<?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-0061_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-0061_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-0061_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-0061/figures/sub-0061_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0061/figures/sub-0061_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061_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-0061/figures/sub-0061_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0061/figures/sub-0061_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-0061/figures/sub-0061_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0061/figures/sub-0061_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-0061/ses-04/func/sub-0061_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>6bbb2f795b4e113407f32e3ec48093c4</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:05:52.375000</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.998967, 0.0236772, 0.0387982, -0.0299977, 0.984741, 0.171419]</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.0852325</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, -7777, -7255, 554, -30, -174, 3, 107]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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.231</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6af98134-ace1-49e2-b4a3-cbdb7002025a||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.6801540851593018, -0.0804816484451294, 0.09219814836978912, 112.24178314208984], [-0.0635242909193039, 2.641989231109619, 0.46549537777900696, -95.00112915039062], [0.10409272462129593, -0.45990464091300964, 2.6579718589782715, -50.743526458740234], [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': ['170552.375000', '170552.835000', '170553.295000', '170553.755000', '170554.215000', '170554.675000', '170555.135000', '170555.595000', '170556.055000', '170556.515000', '170556.975000', '170557.435000', '170557.895000', '170558.355000', '170558.815000', '170559.275000', '170559.735000', '170600.195000', '170600.655000', '170601.115000', '170601.575000', '170602.035000', '170602.495000', '170602.955000', '170603.415000', '170603.875000', '170604.335000', '170604.795000', '170605.255000', '170605.715000', '170606.175000', '170606.635000', '170607.095000', '170607.555000', '170608.015000', '170608.475000', '170608.935000', '170609.395000', '170609.855000', '170610.315000', '170610.775000', '170611.235000', '170611.695000', '170612.155000', '170612.615000', '170613.075000', '170613.535000', '170613.995000', '170614.455000', '170614.915000', '170615.375000', '170615.835000', '170616.295000', '170616.755000', '170617.215000', '170617.675000', '170618.135000', '170618.595000', '170619.055000', '170619.515000', '170619.975000', '170620.435000', '170620.895000', '170621.355000', '170621.815000', '170622.275000', '170622.735000', '170623.195000', '170623.655000', '170624.115000', '170624.575000', '170625.035000', '170625.495000', '170625.955000', '170626.415000', '170626.875000', '170627.335000', '170627.795000', '170628.255000', '170628.715000', '170629.175000', '170629.635000', '170630.095000', '170630.555000', '170631.015000', '170631.475000', '170631.935000', '170632.395000', '170632.855000', '170633.315000', '170633.775000', '170634.235000', '170634.695000', '170635.155000', '170635.615000', '170636.075000', '170636.535000', '170636.995000', '170637.455000', '170637.915000', '170638.375000', '170638.835000', '170639.295000', '170639.755000', '170640.215000', '170640.675000', '170641.135000', '170641.595000', '170642.055000', '170642.515000', '170642.975000', '170643.435000', '170643.895000', '170644.355000', '170644.815000', '170645.275000', '170645.735000', '170646.195000', '170646.655000', '170647.115000', '170647.575000', '170648.035000', '170648.495000', '170648.955000', '170649.415000', '170649.875000', '170650.335000', '170650.795000', '170651.255000', '170651.715000', '170652.175000', '170652.635000', '170653.095000', '170653.555000', '170654.015000', '170654.475000', '170654.935000', '170655.395000', '170655.855000', '170656.315000', '170656.775000', '170657.235000', '170657.695000', '170658.155000', '170658.615000', '170659.075000', '170659.535000', '170659.995000', '170700.455000', '170700.915000', '170701.375000', '170701.835000', '170702.295000', '170702.755000', '170703.215000', '170703.675000', '170704.135000', '170704.595000', '170705.055000', '170705.515000', '170705.975000', '170706.435000', '170706.895000', '170707.355000', '170707.815000', '170708.275000', '170708.735000', '170709.195000', '170709.655000', '170710.115000', '170710.575000', '170711.035000', '170711.495000', '170711.955000', '170712.415000', '170712.875000', '170713.335000', '170713.795000', '170714.255000', '170714.715000', '170715.175000', '170715.635000', '170716.095000', '170716.555000', '170717.015000', '170717.475000', '170717.935000', '170718.395000', '170718.855000', '170719.315000', '170719.775000', '170720.235000', '170720.695000', '170721.155000', '170721.615000', '170722.075000', '170722.535000', '170722.995000', '170723.455000', '170723.915000', '170724.375000', '170724.835000', '170725.295000', '170725.755000', '170726.215000', '170726.675000', '170727.135000', '170727.595000', '170728.055000', '170728.515000', '170728.975000', '170729.435000', '170729.895000', '170730.355000', '170730.815000', '170731.275000', '170731.735000', '170732.195000', '170732.655000', '170733.115000', '170733.575000', '170734.035000', '170734.495000', '170734.955000', '170735.415000', '170735.875000', '170736.335000', '170736.795000', '170737.255000', '170737.715000', '170738.175000', '170738.635000', '170739.095000', '170739.555000', '170740.015000', '170740.475000', '170740.935000', '170741.395000', '170741.855000', '170742.315000', '170742.775000', '170743.235000', '170743.695000', '170744.155000', '170744.615000', '170745.075000', '170745.535000', '170745.995000', '170746.455000', '170746.915000', '170747.375000', '170747.835000', '170748.295000', '170748.755000', '170749.215000', '170749.675000', '170750.135000', '170750.595000', '170751.055000', '170751.515000', '170751.975000', '170752.435000', '170752.895000', '170753.355000', '170753.815000', '170754.275000', '170754.735000', '170755.195000', '170755.655000', '170756.115000', '170756.575000', '170757.035000', '170757.495000', '170757.955000', '170758.415000', '170758.875000', '170759.335000', '170759.795000', '170800.255000', '170800.715000', '170801.175000', '170801.635000', '170802.095000', '170802.555000', '170803.015000', '170803.475000', '170803.935000', '170804.395000', '170804.855000', '170805.315000', '170805.775000', '170806.235000', '170806.695000', '170807.155000', '170807.615000', '170808.075000', '170808.535000', '170808.995000', '170809.455000', '170809.915000', '170810.375000', '170810.835000', '170811.295000', '170811.755000', '170812.215000', '170812.675000', '170813.135000', '170813.595000', '170814.055000', '170814.515000', '170814.975000', '170815.435000', '170815.895000', '170816.355000', '170816.815000', '170817.275000', '170817.735000', '170818.195000', '170818.655000', '170819.115000', '170819.575000', '170820.035000', '170820.495000', '170820.955000', '170821.415000', '170821.875000', '170822.335000', '170822.795000', '170823.255000', '170823.715000', '170824.175000', '170824.635000', '170825.095000', '170825.555000', '170826.015000', '170826.475000', '170826.935000', '170827.395000', '170827.855000', '170828.315000', '170828.775000', '170829.235000', '170829.695000', '170830.155000', '170830.615000', '170831.075000', '170831.535000', '170831.995000', '170832.455000', '170832.915000', '170833.375000', '170833.835000', '170834.295000', '170834.755000', '170835.215000', '170835.675000', '170836.135000', '170836.595000', '170837.055000', '170837.515000', '170837.975000', '170838.435000', '170838.895000', '170839.355000', '170839.815000', '170840.275000', '170840.735000', '170841.195000', '170841.655000', '170842.115000', '170842.575000', '170843.035000', '170843.495000', '170843.955000', '170844.415000', '170844.875000', '170845.335000', '170845.795000', '170846.255000', '170846.715000', '170847.175000', '170847.635000', '170848.095000', '170848.555000', '170849.015000', '170849.475000', '170849.935000', '170850.395000', '170850.855000', '170851.315000', '170851.775000', '170852.235000', '170852.695000', '170853.155000', '170853.615000', '170854.075000', '170854.535000', '170854.995000', '170855.455000', '170855.915000', '170856.375000', '170856.835000', '170857.295000', '170857.755000', '170858.215000', '170858.675000', '170859.135000', '170859.595000', '170900.055000', '170900.515000', '170900.975000', '170901.435000', '170901.895000', '170902.355000', '170902.815000', '170903.275000', '170903.735000', '170904.195000', '170904.655000', '170905.115000', '170905.575000', '170906.035000', '170906.495000', '170906.955000', '170907.415000', '170907.875000', '170908.335000', '170908.795000', '170909.255000', '170909.715000', '170910.175000', '170910.635000', '170911.095000', '170911.555000', '170912.015000', '170912.475000', '170912.935000', '170913.395000', '170913.855000', '170914.315000', '170914.775000', '170915.235000', '170915.695000', '170916.155000', '170916.615000', '170917.075000', '170917.535000', '170917.995000', '170918.455000', '170918.915000', '170919.375000', '170919.835000', '170920.295000', '170920.755000', '170921.215000', '170921.675000', '170922.135000', '170922.595000', '170923.055000', '170923.515000', '170923.975000', '170924.435000', '170924.895000', '170925.355000', '170925.815000', '170926.275000', '170926.735000', '170927.195000', '170927.655000', '170928.115000', '170928.575000', '170929.035000', '170929.495000', '170929.955000', '170930.415000', '170930.875000', '170931.335000', '170931.795000', '170932.255000', '170932.715000', '170933.175000', '170933.635000', '170934.095000', '170934.555000', '170935.015000', '170935.475000', '170935.935000', '170936.395000', '170936.855000', '170937.315000', '170937.775000', '170938.235000', '170938.695000', '170939.155000', '170939.615000', '170940.075000', '170940.535000', '170940.995000', '170941.455000', '170941.915000', '170942.375000', '170942.835000', '170943.295000', '170943.755000', '170944.215000', '170944.675000', '170945.135000', '170945.595000', '170946.055000', '170946.515000', '170946.975000', '170947.435000', '170947.895000', '170948.355000', '170948.815000', '170949.275000', '170949.735000', '170950.195000', '170950.655000', '170951.115000', '170951.575000', '170952.035000', '170952.495000', '170952.955000', '170953.415000', '170953.875000', '170954.335000', '170954.795000', '170955.255000', '170955.715000', '170956.175000', '170956.635000', '170957.095000', '170957.555000', '170958.015000', '170958.475000', '170958.935000', '170959.395000', '170959.855000', '171000.315000', '171000.775000', '171001.235000', '171001.695000', '171002.155000', '171002.615000', '171003.075000', '171003.535000', '171003.995000', '171004.455000', '171004.915000', '171005.375000', '171005.835000', '171006.295000', '171006.755000', '171007.215000', '171007.675000', '171008.135000', '171008.595000', '171009.055000', '171009.515000', '171009.975000', '171010.435000', '171010.895000', '171011.355000', '171011.815000', '171012.275000', '171012.735000', '171013.195000', '171013.655000', '171014.115000', '171014.575000', '171015.035000', '171015.495000', '171015.955000', '171016.415000', '171016.875000', '171017.335000', '171017.795000', '171018.255000', '171018.715000', '171019.175000', '171019.635000', '171020.095000', '171020.555000', '171021.015000', '171021.475000', '171021.935000', '171022.395000', '171022.855000', '171023.315000', '171023.775000', '171024.235000', '171024.695000', '171025.155000', '171025.615000', '171026.075000', '171026.535000', '171026.995000', '171027.455000', '171027.915000', '171028.375000', '171028.835000', '171029.295000', '171029.755000', '171030.215000', '171030.675000', '171031.135000', '171031.595000', '171032.055000', '171032.515000', '171032.975000', '171033.435000', '171033.895000', '171034.355000', '171034.815000', '171035.275000', '171035.735000', '171036.195000', '171036.655000', '171037.115000', '171037.575000', '171038.035000', '171038.495000', '171038.955000', '171039.415000', '171039.875000', '171040.335000', '171040.795000', '171041.255000', '171041.715000', '171042.175000', '171042.635000', '171043.095000', '171043.555000', '171044.015000', '171044.475000', '171044.935000', '171045.395000', '171045.855000', '171046.315000', '171046.775000', '171047.235000', '171047.695000', '171048.155000', '171048.615000', '171049.075000', '171049.535000', '171049.995000', '171050.455000', '171050.915000', '171051.375000', '171051.835000', '171052.295000', '171052.755000', '171053.215000', '171053.675000', '171054.135000', '171054.595000', '171055.055000', '171055.515000', '171055.975000', '171056.435000', '171056.895000', '171057.355000', '171057.815000', '171058.275000', '171058.735000', '171059.195000', '171059.655000', '171100.115000', '171100.575000', '171101.035000', '171101.495000', '171101.955000', '171102.415000', '171102.875000', '171103.335000', '171103.795000', '171104.255000', '171104.715000', '171105.175000', '171105.635000', '171106.095000', '171106.555000', '171107.015000', '171107.475000', '171107.935000', '171108.395000', '171108.855000', '171109.315000', '171109.775000', '171110.235000', '171110.695000', '171111.155000', '171111.615000', '171112.075000', '171112.535000', '171112.995000', '171113.455000', '171113.915000', '171114.375000', '171114.835000', '171115.295000', '171115.755000', '171116.215000', '171116.675000', '171117.135000', '171117.595000', '171118.055000', '171118.515000', '171118.975000', '171119.435000', '171119.895000', '171120.355000', '171120.815000', '171121.275000', '171121.735000', '171122.195000', '171122.655000', '171123.115000', '171123.575000', '171124.035000', '171124.495000', '171124.955000', '171125.415000', '171125.875000', '171126.335000', '171126.795000', '171127.255000', '171127.715000', '171128.175000', '171128.635000', '171129.095000', '171129.555000', '171130.015000', '171130.475000', '171130.935000', '171131.395000', '171131.855000', '171132.315000', '171132.775000', '171133.235000', '171133.695000', '171134.155000', '171134.615000', '171135.075000', '171135.535000', '171135.995000', '171136.455000', '171136.915000', '171137.375000', '171137.835000', '171138.295000', '171138.755000', '171139.215000', '171139.675000', '171140.135000', '171140.595000', '171141.055000', '171141.515000', '171141.975000', '171142.435000', '171142.895000', '171143.355000', '171143.815000', '171144.275000', '171144.735000', '171145.195000', '171145.655000', '171146.115000', '171146.575000', '171147.035000', '171147.495000', '171147.955000', '171148.415000', '171148.875000', '171149.335000', '171149.795000', '171150.255000', '171150.715000', '171151.175000', '171151.635000', '171152.095000', '171152.555000', '171153.015000', '171153.475000', '171153.935000', '171154.395000', '171154.855000', '171155.315000', '171155.775000', '171156.235000', '171156.695000', '171157.155000', '171157.615000', '171158.075000', '171158.535000', '171158.995000', '171159.455000', '171159.915000', '171200.375000', '171200.835000', '171201.295000', '171201.755000', '171202.215000', '171202.675000', '171203.135000', '171203.595000', '171204.055000', '171204.515000', '171204.975000', '171205.435000', '171205.895000', '171206.355000', '171206.815000', '171207.275000', '171207.735000', '171208.195000', '171208.655000', '171209.115000', '171209.575000', '171210.035000', '171210.495000', '171210.955000', '171211.415000', '171211.875000', '171212.335000', '171212.795000', '171213.255000', '171213.715000', '171214.175000', '171214.635000', '171215.095000', '171215.555000', '171216.015000', '171216.475000', '171216.935000', '171217.395000', '171217.855000', '171218.315000', '171218.775000', '171219.235000', '171219.695000', '171220.155000', '171220.615000', '171221.075000', '171221.535000', '171221.995000', '171222.455000', '171222.915000', '171223.375000', '171223.835000', '171224.295000', '171224.755000', '171225.215000', '171225.675000', '171226.135000', '171226.595000', '171227.055000', '171227.515000', '171227.975000', '171228.435000', '171228.895000', '171229.355000', '171229.815000', '171230.275000', '171230.735000', '171231.195000', '171231.655000', '171232.115000', '171232.575000', '171233.035000'], 'ContentTime': ['170609.572000', '170609.575000', '170609.578000', '170609.581000', '170609.584000', '170609.586000', '170609.589000', '170609.592000', '170609.594000', '170609.597000', '170609.599000', '170609.602000', '170609.605000', '170609.607000', '170609.610000', '170609.613000', '170609.615000', '170609.618000', '170609.620000', '170609.623000', '170609.626000', '170609.628000', '170609.631000', '170609.633000', '170609.636000', '170609.638000', '170609.641000', '170609.644000', '170609.646000', '170609.654000', '170609.656000', '170609.659000', '170609.665000', '170609.668000', '170629.525000', '170629.528000', '170629.531000', '170629.534000', '170629.536000', '170629.539000', '170629.542000', '170629.556000', '170629.559000', '170629.561000', '170629.564000', '170629.567000', '170629.569000', '170629.572000', '170629.575000', '170629.577000', '170629.580000', '170629.582000', '170629.585000', '170629.588000', '170629.590000', '170629.593000', '170629.596000', '170629.598000', '170629.601000', '170629.603000', '170629.606000', '170629.609000', '170629.611000', '170629.614000', '170629.616000', '170629.619000', '170629.621000', '170629.624000', '170629.626000', '170629.629000', '170629.632000', '170629.634000', '170629.637000', '170629.639000', '170629.642000', '170629.645000', '170629.647000', '170649.524000', '170649.527000', '170649.530000', '170649.533000', '170649.535000', '170649.538000', '170649.541000', '170649.543000', '170649.546000', '170649.548000', '170649.551000', '170649.554000', '170649.556000', '170649.559000', '170649.561000', '170649.564000', '170649.567000', '170649.569000', '170649.572000', '170649.574000', '170649.577000', '170649.580000', '170649.582000', '170649.585000', '170649.588000', '170649.590000', '170649.593000', '170649.598000', '170649.600000', '170649.603000', '170649.606000', '170649.608000', '170649.611000', '170649.613000', '170649.616000', '170649.619000', '170649.621000', '170649.624000', '170649.626000', '170649.629000', '170649.632000', '170649.634000', '170649.637000', '170649.639000', '170709.525000', '170709.528000', '170709.531000', '170709.533000', '170709.536000', '170709.539000', '170709.541000', '170709.544000', '170709.546000', '170709.549000', '170709.552000', '170709.554000', '170709.557000', '170709.559000', '170709.562000', '170709.565000', '170709.573000', '170709.576000', '170709.579000', '170709.582000', '170709.584000', '170709.587000', '170709.589000', '170709.592000', '170709.595000', '170709.597000', '170709.600000', '170709.603000', '170709.605000', '170709.608000', '170709.610000', '170709.613000', '170709.615000', '170709.618000', '170709.621000', '170709.623000', '170709.626000', '170709.629000', '170709.631000', '170709.634000', '170709.636000', '170709.639000', '170709.642000', '170729.525000', '170729.529000', '170729.531000', '170729.534000', '170729.536000', '170729.539000', '170729.542000', '170729.544000', '170729.547000', '170729.550000', '170729.552000', '170729.555000', '170729.557000', '170729.560000', '170729.563000', '170729.565000', '170729.568000', '170729.571000', '170729.573000', '170729.576000', '170729.579000', '170729.581000', '170729.584000', '170729.586000', '170729.589000', '170729.592000', '170729.594000', '170729.597000', '170729.600000', '170729.602000', '170729.605000', '170729.607000', '170729.610000', '170729.613000', '170729.615000', '170729.618000', '170729.620000', '170729.629000', '170729.632000', '170729.634000', '170729.637000', '170729.640000', '170729.642000', '170729.645000', '170749.526000', '170749.528000', '170749.531000', '170749.534000', '170749.536000', '170749.539000', '170749.541000', '170749.544000', '170749.547000', '170749.549000', '170749.552000', '170749.555000', '170749.558000', '170749.560000', '170749.563000', '170749.565000', '170749.568000', '170749.570000', '170749.573000', '170749.576000', '170749.578000', '170749.582000', '170749.585000', '170749.587000', '170749.590000', '170749.593000', '170749.595000', '170749.598000', '170749.600000', '170749.603000', '170749.606000', '170749.608000', '170749.611000', '170749.613000', '170749.616000', '170749.619000', '170749.621000', '170749.624000', '170749.626000', '170749.634000', '170749.637000', '170749.640000', '170749.642000', '170809.525000', '170809.528000', '170809.531000', '170809.548000', '170809.551000', '170809.554000', '170809.556000', '170809.559000', '170809.562000', '170809.564000', '170809.567000', '170809.569000', '170809.572000', '170809.575000', '170809.577000', '170809.580000', '170809.582000', '170809.585000', '170809.588000', '170809.590000', '170809.593000', '170809.595000', '170809.598000', '170809.601000', '170809.603000', '170809.606000', '170809.608000', '170809.611000', '170809.614000', '170809.616000', '170809.619000', '170809.621000', '170809.624000', '170809.627000', '170809.629000', '170809.632000', '170809.635000', '170809.637000', '170809.640000', '170809.642000', '170809.645000', '170809.648000', '170809.650000', '170809.653000', '170829.526000', '170829.528000', '170829.531000', '170829.534000', '170829.536000', '170829.539000', '170829.542000', '170829.544000', '170829.547000', '170829.549000', '170829.552000', '170829.555000', '170829.557000', '170829.560000', '170829.563000', '170829.566000', '170829.570000', '170829.573000', '170829.575000', '170829.578000', '170829.581000', '170829.583000', '170829.586000', '170829.589000', '170829.591000', '170829.594000', '170829.596000', '170829.599000', '170829.602000', '170829.604000', '170829.607000', '170829.609000', '170829.612000', '170829.615000', '170829.617000', '170829.620000', '170829.622000', '170829.625000', '170829.628000', '170829.630000', '170829.633000', '170829.635000', '170829.638000', '170849.526000', '170849.528000', '170849.531000', '170849.534000', '170849.536000', '170849.539000', '170849.542000', '170849.544000', '170849.547000', '170849.550000', '170849.552000', '170849.555000', '170849.558000', '170849.560000', '170849.563000', '170849.566000', '170849.568000', '170849.571000', '170849.573000', '170849.576000', '170849.579000', '170849.581000', '170849.584000', '170849.587000', '170849.589000', '170849.592000', '170849.594000', '170849.602000', '170849.604000', '170849.607000', '170849.610000', '170849.612000', '170849.615000', '170849.617000', '170849.620000', '170849.623000', '170849.625000', '170849.628000', '170849.630000', '170849.633000', '170849.636000', '170849.638000', '170849.641000', '170849.643000', '170909.525000', '170909.528000', '170909.530000', '170909.533000', '170909.535000', '170909.538000', '170909.540000', '170909.543000', '170909.546000', '170909.548000', '170909.551000', '170909.553000', '170909.556000', '170909.559000', '170909.561000', '170909.564000', '170909.566000', '170909.569000', '170909.572000', '170909.574000', '170909.577000', '170909.580000', '170909.582000', '170909.585000', '170909.587000', '170909.590000', '170909.593000', '170909.595000', '170909.598000', '170909.601000', '170909.603000', '170909.606000', '170909.608000', '170909.611000', '170909.613000', '170909.616000', '170909.620000', '170909.622000', '170909.625000', '170909.628000', '170909.630000', '170909.633000', '170909.636000', '170929.525000', '170929.528000', '170929.531000', '170929.534000', '170929.536000', '170929.539000', '170929.542000', '170929.544000', '170929.547000', '170929.550000', '170929.552000', '170929.555000', '170929.557000', '170929.560000', '170929.563000', '170929.565000', '170929.568000', '170929.571000', '170929.573000', '170929.576000', '170929.579000', '170929.581000', '170929.584000', '170929.586000', '170929.589000', '170929.592000', '170929.595000', '170929.597000', '170929.600000', '170929.603000', '170929.605000', '170929.608000', '170929.610000', '170929.613000', '170929.616000', '170929.618000', '170929.621000', '170929.623000', '170929.626000', '170929.629000', '170929.631000', '170929.634000', '170929.654000', '170929.657000', '170949.526000', '170949.528000', '170949.531000', '170949.534000', '170949.537000', '170949.539000', '170949.542000', '170949.544000', '170949.547000', '170949.549000', '170949.552000', '170949.555000', '170949.558000', '170949.560000', '170949.563000', '170949.565000', '170949.568000', '170949.571000', '170949.573000', '170949.576000', '170949.579000', '170949.581000', '170949.584000', '170949.586000', '170949.589000', '170949.592000', '170949.594000', '170949.597000', '170949.600000', '170949.602000', '170949.605000', '170949.607000', '170949.610000', '170949.613000', '170949.615000', '170949.618000', '170949.620000', '170949.623000', '170949.626000', '170949.628000', '170949.631000', '170949.634000', '170949.636000', '171009.525000', '171009.528000', '171009.531000', '171009.534000', '171009.536000', '171009.539000', '171009.541000', '171009.544000', '171009.547000', '171009.549000', '171009.552000', '171009.555000', '171009.557000', '171009.560000', '171009.563000', '171009.565000', '171009.568000', '171009.570000', '171009.573000', '171009.576000', '171009.578000', '171009.581000', '171009.584000', '171009.586000', '171009.589000', '171009.592000', '171009.594000', '171009.597000', '171009.599000', '171009.602000', '171009.605000', '171009.607000', '171009.610000', '171009.612000', '171009.615000', '171009.618000', '171009.620000', '171009.623000', '171009.625000', '171009.628000', '171009.631000', '171009.633000', '171009.636000', '171009.638000', '171029.525000', '171029.528000', '171029.531000', '171029.534000', '171029.536000', '171029.539000', '171029.541000', '171029.544000', '171029.547000', '171029.549000', '171029.552000', '171029.555000', '171029.557000', '171029.560000', '171029.562000', '171029.565000', '171029.568000', '171029.570000', '171029.573000', '171029.576000', '171029.578000', '171029.581000', '171029.583000', '171029.586000', '171029.589000', '171029.591000', '171029.594000', '171029.597000', '171029.599000', '171029.602000', '171029.604000', '171029.607000', '171029.610000', '171029.612000', '171029.615000', '171029.618000', '171029.620000', '171029.623000', '171029.625000', '171029.628000', '171029.631000', '171029.633000', '171029.636000', '171049.525000', '171049.528000', '171049.531000', '171049.533000', '171049.536000', '171049.539000', '171049.541000', '171049.544000', '171049.546000', '171049.549000', '171049.552000', '171049.554000', '171049.557000', '171049.559000', '171049.562000', '171049.565000', '171049.567000', '171049.570000', '171049.572000', '171049.575000', '171049.578000', '171049.580000', '171049.583000', '171049.585000', '171049.588000', '171049.591000', '171049.594000', '171049.596000', '171049.599000', '171049.602000', '171049.604000', '171049.607000', '171049.610000', '171049.612000', '171049.615000', '171049.617000', '171049.620000', '171049.623000', '171049.625000', '171049.628000', '171049.631000', '171049.633000', '171049.636000', '171049.639000', '171109.526000', '171109.529000', '171109.532000', '171109.534000', '171109.537000', '171109.539000', '171109.542000', '171109.545000', '171109.548000', '171109.561000', '171109.564000', '171109.566000', '171109.569000', '171109.571000', '171109.574000', '171109.577000', '171109.579000', '171109.582000', '171109.585000', '171109.587000', '171109.590000', '171109.593000', '171109.595000', '171109.598000', '171109.601000', '171109.603000', '171109.606000', '171109.608000', '171109.611000', '171109.614000', '171109.616000', '171109.619000', '171109.622000', '171109.624000', '171109.627000', '171109.629000', '171109.632000', '171109.635000', '171109.637000', '171109.640000', '171109.642000', '171109.645000', '171109.648000', '171129.525000', '171129.527000', '171129.530000', '171129.533000', '171129.535000', '171129.538000', '171129.541000', '171129.543000', '171129.546000', '171129.548000', '171129.551000', '171129.554000', '171129.556000', '171129.559000', '171129.562000', '171129.564000', '171129.567000', '171129.569000', '171129.572000', '171129.575000', '171129.577000', '171129.580000', '171129.583000', '171129.585000', '171129.588000', '171129.591000', '171129.593000', '171129.596000', '171129.599000', '171129.601000', '171129.604000', '171129.607000', '171129.609000', '171129.612000', '171129.614000', '171129.617000', '171129.620000', '171129.622000', '171129.625000', '171129.628000', '171129.630000', '171129.633000', '171129.636000', '171129.638000', '171149.525000', '171149.528000', '171149.531000', '171149.534000', '171149.536000', '171149.539000', '171149.542000', '171149.544000', '171149.547000', '171149.549000', '171149.552000', '171149.556000', '171149.559000', '171149.562000', '171149.564000', '171149.567000', '171149.569000', '171149.572000', '171149.575000', '171149.578000', '171149.580000', '171149.583000', '171149.586000', '171149.588000', '171149.591000', '171149.594000', '171149.596000', '171149.599000', '171149.602000', '171149.604000', '171149.607000', '171149.609000', '171149.612000', '171149.614000', '171149.617000', '171149.620000', '171149.622000', '171149.625000', '171149.628000', '171149.630000', '171149.633000', '171149.636000', '171149.638000', '171209.525000', '171209.528000', '171209.531000', '171209.533000', '171209.536000', '171209.539000', '171209.541000', '171209.544000', '171209.547000', '171209.549000', '171209.552000', '171209.554000', '171209.557000', '171209.560000', '171209.563000', '171209.565000', '171209.568000', '171209.570000', '171209.573000', '171209.576000', '171209.578000', '171209.581000', '171209.584000', '171209.586000', '171209.589000', '171209.592000', '171209.594000', '171209.597000', '171209.599000', '171209.602000', '171209.605000', '171209.607000', '171209.610000', '171209.612000', '171209.615000', '171209.618000', '171209.620000', '171209.623000', '171209.626000', '171209.628000', '171209.631000', '171209.633000', '171209.636000', '171209.639000', '171229.526000', '171229.528000', '171229.531000', '171229.533000', '171229.536000', '171229.539000', '171229.541000', '171229.544000', '171229.547000', '171229.549000', '171229.552000', '171229.555000', '171229.557000', '171229.560000', '171229.563000', '171229.565000', '171229.568000', '171229.570000', '171229.573000', '171229.576000', '171229.584000', '171229.586000', '171229.589000', '171229.592000', '171229.594000', '171229.597000', '171229.599000', '171229.602000', '171229.605000', '171229.607000', '171229.610000', '171229.612000', '171229.615000', '171229.618000', '171229.620000', '171229.623000', '171229.626000', '171229.628000', '171229.631000', '171229.633000', '171229.636000', '171229.639000', '171229.641000', '171234.737000', '171234.741000', '171234.743000', '171234.746000', '171234.749000', '171234.752000', '171234.755000', '171234.757000', '171234.761000', '171234.764000', '171234.767000', '171234.770000'], 'InstanceCreationTime': ['170609.572000', '170609.575000', '170609.578000', '170609.581000', '170609.584000', '170609.586000', '170609.589000', '170609.592000', '170609.594000', '170609.597000', '170609.599000', '170609.602000', '170609.605000', '170609.607000', '170609.610000', '170609.613000', '170609.615000', '170609.618000', '170609.620000', '170609.623000', '170609.626000', '170609.628000', '170609.631000', '170609.633000', '170609.636000', '170609.638000', '170609.641000', '170609.644000', '170609.646000', '170609.654000', '170609.656000', '170609.659000', '170609.665000', '170609.668000', '170629.525000', '170629.528000', '170629.531000', '170629.534000', '170629.536000', '170629.539000', '170629.542000', '170629.556000', '170629.559000', '170629.561000', '170629.564000', '170629.567000', '170629.569000', '170629.572000', '170629.575000', '170629.577000', '170629.580000', '170629.582000', '170629.585000', '170629.588000', '170629.590000', '170629.593000', '170629.596000', '170629.598000', '170629.601000', '170629.603000', '170629.606000', '170629.609000', '170629.611000', '170629.614000', '170629.616000', '170629.619000', '170629.621000', '170629.624000', '170629.626000', '170629.629000', '170629.632000', '170629.634000', '170629.637000', '170629.639000', '170629.642000', '170629.645000', '170629.647000', '170649.524000', '170649.527000', '170649.530000', '170649.533000', '170649.535000', '170649.538000', '170649.541000', '170649.543000', '170649.546000', '170649.548000', '170649.551000', '170649.554000', '170649.556000', '170649.559000', '170649.561000', '170649.564000', '170649.567000', '170649.569000', '170649.572000', '170649.574000', '170649.577000', '170649.580000', '170649.582000', '170649.585000', '170649.588000', '170649.590000', '170649.593000', '170649.598000', '170649.600000', '170649.603000', '170649.606000', '170649.608000', '170649.611000', '170649.613000', '170649.616000', '170649.619000', '170649.621000', '170649.624000', '170649.626000', '170649.629000', '170649.632000', '170649.634000', '170649.637000', '170649.639000', '170709.525000', '170709.528000', '170709.531000', '170709.533000', '170709.536000', '170709.539000', '170709.541000', '170709.544000', '170709.546000', '170709.549000', '170709.552000', '170709.554000', '170709.557000', '170709.559000', '170709.562000', '170709.565000', '170709.573000', '170709.576000', '170709.579000', '170709.582000', '170709.584000', '170709.587000', '170709.589000', '170709.592000', '170709.595000', '170709.597000', '170709.600000', '170709.603000', '170709.605000', '170709.608000', '170709.610000', '170709.613000', '170709.615000', '170709.618000', '170709.621000', '170709.623000', '170709.626000', '170709.629000', '170709.631000', '170709.634000', '170709.636000', '170709.639000', '170709.642000', '170729.525000', '170729.529000', '170729.531000', '170729.534000', '170729.536000', '170729.539000', '170729.542000', '170729.544000', '170729.547000', '170729.550000', '170729.552000', '170729.555000', '170729.557000', '170729.560000', '170729.563000', '170729.565000', '170729.568000', '170729.571000', '170729.573000', '170729.576000', '170729.579000', '170729.581000', '170729.584000', '170729.586000', '170729.589000', '170729.592000', '170729.594000', '170729.597000', '170729.600000', '170729.602000', '170729.605000', '170729.607000', '170729.610000', '170729.613000', '170729.615000', '170729.618000', '170729.620000', '170729.629000', '170729.632000', '170729.634000', '170729.637000', '170729.640000', '170729.642000', '170729.645000', '170749.526000', '170749.528000', '170749.531000', '170749.534000', '170749.536000', '170749.539000', '170749.541000', '170749.544000', '170749.547000', '170749.549000', '170749.552000', '170749.555000', '170749.558000', '170749.560000', '170749.563000', '170749.565000', '170749.568000', '170749.570000', '170749.573000', '170749.576000', '170749.578000', '170749.582000', '170749.585000', '170749.587000', '170749.590000', '170749.593000', '170749.595000', '170749.598000', '170749.600000', '170749.603000', '170749.606000', '170749.608000', '170749.611000', '170749.613000', '170749.616000', '170749.619000', '170749.621000', '170749.624000', '170749.626000', '170749.634000', '170749.637000', '170749.640000', '170749.642000', '170809.525000', '170809.528000', '170809.531000', '170809.548000', '170809.551000', '170809.554000', '170809.556000', '170809.559000', '170809.562000', '170809.564000', '170809.567000', '170809.569000', '170809.572000', '170809.575000', '170809.577000', '170809.580000', '170809.582000', '170809.585000', '170809.588000', '170809.590000', '170809.593000', '170809.595000', '170809.598000', '170809.601000', '170809.603000', '170809.606000', '170809.608000', '170809.611000', '170809.614000', '170809.616000', '170809.619000', '170809.621000', '170809.624000', '170809.627000', '170809.629000', '170809.632000', '170809.635000', '170809.637000', '170809.640000', '170809.642000', '170809.645000', '170809.648000', '170809.650000', '170809.653000', '170829.526000', '170829.528000', '170829.531000', '170829.534000', '170829.536000', '170829.539000', '170829.542000', '170829.544000', '170829.547000', '170829.549000', '170829.552000', '170829.555000', '170829.557000', '170829.560000', '170829.563000', '170829.566000', '170829.570000', '170829.573000', '170829.575000', '170829.578000', '170829.581000', '170829.583000', '170829.586000', '170829.589000', '170829.591000', '170829.594000', '170829.596000', '170829.599000', '170829.602000', '170829.604000', '170829.607000', '170829.609000', '170829.612000', '170829.615000', '170829.617000', '170829.620000', '170829.622000', '170829.625000', '170829.628000', '170829.630000', '170829.633000', '170829.635000', '170829.638000', '170849.526000', '170849.528000', '170849.531000', '170849.534000', '170849.536000', '170849.539000', '170849.542000', '170849.544000', '170849.547000', '170849.550000', '170849.552000', '170849.555000', '170849.558000', '170849.560000', '170849.563000', '170849.566000', '170849.568000', '170849.571000', '170849.573000', '170849.576000', '170849.579000', '170849.581000', '170849.584000', '170849.587000', '170849.589000', '170849.592000', '170849.594000', '170849.602000', '170849.604000', '170849.607000', '170849.610000', '170849.612000', '170849.615000', '170849.617000', '170849.620000', '170849.623000', '170849.625000', '170849.628000', '170849.630000', '170849.633000', '170849.636000', '170849.638000', '170849.641000', '170849.643000', '170909.525000', '170909.528000', '170909.530000', '170909.533000', '170909.535000', '170909.538000', '170909.540000', '170909.543000', '170909.546000', '170909.548000', '170909.551000', '170909.553000', '170909.556000', '170909.559000', '170909.561000', '170909.564000', '170909.566000', '170909.569000', '170909.572000', '170909.574000', '170909.577000', '170909.580000', '170909.582000', '170909.585000', '170909.587000', '170909.590000', '170909.593000', '170909.595000', '170909.598000', '170909.601000', '170909.603000', '170909.606000', '170909.608000', '170909.611000', '170909.613000', '170909.616000', '170909.620000', '170909.622000', '170909.625000', '170909.628000', '170909.630000', '170909.633000', '170909.636000', '170929.525000', '170929.528000', '170929.531000', '170929.534000', '170929.536000', '170929.539000', '170929.542000', '170929.544000', '170929.547000', '170929.550000', '170929.552000', '170929.555000', '170929.557000', '170929.560000', '170929.563000', '170929.565000', '170929.568000', '170929.571000', '170929.573000', '170929.576000', '170929.579000', '170929.581000', '170929.584000', '170929.586000', '170929.589000', '170929.592000', '170929.595000', '170929.597000', '170929.600000', '170929.603000', '170929.605000', '170929.608000', '170929.610000', '170929.613000', '170929.616000', '170929.618000', '170929.621000', '170929.623000', '170929.626000', '170929.629000', '170929.631000', '170929.634000', '170929.654000', '170929.657000', '170949.526000', '170949.528000', '170949.531000', '170949.534000', '170949.537000', '170949.539000', '170949.542000', '170949.544000', '170949.547000', '170949.549000', '170949.552000', '170949.555000', '170949.558000', '170949.560000', '170949.563000', '170949.565000', '170949.568000', '170949.571000', '170949.573000', '170949.576000', '170949.579000', '170949.581000', '170949.584000', '170949.586000', '170949.589000', '170949.592000', '170949.594000', '170949.597000', '170949.600000', '170949.602000', '170949.605000', '170949.607000', '170949.610000', '170949.613000', '170949.615000', '170949.618000', '170949.620000', '170949.623000', '170949.626000', '170949.628000', '170949.631000', '170949.634000', '170949.636000', '171009.525000', '171009.528000', '171009.531000', '171009.534000', '171009.536000', '171009.539000', '171009.541000', '171009.544000', '171009.547000', '171009.549000', '171009.552000', '171009.555000', '171009.557000', '171009.560000', '171009.563000', '171009.565000', '171009.568000', '171009.570000', '171009.573000', '171009.576000', '171009.578000', '171009.581000', '171009.584000', '171009.586000', '171009.589000', '171009.592000', '171009.594000', '171009.597000', '171009.599000', '171009.602000', '171009.605000', '171009.607000', '171009.610000', '171009.612000', '171009.615000', '171009.618000', '171009.620000', '171009.623000', '171009.625000', '171009.628000', '171009.631000', '171009.633000', '171009.636000', '171009.638000', '171029.525000', '171029.528000', '171029.531000', '171029.534000', '171029.536000', '171029.539000', '171029.541000', '171029.544000', '171029.547000', '171029.549000', '171029.552000', '171029.555000', '171029.557000', '171029.560000', '171029.562000', '171029.565000', '171029.568000', '171029.570000', '171029.573000', '171029.576000', '171029.578000', '171029.581000', '171029.583000', '171029.586000', '171029.589000', '171029.591000', '171029.594000', '171029.597000', '171029.599000', '171029.602000', '171029.604000', '171029.607000', '171029.610000', '171029.612000', '171029.615000', '171029.618000', '171029.620000', '171029.623000', '171029.625000', '171029.628000', '171029.631000', '171029.633000', '171029.636000', '171049.525000', '171049.528000', '171049.531000', '171049.533000', '171049.536000', '171049.539000', '171049.541000', '171049.544000', '171049.546000', '171049.549000', '171049.552000', '171049.554000', '171049.557000', '171049.559000', '171049.562000', '171049.565000', '171049.567000', '171049.570000', '171049.572000', '171049.575000', '171049.578000', '171049.580000', '171049.583000', '171049.585000', '171049.588000', '171049.591000', '171049.594000', '171049.596000', '171049.599000', '171049.602000', '171049.604000', '171049.607000', '171049.610000', '171049.612000', '171049.615000', '171049.617000', '171049.620000', '171049.623000', '171049.625000', '171049.628000', '171049.631000', '171049.633000', '171049.636000', '171049.639000', '171109.526000', '171109.529000', '171109.532000', '171109.534000', '171109.537000', '171109.539000', '171109.542000', '171109.545000', '171109.548000', '171109.561000', '171109.564000', '171109.566000', '171109.569000', '171109.571000', '171109.574000', '171109.577000', '171109.579000', '171109.582000', '171109.585000', '171109.587000', '171109.590000', '171109.593000', '171109.595000', '171109.598000', '171109.601000', '171109.603000', '171109.606000', '171109.608000', '171109.611000', '171109.614000', '171109.616000', '171109.619000', '171109.622000', '171109.624000', '171109.627000', '171109.629000', '171109.632000', '171109.635000', '171109.637000', '171109.640000', '171109.642000', '171109.645000', '171109.648000', '171129.525000', '171129.527000', '171129.530000', '171129.533000', '171129.535000', '171129.538000', '171129.541000', '171129.543000', '171129.546000', '171129.548000', '171129.551000', '171129.554000', '171129.556000', '171129.559000', '171129.562000', '171129.564000', '171129.567000', '171129.569000', '171129.572000', '171129.575000', '171129.577000', '171129.580000', '171129.583000', '171129.585000', '171129.588000', '171129.591000', '171129.593000', '171129.596000', '171129.599000', '171129.601000', '171129.604000', '171129.607000', '171129.609000', '171129.612000', '171129.614000', '171129.617000', '171129.620000', '171129.622000', '171129.625000', '171129.628000', '171129.630000', '171129.633000', '171129.636000', '171129.638000', '171149.525000', '171149.528000', '171149.531000', '171149.534000', '171149.536000', '171149.539000', '171149.542000', '171149.544000', '171149.547000', '171149.549000', '171149.552000', '171149.556000', '171149.559000', '171149.562000', '171149.564000', '171149.567000', '171149.569000', '171149.572000', '171149.575000', '171149.578000', '171149.580000', '171149.583000', '171149.586000', '171149.588000', '171149.591000', '171149.594000', '171149.596000', '171149.599000', '171149.602000', '171149.604000', '171149.607000', '171149.609000', '171149.612000', '171149.614000', '171149.617000', '171149.620000', '171149.622000', '171149.625000', '171149.628000', '171149.630000', '171149.633000', '171149.636000', '171149.638000', '171209.525000', '171209.528000', '171209.531000', '171209.533000', '171209.536000', '171209.539000', '171209.541000', '171209.544000', '171209.547000', '171209.549000', '171209.552000', '171209.554000', '171209.557000', '171209.560000', '171209.563000', '171209.565000', '171209.568000', '171209.570000', '171209.573000', '171209.576000', '171209.578000', '171209.581000', '171209.584000', '171209.586000', '171209.589000', '171209.592000', '171209.594000', '171209.597000', '171209.599000', '171209.602000', '171209.605000', '171209.607000', '171209.610000', '171209.612000', '171209.615000', '171209.618000', '171209.620000', '171209.623000', '171209.626000', '171209.628000', '171209.631000', '171209.633000', '171209.636000', '171209.639000', '171229.526000', '171229.528000', '171229.531000', '171229.533000', '171229.536000', '171229.539000', '171229.541000', '171229.544000', '171229.547000', '171229.549000', '171229.552000', '171229.555000', '171229.557000', '171229.560000', '171229.563000', '171229.565000', '171229.568000', '171229.570000', '171229.573000', '171229.576000', '171229.584000', '171229.586000', '171229.589000', '171229.592000', '171229.594000', '171229.597000', '171229.599000', '171229.602000', '171229.605000', '171229.607000', '171229.610000', '171229.612000', '171229.615000', '171229.618000', '171229.620000', '171229.623000', '171229.626000', '171229.628000', '171229.631000', '171229.633000', '171229.636000', '171229.639000', '171229.641000', '171234.737000', '171234.741000', '171234.743000', '171234.746000', '171234.749000', '171234.752000', '171234.755000', '171234.757000', '171234.761000', '171234.764000', '171234.767000', '171234.770000'], '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': [7523, 9414, 7061, 11431, 8347, 9388, 9787, 7692, 10449, 6526, 11350, 7242, 7667, 10156, 6631, 6798, 7685, 6848, 10744, 10067, 7897, 8205, 7036, 7279, 7394, 8857, 7847, 7661, 8325, 6624, 8666, 6515, 6824, 7700, 7015, 9431, 7022, 6587, 8146, 7123, 12764, 9141, 8984, 8774, 7097, 10507, 7805, 11593, 7015, 7522, 7359, 6445, 8744, 6689, 11905, 10252, 7685, 10458, 6714, 6532, 6788, 6163, 9576, 8147, 12061, 9461, 9531, 8386, 7182, 9293, 6853, 11603, 9318, 10713, 8002, 6768, 7315, 6576, 8587, 7037, 10259, 7535, 6774, 6888, 6969, 8741, 6680, 10985, 8489, 6697, 7180, 6707, 7992, 6323, 9130, 8302, 6566, 7208, 6631, 9363, 7886, 8081, 7903, 6256, 9768, 7015, 10167, 8381, 7872, 8806, 6426, 9960, 7087, 11630, 9216, 6835, 7474, 6480, 8944, 6760, 11090, 9236, 6851, 7048, 6626, 9734, 6898, 11687, 9608, 7193, 7272, 6607, 9315, 6967, 10429, 8181, 6432, 7874, 6443, 10742, 8598, 11695, 9357, 6578, 7022, 7035, 9646, 6901, 11129, 9049, 8706, 7527, 6820, 8002, 6796, 10810, 7646, 7733, 7196, 6753, 9107, 6786, 11411, 9767, 6894, 7388, 6584, 9411, 7961, 6755, 8759, 7056, 6532, 7861, 7086, 11112, 7645, 11045, 6434, 10587, 7497, 9681, 8686, 6631, 7382, 6516, 8627, 6623, 10296, 7730, 6511, 6902, 6500, 9775, 7097, 11103, 7619, 7004, 7195, 6950, 10387, 7997, 12466, 7179, 9141, 7619, 6905, 9405, 7101, 10285, 6609, 10410, 7853, 9355, 8041, 6745, 7995, 6432, 9336, 7221, 8304, 7225, 6496, 8850, 6975, 11100, 9151, 6558, 7634, 6711, 8685, 7154, 11487, 9426, 6809, 7378, 6488, 9620, 7511, 7939, 7469, 6572, 8472, 7597, 6898, 8422, 7438, 6746, 6610, 11072, 8607, 6472, 10198, 7243, 12041, 10108, 11845, 9541, 7018, 7557, 6892, 8991, 6763, 8208, 7150, 6949, 7193, 6704, 9138, 6965, 6986, 7099, 6686, 9951, 7536, 9357, 7729, 6841, 8626, 6752, 11332, 8440, 12272, 7453, 7100, 7574, 7359, 10200, 6878, 9758, 7983, 8546, 8489, 7027, 10008, 6584, 9964, 7930, 7551, 7925, 6717, 9794, 6959, 6867, 7969, 6912, 6749, 7277, 6903, 7636, 10923, 10734, 7543, 8712, 11361, 9703, 6675, 10122, 6613, 12121, 9629, 12764, 7716, 11449, 7466, 7932, 7365, 6731, 7199, 6704, 8355, 7511, 7032, 7683, 6879, 8716, 6691, 8342, 7735, 7023, 8193, 6599, 10313, 7504, 7876, 8011, 7292, 12265, 10093, 6528, 7654, 6759, 6641, 8812, 6774, 10130, 7689, 10570, 8913, 11737, 9601, 11085, 8772, 9105, 10590, 7722, 12087, 8559, 12076, 7877, 7340, 7162, 6756, 7799, 6549, 8311, 6760, 6376, 7093, 6617, 6573, 8857, 7282, 6717, 8934, 6750, 6544, 7809, 6689, 10378, 7902, 11157, 6911, 7474, 7223, 6562, 9042, 6818, 7179, 6892, 6626, 9595, 7861, 8032, 6989, 6681, 8487, 6919, 11398, 8421, 10438, 7911, 7739, 9187, 7100, 9859, 6713, 9662, 7509, 7788, 7936, 6956, 9027, 6766, 7566, 7304, 6769, 8595, 6638, 10089, 7340, 7571, 8089, 7015, 9860, 6837, 7929, 7240, 6715, 10900, 6724, 11143, 7147, 6675, 7532, 9174, 10395, 12851, 9861, 6619, 6480, 6912, 6910, 6533, 10113, 7301, 11144, 8089, 11666, 9239, 12444, 10142, 11656, 8092, 8864, 7739, 6776, 9723, 6989, 11404, 6618, 10467, 6971, 6817, 7436, 6749, 8441, 6539, 6846, 7046, 6826, 7730, 6776, 9073, 6529, 10245, 6873, 9281, 7428, 6908, 6972, 6549, 8062, 6594, 10109, 8343, 8008, 7577, 6538, 8275, 6919, 10160, 8254, 9047, 8941, 6962, 9445, 6915, 7123, 7696, 7309, 10199, 8628, 6594, 7534, 7569, 11384, 14422, 11310, 8991, 6681, 6578, 6853, 6781, 6794, 7749, 9462, 7222, 6783, 7447, 7001, 10854, 7831, 12182, 9316, 9206, 8718, 6717, 10063, 7888, 10406, 7518, 6669, 7121, 6926, 7561, 6808, 6537, 7482, 6935, 6881, 8577, 6441, 6616, 6582, 6769, 7509, 6567, 10007, 7164, 7312, 6604, 6744, 7515, 6780, 8969, 7121, 9725, 7148, 6854, 8403, 7058, 6498, 6969, 6786, 6499, 12023, 11628, 9344, 6553, 6689, 6559, 6597, 9677, 7784, 11735, 8587, 11359, 8735, 9543, 9396, 7425, 12055, 8221, 12796, 10030, 10721, 8288, 6526, 8867, 6699, 9029, 6521, 6582, 7461, 6413, 7461, 6519, 6697, 6757, 6645, 9237, 7068, 6754, 6587, 6669, 7160, 6790, 10542, 7047, 6912, 6651, 6661, 8388, 7013, 10732, 8225, 9566, 7233, 6845, 7545, 6774, 9928, 7647, 11203, 7297, 9155, 7544, 7342, 8712, 7365, 9643, 6555, 9196, 6848, 6943, 8029, 6908, 6566, 6920, 6919, 6623, 9173, 7649, 7738, 6596, 10435, 11026, 8197, 8047, 10607, 7517, 13309, 9895, 13070, 8342, 12178, 7352, 9771, 7275, 6765, 7386, 6623, 7992, 7197, 6593, 7927, 6474, 10133, 6857, 8230, 7383, 7234, 7883, 6669, 8075, 6870, 9861, 7618, 6651, 7351, 6560, 8819, 7165, 12080, 8089, 6701, 7011, 6972, 8246, 7211, 10912, 8134, 9824, 7098, 6580, 7199, 7011, 6586, 7323, 6723, 6313, 9858, 8829, 8546, 6752, 12467, 10088, 7544, 12191, 9041, 9149, 11139, 8646, 13299, 10103, 11693, 7310, 6588, 7443, 6785, 9746, 6931, 6767, 6737, 6563, 7509, 6989, 9189, 6612, 8778, 6817, 9650, 7244, 7707, 7257, 6717, 7219, 6606, 9443, 7848, 7062, 7077, 6760, 7915, 6618, 12093, 8401, 6815, 7590, 6680, 7854, 6827, 10708, 7974, 10120, 7404, 6828, 7390, 6945, 9539, 7410, 10207, 7492, 6685, 7179, 7067, 12129, 11854, 10284, 11260, 6939, 6434, 6725, 6466, 6351, 6616, 7764, 7106, 6767, 6650, 9483, 8069, 11202, 12221, 9349, 14010, 11368, 13861, 11615, 10212, 9493, 6836, 12458, 8285, 6553, 7272, 6359, 6629, 7270, 6143, 10257, 7983, 6572, 7439, 6546, 8389, 6784, 6853, 6903, 6687, 6975, 6419, 7277, 6720, 6452, 7916, 6680, 8356, 6277, 8785, 7160, 7912, 7622, 7109, 8908, 7338, 10681, 7053, 7309, 7161, 6473, 6642, 8783, 7473, 6838, 6388, 9608, 8484, 9935, 8648, 9964, 12474, 9945, 7817, 7114, 7624, 6381, 11247, 7894, 11155, 8685, 9853, 6507, 6735, 6616, 6685, 8247, 6420, 8145, 6341, 6725], 'WindowCenter': [4040.0, 4045.0, 4001.0, 4039.0, 4008.0, 4006.0, 4017.0, 3983.0, 4027.0, 3978.0, 4025.0, 3985.0, 3982.0, 4013.0, 3971.0, 3973.0, 3995.0, 3986.0, 4027.0, 4027.0, 4008.0, 4005.0, 3973.0, 3971.0, 3972.0, 3992.0, 3982.0, 3983.0, 3995.0, 3973.0, 4003.0, 3963.0, 3974.0, 3995.0, 3972.0, 4003.0, 3973.0, 3973.0, 3994.0, 3985.0, 4025.0, 4004.0, 4003.0, 3993.0, 3970.0, 4013.0, 3981.0, 4011.0, 3970.0, 3969.0, 3970.0, 3949.0, 3992.0, 3973.0, 4025.0, 4015.0, 3997.0, 4014.0, 3972.0, 3960.0, 3960.0, 3950.0, 4001.0, 3994.0, 4024.0, 4004.0, 4003.0, 3993.0, 3971.0, 3991.0, 3958.0, 3999.0, 3989.0, 3998.0, 3968.0, 3946.0, 3968.0, 3958.0, 3978.0, 3970.0, 4000.0, 3969.0, 3958.0, 3959.0, 3958.0, 3989.0, 3960.0, 4011.0, 3992.0, 3960.0, 3972.0, 3972.0, 3981.0, 3962.0, 4003.0, 3994.0, 3972.0, 3983.0, 3974.0, 4014.0, 3997.0, 4006.0, 3995.0, 3974.0, 4014.0, 3986.0, 4014.0, 4006.0, 3994.0, 4004.0, 3962.0, 4013.0, 3973.0, 4024.0, 4004.0, 3972.0, 3982.0, 3962.0, 3992.0, 3973.0, 4025.0, 4005.0, 3973.0, 3973.0, 3973.0, 4014.0, 3985.0, 4025.0, 4015.0, 3972.0, 3982.0, 3972.0, 4003.0, 3985.0, 4015.0, 3994.0, 3963.0, 3993.0, 3963.0, 4014.0, 4006.0, 4025.0, 4003.0, 3972.0, 3972.0, 3972.0, 4003.0, 3973.0, 4024.0, 4004.0, 3992.0, 3982.0, 3961.0, 3982.0, 3973.0, 4014.0, 3983.0, 3983.0, 3974.0, 3973.0, 4004.0, 3975.0, 4026.0, 4017.0, 3973.0, 3983.0, 3974.0, 4016.0, 3996.0, 3975.0, 4004.0, 3984.0, 3963.0, 3995.0, 3983.0, 4027.0, 3995.0, 4025.0, 3963.0, 4013.0, 3983.0, 4003.0, 3993.0, 3972.0, 3972.0, 3961.0, 3992.0, 3975.0, 4015.0, 3995.0, 3963.0, 3972.0, 3963.0, 4015.0, 3986.0, 4026.0, 3995.0, 3973.0, 3984.0, 3984.0, 4016.0, 3995.0, 4025.0, 3974.0, 4002.0, 3983.0, 3973.0, 4005.0, 3973.0, 4013.0, 3972.0, 4013.0, 3994.0, 4004.0, 3994.0, 3972.0, 3993.0, 3962.0, 4003.0, 3984.0, 3994.0, 3983.0, 3963.0, 4003.0, 3985.0, 4026.0, 4016.0, 3963.0, 3984.0, 3973.0, 3992.0, 3985.0, 4025.0, 4005.0, 3973.0, 3984.0, 3963.0, 4004.0, 3985.0, 3994.0, 3984.0, 3974.0, 3994.0, 3995.0, 3985.0, 4006.0, 3996.0, 3986.0, 3988.0, 4039.0, 4008.0, 3976.0, 4016.0, 3986.0, 4024.0, 4017.0, 4025.0, 4004.0, 3971.0, 3982.0, 3973.0, 4004.0, 3973.0, 3992.0, 3972.0, 3971.0, 3985.0, 3975.0, 4016.0, 3985.0, 3984.0, 3985.0, 3986.0, 4028.0, 3997.0, 4016.0, 3996.0, 3974.0, 4006.0, 3976.0, 4027.0, 4006.0, 4025.0, 3983.0, 3972.0, 3994.0, 3984.0, 4014.0, 3973.0, 4003.0, 3994.0, 4004.0, 4005.0, 3973.0, 4003.0, 3972.0, 4002.0, 3982.0, 3983.0, 3994.0, 3974.0, 4015.0, 3974.0, 3975.0, 3997.0, 3987.0, 3986.0, 3985.0, 3986.0, 3997.0, 4028.0, 4027.0, 3996.0, 4018.0, 4039.0, 4019.0, 3975.0, 4016.0, 3974.0, 4026.0, 4016.0, 4024.0, 3982.0, 4012.0, 3972.0, 3981.0, 3983.0, 3972.0, 3972.0, 3972.0, 3992.0, 3982.0, 3984.0, 3995.0, 3975.0, 3994.0, 3975.0, 3995.0, 3997.0, 3987.0, 3996.0, 3975.0, 4015.0, 3985.0, 3995.0, 4009.0, 4012.0, 4051.0, 4028.0, 3976.0, 3982.0, 3973.0, 3973.0, 4005.0, 3974.0, 4016.0, 3985.0, 4015.0, 4006.0, 4025.0, 4005.0, 4012.0, 3980.0, 3977.0, 3987.0, 3955.0, 3997.0, 3966.0, 3996.0, 3966.0, 3955.0, 3945.0, 3945.0, 3967.0, 3947.0, 3977.0, 3946.0, 3947.0, 3957.0, 3958.0, 3960.0, 3991.0, 3982.0, 3973.0, 4002.0, 3972.0, 3961.0, 3982.0, 3973.0, 4014.0, 3994.0, 4013.0, 3973.0, 3972.0, 3983.0, 3974.0, 4004.0, 3973.0, 3972.0, 3973.0, 3974.0, 4016.0, 3996.0, 3994.0, 3974.0, 3973.0, 3995.0, 3985.0, 4025.0, 3995.0, 4013.0, 3983.0, 3982.0, 4004.0, 3973.0, 4003.0, 3972.0, 4002.0, 3983.0, 3984.0, 3994.0, 3973.0, 3992.0, 3972.0, 3982.0, 3984.0, 3974.0, 3994.0, 3973.0, 4013.0, 3983.0, 3983.0, 3993.0, 3974.0, 4004.0, 3973.0, 3983.0, 3984.0, 3974.0, 4015.0, 3974.0, 4014.0, 3973.0, 3987.0, 3995.0, 4018.0, 4030.0, 4051.0, 4028.0, 3975.0, 3974.0, 3974.0, 3984.0, 3976.0, 4017.0, 3998.0, 4029.0, 4009.0, 4027.0, 4007.0, 4026.0, 4004.0, 4011.0, 3970.0, 3979.0, 3969.0, 3948.0, 3990.0, 3959.0, 4010.0, 3960.0, 3999.0, 3959.0, 3958.0, 3969.0, 3959.0, 3979.0, 3949.0, 3959.0, 3970.0, 3960.0, 3982.0, 3973.0, 4003.0, 3963.0, 4002.0, 3973.0, 4005.0, 3984.0, 3972.0, 3973.0, 3962.0, 3983.0, 3974.0, 4016.0, 4007.0, 3995.0, 3984.0, 3963.0, 3992.0, 3974.0, 4014.0, 3995.0, 4005.0, 4005.0, 3974.0, 4015.0, 3985.0, 3985.0, 3985.0, 3984.0, 4015.0, 4004.0, 3974.0, 3984.0, 3997.0, 4041.0, 4052.0, 4040.0, 4016.0, 3984.0, 3971.0, 3960.0, 3973.0, 3973.0, 3983.0, 4003.0, 3984.0, 3973.0, 3985.0, 3972.0, 4012.0, 3969.0, 3998.0, 3978.0, 3976.0, 3977.0, 3946.0, 3987.0, 3968.0, 3987.0, 3957.0, 3947.0, 3956.0, 3956.0, 3966.0, 3946.0, 3948.0, 3968.0, 3959.0, 3970.0, 3992.0, 3961.0, 3961.0, 3959.0, 3960.0, 3971.0, 3973.0, 4004.0, 3975.0, 3983.0, 3973.0, 3973.0, 3983.0, 3974.0, 4004.0, 3972.0, 4017.0, 3985.0, 3974.0, 3995.0, 3985.0, 3977.0, 3985.0, 3987.0, 3988.0, 4050.0, 4040.0, 4018.0, 3976.0, 3973.0, 3963.0, 3974.0, 4005.0, 3997.0, 4015.0, 4007.0, 4015.0, 3995.0, 4004.0, 4004.0, 3971.0, 4000.0, 3968.0, 3998.0, 3988.0, 3987.0, 3967.0, 3936.0, 3977.0, 3947.0, 3976.0, 3947.0, 3958.0, 3970.0, 3949.0, 3968.0, 3948.0, 3959.0, 3960.0, 3962.0, 4004.0, 3973.0, 3972.0, 3973.0, 3973.0, 3973.0, 3975.0, 4015.0, 3974.0, 3973.0, 3974.0, 3974.0, 3995.0, 3986.0, 4016.0, 3996.0, 4004.0, 3984.0, 3962.0, 3983.0, 3963.0, 4004.0, 3984.0, 4014.0, 3973.0, 4003.0, 3982.0, 3971.0, 3993.0, 3972.0, 4002.0, 3961.0, 3992.0, 3973.0, 3985.0, 3994.0, 3986.0, 3976.0, 3984.0, 3985.0, 3975.0, 4017.0, 3997.0, 3998.0, 3988.0, 4030.0, 4040.0, 4009.0, 3997.0, 4017.0, 3985.0, 4026.0, 4004.0, 4024.0, 3993.0, 4014.0, 3972.0, 4002.0, 3983.0, 3962.0, 3972.0, 3962.0, 3982.0, 3973.0, 3974.0, 3994.0, 3964.0, 4014.0, 3974.0, 3994.0, 3985.0, 3986.0, 3995.0, 3974.0, 3996.0, 3975.0, 4016.0, 3996.0, 3974.0, 3985.0, 3974.0, 4005.0, 3975.0, 4027.0, 3996.0, 3974.0, 3974.0, 3974.0, 3994.0, 3985.0, 4016.0, 3995.0, 4004.0, 3974.0, 3974.0, 3988.0, 3999.0, 3989.0, 3998.0, 3976.0, 3977.0, 4017.0, 4020.0, 4020.0, 3987.0, 4040.0, 4029.0, 3998.0, 4038.0, 4006.0, 4004.0, 4016.0, 4007.0, 4026.0, 4016.0, 4013.0, 3972.0, 3961.0, 3973.0, 3973.0, 4003.0, 3973.0, 3962.0, 3962.0, 3962.0, 3973.0, 3973.0, 4004.0, 3963.0, 3992.0, 3962.0, 4002.0, 3973.0, 3984.0, 3983.0, 3973.0, 3983.0, 3974.0, 4016.0, 3998.0, 3985.0, 3985.0, 3974.0, 3995.0, 3975.0, 4026.0, 3996.0, 3975.0, 3996.0, 3975.0, 3995.0, 3975.0, 4017.0, 3996.0, 4016.0, 3985.0, 3974.0, 3984.0, 3975.0, 4016.0, 3986.0, 4016.0, 3985.0, 3974.0, 3975.0, 3987.0, 4052.0, 4053.0, 4029.0, 4026.0, 3983.0, 3972.0, 3970.0, 3960.0, 3973.0, 3983.0, 3995.0, 4000.0, 3999.0, 3999.0, 4019.0, 3997.0, 4027.0, 4025.0, 3993.0, 4024.0, 4001.0, 4009.0, 3998.0, 3975.0, 3974.0, 3947.0, 3997.0, 3963.0, 3931.0, 3953.0, 3932.0, 3944.0, 3955.0, 3935.0, 3986.0, 3966.0, 3945.0, 3956.0, 3946.0, 3979.0, 3972.0, 3959.0, 3969.0, 3958.0, 3957.0, 3950.0, 3970.0, 3961.0, 3962.0, 3994.0, 3973.0, 3992.0, 3962.0, 3991.0, 3972.0, 3981.0, 3982.0, 3972.0, 4004.0, 3985.0, 4015.0, 3983.0, 3998.0, 3985.0, 3974.0, 3973.0, 4018.0, 4002.0, 3991.0, 3992.0, 4032.0, 4021.0, 4031.0, 4020.0, 4030.0, 4040.0, 4019.0, 3997.0, 3984.0, 3984.0, 3963.0, 4013.0, 3983.0, 4013.0, 3993.0, 4003.0, 3962.0, 3961.0, 3975.0, 3986.0, 3994.0, 3963.0, 3983.0, 3962.0, 3962.0], 'WindowWidth': [9018.0, 9012.0, 8944.0, 8989.0, 8945.0, 8940.0, 8956.0, 8905.0, 8971.0, 8906.0, 8963.0, 8908.0, 8900.0, 8942.0, 8887.0, 8891.0, 8924.0, 8916.0, 8973.0, 8971.0, 8950.0, 8937.0, 8891.0, 8885.0, 8886.0, 8912.0, 8901.0, 8905.0, 8922.0, 8892.0, 8931.0, 8877.0, 8898.0, 8923.0, 8890.0, 8931.0, 8892.0, 8891.0, 8921.0, 8910.0, 8962.0, 8934.0, 8929.0, 8915.0, 8882.0, 8942.0, 8898.0, 8936.0, 8880.0, 8879.0, 8881.0, 8853.0, 8914.0, 8893.0, 8963.0, 8952.0, 8930.0, 8948.0, 8888.0, 8868.0, 8868.0, 8856.0, 8925.0, 8918.0, 8958.0, 8933.0, 8930.0, 8917.0, 8884.0, 8909.0, 8862.0, 8916.0, 8904.0, 8914.0, 8873.0, 8843.0, 8874.0, 8861.0, 8887.0, 8882.0, 8920.0, 8877.0, 8861.0, 8864.0, 8863.0, 8905.0, 8868.0, 8938.0, 8914.0, 8870.0, 8886.0, 8889.0, 8898.0, 8877.0, 8933.0, 8920.0, 8890.0, 8905.0, 8895.0, 8949.0, 8931.0, 8941.0, 8926.0, 8896.0, 8948.0, 8912.0, 8948.0, 8940.0, 8920.0, 8934.0, 8877.0, 8944.0, 8892.0, 8962.0, 8934.0, 8890.0, 8902.0, 8874.0, 8914.0, 8892.0, 8965.0, 8935.0, 8890.0, 8891.0, 8891.0, 8946.0, 8910.0, 8965.0, 8949.0, 8888.0, 8902.0, 8889.0, 8931.0, 8910.0, 8949.0, 8921.0, 8879.0, 8918.0, 8880.0, 8946.0, 8938.0, 8964.0, 8932.0, 8890.0, 8889.0, 8889.0, 8929.0, 8891.0, 8961.0, 8933.0, 8915.0, 8901.0, 8872.0, 8902.0, 8891.0, 8946.0, 8905.0, 8903.0, 8892.0, 8891.0, 8932.0, 8895.0, 8964.0, 8951.0, 8890.0, 8904.0, 8894.0, 8954.0, 8927.0, 8898.0, 8934.0, 8908.0, 8879.0, 8923.0, 8907.0, 8969.0, 8924.0, 8961.0, 8878.0, 8942.0, 8905.0, 8932.0, 8919.0, 8887.0, 8887.0, 8874.0, 8914.0, 8899.0, 8950.0, 8923.0, 8879.0, 8890.0, 8880.0, 8951.0, 8915.0, 8966.0, 8923.0, 8892.0, 8907.0, 8908.0, 8953.0, 8924.0, 8963.0, 8893.0, 8928.0, 8903.0, 8891.0, 8936.0, 8892.0, 8944.0, 8889.0, 8943.0, 8919.0, 8936.0, 8921.0, 8889.0, 8916.0, 8875.0, 8931.0, 8909.0, 8920.0, 8904.0, 8878.0, 8930.0, 8910.0, 8967.0, 8953.0, 8880.0, 8906.0, 8890.0, 8915.0, 8909.0, 8964.0, 8936.0, 8891.0, 8904.0, 8877.0, 8934.0, 8909.0, 8921.0, 8907.0, 8894.0, 8921.0, 8924.0, 8912.0, 8942.0, 8929.0, 8915.0, 8921.0, 8990.0, 8948.0, 8900.0, 8952.0, 8914.0, 8963.0, 8955.0, 8964.0, 8933.0, 8884.0, 8899.0, 8893.0, 8935.0, 8893.0, 8914.0, 8888.0, 8887.0, 8910.0, 8900.0, 8952.0, 8912.0, 8909.0, 8911.0, 8914.0, 8974.0, 8931.0, 8954.0, 8926.0, 8895.0, 8938.0, 8901.0, 8968.0, 8941.0, 8962.0, 8905.0, 8889.0, 8922.0, 8908.0, 8946.0, 8892.0, 8931.0, 8919.0, 8935.0, 8937.0, 8891.0, 8930.0, 8888.0, 8927.0, 8901.0, 8904.0, 8918.0, 8893.0, 8949.0, 8892.0, 8896.0, 8929.0, 8917.0, 8914.0, 8911.0, 8913.0, 8929.0, 8973.0, 8970.0, 8928.0, 8960.0, 8990.0, 8964.0, 8899.0, 8952.0, 8894.0, 8967.0, 8951.0, 8959.0, 8901.0, 8939.0, 8885.0, 8899.0, 8905.0, 8889.0, 8886.0, 8889.0, 8914.0, 8901.0, 8907.0, 8923.0, 8896.0, 8919.0, 8897.0, 8923.0, 8930.0, 8917.0, 8926.0, 8897.0, 8950.0, 8910.0, 8925.0, 8949.0, 8960.0, 9011.0, 8974.0, 8900.0, 8905.0, 8891.0, 8889.0, 8934.0, 8894.0, 8951.0, 8911.0, 8950.0, 8939.0, 8963.0, 8934.0, 8938.0, 8891.0, 8882.0, 8895.0, 8850.0, 8908.0, 8866.0, 8907.0, 8865.0, 8850.0, 8837.0, 8839.0, 8871.0, 8844.0, 8883.0, 8842.0, 8845.0, 8860.0, 8863.0, 8868.0, 8912.0, 8902.0, 8893.0, 8927.0, 8887.0, 8871.0, 8899.0, 8889.0, 8948.0, 8919.0, 8942.0, 8892.0, 8887.0, 8902.0, 8894.0, 8932.0, 8891.0, 8888.0, 8890.0, 8893.0, 8952.0, 8926.0, 8921.0, 8894.0, 8891.0, 8923.0, 8912.0, 8963.0, 8921.0, 8944.0, 8902.0, 8900.0, 8933.0, 8891.0, 8929.0, 8888.0, 8928.0, 8903.0, 8908.0, 8920.0, 8890.0, 8913.0, 8889.0, 8901.0, 8907.0, 8895.0, 8920.0, 8892.0, 8944.0, 8904.0, 8904.0, 8917.0, 8893.0, 8931.0, 8891.0, 8903.0, 8905.0, 8895.0, 8950.0, 8893.0, 8946.0, 8889.0, 8918.0, 8922.0, 8960.0, 8979.0, 9013.0, 8974.0, 8897.0, 8896.0, 8893.0, 8907.0, 8899.0, 8957.0, 8934.0, 8974.0, 8948.0, 8970.0, 8942.0, 8966.0, 8932.0, 8935.0, 8878.0, 8887.0, 8876.0, 8847.0, 8904.0, 8863.0, 8932.0, 8865.0, 8917.0, 8862.0, 8861.0, 8878.0, 8866.0, 8890.0, 8851.0, 8864.0, 8881.0, 8869.0, 8900.0, 8890.0, 8929.0, 8876.0, 8927.0, 8890.0, 8938.0, 8908.0, 8888.0, 8888.0, 8874.0, 8903.0, 8892.0, 8952.0, 8942.0, 8923.0, 8907.0, 8878.0, 8914.0, 8892.0, 8944.0, 8921.0, 8935.0, 8936.0, 8893.0, 8950.0, 8910.0, 8911.0, 8909.0, 8907.0, 8947.0, 8933.0, 8892.0, 8908.0, 8932.0, 8997.0, 9017.0, 8993.0, 8957.0, 8911.0, 8886.0, 8869.0, 8891.0, 8889.0, 8904.0, 8929.0, 8906.0, 8891.0, 8909.0, 8888.0, 8938.0, 8877.0, 8913.0, 8884.0, 8879.0, 8880.0, 8841.0, 8895.0, 8871.0, 8896.0, 8855.0, 8843.0, 8852.0, 8855.0, 8866.0, 8842.0, 8848.0, 8873.0, 8864.0, 8880.0, 8912.0, 8872.0, 8870.0, 8866.0, 8868.0, 8884.0, 8889.0, 8931.0, 8893.0, 8903.0, 8891.0, 8890.0, 8904.0, 8894.0, 8933.0, 8889.0, 8955.0, 8909.0, 8894.0, 8923.0, 8910.0, 8904.0, 8910.0, 8918.0, 8921.0, 9009.0, 8993.0, 8960.0, 8903.0, 8893.0, 8878.0, 8894.0, 8935.0, 8928.0, 8949.0, 8939.0, 8947.0, 8921.0, 8930.0, 8931.0, 8881.0, 8917.0, 8871.0, 8910.0, 8898.0, 8895.0, 8868.0, 8827.0, 8882.0, 8844.0, 8882.0, 8843.0, 8860.0, 8879.0, 8850.0, 8872.0, 8848.0, 8863.0, 8867.0, 8872.0, 8932.0, 8891.0, 8887.0, 8889.0, 8888.0, 8890.0, 8897.0, 8947.0, 8894.0, 8891.0, 8892.0, 8893.0, 8923.0, 8912.0, 8951.0, 8924.0, 8932.0, 8904.0, 8874.0, 8902.0, 8875.0, 8933.0, 8904.0, 8943.0, 8888.0, 8927.0, 8898.0, 8884.0, 8915.0, 8886.0, 8925.0, 8872.0, 8912.0, 8891.0, 8911.0, 8921.0, 8913.0, 8900.0, 8906.0, 8911.0, 8898.0, 8957.0, 8928.0, 8934.0, 8918.0, 8979.0, 8992.0, 8948.0, 8928.0, 8955.0, 8907.0, 8965.0, 8933.0, 8958.0, 8915.0, 8944.0, 8887.0, 8926.0, 8902.0, 8873.0, 8885.0, 8873.0, 8899.0, 8889.0, 8895.0, 8919.0, 8880.0, 8946.0, 8893.0, 8918.0, 8909.0, 8911.0, 8923.0, 8892.0, 8925.0, 8896.0, 8952.0, 8924.0, 8894.0, 8908.0, 8894.0, 8933.0, 8898.0, 8969.0, 8924.0, 8892.0, 8894.0, 8892.0, 8919.0, 8908.0, 8951.0, 8922.0, 8933.0, 8893.0, 8895.0, 8921.0, 8937.0, 8925.0, 8932.0, 8902.0, 8902.0, 8957.0, 8966.0, 8963.0, 8917.0, 8991.0, 8975.0, 8931.0, 8983.0, 8937.0, 8931.0, 8950.0, 8942.0, 8964.0, 8950.0, 8940.0, 8884.0, 8870.0, 8888.0, 8890.0, 8930.0, 8889.0, 8873.0, 8875.0, 8874.0, 8890.0, 8891.0, 8932.0, 8877.0, 8913.0, 8874.0, 8926.0, 8889.0, 8906.0, 8904.0, 8890.0, 8903.0, 8892.0, 8952.0, 8931.0, 8911.0, 8911.0, 8894.0, 8920.0, 8896.0, 8966.0, 8927.0, 8897.0, 8924.0, 8897.0, 8923.0, 8896.0, 8954.0, 8926.0, 8951.0, 8909.0, 8892.0, 8907.0, 8896.0, 8952.0, 8912.0, 8951.0, 8911.0, 8894.0, 8896.0, 8916.0, 9014.0, 9017.0, 8979.0, 8970.0, 8907.0, 8891.0, 8884.0, 8873.0, 8897.0, 8912.0, 8929.0, 8943.0, 8940.0, 8940.0, 8963.0, 8929.0, 8967.0, 8965.0, 8915.0, 8958.0, 8922.0, 8928.0, 8910.0, 8874.0, 8872.0, 8844.0, 8909.0, 8858.0, 8814.0, 8845.0, 8818.0, 8834.0, 8849.0, 8826.0, 8894.0, 8866.0, 8838.0, 8853.0, 8842.0, 8891.0, 8888.0, 8865.0, 8879.0, 8862.0, 8858.0, 8854.0, 8880.0, 8870.0, 8874.0, 8920.0, 8889.0, 8913.0, 8874.0, 8911.0, 8887.0, 8898.0, 8900.0, 8888.0, 8932.0, 8909.0, 8949.0, 8906.0, 8933.0, 8912.0, 8896.0, 8892.0, 8961.0, 8945.0, 8930.0, 8935.0, 8986.0, 8970.0, 8983.0, 8965.0, 8978.0, 8993.0, 8963.0, 8929.0, 8910.0, 8906.0, 8877.0, 8943.0, 8902.0, 8944.0, 8917.0, 8931.0, 8874.0, 8870.0, 8897.0, 8917.0, 8922.0, 8878.0, 8902.0, 8874.0, 8873.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.003769597701149425</td></tr>
<tr><td colspan=3>aqi</td><td>0.049602467356321844</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.316311396168054</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1543210026697361</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0149273589182968</td></tr>
<tr><td colspan=3>efc</td><td>0.4622</td></tr>
<tr><td colspan=3>fber</td><td>6054.6387</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12416470657199273</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>113</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.988505747126437</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5538526435162914</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4393061236605917</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7030814810080606</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5191703258802214</td></tr>
<tr><td colspan=3>gcor</td><td>0.0084035</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008722146973013878</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030048858374357224</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.171624546319741</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>22.1008</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.2235</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>144.588</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303175.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>612.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>272.0203</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.852</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>457.6434</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3244.9141</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3442.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73369.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1216.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4141.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>825.0926</td></tr>
<tr><td colspan=3>tsnr</td><td>30.97968023212161</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>