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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0131_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-06_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-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-04_task-social_acq-mb8_run-06_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-0131/ses-04/func/sub-0131_ses-04_task-social_acq-mb8_run-06_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>ae53b29f99c1f11ae6bcf366cae69c9d</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>21:59:18.882500</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.998908, 0.00498159, -0.0464476, -0.0012204, 0.996741, 0.0806562]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.09794</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4211, -7794, -7258, 404, -166, 19, 2, 98]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.539</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>79afcf54-e54c-469c-a664-16960c4ec700||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.6799979209899902, -0.0032742468174546957, -0.1260846108198166, 113.48704528808594], [-0.01336523238569498, 2.6741838455200195, 0.21738091111183167, -106.43962860107422], [-0.12461543828248978, -0.21639464795589447, 2.688279628753662, -57.43107223510742], [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': ['215918.882500', '215919.342500', '215919.802500', '215920.262500', '215920.722500', '215921.182500', '215921.642500', '215922.102500', '215922.562500', '215923.022500', '215923.482500', '215923.942500', '215924.402500', '215924.862500', '215925.322500', '215925.782500', '215926.242500', '215926.702500', '215927.162500', '215927.622500', '215928.082500', '215928.542500', '215929.002500', '215929.462500', '215929.922500', '215930.382500', '215930.842500', '215931.302500', '215931.762500', '215932.222500', '215932.682500', '215933.142500', '215933.602500', '215934.062500', '215934.522500', '215934.982500', '215935.442500', '215935.902500', '215936.362500', '215936.822500', '215937.282500', '215937.742500', '215938.202500', '215938.662500', '215939.122500', '215939.582500', '215940.042500', '215940.502500', '215940.962500', '215941.422500', '215941.882500', '215942.342500', '215942.802500', '215943.262500', '215943.722500', '215944.182500', '215944.642500', '215945.102500', '215945.562500', '215946.022500', '215946.482500', '215946.942500', '215947.402500', '215947.862500', '215948.322500', '215948.782500', '215949.242500', '215949.702500', '215950.162500', '215950.622500', '215951.082500', '215951.542500', '215952.002500', '215952.462500', '215952.922500', '215953.382500', '215953.842500', '215954.302500', '215954.762500', '215955.222500', '215955.682500', '215956.142500', '215956.602500', '215957.062500', '215957.522500', '215957.982500', '215958.442500', '215958.902500', '215959.362500', '215959.822500', '220000.282500', '220000.742500', '220001.202500', '220001.662500', '220002.122500', '220002.582500', '220003.042500', '220003.502500', '220003.962500', '220004.422500', '220004.882500', '220005.342500', '220005.802500', '220006.262500', '220006.722500', '220007.182500', '220007.642500', '220008.102500', '220008.562500', '220009.022500', '220009.482500', '220009.942500', '220010.402500', '220010.862500', '220011.322500', '220011.782500', '220012.242500', '220012.702500', '220013.162500', '220013.622500', '220014.082500', '220014.542500', '220015.002500', '220015.462500', '220015.922500', '220016.382500', '220016.842500', '220017.302500', '220017.762500', '220018.222500', '220018.682500', '220019.142500', '220019.602500', '220020.062500', '220020.522500', '220020.982500', '220021.442500', '220021.902500', '220022.362500', '220022.822500', '220023.282500', '220023.742500', '220024.202500', '220024.662500', '220025.122500', '220025.582500', '220026.042500', '220026.502500', '220026.962500', '220027.422500', '220027.882500', '220028.342500', '220028.802500', '220029.262500', '220029.722500', '220030.182500', '220030.642500', '220031.102500', '220031.562500', '220032.022500', '220032.482500', '220032.942500', '220033.402500', '220033.862500', '220034.322500', '220034.782500', '220035.242500', '220035.702500', '220036.162500', '220036.622500', '220037.082500', '220037.542500', '220038.002500', '220038.462500', '220038.922500', '220039.382500', '220039.842500', '220040.302500', '220040.762500', '220041.222500', '220041.682500', '220042.142500', '220042.602500', '220043.062500', '220043.522500', '220043.982500', '220044.442500', '220044.902500', '220045.362500', '220045.822500', '220046.282500', '220046.742500', '220047.202500', '220047.662500', '220048.122500', '220048.582500', '220049.042500', '220049.502500', '220049.962500', '220050.422500', '220050.882500', '220051.342500', '220051.802500', '220052.262500', '220052.722500', '220053.182500', '220053.642500', '220054.102500', '220054.562500', '220055.022500', '220055.482500', '220055.942500', '220056.402500', '220056.862500', '220057.322500', '220057.782500', '220058.242500', '220058.702500', '220059.162500', '220059.622500', '220100.082500', '220100.542500', '220101.002500', '220101.462500', '220101.922500', '220102.382500', '220102.842500', '220103.302500', '220103.762500', '220104.222500', '220104.682500', '220105.142500', '220105.602500', '220106.062500', '220106.522500', '220106.982500', '220107.442500', '220107.902500', '220108.362500', '220108.822500', '220109.282500', '220109.742500', '220110.202500', '220110.662500', '220111.122500', '220111.582500', '220112.042500', '220112.502500', '220112.962500', '220113.422500', '220113.882500', '220114.342500', '220114.802500', '220115.262500', '220115.722500', '220116.182500', '220116.642500', '220117.102500', '220117.562500', '220118.022500', '220118.482500', '220118.942500', '220119.402500', '220119.862500', '220120.322500', '220120.782500', '220121.242500', '220121.702500', '220122.162500', '220122.622500', '220123.082500', '220123.542500', '220124.002500', '220124.462500', '220124.922500', '220125.382500', '220125.842500', '220126.302500', '220126.762500', '220127.222500', '220127.682500', '220128.142500', '220128.602500', '220129.062500', '220129.522500', '220129.982500', '220130.442500', '220130.902500', '220131.362500', '220131.822500', '220132.282500', '220132.742500', '220133.202500', '220133.662500', '220134.122500', '220134.582500', '220135.042500', '220135.502500', '220135.962500', '220136.422500', '220136.882500', '220137.342500', '220137.802500', '220138.262500', '220138.722500', '220139.182500', '220139.642500', '220140.102500', '220140.562500', '220141.022500', '220141.482500', '220141.942500', '220142.402500', '220142.862500', '220143.322500', '220143.782500', '220144.242500', '220144.702500', '220145.162500', '220145.622500', '220146.082500', '220146.542500', '220147.002500', '220147.462500', '220147.922500', '220148.382500', '220148.842500', '220149.302500', '220149.762500', '220150.222500', '220150.682500', '220151.142500', '220151.602500', '220152.062500', '220152.522500', '220152.982500', '220153.442500', '220153.902500', '220154.362500', '220154.822500', '220155.282500', '220155.742500', '220156.202500', '220156.662500', '220157.122500', '220157.582500', '220158.042500', '220158.502500', '220158.962500', '220159.422500', '220159.882500', '220200.342500', '220200.802500', '220201.262500', '220201.722500', '220202.182500', '220202.642500', '220203.102500', '220203.562500', '220204.022500', '220204.482500', '220204.942500', '220205.402500', '220205.862500', '220206.322500', '220206.782500', '220207.242500', '220207.702500', '220208.162500', '220208.622500', '220209.082500', '220209.542500', '220210.002500', '220210.462500', '220210.922500', '220211.382500', '220211.842500', '220212.302500', '220212.762500', '220213.222500', '220213.682500', '220214.142500', '220214.602500', '220215.062500', '220215.522500', '220215.982500', '220216.442500', '220216.902500', '220217.362500', '220217.822500', '220218.282500', '220218.742500', '220219.202500', '220219.662500', '220220.122500', '220220.582500', '220221.042500', '220221.502500', '220221.962500', '220222.422500', '220222.882500', '220223.342500', '220223.802500', '220224.262500', '220224.722500', '220225.182500', '220225.642500', '220226.102500', '220226.562500', '220227.022500', '220227.482500', '220227.942500', '220228.402500', '220228.862500', '220229.322500', '220229.782500', '220230.242500', '220230.702500', '220231.162500', '220231.622500', '220232.082500', '220232.542500', '220233.002500', '220233.462500', '220233.922500', '220234.382500', '220234.842500', '220235.302500', '220235.762500', '220236.222500', '220236.682500', '220237.142500', '220237.602500', '220238.062500', '220238.522500', '220238.982500', '220239.442500', '220239.902500', '220240.362500', '220240.822500', '220241.282500', '220241.742500', '220242.202500', '220242.662500', '220243.122500', '220243.582500', '220244.042500', '220244.502500', '220244.962500', '220245.422500', '220245.882500', '220246.342500', '220246.802500', '220247.262500', '220247.722500', '220248.182500', '220248.642500', '220249.102500', '220249.562500', '220250.022500', '220250.482500', '220250.942500', '220251.402500', '220251.862500', '220252.322500', '220252.782500', '220253.242500', '220253.702500', '220254.162500', '220254.622500', '220255.082500', '220255.542500', '220256.002500', '220256.462500', '220256.922500', '220257.382500', '220257.842500', '220258.302500', '220258.762500', '220259.222500', '220259.682500', '220300.142500', '220300.602500', '220301.062500', '220301.522500', '220301.982500', '220302.442500', '220302.902500', '220303.362500', '220303.822500', '220304.282500', '220304.742500', '220305.202500', '220305.662500', '220306.122500', '220306.582500', '220307.042500', '220307.502500', '220307.962500', '220308.422500', '220308.882500', '220309.342500', '220309.802500', '220310.262500', '220310.722500', '220311.182500', '220311.642500', '220312.102500', '220312.562500', '220313.022500', '220313.482500', '220313.942500', '220314.402500', '220314.862500', '220315.322500', '220315.782500', '220316.242500', '220316.702500', '220317.162500', '220317.622500', '220318.082500', '220318.542500', '220319.002500', '220319.462500', '220319.922500', '220320.382500', '220320.842500', '220321.302500', '220321.762500', '220322.222500', '220322.682500', '220323.142500', '220323.602500', '220324.062500', '220324.522500', '220324.982500', '220325.442500', '220325.902500', '220326.362500', '220326.822500', '220327.282500', '220327.742500', '220328.202500', '220328.662500', '220329.122500', '220329.582500', '220330.042500', '220330.502500', '220330.962500', '220331.422500', '220331.882500', '220332.342500', '220332.802500', '220333.262500', '220333.722500', '220334.182500', '220334.642500', '220335.102500', '220335.562500', '220336.022500', '220336.482500', '220336.942500', '220337.402500', '220337.862500', '220338.322500', '220338.782500', '220339.242500', '220339.702500', '220340.162500', '220340.622500', '220341.082500', '220341.542500', '220342.002500', '220342.462500', '220342.922500', '220343.382500', '220343.842500', '220344.302500', '220344.762500', '220345.222500', '220345.682500', '220346.142500', '220346.602500', '220347.062500', '220347.522500', '220347.982500', '220348.442500', '220348.902500', '220349.362500', '220349.822500', '220350.282500', '220350.742500', '220351.202500', '220351.662500', '220352.122500', '220352.582500', '220353.042500', '220353.502500', '220353.962500', '220354.422500', '220354.882500', '220355.342500', '220355.802500', '220356.262500', '220356.722500', '220357.182500', '220357.642500', '220358.102500', '220358.562500', '220359.022500', '220359.482500', '220359.942500', '220400.402500', '220400.862500', '220401.322500', '220401.782500', '220402.242500', '220402.702500', '220403.162500', '220403.622500', '220404.082500', '220404.542500', '220405.002500', '220405.462500', '220405.922500', '220406.382500', '220406.842500', '220407.302500', '220407.762500', '220408.222500', '220408.682500', '220409.142500', '220409.602500', '220410.062500', '220410.522500', '220410.982500', '220411.442500', '220411.902500', '220412.362500', '220412.822500', '220413.282500', '220413.742500', '220414.202500', '220414.662500', '220415.122500', '220415.582500', '220416.042500', '220416.502500', '220416.962500', '220417.422500', '220417.882500', '220418.342500', '220418.802500', '220419.262500', '220419.722500', '220420.182500', '220420.642500', '220421.102500', '220421.562500', '220422.022500', '220422.482500', '220422.942500', '220423.402500', '220423.862500', '220424.322500', '220424.782500', '220425.242500', '220425.702500', '220426.162500', '220426.622500', '220427.082500', '220427.542500', '220428.002500', '220428.462500', '220428.922500', '220429.382500', '220429.842500', '220430.302500', '220430.762500', '220431.222500', '220431.682500', '220432.142500', '220432.602500', '220433.062500', '220433.522500', '220433.982500', '220434.442500', '220434.902500', '220435.362500', '220435.822500', '220436.282500', '220436.742500', '220437.202500', '220437.662500', '220438.122500', '220438.582500', '220439.042500', '220439.502500', '220439.962500', '220440.422500', '220440.882500', '220441.342500', '220441.802500', '220442.262500', '220442.722500', '220443.182500', '220443.642500', '220444.102500', '220444.562500', '220445.022500', '220445.482500', '220445.942500', '220446.402500', '220446.862500', '220447.322500', '220447.782500', '220448.242500', '220448.702500', '220449.162500', '220449.622500', '220450.082500', '220450.542500', '220451.002500', '220451.462500', '220451.922500', '220452.382500', '220452.842500', '220453.302500', '220453.762500', '220454.222500', '220454.682500', '220455.142500', '220455.602500', '220456.062500', '220456.522500', '220456.982500', '220457.442500', '220457.902500', '220458.362500', '220458.822500', '220459.282500', '220459.742500', '220500.202500', '220500.662500', '220501.122500', '220501.582500', '220502.042500', '220502.502500', '220502.962500', '220503.422500', '220503.882500', '220504.342500', '220504.802500', '220505.262500', '220505.722500', '220506.182500', '220506.642500', '220507.102500', '220507.562500', '220508.022500', '220508.482500', '220508.942500', '220509.402500', '220509.862500', '220510.322500', '220510.782500', '220511.242500', '220511.702500', '220512.162500', '220512.622500', '220513.082500', '220513.542500', '220514.002500', '220514.462500', '220514.922500', '220515.382500', '220515.842500', '220516.302500', '220516.762500', '220517.222500', '220517.682500', '220518.142500', '220518.602500', '220519.062500', '220519.522500', '220519.982500', '220520.442500', '220520.902500', '220521.362500', '220521.822500', '220522.282500', '220522.742500', '220523.202500', '220523.662500', '220524.122500', '220524.582500', '220525.042500', '220525.502500', '220525.962500', '220526.422500', '220526.882500', '220527.342500', '220527.802500', '220528.262500', '220528.722500', '220529.182500', '220529.642500', '220530.102500', '220530.562500', '220531.022500', '220531.482500', '220531.942500', '220532.402500', '220532.862500', '220533.322500', '220533.782500', '220534.242500', '220534.702500', '220535.162500', '220535.622500', '220536.082500', '220536.542500', '220537.002500', '220537.462500', '220537.922500', '220538.382500', '220538.842500', '220539.302500', '220539.762500', '220540.222500', '220540.682500', '220541.142500', '220541.602500', '220542.062500', '220542.522500', '220542.982500', '220543.442500', '220543.902500', '220544.362500', '220544.822500', '220545.282500', '220545.742500', '220546.202500', '220546.662500', '220547.122500', '220547.582500', '220548.042500', '220548.502500', '220548.962500', '220549.422500', '220549.882500', '220550.342500', '220550.802500', '220551.262500', '220551.722500', '220552.182500', '220552.642500', '220553.102500', '220553.562500', '220554.022500', '220554.482500', '220554.942500', '220555.402500', '220555.862500', '220556.322500', '220556.782500', '220557.242500', '220557.702500', '220558.162500', '220558.622500', '220559.082500', '220559.542500'], 'ContentTime': ['215929.917000', '215929.921000', '215929.924000', '215929.926000', '215929.929000', '215929.933000', '215929.935000', '215929.938000', '215929.940000', '215929.943000', '215929.945000', '215929.951000', '215929.953000', '215929.956000', '215929.959000', '215929.961000', '215929.964000', '215929.966000', '215929.969000', '215929.971000', '215929.974000', '215929.976000', '215949.874000', '215949.877000', '215949.880000', '215949.882000', '215949.885000', '215949.887000', '215949.890000', '215949.892000', '215949.895000', '215949.898000', '215949.900000', '215949.903000', '215949.905000', '215949.908000', '215949.910000', '215949.913000', '215949.915000', '215949.918000', '215949.920000', '215949.932000', '215949.934000', '215949.937000', '215949.940000', '215949.942000', '215949.945000', '215949.947000', '215949.950000', '215949.957000', '215949.960000', '215949.963000', '215949.966000', '215949.968000', '215949.971000', '215949.974000', '215949.977000', '215949.986000', '215949.989000', '215949.992000', '215949.994000', '215949.997000', '215949.999000', '215950.002000', '215950.005000', '220009.874000', '220009.877000', '220009.880000', '220009.882000', '220009.885000', '220009.888000', '220009.890000', '220009.893000', '220009.895000', '220009.898000', '220009.900000', '220009.903000', '220009.905000', '220009.908000', '220009.911000', '220009.913000', '220009.916000', '220009.918000', '220009.921000', '220009.923000', '220009.926000', '220009.929000', '220009.931000', '220009.934000', '220009.936000', '220009.939000', '220009.942000', '220009.944000', '220009.947000', '220009.950000', '220009.952000', '220009.955000', '220009.957000', '220009.960000', '220009.963000', '220009.965000', '220009.968000', '220009.970000', '220009.973000', '220009.975000', '220009.978000', '220009.981000', '220009.983000', '220009.986000', '220029.874000', '220029.876000', '220029.879000', '220029.882000', '220029.885000', '220029.887000', '220029.890000', '220029.893000', '220029.895000', '220029.898000', '220029.900000', '220029.903000', '220029.905000', '220029.908000', '220029.911000', '220029.913000', '220029.916000', '220029.919000', '220029.921000', '220029.924000', '220029.927000', '220029.929000', '220029.932000', '220029.934000', '220029.937000', '220029.940000', '220029.942000', '220029.945000', '220029.948000', '220029.950000', '220029.953000', '220029.956000', '220029.958000', '220029.961000', '220029.964000', '220029.966000', '220029.969000', '220029.971000', '220029.974000', '220029.977000', '220029.979000', '220029.982000', '220029.984000', '220049.873000', '220049.876000', '220049.879000', '220049.882000', '220049.884000', '220049.887000', '220049.890000', '220049.892000', '220049.895000', '220049.897000', '220049.900000', '220049.902000', '220049.905000', '220049.908000', '220049.910000', '220049.913000', '220049.915000', '220049.918000', '220049.921000', '220049.923000', '220049.926000', '220049.928000', '220049.931000', '220049.934000', '220049.936000', '220049.939000', '220049.941000', '220049.944000', '220049.946000', '220049.949000', '220049.952000', '220049.954000', '220049.957000', '220049.960000', '220049.962000', '220049.965000', '220049.967000', '220049.970000', '220049.973000', '220049.975000', '220049.978000', '220049.980000', '220049.983000', '220109.874000', '220109.877000', '220109.880000', '220109.883000', '220109.885000', '220109.888000', '220109.890000', '220109.893000', '220109.895000', '220109.898000', '220109.901000', '220109.903000', '220109.906000', '220109.908000', '220109.911000', '220109.914000', '220109.916000', '220109.919000', '220109.921000', '220109.924000', '220109.927000', '220109.929000', '220109.932000', '220109.934000', '220109.937000', '220109.939000', '220109.942000', '220109.945000', '220109.947000', '220109.950000', '220109.952000', '220109.955000', '220109.958000', '220109.960000', '220109.963000', '220109.965000', '220109.968000', '220109.970000', '220109.973000', '220109.975000', '220109.978000', '220109.980000', '220109.983000', '220109.986000', '220129.874000', '220129.877000', '220129.880000', '220129.882000', '220129.885000', '220129.888000', '220129.890000', '220129.893000', '220129.895000', '220129.898000', '220129.900000', '220129.903000', '220129.906000', '220129.908000', '220129.911000', '220129.924000', '220129.926000', '220129.929000', '220129.931000', '220129.934000', '220129.936000', '220129.939000', '220129.942000', '220129.944000', '220129.947000', '220129.949000', '220129.952000', '220129.955000', '220129.957000', '220129.960000', '220129.962000', '220129.965000', '220129.968000', '220129.970000', '220129.973000', '220129.975000', '220129.978000', '220129.981000', '220129.983000', '220129.986000', '220129.989000', '220129.991000', '220129.994000', '220129.996000', '220149.875000', '220149.969000', '220149.972000', '220149.974000', '220149.977000', '220149.979000', '220149.982000', '220149.984000', '220149.987000', '220149.990000', '220149.992000', '220149.995000', '220149.997000', '220150.001000', '220150.004000', '220150.006000', '220150.009000', '220150.012000', '220150.014000', '220150.017000', '220150.019000', '220150.022000', '220150.025000', '220150.027000', '220150.030000', '220150.032000', '220150.035000', '220150.037000', '220150.040000', '220150.043000', '220150.045000', '220150.048000', '220150.050000', '220150.053000', '220150.055000', '220150.058000', '220150.061000', '220150.063000', '220150.066000', '220150.068000', '220150.071000', '220150.073000', '220150.076000', '220209.874000', '220209.877000', '220209.880000', '220209.882000', '220209.885000', '220209.887000', '220209.890000', '220209.893000', '220209.895000', '220209.898000', '220209.900000', '220209.903000', '220209.906000', '220209.908000', '220209.911000', '220209.913000', '220209.916000', '220209.919000', '220209.921000', '220209.924000', '220209.926000', '220209.929000', '220209.931000', '220209.934000', '220209.937000', '220209.939000', '220209.942000', '220209.944000', '220209.947000', '220209.950000', '220209.952000', '220209.955000', '220209.957000', '220209.960000', '220209.962000', '220209.965000', '220209.968000', '220209.970000', '220209.973000', '220209.975000', '220209.978000', '220209.981000', '220209.983000', '220209.986000', '220229.875000', '220229.878000', '220229.880000', '220229.883000', '220229.885000', '220229.888000', '220229.891000', '220229.893000', '220229.896000', '220229.899000', '220229.901000', '220229.904000', '220229.906000', '220229.909000', '220229.912000', '220229.914000', '220229.917000', '220229.919000', '220229.922000', '220229.924000', '220229.927000', '220229.930000', '220229.932000', '220229.935000', '220229.937000', '220229.940000', '220229.942000', '220229.945000', '220229.948000', '220229.950000', '220229.953000', '220229.956000', '220229.958000', '220229.961000', '220229.963000', '220229.966000', '220229.969000', '220229.971000', '220229.974000', '220229.976000', '220229.979000', '220229.982000', '220229.984000', '220249.873000', '220249.876000', '220249.879000', '220249.881000', '220249.884000', '220249.887000', '220249.889000', '220249.892000', '220249.894000', '220249.897000', '220249.899000', '220249.902000', '220249.905000', '220249.907000', '220249.910000', '220249.912000', '220249.915000', '220249.918000', '220249.920000', '220249.923000', '220249.925000', '220249.928000', '220249.930000', '220249.933000', '220249.936000', '220249.938000', '220249.941000', '220249.943000', '220249.946000', '220249.949000', '220249.951000', '220249.954000', '220249.956000', '220249.964000', '220249.967000', '220249.969000', '220249.972000', '220249.974000', '220249.977000', '220249.980000', '220249.982000', '220249.985000', '220249.988000', '220249.990000', '220309.873000', '220309.876000', '220309.879000', '220309.881000', '220309.884000', '220309.887000', '220309.889000', '220309.892000', '220309.894000', '220309.897000', '220309.900000', '220309.902000', '220309.905000', '220309.907000', '220309.910000', '220309.912000', '220309.915000', '220309.918000', '220309.920000', '220309.923000', '220309.925000', '220309.928000', '220309.931000', '220309.933000', '220309.936000', '220309.938000', '220309.941000', '220309.944000', '220309.946000', '220309.949000', '220309.951000', '220309.954000', '220309.956000', '220309.959000', '220309.962000', '220309.964000', '220309.967000', '220309.969000', '220309.972000', '220309.975000', '220309.977000', '220309.980000', '220309.982000', '220329.874000', '220329.877000', '220329.880000', '220329.882000', '220329.885000', '220329.888000', '220329.890000', '220329.893000', '220329.895000', '220329.898000', '220329.901000', '220329.903000', '220329.906000', '220329.909000', '220329.912000', '220329.914000', '220329.917000', '220329.919000', '220329.922000', '220329.924000', '220329.927000', '220329.930000', '220329.932000', '220329.935000', '220329.938000', '220329.940000', '220329.943000', '220329.945000', '220329.948000', '220329.950000', '220329.953000', '220329.956000', '220329.958000', '220329.961000', '220329.963000', '220329.966000', '220329.968000', '220329.971000', '220329.974000', '220329.976000', '220329.979000', '220329.981000', '220329.984000', '220329.987000', '220349.874000', '220349.877000', '220349.880000', '220349.883000', '220349.885000', '220349.888000', '220349.890000', '220349.893000', '220349.895000', '220349.898000', '220349.901000', '220349.903000', '220349.906000', '220349.908000', '220349.911000', '220349.913000', '220349.916000', '220349.919000', '220349.921000', '220349.924000', '220349.926000', '220349.929000', '220349.931000', '220349.934000', '220349.937000', '220349.939000', '220349.942000', '220349.944000', '220349.947000', '220349.950000', '220349.952000', '220349.955000', '220349.957000', '220349.960000', '220349.962000', '220349.965000', '220349.968000', '220349.970000', '220349.973000', '220349.976000', '220349.978000', '220349.981000', '220349.983000', '220409.874000', '220409.877000', '220409.880000', '220409.882000', '220409.885000', '220409.887000', '220409.890000', '220409.893000', '220409.895000', '220409.898000', '220409.901000', '220409.903000', '220409.906000', '220409.909000', '220409.911000', '220409.914000', '220409.916000', '220409.919000', '220409.921000', '220409.924000', '220409.927000', '220409.929000', '220409.932000', '220409.935000', '220409.937000', '220409.940000', '220409.942000', '220409.945000', '220409.947000', '220409.950000', '220409.953000', '220409.955000', '220409.958000', '220409.960000', '220409.963000', '220409.966000', '220409.968000', '220409.971000', '220409.973000', '220409.976000', '220409.979000', '220409.981000', '220409.984000', '220429.874000', '220429.877000', '220429.880000', '220429.883000', '220429.885000', '220429.888000', '220429.890000', '220429.893000', '220429.896000', '220429.898000', '220429.901000', '220429.903000', '220429.906000', '220429.909000', '220429.911000', '220429.914000', '220429.916000', '220429.919000', '220429.922000', '220429.924000', '220429.927000', '220429.929000', '220429.942000', '220429.945000', '220429.947000', '220429.950000', '220429.953000', '220429.955000', '220429.958000', '220429.960000', '220429.963000', '220429.966000', '220429.968000', '220429.971000', '220429.973000', '220429.976000', '220429.979000', '220429.981000', '220429.984000', '220429.986000', '220429.989000', '220429.991000', '220429.994000', '220429.997000', '220449.874000', '220449.877000', '220449.880000', '220449.882000', '220449.885000', '220449.888000', '220449.890000', '220449.894000', '220449.897000', '220449.900000', '220449.902000', '220449.905000', '220449.908000', '220449.910000', '220449.913000', '220449.915000', '220449.918000', '220449.921000', '220449.923000', '220449.926000', '220449.929000', '220449.931000', '220449.934000', '220449.936000', '220449.939000', '220449.942000', '220449.944000', '220449.947000', '220449.949000', '220449.952000', '220449.955000', '220449.957000', '220449.960000', '220449.962000', '220449.965000', '220449.968000', '220449.970000', '220449.973000', '220449.976000', '220449.978000', '220449.981000', '220449.983000', '220449.986000', '220449.988000', '220509.873000', '220509.876000', '220509.879000', '220509.882000', '220509.884000', '220509.887000', '220509.889000', '220509.892000', '220509.894000', '220509.897000', '220509.900000', '220509.902000', '220509.905000', '220509.907000', '220509.910000', '220509.912000', '220509.915000', '220509.918000', '220509.920000', '220509.923000', '220509.926000', '220509.928000', '220509.931000', '220509.933000', '220509.936000', '220509.939000', '220509.941000', '220509.944000', '220509.946000', '220509.949000', '220509.951000', '220509.954000', '220509.956000', '220509.959000', '220509.962000', '220509.964000', '220509.967000', '220509.969000', '220509.972000', '220509.975000', '220509.977000', '220509.980000', '220509.982000', '220529.874000', '220529.877000', '220529.879000', '220529.882000', '220529.884000', '220529.887000', '220529.890000', '220529.892000', '220529.895000', '220529.897000', '220529.900000', '220529.902000', '220529.905000', '220529.908000', '220529.910000', '220529.913000', '220529.915000', '220529.918000', '220529.920000', '220529.923000', '220529.926000', '220529.928000', '220529.931000', '220529.933000', '220529.936000', '220529.938000', '220529.941000', '220529.944000', '220529.946000', '220529.949000', '220529.951000', '220529.954000', '220529.956000', '220529.959000', '220529.962000', '220529.964000', '220529.967000', '220529.969000', '220529.972000', '220529.975000', '220529.977000', '220529.980000', '220529.983000', '220549.874000', '220549.877000', '220549.880000', '220549.883000', '220549.885000', '220549.888000', '220549.891000', '220549.894000', '220549.896000', '220549.899000', '220549.901000', '220549.904000', '220549.906000', '220549.909000', '220549.912000', '220549.914000', '220549.917000', '220549.919000', '220549.922000', '220549.925000', '220549.927000', '220549.930000', '220549.932000', '220549.935000', '220549.937000', '220549.940000', '220549.943000', '220549.945000', '220549.948000', '220549.950000', '220549.953000', '220549.956000', '220549.958000', '220549.968000', '220549.971000', '220549.974000', '220549.976000', '220549.979000', '220549.981000', '220549.984000', '220549.986000', '220549.989000', '220549.991000', '220549.994000', '220600.686000', '220600.689000', '220600.691000', '220600.694000', '220600.697000', '220600.699000', '220600.702000', '220600.705000', '220600.707000', '220600.710000', '220600.712000', '220600.715000', '220600.717000', '220600.720000', '220600.722000', '220600.725000', '220600.728000', '220600.731000', '220600.733000', '220600.736000', '220600.739000', '220600.742000', '220600.745000', '220600.747000'], 'InstanceCreationTime': ['215929.917000', '215929.921000', '215929.924000', '215929.926000', '215929.929000', '215929.933000', '215929.935000', '215929.938000', '215929.940000', '215929.943000', '215929.945000', '215929.951000', '215929.953000', '215929.956000', '215929.959000', '215929.961000', '215929.964000', '215929.966000', '215929.969000', '215929.971000', '215929.974000', '215929.976000', '215949.874000', '215949.877000', '215949.880000', '215949.882000', '215949.885000', '215949.887000', '215949.890000', '215949.892000', '215949.895000', '215949.898000', '215949.900000', '215949.903000', '215949.905000', '215949.908000', '215949.910000', '215949.913000', '215949.915000', '215949.918000', '215949.920000', '215949.932000', '215949.934000', '215949.937000', '215949.940000', '215949.942000', '215949.945000', '215949.947000', '215949.950000', '215949.957000', '215949.960000', '215949.963000', '215949.966000', '215949.968000', '215949.971000', '215949.974000', '215949.977000', '215949.986000', '215949.989000', '215949.992000', '215949.994000', '215949.997000', '215949.999000', '215950.002000', '215950.005000', '220009.874000', '220009.877000', '220009.880000', '220009.882000', '220009.885000', '220009.888000', '220009.890000', '220009.893000', '220009.895000', '220009.898000', '220009.900000', '220009.903000', '220009.905000', '220009.908000', '220009.911000', '220009.913000', '220009.916000', '220009.918000', '220009.921000', '220009.923000', '220009.926000', '220009.929000', '220009.931000', '220009.934000', '220009.936000', '220009.939000', '220009.942000', '220009.944000', '220009.947000', '220009.950000', '220009.952000', '220009.955000', '220009.957000', '220009.960000', '220009.963000', '220009.965000', '220009.968000', '220009.970000', '220009.973000', '220009.975000', '220009.978000', '220009.981000', '220009.983000', '220009.986000', '220029.874000', '220029.876000', '220029.879000', '220029.882000', '220029.885000', '220029.887000', '220029.890000', '220029.893000', '220029.895000', '220029.898000', '220029.900000', '220029.903000', '220029.905000', '220029.908000', '220029.911000', '220029.913000', '220029.916000', '220029.919000', '220029.921000', '220029.924000', '220029.927000', '220029.929000', '220029.932000', '220029.934000', '220029.937000', '220029.940000', '220029.942000', '220029.945000', '220029.948000', '220029.950000', '220029.953000', '220029.956000', '220029.958000', '220029.961000', '220029.964000', '220029.966000', '220029.969000', '220029.971000', '220029.974000', '220029.977000', '220029.979000', '220029.982000', '220029.984000', '220049.873000', '220049.876000', '220049.879000', '220049.882000', '220049.884000', '220049.887000', '220049.890000', '220049.892000', '220049.895000', '220049.897000', '220049.900000', '220049.902000', '220049.905000', '220049.908000', '220049.910000', '220049.913000', '220049.915000', '220049.918000', '220049.921000', '220049.923000', '220049.926000', '220049.928000', '220049.931000', '220049.934000', '220049.936000', '220049.939000', '220049.941000', '220049.944000', '220049.946000', '220049.949000', '220049.952000', '220049.954000', '220049.957000', '220049.960000', '220049.962000', '220049.965000', '220049.967000', '220049.970000', '220049.973000', '220049.975000', '220049.978000', '220049.980000', '220049.983000', '220109.874000', '220109.877000', '220109.880000', '220109.883000', '220109.885000', '220109.888000', '220109.890000', '220109.893000', '220109.895000', '220109.898000', '220109.901000', '220109.903000', '220109.906000', '220109.908000', '220109.911000', '220109.914000', '220109.916000', '220109.919000', '220109.921000', '220109.924000', '220109.927000', '220109.929000', '220109.932000', '220109.934000', '220109.937000', '220109.939000', '220109.942000', '220109.945000', '220109.947000', '220109.950000', '220109.952000', '220109.955000', '220109.958000', '220109.960000', '220109.963000', '220109.965000', '220109.968000', '220109.970000', '220109.973000', '220109.975000', '220109.978000', '220109.980000', '220109.983000', '220109.986000', '220129.874000', '220129.877000', '220129.880000', '220129.882000', '220129.885000', '220129.888000', '220129.890000', '220129.893000', '220129.895000', '220129.898000', '220129.900000', '220129.903000', '220129.906000', '220129.908000', '220129.911000', '220129.924000', '220129.926000', '220129.929000', '220129.931000', '220129.934000', '220129.936000', '220129.939000', '220129.942000', '220129.944000', '220129.947000', '220129.949000', '220129.952000', '220129.955000', '220129.957000', '220129.960000', '220129.962000', '220129.965000', '220129.968000', '220129.970000', '220129.973000', '220129.975000', '220129.978000', '220129.981000', '220129.983000', '220129.986000', '220129.989000', '220129.991000', '220129.994000', '220129.996000', '220149.875000', '220149.969000', '220149.972000', '220149.974000', '220149.977000', '220149.979000', '220149.982000', '220149.984000', '220149.987000', '220149.990000', '220149.992000', '220149.995000', '220149.997000', '220150.001000', '220150.004000', '220150.006000', '220150.009000', '220150.012000', '220150.014000', '220150.017000', '220150.019000', '220150.022000', '220150.025000', '220150.027000', '220150.030000', '220150.032000', '220150.035000', '220150.037000', '220150.040000', '220150.043000', '220150.045000', '220150.048000', '220150.050000', '220150.053000', '220150.055000', '220150.058000', '220150.061000', '220150.063000', '220150.066000', '220150.068000', '220150.071000', '220150.073000', '220150.076000', '220209.874000', '220209.877000', '220209.880000', '220209.882000', '220209.885000', '220209.887000', '220209.890000', '220209.893000', '220209.895000', '220209.898000', '220209.900000', '220209.903000', '220209.906000', '220209.908000', '220209.911000', '220209.913000', '220209.916000', '220209.919000', '220209.921000', '220209.924000', '220209.926000', '220209.929000', '220209.931000', '220209.934000', '220209.937000', '220209.939000', '220209.942000', '220209.944000', '220209.947000', '220209.950000', '220209.952000', '220209.955000', '220209.957000', '220209.960000', '220209.962000', '220209.965000', '220209.968000', '220209.970000', '220209.973000', '220209.975000', '220209.978000', '220209.981000', '220209.983000', '220209.986000', '220229.875000', '220229.878000', '220229.880000', '220229.883000', '220229.885000', '220229.888000', '220229.891000', '220229.893000', '220229.896000', '220229.899000', '220229.901000', '220229.904000', '220229.906000', '220229.909000', '220229.912000', '220229.914000', '220229.917000', '220229.919000', '220229.922000', '220229.924000', '220229.927000', '220229.930000', '220229.932000', '220229.935000', '220229.937000', '220229.940000', '220229.942000', '220229.945000', '220229.948000', '220229.950000', '220229.953000', '220229.956000', '220229.958000', '220229.961000', '220229.963000', '220229.966000', '220229.969000', '220229.971000', '220229.974000', '220229.976000', '220229.979000', '220229.982000', '220229.984000', '220249.873000', '220249.876000', '220249.879000', '220249.881000', '220249.884000', '220249.887000', '220249.889000', '220249.892000', '220249.894000', '220249.897000', '220249.899000', '220249.902000', '220249.905000', '220249.907000', '220249.910000', '220249.912000', '220249.915000', '220249.918000', '220249.920000', '220249.923000', '220249.925000', '220249.928000', '220249.930000', '220249.933000', '220249.936000', '220249.938000', '220249.941000', '220249.943000', '220249.946000', '220249.949000', '220249.951000', '220249.954000', '220249.956000', '220249.964000', '220249.967000', '220249.969000', '220249.972000', '220249.974000', '220249.977000', '220249.980000', '220249.982000', '220249.985000', '220249.988000', '220249.990000', '220309.873000', '220309.876000', '220309.879000', '220309.881000', '220309.884000', '220309.887000', '220309.889000', '220309.892000', '220309.894000', '220309.897000', '220309.900000', '220309.902000', '220309.905000', '220309.907000', '220309.910000', '220309.912000', '220309.915000', '220309.918000', '220309.920000', '220309.923000', '220309.925000', '220309.928000', '220309.931000', '220309.933000', '220309.936000', '220309.938000', '220309.941000', '220309.944000', '220309.946000', '220309.949000', '220309.951000', '220309.954000', '220309.956000', '220309.959000', '220309.962000', '220309.964000', '220309.967000', '220309.969000', '220309.972000', '220309.975000', '220309.977000', '220309.980000', '220309.982000', '220329.874000', '220329.877000', '220329.880000', '220329.882000', '220329.885000', '220329.888000', '220329.890000', '220329.893000', '220329.895000', '220329.898000', '220329.901000', '220329.903000', '220329.906000', '220329.909000', '220329.912000', '220329.914000', '220329.917000', '220329.919000', '220329.922000', '220329.924000', '220329.927000', '220329.930000', '220329.932000', '220329.935000', '220329.938000', '220329.940000', '220329.943000', '220329.945000', '220329.948000', '220329.950000', '220329.953000', '220329.956000', '220329.958000', '220329.961000', '220329.963000', '220329.966000', '220329.968000', '220329.971000', '220329.974000', '220329.976000', '220329.979000', '220329.981000', '220329.984000', '220329.987000', '220349.874000', '220349.877000', '220349.880000', '220349.883000', '220349.885000', '220349.888000', '220349.890000', '220349.893000', '220349.895000', '220349.898000', '220349.901000', '220349.903000', '220349.906000', '220349.908000', '220349.911000', '220349.913000', '220349.916000', '220349.919000', '220349.921000', '220349.924000', '220349.926000', '220349.929000', '220349.931000', '220349.934000', '220349.937000', '220349.939000', '220349.942000', '220349.944000', '220349.947000', '220349.950000', '220349.952000', '220349.955000', '220349.957000', '220349.960000', '220349.962000', '220349.965000', '220349.968000', '220349.970000', '220349.973000', '220349.976000', '220349.978000', '220349.981000', '220349.983000', '220409.874000', '220409.877000', '220409.880000', '220409.882000', '220409.885000', '220409.887000', '220409.890000', '220409.893000', '220409.895000', '220409.898000', '220409.901000', '220409.903000', '220409.906000', '220409.909000', '220409.911000', '220409.914000', '220409.916000', '220409.919000', '220409.921000', '220409.924000', '220409.927000', '220409.929000', '220409.932000', '220409.935000', '220409.937000', '220409.940000', '220409.942000', '220409.945000', '220409.947000', '220409.950000', '220409.953000', '220409.955000', '220409.958000', '220409.960000', '220409.963000', '220409.966000', '220409.968000', '220409.971000', '220409.973000', '220409.976000', '220409.979000', '220409.981000', '220409.984000', '220429.874000', '220429.877000', '220429.880000', '220429.883000', '220429.885000', '220429.888000', '220429.890000', '220429.893000', '220429.896000', '220429.898000', '220429.901000', '220429.903000', '220429.906000', '220429.909000', '220429.911000', '220429.914000', '220429.916000', '220429.919000', '220429.922000', '220429.924000', '220429.927000', '220429.929000', '220429.942000', '220429.945000', '220429.947000', '220429.950000', '220429.953000', '220429.955000', '220429.958000', '220429.960000', '220429.963000', '220429.966000', '220429.968000', '220429.971000', '220429.973000', '220429.976000', '220429.979000', '220429.981000', '220429.984000', '220429.986000', '220429.989000', '220429.991000', '220429.994000', '220429.997000', '220449.874000', '220449.877000', '220449.880000', '220449.882000', '220449.885000', '220449.888000', '220449.890000', '220449.894000', '220449.897000', '220449.900000', '220449.902000', '220449.905000', '220449.908000', '220449.910000', '220449.913000', '220449.915000', '220449.918000', '220449.921000', '220449.923000', '220449.926000', '220449.929000', '220449.931000', '220449.934000', '220449.936000', '220449.939000', '220449.942000', '220449.944000', '220449.947000', '220449.949000', '220449.952000', '220449.955000', '220449.957000', '220449.960000', '220449.962000', '220449.965000', '220449.968000', '220449.970000', '220449.973000', '220449.976000', '220449.978000', '220449.981000', '220449.983000', '220449.986000', '220449.988000', '220509.873000', '220509.876000', '220509.879000', '220509.882000', '220509.884000', '220509.887000', '220509.889000', '220509.892000', '220509.894000', '220509.897000', '220509.900000', '220509.902000', '220509.905000', '220509.907000', '220509.910000', '220509.912000', '220509.915000', '220509.918000', '220509.920000', '220509.923000', '220509.926000', '220509.928000', '220509.931000', '220509.933000', '220509.936000', '220509.939000', '220509.941000', '220509.944000', '220509.946000', '220509.949000', '220509.951000', '220509.954000', '220509.956000', '220509.959000', '220509.962000', '220509.964000', '220509.967000', '220509.969000', '220509.972000', '220509.975000', '220509.977000', '220509.980000', '220509.982000', '220529.874000', '220529.877000', '220529.879000', '220529.882000', '220529.884000', '220529.887000', '220529.890000', '220529.892000', '220529.895000', '220529.897000', '220529.900000', '220529.902000', '220529.905000', '220529.908000', '220529.910000', '220529.913000', '220529.915000', '220529.918000', '220529.920000', '220529.923000', '220529.926000', '220529.928000', '220529.931000', '220529.933000', '220529.936000', '220529.938000', '220529.941000', '220529.944000', '220529.946000', '220529.949000', '220529.951000', '220529.954000', '220529.956000', '220529.959000', '220529.962000', '220529.964000', '220529.967000', '220529.969000', '220529.972000', '220529.975000', '220529.977000', '220529.980000', '220529.983000', '220549.874000', '220549.877000', '220549.880000', '220549.883000', '220549.885000', '220549.888000', '220549.891000', '220549.894000', '220549.896000', '220549.899000', '220549.901000', '220549.904000', '220549.906000', '220549.909000', '220549.912000', '220549.914000', '220549.917000', '220549.919000', '220549.922000', '220549.925000', '220549.927000', '220549.930000', '220549.932000', '220549.935000', '220549.937000', '220549.940000', '220549.943000', '220549.945000', '220549.948000', '220549.950000', '220549.953000', '220549.956000', '220549.958000', '220549.968000', '220549.971000', '220549.974000', '220549.976000', '220549.979000', '220549.981000', '220549.984000', '220549.986000', '220549.989000', '220549.991000', '220549.994000', '220600.686000', '220600.689000', '220600.691000', '220600.694000', '220600.697000', '220600.699000', '220600.702000', '220600.705000', '220600.707000', '220600.710000', '220600.712000', '220600.715000', '220600.717000', '220600.720000', '220600.722000', '220600.725000', '220600.728000', '220600.731000', '220600.733000', '220600.736000', '220600.739000', '220600.742000', '220600.745000', '220600.747000'], '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': [14509, 10997, 13888, 10809, 13993, 11286, 14203, 10811, 14149, 10729, 13498, 12231, 13649, 9921, 13825, 9273, 13234, 9110, 13733, 10898, 14069, 11574, 14031, 12557, 14580, 12478, 12367, 12839, 12049, 13406, 9941, 14100, 10729, 13818, 10520, 14167, 9840, 14005, 9877, 13425, 10638, 14379, 13327, 15129, 12911, 10739, 8843, 8592, 9250, 9338, 13418, 10049, 15270, 11437, 14112, 11368, 13979, 10180, 11462, 15714, 9844, 14677, 11250, 13082, 9759, 10889, 11325, 9742, 12213, 9083, 8692, 8961, 8663, 12210, 12150, 11172, 11130, 12820, 10837, 14031, 11080, 15366, 12541, 14639, 11011, 14660, 11222, 11340, 15276, 12629, 14943, 12042, 13841, 9575, 12756, 12098, 11689, 12471, 10064, 8915, 11439, 9358, 12020, 9668, 8879, 11267, 8944, 13356, 9496, 14647, 11223, 15309, 10912, 13269, 11157, 12426, 16316, 11046, 15221, 11551, 12526, 8939, 11486, 14921, 9851, 14717, 10834, 12104, 8792, 9293, 8370, 8751, 8599, 8875, 8445, 9659, 9752, 9703, 11900, 10566, 12453, 12443, 13612, 12927, 14906, 11409, 15957, 11853, 15062, 10847, 14740, 11415, 12581, 12097, 11880, 13265, 11311, 11759, 9982, 11797, 10111, 13343, 10259, 11925, 9809, 13565, 9874, 15112, 10549, 13262, 9997, 11990, 9843, 11464, 9711, 9555, 10326, 9947, 11258, 11384, 11862, 10499, 10677, 11150, 10267, 12686, 11652, 10753, 10874, 11297, 10180, 15302, 10967, 15856, 10900, 14224, 9915, 12622, 9065, 12814, 8672, 12319, 8528, 10475, 11761, 10190, 15844, 10965, 11571, 9479, 8954, 10840, 8948, 12457, 9392, 10984, 10344, 16401, 12352, 15798, 12907, 12408, 14992, 11798, 16144, 12548, 16651, 13961, 15527, 11834, 13634, 10278, 12984, 10029, 12969, 9599, 12636, 9545, 12267, 9371, 12905, 9552, 12341, 9253, 11529, 9457, 11622, 9066, 11787, 8762, 11564, 8612, 11964, 13795, 10043, 15148, 10601, 13545, 14021, 10499, 15908, 11706, 11830, 8609, 10973, 9082, 9437, 14252, 10202, 11458, 8517, 11147, 11165, 9176, 14714, 9284, 12116, 9420, 11380, 9358, 12181, 9337, 13148, 9675, 12383, 9936, 11668, 10802, 9176, 13124, 9862, 15548, 16556, 12896, 16985, 10574, 15697, 11600, 15786, 11664, 15859, 12106, 15705, 11650, 9047, 12004, 9309, 12377, 9179, 13191, 9625, 12864, 9066, 12410, 9323, 12529, 9230, 11030, 9113, 12078, 9401, 12611, 9471, 12515, 9502, 12060, 9597, 11849, 9353, 12457, 9823, 11988, 9647, 11222, 9794, 10834, 11446, 11168, 11677, 14438, 11761, 15553, 11949, 15336, 10585, 13825, 9095, 13615, 12229, 12997, 15576, 11613, 14471, 10666, 13044, 9003, 12512, 9001, 12232, 10007, 11743, 10759, 11138, 8806, 12622, 9644, 14142, 10448, 14236, 10173, 14493, 10930, 14844, 10501, 14632, 10041, 13753, 9656, 14119, 10052, 13853, 9612, 13358, 9716, 13393, 10160, 13640, 10384, 13254, 10422, 12866, 10473, 9234, 11098, 8880, 12816, 10373, 12912, 10258, 8706, 11986, 9616, 13737, 10538, 15076, 11056, 14680, 10366, 16309, 10905, 14447, 13479, 12995, 15939, 11856, 14582, 10553, 13154, 9244, 13083, 8854, 12077, 8718, 12397, 10144, 11072, 12584, 8948, 13085, 8962, 12867, 9085, 13963, 9632, 13244, 8684, 13502, 10204, 13788, 9064, 13231, 9362, 13782, 10205, 13719, 8754, 13379, 9108, 13571, 10515, 13928, 9888, 13558, 10630, 12060, 10987, 8609, 11854, 8796, 12801, 9863, 13708, 9446, 13588, 10530, 12771, 14629, 12255, 15504, 11725, 14728, 10559, 13948, 9397, 14115, 8901, 13074, 10220, 12123, 13815, 11656, 15146, 11513, 13679, 10371, 13452, 9275, 14093, 9673, 13725, 11174, 12323, 15751, 11860, 14763, 11101, 13863, 9440, 13198, 10150, 11205, 11689, 9274, 13008, 8844, 12863, 13709, 11962, 16215, 12240, 15473, 10362, 14332, 9747, 14325, 9558, 14075, 9958, 13486, 10502, 11584, 9926, 9192, 11896, 9268, 13209, 8982, 13610, 9544, 14276, 11484, 15917, 12264, 9119, 13899, 9938, 12671, 12211, 9437, 13846, 10360, 13726, 10640, 14764, 11320, 14804, 10695, 13768, 9808, 13090, 9290, 12871, 9070, 12911, 9591, 12457, 9843, 12522, 9804, 10473, 10887, 8951, 12773, 8876, 14113, 10618, 11929, 12785, 8991, 13892, 8372, 13662, 9119, 14378, 9150, 13890, 8788, 13741, 9296, 13744, 9018, 13316, 9316, 13341, 9991, 12959, 9995, 12704, 9725, 10989, 10144, 9073, 10485, 8689, 11458, 8868, 12300, 8456, 12336, 10226, 11741, 12476, 11669, 9793, 11867, 10431, 11832, 12048, 11076, 11358, 11028, 12354, 10170, 13061, 10531, 12039, 10652, 13399, 10419, 14321, 10660, 13679, 10258, 12111, 9889, 11332, 10369, 8556, 12876, 9349, 11507, 11046, 9051, 13338, 9040, 14368, 9509, 14435, 11601, 14498, 13574, 14916, 10875, 14884, 9790, 15868, 12538, 16583, 11434, 8653, 12308, 9062, 13524, 9307, 14158, 9418, 12544, 9024, 13017, 9322, 13071, 9727, 12307, 10018, 10820, 9718, 8423, 11270, 8923, 13286, 9746, 12200, 9622, 9730, 10356, 9258, 12347, 8448, 12898, 8667, 12889, 9534, 12982, 8954, 13107, 8804, 12058, 9729, 12374, 9836, 11990, 11093, 10953, 14043, 10198, 14358, 10245, 13445, 9807, 12893, 9755, 13309, 9995, 13209, 10030, 12841, 9569, 12638, 9092, 12370, 11635, 11266, 15289, 11415, 13686, 9855, 12616, 8824, 12254, 9434, 11304, 11354, 11207, 8979, 12099, 9000, 12832, 9865, 9836, 11450, 10020, 11483, 12495, 12210, 11932, 12227, 15375, 12060, 15990, 11936, 15609, 10612, 14505, 10203, 14085, 10589, 14692, 11569, 9080, 12664, 9146, 11200, 11905, 8862, 11292, 10154, 8549, 13755, 9859, 14826, 10560, 14914, 10585, 14253, 10007, 14984, 9483, 16226, 10632, 12938, 13415, 11852, 15298, 10637, 12202, 10062, 8602, 11841, 9328, 10984, 10817, 8668, 13014, 8938, 14226, 9098, 14458, 8621, 14125, 9397, 12165, 10577, 12250, 8891, 12201, 9412, 12360, 9819, 12426, 8764, 11709, 11841, 10628, 12671, 10542, 11646, 9961, 11398, 10728, 8890, 12516, 8511, 13355, 9277, 13709, 10501, 8695, 11096, 8381, 13215, 9038, 14351, 10128, 12760, 9952, 11611, 12025, 9259, 13276, 8776, 13893, 9012, 14196, 9388, 13792, 8677, 12710, 8804, 12742, 9803, 12542, 9559, 11794, 10051, 11252, 11694, 11945, 9234, 12184, 9154, 12766, 10326, 8478, 12822, 9862, 11081, 12261, 9058, 14276, 11100, 15109, 12921, 15110, 11665, 16847, 11739, 15777, 12537, 15327, 9925, 17802, 11375], 'WindowCenter': [5076.0, 5030.0, 5023.0, 4991.0, 5009.0, 4988.0, 4995.0, 4974.0, 4990.0, 4960.0, 4981.0, 4968.0, 4980.0, 4961.0, 4980.0, 4941.0, 4980.0, 4941.0, 4980.0, 4974.0, 4990.0, 4972.0, 4989.0, 4982.0, 4992.0, 4982.0, 4979.0, 4982.0, 4982.0, 4991.0, 4962.0, 4993.0, 4961.0, 4982.0, 4961.0, 4980.0, 4950.0, 4979.0, 4952.0, 4981.0, 4977.0, 4999.0, 5004.0, 5003.0, 4981.0, 4913.0, 4896.0, 4963.0, 4947.0, 4946.0, 4975.0, 4935.0, 4959.0, 4943.0, 4960.0, 4938.0, 4949.0, 4932.0, 4940.0, 4956.0, 4917.0, 4933.0, 4914.0, 4934.0, 4906.0, 4931.0, 4939.0, 4932.0, 4949.0, 4918.0, 4947.0, 4935.0, 4937.0, 4986.0, 4991.0, 4980.0, 4981.0, 4990.0, 4971.0, 4987.0, 4970.0, 4988.0, 4980.0, 4990.0, 4957.0, 4987.0, 4955.0, 4955.0, 4973.0, 4952.0, 4973.0, 4955.0, 4962.0, 4918.0, 4953.0, 4953.0, 4964.0, 4964.0, 4935.0, 4925.0, 4954.0, 4935.0, 4965.0, 4962.0, 4959.0, 4985.0, 4949.0, 4977.0, 4957.0, 4987.0, 4957.0, 4989.0, 4957.0, 4966.0, 4954.0, 4965.0, 4983.0, 4941.0, 4960.0, 4941.0, 4949.0, 4919.0, 4941.0, 4960.0, 4932.0, 4961.0, 4931.0, 4949.0, 4934.0, 4932.0, 4913.0, 4922.0, 4935.0, 4961.0, 4962.0, 4985.0, 4984.0, 4973.0, 4992.0, 4982.0, 4988.0, 4992.0, 5002.0, 4990.0, 5000.0, 4970.0, 4998.0, 4967.0, 4988.0, 4956.0, 4972.0, 4954.0, 4963.0, 4953.0, 4953.0, 4962.0, 4950.0, 4953.0, 4944.0, 4950.0, 4944.0, 4963.0, 4943.0, 4964.0, 4946.0, 4962.0, 4943.0, 4976.0, 4957.0, 4964.0, 4945.0, 4951.0, 4942.0, 4952.0, 4944.0, 4944.0, 4958.0, 4958.0, 4971.0, 4966.0, 4966.0, 4956.0, 4956.0, 4955.0, 4946.0, 4963.0, 4954.0, 4954.0, 4955.0, 4954.0, 4945.0, 4972.0, 4944.0, 4973.0, 4942.0, 4963.0, 4934.0, 4950.0, 4923.0, 4962.0, 4922.0, 4952.0, 4922.0, 4945.0, 4965.0, 4971.0, 5008.0, 4969.0, 4967.0, 4959.0, 4933.0, 4951.0, 4961.0, 5003.0, 4982.0, 4995.0, 4985.0, 5024.0, 4979.0, 4986.0, 4964.0, 4968.0, 4975.0, 4967.0, 4985.0, 4964.0, 4971.0, 4951.0, 4959.0, 4939.0, 4949.0, 4918.0, 4935.0, 4919.0, 4936.0, 4918.0, 4935.0, 4919.0, 4938.0, 4920.0, 4940.0, 4929.0, 4947.0, 4920.0, 4942.0, 4932.0, 4951.0, 4934.0, 4953.0, 4934.0, 4965.0, 4926.0, 4956.0, 4976.0, 4944.0, 4975.0, 4939.0, 4964.0, 4961.0, 4943.0, 4966.0, 4940.0, 4938.0, 4913.0, 4941.0, 4918.0, 4931.0, 4961.0, 4943.0, 4954.0, 4924.0, 4954.0, 4954.0, 4935.0, 5000.0, 4957.0, 4980.0, 4932.0, 4954.0, 4919.0, 4951.0, 4934.0, 4974.0, 4960.0, 4977.0, 4959.0, 4978.0, 4982.0, 4976.0, 4990.0, 4961.0, 5001.0, 4997.0, 4981.0, 5001.0, 4945.0, 4959.0, 4944.0, 4961.0, 4931.0, 4947.0, 4928.0, 4945.0, 4926.0, 4896.0, 4912.0, 4893.0, 4921.0, 4892.0, 4927.0, 4894.0, 4935.0, 4897.0, 4922.0, 4905.0, 4924.0, 4906.0, 4926.0, 4908.0, 4925.0, 4908.0, 4935.0, 4919.0, 4939.0, 4933.0, 4940.0, 4921.0, 4939.0, 4933.0, 4951.0, 4944.0, 4962.0, 4935.0, 4954.0, 4946.0, 4953.0, 4965.0, 4956.0, 4966.0, 4973.0, 4956.0, 4983.0, 4952.0, 4973.0, 4943.0, 4961.0, 4922.0, 4963.0, 4964.0, 4974.0, 4971.0, 4941.0, 4957.0, 4930.0, 4950.0, 4921.0, 4951.0, 4920.0, 4962.0, 4944.0, 4967.0, 4955.0, 4978.0, 4960.0, 4975.0, 4959.0, 4987.0, 4972.0, 4988.0, 4956.0, 4986.0, 4955.0, 4985.0, 4956.0, 4985.0, 4945.0, 4973.0, 4943.0, 4972.0, 4946.0, 4975.0, 4944.0, 4971.0, 4934.0, 4962.0, 4943.0, 4983.0, 4954.0, 4963.0, 4954.0, 4975.0, 4954.0, 4945.0, 4953.0, 4935.0, 4974.0, 4956.0, 4975.0, 4959.0, 4947.0, 4965.0, 4946.0, 4976.0, 4954.0, 4983.0, 4955.0, 4972.0, 4942.0, 4979.0, 4940.0, 4972.0, 4949.0, 4948.0, 4958.0, 4938.0, 4954.0, 4929.0, 4957.0, 4919.0, 4961.0, 4949.0, 4962.0, 4961.0, 4985.0, 4968.0, 4965.0, 4976.0, 4959.0, 4988.0, 4948.0, 4974.0, 4949.0, 4986.0, 4957.0, 4974.0, 4936.0, 4976.0, 4943.0, 4972.0, 4947.0, 4972.0, 4930.0, 4972.0, 4941.0, 4972.0, 4937.0, 4973.0, 4932.0, 4971.0, 4953.0, 4973.0, 4946.0, 4962.0, 4952.0, 4962.0, 4952.0, 4935.0, 4952.0, 4924.0, 4962.0, 4942.0, 4962.0, 4931.0, 4961.0, 4944.0, 4950.0, 4960.0, 4948.0, 4958.0, 4937.0, 4958.0, 4927.0, 4954.0, 4918.0, 4944.0, 4918.0, 4948.0, 4927.0, 4939.0, 4947.0, 4935.0, 4956.0, 4938.0, 4945.0, 4927.0, 4957.0, 4918.0, 4957.0, 4929.0, 4960.0, 4939.0, 4948.0, 4968.0, 4952.0, 4970.0, 4967.0, 4986.0, 4944.0, 4986.0, 4967.0, 4965.0, 4976.0, 4945.0, 4986.0, 4959.0, 4978.0, 4974.0, 4965.0, 4982.0, 4966.0, 4981.0, 4942.0, 4972.0, 4932.0, 4970.0, 4942.0, 4968.0, 4943.0, 4971.0, 4953.0, 4964.0, 4956.0, 4946.0, 4974.0, 4947.0, 4977.0, 4947.0, 4975.0, 4947.0, 5000.0, 4978.0, 4999.0, 4974.0, 4957.0, 4998.0, 4952.0, 4963.0, 4962.0, 4933.0, 4972.0, 4952.0, 4972.0, 4957.0, 4986.0, 4954.0, 4961.0, 4933.0, 4947.0, 4919.0, 4950.0, 4920.0, 4950.0, 4922.0, 4963.0, 4936.0, 4962.0, 4944.0, 4962.0, 4941.0, 4957.0, 4957.0, 4944.0, 4962.0, 4947.0, 4988.0, 4955.0, 4967.0, 4976.0, 4935.0, 4977.0, 4923.0, 4966.0, 4921.0, 4963.0, 4936.0, 4962.0, 4910.0, 4963.0, 4919.0, 4962.0, 4935.0, 4948.0, 4922.0, 4950.0, 4919.0, 4963.0, 4933.0, 4949.0, 4930.0, 4940.0, 4932.0, 4934.0, 4943.0, 4912.0, 4952.0, 4922.0, 4947.0, 4926.0, 4952.0, 4932.0, 4942.0, 4939.0, 4939.0, 4933.0, 4942.0, 4928.0, 4939.0, 4939.0, 4929.0, 4941.0, 4941.0, 4941.0, 4930.0, 4949.0, 4934.0, 4941.0, 4932.0, 4950.0, 4943.0, 4975.0, 4945.0, 4959.0, 4930.0, 4952.0, 4943.0, 4954.0, 4944.0, 4927.0, 4962.0, 4935.0, 4956.0, 4954.0, 4937.0, 4970.0, 4937.0, 4988.0, 4933.0, 4977.0, 4944.0, 4957.0, 4963.0, 4972.0, 4944.0, 4960.0, 4909.0, 4948.0, 4926.0, 4945.0, 4915.0, 4898.0, 4913.0, 4883.0, 4935.0, 4895.0, 4924.0, 4892.0, 4910.0, 4882.0, 4922.0, 4893.0, 4922.0, 4894.0, 4911.0, 4905.0, 4914.0, 4905.0, 4898.0, 4925.0, 4907.0, 4948.0, 4920.0, 4943.0, 4930.0, 4919.0, 4930.0, 4918.0, 4940.0, 4911.0, 4952.0, 4910.0, 4950.0, 4920.0, 4938.0, 4913.0, 4948.0, 4910.0, 4932.0, 4909.0, 4937.0, 4912.0, 4941.0, 4930.0, 4927.0, 4947.0, 4918.0, 4946.0, 4918.0, 4949.0, 4930.0, 4942.0, 4931.0, 4949.0, 4931.0, 4962.0, 4932.0, 4951.0, 4921.0, 4949.0, 4911.0, 4945.0, 4940.0, 4940.0, 4961.0, 4938.0, 4949.0, 4930.0, 4948.0, 4918.0, 4949.0, 4921.0, 4943.0, 4952.0, 4952.0, 4935.0, 4976.0, 4949.0, 4976.0, 4958.0, 4966.0, 4982.0, 4957.0, 4980.0, 4980.0, 4978.0, 4978.0, 4978.0, 4985.0, 4978.0, 4988.0, 4955.0, 4980.0, 4946.0, 4971.0, 4950.0, 4985.0, 4958.0, 4971.0, 4964.0, 4934.0, 4956.0, 4942.0, 4957.0, 4965.0, 4948.0, 4968.0, 4958.0, 4937.0, 4986.0, 4947.0, 4987.0, 4969.0, 4987.0, 4945.0, 4975.0, 4936.0, 4962.0, 4922.0, 4970.0, 4931.0, 4949.0, 4961.0, 4942.0, 4959.0, 4932.0, 4938.0, 4918.0, 4932.0, 4953.0, 4933.0, 4953.0, 4953.0, 4943.0, 4977.0, 4937.0, 4975.0, 4935.0, 4965.0, 4934.0, 4958.0, 4922.0, 4952.0, 4932.0, 4953.0, 4924.0, 4950.0, 4921.0, 4953.0, 4932.0, 4951.0, 4920.0, 4942.0, 4938.0, 4932.0, 4950.0, 4931.0, 4941.0, 4919.0, 4928.0, 4942.0, 4906.0, 4952.0, 4923.0, 4958.0, 4932.0, 4972.0, 4943.0, 4927.0, 4954.0, 4914.0, 4962.0, 4935.0, 4974.0, 4942.0, 4962.0, 4933.0, 4954.0, 4953.0, 4924.0, 4964.0, 4924.0, 4963.0, 4922.0, 4962.0, 4921.0, 4948.0, 4908.0, 4948.0, 4910.0, 4950.0, 4919.0, 4936.0, 4918.0, 4935.0, 4916.0, 4924.0, 4938.0, 4961.0, 4932.0, 4950.0, 4934.0, 4963.0, 4945.0, 4937.0, 4989.0, 4960.0, 4980.0, 4980.0, 4950.0, 5001.0, 4973.0, 4999.0, 4979.0, 4978.0, 4946.0, 4985.0, 4940.0, 4948.0, 4927.0, 4947.0, 4895.0, 4953.0, 4902.0], 'WindowWidth': [11007.0, 10930.0, 10904.0, 10854.0, 10875.0, 10839.0, 10846.0, 10816.0, 10834.0, 10789.0, 10818.0, 10797.0, 10816.0, 10793.0, 10814.0, 10760.0, 10813.0, 10762.0, 10815.0, 10812.0, 10827.0, 10807.0, 10827.0, 10821.0, 10836.0, 10823.0, 10814.0, 10821.0, 10823.0, 10836.0, 10793.0, 10838.0, 10789.0, 10821.0, 10791.0, 10814.0, 10771.0, 10811.0, 10780.0, 10820.0, 10824.0, 10850.0, 10858.0, 10856.0, 10818.0, 10700.0, 10678.0, 10805.0, 10773.0, 10769.0, 10804.0, 10745.0, 10774.0, 10754.0, 10775.0, 10740.0, 10759.0, 10735.0, 10746.0, 10764.0, 10707.0, 10728.0, 10699.0, 10728.0, 10691.0, 10733.0, 10743.0, 10741.0, 10758.0, 10714.0, 10773.0, 10751.0, 10756.0, 10826.0, 10838.0, 10823.0, 10828.0, 10836.0, 10808.0, 10824.0, 10803.0, 10829.0, 10819.0, 10837.0, 10780.0, 10826.0, 10776.0, 10775.0, 10801.0, 10767.0, 10797.0, 10773.0, 10780.0, 10715.0, 10767.0, 10768.0, 10786.0, 10787.0, 10746.0, 10732.0, 10774.0, 10749.0, 10792.0, 10797.0, 10792.0, 10834.0, 10778.0, 10810.0, 10785.0, 10825.0, 10781.0, 10828.0, 10783.0, 10793.0, 10771.0, 10790.0, 10812.0, 10750.0, 10779.0, 10751.0, 10760.0, 10718.0, 10748.0, 10774.0, 10741.0, 10778.0, 10735.0, 10759.0, 10748.0, 10741.0, 10714.0, 10728.0, 10752.0, 10800.0, 10802.0, 10838.0, 10835.0, 10818.0, 10841.0, 10830.0, 10833.0, 10844.0, 10856.0, 10839.0, 10849.0, 10807.0, 10845.0, 10798.0, 10828.0, 10780.0, 10802.0, 10773.0, 10785.0, 10770.0, 10771.0, 10780.0, 10767.0, 10772.0, 10762.0, 10763.0, 10760.0, 10785.0, 10757.0, 10790.0, 10765.0, 10782.0, 10759.0, 10807.0, 10783.0, 10791.0, 10763.0, 10768.0, 10757.0, 10771.0, 10763.0, 10763.0, 10784.0, 10786.0, 10809.0, 10795.0, 10794.0, 10780.0, 10780.0, 10776.0, 10765.0, 10787.0, 10774.0, 10773.0, 10777.0, 10773.0, 10762.0, 10799.0, 10760.0, 10799.0, 10756.0, 10785.0, 10745.0, 10764.0, 10730.0, 10784.0, 10727.0, 10769.0, 10728.0, 10761.0, 10792.0, 10813.0, 10865.0, 10807.0, 10799.0, 10789.0, 10747.0, 10769.0, 10797.0, 10859.0, 10835.0, 10853.0, 10839.0, 10896.0, 10818.0, 10824.0, 10788.0, 10797.0, 10806.0, 10795.0, 10819.0, 10788.0, 10795.0, 10762.0, 10772.0, 10743.0, 10754.0, 10713.0, 10732.0, 10714.0, 10735.0, 10714.0, 10733.0, 10715.0, 10741.0, 10719.0, 10745.0, 10733.0, 10755.0, 10722.0, 10753.0, 10740.0, 10767.0, 10747.0, 10771.0, 10749.0, 10792.0, 10738.0, 10778.0, 10808.0, 10762.0, 10803.0, 10747.0, 10786.0, 10776.0, 10754.0, 10784.0, 10748.0, 10744.0, 10711.0, 10749.0, 10716.0, 10739.0, 10778.0, 10756.0, 10774.0, 10733.0, 10774.0, 10772.0, 10749.0, 10850.0, 10787.0, 10822.0, 10739.0, 10771.0, 10716.0, 10765.0, 10744.0, 10804.0, 10793.0, 10813.0, 10791.0, 10815.0, 10827.0, 10825.0, 10837.0, 10794.0, 10854.0, 10846.0, 10821.0, 10855.0, 10757.0, 10774.0, 10756.0, 10777.0, 10732.0, 10750.0, 10723.0, 10744.0, 10718.0, 10677.0, 10691.0, 10666.0, 10706.0, 10666.0, 10719.0, 10670.0, 10735.0, 10680.0, 10707.0, 10689.0, 10714.0, 10691.0, 10719.0, 10699.0, 10718.0, 10696.0, 10735.0, 10716.0, 10744.0, 10741.0, 10746.0, 10723.0, 10747.0, 10744.0, 10765.0, 10760.0, 10783.0, 10747.0, 10775.0, 10767.0, 10772.0, 10792.0, 10781.0, 10793.0, 10799.0, 10778.0, 10816.0, 10768.0, 10799.0, 10757.0, 10778.0, 10724.0, 10784.0, 10789.0, 10803.0, 10793.0, 10749.0, 10768.0, 10733.0, 10762.0, 10723.0, 10766.0, 10724.0, 10783.0, 10763.0, 10797.0, 10780.0, 10817.0, 10796.0, 10808.0, 10789.0, 10827.0, 10815.0, 10831.0, 10782.0, 10823.0, 10779.0, 10819.0, 10783.0, 10822.0, 10767.0, 10800.0, 10758.0, 10795.0, 10766.0, 10806.0, 10764.0, 10793.0, 10748.0, 10783.0, 10761.0, 10818.0, 10775.0, 10785.0, 10780.0, 10807.0, 10775.0, 10767.0, 10772.0, 10750.0, 10806.0, 10782.0, 10807.0, 10790.0, 10772.0, 10793.0, 10767.0, 10810.0, 10777.0, 10816.0, 10777.0, 10800.0, 10755.0, 10807.0, 10751.0, 10796.0, 10760.0, 10755.0, 10772.0, 10740.0, 10762.0, 10731.0, 10770.0, 10719.0, 10781.0, 10777.0, 10785.0, 10800.0, 10826.0, 10804.0, 10795.0, 10812.0, 10795.0, 10834.0, 10776.0, 10807.0, 10776.0, 10824.0, 10785.0, 10809.0, 10753.0, 10809.0, 10759.0, 10797.0, 10773.0, 10798.0, 10738.0, 10799.0, 10754.0, 10798.0, 10758.0, 10799.0, 10742.0, 10797.0, 10772.0, 10802.0, 10768.0, 10784.0, 10770.0, 10782.0, 10768.0, 10751.0, 10769.0, 10732.0, 10785.0, 10755.0, 10781.0, 10740.0, 10782.0, 10759.0, 10763.0, 10776.0, 10757.0, 10774.0, 10743.0, 10772.0, 10727.0, 10762.0, 10712.0, 10746.0, 10717.0, 10757.0, 10726.0, 10743.0, 10755.0, 10736.0, 10766.0, 10743.0, 10751.0, 10728.0, 10771.0, 10715.0, 10770.0, 10733.0, 10777.0, 10747.0, 10760.0, 10788.0, 10771.0, 10793.0, 10800.0, 10824.0, 10763.0, 10827.0, 10801.0, 10794.0, 10810.0, 10767.0, 10827.0, 10795.0, 10817.0, 10807.0, 10793.0, 10818.0, 10794.0, 10812.0, 10757.0, 10798.0, 10741.0, 10794.0, 10760.0, 10788.0, 10758.0, 10794.0, 10772.0, 10792.0, 10785.0, 10767.0, 10807.0, 10774.0, 10812.0, 10772.0, 10807.0, 10770.0, 10854.0, 10817.0, 10847.0, 10807.0, 10791.0, 10846.0, 10774.0, 10784.0, 10785.0, 10744.0, 10801.0, 10775.0, 10799.0, 10783.0, 10826.0, 10776.0, 10782.0, 10738.0, 10752.0, 10712.0, 10757.0, 10717.0, 10760.0, 10726.0, 10783.0, 10746.0, 10780.0, 10759.0, 10783.0, 10757.0, 10784.0, 10782.0, 10765.0, 10784.0, 10774.0, 10826.0, 10779.0, 10796.0, 10808.0, 10749.0, 10809.0, 10733.0, 10790.0, 10724.0, 10783.0, 10750.0, 10777.0, 10705.0, 10779.0, 10717.0, 10780.0, 10748.0, 10753.0, 10722.0, 10760.0, 10717.0, 10783.0, 10742.0, 10756.0, 10734.0, 10748.0, 10739.0, 10746.0, 10756.0, 10710.0, 10767.0, 10725.0, 10758.0, 10737.0, 10766.0, 10737.0, 10753.0, 10744.0, 10745.0, 10741.0, 10750.0, 10725.0, 10744.0, 10744.0, 10728.0, 10749.0, 10749.0, 10746.0, 10733.0, 10761.0, 10740.0, 10749.0, 10738.0, 10759.0, 10755.0, 10806.0, 10764.0, 10774.0, 10731.0, 10767.0, 10760.0, 10773.0, 10761.0, 10737.0, 10782.0, 10749.0, 10775.0, 10771.0, 10750.0, 10795.0, 10755.0, 10828.0, 10744.0, 10809.0, 10754.0, 10770.0, 10783.0, 10795.0, 10758.0, 10775.0, 10698.0, 10752.0, 10718.0, 10744.0, 10703.0, 10680.0, 10694.0, 10652.0, 10727.0, 10670.0, 10711.0, 10664.0, 10686.0, 10650.0, 10707.0, 10667.0, 10705.0, 10669.0, 10690.0, 10688.0, 10699.0, 10689.0, 10686.0, 10716.0, 10696.0, 10754.0, 10717.0, 10746.0, 10734.0, 10715.0, 10731.0, 10715.0, 10745.0, 10708.0, 10763.0, 10703.0, 10758.0, 10715.0, 10740.0, 10711.0, 10755.0, 10704.0, 10729.0, 10699.0, 10737.0, 10699.0, 10745.0, 10730.0, 10723.0, 10749.0, 10713.0, 10750.0, 10713.0, 10758.0, 10733.0, 10743.0, 10737.0, 10758.0, 10736.0, 10780.0, 10742.0, 10763.0, 10722.0, 10763.0, 10706.0, 10752.0, 10747.0, 10746.0, 10778.0, 10742.0, 10757.0, 10734.0, 10757.0, 10715.0, 10761.0, 10724.0, 10755.0, 10768.0, 10767.0, 10750.0, 10811.0, 10778.0, 10812.0, 10790.0, 10801.0, 10827.0, 10786.0, 10822.0, 10819.0, 10817.0, 10817.0, 10814.0, 10822.0, 10813.0, 10829.0, 10779.0, 10814.0, 10766.0, 10798.0, 10769.0, 10824.0, 10786.0, 10792.0, 10791.0, 10747.0, 10772.0, 10758.0, 10778.0, 10787.0, 10777.0, 10801.0, 10787.0, 10756.0, 10825.0, 10769.0, 10826.0, 10804.0, 10824.0, 10763.0, 10804.0, 10749.0, 10785.0, 10724.0, 10790.0, 10732.0, 10756.0, 10779.0, 10752.0, 10773.0, 10736.0, 10738.0, 10714.0, 10745.0, 10771.0, 10744.0, 10773.0, 10771.0, 10767.0, 10811.0, 10754.0, 10804.0, 10749.0, 10789.0, 10748.0, 10774.0, 10723.0, 10769.0, 10737.0, 10769.0, 10732.0, 10759.0, 10721.0, 10771.0, 10738.0, 10763.0, 10725.0, 10751.0, 10741.0, 10735.0, 10758.0, 10734.0, 10749.0, 10715.0, 10726.0, 10752.0, 10697.0, 10767.0, 10730.0, 10771.0, 10740.0, 10796.0, 10755.0, 10741.0, 10773.0, 10717.0, 10784.0, 10749.0, 10801.0, 10758.0, 10783.0, 10743.0, 10770.0, 10769.0, 10728.0, 10784.0, 10731.0, 10781.0, 10723.0, 10782.0, 10721.0, 10759.0, 10704.0, 10756.0, 10702.0, 10761.0, 10712.0, 10736.0, 10712.0, 10734.0, 10706.0, 10720.0, 10745.0, 10783.0, 10740.0, 10763.0, 10747.0, 10786.0, 10763.0, 10757.0, 10833.0, 10791.0, 10823.0, 10819.0, 10777.0, 10849.0, 10814.0, 10847.0, 10815.0, 10817.0, 10762.0, 10819.0, 10743.0, 10755.0, 10720.0, 10748.0, 10670.0, 10752.0, 10676.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.020251532258064513</td></tr>
<tr><td colspan=3>aqi</td><td>0.10100375046082949</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.40695423626299</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2740770164590542</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1315088573010388</td></tr>
<tr><td colspan=3>efc</td><td>0.4895</td></tr>
<tr><td colspan=3>fber</td><td>5587.4692</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16112473918052167</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>121</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.940092165898617</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.826683304256937</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.700412753798961</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9795668380525</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.800070320919349</td></tr>
<tr><td colspan=3>gcor</td><td>0.00989942</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004782648291438818</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026023877784609795</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.497775472385082</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.459</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.0867</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.4871</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295362.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1015.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>415.8594</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.7505</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.7246</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4171.0716</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4366.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81182.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1840.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5269.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>970.6961</td></tr>
<tr><td colspan=3>tsnr</td><td>23.212665560422465</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>