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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0037/ses-01/func/sub-0037_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d2b7488e4e02b2ad124799d60edab52a</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>11:32:1.975000</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.99971, 0.00475741, 0.0236088, -0.00401315, 0.999497, -0.0314728]</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100322</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7749, -7250, 613, -58, -182, 40, 39]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>269.307</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d3c952f0-143f-4936-a8f8-45e4f2396fb3||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.6821486949920654, -0.010766974650323391, 0.06411605328321457, 112.11647033691406], [-0.012763788923621178, 2.6815762519836426, -0.08469603955745697, -81.9780044555664], [0.06334080547094345, 0.08443916589021683, 2.697909355163574, -77.32073974609375], [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': ['113201.975000', '113202.435000', '113202.895000', '113203.355000', '113203.815000', '113204.275000', '113204.735000', '113205.195000', '113205.655000', '113206.115000', '113206.575000', '113207.035000', '113207.495000', '113207.955000', '113208.415000', '113208.875000', '113209.335000', '113209.795000', '113210.255000', '113210.715000', '113211.175000', '113211.635000', '113212.095000', '113212.555000', '113213.015000', '113213.475000', '113213.935000', '113214.395000', '113214.855000', '113215.315000', '113215.775000', '113216.235000', '113216.695000', '113217.155000', '113217.615000', '113218.075000', '113218.535000', '113218.995000', '113219.455000', '113219.915000', '113220.375000', '113220.835000', '113221.295000', '113221.755000', '113222.215000', '113222.675000', '113223.135000', '113223.595000', '113224.055000', '113224.515000', '113224.975000', '113225.435000', '113225.895000', '113226.355000', '113226.815000', '113227.275000', '113227.735000', '113228.195000', '113228.655000', '113229.115000', '113229.575000', '113230.035000', '113230.495000', '113230.955000', '113231.415000', '113231.875000', '113232.335000', '113232.795000', '113233.255000', '113233.715000', '113234.175000', '113234.635000', '113235.095000', '113235.555000', '113236.015000', '113236.475000', '113236.935000', '113237.395000', '113237.855000', '113238.315000', '113238.775000', '113239.235000', '113239.695000', '113240.155000', '113240.615000', '113241.075000', '113241.535000', '113241.995000', '113242.455000', '113242.915000', '113243.375000', '113243.835000', '113244.295000', '113244.755000', '113245.215000', '113245.675000', '113246.135000', '113246.595000', '113247.055000', '113247.515000', '113247.975000', '113248.435000', '113248.895000', '113249.355000', '113249.815000', '113250.275000', '113250.735000', '113251.195000', '113251.655000', '113252.115000', '113252.575000', '113253.035000', '113253.495000', '113253.955000', '113254.415000', '113254.875000', '113255.335000', '113255.795000', '113256.255000', '113256.715000', '113257.175000', '113257.635000', '113258.095000', '113258.555000', '113259.015000', '113259.475000', '113259.935000', '113300.395000', '113300.855000', '113301.315000', '113301.775000', '113302.235000', '113302.695000', '113303.155000', '113303.615000', '113304.075000', '113304.535000', '113304.995000', '113305.455000', '113305.915000', '113306.375000', '113306.835000', '113307.295000', '113307.755000', '113308.215000', '113308.675000', '113309.135000', '113309.595000', '113310.055000', '113310.515000', '113310.975000', '113311.435000', '113311.895000', '113312.355000', '113312.815000', '113313.275000', '113313.735000', '113314.195000', '113314.655000', '113315.115000', '113315.575000', '113316.035000', '113316.495000', '113316.955000', '113317.415000', '113317.875000', '113318.335000', '113318.795000', '113319.255000', '113319.715000', '113320.175000', '113320.635000', '113321.095000', '113321.555000', '113322.015000', '113322.475000', '113322.935000', '113323.395000', '113323.855000', '113324.315000', '113324.775000', '113325.235000', '113325.695000', '113326.155000', '113326.615000', '113327.075000', '113327.535000', '113327.995000', '113328.455000', '113328.915000', '113329.375000', '113329.835000', '113330.295000', '113330.755000', '113331.215000', '113331.675000', '113332.135000', '113332.595000', '113333.055000', '113333.515000', '113333.975000', '113334.435000', '113334.895000', '113335.355000', '113335.815000', '113336.275000', '113336.735000', '113337.195000', '113337.655000', '113338.115000', '113338.575000', '113339.035000', '113339.495000', '113339.955000', '113340.415000', '113340.875000', '113341.335000', '113341.795000', '113342.255000', '113342.715000', '113343.175000', '113343.635000', '113344.095000', '113344.555000', '113345.015000', '113345.475000', '113345.935000', '113346.395000', '113346.855000', '113347.315000', '113347.775000', '113348.235000', '113348.695000', '113349.155000', '113349.615000', '113350.075000', '113350.535000', '113350.995000', '113351.455000', '113351.915000', '113352.375000', '113352.835000', '113353.295000', '113353.755000', '113354.215000', '113354.675000', '113355.135000', '113355.595000', '113356.055000', '113356.515000', '113356.975000', '113357.435000', '113357.895000', '113358.355000', '113358.815000', '113359.275000', '113359.735000', '113400.195000', '113400.655000', '113401.115000', '113401.575000', '113402.035000', '113402.495000', '113402.955000', '113403.415000', '113403.875000', '113404.335000', '113404.795000', '113405.255000', '113405.715000', '113406.175000', '113406.635000', '113407.095000', '113407.555000', '113408.015000', '113408.475000', '113408.935000', '113409.395000', '113409.855000', '113410.315000', '113410.775000', '113411.235000', '113411.695000', '113412.155000', '113412.615000', '113413.075000', '113413.535000', '113413.995000', '113414.455000', '113414.915000', '113415.375000', '113415.835000', '113416.295000', '113416.755000', '113417.215000', '113417.675000', '113418.135000', '113418.595000', '113419.055000', '113419.515000', '113419.975000', '113420.435000', '113420.895000', '113421.355000', '113421.815000', '113422.275000', '113422.735000', '113423.195000', '113423.655000', '113424.115000', '113424.575000', '113425.035000', '113425.495000', '113425.955000', '113426.415000', '113426.875000', '113427.335000', '113427.795000', '113428.255000', '113428.715000', '113429.175000', '113429.635000', '113430.095000', '113430.555000', '113431.015000', '113431.475000', '113431.935000', '113432.395000', '113432.855000', '113433.315000', '113433.775000', '113434.235000', '113434.695000', '113435.155000', '113435.615000', '113436.075000', '113436.535000', '113436.995000', '113437.455000', '113437.915000', '113438.375000', '113438.835000', '113439.295000', '113439.755000', '113440.215000', '113440.675000', '113441.135000', '113441.595000', '113442.055000', '113442.515000', '113442.975000', '113443.435000', '113443.895000', '113444.355000', '113444.815000', '113445.275000', '113445.735000', '113446.195000', '113446.655000', '113447.115000', '113447.575000', '113448.035000', '113448.495000', '113448.955000', '113449.415000', '113449.875000', '113450.335000', '113450.795000', '113451.255000', '113451.715000', '113452.175000', '113452.635000', '113453.095000', '113453.555000', '113454.015000', '113454.475000', '113454.935000', '113455.395000', '113455.855000', '113456.315000', '113456.775000', '113457.235000', '113457.695000', '113458.155000', '113458.615000', '113459.075000', '113459.535000', '113459.995000', '113500.455000', '113500.915000', '113501.375000', '113501.835000', '113502.295000', '113502.755000', '113503.215000', '113503.675000', '113504.135000', '113504.595000', '113505.055000', '113505.515000', '113505.975000', '113506.435000', '113506.895000', '113507.355000', '113507.815000', '113508.275000', '113508.735000', '113509.195000', '113509.655000', '113510.115000', '113510.575000', '113511.035000', '113511.495000', '113511.955000', '113512.415000', '113512.875000', '113513.335000', '113513.795000', '113514.255000', '113514.715000', '113515.175000', '113515.635000', '113516.095000', '113516.555000', '113517.015000', '113517.475000', '113517.935000', '113518.395000', '113518.855000', '113519.315000', '113519.775000', '113520.235000', '113520.695000', '113521.155000', '113521.615000', '113522.075000', '113522.535000', '113522.995000', '113523.455000', '113523.915000', '113524.375000', '113524.835000', '113525.295000', '113525.755000', '113526.215000', '113526.675000', '113527.135000', '113527.595000', '113528.055000', '113528.515000', '113528.975000', '113529.435000', '113529.895000', '113530.355000', '113530.815000', '113531.275000', '113531.735000', '113532.195000', '113532.655000', '113533.115000', '113533.575000', '113534.035000', '113534.495000', '113534.955000', '113535.415000', '113535.875000', '113536.335000', '113536.795000', '113537.255000', '113537.715000', '113538.175000', '113538.635000', '113539.095000', '113539.555000', '113540.015000', '113540.475000', '113540.935000', '113541.395000', '113541.855000', '113542.315000', '113542.775000', '113543.235000', '113543.695000', '113544.155000', '113544.615000', '113545.075000', '113545.535000', '113545.995000', '113546.455000', '113546.915000', '113547.375000', '113547.835000', '113548.295000', '113548.755000', '113549.215000', '113549.675000', '113550.135000', '113550.595000', '113551.055000', '113551.515000', '113551.975000', '113552.435000', '113552.895000', '113553.355000', '113553.815000', '113554.275000', '113554.735000', '113555.195000', '113555.655000', '113556.115000', '113556.575000', '113557.035000', '113557.495000', '113557.955000', '113558.415000', '113558.875000', '113559.335000', '113559.795000', '113600.255000', '113600.715000', '113601.175000', '113601.635000', '113602.095000', '113602.555000', '113603.015000', '113603.475000', '113603.935000', '113604.395000', '113604.855000', '113605.315000', '113605.775000', '113606.235000', '113606.695000', '113607.155000', '113607.615000', '113608.075000', '113608.535000', '113608.995000', '113609.455000', '113609.915000', '113610.375000', '113610.835000', '113611.295000', '113611.755000', '113612.215000', '113612.675000', '113613.135000', '113613.595000', '113614.055000', '113614.515000', '113614.975000', '113615.435000', '113615.895000', '113616.355000', '113616.815000', '113617.275000', '113617.735000', '113618.195000', '113618.655000', '113619.115000', '113619.575000', '113620.035000', '113620.495000', '113620.955000', '113621.415000', '113621.875000', '113622.335000', '113622.795000', '113623.255000', '113623.715000', '113624.175000', '113624.635000', '113625.095000', '113625.555000', '113626.015000', '113626.475000', '113626.935000', '113627.395000', '113627.855000', '113628.315000', '113628.775000', '113629.235000', '113629.695000', '113630.155000', '113630.615000', '113631.075000', '113631.535000', '113631.995000', '113632.455000', '113632.915000', '113633.375000', '113633.835000', '113634.295000', '113634.755000', '113635.215000', '113635.675000', '113636.135000', '113636.595000', '113637.055000', '113637.515000', '113637.975000', '113638.435000', '113638.895000', '113639.355000', '113639.815000', '113640.275000', '113640.735000', '113641.195000', '113641.655000', '113642.115000', '113642.575000', '113643.035000', '113643.495000', '113643.955000', '113644.415000', '113644.875000', '113645.335000', '113645.795000', '113646.255000', '113646.715000', '113647.175000', '113647.635000', '113648.095000', '113648.555000', '113649.015000', '113649.475000', '113649.935000', '113650.395000', '113650.855000', '113651.315000', '113651.775000', '113652.235000', '113652.695000', '113653.155000', '113653.615000', '113654.075000', '113654.535000', '113654.995000', '113655.455000', '113655.915000', '113656.375000', '113656.835000', '113657.295000', '113657.755000', '113658.215000', '113658.675000', '113659.135000', '113659.595000', '113700.055000', '113700.515000', '113700.975000', '113701.435000', '113701.895000', '113702.355000', '113702.815000', '113703.275000', '113703.735000', '113704.195000', '113704.655000', '113705.115000', '113705.575000', '113706.035000', '113706.495000', '113706.955000', '113707.415000', '113707.875000', '113708.335000', '113708.795000', '113709.255000', '113709.715000', '113710.175000', '113710.635000', '113711.095000', '113711.555000', '113712.015000', '113712.475000', '113712.935000', '113713.395000', '113713.855000', '113714.315000', '113714.775000', '113715.235000', '113715.695000', '113716.155000', '113716.615000', '113717.075000', '113717.535000', '113717.995000', '113718.455000', '113718.915000', '113719.375000', '113719.835000', '113720.295000', '113720.755000', '113721.215000', '113721.675000', '113722.135000', '113722.595000', '113723.055000', '113723.515000', '113723.975000', '113724.435000', '113724.895000', '113725.355000', '113725.815000', '113726.275000', '113726.735000', '113727.195000', '113727.655000', '113728.115000', '113728.575000', '113729.035000', '113729.495000', '113729.955000', '113730.415000', '113730.875000', '113731.335000', '113731.795000', '113732.255000', '113732.715000', '113733.175000', '113733.635000', '113734.095000', '113734.555000', '113735.015000', '113735.475000', '113735.935000', '113736.395000', '113736.855000', '113737.315000', '113737.775000', '113738.235000', '113738.695000', '113739.155000', '113739.615000', '113740.075000', '113740.535000', '113740.995000', '113741.455000', '113741.915000', '113742.375000', '113742.835000', '113743.295000', '113743.755000', '113744.215000', '113744.675000', '113745.135000', '113745.595000', '113746.055000', '113746.515000', '113746.975000', '113747.435000', '113747.895000', '113748.355000', '113748.815000', '113749.275000', '113749.735000', '113750.195000', '113750.655000', '113751.115000', '113751.575000', '113752.035000', '113752.495000', '113752.955000', '113753.415000', '113753.875000', '113754.335000', '113754.795000', '113755.255000', '113755.715000', '113756.175000', '113756.635000', '113757.095000', '113757.555000', '113758.015000', '113758.475000', '113758.935000', '113759.395000', '113759.855000', '113800.315000', '113800.775000', '113801.235000', '113801.695000', '113802.155000', '113802.615000', '113803.075000', '113803.535000', '113803.995000', '113804.455000', '113804.915000', '113805.375000', '113805.835000', '113806.295000', '113806.755000', '113807.215000', '113807.675000', '113808.135000', '113808.595000', '113809.055000', '113809.515000', '113809.975000', '113810.435000', '113810.895000', '113811.355000', '113811.815000', '113812.275000', '113812.735000', '113813.195000', '113813.655000', '113814.115000', '113814.575000', '113815.035000', '113815.495000', '113815.955000', '113816.415000', '113816.875000', '113817.335000', '113817.795000', '113818.255000', '113818.715000', '113819.175000', '113819.635000', '113820.095000', '113820.555000', '113821.015000', '113821.475000', '113821.935000', '113822.395000', '113822.855000', '113823.315000', '113823.775000', '113824.235000', '113824.695000', '113825.155000', '113825.615000', '113826.075000', '113826.535000', '113826.995000', '113827.455000', '113827.915000', '113828.375000', '113828.835000', '113829.295000', '113829.755000', '113830.215000', '113830.675000', '113831.135000', '113831.595000', '113832.055000', '113832.515000', '113832.975000', '113833.435000', '113833.895000', '113834.355000', '113834.815000', '113835.275000', '113835.735000', '113836.195000', '113836.655000', '113837.115000', '113837.575000', '113838.035000', '113838.495000', '113838.955000', '113839.415000', '113839.875000', '113840.335000', '113840.795000', '113841.255000', '113841.715000', '113842.175000', '113842.635000'], 'ContentTime': ['113215.225000', '113215.228000', '113215.231000', '113215.234000', '113215.237000', '113215.245000', '113215.248000', '113215.250000', '113215.253000', '113215.256000', '113215.259000', '113215.262000', '113215.264000', '113215.267000', '113215.270000', '113215.273000', '113215.276000', '113215.278000', '113215.281000', '113215.284000', '113215.287000', '113215.290000', '113215.292000', '113215.295000', '113215.298000', '113215.301000', '113215.303000', '113235.194000', '113235.197000', '113235.200000', '113235.202000', '113235.205000', '113235.208000', '113235.211000', '113235.214000', '113235.216000', '113235.219000', '113235.222000', '113235.225000', '113235.227000', '113235.230000', '113235.233000', '113235.236000', '113235.240000', '113235.244000', '113235.248000', '113235.251000', '113235.253000', '113235.256000', '113235.259000', '113235.262000', '113235.265000', '113235.267000', '113235.270000', '113235.273000', '113235.276000', '113235.279000', '113235.281000', '113235.284000', '113235.287000', '113235.290000', '113235.292000', '113235.295000', '113235.298000', '113235.301000', '113235.303000', '113235.306000', '113235.309000', '113235.312000', '113235.315000', '113255.194000', '113255.197000', '113255.200000', '113255.202000', '113255.205000', '113255.208000', '113255.211000', '113255.214000', '113255.216000', '113255.219000', '113255.222000', '113255.225000', '113255.228000', '113255.230000', '113255.233000', '113255.236000', '113255.239000', '113255.242000', '113255.244000', '113255.247000', '113255.250000', '113255.253000', '113255.255000', '113255.258000', '113255.261000', '113255.264000', '113255.267000', '113255.269000', '113255.272000', '113255.275000', '113255.278000', '113255.281000', '113255.283000', '113255.286000', '113255.289000', '113255.292000', '113255.295000', '113255.297000', '113255.300000', '113255.308000', '113255.311000', '113255.314000', '113255.317000', '113255.320000', '113315.194000', '113315.197000', '113315.200000', '113315.202000', '113315.205000', '113315.208000', '113315.211000', '113315.214000', '113315.216000', '113315.219000', '113315.222000', '113315.225000', '113315.239000', '113315.242000', '113315.244000', '113315.247000', '113315.250000', '113315.253000', '113315.255000', '113315.258000', '113315.261000', '113315.264000', '113315.267000', '113315.270000', '113315.273000', '113315.275000', '113315.278000', '113315.281000', '113315.284000', '113315.287000', '113315.290000', '113315.292000', '113315.295000', '113315.298000', '113315.301000', '113315.303000', '113315.306000', '113315.309000', '113315.312000', '113315.315000', '113315.317000', '113315.320000', '113315.323000', '113335.194000', '113335.197000', '113335.200000', '113335.202000', '113335.205000', '113335.208000', '113335.211000', '113335.214000', '113335.216000', '113335.219000', '113335.222000', '113335.225000', '113335.228000', '113335.230000', '113335.233000', '113335.236000', '113335.239000', '113335.242000', '113335.244000', '113335.247000', '113335.250000', '113335.253000', '113335.256000', '113335.259000', '113335.261000', '113335.264000', '113335.267000', '113335.270000', '113335.273000', '113335.276000', '113335.278000', '113335.281000', '113335.284000', '113335.287000', '113335.290000', '113335.292000', '113335.295000', '113335.298000', '113335.301000', '113335.304000', '113335.306000', '113335.309000', '113335.312000', '113335.315000', '113355.194000', '113355.197000', '113355.200000', '113355.202000', '113355.205000', '113355.208000', '113355.211000', '113355.214000', '113355.216000', '113355.220000', '113355.223000', '113355.226000', '113355.229000', '113355.232000', '113355.234000', '113355.237000', '113355.240000', '113355.243000', '113355.245000', '113355.248000', '113355.251000', '113355.254000', '113355.257000', '113355.259000', '113355.262000', '113355.265000', '113355.268000', '113355.271000', '113355.274000', '113355.277000', '113355.280000', '113355.282000', '113355.285000', '113355.288000', '113355.291000', '113355.294000', '113355.297000', '113355.299000', '113355.302000', '113355.305000', '113355.308000', '113355.311000', '113355.313000', '113415.194000', '113415.197000', '113415.200000', '113415.202000', '113415.205000', '113415.208000', '113415.211000', '113415.214000', '113415.217000', '113415.219000', '113415.222000', '113415.225000', '113415.228000', '113415.230000', '113415.233000', '113415.236000', '113415.239000', '113415.242000', '113415.244000', '113415.247000', '113415.250000', '113415.253000', '113415.256000', '113415.258000', '113415.261000', '113415.264000', '113415.267000', '113415.270000', '113415.273000', '113415.275000', '113415.278000', '113415.281000', '113415.284000', '113415.287000', '113415.289000', '113415.292000', '113415.295000', '113415.298000', '113415.301000', '113415.303000', '113415.306000', '113415.309000', '113415.312000', '113415.314000', '113435.194000', '113435.197000', '113435.200000', '113435.202000', '113435.205000', '113435.208000', '113435.211000', '113435.214000', '113435.216000', '113435.219000', '113435.222000', '113435.225000', '113435.228000', '113435.230000', '113435.233000', '113435.236000', '113435.239000', '113435.242000', '113435.244000', '113435.247000', '113435.250000', '113435.253000', '113435.255000', '113435.258000', '113435.261000', '113435.264000', '113435.267000', '113435.269000', '113435.272000', '113435.275000', '113435.278000', '113435.281000', '113435.283000', '113435.286000', '113435.289000', '113435.292000', '113435.295000', '113435.297000', '113435.300000', '113435.303000', '113435.306000', '113435.309000', '113435.314000', '113455.194000', '113455.197000', '113455.200000', '113455.203000', '113455.205000', '113455.208000', '113455.211000', '113455.214000', '113455.217000', '113455.219000', '113455.222000', '113455.225000', '113455.228000', '113455.231000', '113455.233000', '113455.236000', '113455.239000', '113455.242000', '113455.245000', '113455.247000', '113455.250000', '113455.253000', '113455.256000', '113455.259000', '113455.261000', '113455.264000', '113455.267000', '113455.270000', '113455.273000', '113455.275000', '113455.278000', '113455.281000', '113455.284000', '113455.286000', '113455.289000', '113455.292000', '113455.295000', '113455.298000', '113455.301000', '113455.303000', '113455.306000', '113455.309000', '113455.312000', '113455.315000', '113515.194000', '113515.197000', '113515.200000', '113515.203000', '113515.205000', '113515.208000', '113515.211000', '113515.214000', '113515.217000', '113515.219000', '113515.222000', '113515.225000', '113515.228000', '113515.231000', '113515.233000', '113515.236000', '113515.239000', '113515.242000', '113515.244000', '113515.247000', '113515.250000', '113515.253000', '113515.256000', '113515.259000', '113515.262000', '113515.265000', '113515.268000', '113515.271000', '113515.273000', '113515.276000', '113515.279000', '113515.282000', '113515.285000', '113515.287000', '113515.290000', '113515.293000', '113515.296000', '113515.299000', '113515.301000', '113515.304000', '113515.307000', '113515.310000', '113515.313000', '113535.194000', '113535.197000', '113535.200000', '113535.203000', '113535.205000', '113535.208000', '113535.211000', '113535.214000', '113535.217000', '113535.220000', '113535.222000', '113535.225000', '113535.228000', '113535.231000', '113535.234000', '113535.236000', '113535.239000', '113535.242000', '113535.245000', '113535.248000', '113535.250000', '113535.253000', '113535.256000', '113535.259000', '113535.262000', '113535.265000', '113535.267000', '113535.270000', '113535.273000', '113535.276000', '113535.279000', '113535.281000', '113535.284000', '113535.287000', '113535.290000', '113535.293000', '113535.295000', '113535.298000', '113535.301000', '113535.304000', '113535.307000', '113535.309000', '113535.312000', '113535.315000', '113555.194000', '113555.197000', '113555.200000', '113555.202000', '113555.205000', '113555.208000', '113555.211000', '113555.214000', '113555.217000', '113555.219000', '113555.222000', '113555.225000', '113555.228000', '113555.230000', '113555.233000', '113555.236000', '113555.239000', '113555.242000', '113555.244000', '113555.247000', '113555.250000', '113555.253000', '113555.256000', '113555.259000', '113555.262000', '113555.264000', '113555.267000', '113555.270000', '113555.273000', '113555.275000', '113555.278000', '113555.281000', '113555.284000', '113555.286000', '113555.289000', '113555.292000', '113555.295000', '113555.298000', '113555.300000', '113555.303000', '113555.306000', '113555.309000', '113555.312000', '113615.194000', '113615.197000', '113615.200000', '113615.202000', '113615.205000', '113615.208000', '113615.211000', '113615.226000', '113615.228000', '113615.231000', '113615.234000', '113615.237000', '113615.240000', '113615.243000', '113615.245000', '113615.248000', '113615.251000', '113615.254000', '113615.258000', '113615.260000', '113615.263000', '113615.266000', '113615.269000', '113615.272000', '113615.274000', '113615.277000', '113615.280000', '113615.283000', '113615.286000', '113615.288000', '113615.291000', '113615.294000', '113615.297000', '113615.312000', '113615.315000', '113615.318000', '113615.320000', '113615.323000', '113615.326000', '113615.329000', '113615.332000', '113615.334000', '113615.337000', '113615.340000', '113635.194000', '113635.197000', '113635.200000', '113635.202000', '113635.205000', '113635.208000', '113635.211000', '113635.214000', '113635.216000', '113635.219000', '113635.222000', '113635.225000', '113635.228000', '113635.231000', '113635.233000', '113635.236000', '113635.239000', '113635.242000', '113635.245000', '113635.247000', '113635.250000', '113635.253000', '113635.256000', '113635.259000', '113635.261000', '113635.264000', '113635.267000', '113635.270000', '113635.272000', '113635.275000', '113635.278000', '113635.281000', '113635.284000', '113635.287000', '113635.289000', '113635.292000', '113635.295000', '113635.299000', '113635.302000', '113635.305000', '113635.307000', '113635.310000', '113635.313000', '113655.194000', '113655.197000', '113655.200000', '113655.203000', '113655.205000', '113655.208000', '113655.211000', '113655.214000', '113655.217000', '113655.219000', '113655.222000', '113655.225000', '113655.228000', '113655.231000', '113655.233000', '113655.236000', '113655.239000', '113655.242000', '113655.245000', '113655.247000', '113655.250000', '113655.253000', '113655.256000', '113655.259000', '113655.261000', '113655.264000', '113655.267000', '113655.270000', '113655.273000', '113655.276000', '113655.278000', '113655.281000', '113655.284000', '113655.287000', '113655.290000', '113655.293000', '113655.295000', '113655.298000', '113655.301000', '113655.304000', '113655.306000', '113655.309000', '113655.312000', '113655.315000', '113715.194000', '113715.197000', '113715.200000', '113715.203000', '113715.205000', '113715.208000', '113715.211000', '113715.214000', '113715.217000', '113715.219000', '113715.222000', '113715.225000', '113715.228000', '113715.231000', '113715.233000', '113715.236000', '113715.239000', '113715.242000', '113715.245000', '113715.248000', '113715.250000', '113715.253000', '113715.256000', '113715.259000', '113715.262000', '113715.264000', '113715.267000', '113715.270000', '113715.273000', '113715.275000', '113715.278000', '113715.281000', '113715.284000', '113715.287000', '113715.290000', '113715.292000', '113715.295000', '113715.298000', '113715.301000', '113715.304000', '113715.307000', '113715.309000', '113715.312000', '113735.194000', '113735.197000', '113735.200000', '113735.203000', '113735.205000', '113735.208000', '113735.211000', '113735.214000', '113735.217000', '113735.219000', '113735.222000', '113735.225000', '113735.228000', '113735.231000', '113735.233000', '113735.236000', '113735.239000', '113735.242000', '113735.245000', '113735.248000', '113735.250000', '113735.253000', '113735.256000', '113735.259000', '113735.262000', '113735.264000', '113735.267000', '113735.270000', '113735.273000', '113735.276000', '113735.279000', '113735.281000', '113735.284000', '113735.287000', '113735.290000', '113735.293000', '113735.295000', '113735.298000', '113735.301000', '113735.304000', '113735.307000', '113735.309000', '113735.312000', '113735.315000', '113755.194000', '113755.197000', '113755.200000', '113755.203000', '113755.205000', '113755.208000', '113755.211000', '113755.214000', '113755.217000', '113755.220000', '113755.222000', '113755.225000', '113755.228000', '113755.231000', '113755.234000', '113755.237000', '113755.240000', '113755.243000', '113755.246000', '113755.249000', '113755.251000', '113755.254000', '113755.257000', '113755.260000', '113755.263000', '113755.265000', '113755.268000', '113755.271000', '113755.274000', '113755.277000', '113755.280000', '113755.283000', '113755.285000', '113755.288000', '113755.291000', '113755.294000', '113755.297000', '113755.301000', '113755.304000', '113755.307000', '113755.310000', '113755.312000', '113755.315000', '113815.194000', '113815.197000', '113815.200000', '113815.203000', '113815.205000', '113815.208000', '113815.211000', '113815.214000', '113815.217000', '113815.219000', '113815.222000', '113815.225000', '113815.228000', '113815.231000', '113815.233000', '113815.236000', '113815.239000', '113815.242000', '113815.245000', '113815.247000', '113815.250000', '113815.253000', '113815.256000', '113815.259000', '113815.262000', '113815.264000', '113815.267000', '113815.270000', '113815.273000', '113815.276000', '113815.279000', '113815.281000', '113815.284000', '113815.287000', '113815.290000', '113815.293000', '113815.295000', '113815.298000', '113815.301000', '113815.304000', '113815.307000', '113815.310000', '113815.312000', '113815.315000', '113835.195000', '113835.198000', '113835.201000', '113835.203000', '113835.206000', '113835.209000', '113835.212000', '113835.215000', '113835.217000', '113835.220000', '113835.223000', '113835.226000', '113835.229000', '113835.231000', '113835.234000', '113835.237000', '113835.240000', '113835.243000', '113835.245000', '113835.248000', '113835.251000', '113835.254000', '113835.257000', '113835.259000', '113835.262000', '113835.265000', '113835.268000', '113835.271000', '113835.273000', '113835.276000', '113835.279000', '113835.282000', '113835.285000', '113835.288000', '113835.290000', '113835.293000', '113835.296000', '113835.299000', '113835.302000', '113835.304000', '113835.307000', '113835.310000', '113835.313000', '113843.757000', '113843.760000', '113843.763000', '113843.766000', '113843.770000', '113843.773000', '113843.776000', '113843.780000', '113843.783000', '113843.787000', '113843.790000', '113843.793000', '113843.796000', '113843.798000', '113843.801000', '113843.804000', '113843.807000', '113843.810000', '113843.813000'], 'InstanceCreationTime': ['113215.225000', '113215.228000', '113215.231000', '113215.234000', '113215.237000', '113215.245000', '113215.248000', '113215.250000', '113215.253000', '113215.256000', '113215.259000', '113215.262000', '113215.264000', '113215.267000', '113215.270000', '113215.273000', '113215.276000', '113215.278000', '113215.281000', '113215.284000', '113215.287000', '113215.290000', '113215.292000', '113215.295000', '113215.298000', '113215.301000', '113215.303000', '113235.194000', '113235.197000', '113235.200000', '113235.202000', '113235.205000', '113235.208000', '113235.211000', '113235.214000', '113235.216000', '113235.219000', '113235.222000', '113235.225000', '113235.227000', '113235.230000', '113235.233000', '113235.236000', '113235.240000', '113235.244000', '113235.248000', '113235.251000', '113235.253000', '113235.256000', '113235.259000', '113235.262000', '113235.265000', '113235.267000', '113235.270000', '113235.273000', '113235.276000', '113235.279000', '113235.281000', '113235.284000', '113235.287000', '113235.290000', '113235.292000', '113235.295000', '113235.298000', '113235.301000', '113235.303000', '113235.306000', '113235.309000', '113235.312000', '113235.315000', '113255.194000', '113255.197000', '113255.200000', '113255.202000', '113255.205000', '113255.208000', '113255.211000', '113255.214000', '113255.216000', '113255.219000', '113255.222000', '113255.225000', '113255.228000', '113255.230000', '113255.233000', '113255.236000', '113255.239000', '113255.242000', '113255.244000', '113255.247000', '113255.250000', '113255.253000', '113255.255000', '113255.258000', '113255.261000', '113255.264000', '113255.267000', '113255.269000', '113255.272000', '113255.275000', '113255.278000', '113255.281000', '113255.283000', '113255.286000', '113255.289000', '113255.292000', '113255.295000', '113255.297000', '113255.300000', '113255.308000', '113255.311000', '113255.314000', '113255.317000', '113255.320000', '113315.194000', '113315.197000', '113315.200000', '113315.202000', '113315.205000', '113315.208000', '113315.211000', '113315.214000', '113315.216000', '113315.219000', '113315.222000', '113315.225000', '113315.239000', '113315.242000', '113315.244000', '113315.247000', '113315.250000', '113315.253000', '113315.255000', '113315.258000', '113315.261000', '113315.264000', '113315.267000', '113315.270000', '113315.273000', '113315.275000', '113315.278000', '113315.281000', '113315.284000', '113315.287000', '113315.290000', '113315.292000', '113315.295000', '113315.298000', '113315.301000', '113315.303000', '113315.306000', '113315.309000', '113315.312000', '113315.315000', '113315.317000', '113315.320000', '113315.323000', '113335.194000', '113335.197000', '113335.200000', '113335.202000', '113335.205000', '113335.208000', '113335.211000', '113335.214000', '113335.216000', '113335.219000', '113335.222000', '113335.225000', '113335.228000', '113335.230000', '113335.233000', '113335.236000', '113335.239000', '113335.242000', '113335.244000', '113335.247000', '113335.250000', '113335.253000', '113335.256000', '113335.259000', '113335.261000', '113335.264000', '113335.267000', '113335.270000', '113335.273000', '113335.276000', '113335.278000', '113335.281000', '113335.284000', '113335.287000', '113335.290000', '113335.292000', '113335.295000', '113335.298000', '113335.301000', '113335.304000', '113335.306000', '113335.309000', '113335.312000', '113335.315000', '113355.194000', '113355.197000', '113355.200000', '113355.202000', '113355.205000', '113355.208000', '113355.211000', '113355.214000', '113355.216000', '113355.220000', '113355.223000', '113355.226000', '113355.229000', '113355.232000', '113355.234000', '113355.237000', '113355.240000', '113355.243000', '113355.245000', '113355.248000', '113355.251000', '113355.254000', '113355.257000', '113355.259000', '113355.262000', '113355.265000', '113355.268000', '113355.271000', '113355.274000', '113355.277000', '113355.280000', '113355.282000', '113355.285000', '113355.288000', '113355.291000', '113355.294000', '113355.297000', '113355.299000', '113355.302000', '113355.305000', '113355.308000', '113355.311000', '113355.313000', '113415.194000', '113415.197000', '113415.200000', '113415.202000', '113415.205000', '113415.208000', '113415.211000', '113415.214000', '113415.217000', '113415.219000', '113415.222000', '113415.225000', '113415.228000', '113415.230000', '113415.233000', '113415.236000', '113415.239000', '113415.242000', '113415.244000', '113415.247000', '113415.250000', '113415.253000', '113415.256000', '113415.258000', '113415.261000', '113415.264000', '113415.267000', '113415.270000', '113415.273000', '113415.275000', '113415.278000', '113415.281000', '113415.284000', '113415.287000', '113415.289000', '113415.292000', '113415.295000', '113415.298000', '113415.301000', '113415.303000', '113415.306000', '113415.309000', '113415.312000', '113415.314000', '113435.194000', '113435.197000', '113435.200000', '113435.202000', '113435.205000', '113435.208000', '113435.211000', '113435.214000', '113435.216000', '113435.219000', '113435.222000', '113435.225000', '113435.228000', '113435.230000', '113435.233000', '113435.236000', '113435.239000', '113435.242000', '113435.244000', '113435.247000', '113435.250000', '113435.253000', '113435.255000', '113435.258000', '113435.261000', '113435.264000', '113435.267000', '113435.269000', '113435.272000', '113435.275000', '113435.278000', '113435.281000', '113435.283000', '113435.286000', '113435.289000', '113435.292000', '113435.295000', '113435.297000', '113435.300000', '113435.303000', '113435.306000', '113435.309000', '113435.314000', '113455.194000', '113455.197000', '113455.200000', '113455.203000', '113455.205000', '113455.208000', '113455.211000', '113455.214000', '113455.217000', '113455.219000', '113455.222000', '113455.225000', '113455.228000', '113455.231000', '113455.233000', '113455.236000', '113455.239000', '113455.242000', '113455.245000', '113455.247000', '113455.250000', '113455.253000', '113455.256000', '113455.259000', '113455.261000', '113455.264000', '113455.267000', '113455.270000', '113455.273000', '113455.275000', '113455.278000', '113455.281000', '113455.284000', '113455.286000', '113455.289000', '113455.292000', '113455.295000', '113455.298000', '113455.301000', '113455.303000', '113455.306000', '113455.309000', '113455.312000', '113455.315000', '113515.194000', '113515.197000', '113515.200000', '113515.203000', '113515.205000', '113515.208000', '113515.211000', '113515.214000', '113515.217000', '113515.219000', '113515.222000', '113515.225000', '113515.228000', '113515.231000', '113515.233000', '113515.236000', '113515.239000', '113515.242000', '113515.244000', '113515.247000', '113515.250000', '113515.253000', '113515.256000', '113515.259000', '113515.262000', '113515.265000', '113515.268000', '113515.271000', '113515.273000', '113515.276000', '113515.279000', '113515.282000', '113515.285000', '113515.287000', '113515.290000', '113515.293000', '113515.296000', '113515.299000', '113515.301000', '113515.304000', '113515.307000', '113515.310000', '113515.313000', '113535.194000', '113535.197000', '113535.200000', '113535.203000', '113535.205000', '113535.208000', '113535.211000', '113535.214000', '113535.217000', '113535.220000', '113535.222000', '113535.225000', '113535.228000', '113535.231000', '113535.234000', '113535.236000', '113535.239000', '113535.242000', '113535.245000', '113535.248000', '113535.250000', '113535.253000', '113535.256000', '113535.259000', '113535.262000', '113535.265000', '113535.267000', '113535.270000', '113535.273000', '113535.276000', '113535.279000', '113535.281000', '113535.284000', '113535.287000', '113535.290000', '113535.293000', '113535.295000', '113535.298000', '113535.301000', '113535.304000', '113535.307000', '113535.309000', '113535.312000', '113535.315000', '113555.194000', '113555.197000', '113555.200000', '113555.202000', '113555.205000', '113555.208000', '113555.211000', '113555.214000', '113555.217000', '113555.219000', '113555.222000', '113555.225000', '113555.228000', '113555.230000', '113555.233000', '113555.236000', '113555.239000', '113555.242000', '113555.244000', '113555.247000', '113555.250000', '113555.253000', '113555.256000', '113555.259000', '113555.262000', '113555.264000', '113555.267000', '113555.270000', '113555.273000', '113555.275000', '113555.278000', '113555.281000', '113555.284000', '113555.286000', '113555.289000', '113555.292000', '113555.295000', '113555.298000', '113555.300000', '113555.303000', '113555.306000', '113555.309000', '113555.312000', '113615.194000', '113615.197000', '113615.200000', '113615.202000', '113615.205000', '113615.208000', '113615.211000', '113615.226000', '113615.228000', '113615.231000', '113615.234000', '113615.237000', '113615.240000', '113615.243000', '113615.245000', '113615.248000', '113615.251000', '113615.254000', '113615.258000', '113615.260000', '113615.263000', '113615.266000', '113615.269000', '113615.272000', '113615.274000', '113615.277000', '113615.280000', '113615.283000', '113615.286000', '113615.288000', '113615.291000', '113615.294000', '113615.297000', '113615.312000', '113615.315000', '113615.318000', '113615.320000', '113615.323000', '113615.326000', '113615.329000', '113615.332000', '113615.334000', '113615.337000', '113615.340000', '113635.194000', '113635.197000', '113635.200000', '113635.202000', '113635.205000', '113635.208000', '113635.211000', '113635.214000', '113635.216000', '113635.219000', '113635.222000', '113635.225000', '113635.228000', '113635.231000', '113635.233000', '113635.236000', '113635.239000', '113635.242000', '113635.245000', '113635.247000', '113635.250000', '113635.253000', '113635.256000', '113635.259000', '113635.261000', '113635.264000', '113635.267000', '113635.270000', '113635.272000', '113635.275000', '113635.278000', '113635.281000', '113635.284000', '113635.287000', '113635.289000', '113635.292000', '113635.295000', '113635.299000', '113635.302000', '113635.305000', '113635.307000', '113635.310000', '113635.313000', '113655.194000', '113655.197000', '113655.200000', '113655.203000', '113655.205000', '113655.208000', '113655.211000', '113655.214000', '113655.217000', '113655.219000', '113655.222000', '113655.225000', '113655.228000', '113655.231000', '113655.233000', '113655.236000', '113655.239000', '113655.242000', '113655.245000', '113655.247000', '113655.250000', '113655.253000', '113655.256000', '113655.259000', '113655.261000', '113655.264000', '113655.267000', '113655.270000', '113655.273000', '113655.276000', '113655.278000', '113655.281000', '113655.284000', '113655.287000', '113655.290000', '113655.293000', '113655.295000', '113655.298000', '113655.301000', '113655.304000', '113655.306000', '113655.309000', '113655.312000', '113655.315000', '113715.194000', '113715.197000', '113715.200000', '113715.203000', '113715.205000', '113715.208000', '113715.211000', '113715.214000', '113715.217000', '113715.219000', '113715.222000', '113715.225000', '113715.228000', '113715.231000', '113715.233000', '113715.236000', '113715.239000', '113715.242000', '113715.245000', '113715.248000', '113715.250000', '113715.253000', '113715.256000', '113715.259000', '113715.262000', '113715.264000', '113715.267000', '113715.270000', '113715.273000', '113715.275000', '113715.278000', '113715.281000', '113715.284000', '113715.287000', '113715.290000', '113715.292000', '113715.295000', '113715.298000', '113715.301000', '113715.304000', '113715.307000', '113715.309000', '113715.312000', '113735.194000', '113735.197000', '113735.200000', '113735.203000', '113735.205000', '113735.208000', '113735.211000', '113735.214000', '113735.217000', '113735.219000', '113735.222000', '113735.225000', '113735.228000', '113735.231000', '113735.233000', '113735.236000', '113735.239000', '113735.242000', '113735.245000', '113735.248000', '113735.250000', '113735.253000', '113735.256000', '113735.259000', '113735.262000', '113735.264000', '113735.267000', '113735.270000', '113735.273000', '113735.276000', '113735.279000', '113735.281000', '113735.284000', '113735.287000', '113735.290000', '113735.293000', '113735.295000', '113735.298000', '113735.301000', '113735.304000', '113735.307000', '113735.309000', '113735.312000', '113735.315000', '113755.194000', '113755.197000', '113755.200000', '113755.203000', '113755.205000', '113755.208000', '113755.211000', '113755.214000', '113755.217000', '113755.220000', '113755.222000', '113755.225000', '113755.228000', '113755.231000', '113755.234000', '113755.237000', '113755.240000', '113755.243000', '113755.246000', '113755.249000', '113755.251000', '113755.254000', '113755.257000', '113755.260000', '113755.263000', '113755.265000', '113755.268000', '113755.271000', '113755.274000', '113755.277000', '113755.280000', '113755.283000', '113755.285000', '113755.288000', '113755.291000', '113755.294000', '113755.297000', '113755.301000', '113755.304000', '113755.307000', '113755.310000', '113755.312000', '113755.315000', '113815.194000', '113815.197000', '113815.200000', '113815.203000', '113815.205000', '113815.208000', '113815.211000', '113815.214000', '113815.217000', '113815.219000', '113815.222000', '113815.225000', '113815.228000', '113815.231000', '113815.233000', '113815.236000', '113815.239000', '113815.242000', '113815.245000', '113815.247000', '113815.250000', '113815.253000', '113815.256000', '113815.259000', '113815.262000', '113815.264000', '113815.267000', '113815.270000', '113815.273000', '113815.276000', '113815.279000', '113815.281000', '113815.284000', '113815.287000', '113815.290000', '113815.293000', '113815.295000', '113815.298000', '113815.301000', '113815.304000', '113815.307000', '113815.310000', '113815.312000', '113815.315000', '113835.195000', '113835.198000', '113835.201000', '113835.203000', '113835.206000', '113835.209000', '113835.212000', '113835.215000', '113835.217000', '113835.220000', '113835.223000', '113835.226000', '113835.229000', '113835.231000', '113835.234000', '113835.237000', '113835.240000', '113835.243000', '113835.245000', '113835.248000', '113835.251000', '113835.254000', '113835.257000', '113835.259000', '113835.262000', '113835.265000', '113835.268000', '113835.271000', '113835.273000', '113835.276000', '113835.279000', '113835.282000', '113835.285000', '113835.288000', '113835.290000', '113835.293000', '113835.296000', '113835.299000', '113835.302000', '113835.304000', '113835.307000', '113835.310000', '113835.313000', '113843.757000', '113843.760000', '113843.763000', '113843.766000', '113843.770000', '113843.773000', '113843.776000', '113843.780000', '113843.783000', '113843.787000', '113843.790000', '113843.793000', '113843.796000', '113843.798000', '113843.801000', '113843.804000', '113843.807000', '113843.810000', '113843.813000'], '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': [9789, 10551, 12929, 10336, 10160, 10655, 10208, 11258, 10735, 10504, 10566, 10357, 10451, 10351, 11912, 10594, 10338, 10826, 10349, 9811, 10375, 11134, 10537, 10448, 10336, 10351, 11598, 10483, 10170, 10645, 10357, 10453, 10089, 11104, 10593, 10275, 10616, 10337, 9729, 10595, 10243, 10797, 10369, 10630, 10406, 10572, 10312, 10506, 10544, 13293, 10536, 12413, 10517, 11027, 10601, 11048, 10636, 10382, 13520, 10585, 10525, 10230, 10124, 13227, 10479, 10189, 10624, 10247, 9629, 10478, 10035, 10611, 10448, 9811, 10188, 9679, 10371, 9957, 10448, 10708, 10377, 10143, 10343, 13316, 10205, 10044, 13146, 10564, 10612, 10329, 9852, 10369, 10318, 12311, 10368, 9963, 9949, 10572, 10281, 10267, 10085, 9858, 10500, 9942, 10583, 10400, 11552, 10565, 9800, 10034, 10067, 9916, 10568, 10875, 10617, 10088, 10435, 9900, 10344, 10219, 12928, 10603, 11674, 10412, 10246, 13547, 10595, 10230, 10478, 10397, 10018, 10522, 10722, 10462, 10599, 11977, 10548, 9817, 10494, 9876, 9980, 10495, 12137, 10604, 10289, 10586, 10227, 12075, 10484, 10399, 12678, 10535, 9943, 10270, 10237, 10355, 10767, 10020, 10739, 10393, 10037, 10659, 10116, 10691, 10361, 10057, 10789, 10290, 10946, 10759, 10668, 10850, 10255, 10468, 10510, 12773, 10957, 10251, 10896, 10538, 12117, 10592, 10594, 10384, 10610, 11851, 10799, 10521, 13413, 11554, 10104, 10689, 10606, 10236, 10794, 10517, 10546, 10736, 9911, 10867, 10354, 10602, 10649, 10334, 10763, 11267, 10724, 10792, 13669, 10735, 11092, 10996, 10556, 10872, 10672, 11663, 11898, 10638, 10646, 10809, 10175, 12255, 10989, 10334, 11029, 10683, 10152, 10665, 10188, 10538, 10947, 10827, 10757, 10041, 10935, 10004, 9900, 10463, 10920, 9939, 11258, 11544, 10676, 12133, 14243, 10748, 12000, 12799, 10501, 12325, 10567, 10196, 10113, 10421, 11910, 10643, 10126, 10744, 10352, 10994, 10778, 10176, 10856, 10267, 10623, 10368, 10773, 10566, 12481, 10801, 10449, 10849, 10426, 13162, 10872, 11798, 10751, 10369, 10220, 10501, 11523, 11085, 10706, 12348, 10725, 10488, 10179, 10805, 10180, 10830, 10300, 9814, 11121, 10608, 11043, 10656, 10231, 10999, 10650, 12742, 10919, 10308, 10811, 10802, 11376, 10775, 10589, 12655, 11238, 10487, 11318, 10859, 10575, 11184, 10394, 13758, 11126, 10506, 10329, 11042, 10386, 10755, 10900, 11437, 11307, 10558, 10365, 11054, 10335, 11797, 10929, 10519, 10778, 10733, 10221, 11211, 10691, 11406, 11049, 10529, 11415, 10633, 11090, 11128, 10945, 10983, 10489, 12873, 11073, 11048, 11156, 10772, 11577, 11049, 10285, 11706, 10870, 11587, 11151, 10592, 11124, 10860, 10870, 10960, 10295, 11004, 10928, 12295, 11181, 9901, 10980, 10688, 10541, 10985, 12077, 10893, 10655, 10885, 10599, 12739, 11122, 11584, 11080, 10559, 10914, 10507, 10262, 10994, 12516, 10918, 10540, 11166, 10691, 11317, 11163, 10333, 11018, 10789, 11107, 10901, 10460, 11028, 11110, 11444, 10686, 11154, 10708, 11150, 10938, 12353, 11215, 11667, 11242, 11039, 11193, 11055, 11370, 11232, 10550, 11466, 11145, 11376, 11356, 10801, 10965, 10994, 11710, 11265, 11030, 10479, 11095, 10396, 10782, 11210, 11599, 11577, 10139, 11519, 10800, 11853, 11656, 10894, 11585, 10933, 10883, 11456, 10951, 12109, 11510, 10583, 10406, 11205, 10447, 11400, 11174, 11579, 11600, 11101, 12469, 11418, 10572, 10339, 11369, 10801, 11516, 10922, 10647, 11377, 11603, 11687, 11293, 11854, 11179, 10721, 11340, 11097, 13333, 11623, 10729, 11490, 10920, 10588, 11325, 11695, 11488, 10987, 11558, 10945, 12128, 11376, 11025, 11246, 11181, 10637, 11273, 10862, 11243, 11039, 11130, 11068, 10486, 11130, 10883, 10698, 10940, 10853, 11103, 10885, 10450, 11046, 10927, 11101, 10907, 11024, 11482, 10287, 11303, 10693, 11074, 10925, 11020, 10714, 10937, 14058, 11451, 11427, 11068, 10813, 10102, 11081, 13205, 11149, 12413, 11124, 10481, 11082, 11494, 11444, 10339, 10987, 10913, 11136, 10708, 11514, 10779, 11193, 10851, 11125, 11302, 10663, 11199, 11133, 10012, 11440, 10673, 11744, 11096, 11282, 11265, 11737, 11280, 11769, 11791, 12498, 11649, 11070, 11844, 10272, 11924, 11207, 12161, 11494, 12242, 11360, 13914, 12282, 11615, 11671, 11031, 13706, 11696, 11015, 11699, 11472, 11646, 11467, 11396, 11719, 11410, 10650, 11396, 10563, 11602, 10947, 13775, 11479, 10720, 11337, 10873, 11558, 11621, 10992, 11474, 10973, 11430, 11027, 12717, 11433, 10922, 12287, 11403, 10318, 11179, 10566, 11690, 11250, 12750, 11750, 10874, 11502, 11192, 10371, 10931, 12488, 11397, 11155, 11534, 11192, 11227, 11185, 11831, 11618, 10989, 12027, 11217, 10909, 11169, 10925, 12702, 11245, 10952, 10861, 11055, 10262, 11054, 11103, 10512, 11220, 10539, 11638, 11076, 9789, 11745, 10411, 11472, 10840, 10938, 11613, 10938, 11143, 11389, 10803, 11278, 10745, 11760, 11225, 12160, 11748, 10924, 11643, 11078, 12617, 11703, 10783, 11774, 11181, 12011, 11252, 12044, 11044, 10598, 11247, 11039, 10943, 10916, 11490, 10805, 13918, 12328, 12615, 11183, 10769, 12118, 11031, 10727, 10472, 11013, 10800, 11662, 10500, 11484, 11076, 11408, 10410, 11379, 10888, 10541, 11435, 11475, 11280, 10851, 11074, 11002, 11890, 11522, 11197, 11933, 11477, 10779, 11602, 11211, 11444, 11204, 10976, 12224, 11386, 10766, 10729, 11452, 10467, 11519, 10802, 10495, 11543, 10829, 11515, 10815, 11624, 11324, 12184, 11524, 10902, 11242, 10929, 11266, 11383, 11117, 11103, 11274, 11088, 11103, 12460, 11135, 11205, 13252, 11487, 10768, 11451, 10816, 12688, 11360, 11124, 10724, 11091, 11262, 11181, 11002, 10106, 11280, 10312, 11586, 10947, 11393, 11304, 10618, 11174, 11288, 11302, 11288, 10624, 11405, 10957, 11364, 11370, 10486, 11461, 11436, 12737, 11190, 11529, 11350, 11362, 10519, 11498, 10837, 10133, 11429, 10475, 11519, 10797, 12982, 11382, 10815, 11691, 11368, 10689, 11338, 10736, 11516, 11376, 11583, 11423, 10895, 10083, 11288, 11601, 11432, 10984, 11477, 10903, 12731, 11412, 10673, 11607, 11076, 10342, 11278, 10703, 11690, 10348, 11577, 10345, 11477, 11064, 10942, 11495, 12524, 11621, 10941, 11196, 11237, 12987, 11434, 11909, 11492, 10978, 11416, 11244, 12456, 11449, 11071, 11518, 11200, 9963, 11549, 10943, 11560, 11502, 10911, 11493, 11149, 9789, 11574, 11274, 11056, 11489, 10796, 10967, 11508, 12298, 11594, 10967], 'WindowCenter': [3842.0, 3838.0, 3846.0, 3813.0, 3812.0, 3810.0, 3810.0, 3809.0, 3809.0, 3809.0, 3809.0, 3798.0, 3810.0, 3810.0, 3819.0, 3809.0, 3799.0, 3809.0, 3809.0, 3798.0, 3810.0, 3808.0, 3808.0, 3809.0, 3810.0, 3811.0, 3820.0, 3809.0, 3798.0, 3810.0, 3809.0, 3811.0, 3811.0, 3809.0, 3808.0, 3809.0, 3809.0, 3811.0, 3798.0, 3810.0, 3810.0, 3822.0, 3811.0, 3824.0, 3823.0, 3824.0, 3823.0, 3813.0, 3825.0, 3835.0, 3813.0, 3823.0, 3813.0, 3811.0, 3811.0, 3811.0, 3809.0, 3811.0, 3832.0, 3810.0, 3810.0, 3810.0, 3810.0, 3820.0, 3798.0, 3798.0, 3796.0, 3798.0, 3786.0, 3809.0, 3810.0, 3810.0, 3811.0, 3810.0, 3812.0, 3798.0, 3812.0, 3812.0, 3824.0, 3826.0, 3827.0, 3826.0, 3827.0, 3848.0, 3812.0, 3802.0, 3833.0, 3812.0, 3810.0, 3812.0, 3811.0, 3810.0, 3809.0, 3820.0, 3810.0, 3799.0, 3797.0, 3808.0, 3797.0, 3799.0, 3798.0, 3797.0, 3809.0, 3797.0, 3808.0, 3809.0, 3809.0, 3810.0, 3798.0, 3810.0, 3809.0, 3798.0, 3810.0, 3810.0, 3811.0, 3811.0, 3823.0, 3812.0, 3812.0, 3812.0, 3832.0, 3811.0, 3822.0, 3811.0, 3811.0, 3831.0, 3811.0, 3799.0, 3809.0, 3809.0, 3799.0, 3810.0, 3809.0, 3809.0, 3810.0, 3820.0, 3810.0, 3809.0, 3809.0, 3810.0, 3798.0, 3809.0, 3820.0, 3810.0, 3809.0, 3810.0, 3810.0, 3820.0, 3808.0, 3799.0, 3819.0, 3809.0, 3797.0, 3798.0, 3798.0, 3795.0, 3807.0, 3797.0, 3806.0, 3796.0, 3794.0, 3807.0, 3796.0, 3807.0, 3797.0, 3797.0, 3810.0, 3808.0, 3809.0, 3809.0, 3810.0, 3822.0, 3811.0, 3811.0, 3812.0, 3832.0, 3822.0, 3811.0, 3810.0, 3810.0, 3821.0, 3810.0, 3810.0, 3810.0, 3812.0, 3821.0, 3809.0, 3810.0, 3830.0, 3809.0, 3798.0, 3796.0, 3808.0, 3796.0, 3807.0, 3808.0, 3808.0, 3808.0, 3809.0, 3821.0, 3810.0, 3821.0, 3823.0, 3811.0, 3822.0, 3822.0, 3823.0, 3824.0, 3844.0, 3822.0, 3823.0, 3810.0, 3812.0, 3810.0, 3810.0, 3821.0, 3820.0, 3810.0, 3809.0, 3810.0, 3809.0, 3818.0, 3808.0, 3798.0, 3808.0, 3809.0, 3808.0, 3810.0, 3809.0, 3808.0, 3808.0, 3819.0, 3822.0, 3810.0, 3822.0, 3811.0, 3812.0, 3822.0, 3834.0, 3824.0, 3838.0, 3837.0, 3838.0, 3838.0, 3845.0, 3811.0, 3821.0, 3820.0, 3798.0, 3819.0, 3808.0, 3797.0, 3795.0, 3796.0, 3806.0, 3796.0, 3795.0, 3807.0, 3796.0, 3807.0, 3808.0, 3809.0, 3821.0, 3811.0, 3823.0, 3811.0, 3809.0, 3811.0, 3820.0, 3809.0, 3799.0, 3811.0, 3811.0, 3818.0, 3809.0, 3820.0, 3809.0, 3798.0, 3797.0, 3809.0, 3809.0, 3807.0, 3808.0, 3817.0, 3806.0, 3797.0, 3795.0, 3806.0, 3795.0, 3808.0, 3807.0, 3796.0, 3808.0, 3808.0, 3819.0, 3810.0, 3808.0, 3810.0, 3810.0, 3831.0, 3809.0, 3798.0, 3808.0, 3809.0, 3819.0, 3809.0, 3809.0, 3817.0, 3820.0, 3809.0, 3808.0, 3821.0, 3809.0, 3821.0, 3811.0, 3830.0, 3809.0, 3810.0, 3798.0, 3808.0, 3797.0, 3808.0, 3808.0, 3807.0, 3809.0, 3809.0, 3796.0, 3808.0, 3798.0, 3818.0, 3808.0, 3797.0, 3809.0, 3809.0, 3797.0, 3808.0, 3808.0, 3820.0, 3823.0, 3821.0, 3833.0, 3823.0, 3822.0, 3823.0, 3823.0, 3823.0, 3824.0, 3833.0, 3822.0, 3823.0, 3821.0, 3811.0, 3820.0, 3821.0, 3810.0, 3819.0, 3809.0, 3808.0, 3808.0, 3809.0, 3818.0, 3810.0, 3821.0, 3822.0, 3810.0, 3808.0, 3810.0, 3820.0, 3821.0, 3799.0, 3822.0, 3811.0, 3809.0, 3810.0, 3820.0, 3810.0, 3810.0, 3810.0, 3811.0, 3830.0, 3820.0, 3820.0, 3822.0, 3810.0, 3823.0, 3822.0, 3808.0, 3810.0, 3821.0, 3810.0, 3809.0, 3808.0, 3809.0, 3808.0, 3809.0, 3798.0, 3808.0, 3808.0, 3809.0, 3820.0, 3809.0, 3821.0, 3821.0, 3823.0, 3822.0, 3823.0, 3811.0, 3824.0, 3811.0, 3820.0, 3810.0, 3822.0, 3810.0, 3810.0, 3809.0, 3809.0, 3820.0, 3820.0, 3810.0, 3833.0, 3823.0, 3823.0, 3823.0, 3810.0, 3810.0, 3810.0, 3820.0, 3810.0, 3810.0, 3809.0, 3821.0, 3809.0, 3808.0, 3810.0, 3820.0, 3821.0, 3809.0, 3821.0, 3822.0, 3821.0, 3822.0, 3809.0, 3821.0, 3822.0, 3810.0, 3820.0, 3810.0, 3820.0, 3821.0, 3810.0, 3809.0, 3820.0, 3810.0, 3821.0, 3821.0, 3820.0, 3821.0, 3821.0, 3820.0, 3820.0, 3810.0, 3798.0, 3820.0, 3809.0, 3821.0, 3822.0, 3810.0, 3820.0, 3821.0, 3820.0, 3810.0, 3819.0, 3821.0, 3809.0, 3809.0, 3810.0, 3830.0, 3809.0, 3808.0, 3820.0, 3810.0, 3808.0, 3808.0, 3807.0, 3809.0, 3807.0, 3820.0, 3821.0, 3820.0, 3819.0, 3809.0, 3808.0, 3820.0, 3808.0, 3809.0, 3809.0, 3809.0, 3809.0, 3807.0, 3809.0, 3807.0, 3808.0, 3809.0, 3808.0, 3809.0, 3807.0, 3807.0, 3807.0, 3796.0, 3808.0, 3809.0, 3820.0, 3821.0, 3822.0, 3835.0, 3824.0, 3837.0, 3836.0, 3837.0, 3826.0, 3825.0, 3813.0, 3823.0, 3836.0, 3811.0, 3810.0, 3809.0, 3811.0, 3809.0, 3809.0, 3819.0, 3808.0, 3817.0, 3808.0, 3796.0, 3808.0, 3807.0, 3809.0, 3797.0, 3808.0, 3808.0, 3808.0, 3797.0, 3807.0, 3795.0, 3806.0, 3796.0, 3794.0, 3807.0, 3795.0, 3794.0, 3807.0, 3795.0, 3808.0, 3797.0, 3819.0, 3808.0, 3820.0, 3808.0, 3821.0, 3821.0, 3821.0, 3821.0, 3833.0, 3823.0, 3822.0, 3835.0, 3812.0, 3834.0, 3823.0, 3836.0, 3836.0, 3847.0, 3837.0, 3847.0, 3835.0, 3823.0, 3836.0, 3825.0, 3832.0, 3823.0, 3812.0, 3822.0, 3822.0, 3822.0, 3823.0, 3822.0, 3821.0, 3822.0, 3810.0, 3823.0, 3811.0, 3822.0, 3823.0, 3832.0, 3822.0, 3809.0, 3822.0, 3822.0, 3821.0, 3821.0, 3811.0, 3822.0, 3822.0, 3834.0, 3824.0, 3832.0, 3820.0, 3811.0, 3821.0, 3810.0, 3810.0, 3822.0, 3809.0, 3809.0, 3809.0, 3819.0, 3819.0, 3808.0, 3820.0, 3809.0, 3796.0, 3809.0, 3819.0, 3809.0, 3808.0, 3820.0, 3808.0, 3809.0, 3809.0, 3808.0, 3808.0, 3810.0, 3808.0, 3809.0, 3797.0, 3807.0, 3796.0, 3806.0, 3807.0, 3796.0, 3794.0, 3806.0, 3795.0, 3806.0, 3806.0, 3795.0, 3808.0, 3795.0, 3805.0, 3805.0, 3784.0, 3807.0, 3807.0, 3820.0, 3810.0, 3808.0, 3819.0, 3808.0, 3809.0, 3820.0, 3809.0, 3821.0, 3821.0, 3820.0, 3821.0, 3820.0, 3823.0, 3810.0, 3822.0, 3823.0, 3821.0, 3822.0, 3810.0, 3833.0, 3823.0, 3820.0, 3810.0, 3821.0, 3810.0, 3799.0, 3807.0, 3808.0, 3810.0, 3810.0, 3821.0, 3823.0, 3833.0, 3821.0, 3809.0, 3796.0, 3796.0, 3805.0, 3794.0, 3794.0, 3782.0, 3794.0, 3793.0, 3806.0, 3794.0, 3806.0, 3818.0, 3821.0, 3810.0, 3833.0, 3822.0, 3811.0, 3823.0, 3822.0, 3823.0, 3812.0, 3822.0, 3822.0, 3821.0, 3808.0, 3809.0, 3820.0, 3820.0, 3810.0, 3820.0, 3821.0, 3822.0, 3821.0, 3810.0, 3819.0, 3820.0, 3809.0, 3808.0, 3820.0, 3810.0, 3833.0, 3821.0, 3808.0, 3821.0, 3810.0, 3822.0, 3821.0, 3820.0, 3821.0, 3822.0, 3821.0, 3810.0, 3821.0, 3822.0, 3821.0, 3820.0, 3821.0, 3822.0, 3822.0, 3834.0, 3833.0, 3833.0, 3822.0, 3822.0, 3831.0, 3821.0, 3810.0, 3820.0, 3810.0, 3819.0, 3809.0, 3808.0, 3796.0, 3808.0, 3796.0, 3806.0, 3807.0, 3796.0, 3807.0, 3796.0, 3819.0, 3808.0, 3818.0, 3819.0, 3808.0, 3809.0, 3808.0, 3820.0, 3821.0, 3810.0, 3821.0, 3810.0, 3820.0, 3821.0, 3811.0, 3822.0, 3824.0, 3830.0, 3810.0, 3821.0, 3809.0, 3820.0, 3808.0, 3819.0, 3809.0, 3809.0, 3820.0, 3809.0, 3821.0, 3820.0, 3818.0, 3819.0, 3809.0, 3819.0, 3819.0, 3807.0, 3820.0, 3809.0, 3807.0, 3821.0, 3820.0, 3822.0, 3810.0, 3798.0, 3809.0, 3808.0, 3820.0, 3808.0, 3821.0, 3821.0, 3819.0, 3820.0, 3809.0, 3819.0, 3821.0, 3808.0, 3809.0, 3808.0, 3820.0, 3809.0, 3822.0, 3821.0, 3834.0, 3823.0, 3822.0, 3822.0, 3832.0, 3822.0, 3810.0, 3820.0, 3821.0, 3829.0, 3809.0, 3809.0, 3809.0, 3807.0, 3809.0, 3809.0, 3818.0, 3808.0, 3809.0, 3807.0, 3807.0, 3795.0, 3807.0, 3807.0, 3807.0, 3819.0, 3807.0, 3820.0, 3821.0, 3809.0, 3822.0, 3821.0, 3821.0, 3833.0, 3822.0, 3822.0, 3823.0, 3822.0, 3822.0, 3822.0], 'WindowWidth': [8623.0, 8611.0, 8617.0, 8565.0, 8561.0, 8558.0, 8557.0, 8553.0, 8552.0, 8553.0, 8553.0, 8537.0, 8555.0, 8556.0, 8568.0, 8553.0, 8540.0, 8552.0, 8553.0, 8537.0, 8557.0, 8551.0, 8552.0, 8554.0, 8557.0, 8557.0, 8568.0, 8554.0, 8537.0, 8553.0, 8551.0, 8558.0, 8558.0, 8553.0, 8552.0, 8554.0, 8553.0, 8557.0, 8538.0, 8556.0, 8555.0, 8574.0, 8558.0, 8582.0, 8578.0, 8583.0, 8581.0, 8565.0, 8584.0, 8600.0, 8566.0, 8580.0, 8563.0, 8559.0, 8559.0, 8559.0, 8552.0, 8557.0, 8589.0, 8556.0, 8556.0, 8554.0, 8554.0, 8571.0, 8536.0, 8536.0, 8530.0, 8535.0, 8516.0, 8551.0, 8556.0, 8556.0, 8557.0, 8556.0, 8558.0, 8539.0, 8562.0, 8564.0, 8582.0, 8587.0, 8591.0, 8590.0, 8590.0, 8623.0, 8564.0, 8547.0, 8593.0, 8560.0, 8555.0, 8560.0, 8558.0, 8553.0, 8552.0, 8569.0, 8555.0, 8538.0, 8533.0, 8549.0, 8532.0, 8538.0, 8535.0, 8533.0, 8551.0, 8534.0, 8549.0, 8553.0, 8552.0, 8555.0, 8538.0, 8555.0, 8553.0, 8537.0, 8554.0, 8556.0, 8559.0, 8559.0, 8578.0, 8562.0, 8562.0, 8562.0, 8592.0, 8560.0, 8576.0, 8558.0, 8558.0, 8587.0, 8557.0, 8542.0, 8551.0, 8552.0, 8539.0, 8557.0, 8552.0, 8552.0, 8554.0, 8570.0, 8555.0, 8554.0, 8556.0, 8555.0, 8537.0, 8553.0, 8571.0, 8556.0, 8553.0, 8557.0, 8555.0, 8570.0, 8549.0, 8539.0, 8568.0, 8551.0, 8535.0, 8535.0, 8536.0, 8529.0, 8545.0, 8533.0, 8542.0, 8532.0, 8525.0, 8546.0, 8531.0, 8546.0, 8535.0, 8534.0, 8555.0, 8552.0, 8551.0, 8553.0, 8557.0, 8576.0, 8558.0, 8559.0, 8562.0, 8588.0, 8574.0, 8559.0, 8556.0, 8556.0, 8573.0, 8557.0, 8556.0, 8556.0, 8559.0, 8574.0, 8553.0, 8557.0, 8587.0, 8552.0, 8538.0, 8531.0, 8549.0, 8531.0, 8548.0, 8549.0, 8550.0, 8552.0, 8554.0, 8574.0, 8557.0, 8574.0, 8578.0, 8562.0, 8576.0, 8578.0, 8579.0, 8585.0, 8612.0, 8577.0, 8579.0, 8557.0, 8560.0, 8556.0, 8557.0, 8575.0, 8570.0, 8555.0, 8553.0, 8555.0, 8554.0, 8564.0, 8549.0, 8538.0, 8549.0, 8550.0, 8551.0, 8555.0, 8552.0, 8551.0, 8550.0, 8567.0, 8577.0, 8557.0, 8575.0, 8558.0, 8562.0, 8574.0, 8596.0, 8583.0, 8608.0, 8605.0, 8606.0, 8612.0, 8615.0, 8558.0, 8574.0, 8569.0, 8535.0, 8565.0, 8549.0, 8534.0, 8528.0, 8530.0, 8545.0, 8530.0, 8526.0, 8547.0, 8531.0, 8547.0, 8551.0, 8552.0, 8571.0, 8559.0, 8578.0, 8561.0, 8555.0, 8559.0, 8571.0, 8554.0, 8540.0, 8557.0, 8557.0, 8567.0, 8553.0, 8572.0, 8552.0, 8536.0, 8533.0, 8552.0, 8554.0, 8548.0, 8549.0, 8562.0, 8543.0, 8533.0, 8529.0, 8544.0, 8529.0, 8551.0, 8549.0, 8532.0, 8551.0, 8550.0, 8569.0, 8558.0, 8552.0, 8555.0, 8555.0, 8585.0, 8552.0, 8538.0, 8549.0, 8552.0, 8569.0, 8552.0, 8554.0, 8563.0, 8568.0, 8553.0, 8550.0, 8570.0, 8554.0, 8572.0, 8558.0, 8585.0, 8552.0, 8555.0, 8535.0, 8551.0, 8535.0, 8550.0, 8550.0, 8547.0, 8551.0, 8552.0, 8532.0, 8550.0, 8539.0, 8564.0, 8549.0, 8535.0, 8550.0, 8549.0, 8532.0, 8550.0, 8549.0, 8570.0, 8579.0, 8573.0, 8592.0, 8579.0, 8576.0, 8579.0, 8581.0, 8581.0, 8584.0, 8594.0, 8575.0, 8579.0, 8574.0, 8558.0, 8568.0, 8569.0, 8558.0, 8567.0, 8552.0, 8551.0, 8551.0, 8552.0, 8565.0, 8555.0, 8572.0, 8577.0, 8558.0, 8552.0, 8556.0, 8571.0, 8570.0, 8540.0, 8574.0, 8558.0, 8554.0, 8556.0, 8571.0, 8557.0, 8555.0, 8558.0, 8558.0, 8585.0, 8568.0, 8570.0, 8574.0, 8555.0, 8578.0, 8576.0, 8552.0, 8556.0, 8573.0, 8554.0, 8551.0, 8551.0, 8554.0, 8550.0, 8552.0, 8537.0, 8550.0, 8549.0, 8553.0, 8570.0, 8555.0, 8574.0, 8572.0, 8578.0, 8577.0, 8577.0, 8560.0, 8581.0, 8560.0, 8571.0, 8556.0, 8576.0, 8555.0, 8555.0, 8551.0, 8551.0, 8568.0, 8570.0, 8558.0, 8592.0, 8581.0, 8579.0, 8578.0, 8558.0, 8554.0, 8555.0, 8569.0, 8555.0, 8556.0, 8552.0, 8570.0, 8552.0, 8550.0, 8554.0, 8568.0, 8572.0, 8553.0, 8574.0, 8575.0, 8573.0, 8574.0, 8554.0, 8573.0, 8575.0, 8556.0, 8570.0, 8556.0, 8570.0, 8570.0, 8555.0, 8551.0, 8569.0, 8553.0, 8572.0, 8573.0, 8571.0, 8572.0, 8572.0, 8569.0, 8570.0, 8556.0, 8537.0, 8568.0, 8552.0, 8573.0, 8574.0, 8556.0, 8570.0, 8576.0, 8570.0, 8555.0, 8566.0, 8570.0, 8554.0, 8551.0, 8555.0, 8585.0, 8553.0, 8553.0, 8570.0, 8558.0, 8550.0, 8550.0, 8548.0, 8552.0, 8547.0, 8571.0, 8573.0, 8571.0, 8566.0, 8553.0, 8550.0, 8569.0, 8550.0, 8553.0, 8555.0, 8552.0, 8551.0, 8548.0, 8551.0, 8548.0, 8549.0, 8551.0, 8551.0, 8553.0, 8548.0, 8546.0, 8546.0, 8530.0, 8548.0, 8550.0, 8567.0, 8572.0, 8574.0, 8598.0, 8584.0, 8604.0, 8603.0, 8602.0, 8586.0, 8584.0, 8565.0, 8577.0, 8608.0, 8561.0, 8557.0, 8550.0, 8557.0, 8552.0, 8552.0, 8567.0, 8549.0, 8561.0, 8548.0, 8531.0, 8549.0, 8548.0, 8551.0, 8535.0, 8551.0, 8550.0, 8547.0, 8533.0, 8546.0, 8527.0, 8541.0, 8530.0, 8524.0, 8543.0, 8526.0, 8524.0, 8545.0, 8528.0, 8548.0, 8532.0, 8565.0, 8550.0, 8568.0, 8550.0, 8572.0, 8570.0, 8570.0, 8573.0, 8593.0, 8576.0, 8577.0, 8595.0, 8563.0, 8595.0, 8580.0, 8599.0, 8599.0, 8617.0, 8603.0, 8622.0, 8597.0, 8577.0, 8599.0, 8584.0, 8591.0, 8576.0, 8564.0, 8573.0, 8574.0, 8575.0, 8578.0, 8576.0, 8569.0, 8574.0, 8556.0, 8575.0, 8558.0, 8576.0, 8578.0, 8592.0, 8572.0, 8553.0, 8574.0, 8574.0, 8571.0, 8571.0, 8557.0, 8574.0, 8575.0, 8594.0, 8580.0, 8590.0, 8570.0, 8560.0, 8572.0, 8553.0, 8555.0, 8572.0, 8555.0, 8550.0, 8549.0, 8568.0, 8564.0, 8551.0, 8568.0, 8552.0, 8532.0, 8550.0, 8567.0, 8552.0, 8548.0, 8567.0, 8550.0, 8552.0, 8553.0, 8550.0, 8549.0, 8557.0, 8550.0, 8551.0, 8535.0, 8543.0, 8529.0, 8546.0, 8544.0, 8528.0, 8524.0, 8543.0, 8525.0, 8542.0, 8542.0, 8528.0, 8548.0, 8528.0, 8540.0, 8540.0, 8511.0, 8545.0, 8546.0, 8570.0, 8557.0, 8549.0, 8565.0, 8549.0, 8550.0, 8568.0, 8553.0, 8572.0, 8570.0, 8568.0, 8571.0, 8572.0, 8576.0, 8557.0, 8575.0, 8577.0, 8576.0, 8573.0, 8557.0, 8590.0, 8577.0, 8569.0, 8553.0, 8573.0, 8551.0, 8535.0, 8545.0, 8549.0, 8556.0, 8555.0, 8574.0, 8579.0, 8598.0, 8572.0, 8553.0, 8529.0, 8528.0, 8540.0, 8523.0, 8521.0, 8504.0, 8521.0, 8520.0, 8543.0, 8524.0, 8544.0, 8566.0, 8575.0, 8557.0, 8591.0, 8577.0, 8560.0, 8577.0, 8577.0, 8577.0, 8563.0, 8573.0, 8573.0, 8575.0, 8549.0, 8552.0, 8572.0, 8569.0, 8554.0, 8568.0, 8573.0, 8578.0, 8570.0, 8557.0, 8566.0, 8567.0, 8552.0, 8550.0, 8568.0, 8556.0, 8591.0, 8573.0, 8552.0, 8570.0, 8558.0, 8575.0, 8572.0, 8569.0, 8571.0, 8576.0, 8573.0, 8555.0, 8573.0, 8576.0, 8571.0, 8570.0, 8572.0, 8575.0, 8575.0, 8596.0, 8594.0, 8596.0, 8577.0, 8575.0, 8587.0, 8571.0, 8558.0, 8568.0, 8555.0, 8566.0, 8552.0, 8549.0, 8531.0, 8548.0, 8533.0, 8544.0, 8545.0, 8529.0, 8545.0, 8531.0, 8565.0, 8549.0, 8564.0, 8567.0, 8550.0, 8552.0, 8551.0, 8569.0, 8572.0, 8556.0, 8573.0, 8557.0, 8569.0, 8573.0, 8559.0, 8576.0, 8584.0, 8585.0, 8555.0, 8575.0, 8554.0, 8569.0, 8549.0, 8565.0, 8553.0, 8552.0, 8567.0, 8552.0, 8571.0, 8570.0, 8565.0, 8565.0, 8552.0, 8563.0, 8566.0, 8549.0, 8570.0, 8554.0, 8548.0, 8570.0, 8569.0, 8573.0, 8557.0, 8536.0, 8551.0, 8552.0, 8568.0, 8549.0, 8572.0, 8573.0, 8570.0, 8567.0, 8555.0, 8565.0, 8570.0, 8549.0, 8551.0, 8549.0, 8569.0, 8555.0, 8575.0, 8574.0, 8594.0, 8580.0, 8575.0, 8574.0, 8591.0, 8576.0, 8557.0, 8569.0, 8571.0, 8580.0, 8552.0, 8556.0, 8553.0, 8549.0, 8551.0, 8553.0, 8566.0, 8549.0, 8551.0, 8545.0, 8547.0, 8528.0, 8546.0, 8546.0, 8546.0, 8567.0, 8547.0, 8569.0, 8573.0, 8556.0, 8576.0, 8574.0, 8574.0, 8592.0, 8577.0, 8574.0, 8578.0, 8575.0, 8574.0, 8574.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.00021124137931034486</td></tr>
<tr><td colspan=3>aqi</td><td>0.021617674137931035</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.328530472945936</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2266167713463776</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9927879333601834</td></tr>
<tr><td colspan=3>efc</td><td>0.493</td></tr>
<tr><td colspan=3>fber</td><td>4474.4976</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08330331078424737</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4942528735632183</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.415679969432429</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3995473064266974</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6708442999584734</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1766483019121172</td></tr>
<tr><td colspan=3>gcor</td><td>0.00765258</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010781349614262581</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0344868041574955</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9691819684351244</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.6395</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.9188</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.8871</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299489.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>890.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.3329</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5799</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>451.473</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3019.6172</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3184.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77055.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1085.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3951.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>802.1752</td></tr>
<tr><td colspan=3>tsnr</td><td>38.96312391909305</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>