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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0116/ses-01/func/sub-0116_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>0e2d4d4c4a50016a0e4770267c41115a</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:32:50.780000</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.997685, -0.0466459, 0.0494923, 0.0404199, 0.99194, 0.12009]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.101586</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7891, -7232, 471, -150, -385, 237, 106]</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.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>247.476</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7f9601f1-5cfb-4780-9e31-e08ce08918ac||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.6767148971557617, 0.1084437146782875, 0.1476767659187317, 106.60015106201172], [0.12514741718769073, 2.661302089691162, 0.3180912137031555, -108.91529846191406], [0.13278426229953766, -0.3221929371356964, 2.6771271228790283, -60.963809967041016], [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': ['183250.780000', '183251.240000', '183251.700000', '183252.160000', '183252.620000', '183253.080000', '183253.540000', '183254.000000', '183254.460000', '183254.920000', '183255.380000', '183255.840000', '183256.300000', '183256.760000', '183257.220000', '183257.680000', '183258.140000', '183258.600000', '183259.060000', '183259.520000', '183259.980000', '183300.440000', '183300.900000', '183301.360000', '183301.820000', '183302.280000', '183302.740000', '183303.200000', '183303.660000', '183304.120000', '183304.580000', '183305.040000', '183305.500000', '183305.960000', '183306.420000', '183306.880000', '183307.340000', '183307.800000', '183308.260000', '183308.720000', '183309.180000', '183309.640000', '183310.100000', '183310.560000', '183311.020000', '183311.480000', '183311.940000', '183312.400000', '183312.860000', '183313.320000', '183313.780000', '183314.240000', '183314.700000', '183315.160000', '183315.620000', '183316.080000', '183316.540000', '183317.000000', '183317.460000', '183317.920000', '183318.380000', '183318.840000', '183319.300000', '183319.760000', '183320.220000', '183320.680000', '183321.140000', '183321.600000', '183322.060000', '183322.520000', '183322.980000', '183323.440000', '183323.900000', '183324.360000', '183324.820000', '183325.280000', '183325.740000', '183326.200000', '183326.660000', '183327.120000', '183327.580000', '183328.040000', '183328.500000', '183328.960000', '183329.420000', '183329.880000', '183330.340000', '183330.800000', '183331.260000', '183331.720000', '183332.180000', '183332.640000', '183333.100000', '183333.560000', '183334.020000', '183334.480000', '183334.940000', '183335.400000', '183335.860000', '183336.320000', '183336.780000', '183337.240000', '183337.700000', '183338.160000', '183338.620000', '183339.080000', '183339.540000', '183340.000000', '183340.460000', '183340.920000', '183341.380000', '183341.840000', '183342.300000', '183342.760000', '183343.220000', '183343.680000', '183344.140000', '183344.600000', '183345.060000', '183345.520000', '183345.980000', '183346.440000', '183346.900000', '183347.360000', '183347.820000', '183348.280000', '183348.740000', '183349.200000', '183349.660000', '183350.120000', '183350.580000', '183351.040000', '183351.500000', '183351.960000', '183352.420000', '183352.880000', '183353.340000', '183353.800000', '183354.260000', '183354.720000', '183355.180000', '183355.640000', '183356.100000', '183356.560000', '183357.020000', '183357.480000', '183357.940000', '183358.400000', '183358.860000', '183359.320000', '183359.780000', '183400.240000', '183400.700000', '183401.160000', '183401.620000', '183402.080000', '183402.540000', '183403.000000', '183403.460000', '183403.920000', '183404.380000', '183404.840000', '183405.300000', '183405.760000', '183406.220000', '183406.680000', '183407.140000', '183407.600000', '183408.060000', '183408.520000', '183408.980000', '183409.440000', '183409.900000', '183410.360000', '183410.820000', '183411.280000', '183411.740000', '183412.200000', '183412.660000', '183413.120000', '183413.580000', '183414.040000', '183414.500000', '183414.960000', '183415.420000', '183415.880000', '183416.340000', '183416.800000', '183417.260000', '183417.720000', '183418.180000', '183418.640000', '183419.100000', '183419.560000', '183420.020000', '183420.480000', '183420.940000', '183421.400000', '183421.860000', '183422.320000', '183422.780000', '183423.240000', '183423.700000', '183424.160000', '183424.620000', '183425.080000', '183425.540000', '183426.000000', '183426.460000', '183426.920000', '183427.380000', '183427.840000', '183428.300000', '183428.760000', '183429.220000', '183429.680000', '183430.140000', '183430.600000', '183431.060000', '183431.520000', '183431.980000', '183432.440000', '183432.900000', '183433.360000', '183433.820000', '183434.280000', '183434.740000', '183435.200000', '183435.660000', '183436.120000', '183436.580000', '183437.040000', '183437.500000', '183437.960000', '183438.420000', '183438.880000', '183439.340000', '183439.800000', '183440.260000', '183440.720000', '183441.180000', '183441.640000', '183442.100000', '183442.560000', '183443.020000', '183443.480000', '183443.940000', '183444.400000', '183444.860000', '183445.320000', '183445.780000', '183446.240000', '183446.700000', '183447.160000', '183447.620000', '183448.080000', '183448.540000', '183449.000000', '183449.460000', '183449.920000', '183450.380000', '183450.840000', '183451.300000', '183451.760000', '183452.220000', '183452.680000', '183453.140000', '183453.600000', '183454.060000', '183454.520000', '183454.980000', '183455.440000', '183455.900000', '183456.360000', '183456.820000', '183457.280000', '183457.740000', '183458.200000', '183458.660000', '183459.120000', '183459.580000', '183500.040000', '183500.500000', '183500.960000', '183501.420000', '183501.880000', '183502.340000', '183502.800000', '183503.260000', '183503.720000', '183504.180000', '183504.640000', '183505.100000', '183505.560000', '183506.020000', '183506.480000', '183506.940000', '183507.400000', '183507.860000', '183508.320000', '183508.780000', '183509.240000', '183509.700000', '183510.160000', '183510.620000', '183511.080000', '183511.540000', '183512.000000', '183512.460000', '183512.920000', '183513.380000', '183513.840000', '183514.300000', '183514.760000', '183515.220000', '183515.680000', '183516.140000', '183516.600000', '183517.060000', '183517.520000', '183517.980000', '183518.440000', '183518.900000', '183519.360000', '183519.820000', '183520.280000', '183520.740000', '183521.200000', '183521.660000', '183522.120000', '183522.580000', '183523.040000', '183523.500000', '183523.960000', '183524.420000', '183524.880000', '183525.340000', '183525.800000', '183526.260000', '183526.720000', '183527.180000', '183527.640000', '183528.100000', '183528.560000', '183529.020000', '183529.480000', '183529.940000', '183530.400000', '183530.860000', '183531.320000', '183531.780000', '183532.240000', '183532.700000', '183533.160000', '183533.620000', '183534.080000', '183534.540000', '183535.000000', '183535.460000', '183535.920000', '183536.380000', '183536.840000', '183537.300000', '183537.760000', '183538.220000', '183538.680000', '183539.140000', '183539.600000', '183540.060000', '183540.520000', '183540.980000', '183541.440000', '183541.900000', '183542.360000', '183542.820000', '183543.280000', '183543.740000', '183544.200000', '183544.660000', '183545.120000', '183545.580000', '183546.040000', '183546.500000', '183546.960000', '183547.420000', '183547.880000', '183548.340000', '183548.800000', '183549.260000', '183549.720000', '183550.180000', '183550.640000', '183551.100000', '183551.560000', '183552.020000', '183552.480000', '183552.940000', '183553.400000', '183553.860000', '183554.320000', '183554.780000', '183555.240000', '183555.700000', '183556.160000', '183556.620000', '183557.080000', '183557.540000', '183558.000000', '183558.460000', '183558.920000', '183559.380000', '183559.840000', '183600.300000', '183600.760000', '183601.220000', '183601.680000', '183602.140000', '183602.600000', '183603.060000', '183603.520000', '183603.980000', '183604.440000', '183604.900000', '183605.360000', '183605.820000', '183606.280000', '183606.740000', '183607.200000', '183607.660000', '183608.120000', '183608.580000', '183609.040000', '183609.500000', '183609.960000', '183610.420000', '183610.880000', '183611.340000', '183611.800000', '183612.260000', '183612.720000', '183613.180000', '183613.640000', '183614.100000', '183614.560000', '183615.020000', '183615.480000', '183615.940000', '183616.400000', '183616.860000', '183617.320000', '183617.780000', '183618.240000', '183618.700000', '183619.160000', '183619.620000', '183620.080000', '183620.540000', '183621.000000', '183621.460000', '183621.920000', '183622.380000', '183622.840000', '183623.300000', '183623.760000', '183624.220000', '183624.680000', '183625.140000', '183625.600000', '183626.060000', '183626.520000', '183626.980000', '183627.440000', '183627.900000', '183628.360000', '183628.820000', '183629.280000', '183629.740000', '183630.200000', '183630.660000', '183631.120000', '183631.580000', '183632.040000', '183632.500000', '183632.960000', '183633.420000', '183633.880000', '183634.340000', '183634.800000', '183635.260000', '183635.720000', '183636.180000', '183636.640000', '183637.100000', '183637.560000', '183638.020000', '183638.480000', '183638.940000', '183639.400000', '183639.860000', '183640.320000', '183640.780000', '183641.240000', '183641.700000', '183642.160000', '183642.620000', '183643.080000', '183643.540000', '183644.000000', '183644.460000', '183644.920000', '183645.380000', '183645.840000', '183646.300000', '183646.760000', '183647.220000', '183647.680000', '183648.140000', '183648.600000', '183649.060000', '183649.520000', '183649.980000', '183650.440000', '183650.900000', '183651.360000', '183651.820000', '183652.280000', '183652.740000', '183653.200000', '183653.660000', '183654.120000', '183654.580000', '183655.040000', '183655.500000', '183655.960000', '183656.420000', '183656.880000', '183657.340000', '183657.800000', '183658.260000', '183658.720000', '183659.180000', '183659.640000', '183700.100000', '183700.560000', '183701.020000', '183701.480000', '183701.940000', '183702.400000', '183702.860000', '183703.320000', '183703.780000', '183704.240000', '183704.700000', '183705.160000', '183705.620000', '183706.080000', '183706.540000', '183707.000000', '183707.460000', '183707.920000', '183708.380000', '183708.840000', '183709.300000', '183709.760000', '183710.220000', '183710.680000', '183711.140000', '183711.600000', '183712.060000', '183712.520000', '183712.980000', '183713.440000', '183713.900000', '183714.360000', '183714.820000', '183715.280000', '183715.740000', '183716.200000', '183716.660000', '183717.120000', '183717.580000', '183718.040000', '183718.500000', '183718.960000', '183719.420000', '183719.880000', '183720.340000', '183720.800000', '183721.260000', '183721.720000', '183722.180000', '183722.640000', '183723.100000', '183723.560000', '183724.020000', '183724.480000', '183724.940000', '183725.400000', '183725.860000', '183726.320000', '183726.780000', '183727.240000', '183727.700000', '183728.160000', '183728.620000', '183729.080000', '183729.540000', '183730.000000', '183730.460000', '183730.920000', '183731.380000', '183731.840000', '183732.300000', '183732.760000', '183733.220000', '183733.680000', '183734.140000', '183734.600000', '183735.060000', '183735.520000', '183735.980000', '183736.440000', '183736.900000', '183737.360000', '183737.820000', '183738.280000', '183738.740000', '183739.200000', '183739.660000', '183740.120000', '183740.580000', '183741.040000', '183741.500000', '183741.960000', '183742.420000', '183742.880000', '183743.340000', '183743.800000', '183744.260000', '183744.720000', '183745.180000', '183745.640000', '183746.100000', '183746.560000', '183747.020000', '183747.480000', '183747.940000', '183748.400000', '183748.860000', '183749.320000', '183749.780000', '183750.240000', '183750.700000', '183751.160000', '183751.620000', '183752.080000', '183752.540000', '183753.000000', '183753.460000', '183753.920000', '183754.380000', '183754.840000', '183755.300000', '183755.760000', '183756.220000', '183756.680000', '183757.140000', '183757.600000', '183758.060000', '183758.520000', '183758.980000', '183759.440000', '183759.900000', '183800.360000', '183800.820000', '183801.280000', '183801.740000', '183802.200000', '183802.660000', '183803.120000', '183803.580000', '183804.040000', '183804.500000', '183804.960000', '183805.420000', '183805.880000', '183806.340000', '183806.800000', '183807.260000', '183807.720000', '183808.180000', '183808.640000', '183809.100000', '183809.560000', '183810.020000', '183810.480000', '183810.940000', '183811.400000', '183811.860000', '183812.320000', '183812.780000', '183813.240000', '183813.700000', '183814.160000', '183814.620000', '183815.080000', '183815.540000', '183816.000000', '183816.460000', '183816.920000', '183817.380000', '183817.840000', '183818.300000', '183818.760000', '183819.220000', '183819.680000', '183820.140000', '183820.600000', '183821.060000', '183821.520000', '183821.980000', '183822.440000', '183822.900000', '183823.360000', '183823.820000', '183824.280000', '183824.740000', '183825.200000', '183825.660000', '183826.120000', '183826.580000', '183827.040000', '183827.500000', '183827.960000', '183828.420000', '183828.880000', '183829.340000', '183829.800000', '183830.260000', '183830.720000', '183831.180000', '183831.640000', '183832.100000', '183832.560000', '183833.020000', '183833.480000', '183833.940000', '183834.400000', '183834.860000', '183835.320000', '183835.780000', '183836.240000', '183836.700000', '183837.160000', '183837.620000', '183838.080000', '183838.540000', '183839.000000', '183839.460000', '183839.920000', '183840.380000', '183840.840000', '183841.300000', '183841.760000', '183842.220000', '183842.680000', '183843.140000', '183843.600000', '183844.060000', '183844.520000', '183844.980000', '183845.440000', '183845.900000', '183846.360000', '183846.820000', '183847.280000', '183847.740000', '183848.200000', '183848.660000', '183849.120000', '183849.580000', '183850.040000', '183850.500000', '183850.960000', '183851.420000', '183851.880000', '183852.340000', '183852.800000', '183853.260000', '183853.720000', '183854.180000', '183854.640000', '183855.100000', '183855.560000', '183856.020000', '183856.480000', '183856.940000', '183857.400000', '183857.860000', '183858.320000', '183858.780000', '183859.240000', '183859.700000', '183900.160000', '183900.620000', '183901.080000', '183901.540000', '183902.000000', '183902.460000', '183902.920000', '183903.380000', '183903.840000', '183904.300000', '183904.760000', '183905.220000', '183905.680000', '183906.140000', '183906.600000', '183907.060000', '183907.520000', '183907.980000', '183908.440000', '183908.900000', '183909.360000', '183909.820000', '183910.280000', '183910.740000', '183911.200000', '183911.660000', '183912.120000', '183912.580000', '183913.040000', '183913.500000', '183913.960000', '183914.420000', '183914.880000', '183915.340000', '183915.800000', '183916.260000', '183916.720000', '183917.180000', '183917.640000', '183918.100000', '183918.560000', '183919.020000', '183919.480000', '183919.940000', '183920.400000', '183920.860000', '183921.320000', '183921.780000', '183922.240000', '183922.700000', '183923.160000', '183923.620000', '183924.080000', '183924.540000', '183925.000000', '183925.460000', '183925.920000', '183926.380000', '183926.840000', '183927.300000', '183927.760000', '183928.220000', '183928.680000', '183929.140000', '183929.600000', '183930.060000', '183930.520000', '183930.980000', '183931.440000'], 'ContentTime': ['183302.739000', '183302.742000', '183302.746000', '183302.748000', '183302.751000', '183302.754000', '183302.764000', '183302.766000', '183302.769000', '183302.771000', '183302.774000', '183302.776000', '183302.779000', '183302.781000', '183302.784000', '183302.787000', '183302.794000', '183302.796000', '183302.799000', '183302.802000', '183302.804000', '183302.807000', '183322.698000', '183322.701000', '183322.704000', '183322.707000', '183322.709000', '183322.712000', '183322.714000', '183322.717000', '183322.719000', '183322.722000', '183322.724000', '183322.727000', '183322.730000', '183322.733000', '183322.742000', '183322.745000', '183322.748000', '183322.750000', '183322.753000', '183322.755000', '183322.758000', '183322.760000', '183322.763000', '183322.765000', '183322.768000', '183322.771000', '183322.773000', '183322.776000', '183322.778000', '183322.781000', '183322.783000', '183322.786000', '183322.788000', '183322.791000', '183322.794000', '183322.796000', '183322.799000', '183322.801000', '183322.804000', '183322.807000', '183322.809000', '183322.812000', '183322.814000', '183322.817000', '183342.698000', '183342.701000', '183342.704000', '183342.706000', '183342.709000', '183342.711000', '183342.714000', '183342.717000', '183342.719000', '183342.722000', '183342.724000', '183342.727000', '183342.729000', '183342.732000', '183342.734000', '183342.737000', '183342.739000', '183342.742000', '183342.745000', '183342.747000', '183342.750000', '183342.752000', '183342.755000', '183342.757000', '183342.760000', '183342.762000', '183342.765000', '183342.767000', '183342.778000', '183342.781000', '183342.783000', '183342.786000', '183342.789000', '183342.791000', '183342.795000', '183342.797000', '183342.800000', '183342.803000', '183342.805000', '183342.808000', '183342.810000', '183342.813000', '183342.816000', '183402.698000', '183402.701000', '183402.704000', '183402.717000', '183402.720000', '183402.722000', '183402.725000', '183402.727000', '183402.730000', '183402.732000', '183402.735000', '183402.738000', '183402.740000', '183402.743000', '183402.745000', '183402.748000', '183402.750000', '183402.753000', '183402.756000', '183402.758000', '183402.761000', '183402.763000', '183402.766000', '183402.768000', '183402.771000', '183402.774000', '183402.776000', '183402.779000', '183402.781000', '183402.784000', '183402.787000', '183402.789000', '183402.792000', '183402.794000', '183402.797000', '183402.799000', '183402.802000', '183402.805000', '183402.807000', '183402.810000', '183402.812000', '183402.815000', '183402.817000', '183402.820000', '183422.698000', '183422.701000', '183422.704000', '183422.706000', '183422.709000', '183422.712000', '183422.714000', '183422.717000', '183422.719000', '183422.722000', '183422.725000', '183422.727000', '183422.730000', '183422.732000', '183422.735000', '183422.737000', '183422.740000', '183422.743000', '183422.745000', '183422.748000', '183422.750000', '183422.753000', '183422.756000', '183422.758000', '183422.761000', '183422.764000', '183422.766000', '183422.769000', '183422.771000', '183422.774000', '183422.777000', '183422.779000', '183422.782000', '183422.785000', '183422.787000', '183422.790000', '183422.792000', '183422.795000', '183422.797000', '183422.800000', '183422.803000', '183422.805000', '183422.808000', '183442.700000', '183442.702000', '183442.705000', '183442.708000', '183442.710000', '183442.713000', '183442.716000', '183442.718000', '183442.721000', '183442.723000', '183442.726000', '183442.728000', '183442.731000', '183442.733000', '183442.736000', '183442.739000', '183442.741000', '183442.744000', '183442.747000', '183442.749000', '183442.752000', '183442.754000', '183442.757000', '183442.759000', '183442.762000', '183442.764000', '183442.767000', '183442.770000', '183442.772000', '183442.775000', '183442.777000', '183442.780000', '183442.783000', '183442.785000', '183442.788000', '183442.790000', '183442.793000', '183442.796000', '183442.798000', '183442.801000', '183442.803000', '183442.806000', '183442.809000', '183442.811000', '183502.699000', '183502.702000', '183502.705000', '183502.708000', '183502.710000', '183502.713000', '183502.715000', '183502.718000', '183502.720000', '183502.723000', '183502.726000', '183502.728000', '183502.731000', '183502.733000', '183502.736000', '183502.739000', '183502.741000', '183502.744000', '183502.746000', '183502.749000', '183502.751000', '183502.754000', '183502.757000', '183502.759000', '183502.762000', '183502.764000', '183502.767000', '183502.770000', '183502.772000', '183502.775000', '183502.777000', '183502.780000', '183502.783000', '183502.785000', '183502.788000', '183502.790000', '183502.793000', '183502.795000', '183502.798000', '183502.801000', '183502.803000', '183502.806000', '183502.809000', '183522.699000', '183522.701000', '183522.704000', '183522.706000', '183522.709000', '183522.712000', '183522.714000', '183522.717000', '183522.719000', '183522.722000', '183522.725000', '183522.727000', '183522.730000', '183522.732000', '183522.735000', '183522.737000', '183522.740000', '183522.743000', '183522.745000', '183522.748000', '183522.751000', '183522.753000', '183522.756000', '183522.758000', '183522.761000', '183522.763000', '183522.766000', '183522.769000', '183522.771000', '183522.774000', '183522.777000', '183522.779000', '183522.782000', '183522.784000', '183522.787000', '183522.790000', '183522.792000', '183522.795000', '183522.797000', '183522.800000', '183522.803000', '183522.805000', '183522.816000', '183522.818000', '183542.698000', '183542.701000', '183542.704000', '183542.706000', '183542.709000', '183542.712000', '183542.714000', '183542.717000', '183542.719000', '183542.722000', '183542.724000', '183542.727000', '183542.730000', '183542.732000', '183542.735000', '183542.738000', '183542.740000', '183542.743000', '183542.745000', '183542.748000', '183542.751000', '183542.753000', '183542.756000', '183542.758000', '183542.761000', '183542.763000', '183542.766000', '183542.769000', '183542.771000', '183542.774000', '183542.777000', '183542.779000', '183542.782000', '183542.784000', '183542.787000', '183542.790000', '183542.792000', '183542.795000', '183542.797000', '183542.800000', '183542.802000', '183542.805000', '183542.808000', '183602.698000', '183602.701000', '183602.704000', '183602.706000', '183602.709000', '183602.712000', '183602.714000', '183602.717000', '183602.719000', '183602.722000', '183602.725000', '183602.727000', '183602.730000', '183602.732000', '183602.735000', '183602.737000', '183602.740000', '183602.743000', '183602.745000', '183602.748000', '183602.751000', '183602.753000', '183602.756000', '183602.758000', '183602.761000', '183602.763000', '183602.766000', '183602.769000', '183602.771000', '183602.774000', '183602.776000', '183602.779000', '183602.782000', '183602.784000', '183602.787000', '183602.789000', '183602.792000', '183602.794000', '183602.797000', '183602.800000', '183602.802000', '183602.805000', '183602.808000', '183602.810000', '183622.699000', '183622.701000', '183622.704000', '183622.707000', '183622.709000', '183622.712000', '183622.714000', '183622.717000', '183622.719000', '183622.722000', '183622.725000', '183622.727000', '183622.730000', '183622.732000', '183622.735000', '183622.738000', '183622.740000', '183622.743000', '183622.746000', '183622.748000', '183622.751000', '183622.753000', '183622.756000', '183622.759000', '183622.761000', '183622.764000', '183622.767000', '183622.769000', '183622.772000', '183622.774000', '183622.777000', '183622.780000', '183622.782000', '183622.785000', '183622.787000', '183622.790000', '183622.793000', '183622.795000', '183622.798000', '183622.801000', '183622.803000', '183622.806000', '183622.809000', '183642.699000', '183642.701000', '183642.704000', '183642.707000', '183642.709000', '183642.712000', '183642.714000', '183642.717000', '183642.720000', '183642.722000', '183642.725000', '183642.727000', '183642.730000', '183642.733000', '183642.735000', '183642.738000', '183642.740000', '183642.743000', '183642.746000', '183642.748000', '183642.751000', '183642.753000', '183642.756000', '183642.759000', '183642.761000', '183642.764000', '183642.766000', '183642.769000', '183642.772000', '183642.774000', '183642.777000', '183642.780000', '183642.782000', '183642.785000', '183642.787000', '183642.790000', '183642.793000', '183642.795000', '183642.798000', '183642.801000', '183642.803000', '183642.806000', '183642.809000', '183702.699000', '183702.702000', '183702.705000', '183702.707000', '183702.710000', '183702.713000', '183702.715000', '183702.718000', '183702.720000', '183702.723000', '183702.726000', '183702.728000', '183702.731000', '183702.734000', '183702.736000', '183702.739000', '183702.741000', '183702.744000', '183702.747000', '183702.749000', '183702.752000', '183702.754000', '183702.757000', '183702.760000', '183702.774000', '183702.776000', '183702.779000', '183702.781000', '183702.784000', '183702.786000', '183702.789000', '183702.792000', '183702.794000', '183702.797000', '183702.799000', '183702.802000', '183702.804000', '183702.807000', '183702.810000', '183702.812000', '183702.815000', '183702.817000', '183702.820000', '183702.823000', '183722.700000', '183722.702000', '183722.705000', '183722.707000', '183722.710000', '183722.713000', '183722.715000', '183722.718000', '183722.720000', '183722.723000', '183722.726000', '183722.729000', '183722.731000', '183722.734000', '183722.736000', '183722.739000', '183722.742000', '183722.744000', '183722.747000', '183722.749000', '183722.752000', '183722.755000', '183722.757000', '183722.760000', '183722.762000', '183722.765000', '183722.768000', '183722.770000', '183722.773000', '183722.777000', '183722.779000', '183722.782000', '183722.785000', '183722.788000', '183722.790000', '183722.793000', '183722.795000', '183722.798000', '183722.801000', '183722.803000', '183722.806000', '183722.809000', '183722.811000', '183742.698000', '183742.701000', '183742.704000', '183742.706000', '183742.709000', '183742.712000', '183742.714000', '183742.717000', '183742.719000', '183742.722000', '183742.725000', '183742.727000', '183742.730000', '183742.732000', '183742.735000', '183742.737000', '183742.740000', '183742.743000', '183742.745000', '183742.748000', '183742.750000', '183742.753000', '183742.756000', '183742.758000', '183742.761000', '183742.763000', '183742.766000', '183742.769000', '183742.771000', '183742.774000', '183742.777000', '183742.779000', '183742.782000', '183742.785000', '183742.787000', '183742.790000', '183742.793000', '183742.795000', '183742.798000', '183742.800000', '183742.803000', '183742.805000', '183742.808000', '183742.811000', '183802.698000', '183802.701000', '183802.704000', '183802.706000', '183802.709000', '183802.712000', '183802.714000', '183802.717000', '183802.720000', '183802.722000', '183802.725000', '183802.727000', '183802.730000', '183802.733000', '183802.735000', '183802.738000', '183802.740000', '183802.743000', '183802.746000', '183802.748000', '183802.751000', '183802.753000', '183802.756000', '183802.759000', '183802.761000', '183802.764000', '183802.767000', '183802.769000', '183802.772000', '183802.774000', '183802.777000', '183802.780000', '183802.782000', '183802.785000', '183802.787000', '183802.790000', '183802.793000', '183802.795000', '183802.798000', '183802.801000', '183802.803000', '183802.806000', '183802.809000', '183802.811000', '183822.698000', '183822.701000', '183822.704000', '183822.706000', '183822.709000', '183822.712000', '183822.714000', '183822.717000', '183822.720000', '183822.722000', '183822.725000', '183822.727000', '183822.730000', '183822.733000', '183822.735000', '183822.738000', '183822.740000', '183822.743000', '183822.746000', '183822.748000', '183822.751000', '183822.753000', '183822.756000', '183822.759000', '183822.761000', '183822.764000', '183822.766000', '183822.769000', '183822.772000', '183822.774000', '183822.777000', '183822.780000', '183822.783000', '183822.785000', '183822.800000', '183822.803000', '183822.806000', '183822.808000', '183822.811000', '183822.814000', '183822.816000', '183822.819000', '183822.822000', '183842.699000', '183842.701000', '183842.704000', '183842.707000', '183842.710000', '183842.713000', '183842.716000', '183842.719000', '183842.722000', '183842.724000', '183842.727000', '183842.729000', '183842.732000', '183842.735000', '183842.737000', '183842.740000', '183842.743000', '183842.745000', '183842.749000', '183842.752000', '183842.755000', '183842.757000', '183842.760000', '183842.762000', '183842.765000', '183842.768000', '183842.770000', '183842.773000', '183842.775000', '183842.778000', '183842.781000', '183842.783000', '183842.786000', '183842.789000', '183842.791000', '183842.794000', '183842.796000', '183842.799000', '183842.801000', '183842.804000', '183842.807000', '183842.809000', '183842.812000', '183902.698000', '183902.701000', '183902.704000', '183902.706000', '183902.709000', '183902.712000', '183902.714000', '183902.717000', '183902.719000', '183902.722000', '183902.725000', '183902.727000', '183902.730000', '183902.732000', '183902.735000', '183902.738000', '183902.740000', '183902.743000', '183902.745000', '183902.748000', '183902.751000', '183902.753000', '183902.756000', '183902.758000', '183902.761000', '183902.764000', '183902.766000', '183902.769000', '183902.771000', '183902.774000', '183902.777000', '183902.779000', '183902.782000', '183902.785000', '183902.787000', '183902.790000', '183902.792000', '183902.795000', '183902.797000', '183902.800000', '183902.803000', '183902.805000', '183902.808000', '183902.811000', '183922.700000', '183922.702000', '183922.705000', '183922.708000', '183922.710000', '183922.713000', '183922.715000', '183922.718000', '183922.720000', '183922.723000', '183922.726000', '183922.728000', '183922.731000', '183922.733000', '183922.736000', '183922.738000', '183922.741000', '183922.744000', '183922.746000', '183922.749000', '183922.751000', '183922.754000', '183922.757000', '183922.759000', '183922.762000', '183922.764000', '183922.767000', '183922.770000', '183922.772000', '183922.775000', '183922.777000', '183922.780000', '183922.783000', '183922.785000', '183922.788000', '183922.790000', '183922.793000', '183922.796000', '183922.798000', '183922.801000', '183922.804000', '183922.806000', '183922.809000', '183933.258000', '183933.261000', '183933.263000', '183933.266000', '183933.269000', '183933.279000', '183933.282000', '183933.284000', '183933.287000', '183933.289000', '183933.292000', '183933.294000', '183933.297000', '183933.300000', '183933.302000', '183933.305000', '183933.308000', '183933.310000', '183933.313000', '183933.315000', '183933.318000', '183933.321000', '183933.323000', '183933.326000'], 'InstanceCreationTime': ['183302.739000', '183302.742000', '183302.746000', '183302.748000', '183302.751000', '183302.754000', '183302.764000', '183302.766000', '183302.769000', '183302.771000', '183302.774000', '183302.776000', '183302.779000', '183302.781000', '183302.784000', '183302.787000', '183302.794000', '183302.796000', '183302.799000', '183302.802000', '183302.804000', '183302.807000', '183322.698000', '183322.701000', '183322.704000', '183322.707000', '183322.709000', '183322.712000', '183322.714000', '183322.717000', '183322.719000', '183322.722000', '183322.724000', '183322.727000', '183322.730000', '183322.733000', '183322.742000', '183322.745000', '183322.748000', '183322.750000', '183322.753000', '183322.755000', '183322.758000', '183322.760000', '183322.763000', '183322.765000', '183322.768000', '183322.771000', '183322.773000', '183322.776000', '183322.778000', '183322.781000', '183322.783000', '183322.786000', '183322.788000', '183322.791000', '183322.794000', '183322.796000', '183322.799000', '183322.801000', '183322.804000', '183322.807000', '183322.809000', '183322.812000', '183322.814000', '183322.817000', '183342.698000', '183342.701000', '183342.704000', '183342.706000', '183342.709000', '183342.711000', '183342.714000', '183342.717000', '183342.719000', '183342.722000', '183342.724000', '183342.727000', '183342.729000', '183342.732000', '183342.734000', '183342.737000', '183342.739000', '183342.742000', '183342.745000', '183342.747000', '183342.750000', '183342.752000', '183342.755000', '183342.757000', '183342.760000', '183342.762000', '183342.765000', '183342.767000', '183342.778000', '183342.781000', '183342.783000', '183342.786000', '183342.789000', '183342.791000', '183342.795000', '183342.797000', '183342.800000', '183342.803000', '183342.805000', '183342.808000', '183342.810000', '183342.813000', '183342.816000', '183402.698000', '183402.701000', '183402.704000', '183402.717000', '183402.720000', '183402.722000', '183402.725000', '183402.727000', '183402.730000', '183402.732000', '183402.735000', '183402.738000', '183402.740000', '183402.743000', '183402.745000', '183402.748000', '183402.750000', '183402.753000', '183402.756000', '183402.758000', '183402.761000', '183402.763000', '183402.766000', '183402.768000', '183402.771000', '183402.774000', '183402.776000', '183402.779000', '183402.781000', '183402.784000', '183402.787000', '183402.789000', '183402.792000', '183402.794000', '183402.797000', '183402.799000', '183402.802000', '183402.805000', '183402.807000', '183402.810000', '183402.812000', '183402.815000', '183402.817000', '183402.820000', '183422.698000', '183422.701000', '183422.704000', '183422.706000', '183422.709000', '183422.712000', '183422.714000', '183422.717000', '183422.719000', '183422.722000', '183422.725000', '183422.727000', '183422.730000', '183422.732000', '183422.735000', '183422.737000', '183422.740000', '183422.743000', '183422.745000', '183422.748000', '183422.750000', '183422.753000', '183422.756000', '183422.758000', '183422.761000', '183422.764000', '183422.766000', '183422.769000', '183422.771000', '183422.774000', '183422.777000', '183422.779000', '183422.782000', '183422.785000', '183422.787000', '183422.790000', '183422.792000', '183422.795000', '183422.797000', '183422.800000', '183422.803000', '183422.805000', '183422.808000', '183442.700000', '183442.702000', '183442.705000', '183442.708000', '183442.710000', '183442.713000', '183442.716000', '183442.718000', '183442.721000', '183442.723000', '183442.726000', '183442.728000', '183442.731000', '183442.733000', '183442.736000', '183442.739000', '183442.741000', '183442.744000', '183442.747000', '183442.749000', '183442.752000', '183442.754000', '183442.757000', '183442.759000', '183442.762000', '183442.764000', '183442.767000', '183442.770000', '183442.772000', '183442.775000', '183442.777000', '183442.780000', '183442.783000', '183442.785000', '183442.788000', '183442.790000', '183442.793000', '183442.796000', '183442.798000', '183442.801000', '183442.803000', '183442.806000', '183442.809000', '183442.811000', '183502.699000', '183502.702000', '183502.705000', '183502.708000', '183502.710000', '183502.713000', '183502.715000', '183502.718000', '183502.720000', '183502.723000', '183502.726000', '183502.728000', '183502.731000', '183502.733000', '183502.736000', '183502.739000', '183502.741000', '183502.744000', '183502.746000', '183502.749000', '183502.751000', '183502.754000', '183502.757000', '183502.759000', '183502.762000', '183502.764000', '183502.767000', '183502.770000', '183502.772000', '183502.775000', '183502.777000', '183502.780000', '183502.783000', '183502.785000', '183502.788000', '183502.790000', '183502.793000', '183502.795000', '183502.798000', '183502.801000', '183502.803000', '183502.806000', '183502.809000', '183522.699000', '183522.701000', '183522.704000', '183522.706000', '183522.709000', '183522.712000', '183522.714000', '183522.717000', '183522.719000', '183522.722000', '183522.725000', '183522.727000', '183522.730000', '183522.732000', '183522.735000', '183522.737000', '183522.740000', '183522.743000', '183522.745000', '183522.748000', '183522.751000', '183522.753000', '183522.756000', '183522.758000', '183522.761000', '183522.763000', '183522.766000', '183522.769000', '183522.771000', '183522.774000', '183522.777000', '183522.779000', '183522.782000', '183522.784000', '183522.787000', '183522.790000', '183522.792000', '183522.795000', '183522.797000', '183522.800000', '183522.803000', '183522.805000', '183522.816000', '183522.818000', '183542.698000', '183542.701000', '183542.704000', '183542.706000', '183542.709000', '183542.712000', '183542.714000', '183542.717000', '183542.719000', '183542.722000', '183542.724000', '183542.727000', '183542.730000', '183542.732000', '183542.735000', '183542.738000', '183542.740000', '183542.743000', '183542.745000', '183542.748000', '183542.751000', '183542.753000', '183542.756000', '183542.758000', '183542.761000', '183542.763000', '183542.766000', '183542.769000', '183542.771000', '183542.774000', '183542.777000', '183542.779000', '183542.782000', '183542.784000', '183542.787000', '183542.790000', '183542.792000', '183542.795000', '183542.797000', '183542.800000', '183542.802000', '183542.805000', '183542.808000', '183602.698000', '183602.701000', '183602.704000', '183602.706000', '183602.709000', '183602.712000', '183602.714000', '183602.717000', '183602.719000', '183602.722000', '183602.725000', '183602.727000', '183602.730000', '183602.732000', '183602.735000', '183602.737000', '183602.740000', '183602.743000', '183602.745000', '183602.748000', '183602.751000', '183602.753000', '183602.756000', '183602.758000', '183602.761000', '183602.763000', '183602.766000', '183602.769000', '183602.771000', '183602.774000', '183602.776000', '183602.779000', '183602.782000', '183602.784000', '183602.787000', '183602.789000', '183602.792000', '183602.794000', '183602.797000', '183602.800000', '183602.802000', '183602.805000', '183602.808000', '183602.810000', '183622.699000', '183622.701000', '183622.704000', '183622.707000', '183622.709000', '183622.712000', '183622.714000', '183622.717000', '183622.719000', '183622.722000', '183622.725000', '183622.727000', '183622.730000', '183622.732000', '183622.735000', '183622.738000', '183622.740000', '183622.743000', '183622.746000', '183622.748000', '183622.751000', '183622.753000', '183622.756000', '183622.759000', '183622.761000', '183622.764000', '183622.767000', '183622.769000', '183622.772000', '183622.774000', '183622.777000', '183622.780000', '183622.782000', '183622.785000', '183622.787000', '183622.790000', '183622.793000', '183622.795000', '183622.798000', '183622.801000', '183622.803000', '183622.806000', '183622.809000', '183642.699000', '183642.701000', '183642.704000', '183642.707000', '183642.709000', '183642.712000', '183642.714000', '183642.717000', '183642.720000', '183642.722000', '183642.725000', '183642.727000', '183642.730000', '183642.733000', '183642.735000', '183642.738000', '183642.740000', '183642.743000', '183642.746000', '183642.748000', '183642.751000', '183642.753000', '183642.756000', '183642.759000', '183642.761000', '183642.764000', '183642.766000', '183642.769000', '183642.772000', '183642.774000', '183642.777000', '183642.780000', '183642.782000', '183642.785000', '183642.787000', '183642.790000', '183642.793000', '183642.795000', '183642.798000', '183642.801000', '183642.803000', '183642.806000', '183642.809000', '183702.699000', '183702.702000', '183702.705000', '183702.707000', '183702.710000', '183702.713000', '183702.715000', '183702.718000', '183702.720000', '183702.723000', '183702.726000', '183702.728000', '183702.731000', '183702.734000', '183702.736000', '183702.739000', '183702.741000', '183702.744000', '183702.747000', '183702.749000', '183702.752000', '183702.754000', '183702.757000', '183702.760000', '183702.774000', '183702.776000', '183702.779000', '183702.781000', '183702.784000', '183702.786000', '183702.789000', '183702.792000', '183702.794000', '183702.797000', '183702.799000', '183702.802000', '183702.804000', '183702.807000', '183702.810000', '183702.812000', '183702.815000', '183702.817000', '183702.820000', '183702.823000', '183722.700000', '183722.702000', '183722.705000', '183722.707000', '183722.710000', '183722.713000', '183722.715000', '183722.718000', '183722.720000', '183722.723000', '183722.726000', '183722.729000', '183722.731000', '183722.734000', '183722.736000', '183722.739000', '183722.742000', '183722.744000', '183722.747000', '183722.749000', '183722.752000', '183722.755000', '183722.757000', '183722.760000', '183722.762000', '183722.765000', '183722.768000', '183722.770000', '183722.773000', '183722.777000', '183722.779000', '183722.782000', '183722.785000', '183722.788000', '183722.790000', '183722.793000', '183722.795000', '183722.798000', '183722.801000', '183722.803000', '183722.806000', '183722.809000', '183722.811000', '183742.698000', '183742.701000', '183742.704000', '183742.706000', '183742.709000', '183742.712000', '183742.714000', '183742.717000', '183742.719000', '183742.722000', '183742.725000', '183742.727000', '183742.730000', '183742.732000', '183742.735000', '183742.737000', '183742.740000', '183742.743000', '183742.745000', '183742.748000', '183742.750000', '183742.753000', '183742.756000', '183742.758000', '183742.761000', '183742.763000', '183742.766000', '183742.769000', '183742.771000', '183742.774000', '183742.777000', '183742.779000', '183742.782000', '183742.785000', '183742.787000', '183742.790000', '183742.793000', '183742.795000', '183742.798000', '183742.800000', '183742.803000', '183742.805000', '183742.808000', '183742.811000', '183802.698000', '183802.701000', '183802.704000', '183802.706000', '183802.709000', '183802.712000', '183802.714000', '183802.717000', '183802.720000', '183802.722000', '183802.725000', '183802.727000', '183802.730000', '183802.733000', '183802.735000', '183802.738000', '183802.740000', '183802.743000', '183802.746000', '183802.748000', '183802.751000', '183802.753000', '183802.756000', '183802.759000', '183802.761000', '183802.764000', '183802.767000', '183802.769000', '183802.772000', '183802.774000', '183802.777000', '183802.780000', '183802.782000', '183802.785000', '183802.787000', '183802.790000', '183802.793000', '183802.795000', '183802.798000', '183802.801000', '183802.803000', '183802.806000', '183802.809000', '183802.811000', '183822.698000', '183822.701000', '183822.704000', '183822.706000', '183822.709000', '183822.712000', '183822.714000', '183822.717000', '183822.720000', '183822.722000', '183822.725000', '183822.727000', '183822.730000', '183822.733000', '183822.735000', '183822.738000', '183822.740000', '183822.743000', '183822.746000', '183822.748000', '183822.751000', '183822.753000', '183822.756000', '183822.759000', '183822.761000', '183822.764000', '183822.766000', '183822.769000', '183822.772000', '183822.774000', '183822.777000', '183822.780000', '183822.783000', '183822.785000', '183822.800000', '183822.803000', '183822.806000', '183822.808000', '183822.811000', '183822.814000', '183822.816000', '183822.819000', '183822.822000', '183842.699000', '183842.701000', '183842.704000', '183842.707000', '183842.710000', '183842.713000', '183842.716000', '183842.719000', '183842.722000', '183842.724000', '183842.727000', '183842.729000', '183842.732000', '183842.735000', '183842.737000', '183842.740000', '183842.743000', '183842.745000', '183842.749000', '183842.752000', '183842.755000', '183842.757000', '183842.760000', '183842.762000', '183842.765000', '183842.768000', '183842.770000', '183842.773000', '183842.775000', '183842.778000', '183842.781000', '183842.783000', '183842.786000', '183842.789000', '183842.791000', '183842.794000', '183842.796000', '183842.799000', '183842.801000', '183842.804000', '183842.807000', '183842.809000', '183842.812000', '183902.698000', '183902.701000', '183902.704000', '183902.706000', '183902.709000', '183902.712000', '183902.714000', '183902.717000', '183902.719000', '183902.722000', '183902.725000', '183902.727000', '183902.730000', '183902.732000', '183902.735000', '183902.738000', '183902.740000', '183902.743000', '183902.745000', '183902.748000', '183902.751000', '183902.753000', '183902.756000', '183902.758000', '183902.761000', '183902.764000', '183902.766000', '183902.769000', '183902.771000', '183902.774000', '183902.777000', '183902.779000', '183902.782000', '183902.785000', '183902.787000', '183902.790000', '183902.792000', '183902.795000', '183902.797000', '183902.800000', '183902.803000', '183902.805000', '183902.808000', '183902.811000', '183922.700000', '183922.702000', '183922.705000', '183922.708000', '183922.710000', '183922.713000', '183922.715000', '183922.718000', '183922.720000', '183922.723000', '183922.726000', '183922.728000', '183922.731000', '183922.733000', '183922.736000', '183922.738000', '183922.741000', '183922.744000', '183922.746000', '183922.749000', '183922.751000', '183922.754000', '183922.757000', '183922.759000', '183922.762000', '183922.764000', '183922.767000', '183922.770000', '183922.772000', '183922.775000', '183922.777000', '183922.780000', '183922.783000', '183922.785000', '183922.788000', '183922.790000', '183922.793000', '183922.796000', '183922.798000', '183922.801000', '183922.804000', '183922.806000', '183922.809000', '183933.258000', '183933.261000', '183933.263000', '183933.266000', '183933.269000', '183933.279000', '183933.282000', '183933.284000', '183933.287000', '183933.289000', '183933.292000', '183933.294000', '183933.297000', '183933.300000', '183933.302000', '183933.305000', '183933.308000', '183933.310000', '183933.313000', '183933.315000', '183933.318000', '183933.321000', '183933.323000', '183933.326000'], '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': [7676, 8789, 9192, 8370, 11077, 8167, 9300, 7921, 9002, 8280, 8733, 9473, 8682, 11506, 7931, 9475, 8034, 9049, 8224, 8235, 7235, 7606, 8305, 7545, 9952, 14769, 9657, 7577, 9201, 7227, 8484, 8156, 11635, 8949, 9068, 13647, 8088, 9679, 9476, 8933, 7922, 8372, 7944, 11633, 16836, 12494, 12401, 10995, 8352, 12650, 7811, 8506, 8514, 8322, 9773, 8189, 7258, 8257, 8004, 8640, 8333, 10026, 7521, 9543, 8434, 7853, 9004, 13971, 8604, 11682, 8399, 8686, 7787, 8271, 7701, 8613, 8261, 8482, 7416, 8154, 7161, 8092, 7610, 7982, 6984, 8506, 7251, 8091, 11763, 7370, 10018, 7387, 10803, 7679, 9394, 7692, 8607, 7099, 8287, 7034, 8043, 7166, 7987, 7553, 7533, 12053, 7647, 8398, 9022, 8235, 10176, 7459, 10233, 7234, 8056, 7077, 8659, 7445, 8996, 13669, 8776, 10695, 7376, 8367, 7690, 8340, 7712, 8839, 7769, 10703, 7641, 7414, 8415, 8659, 10361, 8371, 9067, 7608, 7508, 8447, 11961, 9842, 8889, 13187, 7585, 9074, 7462, 8569, 10113, 7877, 9934, 7560, 8642, 7551, 8593, 7580, 9376, 8699, 9058, 10751, 8067, 9834, 8134, 8943, 7411, 8967, 8482, 7952, 10333, 7364, 8928, 8492, 8736, 6945, 8675, 9165, 7654, 9743, 7470, 8724, 7109, 8306, 12213, 7413, 9122, 7152, 8457, 7517, 8148, 10058, 7387, 8837, 7308, 8994, 8202, 8506, 12195, 7832, 9672, 7370, 8869, 7694, 8788, 7007, 8460, 11880, 7513, 8996, 7158, 8940, 7137, 8298, 7563, 8545, 11362, 7594, 10504, 7470, 9809, 7691, 10241, 7654, 8910, 7207, 8330, 9796, 7586, 10538, 7977, 8866, 7229, 8840, 7120, 8853, 10910, 8806, 7145, 8744, 7637, 8936, 7426, 8993, 7425, 9027, 14783, 8070, 12503, 7678, 9120, 7143, 8624, 10500, 7429, 8905, 7136, 8672, 7025, 8142, 7213, 8575, 10924, 7678, 9676, 7222, 8494, 9739, 8169, 8967, 7739, 9810, 7466, 8725, 12425, 7608, 10046, 7534, 8527, 8454, 8340, 10508, 7596, 9193, 7528, 8973, 7428, 8986, 8915, 8361, 11063, 7614, 8766, 11398, 8027, 9006, 7386, 8762, 8427, 8333, 11886, 7630, 10366, 7628, 9353, 7816, 7418, 8417, 12054, 7723, 8822, 13020, 8172, 9853, 7566, 8921, 8142, 8353, 10851, 7481, 8610, 7278, 8408, 9118, 7990, 8344, 7577, 10487, 7121, 8543, 8323, 8480, 8088, 7658, 10141, 6983, 8764, 10098, 8462, 9334, 7710, 10149, 7117, 8892, 11507, 8339, 7803, 7617, 8950, 7758, 8508, 8288, 8555, 11358, 7560, 8961, 8418, 8542, 10659, 7836, 8995, 6957, 8463, 11700, 7919, 8815, 7705, 8950, 7713, 8378, 10927, 7609, 8792, 7419, 8645, 9097, 8078, 10217, 7477, 8663, 7223, 8664, 12009, 7837, 9635, 8335, 8776, 6725, 8551, 11410, 7543, 8994, 7364, 8850, 12320, 7651, 9152, 7053, 8398, 7656, 8094, 7061, 7728, 10975, 7419, 8092, 7322, 8690, 7114, 7994, 11596, 7478, 8650, 7162, 8613, 9185, 8037, 10906, 7368, 8962, 7314, 8707, 7285, 8566, 8686, 9177, 7758, 8186, 7238, 10231, 7670, 8308, 8546, 12701, 9761, 9940, 7678, 9012, 7633, 8943, 8370, 8936, 6881, 8839, 13377, 7771, 9043, 7812, 8959, 6829, 8309, 11302, 7420, 8782, 7405, 8788, 7181, 8535, 7215, 8687, 7559, 9908, 9195, 8731, 12745, 8366, 8944, 7899, 8745, 8461, 8056, 9916, 7486, 8806, 6970, 8408, 11703, 7659, 9514, 7411, 9012, 6910, 8766, 11975, 7518, 8836, 7294, 8681, 7864, 8085, 10660, 7468, 8717, 7135, 8168, 8951, 8319, 11303, 7860, 9055, 7299, 8742, 7882, 8493, 10689, 7585, 8140, 7437, 9028, 7568, 8656, 8099, 8819, 8430, 7921, 10838, 7814, 8683, 7650, 8397, 7346, 8020, 10611, 7557, 8428, 7585, 8768, 7120, 8504, 7474, 9075, 10577, 8521, 10447, 7760, 9304, 6942, 8697, 12090, 7695, 8772, 7421, 8721, 6957, 8426, 8750, 8517, 8903, 7720, 10880, 7846, 10144, 8415, 8981, 7183, 8321, 11045, 7578, 9226, 7253, 8425, 8470, 8258, 12130, 7734, 9218, 7547, 8889, 7798, 8624, 9908, 7797, 8418, 7436, 8767, 7560, 9151, 7552, 9197, 7605, 9015, 9598, 8471, 13158, 7825, 9272, 7341, 8947, 7298, 8656, 11447, 7706, 8975, 7505, 9055, 7468, 8797, 7336, 8826, 6985, 8542, 7171, 8312, 7421, 6924, 8837, 7044, 8726, 13630, 9039, 8764, 7031, 8691, 7084, 8465, 6896, 8799, 9181, 8594, 6752, 8636, 7650, 8571, 13240, 9242, 9081, 7044, 8402, 9652, 7739, 9300, 7362, 8142, 7023, 7880, 10882, 7350, 9388, 7541, 8385, 7509, 8811, 7381, 8685, 7338, 8502, 7227, 7988, 11832, 8453, 8317, 9042, 8034, 10768, 7147, 8685, 8716, 8452, 8024, 7497, 10826, 7400, 8916, 8143, 8662, 7107, 8221, 11388, 7321, 8796, 7039, 8654, 6971, 8407, 11619, 7764, 8408, 8410, 8759, 7374, 7797, 10310, 7760, 8656, 7615, 7982, 7968, 7525, 8428, 8175, 9771, 7808, 12736, 8602, 12518, 12606, 9334, 9467, 8574, 11074, 7598, 8801, 7765, 8501, 8333, 7707, 9409, 8252, 8951, 7662, 8468, 7851, 8385, 13341, 7849, 9750, 7938, 7298, 9122, 7362, 7969, 8107, 7608, 8984, 11801, 8118, 8975, 7785, 9005, 10384, 8709, 12135, 7944, 10371, 7604, 9136, 14334, 8490, 11383, 8177, 9227, 8367, 9204, 7241, 9106, 10523, 8157, 9309, 7789, 9098, 7478, 8884, 7283, 8894, 7177, 8815, 7409, 9039, 7292, 8852, 12123, 8240, 10728, 8236, 9132, 7185, 8915, 8819, 8204, 10171, 7656, 9115, 7064, 8667, 8532, 8434, 10164, 7652, 8893, 6991, 8743, 8327, 8093, 10090, 7291, 8543, 7184, 8326, 12081, 7569, 8911, 7072, 8278, 9432, 7869, 9995, 7904, 8713, 7076, 8861, 7406, 9804, 7816, 7556, 8101, 11911, 8026, 8656, 14372, 8195, 11131, 7549, 9329, 8493, 8922, 9970, 7958, 9207, 7374, 8976, 8380, 8994, 7695, 8680, 6996, 8846, 8075, 8838, 7074, 8418, 11218, 8001, 10840, 8603, 9099, 6840, 8944, 14018, 8076, 9844, 7981, 8578, 7121, 8788, 7240, 8675, 8478, 8756, 10065, 7574, 9375, 7661, 8638, 7110, 8752, 7058, 8558, 11440, 7668, 9362, 8103, 9243, 6918, 8472, 7487, 8471, 11608, 7536, 9295, 7164, 9180, 7476, 9259, 7441], 'WindowCenter': [4188.0, 4182.0, 4166.0, 4165.0, 4194.0, 4162.0, 4171.0, 4160.0, 4159.0, 4152.0, 4152.0, 4159.0, 4149.0, 4171.0, 4152.0, 4172.0, 4163.0, 4183.0, 4175.0, 4164.0, 4153.0, 4162.0, 4174.0, 4165.0, 4201.0, 4232.0, 4178.0, 4153.0, 4172.0, 4153.0, 4175.0, 4177.0, 4198.0, 4174.0, 4177.0, 4219.0, 4191.0, 4201.0, 4198.0, 4186.0, 4163.0, 4162.0, 4163.0, 4207.0, 4216.0, 4192.0, 4181.0, 4170.0, 4148.0, 4178.0, 4140.0, 4146.0, 4147.0, 4147.0, 4153.0, 4144.0, 4123.0, 4145.0, 4146.0, 4148.0, 4149.0, 4169.0, 4149.0, 4171.0, 4149.0, 4148.0, 4158.0, 4187.0, 4146.0, 4166.0, 4135.0, 4144.0, 4136.0, 4146.0, 4137.0, 4158.0, 4159.0, 4159.0, 4137.0, 4148.0, 4139.0, 4149.0, 4150.0, 4161.0, 4140.0, 4172.0, 4152.0, 4175.0, 4204.0, 4152.0, 4181.0, 4152.0, 4181.0, 4162.0, 4172.0, 4162.0, 4162.0, 4140.0, 4160.0, 4140.0, 4163.0, 4154.0, 4165.0, 4165.0, 4165.0, 4204.0, 4163.0, 4175.0, 4172.0, 4173.0, 4182.0, 4151.0, 4182.0, 4152.0, 4161.0, 4140.0, 4161.0, 4144.0, 4167.0, 4184.0, 4153.0, 4185.0, 4155.0, 4165.0, 4165.0, 4174.0, 4164.0, 4173.0, 4166.0, 4182.0, 4164.0, 4153.0, 4176.0, 4191.0, 4202.0, 4178.0, 4176.0, 4154.0, 4153.0, 4163.0, 4195.0, 4171.0, 4161.0, 4191.0, 4151.0, 4160.0, 4139.0, 4160.0, 4168.0, 4150.0, 4168.0, 4150.0, 4158.0, 4149.0, 4159.0, 4152.0, 4173.0, 4161.0, 4160.0, 4178.0, 4148.0, 4167.0, 4148.0, 4158.0, 4137.0, 4159.0, 4146.0, 4147.0, 4168.0, 4149.0, 4158.0, 4158.0, 4157.0, 4137.0, 4159.0, 4168.0, 4150.0, 4169.0, 4150.0, 4159.0, 4138.0, 4160.0, 4190.0, 4151.0, 4169.0, 4140.0, 4159.0, 4149.0, 4162.0, 4181.0, 4152.0, 4170.0, 4151.0, 4171.0, 4160.0, 4172.0, 4192.0, 4150.0, 4168.0, 4139.0, 4158.0, 4161.0, 4172.0, 4140.0, 4160.0, 4190.0, 4150.0, 4171.0, 4139.0, 4170.0, 4139.0, 4160.0, 4150.0, 4173.0, 4194.0, 4151.0, 4181.0, 4150.0, 4181.0, 4162.0, 4182.0, 4150.0, 4171.0, 4150.0, 4187.0, 4183.0, 4164.0, 4195.0, 4161.0, 4158.0, 4149.0, 4159.0, 4138.0, 4172.0, 4181.0, 4170.0, 4139.0, 4171.0, 4164.0, 4184.0, 4152.0, 4171.0, 4151.0, 4173.0, 4201.0, 4150.0, 4190.0, 4149.0, 4158.0, 4126.0, 4158.0, 4168.0, 4149.0, 4169.0, 4138.0, 4159.0, 4138.0, 4159.0, 4152.0, 4185.0, 4193.0, 4163.0, 4182.0, 4151.0, 4174.0, 4184.0, 4162.0, 4169.0, 4163.0, 4182.0, 4152.0, 4161.0, 4192.0, 4167.0, 4181.0, 4162.0, 4171.0, 4174.0, 4173.0, 4180.0, 4149.0, 4168.0, 4149.0, 4171.0, 4152.0, 4172.0, 4170.0, 4160.0, 4180.0, 4149.0, 4160.0, 4179.0, 4149.0, 4157.0, 4147.0, 4158.0, 4158.0, 4159.0, 4189.0, 4149.0, 4180.0, 4150.0, 4183.0, 4163.0, 4163.0, 4173.0, 4203.0, 4150.0, 4172.0, 4203.0, 4149.0, 4169.0, 4148.0, 4158.0, 4147.0, 4159.0, 4178.0, 4138.0, 4157.0, 4148.0, 4159.0, 4171.0, 4160.0, 4160.0, 4161.0, 4182.0, 4140.0, 4172.0, 4160.0, 4171.0, 4159.0, 4150.0, 4168.0, 4139.0, 4161.0, 4180.0, 4160.0, 4169.0, 4150.0, 4180.0, 4138.0, 4170.0, 4179.0, 4159.0, 4149.0, 4149.0, 4169.0, 4161.0, 4172.0, 4160.0, 4172.0, 4180.0, 4149.0, 4171.0, 4159.0, 4160.0, 4179.0, 4149.0, 4158.0, 4137.0, 4160.0, 4190.0, 4160.0, 4159.0, 4150.0, 4169.0, 4149.0, 4162.0, 4180.0, 4150.0, 4159.0, 4149.0, 4160.0, 4158.0, 4160.0, 4179.0, 4150.0, 4159.0, 4138.0, 4160.0, 4191.0, 4152.0, 4170.0, 4159.0, 4160.0, 4128.0, 4160.0, 4190.0, 4150.0, 4170.0, 4138.0, 4170.0, 4189.0, 4149.0, 4168.0, 4139.0, 4160.0, 4149.0, 4161.0, 4150.0, 4162.0, 4194.0, 4163.0, 4163.0, 4152.0, 4172.0, 4151.0, 4162.0, 4203.0, 4164.0, 4171.0, 4140.0, 4173.0, 4172.0, 4162.0, 4192.0, 4152.0, 4171.0, 4152.0, 4171.0, 4164.0, 4185.0, 4173.0, 4182.0, 4162.0, 4175.0, 4154.0, 4193.0, 4175.0, 4176.0, 4186.0, 4217.0, 4184.0, 4182.0, 4150.0, 4159.0, 4150.0, 4169.0, 4149.0, 4159.0, 4137.0, 4170.0, 4190.0, 4150.0, 4158.0, 4138.0, 4157.0, 4125.0, 4157.0, 4179.0, 4149.0, 4158.0, 4139.0, 4158.0, 4140.0, 4171.0, 4152.0, 4171.0, 4163.0, 4183.0, 4171.0, 4172.0, 4192.0, 4149.0, 4158.0, 4147.0, 4158.0, 4148.0, 4160.0, 4168.0, 4138.0, 4158.0, 4137.0, 4159.0, 4189.0, 4151.0, 4170.0, 4150.0, 4170.0, 4139.0, 4160.0, 4190.0, 4151.0, 4171.0, 4150.0, 4160.0, 4159.0, 4161.0, 4182.0, 4150.0, 4161.0, 4140.0, 4161.0, 4170.0, 4161.0, 4192.0, 4151.0, 4171.0, 4150.0, 4160.0, 4148.0, 4172.0, 4181.0, 4150.0, 4160.0, 4151.0, 4172.0, 4162.0, 4173.0, 4163.0, 4173.0, 4161.0, 4160.0, 4180.0, 4151.0, 4171.0, 4150.0, 4160.0, 4149.0, 4162.0, 4191.0, 4162.0, 4172.0, 4162.0, 4172.0, 4151.0, 4171.0, 4163.0, 4185.0, 4193.0, 4172.0, 4180.0, 4150.0, 4171.0, 4139.0, 4160.0, 4189.0, 4149.0, 4158.0, 4150.0, 4171.0, 4153.0, 4173.0, 4171.0, 4172.0, 4170.0, 4151.0, 4191.0, 4164.0, 4182.0, 4162.0, 4170.0, 4138.0, 4160.0, 4180.0, 4149.0, 4170.0, 4149.0, 4161.0, 4159.0, 4162.0, 4191.0, 4150.0, 4169.0, 4150.0, 4170.0, 4150.0, 4171.0, 4170.0, 4150.0, 4161.0, 4151.0, 4171.0, 4163.0, 4184.0, 4162.0, 4172.0, 4162.0, 4172.0, 4171.0, 4163.0, 4201.0, 4149.0, 4169.0, 4150.0, 4169.0, 4138.0, 4171.0, 4191.0, 4150.0, 4158.0, 4149.0, 4169.0, 4151.0, 4171.0, 4150.0, 4170.0, 4151.0, 4174.0, 4140.0, 4160.0, 4163.0, 4153.0, 4184.0, 4153.0, 4174.0, 4216.0, 4172.0, 4160.0, 4140.0, 4159.0, 4138.0, 4160.0, 4151.0, 4173.0, 4182.0, 4173.0, 4140.0, 4171.0, 4151.0, 4172.0, 4202.0, 4170.0, 4159.0, 4141.0, 4161.0, 4170.0, 4150.0, 4170.0, 4149.0, 4159.0, 4149.0, 4161.0, 4191.0, 4151.0, 4171.0, 4162.0, 4173.0, 4151.0, 4172.0, 4163.0, 4173.0, 4152.0, 4173.0, 4152.0, 4175.0, 4205.0, 4162.0, 4162.0, 4170.0, 4161.0, 4181.0, 4140.0, 4172.0, 4171.0, 4161.0, 4161.0, 4151.0, 4192.0, 4152.0, 4174.0, 4161.0, 4171.0, 4140.0, 4161.0, 4191.0, 4151.0, 4160.0, 4139.0, 4160.0, 4139.0, 4162.0, 4191.0, 4151.0, 4161.0, 4160.0, 4159.0, 4138.0, 4150.0, 4179.0, 4151.0, 4174.0, 4162.0, 4149.0, 4160.0, 4163.0, 4186.0, 4175.0, 4195.0, 4177.0, 4216.0, 4188.0, 4207.0, 4205.0, 4172.0, 4157.0, 4147.0, 4166.0, 4136.0, 4158.0, 4136.0, 4157.0, 4144.0, 4136.0, 4155.0, 4151.0, 4153.0, 4128.0, 4139.0, 4149.0, 4162.0, 4203.0, 4164.0, 4184.0, 4176.0, 4153.0, 4169.0, 4149.0, 4147.0, 4149.0, 4150.0, 4174.0, 4192.0, 4162.0, 4173.0, 4163.0, 4174.0, 4183.0, 4160.0, 4179.0, 4137.0, 4158.0, 4125.0, 4146.0, 4187.0, 4147.0, 4165.0, 4147.0, 4146.0, 4135.0, 4156.0, 4125.0, 4144.0, 4153.0, 4135.0, 4143.0, 4136.0, 4156.0, 4137.0, 4158.0, 4137.0, 4157.0, 4139.0, 4170.0, 4139.0, 4171.0, 4139.0, 4171.0, 4191.0, 4161.0, 4181.0, 4149.0, 4158.0, 4138.0, 4159.0, 4159.0, 4160.0, 4181.0, 4150.0, 4159.0, 4140.0, 4161.0, 4160.0, 4162.0, 4182.0, 4151.0, 4171.0, 4141.0, 4173.0, 4162.0, 4163.0, 4183.0, 4153.0, 4173.0, 4151.0, 4173.0, 4204.0, 4163.0, 4173.0, 4152.0, 4163.0, 4171.0, 4164.0, 4195.0, 4162.0, 4172.0, 4154.0, 4172.0, 4165.0, 4196.0, 4176.0, 4165.0, 4176.0, 4208.0, 4164.0, 4175.0, 4215.0, 4161.0, 4181.0, 4150.0, 4170.0, 4160.0, 4160.0, 4168.0, 4149.0, 4157.0, 4138.0, 4171.0, 4160.0, 4160.0, 4150.0, 4159.0, 4140.0, 4172.0, 4161.0, 4171.0, 4141.0, 4161.0, 4180.0, 4163.0, 4193.0, 4162.0, 4160.0, 4129.0, 4160.0, 4201.0, 4150.0, 4169.0, 4149.0, 4158.0, 4140.0, 4161.0, 4151.0, 4161.0, 4161.0, 4173.0, 4181.0, 4152.0, 4170.0, 4164.0, 4172.0, 4141.0, 4161.0, 4151.0, 4173.0, 4193.0, 4163.0, 4172.0, 4151.0, 4172.0, 4141.0, 4161.0, 4150.0, 4163.0, 4193.0, 4153.0, 4182.0, 4153.0, 4182.0, 4164.0, 4185.0, 4153.0], 'WindowWidth': [9312.0, 9291.0, 9255.0, 9259.0, 9296.0, 9255.0, 9264.0, 9250.0, 9243.0, 9230.0, 9229.0, 9237.0, 9222.0, 9255.0, 9238.0, 9266.0, 9260.0, 9285.0, 9278.0, 9257.0, 9243.0, 9255.0, 9272.0, 9264.0, 9317.0, 9361.0, 9278.0, 9236.0, 9260.0, 9239.0, 9272.0, 9280.0, 9309.0, 9267.0, 9276.0, 9342.0, 9308.0, 9318.0, 9312.0, 9295.0, 9257.0, 9253.0, 9256.0, 9324.0, 9338.0, 9292.0, 9275.0, 9258.0, 9226.0, 9266.0, 9218.0, 9220.0, 9224.0, 9223.0, 9227.0, 9215.0, 9185.0, 9217.0, 9220.0, 9225.0, 9228.0, 9253.0, 9230.0, 9264.0, 9230.0, 9227.0, 9240.0, 9281.0, 9219.0, 9247.0, 9204.0, 9212.0, 9208.0, 9220.0, 9211.0, 9240.0, 9243.0, 9242.0, 9212.0, 9227.0, 9217.0, 9231.0, 9235.0, 9251.0, 9222.0, 9266.0, 9240.0, 9276.0, 9313.0, 9240.0, 9276.0, 9240.0, 9278.0, 9253.0, 9268.0, 9255.0, 9253.0, 9221.0, 9247.0, 9222.0, 9255.0, 9248.0, 9264.0, 9263.0, 9263.0, 9314.0, 9259.0, 9275.0, 9268.0, 9269.0, 9279.0, 9239.0, 9279.0, 9241.0, 9249.0, 9222.0, 9250.0, 9224.0, 9255.0, 9276.0, 9235.0, 9284.0, 9246.0, 9258.0, 9262.0, 9272.0, 9259.0, 9267.0, 9261.0, 9279.0, 9261.0, 9244.0, 9279.0, 9306.0, 9319.0, 9279.0, 9271.0, 9243.0, 9239.0, 9256.0, 9305.0, 9262.0, 9250.0, 9291.0, 9235.0, 9245.0, 9219.0, 9247.0, 9255.0, 9235.0, 9254.0, 9233.0, 9240.0, 9233.0, 9246.0, 9241.0, 9271.0, 9250.0, 9245.0, 9268.0, 9227.0, 9251.0, 9226.0, 9240.0, 9210.0, 9241.0, 9222.0, 9225.0, 9253.0, 9233.0, 9241.0, 9242.0, 9239.0, 9213.0, 9246.0, 9256.0, 9235.0, 9258.0, 9236.0, 9245.0, 9216.0, 9247.0, 9287.0, 9238.0, 9257.0, 9220.0, 9245.0, 9231.0, 9255.0, 9279.0, 9240.0, 9262.0, 9239.0, 9265.0, 9247.0, 9268.0, 9293.0, 9235.0, 9255.0, 9217.0, 9243.0, 9253.0, 9266.0, 9222.0, 9249.0, 9288.0, 9236.0, 9264.0, 9220.0, 9260.0, 9219.0, 9250.0, 9235.0, 9270.0, 9300.0, 9239.0, 9277.0, 9236.0, 9277.0, 9253.0, 9282.0, 9236.0, 9264.0, 9236.0, 9298.0, 9284.0, 9261.0, 9303.0, 9251.0, 9244.0, 9231.0, 9244.0, 9217.0, 9264.0, 9276.0, 9260.0, 9220.0, 9264.0, 9263.0, 9286.0, 9244.0, 9265.0, 9239.0, 9269.0, 9306.0, 9233.0, 9288.0, 9230.0, 9241.0, 9195.0, 9241.0, 9253.0, 9232.0, 9258.0, 9215.0, 9244.0, 9218.0, 9247.0, 9243.0, 9293.0, 9300.0, 9258.0, 9281.0, 9239.0, 9272.0, 9286.0, 9255.0, 9257.0, 9257.0, 9281.0, 9240.0, 9251.0, 9294.0, 9268.0, 9277.0, 9255.0, 9264.0, 9276.0, 9272.0, 9276.0, 9233.0, 9257.0, 9234.0, 9263.0, 9242.0, 9268.0, 9262.0, 9246.0, 9273.0, 9229.0, 9248.0, 9271.0, 9230.0, 9238.0, 9228.0, 9243.0, 9241.0, 9246.0, 9286.0, 9231.0, 9273.0, 9237.0, 9284.0, 9260.0, 9259.0, 9273.0, 9313.0, 9237.0, 9266.0, 9311.0, 9231.0, 9256.0, 9229.0, 9242.0, 9225.0, 9246.0, 9269.0, 9216.0, 9239.0, 9229.0, 9247.0, 9263.0, 9249.0, 9247.0, 9251.0, 9280.0, 9224.0, 9268.0, 9250.0, 9263.0, 9246.0, 9236.0, 9255.0, 9221.0, 9251.0, 9276.0, 9247.0, 9257.0, 9234.0, 9274.0, 9217.0, 9261.0, 9271.0, 9244.0, 9232.0, 9233.0, 9258.0, 9254.0, 9270.0, 9250.0, 9267.0, 9276.0, 9234.0, 9264.0, 9247.0, 9247.0, 9272.0, 9232.0, 9243.0, 9212.0, 9248.0, 9289.0, 9247.0, 9245.0, 9237.0, 9260.0, 9231.0, 9253.0, 9275.0, 9235.0, 9244.0, 9232.0, 9248.0, 9244.0, 9250.0, 9272.0, 9235.0, 9244.0, 9217.0, 9248.0, 9290.0, 9241.0, 9262.0, 9246.0, 9247.0, 9202.0, 9247.0, 9288.0, 9236.0, 9261.0, 9216.0, 9260.0, 9285.0, 9231.0, 9257.0, 9222.0, 9249.0, 9231.0, 9251.0, 9236.0, 9257.0, 9301.0, 9259.0, 9258.0, 9241.0, 9268.0, 9239.0, 9257.0, 9313.0, 9260.0, 9265.0, 9222.0, 9269.0, 9266.0, 9254.0, 9295.0, 9241.0, 9265.0, 9242.0, 9265.0, 9261.0, 9294.0, 9275.0, 9281.0, 9254.0, 9271.0, 9246.0, 9299.0, 9280.0, 9280.0, 9296.0, 9339.0, 9287.0, 9280.0, 9236.0, 9244.0, 9235.0, 9259.0, 9230.0, 9244.0, 9213.0, 9261.0, 9290.0, 9236.0, 9242.0, 9213.0, 9239.0, 9194.0, 9240.0, 9273.0, 9232.0, 9242.0, 9219.0, 9242.0, 9222.0, 9266.0, 9242.0, 9265.0, 9258.0, 9286.0, 9264.0, 9266.0, 9295.0, 9231.0, 9240.0, 9224.0, 9240.0, 9227.0, 9247.0, 9255.0, 9215.0, 9242.0, 9214.0, 9246.0, 9287.0, 9237.0, 9261.0, 9236.0, 9261.0, 9217.0, 9249.0, 9289.0, 9238.0, 9263.0, 9234.0, 9248.0, 9244.0, 9253.0, 9280.0, 9236.0, 9250.0, 9221.0, 9250.0, 9262.0, 9253.0, 9292.0, 9236.0, 9261.0, 9235.0, 9247.0, 9230.0, 9267.0, 9276.0, 9235.0, 9248.0, 9239.0, 9266.0, 9257.0, 9272.0, 9257.0, 9269.0, 9250.0, 9249.0, 9275.0, 9238.0, 9265.0, 9234.0, 9247.0, 9232.0, 9256.0, 9292.0, 9255.0, 9270.0, 9255.0, 9268.0, 9241.0, 9265.0, 9260.0, 9293.0, 9299.0, 9266.0, 9275.0, 9234.0, 9263.0, 9218.0, 9247.0, 9286.0, 9231.0, 9243.0, 9234.0, 9263.0, 9245.0, 9270.0, 9265.0, 9267.0, 9261.0, 9237.0, 9291.0, 9259.0, 9281.0, 9254.0, 9262.0, 9216.0, 9247.0, 9274.0, 9231.0, 9260.0, 9231.0, 9249.0, 9246.0, 9253.0, 9292.0, 9236.0, 9257.0, 9235.0, 9263.0, 9234.0, 9265.0, 9262.0, 9237.0, 9249.0, 9239.0, 9266.0, 9258.0, 9285.0, 9257.0, 9267.0, 9255.0, 9268.0, 9265.0, 9256.0, 9305.0, 9233.0, 9256.0, 9234.0, 9258.0, 9218.0, 9266.0, 9290.0, 9234.0, 9244.0, 9233.0, 9258.0, 9239.0, 9265.0, 9237.0, 9263.0, 9239.0, 9270.0, 9221.0, 9250.0, 9261.0, 9247.0, 9290.0, 9245.0, 9276.0, 9338.0, 9269.0, 9249.0, 9219.0, 9244.0, 9217.0, 9247.0, 9239.0, 9272.0, 9281.0, 9268.0, 9223.0, 9264.0, 9237.0, 9267.0, 9310.0, 9260.0, 9244.0, 9226.0, 9251.0, 9261.0, 9235.0, 9259.0, 9232.0, 9244.0, 9232.0, 9251.0, 9291.0, 9240.0, 9265.0, 9255.0, 9270.0, 9241.0, 9266.0, 9259.0, 9270.0, 9243.0, 9272.0, 9241.0, 9276.0, 9315.0, 9255.0, 9255.0, 9262.0, 9251.0, 9277.0, 9223.0, 9267.0, 9265.0, 9251.0, 9250.0, 9239.0, 9293.0, 9241.0, 9271.0, 9251.0, 9265.0, 9221.0, 9250.0, 9290.0, 9236.0, 9247.0, 9218.0, 9248.0, 9217.0, 9252.0, 9291.0, 9238.0, 9252.0, 9246.0, 9245.0, 9214.0, 9233.0, 9273.0, 9239.0, 9274.0, 9255.0, 9232.0, 9250.0, 9255.0, 9294.0, 9277.0, 9308.0, 9287.0, 9334.0, 9299.0, 9327.0, 9315.0, 9264.0, 9239.0, 9222.0, 9249.0, 9207.0, 9238.0, 9207.0, 9238.0, 9217.0, 9210.0, 9231.0, 9232.0, 9229.0, 9192.0, 9210.0, 9226.0, 9250.0, 9308.0, 9260.0, 9285.0, 9281.0, 9243.0, 9259.0, 9231.0, 9225.0, 9231.0, 9234.0, 9271.0, 9295.0, 9255.0, 9270.0, 9258.0, 9273.0, 9284.0, 9246.0, 9268.0, 9209.0, 9238.0, 9189.0, 9217.0, 9276.0, 9219.0, 9244.0, 9220.0, 9217.0, 9203.0, 9232.0, 9189.0, 9214.0, 9225.0, 9202.0, 9212.0, 9207.0, 9235.0, 9210.0, 9239.0, 9211.0, 9237.0, 9218.0, 9260.0, 9220.0, 9262.0, 9217.0, 9263.0, 9292.0, 9250.0, 9277.0, 9229.0, 9241.0, 9213.0, 9244.0, 9243.0, 9246.0, 9275.0, 9233.0, 9244.0, 9220.0, 9249.0, 9245.0, 9253.0, 9277.0, 9237.0, 9262.0, 9225.0, 9268.0, 9252.0, 9257.0, 9281.0, 9245.0, 9268.0, 9236.0, 9269.0, 9313.0, 9257.0, 9270.0, 9240.0, 9256.0, 9265.0, 9260.0, 9303.0, 9255.0, 9266.0, 9247.0, 9268.0, 9265.0, 9306.0, 9282.0, 9265.0, 9282.0, 9327.0, 9260.0, 9275.0, 9331.0, 9250.0, 9275.0, 9232.0, 9260.0, 9248.0, 9247.0, 9255.0, 9229.0, 9239.0, 9216.0, 9262.0, 9247.0, 9245.0, 9235.0, 9245.0, 9221.0, 9266.0, 9251.0, 9264.0, 9222.0, 9252.0, 9276.0, 9255.0, 9297.0, 9253.0, 9246.0, 9203.0, 9246.0, 9303.0, 9234.0, 9258.0, 9231.0, 9242.0, 9222.0, 9249.0, 9237.0, 9251.0, 9250.0, 9268.0, 9276.0, 9239.0, 9262.0, 9258.0, 9267.0, 9224.0, 9251.0, 9238.0, 9269.0, 9298.0, 9258.0, 9268.0, 9236.0, 9265.0, 9223.0, 9250.0, 9234.0, 9258.0, 9297.0, 9243.0, 9282.0, 9245.0, 9282.0, 9262.0, 9289.0, 9245.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.0031867967853042487</td></tr>
<tr><td colspan=3>aqi</td><td>0.020426381859931116</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.72272248550576</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.256452383643677</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0462269353563212</td></tr>
<tr><td colspan=3>efc</td><td>0.4751</td></tr>
<tr><td colspan=3>fber</td><td>6083.1641</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11247157950930586</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>77</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.840413318025258</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.481886125202989</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4333499419844165</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6815788451570874</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.330729588467464</td></tr>
<tr><td colspan=3>gcor</td><td>0.00941961</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008075524121522903</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016819654032588005</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.8203736961161083</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>36.7122</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.18</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.9217</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296439.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>687.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.4939</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2898</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.6148</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3327.5515</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3526.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80105.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1062.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4383.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>922.9406</td></tr>
<tr><td colspan=3>tsnr</td><td>41.112090912647545</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>