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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0090_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-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-03_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-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-04_task-social_acq-mb8_run-03_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-0090/ses-04/func/sub-0090_ses-04_task-social_acq-mb8_run-03_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>9d3371a2e038158d67cec9dc90b5e518</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:23:53.337500</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.999133, 0.0250495, 0.033249, -0.0261632, 0.999096, 0.0334942]</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-03_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.108059</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4255, -7770, -7254, 240, -17, -60, -177, 12]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.653</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c3ce41f3-4a5f-46c5-8825-1e4f4c5c2a45||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.680601119995117, -0.07019394636154175, 0.08742575347423553, 111.6570816040039], [-0.0672059878706932, 2.6805026531219482, 0.09270472824573517, -88.20968627929688], [0.08920454233884811, -0.08986254036426544, 2.696991443634033, -87.2504653930664], [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': ['182353.337500', '182353.797500', '182354.257500', '182354.717500', '182355.177500', '182355.637500', '182356.097500', '182356.557500', '182357.017500', '182357.477500', '182357.937500', '182358.397500', '182358.857500', '182359.317500', '182359.777500', '182400.237500', '182400.697500', '182401.157500', '182401.617500', '182402.077500', '182402.537500', '182402.997500', '182403.457500', '182403.917500', '182404.377500', '182404.837500', '182405.297500', '182405.757500', '182406.217500', '182406.677500', '182407.137500', '182407.597500', '182408.057500', '182408.517500', '182408.977500', '182409.437500', '182409.897500', '182410.357500', '182410.817500', '182411.277500', '182411.737500', '182412.197500', '182412.657500', '182413.117500', '182413.577500', '182414.037500', '182414.497500', '182414.957500', '182415.417500', '182415.877500', '182416.337500', '182416.797500', '182417.257500', '182417.717500', '182418.177500', '182418.637500', '182419.097500', '182419.557500', '182420.017500', '182420.477500', '182420.937500', '182421.397500', '182421.857500', '182422.317500', '182422.777500', '182423.237500', '182423.697500', '182424.157500', '182424.617500', '182425.077500', '182425.537500', '182425.997500', '182426.457500', '182426.917500', '182427.377500', '182427.837500', '182428.297500', '182428.757500', '182429.217500', '182429.677500', '182430.137500', '182430.597500', '182431.057500', '182431.517500', '182431.977500', '182432.437500', '182432.897500', '182433.357500', '182433.817500', '182434.277500', '182434.737500', '182435.197500', '182435.657500', '182436.117500', '182436.577500', '182437.037500', '182437.497500', '182437.957500', '182438.417500', '182438.877500', '182439.337500', '182439.797500', '182440.257500', '182440.717500', '182441.177500', '182441.637500', '182442.097500', '182442.557500', '182443.017500', '182443.477500', '182443.937500', '182444.397500', '182444.857500', '182445.317500', '182445.777500', '182446.237500', '182446.697500', '182447.157500', '182447.617500', '182448.077500', '182448.537500', '182448.997500', '182449.457500', '182449.917500', '182450.377500', '182450.837500', '182451.297500', '182451.757500', '182452.217500', '182452.677500', '182453.137500', '182453.597500', '182454.057500', '182454.517500', '182454.977500', '182455.437500', '182455.897500', '182456.357500', '182456.817500', '182457.277500', '182457.737500', '182458.197500', '182458.657500', '182459.117500', '182459.577500', '182500.037500', '182500.497500', '182500.957500', '182501.417500', '182501.877500', '182502.337500', '182502.797500', '182503.257500', '182503.717500', '182504.177500', '182504.637500', '182505.097500', '182505.557500', '182506.017500', '182506.477500', '182506.937500', '182507.397500', '182507.857500', '182508.317500', '182508.777500', '182509.237500', '182509.697500', '182510.157500', '182510.617500', '182511.077500', '182511.537500', '182511.997500', '182512.457500', '182512.917500', '182513.377500', '182513.837500', '182514.297500', '182514.757500', '182515.217500', '182515.677500', '182516.137500', '182516.597500', '182517.057500', '182517.517500', '182517.977500', '182518.437500', '182518.897500', '182519.357500', '182519.817500', '182520.277500', '182520.737500', '182521.197500', '182521.657500', '182522.117500', '182522.577500', '182523.037500', '182523.497500', '182523.957500', '182524.417500', '182524.877500', '182525.337500', '182525.797500', '182526.257500', '182526.717500', '182527.177500', '182527.637500', '182528.097500', '182528.557500', '182529.017500', '182529.477500', '182529.937500', '182530.397500', '182530.857500', '182531.317500', '182531.777500', '182532.237500', '182532.697500', '182533.157500', '182533.617500', '182534.077500', '182534.537500', '182534.997500', '182535.457500', '182535.917500', '182536.377500', '182536.837500', '182537.297500', '182537.757500', '182538.217500', '182538.677500', '182539.137500', '182539.597500', '182540.057500', '182540.517500', '182540.977500', '182541.437500', '182541.897500', '182542.357500', '182542.817500', '182543.277500', '182543.737500', '182544.197500', '182544.657500', '182545.117500', '182545.577500', '182546.037500', '182546.497500', '182546.957500', '182547.417500', '182547.877500', '182548.337500', '182548.797500', '182549.257500', '182549.717500', '182550.177500', '182550.637500', '182551.097500', '182551.557500', '182552.017500', '182552.477500', '182552.937500', '182553.397500', '182553.857500', '182554.317500', '182554.777500', '182555.237500', '182555.697500', '182556.157500', '182556.617500', '182557.077500', '182557.537500', '182557.997500', '182558.457500', '182558.917500', '182559.377500', '182559.837500', '182600.297500', '182600.757500', '182601.217500', '182601.677500', '182602.137500', '182602.597500', '182603.057500', '182603.517500', '182603.977500', '182604.437500', '182604.897500', '182605.357500', '182605.817500', '182606.277500', '182606.737500', '182607.197500', '182607.657500', '182608.117500', '182608.577500', '182609.037500', '182609.497500', '182609.957500', '182610.417500', '182610.877500', '182611.337500', '182611.797500', '182612.257500', '182612.717500', '182613.177500', '182613.637500', '182614.097500', '182614.557500', '182615.017500', '182615.477500', '182615.937500', '182616.397500', '182616.857500', '182617.317500', '182617.777500', '182618.237500', '182618.697500', '182619.157500', '182619.617500', '182620.077500', '182620.537500', '182620.997500', '182621.457500', '182621.917500', '182622.377500', '182622.837500', '182623.297500', '182623.757500', '182624.217500', '182624.677500', '182625.137500', '182625.597500', '182626.057500', '182626.517500', '182626.977500', '182627.437500', '182627.897500', '182628.357500', '182628.817500', '182629.277500', '182629.737500', '182630.197500', '182630.657500', '182631.117500', '182631.577500', '182632.037500', '182632.497500', '182632.957500', '182633.417500', '182633.877500', '182634.337500', '182634.797500', '182635.257500', '182635.717500', '182636.177500', '182636.637500', '182637.097500', '182637.557500', '182638.017500', '182638.477500', '182638.937500', '182639.397500', '182639.857500', '182640.317500', '182640.777500', '182641.237500', '182641.697500', '182642.157500', '182642.617500', '182643.077500', '182643.537500', '182643.997500', '182644.457500', '182644.917500', '182645.377500', '182645.837500', '182646.297500', '182646.757500', '182647.217500', '182647.677500', '182648.137500', '182648.597500', '182649.057500', '182649.517500', '182649.977500', '182650.437500', '182650.897500', '182651.357500', '182651.817500', '182652.277500', '182652.737500', '182653.197500', '182653.657500', '182654.117500', '182654.577500', '182655.037500', '182655.497500', '182655.957500', '182656.417500', '182656.877500', '182657.337500', '182657.797500', '182658.257500', '182658.717500', '182659.177500', '182659.637500', '182700.097500', '182700.557500', '182701.017500', '182701.477500', '182701.937500', '182702.397500', '182702.857500', '182703.317500', '182703.777500', '182704.237500', '182704.697500', '182705.157500', '182705.617500', '182706.077500', '182706.537500', '182706.997500', '182707.457500', '182707.917500', '182708.377500', '182708.837500', '182709.297500', '182709.757500', '182710.217500', '182710.677500', '182711.137500', '182711.597500', '182712.057500', '182712.517500', '182712.977500', '182713.437500', '182713.897500', '182714.357500', '182714.817500', '182715.277500', '182715.737500', '182716.197500', '182716.657500', '182717.117500', '182717.577500', '182718.037500', '182718.497500', '182718.957500', '182719.417500', '182719.877500', '182720.337500', '182720.797500', '182721.257500', '182721.717500', '182722.177500', '182722.637500', '182723.097500', '182723.557500', '182724.017500', '182724.477500', '182724.937500', '182725.397500', '182725.857500', '182726.317500', '182726.777500', '182727.237500', '182727.697500', '182728.157500', '182728.617500', '182729.077500', '182729.537500', '182729.997500', '182730.457500', '182730.917500', '182731.377500', '182731.837500', '182732.297500', '182732.757500', '182733.217500', '182733.677500', '182734.137500', '182734.597500', '182735.057500', '182735.517500', '182735.977500', '182736.437500', '182736.897500', '182737.357500', '182737.817500', '182738.277500', '182738.737500', '182739.197500', '182739.657500', '182740.117500', '182740.577500', '182741.037500', '182741.497500', '182741.957500', '182742.417500', '182742.877500', '182743.337500', '182743.797500', '182744.257500', '182744.717500', '182745.177500', '182745.637500', '182746.097500', '182746.557500', '182747.017500', '182747.477500', '182747.937500', '182748.397500', '182748.857500', '182749.317500', '182749.777500', '182750.237500', '182750.697500', '182751.157500', '182751.617500', '182752.077500', '182752.537500', '182752.997500', '182753.457500', '182753.917500', '182754.377500', '182754.837500', '182755.297500', '182755.757500', '182756.217500', '182756.677500', '182757.137500', '182757.597500', '182758.057500', '182758.517500', '182758.977500', '182759.437500', '182759.897500', '182800.357500', '182800.817500', '182801.277500', '182801.737500', '182802.197500', '182802.657500', '182803.117500', '182803.577500', '182804.037500', '182804.497500', '182804.957500', '182805.417500', '182805.877500', '182806.337500', '182806.797500', '182807.257500', '182807.717500', '182808.177500', '182808.637500', '182809.097500', '182809.557500', '182810.017500', '182810.477500', '182810.937500', '182811.397500', '182811.857500', '182812.317500', '182812.777500', '182813.237500', '182813.697500', '182814.157500', '182814.617500', '182815.077500', '182815.537500', '182815.997500', '182816.457500', '182816.917500', '182817.377500', '182817.837500', '182818.297500', '182818.757500', '182819.217500', '182819.677500', '182820.137500', '182820.597500', '182821.057500', '182821.517500', '182821.977500', '182822.437500', '182822.897500', '182823.357500', '182823.817500', '182824.277500', '182824.737500', '182825.197500', '182825.657500', '182826.117500', '182826.577500', '182827.037500', '182827.497500', '182827.957500', '182828.417500', '182828.877500', '182829.337500', '182829.797500', '182830.257500', '182830.717500', '182831.177500', '182831.637500', '182832.097500', '182832.557500', '182833.017500', '182833.477500', '182833.937500', '182834.397500', '182834.857500', '182835.317500', '182835.777500', '182836.237500', '182836.697500', '182837.157500', '182837.617500', '182838.077500', '182838.537500', '182838.997500', '182839.457500', '182839.917500', '182840.377500', '182840.837500', '182841.297500', '182841.757500', '182842.217500', '182842.677500', '182843.137500', '182843.597500', '182844.057500', '182844.517500', '182844.977500', '182845.437500', '182845.897500', '182846.357500', '182846.817500', '182847.277500', '182847.737500', '182848.197500', '182848.657500', '182849.117500', '182849.577500', '182850.037500', '182850.497500', '182850.957500', '182851.417500', '182851.877500', '182852.337500', '182852.797500', '182853.257500', '182853.717500', '182854.177500', '182854.637500', '182855.097500', '182855.557500', '182856.017500', '182856.477500', '182856.937500', '182857.397500', '182857.857500', '182858.317500', '182858.777500', '182859.237500', '182859.697500', '182900.157500', '182900.617500', '182901.077500', '182901.537500', '182901.997500', '182902.457500', '182902.917500', '182903.377500', '182903.837500', '182904.297500', '182904.757500', '182905.217500', '182905.677500', '182906.137500', '182906.597500', '182907.057500', '182907.517500', '182907.977500', '182908.437500', '182908.897500', '182909.357500', '182909.817500', '182910.277500', '182910.737500', '182911.197500', '182911.657500', '182912.117500', '182912.577500', '182913.037500', '182913.497500', '182913.957500', '182914.417500', '182914.877500', '182915.337500', '182915.797500', '182916.257500', '182916.717500', '182917.177500', '182917.637500', '182918.097500', '182918.557500', '182919.017500', '182919.477500', '182919.937500', '182920.397500', '182920.857500', '182921.317500', '182921.777500', '182922.237500', '182922.697500', '182923.157500', '182923.617500', '182924.077500', '182924.537500', '182924.997500', '182925.457500', '182925.917500', '182926.377500', '182926.837500', '182927.297500', '182927.757500', '182928.217500', '182928.677500', '182929.137500', '182929.597500', '182930.057500', '182930.517500', '182930.977500', '182931.437500', '182931.897500', '182932.357500', '182932.817500', '182933.277500', '182933.737500', '182934.197500', '182934.657500', '182935.117500', '182935.577500', '182936.037500', '182936.497500', '182936.957500', '182937.417500', '182937.877500', '182938.337500', '182938.797500', '182939.257500', '182939.717500', '182940.177500', '182940.637500', '182941.097500', '182941.557500', '182942.017500', '182942.477500', '182942.937500', '182943.397500', '182943.857500', '182944.317500', '182944.777500', '182945.237500', '182945.697500', '182946.157500', '182946.617500', '182947.077500', '182947.537500', '182947.997500', '182948.457500', '182948.917500', '182949.377500', '182949.837500', '182950.297500', '182950.757500', '182951.217500', '182951.677500', '182952.137500', '182952.597500', '182953.057500', '182953.517500', '182953.977500', '182954.437500', '182954.897500', '182955.357500', '182955.817500', '182956.277500', '182956.737500', '182957.197500', '182957.657500', '182958.117500', '182958.577500', '182959.037500', '182959.497500', '182959.957500', '183000.417500', '183000.877500', '183001.337500', '183001.797500', '183002.257500', '183002.717500', '183003.177500', '183003.637500', '183004.097500', '183004.557500', '183005.017500', '183005.477500', '183005.937500', '183006.397500', '183006.857500', '183007.317500', '183007.777500', '183008.237500', '183008.697500', '183009.157500', '183009.617500', '183010.077500', '183010.537500', '183010.997500', '183011.457500', '183011.917500', '183012.377500', '183012.837500', '183013.297500', '183013.757500', '183014.217500', '183014.677500', '183015.137500', '183015.597500', '183016.057500', '183016.517500', '183016.977500', '183017.437500', '183017.897500', '183018.357500', '183018.817500', '183019.277500', '183019.737500', '183020.197500', '183020.657500', '183021.117500', '183021.577500', '183022.037500', '183022.497500', '183022.957500', '183023.417500', '183023.877500', '183024.337500', '183024.797500', '183025.257500', '183025.717500', '183026.177500', '183026.637500', '183027.097500', '183027.557500', '183028.017500', '183028.477500', '183028.937500', '183029.397500', '183029.857500', '183030.317500', '183030.777500', '183031.237500', '183031.697500', '183032.157500', '183032.617500', '183033.077500', '183033.537500', '183033.997500'], 'ContentTime': ['182418.272000', '182418.275000', '182418.279000', '182418.282000', '182418.285000', '182418.287000', '182418.290000', '182418.293000', '182418.295000', '182418.298000', '182418.300000', '182418.303000', '182418.306000', '182418.308000', '182418.311000', '182418.314000', '182418.316000', '182418.319000', '182418.321000', '182418.324000', '182418.327000', '182418.329000', '182418.332000', '182418.334000', '182418.341000', '182418.344000', '182418.346000', '182418.349000', '182418.351000', '182418.354000', '182418.357000', '182418.359000', '182418.362000', '182418.364000', '182418.367000', '182418.369000', '182418.372000', '182418.374000', '182418.377000', '182418.379000', '182418.382000', '182418.385000', '182418.387000', '182418.390000', '182418.392000', '182418.395000', '182418.398000', '182418.400000', '182418.403000', '182418.405000', '182418.408000', '182418.411000', '182438.210000', '182438.213000', '182438.216000', '182438.218000', '182438.221000', '182438.224000', '182438.226000', '182438.229000', '182438.232000', '182438.235000', '182438.238000', '182438.240000', '182438.243000', '182438.245000', '182438.248000', '182438.251000', '182438.253000', '182438.256000', '182438.258000', '182438.261000', '182438.264000', '182438.266000', '182438.269000', '182438.271000', '182438.274000', '182438.276000', '182438.279000', '182438.282000', '182438.284000', '182438.287000', '182438.290000', '182438.292000', '182438.295000', '182438.298000', '182438.300000', '182438.303000', '182438.305000', '182438.308000', '182438.318000', '182438.320000', '182438.323000', '182438.325000', '182438.328000', '182458.211000', '182458.214000', '182458.216000', '182458.219000', '182458.221000', '182458.224000', '182458.227000', '182458.229000', '182458.232000', '182458.234000', '182458.237000', '182458.239000', '182458.242000', '182458.244000', '182458.247000', '182458.250000', '182458.257000', '182458.260000', '182458.263000', '182458.265000', '182458.268000', '182458.270000', '182458.273000', '182458.275000', '182458.278000', '182458.281000', '182458.283000', '182458.286000', '182458.288000', '182458.291000', '182458.294000', '182458.296000', '182458.299000', '182458.302000', '182458.304000', '182458.307000', '182458.309000', '182458.312000', '182458.315000', '182458.317000', '182458.320000', '182458.323000', '182458.325000', '182458.328000', '182518.209000', '182518.212000', '182518.215000', '182518.218000', '182518.220000', '182518.223000', '182518.225000', '182518.228000', '182518.230000', '182518.233000', '182518.235000', '182518.238000', '182518.241000', '182518.249000', '182518.252000', '182518.255000', '182518.257000', '182518.260000', '182518.263000', '182518.265000', '182518.268000', '182518.270000', '182518.273000', '182518.276000', '182518.278000', '182518.281000', '182518.283000', '182518.286000', '182518.288000', '182518.291000', '182518.294000', '182518.296000', '182518.299000', '182518.301000', '182518.304000', '182518.307000', '182518.309000', '182518.312000', '182518.314000', '182518.317000', '182518.319000', '182518.322000', '182518.325000', '182538.210000', '182538.213000', '182538.216000', '182538.218000', '182538.221000', '182538.224000', '182538.226000', '182538.229000', '182538.231000', '182538.234000', '182538.236000', '182538.239000', '182538.242000', '182538.244000', '182538.247000', '182538.249000', '182538.252000', '182538.255000', '182538.257000', '182538.260000', '182538.262000', '182538.265000', '182538.268000', '182538.270000', '182538.273000', '182538.284000', '182538.286000', '182538.289000', '182538.291000', '182538.294000', '182538.297000', '182538.299000', '182538.302000', '182538.304000', '182538.307000', '182538.309000', '182538.312000', '182538.315000', '182538.317000', '182538.320000', '182538.322000', '182538.325000', '182538.327000', '182538.330000', '182558.210000', '182558.213000', '182558.216000', '182558.219000', '182558.221000', '182558.224000', '182558.227000', '182558.229000', '182558.232000', '182558.234000', '182558.241000', '182558.243000', '182558.246000', '182558.249000', '182558.251000', '182558.254000', '182558.256000', '182558.259000', '182558.262000', '182558.264000', '182558.267000', '182558.269000', '182558.273000', '182558.275000', '182558.278000', '182558.281000', '182558.283000', '182558.286000', '182558.289000', '182558.291000', '182558.294000', '182558.296000', '182558.299000', '182558.301000', '182558.304000', '182558.306000', '182558.309000', '182558.312000', '182558.314000', '182558.317000', '182558.319000', '182558.322000', '182558.325000', '182618.211000', '182618.214000', '182618.216000', '182618.219000', '182618.222000', '182618.224000', '182618.227000', '182618.229000', '182618.232000', '182618.235000', '182618.237000', '182618.240000', '182618.243000', '182618.245000', '182618.248000', '182618.250000', '182618.253000', '182618.255000', '182618.258000', '182618.261000', '182618.263000', '182618.266000', '182618.268000', '182618.271000', '182618.273000', '182618.276000', '182618.279000', '182618.281000', '182618.284000', '182618.286000', '182618.289000', '182618.292000', '182618.294000', '182618.297000', '182618.299000', '182618.302000', '182618.305000', '182618.308000', '182618.310000', '182618.313000', '182618.315000', '182618.318000', '182618.321000', '182618.323000', '182638.210000', '182638.213000', '182638.216000', '182638.218000', '182638.221000', '182638.224000', '182638.226000', '182638.229000', '182638.231000', '182638.234000', '182638.236000', '182638.239000', '182638.241000', '182638.244000', '182638.247000', '182638.249000', '182638.252000', '182638.255000', '182638.257000', '182638.260000', '182638.263000', '182638.265000', '182638.268000', '182638.270000', '182638.273000', '182638.276000', '182638.278000', '182638.281000', '182638.283000', '182638.286000', '182638.289000', '182638.291000', '182638.294000', '182638.297000', '182638.299000', '182638.302000', '182638.304000', '182638.307000', '182638.309000', '182638.312000', '182638.321000', '182638.324000', '182638.327000', '182658.210000', '182658.213000', '182658.216000', '182658.219000', '182658.222000', '182658.224000', '182658.227000', '182658.230000', '182658.232000', '182658.235000', '182658.237000', '182658.240000', '182658.243000', '182658.245000', '182658.248000', '182658.251000', '182658.253000', '182658.256000', '182658.258000', '182658.261000', '182658.264000', '182658.266000', '182658.269000', '182658.272000', '182658.274000', '182658.277000', '182658.287000', '182658.290000', '182658.292000', '182658.295000', '182658.298000', '182658.300000', '182658.303000', '182658.305000', '182658.308000', '182658.311000', '182658.313000', '182658.316000', '182658.318000', '182658.321000', '182658.324000', '182658.326000', '182658.329000', '182658.331000', '182718.211000', '182718.213000', '182718.216000', '182718.219000', '182718.222000', '182718.224000', '182718.227000', '182718.229000', '182718.232000', '182718.234000', '182718.237000', '182718.240000', '182718.242000', '182718.245000', '182718.248000', '182718.250000', '182718.253000', '182718.255000', '182718.258000', '182718.261000', '182718.263000', '182718.266000', '182718.268000', '182718.271000', '182718.274000', '182718.276000', '182718.279000', '182718.282000', '182718.285000', '182718.287000', '182718.291000', '182718.294000', '182718.296000', '182718.299000', '182718.302000', '182718.304000', '182718.307000', '182718.311000', '182718.314000', '182718.317000', '182718.319000', '182718.322000', '182718.325000', '182738.209000', '182738.213000', '182738.215000', '182738.218000', '182738.220000', '182738.223000', '182738.226000', '182738.228000', '182738.231000', '182738.234000', '182738.236000', '182738.239000', '182738.242000', '182738.244000', '182738.247000', '182738.250000', '182738.252000', '182738.255000', '182738.258000', '182738.260000', '182738.263000', '182738.266000', '182738.268000', '182738.271000', '182738.274000', '182738.276000', '182738.279000', '182738.281000', '182738.284000', '182738.287000', '182738.289000', '182738.292000', '182738.295000', '182738.297000', '182738.300000', '182738.303000', '182738.305000', '182738.308000', '182738.311000', '182738.313000', '182738.316000', '182738.318000', '182738.321000', '182738.324000', '182758.210000', '182758.213000', '182758.216000', '182758.219000', '182758.222000', '182758.224000', '182758.227000', '182758.230000', '182758.232000', '182758.235000', '182758.238000', '182758.240000', '182758.243000', '182758.245000', '182758.248000', '182758.251000', '182758.253000', '182758.256000', '182758.259000', '182758.261000', '182758.264000', '182758.267000', '182758.269000', '182758.272000', '182758.274000', '182758.277000', '182758.280000', '182758.282000', '182758.285000', '182758.288000', '182758.290000', '182758.293000', '182758.295000', '182758.298000', '182758.301000', '182758.303000', '182758.306000', '182758.309000', '182758.312000', '182758.314000', '182758.317000', '182758.320000', '182758.324000', '182818.211000', '182818.213000', '182818.216000', '182818.219000', '182818.222000', '182818.225000', '182818.227000', '182818.230000', '182818.233000', '182818.235000', '182818.238000', '182818.240000', '182818.243000', '182818.246000', '182818.248000', '182818.251000', '182818.254000', '182818.256000', '182818.259000', '182818.262000', '182818.264000', '182818.267000', '182818.270000', '182818.272000', '182818.275000', '182818.278000', '182818.280000', '182818.283000', '182818.286000', '182818.288000', '182818.291000', '182818.294000', '182818.296000', '182818.299000', '182818.302000', '182818.304000', '182818.307000', '182818.310000', '182818.312000', '182818.315000', '182818.317000', '182818.320000', '182818.322000', '182818.325000', '182838.210000', '182838.213000', '182838.216000', '182838.219000', '182838.221000', '182838.224000', '182838.227000', '182838.267000', '182838.269000', '182838.272000', '182838.275000', '182838.278000', '182838.281000', '182838.284000', '182838.287000', '182838.289000', '182838.292000', '182838.295000', '182838.297000', '182838.300000', '182838.303000', '182838.305000', '182838.308000', '182838.311000', '182838.313000', '182838.316000', '182838.319000', '182838.321000', '182838.324000', '182838.327000', '182838.329000', '182838.332000', '182838.334000', '182838.337000', '182838.340000', '182838.342000', '182838.345000', '182838.347000', '182838.351000', '182838.354000', '182838.356000', '182838.359000', '182838.362000', '182858.210000', '182858.213000', '182858.216000', '182858.219000', '182858.221000', '182858.224000', '182858.226000', '182858.229000', '182858.232000', '182858.235000', '182858.237000', '182858.240000', '182858.243000', '182858.245000', '182858.248000', '182858.251000', '182858.253000', '182858.256000', '182858.258000', '182858.261000', '182858.264000', '182858.266000', '182858.269000', '182858.272000', '182858.274000', '182858.277000', '182858.279000', '182858.282000', '182858.285000', '182858.287000', '182858.290000', '182858.292000', '182858.295000', '182858.298000', '182858.300000', '182858.303000', '182858.306000', '182858.308000', '182858.311000', '182858.314000', '182858.316000', '182858.319000', '182858.321000', '182858.324000', '182918.211000', '182918.213000', '182918.216000', '182918.219000', '182918.221000', '182918.224000', '182918.226000', '182918.229000', '182918.231000', '182918.234000', '182918.237000', '182918.240000', '182918.242000', '182918.245000', '182918.248000', '182918.250000', '182918.253000', '182918.256000', '182918.258000', '182918.261000', '182918.263000', '182918.266000', '182918.269000', '182918.272000', '182918.274000', '182918.277000', '182918.280000', '182918.282000', '182918.285000', '182918.288000', '182918.290000', '182918.293000', '182918.296000', '182918.298000', '182918.301000', '182918.304000', '182918.306000', '182918.309000', '182918.312000', '182918.314000', '182918.317000', '182918.320000', '182918.322000', '182938.210000', '182938.213000', '182938.216000', '182938.218000', '182938.221000', '182938.224000', '182938.227000', '182938.229000', '182938.232000', '182938.234000', '182938.237000', '182938.240000', '182938.242000', '182938.245000', '182938.247000', '182938.250000', '182938.253000', '182938.255000', '182938.258000', '182938.260000', '182938.263000', '182938.266000', '182938.268000', '182938.271000', '182938.274000', '182938.276000', '182938.279000', '182938.281000', '182938.284000', '182938.286000', '182938.289000', '182938.292000', '182938.294000', '182938.297000', '182938.300000', '182938.302000', '182938.305000', '182938.307000', '182938.310000', '182938.312000', '182938.315000', '182938.318000', '182938.320000', '182938.324000', '182958.209000', '182958.212000', '182958.215000', '182958.218000', '182958.220000', '182958.223000', '182958.225000', '182958.228000', '182958.231000', '182958.233000', '182958.236000', '182958.239000', '182958.241000', '182958.244000', '182958.247000', '182958.249000', '182958.252000', '182958.255000', '182958.267000', '182958.270000', '182958.272000', '182958.275000', '182958.277000', '182958.280000', '182958.283000', '182958.285000', '182958.288000', '182958.290000', '182958.293000', '182958.296000', '182958.298000', '182958.301000', '182958.304000', '182958.306000', '182958.309000', '182958.312000', '182958.315000', '182958.317000', '182958.320000', '182958.322000', '182958.325000', '182958.328000', '182958.330000', '183018.210000', '183018.213000', '183018.216000', '183018.218000', '183018.221000', '183018.224000', '183018.226000', '183018.229000', '183018.231000', '183018.234000', '183018.237000', '183018.239000', '183018.242000', '183018.244000', '183018.247000', '183018.249000', '183018.252000', '183018.255000', '183018.257000', '183018.260000', '183018.262000', '183018.265000', '183018.267000', '183018.270000', '183018.272000', '183018.275000', '183018.278000', '183018.280000', '183018.283000', '183018.285000', '183018.288000', '183018.291000', '183018.293000', '183018.296000', '183018.298000', '183018.301000', '183018.304000', '183018.306000', '183018.309000', '183018.311000', '183018.314000', '183018.316000', '183018.319000', '183018.322000', '183035.142000', '183035.145000', '183035.148000', '183035.150000', '183035.153000', '183035.156000', '183035.158000', '183035.161000', '183035.164000', '183035.166000', '183035.169000', '183035.172000', '183035.174000', '183035.177000', '183035.180000', '183035.183000', '183035.185000', '183035.188000', '183035.191000', '183035.194000', '183035.197000', '183035.200000', '183035.203000', '183035.206000', '183035.209000', '183035.213000', '183035.215000', '183035.218000', '183035.222000', '183035.225000', '183035.229000', '183035.231000', '183035.234000', '183035.237000', '183035.239000', '183035.242000', '183035.245000'], 'InstanceCreationTime': ['182418.272000', '182418.275000', '182418.279000', '182418.282000', '182418.285000', '182418.287000', '182418.290000', '182418.293000', '182418.295000', '182418.298000', '182418.300000', '182418.303000', '182418.306000', '182418.308000', '182418.311000', '182418.314000', '182418.316000', '182418.319000', '182418.321000', '182418.324000', '182418.327000', '182418.329000', '182418.332000', '182418.334000', '182418.341000', '182418.344000', '182418.346000', '182418.349000', '182418.351000', '182418.354000', '182418.357000', '182418.359000', '182418.362000', '182418.364000', '182418.367000', '182418.369000', '182418.372000', '182418.374000', '182418.377000', '182418.379000', '182418.382000', '182418.385000', '182418.387000', '182418.390000', '182418.392000', '182418.395000', '182418.398000', '182418.400000', '182418.403000', '182418.405000', '182418.408000', '182418.411000', '182438.210000', '182438.213000', '182438.216000', '182438.218000', '182438.221000', '182438.224000', '182438.226000', '182438.229000', '182438.232000', '182438.235000', '182438.238000', '182438.240000', '182438.243000', '182438.245000', '182438.248000', '182438.251000', '182438.253000', '182438.256000', '182438.258000', '182438.261000', '182438.264000', '182438.266000', '182438.269000', '182438.271000', '182438.274000', '182438.276000', '182438.279000', '182438.282000', '182438.284000', '182438.287000', '182438.290000', '182438.292000', '182438.295000', '182438.298000', '182438.300000', '182438.303000', '182438.305000', '182438.308000', '182438.318000', '182438.320000', '182438.323000', '182438.325000', '182438.328000', '182458.211000', '182458.214000', '182458.216000', '182458.219000', '182458.221000', '182458.224000', '182458.227000', '182458.229000', '182458.232000', '182458.234000', '182458.237000', '182458.239000', '182458.242000', '182458.244000', '182458.247000', '182458.250000', '182458.257000', '182458.260000', '182458.263000', '182458.265000', '182458.268000', '182458.270000', '182458.273000', '182458.275000', '182458.278000', '182458.281000', '182458.283000', '182458.286000', '182458.288000', '182458.291000', '182458.294000', '182458.296000', '182458.299000', '182458.302000', '182458.304000', '182458.307000', '182458.309000', '182458.312000', '182458.315000', '182458.317000', '182458.320000', '182458.323000', '182458.325000', '182458.328000', '182518.209000', '182518.212000', '182518.215000', '182518.218000', '182518.220000', '182518.223000', '182518.225000', '182518.228000', '182518.230000', '182518.233000', '182518.235000', '182518.238000', '182518.241000', '182518.249000', '182518.252000', '182518.255000', '182518.257000', '182518.260000', '182518.263000', '182518.265000', '182518.268000', '182518.270000', '182518.273000', '182518.276000', '182518.278000', '182518.281000', '182518.283000', '182518.286000', '182518.288000', '182518.291000', '182518.294000', '182518.296000', '182518.299000', '182518.301000', '182518.304000', '182518.307000', '182518.309000', '182518.312000', '182518.314000', '182518.317000', '182518.319000', '182518.322000', '182518.325000', '182538.210000', '182538.213000', '182538.216000', '182538.218000', '182538.221000', '182538.224000', '182538.226000', '182538.229000', '182538.231000', '182538.234000', '182538.236000', '182538.239000', '182538.242000', '182538.244000', '182538.247000', '182538.249000', '182538.252000', '182538.255000', '182538.257000', '182538.260000', '182538.262000', '182538.265000', '182538.268000', '182538.270000', '182538.273000', '182538.284000', '182538.286000', '182538.289000', '182538.291000', '182538.294000', '182538.297000', '182538.299000', '182538.302000', '182538.304000', '182538.307000', '182538.309000', '182538.312000', '182538.315000', '182538.317000', '182538.320000', '182538.322000', '182538.325000', '182538.327000', '182538.330000', '182558.210000', '182558.213000', '182558.216000', '182558.219000', '182558.221000', '182558.224000', '182558.227000', '182558.229000', '182558.232000', '182558.234000', '182558.241000', '182558.243000', '182558.246000', '182558.249000', '182558.251000', '182558.254000', '182558.256000', '182558.259000', '182558.262000', '182558.264000', '182558.267000', '182558.269000', '182558.273000', '182558.275000', '182558.278000', '182558.281000', '182558.283000', '182558.286000', '182558.289000', '182558.291000', '182558.294000', '182558.296000', '182558.299000', '182558.301000', '182558.304000', '182558.306000', '182558.309000', '182558.312000', '182558.314000', '182558.317000', '182558.319000', '182558.322000', '182558.325000', '182618.211000', '182618.214000', '182618.216000', '182618.219000', '182618.222000', '182618.224000', '182618.227000', '182618.229000', '182618.232000', '182618.235000', '182618.237000', '182618.240000', '182618.243000', '182618.245000', '182618.248000', '182618.250000', '182618.253000', '182618.255000', '182618.258000', '182618.261000', '182618.263000', '182618.266000', '182618.268000', '182618.271000', '182618.273000', '182618.276000', '182618.279000', '182618.281000', '182618.284000', '182618.286000', '182618.289000', '182618.292000', '182618.294000', '182618.297000', '182618.299000', '182618.302000', '182618.305000', '182618.308000', '182618.310000', '182618.313000', '182618.315000', '182618.318000', '182618.321000', '182618.323000', '182638.210000', '182638.213000', '182638.216000', '182638.218000', '182638.221000', '182638.224000', '182638.226000', '182638.229000', '182638.231000', '182638.234000', '182638.236000', '182638.239000', '182638.241000', '182638.244000', '182638.247000', '182638.249000', '182638.252000', '182638.255000', '182638.257000', '182638.260000', '182638.263000', '182638.265000', '182638.268000', '182638.270000', '182638.273000', '182638.276000', '182638.278000', '182638.281000', '182638.283000', '182638.286000', '182638.289000', '182638.291000', '182638.294000', '182638.297000', '182638.299000', '182638.302000', '182638.304000', '182638.307000', '182638.309000', '182638.312000', '182638.321000', '182638.324000', '182638.327000', '182658.210000', '182658.213000', '182658.216000', '182658.219000', '182658.222000', '182658.224000', '182658.227000', '182658.230000', '182658.232000', '182658.235000', '182658.237000', '182658.240000', '182658.243000', '182658.245000', '182658.248000', '182658.251000', '182658.253000', '182658.256000', '182658.258000', '182658.261000', '182658.264000', '182658.266000', '182658.269000', '182658.272000', '182658.274000', '182658.277000', '182658.287000', '182658.290000', '182658.292000', '182658.295000', '182658.298000', '182658.300000', '182658.303000', '182658.305000', '182658.308000', '182658.311000', '182658.313000', '182658.316000', '182658.318000', '182658.321000', '182658.324000', '182658.326000', '182658.329000', '182658.331000', '182718.211000', '182718.213000', '182718.216000', '182718.219000', '182718.222000', '182718.224000', '182718.227000', '182718.229000', '182718.232000', '182718.234000', '182718.237000', '182718.240000', '182718.242000', '182718.245000', '182718.248000', '182718.250000', '182718.253000', '182718.255000', '182718.258000', '182718.261000', '182718.263000', '182718.266000', '182718.268000', '182718.271000', '182718.274000', '182718.276000', '182718.279000', '182718.282000', '182718.285000', '182718.287000', '182718.291000', '182718.294000', '182718.296000', '182718.299000', '182718.302000', '182718.304000', '182718.307000', '182718.311000', '182718.314000', '182718.317000', '182718.319000', '182718.322000', '182718.325000', '182738.209000', '182738.213000', '182738.215000', '182738.218000', '182738.220000', '182738.223000', '182738.226000', '182738.228000', '182738.231000', '182738.234000', '182738.236000', '182738.239000', '182738.242000', '182738.244000', '182738.247000', '182738.250000', '182738.252000', '182738.255000', '182738.258000', '182738.260000', '182738.263000', '182738.266000', '182738.268000', '182738.271000', '182738.274000', '182738.276000', '182738.279000', '182738.281000', '182738.284000', '182738.287000', '182738.289000', '182738.292000', '182738.295000', '182738.297000', '182738.300000', '182738.303000', '182738.305000', '182738.308000', '182738.311000', '182738.313000', '182738.316000', '182738.318000', '182738.321000', '182738.324000', '182758.210000', '182758.213000', '182758.216000', '182758.219000', '182758.222000', '182758.224000', '182758.227000', '182758.230000', '182758.232000', '182758.235000', '182758.238000', '182758.240000', '182758.243000', '182758.245000', '182758.248000', '182758.251000', '182758.253000', '182758.256000', '182758.259000', '182758.261000', '182758.264000', '182758.267000', '182758.269000', '182758.272000', '182758.274000', '182758.277000', '182758.280000', '182758.282000', '182758.285000', '182758.288000', '182758.290000', '182758.293000', '182758.295000', '182758.298000', '182758.301000', '182758.303000', '182758.306000', '182758.309000', '182758.312000', '182758.314000', '182758.317000', '182758.320000', '182758.324000', '182818.211000', '182818.213000', '182818.216000', '182818.219000', '182818.222000', '182818.225000', '182818.227000', '182818.230000', '182818.233000', '182818.235000', '182818.238000', '182818.240000', '182818.243000', '182818.246000', '182818.248000', '182818.251000', '182818.254000', '182818.256000', '182818.259000', '182818.262000', '182818.264000', '182818.267000', '182818.270000', '182818.272000', '182818.275000', '182818.278000', '182818.280000', '182818.283000', '182818.286000', '182818.288000', '182818.291000', '182818.294000', '182818.296000', '182818.299000', '182818.302000', '182818.304000', '182818.307000', '182818.310000', '182818.312000', '182818.315000', '182818.317000', '182818.320000', '182818.322000', '182818.325000', '182838.210000', '182838.213000', '182838.216000', '182838.219000', '182838.221000', '182838.224000', '182838.227000', '182838.267000', '182838.269000', '182838.272000', '182838.275000', '182838.278000', '182838.281000', '182838.284000', '182838.287000', '182838.289000', '182838.292000', '182838.295000', '182838.297000', '182838.300000', '182838.303000', '182838.305000', '182838.308000', '182838.311000', '182838.313000', '182838.316000', '182838.319000', '182838.321000', '182838.324000', '182838.327000', '182838.329000', '182838.332000', '182838.334000', '182838.337000', '182838.340000', '182838.342000', '182838.345000', '182838.347000', '182838.351000', '182838.354000', '182838.356000', '182838.359000', '182838.362000', '182858.210000', '182858.213000', '182858.216000', '182858.219000', '182858.221000', '182858.224000', '182858.226000', '182858.229000', '182858.232000', '182858.235000', '182858.237000', '182858.240000', '182858.243000', '182858.245000', '182858.248000', '182858.251000', '182858.253000', '182858.256000', '182858.258000', '182858.261000', '182858.264000', '182858.266000', '182858.269000', '182858.272000', '182858.274000', '182858.277000', '182858.279000', '182858.282000', '182858.285000', '182858.287000', '182858.290000', '182858.292000', '182858.295000', '182858.298000', '182858.300000', '182858.303000', '182858.306000', '182858.308000', '182858.311000', '182858.314000', '182858.316000', '182858.319000', '182858.321000', '182858.324000', '182918.211000', '182918.213000', '182918.216000', '182918.219000', '182918.221000', '182918.224000', '182918.226000', '182918.229000', '182918.231000', '182918.234000', '182918.237000', '182918.240000', '182918.242000', '182918.245000', '182918.248000', '182918.250000', '182918.253000', '182918.256000', '182918.258000', '182918.261000', '182918.263000', '182918.266000', '182918.269000', '182918.272000', '182918.274000', '182918.277000', '182918.280000', '182918.282000', '182918.285000', '182918.288000', '182918.290000', '182918.293000', '182918.296000', '182918.298000', '182918.301000', '182918.304000', '182918.306000', '182918.309000', '182918.312000', '182918.314000', '182918.317000', '182918.320000', '182918.322000', '182938.210000', '182938.213000', '182938.216000', '182938.218000', '182938.221000', '182938.224000', '182938.227000', '182938.229000', '182938.232000', '182938.234000', '182938.237000', '182938.240000', '182938.242000', '182938.245000', '182938.247000', '182938.250000', '182938.253000', '182938.255000', '182938.258000', '182938.260000', '182938.263000', '182938.266000', '182938.268000', '182938.271000', '182938.274000', '182938.276000', '182938.279000', '182938.281000', '182938.284000', '182938.286000', '182938.289000', '182938.292000', '182938.294000', '182938.297000', '182938.300000', '182938.302000', '182938.305000', '182938.307000', '182938.310000', '182938.312000', '182938.315000', '182938.318000', '182938.320000', '182938.324000', '182958.209000', '182958.212000', '182958.215000', '182958.218000', '182958.220000', '182958.223000', '182958.225000', '182958.228000', '182958.231000', '182958.233000', '182958.236000', '182958.239000', '182958.241000', '182958.244000', '182958.247000', '182958.249000', '182958.252000', '182958.255000', '182958.267000', '182958.270000', '182958.272000', '182958.275000', '182958.277000', '182958.280000', '182958.283000', '182958.285000', '182958.288000', '182958.290000', '182958.293000', '182958.296000', '182958.298000', '182958.301000', '182958.304000', '182958.306000', '182958.309000', '182958.312000', '182958.315000', '182958.317000', '182958.320000', '182958.322000', '182958.325000', '182958.328000', '182958.330000', '183018.210000', '183018.213000', '183018.216000', '183018.218000', '183018.221000', '183018.224000', '183018.226000', '183018.229000', '183018.231000', '183018.234000', '183018.237000', '183018.239000', '183018.242000', '183018.244000', '183018.247000', '183018.249000', '183018.252000', '183018.255000', '183018.257000', '183018.260000', '183018.262000', '183018.265000', '183018.267000', '183018.270000', '183018.272000', '183018.275000', '183018.278000', '183018.280000', '183018.283000', '183018.285000', '183018.288000', '183018.291000', '183018.293000', '183018.296000', '183018.298000', '183018.301000', '183018.304000', '183018.306000', '183018.309000', '183018.311000', '183018.314000', '183018.316000', '183018.319000', '183018.322000', '183035.142000', '183035.145000', '183035.148000', '183035.150000', '183035.153000', '183035.156000', '183035.158000', '183035.161000', '183035.164000', '183035.166000', '183035.169000', '183035.172000', '183035.174000', '183035.177000', '183035.180000', '183035.183000', '183035.185000', '183035.188000', '183035.191000', '183035.194000', '183035.197000', '183035.200000', '183035.203000', '183035.206000', '183035.209000', '183035.213000', '183035.215000', '183035.218000', '183035.222000', '183035.225000', '183035.229000', '183035.231000', '183035.234000', '183035.237000', '183035.239000', '183035.242000', '183035.245000'], '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': [15488, 13608, 14504, 16115, 14629, 15248, 13435, 13014, 15228, 13324, 15961, 13284, 13434, 15863, 14308, 15736, 12856, 12236, 13950, 12958, 11065, 11922, 9008, 14173, 11606, 8307, 12219, 11056, 8871, 13292, 11148, 10728, 11694, 8752, 14806, 11636, 8433, 12417, 11294, 9865, 13170, 10541, 10064, 12628, 10740, 15574, 11767, 8755, 13276, 11568, 12188, 12480, 8895, 14277, 11735, 9416, 13557, 10968, 10370, 12021, 8949, 13818, 11343, 13886, 10898, 8360, 13193, 10932, 14250, 11268, 8582, 12252, 11384, 9342, 12701, 10622, 8925, 12904, 10812, 11391, 14220, 11704, 8432, 12263, 11138, 9464, 12991, 11175, 10111, 12463, 9304, 14745, 11845, 8408, 12620, 11478, 10603, 12816, 10846, 11166, 12441, 9127, 14106, 11856, 10027, 12429, 10931, 15421, 11648, 9294, 12727, 10615, 14021, 11529, 9082, 12020, 9443, 12506, 11821, 8993, 12018, 8861, 13077, 11712, 8856, 12020, 10643, 13043, 11932, 9551, 12609, 11084, 8631, 12944, 11524, 11405, 11764, 10230, 12637, 12312, 9468, 14888, 11614, 9025, 14023, 11702, 13548, 12073, 10211, 12509, 12608, 10475, 13726, 11838, 9110, 15093, 12086, 9494, 13358, 11284, 9811, 13419, 10018, 13934, 12199, 9418, 12579, 11013, 15105, 11873, 8555, 13299, 11125, 9207, 14383, 11596, 8177, 14038, 11958, 10369, 12650, 12263, 10288, 14278, 13288, 10019, 13829, 11806, 9804, 14488, 12303, 13989, 11602, 9564, 13973, 12232, 9505, 12261, 11238, 10874, 13211, 10841, 11730, 12325, 9937, 13001, 13168, 10277, 12659, 12038, 9426, 15937, 12321, 8810, 12758, 11644, 9445, 13702, 11587, 8832, 12903, 11703, 10829, 12149, 10847, 12510, 12643, 10074, 14936, 11663, 9341, 12706, 11637, 9382, 12225, 10879, 9088, 14739, 11638, 8245, 13245, 12340, 10005, 13894, 11870, 9454, 11183, 13136, 11762, 8955, 13021, 12058, 10892, 10722, 14908, 10686, 10072, 12546, 11382, 9147, 14141, 11886, 8361, 12471, 11029, 12566, 13252, 9940, 11112, 11952, 9391, 14523, 12066, 8491, 12965, 10847, 8083, 14874, 11619, 12922, 11464, 8934, 14723, 11725, 14145, 11751, 8914, 14336, 11869, 10191, 12819, 11092, 11305, 12700, 9199, 15410, 12278, 10374, 12635, 11427, 10582, 12780, 9405, 14853, 11779, 10590, 12443, 11230, 12089, 12727, 10653, 9555, 12721, 11673, 11795, 12351, 9094, 14917, 12394, 10630, 12568, 10435, 15263, 12116, 10064, 13367, 11589, 11334, 12110, 9484, 13812, 11694, 8801, 12691, 10231, 15643, 11821, 8603, 12726, 11322, 10952, 13050, 9838, 13421, 11668, 9323, 13535, 11602, 8589, 12933, 11680, 13907, 12010, 8869, 13422, 11792, 9658, 12550, 11014, 10343, 13129, 10757, 12517, 12215, 9421, 13448, 12720, 9496, 13970, 11471, 8767, 14621, 12049, 8972, 13067, 11399, 9216, 14007, 11322, 12821, 11779, 8998, 14326, 11741, 8231, 13041, 11352, 9653, 13408, 11527, 9053, 12918, 10989, 10973, 13331, 10708, 12328, 12176, 9537, 14617, 12208, 8589, 12751, 10528, 13957, 11799, 8810, 12906, 11328, 8785, 13884, 11351, 8977, 12886, 10484, 15328, 12085, 9130, 13064, 11915, 9370, 14669, 12293, 10691, 8634, 12825, 11565, 9192, 13917, 11697, 8578, 13120, 11690, 12658, 13115, 10379, 10448, 12264, 10947, 11916, 12947, 10474, 10742, 12924, 11932, 12619, 12659, 11037, 8869, 13708, 12007, 9502, 13669, 12035, 10747, 13701, 12866, 10048, 14276, 12380, 11358, 15203, 13206, 11739, 13902, 12010, 10671, 13546, 11812, 9128, 15378, 12508, 8812, 12614, 11836, 9517, 13049, 10850, 8390, 12469, 11409, 11880, 12419, 9463, 13935, 11310, 8847, 13796, 11344, 11496, 11712, 9310, 13288, 11584, 8599, 12524, 10868, 11286, 12069, 9261, 12360, 12528, 10130, 12156, 12486, 9774, 14341, 12521, 9115, 13750, 12334, 9367, 13972, 11855, 8540, 12867, 11582, 12070, 12378, 10031, 11670, 12610, 11099, 12184, 11528, 9759, 12268, 12243, 9441, 14045, 11434, 8933, 14076, 11979, 8372, 13248, 11497, 10227, 12639, 10860, 9644, 12460, 11323, 13132, 12153, 8845, 14295, 11662, 8760, 13501, 11378, 8882, 14464, 11399, 8483, 12234, 10541, 11668, 12825, 10792, 9162, 11943, 11790, 8604, 14190, 11644, 10631, 8063, 15709, 12164, 9451, 14687, 11673, 8692, 16161, 12069, 10820, 12217, 10878, 8992, 13418, 11484, 8232, 12870, 11899, 11290, 9460, 13077, 11290, 8691, 13979, 11683, 12433, 11887, 9067, 14105, 11666, 9556, 11773, 9082, 14607, 11560, 8083, 12795, 11141, 9588, 12215, 8747, 13693, 11975, 8971, 12916, 11421, 8453, 14014, 11326, 10016, 12499, 9971, 10692, 12832, 11251, 12805, 12329, 9850, 12398, 12853, 9503, 14525, 11596, 9106, 13188, 11823, 12882, 11995, 8969, 13498, 11843, 9221, 13940, 11224, 8552, 13644, 11698, 9389, 13357, 11021, 8794, 12679, 11441, 11593, 12014, 9549, 12845, 12077, 9264, 13796, 11398, 9097, 13813, 11524, 8110, 13119, 11332, 9264, 13958, 11225, 7855, 12503, 11004, 8464, 15450, 11942, 9738, 12945, 11606, 9757, 14637, 12287, 11029, 11742, 12252, 10146, 14428, 13446, 11691, 10705, 12869, 11206, 13622, 12318, 10287, 12696, 11928, 9458, 13281, 11056, 9514, 12542, 9614, 14530, 11340, 8444, 13094, 11646, 9373, 12579, 10832, 8553, 13117, 11449, 8995, 13013, 10948, 8406, 13965, 11701, 8603, 13111, 10857, 9619, 14388, 11315, 7992, 13382, 11469, 9176, 13229, 11192, 8665, 14223, 11254, 10121, 13134, 9444, 14970, 12631, 9074, 13044, 11849, 8705, 14544, 11678, 8448, 14049, 11454, 10078, 12908, 10799, 10301, 13982, 11120, 8679, 13391, 10967, 10575, 14149, 11032, 9181, 13868, 11458, 9820, 13724, 11343, 8433, 14138, 12475, 9971, 12888, 12197, 8949, 13600, 13003, 9727, 13669, 11694, 10703, 10375, 11440, 10442, 7898, 10287, 12221, 10951, 9956, 14436, 11299, 9887, 12456, 9149, 13974, 12074, 9724, 12732, 10791, 12112, 11858, 9268, 13980, 11121, 8074, 12286, 10891, 9277, 13451, 11409, 8348, 12422, 10880, 14900, 11761, 8969, 12954, 10726, 12743, 11967, 9061, 13319, 11340, 11274, 12290, 8358, 14006, 11199, 9111, 14003, 10853, 7732, 11802, 10015, 8635, 13227, 11226, 12450, 12489, 11843, 13320, 11622, 10838, 13544, 13185, 14413, 12565, 11883, 13398, 12369, 13846, 14476, 12524, 13190, 11628, 9453, 13853, 11617, 9551, 12609, 9415, 14032, 11966, 8470, 13822, 11599, 9252, 13342, 10358, 11866, 12138, 9183, 13947, 11560, 8652, 13304], 'WindowCenter': [4677.0, 4643.0, 4636.0, 4633.0, 4610.0, 4606.0, 4593.0, 4581.0, 4590.0, 4579.0, 4587.0, 4568.0, 4565.0, 4574.0, 4563.0, 4561.0, 4542.0, 4540.0, 4552.0, 4540.0, 4530.0, 4540.0, 4509.0, 4562.0, 4541.0, 4511.0, 4554.0, 4545.0, 4525.0, 4566.0, 4557.0, 4555.0, 4557.0, 4537.0, 4588.0, 4566.0, 4526.0, 4578.0, 4568.0, 4559.0, 4579.0, 4562.0, 4562.0, 4581.0, 4571.0, 4613.0, 4583.0, 4552.0, 4593.0, 4572.0, 4582.0, 4583.0, 4553.0, 4592.0, 4578.0, 4550.0, 4592.0, 4572.0, 4561.0, 4580.0, 4553.0, 4593.0, 4573.0, 4593.0, 4571.0, 4540.0, 4582.0, 4571.0, 4591.0, 4571.0, 4552.0, 4583.0, 4584.0, 4561.0, 4592.0, 4573.0, 4554.0, 4594.0, 4586.0, 4586.0, 4606.0, 4596.0, 4557.0, 4597.0, 4587.0, 4565.0, 4594.0, 4586.0, 4573.0, 4593.0, 4562.0, 4604.0, 4583.0, 4544.0, 4594.0, 4584.0, 4571.0, 4594.0, 4572.0, 4571.0, 4583.0, 4552.0, 4594.0, 4582.0, 4562.0, 4582.0, 4571.0, 4602.0, 4572.0, 4549.0, 4581.0, 4559.0, 4590.0, 4570.0, 4539.0, 4570.0, 4550.0, 4580.0, 4571.0, 4539.0, 4570.0, 4537.0, 4580.0, 4571.0, 4539.0, 4569.0, 4560.0, 4590.0, 4580.0, 4561.0, 4580.0, 4571.0, 4552.0, 4594.0, 4585.0, 4583.0, 4583.0, 4574.0, 4595.0, 4595.0, 4565.0, 4615.0, 4584.0, 4553.0, 4606.0, 4585.0, 4594.0, 4580.0, 4562.0, 4594.0, 4584.0, 4573.0, 4603.0, 4584.0, 4553.0, 4603.0, 4585.0, 4565.0, 4592.0, 4573.0, 4559.0, 4593.0, 4562.0, 4594.0, 4581.0, 4550.0, 4581.0, 4570.0, 4600.0, 4570.0, 4541.0, 4591.0, 4572.0, 4553.0, 4603.0, 4583.0, 4544.0, 4603.0, 4585.0, 4576.0, 4595.0, 4596.0, 4576.0, 4603.0, 4604.0, 4565.0, 4596.0, 4581.0, 4564.0, 4591.0, 4573.0, 4590.0, 4570.0, 4549.0, 4589.0, 4572.0, 4551.0, 4581.0, 4571.0, 4560.0, 4582.0, 4571.0, 4580.0, 4581.0, 4562.0, 4591.0, 4592.0, 4564.0, 4594.0, 4583.0, 4554.0, 4613.0, 4584.0, 4554.0, 4581.0, 4570.0, 4552.0, 4591.0, 4572.0, 4551.0, 4577.0, 4571.0, 4571.0, 4583.0, 4562.0, 4581.0, 4581.0, 4562.0, 4601.0, 4570.0, 4550.0, 4582.0, 4572.0, 4551.0, 4581.0, 4571.0, 4549.0, 4602.0, 4573.0, 4542.0, 4592.0, 4583.0, 4563.0, 4594.0, 4583.0, 4552.0, 4572.0, 4593.0, 4585.0, 4553.0, 4592.0, 4584.0, 4573.0, 4572.0, 4604.0, 4573.0, 4564.0, 4581.0, 4573.0, 4553.0, 4593.0, 4584.0, 4541.0, 4581.0, 4562.0, 4580.0, 4582.0, 4550.0, 4561.0, 4570.0, 4552.0, 4601.0, 4583.0, 4553.0, 4592.0, 4574.0, 4555.0, 4604.0, 4586.0, 4596.0, 4586.0, 4555.0, 4605.0, 4584.0, 4605.0, 4584.0, 4553.0, 4603.0, 4584.0, 4562.0, 4593.0, 4574.0, 4572.0, 4590.0, 4554.0, 4604.0, 4586.0, 4564.0, 4585.0, 4574.0, 4563.0, 4583.0, 4553.0, 4603.0, 4572.0, 4560.0, 4581.0, 4572.0, 4581.0, 4584.0, 4573.0, 4563.0, 4595.0, 4583.0, 4583.0, 4593.0, 4556.0, 4604.0, 4596.0, 4574.0, 4586.0, 4574.0, 4603.0, 4585.0, 4564.0, 4594.0, 4575.0, 4570.0, 4582.0, 4553.0, 4592.0, 4573.0, 4542.0, 4582.0, 4563.0, 4603.0, 4571.0, 4541.0, 4582.0, 4572.0, 4561.0, 4581.0, 4561.0, 4582.0, 4572.0, 4552.0, 4594.0, 4571.0, 4542.0, 4580.0, 4581.0, 4593.0, 4582.0, 4551.0, 4591.0, 4572.0, 4552.0, 4582.0, 4561.0, 4561.0, 4580.0, 4562.0, 4581.0, 4571.0, 4551.0, 4580.0, 4579.0, 4552.0, 4592.0, 4572.0, 4539.0, 4602.0, 4573.0, 4542.0, 4582.0, 4572.0, 4551.0, 4591.0, 4568.0, 4570.0, 4569.0, 4539.0, 4590.0, 4570.0, 4528.0, 4579.0, 4560.0, 4549.0, 4581.0, 4570.0, 4541.0, 4577.0, 4572.0, 4573.0, 4594.0, 4563.0, 4580.0, 4581.0, 4551.0, 4593.0, 4572.0, 4540.0, 4580.0, 4561.0, 4591.0, 4573.0, 4542.0, 4581.0, 4571.0, 4541.0, 4593.0, 4573.0, 4553.0, 4593.0, 4573.0, 4602.0, 4584.0, 4553.0, 4593.0, 4573.0, 4554.0, 4603.0, 4585.0, 4574.0, 4553.0, 4595.0, 4585.0, 4565.0, 4595.0, 4586.0, 4552.0, 4594.0, 4584.0, 4592.0, 4596.0, 4564.0, 4563.0, 4582.0, 4574.0, 4580.0, 4594.0, 4572.0, 4574.0, 4594.0, 4584.0, 4595.0, 4595.0, 4575.0, 4554.0, 4603.0, 4584.0, 4566.0, 4606.0, 4585.0, 4576.0, 4604.0, 4596.0, 4564.0, 4604.0, 4584.0, 4574.0, 4605.0, 4584.0, 4569.0, 4580.0, 4570.0, 4560.0, 4582.0, 4570.0, 4550.0, 4601.0, 4582.0, 4553.0, 4584.0, 4598.0, 4563.0, 4578.0, 4559.0, 4529.0, 4570.0, 4570.0, 4570.0, 4569.0, 4548.0, 4590.0, 4558.0, 4538.0, 4579.0, 4560.0, 4557.0, 4558.0, 4538.0, 4577.0, 4559.0, 4537.0, 4569.0, 4559.0, 4559.0, 4567.0, 4538.0, 4579.0, 4580.0, 4561.0, 4580.0, 4581.0, 4561.0, 4592.0, 4583.0, 4553.0, 4592.0, 4582.0, 4552.0, 4594.0, 4571.0, 4540.0, 4582.0, 4569.0, 4570.0, 4582.0, 4562.0, 4572.0, 4582.0, 4572.0, 4583.0, 4581.0, 4563.0, 4594.0, 4585.0, 4565.0, 4604.0, 4574.0, 4555.0, 4596.0, 4584.0, 4542.0, 4581.0, 4572.0, 4562.0, 4584.0, 4569.0, 4563.0, 4582.0, 4574.0, 4593.0, 4584.0, 4552.0, 4603.0, 4574.0, 4552.0, 4589.0, 4571.0, 4552.0, 4593.0, 4570.0, 4539.0, 4579.0, 4572.0, 4580.0, 4582.0, 4574.0, 4553.0, 4573.0, 4583.0, 4552.0, 4603.0, 4584.0, 4573.0, 4556.0, 4616.0, 4595.0, 4567.0, 4603.0, 4585.0, 4555.0, 4614.0, 4584.0, 4574.0, 4583.0, 4572.0, 4540.0, 4581.0, 4573.0, 4543.0, 4582.0, 4583.0, 4570.0, 4561.0, 4592.0, 4573.0, 4553.0, 4594.0, 4584.0, 4582.0, 4572.0, 4551.0, 4591.0, 4571.0, 4549.0, 4568.0, 4540.0, 4588.0, 4568.0, 4530.0, 4581.0, 4570.0, 4552.0, 4581.0, 4540.0, 4592.0, 4583.0, 4553.0, 4582.0, 4572.0, 4542.0, 4594.0, 4573.0, 4564.0, 4583.0, 4550.0, 4563.0, 4580.0, 4573.0, 4594.0, 4584.0, 4562.0, 4583.0, 4593.0, 4565.0, 4604.0, 4573.0, 4553.0, 4594.0, 4574.0, 4583.0, 4571.0, 4540.0, 4579.0, 4570.0, 4552.0, 4591.0, 4571.0, 4541.0, 4592.0, 4572.0, 4549.0, 4593.0, 4562.0, 4541.0, 4582.0, 4573.0, 4570.0, 4582.0, 4552.0, 4581.0, 4583.0, 4554.0, 4593.0, 4570.0, 4553.0, 4591.0, 4580.0, 4541.0, 4593.0, 4574.0, 4562.0, 4592.0, 4573.0, 4544.0, 4583.0, 4572.0, 4554.0, 4615.0, 4586.0, 4565.0, 4585.0, 4573.0, 4562.0, 4604.0, 4573.0, 4573.0, 4572.0, 4572.0, 4562.0, 4591.0, 4581.0, 4570.0, 4559.0, 4568.0, 4559.0, 4581.0, 4570.0, 4546.0, 4569.0, 4559.0, 4537.0, 4576.0, 4559.0, 4537.0, 4567.0, 4539.0, 4577.0, 4558.0, 4527.0, 4578.0, 4557.0, 4539.0, 4569.0, 4558.0, 4540.0, 4581.0, 4570.0, 4552.0, 4592.0, 4573.0, 4543.0, 4604.0, 4585.0, 4553.0, 4595.0, 4575.0, 4564.0, 4605.0, 4575.0, 4544.0, 4592.0, 4585.0, 4565.0, 4595.0, 4573.0, 4554.0, 4594.0, 4574.0, 4563.0, 4593.0, 4562.0, 4601.0, 4583.0, 4541.0, 4592.0, 4571.0, 4543.0, 4592.0, 4573.0, 4541.0, 4589.0, 4572.0, 4562.0, 4580.0, 4561.0, 4562.0, 4591.0, 4573.0, 4542.0, 4593.0, 4572.0, 4560.0, 4594.0, 4573.0, 4551.0, 4593.0, 4573.0, 4562.0, 4592.0, 4573.0, 4542.0, 4592.0, 4583.0, 4562.0, 4583.0, 4582.0, 4552.0, 4591.0, 4583.0, 4562.0, 4595.0, 4584.0, 4575.0, 4548.0, 4571.0, 4561.0, 4542.0, 4562.0, 4580.0, 4571.0, 4562.0, 4593.0, 4573.0, 4562.0, 4582.0, 4551.0, 4591.0, 4571.0, 4550.0, 4569.0, 4560.0, 4569.0, 4569.0, 4540.0, 4588.0, 4558.0, 4531.0, 4570.0, 4562.0, 4552.0, 4591.0, 4572.0, 4541.0, 4582.0, 4574.0, 4603.0, 4583.0, 4554.0, 4581.0, 4574.0, 4582.0, 4573.0, 4552.0, 4583.0, 4569.0, 4570.0, 4571.0, 4543.0, 4593.0, 4573.0, 4553.0, 4593.0, 4572.0, 4545.0, 4583.0, 4562.0, 4551.0, 4595.0, 4572.0, 4583.0, 4594.0, 4584.0, 4594.0, 4574.0, 4573.0, 4583.0, 4582.0, 4591.0, 4568.0, 4556.0, 4569.0, 4568.0, 4567.0, 4576.0, 4567.0, 4565.0, 4545.0, 4525.0, 4564.0, 4544.0, 4533.0, 4555.0, 4536.0, 4576.0, 4556.0, 4527.0, 4576.0, 4558.0, 4539.0, 4575.0, 4548.0, 4556.0, 4569.0, 4539.0, 4589.0, 4558.0, 4540.0, 4580.0], 'WindowWidth': [10237.0, 10173.0, 10149.0, 10141.0, 10100.0, 10095.0, 10069.0, 10047.0, 10063.0, 10039.0, 10053.0, 10023.0, 10012.0, 10030.0, 10006.0, 10006.0, 9975.0, 9970.0, 9991.0, 9972.0, 9955.0, 9971.0, 9930.0, 10005.0, 9977.0, 9937.0, 9997.0, 9985.0, 9958.0, 10017.0, 10005.0, 10003.0, 10005.0, 9981.0, 10051.0, 10021.0, 9967.0, 10039.0, 10026.0, 10015.0, 10043.0, 10022.0, 10021.0, 10047.0, 10034.0, 10093.0, 10052.0, 10008.0, 10066.0, 10037.0, 10048.0, 10051.0, 10010.0, 10062.0, 10040.0, 10004.0, 10064.0, 10036.0, 10020.0, 10045.0, 10010.0, 10065.0, 10038.0, 10065.0, 10033.0, 9990.0, 10047.0, 10034.0, 10062.0, 10032.0, 10008.0, 10052.0, 10054.0, 10023.0, 10066.0, 10041.0, 10016.0, 10068.0, 10060.0, 10062.0, 10089.0, 10075.0, 10022.0, 10077.0, 10063.0, 10031.0, 10073.0, 10060.0, 10040.0, 10067.0, 10025.0, 10086.0, 10053.0, 10000.0, 10068.0, 10055.0, 10036.0, 10071.0, 10038.0, 10036.0, 10052.0, 10010.0, 10070.0, 10050.0, 10020.0, 10049.0, 10033.0, 10076.0, 10035.0, 10001.0, 10045.0, 10014.0, 10057.0, 10030.0, 9987.0, 10030.0, 10002.0, 10044.0, 10032.0, 9987.0, 10028.0, 9984.0, 10044.0, 10031.0, 9986.0, 10025.0, 10016.0, 10058.0, 10045.0, 10019.0, 10047.0, 10033.0, 10009.0, 10068.0, 10057.0, 10053.0, 10053.0, 10042.0, 10073.0, 10071.0, 10031.0, 10099.0, 10054.0, 10013.0, 10088.0, 10059.0, 10069.0, 10048.0, 10024.0, 10068.0, 10054.0, 10041.0, 10081.0, 10056.0, 10013.0, 10082.0, 10058.0, 10029.0, 10067.0, 10039.0, 10016.0, 10064.0, 10022.0, 10068.0, 10047.0, 10003.0, 10046.0, 10032.0, 10073.0, 10031.0, 9992.0, 10059.0, 10035.0, 10011.0, 10080.0, 10052.0, 10000.0, 10080.0, 10057.0, 10047.0, 10073.0, 10074.0, 10048.0, 10083.0, 10084.0, 10031.0, 10074.0, 10048.0, 10026.0, 10063.0, 10037.0, 10059.0, 10029.0, 9999.0, 10055.0, 10034.0, 10003.0, 10044.0, 10030.0, 10016.0, 10048.0, 10034.0, 10046.0, 10048.0, 10023.0, 10062.0, 10061.0, 10026.0, 10067.0, 10052.0, 10014.0, 10094.0, 10055.0, 10012.0, 10048.0, 10033.0, 10007.0, 10064.0, 10036.0, 10006.0, 10039.0, 10034.0, 10034.0, 10050.0, 10020.0, 10046.0, 10046.0, 10020.0, 10075.0, 10029.0, 10002.0, 10049.0, 10034.0, 10005.0, 10046.0, 10031.0, 10001.0, 10076.0, 10037.0, 9995.0, 10064.0, 10053.0, 10025.0, 10070.0, 10052.0, 10008.0, 10035.0, 10066.0, 10056.0, 10014.0, 10064.0, 10053.0, 10038.0, 10034.0, 10081.0, 10039.0, 10026.0, 10049.0, 10039.0, 10010.0, 10068.0, 10053.0, 9992.0, 10045.0, 10020.0, 10044.0, 10047.0, 10002.0, 10017.0, 10028.0, 10006.0, 10074.0, 10050.0, 10011.0, 10063.0, 10040.0, 10018.0, 10083.0, 10060.0, 10074.0, 10058.0, 10016.0, 10084.0, 10056.0, 10086.0, 10054.0, 10012.0, 10080.0, 10055.0, 10023.0, 10066.0, 10039.0, 10037.0, 10060.0, 10014.0, 10082.0, 10060.0, 10027.0, 10057.0, 10040.0, 10024.0, 10051.0, 10010.0, 10080.0, 10037.0, 10015.0, 10045.0, 10034.0, 10045.0, 10051.0, 10035.0, 10025.0, 10069.0, 10052.0, 10054.0, 10066.0, 10018.0, 10084.0, 10073.0, 10043.0, 10058.0, 10039.0, 10081.0, 10055.0, 10026.0, 10070.0, 10041.0, 10032.0, 10047.0, 10008.0, 10065.0, 10037.0, 9993.0, 10048.0, 10025.0, 10079.0, 10034.0, 9991.0, 10047.0, 10033.0, 10018.0, 10045.0, 10020.0, 10047.0, 10034.0, 10008.0, 10067.0, 10034.0, 9994.0, 10045.0, 10046.0, 10064.0, 10049.0, 10005.0, 10059.0, 10034.0, 10006.0, 10046.0, 10017.0, 10016.0, 10043.0, 10019.0, 10045.0, 10031.0, 10003.0, 10043.0, 10041.0, 10006.0, 10062.0, 10034.0, 9988.0, 10076.0, 10036.0, 9993.0, 10048.0, 10033.0, 10007.0, 10060.0, 10025.0, 10029.0, 10025.0, 9986.0, 10057.0, 10029.0, 9969.0, 10039.0, 10015.0, 9998.0, 10044.0, 10029.0, 9990.0, 10038.0, 10034.0, 10036.0, 10066.0, 10023.0, 10044.0, 10045.0, 10005.0, 10064.0, 10034.0, 9989.0, 10043.0, 10017.0, 10058.0, 10034.0, 9990.0, 10042.0, 10030.0, 9991.0, 10064.0, 10038.0, 10010.0, 10065.0, 10038.0, 10079.0, 10054.0, 10010.0, 10064.0, 10036.0, 10012.0, 10080.0, 10056.0, 10040.0, 10011.0, 10069.0, 10057.0, 10030.0, 10072.0, 10059.0, 10008.0, 10065.0, 10053.0, 10064.0, 10073.0, 10026.0, 10024.0, 10049.0, 10041.0, 10047.0, 10067.0, 10036.0, 10041.0, 10068.0, 10057.0, 10070.0, 10071.0, 10042.0, 10015.0, 10082.0, 10055.0, 10031.0, 10088.0, 10057.0, 10045.0, 10083.0, 10074.0, 10029.0, 10082.0, 10054.0, 10039.0, 10087.0, 10053.0, 10027.0, 10044.0, 10028.0, 10016.0, 10048.0, 10028.0, 10001.0, 10074.0, 10048.0, 10007.0, 10052.0, 10084.0, 10023.0, 10037.0, 10011.0, 9970.0, 10027.0, 10027.0, 10028.0, 10026.0, 9997.0, 10054.0, 10010.0, 9984.0, 10039.0, 10014.0, 10008.0, 10009.0, 9982.0, 10035.0, 10012.0, 9980.0, 10025.0, 10012.0, 10012.0, 10022.0, 9984.0, 10041.0, 10043.0, 10018.0, 10044.0, 10045.0, 10019.0, 10062.0, 10050.0, 10010.0, 10062.0, 10048.0, 10007.0, 10068.0, 10032.0, 9988.0, 10046.0, 10029.0, 10029.0, 10046.0, 10019.0, 10034.0, 10046.0, 10036.0, 10051.0, 10048.0, 10027.0, 10070.0, 10057.0, 10030.0, 10083.0, 10040.0, 10014.0, 10071.0, 10053.0, 9994.0, 10047.0, 10036.0, 10022.0, 10054.0, 10031.0, 10023.0, 10049.0, 10040.0, 10065.0, 10054.0, 10010.0, 10079.0, 10041.0, 10009.0, 10057.0, 10033.0, 10006.0, 10064.0, 10030.0, 9987.0, 10041.0, 10034.0, 10046.0, 10049.0, 10040.0, 10009.0, 10034.0, 10052.0, 10010.0, 10082.0, 10055.0, 10041.0, 10020.0, 10103.0, 10073.0, 10036.0, 10084.0, 10057.0, 10016.0, 10097.0, 10055.0, 10039.0, 10052.0, 10034.0, 9988.0, 10045.0, 10037.0, 9995.0, 10049.0, 10052.0, 10032.0, 10020.0, 10065.0, 10038.0, 10012.0, 10067.0, 10053.0, 10047.0, 10032.0, 10004.0, 10059.0, 10031.0, 9998.0, 10024.0, 9987.0, 10054.0, 10024.0, 9975.0, 10044.0, 10030.0, 10006.0, 10045.0, 9989.0, 10061.0, 10050.0, 10010.0, 10049.0, 10033.0, 9996.0, 10067.0, 10040.0, 10028.0, 10049.0, 10003.0, 10022.0, 10044.0, 10037.0, 10067.0, 10053.0, 10023.0, 10051.0, 10066.0, 10028.0, 10082.0, 10037.0, 10009.0, 10066.0, 10038.0, 10050.0, 10029.0, 9988.0, 10041.0, 10029.0, 10004.0, 10059.0, 10031.0, 9991.0, 10060.0, 10033.0, 10002.0, 10063.0, 10021.0, 9991.0, 10050.0, 10037.0, 10032.0, 10049.0, 10008.0, 10047.0, 10050.0, 10011.0, 10065.0, 10031.0, 10010.0, 10063.0, 10044.0, 9992.0, 10063.0, 10040.0, 10024.0, 10065.0, 10038.0, 10000.0, 10052.0, 10036.0, 10014.0, 10097.0, 10059.0, 10029.0, 10059.0, 10037.0, 10022.0, 10082.0, 10038.0, 10037.0, 10035.0, 10032.0, 10017.0, 10060.0, 10044.0, 10027.0, 10013.0, 10024.0, 10014.0, 10044.0, 10028.0, 9992.0, 10023.0, 10010.0, 9979.0, 10032.0, 10009.0, 9978.0, 10018.0, 9982.0, 10035.0, 10007.0, 9965.0, 10036.0, 10007.0, 9983.0, 10025.0, 10011.0, 9987.0, 10044.0, 10030.0, 10006.0, 10061.0, 10037.0, 9997.0, 10079.0, 10055.0, 10012.0, 10068.0, 10041.0, 10025.0, 10084.0, 10042.0, 10000.0, 10064.0, 10056.0, 10029.0, 10070.0, 10038.0, 10014.0, 10068.0, 10040.0, 10023.0, 10063.0, 10023.0, 10074.0, 10049.0, 9991.0, 10061.0, 10031.0, 9995.0, 10062.0, 10037.0, 9991.0, 10056.0, 10034.0, 10020.0, 10044.0, 10017.0, 10020.0, 10060.0, 10036.0, 9993.0, 10062.0, 10033.0, 10017.0, 10066.0, 10036.0, 10003.0, 10062.0, 10035.0, 10020.0, 10063.0, 10036.0, 9994.0, 10062.0, 10049.0, 10021.0, 10052.0, 10048.0, 10006.0, 10061.0, 10049.0, 10024.0, 10069.0, 10054.0, 10043.0, 9996.0, 10033.0, 10017.0, 9993.0, 10020.0, 10044.0, 10033.0, 10021.0, 10064.0, 10037.0, 10020.0, 10048.0, 10006.0, 10058.0, 10031.0, 10001.0, 10025.0, 10012.0, 10023.0, 10025.0, 9988.0, 10054.0, 10011.0, 9977.0, 10029.0, 10020.0, 10008.0, 10062.0, 10034.0, 9993.0, 10048.0, 10039.0, 10078.0, 10051.0, 10012.0, 10047.0, 10037.0, 10048.0, 10035.0, 10007.0, 10049.0, 10029.0, 10028.0, 10031.0, 9997.0, 10066.0, 10038.0, 10009.0, 10065.0, 10035.0, 10003.0, 10052.0, 10021.0, 10008.0, 10071.0, 10037.0, 10052.0, 10070.0, 10053.0, 10069.0, 10040.0, 10036.0, 10051.0, 10047.0, 10062.0, 10024.0, 10004.0, 10026.0, 10023.0, 10021.0, 10031.0, 10016.0, 10014.0, 9985.0, 9957.0, 10014.0, 9984.0, 9968.0, 10000.0, 9975.0, 10031.0, 10002.0, 9965.0, 10030.0, 10007.0, 9983.0, 10029.0, 9993.0, 10004.0, 10024.0, 9984.0, 10054.0, 10010.0, 9988.0, 10043.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.0014633563218390804</td></tr>
<tr><td colspan=3>aqi</td><td>0.016938170689655172</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.654439844994194</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2495749477100122</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0257613173993096</td></tr>
<tr><td colspan=3>efc</td><td>0.5143</td></tr>
<tr><td colspan=3>fber</td><td>5068.9678</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08989285467120714</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3793103448275863</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.305555747512163</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.142607767098068</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5894928473525884</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1845666280858316</td></tr>
<tr><td colspan=3>gcor</td><td>0.0115549</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019798465073108673</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.046816933900117874</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>4.273692927889446</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>13.497</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.9628</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>222.1591</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288710.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1073.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>398.3343</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.9995</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3732.7646</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3876.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87834.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1587.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4835.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>906.9388</td></tr>
<tr><td colspan=3>tsnr</td><td>45.06073333485983</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>