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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0030_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-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-04_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-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0030/figures/sub-0030_ses-01_task-social_acq-mb8_run-04_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-0030/ses-01/func/sub-0030_ses-01_task-social_acq-mb8_run-04_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>ffb34058a4262097484c9a2d1ed0fa40</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:30:5.462500</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.995708, -0.0166834, 0.0910373, 0.0298998, 0.988861, -0.145807]</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-04_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.102539</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7705, -7256, 437, -117, -310, -112, 101]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.309</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>108a4201-732c-4e90-94b0-12f5a94f1f58||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.6714110374450684, 0.08021902292966843, 0.23649485409259796, 103.17628479003906], [0.0447603315114975, 2.6530418395996094, -0.3993397355079651, -89.08854675292969], [0.2442464381456375, 0.3911907374858856, 2.6598117351531982, -114.89617919921875], [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': ['183005.462500', '183005.922500', '183006.382500', '183006.842500', '183007.302500', '183007.762500', '183008.222500', '183008.682500', '183009.142500', '183009.602500', '183010.062500', '183010.522500', '183010.982500', '183011.442500', '183011.902500', '183012.362500', '183012.822500', '183013.282500', '183013.742500', '183014.202500', '183014.662500', '183015.122500', '183015.582500', '183016.042500', '183016.502500', '183016.962500', '183017.422500', '183017.882500', '183018.342500', '183018.802500', '183019.262500', '183019.722500', '183020.182500', '183020.642500', '183021.102500', '183021.562500', '183022.022500', '183022.482500', '183022.942500', '183023.402500', '183023.862500', '183024.322500', '183024.782500', '183025.242500', '183025.702500', '183026.162500', '183026.622500', '183027.082500', '183027.542500', '183028.002500', '183028.462500', '183028.922500', '183029.382500', '183029.842500', '183030.302500', '183030.762500', '183031.222500', '183031.682500', '183032.142500', '183032.602500', '183033.062500', '183033.522500', '183033.982500', '183034.442500', '183034.902500', '183035.362500', '183035.822500', '183036.282500', '183036.742500', '183037.202500', '183037.662500', '183038.122500', '183038.582500', '183039.042500', '183039.502500', '183039.962500', '183040.422500', '183040.882500', '183041.342500', '183041.802500', '183042.262500', '183042.722500', '183043.182500', '183043.642500', '183044.102500', '183044.562500', '183045.022500', '183045.482500', '183045.942500', '183046.402500', '183046.862500', '183047.322500', '183047.782500', '183048.242500', '183048.702500', '183049.162500', '183049.622500', '183050.082500', '183050.542500', '183051.002500', '183051.462500', '183051.922500', '183052.382500', '183052.842500', '183053.302500', '183053.762500', '183054.222500', '183054.682500', '183055.142500', '183055.602500', '183056.062500', '183056.522500', '183056.982500', '183057.442500', '183057.902500', '183058.362500', '183058.822500', '183059.282500', '183059.742500', '183100.202500', '183100.662500', '183101.122500', '183101.582500', '183102.042500', '183102.502500', '183102.962500', '183103.422500', '183103.882500', '183104.342500', '183104.802500', '183105.262500', '183105.722500', '183106.182500', '183106.642500', '183107.102500', '183107.562500', '183108.022500', '183108.482500', '183108.942500', '183109.402500', '183109.862500', '183110.322500', '183110.782500', '183111.242500', '183111.702500', '183112.162500', '183112.622500', '183113.082500', '183113.542500', '183114.002500', '183114.462500', '183114.922500', '183115.382500', '183115.842500', '183116.302500', '183116.762500', '183117.222500', '183117.682500', '183118.142500', '183118.602500', '183119.062500', '183119.522500', '183119.982500', '183120.442500', '183120.902500', '183121.362500', '183121.822500', '183122.282500', '183122.742500', '183123.202500', '183123.662500', '183124.122500', '183124.582500', '183125.042500', '183125.502500', '183125.962500', '183126.422500', '183126.882500', '183127.342500', '183127.802500', '183128.262500', '183128.722500', '183129.182500', '183129.642500', '183130.102500', '183130.562500', '183131.022500', '183131.482500', '183131.942500', '183132.402500', '183132.862500', '183133.322500', '183133.782500', '183134.242500', '183134.702500', '183135.162500', '183135.622500', '183136.082500', '183136.542500', '183137.002500', '183137.462500', '183137.922500', '183138.382500', '183138.842500', '183139.302500', '183139.762500', '183140.222500', '183140.682500', '183141.142500', '183141.602500', '183142.062500', '183142.522500', '183142.982500', '183143.442500', '183143.902500', '183144.362500', '183144.822500', '183145.282500', '183145.742500', '183146.202500', '183146.662500', '183147.122500', '183147.582500', '183148.042500', '183148.502500', '183148.962500', '183149.422500', '183149.882500', '183150.342500', '183150.802500', '183151.262500', '183151.722500', '183152.182500', '183152.642500', '183153.102500', '183153.562500', '183154.022500', '183154.482500', '183154.942500', '183155.402500', '183155.862500', '183156.322500', '183156.782500', '183157.242500', '183157.702500', '183158.162500', '183158.622500', '183159.082500', '183159.542500', '183200.002500', '183200.462500', '183200.922500', '183201.382500', '183201.842500', '183202.302500', '183202.762500', '183203.222500', '183203.682500', '183204.142500', '183204.602500', '183205.062500', '183205.522500', '183205.982500', '183206.442500', '183206.902500', '183207.362500', '183207.822500', '183208.282500', '183208.742500', '183209.202500', '183209.662500', '183210.122500', '183210.582500', '183211.042500', '183211.502500', '183211.962500', '183212.422500', '183212.882500', '183213.342500', '183213.802500', '183214.262500', '183214.722500', '183215.182500', '183215.642500', '183216.102500', '183216.562500', '183217.022500', '183217.482500', '183217.942500', '183218.402500', '183218.862500', '183219.322500', '183219.782500', '183220.242500', '183220.702500', '183221.162500', '183221.622500', '183222.082500', '183222.542500', '183223.002500', '183223.462500', '183223.922500', '183224.382500', '183224.842500', '183225.302500', '183225.762500', '183226.222500', '183226.682500', '183227.142500', '183227.602500', '183228.062500', '183228.522500', '183228.982500', '183229.442500', '183229.902500', '183230.362500', '183230.822500', '183231.282500', '183231.742500', '183232.202500', '183232.662500', '183233.122500', '183233.582500', '183234.042500', '183234.502500', '183234.962500', '183235.422500', '183235.882500', '183236.342500', '183236.802500', '183237.262500', '183237.722500', '183238.182500', '183238.642500', '183239.102500', '183239.562500', '183240.022500', '183240.482500', '183240.942500', '183241.402500', '183241.862500', '183242.322500', '183242.782500', '183243.242500', '183243.702500', '183244.162500', '183244.622500', '183245.082500', '183245.542500', '183246.002500', '183246.462500', '183246.922500', '183247.382500', '183247.842500', '183248.302500', '183248.762500', '183249.222500', '183249.682500', '183250.142500', '183250.602500', '183251.062500', '183251.522500', '183251.982500', '183252.442500', '183252.902500', '183253.362500', '183253.822500', '183254.282500', '183254.742500', '183255.202500', '183255.662500', '183256.122500', '183256.582500', '183257.042500', '183257.502500', '183257.962500', '183258.422500', '183258.882500', '183259.342500', '183259.802500', '183300.262500', '183300.722500', '183301.182500', '183301.642500', '183302.102500', '183302.562500', '183303.022500', '183303.482500', '183303.942500', '183304.402500', '183304.862500', '183305.322500', '183305.782500', '183306.242500', '183306.702500', '183307.162500', '183307.622500', '183308.082500', '183308.542500', '183309.002500', '183309.462500', '183309.922500', '183310.382500', '183310.842500', '183311.302500', '183311.762500', '183312.222500', '183312.682500', '183313.142500', '183313.602500', '183314.062500', '183314.522500', '183314.982500', '183315.442500', '183315.902500', '183316.362500', '183316.822500', '183317.282500', '183317.742500', '183318.202500', '183318.662500', '183319.122500', '183319.582500', '183320.042500', '183320.502500', '183320.962500', '183321.422500', '183321.882500', '183322.342500', '183322.802500', '183323.262500', '183323.722500', '183324.182500', '183324.642500', '183325.102500', '183325.562500', '183326.022500', '183326.482500', '183326.942500', '183327.402500', '183327.862500', '183328.322500', '183328.782500', '183329.242500', '183329.702500', '183330.162500', '183330.622500', '183331.082500', '183331.542500', '183332.002500', '183332.462500', '183332.922500', '183333.382500', '183333.842500', '183334.302500', '183334.762500', '183335.222500', '183335.682500', '183336.142500', '183336.602500', '183337.062500', '183337.522500', '183337.982500', '183338.442500', '183338.902500', '183339.362500', '183339.822500', '183340.282500', '183340.742500', '183341.202500', '183341.662500', '183342.122500', '183342.582500', '183343.042500', '183343.502500', '183343.962500', '183344.422500', '183344.882500', '183345.342500', '183345.802500', '183346.262500', '183346.722500', '183347.182500', '183347.642500', '183348.102500', '183348.562500', '183349.022500', '183349.482500', '183349.942500', '183350.402500', '183350.862500', '183351.322500', '183351.782500', '183352.242500', '183352.702500', '183353.162500', '183353.622500', '183354.082500', '183354.542500', '183355.002500', '183355.462500', '183355.922500', '183356.382500', '183356.842500', '183357.302500', '183357.762500', '183358.222500', '183358.682500', '183359.142500', '183359.602500', '183400.062500', '183400.522500', '183400.982500', '183401.442500', '183401.902500', '183402.362500', '183402.822500', '183403.282500', '183403.742500', '183404.202500', '183404.662500', '183405.122500', '183405.582500', '183406.042500', '183406.502500', '183406.962500', '183407.422500', '183407.882500', '183408.342500', '183408.802500', '183409.262500', '183409.722500', '183410.182500', '183410.642500', '183411.102500', '183411.562500', '183412.022500', '183412.482500', '183412.942500', '183413.402500', '183413.862500', '183414.322500', '183414.782500', '183415.242500', '183415.702500', '183416.162500', '183416.622500', '183417.082500', '183417.542500', '183418.002500', '183418.462500', '183418.922500', '183419.382500', '183419.842500', '183420.302500', '183420.762500', '183421.222500', '183421.682500', '183422.142500', '183422.602500', '183423.062500', '183423.522500', '183423.982500', '183424.442500', '183424.902500', '183425.362500', '183425.822500', '183426.282500', '183426.742500', '183427.202500', '183427.662500', '183428.122500', '183428.582500', '183429.042500', '183429.502500', '183429.962500', '183430.422500', '183430.882500', '183431.342500', '183431.802500', '183432.262500', '183432.722500', '183433.182500', '183433.642500', '183434.102500', '183434.562500', '183435.022500', '183435.482500', '183435.942500', '183436.402500', '183436.862500', '183437.322500', '183437.782500', '183438.242500', '183438.702500', '183439.162500', '183439.622500', '183440.082500', '183440.542500', '183441.002500', '183441.462500', '183441.922500', '183442.382500', '183442.842500', '183443.302500', '183443.762500', '183444.222500', '183444.682500', '183445.142500', '183445.602500', '183446.062500', '183446.522500', '183446.982500', '183447.442500', '183447.902500', '183448.362500', '183448.822500', '183449.282500', '183449.742500', '183450.202500', '183450.662500', '183451.122500', '183451.582500', '183452.042500', '183452.502500', '183452.962500', '183453.422500', '183453.882500', '183454.342500', '183454.802500', '183455.262500', '183455.722500', '183456.182500', '183456.642500', '183457.102500', '183457.562500', '183458.022500', '183458.482500', '183458.942500', '183459.402500', '183459.862500', '183500.322500', '183500.782500', '183501.242500', '183501.702500', '183502.162500', '183502.622500', '183503.082500', '183503.542500', '183504.002500', '183504.462500', '183504.922500', '183505.382500', '183505.842500', '183506.302500', '183506.762500', '183507.222500', '183507.682500', '183508.142500', '183508.602500', '183509.062500', '183509.522500', '183509.982500', '183510.442500', '183510.902500', '183511.362500', '183511.822500', '183512.282500', '183512.742500', '183513.202500', '183513.662500', '183514.122500', '183514.582500', '183515.042500', '183515.502500', '183515.962500', '183516.422500', '183516.882500', '183517.342500', '183517.802500', '183518.262500', '183518.722500', '183519.182500', '183519.642500', '183520.102500', '183520.562500', '183521.022500', '183521.482500', '183521.942500', '183522.402500', '183522.862500', '183523.322500', '183523.782500', '183524.242500', '183524.702500', '183525.162500', '183525.622500', '183526.082500', '183526.542500', '183527.002500', '183527.462500', '183527.922500', '183528.382500', '183528.842500', '183529.302500', '183529.762500', '183530.222500', '183530.682500', '183531.142500', '183531.602500', '183532.062500', '183532.522500', '183532.982500', '183533.442500', '183533.902500', '183534.362500', '183534.822500', '183535.282500', '183535.742500', '183536.202500', '183536.662500', '183537.122500', '183537.582500', '183538.042500', '183538.502500', '183538.962500', '183539.422500', '183539.882500', '183540.342500', '183540.802500', '183541.262500', '183541.722500', '183542.182500', '183542.642500', '183543.102500', '183543.562500', '183544.022500', '183544.482500', '183544.942500', '183545.402500', '183545.862500', '183546.322500', '183546.782500', '183547.242500', '183547.702500', '183548.162500', '183548.622500', '183549.082500', '183549.542500', '183550.002500', '183550.462500', '183550.922500', '183551.382500', '183551.842500', '183552.302500', '183552.762500', '183553.222500', '183553.682500', '183554.142500', '183554.602500', '183555.062500', '183555.522500', '183555.982500', '183556.442500', '183556.902500', '183557.362500', '183557.822500', '183558.282500', '183558.742500', '183559.202500', '183559.662500', '183600.122500', '183600.582500', '183601.042500', '183601.502500', '183601.962500', '183602.422500', '183602.882500', '183603.342500', '183603.802500', '183604.262500', '183604.722500', '183605.182500', '183605.642500', '183606.102500', '183606.562500', '183607.022500', '183607.482500', '183607.942500', '183608.402500', '183608.862500', '183609.322500', '183609.782500', '183610.242500', '183610.702500', '183611.162500', '183611.622500', '183612.082500', '183612.542500', '183613.002500', '183613.462500', '183613.922500', '183614.382500', '183614.842500', '183615.302500', '183615.762500', '183616.222500', '183616.682500', '183617.142500', '183617.602500', '183618.062500', '183618.522500', '183618.982500', '183619.442500', '183619.902500', '183620.362500', '183620.822500', '183621.282500', '183621.742500', '183622.202500', '183622.662500', '183623.122500', '183623.582500', '183624.042500', '183624.502500', '183624.962500', '183625.422500', '183625.882500', '183626.342500', '183626.802500', '183627.262500', '183627.722500', '183628.182500', '183628.642500', '183629.102500', '183629.562500', '183630.022500', '183630.482500', '183630.942500', '183631.402500', '183631.862500', '183632.322500', '183632.782500', '183633.242500', '183633.702500', '183634.162500', '183634.622500', '183635.082500', '183635.542500', '183636.002500', '183636.462500', '183636.922500', '183637.382500', '183637.842500', '183638.302500', '183638.762500', '183639.222500', '183639.682500', '183640.142500', '183640.602500', '183641.062500', '183641.522500', '183641.982500', '183642.442500', '183642.902500', '183643.362500', '183643.822500', '183644.282500', '183644.742500', '183645.202500', '183645.662500', '183646.122500'], 'ContentTime': ['183033.621000', '183033.624000', '183033.627000', '183033.629000', '183033.632000', '183033.635000', '183033.637000', '183033.640000', '183033.642000', '183033.645000', '183033.647000', '183033.650000', '183033.652000', '183033.655000', '183033.658000', '183033.660000', '183033.663000', '183033.665000', '183033.668000', '183033.670000', '183033.673000', '183033.676000', '183033.678000', '183033.681000', '183033.683000', '183033.686000', '183033.689000', '183033.691000', '183033.694000', '183033.697000', '183033.699000', '183033.702000', '183033.704000', '183033.707000', '183033.709000', '183033.712000', '183033.715000', '183033.717000', '183033.720000', '183033.722000', '183033.725000', '183033.727000', '183033.730000', '183033.732000', '183033.735000', '183033.738000', '183033.740000', '183033.743000', '183033.745000', '183033.748000', '183033.750000', '183033.753000', '183033.755000', '183033.758000', '183033.761000', '183033.763000', '183033.766000', '183033.768000', '183033.771000', '183033.773000', '183053.589000', '183053.591000', '183053.594000', '183053.596000', '183053.599000', '183053.602000', '183053.607000', '183053.609000', '183053.612000', '183053.614000', '183053.617000', '183053.620000', '183053.622000', '183053.625000', '183053.627000', '183053.630000', '183053.632000', '183053.635000', '183053.637000', '183053.640000', '183053.642000', '183053.645000', '183053.648000', '183053.650000', '183053.653000', '183053.655000', '183053.658000', '183053.660000', '183053.663000', '183053.666000', '183053.668000', '183053.671000', '183053.673000', '183053.676000', '183053.678000', '183053.681000', '183053.683000', '183053.686000', '183053.688000', '183053.691000', '183053.694000', '183053.697000', '183053.699000', '183113.588000', '183113.591000', '183113.594000', '183113.597000', '183113.599000', '183113.602000', '183113.605000', '183113.607000', '183113.610000', '183113.612000', '183113.615000', '183113.618000', '183113.620000', '183113.623000', '183113.625000', '183113.628000', '183113.630000', '183113.633000', '183113.635000', '183113.638000', '183113.641000', '183113.643000', '183113.646000', '183113.648000', '183113.651000', '183113.654000', '183113.656000', '183113.659000', '183113.661000', '183113.664000', '183113.666000', '183113.669000', '183113.671000', '183113.674000', '183113.676000', '183113.679000', '183113.682000', '183113.695000', '183113.697000', '183113.700000', '183113.702000', '183113.705000', '183113.708000', '183113.710000', '183133.589000', '183133.592000', '183133.594000', '183133.597000', '183133.599000', '183133.602000', '183133.605000', '183133.607000', '183133.610000', '183133.612000', '183133.615000', '183133.618000', '183133.620000', '183133.623000', '183133.625000', '183133.628000', '183133.630000', '183133.633000', '183133.636000', '183133.638000', '183133.641000', '183133.643000', '183133.646000', '183133.649000', '183133.651000', '183133.654000', '183133.656000', '183133.659000', '183133.662000', '183133.664000', '183133.667000', '183133.669000', '183133.672000', '183133.674000', '183133.677000', '183133.679000', '183133.682000', '183133.685000', '183133.687000', '183133.690000', '183133.693000', '183133.695000', '183133.698000', '183153.589000', '183153.591000', '183153.594000', '183153.597000', '183153.599000', '183153.602000', '183153.604000', '183153.607000', '183153.610000', '183153.612000', '183153.615000', '183153.618000', '183153.620000', '183153.623000', '183153.626000', '183153.628000', '183153.631000', '183153.633000', '183153.636000', '183153.638000', '183153.641000', '183153.644000', '183153.646000', '183153.649000', '183153.651000', '183153.654000', '183153.656000', '183153.659000', '183153.661000', '183153.664000', '183153.667000', '183153.669000', '183153.672000', '183153.674000', '183153.677000', '183153.680000', '183153.682000', '183153.685000', '183153.687000', '183153.690000', '183153.693000', '183153.695000', '183153.698000', '183153.700000', '183213.588000', '183213.591000', '183213.594000', '183213.597000', '183213.599000', '183213.602000', '183213.605000', '183213.608000', '183213.610000', '183213.613000', '183213.615000', '183213.618000', '183213.621000', '183213.623000', '183213.626000', '183213.628000', '183213.631000', '183213.633000', '183213.636000', '183213.638000', '183213.641000', '183213.644000', '183213.646000', '183213.649000', '183213.652000', '183213.654000', '183213.657000', '183213.659000', '183213.662000', '183213.664000', '183213.667000', '183213.670000', '183213.672000', '183213.675000', '183213.677000', '183213.680000', '183213.683000', '183213.685000', '183213.688000', '183213.690000', '183213.693000', '183213.695000', '183213.698000', '183233.589000', '183233.591000', '183233.594000', '183233.597000', '183233.599000', '183233.602000', '183233.604000', '183233.607000', '183233.610000', '183233.612000', '183233.615000', '183233.617000', '183233.620000', '183233.622000', '183233.625000', '183233.628000', '183233.630000', '183233.633000', '183233.635000', '183233.638000', '183233.641000', '183233.643000', '183233.646000', '183233.648000', '183233.651000', '183233.653000', '183233.656000', '183233.659000', '183233.661000', '183233.664000', '183233.666000', '183233.669000', '183233.671000', '183233.674000', '183233.677000', '183233.679000', '183233.682000', '183233.684000', '183233.687000', '183233.690000', '183233.692000', '183233.695000', '183233.697000', '183233.700000', '183253.589000', '183253.591000', '183253.594000', '183253.597000', '183253.599000', '183253.602000', '183253.604000', '183253.607000', '183253.610000', '183253.612000', '183253.615000', '183253.617000', '183253.620000', '183253.623000', '183253.625000', '183253.628000', '183253.630000', '183253.633000', '183253.636000', '183253.638000', '183253.641000', '183253.643000', '183253.646000', '183253.648000', '183253.651000', '183253.654000', '183253.656000', '183253.659000', '183253.661000', '183253.664000', '183253.666000', '183253.669000', '183253.672000', '183253.683000', '183253.686000', '183253.688000', '183253.691000', '183253.693000', '183253.696000', '183253.698000', '183253.701000', '183253.704000', '183253.706000', '183313.588000', '183313.591000', '183313.594000', '183313.596000', '183313.599000', '183313.602000', '183313.605000', '183313.608000', '183313.611000', '183313.613000', '183313.616000', '183313.618000', '183313.621000', '183313.623000', '183313.626000', '183313.629000', '183313.631000', '183313.634000', '183313.636000', '183313.639000', '183313.642000', '183313.644000', '183313.647000', '183313.649000', '183313.652000', '183313.655000', '183313.657000', '183313.660000', '183313.662000', '183313.665000', '183313.668000', '183313.670000', '183313.673000', '183313.675000', '183313.678000', '183313.681000', '183313.683000', '183313.686000', '183313.689000', '183313.691000', '183313.694000', '183313.696000', '183313.699000', '183313.702000', '183333.589000', '183333.591000', '183333.594000', '183333.597000', '183333.600000', '183333.602000', '183333.605000', '183333.607000', '183333.610000', '183333.612000', '183333.615000', '183333.618000', '183333.620000', '183333.623000', '183333.625000', '183333.628000', '183333.631000', '183333.633000', '183333.636000', '183333.638000', '183333.641000', '183333.644000', '183333.646000', '183333.649000', '183333.651000', '183333.654000', '183333.656000', '183333.659000', '183333.662000', '183333.664000', '183333.667000', '183333.670000', '183333.672000', '183333.675000', '183333.677000', '183333.680000', '183333.682000', '183333.685000', '183333.688000', '183333.690000', '183333.693000', '183333.695000', '183333.698000', '183353.589000', '183353.592000', '183353.594000', '183353.597000', '183353.600000', '183353.602000', '183353.605000', '183353.608000', '183353.610000', '183353.613000', '183353.615000', '183353.618000', '183353.620000', '183353.623000', '183353.626000', '183353.628000', '183353.631000', '183353.633000', '183353.636000', '183353.638000', '183353.641000', '183353.644000', '183353.646000', '183353.649000', '183353.651000', '183353.654000', '183353.656000', '183353.659000', '183353.662000', '183353.664000', '183353.667000', '183353.669000', '183353.672000', '183353.675000', '183353.678000', '183353.680000', '183353.683000', '183353.685000', '183353.688000', '183353.691000', '183353.693000', '183353.696000', '183353.698000', '183413.589000', '183413.591000', '183413.594000', '183413.597000', '183413.599000', '183413.602000', '183413.605000', '183413.608000', '183413.610000', '183413.613000', '183413.615000', '183413.618000', '183413.620000', '183413.623000', '183413.625000', '183413.628000', '183413.631000', '183413.633000', '183413.636000', '183413.639000', '183413.641000', '183413.644000', '183413.646000', '183413.649000', '183413.651000', '183413.654000', '183413.657000', '183413.659000', '183413.662000', '183413.664000', '183413.667000', '183413.670000', '183413.672000', '183413.675000', '183413.677000', '183413.680000', '183413.682000', '183413.685000', '183413.688000', '183413.690000', '183413.693000', '183413.695000', '183413.698000', '183413.700000', '183433.603000', '183433.606000', '183433.609000', '183433.611000', '183433.614000', '183433.617000', '183433.619000', '183433.622000', '183433.625000', '183433.627000', '183433.630000', '183433.632000', '183433.635000', '183433.637000', '183433.641000', '183433.644000', '183433.646000', '183433.649000', '183433.651000', '183433.654000', '183433.657000', '183433.659000', '183433.662000', '183433.664000', '183433.667000', '183433.670000', '183433.672000', '183433.675000', '183433.677000', '183433.680000', '183433.683000', '183433.685000', '183433.688000', '183433.690000', '183433.693000', '183433.696000', '183433.698000', '183433.701000', '183433.703000', '183433.706000', '183433.709000', '183433.711000', '183433.714000', '183453.589000', '183453.591000', '183453.594000', '183453.597000', '183453.599000', '183453.602000', '183453.605000', '183453.607000', '183453.610000', '183453.612000', '183453.615000', '183453.617000', '183453.620000', '183453.623000', '183453.625000', '183453.628000', '183453.630000', '183453.633000', '183453.636000', '183453.638000', '183453.641000', '183453.643000', '183453.646000', '183453.648000', '183453.651000', '183453.654000', '183453.656000', '183453.659000', '183453.661000', '183453.664000', '183453.667000', '183453.669000', '183453.672000', '183453.674000', '183453.677000', '183453.680000', '183453.682000', '183453.685000', '183453.687000', '183453.690000', '183453.692000', '183453.695000', '183453.698000', '183453.700000', '183513.588000', '183513.591000', '183513.594000', '183513.596000', '183513.599000', '183513.602000', '183513.604000', '183513.607000', '183513.610000', '183513.612000', '183513.615000', '183513.618000', '183513.620000', '183513.623000', '183513.626000', '183513.628000', '183513.631000', '183513.633000', '183513.636000', '183513.638000', '183513.641000', '183513.643000', '183513.646000', '183513.649000', '183513.651000', '183513.654000', '183513.656000', '183513.659000', '183513.662000', '183513.664000', '183513.667000', '183513.669000', '183513.672000', '183513.675000', '183513.677000', '183513.680000', '183513.682000', '183513.685000', '183513.688000', '183513.690000', '183513.693000', '183513.695000', '183513.698000', '183513.701000', '183533.589000', '183533.591000', '183533.594000', '183533.597000', '183533.599000', '183533.602000', '183533.604000', '183533.607000', '183533.610000', '183533.612000', '183533.615000', '183533.621000', '183533.623000', '183533.626000', '183533.629000', '183533.631000', '183533.634000', '183533.636000', '183533.639000', '183533.642000', '183533.644000', '183533.647000', '183533.649000', '183533.652000', '183533.655000', '183533.657000', '183533.660000', '183533.662000', '183533.665000', '183533.668000', '183533.670000', '183533.673000', '183533.675000', '183533.678000', '183533.681000', '183533.683000', '183533.686000', '183533.688000', '183533.691000', '183533.693000', '183533.696000', '183533.699000', '183533.702000', '183553.589000', '183553.591000', '183553.594000', '183553.597000', '183553.599000', '183553.602000', '183553.605000', '183553.607000', '183553.610000', '183553.612000', '183553.615000', '183553.636000', '183553.639000', '183553.641000', '183553.644000', '183553.646000', '183553.649000', '183553.652000', '183553.654000', '183553.657000', '183553.659000', '183553.662000', '183553.665000', '183553.667000', '183553.670000', '183553.672000', '183553.675000', '183553.678000', '183553.681000', '183553.684000', '183553.686000', '183553.689000', '183553.691000', '183553.694000', '183553.697000', '183553.699000', '183553.702000', '183553.704000', '183553.707000', '183553.710000', '183553.712000', '183553.715000', '183553.718000', '183613.589000', '183613.591000', '183613.594000', '183613.597000', '183613.599000', '183613.602000', '183613.605000', '183613.607000', '183613.610000', '183613.612000', '183613.615000', '183613.618000', '183613.620000', '183613.623000', '183613.626000', '183613.628000', '183613.631000', '183613.633000', '183613.636000', '183613.638000', '183613.641000', '183613.644000', '183613.646000', '183613.649000', '183613.651000', '183613.654000', '183613.657000', '183613.659000', '183613.662000', '183613.665000', '183613.667000', '183613.670000', '183613.672000', '183613.675000', '183613.678000', '183613.680000', '183613.683000', '183613.685000', '183613.688000', '183613.691000', '183613.693000', '183613.696000', '183613.699000', '183613.701000', '183633.589000', '183633.591000', '183633.594000', '183633.597000', '183633.599000', '183633.602000', '183633.604000', '183633.607000', '183633.610000', '183633.612000', '183633.615000', '183633.618000', '183633.620000', '183633.623000', '183633.625000', '183633.628000', '183633.631000', '183633.634000', '183633.637000', '183633.640000', '183633.643000', '183633.645000', '183633.648000', '183633.650000', '183633.653000', '183633.656000', '183633.658000', '183633.661000', '183633.663000', '183633.666000', '183633.668000', '183633.671000', '183633.674000', '183633.676000', '183633.679000', '183633.681000', '183633.684000', '183633.687000', '183633.689000', '183633.692000', '183633.694000', '183633.697000', '183633.700000', '183647.000000', '183647.003000', '183647.006000', '183647.009000', '183647.011000', '183647.014000', '183647.017000', '183647.020000', '183647.022000', '183647.025000', '183647.028000', '183647.031000', '183647.033000', '183647.036000', '183647.038000', '183647.041000', '183647.044000', '183647.046000', '183647.049000', '183647.051000', '183647.054000', '183647.057000', '183647.059000', '183647.062000', '183647.065000', '183647.068000', '183647.072000', '183647.075000', '183647.078000', '183647.080000'], 'InstanceCreationTime': ['183033.621000', '183033.624000', '183033.627000', '183033.629000', '183033.632000', '183033.635000', '183033.637000', '183033.640000', '183033.642000', '183033.645000', '183033.647000', '183033.650000', '183033.652000', '183033.655000', '183033.658000', '183033.660000', '183033.663000', '183033.665000', '183033.668000', '183033.670000', '183033.673000', '183033.676000', '183033.678000', '183033.681000', '183033.683000', '183033.686000', '183033.689000', '183033.691000', '183033.694000', '183033.697000', '183033.699000', '183033.702000', '183033.704000', '183033.707000', '183033.709000', '183033.712000', '183033.715000', '183033.717000', '183033.720000', '183033.722000', '183033.725000', '183033.727000', '183033.730000', '183033.732000', '183033.735000', '183033.738000', '183033.740000', '183033.743000', '183033.745000', '183033.748000', '183033.750000', '183033.753000', '183033.755000', '183033.758000', '183033.761000', '183033.763000', '183033.766000', '183033.768000', '183033.771000', '183033.773000', '183053.589000', '183053.591000', '183053.594000', '183053.596000', '183053.599000', '183053.602000', '183053.607000', '183053.609000', '183053.612000', '183053.614000', '183053.617000', '183053.620000', '183053.622000', '183053.625000', '183053.627000', '183053.630000', '183053.632000', '183053.635000', '183053.637000', '183053.640000', '183053.642000', '183053.645000', '183053.648000', '183053.650000', '183053.653000', '183053.655000', '183053.658000', '183053.660000', '183053.663000', '183053.666000', '183053.668000', '183053.671000', '183053.673000', '183053.676000', '183053.678000', '183053.681000', '183053.683000', '183053.686000', '183053.688000', '183053.691000', '183053.694000', '183053.697000', '183053.699000', '183113.588000', '183113.591000', '183113.594000', '183113.597000', '183113.599000', '183113.602000', '183113.605000', '183113.607000', '183113.610000', '183113.612000', '183113.615000', '183113.618000', '183113.620000', '183113.623000', '183113.625000', '183113.628000', '183113.630000', '183113.633000', '183113.635000', '183113.638000', '183113.641000', '183113.643000', '183113.646000', '183113.648000', '183113.651000', '183113.654000', '183113.656000', '183113.659000', '183113.661000', '183113.664000', '183113.666000', '183113.669000', '183113.671000', '183113.674000', '183113.676000', '183113.679000', '183113.682000', '183113.695000', '183113.697000', '183113.700000', '183113.702000', '183113.705000', '183113.708000', '183113.710000', '183133.589000', '183133.592000', '183133.594000', '183133.597000', '183133.599000', '183133.602000', '183133.605000', '183133.607000', '183133.610000', '183133.612000', '183133.615000', '183133.618000', '183133.620000', '183133.623000', '183133.625000', '183133.628000', '183133.630000', '183133.633000', '183133.636000', '183133.638000', '183133.641000', '183133.643000', '183133.646000', '183133.649000', '183133.651000', '183133.654000', '183133.656000', '183133.659000', '183133.662000', '183133.664000', '183133.667000', '183133.669000', '183133.672000', '183133.674000', '183133.677000', '183133.679000', '183133.682000', '183133.685000', '183133.687000', '183133.690000', '183133.693000', '183133.695000', '183133.698000', '183153.589000', '183153.591000', '183153.594000', '183153.597000', '183153.599000', '183153.602000', '183153.604000', '183153.607000', '183153.610000', '183153.612000', '183153.615000', '183153.618000', '183153.620000', '183153.623000', '183153.626000', '183153.628000', '183153.631000', '183153.633000', '183153.636000', '183153.638000', '183153.641000', '183153.644000', '183153.646000', '183153.649000', '183153.651000', '183153.654000', '183153.656000', '183153.659000', '183153.661000', '183153.664000', '183153.667000', '183153.669000', '183153.672000', '183153.674000', '183153.677000', '183153.680000', '183153.682000', '183153.685000', '183153.687000', '183153.690000', '183153.693000', '183153.695000', '183153.698000', '183153.700000', '183213.588000', '183213.591000', '183213.594000', '183213.597000', '183213.599000', '183213.602000', '183213.605000', '183213.608000', '183213.610000', '183213.613000', '183213.615000', '183213.618000', '183213.621000', '183213.623000', '183213.626000', '183213.628000', '183213.631000', '183213.633000', '183213.636000', '183213.638000', '183213.641000', '183213.644000', '183213.646000', '183213.649000', '183213.652000', '183213.654000', '183213.657000', '183213.659000', '183213.662000', '183213.664000', '183213.667000', '183213.670000', '183213.672000', '183213.675000', '183213.677000', '183213.680000', '183213.683000', '183213.685000', '183213.688000', '183213.690000', '183213.693000', '183213.695000', '183213.698000', '183233.589000', '183233.591000', '183233.594000', '183233.597000', '183233.599000', '183233.602000', '183233.604000', '183233.607000', '183233.610000', '183233.612000', '183233.615000', '183233.617000', '183233.620000', '183233.622000', '183233.625000', '183233.628000', '183233.630000', '183233.633000', '183233.635000', '183233.638000', '183233.641000', '183233.643000', '183233.646000', '183233.648000', '183233.651000', '183233.653000', '183233.656000', '183233.659000', '183233.661000', '183233.664000', '183233.666000', '183233.669000', '183233.671000', '183233.674000', '183233.677000', '183233.679000', '183233.682000', '183233.684000', '183233.687000', '183233.690000', '183233.692000', '183233.695000', '183233.697000', '183233.700000', '183253.589000', '183253.591000', '183253.594000', '183253.597000', '183253.599000', '183253.602000', '183253.604000', '183253.607000', '183253.610000', '183253.612000', '183253.615000', '183253.617000', '183253.620000', '183253.623000', '183253.625000', '183253.628000', '183253.630000', '183253.633000', '183253.636000', '183253.638000', '183253.641000', '183253.643000', '183253.646000', '183253.648000', '183253.651000', '183253.654000', '183253.656000', '183253.659000', '183253.661000', '183253.664000', '183253.666000', '183253.669000', '183253.672000', '183253.683000', '183253.686000', '183253.688000', '183253.691000', '183253.693000', '183253.696000', '183253.698000', '183253.701000', '183253.704000', '183253.706000', '183313.588000', '183313.591000', '183313.594000', '183313.596000', '183313.599000', '183313.602000', '183313.605000', '183313.608000', '183313.611000', '183313.613000', '183313.616000', '183313.618000', '183313.621000', '183313.623000', '183313.626000', '183313.629000', '183313.631000', '183313.634000', '183313.636000', '183313.639000', '183313.642000', '183313.644000', '183313.647000', '183313.649000', '183313.652000', '183313.655000', '183313.657000', '183313.660000', '183313.662000', '183313.665000', '183313.668000', '183313.670000', '183313.673000', '183313.675000', '183313.678000', '183313.681000', '183313.683000', '183313.686000', '183313.689000', '183313.691000', '183313.694000', '183313.696000', '183313.699000', '183313.702000', '183333.589000', '183333.591000', '183333.594000', '183333.597000', '183333.600000', '183333.602000', '183333.605000', '183333.607000', '183333.610000', '183333.612000', '183333.615000', '183333.618000', '183333.620000', '183333.623000', '183333.625000', '183333.628000', '183333.631000', '183333.633000', '183333.636000', '183333.638000', '183333.641000', '183333.644000', '183333.646000', '183333.649000', '183333.651000', '183333.654000', '183333.656000', '183333.659000', '183333.662000', '183333.664000', '183333.667000', '183333.670000', '183333.672000', '183333.675000', '183333.677000', '183333.680000', '183333.682000', '183333.685000', '183333.688000', '183333.690000', '183333.693000', '183333.695000', '183333.698000', '183353.589000', '183353.592000', '183353.594000', '183353.597000', '183353.600000', '183353.602000', '183353.605000', '183353.608000', '183353.610000', '183353.613000', '183353.615000', '183353.618000', '183353.620000', '183353.623000', '183353.626000', '183353.628000', '183353.631000', '183353.633000', '183353.636000', '183353.638000', '183353.641000', '183353.644000', '183353.646000', '183353.649000', '183353.651000', '183353.654000', '183353.656000', '183353.659000', '183353.662000', '183353.664000', '183353.667000', '183353.669000', '183353.672000', '183353.675000', '183353.678000', '183353.680000', '183353.683000', '183353.685000', '183353.688000', '183353.691000', '183353.693000', '183353.696000', '183353.698000', '183413.589000', '183413.591000', '183413.594000', '183413.597000', '183413.599000', '183413.602000', '183413.605000', '183413.608000', '183413.610000', '183413.613000', '183413.615000', '183413.618000', '183413.620000', '183413.623000', '183413.625000', '183413.628000', '183413.631000', '183413.633000', '183413.636000', '183413.639000', '183413.641000', '183413.644000', '183413.646000', '183413.649000', '183413.651000', '183413.654000', '183413.657000', '183413.659000', '183413.662000', '183413.664000', '183413.667000', '183413.670000', '183413.672000', '183413.675000', '183413.677000', '183413.680000', '183413.682000', '183413.685000', '183413.688000', '183413.690000', '183413.693000', '183413.695000', '183413.698000', '183413.700000', '183433.603000', '183433.606000', '183433.609000', '183433.611000', '183433.614000', '183433.617000', '183433.619000', '183433.622000', '183433.625000', '183433.627000', '183433.630000', '183433.632000', '183433.635000', '183433.637000', '183433.641000', '183433.644000', '183433.646000', '183433.649000', '183433.651000', '183433.654000', '183433.657000', '183433.659000', '183433.662000', '183433.664000', '183433.667000', '183433.670000', '183433.672000', '183433.675000', '183433.677000', '183433.680000', '183433.683000', '183433.685000', '183433.688000', '183433.690000', '183433.693000', '183433.696000', '183433.698000', '183433.701000', '183433.703000', '183433.706000', '183433.709000', '183433.711000', '183433.714000', '183453.589000', '183453.591000', '183453.594000', '183453.597000', '183453.599000', '183453.602000', '183453.605000', '183453.607000', '183453.610000', '183453.612000', '183453.615000', '183453.617000', '183453.620000', '183453.623000', '183453.625000', '183453.628000', '183453.630000', '183453.633000', '183453.636000', '183453.638000', '183453.641000', '183453.643000', '183453.646000', '183453.648000', '183453.651000', '183453.654000', '183453.656000', '183453.659000', '183453.661000', '183453.664000', '183453.667000', '183453.669000', '183453.672000', '183453.674000', '183453.677000', '183453.680000', '183453.682000', '183453.685000', '183453.687000', '183453.690000', '183453.692000', '183453.695000', '183453.698000', '183453.700000', '183513.588000', '183513.591000', '183513.594000', '183513.596000', '183513.599000', '183513.602000', '183513.604000', '183513.607000', '183513.610000', '183513.612000', '183513.615000', '183513.618000', '183513.620000', '183513.623000', '183513.626000', '183513.628000', '183513.631000', '183513.633000', '183513.636000', '183513.638000', '183513.641000', '183513.643000', '183513.646000', '183513.649000', '183513.651000', '183513.654000', '183513.656000', '183513.659000', '183513.662000', '183513.664000', '183513.667000', '183513.669000', '183513.672000', '183513.675000', '183513.677000', '183513.680000', '183513.682000', '183513.685000', '183513.688000', '183513.690000', '183513.693000', '183513.695000', '183513.698000', '183513.701000', '183533.589000', '183533.591000', '183533.594000', '183533.597000', '183533.599000', '183533.602000', '183533.604000', '183533.607000', '183533.610000', '183533.612000', '183533.615000', '183533.621000', '183533.623000', '183533.626000', '183533.629000', '183533.631000', '183533.634000', '183533.636000', '183533.639000', '183533.642000', '183533.644000', '183533.647000', '183533.649000', '183533.652000', '183533.655000', '183533.657000', '183533.660000', '183533.662000', '183533.665000', '183533.668000', '183533.670000', '183533.673000', '183533.675000', '183533.678000', '183533.681000', '183533.683000', '183533.686000', '183533.688000', '183533.691000', '183533.693000', '183533.696000', '183533.699000', '183533.702000', '183553.589000', '183553.591000', '183553.594000', '183553.597000', '183553.599000', '183553.602000', '183553.605000', '183553.607000', '183553.610000', '183553.612000', '183553.615000', '183553.636000', '183553.639000', '183553.641000', '183553.644000', '183553.646000', '183553.649000', '183553.652000', '183553.654000', '183553.657000', '183553.659000', '183553.662000', '183553.665000', '183553.667000', '183553.670000', '183553.672000', '183553.675000', '183553.678000', '183553.681000', '183553.684000', '183553.686000', '183553.689000', '183553.691000', '183553.694000', '183553.697000', '183553.699000', '183553.702000', '183553.704000', '183553.707000', '183553.710000', '183553.712000', '183553.715000', '183553.718000', '183613.589000', '183613.591000', '183613.594000', '183613.597000', '183613.599000', '183613.602000', '183613.605000', '183613.607000', '183613.610000', '183613.612000', '183613.615000', '183613.618000', '183613.620000', '183613.623000', '183613.626000', '183613.628000', '183613.631000', '183613.633000', '183613.636000', '183613.638000', '183613.641000', '183613.644000', '183613.646000', '183613.649000', '183613.651000', '183613.654000', '183613.657000', '183613.659000', '183613.662000', '183613.665000', '183613.667000', '183613.670000', '183613.672000', '183613.675000', '183613.678000', '183613.680000', '183613.683000', '183613.685000', '183613.688000', '183613.691000', '183613.693000', '183613.696000', '183613.699000', '183613.701000', '183633.589000', '183633.591000', '183633.594000', '183633.597000', '183633.599000', '183633.602000', '183633.604000', '183633.607000', '183633.610000', '183633.612000', '183633.615000', '183633.618000', '183633.620000', '183633.623000', '183633.625000', '183633.628000', '183633.631000', '183633.634000', '183633.637000', '183633.640000', '183633.643000', '183633.645000', '183633.648000', '183633.650000', '183633.653000', '183633.656000', '183633.658000', '183633.661000', '183633.663000', '183633.666000', '183633.668000', '183633.671000', '183633.674000', '183633.676000', '183633.679000', '183633.681000', '183633.684000', '183633.687000', '183633.689000', '183633.692000', '183633.694000', '183633.697000', '183633.700000', '183647.000000', '183647.003000', '183647.006000', '183647.009000', '183647.011000', '183647.014000', '183647.017000', '183647.020000', '183647.022000', '183647.025000', '183647.028000', '183647.031000', '183647.033000', '183647.036000', '183647.038000', '183647.041000', '183647.044000', '183647.046000', '183647.049000', '183647.051000', '183647.054000', '183647.057000', '183647.059000', '183647.062000', '183647.065000', '183647.068000', '183647.072000', '183647.075000', '183647.078000', '183647.080000'], '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': [12956, 9585, 11568, 8824, 11569, 8332, 10541, 7721, 12069, 7479, 11648, 7841, 10983, 6504, 9514, 6501, 9937, 6591, 9716, 10741, 8858, 12642, 8875, 11754, 6964, 10335, 6488, 9867, 6642, 9227, 6568, 8611, 6452, 8564, 6246, 9224, 6262, 9699, 6555, 10920, 7714, 10659, 7663, 12273, 8679, 11844, 7189, 9252, 6545, 9703, 6869, 9495, 11911, 8643, 12364, 8634, 11310, 6349, 9274, 6774, 8737, 6893, 8663, 6710, 9108, 6520, 9515, 6697, 10849, 7895, 12713, 9033, 11817, 8773, 12192, 8308, 11683, 6751, 8787, 11347, 7288, 11283, 7415, 10376, 7342, 7965, 6773, 8347, 6620, 8654, 6295, 8258, 9301, 7312, 12181, 7772, 10855, 6543, 9077, 6517, 8415, 13133, 8415, 11246, 7946, 10536, 7124, 10593, 7370, 10146, 7734, 9539, 7177, 9744, 7347, 10891, 6578, 9979, 6373, 9797, 6739, 10165, 7991, 12176, 8483, 11924, 8590, 11811, 8287, 10891, 6617, 10366, 6623, 10698, 7079, 9781, 13001, 9635, 12244, 8574, 11209, 6702, 9451, 12693, 8469, 10994, 8075, 10368, 7008, 9936, 6429, 9277, 6581, 9016, 6140, 9763, 6603, 10334, 6900, 10218, 6972, 10979, 6539, 10271, 6432, 9657, 6130, 10184, 6047, 9689, 8346, 9156, 10627, 9146, 11841, 9166, 10110, 9104, 6399, 9569, 6343, 11505, 6916, 13290, 7409, 11621, 6892, 9548, 8368, 8969, 7669, 8731, 6211, 8521, 6458, 8607, 6513, 9173, 7128, 10621, 6750, 10097, 6672, 9542, 8731, 8834, 12859, 8342, 11931, 8594, 10989, 7758, 11548, 7542, 11607, 7701, 10933, 7918, 7554, 7942, 6728, 9760, 6865, 12307, 9849, 12073, 9174, 11902, 8631, 12907, 8606, 12023, 7732, 11620, 6834, 10979, 6843, 9951, 6568, 9496, 7898, 8866, 12249, 8228, 11082, 7441, 10457, 7374, 9805, 7134, 10323, 7362, 11772, 8207, 11628, 6863, 10827, 7080, 9747, 6558, 10061, 6206, 9438, 8300, 8904, 12297, 8277, 10227, 7956, 9890, 7799, 11018, 7440, 7769, 7537, 6292, 9051, 11803, 9299, 12826, 9451, 11748, 8153, 11904, 8285, 10838, 6820, 9334, 9080, 7907, 12556, 8993, 10492, 7114, 9805, 6716, 9514, 6737, 8735, 6074, 7625, 12258, 7897, 10645, 7657, 9618, 7096, 11276, 7382, 11177, 7145, 10291, 6881, 10141, 6813, 9949, 7240, 9731, 13014, 9681, 12697, 8557, 10894, 6930, 10676, 7072, 10585, 7096, 10109, 7666, 9416, 13730, 9770, 12250, 7050, 10221, 6969, 9591, 6673, 9139, 6390, 8822, 12066, 8562, 12304, 7459, 10738, 6426, 8413, 10389, 8731, 9092, 7963, 10460, 7466, 12005, 7803, 11716, 8001, 10858, 7617, 10423, 7028, 10908, 6922, 10297, 6711, 8764, 10063, 8393, 12913, 8430, 12299, 8564, 10958, 7855, 10779, 7270, 11404, 7727, 11339, 7922, 10852, 7750, 8880, 7466, 6912, 8549, 6993, 10183, 7357, 10753, 7828, 10530, 7435, 10470, 7477, 9082, 7881, 6263, 9075, 7511, 10532, 7614, 12140, 8578, 12147, 8983, 11650, 8768, 11812, 8267, 11788, 7602, 11074, 7929, 11033, 7787, 11257, 7380, 10816, 7099, 9875, 7037, 9905, 7132, 9836, 6849, 9044, 6349, 8947, 6538, 8977, 6413, 9302, 6990, 9010, 6517, 9209, 6716, 9115, 10275, 8682, 13032, 8729, 12031, 8422, 10838, 7400, 10877, 7497, 10823, 6948, 10564, 7168, 10341, 7218, 9717, 7102, 9688, 6556, 9033, 12297, 8647, 12121, 8885, 10949, 7879, 11137, 7592, 10919, 7155, 10353, 6867, 8917, 6600, 9754, 7145, 8657, 6230, 9173, 6719, 9430, 6896, 10594, 7748, 12606, 8486, 10845, 8454, 10448, 8273, 13085, 9054, 11430, 6733, 8543, 10369, 7655, 11961, 8111, 10559, 7174, 8641, 6870, 8143, 6484, 7156, 11891, 7256, 10475, 7390, 9216, 6802, 9671, 6749, 10272, 6528, 8059, 11256, 7652, 11094, 7258, 9823, 7214, 9853, 7032, 10043, 7146, 10369, 6765, 9414, 7918, 8562, 12946, 9468, 11843, 8998, 10754, 7816, 11036, 6833, 10517, 6532, 8943, 6832, 9560, 6833, 9187, 6454, 8950, 12955, 8655, 11923, 8560, 11121, 6861, 9899, 6975, 10063, 7118, 9747, 6844, 9552, 7015, 9658, 6758, 9844, 6730, 9622, 6423, 9342, 9238, 8761, 12327, 8765, 10651, 7742, 11197, 7514, 11810, 7915, 11103, 6881, 9771, 7065, 8957, 6568, 8657, 6330, 8574, 12892, 8444, 12242, 8091, 10713, 6705, 9778, 6724, 9562, 6883, 9887, 6841, 10329, 6277, 10516, 7080, 10729, 7369, 11084, 7593, 12013, 8411, 11625, 8653, 12230, 8634, 11799, 7416, 10448, 7070, 8351, 8514, 8288, 8040, 7752, 12103, 7710, 11304, 6998, 9821, 7009, 9275, 6838, 9275, 6961, 8936, 6116, 8518, 10532, 8224, 12253, 8340, 11062, 8182, 10867, 7611, 10264, 7623, 12249, 7926, 11848, 8246, 11278, 8117, 9398, 7318, 8203, 7411, 11631, 8256, 11579, 8790, 11283, 6774, 10286, 7849, 8742, 10590, 7914, 11245, 7738, 9886, 6772, 8209, 7469, 6115, 7284, 6663, 8564, 7202, 10465, 6549, 10677, 6828, 9071, 11715, 8284, 11890, 7894, 10795, 7649, 10378, 7276, 6460, 7956, 7514, 10771, 6806, 11380, 7151, 11799, 6512, 9752, 8181, 8920, 8783, 9164, 6392, 8426, 7607, 8459, 12512, 8248, 11569, 7899, 10538, 6872, 10102, 6893, 9982, 6746, 9700, 6861, 8903, 8203, 8956, 12425, 8858, 10779, 7971, 11889, 7967, 11457, 7537, 10865, 7006, 9373, 6959, 9388, 6133, 9093, 5794, 8751, 6815, 9107, 6824, 10784, 7718, 11835, 6859, 10239, 6882, 10720, 6858, 9786, 7250, 8788, 12955, 8225, 11655, 7903, 10744, 7140, 9250, 6922, 8794, 6382, 8163, 12255, 7902, 11593, 7780, 10267, 6583, 9076, 6683, 9309, 6838, 8480, 6790, 8094, 6158, 8025, 7013, 8256, 6981, 8050, 11806, 7854, 12154, 7370, 10590, 6871, 8765, 13126, 9406, 11111, 7917, 11185, 7299, 11605, 7613, 10830, 6676, 8877, 12542, 8881, 11359, 8535, 10887, 7368, 10827, 6804, 9866, 6322, 8596, 13120, 8814, 11473, 7026, 9208, 8688, 7772, 9170, 7762, 7422, 7444, 11933, 6848, 10512, 7275, 9582, 7129, 10770, 7173, 10146, 6610, 8610, 10150, 7681, 12165, 8034, 11101, 7582, 10342, 6780, 10031, 6692, 8967, 7625, 8262, 12679, 8556, 11034, 8387, 10200, 6916, 10201, 6635, 8458, 9764, 7509, 11000, 8015, 9707, 7025, 11412, 7253, 11064, 6685, 9416], 'WindowCenter': [3914.0, 3878.0, 3885.0, 3849.0, 3856.0, 3837.0, 3842.0, 3824.0, 3851.0, 3813.0, 3853.0, 3821.0, 3855.0, 3804.0, 3844.0, 3789.0, 3840.0, 3800.0, 3831.0, 3840.0, 3820.0, 3850.0, 3819.0, 3840.0, 3800.0, 3830.0, 3787.0, 3830.0, 3789.0, 3817.0, 3787.0, 3829.0, 3787.0, 3822.0, 3787.0, 3831.0, 3801.0, 3843.0, 3801.0, 3852.0, 3825.0, 3853.0, 3823.0, 3862.0, 3833.0, 3852.0, 3814.0, 3832.0, 3789.0, 3831.0, 3799.0, 3832.0, 3839.0, 3818.0, 3849.0, 3807.0, 3838.0, 3777.0, 3831.0, 3798.0, 3820.0, 3798.0, 3819.0, 3787.0, 3818.0, 3788.0, 3831.0, 3799.0, 3851.0, 3822.0, 3877.0, 3846.0, 3854.0, 3822.0, 3852.0, 3808.0, 3839.0, 3786.0, 3808.0, 3827.0, 3796.0, 3838.0, 3796.0, 3842.0, 3809.0, 3804.0, 3785.0, 3807.0, 3786.0, 3818.0, 3785.0, 3819.0, 3831.0, 3809.0, 3850.0, 3810.0, 3839.0, 3787.0, 3818.0, 3776.0, 3807.0, 3849.0, 3820.0, 3841.0, 3822.0, 3839.0, 3800.0, 3841.0, 3812.0, 3851.0, 3822.0, 3840.0, 3812.0, 3841.0, 3812.0, 3852.0, 3801.0, 3842.0, 3789.0, 3840.0, 3815.0, 3855.0, 3835.0, 3863.0, 3834.0, 3852.0, 3833.0, 3852.0, 3820.0, 3841.0, 3799.0, 3841.0, 3798.0, 3841.0, 3799.0, 3830.0, 3848.0, 3818.0, 3838.0, 3805.0, 3825.0, 3774.0, 3817.0, 3848.0, 3807.0, 3825.0, 3805.0, 3826.0, 3785.0, 3815.0, 3774.0, 3817.0, 3784.0, 3820.0, 3789.0, 3840.0, 3798.0, 3840.0, 3798.0, 3839.0, 3798.0, 3840.0, 3787.0, 3841.0, 3790.0, 3832.0, 3791.0, 3844.0, 3791.0, 3842.0, 3818.0, 3829.0, 3840.0, 3832.0, 3853.0, 3833.0, 3842.0, 3820.0, 3787.0, 3829.0, 3788.0, 3851.0, 3799.0, 3861.0, 3798.0, 3839.0, 3787.0, 3816.0, 3807.0, 3819.0, 3796.0, 3806.0, 3775.0, 3817.0, 3774.0, 3815.0, 3787.0, 3828.0, 3798.0, 3840.0, 3799.0, 3841.0, 3797.0, 3828.0, 3818.0, 3820.0, 3850.0, 3821.0, 3852.0, 3820.0, 3840.0, 3809.0, 3838.0, 3809.0, 3839.0, 3810.0, 3839.0, 3809.0, 3809.0, 3820.0, 3801.0, 3842.0, 3815.0, 3864.0, 3843.0, 3851.0, 3831.0, 3851.0, 3819.0, 3850.0, 3819.0, 3850.0, 3810.0, 3849.0, 3786.0, 3838.0, 3785.0, 3827.0, 3784.0, 3816.0, 3793.0, 3817.0, 3838.0, 3807.0, 3837.0, 3797.0, 3840.0, 3808.0, 3829.0, 3799.0, 3828.0, 3810.0, 3850.0, 3820.0, 3839.0, 3788.0, 3840.0, 3797.0, 3830.0, 3788.0, 3830.0, 3776.0, 3818.0, 3805.0, 3819.0, 3849.0, 3819.0, 3838.0, 3809.0, 3830.0, 3807.0, 3839.0, 3809.0, 3809.0, 3809.0, 3787.0, 3832.0, 3851.0, 3830.0, 3852.0, 3829.0, 3838.0, 3808.0, 3836.0, 3806.0, 3826.0, 3773.0, 3815.0, 3803.0, 3805.0, 3848.0, 3806.0, 3825.0, 3784.0, 3814.0, 3783.0, 3815.0, 3783.0, 3818.0, 3775.0, 3809.0, 3851.0, 3822.0, 3839.0, 3809.0, 3828.0, 3799.0, 3840.0, 3798.0, 3839.0, 3800.0, 3842.0, 3799.0, 3840.0, 3799.0, 3830.0, 3798.0, 3830.0, 3850.0, 3827.0, 3848.0, 3820.0, 3839.0, 3796.0, 3827.0, 3797.0, 3838.0, 3796.0, 3829.0, 3796.0, 3816.0, 3846.0, 3827.0, 3837.0, 3796.0, 3826.0, 3784.0, 3817.0, 3784.0, 3816.0, 3773.0, 3817.0, 3837.0, 3807.0, 3838.0, 3794.0, 3828.0, 3776.0, 3808.0, 3825.0, 3805.0, 3803.0, 3795.0, 3824.0, 3794.0, 3836.0, 3796.0, 3837.0, 3809.0, 3838.0, 3797.0, 3828.0, 3786.0, 3828.0, 3784.0, 3828.0, 3774.0, 3805.0, 3815.0, 3794.0, 3837.0, 3806.0, 3838.0, 3806.0, 3826.0, 3795.0, 3824.0, 3796.0, 3835.0, 3797.0, 3825.0, 3807.0, 3824.0, 3809.0, 3817.0, 3800.0, 3799.0, 3820.0, 3812.0, 3842.0, 3810.0, 3839.0, 3811.0, 3839.0, 3811.0, 3841.0, 3811.0, 3832.0, 3810.0, 3789.0, 3831.0, 3811.0, 3842.0, 3823.0, 3853.0, 3822.0, 3852.0, 3832.0, 3843.0, 3822.0, 3840.0, 3819.0, 3840.0, 3798.0, 3837.0, 3808.0, 3840.0, 3809.0, 3838.0, 3798.0, 3839.0, 3797.0, 3831.0, 3799.0, 3829.0, 3786.0, 3828.0, 3786.0, 3817.0, 3777.0, 3818.0, 3786.0, 3819.0, 3789.0, 3830.0, 3799.0, 3819.0, 3787.0, 3818.0, 3787.0, 3819.0, 3830.0, 3820.0, 3851.0, 3821.0, 3851.0, 3820.0, 3840.0, 3808.0, 3840.0, 3798.0, 3839.0, 3797.0, 3841.0, 3800.0, 3841.0, 3799.0, 3831.0, 3798.0, 3830.0, 3787.0, 3819.0, 3839.0, 3820.0, 3850.0, 3819.0, 3840.0, 3808.0, 3838.0, 3798.0, 3827.0, 3796.0, 3829.0, 3799.0, 3831.0, 3788.0, 3832.0, 3796.0, 3819.0, 3775.0, 3818.0, 3788.0, 3830.0, 3801.0, 3842.0, 3823.0, 3866.0, 3837.0, 3853.0, 3822.0, 3841.0, 3821.0, 3851.0, 3818.0, 3840.0, 3775.0, 3808.0, 3828.0, 3796.0, 3838.0, 3807.0, 3827.0, 3785.0, 3804.0, 3785.0, 3806.0, 3774.0, 3785.0, 3838.0, 3799.0, 3838.0, 3799.0, 3828.0, 3799.0, 3829.0, 3800.0, 3841.0, 3787.0, 3809.0, 3840.0, 3808.0, 3842.0, 3812.0, 3831.0, 3811.0, 3830.0, 3799.0, 3829.0, 3799.0, 3842.0, 3799.0, 3832.0, 3810.0, 3820.0, 3852.0, 3834.0, 3851.0, 3819.0, 3828.0, 3798.0, 3838.0, 3788.0, 3827.0, 3787.0, 3819.0, 3787.0, 3830.0, 3797.0, 3831.0, 3787.0, 3818.0, 3849.0, 3818.0, 3839.0, 3818.0, 3840.0, 3799.0, 3829.0, 3799.0, 3830.0, 3798.0, 3829.0, 3786.0, 3829.0, 3798.0, 3831.0, 3789.0, 3830.0, 3787.0, 3832.0, 3788.0, 3831.0, 3818.0, 3820.0, 3851.0, 3821.0, 3841.0, 3810.0, 3840.0, 3797.0, 3839.0, 3808.0, 3840.0, 3799.0, 3831.0, 3797.0, 3820.0, 3788.0, 3819.0, 3786.0, 3818.0, 3848.0, 3807.0, 3839.0, 3809.0, 3830.0, 3788.0, 3830.0, 3787.0, 3816.0, 3797.0, 3827.0, 3787.0, 3828.0, 3788.0, 3841.0, 3800.0, 3841.0, 3811.0, 3852.0, 3822.0, 3866.0, 3823.0, 3841.0, 3820.0, 3839.0, 3809.0, 3838.0, 3786.0, 3827.0, 3786.0, 3807.0, 3806.0, 3806.0, 3794.0, 3796.0, 3837.0, 3797.0, 3826.0, 3797.0, 3829.0, 3797.0, 3817.0, 3787.0, 3829.0, 3798.0, 3819.0, 3778.0, 3819.0, 3839.0, 3821.0, 3850.0, 3823.0, 3840.0, 3821.0, 3839.0, 3811.0, 3828.0, 3798.0, 3839.0, 3809.0, 3838.0, 3821.0, 3854.0, 3811.0, 3830.0, 3812.0, 3820.0, 3810.0, 3853.0, 3821.0, 3852.0, 3823.0, 3840.0, 3798.0, 3842.0, 3811.0, 3818.0, 3830.0, 3809.0, 3827.0, 3798.0, 3817.0, 3786.0, 3806.0, 3797.0, 3777.0, 3799.0, 3801.0, 3821.0, 3800.0, 3840.0, 3789.0, 3832.0, 3788.0, 3820.0, 3840.0, 3807.0, 3839.0, 3798.0, 3829.0, 3797.0, 3830.0, 3800.0, 3791.0, 3824.0, 3812.0, 3843.0, 3801.0, 3852.0, 3800.0, 3853.0, 3789.0, 3833.0, 3822.0, 3834.0, 3822.0, 3831.0, 3789.0, 3821.0, 3809.0, 3809.0, 3851.0, 3809.0, 3842.0, 3810.0, 3841.0, 3801.0, 3833.0, 3801.0, 3842.0, 3790.0, 3831.0, 3789.0, 3821.0, 3810.0, 3833.0, 3851.0, 3822.0, 3842.0, 3811.0, 3851.0, 3809.0, 3840.0, 3797.0, 3831.0, 3787.0, 3819.0, 3800.0, 3820.0, 3777.0, 3818.0, 3765.0, 3818.0, 3787.0, 3819.0, 3801.0, 3841.0, 3812.0, 3855.0, 3801.0, 3845.0, 3800.0, 3841.0, 3789.0, 3832.0, 3799.0, 3820.0, 3851.0, 3807.0, 3840.0, 3809.0, 3841.0, 3798.0, 3818.0, 3788.0, 3808.0, 3775.0, 3809.0, 3838.0, 3807.0, 3839.0, 3809.0, 3830.0, 3801.0, 3820.0, 3788.0, 3818.0, 3799.0, 3819.0, 3798.0, 3809.0, 3790.0, 3825.0, 3812.0, 3823.0, 3812.0, 3823.0, 3852.0, 3823.0, 3853.0, 3801.0, 3843.0, 3790.0, 3832.0, 3866.0, 3834.0, 3841.0, 3811.0, 3840.0, 3810.0, 3841.0, 3809.0, 3840.0, 3788.0, 3819.0, 3851.0, 3821.0, 3838.0, 3818.0, 3827.0, 3799.0, 3828.0, 3786.0, 3828.0, 3775.0, 3819.0, 3850.0, 3818.0, 3838.0, 3785.0, 3817.0, 3809.0, 3798.0, 3816.0, 3796.0, 3795.0, 3796.0, 3839.0, 3788.0, 3841.0, 3798.0, 3830.0, 3801.0, 3841.0, 3800.0, 3831.0, 3786.0, 3821.0, 3830.0, 3810.0, 3851.0, 3809.0, 3842.0, 3810.0, 3829.0, 3788.0, 3829.0, 3786.0, 3819.0, 3797.0, 3808.0, 3851.0, 3821.0, 3829.0, 3809.0, 3828.0, 3796.0, 3829.0, 3785.0, 3808.0, 3829.0, 3810.0, 3839.0, 3821.0, 3830.0, 3799.0, 3839.0, 3810.0, 3853.0, 3800.0, 3830.0], 'WindowWidth': [8766.0, 8707.0, 8704.0, 8645.0, 8648.0, 8623.0, 8622.0, 8599.0, 8632.0, 8582.0, 8634.0, 8591.0, 8639.0, 8574.0, 8625.0, 8547.0, 8614.0, 8561.0, 8603.0, 8613.0, 8585.0, 8626.0, 8583.0, 8611.0, 8560.0, 8600.0, 8541.0, 8598.0, 8544.0, 8580.0, 8540.0, 8601.0, 8543.0, 8591.0, 8542.0, 8605.0, 8569.0, 8627.0, 8568.0, 8635.0, 8601.0, 8636.0, 8598.0, 8647.0, 8608.0, 8634.0, 8587.0, 8607.0, 8547.0, 8603.0, 8558.0, 8604.0, 8611.0, 8581.0, 8624.0, 8565.0, 8607.0, 8525.0, 8602.0, 8558.0, 8585.0, 8555.0, 8584.0, 8541.0, 8582.0, 8543.0, 8603.0, 8563.0, 8633.0, 8597.0, 8674.0, 8634.0, 8640.0, 8593.0, 8630.0, 8570.0, 8609.0, 8533.0, 8566.0, 8592.0, 8548.0, 8606.0, 8550.0, 8618.0, 8572.0, 8559.0, 8535.0, 8564.0, 8538.0, 8583.0, 8536.0, 8585.0, 8601.0, 8571.0, 8628.0, 8572.0, 8610.0, 8539.0, 8582.0, 8524.0, 8565.0, 8624.0, 8590.0, 8616.0, 8593.0, 8610.0, 8563.0, 8617.0, 8584.0, 8635.0, 8596.0, 8619.0, 8586.0, 8618.0, 8584.0, 8632.0, 8563.0, 8617.0, 8547.0, 8616.0, 8595.0, 8645.0, 8619.0, 8650.0, 8613.0, 8634.0, 8609.0, 8631.0, 8587.0, 8617.0, 8562.0, 8616.0, 8557.0, 8617.0, 8558.0, 8598.0, 8621.0, 8579.0, 8605.0, 8559.0, 8586.0, 8516.0, 8576.0, 8622.0, 8566.0, 8584.0, 8560.0, 8585.0, 8532.0, 8571.0, 8518.0, 8576.0, 8531.0, 8586.0, 8549.0, 8615.0, 8557.0, 8614.0, 8557.0, 8610.0, 8558.0, 8614.0, 8542.0, 8619.0, 8549.0, 8605.0, 8554.0, 8625.0, 8553.0, 8620.0, 8583.0, 8598.0, 8615.0, 8607.0, 8636.0, 8608.0, 8616.0, 8587.0, 8541.0, 8600.0, 8544.0, 8629.0, 8559.0, 8643.0, 8554.0, 8610.0, 8537.0, 8575.0, 8565.0, 8583.0, 8549.0, 8563.0, 8521.0, 8579.0, 8519.0, 8575.0, 8540.0, 8595.0, 8557.0, 8614.0, 8559.0, 8615.0, 8555.0, 8597.0, 8583.0, 8585.0, 8629.0, 8590.0, 8633.0, 8588.0, 8611.0, 8571.0, 8608.0, 8572.0, 8610.0, 8574.0, 8610.0, 8573.0, 8573.0, 8590.0, 8566.0, 8623.0, 8593.0, 8653.0, 8625.0, 8630.0, 8604.0, 8629.0, 8585.0, 8627.0, 8583.0, 8625.0, 8573.0, 8625.0, 8538.0, 8606.0, 8534.0, 8590.0, 8532.0, 8575.0, 8542.0, 8576.0, 8607.0, 8565.0, 8604.0, 8554.0, 8613.0, 8571.0, 8598.0, 8559.0, 8594.0, 8574.0, 8626.0, 8587.0, 8612.0, 8542.0, 8613.0, 8557.0, 8600.0, 8543.0, 8597.0, 8524.0, 8580.0, 8561.0, 8584.0, 8627.0, 8587.0, 8610.0, 8572.0, 8600.0, 8567.0, 8611.0, 8572.0, 8573.0, 8572.0, 8543.0, 8606.0, 8630.0, 8602.0, 8633.0, 8598.0, 8607.0, 8567.0, 8603.0, 8561.0, 8587.0, 8515.0, 8573.0, 8554.0, 8558.0, 8622.0, 8560.0, 8583.0, 8529.0, 8567.0, 8528.0, 8570.0, 8529.0, 8580.0, 8522.0, 8571.0, 8633.0, 8593.0, 8612.0, 8572.0, 8594.0, 8558.0, 8611.0, 8557.0, 8611.0, 8561.0, 8620.0, 8562.0, 8614.0, 8559.0, 8601.0, 8555.0, 8600.0, 8626.0, 8592.0, 8621.0, 8588.0, 8611.0, 8551.0, 8591.0, 8552.0, 8607.0, 8550.0, 8596.0, 8549.0, 8576.0, 8619.0, 8590.0, 8604.0, 8552.0, 8588.0, 8530.0, 8576.0, 8531.0, 8574.0, 8515.0, 8577.0, 8605.0, 8565.0, 8607.0, 8545.0, 8593.0, 8523.0, 8567.0, 8586.0, 8559.0, 8554.0, 8544.0, 8583.0, 8545.0, 8602.0, 8551.0, 8604.0, 8570.0, 8608.0, 8552.0, 8593.0, 8538.0, 8593.0, 8529.0, 8592.0, 8516.0, 8558.0, 8572.0, 8542.0, 8603.0, 8560.0, 8605.0, 8563.0, 8587.0, 8545.0, 8583.0, 8548.0, 8597.0, 8550.0, 8586.0, 8564.0, 8582.0, 8570.0, 8578.0, 8559.0, 8558.0, 8589.0, 8582.0, 8620.0, 8577.0, 8612.0, 8577.0, 8610.0, 8577.0, 8617.0, 8579.0, 8607.0, 8572.0, 8545.0, 8605.0, 8577.0, 8618.0, 8596.0, 8634.0, 8592.0, 8634.0, 8608.0, 8618.0, 8591.0, 8612.0, 8586.0, 8610.0, 8553.0, 8604.0, 8568.0, 8610.0, 8571.0, 8607.0, 8555.0, 8609.0, 8553.0, 8600.0, 8558.0, 8595.0, 8535.0, 8591.0, 8534.0, 8578.0, 8523.0, 8579.0, 8537.0, 8584.0, 8543.0, 8598.0, 8557.0, 8583.0, 8540.0, 8581.0, 8538.0, 8583.0, 8599.0, 8586.0, 8630.0, 8589.0, 8629.0, 8586.0, 8612.0, 8569.0, 8610.0, 8555.0, 8609.0, 8552.0, 8613.0, 8562.0, 8616.0, 8557.0, 8602.0, 8554.0, 8600.0, 8538.0, 8583.0, 8609.0, 8584.0, 8626.0, 8585.0, 8610.0, 8568.0, 8606.0, 8555.0, 8589.0, 8551.0, 8594.0, 8558.0, 8602.0, 8542.0, 8603.0, 8552.0, 8584.0, 8521.0, 8579.0, 8541.0, 8600.0, 8563.0, 8620.0, 8596.0, 8657.0, 8620.0, 8637.0, 8593.0, 8617.0, 8589.0, 8628.0, 8579.0, 8611.0, 8518.0, 8564.0, 8591.0, 8546.0, 8604.0, 8563.0, 8590.0, 8532.0, 8555.0, 8531.0, 8560.0, 8517.0, 8533.0, 8606.0, 8557.0, 8607.0, 8556.0, 8593.0, 8559.0, 8596.0, 8561.0, 8615.0, 8539.0, 8571.0, 8612.0, 8568.0, 8617.0, 8582.0, 8603.0, 8576.0, 8599.0, 8560.0, 8598.0, 8560.0, 8619.0, 8559.0, 8605.0, 8575.0, 8588.0, 8634.0, 8608.0, 8628.0, 8582.0, 8592.0, 8554.0, 8606.0, 8541.0, 8592.0, 8541.0, 8584.0, 8540.0, 8599.0, 8553.0, 8602.0, 8541.0, 8581.0, 8625.0, 8582.0, 8610.0, 8581.0, 8612.0, 8560.0, 8596.0, 8557.0, 8597.0, 8555.0, 8595.0, 8536.0, 8595.0, 8556.0, 8603.0, 8544.0, 8599.0, 8541.0, 8603.0, 8542.0, 8601.0, 8582.0, 8586.0, 8629.0, 8590.0, 8618.0, 8574.0, 8613.0, 8554.0, 8610.0, 8569.0, 8610.0, 8557.0, 8601.0, 8552.0, 8586.0, 8541.0, 8582.0, 8536.0, 8580.0, 8621.0, 8564.0, 8608.0, 8570.0, 8599.0, 8541.0, 8597.0, 8538.0, 8575.0, 8551.0, 8591.0, 8539.0, 8595.0, 8541.0, 8613.0, 8560.0, 8616.0, 8578.0, 8632.0, 8596.0, 8656.0, 8597.0, 8616.0, 8588.0, 8609.0, 8569.0, 8606.0, 8533.0, 8588.0, 8533.0, 8565.0, 8561.0, 8561.0, 8543.0, 8548.0, 8603.0, 8549.0, 8588.0, 8552.0, 8595.0, 8552.0, 8578.0, 8540.0, 8595.0, 8555.0, 8584.0, 8530.0, 8584.0, 8609.0, 8587.0, 8626.0, 8596.0, 8614.0, 8589.0, 8608.0, 8575.0, 8593.0, 8554.0, 8610.0, 8570.0, 8608.0, 8590.0, 8637.0, 8577.0, 8600.0, 8581.0, 8591.0, 8575.0, 8634.0, 8593.0, 8633.0, 8593.0, 8614.0, 8556.0, 8619.0, 8576.0, 8582.0, 8598.0, 8568.0, 8589.0, 8552.0, 8573.0, 8535.0, 8560.0, 8551.0, 8525.0, 8556.0, 8562.0, 8589.0, 8557.0, 8612.0, 8541.0, 8600.0, 8539.0, 8582.0, 8607.0, 8563.0, 8606.0, 8549.0, 8592.0, 8550.0, 8597.0, 8559.0, 8551.0, 8599.0, 8579.0, 8621.0, 8562.0, 8627.0, 8557.0, 8631.0, 8541.0, 8605.0, 8590.0, 8608.0, 8589.0, 8601.0, 8543.0, 8587.0, 8569.0, 8569.0, 8628.0, 8571.0, 8615.0, 8574.0, 8614.0, 8562.0, 8604.0, 8562.0, 8619.0, 8545.0, 8600.0, 8541.0, 8585.0, 8571.0, 8605.0, 8628.0, 8591.0, 8617.0, 8575.0, 8627.0, 8571.0, 8609.0, 8551.0, 8597.0, 8536.0, 8582.0, 8558.0, 8583.0, 8525.0, 8577.0, 8506.0, 8579.0, 8539.0, 8583.0, 8563.0, 8616.0, 8581.0, 8639.0, 8567.0, 8624.0, 8562.0, 8615.0, 8543.0, 8603.0, 8556.0, 8584.0, 8627.0, 8565.0, 8609.0, 8568.0, 8612.0, 8553.0, 8578.0, 8538.0, 8565.0, 8519.0, 8567.0, 8606.0, 8565.0, 8609.0, 8568.0, 8597.0, 8562.0, 8584.0, 8541.0, 8581.0, 8557.0, 8584.0, 8556.0, 8571.0, 8548.0, 8600.0, 8581.0, 8594.0, 8581.0, 8595.0, 8634.0, 8594.0, 8634.0, 8562.0, 8619.0, 8547.0, 8606.0, 8657.0, 8609.0, 8614.0, 8574.0, 8611.0, 8573.0, 8615.0, 8571.0, 8613.0, 8541.0, 8584.0, 8629.0, 8587.0, 8606.0, 8581.0, 8590.0, 8556.0, 8591.0, 8535.0, 8593.0, 8521.0, 8582.0, 8625.0, 8580.0, 8605.0, 8532.0, 8576.0, 8568.0, 8552.0, 8573.0, 8547.0, 8545.0, 8550.0, 8608.0, 8543.0, 8614.0, 8556.0, 8599.0, 8562.0, 8614.0, 8559.0, 8601.0, 8539.0, 8587.0, 8598.0, 8571.0, 8628.0, 8571.0, 8617.0, 8573.0, 8596.0, 8541.0, 8595.0, 8536.0, 8582.0, 8551.0, 8565.0, 8628.0, 8589.0, 8595.0, 8568.0, 8592.0, 8550.0, 8594.0, 8532.0, 8567.0, 8597.0, 8574.0, 8610.0, 8591.0, 8596.0, 8558.0, 8608.0, 8574.0, 8635.0, 8561.0, 8598.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.00031705408515535097</td></tr>
<tr><td colspan=3>aqi</td><td>0.020504972151898733</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.542983657211934</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.210982547269585</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.000914940656683</td></tr>
<tr><td colspan=3>efc</td><td>0.4964</td></tr>
<tr><td colspan=3>fber</td><td>3112.8867</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09788732027767602</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>50</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.7537399309551205</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.500549137331253</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.458475486839922</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.602005301599723</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4411666235541127</td></tr>
<tr><td colspan=3>gcor</td><td>0.0086954</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011331734247505665</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03236829861998558</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.1768934913914455</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>21.3786</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.5353</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.9978</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298729.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>879.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.2305</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5862</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>446.2394</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3055.9274</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3183.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77815.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1242.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3946.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>762.0447</td></tr>
<tr><td colspan=3>tsnr</td><td>42.50024485797621</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>