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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0014_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-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-03_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-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-03_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-0014/ses-04/func/sub-0014_ses-04_task-social_acq-mb8_run-03_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>bdb8c41c4ecfbaf2bcd9ad0951e10da1</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>16:10:27.845000</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_VE11C_LATEST_20160120</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.998139, 0.0506942, 0.0339003, -0.0489917, 0.997582, -0.0492936]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.0937489</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7758, -7264, 525, -85, -68, 56, 47]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.826</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c44b2126-ab8b-4279-afcd-caa1392b3ce6||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6779332160949707, -0.1314411610364914, 0.09805664420127869, 115.45708465576172], [-0.13600872457027435, 2.6764397621154785, -0.1283607929944992, -81.21988677978516], [0.09095215052366257, 0.13225118815898895, 2.6951637268066406, -81.46595001220703], [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': ['161027.845000', '161028.305000', '161028.765000', '161029.225000', '161029.685000', '161030.145000', '161030.605000', '161031.065000', '161031.525000', '161031.985000', '161032.445000', '161032.905000', '161033.365000', '161033.825000', '161034.285000', '161034.745000', '161035.205000', '161035.665000', '161036.125000', '161036.585000', '161037.045000', '161037.505000', '161037.965000', '161038.425000', '161038.885000', '161039.345000', '161039.805000', '161040.265000', '161040.725000', '161041.185000', '161041.645000', '161042.105000', '161042.565000', '161043.025000', '161043.485000', '161043.945000', '161044.405000', '161044.865000', '161045.325000', '161045.785000', '161046.245000', '161046.705000', '161047.165000', '161047.625000', '161048.085000', '161048.545000', '161049.005000', '161049.465000', '161049.925000', '161050.385000', '161050.845000', '161051.305000', '161051.765000', '161052.225000', '161052.685000', '161053.145000', '161053.605000', '161054.065000', '161054.525000', '161054.985000', '161055.445000', '161055.905000', '161056.365000', '161056.825000', '161057.285000', '161057.745000', '161058.205000', '161058.665000', '161059.125000', '161059.585000', '161100.045000', '161100.505000', '161100.965000', '161101.425000', '161101.885000', '161102.345000', '161102.805000', '161103.265000', '161103.725000', '161104.185000', '161104.645000', '161105.105000', '161105.565000', '161106.025000', '161106.485000', '161106.945000', '161107.405000', '161107.865000', '161108.325000', '161108.785000', '161109.245000', '161109.705000', '161110.165000', '161110.625000', '161111.085000', '161111.545000', '161112.005000', '161112.465000', '161112.925000', '161113.385000', '161113.845000', '161114.305000', '161114.765000', '161115.225000', '161115.685000', '161116.145000', '161116.605000', '161117.065000', '161117.525000', '161117.985000', '161118.445000', '161118.905000', '161119.365000', '161119.825000', '161120.285000', '161120.745000', '161121.205000', '161121.665000', '161122.125000', '161122.585000', '161123.045000', '161123.505000', '161123.965000', '161124.425000', '161124.885000', '161125.345000', '161125.805000', '161126.265000', '161126.725000', '161127.185000', '161127.645000', '161128.105000', '161128.565000', '161129.025000', '161129.485000', '161129.945000', '161130.405000', '161130.865000', '161131.325000', '161131.785000', '161132.245000', '161132.705000', '161133.165000', '161133.625000', '161134.085000', '161134.545000', '161135.005000', '161135.465000', '161135.925000', '161136.385000', '161136.845000', '161137.305000', '161137.765000', '161138.225000', '161138.685000', '161139.145000', '161139.605000', '161140.065000', '161140.525000', '161140.985000', '161141.445000', '161141.905000', '161142.365000', '161142.825000', '161143.285000', '161143.745000', '161144.205000', '161144.665000', '161145.125000', '161145.585000', '161146.045000', '161146.505000', '161146.965000', '161147.425000', '161147.885000', '161148.345000', '161148.805000', '161149.265000', '161149.725000', '161150.185000', '161150.645000', '161151.105000', '161151.565000', '161152.025000', '161152.485000', '161152.945000', '161153.405000', '161153.865000', '161154.325000', '161154.785000', '161155.245000', '161155.705000', '161156.165000', '161156.625000', '161157.085000', '161157.545000', '161158.005000', '161158.465000', '161158.925000', '161159.385000', '161159.845000', '161200.305000', '161200.765000', '161201.225000', '161201.685000', '161202.145000', '161202.605000', '161203.065000', '161203.525000', '161203.985000', '161204.445000', '161204.905000', '161205.365000', '161205.825000', '161206.285000', '161206.745000', '161207.205000', '161207.665000', '161208.125000', '161208.585000', '161209.045000', '161209.505000', '161209.965000', '161210.425000', '161210.885000', '161211.345000', '161211.805000', '161212.265000', '161212.725000', '161213.185000', '161213.645000', '161214.105000', '161214.565000', '161215.025000', '161215.485000', '161215.945000', '161216.405000', '161216.865000', '161217.325000', '161217.785000', '161218.245000', '161218.705000', '161219.165000', '161219.625000', '161220.085000', '161220.545000', '161221.005000', '161221.465000', '161221.925000', '161222.385000', '161222.845000', '161223.305000', '161223.765000', '161224.225000', '161224.685000', '161225.145000', '161225.605000', '161226.065000', '161226.525000', '161226.985000', '161227.445000', '161227.905000', '161228.365000', '161228.825000', '161229.285000', '161229.745000', '161230.205000', '161230.665000', '161231.125000', '161231.585000', '161232.045000', '161232.505000', '161232.965000', '161233.425000', '161233.885000', '161234.345000', '161234.805000', '161235.265000', '161235.725000', '161236.185000', '161236.645000', '161237.105000', '161237.565000', '161238.025000', '161238.485000', '161238.945000', '161239.405000', '161239.865000', '161240.325000', '161240.785000', '161241.245000', '161241.705000', '161242.165000', '161242.625000', '161243.085000', '161243.545000', '161244.005000', '161244.465000', '161244.925000', '161245.385000', '161245.845000', '161246.305000', '161246.765000', '161247.225000', '161247.685000', '161248.145000', '161248.605000', '161249.065000', '161249.525000', '161249.985000', '161250.445000', '161250.905000', '161251.365000', '161251.825000', '161252.285000', '161252.745000', '161253.205000', '161253.665000', '161254.125000', '161254.585000', '161255.045000', '161255.505000', '161255.965000', '161256.425000', '161256.885000', '161257.345000', '161257.805000', '161258.265000', '161258.725000', '161259.185000', '161259.645000', '161300.105000', '161300.565000', '161301.025000', '161301.485000', '161301.945000', '161302.405000', '161302.865000', '161303.325000', '161303.785000', '161304.245000', '161304.705000', '161305.165000', '161305.625000', '161306.085000', '161306.545000', '161307.005000', '161307.465000', '161307.925000', '161308.385000', '161308.845000', '161309.305000', '161309.765000', '161310.225000', '161310.685000', '161311.145000', '161311.605000', '161312.065000', '161312.525000', '161312.985000', '161313.445000', '161313.905000', '161314.365000', '161314.825000', '161315.285000', '161315.745000', '161316.205000', '161316.665000', '161317.125000', '161317.585000', '161318.045000', '161318.505000', '161318.965000', '161319.425000', '161319.885000', '161320.345000', '161320.805000', '161321.265000', '161321.725000', '161322.185000', '161322.645000', '161323.105000', '161323.565000', '161324.025000', '161324.485000', '161324.945000', '161325.405000', '161325.865000', '161326.325000', '161326.785000', '161327.245000', '161327.705000', '161328.165000', '161328.625000', '161329.085000', '161329.545000', '161330.005000', '161330.465000', '161330.925000', '161331.385000', '161331.845000', '161332.305000', '161332.765000', '161333.225000', '161333.685000', '161334.145000', '161334.605000', '161335.065000', '161335.525000', '161335.985000', '161336.445000', '161336.905000', '161337.365000', '161337.825000', '161338.285000', '161338.745000', '161339.205000', '161339.665000', '161340.125000', '161340.585000', '161341.045000', '161341.505000', '161341.965000', '161342.425000', '161342.885000', '161343.345000', '161343.805000', '161344.265000', '161344.725000', '161345.185000', '161345.645000', '161346.105000', '161346.565000', '161347.025000', '161347.485000', '161347.945000', '161348.405000', '161348.865000', '161349.325000', '161349.785000', '161350.245000', '161350.705000', '161351.165000', '161351.625000', '161352.085000', '161352.545000', '161353.005000', '161353.465000', '161353.925000', '161354.385000', '161354.845000', '161355.305000', '161355.765000', '161356.225000', '161356.685000', '161357.145000', '161357.605000', '161358.065000', '161358.525000', '161358.985000', '161359.445000', '161359.905000', '161400.365000', '161400.825000', '161401.285000', '161401.745000', '161402.205000', '161402.665000', '161403.125000', '161403.585000', '161404.045000', '161404.505000', '161404.965000', '161405.425000', '161405.885000', '161406.345000', '161406.805000', '161407.265000', '161407.725000', '161408.185000', '161408.645000', '161409.105000', '161409.565000', '161410.025000', '161410.485000', '161410.945000', '161411.405000', '161411.865000', '161412.325000', '161412.785000', '161413.245000', '161413.705000', '161414.165000', '161414.625000', '161415.085000', '161415.545000', '161416.005000', '161416.465000', '161416.925000', '161417.385000', '161417.845000', '161418.305000', '161418.765000', '161419.225000', '161419.685000', '161420.145000', '161420.605000', '161421.065000', '161421.525000', '161421.985000', '161422.445000', '161422.905000', '161423.365000', '161423.825000', '161424.285000', '161424.745000', '161425.205000', '161425.665000', '161426.125000', '161426.585000', '161427.045000', '161427.505000', '161427.965000', '161428.425000', '161428.885000', '161429.345000', '161429.805000', '161430.265000', '161430.725000', '161431.185000', '161431.645000', '161432.105000', '161432.565000', '161433.025000', '161433.485000', '161433.945000', '161434.405000', '161434.865000', '161435.325000', '161435.785000', '161436.245000', '161436.705000', '161437.165000', '161437.625000', '161438.085000', '161438.545000', '161439.005000', '161439.465000', '161439.925000', '161440.385000', '161440.845000', '161441.305000', '161441.765000', '161442.225000', '161442.685000', '161443.145000', '161443.605000', '161444.065000', '161444.525000', '161444.985000', '161445.445000', '161445.905000', '161446.365000', '161446.825000', '161447.285000', '161447.745000', '161448.205000', '161448.665000', '161449.125000', '161449.585000', '161450.045000', '161450.505000', '161450.965000', '161451.425000', '161451.885000', '161452.345000', '161452.805000', '161453.265000', '161453.725000', '161454.185000', '161454.645000', '161455.105000', '161455.565000', '161456.025000', '161456.485000', '161456.945000', '161457.405000', '161457.865000', '161458.325000', '161458.785000', '161459.245000', '161459.705000', '161500.165000', '161500.625000', '161501.085000', '161501.545000', '161502.005000', '161502.465000', '161502.925000', '161503.385000', '161503.845000', '161504.305000', '161504.765000', '161505.225000', '161505.685000', '161506.145000', '161506.605000', '161507.065000', '161507.525000', '161507.985000', '161508.445000', '161508.905000', '161509.365000', '161509.825000', '161510.285000', '161510.745000', '161511.205000', '161511.665000', '161512.125000', '161512.585000', '161513.045000', '161513.505000', '161513.965000', '161514.425000', '161514.885000', '161515.345000', '161515.805000', '161516.265000', '161516.725000', '161517.185000', '161517.645000', '161518.105000', '161518.565000', '161519.025000', '161519.485000', '161519.945000', '161520.405000', '161520.865000', '161521.325000', '161521.785000', '161522.245000', '161522.705000', '161523.165000', '161523.625000', '161524.085000', '161524.545000', '161525.005000', '161525.465000', '161525.925000', '161526.385000', '161526.845000', '161527.305000', '161527.765000', '161528.225000', '161528.685000', '161529.145000', '161529.605000', '161530.065000', '161530.525000', '161530.985000', '161531.445000', '161531.905000', '161532.365000', '161532.825000', '161533.285000', '161533.745000', '161534.205000', '161534.665000', '161535.125000', '161535.585000', '161536.045000', '161536.505000', '161536.965000', '161537.425000', '161537.885000', '161538.345000', '161538.805000', '161539.265000', '161539.725000', '161540.185000', '161540.645000', '161541.105000', '161541.565000', '161542.025000', '161542.485000', '161542.945000', '161543.405000', '161543.865000', '161544.325000', '161544.785000', '161545.245000', '161545.705000', '161546.165000', '161546.625000', '161547.085000', '161547.545000', '161548.005000', '161548.465000', '161548.925000', '161549.385000', '161549.845000', '161550.305000', '161550.765000', '161551.225000', '161551.685000', '161552.145000', '161552.605000', '161553.065000', '161553.525000', '161553.985000', '161554.445000', '161554.905000', '161555.365000', '161555.825000', '161556.285000', '161556.745000', '161557.205000', '161557.665000', '161558.125000', '161558.585000', '161559.045000', '161559.505000', '161559.965000', '161600.425000', '161600.885000', '161601.345000', '161601.805000', '161602.265000', '161602.725000', '161603.185000', '161603.645000', '161604.105000', '161604.565000', '161605.025000', '161605.485000', '161605.945000', '161606.405000', '161606.865000', '161607.325000', '161607.785000', '161608.245000', '161608.705000', '161609.165000', '161609.625000', '161610.085000', '161610.545000', '161611.005000', '161611.465000', '161611.925000', '161612.385000', '161612.845000', '161613.305000', '161613.765000', '161614.225000', '161614.685000', '161615.145000', '161615.605000', '161616.065000', '161616.525000', '161616.985000', '161617.445000', '161617.905000', '161618.365000', '161618.825000', '161619.285000', '161619.745000', '161620.205000', '161620.665000', '161621.125000', '161621.585000', '161622.045000', '161622.505000', '161622.965000', '161623.425000', '161623.885000', '161624.345000', '161624.805000', '161625.265000', '161625.725000', '161626.185000', '161626.645000', '161627.105000', '161627.565000', '161628.025000', '161628.485000', '161628.945000', '161629.405000', '161629.865000', '161630.325000', '161630.785000', '161631.245000', '161631.705000', '161632.165000', '161632.625000', '161633.085000', '161633.545000', '161634.005000', '161634.465000', '161634.925000', '161635.385000', '161635.845000', '161636.305000', '161636.765000', '161637.225000', '161637.685000', '161638.145000', '161638.605000', '161639.065000', '161639.525000', '161639.985000', '161640.445000', '161640.905000', '161641.365000', '161641.825000', '161642.285000', '161642.745000', '161643.205000', '161643.665000', '161644.125000', '161644.585000', '161645.045000', '161645.505000', '161645.965000', '161646.425000', '161646.885000', '161647.345000', '161647.805000', '161648.265000', '161648.725000', '161649.185000', '161649.645000', '161650.105000', '161650.565000', '161651.025000', '161651.485000', '161651.945000', '161652.405000', '161652.865000', '161653.325000', '161653.785000', '161654.245000', '161654.705000', '161655.165000', '161655.625000', '161656.085000', '161656.545000', '161657.005000', '161657.465000', '161657.925000', '161658.385000', '161658.845000', '161659.305000', '161659.765000', '161700.225000', '161700.685000', '161701.145000', '161701.605000', '161702.065000', '161702.525000', '161702.985000', '161703.445000', '161703.905000', '161704.365000', '161704.825000', '161705.285000', '161705.745000', '161706.205000', '161706.665000', '161707.125000', '161707.585000', '161708.045000', '161708.505000'], 'ContentTime': ['161046.315000', '161046.320000', '161046.323000', '161046.326000', '161046.329000', '161046.332000', '161046.335000', '161046.338000', '161046.341000', '161046.343000', '161046.346000', '161046.349000', '161046.352000', '161046.355000', '161046.358000', '161046.360000', '161046.363000', '161046.366000', '161046.369000', '161046.372000', '161046.375000', '161046.377000', '161046.380000', '161046.383000', '161046.386000', '161046.389000', '161046.391000', '161046.394000', '161046.398000', '161046.400000', '161046.403000', '161046.406000', '161046.409000', '161046.412000', '161046.419000', '161046.422000', '161046.425000', '161106.271000', '161106.274000', '161106.277000', '161106.279000', '161106.282000', '161106.285000', '161106.288000', '161106.291000', '161106.293000', '161106.296000', '161106.299000', '161106.302000', '161106.304000', '161106.307000', '161106.310000', '161106.313000', '161106.316000', '161106.318000', '161106.321000', '161106.324000', '161106.327000', '161106.330000', '161106.333000', '161106.335000', '161106.338000', '161106.341000', '161106.344000', '161106.347000', '161106.349000', '161106.352000', '161106.355000', '161106.358000', '161106.361000', '161106.363000', '161106.366000', '161106.369000', '161106.372000', '161106.375000', '161106.378000', '161106.380000', '161106.383000', '161106.386000', '161106.389000', '161106.392000', '161126.271000', '161126.274000', '161126.277000', '161126.280000', '161126.290000', '161126.293000', '161126.295000', '161126.298000', '161126.301000', '161126.304000', '161126.307000', '161126.309000', '161126.312000', '161126.315000', '161126.318000', '161126.322000', '161126.327000', '161126.330000', '161126.333000', '161126.336000', '161126.339000', '161126.342000', '161126.344000', '161126.347000', '161126.350000', '161126.353000', '161126.356000', '161126.358000', '161126.361000', '161126.364000', '161126.367000', '161126.370000', '161126.372000', '161126.375000', '161126.378000', '161126.381000', '161126.384000', '161126.386000', '161126.389000', '161126.392000', '161126.395000', '161126.398000', '161126.400000', '161146.271000', '161146.274000', '161146.277000', '161146.280000', '161146.283000', '161146.285000', '161146.288000', '161146.291000', '161146.294000', '161146.296000', '161146.299000', '161146.302000', '161146.305000', '161146.308000', '161146.311000', '161146.313000', '161146.316000', '161146.319000', '161146.322000', '161146.325000', '161146.328000', '161146.330000', '161146.333000', '161146.336000', '161146.339000', '161146.342000', '161146.344000', '161146.347000', '161146.350000', '161146.353000', '161146.356000', '161146.359000', '161146.361000', '161146.364000', '161146.367000', '161146.370000', '161146.373000', '161146.376000', '161146.378000', '161146.381000', '161146.384000', '161146.387000', '161146.390000', '161146.392000', '161206.271000', '161206.274000', '161206.277000', '161206.279000', '161206.282000', '161206.285000', '161206.288000', '161206.291000', '161206.293000', '161206.296000', '161206.299000', '161206.302000', '161206.305000', '161206.308000', '161206.310000', '161206.328000', '161206.331000', '161206.334000', '161206.337000', '161206.340000', '161206.343000', '161206.345000', '161206.348000', '161206.351000', '161206.354000', '161206.357000', '161206.359000', '161206.362000', '161206.365000', '161206.368000', '161206.371000', '161206.374000', '161206.377000', '161206.380000', '161206.383000', '161206.386000', '161206.388000', '161206.391000', '161206.394000', '161206.397000', '161206.400000', '161206.402000', '161206.405000', '161226.271000', '161226.274000', '161226.277000', '161226.280000', '161226.282000', '161226.285000', '161226.288000', '161226.291000', '161226.294000', '161226.296000', '161226.299000', '161226.302000', '161226.305000', '161226.308000', '161226.311000', '161226.314000', '161226.316000', '161226.319000', '161226.322000', '161226.325000', '161226.328000', '161226.330000', '161226.333000', '161226.336000', '161226.339000', '161226.342000', '161226.345000', '161226.347000', '161226.350000', '161226.353000', '161226.356000', '161226.359000', '161226.362000', '161226.364000', '161226.367000', '161226.370000', '161226.373000', '161226.376000', '161226.379000', '161226.382000', '161226.384000', '161226.387000', '161226.390000', '161226.393000', '161246.271000', '161246.274000', '161246.277000', '161246.280000', '161246.282000', '161246.285000', '161246.288000', '161246.291000', '161246.294000', '161246.297000', '161246.299000', '161246.302000', '161246.306000', '161246.310000', '161246.313000', '161246.315000', '161246.318000', '161246.321000', '161246.324000', '161246.327000', '161246.329000', '161246.332000', '161246.335000', '161246.338000', '161246.341000', '161246.343000', '161246.346000', '161246.349000', '161246.352000', '161246.355000', '161246.358000', '161246.361000', '161246.364000', '161246.366000', '161246.369000', '161246.372000', '161246.375000', '161246.378000', '161246.381000', '161246.383000', '161246.386000', '161246.389000', '161246.392000', '161306.272000', '161306.275000', '161306.278000', '161306.281000', '161306.283000', '161306.286000', '161306.289000', '161306.292000', '161306.295000', '161306.297000', '161306.300000', '161306.303000', '161306.306000', '161306.309000', '161306.312000', '161306.314000', '161306.317000', '161306.320000', '161306.323000', '161306.326000', '161306.329000', '161306.331000', '161306.334000', '161306.337000', '161306.340000', '161306.343000', '161306.345000', '161306.348000', '161306.351000', '161306.354000', '161306.357000', '161306.360000', '161306.363000', '161306.365000', '161306.368000', '161306.371000', '161306.374000', '161306.377000', '161306.379000', '161306.382000', '161306.385000', '161306.388000', '161306.391000', '161306.394000', '161326.271000', '161326.274000', '161326.277000', '161326.280000', '161326.283000', '161326.285000', '161326.288000', '161326.291000', '161326.294000', '161326.297000', '161326.300000', '161326.302000', '161326.305000', '161326.308000', '161326.311000', '161326.314000', '161326.317000', '161326.319000', '161326.322000', '161326.325000', '161326.328000', '161326.331000', '161326.333000', '161326.336000', '161326.339000', '161326.342000', '161326.345000', '161326.348000', '161326.350000', '161326.353000', '161326.356000', '161326.359000', '161326.362000', '161326.365000', '161326.367000', '161326.370000', '161326.373000', '161326.376000', '161326.379000', '161326.382000', '161326.384000', '161326.387000', '161326.390000', '161346.271000', '161346.274000', '161346.277000', '161346.280000', '161346.282000', '161346.285000', '161346.288000', '161346.291000', '161346.294000', '161346.297000', '161346.300000', '161346.319000', '161346.322000', '161346.325000', '161346.328000', '161346.330000', '161346.333000', '161346.336000', '161346.339000', '161346.342000', '161346.344000', '161346.347000', '161346.350000', '161346.353000', '161346.356000', '161346.359000', '161346.362000', '161346.364000', '161346.367000', '161346.370000', '161346.373000', '161346.376000', '161346.379000', '161346.382000', '161346.384000', '161346.387000', '161346.390000', '161346.393000', '161346.396000', '161346.398000', '161346.401000', '161346.404000', '161346.407000', '161346.410000', '161406.271000', '161406.274000', '161406.277000', '161406.280000', '161406.283000', '161406.285000', '161406.288000', '161406.291000', '161406.294000', '161406.297000', '161406.300000', '161406.302000', '161406.313000', '161406.316000', '161406.319000', '161406.322000', '161406.325000', '161406.328000', '161406.331000', '161406.333000', '161406.336000', '161406.339000', '161406.342000', '161406.346000', '161406.349000', '161406.352000', '161406.355000', '161406.358000', '161406.361000', '161406.364000', '161406.367000', '161406.369000', '161406.372000', '161406.375000', '161406.378000', '161406.381000', '161406.384000', '161406.386000', '161406.389000', '161406.392000', '161406.395000', '161406.398000', '161406.401000', '161426.271000', '161426.274000', '161426.277000', '161426.280000', '161426.282000', '161426.285000', '161426.288000', '161426.291000', '161426.294000', '161426.297000', '161426.299000', '161426.302000', '161426.305000', '161426.308000', '161426.311000', '161426.314000', '161426.316000', '161426.319000', '161426.322000', '161426.325000', '161426.328000', '161426.331000', '161426.333000', '161426.336000', '161426.347000', '161426.350000', '161426.352000', '161426.355000', '161426.358000', '161426.361000', '161426.364000', '161426.366000', '161426.369000', '161426.372000', '161426.375000', '161426.378000', '161426.381000', '161426.383000', '161426.386000', '161426.389000', '161426.392000', '161426.395000', '161426.398000', '161426.401000', '161446.271000', '161446.274000', '161446.277000', '161446.280000', '161446.283000', '161446.285000', '161446.288000', '161446.291000', '161446.294000', '161446.297000', '161446.300000', '161446.302000', '161446.305000', '161446.308000', '161446.311000', '161446.314000', '161446.317000', '161446.319000', '161446.322000', '161446.325000', '161446.328000', '161446.331000', '161446.334000', '161446.337000', '161446.339000', '161446.342000', '161446.345000', '161446.348000', '161446.351000', '161446.354000', '161446.356000', '161446.359000', '161446.362000', '161446.365000', '161446.368000', '161446.370000', '161446.373000', '161446.376000', '161446.379000', '161446.382000', '161446.385000', '161446.388000', '161446.390000', '161506.271000', '161506.274000', '161506.277000', '161506.280000', '161506.282000', '161506.285000', '161506.288000', '161506.291000', '161506.294000', '161506.297000', '161506.299000', '161506.302000', '161506.305000', '161506.308000', '161506.311000', '161506.314000', '161506.316000', '161506.319000', '161506.322000', '161506.325000', '161506.328000', '161506.331000', '161506.334000', '161506.336000', '161506.339000', '161506.342000', '161506.345000', '161506.348000', '161506.351000', '161506.353000', '161506.356000', '161506.359000', '161506.369000', '161506.372000', '161506.374000', '161506.377000', '161506.401000', '161506.404000', '161506.407000', '161506.409000', '161506.412000', '161506.415000', '161506.418000', '161506.421000', '161526.272000', '161526.275000', '161526.278000', '161526.281000', '161526.283000', '161526.295000', '161526.298000', '161526.300000', '161526.303000', '161526.306000', '161526.309000', '161526.312000', '161526.315000', '161526.317000', '161526.320000', '161526.323000', '161526.326000', '161526.329000', '161526.331000', '161526.334000', '161526.337000', '161526.340000', '161526.343000', '161526.346000', '161526.349000', '161526.351000', '161526.354000', '161526.357000', '161526.360000', '161526.363000', '161526.366000', '161526.368000', '161526.371000', '161526.374000', '161526.377000', '161526.380000', '161526.384000', '161526.387000', '161526.390000', '161526.393000', '161526.396000', '161526.398000', '161526.401000', '161546.271000', '161546.274000', '161546.277000', '161546.280000', '161546.282000', '161546.285000', '161546.288000', '161546.291000', '161546.294000', '161546.297000', '161546.300000', '161546.302000', '161546.305000', '161546.308000', '161546.311000', '161546.314000', '161546.317000', '161546.320000', '161546.322000', '161546.325000', '161546.328000', '161546.331000', '161546.334000', '161546.337000', '161546.340000', '161546.342000', '161546.345000', '161546.348000', '161546.351000', '161546.354000', '161546.357000', '161546.360000', '161546.363000', '161546.365000', '161546.368000', '161546.371000', '161546.374000', '161546.377000', '161546.380000', '161546.383000', '161546.385000', '161546.388000', '161546.391000', '161546.394000', '161606.271000', '161606.274000', '161606.277000', '161606.280000', '161606.283000', '161606.285000', '161606.288000', '161606.291000', '161606.294000', '161606.297000', '161606.300000', '161606.302000', '161606.305000', '161606.316000', '161606.318000', '161606.321000', '161606.324000', '161606.327000', '161606.330000', '161606.333000', '161606.336000', '161606.338000', '161606.341000', '161606.344000', '161606.347000', '161606.350000', '161606.353000', '161606.355000', '161606.358000', '161606.361000', '161606.364000', '161606.367000', '161606.370000', '161606.373000', '161606.375000', '161606.378000', '161606.381000', '161606.384000', '161606.387000', '161606.390000', '161606.393000', '161606.395000', '161606.398000', '161626.271000', '161626.274000', '161626.277000', '161626.280000', '161626.282000', '161626.285000', '161626.288000', '161626.291000', '161626.296000', '161626.299000', '161626.301000', '161626.304000', '161626.307000', '161626.310000', '161626.313000', '161626.316000', '161626.319000', '161626.321000', '161626.324000', '161626.327000', '161626.330000', '161626.333000', '161626.336000', '161626.339000', '161626.341000', '161626.344000', '161626.347000', '161626.350000', '161626.353000', '161626.356000', '161626.358000', '161626.361000', '161626.364000', '161626.367000', '161626.370000', '161626.373000', '161626.375000', '161626.378000', '161626.381000', '161626.384000', '161626.387000', '161626.390000', '161626.392000', '161626.395000', '161646.271000', '161646.274000', '161646.277000', '161646.294000', '161646.297000', '161646.300000', '161646.303000', '161646.306000', '161646.309000', '161646.311000', '161646.314000', '161646.317000', '161646.320000', '161646.323000', '161646.325000', '161646.328000', '161646.331000', '161646.334000', '161646.337000', '161646.340000', '161646.343000', '161646.345000', '161646.348000', '161646.351000', '161646.354000', '161646.357000', '161646.360000', '161646.363000', '161646.366000', '161646.369000', '161646.371000', '161646.374000', '161646.377000', '161646.380000', '161646.383000', '161646.386000', '161646.389000', '161646.391000', '161646.394000', '161646.397000', '161646.400000', '161646.403000', '161646.406000', '161706.271000', '161706.274000', '161706.277000', '161706.280000', '161706.283000', '161706.286000', '161706.289000', '161706.292000', '161706.295000', '161706.297000', '161706.309000', '161706.312000', '161706.315000', '161706.317000', '161706.320000', '161706.323000', '161706.326000', '161706.329000', '161706.332000', '161706.334000', '161706.337000', '161706.340000', '161706.343000', '161706.346000', '161706.348000', '161706.351000', '161706.354000', '161706.357000', '161706.360000', '161706.363000', '161706.365000', '161706.368000', '161706.371000', '161706.374000', '161706.377000', '161706.380000', '161706.382000', '161706.386000', '161706.389000', '161706.392000', '161706.395000', '161706.398000', '161706.401000', '161710.008000', '161710.012000', '161710.015000', '161710.018000', '161710.021000', '161710.024000', '161710.027000', '161710.030000', '161710.033000'], 'InstanceCreationTime': ['161046.315000', '161046.320000', '161046.323000', '161046.326000', '161046.329000', '161046.332000', '161046.335000', '161046.338000', '161046.341000', '161046.343000', '161046.346000', '161046.349000', '161046.352000', '161046.355000', '161046.358000', '161046.360000', '161046.363000', '161046.366000', '161046.369000', '161046.372000', '161046.375000', '161046.377000', '161046.380000', '161046.383000', '161046.386000', '161046.389000', '161046.391000', '161046.394000', '161046.398000', '161046.400000', '161046.403000', '161046.406000', '161046.409000', '161046.412000', '161046.419000', '161046.422000', '161046.425000', '161106.271000', '161106.274000', '161106.277000', '161106.279000', '161106.282000', '161106.285000', '161106.288000', '161106.291000', '161106.293000', '161106.296000', '161106.299000', '161106.302000', '161106.304000', '161106.307000', '161106.310000', '161106.313000', '161106.316000', '161106.318000', '161106.321000', '161106.324000', '161106.327000', '161106.330000', '161106.333000', '161106.335000', '161106.338000', '161106.341000', '161106.344000', '161106.347000', '161106.349000', '161106.352000', '161106.355000', '161106.358000', '161106.361000', '161106.363000', '161106.366000', '161106.369000', '161106.372000', '161106.375000', '161106.378000', '161106.380000', '161106.383000', '161106.386000', '161106.389000', '161106.392000', '161126.271000', '161126.274000', '161126.277000', '161126.280000', '161126.290000', '161126.293000', '161126.295000', '161126.298000', '161126.301000', '161126.304000', '161126.307000', '161126.309000', '161126.312000', '161126.315000', '161126.318000', '161126.322000', '161126.327000', '161126.330000', '161126.333000', '161126.336000', '161126.339000', '161126.342000', '161126.344000', '161126.347000', '161126.350000', '161126.353000', '161126.356000', '161126.358000', '161126.361000', '161126.364000', '161126.367000', '161126.370000', '161126.372000', '161126.375000', '161126.378000', '161126.381000', '161126.384000', '161126.386000', '161126.389000', '161126.392000', '161126.395000', '161126.398000', '161126.400000', '161146.271000', '161146.274000', '161146.277000', '161146.280000', '161146.283000', '161146.285000', '161146.288000', '161146.291000', '161146.294000', '161146.296000', '161146.299000', '161146.302000', '161146.305000', '161146.308000', '161146.311000', '161146.313000', '161146.316000', '161146.319000', '161146.322000', '161146.325000', '161146.328000', '161146.330000', '161146.333000', '161146.336000', '161146.339000', '161146.342000', '161146.344000', '161146.347000', '161146.350000', '161146.353000', '161146.356000', '161146.359000', '161146.361000', '161146.364000', '161146.367000', '161146.370000', '161146.373000', '161146.376000', '161146.378000', '161146.381000', '161146.384000', '161146.387000', '161146.390000', '161146.392000', '161206.271000', '161206.274000', '161206.277000', '161206.279000', '161206.282000', '161206.285000', '161206.288000', '161206.291000', '161206.293000', '161206.296000', '161206.299000', '161206.302000', '161206.305000', '161206.308000', '161206.310000', '161206.328000', '161206.331000', '161206.334000', '161206.337000', '161206.340000', '161206.343000', '161206.345000', '161206.348000', '161206.351000', '161206.354000', '161206.357000', '161206.359000', '161206.362000', '161206.365000', '161206.368000', '161206.371000', '161206.374000', '161206.377000', '161206.380000', '161206.383000', '161206.386000', '161206.388000', '161206.391000', '161206.394000', '161206.397000', '161206.400000', '161206.402000', '161206.405000', '161226.271000', '161226.274000', '161226.277000', '161226.280000', '161226.282000', '161226.285000', '161226.288000', '161226.291000', '161226.294000', '161226.296000', '161226.299000', '161226.302000', '161226.305000', '161226.308000', '161226.311000', '161226.314000', '161226.316000', '161226.319000', '161226.322000', '161226.325000', '161226.328000', '161226.330000', '161226.333000', '161226.336000', '161226.339000', '161226.342000', '161226.345000', '161226.347000', '161226.350000', '161226.353000', '161226.356000', '161226.359000', '161226.362000', '161226.364000', '161226.367000', '161226.370000', '161226.373000', '161226.376000', '161226.379000', '161226.382000', '161226.384000', '161226.387000', '161226.390000', '161226.393000', '161246.271000', '161246.274000', '161246.277000', '161246.280000', '161246.282000', '161246.285000', '161246.288000', '161246.291000', '161246.294000', '161246.297000', '161246.299000', '161246.302000', '161246.306000', '161246.310000', '161246.313000', '161246.315000', '161246.318000', '161246.321000', '161246.324000', '161246.327000', '161246.329000', '161246.332000', '161246.335000', '161246.338000', '161246.341000', '161246.343000', '161246.346000', '161246.349000', '161246.352000', '161246.355000', '161246.358000', '161246.361000', '161246.364000', '161246.366000', '161246.369000', '161246.372000', '161246.375000', '161246.378000', '161246.381000', '161246.383000', '161246.386000', '161246.389000', '161246.392000', '161306.272000', '161306.275000', '161306.278000', '161306.281000', '161306.283000', '161306.286000', '161306.289000', '161306.292000', '161306.295000', '161306.297000', '161306.300000', '161306.303000', '161306.306000', '161306.309000', '161306.312000', '161306.314000', '161306.317000', '161306.320000', '161306.323000', '161306.326000', '161306.329000', '161306.331000', '161306.334000', '161306.337000', '161306.340000', '161306.343000', '161306.345000', '161306.348000', '161306.351000', '161306.354000', '161306.357000', '161306.360000', '161306.363000', '161306.365000', '161306.368000', '161306.371000', '161306.374000', '161306.377000', '161306.379000', '161306.382000', '161306.385000', '161306.388000', '161306.391000', '161306.394000', '161326.271000', '161326.274000', '161326.277000', '161326.280000', '161326.283000', '161326.285000', '161326.288000', '161326.291000', '161326.294000', '161326.297000', '161326.300000', '161326.302000', '161326.305000', '161326.308000', '161326.311000', '161326.314000', '161326.317000', '161326.319000', '161326.322000', '161326.325000', '161326.328000', '161326.331000', '161326.333000', '161326.336000', '161326.339000', '161326.342000', '161326.345000', '161326.348000', '161326.350000', '161326.353000', '161326.356000', '161326.359000', '161326.362000', '161326.365000', '161326.367000', '161326.370000', '161326.373000', '161326.376000', '161326.379000', '161326.382000', '161326.384000', '161326.387000', '161326.390000', '161346.271000', '161346.274000', '161346.277000', '161346.280000', '161346.282000', '161346.285000', '161346.288000', '161346.291000', '161346.294000', '161346.297000', '161346.300000', '161346.319000', '161346.322000', '161346.325000', '161346.328000', '161346.330000', '161346.333000', '161346.336000', '161346.339000', '161346.342000', '161346.344000', '161346.347000', '161346.350000', '161346.353000', '161346.356000', '161346.359000', '161346.362000', '161346.364000', '161346.367000', '161346.370000', '161346.373000', '161346.376000', '161346.379000', '161346.382000', '161346.384000', '161346.387000', '161346.390000', '161346.393000', '161346.396000', '161346.398000', '161346.401000', '161346.404000', '161346.407000', '161346.410000', '161406.271000', '161406.274000', '161406.277000', '161406.280000', '161406.283000', '161406.285000', '161406.288000', '161406.291000', '161406.294000', '161406.297000', '161406.300000', '161406.302000', '161406.313000', '161406.316000', '161406.319000', '161406.322000', '161406.325000', '161406.328000', '161406.331000', '161406.333000', '161406.336000', '161406.339000', '161406.342000', '161406.346000', '161406.349000', '161406.352000', '161406.355000', '161406.358000', '161406.361000', '161406.364000', '161406.367000', '161406.369000', '161406.372000', '161406.375000', '161406.378000', '161406.381000', '161406.384000', '161406.386000', '161406.389000', '161406.392000', '161406.395000', '161406.398000', '161406.401000', '161426.271000', '161426.274000', '161426.277000', '161426.280000', '161426.282000', '161426.285000', '161426.288000', '161426.291000', '161426.294000', '161426.297000', '161426.299000', '161426.302000', '161426.305000', '161426.308000', '161426.311000', '161426.314000', '161426.316000', '161426.319000', '161426.322000', '161426.325000', '161426.328000', '161426.331000', '161426.333000', '161426.336000', '161426.347000', '161426.350000', '161426.352000', '161426.355000', '161426.358000', '161426.361000', '161426.364000', '161426.366000', '161426.369000', '161426.372000', '161426.375000', '161426.378000', '161426.381000', '161426.383000', '161426.386000', '161426.389000', '161426.392000', '161426.395000', '161426.398000', '161426.401000', '161446.271000', '161446.274000', '161446.277000', '161446.280000', '161446.283000', '161446.285000', '161446.288000', '161446.291000', '161446.294000', '161446.297000', '161446.300000', '161446.302000', '161446.305000', '161446.308000', '161446.311000', '161446.314000', '161446.317000', '161446.319000', '161446.322000', '161446.325000', '161446.328000', '161446.331000', '161446.334000', '161446.337000', '161446.339000', '161446.342000', '161446.345000', '161446.348000', '161446.351000', '161446.354000', '161446.356000', '161446.359000', '161446.362000', '161446.365000', '161446.368000', '161446.370000', '161446.373000', '161446.376000', '161446.379000', '161446.382000', '161446.385000', '161446.388000', '161446.390000', '161506.271000', '161506.274000', '161506.277000', '161506.280000', '161506.282000', '161506.285000', '161506.288000', '161506.291000', '161506.294000', '161506.297000', '161506.299000', '161506.302000', '161506.305000', '161506.308000', '161506.311000', '161506.314000', '161506.316000', '161506.319000', '161506.322000', '161506.325000', '161506.328000', '161506.331000', '161506.334000', '161506.336000', '161506.339000', '161506.342000', '161506.345000', '161506.348000', '161506.351000', '161506.353000', '161506.356000', '161506.359000', '161506.369000', '161506.372000', '161506.374000', '161506.377000', '161506.401000', '161506.404000', '161506.407000', '161506.409000', '161506.412000', '161506.415000', '161506.418000', '161506.421000', '161526.272000', '161526.275000', '161526.278000', '161526.281000', '161526.283000', '161526.295000', '161526.298000', '161526.300000', '161526.303000', '161526.306000', '161526.309000', '161526.312000', '161526.315000', '161526.317000', '161526.320000', '161526.323000', '161526.326000', '161526.329000', '161526.331000', '161526.334000', '161526.337000', '161526.340000', '161526.343000', '161526.346000', '161526.349000', '161526.351000', '161526.354000', '161526.357000', '161526.360000', '161526.363000', '161526.366000', '161526.368000', '161526.371000', '161526.374000', '161526.377000', '161526.380000', '161526.384000', '161526.387000', '161526.390000', '161526.393000', '161526.396000', '161526.398000', '161526.401000', '161546.271000', '161546.274000', '161546.277000', '161546.280000', '161546.282000', '161546.285000', '161546.288000', '161546.291000', '161546.294000', '161546.297000', '161546.300000', '161546.302000', '161546.305000', '161546.308000', '161546.311000', '161546.314000', '161546.317000', '161546.320000', '161546.322000', '161546.325000', '161546.328000', '161546.331000', '161546.334000', '161546.337000', '161546.340000', '161546.342000', '161546.345000', '161546.348000', '161546.351000', '161546.354000', '161546.357000', '161546.360000', '161546.363000', '161546.365000', '161546.368000', '161546.371000', '161546.374000', '161546.377000', '161546.380000', '161546.383000', '161546.385000', '161546.388000', '161546.391000', '161546.394000', '161606.271000', '161606.274000', '161606.277000', '161606.280000', '161606.283000', '161606.285000', '161606.288000', '161606.291000', '161606.294000', '161606.297000', '161606.300000', '161606.302000', '161606.305000', '161606.316000', '161606.318000', '161606.321000', '161606.324000', '161606.327000', '161606.330000', '161606.333000', '161606.336000', '161606.338000', '161606.341000', '161606.344000', '161606.347000', '161606.350000', '161606.353000', '161606.355000', '161606.358000', '161606.361000', '161606.364000', '161606.367000', '161606.370000', '161606.373000', '161606.375000', '161606.378000', '161606.381000', '161606.384000', '161606.387000', '161606.390000', '161606.393000', '161606.395000', '161606.398000', '161626.271000', '161626.274000', '161626.277000', '161626.280000', '161626.282000', '161626.285000', '161626.288000', '161626.291000', '161626.296000', '161626.299000', '161626.301000', '161626.304000', '161626.307000', '161626.310000', '161626.313000', '161626.316000', '161626.319000', '161626.321000', '161626.324000', '161626.327000', '161626.330000', '161626.333000', '161626.336000', '161626.339000', '161626.341000', '161626.344000', '161626.347000', '161626.350000', '161626.353000', '161626.356000', '161626.358000', '161626.361000', '161626.364000', '161626.367000', '161626.370000', '161626.373000', '161626.375000', '161626.378000', '161626.381000', '161626.384000', '161626.387000', '161626.390000', '161626.392000', '161626.395000', '161646.271000', '161646.274000', '161646.277000', '161646.294000', '161646.297000', '161646.300000', '161646.303000', '161646.306000', '161646.309000', '161646.311000', '161646.314000', '161646.317000', '161646.320000', '161646.323000', '161646.325000', '161646.328000', '161646.331000', '161646.334000', '161646.337000', '161646.340000', '161646.343000', '161646.345000', '161646.348000', '161646.351000', '161646.354000', '161646.357000', '161646.360000', '161646.363000', '161646.366000', '161646.369000', '161646.371000', '161646.374000', '161646.377000', '161646.380000', '161646.383000', '161646.386000', '161646.389000', '161646.391000', '161646.394000', '161646.397000', '161646.400000', '161646.403000', '161646.406000', '161706.271000', '161706.274000', '161706.277000', '161706.280000', '161706.283000', '161706.286000', '161706.289000', '161706.292000', '161706.295000', '161706.297000', '161706.309000', '161706.312000', '161706.315000', '161706.317000', '161706.320000', '161706.323000', '161706.326000', '161706.329000', '161706.332000', '161706.334000', '161706.337000', '161706.340000', '161706.343000', '161706.346000', '161706.348000', '161706.351000', '161706.354000', '161706.357000', '161706.360000', '161706.363000', '161706.365000', '161706.368000', '161706.371000', '161706.374000', '161706.377000', '161706.380000', '161706.382000', '161706.386000', '161706.389000', '161706.392000', '161706.395000', '161706.398000', '161706.401000', '161710.008000', '161710.012000', '161710.015000', '161710.018000', '161710.021000', '161710.024000', '161710.027000', '161710.030000', '161710.033000'], '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': [10111, 11468, 9554, 12159, 9572, 15621, 11300, 11823, 10008, 9048, 10056, 10179, 9911, 16061, 11963, 13543, 9854, 8347, 10040, 8620, 10251, 8582, 10987, 10680, 10672, 9646, 9858, 10573, 10086, 10202, 10946, 10297, 10175, 10198, 10153, 9715, 9619, 9987, 8318, 10046, 9677, 9787, 10427, 10961, 10238, 11986, 10249, 12250, 10326, 10384, 10120, 10584, 10150, 11605, 10104, 11535, 9754, 9310, 10224, 8044, 10323, 8562, 10151, 9602, 10029, 9322, 10716, 10566, 11567, 10267, 14188, 10289, 11557, 10371, 10729, 9868, 11951, 10072, 10130, 10060, 9403, 9842, 10660, 11339, 10259, 11246, 10493, 10010, 10397, 10098, 10522, 12174, 9695, 10923, 9988, 7900, 10182, 8012, 10383, 10086, 11915, 9997, 10635, 9483, 9975, 10153, 11247, 10352, 12424, 10026, 10511, 10175, 10570, 9615, 10994, 10066, 8450, 10000, 9928, 10247, 10342, 11338, 10175, 14167, 10233, 12638, 10248, 11071, 9833, 10494, 9887, 10647, 10023, 10151, 9996, 10184, 9780, 10050, 9685, 10155, 8312, 10069, 9834, 9908, 10379, 10947, 10221, 13165, 10366, 13376, 10166, 11117, 9819, 8891, 10200, 10788, 12505, 9771, 11591, 10337, 10233, 9741, 10200, 10120, 10852, 10134, 7932, 10128, 9081, 10014, 9478, 11319, 10140, 12173, 10229, 10994, 9799, 10268, 10028, 9803, 10222, 9585, 10106, 10518, 10095, 10555, 10826, 9898, 11749, 10042, 9141, 9900, 9836, 10032, 10444, 12424, 10146, 12376, 10001, 10184, 10361, 9976, 10115, 10778, 10278, 10228, 9965, 10538, 9770, 10139, 10070, 10251, 11976, 10250, 11897, 9917, 10039, 10593, 9900, 10292, 10898, 10154, 12929, 10080, 8792, 10080, 9766, 10060, 9853, 12032, 10274, 11876, 10146, 10465, 9696, 10954, 9825, 13734, 9889, 11222, 10040, 9070, 10318, 8416, 10210, 9854, 10877, 10531, 10470, 10278, 10740, 10217, 13355, 9822, 10096, 10079, 10268, 10093, 10317, 11592, 10585, 13325, 9835, 11685, 9974, 8821, 10031, 10684, 10847, 9876, 10059, 10435, 9970, 10076, 10374, 9765, 12201, 10086, 7928, 10004, 9269, 10037, 9730, 13003, 10374, 13299, 10072, 11400, 9862, 9713, 10207, 9472, 10131, 9561, 10066, 10264, 10228, 10546, 11054, 9772, 12684, 9890, 8435, 10169, 9531, 10117, 9956, 11334, 10243, 10456, 10263, 10481, 10508, 11051, 10093, 13008, 9603, 8473, 9972, 9455, 10005, 10424, 12244, 10137, 10981, 10228, 10309, 9953, 10276, 9938, 10994, 10149, 10183, 10016, 9932, 9904, 10373, 10249, 10788, 12928, 10177, 12590, 9608, 9607, 9578, 9884, 9876, 10778, 9528, 9988, 9322, 9802, 9672, 9839, 9846, 11245, 10025, 10791, 10118, 10118, 10411, 10507, 10700, 12276, 9800, 8551, 9845, 9430, 9909, 9222, 10361, 10493, 12756, 10321, 11828, 9669, 10507, 9782, 10186, 10117, 9310, 10847, 9221, 10144, 10064, 10457, 10503, 13001, 9652, 13754, 9955, 8759, 9838, 8155, 10183, 10394, 11322, 10615, 10171, 10357, 10339, 9795, 11280, 10039, 9503, 9908, 9305, 9656, 10433, 11047, 10132, 12840, 9677, 8237, 9929, 9343, 10222, 10198, 12773, 10128, 11304, 9586, 10948, 9958, 10706, 10208, 10383, 10412, 9716, 10218, 10262, 11095, 9912, 10296, 9894, 9822, 9743, 10049, 9977, 9950, 11552, 9982, 10452, 9860, 10276, 9634, 10478, 10534, 9933, 9686, 9612, 10118, 9955, 9504, 9576, 10195, 10168, 9902, 10145, 10318, 10282, 11430, 10393, 13580, 10660, 12676, 9570, 9727, 10156, 10195, 11089, 9590, 10406, 10220, 9672, 9945, 10508, 10000, 9563, 9849, 9578, 9709, 10310, 10182, 10071, 11948, 10058, 9764, 9580, 9808, 10064, 10296, 11165, 9706, 11206, 9840, 9340, 9712, 10145, 10581, 9812, 10182, 10104, 9753, 9519, 10112, 9942, 9596, 9996, 10190, 9558, 10635, 10236, 10467, 9449, 10017, 9987, 9568, 12728, 10124, 11147, 9674, 9404, 10292, 9937, 12425, 10134, 10952, 9538, 9413, 10158, 10029, 11451, 10222, 10885, 9521, 9178, 10260, 9987, 10974, 9666, 11108, 10116, 10787, 9725, 11711, 10004, 9766, 9775, 9818, 9550, 9972, 10084, 9833, 10196, 9512, 9642, 10099, 9978, 10331, 9767, 12513, 9642, 13125, 9590, 10222, 9459, 9391, 12171, 9372, 13554, 9688, 11258, 9911, 10422, 10125, 12422, 9704, 13314, 9435, 9665, 9651, 8195, 9877, 9441, 11058, 9467, 10289, 9873, 10069, 10095, 10230, 9874, 12759, 9720, 11926, 9340, 10404, 9610, 8794, 10046, 8009, 10190, 9712, 9587, 9724, 9465, 10164, 10887, 9593, 11520, 9733, 10203, 9592, 9465, 9770, 10233, 12288, 9577, 10261, 9951, 9520, 10060, 9594, 9898, 10437, 10235, 10527, 9921, 8788, 9679, 10189, 10618, 9615, 8488, 9928, 8981, 13864, 9209, 14684, 9975, 11845, 10177, 10933, 10472, 13594, 10131, 13985, 9454, 8167, 9894, 8464, 10033, 10454, 11211, 9948, 10484, 10056, 9931, 9746, 8367, 10116, 9824, 10510, 10028, 10231, 10369, 10543, 10455, 13532, 10766, 14590, 9694, 12209, 9566, 11414, 9617, 12587, 9607, 10581, 9716, 9473, 9775, 10018, 10104, 10102, 10938, 9507, 9573, 9418, 9525, 9345, 9965, 9877, 10885, 10095, 10078, 10353, 9843, 10376, 9416, 10117, 11115, 9654, 9879, 9847, 9171, 9653, 10526, 10818, 10402, 12660, 9450, 12410, 9610, 13092, 9611, 13938, 10896, 15472, 10507, 10761, 9835, 10207, 9717, 10268, 10272, 10218, 12120, 9435, 10011, 9752, 9832, 9805, 10748, 9895, 9744, 12855, 10076, 10028, 9582, 8536, 9896, 9856, 11767, 10374, 10904, 9544, 9354, 9756, 8649, 10654, 9632, 12753, 10104, 11140, 9472, 9690, 9895, 10507, 9862, 9868, 10301, 10122, 10823, 9830, 9624, 9733, 9477, 9947, 10392, 10536, 9931, 12271, 9753, 9540, 9879, 10227, 10525, 9635, 11649, 9971, 9647, 10362, 9866, 10524, 10038, 11850, 9673, 8624, 9605, 9370, 10033, 9639, 10827, 10185, 12086, 9663, 8187, 9665, 9231, 9601, 9383, 10574, 9528, 12392, 9847, 10717, 10054, 10447, 9621, 12279, 9828, 9631, 9635, 8848, 9402, 9681, 10904, 10079, 14278, 10029, 13028, 9490, 10476, 9760, 8229, 9970, 10286, 10158, 9621, 9358, 9645, 9653, 10196, 10887, 10045, 11176, 9420, 10164, 9243, 8667, 9933, 9653, 9456, 9482, 9906, 9935, 10614, 9603, 13449, 10012, 11762, 9605, 10615, 9595, 10416, 9845, 10871, 12330, 9958, 10605, 9822, 10204, 9951, 9996, 9568, 10578, 10002, 10326, 9681, 10066], 'WindowCenter': [4178.0, 4172.0, 4139.0, 4167.0, 4137.0, 4173.0, 4143.0, 4139.0, 4119.0, 4095.0, 4105.0, 4114.0, 4116.0, 4157.0, 4128.0, 4135.0, 4104.0, 4082.0, 4100.0, 4081.0, 4104.0, 4093.0, 4113.0, 4101.0, 4102.0, 4091.0, 4101.0, 4113.0, 4113.0, 4118.0, 4115.0, 4116.0, 4114.0, 4114.0, 4113.0, 4106.0, 4116.0, 4119.0, 4094.0, 4117.0, 4105.0, 4116.0, 4115.0, 4126.0, 4117.0, 4136.0, 4117.0, 4126.0, 4114.0, 4103.0, 4104.0, 4113.0, 4116.0, 4124.0, 4115.0, 4123.0, 4103.0, 4102.0, 4115.0, 4084.0, 4128.0, 4106.0, 4116.0, 4104.0, 4114.0, 4104.0, 4114.0, 4114.0, 4126.0, 4116.0, 4146.0, 4115.0, 4113.0, 4103.0, 4112.0, 4116.0, 4125.0, 4105.0, 4113.0, 4103.0, 4104.0, 4102.0, 4116.0, 4126.0, 4116.0, 4124.0, 4115.0, 4105.0, 4116.0, 4116.0, 4128.0, 4126.0, 4106.0, 4113.0, 4104.0, 4081.0, 4114.0, 4084.0, 4115.0, 4104.0, 4124.0, 4103.0, 4102.0, 4092.0, 4100.0, 4102.0, 4113.0, 4115.0, 4125.0, 4102.0, 4112.0, 4112.0, 4113.0, 4105.0, 4114.0, 4114.0, 4094.0, 4103.0, 4102.0, 4102.0, 4102.0, 4113.0, 4116.0, 4135.0, 4103.0, 4124.0, 4100.0, 4110.0, 4102.0, 4100.0, 4104.0, 4114.0, 4104.0, 4103.0, 4102.0, 4114.0, 4103.0, 4104.0, 4105.0, 4116.0, 4095.0, 4116.0, 4103.0, 4104.0, 4114.0, 4125.0, 4116.0, 4135.0, 4115.0, 4134.0, 4103.0, 4111.0, 4102.0, 4092.0, 4114.0, 4115.0, 4123.0, 4102.0, 4112.0, 4102.0, 4100.0, 4102.0, 4114.0, 4114.0, 4114.0, 4114.0, 4082.0, 4114.0, 4093.0, 4105.0, 4116.0, 4128.0, 4115.0, 4125.0, 4113.0, 4113.0, 4115.0, 4102.0, 4116.0, 4114.0, 4115.0, 4104.0, 4101.0, 4113.0, 4102.0, 4114.0, 4114.0, 4117.0, 4124.0, 4103.0, 4104.0, 4103.0, 4103.0, 4103.0, 4114.0, 4125.0, 4102.0, 4123.0, 4102.0, 4100.0, 4102.0, 4102.0, 4114.0, 4113.0, 4113.0, 4114.0, 4103.0, 4113.0, 4115.0, 4115.0, 4115.0, 4119.0, 4138.0, 4118.0, 4126.0, 4105.0, 4104.0, 4113.0, 4101.0, 4115.0, 4125.0, 4115.0, 4135.0, 4117.0, 4093.0, 4114.0, 4104.0, 4116.0, 4117.0, 4138.0, 4115.0, 4126.0, 4115.0, 4114.0, 4105.0, 4123.0, 4117.0, 4135.0, 4115.0, 4113.0, 4104.0, 4092.0, 4115.0, 4092.0, 4113.0, 4103.0, 4113.0, 4111.0, 4101.0, 4102.0, 4113.0, 4115.0, 4133.0, 4103.0, 4113.0, 4102.0, 4103.0, 4103.0, 4115.0, 4125.0, 4115.0, 4135.0, 4104.0, 4123.0, 4101.0, 4092.0, 4104.0, 4114.0, 4114.0, 4102.0, 4101.0, 4112.0, 4104.0, 4103.0, 4115.0, 4117.0, 4124.0, 4116.0, 4082.0, 4103.0, 4093.0, 4103.0, 4106.0, 4135.0, 4114.0, 4134.0, 4103.0, 4112.0, 4103.0, 4102.0, 4115.0, 4102.0, 4114.0, 4103.0, 4103.0, 4103.0, 4102.0, 4115.0, 4114.0, 4116.0, 4135.0, 4105.0, 4092.0, 4114.0, 4105.0, 4116.0, 4115.0, 4127.0, 4115.0, 4115.0, 4117.0, 4115.0, 4127.0, 4126.0, 4117.0, 4136.0, 4105.0, 4092.0, 4104.0, 4104.0, 4116.0, 4129.0, 4138.0, 4115.0, 4113.0, 4113.0, 4114.0, 4116.0, 4114.0, 4118.0, 4127.0, 4118.0, 4126.0, 4116.0, 4118.0, 4118.0, 4117.0, 4116.0, 4128.0, 4150.0, 4116.0, 4137.0, 4105.0, 4104.0, 4102.0, 4103.0, 4101.0, 4115.0, 4102.0, 4104.0, 4092.0, 4103.0, 4102.0, 4114.0, 4114.0, 4124.0, 4103.0, 4115.0, 4103.0, 4101.0, 4114.0, 4115.0, 4115.0, 4125.0, 4116.0, 4092.0, 4105.0, 4104.0, 4104.0, 4104.0, 4115.0, 4116.0, 4137.0, 4115.0, 4126.0, 4105.0, 4114.0, 4116.0, 4115.0, 4115.0, 4104.0, 4114.0, 4093.0, 4102.0, 4103.0, 4113.0, 4116.0, 4134.0, 4104.0, 4134.0, 4102.0, 4081.0, 4102.0, 4083.0, 4114.0, 4103.0, 4114.0, 4110.0, 4102.0, 4103.0, 4101.0, 4115.0, 4125.0, 4116.0, 4105.0, 4104.0, 4103.0, 4103.0, 4114.0, 4125.0, 4116.0, 4136.0, 4104.0, 4082.0, 4104.0, 4104.0, 4116.0, 4115.0, 4135.0, 4114.0, 4112.0, 4104.0, 4112.0, 4116.0, 4113.0, 4103.0, 4102.0, 4102.0, 4092.0, 4101.0, 4103.0, 4113.0, 4105.0, 4102.0, 4102.0, 4101.0, 4091.0, 4103.0, 4101.0, 4116.0, 4124.0, 4103.0, 4113.0, 4101.0, 4114.0, 4102.0, 4115.0, 4115.0, 4116.0, 4115.0, 4105.0, 4116.0, 4114.0, 4119.0, 4119.0, 4129.0, 4128.0, 4118.0, 4117.0, 4117.0, 4118.0, 4127.0, 4117.0, 4137.0, 4116.0, 4122.0, 4104.0, 4103.0, 4115.0, 4115.0, 4114.0, 4103.0, 4103.0, 4103.0, 4102.0, 4112.0, 4115.0, 4106.0, 4102.0, 4105.0, 4104.0, 4104.0, 4113.0, 4114.0, 4117.0, 4125.0, 4116.0, 4117.0, 4104.0, 4115.0, 4105.0, 4116.0, 4127.0, 4117.0, 4125.0, 4115.0, 4105.0, 4105.0, 4116.0, 4126.0, 4118.0, 4116.0, 4127.0, 4116.0, 4117.0, 4118.0, 4117.0, 4131.0, 4118.0, 4128.0, 4117.0, 4117.0, 4117.0, 4116.0, 4119.0, 4116.0, 4118.0, 4105.0, 4137.0, 4115.0, 4114.0, 4105.0, 4106.0, 4116.0, 4105.0, 4126.0, 4104.0, 4113.0, 4103.0, 4105.0, 4116.0, 4105.0, 4126.0, 4115.0, 4114.0, 4104.0, 4106.0, 4118.0, 4115.0, 4126.0, 4104.0, 4113.0, 4102.0, 4113.0, 4105.0, 4125.0, 4117.0, 4103.0, 4103.0, 4104.0, 4104.0, 4104.0, 4117.0, 4118.0, 4131.0, 4131.0, 4131.0, 4128.0, 4118.0, 4118.0, 4129.0, 4138.0, 4120.0, 4138.0, 4105.0, 4115.0, 4104.0, 4106.0, 4136.0, 4093.0, 4135.0, 4104.0, 4114.0, 4104.0, 4113.0, 4115.0, 4124.0, 4105.0, 4134.0, 4092.0, 4091.0, 4092.0, 4082.0, 4104.0, 4103.0, 4113.0, 4090.0, 4101.0, 4101.0, 4102.0, 4103.0, 4115.0, 4105.0, 4123.0, 4105.0, 4113.0, 4093.0, 4100.0, 4102.0, 4081.0, 4105.0, 4083.0, 4115.0, 4104.0, 4103.0, 4104.0, 4102.0, 4116.0, 4125.0, 4106.0, 4126.0, 4104.0, 4104.0, 4103.0, 4103.0, 4117.0, 4116.0, 4126.0, 4103.0, 4112.0, 4102.0, 4101.0, 4102.0, 4103.0, 4117.0, 4125.0, 4117.0, 4126.0, 4117.0, 4110.0, 4120.0, 4128.0, 4130.0, 4132.0, 4122.0, 4133.0, 4122.0, 4163.0, 4109.0, 4148.0, 4107.0, 4115.0, 4103.0, 4103.0, 4115.0, 4135.0, 4103.0, 4134.0, 4092.0, 4081.0, 4091.0, 4071.0, 4104.0, 4114.0, 4114.0, 4102.0, 4102.0, 4103.0, 4102.0, 4104.0, 4095.0, 4118.0, 4107.0, 4117.0, 4105.0, 4114.0, 4104.0, 4115.0, 4116.0, 4137.0, 4114.0, 4145.0, 4104.0, 4123.0, 4093.0, 4113.0, 4106.0, 4123.0, 4105.0, 4101.0, 4092.0, 4092.0, 4102.0, 4106.0, 4116.0, 4115.0, 4115.0, 4093.0, 4090.0, 4091.0, 4093.0, 4092.0, 4105.0, 4114.0, 4115.0, 4105.0, 4103.0, 4102.0, 4103.0, 4103.0, 4093.0, 4116.0, 4124.0, 4105.0, 4104.0, 4104.0, 4103.0, 4103.0, 4116.0, 4126.0, 4117.0, 4138.0, 4106.0, 4125.0, 4103.0, 4122.0, 4104.0, 4134.0, 4114.0, 4133.0, 4101.0, 4098.0, 4090.0, 4090.0, 4090.0, 4114.0, 4103.0, 4103.0, 4124.0, 4094.0, 4101.0, 4092.0, 4102.0, 4102.0, 4114.0, 4105.0, 4102.0, 4124.0, 4103.0, 4102.0, 4104.0, 4094.0, 4116.0, 4116.0, 4136.0, 4116.0, 4114.0, 4106.0, 4104.0, 4117.0, 4095.0, 4116.0, 4105.0, 4135.0, 4103.0, 4113.0, 4105.0, 4104.0, 4105.0, 4113.0, 4104.0, 4105.0, 4102.0, 4103.0, 4114.0, 4116.0, 4102.0, 4105.0, 4102.0, 4102.0, 4114.0, 4116.0, 4119.0, 4135.0, 4117.0, 4105.0, 4116.0, 4116.0, 4114.0, 4117.0, 4137.0, 4117.0, 4105.0, 4116.0, 4106.0, 4114.0, 4116.0, 4126.0, 4107.0, 4094.0, 4103.0, 4091.0, 4103.0, 4101.0, 4114.0, 4115.0, 4124.0, 4105.0, 4094.0, 4103.0, 4104.0, 4105.0, 4106.0, 4126.0, 4105.0, 4136.0, 4104.0, 4113.0, 4104.0, 4113.0, 4105.0, 4125.0, 4105.0, 4104.0, 4103.0, 4092.0, 4093.0, 4104.0, 4116.0, 4116.0, 4145.0, 4103.0, 4124.0, 4103.0, 4102.0, 4103.0, 4082.0, 4104.0, 4104.0, 4114.0, 4103.0, 4092.0, 4103.0, 4103.0, 4115.0, 4115.0, 4115.0, 4113.0, 4104.0, 4114.0, 4104.0, 4105.0, 4128.0, 4116.0, 4117.0, 4117.0, 4116.0, 4117.0, 4127.0, 4118.0, 4147.0, 4118.0, 4126.0, 4106.0, 4113.0, 4093.0, 4102.0, 4105.0, 4114.0, 4124.0, 4102.0, 4102.0, 4101.0, 4102.0, 4102.0, 4102.0, 4105.0, 4113.0, 4115.0, 4114.0, 4103.0, 4115.0], 'WindowWidth': [9278.0, 9255.0, 9203.0, 9237.0, 9198.0, 9239.0, 9195.0, 9183.0, 9153.0, 9118.0, 9130.0, 9141.0, 9149.0, 9204.0, 9166.0, 9170.0, 9125.0, 9093.0, 9116.0, 9089.0, 9125.0, 9112.0, 9139.0, 9120.0, 9120.0, 9105.0, 9119.0, 9137.0, 9139.0, 9152.0, 9145.0, 9146.0, 9140.0, 9143.0, 9138.0, 9132.0, 9148.0, 9155.0, 9118.0, 9148.0, 9132.0, 9146.0, 9144.0, 9161.0, 9151.0, 9175.0, 9150.0, 9159.0, 9142.0, 9125.0, 9127.0, 9138.0, 9148.0, 9154.0, 9145.0, 9151.0, 9126.0, 9122.0, 9144.0, 9103.0, 9169.0, 9135.0, 9150.0, 9130.0, 9142.0, 9128.0, 9140.0, 9140.0, 9161.0, 9147.0, 9189.0, 9143.0, 9137.0, 9124.0, 9134.0, 9146.0, 9159.0, 9132.0, 9140.0, 9127.0, 9127.0, 9123.0, 9146.0, 9161.0, 9147.0, 9156.0, 9144.0, 9128.0, 9145.0, 9147.0, 9166.0, 9160.0, 9133.0, 9139.0, 9127.0, 9095.0, 9141.0, 9101.0, 9146.0, 9129.0, 9157.0, 9124.0, 9121.0, 9108.0, 9116.0, 9122.0, 9139.0, 9143.0, 9158.0, 9123.0, 9136.0, 9136.0, 9136.0, 9130.0, 9142.0, 9144.0, 9115.0, 9124.0, 9124.0, 9121.0, 9121.0, 9138.0, 9145.0, 9171.0, 9125.0, 9151.0, 9117.0, 9130.0, 9121.0, 9117.0, 9129.0, 9141.0, 9129.0, 9124.0, 9122.0, 9140.0, 9123.0, 9128.0, 9131.0, 9151.0, 9119.0, 9147.0, 9126.0, 9129.0, 9140.0, 9158.0, 9148.0, 9172.0, 9145.0, 9168.0, 9124.0, 9132.0, 9121.0, 9108.0, 9141.0, 9143.0, 9155.0, 9121.0, 9136.0, 9122.0, 9118.0, 9122.0, 9140.0, 9143.0, 9140.0, 9142.0, 9098.0, 9141.0, 9113.0, 9131.0, 9148.0, 9165.0, 9145.0, 9158.0, 9141.0, 9140.0, 9144.0, 9123.0, 9148.0, 9143.0, 9145.0, 9128.0, 9122.0, 9137.0, 9121.0, 9142.0, 9143.0, 9149.0, 9155.0, 9126.0, 9127.0, 9125.0, 9123.0, 9125.0, 9142.0, 9159.0, 9120.0, 9152.0, 9121.0, 9117.0, 9122.0, 9121.0, 9143.0, 9140.0, 9140.0, 9141.0, 9125.0, 9141.0, 9143.0, 9146.0, 9147.0, 9156.0, 9180.0, 9152.0, 9161.0, 9130.0, 9127.0, 9137.0, 9120.0, 9144.0, 9159.0, 9146.0, 9170.0, 9147.0, 9113.0, 9142.0, 9128.0, 9148.0, 9150.0, 9181.0, 9146.0, 9159.0, 9145.0, 9141.0, 9131.0, 9156.0, 9151.0, 9172.0, 9146.0, 9137.0, 9127.0, 9109.0, 9146.0, 9113.0, 9142.0, 9126.0, 9138.0, 9133.0, 9119.0, 9122.0, 9139.0, 9145.0, 9165.0, 9126.0, 9139.0, 9122.0, 9124.0, 9125.0, 9144.0, 9159.0, 9146.0, 9171.0, 9127.0, 9151.0, 9121.0, 9109.0, 9129.0, 9141.0, 9143.0, 9123.0, 9121.0, 9137.0, 9126.0, 9127.0, 9146.0, 9150.0, 9156.0, 9145.0, 9097.0, 9124.0, 9112.0, 9127.0, 9133.0, 9173.0, 9140.0, 9166.0, 9125.0, 9135.0, 9124.0, 9123.0, 9144.0, 9124.0, 9142.0, 9123.0, 9123.0, 9124.0, 9122.0, 9145.0, 9142.0, 9147.0, 9171.0, 9130.0, 9111.0, 9141.0, 9131.0, 9148.0, 9145.0, 9166.0, 9144.0, 9144.0, 9149.0, 9143.0, 9164.0, 9161.0, 9151.0, 9174.0, 9132.0, 9112.0, 9127.0, 9130.0, 9149.0, 9168.0, 9179.0, 9145.0, 9140.0, 9141.0, 9140.0, 9145.0, 9144.0, 9155.0, 9167.0, 9154.0, 9163.0, 9148.0, 9153.0, 9154.0, 9151.0, 9151.0, 9169.0, 9202.0, 9149.0, 9179.0, 9130.0, 9128.0, 9121.0, 9126.0, 9123.0, 9146.0, 9123.0, 9128.0, 9109.0, 9123.0, 9121.0, 9142.0, 9144.0, 9158.0, 9126.0, 9143.0, 9125.0, 9120.0, 9140.0, 9143.0, 9148.0, 9159.0, 9147.0, 9110.0, 9129.0, 9129.0, 9128.0, 9129.0, 9147.0, 9148.0, 9177.0, 9145.0, 9159.0, 9131.0, 9141.0, 9147.0, 9146.0, 9147.0, 9130.0, 9144.0, 9111.0, 9123.0, 9125.0, 9140.0, 9149.0, 9169.0, 9131.0, 9168.0, 9123.0, 9094.0, 9123.0, 9101.0, 9143.0, 9125.0, 9142.0, 9132.0, 9121.0, 9125.0, 9122.0, 9147.0, 9160.0, 9148.0, 9132.0, 9129.0, 9126.0, 9126.0, 9146.0, 9158.0, 9150.0, 9173.0, 9130.0, 9099.0, 9127.0, 9130.0, 9148.0, 9145.0, 9173.0, 9141.0, 9137.0, 9127.0, 9136.0, 9147.0, 9140.0, 9127.0, 9123.0, 9120.0, 9107.0, 9117.0, 9124.0, 9139.0, 9131.0, 9122.0, 9123.0, 9120.0, 9106.0, 9123.0, 9120.0, 9147.0, 9157.0, 9128.0, 9139.0, 9122.0, 9142.0, 9124.0, 9146.0, 9147.0, 9148.0, 9146.0, 9132.0, 9148.0, 9144.0, 9158.0, 9158.0, 9171.0, 9168.0, 9154.0, 9151.0, 9150.0, 9152.0, 9166.0, 9152.0, 9177.0, 9148.0, 9151.0, 9126.0, 9125.0, 9144.0, 9143.0, 9142.0, 9125.0, 9124.0, 9123.0, 9121.0, 9140.0, 9145.0, 9135.0, 9126.0, 9131.0, 9126.0, 9126.0, 9139.0, 9142.0, 9152.0, 9159.0, 9150.0, 9149.0, 9129.0, 9146.0, 9131.0, 9150.0, 9165.0, 9152.0, 9160.0, 9147.0, 9132.0, 9131.0, 9147.0, 9163.0, 9156.0, 9149.0, 9166.0, 9149.0, 9151.0, 9154.0, 9152.0, 9177.0, 9156.0, 9169.0, 9151.0, 9152.0, 9150.0, 9145.0, 9156.0, 9150.0, 9153.0, 9133.0, 9175.0, 9143.0, 9141.0, 9134.0, 9135.0, 9148.0, 9130.0, 9159.0, 9127.0, 9137.0, 9126.0, 9131.0, 9148.0, 9129.0, 9159.0, 9142.0, 9141.0, 9129.0, 9136.0, 9153.0, 9144.0, 9163.0, 9127.0, 9138.0, 9122.0, 9137.0, 9130.0, 9157.0, 9149.0, 9124.0, 9126.0, 9125.0, 9125.0, 9127.0, 9149.0, 9153.0, 9178.0, 9180.0, 9177.0, 9169.0, 9154.0, 9152.0, 9172.0, 9181.0, 9160.0, 9181.0, 9132.0, 9143.0, 9126.0, 9132.0, 9174.0, 9113.0, 9172.0, 9126.0, 9138.0, 9125.0, 9138.0, 9146.0, 9154.0, 9130.0, 9167.0, 9108.0, 9104.0, 9108.0, 9094.0, 9128.0, 9123.0, 9138.0, 9102.0, 9117.0, 9119.0, 9119.0, 9124.0, 9144.0, 9132.0, 9152.0, 9132.0, 9138.0, 9110.0, 9117.0, 9119.0, 9093.0, 9131.0, 9099.0, 9142.0, 9126.0, 9125.0, 9126.0, 9121.0, 9148.0, 9158.0, 9135.0, 9159.0, 9128.0, 9128.0, 9124.0, 9123.0, 9149.0, 9147.0, 9161.0, 9126.0, 9138.0, 9121.0, 9120.0, 9123.0, 9125.0, 9149.0, 9159.0, 9151.0, 9162.0, 9152.0, 9145.0, 9159.0, 9169.0, 9174.0, 9180.0, 9167.0, 9182.0, 9166.0, 9226.0, 9144.0, 9195.0, 9134.0, 9140.0, 9123.0, 9122.0, 9144.0, 9169.0, 9124.0, 9164.0, 9106.0, 9089.0, 9105.0, 9076.0, 9127.0, 9138.0, 9141.0, 9122.0, 9120.0, 9124.0, 9119.0, 9126.0, 9118.0, 9152.0, 9134.0, 9149.0, 9129.0, 9140.0, 9127.0, 9142.0, 9147.0, 9175.0, 9142.0, 9183.0, 9126.0, 9148.0, 9110.0, 9136.0, 9133.0, 9151.0, 9129.0, 9119.0, 9106.0, 9107.0, 9121.0, 9131.0, 9147.0, 9141.0, 9145.0, 9108.0, 9103.0, 9105.0, 9107.0, 9108.0, 9130.0, 9143.0, 9142.0, 9129.0, 9123.0, 9122.0, 9123.0, 9124.0, 9111.0, 9146.0, 9155.0, 9132.0, 9127.0, 9126.0, 9125.0, 9125.0, 9148.0, 9161.0, 9150.0, 9178.0, 9134.0, 9156.0, 9126.0, 9147.0, 9127.0, 9167.0, 9142.0, 9164.0, 9120.0, 9110.0, 9100.0, 9100.0, 9102.0, 9141.0, 9126.0, 9126.0, 9154.0, 9115.0, 9119.0, 9108.0, 9122.0, 9123.0, 9143.0, 9131.0, 9122.0, 9156.0, 9125.0, 9122.0, 9128.0, 9117.0, 9148.0, 9147.0, 9176.0, 9146.0, 9142.0, 9135.0, 9129.0, 9153.0, 9120.0, 9150.0, 9131.0, 9170.0, 9126.0, 9139.0, 9132.0, 9130.0, 9132.0, 9141.0, 9129.0, 9130.0, 9123.0, 9126.0, 9144.0, 9148.0, 9125.0, 9129.0, 9123.0, 9123.0, 9142.0, 9146.0, 9157.0, 9173.0, 9151.0, 9132.0, 9146.0, 9147.0, 9143.0, 9151.0, 9177.0, 9152.0, 9133.0, 9146.0, 9132.0, 9140.0, 9148.0, 9160.0, 9135.0, 9115.0, 9126.0, 9106.0, 9123.0, 9121.0, 9139.0, 9147.0, 9157.0, 9132.0, 9115.0, 9126.0, 9128.0, 9130.0, 9135.0, 9163.0, 9133.0, 9176.0, 9128.0, 9139.0, 9128.0, 9136.0, 9132.0, 9158.0, 9132.0, 9129.0, 9126.0, 9110.0, 9112.0, 9128.0, 9147.0, 9148.0, 9185.0, 9128.0, 9154.0, 9123.0, 9120.0, 9124.0, 9098.0, 9129.0, 9128.0, 9143.0, 9124.0, 9110.0, 9126.0, 9125.0, 9148.0, 9145.0, 9145.0, 9140.0, 9129.0, 9140.0, 9131.0, 9134.0, 9168.0, 9149.0, 9150.0, 9150.0, 9147.0, 9150.0, 9162.0, 9156.0, 9193.0, 9155.0, 9161.0, 9132.0, 9137.0, 9109.0, 9120.0, 9130.0, 9140.0, 9154.0, 9119.0, 9121.0, 9119.0, 9119.0, 9120.0, 9122.0, 9131.0, 9141.0, 9146.0, 9143.0, 9127.0, 9143.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.00021061130334486735</td></tr>
<tr><td colspan=3>aqi</td><td>0.015421481084198387</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.988586553533445</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.17473750207852</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0050145115127014</td></tr>
<tr><td colspan=3>efc</td><td>0.5059</td></tr>
<tr><td colspan=3>fber</td><td>3607.2275</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08155700597690503</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.3460207612456747</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.649017531693571</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.634276028103056</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8891208402089004</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.423655726768757</td></tr>
<tr><td colspan=3>gcor</td><td>0.00707471</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012009157799184322</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026860760524868965</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</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.5625055487836748</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>17.7733</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.9319</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>231.4447</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>296347.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1187.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>423.596</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7917</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>552.0956</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3233.059</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3465.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80197.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>834.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4333.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.624</td></tr>
<tr><td colspan=3>tsnr</td><td>42.40453411708586</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>