<?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-0010_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0010_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0010_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-0010/figures/sub-0010_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0010_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-0010/figures/sub-0010_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0010_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-0010/figures/sub-0010_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0010_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-0010/figures/sub-0010_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0010/figures/sub-0010_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0010/figures/sub-0010_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0010/figures/sub-0010_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0010/ses-04/func/sub-0010_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>2ad650dfb1e706138a17b8f11bf445e4</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:14:34.255000</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.998801, 0.00851896, 0.0482091, -0.0111572, 0.998439, 0.0547229]</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0730798</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4176, -7726, -7292, 683, -59, -33, 82, 84]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.239</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>03e45767-bea6-4a56-85b2-05a25c99cc4c||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.6797099113464355, -0.029933903366327286, 0.12870275974273682, 104.8105239868164], [-0.022855738177895546, 2.678739547729492, 0.14902696013450623, -83.29873657226562], [0.12934152781963348, -0.14681755006313324, 2.692810297012329, -54.4382438659668], [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': ['161434.255000', '161434.715000', '161435.175000', '161435.635000', '161436.095000', '161436.555000', '161437.015000', '161437.475000', '161437.935000', '161438.395000', '161438.855000', '161439.315000', '161439.775000', '161440.235000', '161440.695000', '161441.155000', '161441.615000', '161442.075000', '161442.535000', '161442.995000', '161443.455000', '161443.915000', '161444.375000', '161444.835000', '161445.295000', '161445.755000', '161446.215000', '161446.675000', '161447.135000', '161447.595000', '161448.055000', '161448.515000', '161448.975000', '161449.435000', '161449.895000', '161450.355000', '161450.815000', '161451.275000', '161451.735000', '161452.195000', '161452.655000', '161453.115000', '161453.575000', '161454.035000', '161454.495000', '161454.955000', '161455.415000', '161455.875000', '161456.335000', '161456.795000', '161457.255000', '161457.715000', '161458.175000', '161458.635000', '161459.095000', '161459.555000', '161500.015000', '161500.475000', '161500.935000', '161501.395000', '161501.855000', '161502.315000', '161502.775000', '161503.235000', '161503.695000', '161504.155000', '161504.615000', '161505.075000', '161505.535000', '161505.995000', '161506.455000', '161506.915000', '161507.375000', '161507.835000', '161508.295000', '161508.755000', '161509.215000', '161509.675000', '161510.135000', '161510.595000', '161511.055000', '161511.515000', '161511.975000', '161512.435000', '161512.895000', '161513.355000', '161513.815000', '161514.275000', '161514.735000', '161515.195000', '161515.655000', '161516.115000', '161516.575000', '161517.035000', '161517.495000', '161517.955000', '161518.415000', '161518.875000', '161519.335000', '161519.795000', '161520.255000', '161520.715000', '161521.175000', '161521.635000', '161522.095000', '161522.555000', '161523.015000', '161523.475000', '161523.935000', '161524.395000', '161524.855000', '161525.315000', '161525.775000', '161526.235000', '161526.695000', '161527.155000', '161527.615000', '161528.075000', '161528.535000', '161528.995000', '161529.455000', '161529.915000', '161530.375000', '161530.835000', '161531.295000', '161531.755000', '161532.215000', '161532.675000', '161533.135000', '161533.595000', '161534.055000', '161534.515000', '161534.975000', '161535.435000', '161535.895000', '161536.355000', '161536.815000', '161537.275000', '161537.735000', '161538.195000', '161538.655000', '161539.115000', '161539.575000', '161540.035000', '161540.495000', '161540.955000', '161541.415000', '161541.875000', '161542.335000', '161542.795000', '161543.255000', '161543.715000', '161544.175000', '161544.635000', '161545.095000', '161545.555000', '161546.015000', '161546.475000', '161546.935000', '161547.395000', '161547.855000', '161548.315000', '161548.775000', '161549.235000', '161549.695000', '161550.155000', '161550.615000', '161551.075000', '161551.535000', '161551.995000', '161552.455000', '161552.915000', '161553.375000', '161553.835000', '161554.295000', '161554.755000', '161555.215000', '161555.675000', '161556.135000', '161556.595000', '161557.055000', '161557.515000', '161557.975000', '161558.435000', '161558.895000', '161559.355000', '161559.815000', '161600.275000', '161600.735000', '161601.195000', '161601.655000', '161602.115000', '161602.575000', '161603.035000', '161603.495000', '161603.955000', '161604.415000', '161604.875000', '161605.335000', '161605.795000', '161606.255000', '161606.715000', '161607.175000', '161607.635000', '161608.095000', '161608.555000', '161609.015000', '161609.475000', '161609.935000', '161610.395000', '161610.855000', '161611.315000', '161611.775000', '161612.235000', '161612.695000', '161613.155000', '161613.615000', '161614.075000', '161614.535000', '161614.995000', '161615.455000', '161615.915000', '161616.375000', '161616.835000', '161617.295000', '161617.755000', '161618.215000', '161618.675000', '161619.135000', '161619.595000', '161620.055000', '161620.515000', '161620.975000', '161621.435000', '161621.895000', '161622.355000', '161622.815000', '161623.275000', '161623.735000', '161624.195000', '161624.655000', '161625.115000', '161625.575000', '161626.035000', '161626.495000', '161626.955000', '161627.415000', '161627.875000', '161628.335000', '161628.795000', '161629.255000', '161629.715000', '161630.175000', '161630.635000', '161631.095000', '161631.555000', '161632.015000', '161632.475000', '161632.935000', '161633.395000', '161633.855000', '161634.315000', '161634.775000', '161635.235000', '161635.695000', '161636.155000', '161636.615000', '161637.075000', '161637.535000', '161637.995000', '161638.455000', '161638.915000', '161639.375000', '161639.835000', '161640.295000', '161640.755000', '161641.215000', '161641.675000', '161642.135000', '161642.595000', '161643.055000', '161643.515000', '161643.975000', '161644.435000', '161644.895000', '161645.355000', '161645.815000', '161646.275000', '161646.735000', '161647.195000', '161647.655000', '161648.115000', '161648.575000', '161649.035000', '161649.495000', '161649.955000', '161650.415000', '161650.875000', '161651.335000', '161651.795000', '161652.255000', '161652.715000', '161653.175000', '161653.635000', '161654.095000', '161654.555000', '161655.015000', '161655.475000', '161655.935000', '161656.395000', '161656.855000', '161657.315000', '161657.775000', '161658.235000', '161658.695000', '161659.155000', '161659.615000', '161700.075000', '161700.535000', '161700.995000', '161701.455000', '161701.915000', '161702.375000', '161702.835000', '161703.295000', '161703.755000', '161704.215000', '161704.675000', '161705.135000', '161705.595000', '161706.055000', '161706.515000', '161706.975000', '161707.435000', '161707.895000', '161708.355000', '161708.815000', '161709.275000', '161709.735000', '161710.195000', '161710.655000', '161711.115000', '161711.575000', '161712.035000', '161712.495000', '161712.955000', '161713.415000', '161713.875000', '161714.335000', '161714.795000', '161715.255000', '161715.715000', '161716.175000', '161716.635000', '161717.095000', '161717.555000', '161718.015000', '161718.475000', '161718.935000', '161719.395000', '161719.855000', '161720.315000', '161720.775000', '161721.235000', '161721.695000', '161722.155000', '161722.615000', '161723.075000', '161723.535000', '161723.995000', '161724.455000', '161724.915000', '161725.375000', '161725.835000', '161726.295000', '161726.755000', '161727.215000', '161727.675000', '161728.135000', '161728.595000', '161729.055000', '161729.515000', '161729.975000', '161730.435000', '161730.895000', '161731.355000', '161731.815000', '161732.275000', '161732.735000', '161733.195000', '161733.655000', '161734.115000', '161734.575000', '161735.035000', '161735.495000', '161735.955000', '161736.415000', '161736.875000', '161737.335000', '161737.795000', '161738.255000', '161738.715000', '161739.175000', '161739.635000', '161740.095000', '161740.555000', '161741.015000', '161741.475000', '161741.935000', '161742.395000', '161742.855000', '161743.315000', '161743.775000', '161744.235000', '161744.695000', '161745.155000', '161745.615000', '161746.075000', '161746.535000', '161746.995000', '161747.455000', '161747.915000', '161748.375000', '161748.835000', '161749.295000', '161749.755000', '161750.215000', '161750.675000', '161751.135000', '161751.595000', '161752.055000', '161752.515000', '161752.975000', '161753.435000', '161753.895000', '161754.355000', '161754.815000', '161755.275000', '161755.735000', '161756.195000', '161756.655000', '161757.115000', '161757.575000', '161758.035000', '161758.495000', '161758.955000', '161759.415000', '161759.875000', '161800.335000', '161800.795000', '161801.255000', '161801.715000', '161802.175000', '161802.635000', '161803.095000', '161803.555000', '161804.015000', '161804.475000', '161804.935000', '161805.395000', '161805.855000', '161806.315000', '161806.775000', '161807.235000', '161807.695000', '161808.155000', '161808.615000', '161809.075000', '161809.535000', '161809.995000', '161810.455000', '161810.915000', '161811.375000', '161811.835000', '161812.295000', '161812.755000', '161813.215000', '161813.675000', '161814.135000', '161814.595000', '161815.055000', '161815.515000', '161815.975000', '161816.435000', '161816.895000', '161817.355000', '161817.815000', '161818.275000', '161818.735000', '161819.195000', '161819.655000', '161820.115000', '161820.575000', '161821.035000', '161821.495000', '161821.955000', '161822.415000', '161822.875000', '161823.335000', '161823.795000', '161824.255000', '161824.715000', '161825.175000', '161825.635000', '161826.095000', '161826.555000', '161827.015000', '161827.475000', '161827.935000', '161828.395000', '161828.855000', '161829.315000', '161829.775000', '161830.235000', '161830.695000', '161831.155000', '161831.615000', '161832.075000', '161832.535000', '161832.995000', '161833.455000', '161833.915000', '161834.375000', '161834.835000', '161835.295000', '161835.755000', '161836.215000', '161836.675000', '161837.135000', '161837.595000', '161838.055000', '161838.515000', '161838.975000', '161839.435000', '161839.895000', '161840.355000', '161840.815000', '161841.275000', '161841.735000', '161842.195000', '161842.655000', '161843.115000', '161843.575000', '161844.035000', '161844.495000', '161844.955000', '161845.415000', '161845.875000', '161846.335000', '161846.795000', '161847.255000', '161847.715000', '161848.175000', '161848.635000', '161849.095000', '161849.555000', '161850.015000', '161850.475000', '161850.935000', '161851.395000', '161851.855000', '161852.315000', '161852.775000', '161853.235000', '161853.695000', '161854.155000', '161854.615000', '161855.075000', '161855.535000', '161855.995000', '161856.455000', '161856.915000', '161857.375000', '161857.835000', '161858.295000', '161858.755000', '161859.215000', '161859.675000', '161900.135000', '161900.595000', '161901.055000', '161901.515000', '161901.975000', '161902.435000', '161902.895000', '161903.355000', '161903.815000', '161904.275000', '161904.735000', '161905.195000', '161905.655000', '161906.115000', '161906.575000', '161907.035000', '161907.495000', '161907.955000', '161908.415000', '161908.875000', '161909.335000', '161909.795000', '161910.255000', '161910.715000', '161911.175000', '161911.635000', '161912.095000', '161912.555000', '161913.015000', '161913.475000', '161913.935000', '161914.395000', '161914.855000', '161915.315000', '161915.775000', '161916.235000', '161916.695000', '161917.155000', '161917.615000', '161918.075000', '161918.535000', '161918.995000', '161919.455000', '161919.915000', '161920.375000', '161920.835000', '161921.295000', '161921.755000', '161922.215000', '161922.675000', '161923.135000', '161923.595000', '161924.055000', '161924.515000', '161924.975000', '161925.435000', '161925.895000', '161926.355000', '161926.815000', '161927.275000', '161927.735000', '161928.195000', '161928.655000', '161929.115000', '161929.575000', '161930.035000', '161930.495000', '161930.955000', '161931.415000', '161931.875000', '161932.335000', '161932.795000', '161933.255000', '161933.715000', '161934.175000', '161934.635000', '161935.095000', '161935.555000', '161936.015000', '161936.475000', '161936.935000', '161937.395000', '161937.855000', '161938.315000', '161938.775000', '161939.235000', '161939.695000', '161940.155000', '161940.615000', '161941.075000', '161941.535000', '161941.995000', '161942.455000', '161942.915000', '161943.375000', '161943.835000', '161944.295000', '161944.755000', '161945.215000', '161945.675000', '161946.135000', '161946.595000', '161947.055000', '161947.515000', '161947.975000', '161948.435000', '161948.895000', '161949.355000', '161949.815000', '161950.275000', '161950.735000', '161951.195000', '161951.655000', '161952.115000', '161952.575000', '161953.035000', '161953.495000', '161953.955000', '161954.415000', '161954.875000', '161955.335000', '161955.795000', '161956.255000', '161956.715000', '161957.175000', '161957.635000', '161958.095000', '161958.555000', '161959.015000', '161959.475000', '161959.935000', '162000.395000', '162000.855000', '162001.315000', '162001.775000', '162002.235000', '162002.695000', '162003.155000', '162003.615000', '162004.075000', '162004.535000', '162004.995000', '162005.455000', '162005.915000', '162006.375000', '162006.835000', '162007.295000', '162007.755000', '162008.215000', '162008.675000', '162009.135000', '162009.595000', '162010.055000', '162010.515000', '162010.975000', '162011.435000', '162011.895000', '162012.355000', '162012.815000', '162013.275000', '162013.735000', '162014.195000', '162014.655000', '162015.115000', '162015.575000', '162016.035000', '162016.495000', '162016.955000', '162017.415000', '162017.875000', '162018.335000', '162018.795000', '162019.255000', '162019.715000', '162020.175000', '162020.635000', '162021.095000', '162021.555000', '162022.015000', '162022.475000', '162022.935000', '162023.395000', '162023.855000', '162024.315000', '162024.775000', '162025.235000', '162025.695000', '162026.155000', '162026.615000', '162027.075000', '162027.535000', '162027.995000', '162028.455000', '162028.915000', '162029.375000', '162029.835000', '162030.295000', '162030.755000', '162031.215000', '162031.675000', '162032.135000', '162032.595000', '162033.055000', '162033.515000', '162033.975000', '162034.435000', '162034.895000', '162035.355000', '162035.815000', '162036.275000', '162036.735000', '162037.195000', '162037.655000', '162038.115000', '162038.575000', '162039.035000', '162039.495000', '162039.955000', '162040.415000', '162040.875000', '162041.335000', '162041.795000', '162042.255000', '162042.715000', '162043.175000', '162043.635000', '162044.095000', '162044.555000', '162045.015000', '162045.475000', '162045.935000', '162046.395000', '162046.855000', '162047.315000', '162047.775000', '162048.235000', '162048.695000', '162049.155000', '162049.615000', '162050.075000', '162050.535000', '162050.995000', '162051.455000', '162051.915000', '162052.375000', '162052.835000', '162053.295000', '162053.755000', '162054.215000', '162054.675000', '162055.135000', '162055.595000', '162056.055000', '162056.515000', '162056.975000', '162057.435000', '162057.895000', '162058.355000', '162058.815000', '162059.275000', '162059.735000', '162100.195000', '162100.655000', '162101.115000', '162101.575000', '162102.035000', '162102.495000', '162102.955000', '162103.415000', '162103.875000', '162104.335000', '162104.795000', '162105.255000', '162105.715000', '162106.175000', '162106.635000', '162107.095000', '162107.555000', '162108.015000', '162108.475000', '162108.935000', '162109.395000', '162109.855000', '162110.315000', '162110.775000', '162111.235000', '162111.695000', '162112.155000', '162112.615000', '162113.075000', '162113.535000', '162113.995000', '162114.455000', '162114.915000'], 'ContentTime': ['161453.540000', '161453.543000', '161453.546000', '161453.549000', '161453.552000', '161453.555000', '161453.558000', '161453.561000', '161453.564000', '161453.567000', '161453.574000', '161453.577000', '161453.580000', '161453.583000', '161453.586000', '161453.589000', '161453.592000', '161453.595000', '161453.598000', '161453.601000', '161453.604000', '161453.606000', '161453.609000', '161453.612000', '161453.615000', '161453.618000', '161453.621000', '161453.624000', '161453.627000', '161453.630000', '161453.633000', '161453.636000', '161453.639000', '161453.642000', '161453.644000', '161453.647000', '161453.650000', '161453.653000', '161453.656000', '161453.659000', '161453.662000', '161513.509000', '161513.512000', '161513.515000', '161513.518000', '161513.521000', '161513.525000', '161513.528000', '161513.531000', '161513.534000', '161513.537000', '161513.540000', '161513.543000', '161513.546000', '161513.549000', '161513.552000', '161513.554000', '161513.558000', '161513.560000', '161513.563000', '161513.566000', '161513.569000', '161513.572000', '161513.575000', '161513.578000', '161513.584000', '161513.587000', '161513.591000', '161513.593000', '161513.596000', '161513.599000', '161513.603000', '161513.605000', '161513.608000', '161513.611000', '161513.614000', '161513.617000', '161513.620000', '161513.623000', '161513.626000', '161513.629000', '161513.632000', '161513.635000', '161513.638000', '161533.509000', '161533.512000', '161533.515000', '161533.518000', '161533.521000', '161533.524000', '161533.527000', '161533.530000', '161533.533000', '161533.536000', '161533.539000', '161533.542000', '161533.544000', '161533.547000', '161533.550000', '161533.558000', '161533.561000', '161533.564000', '161533.567000', '161533.570000', '161533.573000', '161533.576000', '161533.579000', '161533.582000', '161533.585000', '161533.588000', '161533.591000', '161533.594000', '161533.597000', '161533.600000', '161533.603000', '161533.605000', '161533.608000', '161533.611000', '161533.614000', '161533.617000', '161533.620000', '161533.623000', '161533.626000', '161533.629000', '161533.632000', '161533.635000', '161533.638000', '161533.641000', '161553.509000', '161553.512000', '161553.515000', '161553.518000', '161553.521000', '161553.524000', '161553.527000', '161553.530000', '161553.533000', '161553.536000', '161553.539000', '161553.542000', '161553.545000', '161553.548000', '161553.551000', '161553.554000', '161553.557000', '161553.560000', '161553.562000', '161553.566000', '161553.568000', '161553.572000', '161553.575000', '161553.578000', '161553.581000', '161553.583000', '161553.586000', '161553.589000', '161553.592000', '161553.595000', '161553.598000', '161553.601000', '161553.605000', '161553.609000', '161553.613000', '161553.616000', '161553.619000', '161553.622000', '161553.625000', '161553.628000', '161553.631000', '161553.634000', '161553.637000', '161613.508000', '161613.511000', '161613.514000', '161613.517000', '161613.520000', '161613.523000', '161613.526000', '161613.529000', '161613.532000', '161613.535000', '161613.538000', '161613.541000', '161613.544000', '161613.547000', '161613.550000', '161613.553000', '161613.556000', '161613.559000', '161613.561000', '161613.564000', '161613.567000', '161613.570000', '161613.573000', '161613.576000', '161613.579000', '161613.582000', '161613.585000', '161613.588000', '161613.591000', '161613.594000', '161613.597000', '161613.600000', '161613.603000', '161613.606000', '161613.609000', '161613.612000', '161613.615000', '161613.617000', '161613.620000', '161613.623000', '161613.638000', '161613.641000', '161613.644000', '161613.647000', '161633.508000', '161633.511000', '161633.514000', '161633.517000', '161633.520000', '161633.523000', '161633.526000', '161633.529000', '161633.532000', '161633.535000', '161633.538000', '161633.541000', '161633.544000', '161633.546000', '161633.550000', '161633.552000', '161633.555000', '161633.558000', '161633.562000', '161633.566000', '161633.569000', '161633.571000', '161633.575000', '161633.578000', '161633.580000', '161633.583000', '161633.586000', '161633.589000', '161633.592000', '161633.595000', '161633.598000', '161633.601000', '161633.604000', '161633.607000', '161633.610000', '161633.613000', '161633.616000', '161633.619000', '161633.622000', '161633.627000', '161633.631000', '161633.634000', '161633.637000', '161653.509000', '161653.512000', '161653.515000', '161653.520000', '161653.523000', '161653.526000', '161653.529000', '161653.532000', '161653.535000', '161653.538000', '161653.541000', '161653.544000', '161653.547000', '161653.550000', '161653.553000', '161653.556000', '161653.559000', '161653.562000', '161653.565000', '161653.568000', '161653.571000', '161653.574000', '161653.577000', '161653.580000', '161653.583000', '161653.586000', '161653.588000', '161653.591000', '161653.594000', '161653.597000', '161653.600000', '161653.603000', '161653.606000', '161653.609000', '161653.612000', '161653.615000', '161653.618000', '161653.621000', '161653.624000', '161653.627000', '161653.630000', '161653.633000', '161653.635000', '161653.638000', '161713.509000', '161713.512000', '161713.515000', '161713.518000', '161713.521000', '161713.524000', '161713.527000', '161713.530000', '161713.533000', '161713.536000', '161713.539000', '161713.542000', '161713.545000', '161713.548000', '161713.551000', '161713.554000', '161713.557000', '161713.560000', '161713.563000', '161713.565000', '161713.568000', '161713.572000', '161713.574000', '161713.577000', '161713.580000', '161713.583000', '161713.586000', '161713.589000', '161713.592000', '161713.595000', '161713.598000', '161713.601000', '161713.604000', '161713.607000', '161713.610000', '161713.613000', '161713.616000', '161713.619000', '161713.622000', '161713.625000', '161713.627000', '161713.630000', '161713.633000', '161733.509000', '161733.512000', '161733.515000', '161733.518000', '161733.521000', '161733.524000', '161733.527000', '161733.530000', '161733.533000', '161733.536000', '161733.539000', '161733.542000', '161733.545000', '161733.548000', '161733.551000', '161733.554000', '161733.557000', '161733.560000', '161733.563000', '161733.566000', '161733.569000', '161733.572000', '161733.575000', '161733.578000', '161733.581000', '161733.584000', '161733.587000', '161733.590000', '161733.593000', '161733.595000', '161733.598000', '161733.601000', '161733.604000', '161733.607000', '161733.610000', '161733.613000', '161733.616000', '161733.619000', '161733.622000', '161733.625000', '161733.628000', '161733.631000', '161733.634000', '161733.637000', '161753.509000', '161753.512000', '161753.515000', '161753.518000', '161753.521000', '161753.524000', '161753.527000', '161753.530000', '161753.533000', '161753.536000', '161753.539000', '161753.542000', '161753.545000', '161753.548000', '161753.551000', '161753.554000', '161753.557000', '161753.560000', '161753.563000', '161753.566000', '161753.569000', '161753.572000', '161753.575000', '161753.577000', '161753.581000', '161753.584000', '161753.586000', '161753.589000', '161753.592000', '161753.595000', '161753.598000', '161753.602000', '161753.605000', '161753.608000', '161753.611000', '161753.614000', '161753.617000', '161753.620000', '161753.623000', '161753.626000', '161753.629000', '161753.632000', '161753.635000', '161813.508000', '161813.511000', '161813.514000', '161813.517000', '161813.520000', '161813.523000', '161813.526000', '161813.537000', '161813.540000', '161813.543000', '161813.546000', '161813.549000', '161813.552000', '161813.555000', '161813.558000', '161813.561000', '161813.563000', '161813.567000', '161813.570000', '161813.573000', '161813.576000', '161813.579000', '161813.582000', '161813.585000', '161813.588000', '161813.591000', '161813.594000', '161813.597000', '161813.600000', '161813.603000', '161813.606000', '161813.609000', '161813.612000', '161813.615000', '161813.618000', '161813.621000', '161813.624000', '161813.627000', '161813.630000', '161813.633000', '161813.636000', '161813.639000', '161813.642000', '161813.645000', '161833.508000', '161833.511000', '161833.514000', '161833.517000', '161833.520000', '161833.523000', '161833.526000', '161833.529000', '161833.532000', '161833.535000', '161833.538000', '161833.541000', '161833.544000', '161833.547000', '161833.550000', '161833.553000', '161833.556000', '161833.559000', '161833.562000', '161833.565000', '161833.568000', '161833.571000', '161833.574000', '161833.577000', '161833.579000', '161833.582000', '161833.585000', '161833.588000', '161833.591000', '161833.594000', '161833.597000', '161833.600000', '161833.603000', '161833.606000', '161833.609000', '161833.612000', '161833.615000', '161833.618000', '161833.621000', '161833.624000', '161833.627000', '161833.630000', '161833.633000', '161853.508000', '161853.511000', '161853.514000', '161853.517000', '161853.520000', '161853.523000', '161853.526000', '161853.529000', '161853.532000', '161853.535000', '161853.538000', '161853.541000', '161853.547000', '161853.550000', '161853.553000', '161853.555000', '161853.559000', '161853.561000', '161853.564000', '161853.567000', '161853.570000', '161853.573000', '161853.576000', '161853.579000', '161853.582000', '161853.585000', '161853.588000', '161853.591000', '161853.594000', '161853.597000', '161853.600000', '161853.603000', '161853.606000', '161853.609000', '161853.612000', '161853.615000', '161853.618000', '161853.621000', '161853.624000', '161853.627000', '161853.630000', '161853.633000', '161853.636000', '161853.638000', '161913.509000', '161913.512000', '161913.515000', '161913.518000', '161913.521000', '161913.524000', '161913.527000', '161913.530000', '161913.533000', '161913.536000', '161913.539000', '161913.542000', '161913.545000', '161913.548000', '161913.551000', '161913.554000', '161913.557000', '161913.560000', '161913.563000', '161913.566000', '161913.569000', '161913.572000', '161913.575000', '161913.578000', '161913.581000', '161913.584000', '161913.587000', '161913.590000', '161913.593000', '161913.596000', '161913.599000', '161913.602000', '161913.605000', '161913.607000', '161913.611000', '161913.614000', '161913.617000', '161913.619000', '161913.623000', '161913.625000', '161913.628000', '161913.631000', '161913.634000', '161933.509000', '161933.512000', '161933.515000', '161933.518000', '161933.521000', '161933.524000', '161933.527000', '161933.530000', '161933.533000', '161933.536000', '161933.539000', '161933.542000', '161933.545000', '161933.548000', '161933.551000', '161933.554000', '161933.557000', '161933.560000', '161933.563000', '161933.566000', '161933.569000', '161933.572000', '161933.575000', '161933.578000', '161933.581000', '161933.583000', '161933.586000', '161933.589000', '161933.592000', '161933.595000', '161933.598000', '161933.601000', '161933.604000', '161933.607000', '161933.610000', '161933.613000', '161933.616000', '161933.619000', '161933.622000', '161933.625000', '161933.628000', '161933.631000', '161933.634000', '161933.637000', '161953.509000', '161953.512000', '161953.516000', '161953.518000', '161953.521000', '161953.525000', '161953.528000', '161953.531000', '161953.534000', '161953.537000', '161953.540000', '161953.543000', '161953.545000', '161953.549000', '161953.551000', '161953.554000', '161953.567000', '161953.570000', '161953.573000', '161953.576000', '161953.579000', '161953.582000', '161953.585000', '161953.588000', '161953.591000', '161953.594000', '161953.597000', '161953.600000', '161953.603000', '161953.606000', '161953.609000', '161953.612000', '161953.615000', '161953.618000', '161953.621000', '161953.624000', '161953.627000', '161953.630000', '161953.633000', '161953.636000', '161953.639000', '161953.642000', '161953.645000', '162013.509000', '162013.512000', '162013.515000', '162013.518000', '162013.521000', '162013.524000', '162013.527000', '162013.530000', '162013.533000', '162013.536000', '162013.539000', '162013.542000', '162013.545000', '162013.548000', '162013.551000', '162013.554000', '162013.557000', '162013.560000', '162013.563000', '162013.566000', '162013.569000', '162013.572000', '162013.575000', '162013.578000', '162013.581000', '162013.584000', '162013.587000', '162013.590000', '162013.593000', '162013.596000', '162013.599000', '162013.602000', '162013.605000', '162013.608000', '162013.611000', '162013.614000', '162013.617000', '162013.620000', '162013.623000', '162013.626000', '162013.629000', '162013.631000', '162013.635000', '162033.508000', '162033.511000', '162033.514000', '162033.517000', '162033.520000', '162033.523000', '162033.526000', '162033.529000', '162033.532000', '162033.535000', '162033.538000', '162033.541000', '162033.544000', '162033.547000', '162033.550000', '162033.553000', '162033.556000', '162033.559000', '162033.562000', '162033.565000', '162033.568000', '162033.571000', '162033.574000', '162033.577000', '162033.580000', '162033.583000', '162033.586000', '162033.589000', '162033.592000', '162033.595000', '162033.598000', '162033.601000', '162033.604000', '162033.607000', '162033.610000', '162033.612000', '162033.615000', '162033.618000', '162033.621000', '162033.624000', '162033.627000', '162033.630000', '162033.633000', '162033.636000', '162053.508000', '162053.511000', '162053.515000', '162053.521000', '162053.526000', '162053.529000', '162053.532000', '162053.535000', '162053.538000', '162053.541000', '162053.544000', '162053.547000', '162053.550000', '162053.553000', '162053.556000', '162053.559000', '162053.562000', '162053.565000', '162053.568000', '162053.571000', '162053.574000', '162053.577000', '162053.580000', '162053.583000', '162053.586000', '162053.589000', '162053.592000', '162053.595000', '162053.598000', '162053.601000', '162053.604000', '162053.607000', '162053.610000', '162053.613000', '162053.616000', '162053.619000', '162053.622000', '162053.625000', '162053.628000', '162053.631000', '162053.634000', '162053.637000', '162053.640000', '162113.508000', '162113.511000', '162113.514000', '162113.517000', '162113.520000', '162113.523000', '162113.526000', '162113.529000', '162113.532000', '162113.535000', '162113.538000', '162113.541000', '162113.544000', '162113.547000', '162113.550000', '162113.553000', '162113.556000', '162113.559000', '162113.562000', '162113.565000', '162113.568000', '162113.571000', '162113.574000', '162113.577000', '162113.580000', '162113.583000', '162113.586000', '162113.589000', '162113.592000', '162113.595000', '162113.598000', '162113.601000', '162113.604000', '162113.607000', '162113.610000', '162113.613000', '162113.616000', '162113.619000', '162113.621000', '162113.624000', '162113.627000', '162113.630000', '162113.633000', '162113.636000', '162115.653000', '162115.657000', '162115.660000', '162115.664000', '162115.667000'], 'InstanceCreationTime': ['161453.540000', '161453.543000', '161453.546000', '161453.549000', '161453.552000', '161453.555000', '161453.558000', '161453.561000', '161453.564000', '161453.567000', '161453.574000', '161453.577000', '161453.580000', '161453.583000', '161453.586000', '161453.589000', '161453.592000', '161453.595000', '161453.598000', '161453.601000', '161453.604000', '161453.606000', '161453.609000', '161453.612000', '161453.615000', '161453.618000', '161453.621000', '161453.624000', '161453.627000', '161453.630000', '161453.633000', '161453.636000', '161453.639000', '161453.642000', '161453.644000', '161453.647000', '161453.650000', '161453.653000', '161453.656000', '161453.659000', '161453.662000', '161513.509000', '161513.512000', '161513.515000', '161513.518000', '161513.521000', '161513.525000', '161513.528000', '161513.531000', '161513.534000', '161513.537000', '161513.540000', '161513.543000', '161513.546000', '161513.549000', '161513.552000', '161513.554000', '161513.558000', '161513.560000', '161513.563000', '161513.566000', '161513.569000', '161513.572000', '161513.575000', '161513.578000', '161513.584000', '161513.587000', '161513.591000', '161513.593000', '161513.596000', '161513.599000', '161513.603000', '161513.605000', '161513.608000', '161513.611000', '161513.614000', '161513.617000', '161513.620000', '161513.623000', '161513.626000', '161513.629000', '161513.632000', '161513.635000', '161513.638000', '161533.509000', '161533.512000', '161533.515000', '161533.518000', '161533.521000', '161533.524000', '161533.527000', '161533.530000', '161533.533000', '161533.536000', '161533.539000', '161533.542000', '161533.544000', '161533.547000', '161533.550000', '161533.558000', '161533.561000', '161533.564000', '161533.567000', '161533.570000', '161533.573000', '161533.576000', '161533.579000', '161533.582000', '161533.585000', '161533.588000', '161533.591000', '161533.594000', '161533.597000', '161533.600000', '161533.603000', '161533.605000', '161533.608000', '161533.611000', '161533.614000', '161533.617000', '161533.620000', '161533.623000', '161533.626000', '161533.629000', '161533.632000', '161533.635000', '161533.638000', '161533.641000', '161553.509000', '161553.512000', '161553.515000', '161553.518000', '161553.521000', '161553.524000', '161553.527000', '161553.530000', '161553.533000', '161553.536000', '161553.539000', '161553.542000', '161553.545000', '161553.548000', '161553.551000', '161553.554000', '161553.557000', '161553.560000', '161553.562000', '161553.566000', '161553.568000', '161553.572000', '161553.575000', '161553.578000', '161553.581000', '161553.583000', '161553.586000', '161553.589000', '161553.592000', '161553.595000', '161553.598000', '161553.601000', '161553.605000', '161553.609000', '161553.613000', '161553.616000', '161553.619000', '161553.622000', '161553.625000', '161553.628000', '161553.631000', '161553.634000', '161553.637000', '161613.508000', '161613.511000', '161613.514000', '161613.517000', '161613.520000', '161613.523000', '161613.526000', '161613.529000', '161613.532000', '161613.535000', '161613.538000', '161613.541000', '161613.544000', '161613.547000', '161613.550000', '161613.553000', '161613.556000', '161613.559000', '161613.561000', '161613.564000', '161613.567000', '161613.570000', '161613.573000', '161613.576000', '161613.579000', '161613.582000', '161613.585000', '161613.588000', '161613.591000', '161613.594000', '161613.597000', '161613.600000', '161613.603000', '161613.606000', '161613.609000', '161613.612000', '161613.615000', '161613.617000', '161613.620000', '161613.623000', '161613.638000', '161613.641000', '161613.644000', '161613.647000', '161633.508000', '161633.511000', '161633.514000', '161633.517000', '161633.520000', '161633.523000', '161633.526000', '161633.529000', '161633.532000', '161633.535000', '161633.538000', '161633.541000', '161633.544000', '161633.546000', '161633.550000', '161633.552000', '161633.555000', '161633.558000', '161633.562000', '161633.566000', '161633.569000', '161633.571000', '161633.575000', '161633.578000', '161633.580000', '161633.583000', '161633.586000', '161633.589000', '161633.592000', '161633.595000', '161633.598000', '161633.601000', '161633.604000', '161633.607000', '161633.610000', '161633.613000', '161633.616000', '161633.619000', '161633.622000', '161633.627000', '161633.631000', '161633.634000', '161633.637000', '161653.509000', '161653.512000', '161653.515000', '161653.520000', '161653.523000', '161653.526000', '161653.529000', '161653.532000', '161653.535000', '161653.538000', '161653.541000', '161653.544000', '161653.547000', '161653.550000', '161653.553000', '161653.556000', '161653.559000', '161653.562000', '161653.565000', '161653.568000', '161653.571000', '161653.574000', '161653.577000', '161653.580000', '161653.583000', '161653.586000', '161653.588000', '161653.591000', '161653.594000', '161653.597000', '161653.600000', '161653.603000', '161653.606000', '161653.609000', '161653.612000', '161653.615000', '161653.618000', '161653.621000', '161653.624000', '161653.627000', '161653.630000', '161653.633000', '161653.635000', '161653.638000', '161713.509000', '161713.512000', '161713.515000', '161713.518000', '161713.521000', '161713.524000', '161713.527000', '161713.530000', '161713.533000', '161713.536000', '161713.539000', '161713.542000', '161713.545000', '161713.548000', '161713.551000', '161713.554000', '161713.557000', '161713.560000', '161713.563000', '161713.565000', '161713.568000', '161713.572000', '161713.574000', '161713.577000', '161713.580000', '161713.583000', '161713.586000', '161713.589000', '161713.592000', '161713.595000', '161713.598000', '161713.601000', '161713.604000', '161713.607000', '161713.610000', '161713.613000', '161713.616000', '161713.619000', '161713.622000', '161713.625000', '161713.627000', '161713.630000', '161713.633000', '161733.509000', '161733.512000', '161733.515000', '161733.518000', '161733.521000', '161733.524000', '161733.527000', '161733.530000', '161733.533000', '161733.536000', '161733.539000', '161733.542000', '161733.545000', '161733.548000', '161733.551000', '161733.554000', '161733.557000', '161733.560000', '161733.563000', '161733.566000', '161733.569000', '161733.572000', '161733.575000', '161733.578000', '161733.581000', '161733.584000', '161733.587000', '161733.590000', '161733.593000', '161733.595000', '161733.598000', '161733.601000', '161733.604000', '161733.607000', '161733.610000', '161733.613000', '161733.616000', '161733.619000', '161733.622000', '161733.625000', '161733.628000', '161733.631000', '161733.634000', '161733.637000', '161753.509000', '161753.512000', '161753.515000', '161753.518000', '161753.521000', '161753.524000', '161753.527000', '161753.530000', '161753.533000', '161753.536000', '161753.539000', '161753.542000', '161753.545000', '161753.548000', '161753.551000', '161753.554000', '161753.557000', '161753.560000', '161753.563000', '161753.566000', '161753.569000', '161753.572000', '161753.575000', '161753.577000', '161753.581000', '161753.584000', '161753.586000', '161753.589000', '161753.592000', '161753.595000', '161753.598000', '161753.602000', '161753.605000', '161753.608000', '161753.611000', '161753.614000', '161753.617000', '161753.620000', '161753.623000', '161753.626000', '161753.629000', '161753.632000', '161753.635000', '161813.508000', '161813.511000', '161813.514000', '161813.517000', '161813.520000', '161813.523000', '161813.526000', '161813.537000', '161813.540000', '161813.543000', '161813.546000', '161813.549000', '161813.552000', '161813.555000', '161813.558000', '161813.561000', '161813.563000', '161813.567000', '161813.570000', '161813.573000', '161813.576000', '161813.579000', '161813.582000', '161813.585000', '161813.588000', '161813.591000', '161813.594000', '161813.597000', '161813.600000', '161813.603000', '161813.606000', '161813.609000', '161813.612000', '161813.615000', '161813.618000', '161813.621000', '161813.624000', '161813.627000', '161813.630000', '161813.633000', '161813.636000', '161813.639000', '161813.642000', '161813.645000', '161833.508000', '161833.511000', '161833.514000', '161833.517000', '161833.520000', '161833.523000', '161833.526000', '161833.529000', '161833.532000', '161833.535000', '161833.538000', '161833.541000', '161833.544000', '161833.547000', '161833.550000', '161833.553000', '161833.556000', '161833.559000', '161833.562000', '161833.565000', '161833.568000', '161833.571000', '161833.574000', '161833.577000', '161833.579000', '161833.582000', '161833.585000', '161833.588000', '161833.591000', '161833.594000', '161833.597000', '161833.600000', '161833.603000', '161833.606000', '161833.609000', '161833.612000', '161833.615000', '161833.618000', '161833.621000', '161833.624000', '161833.627000', '161833.630000', '161833.633000', '161853.508000', '161853.511000', '161853.514000', '161853.517000', '161853.520000', '161853.523000', '161853.526000', '161853.529000', '161853.532000', '161853.535000', '161853.538000', '161853.541000', '161853.547000', '161853.550000', '161853.553000', '161853.555000', '161853.559000', '161853.561000', '161853.564000', '161853.567000', '161853.570000', '161853.573000', '161853.576000', '161853.579000', '161853.582000', '161853.585000', '161853.588000', '161853.591000', '161853.594000', '161853.597000', '161853.600000', '161853.603000', '161853.606000', '161853.609000', '161853.612000', '161853.615000', '161853.618000', '161853.621000', '161853.624000', '161853.627000', '161853.630000', '161853.633000', '161853.636000', '161853.638000', '161913.509000', '161913.512000', '161913.515000', '161913.518000', '161913.521000', '161913.524000', '161913.527000', '161913.530000', '161913.533000', '161913.536000', '161913.539000', '161913.542000', '161913.545000', '161913.548000', '161913.551000', '161913.554000', '161913.557000', '161913.560000', '161913.563000', '161913.566000', '161913.569000', '161913.572000', '161913.575000', '161913.578000', '161913.581000', '161913.584000', '161913.587000', '161913.590000', '161913.593000', '161913.596000', '161913.599000', '161913.602000', '161913.605000', '161913.607000', '161913.611000', '161913.614000', '161913.617000', '161913.619000', '161913.623000', '161913.625000', '161913.628000', '161913.631000', '161913.634000', '161933.509000', '161933.512000', '161933.515000', '161933.518000', '161933.521000', '161933.524000', '161933.527000', '161933.530000', '161933.533000', '161933.536000', '161933.539000', '161933.542000', '161933.545000', '161933.548000', '161933.551000', '161933.554000', '161933.557000', '161933.560000', '161933.563000', '161933.566000', '161933.569000', '161933.572000', '161933.575000', '161933.578000', '161933.581000', '161933.583000', '161933.586000', '161933.589000', '161933.592000', '161933.595000', '161933.598000', '161933.601000', '161933.604000', '161933.607000', '161933.610000', '161933.613000', '161933.616000', '161933.619000', '161933.622000', '161933.625000', '161933.628000', '161933.631000', '161933.634000', '161933.637000', '161953.509000', '161953.512000', '161953.516000', '161953.518000', '161953.521000', '161953.525000', '161953.528000', '161953.531000', '161953.534000', '161953.537000', '161953.540000', '161953.543000', '161953.545000', '161953.549000', '161953.551000', '161953.554000', '161953.567000', '161953.570000', '161953.573000', '161953.576000', '161953.579000', '161953.582000', '161953.585000', '161953.588000', '161953.591000', '161953.594000', '161953.597000', '161953.600000', '161953.603000', '161953.606000', '161953.609000', '161953.612000', '161953.615000', '161953.618000', '161953.621000', '161953.624000', '161953.627000', '161953.630000', '161953.633000', '161953.636000', '161953.639000', '161953.642000', '161953.645000', '162013.509000', '162013.512000', '162013.515000', '162013.518000', '162013.521000', '162013.524000', '162013.527000', '162013.530000', '162013.533000', '162013.536000', '162013.539000', '162013.542000', '162013.545000', '162013.548000', '162013.551000', '162013.554000', '162013.557000', '162013.560000', '162013.563000', '162013.566000', '162013.569000', '162013.572000', '162013.575000', '162013.578000', '162013.581000', '162013.584000', '162013.587000', '162013.590000', '162013.593000', '162013.596000', '162013.599000', '162013.602000', '162013.605000', '162013.608000', '162013.611000', '162013.614000', '162013.617000', '162013.620000', '162013.623000', '162013.626000', '162013.629000', '162013.631000', '162013.635000', '162033.508000', '162033.511000', '162033.514000', '162033.517000', '162033.520000', '162033.523000', '162033.526000', '162033.529000', '162033.532000', '162033.535000', '162033.538000', '162033.541000', '162033.544000', '162033.547000', '162033.550000', '162033.553000', '162033.556000', '162033.559000', '162033.562000', '162033.565000', '162033.568000', '162033.571000', '162033.574000', '162033.577000', '162033.580000', '162033.583000', '162033.586000', '162033.589000', '162033.592000', '162033.595000', '162033.598000', '162033.601000', '162033.604000', '162033.607000', '162033.610000', '162033.612000', '162033.615000', '162033.618000', '162033.621000', '162033.624000', '162033.627000', '162033.630000', '162033.633000', '162033.636000', '162053.508000', '162053.511000', '162053.515000', '162053.521000', '162053.526000', '162053.529000', '162053.532000', '162053.535000', '162053.538000', '162053.541000', '162053.544000', '162053.547000', '162053.550000', '162053.553000', '162053.556000', '162053.559000', '162053.562000', '162053.565000', '162053.568000', '162053.571000', '162053.574000', '162053.577000', '162053.580000', '162053.583000', '162053.586000', '162053.589000', '162053.592000', '162053.595000', '162053.598000', '162053.601000', '162053.604000', '162053.607000', '162053.610000', '162053.613000', '162053.616000', '162053.619000', '162053.622000', '162053.625000', '162053.628000', '162053.631000', '162053.634000', '162053.637000', '162053.640000', '162113.508000', '162113.511000', '162113.514000', '162113.517000', '162113.520000', '162113.523000', '162113.526000', '162113.529000', '162113.532000', '162113.535000', '162113.538000', '162113.541000', '162113.544000', '162113.547000', '162113.550000', '162113.553000', '162113.556000', '162113.559000', '162113.562000', '162113.565000', '162113.568000', '162113.571000', '162113.574000', '162113.577000', '162113.580000', '162113.583000', '162113.586000', '162113.589000', '162113.592000', '162113.595000', '162113.598000', '162113.601000', '162113.604000', '162113.607000', '162113.610000', '162113.613000', '162113.616000', '162113.619000', '162113.621000', '162113.624000', '162113.627000', '162113.630000', '162113.633000', '162113.636000', '162115.653000', '162115.657000', '162115.660000', '162115.664000', '162115.667000'], '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': [13323, 10546, 14006, 10226, 11984, 9812, 11268, 9803, 10893, 9322, 11094, 8977, 11387, 9009, 11726, 8865, 11070, 9325, 12369, 9469, 12668, 9769, 14209, 9954, 14615, 10213, 12433, 9916, 9809, 10493, 11276, 10714, 12181, 10210, 13380, 10050, 12509, 9363, 14139, 9450, 11772, 9090, 11238, 8593, 10655, 8771, 10473, 8451, 10372, 7404, 10432, 9360, 10541, 8872, 9605, 11537, 9283, 11770, 9083, 10962, 8841, 11006, 8823, 10778, 7758, 11301, 7823, 11157, 12622, 10630, 14414, 9346, 14289, 9943, 13356, 9368, 11568, 12179, 9670, 11181, 9365, 10407, 9003, 10150, 8852, 7764, 10489, 7948, 12164, 9077, 12039, 9826, 11552, 10971, 10988, 14142, 10150, 15394, 11415, 14451, 11385, 15081, 8687, 11718, 8734, 11500, 9093, 11634, 9735, 12765, 8481, 11149, 9058, 11612, 11072, 10863, 14011, 9605, 14032, 9301, 13563, 9085, 11801, 9730, 10580, 7703, 9614, 7669, 9266, 8827, 9199, 11615, 8999, 10821, 8261, 10707, 8150, 11168, 7790, 11492, 9473, 11175, 11395, 10417, 15772, 9678, 13112, 10089, 11832, 9160, 10331, 7790, 10606, 11337, 10060, 15940, 10211, 13769, 9172, 11840, 8631, 10471, 9140, 9995, 13752, 9490, 11981, 9358, 14022, 9014, 11782, 8598, 10380, 8440, 10295, 8445, 10610, 8369, 10644, 8640, 11100, 8207, 10890, 8687, 10975, 7782, 11108, 8721, 10999, 7576, 10916, 7697, 11931, 7871, 11499, 8826, 11607, 8643, 11572, 8193, 11756, 8478, 11635, 8363, 11408, 8155, 11467, 8127, 11874, 10408, 12223, 9302, 11026, 12881, 10613, 15689, 12008, 14898, 9751, 13360, 9160, 14117, 9244, 12688, 9392, 9886, 8883, 7781, 10763, 9793, 10946, 12275, 10304, 10917, 9983, 13290, 9475, 15723, 10274, 15844, 11005, 14505, 9090, 12378, 8959, 12224, 9074, 10130, 9232, 7955, 9414, 7860, 11412, 8544, 12035, 8392, 12113, 10742, 11780, 15146, 11282, 13189, 9400, 13636, 9116, 13189, 9086, 10482, 9414, 8811, 10035, 11189, 10758, 11699, 10274, 11039, 9945, 13413, 9829, 15347, 10894, 12866, 9211, 10480, 9445, 12004, 10193, 13329, 9996, 13784, 9596, 15482, 9613, 14237, 10879, 13194, 9485, 11490, 9577, 13561, 9533, 13236, 9114, 12180, 9703, 11754, 10214, 7708, 11278, 9215, 10576, 9541, 10737, 11143, 13835, 11505, 14548, 11723, 8548, 10392, 7851, 10554, 10375, 10920, 7421, 10555, 7167, 10626, 7547, 11577, 8635, 11636, 8506, 11085, 8942, 10854, 13669, 10869, 13951, 9899, 8861, 9798, 9935, 10122, 13646, 9636, 12109, 9265, 11930, 9043, 10817, 8559, 10480, 9485, 10608, 8372, 10498, 7550, 10727, 7606, 12301, 9191, 12491, 8798, 7592, 9656, 12861, 9501, 11562, 14359, 10022, 16408, 12541, 14719, 9886, 12149, 9796, 10588, 8294, 10724, 11506, 9751, 7873, 9860, 10232, 9953, 16320, 10137, 14578, 10671, 13093, 10311, 12029, 9520, 11802, 9336, 9664, 9386, 9714, 8097, 10312, 9840, 10093, 13271, 9742, 12290, 9019, 10185, 9280, 9940, 8646, 9632, 7868, 9333, 9608, 9667, 12029, 9436, 10611, 8384, 10277, 8014, 10543, 13970, 9643, 13870, 9814, 14721, 9665, 12223, 9091, 11020, 9830, 10853, 8308, 9556, 10398, 9192, 16773, 9547, 14064, 10330, 13511, 8916, 9376, 8950, 9468, 8066, 9425, 7963, 9548, 7177, 14417, 13325, 12299, 16547, 12931, 12759, 9829, 11618, 10663, 11585, 9565, 11175, 10153, 9080, 8599, 9471, 10540, 9649, 13942, 9725, 11329, 9296, 9771, 9667, 9144, 7332, 9083, 7211, 9016, 8023, 9228, 10002, 9248, 9520, 9365, 9540, 9280, 10150, 9573, 13133, 10292, 13524, 10067, 13615, 9867, 13552, 10256, 13237, 9574, 11822, 8793, 9866, 8829, 9315, 8546, 9061, 8910, 9503, 8446, 9023, 12978, 8768, 15084, 10352, 13286, 8878, 11839, 8243, 8780, 7863, 8741, 10574, 9261, 11620, 9465, 7691, 8602, 8288, 9064, 10320, 9105, 11023, 9461, 11304, 9020, 10661, 8472, 9291, 8841, 9050, 12341, 9004, 12206, 9339, 12488, 9111, 11465, 9069, 10598, 8908, 8811, 7981, 9136, 8743, 8719, 12916, 8818, 10499, 8737, 8895, 7567, 9073, 11826, 9278, 11360, 8790, 9722, 8518, 8905, 7870, 8876, 11055, 8980, 11569, 8125, 10079, 8111, 8799, 8009, 8649, 7457, 8597, 10071, 8574, 13810, 11041, 15040, 10946, 14036, 10499, 13482, 9353, 13651, 9928, 12824, 7988, 9132, 10815, 8764, 15489, 10154, 15744, 11055, 13880, 9247, 12207, 9046, 11510, 9377, 10556, 9106, 9600, 7552, 8601, 7686, 8771, 13030, 8894, 12140, 9091, 13523, 8954, 11612, 8976, 11049, 8950, 9836, 9038, 9326, 9036, 9164, 8597, 10134, 9282, 9167, 13410, 9150, 15834, 10834, 14440, 10995, 13088, 8498, 11059, 9123, 9607, 8298, 8894, 8676, 8633, 8095, 8198, 9853, 8747, 14087, 9163, 14097, 10252, 12827, 8452, 11443, 8521, 9913, 7986, 8838, 8049, 8759, 11988, 8765, 12526, 9064, 11191, 9264, 9370, 8991, 8755, 7901, 8336, 8045, 8457, 11310, 8974, 11187, 8755, 11348, 8469, 10661, 8324, 9924, 7927, 8513, 7583, 9152, 11458, 8973, 12942, 9695, 12882, 8905, 12904, 9897, 12398, 8603, 11442, 9722, 11307, 8591, 8692, 13240, 8503, 15737, 9865, 13248, 10022, 11801, 8252, 8824, 7604, 8520, 12375, 8363, 14281, 8449, 12017, 8051, 12271, 7952, 10970, 8156, 10916, 8291, 11365, 8178, 11451, 7861, 11214, 8616, 11944, 8371, 12211, 7851, 9133, 7831, 8759, 9100, 8910, 9778, 8635, 7936, 8734, 8104, 8414, 14848, 8346, 15779, 10961, 14561, 8929, 14424, 8628, 12590, 10144, 12436, 8312, 11601, 7917, 10825, 8320, 9678, 7957, 9128, 7638, 8894, 7728, 8875, 7657, 8863, 7534, 9157, 7493, 9277, 7473, 10033, 13016, 11834, 13140, 9867, 15917, 10927, 16679, 12800, 15509, 12619, 15114, 10084, 13696, 8573, 12634, 9218, 10551, 8302, 7967, 8519, 7850, 9182, 10894, 11598, 13453, 10914, 13445, 8603, 16190, 9888, 16118, 11606, 14158, 9083, 11846, 8657, 11889, 8720, 13281, 9937, 12832, 8389, 12996, 8827, 12550, 9221, 11854, 8593, 11740, 8268, 8946, 7919, 8367, 7696, 8520, 8451, 8240, 8099, 8104, 12737, 8367, 11610, 7809, 10349, 7836, 10611, 7758, 8247, 7117, 8447, 12221, 8243, 13635, 8312, 12594, 7423, 13288, 7808, 13035, 9459, 12580, 9371, 12396, 7172, 9586, 6933, 8303], 'WindowCenter': [4513.0, 4478.0, 4495.0, 4463.0, 4486.0, 4461.0, 4472.0, 4449.0, 4456.0, 4447.0, 4459.0, 4448.0, 4470.0, 4452.0, 4483.0, 4466.0, 4486.0, 4466.0, 4494.0, 4463.0, 4483.0, 4465.0, 4492.0, 4475.0, 4508.0, 4475.0, 4496.0, 4476.0, 4463.0, 4474.0, 4486.0, 4473.0, 4485.0, 4477.0, 4496.0, 4476.0, 4494.0, 4465.0, 4495.0, 4475.0, 4483.0, 4463.0, 4485.0, 4465.0, 4473.0, 4464.0, 4473.0, 4454.0, 4473.0, 4444.0, 4491.0, 4477.0, 4488.0, 4466.0, 4479.0, 4498.0, 4477.0, 4497.0, 4477.0, 4500.0, 4479.0, 4487.0, 4478.0, 4489.0, 4467.0, 4498.0, 4471.0, 4511.0, 4511.0, 4500.0, 4520.0, 4480.0, 4520.0, 4490.0, 4511.0, 4476.0, 4500.0, 4498.0, 4479.0, 4503.0, 4470.0, 4466.0, 4456.0, 4475.0, 4479.0, 4482.0, 4515.0, 4495.0, 4536.0, 4507.0, 4521.0, 4501.0, 4500.0, 4489.0, 4500.0, 4520.0, 4503.0, 4535.0, 4515.0, 4521.0, 4502.0, 4518.0, 4468.0, 4485.0, 4469.0, 4499.0, 4491.0, 4501.0, 4492.0, 4511.0, 4480.0, 4499.0, 4478.0, 4500.0, 4498.0, 4489.0, 4508.0, 4476.0, 4496.0, 4465.0, 4496.0, 4465.0, 4485.0, 4475.0, 4475.0, 4442.0, 4462.0, 4441.0, 4464.0, 4463.0, 4478.0, 4496.0, 4480.0, 4485.0, 4468.0, 4488.0, 4467.0, 4499.0, 4470.0, 4499.0, 4490.0, 4500.0, 4498.0, 4488.0, 4520.0, 4478.0, 4510.0, 4489.0, 4500.0, 4480.0, 4489.0, 4457.0, 4488.0, 4498.0, 4489.0, 4518.0, 4490.0, 4508.0, 4477.0, 4499.0, 4468.0, 4489.0, 4476.0, 4478.0, 4507.0, 4478.0, 4497.0, 4476.0, 4504.0, 4477.0, 4496.0, 4477.0, 4488.0, 4470.0, 4488.0, 4481.0, 4488.0, 4480.0, 4501.0, 4481.0, 4502.0, 4471.0, 4491.0, 4478.0, 4489.0, 4471.0, 4500.0, 4480.0, 4500.0, 4469.0, 4498.0, 4469.0, 4512.0, 4484.0, 4512.0, 4492.0, 4512.0, 4480.0, 4510.0, 4493.0, 4524.0, 4493.0, 4515.0, 4482.0, 4510.0, 4482.0, 4514.0, 4494.0, 4525.0, 4514.0, 4514.0, 4492.0, 4501.0, 4510.0, 4500.0, 4521.0, 4510.0, 4518.0, 4479.0, 4508.0, 4476.0, 4507.0, 4479.0, 4509.0, 4479.0, 4485.0, 4478.0, 4469.0, 4500.0, 4502.0, 4511.0, 4510.0, 4502.0, 4500.0, 4489.0, 4519.0, 4490.0, 4530.0, 4501.0, 4519.0, 4498.0, 4517.0, 4479.0, 4509.0, 4478.0, 4510.0, 4480.0, 4501.0, 4489.0, 4482.0, 4504.0, 4495.0, 4524.0, 4492.0, 4521.0, 4480.0, 4510.0, 4512.0, 4511.0, 4519.0, 4501.0, 4508.0, 4487.0, 4518.0, 4480.0, 4520.0, 4490.0, 4499.0, 4489.0, 4487.0, 4503.0, 4512.0, 4514.0, 4511.0, 4516.0, 4500.0, 4503.0, 4523.0, 4503.0, 4521.0, 4501.0, 4508.0, 4478.0, 4485.0, 4487.0, 4509.0, 4489.0, 4508.0, 4489.0, 4507.0, 4478.0, 4518.0, 4479.0, 4509.0, 4488.0, 4496.0, 4478.0, 4484.0, 4476.0, 4507.0, 4488.0, 4521.0, 4492.0, 4520.0, 4502.0, 4512.0, 4515.0, 4484.0, 4514.0, 4492.0, 4512.0, 4503.0, 4502.0, 4501.0, 4523.0, 4501.0, 4517.0, 4501.0, 4468.0, 4476.0, 4456.0, 4488.0, 4487.0, 4488.0, 4458.0, 4486.0, 4455.0, 4486.0, 4471.0, 4500.0, 4479.0, 4511.0, 4480.0, 4502.0, 4480.0, 4501.0, 4510.0, 4489.0, 4520.0, 4488.0, 4465.0, 4476.0, 4475.0, 4488.0, 4509.0, 4490.0, 4496.0, 4479.0, 4496.0, 4476.0, 4499.0, 4479.0, 4488.0, 4488.0, 4487.0, 4466.0, 4487.0, 4457.0, 4488.0, 4470.0, 4514.0, 4492.0, 4499.0, 4469.0, 4472.0, 4491.0, 4499.0, 4477.0, 4488.0, 4493.0, 4478.0, 4506.0, 4500.0, 4509.0, 4477.0, 4485.0, 4463.0, 4462.0, 4454.0, 4475.0, 4471.0, 4463.0, 4440.0, 4461.0, 4461.0, 4474.0, 4503.0, 4463.0, 4491.0, 4460.0, 4468.0, 4459.0, 4471.0, 4461.0, 4471.0, 4451.0, 4448.0, 4448.0, 4451.0, 4440.0, 4463.0, 4461.0, 4464.0, 4481.0, 4452.0, 4472.0, 4452.0, 4464.0, 4464.0, 4462.0, 4453.0, 4462.0, 4441.0, 4463.0, 4461.0, 4466.0, 4485.0, 4466.0, 4472.0, 4454.0, 4466.0, 4455.0, 4474.0, 4493.0, 4466.0, 4483.0, 4464.0, 4492.0, 4464.0, 4484.0, 4454.0, 4476.0, 4464.0, 4474.0, 4441.0, 4463.0, 4463.0, 4461.0, 4503.0, 4465.0, 4495.0, 4461.0, 4482.0, 4452.0, 4451.0, 4451.0, 4462.0, 4453.0, 4465.0, 4455.0, 4466.0, 4431.0, 4519.0, 4498.0, 4500.0, 4531.0, 4512.0, 4509.0, 4488.0, 4499.0, 4501.0, 4500.0, 4474.0, 4491.0, 4476.0, 4466.0, 4457.0, 4477.0, 4476.0, 4477.0, 4505.0, 4463.0, 4486.0, 4466.0, 4474.0, 4467.0, 4466.0, 4448.0, 4466.0, 4447.0, 4469.0, 4458.0, 4481.0, 4489.0, 4480.0, 4491.0, 4482.0, 4490.0, 4482.0, 4490.0, 4493.0, 4511.0, 4492.0, 4512.0, 4492.0, 4511.0, 4481.0, 4510.0, 4490.0, 4511.0, 4481.0, 4500.0, 4471.0, 4479.0, 4480.0, 4479.0, 4481.0, 4482.0, 4483.0, 4493.0, 4473.0, 4483.0, 4512.0, 4472.0, 4521.0, 4490.0, 4510.0, 4481.0, 4500.0, 4458.0, 4468.0, 4457.0, 4469.0, 4489.0, 4480.0, 4500.0, 4481.0, 4460.0, 4480.0, 4471.0, 4480.0, 4491.0, 4483.0, 4503.0, 4493.0, 4501.0, 4483.0, 4492.0, 4469.0, 4482.0, 4481.0, 4481.0, 4511.0, 4481.0, 4500.0, 4482.0, 4510.0, 4481.0, 4501.0, 4482.0, 4491.0, 4481.0, 4479.0, 4469.0, 4481.0, 4481.0, 4482.0, 4513.0, 4483.0, 4493.0, 4483.0, 4484.0, 4472.0, 4483.0, 4513.0, 4492.0, 4502.0, 4481.0, 4492.0, 4482.0, 4483.0, 4473.0, 4484.0, 4502.0, 4484.0, 4503.0, 4474.0, 4493.0, 4474.0, 4485.0, 4473.0, 4485.0, 4462.0, 4484.0, 4494.0, 4484.0, 4538.0, 4528.0, 4536.0, 4505.0, 4524.0, 4503.0, 4523.0, 4495.0, 4523.0, 4491.0, 4510.0, 4470.0, 4481.0, 4488.0, 4470.0, 4521.0, 4492.0, 4521.0, 4489.0, 4508.0, 4478.0, 4498.0, 4468.0, 4488.0, 4481.0, 4490.0, 4470.0, 4479.0, 4459.0, 4468.0, 4458.0, 4470.0, 4510.0, 4480.0, 4500.0, 4470.0, 4510.0, 4479.0, 4498.0, 4481.0, 4501.0, 4481.0, 4492.0, 4482.0, 4491.0, 4492.0, 4495.0, 4486.0, 4504.0, 4483.0, 4482.0, 4511.0, 4482.0, 4522.0, 4503.0, 4520.0, 4490.0, 4500.0, 4469.0, 4486.0, 4469.0, 4479.0, 4471.0, 4470.0, 4470.0, 4468.0, 4458.0, 4471.0, 4480.0, 4471.0, 4520.0, 4482.0, 4510.0, 4479.0, 4499.0, 4459.0, 4488.0, 4468.0, 4480.0, 4458.0, 4470.0, 4458.0, 4470.0, 4489.0, 4470.0, 4499.0, 4482.0, 4501.0, 4481.0, 4480.0, 4480.0, 4469.0, 4461.0, 4470.0, 4470.0, 4473.0, 4502.0, 4482.0, 4502.0, 4483.0, 4503.0, 4472.0, 4493.0, 4471.0, 4493.0, 4472.0, 4483.0, 4485.0, 4505.0, 4513.0, 4492.0, 4512.0, 4492.0, 4512.0, 4482.0, 4509.0, 4490.0, 4510.0, 4481.0, 4502.0, 4491.0, 4502.0, 4470.0, 4471.0, 4510.0, 4469.0, 4519.0, 4491.0, 4510.0, 4480.0, 4513.0, 4482.0, 4479.0, 4459.0, 4469.0, 4497.0, 4480.0, 4519.0, 4470.0, 4496.0, 4458.0, 4497.0, 4458.0, 4487.0, 4469.0, 4489.0, 4470.0, 4500.0, 4483.0, 4500.0, 4470.0, 4500.0, 4470.0, 4501.0, 4470.0, 4501.0, 4459.0, 4479.0, 4458.0, 4469.0, 4479.0, 4480.0, 4479.0, 4470.0, 4470.0, 4470.0, 4470.0, 4469.0, 4520.0, 4470.0, 4519.0, 4491.0, 4521.0, 4480.0, 4509.0, 4470.0, 4499.0, 4489.0, 4498.0, 4469.0, 4498.0, 4470.0, 4489.0, 4470.0, 4480.0, 4470.0, 4481.0, 4458.0, 4480.0, 4471.0, 4491.0, 4485.0, 4494.0, 4484.0, 4493.0, 4472.0, 4494.0, 4475.0, 4506.0, 4523.0, 4516.0, 4513.0, 4493.0, 4532.0, 4491.0, 4521.0, 4511.0, 4520.0, 4501.0, 4508.0, 4479.0, 4508.0, 4470.0, 4511.0, 4481.0, 4503.0, 4484.0, 4472.0, 4482.0, 4474.0, 4495.0, 4503.0, 4503.0, 4511.0, 4491.0, 4510.0, 4469.0, 4519.0, 4479.0, 4519.0, 4500.0, 4508.0, 4468.0, 4486.0, 4468.0, 4498.0, 4471.0, 4510.0, 4481.0, 4498.0, 4470.0, 4499.0, 4468.0, 4498.0, 4479.0, 4500.0, 4470.0, 4499.0, 4469.0, 4469.0, 4459.0, 4469.0, 4471.0, 4481.0, 4468.0, 4470.0, 4471.0, 4472.0, 4512.0, 4484.0, 4528.0, 4485.0, 4490.0, 4461.0, 4501.0, 4473.0, 4481.0, 4458.0, 4481.0, 4510.0, 4470.0, 4509.0, 4468.0, 4499.0, 4459.0, 4507.0, 4459.0, 4510.0, 4479.0, 4509.0, 4480.0, 4509.0, 4450.0, 4478.0, 4448.0, 4468.0], 'WindowWidth': [9932.0, 9873.0, 9890.0, 9841.0, 9881.0, 9837.0, 9850.0, 9814.0, 9821.0, 9811.0, 9827.0, 9815.0, 9845.0, 9824.0, 9869.0, 9852.0, 9876.0, 9851.0, 9886.0, 9843.0, 9868.0, 9846.0, 9879.0, 9862.0, 9913.0, 9863.0, 9893.0, 9864.0, 9841.0, 9857.0, 9877.0, 9858.0, 9874.0, 9866.0, 9893.0, 9867.0, 9888.0, 9847.0, 9888.0, 9860.0, 9870.0, 9843.0, 9874.0, 9848.0, 9858.0, 9846.0, 9856.0, 9833.0, 9858.0, 9819.0, 9890.0, 9868.0, 9884.0, 9852.0, 9871.0, 9898.0, 9869.0, 9895.0, 9871.0, 9902.0, 9873.0, 9883.0, 9870.0, 9886.0, 9855.0, 9899.0, 9865.0, 9922.0, 9919.0, 9903.0, 9931.0, 9875.0, 9931.0, 9890.0, 9918.0, 9866.0, 9903.0, 9897.0, 9872.0, 9909.0, 9852.0, 9838.0, 9830.0, 9857.0, 9874.0, 9885.0, 9931.0, 9906.0, 9965.0, 9924.0, 9937.0, 9908.0, 9904.0, 9886.0, 9904.0, 9931.0, 9913.0, 9960.0, 9931.0, 9936.0, 9909.0, 9926.0, 9856.0, 9876.0, 9858.0, 9901.0, 9895.0, 9909.0, 9899.0, 9921.0, 9877.0, 9901.0, 9871.0, 9905.0, 9899.0, 9885.0, 9909.0, 9863.0, 9890.0, 9848.0, 9889.0, 9846.0, 9875.0, 9861.0, 9861.0, 9812.0, 9838.0, 9809.0, 9844.0, 9843.0, 9868.0, 9894.0, 9875.0, 9878.0, 9857.0, 9883.0, 9857.0, 9901.0, 9865.0, 9902.0, 9890.0, 9904.0, 9898.0, 9884.0, 9930.0, 9870.0, 9920.0, 9889.0, 9903.0, 9874.0, 9886.0, 9842.0, 9885.0, 9896.0, 9888.0, 9929.0, 9889.0, 9912.0, 9869.0, 9899.0, 9856.0, 9885.0, 9866.0, 9872.0, 9909.0, 9872.0, 9892.0, 9865.0, 9902.0, 9867.0, 9895.0, 9871.0, 9884.0, 9863.0, 9885.0, 9879.0, 9887.0, 9879.0, 9907.0, 9882.0, 9909.0, 9867.0, 9891.0, 9872.0, 9888.0, 9866.0, 9904.0, 9878.0, 9904.0, 9860.0, 9899.0, 9862.0, 9924.0, 9891.0, 9925.0, 9899.0, 9925.0, 9881.0, 9921.0, 9902.0, 9945.0, 9903.0, 9934.0, 9885.0, 9921.0, 9885.0, 9929.0, 9906.0, 9948.0, 9930.0, 9932.0, 9895.0, 9907.0, 9918.0, 9905.0, 9934.0, 9918.0, 9927.0, 9873.0, 9910.0, 9867.0, 9910.0, 9872.0, 9915.0, 9873.0, 9879.0, 9873.0, 9863.0, 9905.0, 9911.0, 9924.0, 9921.0, 9911.0, 9905.0, 9890.0, 9929.0, 9891.0, 9948.0, 9907.0, 9931.0, 9901.0, 9923.0, 9873.0, 9915.0, 9875.0, 9921.0, 9879.0, 9906.0, 9890.0, 9883.0, 9920.0, 9911.0, 9945.0, 9900.0, 9938.0, 9881.0, 9922.0, 9924.0, 9924.0, 9931.0, 9907.0, 9913.0, 9884.0, 9929.0, 9879.0, 9936.0, 9897.0, 9903.0, 9890.0, 9885.0, 9917.0, 9928.0, 9929.0, 9924.0, 9935.0, 9907.0, 9912.0, 9942.0, 9914.0, 9936.0, 9908.0, 9912.0, 9871.0, 9878.0, 9885.0, 9916.0, 9888.0, 9913.0, 9887.0, 9909.0, 9869.0, 9926.0, 9874.0, 9916.0, 9885.0, 9893.0, 9869.0, 9875.0, 9867.0, 9912.0, 9887.0, 9936.0, 9897.0, 9936.0, 9915.0, 9926.0, 9936.0, 9893.0, 9932.0, 9900.0, 9928.0, 9913.0, 9910.0, 9908.0, 9939.0, 9909.0, 9925.0, 9906.0, 9855.0, 9864.0, 9836.0, 9884.0, 9885.0, 9884.0, 9841.0, 9878.0, 9838.0, 9881.0, 9867.0, 9904.0, 9877.0, 9921.0, 9878.0, 9910.0, 9877.0, 9907.0, 9918.0, 9886.0, 9931.0, 9884.0, 9850.0, 9866.0, 9862.0, 9886.0, 9916.0, 9891.0, 9895.0, 9872.0, 9893.0, 9866.0, 9903.0, 9876.0, 9886.0, 9886.0, 9881.0, 9851.0, 9879.0, 9840.0, 9885.0, 9865.0, 9930.0, 9897.0, 9903.0, 9860.0, 9867.0, 9894.0, 9901.0, 9866.0, 9880.0, 9882.0, 9867.0, 9906.0, 9899.0, 9913.0, 9864.0, 9871.0, 9838.0, 9838.0, 9831.0, 9859.0, 9849.0, 9839.0, 9804.0, 9833.0, 9832.0, 9858.0, 9898.0, 9840.0, 9875.0, 9830.0, 9840.0, 9828.0, 9849.0, 9836.0, 9846.0, 9822.0, 9813.0, 9812.0, 9817.0, 9802.0, 9838.0, 9834.0, 9840.0, 9859.0, 9819.0, 9848.0, 9819.0, 9841.0, 9842.0, 9834.0, 9824.0, 9835.0, 9803.0, 9837.0, 9833.0, 9847.0, 9873.0, 9849.0, 9851.0, 9827.0, 9845.0, 9834.0, 9858.0, 9880.0, 9847.0, 9868.0, 9840.0, 9878.0, 9840.0, 9869.0, 9829.0, 9862.0, 9842.0, 9855.0, 9806.0, 9838.0, 9836.0, 9835.0, 9895.0, 9845.0, 9885.0, 9836.0, 9863.0, 9820.0, 9818.0, 9819.0, 9837.0, 9828.0, 9844.0, 9832.0, 9846.0, 9792.0, 9932.0, 9899.0, 9903.0, 9949.0, 9920.0, 9913.0, 9884.0, 9898.0, 9906.0, 9901.0, 9859.0, 9888.0, 9864.0, 9849.0, 9838.0, 9863.0, 9861.0, 9863.0, 9901.0, 9841.0, 9875.0, 9849.0, 9859.0, 9851.0, 9849.0, 9825.0, 9849.0, 9825.0, 9856.0, 9840.0, 9875.0, 9886.0, 9874.0, 9889.0, 9878.0, 9888.0, 9880.0, 9889.0, 9896.0, 9922.0, 9896.0, 9921.0, 9893.0, 9916.0, 9876.0, 9913.0, 9887.0, 9916.0, 9876.0, 9899.0, 9863.0, 9871.0, 9875.0, 9872.0, 9877.0, 9882.0, 9885.0, 9898.0, 9870.0, 9883.0, 9920.0, 9865.0, 9930.0, 9886.0, 9915.0, 9879.0, 9900.0, 9840.0, 9854.0, 9837.0, 9857.0, 9882.0, 9873.0, 9901.0, 9876.0, 9847.0, 9875.0, 9863.0, 9876.0, 9892.0, 9884.0, 9913.0, 9898.0, 9906.0, 9881.0, 9893.0, 9860.0, 9879.0, 9876.0, 9878.0, 9917.0, 9877.0, 9901.0, 9879.0, 9914.0, 9878.0, 9904.0, 9880.0, 9889.0, 9876.0, 9873.0, 9859.0, 9878.0, 9877.0, 9881.0, 9923.0, 9883.0, 9895.0, 9881.0, 9882.0, 9864.0, 9884.0, 9922.0, 9895.0, 9908.0, 9879.0, 9894.0, 9881.0, 9882.0, 9869.0, 9885.0, 9907.0, 9885.0, 9911.0, 9872.0, 9896.0, 9874.0, 9889.0, 9870.0, 9887.0, 9855.0, 9888.0, 9900.0, 9889.0, 9967.0, 9954.0, 9960.0, 9917.0, 9939.0, 9909.0, 9935.0, 9903.0, 9938.0, 9893.0, 9917.0, 9860.0, 9877.0, 9882.0, 9861.0, 9932.0, 9892.0, 9930.0, 9886.0, 9909.0, 9869.0, 9895.0, 9856.0, 9884.0, 9876.0, 9887.0, 9859.0, 9872.0, 9844.0, 9856.0, 9842.0, 9861.0, 9916.0, 9875.0, 9900.0, 9860.0, 9913.0, 9872.0, 9896.0, 9878.0, 9904.0, 9880.0, 9893.0, 9881.0, 9894.0, 9897.0, 9905.0, 9893.0, 9914.0, 9884.0, 9883.0, 9918.0, 9880.0, 9937.0, 9909.0, 9931.0, 9889.0, 9899.0, 9858.0, 9878.0, 9855.0, 9871.0, 9862.0, 9862.0, 9861.0, 9856.0, 9843.0, 9862.0, 9873.0, 9862.0, 9930.0, 9879.0, 9916.0, 9872.0, 9896.0, 9844.0, 9881.0, 9855.0, 9875.0, 9844.0, 9861.0, 9842.0, 9860.0, 9883.0, 9860.0, 9897.0, 9880.0, 9905.0, 9878.0, 9875.0, 9873.0, 9859.0, 9849.0, 9862.0, 9862.0, 9869.0, 9907.0, 9880.0, 9906.0, 9881.0, 9908.0, 9866.0, 9896.0, 9866.0, 9895.0, 9865.0, 9882.0, 9891.0, 9919.0, 9925.0, 9898.0, 9923.0, 9894.0, 9921.0, 9881.0, 9915.0, 9889.0, 9916.0, 9876.0, 9906.0, 9890.0, 9905.0, 9861.0, 9862.0, 9912.0, 9857.0, 9927.0, 9889.0, 9913.0, 9874.0, 9927.0, 9883.0, 9875.0, 9845.0, 9858.0, 9894.0, 9878.0, 9929.0, 9863.0, 9892.0, 9841.0, 9893.0, 9844.0, 9881.0, 9859.0, 9886.0, 9863.0, 9905.0, 9886.0, 9902.0, 9862.0, 9900.0, 9861.0, 9904.0, 9861.0, 9903.0, 9844.0, 9872.0, 9842.0, 9859.0, 9872.0, 9875.0, 9871.0, 9861.0, 9859.0, 9860.0, 9860.0, 9859.0, 9931.0, 9863.0, 9929.0, 9890.0, 9933.0, 9875.0, 9911.0, 9861.0, 9901.0, 9885.0, 9896.0, 9858.0, 9896.0, 9860.0, 9885.0, 9863.0, 9875.0, 9859.0, 9876.0, 9843.0, 9878.0, 9864.0, 9896.0, 9892.0, 9903.0, 9890.0, 9901.0, 9872.0, 9904.0, 9878.0, 9921.0, 9940.0, 9933.0, 9923.0, 9896.0, 9947.0, 9891.0, 9933.0, 9916.0, 9929.0, 9902.0, 9909.0, 9870.0, 9910.0, 9863.0, 9918.0, 9878.0, 9911.0, 9889.0, 9868.0, 9881.0, 9872.0, 9902.0, 9911.0, 9911.0, 9917.0, 9892.0, 9914.0, 9858.0, 9924.0, 9871.0, 9928.0, 9899.0, 9907.0, 9855.0, 9877.0, 9855.0, 9896.0, 9865.0, 9914.0, 9877.0, 9896.0, 9859.0, 9896.0, 9856.0, 9895.0, 9872.0, 9901.0, 9860.0, 9898.0, 9856.0, 9857.0, 9844.0, 9859.0, 9865.0, 9879.0, 9859.0, 9863.0, 9863.0, 9867.0, 9920.0, 9885.0, 9957.0, 9891.0, 9890.0, 9850.0, 9908.0, 9872.0, 9882.0, 9845.0, 9880.0, 9916.0, 9862.0, 9913.0, 9858.0, 9898.0, 9845.0, 9909.0, 9845.0, 9915.0, 9873.0, 9914.0, 9876.0, 9912.0, 9835.0, 9871.0, 9830.0, 9859.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.006328679678530426</td></tr>
<tr><td colspan=3>aqi</td><td>0.11027937497129736</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.72888628639078</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.066578221816092</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.8902288135057472</td></tr>
<tr><td colspan=3>efc</td><td>0.4828</td></tr>
<tr><td colspan=3>fber</td><td>8610.4082</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12880007500646448</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>78</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.955223880597014</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.544336027344691</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3929053065850554</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8358991142050782</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.404203661243939</td></tr>
<tr><td colspan=3>gcor</td><td>0.00506307</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010806391015648842</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04601104184985161</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.284474078335646</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>18.2271</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.2761</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.8798</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295762.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>882.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>363.8169</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1205</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>473.7519</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3684.9684</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3864.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80782.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1501.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4712.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>901.8554</td></tr>
<tr><td colspan=3>tsnr</td><td>24.670041440986097</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>