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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0115_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-05_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-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-01_task-social_acq-mb8_run-05_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-0115/ses-01/func/sub-0115_ses-01_task-social_acq-mb8_run-05_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>4fa432a1ecd7f8d73e6eac95a876edca</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:33:47.980000</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.998975, -0.0452566, 0.000627775, 0.0451885, 0.996496, -0.0703801]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.087044</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4228, -7762, -7288, 153, -108, -156, -79, 92]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.023</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bd57ba24-d827-4606-9c2d-6f4ee0a89ee2||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.6801774501800537, 0.12123757600784302, -0.006910888943821192, 108.80975341796875], [0.1214202269911766, 2.6735265254974365, -0.1899080127477646, -89.00894165039062], [0.001684275222942233, 0.18882454931735992, 2.6933040618896484, -96.35213470458984], [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': ['183347.980000', '183348.440000', '183348.900000', '183349.360000', '183349.820000', '183350.280000', '183350.740000', '183351.200000', '183351.660000', '183352.120000', '183352.580000', '183353.040000', '183353.500000', '183353.960000', '183354.420000', '183354.880000', '183355.340000', '183355.800000', '183356.260000', '183356.720000', '183357.180000', '183357.640000', '183358.100000', '183358.560000', '183359.020000', '183359.480000', '183359.940000', '183400.400000', '183400.860000', '183401.320000', '183401.780000', '183402.240000', '183402.700000', '183403.160000', '183403.620000', '183404.080000', '183404.540000', '183405.000000', '183405.460000', '183405.920000', '183406.380000', '183406.840000', '183407.300000', '183407.760000', '183408.220000', '183408.680000', '183409.140000', '183409.600000', '183410.060000', '183410.520000', '183410.980000', '183411.440000', '183411.900000', '183412.360000', '183412.820000', '183413.280000', '183413.740000', '183414.200000', '183414.660000', '183415.120000', '183415.580000', '183416.040000', '183416.500000', '183416.960000', '183417.420000', '183417.880000', '183418.340000', '183418.800000', '183419.260000', '183419.720000', '183420.180000', '183420.640000', '183421.100000', '183421.560000', '183422.020000', '183422.480000', '183422.940000', '183423.400000', '183423.860000', '183424.320000', '183424.780000', '183425.240000', '183425.700000', '183426.160000', '183426.620000', '183427.080000', '183427.540000', '183428.000000', '183428.460000', '183428.920000', '183429.380000', '183429.840000', '183430.300000', '183430.760000', '183431.220000', '183431.680000', '183432.140000', '183432.600000', '183433.060000', '183433.520000', '183433.980000', '183434.440000', '183434.900000', '183435.360000', '183435.820000', '183436.280000', '183436.740000', '183437.200000', '183437.660000', '183438.120000', '183438.580000', '183439.040000', '183439.500000', '183439.960000', '183440.420000', '183440.880000', '183441.340000', '183441.800000', '183442.260000', '183442.720000', '183443.180000', '183443.640000', '183444.100000', '183444.560000', '183445.020000', '183445.480000', '183445.940000', '183446.400000', '183446.860000', '183447.320000', '183447.780000', '183448.240000', '183448.700000', '183449.160000', '183449.620000', '183450.080000', '183450.540000', '183451.000000', '183451.460000', '183451.920000', '183452.380000', '183452.840000', '183453.300000', '183453.760000', '183454.220000', '183454.680000', '183455.140000', '183455.600000', '183456.060000', '183456.520000', '183456.980000', '183457.440000', '183457.900000', '183458.360000', '183458.820000', '183459.280000', '183459.740000', '183500.200000', '183500.660000', '183501.120000', '183501.580000', '183502.040000', '183502.500000', '183502.960000', '183503.420000', '183503.880000', '183504.340000', '183504.800000', '183505.260000', '183505.720000', '183506.180000', '183506.640000', '183507.100000', '183507.560000', '183508.020000', '183508.480000', '183508.940000', '183509.400000', '183509.860000', '183510.320000', '183510.780000', '183511.240000', '183511.700000', '183512.160000', '183512.620000', '183513.080000', '183513.540000', '183514.000000', '183514.460000', '183514.920000', '183515.380000', '183515.840000', '183516.300000', '183516.760000', '183517.220000', '183517.680000', '183518.140000', '183518.600000', '183519.060000', '183519.520000', '183519.980000', '183520.440000', '183520.900000', '183521.360000', '183521.820000', '183522.280000', '183522.740000', '183523.200000', '183523.660000', '183524.120000', '183524.580000', '183525.040000', '183525.500000', '183525.960000', '183526.420000', '183526.880000', '183527.340000', '183527.800000', '183528.260000', '183528.720000', '183529.180000', '183529.640000', '183530.100000', '183530.560000', '183531.020000', '183531.480000', '183531.940000', '183532.400000', '183532.860000', '183533.320000', '183533.780000', '183534.240000', '183534.700000', '183535.160000', '183535.620000', '183536.080000', '183536.540000', '183537.000000', '183537.460000', '183537.920000', '183538.380000', '183538.840000', '183539.300000', '183539.760000', '183540.220000', '183540.680000', '183541.140000', '183541.600000', '183542.060000', '183542.520000', '183542.980000', '183543.440000', '183543.900000', '183544.360000', '183544.820000', '183545.280000', '183545.740000', '183546.200000', '183546.660000', '183547.120000', '183547.580000', '183548.040000', '183548.500000', '183548.960000', '183549.420000', '183549.880000', '183550.340000', '183550.800000', '183551.260000', '183551.720000', '183552.180000', '183552.640000', '183553.100000', '183553.560000', '183554.020000', '183554.480000', '183554.940000', '183555.400000', '183555.860000', '183556.320000', '183556.780000', '183557.240000', '183557.700000', '183558.160000', '183558.620000', '183559.080000', '183559.540000', '183600.000000', '183600.460000', '183600.920000', '183601.380000', '183601.840000', '183602.300000', '183602.760000', '183603.220000', '183603.680000', '183604.140000', '183604.600000', '183605.060000', '183605.520000', '183605.980000', '183606.440000', '183606.900000', '183607.360000', '183607.820000', '183608.280000', '183608.740000', '183609.200000', '183609.660000', '183610.120000', '183610.580000', '183611.040000', '183611.500000', '183611.960000', '183612.420000', '183612.880000', '183613.340000', '183613.800000', '183614.260000', '183614.720000', '183615.180000', '183615.640000', '183616.100000', '183616.560000', '183617.020000', '183617.480000', '183617.940000', '183618.400000', '183618.860000', '183619.320000', '183619.780000', '183620.240000', '183620.700000', '183621.160000', '183621.620000', '183622.080000', '183622.540000', '183623.000000', '183623.460000', '183623.920000', '183624.380000', '183624.840000', '183625.300000', '183625.760000', '183626.220000', '183626.680000', '183627.140000', '183627.600000', '183628.060000', '183628.520000', '183628.980000', '183629.440000', '183629.900000', '183630.360000', '183630.820000', '183631.280000', '183631.740000', '183632.200000', '183632.660000', '183633.120000', '183633.580000', '183634.040000', '183634.500000', '183634.960000', '183635.420000', '183635.880000', '183636.340000', '183636.800000', '183637.260000', '183637.720000', '183638.180000', '183638.640000', '183639.100000', '183639.560000', '183640.020000', '183640.480000', '183640.940000', '183641.400000', '183641.860000', '183642.320000', '183642.780000', '183643.240000', '183643.700000', '183644.160000', '183644.620000', '183645.080000', '183645.540000', '183646.000000', '183646.460000', '183646.920000', '183647.380000', '183647.840000', '183648.300000', '183648.760000', '183649.220000', '183649.680000', '183650.140000', '183650.600000', '183651.060000', '183651.520000', '183651.980000', '183652.440000', '183652.900000', '183653.360000', '183653.820000', '183654.280000', '183654.740000', '183655.200000', '183655.660000', '183656.120000', '183656.580000', '183657.040000', '183657.500000', '183657.960000', '183658.420000', '183658.880000', '183659.340000', '183659.800000', '183700.260000', '183700.720000', '183701.180000', '183701.640000', '183702.100000', '183702.560000', '183703.020000', '183703.480000', '183703.940000', '183704.400000', '183704.860000', '183705.320000', '183705.780000', '183706.240000', '183706.700000', '183707.160000', '183707.620000', '183708.080000', '183708.540000', '183709.000000', '183709.460000', '183709.920000', '183710.380000', '183710.840000', '183711.300000', '183711.760000', '183712.220000', '183712.680000', '183713.140000', '183713.600000', '183714.060000', '183714.520000', '183714.980000', '183715.440000', '183715.900000', '183716.360000', '183716.820000', '183717.280000', '183717.740000', '183718.200000', '183718.660000', '183719.120000', '183719.580000', '183720.040000', '183720.500000', '183720.960000', '183721.420000', '183721.880000', '183722.340000', '183722.800000', '183723.260000', '183723.720000', '183724.180000', '183724.640000', '183725.100000', '183725.560000', '183726.020000', '183726.480000', '183726.940000', '183727.400000', '183727.860000', '183728.320000', '183728.780000', '183729.240000', '183729.700000', '183730.160000', '183730.620000', '183731.080000', '183731.540000', '183732.000000', '183732.460000', '183732.920000', '183733.380000', '183733.840000', '183734.300000', '183734.760000', '183735.220000', '183735.680000', '183736.140000', '183736.600000', '183737.060000', '183737.520000', '183737.980000', '183738.440000', '183738.900000', '183739.360000', '183739.820000', '183740.280000', '183740.740000', '183741.200000', '183741.660000', '183742.120000', '183742.580000', '183743.040000', '183743.500000', '183743.960000', '183744.420000', '183744.880000', '183745.340000', '183745.800000', '183746.260000', '183746.720000', '183747.180000', '183747.640000', '183748.100000', '183748.560000', '183749.020000', '183749.480000', '183749.940000', '183750.400000', '183750.860000', '183751.320000', '183751.780000', '183752.240000', '183752.700000', '183753.160000', '183753.620000', '183754.080000', '183754.540000', '183755.000000', '183755.460000', '183755.920000', '183756.380000', '183756.840000', '183757.300000', '183757.760000', '183758.220000', '183758.680000', '183759.140000', '183759.600000', '183800.060000', '183800.520000', '183800.980000', '183801.440000', '183801.900000', '183802.360000', '183802.820000', '183803.280000', '183803.740000', '183804.200000', '183804.660000', '183805.120000', '183805.580000', '183806.040000', '183806.500000', '183806.960000', '183807.420000', '183807.880000', '183808.340000', '183808.800000', '183809.260000', '183809.720000', '183810.180000', '183810.640000', '183811.100000', '183811.560000', '183812.020000', '183812.480000', '183812.940000', '183813.400000', '183813.860000', '183814.320000', '183814.780000', '183815.240000', '183815.700000', '183816.160000', '183816.620000', '183817.080000', '183817.540000', '183818.000000', '183818.460000', '183818.920000', '183819.380000', '183819.840000', '183820.300000', '183820.760000', '183821.220000', '183821.680000', '183822.140000', '183822.600000', '183823.060000', '183823.520000', '183823.980000', '183824.440000', '183824.900000', '183825.360000', '183825.820000', '183826.280000', '183826.740000', '183827.200000', '183827.660000', '183828.120000', '183828.580000', '183829.040000', '183829.500000', '183829.960000', '183830.420000', '183830.880000', '183831.340000', '183831.800000', '183832.260000', '183832.720000', '183833.180000', '183833.640000', '183834.100000', '183834.560000', '183835.020000', '183835.480000', '183835.940000', '183836.400000', '183836.860000', '183837.320000', '183837.780000', '183838.240000', '183838.700000', '183839.160000', '183839.620000', '183840.080000', '183840.540000', '183841.000000', '183841.460000', '183841.920000', '183842.380000', '183842.840000', '183843.300000', '183843.760000', '183844.220000', '183844.680000', '183845.140000', '183845.600000', '183846.060000', '183846.520000', '183846.980000', '183847.440000', '183847.900000', '183848.360000', '183848.820000', '183849.280000', '183849.740000', '183850.200000', '183850.660000', '183851.120000', '183851.580000', '183852.040000', '183852.500000', '183852.960000', '183853.420000', '183853.880000', '183854.340000', '183854.800000', '183855.260000', '183855.720000', '183856.180000', '183856.640000', '183857.100000', '183857.560000', '183858.020000', '183858.480000', '183858.940000', '183859.400000', '183859.860000', '183900.320000', '183900.780000', '183901.240000', '183901.700000', '183902.160000', '183902.620000', '183903.080000', '183903.540000', '183904.000000', '183904.460000', '183904.920000', '183905.380000', '183905.840000', '183906.300000', '183906.760000', '183907.220000', '183907.680000', '183908.140000', '183908.600000', '183909.060000', '183909.520000', '183909.980000', '183910.440000', '183910.900000', '183911.360000', '183911.820000', '183912.280000', '183912.740000', '183913.200000', '183913.660000', '183914.120000', '183914.580000', '183915.040000', '183915.500000', '183915.960000', '183916.420000', '183916.880000', '183917.340000', '183917.800000', '183918.260000', '183918.720000', '183919.180000', '183919.640000', '183920.100000', '183920.560000', '183921.020000', '183921.480000', '183921.940000', '183922.400000', '183922.860000', '183923.320000', '183923.780000', '183924.240000', '183924.700000', '183925.160000', '183925.620000', '183926.080000', '183926.540000', '183927.000000', '183927.460000', '183927.920000', '183928.380000', '183928.840000', '183929.300000', '183929.760000', '183930.220000', '183930.680000', '183931.140000', '183931.600000', '183932.060000', '183932.520000', '183932.980000', '183933.440000', '183933.900000', '183934.360000', '183934.820000', '183935.280000', '183935.740000', '183936.200000', '183936.660000', '183937.120000', '183937.580000', '183938.040000', '183938.500000', '183938.960000', '183939.420000', '183939.880000', '183940.340000', '183940.800000', '183941.260000', '183941.720000', '183942.180000', '183942.640000', '183943.100000', '183943.560000', '183944.020000', '183944.480000', '183944.940000', '183945.400000', '183945.860000', '183946.320000', '183946.780000', '183947.240000', '183947.700000', '183948.160000', '183948.620000', '183949.080000', '183949.540000', '183950.000000', '183950.460000', '183950.920000', '183951.380000', '183951.840000', '183952.300000', '183952.760000', '183953.220000', '183953.680000', '183954.140000', '183954.600000', '183955.060000', '183955.520000', '183955.980000', '183956.440000', '183956.900000', '183957.360000', '183957.820000', '183958.280000', '183958.740000', '183959.200000', '183959.660000', '184000.120000', '184000.580000', '184001.040000', '184001.500000', '184001.960000', '184002.420000', '184002.880000', '184003.340000', '184003.800000', '184004.260000', '184004.720000', '184005.180000', '184005.640000', '184006.100000', '184006.560000', '184007.020000', '184007.480000', '184007.940000', '184008.400000', '184008.860000', '184009.320000', '184009.780000', '184010.240000', '184010.700000', '184011.160000', '184011.620000', '184012.080000', '184012.540000', '184013.000000', '184013.460000', '184013.920000', '184014.380000', '184014.840000', '184015.300000', '184015.760000', '184016.220000', '184016.680000', '184017.140000', '184017.600000', '184018.060000', '184018.520000', '184018.980000', '184019.440000', '184019.900000', '184020.360000', '184020.820000', '184021.280000', '184021.740000', '184022.200000', '184022.660000', '184023.120000', '184023.580000', '184024.040000', '184024.500000', '184024.960000', '184025.420000', '184025.880000', '184026.340000', '184026.800000', '184027.260000', '184027.720000', '184028.180000', '184028.640000'], 'ContentTime': ['183411.756000', '183411.759000', '183411.762000', '183411.765000', '183411.767000', '183411.770000', '183411.772000', '183411.775000', '183411.778000', '183411.780000', '183411.783000', '183411.785000', '183411.788000', '183411.790000', '183411.793000', '183411.796000', '183411.798000', '183411.801000', '183411.803000', '183411.806000', '183411.808000', '183411.811000', '183411.814000', '183411.816000', '183411.819000', '183411.821000', '183411.824000', '183411.826000', '183411.829000', '183411.831000', '183411.834000', '183411.837000', '183411.839000', '183411.842000', '183411.844000', '183411.847000', '183411.849000', '183411.852000', '183411.854000', '183411.857000', '183411.859000', '183411.862000', '183411.865000', '183411.867000', '183411.870000', '183411.873000', '183411.876000', '183411.879000', '183431.721000', '183431.724000', '183431.727000', '183431.729000', '183431.732000', '183431.734000', '183431.737000', '183431.740000', '183431.742000', '183431.745000', '183431.747000', '183431.750000', '183431.752000', '183431.755000', '183431.757000', '183431.760000', '183431.762000', '183431.765000', '183431.768000', '183431.770000', '183431.773000', '183431.775000', '183431.778000', '183431.780000', '183431.783000', '183431.785000', '183431.788000', '183431.791000', '183431.793000', '183431.796000', '183431.798000', '183431.801000', '183431.803000', '183431.806000', '183431.808000', '183431.811000', '183431.814000', '183431.816000', '183431.819000', '183431.821000', '183431.824000', '183431.826000', '183431.831000', '183431.834000', '183451.721000', '183451.724000', '183451.727000', '183451.729000', '183451.732000', '183451.734000', '183451.737000', '183451.740000', '183451.742000', '183451.745000', '183451.747000', '183451.750000', '183451.753000', '183451.755000', '183451.758000', '183451.760000', '183451.763000', '183451.765000', '183451.768000', '183451.771000', '183451.773000', '183451.776000', '183451.778000', '183451.781000', '183451.783000', '183451.786000', '183451.789000', '183451.791000', '183451.794000', '183451.796000', '183451.799000', '183451.801000', '183451.804000', '183451.807000', '183451.809000', '183451.817000', '183451.819000', '183451.822000', '183451.824000', '183451.827000', '183451.830000', '183451.832000', '183451.835000', '183511.721000', '183511.724000', '183511.727000', '183511.729000', '183511.732000', '183511.744000', '183511.747000', '183511.749000', '183511.752000', '183511.754000', '183511.757000', '183511.760000', '183511.762000', '183511.765000', '183511.767000', '183511.770000', '183511.772000', '183511.775000', '183511.778000', '183511.780000', '183511.783000', '183511.785000', '183511.788000', '183511.791000', '183511.793000', '183511.796000', '183511.798000', '183511.801000', '183511.803000', '183511.806000', '183511.808000', '183511.811000', '183511.814000', '183511.816000', '183511.819000', '183511.826000', '183511.828000', '183511.831000', '183511.833000', '183511.836000', '183511.838000', '183511.841000', '183511.843000', '183511.846000', '183531.722000', '183531.724000', '183531.727000', '183531.730000', '183531.732000', '183531.735000', '183531.737000', '183531.740000', '183531.743000', '183531.751000', '183531.753000', '183531.756000', '183531.758000', '183531.761000', '183531.764000', '183531.766000', '183531.769000', '183531.771000', '183531.774000', '183531.777000', '183531.779000', '183531.782000', '183531.784000', '183531.787000', '183531.789000', '183531.792000', '183531.795000', '183531.797000', '183531.800000', '183531.802000', '183531.805000', '183531.807000', '183531.810000', '183531.813000', '183531.815000', '183531.818000', '183531.820000', '183531.823000', '183531.826000', '183531.828000', '183531.831000', '183531.833000', '183531.836000', '183551.721000', '183551.724000', '183551.727000', '183551.729000', '183551.737000', '183551.739000', '183551.742000', '183551.744000', '183551.747000', '183551.750000', '183551.752000', '183551.755000', '183551.757000', '183551.760000', '183551.762000', '183551.765000', '183551.768000', '183551.770000', '183551.773000', '183551.775000', '183551.778000', '183551.780000', '183551.783000', '183551.785000', '183551.788000', '183551.791000', '183551.793000', '183551.796000', '183551.798000', '183551.801000', '183551.803000', '183551.806000', '183551.808000', '183551.811000', '183551.814000', '183551.816000', '183551.819000', '183551.821000', '183551.824000', '183551.826000', '183551.829000', '183551.831000', '183551.834000', '183551.837000', '183611.722000', '183611.724000', '183611.727000', '183611.730000', '183611.732000', '183611.735000', '183611.737000', '183611.740000', '183611.743000', '183611.745000', '183611.748000', '183611.750000', '183611.753000', '183611.755000', '183611.758000', '183611.761000', '183611.763000', '183611.766000', '183611.768000', '183611.771000', '183611.774000', '183611.776000', '183611.779000', '183611.781000', '183611.784000', '183611.787000', '183611.789000', '183611.792000', '183611.794000', '183611.797000', '183611.799000', '183611.802000', '183611.805000', '183611.807000', '183611.810000', '183611.812000', '183611.815000', '183611.817000', '183611.820000', '183611.823000', '183611.825000', '183611.828000', '183611.830000', '183631.722000', '183631.724000', '183631.727000', '183631.729000', '183631.732000', '183631.735000', '183631.737000', '183631.740000', '183631.742000', '183631.745000', '183631.748000', '183631.750000', '183631.753000', '183631.755000', '183631.758000', '183631.760000', '183631.763000', '183631.766000', '183631.768000', '183631.771000', '183631.773000', '183631.776000', '183631.779000', '183631.781000', '183631.784000', '183631.786000', '183631.789000', '183631.791000', '183631.794000', '183631.797000', '183631.799000', '183631.802000', '183631.804000', '183631.812000', '183631.815000', '183631.817000', '183631.820000', '183631.822000', '183631.825000', '183631.827000', '183631.830000', '183631.832000', '183631.835000', '183631.838000', '183651.753000', '183651.756000', '183651.759000', '183651.761000', '183651.764000', '183651.767000', '183651.769000', '183651.772000', '183651.774000', '183651.777000', '183651.779000', '183651.782000', '183651.784000', '183651.787000', '183651.790000', '183651.792000', '183651.795000', '183651.797000', '183651.800000', '183651.802000', '183651.805000', '183651.808000', '183651.810000', '183651.813000', '183651.815000', '183651.818000', '183651.820000', '183651.823000', '183651.826000', '183651.828000', '183651.831000', '183651.834000', '183651.836000', '183651.839000', '183651.841000', '183651.844000', '183651.846000', '183651.849000', '183651.852000', '183651.854000', '183651.857000', '183651.859000', '183651.862000', '183711.722000', '183711.725000', '183711.727000', '183711.730000', '183711.732000', '183711.735000', '183711.738000', '183711.740000', '183711.743000', '183711.745000', '183711.748000', '183711.750000', '183711.753000', '183711.756000', '183711.758000', '183711.761000', '183711.764000', '183711.766000', '183711.769000', '183711.771000', '183711.774000', '183711.777000', '183711.779000', '183711.782000', '183711.784000', '183711.787000', '183711.789000', '183711.792000', '183711.795000', '183711.797000', '183711.800000', '183711.803000', '183711.805000', '183711.808000', '183711.810000', '183711.813000', '183711.815000', '183711.818000', '183711.821000', '183711.823000', '183711.826000', '183711.828000', '183711.836000', '183711.839000', '183731.721000', '183731.724000', '183731.727000', '183731.729000', '183731.732000', '183731.734000', '183731.737000', '183731.740000', '183731.742000', '183731.745000', '183731.747000', '183731.750000', '183731.753000', '183731.755000', '183731.758000', '183731.760000', '183731.763000', '183731.765000', '183731.768000', '183731.771000', '183731.773000', '183731.776000', '183731.778000', '183731.781000', '183731.783000', '183731.786000', '183731.788000', '183731.791000', '183731.794000', '183731.796000', '183731.799000', '183731.801000', '183731.804000', '183731.807000', '183731.809000', '183731.812000', '183731.814000', '183731.817000', '183731.819000', '183731.822000', '183731.825000', '183731.827000', '183731.830000', '183751.721000', '183751.724000', '183751.727000', '183751.729000', '183751.732000', '183751.735000', '183751.737000', '183751.740000', '183751.742000', '183751.745000', '183751.747000', '183751.750000', '183751.753000', '183751.755000', '183751.758000', '183751.760000', '183751.763000', '183751.765000', '183751.768000', '183751.771000', '183751.773000', '183751.776000', '183751.778000', '183751.781000', '183751.784000', '183751.786000', '183751.789000', '183751.791000', '183751.794000', '183751.797000', '183751.799000', '183751.802000', '183751.804000', '183751.807000', '183751.809000', '183751.812000', '183751.815000', '183751.817000', '183751.820000', '183751.822000', '183751.825000', '183751.828000', '183751.830000', '183751.833000', '183811.722000', '183811.724000', '183811.727000', '183811.729000', '183811.732000', '183811.735000', '183811.737000', '183811.740000', '183811.742000', '183811.745000', '183811.748000', '183811.750000', '183811.753000', '183811.756000', '183811.758000', '183811.761000', '183811.763000', '183811.766000', '183811.768000', '183811.771000', '183811.774000', '183811.776000', '183811.779000', '183811.781000', '183811.784000', '183811.797000', '183811.799000', '183811.802000', '183811.805000', '183811.807000', '183811.810000', '183811.812000', '183811.815000', '183811.818000', '183811.820000', '183811.823000', '183811.825000', '183811.828000', '183811.831000', '183811.833000', '183811.836000', '183811.838000', '183811.841000', '183831.721000', '183831.724000', '183831.727000', '183831.729000', '183831.732000', '183831.734000', '183831.737000', '183831.740000', '183831.742000', '183831.745000', '183831.747000', '183831.750000', '183831.753000', '183831.756000', '183831.760000', '183831.763000', '183831.765000', '183831.768000', '183831.770000', '183831.773000', '183831.776000', '183831.778000', '183831.781000', '183831.783000', '183831.786000', '183831.789000', '183831.791000', '183831.794000', '183831.796000', '183831.799000', '183831.801000', '183831.804000', '183831.807000', '183831.809000', '183831.812000', '183831.814000', '183831.817000', '183831.820000', '183831.822000', '183831.825000', '183831.827000', '183831.830000', '183831.833000', '183831.835000', '183851.722000', '183851.724000', '183851.727000', '183851.729000', '183851.732000', '183851.735000', '183851.737000', '183851.740000', '183851.742000', '183851.745000', '183851.748000', '183851.750000', '183851.753000', '183851.755000', '183851.758000', '183851.761000', '183851.763000', '183851.766000', '183851.768000', '183851.771000', '183851.773000', '183851.776000', '183851.778000', '183851.781000', '183851.784000', '183851.786000', '183851.789000', '183851.791000', '183851.794000', '183851.797000', '183851.799000', '183851.802000', '183851.804000', '183851.807000', '183851.809000', '183851.812000', '183851.815000', '183851.817000', '183851.820000', '183851.822000', '183851.825000', '183851.828000', '183851.830000', '183911.722000', '183911.725000', '183911.727000', '183911.730000', '183911.733000', '183911.735000', '183911.738000', '183911.740000', '183911.743000', '183911.746000', '183911.748000', '183911.751000', '183911.753000', '183911.756000', '183911.759000', '183911.761000', '183911.764000', '183911.766000', '183911.769000', '183911.771000', '183911.774000', '183911.777000', '183911.779000', '183911.782000', '183911.784000', '183911.787000', '183911.789000', '183911.792000', '183911.795000', '183911.797000', '183911.800000', '183911.802000', '183911.805000', '183911.807000', '183911.810000', '183911.812000', '183911.815000', '183911.818000', '183911.820000', '183911.823000', '183911.825000', '183911.828000', '183911.831000', '183931.722000', '183931.725000', '183931.727000', '183931.730000', '183931.732000', '183931.735000', '183931.738000', '183931.740000', '183931.743000', '183931.746000', '183931.748000', '183931.751000', '183931.753000', '183931.756000', '183931.758000', '183931.761000', '183931.764000', '183931.766000', '183931.769000', '183931.771000', '183931.774000', '183931.777000', '183931.779000', '183931.782000', '183931.784000', '183931.787000', '183931.789000', '183931.792000', '183931.795000', '183931.797000', '183931.800000', '183931.802000', '183931.805000', '183931.808000', '183931.810000', '183931.813000', '183931.815000', '183931.818000', '183931.821000', '183931.823000', '183931.826000', '183931.829000', '183931.831000', '183931.834000', '183951.722000', '183951.724000', '183951.727000', '183951.730000', '183951.732000', '183951.735000', '183951.737000', '183951.740000', '183951.742000', '183951.745000', '183951.748000', '183951.750000', '183951.753000', '183951.755000', '183951.758000', '183951.761000', '183951.764000', '183951.767000', '183951.770000', '183951.772000', '183951.775000', '183951.777000', '183951.780000', '183951.783000', '183951.785000', '183951.788000', '183951.790000', '183951.793000', '183951.796000', '183951.799000', '183951.802000', '183951.804000', '183951.807000', '183951.809000', '183951.812000', '183951.815000', '183951.817000', '183951.820000', '183951.822000', '183951.825000', '183951.828000', '183951.830000', '183951.833000', '184011.722000', '184011.724000', '184011.727000', '184011.730000', '184011.732000', '184011.735000', '184011.737000', '184011.740000', '184011.743000', '184011.745000', '184011.748000', '184011.750000', '184011.753000', '184011.756000', '184011.758000', '184011.761000', '184011.763000', '184011.766000', '184011.768000', '184011.771000', '184011.774000', '184011.776000', '184011.779000', '184011.781000', '184011.784000', '184011.787000', '184011.789000', '184011.792000', '184011.794000', '184011.797000', '184011.800000', '184011.802000', '184011.805000', '184011.807000', '184011.810000', '184011.813000', '184011.815000', '184011.818000', '184011.820000', '184011.823000', '184011.826000', '184011.828000', '184011.831000', '184011.833000', '184030.396000', '184030.399000', '184030.402000', '184030.405000', '184030.408000', '184030.411000', '184030.414000', '184030.416000', '184030.419000', '184030.422000', '184030.425000', '184030.427000', '184030.430000', '184030.433000', '184030.436000', '184030.438000', '184030.442000', '184030.445000', '184030.447000', '184030.450000', '184030.453000', '184030.456000', '184030.459000', '184030.462000', '184030.464000', '184030.467000', '184030.470000', '184030.472000', '184030.475000', '184030.478000', '184030.481000', '184030.489000', '184030.492000', '184030.495000', '184030.497000', '184030.500000', '184030.503000', '184030.506000', '184030.508000', '184030.511000', '184030.514000'], 'InstanceCreationTime': ['183411.756000', '183411.759000', '183411.762000', '183411.765000', '183411.767000', '183411.770000', '183411.772000', '183411.775000', '183411.778000', '183411.780000', '183411.783000', '183411.785000', '183411.788000', '183411.790000', '183411.793000', '183411.796000', '183411.798000', '183411.801000', '183411.803000', '183411.806000', '183411.808000', '183411.811000', '183411.814000', '183411.816000', '183411.819000', '183411.821000', '183411.824000', '183411.826000', '183411.829000', '183411.831000', '183411.834000', '183411.837000', '183411.839000', '183411.842000', '183411.844000', '183411.847000', '183411.849000', '183411.852000', '183411.854000', '183411.857000', '183411.859000', '183411.862000', '183411.865000', '183411.867000', '183411.870000', '183411.873000', '183411.876000', '183411.879000', '183431.721000', '183431.724000', '183431.727000', '183431.729000', '183431.732000', '183431.734000', '183431.737000', '183431.740000', '183431.742000', '183431.745000', '183431.747000', '183431.750000', '183431.752000', '183431.755000', '183431.757000', '183431.760000', '183431.762000', '183431.765000', '183431.768000', '183431.770000', '183431.773000', '183431.775000', '183431.778000', '183431.780000', '183431.783000', '183431.785000', '183431.788000', '183431.791000', '183431.793000', '183431.796000', '183431.798000', '183431.801000', '183431.803000', '183431.806000', '183431.808000', '183431.811000', '183431.814000', '183431.816000', '183431.819000', '183431.821000', '183431.824000', '183431.826000', '183431.831000', '183431.834000', '183451.721000', '183451.724000', '183451.727000', '183451.729000', '183451.732000', '183451.734000', '183451.737000', '183451.740000', '183451.742000', '183451.745000', '183451.747000', '183451.750000', '183451.753000', '183451.755000', '183451.758000', '183451.760000', '183451.763000', '183451.765000', '183451.768000', '183451.771000', '183451.773000', '183451.776000', '183451.778000', '183451.781000', '183451.783000', '183451.786000', '183451.789000', '183451.791000', '183451.794000', '183451.796000', '183451.799000', '183451.801000', '183451.804000', '183451.807000', '183451.809000', '183451.817000', '183451.819000', '183451.822000', '183451.824000', '183451.827000', '183451.830000', '183451.832000', '183451.835000', '183511.721000', '183511.724000', '183511.727000', '183511.729000', '183511.732000', '183511.744000', '183511.747000', '183511.749000', '183511.752000', '183511.754000', '183511.757000', '183511.760000', '183511.762000', '183511.765000', '183511.767000', '183511.770000', '183511.772000', '183511.775000', '183511.778000', '183511.780000', '183511.783000', '183511.785000', '183511.788000', '183511.791000', '183511.793000', '183511.796000', '183511.798000', '183511.801000', '183511.803000', '183511.806000', '183511.808000', '183511.811000', '183511.814000', '183511.816000', '183511.819000', '183511.826000', '183511.828000', '183511.831000', '183511.833000', '183511.836000', '183511.838000', '183511.841000', '183511.843000', '183511.846000', '183531.722000', '183531.724000', '183531.727000', '183531.730000', '183531.732000', '183531.735000', '183531.737000', '183531.740000', '183531.743000', '183531.751000', '183531.753000', '183531.756000', '183531.758000', '183531.761000', '183531.764000', '183531.766000', '183531.769000', '183531.771000', '183531.774000', '183531.777000', '183531.779000', '183531.782000', '183531.784000', '183531.787000', '183531.789000', '183531.792000', '183531.795000', '183531.797000', '183531.800000', '183531.802000', '183531.805000', '183531.807000', '183531.810000', '183531.813000', '183531.815000', '183531.818000', '183531.820000', '183531.823000', '183531.826000', '183531.828000', '183531.831000', '183531.833000', '183531.836000', '183551.721000', '183551.724000', '183551.727000', '183551.729000', '183551.737000', '183551.739000', '183551.742000', '183551.744000', '183551.747000', '183551.750000', '183551.752000', '183551.755000', '183551.757000', '183551.760000', '183551.762000', '183551.765000', '183551.768000', '183551.770000', '183551.773000', '183551.775000', '183551.778000', '183551.780000', '183551.783000', '183551.785000', '183551.788000', '183551.791000', '183551.793000', '183551.796000', '183551.798000', '183551.801000', '183551.803000', '183551.806000', '183551.808000', '183551.811000', '183551.814000', '183551.816000', '183551.819000', '183551.821000', '183551.824000', '183551.826000', '183551.829000', '183551.831000', '183551.834000', '183551.837000', '183611.722000', '183611.724000', '183611.727000', '183611.730000', '183611.732000', '183611.735000', '183611.737000', '183611.740000', '183611.743000', '183611.745000', '183611.748000', '183611.750000', '183611.753000', '183611.755000', '183611.758000', '183611.761000', '183611.763000', '183611.766000', '183611.768000', '183611.771000', '183611.774000', '183611.776000', '183611.779000', '183611.781000', '183611.784000', '183611.787000', '183611.789000', '183611.792000', '183611.794000', '183611.797000', '183611.799000', '183611.802000', '183611.805000', '183611.807000', '183611.810000', '183611.812000', '183611.815000', '183611.817000', '183611.820000', '183611.823000', '183611.825000', '183611.828000', '183611.830000', '183631.722000', '183631.724000', '183631.727000', '183631.729000', '183631.732000', '183631.735000', '183631.737000', '183631.740000', '183631.742000', '183631.745000', '183631.748000', '183631.750000', '183631.753000', '183631.755000', '183631.758000', '183631.760000', '183631.763000', '183631.766000', '183631.768000', '183631.771000', '183631.773000', '183631.776000', '183631.779000', '183631.781000', '183631.784000', '183631.786000', '183631.789000', '183631.791000', '183631.794000', '183631.797000', '183631.799000', '183631.802000', '183631.804000', '183631.812000', '183631.815000', '183631.817000', '183631.820000', '183631.822000', '183631.825000', '183631.827000', '183631.830000', '183631.832000', '183631.835000', '183631.838000', '183651.753000', '183651.756000', '183651.759000', '183651.761000', '183651.764000', '183651.767000', '183651.769000', '183651.772000', '183651.774000', '183651.777000', '183651.779000', '183651.782000', '183651.784000', '183651.787000', '183651.790000', '183651.792000', '183651.795000', '183651.797000', '183651.800000', '183651.802000', '183651.805000', '183651.808000', '183651.810000', '183651.813000', '183651.815000', '183651.818000', '183651.820000', '183651.823000', '183651.826000', '183651.828000', '183651.831000', '183651.834000', '183651.836000', '183651.839000', '183651.841000', '183651.844000', '183651.846000', '183651.849000', '183651.852000', '183651.854000', '183651.857000', '183651.859000', '183651.862000', '183711.722000', '183711.725000', '183711.727000', '183711.730000', '183711.732000', '183711.735000', '183711.738000', '183711.740000', '183711.743000', '183711.745000', '183711.748000', '183711.750000', '183711.753000', '183711.756000', '183711.758000', '183711.761000', '183711.764000', '183711.766000', '183711.769000', '183711.771000', '183711.774000', '183711.777000', '183711.779000', '183711.782000', '183711.784000', '183711.787000', '183711.789000', '183711.792000', '183711.795000', '183711.797000', '183711.800000', '183711.803000', '183711.805000', '183711.808000', '183711.810000', '183711.813000', '183711.815000', '183711.818000', '183711.821000', '183711.823000', '183711.826000', '183711.828000', '183711.836000', '183711.839000', '183731.721000', '183731.724000', '183731.727000', '183731.729000', '183731.732000', '183731.734000', '183731.737000', '183731.740000', '183731.742000', '183731.745000', '183731.747000', '183731.750000', '183731.753000', '183731.755000', '183731.758000', '183731.760000', '183731.763000', '183731.765000', '183731.768000', '183731.771000', '183731.773000', '183731.776000', '183731.778000', '183731.781000', '183731.783000', '183731.786000', '183731.788000', '183731.791000', '183731.794000', '183731.796000', '183731.799000', '183731.801000', '183731.804000', '183731.807000', '183731.809000', '183731.812000', '183731.814000', '183731.817000', '183731.819000', '183731.822000', '183731.825000', '183731.827000', '183731.830000', '183751.721000', '183751.724000', '183751.727000', '183751.729000', '183751.732000', '183751.735000', '183751.737000', '183751.740000', '183751.742000', '183751.745000', '183751.747000', '183751.750000', '183751.753000', '183751.755000', '183751.758000', '183751.760000', '183751.763000', '183751.765000', '183751.768000', '183751.771000', '183751.773000', '183751.776000', '183751.778000', '183751.781000', '183751.784000', '183751.786000', '183751.789000', '183751.791000', '183751.794000', '183751.797000', '183751.799000', '183751.802000', '183751.804000', '183751.807000', '183751.809000', '183751.812000', '183751.815000', '183751.817000', '183751.820000', '183751.822000', '183751.825000', '183751.828000', '183751.830000', '183751.833000', '183811.722000', '183811.724000', '183811.727000', '183811.729000', '183811.732000', '183811.735000', '183811.737000', '183811.740000', '183811.742000', '183811.745000', '183811.748000', '183811.750000', '183811.753000', '183811.756000', '183811.758000', '183811.761000', '183811.763000', '183811.766000', '183811.768000', '183811.771000', '183811.774000', '183811.776000', '183811.779000', '183811.781000', '183811.784000', '183811.797000', '183811.799000', '183811.802000', '183811.805000', '183811.807000', '183811.810000', '183811.812000', '183811.815000', '183811.818000', '183811.820000', '183811.823000', '183811.825000', '183811.828000', '183811.831000', '183811.833000', '183811.836000', '183811.838000', '183811.841000', '183831.721000', '183831.724000', '183831.727000', '183831.729000', '183831.732000', '183831.734000', '183831.737000', '183831.740000', '183831.742000', '183831.745000', '183831.747000', '183831.750000', '183831.753000', '183831.756000', '183831.760000', '183831.763000', '183831.765000', '183831.768000', '183831.770000', '183831.773000', '183831.776000', '183831.778000', '183831.781000', '183831.783000', '183831.786000', '183831.789000', '183831.791000', '183831.794000', '183831.796000', '183831.799000', '183831.801000', '183831.804000', '183831.807000', '183831.809000', '183831.812000', '183831.814000', '183831.817000', '183831.820000', '183831.822000', '183831.825000', '183831.827000', '183831.830000', '183831.833000', '183831.835000', '183851.722000', '183851.724000', '183851.727000', '183851.729000', '183851.732000', '183851.735000', '183851.737000', '183851.740000', '183851.742000', '183851.745000', '183851.748000', '183851.750000', '183851.753000', '183851.755000', '183851.758000', '183851.761000', '183851.763000', '183851.766000', '183851.768000', '183851.771000', '183851.773000', '183851.776000', '183851.778000', '183851.781000', '183851.784000', '183851.786000', '183851.789000', '183851.791000', '183851.794000', '183851.797000', '183851.799000', '183851.802000', '183851.804000', '183851.807000', '183851.809000', '183851.812000', '183851.815000', '183851.817000', '183851.820000', '183851.822000', '183851.825000', '183851.828000', '183851.830000', '183911.722000', '183911.725000', '183911.727000', '183911.730000', '183911.733000', '183911.735000', '183911.738000', '183911.740000', '183911.743000', '183911.746000', '183911.748000', '183911.751000', '183911.753000', '183911.756000', '183911.759000', '183911.761000', '183911.764000', '183911.766000', '183911.769000', '183911.771000', '183911.774000', '183911.777000', '183911.779000', '183911.782000', '183911.784000', '183911.787000', '183911.789000', '183911.792000', '183911.795000', '183911.797000', '183911.800000', '183911.802000', '183911.805000', '183911.807000', '183911.810000', '183911.812000', '183911.815000', '183911.818000', '183911.820000', '183911.823000', '183911.825000', '183911.828000', '183911.831000', '183931.722000', '183931.725000', '183931.727000', '183931.730000', '183931.732000', '183931.735000', '183931.738000', '183931.740000', '183931.743000', '183931.746000', '183931.748000', '183931.751000', '183931.753000', '183931.756000', '183931.758000', '183931.761000', '183931.764000', '183931.766000', '183931.769000', '183931.771000', '183931.774000', '183931.777000', '183931.779000', '183931.782000', '183931.784000', '183931.787000', '183931.789000', '183931.792000', '183931.795000', '183931.797000', '183931.800000', '183931.802000', '183931.805000', '183931.808000', '183931.810000', '183931.813000', '183931.815000', '183931.818000', '183931.821000', '183931.823000', '183931.826000', '183931.829000', '183931.831000', '183931.834000', '183951.722000', '183951.724000', '183951.727000', '183951.730000', '183951.732000', '183951.735000', '183951.737000', '183951.740000', '183951.742000', '183951.745000', '183951.748000', '183951.750000', '183951.753000', '183951.755000', '183951.758000', '183951.761000', '183951.764000', '183951.767000', '183951.770000', '183951.772000', '183951.775000', '183951.777000', '183951.780000', '183951.783000', '183951.785000', '183951.788000', '183951.790000', '183951.793000', '183951.796000', '183951.799000', '183951.802000', '183951.804000', '183951.807000', '183951.809000', '183951.812000', '183951.815000', '183951.817000', '183951.820000', '183951.822000', '183951.825000', '183951.828000', '183951.830000', '183951.833000', '184011.722000', '184011.724000', '184011.727000', '184011.730000', '184011.732000', '184011.735000', '184011.737000', '184011.740000', '184011.743000', '184011.745000', '184011.748000', '184011.750000', '184011.753000', '184011.756000', '184011.758000', '184011.761000', '184011.763000', '184011.766000', '184011.768000', '184011.771000', '184011.774000', '184011.776000', '184011.779000', '184011.781000', '184011.784000', '184011.787000', '184011.789000', '184011.792000', '184011.794000', '184011.797000', '184011.800000', '184011.802000', '184011.805000', '184011.807000', '184011.810000', '184011.813000', '184011.815000', '184011.818000', '184011.820000', '184011.823000', '184011.826000', '184011.828000', '184011.831000', '184011.833000', '184030.396000', '184030.399000', '184030.402000', '184030.405000', '184030.408000', '184030.411000', '184030.414000', '184030.416000', '184030.419000', '184030.422000', '184030.425000', '184030.427000', '184030.430000', '184030.433000', '184030.436000', '184030.438000', '184030.442000', '184030.445000', '184030.447000', '184030.450000', '184030.453000', '184030.456000', '184030.459000', '184030.462000', '184030.464000', '184030.467000', '184030.470000', '184030.472000', '184030.475000', '184030.478000', '184030.481000', '184030.489000', '184030.492000', '184030.495000', '184030.497000', '184030.500000', '184030.503000', '184030.506000', '184030.508000', '184030.511000', '184030.514000'], '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': [10983, 8273, 7694, 9259, 7245, 13596, 7901, 7408, 6933, 7724, 9414, 7169, 10992, 7011, 9653, 6983, 7312, 6704, 6803, 8812, 7000, 6873, 6860, 7448, 6972, 7408, 9857, 7357, 10593, 7813, 10700, 7231, 11012, 7377, 12385, 7854, 11891, 7147, 7376, 7130, 7550, 9396, 8594, 9565, 7304, 12580, 7287, 10028, 7118, 9251, 7122, 8917, 7360, 8557, 7408, 7840, 7383, 6975, 7485, 7523, 7189, 7306, 6852, 7846, 9432, 7136, 7664, 7134, 7534, 7004, 7765, 8998, 7115, 7266, 7361, 6848, 7126, 8492, 7294, 10330, 7008, 6922, 7292, 7775, 7015, 10774, 7118, 9463, 7114, 7389, 6973, 7007, 9489, 7188, 9026, 7172, 7797, 7517, 7500, 11226, 7839, 13516, 10830, 13505, 10123, 7113, 7384, 7256, 7995, 7943, 8255, 7097, 7205, 7240, 7113, 8931, 7150, 9817, 7074, 10855, 8896, 9462, 7284, 7178, 7249, 7174, 7063, 7304, 6759, 7471, 6901, 7639, 9570, 6816, 10074, 6950, 10201, 8264, 11191, 6979, 9751, 7179, 10198, 8599, 12267, 8586, 13316, 7032, 10707, 7032, 9879, 8277, 7026, 6778, 7461, 7286, 7380, 10457, 7204, 10340, 7016, 9640, 7342, 11467, 9275, 12130, 7110, 9963, 7753, 9767, 8629, 9658, 7668, 7985, 8112, 8513, 8039, 9861, 8045, 8421, 8010, 8118, 8019, 9375, 7969, 8785, 8105, 7179, 8067, 7480, 7862, 7717, 7804, 7628, 7952, 7098, 8117, 7421, 7989, 7662, 6299, 8131, 9237, 7584, 7808, 6608, 8108, 7976, 8111, 10851, 8446, 10605, 7527, 9581, 7442, 9267, 8275, 7804, 7390, 7625, 7372, 9449, 7541, 10709, 7458, 12106, 7478, 10539, 7774, 10428, 7622, 9645, 7632, 9122, 7386, 8730, 7501, 7956, 6512, 8140, 7657, 8176, 10689, 8021, 10358, 8150, 8989, 7958, 9869, 8025, 10127, 7640, 8968, 7643, 8041, 7673, 7763, 8209, 8064, 7214, 7994, 7789, 7744, 9827, 7945, 7809, 7975, 8044, 8274, 9985, 8078, 10011, 8121, 7788, 8005, 7373, 7771, 7446, 10558, 7558, 10815, 7428, 7460, 6591, 7627, 8601, 7776, 6590, 7034, 7481, 7091, 9755, 7183, 11352, 6549, 11348, 7483, 11848, 8386, 11647, 6804, 8940, 7078, 7909, 6853, 8135, 7011, 7292, 6584, 9503, 9974, 7919, 8594, 7876, 7274, 9216, 8710, 8911, 9022, 6946, 6931, 6609, 8635, 6691, 12178, 7594, 7029, 6543, 6902, 10345, 7262, 12036, 7134, 10328, 6703, 10515, 6910, 12790, 9308, 9746, 6758, 7254, 6383, 6908, 9567, 6860, 10727, 7048, 9376, 7084, 9815, 6524, 9973, 7027, 10922, 6665, 6733, 6822, 6589, 11143, 6892, 10236, 6757, 11303, 7469, 11079, 7268, 6790, 7064, 7097, 7120, 8847, 7214, 9504, 6915, 7240, 7017, 7304, 6329, 6961, 7271, 6704, 6886, 6709, 9681, 6371, 9994, 6546, 7446, 6219, 7804, 6889, 11373, 6317, 9154, 7124, 8146, 6407, 12156, 6987, 11377, 6864, 9118, 6677, 11744, 9043, 12221, 6712, 10949, 6729, 10702, 8350, 9536, 7743, 8144, 7134, 8103, 6703, 7187, 8521, 6533, 6756, 6882, 8852, 6451, 6780, 8142, 6892, 9881, 7427, 6987, 11038, 6883, 6474, 6700, 6585, 10267, 7116, 9466, 8919, 6668, 8914, 7045, 9636, 6958, 8823, 8670, 6552, 7800, 7055, 8313, 6728, 10100, 6761, 10656, 6757, 8918, 6943, 8497, 6652, 9949, 6718, 11448, 6910, 10027, 7105, 9694, 6431, 6522, 6759, 6721, 9442, 7493, 6891, 7622, 6889, 11798, 9115, 11579, 7436, 11141, 6988, 10616, 9460, 9106, 6767, 6904, 6434, 6714, 8841, 6704, 6377, 9550, 6883, 6468, 6768, 7367, 11101, 8309, 12192, 6856, 9176, 6934, 9920, 7587, 12971, 7768, 7677, 6885, 6851, 6724, 8652, 7437, 7444, 6770, 6778, 6822, 7615, 9000, 10920, 8909, 8895, 10622, 9547, 6696, 8157, 6423, 7412, 6602, 11797, 7473, 11569, 8429, 11912, 7112, 9355, 6650, 6919, 6646, 7207, 6979, 10273, 6794, 9436, 7719, 6697, 9382, 6950, 10503, 6874, 11693, 8245, 11454, 6783, 10285, 6873, 7013, 6765, 6775, 6416, 6889, 6669, 7069, 8741, 6943, 10207, 7046, 7374, 6795, 6925, 7603, 8875, 8149, 6696, 7249, 6794, 9343, 6783, 11565, 7242, 10701, 6921, 9325, 6754, 9264, 6726, 8065, 6676, 7164, 9671, 7314, 6657, 6914, 7250, 7139, 10348, 6926, 10340, 7132, 7685, 7111, 6822, 7378, 7784, 7515, 6520, 6763, 6894, 6879, 6498, 10219, 7144, 10986, 7172, 9802, 6818, 10587, 7331, 11919, 7372, 8875, 7130, 7021, 10111, 6271, 6691, 6824, 6717, 9046, 7365, 10256, 8988, 10603, 9561, 8045, 6888, 7623, 8105, 10730, 10421, 8743, 7566, 7222, 6683, 9162, 6900, 12009, 9127, 11712, 7637, 10399, 7217, 8541, 7263, 8035, 7113, 9470, 6997, 7180, 7280, 6889, 7148, 7763, 8554, 7348, 7076, 6962, 7205, 7267, 9911, 7762, 9650, 7076, 10360, 6903, 10922, 7488, 9806, 6799, 6841, 6313, 6912, 6672, 6692, 10335, 7749, 9284, 7913, 8356, 7813, 9879, 6663, 7578, 10958, 7041, 7440, 6320, 7557, 11309, 9007, 11998, 8662, 11724, 7439, 11190, 9407, 11116, 8409, 10442, 6629, 9316, 6962, 9531, 6983, 10474, 6920, 9719, 7216, 8294, 7252, 9249, 7142, 7828, 7180, 6742, 6922, 6832, 9238, 7443, 8980, 6973, 9568, 6818, 9382, 6837, 11430, 9250, 9768, 7691, 6525, 6248, 6687, 8867, 6850, 10607, 7761, 10594, 7062, 8984, 6420, 10615, 6848, 10616, 6902, 6535, 6267, 6853, 8836, 6686, 8257, 10535, 6971, 10113, 6387, 6651, 10380, 7710, 10549, 6587, 8371, 6694, 10318, 6689, 10723, 6738, 8737, 6780, 11262, 7048, 10934, 8369, 11438, 7212, 10668, 7529, 11525, 7099, 10204, 7040, 7419, 7051, 6501, 8008, 6360, 10838, 6747, 12394, 9571, 9882, 6969, 6936, 6818, 7705, 6747, 7109, 6998, 7286, 7090, 9549, 8561, 7073, 6312, 7113, 9012, 7070, 12061, 9108, 11510, 6874, 9592, 7067, 10964, 8991, 8843, 6868, 7166, 6296, 7465, 9111, 7122, 10986, 8569, 6941, 8484, 7213, 8160, 6817, 9467, 7196, 6867, 10122, 7057, 7557, 7540, 8397, 7050, 6584, 6700, 6631, 7009, 6721, 6901, 6845, 6678, 6406, 6998, 7024, 6899, 9463, 7152, 7077, 7237, 7315, 7108, 9733, 7401, 9209, 6857, 6558, 6957, 8909, 6764], 'WindowCenter': [3859.0, 3812.0, 3799.0, 3807.0, 3774.0, 3822.0, 3767.0, 3756.0, 3757.0, 3768.0, 3788.0, 3757.0, 3795.0, 3756.0, 3787.0, 3755.0, 3770.0, 3761.0, 3759.0, 3789.0, 3771.0, 3758.0, 3756.0, 3768.0, 3769.0, 3770.0, 3800.0, 3781.0, 3813.0, 3767.0, 3799.0, 3756.0, 3797.0, 3756.0, 3808.0, 3754.0, 3795.0, 3730.0, 3740.0, 3727.0, 3740.0, 3760.0, 3750.0, 3760.0, 3738.0, 3779.0, 3728.0, 3768.0, 3726.0, 3760.0, 3728.0, 3759.0, 3740.0, 3747.0, 3737.0, 3747.0, 3739.0, 3727.0, 3741.0, 3748.0, 3740.0, 3753.0, 3743.0, 3777.0, 3788.0, 3758.0, 3764.0, 3756.0, 3763.0, 3756.0, 3767.0, 3791.0, 3758.0, 3756.0, 3756.0, 3744.0, 3769.0, 3790.0, 3768.0, 3795.0, 3755.0, 3755.0, 3766.0, 3766.0, 3756.0, 3813.0, 3770.0, 3788.0, 3756.0, 3771.0, 3772.0, 3769.0, 3788.0, 3755.0, 3775.0, 3755.0, 3766.0, 3769.0, 3767.0, 3808.0, 3768.0, 3822.0, 3799.0, 3816.0, 3788.0, 3741.0, 3742.0, 3740.0, 3752.0, 3751.0, 3751.0, 3740.0, 3738.0, 3740.0, 3730.0, 3762.0, 3739.0, 3773.0, 3768.0, 3797.0, 3775.0, 3770.0, 3740.0, 3756.0, 3767.0, 3755.0, 3753.0, 3751.0, 3743.0, 3754.0, 3742.0, 3765.0, 3785.0, 3742.0, 3785.0, 3756.0, 3797.0, 3777.0, 3796.0, 3754.0, 3786.0, 3754.0, 3788.0, 3774.0, 3808.0, 3765.0, 3804.0, 3742.0, 3785.0, 3744.0, 3776.0, 3765.0, 3740.0, 3742.0, 3751.0, 3753.0, 3767.0, 3784.0, 3755.0, 3784.0, 3743.0, 3773.0, 3755.0, 3795.0, 3776.0, 3792.0, 3743.0, 3774.0, 3754.0, 3774.0, 3752.0, 3759.0, 3741.0, 3751.0, 3754.0, 3762.0, 3754.0, 3769.0, 3751.0, 3749.0, 3751.0, 3748.0, 3750.0, 3761.0, 3751.0, 3749.0, 3750.0, 3732.0, 3752.0, 3741.0, 3753.0, 3751.0, 3751.0, 3752.0, 3753.0, 3741.0, 3752.0, 3755.0, 3765.0, 3764.0, 3744.0, 3779.0, 3802.0, 3782.0, 3770.0, 3757.0, 3766.0, 3778.0, 3781.0, 3810.0, 3779.0, 3798.0, 3768.0, 3788.0, 3768.0, 3789.0, 3767.0, 3755.0, 3756.0, 3765.0, 3756.0, 3788.0, 3756.0, 3786.0, 3756.0, 3795.0, 3754.0, 3787.0, 3752.0, 3785.0, 3753.0, 3772.0, 3753.0, 3774.0, 3755.0, 3776.0, 3756.0, 3764.0, 3731.0, 3765.0, 3756.0, 3765.0, 3798.0, 3767.0, 3786.0, 3766.0, 3774.0, 3766.0, 3787.0, 3767.0, 3785.0, 3754.0, 3774.0, 3767.0, 3765.0, 3767.0, 3767.0, 3768.0, 3767.0, 3755.0, 3765.0, 3756.0, 3755.0, 3776.0, 3754.0, 3753.0, 3753.0, 3754.0, 3765.0, 3775.0, 3754.0, 3775.0, 3753.0, 3751.0, 3753.0, 3740.0, 3752.0, 3739.0, 3783.0, 3750.0, 3783.0, 3740.0, 3753.0, 3744.0, 3768.0, 3778.0, 3767.0, 3768.0, 3783.0, 3768.0, 3768.0, 3788.0, 3757.0, 3796.0, 3743.0, 3782.0, 3742.0, 3807.0, 3777.0, 3808.0, 3745.0, 3789.0, 3755.0, 3777.0, 3756.0, 3766.0, 3753.0, 3753.0, 3743.0, 3786.0, 3786.0, 3766.0, 3778.0, 3765.0, 3754.0, 3777.0, 3765.0, 3775.0, 3776.0, 3742.0, 3742.0, 3743.0, 3762.0, 3744.0, 3795.0, 3752.0, 3743.0, 3744.0, 3757.0, 3797.0, 3755.0, 3807.0, 3743.0, 3782.0, 3744.0, 3787.0, 3745.0, 3795.0, 3776.0, 3772.0, 3730.0, 3741.0, 3733.0, 3740.0, 3776.0, 3731.0, 3785.0, 3743.0, 3772.0, 3743.0, 3772.0, 3733.0, 3785.0, 3741.0, 3785.0, 3741.0, 3742.0, 3743.0, 3745.0, 3794.0, 3742.0, 3785.0, 3761.0, 3796.0, 3756.0, 3797.0, 3768.0, 3758.0, 3770.0, 3759.0, 3757.0, 3777.0, 3767.0, 3774.0, 3743.0, 3754.0, 3744.0, 3756.0, 3746.0, 3756.0, 3755.0, 3756.0, 3757.0, 3774.0, 3813.0, 3761.0, 3800.0, 3748.0, 3767.0, 3745.0, 3754.0, 3744.0, 3798.0, 3731.0, 3776.0, 3756.0, 3767.0, 3745.0, 3811.0, 3757.0, 3795.0, 3733.0, 3762.0, 3745.0, 3812.0, 3777.0, 3795.0, 3732.0, 3784.0, 3744.0, 3797.0, 3765.0, 3773.0, 3753.0, 3754.0, 3742.0, 3754.0, 3744.0, 3741.0, 3765.0, 3731.0, 3730.0, 3757.0, 3776.0, 3745.0, 3744.0, 3764.0, 3757.0, 3801.0, 3781.0, 3771.0, 3810.0, 3756.0, 3745.0, 3756.0, 3756.0, 3812.0, 3771.0, 3800.0, 3789.0, 3743.0, 3777.0, 3769.0, 3800.0, 3759.0, 3777.0, 3779.0, 3744.0, 3754.0, 3744.0, 3764.0, 3746.0, 3788.0, 3744.0, 3784.0, 3744.0, 3763.0, 3742.0, 3761.0, 3743.0, 3773.0, 3745.0, 3795.0, 3742.0, 3775.0, 3753.0, 3787.0, 3744.0, 3744.0, 3757.0, 3759.0, 3788.0, 3768.0, 3770.0, 3783.0, 3769.0, 3810.0, 3791.0, 3808.0, 3757.0, 3797.0, 3756.0, 3797.0, 3789.0, 3777.0, 3747.0, 3756.0, 3745.0, 3754.0, 3787.0, 3760.0, 3759.0, 3788.0, 3758.0, 3746.0, 3758.0, 3782.0, 3812.0, 3779.0, 3810.0, 3744.0, 3774.0, 3756.0, 3789.0, 3769.0, 3808.0, 3753.0, 3750.0, 3738.0, 3740.0, 3745.0, 3764.0, 3741.0, 3741.0, 3727.0, 3728.0, 3743.0, 3767.0, 3764.0, 3811.0, 3789.0, 3789.0, 3798.0, 3775.0, 3730.0, 3749.0, 3730.0, 3741.0, 3741.0, 3793.0, 3754.0, 3784.0, 3765.0, 3799.0, 3742.0, 3763.0, 3729.0, 3727.0, 3715.0, 3726.0, 3726.0, 3770.0, 3730.0, 3762.0, 3740.0, 3731.0, 3759.0, 3729.0, 3770.0, 3730.0, 3781.0, 3751.0, 3779.0, 3744.0, 3771.0, 3727.0, 3729.0, 3715.0, 3717.0, 3717.0, 3727.0, 3727.0, 3744.0, 3776.0, 3756.0, 3785.0, 3743.0, 3767.0, 3758.0, 3755.0, 3767.0, 3777.0, 3753.0, 3729.0, 3738.0, 3731.0, 3774.0, 3743.0, 3783.0, 3741.0, 3771.0, 3728.0, 3758.0, 3730.0, 3760.0, 3727.0, 3739.0, 3728.0, 3728.0, 3761.0, 3727.0, 3717.0, 3729.0, 3735.0, 3729.0, 3772.0, 3741.0, 3774.0, 3741.0, 3750.0, 3742.0, 3742.0, 3756.0, 3753.0, 3754.0, 3732.0, 3742.0, 3742.0, 3743.0, 3746.0, 3799.0, 3755.0, 3809.0, 3771.0, 3800.0, 3743.0, 3797.0, 3755.0, 3793.0, 3740.0, 3774.0, 3756.0, 3756.0, 3799.0, 3758.0, 3756.0, 3770.0, 3771.0, 3801.0, 3768.0, 3799.0, 3778.0, 3799.0, 3787.0, 3764.0, 3741.0, 3752.0, 3754.0, 3798.0, 3787.0, 3762.0, 3740.0, 3742.0, 3730.0, 3761.0, 3729.0, 3792.0, 3762.0, 3782.0, 3740.0, 3771.0, 3739.0, 3748.0, 3755.0, 3752.0, 3743.0, 3772.0, 3741.0, 3741.0, 3739.0, 3741.0, 3742.0, 3751.0, 3752.0, 3740.0, 3730.0, 3730.0, 3740.0, 3743.0, 3786.0, 3754.0, 3772.0, 3742.0, 3783.0, 3743.0, 3795.0, 3753.0, 3774.0, 3732.0, 3745.0, 3734.0, 3743.0, 3760.0, 3758.0, 3800.0, 3780.0, 3787.0, 3764.0, 3778.0, 3765.0, 3786.0, 3757.0, 3768.0, 3799.0, 3754.0, 3754.0, 3746.0, 3768.0, 3811.0, 3788.0, 3809.0, 3777.0, 3797.0, 3752.0, 3796.0, 3775.0, 3784.0, 3752.0, 3772.0, 3728.0, 3762.0, 3743.0, 3774.0, 3741.0, 3783.0, 3740.0, 3772.0, 3742.0, 3751.0, 3741.0, 3761.0, 3729.0, 3740.0, 3727.0, 3728.0, 3739.0, 3729.0, 3760.0, 3738.0, 3760.0, 3729.0, 3759.0, 3730.0, 3772.0, 3756.0, 3809.0, 3791.0, 3799.0, 3765.0, 3742.0, 3731.0, 3741.0, 3773.0, 3757.0, 3799.0, 3783.0, 3811.0, 3773.0, 3789.0, 3746.0, 3786.0, 3757.0, 3797.0, 3753.0, 3744.0, 3744.0, 3744.0, 3788.0, 3758.0, 3777.0, 3799.0, 3755.0, 3797.0, 3762.0, 3758.0, 3800.0, 3768.0, 3797.0, 3744.0, 3765.0, 3745.0, 3788.0, 3745.0, 3796.0, 3743.0, 3763.0, 3732.0, 3797.0, 3756.0, 3800.0, 3780.0, 3795.0, 3740.0, 3785.0, 3754.0, 3783.0, 3729.0, 3771.0, 3730.0, 3728.0, 3727.0, 3716.0, 3737.0, 3716.0, 3770.0, 3742.0, 3805.0, 3775.0, 3772.0, 3755.0, 3754.0, 3745.0, 3753.0, 3744.0, 3741.0, 3741.0, 3753.0, 3756.0, 3787.0, 3764.0, 3741.0, 3731.0, 3740.0, 3773.0, 3745.0, 3796.0, 3777.0, 3795.0, 3758.0, 3801.0, 3755.0, 3800.0, 3778.0, 3775.0, 3742.0, 3742.0, 3729.0, 3741.0, 3762.0, 3745.0, 3797.0, 3766.0, 3742.0, 3764.0, 3752.0, 3762.0, 3743.0, 3786.0, 3744.0, 3731.0, 3786.0, 3741.0, 3753.0, 3753.0, 3763.0, 3728.0, 3728.0, 3728.0, 3729.0, 3741.0, 3732.0, 3739.0, 3730.0, 3730.0, 3730.0, 3741.0, 3742.0, 3731.0, 3762.0, 3729.0, 3728.0, 3738.0, 3740.0, 3743.0, 3774.0, 3742.0, 3762.0, 3730.0, 3730.0, 3743.0, 3762.0, 3743.0], 'WindowWidth': [8656.0, 8577.0, 8554.0, 8559.0, 8509.0, 8569.0, 8486.0, 8468.0, 8471.0, 8490.0, 8515.0, 8471.0, 8519.0, 8468.0, 8509.0, 8468.0, 8496.0, 8483.0, 8476.0, 8517.0, 8500.0, 8475.0, 8470.0, 8488.0, 8491.0, 8496.0, 8536.0, 8512.0, 8552.0, 8488.0, 8530.0, 8469.0, 8523.0, 8469.0, 8540.0, 8461.0, 8516.0, 8424.0, 8436.0, 8417.0, 8437.0, 8464.0, 8450.0, 8461.0, 8430.0, 8487.0, 8417.0, 8471.0, 8414.0, 8460.0, 8418.0, 8460.0, 8435.0, 8441.0, 8430.0, 8441.0, 8434.0, 8416.0, 8438.0, 8448.0, 8441.0, 8459.0, 8448.0, 8501.0, 8515.0, 8473.0, 8477.0, 8467.0, 8474.0, 8468.0, 8489.0, 8522.0, 8475.0, 8467.0, 8468.0, 8452.0, 8491.0, 8523.0, 8490.0, 8519.0, 8468.0, 8465.0, 8483.0, 8480.0, 8472.0, 8555.0, 8494.0, 8512.0, 8469.0, 8495.0, 8501.0, 8492.0, 8514.0, 8468.0, 8493.0, 8468.0, 8483.0, 8488.0, 8486.0, 8541.0, 8490.0, 8565.0, 8530.0, 8550.0, 8510.0, 8440.0, 8441.0, 8439.0, 8455.0, 8454.0, 8453.0, 8437.0, 8432.0, 8436.0, 8422.0, 8466.0, 8434.0, 8483.0, 8492.0, 8523.0, 8488.0, 8476.0, 8436.0, 8468.0, 8487.0, 8466.0, 8461.0, 8454.0, 8447.0, 8462.0, 8445.0, 8478.0, 8506.0, 8445.0, 8505.0, 8470.0, 8524.0, 8499.0, 8521.0, 8463.0, 8506.0, 8463.0, 8511.0, 8491.0, 8536.0, 8477.0, 8528.0, 8442.0, 8502.0, 8450.0, 8491.0, 8476.0, 8440.0, 8443.0, 8454.0, 8462.0, 8485.0, 8502.0, 8462.0, 8500.0, 8447.0, 8485.0, 8464.0, 8517.0, 8492.0, 8510.0, 8446.0, 8488.0, 8463.0, 8485.0, 8453.0, 8458.0, 8435.0, 8450.0, 8461.0, 8467.0, 8458.0, 8473.0, 8451.0, 8445.0, 8450.0, 8445.0, 8451.0, 8464.0, 8450.0, 8446.0, 8448.0, 8425.0, 8454.0, 8438.0, 8456.0, 8454.0, 8454.0, 8454.0, 8455.0, 8439.0, 8458.0, 8463.0, 8477.0, 8476.0, 8450.0, 8504.0, 8540.0, 8513.0, 8492.0, 8470.0, 8482.0, 8501.0, 8511.0, 8547.0, 8505.0, 8527.0, 8486.0, 8514.0, 8488.0, 8515.0, 8483.0, 8466.0, 8466.0, 8477.0, 8467.0, 8510.0, 8467.0, 8506.0, 8465.0, 8518.0, 8459.0, 8506.0, 8457.0, 8500.0, 8458.0, 8482.0, 8457.0, 8489.0, 8465.0, 8492.0, 8468.0, 8475.0, 8429.0, 8477.0, 8466.0, 8480.0, 8525.0, 8481.0, 8505.0, 8478.0, 8487.0, 8482.0, 8507.0, 8481.0, 8503.0, 8460.0, 8489.0, 8482.0, 8480.0, 8482.0, 8482.0, 8485.0, 8485.0, 8464.0, 8477.0, 8465.0, 8463.0, 8492.0, 8461.0, 8456.0, 8458.0, 8460.0, 8477.0, 8488.0, 8460.0, 8487.0, 8458.0, 8453.0, 8455.0, 8437.0, 8454.0, 8435.0, 8497.0, 8450.0, 8495.0, 8437.0, 8458.0, 8452.0, 8490.0, 8498.0, 8484.0, 8492.0, 8520.0, 8492.0, 8488.0, 8512.0, 8471.0, 8521.0, 8449.0, 8493.0, 8441.0, 8535.0, 8499.0, 8539.0, 8450.0, 8520.0, 8465.0, 8497.0, 8469.0, 8482.0, 8460.0, 8456.0, 8442.0, 8503.0, 8505.0, 8480.0, 8496.0, 8476.0, 8459.0, 8494.0, 8476.0, 8489.0, 8491.0, 8445.0, 8445.0, 8446.0, 8471.0, 8448.0, 8515.0, 8457.0, 8447.0, 8451.0, 8475.0, 8525.0, 8464.0, 8534.0, 8445.0, 8495.0, 8448.0, 8507.0, 8451.0, 8515.0, 8490.0, 8481.0, 8423.0, 8438.0, 8429.0, 8439.0, 8490.0, 8427.0, 8500.0, 8443.0, 8481.0, 8444.0, 8482.0, 8431.0, 8501.0, 8441.0, 8503.0, 8442.0, 8443.0, 8447.0, 8452.0, 8514.0, 8443.0, 8503.0, 8484.0, 8520.0, 8467.0, 8522.0, 8490.0, 8475.0, 8493.0, 8477.0, 8472.0, 8497.0, 8484.0, 8487.0, 8444.0, 8458.0, 8447.0, 8464.0, 8455.0, 8469.0, 8466.0, 8469.0, 8473.0, 8508.0, 8557.0, 8485.0, 8531.0, 8460.0, 8483.0, 8453.0, 8460.0, 8447.0, 8524.0, 8426.0, 8491.0, 8471.0, 8484.0, 8453.0, 8547.0, 8470.0, 8515.0, 8430.0, 8467.0, 8452.0, 8550.0, 8496.0, 8515.0, 8428.0, 8499.0, 8448.0, 8523.0, 8476.0, 8482.0, 8458.0, 8461.0, 8442.0, 8460.0, 8448.0, 8439.0, 8474.0, 8427.0, 8424.0, 8472.0, 8494.0, 8453.0, 8449.0, 8476.0, 8472.0, 8538.0, 8511.0, 8497.0, 8545.0, 8471.0, 8455.0, 8468.0, 8469.0, 8552.0, 8498.0, 8533.0, 8516.0, 8450.0, 8498.0, 8493.0, 8536.0, 8476.0, 8496.0, 8500.0, 8448.0, 8462.0, 8449.0, 8474.0, 8457.0, 8510.0, 8449.0, 8500.0, 8447.0, 8470.0, 8443.0, 8466.0, 8447.0, 8484.0, 8451.0, 8515.0, 8444.0, 8487.0, 8460.0, 8508.0, 8449.0, 8452.0, 8473.0, 8478.0, 8514.0, 8487.0, 8498.0, 8515.0, 8495.0, 8546.0, 8525.0, 8542.0, 8472.0, 8524.0, 8468.0, 8522.0, 8513.0, 8496.0, 8457.0, 8469.0, 8454.0, 8466.0, 8512.0, 8483.0, 8479.0, 8514.0, 8475.0, 8456.0, 8477.0, 8514.0, 8553.0, 8505.0, 8546.0, 8450.0, 8486.0, 8468.0, 8515.0, 8490.0, 8539.0, 8459.0, 8451.0, 8431.0, 8439.0, 8453.0, 8473.0, 8439.0, 8436.0, 8417.0, 8419.0, 8449.0, 8487.0, 8473.0, 8548.0, 8516.0, 8515.0, 8526.0, 8490.0, 8421.0, 8445.0, 8423.0, 8439.0, 8440.0, 8509.0, 8459.0, 8498.0, 8474.0, 8529.0, 8442.0, 8469.0, 8417.0, 8410.0, 8393.0, 8409.0, 8409.0, 8473.0, 8425.0, 8466.0, 8434.0, 8424.0, 8458.0, 8417.0, 8472.0, 8422.0, 8490.0, 8448.0, 8486.0, 8447.0, 8477.0, 8414.0, 8418.0, 8397.0, 8399.0, 8400.0, 8414.0, 8413.0, 8446.0, 8493.0, 8469.0, 8502.0, 8444.0, 8486.0, 8474.0, 8464.0, 8484.0, 8496.0, 8457.0, 8419.0, 8429.0, 8425.0, 8484.0, 8447.0, 8496.0, 8438.0, 8476.0, 8417.0, 8454.0, 8419.0, 8460.0, 8414.0, 8431.0, 8417.0, 8417.0, 8461.0, 8413.0, 8400.0, 8416.0, 8422.0, 8418.0, 8478.0, 8439.0, 8484.0, 8439.0, 8450.0, 8441.0, 8443.0, 8466.0, 8461.0, 8461.0, 8431.0, 8443.0, 8442.0, 8446.0, 8456.0, 8528.0, 8466.0, 8547.0, 8497.0, 8532.0, 8449.0, 8522.0, 8464.0, 8509.0, 8437.0, 8486.0, 8467.0, 8469.0, 8528.0, 8479.0, 8471.0, 8495.0, 8500.0, 8539.0, 8490.0, 8528.0, 8500.0, 8528.0, 8508.0, 8474.0, 8441.0, 8456.0, 8461.0, 8524.0, 8509.0, 8467.0, 8435.0, 8437.0, 8421.0, 8464.0, 8421.0, 8507.0, 8467.0, 8492.0, 8435.0, 8476.0, 8432.0, 8442.0, 8465.0, 8454.0, 8444.0, 8481.0, 8437.0, 8437.0, 8433.0, 8439.0, 8442.0, 8453.0, 8452.0, 8435.0, 8421.0, 8423.0, 8436.0, 8444.0, 8506.0, 8459.0, 8480.0, 8440.0, 8496.0, 8446.0, 8518.0, 8459.0, 8486.0, 8427.0, 8451.0, 8435.0, 8446.0, 8482.0, 8474.0, 8531.0, 8507.0, 8509.0, 8475.0, 8498.0, 8479.0, 8507.0, 8472.0, 8489.0, 8528.0, 8463.0, 8463.0, 8453.0, 8489.0, 8548.0, 8514.0, 8541.0, 8495.0, 8521.0, 8458.0, 8520.0, 8492.0, 8500.0, 8454.0, 8478.0, 8419.0, 8466.0, 8444.0, 8485.0, 8442.0, 8495.0, 8438.0, 8478.0, 8440.0, 8453.0, 8438.0, 8464.0, 8420.0, 8435.0, 8416.0, 8417.0, 8433.0, 8421.0, 8461.0, 8432.0, 8462.0, 8420.0, 8460.0, 8421.0, 8483.0, 8471.0, 8543.0, 8523.0, 8531.0, 8478.0, 8445.0, 8427.0, 8443.0, 8487.0, 8472.0, 8528.0, 8516.0, 8548.0, 8503.0, 8514.0, 8455.0, 8504.0, 8472.0, 8521.0, 8462.0, 8450.0, 8449.0, 8449.0, 8513.0, 8475.0, 8499.0, 8530.0, 8467.0, 8525.0, 8490.0, 8476.0, 8533.0, 8490.0, 8525.0, 8448.0, 8474.0, 8452.0, 8512.0, 8452.0, 8520.0, 8445.0, 8471.0, 8430.0, 8521.0, 8466.0, 8532.0, 8506.0, 8515.0, 8438.0, 8499.0, 8460.0, 8494.0, 8421.0, 8476.0, 8420.0, 8416.0, 8414.0, 8398.0, 8427.0, 8399.0, 8473.0, 8444.0, 8530.0, 8491.0, 8477.0, 8468.0, 8462.0, 8453.0, 8460.0, 8449.0, 8439.0, 8440.0, 8459.0, 8470.0, 8508.0, 8474.0, 8439.0, 8427.0, 8439.0, 8485.0, 8452.0, 8518.0, 8494.0, 8516.0, 8478.0, 8538.0, 8465.0, 8529.0, 8499.0, 8492.0, 8445.0, 8442.0, 8422.0, 8438.0, 8465.0, 8449.0, 8523.0, 8478.0, 8442.0, 8475.0, 8456.0, 8468.0, 8446.0, 8507.0, 8447.0, 8427.0, 8504.0, 8439.0, 8458.0, 8461.0, 8471.0, 8418.0, 8417.0, 8416.0, 8419.0, 8438.0, 8426.0, 8434.0, 8422.0, 8421.0, 8423.0, 8440.0, 8442.0, 8425.0, 8465.0, 8420.0, 8418.0, 8430.0, 8435.0, 8444.0, 8488.0, 8443.0, 8468.0, 8423.0, 8423.0, 8447.0, 8468.0, 8446.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.0037181630309988515</td></tr>
<tr><td colspan=3>aqi</td><td>0.03259003536165327</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.844668807264355</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1590170766896546</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0514141195172424</td></tr>
<tr><td colspan=3>efc</td><td>0.4908</td></tr>
<tr><td colspan=3>fber</td><td>3755.551</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1532719701540249</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>154</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.680826636050515</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5168947753624953</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.555228029987707</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.645219300569421</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3502369955303584</td></tr>
<tr><td colspan=3>gcor</td><td>0.010759</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00388281955383718</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018477631732821465</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.920378988084308</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>27.3467</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.7922</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.7642</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295828.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>736.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>296.8612</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4242</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>492.8232</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2944.7593</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3095.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80716.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1031.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3859.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>789.4596</td></tr>
<tr><td colspan=3>tsnr</td><td>31.464210991049185</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>