<?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-0106_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-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0106/figures/sub-0106_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-0106/figures/sub-0106_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106/ses-03/func/sub-0106_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>58714ec33eb2da23383ed1c7b625d209</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>19:28:52.555000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99281, -0.0901588, 0.0787324, 0.078659, 0.987219, 0.138608]</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.259</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.085361</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>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4241, -7815, -7237, 408, -73, -87, 92, 56]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.217</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7cd72eee-3c7a-42b7-923a-a70e96f9badf||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.66363787651062, 0.21103623509407043, 0.24360162019729614, 99.4771957397461], [0.2418893724679947, 2.648635149002075, 0.35483095049858093, -121.42250061035156], [0.2112331986427307, -0.37187620997428894, 2.6654744148254395, -62.1318244934082], [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': ['192852.555000', '192853.015000', '192853.475000', '192853.935000', '192854.395000', '192854.855000', '192855.315000', '192855.775000', '192856.235000', '192856.695000', '192857.155000', '192857.615000', '192858.075000', '192858.535000', '192858.995000', '192859.455000', '192859.915000', '192900.375000', '192900.835000', '192901.295000', '192901.755000', '192902.215000', '192902.675000', '192903.135000', '192903.595000', '192904.055000', '192904.515000', '192904.975000', '192905.435000', '192905.895000', '192906.355000', '192906.815000', '192907.275000', '192907.735000', '192908.195000', '192908.655000', '192909.115000', '192909.575000', '192910.035000', '192910.495000', '192910.955000', '192911.415000', '192911.875000', '192912.335000', '192912.795000', '192913.255000', '192913.715000', '192914.175000', '192914.635000', '192915.095000', '192915.555000', '192916.015000', '192916.475000', '192916.935000', '192917.395000', '192917.855000', '192918.315000', '192918.775000', '192919.235000', '192919.695000', '192920.155000', '192920.615000', '192921.075000', '192921.535000', '192921.995000', '192922.455000', '192922.915000', '192923.375000', '192923.835000', '192924.295000', '192924.755000', '192925.215000', '192925.675000', '192926.135000', '192926.595000', '192927.055000', '192927.515000', '192927.975000', '192928.435000', '192928.895000', '192929.355000', '192929.815000', '192930.275000', '192930.735000', '192931.195000', '192931.655000', '192932.115000', '192932.575000', '192933.035000', '192933.495000', '192933.955000', '192934.415000', '192934.875000', '192935.335000', '192935.795000', '192936.255000', '192936.715000', '192937.175000', '192937.635000', '192938.095000', '192938.555000', '192939.015000', '192939.475000', '192939.935000', '192940.395000', '192940.855000', '192941.315000', '192941.775000', '192942.235000', '192942.695000', '192943.155000', '192943.615000', '192944.075000', '192944.535000', '192944.995000', '192945.455000', '192945.915000', '192946.375000', '192946.835000', '192947.295000', '192947.755000', '192948.215000', '192948.675000', '192949.135000', '192949.595000', '192950.055000', '192950.515000', '192950.975000', '192951.435000', '192951.895000', '192952.355000', '192952.815000', '192953.275000', '192953.735000', '192954.195000', '192954.655000', '192955.115000', '192955.575000', '192956.035000', '192956.495000', '192956.955000', '192957.415000', '192957.875000', '192958.335000', '192958.795000', '192959.255000', '192959.715000', '193000.175000', '193000.635000', '193001.095000', '193001.555000', '193002.015000', '193002.475000', '193002.935000', '193003.395000', '193003.855000', '193004.315000', '193004.775000', '193005.235000', '193005.695000', '193006.155000', '193006.615000', '193007.075000', '193007.535000', '193007.995000', '193008.455000', '193008.915000', '193009.375000', '193009.835000', '193010.295000', '193010.755000', '193011.215000', '193011.675000', '193012.135000', '193012.595000', '193013.055000', '193013.515000', '193013.975000', '193014.435000', '193014.895000', '193015.355000', '193015.815000', '193016.275000', '193016.735000', '193017.195000', '193017.655000', '193018.115000', '193018.575000', '193019.035000', '193019.495000', '193019.955000', '193020.415000', '193020.875000', '193021.335000', '193021.795000', '193022.255000', '193022.715000', '193023.175000', '193023.635000', '193024.095000', '193024.555000', '193025.015000', '193025.475000', '193025.935000', '193026.395000', '193026.855000', '193027.315000', '193027.775000', '193028.235000', '193028.695000', '193029.155000', '193029.615000', '193030.075000', '193030.535000', '193030.995000', '193031.455000', '193031.915000', '193032.375000', '193032.835000', '193033.295000', '193033.755000', '193034.215000', '193034.675000', '193035.135000', '193035.595000', '193036.055000', '193036.515000', '193036.975000', '193037.435000', '193037.895000', '193038.355000', '193038.815000', '193039.275000', '193039.735000', '193040.195000', '193040.655000', '193041.115000', '193041.575000', '193042.035000', '193042.495000', '193042.955000', '193043.415000', '193043.875000', '193044.335000', '193044.795000', '193045.255000', '193045.715000', '193046.175000', '193046.635000', '193047.095000', '193047.555000', '193048.015000', '193048.475000', '193048.935000', '193049.395000', '193049.855000', '193050.315000', '193050.775000', '193051.235000', '193051.695000', '193052.155000', '193052.615000', '193053.075000', '193053.535000', '193053.995000', '193054.455000', '193054.915000', '193055.375000', '193055.835000', '193056.295000', '193056.755000', '193057.215000', '193057.675000', '193058.135000', '193058.595000', '193059.055000', '193059.515000', '193059.975000', '193100.435000', '193100.895000', '193101.355000', '193101.815000', '193102.275000', '193102.735000', '193103.195000', '193103.655000', '193104.115000', '193104.575000', '193105.035000', '193105.495000', '193105.955000', '193106.415000', '193106.875000', '193107.335000', '193107.795000', '193108.255000', '193108.715000', '193109.175000', '193109.635000', '193110.095000', '193110.555000', '193111.015000', '193111.475000', '193111.935000', '193112.395000', '193112.855000', '193113.315000', '193113.775000', '193114.235000', '193114.695000', '193115.155000', '193115.615000', '193116.075000', '193116.535000', '193116.995000', '193117.455000', '193117.915000', '193118.375000', '193118.835000', '193119.295000', '193119.755000', '193120.215000', '193120.675000', '193121.135000', '193121.595000', '193122.055000', '193122.515000', '193122.975000', '193123.435000', '193123.895000', '193124.355000', '193124.815000', '193125.275000', '193125.735000', '193126.195000', '193126.655000', '193127.115000', '193127.575000', '193128.035000', '193128.495000', '193128.955000', '193129.415000', '193129.875000', '193130.335000', '193130.795000', '193131.255000', '193131.715000', '193132.175000', '193132.635000', '193133.095000', '193133.555000', '193134.015000', '193134.475000', '193134.935000', '193135.395000', '193135.855000', '193136.315000', '193136.775000', '193137.235000', '193137.695000', '193138.155000', '193138.615000', '193139.075000', '193139.535000', '193139.995000', '193140.455000', '193140.915000', '193141.375000', '193141.835000', '193142.295000', '193142.755000', '193143.215000', '193143.675000', '193144.135000', '193144.595000', '193145.055000', '193145.515000', '193145.975000', '193146.435000', '193146.895000', '193147.355000', '193147.815000', '193148.275000', '193148.735000', '193149.195000', '193149.655000', '193150.115000', '193150.575000', '193151.035000', '193151.495000', '193151.955000', '193152.415000', '193152.875000', '193153.335000', '193153.795000', '193154.255000', '193154.715000', '193155.175000', '193155.635000', '193156.095000', '193156.555000', '193157.015000', '193157.475000', '193157.935000', '193158.395000', '193158.855000', '193159.315000', '193159.775000', '193200.235000', '193200.695000', '193201.155000', '193201.615000', '193202.075000', '193202.535000', '193202.995000', '193203.455000', '193203.915000', '193204.375000', '193204.835000', '193205.295000', '193205.755000', '193206.215000', '193206.675000', '193207.135000', '193207.595000', '193208.055000', '193208.515000', '193208.975000', '193209.435000', '193209.895000', '193210.355000', '193210.815000', '193211.275000', '193211.735000', '193212.195000', '193212.655000', '193213.115000', '193213.575000', '193214.035000', '193214.495000', '193214.955000', '193215.415000', '193215.875000', '193216.335000', '193216.795000', '193217.255000', '193217.715000', '193218.175000', '193218.635000', '193219.095000', '193219.555000', '193220.015000', '193220.475000', '193220.935000', '193221.395000', '193221.855000', '193222.315000', '193222.775000', '193223.235000', '193223.695000', '193224.155000', '193224.615000', '193225.075000', '193225.535000', '193225.995000', '193226.455000', '193226.915000', '193227.375000', '193227.835000', '193228.295000', '193228.755000', '193229.215000', '193229.675000', '193230.135000', '193230.595000', '193231.055000', '193231.515000', '193231.975000', '193232.435000', '193232.895000', '193233.355000', '193233.815000', '193234.275000', '193234.735000', '193235.195000', '193235.655000', '193236.115000', '193236.575000', '193237.035000', '193237.495000', '193237.955000', '193238.415000', '193238.875000', '193239.335000', '193239.795000', '193240.255000', '193240.715000', '193241.175000', '193241.635000', '193242.095000', '193242.555000', '193243.015000', '193243.475000', '193243.935000', '193244.395000', '193244.855000', '193245.315000', '193245.775000', '193246.235000', '193246.695000', '193247.155000', '193247.615000', '193248.075000', '193248.535000', '193248.995000', '193249.455000', '193249.915000', '193250.375000', '193250.835000', '193251.295000', '193251.755000', '193252.215000', '193252.675000', '193253.135000', '193253.595000', '193254.055000', '193254.515000', '193254.975000', '193255.435000', '193255.895000', '193256.355000', '193256.815000', '193257.275000', '193257.735000', '193258.195000', '193258.655000', '193259.115000', '193259.575000', '193300.035000', '193300.495000', '193300.955000', '193301.415000', '193301.875000', '193302.335000', '193302.795000', '193303.255000', '193303.715000', '193304.175000', '193304.635000', '193305.095000', '193305.555000', '193306.015000', '193306.475000', '193306.935000', '193307.395000', '193307.855000', '193308.315000', '193308.775000', '193309.235000', '193309.695000', '193310.155000', '193310.615000', '193311.075000', '193311.535000', '193311.995000', '193312.455000', '193312.915000', '193313.375000', '193313.835000', '193314.295000', '193314.755000', '193315.215000', '193315.675000', '193316.135000', '193316.595000', '193317.055000', '193317.515000', '193317.975000', '193318.435000', '193318.895000', '193319.355000', '193319.815000', '193320.275000', '193320.735000', '193321.195000', '193321.655000', '193322.115000', '193322.575000', '193323.035000', '193323.495000', '193323.955000', '193324.415000', '193324.875000', '193325.335000', '193325.795000', '193326.255000', '193326.715000', '193327.175000', '193327.635000', '193328.095000', '193328.555000', '193329.015000', '193329.475000', '193329.935000', '193330.395000', '193330.855000', '193331.315000', '193331.775000', '193332.235000', '193332.695000', '193333.155000', '193333.615000', '193334.075000', '193334.535000', '193334.995000', '193335.455000', '193335.915000', '193336.375000', '193336.835000', '193337.295000', '193337.755000', '193338.215000', '193338.675000', '193339.135000', '193339.595000', '193340.055000', '193340.515000', '193340.975000', '193341.435000', '193341.895000', '193342.355000', '193342.815000', '193343.275000', '193343.735000', '193344.195000', '193344.655000', '193345.115000', '193345.575000', '193346.035000', '193346.495000', '193346.955000', '193347.415000', '193347.875000', '193348.335000', '193348.795000', '193349.255000', '193349.715000', '193350.175000', '193350.635000', '193351.095000', '193351.555000', '193352.015000', '193352.475000', '193352.935000', '193353.395000', '193353.855000', '193354.315000', '193354.775000', '193355.235000', '193355.695000', '193356.155000', '193356.615000', '193357.075000', '193357.535000', '193357.995000', '193358.455000', '193358.915000', '193359.375000', '193359.835000', '193400.295000', '193400.755000', '193401.215000', '193401.675000', '193402.135000', '193402.595000', '193403.055000', '193403.515000', '193403.975000', '193404.435000', '193404.895000', '193405.355000', '193405.815000', '193406.275000', '193406.735000', '193407.195000', '193407.655000', '193408.115000', '193408.575000', '193409.035000', '193409.495000', '193409.955000', '193410.415000', '193410.875000', '193411.335000', '193411.795000', '193412.255000', '193412.715000', '193413.175000', '193413.635000', '193414.095000', '193414.555000', '193415.015000', '193415.475000', '193415.935000', '193416.395000', '193416.855000', '193417.315000', '193417.775000', '193418.235000', '193418.695000', '193419.155000', '193419.615000', '193420.075000', '193420.535000', '193420.995000', '193421.455000', '193421.915000', '193422.375000', '193422.835000', '193423.295000', '193423.755000', '193424.215000', '193424.675000', '193425.135000', '193425.595000', '193426.055000', '193426.515000', '193426.975000', '193427.435000', '193427.895000', '193428.355000', '193428.815000', '193429.275000', '193429.735000', '193430.195000', '193430.655000', '193431.115000', '193431.575000', '193432.035000', '193432.495000', '193432.955000', '193433.415000', '193433.875000', '193434.335000', '193434.795000', '193435.255000', '193435.715000', '193436.175000', '193436.635000', '193437.095000', '193437.555000', '193438.015000', '193438.475000', '193438.935000', '193439.395000', '193439.855000', '193440.315000', '193440.775000', '193441.235000', '193441.695000', '193442.155000', '193442.615000', '193443.075000', '193443.535000', '193443.995000', '193444.455000', '193444.915000', '193445.375000', '193445.835000', '193446.295000', '193446.755000', '193447.215000', '193447.675000', '193448.135000', '193448.595000', '193449.055000', '193449.515000', '193449.975000', '193450.435000', '193450.895000', '193451.355000', '193451.815000', '193452.275000', '193452.735000', '193453.195000', '193453.655000', '193454.115000', '193454.575000', '193455.035000', '193455.495000', '193455.955000', '193456.415000', '193456.875000', '193457.335000', '193457.795000', '193458.255000', '193458.715000', '193459.175000', '193459.635000', '193500.095000', '193500.555000', '193501.015000', '193501.475000', '193501.935000', '193502.395000', '193502.855000', '193503.315000', '193503.775000', '193504.235000', '193504.695000', '193505.155000', '193505.615000', '193506.075000', '193506.535000', '193506.995000', '193507.455000', '193507.915000', '193508.375000', '193508.835000', '193509.295000', '193509.755000', '193510.215000', '193510.675000', '193511.135000', '193511.595000', '193512.055000', '193512.515000', '193512.975000', '193513.435000', '193513.895000', '193514.355000', '193514.815000', '193515.275000', '193515.735000', '193516.195000', '193516.655000', '193517.115000', '193517.575000', '193518.035000', '193518.495000', '193518.955000', '193519.415000', '193519.875000', '193520.335000', '193520.795000', '193521.255000', '193521.715000', '193522.175000', '193522.635000', '193523.095000', '193523.555000', '193524.015000', '193524.475000', '193524.935000', '193525.395000', '193525.855000', '193526.315000', '193526.775000', '193527.235000', '193527.695000', '193528.155000', '193528.615000', '193529.075000', '193529.535000', '193529.995000', '193530.455000', '193530.915000', '193531.375000', '193531.835000', '193532.295000', '193532.755000', '193533.215000'], 'ContentTime': ['192915.870000', '192915.873000', '192915.876000', '192915.879000', '192915.881000', '192915.884000', '192915.886000', '192915.889000', '192915.891000', '192915.894000', '192915.896000', '192915.899000', '192915.901000', '192915.904000', '192915.906000', '192915.909000', '192915.911000', '192915.914000', '192915.916000', '192915.919000', '192915.922000', '192915.924000', '192915.927000', '192915.929000', '192915.932000', '192915.934000', '192915.937000', '192915.940000', '192915.942000', '192915.945000', '192915.947000', '192915.950000', '192915.952000', '192915.955000', '192915.957000', '192915.960000', '192915.963000', '192915.965000', '192915.968000', '192915.970000', '192915.973000', '192915.975000', '192915.978000', '192915.980000', '192915.983000', '192915.985000', '192915.988000', '192915.990000', '192935.846000', '192935.849000', '192935.852000', '192935.854000', '192935.857000', '192935.859000', '192935.862000', '192935.864000', '192935.867000', '192935.869000', '192935.872000', '192935.874000', '192935.877000', '192935.880000', '192935.882000', '192935.885000', '192935.887000', '192935.890000', '192935.892000', '192935.896000', '192935.898000', '192935.901000', '192935.930000', '192935.932000', '192935.935000', '192935.937000', '192935.940000', '192935.942000', '192935.945000', '192935.948000', '192935.950000', '192935.953000', '192935.955000', '192935.959000', '192935.961000', '192935.964000', '192935.967000', '192935.977000', '192935.980000', '192935.982000', '192935.985000', '192935.987000', '192935.990000', '192955.848000', '192955.850000', '192955.853000', '192955.855000', '192955.858000', '192955.861000', '192955.863000', '192955.866000', '192955.868000', '192955.871000', '192955.873000', '192955.876000', '192955.878000', '192955.881000', '192955.883000', '192955.886000', '192955.889000', '192955.891000', '192955.894000', '192955.896000', '192955.899000', '192955.901000', '192955.904000', '192955.906000', '192955.909000', '192955.911000', '192955.914000', '192955.917000', '192955.919000', '192955.922000', '192955.924000', '192955.927000', '192955.929000', '192955.932000', '192955.934000', '192955.937000', '192955.940000', '192955.942000', '192955.945000', '192955.947000', '192955.950000', '192955.952000', '192955.955000', '192955.958000', '193015.847000', '193015.850000', '193015.853000', '193015.855000', '193015.858000', '193015.883000', '193015.885000', '193015.888000', '193015.891000', '193015.893000', '193015.896000', '193015.898000', '193015.901000', '193015.903000', '193015.906000', '193015.908000', '193015.911000', '193015.913000', '193015.916000', '193015.919000', '193015.921000', '193015.924000', '193015.926000', '193015.929000', '193015.941000', '193015.944000', '193015.947000', '193015.949000', '193015.952000', '193015.954000', '193015.957000', '193015.959000', '193015.962000', '193015.964000', '193015.967000', '193015.970000', '193015.972000', '193015.975000', '193015.977000', '193015.980000', '193015.982000', '193015.985000', '193015.987000', '193035.847000', '193035.850000', '193035.853000', '193035.856000', '193035.858000', '193035.861000', '193035.864000', '193035.866000', '193035.869000', '193035.872000', '193035.874000', '193035.877000', '193035.879000', '193035.882000', '193035.884000', '193035.887000', '193035.890000', '193035.892000', '193035.895000', '193035.897000', '193035.900000', '193035.903000', '193035.905000', '193035.908000', '193035.910000', '193035.913000', '193035.915000', '193035.918000', '193035.920000', '193035.923000', '193035.925000', '193035.928000', '193035.931000', '193035.933000', '193035.936000', '193035.938000', '193035.941000', '193035.943000', '193035.946000', '193035.948000', '193035.951000', '193035.953000', '193035.956000', '193055.847000', '193055.850000', '193055.853000', '193055.855000', '193055.858000', '193055.861000', '193055.863000', '193055.866000', '193055.868000', '193055.871000', '193055.873000', '193055.876000', '193055.879000', '193055.881000', '193055.884000', '193055.886000', '193055.889000', '193055.892000', '193055.894000', '193055.897000', '193055.899000', '193055.902000', '193055.905000', '193055.907000', '193055.920000', '193055.923000', '193055.925000', '193055.928000', '193055.930000', '193055.933000', '193055.935000', '193055.938000', '193055.940000', '193055.943000', '193055.946000', '193055.948000', '193055.951000', '193055.953000', '193055.956000', '193055.958000', '193055.961000', '193055.963000', '193055.966000', '193055.969000', '193115.847000', '193115.849000', '193115.852000', '193115.855000', '193115.857000', '193115.860000', '193115.862000', '193115.865000', '193115.867000', '193115.870000', '193115.873000', '193115.875000', '193115.878000', '193115.880000', '193115.883000', '193115.885000', '193115.888000', '193115.891000', '193115.893000', '193115.896000', '193115.898000', '193115.901000', '193115.904000', '193115.906000', '193115.909000', '193115.911000', '193115.914000', '193115.917000', '193115.919000', '193115.922000', '193115.924000', '193115.927000', '193115.930000', '193115.932000', '193115.935000', '193115.937000', '193115.940000', '193115.943000', '193115.945000', '193115.948000', '193115.950000', '193115.953000', '193115.956000', '193115.958000', '193135.846000', '193135.849000', '193135.852000', '193135.854000', '193135.857000', '193135.860000', '193135.862000', '193135.865000', '193135.867000', '193135.870000', '193135.872000', '193135.875000', '193135.878000', '193135.880000', '193135.883000', '193135.885000', '193135.889000', '193135.891000', '193135.894000', '193135.897000', '193135.899000', '193135.902000', '193135.904000', '193135.907000', '193135.909000', '193135.912000', '193135.924000', '193135.927000', '193135.930000', '193135.932000', '193135.935000', '193135.937000', '193135.940000', '193135.943000', '193135.945000', '193135.948000', '193135.950000', '193135.953000', '193135.955000', '193135.958000', '193135.961000', '193135.963000', '193135.966000', '193155.848000', '193155.862000', '193155.865000', '193155.868000', '193155.870000', '193155.873000', '193155.875000', '193155.878000', '193155.880000', '193155.883000', '193155.886000', '193155.888000', '193155.891000', '193155.893000', '193155.896000', '193155.898000', '193155.901000', '193155.904000', '193155.906000', '193155.909000', '193155.911000', '193155.914000', '193155.917000', '193155.919000', '193155.922000', '193155.924000', '193155.927000', '193155.929000', '193155.932000', '193155.935000', '193155.937000', '193155.940000', '193155.942000', '193155.945000', '193155.947000', '193155.950000', '193155.953000', '193155.955000', '193155.958000', '193155.960000', '193155.963000', '193155.965000', '193155.968000', '193155.971000', '193215.848000', '193215.850000', '193215.853000', '193215.856000', '193215.858000', '193215.861000', '193215.863000', '193215.866000', '193215.868000', '193215.871000', '193215.874000', '193215.876000', '193215.879000', '193215.881000', '193215.884000', '193215.887000', '193215.900000', '193215.902000', '193215.905000', '193215.907000', '193215.910000', '193215.912000', '193215.915000', '193215.917000', '193215.920000', '193215.923000', '193215.925000', '193215.928000', '193215.930000', '193215.933000', '193215.936000', '193215.938000', '193215.941000', '193215.943000', '193215.946000', '193215.949000', '193215.951000', '193215.954000', '193215.956000', '193215.959000', '193215.962000', '193215.964000', '193215.967000', '193235.848000', '193235.850000', '193235.853000', '193235.855000', '193235.858000', '193235.861000', '193235.863000', '193235.866000', '193235.868000', '193235.871000', '193235.873000', '193235.876000', '193235.878000', '193235.881000', '193235.884000', '193235.886000', '193235.889000', '193235.891000', '193235.894000', '193235.896000', '193235.899000', '193235.902000', '193235.904000', '193235.907000', '193235.909000', '193235.912000', '193235.914000', '193235.917000', '193235.920000', '193235.922000', '193235.925000', '193235.927000', '193235.930000', '193235.932000', '193235.935000', '193235.937000', '193235.940000', '193235.943000', '193235.945000', '193235.948000', '193235.950000', '193235.953000', '193235.956000', '193235.958000', '193255.848000', '193255.850000', '193255.853000', '193255.855000', '193255.858000', '193255.861000', '193255.863000', '193255.866000', '193255.868000', '193255.871000', '193255.873000', '193255.876000', '193255.878000', '193255.881000', '193255.884000', '193255.886000', '193255.889000', '193255.891000', '193255.894000', '193255.896000', '193255.899000', '193255.901000', '193255.904000', '193255.907000', '193255.909000', '193255.912000', '193255.914000', '193255.917000', '193255.920000', '193255.923000', '193255.925000', '193255.928000', '193255.930000', '193255.933000', '193255.935000', '193255.938000', '193255.941000', '193255.943000', '193255.946000', '193255.948000', '193255.951000', '193255.953000', '193255.956000', '193315.847000', '193315.850000', '193315.853000', '193315.855000', '193315.858000', '193315.860000', '193315.863000', '193315.865000', '193315.868000', '193315.871000', '193315.874000', '193315.877000', '193315.879000', '193315.882000', '193315.885000', '193315.887000', '193315.890000', '193315.892000', '193315.895000', '193315.900000', '193315.903000', '193315.905000', '193315.908000', '193315.910000', '193315.913000', '193315.915000', '193315.928000', '193315.931000', '193315.934000', '193315.936000', '193315.939000', '193315.942000', '193315.945000', '193315.947000', '193315.950000', '193315.952000', '193315.955000', '193315.957000', '193315.960000', '193315.962000', '193315.965000', '193315.968000', '193315.970000', '193315.973000', '193335.846000', '193335.849000', '193335.852000', '193335.855000', '193335.857000', '193335.860000', '193335.862000', '193335.865000', '193335.868000', '193335.870000', '193335.873000', '193335.875000', '193335.878000', '193335.881000', '193335.883000', '193335.886000', '193335.888000', '193335.891000', '193335.894000', '193335.896000', '193335.899000', '193335.902000', '193335.904000', '193335.907000', '193335.909000', '193335.912000', '193335.915000', '193335.917000', '193335.920000', '193335.922000', '193335.925000', '193335.928000', '193335.930000', '193335.933000', '193335.935000', '193335.938000', '193335.940000', '193335.943000', '193335.945000', '193335.948000', '193335.951000', '193335.953000', '193335.956000', '193355.846000', '193355.849000', '193355.852000', '193355.854000', '193355.857000', '193355.860000', '193355.862000', '193355.865000', '193355.867000', '193355.870000', '193355.872000', '193355.875000', '193355.878000', '193355.880000', '193355.883000', '193355.885000', '193355.888000', '193355.890000', '193355.893000', '193355.895000', '193355.898000', '193355.901000', '193355.903000', '193355.906000', '193355.908000', '193355.911000', '193355.918000', '193355.921000', '193355.924000', '193355.926000', '193355.929000', '193355.931000', '193355.934000', '193355.936000', '193355.939000', '193355.942000', '193355.944000', '193355.947000', '193355.949000', '193355.952000', '193355.955000', '193355.957000', '193355.960000', '193355.962000', '193415.847000', '193415.850000', '193415.853000', '193415.855000', '193415.858000', '193415.861000', '193415.863000', '193415.866000', '193415.868000', '193415.871000', '193415.874000', '193415.876000', '193415.879000', '193415.881000', '193415.884000', '193415.886000', '193415.889000', '193415.891000', '193415.894000', '193415.897000', '193415.899000', '193415.902000', '193415.904000', '193415.907000', '193415.910000', '193415.912000', '193415.915000', '193415.917000', '193415.920000', '193415.922000', '193415.925000', '193415.928000', '193415.930000', '193415.933000', '193415.935000', '193415.938000', '193415.940000', '193415.943000', '193415.946000', '193415.948000', '193415.951000', '193415.953000', '193415.956000', '193435.847000', '193435.850000', '193435.853000', '193435.855000', '193435.858000', '193435.861000', '193435.863000', '193435.866000', '193435.868000', '193435.871000', '193435.873000', '193435.876000', '193435.879000', '193435.881000', '193435.884000', '193435.887000', '193435.889000', '193435.892000', '193435.894000', '193435.897000', '193435.899000', '193435.902000', '193435.905000', '193435.907000', '193435.910000', '193435.913000', '193435.916000', '193435.919000', '193435.921000', '193435.924000', '193435.926000', '193435.929000', '193435.931000', '193435.934000', '193435.937000', '193435.939000', '193435.942000', '193435.956000', '193435.958000', '193435.961000', '193435.963000', '193435.969000', '193435.972000', '193455.848000', '193455.850000', '193455.853000', '193455.856000', '193455.858000', '193455.861000', '193455.863000', '193455.866000', '193455.868000', '193455.871000', '193455.874000', '193455.876000', '193455.879000', '193455.881000', '193455.884000', '193455.886000', '193455.889000', '193455.891000', '193455.894000', '193455.897000', '193455.899000', '193455.902000', '193455.904000', '193455.907000', '193455.910000', '193455.912000', '193455.915000', '193455.917000', '193455.920000', '193455.922000', '193455.925000', '193455.927000', '193455.930000', '193455.932000', '193455.935000', '193455.938000', '193455.940000', '193455.943000', '193455.945000', '193455.948000', '193455.950000', '193455.953000', '193455.956000', '193455.958000', '193515.848000', '193515.850000', '193515.853000', '193515.856000', '193515.858000', '193515.861000', '193515.863000', '193515.866000', '193515.868000', '193515.871000', '193515.874000', '193515.876000', '193515.879000', '193515.881000', '193515.884000', '193515.886000', '193515.889000', '193515.892000', '193515.894000', '193515.897000', '193515.899000', '193515.902000', '193515.905000', '193515.908000', '193515.911000', '193515.914000', '193515.916000', '193515.919000', '193515.921000', '193515.924000', '193515.927000', '193515.929000', '193515.932000', '193515.934000', '193515.937000', '193515.939000', '193515.942000', '193515.945000', '193515.947000', '193515.950000', '193515.952000', '193515.955000', '193515.958000', '193534.738000', '193534.741000', '193534.743000', '193534.746000', '193534.748000', '193534.751000', '193534.754000', '193534.756000', '193534.759000', '193534.761000', '193534.764000', '193534.766000', '193534.769000', '193534.772000', '193534.774000', '193534.777000', '193534.779000', '193534.782000', '193534.784000', '193534.787000', '193534.789000', '193534.792000', '193534.795000', '193534.797000', '193534.843000', '193534.845000', '193534.848000', '193534.850000', '193534.853000', '193534.855000', '193534.858000', '193534.861000', '193534.863000', '193534.866000', '193534.868000', '193534.871000', '193534.874000', '193534.876000', '193534.879000', '193534.881000', '193534.884000', '193534.887000'], 'InstanceCreationTime': ['192915.870000', '192915.873000', '192915.876000', '192915.879000', '192915.881000', '192915.884000', '192915.886000', '192915.889000', '192915.891000', '192915.894000', '192915.896000', '192915.899000', '192915.901000', '192915.904000', '192915.906000', '192915.909000', '192915.911000', '192915.914000', '192915.916000', '192915.919000', '192915.922000', '192915.924000', '192915.927000', '192915.929000', '192915.932000', '192915.934000', '192915.937000', '192915.940000', '192915.942000', '192915.945000', '192915.947000', '192915.950000', '192915.952000', '192915.955000', '192915.957000', '192915.960000', '192915.963000', '192915.965000', '192915.968000', '192915.970000', '192915.973000', '192915.975000', '192915.978000', '192915.980000', '192915.983000', '192915.985000', '192915.988000', '192915.990000', '192935.846000', '192935.849000', '192935.852000', '192935.854000', '192935.857000', '192935.859000', '192935.862000', '192935.864000', '192935.867000', '192935.869000', '192935.872000', '192935.874000', '192935.877000', '192935.880000', '192935.882000', '192935.885000', '192935.887000', '192935.890000', '192935.892000', '192935.896000', '192935.898000', '192935.901000', '192935.930000', '192935.932000', '192935.935000', '192935.937000', '192935.940000', '192935.942000', '192935.945000', '192935.948000', '192935.950000', '192935.953000', '192935.955000', '192935.959000', '192935.961000', '192935.964000', '192935.967000', '192935.977000', '192935.980000', '192935.982000', '192935.985000', '192935.987000', '192935.990000', '192955.848000', '192955.850000', '192955.853000', '192955.855000', '192955.858000', '192955.861000', '192955.863000', '192955.866000', '192955.868000', '192955.871000', '192955.873000', '192955.876000', '192955.878000', '192955.881000', '192955.883000', '192955.886000', '192955.889000', '192955.891000', '192955.894000', '192955.896000', '192955.899000', '192955.901000', '192955.904000', '192955.906000', '192955.909000', '192955.911000', '192955.914000', '192955.917000', '192955.919000', '192955.922000', '192955.924000', '192955.927000', '192955.929000', '192955.932000', '192955.934000', '192955.937000', '192955.940000', '192955.942000', '192955.945000', '192955.947000', '192955.950000', '192955.952000', '192955.955000', '192955.958000', '193015.847000', '193015.850000', '193015.853000', '193015.855000', '193015.858000', '193015.883000', '193015.885000', '193015.888000', '193015.891000', '193015.893000', '193015.896000', '193015.898000', '193015.901000', '193015.903000', '193015.906000', '193015.908000', '193015.911000', '193015.913000', '193015.916000', '193015.919000', '193015.921000', '193015.924000', '193015.926000', '193015.929000', '193015.941000', '193015.944000', '193015.947000', '193015.949000', '193015.952000', '193015.954000', '193015.957000', '193015.959000', '193015.962000', '193015.964000', '193015.967000', '193015.970000', '193015.972000', '193015.975000', '193015.977000', '193015.980000', '193015.982000', '193015.985000', '193015.987000', '193035.847000', '193035.850000', '193035.853000', '193035.856000', '193035.858000', '193035.861000', '193035.864000', '193035.866000', '193035.869000', '193035.872000', '193035.874000', '193035.877000', '193035.879000', '193035.882000', '193035.884000', '193035.887000', '193035.890000', '193035.892000', '193035.895000', '193035.897000', '193035.900000', '193035.903000', '193035.905000', '193035.908000', '193035.910000', '193035.913000', '193035.915000', '193035.918000', '193035.920000', '193035.923000', '193035.925000', '193035.928000', '193035.931000', '193035.933000', '193035.936000', '193035.938000', '193035.941000', '193035.943000', '193035.946000', '193035.948000', '193035.951000', '193035.953000', '193035.956000', '193055.847000', '193055.850000', '193055.853000', '193055.855000', '193055.858000', '193055.861000', '193055.863000', '193055.866000', '193055.868000', '193055.871000', '193055.873000', '193055.876000', '193055.879000', '193055.881000', '193055.884000', '193055.886000', '193055.889000', '193055.892000', '193055.894000', '193055.897000', '193055.899000', '193055.902000', '193055.905000', '193055.907000', '193055.920000', '193055.923000', '193055.925000', '193055.928000', '193055.930000', '193055.933000', '193055.935000', '193055.938000', '193055.940000', '193055.943000', '193055.946000', '193055.948000', '193055.951000', '193055.953000', '193055.956000', '193055.958000', '193055.961000', '193055.963000', '193055.966000', '193055.969000', '193115.847000', '193115.849000', '193115.852000', '193115.855000', '193115.857000', '193115.860000', '193115.862000', '193115.865000', '193115.867000', '193115.870000', '193115.873000', '193115.875000', '193115.878000', '193115.880000', '193115.883000', '193115.885000', '193115.888000', '193115.891000', '193115.893000', '193115.896000', '193115.898000', '193115.901000', '193115.904000', '193115.906000', '193115.909000', '193115.911000', '193115.914000', '193115.917000', '193115.919000', '193115.922000', '193115.924000', '193115.927000', '193115.930000', '193115.932000', '193115.935000', '193115.937000', '193115.940000', '193115.943000', '193115.945000', '193115.948000', '193115.950000', '193115.953000', '193115.956000', '193115.958000', '193135.846000', '193135.849000', '193135.852000', '193135.854000', '193135.857000', '193135.860000', '193135.862000', '193135.865000', '193135.867000', '193135.870000', '193135.872000', '193135.875000', '193135.878000', '193135.880000', '193135.883000', '193135.885000', '193135.889000', '193135.891000', '193135.894000', '193135.897000', '193135.899000', '193135.902000', '193135.904000', '193135.907000', '193135.909000', '193135.912000', '193135.924000', '193135.927000', '193135.930000', '193135.932000', '193135.935000', '193135.937000', '193135.940000', '193135.943000', '193135.945000', '193135.948000', '193135.950000', '193135.953000', '193135.955000', '193135.958000', '193135.961000', '193135.963000', '193135.966000', '193155.848000', '193155.862000', '193155.865000', '193155.868000', '193155.870000', '193155.873000', '193155.875000', '193155.878000', '193155.880000', '193155.883000', '193155.886000', '193155.888000', '193155.891000', '193155.893000', '193155.896000', '193155.898000', '193155.901000', '193155.904000', '193155.906000', '193155.909000', '193155.911000', '193155.914000', '193155.917000', '193155.919000', '193155.922000', '193155.924000', '193155.927000', '193155.929000', '193155.932000', '193155.935000', '193155.937000', '193155.940000', '193155.942000', '193155.945000', '193155.947000', '193155.950000', '193155.953000', '193155.955000', '193155.958000', '193155.960000', '193155.963000', '193155.965000', '193155.968000', '193155.971000', '193215.848000', '193215.850000', '193215.853000', '193215.856000', '193215.858000', '193215.861000', '193215.863000', '193215.866000', '193215.868000', '193215.871000', '193215.874000', '193215.876000', '193215.879000', '193215.881000', '193215.884000', '193215.887000', '193215.900000', '193215.902000', '193215.905000', '193215.907000', '193215.910000', '193215.912000', '193215.915000', '193215.917000', '193215.920000', '193215.923000', '193215.925000', '193215.928000', '193215.930000', '193215.933000', '193215.936000', '193215.938000', '193215.941000', '193215.943000', '193215.946000', '193215.949000', '193215.951000', '193215.954000', '193215.956000', '193215.959000', '193215.962000', '193215.964000', '193215.967000', '193235.848000', '193235.850000', '193235.853000', '193235.855000', '193235.858000', '193235.861000', '193235.863000', '193235.866000', '193235.868000', '193235.871000', '193235.873000', '193235.876000', '193235.878000', '193235.881000', '193235.884000', '193235.886000', '193235.889000', '193235.891000', '193235.894000', '193235.896000', '193235.899000', '193235.902000', '193235.904000', '193235.907000', '193235.909000', '193235.912000', '193235.914000', '193235.917000', '193235.920000', '193235.922000', '193235.925000', '193235.927000', '193235.930000', '193235.932000', '193235.935000', '193235.937000', '193235.940000', '193235.943000', '193235.945000', '193235.948000', '193235.950000', '193235.953000', '193235.956000', '193235.958000', '193255.848000', '193255.850000', '193255.853000', '193255.855000', '193255.858000', '193255.861000', '193255.863000', '193255.866000', '193255.868000', '193255.871000', '193255.873000', '193255.876000', '193255.878000', '193255.881000', '193255.884000', '193255.886000', '193255.889000', '193255.891000', '193255.894000', '193255.896000', '193255.899000', '193255.901000', '193255.904000', '193255.907000', '193255.909000', '193255.912000', '193255.914000', '193255.917000', '193255.920000', '193255.923000', '193255.925000', '193255.928000', '193255.930000', '193255.933000', '193255.935000', '193255.938000', '193255.941000', '193255.943000', '193255.946000', '193255.948000', '193255.951000', '193255.953000', '193255.956000', '193315.847000', '193315.850000', '193315.853000', '193315.855000', '193315.858000', '193315.860000', '193315.863000', '193315.865000', '193315.868000', '193315.871000', '193315.874000', '193315.877000', '193315.879000', '193315.882000', '193315.885000', '193315.887000', '193315.890000', '193315.892000', '193315.895000', '193315.900000', '193315.903000', '193315.905000', '193315.908000', '193315.910000', '193315.913000', '193315.915000', '193315.928000', '193315.931000', '193315.934000', '193315.936000', '193315.939000', '193315.942000', '193315.945000', '193315.947000', '193315.950000', '193315.952000', '193315.955000', '193315.957000', '193315.960000', '193315.962000', '193315.965000', '193315.968000', '193315.970000', '193315.973000', '193335.846000', '193335.849000', '193335.852000', '193335.855000', '193335.857000', '193335.860000', '193335.862000', '193335.865000', '193335.868000', '193335.870000', '193335.873000', '193335.875000', '193335.878000', '193335.881000', '193335.883000', '193335.886000', '193335.888000', '193335.891000', '193335.894000', '193335.896000', '193335.899000', '193335.902000', '193335.904000', '193335.907000', '193335.909000', '193335.912000', '193335.915000', '193335.917000', '193335.920000', '193335.922000', '193335.925000', '193335.928000', '193335.930000', '193335.933000', '193335.935000', '193335.938000', '193335.940000', '193335.943000', '193335.945000', '193335.948000', '193335.951000', '193335.953000', '193335.956000', '193355.846000', '193355.849000', '193355.852000', '193355.854000', '193355.857000', '193355.860000', '193355.862000', '193355.865000', '193355.867000', '193355.870000', '193355.872000', '193355.875000', '193355.878000', '193355.880000', '193355.883000', '193355.885000', '193355.888000', '193355.890000', '193355.893000', '193355.895000', '193355.898000', '193355.901000', '193355.903000', '193355.906000', '193355.908000', '193355.911000', '193355.918000', '193355.921000', '193355.924000', '193355.926000', '193355.929000', '193355.931000', '193355.934000', '193355.936000', '193355.939000', '193355.942000', '193355.944000', '193355.947000', '193355.949000', '193355.952000', '193355.955000', '193355.957000', '193355.960000', '193355.962000', '193415.847000', '193415.850000', '193415.853000', '193415.855000', '193415.858000', '193415.861000', '193415.863000', '193415.866000', '193415.868000', '193415.871000', '193415.874000', '193415.876000', '193415.879000', '193415.881000', '193415.884000', '193415.886000', '193415.889000', '193415.891000', '193415.894000', '193415.897000', '193415.899000', '193415.902000', '193415.904000', '193415.907000', '193415.910000', '193415.912000', '193415.915000', '193415.917000', '193415.920000', '193415.922000', '193415.925000', '193415.928000', '193415.930000', '193415.933000', '193415.935000', '193415.938000', '193415.940000', '193415.943000', '193415.946000', '193415.948000', '193415.951000', '193415.953000', '193415.956000', '193435.847000', '193435.850000', '193435.853000', '193435.855000', '193435.858000', '193435.861000', '193435.863000', '193435.866000', '193435.868000', '193435.871000', '193435.873000', '193435.876000', '193435.879000', '193435.881000', '193435.884000', '193435.887000', '193435.889000', '193435.892000', '193435.894000', '193435.897000', '193435.899000', '193435.902000', '193435.905000', '193435.907000', '193435.910000', '193435.913000', '193435.916000', '193435.919000', '193435.921000', '193435.924000', '193435.926000', '193435.929000', '193435.931000', '193435.934000', '193435.937000', '193435.939000', '193435.942000', '193435.956000', '193435.958000', '193435.961000', '193435.963000', '193435.969000', '193435.972000', '193455.848000', '193455.850000', '193455.853000', '193455.856000', '193455.858000', '193455.861000', '193455.863000', '193455.866000', '193455.868000', '193455.871000', '193455.874000', '193455.876000', '193455.879000', '193455.881000', '193455.884000', '193455.886000', '193455.889000', '193455.891000', '193455.894000', '193455.897000', '193455.899000', '193455.902000', '193455.904000', '193455.907000', '193455.910000', '193455.912000', '193455.915000', '193455.917000', '193455.920000', '193455.922000', '193455.925000', '193455.927000', '193455.930000', '193455.932000', '193455.935000', '193455.938000', '193455.940000', '193455.943000', '193455.945000', '193455.948000', '193455.950000', '193455.953000', '193455.956000', '193455.958000', '193515.848000', '193515.850000', '193515.853000', '193515.856000', '193515.858000', '193515.861000', '193515.863000', '193515.866000', '193515.868000', '193515.871000', '193515.874000', '193515.876000', '193515.879000', '193515.881000', '193515.884000', '193515.886000', '193515.889000', '193515.892000', '193515.894000', '193515.897000', '193515.899000', '193515.902000', '193515.905000', '193515.908000', '193515.911000', '193515.914000', '193515.916000', '193515.919000', '193515.921000', '193515.924000', '193515.927000', '193515.929000', '193515.932000', '193515.934000', '193515.937000', '193515.939000', '193515.942000', '193515.945000', '193515.947000', '193515.950000', '193515.952000', '193515.955000', '193515.958000', '193534.738000', '193534.741000', '193534.743000', '193534.746000', '193534.748000', '193534.751000', '193534.754000', '193534.756000', '193534.759000', '193534.761000', '193534.764000', '193534.766000', '193534.769000', '193534.772000', '193534.774000', '193534.777000', '193534.779000', '193534.782000', '193534.784000', '193534.787000', '193534.789000', '193534.792000', '193534.795000', '193534.797000', '193534.843000', '193534.845000', '193534.848000', '193534.850000', '193534.853000', '193534.855000', '193534.858000', '193534.861000', '193534.863000', '193534.866000', '193534.868000', '193534.871000', '193534.874000', '193534.876000', '193534.879000', '193534.881000', '193534.884000', '193534.887000'], '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': [10882, 8674, 8492, 9474, 9074, 9182, 10898, 14875, 11139, 12204, 13141, 10483, 10665, 8556, 10442, 9347, 9901, 9467, 9673, 10617, 9894, 8448, 10386, 9235, 10382, 11137, 10417, 10650, 9177, 10830, 14323, 10582, 9386, 10321, 8360, 9807, 8799, 9196, 8769, 8812, 9988, 11145, 12173, 10556, 9280, 9373, 9210, 11188, 14389, 11069, 14760, 10084, 9247, 8561, 9879, 8630, 10255, 10253, 10233, 9662, 10478, 8731, 10415, 10104, 10777, 12461, 10838, 9825, 10979, 10947, 11433, 12270, 11978, 9245, 11014, 9142, 11063, 10949, 10987, 10604, 10479, 9051, 11007, 8901, 11014, 14093, 10987, 10812, 10465, 10029, 10282, 9367, 10543, 8653, 10785, 11770, 10683, 9508, 10156, 10747, 10499, 8152, 10668, 10593, 10360, 10845, 9901, 11186, 11657, 10677, 9355, 10198, 8250, 9780, 8720, 10020, 10897, 10858, 9074, 9481, 10033, 7794, 8514, 8453, 9633, 9402, 7688, 10113, 12568, 10962, 10927, 9893, 11360, 9992, 13045, 12503, 13599, 17548, 11311, 12827, 10647, 9061, 10711, 8831, 10109, 8194, 10086, 8327, 10647, 8231, 10830, 8477, 10986, 10281, 11103, 9409, 8092, 9953, 9263, 10646, 10737, 9809, 10469, 9631, 10784, 8609, 9265, 10363, 8319, 10112, 10591, 10324, 8990, 10302, 8543, 10109, 10363, 8650, 10391, 9378, 10118, 11989, 10290, 8779, 10209, 9310, 9946, 8910, 9747, 10503, 9844, 10402, 11274, 11867, 12883, 10127, 8965, 9746, 10181, 8361, 10116, 10648, 12770, 10646, 9634, 10414, 9476, 10151, 10219, 12241, 10989, 9563, 10507, 8186, 10226, 14455, 11047, 9240, 9712, 10411, 12321, 10304, 9788, 10636, 8194, 10010, 8036, 10106, 9953, 10820, 9813, 9172, 10558, 10485, 10819, 9692, 9929, 9405, 10442, 8451, 9869, 12094, 11162, 11818, 9455, 10216, 14359, 10376, 13549, 10780, 10855, 10968, 11467, 10228, 9909, 10425, 9024, 10166, 10099, 9548, 10012, 9441, 10758, 8873, 10130, 9104, 10289, 8767, 10258, 9393, 10215, 7716, 9755, 7846, 9767, 10721, 9819, 13681, 10788, 11097, 10361, 11217, 11720, 10200, 12466, 9966, 11976, 10739, 12530, 13507, 13372, 12170, 13422, 14020, 11734, 8560, 10271, 14066, 10719, 9346, 9457, 10667, 8990, 10448, 8527, 10374, 9202, 10597, 13310, 10336, 9796, 9875, 8837, 9777, 8686, 9390, 10042, 9468, 9092, 9691, 9019, 9934, 10660, 10663, 8921, 8466, 9456, 10877, 15881, 12046, 11511, 13306, 9962, 10796, 9833, 10542, 9129, 10911, 10310, 10076, 10742, 10528, 8502, 10394, 11318, 10768, 10455, 12437, 11435, 10610, 9260, 10846, 10546, 11040, 9814, 10157, 9668, 10927, 9956, 9694, 9048, 9477, 10384, 10877, 9087, 9218, 10663, 10513, 12741, 11107, 11309, 9572, 10552, 9382, 10815, 12145, 11038, 9282, 10528, 9642, 10626, 9255, 10323, 9065, 10021, 8629, 10015, 8867, 10263, 8589, 10426, 10037, 10656, 9621, 10305, 10785, 10265, 9084, 10076, 10374, 9235, 10332, 8809, 10351, 14531, 10622, 11149, 10209, 10546, 14727, 13643, 10990, 10912, 10359, 8745, 10815, 16103, 12069, 9136, 10315, 9507, 10495, 10458, 9365, 9747, 8109, 10126, 9964, 10444, 10460, 8865, 10145, 12306, 10309, 9629, 9620, 10646, 13046, 10495, 11478, 11330, 10935, 10164, 8808, 9936, 10075, 9360, 10832, 12401, 10412, 8669, 10428, 9005, 10536, 13087, 11141, 11533, 10412, 9042, 10296, 9784, 10365, 10633, 12224, 10653, 12866, 10314, 9500, 10458, 10418, 8888, 10849, 13749, 10460, 8591, 10172, 9538, 10359, 10579, 9000, 10487, 8738, 10220, 9380, 9688, 10488, 9886, 10672, 13522, 12422, 10399, 10100, 8556, 9705, 10158, 8212, 9941, 9161, 10379, 9799, 8019, 9560, 10503, 10456, 10440, 12286, 10577, 12279, 12276, 11599, 9208, 10225, 10346, 11607, 10696, 9091, 10634, 8668, 10311, 11733, 10916, 8812, 9360, 10360, 8554, 10318, 8260, 10144, 10027, 10622, 10481, 8882, 10232, 11193, 12735, 11557, 9785, 10539, 9145, 10491, 9554, 10826, 9124, 9197, 9678, 9040, 10279, 9968, 10180, 9002, 9576, 10156, 8408, 10073, 9724, 10607, 10559, 9180, 10461, 8867, 10014, 9391, 9889, 10778, 9213, 10802, 9108, 9671, 8044, 9909, 9388, 9979, 10162, 8606, 10207, 15339, 10852, 10237, 10619, 10529, 15317, 13839, 12017, 11053, 10387, 11002, 12889, 9984, 9122, 10516, 15329, 10617, 10398, 10306, 10696, 8952, 10495, 11597, 10832, 9709, 12597, 13932, 10304, 9042, 10837, 9308, 10812, 10120, 10921, 10802, 10783, 10867, 9609, 10659, 9956, 9913, 10815, 14279, 10837, 12240, 10833, 9728, 10122, 10910, 14833, 10981, 9856, 10672, 8907, 10625, 8352, 10599, 9686, 10035, 11015, 12920, 11064, 9956, 10645, 9340, 10777, 10091, 10799, 10072, 10366, 9983, 9811, 8827, 9325, 10774, 10020, 10934, 10174, 10927, 9588, 10499, 8896, 10608, 8657, 10566, 9630, 10644, 10042, 10278, 9936, 10179, 10380, 9419, 10853, 10153, 10695, 8724, 10510, 9141, 10886, 12284, 10817, 8353, 9413, 8795, 10549, 11802, 10731, 13779, 11515, 8872, 10482, 10274, 10562, 9733, 10585, 10303, 9891, 9591, 9519, 10766, 9429, 10654, 10216, 10000, 8375, 10373, 11701, 10599, 9735, 10628, 8975, 9887, 10913, 9072, 10604, 10396, 12462, 9142, 9892, 9460, 8697, 10795, 14903, 10509, 12243, 10270, 11093, 10586, 9440, 10121, 9676, 10011, 9263, 9771, 10851, 9491, 10404, 9251, 10815, 14150, 10733, 9797, 10756, 9152, 9768, 10647, 8836, 10530, 12332, 10509, 9342, 10260, 8885, 10031, 9551, 10012, 10347, 8901, 10491, 13952, 10213, 10443, 10310, 10589, 15695, 13830, 10270, 10460, 10679, 10604, 10697, 9133, 10991, 8484, 10021, 8549, 9260, 10613, 10116, 10553, 9123, 10372, 12102, 10256, 9227, 9953, 9146, 9980, 9890, 9350, 10873, 14610, 11908, 10404, 12153, 8872, 10366, 8726, 10565, 9386, 10080, 9689, 8983, 9124, 9796, 8849, 10123, 9623, 9683, 10672, 12822, 10569, 8500, 10621, 9077, 10583, 13571, 12296, 11799, 10414, 12084, 10466, 9358, 10202, 10647, 9417, 9305, 9329, 10448, 9184, 10752, 11205, 10566, 8925, 10282, 10174, 11100, 9464, 9388, 10217, 9901, 8838, 9795, 10771, 9514, 10804, 8513, 10453, 8839, 10458, 10078, 11143, 10395, 9432, 10804, 9326, 10512, 9547, 10949, 8647, 9379, 8821, 9511, 8818, 9707, 10778, 9612, 10698, 13204, 10708, 8584, 8635, 9165, 10816, 13043, 11405], 'WindowCenter': [4403.0, 4365.0, 4354.0, 4362.0, 4350.0, 4349.0, 4358.0, 4377.0, 4357.0, 4355.0, 4364.0, 4333.0, 4344.0, 4312.0, 4333.0, 4321.0, 4328.0, 4321.0, 4322.0, 4333.0, 4333.0, 4311.0, 4343.0, 4322.0, 4344.0, 4355.0, 4345.0, 4345.0, 4333.0, 4345.0, 4363.0, 4343.0, 4322.0, 4332.0, 4313.0, 4346.0, 4336.0, 4336.0, 4337.0, 4336.0, 4347.0, 4359.0, 4367.0, 4346.0, 4331.0, 4334.0, 4322.0, 4342.0, 4363.0, 4343.0, 4363.0, 4333.0, 4321.0, 4322.0, 4332.0, 4321.0, 4344.0, 4345.0, 4346.0, 4335.0, 4345.0, 4324.0, 4345.0, 4345.0, 4344.0, 4354.0, 4343.0, 4333.0, 4343.0, 4342.0, 4339.0, 4343.0, 4343.0, 4320.0, 4341.0, 4320.0, 4344.0, 4331.0, 4343.0, 4332.0, 4333.0, 4322.0, 4343.0, 4322.0, 4343.0, 4363.0, 4343.0, 4331.0, 4332.0, 4321.0, 4332.0, 4321.0, 4332.0, 4309.0, 4341.0, 4341.0, 4331.0, 4323.0, 4333.0, 4343.0, 4344.0, 4313.0, 4344.0, 4342.0, 4332.0, 4344.0, 4333.0, 4342.0, 4341.0, 4332.0, 4321.0, 4331.0, 4311.0, 4332.0, 4322.0, 4347.0, 4370.0, 4370.0, 4339.0, 4349.0, 4360.0, 4340.0, 4349.0, 4362.0, 4373.0, 4374.0, 4343.0, 4372.0, 4370.0, 4347.0, 4347.0, 4324.0, 4331.0, 4311.0, 4342.0, 4317.0, 4328.0, 4333.0, 4291.0, 4297.0, 4279.0, 4266.0, 4290.0, 4267.0, 4288.0, 4267.0, 4288.0, 4269.0, 4301.0, 4270.0, 4313.0, 4282.0, 4314.0, 4301.0, 4313.0, 4293.0, 4284.0, 4316.0, 4307.0, 4330.0, 4340.0, 4320.0, 4331.0, 4321.0, 4332.0, 4312.0, 4323.0, 4332.0, 4310.0, 4333.0, 4331.0, 4333.0, 4322.0, 4333.0, 4312.0, 4344.0, 4344.0, 4313.0, 4330.0, 4320.0, 4333.0, 4342.0, 4334.0, 4325.0, 4345.0, 4335.0, 4345.0, 4321.0, 4335.0, 4344.0, 4334.0, 4346.0, 4346.0, 4356.0, 4354.0, 4345.0, 4321.0, 4334.0, 4341.0, 4313.0, 4342.0, 4346.0, 4362.0, 4344.0, 4335.0, 4345.0, 4334.0, 4335.0, 4334.0, 4354.0, 4343.0, 4334.0, 4344.0, 4313.0, 4334.0, 4363.0, 4342.0, 4323.0, 4322.0, 4342.0, 4352.0, 4330.0, 4332.0, 4332.0, 4312.0, 4332.0, 4314.0, 4345.0, 4334.0, 4346.0, 4344.0, 4335.0, 4344.0, 4346.0, 4344.0, 4345.0, 4344.0, 4338.0, 4358.0, 4325.0, 4348.0, 4368.0, 4357.0, 4358.0, 4336.0, 4346.0, 4363.0, 4335.0, 4364.0, 4344.0, 4342.0, 4356.0, 4356.0, 4345.0, 4332.0, 4345.0, 4323.0, 4345.0, 4342.0, 4334.0, 4334.0, 4335.0, 4346.0, 4325.0, 4347.0, 4336.0, 4344.0, 4335.0, 4346.0, 4347.0, 4346.0, 4317.0, 4349.0, 4327.0, 4361.0, 4358.0, 4361.0, 4379.0, 4358.0, 4359.0, 4348.0, 4360.0, 4366.0, 4348.0, 4366.0, 4345.0, 4368.0, 4354.0, 4367.0, 4377.0, 4367.0, 4355.0, 4367.0, 4363.0, 4341.0, 4313.0, 4332.0, 4351.0, 4327.0, 4321.0, 4322.0, 4332.0, 4320.0, 4332.0, 4312.0, 4333.0, 4321.0, 4343.0, 4362.0, 4342.0, 4334.0, 4333.0, 4323.0, 4333.0, 4324.0, 4325.0, 4335.0, 4332.0, 4321.0, 4330.0, 4323.0, 4334.0, 4346.0, 4342.0, 4337.0, 4327.0, 4346.0, 4358.0, 4373.0, 4353.0, 4341.0, 4354.0, 4333.0, 4343.0, 4332.0, 4333.0, 4321.0, 4342.0, 4334.0, 4333.0, 4332.0, 4332.0, 4312.0, 4334.0, 4341.0, 4344.0, 4333.0, 4353.0, 4342.0, 4331.0, 4321.0, 4331.0, 4327.0, 4331.0, 4321.0, 4321.0, 4321.0, 4330.0, 4319.0, 4320.0, 4322.0, 4321.0, 4334.0, 4343.0, 4323.0, 4323.0, 4344.0, 4345.0, 4355.0, 4343.0, 4330.0, 4308.0, 4318.0, 4295.0, 4319.0, 4328.0, 4318.0, 4309.0, 4319.0, 4319.0, 4331.0, 4321.0, 4331.0, 4310.0, 4330.0, 4311.0, 4331.0, 4322.0, 4344.0, 4325.0, 4346.0, 4333.0, 4346.0, 4334.0, 4335.0, 4343.0, 4345.0, 4324.0, 4347.0, 4342.0, 4337.0, 4347.0, 4325.0, 4347.0, 4375.0, 4343.0, 4346.0, 4333.0, 4344.0, 4365.0, 4363.0, 4333.0, 4331.0, 4320.0, 4296.0, 4332.0, 4353.0, 4341.0, 4309.0, 4332.0, 4320.0, 4331.0, 4331.0, 4311.0, 4319.0, 4297.0, 4333.0, 4331.0, 4332.0, 4333.0, 4311.0, 4334.0, 4343.0, 4332.0, 4322.0, 4321.0, 4346.0, 4351.0, 4332.0, 4341.0, 4331.0, 4330.0, 4332.0, 4322.0, 4333.0, 4333.0, 4321.0, 4344.0, 4353.0, 4332.0, 4312.0, 4333.0, 4321.0, 4344.0, 4353.0, 4343.0, 4343.0, 4334.0, 4323.0, 4333.0, 4333.0, 4333.0, 4334.0, 4341.0, 4332.0, 4352.0, 4331.0, 4320.0, 4328.0, 4329.0, 4308.0, 4330.0, 4351.0, 4332.0, 4311.0, 4342.0, 4319.0, 4333.0, 4333.0, 4312.0, 4333.0, 4312.0, 4334.0, 4323.0, 4324.0, 4342.0, 4320.0, 4334.0, 4353.0, 4352.0, 4331.0, 4331.0, 4310.0, 4332.0, 4333.0, 4312.0, 4335.0, 4333.0, 4346.0, 4347.0, 4315.0, 4349.0, 4346.0, 4345.0, 4345.0, 4354.0, 4345.0, 4354.0, 4353.0, 4345.0, 4321.0, 4332.0, 4327.0, 4341.0, 4331.0, 4310.0, 4330.0, 4310.0, 4333.0, 4340.0, 4330.0, 4310.0, 4309.0, 4332.0, 4312.0, 4332.0, 4312.0, 4344.0, 4334.0, 4344.0, 4342.0, 4322.0, 4333.0, 4343.0, 4349.0, 4342.0, 4323.0, 4332.0, 4320.0, 4331.0, 4319.0, 4330.0, 4322.0, 4321.0, 4322.0, 4312.0, 4330.0, 4330.0, 4332.0, 4322.0, 4332.0, 4331.0, 4311.0, 4335.0, 4333.0, 4343.0, 4340.0, 4324.0, 4344.0, 4319.0, 4334.0, 4321.0, 4333.0, 4345.0, 4323.0, 4346.0, 4323.0, 4335.0, 4313.0, 4348.0, 4334.0, 4347.0, 4349.0, 4337.0, 4345.0, 4377.0, 4356.0, 4345.0, 4346.0, 4347.0, 4377.0, 4365.0, 4356.0, 4343.0, 4333.0, 4330.0, 4353.0, 4322.0, 4320.0, 4332.0, 4363.0, 4331.0, 4330.0, 4332.0, 4330.0, 4311.0, 4331.0, 4330.0, 4333.0, 4337.0, 4356.0, 4352.0, 4331.0, 4312.0, 4332.0, 4319.0, 4328.0, 4322.0, 4320.0, 4331.0, 4320.0, 4319.0, 4310.0, 4319.0, 4320.0, 4319.0, 4319.0, 4338.0, 4317.0, 4317.0, 4317.0, 4307.0, 4305.0, 4306.0, 4334.0, 4304.0, 4291.0, 4304.0, 4282.0, 4304.0, 4270.0, 4304.0, 4294.0, 4300.0, 4316.0, 4324.0, 4315.0, 4305.0, 4317.0, 4307.0, 4328.0, 4305.0, 4317.0, 4306.0, 4307.0, 4306.0, 4317.0, 4308.0, 4309.0, 4329.0, 4317.0, 4328.0, 4318.0, 4328.0, 4310.0, 4331.0, 4309.0, 4328.0, 4311.0, 4332.0, 4321.0, 4333.0, 4333.0, 4334.0, 4329.0, 4331.0, 4331.0, 4322.0, 4332.0, 4328.0, 4344.0, 4313.0, 4334.0, 4322.0, 4344.0, 4344.0, 4344.0, 4311.0, 4323.0, 4308.0, 4345.0, 4343.0, 4343.0, 4352.0, 4344.0, 4310.0, 4332.0, 4332.0, 4330.0, 4324.0, 4333.0, 4333.0, 4332.0, 4323.0, 4320.0, 4333.0, 4322.0, 4330.0, 4333.0, 4332.0, 4311.0, 4332.0, 4337.0, 4333.0, 4323.0, 4333.0, 4312.0, 4331.0, 4344.0, 4311.0, 4333.0, 4332.0, 4341.0, 4321.0, 4320.0, 4322.0, 4310.0, 4333.0, 4361.0, 4332.0, 4339.0, 4331.0, 4339.0, 4332.0, 4321.0, 4333.0, 4321.0, 4332.0, 4321.0, 4321.0, 4343.0, 4322.0, 4333.0, 4309.0, 4331.0, 4351.0, 4331.0, 4320.0, 4319.0, 4308.0, 4320.0, 4320.0, 4308.0, 4330.0, 4340.0, 4331.0, 4309.0, 4331.0, 4310.0, 4334.0, 4322.0, 4333.0, 4335.0, 4323.0, 4345.0, 4362.0, 4332.0, 4332.0, 4332.0, 4329.0, 4362.0, 4352.0, 4322.0, 4319.0, 4316.0, 4318.0, 4320.0, 4309.0, 4326.0, 4299.0, 4320.0, 4311.0, 4309.0, 4332.0, 4321.0, 4332.0, 4310.0, 4332.0, 4340.0, 4330.0, 4322.0, 4322.0, 4322.0, 4323.0, 4322.0, 4310.0, 4332.0, 4349.0, 4337.0, 4319.0, 4341.0, 4309.0, 4320.0, 4308.0, 4331.0, 4310.0, 4321.0, 4320.0, 4311.0, 4321.0, 4321.0, 4311.0, 4333.0, 4323.0, 4321.0, 4334.0, 4343.0, 4332.0, 4309.0, 4330.0, 4309.0, 4332.0, 4351.0, 4342.0, 4340.0, 4330.0, 4336.0, 4329.0, 4311.0, 4321.0, 4332.0, 4310.0, 4309.0, 4308.0, 4331.0, 4308.0, 4331.0, 4330.0, 4331.0, 4311.0, 4332.0, 4331.0, 4331.0, 4320.0, 4311.0, 4320.0, 4322.0, 4311.0, 4321.0, 4331.0, 4322.0, 4331.0, 4311.0, 4330.0, 4309.0, 4331.0, 4321.0, 4331.0, 4321.0, 4310.0, 4330.0, 4307.0, 4330.0, 4309.0, 4330.0, 4300.0, 4309.0, 4309.0, 4318.0, 4309.0, 4321.0, 4340.0, 4319.0, 4331.0, 4352.0, 4330.0, 4310.0, 4312.0, 4322.0, 4345.0, 4351.0, 4342.0], 'WindowWidth': [9710.0, 9642.0, 9622.0, 9627.0, 9607.0, 9601.0, 9613.0, 9635.0, 9606.0, 9603.0, 9613.0, 9568.0, 9583.0, 9539.0, 9568.0, 9551.0, 9557.0, 9550.0, 9551.0, 9568.0, 9566.0, 9537.0, 9582.0, 9553.0, 9584.0, 9600.0, 9585.0, 9588.0, 9569.0, 9587.0, 9609.0, 9582.0, 9552.0, 9566.0, 9543.0, 9591.0, 9580.0, 9580.0, 9582.0, 9580.0, 9597.0, 9615.0, 9621.0, 9593.0, 9567.0, 9571.0, 9552.0, 9580.0, 9607.0, 9581.0, 9607.0, 9566.0, 9550.0, 9552.0, 9568.0, 9551.0, 9586.0, 9589.0, 9590.0, 9574.0, 9589.0, 9558.0, 9587.0, 9587.0, 9585.0, 9597.0, 9582.0, 9568.0, 9581.0, 9580.0, 9573.0, 9581.0, 9580.0, 9547.0, 9575.0, 9548.0, 9586.0, 9563.0, 9581.0, 9566.0, 9567.0, 9553.0, 9583.0, 9553.0, 9582.0, 9608.0, 9580.0, 9562.0, 9564.0, 9548.0, 9564.0, 9549.0, 9565.0, 9532.0, 9576.0, 9575.0, 9563.0, 9554.0, 9569.0, 9580.0, 9584.0, 9544.0, 9585.0, 9581.0, 9565.0, 9584.0, 9566.0, 9579.0, 9575.0, 9565.0, 9550.0, 9563.0, 9535.0, 9566.0, 9556.0, 9596.0, 9632.0, 9633.0, 9587.0, 9603.0, 9620.0, 9597.0, 9606.0, 9633.0, 9648.0, 9652.0, 9603.0, 9637.0, 9631.0, 9590.0, 9590.0, 9553.0, 9559.0, 9529.0, 9575.0, 9532.0, 9550.0, 9548.0, 9485.0, 9489.0, 9464.0, 9445.0, 9484.0, 9448.0, 9478.0, 9449.0, 9479.0, 9454.0, 9501.0, 9459.0, 9520.0, 9477.0, 9522.0, 9505.0, 9522.0, 9496.0, 9487.0, 9533.0, 9522.0, 9558.0, 9572.0, 9544.0, 9561.0, 9545.0, 9563.0, 9537.0, 9552.0, 9564.0, 9531.0, 9563.0, 9561.0, 9565.0, 9551.0, 9567.0, 9538.0, 9583.0, 9583.0, 9541.0, 9562.0, 9548.0, 9566.0, 9579.0, 9570.0, 9558.0, 9586.0, 9573.0, 9588.0, 9552.0, 9574.0, 9584.0, 9572.0, 9589.0, 9589.0, 9600.0, 9596.0, 9587.0, 9550.0, 9570.0, 9579.0, 9540.0, 9580.0, 9590.0, 9608.0, 9583.0, 9573.0, 9586.0, 9572.0, 9571.0, 9571.0, 9596.0, 9581.0, 9570.0, 9584.0, 9539.0, 9568.0, 9607.0, 9579.0, 9554.0, 9550.0, 9577.0, 9591.0, 9560.0, 9565.0, 9566.0, 9539.0, 9567.0, 9545.0, 9589.0, 9574.0, 9590.0, 9587.0, 9574.0, 9584.0, 9590.0, 9586.0, 9588.0, 9587.0, 9584.0, 9610.0, 9564.0, 9597.0, 9622.0, 9606.0, 9608.0, 9576.0, 9588.0, 9610.0, 9572.0, 9611.0, 9584.0, 9583.0, 9605.0, 9604.0, 9586.0, 9567.0, 9587.0, 9554.0, 9587.0, 9580.0, 9571.0, 9570.0, 9576.0, 9589.0, 9562.0, 9594.0, 9579.0, 9588.0, 9579.0, 9593.0, 9596.0, 9594.0, 9556.0, 9602.0, 9572.0, 9621.0, 9614.0, 9618.0, 9642.0, 9609.0, 9613.0, 9596.0, 9616.0, 9620.0, 9596.0, 9619.0, 9591.0, 9624.0, 9603.0, 9624.0, 9634.0, 9621.0, 9601.0, 9621.0, 9610.0, 9577.0, 9540.0, 9566.0, 9590.0, 9552.0, 9547.0, 9551.0, 9564.0, 9545.0, 9564.0, 9538.0, 9567.0, 9548.0, 9581.0, 9607.0, 9580.0, 9570.0, 9569.0, 9554.0, 9568.0, 9556.0, 9559.0, 9572.0, 9567.0, 9550.0, 9562.0, 9554.0, 9572.0, 9590.0, 9583.0, 9580.0, 9566.0, 9590.0, 9608.0, 9622.0, 9594.0, 9575.0, 9597.0, 9565.0, 9580.0, 9564.0, 9566.0, 9549.0, 9577.0, 9571.0, 9567.0, 9564.0, 9564.0, 9538.0, 9568.0, 9576.0, 9582.0, 9569.0, 9594.0, 9578.0, 9562.0, 9548.0, 9561.0, 9552.0, 9560.0, 9546.0, 9546.0, 9546.0, 9557.0, 9542.0, 9546.0, 9552.0, 9549.0, 9569.0, 9579.0, 9556.0, 9555.0, 9584.0, 9586.0, 9603.0, 9579.0, 9557.0, 9524.0, 9536.0, 9502.0, 9538.0, 9550.0, 9536.0, 9526.0, 9541.0, 9540.0, 9558.0, 9548.0, 9562.0, 9530.0, 9559.0, 9534.0, 9562.0, 9552.0, 9583.0, 9559.0, 9591.0, 9569.0, 9588.0, 9571.0, 9574.0, 9581.0, 9587.0, 9557.0, 9591.0, 9582.0, 9578.0, 9593.0, 9561.0, 9592.0, 9628.0, 9583.0, 9588.0, 9567.0, 9585.0, 9612.0, 9610.0, 9567.0, 9561.0, 9545.0, 9507.0, 9560.0, 9586.0, 9573.0, 9528.0, 9562.0, 9546.0, 9560.0, 9560.0, 9533.0, 9544.0, 9514.0, 9567.0, 9563.0, 9565.0, 9567.0, 9535.0, 9568.0, 9580.0, 9564.0, 9549.0, 9547.0, 9590.0, 9588.0, 9564.0, 9575.0, 9560.0, 9560.0, 9564.0, 9549.0, 9566.0, 9567.0, 9548.0, 9581.0, 9592.0, 9564.0, 9537.0, 9567.0, 9550.0, 9582.0, 9594.0, 9579.0, 9580.0, 9568.0, 9553.0, 9569.0, 9567.0, 9565.0, 9568.0, 9575.0, 9563.0, 9588.0, 9560.0, 9545.0, 9554.0, 9554.0, 9525.0, 9558.0, 9588.0, 9563.0, 9535.0, 9580.0, 9546.0, 9566.0, 9566.0, 9537.0, 9566.0, 9537.0, 9570.0, 9554.0, 9555.0, 9578.0, 9546.0, 9567.0, 9593.0, 9590.0, 9561.0, 9561.0, 9533.0, 9564.0, 9567.0, 9539.0, 9573.0, 9571.0, 9590.0, 9591.0, 9547.0, 9598.0, 9591.0, 9587.0, 9586.0, 9598.0, 9585.0, 9597.0, 9595.0, 9584.0, 9548.0, 9562.0, 9553.0, 9572.0, 9560.0, 9531.0, 9558.0, 9532.0, 9565.0, 9573.0, 9559.0, 9530.0, 9529.0, 9562.0, 9535.0, 9563.0, 9539.0, 9586.0, 9572.0, 9583.0, 9580.0, 9551.0, 9565.0, 9580.0, 9586.0, 9578.0, 9552.0, 9564.0, 9545.0, 9559.0, 9543.0, 9556.0, 9549.0, 9546.0, 9548.0, 9537.0, 9561.0, 9560.0, 9565.0, 9551.0, 9565.0, 9564.0, 9537.0, 9573.0, 9567.0, 9582.0, 9575.0, 9557.0, 9584.0, 9546.0, 9570.0, 9550.0, 9568.0, 9584.0, 9555.0, 9589.0, 9555.0, 9573.0, 9545.0, 9595.0, 9575.0, 9594.0, 9598.0, 9581.0, 9590.0, 9633.0, 9604.0, 9590.0, 9590.0, 9593.0, 9632.0, 9615.0, 9604.0, 9579.0, 9567.0, 9561.0, 9592.0, 9550.0, 9546.0, 9563.0, 9605.0, 9561.0, 9560.0, 9562.0, 9557.0, 9532.0, 9560.0, 9557.0, 9566.0, 9582.0, 9603.0, 9588.0, 9559.0, 9534.0, 9563.0, 9543.0, 9555.0, 9548.0, 9543.0, 9557.0, 9541.0, 9539.0, 9527.0, 9540.0, 9542.0, 9540.0, 9539.0, 9563.0, 9531.0, 9532.0, 9531.0, 9522.0, 9511.0, 9514.0, 9550.0, 9509.0, 9491.0, 9509.0, 9478.0, 9508.0, 9461.0, 9510.0, 9496.0, 9501.0, 9529.0, 9537.0, 9527.0, 9514.0, 9534.0, 9519.0, 9549.0, 9514.0, 9531.0, 9515.0, 9519.0, 9517.0, 9534.0, 9522.0, 9526.0, 9555.0, 9534.0, 9551.0, 9537.0, 9551.0, 9528.0, 9557.0, 9528.0, 9555.0, 9533.0, 9563.0, 9548.0, 9566.0, 9567.0, 9568.0, 9558.0, 9562.0, 9562.0, 9548.0, 9563.0, 9554.0, 9583.0, 9539.0, 9568.0, 9550.0, 9582.0, 9583.0, 9582.0, 9534.0, 9552.0, 9529.0, 9584.0, 9580.0, 9580.0, 9590.0, 9583.0, 9532.0, 9565.0, 9565.0, 9560.0, 9556.0, 9568.0, 9565.0, 9563.0, 9551.0, 9545.0, 9565.0, 9548.0, 9560.0, 9564.0, 9563.0, 9535.0, 9566.0, 9567.0, 9566.0, 9553.0, 9565.0, 9535.0, 9562.0, 9581.0, 9534.0, 9565.0, 9565.0, 9574.0, 9545.0, 9546.0, 9548.0, 9531.0, 9566.0, 9602.0, 9561.0, 9569.0, 9560.0, 9570.0, 9563.0, 9550.0, 9566.0, 9546.0, 9563.0, 9547.0, 9548.0, 9580.0, 9549.0, 9564.0, 9528.0, 9561.0, 9585.0, 9558.0, 9543.0, 9541.0, 9524.0, 9541.0, 9542.0, 9524.0, 9557.0, 9570.0, 9560.0, 9527.0, 9560.0, 9533.0, 9570.0, 9551.0, 9567.0, 9571.0, 9553.0, 9585.0, 9606.0, 9564.0, 9565.0, 9561.0, 9558.0, 9604.0, 9590.0, 9547.0, 9541.0, 9534.0, 9537.0, 9541.0, 9528.0, 9547.0, 9513.0, 9543.0, 9531.0, 9529.0, 9562.0, 9547.0, 9562.0, 9530.0, 9562.0, 9571.0, 9557.0, 9549.0, 9548.0, 9548.0, 9551.0, 9550.0, 9529.0, 9562.0, 9581.0, 9564.0, 9541.0, 9570.0, 9526.0, 9542.0, 9524.0, 9559.0, 9529.0, 9544.0, 9544.0, 9533.0, 9546.0, 9549.0, 9534.0, 9566.0, 9553.0, 9548.0, 9567.0, 9577.0, 9561.0, 9527.0, 9558.0, 9528.0, 9562.0, 9588.0, 9576.0, 9570.0, 9557.0, 9562.0, 9556.0, 9532.0, 9545.0, 9563.0, 9529.0, 9529.0, 9526.0, 9558.0, 9525.0, 9561.0, 9558.0, 9559.0, 9533.0, 9562.0, 9560.0, 9560.0, 9544.0, 9533.0, 9543.0, 9548.0, 9533.0, 9547.0, 9560.0, 9550.0, 9560.0, 9533.0, 9559.0, 9529.0, 9561.0, 9548.0, 9561.0, 9546.0, 9530.0, 9558.0, 9523.0, 9556.0, 9526.0, 9555.0, 9516.0, 9528.0, 9526.0, 9540.0, 9529.0, 9547.0, 9572.0, 9542.0, 9563.0, 9590.0, 9557.0, 9531.0, 9537.0, 9550.0, 9584.0, 9589.0, 9576.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.0011702643678160919</td></tr>
<tr><td colspan=3>aqi</td><td>0.019454513793103447</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.81104275933255</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2031728535673196</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9984106941426919</td></tr>
<tr><td colspan=3>efc</td><td>0.4664</td></tr>
<tr><td colspan=3>fber</td><td>7075.8555</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0639347746350875</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4942528735632183</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.505156618481481</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.388816488500722</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7929422970474302</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3337110698962906</td></tr>
<tr><td colspan=3>gcor</td><td>0.0165522</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014335785061120987</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032481636852025986</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8866826159950394</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>32.6147</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.1309</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.152</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300220.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>723.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.4403</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1437</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>599.8726</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3505.5651</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3701.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76324.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1231.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4628.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>952.2197</td></tr>
<tr><td colspan=3>tsnr</td><td>41.02555684314575</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>