<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0039_ses-01_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0039_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0039_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0039_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0039_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0039_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0039_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0039_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0039_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0039/ses-01/func/sub-0039_ses-01_task-social_acq-mb8_run-02_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>6c065e98f0cb6ffcf9ec33dda9b4ece1</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:08:42.775000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999139, 0.0296882, 0.028968, -0.034367, 0.983547, 0.177355]</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-02_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.1123</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7797, -7162, 627, -54, -248, 24, 67]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.53</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>40cc0fe1-a240-43c3-8050-0b5de0e0c1cb||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6806178092956543, -0.0922040343284607, 0.0627102255821228, 114.46920013427734], [-0.07965133339166641, 2.6387836933135986, 0.48113515973091125, -101.5967788696289], [0.07771901041269302, -0.4758313000202179, 2.6560451984405518, -15.56764030456543], [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': ['170842.775000', '170843.235000', '170843.695000', '170844.155000', '170844.615000', '170845.075000', '170845.535000', '170845.995000', '170846.455000', '170846.915000', '170847.375000', '170847.835000', '170848.295000', '170848.755000', '170849.215000', '170849.675000', '170850.135000', '170850.595000', '170851.055000', '170851.515000', '170851.975000', '170852.435000', '170852.895000', '170853.355000', '170853.815000', '170854.275000', '170854.735000', '170855.195000', '170855.655000', '170856.115000', '170856.575000', '170857.035000', '170857.495000', '170857.955000', '170858.415000', '170858.875000', '170859.335000', '170859.795000', '170900.255000', '170900.715000', '170901.175000', '170901.635000', '170902.095000', '170902.555000', '170903.015000', '170903.475000', '170903.935000', '170904.395000', '170904.855000', '170905.315000', '170905.775000', '170906.235000', '170906.695000', '170907.155000', '170907.615000', '170908.075000', '170908.535000', '170908.995000', '170909.455000', '170909.915000', '170910.375000', '170910.835000', '170911.295000', '170911.755000', '170912.215000', '170912.675000', '170913.135000', '170913.595000', '170914.055000', '170914.515000', '170914.975000', '170915.435000', '170915.895000', '170916.355000', '170916.815000', '170917.275000', '170917.735000', '170918.195000', '170918.655000', '170919.115000', '170919.575000', '170920.035000', '170920.495000', '170920.955000', '170921.415000', '170921.875000', '170922.335000', '170922.795000', '170923.255000', '170923.715000', '170924.175000', '170924.635000', '170925.095000', '170925.555000', '170926.015000', '170926.475000', '170926.935000', '170927.395000', '170927.855000', '170928.315000', '170928.775000', '170929.235000', '170929.695000', '170930.155000', '170930.615000', '170931.075000', '170931.535000', '170931.995000', '170932.455000', '170932.915000', '170933.375000', '170933.835000', '170934.295000', '170934.755000', '170935.215000', '170935.675000', '170936.135000', '170936.595000', '170937.055000', '170937.515000', '170937.975000', '170938.435000', '170938.895000', '170939.355000', '170939.815000', '170940.275000', '170940.735000', '170941.195000', '170941.655000', '170942.115000', '170942.575000', '170943.035000', '170943.495000', '170943.955000', '170944.415000', '170944.875000', '170945.335000', '170945.795000', '170946.255000', '170946.715000', '170947.175000', '170947.635000', '170948.095000', '170948.555000', '170949.015000', '170949.475000', '170949.935000', '170950.395000', '170950.855000', '170951.315000', '170951.775000', '170952.235000', '170952.695000', '170953.155000', '170953.615000', '170954.075000', '170954.535000', '170954.995000', '170955.455000', '170955.915000', '170956.375000', '170956.835000', '170957.295000', '170957.755000', '170958.215000', '170958.675000', '170959.135000', '170959.595000', '171000.055000', '171000.515000', '171000.975000', '171001.435000', '171001.895000', '171002.355000', '171002.815000', '171003.275000', '171003.735000', '171004.195000', '171004.655000', '171005.115000', '171005.575000', '171006.035000', '171006.495000', '171006.955000', '171007.415000', '171007.875000', '171008.335000', '171008.795000', '171009.255000', '171009.715000', '171010.175000', '171010.635000', '171011.095000', '171011.555000', '171012.015000', '171012.475000', '171012.935000', '171013.395000', '171013.855000', '171014.315000', '171014.775000', '171015.235000', '171015.695000', '171016.155000', '171016.615000', '171017.075000', '171017.535000', '171017.995000', '171018.455000', '171018.915000', '171019.375000', '171019.835000', '171020.295000', '171020.755000', '171021.215000', '171021.675000', '171022.135000', '171022.595000', '171023.055000', '171023.515000', '171023.975000', '171024.435000', '171024.895000', '171025.355000', '171025.815000', '171026.275000', '171026.735000', '171027.195000', '171027.655000', '171028.115000', '171028.575000', '171029.035000', '171029.495000', '171029.955000', '171030.415000', '171030.875000', '171031.335000', '171031.795000', '171032.255000', '171032.715000', '171033.175000', '171033.635000', '171034.095000', '171034.555000', '171035.015000', '171035.475000', '171035.935000', '171036.395000', '171036.855000', '171037.315000', '171037.775000', '171038.235000', '171038.695000', '171039.155000', '171039.615000', '171040.075000', '171040.535000', '171040.995000', '171041.455000', '171041.915000', '171042.375000', '171042.835000', '171043.295000', '171043.755000', '171044.215000', '171044.675000', '171045.135000', '171045.595000', '171046.055000', '171046.515000', '171046.975000', '171047.435000', '171047.895000', '171048.355000', '171048.815000', '171049.275000', '171049.735000', '171050.195000', '171050.655000', '171051.115000', '171051.575000', '171052.035000', '171052.495000', '171052.955000', '171053.415000', '171053.875000', '171054.335000', '171054.795000', '171055.255000', '171055.715000', '171056.175000', '171056.635000', '171057.095000', '171057.555000', '171058.015000', '171058.475000', '171058.935000', '171059.395000', '171059.855000', '171100.315000', '171100.775000', '171101.235000', '171101.695000', '171102.155000', '171102.615000', '171103.075000', '171103.535000', '171103.995000', '171104.455000', '171104.915000', '171105.375000', '171105.835000', '171106.295000', '171106.755000', '171107.215000', '171107.675000', '171108.135000', '171108.595000', '171109.055000', '171109.515000', '171109.975000', '171110.435000', '171110.895000', '171111.355000', '171111.815000', '171112.275000', '171112.735000', '171113.195000', '171113.655000', '171114.115000', '171114.575000', '171115.035000', '171115.495000', '171115.955000', '171116.415000', '171116.875000', '171117.335000', '171117.795000', '171118.255000', '171118.715000', '171119.175000', '171119.635000', '171120.095000', '171120.555000', '171121.015000', '171121.475000', '171121.935000', '171122.395000', '171122.855000', '171123.315000', '171123.775000', '171124.235000', '171124.695000', '171125.155000', '171125.615000', '171126.075000', '171126.535000', '171126.995000', '171127.455000', '171127.915000', '171128.375000', '171128.835000', '171129.295000', '171129.755000', '171130.215000', '171130.675000', '171131.135000', '171131.595000', '171132.055000', '171132.515000', '171132.975000', '171133.435000', '171133.895000', '171134.355000', '171134.815000', '171135.275000', '171135.735000', '171136.195000', '171136.655000', '171137.115000', '171137.575000', '171138.035000', '171138.495000', '171138.955000', '171139.415000', '171139.875000', '171140.335000', '171140.795000', '171141.255000', '171141.715000', '171142.175000', '171142.635000', '171143.095000', '171143.555000', '171144.015000', '171144.475000', '171144.935000', '171145.395000', '171145.855000', '171146.315000', '171146.775000', '171147.235000', '171147.695000', '171148.155000', '171148.615000', '171149.075000', '171149.535000', '171149.995000', '171150.455000', '171150.915000', '171151.375000', '171151.835000', '171152.295000', '171152.755000', '171153.215000', '171153.675000', '171154.135000', '171154.595000', '171155.055000', '171155.515000', '171155.975000', '171156.435000', '171156.895000', '171157.355000', '171157.815000', '171158.275000', '171158.735000', '171159.195000', '171159.655000', '171200.115000', '171200.575000', '171201.035000', '171201.495000', '171201.955000', '171202.415000', '171202.875000', '171203.335000', '171203.795000', '171204.255000', '171204.715000', '171205.175000', '171205.635000', '171206.095000', '171206.555000', '171207.015000', '171207.475000', '171207.935000', '171208.395000', '171208.855000', '171209.315000', '171209.775000', '171210.235000', '171210.695000', '171211.155000', '171211.615000', '171212.075000', '171212.535000', '171212.995000', '171213.455000', '171213.915000', '171214.375000', '171214.835000', '171215.295000', '171215.755000', '171216.215000', '171216.675000', '171217.135000', '171217.595000', '171218.055000', '171218.515000', '171218.975000', '171219.435000', '171219.895000', '171220.355000', '171220.815000', '171221.275000', '171221.735000', '171222.195000', '171222.655000', '171223.115000', '171223.575000', '171224.035000', '171224.495000', '171224.955000', '171225.415000', '171225.875000', '171226.335000', '171226.795000', '171227.255000', '171227.715000', '171228.175000', '171228.635000', '171229.095000', '171229.555000', '171230.015000', '171230.475000', '171230.935000', '171231.395000', '171231.855000', '171232.315000', '171232.775000', '171233.235000', '171233.695000', '171234.155000', '171234.615000', '171235.075000', '171235.535000', '171235.995000', '171236.455000', '171236.915000', '171237.375000', '171237.835000', '171238.295000', '171238.755000', '171239.215000', '171239.675000', '171240.135000', '171240.595000', '171241.055000', '171241.515000', '171241.975000', '171242.435000', '171242.895000', '171243.355000', '171243.815000', '171244.275000', '171244.735000', '171245.195000', '171245.655000', '171246.115000', '171246.575000', '171247.035000', '171247.495000', '171247.955000', '171248.415000', '171248.875000', '171249.335000', '171249.795000', '171250.255000', '171250.715000', '171251.175000', '171251.635000', '171252.095000', '171252.555000', '171253.015000', '171253.475000', '171253.935000', '171254.395000', '171254.855000', '171255.315000', '171255.775000', '171256.235000', '171256.695000', '171257.155000', '171257.615000', '171258.075000', '171258.535000', '171258.995000', '171259.455000', '171259.915000', '171300.375000', '171300.835000', '171301.295000', '171301.755000', '171302.215000', '171302.675000', '171303.135000', '171303.595000', '171304.055000', '171304.515000', '171304.975000', '171305.435000', '171305.895000', '171306.355000', '171306.815000', '171307.275000', '171307.735000', '171308.195000', '171308.655000', '171309.115000', '171309.575000', '171310.035000', '171310.495000', '171310.955000', '171311.415000', '171311.875000', '171312.335000', '171312.795000', '171313.255000', '171313.715000', '171314.175000', '171314.635000', '171315.095000', '171315.555000', '171316.015000', '171316.475000', '171316.935000', '171317.395000', '171317.855000', '171318.315000', '171318.775000', '171319.235000', '171319.695000', '171320.155000', '171320.615000', '171321.075000', '171321.535000', '171321.995000', '171322.455000', '171322.915000', '171323.375000', '171323.835000', '171324.295000', '171324.755000', '171325.215000', '171325.675000', '171326.135000', '171326.595000', '171327.055000', '171327.515000', '171327.975000', '171328.435000', '171328.895000', '171329.355000', '171329.815000', '171330.275000', '171330.735000', '171331.195000', '171331.655000', '171332.115000', '171332.575000', '171333.035000', '171333.495000', '171333.955000', '171334.415000', '171334.875000', '171335.335000', '171335.795000', '171336.255000', '171336.715000', '171337.175000', '171337.635000', '171338.095000', '171338.555000', '171339.015000', '171339.475000', '171339.935000', '171340.395000', '171340.855000', '171341.315000', '171341.775000', '171342.235000', '171342.695000', '171343.155000', '171343.615000', '171344.075000', '171344.535000', '171344.995000', '171345.455000', '171345.915000', '171346.375000', '171346.835000', '171347.295000', '171347.755000', '171348.215000', '171348.675000', '171349.135000', '171349.595000', '171350.055000', '171350.515000', '171350.975000', '171351.435000', '171351.895000', '171352.355000', '171352.815000', '171353.275000', '171353.735000', '171354.195000', '171354.655000', '171355.115000', '171355.575000', '171356.035000', '171356.495000', '171356.955000', '171357.415000', '171357.875000', '171358.335000', '171358.795000', '171359.255000', '171359.715000', '171400.175000', '171400.635000', '171401.095000', '171401.555000', '171402.015000', '171402.475000', '171402.935000', '171403.395000', '171403.855000', '171404.315000', '171404.775000', '171405.235000', '171405.695000', '171406.155000', '171406.615000', '171407.075000', '171407.535000', '171407.995000', '171408.455000', '171408.915000', '171409.375000', '171409.835000', '171410.295000', '171410.755000', '171411.215000', '171411.675000', '171412.135000', '171412.595000', '171413.055000', '171413.515000', '171413.975000', '171414.435000', '171414.895000', '171415.355000', '171415.815000', '171416.275000', '171416.735000', '171417.195000', '171417.655000', '171418.115000', '171418.575000', '171419.035000', '171419.495000', '171419.955000', '171420.415000', '171420.875000', '171421.335000', '171421.795000', '171422.255000', '171422.715000', '171423.175000', '171423.635000', '171424.095000', '171424.555000', '171425.015000', '171425.475000', '171425.935000', '171426.395000', '171426.855000', '171427.315000', '171427.775000', '171428.235000', '171428.695000', '171429.155000', '171429.615000', '171430.075000', '171430.535000', '171430.995000', '171431.455000', '171431.915000', '171432.375000', '171432.835000', '171433.295000', '171433.755000', '171434.215000', '171434.675000', '171435.135000', '171435.595000', '171436.055000', '171436.515000', '171436.975000', '171437.435000', '171437.895000', '171438.355000', '171438.815000', '171439.275000', '171439.735000', '171440.195000', '171440.655000', '171441.115000', '171441.575000', '171442.035000', '171442.495000', '171442.955000', '171443.415000', '171443.875000', '171444.335000', '171444.795000', '171445.255000', '171445.715000', '171446.175000', '171446.635000', '171447.095000', '171447.555000', '171448.015000', '171448.475000', '171448.935000', '171449.395000', '171449.855000', '171450.315000', '171450.775000', '171451.235000', '171451.695000', '171452.155000', '171452.615000', '171453.075000', '171453.535000', '171453.995000', '171454.455000', '171454.915000', '171455.375000', '171455.835000', '171456.295000', '171456.755000', '171457.215000', '171457.675000', '171458.135000', '171458.595000', '171459.055000', '171459.515000', '171459.975000', '171500.435000', '171500.895000', '171501.355000', '171501.815000', '171502.275000', '171502.735000', '171503.195000', '171503.655000', '171504.115000', '171504.575000', '171505.035000', '171505.495000', '171505.955000', '171506.415000', '171506.875000', '171507.335000', '171507.795000', '171508.255000', '171508.715000', '171509.175000', '171509.635000', '171510.095000', '171510.555000', '171511.015000', '171511.475000', '171511.935000', '171512.395000', '171512.855000', '171513.315000', '171513.775000', '171514.235000', '171514.695000', '171515.155000', '171515.615000', '171516.075000', '171516.535000', '171516.995000', '171517.455000', '171517.915000', '171518.375000', '171518.835000', '171519.295000', '171519.755000', '171520.215000', '171520.675000', '171521.135000', '171521.595000', '171522.055000', '171522.515000', '171522.975000', '171523.435000'], 'ContentTime': ['170906.065000', '170906.068000', '170906.071000', '170906.074000', '170906.077000', '170906.079000', '170906.082000', '170906.085000', '170906.088000', '170906.091000', '170906.094000', '170906.097000', '170906.100000', '170906.103000', '170906.105000', '170906.108000', '170906.111000', '170906.114000', '170906.117000', '170906.120000', '170906.123000', '170906.126000', '170906.129000', '170906.131000', '170906.134000', '170906.137000', '170906.140000', '170906.143000', '170906.146000', '170906.149000', '170906.151000', '170906.154000', '170906.157000', '170906.160000', '170906.163000', '170906.166000', '170906.168000', '170906.171000', '170906.174000', '170906.177000', '170906.180000', '170906.183000', '170906.186000', '170906.189000', '170906.191000', '170906.194000', '170906.197000', '170906.200000', '170926.030000', '170926.033000', '170926.036000', '170926.039000', '170926.041000', '170926.044000', '170926.047000', '170926.057000', '170926.060000', '170926.062000', '170926.065000', '170926.068000', '170926.071000', '170926.075000', '170926.080000', '170926.083000', '170926.086000', '170926.089000', '170926.092000', '170926.094000', '170926.097000', '170926.100000', '170926.103000', '170926.106000', '170926.109000', '170926.111000', '170926.114000', '170926.117000', '170926.120000', '170926.123000', '170926.126000', '170926.128000', '170926.131000', '170926.142000', '170926.145000', '170926.148000', '170926.151000', '170926.153000', '170926.156000', '170926.159000', '170926.162000', '170926.165000', '170926.168000', '170946.030000', '170946.033000', '170946.036000', '170946.039000', '170946.041000', '170946.044000', '170946.047000', '170946.050000', '170946.053000', '170946.056000', '170946.058000', '170946.061000', '170946.064000', '170946.067000', '170946.070000', '170946.073000', '170946.075000', '170946.078000', '170946.081000', '170946.084000', '170946.087000', '170946.090000', '170946.093000', '170946.095000', '170946.098000', '170946.101000', '170946.104000', '170946.107000', '170946.110000', '170946.113000', '170946.115000', '170946.118000', '170946.121000', '170946.124000', '170946.127000', '170946.130000', '170946.133000', '170946.135000', '170946.138000', '170946.141000', '170946.144000', '170946.147000', '170946.150000', '170946.160000', '171006.030000', '171006.033000', '171006.036000', '171006.039000', '171006.042000', '171006.045000', '171006.047000', '171006.050000', '171006.053000', '171006.056000', '171006.059000', '171006.062000', '171006.064000', '171006.067000', '171006.070000', '171006.073000', '171006.076000', '171006.079000', '171006.082000', '171006.085000', '171006.088000', '171006.090000', '171006.093000', '171006.096000', '171006.100000', '171006.105000', '171006.108000', '171006.111000', '171006.114000', '171006.117000', '171006.120000', '171006.122000', '171006.125000', '171006.128000', '171006.131000', '171006.134000', '171006.137000', '171006.139000', '171006.142000', '171006.145000', '171006.148000', '171006.151000', '171006.154000', '171026.030000', '171026.033000', '171026.036000', '171026.039000', '171026.041000', '171026.044000', '171026.047000', '171026.050000', '171026.053000', '171026.056000', '171026.059000', '171026.062000', '171026.064000', '171026.067000', '171026.070000', '171026.073000', '171026.076000', '171026.079000', '171026.082000', '171026.085000', '171026.088000', '171026.090000', '171026.093000', '171026.096000', '171026.099000', '171026.102000', '171026.105000', '171026.108000', '171026.110000', '171026.113000', '171026.116000', '171026.119000', '171026.122000', '171026.125000', '171026.128000', '171026.131000', '171026.133000', '171026.136000', '171026.139000', '171026.142000', '171026.145000', '171026.148000', '171026.151000', '171026.153000', '171046.030000', '171046.033000', '171046.036000', '171046.039000', '171046.042000', '171046.044000', '171046.052000', '171046.054000', '171046.057000', '171046.060000', '171046.063000', '171046.066000', '171046.069000', '171046.072000', '171046.074000', '171046.077000', '171046.080000', '171046.083000', '171046.086000', '171046.089000', '171046.092000', '171046.095000', '171046.098000', '171046.100000', '171046.105000', '171046.109000', '171046.112000', '171046.114000', '171046.117000', '171046.120000', '171046.123000', '171046.126000', '171046.129000', '171046.132000', '171046.135000', '171046.138000', '171046.140000', '171046.143000', '171046.146000', '171046.149000', '171046.152000', '171046.155000', '171046.158000', '171106.030000', '171106.033000', '171106.036000', '171106.039000', '171106.041000', '171106.044000', '171106.047000', '171106.050000', '171106.053000', '171106.056000', '171106.059000', '171106.062000', '171106.065000', '171106.068000', '171106.070000', '171106.073000', '171106.076000', '171106.087000', '171106.090000', '171106.093000', '171106.096000', '171106.098000', '171106.101000', '171106.104000', '171106.107000', '171106.110000', '171106.113000', '171106.115000', '171106.118000', '171106.121000', '171106.124000', '171106.127000', '171106.130000', '171106.133000', '171106.135000', '171106.138000', '171106.141000', '171106.144000', '171106.147000', '171106.150000', '171106.152000', '171106.155000', '171106.158000', '171106.161000', '171126.030000', '171126.033000', '171126.036000', '171126.039000', '171126.042000', '171126.044000', '171126.047000', '171126.050000', '171126.062000', '171126.065000', '171126.068000', '171126.071000', '171126.074000', '171126.077000', '171126.080000', '171126.083000', '171126.086000', '171126.088000', '171126.091000', '171126.094000', '171126.097000', '171126.100000', '171126.103000', '171126.106000', '171126.109000', '171126.111000', '171126.114000', '171126.117000', '171126.120000', '171126.123000', '171126.126000', '171126.129000', '171126.132000', '171126.135000', '171126.138000', '171126.141000', '171126.143000', '171126.146000', '171126.149000', '171126.152000', '171126.155000', '171126.158000', '171126.163000', '171146.030000', '171146.033000', '171146.036000', '171146.039000', '171146.042000', '171146.044000', '171146.047000', '171146.050000', '171146.053000', '171146.056000', '171146.059000', '171146.062000', '171146.064000', '171146.067000', '171146.070000', '171146.073000', '171146.076000', '171146.079000', '171146.082000', '171146.085000', '171146.087000', '171146.090000', '171146.093000', '171146.096000', '171146.099000', '171146.102000', '171146.105000', '171146.107000', '171146.110000', '171146.113000', '171146.116000', '171146.119000', '171146.122000', '171146.125000', '171146.127000', '171146.130000', '171146.133000', '171146.136000', '171146.139000', '171146.142000', '171146.145000', '171146.147000', '171146.150000', '171146.153000', '171206.030000', '171206.033000', '171206.036000', '171206.039000', '171206.042000', '171206.044000', '171206.047000', '171206.050000', '171206.053000', '171206.056000', '171206.059000', '171206.061000', '171206.064000', '171206.075000', '171206.078000', '171206.081000', '171206.084000', '171206.087000', '171206.089000', '171206.092000', '171206.095000', '171206.098000', '171206.101000', '171206.104000', '171206.106000', '171206.109000', '171206.112000', '171206.115000', '171206.118000', '171206.121000', '171206.124000', '171206.127000', '171206.129000', '171206.132000', '171206.135000', '171206.138000', '171206.141000', '171206.144000', '171206.147000', '171206.150000', '171206.152000', '171206.155000', '171206.158000', '171226.030000', '171226.033000', '171226.036000', '171226.039000', '171226.042000', '171226.045000', '171226.047000', '171226.050000', '171226.053000', '171226.056000', '171226.059000', '171226.062000', '171226.065000', '171226.067000', '171226.070000', '171226.073000', '171226.076000', '171226.079000', '171226.082000', '171226.085000', '171226.088000', '171226.091000', '171226.093000', '171226.096000', '171226.099000', '171226.102000', '171226.105000', '171226.108000', '171226.111000', '171226.114000', '171226.116000', '171226.119000', '171226.122000', '171226.125000', '171226.128000', '171226.131000', '171226.133000', '171226.136000', '171226.139000', '171226.142000', '171226.145000', '171226.148000', '171226.158000', '171226.160000', '171246.030000', '171246.033000', '171246.036000', '171246.039000', '171246.042000', '171246.045000', '171246.048000', '171246.050000', '171246.053000', '171246.056000', '171246.059000', '171246.062000', '171246.065000', '171246.068000', '171246.071000', '171246.074000', '171246.076000', '171246.079000', '171246.082000', '171246.085000', '171246.088000', '171246.091000', '171246.094000', '171246.098000', '171246.101000', '171246.104000', '171246.107000', '171246.110000', '171246.113000', '171246.116000', '171246.118000', '171246.121000', '171246.124000', '171246.127000', '171246.130000', '171246.133000', '171246.136000', '171246.139000', '171246.141000', '171246.144000', '171246.147000', '171246.150000', '171246.153000', '171306.030000', '171306.033000', '171306.036000', '171306.039000', '171306.041000', '171306.044000', '171306.047000', '171306.050000', '171306.053000', '171306.056000', '171306.059000', '171306.062000', '171306.065000', '171306.068000', '171306.070000', '171306.073000', '171306.076000', '171306.079000', '171306.082000', '171306.085000', '171306.088000', '171306.090000', '171306.093000', '171306.096000', '171306.099000', '171306.102000', '171306.105000', '171306.108000', '171306.111000', '171306.114000', '171306.116000', '171306.119000', '171306.122000', '171306.125000', '171306.128000', '171306.131000', '171306.133000', '171306.136000', '171306.139000', '171306.142000', '171306.145000', '171306.148000', '171306.151000', '171306.153000', '171326.030000', '171326.033000', '171326.036000', '171326.039000', '171326.042000', '171326.045000', '171326.047000', '171326.050000', '171326.053000', '171326.056000', '171326.059000', '171326.279000', '171326.282000', '171326.285000', '171326.288000', '171326.291000', '171326.293000', '171326.296000', '171326.299000', '171326.302000', '171326.305000', '171326.308000', '171326.311000', '171326.314000', '171326.317000', '171326.320000', '171326.323000', '171326.325000', '171326.328000', '171326.331000', '171326.334000', '171326.337000', '171326.340000', '171326.343000', '171326.346000', '171326.349000', '171326.351000', '171326.354000', '171326.357000', '171326.360000', '171326.363000', '171326.366000', '171326.369000', '171346.030000', '171346.033000', '171346.036000', '171346.039000', '171346.042000', '171346.044000', '171346.047000', '171346.050000', '171346.053000', '171346.056000', '171346.059000', '171346.062000', '171346.065000', '171346.068000', '171346.071000', '171346.074000', '171346.076000', '171346.079000', '171346.082000', '171346.085000', '171346.088000', '171346.091000', '171346.094000', '171346.096000', '171346.099000', '171346.102000', '171346.105000', '171346.108000', '171346.111000', '171346.114000', '171346.117000', '171346.120000', '171346.123000', '171346.126000', '171346.128000', '171346.131000', '171346.134000', '171346.137000', '171346.140000', '171346.143000', '171346.146000', '171346.149000', '171346.152000', '171346.154000', '171406.030000', '171406.033000', '171406.036000', '171406.039000', '171406.042000', '171406.044000', '171406.047000', '171406.050000', '171406.053000', '171406.068000', '171406.071000', '171406.074000', '171406.077000', '171406.080000', '171406.083000', '171406.085000', '171406.088000', '171406.091000', '171406.094000', '171406.097000', '171406.100000', '171406.103000', '171406.106000', '171406.109000', '171406.112000', '171406.115000', '171406.118000', '171406.121000', '171406.124000', '171406.127000', '171406.130000', '171406.132000', '171406.136000', '171406.139000', '171406.142000', '171406.145000', '171406.148000', '171406.151000', '171406.154000', '171406.157000', '171406.160000', '171406.163000', '171406.165000', '171426.030000', '171426.033000', '171426.036000', '171426.039000', '171426.042000', '171426.044000', '171426.047000', '171426.050000', '171426.053000', '171426.056000', '171426.059000', '171426.062000', '171426.065000', '171426.068000', '171426.071000', '171426.073000', '171426.076000', '171426.079000', '171426.082000', '171426.085000', '171426.088000', '171426.091000', '171426.094000', '171426.097000', '171426.100000', '171426.102000', '171426.105000', '171426.108000', '171426.111000', '171426.114000', '171426.117000', '171426.120000', '171426.123000', '171426.126000', '171426.129000', '171426.131000', '171426.134000', '171426.137000', '171426.140000', '171426.143000', '171426.146000', '171426.149000', '171426.152000', '171426.155000', '171446.030000', '171446.033000', '171446.036000', '171446.039000', '171446.042000', '171446.045000', '171446.048000', '171446.051000', '171446.054000', '171446.057000', '171446.060000', '171446.062000', '171446.065000', '171446.068000', '171446.071000', '171446.074000', '171446.077000', '171446.080000', '171446.083000', '171446.085000', '171446.088000', '171446.091000', '171446.094000', '171446.097000', '171446.100000', '171446.103000', '171446.106000', '171446.109000', '171446.112000', '171446.115000', '171446.118000', '171446.121000', '171446.123000', '171446.126000', '171446.129000', '171446.132000', '171446.135000', '171446.139000', '171446.142000', '171446.145000', '171446.148000', '171446.151000', '171446.154000', '171506.030000', '171506.033000', '171506.036000', '171506.039000', '171506.042000', '171506.045000', '171506.047000', '171506.050000', '171506.053000', '171506.056000', '171506.059000', '171506.062000', '171506.065000', '171506.068000', '171506.070000', '171506.073000', '171506.076000', '171506.079000', '171506.082000', '171506.085000', '171506.088000', '171506.090000', '171506.093000', '171506.096000', '171506.099000', '171506.102000', '171506.105000', '171506.108000', '171506.110000', '171506.113000', '171506.116000', '171506.119000', '171506.122000', '171506.125000', '171506.127000', '171506.130000', '171506.133000', '171506.136000', '171506.139000', '171506.142000', '171506.145000', '171506.148000', '171506.150000', '171506.153000', '171524.926000', '171524.929000', '171524.933000', '171524.936000', '171524.939000', '171524.942000', '171524.945000', '171524.948000', '171524.951000', '171524.954000', '171524.957000', '171524.960000', '171524.963000', '171524.966000', '171524.969000', '171524.972000', '171524.975000', '171524.977000', '171524.981000', '171524.983000', '171524.986000', '171524.989000', '171524.992000', '171524.995000', '171524.998000', '171525.002000', '171525.005000', '171525.008000', '171525.011000', '171525.014000', '171525.017000', '171525.020000', '171525.023000', '171525.026000', '171525.042000', '171525.045000', '171525.048000', '171525.051000', '171525.054000', '171525.056000', '171525.059000'], 'InstanceCreationTime': ['170906.065000', '170906.068000', '170906.071000', '170906.074000', '170906.077000', '170906.079000', '170906.082000', '170906.085000', '170906.088000', '170906.091000', '170906.094000', '170906.097000', '170906.100000', '170906.103000', '170906.105000', '170906.108000', '170906.111000', '170906.114000', '170906.117000', '170906.120000', '170906.123000', '170906.126000', '170906.129000', '170906.131000', '170906.134000', '170906.137000', '170906.140000', '170906.143000', '170906.146000', '170906.149000', '170906.151000', '170906.154000', '170906.157000', '170906.160000', '170906.163000', '170906.166000', '170906.168000', '170906.171000', '170906.174000', '170906.177000', '170906.180000', '170906.183000', '170906.186000', '170906.189000', '170906.191000', '170906.194000', '170906.197000', '170906.200000', '170926.030000', '170926.033000', '170926.036000', '170926.039000', '170926.041000', '170926.044000', '170926.047000', '170926.057000', '170926.060000', '170926.062000', '170926.065000', '170926.068000', '170926.071000', '170926.075000', '170926.080000', '170926.083000', '170926.086000', '170926.089000', '170926.092000', '170926.094000', '170926.097000', '170926.100000', '170926.103000', '170926.106000', '170926.109000', '170926.111000', '170926.114000', '170926.117000', '170926.120000', '170926.123000', '170926.126000', '170926.128000', '170926.131000', '170926.142000', '170926.145000', '170926.148000', '170926.151000', '170926.153000', '170926.156000', '170926.159000', '170926.162000', '170926.165000', '170926.168000', '170946.030000', '170946.033000', '170946.036000', '170946.039000', '170946.041000', '170946.044000', '170946.047000', '170946.050000', '170946.053000', '170946.056000', '170946.058000', '170946.061000', '170946.064000', '170946.067000', '170946.070000', '170946.073000', '170946.075000', '170946.078000', '170946.081000', '170946.084000', '170946.087000', '170946.090000', '170946.093000', '170946.095000', '170946.098000', '170946.101000', '170946.104000', '170946.107000', '170946.110000', '170946.113000', '170946.115000', '170946.118000', '170946.121000', '170946.124000', '170946.127000', '170946.130000', '170946.133000', '170946.135000', '170946.138000', '170946.141000', '170946.144000', '170946.147000', '170946.150000', '170946.160000', '171006.030000', '171006.033000', '171006.036000', '171006.039000', '171006.042000', '171006.045000', '171006.047000', '171006.050000', '171006.053000', '171006.056000', '171006.059000', '171006.062000', '171006.064000', '171006.067000', '171006.070000', '171006.073000', '171006.076000', '171006.079000', '171006.082000', '171006.085000', '171006.088000', '171006.090000', '171006.093000', '171006.096000', '171006.100000', '171006.105000', '171006.108000', '171006.111000', '171006.114000', '171006.117000', '171006.120000', '171006.122000', '171006.125000', '171006.128000', '171006.131000', '171006.134000', '171006.137000', '171006.139000', '171006.142000', '171006.145000', '171006.148000', '171006.151000', '171006.154000', '171026.030000', '171026.033000', '171026.036000', '171026.039000', '171026.041000', '171026.044000', '171026.047000', '171026.050000', '171026.053000', '171026.056000', '171026.059000', '171026.062000', '171026.064000', '171026.067000', '171026.070000', '171026.073000', '171026.076000', '171026.079000', '171026.082000', '171026.085000', '171026.088000', '171026.090000', '171026.093000', '171026.096000', '171026.099000', '171026.102000', '171026.105000', '171026.108000', '171026.110000', '171026.113000', '171026.116000', '171026.119000', '171026.122000', '171026.125000', '171026.128000', '171026.131000', '171026.133000', '171026.136000', '171026.139000', '171026.142000', '171026.145000', '171026.148000', '171026.151000', '171026.153000', '171046.030000', '171046.033000', '171046.036000', '171046.039000', '171046.042000', '171046.044000', '171046.052000', '171046.054000', '171046.057000', '171046.060000', '171046.063000', '171046.066000', '171046.069000', '171046.072000', '171046.074000', '171046.077000', '171046.080000', '171046.083000', '171046.086000', '171046.089000', '171046.092000', '171046.095000', '171046.098000', '171046.100000', '171046.105000', '171046.109000', '171046.112000', '171046.114000', '171046.117000', '171046.120000', '171046.123000', '171046.126000', '171046.129000', '171046.132000', '171046.135000', '171046.138000', '171046.140000', '171046.143000', '171046.146000', '171046.149000', '171046.152000', '171046.155000', '171046.158000', '171106.030000', '171106.033000', '171106.036000', '171106.039000', '171106.041000', '171106.044000', '171106.047000', '171106.050000', '171106.053000', '171106.056000', '171106.059000', '171106.062000', '171106.065000', '171106.068000', '171106.070000', '171106.073000', '171106.076000', '171106.087000', '171106.090000', '171106.093000', '171106.096000', '171106.098000', '171106.101000', '171106.104000', '171106.107000', '171106.110000', '171106.113000', '171106.115000', '171106.118000', '171106.121000', '171106.124000', '171106.127000', '171106.130000', '171106.133000', '171106.135000', '171106.138000', '171106.141000', '171106.144000', '171106.147000', '171106.150000', '171106.152000', '171106.155000', '171106.158000', '171106.161000', '171126.030000', '171126.033000', '171126.036000', '171126.039000', '171126.042000', '171126.044000', '171126.047000', '171126.050000', '171126.062000', '171126.065000', '171126.068000', '171126.071000', '171126.074000', '171126.077000', '171126.080000', '171126.083000', '171126.086000', '171126.088000', '171126.091000', '171126.094000', '171126.097000', '171126.100000', '171126.103000', '171126.106000', '171126.109000', '171126.111000', '171126.114000', '171126.117000', '171126.120000', '171126.123000', '171126.126000', '171126.129000', '171126.132000', '171126.135000', '171126.138000', '171126.141000', '171126.143000', '171126.146000', '171126.149000', '171126.152000', '171126.155000', '171126.158000', '171126.163000', '171146.030000', '171146.033000', '171146.036000', '171146.039000', '171146.042000', '171146.044000', '171146.047000', '171146.050000', '171146.053000', '171146.056000', '171146.059000', '171146.062000', '171146.064000', '171146.067000', '171146.070000', '171146.073000', '171146.076000', '171146.079000', '171146.082000', '171146.085000', '171146.087000', '171146.090000', '171146.093000', '171146.096000', '171146.099000', '171146.102000', '171146.105000', '171146.107000', '171146.110000', '171146.113000', '171146.116000', '171146.119000', '171146.122000', '171146.125000', '171146.127000', '171146.130000', '171146.133000', '171146.136000', '171146.139000', '171146.142000', '171146.145000', '171146.147000', '171146.150000', '171146.153000', '171206.030000', '171206.033000', '171206.036000', '171206.039000', '171206.042000', '171206.044000', '171206.047000', '171206.050000', '171206.053000', '171206.056000', '171206.059000', '171206.061000', '171206.064000', '171206.075000', '171206.078000', '171206.081000', '171206.084000', '171206.087000', '171206.089000', '171206.092000', '171206.095000', '171206.098000', '171206.101000', '171206.104000', '171206.106000', '171206.109000', '171206.112000', '171206.115000', '171206.118000', '171206.121000', '171206.124000', '171206.127000', '171206.129000', '171206.132000', '171206.135000', '171206.138000', '171206.141000', '171206.144000', '171206.147000', '171206.150000', '171206.152000', '171206.155000', '171206.158000', '171226.030000', '171226.033000', '171226.036000', '171226.039000', '171226.042000', '171226.045000', '171226.047000', '171226.050000', '171226.053000', '171226.056000', '171226.059000', '171226.062000', '171226.065000', '171226.067000', '171226.070000', '171226.073000', '171226.076000', '171226.079000', '171226.082000', '171226.085000', '171226.088000', '171226.091000', '171226.093000', '171226.096000', '171226.099000', '171226.102000', '171226.105000', '171226.108000', '171226.111000', '171226.114000', '171226.116000', '171226.119000', '171226.122000', '171226.125000', '171226.128000', '171226.131000', '171226.133000', '171226.136000', '171226.139000', '171226.142000', '171226.145000', '171226.148000', '171226.158000', '171226.160000', '171246.030000', '171246.033000', '171246.036000', '171246.039000', '171246.042000', '171246.045000', '171246.048000', '171246.050000', '171246.053000', '171246.056000', '171246.059000', '171246.062000', '171246.065000', '171246.068000', '171246.071000', '171246.074000', '171246.076000', '171246.079000', '171246.082000', '171246.085000', '171246.088000', '171246.091000', '171246.094000', '171246.098000', '171246.101000', '171246.104000', '171246.107000', '171246.110000', '171246.113000', '171246.116000', '171246.118000', '171246.121000', '171246.124000', '171246.127000', '171246.130000', '171246.133000', '171246.136000', '171246.139000', '171246.141000', '171246.144000', '171246.147000', '171246.150000', '171246.153000', '171306.030000', '171306.033000', '171306.036000', '171306.039000', '171306.041000', '171306.044000', '171306.047000', '171306.050000', '171306.053000', '171306.056000', '171306.059000', '171306.062000', '171306.065000', '171306.068000', '171306.070000', '171306.073000', '171306.076000', '171306.079000', '171306.082000', '171306.085000', '171306.088000', '171306.090000', '171306.093000', '171306.096000', '171306.099000', '171306.102000', '171306.105000', '171306.108000', '171306.111000', '171306.114000', '171306.116000', '171306.119000', '171306.122000', '171306.125000', '171306.128000', '171306.131000', '171306.133000', '171306.136000', '171306.139000', '171306.142000', '171306.145000', '171306.148000', '171306.151000', '171306.153000', '171326.030000', '171326.033000', '171326.036000', '171326.039000', '171326.042000', '171326.045000', '171326.047000', '171326.050000', '171326.053000', '171326.056000', '171326.059000', '171326.279000', '171326.282000', '171326.285000', '171326.288000', '171326.291000', '171326.293000', '171326.296000', '171326.299000', '171326.302000', '171326.305000', '171326.308000', '171326.311000', '171326.314000', '171326.317000', '171326.320000', '171326.323000', '171326.325000', '171326.328000', '171326.331000', '171326.334000', '171326.337000', '171326.340000', '171326.343000', '171326.346000', '171326.349000', '171326.351000', '171326.354000', '171326.357000', '171326.360000', '171326.363000', '171326.366000', '171326.369000', '171346.030000', '171346.033000', '171346.036000', '171346.039000', '171346.042000', '171346.044000', '171346.047000', '171346.050000', '171346.053000', '171346.056000', '171346.059000', '171346.062000', '171346.065000', '171346.068000', '171346.071000', '171346.074000', '171346.076000', '171346.079000', '171346.082000', '171346.085000', '171346.088000', '171346.091000', '171346.094000', '171346.096000', '171346.099000', '171346.102000', '171346.105000', '171346.108000', '171346.111000', '171346.114000', '171346.117000', '171346.120000', '171346.123000', '171346.126000', '171346.128000', '171346.131000', '171346.134000', '171346.137000', '171346.140000', '171346.143000', '171346.146000', '171346.149000', '171346.152000', '171346.154000', '171406.030000', '171406.033000', '171406.036000', '171406.039000', '171406.042000', '171406.044000', '171406.047000', '171406.050000', '171406.053000', '171406.068000', '171406.071000', '171406.074000', '171406.077000', '171406.080000', '171406.083000', '171406.085000', '171406.088000', '171406.091000', '171406.094000', '171406.097000', '171406.100000', '171406.103000', '171406.106000', '171406.109000', '171406.112000', '171406.115000', '171406.118000', '171406.121000', '171406.124000', '171406.127000', '171406.130000', '171406.132000', '171406.136000', '171406.139000', '171406.142000', '171406.145000', '171406.148000', '171406.151000', '171406.154000', '171406.157000', '171406.160000', '171406.163000', '171406.165000', '171426.030000', '171426.033000', '171426.036000', '171426.039000', '171426.042000', '171426.044000', '171426.047000', '171426.050000', '171426.053000', '171426.056000', '171426.059000', '171426.062000', '171426.065000', '171426.068000', '171426.071000', '171426.073000', '171426.076000', '171426.079000', '171426.082000', '171426.085000', '171426.088000', '171426.091000', '171426.094000', '171426.097000', '171426.100000', '171426.102000', '171426.105000', '171426.108000', '171426.111000', '171426.114000', '171426.117000', '171426.120000', '171426.123000', '171426.126000', '171426.129000', '171426.131000', '171426.134000', '171426.137000', '171426.140000', '171426.143000', '171426.146000', '171426.149000', '171426.152000', '171426.155000', '171446.030000', '171446.033000', '171446.036000', '171446.039000', '171446.042000', '171446.045000', '171446.048000', '171446.051000', '171446.054000', '171446.057000', '171446.060000', '171446.062000', '171446.065000', '171446.068000', '171446.071000', '171446.074000', '171446.077000', '171446.080000', '171446.083000', '171446.085000', '171446.088000', '171446.091000', '171446.094000', '171446.097000', '171446.100000', '171446.103000', '171446.106000', '171446.109000', '171446.112000', '171446.115000', '171446.118000', '171446.121000', '171446.123000', '171446.126000', '171446.129000', '171446.132000', '171446.135000', '171446.139000', '171446.142000', '171446.145000', '171446.148000', '171446.151000', '171446.154000', '171506.030000', '171506.033000', '171506.036000', '171506.039000', '171506.042000', '171506.045000', '171506.047000', '171506.050000', '171506.053000', '171506.056000', '171506.059000', '171506.062000', '171506.065000', '171506.068000', '171506.070000', '171506.073000', '171506.076000', '171506.079000', '171506.082000', '171506.085000', '171506.088000', '171506.090000', '171506.093000', '171506.096000', '171506.099000', '171506.102000', '171506.105000', '171506.108000', '171506.110000', '171506.113000', '171506.116000', '171506.119000', '171506.122000', '171506.125000', '171506.127000', '171506.130000', '171506.133000', '171506.136000', '171506.139000', '171506.142000', '171506.145000', '171506.148000', '171506.150000', '171506.153000', '171524.926000', '171524.929000', '171524.933000', '171524.936000', '171524.939000', '171524.942000', '171524.945000', '171524.948000', '171524.951000', '171524.954000', '171524.957000', '171524.960000', '171524.963000', '171524.966000', '171524.969000', '171524.972000', '171524.975000', '171524.977000', '171524.981000', '171524.983000', '171524.986000', '171524.989000', '171524.992000', '171524.995000', '171524.998000', '171525.002000', '171525.005000', '171525.008000', '171525.011000', '171525.014000', '171525.017000', '171525.020000', '171525.023000', '171525.026000', '171525.042000', '171525.045000', '171525.048000', '171525.051000', '171525.054000', '171525.056000', '171525.059000'], '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': [11543, 10589, 11636, 13037, 10768, 11436, 10758, 11669, 10715, 10775, 11666, 11090, 11670, 15124, 11226, 12183, 12625, 11485, 14600, 10808, 11811, 10576, 11407, 11516, 10741, 11531, 11880, 10534, 11625, 10771, 11070, 11157, 11598, 11426, 11729, 10680, 11150, 11141, 11420, 13466, 10859, 11169, 12758, 11149, 11904, 10996, 11471, 11726, 10906, 11237, 11385, 11389, 12056, 10536, 11398, 10690, 11244, 11116, 10955, 11210, 12086, 10203, 11269, 10998, 11425, 11558, 10983, 11250, 11336, 11058, 11304, 10607, 11389, 16584, 10911, 11397, 12552, 11255, 11242, 10536, 11143, 10546, 11377, 12537, 10528, 11126, 16949, 11048, 11375, 11400, 11781, 11024, 11021, 11341, 13063, 11144, 11118, 10564, 11150, 12985, 11063, 11355, 10213, 11629, 11201, 11052, 11540, 15602, 11378, 11447, 12474, 18499, 13016, 11842, 11117, 16902, 11186, 11232, 10678, 11738, 10937, 10718, 11366, 12109, 11347, 11155, 11055, 11632, 12618, 10665, 11318, 10720, 13560, 11016, 14712, 18620, 14508, 12277, 13890, 11151, 10613, 10636, 10901, 11046, 11394, 10879, 11229, 11051, 10840, 11190, 10709, 10491, 11448, 10754, 11186, 11207, 10369, 11588, 11173, 10606, 11316, 10362, 11283, 11266, 10604, 11115, 11132, 11423, 12269, 10591, 11202, 10467, 11347, 11901, 11170, 11198, 10917, 11324, 13840, 10449, 11351, 15279, 11354, 11417, 10616, 11469, 14907, 10812, 11290, 11028, 11517, 11377, 10684, 11433, 11277, 10966, 11214, 10620, 11335, 10908, 11341, 10979, 10956, 11500, 15484, 10685, 11304, 11781, 11595, 11392, 10565, 11342, 13487, 10850, 11171, 10832, 11100, 11935, 10649, 11263, 11111, 11297, 12204, 10442, 11308, 10961, 11237, 11108, 10924, 11273, 14191, 10734, 11193, 10948, 11371, 13910, 10457, 11215, 12510, 11285, 11679, 10875, 11126, 12659, 11074, 11425, 10427, 11718, 10648, 11016, 11374, 14896, 11138, 11234, 10603, 11160, 10092, 11173, 11109, 10017, 11303, 10386, 10730, 11170, 10276, 10934, 11229, 10417, 10987, 12848, 10342, 10640, 10088, 10437, 11141, 10095, 9910, 10164, 9822, 11568, 10728, 10246, 12234, 9297, 10023, 10692, 9975, 11304, 10235, 9767, 11355, 10237, 11970, 11067, 9815, 14129, 10043, 11459, 10719, 10107, 12162, 10049, 10060, 10700, 9753, 11109, 10373, 9918, 11168, 10129, 13334, 10869, 9817, 14323, 9913, 10969, 10249, 10183, 14407, 10052, 10168, 10535, 9899, 11033, 10263, 10749, 11021, 10172, 12951, 11067, 9576, 10724, 9746, 10766, 9882, 10978, 10106, 9459, 13896, 10223, 10552, 10861, 9815, 12670, 10030, 9826, 10599, 9925, 12391, 10668, 9427, 11204, 9883, 11146, 10605, 9887, 10700, 10126, 12320, 10989, 9723, 14976, 10019, 10928, 10476, 9839, 10883, 10105, 11605, 10720, 9520, 10829, 9875, 11074, 10488, 9894, 11243, 10263, 9822, 10837, 9779, 12201, 10132, 10132, 10811, 9943, 11538, 10712, 9856, 10487, 9803, 11292, 10250, 9958, 11613, 9767, 11676, 10392, 10564, 11052, 10126, 12556, 10816, 9655, 13089, 9852, 10435, 10595, 9834, 13107, 10729, 9783, 11219, 9661, 11197, 10424, 9892, 13247, 10212, 10205, 10696, 9721, 11075, 10254, 11054, 10822, 9815, 13628, 10151, 10503, 10735, 9785, 12497, 10356, 10117, 12389, 10022, 10808, 10501, 9704, 11198, 10091, 9800, 10987, 9966, 11136, 10361, 9650, 10589, 9723, 11083, 10132, 9794, 10943, 9756, 12999, 9792, 9459, 10545, 9755, 10992, 9938, 9918, 11063, 9699, 12475, 9886, 10704, 9930, 12144, 9606, 9813, 13092, 11190, 9945, 10125, 10949, 10103, 11936, 10375, 11085, 10802, 9683, 13033, 10112, 11099, 10594, 9841, 15440, 11651, 13952, 14019, 13024, 12154, 10286, 12149, 10638, 11819, 10584, 14416, 17229, 11096, 15437, 10801, 10757, 11178, 10283, 11381, 11147, 9155, 10667, 10634, 11484, 10853, 10890, 11358, 10544, 11556, 11115, 10033, 10858, 10584, 11295, 10996, 11444, 11039, 10180, 12138, 11041, 11249, 11315, 10128, 11220, 10501, 11399, 11083, 10766, 11358, 10655, 12653, 10912, 9704, 10694, 10533, 11419, 10671, 9434, 11038, 10534, 11431, 11200, 11827, 11678, 10735, 13741, 11148, 12139, 11080, 10924, 11408, 11141, 10754, 11430, 10477, 12635, 11213, 10081, 11278, 10524, 11252, 11203, 10102, 11118, 10494, 11522, 10555, 9900, 11200, 10510, 13150, 11017, 10817, 11388, 10527, 13236, 10606, 10056, 11201, 10401, 12025, 10889, 9345, 11255, 10792, 11723, 11317, 9623, 11332, 10969, 12282, 11271, 9762, 10770, 10446, 11654, 11082, 9615, 11248, 10987, 12313, 10955, 9789, 11915, 10426, 11248, 10890, 9818, 11364, 10571, 11925, 10604, 10003, 11153, 10370, 12332, 10906, 10079, 10658, 10226, 11366, 10926, 10589, 11314, 10413, 13745, 11250, 10100, 10704, 10579, 11476, 11066, 9613, 11234, 10935, 12940, 10928, 10944, 11515, 10552, 11705, 11387, 10019, 11371, 10607, 13541, 11017, 10002, 11165, 10493, 12119, 11231, 10103, 11288, 10703, 12149, 11028, 9872, 10918, 10323, 11379, 10986, 9925, 11346, 10543, 11984, 10829, 10099, 11174, 10480, 11754, 11061, 10215, 10612, 9986, 11041, 10783, 11655, 10845, 9585, 11364, 10997, 12952, 11576, 9787, 11809, 10621, 11404, 10932, 9838, 11125, 10356, 11861, 11190, 10200, 11379, 10215, 14316, 11070, 10630, 11312, 10304, 11438, 10990, 11175, 11385, 10377, 12044, 10839, 9463, 10836, 10444, 11425, 11025, 9830, 11632, 10499, 11272, 10683, 10113, 11438, 10275, 11472, 10916, 10353, 11556, 10365, 13377, 10857, 11774, 11342, 10311, 12092, 11019, 12277, 11467, 10171, 11005, 10844, 11692, 11306, 10385, 11511, 10544, 13332, 11013, 11943, 11760, 10234, 11800, 11169, 12067, 11781, 10160, 11213, 10905, 11544, 11492, 10389, 11861, 11009, 12859, 11423, 11215, 11234, 10470, 11904, 11354, 11649, 11850, 10633, 12169, 11093, 10957, 11011, 11104, 11495, 10706, 13441, 11724, 11561, 11824, 10715, 14018, 11247, 10688, 11488, 10690, 12096, 11588, 10682, 11564, 10503, 12730, 10850, 10364, 10763, 13888, 10019, 13108, 10127, 9423, 11924, 13924, 10375, 10194, 11287, 9909, 10945, 9813, 11314, 10953, 9807, 10871, 10251, 13222, 10179, 13515, 10485, 15032, 11170, 15144, 13630, 12714, 16470, 10377, 10383, 10875, 9969, 11255, 10116, 9669, 10655, 9748, 10677, 10191, 11618, 10894, 10468, 10798, 9348, 10643, 10438, 11455, 11009, 10146, 11400, 10250, 13679, 10857, 11601, 11254, 10181, 11349, 10837, 11134, 10889, 10611, 11048, 10597, 11600, 11014, 10448], 'WindowCenter': [4422.0, 4405.0, 4406.0, 4414.0, 4392.0, 4406.0, 4393.0, 4405.0, 4383.0, 4389.0, 4387.0, 4392.0, 4391.0, 4410.0, 4378.0, 4390.0, 4388.0, 4376.0, 4409.0, 4378.0, 4379.0, 4367.0, 4376.0, 4376.0, 4363.0, 4377.0, 4378.0, 4367.0, 4374.0, 4377.0, 4376.0, 4379.0, 4388.0, 4388.0, 4385.0, 4379.0, 4380.0, 4374.0, 4376.0, 4399.0, 4365.0, 4377.0, 4386.0, 4377.0, 4378.0, 4378.0, 4374.0, 4377.0, 4366.0, 4366.0, 4365.0, 4375.0, 4384.0, 4363.0, 4366.0, 4365.0, 4366.0, 4366.0, 4362.0, 4377.0, 4384.0, 4364.0, 4377.0, 4363.0, 4377.0, 4373.0, 4376.0, 4378.0, 4374.0, 4379.0, 4375.0, 4365.0, 4376.0, 4408.0, 4366.0, 4376.0, 4375.0, 4379.0, 4375.0, 4363.0, 4366.0, 4362.0, 4374.0, 4371.0, 4354.0, 4361.0, 4403.0, 4360.0, 4375.0, 4374.0, 4375.0, 4364.0, 4363.0, 4366.0, 4371.0, 4361.0, 4363.0, 4352.0, 4365.0, 4385.0, 4366.0, 4365.0, 4350.0, 4364.0, 4353.0, 4351.0, 4363.0, 4394.0, 4372.0, 4376.0, 4387.0, 4429.0, 4386.0, 4373.0, 4362.0, 4390.0, 4346.0, 4349.0, 4349.0, 4361.0, 4350.0, 4351.0, 4375.0, 4388.0, 4378.0, 4376.0, 4365.0, 4374.0, 4373.0, 4353.0, 4362.0, 4353.0, 4370.0, 4351.0, 4384.0, 4391.0, 4371.0, 4348.0, 4357.0, 4336.0, 4327.0, 4326.0, 4324.0, 4325.0, 4337.0, 4327.0, 4335.0, 4337.0, 4328.0, 4338.0, 4337.0, 4339.0, 4361.0, 4350.0, 4349.0, 4350.0, 4339.0, 4350.0, 4345.0, 4340.0, 4362.0, 4355.0, 4366.0, 4360.0, 4366.0, 4362.0, 4362.0, 4376.0, 4375.0, 4366.0, 4377.0, 4379.0, 4378.0, 4374.0, 4379.0, 4379.0, 4367.0, 4378.0, 4383.0, 4363.0, 4378.0, 4406.0, 4375.0, 4373.0, 4364.0, 4378.0, 4396.0, 4363.0, 4376.0, 4364.0, 4372.0, 4373.0, 4367.0, 4376.0, 4373.0, 4377.0, 4378.0, 4380.0, 4379.0, 4376.0, 4378.0, 4378.0, 4364.0, 4376.0, 4396.0, 4365.0, 4391.0, 4387.0, 4377.0, 4374.0, 4367.0, 4376.0, 4386.0, 4378.0, 4375.0, 4364.0, 4379.0, 4383.0, 4377.0, 4377.0, 4376.0, 4378.0, 4386.0, 4375.0, 4378.0, 4373.0, 4374.0, 4376.0, 4366.0, 4372.0, 4395.0, 4377.0, 4377.0, 4367.0, 4374.0, 4393.0, 4363.0, 4375.0, 4386.0, 4376.0, 4373.0, 4365.0, 4375.0, 4384.0, 4389.0, 4390.0, 4392.0, 4387.0, 4366.0, 4376.0, 4388.0, 4397.0, 4373.0, 4362.0, 4354.0, 4365.0, 4354.0, 4360.0, 4363.0, 4354.0, 4364.0, 4352.0, 4361.0, 4364.0, 4353.0, 4379.0, 4403.0, 4392.0, 4395.0, 4386.0, 4351.0, 4364.0, 4354.0, 4365.0, 4377.0, 4368.0, 4368.0, 4364.0, 4354.0, 4374.0, 4361.0, 4366.0, 4376.0, 4357.0, 4393.0, 4375.0, 4368.0, 4374.0, 4362.0, 4366.0, 4376.0, 4366.0, 4374.0, 4361.0, 4367.0, 4405.0, 4364.0, 4373.0, 4366.0, 4363.0, 4371.0, 4356.0, 4367.0, 4378.0, 4358.0, 4374.0, 4365.0, 4367.0, 4375.0, 4364.0, 4393.0, 4377.0, 4369.0, 4410.0, 4368.0, 4363.0, 4363.0, 4355.0, 4383.0, 4356.0, 4353.0, 4361.0, 4354.0, 4363.0, 4366.0, 4365.0, 4364.0, 4366.0, 4382.0, 4361.0, 4355.0, 4379.0, 4358.0, 4363.0, 4353.0, 4362.0, 4362.0, 4356.0, 4381.0, 4351.0, 4353.0, 4364.0, 4355.0, 4399.0, 4370.0, 4364.0, 4365.0, 4367.0, 4372.0, 4359.0, 4341.0, 4366.0, 4354.0, 4360.0, 4362.0, 4354.0, 4362.0, 4351.0, 4370.0, 4360.0, 4352.0, 4393.0, 4355.0, 4360.0, 4354.0, 4353.0, 4362.0, 4350.0, 4359.0, 4363.0, 4356.0, 4365.0, 4355.0, 4361.0, 4361.0, 4350.0, 4364.0, 4352.0, 4354.0, 4360.0, 4368.0, 4373.0, 4366.0, 4353.0, 4365.0, 4356.0, 4365.0, 4364.0, 4365.0, 4368.0, 4357.0, 4366.0, 4367.0, 4368.0, 4387.0, 4366.0, 4378.0, 4367.0, 4366.0, 4375.0, 4368.0, 4382.0, 4365.0, 4357.0, 4398.0, 4367.0, 4366.0, 4366.0, 4353.0, 4383.0, 4362.0, 4356.0, 4374.0, 4356.0, 4365.0, 4361.0, 4356.0, 4382.0, 4365.0, 4367.0, 4366.0, 4357.0, 4372.0, 4366.0, 4376.0, 4373.0, 4362.0, 4395.0, 4365.0, 4367.0, 4373.0, 4367.0, 4382.0, 4362.0, 4367.0, 4372.0, 4352.0, 4376.0, 4364.0, 4354.0, 4363.0, 4353.0, 4352.0, 4365.0, 4356.0, 4363.0, 4369.0, 4368.0, 4367.0, 4358.0, 4373.0, 4367.0, 4356.0, 4361.0, 4342.0, 4383.0, 4369.0, 4357.0, 4364.0, 4357.0, 4364.0, 4353.0, 4355.0, 4376.0, 4368.0, 4398.0, 4370.0, 4379.0, 4382.0, 4404.0, 4367.0, 4369.0, 4387.0, 4365.0, 4343.0, 4349.0, 4361.0, 4377.0, 4375.0, 4366.0, 4377.0, 4378.0, 4377.0, 4398.0, 4369.0, 4378.0, 4367.0, 4356.0, 4396.0, 4366.0, 4398.0, 4386.0, 4376.0, 4376.0, 4366.0, 4370.0, 4349.0, 4350.0, 4340.0, 4372.0, 4383.0, 4351.0, 4380.0, 4352.0, 4337.0, 4350.0, 4352.0, 4351.0, 4348.0, 4330.0, 4353.0, 4353.0, 4362.0, 4360.0, 4363.0, 4361.0, 4366.0, 4365.0, 4372.0, 4368.0, 4378.0, 4368.0, 4373.0, 4367.0, 4374.0, 4379.0, 4366.0, 4387.0, 4376.0, 4376.0, 4376.0, 4366.0, 4375.0, 4376.0, 4376.0, 4375.0, 4378.0, 4376.0, 4377.0, 4396.0, 4378.0, 4371.0, 4379.0, 4376.0, 4386.0, 4392.0, 4371.0, 4379.0, 4376.0, 4378.0, 4376.0, 4385.0, 4386.0, 4379.0, 4397.0, 4387.0, 4398.0, 4392.0, 4380.0, 4379.0, 4376.0, 4378.0, 4378.0, 4378.0, 4386.0, 4379.0, 4368.0, 4374.0, 4367.0, 4375.0, 4378.0, 4363.0, 4374.0, 4375.0, 4387.0, 4378.0, 4369.0, 4379.0, 4376.0, 4400.0, 4377.0, 4377.0, 4373.0, 4368.0, 4397.0, 4378.0, 4369.0, 4378.0, 4376.0, 4397.0, 4376.0, 4356.0, 4378.0, 4381.0, 4389.0, 4377.0, 4365.0, 4380.0, 4375.0, 4386.0, 4393.0, 4379.0, 4391.0, 4379.0, 4375.0, 4379.0, 4365.0, 4377.0, 4379.0, 4389.0, 4380.0, 4377.0, 4388.0, 4379.0, 4376.0, 4376.0, 4367.0, 4374.0, 4380.0, 4387.0, 4376.0, 4368.0, 4375.0, 4379.0, 4389.0, 4377.0, 4369.0, 4380.0, 4368.0, 4384.0, 4375.0, 4378.0, 4378.0, 4368.0, 4398.0, 4375.0, 4380.0, 4377.0, 4367.0, 4376.0, 4374.0, 4357.0, 4373.0, 4377.0, 4385.0, 4374.0, 4367.0, 4376.0, 4378.0, 4384.0, 4384.0, 4367.0, 4374.0, 4375.0, 4395.0, 4376.0, 4368.0, 4377.0, 4367.0, 4373.0, 4373.0, 4362.0, 4362.0, 4362.0, 4373.0, 4377.0, 4368.0, 4367.0, 4364.0, 4378.0, 4362.0, 4354.0, 4364.0, 4364.0, 4384.0, 4374.0, 4367.0, 4374.0, 4378.0, 4376.0, 4377.0, 4369.0, 4367.0, 4366.0, 4376.0, 4380.0, 4373.0, 4377.0, 4366.0, 4377.0, 4374.0, 4384.0, 4375.0, 4369.0, 4390.0, 4379.0, 4379.0, 4376.0, 4367.0, 4376.0, 4379.0, 4376.0, 4366.0, 4364.0, 4373.0, 4365.0, 4392.0, 4373.0, 4376.0, 4376.0, 4356.0, 4361.0, 4365.0, 4364.0, 4364.0, 4353.0, 4370.0, 4362.0, 4356.0, 4363.0, 4365.0, 4361.0, 4365.0, 4354.0, 4363.0, 4354.0, 4362.0, 4362.0, 4354.0, 4375.0, 4366.0, 4364.0, 4365.0, 4353.0, 4360.0, 4355.0, 4381.0, 4365.0, 4372.0, 4365.0, 4365.0, 4371.0, 4366.0, 4374.0, 4371.0, 4375.0, 4375.0, 4376.0, 4373.0, 4372.0, 4364.0, 4372.0, 4379.0, 4399.0, 4374.0, 4372.0, 4384.0, 4367.0, 4372.0, 4372.0, 4373.0, 4372.0, 4368.0, 4375.0, 4378.0, 4372.0, 4374.0, 4366.0, 4376.0, 4362.0, 4383.0, 4376.0, 4378.0, 4379.0, 4368.0, 4373.0, 4374.0, 4378.0, 4374.0, 4366.0, 4376.0, 4375.0, 4376.0, 4375.0, 4378.0, 4387.0, 4376.0, 4395.0, 4373.0, 4377.0, 4375.0, 4363.0, 4396.0, 4374.0, 4367.0, 4373.0, 4378.0, 4373.0, 4377.0, 4365.0, 4373.0, 4378.0, 4383.0, 4379.0, 4365.0, 4364.0, 4398.0, 4367.0, 4401.0, 4368.0, 4361.0, 4376.0, 4380.0, 4368.0, 4354.0, 4360.0, 4365.0, 4374.0, 4380.0, 4388.0, 4375.0, 4367.0, 4377.0, 4368.0, 4402.0, 4368.0, 4394.0, 4363.0, 4395.0, 4365.0, 4385.0, 4372.0, 4360.0, 4381.0, 4326.0, 4327.0, 4339.0, 4329.0, 4349.0, 4341.0, 4341.0, 4341.0, 4330.0, 4351.0, 4342.0, 4361.0, 4362.0, 4353.0, 4367.0, 4344.0, 4354.0, 4365.0, 4363.0, 4360.0, 4354.0, 4363.0, 4355.0, 4383.0, 4362.0, 4362.0, 4362.0, 4367.0, 4363.0, 4365.0, 4363.0, 4368.0, 4366.0, 4373.0, 4367.0, 4373.0, 4364.0, 4365.0], 'WindowWidth': [9752.0, 9718.0, 9716.0, 9726.0, 9688.0, 9714.0, 9693.0, 9713.0, 9680.0, 9684.0, 9678.0, 9686.0, 9687.0, 9714.0, 9664.0, 9682.0, 9675.0, 9657.0, 9709.0, 9665.0, 9662.0, 9645.0, 9655.0, 9655.0, 9635.0, 9658.0, 9663.0, 9647.0, 9653.0, 9660.0, 9656.0, 9663.0, 9675.0, 9677.0, 9673.0, 9666.0, 9666.0, 9655.0, 9658.0, 9692.0, 9641.0, 9660.0, 9671.0, 9657.0, 9664.0, 9663.0, 9651.0, 9655.0, 9641.0, 9641.0, 9639.0, 9650.0, 9668.0, 9638.0, 9639.0, 9639.0, 9641.0, 9642.0, 9634.0, 9657.0, 9667.0, 9641.0, 9658.0, 9636.0, 9658.0, 9652.0, 9656.0, 9662.0, 9657.0, 9663.0, 9657.0, 9642.0, 9657.0, 9704.0, 9642.0, 9655.0, 9655.0, 9663.0, 9656.0, 9638.0, 9642.0, 9634.0, 9652.0, 9648.0, 9621.0, 9626.0, 9689.0, 9627.0, 9653.0, 9653.0, 9653.0, 9637.0, 9636.0, 9639.0, 9645.0, 9629.0, 9632.0, 9618.0, 9638.0, 9670.0, 9642.0, 9637.0, 9613.0, 9634.0, 9618.0, 9613.0, 9629.0, 9680.0, 9648.0, 9658.0, 9671.0, 9739.0, 9670.0, 9647.0, 9628.0, 9669.0, 9599.0, 9607.0, 9607.0, 9626.0, 9614.0, 9616.0, 9653.0, 9677.0, 9662.0, 9659.0, 9640.0, 9648.0, 9647.0, 9619.0, 9633.0, 9618.0, 9639.0, 9612.0, 9662.0, 9677.0, 9638.0, 9600.0, 9610.0, 9580.0, 9571.0, 9569.0, 9563.0, 9563.0, 9582.0, 9570.0, 9581.0, 9584.0, 9572.0, 9586.0, 9584.0, 9591.0, 9623.0, 9607.0, 9604.0, 9605.0, 9590.0, 9607.0, 9598.0, 9594.0, 9627.0, 9625.0, 9638.0, 9627.0, 9639.0, 9633.0, 9633.0, 9654.0, 9655.0, 9641.0, 9660.0, 9666.0, 9661.0, 9654.0, 9662.0, 9663.0, 9644.0, 9658.0, 9665.0, 9635.0, 9661.0, 9700.0, 9652.0, 9649.0, 9639.0, 9658.0, 9684.0, 9635.0, 9656.0, 9637.0, 9646.0, 9650.0, 9643.0, 9654.0, 9651.0, 9660.0, 9664.0, 9667.0, 9663.0, 9656.0, 9661.0, 9662.0, 9639.0, 9656.0, 9687.0, 9644.0, 9683.0, 9674.0, 9659.0, 9654.0, 9646.0, 9657.0, 9674.0, 9662.0, 9655.0, 9638.0, 9663.0, 9665.0, 9660.0, 9658.0, 9657.0, 9662.0, 9675.0, 9657.0, 9661.0, 9650.0, 9653.0, 9658.0, 9642.0, 9648.0, 9685.0, 9659.0, 9658.0, 9644.0, 9652.0, 9679.0, 9636.0, 9655.0, 9673.0, 9656.0, 9650.0, 9640.0, 9653.0, 9670.0, 9679.0, 9685.0, 9690.0, 9672.0, 9643.0, 9660.0, 9678.0, 9687.0, 9649.0, 9633.0, 9621.0, 9639.0, 9621.0, 9626.0, 9633.0, 9625.0, 9635.0, 9621.0, 9631.0, 9635.0, 9622.0, 9667.0, 9710.0, 9695.0, 9698.0, 9673.0, 9617.0, 9635.0, 9623.0, 9642.0, 9659.0, 9650.0, 9652.0, 9644.0, 9626.0, 9653.0, 9632.0, 9643.0, 9656.0, 9634.0, 9695.0, 9658.0, 9648.0, 9655.0, 9635.0, 9644.0, 9655.0, 9644.0, 9655.0, 9631.0, 9647.0, 9702.0, 9642.0, 9649.0, 9643.0, 9637.0, 9648.0, 9627.0, 9645.0, 9664.0, 9635.0, 9653.0, 9642.0, 9647.0, 9655.0, 9640.0, 9680.0, 9657.0, 9652.0, 9711.0, 9647.0, 9636.0, 9636.0, 9626.0, 9664.0, 9627.0, 9621.0, 9631.0, 9623.0, 9635.0, 9643.0, 9640.0, 9636.0, 9640.0, 9661.0, 9629.0, 9627.0, 9668.0, 9635.0, 9639.0, 9622.0, 9635.0, 9634.0, 9629.0, 9661.0, 9615.0, 9619.0, 9636.0, 9627.0, 9695.0, 9656.0, 9639.0, 9639.0, 9647.0, 9648.0, 9626.0, 9604.0, 9642.0, 9622.0, 9628.0, 9632.0, 9623.0, 9633.0, 9616.0, 9643.0, 9626.0, 9620.0, 9680.0, 9624.0, 9626.0, 9621.0, 9620.0, 9632.0, 9612.0, 9625.0, 9632.0, 9627.0, 9640.0, 9624.0, 9629.0, 9631.0, 9616.0, 9637.0, 9617.0, 9621.0, 9627.0, 9646.0, 9651.0, 9642.0, 9621.0, 9636.0, 9627.0, 9638.0, 9636.0, 9641.0, 9648.0, 9630.0, 9640.0, 9643.0, 9647.0, 9675.0, 9644.0, 9660.0, 9647.0, 9642.0, 9654.0, 9646.0, 9664.0, 9640.0, 9632.0, 9692.0, 9644.0, 9643.0, 9642.0, 9622.0, 9663.0, 9631.0, 9627.0, 9654.0, 9629.0, 9639.0, 9631.0, 9627.0, 9663.0, 9639.0, 9646.0, 9644.0, 9629.0, 9646.0, 9642.0, 9657.0, 9650.0, 9636.0, 9687.0, 9644.0, 9647.0, 9650.0, 9646.0, 9663.0, 9634.0, 9643.0, 9649.0, 9620.0, 9658.0, 9642.0, 9625.0, 9636.0, 9622.0, 9619.0, 9637.0, 9627.0, 9635.0, 9651.0, 9649.0, 9646.0, 9634.0, 9650.0, 9645.0, 9630.0, 9631.0, 9606.0, 9664.0, 9651.0, 9631.0, 9637.0, 9632.0, 9640.0, 9624.0, 9627.0, 9658.0, 9651.0, 9694.0, 9655.0, 9671.0, 9677.0, 9710.0, 9653.0, 9653.0, 9674.0, 9639.0, 9604.0, 9612.0, 9632.0, 9664.0, 9656.0, 9644.0, 9662.0, 9663.0, 9665.0, 9698.0, 9653.0, 9662.0, 9645.0, 9630.0, 9686.0, 9641.0, 9688.0, 9671.0, 9653.0, 9654.0, 9640.0, 9640.0, 9607.0, 9608.0, 9594.0, 9644.0, 9658.0, 9611.0, 9654.0, 9615.0, 9587.0, 9608.0, 9612.0, 9611.0, 9604.0, 9581.0, 9619.0, 9616.0, 9627.0, 9626.0, 9631.0, 9629.0, 9640.0, 9639.0, 9646.0, 9646.0, 9663.0, 9648.0, 9649.0, 9644.0, 9651.0, 9662.0, 9645.0, 9676.0, 9657.0, 9659.0, 9657.0, 9643.0, 9657.0, 9659.0, 9659.0, 9655.0, 9662.0, 9656.0, 9662.0, 9688.0, 9664.0, 9656.0, 9667.0, 9661.0, 9672.0, 9687.0, 9658.0, 9666.0, 9659.0, 9663.0, 9659.0, 9671.0, 9673.0, 9666.0, 9691.0, 9673.0, 9692.0, 9686.0, 9666.0, 9664.0, 9657.0, 9662.0, 9662.0, 9662.0, 9674.0, 9665.0, 9646.0, 9652.0, 9646.0, 9655.0, 9661.0, 9637.0, 9652.0, 9656.0, 9677.0, 9667.0, 9653.0, 9665.0, 9661.0, 9695.0, 9659.0, 9659.0, 9650.0, 9648.0, 9692.0, 9668.0, 9651.0, 9660.0, 9657.0, 9691.0, 9658.0, 9630.0, 9660.0, 9670.0, 9680.0, 9660.0, 9644.0, 9667.0, 9657.0, 9675.0, 9692.0, 9669.0, 9684.0, 9664.0, 9657.0, 9664.0, 9643.0, 9660.0, 9663.0, 9678.0, 9667.0, 9663.0, 9681.0, 9665.0, 9659.0, 9657.0, 9646.0, 9654.0, 9669.0, 9676.0, 9659.0, 9648.0, 9656.0, 9665.0, 9678.0, 9659.0, 9655.0, 9671.0, 9649.0, 9666.0, 9657.0, 9663.0, 9662.0, 9648.0, 9690.0, 9654.0, 9668.0, 9663.0, 9647.0, 9657.0, 9654.0, 9631.0, 9650.0, 9660.0, 9671.0, 9654.0, 9644.0, 9657.0, 9662.0, 9667.0, 9666.0, 9646.0, 9654.0, 9655.0, 9688.0, 9661.0, 9649.0, 9659.0, 9646.0, 9652.0, 9648.0, 9632.0, 9633.0, 9632.0, 9652.0, 9663.0, 9647.0, 9644.0, 9639.0, 9662.0, 9634.0, 9622.0, 9637.0, 9637.0, 9668.0, 9654.0, 9646.0, 9652.0, 9660.0, 9657.0, 9658.0, 9649.0, 9648.0, 9645.0, 9657.0, 9665.0, 9652.0, 9661.0, 9646.0, 9661.0, 9653.0, 9669.0, 9654.0, 9650.0, 9683.0, 9665.0, 9662.0, 9656.0, 9646.0, 9658.0, 9665.0, 9657.0, 9642.0, 9637.0, 9648.0, 9640.0, 9676.0, 9648.0, 9658.0, 9658.0, 9628.0, 9630.0, 9638.0, 9635.0, 9633.0, 9618.0, 9640.0, 9635.0, 9628.0, 9633.0, 9637.0, 9628.0, 9638.0, 9620.0, 9631.0, 9619.0, 9632.0, 9633.0, 9621.0, 9652.0, 9642.0, 9636.0, 9637.0, 9619.0, 9625.0, 9622.0, 9661.0, 9639.0, 9645.0, 9638.0, 9639.0, 9644.0, 9639.0, 9649.0, 9643.0, 9655.0, 9658.0, 9655.0, 9650.0, 9648.0, 9636.0, 9646.0, 9663.0, 9693.0, 9653.0, 9649.0, 9666.0, 9645.0, 9646.0, 9646.0, 9648.0, 9647.0, 9647.0, 9658.0, 9659.0, 9648.0, 9652.0, 9642.0, 9655.0, 9632.0, 9663.0, 9655.0, 9662.0, 9667.0, 9647.0, 9648.0, 9651.0, 9661.0, 9652.0, 9641.0, 9655.0, 9656.0, 9659.0, 9659.0, 9661.0, 9674.0, 9659.0, 9684.0, 9649.0, 9658.0, 9653.0, 9636.0, 9688.0, 9653.0, 9644.0, 9649.0, 9660.0, 9651.0, 9656.0, 9639.0, 9650.0, 9663.0, 9667.0, 9664.0, 9641.0, 9638.0, 9694.0, 9649.0, 9700.0, 9653.0, 9645.0, 9659.0, 9655.0, 9650.0, 9624.0, 9629.0, 9644.0, 9657.0, 9672.0, 9684.0, 9658.0, 9647.0, 9661.0, 9650.0, 9705.0, 9652.0, 9682.0, 9636.0, 9682.0, 9641.0, 9665.0, 9641.0, 9621.0, 9652.0, 9571.0, 9572.0, 9589.0, 9578.0, 9605.0, 9597.0, 9597.0, 9598.0, 9582.0, 9611.0, 9599.0, 9624.0, 9629.0, 9618.0, 9643.0, 9608.0, 9621.0, 9635.0, 9632.0, 9627.0, 9621.0, 9632.0, 9625.0, 9664.0, 9634.0, 9632.0, 9631.0, 9642.0, 9636.0, 9637.0, 9635.0, 9646.0, 9641.0, 9648.0, 9646.0, 9650.0, 9637.0, 9639.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.0007742922899884925</td></tr>
<tr><td colspan=3>aqi</td><td>0.017657450747986192</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.91477468592163</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1704273832142862</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0024356333064515</td></tr>
<tr><td colspan=3>efc</td><td>0.467</td></tr>
<tr><td colspan=3>fber</td><td>6662.5845</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08924131927233493</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.761795166858458</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4297892709795663</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3849140340483093</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.693435299419862</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2110184794705274</td></tr>
<tr><td colspan=3>gcor</td><td>0.0157865</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01795228011906147</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023610681295394897</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9306598444274257</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>36.7388</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.1294</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.9527</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303207.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>879.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>384.3334</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4398</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>539.2937</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3595.139</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3787.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73337.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1250.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4739.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>963.4449</td></tr>
<tr><td colspan=3>tsnr</td><td>44.52234243275598</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>