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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0060/ses-03/func/sub-0060_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>510220f3334c1f34b512da6c7f2df433</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:33:30.102500</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.999284, 0.0378312, -0.000777441, -0.0373407, 0.989235, 0.141491]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0890814</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4143, -7735, -7267, 686, -25, 38, 5, 86]</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>228.71</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>eb35ac93-e76a-4146-92f3-7f5bf8300fb8||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.6810054779052734, -0.10018228739500046, -0.016528988257050514, 115.95728302001953], [-0.10149829089641571, 2.654045343399048, 0.38167399168014526, -100.1383056640625], [-0.002085817977786064, -0.3796102702617645, 2.6728360652923584, -44.41196823120117], [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': ['183330.102500', '183330.562500', '183331.022500', '183331.482500', '183331.942500', '183332.402500', '183332.862500', '183333.322500', '183333.782500', '183334.242500', '183334.702500', '183335.162500', '183335.622500', '183336.082500', '183336.542500', '183337.002500', '183337.462500', '183337.922500', '183338.382500', '183338.842500', '183339.302500', '183339.762500', '183340.222500', '183340.682500', '183341.142500', '183341.602500', '183342.062500', '183342.522500', '183342.982500', '183343.442500', '183343.902500', '183344.362500', '183344.822500', '183345.282500', '183345.742500', '183346.202500', '183346.662500', '183347.122500', '183347.582500', '183348.042500', '183348.502500', '183348.962500', '183349.422500', '183349.882500', '183350.342500', '183350.802500', '183351.262500', '183351.722500', '183352.182500', '183352.642500', '183353.102500', '183353.562500', '183354.022500', '183354.482500', '183354.942500', '183355.402500', '183355.862500', '183356.322500', '183356.782500', '183357.242500', '183357.702500', '183358.162500', '183358.622500', '183359.082500', '183359.542500', '183400.002500', '183400.462500', '183400.922500', '183401.382500', '183401.842500', '183402.302500', '183402.762500', '183403.222500', '183403.682500', '183404.142500', '183404.602500', '183405.062500', '183405.522500', '183405.982500', '183406.442500', '183406.902500', '183407.362500', '183407.822500', '183408.282500', '183408.742500', '183409.202500', '183409.662500', '183410.122500', '183410.582500', '183411.042500', '183411.502500', '183411.962500', '183412.422500', '183412.882500', '183413.342500', '183413.802500', '183414.262500', '183414.722500', '183415.182500', '183415.642500', '183416.102500', '183416.562500', '183417.022500', '183417.482500', '183417.942500', '183418.402500', '183418.862500', '183419.322500', '183419.782500', '183420.242500', '183420.702500', '183421.162500', '183421.622500', '183422.082500', '183422.542500', '183423.002500', '183423.462500', '183423.922500', '183424.382500', '183424.842500', '183425.302500', '183425.762500', '183426.222500', '183426.682500', '183427.142500', '183427.602500', '183428.062500', '183428.522500', '183428.982500', '183429.442500', '183429.902500', '183430.362500', '183430.822500', '183431.282500', '183431.742500', '183432.202500', '183432.662500', '183433.122500', '183433.582500', '183434.042500', '183434.502500', '183434.962500', '183435.422500', '183435.882500', '183436.342500', '183436.802500', '183437.262500', '183437.722500', '183438.182500', '183438.642500', '183439.102500', '183439.562500', '183440.022500', '183440.482500', '183440.942500', '183441.402500', '183441.862500', '183442.322500', '183442.782500', '183443.242500', '183443.702500', '183444.162500', '183444.622500', '183445.082500', '183445.542500', '183446.002500', '183446.462500', '183446.922500', '183447.382500', '183447.842500', '183448.302500', '183448.762500', '183449.222500', '183449.682500', '183450.142500', '183450.602500', '183451.062500', '183451.522500', '183451.982500', '183452.442500', '183452.902500', '183453.362500', '183453.822500', '183454.282500', '183454.742500', '183455.202500', '183455.662500', '183456.122500', '183456.582500', '183457.042500', '183457.502500', '183457.962500', '183458.422500', '183458.882500', '183459.342500', '183459.802500', '183500.262500', '183500.722500', '183501.182500', '183501.642500', '183502.102500', '183502.562500', '183503.022500', '183503.482500', '183503.942500', '183504.402500', '183504.862500', '183505.322500', '183505.782500', '183506.242500', '183506.702500', '183507.162500', '183507.622500', '183508.082500', '183508.542500', '183509.002500', '183509.462500', '183509.922500', '183510.382500', '183510.842500', '183511.302500', '183511.762500', '183512.222500', '183512.682500', '183513.142500', '183513.602500', '183514.062500', '183514.522500', '183514.982500', '183515.442500', '183515.902500', '183516.362500', '183516.822500', '183517.282500', '183517.742500', '183518.202500', '183518.662500', '183519.122500', '183519.582500', '183520.042500', '183520.502500', '183520.962500', '183521.422500', '183521.882500', '183522.342500', '183522.802500', '183523.262500', '183523.722500', '183524.182500', '183524.642500', '183525.102500', '183525.562500', '183526.022500', '183526.482500', '183526.942500', '183527.402500', '183527.862500', '183528.322500', '183528.782500', '183529.242500', '183529.702500', '183530.162500', '183530.622500', '183531.082500', '183531.542500', '183532.002500', '183532.462500', '183532.922500', '183533.382500', '183533.842500', '183534.302500', '183534.762500', '183535.222500', '183535.682500', '183536.142500', '183536.602500', '183537.062500', '183537.522500', '183537.982500', '183538.442500', '183538.902500', '183539.362500', '183539.822500', '183540.282500', '183540.742500', '183541.202500', '183541.662500', '183542.122500', '183542.582500', '183543.042500', '183543.502500', '183543.962500', '183544.422500', '183544.882500', '183545.342500', '183545.802500', '183546.262500', '183546.722500', '183547.182500', '183547.642500', '183548.102500', '183548.562500', '183549.022500', '183549.482500', '183549.942500', '183550.402500', '183550.862500', '183551.322500', '183551.782500', '183552.242500', '183552.702500', '183553.162500', '183553.622500', '183554.082500', '183554.542500', '183555.002500', '183555.462500', '183555.922500', '183556.382500', '183556.842500', '183557.302500', '183557.762500', '183558.222500', '183558.682500', '183559.142500', '183559.602500', '183600.062500', '183600.522500', '183600.982500', '183601.442500', '183601.902500', '183602.362500', '183602.822500', '183603.282500', '183603.742500', '183604.202500', '183604.662500', '183605.122500', '183605.582500', '183606.042500', '183606.502500', '183606.962500', '183607.422500', '183607.882500', '183608.342500', '183608.802500', '183609.262500', '183609.722500', '183610.182500', '183610.642500', '183611.102500', '183611.562500', '183612.022500', '183612.482500', '183612.942500', '183613.402500', '183613.862500', '183614.322500', '183614.782500', '183615.242500', '183615.702500', '183616.162500', '183616.622500', '183617.082500', '183617.542500', '183618.002500', '183618.462500', '183618.922500', '183619.382500', '183619.842500', '183620.302500', '183620.762500', '183621.222500', '183621.682500', '183622.142500', '183622.602500', '183623.062500', '183623.522500', '183623.982500', '183624.442500', '183624.902500', '183625.362500', '183625.822500', '183626.282500', '183626.742500', '183627.202500', '183627.662500', '183628.122500', '183628.582500', '183629.042500', '183629.502500', '183629.962500', '183630.422500', '183630.882500', '183631.342500', '183631.802500', '183632.262500', '183632.722500', '183633.182500', '183633.642500', '183634.102500', '183634.562500', '183635.022500', '183635.482500', '183635.942500', '183636.402500', '183636.862500', '183637.322500', '183637.782500', '183638.242500', '183638.702500', '183639.162500', '183639.622500', '183640.082500', '183640.542500', '183641.002500', '183641.462500', '183641.922500', '183642.382500', '183642.842500', '183643.302500', '183643.762500', '183644.222500', '183644.682500', '183645.142500', '183645.602500', '183646.062500', '183646.522500', '183646.982500', '183647.442500', '183647.902500', '183648.362500', '183648.822500', '183649.282500', '183649.742500', '183650.202500', '183650.662500', '183651.122500', '183651.582500', '183652.042500', '183652.502500', '183652.962500', '183653.422500', '183653.882500', '183654.342500', '183654.802500', '183655.262500', '183655.722500', '183656.182500', '183656.642500', '183657.102500', '183657.562500', '183658.022500', '183658.482500', '183658.942500', '183659.402500', '183659.862500', '183700.322500', '183700.782500', '183701.242500', '183701.702500', '183702.162500', '183702.622500', '183703.082500', '183703.542500', '183704.002500', '183704.462500', '183704.922500', '183705.382500', '183705.842500', '183706.302500', '183706.762500', '183707.222500', '183707.682500', '183708.142500', '183708.602500', '183709.062500', '183709.522500', '183709.982500', '183710.442500', '183710.902500', '183711.362500', '183711.822500', '183712.282500', '183712.742500', '183713.202500', '183713.662500', '183714.122500', '183714.582500', '183715.042500', '183715.502500', '183715.962500', '183716.422500', '183716.882500', '183717.342500', '183717.802500', '183718.262500', '183718.722500', '183719.182500', '183719.642500', '183720.102500', '183720.562500', '183721.022500', '183721.482500', '183721.942500', '183722.402500', '183722.862500', '183723.322500', '183723.782500', '183724.242500', '183724.702500', '183725.162500', '183725.622500', '183726.082500', '183726.542500', '183727.002500', '183727.462500', '183727.922500', '183728.382500', '183728.842500', '183729.302500', '183729.762500', '183730.222500', '183730.682500', '183731.142500', '183731.602500', '183732.062500', '183732.522500', '183732.982500', '183733.442500', '183733.902500', '183734.362500', '183734.822500', '183735.282500', '183735.742500', '183736.202500', '183736.662500', '183737.122500', '183737.582500', '183738.042500', '183738.502500', '183738.962500', '183739.422500', '183739.882500', '183740.342500', '183740.802500', '183741.262500', '183741.722500', '183742.182500', '183742.642500', '183743.102500', '183743.562500', '183744.022500', '183744.482500', '183744.942500', '183745.402500', '183745.862500', '183746.322500', '183746.782500', '183747.242500', '183747.702500', '183748.162500', '183748.622500', '183749.082500', '183749.542500', '183750.002500', '183750.462500', '183750.922500', '183751.382500', '183751.842500', '183752.302500', '183752.762500', '183753.222500', '183753.682500', '183754.142500', '183754.602500', '183755.062500', '183755.522500', '183755.982500', '183756.442500', '183756.902500', '183757.362500', '183757.822500', '183758.282500', '183758.742500', '183759.202500', '183759.662500', '183800.122500', '183800.582500', '183801.042500', '183801.502500', '183801.962500', '183802.422500', '183802.882500', '183803.342500', '183803.802500', '183804.262500', '183804.722500', '183805.182500', '183805.642500', '183806.102500', '183806.562500', '183807.022500', '183807.482500', '183807.942500', '183808.402500', '183808.862500', '183809.322500', '183809.782500', '183810.242500', '183810.702500', '183811.162500', '183811.622500', '183812.082500', '183812.542500', '183813.002500', '183813.462500', '183813.922500', '183814.382500', '183814.842500', '183815.302500', '183815.762500', '183816.222500', '183816.682500', '183817.142500', '183817.602500', '183818.062500', '183818.522500', '183818.982500', '183819.442500', '183819.902500', '183820.362500', '183820.822500', '183821.282500', '183821.742500', '183822.202500', '183822.662500', '183823.122500', '183823.582500', '183824.042500', '183824.502500', '183824.962500', '183825.422500', '183825.882500', '183826.342500', '183826.802500', '183827.262500', '183827.722500', '183828.182500', '183828.642500', '183829.102500', '183829.562500', '183830.022500', '183830.482500', '183830.942500', '183831.402500', '183831.862500', '183832.322500', '183832.782500', '183833.242500', '183833.702500', '183834.162500', '183834.622500', '183835.082500', '183835.542500', '183836.002500', '183836.462500', '183836.922500', '183837.382500', '183837.842500', '183838.302500', '183838.762500', '183839.222500', '183839.682500', '183840.142500', '183840.602500', '183841.062500', '183841.522500', '183841.982500', '183842.442500', '183842.902500', '183843.362500', '183843.822500', '183844.282500', '183844.742500', '183845.202500', '183845.662500', '183846.122500', '183846.582500', '183847.042500', '183847.502500', '183847.962500', '183848.422500', '183848.882500', '183849.342500', '183849.802500', '183850.262500', '183850.722500', '183851.182500', '183851.642500', '183852.102500', '183852.562500', '183853.022500', '183853.482500', '183853.942500', '183854.402500', '183854.862500', '183855.322500', '183855.782500', '183856.242500', '183856.702500', '183857.162500', '183857.622500', '183858.082500', '183858.542500', '183859.002500', '183859.462500', '183859.922500', '183900.382500', '183900.842500', '183901.302500', '183901.762500', '183902.222500', '183902.682500', '183903.142500', '183903.602500', '183904.062500', '183904.522500', '183904.982500', '183905.442500', '183905.902500', '183906.362500', '183906.822500', '183907.282500', '183907.742500', '183908.202500', '183908.662500', '183909.122500', '183909.582500', '183910.042500', '183910.502500', '183910.962500', '183911.422500', '183911.882500', '183912.342500', '183912.802500', '183913.262500', '183913.722500', '183914.182500', '183914.642500', '183915.102500', '183915.562500', '183916.022500', '183916.482500', '183916.942500', '183917.402500', '183917.862500', '183918.322500', '183918.782500', '183919.242500', '183919.702500', '183920.162500', '183920.622500', '183921.082500', '183921.542500', '183922.002500', '183922.462500', '183922.922500', '183923.382500', '183923.842500', '183924.302500', '183924.762500', '183925.222500', '183925.682500', '183926.142500', '183926.602500', '183927.062500', '183927.522500', '183927.982500', '183928.442500', '183928.902500', '183929.362500', '183929.822500', '183930.282500', '183930.742500', '183931.202500', '183931.662500', '183932.122500', '183932.582500', '183933.042500', '183933.502500', '183933.962500', '183934.422500', '183934.882500', '183935.342500', '183935.802500', '183936.262500', '183936.722500', '183937.182500', '183937.642500', '183938.102500', '183938.562500', '183939.022500', '183939.482500', '183939.942500', '183940.402500', '183940.862500', '183941.322500', '183941.782500', '183942.242500', '183942.702500', '183943.162500', '183943.622500', '183944.082500', '183944.542500', '183945.002500', '183945.462500', '183945.922500', '183946.382500', '183946.842500', '183947.302500', '183947.762500', '183948.222500', '183948.682500', '183949.142500', '183949.602500', '183950.062500', '183950.522500', '183950.982500', '183951.442500', '183951.902500', '183952.362500', '183952.822500', '183953.282500', '183953.742500', '183954.202500', '183954.662500', '183955.122500', '183955.582500', '183956.042500', '183956.502500', '183956.962500', '183957.422500', '183957.882500', '183958.342500', '183958.802500', '183959.262500', '183959.722500', '184000.182500', '184000.642500', '184001.102500', '184001.562500', '184002.022500', '184002.482500', '184002.942500', '184003.402500', '184003.862500', '184004.322500', '184004.782500', '184005.242500', '184005.702500', '184006.162500', '184006.622500', '184007.082500', '184007.542500', '184008.002500', '184008.462500', '184008.922500', '184009.382500', '184009.842500', '184010.302500', '184010.762500'], 'ContentTime': ['183353.683000', '183353.686000', '183353.689000', '183353.692000', '183353.694000', '183353.697000', '183353.699000', '183353.702000', '183353.705000', '183353.707000', '183353.710000', '183353.712000', '183353.715000', '183353.717000', '183353.723000', '183353.726000', '183353.728000', '183353.731000', '183353.734000', '183353.736000', '183353.739000', '183353.741000', '183353.744000', '183353.746000', '183353.749000', '183353.751000', '183353.754000', '183353.757000', '183353.759000', '183353.762000', '183353.764000', '183353.767000', '183353.769000', '183353.772000', '183353.774000', '183353.777000', '183353.779000', '183353.782000', '183353.788000', '183353.791000', '183353.793000', '183353.796000', '183353.799000', '183353.801000', '183353.804000', '183353.806000', '183353.809000', '183353.811000', '183353.814000', '183413.646000', '183413.648000', '183413.651000', '183413.653000', '183413.656000', '183413.659000', '183413.661000', '183413.664000', '183413.666000', '183413.669000', '183413.671000', '183413.674000', '183413.676000', '183413.679000', '183413.682000', '183413.684000', '183413.687000', '183413.689000', '183413.692000', '183413.694000', '183413.697000', '183413.700000', '183413.702000', '183413.705000', '183413.707000', '183413.710000', '183413.712000', '183413.715000', '183413.717000', '183413.720000', '183413.723000', '183413.725000', '183413.735000', '183413.738000', '183413.741000', '183413.743000', '183413.746000', '183413.748000', '183413.751000', '183413.753000', '183413.756000', '183413.758000', '183413.761000', '183433.646000', '183433.649000', '183433.652000', '183433.654000', '183433.657000', '183433.659000', '183433.662000', '183433.664000', '183433.667000', '183433.670000', '183433.673000', '183433.676000', '183433.678000', '183433.681000', '183433.683000', '183433.686000', '183433.689000', '183433.691000', '183433.694000', '183433.696000', '183433.699000', '183433.701000', '183433.704000', '183433.707000', '183433.709000', '183433.712000', '183433.714000', '183433.717000', '183433.719000', '183433.722000', '183433.725000', '183433.727000', '183433.730000', '183433.732000', '183433.735000', '183433.738000', '183433.749000', '183433.751000', '183433.754000', '183433.756000', '183433.759000', '183433.761000', '183433.764000', '183433.767000', '183453.646000', '183453.649000', '183453.652000', '183453.654000', '183453.657000', '183453.659000', '183453.662000', '183453.664000', '183453.667000', '183453.670000', '183453.672000', '183453.675000', '183453.677000', '183453.680000', '183453.682000', '183453.685000', '183453.687000', '183453.690000', '183453.693000', '183453.695000', '183453.698000', '183453.701000', '183453.703000', '183453.706000', '183453.708000', '183453.711000', '183453.713000', '183453.716000', '183453.718000', '183453.721000', '183453.724000', '183453.731000', '183453.734000', '183453.737000', '183453.739000', '183453.742000', '183453.744000', '183453.747000', '183453.749000', '183453.752000', '183453.755000', '183453.757000', '183453.760000', '183513.646000', '183513.649000', '183513.652000', '183513.655000', '183513.657000', '183513.660000', '183513.662000', '183513.665000', '183513.668000', '183513.670000', '183513.673000', '183513.675000', '183513.678000', '183513.680000', '183513.683000', '183513.685000', '183513.688000', '183513.690000', '183513.693000', '183513.696000', '183513.698000', '183513.701000', '183513.703000', '183513.706000', '183513.708000', '183513.711000', '183513.713000', '183513.716000', '183513.718000', '183513.721000', '183513.724000', '183513.726000', '183513.745000', '183513.747000', '183513.750000', '183513.752000', '183513.755000', '183513.757000', '183513.763000', '183513.765000', '183513.768000', '183513.771000', '183513.773000', '183533.646000', '183533.649000', '183533.652000', '183533.654000', '183533.657000', '183533.660000', '183533.662000', '183533.665000', '183533.667000', '183533.670000', '183533.672000', '183533.675000', '183533.677000', '183533.680000', '183533.683000', '183533.685000', '183533.688000', '183533.690000', '183533.693000', '183533.695000', '183533.698000', '183533.701000', '183533.703000', '183533.706000', '183533.708000', '183533.711000', '183533.713000', '183533.716000', '183533.718000', '183533.721000', '183533.724000', '183533.726000', '183533.729000', '183533.732000', '183533.734000', '183533.737000', '183533.739000', '183533.742000', '183533.744000', '183533.747000', '183533.749000', '183533.757000', '183533.760000', '183533.762000', '183553.646000', '183553.649000', '183553.652000', '183553.654000', '183553.657000', '183553.660000', '183553.662000', '183553.665000', '183553.667000', '183553.670000', '183553.672000', '183553.675000', '183553.677000', '183553.680000', '183553.683000', '183553.685000', '183553.688000', '183553.691000', '183553.693000', '183553.696000', '183553.698000', '183553.701000', '183553.703000', '183553.706000', '183553.709000', '183553.712000', '183553.714000', '183553.717000', '183553.719000', '183553.722000', '183553.725000', '183553.727000', '183553.730000', '183553.732000', '183553.735000', '183553.737000', '183553.740000', '183553.743000', '183553.745000', '183553.748000', '183553.750000', '183553.753000', '183553.755000', '183613.646000', '183613.648000', '183613.651000', '183613.654000', '183613.656000', '183613.659000', '183613.661000', '183613.664000', '183613.666000', '183613.669000', '183613.672000', '183613.674000', '183613.677000', '183613.679000', '183613.682000', '183613.684000', '183613.687000', '183613.690000', '183613.692000', '183613.695000', '183613.697000', '183613.700000', '183613.702000', '183613.705000', '183613.707000', '183613.710000', '183613.713000', '183613.715000', '183613.718000', '183613.720000', '183613.723000', '183613.725000', '183613.728000', '183613.731000', '183613.733000', '183613.736000', '183613.738000', '183613.746000', '183613.748000', '183613.751000', '183613.753000', '183613.756000', '183613.758000', '183613.761000', '183633.645000', '183633.648000', '183633.651000', '183633.653000', '183633.656000', '183633.658000', '183633.661000', '183633.663000', '183633.666000', '183633.669000', '183633.671000', '183633.674000', '183633.676000', '183633.679000', '183633.681000', '183633.685000', '183633.688000', '183633.690000', '183633.693000', '183633.695000', '183633.698000', '183633.700000', '183633.703000', '183633.706000', '183633.708000', '183633.711000', '183633.713000', '183633.716000', '183633.719000', '183633.721000', '183633.724000', '183633.726000', '183633.729000', '183633.732000', '183633.734000', '183633.737000', '183633.740000', '183633.742000', '183633.745000', '183633.747000', '183633.750000', '183633.752000', '183633.755000', '183653.647000', '183653.649000', '183653.652000', '183653.654000', '183653.657000', '183653.659000', '183653.662000', '183653.665000', '183653.667000', '183653.670000', '183653.672000', '183653.675000', '183653.677000', '183653.680000', '183653.683000', '183653.685000', '183653.688000', '183653.690000', '183653.693000', '183653.696000', '183653.698000', '183653.701000', '183653.703000', '183653.706000', '183653.708000', '183653.711000', '183653.714000', '183653.716000', '183653.719000', '183653.753000', '183653.755000', '183653.758000', '183653.760000', '183653.763000', '183653.766000', '183653.768000', '183653.771000', '183653.773000', '183653.776000', '183653.778000', '183653.781000', '183653.784000', '183653.805000', '183653.808000', '183713.647000', '183713.650000', '183713.652000', '183713.655000', '183713.657000', '183713.660000', '183713.662000', '183713.665000', '183713.667000', '183713.670000', '183713.673000', '183713.675000', '183713.678000', '183713.680000', '183713.683000', '183713.686000', '183713.688000', '183713.691000', '183713.694000', '183713.697000', '183713.700000', '183713.702000', '183713.705000', '183713.708000', '183713.710000', '183713.713000', '183713.715000', '183713.718000', '183713.720000', '183713.723000', '183713.726000', '183713.728000', '183713.731000', '183713.733000', '183713.736000', '183713.738000', '183713.741000', '183713.744000', '183713.746000', '183713.749000', '183713.752000', '183713.755000', '183713.757000', '183733.647000', '183733.649000', '183733.652000', '183733.655000', '183733.657000', '183733.660000', '183733.662000', '183733.665000', '183733.667000', '183733.670000', '183733.672000', '183733.675000', '183733.678000', '183733.680000', '183733.683000', '183733.686000', '183733.688000', '183733.691000', '183733.693000', '183733.696000', '183733.699000', '183733.701000', '183733.704000', '183733.706000', '183733.709000', '183733.711000', '183733.714000', '183733.717000', '183733.719000', '183733.722000', '183733.725000', '183733.727000', '183733.730000', '183733.732000', '183733.735000', '183733.737000', '183733.740000', '183733.743000', '183733.745000', '183733.748000', '183733.750000', '183733.753000', '183733.755000', '183733.758000', '183753.647000', '183753.650000', '183753.652000', '183753.655000', '183753.657000', '183753.660000', '183753.662000', '183753.665000', '183753.668000', '183753.670000', '183753.673000', '183753.675000', '183753.678000', '183753.680000', '183753.683000', '183753.686000', '183753.688000', '183753.691000', '183753.693000', '183753.696000', '183753.699000', '183753.701000', '183753.704000', '183753.706000', '183753.709000', '183753.712000', '183753.715000', '183753.718000', '183753.721000', '183753.723000', '183753.726000', '183753.729000', '183753.731000', '183753.734000', '183753.736000', '183753.739000', '183753.741000', '183753.744000', '183753.747000', '183753.749000', '183753.752000', '183753.755000', '183753.757000', '183813.647000', '183813.649000', '183813.652000', '183813.654000', '183813.657000', '183813.660000', '183813.662000', '183813.665000', '183813.667000', '183813.670000', '183813.673000', '183813.675000', '183813.678000', '183813.680000', '183813.683000', '183813.686000', '183813.688000', '183813.691000', '183813.693000', '183813.696000', '183813.699000', '183813.701000', '183813.704000', '183813.706000', '183813.709000', '183813.712000', '183813.714000', '183813.717000', '183813.719000', '183813.722000', '183813.724000', '183813.727000', '183813.730000', '183813.732000', '183813.735000', '183813.737000', '183813.740000', '183813.742000', '183813.745000', '183813.748000', '183813.750000', '183813.753000', '183813.755000', '183813.758000', '183833.645000', '183833.648000', '183833.651000', '183833.653000', '183833.656000', '183833.658000', '183833.661000', '183833.664000', '183833.666000', '183833.682000', '183833.685000', '183833.687000', '183833.690000', '183833.693000', '183833.695000', '183833.698000', '183833.700000', '183833.703000', '183833.706000', '183833.708000', '183833.711000', '183833.713000', '183833.716000', '183833.718000', '183833.721000', '183833.724000', '183833.726000', '183833.729000', '183833.731000', '183833.734000', '183833.736000', '183833.739000', '183833.742000', '183833.744000', '183833.747000', '183833.750000', '183833.752000', '183833.755000', '183833.757000', '183833.760000', '183833.762000', '183833.765000', '183833.768000', '183853.646000', '183853.649000', '183853.652000', '183853.654000', '183853.657000', '183853.660000', '183853.662000', '183853.665000', '183853.667000', '183853.670000', '183853.672000', '183853.675000', '183853.678000', '183853.680000', '183853.683000', '183853.685000', '183853.688000', '183853.691000', '183853.693000', '183853.696000', '183853.698000', '183853.701000', '183853.704000', '183853.706000', '183853.709000', '183853.712000', '183853.714000', '183853.717000', '183853.719000', '183853.722000', '183853.725000', '183853.727000', '183853.730000', '183853.732000', '183853.735000', '183853.737000', '183853.740000', '183853.743000', '183853.745000', '183853.748000', '183853.751000', '183853.753000', '183853.756000', '183853.758000', '183913.647000', '183913.649000', '183913.652000', '183913.655000', '183913.657000', '183913.660000', '183913.662000', '183913.665000', '183913.667000', '183913.670000', '183913.673000', '183913.675000', '183913.678000', '183913.680000', '183913.683000', '183913.686000', '183913.688000', '183913.691000', '183913.693000', '183913.696000', '183913.699000', '183913.701000', '183913.704000', '183913.706000', '183913.709000', '183913.712000', '183913.714000', '183913.717000', '183913.719000', '183913.722000', '183913.725000', '183913.727000', '183913.730000', '183913.732000', '183913.735000', '183913.738000', '183913.740000', '183913.743000', '183913.746000', '183913.748000', '183913.751000', '183913.753000', '183913.756000', '183933.646000', '183933.649000', '183933.652000', '183933.654000', '183933.657000', '183933.660000', '183933.664000', '183933.666000', '183933.669000', '183933.672000', '183933.674000', '183933.677000', '183933.679000', '183933.682000', '183933.684000', '183933.687000', '183933.689000', '183933.692000', '183933.695000', '183933.697000', '183933.700000', '183933.702000', '183933.705000', '183933.707000', '183933.710000', '183933.713000', '183933.715000', '183933.718000', '183933.720000', '183933.723000', '183933.725000', '183933.728000', '183933.731000', '183933.733000', '183933.736000', '183933.738000', '183933.741000', '183933.744000', '183933.746000', '183933.749000', '183933.751000', '183933.754000', '183933.757000', '183933.759000', '183953.647000', '183953.649000', '183953.652000', '183953.655000', '183953.657000', '183953.660000', '183953.662000', '183953.665000', '183953.667000', '183953.670000', '183953.673000', '183953.675000', '183953.678000', '183953.681000', '183953.683000', '183953.686000', '183953.688000', '183953.691000', '183953.693000', '183953.696000', '183953.709000', '183953.712000', '183953.714000', '183953.717000', '183953.720000', '183953.722000', '183953.725000', '183953.727000', '183953.730000', '183953.732000', '183953.735000', '183953.738000', '183953.740000', '183953.743000', '183953.745000', '183953.748000', '183953.750000', '183953.753000', '183953.756000', '183953.758000', '183953.761000', '183953.764000', '183953.766000', '184012.193000', '184012.196000', '184012.198000', '184012.201000', '184012.204000', '184012.206000', '184012.211000', '184012.214000', '184012.217000', '184012.219000', '184012.222000', '184012.225000', '184012.227000', '184012.230000', '184012.233000', '184012.236000', '184012.239000', '184012.242000', '184012.244000', '184012.247000', '184012.250000', '184012.252000', '184012.255000', '184012.258000', '184012.260000', '184012.263000', '184012.266000', '184012.268000', '184012.271000', '184012.274000', '184012.277000', '184012.279000', '184012.282000', '184012.284000', '184012.287000', '184012.290000', '184012.292000', '184012.295000', '184012.298000', '184012.300000', '184012.303000'], 'InstanceCreationTime': ['183353.683000', '183353.686000', '183353.689000', '183353.692000', '183353.694000', '183353.697000', '183353.699000', '183353.702000', '183353.705000', '183353.707000', '183353.710000', '183353.712000', '183353.715000', '183353.717000', '183353.723000', '183353.726000', '183353.728000', '183353.731000', '183353.734000', '183353.736000', '183353.739000', '183353.741000', '183353.744000', '183353.746000', '183353.749000', '183353.751000', '183353.754000', '183353.757000', '183353.759000', '183353.762000', '183353.764000', '183353.767000', '183353.769000', '183353.772000', '183353.774000', '183353.777000', '183353.779000', '183353.782000', '183353.788000', '183353.791000', '183353.793000', '183353.796000', '183353.799000', '183353.801000', '183353.804000', '183353.806000', '183353.809000', '183353.811000', '183353.814000', '183413.646000', '183413.648000', '183413.651000', '183413.653000', '183413.656000', '183413.659000', '183413.661000', '183413.664000', '183413.666000', '183413.669000', '183413.671000', '183413.674000', '183413.676000', '183413.679000', '183413.682000', '183413.684000', '183413.687000', '183413.689000', '183413.692000', '183413.694000', '183413.697000', '183413.700000', '183413.702000', '183413.705000', '183413.707000', '183413.710000', '183413.712000', '183413.715000', '183413.717000', '183413.720000', '183413.723000', '183413.725000', '183413.735000', '183413.738000', '183413.741000', '183413.743000', '183413.746000', '183413.748000', '183413.751000', '183413.753000', '183413.756000', '183413.758000', '183413.761000', '183433.646000', '183433.649000', '183433.652000', '183433.654000', '183433.657000', '183433.659000', '183433.662000', '183433.664000', '183433.667000', '183433.670000', '183433.673000', '183433.676000', '183433.678000', '183433.681000', '183433.683000', '183433.686000', '183433.689000', '183433.691000', '183433.694000', '183433.696000', '183433.699000', '183433.701000', '183433.704000', '183433.707000', '183433.709000', '183433.712000', '183433.714000', '183433.717000', '183433.719000', '183433.722000', '183433.725000', '183433.727000', '183433.730000', '183433.732000', '183433.735000', '183433.738000', '183433.749000', '183433.751000', '183433.754000', '183433.756000', '183433.759000', '183433.761000', '183433.764000', '183433.767000', '183453.646000', '183453.649000', '183453.652000', '183453.654000', '183453.657000', '183453.659000', '183453.662000', '183453.664000', '183453.667000', '183453.670000', '183453.672000', '183453.675000', '183453.677000', '183453.680000', '183453.682000', '183453.685000', '183453.687000', '183453.690000', '183453.693000', '183453.695000', '183453.698000', '183453.701000', '183453.703000', '183453.706000', '183453.708000', '183453.711000', '183453.713000', '183453.716000', '183453.718000', '183453.721000', '183453.724000', '183453.731000', '183453.734000', '183453.737000', '183453.739000', '183453.742000', '183453.744000', '183453.747000', '183453.749000', '183453.752000', '183453.755000', '183453.757000', '183453.760000', '183513.646000', '183513.649000', '183513.652000', '183513.655000', '183513.657000', '183513.660000', '183513.662000', '183513.665000', '183513.668000', '183513.670000', '183513.673000', '183513.675000', '183513.678000', '183513.680000', '183513.683000', '183513.685000', '183513.688000', '183513.690000', '183513.693000', '183513.696000', '183513.698000', '183513.701000', '183513.703000', '183513.706000', '183513.708000', '183513.711000', '183513.713000', '183513.716000', '183513.718000', '183513.721000', '183513.724000', '183513.726000', '183513.745000', '183513.747000', '183513.750000', '183513.752000', '183513.755000', '183513.757000', '183513.763000', '183513.765000', '183513.768000', '183513.771000', '183513.773000', '183533.646000', '183533.649000', '183533.652000', '183533.654000', '183533.657000', '183533.660000', '183533.662000', '183533.665000', '183533.667000', '183533.670000', '183533.672000', '183533.675000', '183533.677000', '183533.680000', '183533.683000', '183533.685000', '183533.688000', '183533.690000', '183533.693000', '183533.695000', '183533.698000', '183533.701000', '183533.703000', '183533.706000', '183533.708000', '183533.711000', '183533.713000', '183533.716000', '183533.718000', '183533.721000', '183533.724000', '183533.726000', '183533.729000', '183533.732000', '183533.734000', '183533.737000', '183533.739000', '183533.742000', '183533.744000', '183533.747000', '183533.749000', '183533.757000', '183533.760000', '183533.762000', '183553.646000', '183553.649000', '183553.652000', '183553.654000', '183553.657000', '183553.660000', '183553.662000', '183553.665000', '183553.667000', '183553.670000', '183553.672000', '183553.675000', '183553.677000', '183553.680000', '183553.683000', '183553.685000', '183553.688000', '183553.691000', '183553.693000', '183553.696000', '183553.698000', '183553.701000', '183553.703000', '183553.706000', '183553.709000', '183553.712000', '183553.714000', '183553.717000', '183553.719000', '183553.722000', '183553.725000', '183553.727000', '183553.730000', '183553.732000', '183553.735000', '183553.737000', '183553.740000', '183553.743000', '183553.745000', '183553.748000', '183553.750000', '183553.753000', '183553.755000', '183613.646000', '183613.648000', '183613.651000', '183613.654000', '183613.656000', '183613.659000', '183613.661000', '183613.664000', '183613.666000', '183613.669000', '183613.672000', '183613.674000', '183613.677000', '183613.679000', '183613.682000', '183613.684000', '183613.687000', '183613.690000', '183613.692000', '183613.695000', '183613.697000', '183613.700000', '183613.702000', '183613.705000', '183613.707000', '183613.710000', '183613.713000', '183613.715000', '183613.718000', '183613.720000', '183613.723000', '183613.725000', '183613.728000', '183613.731000', '183613.733000', '183613.736000', '183613.738000', '183613.746000', '183613.748000', '183613.751000', '183613.753000', '183613.756000', '183613.758000', '183613.761000', '183633.645000', '183633.648000', '183633.651000', '183633.653000', '183633.656000', '183633.658000', '183633.661000', '183633.663000', '183633.666000', '183633.669000', '183633.671000', '183633.674000', '183633.676000', '183633.679000', '183633.681000', '183633.685000', '183633.688000', '183633.690000', '183633.693000', '183633.695000', '183633.698000', '183633.700000', '183633.703000', '183633.706000', '183633.708000', '183633.711000', '183633.713000', '183633.716000', '183633.719000', '183633.721000', '183633.724000', '183633.726000', '183633.729000', '183633.732000', '183633.734000', '183633.737000', '183633.740000', '183633.742000', '183633.745000', '183633.747000', '183633.750000', '183633.752000', '183633.755000', '183653.647000', '183653.649000', '183653.652000', '183653.654000', '183653.657000', '183653.659000', '183653.662000', '183653.665000', '183653.667000', '183653.670000', '183653.672000', '183653.675000', '183653.677000', '183653.680000', '183653.683000', '183653.685000', '183653.688000', '183653.690000', '183653.693000', '183653.696000', '183653.698000', '183653.701000', '183653.703000', '183653.706000', '183653.708000', '183653.711000', '183653.714000', '183653.716000', '183653.719000', '183653.753000', '183653.755000', '183653.758000', '183653.760000', '183653.763000', '183653.766000', '183653.768000', '183653.771000', '183653.773000', '183653.776000', '183653.778000', '183653.781000', '183653.784000', '183653.805000', '183653.808000', '183713.647000', '183713.650000', '183713.652000', '183713.655000', '183713.657000', '183713.660000', '183713.662000', '183713.665000', '183713.667000', '183713.670000', '183713.673000', '183713.675000', '183713.678000', '183713.680000', '183713.683000', '183713.686000', '183713.688000', '183713.691000', '183713.694000', '183713.697000', '183713.700000', '183713.702000', '183713.705000', '183713.708000', '183713.710000', '183713.713000', '183713.715000', '183713.718000', '183713.720000', '183713.723000', '183713.726000', '183713.728000', '183713.731000', '183713.733000', '183713.736000', '183713.738000', '183713.741000', '183713.744000', '183713.746000', '183713.749000', '183713.752000', '183713.755000', '183713.757000', '183733.647000', '183733.649000', '183733.652000', '183733.655000', '183733.657000', '183733.660000', '183733.662000', '183733.665000', '183733.667000', '183733.670000', '183733.672000', '183733.675000', '183733.678000', '183733.680000', '183733.683000', '183733.686000', '183733.688000', '183733.691000', '183733.693000', '183733.696000', '183733.699000', '183733.701000', '183733.704000', '183733.706000', '183733.709000', '183733.711000', '183733.714000', '183733.717000', '183733.719000', '183733.722000', '183733.725000', '183733.727000', '183733.730000', '183733.732000', '183733.735000', '183733.737000', '183733.740000', '183733.743000', '183733.745000', '183733.748000', '183733.750000', '183733.753000', '183733.755000', '183733.758000', '183753.647000', '183753.650000', '183753.652000', '183753.655000', '183753.657000', '183753.660000', '183753.662000', '183753.665000', '183753.668000', '183753.670000', '183753.673000', '183753.675000', '183753.678000', '183753.680000', '183753.683000', '183753.686000', '183753.688000', '183753.691000', '183753.693000', '183753.696000', '183753.699000', '183753.701000', '183753.704000', '183753.706000', '183753.709000', '183753.712000', '183753.715000', '183753.718000', '183753.721000', '183753.723000', '183753.726000', '183753.729000', '183753.731000', '183753.734000', '183753.736000', '183753.739000', '183753.741000', '183753.744000', '183753.747000', '183753.749000', '183753.752000', '183753.755000', '183753.757000', '183813.647000', '183813.649000', '183813.652000', '183813.654000', '183813.657000', '183813.660000', '183813.662000', '183813.665000', '183813.667000', '183813.670000', '183813.673000', '183813.675000', '183813.678000', '183813.680000', '183813.683000', '183813.686000', '183813.688000', '183813.691000', '183813.693000', '183813.696000', '183813.699000', '183813.701000', '183813.704000', '183813.706000', '183813.709000', '183813.712000', '183813.714000', '183813.717000', '183813.719000', '183813.722000', '183813.724000', '183813.727000', '183813.730000', '183813.732000', '183813.735000', '183813.737000', '183813.740000', '183813.742000', '183813.745000', '183813.748000', '183813.750000', '183813.753000', '183813.755000', '183813.758000', '183833.645000', '183833.648000', '183833.651000', '183833.653000', '183833.656000', '183833.658000', '183833.661000', '183833.664000', '183833.666000', '183833.682000', '183833.685000', '183833.687000', '183833.690000', '183833.693000', '183833.695000', '183833.698000', '183833.700000', '183833.703000', '183833.706000', '183833.708000', '183833.711000', '183833.713000', '183833.716000', '183833.718000', '183833.721000', '183833.724000', '183833.726000', '183833.729000', '183833.731000', '183833.734000', '183833.736000', '183833.739000', '183833.742000', '183833.744000', '183833.747000', '183833.750000', '183833.752000', '183833.755000', '183833.757000', '183833.760000', '183833.762000', '183833.765000', '183833.768000', '183853.646000', '183853.649000', '183853.652000', '183853.654000', '183853.657000', '183853.660000', '183853.662000', '183853.665000', '183853.667000', '183853.670000', '183853.672000', '183853.675000', '183853.678000', '183853.680000', '183853.683000', '183853.685000', '183853.688000', '183853.691000', '183853.693000', '183853.696000', '183853.698000', '183853.701000', '183853.704000', '183853.706000', '183853.709000', '183853.712000', '183853.714000', '183853.717000', '183853.719000', '183853.722000', '183853.725000', '183853.727000', '183853.730000', '183853.732000', '183853.735000', '183853.737000', '183853.740000', '183853.743000', '183853.745000', '183853.748000', '183853.751000', '183853.753000', '183853.756000', '183853.758000', '183913.647000', '183913.649000', '183913.652000', '183913.655000', '183913.657000', '183913.660000', '183913.662000', '183913.665000', '183913.667000', '183913.670000', '183913.673000', '183913.675000', '183913.678000', '183913.680000', '183913.683000', '183913.686000', '183913.688000', '183913.691000', '183913.693000', '183913.696000', '183913.699000', '183913.701000', '183913.704000', '183913.706000', '183913.709000', '183913.712000', '183913.714000', '183913.717000', '183913.719000', '183913.722000', '183913.725000', '183913.727000', '183913.730000', '183913.732000', '183913.735000', '183913.738000', '183913.740000', '183913.743000', '183913.746000', '183913.748000', '183913.751000', '183913.753000', '183913.756000', '183933.646000', '183933.649000', '183933.652000', '183933.654000', '183933.657000', '183933.660000', '183933.664000', '183933.666000', '183933.669000', '183933.672000', '183933.674000', '183933.677000', '183933.679000', '183933.682000', '183933.684000', '183933.687000', '183933.689000', '183933.692000', '183933.695000', '183933.697000', '183933.700000', '183933.702000', '183933.705000', '183933.707000', '183933.710000', '183933.713000', '183933.715000', '183933.718000', '183933.720000', '183933.723000', '183933.725000', '183933.728000', '183933.731000', '183933.733000', '183933.736000', '183933.738000', '183933.741000', '183933.744000', '183933.746000', '183933.749000', '183933.751000', '183933.754000', '183933.757000', '183933.759000', '183953.647000', '183953.649000', '183953.652000', '183953.655000', '183953.657000', '183953.660000', '183953.662000', '183953.665000', '183953.667000', '183953.670000', '183953.673000', '183953.675000', '183953.678000', '183953.681000', '183953.683000', '183953.686000', '183953.688000', '183953.691000', '183953.693000', '183953.696000', '183953.709000', '183953.712000', '183953.714000', '183953.717000', '183953.720000', '183953.722000', '183953.725000', '183953.727000', '183953.730000', '183953.732000', '183953.735000', '183953.738000', '183953.740000', '183953.743000', '183953.745000', '183953.748000', '183953.750000', '183953.753000', '183953.756000', '183953.758000', '183953.761000', '183953.764000', '183953.766000', '184012.193000', '184012.196000', '184012.198000', '184012.201000', '184012.204000', '184012.206000', '184012.211000', '184012.214000', '184012.217000', '184012.219000', '184012.222000', '184012.225000', '184012.227000', '184012.230000', '184012.233000', '184012.236000', '184012.239000', '184012.242000', '184012.244000', '184012.247000', '184012.250000', '184012.252000', '184012.255000', '184012.258000', '184012.260000', '184012.263000', '184012.266000', '184012.268000', '184012.271000', '184012.274000', '184012.277000', '184012.279000', '184012.282000', '184012.284000', '184012.287000', '184012.290000', '184012.292000', '184012.295000', '184012.298000', '184012.300000', '184012.303000'], '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': [7011, 7281, 7565, 6704, 8408, 6661, 7587, 6812, 7283, 7730, 6606, 7830, 6673, 7448, 6482, 7019, 7521, 6729, 7866, 6484, 7624, 6943, 7372, 7732, 6984, 7742, 6753, 7230, 7905, 6407, 7466, 6839, 7455, 7838, 6644, 8849, 7755, 7090, 8061, 6410, 7719, 6332, 7530, 6893, 7076, 10245, 7114, 8732, 6342, 7642, 6819, 6646, 7608, 6468, 7219, 7039, 6965, 7971, 6606, 7076, 6456, 6451, 7625, 6455, 8380, 6375, 6946, 7155, 6691, 7757, 6397, 7279, 7479, 6675, 7976, 6407, 7335, 7459, 6471, 7584, 7185, 7077, 7647, 6330, 8455, 6700, 6954, 8020, 6357, 7916, 6360, 7506, 6464, 7277, 8067, 6413, 7594, 6274, 7784, 6483, 7338, 7908, 6487, 7822, 6273, 7766, 6703, 7395, 7750, 6924, 7964, 6282, 7529, 6758, 7276, 7983, 6554, 8314, 6326, 7466, 7376, 6895, 7814, 6385, 7430, 6305, 7179, 9582, 6795, 8706, 6465, 7312, 6499, 7018, 9030, 6613, 9882, 7058, 6825, 7990, 6621, 7023, 7729, 6477, 8015, 6494, 7778, 6459, 8945, 6455, 8459, 6844, 9007, 6824, 9254, 7474, 9510, 7696, 8956, 7945, 7526, 7083, 7045, 8698, 6582, 7743, 6570, 6686, 6648, 6508, 7368, 6364, 8057, 6577, 8187, 6541, 7453, 6560, 6970, 6704, 6595, 7639, 6432, 7557, 6963, 7224, 7859, 7022, 7952, 6567, 7619, 6684, 7419, 6521, 7532, 6331, 7281, 7138, 7094, 7700, 6493, 7838, 6467, 7636, 6648, 7207, 7212, 7208, 7870, 6819, 7945, 6405, 7800, 6895, 7563, 8100, 6771, 8003, 6647, 7663, 7745, 7264, 7910, 6123, 7921, 6600, 7676, 7044, 7653, 8051, 6917, 7963, 6329, 7928, 6501, 7414, 7796, 7337, 8133, 6509, 8024, 7238, 7605, 8173, 7289, 8095, 6342, 7669, 7929, 7280, 8074, 6506, 7794, 6621, 7479, 9035, 7039, 8098, 6483, 7766, 7929, 7128, 7971, 6435, 7824, 6989, 7458, 7818, 7054, 8931, 6434, 7449, 6970, 7428, 7811, 6954, 8006, 6358, 7884, 7256, 7257, 8018, 6501, 7836, 6528, 7339, 7419, 7232, 8120, 6500, 7636, 6365, 7636, 7562, 6991, 7850, 6412, 7790, 7597, 7272, 8006, 6563, 8042, 7304, 7621, 7893, 6433, 8046, 7266, 7664, 8006, 6618, 7685, 6862, 7474, 7807, 7094, 8782, 6661, 7964, 6409, 7580, 7501, 7180, 7725, 6343, 7770, 7634, 7374, 8209, 6474, 7363, 9235, 6943, 8035, 6333, 7561, 7877, 6984, 7726, 6743, 7440, 7470, 6981, 7653, 6322, 7532, 6863, 7071, 8728, 6308, 7553, 6466, 7375, 7156, 6654, 8209, 6295, 7319, 7605, 7112, 7735, 6286, 7420, 7504, 6818, 8253, 6670, 7333, 7655, 6939, 7994, 6349, 7452, 7495, 6787, 7709, 6262, 7403, 7577, 6740, 7623, 6373, 7343, 7935, 6418, 7538, 6727, 7319, 7386, 6454, 7625, 6670, 7151, 7674, 6546, 7304, 6496, 6999, 7679, 6738, 7573, 6583, 7148, 7656, 6696, 7164, 6672, 6960, 7674, 6442, 7540, 6628, 7056, 7770, 6428, 7308, 6567, 7058, 8802, 6250, 7336, 7081, 6923, 8426, 6354, 7360, 6933, 6768, 8716, 6525, 7345, 6879, 6920, 8954, 6498, 8645, 6736, 7129, 7317, 6898, 7684, 6746, 7256, 6934, 6806, 7581, 6778, 7233, 7666, 6606, 7554, 8228, 6990, 8844, 6769, 7279, 6869, 7301, 9305, 7046, 7270, 6898, 7236, 7311, 7390, 7208, 6972, 7161, 7503, 7351, 6994, 6995, 7050, 7180, 7098, 7012, 7017, 7057, 7610, 7109, 7085, 7033, 7065, 7422, 7051, 7258, 7897, 7322, 7333, 7265, 7381, 8329, 7444, 9520, 7214, 7184, 7309, 7494, 8619, 7442, 7334, 7198, 7678, 8543, 7429, 7178, 6982, 7623, 8009, 7577, 7235, 7300, 7464, 7405, 7272, 8087, 7366, 7206, 7230, 7474, 7714, 7261, 7121, 7303, 7251, 7391, 7747, 9300, 7738, 8255, 7714, 7884, 7720, 7077, 7929, 7535, 7739, 7610, 9012, 7636, 9968, 7930, 9471, 7402, 7929, 7552, 7773, 10457, 7985, 9615, 7360, 7636, 7535, 7616, 7909, 7782, 7585, 7810, 8235, 7804, 7970, 7643, 7949, 8913, 7721, 7482, 7557, 7834, 7724, 7958, 7882, 7921, 7692, 7620, 8043, 7892, 8038, 7987, 7874, 7104, 7558, 7773, 7952, 7962, 7993, 7793, 7402, 7861, 7742, 7953, 7715, 7672, 7760, 7844, 7933, 7957, 7947, 8038, 7179, 8177, 7499, 8112, 7644, 7963, 8132, 8121, 8076, 8288, 7984, 8017, 7940, 7952, 7899, 7818, 7640, 8051, 7739, 7876, 7904, 7921, 7982, 6921, 8024, 7737, 7771, 8022, 7353, 8227, 7739, 7997, 8174, 7757, 8113, 7341, 7799, 7755, 7247, 7911, 7616, 8111, 8257, 7509, 8062, 7707, 7967, 8179, 7665, 8051, 8418, 7973, 7923, 7892, 7790, 7865, 7897, 7751, 7900, 8055, 7975, 8010, 7362, 8007, 8266, 7376, 7943, 7694, 7733, 8056, 9048, 7954, 8151, 8005, 7949, 7863, 7669, 8216, 8412, 8101, 7764, 7772, 8240, 8500, 8024, 7978, 7746, 8063, 8158, 7908, 8222, 7801, 7599, 9083, 7834, 9380, 7859, 8297, 7832, 8340, 7618, 7918, 8036, 7881, 8292, 7588, 7858, 7961, 7990, 8460, 7528, 7958, 8137, 8108, 8229, 7846, 8299, 8159, 7881, 8194, 7850, 8070, 8010, 8270, 8312, 8026, 8330, 8365, 8029, 7951, 8060, 8322, 7695, 7881, 7877, 8093, 8152, 8199, 8021, 7546, 7881, 8330, 7989, 8402, 7927, 7773, 8260, 8096, 8473, 7784, 8210, 7660, 7992, 8460, 7432, 8167, 7979, 8058, 8250, 7824, 8205, 8054, 8144, 8088, 7255, 8299, 8406, 7574, 8358, 8045, 8245, 8408, 8014, 8361, 8026, 8309, 8470, 7711, 8257, 8486, 7627, 8329, 8378, 8131, 8497, 8140, 8267, 8473, 7843, 8310, 8663, 7879, 8541, 8183, 8416, 8762, 8985, 8426, 8118, 8160, 8389, 7279, 8175, 8263, 8278, 8409, 7730, 8192, 8433, 7101, 7776, 7938, 7656, 8100, 7859, 8041, 8053, 7978, 8154, 8785, 9163, 8156, 8439, 8402, 8271, 8242, 8886, 8385, 8796, 8227, 8509, 9635, 8340, 8549, 8154, 8357, 8197, 8526, 7757, 8148, 8128, 7944, 8503, 7676, 8265, 8066, 8007, 8262, 7393, 8491, 8402, 8402, 8360, 7908, 8136, 8427, 7685, 8175, 8176, 8242, 8426, 9420, 8132, 8260, 8038, 8529, 7930, 8293, 8021, 8206, 8262, 7749, 8010], 'WindowCenter': [3920.0, 3905.0, 3902.0, 3879.0, 3898.0, 3876.0, 3886.0, 3864.0, 3874.0, 3883.0, 3862.0, 3884.0, 3864.0, 3873.0, 3863.0, 3873.0, 3873.0, 3862.0, 3882.0, 3864.0, 3882.0, 3872.0, 3884.0, 3883.0, 3874.0, 3884.0, 3875.0, 3884.0, 3885.0, 3875.0, 3885.0, 3875.0, 3885.0, 3885.0, 3874.0, 3894.0, 3883.0, 3874.0, 3885.0, 3864.0, 3883.0, 3864.0, 3883.0, 3873.0, 3873.0, 3903.0, 3860.0, 3882.0, 3861.0, 3871.0, 3861.0, 3861.0, 3883.0, 3862.0, 3871.0, 3872.0, 3872.0, 3883.0, 3862.0, 3873.0, 3862.0, 3861.0, 3871.0, 3850.0, 3880.0, 3851.0, 3860.0, 3861.0, 3861.0, 3871.0, 3862.0, 3871.0, 3873.0, 3873.0, 3883.0, 3862.0, 3884.0, 3884.0, 3864.0, 3884.0, 3875.0, 3874.0, 3885.0, 3866.0, 3894.0, 3875.0, 3873.0, 3884.0, 3864.0, 3884.0, 3864.0, 3874.0, 3864.0, 3886.0, 3885.0, 3863.0, 3883.0, 3863.0, 3883.0, 3863.0, 3873.0, 3885.0, 3865.0, 3884.0, 3863.0, 3884.0, 3875.0, 3885.0, 3886.0, 3875.0, 3885.0, 3864.0, 3884.0, 3875.0, 3885.0, 3884.0, 3864.0, 3893.0, 3865.0, 3875.0, 3886.0, 3874.0, 3885.0, 3865.0, 3884.0, 3865.0, 3873.0, 3905.0, 3874.0, 3895.0, 3863.0, 3872.0, 3862.0, 3872.0, 3893.0, 3861.0, 3903.0, 3875.0, 3875.0, 3884.0, 3864.0, 3873.0, 3871.0, 3864.0, 3883.0, 3875.0, 3899.0, 3876.0, 3894.0, 3862.0, 3883.0, 3862.0, 3881.0, 3861.0, 3880.0, 3860.0, 3879.0, 3859.0, 3869.0, 3859.0, 3856.0, 3846.0, 3844.0, 3855.0, 3834.0, 3844.0, 3833.0, 3834.0, 3834.0, 3834.0, 3845.0, 3834.0, 3853.0, 3835.0, 3854.0, 3835.0, 3844.0, 3845.0, 3845.0, 3843.0, 3844.0, 3856.0, 3847.0, 3856.0, 3859.0, 3871.0, 3881.0, 3872.0, 3881.0, 3864.0, 3871.0, 3861.0, 3872.0, 3862.0, 3870.0, 3863.0, 3872.0, 3862.0, 3873.0, 3871.0, 3861.0, 3873.0, 3862.0, 3872.0, 3862.0, 3872.0, 3872.0, 3873.0, 3881.0, 3863.0, 3882.0, 3864.0, 3883.0, 3873.0, 3885.0, 3884.0, 3874.0, 3884.0, 3873.0, 3885.0, 3886.0, 3885.0, 3895.0, 3866.0, 3897.0, 3874.0, 3885.0, 3875.0, 3884.0, 3884.0, 3875.0, 3885.0, 3865.0, 3884.0, 3864.0, 3885.0, 3886.0, 3885.0, 3895.0, 3875.0, 3897.0, 3887.0, 3887.0, 3897.0, 3886.0, 3897.0, 3877.0, 3897.0, 3897.0, 3887.0, 3897.0, 3876.0, 3897.0, 3877.0, 3885.0, 3907.0, 3876.0, 3887.0, 3876.0, 3885.0, 3897.0, 3886.0, 3895.0, 3877.0, 3885.0, 3887.0, 3886.0, 3886.0, 3886.0, 3907.0, 3865.0, 3886.0, 3874.0, 3885.0, 3885.0, 3875.0, 3885.0, 3864.0, 3885.0, 3885.0, 3885.0, 3884.0, 3866.0, 3886.0, 3864.0, 3874.0, 3884.0, 3874.0, 3883.0, 3863.0, 3884.0, 3864.0, 3885.0, 3885.0, 3874.0, 3895.0, 3864.0, 3885.0, 3886.0, 3885.0, 3895.0, 3877.0, 3897.0, 3887.0, 3898.0, 3896.0, 3876.0, 3896.0, 3886.0, 3886.0, 3897.0, 3876.0, 3886.0, 3874.0, 3886.0, 3885.0, 3874.0, 3895.0, 3875.0, 3883.0, 3864.0, 3884.0, 3885.0, 3874.0, 3886.0, 3865.0, 3886.0, 3886.0, 3885.0, 3895.0, 3875.0, 3886.0, 3907.0, 3875.0, 3883.0, 3865.0, 3884.0, 3885.0, 3874.0, 3884.0, 3874.0, 3884.0, 3886.0, 3887.0, 3885.0, 3876.0, 3886.0, 3875.0, 3874.0, 3896.0, 3865.0, 3884.0, 3863.0, 3872.0, 3874.0, 3874.0, 3894.0, 3863.0, 3873.0, 3885.0, 3875.0, 3884.0, 3864.0, 3884.0, 3884.0, 3876.0, 3896.0, 3876.0, 3885.0, 3885.0, 3874.0, 3884.0, 3866.0, 3885.0, 3885.0, 3875.0, 3885.0, 3866.0, 3884.0, 3885.0, 3875.0, 3886.0, 3876.0, 3886.0, 3896.0, 3875.0, 3886.0, 3876.0, 3886.0, 3886.0, 3876.0, 3885.0, 3875.0, 3885.0, 3885.0, 3876.0, 3887.0, 3876.0, 3887.0, 3885.0, 3876.0, 3885.0, 3875.0, 3875.0, 3886.0, 3876.0, 3875.0, 3876.0, 3875.0, 3886.0, 3877.0, 3885.0, 3876.0, 3887.0, 3896.0, 3876.0, 3886.0, 3877.0, 3887.0, 3908.0, 3877.0, 3886.0, 3876.0, 3886.0, 3896.0, 3875.0, 3886.0, 3887.0, 3875.0, 3897.0, 3876.0, 3886.0, 3875.0, 3875.0, 3896.0, 3875.0, 3895.0, 3875.0, 3873.0, 3875.0, 3874.0, 3885.0, 3875.0, 3886.0, 3876.0, 3877.0, 3897.0, 3876.0, 3886.0, 3898.0, 3878.0, 3897.0, 3897.0, 3888.0, 3908.0, 3877.0, 3885.0, 3876.0, 3886.0, 3906.0, 3875.0, 3886.0, 3875.0, 3886.0, 3885.0, 3887.0, 3887.0, 3887.0, 3887.0, 3887.0, 3886.0, 3886.0, 3886.0, 3887.0, 3887.0, 3888.0, 3887.0, 3888.0, 3887.0, 3898.0, 3887.0, 3886.0, 3887.0, 3887.0, 3886.0, 3887.0, 3887.0, 3897.0, 3888.0, 3888.0, 3886.0, 3887.0, 3897.0, 3887.0, 3906.0, 3885.0, 3875.0, 3885.0, 3885.0, 3895.0, 3885.0, 3886.0, 3875.0, 3886.0, 3895.0, 3886.0, 3875.0, 3876.0, 3885.0, 3886.0, 3886.0, 3885.0, 3885.0, 3885.0, 3886.0, 3885.0, 3884.0, 3885.0, 3886.0, 3885.0, 3885.0, 3884.0, 3886.0, 3875.0, 3886.0, 3885.0, 3885.0, 3887.0, 3907.0, 3887.0, 3897.0, 3886.0, 3897.0, 3898.0, 3887.0, 3899.0, 3898.0, 3899.0, 3898.0, 3910.0, 3899.0, 3919.0, 3897.0, 3906.0, 3875.0, 3883.0, 3874.0, 3873.0, 3903.0, 3872.0, 3892.0, 3871.0, 3871.0, 3870.0, 3870.0, 3870.0, 3870.0, 3869.0, 3871.0, 3881.0, 3871.0, 3869.0, 3870.0, 3869.0, 3879.0, 3869.0, 3859.0, 3869.0, 3858.0, 3859.0, 3870.0, 3870.0, 3869.0, 3869.0, 3870.0, 3871.0, 3871.0, 3870.0, 3881.0, 3882.0, 3872.0, 3872.0, 3872.0, 3883.0, 3884.0, 3883.0, 3885.0, 3873.0, 3883.0, 3883.0, 3885.0, 3883.0, 3884.0, 3885.0, 3886.0, 3895.0, 3895.0, 3896.0, 3897.0, 3887.0, 3898.0, 3887.0, 3898.0, 3899.0, 3899.0, 3898.0, 3897.0, 3897.0, 3896.0, 3897.0, 3897.0, 3897.0, 3885.0, 3886.0, 3886.0, 3885.0, 3897.0, 3885.0, 3896.0, 3895.0, 3896.0, 3897.0, 3876.0, 3898.0, 3886.0, 3897.0, 3897.0, 3886.0, 3898.0, 3898.0, 3897.0, 3897.0, 3898.0, 3899.0, 3888.0, 3899.0, 3897.0, 3887.0, 3899.0, 3897.0, 3899.0, 3908.0, 3888.0, 3899.0, 3898.0, 3898.0, 3898.0, 3886.0, 3898.0, 3896.0, 3898.0, 3896.0, 3897.0, 3887.0, 3885.0, 3897.0, 3886.0, 3896.0, 3896.0, 3895.0, 3897.0, 3885.0, 3896.0, 3896.0, 3886.0, 3896.0, 3886.0, 3898.0, 3897.0, 3907.0, 3898.0, 3897.0, 3897.0, 3897.0, 3896.0, 3885.0, 3897.0, 3896.0, 3898.0, 3886.0, 3896.0, 3897.0, 3896.0, 3896.0, 3884.0, 3886.0, 3885.0, 3884.0, 3885.0, 3884.0, 3885.0, 3874.0, 3895.0, 3872.0, 3893.0, 3873.0, 3882.0, 3871.0, 3881.0, 3870.0, 3881.0, 3870.0, 3882.0, 3882.0, 3871.0, 3884.0, 3883.0, 3883.0, 3883.0, 3883.0, 3885.0, 3884.0, 3894.0, 3896.0, 3884.0, 3896.0, 3885.0, 3886.0, 3895.0, 3884.0, 3884.0, 3884.0, 3896.0, 3883.0, 3885.0, 3883.0, 3884.0, 3885.0, 3884.0, 3885.0, 3896.0, 3885.0, 3897.0, 3884.0, 3886.0, 3885.0, 3895.0, 3886.0, 3884.0, 3884.0, 3884.0, 3885.0, 3884.0, 3885.0, 3884.0, 3884.0, 3884.0, 3885.0, 3884.0, 3895.0, 3885.0, 3885.0, 3897.0, 3886.0, 3898.0, 3897.0, 3896.0, 3897.0, 3898.0, 3899.0, 3898.0, 3898.0, 3898.0, 3887.0, 3897.0, 3897.0, 3897.0, 3899.0, 3897.0, 3898.0, 3898.0, 3898.0, 3909.0, 3897.0, 3898.0, 3898.0, 3888.0, 3899.0, 3909.0, 3888.0, 3898.0, 3898.0, 3898.0, 3910.0, 3900.0, 3899.0, 3909.0, 3898.0, 3909.0, 3908.0, 3899.0, 3908.0, 3897.0, 3898.0, 3897.0, 3907.0, 3897.0, 3896.0, 3898.0, 3897.0, 3886.0, 3897.0, 3896.0, 3896.0, 3898.0, 3888.0, 3898.0, 3898.0, 3886.0, 3898.0, 3898.0, 3899.0, 3899.0, 3898.0, 3899.0, 3899.0, 3897.0, 3898.0, 3908.0, 3908.0, 3899.0, 3897.0, 3898.0, 3899.0, 3897.0, 3907.0, 3898.0, 3896.0, 3896.0, 3896.0, 3907.0, 3897.0, 3897.0, 3886.0, 3884.0, 3884.0, 3895.0, 3875.0, 3885.0, 3883.0, 3884.0, 3896.0, 3884.0, 3884.0, 3884.0, 3884.0, 3896.0, 3885.0, 3896.0, 3897.0, 3896.0, 3898.0, 3886.0, 3898.0, 3896.0, 3887.0, 3896.0, 3895.0, 3896.0, 3896.0, 3906.0, 3885.0, 3895.0, 3886.0, 3897.0, 3885.0, 3897.0, 3896.0, 3895.0, 3897.0, 3900.0, 3915.0], 'WindowWidth': [8788.0, 8756.0, 8743.0, 8708.0, 8729.0, 8696.0, 8706.0, 8676.0, 8686.0, 8698.0, 8671.0, 8700.0, 8674.0, 8684.0, 8671.0, 8682.0, 8682.0, 8669.0, 8694.0, 8673.0, 8696.0, 8682.0, 8700.0, 8698.0, 8689.0, 8702.0, 8691.0, 8701.0, 8704.0, 8692.0, 8705.0, 8691.0, 8704.0, 8704.0, 8689.0, 8715.0, 8699.0, 8687.0, 8704.0, 8674.0, 8697.0, 8674.0, 8696.0, 8685.0, 8683.0, 8725.0, 8663.0, 8694.0, 8665.0, 8677.0, 8665.0, 8666.0, 8697.0, 8668.0, 8678.0, 8682.0, 8683.0, 8698.0, 8670.0, 8682.0, 8667.0, 8666.0, 8678.0, 8649.0, 8689.0, 8651.0, 8660.0, 8663.0, 8666.0, 8677.0, 8669.0, 8679.0, 8683.0, 8685.0, 8696.0, 8671.0, 8700.0, 8701.0, 8675.0, 8701.0, 8691.0, 8689.0, 8705.0, 8680.0, 8715.0, 8690.0, 8684.0, 8700.0, 8674.0, 8700.0, 8675.0, 8687.0, 8676.0, 8704.0, 8703.0, 8671.0, 8699.0, 8671.0, 8696.0, 8672.0, 8686.0, 8703.0, 8676.0, 8702.0, 8673.0, 8703.0, 8692.0, 8705.0, 8708.0, 8692.0, 8704.0, 8675.0, 8701.0, 8690.0, 8703.0, 8702.0, 8674.0, 8712.0, 8678.0, 8689.0, 8709.0, 8689.0, 8704.0, 8677.0, 8700.0, 8678.0, 8686.0, 8728.0, 8687.0, 8714.0, 8670.0, 8681.0, 8667.0, 8680.0, 8710.0, 8666.0, 8724.0, 8692.0, 8690.0, 8701.0, 8672.0, 8683.0, 8679.0, 8673.0, 8696.0, 8691.0, 8731.0, 8696.0, 8713.0, 8669.0, 8695.0, 8667.0, 8690.0, 8662.0, 8686.0, 8659.0, 8683.0, 8656.0, 8667.0, 8654.0, 8646.0, 8632.0, 8628.0, 8643.0, 8614.0, 8626.0, 8613.0, 8615.0, 8615.0, 8615.0, 8631.0, 8615.0, 8639.0, 8616.0, 8642.0, 8618.0, 8627.0, 8631.0, 8630.0, 8628.0, 8629.0, 8648.0, 8637.0, 8650.0, 8658.0, 8677.0, 8689.0, 8680.0, 8690.0, 8674.0, 8680.0, 8667.0, 8681.0, 8668.0, 8675.0, 8668.0, 8680.0, 8666.0, 8683.0, 8677.0, 8666.0, 8682.0, 8669.0, 8680.0, 8668.0, 8679.0, 8680.0, 8683.0, 8691.0, 8671.0, 8694.0, 8673.0, 8698.0, 8683.0, 8702.0, 8700.0, 8689.0, 8701.0, 8686.0, 8703.0, 8706.0, 8705.0, 8718.0, 8682.0, 8721.0, 8690.0, 8705.0, 8690.0, 8702.0, 8702.0, 8690.0, 8702.0, 8677.0, 8703.0, 8676.0, 8704.0, 8706.0, 8703.0, 8716.0, 8693.0, 8724.0, 8710.0, 8709.0, 8722.0, 8708.0, 8725.0, 8698.0, 8725.0, 8724.0, 8711.0, 8723.0, 8696.0, 8724.0, 8698.0, 8706.0, 8737.0, 8693.0, 8708.0, 8693.0, 8705.0, 8723.0, 8707.0, 8719.0, 8697.0, 8707.0, 8710.0, 8707.0, 8707.0, 8708.0, 8735.0, 8679.0, 8707.0, 8690.0, 8704.0, 8703.0, 8692.0, 8704.0, 8676.0, 8703.0, 8705.0, 8705.0, 8702.0, 8680.0, 8707.0, 8674.0, 8688.0, 8701.0, 8687.0, 8699.0, 8672.0, 8701.0, 8676.0, 8704.0, 8704.0, 8688.0, 8717.0, 8677.0, 8705.0, 8707.0, 8706.0, 8720.0, 8697.0, 8723.0, 8710.0, 8726.0, 8721.0, 8696.0, 8719.0, 8707.0, 8707.0, 8721.0, 8696.0, 8708.0, 8691.0, 8706.0, 8704.0, 8690.0, 8717.0, 8691.0, 8699.0, 8674.0, 8701.0, 8703.0, 8690.0, 8706.0, 8679.0, 8706.0, 8706.0, 8706.0, 8719.0, 8694.0, 8707.0, 8735.0, 8691.0, 8699.0, 8679.0, 8702.0, 8705.0, 8689.0, 8702.0, 8690.0, 8702.0, 8708.0, 8709.0, 8705.0, 8695.0, 8706.0, 8692.0, 8689.0, 8719.0, 8677.0, 8702.0, 8670.0, 8683.0, 8687.0, 8687.0, 8713.0, 8671.0, 8685.0, 8703.0, 8691.0, 8702.0, 8675.0, 8701.0, 8702.0, 8693.0, 8720.0, 8693.0, 8705.0, 8703.0, 8689.0, 8702.0, 8680.0, 8702.0, 8704.0, 8691.0, 8703.0, 8679.0, 8701.0, 8705.0, 8692.0, 8707.0, 8694.0, 8707.0, 8719.0, 8692.0, 8706.0, 8694.0, 8707.0, 8707.0, 8694.0, 8705.0, 8692.0, 8706.0, 8704.0, 8695.0, 8709.0, 8693.0, 8709.0, 8703.0, 8695.0, 8705.0, 8692.0, 8691.0, 8706.0, 8694.0, 8691.0, 8694.0, 8690.0, 8706.0, 8697.0, 8706.0, 8694.0, 8710.0, 8721.0, 8695.0, 8707.0, 8697.0, 8710.0, 8739.0, 8695.0, 8708.0, 8693.0, 8708.0, 8719.0, 8691.0, 8706.0, 8708.0, 8693.0, 8722.0, 8694.0, 8705.0, 8690.0, 8691.0, 8720.0, 8692.0, 8719.0, 8690.0, 8686.0, 8688.0, 8686.0, 8704.0, 8691.0, 8705.0, 8694.0, 8696.0, 8723.0, 8693.0, 8709.0, 8727.0, 8700.0, 8725.0, 8725.0, 8712.0, 8739.0, 8696.0, 8705.0, 8693.0, 8706.0, 8731.0, 8690.0, 8705.0, 8690.0, 8706.0, 8703.0, 8709.0, 8708.0, 8709.0, 8711.0, 8709.0, 8709.0, 8707.0, 8709.0, 8710.0, 8710.0, 8713.0, 8713.0, 8714.0, 8712.0, 8724.0, 8710.0, 8709.0, 8711.0, 8711.0, 8709.0, 8710.0, 8709.0, 8725.0, 8713.0, 8712.0, 8708.0, 8709.0, 8722.0, 8709.0, 8733.0, 8705.0, 8691.0, 8703.0, 8704.0, 8716.0, 8704.0, 8705.0, 8690.0, 8706.0, 8717.0, 8707.0, 8690.0, 8694.0, 8705.0, 8706.0, 8705.0, 8703.0, 8704.0, 8704.0, 8705.0, 8704.0, 8702.0, 8704.0, 8706.0, 8703.0, 8703.0, 8702.0, 8705.0, 8691.0, 8704.0, 8703.0, 8703.0, 8710.0, 8736.0, 8709.0, 8721.0, 8705.0, 8721.0, 8726.0, 8710.0, 8731.0, 8728.0, 8731.0, 8728.0, 8745.0, 8728.0, 8755.0, 8723.0, 8732.0, 8690.0, 8695.0, 8684.0, 8682.0, 8721.0, 8677.0, 8704.0, 8677.0, 8677.0, 8672.0, 8672.0, 8674.0, 8673.0, 8670.0, 8678.0, 8688.0, 8675.0, 8672.0, 8673.0, 8670.0, 8682.0, 8670.0, 8659.0, 8669.0, 8654.0, 8655.0, 8671.0, 8671.0, 8672.0, 8672.0, 8674.0, 8675.0, 8676.0, 8675.0, 8690.0, 8693.0, 8682.0, 8680.0, 8680.0, 8696.0, 8699.0, 8697.0, 8701.0, 8685.0, 8698.0, 8697.0, 8702.0, 8698.0, 8701.0, 8702.0, 8705.0, 8717.0, 8718.0, 8719.0, 8723.0, 8710.0, 8726.0, 8711.0, 8725.0, 8728.0, 8728.0, 8725.0, 8724.0, 8724.0, 8720.0, 8722.0, 8722.0, 8721.0, 8704.0, 8706.0, 8705.0, 8702.0, 8723.0, 8704.0, 8721.0, 8718.0, 8719.0, 8722.0, 8695.0, 8724.0, 8709.0, 8722.0, 8724.0, 8709.0, 8725.0, 8724.0, 8723.0, 8723.0, 8724.0, 8727.0, 8713.0, 8728.0, 8725.0, 8711.0, 8728.0, 8724.0, 8729.0, 8739.0, 8714.0, 8730.0, 8726.0, 8726.0, 8726.0, 8709.0, 8725.0, 8721.0, 8725.0, 8720.0, 8723.0, 8708.0, 8705.0, 8722.0, 8707.0, 8720.0, 8720.0, 8718.0, 8723.0, 8705.0, 8721.0, 8719.0, 8708.0, 8721.0, 8706.0, 8726.0, 8724.0, 8737.0, 8724.0, 8722.0, 8721.0, 8721.0, 8722.0, 8705.0, 8723.0, 8722.0, 8725.0, 8706.0, 8721.0, 8722.0, 8721.0, 8720.0, 8702.0, 8705.0, 8703.0, 8700.0, 8703.0, 8699.0, 8703.0, 8684.0, 8713.0, 8680.0, 8708.0, 8681.0, 8691.0, 8676.0, 8688.0, 8673.0, 8690.0, 8675.0, 8692.0, 8693.0, 8677.0, 8698.0, 8697.0, 8696.0, 8697.0, 8696.0, 8702.0, 8700.0, 8715.0, 8719.0, 8701.0, 8719.0, 8702.0, 8706.0, 8716.0, 8702.0, 8700.0, 8698.0, 8717.0, 8697.0, 8700.0, 8697.0, 8700.0, 8703.0, 8699.0, 8702.0, 8718.0, 8704.0, 8721.0, 8701.0, 8706.0, 8702.0, 8717.0, 8704.0, 8701.0, 8701.0, 8699.0, 8703.0, 8700.0, 8702.0, 8701.0, 8699.0, 8700.0, 8703.0, 8701.0, 8717.0, 8702.0, 8703.0, 8723.0, 8706.0, 8724.0, 8722.0, 8721.0, 8724.0, 8725.0, 8727.0, 8727.0, 8725.0, 8725.0, 8711.0, 8724.0, 8724.0, 8724.0, 8728.0, 8724.0, 8726.0, 8725.0, 8727.0, 8742.0, 8725.0, 8727.0, 8727.0, 8712.0, 8728.0, 8742.0, 8711.0, 8725.0, 8727.0, 8728.0, 8744.0, 8732.0, 8729.0, 8742.0, 8726.0, 8742.0, 8739.0, 8728.0, 8739.0, 8722.0, 8724.0, 8722.0, 8737.0, 8723.0, 8719.0, 8724.0, 8723.0, 8707.0, 8723.0, 8720.0, 8721.0, 8726.0, 8711.0, 8725.0, 8727.0, 8709.0, 8727.0, 8727.0, 8729.0, 8731.0, 8727.0, 8728.0, 8728.0, 8723.0, 8726.0, 8739.0, 8739.0, 8727.0, 8724.0, 8726.0, 8727.0, 8722.0, 8737.0, 8723.0, 8718.0, 8718.0, 8718.0, 8733.0, 8719.0, 8720.0, 8703.0, 8699.0, 8701.0, 8715.0, 8687.0, 8701.0, 8697.0, 8699.0, 8717.0, 8699.0, 8701.0, 8701.0, 8701.0, 8718.0, 8702.0, 8718.0, 8721.0, 8719.0, 8724.0, 8706.0, 8723.0, 8720.0, 8708.0, 8720.0, 8717.0, 8719.0, 8718.0, 8732.0, 8704.0, 8716.0, 8705.0, 8721.0, 8703.0, 8721.0, 8718.0, 8718.0, 8721.0, 8733.0, 8762.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.0003455069124423963</td></tr>
<tr><td colspan=3>aqi</td><td>0.029031283179723498</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>32.61657061010376</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.092294776412917</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9441227254671285</td></tr>
<tr><td colspan=3>efc</td><td>0.4469</td></tr>
<tr><td colspan=3>fber</td><td>6918.9248</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.056065320607451744</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3824884792626728</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4101498776343027</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.320208581045553</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6381225734658926</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2721184783914623</td></tr>
<tr><td colspan=3>gcor</td><td>0.00989241</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016907265409827232</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.014139112085103989</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9787579977418397</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>30.9729</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.7607</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.7367</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309808.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>713.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>309.4518</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3503</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>478.6977</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3176.4686</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3378.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66736.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1102.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4112.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>849.0023</td></tr>
<tr><td colspan=3>tsnr</td><td>38.517882691463456</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>