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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0005_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-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0005/figures/sub-0005_ses-03_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-0005/figures/sub-0005_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_ses-03_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-0005/ses-03/func/sub-0005_ses-03_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>3b23964ef06fad5215f7f7dea4476b51</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:04:26.282500</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.999698, 0.0101141, -0.0224029, -0.0104692, 0.999821, -0.0157909]</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.0700845</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>[4140, -7776, -7322, 568, -73, -90, -52, 96]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>253.883</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b9bc2404-df1f-4d7d-a489-c5530afbf71c||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.6821162700653076, -0.028088146820664406, -0.06004573032259941, 112.98143768310547], [-0.027135411277413368, 2.6824452877044678, -0.04325590655207634, -97.12892150878906], [-0.06010532006621361, 0.04236593097448349, 2.6989855766296387, -90.65601348876953], [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': ['160426.282500', '160426.742500', '160427.202500', '160427.662500', '160428.122500', '160428.582500', '160429.042500', '160429.502500', '160429.962500', '160430.422500', '160430.882500', '160431.342500', '160431.802500', '160432.262500', '160432.722500', '160433.182500', '160433.642500', '160434.102500', '160434.562500', '160435.022500', '160435.482500', '160435.942500', '160436.402500', '160436.862500', '160437.322500', '160437.782500', '160438.242500', '160438.702500', '160439.162500', '160439.622500', '160440.082500', '160440.542500', '160441.002500', '160441.462500', '160441.922500', '160442.382500', '160442.842500', '160443.302500', '160443.762500', '160444.222500', '160444.682500', '160445.142500', '160445.602500', '160446.062500', '160446.522500', '160446.982500', '160447.442500', '160447.902500', '160448.362500', '160448.822500', '160449.282500', '160449.742500', '160450.202500', '160450.662500', '160451.122500', '160451.582500', '160452.042500', '160452.502500', '160452.962500', '160453.422500', '160453.882500', '160454.342500', '160454.802500', '160455.262500', '160455.722500', '160456.182500', '160456.642500', '160457.102500', '160457.562500', '160458.022500', '160458.482500', '160458.942500', '160459.402500', '160459.862500', '160500.322500', '160500.782500', '160501.242500', '160501.702500', '160502.162500', '160502.622500', '160503.082500', '160503.542500', '160504.002500', '160504.462500', '160504.922500', '160505.382500', '160505.842500', '160506.302500', '160506.762500', '160507.222500', '160507.682500', '160508.142500', '160508.602500', '160509.062500', '160509.522500', '160509.982500', '160510.442500', '160510.902500', '160511.362500', '160511.822500', '160512.282500', '160512.742500', '160513.202500', '160513.662500', '160514.122500', '160514.582500', '160515.042500', '160515.502500', '160515.962500', '160516.422500', '160516.882500', '160517.342500', '160517.802500', '160518.262500', '160518.722500', '160519.182500', '160519.642500', '160520.102500', '160520.562500', '160521.022500', '160521.482500', '160521.942500', '160522.402500', '160522.862500', '160523.322500', '160523.782500', '160524.242500', '160524.702500', '160525.162500', '160525.622500', '160526.082500', '160526.542500', '160527.002500', '160527.462500', '160527.922500', '160528.382500', '160528.842500', '160529.302500', '160529.762500', '160530.222500', '160530.682500', '160531.142500', '160531.602500', '160532.062500', '160532.522500', '160532.982500', '160533.442500', '160533.902500', '160534.362500', '160534.822500', '160535.282500', '160535.742500', '160536.202500', '160536.662500', '160537.122500', '160537.582500', '160538.042500', '160538.502500', '160538.962500', '160539.422500', '160539.882500', '160540.342500', '160540.802500', '160541.262500', '160541.722500', '160542.182500', '160542.642500', '160543.102500', '160543.562500', '160544.022500', '160544.482500', '160544.942500', '160545.402500', '160545.862500', '160546.322500', '160546.782500', '160547.242500', '160547.702500', '160548.162500', '160548.622500', '160549.082500', '160549.542500', '160550.002500', '160550.462500', '160550.922500', '160551.382500', '160551.842500', '160552.302500', '160552.762500', '160553.222500', '160553.682500', '160554.142500', '160554.602500', '160555.062500', '160555.522500', '160555.982500', '160556.442500', '160556.902500', '160557.362500', '160557.822500', '160558.282500', '160558.742500', '160559.202500', '160559.662500', '160600.122500', '160600.582500', '160601.042500', '160601.502500', '160601.962500', '160602.422500', '160602.882500', '160603.342500', '160603.802500', '160604.262500', '160604.722500', '160605.182500', '160605.642500', '160606.102500', '160606.562500', '160607.022500', '160607.482500', '160607.942500', '160608.402500', '160608.862500', '160609.322500', '160609.782500', '160610.242500', '160610.702500', '160611.162500', '160611.622500', '160612.082500', '160612.542500', '160613.002500', '160613.462500', '160613.922500', '160614.382500', '160614.842500', '160615.302500', '160615.762500', '160616.222500', '160616.682500', '160617.142500', '160617.602500', '160618.062500', '160618.522500', '160618.982500', '160619.442500', '160619.902500', '160620.362500', '160620.822500', '160621.282500', '160621.742500', '160622.202500', '160622.662500', '160623.122500', '160623.582500', '160624.042500', '160624.502500', '160624.962500', '160625.422500', '160625.882500', '160626.342500', '160626.802500', '160627.262500', '160627.722500', '160628.182500', '160628.642500', '160629.102500', '160629.562500', '160630.022500', '160630.482500', '160630.942500', '160631.402500', '160631.862500', '160632.322500', '160632.782500', '160633.242500', '160633.702500', '160634.162500', '160634.622500', '160635.082500', '160635.542500', '160636.002500', '160636.462500', '160636.922500', '160637.382500', '160637.842500', '160638.302500', '160638.762500', '160639.222500', '160639.682500', '160640.142500', '160640.602500', '160641.062500', '160641.522500', '160641.982500', '160642.442500', '160642.902500', '160643.362500', '160643.822500', '160644.282500', '160644.742500', '160645.202500', '160645.662500', '160646.122500', '160646.582500', '160647.042500', '160647.502500', '160647.962500', '160648.422500', '160648.882500', '160649.342500', '160649.802500', '160650.262500', '160650.722500', '160651.182500', '160651.642500', '160652.102500', '160652.562500', '160653.022500', '160653.482500', '160653.942500', '160654.402500', '160654.862500', '160655.322500', '160655.782500', '160656.242500', '160656.702500', '160657.162500', '160657.622500', '160658.082500', '160658.542500', '160659.002500', '160659.462500', '160659.922500', '160700.382500', '160700.842500', '160701.302500', '160701.762500', '160702.222500', '160702.682500', '160703.142500', '160703.602500', '160704.062500', '160704.522500', '160704.982500', '160705.442500', '160705.902500', '160706.362500', '160706.822500', '160707.282500', '160707.742500', '160708.202500', '160708.662500', '160709.122500', '160709.582500', '160710.042500', '160710.502500', '160710.962500', '160711.422500', '160711.882500', '160712.342500', '160712.802500', '160713.262500', '160713.722500', '160714.182500', '160714.642500', '160715.102500', '160715.562500', '160716.022500', '160716.482500', '160716.942500', '160717.402500', '160717.862500', '160718.322500', '160718.782500', '160719.242500', '160719.702500', '160720.162500', '160720.622500', '160721.082500', '160721.542500', '160722.002500', '160722.462500', '160722.922500', '160723.382500', '160723.842500', '160724.302500', '160724.762500', '160725.222500', '160725.682500', '160726.142500', '160726.602500', '160727.062500', '160727.522500', '160727.982500', '160728.442500', '160728.902500', '160729.362500', '160729.822500', '160730.282500', '160730.742500', '160731.202500', '160731.662500', '160732.122500', '160732.582500', '160733.042500', '160733.502500', '160733.962500', '160734.422500', '160734.882500', '160735.342500', '160735.802500', '160736.262500', '160736.722500', '160737.182500', '160737.642500', '160738.102500', '160738.562500', '160739.022500', '160739.482500', '160739.942500', '160740.402500', '160740.862500', '160741.322500', '160741.782500', '160742.242500', '160742.702500', '160743.162500', '160743.622500', '160744.082500', '160744.542500', '160745.002500', '160745.462500', '160745.922500', '160746.382500', '160746.842500', '160747.302500', '160747.762500', '160748.222500', '160748.682500', '160749.142500', '160749.602500', '160750.062500', '160750.522500', '160750.982500', '160751.442500', '160751.902500', '160752.362500', '160752.822500', '160753.282500', '160753.742500', '160754.202500', '160754.662500', '160755.122500', '160755.582500', '160756.042500', '160756.502500', '160756.962500', '160757.422500', '160757.882500', '160758.342500', '160758.802500', '160759.262500', '160759.722500', '160800.182500', '160800.642500', '160801.102500', '160801.562500', '160802.022500', '160802.482500', '160802.942500', '160803.402500', '160803.862500', '160804.322500', '160804.782500', '160805.242500', '160805.702500', '160806.162500', '160806.622500', '160807.082500', '160807.542500', '160808.002500', '160808.462500', '160808.922500', '160809.382500', '160809.842500', '160810.302500', '160810.762500', '160811.222500', '160811.682500', '160812.142500', '160812.602500', '160813.062500', '160813.522500', '160813.982500', '160814.442500', '160814.902500', '160815.362500', '160815.822500', '160816.282500', '160816.742500', '160817.202500', '160817.662500', '160818.122500', '160818.582500', '160819.042500', '160819.502500', '160819.962500', '160820.422500', '160820.882500', '160821.342500', '160821.802500', '160822.262500', '160822.722500', '160823.182500', '160823.642500', '160824.102500', '160824.562500', '160825.022500', '160825.482500', '160825.942500', '160826.402500', '160826.862500', '160827.322500', '160827.782500', '160828.242500', '160828.702500', '160829.162500', '160829.622500', '160830.082500', '160830.542500', '160831.002500', '160831.462500', '160831.922500', '160832.382500', '160832.842500', '160833.302500', '160833.762500', '160834.222500', '160834.682500', '160835.142500', '160835.602500', '160836.062500', '160836.522500', '160836.982500', '160837.442500', '160837.902500', '160838.362500', '160838.822500', '160839.282500', '160839.742500', '160840.202500', '160840.662500', '160841.122500', '160841.582500', '160842.042500', '160842.502500', '160842.962500', '160843.422500', '160843.882500', '160844.342500', '160844.802500', '160845.262500', '160845.722500', '160846.182500', '160846.642500', '160847.102500', '160847.562500', '160848.022500', '160848.482500', '160848.942500', '160849.402500', '160849.862500', '160850.322500', '160850.782500', '160851.242500', '160851.702500', '160852.162500', '160852.622500', '160853.082500', '160853.542500', '160854.002500', '160854.462500', '160854.922500', '160855.382500', '160855.842500', '160856.302500', '160856.762500', '160857.222500', '160857.682500', '160858.142500', '160858.602500', '160859.062500', '160859.522500', '160859.982500', '160900.442500', '160900.902500', '160901.362500', '160901.822500', '160902.282500', '160902.742500', '160903.202500', '160903.662500', '160904.122500', '160904.582500', '160905.042500', '160905.502500', '160905.962500', '160906.422500', '160906.882500', '160907.342500', '160907.802500', '160908.262500', '160908.722500', '160909.182500', '160909.642500', '160910.102500', '160910.562500', '160911.022500', '160911.482500', '160911.942500', '160912.402500', '160912.862500', '160913.322500', '160913.782500', '160914.242500', '160914.702500', '160915.162500', '160915.622500', '160916.082500', '160916.542500', '160917.002500', '160917.462500', '160917.922500', '160918.382500', '160918.842500', '160919.302500', '160919.762500', '160920.222500', '160920.682500', '160921.142500', '160921.602500', '160922.062500', '160922.522500', '160922.982500', '160923.442500', '160923.902500', '160924.362500', '160924.822500', '160925.282500', '160925.742500', '160926.202500', '160926.662500', '160927.122500', '160927.582500', '160928.042500', '160928.502500', '160928.962500', '160929.422500', '160929.882500', '160930.342500', '160930.802500', '160931.262500', '160931.722500', '160932.182500', '160932.642500', '160933.102500', '160933.562500', '160934.022500', '160934.482500', '160934.942500', '160935.402500', '160935.862500', '160936.322500', '160936.782500', '160937.242500', '160937.702500', '160938.162500', '160938.622500', '160939.082500', '160939.542500', '160940.002500', '160940.462500', '160940.922500', '160941.382500', '160941.842500', '160942.302500', '160942.762500', '160943.222500', '160943.682500', '160944.142500', '160944.602500', '160945.062500', '160945.522500', '160945.982500', '160946.442500', '160946.902500', '160947.362500', '160947.822500', '160948.282500', '160948.742500', '160949.202500', '160949.662500', '160950.122500', '160950.582500', '160951.042500', '160951.502500', '160951.962500', '160952.422500', '160952.882500', '160953.342500', '160953.802500', '160954.262500', '160954.722500', '160955.182500', '160955.642500', '160956.102500', '160956.562500', '160957.022500', '160957.482500', '160957.942500', '160958.402500', '160958.862500', '160959.322500', '160959.782500', '161000.242500', '161000.702500', '161001.162500', '161001.622500', '161002.082500', '161002.542500', '161003.002500', '161003.462500', '161003.922500', '161004.382500', '161004.842500', '161005.302500', '161005.762500', '161006.222500', '161006.682500', '161007.142500', '161007.602500', '161008.062500', '161008.522500', '161008.982500', '161009.442500', '161009.902500', '161010.362500', '161010.822500', '161011.282500', '161011.742500', '161012.202500', '161012.662500', '161013.122500', '161013.582500', '161014.042500', '161014.502500', '161014.962500', '161015.422500', '161015.882500', '161016.342500', '161016.802500', '161017.262500', '161017.722500', '161018.182500', '161018.642500', '161019.102500', '161019.562500', '161020.022500', '161020.482500', '161020.942500', '161021.402500', '161021.862500', '161022.322500', '161022.782500', '161023.242500', '161023.702500', '161024.162500', '161024.622500', '161025.082500', '161025.542500', '161026.002500', '161026.462500', '161026.922500', '161027.382500', '161027.842500', '161028.302500', '161028.762500', '161029.222500', '161029.682500', '161030.142500', '161030.602500', '161031.062500', '161031.522500', '161031.982500', '161032.442500', '161032.902500', '161033.362500', '161033.822500', '161034.282500', '161034.742500', '161035.202500', '161035.662500', '161036.122500', '161036.582500', '161037.042500', '161037.502500', '161037.962500', '161038.422500', '161038.882500', '161039.342500', '161039.802500', '161040.262500', '161040.722500', '161041.182500', '161041.642500', '161042.102500', '161042.562500', '161043.022500', '161043.482500', '161043.942500', '161044.402500', '161044.862500', '161045.322500', '161045.782500', '161046.242500', '161046.702500', '161047.162500', '161047.622500', '161048.082500', '161048.542500', '161049.002500', '161049.462500', '161049.922500', '161050.382500', '161050.842500', '161051.302500', '161051.762500', '161052.222500', '161052.682500', '161053.142500', '161053.602500', '161054.062500', '161054.522500', '161054.982500', '161055.442500', '161055.902500', '161056.362500', '161056.822500', '161057.282500', '161057.742500', '161058.202500', '161058.662500', '161059.122500', '161059.582500', '161100.042500', '161100.502500', '161100.962500', '161101.422500', '161101.882500', '161102.342500', '161102.802500', '161103.262500', '161103.722500', '161104.182500', '161104.642500', '161105.102500', '161105.562500', '161106.022500', '161106.482500', '161106.942500'], 'ContentTime': ['160452.514000', '160452.517000', '160452.520000', '160452.523000', '160452.525000', '160452.528000', '160452.531000', '160452.534000', '160452.536000', '160452.539000', '160452.542000', '160452.545000', '160452.547000', '160452.550000', '160452.553000', '160452.556000', '160452.559000', '160452.562000', '160452.564000', '160452.570000', '160452.573000', '160452.576000', '160452.579000', '160452.581000', '160452.584000', '160452.587000', '160452.590000', '160452.593000', '160452.595000', '160452.598000', '160452.601000', '160452.604000', '160452.607000', '160452.609000', '160452.612000', '160452.615000', '160452.618000', '160452.621000', '160452.623000', '160452.626000', '160452.629000', '160452.632000', '160452.635000', '160452.638000', '160452.641000', '160452.644000', '160452.646000', '160452.649000', '160452.652000', '160452.655000', '160452.658000', '160452.660000', '160452.663000', '160452.666000', '160452.669000', '160512.482000', '160512.485000', '160512.488000', '160512.495000', '160512.498000', '160512.501000', '160512.503000', '160512.506000', '160512.509000', '160512.512000', '160512.515000', '160512.517000', '160512.520000', '160512.523000', '160512.526000', '160512.529000', '160512.532000', '160512.534000', '160512.537000', '160512.540000', '160512.543000', '160512.546000', '160512.548000', '160512.551000', '160512.554000', '160512.556000', '160512.559000', '160512.562000', '160512.565000', '160512.568000', '160512.571000', '160512.574000', '160512.576000', '160512.579000', '160512.582000', '160512.585000', '160512.587000', '160512.590000', '160512.593000', '160512.596000', '160512.599000', '160512.602000', '160512.604000', '160512.607000', '160532.482000', '160532.485000', '160532.488000', '160532.491000', '160532.493000', '160532.496000', '160532.499000', '160532.502000', '160532.505000', '160532.508000', '160532.511000', '160532.514000', '160532.520000', '160532.523000', '160532.526000', '160532.529000', '160532.532000', '160532.534000', '160532.537000', '160532.540000', '160532.543000', '160532.552000', '160532.554000', '160532.557000', '160532.560000', '160532.563000', '160532.566000', '160532.569000', '160532.572000', '160532.574000', '160532.577000', '160532.580000', '160532.583000', '160532.586000', '160532.589000', '160532.591000', '160532.594000', '160532.597000', '160532.600000', '160532.602000', '160532.605000', '160532.608000', '160532.611000', '160552.482000', '160552.485000', '160552.488000', '160552.491000', '160552.493000', '160552.496000', '160552.499000', '160552.502000', '160552.505000', '160552.508000', '160552.510000', '160552.513000', '160552.516000', '160552.519000', '160552.522000', '160552.525000', '160552.528000', '160552.530000', '160552.533000', '160552.536000', '160552.539000', '160552.542000', '160552.545000', '160552.547000', '160552.550000', '160552.553000', '160552.564000', '160552.567000', '160552.579000', '160552.582000', '160552.585000', '160552.588000', '160552.591000', '160552.593000', '160552.596000', '160552.599000', '160552.602000', '160552.604000', '160552.607000', '160552.610000', '160552.613000', '160552.616000', '160552.618000', '160552.621000', '160612.482000', '160612.485000', '160612.488000', '160612.490000', '160612.494000', '160612.496000', '160612.499000', '160612.502000', '160612.505000', '160612.508000', '160612.510000', '160612.513000', '160612.516000', '160612.519000', '160612.522000', '160612.525000', '160612.528000', '160612.530000', '160612.533000', '160612.536000', '160612.539000', '160612.542000', '160612.544000', '160612.547000', '160612.550000', '160612.568000', '160612.571000', '160612.589000', '160612.592000', '160612.595000', '160612.598000', '160612.600000', '160612.603000', '160612.606000', '160612.609000', '160612.612000', '160612.614000', '160612.617000', '160612.620000', '160612.623000', '160612.626000', '160612.628000', '160612.631000', '160632.482000', '160632.485000', '160632.488000', '160632.491000', '160632.493000', '160632.496000', '160632.499000', '160632.502000', '160632.505000', '160632.508000', '160632.512000', '160632.515000', '160632.518000', '160632.521000', '160632.524000', '160632.527000', '160632.529000', '160632.532000', '160632.535000', '160632.538000', '160632.541000', '160632.544000', '160632.546000', '160632.549000', '160632.552000', '160632.555000', '160632.558000', '160632.561000', '160632.563000', '160632.566000', '160632.569000', '160632.572000', '160632.575000', '160632.578000', '160632.581000', '160632.584000', '160632.586000', '160632.589000', '160632.592000', '160632.595000', '160632.598000', '160632.601000', '160632.604000', '160632.606000', '160652.482000', '160652.485000', '160652.488000', '160652.492000', '160652.495000', '160652.498000', '160652.500000', '160652.503000', '160652.506000', '160652.509000', '160652.512000', '160652.515000', '160652.517000', '160652.520000', '160652.523000', '160652.526000', '160652.529000', '160652.531000', '160652.534000', '160652.537000', '160652.540000', '160652.543000', '160652.546000', '160652.549000', '160652.552000', '160652.554000', '160652.558000', '160652.563000', '160652.566000', '160652.569000', '160652.572000', '160652.575000', '160652.578000', '160652.580000', '160652.583000', '160652.586000', '160652.589000', '160652.592000', '160652.594000', '160652.597000', '160652.600000', '160652.603000', '160652.606000', '160712.482000', '160712.485000', '160712.488000', '160712.490000', '160712.493000', '160712.496000', '160712.499000', '160712.502000', '160712.505000', '160712.507000', '160712.515000', '160712.518000', '160712.521000', '160712.524000', '160712.527000', '160712.529000', '160712.532000', '160712.535000', '160712.538000', '160712.541000', '160712.544000', '160712.546000', '160712.549000', '160712.552000', '160712.555000', '160712.558000', '160712.561000', '160712.563000', '160712.566000', '160712.569000', '160712.572000', '160712.575000', '160712.578000', '160712.581000', '160712.583000', '160712.586000', '160712.589000', '160712.592000', '160712.595000', '160712.598000', '160712.600000', '160712.603000', '160712.606000', '160712.609000', '160732.482000', '160732.485000', '160732.488000', '160732.491000', '160732.494000', '160732.496000', '160732.499000', '160732.502000', '160732.505000', '160732.508000', '160732.511000', '160732.513000', '160732.516000', '160732.519000', '160732.522000', '160732.525000', '160732.528000', '160732.530000', '160732.533000', '160732.536000', '160732.539000', '160732.542000', '160732.545000', '160732.548000', '160732.550000', '160732.553000', '160732.556000', '160732.559000', '160732.562000', '160732.565000', '160732.569000', '160732.572000', '160732.575000', '160732.578000', '160732.580000', '160732.583000', '160732.586000', '160732.589000', '160732.592000', '160732.595000', '160732.598000', '160732.600000', '160732.603000', '160752.482000', '160752.485000', '160752.488000', '160752.491000', '160752.493000', '160752.496000', '160752.499000', '160752.517000', '160752.520000', '160752.522000', '160752.525000', '160752.528000', '160752.531000', '160752.534000', '160752.536000', '160752.539000', '160752.542000', '160752.552000', '160752.554000', '160752.557000', '160752.560000', '160752.563000', '160752.566000', '160752.569000', '160752.572000', '160752.574000', '160752.577000', '160752.580000', '160752.583000', '160752.586000', '160752.588000', '160752.591000', '160752.594000', '160752.597000', '160752.600000', '160752.603000', '160752.606000', '160752.609000', '160752.611000', '160752.614000', '160752.617000', '160752.620000', '160752.623000', '160752.626000', '160812.482000', '160812.485000', '160812.488000', '160812.491000', '160812.494000', '160812.497000', '160812.500000', '160812.502000', '160812.505000', '160812.508000', '160812.511000', '160812.514000', '160812.516000', '160812.519000', '160812.522000', '160812.525000', '160812.529000', '160812.532000', '160812.535000', '160812.538000', '160812.540000', '160812.543000', '160812.546000', '160812.549000', '160812.552000', '160812.555000', '160812.557000', '160812.560000', '160812.563000', '160812.566000', '160812.569000', '160812.572000', '160812.574000', '160812.577000', '160812.580000', '160812.583000', '160812.586000', '160812.589000', '160812.592000', '160812.595000', '160812.598000', '160812.601000', '160812.604000', '160832.482000', '160832.485000', '160832.488000', '160832.490000', '160832.493000', '160832.496000', '160832.499000', '160832.502000', '160832.505000', '160832.508000', '160832.511000', '160832.513000', '160832.516000', '160832.519000', '160832.522000', '160832.525000', '160832.528000', '160832.531000', '160832.534000', '160832.536000', '160832.539000', '160832.542000', '160832.545000', '160832.548000', '160832.551000', '160832.554000', '160832.557000', '160832.559000', '160832.562000', '160832.565000', '160832.568000', '160832.571000', '160832.574000', '160832.576000', '160832.579000', '160832.582000', '160832.585000', '160832.588000', '160832.591000', '160832.594000', '160832.596000', '160832.599000', '160832.602000', '160832.605000', '160852.482000', '160852.485000', '160852.488000', '160852.491000', '160852.494000', '160852.496000', '160852.499000', '160852.502000', '160852.505000', '160852.508000', '160852.511000', '160852.513000', '160852.516000', '160852.519000', '160852.522000', '160852.525000', '160852.528000', '160852.531000', '160852.534000', '160852.537000', '160852.540000', '160852.543000', '160852.545000', '160852.548000', '160852.551000', '160852.554000', '160852.557000', '160852.560000', '160852.563000', '160852.565000', '160852.568000', '160852.571000', '160852.574000', '160852.577000', '160852.580000', '160852.582000', '160852.585000', '160852.588000', '160852.591000', '160852.594000', '160852.596000', '160852.599000', '160852.602000', '160912.482000', '160912.485000', '160912.488000', '160912.490000', '160912.493000', '160912.496000', '160912.499000', '160912.502000', '160912.504000', '160912.507000', '160912.510000', '160912.513000', '160912.516000', '160912.519000', '160912.522000', '160912.524000', '160912.527000', '160912.530000', '160912.533000', '160912.536000', '160912.539000', '160912.542000', '160912.544000', '160912.547000', '160912.550000', '160912.553000', '160912.556000', '160912.559000', '160912.561000', '160912.564000', '160912.567000', '160912.570000', '160912.588000', '160912.591000', '160912.594000', '160912.597000', '160912.600000', '160912.602000', '160912.605000', '160912.608000', '160912.611000', '160912.614000', '160912.617000', '160912.619000', '160932.482000', '160932.485000', '160932.488000', '160932.491000', '160932.494000', '160932.496000', '160932.499000', '160932.502000', '160932.505000', '160932.508000', '160932.510000', '160932.513000', '160932.516000', '160932.519000', '160932.522000', '160932.525000', '160932.527000', '160932.530000', '160932.533000', '160932.536000', '160932.539000', '160932.542000', '160932.544000', '160932.548000', '160932.551000', '160932.553000', '160932.556000', '160932.559000', '160932.562000', '160932.565000', '160932.568000', '160932.572000', '160932.574000', '160932.577000', '160932.580000', '160932.583000', '160932.586000', '160932.588000', '160932.591000', '160932.594000', '160932.597000', '160932.600000', '160932.602000', '160952.482000', '160952.485000', '160952.488000', '160952.490000', '160952.493000', '160952.496000', '160952.499000', '160952.502000', '160952.504000', '160952.507000', '160952.510000', '160952.513000', '160952.515000', '160952.518000', '160952.521000', '160952.524000', '160952.527000', '160952.530000', '160952.533000', '160952.536000', '160952.539000', '160952.541000', '160952.544000', '160952.547000', '160952.550000', '160952.553000', '160952.555000', '160952.558000', '160952.561000', '160952.564000', '160952.567000', '160952.570000', '160952.572000', '160952.575000', '160952.578000', '160952.581000', '160952.583000', '160952.586000', '160952.589000', '160952.592000', '160952.595000', '160952.597000', '160952.600000', '160952.603000', '161012.482000', '161012.485000', '161012.488000', '161012.491000', '161012.493000', '161012.496000', '161012.499000', '161012.502000', '161012.505000', '161012.508000', '161012.510000', '161012.513000', '161012.516000', '161012.519000', '161012.522000', '161012.525000', '161012.527000', '161012.530000', '161012.533000', '161012.536000', '161012.539000', '161012.541000', '161012.544000', '161012.547000', '161012.550000', '161012.553000', '161012.555000', '161012.558000', '161012.561000', '161012.564000', '161012.567000', '161012.570000', '161012.573000', '161012.575000', '161012.578000', '161012.583000', '161012.586000', '161012.588000', '161012.591000', '161012.594000', '161012.597000', '161012.600000', '161012.602000', '161032.482000', '161032.485000', '161032.488000', '161032.490000', '161032.493000', '161032.496000', '161032.499000', '161032.502000', '161032.504000', '161032.507000', '161032.510000', '161032.513000', '161032.516000', '161032.519000', '161032.521000', '161032.524000', '161032.527000', '161032.530000', '161032.533000', '161032.535000', '161032.538000', '161032.541000', '161032.544000', '161032.547000', '161032.549000', '161032.552000', '161032.555000', '161032.558000', '161032.561000', '161032.572000', '161032.574000', '161032.577000', '161032.580000', '161032.583000', '161032.586000', '161032.588000', '161032.591000', '161032.594000', '161032.597000', '161032.599000', '161032.602000', '161032.605000', '161032.608000', '161032.611000', '161052.482000', '161052.485000', '161052.488000', '161052.491000', '161052.493000', '161052.496000', '161052.499000', '161052.502000', '161052.505000', '161052.508000', '161052.510000', '161052.513000', '161052.516000', '161052.519000', '161052.522000', '161052.524000', '161052.527000', '161052.530000', '161052.533000', '161052.535000', '161052.538000', '161052.541000', '161052.544000', '161052.547000', '161052.549000', '161052.552000', '161052.555000', '161052.558000', '161052.561000', '161052.564000', '161052.566000', '161052.569000', '161052.572000', '161052.575000', '161052.578000', '161052.580000', '161052.583000', '161052.586000', '161052.589000', '161052.592000', '161052.595000', '161052.597000', '161052.600000', '161107.890000', '161107.893000', '161107.896000', '161107.899000', '161107.901000', '161107.904000', '161107.907000', '161107.910000', '161107.913000', '161107.917000', '161107.920000', '161107.923000', '161107.926000', '161107.929000', '161107.932000', '161107.935000', '161107.938000', '161107.941000', '161107.944000', '161107.946000', '161107.949000', '161107.952000', '161107.955000', '161107.958000', '161107.961000', '161107.963000', '161107.966000', '161107.969000', '161107.972000', '161107.975000', '161107.978000', '161107.981000', '161107.983000', '161107.986000'], 'InstanceCreationTime': ['160452.514000', '160452.517000', '160452.520000', '160452.523000', '160452.525000', '160452.528000', '160452.531000', '160452.534000', '160452.536000', '160452.539000', '160452.542000', '160452.545000', '160452.547000', '160452.550000', '160452.553000', '160452.556000', '160452.559000', '160452.562000', '160452.564000', '160452.570000', '160452.573000', '160452.576000', '160452.579000', '160452.581000', '160452.584000', '160452.587000', '160452.590000', '160452.593000', '160452.595000', '160452.598000', '160452.601000', '160452.604000', '160452.607000', '160452.609000', '160452.612000', '160452.615000', '160452.618000', '160452.621000', '160452.623000', '160452.626000', '160452.629000', '160452.632000', '160452.635000', '160452.638000', '160452.641000', '160452.644000', '160452.646000', '160452.649000', '160452.652000', '160452.655000', '160452.658000', '160452.660000', '160452.663000', '160452.666000', '160452.669000', '160512.482000', '160512.485000', '160512.488000', '160512.495000', '160512.498000', '160512.501000', '160512.503000', '160512.506000', '160512.509000', '160512.512000', '160512.515000', '160512.517000', '160512.520000', '160512.523000', '160512.526000', '160512.529000', '160512.532000', '160512.534000', '160512.537000', '160512.540000', '160512.543000', '160512.546000', '160512.548000', '160512.551000', '160512.554000', '160512.556000', '160512.559000', '160512.562000', '160512.565000', '160512.568000', '160512.571000', '160512.574000', '160512.576000', '160512.579000', '160512.582000', '160512.585000', '160512.587000', '160512.590000', '160512.593000', '160512.596000', '160512.599000', '160512.602000', '160512.604000', '160512.607000', '160532.482000', '160532.485000', '160532.488000', '160532.491000', '160532.493000', '160532.496000', '160532.499000', '160532.502000', '160532.505000', '160532.508000', '160532.511000', '160532.514000', '160532.520000', '160532.523000', '160532.526000', '160532.529000', '160532.532000', '160532.534000', '160532.537000', '160532.540000', '160532.543000', '160532.552000', '160532.554000', '160532.557000', '160532.560000', '160532.563000', '160532.566000', '160532.569000', '160532.572000', '160532.574000', '160532.577000', '160532.580000', '160532.583000', '160532.586000', '160532.589000', '160532.591000', '160532.594000', '160532.597000', '160532.600000', '160532.602000', '160532.605000', '160532.608000', '160532.611000', '160552.482000', '160552.485000', '160552.488000', '160552.491000', '160552.493000', '160552.496000', '160552.499000', '160552.502000', '160552.505000', '160552.508000', '160552.510000', '160552.513000', '160552.516000', '160552.519000', '160552.522000', '160552.525000', '160552.528000', '160552.530000', '160552.533000', '160552.536000', '160552.539000', '160552.542000', '160552.545000', '160552.547000', '160552.550000', '160552.553000', '160552.564000', '160552.567000', '160552.579000', '160552.582000', '160552.585000', '160552.588000', '160552.591000', '160552.593000', '160552.596000', '160552.599000', '160552.602000', '160552.604000', '160552.607000', '160552.610000', '160552.613000', '160552.616000', '160552.618000', '160552.621000', '160612.482000', '160612.485000', '160612.488000', '160612.490000', '160612.494000', '160612.496000', '160612.499000', '160612.502000', '160612.505000', '160612.508000', '160612.510000', '160612.513000', '160612.516000', '160612.519000', '160612.522000', '160612.525000', '160612.528000', '160612.530000', '160612.533000', '160612.536000', '160612.539000', '160612.542000', '160612.544000', '160612.547000', '160612.550000', '160612.568000', '160612.571000', '160612.589000', '160612.592000', '160612.595000', '160612.598000', '160612.600000', '160612.603000', '160612.606000', '160612.609000', '160612.612000', '160612.614000', '160612.617000', '160612.620000', '160612.623000', '160612.626000', '160612.628000', '160612.631000', '160632.482000', '160632.485000', '160632.488000', '160632.491000', '160632.493000', '160632.496000', '160632.499000', '160632.502000', '160632.505000', '160632.508000', '160632.512000', '160632.515000', '160632.518000', '160632.521000', '160632.524000', '160632.527000', '160632.529000', '160632.532000', '160632.535000', '160632.538000', '160632.541000', '160632.544000', '160632.546000', '160632.549000', '160632.552000', '160632.555000', '160632.558000', '160632.561000', '160632.563000', '160632.566000', '160632.569000', '160632.572000', '160632.575000', '160632.578000', '160632.581000', '160632.584000', '160632.586000', '160632.589000', '160632.592000', '160632.595000', '160632.598000', '160632.601000', '160632.604000', '160632.606000', '160652.482000', '160652.485000', '160652.488000', '160652.492000', '160652.495000', '160652.498000', '160652.500000', '160652.503000', '160652.506000', '160652.509000', '160652.512000', '160652.515000', '160652.517000', '160652.520000', '160652.523000', '160652.526000', '160652.529000', '160652.531000', '160652.534000', '160652.537000', '160652.540000', '160652.543000', '160652.546000', '160652.549000', '160652.552000', '160652.554000', '160652.558000', '160652.563000', '160652.566000', '160652.569000', '160652.572000', '160652.575000', '160652.578000', '160652.580000', '160652.583000', '160652.586000', '160652.589000', '160652.592000', '160652.594000', '160652.597000', '160652.600000', '160652.603000', '160652.606000', '160712.482000', '160712.485000', '160712.488000', '160712.490000', '160712.493000', '160712.496000', '160712.499000', '160712.502000', '160712.505000', '160712.507000', '160712.515000', '160712.518000', '160712.521000', '160712.524000', '160712.527000', '160712.529000', '160712.532000', '160712.535000', '160712.538000', '160712.541000', '160712.544000', '160712.546000', '160712.549000', '160712.552000', '160712.555000', '160712.558000', '160712.561000', '160712.563000', '160712.566000', '160712.569000', '160712.572000', '160712.575000', '160712.578000', '160712.581000', '160712.583000', '160712.586000', '160712.589000', '160712.592000', '160712.595000', '160712.598000', '160712.600000', '160712.603000', '160712.606000', '160712.609000', '160732.482000', '160732.485000', '160732.488000', '160732.491000', '160732.494000', '160732.496000', '160732.499000', '160732.502000', '160732.505000', '160732.508000', '160732.511000', '160732.513000', '160732.516000', '160732.519000', '160732.522000', '160732.525000', '160732.528000', '160732.530000', '160732.533000', '160732.536000', '160732.539000', '160732.542000', '160732.545000', '160732.548000', '160732.550000', '160732.553000', '160732.556000', '160732.559000', '160732.562000', '160732.565000', '160732.569000', '160732.572000', '160732.575000', '160732.578000', '160732.580000', '160732.583000', '160732.586000', '160732.589000', '160732.592000', '160732.595000', '160732.598000', '160732.600000', '160732.603000', '160752.482000', '160752.485000', '160752.488000', '160752.491000', '160752.493000', '160752.496000', '160752.499000', '160752.517000', '160752.520000', '160752.522000', '160752.525000', '160752.528000', '160752.531000', '160752.534000', '160752.536000', '160752.539000', '160752.542000', '160752.552000', '160752.554000', '160752.557000', '160752.560000', '160752.563000', '160752.566000', '160752.569000', '160752.572000', '160752.574000', '160752.577000', '160752.580000', '160752.583000', '160752.586000', '160752.588000', '160752.591000', '160752.594000', '160752.597000', '160752.600000', '160752.603000', '160752.606000', '160752.609000', '160752.611000', '160752.614000', '160752.617000', '160752.620000', '160752.623000', '160752.626000', '160812.482000', '160812.485000', '160812.488000', '160812.491000', '160812.494000', '160812.497000', '160812.500000', '160812.502000', '160812.505000', '160812.508000', '160812.511000', '160812.514000', '160812.516000', '160812.519000', '160812.522000', '160812.525000', '160812.529000', '160812.532000', '160812.535000', '160812.538000', '160812.540000', '160812.543000', '160812.546000', '160812.549000', '160812.552000', '160812.555000', '160812.557000', '160812.560000', '160812.563000', '160812.566000', '160812.569000', '160812.572000', '160812.574000', '160812.577000', '160812.580000', '160812.583000', '160812.586000', '160812.589000', '160812.592000', '160812.595000', '160812.598000', '160812.601000', '160812.604000', '160832.482000', '160832.485000', '160832.488000', '160832.490000', '160832.493000', '160832.496000', '160832.499000', '160832.502000', '160832.505000', '160832.508000', '160832.511000', '160832.513000', '160832.516000', '160832.519000', '160832.522000', '160832.525000', '160832.528000', '160832.531000', '160832.534000', '160832.536000', '160832.539000', '160832.542000', '160832.545000', '160832.548000', '160832.551000', '160832.554000', '160832.557000', '160832.559000', '160832.562000', '160832.565000', '160832.568000', '160832.571000', '160832.574000', '160832.576000', '160832.579000', '160832.582000', '160832.585000', '160832.588000', '160832.591000', '160832.594000', '160832.596000', '160832.599000', '160832.602000', '160832.605000', '160852.482000', '160852.485000', '160852.488000', '160852.491000', '160852.494000', '160852.496000', '160852.499000', '160852.502000', '160852.505000', '160852.508000', '160852.511000', '160852.513000', '160852.516000', '160852.519000', '160852.522000', '160852.525000', '160852.528000', '160852.531000', '160852.534000', '160852.537000', '160852.540000', '160852.543000', '160852.545000', '160852.548000', '160852.551000', '160852.554000', '160852.557000', '160852.560000', '160852.563000', '160852.565000', '160852.568000', '160852.571000', '160852.574000', '160852.577000', '160852.580000', '160852.582000', '160852.585000', '160852.588000', '160852.591000', '160852.594000', '160852.596000', '160852.599000', '160852.602000', '160912.482000', '160912.485000', '160912.488000', '160912.490000', '160912.493000', '160912.496000', '160912.499000', '160912.502000', '160912.504000', '160912.507000', '160912.510000', '160912.513000', '160912.516000', '160912.519000', '160912.522000', '160912.524000', '160912.527000', '160912.530000', '160912.533000', '160912.536000', '160912.539000', '160912.542000', '160912.544000', '160912.547000', '160912.550000', '160912.553000', '160912.556000', '160912.559000', '160912.561000', '160912.564000', '160912.567000', '160912.570000', '160912.588000', '160912.591000', '160912.594000', '160912.597000', '160912.600000', '160912.602000', '160912.605000', '160912.608000', '160912.611000', '160912.614000', '160912.617000', '160912.619000', '160932.482000', '160932.485000', '160932.488000', '160932.491000', '160932.494000', '160932.496000', '160932.499000', '160932.502000', '160932.505000', '160932.508000', '160932.510000', '160932.513000', '160932.516000', '160932.519000', '160932.522000', '160932.525000', '160932.527000', '160932.530000', '160932.533000', '160932.536000', '160932.539000', '160932.542000', '160932.544000', '160932.548000', '160932.551000', '160932.553000', '160932.556000', '160932.559000', '160932.562000', '160932.565000', '160932.568000', '160932.572000', '160932.574000', '160932.577000', '160932.580000', '160932.583000', '160932.586000', '160932.588000', '160932.591000', '160932.594000', '160932.597000', '160932.600000', '160932.602000', '160952.482000', '160952.485000', '160952.488000', '160952.490000', '160952.493000', '160952.496000', '160952.499000', '160952.502000', '160952.504000', '160952.507000', '160952.510000', '160952.513000', '160952.515000', '160952.518000', '160952.521000', '160952.524000', '160952.527000', '160952.530000', '160952.533000', '160952.536000', '160952.539000', '160952.541000', '160952.544000', '160952.547000', '160952.550000', '160952.553000', '160952.555000', '160952.558000', '160952.561000', '160952.564000', '160952.567000', '160952.570000', '160952.572000', '160952.575000', '160952.578000', '160952.581000', '160952.583000', '160952.586000', '160952.589000', '160952.592000', '160952.595000', '160952.597000', '160952.600000', '160952.603000', '161012.482000', '161012.485000', '161012.488000', '161012.491000', '161012.493000', '161012.496000', '161012.499000', '161012.502000', '161012.505000', '161012.508000', '161012.510000', '161012.513000', '161012.516000', '161012.519000', '161012.522000', '161012.525000', '161012.527000', '161012.530000', '161012.533000', '161012.536000', '161012.539000', '161012.541000', '161012.544000', '161012.547000', '161012.550000', '161012.553000', '161012.555000', '161012.558000', '161012.561000', '161012.564000', '161012.567000', '161012.570000', '161012.573000', '161012.575000', '161012.578000', '161012.583000', '161012.586000', '161012.588000', '161012.591000', '161012.594000', '161012.597000', '161012.600000', '161012.602000', '161032.482000', '161032.485000', '161032.488000', '161032.490000', '161032.493000', '161032.496000', '161032.499000', '161032.502000', '161032.504000', '161032.507000', '161032.510000', '161032.513000', '161032.516000', '161032.519000', '161032.521000', '161032.524000', '161032.527000', '161032.530000', '161032.533000', '161032.535000', '161032.538000', '161032.541000', '161032.544000', '161032.547000', '161032.549000', '161032.552000', '161032.555000', '161032.558000', '161032.561000', '161032.572000', '161032.574000', '161032.577000', '161032.580000', '161032.583000', '161032.586000', '161032.588000', '161032.591000', '161032.594000', '161032.597000', '161032.599000', '161032.602000', '161032.605000', '161032.608000', '161032.611000', '161052.482000', '161052.485000', '161052.488000', '161052.491000', '161052.493000', '161052.496000', '161052.499000', '161052.502000', '161052.505000', '161052.508000', '161052.510000', '161052.513000', '161052.516000', '161052.519000', '161052.522000', '161052.524000', '161052.527000', '161052.530000', '161052.533000', '161052.535000', '161052.538000', '161052.541000', '161052.544000', '161052.547000', '161052.549000', '161052.552000', '161052.555000', '161052.558000', '161052.561000', '161052.564000', '161052.566000', '161052.569000', '161052.572000', '161052.575000', '161052.578000', '161052.580000', '161052.583000', '161052.586000', '161052.589000', '161052.592000', '161052.595000', '161052.597000', '161052.600000', '161107.890000', '161107.893000', '161107.896000', '161107.899000', '161107.901000', '161107.904000', '161107.907000', '161107.910000', '161107.913000', '161107.917000', '161107.920000', '161107.923000', '161107.926000', '161107.929000', '161107.932000', '161107.935000', '161107.938000', '161107.941000', '161107.944000', '161107.946000', '161107.949000', '161107.952000', '161107.955000', '161107.958000', '161107.961000', '161107.963000', '161107.966000', '161107.969000', '161107.972000', '161107.975000', '161107.978000', '161107.981000', '161107.983000', '161107.986000'], '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': [11130, 9550, 9289, 16348, 11227, 13562, 8186, 12925, 8950, 9203, 13809, 9083, 12403, 7879, 11430, 8520, 10269, 8057, 9016, 8039, 9217, 7744, 10381, 8007, 14018, 15852, 12015, 12372, 7914, 10249, 13607, 8209, 11961, 7564, 9052, 12243, 7447, 10583, 7711, 8229, 7468, 7588, 9417, 7180, 8955, 7458, 7383, 7710, 7672, 12708, 8821, 7506, 14099, 8757, 9965, 7641, 8733, 7478, 7524, 13231, 8509, 11007, 7485, 11890, 7584, 8962, 7906, 7437, 7693, 7661, 10966, 7698, 12867, 9229, 10879, 7554, 12215, 8903, 12104, 8559, 11650, 7708, 10807, 8303, 16032, 14149, 10575, 7802, 11502, 7738, 10492, 13318, 8139, 12620, 7526, 10859, 9025, 7635, 14017, 9763, 11722, 9132, 11765, 8870, 11739, 9357, 11637, 9278, 13938, 9630, 13161, 13780, 9207, 16568, 9862, 10525, 9528, 7635, 11946, 7561, 11090, 8159, 10146, 9149, 7821, 12413, 8764, 11639, 7531, 10271, 11995, 8309, 11837, 8279, 10171, 7750, 9348, 7714, 7461, 7702, 7728, 8115, 7471, 8868, 7578, 11598, 8760, 12075, 9226, 7808, 12971, 7675, 9510, 7607, 7538, 11938, 7585, 11594, 7555, 7919, 12255, 8537, 11148, 7673, 10594, 7472, 9468, 7514, 7969, 7564, 7608, 10116, 7517, 10689, 7620, 8398, 13105, 8243, 15374, 10683, 13069, 8962, 11982, 14258, 10003, 13602, 8635, 8134, 10972, 7462, 11821, 7717, 9163, 9255, 7681, 10726, 7515, 10882, 7567, 9947, 7583, 7477, 7504, 7521, 12498, 8100, 7575, 13840, 9065, 11099, 7528, 7870, 7425, 7528, 11862, 8717, 11624, 8823, 11382, 7782, 7569, 16156, 10173, 11968, 7729, 8274, 15357, 8718, 13579, 7637, 9785, 10751, 7430, 11606, 7890, 12557, 8834, 11520, 7656, 10179, 8009, 8060, 9655, 7510, 13392, 8352, 11634, 7572, 11649, 7863, 9607, 8755, 7397, 11501, 8403, 8829, 8012, 8979, 8463, 8309, 11046, 7794, 12008, 7929, 12879, 7726, 12047, 8257, 8856, 16015, 9467, 13560, 9933, 12982, 8337, 11393, 8445, 10932, 7915, 10366, 8079, 10151, 14847, 8581, 11528, 8334, 7522, 8033, 7578, 8464, 7780, 12109, 7974, 10703, 7891, 10618, 8327, 7563, 10758, 7839, 9939, 8046, 10423, 7846, 9456, 8674, 8416, 12285, 8337, 10731, 10999, 11254, 8312, 12317, 8639, 13520, 16593, 13473, 13729, 8562, 12870, 9313, 12735, 9400, 11411, 8214, 11400, 8681, 10898, 7927, 10754, 8394, 9097, 10730, 7862, 12368, 8676, 8602, 14754, 8993, 11930, 8145, 7629, 10537, 7915, 11212, 8730, 11202, 8851, 9455, 8640, 11567, 8388, 10805, 7918, 9958, 8383, 12216, 9039, 12756, 9183, 15323, 13585, 11930, 8888, 14124, 9618, 14347, 9201, 9989, 18160, 10236, 13862, 8678, 9310, 14202, 8868, 11628, 8594, 9954, 8324, 10064, 8853, 9406, 8451, 10437, 8320, 9972, 8884, 13003, 9730, 12848, 14944, 11361, 12864, 7625, 7780, 14422, 8896, 9848, 12480, 8321, 11353, 7579, 8330, 8628, 7770, 11602, 8043, 8042, 12376, 7588, 7469, 8339, 7489, 11305, 7509, 8650, 9455, 7398, 10745, 7375, 10822, 7334, 8753, 11265, 8075, 12038, 7772, 10916, 7749, 7516, 13764, 9552, 11928, 7459, 11197, 7472, 7521, 12843, 9025, 12924, 9466, 12041, 7462, 9775, 8640, 8246, 7516, 8419, 7832, 10678, 7793, 12554, 8225, 14002, 8611, 12726, 7974, 11348, 8271, 10250, 8142, 7463, 9555, 7921, 14203, 8100, 12216, 9278, 10232, 9234, 7518, 10895, 7881, 10966, 7731, 8504, 15288, 8546, 12881, 7860, 11971, 8341, 7671, 13945, 9191, 10108, 7561, 9648, 7603, 8429, 7681, 8230, 7967, 9438, 8151, 9287, 14227, 8856, 12622, 7887, 12871, 10865, 8222, 14477, 9274, 11889, 7533, 11955, 8294, 11259, 8127, 10621, 7494, 10908, 8824, 7539, 14967, 8490, 10771, 7475, 11013, 7593, 11050, 8831, 10861, 7801, 11793, 14426, 8542, 12264, 8533, 10052, 7525, 8854, 14105, 8470, 12175, 7688, 7576, 7626, 7729, 10492, 7747, 11527, 7735, 8973, 7593, 7762, 7609, 7765, 10251, 7918, 10292, 7616, 12820, 7721, 11164, 7547, 11005, 7571, 9112, 8596, 7793, 14872, 9094, 13129, 9286, 11493, 7862, 10685, 7972, 9544, 11387, 8115, 8161, 7403, 11081, 8052, 14780, 9206, 12431, 8462, 10961, 8484, 7682, 9453, 14313, 10286, 14399, 9194, 11882, 7853, 9108, 8128, 10169, 7795, 11174, 7944, 11995, 8226, 9160, 10868, 8370, 8159, 7842, 8751, 7735, 9725, 8313, 8321, 8675, 8940, 9844, 9288, 10325, 8566, 10656, 9139, 10389, 9390, 10090, 8997, 11641, 8613, 11802, 8078, 11842, 8668, 10212, 9650, 9863, 8857, 8966, 8637, 9007, 8486, 10725, 8993, 11435, 8084, 10277, 7842, 11509, 8439, 9520, 9189, 8791, 13083, 11567, 12040, 9135, 8387, 9085, 8759, 15910, 10926, 12981, 8510, 13514, 8933, 12757, 7919, 10660, 8765, 9402, 9223, 7768, 9879, 7900, 11659, 8385, 9783, 8407, 9822, 8898, 9526, 8784, 9107, 8786, 9196, 8673, 7750, 11741, 8106, 12651, 9057, 10865, 8452, 11622, 8496, 11331, 8615, 10995, 8562, 10039, 11786, 8016, 14108, 9912, 11983, 8195, 11383, 8072, 10657, 8579, 9209, 7811, 8952, 9029, 9201, 10287, 8480, 13203, 14328, 10514, 10045, 7896, 14362, 9373, 12904, 8661, 11689, 8263, 10900, 8794, 8702, 8710, 7846, 13381, 8942, 10751, 7987, 11166, 8549, 9992, 8851, 7963, 8611, 7625, 9691, 7985, 11109, 8580, 9886, 8632, 7653, 9410, 8068, 11770, 8638, 10557, 9022, 9095, 9095, 9456, 9018, 7619, 11784, 8475, 11803, 8523, 11205, 8545, 11231, 9141, 8113, 14174, 8744, 11520, 8474, 12477, 8963, 9496, 8925, 7743, 8996, 8040, 13439, 8352, 11989, 9063, 8235, 8896, 8085, 14128, 8589, 13048, 8707, 9821, 8978, 8234, 8963, 8396, 13392, 8604, 11419, 8991, 7810, 8802, 8178, 12539, 8065, 11344, 8700, 9999, 9010, 7629, 8516, 8049, 11228, 8815, 10811, 8413, 11100, 8992, 9295, 9478, 7659, 9421, 8363, 12737, 8654, 11479, 8598, 10965, 8624, 10459, 9444, 8346, 13330, 8248, 12495, 8298, 10872, 8573, 8674, 13685, 8344, 12901, 8395, 10761, 8954, 8378, 11281, 8153, 11486, 8873, 10434, 9128, 9278, 9270, 8317, 12984, 8442, 11553, 8785, 9944, 9103, 8039, 12829, 7908, 11229, 8879, 10515, 8621, 9869, 8882, 9970, 9267, 8003], 'WindowCenter': [4790.0, 4741.0, 4723.0, 4765.0, 4713.0, 4719.0, 4668.0, 4708.0, 4666.0, 4676.0, 4715.0, 4666.0, 4707.0, 4689.0, 4724.0, 4681.0, 4686.0, 4659.0, 4666.0, 4646.0, 4665.0, 4656.0, 4687.0, 4660.0, 4731.0, 4740.0, 4708.0, 4691.0, 4638.0, 4657.0, 4699.0, 4652.0, 4678.0, 4628.0, 4670.0, 4688.0, 4629.0, 4679.0, 4639.0, 4658.0, 4649.0, 4650.0, 4667.0, 4638.0, 4671.0, 4650.0, 4652.0, 4653.0, 4652.0, 4713.0, 4672.0, 4642.0, 4711.0, 4661.0, 4682.0, 4651.0, 4660.0, 4641.0, 4651.0, 4710.0, 4673.0, 4693.0, 4655.0, 4702.0, 4649.0, 4660.0, 4651.0, 4641.0, 4652.0, 4652.0, 4693.0, 4652.0, 4713.0, 4685.0, 4693.0, 4655.0, 4713.0, 4686.0, 4712.0, 4677.0, 4706.0, 4668.0, 4706.0, 4688.0, 4760.0, 4738.0, 4706.0, 4667.0, 4701.0, 4650.0, 4692.0, 4710.0, 4651.0, 4700.0, 4640.0, 4690.0, 4660.0, 4649.0, 4709.0, 4667.0, 4689.0, 4660.0, 4687.0, 4660.0, 4690.0, 4671.0, 4689.0, 4671.0, 4709.0, 4657.0, 4688.0, 4685.0, 4635.0, 4694.0, 4642.0, 4642.0, 4631.0, 4614.0, 4662.0, 4624.0, 4663.0, 4625.0, 4653.0, 4646.0, 4638.0, 4676.0, 4637.0, 4666.0, 4626.0, 4667.0, 4677.0, 4639.0, 4677.0, 4636.0, 4653.0, 4626.0, 4646.0, 4627.0, 4628.0, 4642.0, 4642.0, 4651.0, 4643.0, 4661.0, 4643.0, 4690.0, 4660.0, 4701.0, 4661.0, 4643.0, 4700.0, 4640.0, 4661.0, 4640.0, 4643.0, 4689.0, 4642.0, 4691.0, 4641.0, 4651.0, 4700.0, 4676.0, 4693.0, 4655.0, 4692.0, 4655.0, 4683.0, 4653.0, 4663.0, 4666.0, 4667.0, 4697.0, 4657.0, 4698.0, 4657.0, 4667.0, 4716.0, 4666.0, 4724.0, 4696.0, 4704.0, 4675.0, 4703.0, 4713.0, 4669.0, 4700.0, 4648.0, 4641.0, 4669.0, 4630.0, 4688.0, 4640.0, 4660.0, 4660.0, 4643.0, 4681.0, 4642.0, 4681.0, 4654.0, 4682.0, 4655.0, 4645.0, 4644.0, 4656.0, 4704.0, 4654.0, 4654.0, 4712.0, 4664.0, 4691.0, 4642.0, 4653.0, 4645.0, 4655.0, 4705.0, 4677.0, 4704.0, 4675.0, 4705.0, 4655.0, 4656.0, 4724.0, 4685.0, 4694.0, 4643.0, 4653.0, 4713.0, 4652.0, 4701.0, 4642.0, 4671.0, 4681.0, 4644.0, 4692.0, 4652.0, 4703.0, 4662.0, 4691.0, 4641.0, 4682.0, 4652.0, 4654.0, 4672.0, 4646.0, 4713.0, 4652.0, 4692.0, 4643.0, 4682.0, 4643.0, 4672.0, 4651.0, 4644.0, 4693.0, 4665.0, 4664.0, 4655.0, 4676.0, 4666.0, 4666.0, 4694.0, 4656.0, 4704.0, 4655.0, 4706.0, 4646.0, 4693.0, 4654.0, 4665.0, 4722.0, 4673.0, 4701.0, 4673.0, 4702.0, 4652.0, 4680.0, 4652.0, 4680.0, 4655.0, 4671.0, 4653.0, 4686.0, 4712.0, 4664.0, 4692.0, 4652.0, 4642.0, 4643.0, 4641.0, 4653.0, 4644.0, 4695.0, 4656.0, 4684.0, 4655.0, 4685.0, 4668.0, 4657.0, 4694.0, 4657.0, 4699.0, 4682.0, 4711.0, 4669.0, 4690.0, 4679.0, 4668.0, 4719.0, 4667.0, 4698.0, 4696.0, 4696.0, 4656.0, 4695.0, 4666.0, 4717.0, 4738.0, 4703.0, 4703.0, 4652.0, 4692.0, 4652.0, 4691.0, 4653.0, 4695.0, 4655.0, 4683.0, 4654.0, 4683.0, 4646.0, 4673.0, 4644.0, 4653.0, 4673.0, 4644.0, 4693.0, 4642.0, 4653.0, 4702.0, 4652.0, 4682.0, 4632.0, 4631.0, 4662.0, 4643.0, 4671.0, 4653.0, 4698.0, 4679.0, 4674.0, 4667.0, 4694.0, 4668.0, 4698.0, 4658.0, 4678.0, 4657.0, 4697.0, 4669.0, 4717.0, 4692.0, 4742.0, 4717.0, 4695.0, 4665.0, 4703.0, 4662.0, 4703.0, 4662.0, 4662.0, 4720.0, 4660.0, 4688.0, 4637.0, 4648.0, 4687.0, 4639.0, 4669.0, 4637.0, 4646.0, 4652.0, 4671.0, 4651.0, 4660.0, 4654.0, 4685.0, 4665.0, 4673.0, 4664.0, 4703.0, 4664.0, 4704.0, 4713.0, 4683.0, 4691.0, 4626.0, 4626.0, 4685.0, 4634.0, 4645.0, 4675.0, 4625.0, 4664.0, 4626.0, 4636.0, 4634.0, 4627.0, 4675.0, 4637.0, 4638.0, 4677.0, 4627.0, 4628.0, 4636.0, 4629.0, 4667.0, 4630.0, 4650.0, 4659.0, 4641.0, 4679.0, 4642.0, 4681.0, 4641.0, 4664.0, 4692.0, 4654.0, 4702.0, 4657.0, 4707.0, 4654.0, 4642.0, 4700.0, 4670.0, 4688.0, 4641.0, 4690.0, 4641.0, 4651.0, 4702.0, 4686.0, 4713.0, 4682.0, 4703.0, 4644.0, 4696.0, 4676.0, 4678.0, 4657.0, 4662.0, 4653.0, 4694.0, 4667.0, 4709.0, 4675.0, 4716.0, 4667.0, 4722.0, 4674.0, 4701.0, 4673.0, 4703.0, 4663.0, 4650.0, 4682.0, 4664.0, 4722.0, 4662.0, 4711.0, 4683.0, 4682.0, 4670.0, 4651.0, 4691.0, 4651.0, 4690.0, 4640.0, 4661.0, 4720.0, 4661.0, 4710.0, 4652.0, 4700.0, 4649.0, 4650.0, 4709.0, 4671.0, 4679.0, 4651.0, 4680.0, 4651.0, 4662.0, 4652.0, 4674.0, 4666.0, 4686.0, 4676.0, 4685.0, 4733.0, 4686.0, 4714.0, 4665.0, 4716.0, 4691.0, 4674.0, 4723.0, 4683.0, 4698.0, 4651.0, 4701.0, 4660.0, 4690.0, 4653.0, 4681.0, 4643.0, 4692.0, 4672.0, 4664.0, 4718.0, 4662.0, 4677.0, 4639.0, 4679.0, 4651.0, 4689.0, 4674.0, 4689.0, 4653.0, 4704.0, 4720.0, 4660.0, 4699.0, 4661.0, 4669.0, 4651.0, 4670.0, 4707.0, 4650.0, 4699.0, 4641.0, 4640.0, 4641.0, 4650.0, 4680.0, 4652.0, 4690.0, 4650.0, 4661.0, 4651.0, 4652.0, 4654.0, 4665.0, 4682.0, 4663.0, 4693.0, 4665.0, 4711.0, 4654.0, 4692.0, 4650.0, 4692.0, 4642.0, 4661.0, 4659.0, 4640.0, 4709.0, 4662.0, 4700.0, 4661.0, 4689.0, 4650.0, 4679.0, 4649.0, 4672.0, 4690.0, 4649.0, 4663.0, 4655.0, 4681.0, 4653.0, 4713.0, 4661.0, 4689.0, 4650.0, 4680.0, 4662.0, 4641.0, 4672.0, 4710.0, 4672.0, 4710.0, 4659.0, 4679.0, 4640.0, 4659.0, 4653.0, 4671.0, 4642.0, 4679.0, 4653.0, 4692.0, 4652.0, 4672.0, 4681.0, 4651.0, 4653.0, 4641.0, 4649.0, 4641.0, 4660.0, 4651.0, 4651.0, 4662.0, 4662.0, 4673.0, 4663.0, 4684.0, 4665.0, 4696.0, 4676.0, 4698.0, 4678.0, 4686.0, 4676.0, 4696.0, 4666.0, 4693.0, 4655.0, 4694.0, 4654.0, 4673.0, 4675.0, 4675.0, 4663.0, 4664.0, 4653.0, 4663.0, 4654.0, 4686.0, 4666.0, 4685.0, 4656.0, 4676.0, 4670.0, 4699.0, 4656.0, 4675.0, 4676.0, 4669.0, 4708.0, 4696.0, 4696.0, 4654.0, 4643.0, 4653.0, 4656.0, 4714.0, 4674.0, 4692.0, 4653.0, 4692.0, 4652.0, 4691.0, 4641.0, 4672.0, 4652.0, 4652.0, 4651.0, 4644.0, 4673.0, 4655.0, 4696.0, 4668.0, 4684.0, 4655.0, 4675.0, 4664.0, 4675.0, 4666.0, 4665.0, 4666.0, 4677.0, 4666.0, 4658.0, 4705.0, 4658.0, 4706.0, 4666.0, 4685.0, 4668.0, 4697.0, 4666.0, 4696.0, 4668.0, 4686.0, 4666.0, 4674.0, 4694.0, 4654.0, 4714.0, 4675.0, 4693.0, 4655.0, 4693.0, 4656.0, 4684.0, 4665.0, 4674.0, 4657.0, 4678.0, 4677.0, 4676.0, 4686.0, 4678.0, 4717.0, 4712.0, 4684.0, 4673.0, 4642.0, 4701.0, 4651.0, 4689.0, 4653.0, 4681.0, 4641.0, 4670.0, 4651.0, 4651.0, 4641.0, 4641.0, 4690.0, 4651.0, 4671.0, 4641.0, 4669.0, 4650.0, 4660.0, 4652.0, 4642.0, 4651.0, 4633.0, 4660.0, 4643.0, 4683.0, 4651.0, 4672.0, 4652.0, 4643.0, 4662.0, 4644.0, 4681.0, 4653.0, 4673.0, 4663.0, 4664.0, 4664.0, 4674.0, 4665.0, 4657.0, 4695.0, 4666.0, 4693.0, 4666.0, 4693.0, 4665.0, 4694.0, 4664.0, 4657.0, 4704.0, 4655.0, 4683.0, 4654.0, 4692.0, 4663.0, 4662.0, 4664.0, 4645.0, 4654.0, 4644.0, 4702.0, 4653.0, 4693.0, 4665.0, 4654.0, 4651.0, 4644.0, 4703.0, 4654.0, 4691.0, 4653.0, 4663.0, 4652.0, 4640.0, 4650.0, 4653.0, 4700.0, 4652.0, 4681.0, 4652.0, 4632.0, 4652.0, 4653.0, 4689.0, 4643.0, 4682.0, 4653.0, 4671.0, 4662.0, 4642.0, 4652.0, 4654.0, 4693.0, 4664.0, 4681.0, 4653.0, 4684.0, 4662.0, 4662.0, 4673.0, 4645.0, 4662.0, 4654.0, 4702.0, 4663.0, 4693.0, 4654.0, 4683.0, 4653.0, 4675.0, 4663.0, 4654.0, 4701.0, 4653.0, 4691.0, 4652.0, 4671.0, 4652.0, 4653.0, 4700.0, 4642.0, 4691.0, 4640.0, 4669.0, 4650.0, 4640.0, 4679.0, 4640.0, 4679.0, 4661.0, 4670.0, 4663.0, 4661.0, 4661.0, 4653.0, 4690.0, 4652.0, 4681.0, 4651.0, 4662.0, 4662.0, 4644.0, 4691.0, 4644.0, 4682.0, 4664.0, 4673.0, 4664.0, 4672.0, 4663.0, 4674.0, 4676.0, 4655.0], 'WindowWidth': [10489.0, 10397.0, 10355.0, 10400.0, 10318.0, 10319.0, 10246.0, 10298.0, 10237.0, 10254.0, 10305.0, 10236.0, 10296.0, 10295.0, 10333.0, 10268.0, 10265.0, 10231.0, 10233.0, 10208.0, 10234.0, 10224.0, 10264.0, 10233.0, 10336.0, 10346.0, 10299.0, 10266.0, 10186.0, 10211.0, 10270.0, 10213.0, 10242.0, 10175.0, 10243.0, 10257.0, 10180.0, 10248.0, 10193.0, 10220.0, 10213.0, 10213.0, 10232.0, 10196.0, 10244.0, 10214.0, 10219.0, 10219.0, 10221.0, 10304.0, 10247.0, 10204.0, 10296.0, 10226.0, 10257.0, 10214.0, 10225.0, 10200.0, 10218.0, 10299.0, 10248.0, 10275.0, 10228.0, 10289.0, 10212.0, 10226.0, 10214.0, 10203.0, 10217.0, 10220.0, 10275.0, 10221.0, 10303.0, 10267.0, 10276.0, 10227.0, 10306.0, 10273.0, 10302.0, 10260.0, 10298.0, 10249.0, 10303.0, 10280.0, 10384.0, 10348.0, 10300.0, 10249.0, 10282.0, 10213.0, 10271.0, 10292.0, 10217.0, 10282.0, 10199.0, 10266.0, 10226.0, 10211.0, 10291.0, 10232.0, 10262.0, 10224.0, 10258.0, 10224.0, 10266.0, 10240.0, 10264.0, 10243.0, 10294.0, 10216.0, 10259.0, 10249.0, 10179.0, 10261.0, 10184.0, 10183.0, 10167.0, 10150.0, 10212.0, 10163.0, 10215.0, 10168.0, 10204.0, 10198.0, 10192.0, 10240.0, 10185.0, 10225.0, 10170.0, 10228.0, 10241.0, 10191.0, 10238.0, 10183.0, 10205.0, 10172.0, 10198.0, 10174.0, 10179.0, 10202.0, 10203.0, 10213.0, 10204.0, 10226.0, 10206.0, 10266.0, 10225.0, 10283.0, 10225.0, 10202.0, 10279.0, 10197.0, 10224.0, 10196.0, 10203.0, 10261.0, 10201.0, 10267.0, 10199.0, 10214.0, 10281.0, 10255.0, 10272.0, 10225.0, 10273.0, 10228.0, 10260.0, 10223.0, 10237.0, 10243.0, 10247.0, 10286.0, 10233.0, 10287.0, 10230.0, 10244.0, 10310.0, 10241.0, 10319.0, 10280.0, 10289.0, 10251.0, 10290.0, 10300.0, 10236.0, 10279.0, 10204.0, 10196.0, 10232.0, 10181.0, 10257.0, 10196.0, 10222.0, 10223.0, 10203.0, 10251.0, 10202.0, 10254.0, 10220.0, 10257.0, 10224.0, 10212.0, 10211.0, 10229.0, 10291.0, 10221.0, 10221.0, 10299.0, 10236.0, 10268.0, 10203.0, 10220.0, 10213.0, 10227.0, 10294.0, 10258.0, 10292.0, 10252.0, 10293.0, 10223.0, 10227.0, 10317.0, 10263.0, 10275.0, 10203.0, 10219.0, 10299.0, 10213.0, 10280.0, 10200.0, 10238.0, 10252.0, 10206.0, 10270.0, 10216.0, 10286.0, 10230.0, 10266.0, 10200.0, 10258.0, 10217.0, 10223.0, 10243.0, 10212.0, 10299.0, 10214.0, 10268.0, 10202.0, 10253.0, 10201.0, 10239.0, 10211.0, 10205.0, 10274.0, 10238.0, 10233.0, 10223.0, 10256.0, 10240.0, 10238.0, 10274.0, 10228.0, 10291.0, 10223.0, 10291.0, 10211.0, 10273.0, 10222.0, 10238.0, 10312.0, 10243.0, 10281.0, 10243.0, 10283.0, 10215.0, 10251.0, 10213.0, 10249.0, 10222.0, 10239.0, 10219.0, 10265.0, 10298.0, 10232.0, 10269.0, 10213.0, 10200.0, 10201.0, 10199.0, 10216.0, 10208.0, 10276.0, 10224.0, 10261.0, 10225.0, 10265.0, 10246.0, 10230.0, 10275.0, 10229.0, 10292.0, 10276.0, 10313.0, 10251.0, 10278.0, 10265.0, 10248.0, 10317.0, 10241.0, 10284.0, 10279.0, 10279.0, 10223.0, 10274.0, 10235.0, 10311.0, 10341.0, 10283.0, 10281.0, 10210.0, 10265.0, 10208.0, 10262.0, 10211.0, 10277.0, 10220.0, 10253.0, 10214.0, 10253.0, 10207.0, 10239.0, 10201.0, 10213.0, 10239.0, 10201.0, 10268.0, 10196.0, 10210.0, 10277.0, 10210.0, 10249.0, 10181.0, 10180.0, 10221.0, 10198.0, 10235.0, 10214.0, 10282.0, 10259.0, 10246.0, 10239.0, 10272.0, 10242.0, 10282.0, 10227.0, 10256.0, 10225.0, 10277.0, 10242.0, 10309.0, 10284.0, 10353.0, 10307.0, 10272.0, 10233.0, 10281.0, 10225.0, 10284.0, 10223.0, 10222.0, 10302.0, 10215.0, 10253.0, 10182.0, 10197.0, 10252.0, 10186.0, 10225.0, 10182.0, 10194.0, 10212.0, 10237.0, 10208.0, 10220.0, 10219.0, 10262.0, 10236.0, 10244.0, 10234.0, 10284.0, 10232.0, 10291.0, 10300.0, 10257.0, 10267.0, 10169.0, 10167.0, 10246.0, 10175.0, 10192.0, 10233.0, 10166.0, 10215.0, 10168.0, 10183.0, 10179.0, 10173.0, 10237.0, 10186.0, 10190.0, 10241.0, 10173.0, 10177.0, 10184.0, 10177.0, 10227.0, 10180.0, 10209.0, 10219.0, 10199.0, 10248.0, 10202.0, 10255.0, 10201.0, 10235.0, 10269.0, 10220.0, 10283.0, 10231.0, 10306.0, 10227.0, 10206.0, 10280.0, 10237.0, 10260.0, 10199.0, 10266.0, 10200.0, 10216.0, 10286.0, 10272.0, 10305.0, 10261.0, 10289.0, 10211.0, 10287.0, 10258.0, 10264.0, 10233.0, 10232.0, 10220.0, 10275.0, 10247.0, 10296.0, 10258.0, 10304.0, 10238.0, 10318.0, 10255.0, 10287.0, 10253.0, 10293.0, 10237.0, 10216.0, 10262.0, 10238.0, 10313.0, 10234.0, 10299.0, 10263.0, 10260.0, 10242.0, 10218.0, 10271.0, 10215.0, 10269.0, 10200.0, 10230.0, 10310.0, 10230.0, 10296.0, 10219.0, 10282.0, 10209.0, 10214.0, 10292.0, 10242.0, 10251.0, 10216.0, 10254.0, 10219.0, 10234.0, 10222.0, 10253.0, 10246.0, 10273.0, 10263.0, 10273.0, 10334.0, 10271.0, 10307.0, 10242.0, 10313.0, 10270.0, 10254.0, 10318.0, 10265.0, 10279.0, 10218.0, 10283.0, 10227.0, 10267.0, 10222.0, 10256.0, 10207.0, 10274.0, 10247.0, 10242.0, 10307.0, 10231.0, 10246.0, 10196.0, 10250.0, 10216.0, 10266.0, 10251.0, 10268.0, 10223.0, 10293.0, 10310.0, 10230.0, 10279.0, 10229.0, 10239.0, 10215.0, 10241.0, 10289.0, 10213.0, 10278.0, 10200.0, 10200.0, 10200.0, 10214.0, 10253.0, 10220.0, 10269.0, 10214.0, 10229.0, 10216.0, 10219.0, 10224.0, 10242.0, 10260.0, 10235.0, 10276.0, 10243.0, 10301.0, 10223.0, 10274.0, 10214.0, 10273.0, 10204.0, 10228.0, 10223.0, 10199.0, 10293.0, 10230.0, 10281.0, 10228.0, 10264.0, 10213.0, 10252.0, 10211.0, 10244.0, 10266.0, 10211.0, 10235.0, 10228.0, 10254.0, 10218.0, 10299.0, 10226.0, 10260.0, 10210.0, 10251.0, 10228.0, 10201.0, 10245.0, 10293.0, 10240.0, 10293.0, 10221.0, 10248.0, 10195.0, 10221.0, 10221.0, 10240.0, 10204.0, 10250.0, 10221.0, 10273.0, 10218.0, 10243.0, 10253.0, 10213.0, 10218.0, 10200.0, 10207.0, 10198.0, 10224.0, 10212.0, 10213.0, 10229.0, 10228.0, 10245.0, 10232.0, 10263.0, 10237.0, 10281.0, 10256.0, 10290.0, 10261.0, 10269.0, 10253.0, 10278.0, 10240.0, 10272.0, 10222.0, 10275.0, 10219.0, 10246.0, 10248.0, 10247.0, 10228.0, 10230.0, 10216.0, 10227.0, 10218.0, 10266.0, 10235.0, 10261.0, 10223.0, 10247.0, 10250.0, 10285.0, 10226.0, 10249.0, 10250.0, 10244.0, 10298.0, 10275.0, 10276.0, 10216.0, 10200.0, 10212.0, 10219.0, 10298.0, 10243.0, 10265.0, 10213.0, 10264.0, 10211.0, 10263.0, 10195.0, 10237.0, 10209.0, 10209.0, 10208.0, 10203.0, 10242.0, 10222.0, 10279.0, 10246.0, 10259.0, 10222.0, 10247.0, 10232.0, 10248.0, 10237.0, 10237.0, 10240.0, 10254.0, 10239.0, 10230.0, 10290.0, 10230.0, 10292.0, 10239.0, 10264.0, 10244.0, 10281.0, 10241.0, 10281.0, 10243.0, 10266.0, 10239.0, 10249.0, 10272.0, 10220.0, 10301.0, 10247.0, 10270.0, 10220.0, 10271.0, 10226.0, 10261.0, 10238.0, 10246.0, 10229.0, 10259.0, 10255.0, 10252.0, 10267.0, 10257.0, 10312.0, 10298.0, 10258.0, 10242.0, 10199.0, 10278.0, 10209.0, 10260.0, 10214.0, 10251.0, 10196.0, 10234.0, 10209.0, 10209.0, 10193.0, 10196.0, 10261.0, 10209.0, 10234.0, 10195.0, 10231.0, 10207.0, 10220.0, 10211.0, 10199.0, 10209.0, 10187.0, 10222.0, 10203.0, 10256.0, 10211.0, 10241.0, 10213.0, 10201.0, 10225.0, 10203.0, 10252.0, 10217.0, 10243.0, 10230.0, 10231.0, 10233.0, 10245.0, 10235.0, 10227.0, 10278.0, 10239.0, 10274.0, 10239.0, 10273.0, 10237.0, 10276.0, 10233.0, 10227.0, 10287.0, 10220.0, 10256.0, 10218.0, 10270.0, 10229.0, 10226.0, 10232.0, 10206.0, 10217.0, 10204.0, 10282.0, 10217.0, 10270.0, 10234.0, 10219.0, 10212.0, 10205.0, 10285.0, 10217.0, 10265.0, 10214.0, 10228.0, 10212.0, 10195.0, 10208.0, 10214.0, 10279.0, 10212.0, 10251.0, 10211.0, 10187.0, 10210.0, 10214.0, 10261.0, 10202.0, 10255.0, 10214.0, 10239.0, 10226.0, 10202.0, 10214.0, 10220.0, 10273.0, 10232.0, 10254.0, 10217.0, 10260.0, 10229.0, 10230.0, 10244.0, 10207.0, 10228.0, 10220.0, 10285.0, 10230.0, 10271.0, 10219.0, 10256.0, 10217.0, 10248.0, 10229.0, 10219.0, 10282.0, 10216.0, 10267.0, 10213.0, 10237.0, 10212.0, 10215.0, 10276.0, 10200.0, 10264.0, 10195.0, 10233.0, 10208.0, 10196.0, 10247.0, 10195.0, 10247.0, 10225.0, 10237.0, 10226.0, 10224.0, 10224.0, 10216.0, 10265.0, 10215.0, 10254.0, 10212.0, 10225.0, 10227.0, 10204.0, 10266.0, 10203.0, 10255.0, 10232.0, 10244.0, 10233.0, 10240.0, 10231.0, 10245.0, 10252.0, 10223.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.006888268348623853</td></tr>
<tr><td colspan=3>aqi</td><td>0.045954186697247705</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.15964150253736</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.185034423972445</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0634293355338693</td></tr>
<tr><td colspan=3>efc</td><td>0.4908</td></tr>
<tr><td colspan=3>fber</td><td>6868.062</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13873094050202636</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>134</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.36697247706422</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.634880108748042</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5617731207407513</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6914598449215057</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6514073605818687</td></tr>
<tr><td colspan=3>gcor</td><td>0.00706421</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.009777413681149483</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03393787518143654</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.153556584573768</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>23.7357</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.8031</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>205.383</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294296.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>976.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>418.3092</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6406</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>595.5511</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3869.4722</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4026.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82248.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1574.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5068.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>969.2839</td></tr>
<tr><td colspan=3>tsnr</td><td>30.229497051914223</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>