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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0098_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-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-01_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-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0098/figures/sub-0098_ses-03_task-social_acq-mb8_run-01_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-0098/ses-03/func/sub-0098_ses-03_task-social_acq-mb8_run-01_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>5f3763cfd9edb0d81a1c740292d55178</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:38:29.500000</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.999603, 0.0139628, -0.0244703, -0.00872343, 0.97926, 0.202418]</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-01_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.09114</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4216, -7813, -7167, 299, -108, 84, -10, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>247.993</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>320e1347-3ba0-4e52-bb4b-5d64d28174ea||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.6818618774414062, -0.023404331877827644, -0.0723305270075798, 117.30829620361328], [-0.03746110945940018, 2.627284049987793, 0.5457354187965393, -105.89569854736328], [-0.06565195322036743, -0.5430728197097778, 2.643282175064087, -27.555809020996094], [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': ['123829.500000', '123829.960000', '123830.420000', '123830.880000', '123831.340000', '123831.800000', '123832.260000', '123832.720000', '123833.180000', '123833.640000', '123834.100000', '123834.560000', '123835.020000', '123835.480000', '123835.940000', '123836.400000', '123836.860000', '123837.320000', '123837.780000', '123838.240000', '123838.700000', '123839.160000', '123839.620000', '123840.080000', '123840.540000', '123841.000000', '123841.460000', '123841.920000', '123842.380000', '123842.840000', '123843.300000', '123843.760000', '123844.220000', '123844.680000', '123845.140000', '123845.600000', '123846.060000', '123846.520000', '123846.980000', '123847.440000', '123847.900000', '123848.360000', '123848.820000', '123849.280000', '123849.740000', '123850.200000', '123850.660000', '123851.120000', '123851.580000', '123852.040000', '123852.500000', '123852.960000', '123853.420000', '123853.880000', '123854.340000', '123854.800000', '123855.260000', '123855.720000', '123856.180000', '123856.640000', '123857.100000', '123857.560000', '123858.020000', '123858.480000', '123858.940000', '123859.400000', '123859.860000', '123900.320000', '123900.780000', '123901.240000', '123901.700000', '123902.160000', '123902.620000', '123903.080000', '123903.540000', '123904.000000', '123904.460000', '123904.920000', '123905.380000', '123905.840000', '123906.300000', '123906.760000', '123907.220000', '123907.680000', '123908.140000', '123908.600000', '123909.060000', '123909.520000', '123909.980000', '123910.440000', '123910.900000', '123911.360000', '123911.820000', '123912.280000', '123912.740000', '123913.200000', '123913.660000', '123914.120000', '123914.580000', '123915.040000', '123915.500000', '123915.960000', '123916.420000', '123916.880000', '123917.340000', '123917.800000', '123918.260000', '123918.720000', '123919.180000', '123919.640000', '123920.100000', '123920.560000', '123921.020000', '123921.480000', '123921.940000', '123922.400000', '123922.860000', '123923.320000', '123923.780000', '123924.240000', '123924.700000', '123925.160000', '123925.620000', '123926.080000', '123926.540000', '123927.000000', '123927.460000', '123927.920000', '123928.380000', '123928.840000', '123929.300000', '123929.760000', '123930.220000', '123930.680000', '123931.140000', '123931.600000', '123932.060000', '123932.520000', '123932.980000', '123933.440000', '123933.900000', '123934.360000', '123934.820000', '123935.280000', '123935.740000', '123936.200000', '123936.660000', '123937.120000', '123937.580000', '123938.040000', '123938.500000', '123938.960000', '123939.420000', '123939.880000', '123940.340000', '123940.800000', '123941.260000', '123941.720000', '123942.180000', '123942.640000', '123943.100000', '123943.560000', '123944.020000', '123944.480000', '123944.940000', '123945.400000', '123945.860000', '123946.320000', '123946.780000', '123947.240000', '123947.700000', '123948.160000', '123948.620000', '123949.080000', '123949.540000', '123950.000000', '123950.460000', '123950.920000', '123951.380000', '123951.840000', '123952.300000', '123952.760000', '123953.220000', '123953.680000', '123954.140000', '123954.600000', '123955.060000', '123955.520000', '123955.980000', '123956.440000', '123956.900000', '123957.360000', '123957.820000', '123958.280000', '123958.740000', '123959.200000', '123959.660000', '124000.120000', '124000.580000', '124001.040000', '124001.500000', '124001.960000', '124002.420000', '124002.880000', '124003.340000', '124003.800000', '124004.260000', '124004.720000', '124005.180000', '124005.640000', '124006.100000', '124006.560000', '124007.020000', '124007.480000', '124007.940000', '124008.400000', '124008.860000', '124009.320000', '124009.780000', '124010.240000', '124010.700000', '124011.160000', '124011.620000', '124012.080000', '124012.540000', '124013.000000', '124013.460000', '124013.920000', '124014.380000', '124014.840000', '124015.300000', '124015.760000', '124016.220000', '124016.680000', '124017.140000', '124017.600000', '124018.060000', '124018.520000', '124018.980000', '124019.440000', '124019.900000', '124020.360000', '124020.820000', '124021.280000', '124021.740000', '124022.200000', '124022.660000', '124023.120000', '124023.580000', '124024.040000', '124024.500000', '124024.960000', '124025.420000', '124025.880000', '124026.340000', '124026.800000', '124027.260000', '124027.720000', '124028.180000', '124028.640000', '124029.100000', '124029.560000', '124030.020000', '124030.480000', '124030.940000', '124031.400000', '124031.860000', '124032.320000', '124032.780000', '124033.240000', '124033.700000', '124034.160000', '124034.620000', '124035.080000', '124035.540000', '124036.000000', '124036.460000', '124036.920000', '124037.380000', '124037.840000', '124038.300000', '124038.760000', '124039.220000', '124039.680000', '124040.140000', '124040.600000', '124041.060000', '124041.520000', '124041.980000', '124042.440000', '124042.900000', '124043.360000', '124043.820000', '124044.280000', '124044.740000', '124045.200000', '124045.660000', '124046.120000', '124046.580000', '124047.040000', '124047.500000', '124047.960000', '124048.420000', '124048.880000', '124049.340000', '124049.800000', '124050.260000', '124050.720000', '124051.180000', '124051.640000', '124052.100000', '124052.560000', '124053.020000', '124053.480000', '124053.940000', '124054.400000', '124054.860000', '124055.320000', '124055.780000', '124056.240000', '124056.700000', '124057.160000', '124057.620000', '124058.080000', '124058.540000', '124059.000000', '124059.460000', '124059.920000', '124100.380000', '124100.840000', '124101.300000', '124101.760000', '124102.220000', '124102.680000', '124103.140000', '124103.600000', '124104.060000', '124104.520000', '124104.980000', '124105.440000', '124105.900000', '124106.360000', '124106.820000', '124107.280000', '124107.740000', '124108.200000', '124108.660000', '124109.120000', '124109.580000', '124110.040000', '124110.500000', '124110.960000', '124111.420000', '124111.880000', '124112.340000', '124112.800000', '124113.260000', '124113.720000', '124114.180000', '124114.640000', '124115.100000', '124115.560000', '124116.020000', '124116.480000', '124116.940000', '124117.400000', '124117.860000', '124118.320000', '124118.780000', '124119.240000', '124119.700000', '124120.160000', '124120.620000', '124121.080000', '124121.540000', '124122.000000', '124122.460000', '124122.920000', '124123.380000', '124123.840000', '124124.300000', '124124.760000', '124125.220000', '124125.680000', '124126.140000', '124126.600000', '124127.060000', '124127.520000', '124127.980000', '124128.440000', '124128.900000', '124129.360000', '124129.820000', '124130.280000', '124130.740000', '124131.200000', '124131.660000', '124132.120000', '124132.580000', '124133.040000', '124133.500000', '124133.960000', '124134.420000', '124134.880000', '124135.340000', '124135.800000', '124136.260000', '124136.720000', '124137.180000', '124137.640000', '124138.100000', '124138.560000', '124139.020000', '124139.480000', '124139.940000', '124140.400000', '124140.860000', '124141.320000', '124141.780000', '124142.240000', '124142.700000', '124143.160000', '124143.620000', '124144.080000', '124144.540000', '124145.000000', '124145.460000', '124145.920000', '124146.380000', '124146.840000', '124147.300000', '124147.760000', '124148.220000', '124148.680000', '124149.140000', '124149.600000', '124150.060000', '124150.520000', '124150.980000', '124151.440000', '124151.900000', '124152.360000', '124152.820000', '124153.280000', '124153.740000', '124154.200000', '124154.660000', '124155.120000', '124155.580000', '124156.040000', '124156.500000', '124156.960000', '124157.420000', '124157.880000', '124158.340000', '124158.800000', '124159.260000', '124159.720000', '124200.180000', '124200.640000', '124201.100000', '124201.560000', '124202.020000', '124202.480000', '124202.940000', '124203.400000', '124203.860000', '124204.320000', '124204.780000', '124205.240000', '124205.700000', '124206.160000', '124206.620000', '124207.080000', '124207.540000', '124208.000000', '124208.460000', '124208.920000', '124209.380000', '124209.840000', '124210.300000', '124210.760000', '124211.220000', '124211.680000', '124212.140000', '124212.600000', '124213.060000', '124213.520000', '124213.980000', '124214.440000', '124214.900000', '124215.360000', '124215.820000', '124216.280000', '124216.740000', '124217.200000', '124217.660000', '124218.120000', '124218.580000', '124219.040000', '124219.500000', '124219.960000', '124220.420000', '124220.880000', '124221.340000', '124221.800000', '124222.260000', '124222.720000', '124223.180000', '124223.640000', '124224.100000', '124224.560000', '124225.020000', '124225.480000', '124225.940000', '124226.400000', '124226.860000', '124227.320000', '124227.780000', '124228.240000', '124228.700000', '124229.160000', '124229.620000', '124230.080000', '124230.540000', '124231.000000', '124231.460000', '124231.920000', '124232.380000', '124232.840000', '124233.300000', '124233.760000', '124234.220000', '124234.680000', '124235.140000', '124235.600000', '124236.060000', '124236.520000', '124236.980000', '124237.440000', '124237.900000', '124238.360000', '124238.820000', '124239.280000', '124239.740000', '124240.200000', '124240.660000', '124241.120000', '124241.580000', '124242.040000', '124242.500000', '124242.960000', '124243.420000', '124243.880000', '124244.340000', '124244.800000', '124245.260000', '124245.720000', '124246.180000', '124246.640000', '124247.100000', '124247.560000', '124248.020000', '124248.480000', '124248.940000', '124249.400000', '124249.860000', '124250.320000', '124250.780000', '124251.240000', '124251.700000', '124252.160000', '124252.620000', '124253.080000', '124253.540000', '124254.000000', '124254.460000', '124254.920000', '124255.380000', '124255.840000', '124256.300000', '124256.760000', '124257.220000', '124257.680000', '124258.140000', '124258.600000', '124259.060000', '124259.520000', '124259.980000', '124300.440000', '124300.900000', '124301.360000', '124301.820000', '124302.280000', '124302.740000', '124303.200000', '124303.660000', '124304.120000', '124304.580000', '124305.040000', '124305.500000', '124305.960000', '124306.420000', '124306.880000', '124307.340000', '124307.800000', '124308.260000', '124308.720000', '124309.180000', '124309.640000', '124310.100000', '124310.560000', '124311.020000', '124311.480000', '124311.940000', '124312.400000', '124312.860000', '124313.320000', '124313.780000', '124314.240000', '124314.700000', '124315.160000', '124315.620000', '124316.080000', '124316.540000', '124317.000000', '124317.460000', '124317.920000', '124318.380000', '124318.840000', '124319.300000', '124319.760000', '124320.220000', '124320.680000', '124321.140000', '124321.600000', '124322.060000', '124322.520000', '124322.980000', '124323.440000', '124323.900000', '124324.360000', '124324.820000', '124325.280000', '124325.740000', '124326.200000', '124326.660000', '124327.120000', '124327.580000', '124328.040000', '124328.500000', '124328.960000', '124329.420000', '124329.880000', '124330.340000', '124330.800000', '124331.260000', '124331.720000', '124332.180000', '124332.640000', '124333.100000', '124333.560000', '124334.020000', '124334.480000', '124334.940000', '124335.400000', '124335.860000', '124336.320000', '124336.780000', '124337.240000', '124337.700000', '124338.160000', '124338.620000', '124339.080000', '124339.540000', '124340.000000', '124340.460000', '124340.920000', '124341.380000', '124341.840000', '124342.300000', '124342.760000', '124343.220000', '124343.680000', '124344.140000', '124344.600000', '124345.060000', '124345.520000', '124345.980000', '124346.440000', '124346.900000', '124347.360000', '124347.820000', '124348.280000', '124348.740000', '124349.200000', '124349.660000', '124350.120000', '124350.580000', '124351.040000', '124351.500000', '124351.960000', '124352.420000', '124352.880000', '124353.340000', '124353.800000', '124354.260000', '124354.720000', '124355.180000', '124355.640000', '124356.100000', '124356.560000', '124357.020000', '124357.480000', '124357.940000', '124358.400000', '124358.860000', '124359.320000', '124359.780000', '124400.240000', '124400.700000', '124401.160000', '124401.620000', '124402.080000', '124402.540000', '124403.000000', '124403.460000', '124403.920000', '124404.380000', '124404.840000', '124405.300000', '124405.760000', '124406.220000', '124406.680000', '124407.140000', '124407.600000', '124408.060000', '124408.520000', '124408.980000', '124409.440000', '124409.900000', '124410.360000', '124410.820000', '124411.280000', '124411.740000', '124412.200000', '124412.660000', '124413.120000', '124413.580000', '124414.040000', '124414.500000', '124414.960000', '124415.420000', '124415.880000', '124416.340000', '124416.800000', '124417.260000', '124417.720000', '124418.180000', '124418.640000', '124419.100000', '124419.560000', '124420.020000', '124420.480000', '124420.940000', '124421.400000', '124421.860000', '124422.320000', '124422.780000', '124423.240000', '124423.700000', '124424.160000', '124424.620000', '124425.080000', '124425.540000', '124426.000000', '124426.460000', '124426.920000', '124427.380000', '124427.840000', '124428.300000', '124428.760000', '124429.220000', '124429.680000', '124430.140000', '124430.600000', '124431.060000', '124431.520000', '124431.980000', '124432.440000', '124432.900000', '124433.360000', '124433.820000', '124434.280000', '124434.740000', '124435.200000', '124435.660000', '124436.120000', '124436.580000', '124437.040000', '124437.500000', '124437.960000', '124438.420000', '124438.880000', '124439.340000', '124439.800000', '124440.260000', '124440.720000', '124441.180000', '124441.640000', '124442.100000', '124442.560000', '124443.020000', '124443.480000', '124443.940000', '124444.400000', '124444.860000', '124445.320000', '124445.780000', '124446.240000', '124446.700000', '124447.160000', '124447.620000', '124448.080000', '124448.540000', '124449.000000', '124449.460000', '124449.920000', '124450.380000', '124450.840000', '124451.300000', '124451.760000', '124452.220000', '124452.680000', '124453.140000', '124453.600000', '124454.060000', '124454.520000', '124454.980000', '124455.440000', '124455.900000', '124456.360000', '124456.820000', '124457.280000', '124457.740000', '124458.200000', '124458.660000', '124459.120000', '124459.580000', '124500.040000', '124500.500000', '124500.960000', '124501.420000', '124501.880000', '124502.340000', '124502.800000', '124503.260000', '124503.720000', '124504.180000', '124504.640000', '124505.100000', '124505.560000', '124506.020000', '124506.480000', '124506.940000', '124507.400000', '124507.860000', '124508.320000', '124508.780000', '124509.240000', '124509.700000', '124510.160000'], 'ContentTime': ['123858.233000', '123858.236000', '123858.239000', '123858.241000', '123858.244000', '123858.247000', '123858.249000', '123858.252000', '123858.254000', '123858.257000', '123858.259000', '123858.262000', '123858.264000', '123858.267000', '123858.270000', '123858.272000', '123858.275000', '123858.277000', '123858.280000', '123858.283000', '123858.285000', '123858.288000', '123858.290000', '123858.293000', '123858.295000', '123858.298000', '123858.301000', '123858.303000', '123858.312000', '123858.315000', '123858.317000', '123858.320000', '123858.322000', '123858.325000', '123858.328000', '123858.330000', '123858.333000', '123858.335000', '123858.338000', '123858.341000', '123858.343000', '123858.346000', '123858.348000', '123858.351000', '123858.353000', '123858.356000', '123858.359000', '123858.361000', '123858.364000', '123858.367000', '123858.369000', '123858.372000', '123858.374000', '123858.377000', '123858.379000', '123858.382000', '123858.385000', '123858.387000', '123858.390000', '123858.392000', '123918.210000', '123918.213000', '123918.216000', '123918.219000', '123918.221000', '123918.224000', '123918.226000', '123918.229000', '123918.231000', '123918.234000', '123918.237000', '123918.239000', '123918.242000', '123918.244000', '123918.247000', '123918.249000', '123918.252000', '123918.258000', '123918.261000', '123918.264000', '123918.266000', '123918.269000', '123918.271000', '123918.274000', '123918.276000', '123918.279000', '123918.282000', '123918.284000', '123918.287000', '123918.289000', '123918.292000', '123918.294000', '123918.297000', '123918.300000', '123918.302000', '123918.305000', '123918.307000', '123918.310000', '123918.312000', '123918.315000', '123918.318000', '123918.320000', '123918.323000', '123938.210000', '123938.213000', '123938.216000', '123938.218000', '123938.221000', '123938.223000', '123938.226000', '123938.229000', '123938.231000', '123938.234000', '123938.236000', '123938.239000', '123938.241000', '123938.244000', '123938.246000', '123938.249000', '123938.252000', '123938.254000', '123938.257000', '123938.259000', '123938.262000', '123938.265000', '123938.267000', '123938.294000', '123938.297000', '123938.300000', '123938.302000', '123938.305000', '123938.307000', '123938.310000', '123938.313000', '123938.315000', '123938.318000', '123938.320000', '123938.323000', '123938.326000', '123938.328000', '123938.331000', '123938.333000', '123938.336000', '123938.338000', '123938.341000', '123938.344000', '123938.346000', '123958.210000', '123958.213000', '123958.216000', '123958.219000', '123958.221000', '123958.224000', '123958.226000', '123958.229000', '123958.239000', '123958.242000', '123958.244000', '123958.247000', '123958.249000', '123958.252000', '123958.255000', '123958.257000', '123958.260000', '123958.262000', '123958.265000', '123958.267000', '123958.270000', '123958.272000', '123958.275000', '123958.278000', '123958.280000', '123958.283000', '123958.285000', '123958.288000', '123958.291000', '123958.293000', '123958.296000', '123958.298000', '123958.301000', '123958.303000', '123958.306000', '123958.309000', '123958.311000', '123958.314000', '123958.316000', '123958.319000', '123958.321000', '123958.324000', '123958.327000', '124018.209000', '124018.212000', '124018.215000', '124018.217000', '124018.220000', '124018.223000', '124018.225000', '124018.229000', '124018.232000', '124018.234000', '124018.237000', '124018.239000', '124018.242000', '124018.244000', '124018.247000', '124018.250000', '124018.252000', '124018.255000', '124018.257000', '124018.260000', '124018.262000', '124018.272000', '124018.275000', '124018.277000', '124018.280000', '124018.283000', '124018.285000', '124018.288000', '124018.290000', '124018.293000', '124018.296000', '124018.298000', '124018.301000', '124018.303000', '124018.306000', '124018.308000', '124018.311000', '124018.314000', '124018.316000', '124018.319000', '124018.321000', '124018.324000', '124018.326000', '124018.329000', '124038.210000', '124038.213000', '124038.216000', '124038.219000', '124038.221000', '124038.224000', '124038.226000', '124038.229000', '124038.232000', '124038.234000', '124038.237000', '124038.239000', '124038.242000', '124038.245000', '124038.247000', '124038.250000', '124038.252000', '124038.255000', '124038.258000', '124038.260000', '124038.263000', '124038.265000', '124038.268000', '124038.271000', '124038.273000', '124038.276000', '124038.278000', '124038.281000', '124038.283000', '124038.286000', '124038.289000', '124038.291000', '124038.294000', '124038.296000', '124038.299000', '124038.302000', '124038.304000', '124038.307000', '124038.309000', '124038.312000', '124038.315000', '124038.317000', '124038.320000', '124058.210000', '124058.213000', '124058.216000', '124058.218000', '124058.221000', '124058.224000', '124058.226000', '124058.229000', '124058.231000', '124058.234000', '124058.237000', '124058.239000', '124058.242000', '124058.245000', '124058.247000', '124058.250000', '124058.252000', '124058.255000', '124058.257000', '124058.260000', '124058.263000', '124058.265000', '124058.268000', '124058.270000', '124058.273000', '124058.275000', '124058.278000', '124058.281000', '124058.283000', '124058.286000', '124058.289000', '124058.291000', '124058.294000', '124058.297000', '124058.299000', '124058.302000', '124058.304000', '124058.307000', '124058.310000', '124058.312000', '124058.315000', '124058.318000', '124058.320000', '124118.210000', '124118.213000', '124118.216000', '124118.218000', '124118.221000', '124118.224000', '124118.227000', '124118.229000', '124118.232000', '124118.235000', '124118.237000', '124118.240000', '124118.243000', '124118.245000', '124118.248000', '124118.250000', '124118.253000', '124118.256000', '124118.258000', '124118.275000', '124118.278000', '124118.281000', '124118.283000', '124118.286000', '124118.289000', '124118.291000', '124118.294000', '124118.297000', '124118.299000', '124118.302000', '124118.304000', '124118.307000', '124118.309000', '124118.312000', '124118.315000', '124118.317000', '124118.320000', '124118.322000', '124118.325000', '124118.328000', '124118.330000', '124118.333000', '124118.335000', '124118.338000', '124138.210000', '124138.213000', '124138.216000', '124138.219000', '124138.221000', '124138.224000', '124138.227000', '124138.229000', '124138.232000', '124138.234000', '124138.237000', '124138.240000', '124138.242000', '124138.245000', '124138.248000', '124138.251000', '124138.254000', '124138.257000', '124138.259000', '124138.262000', '124138.264000', '124138.268000', '124138.270000', '124138.273000', '124138.276000', '124138.278000', '124138.281000', '124138.283000', '124138.286000', '124138.288000', '124138.291000', '124138.294000', '124138.296000', '124138.299000', '124138.301000', '124138.304000', '124138.307000', '124138.309000', '124138.312000', '124138.314000', '124138.317000', '124138.320000', '124138.322000', '124158.210000', '124158.213000', '124158.216000', '124158.219000', '124158.221000', '124158.224000', '124158.227000', '124158.233000', '124158.236000', '124158.238000', '124158.241000', '124158.244000', '124158.246000', '124158.249000', '124158.251000', '124158.254000', '124158.257000', '124158.259000', '124158.262000', '124158.265000', '124158.267000', '124158.270000', '124158.272000', '124158.275000', '124158.278000', '124158.280000', '124158.283000', '124158.286000', '124158.288000', '124158.291000', '124158.293000', '124158.296000', '124158.299000', '124158.302000', '124158.304000', '124158.307000', '124158.309000', '124158.312000', '124158.315000', '124158.317000', '124158.320000', '124158.322000', '124158.325000', '124158.327000', '124218.210000', '124218.213000', '124218.216000', '124218.219000', '124218.221000', '124218.224000', '124218.227000', '124218.229000', '124218.232000', '124218.235000', '124218.238000', '124218.240000', '124218.243000', '124218.246000', '124218.248000', '124218.251000', '124218.254000', '124218.256000', '124218.259000', '124218.262000', '124218.264000', '124218.267000', '124218.269000', '124218.272000', '124218.275000', '124218.277000', '124218.280000', '124218.282000', '124218.285000', '124218.288000', '124218.290000', '124218.293000', '124218.296000', '124218.298000', '124218.301000', '124218.303000', '124218.306000', '124218.309000', '124218.311000', '124218.314000', '124218.316000', '124218.319000', '124218.322000', '124238.210000', '124238.212000', '124238.216000', '124238.218000', '124238.221000', '124238.223000', '124238.226000', '124238.229000', '124238.231000', '124238.234000', '124238.237000', '124238.239000', '124238.242000', '124238.244000', '124238.247000', '124238.250000', '124238.252000', '124238.255000', '124238.258000', '124238.260000', '124238.263000', '124238.265000', '124238.268000', '124238.271000', '124238.273000', '124238.276000', '124238.279000', '124238.281000', '124238.284000', '124238.286000', '124238.289000', '124238.292000', '124238.294000', '124238.304000', '124238.307000', '124238.309000', '124238.312000', '124238.315000', '124238.317000', '124238.320000', '124238.322000', '124238.325000', '124238.328000', '124238.330000', '124258.222000', '124258.225000', '124258.227000', '124258.230000', '124258.233000', '124258.236000', '124258.239000', '124258.242000', '124258.244000', '124258.247000', '124258.250000', '124258.252000', '124258.255000', '124258.257000', '124258.261000', '124258.263000', '124258.266000', '124258.268000', '124258.271000', '124258.274000', '124258.276000', '124258.279000', '124258.282000', '124258.284000', '124258.287000', '124258.289000', '124258.292000', '124258.295000', '124258.298000', '124258.300000', '124258.303000', '124258.306000', '124258.309000', '124258.312000', '124258.315000', '124258.317000', '124258.320000', '124258.322000', '124258.325000', '124258.328000', '124258.330000', '124258.333000', '124258.336000', '124318.211000', '124318.213000', '124318.216000', '124318.219000', '124318.221000', '124318.224000', '124318.227000', '124318.229000', '124318.232000', '124318.234000', '124318.237000', '124318.240000', '124318.242000', '124318.245000', '124318.248000', '124318.250000', '124318.253000', '124318.256000', '124318.258000', '124318.261000', '124318.264000', '124318.266000', '124318.269000', '124318.272000', '124318.274000', '124318.277000', '124318.280000', '124318.282000', '124318.285000', '124318.287000', '124318.290000', '124318.293000', '124318.295000', '124318.298000', '124318.300000', '124318.303000', '124318.305000', '124318.308000', '124318.311000', '124318.313000', '124318.316000', '124318.318000', '124318.321000', '124318.324000', '124338.210000', '124338.213000', '124338.216000', '124338.219000', '124338.221000', '124338.224000', '124338.227000', '124338.230000', '124338.232000', '124338.235000', '124338.239000', '124338.242000', '124338.244000', '124338.247000', '124338.249000', '124338.252000', '124338.255000', '124338.257000', '124338.260000', '124338.263000', '124338.265000', '124338.268000', '124338.270000', '124338.273000', '124338.276000', '124338.278000', '124338.281000', '124338.283000', '124338.286000', '124338.289000', '124338.291000', '124338.294000', '124338.297000', '124338.299000', '124338.302000', '124338.304000', '124338.307000', '124338.310000', '124338.312000', '124338.315000', '124338.317000', '124338.326000', '124338.329000', '124358.210000', '124358.213000', '124358.216000', '124358.219000', '124358.221000', '124358.224000', '124358.226000', '124358.229000', '124358.231000', '124358.234000', '124358.237000', '124358.239000', '124358.242000', '124358.244000', '124358.247000', '124358.250000', '124358.252000', '124358.255000', '124358.257000', '124358.260000', '124358.262000', '124358.265000', '124358.268000', '124358.270000', '124358.273000', '124358.276000', '124358.278000', '124358.281000', '124358.284000', '124358.286000', '124358.289000', '124358.291000', '124358.294000', '124358.297000', '124358.299000', '124358.302000', '124358.304000', '124358.307000', '124358.310000', '124358.312000', '124358.315000', '124358.318000', '124358.320000', '124358.323000', '124418.211000', '124418.213000', '124418.216000', '124418.219000', '124418.221000', '124418.224000', '124418.227000', '124418.229000', '124418.232000', '124418.235000', '124418.237000', '124418.254000', '124418.257000', '124418.259000', '124418.262000', '124418.265000', '124418.267000', '124418.270000', '124418.273000', '124418.275000', '124418.278000', '124418.280000', '124418.283000', '124418.286000', '124418.288000', '124418.291000', '124418.293000', '124418.296000', '124418.299000', '124418.301000', '124418.304000', '124418.307000', '124418.309000', '124418.312000', '124418.315000', '124418.318000', '124418.321000', '124418.324000', '124418.327000', '124418.329000', '124418.332000', '124418.335000', '124418.337000', '124438.211000', '124438.213000', '124438.216000', '124438.219000', '124438.221000', '124438.224000', '124438.226000', '124438.229000', '124438.231000', '124438.234000', '124438.236000', '124438.239000', '124438.242000', '124438.244000', '124438.247000', '124438.249000', '124438.252000', '124438.255000', '124438.257000', '124438.260000', '124438.263000', '124438.265000', '124438.268000', '124438.271000', '124438.274000', '124438.276000', '124438.279000', '124438.282000', '124438.284000', '124438.287000', '124438.289000', '124438.292000', '124438.295000', '124438.297000', '124438.300000', '124438.302000', '124438.305000', '124438.308000', '124438.310000', '124438.313000', '124438.316000', '124438.318000', '124438.321000', '124438.325000', '124458.209000', '124458.212000', '124458.215000', '124458.218000', '124458.220000', '124458.223000', '124458.226000', '124458.228000', '124458.232000', '124458.235000', '124458.237000', '124458.240000', '124458.243000', '124458.245000', '124458.248000', '124458.251000', '124458.253000', '124458.256000', '124458.259000', '124458.261000', '124458.264000', '124458.266000', '124458.269000', '124458.272000', '124458.274000', '124458.277000', '124458.279000', '124458.282000', '124458.285000', '124458.287000', '124458.290000', '124458.293000', '124458.295000', '124458.298000', '124458.300000', '124458.303000', '124458.306000', '124458.308000', '124458.311000', '124458.313000', '124458.316000', '124458.319000', '124458.321000', '124511.666000', '124511.669000', '124511.672000', '124511.675000', '124511.678000', '124511.680000', '124511.683000', '124511.686000', '124511.689000', '124511.692000', '124511.695000', '124511.697000', '124511.700000', '124511.703000', '124511.706000', '124511.709000', '124511.712000', '124511.715000', '124511.718000', '124511.721000', '124511.723000', '124511.726000', '124511.729000', '124511.732000', '124511.735000', '124511.738000', '124511.741000', '124511.743000', '124511.747000', '124511.749000'], 'InstanceCreationTime': ['123858.233000', '123858.236000', '123858.239000', '123858.241000', '123858.244000', '123858.247000', '123858.249000', '123858.252000', '123858.254000', '123858.257000', '123858.259000', '123858.262000', '123858.264000', '123858.267000', '123858.270000', '123858.272000', '123858.275000', '123858.277000', '123858.280000', '123858.283000', '123858.285000', '123858.288000', '123858.290000', '123858.293000', '123858.295000', '123858.298000', '123858.301000', '123858.303000', '123858.312000', '123858.315000', '123858.317000', '123858.320000', '123858.322000', '123858.325000', '123858.328000', '123858.330000', '123858.333000', '123858.335000', '123858.338000', '123858.341000', '123858.343000', '123858.346000', '123858.348000', '123858.351000', '123858.353000', '123858.356000', '123858.359000', '123858.361000', '123858.364000', '123858.367000', '123858.369000', '123858.372000', '123858.374000', '123858.377000', '123858.379000', '123858.382000', '123858.385000', '123858.387000', '123858.390000', '123858.392000', '123918.210000', '123918.213000', '123918.216000', '123918.219000', '123918.221000', '123918.224000', '123918.226000', '123918.229000', '123918.231000', '123918.234000', '123918.237000', '123918.239000', '123918.242000', '123918.244000', '123918.247000', '123918.249000', '123918.252000', '123918.258000', '123918.261000', '123918.264000', '123918.266000', '123918.269000', '123918.271000', '123918.274000', '123918.276000', '123918.279000', '123918.282000', '123918.284000', '123918.287000', '123918.289000', '123918.292000', '123918.294000', '123918.297000', '123918.300000', '123918.302000', '123918.305000', '123918.307000', '123918.310000', '123918.312000', '123918.315000', '123918.318000', '123918.320000', '123918.323000', '123938.210000', '123938.213000', '123938.216000', '123938.218000', '123938.221000', '123938.223000', '123938.226000', '123938.229000', '123938.231000', '123938.234000', '123938.236000', '123938.239000', '123938.241000', '123938.244000', '123938.246000', '123938.249000', '123938.252000', '123938.254000', '123938.257000', '123938.259000', '123938.262000', '123938.265000', '123938.267000', '123938.294000', '123938.297000', '123938.300000', '123938.302000', '123938.305000', '123938.307000', '123938.310000', '123938.313000', '123938.315000', '123938.318000', '123938.320000', '123938.323000', '123938.326000', '123938.328000', '123938.331000', '123938.333000', '123938.336000', '123938.338000', '123938.341000', '123938.344000', '123938.346000', '123958.210000', '123958.213000', '123958.216000', '123958.219000', '123958.221000', '123958.224000', '123958.226000', '123958.229000', '123958.239000', '123958.242000', '123958.244000', '123958.247000', '123958.249000', '123958.252000', '123958.255000', '123958.257000', '123958.260000', '123958.262000', '123958.265000', '123958.267000', '123958.270000', '123958.272000', '123958.275000', '123958.278000', '123958.280000', '123958.283000', '123958.285000', '123958.288000', '123958.291000', '123958.293000', '123958.296000', '123958.298000', '123958.301000', '123958.303000', '123958.306000', '123958.309000', '123958.311000', '123958.314000', '123958.316000', '123958.319000', '123958.321000', '123958.324000', '123958.327000', '124018.209000', '124018.212000', '124018.215000', '124018.217000', '124018.220000', '124018.223000', '124018.225000', '124018.229000', '124018.232000', '124018.234000', '124018.237000', '124018.239000', '124018.242000', '124018.244000', '124018.247000', '124018.250000', '124018.252000', '124018.255000', '124018.257000', '124018.260000', '124018.262000', '124018.272000', '124018.275000', '124018.277000', '124018.280000', '124018.283000', '124018.285000', '124018.288000', '124018.290000', '124018.293000', '124018.296000', '124018.298000', '124018.301000', '124018.303000', '124018.306000', '124018.308000', '124018.311000', '124018.314000', '124018.316000', '124018.319000', '124018.321000', '124018.324000', '124018.326000', '124018.329000', '124038.210000', '124038.213000', '124038.216000', '124038.219000', '124038.221000', '124038.224000', '124038.226000', '124038.229000', '124038.232000', '124038.234000', '124038.237000', '124038.239000', '124038.242000', '124038.245000', '124038.247000', '124038.250000', '124038.252000', '124038.255000', '124038.258000', '124038.260000', '124038.263000', '124038.265000', '124038.268000', '124038.271000', '124038.273000', '124038.276000', '124038.278000', '124038.281000', '124038.283000', '124038.286000', '124038.289000', '124038.291000', '124038.294000', '124038.296000', '124038.299000', '124038.302000', '124038.304000', '124038.307000', '124038.309000', '124038.312000', '124038.315000', '124038.317000', '124038.320000', '124058.210000', '124058.213000', '124058.216000', '124058.218000', '124058.221000', '124058.224000', '124058.226000', '124058.229000', '124058.231000', '124058.234000', '124058.237000', '124058.239000', '124058.242000', '124058.245000', '124058.247000', '124058.250000', '124058.252000', '124058.255000', '124058.257000', '124058.260000', '124058.263000', '124058.265000', '124058.268000', '124058.270000', '124058.273000', '124058.275000', '124058.278000', '124058.281000', '124058.283000', '124058.286000', '124058.289000', '124058.291000', '124058.294000', '124058.297000', '124058.299000', '124058.302000', '124058.304000', '124058.307000', '124058.310000', '124058.312000', '124058.315000', '124058.318000', '124058.320000', '124118.210000', '124118.213000', '124118.216000', '124118.218000', '124118.221000', '124118.224000', '124118.227000', '124118.229000', '124118.232000', '124118.235000', '124118.237000', '124118.240000', '124118.243000', '124118.245000', '124118.248000', '124118.250000', '124118.253000', '124118.256000', '124118.258000', '124118.275000', '124118.278000', '124118.281000', '124118.283000', '124118.286000', '124118.289000', '124118.291000', '124118.294000', '124118.297000', '124118.299000', '124118.302000', '124118.304000', '124118.307000', '124118.309000', '124118.312000', '124118.315000', '124118.317000', '124118.320000', '124118.322000', '124118.325000', '124118.328000', '124118.330000', '124118.333000', '124118.335000', '124118.338000', '124138.210000', '124138.213000', '124138.216000', '124138.219000', '124138.221000', '124138.224000', '124138.227000', '124138.229000', '124138.232000', '124138.234000', '124138.237000', '124138.240000', '124138.242000', '124138.245000', '124138.248000', '124138.251000', '124138.254000', '124138.257000', '124138.259000', '124138.262000', '124138.264000', '124138.268000', '124138.270000', '124138.273000', '124138.276000', '124138.278000', '124138.281000', '124138.283000', '124138.286000', '124138.288000', '124138.291000', '124138.294000', '124138.296000', '124138.299000', '124138.301000', '124138.304000', '124138.307000', '124138.309000', '124138.312000', '124138.314000', '124138.317000', '124138.320000', '124138.322000', '124158.210000', '124158.213000', '124158.216000', '124158.219000', '124158.221000', '124158.224000', '124158.227000', '124158.233000', '124158.236000', '124158.238000', '124158.241000', '124158.244000', '124158.246000', '124158.249000', '124158.251000', '124158.254000', '124158.257000', '124158.259000', '124158.262000', '124158.265000', '124158.267000', '124158.270000', '124158.272000', '124158.275000', '124158.278000', '124158.280000', '124158.283000', '124158.286000', '124158.288000', '124158.291000', '124158.293000', '124158.296000', '124158.299000', '124158.302000', '124158.304000', '124158.307000', '124158.309000', '124158.312000', '124158.315000', '124158.317000', '124158.320000', '124158.322000', '124158.325000', '124158.327000', '124218.210000', '124218.213000', '124218.216000', '124218.219000', '124218.221000', '124218.224000', '124218.227000', '124218.229000', '124218.232000', '124218.235000', '124218.238000', '124218.240000', '124218.243000', '124218.246000', '124218.248000', '124218.251000', '124218.254000', '124218.256000', '124218.259000', '124218.262000', '124218.264000', '124218.267000', '124218.269000', '124218.272000', '124218.275000', '124218.277000', '124218.280000', '124218.282000', '124218.285000', '124218.288000', '124218.290000', '124218.293000', '124218.296000', '124218.298000', '124218.301000', '124218.303000', '124218.306000', '124218.309000', '124218.311000', '124218.314000', '124218.316000', '124218.319000', '124218.322000', '124238.210000', '124238.212000', '124238.216000', '124238.218000', '124238.221000', '124238.223000', '124238.226000', '124238.229000', '124238.231000', '124238.234000', '124238.237000', '124238.239000', '124238.242000', '124238.244000', '124238.247000', '124238.250000', '124238.252000', '124238.255000', '124238.258000', '124238.260000', '124238.263000', '124238.265000', '124238.268000', '124238.271000', '124238.273000', '124238.276000', '124238.279000', '124238.281000', '124238.284000', '124238.286000', '124238.289000', '124238.292000', '124238.294000', '124238.304000', '124238.307000', '124238.309000', '124238.312000', '124238.315000', '124238.317000', '124238.320000', '124238.322000', '124238.325000', '124238.328000', '124238.330000', '124258.222000', '124258.225000', '124258.227000', '124258.230000', '124258.233000', '124258.236000', '124258.239000', '124258.242000', '124258.244000', '124258.247000', '124258.250000', '124258.252000', '124258.255000', '124258.257000', '124258.261000', '124258.263000', '124258.266000', '124258.268000', '124258.271000', '124258.274000', '124258.276000', '124258.279000', '124258.282000', '124258.284000', '124258.287000', '124258.289000', '124258.292000', '124258.295000', '124258.298000', '124258.300000', '124258.303000', '124258.306000', '124258.309000', '124258.312000', '124258.315000', '124258.317000', '124258.320000', '124258.322000', '124258.325000', '124258.328000', '124258.330000', '124258.333000', '124258.336000', '124318.211000', '124318.213000', '124318.216000', '124318.219000', '124318.221000', '124318.224000', '124318.227000', '124318.229000', '124318.232000', '124318.234000', '124318.237000', '124318.240000', '124318.242000', '124318.245000', '124318.248000', '124318.250000', '124318.253000', '124318.256000', '124318.258000', '124318.261000', '124318.264000', '124318.266000', '124318.269000', '124318.272000', '124318.274000', '124318.277000', '124318.280000', '124318.282000', '124318.285000', '124318.287000', '124318.290000', '124318.293000', '124318.295000', '124318.298000', '124318.300000', '124318.303000', '124318.305000', '124318.308000', '124318.311000', '124318.313000', '124318.316000', '124318.318000', '124318.321000', '124318.324000', '124338.210000', '124338.213000', '124338.216000', '124338.219000', '124338.221000', '124338.224000', '124338.227000', '124338.230000', '124338.232000', '124338.235000', '124338.239000', '124338.242000', '124338.244000', '124338.247000', '124338.249000', '124338.252000', '124338.255000', '124338.257000', '124338.260000', '124338.263000', '124338.265000', '124338.268000', '124338.270000', '124338.273000', '124338.276000', '124338.278000', '124338.281000', '124338.283000', '124338.286000', '124338.289000', '124338.291000', '124338.294000', '124338.297000', '124338.299000', '124338.302000', '124338.304000', '124338.307000', '124338.310000', '124338.312000', '124338.315000', '124338.317000', '124338.326000', '124338.329000', '124358.210000', '124358.213000', '124358.216000', '124358.219000', '124358.221000', '124358.224000', '124358.226000', '124358.229000', '124358.231000', '124358.234000', '124358.237000', '124358.239000', '124358.242000', '124358.244000', '124358.247000', '124358.250000', '124358.252000', '124358.255000', '124358.257000', '124358.260000', '124358.262000', '124358.265000', '124358.268000', '124358.270000', '124358.273000', '124358.276000', '124358.278000', '124358.281000', '124358.284000', '124358.286000', '124358.289000', '124358.291000', '124358.294000', '124358.297000', '124358.299000', '124358.302000', '124358.304000', '124358.307000', '124358.310000', '124358.312000', '124358.315000', '124358.318000', '124358.320000', '124358.323000', '124418.211000', '124418.213000', '124418.216000', '124418.219000', '124418.221000', '124418.224000', '124418.227000', '124418.229000', '124418.232000', '124418.235000', '124418.237000', '124418.254000', '124418.257000', '124418.259000', '124418.262000', '124418.265000', '124418.267000', '124418.270000', '124418.273000', '124418.275000', '124418.278000', '124418.280000', '124418.283000', '124418.286000', '124418.288000', '124418.291000', '124418.293000', '124418.296000', '124418.299000', '124418.301000', '124418.304000', '124418.307000', '124418.309000', '124418.312000', '124418.315000', '124418.318000', '124418.321000', '124418.324000', '124418.327000', '124418.329000', '124418.332000', '124418.335000', '124418.337000', '124438.211000', '124438.213000', '124438.216000', '124438.219000', '124438.221000', '124438.224000', '124438.226000', '124438.229000', '124438.231000', '124438.234000', '124438.236000', '124438.239000', '124438.242000', '124438.244000', '124438.247000', '124438.249000', '124438.252000', '124438.255000', '124438.257000', '124438.260000', '124438.263000', '124438.265000', '124438.268000', '124438.271000', '124438.274000', '124438.276000', '124438.279000', '124438.282000', '124438.284000', '124438.287000', '124438.289000', '124438.292000', '124438.295000', '124438.297000', '124438.300000', '124438.302000', '124438.305000', '124438.308000', '124438.310000', '124438.313000', '124438.316000', '124438.318000', '124438.321000', '124438.325000', '124458.209000', '124458.212000', '124458.215000', '124458.218000', '124458.220000', '124458.223000', '124458.226000', '124458.228000', '124458.232000', '124458.235000', '124458.237000', '124458.240000', '124458.243000', '124458.245000', '124458.248000', '124458.251000', '124458.253000', '124458.256000', '124458.259000', '124458.261000', '124458.264000', '124458.266000', '124458.269000', '124458.272000', '124458.274000', '124458.277000', '124458.279000', '124458.282000', '124458.285000', '124458.287000', '124458.290000', '124458.293000', '124458.295000', '124458.298000', '124458.300000', '124458.303000', '124458.306000', '124458.308000', '124458.311000', '124458.313000', '124458.316000', '124458.319000', '124458.321000', '124511.666000', '124511.669000', '124511.672000', '124511.675000', '124511.678000', '124511.680000', '124511.683000', '124511.686000', '124511.689000', '124511.692000', '124511.695000', '124511.697000', '124511.700000', '124511.703000', '124511.706000', '124511.709000', '124511.712000', '124511.715000', '124511.718000', '124511.721000', '124511.723000', '124511.726000', '124511.729000', '124511.732000', '124511.735000', '124511.738000', '124511.741000', '124511.743000', '124511.747000', '124511.749000'], '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': [11559, 10715, 15076, 11806, 13334, 9468, 12125, 9155, 11007, 8699, 12107, 8793, 10215, 11122, 9790, 13688, 10900, 12619, 9665, 11959, 8973, 11032, 12866, 11229, 14131, 10123, 11934, 9002, 11050, 10551, 10731, 13618, 9684, 12557, 9341, 10762, 9190, 11722, 8983, 10390, 13380, 9990, 12814, 9831, 11516, 9348, 10030, 13367, 10355, 11858, 9279, 11186, 8400, 10086, 12230, 10282, 14201, 10746, 12668, 9699, 10651, 8535, 12055, 11324, 11435, 14040, 10884, 12671, 10025, 12422, 9669, 12519, 10681, 11175, 15216, 11042, 13940, 10495, 12495, 9164, 11329, 11557, 11397, 15013, 10862, 13193, 9474, 11031, 9300, 12158, 8806, 11231, 10320, 10956, 14282, 11304, 12782, 10317, 12674, 9307, 12049, 12113, 11123, 15064, 10908, 12500, 9772, 10268, 13459, 10407, 11865, 9215, 10580, 8603, 10333, 9580, 11323, 10056, 9937, 13543, 10343, 12270, 9987, 11302, 14120, 9918, 11564, 9434, 10992, 14099, 10729, 12353, 9213, 10601, 8646, 12001, 9448, 11379, 10634, 10358, 14143, 10985, 11950, 9537, 11748, 9203, 11953, 11309, 11471, 14211, 10425, 12599, 9324, 11689, 10912, 11623, 9945, 10201, 13306, 9820, 13460, 10644, 12535, 9793, 12583, 9560, 11173, 13473, 10453, 13805, 11183, 12610, 9324, 10950, 9895, 10792, 14212, 11138, 12036, 8847, 9940, 11002, 9513, 13049, 10429, 11509, 9080, 11063, 8560, 10987, 10636, 10846, 13794, 10680, 12013, 9108, 10546, 13843, 10263, 12033, 9812, 11159, 8570, 9962, 9430, 9824, 13702, 10593, 12089, 9115, 10678, 8986, 11612, 13236, 10777, 12946, 9680, 12817, 10190, 13420, 9896, 12928, 9743, 10594, 10925, 12026, 13970, 10798, 13462, 10193, 12536, 9452, 12383, 10383, 10612, 14451, 11043, 13165, 10505, 12404, 9593, 11157, 8913, 12080, 12400, 11368, 14337, 10684, 12471, 9661, 11647, 9829, 12358, 12479, 10053, 13858, 10581, 12036, 9625, 12454, 9957, 11483, 11834, 9724, 13177, 9959, 11930, 9528, 11728, 8880, 10254, 12850, 9999, 13139, 10348, 11696, 9711, 11263, 8813, 10755, 11502, 10927, 13273, 10955, 12255, 9915, 11641, 9039, 12095, 11832, 11033, 14202, 10307, 12372, 9278, 11339, 12763, 10112, 14376, 10087, 11557, 8796, 10227, 12820, 10318, 12913, 9586, 11443, 8992, 10506, 9190, 12024, 12322, 10369, 13227, 10200, 11836, 9106, 12246, 10412, 11923, 11761, 9910, 13644, 10621, 12289, 10000, 11788, 8959, 10668, 9394, 10822, 13840, 10698, 13692, 10365, 12940, 8906, 10756, 9633, 11534, 13335, 10591, 13511, 9342, 11124, 8958, 12422, 9781, 11868, 10644, 9731, 13247, 10065, 12388, 10339, 11561, 8782, 10964, 9148, 10705, 12646, 10414, 13337, 10763, 11412, 8910, 11253, 8828, 11378, 9488, 12431, 10200, 15690, 13056, 17187, 10598, 9292, 10624, 14254, 10757, 12126, 16222, 12210, 12879, 11402, 12387, 14470, 12200, 13793, 10978, 14068, 10752, 14700, 10755, 14799, 16826, 13046, 15511, 11986, 14101, 8901, 12978, 8755, 12235, 10007, 11208, 14578, 10328, 13619, 10243, 12981, 9953, 12470, 9318, 12017, 8817, 12185, 9073, 12112, 9327, 12132, 9299, 12218, 9337, 12301, 9793, 11283, 9400, 9892, 9486, 9873, 9584, 13127, 10144, 13328, 10028, 13117, 9586, 12686, 9887, 13382, 9885, 12173, 9778, 12904, 9569, 13882, 9800, 13874, 9848, 13736, 9587, 14627, 10220, 14608, 9999, 13384, 9897, 12426, 11489, 12634, 10365, 12861, 9776, 12872, 9465, 14737, 11917, 14856, 12744, 11887, 14337, 10424, 14353, 10759, 14615, 12717, 14367, 14477, 11769, 16071, 11438, 14960, 11574, 13914, 9880, 12574, 9277, 12246, 9484, 13178, 9587, 12392, 10209, 11538, 10086, 11298, 15032, 11813, 13726, 10387, 13564, 9947, 12991, 10310, 13468, 10908, 13720, 10781, 13695, 10132, 12692, 10120, 12633, 11509, 11473, 15620, 11166, 14452, 11392, 13369, 10014, 12385, 10616, 11579, 10221, 11792, 11838, 10709, 12907, 10219, 14333, 11024, 13748, 10699, 13552, 10403, 12462, 9935, 12791, 10539, 12325, 10175, 11743, 13724, 11299, 14501, 11536, 14047, 10570, 13714, 10433, 13011, 10013, 13001, 10147, 12710, 10343, 11981, 12191, 10959, 16047, 11609, 14605, 10590, 14093, 10497, 13036, 10267, 12729, 10343, 11821, 12461, 10729, 15130, 11718, 13723, 10836, 12440, 10056, 11378, 9790, 10895, 16316, 11683, 13987, 10124, 11454, 10470, 11192, 11896, 10422, 15291, 11040, 14202, 10691, 11937, 9870, 11736, 9776, 11654, 9682, 10791, 15329, 10847, 13631, 10447, 12264, 9588, 11382, 10159, 10617, 9863, 10449, 11987, 9798, 11546, 10138, 10064, 10378, 11509, 10579, 15425, 12308, 14750, 10422, 13631, 10293, 13198, 10288, 13591, 9647, 12090, 8633, 11211, 9995, 10426, 10634, 14445, 10914, 14517, 11483, 12576, 10714, 10777, 11966, 16189, 13300, 16556, 12991, 15315, 10970, 12170, 9716, 12767, 9845, 12902, 10179, 10859, 10032, 10993, 9957, 11574, 10117, 10835, 10439, 10886, 9799, 10896, 10281, 11054, 9816, 10485, 10011, 10895, 10284, 10770, 10404, 11069, 9745, 10617, 10429, 10413, 13236, 10572, 12826, 10884, 11294, 10167, 15074, 10617, 14898, 11560, 14568, 10263, 14338, 10636, 13294, 11006, 14522, 10148, 13750, 10356, 13463, 10386, 13213, 10936, 12969, 9956, 13789, 9918, 12508, 10047, 13613, 10334, 12455, 10042, 11944, 9868, 13014, 9484, 14112, 9554, 11630, 9509, 10100, 9469, 11384, 9062, 10713, 12456, 10264, 15521, 10126, 13634, 9570, 11438, 13199, 9926, 14636, 9999, 12847, 9686, 11089, 9155, 10083, 9721, 10260, 10254, 9967, 12845, 9877, 15667, 9834, 13399, 9263, 11841, 10064, 11080, 13226, 10573, 11959, 10161, 11259, 10269, 11238, 10052, 12825, 9995, 13283, 10237, 13775, 9553, 10552, 13185, 10430, 15748, 12864, 14890, 10485, 11502, 8722, 12025, 16778, 11369, 14854, 9924, 12889, 11571, 10318, 15639, 10885, 12979, 9743, 10916, 9638, 10391, 8956, 10977, 8744, 10626, 9244, 9918, 10709, 9879, 14173, 10003, 9867, 9824, 13920, 9609, 14271, 10258, 13169, 9438, 11599, 9299, 10995, 8903, 11274, 8448, 9857, 10359, 9642, 14792, 9823, 13660, 9707, 12556, 9120, 11164, 8629, 9931, 8772, 9697, 12676, 9583, 13518, 9392, 12219, 10076, 13657, 10398, 13490, 10583, 12058, 8864, 11051, 8750, 10443, 16227, 11052, 15332, 10887, 12416, 8994, 10066, 16034, 10223, 13909, 9900, 11690, 8987, 10178, 8382, 9876, 14743, 9639, 12994, 9204, 11088], 'WindowCenter': [4706.0, 4683.0, 4705.0, 4675.0, 4683.0, 4643.0, 4659.0, 4642.0, 4660.0, 4630.0, 4670.0, 4630.0, 4651.0, 4661.0, 4651.0, 4682.0, 4652.0, 4671.0, 4641.0, 4660.0, 4631.0, 4664.0, 4669.0, 4661.0, 4668.0, 4638.0, 4658.0, 4617.0, 4647.0, 4636.0, 4647.0, 4668.0, 4640.0, 4667.0, 4641.0, 4648.0, 4640.0, 4671.0, 4630.0, 4653.0, 4680.0, 4652.0, 4670.0, 4640.0, 4661.0, 4628.0, 4640.0, 4668.0, 4651.0, 4660.0, 4630.0, 4659.0, 4620.0, 4653.0, 4671.0, 4653.0, 4682.0, 4662.0, 4671.0, 4653.0, 4662.0, 4644.0, 4685.0, 4664.0, 4676.0, 4694.0, 4665.0, 4684.0, 4654.0, 4685.0, 4655.0, 4685.0, 4654.0, 4665.0, 4703.0, 4665.0, 4681.0, 4653.0, 4672.0, 4632.0, 4663.0, 4661.0, 4661.0, 4691.0, 4660.0, 4670.0, 4642.0, 4662.0, 4642.0, 4672.0, 4631.0, 4662.0, 4652.0, 4665.0, 4694.0, 4665.0, 4673.0, 4654.0, 4673.0, 4631.0, 4672.0, 4661.0, 4659.0, 4681.0, 4649.0, 4658.0, 4626.0, 4639.0, 4667.0, 4639.0, 4647.0, 4630.0, 4649.0, 4630.0, 4663.0, 4641.0, 4663.0, 4652.0, 4654.0, 4683.0, 4655.0, 4673.0, 4652.0, 4664.0, 4683.0, 4642.0, 4661.0, 4630.0, 4653.0, 4669.0, 4650.0, 4659.0, 4631.0, 4649.0, 4631.0, 4670.0, 4642.0, 4662.0, 4650.0, 4663.0, 4692.0, 4664.0, 4661.0, 4652.0, 4671.0, 4643.0, 4675.0, 4662.0, 4663.0, 4681.0, 4652.0, 4673.0, 4642.0, 4671.0, 4649.0, 4661.0, 4641.0, 4654.0, 4681.0, 4654.0, 4682.0, 4663.0, 4673.0, 4655.0, 4675.0, 4641.0, 4663.0, 4671.0, 4652.0, 4679.0, 4660.0, 4662.0, 4630.0, 4650.0, 4639.0, 4662.0, 4681.0, 4648.0, 4657.0, 4618.0, 4640.0, 4647.0, 4640.0, 4668.0, 4650.0, 4659.0, 4631.0, 4662.0, 4632.0, 4662.0, 4664.0, 4663.0, 4680.0, 4653.0, 4673.0, 4630.0, 4650.0, 4669.0, 4639.0, 4658.0, 4640.0, 4650.0, 4629.0, 4651.0, 4641.0, 4652.0, 4680.0, 4662.0, 4671.0, 4642.0, 4662.0, 4644.0, 4675.0, 4682.0, 4663.0, 4673.0, 4656.0, 4698.0, 4666.0, 4684.0, 4639.0, 4684.0, 4640.0, 4649.0, 4648.0, 4673.0, 4679.0, 4662.0, 4680.0, 4654.0, 4673.0, 4642.0, 4671.0, 4639.0, 4650.0, 4679.0, 4660.0, 4669.0, 4651.0, 4659.0, 4639.0, 4650.0, 4629.0, 4659.0, 4658.0, 4659.0, 4678.0, 4638.0, 4658.0, 4628.0, 4659.0, 4637.0, 4661.0, 4656.0, 4641.0, 4668.0, 4638.0, 4656.0, 4628.0, 4659.0, 4628.0, 4649.0, 4646.0, 4640.0, 4657.0, 4638.0, 4658.0, 4641.0, 4660.0, 4628.0, 4650.0, 4668.0, 4653.0, 4683.0, 4654.0, 4671.0, 4641.0, 4662.0, 4631.0, 4663.0, 4673.0, 4676.0, 4684.0, 4677.0, 4685.0, 4665.0, 4675.0, 4655.0, 4687.0, 4674.0, 4676.0, 4694.0, 4654.0, 4674.0, 4642.0, 4664.0, 4671.0, 4652.0, 4682.0, 4654.0, 4662.0, 4621.0, 4651.0, 4669.0, 4651.0, 4671.0, 4643.0, 4662.0, 4643.0, 4662.0, 4642.0, 4672.0, 4671.0, 4653.0, 4682.0, 4653.0, 4671.0, 4644.0, 4672.0, 4655.0, 4675.0, 4662.0, 4652.0, 4681.0, 4664.0, 4672.0, 4652.0, 4672.0, 4642.0, 4663.0, 4644.0, 4664.0, 4683.0, 4663.0, 4683.0, 4652.0, 4682.0, 4642.0, 4663.0, 4654.0, 4673.0, 4681.0, 4663.0, 4681.0, 4643.0, 4663.0, 4644.0, 4672.0, 4640.0, 4661.0, 4650.0, 4641.0, 4669.0, 4643.0, 4670.0, 4651.0, 4660.0, 4631.0, 4662.0, 4641.0, 4665.0, 4683.0, 4664.0, 4681.0, 4662.0, 4659.0, 4632.0, 4662.0, 4643.0, 4674.0, 4657.0, 4686.0, 4668.0, 4710.0, 4677.0, 4704.0, 4642.0, 4632.0, 4653.0, 4682.0, 4651.0, 4673.0, 4692.0, 4674.0, 4672.0, 4661.0, 4672.0, 4684.0, 4663.0, 4672.0, 4640.0, 4669.0, 4639.0, 4669.0, 4626.0, 4667.0, 4664.0, 4645.0, 4655.0, 4620.0, 4642.0, 4589.0, 4627.0, 4576.0, 4617.0, 4597.0, 4609.0, 4638.0, 4610.0, 4627.0, 4608.0, 4628.0, 4600.0, 4629.0, 4599.0, 4629.0, 4600.0, 4630.0, 4602.0, 4632.0, 4614.0, 4645.0, 4618.0, 4657.0, 4630.0, 4658.0, 4640.0, 4649.0, 4632.0, 4641.0, 4654.0, 4653.0, 4657.0, 4686.0, 4667.0, 4696.0, 4668.0, 4687.0, 4670.0, 4700.0, 4668.0, 4698.0, 4669.0, 4689.0, 4671.0, 4702.0, 4670.0, 4699.0, 4682.0, 4709.0, 4666.0, 4698.0, 4657.0, 4708.0, 4670.0, 4710.0, 4656.0, 4698.0, 4671.0, 4702.0, 4678.0, 4686.0, 4671.0, 4662.0, 4672.0, 4688.0, 4673.0, 4710.0, 4690.0, 4709.0, 4688.0, 4675.0, 4694.0, 4654.0, 4693.0, 4654.0, 4693.0, 4661.0, 4682.0, 4669.0, 4650.0, 4679.0, 4649.0, 4679.0, 4649.0, 4667.0, 4628.0, 4646.0, 4629.0, 4656.0, 4629.0, 4669.0, 4640.0, 4672.0, 4650.0, 4661.0, 4651.0, 4664.0, 4692.0, 4675.0, 4681.0, 4654.0, 4683.0, 4655.0, 4685.0, 4667.0, 4687.0, 4667.0, 4694.0, 4666.0, 4696.0, 4667.0, 4686.0, 4655.0, 4687.0, 4675.0, 4677.0, 4706.0, 4666.0, 4694.0, 4676.0, 4687.0, 4656.0, 4684.0, 4665.0, 4676.0, 4655.0, 4677.0, 4675.0, 4668.0, 4686.0, 4666.0, 4694.0, 4668.0, 4696.0, 4666.0, 4696.0, 4668.0, 4686.0, 4655.0, 4685.0, 4665.0, 4687.0, 4654.0, 4674.0, 4696.0, 4678.0, 4697.0, 4676.0, 4696.0, 4669.0, 4697.0, 4666.0, 4685.0, 4655.0, 4686.0, 4655.0, 4686.0, 4656.0, 4675.0, 4675.0, 4668.0, 4706.0, 4676.0, 4694.0, 4667.0, 4695.0, 4667.0, 4685.0, 4656.0, 4686.0, 4655.0, 4675.0, 4674.0, 4664.0, 4696.0, 4673.0, 4684.0, 4666.0, 4684.0, 4656.0, 4676.0, 4654.0, 4679.0, 4717.0, 4679.0, 4695.0, 4658.0, 4677.0, 4655.0, 4676.0, 4675.0, 4667.0, 4705.0, 4676.0, 4696.0, 4666.0, 4675.0, 4657.0, 4688.0, 4657.0, 4676.0, 4655.0, 4666.0, 4705.0, 4665.0, 4707.0, 4665.0, 4674.0, 4643.0, 4664.0, 4653.0, 4666.0, 4669.0, 4667.0, 4678.0, 4672.0, 4679.0, 4670.0, 4657.0, 4669.0, 4679.0, 4681.0, 4708.0, 4692.0, 4721.0, 4681.0, 4712.0, 4670.0, 4687.0, 4684.0, 4728.0, 4674.0, 4702.0, 4652.0, 4665.0, 4641.0, 4652.0, 4653.0, 4696.0, 4665.0, 4684.0, 4676.0, 4674.0, 4667.0, 4666.0, 4676.0, 4706.0, 4685.0, 4705.0, 4675.0, 4691.0, 4653.0, 4662.0, 4641.0, 4660.0, 4640.0, 4659.0, 4642.0, 4651.0, 4641.0, 4651.0, 4642.0, 4662.0, 4651.0, 4663.0, 4652.0, 4664.0, 4652.0, 4664.0, 4653.0, 4667.0, 4645.0, 4665.0, 4652.0, 4665.0, 4655.0, 4666.0, 4664.0, 4667.0, 4647.0, 4666.0, 4666.0, 4669.0, 4687.0, 4668.0, 4685.0, 4667.0, 4665.0, 4655.0, 4704.0, 4668.0, 4707.0, 4676.0, 4707.0, 4668.0, 4696.0, 4669.0, 4687.0, 4666.0, 4696.0, 4658.0, 4696.0, 4669.0, 4685.0, 4668.0, 4698.0, 4679.0, 4698.0, 4670.0, 4697.0, 4669.0, 4687.0, 4658.0, 4698.0, 4670.0, 4689.0, 4670.0, 4679.0, 4669.0, 4688.0, 4657.0, 4697.0, 4658.0, 4679.0, 4655.0, 4656.0, 4658.0, 4676.0, 4647.0, 4668.0, 4688.0, 4669.0, 4706.0, 4665.0, 4697.0, 4645.0, 4666.0, 4684.0, 4655.0, 4695.0, 4666.0, 4672.0, 4654.0, 4665.0, 4644.0, 4656.0, 4657.0, 4669.0, 4656.0, 4669.0, 4688.0, 4670.0, 4710.0, 4658.0, 4697.0, 4659.0, 4678.0, 4655.0, 4679.0, 4689.0, 4670.0, 4677.0, 4655.0, 4666.0, 4670.0, 4667.0, 4660.0, 4687.0, 4659.0, 4690.0, 4660.0, 4702.0, 4661.0, 4671.0, 4687.0, 4657.0, 4697.0, 4676.0, 4699.0, 4658.0, 4667.0, 4636.0, 4679.0, 4705.0, 4668.0, 4694.0, 4655.0, 4687.0, 4664.0, 4645.0, 4681.0, 4641.0, 4657.0, 4631.0, 4652.0, 4632.0, 4642.0, 4633.0, 4655.0, 4637.0, 4656.0, 4644.0, 4654.0, 4652.0, 4642.0, 4679.0, 4655.0, 4644.0, 4645.0, 4682.0, 4643.0, 4683.0, 4654.0, 4672.0, 4645.0, 4663.0, 4644.0, 4666.0, 4634.0, 4666.0, 4624.0, 4655.0, 4656.0, 4645.0, 4694.0, 4657.0, 4683.0, 4644.0, 4673.0, 4644.0, 4666.0, 4635.0, 4657.0, 4637.0, 4656.0, 4686.0, 4669.0, 4709.0, 4670.0, 4687.0, 4667.0, 4694.0, 4656.0, 4686.0, 4667.0, 4687.0, 4648.0, 4679.0, 4649.0, 4670.0, 4717.0, 4677.0, 4706.0, 4666.0, 4677.0, 4634.0, 4657.0, 4705.0, 4658.0, 4686.0, 4668.0, 4688.0, 4649.0, 4667.0, 4638.0, 4669.0, 4707.0, 4658.0, 4698.0, 4660.0, 4681.0], 'WindowWidth': [10299.0, 10260.0, 10280.0, 10232.0, 10238.0, 10184.0, 10202.0, 10179.0, 10205.0, 10162.0, 10215.0, 10162.0, 10193.0, 10203.0, 10191.0, 10236.0, 10194.0, 10217.0, 10176.0, 10202.0, 10162.0, 10212.0, 10212.0, 10203.0, 10211.0, 10166.0, 10195.0, 10138.0, 10180.0, 10164.0, 10181.0, 10209.0, 10173.0, 10209.0, 10177.0, 10184.0, 10175.0, 10217.0, 10161.0, 10196.0, 10228.0, 10194.0, 10217.0, 10176.0, 10203.0, 10155.0, 10174.0, 10210.0, 10188.0, 10199.0, 10160.0, 10200.0, 10147.0, 10196.0, 10218.0, 10196.0, 10233.0, 10209.0, 10220.0, 10197.0, 10209.0, 10185.0, 10242.0, 10210.0, 10231.0, 10255.0, 10216.0, 10241.0, 10200.0, 10243.0, 10199.0, 10244.0, 10196.0, 10215.0, 10267.0, 10216.0, 10235.0, 10196.0, 10221.0, 10165.0, 10208.0, 10204.0, 10204.0, 10244.0, 10204.0, 10217.0, 10180.0, 10209.0, 10179.0, 10220.0, 10165.0, 10209.0, 10194.0, 10217.0, 10258.0, 10214.0, 10224.0, 10197.0, 10225.0, 10163.0, 10221.0, 10202.0, 10200.0, 10233.0, 10183.0, 10198.0, 10149.0, 10168.0, 10206.0, 10170.0, 10179.0, 10160.0, 10185.0, 10161.0, 10209.0, 10176.0, 10208.0, 10193.0, 10200.0, 10236.0, 10201.0, 10225.0, 10193.0, 10212.0, 10236.0, 10178.0, 10203.0, 10160.0, 10193.0, 10212.0, 10186.0, 10197.0, 10160.0, 10186.0, 10163.0, 10216.0, 10177.0, 10208.0, 10189.0, 10210.0, 10249.0, 10212.0, 10205.0, 10194.0, 10220.0, 10184.0, 10230.0, 10207.0, 10210.0, 10234.0, 10194.0, 10224.0, 10178.0, 10218.0, 10184.0, 10203.0, 10175.0, 10197.0, 10231.0, 10197.0, 10236.0, 10211.0, 10226.0, 10199.0, 10228.0, 10178.0, 10208.0, 10216.0, 10191.0, 10227.0, 10201.0, 10204.0, 10159.0, 10188.0, 10170.0, 10207.0, 10232.0, 10183.0, 10193.0, 10138.0, 10171.0, 10177.0, 10172.0, 10210.0, 10187.0, 10198.0, 10163.0, 10207.0, 10166.0, 10207.0, 10210.0, 10211.0, 10229.0, 10194.0, 10222.0, 10160.0, 10187.0, 10213.0, 10171.0, 10197.0, 10172.0, 10186.0, 10157.0, 10190.0, 10176.0, 10195.0, 10230.0, 10208.0, 10219.0, 10181.0, 10209.0, 10185.0, 10229.0, 10235.0, 10208.0, 10224.0, 10205.0, 10270.0, 10221.0, 10239.0, 10168.0, 10240.0, 10169.0, 10181.0, 10179.0, 10221.0, 10228.0, 10205.0, 10230.0, 10197.0, 10225.0, 10177.0, 10218.0, 10170.0, 10187.0, 10226.0, 10200.0, 10211.0, 10188.0, 10199.0, 10171.0, 10187.0, 10159.0, 10199.0, 10193.0, 10197.0, 10223.0, 10167.0, 10195.0, 10154.0, 10198.0, 10164.0, 10201.0, 10190.0, 10174.0, 10208.0, 10166.0, 10191.0, 10152.0, 10196.0, 10151.0, 10183.0, 10175.0, 10171.0, 10192.0, 10169.0, 10195.0, 10175.0, 10199.0, 10155.0, 10187.0, 10209.0, 10196.0, 10236.0, 10197.0, 10218.0, 10177.0, 10207.0, 10165.0, 10210.0, 10222.0, 10231.0, 10241.0, 10234.0, 10245.0, 10219.0, 10233.0, 10205.0, 10251.0, 10227.0, 10233.0, 10257.0, 10200.0, 10227.0, 10180.0, 10212.0, 10219.0, 10193.0, 10234.0, 10198.0, 10206.0, 10147.0, 10190.0, 10212.0, 10189.0, 10218.0, 10181.0, 10207.0, 10183.0, 10207.0, 10178.0, 10221.0, 10218.0, 10197.0, 10234.0, 10196.0, 10220.0, 10182.0, 10222.0, 10198.0, 10228.0, 10206.0, 10193.0, 10233.0, 10210.0, 10221.0, 10193.0, 10220.0, 10180.0, 10209.0, 10183.0, 10212.0, 10238.0, 10210.0, 10238.0, 10195.0, 10237.0, 10179.0, 10209.0, 10198.0, 10223.0, 10234.0, 10209.0, 10232.0, 10182.0, 10208.0, 10186.0, 10219.0, 10171.0, 10202.0, 10186.0, 10175.0, 10211.0, 10179.0, 10213.0, 10189.0, 10203.0, 10163.0, 10206.0, 10177.0, 10217.0, 10238.0, 10212.0, 10233.0, 10206.0, 10199.0, 10164.0, 10204.0, 10182.0, 10225.0, 10208.0, 10247.0, 10222.0, 10280.0, 10230.0, 10264.0, 10175.0, 10161.0, 10194.0, 10232.0, 10187.0, 10223.0, 10249.0, 10223.0, 10220.0, 10204.0, 10220.0, 10239.0, 10206.0, 10217.0, 10170.0, 10211.0, 10168.0, 10214.0, 10146.0, 10206.0, 10197.0, 10169.0, 10183.0, 10127.0, 10159.0, 10083.0, 10132.0, 10062.0, 10120.0, 10093.0, 10111.0, 10147.0, 10112.0, 10132.0, 10110.0, 10135.0, 10101.0, 10138.0, 10099.0, 10138.0, 10101.0, 10141.0, 10106.0, 10148.0, 10128.0, 10171.0, 10139.0, 10188.0, 10158.0, 10192.0, 10172.0, 10182.0, 10164.0, 10175.0, 10199.0, 10197.0, 10209.0, 10244.0, 10221.0, 10258.0, 10225.0, 10247.0, 10229.0, 10270.0, 10223.0, 10264.0, 10226.0, 10253.0, 10235.0, 10277.0, 10232.0, 10269.0, 10250.0, 10282.0, 10220.0, 10266.0, 10208.0, 10279.0, 10226.0, 10283.0, 10206.0, 10266.0, 10232.0, 10279.0, 10238.0, 10248.0, 10230.0, 10197.0, 10236.0, 10249.0, 10236.0, 10282.0, 10258.0, 10284.0, 10250.0, 10228.0, 10256.0, 10198.0, 10253.0, 10196.0, 10249.0, 10202.0, 10231.0, 10209.0, 10184.0, 10224.0, 10182.0, 10223.0, 10181.0, 10203.0, 10152.0, 10173.0, 10158.0, 10189.0, 10154.0, 10210.0, 10173.0, 10217.0, 10187.0, 10205.0, 10190.0, 10209.0, 10249.0, 10228.0, 10231.0, 10196.0, 10235.0, 10201.0, 10240.0, 10219.0, 10245.0, 10220.0, 10255.0, 10218.0, 10259.0, 10219.0, 10247.0, 10201.0, 10246.0, 10228.0, 10232.0, 10272.0, 10218.0, 10254.0, 10231.0, 10245.0, 10203.0, 10241.0, 10212.0, 10230.0, 10201.0, 10234.0, 10228.0, 10221.0, 10244.0, 10217.0, 10253.0, 10222.0, 10261.0, 10220.0, 10259.0, 10223.0, 10245.0, 10201.0, 10244.0, 10213.0, 10247.0, 10197.0, 10227.0, 10258.0, 10238.0, 10260.0, 10231.0, 10256.0, 10223.0, 10258.0, 10218.0, 10243.0, 10203.0, 10245.0, 10201.0, 10244.0, 10202.0, 10228.0, 10228.0, 10222.0, 10274.0, 10230.0, 10251.0, 10218.0, 10256.0, 10217.0, 10244.0, 10204.0, 10243.0, 10198.0, 10227.0, 10224.0, 10211.0, 10257.0, 10224.0, 10238.0, 10216.0, 10241.0, 10202.0, 10230.0, 10199.0, 10239.0, 10292.0, 10237.0, 10254.0, 10208.0, 10235.0, 10199.0, 10231.0, 10229.0, 10219.0, 10269.0, 10232.0, 10259.0, 10218.0, 10228.0, 10207.0, 10250.0, 10203.0, 10232.0, 10201.0, 10216.0, 10270.0, 10216.0, 10278.0, 10214.0, 10225.0, 10183.0, 10211.0, 10194.0, 10215.0, 10227.0, 10217.0, 10237.0, 10232.0, 10239.0, 10228.0, 10206.0, 10224.0, 10240.0, 10243.0, 10280.0, 10260.0, 10304.0, 10248.0, 10289.0, 10229.0, 10246.0, 10252.0, 10321.0, 10237.0, 10276.0, 10206.0, 10211.0, 10170.0, 10188.0, 10193.0, 10258.0, 10212.0, 10238.0, 10229.0, 10224.0, 10219.0, 10216.0, 10231.0, 10273.0, 10240.0, 10269.0, 10227.0, 10245.0, 10192.0, 10204.0, 10175.0, 10200.0, 10170.0, 10195.0, 10174.0, 10189.0, 10173.0, 10192.0, 10177.0, 10204.0, 10189.0, 10210.0, 10194.0, 10210.0, 10192.0, 10211.0, 10196.0, 10217.0, 10184.0, 10214.0, 10195.0, 10214.0, 10200.0, 10217.0, 10213.0, 10217.0, 10190.0, 10218.0, 10217.0, 10223.0, 10247.0, 10222.0, 10242.0, 10219.0, 10214.0, 10201.0, 10267.0, 10223.0, 10273.0, 10231.0, 10273.0, 10223.0, 10257.0, 10225.0, 10246.0, 10217.0, 10256.0, 10207.0, 10261.0, 10225.0, 10243.0, 10222.0, 10263.0, 10238.0, 10263.0, 10230.0, 10260.0, 10225.0, 10248.0, 10208.0, 10261.0, 10228.0, 10251.0, 10226.0, 10237.0, 10225.0, 10249.0, 10204.0, 10258.0, 10206.0, 10239.0, 10202.0, 10204.0, 10207.0, 10231.0, 10193.0, 10224.0, 10250.0, 10224.0, 10272.0, 10217.0, 10262.0, 10186.0, 10215.0, 10237.0, 10199.0, 10255.0, 10219.0, 10221.0, 10197.0, 10212.0, 10186.0, 10203.0, 10204.0, 10225.0, 10204.0, 10225.0, 10249.0, 10231.0, 10281.0, 10209.0, 10260.0, 10211.0, 10237.0, 10200.0, 10240.0, 10253.0, 10225.0, 10230.0, 10201.0, 10214.0, 10226.0, 10216.0, 10213.0, 10244.0, 10209.0, 10254.0, 10213.0, 10275.0, 10218.0, 10230.0, 10246.0, 10205.0, 10259.0, 10229.0, 10263.0, 10207.0, 10219.0, 10175.0, 10236.0, 10271.0, 10220.0, 10256.0, 10205.0, 10251.0, 10211.0, 10185.0, 10228.0, 10174.0, 10189.0, 10158.0, 10190.0, 10163.0, 10179.0, 10167.0, 10198.0, 10180.0, 10205.0, 10187.0, 10199.0, 10193.0, 10177.0, 10226.0, 10201.0, 10182.0, 10185.0, 10233.0, 10183.0, 10234.0, 10197.0, 10217.0, 10185.0, 10208.0, 10183.0, 10218.0, 10172.0, 10217.0, 10156.0, 10199.0, 10202.0, 10186.0, 10250.0, 10205.0, 10234.0, 10183.0, 10220.0, 10182.0, 10215.0, 10172.0, 10204.0, 10179.0, 10203.0, 10246.0, 10228.0, 10287.0, 10232.0, 10250.0, 10222.0, 10252.0, 10202.0, 10244.0, 10220.0, 10248.0, 10197.0, 10242.0, 10198.0, 10229.0, 10289.0, 10235.0, 10273.0, 10217.0, 10232.0, 10172.0, 10206.0, 10271.0, 10207.0, 10243.0, 10225.0, 10250.0, 10199.0, 10223.0, 10185.0, 10227.0, 10275.0, 10210.0, 10262.0, 10215.0, 10244.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.0035715650172612194</td></tr>
<tr><td colspan=3>aqi</td><td>0.04648577974683543</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.649750076774254</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1249308107142855</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9924281984101381</td></tr>
<tr><td colspan=3>efc</td><td>0.5148</td></tr>
<tr><td colspan=3>fber</td><td>3287.0105</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11106779920097164</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>82</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.436133486766398</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5376694495216428</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.389327124852184</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8096479330127733</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4140332906999715</td></tr>
<tr><td colspan=3>gcor</td><td>0.0083313</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019415518268942833</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026030855253338814</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>3.8944782750234164</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.6043</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>68.9589</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>259.148</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292326.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1233.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>464.2143</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2043</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>592.7875</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3797.5012</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3997.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84218.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1298.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5027.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1026.3188</td></tr>
<tr><td colspan=3>tsnr</td><td>30.497350916732103</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>