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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0085_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-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-01_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-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-01_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-0085/ses-01/func/sub-0085_ses-01_task-social_acq-mb8_run-01_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>b3fc321fadf2264e4fcedb4fc0dfa738</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>21:53:15.005000</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.99672, 0.0737048, 0.0334294, -0.0770434, 0.990599, 0.113036]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.108354</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4170, -7780, -7204, 618, -4, -321, 152, 9]</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.803</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8128356c-1cc4-4e23-875b-49bcf1bbd41b||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.674125909805298, -0.20670177042484283, 0.06691629439592361, 118.68367767333984], [-0.19774459302425385, 2.657705783843994, 0.31115010380744934, -89.28997802734375], [0.08968855440616608, -0.3032675087451935, 2.6811766624450684, -53.45760726928711], [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': ['215315.005000', '215315.465000', '215315.925000', '215316.385000', '215316.845000', '215317.305000', '215317.765000', '215318.225000', '215318.685000', '215319.145000', '215319.605000', '215320.065000', '215320.525000', '215320.985000', '215321.445000', '215321.905000', '215322.365000', '215322.825000', '215323.285000', '215323.745000', '215324.205000', '215324.665000', '215325.125000', '215325.585000', '215326.045000', '215326.505000', '215326.965000', '215327.425000', '215327.885000', '215328.345000', '215328.805000', '215329.265000', '215329.725000', '215330.185000', '215330.645000', '215331.105000', '215331.565000', '215332.025000', '215332.485000', '215332.945000', '215333.405000', '215333.865000', '215334.325000', '215334.785000', '215335.245000', '215335.705000', '215336.165000', '215336.625000', '215337.085000', '215337.545000', '215338.005000', '215338.465000', '215338.925000', '215339.385000', '215339.845000', '215340.305000', '215340.765000', '215341.225000', '215341.685000', '215342.145000', '215342.605000', '215343.065000', '215343.525000', '215343.985000', '215344.445000', '215344.905000', '215345.365000', '215345.825000', '215346.285000', '215346.745000', '215347.205000', '215347.665000', '215348.125000', '215348.585000', '215349.045000', '215349.505000', '215349.965000', '215350.425000', '215350.885000', '215351.345000', '215351.805000', '215352.265000', '215352.725000', '215353.185000', '215353.645000', '215354.105000', '215354.565000', '215355.025000', '215355.485000', '215355.945000', '215356.405000', '215356.865000', '215357.325000', '215357.785000', '215358.245000', '215358.705000', '215359.165000', '215359.625000', '215400.085000', '215400.545000', '215401.005000', '215401.465000', '215401.925000', '215402.385000', '215402.845000', '215403.305000', '215403.765000', '215404.225000', '215404.685000', '215405.145000', '215405.605000', '215406.065000', '215406.525000', '215406.985000', '215407.445000', '215407.905000', '215408.365000', '215408.825000', '215409.285000', '215409.745000', '215410.205000', '215410.665000', '215411.125000', '215411.585000', '215412.045000', '215412.505000', '215412.965000', '215413.425000', '215413.885000', '215414.345000', '215414.805000', '215415.265000', '215415.725000', '215416.185000', '215416.645000', '215417.105000', '215417.565000', '215418.025000', '215418.485000', '215418.945000', '215419.405000', '215419.865000', '215420.325000', '215420.785000', '215421.245000', '215421.705000', '215422.165000', '215422.625000', '215423.085000', '215423.545000', '215424.005000', '215424.465000', '215424.925000', '215425.385000', '215425.845000', '215426.305000', '215426.765000', '215427.225000', '215427.685000', '215428.145000', '215428.605000', '215429.065000', '215429.525000', '215429.985000', '215430.445000', '215430.905000', '215431.365000', '215431.825000', '215432.285000', '215432.745000', '215433.205000', '215433.665000', '215434.125000', '215434.585000', '215435.045000', '215435.505000', '215435.965000', '215436.425000', '215436.885000', '215437.345000', '215437.805000', '215438.265000', '215438.725000', '215439.185000', '215439.645000', '215440.105000', '215440.565000', '215441.025000', '215441.485000', '215441.945000', '215442.405000', '215442.865000', '215443.325000', '215443.785000', '215444.245000', '215444.705000', '215445.165000', '215445.625000', '215446.085000', '215446.545000', '215447.005000', '215447.465000', '215447.925000', '215448.385000', '215448.845000', '215449.305000', '215449.765000', '215450.225000', '215450.685000', '215451.145000', '215451.605000', '215452.065000', '215452.525000', '215452.985000', '215453.445000', '215453.905000', '215454.365000', '215454.825000', '215455.285000', '215455.745000', '215456.205000', '215456.665000', '215457.125000', '215457.585000', '215458.045000', '215458.505000', '215458.965000', '215459.425000', '215459.885000', '215500.345000', '215500.805000', '215501.265000', '215501.725000', '215502.185000', '215502.645000', '215503.105000', '215503.565000', '215504.025000', '215504.485000', '215504.945000', '215505.405000', '215505.865000', '215506.325000', '215506.785000', '215507.245000', '215507.705000', '215508.165000', '215508.625000', '215509.085000', '215509.545000', '215510.005000', '215510.465000', '215510.925000', '215511.385000', '215511.845000', '215512.305000', '215512.765000', '215513.225000', '215513.685000', '215514.145000', '215514.605000', '215515.065000', '215515.525000', '215515.985000', '215516.445000', '215516.905000', '215517.365000', '215517.825000', '215518.285000', '215518.745000', '215519.205000', '215519.665000', '215520.125000', '215520.585000', '215521.045000', '215521.505000', '215521.965000', '215522.425000', '215522.885000', '215523.345000', '215523.805000', '215524.265000', '215524.725000', '215525.185000', '215525.645000', '215526.105000', '215526.565000', '215527.025000', '215527.485000', '215527.945000', '215528.405000', '215528.865000', '215529.325000', '215529.785000', '215530.245000', '215530.705000', '215531.165000', '215531.625000', '215532.085000', '215532.545000', '215533.005000', '215533.465000', '215533.925000', '215534.385000', '215534.845000', '215535.305000', '215535.765000', '215536.225000', '215536.685000', '215537.145000', '215537.605000', '215538.065000', '215538.525000', '215538.985000', '215539.445000', '215539.905000', '215540.365000', '215540.825000', '215541.285000', '215541.745000', '215542.205000', '215542.665000', '215543.125000', '215543.585000', '215544.045000', '215544.505000', '215544.965000', '215545.425000', '215545.885000', '215546.345000', '215546.805000', '215547.265000', '215547.725000', '215548.185000', '215548.645000', '215549.105000', '215549.565000', '215550.025000', '215550.485000', '215550.945000', '215551.405000', '215551.865000', '215552.325000', '215552.785000', '215553.245000', '215553.705000', '215554.165000', '215554.625000', '215555.085000', '215555.545000', '215556.005000', '215556.465000', '215556.925000', '215557.385000', '215557.845000', '215558.305000', '215558.765000', '215559.225000', '215559.685000', '215600.145000', '215600.605000', '215601.065000', '215601.525000', '215601.985000', '215602.445000', '215602.905000', '215603.365000', '215603.825000', '215604.285000', '215604.745000', '215605.205000', '215605.665000', '215606.125000', '215606.585000', '215607.045000', '215607.505000', '215607.965000', '215608.425000', '215608.885000', '215609.345000', '215609.805000', '215610.265000', '215610.725000', '215611.185000', '215611.645000', '215612.105000', '215612.565000', '215613.025000', '215613.485000', '215613.945000', '215614.405000', '215614.865000', '215615.325000', '215615.785000', '215616.245000', '215616.705000', '215617.165000', '215617.625000', '215618.085000', '215618.545000', '215619.005000', '215619.465000', '215619.925000', '215620.385000', '215620.845000', '215621.305000', '215621.765000', '215622.225000', '215622.685000', '215623.145000', '215623.605000', '215624.065000', '215624.525000', '215624.985000', '215625.445000', '215625.905000', '215626.365000', '215626.825000', '215627.285000', '215627.745000', '215628.205000', '215628.665000', '215629.125000', '215629.585000', '215630.045000', '215630.505000', '215630.965000', '215631.425000', '215631.885000', '215632.345000', '215632.805000', '215633.265000', '215633.725000', '215634.185000', '215634.645000', '215635.105000', '215635.565000', '215636.025000', '215636.485000', '215636.945000', '215637.405000', '215637.865000', '215638.325000', '215638.785000', '215639.245000', '215639.705000', '215640.165000', '215640.625000', '215641.085000', '215641.545000', '215642.005000', '215642.465000', '215642.925000', '215643.385000', '215643.845000', '215644.305000', '215644.765000', '215645.225000', '215645.685000', '215646.145000', '215646.605000', '215647.065000', '215647.525000', '215647.985000', '215648.445000', '215648.905000', '215649.365000', '215649.825000', '215650.285000', '215650.745000', '215651.205000', '215651.665000', '215652.125000', '215652.585000', '215653.045000', '215653.505000', '215653.965000', '215654.425000', '215654.885000', '215655.345000', '215655.805000', '215656.265000', '215656.725000', '215657.185000', '215657.645000', '215658.105000', '215658.565000', '215659.025000', '215659.485000', '215659.945000', '215700.405000', '215700.865000', '215701.325000', '215701.785000', '215702.245000', '215702.705000', '215703.165000', '215703.625000', '215704.085000', '215704.545000', '215705.005000', '215705.465000', '215705.925000', '215706.385000', '215706.845000', '215707.305000', '215707.765000', '215708.225000', '215708.685000', '215709.145000', '215709.605000', '215710.065000', '215710.525000', '215710.985000', '215711.445000', '215711.905000', '215712.365000', '215712.825000', '215713.285000', '215713.745000', '215714.205000', '215714.665000', '215715.125000', '215715.585000', '215716.045000', '215716.505000', '215716.965000', '215717.425000', '215717.885000', '215718.345000', '215718.805000', '215719.265000', '215719.725000', '215720.185000', '215720.645000', '215721.105000', '215721.565000', '215722.025000', '215722.485000', '215722.945000', '215723.405000', '215723.865000', '215724.325000', '215724.785000', '215725.245000', '215725.705000', '215726.165000', '215726.625000', '215727.085000', '215727.545000', '215728.005000', '215728.465000', '215728.925000', '215729.385000', '215729.845000', '215730.305000', '215730.765000', '215731.225000', '215731.685000', '215732.145000', '215732.605000', '215733.065000', '215733.525000', '215733.985000', '215734.445000', '215734.905000', '215735.365000', '215735.825000', '215736.285000', '215736.745000', '215737.205000', '215737.665000', '215738.125000', '215738.585000', '215739.045000', '215739.505000', '215739.965000', '215740.425000', '215740.885000', '215741.345000', '215741.805000', '215742.265000', '215742.725000', '215743.185000', '215743.645000', '215744.105000', '215744.565000', '215745.025000', '215745.485000', '215745.945000', '215746.405000', '215746.865000', '215747.325000', '215747.785000', '215748.245000', '215748.705000', '215749.165000', '215749.625000', '215750.085000', '215750.545000', '215751.005000', '215751.465000', '215751.925000', '215752.385000', '215752.845000', '215753.305000', '215753.765000', '215754.225000', '215754.685000', '215755.145000', '215755.605000', '215756.065000', '215756.525000', '215756.985000', '215757.445000', '215757.905000', '215758.365000', '215758.825000', '215759.285000', '215759.745000', '215800.205000', '215800.665000', '215801.125000', '215801.585000', '215802.045000', '215802.505000', '215802.965000', '215803.425000', '215803.885000', '215804.345000', '215804.805000', '215805.265000', '215805.725000', '215806.185000', '215806.645000', '215807.105000', '215807.565000', '215808.025000', '215808.485000', '215808.945000', '215809.405000', '215809.865000', '215810.325000', '215810.785000', '215811.245000', '215811.705000', '215812.165000', '215812.625000', '215813.085000', '215813.545000', '215814.005000', '215814.465000', '215814.925000', '215815.385000', '215815.845000', '215816.305000', '215816.765000', '215817.225000', '215817.685000', '215818.145000', '215818.605000', '215819.065000', '215819.525000', '215819.985000', '215820.445000', '215820.905000', '215821.365000', '215821.825000', '215822.285000', '215822.745000', '215823.205000', '215823.665000', '215824.125000', '215824.585000', '215825.045000', '215825.505000', '215825.965000', '215826.425000', '215826.885000', '215827.345000', '215827.805000', '215828.265000', '215828.725000', '215829.185000', '215829.645000', '215830.105000', '215830.565000', '215831.025000', '215831.485000', '215831.945000', '215832.405000', '215832.865000', '215833.325000', '215833.785000', '215834.245000', '215834.705000', '215835.165000', '215835.625000', '215836.085000', '215836.545000', '215837.005000', '215837.465000', '215837.925000', '215838.385000', '215838.845000', '215839.305000', '215839.765000', '215840.225000', '215840.685000', '215841.145000', '215841.605000', '215842.065000', '215842.525000', '215842.985000', '215843.445000', '215843.905000', '215844.365000', '215844.825000', '215845.285000', '215845.745000', '215846.205000', '215846.665000', '215847.125000', '215847.585000', '215848.045000', '215848.505000', '215848.965000', '215849.425000', '215849.885000', '215850.345000', '215850.805000', '215851.265000', '215851.725000', '215852.185000', '215852.645000', '215853.105000', '215853.565000', '215854.025000', '215854.485000', '215854.945000', '215855.405000', '215855.865000', '215856.325000', '215856.785000', '215857.245000', '215857.705000', '215858.165000', '215858.625000', '215859.085000', '215859.545000', '215900.005000', '215900.465000', '215900.925000', '215901.385000', '215901.845000', '215902.305000', '215902.765000', '215903.225000', '215903.685000', '215904.145000', '215904.605000', '215905.065000', '215905.525000', '215905.985000', '215906.445000', '215906.905000', '215907.365000', '215907.825000', '215908.285000', '215908.745000', '215909.205000', '215909.665000', '215910.125000', '215910.585000', '215911.045000', '215911.505000', '215911.965000', '215912.425000', '215912.885000', '215913.345000', '215913.805000', '215914.265000', '215914.725000', '215915.185000', '215915.645000', '215916.105000', '215916.565000', '215917.025000', '215917.485000', '215917.945000', '215918.405000', '215918.865000', '215919.325000', '215919.785000', '215920.245000', '215920.705000', '215921.165000', '215921.625000', '215922.085000', '215922.545000', '215923.005000', '215923.465000', '215923.925000', '215924.385000', '215924.845000', '215925.305000', '215925.765000', '215926.225000', '215926.685000', '215927.145000', '215927.605000', '215928.065000', '215928.525000', '215928.985000', '215929.445000', '215929.905000', '215930.365000', '215930.825000', '215931.285000', '215931.745000', '215932.205000', '215932.665000', '215933.125000', '215933.585000', '215934.045000', '215934.505000', '215934.965000', '215935.425000', '215935.885000', '215936.345000', '215936.805000', '215937.265000', '215937.725000', '215938.185000', '215938.645000', '215939.105000', '215939.565000', '215940.025000', '215940.485000', '215940.945000', '215941.405000', '215941.865000', '215942.325000', '215942.785000', '215943.245000', '215943.705000', '215944.165000', '215944.625000', '215945.085000', '215945.545000', '215946.005000', '215946.465000', '215946.925000', '215947.385000', '215947.845000', '215948.305000', '215948.765000', '215949.225000', '215949.685000', '215950.145000', '215950.605000', '215951.065000', '215951.525000', '215951.985000', '215952.445000', '215952.905000', '215953.365000', '215953.825000', '215954.285000', '215954.745000', '215955.205000', '215955.665000'], 'ContentTime': ['215329.392000', '215329.395000', '215329.398000', '215329.400000', '215329.403000', '215329.406000', '215329.408000', '215329.411000', '215329.413000', '215329.423000', '215329.426000', '215329.428000', '215329.431000', '215329.434000', '215329.436000', '215329.439000', '215329.441000', '215329.444000', '215329.446000', '215329.449000', '215329.452000', '215329.465000', '215329.467000', '215329.470000', '215329.473000', '215329.475000', '215329.478000', '215329.480000', '215329.483000', '215349.356000', '215349.358000', '215349.361000', '215349.364000', '215349.366000', '215349.369000', '215349.371000', '215349.374000', '215349.376000', '215349.379000', '215349.381000', '215349.384000', '215349.386000', '215349.389000', '215349.391000', '215349.394000', '215349.396000', '215349.399000', '215349.401000', '215349.411000', '215349.413000', '215349.416000', '215349.418000', '215349.421000', '215349.429000', '215349.431000', '215349.434000', '215349.436000', '215349.439000', '215349.441000', '215349.444000', '215349.447000', '215349.449000', '215349.452000', '215349.454000', '215349.457000', '215349.459000', '215349.462000', '215349.464000', '215349.467000', '215349.469000', '215349.472000', '215349.475000', '215409.355000', '215409.358000', '215409.361000', '215409.363000', '215409.366000', '215409.368000', '215409.371000', '215409.374000', '215409.376000', '215409.379000', '215409.381000', '215409.384000', '215409.396000', '215409.398000', '215409.401000', '215409.403000', '215409.406000', '215409.408000', '215409.411000', '215409.413000', '215409.416000', '215409.418000', '215409.421000', '215409.423000', '215409.426000', '215409.429000', '215409.443000', '215409.446000', '215409.448000', '215409.451000', '215409.453000', '215409.456000', '215409.458000', '215409.461000', '215409.463000', '215409.466000', '215409.468000', '215409.471000', '215409.473000', '215409.476000', '215409.479000', '215409.481000', '215409.484000', '215409.486000', '215429.356000', '215429.359000', '215429.362000', '215429.364000', '215429.367000', '215429.370000', '215429.372000', '215429.375000', '215429.378000', '215429.380000', '215429.383000', '215429.386000', '215429.389000', '215429.391000', '215429.394000', '215429.396000', '215429.399000', '215429.401000', '215429.404000', '215429.407000', '215429.409000', '215429.412000', '215429.414000', '215429.417000', '215429.419000', '215429.422000', '215429.425000', '215429.427000', '215429.430000', '215429.432000', '215429.435000', '215429.438000', '215429.440000', '215429.443000', '215429.445000', '215429.448000', '215429.450000', '215429.453000', '215429.455000', '215429.458000', '215429.461000', '215429.463000', '215429.466000', '215449.355000', '215449.358000', '215449.361000', '215449.363000', '215449.366000', '215449.368000', '215449.371000', '215449.373000', '215449.376000', '215449.378000', '215449.386000', '215449.389000', '215449.391000', '215449.394000', '215449.396000', '215449.399000', '215449.401000', '215449.404000', '215449.407000', '215449.409000', '215449.412000', '215449.414000', '215449.417000', '215449.419000', '215449.422000', '215449.424000', '215449.427000', '215449.429000', '215449.432000', '215449.435000', '215449.437000', '215449.440000', '215449.442000', '215449.445000', '215449.447000', '215449.450000', '215449.452000', '215449.455000', '215449.457000', '215449.460000', '215449.463000', '215449.465000', '215449.468000', '215449.470000', '215509.354000', '215509.357000', '215509.360000', '215509.362000', '215509.365000', '215509.367000', '215509.370000', '215509.373000', '215509.375000', '215509.378000', '215509.381000', '215509.383000', '215509.386000', '215509.388000', '215509.391000', '215509.393000', '215509.396000', '215509.398000', '215509.401000', '215509.404000', '215509.406000', '215509.409000', '215509.411000', '215509.414000', '215509.416000', '215509.419000', '215509.421000', '215509.424000', '215509.426000', '215509.429000', '215509.432000', '215509.434000', '215509.437000', '215509.439000', '215509.442000', '215509.444000', '215509.447000', '215509.450000', '215509.452000', '215509.455000', '215509.457000', '215509.460000', '215509.462000', '215529.356000', '215529.358000', '215529.361000', '215529.363000', '215529.366000', '215529.369000', '215529.371000', '215529.374000', '215529.376000', '215529.379000', '215529.381000', '215529.384000', '215529.386000', '215529.389000', '215529.392000', '215529.394000', '215529.397000', '215529.399000', '215529.402000', '215529.404000', '215529.407000', '215529.410000', '215529.412000', '215529.415000', '215529.417000', '215529.420000', '215529.422000', '215529.425000', '215529.428000', '215529.430000', '215529.433000', '215529.435000', '215529.438000', '215529.441000', '215529.443000', '215529.446000', '215529.449000', '215529.451000', '215529.454000', '215529.456000', '215529.459000', '215529.461000', '215529.464000', '215529.467000', '215549.356000', '215549.358000', '215549.361000', '215549.364000', '215549.366000', '215549.369000', '215549.371000', '215549.374000', '215549.376000', '215549.379000', '215549.382000', '215549.384000', '215549.387000', '215549.389000', '215549.392000', '215549.394000', '215549.397000', '215549.400000', '215549.402000', '215549.405000', '215549.407000', '215549.424000', '215549.427000', '215549.429000', '215549.432000', '215549.435000', '215549.437000', '215549.440000', '215549.442000', '215549.445000', '215549.447000', '215549.450000', '215549.452000', '215549.455000', '215549.458000', '215549.460000', '215549.463000', '215549.465000', '215549.468000', '215549.470000', '215549.473000', '215549.476000', '215549.479000', '215609.356000', '215609.358000', '215609.361000', '215609.364000', '215609.366000', '215609.369000', '215609.371000', '215609.374000', '215609.376000', '215609.379000', '215609.382000', '215609.384000', '215609.394000', '215609.397000', '215609.400000', '215609.402000', '215609.405000', '215609.407000', '215609.410000', '215609.412000', '215609.415000', '215609.417000', '215609.420000', '215609.423000', '215609.425000', '215609.428000', '215609.430000', '215609.433000', '215609.435000', '215609.438000', '215609.441000', '215609.443000', '215609.446000', '215609.448000', '215609.451000', '215609.453000', '215609.456000', '215609.459000', '215609.461000', '215609.464000', '215609.466000', '215609.469000', '215609.471000', '215609.474000', '215629.355000', '215629.358000', '215629.361000', '215629.363000', '215629.366000', '215629.368000', '215629.371000', '215629.374000', '215629.376000', '215629.379000', '215629.381000', '215629.384000', '215629.387000', '215629.389000', '215629.392000', '215629.394000', '215629.397000', '215629.399000', '215629.402000', '215629.405000', '215629.407000', '215629.410000', '215629.412000', '215629.415000', '215629.417000', '215629.420000', '215629.423000', '215629.425000', '215629.428000', '215629.430000', '215629.433000', '215629.435000', '215629.438000', '215629.441000', '215629.443000', '215629.446000', '215629.448000', '215629.452000', '215629.454000', '215629.457000', '215629.460000', '215629.462000', '215629.465000', '215649.355000', '215649.358000', '215649.361000', '215649.363000', '215649.366000', '215649.369000', '215649.371000', '215649.374000', '215649.376000', '215649.379000', '215649.381000', '215649.384000', '215649.387000', '215649.389000', '215649.392000', '215649.394000', '215649.397000', '215649.399000', '215649.402000', '215649.405000', '215649.407000', '215649.410000', '215649.412000', '215649.415000', '215649.417000', '215649.420000', '215649.422000', '215649.425000', '215649.427000', '215649.430000', '215649.433000', '215649.435000', '215649.438000', '215649.440000', '215649.443000', '215649.445000', '215649.448000', '215649.450000', '215649.453000', '215649.456000', '215649.458000', '215649.461000', '215649.463000', '215649.466000', '215709.355000', '215709.358000', '215709.361000', '215709.364000', '215709.366000', '215709.369000', '215709.371000', '215709.374000', '215709.376000', '215709.379000', '215709.381000', '215709.384000', '215709.387000', '215709.389000', '215709.392000', '215709.394000', '215709.397000', '215709.400000', '215709.402000', '215709.405000', '215709.407000', '215709.410000', '215709.412000', '215709.415000', '215709.418000', '215709.420000', '215709.423000', '215709.425000', '215709.428000', '215709.430000', '215709.433000', '215709.435000', '215709.438000', '215709.441000', '215709.443000', '215709.446000', '215709.448000', '215709.451000', '215709.453000', '215709.456000', '215709.458000', '215709.461000', '215709.464000', '215729.354000', '215729.357000', '215729.360000', '215729.375000', '215729.377000', '215729.380000', '215729.382000', '215729.385000', '215729.388000', '215729.390000', '215729.393000', '215729.395000', '215729.398000', '215729.400000', '215729.403000', '215729.406000', '215729.408000', '215729.411000', '215729.413000', '215729.416000', '215729.418000', '215729.421000', '215729.424000', '215729.427000', '215729.429000', '215729.432000', '215729.435000', '215729.437000', '215729.440000', '215729.442000', '215729.445000', '215729.453000', '215729.455000', '215729.458000', '215729.461000', '215729.463000', '215729.466000', '215729.468000', '215729.471000', '215729.474000', '215729.476000', '215729.479000', '215729.481000', '215729.484000', '215749.356000', '215749.359000', '215749.361000', '215749.364000', '215749.366000', '215749.369000', '215749.372000', '215749.374000', '215749.377000', '215749.379000', '215749.382000', '215749.384000', '215749.387000', '215749.389000', '215749.392000', '215749.395000', '215749.397000', '215749.400000', '215749.402000', '215749.405000', '215749.407000', '215749.410000', '215749.413000', '215749.415000', '215749.418000', '215749.421000', '215749.423000', '215749.426000', '215749.429000', '215749.431000', '215749.434000', '215749.437000', '215749.439000', '215749.442000', '215749.445000', '215749.447000', '215749.450000', '215749.452000', '215749.455000', '215749.458000', '215749.460000', '215749.463000', '215749.465000', '215809.355000', '215809.358000', '215809.361000', '215809.363000', '215809.366000', '215809.368000', '215809.371000', '215809.374000', '215809.376000', '215809.379000', '215809.381000', '215809.384000', '215809.386000', '215809.389000', '215809.392000', '215809.394000', '215809.397000', '215809.399000', '215809.402000', '215809.404000', '215809.407000', '215809.409000', '215809.412000', '215809.414000', '215809.417000', '215809.420000', '215809.422000', '215809.425000', '215809.427000', '215809.430000', '215809.432000', '215809.435000', '215809.437000', '215809.440000', '215809.443000', '215809.445000', '215809.448000', '215809.450000', '215809.453000', '215809.455000', '215809.458000', '215809.460000', '215809.463000', '215809.465000', '215829.355000', '215829.358000', '215829.361000', '215829.363000', '215829.366000', '215829.369000', '215829.371000', '215829.374000', '215829.376000', '215829.379000', '215829.382000', '215829.384000', '215829.387000', '215829.389000', '215829.392000', '215829.394000', '215829.397000', '215829.399000', '215829.402000', '215829.405000', '215829.407000', '215829.410000', '215829.412000', '215829.415000', '215829.417000', '215829.420000', '215829.422000', '215829.425000', '215829.428000', '215829.430000', '215829.433000', '215829.435000', '215829.438000', '215829.441000', '215829.444000', '215829.446000', '215829.449000', '215829.451000', '215829.454000', '215829.456000', '215829.459000', '215829.462000', '215829.464000', '215849.355000', '215849.358000', '215849.361000', '215849.363000', '215849.366000', '215849.368000', '215849.371000', '215849.374000', '215849.376000', '215849.379000', '215849.381000', '215849.384000', '215849.386000', '215849.389000', '215849.392000', '215849.394000', '215849.397000', '215849.399000', '215849.402000', '215849.404000', '215849.407000', '215849.409000', '215849.412000', '215849.414000', '215849.417000', '215849.420000', '215849.422000', '215849.425000', '215849.436000', '215849.439000', '215849.442000', '215849.444000', '215849.447000', '215849.449000', '215849.452000', '215849.455000', '215849.457000', '215849.460000', '215849.462000', '215849.465000', '215849.468000', '215849.470000', '215849.473000', '215849.475000', '215909.355000', '215909.358000', '215909.361000', '215909.363000', '215909.366000', '215909.369000', '215909.371000', '215909.374000', '215909.376000', '215909.379000', '215909.381000', '215909.384000', '215909.387000', '215909.389000', '215909.392000', '215909.394000', '215909.397000', '215909.399000', '215909.402000', '215909.404000', '215909.407000', '215909.409000', '215909.412000', '215909.415000', '215909.417000', '215909.420000', '215909.422000', '215909.425000', '215909.433000', '215909.435000', '215909.438000', '215909.440000', '215909.443000', '215909.445000', '215909.448000', '215909.451000', '215909.453000', '215909.456000', '215909.458000', '215909.461000', '215909.463000', '215909.466000', '215909.469000', '215929.356000', '215929.359000', '215929.361000', '215929.364000', '215929.366000', '215929.369000', '215929.371000', '215929.374000', '215929.377000', '215929.379000', '215929.382000', '215929.384000', '215929.387000', '215929.390000', '215929.392000', '215929.395000', '215929.397000', '215929.400000', '215929.403000', '215929.407000', '215929.409000', '215929.412000', '215929.414000', '215929.417000', '215929.419000', '215929.422000', '215929.425000', '215929.427000', '215929.430000', '215929.432000', '215929.435000', '215929.437000', '215929.440000', '215929.442000', '215929.445000', '215929.448000', '215929.450000', '215929.453000', '215929.455000', '215929.458000', '215929.461000', '215929.463000', '215929.466000', '215949.354000', '215949.357000', '215949.360000', '215949.362000', '215949.365000', '215949.368000', '215949.370000', '215949.373000', '215949.375000', '215949.378000', '215949.380000', '215949.383000', '215949.386000', '215949.389000', '215949.392000', '215949.394000', '215949.397000', '215949.399000', '215949.402000', '215949.405000', '215949.407000', '215949.410000', '215949.412000', '215949.415000', '215949.417000', '215949.420000', '215949.423000', '215949.425000', '215949.428000', '215949.430000', '215949.433000', '215949.436000', '215949.438000', '215949.441000', '215949.443000', '215949.446000', '215949.448000', '215949.451000', '215949.453000', '215949.456000', '215949.459000', '215949.461000', '215949.464000', '215949.466000', '215956.854000', '215956.857000', '215956.860000', '215956.863000', '215956.865000', '215956.868000', '215956.871000', '215956.874000', '215956.877000', '215956.880000', '215956.883000', '215956.886000', '215956.889000', '215956.892000', '215956.903000', '215956.907000', '215956.909000'], 'InstanceCreationTime': ['215329.392000', '215329.395000', '215329.398000', '215329.400000', '215329.403000', '215329.406000', '215329.408000', '215329.411000', '215329.413000', '215329.423000', '215329.426000', '215329.428000', '215329.431000', '215329.434000', '215329.436000', '215329.439000', '215329.441000', '215329.444000', '215329.446000', '215329.449000', '215329.452000', '215329.465000', '215329.467000', '215329.470000', '215329.473000', '215329.475000', '215329.478000', '215329.480000', '215329.483000', '215349.356000', '215349.358000', '215349.361000', '215349.364000', '215349.366000', '215349.369000', '215349.371000', '215349.374000', '215349.376000', '215349.379000', '215349.381000', '215349.384000', '215349.386000', '215349.389000', '215349.391000', '215349.394000', '215349.396000', '215349.399000', '215349.401000', '215349.411000', '215349.413000', '215349.416000', '215349.418000', '215349.421000', '215349.429000', '215349.431000', '215349.434000', '215349.436000', '215349.439000', '215349.441000', '215349.444000', '215349.447000', '215349.449000', '215349.452000', '215349.454000', '215349.457000', '215349.459000', '215349.462000', '215349.464000', '215349.467000', '215349.469000', '215349.472000', '215349.475000', '215409.355000', '215409.358000', '215409.361000', '215409.363000', '215409.366000', '215409.368000', '215409.371000', '215409.374000', '215409.376000', '215409.379000', '215409.381000', '215409.384000', '215409.396000', '215409.398000', '215409.401000', '215409.403000', '215409.406000', '215409.408000', '215409.411000', '215409.413000', '215409.416000', '215409.418000', '215409.421000', '215409.423000', '215409.426000', '215409.429000', '215409.443000', '215409.446000', '215409.448000', '215409.451000', '215409.453000', '215409.456000', '215409.458000', '215409.461000', '215409.463000', '215409.466000', '215409.468000', '215409.471000', '215409.473000', '215409.476000', '215409.479000', '215409.481000', '215409.484000', '215409.486000', '215429.356000', '215429.359000', '215429.362000', '215429.364000', '215429.367000', '215429.370000', '215429.372000', '215429.375000', '215429.378000', '215429.380000', '215429.383000', '215429.386000', '215429.389000', '215429.391000', '215429.394000', '215429.396000', '215429.399000', '215429.401000', '215429.404000', '215429.407000', '215429.409000', '215429.412000', '215429.414000', '215429.417000', '215429.419000', '215429.422000', '215429.425000', '215429.427000', '215429.430000', '215429.432000', '215429.435000', '215429.438000', '215429.440000', '215429.443000', '215429.445000', '215429.448000', '215429.450000', '215429.453000', '215429.455000', '215429.458000', '215429.461000', '215429.463000', '215429.466000', '215449.355000', '215449.358000', '215449.361000', '215449.363000', '215449.366000', '215449.368000', '215449.371000', '215449.373000', '215449.376000', '215449.378000', '215449.386000', '215449.389000', '215449.391000', '215449.394000', '215449.396000', '215449.399000', '215449.401000', '215449.404000', '215449.407000', '215449.409000', '215449.412000', '215449.414000', '215449.417000', '215449.419000', '215449.422000', '215449.424000', '215449.427000', '215449.429000', '215449.432000', '215449.435000', '215449.437000', '215449.440000', '215449.442000', '215449.445000', '215449.447000', '215449.450000', '215449.452000', '215449.455000', '215449.457000', '215449.460000', '215449.463000', '215449.465000', '215449.468000', '215449.470000', '215509.354000', '215509.357000', '215509.360000', '215509.362000', '215509.365000', '215509.367000', '215509.370000', '215509.373000', '215509.375000', '215509.378000', '215509.381000', '215509.383000', '215509.386000', '215509.388000', '215509.391000', '215509.393000', '215509.396000', '215509.398000', '215509.401000', '215509.404000', '215509.406000', '215509.409000', '215509.411000', '215509.414000', '215509.416000', '215509.419000', '215509.421000', '215509.424000', '215509.426000', '215509.429000', '215509.432000', '215509.434000', '215509.437000', '215509.439000', '215509.442000', '215509.444000', '215509.447000', '215509.450000', '215509.452000', '215509.455000', '215509.457000', '215509.460000', '215509.462000', '215529.356000', '215529.358000', '215529.361000', '215529.363000', '215529.366000', '215529.369000', '215529.371000', '215529.374000', '215529.376000', '215529.379000', '215529.381000', '215529.384000', '215529.386000', '215529.389000', '215529.392000', '215529.394000', '215529.397000', '215529.399000', '215529.402000', '215529.404000', '215529.407000', '215529.410000', '215529.412000', '215529.415000', '215529.417000', '215529.420000', '215529.422000', '215529.425000', '215529.428000', '215529.430000', '215529.433000', '215529.435000', '215529.438000', '215529.441000', '215529.443000', '215529.446000', '215529.449000', '215529.451000', '215529.454000', '215529.456000', '215529.459000', '215529.461000', '215529.464000', '215529.467000', '215549.356000', '215549.358000', '215549.361000', '215549.364000', '215549.366000', '215549.369000', '215549.371000', '215549.374000', '215549.376000', '215549.379000', '215549.382000', '215549.384000', '215549.387000', '215549.389000', '215549.392000', '215549.394000', '215549.397000', '215549.400000', '215549.402000', '215549.405000', '215549.407000', '215549.424000', '215549.427000', '215549.429000', '215549.432000', '215549.435000', '215549.437000', '215549.440000', '215549.442000', '215549.445000', '215549.447000', '215549.450000', '215549.452000', '215549.455000', '215549.458000', '215549.460000', '215549.463000', '215549.465000', '215549.468000', '215549.470000', '215549.473000', '215549.476000', '215549.479000', '215609.356000', '215609.358000', '215609.361000', '215609.364000', '215609.366000', '215609.369000', '215609.371000', '215609.374000', '215609.376000', '215609.379000', '215609.382000', '215609.384000', '215609.394000', '215609.397000', '215609.400000', '215609.402000', '215609.405000', '215609.407000', '215609.410000', '215609.412000', '215609.415000', '215609.417000', '215609.420000', '215609.423000', '215609.425000', '215609.428000', '215609.430000', '215609.433000', '215609.435000', '215609.438000', '215609.441000', '215609.443000', '215609.446000', '215609.448000', '215609.451000', '215609.453000', '215609.456000', '215609.459000', '215609.461000', '215609.464000', '215609.466000', '215609.469000', '215609.471000', '215609.474000', '215629.355000', '215629.358000', '215629.361000', '215629.363000', '215629.366000', '215629.368000', '215629.371000', '215629.374000', '215629.376000', '215629.379000', '215629.381000', '215629.384000', '215629.387000', '215629.389000', '215629.392000', '215629.394000', '215629.397000', '215629.399000', '215629.402000', '215629.405000', '215629.407000', '215629.410000', '215629.412000', '215629.415000', '215629.417000', '215629.420000', '215629.423000', '215629.425000', '215629.428000', '215629.430000', '215629.433000', '215629.435000', '215629.438000', '215629.441000', '215629.443000', '215629.446000', '215629.448000', '215629.452000', '215629.454000', '215629.457000', '215629.460000', '215629.462000', '215629.465000', '215649.355000', '215649.358000', '215649.361000', '215649.363000', '215649.366000', '215649.369000', '215649.371000', '215649.374000', '215649.376000', '215649.379000', '215649.381000', '215649.384000', '215649.387000', '215649.389000', '215649.392000', '215649.394000', '215649.397000', '215649.399000', '215649.402000', '215649.405000', '215649.407000', '215649.410000', '215649.412000', '215649.415000', '215649.417000', '215649.420000', '215649.422000', '215649.425000', '215649.427000', '215649.430000', '215649.433000', '215649.435000', '215649.438000', '215649.440000', '215649.443000', '215649.445000', '215649.448000', '215649.450000', '215649.453000', '215649.456000', '215649.458000', '215649.461000', '215649.463000', '215649.466000', '215709.355000', '215709.358000', '215709.361000', '215709.364000', '215709.366000', '215709.369000', '215709.371000', '215709.374000', '215709.376000', '215709.379000', '215709.381000', '215709.384000', '215709.387000', '215709.389000', '215709.392000', '215709.394000', '215709.397000', '215709.400000', '215709.402000', '215709.405000', '215709.407000', '215709.410000', '215709.412000', '215709.415000', '215709.418000', '215709.420000', '215709.423000', '215709.425000', '215709.428000', '215709.430000', '215709.433000', '215709.435000', '215709.438000', '215709.441000', '215709.443000', '215709.446000', '215709.448000', '215709.451000', '215709.453000', '215709.456000', '215709.458000', '215709.461000', '215709.464000', '215729.354000', '215729.357000', '215729.360000', '215729.375000', '215729.377000', '215729.380000', '215729.382000', '215729.385000', '215729.388000', '215729.390000', '215729.393000', '215729.395000', '215729.398000', '215729.400000', '215729.403000', '215729.406000', '215729.408000', '215729.411000', '215729.413000', '215729.416000', '215729.418000', '215729.421000', '215729.424000', '215729.427000', '215729.429000', '215729.432000', '215729.435000', '215729.437000', '215729.440000', '215729.442000', '215729.445000', '215729.453000', '215729.455000', '215729.458000', '215729.461000', '215729.463000', '215729.466000', '215729.468000', '215729.471000', '215729.474000', '215729.476000', '215729.479000', '215729.481000', '215729.484000', '215749.356000', '215749.359000', '215749.361000', '215749.364000', '215749.366000', '215749.369000', '215749.372000', '215749.374000', '215749.377000', '215749.379000', '215749.382000', '215749.384000', '215749.387000', '215749.389000', '215749.392000', '215749.395000', '215749.397000', '215749.400000', '215749.402000', '215749.405000', '215749.407000', '215749.410000', '215749.413000', '215749.415000', '215749.418000', '215749.421000', '215749.423000', '215749.426000', '215749.429000', '215749.431000', '215749.434000', '215749.437000', '215749.439000', '215749.442000', '215749.445000', '215749.447000', '215749.450000', '215749.452000', '215749.455000', '215749.458000', '215749.460000', '215749.463000', '215749.465000', '215809.355000', '215809.358000', '215809.361000', '215809.363000', '215809.366000', '215809.368000', '215809.371000', '215809.374000', '215809.376000', '215809.379000', '215809.381000', '215809.384000', '215809.386000', '215809.389000', '215809.392000', '215809.394000', '215809.397000', '215809.399000', '215809.402000', '215809.404000', '215809.407000', '215809.409000', '215809.412000', '215809.414000', '215809.417000', '215809.420000', '215809.422000', '215809.425000', '215809.427000', '215809.430000', '215809.432000', '215809.435000', '215809.437000', '215809.440000', '215809.443000', '215809.445000', '215809.448000', '215809.450000', '215809.453000', '215809.455000', '215809.458000', '215809.460000', '215809.463000', '215809.465000', '215829.355000', '215829.358000', '215829.361000', '215829.363000', '215829.366000', '215829.369000', '215829.371000', '215829.374000', '215829.376000', '215829.379000', '215829.382000', '215829.384000', '215829.387000', '215829.389000', '215829.392000', '215829.394000', '215829.397000', '215829.399000', '215829.402000', '215829.405000', '215829.407000', '215829.410000', '215829.412000', '215829.415000', '215829.417000', '215829.420000', '215829.422000', '215829.425000', '215829.428000', '215829.430000', '215829.433000', '215829.435000', '215829.438000', '215829.441000', '215829.444000', '215829.446000', '215829.449000', '215829.451000', '215829.454000', '215829.456000', '215829.459000', '215829.462000', '215829.464000', '215849.355000', '215849.358000', '215849.361000', '215849.363000', '215849.366000', '215849.368000', '215849.371000', '215849.374000', '215849.376000', '215849.379000', '215849.381000', '215849.384000', '215849.386000', '215849.389000', '215849.392000', '215849.394000', '215849.397000', '215849.399000', '215849.402000', '215849.404000', '215849.407000', '215849.409000', '215849.412000', '215849.414000', '215849.417000', '215849.420000', '215849.422000', '215849.425000', '215849.436000', '215849.439000', '215849.442000', '215849.444000', '215849.447000', '215849.449000', '215849.452000', '215849.455000', '215849.457000', '215849.460000', '215849.462000', '215849.465000', '215849.468000', '215849.470000', '215849.473000', '215849.475000', '215909.355000', '215909.358000', '215909.361000', '215909.363000', '215909.366000', '215909.369000', '215909.371000', '215909.374000', '215909.376000', '215909.379000', '215909.381000', '215909.384000', '215909.387000', '215909.389000', '215909.392000', '215909.394000', '215909.397000', '215909.399000', '215909.402000', '215909.404000', '215909.407000', '215909.409000', '215909.412000', '215909.415000', '215909.417000', '215909.420000', '215909.422000', '215909.425000', '215909.433000', '215909.435000', '215909.438000', '215909.440000', '215909.443000', '215909.445000', '215909.448000', '215909.451000', '215909.453000', '215909.456000', '215909.458000', '215909.461000', '215909.463000', '215909.466000', '215909.469000', '215929.356000', '215929.359000', '215929.361000', '215929.364000', '215929.366000', '215929.369000', '215929.371000', '215929.374000', '215929.377000', '215929.379000', '215929.382000', '215929.384000', '215929.387000', '215929.390000', '215929.392000', '215929.395000', '215929.397000', '215929.400000', '215929.403000', '215929.407000', '215929.409000', '215929.412000', '215929.414000', '215929.417000', '215929.419000', '215929.422000', '215929.425000', '215929.427000', '215929.430000', '215929.432000', '215929.435000', '215929.437000', '215929.440000', '215929.442000', '215929.445000', '215929.448000', '215929.450000', '215929.453000', '215929.455000', '215929.458000', '215929.461000', '215929.463000', '215929.466000', '215949.354000', '215949.357000', '215949.360000', '215949.362000', '215949.365000', '215949.368000', '215949.370000', '215949.373000', '215949.375000', '215949.378000', '215949.380000', '215949.383000', '215949.386000', '215949.389000', '215949.392000', '215949.394000', '215949.397000', '215949.399000', '215949.402000', '215949.405000', '215949.407000', '215949.410000', '215949.412000', '215949.415000', '215949.417000', '215949.420000', '215949.423000', '215949.425000', '215949.428000', '215949.430000', '215949.433000', '215949.436000', '215949.438000', '215949.441000', '215949.443000', '215949.446000', '215949.448000', '215949.451000', '215949.453000', '215949.456000', '215949.459000', '215949.461000', '215949.464000', '215949.466000', '215956.854000', '215956.857000', '215956.860000', '215956.863000', '215956.865000', '215956.868000', '215956.871000', '215956.874000', '215956.877000', '215956.880000', '215956.883000', '215956.886000', '215956.889000', '215956.892000', '215956.903000', '215956.907000', '215956.909000'], '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': [10124, 9497, 9990, 16158, 12317, 14172, 9572, 9146, 10918, 9466, 10160, 12499, 11895, 16844, 9325, 9083, 9285, 9111, 11047, 9039, 13251, 9352, 9046, 8791, 9105, 11539, 9327, 14693, 13185, 10617, 13548, 9257, 8765, 9312, 9286, 15172, 9427, 8479, 9096, 8736, 9301, 9219, 9578, 9062, 8800, 9268, 8717, 9226, 9201, 9442, 9983, 17215, 11453, 13993, 9039, 9200, 9476, 9357, 9191, 9623, 10827, 9017, 15641, 11676, 10485, 10837, 9486, 9219, 9338, 9611, 14546, 11840, 12281, 8986, 9162, 8870, 9497, 11611, 9815, 10171, 9848, 9294, 9055, 9061, 8815, 9551, 8965, 9577, 9170, 9396, 9311, 9248, 9558, 12980, 9687, 8938, 9545, 9510, 9084, 9792, 9205, 9450, 8812, 9727, 8940, 9531, 9442, 9420, 9629, 11937, 9388, 14660, 9210, 10092, 10146, 9419, 9696, 9338, 10634, 8832, 9615, 12548, 9547, 9535, 9350, 9651, 9191, 9264, 10855, 9379, 10000, 10693, 9567, 10740, 9173, 10527, 8749, 9777, 9020, 9127, 9563, 9303, 9677, 12954, 9433, 9497, 9253, 9604, 9226, 9694, 11418, 9503, 9452, 9195, 9516, 8943, 9609, 10705, 9080, 9686, 9156, 9669, 8727, 9326, 13380, 9152, 9601, 9195, 9746, 9333, 9176, 13216, 9374, 10736, 8873, 9802, 9945, 9604, 10027, 9536, 9903, 10374, 9019, 9867, 9348, 9600, 9471, 9734, 9524, 9101, 9697, 9217, 9530, 8827, 9370, 9581, 9262, 9598, 9377, 9139, 14696, 10829, 10711, 9076, 9720, 9512, 8988, 11320, 13115, 17212, 18666, 14869, 12675, 9826, 9556, 8734, 8759, 9641, 9519, 10447, 9988, 8507, 9995, 9503, 10295, 9360, 10104, 10828, 9817, 15566, 15610, 15700, 15572, 11237, 12413, 10228, 14165, 11903, 13679, 8833, 10137, 8722, 9921, 12779, 9819, 12427, 10168, 9880, 9352, 9755, 11316, 9776, 17548, 13172, 13391, 9181, 9698, 8888, 9834, 11099, 9398, 16300, 10438, 17252, 12085, 14576, 9650, 9815, 19012, 9249, 9520, 15276, 9422, 9448, 8856, 9790, 9481, 9237, 12310, 9039, 9688, 9615, 9743, 9387, 8784, 9621, 11220, 9719, 14528, 9771, 9240, 8803, 9317, 8307, 9434, 14588, 11082, 13522, 8992, 9389, 8462, 9446, 9421, 9065, 12463, 9568, 9604, 9522, 9398, 9490, 9068, 11003, 8772, 9455, 9037, 9585, 8420, 9050, 10659, 8935, 9828, 8820, 9362, 8919, 9318, 9128, 8955, 11423, 8938, 13265, 9177, 9512, 8755, 8836, 9613, 9028, 9443, 8482, 9342, 14807, 9313, 10054, 8970, 9585, 8824, 9211, 9883, 9350, 14823, 8896, 10306, 8569, 9399, 11877, 9235, 18070, 16140, 17376, 10001, 9911, 10128, 9149, 10587, 8522, 9414, 12071, 9121, 13511, 8760, 9320, 10620, 9000, 9456, 8872, 9281, 12108, 10267, 11491, 8827, 9488, 9007, 9520, 11522, 9607, 14818, 8673, 9634, 8767, 9433, 9264, 8968, 9794, 9352, 9605, 9356, 9994, 13936, 9564, 11054, 9137, 16022, 10861, 12952, 8778, 9699, 9030, 9257, 18550, 11568, 14589, 10004, 9687, 12123, 9210, 17967, 12641, 17622, 12919, 10634, 15688, 9218, 12100, 9021, 9095, 10650, 9167, 18047, 9218, 15838, 9469, 9323, 8751, 9616, 9581, 9298, 11825, 9136, 11074, 13418, 9659, 10364, 9556, 9136, 8893, 9429, 8175, 9411, 13152, 9470, 10782, 8776, 9379, 8746, 9439, 9009, 8831, 12507, 9847, 19030, 14586, 12431, 13907, 8911, 9595, 9253, 9702, 9367, 8907, 9562, 10261, 9531, 9757, 8734, 9337, 9415, 9377, 15788, 12529, 14383, 9693, 11527, 13269, 9367, 14462, 8964, 12772, 17820, 14652, 19816, 14415, 16125, 9807, 9653, 14805, 9431, 8916, 8548, 9523, 10260, 9069, 9475, 9274, 9454, 9491, 8971, 8927, 8088, 9656, 10248, 9340, 8757, 8698, 9109, 9107, 9331, 8591, 9230, 8543, 9148, 9043, 8549, 9076, 8459, 9443, 12657, 9472, 8551, 9115, 9481, 9211, 11154, 10343, 9889, 8573, 10049, 8891, 8252, 9790, 9839, 9726, 9651, 9895, 11038, 9708, 15546, 16885, 13794, 17874, 10345, 14569, 9170, 9868, 11438, 9740, 9427, 9690, 9446, 8554, 9612, 8892, 9616, 9144, 9437, 9484, 8577, 9739, 8504, 9455, 9339, 9597, 9469, 8388, 9495, 12975, 9509, 11263, 8808, 9340, 8730, 9325, 8299, 9299, 10310, 9130, 8489, 8535, 9544, 9011, 8932, 8168, 9260, 8546, 9011, 8735, 8780, 9290, 8654, 9893, 9346, 11037, 15618, 9347, 14930, 9226, 11168, 8935, 9367, 11634, 9619, 15570, 9743, 17028, 8736, 11448, 9257, 9143, 15713, 10085, 18572, 10826, 11585, 10581, 9658, 11203, 8903, 15415, 15100, 9372, 12023, 8823, 9284, 8400, 9178, 10644, 8909, 9548, 8786, 9158, 8209, 9114, 12553, 9336, 11325, 8565, 9357, 8473, 9082, 8359, 9078, 11156, 8699, 12513, 8677, 9117, 8510, 9063, 10311, 8891, 14419, 8671, 9778, 8332, 9274, 8498, 9274, 11072, 8931, 14734, 8883, 10187, 9282, 9283, 12324, 8764, 15588, 12664, 13689, 13322, 9254, 11364, 9126, 9585, 9128, 9081, 8607, 9331, 12451, 8775, 10071, 8697, 10585, 8511, 9219, 8411, 9334, 8071, 8879, 10856, 8882, 9461, 8971, 10070, 9325, 9027, 10567, 16769, 17609, 17338, 10852, 12124, 9605, 8329, 8953, 9252, 9413, 8612, 9598, 8883, 9896, 13859, 11031, 13391, 9252, 12021, 13737, 13934, 17912, 13678, 14160, 9994, 10574, 8732, 10421, 15336, 9669, 9302, 9602, 9278, 8577, 9806, 8767, 9738, 8730, 9615, 12352, 9263, 11910, 9079, 9404, 8816, 9652, 8711, 9204, 12174, 9313, 9434, 8754, 9670, 8643, 9373, 9183, 9087, 11251, 8749, 9349, 8664, 9496, 8562, 9292, 8739, 8734, 9497, 9164, 9719, 9039, 9357, 8843, 8988, 8820, 9362, 11191, 9197, 9386, 8689, 9222, 8659, 9271, 8459, 9022, 11644, 9088, 9682, 8621, 9471, 8548, 9262, 12574, 9338, 9572, 8879, 9148, 16528, 12284, 17204, 9222, 9439, 8892, 9350, 9310, 9530, 11496, 8858, 9763, 9118, 9149, 9357, 9120, 9676, 9354, 9438, 9169, 12281, 9921, 17672, 10630, 14148, 9128, 9287, 9143, 9443, 9595, 9466, 19291, 13227, 17700, 10080, 9885, 9480, 9770, 12240, 9855, 16550, 10172, 18504, 14465, 13730, 14459, 10136, 17056, 9880, 15112, 10051, 9861, 17852, 9535, 9588, 9003, 9247, 8780, 9744, 9389, 9338, 9313, 8947, 9390, 8546, 9360, 9850, 9750, 9418, 9220, 9319], 'WindowCenter': [4208.0, 4195.0, 4191.0, 4216.0, 4184.0, 4180.0, 4125.0, 4124.0, 4131.0, 4123.0, 4136.0, 4152.0, 4143.0, 4184.0, 4113.0, 4100.0, 4110.0, 4124.0, 4142.0, 4110.0, 4154.0, 4112.0, 4112.0, 4099.0, 4110.0, 4141.0, 4110.0, 4161.0, 4151.0, 4121.0, 4137.0, 4096.0, 4101.0, 4098.0, 4098.0, 4159.0, 4109.0, 4075.0, 4096.0, 4086.0, 4096.0, 4110.0, 4107.0, 4099.0, 4097.0, 4108.0, 4098.0, 4109.0, 4122.0, 4110.0, 4120.0, 4172.0, 4142.0, 4160.0, 4111.0, 4108.0, 4110.0, 4110.0, 4109.0, 4121.0, 4131.0, 4111.0, 4174.0, 4129.0, 4120.0, 4116.0, 4096.0, 4095.0, 4083.0, 4106.0, 4146.0, 4140.0, 4128.0, 4084.0, 4095.0, 4082.0, 4095.0, 4127.0, 4106.0, 4103.0, 4094.0, 4095.0, 4110.0, 4110.0, 4097.0, 4109.0, 4096.0, 4109.0, 4096.0, 4107.0, 4108.0, 4108.0, 4123.0, 4151.0, 4122.0, 4099.0, 4121.0, 4120.0, 4110.0, 4133.0, 4121.0, 4122.0, 4112.0, 4123.0, 4111.0, 4123.0, 4122.0, 4111.0, 4123.0, 4154.0, 4123.0, 4164.0, 4109.0, 4120.0, 4107.0, 4098.0, 4109.0, 4111.0, 4119.0, 4099.0, 4122.0, 4152.0, 4123.0, 4122.0, 4111.0, 4122.0, 4109.0, 4122.0, 4132.0, 4112.0, 4134.0, 4119.0, 4122.0, 4144.0, 4110.0, 4131.0, 4087.0, 4119.0, 4097.0, 4109.0, 4123.0, 4121.0, 4123.0, 4153.0, 4122.0, 4120.0, 4110.0, 4120.0, 4109.0, 4121.0, 4142.0, 4123.0, 4122.0, 4111.0, 4121.0, 4111.0, 4133.0, 4133.0, 4125.0, 4122.0, 4124.0, 4136.0, 4114.0, 4125.0, 4176.0, 4125.0, 4124.0, 4123.0, 4134.0, 4122.0, 4125.0, 4165.0, 4124.0, 4144.0, 4100.0, 4122.0, 4120.0, 4122.0, 4122.0, 4109.0, 4121.0, 4119.0, 4100.0, 4119.0, 4109.0, 4124.0, 4110.0, 4121.0, 4110.0, 4112.0, 4122.0, 4122.0, 4136.0, 4112.0, 4125.0, 4124.0, 4124.0, 4134.0, 4125.0, 4136.0, 4176.0, 4147.0, 4134.0, 4111.0, 4124.0, 4110.0, 4112.0, 4156.0, 4164.0, 4197.0, 4197.0, 4189.0, 4164.0, 4134.0, 4120.0, 4099.0, 4113.0, 4124.0, 4136.0, 4145.0, 4149.0, 4139.0, 4148.0, 4147.0, 4158.0, 4135.0, 4145.0, 4144.0, 4137.0, 4201.0, 4189.0, 4189.0, 4175.0, 4132.0, 4141.0, 4120.0, 4151.0, 4128.0, 4151.0, 4098.0, 4122.0, 4099.0, 4133.0, 4153.0, 4132.0, 4150.0, 4121.0, 4119.0, 4097.0, 4122.0, 4142.0, 4122.0, 4183.0, 4151.0, 4150.0, 4098.0, 4109.0, 4086.0, 4108.0, 4129.0, 4109.0, 4160.0, 4119.0, 4172.0, 4141.0, 4163.0, 4111.0, 4131.0, 4194.0, 4108.0, 4121.0, 4160.0, 4109.0, 4107.0, 4085.0, 4118.0, 4111.0, 4110.0, 4141.0, 4099.0, 4108.0, 4095.0, 4108.0, 4096.0, 4086.0, 4121.0, 4129.0, 4109.0, 4160.0, 4108.0, 4097.0, 4096.0, 4096.0, 4074.0, 4097.0, 4148.0, 4129.0, 4138.0, 4085.0, 4096.0, 4074.0, 4096.0, 4097.0, 4097.0, 4127.0, 4096.0, 4108.0, 4095.0, 4095.0, 4096.0, 4096.0, 4117.0, 4086.0, 4107.0, 4085.0, 4108.0, 4099.0, 4113.0, 4132.0, 4110.0, 4121.0, 4111.0, 4110.0, 4109.0, 4111.0, 4109.0, 4123.0, 4155.0, 4113.0, 4165.0, 4112.0, 4122.0, 4098.0, 4110.0, 4107.0, 4099.0, 4122.0, 4112.0, 4111.0, 4164.0, 4112.0, 4121.0, 4112.0, 4121.0, 4100.0, 4122.0, 4120.0, 4122.0, 4173.0, 4113.0, 4133.0, 4100.0, 4122.0, 4143.0, 4122.0, 4186.0, 4175.0, 4185.0, 4121.0, 4133.0, 4131.0, 4122.0, 4131.0, 4112.0, 4123.0, 4153.0, 4124.0, 4166.0, 4114.0, 4124.0, 4132.0, 4112.0, 4121.0, 4099.0, 4122.0, 4140.0, 4133.0, 4142.0, 4112.0, 4123.0, 4111.0, 4124.0, 4141.0, 4107.0, 4161.0, 4098.0, 4107.0, 4085.0, 4109.0, 4107.0, 4112.0, 4120.0, 4121.0, 4135.0, 4125.0, 4147.0, 4176.0, 4124.0, 4142.0, 4122.0, 4184.0, 4146.0, 4167.0, 4111.0, 4122.0, 4111.0, 4123.0, 4183.0, 4140.0, 4161.0, 4109.0, 4123.0, 4155.0, 4112.0, 4184.0, 4140.0, 4172.0, 4139.0, 4119.0, 4159.0, 4108.0, 4137.0, 4098.0, 4098.0, 4118.0, 4111.0, 4183.0, 4110.0, 4173.0, 4121.0, 4110.0, 4086.0, 4108.0, 4120.0, 4123.0, 4140.0, 4097.0, 4128.0, 4148.0, 4107.0, 4106.0, 4106.0, 4095.0, 4096.0, 4096.0, 4088.0, 4111.0, 4150.0, 4108.0, 4131.0, 4097.0, 4107.0, 4096.0, 4111.0, 4112.0, 4122.0, 4153.0, 4122.0, 4197.0, 4177.0, 4169.0, 4164.0, 4100.0, 4121.0, 4094.0, 4106.0, 4097.0, 4099.0, 4123.0, 4121.0, 4124.0, 4123.0, 4101.0, 4137.0, 4123.0, 4122.0, 4161.0, 4141.0, 4150.0, 4098.0, 4128.0, 4137.0, 4097.0, 4137.0, 4085.0, 4141.0, 4158.0, 4147.0, 4169.0, 4147.0, 4157.0, 4105.0, 4095.0, 4146.0, 4094.0, 4084.0, 4073.0, 4095.0, 4094.0, 4083.0, 4095.0, 4080.0, 4092.0, 4082.0, 4071.0, 4082.0, 4061.0, 4094.0, 4105.0, 4097.0, 4083.0, 4086.0, 4097.0, 4083.0, 4097.0, 4085.0, 4096.0, 4085.0, 4108.0, 4097.0, 4097.0, 4109.0, 4088.0, 4121.0, 4150.0, 4123.0, 4111.0, 4111.0, 4109.0, 4124.0, 4170.0, 4147.0, 4145.0, 4126.0, 4147.0, 4124.0, 4099.0, 4133.0, 4132.0, 4134.0, 4122.0, 4136.0, 4158.0, 4138.0, 4202.0, 4188.0, 4166.0, 4185.0, 4121.0, 4151.0, 4097.0, 4108.0, 4116.0, 4107.0, 4096.0, 4110.0, 4122.0, 4089.0, 4109.0, 4097.0, 4108.0, 4097.0, 4099.0, 4108.0, 4087.0, 4110.0, 4098.0, 4122.0, 4112.0, 4138.0, 4123.0, 4100.0, 4123.0, 4151.0, 4121.0, 4129.0, 4111.0, 4109.0, 4101.0, 4123.0, 4103.0, 4124.0, 4134.0, 4124.0, 4114.0, 4127.0, 4137.0, 4139.0, 4125.0, 4102.0, 4125.0, 4126.0, 4125.0, 4114.0, 4126.0, 4125.0, 4142.0, 4161.0, 4137.0, 4158.0, 4187.0, 4125.0, 4186.0, 4124.0, 4144.0, 4113.0, 4124.0, 4144.0, 4136.0, 4186.0, 4137.0, 4211.0, 4140.0, 4158.0, 4126.0, 4138.0, 4186.0, 4136.0, 4198.0, 4146.0, 4156.0, 4133.0, 4121.0, 4144.0, 4112.0, 4162.0, 4158.0, 4098.0, 4127.0, 4097.0, 4096.0, 4086.0, 4098.0, 4118.0, 4099.0, 4124.0, 4100.0, 4109.0, 4101.0, 4124.0, 4152.0, 4124.0, 4143.0, 4124.0, 4123.0, 4101.0, 4113.0, 4100.0, 4125.0, 4157.0, 4113.0, 4166.0, 4113.0, 4113.0, 4099.0, 4113.0, 4133.0, 4113.0, 4163.0, 4112.0, 4134.0, 4102.0, 4123.0, 4100.0, 4124.0, 4156.0, 4113.0, 4173.0, 4111.0, 4122.0, 4109.0, 4110.0, 4139.0, 4099.0, 4174.0, 4140.0, 4150.0, 4139.0, 4098.0, 4117.0, 4097.0, 4107.0, 4098.0, 4100.0, 4088.0, 4109.0, 4139.0, 4099.0, 4108.0, 4098.0, 4130.0, 4100.0, 4111.0, 4100.0, 4123.0, 4101.0, 4127.0, 4157.0, 4127.0, 4137.0, 4114.0, 4149.0, 4112.0, 4126.0, 4158.0, 4183.0, 4199.0, 4198.0, 4142.0, 4154.0, 4138.0, 4114.0, 4110.0, 4120.0, 4123.0, 4112.0, 4135.0, 4127.0, 4164.0, 4193.0, 4158.0, 4179.0, 4126.0, 4168.0, 4165.0, 4166.0, 4175.0, 4153.0, 4151.0, 4109.0, 4122.0, 4089.0, 4119.0, 4148.0, 4097.0, 4098.0, 4096.0, 4085.0, 4075.0, 4106.0, 4085.0, 4109.0, 4088.0, 4110.0, 4140.0, 4109.0, 4129.0, 4098.0, 4109.0, 4097.0, 4109.0, 4088.0, 4110.0, 4139.0, 4099.0, 4097.0, 4098.0, 4109.0, 4084.0, 4110.0, 4110.0, 4099.0, 4129.0, 4088.0, 4098.0, 4088.0, 4107.0, 4087.0, 4108.0, 4087.0, 4099.0, 4110.0, 4110.0, 4110.0, 4099.0, 4111.0, 4099.0, 4110.0, 4112.0, 4111.0, 4132.0, 4122.0, 4125.0, 4114.0, 4125.0, 4113.0, 4134.0, 4116.0, 4138.0, 4168.0, 4125.0, 4124.0, 4116.0, 4136.0, 4114.0, 4125.0, 4155.0, 4138.0, 4137.0, 4108.0, 4136.0, 4186.0, 4155.0, 4184.0, 4112.0, 4111.0, 4110.0, 4124.0, 4123.0, 4138.0, 4167.0, 4127.0, 4135.0, 4138.0, 4136.0, 4124.0, 4137.0, 4137.0, 4152.0, 4124.0, 4125.0, 4167.0, 4148.0, 4198.0, 4146.0, 4176.0, 4124.0, 4124.0, 4111.0, 4122.0, 4122.0, 4134.0, 4197.0, 4153.0, 4184.0, 4121.0, 4120.0, 4107.0, 4109.0, 4128.0, 4108.0, 4185.0, 4120.0, 4183.0, 4161.0, 4152.0, 4161.0, 4120.0, 4170.0, 4108.0, 4160.0, 4106.0, 4108.0, 4169.0, 4108.0, 4096.0, 4084.0, 4095.0, 4082.0, 4108.0, 4094.0, 4094.0, 4094.0, 4084.0, 4108.0, 4097.0, 4108.0, 4120.0, 4123.0, 4096.0, 4096.0, 4108.0], 'WindowWidth': [9346.0, 9322.0, 9304.0, 9327.0, 9275.0, 9263.0, 9179.0, 9175.0, 9179.0, 9173.0, 9196.0, 9211.0, 9201.0, 9257.0, 9158.0, 9135.0, 9148.0, 9176.0, 9198.0, 9152.0, 9214.0, 9157.0, 9155.0, 9132.0, 9149.0, 9195.0, 9152.0, 9222.0, 9206.0, 9164.0, 9181.0, 9124.0, 9139.0, 9131.0, 9131.0, 9216.0, 9147.0, 9095.0, 9124.0, 9110.0, 9125.0, 9150.0, 9142.0, 9134.0, 9127.0, 9145.0, 9130.0, 9146.0, 9170.0, 9151.0, 9164.0, 9240.0, 9196.0, 9218.0, 9154.0, 9146.0, 9150.0, 9151.0, 9148.0, 9166.0, 9182.0, 9153.0, 9245.0, 9176.0, 9163.0, 9151.0, 9123.0, 9120.0, 9101.0, 9138.0, 9192.0, 9191.0, 9169.0, 9105.0, 9118.0, 9097.0, 9120.0, 9169.0, 9135.0, 9127.0, 9117.0, 9121.0, 9152.0, 9151.0, 9128.0, 9148.0, 9125.0, 9147.0, 9124.0, 9142.0, 9142.0, 9144.0, 9173.0, 9207.0, 9172.0, 9134.0, 9167.0, 9163.0, 9151.0, 9188.0, 9168.0, 9169.0, 9157.0, 9173.0, 9152.0, 9172.0, 9169.0, 9152.0, 9173.0, 9217.0, 9174.0, 9230.0, 9148.0, 9162.0, 9140.0, 9129.0, 9143.0, 9153.0, 9161.0, 9133.0, 9171.0, 9209.0, 9171.0, 9168.0, 9153.0, 9169.0, 9146.0, 9168.0, 9182.0, 9155.0, 9188.0, 9161.0, 9170.0, 9202.0, 9150.0, 9180.0, 9115.0, 9161.0, 9128.0, 9147.0, 9173.0, 9169.0, 9173.0, 9214.0, 9169.0, 9162.0, 9151.0, 9162.0, 9146.0, 9168.0, 9194.0, 9174.0, 9168.0, 9151.0, 9167.0, 9154.0, 9187.0, 9186.0, 9177.0, 9170.0, 9176.0, 9195.0, 9165.0, 9179.0, 9248.0, 9179.0, 9175.0, 9173.0, 9189.0, 9168.0, 9179.0, 9232.0, 9175.0, 9201.0, 9137.0, 9167.0, 9161.0, 9170.0, 9172.0, 9148.0, 9165.0, 9158.0, 9136.0, 9159.0, 9148.0, 9174.0, 9150.0, 9167.0, 9148.0, 9157.0, 9169.0, 9170.0, 9197.0, 9158.0, 9180.0, 9174.0, 9176.0, 9190.0, 9180.0, 9198.0, 9252.0, 9212.0, 9189.0, 9155.0, 9174.0, 9149.0, 9158.0, 9224.0, 9232.0, 9287.0, 9288.0, 9275.0, 9229.0, 9190.0, 9166.0, 9134.0, 9161.0, 9175.0, 9198.0, 9207.0, 9219.0, 9208.0, 9217.0, 9215.0, 9229.0, 9194.0, 9207.0, 9202.0, 9199.0, 9294.0, 9270.0, 9270.0, 9246.0, 9182.0, 9188.0, 9161.0, 9205.0, 9171.0, 9203.0, 9128.0, 9169.0, 9133.0, 9187.0, 9213.0, 9185.0, 9204.0, 9165.0, 9159.0, 9128.0, 9168.0, 9195.0, 9168.0, 9254.0, 9204.0, 9201.0, 9129.0, 9144.0, 9108.0, 9140.0, 9171.0, 9147.0, 9218.0, 9159.0, 9238.0, 9192.0, 9228.0, 9153.0, 9182.0, 9273.0, 9144.0, 9166.0, 9216.0, 9146.0, 9140.0, 9108.0, 9157.0, 9152.0, 9150.0, 9194.0, 9134.0, 9146.0, 9120.0, 9141.0, 9123.0, 9113.0, 9165.0, 9170.0, 9147.0, 9215.0, 9143.0, 9127.0, 9125.0, 9123.0, 9091.0, 9127.0, 9198.0, 9172.0, 9182.0, 9106.0, 9125.0, 9090.0, 9123.0, 9125.0, 9127.0, 9167.0, 9124.0, 9141.0, 9117.0, 9121.0, 9121.0, 9125.0, 9153.0, 9110.0, 9139.0, 9107.0, 9143.0, 9136.0, 9161.0, 9183.0, 9152.0, 9166.0, 9153.0, 9152.0, 9146.0, 9153.0, 9146.0, 9175.0, 9219.0, 9159.0, 9230.0, 9155.0, 9169.0, 9131.0, 9150.0, 9141.0, 9133.0, 9169.0, 9156.0, 9154.0, 9227.0, 9157.0, 9165.0, 9155.0, 9165.0, 9135.0, 9170.0, 9165.0, 9170.0, 9240.0, 9159.0, 9184.0, 9137.0, 9171.0, 9199.0, 9170.0, 9269.0, 9246.0, 9261.0, 9167.0, 9187.0, 9179.0, 9169.0, 9181.0, 9155.0, 9175.0, 9213.0, 9176.0, 9236.0, 9164.0, 9177.0, 9181.0, 9155.0, 9164.0, 9133.0, 9170.0, 9190.0, 9187.0, 9195.0, 9155.0, 9173.0, 9155.0, 9176.0, 9193.0, 9142.0, 9220.0, 9131.0, 9142.0, 9109.0, 9147.0, 9142.0, 9157.0, 9166.0, 9169.0, 9192.0, 9181.0, 9213.0, 9250.0, 9175.0, 9195.0, 9170.0, 9258.0, 9209.0, 9238.0, 9154.0, 9167.0, 9154.0, 9173.0, 9256.0, 9192.0, 9221.0, 9145.0, 9171.0, 9219.0, 9158.0, 9258.0, 9190.0, 9238.0, 9186.0, 9161.0, 9212.0, 9144.0, 9182.0, 9133.0, 9132.0, 9157.0, 9155.0, 9253.0, 9151.0, 9241.0, 9168.0, 9150.0, 9110.0, 9143.0, 9164.0, 9174.0, 9190.0, 9126.0, 9170.0, 9197.0, 9143.0, 9136.0, 9137.0, 9121.0, 9122.0, 9125.0, 9118.0, 9154.0, 9204.0, 9145.0, 9179.0, 9126.0, 9141.0, 9126.0, 9153.0, 9157.0, 9171.0, 9214.0, 9170.0, 9285.0, 9251.0, 9245.0, 9226.0, 9136.0, 9165.0, 9115.0, 9136.0, 9125.0, 9133.0, 9172.0, 9165.0, 9175.0, 9171.0, 9141.0, 9201.0, 9177.0, 9170.0, 9219.0, 9190.0, 9202.0, 9127.0, 9170.0, 9177.0, 9125.0, 9179.0, 9109.0, 9194.0, 9210.0, 9194.0, 9234.0, 9193.0, 9208.0, 9133.0, 9122.0, 9189.0, 9118.0, 9105.0, 9089.0, 9120.0, 9115.0, 9100.0, 9118.0, 9093.0, 9110.0, 9096.0, 9080.0, 9097.0, 9066.0, 9116.0, 9133.0, 9127.0, 9100.0, 9113.0, 9126.0, 9105.0, 9127.0, 9109.0, 9126.0, 9108.0, 9143.0, 9127.0, 9129.0, 9149.0, 9119.0, 9166.0, 9205.0, 9172.0, 9155.0, 9152.0, 9148.0, 9178.0, 9250.0, 9213.0, 9209.0, 9184.0, 9213.0, 9177.0, 9136.0, 9186.0, 9182.0, 9189.0, 9172.0, 9194.0, 9228.0, 9202.0, 9298.0, 9268.0, 9234.0, 9261.0, 9165.0, 9204.0, 9124.0, 9139.0, 9149.0, 9139.0, 9122.0, 9149.0, 9167.0, 9118.0, 9145.0, 9127.0, 9143.0, 9126.0, 9132.0, 9143.0, 9116.0, 9148.0, 9130.0, 9168.0, 9154.0, 9200.0, 9172.0, 9136.0, 9171.0, 9205.0, 9166.0, 9172.0, 9151.0, 9146.0, 9139.0, 9172.0, 9147.0, 9175.0, 9191.0, 9177.0, 9161.0, 9184.0, 9198.0, 9206.0, 9182.0, 9143.0, 9179.0, 9181.0, 9181.0, 9163.0, 9184.0, 9177.0, 9215.0, 9240.0, 9200.0, 9227.0, 9265.0, 9179.0, 9263.0, 9176.0, 9203.0, 9157.0, 9176.0, 9202.0, 9194.0, 9264.0, 9198.0, 9307.0, 9210.0, 9231.0, 9182.0, 9202.0, 9263.0, 9194.0, 9288.0, 9209.0, 9219.0, 9184.0, 9167.0, 9203.0, 9155.0, 9224.0, 9211.0, 9131.0, 9165.0, 9127.0, 9123.0, 9110.0, 9129.0, 9155.0, 9132.0, 9175.0, 9137.0, 9146.0, 9143.0, 9176.0, 9211.0, 9176.0, 9199.0, 9177.0, 9174.0, 9142.0, 9158.0, 9138.0, 9179.0, 9225.0, 9160.0, 9235.0, 9159.0, 9159.0, 9134.0, 9161.0, 9187.0, 9159.0, 9226.0, 9158.0, 9188.0, 9142.0, 9174.0, 9138.0, 9177.0, 9221.0, 9160.0, 9240.0, 9152.0, 9168.0, 9147.0, 9148.0, 9185.0, 9133.0, 9243.0, 9187.0, 9202.0, 9184.0, 9130.0, 9152.0, 9126.0, 9140.0, 9128.0, 9137.0, 9116.0, 9145.0, 9186.0, 9133.0, 9143.0, 9132.0, 9177.0, 9137.0, 9154.0, 9140.0, 9174.0, 9141.0, 9186.0, 9228.0, 9188.0, 9201.0, 9162.0, 9217.0, 9155.0, 9182.0, 9232.0, 9257.0, 9291.0, 9285.0, 9202.0, 9219.0, 9203.0, 9164.0, 9152.0, 9165.0, 9175.0, 9159.0, 9195.0, 9187.0, 9248.0, 9284.0, 9228.0, 9257.0, 9180.0, 9242.0, 9231.0, 9235.0, 9245.0, 9209.0, 9204.0, 9143.0, 9167.0, 9119.0, 9159.0, 9194.0, 9124.0, 9127.0, 9123.0, 9105.0, 9092.0, 9137.0, 9106.0, 9148.0, 9116.0, 9149.0, 9191.0, 9148.0, 9174.0, 9130.0, 9145.0, 9126.0, 9145.0, 9117.0, 9149.0, 9187.0, 9131.0, 9127.0, 9130.0, 9146.0, 9105.0, 9148.0, 9150.0, 9132.0, 9172.0, 9117.0, 9129.0, 9115.0, 9142.0, 9112.0, 9143.0, 9113.0, 9133.0, 9150.0, 9149.0, 9150.0, 9133.0, 9153.0, 9131.0, 9151.0, 9155.0, 9152.0, 9181.0, 9170.0, 9178.0, 9162.0, 9177.0, 9160.0, 9194.0, 9169.0, 9204.0, 9244.0, 9182.0, 9176.0, 9169.0, 9193.0, 9163.0, 9178.0, 9218.0, 9203.0, 9199.0, 9145.0, 9200.0, 9266.0, 9219.0, 9256.0, 9155.0, 9152.0, 9151.0, 9176.0, 9173.0, 9203.0, 9242.0, 9186.0, 9194.0, 9206.0, 9198.0, 9177.0, 9200.0, 9200.0, 9230.0, 9177.0, 9179.0, 9239.0, 9216.0, 9287.0, 9209.0, 9250.0, 9178.0, 9175.0, 9154.0, 9170.0, 9169.0, 9191.0, 9283.0, 9213.0, 9257.0, 9166.0, 9164.0, 9139.0, 9145.0, 9169.0, 9143.0, 9259.0, 9162.0, 9257.0, 9220.0, 9209.0, 9221.0, 9162.0, 9232.0, 9144.0, 9219.0, 9138.0, 9143.0, 9229.0, 9142.0, 9125.0, 9104.0, 9122.0, 9100.0, 9145.0, 9119.0, 9119.0, 9119.0, 9102.0, 9143.0, 9128.0, 9146.0, 9162.0, 9172.0, 9123.0, 9123.0, 9145.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.0010388018433179723</td></tr>
<tr><td colspan=3>aqi</td><td>0.023656851382488474</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.02398238582468</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2082786812802766</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9942150309573234</td></tr>
<tr><td colspan=3>efc</td><td>0.4721</td></tr>
<tr><td colspan=3>fber</td><td>5977.3164</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11965063300750901</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>94</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.829493087557603</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4276741443310086</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3212745810201376</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.690155299498063</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2715925524748246</td></tr>
<tr><td colspan=3>gcor</td><td>0.0148458</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01222953014075756</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027109351009130478</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.71820292715925</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>28.9672</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.7928</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.3638</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302122.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>832.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>353.1353</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9629</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>597.9875</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3314.9486</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3484.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74422.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1078.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4464.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>937.0055</td></tr>
<tr><td colspan=3>tsnr</td><td>35.21907591656782</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>