<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0116_ses-01_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0116_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0116_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0116_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0116_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0116_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0116_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0116_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0116/ses-01/func/sub-0116_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>54a62c451702d0c3694c36c08032acaf</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:17:55.680000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997685, -0.0466459, 0.0494923, 0.0404199, 0.99194, 0.12009]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.101586</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7891, -7232, 471, -150, -385, 237, 106]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>247.476</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d8ea491b-8202-41cc-870a-8ae7c8e642d2||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6767148971557617, 0.1084437146782875, 0.1476767659187317, 106.60015106201172], [0.12514741718769073, 2.661302089691162, 0.3180912137031555, -108.91529846191406], [0.13278426229953766, -0.3221929371356964, 2.6771271228790283, -60.963809967041016], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['181755.680000', '181756.140000', '181756.600000', '181757.060000', '181757.520000', '181757.980000', '181758.440000', '181758.900000', '181759.360000', '181759.820000', '181800.280000', '181800.740000', '181801.200000', '181801.660000', '181802.120000', '181802.580000', '181803.040000', '181803.500000', '181803.960000', '181804.420000', '181804.880000', '181805.340000', '181805.800000', '181806.260000', '181806.720000', '181807.180000', '181807.640000', '181808.100000', '181808.560000', '181809.020000', '181809.480000', '181809.940000', '181810.400000', '181810.860000', '181811.320000', '181811.780000', '181812.240000', '181812.700000', '181813.160000', '181813.620000', '181814.080000', '181814.540000', '181815.000000', '181815.460000', '181815.920000', '181816.380000', '181816.840000', '181817.300000', '181817.760000', '181818.220000', '181818.680000', '181819.140000', '181819.600000', '181820.060000', '181820.520000', '181820.980000', '181821.440000', '181821.900000', '181822.360000', '181822.820000', '181823.280000', '181823.740000', '181824.200000', '181824.660000', '181825.120000', '181825.580000', '181826.040000', '181826.500000', '181826.960000', '181827.420000', '181827.880000', '181828.340000', '181828.800000', '181829.260000', '181829.720000', '181830.180000', '181830.640000', '181831.100000', '181831.560000', '181832.020000', '181832.480000', '181832.940000', '181833.400000', '181833.860000', '181834.320000', '181834.780000', '181835.240000', '181835.700000', '181836.160000', '181836.620000', '181837.080000', '181837.540000', '181838.000000', '181838.460000', '181838.920000', '181839.380000', '181839.840000', '181840.300000', '181840.760000', '181841.220000', '181841.680000', '181842.140000', '181842.600000', '181843.060000', '181843.520000', '181843.980000', '181844.440000', '181844.900000', '181845.360000', '181845.820000', '181846.280000', '181846.740000', '181847.200000', '181847.660000', '181848.120000', '181848.580000', '181849.040000', '181849.500000', '181849.960000', '181850.420000', '181850.880000', '181851.340000', '181851.800000', '181852.260000', '181852.720000', '181853.180000', '181853.640000', '181854.100000', '181854.560000', '181855.020000', '181855.480000', '181855.940000', '181856.400000', '181856.860000', '181857.320000', '181857.780000', '181858.240000', '181858.700000', '181859.160000', '181859.620000', '181900.080000', '181900.540000', '181901.000000', '181901.460000', '181901.920000', '181902.380000', '181902.840000', '181903.300000', '181903.760000', '181904.220000', '181904.680000', '181905.140000', '181905.600000', '181906.060000', '181906.520000', '181906.980000', '181907.440000', '181907.900000', '181908.360000', '181908.820000', '181909.280000', '181909.740000', '181910.200000', '181910.660000', '181911.120000', '181911.580000', '181912.040000', '181912.500000', '181912.960000', '181913.420000', '181913.880000', '181914.340000', '181914.800000', '181915.260000', '181915.720000', '181916.180000', '181916.640000', '181917.100000', '181917.560000', '181918.020000', '181918.480000', '181918.940000', '181919.400000', '181919.860000', '181920.320000', '181920.780000', '181921.240000', '181921.700000', '181922.160000', '181922.620000', '181923.080000', '181923.540000', '181924.000000', '181924.460000', '181924.920000', '181925.380000', '181925.840000', '181926.300000', '181926.760000', '181927.220000', '181927.680000', '181928.140000', '181928.600000', '181929.060000', '181929.520000', '181929.980000', '181930.440000', '181930.900000', '181931.360000', '181931.820000', '181932.280000', '181932.740000', '181933.200000', '181933.660000', '181934.120000', '181934.580000', '181935.040000', '181935.500000', '181935.960000', '181936.420000', '181936.880000', '181937.340000', '181937.800000', '181938.260000', '181938.720000', '181939.180000', '181939.640000', '181940.100000', '181940.560000', '181941.020000', '181941.480000', '181941.940000', '181942.400000', '181942.860000', '181943.320000', '181943.780000', '181944.240000', '181944.700000', '181945.160000', '181945.620000', '181946.080000', '181946.540000', '181947.000000', '181947.460000', '181947.920000', '181948.380000', '181948.840000', '181949.300000', '181949.760000', '181950.220000', '181950.680000', '181951.140000', '181951.600000', '181952.060000', '181952.520000', '181952.980000', '181953.440000', '181953.900000', '181954.360000', '181954.820000', '181955.280000', '181955.740000', '181956.200000', '181956.660000', '181957.120000', '181957.580000', '181958.040000', '181958.500000', '181958.960000', '181959.420000', '181959.880000', '182000.340000', '182000.800000', '182001.260000', '182001.720000', '182002.180000', '182002.640000', '182003.100000', '182003.560000', '182004.020000', '182004.480000', '182004.940000', '182005.400000', '182005.860000', '182006.320000', '182006.780000', '182007.240000', '182007.700000', '182008.160000', '182008.620000', '182009.080000', '182009.540000', '182010.000000', '182010.460000', '182010.920000', '182011.380000', '182011.840000', '182012.300000', '182012.760000', '182013.220000', '182013.680000', '182014.140000', '182014.600000', '182015.060000', '182015.520000', '182015.980000', '182016.440000', '182016.900000', '182017.360000', '182017.820000', '182018.280000', '182018.740000', '182019.200000', '182019.660000', '182020.120000', '182020.580000', '182021.040000', '182021.500000', '182021.960000', '182022.420000', '182022.880000', '182023.340000', '182023.800000', '182024.260000', '182024.720000', '182025.180000', '182025.640000', '182026.100000', '182026.560000', '182027.020000', '182027.480000', '182027.940000', '182028.400000', '182028.860000', '182029.320000', '182029.780000', '182030.240000', '182030.700000', '182031.160000', '182031.620000', '182032.080000', '182032.540000', '182033.000000', '182033.460000', '182033.920000', '182034.380000', '182034.840000', '182035.300000', '182035.760000', '182036.220000', '182036.680000', '182037.140000', '182037.600000', '182038.060000', '182038.520000', '182038.980000', '182039.440000', '182039.900000', '182040.360000', '182040.820000', '182041.280000', '182041.740000', '182042.200000', '182042.660000', '182043.120000', '182043.580000', '182044.040000', '182044.500000', '182044.960000', '182045.420000', '182045.880000', '182046.340000', '182046.800000', '182047.260000', '182047.720000', '182048.180000', '182048.640000', '182049.100000', '182049.560000', '182050.020000', '182050.480000', '182050.940000', '182051.400000', '182051.860000', '182052.320000', '182052.780000', '182053.240000', '182053.700000', '182054.160000', '182054.620000', '182055.080000', '182055.540000', '182056.000000', '182056.460000', '182056.920000', '182057.380000', '182057.840000', '182058.300000', '182058.760000', '182059.220000', '182059.680000', '182100.140000', '182100.600000', '182101.060000', '182101.520000', '182101.980000', '182102.440000', '182102.900000', '182103.360000', '182103.820000', '182104.280000', '182104.740000', '182105.200000', '182105.660000', '182106.120000', '182106.580000', '182107.040000', '182107.500000', '182107.960000', '182108.420000', '182108.880000', '182109.340000', '182109.800000', '182110.260000', '182110.720000', '182111.180000', '182111.640000', '182112.100000', '182112.560000', '182113.020000', '182113.480000', '182113.940000', '182114.400000', '182114.860000', '182115.320000', '182115.780000', '182116.240000', '182116.700000', '182117.160000', '182117.620000', '182118.080000', '182118.540000', '182119.000000', '182119.460000', '182119.920000', '182120.380000', '182120.840000', '182121.300000', '182121.760000', '182122.220000', '182122.680000', '182123.140000', '182123.600000', '182124.060000', '182124.520000', '182124.980000', '182125.440000', '182125.900000', '182126.360000', '182126.820000', '182127.280000', '182127.740000', '182128.200000', '182128.660000', '182129.120000', '182129.580000', '182130.040000', '182130.500000', '182130.960000', '182131.420000', '182131.880000', '182132.340000', '182132.800000', '182133.260000', '182133.720000', '182134.180000', '182134.640000', '182135.100000', '182135.560000', '182136.020000', '182136.480000', '182136.940000', '182137.400000', '182137.860000', '182138.320000', '182138.780000', '182139.240000', '182139.700000', '182140.160000', '182140.620000', '182141.080000', '182141.540000', '182142.000000', '182142.460000', '182142.920000', '182143.380000', '182143.840000', '182144.300000', '182144.760000', '182145.220000', '182145.680000', '182146.140000', '182146.600000', '182147.060000', '182147.520000', '182147.980000', '182148.440000', '182148.900000', '182149.360000', '182149.820000', '182150.280000', '182150.740000', '182151.200000', '182151.660000', '182152.120000', '182152.580000', '182153.040000', '182153.500000', '182153.960000', '182154.420000', '182154.880000', '182155.340000', '182155.800000', '182156.260000', '182156.720000', '182157.180000', '182157.640000', '182158.100000', '182158.560000', '182159.020000', '182159.480000', '182159.940000', '182200.400000', '182200.860000', '182201.320000', '182201.780000', '182202.240000', '182202.700000', '182203.160000', '182203.620000', '182204.080000', '182204.540000', '182205.000000', '182205.460000', '182205.920000', '182206.380000', '182206.840000', '182207.300000', '182207.760000', '182208.220000', '182208.680000', '182209.140000', '182209.600000', '182210.060000', '182210.520000', '182210.980000', '182211.440000', '182211.900000', '182212.360000', '182212.820000', '182213.280000', '182213.740000', '182214.200000', '182214.660000', '182215.120000', '182215.580000', '182216.040000', '182216.500000', '182216.960000', '182217.420000', '182217.880000', '182218.340000', '182218.800000', '182219.260000', '182219.720000', '182220.180000', '182220.640000', '182221.100000', '182221.560000', '182222.020000', '182222.480000', '182222.940000', '182223.400000', '182223.860000', '182224.320000', '182224.780000', '182225.240000', '182225.700000', '182226.160000', '182226.620000', '182227.080000', '182227.540000', '182228.000000', '182228.460000', '182228.920000', '182229.380000', '182229.840000', '182230.300000', '182230.760000', '182231.220000', '182231.680000', '182232.140000', '182232.600000', '182233.060000', '182233.520000', '182233.980000', '182234.440000', '182234.900000', '182235.360000', '182235.820000', '182236.280000', '182236.740000', '182237.200000', '182237.660000', '182238.120000', '182238.580000', '182239.040000', '182239.500000', '182239.960000', '182240.420000', '182240.880000', '182241.340000', '182241.800000', '182242.260000', '182242.720000', '182243.180000', '182243.640000', '182244.100000', '182244.560000', '182245.020000', '182245.480000', '182245.940000', '182246.400000', '182246.860000', '182247.320000', '182247.780000', '182248.240000', '182248.700000', '182249.160000', '182249.620000', '182250.080000', '182250.540000', '182251.000000', '182251.460000', '182251.920000', '182252.380000', '182252.840000', '182253.300000', '182253.760000', '182254.220000', '182254.680000', '182255.140000', '182255.600000', '182256.060000', '182256.520000', '182256.980000', '182257.440000', '182257.900000', '182258.360000', '182258.820000', '182259.280000', '182259.740000', '182300.200000', '182300.660000', '182301.120000', '182301.580000', '182302.040000', '182302.500000', '182302.960000', '182303.420000', '182303.880000', '182304.340000', '182304.800000', '182305.260000', '182305.720000', '182306.180000', '182306.640000', '182307.100000', '182307.560000', '182308.020000', '182308.480000', '182308.940000', '182309.400000', '182309.860000', '182310.320000', '182310.780000', '182311.240000', '182311.700000', '182312.160000', '182312.620000', '182313.080000', '182313.540000', '182314.000000', '182314.460000', '182314.920000', '182315.380000', '182315.840000', '182316.300000', '182316.760000', '182317.220000', '182317.680000', '182318.140000', '182318.600000', '182319.060000', '182319.520000', '182319.980000', '182320.440000', '182320.900000', '182321.360000', '182321.820000', '182322.280000', '182322.740000', '182323.200000', '182323.660000', '182324.120000', '182324.580000', '182325.040000', '182325.500000', '182325.960000', '182326.420000', '182326.880000', '182327.340000', '182327.800000', '182328.260000', '182328.720000', '182329.180000', '182329.640000', '182330.100000', '182330.560000', '182331.020000', '182331.480000', '182331.940000', '182332.400000', '182332.860000', '182333.320000', '182333.780000', '182334.240000', '182334.700000', '182335.160000', '182335.620000', '182336.080000', '182336.540000', '182337.000000', '182337.460000', '182337.920000', '182338.380000', '182338.840000', '182339.300000', '182339.760000', '182340.220000', '182340.680000', '182341.140000', '182341.600000', '182342.060000', '182342.520000', '182342.980000', '182343.440000', '182343.900000', '182344.360000', '182344.820000', '182345.280000', '182345.740000', '182346.200000', '182346.660000', '182347.120000', '182347.580000', '182348.040000', '182348.500000', '182348.960000', '182349.420000', '182349.880000', '182350.340000', '182350.800000', '182351.260000', '182351.720000', '182352.180000', '182352.640000', '182353.100000', '182353.560000', '182354.020000', '182354.480000', '182354.940000', '182355.400000', '182355.860000', '182356.320000', '182356.780000', '182357.240000', '182357.700000', '182358.160000', '182358.620000', '182359.080000', '182359.540000', '182400.000000', '182400.460000', '182400.920000', '182401.380000', '182401.840000', '182402.300000', '182402.760000', '182403.220000', '182403.680000', '182404.140000', '182404.600000', '182405.060000', '182405.520000', '182405.980000', '182406.440000', '182406.900000', '182407.360000', '182407.820000', '182408.280000', '182408.740000', '182409.200000', '182409.660000', '182410.120000', '182410.580000', '182411.040000', '182411.500000', '182411.960000', '182412.420000', '182412.880000', '182413.340000', '182413.800000', '182414.260000', '182414.720000', '182415.180000', '182415.640000', '182416.100000', '182416.560000', '182417.020000', '182417.480000', '182417.940000', '182418.400000', '182418.860000', '182419.320000', '182419.780000', '182420.240000', '182420.700000', '182421.160000', '182421.620000', '182422.080000', '182422.540000', '182423.000000', '182423.460000', '182423.920000', '182424.380000', '182424.840000', '182425.300000', '182425.760000', '182426.220000', '182426.680000', '182427.140000', '182427.600000', '182428.060000', '182428.520000', '182428.980000', '182429.440000', '182429.900000', '182430.360000', '182430.820000', '182431.280000', '182431.740000', '182432.200000', '182432.660000', '182433.120000', '182433.580000', '182434.040000', '182434.500000', '182434.960000', '182435.420000', '182435.880000', '182436.340000'], 'ContentTime': ['181822.811000', '181822.815000', '181822.818000', '181822.821000', '181822.824000', '181822.826000', '181822.829000', '181822.831000', '181822.834000', '181822.836000', '181822.839000', '181822.842000', '181822.844000', '181822.871000', '181822.873000', '181822.876000', '181822.881000', '181822.884000', '181822.886000', '181822.889000', '181822.892000', '181822.894000', '181822.897000', '181822.899000', '181822.902000', '181822.904000', '181822.907000', '181822.909000', '181822.912000', '181822.915000', '181822.917000', '181822.920000', '181822.922000', '181822.925000', '181822.928000', '181822.930000', '181822.933000', '181822.935000', '181822.938000', '181822.940000', '181822.943000', '181822.945000', '181822.948000', '181822.951000', '181822.953000', '181822.956000', '181822.958000', '181822.961000', '181822.963000', '181822.966000', '181822.968000', '181822.971000', '181822.974000', '181822.976000', '181822.979000', '181822.981000', '181822.984000', '181842.784000', '181842.787000', '181842.790000', '181842.793000', '181842.795000', '181842.798000', '181842.800000', '181842.803000', '181842.806000', '181842.808000', '181842.811000', '181842.813000', '181842.816000', '181842.819000', '181842.821000', '181842.824000', '181842.826000', '181842.829000', '181842.831000', '181842.834000', '181842.837000', '181842.839000', '181842.842000', '181842.844000', '181842.847000', '181842.849000', '181842.852000', '181842.855000', '181842.857000', '181842.860000', '181842.862000', '181842.865000', '181842.867000', '181842.870000', '181842.872000', '181842.875000', '181842.877000', '181842.880000', '181842.883000', '181842.885000', '181842.888000', '181842.890000', '181842.893000', '181902.784000', '181902.787000', '181902.790000', '181902.792000', '181902.795000', '181902.798000', '181902.808000', '181902.810000', '181902.813000', '181902.815000', '181902.818000', '181902.820000', '181902.823000', '181902.826000', '181902.828000', '181902.831000', '181902.833000', '181902.836000', '181902.838000', '181902.841000', '181902.844000', '181902.846000', '181902.849000', '181902.851000', '181902.854000', '181902.856000', '181902.859000', '181902.862000', '181902.864000', '181902.867000', '181902.869000', '181902.872000', '181902.874000', '181902.877000', '181902.880000', '181902.882000', '181902.885000', '181902.887000', '181902.890000', '181902.893000', '181902.895000', '181902.898000', '181902.900000', '181902.903000', '181922.783000', '181922.786000', '181922.789000', '181922.791000', '181922.794000', '181922.796000', '181922.799000', '181922.802000', '181922.804000', '181922.807000', '181922.810000', '181922.813000', '181922.816000', '181922.818000', '181922.821000', '181922.824000', '181922.826000', '181922.829000', '181922.831000', '181922.834000', '181922.837000', '181922.839000', '181922.842000', '181922.844000', '181922.847000', '181922.850000', '181922.852000', '181922.855000', '181922.857000', '181922.860000', '181922.862000', '181922.865000', '181922.867000', '181922.870000', '181922.873000', '181922.875000', '181922.878000', '181922.880000', '181922.883000', '181922.886000', '181922.888000', '181922.891000', '181922.893000', '181942.783000', '181942.786000', '181942.789000', '181942.796000', '181942.799000', '181942.801000', '181942.804000', '181942.807000', '181942.809000', '181942.812000', '181942.815000', '181942.817000', '181942.820000', '181942.822000', '181942.825000', '181942.828000', '181942.830000', '181942.833000', '181942.835000', '181942.838000', '181942.840000', '181942.843000', '181942.846000', '181942.848000', '181942.851000', '181942.854000', '181942.856000', '181942.859000', '181942.861000', '181942.864000', '181942.866000', '181942.869000', '181942.871000', '181942.874000', '181942.877000', '181942.879000', '181942.882000', '181942.884000', '181942.887000', '181942.890000', '181942.892000', '181942.895000', '181942.897000', '181942.900000', '182002.784000', '182002.786000', '182002.789000', '182002.792000', '182002.794000', '182002.797000', '182002.799000', '182002.802000', '182002.805000', '182002.820000', '182002.823000', '182002.825000', '182002.828000', '182002.831000', '182002.833000', '182002.836000', '182002.839000', '182002.842000', '182002.845000', '182002.848000', '182002.850000', '182002.853000', '182002.856000', '182002.858000', '182002.861000', '182002.864000', '182002.866000', '182002.869000', '182002.871000', '182002.874000', '182002.876000', '182002.879000', '182002.882000', '182002.884000', '182002.887000', '182002.889000', '182002.892000', '182002.895000', '182002.897000', '182002.900000', '182002.902000', '182002.905000', '182002.907000', '182022.784000', '182022.786000', '182022.789000', '182022.792000', '182022.794000', '182022.797000', '182022.799000', '182022.802000', '182022.805000', '182022.807000', '182022.810000', '182022.812000', '182022.815000', '182022.818000', '182022.820000', '182022.823000', '182022.825000', '182022.828000', '182022.830000', '182022.833000', '182022.835000', '182022.838000', '182022.841000', '182022.843000', '182022.846000', '182022.849000', '182022.851000', '182022.854000', '182022.856000', '182022.859000', '182022.861000', '182022.864000', '182022.866000', '182022.869000', '182022.872000', '182022.874000', '182022.877000', '182022.879000', '182022.882000', '182022.885000', '182022.887000', '182022.890000', '182022.892000', '182022.895000', '182042.783000', '182042.786000', '182042.789000', '182042.792000', '182042.794000', '182042.797000', '182042.799000', '182042.802000', '182042.805000', '182042.807000', '182042.810000', '182042.812000', '182042.815000', '182042.817000', '182042.820000', '182042.823000', '182042.825000', '182042.828000', '182042.830000', '182042.833000', '182042.835000', '182042.838000', '182042.841000', '182042.843000', '182042.846000', '182042.848000', '182042.851000', '182042.854000', '182042.856000', '182042.859000', '182042.863000', '182042.866000', '182042.869000', '182042.871000', '182042.874000', '182042.876000', '182042.879000', '182042.882000', '182042.884000', '182042.887000', '182042.889000', '182042.892000', '182042.895000', '182102.784000', '182102.787000', '182102.790000', '182102.793000', '182102.795000', '182102.798000', '182102.800000', '182102.803000', '182102.806000', '182102.808000', '182102.811000', '182102.814000', '182102.816000', '182102.819000', '182102.821000', '182102.824000', '182102.827000', '182102.829000', '182102.832000', '182102.835000', '182102.837000', '182102.840000', '182102.842000', '182102.845000', '182102.847000', '182102.850000', '182102.853000', '182102.855000', '182102.858000', '182102.860000', '182102.863000', '182102.865000', '182102.868000', '182102.871000', '182102.873000', '182102.876000', '182102.878000', '182102.881000', '182102.884000', '182102.886000', '182102.889000', '182102.891000', '182102.894000', '182102.896000', '182122.784000', '182122.787000', '182122.790000', '182122.793000', '182122.795000', '182122.798000', '182122.800000', '182122.803000', '182122.806000', '182122.808000', '182122.820000', '182122.822000', '182122.825000', '182122.827000', '182122.830000', '182122.832000', '182122.835000', '182122.838000', '182122.840000', '182122.843000', '182122.846000', '182122.848000', '182122.851000', '182122.853000', '182122.856000', '182122.858000', '182122.861000', '182122.863000', '182122.866000', '182122.869000', '182122.871000', '182122.874000', '182122.876000', '182122.879000', '182122.882000', '182122.884000', '182122.887000', '182122.889000', '182122.892000', '182122.895000', '182122.897000', '182122.900000', '182122.902000', '182142.784000', '182142.787000', '182142.789000', '182142.792000', '182142.794000', '182142.797000', '182142.800000', '182142.802000', '182142.805000', '182142.808000', '182142.810000', '182142.813000', '182142.815000', '182142.818000', '182142.820000', '182142.823000', '182142.826000', '182142.828000', '182142.831000', '182142.833000', '182142.836000', '182142.839000', '182142.841000', '182142.844000', '182142.846000', '182142.849000', '182142.852000', '182142.854000', '182142.857000', '182142.859000', '182142.862000', '182142.865000', '182142.867000', '182142.870000', '182142.872000', '182142.875000', '182142.878000', '182142.880000', '182142.883000', '182142.885000', '182142.888000', '182142.891000', '182142.893000', '182142.896000', '182202.783000', '182202.786000', '182202.789000', '182202.792000', '182202.794000', '182202.797000', '182202.800000', '182202.802000', '182202.805000', '182202.808000', '182202.810000', '182202.813000', '182202.816000', '182202.818000', '182202.821000', '182202.824000', '182202.827000', '182202.829000', '182202.832000', '182202.835000', '182202.837000', '182202.840000', '182202.843000', '182202.845000', '182202.848000', '182202.851000', '182202.853000', '182202.856000', '182202.858000', '182202.861000', '182202.863000', '182202.866000', '182202.869000', '182202.871000', '182202.874000', '182202.877000', '182202.879000', '182202.882000', '182202.884000', '182202.887000', '182202.889000', '182202.892000', '182202.895000', '182222.783000', '182222.787000', '182222.789000', '182222.792000', '182222.795000', '182222.797000', '182222.800000', '182222.802000', '182222.805000', '182222.807000', '182222.810000', '182222.813000', '182222.815000', '182222.818000', '182222.820000', '182222.823000', '182222.826000', '182222.828000', '182222.831000', '182222.834000', '182222.836000', '182222.839000', '182222.842000', '182222.844000', '182222.847000', '182222.849000', '182222.852000', '182222.855000', '182222.857000', '182222.860000', '182222.863000', '182222.865000', '182222.868000', '182222.871000', '182222.873000', '182222.876000', '182222.879000', '182222.882000', '182222.884000', '182222.887000', '182222.889000', '182222.892000', '182222.895000', '182222.898000', '182242.784000', '182242.787000', '182242.789000', '182242.792000', '182242.795000', '182242.797000', '182242.800000', '182242.803000', '182242.806000', '182242.809000', '182242.812000', '182242.814000', '182242.817000', '182242.820000', '182242.822000', '182242.825000', '182242.828000', '182242.830000', '182242.833000', '182242.835000', '182242.838000', '182242.841000', '182242.843000', '182242.846000', '182242.849000', '182242.851000', '182242.854000', '182242.856000', '182242.859000', '182242.862000', '182242.865000', '182242.868000', '182242.871000', '182242.873000', '182242.876000', '182242.879000', '182242.881000', '182242.884000', '182242.886000', '182242.889000', '182242.892000', '182242.894000', '182242.897000', '182302.784000', '182302.787000', '182302.789000', '182302.792000', '182302.794000', '182302.797000', '182302.800000', '182302.802000', '182302.805000', '182302.808000', '182302.810000', '182302.813000', '182302.815000', '182302.818000', '182302.820000', '182302.823000', '182302.834000', '182302.837000', '182302.840000', '182302.842000', '182302.845000', '182302.848000', '182302.850000', '182302.853000', '182302.855000', '182302.858000', '182302.861000', '182302.863000', '182302.866000', '182302.869000', '182302.871000', '182302.874000', '182302.876000', '182302.879000', '182302.882000', '182302.884000', '182302.887000', '182302.889000', '182302.892000', '182302.895000', '182302.897000', '182302.900000', '182302.902000', '182302.905000', '182322.784000', '182322.787000', '182322.790000', '182322.792000', '182322.795000', '182322.798000', '182322.800000', '182322.803000', '182322.806000', '182322.808000', '182322.811000', '182322.813000', '182322.816000', '182322.818000', '182322.821000', '182322.824000', '182322.826000', '182322.829000', '182322.831000', '182322.834000', '182322.836000', '182322.839000', '182322.842000', '182322.844000', '182322.847000', '182322.849000', '182322.852000', '182322.855000', '182322.857000', '182322.860000', '182322.862000', '182322.865000', '182322.868000', '182322.870000', '182322.873000', '182322.875000', '182322.878000', '182322.880000', '182322.883000', '182322.886000', '182322.888000', '182322.891000', '182322.893000', '182342.784000', '182342.787000', '182342.790000', '182342.793000', '182342.795000', '182342.798000', '182342.800000', '182342.803000', '182342.806000', '182342.808000', '182342.811000', '182342.813000', '182342.816000', '182342.819000', '182342.821000', '182342.824000', '182342.826000', '182342.829000', '182342.832000', '182342.834000', '182342.837000', '182342.839000', '182342.842000', '182342.844000', '182342.847000', '182342.850000', '182342.852000', '182342.855000', '182342.857000', '182342.860000', '182342.863000', '182342.865000', '182342.868000', '182342.870000', '182342.873000', '182342.876000', '182342.878000', '182342.881000', '182342.883000', '182342.886000', '182342.888000', '182342.891000', '182342.894000', '182342.896000', '182402.784000', '182402.788000', '182402.791000', '182402.794000', '182402.796000', '182402.799000', '182402.802000', '182402.804000', '182402.807000', '182402.810000', '182402.812000', '182402.815000', '182402.818000', '182402.820000', '182402.823000', '182402.826000', '182402.829000', '182402.831000', '182402.834000', '182402.837000', '182402.839000', '182402.842000', '182402.845000', '182402.847000', '182402.850000', '182402.853000', '182402.855000', '182402.858000', '182402.861000', '182402.863000', '182402.866000', '182402.868000', '182402.871000', '182402.874000', '182402.876000', '182402.879000', '182402.882000', '182402.884000', '182402.887000', '182402.889000', '182402.892000', '182402.895000', '182402.899000', '182422.784000', '182422.786000', '182422.789000', '182422.792000', '182422.794000', '182422.797000', '182422.800000', '182422.802000', '182422.805000', '182422.808000', '182422.810000', '182422.813000', '182422.815000', '182422.818000', '182422.821000', '182422.823000', '182422.826000', '182422.828000', '182422.831000', '182422.834000', '182422.836000', '182422.839000', '182422.841000', '182422.844000', '182422.847000', '182422.849000', '182422.893000', '182422.896000', '182422.899000', '182422.901000', '182422.904000', '182422.906000', '182422.909000', '182422.912000', '182422.914000', '182422.917000', '182422.919000', '182422.922000', '182422.924000', '182422.927000', '182422.929000', '182422.932000', '182422.935000', '182422.937000', '182437.412000', '182437.416000', '182437.419000', '182437.422000', '182437.425000', '182437.428000', '182437.431000', '182437.434000', '182437.436000', '182437.440000', '182437.443000', '182437.448000', '182437.451000', '182437.454000', '182437.457000', '182437.460000', '182437.463000', '182437.466000', '182437.469000', '182437.472000', '182437.475000', '182437.477000', '182437.480000', '182437.483000', '182437.485000', '182437.488000', '182437.491000', '182437.493000', '182437.496000', '182437.499000', '182437.501000', '182437.504000'], 'InstanceCreationTime': ['181822.811000', '181822.815000', '181822.818000', '181822.821000', '181822.824000', '181822.826000', '181822.829000', '181822.831000', '181822.834000', '181822.836000', '181822.839000', '181822.842000', '181822.844000', '181822.871000', '181822.873000', '181822.876000', '181822.881000', '181822.884000', '181822.886000', '181822.889000', '181822.892000', '181822.894000', '181822.897000', '181822.899000', '181822.902000', '181822.904000', '181822.907000', '181822.909000', '181822.912000', '181822.915000', '181822.917000', '181822.920000', '181822.922000', '181822.925000', '181822.928000', '181822.930000', '181822.933000', '181822.935000', '181822.938000', '181822.940000', '181822.943000', '181822.945000', '181822.948000', '181822.951000', '181822.953000', '181822.956000', '181822.958000', '181822.961000', '181822.963000', '181822.966000', '181822.968000', '181822.971000', '181822.974000', '181822.976000', '181822.979000', '181822.981000', '181822.984000', '181842.784000', '181842.787000', '181842.790000', '181842.793000', '181842.795000', '181842.798000', '181842.800000', '181842.803000', '181842.806000', '181842.808000', '181842.811000', '181842.813000', '181842.816000', '181842.819000', '181842.821000', '181842.824000', '181842.826000', '181842.829000', '181842.831000', '181842.834000', '181842.837000', '181842.839000', '181842.842000', '181842.844000', '181842.847000', '181842.849000', '181842.852000', '181842.855000', '181842.857000', '181842.860000', '181842.862000', '181842.865000', '181842.867000', '181842.870000', '181842.872000', '181842.875000', '181842.877000', '181842.880000', '181842.883000', '181842.885000', '181842.888000', '181842.890000', '181842.893000', '181902.784000', '181902.787000', '181902.790000', '181902.792000', '181902.795000', '181902.798000', '181902.808000', '181902.810000', '181902.813000', '181902.815000', '181902.818000', '181902.820000', '181902.823000', '181902.826000', '181902.828000', '181902.831000', '181902.833000', '181902.836000', '181902.838000', '181902.841000', '181902.844000', '181902.846000', '181902.849000', '181902.851000', '181902.854000', '181902.856000', '181902.859000', '181902.862000', '181902.864000', '181902.867000', '181902.869000', '181902.872000', '181902.874000', '181902.877000', '181902.880000', '181902.882000', '181902.885000', '181902.887000', '181902.890000', '181902.893000', '181902.895000', '181902.898000', '181902.900000', '181902.903000', '181922.783000', '181922.786000', '181922.789000', '181922.791000', '181922.794000', '181922.796000', '181922.799000', '181922.802000', '181922.804000', '181922.807000', '181922.810000', '181922.813000', '181922.816000', '181922.818000', '181922.821000', '181922.824000', '181922.826000', '181922.829000', '181922.831000', '181922.834000', '181922.837000', '181922.839000', '181922.842000', '181922.844000', '181922.847000', '181922.850000', '181922.852000', '181922.855000', '181922.857000', '181922.860000', '181922.862000', '181922.865000', '181922.867000', '181922.870000', '181922.873000', '181922.875000', '181922.878000', '181922.880000', '181922.883000', '181922.886000', '181922.888000', '181922.891000', '181922.893000', '181942.783000', '181942.786000', '181942.789000', '181942.796000', '181942.799000', '181942.801000', '181942.804000', '181942.807000', '181942.809000', '181942.812000', '181942.815000', '181942.817000', '181942.820000', '181942.822000', '181942.825000', '181942.828000', '181942.830000', '181942.833000', '181942.835000', '181942.838000', '181942.840000', '181942.843000', '181942.846000', '181942.848000', '181942.851000', '181942.854000', '181942.856000', '181942.859000', '181942.861000', '181942.864000', '181942.866000', '181942.869000', '181942.871000', '181942.874000', '181942.877000', '181942.879000', '181942.882000', '181942.884000', '181942.887000', '181942.890000', '181942.892000', '181942.895000', '181942.897000', '181942.900000', '182002.784000', '182002.786000', '182002.789000', '182002.792000', '182002.794000', '182002.797000', '182002.799000', '182002.802000', '182002.805000', '182002.820000', '182002.823000', '182002.825000', '182002.828000', '182002.831000', '182002.833000', '182002.836000', '182002.839000', '182002.842000', '182002.845000', '182002.848000', '182002.850000', '182002.853000', '182002.856000', '182002.858000', '182002.861000', '182002.864000', '182002.866000', '182002.869000', '182002.871000', '182002.874000', '182002.876000', '182002.879000', '182002.882000', '182002.884000', '182002.887000', '182002.889000', '182002.892000', '182002.895000', '182002.897000', '182002.900000', '182002.902000', '182002.905000', '182002.907000', '182022.784000', '182022.786000', '182022.789000', '182022.792000', '182022.794000', '182022.797000', '182022.799000', '182022.802000', '182022.805000', '182022.807000', '182022.810000', '182022.812000', '182022.815000', '182022.818000', '182022.820000', '182022.823000', '182022.825000', '182022.828000', '182022.830000', '182022.833000', '182022.835000', '182022.838000', '182022.841000', '182022.843000', '182022.846000', '182022.849000', '182022.851000', '182022.854000', '182022.856000', '182022.859000', '182022.861000', '182022.864000', '182022.866000', '182022.869000', '182022.872000', '182022.874000', '182022.877000', '182022.879000', '182022.882000', '182022.885000', '182022.887000', '182022.890000', '182022.892000', '182022.895000', '182042.783000', '182042.786000', '182042.789000', '182042.792000', '182042.794000', '182042.797000', '182042.799000', '182042.802000', '182042.805000', '182042.807000', '182042.810000', '182042.812000', '182042.815000', '182042.817000', '182042.820000', '182042.823000', '182042.825000', '182042.828000', '182042.830000', '182042.833000', '182042.835000', '182042.838000', '182042.841000', '182042.843000', '182042.846000', '182042.848000', '182042.851000', '182042.854000', '182042.856000', '182042.859000', '182042.863000', '182042.866000', '182042.869000', '182042.871000', '182042.874000', '182042.876000', '182042.879000', '182042.882000', '182042.884000', '182042.887000', '182042.889000', '182042.892000', '182042.895000', '182102.784000', '182102.787000', '182102.790000', '182102.793000', '182102.795000', '182102.798000', '182102.800000', '182102.803000', '182102.806000', '182102.808000', '182102.811000', '182102.814000', '182102.816000', '182102.819000', '182102.821000', '182102.824000', '182102.827000', '182102.829000', '182102.832000', '182102.835000', '182102.837000', '182102.840000', '182102.842000', '182102.845000', '182102.847000', '182102.850000', '182102.853000', '182102.855000', '182102.858000', '182102.860000', '182102.863000', '182102.865000', '182102.868000', '182102.871000', '182102.873000', '182102.876000', '182102.878000', '182102.881000', '182102.884000', '182102.886000', '182102.889000', '182102.891000', '182102.894000', '182102.896000', '182122.784000', '182122.787000', '182122.790000', '182122.793000', '182122.795000', '182122.798000', '182122.800000', '182122.803000', '182122.806000', '182122.808000', '182122.820000', '182122.822000', '182122.825000', '182122.827000', '182122.830000', '182122.832000', '182122.835000', '182122.838000', '182122.840000', '182122.843000', '182122.846000', '182122.848000', '182122.851000', '182122.853000', '182122.856000', '182122.858000', '182122.861000', '182122.863000', '182122.866000', '182122.869000', '182122.871000', '182122.874000', '182122.876000', '182122.879000', '182122.882000', '182122.884000', '182122.887000', '182122.889000', '182122.892000', '182122.895000', '182122.897000', '182122.900000', '182122.902000', '182142.784000', '182142.787000', '182142.789000', '182142.792000', '182142.794000', '182142.797000', '182142.800000', '182142.802000', '182142.805000', '182142.808000', '182142.810000', '182142.813000', '182142.815000', '182142.818000', '182142.820000', '182142.823000', '182142.826000', '182142.828000', '182142.831000', '182142.833000', '182142.836000', '182142.839000', '182142.841000', '182142.844000', '182142.846000', '182142.849000', '182142.852000', '182142.854000', '182142.857000', '182142.859000', '182142.862000', '182142.865000', '182142.867000', '182142.870000', '182142.872000', '182142.875000', '182142.878000', '182142.880000', '182142.883000', '182142.885000', '182142.888000', '182142.891000', '182142.893000', '182142.896000', '182202.783000', '182202.786000', '182202.789000', '182202.792000', '182202.794000', '182202.797000', '182202.800000', '182202.802000', '182202.805000', '182202.808000', '182202.810000', '182202.813000', '182202.816000', '182202.818000', '182202.821000', '182202.824000', '182202.827000', '182202.829000', '182202.832000', '182202.835000', '182202.837000', '182202.840000', '182202.843000', '182202.845000', '182202.848000', '182202.851000', '182202.853000', '182202.856000', '182202.858000', '182202.861000', '182202.863000', '182202.866000', '182202.869000', '182202.871000', '182202.874000', '182202.877000', '182202.879000', '182202.882000', '182202.884000', '182202.887000', '182202.889000', '182202.892000', '182202.895000', '182222.783000', '182222.787000', '182222.789000', '182222.792000', '182222.795000', '182222.797000', '182222.800000', '182222.802000', '182222.805000', '182222.807000', '182222.810000', '182222.813000', '182222.815000', '182222.818000', '182222.820000', '182222.823000', '182222.826000', '182222.828000', '182222.831000', '182222.834000', '182222.836000', '182222.839000', '182222.842000', '182222.844000', '182222.847000', '182222.849000', '182222.852000', '182222.855000', '182222.857000', '182222.860000', '182222.863000', '182222.865000', '182222.868000', '182222.871000', '182222.873000', '182222.876000', '182222.879000', '182222.882000', '182222.884000', '182222.887000', '182222.889000', '182222.892000', '182222.895000', '182222.898000', '182242.784000', '182242.787000', '182242.789000', '182242.792000', '182242.795000', '182242.797000', '182242.800000', '182242.803000', '182242.806000', '182242.809000', '182242.812000', '182242.814000', '182242.817000', '182242.820000', '182242.822000', '182242.825000', '182242.828000', '182242.830000', '182242.833000', '182242.835000', '182242.838000', '182242.841000', '182242.843000', '182242.846000', '182242.849000', '182242.851000', '182242.854000', '182242.856000', '182242.859000', '182242.862000', '182242.865000', '182242.868000', '182242.871000', '182242.873000', '182242.876000', '182242.879000', '182242.881000', '182242.884000', '182242.886000', '182242.889000', '182242.892000', '182242.894000', '182242.897000', '182302.784000', '182302.787000', '182302.789000', '182302.792000', '182302.794000', '182302.797000', '182302.800000', '182302.802000', '182302.805000', '182302.808000', '182302.810000', '182302.813000', '182302.815000', '182302.818000', '182302.820000', '182302.823000', '182302.834000', '182302.837000', '182302.840000', '182302.842000', '182302.845000', '182302.848000', '182302.850000', '182302.853000', '182302.855000', '182302.858000', '182302.861000', '182302.863000', '182302.866000', '182302.869000', '182302.871000', '182302.874000', '182302.876000', '182302.879000', '182302.882000', '182302.884000', '182302.887000', '182302.889000', '182302.892000', '182302.895000', '182302.897000', '182302.900000', '182302.902000', '182302.905000', '182322.784000', '182322.787000', '182322.790000', '182322.792000', '182322.795000', '182322.798000', '182322.800000', '182322.803000', '182322.806000', '182322.808000', '182322.811000', '182322.813000', '182322.816000', '182322.818000', '182322.821000', '182322.824000', '182322.826000', '182322.829000', '182322.831000', '182322.834000', '182322.836000', '182322.839000', '182322.842000', '182322.844000', '182322.847000', '182322.849000', '182322.852000', '182322.855000', '182322.857000', '182322.860000', '182322.862000', '182322.865000', '182322.868000', '182322.870000', '182322.873000', '182322.875000', '182322.878000', '182322.880000', '182322.883000', '182322.886000', '182322.888000', '182322.891000', '182322.893000', '182342.784000', '182342.787000', '182342.790000', '182342.793000', '182342.795000', '182342.798000', '182342.800000', '182342.803000', '182342.806000', '182342.808000', '182342.811000', '182342.813000', '182342.816000', '182342.819000', '182342.821000', '182342.824000', '182342.826000', '182342.829000', '182342.832000', '182342.834000', '182342.837000', '182342.839000', '182342.842000', '182342.844000', '182342.847000', '182342.850000', '182342.852000', '182342.855000', '182342.857000', '182342.860000', '182342.863000', '182342.865000', '182342.868000', '182342.870000', '182342.873000', '182342.876000', '182342.878000', '182342.881000', '182342.883000', '182342.886000', '182342.888000', '182342.891000', '182342.894000', '182342.896000', '182402.784000', '182402.788000', '182402.791000', '182402.794000', '182402.796000', '182402.799000', '182402.802000', '182402.804000', '182402.807000', '182402.810000', '182402.812000', '182402.815000', '182402.818000', '182402.820000', '182402.823000', '182402.826000', '182402.829000', '182402.831000', '182402.834000', '182402.837000', '182402.839000', '182402.842000', '182402.845000', '182402.847000', '182402.850000', '182402.853000', '182402.855000', '182402.858000', '182402.861000', '182402.863000', '182402.866000', '182402.868000', '182402.871000', '182402.874000', '182402.876000', '182402.879000', '182402.882000', '182402.884000', '182402.887000', '182402.889000', '182402.892000', '182402.895000', '182402.899000', '182422.784000', '182422.786000', '182422.789000', '182422.792000', '182422.794000', '182422.797000', '182422.800000', '182422.802000', '182422.805000', '182422.808000', '182422.810000', '182422.813000', '182422.815000', '182422.818000', '182422.821000', '182422.823000', '182422.826000', '182422.828000', '182422.831000', '182422.834000', '182422.836000', '182422.839000', '182422.841000', '182422.844000', '182422.847000', '182422.849000', '182422.893000', '182422.896000', '182422.899000', '182422.901000', '182422.904000', '182422.906000', '182422.909000', '182422.912000', '182422.914000', '182422.917000', '182422.919000', '182422.922000', '182422.924000', '182422.927000', '182422.929000', '182422.932000', '182422.935000', '182422.937000', '182437.412000', '182437.416000', '182437.419000', '182437.422000', '182437.425000', '182437.428000', '182437.431000', '182437.434000', '182437.436000', '182437.440000', '182437.443000', '182437.448000', '182437.451000', '182437.454000', '182437.457000', '182437.460000', '182437.463000', '182437.466000', '182437.469000', '182437.472000', '182437.475000', '182437.477000', '182437.480000', '182437.483000', '182437.485000', '182437.488000', '182437.491000', '182437.493000', '182437.496000', '182437.499000', '182437.501000', '182437.504000'], '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': [11535, 8670, 9312, 8538, 8460, 7077, 8318, 11003, 7508, 11550, 8268, 9697, 7166, 8780, 12627, 8041, 11968, 8032, 9648, 7308, 8660, 7146, 8467, 8141, 7840, 9836, 7378, 11488, 13079, 8158, 11532, 8396, 8615, 6782, 8262, 11406, 7570, 9387, 7016, 8748, 7187, 8505, 7762, 8477, 7685, 9852, 7416, 9889, 11389, 8531, 9044, 7993, 11545, 7552, 8439, 11335, 8083, 7335, 7742, 8339, 7810, 12551, 8481, 8528, 7145, 8921, 9885, 8216, 14694, 8283, 10887, 7648, 9486, 7874, 8834, 7899, 8639, 8344, 8548, 15126, 7938, 10335, 7490, 10089, 7216, 8867, 8375, 8271, 7556, 7206, 7278, 7268, 9818, 7803, 12407, 11302, 7949, 10077, 7674, 7702, 8902, 7679, 11038, 8325, 11959, 15003, 10718, 10225, 7874, 8812, 7544, 8502, 8642, 7889, 8153, 7938, 11516, 8764, 8917, 7242, 8593, 7819, 8106, 8279, 8283, 10123, 7821, 9279, 8045, 9735, 7973, 12462, 7812, 11854, 7839, 11307, 7613, 10953, 7922, 9497, 7999, 9586, 7940, 9606, 8054, 7630, 9332, 7194, 10388, 7945, 8993, 7308, 11106, 8491, 7936, 9632, 7761, 7658, 9833, 7141, 8327, 7441, 7396, 9463, 11455, 10003, 8035, 8343, 7660, 7209, 9964, 14936, 9959, 9366, 8833, 7777, 7682, 7505, 8355, 7945, 8119, 9080, 8346, 11000, 15818, 11234, 10182, 8588, 8465, 13957, 7736, 11033, 8587, 8200, 8362, 7809, 11226, 7423, 10922, 7040, 9186, 8103, 8548, 8683, 8277, 7980, 8172, 8490, 8051, 8288, 7821, 8250, 7926, 7549, 9314, 7251, 9274, 7552, 8766, 9686, 8175, 7795, 8042, 11985, 7443, 8671, 7243, 7622, 10878, 7399, 10329, 12014, 7653, 13255, 7197, 11946, 7366, 9051, 9072, 7850, 8971, 8363, 11984, 7688, 8595, 8821, 7546, 7724, 7821, 7643, 7797, 7594, 8146, 7217, 8438, 14217, 9629, 9841, 7579, 9555, 10413, 7771, 11935, 8038, 8728, 7029, 7704, 12369, 7496, 9193, 7229, 9018, 9085, 7931, 12246, 7591, 8960, 7893, 7805, 12382, 6988, 9217, 7445, 8382, 8001, 7838, 12921, 7209, 9442, 7088, 8489, 7954, 8122, 9160, 7761, 7291, 7680, 7386, 8539, 8374, 7893, 7430, 8701, 13614, 9359, 8422, 7711, 8877, 8793, 8451, 7698, 8711, 7536, 9971, 8031, 7126, 9084, 15733, 9909, 11279, 8556, 7785, 7288, 7792, 7097, 8385, 9716, 7662, 7979, 7885, 13120, 8795, 8524, 8639, 7701, 7770, 7265, 7612, 8144, 7977, 9585, 7620, 9586, 11666, 7463, 12438, 7165, 9981, 9083, 7825, 11748, 7195, 11620, 7117, 9541, 7086, 8072, 8851, 7633, 10706, 7522, 11012, 8263, 8032, 7724, 8494, 10328, 7786, 12661, 7871, 8862, 8174, 8113, 9961, 7881, 12827, 7336, 10167, 7115, 8958, 7871, 7866, 7908, 7709, 8854, 8017, 12440, 7555, 11205, 7217, 9751, 7531, 9544, 7674, 10296, 8258, 7314, 9214, 7741, 10447, 8869, 7616, 9448, 7325, 7178, 8346, 8966, 8724, 7377, 11070, 15134, 11278, 13202, 11869, 10699, 7725, 7557, 15163, 8650, 11317, 7122, 7988, 7025, 7845, 7248, 8130, 7609, 7930, 8994, 8004, 9321, 7893, 8573, 7916, 7630, 8366, 7380, 9788, 7352, 8626, 7762, 10771, 7849, 12021, 7659, 10013, 7638, 8864, 7239, 8511, 7912, 8049, 7291, 7072, 9337, 7294, 11458, 8921, 8107, 12632, 7729, 10829, 7773, 8433, 7091, 8703, 7158, 8894, 7599, 8916, 7195, 8428, 9688, 7789, 10652, 8081, 8849, 7890, 11484, 7791, 7982, 7690, 7590, 9066, 8022, 12918, 7159, 9383, 7146, 10127, 7107, 7949, 10283, 7790, 11363, 7644, 10588, 7325, 8297, 7416, 9053, 6925, 7970, 7616, 7376, 7412, 8777, 7530, 7751, 6882, 10166, 7197, 10937, 7346, 11650, 7299, 10286, 8158, 7723, 7664, 8237, 7274, 8717, 10080, 7509, 8079, 8242, 10152, 7837, 7560, 7938, 7617, 8325, 9264, 8528, 6932, 9340, 15238, 9461, 11432, 7951, 8448, 7963, 7633, 10032, 8326, 7880, 7892, 8295, 8020, 10193, 7131, 8232, 7522, 7449, 8506, 7635, 9687, 7873, 9529, 7367, 14339, 9831, 8449, 8191, 7947, 10831, 7502, 8802, 7333, 12102, 7866, 7869, 8106, 7638, 8335, 7670, 9180, 7496, 11190, 7512, 14474, 8195, 12280, 8862, 7889, 7504, 7708, 9681, 7753, 7864, 7398, 7657, 7261, 7607, 7466, 9242, 7651, 12504, 10613, 8216, 13669, 7792, 10616, 8547, 8841, 7442, 7457, 8480, 7927, 10913, 8070, 13887, 11645, 9085, 13153, 8153, 9900, 7849, 7439, 7692, 7159, 7541, 7474, 10096, 8018, 7815, 9486, 7501, 11594, 10261, 8174, 7786, 7723, 8475, 8050, 11336, 7395, 9538, 7489, 8724, 7701, 8183, 7553, 10018, 7538, 11711, 8700, 8481, 7471, 8063, 7169, 7947, 8975, 8378, 7294, 7988, 6996, 9164, 7396, 7956, 8042, 9423, 8325, 13898, 10054, 9383, 7638, 7697, 8039, 7728, 9426, 15797, 8594, 11719, 8723, 8970, 7139, 7839, 9008, 7829, 10318, 7729, 10977, 7323, 8743, 7240, 7767, 7488, 7645, 11104, 7622, 11005, 8148, 8422, 7556, 8285, 10081, 7679, 12042, 7408, 10164, 7541, 8778, 7901, 8079, 9552, 7542, 12848, 7185, 10082, 7714, 7598, 7499, 8222, 8108, 7947, 9289, 7587, 12231, 7402, 9808, 7874, 8035, 7357, 9322, 9245, 7607, 10816, 7923, 8640, 7838, 10389, 7483, 9184, 7568, 9364, 7433, 9252, 7962, 9710, 7423, 7697, 9717, 7574, 11584, 8739, 7649, 7643, 14259, 7531, 12436, 9437, 8303, 7420, 8186, 11107, 7358, 10193, 7494, 8321, 7633, 7694, 7944, 7717, 10216, 7651, 9416, 7615, 11040, 7387, 9331, 7522, 8111, 7550, 9321, 7408, 9753, 9271, 7833, 7485, 7800, 7016, 8451, 7667, 8031, 7843, 9847, 7820, 8758, 7598, 7591, 8821, 13939, 9263, 9586, 7534, 8280, 7649, 8366, 7286, 8349, 7103, 8965, 10233, 8313, 7664, 7784, 10007, 7637, 8946, 7772, 7438, 8395, 12929, 8520, 8801, 7381, 8494, 7341, 8239, 12688, 7486, 8993, 7322, 9802, 7317, 8614, 7350, 8086, 7307, 8149, 11208, 7745, 11370, 7730, 9162, 7341, 8125, 7475, 8066, 8653, 8090, 8362, 7696, 11202, 7339, 10587, 7589, 9137, 7482, 9351, 7346, 8784, 7440, 7048, 7937, 7159, 8885, 7610, 10306, 12487, 8024, 10647, 7434, 8852, 7036, 8384, 7459, 8301, 7272, 8655], 'WindowCenter': [4236.0, 4199.0, 4196.0, 4184.0, 4159.0, 4150.0, 4171.0, 4190.0, 4149.0, 4191.0, 4161.0, 4168.0, 4136.0, 4158.0, 4179.0, 4150.0, 4190.0, 4159.0, 4167.0, 4149.0, 4170.0, 4150.0, 4171.0, 4173.0, 4173.0, 4191.0, 4150.0, 4192.0, 4189.0, 4160.0, 4178.0, 4147.0, 4144.0, 4125.0, 4156.0, 4175.0, 4147.0, 4166.0, 4137.0, 4156.0, 4150.0, 4170.0, 4162.0, 4170.0, 4172.0, 4192.0, 4162.0, 4194.0, 4203.0, 4169.0, 4168.0, 4158.0, 4188.0, 4148.0, 4159.0, 4176.0, 4146.0, 4136.0, 4147.0, 4157.0, 4158.0, 4199.0, 4157.0, 4156.0, 4136.0, 4166.0, 4166.0, 4157.0, 4196.0, 4145.0, 4176.0, 4134.0, 4164.0, 4145.0, 4154.0, 4143.0, 4154.0, 4143.0, 4156.0, 4196.0, 4145.0, 4176.0, 4135.0, 4165.0, 4146.0, 4169.0, 4162.0, 4160.0, 4149.0, 4134.0, 4135.0, 4148.0, 4180.0, 4173.0, 4216.0, 4193.0, 4149.0, 4180.0, 4161.0, 4160.0, 4182.0, 4162.0, 4192.0, 4160.0, 4191.0, 4201.0, 4166.0, 4167.0, 4146.0, 4145.0, 4132.0, 4144.0, 4141.0, 4132.0, 4130.0, 4133.0, 4161.0, 4143.0, 4143.0, 4122.0, 4142.0, 4132.0, 4143.0, 4144.0, 4156.0, 4164.0, 4134.0, 4153.0, 4144.0, 4164.0, 4146.0, 4186.0, 4146.0, 4176.0, 4144.0, 4175.0, 4147.0, 4177.0, 4146.0, 4167.0, 4145.0, 4169.0, 4158.0, 4168.0, 4158.0, 4148.0, 4168.0, 4139.0, 4181.0, 4162.0, 4171.0, 4162.0, 4192.0, 4160.0, 4150.0, 4170.0, 4149.0, 4160.0, 4193.0, 4163.0, 4173.0, 4162.0, 4163.0, 4209.0, 4220.0, 4184.0, 4149.0, 4171.0, 4160.0, 4162.0, 4195.0, 4214.0, 4181.0, 4170.0, 4171.0, 4161.0, 4159.0, 4161.0, 4173.0, 4172.0, 4173.0, 4183.0, 4172.0, 4192.0, 4202.0, 4181.0, 4166.0, 4158.0, 4146.0, 4186.0, 4147.0, 4163.0, 4142.0, 4129.0, 4130.0, 4131.0, 4161.0, 4133.0, 4163.0, 4121.0, 4153.0, 4146.0, 4155.0, 4143.0, 4131.0, 4143.0, 4144.0, 4154.0, 4145.0, 4144.0, 4145.0, 4146.0, 4146.0, 4147.0, 4169.0, 4149.0, 4170.0, 4150.0, 4171.0, 4170.0, 4161.0, 4151.0, 4163.0, 4192.0, 4150.0, 4172.0, 4163.0, 4163.0, 4192.0, 4163.0, 4193.0, 4202.0, 4151.0, 4190.0, 4138.0, 4188.0, 4148.0, 4168.0, 4171.0, 4159.0, 4168.0, 4158.0, 4189.0, 4149.0, 4169.0, 4168.0, 4159.0, 4159.0, 4160.0, 4163.0, 4163.0, 4174.0, 4173.0, 4162.0, 4174.0, 4213.0, 4181.0, 4180.0, 4160.0, 4179.0, 4178.0, 4149.0, 4177.0, 4146.0, 4155.0, 4135.0, 4147.0, 4187.0, 4135.0, 4154.0, 4135.0, 4155.0, 4154.0, 4147.0, 4175.0, 4135.0, 4154.0, 4133.0, 4134.0, 4174.0, 4135.0, 4154.0, 4134.0, 4144.0, 4143.0, 4145.0, 4186.0, 4135.0, 4164.0, 4135.0, 4155.0, 4145.0, 4146.0, 4155.0, 4146.0, 4137.0, 4148.0, 4148.0, 4170.0, 4171.0, 4162.0, 4150.0, 4183.0, 4213.0, 4184.0, 4158.0, 4148.0, 4171.0, 4160.0, 4145.0, 4161.0, 4171.0, 4175.0, 4194.0, 4161.0, 4151.0, 4171.0, 4201.0, 4169.0, 4167.0, 4156.0, 4135.0, 4136.0, 4147.0, 4149.0, 4159.0, 4168.0, 4147.0, 4146.0, 4147.0, 4187.0, 4157.0, 4158.0, 4156.0, 4146.0, 4145.0, 4136.0, 4159.0, 4158.0, 4162.0, 4180.0, 4160.0, 4182.0, 4190.0, 4149.0, 4188.0, 4137.0, 4167.0, 4157.0, 4149.0, 4176.0, 4125.0, 4175.0, 4135.0, 4165.0, 4138.0, 4147.0, 4156.0, 4146.0, 4165.0, 4145.0, 4175.0, 4146.0, 4145.0, 4133.0, 4155.0, 4165.0, 4146.0, 4187.0, 4145.0, 4154.0, 4145.0, 4143.0, 4154.0, 4144.0, 4174.0, 4136.0, 4153.0, 4135.0, 4157.0, 4147.0, 4147.0, 4146.0, 4147.0, 4153.0, 4159.0, 4201.0, 4148.0, 4179.0, 4151.0, 4180.0, 4161.0, 4183.0, 4176.0, 4194.0, 4160.0, 4150.0, 4179.0, 4161.0, 4179.0, 4171.0, 4148.0, 4179.0, 4162.0, 4151.0, 4172.0, 4183.0, 4174.0, 4153.0, 4193.0, 4188.0, 4179.0, 4176.0, 4176.0, 4152.0, 4122.0, 4133.0, 4184.0, 4143.0, 4149.0, 4110.0, 4118.0, 4109.0, 4130.0, 4119.0, 4129.0, 4131.0, 4131.0, 4142.0, 4144.0, 4154.0, 4133.0, 4143.0, 4133.0, 4133.0, 4144.0, 4148.0, 4179.0, 4135.0, 4157.0, 4147.0, 4177.0, 4147.0, 4188.0, 4148.0, 4167.0, 4148.0, 4158.0, 4138.0, 4157.0, 4173.0, 4161.0, 4150.0, 4151.0, 4181.0, 4163.0, 4204.0, 4170.0, 4149.0, 4187.0, 4161.0, 4190.0, 4149.0, 4147.0, 4150.0, 4158.0, 4138.0, 4170.0, 4151.0, 4171.0, 4150.0, 4159.0, 4180.0, 4162.0, 4178.0, 4159.0, 4168.0, 4159.0, 4177.0, 4149.0, 4148.0, 4135.0, 4136.0, 4157.0, 4148.0, 4189.0, 4138.0, 4157.0, 4137.0, 4167.0, 4137.0, 4146.0, 4166.0, 4147.0, 4176.0, 4136.0, 4166.0, 4137.0, 4146.0, 4135.0, 4167.0, 4137.0, 4147.0, 4147.0, 4148.0, 4150.0, 4159.0, 4149.0, 4148.0, 4150.0, 4191.0, 4152.0, 4191.0, 4151.0, 4191.0, 4152.0, 4183.0, 4160.0, 4148.0, 4149.0, 4159.0, 4150.0, 4171.0, 4180.0, 4150.0, 4147.0, 4172.0, 4181.0, 4161.0, 4161.0, 4160.0, 4162.0, 4174.0, 4184.0, 4173.0, 4153.0, 4183.0, 4213.0, 4172.0, 4180.0, 4148.0, 4146.0, 4134.0, 4148.0, 4167.0, 4147.0, 4146.0, 4148.0, 4159.0, 4159.0, 4179.0, 4138.0, 4159.0, 4148.0, 4135.0, 4170.0, 4150.0, 4180.0, 4158.0, 4168.0, 4148.0, 4201.0, 4168.0, 4147.0, 4145.0, 4146.0, 4165.0, 4139.0, 4157.0, 4148.0, 4189.0, 4147.0, 4157.0, 4158.0, 4150.0, 4160.0, 4151.0, 4171.0, 4152.0, 4193.0, 4153.0, 4204.0, 4161.0, 4193.0, 4159.0, 4147.0, 4136.0, 4147.0, 4167.0, 4147.0, 4149.0, 4140.0, 4152.0, 4151.0, 4149.0, 4150.0, 4168.0, 4149.0, 4190.0, 4168.0, 4149.0, 4190.0, 4139.0, 4172.0, 4160.0, 4157.0, 4135.0, 4148.0, 4169.0, 4147.0, 4164.0, 4135.0, 4176.0, 4163.0, 4142.0, 4162.0, 4120.0, 4139.0, 4120.0, 4120.0, 4121.0, 4124.0, 4134.0, 4122.0, 4165.0, 4147.0, 4147.0, 4167.0, 4149.0, 4191.0, 4168.0, 4147.0, 4135.0, 4136.0, 4145.0, 4135.0, 4176.0, 4135.0, 4166.0, 4136.0, 4159.0, 4150.0, 4156.0, 4148.0, 4167.0, 4150.0, 4191.0, 4160.0, 4149.0, 4138.0, 4147.0, 4138.0, 4149.0, 4159.0, 4147.0, 4138.0, 4160.0, 4153.0, 4171.0, 4152.0, 4160.0, 4161.0, 4168.0, 4163.0, 4205.0, 4171.0, 4169.0, 4149.0, 4149.0, 4149.0, 4149.0, 4159.0, 4200.0, 4159.0, 4178.0, 4147.0, 4145.0, 4125.0, 4135.0, 4157.0, 4148.0, 4166.0, 4136.0, 4165.0, 4136.0, 4158.0, 4137.0, 4136.0, 4137.0, 4149.0, 4165.0, 4148.0, 4178.0, 4147.0, 4147.0, 4147.0, 4147.0, 4167.0, 4148.0, 4177.0, 4137.0, 4166.0, 4147.0, 4157.0, 4148.0, 4148.0, 4167.0, 4147.0, 4189.0, 4137.0, 4178.0, 4148.0, 4147.0, 4148.0, 4159.0, 4148.0, 4160.0, 4170.0, 4149.0, 4189.0, 4149.0, 4180.0, 4160.0, 4158.0, 4150.0, 4171.0, 4170.0, 4162.0, 4180.0, 4159.0, 4158.0, 4150.0, 4180.0, 4151.0, 4182.0, 4161.0, 4169.0, 4149.0, 4169.0, 4163.0, 4182.0, 4153.0, 4164.0, 4184.0, 4176.0, 4205.0, 4174.0, 4150.0, 4150.0, 4199.0, 4137.0, 4178.0, 4156.0, 4146.0, 4135.0, 4147.0, 4176.0, 4137.0, 4166.0, 4135.0, 4145.0, 4135.0, 4136.0, 4147.0, 4147.0, 4166.0, 4146.0, 4156.0, 4147.0, 4177.0, 4137.0, 4156.0, 4147.0, 4146.0, 4148.0, 4167.0, 4149.0, 4171.0, 4170.0, 4147.0, 4137.0, 4149.0, 4138.0, 4158.0, 4150.0, 4162.0, 4162.0, 4171.0, 4151.0, 4171.0, 4178.0, 4179.0, 4200.0, 4202.0, 4157.0, 4155.0, 4135.0, 4159.0, 4147.0, 4146.0, 4136.0, 4156.0, 4138.0, 4171.0, 4178.0, 4161.0, 4148.0, 4148.0, 4168.0, 4149.0, 4158.0, 4148.0, 4149.0, 4160.0, 4191.0, 4160.0, 4158.0, 4137.0, 4147.0, 4124.0, 4146.0, 4187.0, 4136.0, 4155.0, 4135.0, 4166.0, 4136.0, 4156.0, 4136.0, 4146.0, 4136.0, 4145.0, 4176.0, 4136.0, 4176.0, 4135.0, 4155.0, 4124.0, 4134.0, 4134.0, 4146.0, 4144.0, 4145.0, 4144.0, 4135.0, 4175.0, 4136.0, 4166.0, 4150.0, 4155.0, 4136.0, 4166.0, 4149.0, 4159.0, 4150.0, 4152.0, 4160.0, 4139.0, 4157.0, 4147.0, 4178.0, 4176.0, 4147.0, 4166.0, 4149.0, 4156.0, 4137.0, 4157.0, 4148.0, 4157.0, 4147.0, 4158.0], 'WindowWidth': [9387.0, 9324.0, 9313.0, 9294.0, 9248.0, 9240.0, 9266.0, 9290.0, 9235.0, 9291.0, 9251.0, 9256.0, 9211.0, 9245.0, 9269.0, 9231.0, 9287.0, 9248.0, 9254.0, 9235.0, 9263.0, 9238.0, 9270.0, 9275.0, 9275.0, 9297.0, 9238.0, 9299.0, 9291.0, 9250.0, 9271.0, 9228.0, 9217.0, 9196.0, 9238.0, 9264.0, 9230.0, 9251.0, 9215.0, 9239.0, 9240.0, 9266.0, 9258.0, 9265.0, 9273.0, 9298.0, 9259.0, 9304.0, 9314.0, 9263.0, 9258.0, 9245.0, 9285.0, 9231.0, 9247.0, 9265.0, 9225.0, 9212.0, 9228.0, 9241.0, 9246.0, 9304.0, 9244.0, 9239.0, 9213.0, 9253.0, 9253.0, 9242.0, 9295.0, 9223.0, 9263.0, 9206.0, 9247.0, 9224.0, 9232.0, 9217.0, 9232.0, 9218.0, 9238.0, 9296.0, 9222.0, 9264.0, 9209.0, 9249.0, 9229.0, 9261.0, 9255.0, 9246.0, 9229.0, 9206.0, 9209.0, 9235.0, 9277.0, 9275.0, 9337.0, 9297.0, 9231.0, 9276.0, 9253.0, 9252.0, 9282.0, 9258.0, 9294.0, 9250.0, 9294.0, 9310.0, 9248.0, 9254.0, 9222.0, 9219.0, 9200.0, 9218.0, 9209.0, 9198.0, 9191.0, 9202.0, 9232.0, 9214.0, 9214.0, 9184.0, 9210.0, 9200.0, 9214.0, 9219.0, 9238.0, 9246.0, 9204.0, 9229.0, 9219.0, 9245.0, 9225.0, 9279.0, 9223.0, 9265.0, 9221.0, 9263.0, 9230.0, 9270.0, 9226.0, 9254.0, 9221.0, 9258.0, 9245.0, 9257.0, 9243.0, 9230.0, 9257.0, 9219.0, 9277.0, 9253.0, 9266.0, 9256.0, 9294.0, 9248.0, 9234.0, 9260.0, 9233.0, 9252.0, 9299.0, 9262.0, 9274.0, 9258.0, 9259.0, 9329.0, 9343.0, 9283.0, 9226.0, 9265.0, 9250.0, 9256.0, 9307.0, 9332.0, 9278.0, 9263.0, 9265.0, 9252.0, 9248.0, 9254.0, 9276.0, 9271.0, 9274.0, 9286.0, 9270.0, 9296.0, 9315.0, 9278.0, 9249.0, 9239.0, 9223.0, 9277.0, 9226.0, 9240.0, 9211.0, 9190.0, 9191.0, 9197.0, 9237.0, 9200.0, 9241.0, 9183.0, 9230.0, 9224.0, 9234.0, 9216.0, 9196.0, 9216.0, 9219.0, 9231.0, 9221.0, 9219.0, 9222.0, 9224.0, 9224.0, 9227.0, 9258.0, 9232.0, 9263.0, 9234.0, 9265.0, 9262.0, 9249.0, 9237.0, 9256.0, 9290.0, 9235.0, 9271.0, 9261.0, 9262.0, 9298.0, 9260.0, 9299.0, 9310.0, 9239.0, 9290.0, 9217.0, 9284.0, 9230.0, 9258.0, 9266.0, 9247.0, 9256.0, 9245.0, 9285.0, 9233.0, 9260.0, 9258.0, 9246.0, 9248.0, 9250.0, 9260.0, 9261.0, 9277.0, 9271.0, 9257.0, 9276.0, 9331.0, 9280.0, 9275.0, 9249.0, 9275.0, 9270.0, 9234.0, 9269.0, 9225.0, 9235.0, 9208.0, 9228.0, 9283.0, 9210.0, 9233.0, 9209.0, 9235.0, 9232.0, 9227.0, 9264.0, 9207.0, 9231.0, 9201.0, 9204.0, 9260.0, 9209.0, 9231.0, 9205.0, 9217.0, 9217.0, 9224.0, 9278.0, 9208.0, 9246.0, 9209.0, 9234.0, 9222.0, 9225.0, 9236.0, 9224.0, 9214.0, 9231.0, 9233.0, 9265.0, 9267.0, 9256.0, 9239.0, 9287.0, 9329.0, 9289.0, 9244.0, 9230.0, 9261.0, 9247.0, 9220.0, 9254.0, 9268.0, 9280.0, 9302.0, 9254.0, 9240.0, 9266.0, 9313.0, 9258.0, 9252.0, 9237.0, 9206.0, 9211.0, 9225.0, 9234.0, 9248.0, 9258.0, 9228.0, 9224.0, 9227.0, 9282.0, 9241.0, 9242.0, 9238.0, 9223.0, 9221.0, 9213.0, 9249.0, 9244.0, 9257.0, 9277.0, 9251.0, 9283.0, 9292.0, 9231.0, 9283.0, 9214.0, 9252.0, 9239.0, 9231.0, 9264.0, 9194.0, 9260.0, 9207.0, 9248.0, 9221.0, 9227.0, 9238.0, 9224.0, 9247.0, 9221.0, 9262.0, 9223.0, 9221.0, 9200.0, 9233.0, 9247.0, 9223.0, 9280.0, 9221.0, 9230.0, 9222.0, 9215.0, 9230.0, 9219.0, 9259.0, 9210.0, 9225.0, 9209.0, 9241.0, 9227.0, 9227.0, 9227.0, 9227.0, 9226.0, 9246.0, 9307.0, 9230.0, 9272.0, 9235.0, 9275.0, 9255.0, 9283.0, 9284.0, 9301.0, 9249.0, 9238.0, 9276.0, 9252.0, 9274.0, 9265.0, 9226.0, 9275.0, 9256.0, 9241.0, 9271.0, 9285.0, 9271.0, 9243.0, 9300.0, 9284.0, 9272.0, 9262.0, 9262.0, 9222.0, 9184.0, 9198.0, 9272.0, 9214.0, 9212.0, 9164.0, 9171.0, 9162.0, 9191.0, 9175.0, 9188.0, 9196.0, 9194.0, 9212.0, 9219.0, 9228.0, 9199.0, 9213.0, 9199.0, 9200.0, 9218.0, 9232.0, 9272.0, 9206.0, 9240.0, 9228.0, 9266.0, 9226.0, 9282.0, 9230.0, 9254.0, 9229.0, 9243.0, 9216.0, 9241.0, 9274.0, 9253.0, 9238.0, 9241.0, 9279.0, 9262.0, 9318.0, 9263.0, 9232.0, 9280.0, 9253.0, 9290.0, 9232.0, 9225.0, 9237.0, 9242.0, 9216.0, 9264.0, 9240.0, 9264.0, 9237.0, 9247.0, 9275.0, 9254.0, 9268.0, 9245.0, 9256.0, 9247.0, 9266.0, 9234.0, 9230.0, 9204.0, 9211.0, 9239.0, 9229.0, 9288.0, 9216.0, 9239.0, 9211.0, 9252.0, 9212.0, 9221.0, 9248.0, 9225.0, 9262.0, 9210.0, 9250.0, 9213.0, 9223.0, 9209.0, 9254.0, 9213.0, 9227.0, 9228.0, 9230.0, 9236.0, 9244.0, 9231.0, 9231.0, 9239.0, 9295.0, 9245.0, 9295.0, 9240.0, 9291.0, 9242.0, 9283.0, 9250.0, 9229.0, 9234.0, 9245.0, 9238.0, 9266.0, 9276.0, 9237.0, 9227.0, 9267.0, 9278.0, 9251.0, 9251.0, 9249.0, 9256.0, 9274.0, 9287.0, 9273.0, 9244.0, 9286.0, 9331.0, 9266.0, 9274.0, 9229.0, 9223.0, 9204.0, 9228.0, 9252.0, 9225.0, 9224.0, 9228.0, 9245.0, 9247.0, 9273.0, 9216.0, 9243.0, 9230.0, 9207.0, 9263.0, 9237.0, 9277.0, 9244.0, 9258.0, 9231.0, 9307.0, 9256.0, 9224.0, 9218.0, 9222.0, 9247.0, 9218.0, 9240.0, 9229.0, 9286.0, 9228.0, 9242.0, 9243.0, 9234.0, 9249.0, 9238.0, 9263.0, 9242.0, 9295.0, 9242.0, 9314.0, 9250.0, 9297.0, 9245.0, 9223.0, 9210.0, 9225.0, 9252.0, 9226.0, 9229.0, 9221.0, 9240.0, 9236.0, 9232.0, 9237.0, 9256.0, 9233.0, 9290.0, 9255.0, 9228.0, 9288.0, 9216.0, 9262.0, 9245.0, 9239.0, 9208.0, 9232.0, 9260.0, 9227.0, 9245.0, 9206.0, 9262.0, 9239.0, 9209.0, 9237.0, 9175.0, 9198.0, 9176.0, 9177.0, 9180.0, 9190.0, 9204.0, 9183.0, 9246.0, 9226.0, 9226.0, 9253.0, 9234.0, 9291.0, 9256.0, 9223.0, 9206.0, 9207.0, 9217.0, 9203.0, 9261.0, 9205.0, 9249.0, 9212.0, 9245.0, 9236.0, 9237.0, 9230.0, 9250.0, 9236.0, 9290.0, 9245.0, 9227.0, 9213.0, 9224.0, 9214.0, 9231.0, 9242.0, 9226.0, 9215.0, 9248.0, 9246.0, 9264.0, 9241.0, 9250.0, 9253.0, 9255.0, 9255.0, 9319.0, 9264.0, 9257.0, 9232.0, 9233.0, 9232.0, 9232.0, 9244.0, 9304.0, 9244.0, 9266.0, 9223.0, 9219.0, 9192.0, 9206.0, 9238.0, 9227.0, 9248.0, 9209.0, 9247.0, 9211.0, 9241.0, 9211.0, 9210.0, 9211.0, 9232.0, 9245.0, 9230.0, 9270.0, 9226.0, 9225.0, 9225.0, 9226.0, 9252.0, 9228.0, 9266.0, 9212.0, 9250.0, 9227.0, 9240.0, 9228.0, 9228.0, 9253.0, 9227.0, 9284.0, 9214.0, 9269.0, 9229.0, 9224.0, 9230.0, 9247.0, 9231.0, 9248.0, 9261.0, 9231.0, 9286.0, 9234.0, 9274.0, 9248.0, 9244.0, 9238.0, 9265.0, 9261.0, 9255.0, 9277.0, 9245.0, 9243.0, 9235.0, 9275.0, 9239.0, 9281.0, 9252.0, 9258.0, 9232.0, 9259.0, 9257.0, 9280.0, 9244.0, 9259.0, 9289.0, 9282.0, 9319.0, 9273.0, 9236.0, 9234.0, 9301.0, 9212.0, 9269.0, 9237.0, 9222.0, 9207.0, 9226.0, 9265.0, 9214.0, 9248.0, 9208.0, 9218.0, 9207.0, 9209.0, 9225.0, 9226.0, 9249.0, 9224.0, 9236.0, 9227.0, 9266.0, 9214.0, 9237.0, 9227.0, 9224.0, 9230.0, 9253.0, 9235.0, 9263.0, 9261.0, 9226.0, 9214.0, 9231.0, 9217.0, 9244.0, 9236.0, 9256.0, 9254.0, 9262.0, 9237.0, 9264.0, 9289.0, 9293.0, 9319.0, 9312.0, 9239.0, 9232.0, 9207.0, 9244.0, 9228.0, 9221.0, 9211.0, 9238.0, 9217.0, 9265.0, 9269.0, 9251.0, 9229.0, 9229.0, 9254.0, 9233.0, 9242.0, 9229.0, 9231.0, 9249.0, 9293.0, 9250.0, 9240.0, 9210.0, 9222.0, 9190.0, 9223.0, 9279.0, 9208.0, 9231.0, 9207.0, 9246.0, 9210.0, 9237.0, 9211.0, 9222.0, 9210.0, 9222.0, 9263.0, 9211.0, 9262.0, 9205.0, 9230.0, 9190.0, 9202.0, 9204.0, 9221.0, 9217.0, 9219.0, 9217.0, 9208.0, 9261.0, 9210.0, 9248.0, 9235.0, 9234.0, 9212.0, 9250.0, 9234.0, 9246.0, 9239.0, 9247.0, 9249.0, 9221.0, 9240.0, 9228.0, 9271.0, 9265.0, 9224.0, 9248.0, 9233.0, 9237.0, 9213.0, 9241.0, 9230.0, 9239.0, 9228.0, 9243.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.0014855632183908046</td></tr>
<tr><td colspan=3>aqi</td><td>0.019750681494252877</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.733899137410845</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2437959639585727</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0327076981472942</td></tr>
<tr><td colspan=3>efc</td><td>0.4741</td></tr>
<tr><td colspan=3>fber</td><td>6180.4346</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10815792582265858</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>85</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.770114942528735</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5261532544172507</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.476019759148907</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7334289348299756</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.36901106927287</td></tr>
<tr><td colspan=3>gcor</td><td>0.0145213</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007678516209125519</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015601000748574734</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.7440085083440873</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>37.2592</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.0109</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.5569</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296003.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>667.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>319.2574</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1623</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.7732</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3308.873</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3516.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80541.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>993.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4371.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>939.0946</td></tr>
<tr><td colspan=3>tsnr</td><td>41.34110829234123</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>