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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0083_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-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-05_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-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-05_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-0083/ses-04/func/sub-0083_ses-04_task-social_acq-mb8_run-05_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>d56be557979f099c7286a4def1d4cd05</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>20:15:1.830000</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.998972, 0.0310527, 0.0330108, -0.0354086, 0.989402, 0.140819]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.0878664</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4136, -7866, -7309, 806, -91, -676, 198, 4]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.066</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>069aacf4-ed4f-4e34-83d0-ab0f19fa16b7||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.6801700592041016, -0.0949985608458519, 0.07637805491685867, 117.42262268066406], [-0.08331214636564255, 2.6544930934906006, 0.38297709822654724, -105.67506408691406], [0.08856566250324249, -0.3778076171875, 2.6716089248657227, -67.68357849121094], [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': ['201501.830000', '201502.290000', '201502.750000', '201503.210000', '201503.670000', '201504.130000', '201504.590000', '201505.050000', '201505.510000', '201505.970000', '201506.430000', '201506.890000', '201507.350000', '201507.810000', '201508.270000', '201508.730000', '201509.190000', '201509.650000', '201510.110000', '201510.570000', '201511.030000', '201511.490000', '201511.950000', '201512.410000', '201512.870000', '201513.330000', '201513.790000', '201514.250000', '201514.710000', '201515.170000', '201515.630000', '201516.090000', '201516.550000', '201517.010000', '201517.470000', '201517.930000', '201518.390000', '201518.850000', '201519.310000', '201519.770000', '201520.230000', '201520.690000', '201521.150000', '201521.610000', '201522.070000', '201522.530000', '201522.990000', '201523.450000', '201523.910000', '201524.370000', '201524.830000', '201525.290000', '201525.750000', '201526.210000', '201526.670000', '201527.130000', '201527.590000', '201528.050000', '201528.510000', '201528.970000', '201529.430000', '201529.890000', '201530.350000', '201530.810000', '201531.270000', '201531.730000', '201532.190000', '201532.650000', '201533.110000', '201533.570000', '201534.030000', '201534.490000', '201534.950000', '201535.410000', '201535.870000', '201536.330000', '201536.790000', '201537.250000', '201537.710000', '201538.170000', '201538.630000', '201539.090000', '201539.550000', '201540.010000', '201540.470000', '201540.930000', '201541.390000', '201541.850000', '201542.310000', '201542.770000', '201543.230000', '201543.690000', '201544.150000', '201544.610000', '201545.070000', '201545.530000', '201545.990000', '201546.450000', '201546.910000', '201547.370000', '201547.830000', '201548.290000', '201548.750000', '201549.210000', '201549.670000', '201550.130000', '201550.590000', '201551.050000', '201551.510000', '201551.970000', '201552.430000', '201552.890000', '201553.350000', '201553.810000', '201554.270000', '201554.730000', '201555.190000', '201555.650000', '201556.110000', '201556.570000', '201557.030000', '201557.490000', '201557.950000', '201558.410000', '201558.870000', '201559.330000', '201559.790000', '201600.250000', '201600.710000', '201601.170000', '201601.630000', '201602.090000', '201602.550000', '201603.010000', '201603.470000', '201603.930000', '201604.390000', '201604.850000', '201605.310000', '201605.770000', '201606.230000', '201606.690000', '201607.150000', '201607.610000', '201608.070000', '201608.530000', '201608.990000', '201609.450000', '201609.910000', '201610.370000', '201610.830000', '201611.290000', '201611.750000', '201612.210000', '201612.670000', '201613.130000', '201613.590000', '201614.050000', '201614.510000', '201614.970000', '201615.430000', '201615.890000', '201616.350000', '201616.810000', '201617.270000', '201617.730000', '201618.190000', '201618.650000', '201619.110000', '201619.570000', '201620.030000', '201620.490000', '201620.950000', '201621.410000', '201621.870000', '201622.330000', '201622.790000', '201623.250000', '201623.710000', '201624.170000', '201624.630000', '201625.090000', '201625.550000', '201626.010000', '201626.470000', '201626.930000', '201627.390000', '201627.850000', '201628.310000', '201628.770000', '201629.230000', '201629.690000', '201630.150000', '201630.610000', '201631.070000', '201631.530000', '201631.990000', '201632.450000', '201632.910000', '201633.370000', '201633.830000', '201634.290000', '201634.750000', '201635.210000', '201635.670000', '201636.130000', '201636.590000', '201637.050000', '201637.510000', '201637.970000', '201638.430000', '201638.890000', '201639.350000', '201639.810000', '201640.270000', '201640.730000', '201641.190000', '201641.650000', '201642.110000', '201642.570000', '201643.030000', '201643.490000', '201643.950000', '201644.410000', '201644.870000', '201645.330000', '201645.790000', '201646.250000', '201646.710000', '201647.170000', '201647.630000', '201648.090000', '201648.550000', '201649.010000', '201649.470000', '201649.930000', '201650.390000', '201650.850000', '201651.310000', '201651.770000', '201652.230000', '201652.690000', '201653.150000', '201653.610000', '201654.070000', '201654.530000', '201654.990000', '201655.450000', '201655.910000', '201656.370000', '201656.830000', '201657.290000', '201657.750000', '201658.210000', '201658.670000', '201659.130000', '201659.590000', '201700.050000', '201700.510000', '201700.970000', '201701.430000', '201701.890000', '201702.350000', '201702.810000', '201703.270000', '201703.730000', '201704.190000', '201704.650000', '201705.110000', '201705.570000', '201706.030000', '201706.490000', '201706.950000', '201707.410000', '201707.870000', '201708.330000', '201708.790000', '201709.250000', '201709.710000', '201710.170000', '201710.630000', '201711.090000', '201711.550000', '201712.010000', '201712.470000', '201712.930000', '201713.390000', '201713.850000', '201714.310000', '201714.770000', '201715.230000', '201715.690000', '201716.150000', '201716.610000', '201717.070000', '201717.530000', '201717.990000', '201718.450000', '201718.910000', '201719.370000', '201719.830000', '201720.290000', '201720.750000', '201721.210000', '201721.670000', '201722.130000', '201722.590000', '201723.050000', '201723.510000', '201723.970000', '201724.430000', '201724.890000', '201725.350000', '201725.810000', '201726.270000', '201726.730000', '201727.190000', '201727.650000', '201728.110000', '201728.570000', '201729.030000', '201729.490000', '201729.950000', '201730.410000', '201730.870000', '201731.330000', '201731.790000', '201732.250000', '201732.710000', '201733.170000', '201733.630000', '201734.090000', '201734.550000', '201735.010000', '201735.470000', '201735.930000', '201736.390000', '201736.850000', '201737.310000', '201737.770000', '201738.230000', '201738.690000', '201739.150000', '201739.610000', '201740.070000', '201740.530000', '201740.990000', '201741.450000', '201741.910000', '201742.370000', '201742.830000', '201743.290000', '201743.750000', '201744.210000', '201744.670000', '201745.130000', '201745.590000', '201746.050000', '201746.510000', '201746.970000', '201747.430000', '201747.890000', '201748.350000', '201748.810000', '201749.270000', '201749.730000', '201750.190000', '201750.650000', '201751.110000', '201751.570000', '201752.030000', '201752.490000', '201752.950000', '201753.410000', '201753.870000', '201754.330000', '201754.790000', '201755.250000', '201755.710000', '201756.170000', '201756.630000', '201757.090000', '201757.550000', '201758.010000', '201758.470000', '201758.930000', '201759.390000', '201759.850000', '201800.310000', '201800.770000', '201801.230000', '201801.690000', '201802.150000', '201802.610000', '201803.070000', '201803.530000', '201803.990000', '201804.450000', '201804.910000', '201805.370000', '201805.830000', '201806.290000', '201806.750000', '201807.210000', '201807.670000', '201808.130000', '201808.590000', '201809.050000', '201809.510000', '201809.970000', '201810.430000', '201810.890000', '201811.350000', '201811.810000', '201812.270000', '201812.730000', '201813.190000', '201813.650000', '201814.110000', '201814.570000', '201815.030000', '201815.490000', '201815.950000', '201816.410000', '201816.870000', '201817.330000', '201817.790000', '201818.250000', '201818.710000', '201819.170000', '201819.630000', '201820.090000', '201820.550000', '201821.010000', '201821.470000', '201821.930000', '201822.390000', '201822.850000', '201823.310000', '201823.770000', '201824.230000', '201824.690000', '201825.150000', '201825.610000', '201826.070000', '201826.530000', '201826.990000', '201827.450000', '201827.910000', '201828.370000', '201828.830000', '201829.290000', '201829.750000', '201830.210000', '201830.670000', '201831.130000', '201831.590000', '201832.050000', '201832.510000', '201832.970000', '201833.430000', '201833.890000', '201834.350000', '201834.810000', '201835.270000', '201835.730000', '201836.190000', '201836.650000', '201837.110000', '201837.570000', '201838.030000', '201838.490000', '201838.950000', '201839.410000', '201839.870000', '201840.330000', '201840.790000', '201841.250000', '201841.710000', '201842.170000', '201842.630000', '201843.090000', '201843.550000', '201844.010000', '201844.470000', '201844.930000', '201845.390000', '201845.850000', '201846.310000', '201846.770000', '201847.230000', '201847.690000', '201848.150000', '201848.610000', '201849.070000', '201849.530000', '201849.990000', '201850.450000', '201850.910000', '201851.370000', '201851.830000', '201852.290000', '201852.750000', '201853.210000', '201853.670000', '201854.130000', '201854.590000', '201855.050000', '201855.510000', '201855.970000', '201856.430000', '201856.890000', '201857.350000', '201857.810000', '201858.270000', '201858.730000', '201859.190000', '201859.650000', '201900.110000', '201900.570000', '201901.030000', '201901.490000', '201901.950000', '201902.410000', '201902.870000', '201903.330000', '201903.790000', '201904.250000', '201904.710000', '201905.170000', '201905.630000', '201906.090000', '201906.550000', '201907.010000', '201907.470000', '201907.930000', '201908.390000', '201908.850000', '201909.310000', '201909.770000', '201910.230000', '201910.690000', '201911.150000', '201911.610000', '201912.070000', '201912.530000', '201912.990000', '201913.450000', '201913.910000', '201914.370000', '201914.830000', '201915.290000', '201915.750000', '201916.210000', '201916.670000', '201917.130000', '201917.590000', '201918.050000', '201918.510000', '201918.970000', '201919.430000', '201919.890000', '201920.350000', '201920.810000', '201921.270000', '201921.730000', '201922.190000', '201922.650000', '201923.110000', '201923.570000', '201924.030000', '201924.490000', '201924.950000', '201925.410000', '201925.870000', '201926.330000', '201926.790000', '201927.250000', '201927.710000', '201928.170000', '201928.630000', '201929.090000', '201929.550000', '201930.010000', '201930.470000', '201930.930000', '201931.390000', '201931.850000', '201932.310000', '201932.770000', '201933.230000', '201933.690000', '201934.150000', '201934.610000', '201935.070000', '201935.530000', '201935.990000', '201936.450000', '201936.910000', '201937.370000', '201937.830000', '201938.290000', '201938.750000', '201939.210000', '201939.670000', '201940.130000', '201940.590000', '201941.050000', '201941.510000', '201941.970000', '201942.430000', '201942.890000', '201943.350000', '201943.810000', '201944.270000', '201944.730000', '201945.190000', '201945.650000', '201946.110000', '201946.570000', '201947.030000', '201947.490000', '201947.950000', '201948.410000', '201948.870000', '201949.330000', '201949.790000', '201950.250000', '201950.710000', '201951.170000', '201951.630000', '201952.090000', '201952.550000', '201953.010000', '201953.470000', '201953.930000', '201954.390000', '201954.850000', '201955.310000', '201955.770000', '201956.230000', '201956.690000', '201957.150000', '201957.610000', '201958.070000', '201958.530000', '201958.990000', '201959.450000', '201959.910000', '202000.370000', '202000.830000', '202001.290000', '202001.750000', '202002.210000', '202002.670000', '202003.130000', '202003.590000', '202004.050000', '202004.510000', '202004.970000', '202005.430000', '202005.890000', '202006.350000', '202006.810000', '202007.270000', '202007.730000', '202008.190000', '202008.650000', '202009.110000', '202009.570000', '202010.030000', '202010.490000', '202010.950000', '202011.410000', '202011.870000', '202012.330000', '202012.790000', '202013.250000', '202013.710000', '202014.170000', '202014.630000', '202015.090000', '202015.550000', '202016.010000', '202016.470000', '202016.930000', '202017.390000', '202017.850000', '202018.310000', '202018.770000', '202019.230000', '202019.690000', '202020.150000', '202020.610000', '202021.070000', '202021.530000', '202021.990000', '202022.450000', '202022.910000', '202023.370000', '202023.830000', '202024.290000', '202024.750000', '202025.210000', '202025.670000', '202026.130000', '202026.590000', '202027.050000', '202027.510000', '202027.970000', '202028.430000', '202028.890000', '202029.350000', '202029.810000', '202030.270000', '202030.730000', '202031.190000', '202031.650000', '202032.110000', '202032.570000', '202033.030000', '202033.490000', '202033.950000', '202034.410000', '202034.870000', '202035.330000', '202035.790000', '202036.250000', '202036.710000', '202037.170000', '202037.630000', '202038.090000', '202038.550000', '202039.010000', '202039.470000', '202039.930000', '202040.390000', '202040.850000', '202041.310000', '202041.770000', '202042.230000', '202042.690000', '202043.150000', '202043.610000', '202044.070000', '202044.530000', '202044.990000', '202045.450000', '202045.910000', '202046.370000', '202046.830000', '202047.290000', '202047.750000', '202048.210000', '202048.670000', '202049.130000', '202049.590000', '202050.050000', '202050.510000', '202050.970000', '202051.430000', '202051.890000', '202052.350000', '202052.810000', '202053.270000', '202053.730000', '202054.190000', '202054.650000', '202055.110000', '202055.570000', '202056.030000', '202056.490000', '202056.950000', '202057.410000', '202057.870000', '202058.330000', '202058.790000', '202059.250000', '202059.710000', '202100.170000', '202100.630000', '202101.090000', '202101.550000', '202102.010000', '202102.470000', '202102.930000', '202103.390000', '202103.850000', '202104.310000', '202104.770000', '202105.230000', '202105.690000', '202106.150000', '202106.610000', '202107.070000', '202107.530000', '202107.990000', '202108.450000', '202108.910000', '202109.370000', '202109.830000', '202110.290000', '202110.750000', '202111.210000', '202111.670000', '202112.130000', '202112.590000', '202113.050000', '202113.510000', '202113.970000', '202114.430000', '202114.890000', '202115.350000', '202115.810000', '202116.270000', '202116.730000', '202117.190000', '202117.650000', '202118.110000', '202118.570000', '202119.030000', '202119.490000', '202119.950000', '202120.410000', '202120.870000', '202121.330000', '202121.790000', '202122.250000', '202122.710000', '202123.170000', '202123.630000', '202124.090000', '202124.550000', '202125.010000', '202125.470000', '202125.930000', '202126.390000', '202126.850000', '202127.310000', '202127.770000', '202128.230000', '202128.690000', '202129.150000', '202129.610000', '202130.070000', '202130.530000', '202130.990000', '202131.450000', '202131.910000', '202132.370000', '202132.830000', '202133.290000', '202133.750000', '202134.210000', '202134.670000', '202135.130000', '202135.590000', '202136.050000', '202136.510000', '202136.970000', '202137.430000', '202137.890000', '202138.350000', '202138.810000', '202139.270000', '202139.730000', '202140.190000', '202140.650000', '202141.110000', '202141.570000', '202142.030000', '202142.490000'], 'ContentTime': ['201518.876000', '201518.879000', '201518.882000', '201518.884000', '201518.887000', '201518.890000', '201518.892000', '201518.895000', '201518.897000', '201518.900000', '201518.902000', '201518.905000', '201518.907000', '201518.926000', '201518.928000', '201518.931000', '201518.933000', '201518.936000', '201518.939000', '201518.941000', '201518.944000', '201518.946000', '201518.958000', '201518.961000', '201518.963000', '201518.966000', '201518.968000', '201518.976000', '201518.979000', '201518.981000', '201518.984000', '201518.986000', '201518.989000', '201518.991000', '201538.830000', '201538.833000', '201538.836000', '201538.838000', '201538.841000', '201538.843000', '201538.846000', '201538.849000', '201538.851000', '201538.854000', '201538.856000', '201538.859000', '201538.862000', '201538.864000', '201538.867000', '201538.869000', '201538.872000', '201538.874000', '201538.877000', '201538.879000', '201538.882000', '201538.897000', '201538.899000', '201538.902000', '201538.904000', '201538.907000', '201538.909000', '201538.912000', '201538.914000', '201538.917000', '201538.920000', '201538.922000', '201538.925000', '201538.927000', '201538.930000', '201538.932000', '201538.935000', '201538.938000', '201538.940000', '201538.943000', '201538.945000', '201538.948000', '201538.950000', '201538.953000', '201558.831000', '201558.880000', '201558.883000', '201558.885000', '201558.888000', '201558.890000', '201558.893000', '201558.895000', '201558.898000', '201558.901000', '201558.903000', '201558.906000', '201558.908000', '201558.911000', '201558.915000', '201558.917000', '201558.920000', '201558.922000', '201558.925000', '201558.928000', '201558.930000', '201558.933000', '201558.935000', '201558.938000', '201558.941000', '201558.943000', '201558.946000', '201558.948000', '201558.951000', '201558.954000', '201558.956000', '201558.959000', '201558.961000', '201558.964000', '201558.967000', '201558.972000', '201558.975000', '201558.977000', '201558.980000', '201558.982000', '201558.985000', '201558.988000', '201558.990000', '201618.829000', '201618.832000', '201618.835000', '201618.837000', '201618.840000', '201618.843000', '201618.845000', '201618.848000', '201618.851000', '201618.853000', '201618.856000', '201618.858000', '201618.861000', '201618.864000', '201618.866000', '201618.869000', '201618.871000', '201618.874000', '201618.877000', '201618.879000', '201618.882000', '201618.885000', '201618.887000', '201618.890000', '201618.892000', '201618.895000', '201618.897000', '201618.900000', '201618.903000', '201618.905000', '201618.908000', '201618.910000', '201618.913000', '201618.916000', '201618.918000', '201618.928000', '201618.931000', '201618.934000', '201618.936000', '201618.939000', '201618.941000', '201618.944000', '201618.947000', '201618.949000', '201638.829000', '201638.832000', '201638.835000', '201638.837000', '201638.840000', '201638.843000', '201638.845000', '201638.848000', '201638.850000', '201638.853000', '201638.855000', '201638.858000', '201638.861000', '201638.863000', '201638.866000', '201638.868000', '201638.871000', '201638.873000', '201638.876000', '201638.879000', '201638.881000', '201638.884000', '201638.886000', '201638.889000', '201638.891000', '201638.894000', '201638.897000', '201638.899000', '201638.902000', '201638.904000', '201638.907000', '201638.910000', '201638.912000', '201638.915000', '201638.917000', '201638.931000', '201638.933000', '201638.936000', '201638.939000', '201638.941000', '201638.944000', '201638.946000', '201638.949000', '201658.830000', '201658.832000', '201658.835000', '201658.838000', '201658.840000', '201658.843000', '201658.845000', '201658.848000', '201658.850000', '201658.853000', '201658.856000', '201658.858000', '201658.861000', '201658.863000', '201658.866000', '201658.869000', '201658.871000', '201658.874000', '201658.877000', '201658.879000', '201658.882000', '201658.885000', '201658.887000', '201658.890000', '201658.892000', '201658.895000', '201658.898000', '201658.900000', '201658.903000', '201658.906000', '201658.908000', '201658.911000', '201658.925000', '201658.927000', '201658.930000', '201658.933000', '201658.935000', '201658.938000', '201658.940000', '201658.943000', '201658.946000', '201658.948000', '201658.951000', '201658.953000', '201718.830000', '201718.832000', '201718.835000', '201718.837000', '201718.840000', '201718.843000', '201718.845000', '201718.848000', '201718.851000', '201718.853000', '201718.856000', '201718.858000', '201718.861000', '201718.864000', '201718.866000', '201718.869000', '201718.871000', '201718.874000', '201718.877000', '201718.880000', '201718.883000', '201718.885000', '201718.888000', '201718.890000', '201718.893000', '201718.896000', '201718.899000', '201718.902000', '201718.905000', '201718.907000', '201718.910000', '201718.913000', '201718.915000', '201718.918000', '201718.921000', '201718.923000', '201718.926000', '201718.928000', '201718.933000', '201718.935000', '201718.938000', '201718.941000', '201718.943000', '201738.830000', '201738.834000', '201738.836000', '201738.839000', '201738.841000', '201738.844000', '201738.847000', '201738.849000', '201738.852000', '201738.855000', '201738.857000', '201738.860000', '201738.862000', '201738.865000', '201738.868000', '201738.870000', '201738.873000', '201738.876000', '201738.878000', '201738.881000', '201738.883000', '201738.886000', '201738.889000', '201738.891000', '201738.894000', '201738.897000', '201738.899000', '201738.902000', '201738.904000', '201738.907000', '201738.910000', '201738.912000', '201738.915000', '201738.918000', '201738.920000', '201738.923000', '201738.925000', '201738.928000', '201738.930000', '201738.933000', '201738.936000', '201738.938000', '201738.941000', '201738.943000', '201758.831000', '201758.833000', '201758.836000', '201758.839000', '201758.841000', '201758.844000', '201758.846000', '201758.849000', '201758.851000', '201758.854000', '201758.857000', '201758.859000', '201758.862000', '201758.864000', '201758.867000', '201758.869000', '201758.872000', '201758.875000', '201758.877000', '201758.880000', '201758.882000', '201758.885000', '201758.888000', '201758.890000', '201758.893000', '201758.895000', '201758.898000', '201758.901000', '201758.903000', '201758.906000', '201758.908000', '201758.911000', '201758.914000', '201758.916000', '201758.919000', '201758.922000', '201758.924000', '201758.927000', '201758.929000', '201758.932000', '201758.935000', '201758.937000', '201758.940000', '201818.831000', '201818.834000', '201818.836000', '201818.839000', '201818.842000', '201818.844000', '201818.847000', '201818.850000', '201818.852000', '201818.855000', '201818.857000', '201818.860000', '201818.863000', '201818.865000', '201818.868000', '201818.871000', '201818.873000', '201818.876000', '201818.879000', '201818.881000', '201818.884000', '201818.886000', '201818.889000', '201818.892000', '201818.894000', '201818.897000', '201818.899000', '201818.902000', '201818.905000', '201818.907000', '201818.910000', '201818.913000', '201818.915000', '201818.918000', '201818.921000', '201818.923000', '201818.929000', '201818.932000', '201818.935000', '201818.937000', '201818.940000', '201818.943000', '201818.945000', '201818.948000', '201838.830000', '201838.891000', '201838.894000', '201838.896000', '201838.899000', '201838.902000', '201838.904000', '201838.907000', '201838.910000', '201838.912000', '201838.915000', '201838.918000', '201838.920000', '201838.945000', '201838.947000', '201838.950000', '201838.953000', '201838.955000', '201838.958000', '201838.960000', '201838.963000', '201838.966000', '201838.968000', '201838.971000', '201838.974000', '201838.976000', '201838.979000', '201838.981000', '201838.984000', '201838.987000', '201838.989000', '201838.993000', '201838.996000', '201838.998000', '201839.002000', '201839.004000', '201839.007000', '201839.010000', '201839.012000', '201839.015000', '201839.017000', '201839.020000', '201839.023000', '201858.829000', '201858.832000', '201858.835000', '201858.838000', '201858.840000', '201858.843000', '201858.845000', '201858.848000', '201858.851000', '201858.853000', '201858.856000', '201858.859000', '201858.861000', '201858.864000', '201858.866000', '201858.869000', '201858.872000', '201858.874000', '201858.877000', '201858.879000', '201858.882000', '201858.885000', '201858.887000', '201858.890000', '201858.892000', '201858.895000', '201858.898000', '201858.900000', '201858.903000', '201858.906000', '201858.908000', '201858.911000', '201858.913000', '201858.916000', '201858.918000', '201858.921000', '201858.924000', '201858.926000', '201858.929000', '201858.932000', '201858.934000', '201858.937000', '201858.939000', '201858.942000', '201918.830000', '201918.864000', '201918.867000', '201918.869000', '201918.872000', '201918.875000', '201918.877000', '201918.880000', '201918.882000', '201918.885000', '201918.888000', '201918.890000', '201918.893000', '201918.896000', '201918.898000', '201918.901000', '201918.903000', '201918.907000', '201918.910000', '201918.913000', '201918.923000', '201918.926000', '201918.928000', '201918.931000', '201918.934000', '201918.937000', '201918.939000', '201918.942000', '201918.945000', '201918.947000', '201918.950000', '201918.953000', '201918.955000', '201918.958000', '201918.960000', '201918.963000', '201918.966000', '201918.968000', '201918.971000', '201918.974000', '201918.976000', '201918.979000', '201918.981000', '201938.831000', '201938.843000', '201938.846000', '201938.848000', '201938.851000', '201938.853000', '201938.856000', '201938.859000', '201938.861000', '201938.864000', '201938.867000', '201938.869000', '201938.872000', '201938.874000', '201938.877000', '201938.880000', '201938.882000', '201938.885000', '201938.887000', '201938.890000', '201938.893000', '201938.895000', '201938.898000', '201938.901000', '201938.903000', '201938.906000', '201938.909000', '201938.911000', '201938.914000', '201938.916000', '201938.919000', '201938.922000', '201938.924000', '201938.927000', '201938.930000', '201938.932000', '201938.935000', '201938.937000', '201938.940000', '201938.943000', '201938.945000', '201938.948000', '201938.951000', '201938.953000', '201958.830000', '201958.833000', '201958.836000', '201958.838000', '201958.841000', '201958.844000', '201958.846000', '201958.849000', '201958.852000', '201958.855000', '201958.857000', '201958.860000', '201958.863000', '201958.865000', '201958.868000', '201958.870000', '201958.873000', '201958.876000', '201958.878000', '201958.881000', '201958.884000', '201958.886000', '201958.889000', '201958.891000', '201958.894000', '201958.897000', '201958.899000', '201958.902000', '201958.905000', '201958.907000', '201958.910000', '201958.912000', '201958.915000', '201958.918000', '201958.921000', '201958.923000', '201958.926000', '201958.928000', '201958.939000', '201958.942000', '201958.944000', '201958.947000', '201958.950000', '202018.830000', '202018.833000', '202018.836000', '202018.839000', '202018.841000', '202018.844000', '202018.846000', '202018.849000', '202018.852000', '202018.854000', '202018.857000', '202018.859000', '202018.862000', '202018.865000', '202018.867000', '202018.870000', '202018.873000', '202018.875000', '202018.878000', '202018.880000', '202018.883000', '202018.885000', '202018.888000', '202018.891000', '202018.893000', '202018.896000', '202018.898000', '202018.901000', '202018.904000', '202018.906000', '202018.909000', '202018.911000', '202018.914000', '202018.917000', '202018.919000', '202018.922000', '202018.924000', '202018.927000', '202018.930000', '202018.932000', '202018.935000', '202018.937000', '202018.940000', '202018.943000', '202038.831000', '202038.855000', '202038.858000', '202038.861000', '202038.863000', '202038.866000', '202038.868000', '202038.871000', '202038.873000', '202038.876000', '202038.879000', '202038.881000', '202038.884000', '202038.886000', '202038.889000', '202038.891000', '202038.894000', '202038.897000', '202038.899000', '202038.902000', '202038.904000', '202038.907000', '202038.915000', '202038.917000', '202038.920000', '202038.922000', '202038.925000', '202038.928000', '202038.930000', '202038.933000', '202038.935000', '202038.938000', '202038.941000', '202038.943000', '202038.946000', '202038.948000', '202038.951000', '202038.954000', '202038.956000', '202038.961000', '202038.963000', '202038.966000', '202038.968000', '202058.829000', '202058.834000', '202058.837000', '202058.839000', '202058.842000', '202058.845000', '202058.847000', '202058.850000', '202058.853000', '202058.855000', '202058.858000', '202058.860000', '202058.863000', '202058.866000', '202058.868000', '202058.871000', '202058.879000', '202058.881000', '202058.884000', '202058.886000', '202058.889000', '202058.892000', '202058.894000', '202058.897000', '202058.900000', '202058.902000', '202058.905000', '202058.908000', '202058.910000', '202058.913000', '202058.915000', '202058.918000', '202058.921000', '202058.923000', '202058.926000', '202058.928000', '202058.931000', '202058.934000', '202058.936000', '202058.939000', '202058.942000', '202058.944000', '202058.947000', '202118.829000', '202118.856000', '202118.859000', '202118.861000', '202118.864000', '202118.866000', '202118.869000', '202118.872000', '202118.874000', '202118.877000', '202118.879000', '202118.882000', '202118.885000', '202118.887000', '202118.890000', '202118.892000', '202118.895000', '202118.897000', '202118.900000', '202118.903000', '202118.905000', '202118.908000', '202118.911000', '202118.913000', '202118.916000', '202118.918000', '202118.921000', '202118.924000', '202118.926000', '202118.929000', '202118.931000', '202118.934000', '202118.937000', '202118.939000', '202118.942000', '202118.945000', '202118.947000', '202118.950000', '202118.952000', '202118.955000', '202118.958000', '202118.960000', '202118.963000', '202118.965000', '202138.829000', '202138.833000', '202138.835000', '202138.838000', '202138.840000', '202138.849000', '202138.852000', '202138.855000', '202138.857000', '202138.860000', '202138.862000', '202138.865000', '202138.867000', '202138.870000', '202138.873000', '202138.875000', '202138.878000', '202138.881000', '202138.883000', '202138.886000', '202138.889000', '202138.891000', '202138.894000', '202138.896000', '202138.899000', '202138.901000', '202138.904000', '202138.907000', '202138.909000', '202138.912000', '202138.915000', '202138.917000', '202138.920000', '202138.923000', '202138.925000', '202138.928000', '202138.931000', '202138.933000', '202138.936000', '202138.939000', '202138.941000', '202138.944000', '202138.947000', '202143.860000', '202143.863000', '202143.866000', '202143.868000', '202143.871000', '202143.874000', '202143.877000', '202143.880000', '202143.883000', '202143.886000', '202143.889000', '202143.892000'], 'InstanceCreationTime': ['201518.876000', '201518.879000', '201518.882000', '201518.884000', '201518.887000', '201518.890000', '201518.892000', '201518.895000', '201518.897000', '201518.900000', '201518.902000', '201518.905000', '201518.907000', '201518.926000', '201518.928000', '201518.931000', '201518.933000', '201518.936000', '201518.939000', '201518.941000', '201518.944000', '201518.946000', '201518.958000', '201518.961000', '201518.963000', '201518.966000', '201518.968000', '201518.976000', '201518.979000', '201518.981000', '201518.984000', '201518.986000', '201518.989000', '201518.991000', '201538.830000', '201538.833000', '201538.836000', '201538.838000', '201538.841000', '201538.843000', '201538.846000', '201538.849000', '201538.851000', '201538.854000', '201538.856000', '201538.859000', '201538.862000', '201538.864000', '201538.867000', '201538.869000', '201538.872000', '201538.874000', '201538.877000', '201538.879000', '201538.882000', '201538.897000', '201538.899000', '201538.902000', '201538.904000', '201538.907000', '201538.909000', '201538.912000', '201538.914000', '201538.917000', '201538.920000', '201538.922000', '201538.925000', '201538.927000', '201538.930000', '201538.932000', '201538.935000', '201538.938000', '201538.940000', '201538.943000', '201538.945000', '201538.948000', '201538.950000', '201538.953000', '201558.831000', '201558.880000', '201558.883000', '201558.885000', '201558.888000', '201558.890000', '201558.893000', '201558.895000', '201558.898000', '201558.901000', '201558.903000', '201558.906000', '201558.908000', '201558.911000', '201558.915000', '201558.917000', '201558.920000', '201558.922000', '201558.925000', '201558.928000', '201558.930000', '201558.933000', '201558.935000', '201558.938000', '201558.941000', '201558.943000', '201558.946000', '201558.948000', '201558.951000', '201558.954000', '201558.956000', '201558.959000', '201558.961000', '201558.964000', '201558.967000', '201558.972000', '201558.975000', '201558.977000', '201558.980000', '201558.982000', '201558.985000', '201558.988000', '201558.990000', '201618.829000', '201618.832000', '201618.835000', '201618.837000', '201618.840000', '201618.843000', '201618.845000', '201618.848000', '201618.851000', '201618.853000', '201618.856000', '201618.858000', '201618.861000', '201618.864000', '201618.866000', '201618.869000', '201618.871000', '201618.874000', '201618.877000', '201618.879000', '201618.882000', '201618.885000', '201618.887000', '201618.890000', '201618.892000', '201618.895000', '201618.897000', '201618.900000', '201618.903000', '201618.905000', '201618.908000', '201618.910000', '201618.913000', '201618.916000', '201618.918000', '201618.928000', '201618.931000', '201618.934000', '201618.936000', '201618.939000', '201618.941000', '201618.944000', '201618.947000', '201618.949000', '201638.829000', '201638.832000', '201638.835000', '201638.837000', '201638.840000', '201638.843000', '201638.845000', '201638.848000', '201638.850000', '201638.853000', '201638.855000', '201638.858000', '201638.861000', '201638.863000', '201638.866000', '201638.868000', '201638.871000', '201638.873000', '201638.876000', '201638.879000', '201638.881000', '201638.884000', '201638.886000', '201638.889000', '201638.891000', '201638.894000', '201638.897000', '201638.899000', '201638.902000', '201638.904000', '201638.907000', '201638.910000', '201638.912000', '201638.915000', '201638.917000', '201638.931000', '201638.933000', '201638.936000', '201638.939000', '201638.941000', '201638.944000', '201638.946000', '201638.949000', '201658.830000', '201658.832000', '201658.835000', '201658.838000', '201658.840000', '201658.843000', '201658.845000', '201658.848000', '201658.850000', '201658.853000', '201658.856000', '201658.858000', '201658.861000', '201658.863000', '201658.866000', '201658.869000', '201658.871000', '201658.874000', '201658.877000', '201658.879000', '201658.882000', '201658.885000', '201658.887000', '201658.890000', '201658.892000', '201658.895000', '201658.898000', '201658.900000', '201658.903000', '201658.906000', '201658.908000', '201658.911000', '201658.925000', '201658.927000', '201658.930000', '201658.933000', '201658.935000', '201658.938000', '201658.940000', '201658.943000', '201658.946000', '201658.948000', '201658.951000', '201658.953000', '201718.830000', '201718.832000', '201718.835000', '201718.837000', '201718.840000', '201718.843000', '201718.845000', '201718.848000', '201718.851000', '201718.853000', '201718.856000', '201718.858000', '201718.861000', '201718.864000', '201718.866000', '201718.869000', '201718.871000', '201718.874000', '201718.877000', '201718.880000', '201718.883000', '201718.885000', '201718.888000', '201718.890000', '201718.893000', '201718.896000', '201718.899000', '201718.902000', '201718.905000', '201718.907000', '201718.910000', '201718.913000', '201718.915000', '201718.918000', '201718.921000', '201718.923000', '201718.926000', '201718.928000', '201718.933000', '201718.935000', '201718.938000', '201718.941000', '201718.943000', '201738.830000', '201738.834000', '201738.836000', '201738.839000', '201738.841000', '201738.844000', '201738.847000', '201738.849000', '201738.852000', '201738.855000', '201738.857000', '201738.860000', '201738.862000', '201738.865000', '201738.868000', '201738.870000', '201738.873000', '201738.876000', '201738.878000', '201738.881000', '201738.883000', '201738.886000', '201738.889000', '201738.891000', '201738.894000', '201738.897000', '201738.899000', '201738.902000', '201738.904000', '201738.907000', '201738.910000', '201738.912000', '201738.915000', '201738.918000', '201738.920000', '201738.923000', '201738.925000', '201738.928000', '201738.930000', '201738.933000', '201738.936000', '201738.938000', '201738.941000', '201738.943000', '201758.831000', '201758.833000', '201758.836000', '201758.839000', '201758.841000', '201758.844000', '201758.846000', '201758.849000', '201758.851000', '201758.854000', '201758.857000', '201758.859000', '201758.862000', '201758.864000', '201758.867000', '201758.869000', '201758.872000', '201758.875000', '201758.877000', '201758.880000', '201758.882000', '201758.885000', '201758.888000', '201758.890000', '201758.893000', '201758.895000', '201758.898000', '201758.901000', '201758.903000', '201758.906000', '201758.908000', '201758.911000', '201758.914000', '201758.916000', '201758.919000', '201758.922000', '201758.924000', '201758.927000', '201758.929000', '201758.932000', '201758.935000', '201758.937000', '201758.940000', '201818.831000', '201818.834000', '201818.836000', '201818.839000', '201818.842000', '201818.844000', '201818.847000', '201818.850000', '201818.852000', '201818.855000', '201818.857000', '201818.860000', '201818.863000', '201818.865000', '201818.868000', '201818.871000', '201818.873000', '201818.876000', '201818.879000', '201818.881000', '201818.884000', '201818.886000', '201818.889000', '201818.892000', '201818.894000', '201818.897000', '201818.899000', '201818.902000', '201818.905000', '201818.907000', '201818.910000', '201818.913000', '201818.915000', '201818.918000', '201818.921000', '201818.923000', '201818.929000', '201818.932000', '201818.935000', '201818.937000', '201818.940000', '201818.943000', '201818.945000', '201818.948000', '201838.830000', '201838.891000', '201838.894000', '201838.896000', '201838.899000', '201838.902000', '201838.904000', '201838.907000', '201838.910000', '201838.912000', '201838.915000', '201838.918000', '201838.920000', '201838.945000', '201838.947000', '201838.950000', '201838.953000', '201838.955000', '201838.958000', '201838.960000', '201838.963000', '201838.966000', '201838.968000', '201838.971000', '201838.974000', '201838.976000', '201838.979000', '201838.981000', '201838.984000', '201838.987000', '201838.989000', '201838.993000', '201838.996000', '201838.998000', '201839.002000', '201839.004000', '201839.007000', '201839.010000', '201839.012000', '201839.015000', '201839.017000', '201839.020000', '201839.023000', '201858.829000', '201858.832000', '201858.835000', '201858.838000', '201858.840000', '201858.843000', '201858.845000', '201858.848000', '201858.851000', '201858.853000', '201858.856000', '201858.859000', '201858.861000', '201858.864000', '201858.866000', '201858.869000', '201858.872000', '201858.874000', '201858.877000', '201858.879000', '201858.882000', '201858.885000', '201858.887000', '201858.890000', '201858.892000', '201858.895000', '201858.898000', '201858.900000', '201858.903000', '201858.906000', '201858.908000', '201858.911000', '201858.913000', '201858.916000', '201858.918000', '201858.921000', '201858.924000', '201858.926000', '201858.929000', '201858.932000', '201858.934000', '201858.937000', '201858.939000', '201858.942000', '201918.830000', '201918.864000', '201918.867000', '201918.869000', '201918.872000', '201918.875000', '201918.877000', '201918.880000', '201918.882000', '201918.885000', '201918.888000', '201918.890000', '201918.893000', '201918.896000', '201918.898000', '201918.901000', '201918.903000', '201918.907000', '201918.910000', '201918.913000', '201918.923000', '201918.926000', '201918.928000', '201918.931000', '201918.934000', '201918.937000', '201918.939000', '201918.942000', '201918.945000', '201918.947000', '201918.950000', '201918.953000', '201918.955000', '201918.958000', '201918.960000', '201918.963000', '201918.966000', '201918.968000', '201918.971000', '201918.974000', '201918.976000', '201918.979000', '201918.981000', '201938.831000', '201938.843000', '201938.846000', '201938.848000', '201938.851000', '201938.853000', '201938.856000', '201938.859000', '201938.861000', '201938.864000', '201938.867000', '201938.869000', '201938.872000', '201938.874000', '201938.877000', '201938.880000', '201938.882000', '201938.885000', '201938.887000', '201938.890000', '201938.893000', '201938.895000', '201938.898000', '201938.901000', '201938.903000', '201938.906000', '201938.909000', '201938.911000', '201938.914000', '201938.916000', '201938.919000', '201938.922000', '201938.924000', '201938.927000', '201938.930000', '201938.932000', '201938.935000', '201938.937000', '201938.940000', '201938.943000', '201938.945000', '201938.948000', '201938.951000', '201938.953000', '201958.830000', '201958.833000', '201958.836000', '201958.838000', '201958.841000', '201958.844000', '201958.846000', '201958.849000', '201958.852000', '201958.855000', '201958.857000', '201958.860000', '201958.863000', '201958.865000', '201958.868000', '201958.870000', '201958.873000', '201958.876000', '201958.878000', '201958.881000', '201958.884000', '201958.886000', '201958.889000', '201958.891000', '201958.894000', '201958.897000', '201958.899000', '201958.902000', '201958.905000', '201958.907000', '201958.910000', '201958.912000', '201958.915000', '201958.918000', '201958.921000', '201958.923000', '201958.926000', '201958.928000', '201958.939000', '201958.942000', '201958.944000', '201958.947000', '201958.950000', '202018.830000', '202018.833000', '202018.836000', '202018.839000', '202018.841000', '202018.844000', '202018.846000', '202018.849000', '202018.852000', '202018.854000', '202018.857000', '202018.859000', '202018.862000', '202018.865000', '202018.867000', '202018.870000', '202018.873000', '202018.875000', '202018.878000', '202018.880000', '202018.883000', '202018.885000', '202018.888000', '202018.891000', '202018.893000', '202018.896000', '202018.898000', '202018.901000', '202018.904000', '202018.906000', '202018.909000', '202018.911000', '202018.914000', '202018.917000', '202018.919000', '202018.922000', '202018.924000', '202018.927000', '202018.930000', '202018.932000', '202018.935000', '202018.937000', '202018.940000', '202018.943000', '202038.831000', '202038.855000', '202038.858000', '202038.861000', '202038.863000', '202038.866000', '202038.868000', '202038.871000', '202038.873000', '202038.876000', '202038.879000', '202038.881000', '202038.884000', '202038.886000', '202038.889000', '202038.891000', '202038.894000', '202038.897000', '202038.899000', '202038.902000', '202038.904000', '202038.907000', '202038.915000', '202038.917000', '202038.920000', '202038.922000', '202038.925000', '202038.928000', '202038.930000', '202038.933000', '202038.935000', '202038.938000', '202038.941000', '202038.943000', '202038.946000', '202038.948000', '202038.951000', '202038.954000', '202038.956000', '202038.961000', '202038.963000', '202038.966000', '202038.968000', '202058.829000', '202058.834000', '202058.837000', '202058.839000', '202058.842000', '202058.845000', '202058.847000', '202058.850000', '202058.853000', '202058.855000', '202058.858000', '202058.860000', '202058.863000', '202058.866000', '202058.868000', '202058.871000', '202058.879000', '202058.881000', '202058.884000', '202058.886000', '202058.889000', '202058.892000', '202058.894000', '202058.897000', '202058.900000', '202058.902000', '202058.905000', '202058.908000', '202058.910000', '202058.913000', '202058.915000', '202058.918000', '202058.921000', '202058.923000', '202058.926000', '202058.928000', '202058.931000', '202058.934000', '202058.936000', '202058.939000', '202058.942000', '202058.944000', '202058.947000', '202118.829000', '202118.856000', '202118.859000', '202118.861000', '202118.864000', '202118.866000', '202118.869000', '202118.872000', '202118.874000', '202118.877000', '202118.879000', '202118.882000', '202118.885000', '202118.887000', '202118.890000', '202118.892000', '202118.895000', '202118.897000', '202118.900000', '202118.903000', '202118.905000', '202118.908000', '202118.911000', '202118.913000', '202118.916000', '202118.918000', '202118.921000', '202118.924000', '202118.926000', '202118.929000', '202118.931000', '202118.934000', '202118.937000', '202118.939000', '202118.942000', '202118.945000', '202118.947000', '202118.950000', '202118.952000', '202118.955000', '202118.958000', '202118.960000', '202118.963000', '202118.965000', '202138.829000', '202138.833000', '202138.835000', '202138.838000', '202138.840000', '202138.849000', '202138.852000', '202138.855000', '202138.857000', '202138.860000', '202138.862000', '202138.865000', '202138.867000', '202138.870000', '202138.873000', '202138.875000', '202138.878000', '202138.881000', '202138.883000', '202138.886000', '202138.889000', '202138.891000', '202138.894000', '202138.896000', '202138.899000', '202138.901000', '202138.904000', '202138.907000', '202138.909000', '202138.912000', '202138.915000', '202138.917000', '202138.920000', '202138.923000', '202138.925000', '202138.928000', '202138.931000', '202138.933000', '202138.936000', '202138.939000', '202138.941000', '202138.944000', '202138.947000', '202143.860000', '202143.863000', '202143.866000', '202143.868000', '202143.871000', '202143.874000', '202143.877000', '202143.880000', '202143.883000', '202143.886000', '202143.889000', '202143.892000'], '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': [7666, 6331, 6391, 5959, 6741, 5948, 6908, 6874, 6432, 7138, 6111, 6438, 6611, 6864, 7342, 7537, 7546, 8184, 7237, 6355, 6719, 7428, 6980, 6948, 6655, 6187, 6761, 6603, 6964, 7041, 6755, 6883, 7181, 7364, 7003, 5957, 7375, 7113, 6967, 6935, 6833, 6675, 7192, 6554, 7014, 7438, 7021, 7005, 6847, 5866, 6652, 5801, 6640, 5970, 6605, 6733, 6176, 7169, 6488, 7290, 7111, 7556, 6999, 7519, 9150, 7100, 6466, 7195, 6655, 6867, 6809, 6212, 6696, 6345, 6475, 6864, 5850, 6917, 6566, 7047, 6991, 7259, 8958, 7405, 7127, 7365, 6462, 7858, 6861, 6847, 6734, 6116, 6325, 5652, 6347, 6041, 6470, 5930, 6606, 6780, 6314, 6872, 6330, 6476, 6658, 9024, 6808, 8559, 6702, 6757, 6547, 6292, 6708, 6192, 6999, 6329, 6516, 6108, 6541, 5678, 6160, 5782, 6457, 6184, 5937, 5972, 5859, 6209, 6196, 6061, 7092, 6011, 5980, 5975, 6820, 6242, 6935, 6720, 6304, 6691, 6617, 6743, 6518, 5862, 6551, 6167, 6274, 6109, 6048, 6042, 6270, 6357, 5971, 6006, 6029, 6117, 6130, 6303, 6350, 6215, 5942, 6442, 6095, 5729, 5838, 6098, 6046, 6325, 6385, 5742, 6614, 5748, 6001, 5999, 6070, 6227, 6401, 7042, 6114, 6517, 5849, 6045, 6023, 6154, 6566, 5713, 7064, 5719, 5832, 5784, 5993, 5976, 6210, 6376, 6156, 5999, 5881, 8348, 5703, 6371, 5582, 6507, 6142, 5924, 6074, 6083, 5682, 5700, 5825, 5618, 6120, 6101, 6423, 6125, 6007, 5709, 5785, 6200, 5980, 6104, 6175, 6452, 5912, 6520, 5662, 5924, 5750, 5977, 6298, 5750, 5740, 5757, 5951, 5781, 5942, 6090, 7100, 5917, 5949, 5524, 5805, 6137, 5825, 6748, 6390, 7075, 5989, 6130, 5705, 5946, 6372, 5802, 6014, 5779, 6072, 5679, 6028, 6080, 5890, 6312, 6182, 6188, 7152, 6230, 6809, 5888, 7836, 6023, 6619, 5825, 5853, 5883, 5696, 5754, 5732, 6015, 6233, 6151, 5837, 5793, 5605, 5895, 5973, 6053, 6192, 6048, 5984, 7017, 5787, 6492, 5933, 5868, 5811, 5981, 5894, 5843, 5915, 5976, 5711, 5626, 5929, 5936, 6911, 5515, 5587, 5479, 5562, 5930, 5853, 5974, 5858, 6007, 6377, 5571, 5704, 5779, 5865, 6519, 6236, 6012, 6009, 5925, 6977, 5708, 6089, 5770, 6203, 6032, 6011, 5777, 5659, 5637, 5574, 5714, 5584, 5955, 6578, 5895, 5936, 6256, 5933, 6012, 5745, 5946, 5689, 6525, 5963, 7188, 6175, 6353, 5691, 5798, 5574, 5754, 6174, 5779, 6129, 6147, 6150, 6647, 5728, 5747, 5566, 5809, 6206, 5876, 5707, 6820, 6083, 5962, 5615, 5435, 5921, 5910, 6123, 6154, 5793, 5988, 5712, 5754, 7206, 5661, 7372, 6137, 7223, 6080, 7568, 5622, 5676, 5704, 5886, 5786, 5920, 6125, 6025, 6857, 5811, 5634, 5552, 5704, 5885, 5664, 5818, 5792, 5840, 6703, 5876, 6284, 6498, 5856, 6173, 5975, 5522, 6061, 6230, 6492, 6599, 5795, 5734, 5774, 5618, 6492, 6012, 6634, 5783, 5668, 5698, 5766, 5603, 5888, 5848, 6000, 6132, 5907, 5752, 6287, 5990, 5861, 5718, 6017, 5933, 6045, 5645, 5885, 6379, 5697, 6512, 5963, 6105, 6002, 6109, 5986, 5753, 5831, 5697, 5817, 5830, 5718, 8508, 5649, 6795, 7105, 5772, 7127, 5635, 6151, 5710, 5607, 5556, 5521, 5630, 6046, 5757, 6916, 5734, 7358, 5833, 5698, 5750, 5722, 7866, 5750, 7933, 5811, 7594, 5795, 6767, 5845, 5593, 7381, 5579, 6764, 5594, 6143, 5576, 6133, 5902, 7045, 5702, 5680, 5949, 5994, 6406, 6013, 6726, 5753, 6981, 5537, 5855, 5615, 6027, 5719, 6004, 5687, 5790, 6004, 5721, 5898, 5781, 5963, 6148, 5713, 6839, 5703, 7043, 5613, 6757, 5482, 6218, 5555, 5550, 5693, 5731, 6984, 5895, 5788, 6412, 5884, 5838, 5697, 5846, 6429, 5756, 6510, 5809, 5879, 5726, 6292, 5771, 7235, 5711, 5979, 5905, 5764, 6181, 5751, 5592, 6380, 5817, 5729, 7096, 6032, 8253, 6076, 7816, 5717, 6859, 5965, 5862, 5833, 5708, 5683, 5643, 6218, 6142, 5928, 5884, 5800, 5762, 5955, 6088, 6086, 6396, 6341, 6907, 5908, 6217, 5942, 5933, 5756, 5952, 5721, 5936, 5928, 5903, 5952, 6298, 6233, 5796, 5911, 5926, 5692, 6416, 5928, 6003, 5644, 5909, 6455, 5716, 6942, 5928, 6638, 5819, 7323, 6024, 6434, 5862, 5611, 6781, 5523, 5598, 5677, 5656, 5637, 5715, 5778, 5804, 5627, 5917, 7495, 6149, 7810, 6654, 7291, 5684, 6144, 6270, 6224, 6350, 6017, 6510, 5994, 5828, 6876, 5887, 5993, 5831, 6016, 6066, 6246, 6348, 6424, 6172, 6477, 6567, 6094, 6276, 6151, 6271, 7533, 6222, 6339, 6139, 6218, 5975, 6376, 6113, 6167, 5893, 6197, 6635, 5800, 5833, 5766, 6055, 7060, 5879, 5759, 5965, 5993, 6256, 5821, 6001, 5802, 5818, 6895, 5806, 5866, 5709, 5682, 7044, 5813, 5783, 5749, 5436, 5662, 6150, 5849, 5755, 7181, 6469, 7542, 5931, 6451, 5670, 5787, 6027, 5721, 5716, 5727, 6845, 5727, 6357, 5832, 5812, 7067, 5757, 7104, 5825, 6807, 5795, 7113, 5772, 6141, 5875, 5651, 5966, 5938, 5743, 6134, 6669, 5908, 6133, 6037, 5621, 5649, 6477, 5732, 5763, 6322, 6012, 5635, 5865, 5696, 5701, 5751, 5524, 6239, 5690, 5755, 5684, 5709, 6409, 5796, 7760, 6308, 6827, 5875, 7002, 5709, 5711, 5716, 5859, 5758, 5756, 6249, 5644, 6925, 5653, 5663, 5572, 5694, 5611, 5666, 5840, 6980, 5778, 7185, 6095, 5732, 6961, 5975, 6223, 5726, 5678, 5689, 5573, 5680, 5725, 6410, 5789, 5709, 5910, 5733, 6167, 5786, 5768, 5768, 5821, 5788, 5768, 6565, 5797, 6659, 5840, 6055, 5727, 6136, 5787, 5776, 5757, 5919, 5791, 5708, 5706, 6950, 5957, 5748, 5792, 5544, 6795, 5839, 6834, 5868, 5788, 5610, 5842, 5725, 5800, 5780, 7361, 5844, 5815, 5674, 5907, 6089, 5689, 6044, 5574, 5564, 5843, 5619, 6294, 5699, 7159, 5733, 5665, 5773, 5731, 5611, 5618, 5703, 5593, 5826, 5839, 6914, 5862, 6279, 5925, 5776, 6440, 5653, 7343, 5602, 6789, 5596, 5562, 5975, 5760, 5697, 5732, 5793], 'WindowCenter': [3650.0, 3627.0, 3625.0, 3613.0, 3623.0, 3611.0, 3622.0, 3622.0, 3612.0, 3636.0, 3627.0, 3626.0, 3625.0, 3625.0, 3647.0, 3633.0, 3631.0, 3631.0, 3634.0, 3600.0, 3613.0, 3622.0, 3623.0, 3635.0, 3636.0, 3625.0, 3636.0, 3623.0, 3621.0, 3621.0, 3610.0, 3622.0, 3623.0, 3633.0, 3623.0, 3601.0, 3621.0, 3621.0, 3621.0, 3632.0, 3622.0, 3609.0, 3620.0, 3609.0, 3620.0, 3618.0, 3607.0, 3607.0, 3608.0, 3586.0, 3608.0, 3587.0, 3610.0, 3611.0, 3622.0, 3624.0, 3613.0, 3636.0, 3626.0, 3648.0, 3635.0, 3646.0, 3623.0, 3633.0, 3653.0, 3622.0, 3609.0, 3608.0, 3610.0, 3609.0, 3609.0, 3611.0, 3622.0, 3622.0, 3623.0, 3635.0, 3614.0, 3636.0, 3637.0, 3649.0, 3637.0, 3648.0, 3657.0, 3635.0, 3623.0, 3632.0, 3610.0, 3618.0, 3608.0, 3608.0, 3608.0, 3597.0, 3598.0, 3598.0, 3609.0, 3599.0, 3611.0, 3612.0, 3623.0, 3635.0, 3624.0, 3635.0, 3625.0, 3612.0, 3623.0, 3642.0, 3610.0, 3641.0, 3610.0, 3608.0, 3609.0, 3596.0, 3607.0, 3585.0, 3606.0, 3596.0, 3596.0, 3596.0, 3608.0, 3597.0, 3598.0, 3597.0, 3609.0, 3609.0, 3610.0, 3598.0, 3598.0, 3599.0, 3599.0, 3611.0, 3620.0, 3610.0, 3610.0, 3610.0, 3620.0, 3611.0, 3619.0, 3608.0, 3609.0, 3620.0, 3622.0, 3622.0, 3611.0, 3598.0, 3609.0, 3599.0, 3608.0, 3597.0, 3598.0, 3597.0, 3609.0, 3610.0, 3609.0, 3610.0, 3609.0, 3609.0, 3597.0, 3609.0, 3610.0, 3611.0, 3611.0, 3622.0, 3613.0, 3612.0, 3611.0, 3611.0, 3611.0, 3612.0, 3610.0, 3598.0, 3608.0, 3598.0, 3597.0, 3597.0, 3596.0, 3597.0, 3596.0, 3608.0, 3598.0, 3608.0, 3597.0, 3596.0, 3596.0, 3585.0, 3607.0, 3585.0, 3606.0, 3586.0, 3586.0, 3587.0, 3598.0, 3598.0, 3598.0, 3608.0, 3598.0, 3624.0, 3613.0, 3645.0, 3613.0, 3610.0, 3588.0, 3598.0, 3597.0, 3598.0, 3610.0, 3611.0, 3600.0, 3612.0, 3611.0, 3611.0, 3599.0, 3611.0, 3610.0, 3599.0, 3599.0, 3599.0, 3599.0, 3599.0, 3598.0, 3597.0, 3598.0, 3597.0, 3587.0, 3596.0, 3598.0, 3598.0, 3599.0, 3612.0, 3622.0, 3613.0, 3612.0, 3601.0, 3600.0, 3600.0, 3598.0, 3599.0, 3608.0, 3587.0, 3598.0, 3587.0, 3586.0, 3596.0, 3585.0, 3606.0, 3596.0, 3606.0, 3596.0, 3596.0, 3586.0, 3597.0, 3607.0, 3586.0, 3595.0, 3585.0, 3596.0, 3585.0, 3596.0, 3597.0, 3599.0, 3609.0, 3598.0, 3598.0, 3620.0, 3599.0, 3609.0, 3587.0, 3616.0, 3584.0, 3595.0, 3585.0, 3586.0, 3597.0, 3587.0, 3598.0, 3598.0, 3598.0, 3610.0, 3599.0, 3601.0, 3601.0, 3612.0, 3613.0, 3612.0, 3613.0, 3613.0, 3613.0, 3612.0, 3622.0, 3601.0, 3610.0, 3612.0, 3599.0, 3588.0, 3611.0, 3612.0, 3601.0, 3601.0, 3611.0, 3601.0, 3600.0, 3600.0, 3600.0, 3620.0, 3604.0, 3604.0, 3602.0, 3602.0, 3610.0, 3600.0, 3599.0, 3599.0, 3610.0, 3610.0, 3590.0, 3600.0, 3599.0, 3600.0, 3610.0, 3611.0, 3600.0, 3600.0, 3599.0, 3620.0, 3599.0, 3596.0, 3586.0, 3584.0, 3585.0, 3584.0, 3586.0, 3586.0, 3600.0, 3589.0, 3599.0, 3589.0, 3610.0, 3621.0, 3602.0, 3600.0, 3612.0, 3625.0, 3612.0, 3601.0, 3599.0, 3599.0, 3608.0, 3598.0, 3608.0, 3597.0, 3597.0, 3588.0, 3599.0, 3603.0, 3613.0, 3612.0, 3612.0, 3612.0, 3625.0, 3627.0, 3636.0, 3615.0, 3614.0, 3603.0, 3602.0, 3600.0, 3587.0, 3587.0, 3609.0, 3598.0, 3598.0, 3600.0, 3601.0, 3611.0, 3601.0, 3612.0, 3612.0, 3614.0, 3614.0, 3613.0, 3614.0, 3633.0, 3602.0, 3622.0, 3600.0, 3620.0, 3611.0, 3632.0, 3600.0, 3599.0, 3598.0, 3587.0, 3587.0, 3596.0, 3597.0, 3598.0, 3609.0, 3599.0, 3599.0, 3589.0, 3600.0, 3598.0, 3601.0, 3598.0, 3598.0, 3600.0, 3610.0, 3600.0, 3611.0, 3611.0, 3602.0, 3611.0, 3611.0, 3589.0, 3599.0, 3598.0, 3609.0, 3609.0, 3600.0, 3600.0, 3600.0, 3600.0, 3610.0, 3600.0, 3609.0, 3588.0, 3600.0, 3600.0, 3600.0, 3601.0, 3601.0, 3601.0, 3612.0, 3612.0, 3613.0, 3613.0, 3624.0, 3613.0, 3612.0, 3601.0, 3599.0, 3611.0, 3600.0, 3601.0, 3601.0, 3611.0, 3601.0, 3611.0, 3611.0, 3600.0, 3600.0, 3626.0, 3627.0, 3616.0, 3617.0, 3617.0, 3603.0, 3601.0, 3601.0, 3631.0, 3575.0, 3597.0, 3596.0, 3574.0, 3594.0, 3575.0, 3599.0, 3587.0, 3587.0, 3586.0, 3587.0, 3586.0, 3597.0, 3586.0, 3607.0, 3588.0, 3608.0, 3599.0, 3589.0, 3586.0, 3586.0, 3605.0, 3573.0, 3603.0, 3572.0, 3592.0, 3560.0, 3582.0, 3559.0, 3559.0, 3578.0, 3558.0, 3582.0, 3573.0, 3584.0, 3574.0, 3595.0, 3597.0, 3605.0, 3584.0, 3583.0, 3584.0, 3583.0, 3594.0, 3585.0, 3594.0, 3572.0, 3593.0, 3573.0, 3573.0, 3583.0, 3583.0, 3584.0, 3597.0, 3598.0, 3601.0, 3599.0, 3601.0, 3600.0, 3598.0, 3599.0, 3598.0, 3599.0, 3608.0, 3588.0, 3607.0, 3586.0, 3596.0, 3588.0, 3597.0, 3588.0, 3587.0, 3586.0, 3587.0, 3606.0, 3586.0, 3599.0, 3609.0, 3587.0, 3588.0, 3587.0, 3588.0, 3598.0, 3587.0, 3597.0, 3586.0, 3575.0, 3573.0, 3582.0, 3572.0, 3593.0, 3561.0, 3571.0, 3574.0, 3574.0, 3585.0, 3586.0, 3588.0, 3608.0, 3588.0, 3586.0, 3606.0, 3586.0, 3616.0, 3584.0, 3603.0, 3573.0, 3594.0, 3581.0, 3570.0, 3558.0, 3571.0, 3570.0, 3572.0, 3583.0, 3583.0, 3596.0, 3587.0, 3586.0, 3597.0, 3598.0, 3599.0, 3599.0, 3609.0, 3598.0, 3620.0, 3599.0, 3599.0, 3598.0, 3597.0, 3585.0, 3584.0, 3585.0, 3597.0, 3597.0, 3587.0, 3598.0, 3610.0, 3599.0, 3600.0, 3601.0, 3611.0, 3613.0, 3612.0, 3599.0, 3597.0, 3585.0, 3586.0, 3596.0, 3588.0, 3608.0, 3599.0, 3597.0, 3574.0, 3592.0, 3570.0, 3570.0, 3559.0, 3560.0, 3569.0, 3559.0, 3560.0, 3572.0, 3574.0, 3587.0, 3588.0, 3589.0, 3600.0, 3600.0, 3601.0, 3621.0, 3599.0, 3618.0, 3596.0, 3593.0, 3585.0, 3582.0, 3582.0, 3596.0, 3596.0, 3598.0, 3597.0, 3597.0, 3586.0, 3595.0, 3584.0, 3584.0, 3585.0, 3583.0, 3596.0, 3597.0, 3597.0, 3596.0, 3597.0, 3597.0, 3607.0, 3598.0, 3608.0, 3598.0, 3598.0, 3605.0, 3583.0, 3582.0, 3583.0, 3571.0, 3583.0, 3583.0, 3585.0, 3597.0, 3598.0, 3600.0, 3610.0, 3587.0, 3585.0, 3585.0, 3585.0, 3606.0, 3585.0, 3585.0, 3598.0, 3598.0, 3597.0, 3587.0, 3598.0, 3588.0, 3588.0, 3608.0, 3587.0, 3586.0, 3574.0, 3573.0, 3595.0, 3575.0, 3573.0, 3575.0, 3562.0, 3561.0, 3558.0, 3546.0, 3557.0, 3567.0, 3556.0, 3577.0, 3556.0, 3556.0, 3558.0, 3558.0, 3572.0, 3584.0, 3584.0, 3585.0, 3596.0, 3574.0, 3583.0, 3585.0, 3574.0, 3594.0, 3571.0, 3592.0, 3571.0, 3581.0, 3571.0, 3592.0, 3572.0, 3571.0, 3572.0, 3572.0, 3585.0, 3583.0, 3585.0, 3596.0, 3606.0, 3585.0, 3600.0, 3612.0, 3600.0, 3601.0, 3608.0, 3587.0, 3584.0, 3595.0, 3582.0, 3572.0, 3572.0, 3574.0, 3574.0, 3585.0, 3576.0, 3598.0, 3588.0, 3587.0, 3586.0, 3586.0, 3585.0, 3574.0, 3606.0, 3586.0, 3596.0, 3574.0, 3595.0, 3574.0, 3562.0, 3560.0, 3557.0, 3558.0, 3558.0, 3568.0, 3558.0, 3579.0, 3558.0, 3558.0, 3560.0, 3572.0, 3574.0, 3586.0, 3574.0, 3595.0, 3572.0, 3593.0, 3570.0, 3560.0, 3578.0, 3569.0, 3569.0, 3559.0, 3559.0, 3559.0, 3559.0, 3559.0, 3573.0, 3582.0, 3573.0, 3572.0, 3574.0, 3586.0, 3597.0, 3585.0, 3586.0, 3573.0, 3573.0, 3572.0, 3573.0, 3582.0, 3574.0, 3583.0, 3574.0, 3585.0, 3586.0, 3584.0, 3584.0, 3587.0, 3586.0, 3586.0, 3574.0, 3573.0, 3573.0, 3593.0, 3585.0, 3573.0, 3573.0, 3586.0, 3596.0, 3584.0, 3595.0, 3586.0, 3587.0, 3587.0, 3598.0, 3588.0, 3586.0, 3586.0, 3606.0, 3574.0, 3572.0, 3571.0, 3561.0, 3571.0, 3573.0, 3572.0, 3561.0, 3559.0, 3557.0, 3557.0, 3556.0, 3557.0, 3578.0, 3546.0, 3546.0, 3560.0, 3559.0, 3559.0, 3571.0, 3572.0, 3574.0, 3587.0, 3574.0, 3594.0, 3573.0, 3584.0, 3585.0, 3572.0, 3582.0, 3570.0, 3592.0, 3559.0, 3579.0, 3546.0, 3547.0, 3568.0, 3559.0, 3559.0, 3571.0, 3574.0], 'WindowWidth': [8255.0, 8218.0, 8212.0, 8191.0, 8203.0, 8183.0, 8200.0, 8200.0, 8188.0, 8225.0, 8218.0, 8214.0, 8210.0, 8210.0, 8242.0, 8216.0, 8207.0, 8208.0, 8216.0, 8165.0, 8185.0, 8197.0, 8200.0, 8222.0, 8224.0, 8211.0, 8228.0, 8205.0, 8198.0, 8196.0, 8179.0, 8198.0, 8200.0, 8216.0, 8202.0, 8169.0, 8196.0, 8196.0, 8196.0, 8213.0, 8200.0, 8179.0, 8195.0, 8178.0, 8193.0, 8188.0, 8170.0, 8167.0, 8170.0, 8140.0, 8172.0, 8145.0, 8181.0, 8184.0, 8201.0, 8206.0, 8193.0, 8227.0, 8213.0, 8247.0, 8221.0, 8237.0, 8204.0, 8216.0, 8242.0, 8198.0, 8176.0, 8173.0, 8179.0, 8176.0, 8177.0, 8185.0, 8199.0, 8202.0, 8206.0, 8224.0, 8197.0, 8227.0, 8229.0, 8251.0, 8231.0, 8245.0, 8254.0, 8223.0, 8205.0, 8213.0, 8178.0, 8185.0, 8172.0, 8172.0, 8172.0, 8157.0, 8161.0, 8162.0, 8180.0, 8166.0, 8185.0, 8188.0, 8205.0, 8223.0, 8208.0, 8225.0, 8210.0, 8186.0, 8201.0, 8224.0, 8180.0, 8222.0, 8179.0, 8176.0, 8176.0, 8155.0, 8169.0, 8138.0, 8166.0, 8154.0, 8154.0, 8155.0, 8174.0, 8159.0, 8163.0, 8158.0, 8179.0, 8179.0, 8181.0, 8162.0, 8163.0, 8166.0, 8166.0, 8183.0, 8195.0, 8182.0, 8181.0, 8181.0, 8195.0, 8185.0, 8190.0, 8174.0, 8180.0, 8195.0, 8200.0, 8201.0, 8184.0, 8164.0, 8177.0, 8164.0, 8175.0, 8157.0, 8160.0, 8158.0, 8177.0, 8181.0, 8179.0, 8181.0, 8180.0, 8180.0, 8160.0, 8178.0, 8180.0, 8183.0, 8186.0, 8203.0, 8191.0, 8188.0, 8187.0, 8185.0, 8186.0, 8185.0, 8180.0, 8163.0, 8176.0, 8161.0, 8158.0, 8160.0, 8155.0, 8156.0, 8155.0, 8173.0, 8161.0, 8174.0, 8159.0, 8156.0, 8154.0, 8138.0, 8168.0, 8139.0, 8168.0, 8141.0, 8143.0, 8144.0, 8161.0, 8161.0, 8163.0, 8175.0, 8163.0, 8210.0, 8194.0, 8236.0, 8193.0, 8181.0, 8148.0, 8159.0, 8160.0, 8161.0, 8183.0, 8185.0, 8171.0, 8189.0, 8187.0, 8187.0, 8166.0, 8183.0, 8180.0, 8164.0, 8163.0, 8165.0, 8166.0, 8164.0, 8161.0, 8157.0, 8160.0, 8158.0, 8143.0, 8156.0, 8160.0, 8162.0, 8167.0, 8188.0, 8201.0, 8192.0, 8188.0, 8173.0, 8167.0, 8168.0, 8162.0, 8165.0, 8175.0, 8146.0, 8159.0, 8145.0, 8143.0, 8155.0, 8139.0, 8166.0, 8155.0, 8168.0, 8154.0, 8153.0, 8141.0, 8158.0, 8171.0, 8144.0, 8153.0, 8140.0, 8154.0, 8139.0, 8156.0, 8158.0, 8164.0, 8176.0, 8163.0, 8163.0, 8193.0, 8164.0, 8177.0, 8144.0, 8180.0, 8135.0, 8148.0, 8139.0, 8141.0, 8159.0, 8145.0, 8161.0, 8161.0, 8164.0, 8181.0, 8166.0, 8173.0, 8173.0, 8189.0, 8191.0, 8189.0, 8192.0, 8189.0, 8190.0, 8188.0, 8201.0, 8172.0, 8181.0, 8187.0, 8164.0, 8147.0, 8183.0, 8187.0, 8172.0, 8172.0, 8185.0, 8171.0, 8168.0, 8167.0, 8167.0, 8194.0, 8182.0, 8179.0, 8175.0, 8176.0, 8181.0, 8167.0, 8166.0, 8166.0, 8181.0, 8181.0, 8154.0, 8167.0, 8166.0, 8169.0, 8181.0, 8184.0, 8168.0, 8166.0, 8164.0, 8193.0, 8163.0, 8155.0, 8140.0, 8134.0, 8136.0, 8135.0, 8139.0, 8143.0, 8166.0, 8152.0, 8166.0, 8151.0, 8181.0, 8196.0, 8175.0, 8168.0, 8185.0, 8209.0, 8188.0, 8170.0, 8163.0, 8162.0, 8172.0, 8159.0, 8174.0, 8158.0, 8157.0, 8147.0, 8166.0, 8179.0, 8193.0, 8187.0, 8188.0, 8188.0, 8211.0, 8217.0, 8226.0, 8197.0, 8194.0, 8178.0, 8172.0, 8168.0, 8145.0, 8143.0, 8174.0, 8160.0, 8161.0, 8167.0, 8174.0, 8185.0, 8173.0, 8188.0, 8188.0, 8193.0, 8193.0, 8192.0, 8192.0, 8216.0, 8175.0, 8197.0, 8166.0, 8193.0, 8183.0, 8209.0, 8166.0, 8164.0, 8161.0, 8144.0, 8143.0, 8154.0, 8157.0, 8161.0, 8175.0, 8165.0, 8164.0, 8152.0, 8169.0, 8163.0, 8169.0, 8163.0, 8161.0, 8167.0, 8180.0, 8168.0, 8183.0, 8185.0, 8176.0, 8183.0, 8182.0, 8152.0, 8163.0, 8161.0, 8176.0, 8178.0, 8169.0, 8169.0, 8168.0, 8167.0, 8181.0, 8167.0, 8175.0, 8149.0, 8167.0, 8167.0, 8166.0, 8171.0, 8170.0, 8170.0, 8187.0, 8186.0, 8190.0, 8191.0, 8207.0, 8192.0, 8189.0, 8170.0, 8165.0, 8182.0, 8167.0, 8169.0, 8169.0, 8183.0, 8170.0, 8184.0, 8184.0, 8167.0, 8169.0, 8212.0, 8215.0, 8201.0, 8201.0, 8202.0, 8177.0, 8169.0, 8169.0, 8207.0, 8123.0, 8154.0, 8151.0, 8120.0, 8146.0, 8122.0, 8163.0, 8144.0, 8145.0, 8143.0, 8147.0, 8140.0, 8156.0, 8140.0, 8167.0, 8145.0, 8172.0, 8163.0, 8149.0, 8141.0, 8140.0, 8162.0, 8116.0, 8154.0, 8110.0, 8135.0, 8092.0, 8124.0, 8091.0, 8091.0, 8113.0, 8089.0, 8125.0, 8118.0, 8133.0, 8121.0, 8151.0, 8159.0, 8162.0, 8134.0, 8130.0, 8132.0, 8129.0, 8148.0, 8136.0, 8147.0, 8114.0, 8141.0, 8117.0, 8118.0, 8131.0, 8129.0, 8135.0, 8156.0, 8162.0, 8169.0, 8166.0, 8171.0, 8168.0, 8163.0, 8163.0, 8160.0, 8163.0, 8172.0, 8145.0, 8168.0, 8139.0, 8152.0, 8146.0, 8155.0, 8147.0, 8145.0, 8142.0, 8143.0, 8167.0, 8142.0, 8164.0, 8176.0, 8145.0, 8147.0, 8144.0, 8147.0, 8159.0, 8144.0, 8155.0, 8138.0, 8124.0, 8116.0, 8125.0, 8112.0, 8142.0, 8096.0, 8109.0, 8120.0, 8119.0, 8137.0, 8142.0, 8147.0, 8174.0, 8146.0, 8141.0, 8167.0, 8139.0, 8177.0, 8133.0, 8156.0, 8116.0, 8146.0, 8122.0, 8109.0, 8089.0, 8110.0, 8107.0, 8115.0, 8133.0, 8132.0, 8154.0, 8143.0, 8142.0, 8159.0, 8160.0, 8164.0, 8164.0, 8176.0, 8159.0, 8191.0, 8161.0, 8162.0, 8159.0, 8155.0, 8138.0, 8136.0, 8139.0, 8155.0, 8155.0, 8144.0, 8161.0, 8179.0, 8164.0, 8168.0, 8171.0, 8184.0, 8189.0, 8187.0, 8162.0, 8156.0, 8136.0, 8139.0, 8152.0, 8145.0, 8168.0, 8161.0, 8152.0, 8115.0, 8134.0, 8104.0, 8105.0, 8087.0, 8091.0, 8102.0, 8089.0, 8093.0, 8112.0, 8121.0, 8142.0, 8146.0, 8149.0, 8166.0, 8167.0, 8170.0, 8194.0, 8164.0, 8184.0, 8151.0, 8141.0, 8135.0, 8126.0, 8127.0, 8154.0, 8153.0, 8159.0, 8156.0, 8156.0, 8141.0, 8148.0, 8135.0, 8132.0, 8137.0, 8132.0, 8153.0, 8158.0, 8158.0, 8153.0, 8155.0, 8156.0, 8170.0, 8158.0, 8174.0, 8161.0, 8159.0, 8161.0, 8130.0, 8126.0, 8129.0, 8111.0, 8129.0, 8129.0, 8137.0, 8159.0, 8160.0, 8166.0, 8178.0, 8143.0, 8138.0, 8138.0, 8138.0, 8164.0, 8136.0, 8138.0, 8160.0, 8158.0, 8156.0, 8145.0, 8160.0, 8147.0, 8146.0, 8172.0, 8142.0, 8139.0, 8119.0, 8116.0, 8146.0, 8122.0, 8116.0, 8120.0, 8099.0, 8096.0, 8085.0, 8066.0, 8083.0, 8093.0, 8079.0, 8107.0, 8079.0, 8079.0, 8085.0, 8088.0, 8114.0, 8134.0, 8134.0, 8137.0, 8151.0, 8121.0, 8128.0, 8137.0, 8119.0, 8145.0, 8110.0, 8137.0, 8109.0, 8121.0, 8110.0, 8139.0, 8113.0, 8111.0, 8113.0, 8113.0, 8137.0, 8130.0, 8135.0, 8152.0, 8165.0, 8139.0, 8165.0, 8185.0, 8169.0, 8170.0, 8173.0, 8142.0, 8134.0, 8150.0, 8126.0, 8113.0, 8114.0, 8117.0, 8118.0, 8136.0, 8126.0, 8160.0, 8146.0, 8145.0, 8141.0, 8139.0, 8133.0, 8119.0, 8161.0, 8137.0, 8150.0, 8119.0, 8145.0, 8119.0, 8097.0, 8092.0, 8082.0, 8085.0, 8085.0, 8096.0, 8083.0, 8112.0, 8083.0, 8086.0, 8092.0, 8114.0, 8120.0, 8142.0, 8121.0, 8148.0, 8112.0, 8142.0, 8103.0, 8091.0, 8111.0, 8100.0, 8103.0, 8089.0, 8089.0, 8090.0, 8089.0, 8089.0, 8115.0, 8125.0, 8116.0, 8114.0, 8119.0, 8140.0, 8158.0, 8137.0, 8140.0, 8117.0, 8118.0, 8114.0, 8115.0, 8126.0, 8118.0, 8128.0, 8120.0, 8134.0, 8139.0, 8133.0, 8132.0, 8145.0, 8141.0, 8140.0, 8120.0, 8116.0, 8116.0, 8142.0, 8134.0, 8118.0, 8116.0, 8140.0, 8153.0, 8134.0, 8148.0, 8140.0, 8142.0, 8143.0, 8159.0, 8147.0, 8138.0, 8138.0, 8165.0, 8119.0, 8112.0, 8107.0, 8094.0, 8108.0, 8114.0, 8110.0, 8094.0, 8090.0, 8083.0, 8082.0, 8080.0, 8082.0, 8111.0, 8066.0, 8066.0, 8090.0, 8090.0, 8089.0, 8109.0, 8111.0, 8118.0, 8143.0, 8117.0, 8143.0, 8115.0, 8129.0, 8132.0, 8112.0, 8123.0, 8107.0, 8136.0, 8090.0, 8116.0, 8068.0, 8071.0, 8098.0, 8090.0, 8091.0, 8109.0, 8120.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.0024889105504587155</td></tr>
<tr><td colspan=3>aqi</td><td>0.03951824380733945</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.17207263287027</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.150669270677381</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.001084385315729</td></tr>
<tr><td colspan=3>efc</td><td>0.448</td></tr>
<tr><td colspan=3>fber</td><td>5950.9644</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1269448014576646</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>102</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.697247706422019</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7719407944557997</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6670052091409135</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0208836552492486</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6279335189772373</td></tr>
<tr><td colspan=3>gcor</td><td>0.0144943</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010833218693733215</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01959453709423542</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.6506924643662066</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>28.2966</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.6668</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>127.966</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307288.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>579.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>254.7929</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8188</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>477.062</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2847.2131</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3055.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69256.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>790.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3769.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>836.8215</td></tr>
<tr><td colspan=3>tsnr</td><td>31.751213242067024</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>