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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0046/ses-03/func/sub-0046_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>4df33911c23ea454319bf10f8a7165e2</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>18:47:17.060000</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.995842, 0.0359696, 0.0836996, -0.0382564, 0.998933, 0.0258792]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.102993</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7764, -7291, 524, -62, -107, -27, 73]</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>252.715</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>59d1736e-41a7-4733-877f-99b4ccf947b3||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.6717703342437744, -0.10263907164335251, 0.22323451936244965, 113.6416244506836], [-0.09650381654500961, 2.6800637245178223, 0.07822882384061813, -94.73924255371094], [0.22456000745296478, -0.06943202018737793, 2.6896183490753174, -85.09545135498047], [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': ['184717.060000', '184717.520000', '184717.980000', '184718.440000', '184718.900000', '184719.360000', '184719.820000', '184720.280000', '184720.740000', '184721.200000', '184721.660000', '184722.120000', '184722.580000', '184723.040000', '184723.500000', '184723.960000', '184724.420000', '184724.880000', '184725.340000', '184725.800000', '184726.260000', '184726.720000', '184727.180000', '184727.640000', '184728.100000', '184728.560000', '184729.020000', '184729.480000', '184729.940000', '184730.400000', '184730.860000', '184731.320000', '184731.780000', '184732.240000', '184732.700000', '184733.160000', '184733.620000', '184734.080000', '184734.540000', '184735.000000', '184735.460000', '184735.920000', '184736.380000', '184736.840000', '184737.300000', '184737.760000', '184738.220000', '184738.680000', '184739.140000', '184739.600000', '184740.060000', '184740.520000', '184740.980000', '184741.440000', '184741.900000', '184742.360000', '184742.820000', '184743.280000', '184743.740000', '184744.200000', '184744.660000', '184745.120000', '184745.580000', '184746.040000', '184746.500000', '184746.960000', '184747.420000', '184747.880000', '184748.340000', '184748.800000', '184749.260000', '184749.720000', '184750.180000', '184750.640000', '184751.100000', '184751.560000', '184752.020000', '184752.480000', '184752.940000', '184753.400000', '184753.860000', '184754.320000', '184754.780000', '184755.240000', '184755.700000', '184756.160000', '184756.620000', '184757.080000', '184757.540000', '184758.000000', '184758.460000', '184758.920000', '184759.380000', '184759.840000', '184800.300000', '184800.760000', '184801.220000', '184801.680000', '184802.140000', '184802.600000', '184803.060000', '184803.520000', '184803.980000', '184804.440000', '184804.900000', '184805.360000', '184805.820000', '184806.280000', '184806.740000', '184807.200000', '184807.660000', '184808.120000', '184808.580000', '184809.040000', '184809.500000', '184809.960000', '184810.420000', '184810.880000', '184811.340000', '184811.800000', '184812.260000', '184812.720000', '184813.180000', '184813.640000', '184814.100000', '184814.560000', '184815.020000', '184815.480000', '184815.940000', '184816.400000', '184816.860000', '184817.320000', '184817.780000', '184818.240000', '184818.700000', '184819.160000', '184819.620000', '184820.080000', '184820.540000', '184821.000000', '184821.460000', '184821.920000', '184822.380000', '184822.840000', '184823.300000', '184823.760000', '184824.220000', '184824.680000', '184825.140000', '184825.600000', '184826.060000', '184826.520000', '184826.980000', '184827.440000', '184827.900000', '184828.360000', '184828.820000', '184829.280000', '184829.740000', '184830.200000', '184830.660000', '184831.120000', '184831.580000', '184832.040000', '184832.500000', '184832.960000', '184833.420000', '184833.880000', '184834.340000', '184834.800000', '184835.260000', '184835.720000', '184836.180000', '184836.640000', '184837.100000', '184837.560000', '184838.020000', '184838.480000', '184838.940000', '184839.400000', '184839.860000', '184840.320000', '184840.780000', '184841.240000', '184841.700000', '184842.160000', '184842.620000', '184843.080000', '184843.540000', '184844.000000', '184844.460000', '184844.920000', '184845.380000', '184845.840000', '184846.300000', '184846.760000', '184847.220000', '184847.680000', '184848.140000', '184848.600000', '184849.060000', '184849.520000', '184849.980000', '184850.440000', '184850.900000', '184851.360000', '184851.820000', '184852.280000', '184852.740000', '184853.200000', '184853.660000', '184854.120000', '184854.580000', '184855.040000', '184855.500000', '184855.960000', '184856.420000', '184856.880000', '184857.340000', '184857.800000', '184858.260000', '184858.720000', '184859.180000', '184859.640000', '184900.100000', '184900.560000', '184901.020000', '184901.480000', '184901.940000', '184902.400000', '184902.860000', '184903.320000', '184903.780000', '184904.240000', '184904.700000', '184905.160000', '184905.620000', '184906.080000', '184906.540000', '184907.000000', '184907.460000', '184907.920000', '184908.380000', '184908.840000', '184909.300000', '184909.760000', '184910.220000', '184910.680000', '184911.140000', '184911.600000', '184912.060000', '184912.520000', '184912.980000', '184913.440000', '184913.900000', '184914.360000', '184914.820000', '184915.280000', '184915.740000', '184916.200000', '184916.660000', '184917.120000', '184917.580000', '184918.040000', '184918.500000', '184918.960000', '184919.420000', '184919.880000', '184920.340000', '184920.800000', '184921.260000', '184921.720000', '184922.180000', '184922.640000', '184923.100000', '184923.560000', '184924.020000', '184924.480000', '184924.940000', '184925.400000', '184925.860000', '184926.320000', '184926.780000', '184927.240000', '184927.700000', '184928.160000', '184928.620000', '184929.080000', '184929.540000', '184930.000000', '184930.460000', '184930.920000', '184931.380000', '184931.840000', '184932.300000', '184932.760000', '184933.220000', '184933.680000', '184934.140000', '184934.600000', '184935.060000', '184935.520000', '184935.980000', '184936.440000', '184936.900000', '184937.360000', '184937.820000', '184938.280000', '184938.740000', '184939.200000', '184939.660000', '184940.120000', '184940.580000', '184941.040000', '184941.500000', '184941.960000', '184942.420000', '184942.880000', '184943.340000', '184943.800000', '184944.260000', '184944.720000', '184945.180000', '184945.640000', '184946.100000', '184946.560000', '184947.020000', '184947.480000', '184947.940000', '184948.400000', '184948.860000', '184949.320000', '184949.780000', '184950.240000', '184950.700000', '184951.160000', '184951.620000', '184952.080000', '184952.540000', '184953.000000', '184953.460000', '184953.920000', '184954.380000', '184954.840000', '184955.300000', '184955.760000', '184956.220000', '184956.680000', '184957.140000', '184957.600000', '184958.060000', '184958.520000', '184958.980000', '184959.440000', '184959.900000', '185000.360000', '185000.820000', '185001.280000', '185001.740000', '185002.200000', '185002.660000', '185003.120000', '185003.580000', '185004.040000', '185004.500000', '185004.960000', '185005.420000', '185005.880000', '185006.340000', '185006.800000', '185007.260000', '185007.720000', '185008.180000', '185008.640000', '185009.100000', '185009.560000', '185010.020000', '185010.480000', '185010.940000', '185011.400000', '185011.860000', '185012.320000', '185012.780000', '185013.240000', '185013.700000', '185014.160000', '185014.620000', '185015.080000', '185015.540000', '185016.000000', '185016.460000', '185016.920000', '185017.380000', '185017.840000', '185018.300000', '185018.760000', '185019.220000', '185019.680000', '185020.140000', '185020.600000', '185021.060000', '185021.520000', '185021.980000', '185022.440000', '185022.900000', '185023.360000', '185023.820000', '185024.280000', '185024.740000', '185025.200000', '185025.660000', '185026.120000', '185026.580000', '185027.040000', '185027.500000', '185027.960000', '185028.420000', '185028.880000', '185029.340000', '185029.800000', '185030.260000', '185030.720000', '185031.180000', '185031.640000', '185032.100000', '185032.560000', '185033.020000', '185033.480000', '185033.940000', '185034.400000', '185034.860000', '185035.320000', '185035.780000', '185036.240000', '185036.700000', '185037.160000', '185037.620000', '185038.080000', '185038.540000', '185039.000000', '185039.460000', '185039.920000', '185040.380000', '185040.840000', '185041.300000', '185041.760000', '185042.220000', '185042.680000', '185043.140000', '185043.600000', '185044.060000', '185044.520000', '185044.980000', '185045.440000', '185045.900000', '185046.360000', '185046.820000', '185047.280000', '185047.740000', '185048.200000', '185048.660000', '185049.120000', '185049.580000', '185050.040000', '185050.500000', '185050.960000', '185051.420000', '185051.880000', '185052.340000', '185052.800000', '185053.260000', '185053.720000', '185054.180000', '185054.640000', '185055.100000', '185055.560000', '185056.020000', '185056.480000', '185056.940000', '185057.400000', '185057.860000', '185058.320000', '185058.780000', '185059.240000', '185059.700000', '185100.160000', '185100.620000', '185101.080000', '185101.540000', '185102.000000', '185102.460000', '185102.920000', '185103.380000', '185103.840000', '185104.300000', '185104.760000', '185105.220000', '185105.680000', '185106.140000', '185106.600000', '185107.060000', '185107.520000', '185107.980000', '185108.440000', '185108.900000', '185109.360000', '185109.820000', '185110.280000', '185110.740000', '185111.200000', '185111.660000', '185112.120000', '185112.580000', '185113.040000', '185113.500000', '185113.960000', '185114.420000', '185114.880000', '185115.340000', '185115.800000', '185116.260000', '185116.720000', '185117.180000', '185117.640000', '185118.100000', '185118.560000', '185119.020000', '185119.480000', '185119.940000', '185120.400000', '185120.860000', '185121.320000', '185121.780000', '185122.240000', '185122.700000', '185123.160000', '185123.620000', '185124.080000', '185124.540000', '185125.000000', '185125.460000', '185125.920000', '185126.380000', '185126.840000', '185127.300000', '185127.760000', '185128.220000', '185128.680000', '185129.140000', '185129.600000', '185130.060000', '185130.520000', '185130.980000', '185131.440000', '185131.900000', '185132.360000', '185132.820000', '185133.280000', '185133.740000', '185134.200000', '185134.660000', '185135.120000', '185135.580000', '185136.040000', '185136.500000', '185136.960000', '185137.420000', '185137.880000', '185138.340000', '185138.800000', '185139.260000', '185139.720000', '185140.180000', '185140.640000', '185141.100000', '185141.560000', '185142.020000', '185142.480000', '185142.940000', '185143.400000', '185143.860000', '185144.320000', '185144.780000', '185145.240000', '185145.700000', '185146.160000', '185146.620000', '185147.080000', '185147.540000', '185148.000000', '185148.460000', '185148.920000', '185149.380000', '185149.840000', '185150.300000', '185150.760000', '185151.220000', '185151.680000', '185152.140000', '185152.600000', '185153.060000', '185153.520000', '185153.980000', '185154.440000', '185154.900000', '185155.360000', '185155.820000', '185156.280000', '185156.740000', '185157.200000', '185157.660000', '185158.120000', '185158.580000', '185159.040000', '185159.500000', '185159.960000', '185200.420000', '185200.880000', '185201.340000', '185201.800000', '185202.260000', '185202.720000', '185203.180000', '185203.640000', '185204.100000', '185204.560000', '185205.020000', '185205.480000', '185205.940000', '185206.400000', '185206.860000', '185207.320000', '185207.780000', '185208.240000', '185208.700000', '185209.160000', '185209.620000', '185210.080000', '185210.540000', '185211.000000', '185211.460000', '185211.920000', '185212.380000', '185212.840000', '185213.300000', '185213.760000', '185214.220000', '185214.680000', '185215.140000', '185215.600000', '185216.060000', '185216.520000', '185216.980000', '185217.440000', '185217.900000', '185218.360000', '185218.820000', '185219.280000', '185219.740000', '185220.200000', '185220.660000', '185221.120000', '185221.580000', '185222.040000', '185222.500000', '185222.960000', '185223.420000', '185223.880000', '185224.340000', '185224.800000', '185225.260000', '185225.720000', '185226.180000', '185226.640000', '185227.100000', '185227.560000', '185228.020000', '185228.480000', '185228.940000', '185229.400000', '185229.860000', '185230.320000', '185230.780000', '185231.240000', '185231.700000', '185232.160000', '185232.620000', '185233.080000', '185233.540000', '185234.000000', '185234.460000', '185234.920000', '185235.380000', '185235.840000', '185236.300000', '185236.760000', '185237.220000', '185237.680000', '185238.140000', '185238.600000', '185239.060000', '185239.520000', '185239.980000', '185240.440000', '185240.900000', '185241.360000', '185241.820000', '185242.280000', '185242.740000', '185243.200000', '185243.660000', '185244.120000', '185244.580000', '185245.040000', '185245.500000', '185245.960000', '185246.420000', '185246.880000', '185247.340000', '185247.800000', '185248.260000', '185248.720000', '185249.180000', '185249.640000', '185250.100000', '185250.560000', '185251.020000', '185251.480000', '185251.940000', '185252.400000', '185252.860000', '185253.320000', '185253.780000', '185254.240000', '185254.700000', '185255.160000', '185255.620000', '185256.080000', '185256.540000', '185257.000000', '185257.460000', '185257.920000', '185258.380000', '185258.840000', '185259.300000', '185259.760000', '185300.220000', '185300.680000', '185301.140000', '185301.600000', '185302.060000', '185302.520000', '185302.980000', '185303.440000', '185303.900000', '185304.360000', '185304.820000', '185305.280000', '185305.740000', '185306.200000', '185306.660000', '185307.120000', '185307.580000', '185308.040000', '185308.500000', '185308.960000', '185309.420000', '185309.880000', '185310.340000', '185310.800000', '185311.260000', '185311.720000', '185312.180000', '185312.640000', '185313.100000', '185313.560000', '185314.020000', '185314.480000', '185314.940000', '185315.400000', '185315.860000', '185316.320000', '185316.780000', '185317.240000', '185317.700000', '185318.160000', '185318.620000', '185319.080000', '185319.540000', '185320.000000', '185320.460000', '185320.920000', '185321.380000', '185321.840000', '185322.300000', '185322.760000', '185323.220000', '185323.680000', '185324.140000', '185324.600000', '185325.060000', '185325.520000', '185325.980000', '185326.440000', '185326.900000', '185327.360000', '185327.820000', '185328.280000', '185328.740000', '185329.200000', '185329.660000', '185330.120000', '185330.580000', '185331.040000', '185331.500000', '185331.960000', '185332.420000', '185332.880000', '185333.340000', '185333.800000', '185334.260000', '185334.720000', '185335.180000', '185335.640000', '185336.100000', '185336.560000', '185337.020000', '185337.480000', '185337.940000', '185338.400000', '185338.860000', '185339.320000', '185339.780000', '185340.240000', '185340.700000', '185341.160000', '185341.620000', '185342.080000', '185342.540000', '185343.000000', '185343.460000', '185343.920000', '185344.380000', '185344.840000', '185345.300000', '185345.760000', '185346.220000', '185346.680000', '185347.140000', '185347.600000', '185348.060000', '185348.520000', '185348.980000', '185349.440000', '185349.900000', '185350.360000', '185350.820000', '185351.280000', '185351.740000', '185352.200000', '185352.660000', '185353.120000', '185353.580000', '185354.040000', '185354.500000', '185354.960000', '185355.420000', '185355.880000', '185356.340000', '185356.800000', '185357.260000', '185357.720000'], 'ContentTime': ['184734.716000', '184734.720000', '184734.723000', '184734.725000', '184734.728000', '184734.736000', '184734.739000', '184734.741000', '184734.744000', '184734.746000', '184734.749000', '184734.752000', '184734.754000', '184734.757000', '184734.760000', '184734.763000', '184734.766000', '184734.769000', '184734.771000', '184734.774000', '184734.776000', '184734.779000', '184734.782000', '184734.784000', '184734.787000', '184734.789000', '184734.792000', '184734.795000', '184734.797000', '184734.800000', '184734.802000', '184734.805000', '184734.808000', '184734.810000', '184734.813000', '184754.686000', '184754.689000', '184754.692000', '184754.695000', '184754.697000', '184754.700000', '184754.724000', '184754.726000', '184754.729000', '184754.732000', '184754.735000', '184754.737000', '184754.740000', '184754.742000', '184754.745000', '184754.748000', '184754.750000', '184754.753000', '184754.756000', '184754.758000', '184754.761000', '184754.763000', '184754.766000', '184754.768000', '184754.771000', '184754.774000', '184754.776000', '184754.779000', '184754.781000', '184754.784000', '184754.786000', '184754.789000', '184754.791000', '184754.794000', '184754.797000', '184754.799000', '184754.802000', '184754.804000', '184754.807000', '184754.809000', '184754.812000', '184754.814000', '184754.817000', '184754.820000', '184814.686000', '184814.688000', '184814.691000', '184814.694000', '184814.696000', '184814.699000', '184814.701000', '184814.704000', '184814.707000', '184814.709000', '184814.712000', '184814.715000', '184814.717000', '184814.720000', '184814.723000', '184814.725000', '184814.728000', '184814.731000', '184814.735000', '184814.738000', '184814.740000', '184814.743000', '184814.745000', '184814.748000', '184814.752000', '184814.755000', '184814.758000', '184814.760000', '184814.763000', '184814.765000', '184814.768000', '184814.770000', '184814.773000', '184814.776000', '184814.778000', '184814.781000', '184814.783000', '184814.786000', '184814.789000', '184814.791000', '184814.794000', '184814.796000', '184814.799000', '184834.685000', '184834.688000', '184834.691000', '184834.694000', '184834.696000', '184834.699000', '184834.701000', '184834.704000', '184834.706000', '184834.709000', '184834.712000', '184834.714000', '184834.717000', '184834.719000', '184834.722000', '184834.724000', '184834.727000', '184834.729000', '184834.732000', '184834.735000', '184834.737000', '184834.740000', '184834.742000', '184834.745000', '184834.748000', '184834.750000', '184834.753000', '184834.755000', '184834.758000', '184834.760000', '184834.763000', '184834.766000', '184834.768000', '184834.771000', '184834.773000', '184834.776000', '184834.779000', '184834.789000', '184834.792000', '184834.794000', '184834.797000', '184834.799000', '184834.802000', '184834.809000', '184854.685000', '184854.688000', '184854.691000', '184854.694000', '184854.696000', '184854.699000', '184854.701000', '184854.704000', '184854.707000', '184854.709000', '184854.712000', '184854.714000', '184854.717000', '184854.720000', '184854.722000', '184854.725000', '184854.727000', '184854.730000', '184854.733000', '184854.736000', '184854.739000', '184854.742000', '184854.744000', '184854.747000', '184854.750000', '184854.752000', '184854.755000', '184854.757000', '184854.760000', '184854.763000', '184854.765000', '184854.768000', '184854.770000', '184854.773000', '184854.775000', '184854.778000', '184854.781000', '184854.783000', '184854.786000', '184854.788000', '184854.791000', '184854.793000', '184854.796000', '184914.686000', '184914.689000', '184914.692000', '184914.694000', '184914.697000', '184914.699000', '184914.702000', '184914.704000', '184914.707000', '184914.710000', '184914.712000', '184914.715000', '184914.717000', '184914.720000', '184914.722000', '184914.725000', '184914.728000', '184914.730000', '184914.733000', '184914.735000', '184914.738000', '184914.740000', '184914.743000', '184914.746000', '184914.748000', '184914.751000', '184914.753000', '184914.756000', '184914.758000', '184914.761000', '184914.763000', '184914.766000', '184914.769000', '184914.771000', '184914.774000', '184914.776000', '184914.779000', '184914.782000', '184914.784000', '184914.787000', '184914.790000', '184914.792000', '184914.795000', '184914.797000', '184934.687000', '184934.689000', '184934.692000', '184934.695000', '184934.697000', '184934.700000', '184934.702000', '184934.705000', '184934.708000', '184934.710000', '184934.713000', '184934.715000', '184934.718000', '184934.721000', '184934.723000', '184934.734000', '184934.737000', '184934.739000', '184934.742000', '184934.744000', '184934.747000', '184934.750000', '184934.752000', '184934.755000', '184934.757000', '184934.760000', '184934.762000', '184934.765000', '184934.768000', '184934.770000', '184934.773000', '184934.776000', '184934.779000', '184934.782000', '184934.784000', '184934.787000', '184934.789000', '184934.792000', '184934.795000', '184934.797000', '184934.800000', '184934.802000', '184934.805000', '184954.686000', '184954.689000', '184954.692000', '184954.694000', '184954.697000', '184954.699000', '184954.702000', '184954.705000', '184954.707000', '184954.710000', '184954.712000', '184954.715000', '184954.717000', '184954.720000', '184954.723000', '184954.725000', '184954.728000', '184954.730000', '184954.733000', '184954.735000', '184954.738000', '184954.741000', '184954.743000', '184954.746000', '184954.748000', '184954.751000', '184954.753000', '184954.756000', '184954.759000', '184954.761000', '184954.764000', '184954.766000', '184954.769000', '184954.771000', '184954.774000', '184954.777000', '184954.779000', '184954.782000', '184954.784000', '184954.787000', '184954.790000', '184954.792000', '184954.795000', '184954.797000', '185014.686000', '185014.689000', '185014.692000', '185014.694000', '185014.697000', '185014.700000', '185014.702000', '185014.705000', '185014.707000', '185014.710000', '185014.712000', '185014.715000', '185014.717000', '185014.720000', '185014.723000', '185014.725000', '185014.728000', '185014.731000', '185014.733000', '185014.736000', '185014.738000', '185014.741000', '185014.743000', '185014.746000', '185014.749000', '185014.751000', '185014.754000', '185014.756000', '185014.759000', '185014.762000', '185014.764000', '185014.767000', '185014.769000', '185014.772000', '185014.775000', '185014.777000', '185014.780000', '185014.782000', '185014.785000', '185014.787000', '185014.790000', '185014.793000', '185014.795000', '185034.686000', '185034.688000', '185034.691000', '185034.694000', '185034.696000', '185034.699000', '185034.702000', '185034.704000', '185034.707000', '185034.709000', '185034.712000', '185034.714000', '185034.717000', '185034.720000', '185034.722000', '185034.725000', '185034.727000', '185034.730000', '185034.733000', '185034.735000', '185034.738000', '185034.740000', '185034.743000', '185034.746000', '185034.748000', '185034.751000', '185034.753000', '185034.756000', '185034.759000', '185034.761000', '185034.764000', '185034.766000', '185034.769000', '185034.771000', '185034.774000', '185034.777000', '185034.779000', '185034.782000', '185034.784000', '185034.787000', '185034.789000', '185034.792000', '185034.795000', '185034.797000', '185054.685000', '185054.688000', '185054.691000', '185054.694000', '185054.696000', '185054.699000', '185054.701000', '185054.704000', '185054.706000', '185054.709000', '185054.712000', '185054.714000', '185054.717000', '185054.719000', '185054.722000', '185054.725000', '185054.727000', '185054.730000', '185054.732000', '185054.735000', '185054.737000', '185054.740000', '185054.742000', '185054.745000', '185054.748000', '185054.750000', '185054.753000', '185054.756000', '185054.758000', '185054.761000', '185054.763000', '185054.766000', '185054.768000', '185054.771000', '185054.774000', '185054.776000', '185054.779000', '185054.781000', '185054.784000', '185054.786000', '185054.803000', '185054.805000', '185054.808000', '185114.686000', '185114.689000', '185114.691000', '185114.694000', '185114.697000', '185114.699000', '185114.702000', '185114.704000', '185114.707000', '185114.710000', '185114.712000', '185114.715000', '185114.718000', '185114.720000', '185114.723000', '185114.725000', '185114.728000', '185114.730000', '185114.733000', '185114.758000', '185114.761000', '185114.763000', '185114.766000', '185114.769000', '185114.771000', '185114.774000', '185114.777000', '185114.779000', '185114.782000', '185114.785000', '185114.787000', '185114.790000', '185114.792000', '185114.795000', '185114.797000', '185114.800000', '185114.803000', '185114.805000', '185114.808000', '185114.810000', '185114.813000', '185114.815000', '185114.818000', '185114.821000', '185134.686000', '185134.689000', '185134.692000', '185134.694000', '185134.697000', '185134.700000', '185134.702000', '185134.705000', '185134.707000', '185134.710000', '185134.713000', '185134.715000', '185134.718000', '185134.720000', '185134.723000', '185134.725000', '185134.728000', '185134.731000', '185134.733000', '185134.736000', '185134.738000', '185134.741000', '185134.744000', '185134.746000', '185134.749000', '185134.751000', '185134.754000', '185134.757000', '185134.759000', '185134.762000', '185134.764000', '185134.767000', '185134.770000', '185134.772000', '185134.775000', '185134.777000', '185134.780000', '185134.783000', '185134.785000', '185134.788000', '185134.790000', '185134.793000', '185134.796000', '185154.687000', '185154.690000', '185154.692000', '185154.695000', '185154.697000', '185154.700000', '185154.702000', '185154.705000', '185154.708000', '185154.710000', '185154.713000', '185154.715000', '185154.718000', '185154.721000', '185154.723000', '185154.726000', '185154.728000', '185154.731000', '185154.733000', '185154.736000', '185154.739000', '185154.741000', '185154.744000', '185154.746000', '185154.749000', '185154.751000', '185154.754000', '185154.757000', '185154.759000', '185154.762000', '185154.764000', '185154.767000', '185154.770000', '185154.772000', '185154.775000', '185154.777000', '185154.780000', '185154.783000', '185154.785000', '185154.788000', '185154.791000', '185154.793000', '185154.796000', '185154.798000', '185214.687000', '185214.689000', '185214.692000', '185214.695000', '185214.697000', '185214.700000', '185214.702000', '185214.705000', '185214.708000', '185214.710000', '185214.713000', '185214.715000', '185214.718000', '185214.720000', '185214.723000', '185214.726000', '185214.728000', '185214.731000', '185214.733000', '185214.736000', '185214.739000', '185214.741000', '185214.744000', '185214.746000', '185214.749000', '185214.751000', '185214.754000', '185214.757000', '185214.759000', '185214.762000', '185214.764000', '185214.767000', '185214.769000', '185214.772000', '185214.775000', '185214.777000', '185214.780000', '185214.782000', '185214.785000', '185214.788000', '185214.790000', '185214.793000', '185214.795000', '185234.686000', '185234.689000', '185234.692000', '185234.694000', '185234.697000', '185234.700000', '185234.702000', '185234.705000', '185234.707000', '185234.710000', '185234.713000', '185234.715000', '185234.718000', '185234.720000', '185234.723000', '185234.726000', '185234.728000', '185234.731000', '185234.733000', '185234.736000', '185234.739000', '185234.741000', '185234.755000', '185234.757000', '185234.760000', '185234.762000', '185234.765000', '185234.768000', '185234.770000', '185234.773000', '185234.775000', '185234.778000', '185234.781000', '185234.783000', '185234.786000', '185234.788000', '185234.791000', '185234.794000', '185234.796000', '185234.799000', '185234.801000', '185234.804000', '185234.807000', '185234.809000', '185254.686000', '185254.689000', '185254.691000', '185254.694000', '185254.696000', '185254.699000', '185254.702000', '185254.704000', '185254.707000', '185254.710000', '185254.712000', '185254.715000', '185254.717000', '185254.720000', '185254.723000', '185254.725000', '185254.728000', '185254.730000', '185254.733000', '185254.736000', '185254.738000', '185254.741000', '185254.743000', '185254.746000', '185254.749000', '185254.751000', '185254.754000', '185254.756000', '185254.759000', '185254.762000', '185254.764000', '185254.767000', '185254.770000', '185254.772000', '185254.775000', '185254.777000', '185254.780000', '185254.783000', '185254.785000', '185254.788000', '185254.790000', '185254.793000', '185254.796000', '185314.685000', '185314.688000', '185314.691000', '185314.694000', '185314.696000', '185314.699000', '185314.701000', '185314.704000', '185314.707000', '185314.709000', '185314.712000', '185314.715000', '185314.717000', '185314.720000', '185314.722000', '185314.725000', '185314.727000', '185314.730000', '185314.733000', '185314.735000', '185314.738000', '185314.740000', '185314.743000', '185314.746000', '185314.748000', '185314.751000', '185314.753000', '185314.756000', '185314.759000', '185314.761000', '185314.764000', '185314.766000', '185314.769000', '185314.772000', '185314.774000', '185314.777000', '185314.780000', '185314.782000', '185314.785000', '185314.787000', '185314.790000', '185314.792000', '185314.795000', '185314.798000', '185334.686000', '185334.688000', '185334.691000', '185334.694000', '185334.696000', '185334.699000', '185334.701000', '185334.704000', '185334.707000', '185334.709000', '185334.712000', '185334.715000', '185334.717000', '185334.720000', '185334.723000', '185334.725000', '185334.728000', '185334.730000', '185334.733000', '185334.736000', '185334.738000', '185334.741000', '185334.743000', '185334.746000', '185334.748000', '185334.751000', '185334.754000', '185334.756000', '185334.759000', '185334.761000', '185334.764000', '185334.767000', '185334.769000', '185334.772000', '185334.775000', '185334.777000', '185334.780000', '185334.782000', '185334.785000', '185334.787000', '185334.790000', '185334.793000', '185334.795000', '185354.686000', '185354.689000', '185354.692000', '185354.695000', '185354.697000', '185354.700000', '185354.703000', '185354.705000', '185354.708000', '185354.710000', '185354.713000', '185354.716000', '185354.719000', '185354.723000', '185354.725000', '185354.728000', '185354.730000', '185354.733000', '185354.736000', '185354.738000', '185354.741000', '185354.743000', '185354.746000', '185354.749000', '185354.751000', '185354.754000', '185354.756000', '185354.759000', '185354.761000', '185354.764000', '185354.767000', '185354.769000', '185354.772000', '185354.788000', '185354.790000', '185354.793000', '185354.795000', '185354.798000', '185354.801000', '185354.803000', '185354.806000', '185354.808000', '185354.811000', '185359.287000', '185359.290000', '185359.293000', '185359.295000', '185359.298000', '185359.301000', '185359.303000', '185359.306000', '185359.309000', '185359.311000', '185359.314000'], 'InstanceCreationTime': ['184734.716000', '184734.720000', '184734.723000', '184734.725000', '184734.728000', '184734.736000', '184734.739000', '184734.741000', '184734.744000', '184734.746000', '184734.749000', '184734.752000', '184734.754000', '184734.757000', '184734.760000', '184734.763000', '184734.766000', '184734.769000', '184734.771000', '184734.774000', '184734.776000', '184734.779000', '184734.782000', '184734.784000', '184734.787000', '184734.789000', '184734.792000', '184734.795000', '184734.797000', '184734.800000', '184734.802000', '184734.805000', '184734.808000', '184734.810000', '184734.813000', '184754.686000', '184754.689000', '184754.692000', '184754.695000', '184754.697000', '184754.700000', '184754.724000', '184754.726000', '184754.729000', '184754.732000', '184754.735000', '184754.737000', '184754.740000', '184754.742000', '184754.745000', '184754.748000', '184754.750000', '184754.753000', '184754.756000', '184754.758000', '184754.761000', '184754.763000', '184754.766000', '184754.768000', '184754.771000', '184754.774000', '184754.776000', '184754.779000', '184754.781000', '184754.784000', '184754.786000', '184754.789000', '184754.791000', '184754.794000', '184754.797000', '184754.799000', '184754.802000', '184754.804000', '184754.807000', '184754.809000', '184754.812000', '184754.814000', '184754.817000', '184754.820000', '184814.686000', '184814.688000', '184814.691000', '184814.694000', '184814.696000', '184814.699000', '184814.701000', '184814.704000', '184814.707000', '184814.709000', '184814.712000', '184814.715000', '184814.717000', '184814.720000', '184814.723000', '184814.725000', '184814.728000', '184814.731000', '184814.735000', '184814.738000', '184814.740000', '184814.743000', '184814.745000', '184814.748000', '184814.752000', '184814.755000', '184814.758000', '184814.760000', '184814.763000', '184814.765000', '184814.768000', '184814.770000', '184814.773000', '184814.776000', '184814.778000', '184814.781000', '184814.783000', '184814.786000', '184814.789000', '184814.791000', '184814.794000', '184814.796000', '184814.799000', '184834.685000', '184834.688000', '184834.691000', '184834.694000', '184834.696000', '184834.699000', '184834.701000', '184834.704000', '184834.706000', '184834.709000', '184834.712000', '184834.714000', '184834.717000', '184834.719000', '184834.722000', '184834.724000', '184834.727000', '184834.729000', '184834.732000', '184834.735000', '184834.737000', '184834.740000', '184834.742000', '184834.745000', '184834.748000', '184834.750000', '184834.753000', '184834.755000', '184834.758000', '184834.760000', '184834.763000', '184834.766000', '184834.768000', '184834.771000', '184834.773000', '184834.776000', '184834.779000', '184834.789000', '184834.792000', '184834.794000', '184834.797000', '184834.799000', '184834.802000', '184834.809000', '184854.685000', '184854.688000', '184854.691000', '184854.694000', '184854.696000', '184854.699000', '184854.701000', '184854.704000', '184854.707000', '184854.709000', '184854.712000', '184854.714000', '184854.717000', '184854.720000', '184854.722000', '184854.725000', '184854.727000', '184854.730000', '184854.733000', '184854.736000', '184854.739000', '184854.742000', '184854.744000', '184854.747000', '184854.750000', '184854.752000', '184854.755000', '184854.757000', '184854.760000', '184854.763000', '184854.765000', '184854.768000', '184854.770000', '184854.773000', '184854.775000', '184854.778000', '184854.781000', '184854.783000', '184854.786000', '184854.788000', '184854.791000', '184854.793000', '184854.796000', '184914.686000', '184914.689000', '184914.692000', '184914.694000', '184914.697000', '184914.699000', '184914.702000', '184914.704000', '184914.707000', '184914.710000', '184914.712000', '184914.715000', '184914.717000', '184914.720000', '184914.722000', '184914.725000', '184914.728000', '184914.730000', '184914.733000', '184914.735000', '184914.738000', '184914.740000', '184914.743000', '184914.746000', '184914.748000', '184914.751000', '184914.753000', '184914.756000', '184914.758000', '184914.761000', '184914.763000', '184914.766000', '184914.769000', '184914.771000', '184914.774000', '184914.776000', '184914.779000', '184914.782000', '184914.784000', '184914.787000', '184914.790000', '184914.792000', '184914.795000', '184914.797000', '184934.687000', '184934.689000', '184934.692000', '184934.695000', '184934.697000', '184934.700000', '184934.702000', '184934.705000', '184934.708000', '184934.710000', '184934.713000', '184934.715000', '184934.718000', '184934.721000', '184934.723000', '184934.734000', '184934.737000', '184934.739000', '184934.742000', '184934.744000', '184934.747000', '184934.750000', '184934.752000', '184934.755000', '184934.757000', '184934.760000', '184934.762000', '184934.765000', '184934.768000', '184934.770000', '184934.773000', '184934.776000', '184934.779000', '184934.782000', '184934.784000', '184934.787000', '184934.789000', '184934.792000', '184934.795000', '184934.797000', '184934.800000', '184934.802000', '184934.805000', '184954.686000', '184954.689000', '184954.692000', '184954.694000', '184954.697000', '184954.699000', '184954.702000', '184954.705000', '184954.707000', '184954.710000', '184954.712000', '184954.715000', '184954.717000', '184954.720000', '184954.723000', '184954.725000', '184954.728000', '184954.730000', '184954.733000', '184954.735000', '184954.738000', '184954.741000', '184954.743000', '184954.746000', '184954.748000', '184954.751000', '184954.753000', '184954.756000', '184954.759000', '184954.761000', '184954.764000', '184954.766000', '184954.769000', '184954.771000', '184954.774000', '184954.777000', '184954.779000', '184954.782000', '184954.784000', '184954.787000', '184954.790000', '184954.792000', '184954.795000', '184954.797000', '185014.686000', '185014.689000', '185014.692000', '185014.694000', '185014.697000', '185014.700000', '185014.702000', '185014.705000', '185014.707000', '185014.710000', '185014.712000', '185014.715000', '185014.717000', '185014.720000', '185014.723000', '185014.725000', '185014.728000', '185014.731000', '185014.733000', '185014.736000', '185014.738000', '185014.741000', '185014.743000', '185014.746000', '185014.749000', '185014.751000', '185014.754000', '185014.756000', '185014.759000', '185014.762000', '185014.764000', '185014.767000', '185014.769000', '185014.772000', '185014.775000', '185014.777000', '185014.780000', '185014.782000', '185014.785000', '185014.787000', '185014.790000', '185014.793000', '185014.795000', '185034.686000', '185034.688000', '185034.691000', '185034.694000', '185034.696000', '185034.699000', '185034.702000', '185034.704000', '185034.707000', '185034.709000', '185034.712000', '185034.714000', '185034.717000', '185034.720000', '185034.722000', '185034.725000', '185034.727000', '185034.730000', '185034.733000', '185034.735000', '185034.738000', '185034.740000', '185034.743000', '185034.746000', '185034.748000', '185034.751000', '185034.753000', '185034.756000', '185034.759000', '185034.761000', '185034.764000', '185034.766000', '185034.769000', '185034.771000', '185034.774000', '185034.777000', '185034.779000', '185034.782000', '185034.784000', '185034.787000', '185034.789000', '185034.792000', '185034.795000', '185034.797000', '185054.685000', '185054.688000', '185054.691000', '185054.694000', '185054.696000', '185054.699000', '185054.701000', '185054.704000', '185054.706000', '185054.709000', '185054.712000', '185054.714000', '185054.717000', '185054.719000', '185054.722000', '185054.725000', '185054.727000', '185054.730000', '185054.732000', '185054.735000', '185054.737000', '185054.740000', '185054.742000', '185054.745000', '185054.748000', '185054.750000', '185054.753000', '185054.756000', '185054.758000', '185054.761000', '185054.763000', '185054.766000', '185054.768000', '185054.771000', '185054.774000', '185054.776000', '185054.779000', '185054.781000', '185054.784000', '185054.786000', '185054.803000', '185054.805000', '185054.808000', '185114.686000', '185114.689000', '185114.691000', '185114.694000', '185114.697000', '185114.699000', '185114.702000', '185114.704000', '185114.707000', '185114.710000', '185114.712000', '185114.715000', '185114.718000', '185114.720000', '185114.723000', '185114.725000', '185114.728000', '185114.730000', '185114.733000', '185114.758000', '185114.761000', '185114.763000', '185114.766000', '185114.769000', '185114.771000', '185114.774000', '185114.777000', '185114.779000', '185114.782000', '185114.785000', '185114.787000', '185114.790000', '185114.792000', '185114.795000', '185114.797000', '185114.800000', '185114.803000', '185114.805000', '185114.808000', '185114.810000', '185114.813000', '185114.815000', '185114.818000', '185114.821000', '185134.686000', '185134.689000', '185134.692000', '185134.694000', '185134.697000', '185134.700000', '185134.702000', '185134.705000', '185134.707000', '185134.710000', '185134.713000', '185134.715000', '185134.718000', '185134.720000', '185134.723000', '185134.725000', '185134.728000', '185134.731000', '185134.733000', '185134.736000', '185134.738000', '185134.741000', '185134.744000', '185134.746000', '185134.749000', '185134.751000', '185134.754000', '185134.757000', '185134.759000', '185134.762000', '185134.764000', '185134.767000', '185134.770000', '185134.772000', '185134.775000', '185134.777000', '185134.780000', '185134.783000', '185134.785000', '185134.788000', '185134.790000', '185134.793000', '185134.796000', '185154.687000', '185154.690000', '185154.692000', '185154.695000', '185154.697000', '185154.700000', '185154.702000', '185154.705000', '185154.708000', '185154.710000', '185154.713000', '185154.715000', '185154.718000', '185154.721000', '185154.723000', '185154.726000', '185154.728000', '185154.731000', '185154.733000', '185154.736000', '185154.739000', '185154.741000', '185154.744000', '185154.746000', '185154.749000', '185154.751000', '185154.754000', '185154.757000', '185154.759000', '185154.762000', '185154.764000', '185154.767000', '185154.770000', '185154.772000', '185154.775000', '185154.777000', '185154.780000', '185154.783000', '185154.785000', '185154.788000', '185154.791000', '185154.793000', '185154.796000', '185154.798000', '185214.687000', '185214.689000', '185214.692000', '185214.695000', '185214.697000', '185214.700000', '185214.702000', '185214.705000', '185214.708000', '185214.710000', '185214.713000', '185214.715000', '185214.718000', '185214.720000', '185214.723000', '185214.726000', '185214.728000', '185214.731000', '185214.733000', '185214.736000', '185214.739000', '185214.741000', '185214.744000', '185214.746000', '185214.749000', '185214.751000', '185214.754000', '185214.757000', '185214.759000', '185214.762000', '185214.764000', '185214.767000', '185214.769000', '185214.772000', '185214.775000', '185214.777000', '185214.780000', '185214.782000', '185214.785000', '185214.788000', '185214.790000', '185214.793000', '185214.795000', '185234.686000', '185234.689000', '185234.692000', '185234.694000', '185234.697000', '185234.700000', '185234.702000', '185234.705000', '185234.707000', '185234.710000', '185234.713000', '185234.715000', '185234.718000', '185234.720000', '185234.723000', '185234.726000', '185234.728000', '185234.731000', '185234.733000', '185234.736000', '185234.739000', '185234.741000', '185234.755000', '185234.757000', '185234.760000', '185234.762000', '185234.765000', '185234.768000', '185234.770000', '185234.773000', '185234.775000', '185234.778000', '185234.781000', '185234.783000', '185234.786000', '185234.788000', '185234.791000', '185234.794000', '185234.796000', '185234.799000', '185234.801000', '185234.804000', '185234.807000', '185234.809000', '185254.686000', '185254.689000', '185254.691000', '185254.694000', '185254.696000', '185254.699000', '185254.702000', '185254.704000', '185254.707000', '185254.710000', '185254.712000', '185254.715000', '185254.717000', '185254.720000', '185254.723000', '185254.725000', '185254.728000', '185254.730000', '185254.733000', '185254.736000', '185254.738000', '185254.741000', '185254.743000', '185254.746000', '185254.749000', '185254.751000', '185254.754000', '185254.756000', '185254.759000', '185254.762000', '185254.764000', '185254.767000', '185254.770000', '185254.772000', '185254.775000', '185254.777000', '185254.780000', '185254.783000', '185254.785000', '185254.788000', '185254.790000', '185254.793000', '185254.796000', '185314.685000', '185314.688000', '185314.691000', '185314.694000', '185314.696000', '185314.699000', '185314.701000', '185314.704000', '185314.707000', '185314.709000', '185314.712000', '185314.715000', '185314.717000', '185314.720000', '185314.722000', '185314.725000', '185314.727000', '185314.730000', '185314.733000', '185314.735000', '185314.738000', '185314.740000', '185314.743000', '185314.746000', '185314.748000', '185314.751000', '185314.753000', '185314.756000', '185314.759000', '185314.761000', '185314.764000', '185314.766000', '185314.769000', '185314.772000', '185314.774000', '185314.777000', '185314.780000', '185314.782000', '185314.785000', '185314.787000', '185314.790000', '185314.792000', '185314.795000', '185314.798000', '185334.686000', '185334.688000', '185334.691000', '185334.694000', '185334.696000', '185334.699000', '185334.701000', '185334.704000', '185334.707000', '185334.709000', '185334.712000', '185334.715000', '185334.717000', '185334.720000', '185334.723000', '185334.725000', '185334.728000', '185334.730000', '185334.733000', '185334.736000', '185334.738000', '185334.741000', '185334.743000', '185334.746000', '185334.748000', '185334.751000', '185334.754000', '185334.756000', '185334.759000', '185334.761000', '185334.764000', '185334.767000', '185334.769000', '185334.772000', '185334.775000', '185334.777000', '185334.780000', '185334.782000', '185334.785000', '185334.787000', '185334.790000', '185334.793000', '185334.795000', '185354.686000', '185354.689000', '185354.692000', '185354.695000', '185354.697000', '185354.700000', '185354.703000', '185354.705000', '185354.708000', '185354.710000', '185354.713000', '185354.716000', '185354.719000', '185354.723000', '185354.725000', '185354.728000', '185354.730000', '185354.733000', '185354.736000', '185354.738000', '185354.741000', '185354.743000', '185354.746000', '185354.749000', '185354.751000', '185354.754000', '185354.756000', '185354.759000', '185354.761000', '185354.764000', '185354.767000', '185354.769000', '185354.772000', '185354.788000', '185354.790000', '185354.793000', '185354.795000', '185354.798000', '185354.801000', '185354.803000', '185354.806000', '185354.808000', '185354.811000', '185359.287000', '185359.290000', '185359.293000', '185359.295000', '185359.298000', '185359.301000', '185359.303000', '185359.306000', '185359.309000', '185359.311000', '185359.314000'], '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': [15330, 8375, 16822, 10946, 15663, 11108, 15631, 11532, 15400, 11625, 13894, 11727, 8279, 13299, 8127, 13458, 8332, 14300, 7966, 14867, 8681, 14499, 9493, 14237, 9908, 8006, 10659, 8090, 12556, 8124, 14007, 9604, 14976, 9129, 14059, 10807, 11767, 12339, 8476, 14119, 8555, 14535, 8190, 15191, 8092, 15855, 9903, 15320, 10325, 14987, 11015, 15930, 11617, 15589, 10410, 15481, 10823, 15707, 11672, 12571, 10614, 10850, 11746, 8267, 13663, 8278, 14984, 7851, 14717, 9522, 14874, 10889, 15352, 11427, 8816, 11996, 8329, 14067, 8084, 15029, 9213, 16040, 10456, 15332, 11032, 14382, 10755, 12186, 11936, 8523, 13787, 8187, 14917, 9817, 14660, 10578, 8395, 12919, 8274, 14558, 8311, 15578, 9661, 14854, 9096, 14768, 8761, 14786, 9847, 15083, 9576, 15259, 10100, 14627, 10523, 11329, 10086, 8485, 12357, 8479, 13640, 7809, 15517, 9116, 15395, 9957, 12201, 10377, 8059, 15176, 10181, 8851, 15028, 9081, 15491, 10836, 14020, 11474, 8889, 14846, 7877, 15409, 8428, 15447, 16182, 14248, 15271, 12909, 10578, 12847, 10623, 13149, 9434, 14791, 8323, 13983, 8305, 14368, 8960, 14672, 10444, 15133, 9825, 14563, 10837, 12595, 11062, 8420, 13330, 8472, 14216, 8367, 14529, 8526, 15580, 8580, 14907, 9034, 15244, 9301, 15316, 10064, 15210, 10218, 15075, 10481, 15392, 10833, 13459, 10265, 10997, 10776, 9086, 13341, 8176, 14378, 7920, 14703, 9415, 15014, 10550, 15033, 11021, 15034, 9672, 11924, 10558, 8401, 14059, 7683, 13488, 8879, 10725, 10224, 8298, 13876, 8534, 14128, 9597, 14642, 10445, 14320, 10350, 13351, 9801, 13364, 11130, 7913, 12248, 7619, 13600, 9480, 14884, 10240, 14576, 9686, 10439, 11490, 8132, 13281, 7594, 13580, 7845, 13207, 7837, 14277, 7891, 13643, 8594, 14028, 9543, 13303, 9483, 9550, 9446, 9762, 10440, 7987, 12838, 8073, 13641, 8009, 14067, 8980, 14676, 9866, 11555, 10811, 7837, 14361, 9084, 15400, 10180, 14699, 11243, 10762, 13176, 8021, 15017, 9608, 15367, 10838, 13422, 11321, 7865, 14011, 9369, 11344, 9760, 7152, 13968, 9826, 15313, 9851, 8113, 12895, 8944, 13945, 9973, 7873, 14323, 10387, 16819, 10572, 14449, 11966, 14473, 11034, 13661, 9702, 11416, 9793, 11869, 10642, 7958, 12205, 7411, 12934, 8343, 13207, 8449, 13437, 9545, 13502, 9233, 13359, 9766, 13043, 9832, 13188, 9592, 13380, 9954, 13709, 9822, 13542, 9740, 12014, 8676, 8604, 11045, 7514, 13034, 8314, 13880, 9474, 13472, 9602, 14971, 9713, 14039, 9571, 13603, 9889, 12180, 10373, 8277, 11597, 7323, 12492, 7439, 13380, 8917, 14020, 9579, 13627, 9914, 9631, 11094, 7547, 13067, 7954, 13972, 9031, 15063, 10374, 13639, 9669, 8004, 12544, 7859, 14771, 9517, 14069, 9380, 13927, 9349, 14046, 10238, 13554, 9137, 12355, 9051, 9418, 10497, 7339, 11908, 7421, 13467, 8646, 13309, 9244, 12827, 9286, 11034, 8941, 11140, 9349, 8036, 11366, 7230, 12155, 7426, 12869, 7564, 12435, 7603, 13817, 7889, 12776, 8707, 13619, 9291, 13534, 9816, 13476, 9299, 11735, 9308, 7542, 11669, 8082, 13142, 8936, 11204, 8941, 8370, 11809, 7694, 13343, 8530, 13791, 9009, 13758, 9605, 15477, 10958, 13602, 10234, 13966, 10149, 12925, 10642, 7367, 12186, 7609, 12909, 8701, 13839, 9806, 13225, 9604, 11128, 9738, 9031, 11908, 7567, 13223, 8449, 13788, 9421, 13955, 9675, 14142, 10280, 13915, 9862, 13840, 10129, 13355, 9965, 12197, 9274, 11091, 9557, 10366, 10675, 7686, 11388, 7365, 11946, 7320, 12434, 7597, 12730, 7455, 13098, 8317, 13201, 8795, 13282, 9112, 13098, 9349, 12211, 9559, 8634, 10665, 7299, 12926, 8112, 12998, 9149, 13694, 9773, 14514, 9426, 13131, 9749, 10655, 11216, 7498, 12314, 7329, 12126, 7824, 13262, 8672, 13505, 9107, 13596, 9842, 14749, 9887, 15289, 10108, 14347, 11044, 14535, 9559, 12674, 9536, 12729, 9509, 11531, 9493, 12378, 9900, 12944, 10586, 7541, 10929, 7451, 11550, 7887, 12888, 8900, 12472, 9215, 9877, 9560, 7703, 11064, 7465, 11972, 8658, 12301, 9221, 9399, 9012, 7714, 10160, 7619, 12376, 9097, 11763, 8664, 8977, 9506, 8453, 11583, 7447, 13184, 8240, 12904, 9346, 13526, 9625, 13811, 9208, 9404, 10464, 7645, 12387, 9004, 13250, 8978, 11623, 9615, 9128, 11626, 8125, 13010, 8504, 13079, 8303, 13014, 8603, 15149, 8254, 12653, 8525, 13355, 9332, 12987, 10032, 7623, 12424, 10003, 10224, 11408, 8044, 12747, 10118, 7575, 13731, 9469, 7913, 13116, 9245, 14694, 9707, 11840, 11136, 10117, 13101, 8326, 12869, 8242, 13222, 8552, 15180, 9237, 15413, 8427, 13109, 8943, 13420, 9852, 13285, 9636, 13255, 9240, 13099, 9554, 9843, 12350, 7629, 12403, 8137, 13386, 9548, 11914, 9864, 7497, 11117, 7776, 11966, 7858, 14502, 9664, 13756, 9844, 12307, 9476, 8729, 11865, 7870, 13075, 8979, 13161, 9358, 13003, 9387, 14048, 9524, 11109, 8982, 9991, 10346, 8120, 12589, 7460, 12339, 8109, 12818, 9379, 13729, 9770, 13206, 9545, 11692, 9838, 11019, 11183, 8011, 11876, 7484, 12440, 7802, 12732, 7704, 13302, 8728, 13183, 9522, 12503, 9578, 8734, 11383, 7837, 12391, 8412, 12254, 9325, 7538, 13564, 10127, 7825, 10506, 8763, 13023, 9734, 7526, 13060, 9729, 11220, 11918, 8680, 14014, 9749, 8966, 11489, 7938, 14475, 9952, 10182, 12773, 10052, 15532, 9501, 14233, 10705, 15005, 10684, 16002, 12139, 15477, 9264, 11054, 10078, 8372, 11957, 7602, 11939, 7812, 11824, 8571, 12663, 9529, 8771, 9648, 7702, 11161, 7540, 12032, 7323, 12669, 7915, 12313, 8093, 12133, 8723, 13064, 9641, 12937, 9139, 12319, 9618, 11174, 9974, 8274, 11460, 7381, 11952, 7349, 12993, 7831, 13636, 9477, 12947, 9261, 7914, 11417, 9257, 8131, 11197, 8113, 8968, 8879, 8037, 8205, 11956, 9203, 12985, 10774, 16057, 13319, 16197, 13486, 16986, 14663, 17321, 14401, 17884, 13865, 16581, 13288, 9217, 11954, 7336, 12517, 9551, 13281, 10046, 7867, 12842, 8350, 13333, 9833, 13051, 10024, 12737, 9621, 12042, 9409, 8788, 10384, 7628, 11130, 7820, 11314, 8045, 12055, 9080, 11901, 9468, 10369, 9503, 8697, 10656, 7645, 12043, 7423, 12004, 7615, 12871, 9481, 12864, 9345, 9790, 9543], 'WindowCenter': [4742.0, 4647.0, 4723.0, 4671.0, 4696.0, 4654.0, 4682.0, 4653.0, 4670.0, 4651.0, 4660.0, 4640.0, 4600.0, 4661.0, 4590.0, 4659.0, 4600.0, 4659.0, 4589.0, 4657.0, 4610.0, 4670.0, 4632.0, 4672.0, 4634.0, 4602.0, 4632.0, 4602.0, 4662.0, 4604.0, 4674.0, 4634.0, 4684.0, 4633.0, 4673.0, 4655.0, 4654.0, 4663.0, 4613.0, 4674.0, 4614.0, 4673.0, 4601.0, 4671.0, 4600.0, 4681.0, 4632.0, 4671.0, 4632.0, 4672.0, 4640.0, 4681.0, 4641.0, 4671.0, 4631.0, 4670.0, 4630.0, 4670.0, 4642.0, 4649.0, 4630.0, 4639.0, 4639.0, 4599.0, 4661.0, 4599.0, 4671.0, 4602.0, 4671.0, 4623.0, 4670.0, 4643.0, 4670.0, 4640.0, 4611.0, 4652.0, 4611.0, 4672.0, 4601.0, 4672.0, 4622.0, 4682.0, 4642.0, 4671.0, 4641.0, 4670.0, 4643.0, 4663.0, 4653.0, 4614.0, 4676.0, 4613.0, 4682.0, 4644.0, 4672.0, 4644.0, 4613.0, 4662.0, 4612.0, 4672.0, 4613.0, 4683.0, 4622.0, 4671.0, 4612.0, 4671.0, 4610.0, 4660.0, 4620.0, 4669.0, 4621.0, 4669.0, 4631.0, 4669.0, 4630.0, 4640.0, 4629.0, 4610.0, 4649.0, 4601.0, 4672.0, 4592.0, 4684.0, 4622.0, 4671.0, 4632.0, 4652.0, 4632.0, 4602.0, 4682.0, 4647.0, 4636.0, 4698.0, 4638.0, 4686.0, 4654.0, 4685.0, 4656.0, 4626.0, 4683.0, 4605.0, 4683.0, 4602.0, 4682.0, 4680.0, 4661.0, 4668.0, 4649.0, 4628.0, 4648.0, 4627.0, 4648.0, 4609.0, 4669.0, 4599.0, 4658.0, 4600.0, 4669.0, 4622.0, 4682.0, 4642.0, 4672.0, 4633.0, 4671.0, 4642.0, 4662.0, 4653.0, 4613.0, 4672.0, 4603.0, 4670.0, 4601.0, 4671.0, 4609.0, 4683.0, 4612.0, 4670.0, 4611.0, 4669.0, 4621.0, 4670.0, 4631.0, 4672.0, 4632.0, 4670.0, 4643.0, 4669.0, 4644.0, 4661.0, 4629.0, 4640.0, 4639.0, 4609.0, 4661.0, 4601.0, 4670.0, 4600.0, 4669.0, 4610.0, 4669.0, 4632.0, 4669.0, 4640.0, 4670.0, 4622.0, 4652.0, 4643.0, 4615.0, 4673.0, 4619.0, 4672.0, 4633.0, 4652.0, 4641.0, 4612.0, 4670.0, 4622.0, 4671.0, 4631.0, 4681.0, 4645.0, 4682.0, 4645.0, 4672.0, 4631.0, 4658.0, 4655.0, 4615.0, 4661.0, 4601.0, 4670.0, 4633.0, 4679.0, 4642.0, 4682.0, 4631.0, 4640.0, 4649.0, 4600.0, 4660.0, 4601.0, 4660.0, 4601.0, 4662.0, 4598.0, 4670.0, 4598.0, 4658.0, 4610.0, 4659.0, 4621.0, 4660.0, 4621.0, 4630.0, 4633.0, 4629.0, 4642.0, 4600.0, 4660.0, 4601.0, 4682.0, 4612.0, 4671.0, 4621.0, 4670.0, 4634.0, 4650.0, 4642.0, 4603.0, 4682.0, 4622.0, 4682.0, 4642.0, 4670.0, 4651.0, 4641.0, 4661.0, 4601.0, 4680.0, 4634.0, 4681.0, 4642.0, 4660.0, 4641.0, 4612.0, 4672.0, 4646.0, 4664.0, 4642.0, 4594.0, 4683.0, 4645.0, 4695.0, 4645.0, 4612.0, 4658.0, 4620.0, 4670.0, 4630.0, 4599.0, 4670.0, 4630.0, 4681.0, 4628.0, 4658.0, 4636.0, 4655.0, 4627.0, 4645.0, 4605.0, 4635.0, 4614.0, 4635.0, 4626.0, 4587.0, 4635.0, 4577.0, 4646.0, 4599.0, 4658.0, 4600.0, 4658.0, 4620.0, 4658.0, 4619.0, 4659.0, 4629.0, 4657.0, 4629.0, 4659.0, 4630.0, 4659.0, 4632.0, 4669.0, 4644.0, 4671.0, 4634.0, 4651.0, 4622.0, 4611.0, 4650.0, 4589.0, 4675.0, 4612.0, 4670.0, 4632.0, 4670.0, 4629.0, 4682.0, 4633.0, 4670.0, 4632.0, 4670.0, 4630.0, 4649.0, 4642.0, 4609.0, 4648.0, 4591.0, 4659.0, 4591.0, 4661.0, 4619.0, 4669.0, 4633.0, 4671.0, 4633.0, 4631.0, 4653.0, 4600.0, 4671.0, 4603.0, 4671.0, 4634.0, 4683.0, 4641.0, 4673.0, 4632.0, 4610.0, 4660.0, 4600.0, 4682.0, 4632.0, 4669.0, 4621.0, 4668.0, 4621.0, 4668.0, 4630.0, 4658.0, 4619.0, 4659.0, 4633.0, 4618.0, 4638.0, 4590.0, 4648.0, 4590.0, 4669.0, 4611.0, 4659.0, 4621.0, 4660.0, 4622.0, 4639.0, 4612.0, 4638.0, 4620.0, 4601.0, 4650.0, 4589.0, 4649.0, 4590.0, 4659.0, 4590.0, 4648.0, 4587.0, 4662.0, 4588.0, 4647.0, 4610.0, 4657.0, 4631.0, 4658.0, 4633.0, 4659.0, 4620.0, 4649.0, 4622.0, 4601.0, 4652.0, 4612.0, 4674.0, 4634.0, 4662.0, 4633.0, 4624.0, 4664.0, 4616.0, 4674.0, 4626.0, 4672.0, 4624.0, 4671.0, 4631.0, 4681.0, 4641.0, 4670.0, 4630.0, 4669.0, 4642.0, 4660.0, 4642.0, 4589.0, 4650.0, 4600.0, 4660.0, 4625.0, 4673.0, 4634.0, 4671.0, 4635.0, 4653.0, 4630.0, 4621.0, 4652.0, 4600.0, 4671.0, 4610.0, 4671.0, 4632.0, 4669.0, 4632.0, 4670.0, 4631.0, 4670.0, 4632.0, 4660.0, 4632.0, 4659.0, 4632.0, 4649.0, 4619.0, 4639.0, 4621.0, 4629.0, 4639.0, 4590.0, 4639.0, 4590.0, 4649.0, 4589.0, 4659.0, 4591.0, 4659.0, 4591.0, 4658.0, 4599.0, 4658.0, 4610.0, 4660.0, 4609.0, 4658.0, 4620.0, 4648.0, 4633.0, 4611.0, 4640.0, 4602.0, 4660.0, 4612.0, 4670.0, 4631.0, 4671.0, 4632.0, 4672.0, 4623.0, 4658.0, 4632.0, 4640.0, 4641.0, 4588.0, 4649.0, 4590.0, 4650.0, 4604.0, 4671.0, 4625.0, 4671.0, 4622.0, 4671.0, 4655.0, 4684.0, 4647.0, 4682.0, 4644.0, 4687.0, 4654.0, 4672.0, 4632.0, 4674.0, 4634.0, 4672.0, 4644.0, 4665.0, 4634.0, 4661.0, 4646.0, 4662.0, 4654.0, 4615.0, 4665.0, 4602.0, 4648.0, 4596.0, 4643.0, 4618.0, 4644.0, 4615.0, 4616.0, 4616.0, 4588.0, 4638.0, 4602.0, 4658.0, 4618.0, 4659.0, 4629.0, 4617.0, 4621.0, 4600.0, 4639.0, 4612.0, 4671.0, 4632.0, 4662.0, 4623.0, 4621.0, 4630.0, 4612.0, 4651.0, 4592.0, 4671.0, 4613.0, 4660.0, 4630.0, 4670.0, 4631.0, 4681.0, 4633.0, 4630.0, 4637.0, 4600.0, 4672.0, 4621.0, 4673.0, 4632.0, 4661.0, 4632.0, 4629.0, 4662.0, 4610.0, 4671.0, 4620.0, 4670.0, 4608.0, 4658.0, 4608.0, 4679.0, 4596.0, 4645.0, 4608.0, 4656.0, 4632.0, 4669.0, 4645.0, 4611.0, 4672.0, 4653.0, 4655.0, 4675.0, 4629.0, 4687.0, 4657.0, 4629.0, 4711.0, 4661.0, 4628.0, 4687.0, 4649.0, 4695.0, 4645.0, 4661.0, 4664.0, 4653.0, 4673.0, 4610.0, 4672.0, 4621.0, 4657.0, 4608.0, 4679.0, 4619.0, 4667.0, 4609.0, 4658.0, 4617.0, 4658.0, 4627.0, 4682.0, 4642.0, 4671.0, 4632.0, 4670.0, 4630.0, 4644.0, 4660.0, 4599.0, 4671.0, 4627.0, 4669.0, 4632.0, 4651.0, 4632.0, 4602.0, 4663.0, 4613.0, 4660.0, 4599.0, 4683.0, 4642.0, 4683.0, 4632.0, 4650.0, 4630.0, 4611.0, 4651.0, 4600.0, 4669.0, 4622.0, 4659.0, 4620.0, 4658.0, 4620.0, 4669.0, 4630.0, 4650.0, 4618.0, 4630.0, 4639.0, 4598.0, 4661.0, 4590.0, 4660.0, 4599.0, 4657.0, 4631.0, 4671.0, 4629.0, 4669.0, 4631.0, 4658.0, 4628.0, 4640.0, 4650.0, 4599.0, 4648.0, 4587.0, 4657.0, 4587.0, 4658.0, 4587.0, 4668.0, 4608.0, 4657.0, 4628.0, 4658.0, 4629.0, 4621.0, 4650.0, 4602.0, 4673.0, 4612.0, 4650.0, 4647.0, 4628.0, 4686.0, 4655.0, 4629.0, 4656.0, 4637.0, 4686.0, 4645.0, 4614.0, 4685.0, 4646.0, 4676.0, 4680.0, 4636.0, 4685.0, 4647.0, 4634.0, 4664.0, 4628.0, 4695.0, 4656.0, 4657.0, 4674.0, 4641.0, 4694.0, 4643.0, 4673.0, 4641.0, 4681.0, 4642.0, 4681.0, 4651.0, 4668.0, 4618.0, 4639.0, 4616.0, 4607.0, 4649.0, 4600.0, 4650.0, 4602.0, 4650.0, 4622.0, 4659.0, 4632.0, 4622.0, 4632.0, 4614.0, 4661.0, 4603.0, 4662.0, 4604.0, 4672.0, 4612.0, 4662.0, 4613.0, 4658.0, 4623.0, 4669.0, 4631.0, 4670.0, 4632.0, 4661.0, 4632.0, 4652.0, 4642.0, 4612.0, 4651.0, 4590.0, 4649.0, 4590.0, 4670.0, 4598.0, 4681.0, 4631.0, 4682.0, 4645.0, 4626.0, 4678.0, 4647.0, 4625.0, 4663.0, 4626.0, 4647.0, 4657.0, 4640.0, 4637.0, 4679.0, 4658.0, 4698.0, 4668.0, 4706.0, 4676.0, 4682.0, 4663.0, 4678.0, 4657.0, 4667.0, 4644.0, 4651.0, 4630.0, 4649.0, 4617.0, 4578.0, 4606.0, 4547.0, 4618.0, 4587.0, 4629.0, 4589.0, 4570.0, 4618.0, 4572.0, 4630.0, 4600.0, 4620.0, 4600.0, 4619.0, 4590.0, 4620.0, 4592.0, 4582.0, 4603.0, 4574.0, 4622.0, 4576.0, 4624.0, 4586.0, 4637.0, 4608.0, 4638.0, 4620.0, 4630.0, 4619.0, 4609.0, 4629.0, 4591.0, 4662.0, 4590.0, 4650.0, 4591.0, 4661.0, 4620.0, 4659.0, 4621.0, 4631.0, 4632.0], 'WindowWidth': [10339.0, 10196.0, 10297.0, 10218.0, 10246.0, 10183.0, 10217.0, 10177.0, 10199.0, 10173.0, 10185.0, 10156.0, 10100.0, 10184.0, 10087.0, 10177.0, 10099.0, 10179.0, 10084.0, 10173.0, 10115.0, 10196.0, 10148.0, 10203.0, 10153.0, 10106.0, 10146.0, 10108.0, 10188.0, 10114.0, 10208.0, 10153.0, 10222.0, 10153.0, 10205.0, 10183.0, 10181.0, 10193.0, 10125.0, 10207.0, 10126.0, 10204.0, 10106.0, 10201.0, 10104.0, 10215.0, 10146.0, 10200.0, 10148.0, 10201.0, 10157.0, 10213.0, 10159.0, 10200.0, 10144.0, 10195.0, 10143.0, 10197.0, 10159.0, 10167.0, 10141.0, 10154.0, 10151.0, 10099.0, 10186.0, 10100.0, 10198.0, 10109.0, 10199.0, 10136.0, 10196.0, 10161.0, 10197.0, 10158.0, 10120.0, 10173.0, 10120.0, 10200.0, 10106.0, 10203.0, 10135.0, 10217.0, 10160.0, 10201.0, 10160.0, 10197.0, 10167.0, 10193.0, 10179.0, 10125.0, 10212.0, 10125.0, 10215.0, 10170.0, 10203.0, 10166.0, 10126.0, 10188.0, 10121.0, 10203.0, 10125.0, 10220.0, 10135.0, 10200.0, 10121.0, 10197.0, 10117.0, 10183.0, 10130.0, 10195.0, 10130.0, 10194.0, 10144.0, 10195.0, 10144.0, 10157.0, 10141.0, 10116.0, 10168.0, 10106.0, 10203.0, 10097.0, 10222.0, 10134.0, 10201.0, 10148.0, 10175.0, 10147.0, 10110.0, 10219.0, 10176.0, 10161.0, 10247.0, 10166.0, 10228.0, 10183.0, 10227.0, 10187.0, 10146.0, 10220.0, 10117.0, 10219.0, 10109.0, 10217.0, 10213.0, 10186.0, 10193.0, 10163.0, 10135.0, 10161.0, 10133.0, 10162.0, 10113.0, 10194.0, 10100.0, 10177.0, 10102.0, 10193.0, 10135.0, 10217.0, 10162.0, 10203.0, 10151.0, 10200.0, 10163.0, 10191.0, 10178.0, 10126.0, 10202.0, 10110.0, 10197.0, 10106.0, 10200.0, 10116.0, 10220.0, 10120.0, 10198.0, 10120.0, 10194.0, 10133.0, 10196.0, 10145.0, 10202.0, 10149.0, 10200.0, 10163.0, 10198.0, 10167.0, 10187.0, 10142.0, 10158.0, 10154.0, 10115.0, 10185.0, 10103.0, 10198.0, 10102.0, 10194.0, 10115.0, 10195.0, 10146.0, 10194.0, 10157.0, 10198.0, 10137.0, 10175.0, 10166.0, 10132.0, 10207.0, 10148.0, 10206.0, 10154.0, 10179.0, 10163.0, 10125.0, 10201.0, 10138.0, 10202.0, 10150.0, 10218.0, 10173.0, 10222.0, 10173.0, 10205.0, 10150.0, 10184.0, 10187.0, 10131.0, 10190.0, 10109.0, 10199.0, 10155.0, 10215.0, 10165.0, 10219.0, 10148.0, 10162.0, 10172.0, 10106.0, 10188.0, 10107.0, 10185.0, 10106.0, 10190.0, 10101.0, 10200.0, 10099.0, 10179.0, 10117.0, 10183.0, 10135.0, 10184.0, 10134.0, 10146.0, 10151.0, 10144.0, 10163.0, 10105.0, 10188.0, 10107.0, 10222.0, 10126.0, 10203.0, 10136.0, 10202.0, 10153.0, 10175.0, 10164.0, 10114.0, 10219.0, 10140.0, 10220.0, 10164.0, 10202.0, 10176.0, 10164.0, 10191.0, 10107.0, 10215.0, 10157.0, 10219.0, 10165.0, 10188.0, 10161.0, 10123.0, 10205.0, 10180.0, 10203.0, 10167.0, 10105.0, 10225.0, 10176.0, 10245.0, 10175.0, 10127.0, 10182.0, 10134.0, 10203.0, 10148.0, 10104.0, 10201.0, 10144.0, 10217.0, 10139.0, 10180.0, 10147.0, 10173.0, 10137.0, 10158.0, 10104.0, 10146.0, 10116.0, 10146.0, 10132.0, 10081.0, 10143.0, 10069.0, 10160.0, 10100.0, 10178.0, 10103.0, 10180.0, 10130.0, 10181.0, 10130.0, 10182.0, 10143.0, 10178.0, 10144.0, 10182.0, 10145.0, 10184.0, 10149.0, 10199.0, 10170.0, 10204.0, 10154.0, 10175.0, 10139.0, 10123.0, 10175.0, 10093.0, 10213.0, 10128.0, 10202.0, 10151.0, 10201.0, 10147.0, 10219.0, 10152.0, 10201.0, 10151.0, 10200.0, 10147.0, 10173.0, 10164.0, 10118.0, 10169.0, 10095.0, 10182.0, 10093.0, 10188.0, 10132.0, 10201.0, 10153.0, 10205.0, 10153.0, 10152.0, 10181.0, 10109.0, 10204.0, 10113.0, 10204.0, 10159.0, 10227.0, 10166.0, 10208.0, 10152.0, 10122.0, 10188.0, 10108.0, 10221.0, 10150.0, 10199.0, 10133.0, 10195.0, 10133.0, 10195.0, 10147.0, 10182.0, 10129.0, 10187.0, 10157.0, 10130.0, 10155.0, 10091.0, 10167.0, 10094.0, 10198.0, 10123.0, 10184.0, 10136.0, 10188.0, 10137.0, 10159.0, 10123.0, 10157.0, 10133.0, 10107.0, 10173.0, 10090.0, 10170.0, 10092.0, 10183.0, 10091.0, 10168.0, 10084.0, 10190.0, 10085.0, 10164.0, 10117.0, 10175.0, 10149.0, 10182.0, 10154.0, 10186.0, 10132.0, 10172.0, 10139.0, 10111.0, 10180.0, 10125.0, 10211.0, 10159.0, 10196.0, 10158.0, 10147.0, 10201.0, 10135.0, 10213.0, 10149.0, 10207.0, 10142.0, 10205.0, 10151.0, 10220.0, 10162.0, 10201.0, 10146.0, 10200.0, 10166.0, 10188.0, 10165.0, 10091.0, 10173.0, 10107.0, 10188.0, 10146.0, 10208.0, 10156.0, 10206.0, 10159.0, 10182.0, 10149.0, 10137.0, 10179.0, 10107.0, 10204.0, 10123.0, 10203.0, 10151.0, 10199.0, 10152.0, 10203.0, 10148.0, 10203.0, 10151.0, 10187.0, 10150.0, 10184.0, 10150.0, 10169.0, 10129.0, 10156.0, 10133.0, 10143.0, 10157.0, 10091.0, 10155.0, 10092.0, 10170.0, 10090.0, 10184.0, 10092.0, 10183.0, 10093.0, 10179.0, 10104.0, 10179.0, 10119.0, 10186.0, 10118.0, 10182.0, 10134.0, 10171.0, 10153.0, 10121.0, 10160.0, 10112.0, 10188.0, 10125.0, 10201.0, 10152.0, 10205.0, 10151.0, 10207.0, 10139.0, 10184.0, 10150.0, 10159.0, 10162.0, 10087.0, 10171.0, 10093.0, 10173.0, 10118.0, 10206.0, 10148.0, 10204.0, 10139.0, 10204.0, 10193.0, 10228.0, 10182.0, 10222.0, 10172.0, 10235.0, 10183.0, 10205.0, 10151.0, 10211.0, 10158.0, 10209.0, 10173.0, 10202.0, 10158.0, 10189.0, 10175.0, 10189.0, 10185.0, 10136.0, 10202.0, 10113.0, 10166.0, 10093.0, 10155.0, 10127.0, 10157.0, 10118.0, 10121.0, 10122.0, 10088.0, 10156.0, 10115.0, 10184.0, 10132.0, 10186.0, 10146.0, 10129.0, 10135.0, 10107.0, 10159.0, 10129.0, 10209.0, 10156.0, 10196.0, 10144.0, 10140.0, 10150.0, 10126.0, 10177.0, 10098.0, 10206.0, 10129.0, 10190.0, 10151.0, 10204.0, 10153.0, 10221.0, 10157.0, 10149.0, 10157.0, 10111.0, 10208.0, 10138.0, 10211.0, 10155.0, 10193.0, 10154.0, 10150.0, 10193.0, 10123.0, 10207.0, 10137.0, 10204.0, 10117.0, 10184.0, 10115.0, 10212.0, 10094.0, 10162.0, 10114.0, 10178.0, 10154.0, 10201.0, 10177.0, 10128.0, 10213.0, 10189.0, 10193.0, 10220.0, 10161.0, 10235.0, 10196.0, 10167.0, 10279.0, 10208.0, 10160.0, 10238.0, 10188.0, 10248.0, 10176.0, 10196.0, 10200.0, 10185.0, 10211.0, 10123.0, 10208.0, 10138.0, 10183.0, 10116.0, 10214.0, 10129.0, 10193.0, 10115.0, 10180.0, 10126.0, 10183.0, 10144.0, 10225.0, 10170.0, 10207.0, 10157.0, 10201.0, 10149.0, 10171.0, 10190.0, 10104.0, 10204.0, 10156.0, 10201.0, 10151.0, 10177.0, 10153.0, 10119.0, 10197.0, 10131.0, 10188.0, 10105.0, 10226.0, 10170.0, 10225.0, 10151.0, 10174.0, 10147.0, 10121.0, 10175.0, 10107.0, 10200.0, 10139.0, 10187.0, 10133.0, 10182.0, 10133.0, 10200.0, 10147.0, 10175.0, 10131.0, 10147.0, 10158.0, 10102.0, 10190.0, 10092.0, 10186.0, 10105.0, 10180.0, 10150.0, 10203.0, 10146.0, 10202.0, 10150.0, 10186.0, 10143.0, 10162.0, 10174.0, 10104.0, 10168.0, 10087.0, 10178.0, 10085.0, 10180.0, 10085.0, 10197.0, 10114.0, 10181.0, 10143.0, 10184.0, 10145.0, 10138.0, 10176.0, 10111.0, 10209.0, 10126.0, 10173.0, 10184.0, 10160.0, 10234.0, 10192.0, 10162.0, 10192.0, 10167.0, 10235.0, 10179.0, 10136.0, 10231.0, 10180.0, 10224.0, 10233.0, 10165.0, 10229.0, 10180.0, 10161.0, 10201.0, 10159.0, 10247.0, 10193.0, 10197.0, 10216.0, 10164.0, 10244.0, 10172.0, 10210.0, 10163.0, 10218.0, 10165.0, 10219.0, 10176.0, 10199.0, 10128.0, 10157.0, 10123.0, 10112.0, 10171.0, 10107.0, 10172.0, 10111.0, 10173.0, 10140.0, 10187.0, 10156.0, 10141.0, 10153.0, 10132.0, 10194.0, 10115.0, 10194.0, 10118.0, 10210.0, 10128.0, 10195.0, 10131.0, 10186.0, 10142.0, 10204.0, 10154.0, 10206.0, 10155.0, 10192.0, 10153.0, 10179.0, 10168.0, 10126.0, 10175.0, 10094.0, 10172.0, 10094.0, 10203.0, 10105.0, 10221.0, 10151.0, 10229.0, 10182.0, 10156.0, 10229.0, 10185.0, 10151.0, 10202.0, 10154.0, 10187.0, 10203.0, 10181.0, 10169.0, 10229.0, 10202.0, 10257.0, 10214.0, 10265.0, 10221.0, 10227.0, 10195.0, 10218.0, 10178.0, 10192.0, 10154.0, 10162.0, 10128.0, 10153.0, 10105.0, 10051.0, 10085.0, 10008.0, 10103.0, 10063.0, 10123.0, 10070.0, 10044.0, 10107.0, 10049.0, 10125.0, 10085.0, 10111.0, 10085.0, 10109.0, 10073.0, 10112.0, 10078.0, 10065.0, 10094.0, 10057.0, 10121.0, 10061.0, 10126.0, 10076.0, 10146.0, 10110.0, 10150.0, 10128.0, 10142.0, 10127.0, 10114.0, 10140.0, 10090.0, 10190.0, 10090.0, 10169.0, 10093.0, 10188.0, 10130.0, 10184.0, 10135.0, 10148.0, 10150.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.0014889746543778801</td></tr>
<tr><td colspan=3>aqi</td><td>0.0489068150921659</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.58980294100339</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1247290595963082</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9468812880853519</td></tr>
<tr><td colspan=3>efc</td><td>0.5191</td></tr>
<tr><td colspan=3>fber</td><td>2627.8701</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11812186068010201</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>100</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.52073732718894</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6797299056891686</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5957509381124746</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7771647519690505</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6662740269859806</td></tr>
<tr><td colspan=3>gcor</td><td>0.00933844</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-9.996104381571058e-06</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031915292143821716</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.179434565101698</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>13.4131</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>80.6139</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>254.0136</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>78.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291398.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>1184.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>434.6347</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.641</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>592.0792</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3797.4391</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3981.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85146.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1557.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4929.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>952.5156</td></tr>
<tr><td colspan=3>tsnr</td><td>29.27426223573275</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>