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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0109/ses-01/func/sub-0109_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>85e00e5c2ebce6cdaa52a8d92dc8fc84</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:40:59.137500</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.998135, -0.0542214, -0.0280411, 0.0551054, 0.997975, 0.0317771]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0944895</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>24</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7785, -7257, 341, -85, -2, -23, 87]</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.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.594</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c77401da-d7b3-422f-b660-a1d345e5a334||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.6779236793518066, 0.14784380793571472, -0.07090552151203156, 109.75798034667969], [0.14547204971313477, 2.6774933338165283, 0.08981021493673325, -115.38445281982422], [-0.07523220032453537, -0.08525560051202774, 2.6975741386413574, -81.8042221069336], [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': ['214059.137500', '214059.597500', '214100.057500', '214100.517500', '214100.977500', '214101.437500', '214101.897500', '214102.357500', '214102.817500', '214103.277500', '214103.737500', '214104.197500', '214104.657500', '214105.117500', '214105.577500', '214106.037500', '214106.497500', '214106.957500', '214107.417500', '214107.877500', '214108.337500', '214108.797500', '214109.257500', '214109.717500', '214110.177500', '214110.637500', '214111.097500', '214111.557500', '214112.017500', '214112.477500', '214112.937500', '214113.397500', '214113.857500', '214114.317500', '214114.777500', '214115.237500', '214115.697500', '214116.157500', '214116.617500', '214117.077500', '214117.537500', '214117.997500', '214118.457500', '214118.917500', '214119.377500', '214119.837500', '214120.297500', '214120.757500', '214121.217500', '214121.677500', '214122.137500', '214122.597500', '214123.057500', '214123.517500', '214123.977500', '214124.437500', '214124.897500', '214125.357500', '214125.817500', '214126.277500', '214126.737500', '214127.197500', '214127.657500', '214128.117500', '214128.577500', '214129.037500', '214129.497500', '214129.957500', '214130.417500', '214130.877500', '214131.337500', '214131.797500', '214132.257500', '214132.717500', '214133.177500', '214133.637500', '214134.097500', '214134.557500', '214135.017500', '214135.477500', '214135.937500', '214136.397500', '214136.857500', '214137.317500', '214137.777500', '214138.237500', '214138.697500', '214139.157500', '214139.617500', '214140.077500', '214140.537500', '214140.997500', '214141.457500', '214141.917500', '214142.377500', '214142.837500', '214143.297500', '214143.757500', '214144.217500', '214144.677500', '214145.137500', '214145.597500', '214146.057500', '214146.517500', '214146.977500', '214147.437500', '214147.897500', '214148.357500', '214148.817500', '214149.277500', '214149.737500', '214150.197500', '214150.657500', '214151.117500', '214151.577500', '214152.037500', '214152.497500', '214152.957500', '214153.417500', '214153.877500', '214154.337500', '214154.797500', '214155.257500', '214155.717500', '214156.177500', '214156.637500', '214157.097500', '214157.557500', '214158.017500', '214158.477500', '214158.937500', '214159.397500', '214159.857500', '214200.317500', '214200.777500', '214201.237500', '214201.697500', '214202.157500', '214202.617500', '214203.077500', '214203.537500', '214203.997500', '214204.457500', '214204.917500', '214205.377500', '214205.837500', '214206.297500', '214206.757500', '214207.217500', '214207.677500', '214208.137500', '214208.597500', '214209.057500', '214209.517500', '214209.977500', '214210.437500', '214210.897500', '214211.357500', '214211.817500', '214212.277500', '214212.737500', '214213.197500', '214213.657500', '214214.117500', '214214.577500', '214215.037500', '214215.497500', '214215.957500', '214216.417500', '214216.877500', '214217.337500', '214217.797500', '214218.257500', '214218.717500', '214219.177500', '214219.637500', '214220.097500', '214220.557500', '214221.017500', '214221.477500', '214221.937500', '214222.397500', '214222.857500', '214223.317500', '214223.777500', '214224.237500', '214224.697500', '214225.157500', '214225.617500', '214226.077500', '214226.537500', '214226.997500', '214227.457500', '214227.917500', '214228.377500', '214228.837500', '214229.297500', '214229.757500', '214230.217500', '214230.677500', '214231.137500', '214231.597500', '214232.057500', '214232.517500', '214232.977500', '214233.437500', '214233.897500', '214234.357500', '214234.817500', '214235.277500', '214235.737500', '214236.197500', '214236.657500', '214237.117500', '214237.577500', '214238.037500', '214238.497500', '214238.957500', '214239.417500', '214239.877500', '214240.337500', '214240.797500', '214241.257500', '214241.717500', '214242.177500', '214242.637500', '214243.097500', '214243.557500', '214244.017500', '214244.477500', '214244.937500', '214245.397500', '214245.857500', '214246.317500', '214246.777500', '214247.237500', '214247.697500', '214248.157500', '214248.617500', '214249.077500', '214249.537500', '214249.997500', '214250.457500', '214250.917500', '214251.377500', '214251.837500', '214252.297500', '214252.757500', '214253.217500', '214253.677500', '214254.137500', '214254.597500', '214255.057500', '214255.517500', '214255.977500', '214256.437500', '214256.897500', '214257.357500', '214257.817500', '214258.277500', '214258.737500', '214259.197500', '214259.657500', '214300.117500', '214300.577500', '214301.037500', '214301.497500', '214301.957500', '214302.417500', '214302.877500', '214303.337500', '214303.797500', '214304.257500', '214304.717500', '214305.177500', '214305.637500', '214306.097500', '214306.557500', '214307.017500', '214307.477500', '214307.937500', '214308.397500', '214308.857500', '214309.317500', '214309.777500', '214310.237500', '214310.697500', '214311.157500', '214311.617500', '214312.077500', '214312.537500', '214312.997500', '214313.457500', '214313.917500', '214314.377500', '214314.837500', '214315.297500', '214315.757500', '214316.217500', '214316.677500', '214317.137500', '214317.597500', '214318.057500', '214318.517500', '214318.977500', '214319.437500', '214319.897500', '214320.357500', '214320.817500', '214321.277500', '214321.737500', '214322.197500', '214322.657500', '214323.117500', '214323.577500', '214324.037500', '214324.497500', '214324.957500', '214325.417500', '214325.877500', '214326.337500', '214326.797500', '214327.257500', '214327.717500', '214328.177500', '214328.637500', '214329.097500', '214329.557500', '214330.017500', '214330.477500', '214330.937500', '214331.397500', '214331.857500', '214332.317500', '214332.777500', '214333.237500', '214333.697500', '214334.157500', '214334.617500', '214335.077500', '214335.537500', '214335.997500', '214336.457500', '214336.917500', '214337.377500', '214337.837500', '214338.297500', '214338.757500', '214339.217500', '214339.677500', '214340.137500', '214340.597500', '214341.057500', '214341.517500', '214341.977500', '214342.437500', '214342.897500', '214343.357500', '214343.817500', '214344.277500', '214344.737500', '214345.197500', '214345.657500', '214346.117500', '214346.577500', '214347.037500', '214347.497500', '214347.957500', '214348.417500', '214348.877500', '214349.337500', '214349.797500', '214350.257500', '214350.717500', '214351.177500', '214351.637500', '214352.097500', '214352.557500', '214353.017500', '214353.477500', '214353.937500', '214354.397500', '214354.857500', '214355.317500', '214355.777500', '214356.237500', '214356.697500', '214357.157500', '214357.617500', '214358.077500', '214358.537500', '214358.997500', '214359.457500', '214359.917500', '214400.377500', '214400.837500', '214401.297500', '214401.757500', '214402.217500', '214402.677500', '214403.137500', '214403.597500', '214404.057500', '214404.517500', '214404.977500', '214405.437500', '214405.897500', '214406.357500', '214406.817500', '214407.277500', '214407.737500', '214408.197500', '214408.657500', '214409.117500', '214409.577500', '214410.037500', '214410.497500', '214410.957500', '214411.417500', '214411.877500', '214412.337500', '214412.797500', '214413.257500', '214413.717500', '214414.177500', '214414.637500', '214415.097500', '214415.557500', '214416.017500', '214416.477500', '214416.937500', '214417.397500', '214417.857500', '214418.317500', '214418.777500', '214419.237500', '214419.697500', '214420.157500', '214420.617500', '214421.077500', '214421.537500', '214421.997500', '214422.457500', '214422.917500', '214423.377500', '214423.837500', '214424.297500', '214424.757500', '214425.217500', '214425.677500', '214426.137500', '214426.597500', '214427.057500', '214427.517500', '214427.977500', '214428.437500', '214428.897500', '214429.357500', '214429.817500', '214430.277500', '214430.737500', '214431.197500', '214431.657500', '214432.117500', '214432.577500', '214433.037500', '214433.497500', '214433.957500', '214434.417500', '214434.877500', '214435.337500', '214435.797500', '214436.257500', '214436.717500', '214437.177500', '214437.637500', '214438.097500', '214438.557500', '214439.017500', '214439.477500', '214439.937500', '214440.397500', '214440.857500', '214441.317500', '214441.777500', '214442.237500', '214442.697500', '214443.157500', '214443.617500', '214444.077500', '214444.537500', '214444.997500', '214445.457500', '214445.917500', '214446.377500', '214446.837500', '214447.297500', '214447.757500', '214448.217500', '214448.677500', '214449.137500', '214449.597500', '214450.057500', '214450.517500', '214450.977500', '214451.437500', '214451.897500', '214452.357500', '214452.817500', '214453.277500', '214453.737500', '214454.197500', '214454.657500', '214455.117500', '214455.577500', '214456.037500', '214456.497500', '214456.957500', '214457.417500', '214457.877500', '214458.337500', '214458.797500', '214459.257500', '214459.717500', '214500.177500', '214500.637500', '214501.097500', '214501.557500', '214502.017500', '214502.477500', '214502.937500', '214503.397500', '214503.857500', '214504.317500', '214504.777500', '214505.237500', '214505.697500', '214506.157500', '214506.617500', '214507.077500', '214507.537500', '214507.997500', '214508.457500', '214508.917500', '214509.377500', '214509.837500', '214510.297500', '214510.757500', '214511.217500', '214511.677500', '214512.137500', '214512.597500', '214513.057500', '214513.517500', '214513.977500', '214514.437500', '214514.897500', '214515.357500', '214515.817500', '214516.277500', '214516.737500', '214517.197500', '214517.657500', '214518.117500', '214518.577500', '214519.037500', '214519.497500', '214519.957500', '214520.417500', '214520.877500', '214521.337500', '214521.797500', '214522.257500', '214522.717500', '214523.177500', '214523.637500', '214524.097500', '214524.557500', '214525.017500', '214525.477500', '214525.937500', '214526.397500', '214526.857500', '214527.317500', '214527.777500', '214528.237500', '214528.697500', '214529.157500', '214529.617500', '214530.077500', '214530.537500', '214530.997500', '214531.457500', '214531.917500', '214532.377500', '214532.837500', '214533.297500', '214533.757500', '214534.217500', '214534.677500', '214535.137500', '214535.597500', '214536.057500', '214536.517500', '214536.977500', '214537.437500', '214537.897500', '214538.357500', '214538.817500', '214539.277500', '214539.737500', '214540.197500', '214540.657500', '214541.117500', '214541.577500', '214542.037500', '214542.497500', '214542.957500', '214543.417500', '214543.877500', '214544.337500', '214544.797500', '214545.257500', '214545.717500', '214546.177500', '214546.637500', '214547.097500', '214547.557500', '214548.017500', '214548.477500', '214548.937500', '214549.397500', '214549.857500', '214550.317500', '214550.777500', '214551.237500', '214551.697500', '214552.157500', '214552.617500', '214553.077500', '214553.537500', '214553.997500', '214554.457500', '214554.917500', '214555.377500', '214555.837500', '214556.297500', '214556.757500', '214557.217500', '214557.677500', '214558.137500', '214558.597500', '214559.057500', '214559.517500', '214559.977500', '214600.437500', '214600.897500', '214601.357500', '214601.817500', '214602.277500', '214602.737500', '214603.197500', '214603.657500', '214604.117500', '214604.577500', '214605.037500', '214605.497500', '214605.957500', '214606.417500', '214606.877500', '214607.337500', '214607.797500', '214608.257500', '214608.717500', '214609.177500', '214609.637500', '214610.097500', '214610.557500', '214611.017500', '214611.477500', '214611.937500', '214612.397500', '214612.857500', '214613.317500', '214613.777500', '214614.237500', '214614.697500', '214615.157500', '214615.617500', '214616.077500', '214616.537500', '214616.997500', '214617.457500', '214617.917500', '214618.377500', '214618.837500', '214619.297500', '214619.757500', '214620.217500', '214620.677500', '214621.137500', '214621.597500', '214622.057500', '214622.517500', '214622.977500', '214623.437500', '214623.897500', '214624.357500', '214624.817500', '214625.277500', '214625.737500', '214626.197500', '214626.657500', '214627.117500', '214627.577500', '214628.037500', '214628.497500', '214628.957500', '214629.417500', '214629.877500', '214630.337500', '214630.797500', '214631.257500', '214631.717500', '214632.177500', '214632.637500', '214633.097500', '214633.557500', '214634.017500', '214634.477500', '214634.937500', '214635.397500', '214635.857500', '214636.317500', '214636.777500', '214637.237500', '214637.697500', '214638.157500', '214638.617500', '214639.077500', '214639.537500', '214639.997500', '214640.457500', '214640.917500', '214641.377500', '214641.837500', '214642.297500', '214642.757500', '214643.217500', '214643.677500', '214644.137500', '214644.597500', '214645.057500', '214645.517500', '214645.977500', '214646.437500', '214646.897500', '214647.357500', '214647.817500', '214648.277500', '214648.737500', '214649.197500', '214649.657500', '214650.117500', '214650.577500', '214651.037500', '214651.497500', '214651.957500', '214652.417500', '214652.877500', '214653.337500', '214653.797500', '214654.257500', '214654.717500', '214655.177500', '214655.637500', '214656.097500', '214656.557500', '214657.017500', '214657.477500', '214657.937500', '214658.397500', '214658.857500', '214659.317500', '214659.777500', '214700.237500', '214700.697500', '214701.157500', '214701.617500', '214702.077500', '214702.537500', '214702.997500', '214703.457500', '214703.917500', '214704.377500', '214704.837500', '214705.297500', '214705.757500', '214706.217500', '214706.677500', '214707.137500', '214707.597500', '214708.057500', '214708.517500', '214708.977500', '214709.437500', '214709.897500', '214710.357500', '214710.817500', '214711.277500', '214711.737500', '214712.197500', '214712.657500', '214713.117500', '214713.577500', '214714.037500', '214714.497500', '214714.957500', '214715.417500', '214715.877500', '214716.337500', '214716.797500', '214717.257500', '214717.717500', '214718.177500', '214718.637500', '214719.097500', '214719.557500', '214720.017500', '214720.477500', '214720.937500', '214721.397500', '214721.857500', '214722.317500', '214722.777500', '214723.237500', '214723.697500', '214724.157500', '214724.617500', '214725.077500', '214725.537500', '214725.997500', '214726.457500', '214726.917500', '214727.377500', '214727.837500', '214728.297500', '214728.757500', '214729.217500', '214729.677500', '214730.137500', '214730.597500', '214731.057500', '214731.517500', '214731.977500', '214732.437500', '214732.897500', '214733.357500', '214733.817500', '214734.277500', '214734.737500', '214735.197500', '214735.657500', '214736.117500', '214736.577500', '214737.037500', '214737.497500', '214737.957500', '214738.417500', '214738.877500', '214739.337500', '214739.797500'], 'ContentTime': ['214113.912000', '214113.915000', '214113.917000', '214113.920000', '214113.922000', '214113.925000', '214113.928000', '214113.930000', '214113.933000', '214113.935000', '214113.938000', '214113.940000', '214113.943000', '214113.945000', '214113.948000', '214113.950000', '214113.953000', '214113.955000', '214113.958000', '214113.961000', '214113.963000', '214113.966000', '214113.969000', '214113.971000', '214113.974000', '214113.976000', '214113.979000', '214114.010000', '214114.012000', '214133.880000', '214133.889000', '214133.892000', '214133.894000', '214133.897000', '214133.899000', '214133.907000', '214133.910000', '214133.913000', '214133.915000', '214133.918000', '214133.920000', '214133.923000', '214133.925000', '214133.928000', '214133.931000', '214133.933000', '214133.936000', '214133.938000', '214133.941000', '214133.943000', '214133.946000', '214133.948000', '214133.951000', '214133.954000', '214133.956000', '214133.969000', '214133.972000', '214133.974000', '214133.977000', '214133.979000', '214133.982000', '214133.984000', '214133.987000', '214133.990000', '214133.992000', '214133.995000', '214133.997000', '214134.001000', '214134.003000', '214134.006000', '214134.009000', '214134.011000', '214153.880000', '214153.883000', '214153.886000', '214153.888000', '214153.891000', '214153.894000', '214153.896000', '214153.899000', '214153.902000', '214153.904000', '214153.907000', '214153.909000', '214153.912000', '214153.915000', '214153.917000', '214153.920000', '214153.922000', '214153.925000', '214153.927000', '214153.930000', '214153.933000', '214153.935000', '214153.938000', '214153.941000', '214153.943000', '214153.946000', '214153.948000', '214153.951000', '214153.954000', '214153.956000', '214153.959000', '214153.961000', '214153.964000', '214153.969000', '214153.971000', '214153.974000', '214153.976000', '214153.979000', '214153.981000', '214153.984000', '214153.987000', '214153.989000', '214153.992000', '214153.994000', '214213.880000', '214213.883000', '214213.886000', '214213.888000', '214213.891000', '214213.893000', '214213.896000', '214213.899000', '214213.901000', '214213.904000', '214213.906000', '214213.909000', '214213.911000', '214213.914000', '214213.917000', '214213.919000', '214213.922000', '214213.924000', '214213.927000', '214213.930000', '214213.932000', '214213.935000', '214213.937000', '214213.940000', '214213.942000', '214213.945000', '214213.948000', '214213.950000', '214213.953000', '214213.955000', '214213.958000', '214213.960000', '214213.963000', '214213.965000', '214213.968000', '214213.971000', '214213.973000', '214213.976000', '214213.978000', '214213.981000', '214213.984000', '214213.986000', '214213.989000', '214233.881000', '214233.883000', '214233.886000', '214233.889000', '214233.891000', '214233.894000', '214233.896000', '214233.899000', '214233.902000', '214233.904000', '214233.907000', '214233.909000', '214233.912000', '214233.915000', '214233.917000', '214233.920000', '214233.922000', '214233.925000', '214233.927000', '214233.930000', '214233.933000', '214233.935000', '214233.938000', '214233.941000', '214233.943000', '214233.946000', '214233.949000', '214233.951000', '214233.954000', '214233.956000', '214233.959000', '214233.961000', '214233.964000', '214233.967000', '214233.969000', '214233.972000', '214233.974000', '214233.977000', '214233.980000', '214233.982000', '214233.985000', '214233.987000', '214233.990000', '214233.993000', '214253.881000', '214253.883000', '214253.886000', '214253.889000', '214253.891000', '214253.894000', '214253.897000', '214253.899000', '214253.902000', '214253.904000', '214253.907000', '214253.910000', '214253.912000', '214253.915000', '214253.917000', '214253.920000', '214253.923000', '214253.925000', '214253.928000', '214253.930000', '214253.933000', '214253.936000', '214253.938000', '214253.941000', '214253.944000', '214253.946000', '214253.949000', '214253.951000', '214253.954000', '214253.957000', '214253.959000', '214253.962000', '214253.964000', '214253.967000', '214253.969000', '214253.972000', '214253.974000', '214253.977000', '214253.980000', '214253.982000', '214253.985000', '214253.987000', '214253.990000', '214313.881000', '214313.884000', '214313.887000', '214313.889000', '214313.892000', '214313.895000', '214313.897000', '214313.900000', '214313.902000', '214313.905000', '214313.908000', '214313.910000', '214313.913000', '214313.917000', '214313.919000', '214313.922000', '214313.925000', '214313.927000', '214313.930000', '214313.932000', '214313.935000', '214313.938000', '214313.950000', '214313.952000', '214313.955000', '214313.958000', '214313.960000', '214313.963000', '214313.965000', '214313.968000', '214313.971000', '214313.973000', '214313.976000', '214313.979000', '214313.981000', '214313.984000', '214313.986000', '214313.989000', '214313.992000', '214313.994000', '214313.997000', '214314.000000', '214314.003000', '214314.006000', '214333.881000', '214333.884000', '214333.887000', '214333.889000', '214333.892000', '214333.895000', '214333.897000', '214333.900000', '214333.903000', '214333.905000', '214333.908000', '214333.910000', '214333.913000', '214333.915000', '214333.918000', '214333.921000', '214333.923000', '214333.926000', '214333.928000', '214333.931000', '214333.934000', '214333.936000', '214333.939000', '214333.941000', '214333.944000', '214333.947000', '214333.949000', '214333.952000', '214333.954000', '214333.957000', '214333.959000', '214333.962000', '214333.965000', '214333.967000', '214333.970000', '214333.972000', '214333.975000', '214333.978000', '214333.980000', '214333.983000', '214333.985000', '214333.988000', '214333.990000', '214353.880000', '214353.883000', '214353.886000', '214353.889000', '214353.891000', '214353.894000', '214353.896000', '214353.899000', '214353.901000', '214353.904000', '214353.907000', '214353.909000', '214353.912000', '214353.914000', '214353.917000', '214353.920000', '214353.922000', '214353.925000', '214353.927000', '214353.930000', '214353.933000', '214353.935000', '214353.938000', '214353.940000', '214353.943000', '214353.946000', '214353.948000', '214353.951000', '214353.953000', '214353.956000', '214353.958000', '214353.961000', '214353.964000', '214353.966000', '214353.969000', '214353.971000', '214353.974000', '214353.977000', '214353.979000', '214353.982000', '214353.984000', '214353.987000', '214353.990000', '214413.880000', '214413.883000', '214413.886000', '214413.888000', '214413.891000', '214413.894000', '214413.896000', '214413.899000', '214413.902000', '214413.904000', '214413.907000', '214413.909000', '214413.912000', '214413.914000', '214413.917000', '214413.919000', '214413.922000', '214413.925000', '214413.927000', '214413.930000', '214413.932000', '214413.935000', '214413.938000', '214413.940000', '214413.943000', '214413.945000', '214413.948000', '214413.950000', '214413.953000', '214413.956000', '214413.958000', '214413.961000', '214413.963000', '214413.966000', '214413.969000', '214413.971000', '214413.974000', '214413.976000', '214413.979000', '214413.982000', '214413.984000', '214413.987000', '214413.989000', '214413.992000', '214433.880000', '214433.883000', '214433.886000', '214433.888000', '214433.891000', '214433.894000', '214433.896000', '214433.899000', '214433.902000', '214433.904000', '214433.907000', '214433.910000', '214433.913000', '214433.916000', '214433.919000', '214433.921000', '214433.924000', '214433.926000', '214433.929000', '214433.932000', '214433.934000', '214433.937000', '214433.940000', '214433.942000', '214433.945000', '214433.947000', '214433.950000', '214433.953000', '214433.957000', '214433.960000', '214433.962000', '214433.965000', '214433.968000', '214433.970000', '214433.973000', '214433.976000', '214433.978000', '214433.981000', '214433.984000', '214433.986000', '214433.989000', '214433.992000', '214434.002000', '214453.881000', '214453.883000', '214453.886000', '214453.889000', '214453.901000', '214453.903000', '214453.906000', '214453.909000', '214453.911000', '214453.914000', '214453.916000', '214453.919000', '214453.922000', '214453.924000', '214453.927000', '214453.930000', '214453.932000', '214453.935000', '214453.937000', '214453.940000', '214453.943000', '214453.945000', '214453.948000', '214453.950000', '214453.953000', '214453.955000', '214453.958000', '214453.960000', '214453.963000', '214453.966000', '214453.968000', '214453.971000', '214453.973000', '214453.976000', '214453.979000', '214453.981000', '214453.984000', '214453.986000', '214453.989000', '214453.992000', '214453.994000', '214453.997000', '214454.000000', '214454.003000', '214513.880000', '214513.883000', '214513.886000', '214513.889000', '214513.891000', '214513.894000', '214513.896000', '214513.899000', '214513.902000', '214513.904000', '214513.907000', '214513.909000', '214513.912000', '214513.915000', '214513.923000', '214513.925000', '214513.928000', '214513.931000', '214513.934000', '214513.936000', '214513.939000', '214513.942000', '214513.944000', '214513.947000', '214513.950000', '214513.952000', '214513.955000', '214513.957000', '214513.960000', '214513.963000', '214513.965000', '214513.968000', '214513.970000', '214513.973000', '214513.976000', '214513.978000', '214513.981000', '214513.984000', '214513.986000', '214513.989000', '214513.991000', '214513.994000', '214513.997000', '214533.881000', '214533.884000', '214533.887000', '214533.890000', '214533.892000', '214533.895000', '214533.897000', '214533.900000', '214533.903000', '214533.905000', '214533.908000', '214533.910000', '214533.913000', '214533.916000', '214533.918000', '214533.921000', '214533.923000', '214533.926000', '214533.929000', '214533.931000', '214533.934000', '214533.936000', '214533.939000', '214533.942000', '214533.944000', '214533.947000', '214533.949000', '214533.952000', '214533.955000', '214533.957000', '214533.960000', '214533.963000', '214533.965000', '214533.968000', '214533.970000', '214533.973000', '214533.976000', '214533.978000', '214533.981000', '214533.983000', '214533.986000', '214533.989000', '214533.991000', '214533.994000', '214553.881000', '214553.884000', '214553.887000', '214553.890000', '214553.892000', '214553.895000', '214553.898000', '214553.900000', '214553.903000', '214553.905000', '214553.908000', '214553.910000', '214553.913000', '214553.916000', '214553.918000', '214553.921000', '214553.924000', '214553.926000', '214553.929000', '214553.931000', '214553.934000', '214553.936000', '214553.939000', '214553.942000', '214553.944000', '214553.947000', '214553.949000', '214553.952000', '214553.955000', '214553.957000', '214553.960000', '214553.962000', '214553.965000', '214553.968000', '214553.970000', '214553.973000', '214553.976000', '214553.978000', '214553.981000', '214553.983000', '214553.986000', '214553.989000', '214553.991000', '214613.880000', '214613.883000', '214613.886000', '214613.888000', '214613.891000', '214613.894000', '214613.896000', '214613.899000', '214613.901000', '214613.904000', '214613.907000', '214613.909000', '214613.912000', '214613.915000', '214613.917000', '214613.920000', '214613.922000', '214613.925000', '214613.928000', '214613.930000', '214613.933000', '214613.935000', '214613.938000', '214613.941000', '214613.943000', '214613.946000', '214613.948000', '214613.951000', '214613.953000', '214613.968000', '214613.971000', '214613.973000', '214613.976000', '214613.979000', '214613.981000', '214613.984000', '214613.987000', '214613.989000', '214613.992000', '214613.994000', '214613.997000', '214614.000000', '214614.003000', '214614.006000', '214633.881000', '214633.883000', '214633.886000', '214633.889000', '214633.891000', '214633.894000', '214633.896000', '214633.899000', '214633.902000', '214633.904000', '214633.907000', '214633.909000', '214633.912000', '214633.915000', '214633.917000', '214633.920000', '214633.923000', '214633.925000', '214633.928000', '214633.930000', '214633.933000', '214633.936000', '214633.938000', '214633.941000', '214633.944000', '214633.946000', '214633.949000', '214633.951000', '214633.954000', '214633.957000', '214633.959000', '214633.962000', '214633.964000', '214633.967000', '214633.970000', '214633.972000', '214633.975000', '214633.977000', '214633.980000', '214633.983000', '214633.985000', '214633.988000', '214633.990000', '214653.881000', '214653.883000', '214653.886000', '214653.889000', '214653.891000', '214653.894000', '214653.896000', '214653.899000', '214653.902000', '214653.906000', '214653.908000', '214653.911000', '214653.914000', '214653.916000', '214653.919000', '214653.922000', '214653.924000', '214653.927000', '214653.929000', '214653.932000', '214653.935000', '214653.937000', '214653.940000', '214653.942000', '214653.945000', '214653.948000', '214653.950000', '214653.953000', '214653.956000', '214653.958000', '214653.961000', '214653.963000', '214653.966000', '214653.973000', '214653.976000', '214653.978000', '214653.981000', '214653.984000', '214653.986000', '214653.989000', '214653.991000', '214653.994000', '214653.997000', '214654.000000', '214713.881000', '214713.883000', '214713.886000', '214713.889000', '214713.891000', '214713.894000', '214713.896000', '214713.899000', '214713.902000', '214713.904000', '214713.907000', '214713.909000', '214713.912000', '214713.915000', '214713.917000', '214713.920000', '214713.922000', '214713.925000', '214713.927000', '214713.930000', '214713.933000', '214713.935000', '214713.938000', '214713.941000', '214713.943000', '214713.946000', '214713.948000', '214713.951000', '214713.954000', '214713.956000', '214713.959000', '214713.961000', '214713.964000', '214713.967000', '214713.969000', '214713.972000', '214713.974000', '214713.977000', '214713.980000', '214713.982000', '214713.985000', '214713.988000', '214713.990000', '214733.880000', '214733.883000', '214733.886000', '214733.888000', '214733.891000', '214733.894000', '214733.896000', '214733.899000', '214733.902000', '214733.904000', '214733.907000', '214733.909000', '214733.917000', '214733.920000', '214733.922000', '214733.925000', '214733.928000', '214733.930000', '214733.933000', '214733.936000', '214733.938000', '214733.941000', '214733.943000', '214733.946000', '214733.949000', '214733.951000', '214733.954000', '214733.957000', '214733.959000', '214733.962000', '214733.964000', '214733.967000', '214733.969000', '214733.972000', '214733.975000', '214733.977000', '214733.980000', '214733.982000', '214733.985000', '214733.988000', '214734.023000', '214734.025000', '214734.028000', '214734.031000', '214741.583000', '214741.586000', '214741.589000', '214741.591000', '214741.594000', '214741.597000', '214741.599000', '214741.602000', '214741.604000', '214741.607000', '214741.610000', '214741.612000', '214741.615000', '214741.618000', '214741.620000', '214741.623000', '214741.625000'], 'InstanceCreationTime': ['214113.912000', '214113.915000', '214113.917000', '214113.920000', '214113.922000', '214113.925000', '214113.928000', '214113.930000', '214113.933000', '214113.935000', '214113.938000', '214113.940000', '214113.943000', '214113.945000', '214113.948000', '214113.950000', '214113.953000', '214113.955000', '214113.958000', '214113.961000', '214113.963000', '214113.966000', '214113.969000', '214113.971000', '214113.974000', '214113.976000', '214113.979000', '214114.010000', '214114.012000', '214133.880000', '214133.889000', '214133.892000', '214133.894000', '214133.897000', '214133.899000', '214133.907000', '214133.910000', '214133.913000', '214133.915000', '214133.918000', '214133.920000', '214133.923000', '214133.925000', '214133.928000', '214133.931000', '214133.933000', '214133.936000', '214133.938000', '214133.941000', '214133.943000', '214133.946000', '214133.948000', '214133.951000', '214133.954000', '214133.956000', '214133.969000', '214133.972000', '214133.974000', '214133.977000', '214133.979000', '214133.982000', '214133.984000', '214133.987000', '214133.990000', '214133.992000', '214133.995000', '214133.997000', '214134.001000', '214134.003000', '214134.006000', '214134.009000', '214134.011000', '214153.880000', '214153.883000', '214153.886000', '214153.888000', '214153.891000', '214153.894000', '214153.896000', '214153.899000', '214153.902000', '214153.904000', '214153.907000', '214153.909000', '214153.912000', '214153.915000', '214153.917000', '214153.920000', '214153.922000', '214153.925000', '214153.927000', '214153.930000', '214153.933000', '214153.935000', '214153.938000', '214153.941000', '214153.943000', '214153.946000', '214153.948000', '214153.951000', '214153.954000', '214153.956000', '214153.959000', '214153.961000', '214153.964000', '214153.969000', '214153.971000', '214153.974000', '214153.976000', '214153.979000', '214153.981000', '214153.984000', '214153.987000', '214153.989000', '214153.992000', '214153.994000', '214213.880000', '214213.883000', '214213.886000', '214213.888000', '214213.891000', '214213.893000', '214213.896000', '214213.899000', '214213.901000', '214213.904000', '214213.906000', '214213.909000', '214213.911000', '214213.914000', '214213.917000', '214213.919000', '214213.922000', '214213.924000', '214213.927000', '214213.930000', '214213.932000', '214213.935000', '214213.937000', '214213.940000', '214213.942000', '214213.945000', '214213.948000', '214213.950000', '214213.953000', '214213.955000', '214213.958000', '214213.960000', '214213.963000', '214213.965000', '214213.968000', '214213.971000', '214213.973000', '214213.976000', '214213.978000', '214213.981000', '214213.984000', '214213.986000', '214213.989000', '214233.881000', '214233.883000', '214233.886000', '214233.889000', '214233.891000', '214233.894000', '214233.896000', '214233.899000', '214233.902000', '214233.904000', '214233.907000', '214233.909000', '214233.912000', '214233.915000', '214233.917000', '214233.920000', '214233.922000', '214233.925000', '214233.927000', '214233.930000', '214233.933000', '214233.935000', '214233.938000', '214233.941000', '214233.943000', '214233.946000', '214233.949000', '214233.951000', '214233.954000', '214233.956000', '214233.959000', '214233.961000', '214233.964000', '214233.967000', '214233.969000', '214233.972000', '214233.974000', '214233.977000', '214233.980000', '214233.982000', '214233.985000', '214233.987000', '214233.990000', '214233.993000', '214253.881000', '214253.883000', '214253.886000', '214253.889000', '214253.891000', '214253.894000', '214253.897000', '214253.899000', '214253.902000', '214253.904000', '214253.907000', '214253.910000', '214253.912000', '214253.915000', '214253.917000', '214253.920000', '214253.923000', '214253.925000', '214253.928000', '214253.930000', '214253.933000', '214253.936000', '214253.938000', '214253.941000', '214253.944000', '214253.946000', '214253.949000', '214253.951000', '214253.954000', '214253.957000', '214253.959000', '214253.962000', '214253.964000', '214253.967000', '214253.969000', '214253.972000', '214253.974000', '214253.977000', '214253.980000', '214253.982000', '214253.985000', '214253.987000', '214253.990000', '214313.881000', '214313.884000', '214313.887000', '214313.889000', '214313.892000', '214313.895000', '214313.897000', '214313.900000', '214313.902000', '214313.905000', '214313.908000', '214313.910000', '214313.913000', '214313.917000', '214313.919000', '214313.922000', '214313.925000', '214313.927000', '214313.930000', '214313.932000', '214313.935000', '214313.938000', '214313.950000', '214313.952000', '214313.955000', '214313.958000', '214313.960000', '214313.963000', '214313.965000', '214313.968000', '214313.971000', '214313.973000', '214313.976000', '214313.979000', '214313.981000', '214313.984000', '214313.986000', '214313.989000', '214313.992000', '214313.994000', '214313.997000', '214314.000000', '214314.003000', '214314.006000', '214333.881000', '214333.884000', '214333.887000', '214333.889000', '214333.892000', '214333.895000', '214333.897000', '214333.900000', '214333.903000', '214333.905000', '214333.908000', '214333.910000', '214333.913000', '214333.915000', '214333.918000', '214333.921000', '214333.923000', '214333.926000', '214333.928000', '214333.931000', '214333.934000', '214333.936000', '214333.939000', '214333.941000', '214333.944000', '214333.947000', '214333.949000', '214333.952000', '214333.954000', '214333.957000', '214333.959000', '214333.962000', '214333.965000', '214333.967000', '214333.970000', '214333.972000', '214333.975000', '214333.978000', '214333.980000', '214333.983000', '214333.985000', '214333.988000', '214333.990000', '214353.880000', '214353.883000', '214353.886000', '214353.889000', '214353.891000', '214353.894000', '214353.896000', '214353.899000', '214353.901000', '214353.904000', '214353.907000', '214353.909000', '214353.912000', '214353.914000', '214353.917000', '214353.920000', '214353.922000', '214353.925000', '214353.927000', '214353.930000', '214353.933000', '214353.935000', '214353.938000', '214353.940000', '214353.943000', '214353.946000', '214353.948000', '214353.951000', '214353.953000', '214353.956000', '214353.958000', '214353.961000', '214353.964000', '214353.966000', '214353.969000', '214353.971000', '214353.974000', '214353.977000', '214353.979000', '214353.982000', '214353.984000', '214353.987000', '214353.990000', '214413.880000', '214413.883000', '214413.886000', '214413.888000', '214413.891000', '214413.894000', '214413.896000', '214413.899000', '214413.902000', '214413.904000', '214413.907000', '214413.909000', '214413.912000', '214413.914000', '214413.917000', '214413.919000', '214413.922000', '214413.925000', '214413.927000', '214413.930000', '214413.932000', '214413.935000', '214413.938000', '214413.940000', '214413.943000', '214413.945000', '214413.948000', '214413.950000', '214413.953000', '214413.956000', '214413.958000', '214413.961000', '214413.963000', '214413.966000', '214413.969000', '214413.971000', '214413.974000', '214413.976000', '214413.979000', '214413.982000', '214413.984000', '214413.987000', '214413.989000', '214413.992000', '214433.880000', '214433.883000', '214433.886000', '214433.888000', '214433.891000', '214433.894000', '214433.896000', '214433.899000', '214433.902000', '214433.904000', '214433.907000', '214433.910000', '214433.913000', '214433.916000', '214433.919000', '214433.921000', '214433.924000', '214433.926000', '214433.929000', '214433.932000', '214433.934000', '214433.937000', '214433.940000', '214433.942000', '214433.945000', '214433.947000', '214433.950000', '214433.953000', '214433.957000', '214433.960000', '214433.962000', '214433.965000', '214433.968000', '214433.970000', '214433.973000', '214433.976000', '214433.978000', '214433.981000', '214433.984000', '214433.986000', '214433.989000', '214433.992000', '214434.002000', '214453.881000', '214453.883000', '214453.886000', '214453.889000', '214453.901000', '214453.903000', '214453.906000', '214453.909000', '214453.911000', '214453.914000', '214453.916000', '214453.919000', '214453.922000', '214453.924000', '214453.927000', '214453.930000', '214453.932000', '214453.935000', '214453.937000', '214453.940000', '214453.943000', '214453.945000', '214453.948000', '214453.950000', '214453.953000', '214453.955000', '214453.958000', '214453.960000', '214453.963000', '214453.966000', '214453.968000', '214453.971000', '214453.973000', '214453.976000', '214453.979000', '214453.981000', '214453.984000', '214453.986000', '214453.989000', '214453.992000', '214453.994000', '214453.997000', '214454.000000', '214454.003000', '214513.880000', '214513.883000', '214513.886000', '214513.889000', '214513.891000', '214513.894000', '214513.896000', '214513.899000', '214513.902000', '214513.904000', '214513.907000', '214513.909000', '214513.912000', '214513.915000', '214513.923000', '214513.925000', '214513.928000', '214513.931000', '214513.934000', '214513.936000', '214513.939000', '214513.942000', '214513.944000', '214513.947000', '214513.950000', '214513.952000', '214513.955000', '214513.957000', '214513.960000', '214513.963000', '214513.965000', '214513.968000', '214513.970000', '214513.973000', '214513.976000', '214513.978000', '214513.981000', '214513.984000', '214513.986000', '214513.989000', '214513.991000', '214513.994000', '214513.997000', '214533.881000', '214533.884000', '214533.887000', '214533.890000', '214533.892000', '214533.895000', '214533.897000', '214533.900000', '214533.903000', '214533.905000', '214533.908000', '214533.910000', '214533.913000', '214533.916000', '214533.918000', '214533.921000', '214533.923000', '214533.926000', '214533.929000', '214533.931000', '214533.934000', '214533.936000', '214533.939000', '214533.942000', '214533.944000', '214533.947000', '214533.949000', '214533.952000', '214533.955000', '214533.957000', '214533.960000', '214533.963000', '214533.965000', '214533.968000', '214533.970000', '214533.973000', '214533.976000', '214533.978000', '214533.981000', '214533.983000', '214533.986000', '214533.989000', '214533.991000', '214533.994000', '214553.881000', '214553.884000', '214553.887000', '214553.890000', '214553.892000', '214553.895000', '214553.898000', '214553.900000', '214553.903000', '214553.905000', '214553.908000', '214553.910000', '214553.913000', '214553.916000', '214553.918000', '214553.921000', '214553.924000', '214553.926000', '214553.929000', '214553.931000', '214553.934000', '214553.936000', '214553.939000', '214553.942000', '214553.944000', '214553.947000', '214553.949000', '214553.952000', '214553.955000', '214553.957000', '214553.960000', '214553.962000', '214553.965000', '214553.968000', '214553.970000', '214553.973000', '214553.976000', '214553.978000', '214553.981000', '214553.983000', '214553.986000', '214553.989000', '214553.991000', '214613.880000', '214613.883000', '214613.886000', '214613.888000', '214613.891000', '214613.894000', '214613.896000', '214613.899000', '214613.901000', '214613.904000', '214613.907000', '214613.909000', '214613.912000', '214613.915000', '214613.917000', '214613.920000', '214613.922000', '214613.925000', '214613.928000', '214613.930000', '214613.933000', '214613.935000', '214613.938000', '214613.941000', '214613.943000', '214613.946000', '214613.948000', '214613.951000', '214613.953000', '214613.968000', '214613.971000', '214613.973000', '214613.976000', '214613.979000', '214613.981000', '214613.984000', '214613.987000', '214613.989000', '214613.992000', '214613.994000', '214613.997000', '214614.000000', '214614.003000', '214614.006000', '214633.881000', '214633.883000', '214633.886000', '214633.889000', '214633.891000', '214633.894000', '214633.896000', '214633.899000', '214633.902000', '214633.904000', '214633.907000', '214633.909000', '214633.912000', '214633.915000', '214633.917000', '214633.920000', '214633.923000', '214633.925000', '214633.928000', '214633.930000', '214633.933000', '214633.936000', '214633.938000', '214633.941000', '214633.944000', '214633.946000', '214633.949000', '214633.951000', '214633.954000', '214633.957000', '214633.959000', '214633.962000', '214633.964000', '214633.967000', '214633.970000', '214633.972000', '214633.975000', '214633.977000', '214633.980000', '214633.983000', '214633.985000', '214633.988000', '214633.990000', '214653.881000', '214653.883000', '214653.886000', '214653.889000', '214653.891000', '214653.894000', '214653.896000', '214653.899000', '214653.902000', '214653.906000', '214653.908000', '214653.911000', '214653.914000', '214653.916000', '214653.919000', '214653.922000', '214653.924000', '214653.927000', '214653.929000', '214653.932000', '214653.935000', '214653.937000', '214653.940000', '214653.942000', '214653.945000', '214653.948000', '214653.950000', '214653.953000', '214653.956000', '214653.958000', '214653.961000', '214653.963000', '214653.966000', '214653.973000', '214653.976000', '214653.978000', '214653.981000', '214653.984000', '214653.986000', '214653.989000', '214653.991000', '214653.994000', '214653.997000', '214654.000000', '214713.881000', '214713.883000', '214713.886000', '214713.889000', '214713.891000', '214713.894000', '214713.896000', '214713.899000', '214713.902000', '214713.904000', '214713.907000', '214713.909000', '214713.912000', '214713.915000', '214713.917000', '214713.920000', '214713.922000', '214713.925000', '214713.927000', '214713.930000', '214713.933000', '214713.935000', '214713.938000', '214713.941000', '214713.943000', '214713.946000', '214713.948000', '214713.951000', '214713.954000', '214713.956000', '214713.959000', '214713.961000', '214713.964000', '214713.967000', '214713.969000', '214713.972000', '214713.974000', '214713.977000', '214713.980000', '214713.982000', '214713.985000', '214713.988000', '214713.990000', '214733.880000', '214733.883000', '214733.886000', '214733.888000', '214733.891000', '214733.894000', '214733.896000', '214733.899000', '214733.902000', '214733.904000', '214733.907000', '214733.909000', '214733.917000', '214733.920000', '214733.922000', '214733.925000', '214733.928000', '214733.930000', '214733.933000', '214733.936000', '214733.938000', '214733.941000', '214733.943000', '214733.946000', '214733.949000', '214733.951000', '214733.954000', '214733.957000', '214733.959000', '214733.962000', '214733.964000', '214733.967000', '214733.969000', '214733.972000', '214733.975000', '214733.977000', '214733.980000', '214733.982000', '214733.985000', '214733.988000', '214734.023000', '214734.025000', '214734.028000', '214734.031000', '214741.583000', '214741.586000', '214741.589000', '214741.591000', '214741.594000', '214741.597000', '214741.599000', '214741.602000', '214741.604000', '214741.607000', '214741.610000', '214741.612000', '214741.615000', '214741.618000', '214741.620000', '214741.623000', '214741.625000'], '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': [10029, 11897, 8907, 6822, 11420, 8225, 6990, 10644, 8609, 6881, 10261, 7486, 6997, 11808, 10109, 9206, 9972, 7608, 11675, 10017, 14275, 11957, 9334, 10817, 8764, 10134, 11311, 8942, 11089, 8431, 7183, 10478, 7940, 10862, 11219, 8063, 11515, 7887, 7196, 11476, 9044, 12081, 10342, 7948, 12073, 8528, 7060, 9623, 7563, 9820, 11328, 8339, 12404, 9419, 10299, 10779, 7684, 11270, 9202, 11516, 10603, 7741, 10716, 7621, 7117, 9400, 6527, 9878, 7622, 7366, 10686, 7235, 6909, 10459, 7713, 7699, 13667, 11465, 8620, 10166, 7649, 10720, 9219, 7663, 12528, 11010, 7229, 11993, 9043, 8230, 10316, 7726, 7078, 10310, 8442, 8356, 7664, 6879, 9680, 7973, 10148, 7611, 6647, 8960, 7617, 8977, 8978, 7431, 10890, 8538, 7077, 11116, 8457, 7208, 10042, 8334, 8696, 11021, 7904, 11282, 10003, 9137, 12468, 8830, 12839, 9516, 10718, 10055, 7713, 11049, 7392, 7281, 8679, 7171, 9083, 7776, 7180, 9579, 7237, 7477, 7390, 7528, 10638, 8083, 9332, 8414, 7869, 12295, 10007, 7507, 10564, 7641, 12129, 9861, 7013, 10248, 7868, 9491, 8673, 7408, 10518, 7927, 7078, 10077, 7308, 8384, 8033, 7937, 12637, 10984, 7307, 10576, 7737, 10734, 9720, 8078, 11566, 8461, 7199, 11163, 8126, 8659, 8279, 7171, 11969, 9720, 7107, 10171, 8713, 8849, 11591, 8466, 13303, 11466, 7443, 11548, 8402, 9075, 9964, 7038, 8745, 7871, 7852, 11558, 7470, 6710, 10460, 6803, 9432, 11037, 8769, 7710, 12085, 7470, 6897, 9096, 7673, 11934, 8816, 11477, 8286, 10575, 8880, 6801, 9735, 8026, 12017, 8447, 10400, 7704, 7319, 10749, 8092, 8208, 8278, 6912, 11372, 8959, 12440, 8014, 7622, 9287, 7013, 11662, 8632, 10930, 9441, 6935, 11400, 7444, 10219, 7571, 6967, 9535, 6781, 7989, 8063, 7049, 10441, 7189, 11214, 9446, 9451, 9078, 7351, 10702, 7953, 10920, 10244, 6989, 9580, 7205, 11450, 10315, 6884, 10086, 7544, 10639, 8985, 7064, 9756, 7362, 10793, 8943, 6963, 8814, 7261, 9114, 7982, 7396, 12001, 7382, 7717, 10722, 11560, 11750, 12821, 10858, 7900, 10970, 7226, 7248, 9954, 8612, 12792, 9659, 7625, 8386, 7744, 12209, 10473, 9333, 9883, 7525, 12355, 9591, 7883, 11339, 7340, 8259, 8507, 7476, 11958, 9593, 7467, 13248, 10539, 8427, 13960, 8062, 7115, 10016, 8043, 10198, 7936, 7500, 8744, 8843, 7351, 11128, 7278, 10176, 8188, 7321, 12798, 8388, 10169, 10804, 7965, 12666, 8512, 7195, 11363, 8570, 7054, 11462, 7111, 12028, 8580, 7897, 10856, 7367, 9960, 8083, 7167, 11264, 7900, 7185, 7913, 7375, 12327, 10429, 7822, 10862, 7268, 11411, 11704, 7580, 12338, 9939, 7602, 8174, 7530, 10620, 8750, 7886, 10186, 8025, 7222, 11130, 8014, 11920, 9355, 8659, 11707, 7878, 12393, 8109, 11638, 9916, 7482, 9596, 7219, 8818, 8987, 7215, 7049, 9124, 7471, 7650, 11698, 10695, 7749, 11727, 8418, 14155, 12417, 11039, 8800, 7630, 9619, 8010, 12700, 9948, 7488, 8574, 7686, 7071, 8243, 7524, 11875, 13406, 10597, 11623, 8791, 8887, 8121, 7875, 8111, 7729, 7728, 7572, 7929, 7500, 6968, 7791, 7894, 11660, 9882, 13349, 11437, 8287, 9919, 7786, 10930, 9599, 7238, 11156, 7611, 10452, 8957, 7690, 11804, 7953, 6890, 8916, 7116, 12401, 9769, 7584, 11237, 9779, 7416, 8927, 7634, 6893, 9398, 7951, 7339, 8057, 7093, 10688, 7603, 10254, 9619, 7517, 10518, 7700, 7253, 10077, 8551, 13786, 11679, 9500, 11514, 8254, 9168, 10216, 9265, 11140, 10774, 6940, 7286, 7380, 6651, 10976, 8810, 8223, 11265, 8808, 9113, 7628, 7683, 11457, 9915, 7104, 10050, 6953, 11922, 9926, 11022, 10018, 7672, 11275, 7657, 8700, 10351, 8746, 11432, 7890, 7048, 11070, 8078, 7916, 10126, 9394, 7750, 12719, 8669, 10037, 9674, 6970, 10418, 7398, 11794, 7626, 6968, 7405, 7891, 9719, 7986, 6967, 8122, 7661, 7879, 10137, 7649, 12623, 8925, 11505, 10254, 9538, 13435, 8101, 12511, 8530, 8705, 10500, 7043, 10088, 7718, 7878, 12125, 9690, 8135, 11591, 11770, 7201, 10237, 11062, 7726, 11905, 9641, 10467, 7576, 7259, 10026, 7686, 7044, 8792, 6609, 7575, 11117, 8270, 7899, 13177, 12144, 9032, 13199, 8971, 13799, 11746, 13804, 8742, 7871, 10426, 8020, 9927, 7803, 7040, 8509, 7566, 9448, 8480, 7138, 10117, 7629, 7026, 10003, 7767, 10904, 10785, 7738, 13084, 8188, 9892, 11709, 8342, 13760, 10684, 7355, 9526, 7789, 7061, 8030, 7004, 7049, 7576, 7516, 12193, 11207, 10375, 10793, 7880, 12848, 9369, 14046, 10393, 13245, 8049, 7709, 10606, 7764, 9666, 8453, 7218, 11789, 7275, 7119, 7832, 7072, 10968, 8627, 7970, 12342, 10104, 6877, 12521, 8205, 11046, 12787, 10288, 12731, 8128, 8020, 10203, 10210, 7540, 7305, 7804, 8265, 11758, 9274, 7120, 11347, 8137, 13482, 10193, 7356, 10646, 7887, 10560, 9062, 7184, 10563, 8132, 6988, 10297, 7902, 13036, 7895, 7286, 11632, 7668, 6881, 9691, 6869, 11241, 7556, 7225, 12437, 10336, 7367, 12576, 7415, 6984, 11481, 8905, 10966, 7975, 6907, 10214, 8173, 13343, 10186, 8240, 10426, 6727, 10112, 7074, 6852, 7698, 7720, 11057, 8518, 7643, 11805, 7554, 7411, 7844, 7509, 10668, 10428, 7891, 11079, 8004, 8561, 10690, 7255, 11288, 8929, 8858, 8305, 7008, 10392, 7292, 9798, 8512, 7215, 12140, 8033, 7240, 8283, 7726, 7087, 9835, 7280, 12123, 10343, 9072, 12931, 8348, 7441, 11400, 8265, 7042, 10273, 7342, 10618, 11099, 9066, 11060, 8310, 7860, 9576, 11778, 8502, 11106, 8666, 7832, 12832, 10705, 9119, 11969, 9606, 7231, 9158, 6695, 7023, 9108, 7322, 10299, 7303, 7053, 8974, 7677, 12211, 9872, 7190, 10752, 8546, 9982, 11031, 7641, 10030, 7772, 7528, 12148, 11167, 7711, 10826, 8061, 6848, 10745, 8803, 9483, 11152, 9075, 8784, 9476, 6504, 10960, 8772, 6981, 12110, 10614, 7231, 8623, 6756, 6947, 10193, 7706, 7111, 8790, 7793, 6996, 8364, 9001, 8039, 12037, 9359, 7954, 10815, 7919, 12451, 9383, 12589, 10218, 9793, 11439, 7576, 6965, 8555, 6864, 7611, 8143, 6736, 10138, 8525, 7489, 12787, 10604], 'WindowCenter': [4149.0, 4140.0, 4095.0, 4050.0, 4110.0, 4068.0, 4059.0, 4126.0, 4093.0, 4059.0, 4088.0, 4056.0, 4059.0, 4111.0, 4088.0, 4076.0, 4077.0, 4045.0, 4085.0, 4078.0, 4106.0, 4085.0, 4063.0, 4071.0, 4064.0, 4074.0, 4086.0, 4064.0, 4084.0, 4054.0, 4033.0, 4072.0, 4055.0, 4084.0, 4085.0, 4053.0, 4082.0, 4054.0, 4046.0, 4085.0, 4064.0, 4082.0, 4074.0, 4054.0, 4094.0, 4053.0, 4032.0, 4074.0, 4056.0, 4075.0, 4085.0, 4053.0, 4082.0, 4064.0, 4073.0, 4072.0, 4031.0, 4070.0, 4063.0, 4082.0, 4071.0, 4029.0, 4059.0, 4042.0, 4033.0, 4062.0, 4020.0, 4060.0, 4055.0, 4044.0, 4072.0, 4044.0, 4034.0, 4074.0, 4044.0, 4055.0, 4107.0, 4085.0, 4052.0, 4061.0, 4030.0, 4059.0, 4049.0, 4029.0, 4069.0, 4060.0, 4029.0, 4086.0, 4063.0, 4053.0, 4072.0, 4040.0, 4033.0, 4074.0, 4053.0, 4053.0, 4041.0, 4020.0, 4074.0, 4054.0, 4072.0, 4041.0, 4020.0, 4051.0, 4054.0, 4062.0, 4062.0, 4031.0, 4073.0, 4065.0, 4033.0, 4084.0, 4053.0, 4031.0, 4074.0, 4066.0, 4064.0, 4074.0, 4043.0, 4072.0, 4063.0, 4064.0, 4083.0, 4051.0, 4069.0, 4050.0, 4072.0, 4061.0, 4029.0, 4058.0, 4017.0, 4028.0, 4050.0, 4030.0, 4050.0, 4040.0, 4033.0, 4063.0, 4043.0, 4031.0, 4031.0, 4054.0, 4073.0, 4053.0, 4061.0, 4051.0, 4055.0, 4083.0, 4074.0, 4030.0, 4060.0, 4043.0, 4081.0, 4061.0, 4019.0, 4059.0, 4042.0, 4050.0, 4050.0, 4030.0, 4072.0, 4043.0, 4031.0, 4062.0, 4031.0, 4040.0, 4041.0, 4055.0, 4083.0, 4074.0, 4030.0, 4061.0, 4044.0, 4073.0, 4062.0, 4042.0, 4071.0, 4053.0, 4033.0, 4073.0, 4043.0, 4051.0, 4053.0, 4045.0, 4083.0, 4063.0, 4032.0, 4062.0, 4053.0, 4053.0, 4085.0, 4067.0, 4095.0, 4084.0, 4031.0, 4084.0, 4054.0, 4053.0, 4062.0, 4021.0, 4052.0, 4054.0, 4054.0, 4083.0, 4042.0, 4021.0, 4073.0, 4022.0, 4064.0, 4084.0, 4067.0, 4057.0, 4097.0, 4045.0, 4045.0, 4077.0, 4057.0, 4085.0, 4066.0, 4084.0, 4056.0, 4075.0, 4065.0, 4022.0, 4063.0, 4055.0, 4083.0, 4053.0, 4071.0, 4042.0, 4044.0, 4073.0, 4043.0, 4052.0, 4053.0, 4045.0, 4084.0, 4052.0, 4081.0, 4040.0, 4030.0, 4064.0, 4034.0, 4071.0, 4051.0, 4072.0, 4062.0, 4030.0, 4071.0, 4031.0, 4073.0, 4042.0, 4032.0, 4062.0, 4021.0, 4054.0, 4054.0, 4033.0, 4073.0, 4033.0, 4086.0, 4065.0, 4063.0, 4052.0, 4031.0, 4073.0, 4055.0, 4074.0, 4073.0, 4020.0, 4061.0, 4044.0, 4083.0, 4073.0, 4031.0, 4073.0, 4045.0, 4073.0, 4053.0, 4021.0, 4075.0, 4045.0, 4074.0, 4064.0, 4032.0, 4065.0, 4059.0, 4078.0, 4055.0, 4044.0, 4083.0, 4043.0, 4043.0, 4074.0, 4085.0, 4098.0, 4109.0, 4088.0, 4056.0, 4085.0, 4043.0, 4045.0, 4088.0, 4066.0, 4097.0, 4077.0, 4043.0, 4053.0, 4046.0, 4096.0, 4074.0, 4063.0, 4061.0, 4031.0, 4084.0, 4064.0, 4041.0, 4072.0, 4031.0, 4040.0, 4051.0, 4031.0, 4072.0, 4062.0, 4044.0, 4107.0, 4087.0, 4066.0, 4095.0, 4041.0, 4019.0, 4063.0, 4043.0, 4062.0, 4042.0, 4042.0, 4064.0, 4066.0, 4044.0, 4085.0, 4043.0, 4075.0, 4066.0, 4046.0, 4094.0, 4053.0, 4073.0, 4085.0, 4054.0, 4095.0, 4053.0, 4031.0, 4085.0, 4065.0, 4032.0, 4082.0, 4031.0, 4095.0, 4065.0, 4042.0, 4073.0, 4031.0, 4061.0, 4053.0, 4045.0, 4084.0, 4054.0, 4031.0, 4042.0, 4046.0, 4095.0, 4073.0, 4031.0, 4071.0, 4031.0, 4071.0, 4083.0, 4044.0, 4083.0, 4063.0, 4030.0, 4039.0, 4043.0, 4073.0, 4052.0, 4042.0, 4072.0, 4055.0, 4044.0, 4085.0, 4054.0, 4082.0, 4064.0, 4054.0, 4083.0, 4041.0, 4081.0, 4040.0, 4072.0, 4061.0, 4029.0, 4049.0, 4031.0, 4064.0, 4062.0, 4043.0, 4030.0, 4063.0, 4043.0, 4057.0, 4099.0, 4087.0, 4045.0, 4085.0, 4067.0, 4095.0, 4084.0, 4061.0, 4051.0, 4029.0, 4061.0, 4043.0, 4095.0, 4061.0, 4030.0, 4050.0, 4042.0, 4031.0, 4054.0, 4057.0, 4096.0, 4096.0, 4076.0, 4072.0, 4053.0, 4051.0, 4041.0, 4042.0, 4042.0, 4057.0, 4058.0, 4055.0, 4054.0, 4043.0, 4032.0, 4054.0, 4056.0, 4085.0, 4077.0, 4095.0, 4073.0, 4041.0, 4061.0, 4042.0, 4085.0, 4062.0, 4030.0, 4071.0, 4031.0, 4061.0, 4064.0, 4042.0, 4071.0, 4041.0, 4020.0, 4052.0, 4031.0, 4083.0, 4074.0, 4043.0, 4085.0, 4075.0, 4031.0, 4050.0, 4041.0, 4045.0, 4077.0, 4055.0, 4043.0, 4053.0, 4033.0, 4073.0, 4044.0, 4087.0, 4075.0, 4044.0, 4073.0, 4043.0, 4043.0, 4075.0, 4066.0, 4109.0, 4086.0, 4063.0, 4072.0, 4052.0, 4051.0, 4074.0, 4063.0, 4072.0, 4071.0, 4031.0, 4031.0, 4045.0, 4036.0, 4085.0, 4067.0, 4069.0, 4087.0, 4065.0, 4063.0, 4043.0, 4056.0, 4083.0, 4062.0, 4032.0, 4074.0, 4046.0, 4084.0, 4076.0, 4072.0, 4061.0, 4041.0, 4071.0, 4040.0, 4064.0, 4073.0, 4052.0, 4069.0, 4028.0, 4020.0, 4071.0, 4053.0, 4068.0, 4074.0, 4062.0, 4042.0, 4096.0, 4054.0, 4062.0, 4061.0, 4020.0, 4074.0, 4043.0, 4082.0, 4041.0, 4030.0, 4043.0, 4042.0, 4063.0, 4052.0, 4031.0, 4041.0, 4055.0, 4068.0, 4086.0, 4045.0, 4084.0, 4053.0, 4084.0, 4075.0, 4051.0, 4082.0, 4029.0, 4069.0, 4052.0, 4040.0, 4060.0, 4019.0, 4059.0, 4028.0, 4042.0, 4083.0, 4076.0, 4056.0, 4086.0, 4084.0, 4032.0, 4060.0, 4071.0, 4032.0, 4084.0, 4051.0, 4061.0, 4029.0, 4030.0, 4073.0, 4042.0, 4032.0, 4050.0, 4021.0, 4043.0, 4086.0, 4067.0, 4070.0, 4108.0, 4099.0, 4065.0, 4094.0, 4065.0, 4095.0, 4072.0, 4079.0, 4039.0, 4041.0, 4060.0, 4040.0, 4048.0, 4029.0, 4020.0, 4050.0, 4044.0, 4074.0, 4052.0, 4031.0, 4061.0, 4042.0, 4032.0, 4076.0, 4057.0, 4085.0, 4073.0, 4042.0, 4094.0, 4055.0, 4062.0, 4085.0, 4056.0, 4093.0, 4072.0, 4031.0, 4061.0, 4044.0, 4032.0, 4042.0, 4033.0, 4033.0, 4044.0, 4059.0, 4098.0, 4086.0, 4062.0, 4074.0, 4042.0, 4094.0, 4065.0, 4081.0, 4061.0, 4080.0, 4039.0, 4041.0, 4059.0, 4030.0, 4061.0, 4041.0, 4043.0, 4071.0, 4031.0, 4033.0, 4055.0, 4033.0, 4072.0, 4065.0, 4056.0, 4084.0, 4073.0, 4021.0, 4083.0, 4054.0, 4086.0, 4096.0, 4073.0, 4082.0, 4040.0, 4042.0, 4072.0, 4061.0, 4043.0, 4031.0, 4043.0, 4054.0, 4084.0, 4063.0, 4020.0, 4084.0, 4043.0, 4093.0, 4062.0, 4030.0, 4072.0, 4055.0, 4073.0, 4051.0, 4030.0, 4071.0, 4053.0, 4044.0, 4086.0, 4054.0, 4093.0, 4042.0, 4044.0, 4083.0, 4042.0, 4031.0, 4062.0, 4021.0, 4072.0, 4041.0, 4032.0, 4098.0, 4075.0, 4033.0, 4082.0, 4031.0, 4045.0, 4096.0, 4064.0, 4073.0, 4054.0, 4031.0, 4073.0, 4067.0, 4094.0, 4074.0, 4040.0, 4060.0, 4020.0, 4060.0, 4032.0, 4021.0, 4030.0, 4042.0, 4086.0, 4067.0, 4056.0, 4096.0, 4042.0, 4030.0, 4053.0, 4056.0, 4086.0, 4075.0, 4055.0, 4085.0, 4057.0, 4053.0, 4073.0, 4031.0, 4085.0, 4064.0, 4050.0, 4039.0, 4046.0, 4073.0, 4031.0, 4061.0, 4053.0, 4058.0, 4095.0, 4041.0, 4042.0, 4052.0, 4055.0, 4032.0, 4074.0, 4045.0, 4095.0, 4089.0, 4065.0, 4084.0, 4052.0, 4044.0, 4083.0, 4052.0, 4020.0, 4060.0, 4031.0, 4075.0, 4072.0, 4063.0, 4085.0, 4053.0, 4054.0, 4089.0, 4086.0, 4066.0, 4084.0, 4054.0, 4043.0, 4082.0, 4073.0, 4053.0, 4084.0, 4061.0, 4029.0, 4049.0, 4021.0, 4019.0, 4063.0, 4031.0, 4061.0, 4031.0, 4033.0, 4065.0, 4056.0, 4083.0, 4062.0, 4020.0, 4073.0, 4053.0, 4061.0, 4073.0, 4042.0, 4061.0, 4030.0, 4043.0, 4096.0, 4072.0, 4031.0, 4071.0, 4042.0, 4021.0, 4072.0, 4053.0, 4064.0, 4086.0, 4053.0, 4050.0, 4050.0, 4010.0, 4059.0, 4040.0, 4033.0, 4095.0, 4073.0, 4031.0, 4051.0, 4021.0, 4045.0, 4087.0, 4055.0, 4032.0, 4053.0, 4057.0, 4047.0, 4069.0, 4093.0, 4070.0, 4098.0, 4066.0, 4057.0, 4089.0, 4044.0, 4084.0, 4052.0, 4083.0, 4077.0, 4075.0, 4071.0, 4030.0, 4019.0, 4040.0, 4034.0, 4056.0, 4055.0, 4034.0, 4074.0, 4054.0, 4059.0, 4109.0, 4087.0], 'WindowWidth': [9232.0, 9197.0, 9126.0, 9058.0, 9136.0, 9077.0, 9068.0, 9169.0, 9119.0, 9066.0, 9100.0, 9056.0, 9065.0, 9136.0, 9099.0, 9081.0, 9081.0, 9036.0, 9090.0, 9086.0, 9120.0, 9089.0, 9054.0, 9065.0, 9061.0, 9073.0, 9093.0, 9062.0, 9088.0, 9046.0, 9019.0, 9067.0, 9051.0, 9088.0, 9089.0, 9044.0, 9081.0, 9047.0, 9041.0, 9091.0, 9059.0, 9080.0, 9074.0, 9049.0, 9101.0, 9043.0, 9015.0, 9074.0, 9055.0, 9079.0, 9091.0, 9043.0, 9079.0, 9061.0, 9070.0, 9068.0, 9010.0, 9060.0, 9056.0, 9081.0, 9064.0, 9005.0, 9043.0, 9029.0, 9020.0, 9053.0, 8997.0, 9047.0, 9052.0, 9036.0, 9068.0, 9033.0, 9020.0, 9073.0, 9035.0, 9051.0, 9123.0, 9089.0, 9039.0, 9049.0, 9006.0, 9043.0, 9029.0, 9002.0, 9058.0, 9045.0, 9006.0, 9093.0, 9058.0, 9045.0, 9066.0, 9021.0, 9018.0, 9075.0, 9046.0, 9044.0, 9025.0, 8996.0, 9072.0, 9047.0, 9067.0, 9025.0, 8995.0, 9038.0, 9049.0, 9055.0, 9054.0, 9011.0, 9069.0, 9065.0, 9019.0, 9087.0, 9043.0, 9012.0, 9076.0, 9068.0, 9060.0, 9072.0, 9031.0, 9065.0, 9057.0, 9060.0, 9083.0, 9037.0, 9058.0, 9032.0, 9068.0, 9050.0, 9004.0, 9041.0, 8984.0, 9003.0, 9034.0, 9010.0, 9034.0, 9022.0, 9019.0, 9056.0, 9031.0, 9011.0, 9012.0, 9049.0, 9070.0, 9044.0, 9051.0, 9038.0, 9049.0, 9083.0, 9071.0, 9007.0, 9047.0, 9029.0, 9077.0, 9049.0, 8989.0, 9044.0, 9027.0, 9034.0, 9034.0, 9006.0, 9066.0, 9031.0, 9011.0, 9053.0, 9009.0, 9020.0, 9025.0, 9049.0, 9084.0, 9072.0, 9008.0, 9048.0, 9033.0, 9070.0, 9053.0, 9025.0, 9063.0, 9043.0, 9019.0, 9069.0, 9030.0, 9038.0, 9044.0, 9039.0, 9083.0, 9057.0, 9013.0, 9052.0, 9044.0, 9042.0, 9090.0, 9069.0, 9102.0, 9086.0, 9011.0, 9086.0, 9047.0, 9042.0, 9054.0, 8997.0, 9041.0, 9046.0, 9045.0, 9084.0, 9029.0, 8997.0, 9067.0, 9003.0, 9059.0, 9087.0, 9071.0, 9056.0, 9109.0, 9039.0, 9039.0, 9086.0, 9057.0, 9090.0, 9066.0, 9086.0, 9052.0, 9074.0, 9063.0, 9002.0, 9056.0, 9050.0, 9083.0, 9043.0, 9062.0, 9026.0, 9035.0, 9070.0, 9031.0, 9038.0, 9042.0, 9038.0, 9086.0, 9041.0, 9076.0, 9021.0, 9008.0, 9059.0, 9020.0, 9064.0, 9035.0, 9065.0, 9054.0, 9009.0, 9063.0, 9012.0, 9071.0, 9028.0, 9016.0, 9052.0, 8998.0, 9047.0, 9048.0, 9018.0, 9070.0, 9017.0, 9094.0, 9063.0, 9055.0, 9039.0, 9009.0, 9069.0, 9050.0, 9072.0, 9070.0, 8994.0, 9051.0, 9034.0, 9082.0, 9070.0, 9009.0, 9070.0, 9037.0, 9070.0, 9042.0, 8997.0, 9075.0, 9036.0, 9071.0, 9058.0, 9014.0, 9065.0, 9063.0, 9085.0, 9051.0, 9032.0, 9082.0, 9031.0, 9028.0, 9070.0, 9089.0, 9111.0, 9129.0, 9098.0, 9053.0, 9088.0, 9031.0, 9037.0, 9099.0, 9067.0, 9109.0, 9083.0, 9031.0, 9043.0, 9038.0, 9106.0, 9074.0, 9055.0, 9050.0, 9009.0, 9085.0, 9060.0, 9025.0, 9067.0, 9011.0, 9022.0, 9035.0, 9010.0, 9065.0, 9054.0, 9032.0, 9124.0, 9097.0, 9066.0, 9103.0, 9025.0, 8991.0, 9057.0, 9031.0, 9053.0, 9028.0, 9029.0, 9060.0, 9068.0, 9036.0, 9089.0, 9032.0, 9078.0, 9065.0, 9039.0, 9100.0, 9045.0, 9071.0, 9092.0, 9049.0, 9101.0, 9044.0, 9011.0, 9089.0, 9064.0, 9015.0, 9080.0, 9011.0, 9102.0, 9065.0, 9029.0, 9069.0, 9013.0, 9049.0, 9044.0, 9037.0, 9086.0, 9047.0, 9013.0, 9029.0, 9041.0, 9104.0, 9069.0, 9010.0, 9062.0, 9012.0, 9063.0, 9083.0, 9035.0, 9084.0, 9058.0, 9008.0, 9019.0, 9032.0, 9071.0, 9042.0, 9027.0, 9067.0, 9050.0, 9036.0, 9089.0, 9047.0, 9080.0, 9060.0, 9046.0, 9082.0, 9025.0, 9074.0, 9022.0, 9068.0, 9050.0, 9005.0, 9030.0, 9010.0, 9060.0, 9054.0, 9031.0, 9009.0, 9056.0, 9033.0, 9059.0, 9118.0, 9095.0, 9035.0, 9089.0, 9071.0, 9103.0, 9084.0, 9047.0, 9036.0, 9005.0, 9048.0, 9031.0, 9104.0, 9051.0, 9006.0, 9033.0, 9027.0, 9010.0, 9047.0, 9057.0, 9107.0, 9106.0, 9079.0, 9066.0, 9040.0, 9037.0, 9024.0, 9026.0, 9027.0, 9059.0, 9060.0, 9052.0, 9046.0, 9032.0, 9015.0, 9048.0, 9053.0, 9089.0, 9082.0, 9103.0, 9068.0, 9023.0, 9050.0, 9026.0, 9091.0, 9052.0, 9007.0, 9061.0, 9009.0, 9049.0, 9059.0, 9026.0, 9062.0, 9023.0, 8995.0, 9040.0, 9012.0, 9084.0, 9074.0, 9029.0, 9091.0, 9075.0, 9010.0, 9034.0, 9024.0, 9037.0, 9085.0, 9051.0, 9031.0, 9044.0, 9017.0, 9069.0, 9035.0, 9097.0, 9075.0, 9033.0, 9069.0, 9031.0, 9031.0, 9074.0, 9067.0, 9131.0, 9093.0, 9055.0, 9065.0, 9040.0, 9037.0, 9072.0, 9058.0, 9065.0, 9061.0, 9011.0, 9011.0, 9039.0, 9028.0, 9090.0, 9069.0, 9077.0, 9096.0, 9064.0, 9055.0, 9032.0, 9055.0, 9085.0, 9055.0, 9014.0, 9074.0, 9042.0, 9086.0, 9080.0, 9067.0, 9049.0, 9026.0, 9064.0, 9022.0, 9060.0, 9068.0, 9041.0, 9056.0, 9000.0, 8993.0, 9064.0, 9045.0, 9074.0, 9073.0, 9055.0, 9028.0, 9106.0, 9048.0, 9053.0, 9050.0, 8994.0, 9073.0, 9033.0, 9078.0, 9022.0, 9008.0, 9030.0, 9027.0, 9058.0, 9042.0, 9012.0, 9026.0, 9052.0, 9074.0, 9094.0, 9038.0, 9085.0, 9042.0, 9084.0, 9074.0, 9037.0, 9077.0, 9002.0, 9056.0, 9039.0, 9020.0, 9047.0, 8990.0, 9042.0, 9001.0, 9026.0, 9083.0, 9082.0, 9054.0, 9092.0, 9086.0, 9013.0, 9047.0, 9063.0, 9013.0, 9084.0, 9036.0, 9047.0, 9005.0, 9006.0, 9071.0, 9029.0, 9013.0, 9035.0, 8999.0, 9030.0, 9092.0, 9070.0, 9079.0, 9128.0, 9114.0, 9061.0, 9098.0, 9063.0, 9102.0, 9064.0, 9069.0, 9015.0, 9025.0, 9046.0, 9018.0, 9027.0, 9005.0, 8994.0, 9033.0, 9035.0, 9073.0, 9038.0, 9011.0, 9049.0, 9027.0, 9014.0, 9081.0, 9058.0, 9088.0, 9069.0, 9028.0, 9100.0, 9050.0, 9054.0, 9090.0, 9054.0, 9096.0, 9066.0, 9012.0, 9048.0, 9033.0, 9015.0, 9027.0, 9017.0, 9018.0, 9036.0, 9063.0, 9112.0, 9091.0, 9054.0, 9072.0, 9026.0, 9098.0, 9062.0, 9076.0, 9048.0, 9073.0, 9017.0, 9023.0, 9044.0, 9006.0, 9048.0, 9025.0, 9030.0, 9063.0, 9011.0, 9017.0, 9051.0, 9016.0, 9066.0, 9064.0, 9055.0, 9086.0, 9067.0, 8997.0, 9081.0, 9049.0, 9095.0, 9105.0, 9068.0, 9077.0, 9019.0, 9027.0, 9067.0, 9050.0, 9030.0, 9012.0, 9032.0, 9048.0, 9085.0, 9058.0, 8996.0, 9085.0, 9030.0, 9095.0, 9052.0, 9007.0, 9068.0, 9052.0, 9069.0, 9038.0, 9009.0, 9063.0, 9045.0, 9036.0, 9092.0, 9046.0, 9095.0, 9027.0, 9036.0, 9084.0, 9027.0, 9012.0, 9053.0, 8999.0, 9065.0, 9025.0, 9015.0, 9112.0, 9075.0, 9017.0, 9081.0, 9012.0, 9038.0, 9107.0, 9060.0, 9070.0, 9046.0, 9013.0, 9069.0, 9071.0, 9099.0, 9072.0, 9018.0, 9044.0, 8994.0, 9046.0, 9013.0, 8996.0, 9008.0, 9027.0, 9093.0, 9071.0, 9056.0, 9106.0, 9027.0, 9008.0, 9045.0, 9056.0, 9093.0, 9076.0, 9049.0, 9089.0, 9058.0, 9043.0, 9068.0, 9009.0, 9091.0, 9059.0, 9034.0, 9018.0, 9041.0, 9072.0, 9011.0, 9048.0, 9044.0, 9061.0, 9102.0, 9025.0, 9028.0, 9042.0, 9050.0, 9017.0, 9073.0, 9037.0, 9102.0, 9103.0, 9063.0, 9086.0, 9042.0, 9034.0, 9085.0, 9042.0, 8995.0, 9047.0, 9009.0, 9075.0, 9063.0, 9057.0, 9091.0, 9043.0, 9046.0, 9103.0, 9092.0, 9066.0, 9086.0, 9046.0, 9029.0, 9080.0, 9070.0, 9044.0, 9087.0, 9051.0, 9006.0, 9031.0, 8997.0, 8992.0, 9056.0, 9011.0, 9049.0, 9012.0, 9017.0, 9063.0, 9054.0, 9084.0, 9053.0, 8994.0, 9069.0, 9045.0, 9049.0, 9068.0, 9026.0, 9049.0, 9008.0, 9030.0, 9106.0, 9065.0, 9011.0, 9061.0, 9028.0, 8998.0, 9065.0, 9042.0, 9061.0, 9092.0, 9042.0, 9033.0, 9031.0, 8982.0, 9044.0, 9018.0, 9016.0, 9105.0, 9069.0, 9011.0, 9036.0, 8999.0, 9037.0, 9095.0, 9050.0, 9014.0, 9042.0, 9058.0, 9045.0, 9077.0, 9119.0, 9079.0, 9112.0, 9067.0, 9057.0, 9100.0, 9032.0, 9085.0, 9038.0, 9080.0, 9083.0, 9074.0, 9063.0, 9006.0, 8991.0, 9020.0, 9021.0, 9054.0, 9050.0, 9020.0, 9072.0, 9047.0, 9063.0, 9131.0, 9094.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.000492439585730725</td></tr>
<tr><td colspan=3>aqi</td><td>0.020761736248561567</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.19335371435479</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.174253125069125</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0033330577995399</td></tr>
<tr><td colspan=3>efc</td><td>0.4745</td></tr>
<tr><td colspan=3>fber</td><td>4674.8716</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1189085509366785</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>91</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.47180667433832</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4778042903599595</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4966092132034707</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.568951847842324</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.367851810034084</td></tr>
<tr><td colspan=3>gcor</td><td>0.0106432</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017884237691760063</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02324065752327442</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.96131688434522</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>34.8899</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.9336</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>163.7008</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300339.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>720.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>312.5532</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8188</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>484.5771</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3283.0329</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3463.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76205.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1114.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4291.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>874.1985</td></tr>
<tr><td colspan=3>tsnr</td><td>42.534312383271754</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>