<?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-0039_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-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0039/figures/sub-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039/ses-04/func/sub-0039_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>0faafeb28b7804a62591eb34d9e56e7d</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>17:06:11.580000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998958, -0.0162662, 0.0426301, 0.00819466, 0.983064, 0.183078]</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.0962711</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>[4154, -7773, -7249, 667, -72, -261, 14, 70]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>235.611</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3d51a773-b629-44ab-aa30-2ed2430af02a||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6801326274871826, 0.021985670551657677, 0.12119261175394058, 104.37203979492188], [0.043641120195388794, 2.6374895572662354, 0.49285194277763367, -104.29890441894531], [0.11437354236841202, -0.491184264421463, 2.651869058609009, -51.046836853027344], [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': ['170611.580000', '170612.040000', '170612.500000', '170612.960000', '170613.420000', '170613.880000', '170614.340000', '170614.800000', '170615.260000', '170615.720000', '170616.180000', '170616.640000', '170617.100000', '170617.560000', '170618.020000', '170618.480000', '170618.940000', '170619.400000', '170619.860000', '170620.320000', '170620.780000', '170621.240000', '170621.700000', '170622.160000', '170622.620000', '170623.080000', '170623.540000', '170624.000000', '170624.460000', '170624.920000', '170625.380000', '170625.840000', '170626.300000', '170626.760000', '170627.220000', '170627.680000', '170628.140000', '170628.600000', '170629.060000', '170629.520000', '170629.980000', '170630.440000', '170630.900000', '170631.360000', '170631.820000', '170632.280000', '170632.740000', '170633.200000', '170633.660000', '170634.120000', '170634.580000', '170635.040000', '170635.500000', '170635.960000', '170636.420000', '170636.880000', '170637.340000', '170637.800000', '170638.260000', '170638.720000', '170639.180000', '170639.640000', '170640.100000', '170640.560000', '170641.020000', '170641.480000', '170641.940000', '170642.400000', '170642.860000', '170643.320000', '170643.780000', '170644.240000', '170644.700000', '170645.160000', '170645.620000', '170646.080000', '170646.540000', '170647.000000', '170647.460000', '170647.920000', '170648.380000', '170648.840000', '170649.300000', '170649.760000', '170650.220000', '170650.680000', '170651.140000', '170651.600000', '170652.060000', '170652.520000', '170652.980000', '170653.440000', '170653.900000', '170654.360000', '170654.820000', '170655.280000', '170655.740000', '170656.200000', '170656.660000', '170657.120000', '170657.580000', '170658.040000', '170658.500000', '170658.960000', '170659.420000', '170659.880000', '170700.340000', '170700.800000', '170701.260000', '170701.720000', '170702.180000', '170702.640000', '170703.100000', '170703.560000', '170704.020000', '170704.480000', '170704.940000', '170705.400000', '170705.860000', '170706.320000', '170706.780000', '170707.240000', '170707.700000', '170708.160000', '170708.620000', '170709.080000', '170709.540000', '170710.000000', '170710.460000', '170710.920000', '170711.380000', '170711.840000', '170712.300000', '170712.760000', '170713.220000', '170713.680000', '170714.140000', '170714.600000', '170715.060000', '170715.520000', '170715.980000', '170716.440000', '170716.900000', '170717.360000', '170717.820000', '170718.280000', '170718.740000', '170719.200000', '170719.660000', '170720.120000', '170720.580000', '170721.040000', '170721.500000', '170721.960000', '170722.420000', '170722.880000', '170723.340000', '170723.800000', '170724.260000', '170724.720000', '170725.180000', '170725.640000', '170726.100000', '170726.560000', '170727.020000', '170727.480000', '170727.940000', '170728.400000', '170728.860000', '170729.320000', '170729.780000', '170730.240000', '170730.700000', '170731.160000', '170731.620000', '170732.080000', '170732.540000', '170733.000000', '170733.460000', '170733.920000', '170734.380000', '170734.840000', '170735.300000', '170735.760000', '170736.220000', '170736.680000', '170737.140000', '170737.600000', '170738.060000', '170738.520000', '170738.980000', '170739.440000', '170739.900000', '170740.360000', '170740.820000', '170741.280000', '170741.740000', '170742.200000', '170742.660000', '170743.120000', '170743.580000', '170744.040000', '170744.500000', '170744.960000', '170745.420000', '170745.880000', '170746.340000', '170746.800000', '170747.260000', '170747.720000', '170748.180000', '170748.640000', '170749.100000', '170749.560000', '170750.020000', '170750.480000', '170750.940000', '170751.400000', '170751.860000', '170752.320000', '170752.780000', '170753.240000', '170753.700000', '170754.160000', '170754.620000', '170755.080000', '170755.540000', '170756.000000', '170756.460000', '170756.920000', '170757.380000', '170757.840000', '170758.300000', '170758.760000', '170759.220000', '170759.680000', '170800.140000', '170800.600000', '170801.060000', '170801.520000', '170801.980000', '170802.440000', '170802.900000', '170803.360000', '170803.820000', '170804.280000', '170804.740000', '170805.200000', '170805.660000', '170806.120000', '170806.580000', '170807.040000', '170807.500000', '170807.960000', '170808.420000', '170808.880000', '170809.340000', '170809.800000', '170810.260000', '170810.720000', '170811.180000', '170811.640000', '170812.100000', '170812.560000', '170813.020000', '170813.480000', '170813.940000', '170814.400000', '170814.860000', '170815.320000', '170815.780000', '170816.240000', '170816.700000', '170817.160000', '170817.620000', '170818.080000', '170818.540000', '170819.000000', '170819.460000', '170819.920000', '170820.380000', '170820.840000', '170821.300000', '170821.760000', '170822.220000', '170822.680000', '170823.140000', '170823.600000', '170824.060000', '170824.520000', '170824.980000', '170825.440000', '170825.900000', '170826.360000', '170826.820000', '170827.280000', '170827.740000', '170828.200000', '170828.660000', '170829.120000', '170829.580000', '170830.040000', '170830.500000', '170830.960000', '170831.420000', '170831.880000', '170832.340000', '170832.800000', '170833.260000', '170833.720000', '170834.180000', '170834.640000', '170835.100000', '170835.560000', '170836.020000', '170836.480000', '170836.940000', '170837.400000', '170837.860000', '170838.320000', '170838.780000', '170839.240000', '170839.700000', '170840.160000', '170840.620000', '170841.080000', '170841.540000', '170842.000000', '170842.460000', '170842.920000', '170843.380000', '170843.840000', '170844.300000', '170844.760000', '170845.220000', '170845.680000', '170846.140000', '170846.600000', '170847.060000', '170847.520000', '170847.980000', '170848.440000', '170848.900000', '170849.360000', '170849.820000', '170850.280000', '170850.740000', '170851.200000', '170851.660000', '170852.120000', '170852.580000', '170853.040000', '170853.500000', '170853.960000', '170854.420000', '170854.880000', '170855.340000', '170855.800000', '170856.260000', '170856.720000', '170857.180000', '170857.640000', '170858.100000', '170858.560000', '170859.020000', '170859.480000', '170859.940000', '170900.400000', '170900.860000', '170901.320000', '170901.780000', '170902.240000', '170902.700000', '170903.160000', '170903.620000', '170904.080000', '170904.540000', '170905.000000', '170905.460000', '170905.920000', '170906.380000', '170906.840000', '170907.300000', '170907.760000', '170908.220000', '170908.680000', '170909.140000', '170909.600000', '170910.060000', '170910.520000', '170910.980000', '170911.440000', '170911.900000', '170912.360000', '170912.820000', '170913.280000', '170913.740000', '170914.200000', '170914.660000', '170915.120000', '170915.580000', '170916.040000', '170916.500000', '170916.960000', '170917.420000', '170917.880000', '170918.340000', '170918.800000', '170919.260000', '170919.720000', '170920.180000', '170920.640000', '170921.100000', '170921.560000', '170922.020000', '170922.480000', '170922.940000', '170923.400000', '170923.860000', '170924.320000', '170924.780000', '170925.240000', '170925.700000', '170926.160000', '170926.620000', '170927.080000', '170927.540000', '170928.000000', '170928.460000', '170928.920000', '170929.380000', '170929.840000', '170930.300000', '170930.760000', '170931.220000', '170931.680000', '170932.140000', '170932.600000', '170933.060000', '170933.520000', '170933.980000', '170934.440000', '170934.900000', '170935.360000', '170935.820000', '170936.280000', '170936.740000', '170937.200000', '170937.660000', '170938.120000', '170938.580000', '170939.040000', '170939.500000', '170939.960000', '170940.420000', '170940.880000', '170941.340000', '170941.800000', '170942.260000', '170942.720000', '170943.180000', '170943.640000', '170944.100000', '170944.560000', '170945.020000', '170945.480000', '170945.940000', '170946.400000', '170946.860000', '170947.320000', '170947.780000', '170948.240000', '170948.700000', '170949.160000', '170949.620000', '170950.080000', '170950.540000', '170951.000000', '170951.460000', '170951.920000', '170952.380000', '170952.840000', '170953.300000', '170953.760000', '170954.220000', '170954.680000', '170955.140000', '170955.600000', '170956.060000', '170956.520000', '170956.980000', '170957.440000', '170957.900000', '170958.360000', '170958.820000', '170959.280000', '170959.740000', '171000.200000', '171000.660000', '171001.120000', '171001.580000', '171002.040000', '171002.500000', '171002.960000', '171003.420000', '171003.880000', '171004.340000', '171004.800000', '171005.260000', '171005.720000', '171006.180000', '171006.640000', '171007.100000', '171007.560000', '171008.020000', '171008.480000', '171008.940000', '171009.400000', '171009.860000', '171010.320000', '171010.780000', '171011.240000', '171011.700000', '171012.160000', '171012.620000', '171013.080000', '171013.540000', '171014.000000', '171014.460000', '171014.920000', '171015.380000', '171015.840000', '171016.300000', '171016.760000', '171017.220000', '171017.680000', '171018.140000', '171018.600000', '171019.060000', '171019.520000', '171019.980000', '171020.440000', '171020.900000', '171021.360000', '171021.820000', '171022.280000', '171022.740000', '171023.200000', '171023.660000', '171024.120000', '171024.580000', '171025.040000', '171025.500000', '171025.960000', '171026.420000', '171026.880000', '171027.340000', '171027.800000', '171028.260000', '171028.720000', '171029.180000', '171029.640000', '171030.100000', '171030.560000', '171031.020000', '171031.480000', '171031.940000', '171032.400000', '171032.860000', '171033.320000', '171033.780000', '171034.240000', '171034.700000', '171035.160000', '171035.620000', '171036.080000', '171036.540000', '171037.000000', '171037.460000', '171037.920000', '171038.380000', '171038.840000', '171039.300000', '171039.760000', '171040.220000', '171040.680000', '171041.140000', '171041.600000', '171042.060000', '171042.520000', '171042.980000', '171043.440000', '171043.900000', '171044.360000', '171044.820000', '171045.280000', '171045.740000', '171046.200000', '171046.660000', '171047.120000', '171047.580000', '171048.040000', '171048.500000', '171048.960000', '171049.420000', '171049.880000', '171050.340000', '171050.800000', '171051.260000', '171051.720000', '171052.180000', '171052.640000', '171053.100000', '171053.560000', '171054.020000', '171054.480000', '171054.940000', '171055.400000', '171055.860000', '171056.320000', '171056.780000', '171057.240000', '171057.700000', '171058.160000', '171058.620000', '171059.080000', '171059.540000', '171100.000000', '171100.460000', '171100.920000', '171101.380000', '171101.840000', '171102.300000', '171102.760000', '171103.220000', '171103.680000', '171104.140000', '171104.600000', '171105.060000', '171105.520000', '171105.980000', '171106.440000', '171106.900000', '171107.360000', '171107.820000', '171108.280000', '171108.740000', '171109.200000', '171109.660000', '171110.120000', '171110.580000', '171111.040000', '171111.500000', '171111.960000', '171112.420000', '171112.880000', '171113.340000', '171113.800000', '171114.260000', '171114.720000', '171115.180000', '171115.640000', '171116.100000', '171116.560000', '171117.020000', '171117.480000', '171117.940000', '171118.400000', '171118.860000', '171119.320000', '171119.780000', '171120.240000', '171120.700000', '171121.160000', '171121.620000', '171122.080000', '171122.540000', '171123.000000', '171123.460000', '171123.920000', '171124.380000', '171124.840000', '171125.300000', '171125.760000', '171126.220000', '171126.680000', '171127.140000', '171127.600000', '171128.060000', '171128.520000', '171128.980000', '171129.440000', '171129.900000', '171130.360000', '171130.820000', '171131.280000', '171131.740000', '171132.200000', '171132.660000', '171133.120000', '171133.580000', '171134.040000', '171134.500000', '171134.960000', '171135.420000', '171135.880000', '171136.340000', '171136.800000', '171137.260000', '171137.720000', '171138.180000', '171138.640000', '171139.100000', '171139.560000', '171140.020000', '171140.480000', '171140.940000', '171141.400000', '171141.860000', '171142.320000', '171142.780000', '171143.240000', '171143.700000', '171144.160000', '171144.620000', '171145.080000', '171145.540000', '171146.000000', '171146.460000', '171146.920000', '171147.380000', '171147.840000', '171148.300000', '171148.760000', '171149.220000', '171149.680000', '171150.140000', '171150.600000', '171151.060000', '171151.520000', '171151.980000', '171152.440000', '171152.900000', '171153.360000', '171153.820000', '171154.280000', '171154.740000', '171155.200000', '171155.660000', '171156.120000', '171156.580000', '171157.040000', '171157.500000', '171157.960000', '171158.420000', '171158.880000', '171159.340000', '171159.800000', '171200.260000', '171200.720000', '171201.180000', '171201.640000', '171202.100000', '171202.560000', '171203.020000', '171203.480000', '171203.940000', '171204.400000', '171204.860000', '171205.320000', '171205.780000', '171206.240000', '171206.700000', '171207.160000', '171207.620000', '171208.080000', '171208.540000', '171209.000000', '171209.460000', '171209.920000', '171210.380000', '171210.840000', '171211.300000', '171211.760000', '171212.220000', '171212.680000', '171213.140000', '171213.600000', '171214.060000', '171214.520000', '171214.980000', '171215.440000', '171215.900000', '171216.360000', '171216.820000', '171217.280000', '171217.740000', '171218.200000', '171218.660000', '171219.120000', '171219.580000', '171220.040000', '171220.500000', '171220.960000', '171221.420000', '171221.880000', '171222.340000', '171222.800000', '171223.260000', '171223.720000', '171224.180000', '171224.640000', '171225.100000', '171225.560000', '171226.020000', '171226.480000', '171226.940000', '171227.400000', '171227.860000', '171228.320000', '171228.780000', '171229.240000', '171229.700000', '171230.160000', '171230.620000', '171231.080000', '171231.540000', '171232.000000', '171232.460000', '171232.920000', '171233.380000', '171233.840000', '171234.300000', '171234.760000', '171235.220000', '171235.680000', '171236.140000', '171236.600000', '171237.060000', '171237.520000', '171237.980000', '171238.440000', '171238.900000', '171239.360000', '171239.820000', '171240.280000', '171240.740000', '171241.200000', '171241.660000', '171242.120000', '171242.580000', '171243.040000', '171243.500000', '171243.960000', '171244.420000', '171244.880000', '171245.340000', '171245.800000', '171246.260000', '171246.720000', '171247.180000', '171247.640000', '171248.100000', '171248.560000', '171249.020000', '171249.480000', '171249.940000', '171250.400000', '171250.860000', '171251.320000', '171251.780000', '171252.240000'], 'ContentTime': ['170629.244000', '170629.247000', '170629.250000', '170629.252000', '170629.255000', '170629.258000', '170629.261000', '170629.263000', '170629.271000', '170629.274000', '170629.276000', '170629.279000', '170629.282000', '170629.284000', '170629.287000', '170629.289000', '170629.292000', '170629.294000', '170629.297000', '170629.300000', '170629.302000', '170629.305000', '170629.307000', '170629.310000', '170629.312000', '170629.315000', '170629.318000', '170629.330000', '170629.332000', '170629.335000', '170629.337000', '170629.340000', '170629.342000', '170629.345000', '170629.347000', '170629.350000', '170649.208000', '170649.211000', '170649.214000', '170649.216000', '170649.219000', '170649.223000', '170649.226000', '170649.228000', '170649.231000', '170649.234000', '170649.236000', '170649.239000', '170649.241000', '170649.244000', '170649.246000', '170649.249000', '170649.251000', '170649.254000', '170649.256000', '170649.259000', '170649.261000', '170649.264000', '170649.266000', '170649.269000', '170649.271000', '170649.274000', '170649.276000', '170649.279000', '170649.282000', '170649.284000', '170649.287000', '170649.289000', '170649.292000', '170649.294000', '170649.297000', '170649.299000', '170649.302000', '170649.304000', '170649.307000', '170649.309000', '170649.312000', '170649.315000', '170649.317000', '170709.208000', '170709.211000', '170709.214000', '170709.216000', '170709.219000', '170709.222000', '170709.224000', '170709.227000', '170709.231000', '170709.234000', '170709.236000', '170709.239000', '170709.241000', '170709.244000', '170709.246000', '170709.249000', '170709.252000', '170709.254000', '170709.257000', '170709.259000', '170709.262000', '170709.264000', '170709.267000', '170709.269000', '170709.272000', '170709.274000', '170709.277000', '170709.279000', '170709.282000', '170709.285000', '170709.287000', '170709.290000', '170709.292000', '170709.295000', '170709.297000', '170709.300000', '170709.303000', '170709.306000', '170709.308000', '170709.311000', '170709.313000', '170709.316000', '170709.318000', '170709.321000', '170729.208000', '170729.211000', '170729.214000', '170729.217000', '170729.219000', '170729.222000', '170729.224000', '170729.227000', '170729.230000', '170729.232000', '170729.235000', '170729.237000', '170729.240000', '170729.242000', '170729.245000', '170729.247000', '170729.250000', '170729.253000', '170729.255000', '170729.258000', '170729.260000', '170729.263000', '170729.266000', '170729.268000', '170729.271000', '170729.273000', '170729.276000', '170729.279000', '170729.281000', '170729.284000', '170729.286000', '170729.289000', '170729.292000', '170729.294000', '170729.297000', '170729.299000', '170729.302000', '170729.305000', '170729.307000', '170729.310000', '170729.312000', '170729.315000', '170729.317000', '170749.210000', '170749.213000', '170749.216000', '170749.218000', '170749.221000', '170749.223000', '170749.226000', '170749.229000', '170749.231000', '170749.234000', '170749.236000', '170749.239000', '170749.242000', '170749.244000', '170749.247000', '170749.249000', '170749.252000', '170749.255000', '170749.257000', '170749.260000', '170749.263000', '170749.265000', '170749.268000', '170749.270000', '170749.273000', '170749.275000', '170749.278000', '170749.281000', '170749.283000', '170749.286000', '170749.288000', '170749.291000', '170749.293000', '170749.296000', '170749.299000', '170749.301000', '170749.304000', '170749.306000', '170749.309000', '170749.311000', '170749.314000', '170749.316000', '170749.319000', '170749.321000', '170809.208000', '170809.211000', '170809.214000', '170809.216000', '170809.219000', '170809.222000', '170809.224000', '170809.227000', '170809.229000', '170809.232000', '170809.235000', '170809.237000', '170809.240000', '170809.242000', '170809.245000', '170809.248000', '170809.250000', '170809.253000', '170809.255000', '170809.258000', '170809.261000', '170809.263000', '170809.266000', '170809.268000', '170809.271000', '170809.274000', '170809.276000', '170809.279000', '170809.281000', '170809.284000', '170809.286000', '170809.289000', '170809.296000', '170809.298000', '170809.301000', '170809.304000', '170809.306000', '170809.309000', '170809.311000', '170809.314000', '170809.317000', '170809.319000', '170809.322000', '170829.209000', '170829.212000', '170829.214000', '170829.217000', '170829.219000', '170829.222000', '170829.224000', '170829.227000', '170829.230000', '170829.232000', '170829.235000', '170829.237000', '170829.240000', '170829.243000', '170829.245000', '170829.248000', '170829.250000', '170829.253000', '170829.256000', '170829.258000', '170829.261000', '170829.263000', '170829.266000', '170829.268000', '170829.271000', '170829.274000', '170829.276000', '170829.279000', '170829.281000', '170829.284000', '170829.287000', '170829.289000', '170829.292000', '170829.294000', '170829.297000', '170829.300000', '170829.302000', '170829.305000', '170829.307000', '170829.310000', '170829.312000', '170829.315000', '170829.318000', '170829.320000', '170849.208000', '170849.211000', '170849.214000', '170849.216000', '170849.219000', '170849.222000', '170849.224000', '170849.227000', '170849.229000', '170849.232000', '170849.235000', '170849.237000', '170849.240000', '170849.242000', '170849.245000', '170849.248000', '170849.250000', '170849.253000', '170849.255000', '170849.258000', '170849.260000', '170849.263000', '170849.265000', '170849.268000', '170849.271000', '170849.273000', '170849.276000', '170849.278000', '170849.281000', '170849.284000', '170849.286000', '170849.289000', '170849.291000', '170849.294000', '170849.296000', '170849.299000', '170849.302000', '170849.304000', '170849.307000', '170849.309000', '170849.312000', '170849.314000', '170849.317000', '170909.208000', '170909.211000', '170909.214000', '170909.216000', '170909.219000', '170909.221000', '170909.224000', '170909.227000', '170909.229000', '170909.232000', '170909.234000', '170909.237000', '170909.239000', '170909.242000', '170909.245000', '170909.247000', '170909.251000', '170909.254000', '170909.257000', '170909.260000', '170909.262000', '170909.265000', '170909.267000', '170909.270000', '170909.273000', '170909.275000', '170909.278000', '170909.280000', '170909.283000', '170909.286000', '170909.288000', '170909.291000', '170909.294000', '170909.296000', '170909.299000', '170909.301000', '170909.304000', '170909.307000', '170909.310000', '170909.312000', '170909.315000', '170909.317000', '170909.320000', '170929.208000', '170929.212000', '170929.214000', '170929.217000', '170929.219000', '170929.222000', '170929.224000', '170929.227000', '170929.230000', '170929.233000', '170929.235000', '170929.238000', '170929.241000', '170929.244000', '170929.246000', '170929.249000', '170929.251000', '170929.254000', '170929.257000', '170929.259000', '170929.262000', '170929.264000', '170929.267000', '170929.270000', '170929.272000', '170929.275000', '170929.278000', '170929.280000', '170929.283000', '170929.286000', '170929.288000', '170929.291000', '170929.294000', '170929.296000', '170929.299000', '170929.301000', '170929.304000', '170929.307000', '170929.309000', '170929.312000', '170929.315000', '170929.317000', '170929.320000', '170929.323000', '170949.208000', '170949.212000', '170949.214000', '170949.217000', '170949.219000', '170949.222000', '170949.225000', '170949.227000', '170949.230000', '170949.233000', '170949.235000', '170949.238000', '170949.250000', '170949.252000', '170949.255000', '170949.257000', '170949.260000', '170949.262000', '170949.265000', '170949.268000', '170949.270000', '170949.273000', '170949.275000', '170949.278000', '170949.280000', '170949.283000', '170949.286000', '170949.288000', '170949.291000', '170949.293000', '170949.296000', '170949.298000', '170949.301000', '170949.304000', '170949.306000', '170949.309000', '170949.311000', '170949.314000', '170949.317000', '170949.319000', '170949.322000', '170949.324000', '170949.327000', '171009.208000', '171009.211000', '171009.214000', '171009.217000', '171009.219000', '171009.222000', '171009.224000', '171009.227000', '171009.230000', '171009.232000', '171009.235000', '171009.237000', '171009.240000', '171009.243000', '171009.245000', '171009.248000', '171009.250000', '171009.253000', '171009.256000', '171009.258000', '171009.261000', '171009.263000', '171009.266000', '171009.268000', '171009.271000', '171009.273000', '171009.276000', '171009.279000', '171009.281000', '171009.284000', '171009.286000', '171009.289000', '171009.291000', '171009.294000', '171009.296000', '171009.299000', '171009.302000', '171009.304000', '171009.307000', '171009.309000', '171009.312000', '171009.315000', '171009.317000', '171009.320000', '171029.208000', '171029.211000', '171029.214000', '171029.217000', '171029.219000', '171029.222000', '171029.224000', '171029.227000', '171029.230000', '171029.232000', '171029.235000', '171029.238000', '171029.241000', '171029.244000', '171029.247000', '171029.249000', '171029.252000', '171029.254000', '171029.257000', '171029.260000', '171029.262000', '171029.265000', '171029.267000', '171029.270000', '171029.272000', '171029.275000', '171029.277000', '171029.280000', '171029.283000', '171029.285000', '171029.288000', '171029.291000', '171029.294000', '171029.297000', '171029.300000', '171029.302000', '171029.305000', '171029.308000', '171029.310000', '171029.313000', '171029.316000', '171029.318000', '171029.321000', '171049.208000', '171049.211000', '171049.214000', '171049.217000', '171049.219000', '171049.222000', '171049.224000', '171049.227000', '171049.230000', '171049.232000', '171049.235000', '171049.237000', '171049.240000', '171049.243000', '171049.246000', '171049.248000', '171049.251000', '171049.253000', '171049.256000', '171049.258000', '171049.261000', '171049.264000', '171049.266000', '171049.269000', '171049.271000', '171049.274000', '171049.277000', '171049.279000', '171049.282000', '171049.284000', '171049.287000', '171049.289000', '171049.292000', '171049.295000', '171049.297000', '171049.300000', '171049.302000', '171049.305000', '171049.307000', '171049.310000', '171049.313000', '171049.315000', '171049.318000', '171049.320000', '171109.208000', '171109.211000', '171109.214000', '171109.217000', '171109.219000', '171109.222000', '171109.224000', '171109.227000', '171109.230000', '171109.232000', '171109.235000', '171109.237000', '171109.240000', '171109.243000', '171109.245000', '171109.248000', '171109.251000', '171109.253000', '171109.256000', '171109.259000', '171109.261000', '171109.264000', '171109.267000', '171109.269000', '171109.272000', '171109.274000', '171109.277000', '171109.279000', '171109.282000', '171109.285000', '171109.287000', '171109.290000', '171109.292000', '171109.295000', '171109.298000', '171109.300000', '171109.303000', '171109.318000', '171109.320000', '171109.323000', '171109.325000', '171109.328000', '171109.331000', '171129.208000', '171129.211000', '171129.214000', '171129.217000', '171129.219000', '171129.222000', '171129.224000', '171129.227000', '171129.230000', '171129.232000', '171129.235000', '171129.237000', '171129.240000', '171129.243000', '171129.245000', '171129.248000', '171129.251000', '171129.254000', '171129.256000', '171129.259000', '171129.261000', '171129.264000', '171129.267000', '171129.269000', '171129.272000', '171129.274000', '171129.277000', '171129.279000', '171129.282000', '171129.284000', '171129.287000', '171129.290000', '171129.292000', '171129.295000', '171129.297000', '171129.300000', '171129.303000', '171129.305000', '171129.308000', '171129.310000', '171129.313000', '171129.316000', '171129.318000', '171129.321000', '171149.208000', '171149.212000', '171149.214000', '171149.217000', '171149.219000', '171149.222000', '171149.224000', '171149.227000', '171149.230000', '171149.232000', '171149.235000', '171149.237000', '171149.240000', '171149.242000', '171149.245000', '171149.248000', '171149.250000', '171149.253000', '171149.256000', '171149.258000', '171149.261000', '171149.264000', '171149.266000', '171149.269000', '171149.272000', '171149.274000', '171149.277000', '171149.280000', '171149.282000', '171149.285000', '171149.287000', '171149.290000', '171149.292000', '171149.295000', '171149.298000', '171149.300000', '171149.303000', '171149.306000', '171149.308000', '171149.311000', '171149.314000', '171149.317000', '171149.319000', '171209.208000', '171209.211000', '171209.214000', '171209.217000', '171209.220000', '171209.222000', '171209.225000', '171209.227000', '171209.230000', '171209.232000', '171209.237000', '171209.239000', '171209.242000', '171209.244000', '171209.247000', '171209.250000', '171209.252000', '171209.255000', '171209.258000', '171209.260000', '171209.263000', '171209.265000', '171209.268000', '171209.271000', '171209.273000', '171209.276000', '171209.278000', '171209.281000', '171209.284000', '171209.286000', '171209.289000', '171209.291000', '171209.294000', '171209.297000', '171209.299000', '171209.302000', '171209.305000', '171209.307000', '171209.310000', '171209.313000', '171209.315000', '171209.318000', '171209.321000', '171209.323000', '171229.209000', '171229.211000', '171229.214000', '171229.217000', '171229.219000', '171229.222000', '171229.225000', '171229.227000', '171229.230000', '171229.232000', '171229.235000', '171229.238000', '171229.240000', '171229.243000', '171229.245000', '171229.248000', '171229.251000', '171229.253000', '171229.256000', '171229.259000', '171229.262000', '171229.264000', '171229.267000', '171229.269000', '171229.272000', '171229.274000', '171229.277000', '171229.279000', '171229.282000', '171229.285000', '171229.287000', '171229.290000', '171229.293000', '171229.296000', '171229.299000', '171229.302000', '171229.304000', '171229.307000', '171229.309000', '171229.312000', '171229.314000', '171229.317000', '171229.320000', '171249.209000', '171249.211000', '171249.214000', '171249.217000', '171249.234000', '171249.237000', '171249.239000', '171249.242000', '171249.245000', '171249.247000', '171249.250000', '171249.252000', '171249.255000', '171249.258000', '171249.261000', '171249.264000', '171249.266000', '171249.269000', '171249.271000', '171249.274000', '171249.277000', '171249.279000', '171249.282000', '171249.284000', '171249.287000', '171249.290000', '171249.292000', '171249.295000', '171249.298000', '171249.300000', '171249.303000', '171249.305000', '171249.308000', '171249.311000', '171249.313000', '171249.316000', '171249.318000', '171249.321000', '171249.323000', '171249.326000', '171249.328000', '171249.331000', '171249.334000', '171249.336000', '171253.705000', '171253.708000', '171253.711000', '171253.714000', '171253.716000', '171253.719000', '171253.722000', '171253.724000', '171253.727000', '171253.730000'], 'InstanceCreationTime': ['170629.244000', '170629.247000', '170629.250000', '170629.252000', '170629.255000', '170629.258000', '170629.261000', '170629.263000', '170629.271000', '170629.274000', '170629.276000', '170629.279000', '170629.282000', '170629.284000', '170629.287000', '170629.289000', '170629.292000', '170629.294000', '170629.297000', '170629.300000', '170629.302000', '170629.305000', '170629.307000', '170629.310000', '170629.312000', '170629.315000', '170629.318000', '170629.330000', '170629.332000', '170629.335000', '170629.337000', '170629.340000', '170629.342000', '170629.345000', '170629.347000', '170629.350000', '170649.208000', '170649.211000', '170649.214000', '170649.216000', '170649.219000', '170649.223000', '170649.226000', '170649.228000', '170649.231000', '170649.234000', '170649.236000', '170649.239000', '170649.241000', '170649.244000', '170649.246000', '170649.249000', '170649.251000', '170649.254000', '170649.256000', '170649.259000', '170649.261000', '170649.264000', '170649.266000', '170649.269000', '170649.271000', '170649.274000', '170649.276000', '170649.279000', '170649.282000', '170649.284000', '170649.287000', '170649.289000', '170649.292000', '170649.294000', '170649.297000', '170649.299000', '170649.302000', '170649.304000', '170649.307000', '170649.309000', '170649.312000', '170649.315000', '170649.317000', '170709.208000', '170709.211000', '170709.214000', '170709.216000', '170709.219000', '170709.222000', '170709.224000', '170709.227000', '170709.231000', '170709.234000', '170709.236000', '170709.239000', '170709.241000', '170709.244000', '170709.246000', '170709.249000', '170709.252000', '170709.254000', '170709.257000', '170709.259000', '170709.262000', '170709.264000', '170709.267000', '170709.269000', '170709.272000', '170709.274000', '170709.277000', '170709.279000', '170709.282000', '170709.285000', '170709.287000', '170709.290000', '170709.292000', '170709.295000', '170709.297000', '170709.300000', '170709.303000', '170709.306000', '170709.308000', '170709.311000', '170709.313000', '170709.316000', '170709.318000', '170709.321000', '170729.208000', '170729.211000', '170729.214000', '170729.217000', '170729.219000', '170729.222000', '170729.224000', '170729.227000', '170729.230000', '170729.232000', '170729.235000', '170729.237000', '170729.240000', '170729.242000', '170729.245000', '170729.247000', '170729.250000', '170729.253000', '170729.255000', '170729.258000', '170729.260000', '170729.263000', '170729.266000', '170729.268000', '170729.271000', '170729.273000', '170729.276000', '170729.279000', '170729.281000', '170729.284000', '170729.286000', '170729.289000', '170729.292000', '170729.294000', '170729.297000', '170729.299000', '170729.302000', '170729.305000', '170729.307000', '170729.310000', '170729.312000', '170729.315000', '170729.317000', '170749.210000', '170749.213000', '170749.216000', '170749.218000', '170749.221000', '170749.223000', '170749.226000', '170749.229000', '170749.231000', '170749.234000', '170749.236000', '170749.239000', '170749.242000', '170749.244000', '170749.247000', '170749.249000', '170749.252000', '170749.255000', '170749.257000', '170749.260000', '170749.263000', '170749.265000', '170749.268000', '170749.270000', '170749.273000', '170749.275000', '170749.278000', '170749.281000', '170749.283000', '170749.286000', '170749.288000', '170749.291000', '170749.293000', '170749.296000', '170749.299000', '170749.301000', '170749.304000', '170749.306000', '170749.309000', '170749.311000', '170749.314000', '170749.316000', '170749.319000', '170749.321000', '170809.208000', '170809.211000', '170809.214000', '170809.216000', '170809.219000', '170809.222000', '170809.224000', '170809.227000', '170809.229000', '170809.232000', '170809.235000', '170809.237000', '170809.240000', '170809.242000', '170809.245000', '170809.248000', '170809.250000', '170809.253000', '170809.255000', '170809.258000', '170809.261000', '170809.263000', '170809.266000', '170809.268000', '170809.271000', '170809.274000', '170809.276000', '170809.279000', '170809.281000', '170809.284000', '170809.286000', '170809.289000', '170809.296000', '170809.298000', '170809.301000', '170809.304000', '170809.306000', '170809.309000', '170809.311000', '170809.314000', '170809.317000', '170809.319000', '170809.322000', '170829.209000', '170829.212000', '170829.214000', '170829.217000', '170829.219000', '170829.222000', '170829.224000', '170829.227000', '170829.230000', '170829.232000', '170829.235000', '170829.237000', '170829.240000', '170829.243000', '170829.245000', '170829.248000', '170829.250000', '170829.253000', '170829.256000', '170829.258000', '170829.261000', '170829.263000', '170829.266000', '170829.268000', '170829.271000', '170829.274000', '170829.276000', '170829.279000', '170829.281000', '170829.284000', '170829.287000', '170829.289000', '170829.292000', '170829.294000', '170829.297000', '170829.300000', '170829.302000', '170829.305000', '170829.307000', '170829.310000', '170829.312000', '170829.315000', '170829.318000', '170829.320000', '170849.208000', '170849.211000', '170849.214000', '170849.216000', '170849.219000', '170849.222000', '170849.224000', '170849.227000', '170849.229000', '170849.232000', '170849.235000', '170849.237000', '170849.240000', '170849.242000', '170849.245000', '170849.248000', '170849.250000', '170849.253000', '170849.255000', '170849.258000', '170849.260000', '170849.263000', '170849.265000', '170849.268000', '170849.271000', '170849.273000', '170849.276000', '170849.278000', '170849.281000', '170849.284000', '170849.286000', '170849.289000', '170849.291000', '170849.294000', '170849.296000', '170849.299000', '170849.302000', '170849.304000', '170849.307000', '170849.309000', '170849.312000', '170849.314000', '170849.317000', '170909.208000', '170909.211000', '170909.214000', '170909.216000', '170909.219000', '170909.221000', '170909.224000', '170909.227000', '170909.229000', '170909.232000', '170909.234000', '170909.237000', '170909.239000', '170909.242000', '170909.245000', '170909.247000', '170909.251000', '170909.254000', '170909.257000', '170909.260000', '170909.262000', '170909.265000', '170909.267000', '170909.270000', '170909.273000', '170909.275000', '170909.278000', '170909.280000', '170909.283000', '170909.286000', '170909.288000', '170909.291000', '170909.294000', '170909.296000', '170909.299000', '170909.301000', '170909.304000', '170909.307000', '170909.310000', '170909.312000', '170909.315000', '170909.317000', '170909.320000', '170929.208000', '170929.212000', '170929.214000', '170929.217000', '170929.219000', '170929.222000', '170929.224000', '170929.227000', '170929.230000', '170929.233000', '170929.235000', '170929.238000', '170929.241000', '170929.244000', '170929.246000', '170929.249000', '170929.251000', '170929.254000', '170929.257000', '170929.259000', '170929.262000', '170929.264000', '170929.267000', '170929.270000', '170929.272000', '170929.275000', '170929.278000', '170929.280000', '170929.283000', '170929.286000', '170929.288000', '170929.291000', '170929.294000', '170929.296000', '170929.299000', '170929.301000', '170929.304000', '170929.307000', '170929.309000', '170929.312000', '170929.315000', '170929.317000', '170929.320000', '170929.323000', '170949.208000', '170949.212000', '170949.214000', '170949.217000', '170949.219000', '170949.222000', '170949.225000', '170949.227000', '170949.230000', '170949.233000', '170949.235000', '170949.238000', '170949.250000', '170949.252000', '170949.255000', '170949.257000', '170949.260000', '170949.262000', '170949.265000', '170949.268000', '170949.270000', '170949.273000', '170949.275000', '170949.278000', '170949.280000', '170949.283000', '170949.286000', '170949.288000', '170949.291000', '170949.293000', '170949.296000', '170949.298000', '170949.301000', '170949.304000', '170949.306000', '170949.309000', '170949.311000', '170949.314000', '170949.317000', '170949.319000', '170949.322000', '170949.324000', '170949.327000', '171009.208000', '171009.211000', '171009.214000', '171009.217000', '171009.219000', '171009.222000', '171009.224000', '171009.227000', '171009.230000', '171009.232000', '171009.235000', '171009.237000', '171009.240000', '171009.243000', '171009.245000', '171009.248000', '171009.250000', '171009.253000', '171009.256000', '171009.258000', '171009.261000', '171009.263000', '171009.266000', '171009.268000', '171009.271000', '171009.273000', '171009.276000', '171009.279000', '171009.281000', '171009.284000', '171009.286000', '171009.289000', '171009.291000', '171009.294000', '171009.296000', '171009.299000', '171009.302000', '171009.304000', '171009.307000', '171009.309000', '171009.312000', '171009.315000', '171009.317000', '171009.320000', '171029.208000', '171029.211000', '171029.214000', '171029.217000', '171029.219000', '171029.222000', '171029.224000', '171029.227000', '171029.230000', '171029.232000', '171029.235000', '171029.238000', '171029.241000', '171029.244000', '171029.247000', '171029.249000', '171029.252000', '171029.254000', '171029.257000', '171029.260000', '171029.262000', '171029.265000', '171029.267000', '171029.270000', '171029.272000', '171029.275000', '171029.277000', '171029.280000', '171029.283000', '171029.285000', '171029.288000', '171029.291000', '171029.294000', '171029.297000', '171029.300000', '171029.302000', '171029.305000', '171029.308000', '171029.310000', '171029.313000', '171029.316000', '171029.318000', '171029.321000', '171049.208000', '171049.211000', '171049.214000', '171049.217000', '171049.219000', '171049.222000', '171049.224000', '171049.227000', '171049.230000', '171049.232000', '171049.235000', '171049.237000', '171049.240000', '171049.243000', '171049.246000', '171049.248000', '171049.251000', '171049.253000', '171049.256000', '171049.258000', '171049.261000', '171049.264000', '171049.266000', '171049.269000', '171049.271000', '171049.274000', '171049.277000', '171049.279000', '171049.282000', '171049.284000', '171049.287000', '171049.289000', '171049.292000', '171049.295000', '171049.297000', '171049.300000', '171049.302000', '171049.305000', '171049.307000', '171049.310000', '171049.313000', '171049.315000', '171049.318000', '171049.320000', '171109.208000', '171109.211000', '171109.214000', '171109.217000', '171109.219000', '171109.222000', '171109.224000', '171109.227000', '171109.230000', '171109.232000', '171109.235000', '171109.237000', '171109.240000', '171109.243000', '171109.245000', '171109.248000', '171109.251000', '171109.253000', '171109.256000', '171109.259000', '171109.261000', '171109.264000', '171109.267000', '171109.269000', '171109.272000', '171109.274000', '171109.277000', '171109.279000', '171109.282000', '171109.285000', '171109.287000', '171109.290000', '171109.292000', '171109.295000', '171109.298000', '171109.300000', '171109.303000', '171109.318000', '171109.320000', '171109.323000', '171109.325000', '171109.328000', '171109.331000', '171129.208000', '171129.211000', '171129.214000', '171129.217000', '171129.219000', '171129.222000', '171129.224000', '171129.227000', '171129.230000', '171129.232000', '171129.235000', '171129.237000', '171129.240000', '171129.243000', '171129.245000', '171129.248000', '171129.251000', '171129.254000', '171129.256000', '171129.259000', '171129.261000', '171129.264000', '171129.267000', '171129.269000', '171129.272000', '171129.274000', '171129.277000', '171129.279000', '171129.282000', '171129.284000', '171129.287000', '171129.290000', '171129.292000', '171129.295000', '171129.297000', '171129.300000', '171129.303000', '171129.305000', '171129.308000', '171129.310000', '171129.313000', '171129.316000', '171129.318000', '171129.321000', '171149.208000', '171149.212000', '171149.214000', '171149.217000', '171149.219000', '171149.222000', '171149.224000', '171149.227000', '171149.230000', '171149.232000', '171149.235000', '171149.237000', '171149.240000', '171149.242000', '171149.245000', '171149.248000', '171149.250000', '171149.253000', '171149.256000', '171149.258000', '171149.261000', '171149.264000', '171149.266000', '171149.269000', '171149.272000', '171149.274000', '171149.277000', '171149.280000', '171149.282000', '171149.285000', '171149.287000', '171149.290000', '171149.292000', '171149.295000', '171149.298000', '171149.300000', '171149.303000', '171149.306000', '171149.308000', '171149.311000', '171149.314000', '171149.317000', '171149.319000', '171209.208000', '171209.211000', '171209.214000', '171209.217000', '171209.220000', '171209.222000', '171209.225000', '171209.227000', '171209.230000', '171209.232000', '171209.237000', '171209.239000', '171209.242000', '171209.244000', '171209.247000', '171209.250000', '171209.252000', '171209.255000', '171209.258000', '171209.260000', '171209.263000', '171209.265000', '171209.268000', '171209.271000', '171209.273000', '171209.276000', '171209.278000', '171209.281000', '171209.284000', '171209.286000', '171209.289000', '171209.291000', '171209.294000', '171209.297000', '171209.299000', '171209.302000', '171209.305000', '171209.307000', '171209.310000', '171209.313000', '171209.315000', '171209.318000', '171209.321000', '171209.323000', '171229.209000', '171229.211000', '171229.214000', '171229.217000', '171229.219000', '171229.222000', '171229.225000', '171229.227000', '171229.230000', '171229.232000', '171229.235000', '171229.238000', '171229.240000', '171229.243000', '171229.245000', '171229.248000', '171229.251000', '171229.253000', '171229.256000', '171229.259000', '171229.262000', '171229.264000', '171229.267000', '171229.269000', '171229.272000', '171229.274000', '171229.277000', '171229.279000', '171229.282000', '171229.285000', '171229.287000', '171229.290000', '171229.293000', '171229.296000', '171229.299000', '171229.302000', '171229.304000', '171229.307000', '171229.309000', '171229.312000', '171229.314000', '171229.317000', '171229.320000', '171249.209000', '171249.211000', '171249.214000', '171249.217000', '171249.234000', '171249.237000', '171249.239000', '171249.242000', '171249.245000', '171249.247000', '171249.250000', '171249.252000', '171249.255000', '171249.258000', '171249.261000', '171249.264000', '171249.266000', '171249.269000', '171249.271000', '171249.274000', '171249.277000', '171249.279000', '171249.282000', '171249.284000', '171249.287000', '171249.290000', '171249.292000', '171249.295000', '171249.298000', '171249.300000', '171249.303000', '171249.305000', '171249.308000', '171249.311000', '171249.313000', '171249.316000', '171249.318000', '171249.321000', '171249.323000', '171249.326000', '171249.328000', '171249.331000', '171249.334000', '171249.336000', '171253.705000', '171253.708000', '171253.711000', '171253.714000', '171253.716000', '171253.719000', '171253.722000', '171253.724000', '171253.727000', '171253.730000'], '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': [14825, 10729, 13332, 10451, 12048, 10524, 13670, 10591, 15310, 10356, 10276, 10654, 10079, 10350, 10764, 10359, 10433, 10426, 10969, 10479, 12030, 10672, 11702, 10471, 10372, 10306, 10614, 14295, 11000, 12325, 10974, 10995, 10723, 10162, 10748, 10494, 10113, 10828, 12611, 10629, 9749, 10304, 9804, 10427, 10290, 10517, 9979, 9996, 10662, 11403, 10998, 11130, 10467, 10540, 10365, 10314, 10610, 9987, 10252, 10570, 10148, 10822, 10133, 10672, 10537, 11006, 12597, 10490, 10610, 10411, 10537, 10300, 10937, 12563, 10773, 10812, 10560, 10412, 10663, 10394, 10483, 10541, 10861, 12350, 10706, 12936, 10444, 10049, 10519, 10393, 11140, 11140, 11255, 10431, 10427, 10656, 10510, 10276, 10595, 10476, 10851, 10386, 10831, 12469, 10960, 12174, 10786, 11806, 10612, 10376, 10676, 10430, 10631, 12301, 10581, 11760, 10694, 10184, 10422, 10253, 10455, 10466, 10319, 10570, 11115, 10757, 10390, 10080, 10339, 9986, 10540, 10536, 10458, 10610, 10515, 10882, 13004, 11086, 10973, 10874, 10530, 10845, 10509, 10668, 10684, 10762, 10685, 10784, 10516, 10861, 10335, 10555, 13065, 10892, 11514, 10607, 10819, 10880, 11164, 10733, 10960, 10268, 10350, 10646, 10330, 10752, 10604, 10675, 10802, 10923, 10704, 10484, 10439, 10419, 10612, 10696, 10672, 10679, 10894, 12941, 10955, 12787, 10692, 11920, 10449, 10549, 11172, 10607, 11239, 11885, 11698, 10623, 11020, 10640, 10970, 10765, 10589, 10684, 10759, 10972, 11111, 12639, 10728, 11083, 10716, 10779, 10748, 10425, 10555, 10394, 10753, 10603, 10467, 10764, 10425, 10584, 10496, 10613, 10592, 10724, 10613, 11014, 11258, 11144, 13750, 11169, 12772, 10735, 12091, 10967, 11289, 10900, 11027, 10957, 10946, 10676, 11229, 11836, 11138, 11776, 11031, 11092, 10757, 10765, 10668, 10647, 10810, 10813, 10898, 10649, 10541, 10872, 10540, 10933, 10576, 11387, 12906, 11049, 12127, 10840, 10877, 10631, 10915, 10946, 10579, 10688, 10593, 10896, 11257, 10663, 10471, 10718, 10918, 10890, 10775, 10730, 11220, 10987, 11226, 10843, 10861, 10848, 11310, 13462, 11379, 12195, 11064, 10830, 10862, 11079, 10932, 11335, 12716, 11136, 11435, 10948, 10554, 11033, 10712, 10862, 10955, 10426, 10482, 10581, 10690, 10666, 10525, 12145, 10617, 12640, 10625, 11801, 10501, 11559, 10759, 11242, 10843, 11632, 10710, 10620, 10339, 10811, 10628, 11158, 13426, 10865, 12286, 10401, 11650, 10594, 10672, 10722, 10736, 10555, 11031, 11009, 10955, 11100, 10776, 10471, 10901, 10829, 11314, 13055, 11380, 12805, 11129, 12368, 10651, 12172, 10923, 10780, 10893, 10648, 10499, 10405, 10450, 10860, 10424, 10852, 10400, 10869, 10506, 11089, 12864, 11303, 12637, 10485, 12817, 10803, 10351, 10683, 10439, 11625, 9934, 12289, 9488, 10984, 9488, 9315, 9268, 11331, 9160, 9697, 9542, 10342, 11598, 10726, 13149, 10741, 13092, 10546, 14496, 10617, 15419, 11606, 13913, 14573, 10913, 14574, 10686, 11806, 10820, 10176, 10522, 10661, 10440, 10106, 10741, 11619, 10989, 10589, 10968, 10408, 11146, 10036, 10691, 10474, 10611, 10687, 10550, 10600, 10582, 10730, 10532, 10622, 10051, 10655, 9809, 10623, 9899, 10845, 13464, 10726, 12666, 10729, 11219, 10903, 11088, 10896, 11281, 10343, 11302, 11066, 10985, 11951, 10813, 12576, 10949, 13240, 11279, 10811, 10116, 9949, 10140, 10165, 11800, 10447, 11627, 10467, 9919, 10217, 10385, 11640, 10541, 12298, 10542, 10443, 10557, 10087, 10356, 10363, 10385, 10424, 10221, 10283, 10472, 10478, 12265, 10564, 12200, 10306, 11918, 10471, 10623, 10473, 10859, 13791, 10923, 11555, 10641, 10749, 10760, 10817, 10165, 10802, 10598, 11135, 13053, 10911, 11347, 10742, 10795, 10363, 10978, 10749, 11071, 11632, 10723, 10505, 10299, 10525, 10241, 10769, 10489, 10700, 10496, 10875, 12465, 10469, 11148, 10479, 10625, 10418, 10767, 10339, 10942, 12675, 11083, 11172, 10595, 10547, 10406, 10953, 10959, 10913, 10901, 11611, 11405, 11620, 11908, 11479, 11429, 11270, 10904, 11037, 10880, 11050, 10381, 11103, 10217, 11306, 10292, 11269, 12406, 11173, 11346, 10754, 11211, 10029, 11069, 9994, 11345, 12571, 11179, 11849, 10865, 10876, 10284, 11022, 11408, 11190, 11930, 11204, 11796, 10882, 11054, 10438, 10873, 10687, 10860, 11043, 10932, 10188, 11153, 10135, 11050, 11089, 11178, 12329, 11133, 12219, 11062, 10775, 10274, 10972, 10306, 11107, 11272, 11051, 11014, 10588, 10560, 10408, 10893, 10612, 11065, 11161, 10822, 10827, 10759, 10614, 10004, 10670, 9976, 10997, 10153, 11098, 10389, 11173, 12967, 11243, 13426, 11799, 12024, 11655, 11124, 11261, 11113, 10797, 11399, 10828, 11592, 12540, 11650, 11067, 11323, 11041, 10993, 11237, 11152, 11204, 11251, 11235, 10604, 11520, 10632, 11404, 10613, 11452, 11595, 11488, 12109, 11306, 10841, 11138, 11133, 10162, 11196, 12097, 11519, 11187, 10931, 11079, 10027, 10999, 10310, 11281, 10259, 11517, 10528, 11454, 13507, 11194, 13236, 10977, 10533, 11103, 11151, 11122, 11393, 11942, 11367, 12292, 10724, 11814, 10860, 11016, 10388, 11079, 10830, 11512, 12204, 10738, 11883, 10800, 10886, 10349, 11318, 12421, 11427, 11976, 10747, 11746, 10982, 10683, 10882, 10907, 10835, 11806, 10682, 11736, 10735, 10805, 10921, 10984, 11944, 11254, 11407, 11022, 10620, 10921, 10839, 10664, 10883, 10662, 10889, 10612, 10945, 12695, 11081, 11484, 11166, 11161, 10885, 10677, 10816, 10586, 11055, 11365, 10946, 12883, 10951, 11741, 10932, 11455, 10725, 10768, 10055, 10758, 10403, 11102, 11928, 10711, 10946, 10500, 10674, 10038, 10752, 10498, 11062, 12635, 11003, 11899, 10597, 11113, 10209, 10888, 10138, 11178, 10994, 11032, 12777, 10981, 12661, 10144, 12308, 10383, 10786, 10546, 10982, 10556, 10900, 10235, 11149, 13468, 11156, 11980, 11110, 11095, 10613, 10950, 12561, 11370, 11800, 10588, 11269, 10586, 10640, 10472, 10879, 11888, 11062, 10828, 10591, 10763, 11110, 10873, 10206, 11187, 12460, 11298, 11491, 10668, 10926, 11052, 11061, 10245, 11203, 12756, 11285, 11386, 10808, 10900, 10807, 10833, 10331, 11258, 12267, 11272, 11142, 10674, 10806, 11108, 11004, 10310, 11199, 10502, 11557, 12703, 11440, 11071, 10873, 11285, 11128, 12910, 14443, 10581, 10033, 10438, 11916, 11032, 10992, 9932, 11581, 11504, 11189, 11122, 11213, 11005, 10765, 11323, 13548, 11175, 12688, 11356, 14209, 11171, 10622, 11170, 10511, 11054], 'WindowCenter': [4211.0, 4177.0, 4180.0, 4151.0, 4161.0, 4150.0, 4167.0, 4146.0, 4179.0, 4136.0, 4136.0, 4135.0, 4120.0, 4148.0, 4146.0, 4134.0, 4145.0, 4147.0, 4147.0, 4146.0, 4159.0, 4148.0, 4159.0, 4147.0, 4146.0, 4134.0, 4133.0, 4154.0, 4135.0, 4145.0, 4132.0, 4135.0, 4133.0, 4123.0, 4132.0, 4134.0, 4123.0, 4134.0, 4144.0, 4130.0, 4120.0, 4119.0, 4122.0, 4133.0, 4133.0, 4156.0, 4134.0, 4135.0, 4135.0, 4144.0, 4134.0, 4132.0, 4135.0, 4134.0, 4133.0, 4134.0, 4147.0, 4137.0, 4149.0, 4147.0, 4133.0, 4143.0, 4135.0, 4132.0, 4135.0, 4145.0, 4155.0, 4135.0, 4136.0, 4136.0, 4147.0, 4135.0, 4144.0, 4159.0, 4146.0, 4145.0, 4144.0, 4146.0, 4147.0, 4134.0, 4147.0, 4147.0, 4146.0, 4170.0, 4146.0, 4167.0, 4144.0, 4134.0, 4135.0, 4136.0, 4130.0, 4142.0, 4145.0, 4136.0, 4136.0, 4136.0, 4147.0, 4136.0, 4144.0, 4144.0, 4145.0, 4132.0, 4144.0, 4156.0, 4145.0, 4156.0, 4148.0, 4159.0, 4147.0, 4148.0, 4144.0, 4145.0, 4145.0, 4157.0, 4145.0, 4154.0, 4134.0, 4136.0, 4144.0, 4134.0, 4143.0, 4147.0, 4134.0, 4148.0, 4156.0, 4146.0, 4145.0, 4145.0, 4143.0, 4138.0, 4144.0, 4144.0, 4145.0, 4149.0, 4149.0, 4157.0, 4169.0, 4158.0, 4157.0, 4158.0, 4147.0, 4159.0, 4145.0, 4150.0, 4148.0, 4148.0, 4146.0, 4149.0, 4145.0, 4147.0, 4145.0, 4143.0, 4157.0, 4143.0, 4143.0, 4136.0, 4144.0, 4145.0, 4147.0, 4145.0, 4143.0, 4143.0, 4144.0, 4145.0, 4146.0, 4158.0, 4147.0, 4158.0, 4159.0, 4160.0, 4161.0, 4163.0, 4160.0, 4148.0, 4160.0, 4148.0, 4150.0, 4147.0, 4147.0, 4168.0, 4158.0, 4169.0, 4162.0, 4160.0, 4147.0, 4161.0, 4159.0, 4149.0, 4173.0, 4182.0, 4181.0, 4173.0, 4174.0, 4164.0, 4161.0, 4161.0, 4148.0, 4150.0, 4147.0, 4146.0, 4145.0, 4156.0, 4147.0, 4146.0, 4146.0, 4147.0, 4146.0, 4144.0, 4148.0, 4136.0, 4145.0, 4145.0, 4148.0, 4146.0, 4160.0, 4159.0, 4157.0, 4159.0, 4160.0, 4160.0, 4149.0, 4159.0, 4161.0, 4162.0, 4180.0, 4159.0, 4171.0, 4162.0, 4172.0, 4158.0, 4160.0, 4147.0, 4149.0, 4146.0, 4147.0, 4150.0, 4160.0, 4170.0, 4161.0, 4159.0, 4148.0, 4160.0, 4145.0, 4149.0, 4147.0, 4150.0, 4147.0, 4161.0, 4158.0, 4159.0, 4150.0, 4158.0, 4148.0, 4147.0, 4149.0, 4157.0, 4167.0, 4159.0, 4160.0, 4148.0, 4148.0, 4147.0, 4149.0, 4148.0, 4149.0, 4147.0, 4148.0, 4147.0, 4147.0, 4147.0, 4147.0, 4148.0, 4148.0, 4157.0, 4148.0, 4160.0, 4172.0, 4158.0, 4177.0, 4161.0, 4160.0, 4158.0, 4171.0, 4181.0, 4169.0, 4171.0, 4159.0, 4160.0, 4161.0, 4171.0, 4159.0, 4161.0, 4169.0, 4160.0, 4157.0, 4150.0, 4147.0, 4161.0, 4151.0, 4160.0, 4158.0, 4161.0, 4158.0, 4158.0, 4158.0, 4161.0, 4163.0, 4181.0, 4161.0, 4173.0, 4163.0, 4171.0, 4163.0, 4169.0, 4163.0, 4163.0, 4174.0, 4177.0, 4164.0, 4164.0, 4151.0, 4163.0, 4161.0, 4162.0, 4181.0, 4160.0, 4173.0, 4161.0, 4160.0, 4160.0, 4149.0, 4161.0, 4160.0, 4148.0, 4162.0, 4161.0, 4160.0, 4160.0, 4160.0, 4149.0, 4159.0, 4160.0, 4159.0, 4167.0, 4158.0, 4172.0, 4159.0, 4172.0, 4160.0, 4162.0, 4158.0, 4147.0, 4146.0, 4147.0, 4163.0, 4162.0, 4163.0, 4161.0, 4150.0, 4158.0, 4147.0, 4157.0, 4150.0, 4158.0, 4171.0, 4158.0, 4170.0, 4159.0, 4173.0, 4159.0, 4153.0, 4149.0, 4173.0, 4187.0, 4163.0, 4187.0, 4153.0, 4161.0, 4138.0, 4149.0, 4137.0, 4161.0, 4136.0, 4139.0, 4140.0, 4152.0, 4162.0, 4164.0, 4172.0, 4160.0, 4173.0, 4151.0, 4170.0, 4138.0, 4170.0, 4134.0, 4144.0, 4155.0, 4123.0, 4144.0, 4137.0, 4130.0, 4132.0, 4118.0, 4119.0, 4118.0, 4122.0, 4121.0, 4121.0, 4132.0, 4122.0, 4121.0, 4135.0, 4134.0, 4134.0, 4121.0, 4135.0, 4133.0, 4135.0, 4132.0, 4136.0, 4134.0, 4144.0, 4148.0, 4146.0, 4148.0, 4150.0, 4152.0, 4150.0, 4147.0, 4147.0, 4158.0, 4169.0, 4161.0, 4173.0, 4163.0, 4175.0, 4163.0, 4162.0, 4174.0, 4172.0, 4164.0, 4160.0, 4161.0, 4160.0, 4171.0, 4158.0, 4160.0, 4147.0, 4186.0, 4171.0, 4164.0, 4151.0, 4148.0, 4146.0, 4149.0, 4157.0, 4146.0, 4157.0, 4149.0, 4150.0, 4151.0, 4148.0, 4158.0, 4149.0, 4156.0, 4147.0, 4148.0, 4148.0, 4151.0, 4151.0, 4150.0, 4147.0, 4150.0, 4148.0, 4150.0, 4148.0, 4150.0, 4172.0, 4159.0, 4172.0, 4161.0, 4172.0, 4173.0, 4176.0, 4163.0, 4163.0, 4184.0, 4161.0, 4172.0, 4163.0, 4161.0, 4160.0, 4162.0, 4148.0, 4163.0, 4161.0, 4160.0, 4170.0, 4158.0, 4160.0, 4163.0, 4161.0, 4160.0, 4159.0, 4161.0, 4161.0, 4161.0, 4149.0, 4148.0, 4151.0, 4162.0, 4148.0, 4162.0, 4158.0, 4159.0, 4157.0, 4158.0, 4170.0, 4159.0, 4161.0, 4160.0, 4149.0, 4161.0, 4160.0, 4151.0, 4159.0, 4172.0, 4160.0, 4158.0, 4148.0, 4161.0, 4160.0, 4161.0, 4158.0, 4158.0, 4172.0, 4162.0, 4159.0, 4159.0, 4160.0, 4169.0, 4170.0, 4159.0, 4160.0, 4150.0, 4161.0, 4156.0, 4147.0, 4159.0, 4148.0, 4159.0, 4148.0, 4159.0, 4167.0, 4159.0, 4159.0, 4161.0, 4172.0, 4149.0, 4159.0, 4151.0, 4159.0, 4172.0, 4160.0, 4159.0, 4156.0, 4158.0, 4149.0, 4161.0, 4159.0, 4159.0, 4156.0, 4156.0, 4158.0, 4149.0, 4160.0, 4159.0, 4159.0, 4147.0, 4160.0, 4157.0, 4160.0, 4149.0, 4161.0, 4163.0, 4160.0, 4159.0, 4159.0, 4169.0, 4160.0, 4157.0, 4157.0, 4150.0, 4151.0, 4158.0, 4150.0, 4158.0, 4160.0, 4156.0, 4149.0, 4161.0, 4151.0, 4151.0, 4150.0, 4145.0, 4160.0, 4157.0, 4147.0, 4149.0, 4145.0, 4147.0, 4149.0, 4151.0, 4147.0, 4161.0, 4147.0, 4160.0, 4147.0, 4158.0, 4171.0, 4171.0, 4185.0, 4169.0, 4169.0, 4157.0, 4158.0, 4159.0, 4158.0, 4162.0, 4161.0, 4147.0, 4159.0, 4159.0, 4156.0, 4149.0, 4146.0, 4158.0, 4162.0, 4161.0, 4156.0, 4160.0, 4157.0, 4159.0, 4146.0, 4158.0, 4160.0, 4159.0, 4157.0, 4159.0, 4162.0, 4162.0, 4160.0, 4158.0, 4162.0, 4162.0, 4159.0, 4150.0, 4158.0, 4167.0, 4158.0, 4158.0, 4147.0, 4161.0, 4161.0, 4174.0, 4163.0, 4172.0, 4148.0, 4158.0, 4149.0, 4158.0, 4184.0, 4160.0, 4174.0, 4157.0, 4148.0, 4158.0, 4160.0, 4149.0, 4157.0, 4156.0, 4157.0, 4158.0, 4149.0, 4158.0, 4149.0, 4146.0, 4148.0, 4156.0, 4146.0, 4158.0, 4157.0, 4159.0, 4159.0, 4149.0, 4162.0, 4150.0, 4160.0, 4168.0, 4160.0, 4161.0, 4146.0, 4159.0, 4159.0, 4148.0, 4161.0, 4158.0, 4162.0, 4173.0, 4159.0, 4161.0, 4147.0, 4150.0, 4157.0, 4160.0, 4159.0, 4158.0, 4158.0, 4157.0, 4147.0, 4162.0, 4152.0, 4146.0, 4158.0, 4147.0, 4159.0, 4162.0, 4160.0, 4171.0, 4159.0, 4157.0, 4161.0, 4158.0, 4159.0, 4159.0, 4159.0, 4162.0, 4170.0, 4185.0, 4172.0, 4185.0, 4161.0, 4169.0, 4162.0, 4161.0, 4151.0, 4161.0, 4149.0, 4160.0, 4152.0, 4158.0, 4161.0, 4150.0, 4146.0, 4149.0, 4151.0, 4148.0, 4160.0, 4147.0, 4160.0, 4171.0, 4158.0, 4161.0, 4158.0, 4159.0, 4149.0, 4159.0, 4147.0, 4160.0, 4147.0, 4163.0, 4168.0, 4158.0, 4170.0, 4160.0, 4171.0, 4160.0, 4174.0, 4158.0, 4159.0, 4161.0, 4163.0, 4160.0, 4170.0, 4185.0, 4160.0, 4170.0, 4159.0, 4159.0, 4149.0, 4161.0, 4158.0, 4158.0, 4160.0, 4160.0, 4162.0, 4147.0, 4147.0, 4160.0, 4157.0, 4160.0, 4157.0, 4159.0, 4148.0, 4160.0, 4158.0, 4159.0, 4148.0, 4158.0, 4169.0, 4158.0, 4158.0, 4161.0, 4159.0, 4162.0, 4159.0, 4149.0, 4158.0, 4168.0, 4157.0, 4162.0, 4161.0, 4148.0, 4147.0, 4156.0, 4145.0, 4156.0, 4156.0, 4156.0, 4160.0, 4151.0, 4150.0, 4158.0, 4147.0, 4148.0, 4156.0, 4148.0, 4169.0, 4170.0, 4159.0, 4157.0, 4147.0, 4162.0, 4159.0, 4182.0, 4211.0, 4177.0, 4152.0, 4146.0, 4144.0, 4135.0, 4144.0, 4136.0, 4159.0, 4159.0, 4162.0, 4160.0, 4157.0, 4160.0, 4145.0, 4144.0, 4154.0, 4147.0, 4157.0, 4144.0, 4155.0, 4143.0, 4136.0, 4145.0, 4131.0, 4131.0], 'WindowWidth': [9330.0, 9269.0, 9268.0, 9224.0, 9238.0, 9221.0, 9243.0, 9208.0, 9260.0, 9194.0, 9193.0, 9192.0, 9164.0, 9217.0, 9210.0, 9189.0, 9206.0, 9214.0, 9213.0, 9209.0, 9231.0, 9213.0, 9230.0, 9210.0, 9210.0, 9191.0, 9187.0, 9220.0, 9189.0, 9204.0, 9182.0, 9189.0, 9183.0, 9172.0, 9181.0, 9185.0, 9171.0, 9186.0, 9202.0, 9178.0, 9163.0, 9162.0, 9168.0, 9183.0, 9186.0, 9226.0, 9192.0, 9192.0, 9190.0, 9203.0, 9187.0, 9183.0, 9189.0, 9189.0, 9186.0, 9190.0, 9209.0, 9199.0, 9219.0, 9211.0, 9189.0, 9201.0, 9191.0, 9185.0, 9192.0, 9203.0, 9218.0, 9191.0, 9194.0, 9192.0, 9209.0, 9192.0, 9204.0, 9234.0, 9209.0, 9207.0, 9205.0, 9209.0, 9211.0, 9193.0, 9210.0, 9213.0, 9212.0, 9248.0, 9211.0, 9242.0, 9206.0, 9192.0, 9191.0, 9192.0, 9181.0, 9197.0, 9205.0, 9193.0, 9194.0, 9194.0, 9209.0, 9193.0, 9204.0, 9203.0, 9206.0, 9187.0, 9204.0, 9224.0, 9206.0, 9224.0, 9214.0, 9232.0, 9212.0, 9213.0, 9204.0, 9206.0, 9206.0, 9225.0, 9206.0, 9220.0, 9191.0, 9196.0, 9204.0, 9190.0, 9203.0, 9210.0, 9193.0, 9212.0, 9226.0, 9213.0, 9208.0, 9208.0, 9204.0, 9201.0, 9205.0, 9205.0, 9209.0, 9216.0, 9219.0, 9228.0, 9248.0, 9229.0, 9230.0, 9229.0, 9215.0, 9230.0, 9209.0, 9219.0, 9215.0, 9215.0, 9211.0, 9216.0, 9211.0, 9212.0, 9209.0, 9202.0, 9226.0, 9200.0, 9202.0, 9194.0, 9206.0, 9207.0, 9212.0, 9207.0, 9202.0, 9203.0, 9204.0, 9209.0, 9210.0, 9229.0, 9215.0, 9231.0, 9236.0, 9237.0, 9242.0, 9245.0, 9237.0, 9217.0, 9235.0, 9217.0, 9220.0, 9214.0, 9215.0, 9247.0, 9229.0, 9249.0, 9240.0, 9237.0, 9215.0, 9240.0, 9233.0, 9218.0, 9260.0, 9273.0, 9268.0, 9262.0, 9261.0, 9246.0, 9239.0, 9238.0, 9217.0, 9218.0, 9212.0, 9212.0, 9206.0, 9224.0, 9210.0, 9209.0, 9211.0, 9212.0, 9208.0, 9204.0, 9211.0, 9195.0, 9205.0, 9206.0, 9213.0, 9212.0, 9235.0, 9233.0, 9229.0, 9232.0, 9237.0, 9235.0, 9219.0, 9231.0, 9238.0, 9240.0, 9267.0, 9235.0, 9256.0, 9240.0, 9255.0, 9231.0, 9233.0, 9211.0, 9218.0, 9209.0, 9213.0, 9219.0, 9232.0, 9253.0, 9237.0, 9234.0, 9216.0, 9232.0, 9208.0, 9216.0, 9213.0, 9221.0, 9215.0, 9236.0, 9232.0, 9234.0, 9220.0, 9229.0, 9214.0, 9213.0, 9218.0, 9225.0, 9244.0, 9233.0, 9234.0, 9216.0, 9215.0, 9214.0, 9217.0, 9215.0, 9217.0, 9212.0, 9217.0, 9215.0, 9216.0, 9211.0, 9212.0, 9215.0, 9216.0, 9226.0, 9216.0, 9236.0, 9255.0, 9235.0, 9271.0, 9240.0, 9237.0, 9231.0, 9252.0, 9268.0, 9248.0, 9253.0, 9234.0, 9236.0, 9239.0, 9253.0, 9235.0, 9236.0, 9246.0, 9232.0, 9228.0, 9218.0, 9215.0, 9236.0, 9224.0, 9233.0, 9231.0, 9240.0, 9230.0, 9230.0, 9231.0, 9237.0, 9244.0, 9270.0, 9241.0, 9258.0, 9244.0, 9252.0, 9243.0, 9249.0, 9243.0, 9243.0, 9261.0, 9268.0, 9245.0, 9246.0, 9225.0, 9241.0, 9237.0, 9239.0, 9268.0, 9237.0, 9258.0, 9239.0, 9238.0, 9235.0, 9221.0, 9236.0, 9236.0, 9216.0, 9238.0, 9240.0, 9237.0, 9237.0, 9235.0, 9219.0, 9232.0, 9235.0, 9231.0, 9244.0, 9232.0, 9254.0, 9232.0, 9257.0, 9236.0, 9241.0, 9230.0, 9215.0, 9212.0, 9214.0, 9244.0, 9237.0, 9241.0, 9237.0, 9220.0, 9232.0, 9214.0, 9227.0, 9220.0, 9230.0, 9252.0, 9230.0, 9251.0, 9235.0, 9258.0, 9233.0, 9229.0, 9219.0, 9260.0, 9284.0, 9250.0, 9284.0, 9233.0, 9241.0, 9202.0, 9219.0, 9200.0, 9238.0, 9195.0, 9202.0, 9205.0, 9225.0, 9241.0, 9245.0, 9257.0, 9237.0, 9257.0, 9222.0, 9250.0, 9199.0, 9249.0, 9188.0, 9203.0, 9219.0, 9169.0, 9202.0, 9197.0, 9178.0, 9180.0, 9158.0, 9159.0, 9156.0, 9164.0, 9162.0, 9164.0, 9180.0, 9165.0, 9165.0, 9190.0, 9187.0, 9186.0, 9167.0, 9191.0, 9186.0, 9191.0, 9185.0, 9193.0, 9189.0, 9205.0, 9214.0, 9208.0, 9216.0, 9223.0, 9224.0, 9220.0, 9214.0, 9214.0, 9230.0, 9249.0, 9235.0, 9257.0, 9241.0, 9261.0, 9241.0, 9240.0, 9263.0, 9255.0, 9247.0, 9237.0, 9239.0, 9236.0, 9253.0, 9230.0, 9234.0, 9214.0, 9282.0, 9256.0, 9248.0, 9224.0, 9217.0, 9211.0, 9217.0, 9226.0, 9210.0, 9229.0, 9215.0, 9220.0, 9223.0, 9217.0, 9230.0, 9216.0, 9226.0, 9213.0, 9216.0, 9213.0, 9221.0, 9224.0, 9220.0, 9213.0, 9217.0, 9215.0, 9220.0, 9217.0, 9221.0, 9253.0, 9234.0, 9257.0, 9242.0, 9256.0, 9260.0, 9268.0, 9244.0, 9244.0, 9275.0, 9239.0, 9255.0, 9244.0, 9240.0, 9236.0, 9240.0, 9219.0, 9242.0, 9239.0, 9235.0, 9252.0, 9230.0, 9236.0, 9243.0, 9238.0, 9238.0, 9232.0, 9237.0, 9236.0, 9237.0, 9217.0, 9217.0, 9224.0, 9239.0, 9216.0, 9240.0, 9230.0, 9232.0, 9230.0, 9231.0, 9250.0, 9233.0, 9240.0, 9234.0, 9220.0, 9237.0, 9234.0, 9224.0, 9233.0, 9254.0, 9234.0, 9232.0, 9216.0, 9238.0, 9237.0, 9237.0, 9232.0, 9229.0, 9258.0, 9240.0, 9231.0, 9233.0, 9232.0, 9250.0, 9250.0, 9237.0, 9233.0, 9219.0, 9238.0, 9225.0, 9214.0, 9232.0, 9217.0, 9233.0, 9220.0, 9232.0, 9245.0, 9233.0, 9236.0, 9238.0, 9256.0, 9221.0, 9233.0, 9225.0, 9234.0, 9255.0, 9234.0, 9234.0, 9225.0, 9230.0, 9220.0, 9237.0, 9234.0, 9230.0, 9227.0, 9224.0, 9230.0, 9216.0, 9235.0, 9235.0, 9234.0, 9214.0, 9235.0, 9228.0, 9234.0, 9219.0, 9239.0, 9244.0, 9236.0, 9235.0, 9233.0, 9248.0, 9234.0, 9230.0, 9227.0, 9222.0, 9223.0, 9231.0, 9222.0, 9229.0, 9236.0, 9226.0, 9219.0, 9235.0, 9224.0, 9222.0, 9220.0, 9211.0, 9233.0, 9228.0, 9213.0, 9219.0, 9208.0, 9215.0, 9220.0, 9223.0, 9214.0, 9235.0, 9213.0, 9233.0, 9213.0, 9230.0, 9252.0, 9252.0, 9281.0, 9248.0, 9248.0, 9228.0, 9230.0, 9232.0, 9230.0, 9239.0, 9238.0, 9216.0, 9230.0, 9233.0, 9223.0, 9217.0, 9211.0, 9228.0, 9240.0, 9239.0, 9226.0, 9234.0, 9226.0, 9233.0, 9213.0, 9231.0, 9236.0, 9233.0, 9230.0, 9234.0, 9240.0, 9238.0, 9236.0, 9229.0, 9240.0, 9241.0, 9233.0, 9220.0, 9231.0, 9244.0, 9231.0, 9232.0, 9213.0, 9236.0, 9243.0, 9260.0, 9246.0, 9254.0, 9218.0, 9229.0, 9219.0, 9231.0, 9275.0, 9238.0, 9261.0, 9228.0, 9219.0, 9230.0, 9235.0, 9220.0, 9225.0, 9225.0, 9225.0, 9231.0, 9217.0, 9233.0, 9218.0, 9211.0, 9215.0, 9225.0, 9210.0, 9228.0, 9228.0, 9233.0, 9235.0, 9217.0, 9239.0, 9220.0, 9232.0, 9246.0, 9233.0, 9237.0, 9212.0, 9232.0, 9231.0, 9217.0, 9237.0, 9230.0, 9238.0, 9257.0, 9236.0, 9239.0, 9214.0, 9220.0, 9228.0, 9238.0, 9234.0, 9231.0, 9232.0, 9229.0, 9216.0, 9237.0, 9224.0, 9212.0, 9229.0, 9214.0, 9233.0, 9241.0, 9235.0, 9253.0, 9230.0, 9229.0, 9235.0, 9230.0, 9231.0, 9233.0, 9233.0, 9240.0, 9250.0, 9280.0, 9260.0, 9276.0, 9239.0, 9247.0, 9238.0, 9237.0, 9222.0, 9236.0, 9221.0, 9235.0, 9225.0, 9228.0, 9236.0, 9218.0, 9212.0, 9215.0, 9221.0, 9217.0, 9234.0, 9216.0, 9235.0, 9251.0, 9229.0, 9238.0, 9231.0, 9235.0, 9218.0, 9234.0, 9214.0, 9235.0, 9216.0, 9241.0, 9246.0, 9230.0, 9252.0, 9237.0, 9253.0, 9236.0, 9262.0, 9230.0, 9234.0, 9238.0, 9243.0, 9239.0, 9252.0, 9280.0, 9238.0, 9251.0, 9234.0, 9236.0, 9218.0, 9235.0, 9232.0, 9228.0, 9237.0, 9235.0, 9241.0, 9215.0, 9214.0, 9235.0, 9228.0, 9234.0, 9225.0, 9233.0, 9218.0, 9237.0, 9231.0, 9233.0, 9218.0, 9232.0, 9248.0, 9229.0, 9233.0, 9238.0, 9235.0, 9238.0, 9233.0, 9218.0, 9229.0, 9246.0, 9227.0, 9241.0, 9236.0, 9217.0, 9212.0, 9226.0, 9209.0, 9225.0, 9227.0, 9224.0, 9234.0, 9224.0, 9220.0, 9227.0, 9214.0, 9214.0, 9224.0, 9215.0, 9246.0, 9250.0, 9231.0, 9228.0, 9215.0, 9241.0, 9238.0, 9277.0, 9327.0, 9272.0, 9228.0, 9211.0, 9206.0, 9190.0, 9202.0, 9195.0, 9230.0, 9232.0, 9238.0, 9237.0, 9230.0, 9234.0, 9210.0, 9203.0, 9221.0, 9211.0, 9227.0, 9203.0, 9224.0, 9201.0, 9194.0, 9203.0, 9182.0, 9179.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.0028194948335246842</td></tr>
<tr><td colspan=3>aqi</td><td>0.019741292537313437</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.655040712425304</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1899055264022993</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0332893781264374</td></tr>
<tr><td colspan=3>efc</td><td>0.4651</td></tr>
<tr><td colspan=3>fber</td><td>6939.1606</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09327606180920547</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>45</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.1664753157290475</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4622266305079994</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4058911244572676</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.754025843429816</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.226762923636915</td></tr>
<tr><td colspan=3>gcor</td><td>0.0123241</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016991829499602318</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02856290154159069</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.7154253855315345</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>36.702</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.2539</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.7459</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301522.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>746.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>335.9249</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0364</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.8414</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3322.5742</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3561.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75022.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>955.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4390.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>958.4303</td></tr>
<tr><td colspan=3>tsnr</td><td>41.711819174233824</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>