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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>20:42:26.120000</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.997473, -0.0194454, -0.0683349, 0.00940126, 0.989484, -0.144339]</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.0808722</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>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4226, -7694, -7314, 192, -144, -79, -115, 101]</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>234.828</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e080e3a9-bf0d-4f27-badc-815b851d096e||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.676146984100342, 0.025222893804311752, -0.1901421695947647, 111.4565200805664], [0.05217048525810242, 2.654712438583374, -0.3869946300983429, -97.7342758178711], [-0.18333765864372253, 0.38724976778030396, 2.6653480529785156, -99.50725555419922], [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': ['204226.120000', '204226.580000', '204227.040000', '204227.500000', '204227.960000', '204228.420000', '204228.880000', '204229.340000', '204229.800000', '204230.260000', '204230.720000', '204231.180000', '204231.640000', '204232.100000', '204232.560000', '204233.020000', '204233.480000', '204233.940000', '204234.400000', '204234.860000', '204235.320000', '204235.780000', '204236.240000', '204236.700000', '204237.160000', '204237.620000', '204238.080000', '204238.540000', '204239.000000', '204239.460000', '204239.920000', '204240.380000', '204240.840000', '204241.300000', '204241.760000', '204242.220000', '204242.680000', '204243.140000', '204243.600000', '204244.060000', '204244.520000', '204244.980000', '204245.440000', '204245.900000', '204246.360000', '204246.820000', '204247.280000', '204247.740000', '204248.200000', '204248.660000', '204249.120000', '204249.580000', '204250.040000', '204250.500000', '204250.960000', '204251.420000', '204251.880000', '204252.340000', '204252.800000', '204253.260000', '204253.720000', '204254.180000', '204254.640000', '204255.100000', '204255.560000', '204256.020000', '204256.480000', '204256.940000', '204257.400000', '204257.860000', '204258.320000', '204258.780000', '204259.240000', '204259.700000', '204300.160000', '204300.620000', '204301.080000', '204301.540000', '204302.000000', '204302.460000', '204302.920000', '204303.380000', '204303.840000', '204304.300000', '204304.760000', '204305.220000', '204305.680000', '204306.140000', '204306.600000', '204307.060000', '204307.520000', '204307.980000', '204308.440000', '204308.900000', '204309.360000', '204309.820000', '204310.280000', '204310.740000', '204311.200000', '204311.660000', '204312.120000', '204312.580000', '204313.040000', '204313.500000', '204313.960000', '204314.420000', '204314.880000', '204315.340000', '204315.800000', '204316.260000', '204316.720000', '204317.180000', '204317.640000', '204318.100000', '204318.560000', '204319.020000', '204319.480000', '204319.940000', '204320.400000', '204320.860000', '204321.320000', '204321.780000', '204322.240000', '204322.700000', '204323.160000', '204323.620000', '204324.080000', '204324.540000', '204325.000000', '204325.460000', '204325.920000', '204326.380000', '204326.840000', '204327.300000', '204327.760000', '204328.220000', '204328.680000', '204329.140000', '204329.600000', '204330.060000', '204330.520000', '204330.980000', '204331.440000', '204331.900000', '204332.360000', '204332.820000', '204333.280000', '204333.740000', '204334.200000', '204334.660000', '204335.120000', '204335.580000', '204336.040000', '204336.500000', '204336.960000', '204337.420000', '204337.880000', '204338.340000', '204338.800000', '204339.260000', '204339.720000', '204340.180000', '204340.640000', '204341.100000', '204341.560000', '204342.020000', '204342.480000', '204342.940000', '204343.400000', '204343.860000', '204344.320000', '204344.780000', '204345.240000', '204345.700000', '204346.160000', '204346.620000', '204347.080000', '204347.540000', '204348.000000', '204348.460000', '204348.920000', '204349.380000', '204349.840000', '204350.300000', '204350.760000', '204351.220000', '204351.680000', '204352.140000', '204352.600000', '204353.060000', '204353.520000', '204353.980000', '204354.440000', '204354.900000', '204355.360000', '204355.820000', '204356.280000', '204356.740000', '204357.200000', '204357.660000', '204358.120000', '204358.580000', '204359.040000', '204359.500000', '204359.960000', '204400.420000', '204400.880000', '204401.340000', '204401.800000', '204402.260000', '204402.720000', '204403.180000', '204403.640000', '204404.100000', '204404.560000', '204405.020000', '204405.480000', '204405.940000', '204406.400000', '204406.860000', '204407.320000', '204407.780000', '204408.240000', '204408.700000', '204409.160000', '204409.620000', '204410.080000', '204410.540000', '204411.000000', '204411.460000', '204411.920000', '204412.380000', '204412.840000', '204413.300000', '204413.760000', '204414.220000', '204414.680000', '204415.140000', '204415.600000', '204416.060000', '204416.520000', '204416.980000', '204417.440000', '204417.900000', '204418.360000', '204418.820000', '204419.280000', '204419.740000', '204420.200000', '204420.660000', '204421.120000', '204421.580000', '204422.040000', '204422.500000', '204422.960000', '204423.420000', '204423.880000', '204424.340000', '204424.800000', '204425.260000', '204425.720000', '204426.180000', '204426.640000', '204427.100000', '204427.560000', '204428.020000', '204428.480000', '204428.940000', '204429.400000', '204429.860000', '204430.320000', '204430.780000', '204431.240000', '204431.700000', '204432.160000', '204432.620000', '204433.080000', '204433.540000', '204434.000000', '204434.460000', '204434.920000', '204435.380000', '204435.840000', '204436.300000', '204436.760000', '204437.220000', '204437.680000', '204438.140000', '204438.600000', '204439.060000', '204439.520000', '204439.980000', '204440.440000', '204440.900000', '204441.360000', '204441.820000', '204442.280000', '204442.740000', '204443.200000', '204443.660000', '204444.120000', '204444.580000', '204445.040000', '204445.500000', '204445.960000', '204446.420000', '204446.880000', '204447.340000', '204447.800000', '204448.260000', '204448.720000', '204449.180000', '204449.640000', '204450.100000', '204450.560000', '204451.020000', '204451.480000', '204451.940000', '204452.400000', '204452.860000', '204453.320000', '204453.780000', '204454.240000', '204454.700000', '204455.160000', '204455.620000', '204456.080000', '204456.540000', '204457.000000', '204457.460000', '204457.920000', '204458.380000', '204458.840000', '204459.300000', '204459.760000', '204500.220000', '204500.680000', '204501.140000', '204501.600000', '204502.060000', '204502.520000', '204502.980000', '204503.440000', '204503.900000', '204504.360000', '204504.820000', '204505.280000', '204505.740000', '204506.200000', '204506.660000', '204507.120000', '204507.580000', '204508.040000', '204508.500000', '204508.960000', '204509.420000', '204509.880000', '204510.340000', '204510.800000', '204511.260000', '204511.720000', '204512.180000', '204512.640000', '204513.100000', '204513.560000', '204514.020000', '204514.480000', '204514.940000', '204515.400000', '204515.860000', '204516.320000', '204516.780000', '204517.240000', '204517.700000', '204518.160000', '204518.620000', '204519.080000', '204519.540000', '204520.000000', '204520.460000', '204520.920000', '204521.380000', '204521.840000', '204522.300000', '204522.760000', '204523.220000', '204523.680000', '204524.140000', '204524.600000', '204525.060000', '204525.520000', '204525.980000', '204526.440000', '204526.900000', '204527.360000', '204527.820000', '204528.280000', '204528.740000', '204529.200000', '204529.660000', '204530.120000', '204530.580000', '204531.040000', '204531.500000', '204531.960000', '204532.420000', '204532.880000', '204533.340000', '204533.800000', '204534.260000', '204534.720000', '204535.180000', '204535.640000', '204536.100000', '204536.560000', '204537.020000', '204537.480000', '204537.940000', '204538.400000', '204538.860000', '204539.320000', '204539.780000', '204540.240000', '204540.700000', '204541.160000', '204541.620000', '204542.080000', '204542.540000', '204543.000000', '204543.460000', '204543.920000', '204544.380000', '204544.840000', '204545.300000', '204545.760000', '204546.220000', '204546.680000', '204547.140000', '204547.600000', '204548.060000', '204548.520000', '204548.980000', '204549.440000', '204549.900000', '204550.360000', '204550.820000', '204551.280000', '204551.740000', '204552.200000', '204552.660000', '204553.120000', '204553.580000', '204554.040000', '204554.500000', '204554.960000', '204555.420000', '204555.880000', '204556.340000', '204556.800000', '204557.260000', '204557.720000', '204558.180000', '204558.640000', '204559.100000', '204559.560000', '204600.020000', '204600.480000', '204600.940000', '204601.400000', '204601.860000', '204602.320000', '204602.780000', '204603.240000', '204603.700000', '204604.160000', '204604.620000', '204605.080000', '204605.540000', '204606.000000', '204606.460000', '204606.920000', '204607.380000', '204607.840000', '204608.300000', '204608.760000', '204609.220000', '204609.680000', '204610.140000', '204610.600000', '204611.060000', '204611.520000', '204611.980000', '204612.440000', '204612.900000', '204613.360000', '204613.820000', '204614.280000', '204614.740000', '204615.200000', '204615.660000', '204616.120000', '204616.580000', '204617.040000', '204617.500000', '204617.960000', '204618.420000', '204618.880000', '204619.340000', '204619.800000', '204620.260000', '204620.720000', '204621.180000', '204621.640000', '204622.100000', '204622.560000', '204623.020000', '204623.480000', '204623.940000', '204624.400000', '204624.860000', '204625.320000', '204625.780000', '204626.240000', '204626.700000', '204627.160000', '204627.620000', '204628.080000', '204628.540000', '204629.000000', '204629.460000', '204629.920000', '204630.380000', '204630.840000', '204631.300000', '204631.760000', '204632.220000', '204632.680000', '204633.140000', '204633.600000', '204634.060000', '204634.520000', '204634.980000', '204635.440000', '204635.900000', '204636.360000', '204636.820000', '204637.280000', '204637.740000', '204638.200000', '204638.660000', '204639.120000', '204639.580000', '204640.040000', '204640.500000', '204640.960000', '204641.420000', '204641.880000', '204642.340000', '204642.800000', '204643.260000', '204643.720000', '204644.180000', '204644.640000', '204645.100000', '204645.560000', '204646.020000', '204646.480000', '204646.940000', '204647.400000', '204647.860000', '204648.320000', '204648.780000', '204649.240000', '204649.700000', '204650.160000', '204650.620000', '204651.080000', '204651.540000', '204652.000000', '204652.460000', '204652.920000', '204653.380000', '204653.840000', '204654.300000', '204654.760000', '204655.220000', '204655.680000', '204656.140000', '204656.600000', '204657.060000', '204657.520000', '204657.980000', '204658.440000', '204658.900000', '204659.360000', '204659.820000', '204700.280000', '204700.740000', '204701.200000', '204701.660000', '204702.120000', '204702.580000', '204703.040000', '204703.500000', '204703.960000', '204704.420000', '204704.880000', '204705.340000', '204705.800000', '204706.260000', '204706.720000', '204707.180000', '204707.640000', '204708.100000', '204708.560000', '204709.020000', '204709.480000', '204709.940000', '204710.400000', '204710.860000', '204711.320000', '204711.780000', '204712.240000', '204712.700000', '204713.160000', '204713.620000', '204714.080000', '204714.540000', '204715.000000', '204715.460000', '204715.920000', '204716.380000', '204716.840000', '204717.300000', '204717.760000', '204718.220000', '204718.680000', '204719.140000', '204719.600000', '204720.060000', '204720.520000', '204720.980000', '204721.440000', '204721.900000', '204722.360000', '204722.820000', '204723.280000', '204723.740000', '204724.200000', '204724.660000', '204725.120000', '204725.580000', '204726.040000', '204726.500000', '204726.960000', '204727.420000', '204727.880000', '204728.340000', '204728.800000', '204729.260000', '204729.720000', '204730.180000', '204730.640000', '204731.100000', '204731.560000', '204732.020000', '204732.480000', '204732.940000', '204733.400000', '204733.860000', '204734.320000', '204734.780000', '204735.240000', '204735.700000', '204736.160000', '204736.620000', '204737.080000', '204737.540000', '204738.000000', '204738.460000', '204738.920000', '204739.380000', '204739.840000', '204740.300000', '204740.760000', '204741.220000', '204741.680000', '204742.140000', '204742.600000', '204743.060000', '204743.520000', '204743.980000', '204744.440000', '204744.900000', '204745.360000', '204745.820000', '204746.280000', '204746.740000', '204747.200000', '204747.660000', '204748.120000', '204748.580000', '204749.040000', '204749.500000', '204749.960000', '204750.420000', '204750.880000', '204751.340000', '204751.800000', '204752.260000', '204752.720000', '204753.180000', '204753.640000', '204754.100000', '204754.560000', '204755.020000', '204755.480000', '204755.940000', '204756.400000', '204756.860000', '204757.320000', '204757.780000', '204758.240000', '204758.700000', '204759.160000', '204759.620000', '204800.080000', '204800.540000', '204801.000000', '204801.460000', '204801.920000', '204802.380000', '204802.840000', '204803.300000', '204803.760000', '204804.220000', '204804.680000', '204805.140000', '204805.600000', '204806.060000', '204806.520000', '204806.980000', '204807.440000', '204807.900000', '204808.360000', '204808.820000', '204809.280000', '204809.740000', '204810.200000', '204810.660000', '204811.120000', '204811.580000', '204812.040000', '204812.500000', '204812.960000', '204813.420000', '204813.880000', '204814.340000', '204814.800000', '204815.260000', '204815.720000', '204816.180000', '204816.640000', '204817.100000', '204817.560000', '204818.020000', '204818.480000', '204818.940000', '204819.400000', '204819.860000', '204820.320000', '204820.780000', '204821.240000', '204821.700000', '204822.160000', '204822.620000', '204823.080000', '204823.540000', '204824.000000', '204824.460000', '204824.920000', '204825.380000', '204825.840000', '204826.300000', '204826.760000', '204827.220000', '204827.680000', '204828.140000', '204828.600000', '204829.060000', '204829.520000', '204829.980000', '204830.440000', '204830.900000', '204831.360000', '204831.820000', '204832.280000', '204832.740000', '204833.200000', '204833.660000', '204834.120000', '204834.580000', '204835.040000', '204835.500000', '204835.960000', '204836.420000', '204836.880000', '204837.340000', '204837.800000', '204838.260000', '204838.720000', '204839.180000', '204839.640000', '204840.100000', '204840.560000', '204841.020000', '204841.480000', '204841.940000', '204842.400000', '204842.860000', '204843.320000', '204843.780000', '204844.240000', '204844.700000', '204845.160000', '204845.620000', '204846.080000', '204846.540000', '204847.000000', '204847.460000', '204847.920000', '204848.380000', '204848.840000', '204849.300000', '204849.760000', '204850.220000', '204850.680000', '204851.140000', '204851.600000', '204852.060000', '204852.520000', '204852.980000', '204853.440000', '204853.900000', '204854.360000', '204854.820000', '204855.280000', '204855.740000', '204856.200000', '204856.660000', '204857.120000', '204857.580000', '204858.040000', '204858.500000', '204858.960000', '204859.420000', '204859.880000', '204900.340000', '204900.800000', '204901.260000', '204901.720000', '204902.180000', '204902.640000', '204903.100000', '204903.560000', '204904.020000', '204904.480000', '204904.940000', '204905.400000', '204905.860000', '204906.320000', '204906.780000'], 'ContentTime': ['204239.876000', '204239.879000', '204239.882000', '204239.891000', '204239.894000', '204239.896000', '204239.899000', '204239.901000', '204239.904000', '204239.906000', '204239.909000', '204239.912000', '204239.914000', '204239.917000', '204239.919000', '204239.922000', '204239.925000', '204239.927000', '204239.930000', '204239.932000', '204239.935000', '204239.937000', '204239.940000', '204239.942000', '204239.949000', '204239.951000', '204239.954000', '204239.956000', '204259.810000', '204259.819000', '204259.821000', '204259.824000', '204259.827000', '204259.829000', '204259.832000', '204259.834000', '204259.837000', '204259.852000', '204259.855000', '204259.857000', '204259.860000', '204259.862000', '204259.866000', '204259.869000', '204259.871000', '204259.874000', '204259.876000', '204259.879000', '204259.881000', '204259.884000', '204259.886000', '204259.891000', '204259.894000', '204259.897000', '204259.899000', '204259.902000', '204259.904000', '204259.907000', '204259.909000', '204259.912000', '204259.914000', '204259.917000', '204259.919000', '204259.922000', '204259.925000', '204259.927000', '204259.930000', '204259.932000', '204259.935000', '204259.937000', '204259.940000', '204319.810000', '204319.813000', '204319.816000', '204319.818000', '204319.821000', '204319.824000', '204319.826000', '204319.829000', '204319.831000', '204319.834000', '204319.836000', '204319.839000', '204319.842000', '204319.844000', '204319.847000', '204319.849000', '204319.852000', '204319.855000', '204319.857000', '204319.860000', '204319.862000', '204319.865000', '204319.867000', '204319.870000', '204319.872000', '204319.875000', '204319.877000', '204319.880000', '204319.882000', '204319.885000', '204319.888000', '204319.890000', '204319.893000', '204319.895000', '204319.898000', '204319.900000', '204319.903000', '204319.905000', '204319.908000', '204319.910000', '204319.913000', '204319.922000', '204319.925000', '204319.927000', '204339.810000', '204339.813000', '204339.816000', '204339.818000', '204339.821000', '204339.823000', '204339.826000', '204339.828000', '204339.831000', '204339.834000', '204339.836000', '204339.839000', '204339.842000', '204339.844000', '204339.847000', '204339.849000', '204339.852000', '204339.854000', '204339.857000', '204339.860000', '204339.862000', '204339.865000', '204339.867000', '204339.870000', '204339.872000', '204339.875000', '204339.878000', '204339.880000', '204339.883000', '204339.885000', '204339.888000', '204339.890000', '204339.893000', '204339.896000', '204339.898000', '204339.901000', '204339.903000', '204339.906000', '204339.908000', '204339.911000', '204339.914000', '204339.916000', '204339.919000', '204359.810000', '204359.813000', '204359.816000', '204359.818000', '204359.821000', '204359.824000', '204359.826000', '204359.829000', '204359.831000', '204359.834000', '204359.837000', '204359.839000', '204359.842000', '204359.844000', '204359.847000', '204359.850000', '204359.852000', '204359.855000', '204359.857000', '204359.860000', '204359.862000', '204359.865000', '204359.867000', '204359.870000', '204359.873000', '204359.875000', '204359.878000', '204359.880000', '204359.883000', '204359.885000', '204359.888000', '204359.891000', '204359.893000', '204359.896000', '204359.898000', '204359.901000', '204359.903000', '204359.906000', '204359.908000', '204359.923000', '204359.926000', '204359.928000', '204359.931000', '204359.933000', '204419.811000', '204419.814000', '204419.817000', '204419.819000', '204419.822000', '204419.825000', '204419.827000', '204419.830000', '204419.832000', '204419.835000', '204419.838000', '204419.840000', '204419.843000', '204419.845000', '204419.848000', '204419.851000', '204419.853000', '204419.856000', '204419.858000', '204419.861000', '204419.863000', '204419.866000', '204419.869000', '204419.871000', '204419.874000', '204419.876000', '204419.879000', '204419.882000', '204419.884000', '204419.887000', '204419.889000', '204419.892000', '204419.894000', '204419.897000', '204419.899000', '204419.902000', '204419.905000', '204419.908000', '204419.911000', '204419.913000', '204419.916000', '204419.919000', '204419.921000', '204439.811000', '204439.814000', '204439.817000', '204439.820000', '204439.822000', '204439.825000', '204439.827000', '204439.830000', '204439.832000', '204439.835000', '204439.838000', '204439.840000', '204439.843000', '204439.846000', '204439.853000', '204439.856000', '204439.859000', '204439.861000', '204439.864000', '204439.867000', '204439.869000', '204439.872000', '204439.875000', '204439.878000', '204439.880000', '204439.883000', '204439.886000', '204439.888000', '204439.891000', '204439.893000', '204439.896000', '204439.898000', '204439.901000', '204439.903000', '204439.906000', '204439.909000', '204439.911000', '204439.915000', '204439.917000', '204439.920000', '204439.922000', '204439.925000', '204439.928000', '204439.930000', '204459.811000', '204459.814000', '204459.816000', '204459.819000', '204459.821000', '204459.824000', '204459.827000', '204459.829000', '204459.832000', '204459.835000', '204459.837000', '204459.840000', '204459.842000', '204459.845000', '204459.848000', '204459.850000', '204459.853000', '204459.855000', '204459.858000', '204459.861000', '204459.864000', '204459.867000', '204459.869000', '204459.872000', '204459.875000', '204459.877000', '204459.880000', '204459.883000', '204459.885000', '204459.888000', '204459.891000', '204459.893000', '204459.896000', '204459.898000', '204459.901000', '204459.904000', '204459.906000', '204459.909000', '204459.912000', '204459.914000', '204459.917000', '204459.920000', '204459.922000', '204519.810000', '204519.813000', '204519.816000', '204519.818000', '204519.821000', '204519.824000', '204519.826000', '204519.829000', '204519.831000', '204519.835000', '204519.837000', '204519.840000', '204519.843000', '204519.845000', '204519.848000', '204519.850000', '204519.853000', '204519.856000', '204519.858000', '204519.861000', '204519.864000', '204519.866000', '204519.869000', '204519.872000', '204519.874000', '204519.877000', '204519.879000', '204519.882000', '204519.885000', '204519.887000', '204519.890000', '204519.892000', '204519.895000', '204519.897000', '204519.900000', '204519.902000', '204519.905000', '204519.908000', '204519.910000', '204519.913000', '204519.916000', '204519.918000', '204519.921000', '204519.923000', '204539.811000', '204539.813000', '204539.816000', '204539.819000', '204539.821000', '204539.824000', '204539.826000', '204539.829000', '204539.832000', '204539.834000', '204539.837000', '204539.839000', '204539.842000', '204539.844000', '204539.847000', '204539.850000', '204539.852000', '204539.855000', '204539.857000', '204539.860000', '204539.863000', '204539.865000', '204539.868000', '204539.870000', '204539.873000', '204539.876000', '204539.878000', '204539.881000', '204539.883000', '204539.886000', '204539.888000', '204539.891000', '204539.894000', '204539.896000', '204539.915000', '204539.918000', '204539.920000', '204539.923000', '204539.925000', '204539.928000', '204539.930000', '204539.933000', '204539.936000', '204559.811000', '204559.813000', '204559.816000', '204559.819000', '204559.821000', '204559.824000', '204559.827000', '204559.829000', '204559.832000', '204559.834000', '204559.837000', '204559.840000', '204559.842000', '204559.845000', '204559.848000', '204559.851000', '204559.853000', '204559.856000', '204559.859000', '204559.861000', '204559.864000', '204559.866000', '204559.869000', '204559.872000', '204559.874000', '204559.877000', '204559.879000', '204559.882000', '204559.885000', '204559.887000', '204559.890000', '204559.893000', '204559.895000', '204559.898000', '204559.900000', '204559.903000', '204559.906000', '204559.908000', '204559.911000', '204559.913000', '204559.916000', '204559.919000', '204559.921000', '204559.924000', '204619.811000', '204619.814000', '204619.816000', '204619.819000', '204619.821000', '204619.824000', '204619.827000', '204619.829000', '204619.832000', '204619.835000', '204619.837000', '204619.840000', '204619.842000', '204619.845000', '204619.848000', '204619.850000', '204619.853000', '204619.855000', '204619.858000', '204619.861000', '204619.863000', '204619.866000', '204619.868000', '204619.871000', '204619.874000', '204619.876000', '204619.879000', '204619.881000', '204619.884000', '204619.887000', '204619.889000', '204619.892000', '204619.894000', '204619.897000', '204619.900000', '204619.902000', '204619.905000', '204619.907000', '204619.910000', '204619.912000', '204619.915000', '204619.918000', '204619.920000', '204639.811000', '204639.814000', '204639.817000', '204639.820000', '204639.822000', '204639.825000', '204639.836000', '204639.838000', '204639.841000', '204639.843000', '204639.846000', '204639.849000', '204639.851000', '204639.854000', '204639.856000', '204639.859000', '204639.862000', '204639.864000', '204639.867000', '204639.870000', '204639.872000', '204639.875000', '204639.877000', '204639.880000', '204639.883000', '204639.885000', '204639.888000', '204639.890000', '204639.893000', '204639.895000', '204639.898000', '204639.901000', '204639.903000', '204639.906000', '204639.908000', '204639.911000', '204639.914000', '204639.916000', '204639.919000', '204639.922000', '204639.924000', '204639.927000', '204639.929000', '204639.932000', '204659.811000', '204659.814000', '204659.817000', '204659.820000', '204659.822000', '204659.825000', '204659.828000', '204659.830000', '204659.833000', '204659.835000', '204659.838000', '204659.841000', '204659.843000', '204659.850000', '204659.853000', '204659.855000', '204659.858000', '204659.861000', '204659.863000', '204659.866000', '204659.868000', '204659.871000', '204659.874000', '204659.876000', '204659.879000', '204659.881000', '204659.884000', '204659.886000', '204659.889000', '204659.892000', '204659.894000', '204659.897000', '204659.899000', '204659.902000', '204659.905000', '204659.907000', '204659.910000', '204659.912000', '204659.915000', '204659.917000', '204659.920000', '204659.923000', '204659.925000', '204719.810000', '204719.813000', '204719.816000', '204719.819000', '204719.821000', '204719.824000', '204719.826000', '204719.829000', '204719.832000', '204719.834000', '204719.837000', '204719.839000', '204719.842000', '204719.845000', '204719.847000', '204719.850000', '204719.867000', '204719.870000', '204719.872000', '204719.875000', '204719.877000', '204719.880000', '204719.883000', '204719.885000', '204719.888000', '204719.890000', '204719.893000', '204719.896000', '204719.898000', '204719.901000', '204719.904000', '204719.906000', '204719.909000', '204719.911000', '204719.914000', '204719.917000', '204719.919000', '204719.922000', '204719.924000', '204719.927000', '204719.930000', '204719.932000', '204719.935000', '204719.937000', '204739.810000', '204739.813000', '204739.816000', '204739.818000', '204739.821000', '204739.824000', '204739.826000', '204739.829000', '204739.831000', '204739.834000', '204739.836000', '204739.839000', '204739.842000', '204739.844000', '204739.847000', '204739.849000', '204739.852000', '204739.855000', '204739.857000', '204739.860000', '204739.862000', '204739.865000', '204739.868000', '204739.870000', '204739.873000', '204739.875000', '204739.878000', '204739.881000', '204739.883000', '204739.886000', '204739.889000', '204739.891000', '204739.894000', '204739.897000', '204739.899000', '204739.902000', '204739.904000', '204739.907000', '204739.910000', '204739.912000', '204739.915000', '204739.917000', '204739.920000', '204759.811000', '204759.814000', '204759.816000', '204759.819000', '204759.821000', '204759.824000', '204759.827000', '204759.829000', '204759.832000', '204759.834000', '204759.837000', '204759.840000', '204759.842000', '204759.845000', '204759.857000', '204759.859000', '204759.862000', '204759.864000', '204759.867000', '204759.870000', '204759.872000', '204759.875000', '204759.877000', '204759.880000', '204759.883000', '204759.885000', '204759.888000', '204759.890000', '204759.893000', '204759.896000', '204759.898000', '204759.901000', '204759.903000', '204759.906000', '204759.909000', '204759.911000', '204759.914000', '204759.917000', '204759.919000', '204759.922000', '204759.924000', '204759.927000', '204759.929000', '204759.932000', '204819.811000', '204819.813000', '204819.816000', '204819.819000', '204819.821000', '204819.824000', '204819.827000', '204819.830000', '204819.832000', '204819.835000', '204819.837000', '204819.840000', '204819.843000', '204819.845000', '204819.848000', '204819.850000', '204819.853000', '204819.856000', '204819.858000', '204819.863000', '204819.865000', '204819.868000', '204819.870000', '204819.873000', '204819.875000', '204819.878000', '204819.881000', '204819.883000', '204819.886000', '204819.889000', '204819.891000', '204819.894000', '204819.896000', '204819.899000', '204819.901000', '204819.904000', '204819.907000', '204819.909000', '204819.912000', '204819.914000', '204819.917000', '204819.920000', '204819.922000', '204839.811000', '204839.813000', '204839.816000', '204839.819000', '204839.821000', '204839.824000', '204839.826000', '204839.829000', '204839.832000', '204839.834000', '204839.837000', '204839.839000', '204839.842000', '204839.845000', '204839.847000', '204839.850000', '204839.853000', '204839.855000', '204839.858000', '204839.860000', '204839.863000', '204839.865000', '204839.868000', '204839.870000', '204839.873000', '204839.876000', '204839.878000', '204839.893000', '204839.896000', '204839.898000', '204839.901000', '204839.904000', '204839.906000', '204839.909000', '204839.911000', '204839.914000', '204839.916000', '204839.919000', '204839.922000', '204839.924000', '204839.927000', '204839.929000', '204839.932000', '204839.935000', '204859.811000', '204859.814000', '204859.817000', '204859.819000', '204859.822000', '204859.825000', '204859.827000', '204859.830000', '204859.832000', '204859.835000', '204859.837000', '204859.840000', '204859.843000', '204859.845000', '204859.848000', '204859.851000', '204859.853000', '204859.856000', '204859.858000', '204859.861000', '204859.863000', '204859.866000', '204859.869000', '204859.871000', '204859.874000', '204859.876000', '204859.879000', '204859.882000', '204859.884000', '204859.887000', '204859.889000', '204859.892000', '204859.894000', '204859.897000', '204859.899000', '204859.902000', '204859.905000', '204859.907000', '204859.910000', '204859.913000', '204859.915000', '204859.918000', '204859.920000', '204907.816000', '204907.819000', '204907.821000', '204907.824000', '204907.826000', '204907.829000', '204907.831000', '204907.834000', '204907.837000', '204907.839000', '204907.842000', '204907.845000', '204907.847000', '204907.850000', '204907.852000', '204907.855000', '204907.857000', '204907.860000'], 'InstanceCreationTime': ['204239.876000', '204239.879000', '204239.882000', '204239.891000', '204239.894000', '204239.896000', '204239.899000', '204239.901000', '204239.904000', '204239.906000', '204239.909000', '204239.912000', '204239.914000', '204239.917000', '204239.919000', '204239.922000', '204239.925000', '204239.927000', '204239.930000', '204239.932000', '204239.935000', '204239.937000', '204239.940000', '204239.942000', '204239.949000', '204239.951000', '204239.954000', '204239.956000', '204259.810000', '204259.819000', '204259.821000', '204259.824000', '204259.827000', '204259.829000', '204259.832000', '204259.834000', '204259.837000', '204259.852000', '204259.855000', '204259.857000', '204259.860000', '204259.862000', '204259.866000', '204259.869000', '204259.871000', '204259.874000', '204259.876000', '204259.879000', '204259.881000', '204259.884000', '204259.886000', '204259.891000', '204259.894000', '204259.897000', '204259.899000', '204259.902000', '204259.904000', '204259.907000', '204259.909000', '204259.912000', '204259.914000', '204259.917000', '204259.919000', '204259.922000', '204259.925000', '204259.927000', '204259.930000', '204259.932000', '204259.935000', '204259.937000', '204259.940000', '204319.810000', '204319.813000', '204319.816000', '204319.818000', '204319.821000', '204319.824000', '204319.826000', '204319.829000', '204319.831000', '204319.834000', '204319.836000', '204319.839000', '204319.842000', '204319.844000', '204319.847000', '204319.849000', '204319.852000', '204319.855000', '204319.857000', '204319.860000', '204319.862000', '204319.865000', '204319.867000', '204319.870000', '204319.872000', '204319.875000', '204319.877000', '204319.880000', '204319.882000', '204319.885000', '204319.888000', '204319.890000', '204319.893000', '204319.895000', '204319.898000', '204319.900000', '204319.903000', '204319.905000', '204319.908000', '204319.910000', '204319.913000', '204319.922000', '204319.925000', '204319.927000', '204339.810000', '204339.813000', '204339.816000', '204339.818000', '204339.821000', '204339.823000', '204339.826000', '204339.828000', '204339.831000', '204339.834000', '204339.836000', '204339.839000', '204339.842000', '204339.844000', '204339.847000', '204339.849000', '204339.852000', '204339.854000', '204339.857000', '204339.860000', '204339.862000', '204339.865000', '204339.867000', '204339.870000', '204339.872000', '204339.875000', '204339.878000', '204339.880000', '204339.883000', '204339.885000', '204339.888000', '204339.890000', '204339.893000', '204339.896000', '204339.898000', '204339.901000', '204339.903000', '204339.906000', '204339.908000', '204339.911000', '204339.914000', '204339.916000', '204339.919000', '204359.810000', '204359.813000', '204359.816000', '204359.818000', '204359.821000', '204359.824000', '204359.826000', '204359.829000', '204359.831000', '204359.834000', '204359.837000', '204359.839000', '204359.842000', '204359.844000', '204359.847000', '204359.850000', '204359.852000', '204359.855000', '204359.857000', '204359.860000', '204359.862000', '204359.865000', '204359.867000', '204359.870000', '204359.873000', '204359.875000', '204359.878000', '204359.880000', '204359.883000', '204359.885000', '204359.888000', '204359.891000', '204359.893000', '204359.896000', '204359.898000', '204359.901000', '204359.903000', '204359.906000', '204359.908000', '204359.923000', '204359.926000', '204359.928000', '204359.931000', '204359.933000', '204419.811000', '204419.814000', '204419.817000', '204419.819000', '204419.822000', '204419.825000', '204419.827000', '204419.830000', '204419.832000', '204419.835000', '204419.838000', '204419.840000', '204419.843000', '204419.845000', '204419.848000', '204419.851000', '204419.853000', '204419.856000', '204419.858000', '204419.861000', '204419.863000', '204419.866000', '204419.869000', '204419.871000', '204419.874000', '204419.876000', '204419.879000', '204419.882000', '204419.884000', '204419.887000', '204419.889000', '204419.892000', '204419.894000', '204419.897000', '204419.899000', '204419.902000', '204419.905000', '204419.908000', '204419.911000', '204419.913000', '204419.916000', '204419.919000', '204419.921000', '204439.811000', '204439.814000', '204439.817000', '204439.820000', '204439.822000', '204439.825000', '204439.827000', '204439.830000', '204439.832000', '204439.835000', '204439.838000', '204439.840000', '204439.843000', '204439.846000', '204439.853000', '204439.856000', '204439.859000', '204439.861000', '204439.864000', '204439.867000', '204439.869000', '204439.872000', '204439.875000', '204439.878000', '204439.880000', '204439.883000', '204439.886000', '204439.888000', '204439.891000', '204439.893000', '204439.896000', '204439.898000', '204439.901000', '204439.903000', '204439.906000', '204439.909000', '204439.911000', '204439.915000', '204439.917000', '204439.920000', '204439.922000', '204439.925000', '204439.928000', '204439.930000', '204459.811000', '204459.814000', '204459.816000', '204459.819000', '204459.821000', '204459.824000', '204459.827000', '204459.829000', '204459.832000', '204459.835000', '204459.837000', '204459.840000', '204459.842000', '204459.845000', '204459.848000', '204459.850000', '204459.853000', '204459.855000', '204459.858000', '204459.861000', '204459.864000', '204459.867000', '204459.869000', '204459.872000', '204459.875000', '204459.877000', '204459.880000', '204459.883000', '204459.885000', '204459.888000', '204459.891000', '204459.893000', '204459.896000', '204459.898000', '204459.901000', '204459.904000', '204459.906000', '204459.909000', '204459.912000', '204459.914000', '204459.917000', '204459.920000', '204459.922000', '204519.810000', '204519.813000', '204519.816000', '204519.818000', '204519.821000', '204519.824000', '204519.826000', '204519.829000', '204519.831000', '204519.835000', '204519.837000', '204519.840000', '204519.843000', '204519.845000', '204519.848000', '204519.850000', '204519.853000', '204519.856000', '204519.858000', '204519.861000', '204519.864000', '204519.866000', '204519.869000', '204519.872000', '204519.874000', '204519.877000', '204519.879000', '204519.882000', '204519.885000', '204519.887000', '204519.890000', '204519.892000', '204519.895000', '204519.897000', '204519.900000', '204519.902000', '204519.905000', '204519.908000', '204519.910000', '204519.913000', '204519.916000', '204519.918000', '204519.921000', '204519.923000', '204539.811000', '204539.813000', '204539.816000', '204539.819000', '204539.821000', '204539.824000', '204539.826000', '204539.829000', '204539.832000', '204539.834000', '204539.837000', '204539.839000', '204539.842000', '204539.844000', '204539.847000', '204539.850000', '204539.852000', '204539.855000', '204539.857000', '204539.860000', '204539.863000', '204539.865000', '204539.868000', '204539.870000', '204539.873000', '204539.876000', '204539.878000', '204539.881000', '204539.883000', '204539.886000', '204539.888000', '204539.891000', '204539.894000', '204539.896000', '204539.915000', '204539.918000', '204539.920000', '204539.923000', '204539.925000', '204539.928000', '204539.930000', '204539.933000', '204539.936000', '204559.811000', '204559.813000', '204559.816000', '204559.819000', '204559.821000', '204559.824000', '204559.827000', '204559.829000', '204559.832000', '204559.834000', '204559.837000', '204559.840000', '204559.842000', '204559.845000', '204559.848000', '204559.851000', '204559.853000', '204559.856000', '204559.859000', '204559.861000', '204559.864000', '204559.866000', '204559.869000', '204559.872000', '204559.874000', '204559.877000', '204559.879000', '204559.882000', '204559.885000', '204559.887000', '204559.890000', '204559.893000', '204559.895000', '204559.898000', '204559.900000', '204559.903000', '204559.906000', '204559.908000', '204559.911000', '204559.913000', '204559.916000', '204559.919000', '204559.921000', '204559.924000', '204619.811000', '204619.814000', '204619.816000', '204619.819000', '204619.821000', '204619.824000', '204619.827000', '204619.829000', '204619.832000', '204619.835000', '204619.837000', '204619.840000', '204619.842000', '204619.845000', '204619.848000', '204619.850000', '204619.853000', '204619.855000', '204619.858000', '204619.861000', '204619.863000', '204619.866000', '204619.868000', '204619.871000', '204619.874000', '204619.876000', '204619.879000', '204619.881000', '204619.884000', '204619.887000', '204619.889000', '204619.892000', '204619.894000', '204619.897000', '204619.900000', '204619.902000', '204619.905000', '204619.907000', '204619.910000', '204619.912000', '204619.915000', '204619.918000', '204619.920000', '204639.811000', '204639.814000', '204639.817000', '204639.820000', '204639.822000', '204639.825000', '204639.836000', '204639.838000', '204639.841000', '204639.843000', '204639.846000', '204639.849000', '204639.851000', '204639.854000', '204639.856000', '204639.859000', '204639.862000', '204639.864000', '204639.867000', '204639.870000', '204639.872000', '204639.875000', '204639.877000', '204639.880000', '204639.883000', '204639.885000', '204639.888000', '204639.890000', '204639.893000', '204639.895000', '204639.898000', '204639.901000', '204639.903000', '204639.906000', '204639.908000', '204639.911000', '204639.914000', '204639.916000', '204639.919000', '204639.922000', '204639.924000', '204639.927000', '204639.929000', '204639.932000', '204659.811000', '204659.814000', '204659.817000', '204659.820000', '204659.822000', '204659.825000', '204659.828000', '204659.830000', '204659.833000', '204659.835000', '204659.838000', '204659.841000', '204659.843000', '204659.850000', '204659.853000', '204659.855000', '204659.858000', '204659.861000', '204659.863000', '204659.866000', '204659.868000', '204659.871000', '204659.874000', '204659.876000', '204659.879000', '204659.881000', '204659.884000', '204659.886000', '204659.889000', '204659.892000', '204659.894000', '204659.897000', '204659.899000', '204659.902000', '204659.905000', '204659.907000', '204659.910000', '204659.912000', '204659.915000', '204659.917000', '204659.920000', '204659.923000', '204659.925000', '204719.810000', '204719.813000', '204719.816000', '204719.819000', '204719.821000', '204719.824000', '204719.826000', '204719.829000', '204719.832000', '204719.834000', '204719.837000', '204719.839000', '204719.842000', '204719.845000', '204719.847000', '204719.850000', '204719.867000', '204719.870000', '204719.872000', '204719.875000', '204719.877000', '204719.880000', '204719.883000', '204719.885000', '204719.888000', '204719.890000', '204719.893000', '204719.896000', '204719.898000', '204719.901000', '204719.904000', '204719.906000', '204719.909000', '204719.911000', '204719.914000', '204719.917000', '204719.919000', '204719.922000', '204719.924000', '204719.927000', '204719.930000', '204719.932000', '204719.935000', '204719.937000', '204739.810000', '204739.813000', '204739.816000', '204739.818000', '204739.821000', '204739.824000', '204739.826000', '204739.829000', '204739.831000', '204739.834000', '204739.836000', '204739.839000', '204739.842000', '204739.844000', '204739.847000', '204739.849000', '204739.852000', '204739.855000', '204739.857000', '204739.860000', '204739.862000', '204739.865000', '204739.868000', '204739.870000', '204739.873000', '204739.875000', '204739.878000', '204739.881000', '204739.883000', '204739.886000', '204739.889000', '204739.891000', '204739.894000', '204739.897000', '204739.899000', '204739.902000', '204739.904000', '204739.907000', '204739.910000', '204739.912000', '204739.915000', '204739.917000', '204739.920000', '204759.811000', '204759.814000', '204759.816000', '204759.819000', '204759.821000', '204759.824000', '204759.827000', '204759.829000', '204759.832000', '204759.834000', '204759.837000', '204759.840000', '204759.842000', '204759.845000', '204759.857000', '204759.859000', '204759.862000', '204759.864000', '204759.867000', '204759.870000', '204759.872000', '204759.875000', '204759.877000', '204759.880000', '204759.883000', '204759.885000', '204759.888000', '204759.890000', '204759.893000', '204759.896000', '204759.898000', '204759.901000', '204759.903000', '204759.906000', '204759.909000', '204759.911000', '204759.914000', '204759.917000', '204759.919000', '204759.922000', '204759.924000', '204759.927000', '204759.929000', '204759.932000', '204819.811000', '204819.813000', '204819.816000', '204819.819000', '204819.821000', '204819.824000', '204819.827000', '204819.830000', '204819.832000', '204819.835000', '204819.837000', '204819.840000', '204819.843000', '204819.845000', '204819.848000', '204819.850000', '204819.853000', '204819.856000', '204819.858000', '204819.863000', '204819.865000', '204819.868000', '204819.870000', '204819.873000', '204819.875000', '204819.878000', '204819.881000', '204819.883000', '204819.886000', '204819.889000', '204819.891000', '204819.894000', '204819.896000', '204819.899000', '204819.901000', '204819.904000', '204819.907000', '204819.909000', '204819.912000', '204819.914000', '204819.917000', '204819.920000', '204819.922000', '204839.811000', '204839.813000', '204839.816000', '204839.819000', '204839.821000', '204839.824000', '204839.826000', '204839.829000', '204839.832000', '204839.834000', '204839.837000', '204839.839000', '204839.842000', '204839.845000', '204839.847000', '204839.850000', '204839.853000', '204839.855000', '204839.858000', '204839.860000', '204839.863000', '204839.865000', '204839.868000', '204839.870000', '204839.873000', '204839.876000', '204839.878000', '204839.893000', '204839.896000', '204839.898000', '204839.901000', '204839.904000', '204839.906000', '204839.909000', '204839.911000', '204839.914000', '204839.916000', '204839.919000', '204839.922000', '204839.924000', '204839.927000', '204839.929000', '204839.932000', '204839.935000', '204859.811000', '204859.814000', '204859.817000', '204859.819000', '204859.822000', '204859.825000', '204859.827000', '204859.830000', '204859.832000', '204859.835000', '204859.837000', '204859.840000', '204859.843000', '204859.845000', '204859.848000', '204859.851000', '204859.853000', '204859.856000', '204859.858000', '204859.861000', '204859.863000', '204859.866000', '204859.869000', '204859.871000', '204859.874000', '204859.876000', '204859.879000', '204859.882000', '204859.884000', '204859.887000', '204859.889000', '204859.892000', '204859.894000', '204859.897000', '204859.899000', '204859.902000', '204859.905000', '204859.907000', '204859.910000', '204859.913000', '204859.915000', '204859.918000', '204859.920000', '204907.816000', '204907.819000', '204907.821000', '204907.824000', '204907.826000', '204907.829000', '204907.831000', '204907.834000', '204907.837000', '204907.839000', '204907.842000', '204907.845000', '204907.847000', '204907.850000', '204907.852000', '204907.855000', '204907.857000', '204907.860000'], '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': [11332, 9916, 7800, 7882, 7531, 8088, 7598, 8963, 11769, 12886, 10513, 9459, 7847, 8071, 7542, 8244, 7778, 13692, 8680, 14824, 7261, 9695, 7292, 10663, 7837, 14819, 9889, 12939, 7997, 13176, 8012, 11676, 10760, 8112, 8591, 7497, 8023, 7835, 10568, 7470, 11423, 7371, 9720, 7144, 11650, 9301, 15141, 8330, 12157, 7658, 12463, 8788, 12679, 11589, 8195, 8893, 7334, 9485, 7549, 15228, 8820, 11686, 7550, 10012, 7339, 12367, 9261, 14922, 7837, 12041, 7554, 12318, 8247, 14476, 10148, 11912, 7917, 11867, 7831, 12727, 9734, 14259, 8066, 12506, 7675, 9680, 7802, 9911, 7419, 8805, 7329, 7668, 7426, 8025, 7806, 11329, 7297, 8272, 7458, 8254, 7399, 10670, 10651, 11113, 7643, 8517, 7465, 8866, 7791, 14630, 8410, 11700, 7571, 10836, 7402, 12197, 9058, 14371, 7723, 12972, 7818, 13187, 9487, 11809, 10158, 7591, 7970, 7655, 8846, 7800, 14062, 7793, 9848, 7090, 9225, 7207, 12527, 8485, 14425, 7129, 10392, 7425, 9133, 7583, 10233, 12552, 9260, 7286, 7854, 7809, 7937, 8428, 10162, 7677, 8295, 7673, 7871, 7882, 9836, 7309, 11542, 7282, 9591, 7307, 12401, 9068, 15323, 8288, 11986, 7478, 11279, 7796, 15418, 8086, 9674, 7987, 8360, 7509, 9185, 9678, 8986, 7512, 8109, 7482, 7932, 7969, 10164, 7426, 8100, 7363, 7823, 7215, 9249, 8225, 10964, 7271, 8538, 6993, 9476, 7194, 12700, 7936, 11972, 7169, 10214, 7140, 11266, 8471, 14344, 8314, 10811, 7226, 8524, 7212, 10377, 8197, 10109, 7461, 8198, 7318, 7911, 7068, 8248, 7394, 11105, 7122, 9069, 7173, 10487, 7656, 12875, 10008, 14870, 10948, 13491, 7960, 13556, 9187, 13427, 10374, 15450, 8713, 12669, 7463, 10966, 7468, 12169, 8685, 13272, 7731, 10692, 7892, 11817, 7739, 13262, 8927, 11532, 8051, 10531, 8062, 11976, 9327, 10638, 8757, 8097, 8007, 9987, 9449, 10875, 10262, 7456, 8493, 7432, 8678, 8512, 13427, 8497, 9179, 7677, 8095, 7387, 9110, 7288, 12928, 7554, 11665, 7511, 12181, 8473, 14494, 10587, 12147, 7904, 11224, 8114, 12761, 9548, 12042, 8436, 9623, 7824, 12984, 8196, 12607, 9743, 7434, 7771, 7196, 8228, 7515, 9839, 6979, 10985, 6986, 10965, 7381, 12858, 9500, 14819, 11256, 9211, 8084, 7310, 7926, 7629, 12396, 8516, 13589, 7489, 11570, 7831, 10506, 8546, 12330, 12751, 10757, 10820, 7313, 10005, 6919, 11963, 8140, 13166, 10068, 8330, 14523, 7835, 9169, 7944, 7507, 12667, 9193, 15809, 8286, 13532, 8532, 12553, 10642, 10683, 12589, 7270, 8580, 7500, 11338, 7787, 13226, 10665, 7896, 8392, 7591, 7773, 7517, 12170, 8302, 14959, 7773, 13090, 7918, 13023, 8543, 14507, 11033, 13919, 7910, 12919, 7411, 11788, 8715, 13457, 7549, 11564, 7607, 11588, 7794, 13364, 10454, 10726, 8052, 7606, 8018, 7295, 9411, 7772, 13679, 7544, 12001, 7419, 11902, 7662, 13626, 10305, 14996, 8515, 12543, 8012, 10138, 8150, 8818, 10321, 7848, 8390, 7008, 9687, 7077, 12149, 9047, 15191, 10046, 13504, 7862, 11973, 7583, 12615, 9746, 15046, 9006, 13228, 7730, 11715, 7994, 12601, 8467, 11735, 7738, 10694, 7625, 11334, 8753, 13739, 8712, 12584, 7904, 10585, 8074, 8203, 10110, 7261, 8994, 7126, 9717, 7183, 12185, 8334, 14681, 10629, 14968, 7993, 12878, 7944, 12869, 9218, 15125, 9485, 12837, 7673, 10765, 7388, 10986, 8341, 12092, 7889, 7306, 7733, 7419, 8226, 8544, 11008, 7510, 9199, 7397, 11878, 7630, 15488, 9331, 13313, 7458, 11989, 7380, 12381, 8175, 13453, 7377, 8583, 7613, 8803, 7448, 10202, 7495, 9060, 7206, 8020, 7060, 8076, 7971, 11761, 7042, 10163, 7282, 11270, 7442, 12484, 9652, 14551, 8584, 7943, 8319, 7179, 8509, 7859, 12923, 7368, 11350, 6961, 12102, 8270, 14076, 10263, 13783, 7893, 12767, 7677, 12859, 9418, 11482, 8324, 7215, 8236, 6992, 9103, 6942, 11748, 7256, 11331, 7375, 12756, 8967, 14219, 11489, 12661, 8233, 13107, 7732, 13484, 9954, 13596, 10218, 9850, 8098, 7359, 8019, 7886, 10874, 7383, 10771, 7035, 10751, 7236, 12243, 9591, 13455, 10867, 7673, 8239, 7001, 9269, 8455, 14120, 8549, 11653, 7128, 9948, 6958, 11034, 7677, 13771, 7667, 12333, 7579, 12219, 7794, 13015, 10512, 8076, 8345, 6947, 7923, 6753, 9797, 7922, 14142, 9283, 12911, 7958, 12669, 10018, 11673, 11863, 8117, 9473, 7431, 10553, 8005, 14750, 8578, 13033, 7716, 11904, 7850, 13056, 7598, 14144, 7827, 9959, 7931, 8153, 7965, 7127, 10195, 7109, 10993, 7197, 12436, 9077, 14910, 11746, 13526, 9620, 10670, 8606, 10512, 9196, 9977, 9989, 7573, 8291, 7196, 9649, 7193, 13446, 8866, 13030, 7559, 11903, 8283, 11044, 8956, 9669, 9906, 7413, 8195, 6754, 10219, 7952, 13502, 9425, 8432, 7892, 7124, 8169, 7808, 13396, 7938, 12037, 7065, 10782, 7007, 12629, 8385, 14984, 9992, 13177, 7876, 11498, 7558, 11949, 8975, 14319, 9839, 12791, 7834, 8713, 7774, 8102, 7858, 7857, 8961, 7314, 8095, 6861, 9454, 7208, 12081, 8595, 14951, 9573, 13480, 7719, 13514, 9786, 14344, 10525, 13462, 7798, 11393, 7923, 11640, 9201, 9906, 9361, 7007, 8691, 6932, 11555, 8440, 14171, 10594, 7656, 7924, 7231, 9421, 7321, 14216, 9367, 13786, 7431, 12673, 7686, 13241, 10653, 9929, 8866, 7532, 8278, 6783, 11500, 8935, 15357, 10918, 9553, 7894, 7539, 9769, 7961, 14873, 8318, 9071, 8043, 7455, 12200, 8721, 15345, 8236, 13901, 7660, 14314, 11126, 12459, 11123, 7681, 8700, 7426, 9670, 7650, 14162, 10241, 14150, 7745, 12481, 8104, 12405, 9044, 10440, 10216, 7676, 8664, 7118, 9728, 7181, 12453, 9886, 10502, 9123, 7533, 8599, 7216, 12460, 8679, 15381, 8874, 13503, 8151, 12930, 10770, 11106, 10128, 7741, 8743, 7302, 10756, 8102, 15075, 9004, 10644, 8336, 7650, 9164, 8003, 13932, 7412, 11602, 7408, 12872, 9286, 13725, 10369, 7327, 8062, 7036, 8315, 7842, 13863, 8770, 13825, 7367, 13081, 9229, 8633, 9295, 7653, 14039, 10550, 7950, 12293, 7769, 7163, 9317, 7608, 13701, 12256, 9210, 11228, 7402, 13211, 10437, 12049, 11617, 8264, 9657, 7191, 12018, 8409, 14432], 'WindowCenter': [4212.0, 4174.0, 4128.0, 4124.0, 4111.0, 4110.0, 4109.0, 4130.0, 4149.0, 4159.0, 4138.0, 4127.0, 4106.0, 4095.0, 4094.0, 4105.0, 4095.0, 4157.0, 4117.0, 4170.0, 4098.0, 4127.0, 4086.0, 4135.0, 4096.0, 4167.0, 4127.0, 4158.0, 4107.0, 4156.0, 4107.0, 4147.0, 4138.0, 4107.0, 4117.0, 4095.0, 4107.0, 4097.0, 4137.0, 4097.0, 4148.0, 4098.0, 4127.0, 4087.0, 4147.0, 4130.0, 4181.0, 4120.0, 4159.0, 4097.0, 4147.0, 4117.0, 4157.0, 4148.0, 4106.0, 4105.0, 4085.0, 4115.0, 4084.0, 4167.0, 4104.0, 4135.0, 4082.0, 4112.0, 4072.0, 4134.0, 4114.0, 4156.0, 4083.0, 4132.0, 4082.0, 4134.0, 4093.0, 4153.0, 4125.0, 4132.0, 4093.0, 4132.0, 4084.0, 4143.0, 4115.0, 4155.0, 4094.0, 4143.0, 4083.0, 4112.0, 4082.0, 4111.0, 4070.0, 4102.0, 4082.0, 4081.0, 4081.0, 4092.0, 4083.0, 4136.0, 4082.0, 4104.0, 4084.0, 4093.0, 4083.0, 4125.0, 4124.0, 4136.0, 4094.0, 4103.0, 4081.0, 4105.0, 4085.0, 4167.0, 4107.0, 4146.0, 4095.0, 4136.0, 4095.0, 4146.0, 4117.0, 4166.0, 4097.0, 4155.0, 4096.0, 4155.0, 4126.0, 4147.0, 4126.0, 4095.0, 4096.0, 4096.0, 4117.0, 4096.0, 4169.0, 4097.0, 4127.0, 4086.0, 4116.0, 4085.0, 4147.0, 4106.0, 4167.0, 4085.0, 4125.0, 4085.0, 4115.0, 4094.0, 4125.0, 4145.0, 4114.0, 4084.0, 4093.0, 4094.0, 4094.0, 4104.0, 4127.0, 4094.0, 4106.0, 4094.0, 4094.0, 4095.0, 4125.0, 4086.0, 4147.0, 4086.0, 4116.0, 4084.0, 4146.0, 4116.0, 4167.0, 4096.0, 4134.0, 4083.0, 4134.0, 4082.0, 4155.0, 4082.0, 4103.0, 4082.0, 4091.0, 4070.0, 4102.0, 4103.0, 4102.0, 4071.0, 4081.0, 4071.0, 4081.0, 4080.0, 4124.0, 4071.0, 4082.0, 4082.0, 4083.0, 4082.0, 4102.0, 4094.0, 4135.0, 4085.0, 4104.0, 4072.0, 4114.0, 4073.0, 4144.0, 4094.0, 4146.0, 4075.0, 4125.0, 4087.0, 4135.0, 4105.0, 4167.0, 4107.0, 4134.0, 4084.0, 4103.0, 4082.0, 4124.0, 4095.0, 4125.0, 4083.0, 4093.0, 4083.0, 4093.0, 4072.0, 4105.0, 4083.0, 4136.0, 4086.0, 4116.0, 4087.0, 4136.0, 4108.0, 4157.0, 4128.0, 4180.0, 4139.0, 4157.0, 4107.0, 4156.0, 4115.0, 4155.0, 4126.0, 4167.0, 4104.0, 4143.0, 4083.0, 4124.0, 4083.0, 4132.0, 4104.0, 4144.0, 4082.0, 4123.0, 4092.0, 4132.0, 4083.0, 4142.0, 4105.0, 4134.0, 4095.0, 4123.0, 4094.0, 4145.0, 4118.0, 4137.0, 4106.0, 4095.0, 4095.0, 4125.0, 4115.0, 4135.0, 4127.0, 4083.0, 4104.0, 4082.0, 4104.0, 4103.0, 4157.0, 4105.0, 4114.0, 4082.0, 4092.0, 4082.0, 4103.0, 4084.0, 4146.0, 4084.0, 4134.0, 4084.0, 4144.0, 4105.0, 4155.0, 4136.0, 4145.0, 4094.0, 4134.0, 4094.0, 4145.0, 4126.0, 4145.0, 4105.0, 4115.0, 4083.0, 4144.0, 4094.0, 4143.0, 4115.0, 4084.0, 4094.0, 4084.0, 4105.0, 4084.0, 4126.0, 4087.0, 4147.0, 4086.0, 4137.0, 4096.0, 4157.0, 4130.0, 4168.0, 4148.0, 4129.0, 4107.0, 4097.0, 4106.0, 4107.0, 4160.0, 4120.0, 4169.0, 4098.0, 4160.0, 4109.0, 4149.0, 4119.0, 4159.0, 4171.0, 4150.0, 4149.0, 4097.0, 4138.0, 4086.0, 4146.0, 4107.0, 4157.0, 4128.0, 4108.0, 4169.0, 4098.0, 4128.0, 4106.0, 4085.0, 4157.0, 4118.0, 4178.0, 4107.0, 4158.0, 4105.0, 4146.0, 4126.0, 4126.0, 4146.0, 4086.0, 4104.0, 4084.0, 4133.0, 4095.0, 4155.0, 4138.0, 4095.0, 4105.0, 4094.0, 4093.0, 4084.0, 4145.0, 4105.0, 4167.0, 4095.0, 4144.0, 4094.0, 4156.0, 4104.0, 4154.0, 4149.0, 4156.0, 4094.0, 4142.0, 4081.0, 4132.0, 4104.0, 4143.0, 4093.0, 4132.0, 4083.0, 4133.0, 4082.0, 4154.0, 4125.0, 4134.0, 4093.0, 4094.0, 4095.0, 4083.0, 4115.0, 4094.0, 4156.0, 4096.0, 4146.0, 4085.0, 4133.0, 4095.0, 4154.0, 4126.0, 4166.0, 4104.0, 4144.0, 4093.0, 4125.0, 4095.0, 4104.0, 4126.0, 4094.0, 4105.0, 4084.0, 4115.0, 4073.0, 4145.0, 4105.0, 4166.0, 4126.0, 4155.0, 4093.0, 4133.0, 4083.0, 4143.0, 4127.0, 4165.0, 4103.0, 4142.0, 4081.0, 4132.0, 4091.0, 4132.0, 4093.0, 4132.0, 4081.0, 4122.0, 4081.0, 4133.0, 4105.0, 4153.0, 4104.0, 4145.0, 4093.0, 4123.0, 4094.0, 4104.0, 4126.0, 4096.0, 4118.0, 4087.0, 4127.0, 4087.0, 4158.0, 4108.0, 4169.0, 4138.0, 4168.0, 4107.0, 4157.0, 4096.0, 4144.0, 4115.0, 4166.0, 4114.0, 4145.0, 4083.0, 4122.0, 4084.0, 4124.0, 4096.0, 4144.0, 4094.0, 4085.0, 4094.0, 4096.0, 4106.0, 4117.0, 4139.0, 4097.0, 4116.0, 4085.0, 4147.0, 4095.0, 4168.0, 4115.0, 4155.0, 4084.0, 4133.0, 4083.0, 4145.0, 4092.0, 4144.0, 4081.0, 4091.0, 4080.0, 4101.0, 4070.0, 4111.0, 4070.0, 4101.0, 4080.0, 4081.0, 4072.0, 4092.0, 4093.0, 4134.0, 4072.0, 4124.0, 4083.0, 4133.0, 4083.0, 4145.0, 4115.0, 4155.0, 4106.0, 4095.0, 4105.0, 4085.0, 4106.0, 4105.0, 4158.0, 4085.0, 4137.0, 4085.0, 4145.0, 4105.0, 4155.0, 4126.0, 4156.0, 4094.0, 4144.0, 4094.0, 4144.0, 4115.0, 4135.0, 4105.0, 4082.0, 4093.0, 4073.0, 4104.0, 4085.0, 4146.0, 4085.0, 4136.0, 4085.0, 4156.0, 4117.0, 4157.0, 4148.0, 4158.0, 4107.0, 4155.0, 4095.0, 4155.0, 4126.0, 4156.0, 4125.0, 4126.0, 4096.0, 4084.0, 4105.0, 4107.0, 4147.0, 4097.0, 4149.0, 4099.0, 4148.0, 4099.0, 4160.0, 4141.0, 4170.0, 4150.0, 4109.0, 4118.0, 4088.0, 4128.0, 4109.0, 4170.0, 4118.0, 4148.0, 4086.0, 4125.0, 4085.0, 4136.0, 4096.0, 4157.0, 4096.0, 4156.0, 4096.0, 4146.0, 4096.0, 4157.0, 4137.0, 4105.0, 4106.0, 4086.0, 4106.0, 4087.0, 4139.0, 4108.0, 4169.0, 4130.0, 4159.0, 4108.0, 4160.0, 4130.0, 4148.0, 4149.0, 4096.0, 4116.0, 4085.0, 4126.0, 4095.0, 4168.0, 4105.0, 4146.0, 4083.0, 4133.0, 4092.0, 4145.0, 4082.0, 4155.0, 4083.0, 4124.0, 4095.0, 4094.0, 4105.0, 4085.0, 4138.0, 4087.0, 4148.0, 4087.0, 4157.0, 4119.0, 4169.0, 4149.0, 4157.0, 4128.0, 4136.0, 4106.0, 4126.0, 4115.0, 4116.0, 4125.0, 4084.0, 4094.0, 4073.0, 4114.0, 4085.0, 4156.0, 4117.0, 4156.0, 4095.0, 4145.0, 4107.0, 4135.0, 4116.0, 4127.0, 4127.0, 4085.0, 4105.0, 4075.0, 4126.0, 4107.0, 4158.0, 4127.0, 4107.0, 4106.0, 4087.0, 4107.0, 4097.0, 4169.0, 4107.0, 4147.0, 4086.0, 4136.0, 4085.0, 4146.0, 4107.0, 4167.0, 4126.0, 4157.0, 4096.0, 4134.0, 4094.0, 4134.0, 4105.0, 4156.0, 4126.0, 4145.0, 4095.0, 4104.0, 4095.0, 4105.0, 4107.0, 4106.0, 4129.0, 4098.0, 4108.0, 4089.0, 4129.0, 4099.0, 4160.0, 4119.0, 4181.0, 4128.0, 4158.0, 4097.0, 4157.0, 4128.0, 4167.0, 4138.0, 4156.0, 4096.0, 4136.0, 4096.0, 4146.0, 4127.0, 4127.0, 4116.0, 4086.0, 4116.0, 4087.0, 4148.0, 4118.0, 4168.0, 4150.0, 4108.0, 4109.0, 4098.0, 4129.0, 4100.0, 4170.0, 4130.0, 4169.0, 4098.0, 4159.0, 4110.0, 4159.0, 4139.0, 4128.0, 4118.0, 4097.0, 4107.0, 4089.0, 4148.0, 4119.0, 4179.0, 4150.0, 4128.0, 4108.0, 4097.0, 4138.0, 4109.0, 4180.0, 4119.0, 4119.0, 4108.0, 4098.0, 4159.0, 4119.0, 4180.0, 4108.0, 4169.0, 4097.0, 4168.0, 4148.0, 4159.0, 4148.0, 4097.0, 4116.0, 4095.0, 4126.0, 4096.0, 4168.0, 4137.0, 4167.0, 4097.0, 4147.0, 4095.0, 4156.0, 4116.0, 4125.0, 4126.0, 4095.0, 4116.0, 4086.0, 4127.0, 4087.0, 4159.0, 4139.0, 4139.0, 4129.0, 4108.0, 4117.0, 4098.0, 4158.0, 4118.0, 4179.0, 4118.0, 4157.0, 4107.0, 4157.0, 4137.0, 4138.0, 4127.0, 4095.0, 4105.0, 4085.0, 4136.0, 4096.0, 4167.0, 4116.0, 4137.0, 4106.0, 4095.0, 4116.0, 4108.0, 4168.0, 4097.0, 4147.0, 4097.0, 4157.0, 4128.0, 4157.0, 4137.0, 4097.0, 4106.0, 4085.0, 4106.0, 4106.0, 4168.0, 4117.0, 4168.0, 4096.0, 4168.0, 4128.0, 4117.0, 4127.0, 4108.0, 4180.0, 4153.0, 4120.0, 4160.0, 4108.0, 4087.0, 4128.0, 4109.0, 4172.0, 4172.0, 4131.0, 4150.0, 4099.0, 4169.0, 4140.0, 4159.0, 4150.0, 4107.0, 4127.0, 4087.0, 4147.0, 4107.0, 4167.0], 'WindowWidth': [9348.0, 9278.0, 9206.0, 9191.0, 9170.0, 9164.0, 9159.0, 9188.0, 9210.0, 9224.0, 9193.0, 9178.0, 9149.0, 9133.0, 9131.0, 9145.0, 9132.0, 9217.0, 9164.0, 9236.0, 9139.0, 9177.0, 9123.0, 9186.0, 9135.0, 9230.0, 9179.0, 9219.0, 9152.0, 9212.0, 9150.0, 9203.0, 9192.0, 9150.0, 9164.0, 9133.0, 9150.0, 9137.0, 9191.0, 9137.0, 9206.0, 9141.0, 9178.0, 9125.0, 9203.0, 9185.0, 9252.0, 9172.0, 9221.0, 9137.0, 9202.0, 9163.0, 9217.0, 9206.0, 9146.0, 9144.0, 9116.0, 9155.0, 9116.0, 9230.0, 9141.0, 9183.0, 9109.0, 9146.0, 9096.0, 9177.0, 9153.0, 9209.0, 9110.0, 9174.0, 9108.0, 9176.0, 9124.0, 9202.0, 9169.0, 9175.0, 9124.0, 9175.0, 9113.0, 9189.0, 9156.0, 9208.0, 9127.0, 9189.0, 9111.0, 9146.0, 9109.0, 9144.0, 9090.0, 9135.0, 9109.0, 9107.0, 9106.0, 9122.0, 9112.0, 9185.0, 9111.0, 9142.0, 9115.0, 9126.0, 9114.0, 9169.0, 9167.0, 9184.0, 9131.0, 9141.0, 9108.0, 9143.0, 9116.0, 9229.0, 9150.0, 9201.0, 9131.0, 9183.0, 9134.0, 9201.0, 9165.0, 9227.0, 9137.0, 9212.0, 9135.0, 9210.0, 9175.0, 9202.0, 9173.0, 9132.0, 9135.0, 9134.0, 9163.0, 9137.0, 9237.0, 9139.0, 9177.0, 9123.0, 9160.0, 9120.0, 9202.0, 9149.0, 9228.0, 9119.0, 9169.0, 9116.0, 9158.0, 9129.0, 9171.0, 9198.0, 9154.0, 9116.0, 9126.0, 9128.0, 9128.0, 9141.0, 9175.0, 9128.0, 9146.0, 9129.0, 9130.0, 9131.0, 9171.0, 9122.0, 9202.0, 9121.0, 9160.0, 9119.0, 9199.0, 9160.0, 9230.0, 9133.0, 9180.0, 9112.0, 9179.0, 9108.0, 9211.0, 9107.0, 9135.0, 9108.0, 9119.0, 9090.0, 9133.0, 9136.0, 9134.0, 9091.0, 9106.0, 9092.0, 9106.0, 9103.0, 9166.0, 9094.0, 9109.0, 9108.0, 9113.0, 9109.0, 9135.0, 9127.0, 9182.0, 9116.0, 9139.0, 9097.0, 9153.0, 9100.0, 9194.0, 9130.0, 9198.0, 9105.0, 9169.0, 9123.0, 9183.0, 9144.0, 9229.0, 9150.0, 9182.0, 9114.0, 9139.0, 9109.0, 9167.0, 9127.0, 9168.0, 9112.0, 9124.0, 9111.0, 9126.0, 9098.0, 9143.0, 9115.0, 9188.0, 9121.0, 9162.0, 9125.0, 9187.0, 9155.0, 9217.0, 9182.0, 9251.0, 9197.0, 9217.0, 9152.0, 9213.0, 9160.0, 9211.0, 9173.0, 9229.0, 9141.0, 9191.0, 9112.0, 9165.0, 9112.0, 9173.0, 9141.0, 9193.0, 9109.0, 9163.0, 9122.0, 9174.0, 9113.0, 9187.0, 9144.0, 9181.0, 9130.0, 9166.0, 9131.0, 9198.0, 9165.0, 9189.0, 9146.0, 9131.0, 9132.0, 9172.0, 9158.0, 9186.0, 9174.0, 9114.0, 9140.0, 9112.0, 9142.0, 9140.0, 9216.0, 9142.0, 9155.0, 9112.0, 9122.0, 9111.0, 9139.0, 9115.0, 9198.0, 9116.0, 9180.0, 9116.0, 9195.0, 9146.0, 9210.0, 9187.0, 9196.0, 9129.0, 9181.0, 9130.0, 9196.0, 9174.0, 9195.0, 9144.0, 9156.0, 9114.0, 9194.0, 9128.0, 9191.0, 9158.0, 9115.0, 9130.0, 9116.0, 9146.0, 9118.0, 9175.0, 9126.0, 9205.0, 9124.0, 9190.0, 9138.0, 9217.0, 9184.0, 9233.0, 9207.0, 9180.0, 9152.0, 9139.0, 9150.0, 9152.0, 9224.0, 9171.0, 9237.0, 9143.0, 9225.0, 9159.0, 9210.0, 9172.0, 9222.0, 9241.0, 9212.0, 9210.0, 9141.0, 9194.0, 9123.0, 9199.0, 9151.0, 9215.0, 9179.0, 9153.0, 9237.0, 9141.0, 9180.0, 9149.0, 9120.0, 9215.0, 9167.0, 9246.0, 9149.0, 9217.0, 9145.0, 9199.0, 9174.0, 9171.0, 9200.0, 9118.0, 9140.0, 9115.0, 9179.0, 9132.0, 9208.0, 9193.0, 9132.0, 9145.0, 9129.0, 9126.0, 9116.0, 9195.0, 9144.0, 9228.0, 9130.0, 9195.0, 9129.0, 9211.0, 9143.0, 9206.0, 9209.0, 9213.0, 9129.0, 9187.0, 9109.0, 9173.0, 9140.0, 9190.0, 9127.0, 9176.0, 9112.0, 9176.0, 9111.0, 9207.0, 9171.0, 9181.0, 9129.0, 9127.0, 9132.0, 9113.0, 9157.0, 9130.0, 9215.0, 9134.0, 9198.0, 9117.0, 9178.0, 9130.0, 9205.0, 9172.0, 9225.0, 9142.0, 9195.0, 9127.0, 9169.0, 9131.0, 9141.0, 9174.0, 9129.0, 9145.0, 9116.0, 9156.0, 9102.0, 9195.0, 9144.0, 9227.0, 9172.0, 9209.0, 9126.0, 9176.0, 9112.0, 9191.0, 9176.0, 9222.0, 9137.0, 9187.0, 9107.0, 9173.0, 9121.0, 9173.0, 9123.0, 9173.0, 9109.0, 9161.0, 9108.0, 9177.0, 9143.0, 9204.0, 9141.0, 9198.0, 9127.0, 9164.0, 9129.0, 9142.0, 9174.0, 9135.0, 9166.0, 9126.0, 9178.0, 9126.0, 9220.0, 9154.0, 9235.0, 9194.0, 9233.0, 9151.0, 9214.0, 9134.0, 9194.0, 9158.0, 9226.0, 9153.0, 9193.0, 9111.0, 9161.0, 9115.0, 9164.0, 9131.0, 9193.0, 9128.0, 9119.0, 9130.0, 9134.0, 9148.0, 9165.0, 9195.0, 9137.0, 9161.0, 9121.0, 9202.0, 9134.0, 9232.0, 9157.0, 9209.0, 9116.0, 9179.0, 9115.0, 9194.0, 9123.0, 9193.0, 9107.0, 9118.0, 9104.0, 9131.0, 9090.0, 9145.0, 9092.0, 9133.0, 9106.0, 9106.0, 9097.0, 9123.0, 9126.0, 9181.0, 9098.0, 9167.0, 9113.0, 9177.0, 9115.0, 9194.0, 9157.0, 9210.0, 9146.0, 9132.0, 9145.0, 9119.0, 9148.0, 9147.0, 9219.0, 9120.0, 9188.0, 9119.0, 9197.0, 9146.0, 9209.0, 9174.0, 9212.0, 9129.0, 9193.0, 9128.0, 9194.0, 9159.0, 9183.0, 9145.0, 9111.0, 9127.0, 9101.0, 9143.0, 9118.0, 9200.0, 9120.0, 9187.0, 9121.0, 9214.0, 9164.0, 9214.0, 9205.0, 9216.0, 9149.0, 9209.0, 9133.0, 9210.0, 9173.0, 9213.0, 9172.0, 9172.0, 9134.0, 9117.0, 9146.0, 9150.0, 9205.0, 9140.0, 9209.0, 9146.0, 9209.0, 9147.0, 9228.0, 9204.0, 9240.0, 9214.0, 9158.0, 9169.0, 9128.0, 9181.0, 9155.0, 9239.0, 9167.0, 9206.0, 9123.0, 9172.0, 9121.0, 9186.0, 9134.0, 9215.0, 9134.0, 9214.0, 9138.0, 9201.0, 9135.0, 9215.0, 9191.0, 9146.0, 9147.0, 9123.0, 9149.0, 9126.0, 9196.0, 9156.0, 9237.0, 9186.0, 9224.0, 9157.0, 9225.0, 9185.0, 9206.0, 9209.0, 9134.0, 9160.0, 9119.0, 9173.0, 9133.0, 9232.0, 9145.0, 9199.0, 9113.0, 9181.0, 9126.0, 9195.0, 9111.0, 9209.0, 9112.0, 9167.0, 9132.0, 9130.0, 9146.0, 9120.0, 9193.0, 9126.0, 9206.0, 9127.0, 9218.0, 9170.0, 9233.0, 9210.0, 9218.0, 9178.0, 9186.0, 9147.0, 9173.0, 9156.0, 9157.0, 9170.0, 9114.0, 9128.0, 9099.0, 9155.0, 9119.0, 9212.0, 9164.0, 9213.0, 9133.0, 9198.0, 9149.0, 9186.0, 9161.0, 9176.0, 9176.0, 9120.0, 9144.0, 9106.0, 9173.0, 9152.0, 9219.0, 9179.0, 9152.0, 9150.0, 9125.0, 9151.0, 9138.0, 9235.0, 9152.0, 9204.0, 9123.0, 9187.0, 9120.0, 9200.0, 9150.0, 9227.0, 9174.0, 9215.0, 9134.0, 9181.0, 9131.0, 9180.0, 9143.0, 9210.0, 9174.0, 9195.0, 9131.0, 9143.0, 9132.0, 9148.0, 9151.0, 9151.0, 9184.0, 9142.0, 9156.0, 9132.0, 9184.0, 9146.0, 9225.0, 9171.0, 9253.0, 9181.0, 9219.0, 9138.0, 9216.0, 9179.0, 9227.0, 9191.0, 9213.0, 9134.0, 9186.0, 9134.0, 9202.0, 9179.0, 9176.0, 9162.0, 9124.0, 9162.0, 9125.0, 9206.0, 9170.0, 9234.0, 9213.0, 9156.0, 9158.0, 9143.0, 9183.0, 9146.0, 9237.0, 9186.0, 9237.0, 9142.0, 9223.0, 9161.0, 9221.0, 9196.0, 9181.0, 9166.0, 9140.0, 9152.0, 9130.0, 9207.0, 9170.0, 9250.0, 9211.0, 9182.0, 9153.0, 9141.0, 9195.0, 9157.0, 9254.0, 9171.0, 9170.0, 9154.0, 9142.0, 9224.0, 9171.0, 9252.0, 9155.0, 9236.0, 9139.0, 9234.0, 9208.0, 9221.0, 9207.0, 9138.0, 9163.0, 9134.0, 9174.0, 9136.0, 9229.0, 9192.0, 9229.0, 9136.0, 9202.0, 9132.0, 9212.0, 9162.0, 9170.0, 9174.0, 9133.0, 9162.0, 9124.0, 9177.0, 9129.0, 9223.0, 9199.0, 9198.0, 9185.0, 9156.0, 9166.0, 9142.0, 9219.0, 9167.0, 9249.0, 9167.0, 9218.0, 9151.0, 9217.0, 9192.0, 9193.0, 9176.0, 9133.0, 9144.0, 9120.0, 9187.0, 9135.0, 9230.0, 9162.0, 9190.0, 9148.0, 9133.0, 9163.0, 9154.0, 9234.0, 9138.0, 9205.0, 9138.0, 9216.0, 9180.0, 9215.0, 9191.0, 9139.0, 9150.0, 9120.0, 9149.0, 9149.0, 9233.0, 9166.0, 9233.0, 9138.0, 9232.0, 9181.0, 9166.0, 9179.0, 9155.0, 9252.0, 9224.0, 9176.0, 9227.0, 9157.0, 9127.0, 9183.0, 9160.0, 9244.0, 9247.0, 9189.0, 9215.0, 9146.0, 9236.0, 9201.0, 9222.0, 9212.0, 9152.0, 9179.0, 9125.0, 9201.0, 9150.0, 9230.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.0001621889400921659</td></tr>
<tr><td colspan=3>aqi</td><td>0.015748253341013825</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.417807551407144</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.165534611395617</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.992174281072663</td></tr>
<tr><td colspan=3>efc</td><td>0.4933</td></tr>
<tr><td colspan=3>fber</td><td>3471.8943</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07445374063620921</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.3456221198156682</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.499320908118392</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.576816393109364</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.596753574452207</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.324392756793605</td></tr>
<tr><td colspan=3>gcor</td><td>0.0067712</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0001596294023329392</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021102173253893852</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>3.8825253293694635</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>28.2224</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.8536</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.4598</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>296558.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>862.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>369.088</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6124</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>556.9879</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3299.7435</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3438.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79986.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1169.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4366.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>885.5006</td></tr>
<tr><td colspan=3>tsnr</td><td>43.19815602316521</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>