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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0036/ses-03/func/sub-0036_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>37e3fe65368332280dcc18def50169a8</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>09:29:53.615000</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_VE11C_LATEST_20160120</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.999003, 0.0308328, 0.0322912, -0.0266832, 0.992187, -0.12187]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.084214</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7697, -7335, 545, -16, -174, 34, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>265.751</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a9690c8d-8d83-4fb7-95f5-6a3016e19351||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6802515983581543, -0.07158919423818588, 0.09665048867464066, 112.81173706054688], [-0.08272223174571991, 2.661966323852539, -0.32639333605766296, -78.74846649169922], [0.08663485199213028, 0.32696717977523804, 2.6784560680389404, -111.80175018310547], [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': ['092953.615000', '092954.075000', '092954.535000', '092954.995000', '092955.455000', '092955.915000', '092956.375000', '092956.835000', '092957.295000', '092957.755000', '092958.215000', '092958.675000', '092959.135000', '092959.595000', '093000.055000', '093000.515000', '093000.975000', '093001.435000', '093001.895000', '093002.355000', '093002.815000', '093003.275000', '093003.735000', '093004.195000', '093004.655000', '093005.115000', '093005.575000', '093006.035000', '093006.495000', '093006.955000', '093007.415000', '093007.875000', '093008.335000', '093008.795000', '093009.255000', '093009.715000', '093010.175000', '093010.635000', '093011.095000', '093011.555000', '093012.015000', '093012.475000', '093012.935000', '093013.395000', '093013.855000', '093014.315000', '093014.775000', '093015.235000', '093015.695000', '093016.155000', '093016.615000', '093017.075000', '093017.535000', '093017.995000', '093018.455000', '093018.915000', '093019.375000', '093019.835000', '093020.295000', '093020.755000', '093021.215000', '093021.675000', '093022.135000', '093022.595000', '093023.055000', '093023.515000', '093023.975000', '093024.435000', '093024.895000', '093025.355000', '093025.815000', '093026.275000', '093026.735000', '093027.195000', '093027.655000', '093028.115000', '093028.575000', '093029.035000', '093029.495000', '093029.955000', '093030.415000', '093030.875000', '093031.335000', '093031.795000', '093032.255000', '093032.715000', '093033.175000', '093033.635000', '093034.095000', '093034.555000', '093035.015000', '093035.475000', '093035.935000', '093036.395000', '093036.855000', '093037.315000', '093037.775000', '093038.235000', '093038.695000', '093039.155000', '093039.615000', '093040.075000', '093040.535000', '093040.995000', '093041.455000', '093041.915000', '093042.375000', '093042.835000', '093043.295000', '093043.755000', '093044.215000', '093044.675000', '093045.135000', '093045.595000', '093046.055000', '093046.515000', '093046.975000', '093047.435000', '093047.895000', '093048.355000', '093048.815000', '093049.275000', '093049.735000', '093050.195000', '093050.655000', '093051.115000', '093051.575000', '093052.035000', '093052.495000', '093052.955000', '093053.415000', '093053.875000', '093054.335000', '093054.795000', '093055.255000', '093055.715000', '093056.175000', '093056.635000', '093057.095000', '093057.555000', '093058.015000', '093058.475000', '093058.935000', '093059.395000', '093059.855000', '093100.315000', '093100.775000', '093101.235000', '093101.695000', '093102.155000', '093102.615000', '093103.075000', '093103.535000', '093103.995000', '093104.455000', '093104.915000', '093105.375000', '093105.835000', '093106.295000', '093106.755000', '093107.215000', '093107.675000', '093108.135000', '093108.595000', '093109.055000', '093109.515000', '093109.975000', '093110.435000', '093110.895000', '093111.355000', '093111.815000', '093112.275000', '093112.735000', '093113.195000', '093113.655000', '093114.115000', '093114.575000', '093115.035000', '093115.495000', '093115.955000', '093116.415000', '093116.875000', '093117.335000', '093117.795000', '093118.255000', '093118.715000', '093119.175000', '093119.635000', '093120.095000', '093120.555000', '093121.015000', '093121.475000', '093121.935000', '093122.395000', '093122.855000', '093123.315000', '093123.775000', '093124.235000', '093124.695000', '093125.155000', '093125.615000', '093126.075000', '093126.535000', '093126.995000', '093127.455000', '093127.915000', '093128.375000', '093128.835000', '093129.295000', '093129.755000', '093130.215000', '093130.675000', '093131.135000', '093131.595000', '093132.055000', '093132.515000', '093132.975000', '093133.435000', '093133.895000', '093134.355000', '093134.815000', '093135.275000', '093135.735000', '093136.195000', '093136.655000', '093137.115000', '093137.575000', '093138.035000', '093138.495000', '093138.955000', '093139.415000', '093139.875000', '093140.335000', '093140.795000', '093141.255000', '093141.715000', '093142.175000', '093142.635000', '093143.095000', '093143.555000', '093144.015000', '093144.475000', '093144.935000', '093145.395000', '093145.855000', '093146.315000', '093146.775000', '093147.235000', '093147.695000', '093148.155000', '093148.615000', '093149.075000', '093149.535000', '093149.995000', '093150.455000', '093150.915000', '093151.375000', '093151.835000', '093152.295000', '093152.755000', '093153.215000', '093153.675000', '093154.135000', '093154.595000', '093155.055000', '093155.515000', '093155.975000', '093156.435000', '093156.895000', '093157.355000', '093157.815000', '093158.275000', '093158.735000', '093159.195000', '093159.655000', '093200.115000', '093200.575000', '093201.035000', '093201.495000', '093201.955000', '093202.415000', '093202.875000', '093203.335000', '093203.795000', '093204.255000', '093204.715000', '093205.175000', '093205.635000', '093206.095000', '093206.555000', '093207.015000', '093207.475000', '093207.935000', '093208.395000', '093208.855000', '093209.315000', '093209.775000', '093210.235000', '093210.695000', '093211.155000', '093211.615000', '093212.075000', '093212.535000', '093212.995000', '093213.455000', '093213.915000', '093214.375000', '093214.835000', '093215.295000', '093215.755000', '093216.215000', '093216.675000', '093217.135000', '093217.595000', '093218.055000', '093218.515000', '093218.975000', '093219.435000', '093219.895000', '093220.355000', '093220.815000', '093221.275000', '093221.735000', '093222.195000', '093222.655000', '093223.115000', '093223.575000', '093224.035000', '093224.495000', '093224.955000', '093225.415000', '093225.875000', '093226.335000', '093226.795000', '093227.255000', '093227.715000', '093228.175000', '093228.635000', '093229.095000', '093229.555000', '093230.015000', '093230.475000', '093230.935000', '093231.395000', '093231.855000', '093232.315000', '093232.775000', '093233.235000', '093233.695000', '093234.155000', '093234.615000', '093235.075000', '093235.535000', '093235.995000', '093236.455000', '093236.915000', '093237.375000', '093237.835000', '093238.295000', '093238.755000', '093239.215000', '093239.675000', '093240.135000', '093240.595000', '093241.055000', '093241.515000', '093241.975000', '093242.435000', '093242.895000', '093243.355000', '093243.815000', '093244.275000', '093244.735000', '093245.195000', '093245.655000', '093246.115000', '093246.575000', '093247.035000', '093247.495000', '093247.955000', '093248.415000', '093248.875000', '093249.335000', '093249.795000', '093250.255000', '093250.715000', '093251.175000', '093251.635000', '093252.095000', '093252.555000', '093253.015000', '093253.475000', '093253.935000', '093254.395000', '093254.855000', '093255.315000', '093255.775000', '093256.235000', '093256.695000', '093257.155000', '093257.615000', '093258.075000', '093258.535000', '093258.995000', '093259.455000', '093259.915000', '093300.375000', '093300.835000', '093301.295000', '093301.755000', '093302.215000', '093302.675000', '093303.135000', '093303.595000', '093304.055000', '093304.515000', '093304.975000', '093305.435000', '093305.895000', '093306.355000', '093306.815000', '093307.275000', '093307.735000', '093308.195000', '093308.655000', '093309.115000', '093309.575000', '093310.035000', '093310.495000', '093310.955000', '093311.415000', '093311.875000', '093312.335000', '093312.795000', '093313.255000', '093313.715000', '093314.175000', '093314.635000', '093315.095000', '093315.555000', '093316.015000', '093316.475000', '093316.935000', '093317.395000', '093317.855000', '093318.315000', '093318.775000', '093319.235000', '093319.695000', '093320.155000', '093320.615000', '093321.075000', '093321.535000', '093321.995000', '093322.455000', '093322.915000', '093323.375000', '093323.835000', '093324.295000', '093324.755000', '093325.215000', '093325.675000', '093326.135000', '093326.595000', '093327.055000', '093327.515000', '093327.975000', '093328.435000', '093328.895000', '093329.355000', '093329.815000', '093330.275000', '093330.735000', '093331.195000', '093331.655000', '093332.115000', '093332.575000', '093333.035000', '093333.495000', '093333.955000', '093334.415000', '093334.875000', '093335.335000', '093335.795000', '093336.255000', '093336.715000', '093337.175000', '093337.635000', '093338.095000', '093338.555000', '093339.015000', '093339.475000', '093339.935000', '093340.395000', '093340.855000', '093341.315000', '093341.775000', '093342.235000', '093342.695000', '093343.155000', '093343.615000', '093344.075000', '093344.535000', '093344.995000', '093345.455000', '093345.915000', '093346.375000', '093346.835000', '093347.295000', '093347.755000', '093348.215000', '093348.675000', '093349.135000', '093349.595000', '093350.055000', '093350.515000', '093350.975000', '093351.435000', '093351.895000', '093352.355000', '093352.815000', '093353.275000', '093353.735000', '093354.195000', '093354.655000', '093355.115000', '093355.575000', '093356.035000', '093356.495000', '093356.955000', '093357.415000', '093357.875000', '093358.335000', '093358.795000', '093359.255000', '093359.715000', '093400.175000', '093400.635000', '093401.095000', '093401.555000', '093402.015000', '093402.475000', '093402.935000', '093403.395000', '093403.855000', '093404.315000', '093404.775000', '093405.235000', '093405.695000', '093406.155000', '093406.615000', '093407.075000', '093407.535000', '093407.995000', '093408.455000', '093408.915000', '093409.375000', '093409.835000', '093410.295000', '093410.755000', '093411.215000', '093411.675000', '093412.135000', '093412.595000', '093413.055000', '093413.515000', '093413.975000', '093414.435000', '093414.895000', '093415.355000', '093415.815000', '093416.275000', '093416.735000', '093417.195000', '093417.655000', '093418.115000', '093418.575000', '093419.035000', '093419.495000', '093419.955000', '093420.415000', '093420.875000', '093421.335000', '093421.795000', '093422.255000', '093422.715000', '093423.175000', '093423.635000', '093424.095000', '093424.555000', '093425.015000', '093425.475000', '093425.935000', '093426.395000', '093426.855000', '093427.315000', '093427.775000', '093428.235000', '093428.695000', '093429.155000', '093429.615000', '093430.075000', '093430.535000', '093430.995000', '093431.455000', '093431.915000', '093432.375000', '093432.835000', '093433.295000', '093433.755000', '093434.215000', '093434.675000', '093435.135000', '093435.595000', '093436.055000', '093436.515000', '093436.975000', '093437.435000', '093437.895000', '093438.355000', '093438.815000', '093439.275000', '093439.735000', '093440.195000', '093440.655000', '093441.115000', '093441.575000', '093442.035000', '093442.495000', '093442.955000', '093443.415000', '093443.875000', '093444.335000', '093444.795000', '093445.255000', '093445.715000', '093446.175000', '093446.635000', '093447.095000', '093447.555000', '093448.015000', '093448.475000', '093448.935000', '093449.395000', '093449.855000', '093450.315000', '093450.775000', '093451.235000', '093451.695000', '093452.155000', '093452.615000', '093453.075000', '093453.535000', '093453.995000', '093454.455000', '093454.915000', '093455.375000', '093455.835000', '093456.295000', '093456.755000', '093457.215000', '093457.675000', '093458.135000', '093458.595000', '093459.055000', '093459.515000', '093459.975000', '093500.435000', '093500.895000', '093501.355000', '093501.815000', '093502.275000', '093502.735000', '093503.195000', '093503.655000', '093504.115000', '093504.575000', '093505.035000', '093505.495000', '093505.955000', '093506.415000', '093506.875000', '093507.335000', '093507.795000', '093508.255000', '093508.715000', '093509.175000', '093509.635000', '093510.095000', '093510.555000', '093511.015000', '093511.475000', '093511.935000', '093512.395000', '093512.855000', '093513.315000', '093513.775000', '093514.235000', '093514.695000', '093515.155000', '093515.615000', '093516.075000', '093516.535000', '093516.995000', '093517.455000', '093517.915000', '093518.375000', '093518.835000', '093519.295000', '093519.755000', '093520.215000', '093520.675000', '093521.135000', '093521.595000', '093522.055000', '093522.515000', '093522.975000', '093523.435000', '093523.895000', '093524.355000', '093524.815000', '093525.275000', '093525.735000', '093526.195000', '093526.655000', '093527.115000', '093527.575000', '093528.035000', '093528.495000', '093528.955000', '093529.415000', '093529.875000', '093530.335000', '093530.795000', '093531.255000', '093531.715000', '093532.175000', '093532.635000', '093533.095000', '093533.555000', '093534.015000', '093534.475000', '093534.935000', '093535.395000', '093535.855000', '093536.315000', '093536.775000', '093537.235000', '093537.695000', '093538.155000', '093538.615000', '093539.075000', '093539.535000', '093539.995000', '093540.455000', '093540.915000', '093541.375000', '093541.835000', '093542.295000', '093542.755000', '093543.215000', '093543.675000', '093544.135000', '093544.595000', '093545.055000', '093545.515000', '093545.975000', '093546.435000', '093546.895000', '093547.355000', '093547.815000', '093548.275000', '093548.735000', '093549.195000', '093549.655000', '093550.115000', '093550.575000', '093551.035000', '093551.495000', '093551.955000', '093552.415000', '093552.875000', '093553.335000', '093553.795000', '093554.255000', '093554.715000', '093555.175000', '093555.635000', '093556.095000', '093556.555000', '093557.015000', '093557.475000', '093557.935000', '093558.395000', '093558.855000', '093559.315000', '093559.775000', '093600.235000', '093600.695000', '093601.155000', '093601.615000', '093602.075000', '093602.535000', '093602.995000', '093603.455000', '093603.915000', '093604.375000', '093604.835000', '093605.295000', '093605.755000', '093606.215000', '093606.675000', '093607.135000', '093607.595000', '093608.055000', '093608.515000', '093608.975000', '093609.435000', '093609.895000', '093610.355000', '093610.815000', '093611.275000', '093611.735000', '093612.195000', '093612.655000', '093613.115000', '093613.575000', '093614.035000', '093614.495000', '093614.955000', '093615.415000', '093615.875000', '093616.335000', '093616.795000', '093617.255000', '093617.715000', '093618.175000', '093618.635000', '093619.095000', '093619.555000', '093620.015000', '093620.475000', '093620.935000', '093621.395000', '093621.855000', '093622.315000', '093622.775000', '093623.235000', '093623.695000', '093624.155000', '093624.615000', '093625.075000', '093625.535000', '093625.995000', '093626.455000', '093626.915000', '093627.375000', '093627.835000', '093628.295000', '093628.755000', '093629.215000', '093629.675000', '093630.135000', '093630.595000', '093631.055000', '093631.515000', '093631.975000', '093632.435000', '093632.895000', '093633.355000', '093633.815000', '093634.275000'], 'ContentTime': ['093015.633000', '093015.637000', '093015.640000', '093015.644000', '093015.646000', '093015.649000', '093015.652000', '093015.655000', '093015.658000', '093015.661000', '093015.664000', '093015.667000', '093015.670000', '093015.685000', '093015.688000', '093015.691000', '093015.693000', '093015.696000', '093015.699000', '093015.702000', '093015.705000', '093015.708000', '093015.711000', '093015.714000', '093015.717000', '093015.720000', '093015.722000', '093015.725000', '093015.728000', '093015.731000', '093015.734000', '093015.737000', '093015.740000', '093015.743000', '093015.745000', '093015.748000', '093015.751000', '093015.754000', '093015.757000', '093015.760000', '093015.763000', '093015.766000', '093015.769000', '093015.772000', '093015.775000', '093035.600000', '093035.603000', '093035.606000', '093035.609000', '093035.612000', '093035.615000', '093035.617000', '093035.620000', '093035.623000', '093035.626000', '093035.629000', '093035.632000', '093035.635000', '093035.638000', '093035.640000', '093035.643000', '093035.646000', '093035.649000', '093035.652000', '093035.655000', '093035.658000', '093035.660000', '093035.663000', '093035.666000', '093035.669000', '093035.672000', '093035.675000', '093035.678000', '093035.681000', '093035.683000', '093035.686000', '093035.689000', '093035.692000', '093035.695000', '093035.698000', '093035.701000', '093035.704000', '093035.706000', '093035.709000', '093035.720000', '093035.723000', '093035.726000', '093035.729000', '093035.732000', '093055.600000', '093055.603000', '093055.606000', '093055.609000', '093055.612000', '093055.614000', '093055.617000', '093055.620000', '093055.623000', '093055.626000', '093055.629000', '093055.632000', '093055.634000', '093055.637000', '093055.640000', '093055.643000', '093055.646000', '093055.649000', '093055.653000', '093055.656000', '093055.659000', '093055.662000', '093055.665000', '093055.668000', '093055.671000', '093055.673000', '093055.676000', '093055.679000', '093055.682000', '093055.685000', '093055.688000', '093055.691000', '093055.693000', '093055.696000', '093055.699000', '093055.702000', '093055.705000', '093055.708000', '093055.711000', '093055.714000', '093055.725000', '093055.728000', '093055.737000', '093115.600000', '093115.603000', '093115.606000', '093115.609000', '093115.612000', '093115.614000', '093115.617000', '093115.620000', '093115.628000', '093115.631000', '093115.634000', '093115.636000', '093115.639000', '093115.642000', '093115.645000', '093115.648000', '093115.651000', '093115.654000', '093115.657000', '093115.660000', '093115.663000', '093115.666000', '093115.669000', '093115.672000', '093115.674000', '093115.677000', '093115.684000', '093115.687000', '093115.690000', '093115.693000', '093115.696000', '093115.699000', '093115.702000', '093115.705000', '093115.707000', '093115.721000', '093115.724000', '093115.727000', '093115.730000', '093115.733000', '093115.742000', '093115.744000', '093115.747000', '093115.750000', '093135.600000', '093135.603000', '093135.606000', '093135.609000', '093135.612000', '093135.614000', '093135.617000', '093135.620000', '093135.623000', '093135.626000', '093135.629000', '093135.632000', '093135.635000', '093135.638000', '093135.641000', '093135.643000', '093135.646000', '093135.649000', '093135.652000', '093135.655000', '093135.658000', '093135.661000', '093135.664000', '093135.667000', '093135.670000', '093135.672000', '093135.675000', '093135.678000', '093135.681000', '093135.686000', '093135.690000', '093135.693000', '093135.696000', '093135.699000', '093135.702000', '093135.705000', '093135.708000', '093135.711000', '093135.714000', '093135.716000', '093135.719000', '093135.722000', '093135.725000', '093155.599000', '093155.602000', '093155.605000', '093155.608000', '093155.611000', '093155.614000', '093155.617000', '093155.620000', '093155.623000', '093155.625000', '093155.628000', '093155.631000', '093155.634000', '093155.637000', '093155.640000', '093155.643000', '093155.646000', '093155.649000', '093155.651000', '093155.654000', '093155.657000', '093155.660000', '093155.663000', '093155.666000', '093155.669000', '093155.672000', '093155.675000', '093155.678000', '093155.681000', '093155.684000', '093155.686000', '093155.689000', '093155.692000', '093155.695000', '093155.698000', '093155.701000', '093155.704000', '093155.715000', '093155.718000', '093155.721000', '093155.724000', '093155.727000', '093155.729000', '093155.732000', '093215.600000', '093215.603000', '093215.606000', '093215.609000', '093215.612000', '093215.615000', '093215.618000', '093215.620000', '093215.624000', '093215.627000', '093215.630000', '093215.633000', '093215.636000', '093215.639000', '093215.642000', '093215.645000', '093215.648000', '093215.651000', '093215.653000', '093215.663000', '093215.665000', '093215.668000', '093215.671000', '093215.674000', '093215.677000', '093215.680000', '093215.683000', '093215.686000', '093215.689000', '093215.692000', '093215.695000', '093215.698000', '093215.701000', '093215.704000', '093215.707000', '093215.710000', '093215.712000', '093215.715000', '093215.718000', '093215.721000', '093215.724000', '093215.727000', '093215.730000', '093235.600000', '093235.603000', '093235.606000', '093235.609000', '093235.612000', '093235.615000', '093235.618000', '093235.621000', '093235.623000', '093235.626000', '093235.629000', '093235.632000', '093235.635000', '093235.638000', '093235.641000', '093235.644000', '093235.647000', '093235.650000', '093235.652000', '093235.655000', '093235.658000', '093235.661000', '093235.671000', '093235.674000', '093235.677000', '093235.680000', '093235.683000', '093235.686000', '093235.689000', '093235.691000', '093235.694000', '093235.697000', '093235.700000', '093235.703000', '093235.706000', '093235.709000', '093235.712000', '093235.715000', '093235.718000', '093235.720000', '093235.723000', '093235.726000', '093235.729000', '093235.732000', '093255.600000', '093255.603000', '093255.606000', '093255.609000', '093255.612000', '093255.615000', '093255.618000', '093255.621000', '093255.624000', '093255.626000', '093255.629000', '093255.632000', '093255.635000', '093255.638000', '093255.641000', '093255.644000', '093255.647000', '093255.650000', '093255.652000', '093255.655000', '093255.658000', '093255.661000', '093255.664000', '093255.667000', '093255.670000', '093255.673000', '093255.675000', '093255.678000', '093255.681000', '093255.684000', '093255.687000', '093255.690000', '093255.693000', '093255.696000', '093255.699000', '093255.702000', '093255.705000', '093255.708000', '093255.710000', '093255.715000', '093255.720000', '093255.723000', '093255.726000', '093315.600000', '093315.603000', '093315.606000', '093315.609000', '093315.612000', '093315.615000', '093315.618000', '093315.621000', '093315.623000', '093315.626000', '093315.629000', '093315.632000', '093315.635000', '093315.638000', '093315.641000', '093315.644000', '093315.647000', '093315.650000', '093315.652000', '093315.655000', '093315.658000', '093315.661000', '093315.664000', '093315.667000', '093315.670000', '093315.673000', '093315.676000', '093315.678000', '093315.681000', '093315.684000', '093315.687000', '093315.700000', '093315.703000', '093315.706000', '093315.709000', '093315.712000', '093315.715000', '093315.717000', '093315.720000', '093315.723000', '093315.726000', '093315.729000', '093315.732000', '093315.735000', '093335.600000', '093335.603000', '093335.606000', '093335.609000', '093335.612000', '093335.615000', '093335.618000', '093335.620000', '093335.623000', '093335.626000', '093335.629000', '093335.632000', '093335.635000', '093335.638000', '093335.641000', '093335.643000', '093335.646000', '093335.649000', '093335.652000', '093335.655000', '093335.658000', '093335.662000', '093335.665000', '093335.668000', '093335.671000', '093335.674000', '093335.677000', '093335.680000', '093335.682000', '093335.685000', '093335.688000', '093335.691000', '093335.694000', '093335.697000', '093335.700000', '093335.703000', '093335.706000', '093335.709000', '093335.711000', '093335.714000', '093335.720000', '093335.723000', '093335.733000', '093355.600000', '093355.603000', '093355.606000', '093355.609000', '093355.612000', '093355.615000', '093355.618000', '093355.621000', '093355.624000', '093355.626000', '093355.629000', '093355.632000', '093355.635000', '093355.638000', '093355.641000', '093355.644000', '093355.647000', '093355.650000', '093355.653000', '093355.656000', '093355.659000', '093355.661000', '093355.664000', '093355.667000', '093355.670000', '093355.673000', '093355.676000', '093355.679000', '093355.682000', '093355.684000', '093355.698000', '093355.701000', '093355.704000', '093355.707000', '093355.710000', '093355.713000', '093355.716000', '093355.719000', '093355.722000', '093355.725000', '093355.727000', '093355.730000', '093355.733000', '093355.736000', '093415.599000', '093415.602000', '093415.605000', '093415.608000', '093415.611000', '093415.614000', '093415.617000', '093415.619000', '093415.622000', '093415.625000', '093415.628000', '093415.631000', '093415.634000', '093415.637000', '093415.640000', '093415.643000', '093415.646000', '093415.649000', '093415.651000', '093415.654000', '093415.657000', '093415.660000', '093415.663000', '093415.666000', '093415.669000', '093415.672000', '093415.675000', '093415.678000', '093415.681000', '093415.683000', '093415.686000', '093415.689000', '093415.692000', '093415.695000', '093415.698000', '093415.701000', '093415.704000', '093415.707000', '093415.710000', '093415.713000', '093415.720000', '093415.722000', '093415.725000', '093435.600000', '093435.603000', '093435.606000', '093435.609000', '093435.612000', '093435.615000', '093435.618000', '093435.620000', '093435.623000', '093435.626000', '093435.629000', '093435.632000', '093435.635000', '093435.638000', '093435.641000', '093435.644000', '093435.647000', '093435.650000', '093435.653000', '093435.655000', '093435.658000', '093435.661000', '093435.664000', '093435.667000', '093435.670000', '093435.673000', '093435.676000', '093435.679000', '093435.682000', '093435.685000', '093435.688000', '093435.691000', '093435.693000', '093435.696000', '093435.699000', '093435.702000', '093435.705000', '093435.708000', '093435.711000', '093435.714000', '093435.717000', '093435.719000', '093435.722000', '093435.725000', '093455.600000', '093455.603000', '093455.606000', '093455.609000', '093455.612000', '093455.615000', '093455.618000', '093455.620000', '093455.623000', '093455.626000', '093455.629000', '093455.632000', '093455.635000', '093455.638000', '093455.641000', '093455.644000', '093455.646000', '093455.649000', '093455.652000', '093455.655000', '093455.658000', '093455.661000', '093455.664000', '093455.667000', '093455.670000', '093455.681000', '093455.684000', '093455.687000', '093455.690000', '093455.693000', '093455.696000', '093455.698000', '093455.702000', '093455.705000', '093455.708000', '093455.711000', '093455.714000', '093455.717000', '093455.720000', '093455.723000', '093455.726000', '093455.729000', '093455.731000', '093515.600000', '093515.603000', '093515.606000', '093515.609000', '093515.612000', '093515.615000', '093515.618000', '093515.620000', '093515.623000', '093515.626000', '093515.629000', '093515.632000', '093515.635000', '093515.638000', '093515.641000', '093515.644000', '093515.647000', '093515.649000', '093515.652000', '093515.655000', '093515.658000', '093515.661000', '093515.664000', '093515.667000', '093515.670000', '093515.673000', '093515.676000', '093515.679000', '093515.682000', '093515.685000', '093515.687000', '093515.690000', '093515.693000', '093515.696000', '093515.699000', '093515.702000', '093515.705000', '093515.708000', '093515.711000', '093515.714000', '093515.717000', '093515.732000', '093515.735000', '093515.738000', '093535.600000', '093535.603000', '093535.606000', '093535.609000', '093535.612000', '093535.615000', '093535.618000', '093535.621000', '093535.623000', '093535.626000', '093535.629000', '093535.632000', '093535.635000', '093535.638000', '093535.641000', '093535.644000', '093535.647000', '093535.650000', '093535.653000', '093535.656000', '093535.659000', '093535.662000', '093535.664000', '093535.667000', '093535.670000', '093535.673000', '093535.676000', '093535.679000', '093535.682000', '093535.685000', '093535.688000', '093535.691000', '093535.694000', '093535.696000', '093535.699000', '093535.702000', '093535.705000', '093535.708000', '093535.711000', '093535.714000', '093535.717000', '093535.720000', '093535.723000', '093555.600000', '093555.603000', '093555.606000', '093555.609000', '093555.612000', '093555.615000', '093555.618000', '093555.621000', '093555.624000', '093555.626000', '093555.629000', '093555.632000', '093555.635000', '093555.638000', '093555.641000', '093555.644000', '093555.647000', '093555.650000', '093555.653000', '093555.656000', '093555.658000', '093555.661000', '093555.664000', '093555.667000', '093555.670000', '093555.673000', '093555.676000', '093555.679000', '093555.682000', '093555.685000', '093555.688000', '093555.691000', '093555.693000', '093555.696000', '093555.699000', '093555.704000', '093555.707000', '093555.710000', '093555.712000', '093555.715000', '093555.718000', '093555.721000', '093555.724000', '093555.727000', '093615.600000', '093615.603000', '093615.606000', '093615.609000', '093615.612000', '093615.615000', '093615.618000', '093615.621000', '093615.624000', '093615.627000', '093615.629000', '093615.632000', '093615.635000', '093615.638000', '093615.641000', '093615.644000', '093615.647000', '093615.650000', '093615.652000', '093615.655000', '093615.658000', '093615.661000', '093615.664000', '093615.667000', '093615.670000', '093615.673000', '093615.676000', '093615.679000', '093615.681000', '093615.684000', '093615.687000', '093615.690000', '093615.693000', '093615.696000', '093615.699000', '093615.702000', '093615.705000', '093615.708000', '093615.711000', '093615.713000', '093615.716000', '093615.719000', '093615.722000', '093635.633000', '093635.636000', '093635.639000', '093635.642000', '093635.645000', '093635.649000', '093635.652000', '093635.655000', '093635.658000', '093635.661000', '093635.664000', '093635.667000', '093635.670000', '093635.673000', '093635.676000', '093635.679000', '093635.682000', '093635.685000', '093635.688000', '093635.691000', '093635.694000', '093635.697000', '093635.700000', '093635.703000', '093635.706000', '093635.709000', '093635.712000', '093635.715000', '093635.718000', '093635.721000', '093635.724000', '093635.727000', '093635.730000', '093635.733000', '093635.736000', '093635.739000', '093635.742000', '093635.745000', '093635.749000', '093635.751000', '093635.754000', '093635.757000', '093635.761000', '093635.764000'], 'InstanceCreationTime': ['093015.633000', '093015.637000', '093015.640000', '093015.644000', '093015.646000', '093015.649000', '093015.652000', '093015.655000', '093015.658000', '093015.661000', '093015.664000', '093015.667000', '093015.670000', '093015.685000', '093015.688000', '093015.691000', '093015.693000', '093015.696000', '093015.699000', '093015.702000', '093015.705000', '093015.708000', '093015.711000', '093015.714000', '093015.717000', '093015.720000', '093015.722000', '093015.725000', '093015.728000', '093015.731000', '093015.734000', '093015.737000', '093015.740000', '093015.743000', '093015.745000', '093015.748000', '093015.751000', '093015.754000', '093015.757000', '093015.760000', '093015.763000', '093015.766000', '093015.769000', '093015.772000', '093015.775000', '093035.600000', '093035.603000', '093035.606000', '093035.609000', '093035.612000', '093035.615000', '093035.617000', '093035.620000', '093035.623000', '093035.626000', '093035.629000', '093035.632000', '093035.635000', '093035.638000', '093035.640000', '093035.643000', '093035.646000', '093035.649000', '093035.652000', '093035.655000', '093035.658000', '093035.660000', '093035.663000', '093035.666000', '093035.669000', '093035.672000', '093035.675000', '093035.678000', '093035.681000', '093035.683000', '093035.686000', '093035.689000', '093035.692000', '093035.695000', '093035.698000', '093035.701000', '093035.704000', '093035.706000', '093035.709000', '093035.720000', '093035.723000', '093035.726000', '093035.729000', '093035.732000', '093055.600000', '093055.603000', '093055.606000', '093055.609000', '093055.612000', '093055.614000', '093055.617000', '093055.620000', '093055.623000', '093055.626000', '093055.629000', '093055.632000', '093055.634000', '093055.637000', '093055.640000', '093055.643000', '093055.646000', '093055.649000', '093055.653000', '093055.656000', '093055.659000', '093055.662000', '093055.665000', '093055.668000', '093055.671000', '093055.673000', '093055.676000', '093055.679000', '093055.682000', '093055.685000', '093055.688000', '093055.691000', '093055.693000', '093055.696000', '093055.699000', '093055.702000', '093055.705000', '093055.708000', '093055.711000', '093055.714000', '093055.725000', '093055.728000', '093055.737000', '093115.600000', '093115.603000', '093115.606000', '093115.609000', '093115.612000', '093115.614000', '093115.617000', '093115.620000', '093115.628000', '093115.631000', '093115.634000', '093115.636000', '093115.639000', '093115.642000', '093115.645000', '093115.648000', '093115.651000', '093115.654000', '093115.657000', '093115.660000', '093115.663000', '093115.666000', '093115.669000', '093115.672000', '093115.674000', '093115.677000', '093115.684000', '093115.687000', '093115.690000', '093115.693000', '093115.696000', '093115.699000', '093115.702000', '093115.705000', '093115.707000', '093115.721000', '093115.724000', '093115.727000', '093115.730000', '093115.733000', '093115.742000', '093115.744000', '093115.747000', '093115.750000', '093135.600000', '093135.603000', '093135.606000', '093135.609000', '093135.612000', '093135.614000', '093135.617000', '093135.620000', '093135.623000', '093135.626000', '093135.629000', '093135.632000', '093135.635000', '093135.638000', '093135.641000', '093135.643000', '093135.646000', '093135.649000', '093135.652000', '093135.655000', '093135.658000', '093135.661000', '093135.664000', '093135.667000', '093135.670000', '093135.672000', '093135.675000', '093135.678000', '093135.681000', '093135.686000', '093135.690000', '093135.693000', '093135.696000', '093135.699000', '093135.702000', '093135.705000', '093135.708000', '093135.711000', '093135.714000', '093135.716000', '093135.719000', '093135.722000', '093135.725000', '093155.599000', '093155.602000', '093155.605000', '093155.608000', '093155.611000', '093155.614000', '093155.617000', '093155.620000', '093155.623000', '093155.625000', '093155.628000', '093155.631000', '093155.634000', '093155.637000', '093155.640000', '093155.643000', '093155.646000', '093155.649000', '093155.651000', '093155.654000', '093155.657000', '093155.660000', '093155.663000', '093155.666000', '093155.669000', '093155.672000', '093155.675000', '093155.678000', '093155.681000', '093155.684000', '093155.686000', '093155.689000', '093155.692000', '093155.695000', '093155.698000', '093155.701000', '093155.704000', '093155.715000', '093155.718000', '093155.721000', '093155.724000', '093155.727000', '093155.729000', '093155.732000', '093215.600000', '093215.603000', '093215.606000', '093215.609000', '093215.612000', '093215.615000', '093215.618000', '093215.620000', '093215.624000', '093215.627000', '093215.630000', '093215.633000', '093215.636000', '093215.639000', '093215.642000', '093215.645000', '093215.648000', '093215.651000', '093215.653000', '093215.663000', '093215.665000', '093215.668000', '093215.671000', '093215.674000', '093215.677000', '093215.680000', '093215.683000', '093215.686000', '093215.689000', '093215.692000', '093215.695000', '093215.698000', '093215.701000', '093215.704000', '093215.707000', '093215.710000', '093215.712000', '093215.715000', '093215.718000', '093215.721000', '093215.724000', '093215.727000', '093215.730000', '093235.600000', '093235.603000', '093235.606000', '093235.609000', '093235.612000', '093235.615000', '093235.618000', '093235.621000', '093235.623000', '093235.626000', '093235.629000', '093235.632000', '093235.635000', '093235.638000', '093235.641000', '093235.644000', '093235.647000', '093235.650000', '093235.652000', '093235.655000', '093235.658000', '093235.661000', '093235.671000', '093235.674000', '093235.677000', '093235.680000', '093235.683000', '093235.686000', '093235.689000', '093235.691000', '093235.694000', '093235.697000', '093235.700000', '093235.703000', '093235.706000', '093235.709000', '093235.712000', '093235.715000', '093235.718000', '093235.720000', '093235.723000', '093235.726000', '093235.729000', '093235.732000', '093255.600000', '093255.603000', '093255.606000', '093255.609000', '093255.612000', '093255.615000', '093255.618000', '093255.621000', '093255.624000', '093255.626000', '093255.629000', '093255.632000', '093255.635000', '093255.638000', '093255.641000', '093255.644000', '093255.647000', '093255.650000', '093255.652000', '093255.655000', '093255.658000', '093255.661000', '093255.664000', '093255.667000', '093255.670000', '093255.673000', '093255.675000', '093255.678000', '093255.681000', '093255.684000', '093255.687000', '093255.690000', '093255.693000', '093255.696000', '093255.699000', '093255.702000', '093255.705000', '093255.708000', '093255.710000', '093255.715000', '093255.720000', '093255.723000', '093255.726000', '093315.600000', '093315.603000', '093315.606000', '093315.609000', '093315.612000', '093315.615000', '093315.618000', '093315.621000', '093315.623000', '093315.626000', '093315.629000', '093315.632000', '093315.635000', '093315.638000', '093315.641000', '093315.644000', '093315.647000', '093315.650000', '093315.652000', '093315.655000', '093315.658000', '093315.661000', '093315.664000', '093315.667000', '093315.670000', '093315.673000', '093315.676000', '093315.678000', '093315.681000', '093315.684000', '093315.687000', '093315.700000', '093315.703000', '093315.706000', '093315.709000', '093315.712000', '093315.715000', '093315.717000', '093315.720000', '093315.723000', '093315.726000', '093315.729000', '093315.732000', '093315.735000', '093335.600000', '093335.603000', '093335.606000', '093335.609000', '093335.612000', '093335.615000', '093335.618000', '093335.620000', '093335.623000', '093335.626000', '093335.629000', '093335.632000', '093335.635000', '093335.638000', '093335.641000', '093335.643000', '093335.646000', '093335.649000', '093335.652000', '093335.655000', '093335.658000', '093335.662000', '093335.665000', '093335.668000', '093335.671000', '093335.674000', '093335.677000', '093335.680000', '093335.682000', '093335.685000', '093335.688000', '093335.691000', '093335.694000', '093335.697000', '093335.700000', '093335.703000', '093335.706000', '093335.709000', '093335.711000', '093335.714000', '093335.720000', '093335.723000', '093335.733000', '093355.600000', '093355.603000', '093355.606000', '093355.609000', '093355.612000', '093355.615000', '093355.618000', '093355.621000', '093355.624000', '093355.626000', '093355.629000', '093355.632000', '093355.635000', '093355.638000', '093355.641000', '093355.644000', '093355.647000', '093355.650000', '093355.653000', '093355.656000', '093355.659000', '093355.661000', '093355.664000', '093355.667000', '093355.670000', '093355.673000', '093355.676000', '093355.679000', '093355.682000', '093355.684000', '093355.698000', '093355.701000', '093355.704000', '093355.707000', '093355.710000', '093355.713000', '093355.716000', '093355.719000', '093355.722000', '093355.725000', '093355.727000', '093355.730000', '093355.733000', '093355.736000', '093415.599000', '093415.602000', '093415.605000', '093415.608000', '093415.611000', '093415.614000', '093415.617000', '093415.619000', '093415.622000', '093415.625000', '093415.628000', '093415.631000', '093415.634000', '093415.637000', '093415.640000', '093415.643000', '093415.646000', '093415.649000', '093415.651000', '093415.654000', '093415.657000', '093415.660000', '093415.663000', '093415.666000', '093415.669000', '093415.672000', '093415.675000', '093415.678000', '093415.681000', '093415.683000', '093415.686000', '093415.689000', '093415.692000', '093415.695000', '093415.698000', '093415.701000', '093415.704000', '093415.707000', '093415.710000', '093415.713000', '093415.720000', '093415.722000', '093415.725000', '093435.600000', '093435.603000', '093435.606000', '093435.609000', '093435.612000', '093435.615000', '093435.618000', '093435.620000', '093435.623000', '093435.626000', '093435.629000', '093435.632000', '093435.635000', '093435.638000', '093435.641000', '093435.644000', '093435.647000', '093435.650000', '093435.653000', '093435.655000', '093435.658000', '093435.661000', '093435.664000', '093435.667000', '093435.670000', '093435.673000', '093435.676000', '093435.679000', '093435.682000', '093435.685000', '093435.688000', '093435.691000', '093435.693000', '093435.696000', '093435.699000', '093435.702000', '093435.705000', '093435.708000', '093435.711000', '093435.714000', '093435.717000', '093435.719000', '093435.722000', '093435.725000', '093455.600000', '093455.603000', '093455.606000', '093455.609000', '093455.612000', '093455.615000', '093455.618000', '093455.620000', '093455.623000', '093455.626000', '093455.629000', '093455.632000', '093455.635000', '093455.638000', '093455.641000', '093455.644000', '093455.646000', '093455.649000', '093455.652000', '093455.655000', '093455.658000', '093455.661000', '093455.664000', '093455.667000', '093455.670000', '093455.681000', '093455.684000', '093455.687000', '093455.690000', '093455.693000', '093455.696000', '093455.698000', '093455.702000', '093455.705000', '093455.708000', '093455.711000', '093455.714000', '093455.717000', '093455.720000', '093455.723000', '093455.726000', '093455.729000', '093455.731000', '093515.600000', '093515.603000', '093515.606000', '093515.609000', '093515.612000', '093515.615000', '093515.618000', '093515.620000', '093515.623000', '093515.626000', '093515.629000', '093515.632000', '093515.635000', '093515.638000', '093515.641000', '093515.644000', '093515.647000', '093515.649000', '093515.652000', '093515.655000', '093515.658000', '093515.661000', '093515.664000', '093515.667000', '093515.670000', '093515.673000', '093515.676000', '093515.679000', '093515.682000', '093515.685000', '093515.687000', '093515.690000', '093515.693000', '093515.696000', '093515.699000', '093515.702000', '093515.705000', '093515.708000', '093515.711000', '093515.714000', '093515.717000', '093515.732000', '093515.735000', '093515.738000', '093535.600000', '093535.603000', '093535.606000', '093535.609000', '093535.612000', '093535.615000', '093535.618000', '093535.621000', '093535.623000', '093535.626000', '093535.629000', '093535.632000', '093535.635000', '093535.638000', '093535.641000', '093535.644000', '093535.647000', '093535.650000', '093535.653000', '093535.656000', '093535.659000', '093535.662000', '093535.664000', '093535.667000', '093535.670000', '093535.673000', '093535.676000', '093535.679000', '093535.682000', '093535.685000', '093535.688000', '093535.691000', '093535.694000', '093535.696000', '093535.699000', '093535.702000', '093535.705000', '093535.708000', '093535.711000', '093535.714000', '093535.717000', '093535.720000', '093535.723000', '093555.600000', '093555.603000', '093555.606000', '093555.609000', '093555.612000', '093555.615000', '093555.618000', '093555.621000', '093555.624000', '093555.626000', '093555.629000', '093555.632000', '093555.635000', '093555.638000', '093555.641000', '093555.644000', '093555.647000', '093555.650000', '093555.653000', '093555.656000', '093555.658000', '093555.661000', '093555.664000', '093555.667000', '093555.670000', '093555.673000', '093555.676000', '093555.679000', '093555.682000', '093555.685000', '093555.688000', '093555.691000', '093555.693000', '093555.696000', '093555.699000', '093555.704000', '093555.707000', '093555.710000', '093555.712000', '093555.715000', '093555.718000', '093555.721000', '093555.724000', '093555.727000', '093615.600000', '093615.603000', '093615.606000', '093615.609000', '093615.612000', '093615.615000', '093615.618000', '093615.621000', '093615.624000', '093615.627000', '093615.629000', '093615.632000', '093615.635000', '093615.638000', '093615.641000', '093615.644000', '093615.647000', '093615.650000', '093615.652000', '093615.655000', '093615.658000', '093615.661000', '093615.664000', '093615.667000', '093615.670000', '093615.673000', '093615.676000', '093615.679000', '093615.681000', '093615.684000', '093615.687000', '093615.690000', '093615.693000', '093615.696000', '093615.699000', '093615.702000', '093615.705000', '093615.708000', '093615.711000', '093615.713000', '093615.716000', '093615.719000', '093615.722000', '093635.633000', '093635.636000', '093635.639000', '093635.642000', '093635.645000', '093635.649000', '093635.652000', '093635.655000', '093635.658000', '093635.661000', '093635.664000', '093635.667000', '093635.670000', '093635.673000', '093635.676000', '093635.679000', '093635.682000', '093635.685000', '093635.688000', '093635.691000', '093635.694000', '093635.697000', '093635.700000', '093635.703000', '093635.706000', '093635.709000', '093635.712000', '093635.715000', '093635.718000', '093635.721000', '093635.724000', '093635.727000', '093635.730000', '093635.733000', '093635.736000', '093635.739000', '093635.742000', '093635.745000', '093635.749000', '093635.751000', '093635.754000', '093635.757000', '093635.761000', '093635.764000'], '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': [9384, 10707, 16086, 11143, 12215, 9077, 10577, 16989, 10639, 12561, 8847, 10786, 12082, 9633, 13635, 10500, 11914, 8922, 10173, 16453, 9861, 12004, 9075, 10458, 15457, 9540, 12609, 9336, 10474, 8500, 10204, 10499, 9333, 8839, 11166, 8784, 12856, 9823, 12436, 16218, 11552, 13195, 9602, 10254, 14760, 10593, 12096, 9647, 9943, 14138, 10506, 12126, 10481, 11218, 16234, 9580, 12435, 9661, 10850, 8234, 11066, 9117, 11537, 8651, 9128, 9465, 7816, 11884, 16435, 10048, 14043, 10956, 11478, 8583, 10201, 12742, 9964, 13444, 10099, 13675, 10332, 10206, 11380, 10432, 12551, 11645, 11159, 8278, 11411, 9064, 12787, 10866, 12665, 9737, 11956, 9561, 12257, 8608, 10333, 14867, 9487, 12930, 10790, 12309, 10059, 11166, 10670, 11541, 10203, 11704, 8177, 10965, 10591, 10933, 13766, 10227, 8863, 10267, 7273, 12124, 10826, 14862, 10466, 15872, 10517, 13456, 10614, 12523, 8293, 13389, 10629, 12777, 11430, 11064, 16345, 11057, 15272, 11286, 13018, 10392, 11895, 8609, 11372, 11792, 10363, 14539, 11253, 12212, 8948, 11332, 8853, 11315, 8300, 11800, 9607, 13594, 10656, 14998, 10576, 12236, 10044, 11418, 16527, 10704, 13038, 10242, 11472, 8837, 9873, 13444, 11508, 12158, 9661, 11027, 12002, 10569, 9755, 8687, 11086, 11316, 9859, 13244, 11762, 11736, 16797, 13097, 14916, 11177, 13377, 10734, 12185, 9014, 12353, 9793, 13322, 9602, 12345, 16524, 11404, 11563, 8666, 10829, 14158, 10884, 12366, 9869, 11579, 10075, 9763, 13875, 11701, 12549, 9612, 10596, 13721, 11253, 13026, 9951, 12128, 9511, 11146, 15943, 11208, 12717, 9266, 10784, 10943, 9683, 14075, 10454, 12295, 9531, 10840, 14559, 10699, 12739, 9698, 10819, 14680, 10813, 12630, 9606, 10844, 13979, 9072, 11368, 9176, 11544, 9633, 10039, 9050, 12664, 9831, 13029, 10039, 9492, 13197, 9916, 11627, 9755, 11638, 15174, 11281, 13372, 10556, 12496, 10679, 14464, 10865, 14988, 11009, 14125, 10808, 12682, 16759, 10446, 12352, 8942, 11037, 14446, 10394, 12116, 9355, 11050, 12655, 10105, 13005, 10227, 12120, 9133, 11188, 14632, 10388, 12470, 9201, 10817, 12439, 9994, 12981, 10290, 12452, 9111, 11920, 9128, 12448, 9371, 13790, 9986, 12277, 16063, 10531, 10832, 14864, 10551, 13046, 9123, 10136, 14432, 10795, 11887, 9207, 10014, 14045, 10282, 12257, 8708, 10516, 7858, 12015, 9621, 13939, 10448, 13155, 9732, 10723, 14754, 11207, 12450, 9453, 12887, 13929, 11977, 14773, 12438, 13875, 10796, 13401, 10019, 12135, 10527, 11690, 9779, 12748, 9905, 14027, 16447, 11072, 12719, 15290, 11496, 12671, 9685, 12107, 14877, 11111, 12664, 9616, 11704, 14535, 11333, 12751, 10003, 12335, 11393, 10887, 14306, 11072, 12867, 10241, 11014, 14794, 11778, 12927, 10369, 11128, 15469, 11659, 12056, 15122, 10744, 13050, 9705, 11423, 11695, 10011, 12930, 10755, 13009, 10997, 14280, 10287, 12402, 12687, 10067, 13599, 10748, 12926, 9033, 11049, 14572, 10601, 12774, 9405, 10692, 14231, 12061, 13147, 9874, 10737, 14724, 10499, 12769, 13244, 10505, 13519, 9572, 11059, 13970, 10720, 13262, 10174, 12833, 11810, 10231, 15620, 11984, 13830, 11468, 13161, 11680, 10085, 14103, 9549, 10809, 14954, 10565, 12532, 15904, 11168, 13149, 9857, 10100, 13888, 9607, 11287, 14566, 11626, 12142, 12330, 10076, 13206, 9929, 11748, 12809, 10502, 11670, 9670, 7309, 10969, 14626, 10697, 12966, 15247, 10936, 13121, 11307, 10608, 14388, 10163, 11826, 16291, 11320, 13359, 11095, 13197, 9956, 13820, 10123, 14340, 16448, 11153, 11435, 13015, 10350, 11474, 13951, 10183, 11904, 8514, 9728, 12925, 9304, 11086, 13351, 11308, 11814, 8866, 9979, 12594, 10541, 11769, 9328, 11339, 12706, 9880, 13170, 10449, 11869, 9985, 10274, 14559, 11004, 12403, 10611, 10550, 14424, 10370, 12530, 13751, 10565, 14102, 10347, 10821, 15050, 11228, 13008, 10711, 10285, 14958, 8429, 11100, 12205, 11471, 10304, 8689, 10616, 8882, 11511, 9303, 14418, 9800, 12706, 15034, 10990, 14170, 9281, 10583, 15517, 11952, 13726, 9604, 12813, 9361, 12976, 9423, 14250, 10533, 13399, 16388, 10344, 10632, 13783, 10456, 12243, 9403, 9882, 13477, 10137, 12039, 10013, 10093, 13985, 11021, 12404, 11063, 10247, 13860, 10667, 12356, 13211, 10484, 13619, 9331, 11654, 14961, 10894, 12908, 9900, 10306, 13501, 10094, 12781, 8696, 12309, 8463, 10613, 11524, 9036, 13870, 11030, 13772, 10997, 11993, 9773, 11275, 13915, 9340, 13190, 10180, 12144, 11935, 9757, 14834, 10291, 11762, 14811, 9752, 12813, 9303, 11049, 10403, 8799, 14178, 10444, 11651, 10760, 11461, 10729, 14810, 10969, 10142, 14027, 11607, 12116, 9653, 12234, 16880, 11461, 11987, 12927, 9511, 13108, 8642, 11079, 15129, 11192, 12517, 9393, 10007, 14109, 10006, 11657, 15180, 10435, 12758, 11490, 9598, 13820, 9416, 11033, 15291, 11534, 12508, 11441, 8458, 13758, 11206, 10986, 7832, 10353, 8133, 11010, 15540, 10437, 12756, 9410, 9525, 14680, 9951, 11545, 15481, 11002, 12146, 10578, 9848, 14150, 10759, 12600, 9197, 12404, 9697, 12797, 9134, 12252, 15905, 9816, 9792, 13132, 9695, 11531, 14705, 10075, 11599, 8549, 9323, 13043, 9684, 11085, 11693, 9500, 12748, 9685, 11066, 14109, 9821, 12357, 9367, 10274, 14098, 11241, 11775, 9507, 9485, 14170, 9815, 11360, 15169, 9914, 12339, 9384, 10848, 14831, 10026, 12223, 9200, 11066, 13007, 9496, 13266, 9560, 11967, 12717, 9644, 14145, 10033, 10603, 14884, 10124, 11661, 14937, 9911, 12739, 9370, 10454, 14561, 10656, 11644, 14465, 9805, 12136, 8580, 9698, 13385, 9188, 9526, 9557, 11846, 10304, 10307, 8558, 9531, 7879, 11126, 14551, 11156, 12391, 8907, 9815, 14486, 10441, 12146, 9639, 9979, 13969, 10155, 12334, 9047, 12011, 9640, 11470, 8677, 12487, 9027, 12104, 15392, 9885, 11065, 10250, 9690, 13776, 9980, 11787, 10541, 9691, 13662, 10621, 11205, 8831, 9913, 13360, 10839, 11978, 8782, 10751, 12905, 9891, 12884, 9678, 11180, 12562, 8954, 11988, 9307, 12024, 9611, 9610, 14060, 11699, 13305, 10871, 12853, 9086, 11587, 8885, 13346, 10570, 10083, 11824, 9604, 15203, 10530, 10121, 14233, 9577, 11573, 15484, 10122, 13154, 10490, 9752, 14229, 9651, 11489, 15264, 10833, 12730, 9098, 10374, 15005, 10592, 13723, 10729], 'WindowCenter': [4224.0, 4217.0, 4243.0, 4192.0, 4195.0, 4168.0, 4184.0, 4225.0, 4182.0, 4190.0, 4159.0, 4183.0, 4189.0, 4159.0, 4183.0, 4169.0, 4186.0, 4158.0, 4169.0, 4204.0, 4168.0, 4177.0, 4161.0, 4181.0, 4211.0, 4173.0, 4204.0, 4173.0, 4180.0, 4173.0, 4191.0, 4198.0, 4187.0, 4187.0, 4215.0, 4187.0, 4231.0, 4195.0, 4216.0, 4235.0, 4203.0, 4218.0, 4170.0, 4181.0, 4208.0, 4178.0, 4200.0, 4170.0, 4166.0, 4195.0, 4177.0, 4207.0, 4194.0, 4196.0, 4224.0, 4171.0, 4200.0, 4192.0, 4201.0, 4149.0, 4185.0, 4164.0, 4177.0, 4160.0, 4175.0, 4174.0, 4152.0, 4198.0, 4228.0, 4175.0, 4218.0, 4198.0, 4198.0, 4178.0, 4197.0, 4197.0, 4171.0, 4189.0, 4153.0, 4182.0, 4157.0, 4167.0, 4162.0, 4156.0, 4178.0, 4173.0, 4162.0, 4133.0, 4164.0, 4141.0, 4176.0, 4165.0, 4174.0, 4143.0, 4164.0, 4153.0, 4175.0, 4144.0, 4154.0, 4184.0, 4152.0, 4175.0, 4167.0, 4176.0, 4168.0, 4178.0, 4179.0, 4192.0, 4183.0, 4192.0, 4163.0, 4197.0, 4181.0, 4184.0, 4187.0, 4156.0, 4150.0, 4171.0, 4138.0, 4193.0, 4186.0, 4210.0, 4187.0, 4217.0, 4175.0, 4204.0, 4200.0, 4211.0, 4176.0, 4215.0, 4199.0, 4205.0, 4207.0, 4197.0, 4208.0, 4181.0, 4198.0, 4167.0, 4176.0, 4150.0, 4164.0, 4132.0, 4164.0, 4157.0, 4154.0, 4174.0, 4161.0, 4163.0, 4138.0, 4165.0, 4143.0, 4178.0, 4147.0, 4189.0, 4166.0, 4198.0, 4197.0, 4226.0, 4196.0, 4194.0, 4184.0, 4191.0, 4226.0, 4183.0, 4203.0, 4179.0, 4182.0, 4160.0, 4180.0, 4211.0, 4193.0, 4205.0, 4181.0, 4211.0, 4206.0, 4199.0, 4189.0, 4206.0, 4225.0, 4226.0, 4211.0, 4237.0, 4226.0, 4225.0, 4240.0, 4236.0, 4237.0, 4208.0, 4221.0, 4195.0, 4208.0, 4185.0, 4220.0, 4194.0, 4218.0, 4196.0, 4215.0, 4223.0, 4183.0, 4180.0, 4147.0, 4164.0, 4195.0, 4181.0, 4191.0, 4168.0, 4179.0, 4163.0, 4184.0, 4200.0, 4191.0, 4186.0, 4169.0, 4198.0, 4214.0, 4197.0, 4202.0, 4178.0, 4213.0, 4198.0, 4207.0, 4225.0, 4207.0, 4217.0, 4182.0, 4192.0, 4188.0, 4180.0, 4214.0, 4191.0, 4200.0, 4181.0, 4192.0, 4213.0, 4182.0, 4201.0, 4168.0, 4191.0, 4211.0, 4192.0, 4202.0, 4182.0, 4195.0, 4228.0, 4187.0, 4182.0, 4160.0, 4179.0, 4159.0, 4166.0, 4159.0, 4189.0, 4182.0, 4203.0, 4172.0, 4183.0, 4202.0, 4182.0, 4204.0, 4182.0, 4192.0, 4211.0, 4178.0, 4201.0, 4181.0, 4182.0, 4177.0, 4193.0, 4173.0, 4210.0, 4174.0, 4195.0, 4166.0, 4173.0, 4192.0, 4151.0, 4161.0, 4123.0, 4149.0, 4170.0, 4150.0, 4156.0, 4141.0, 4178.0, 4186.0, 4166.0, 4184.0, 4165.0, 4175.0, 4168.0, 4189.0, 4208.0, 4179.0, 4199.0, 4169.0, 4191.0, 4201.0, 4195.0, 4226.0, 4194.0, 4201.0, 4186.0, 4217.0, 4193.0, 4226.0, 4207.0, 4226.0, 4198.0, 4216.0, 4227.0, 4191.0, 4190.0, 4212.0, 4175.0, 4186.0, 4158.0, 4176.0, 4210.0, 4180.0, 4190.0, 4168.0, 4181.0, 4227.0, 4196.0, 4192.0, 4160.0, 4181.0, 4163.0, 4200.0, 4201.0, 4230.0, 4194.0, 4219.0, 4195.0, 4215.0, 4228.0, 4220.0, 4217.0, 4180.0, 4214.0, 4211.0, 4204.0, 4226.0, 4205.0, 4225.0, 4192.0, 4203.0, 4164.0, 4204.0, 4179.0, 4190.0, 4166.0, 4194.0, 4176.0, 4213.0, 4223.0, 4174.0, 4189.0, 4195.0, 4177.0, 4188.0, 4155.0, 4174.0, 4196.0, 4171.0, 4187.0, 4168.0, 4190.0, 4209.0, 4188.0, 4197.0, 4180.0, 4214.0, 4203.0, 4194.0, 4213.0, 4194.0, 4215.0, 4197.0, 4208.0, 4223.0, 4202.0, 4216.0, 4189.0, 4217.0, 4240.0, 4215.0, 4212.0, 4221.0, 4203.0, 4214.0, 4180.0, 4217.0, 4211.0, 4193.0, 4217.0, 4210.0, 4240.0, 4237.0, 4252.0, 4222.0, 4236.0, 4226.0, 4196.0, 4217.0, 4204.0, 4227.0, 4181.0, 4207.0, 4221.0, 4188.0, 4214.0, 4185.0, 4194.0, 4212.0, 4203.0, 4200.0, 4177.0, 4190.0, 4238.0, 4190.0, 4215.0, 4210.0, 4193.0, 4221.0, 4189.0, 4204.0, 4224.0, 4203.0, 4215.0, 4190.0, 4231.0, 4219.0, 4207.0, 4251.0, 4217.0, 4240.0, 4231.0, 4243.0, 4202.0, 4191.0, 4224.0, 4193.0, 4194.0, 4219.0, 4193.0, 4203.0, 4221.0, 4190.0, 4201.0, 4168.0, 4176.0, 4195.0, 4167.0, 4192.0, 4206.0, 4185.0, 4188.0, 4196.0, 4182.0, 4223.0, 4177.0, 4192.0, 4188.0, 4180.0, 4191.0, 4183.0, 4151.0, 4194.0, 4212.0, 4193.0, 4210.0, 4213.0, 4193.0, 4216.0, 4194.0, 4209.0, 4229.0, 4191.0, 4205.0, 4210.0, 4178.0, 4188.0, 4177.0, 4187.0, 4157.0, 4187.0, 4167.0, 4189.0, 4199.0, 4152.0, 4151.0, 4158.0, 4126.0, 4147.0, 4156.0, 4136.0, 4147.0, 4115.0, 4138.0, 4158.0, 4127.0, 4148.0, 4169.0, 4162.0, 4161.0, 4137.0, 4152.0, 4171.0, 4163.0, 4174.0, 4155.0, 4175.0, 4188.0, 4170.0, 4195.0, 4195.0, 4204.0, 4182.0, 4193.0, 4213.0, 4188.0, 4216.0, 4194.0, 4190.0, 4214.0, 4189.0, 4206.0, 4212.0, 4189.0, 4217.0, 4179.0, 4191.0, 4211.0, 4190.0, 4216.0, 4183.0, 4184.0, 4240.0, 4192.0, 4210.0, 4192.0, 4183.0, 4169.0, 4160.0, 4176.0, 4181.0, 4199.0, 4197.0, 4227.0, 4183.0, 4212.0, 4225.0, 4200.0, 4216.0, 4176.0, 4194.0, 4221.0, 4203.0, 4197.0, 4168.0, 4185.0, 4151.0, 4187.0, 4168.0, 4201.0, 4178.0, 4200.0, 4210.0, 4154.0, 4153.0, 4171.0, 4150.0, 4160.0, 4137.0, 4148.0, 4196.0, 4164.0, 4186.0, 4166.0, 4167.0, 4195.0, 4176.0, 4188.0, 4176.0, 4179.0, 4199.0, 4179.0, 4201.0, 4198.0, 4179.0, 4210.0, 4165.0, 4191.0, 4206.0, 4186.0, 4201.0, 4177.0, 4196.0, 4231.0, 4192.0, 4202.0, 4162.0, 4191.0, 4158.0, 4196.0, 4210.0, 4192.0, 4231.0, 4214.0, 4222.0, 4209.0, 4219.0, 4177.0, 4207.0, 4215.0, 4198.0, 4219.0, 4197.0, 4215.0, 4194.0, 4184.0, 4215.0, 4166.0, 4188.0, 4198.0, 4164.0, 4190.0, 4169.0, 4192.0, 4181.0, 4172.0, 4212.0, 4194.0, 4201.0, 4207.0, 4220.0, 4207.0, 4226.0, 4193.0, 4179.0, 4226.0, 4204.0, 4204.0, 4167.0, 4227.0, 4232.0, 4188.0, 4193.0, 4202.0, 4166.0, 4200.0, 4156.0, 4192.0, 4210.0, 4191.0, 4202.0, 4165.0, 4180.0, 4224.0, 4180.0, 4193.0, 4225.0, 4185.0, 4215.0, 4190.0, 4168.0, 4201.0, 4169.0, 4181.0, 4207.0, 4189.0, 4218.0, 4205.0, 4148.0, 4187.0, 4165.0, 4164.0, 4134.0, 4179.0, 4160.0, 4191.0, 4211.0, 4179.0, 4200.0, 4157.0, 4170.0, 4226.0, 4184.0, 4205.0, 4223.0, 4193.0, 4191.0, 4180.0, 4169.0, 4199.0, 4177.0, 4186.0, 4155.0, 4186.0, 4156.0, 4182.0, 4150.0, 4178.0, 4197.0, 4153.0, 4152.0, 4173.0, 4139.0, 4158.0, 4180.0, 4150.0, 4160.0, 4140.0, 4153.0, 4184.0, 4154.0, 4171.0, 4174.0, 4166.0, 4187.0, 4164.0, 4188.0, 4199.0, 4169.0, 4189.0, 4166.0, 4183.0, 4212.0, 4192.0, 4192.0, 4170.0, 4183.0, 4213.0, 4175.0, 4191.0, 4212.0, 4192.0, 4213.0, 4185.0, 4206.0, 4222.0, 4191.0, 4205.0, 4179.0, 4200.0, 4222.0, 4195.0, 4215.0, 4193.0, 4206.0, 4199.0, 4181.0, 4211.0, 4181.0, 4195.0, 4208.0, 4182.0, 4193.0, 4209.0, 4165.0, 4190.0, 4158.0, 4179.0, 4195.0, 4174.0, 4178.0, 4198.0, 4166.0, 4176.0, 4144.0, 4167.0, 4201.0, 4185.0, 4171.0, 4166.0, 4165.0, 4151.0, 4152.0, 4139.0, 4156.0, 4135.0, 4178.0, 4197.0, 4167.0, 4178.0, 4143.0, 4170.0, 4182.0, 4176.0, 4188.0, 4168.0, 4168.0, 4198.0, 4178.0, 4188.0, 4155.0, 4175.0, 4154.0, 4172.0, 4139.0, 4187.0, 4141.0, 4174.0, 4179.0, 4140.0, 4148.0, 4136.0, 4137.0, 4168.0, 4137.0, 4160.0, 4148.0, 4152.0, 4180.0, 4151.0, 4161.0, 4140.0, 4151.0, 4171.0, 4163.0, 4173.0, 4144.0, 4177.0, 4186.0, 4166.0, 4187.0, 4165.0, 4178.0, 4200.0, 4200.0, 4207.0, 4175.0, 4194.0, 4173.0, 4182.0, 4216.0, 4204.0, 4207.0, 4207.0, 4219.0, 4183.0, 4195.0, 4189.0, 4215.0, 4191.0, 4192.0, 4201.0, 4195.0, 4243.0, 4191.0, 4190.0, 4210.0, 4179.0, 4189.0, 4208.0, 4179.0, 4215.0, 4189.0, 4181.0, 4221.0, 4179.0, 4214.0, 4234.0, 4202.0, 4227.0, 4183.0, 4206.0, 4234.0, 4204.0, 4240.0, 4230.0], 'WindowWidth': [9381.0, 9357.0, 9383.0, 9300.0, 9301.0, 9258.0, 9285.0, 9340.0, 9276.0, 9285.0, 9240.0, 9278.0, 9279.0, 9240.0, 9271.0, 9253.0, 9279.0, 9238.0, 9255.0, 9302.0, 9251.0, 9265.0, 9246.0, 9271.0, 9315.0, 9265.0, 9310.0, 9266.0, 9273.0, 9265.0, 9293.0, 9307.0, 9294.0, 9294.0, 9331.0, 9297.0, 9357.0, 9304.0, 9335.0, 9363.0, 9313.0, 9333.0, 9259.0, 9276.0, 9312.0, 9268.0, 9301.0, 9256.0, 9249.0, 9290.0, 9263.0, 9314.0, 9298.0, 9297.0, 9335.0, 9259.0, 9299.0, 9300.0, 9309.0, 9226.0, 9276.0, 9250.0, 9259.0, 9241.0, 9264.0, 9266.0, 9235.0, 9299.0, 9343.0, 9267.0, 9333.0, 9302.0, 9305.0, 9279.0, 9303.0, 9293.0, 9258.0, 9277.0, 9222.0, 9262.0, 9231.0, 9242.0, 9236.0, 9227.0, 9263.0, 9253.0, 9233.0, 9191.0, 9232.0, 9206.0, 9256.0, 9239.0, 9249.0, 9207.0, 9234.0, 9221.0, 9253.0, 9208.0, 9220.0, 9261.0, 9221.0, 9252.0, 9243.0, 9255.0, 9250.0, 9264.0, 9270.0, 9287.0, 9276.0, 9288.0, 9250.0, 9300.0, 9271.0, 9274.0, 9272.0, 9227.0, 9220.0, 9252.0, 9212.0, 9283.0, 9278.0, 9308.0, 9282.0, 9324.0, 9264.0, 9305.0, 9305.0, 9325.0, 9277.0, 9328.0, 9309.0, 9316.0, 9317.0, 9301.0, 9312.0, 9270.0, 9290.0, 9242.0, 9254.0, 9214.0, 9233.0, 9189.0, 9236.0, 9221.0, 9222.0, 9249.0, 9230.0, 9233.0, 9198.0, 9238.0, 9207.0, 9262.0, 9221.0, 9279.0, 9250.0, 9297.0, 9304.0, 9340.0, 9298.0, 9294.0, 9278.0, 9288.0, 9342.0, 9277.0, 9303.0, 9268.0, 9272.0, 9240.0, 9274.0, 9319.0, 9293.0, 9313.0, 9280.0, 9328.0, 9315.0, 9308.0, 9294.0, 9329.0, 9353.0, 9354.0, 9332.0, 9370.0, 9355.0, 9353.0, 9373.0, 9372.0, 9375.0, 9322.0, 9339.0, 9300.0, 9319.0, 9286.0, 9337.0, 9298.0, 9332.0, 9303.0, 9329.0, 9347.0, 9276.0, 9266.0, 9217.0, 9240.0, 9286.0, 9273.0, 9283.0, 9249.0, 9266.0, 9241.0, 9280.0, 9298.0, 9286.0, 9276.0, 9253.0, 9306.0, 9325.0, 9302.0, 9305.0, 9269.0, 9327.0, 9308.0, 9319.0, 9343.0, 9316.0, 9335.0, 9285.0, 9294.0, 9285.0, 9273.0, 9322.0, 9293.0, 9302.0, 9275.0, 9290.0, 9320.0, 9278.0, 9306.0, 9256.0, 9289.0, 9318.0, 9290.0, 9305.0, 9277.0, 9300.0, 9353.0, 9292.0, 9270.0, 9240.0, 9262.0, 9236.0, 9243.0, 9240.0, 9279.0, 9274.0, 9306.0, 9260.0, 9281.0, 9307.0, 9278.0, 9312.0, 9276.0, 9288.0, 9313.0, 9263.0, 9302.0, 9275.0, 9267.0, 9263.0, 9283.0, 9258.0, 9311.0, 9257.0, 9288.0, 9245.0, 9253.0, 9282.0, 9216.0, 9229.0, 9172.0, 9211.0, 9240.0, 9214.0, 9221.0, 9203.0, 9266.0, 9274.0, 9245.0, 9267.0, 9241.0, 9255.0, 9253.0, 9282.0, 9307.0, 9267.0, 9297.0, 9256.0, 9290.0, 9301.0, 9301.0, 9344.0, 9298.0, 9304.0, 9291.0, 9333.0, 9301.0, 9348.0, 9327.0, 9348.0, 9309.0, 9334.0, 9354.0, 9291.0, 9289.0, 9319.0, 9261.0, 9278.0, 9238.0, 9265.0, 9315.0, 9271.0, 9284.0, 9254.0, 9274.0, 9348.0, 9300.0, 9287.0, 9244.0, 9270.0, 9250.0, 9302.0, 9314.0, 9351.0, 9300.0, 9338.0, 9304.0, 9338.0, 9355.0, 9340.0, 9337.0, 9279.0, 9330.0, 9324.0, 9314.0, 9344.0, 9312.0, 9345.0, 9294.0, 9308.0, 9245.0, 9308.0, 9270.0, 9284.0, 9249.0, 9286.0, 9267.0, 9321.0, 9339.0, 9258.0, 9278.0, 9287.0, 9261.0, 9278.0, 9227.0, 9255.0, 9285.0, 9250.0, 9275.0, 9254.0, 9286.0, 9311.0, 9281.0, 9294.0, 9272.0, 9325.0, 9309.0, 9298.0, 9323.0, 9297.0, 9329.0, 9307.0, 9324.0, 9341.0, 9309.0, 9331.0, 9288.0, 9338.0, 9376.0, 9333.0, 9325.0, 9337.0, 9313.0, 9327.0, 9278.0, 9333.0, 9322.0, 9299.0, 9334.0, 9327.0, 9376.0, 9380.0, 9394.0, 9353.0, 9370.0, 9350.0, 9306.0, 9332.0, 9315.0, 9350.0, 9279.0, 9317.0, 9337.0, 9284.0, 9326.0, 9286.0, 9299.0, 9323.0, 9313.0, 9303.0, 9267.0, 9292.0, 9366.0, 9293.0, 9328.0, 9321.0, 9294.0, 9337.0, 9293.0, 9312.0, 9340.0, 9316.0, 9330.0, 9296.0, 9358.0, 9338.0, 9324.0, 9388.0, 9340.0, 9378.0, 9366.0, 9382.0, 9314.0, 9294.0, 9347.0, 9301.0, 9300.0, 9330.0, 9293.0, 9309.0, 9336.0, 9290.0, 9305.0, 9255.0, 9264.0, 9291.0, 9251.0, 9291.0, 9308.0, 9277.0, 9282.0, 9292.0, 9280.0, 9342.0, 9270.0, 9290.0, 9277.0, 9269.0, 9287.0, 9281.0, 9235.0, 9296.0, 9320.0, 9294.0, 9319.0, 9326.0, 9292.0, 9332.0, 9298.0, 9326.0, 9352.0, 9291.0, 9311.0, 9313.0, 9262.0, 9277.0, 9260.0, 9272.0, 9232.0, 9275.0, 9245.0, 9283.0, 9303.0, 9219.0, 9213.0, 9220.0, 9172.0, 9201.0, 9213.0, 9186.0, 9204.0, 9158.0, 9191.0, 9219.0, 9178.0, 9209.0, 9236.0, 9232.0, 9231.0, 9194.0, 9219.0, 9244.0, 9236.0, 9253.0, 9228.0, 9260.0, 9279.0, 9256.0, 9289.0, 9300.0, 9310.0, 9278.0, 9295.0, 9319.0, 9286.0, 9330.0, 9295.0, 9291.0, 9325.0, 9287.0, 9314.0, 9323.0, 9290.0, 9331.0, 9272.0, 9292.0, 9319.0, 9292.0, 9328.0, 9280.0, 9282.0, 9370.0, 9309.0, 9322.0, 9285.0, 9273.0, 9249.0, 9240.0, 9263.0, 9282.0, 9303.0, 9307.0, 9350.0, 9281.0, 9326.0, 9346.0, 9309.0, 9333.0, 9268.0, 9297.0, 9336.0, 9307.0, 9293.0, 9253.0, 9276.0, 9226.0, 9277.0, 9252.0, 9300.0, 9265.0, 9299.0, 9321.0, 9226.0, 9222.0, 9245.0, 9214.0, 9228.0, 9195.0, 9216.0, 9288.0, 9243.0, 9275.0, 9248.0, 9249.0, 9286.0, 9261.0, 9280.0, 9262.0, 9268.0, 9298.0, 9271.0, 9302.0, 9298.0, 9271.0, 9314.0, 9252.0, 9290.0, 9308.0, 9279.0, 9304.0, 9269.0, 9304.0, 9361.0, 9294.0, 9299.0, 9244.0, 9282.0, 9243.0, 9298.0, 9322.0, 9302.0, 9354.0, 9329.0, 9339.0, 9321.0, 9339.0, 9268.0, 9318.0, 9328.0, 9309.0, 9337.0, 9303.0, 9329.0, 9295.0, 9282.0, 9329.0, 9248.0, 9281.0, 9296.0, 9244.0, 9284.0, 9254.0, 9288.0, 9273.0, 9264.0, 9317.0, 9294.0, 9304.0, 9321.0, 9340.0, 9322.0, 9348.0, 9293.0, 9272.0, 9345.0, 9311.0, 9307.0, 9254.0, 9351.0, 9351.0, 9278.0, 9291.0, 9302.0, 9250.0, 9298.0, 9237.0, 9291.0, 9315.0, 9288.0, 9302.0, 9250.0, 9275.0, 9342.0, 9278.0, 9294.0, 9339.0, 9283.0, 9327.0, 9288.0, 9256.0, 9303.0, 9256.0, 9273.0, 9310.0, 9284.0, 9336.0, 9315.0, 9225.0, 9273.0, 9239.0, 9236.0, 9202.0, 9271.0, 9248.0, 9287.0, 9315.0, 9269.0, 9299.0, 9235.0, 9261.0, 9348.0, 9284.0, 9315.0, 9338.0, 9293.0, 9289.0, 9272.0, 9254.0, 9294.0, 9263.0, 9275.0, 9232.0, 9273.0, 9232.0, 9265.0, 9221.0, 9264.0, 9297.0, 9221.0, 9219.0, 9250.0, 9199.0, 9226.0, 9256.0, 9215.0, 9230.0, 9202.0, 9224.0, 9267.0, 9228.0, 9249.0, 9254.0, 9247.0, 9275.0, 9248.0, 9280.0, 9295.0, 9254.0, 9283.0, 9253.0, 9281.0, 9319.0, 9289.0, 9289.0, 9259.0, 9280.0, 9321.0, 9264.0, 9289.0, 9320.0, 9297.0, 9324.0, 9287.0, 9316.0, 9334.0, 9295.0, 9314.0, 9274.0, 9305.0, 9340.0, 9303.0, 9329.0, 9298.0, 9316.0, 9303.0, 9278.0, 9324.0, 9277.0, 9297.0, 9315.0, 9277.0, 9292.0, 9315.0, 9249.0, 9284.0, 9239.0, 9267.0, 9290.0, 9256.0, 9267.0, 9297.0, 9244.0, 9260.0, 9214.0, 9247.0, 9300.0, 9287.0, 9260.0, 9247.0, 9236.0, 9214.0, 9218.0, 9199.0, 9226.0, 9199.0, 9262.0, 9286.0, 9245.0, 9259.0, 9206.0, 9255.0, 9266.0, 9261.0, 9281.0, 9252.0, 9252.0, 9294.0, 9265.0, 9279.0, 9228.0, 9257.0, 9229.0, 9250.0, 9204.0, 9276.0, 9205.0, 9251.0, 9263.0, 9200.0, 9208.0, 9190.0, 9191.0, 9234.0, 9191.0, 9224.0, 9206.0, 9219.0, 9255.0, 9217.0, 9231.0, 9199.0, 9217.0, 9245.0, 9238.0, 9250.0, 9213.0, 9261.0, 9274.0, 9247.0, 9276.0, 9246.0, 9265.0, 9301.0, 9320.0, 9318.0, 9267.0, 9291.0, 9260.0, 9277.0, 9322.0, 9307.0, 9309.0, 9319.0, 9331.0, 9280.0, 9295.0, 9296.0, 9327.0, 9290.0, 9292.0, 9307.0, 9303.0, 9377.0, 9292.0, 9288.0, 9318.0, 9274.0, 9285.0, 9312.0, 9271.0, 9325.0, 9290.0, 9279.0, 9334.0, 9275.0, 9329.0, 9357.0, 9313.0, 9351.0, 9288.0, 9320.0, 9358.0, 9320.0, 9369.0, 9362.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.002600723306544202</td></tr>
<tr><td colspan=3>aqi</td><td>0.03855140355912744</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.54073944525292</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2029791092758617</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0280073752413792</td></tr>
<tr><td colspan=3>efc</td><td>0.5306</td></tr>
<tr><td colspan=3>fber</td><td>3033.5322</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16791855629743146</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>215</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>24.68427095292767</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7115624367341566</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6275035737190695</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.929531930154516</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.577651806328883</td></tr>
<tr><td colspan=3>gcor</td><td>0.0192384</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.003932985011488199</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03387243300676346</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.919231066539902</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>11.7512</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.0541</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>246.3599</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288138.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1203.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>432.8681</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4752</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>499.0538</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3282.2612</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3475.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88406.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1128.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4305.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>886.6485</td></tr>
<tr><td colspan=3>tsnr</td><td>29.82801315461984</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>