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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0098/ses-04/func/sub-0098_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>ffe4f10c37c28d42cc1fe99e36322632</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:36:31.737500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997813, -0.0558962, -0.0352727, 0.0624274, 0.97232, 0.225159]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0881687</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4224, -7825, -7225, 227, -109, 77, -36, 90]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>245.19</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>46a87d4d-12c8-4b1d-928d-c52cb6ffaf09||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.677060127258301, 0.16748827695846558, -0.05861910805106163, 104.9940185546875], [0.14996539056301117, 2.608663558959961, 0.6125452518463135, -105.32621765136719], [-0.09463395178318024, -0.6040850281715393, 2.6289451122283936, -35.791236877441406], [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': ['183631.737500', '183632.197500', '183632.657500', '183633.117500', '183633.577500', '183634.037500', '183634.497500', '183634.957500', '183635.417500', '183635.877500', '183636.337500', '183636.797500', '183637.257500', '183637.717500', '183638.177500', '183638.637500', '183639.097500', '183639.557500', '183640.017500', '183640.477500', '183640.937500', '183641.397500', '183641.857500', '183642.317500', '183642.777500', '183643.237500', '183643.697500', '183644.157500', '183644.617500', '183645.077500', '183645.537500', '183645.997500', '183646.457500', '183646.917500', '183647.377500', '183647.837500', '183648.297500', '183648.757500', '183649.217500', '183649.677500', '183650.137500', '183650.597500', '183651.057500', '183651.517500', '183651.977500', '183652.437500', '183652.897500', '183653.357500', '183653.817500', '183654.277500', '183654.737500', '183655.197500', '183655.657500', '183656.117500', '183656.577500', '183657.037500', '183657.497500', '183657.957500', '183658.417500', '183658.877500', '183659.337500', '183659.797500', '183700.257500', '183700.717500', '183701.177500', '183701.637500', '183702.097500', '183702.557500', '183703.017500', '183703.477500', '183703.937500', '183704.397500', '183704.857500', '183705.317500', '183705.777500', '183706.237500', '183706.697500', '183707.157500', '183707.617500', '183708.077500', '183708.537500', '183708.997500', '183709.457500', '183709.917500', '183710.377500', '183710.837500', '183711.297500', '183711.757500', '183712.217500', '183712.677500', '183713.137500', '183713.597500', '183714.057500', '183714.517500', '183714.977500', '183715.437500', '183715.897500', '183716.357500', '183716.817500', '183717.277500', '183717.737500', '183718.197500', '183718.657500', '183719.117500', '183719.577500', '183720.037500', '183720.497500', '183720.957500', '183721.417500', '183721.877500', '183722.337500', '183722.797500', '183723.257500', '183723.717500', '183724.177500', '183724.637500', '183725.097500', '183725.557500', '183726.017500', '183726.477500', '183726.937500', '183727.397500', '183727.857500', '183728.317500', '183728.777500', '183729.237500', '183729.697500', '183730.157500', '183730.617500', '183731.077500', '183731.537500', '183731.997500', '183732.457500', '183732.917500', '183733.377500', '183733.837500', '183734.297500', '183734.757500', '183735.217500', '183735.677500', '183736.137500', '183736.597500', '183737.057500', '183737.517500', '183737.977500', '183738.437500', '183738.897500', '183739.357500', '183739.817500', '183740.277500', '183740.737500', '183741.197500', '183741.657500', '183742.117500', '183742.577500', '183743.037500', '183743.497500', '183743.957500', '183744.417500', '183744.877500', '183745.337500', '183745.797500', '183746.257500', '183746.717500', '183747.177500', '183747.637500', '183748.097500', '183748.557500', '183749.017500', '183749.477500', '183749.937500', '183750.397500', '183750.857500', '183751.317500', '183751.777500', '183752.237500', '183752.697500', '183753.157500', '183753.617500', '183754.077500', '183754.537500', '183754.997500', '183755.457500', '183755.917500', '183756.377500', '183756.837500', '183757.297500', '183757.757500', '183758.217500', '183758.677500', '183759.137500', '183759.597500', '183800.057500', '183800.517500', '183800.977500', '183801.437500', '183801.897500', '183802.357500', '183802.817500', '183803.277500', '183803.737500', '183804.197500', '183804.657500', '183805.117500', '183805.577500', '183806.037500', '183806.497500', '183806.957500', '183807.417500', '183807.877500', '183808.337500', '183808.797500', '183809.257500', '183809.717500', '183810.177500', '183810.637500', '183811.097500', '183811.557500', '183812.017500', '183812.477500', '183812.937500', '183813.397500', '183813.857500', '183814.317500', '183814.777500', '183815.237500', '183815.697500', '183816.157500', '183816.617500', '183817.077500', '183817.537500', '183817.997500', '183818.457500', '183818.917500', '183819.377500', '183819.837500', '183820.297500', '183820.757500', '183821.217500', '183821.677500', '183822.137500', '183822.597500', '183823.057500', '183823.517500', '183823.977500', '183824.437500', '183824.897500', '183825.357500', '183825.817500', '183826.277500', '183826.737500', '183827.197500', '183827.657500', '183828.117500', '183828.577500', '183829.037500', '183829.497500', '183829.957500', '183830.417500', '183830.877500', '183831.337500', '183831.797500', '183832.257500', '183832.717500', '183833.177500', '183833.637500', '183834.097500', '183834.557500', '183835.017500', '183835.477500', '183835.937500', '183836.397500', '183836.857500', '183837.317500', '183837.777500', '183838.237500', '183838.697500', '183839.157500', '183839.617500', '183840.077500', '183840.537500', '183840.997500', '183841.457500', '183841.917500', '183842.377500', '183842.837500', '183843.297500', '183843.757500', '183844.217500', '183844.677500', '183845.137500', '183845.597500', '183846.057500', '183846.517500', '183846.977500', '183847.437500', '183847.897500', '183848.357500', '183848.817500', '183849.277500', '183849.737500', '183850.197500', '183850.657500', '183851.117500', '183851.577500', '183852.037500', '183852.497500', '183852.957500', '183853.417500', '183853.877500', '183854.337500', '183854.797500', '183855.257500', '183855.717500', '183856.177500', '183856.637500', '183857.097500', '183857.557500', '183858.017500', '183858.477500', '183858.937500', '183859.397500', '183859.857500', '183900.317500', '183900.777500', '183901.237500', '183901.697500', '183902.157500', '183902.617500', '183903.077500', '183903.537500', '183903.997500', '183904.457500', '183904.917500', '183905.377500', '183905.837500', '183906.297500', '183906.757500', '183907.217500', '183907.677500', '183908.137500', '183908.597500', '183909.057500', '183909.517500', '183909.977500', '183910.437500', '183910.897500', '183911.357500', '183911.817500', '183912.277500', '183912.737500', '183913.197500', '183913.657500', '183914.117500', '183914.577500', '183915.037500', '183915.497500', '183915.957500', '183916.417500', '183916.877500', '183917.337500', '183917.797500', '183918.257500', '183918.717500', '183919.177500', '183919.637500', '183920.097500', '183920.557500', '183921.017500', '183921.477500', '183921.937500', '183922.397500', '183922.857500', '183923.317500', '183923.777500', '183924.237500', '183924.697500', '183925.157500', '183925.617500', '183926.077500', '183926.537500', '183926.997500', '183927.457500', '183927.917500', '183928.377500', '183928.837500', '183929.297500', '183929.757500', '183930.217500', '183930.677500', '183931.137500', '183931.597500', '183932.057500', '183932.517500', '183932.977500', '183933.437500', '183933.897500', '183934.357500', '183934.817500', '183935.277500', '183935.737500', '183936.197500', '183936.657500', '183937.117500', '183937.577500', '183938.037500', '183938.497500', '183938.957500', '183939.417500', '183939.877500', '183940.337500', '183940.797500', '183941.257500', '183941.717500', '183942.177500', '183942.637500', '183943.097500', '183943.557500', '183944.017500', '183944.477500', '183944.937500', '183945.397500', '183945.857500', '183946.317500', '183946.777500', '183947.237500', '183947.697500', '183948.157500', '183948.617500', '183949.077500', '183949.537500', '183949.997500', '183950.457500', '183950.917500', '183951.377500', '183951.837500', '183952.297500', '183952.757500', '183953.217500', '183953.677500', '183954.137500', '183954.597500', '183955.057500', '183955.517500', '183955.977500', '183956.437500', '183956.897500', '183957.357500', '183957.817500', '183958.277500', '183958.737500', '183959.197500', '183959.657500', '184000.117500', '184000.577500', '184001.037500', '184001.497500', '184001.957500', '184002.417500', '184002.877500', '184003.337500', '184003.797500', '184004.257500', '184004.717500', '184005.177500', '184005.637500', '184006.097500', '184006.557500', '184007.017500', '184007.477500', '184007.937500', '184008.397500', '184008.857500', '184009.317500', '184009.777500', '184010.237500', '184010.697500', '184011.157500', '184011.617500', '184012.077500', '184012.537500', '184012.997500', '184013.457500', '184013.917500', '184014.377500', '184014.837500', '184015.297500', '184015.757500', '184016.217500', '184016.677500', '184017.137500', '184017.597500', '184018.057500', '184018.517500', '184018.977500', '184019.437500', '184019.897500', '184020.357500', '184020.817500', '184021.277500', '184021.737500', '184022.197500', '184022.657500', '184023.117500', '184023.577500', '184024.037500', '184024.497500', '184024.957500', '184025.417500', '184025.877500', '184026.337500', '184026.797500', '184027.257500', '184027.717500', '184028.177500', '184028.637500', '184029.097500', '184029.557500', '184030.017500', '184030.477500', '184030.937500', '184031.397500', '184031.857500', '184032.317500', '184032.777500', '184033.237500', '184033.697500', '184034.157500', '184034.617500', '184035.077500', '184035.537500', '184035.997500', '184036.457500', '184036.917500', '184037.377500', '184037.837500', '184038.297500', '184038.757500', '184039.217500', '184039.677500', '184040.137500', '184040.597500', '184041.057500', '184041.517500', '184041.977500', '184042.437500', '184042.897500', '184043.357500', '184043.817500', '184044.277500', '184044.737500', '184045.197500', '184045.657500', '184046.117500', '184046.577500', '184047.037500', '184047.497500', '184047.957500', '184048.417500', '184048.877500', '184049.337500', '184049.797500', '184050.257500', '184050.717500', '184051.177500', '184051.637500', '184052.097500', '184052.557500', '184053.017500', '184053.477500', '184053.937500', '184054.397500', '184054.857500', '184055.317500', '184055.777500', '184056.237500', '184056.697500', '184057.157500', '184057.617500', '184058.077500', '184058.537500', '184058.997500', '184059.457500', '184059.917500', '184100.377500', '184100.837500', '184101.297500', '184101.757500', '184102.217500', '184102.677500', '184103.137500', '184103.597500', '184104.057500', '184104.517500', '184104.977500', '184105.437500', '184105.897500', '184106.357500', '184106.817500', '184107.277500', '184107.737500', '184108.197500', '184108.657500', '184109.117500', '184109.577500', '184110.037500', '184110.497500', '184110.957500', '184111.417500', '184111.877500', '184112.337500', '184112.797500', '184113.257500', '184113.717500', '184114.177500', '184114.637500', '184115.097500', '184115.557500', '184116.017500', '184116.477500', '184116.937500', '184117.397500', '184117.857500', '184118.317500', '184118.777500', '184119.237500', '184119.697500', '184120.157500', '184120.617500', '184121.077500', '184121.537500', '184121.997500', '184122.457500', '184122.917500', '184123.377500', '184123.837500', '184124.297500', '184124.757500', '184125.217500', '184125.677500', '184126.137500', '184126.597500', '184127.057500', '184127.517500', '184127.977500', '184128.437500', '184128.897500', '184129.357500', '184129.817500', '184130.277500', '184130.737500', '184131.197500', '184131.657500', '184132.117500', '184132.577500', '184133.037500', '184133.497500', '184133.957500', '184134.417500', '184134.877500', '184135.337500', '184135.797500', '184136.257500', '184136.717500', '184137.177500', '184137.637500', '184138.097500', '184138.557500', '184139.017500', '184139.477500', '184139.937500', '184140.397500', '184140.857500', '184141.317500', '184141.777500', '184142.237500', '184142.697500', '184143.157500', '184143.617500', '184144.077500', '184144.537500', '184144.997500', '184145.457500', '184145.917500', '184146.377500', '184146.837500', '184147.297500', '184147.757500', '184148.217500', '184148.677500', '184149.137500', '184149.597500', '184150.057500', '184150.517500', '184150.977500', '184151.437500', '184151.897500', '184152.357500', '184152.817500', '184153.277500', '184153.737500', '184154.197500', '184154.657500', '184155.117500', '184155.577500', '184156.037500', '184156.497500', '184156.957500', '184157.417500', '184157.877500', '184158.337500', '184158.797500', '184159.257500', '184159.717500', '184200.177500', '184200.637500', '184201.097500', '184201.557500', '184202.017500', '184202.477500', '184202.937500', '184203.397500', '184203.857500', '184204.317500', '184204.777500', '184205.237500', '184205.697500', '184206.157500', '184206.617500', '184207.077500', '184207.537500', '184207.997500', '184208.457500', '184208.917500', '184209.377500', '184209.837500', '184210.297500', '184210.757500', '184211.217500', '184211.677500', '184212.137500', '184212.597500', '184213.057500', '184213.517500', '184213.977500', '184214.437500', '184214.897500', '184215.357500', '184215.817500', '184216.277500', '184216.737500', '184217.197500', '184217.657500', '184218.117500', '184218.577500', '184219.037500', '184219.497500', '184219.957500', '184220.417500', '184220.877500', '184221.337500', '184221.797500', '184222.257500', '184222.717500', '184223.177500', '184223.637500', '184224.097500', '184224.557500', '184225.017500', '184225.477500', '184225.937500', '184226.397500', '184226.857500', '184227.317500', '184227.777500', '184228.237500', '184228.697500', '184229.157500', '184229.617500', '184230.077500', '184230.537500', '184230.997500', '184231.457500', '184231.917500', '184232.377500', '184232.837500', '184233.297500', '184233.757500', '184234.217500', '184234.677500', '184235.137500', '184235.597500', '184236.057500', '184236.517500', '184236.977500', '184237.437500', '184237.897500', '184238.357500', '184238.817500', '184239.277500', '184239.737500', '184240.197500', '184240.657500', '184241.117500', '184241.577500', '184242.037500', '184242.497500', '184242.957500', '184243.417500', '184243.877500', '184244.337500', '184244.797500', '184245.257500', '184245.717500', '184246.177500', '184246.637500', '184247.097500', '184247.557500', '184248.017500', '184248.477500', '184248.937500', '184249.397500', '184249.857500', '184250.317500', '184250.777500', '184251.237500', '184251.697500', '184252.157500', '184252.617500', '184253.077500', '184253.537500', '184253.997500', '184254.457500', '184254.917500', '184255.377500', '184255.837500', '184256.297500', '184256.757500', '184257.217500', '184257.677500', '184258.137500', '184258.597500', '184259.057500', '184259.517500', '184259.977500', '184300.437500', '184300.897500', '184301.357500', '184301.817500', '184302.277500', '184302.737500', '184303.197500', '184303.657500', '184304.117500', '184304.577500', '184305.037500', '184305.497500', '184305.957500', '184306.417500', '184306.877500', '184307.337500', '184307.797500', '184308.257500', '184308.717500', '184309.177500', '184309.637500', '184310.097500', '184310.557500', '184311.017500', '184311.477500', '184311.937500', '184312.397500'], 'ContentTime': ['183657.351000', '183657.354000', '183657.358000', '183657.360000', '183657.363000', '183657.366000', '183657.368000', '183657.371000', '183657.374000', '183657.376000', '183657.379000', '183657.381000', '183657.384000', '183657.387000', '183657.389000', '183657.392000', '183657.394000', '183657.397000', '183657.399000', '183657.402000', '183657.405000', '183657.407000', '183657.410000', '183657.419000', '183657.422000', '183657.424000', '183657.427000', '183657.429000', '183657.432000', '183657.435000', '183657.437000', '183657.440000', '183657.442000', '183657.445000', '183657.448000', '183657.450000', '183657.453000', '183657.456000', '183657.459000', '183657.461000', '183657.464000', '183657.466000', '183657.469000', '183657.472000', '183657.474000', '183657.477000', '183657.479000', '183657.482000', '183657.485000', '183657.487000', '183657.490000', '183657.492000', '183717.310000', '183717.313000', '183717.316000', '183717.319000', '183717.321000', '183717.324000', '183717.326000', '183717.335000', '183717.338000', '183717.340000', '183717.343000', '183717.346000', '183717.348000', '183717.351000', '183717.353000', '183717.356000', '183717.359000', '183717.361000', '183717.364000', '183717.367000', '183717.369000', '183717.372000', '183717.374000', '183717.377000', '183717.379000', '183717.382000', '183717.385000', '183717.387000', '183717.390000', '183717.393000', '183717.395000', '183717.398000', '183717.400000', '183717.403000', '183717.406000', '183717.408000', '183717.411000', '183717.413000', '183717.416000', '183717.418000', '183717.421000', '183717.423000', '183717.426000', '183717.429000', '183737.311000', '183737.314000', '183737.316000', '183737.319000', '183737.321000', '183737.324000', '183737.327000', '183737.329000', '183737.332000', '183737.335000', '183737.337000', '183737.340000', '183737.342000', '183737.345000', '183737.347000', '183737.350000', '183737.353000', '183737.355000', '183737.358000', '183737.360000', '183737.363000', '183737.366000', '183737.368000', '183737.371000', '183737.373000', '183737.376000', '183737.378000', '183737.381000', '183737.384000', '183737.386000', '183737.389000', '183737.392000', '183737.394000', '183737.397000', '183737.399000', '183737.402000', '183737.405000', '183737.407000', '183737.410000', '183737.412000', '183737.415000', '183737.417000', '183737.420000', '183757.310000', '183757.313000', '183757.316000', '183757.323000', '183757.326000', '183757.328000', '183757.331000', '183757.334000', '183757.336000', '183757.339000', '183757.341000', '183757.344000', '183757.347000', '183757.349000', '183757.352000', '183757.355000', '183757.367000', '183757.369000', '183757.372000', '183757.374000', '183757.377000', '183757.380000', '183757.383000', '183757.385000', '183757.388000', '183757.390000', '183757.393000', '183757.396000', '183757.398000', '183757.401000', '183757.403000', '183757.406000', '183757.409000', '183757.411000', '183757.414000', '183757.416000', '183757.419000', '183757.422000', '183757.424000', '183757.427000', '183757.429000', '183757.432000', '183757.435000', '183817.311000', '183817.314000', '183817.317000', '183817.319000', '183817.322000', '183817.325000', '183817.327000', '183817.330000', '183817.332000', '183817.335000', '183817.337000', '183817.340000', '183817.343000', '183817.345000', '183817.348000', '183817.350000', '183817.353000', '183817.356000', '183817.358000', '183817.361000', '183817.372000', '183817.375000', '183817.378000', '183817.380000', '183817.383000', '183817.385000', '183817.388000', '183817.390000', '183817.393000', '183817.396000', '183817.398000', '183817.401000', '183817.404000', '183817.406000', '183817.409000', '183817.411000', '183817.414000', '183817.416000', '183817.419000', '183817.422000', '183817.424000', '183817.427000', '183817.430000', '183817.432000', '183837.311000', '183837.316000', '183837.319000', '183837.322000', '183837.324000', '183837.327000', '183837.329000', '183837.332000', '183837.335000', '183837.337000', '183837.340000', '183837.342000', '183837.345000', '183837.347000', '183837.350000', '183837.353000', '183837.355000', '183837.358000', '183837.360000', '183837.363000', '183837.366000', '183837.368000', '183837.371000', '183837.374000', '183837.376000', '183837.379000', '183837.381000', '183837.384000', '183837.387000', '183837.389000', '183837.392000', '183837.394000', '183837.397000', '183837.399000', '183837.402000', '183837.405000', '183837.407000', '183837.410000', '183837.412000', '183837.415000', '183837.418000', '183837.420000', '183837.423000', '183837.425000', '183857.311000', '183857.314000', '183857.317000', '183857.320000', '183857.322000', '183857.325000', '183857.327000', '183857.330000', '183857.332000', '183857.335000', '183857.338000', '183857.340000', '183857.343000', '183857.345000', '183857.348000', '183857.351000', '183857.353000', '183857.356000', '183857.358000', '183857.361000', '183857.363000', '183857.366000', '183857.369000', '183857.371000', '183857.374000', '183857.376000', '183857.379000', '183857.382000', '183857.384000', '183857.387000', '183857.389000', '183857.392000', '183857.394000', '183857.397000', '183857.400000', '183857.402000', '183857.405000', '183857.407000', '183857.410000', '183857.413000', '183857.415000', '183857.418000', '183857.420000', '183917.311000', '183917.313000', '183917.316000', '183917.319000', '183917.321000', '183917.324000', '183917.326000', '183917.329000', '183917.332000', '183917.334000', '183917.337000', '183917.339000', '183917.342000', '183917.345000', '183917.347000', '183917.350000', '183917.352000', '183917.355000', '183917.358000', '183917.360000', '183917.363000', '183917.365000', '183917.368000', '183917.370000', '183917.373000', '183917.376000', '183917.378000', '183917.381000', '183917.384000', '183917.386000', '183917.389000', '183917.391000', '183917.394000', '183917.396000', '183917.399000', '183917.402000', '183917.404000', '183917.407000', '183917.409000', '183917.412000', '183917.418000', '183917.420000', '183917.423000', '183917.426000', '183937.310000', '183937.313000', '183937.316000', '183937.318000', '183937.321000', '183937.324000', '183937.326000', '183937.329000', '183937.331000', '183937.334000', '183937.336000', '183937.355000', '183937.357000', '183937.360000', '183937.362000', '183937.365000', '183937.368000', '183937.370000', '183937.373000', '183937.375000', '183937.378000', '183937.380000', '183937.383000', '183937.386000', '183937.388000', '183937.391000', '183937.394000', '183937.396000', '183937.399000', '183937.401000', '183937.404000', '183937.407000', '183937.409000', '183937.412000', '183937.414000', '183937.417000', '183937.419000', '183937.422000', '183937.425000', '183937.427000', '183937.430000', '183937.433000', '183937.435000', '183957.311000', '183957.314000', '183957.317000', '183957.319000', '183957.322000', '183957.325000', '183957.327000', '183957.330000', '183957.332000', '183957.335000', '183957.338000', '183957.340000', '183957.343000', '183957.345000', '183957.348000', '183957.351000', '183957.355000', '183957.357000', '183957.360000', '183957.363000', '183957.365000', '183957.368000', '183957.371000', '183957.373000', '183957.376000', '183957.378000', '183957.381000', '183957.384000', '183957.386000', '183957.389000', '183957.391000', '183957.394000', '183957.396000', '183957.399000', '183957.402000', '183957.404000', '183957.407000', '183957.410000', '183957.412000', '183957.415000', '183957.418000', '183957.420000', '183957.423000', '184017.310000', '184017.313000', '184017.316000', '184017.319000', '184017.322000', '184017.324000', '184017.327000', '184017.330000', '184017.332000', '184017.335000', '184017.338000', '184017.340000', '184017.343000', '184017.346000', '184017.348000', '184017.351000', '184017.354000', '184017.356000', '184017.359000', '184017.361000', '184017.364000', '184017.367000', '184017.369000', '184017.372000', '184017.374000', '184017.377000', '184017.380000', '184017.382000', '184017.385000', '184017.387000', '184017.390000', '184017.393000', '184017.395000', '184017.398000', '184017.400000', '184017.403000', '184017.406000', '184017.408000', '184017.411000', '184017.414000', '184017.416000', '184017.419000', '184017.421000', '184017.424000', '184037.312000', '184037.314000', '184037.317000', '184037.320000', '184037.322000', '184037.325000', '184037.328000', '184037.330000', '184037.333000', '184037.336000', '184037.338000', '184037.341000', '184037.344000', '184037.346000', '184037.349000', '184037.351000', '184037.354000', '184037.357000', '184037.359000', '184037.362000', '184037.364000', '184037.367000', '184037.370000', '184037.372000', '184037.375000', '184037.378000', '184037.380000', '184037.383000', '184037.386000', '184037.388000', '184037.391000', '184037.394000', '184037.396000', '184037.399000', '184037.401000', '184037.404000', '184037.406000', '184037.414000', '184037.417000', '184037.420000', '184037.422000', '184037.425000', '184037.427000', '184057.311000', '184057.314000', '184057.317000', '184057.320000', '184057.322000', '184057.325000', '184057.327000', '184057.330000', '184057.333000', '184057.335000', '184057.338000', '184057.340000', '184057.343000', '184057.346000', '184057.348000', '184057.351000', '184057.354000', '184057.356000', '184057.359000', '184057.362000', '184057.364000', '184057.367000', '184057.370000', '184057.372000', '184057.375000', '184057.377000', '184057.380000', '184057.383000', '184057.385000', '184057.388000', '184057.390000', '184057.393000', '184057.396000', '184057.398000', '184057.401000', '184057.403000', '184057.406000', '184057.417000', '184057.419000', '184057.422000', '184057.425000', '184057.427000', '184057.430000', '184057.432000', '184117.311000', '184117.314000', '184117.317000', '184117.320000', '184117.322000', '184117.325000', '184117.327000', '184117.330000', '184117.333000', '184117.335000', '184117.338000', '184117.340000', '184117.343000', '184117.346000', '184117.348000', '184117.351000', '184117.353000', '184117.356000', '184117.359000', '184117.361000', '184117.364000', '184117.366000', '184117.369000', '184117.372000', '184117.374000', '184117.377000', '184117.379000', '184117.382000', '184117.385000', '184117.387000', '184117.390000', '184117.393000', '184117.396000', '184117.399000', '184117.401000', '184117.404000', '184117.407000', '184117.409000', '184117.412000', '184117.414000', '184117.417000', '184117.420000', '184117.422000', '184137.310000', '184137.313000', '184137.316000', '184137.319000', '184137.321000', '184137.324000', '184137.327000', '184137.329000', '184137.332000', '184137.334000', '184137.337000', '184137.339000', '184137.342000', '184137.345000', '184137.347000', '184137.350000', '184137.352000', '184137.355000', '184137.357000', '184137.360000', '184137.363000', '184137.365000', '184137.368000', '184137.371000', '184137.373000', '184137.376000', '184137.378000', '184137.381000', '184137.383000', '184137.386000', '184137.389000', '184137.391000', '184137.394000', '184137.397000', '184137.399000', '184137.402000', '184137.405000', '184137.407000', '184137.410000', '184137.412000', '184137.415000', '184137.418000', '184137.420000', '184137.423000', '184157.310000', '184157.313000', '184157.316000', '184157.319000', '184157.322000', '184157.324000', '184157.327000', '184157.329000', '184157.332000', '184157.335000', '184157.337000', '184157.340000', '184157.342000', '184157.345000', '184157.348000', '184157.351000', '184157.354000', '184157.357000', '184157.359000', '184157.362000', '184157.365000', '184157.367000', '184157.370000', '184157.373000', '184157.375000', '184157.378000', '184157.380000', '184157.383000', '184157.386000', '184157.388000', '184157.391000', '184157.393000', '184157.396000', '184157.398000', '184157.401000', '184157.404000', '184157.406000', '184157.409000', '184157.411000', '184157.414000', '184157.417000', '184157.419000', '184157.422000', '184217.310000', '184217.313000', '184217.316000', '184217.319000', '184217.321000', '184217.326000', '184217.329000', '184217.331000', '184217.334000', '184217.336000', '184217.339000', '184217.342000', '184217.344000', '184217.347000', '184217.349000', '184217.352000', '184217.354000', '184217.357000', '184217.360000', '184217.362000', '184217.365000', '184217.367000', '184217.370000', '184217.373000', '184217.375000', '184217.378000', '184217.380000', '184217.383000', '184217.385000', '184217.388000', '184217.391000', '184217.393000', '184217.396000', '184217.398000', '184217.401000', '184217.404000', '184217.406000', '184217.409000', '184217.411000', '184217.414000', '184217.417000', '184217.419000', '184217.422000', '184217.424000', '184237.311000', '184237.313000', '184237.316000', '184237.326000', '184237.329000', '184237.332000', '184237.334000', '184237.337000', '184237.339000', '184237.342000', '184237.344000', '184237.347000', '184237.350000', '184237.352000', '184237.355000', '184237.357000', '184237.360000', '184237.363000', '184237.366000', '184237.368000', '184237.371000', '184237.373000', '184237.376000', '184237.380000', '184237.382000', '184237.385000', '184237.388000', '184237.390000', '184237.393000', '184237.396000', '184237.398000', '184237.401000', '184237.404000', '184237.406000', '184237.409000', '184237.411000', '184237.414000', '184237.417000', '184237.419000', '184237.422000', '184237.424000', '184237.427000', '184237.430000', '184257.312000', '184257.314000', '184257.317000', '184257.320000', '184257.322000', '184257.325000', '184257.327000', '184257.330000', '184257.333000', '184257.335000', '184257.338000', '184257.340000', '184257.343000', '184257.345000', '184257.348000', '184257.351000', '184257.353000', '184257.356000', '184257.359000', '184257.361000', '184257.364000', '184257.366000', '184257.369000', '184257.371000', '184257.374000', '184257.377000', '184257.379000', '184257.382000', '184257.384000', '184257.387000', '184257.390000', '184257.392000', '184257.395000', '184257.397000', '184257.400000', '184257.403000', '184257.405000', '184257.408000', '184257.411000', '184257.413000', '184257.416000', '184257.418000', '184257.421000', '184257.424000', '184314.186000', '184314.189000', '184314.191000', '184314.194000', '184314.197000', '184314.199000', '184314.202000', '184314.204000', '184314.207000', '184314.210000', '184314.212000', '184314.215000', '184314.217000', '184314.220000', '184314.222000', '184314.225000', '184314.228000', '184314.230000', '184314.233000', '184314.235000', '184314.238000', '184314.241000', '184314.244000', '184314.246000', '184314.249000', '184314.251000', '184314.254000', '184314.257000', '184314.259000', '184314.262000', '184314.265000', '184314.267000', '184314.270000', '184314.272000', '184314.275000', '184314.278000', '184314.280000'], 'InstanceCreationTime': ['183657.351000', '183657.354000', '183657.358000', '183657.360000', '183657.363000', '183657.366000', '183657.368000', '183657.371000', '183657.374000', '183657.376000', '183657.379000', '183657.381000', '183657.384000', '183657.387000', '183657.389000', '183657.392000', '183657.394000', '183657.397000', '183657.399000', '183657.402000', '183657.405000', '183657.407000', '183657.410000', '183657.419000', '183657.422000', '183657.424000', '183657.427000', '183657.429000', '183657.432000', '183657.435000', '183657.437000', '183657.440000', '183657.442000', '183657.445000', '183657.448000', '183657.450000', '183657.453000', '183657.456000', '183657.459000', '183657.461000', '183657.464000', '183657.466000', '183657.469000', '183657.472000', '183657.474000', '183657.477000', '183657.479000', '183657.482000', '183657.485000', '183657.487000', '183657.490000', '183657.492000', '183717.310000', '183717.313000', '183717.316000', '183717.319000', '183717.321000', '183717.324000', '183717.326000', '183717.335000', '183717.338000', '183717.340000', '183717.343000', '183717.346000', '183717.348000', '183717.351000', '183717.353000', '183717.356000', '183717.359000', '183717.361000', '183717.364000', '183717.367000', '183717.369000', '183717.372000', '183717.374000', '183717.377000', '183717.379000', '183717.382000', '183717.385000', '183717.387000', '183717.390000', '183717.393000', '183717.395000', '183717.398000', '183717.400000', '183717.403000', '183717.406000', '183717.408000', '183717.411000', '183717.413000', '183717.416000', '183717.418000', '183717.421000', '183717.423000', '183717.426000', '183717.429000', '183737.311000', '183737.314000', '183737.316000', '183737.319000', '183737.321000', '183737.324000', '183737.327000', '183737.329000', '183737.332000', '183737.335000', '183737.337000', '183737.340000', '183737.342000', '183737.345000', '183737.347000', '183737.350000', '183737.353000', '183737.355000', '183737.358000', '183737.360000', '183737.363000', '183737.366000', '183737.368000', '183737.371000', '183737.373000', '183737.376000', '183737.378000', '183737.381000', '183737.384000', '183737.386000', '183737.389000', '183737.392000', '183737.394000', '183737.397000', '183737.399000', '183737.402000', '183737.405000', '183737.407000', '183737.410000', '183737.412000', '183737.415000', '183737.417000', '183737.420000', '183757.310000', '183757.313000', '183757.316000', '183757.323000', '183757.326000', '183757.328000', '183757.331000', '183757.334000', '183757.336000', '183757.339000', '183757.341000', '183757.344000', '183757.347000', '183757.349000', '183757.352000', '183757.355000', '183757.367000', '183757.369000', '183757.372000', '183757.374000', '183757.377000', '183757.380000', '183757.383000', '183757.385000', '183757.388000', '183757.390000', '183757.393000', '183757.396000', '183757.398000', '183757.401000', '183757.403000', '183757.406000', '183757.409000', '183757.411000', '183757.414000', '183757.416000', '183757.419000', '183757.422000', '183757.424000', '183757.427000', '183757.429000', '183757.432000', '183757.435000', '183817.311000', '183817.314000', '183817.317000', '183817.319000', '183817.322000', '183817.325000', '183817.327000', '183817.330000', '183817.332000', '183817.335000', '183817.337000', '183817.340000', '183817.343000', '183817.345000', '183817.348000', '183817.350000', '183817.353000', '183817.356000', '183817.358000', '183817.361000', '183817.372000', '183817.375000', '183817.378000', '183817.380000', '183817.383000', '183817.385000', '183817.388000', '183817.390000', '183817.393000', '183817.396000', '183817.398000', '183817.401000', '183817.404000', '183817.406000', '183817.409000', '183817.411000', '183817.414000', '183817.416000', '183817.419000', '183817.422000', '183817.424000', '183817.427000', '183817.430000', '183817.432000', '183837.311000', '183837.316000', '183837.319000', '183837.322000', '183837.324000', '183837.327000', '183837.329000', '183837.332000', '183837.335000', '183837.337000', '183837.340000', '183837.342000', '183837.345000', '183837.347000', '183837.350000', '183837.353000', '183837.355000', '183837.358000', '183837.360000', '183837.363000', '183837.366000', '183837.368000', '183837.371000', '183837.374000', '183837.376000', '183837.379000', '183837.381000', '183837.384000', '183837.387000', '183837.389000', '183837.392000', '183837.394000', '183837.397000', '183837.399000', '183837.402000', '183837.405000', '183837.407000', '183837.410000', '183837.412000', '183837.415000', '183837.418000', '183837.420000', '183837.423000', '183837.425000', '183857.311000', '183857.314000', '183857.317000', '183857.320000', '183857.322000', '183857.325000', '183857.327000', '183857.330000', '183857.332000', '183857.335000', '183857.338000', '183857.340000', '183857.343000', '183857.345000', '183857.348000', '183857.351000', '183857.353000', '183857.356000', '183857.358000', '183857.361000', '183857.363000', '183857.366000', '183857.369000', '183857.371000', '183857.374000', '183857.376000', '183857.379000', '183857.382000', '183857.384000', '183857.387000', '183857.389000', '183857.392000', '183857.394000', '183857.397000', '183857.400000', '183857.402000', '183857.405000', '183857.407000', '183857.410000', '183857.413000', '183857.415000', '183857.418000', '183857.420000', '183917.311000', '183917.313000', '183917.316000', '183917.319000', '183917.321000', '183917.324000', '183917.326000', '183917.329000', '183917.332000', '183917.334000', '183917.337000', '183917.339000', '183917.342000', '183917.345000', '183917.347000', '183917.350000', '183917.352000', '183917.355000', '183917.358000', '183917.360000', '183917.363000', '183917.365000', '183917.368000', '183917.370000', '183917.373000', '183917.376000', '183917.378000', '183917.381000', '183917.384000', '183917.386000', '183917.389000', '183917.391000', '183917.394000', '183917.396000', '183917.399000', '183917.402000', '183917.404000', '183917.407000', '183917.409000', '183917.412000', '183917.418000', '183917.420000', '183917.423000', '183917.426000', '183937.310000', '183937.313000', '183937.316000', '183937.318000', '183937.321000', '183937.324000', '183937.326000', '183937.329000', '183937.331000', '183937.334000', '183937.336000', '183937.355000', '183937.357000', '183937.360000', '183937.362000', '183937.365000', '183937.368000', '183937.370000', '183937.373000', '183937.375000', '183937.378000', '183937.380000', '183937.383000', '183937.386000', '183937.388000', '183937.391000', '183937.394000', '183937.396000', '183937.399000', '183937.401000', '183937.404000', '183937.407000', '183937.409000', '183937.412000', '183937.414000', '183937.417000', '183937.419000', '183937.422000', '183937.425000', '183937.427000', '183937.430000', '183937.433000', '183937.435000', '183957.311000', '183957.314000', '183957.317000', '183957.319000', '183957.322000', '183957.325000', '183957.327000', '183957.330000', '183957.332000', '183957.335000', '183957.338000', '183957.340000', '183957.343000', '183957.345000', '183957.348000', '183957.351000', '183957.355000', '183957.357000', '183957.360000', '183957.363000', '183957.365000', '183957.368000', '183957.371000', '183957.373000', '183957.376000', '183957.378000', '183957.381000', '183957.384000', '183957.386000', '183957.389000', '183957.391000', '183957.394000', '183957.396000', '183957.399000', '183957.402000', '183957.404000', '183957.407000', '183957.410000', '183957.412000', '183957.415000', '183957.418000', '183957.420000', '183957.423000', '184017.310000', '184017.313000', '184017.316000', '184017.319000', '184017.322000', '184017.324000', '184017.327000', '184017.330000', '184017.332000', '184017.335000', '184017.338000', '184017.340000', '184017.343000', '184017.346000', '184017.348000', '184017.351000', '184017.354000', '184017.356000', '184017.359000', '184017.361000', '184017.364000', '184017.367000', '184017.369000', '184017.372000', '184017.374000', '184017.377000', '184017.380000', '184017.382000', '184017.385000', '184017.387000', '184017.390000', '184017.393000', '184017.395000', '184017.398000', '184017.400000', '184017.403000', '184017.406000', '184017.408000', '184017.411000', '184017.414000', '184017.416000', '184017.419000', '184017.421000', '184017.424000', '184037.312000', '184037.314000', '184037.317000', '184037.320000', '184037.322000', '184037.325000', '184037.328000', '184037.330000', '184037.333000', '184037.336000', '184037.338000', '184037.341000', '184037.344000', '184037.346000', '184037.349000', '184037.351000', '184037.354000', '184037.357000', '184037.359000', '184037.362000', '184037.364000', '184037.367000', '184037.370000', '184037.372000', '184037.375000', '184037.378000', '184037.380000', '184037.383000', '184037.386000', '184037.388000', '184037.391000', '184037.394000', '184037.396000', '184037.399000', '184037.401000', '184037.404000', '184037.406000', '184037.414000', '184037.417000', '184037.420000', '184037.422000', '184037.425000', '184037.427000', '184057.311000', '184057.314000', '184057.317000', '184057.320000', '184057.322000', '184057.325000', '184057.327000', '184057.330000', '184057.333000', '184057.335000', '184057.338000', '184057.340000', '184057.343000', '184057.346000', '184057.348000', '184057.351000', '184057.354000', '184057.356000', '184057.359000', '184057.362000', '184057.364000', '184057.367000', '184057.370000', '184057.372000', '184057.375000', '184057.377000', '184057.380000', '184057.383000', '184057.385000', '184057.388000', '184057.390000', '184057.393000', '184057.396000', '184057.398000', '184057.401000', '184057.403000', '184057.406000', '184057.417000', '184057.419000', '184057.422000', '184057.425000', '184057.427000', '184057.430000', '184057.432000', '184117.311000', '184117.314000', '184117.317000', '184117.320000', '184117.322000', '184117.325000', '184117.327000', '184117.330000', '184117.333000', '184117.335000', '184117.338000', '184117.340000', '184117.343000', '184117.346000', '184117.348000', '184117.351000', '184117.353000', '184117.356000', '184117.359000', '184117.361000', '184117.364000', '184117.366000', '184117.369000', '184117.372000', '184117.374000', '184117.377000', '184117.379000', '184117.382000', '184117.385000', '184117.387000', '184117.390000', '184117.393000', '184117.396000', '184117.399000', '184117.401000', '184117.404000', '184117.407000', '184117.409000', '184117.412000', '184117.414000', '184117.417000', '184117.420000', '184117.422000', '184137.310000', '184137.313000', '184137.316000', '184137.319000', '184137.321000', '184137.324000', '184137.327000', '184137.329000', '184137.332000', '184137.334000', '184137.337000', '184137.339000', '184137.342000', '184137.345000', '184137.347000', '184137.350000', '184137.352000', '184137.355000', '184137.357000', '184137.360000', '184137.363000', '184137.365000', '184137.368000', '184137.371000', '184137.373000', '184137.376000', '184137.378000', '184137.381000', '184137.383000', '184137.386000', '184137.389000', '184137.391000', '184137.394000', '184137.397000', '184137.399000', '184137.402000', '184137.405000', '184137.407000', '184137.410000', '184137.412000', '184137.415000', '184137.418000', '184137.420000', '184137.423000', '184157.310000', '184157.313000', '184157.316000', '184157.319000', '184157.322000', '184157.324000', '184157.327000', '184157.329000', '184157.332000', '184157.335000', '184157.337000', '184157.340000', '184157.342000', '184157.345000', '184157.348000', '184157.351000', '184157.354000', '184157.357000', '184157.359000', '184157.362000', '184157.365000', '184157.367000', '184157.370000', '184157.373000', '184157.375000', '184157.378000', '184157.380000', '184157.383000', '184157.386000', '184157.388000', '184157.391000', '184157.393000', '184157.396000', '184157.398000', '184157.401000', '184157.404000', '184157.406000', '184157.409000', '184157.411000', '184157.414000', '184157.417000', '184157.419000', '184157.422000', '184217.310000', '184217.313000', '184217.316000', '184217.319000', '184217.321000', '184217.326000', '184217.329000', '184217.331000', '184217.334000', '184217.336000', '184217.339000', '184217.342000', '184217.344000', '184217.347000', '184217.349000', '184217.352000', '184217.354000', '184217.357000', '184217.360000', '184217.362000', '184217.365000', '184217.367000', '184217.370000', '184217.373000', '184217.375000', '184217.378000', '184217.380000', '184217.383000', '184217.385000', '184217.388000', '184217.391000', '184217.393000', '184217.396000', '184217.398000', '184217.401000', '184217.404000', '184217.406000', '184217.409000', '184217.411000', '184217.414000', '184217.417000', '184217.419000', '184217.422000', '184217.424000', '184237.311000', '184237.313000', '184237.316000', '184237.326000', '184237.329000', '184237.332000', '184237.334000', '184237.337000', '184237.339000', '184237.342000', '184237.344000', '184237.347000', '184237.350000', '184237.352000', '184237.355000', '184237.357000', '184237.360000', '184237.363000', '184237.366000', '184237.368000', '184237.371000', '184237.373000', '184237.376000', '184237.380000', '184237.382000', '184237.385000', '184237.388000', '184237.390000', '184237.393000', '184237.396000', '184237.398000', '184237.401000', '184237.404000', '184237.406000', '184237.409000', '184237.411000', '184237.414000', '184237.417000', '184237.419000', '184237.422000', '184237.424000', '184237.427000', '184237.430000', '184257.312000', '184257.314000', '184257.317000', '184257.320000', '184257.322000', '184257.325000', '184257.327000', '184257.330000', '184257.333000', '184257.335000', '184257.338000', '184257.340000', '184257.343000', '184257.345000', '184257.348000', '184257.351000', '184257.353000', '184257.356000', '184257.359000', '184257.361000', '184257.364000', '184257.366000', '184257.369000', '184257.371000', '184257.374000', '184257.377000', '184257.379000', '184257.382000', '184257.384000', '184257.387000', '184257.390000', '184257.392000', '184257.395000', '184257.397000', '184257.400000', '184257.403000', '184257.405000', '184257.408000', '184257.411000', '184257.413000', '184257.416000', '184257.418000', '184257.421000', '184257.424000', '184314.186000', '184314.189000', '184314.191000', '184314.194000', '184314.197000', '184314.199000', '184314.202000', '184314.204000', '184314.207000', '184314.210000', '184314.212000', '184314.215000', '184314.217000', '184314.220000', '184314.222000', '184314.225000', '184314.228000', '184314.230000', '184314.233000', '184314.235000', '184314.238000', '184314.241000', '184314.244000', '184314.246000', '184314.249000', '184314.251000', '184314.254000', '184314.257000', '184314.259000', '184314.262000', '184314.265000', '184314.267000', '184314.270000', '184314.272000', '184314.275000', '184314.278000', '184314.280000'], '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': [11743, 14773, 11128, 15041, 11128, 14141, 10128, 13710, 11977, 13482, 11887, 13703, 11693, 13283, 14458, 12947, 14489, 13942, 10334, 13336, 9900, 14947, 12738, 14551, 11415, 10158, 14469, 12048, 10643, 14986, 12643, 9851, 13637, 11762, 16925, 14139, 16308, 12835, 17761, 11205, 16112, 11784, 14943, 10678, 13529, 16509, 12982, 15610, 12839, 12825, 11041, 14139, 11710, 14170, 11744, 11003, 11664, 15144, 12344, 14846, 11808, 15617, 11883, 14619, 12047, 15082, 12875, 14599, 11735, 14707, 12389, 14955, 12036, 15252, 10971, 14355, 10287, 14042, 10502, 13878, 10619, 12330, 11631, 13165, 14762, 13279, 13477, 12634, 13372, 12086, 15852, 11828, 14975, 12342, 14831, 11356, 14269, 10653, 14180, 11336, 14816, 11105, 14496, 11045, 14143, 10794, 15210, 10861, 14395, 14644, 12627, 16809, 12020, 15228, 12567, 12841, 15736, 11262, 14362, 11578, 13857, 10293, 14302, 10072, 12603, 9539, 12430, 9944, 13826, 9847, 12887, 9487, 13225, 10713, 14353, 10316, 13746, 13935, 12949, 17328, 14293, 16232, 12155, 15992, 12702, 15470, 11377, 15435, 10606, 14487, 9916, 14112, 10128, 14887, 10774, 14588, 9937, 13241, 10110, 11151, 9135, 9897, 9503, 7597, 10686, 12000, 9534, 12908, 10267, 10046, 15960, 13381, 12776, 14059, 18302, 14563, 17585, 13312, 10483, 12294, 10021, 14165, 10377, 14651, 10390, 13809, 10897, 15284, 12886, 15142, 11604, 14148, 10471, 11850, 12699, 12940, 9606, 8411, 7648, 10659, 9163, 8253, 14385, 10700, 8586, 11405, 10822, 8634, 10940, 11140, 8931, 13957, 12067, 13497, 13210, 12673, 16714, 10967, 15977, 11719, 13809, 11914, 13805, 12015, 8679, 12594, 9500, 13050, 10873, 8494, 11863, 9944, 10999, 10958, 9170, 11271, 11337, 9489, 8499, 10672, 9634, 14278, 9992, 11040, 10170, 14731, 10500, 14762, 11008, 11439, 8960, 10914, 9022, 11255, 15052, 10656, 14789, 10665, 15311, 10908, 8618, 8084, 8516, 12593, 10766, 11388, 11310, 12405, 10898, 16121, 11222, 15453, 10679, 14775, 11766, 15860, 11142, 14084, 12260, 14651, 12287, 15955, 13361, 12295, 11712, 10398, 12403, 12027, 12784, 13699, 12385, 12903, 11934, 13544, 11762, 11985, 13134, 10259, 12076, 10231, 12637, 11064, 13233, 10465, 12035, 10011, 13328, 10954, 15570, 10562, 8469, 11930, 8815, 11240, 11354, 10058, 12109, 10182, 9817, 13276, 10588, 12528, 14863, 14748, 17280, 13750, 15100, 10736, 15447, 13029, 12658, 17036, 12783, 14897, 11621, 15095, 10674, 12196, 10053, 13318, 10127, 14769, 10675, 12943, 10693, 13325, 10455, 14536, 10862, 11865, 10244, 13498, 11000, 13842, 10554, 12363, 10211, 11773, 11280, 14747, 11010, 12338, 10474, 13510, 10871, 15232, 11787, 14965, 11817, 15389, 11449, 15321, 12777, 14109, 11481, 15610, 12135, 15575, 11920, 9902, 11060, 9982, 14022, 10914, 12761, 10565, 12607, 16857, 13231, 15331, 11590, 15784, 10962, 14705, 12248, 14650, 11158, 9842, 11704, 10473, 15251, 12484, 14929, 12676, 14707, 11964, 14804, 10918, 15592, 11299, 13466, 10588, 12897, 10677, 13869, 11870, 14158, 10430, 13775, 10215, 12768, 9836, 9047, 12288, 11386, 9376, 15569, 10081, 8477, 11015, 9616, 12710, 11300, 12650, 11148, 13425, 11264, 14438, 11805, 15790, 11812, 16671, 11322, 14639, 9053, 12762, 8756, 13199, 10375, 9709, 10532, 8889, 11677, 8201, 9555, 8829, 10593, 8842, 8223, 9203, 9823, 10328, 9733, 14431, 9885, 13881, 10861, 16166, 12831, 13292, 11926, 8783, 11904, 9668, 14632, 12094, 14558, 10448, 13689, 9932, 13769, 9672, 13234, 9551, 13466, 9355, 13491, 9779, 14237, 9652, 13242, 9289, 13049, 9301, 13968, 10180, 13753, 10405, 13815, 11215, 14663, 11919, 14620, 12019, 14414, 11375, 14366, 11478, 11427, 12083, 10551, 12157, 11169, 12101, 11147, 13175, 8631, 12484, 8843, 13254, 9404, 14441, 9619, 13626, 10015, 14840, 12060, 15256, 12547, 15307, 12073, 15346, 12151, 13925, 12610, 11155, 12226, 10679, 13045, 10367, 14024, 9608, 13038, 9168, 13820, 10238, 15433, 10711, 15128, 10413, 14454, 9943, 15055, 10843, 14570, 10608, 13503, 9649, 13640, 10159, 13865, 10064, 12460, 9787, 13435, 10385, 13660, 11551, 12187, 9881, 11193, 12658, 9686, 13894, 10901, 14218, 11177, 15561, 10932, 13324, 11340, 15187, 10586, 9919, 15960, 12390, 12726, 15420, 12577, 16489, 13866, 11388, 14637, 10970, 13714, 16958, 13967, 11784, 11670, 10044, 12639, 10910, 13626, 10147, 12421, 9734, 13337, 10080, 15013, 11174, 13173, 10611, 14079, 11622, 14360, 11423, 13555, 11429, 14708, 11230, 15048, 10867, 14551, 11726, 10718, 11335, 9845, 11921, 9786, 13424, 10471, 13233, 10305, 13544, 10370, 14310, 11572, 14788, 11788, 14047, 11276, 14394, 11966, 15177, 11633, 15235, 11087, 14539, 10739, 13957, 11836, 10063, 12046, 8754, 10562, 8925, 9077, 7732, 8071, 7919, 8937, 7999, 10878, 8262, 8492, 7727, 8274, 9170, 10267, 14485, 12854, 11781, 15339, 11786, 14969, 13862, 11115, 15368, 13508, 15634, 12201, 14129, 10498, 8695, 12656, 10171, 10017, 12321, 8890, 12718, 10240, 8965, 11682, 9325, 9341, 10779, 8492, 11641, 8591, 8944, 12181, 12155, 11032, 14541, 14334, 10879, 8673, 14042, 12517, 10430, 15067, 9905, 15180, 9711, 14817, 13271, 17755, 14918, 9544, 14826, 10779, 17444, 14239, 9898, 14463, 11427, 11678, 13140, 10437, 14037, 12682, 9232, 13005, 9673, 13957, 12735, 14619, 10619, 13188, 8854, 12692, 8796, 13798, 11848, 15217, 12749, 9325, 11918, 9035, 14727, 10732, 8398, 10503, 9252, 10575, 12455, 12097, 12876, 11306, 9023, 13167, 10683, 8438, 13105, 10471, 13572, 8765, 11674, 8394, 11730, 8313, 9061, 8247, 11136, 9292, 12041, 10037, 13030, 11951, 15389, 11776, 14792, 12085, 15290, 11475, 8121, 9851, 8190, 8939, 8538, 12072, 12237, 10638, 8131, 8265, 13625, 10670, 14938, 12240, 14285, 11609, 12540, 12295, 12137, 12536, 10378, 13251, 9046, 13417, 9038, 13707, 11533, 14272, 10508, 13697, 10024, 13632, 11071, 13889, 9105, 10367, 10142, 11290, 11110, 8082, 14241, 11293, 8528, 13527, 11302, 8453, 12745, 10322, 9418, 11668, 8140, 12678, 8734, 13092, 10356, 15254, 11049, 12653, 12655, 9450, 13910, 10531, 9325, 12946, 9511, 15484, 11749, 9319, 12612, 8657, 13825, 10589, 8485, 11306, 8664, 13122, 8818, 14895, 10704, 15816, 12575, 9574, 12926, 8874, 13165, 11099, 13321], 'WindowCenter': [4827.0, 4830.0, 4786.0, 4804.0, 4774.0, 4791.0, 4764.0, 4789.0, 4768.0, 4779.0, 4769.0, 4790.0, 4770.0, 4789.0, 4789.0, 4780.0, 4789.0, 4788.0, 4748.0, 4779.0, 4750.0, 4801.0, 4780.0, 4803.0, 4784.0, 4764.0, 4803.0, 4797.0, 4777.0, 4816.0, 4807.0, 4777.0, 4819.0, 4801.0, 4839.0, 4818.0, 4816.0, 4797.0, 4814.0, 4764.0, 4789.0, 4760.0, 4779.0, 4737.0, 4765.0, 4784.0, 4754.0, 4773.0, 4753.0, 4755.0, 4746.0, 4763.0, 4742.0, 4762.0, 4755.0, 4735.0, 4746.0, 4774.0, 4756.0, 4775.0, 4756.0, 4784.0, 4756.0, 4775.0, 4754.0, 4774.0, 4768.0, 4776.0, 4757.0, 4775.0, 4756.0, 4776.0, 4756.0, 4774.0, 4735.0, 4775.0, 4733.0, 4763.0, 4734.0, 4765.0, 4737.0, 4755.0, 4745.0, 4755.0, 4775.0, 4767.0, 4765.0, 4757.0, 4766.0, 4758.0, 4784.0, 4757.0, 4773.0, 4756.0, 4773.0, 4745.0, 4774.0, 4747.0, 4775.0, 4747.0, 4777.0, 4759.0, 4789.0, 4763.0, 4792.0, 4762.0, 4792.0, 4763.0, 4794.0, 4791.0, 4772.0, 4799.0, 4758.0, 4778.0, 4755.0, 4756.0, 4773.0, 4746.0, 4764.0, 4745.0, 4763.0, 4734.0, 4763.0, 4723.0, 4752.0, 4724.0, 4765.0, 4737.0, 4777.0, 4739.0, 4770.0, 4739.0, 4781.0, 4750.0, 4791.0, 4751.0, 4781.0, 4779.0, 4770.0, 4798.0, 4778.0, 4785.0, 4758.0, 4786.0, 4756.0, 4776.0, 4744.0, 4764.0, 4722.0, 4761.0, 4721.0, 4762.0, 4722.0, 4762.0, 4732.0, 4762.0, 4723.0, 4754.0, 4725.0, 4589.0, 4778.0, 4775.0, 4759.0, 4721.0, 4748.0, 4770.0, 4728.0, 4756.0, 4752.0, 4754.0, 4804.0, 4796.0, 4785.0, 4794.0, 4812.0, 4780.0, 4788.0, 4757.0, 4736.0, 4745.0, 4724.0, 4765.0, 4727.0, 4765.0, 4724.0, 4751.0, 4733.0, 4762.0, 4743.0, 4761.0, 4746.0, 4776.0, 4760.0, 4782.0, 4781.0, 4766.0, 4733.0, 4718.0, 4687.0, 4727.0, 4720.0, 4703.0, 4763.0, 4734.0, 4718.0, 4745.0, 4736.0, 4714.0, 4732.0, 4746.0, 4716.0, 4775.0, 4759.0, 4755.0, 4754.0, 4742.0, 4762.0, 4709.0, 4747.0, 4716.0, 4724.0, 4715.0, 4724.0, 4714.0, 4676.0, 4714.0, 4683.0, 4722.0, 4707.0, 4686.0, 4716.0, 4710.0, 4719.0, 4720.0, 4711.0, 4743.0, 4745.0, 4736.0, 4727.0, 4745.0, 4739.0, 4789.0, 4751.0, 4758.0, 4752.0, 4789.0, 4751.0, 4789.0, 4749.0, 4756.0, 4727.0, 4745.0, 4713.0, 4744.0, 4774.0, 4736.0, 4762.0, 4744.0, 4785.0, 4707.0, 4733.0, 4705.0, 4689.0, 4741.0, 4734.0, 4746.0, 4748.0, 4767.0, 4759.0, 4799.0, 4761.0, 4800.0, 4752.0, 4779.0, 4773.0, 4788.0, 4748.0, 4766.0, 4758.0, 4765.0, 4756.0, 4774.0, 4755.0, 4743.0, 4742.0, 4710.0, 4740.0, 4729.0, 4742.0, 4749.0, 4741.0, 4740.0, 4733.0, 4750.0, 4742.0, 4742.0, 4751.0, 4719.0, 4740.0, 4719.0, 4743.0, 4732.0, 4750.0, 4732.0, 4743.0, 4724.0, 4765.0, 4747.0, 4743.0, 4745.0, 4729.0, 4766.0, 4740.0, 4761.0, 4761.0, 4741.0, 4772.0, 4765.0, 4766.0, 4796.0, 4766.0, 4787.0, 4805.0, 4795.0, 4802.0, 4780.0, 4778.0, 4736.0, 4777.0, 4756.0, 4755.0, 4784.0, 4743.0, 4763.0, 4744.0, 4763.0, 4722.0, 4739.0, 4721.0, 4751.0, 4722.0, 4762.0, 4734.0, 4755.0, 4734.0, 4763.0, 4735.0, 4765.0, 4736.0, 4744.0, 4735.0, 4765.0, 4733.0, 4765.0, 4734.0, 4744.0, 4736.0, 4754.0, 4744.0, 4766.0, 4745.0, 4756.0, 4736.0, 4763.0, 4744.0, 4774.0, 4754.0, 4775.0, 4757.0, 4785.0, 4757.0, 4777.0, 4769.0, 4775.0, 4747.0, 4785.0, 4759.0, 4773.0, 4746.0, 4735.0, 4747.0, 4738.0, 4776.0, 4748.0, 4768.0, 4737.0, 4757.0, 4787.0, 4767.0, 4775.0, 4746.0, 4776.0, 4746.0, 4778.0, 4757.0, 4776.0, 4748.0, 4736.0, 4756.0, 4749.0, 4788.0, 4770.0, 4787.0, 4769.0, 4778.0, 4760.0, 4788.0, 4747.0, 4776.0, 4745.0, 4766.0, 4734.0, 4755.0, 4735.0, 4766.0, 4744.0, 4762.0, 4735.0, 4778.0, 4750.0, 4761.0, 4748.0, 4715.0, 4754.0, 4739.0, 4671.0, 4774.0, 4711.0, 4684.0, 4725.0, 4720.0, 4759.0, 4740.0, 4748.0, 4738.0, 4758.0, 4740.0, 4755.0, 4723.0, 4738.0, 4710.0, 4736.0, 4687.0, 4726.0, 4675.0, 4713.0, 4673.0, 4711.0, 4682.0, 4671.0, 4691.0, 4703.0, 4718.0, 4652.0, 4655.0, 4644.0, 4690.0, 4674.0, 4663.0, 4693.0, 4698.0, 4708.0, 4716.0, 4756.0, 4712.0, 4737.0, 4707.0, 4744.0, 4726.0, 4736.0, 4743.0, 4705.0, 4745.0, 4726.0, 4776.0, 4757.0, 4763.0, 4723.0, 4750.0, 4711.0, 4751.0, 4714.0, 4755.0, 4715.0, 4752.0, 4714.0, 4751.0, 4712.0, 4751.0, 4714.0, 4739.0, 4701.0, 4741.0, 4712.0, 4753.0, 4722.0, 4763.0, 4732.0, 4761.0, 4745.0, 4761.0, 4745.0, 4764.0, 4757.0, 4777.0, 4747.0, 4777.0, 4758.0, 4756.0, 4758.0, 4747.0, 4759.0, 4747.0, 4770.0, 4746.0, 4770.0, 4729.0, 4770.0, 4730.0, 4780.0, 4731.0, 4777.0, 4739.0, 4778.0, 4740.0, 4778.0, 4760.0, 4790.0, 4770.0, 4786.0, 4759.0, 4787.0, 4760.0, 4779.0, 4768.0, 4759.0, 4768.0, 4748.0, 4767.0, 4749.0, 4791.0, 4739.0, 4769.0, 4738.0, 4780.0, 4750.0, 4803.0, 4762.0, 4803.0, 4751.0, 4790.0, 4750.0, 4805.0, 4765.0, 4791.0, 4750.0, 4780.0, 4741.0, 4780.0, 4738.0, 4777.0, 4739.0, 4783.0, 4761.0, 4791.0, 4777.0, 4790.0, 4773.0, 4784.0, 4762.0, 4762.0, 4796.0, 4756.0, 4783.0, 4764.0, 4781.0, 4773.0, 4804.0, 4776.0, 4804.0, 4770.0, 4790.0, 4722.0, 4726.0, 4775.0, 4744.0, 4747.0, 4764.0, 4746.0, 4775.0, 4770.0, 4747.0, 4768.0, 4725.0, 4756.0, 4773.0, 4751.0, 4721.0, 4718.0, 4700.0, 4742.0, 4722.0, 4739.0, 4709.0, 4728.0, 4697.0, 4727.0, 4698.0, 4748.0, 4718.0, 4729.0, 4710.0, 4739.0, 4719.0, 4748.0, 4720.0, 4739.0, 4720.0, 4749.0, 4719.0, 4748.0, 4710.0, 4739.0, 4731.0, 4711.0, 4721.0, 4710.0, 4731.0, 4713.0, 4740.0, 4722.0, 4743.0, 4724.0, 4754.0, 4723.0, 4751.0, 4732.0, 4751.0, 4733.0, 4752.0, 4735.0, 4751.0, 4734.0, 4762.0, 4747.0, 4763.0, 4735.0, 4765.0, 4736.0, 4765.0, 4745.0, 4725.0, 4770.0, 4732.0, 4705.0, 4751.0, 4764.0, 4730.0, 4727.0, 4715.0, 4722.0, 4688.0, 4704.0, 4729.0, 4727.0, 4691.0, 4697.0, 4753.0, 4751.0, 4776.0, 4757.0, 4744.0, 4775.0, 4748.0, 4778.0, 4766.0, 4725.0, 4764.0, 4743.0, 4762.0, 4735.0, 4747.0, 4688.0, 4654.0, 4691.0, 4672.0, 4674.0, 4684.0, 4672.0, 4726.0, 4707.0, 4697.0, 4728.0, 4712.0, 4715.0, 4747.0, 4720.0, 4760.0, 4711.0, 4721.0, 4762.0, 4760.0, 4716.0, 4761.0, 4773.0, 4740.0, 4715.0, 4774.0, 4764.0, 4744.0, 4784.0, 4734.0, 4783.0, 4721.0, 4771.0, 4752.0, 4780.0, 4770.0, 4707.0, 4756.0, 4718.0, 4788.0, 4746.0, 4708.0, 4757.0, 4726.0, 4725.0, 4746.0, 4727.0, 4756.0, 4747.0, 4706.0, 4747.0, 4707.0, 4758.0, 4747.0, 4757.0, 4716.0, 4745.0, 4698.0, 4747.0, 4708.0, 4757.0, 4750.0, 4779.0, 4761.0, 4733.0, 4750.0, 4721.0, 4778.0, 4742.0, 4713.0, 4755.0, 4737.0, 4757.0, 4776.0, 4787.0, 4773.0, 4783.0, 4751.0, 4769.0, 4751.0, 4734.0, 4785.0, 4766.0, 4799.0, 4736.0, 4762.0, 4728.0, 4768.0, 4715.0, 4708.0, 4685.0, 4724.0, 4704.0, 4721.0, 4683.0, 4740.0, 4746.0, 4774.0, 4759.0, 4776.0, 4758.0, 4777.0, 4768.0, 4714.0, 4732.0, 4708.0, 4705.0, 4707.0, 4730.0, 4759.0, 4761.0, 4722.0, 4724.0, 4796.0, 4769.0, 4807.0, 4781.0, 4799.0, 4758.0, 4751.0, 4751.0, 4741.0, 4750.0, 4731.0, 4749.0, 4711.0, 4749.0, 4700.0, 4760.0, 4740.0, 4758.0, 4717.0, 4760.0, 4707.0, 4761.0, 4728.0, 4753.0, 4692.0, 4733.0, 4750.0, 4769.0, 4757.0, 4678.0, 4808.0, 4766.0, 4735.0, 4795.0, 4786.0, 4747.0, 4796.0, 4774.0, 4746.0, 4768.0, 4740.0, 4786.0, 4718.0, 4791.0, 4765.0, 4802.0, 4747.0, 4757.0, 4755.0, 4715.0, 4750.0, 4721.0, 4701.0, 4754.0, 4730.0, 4801.0, 4768.0, 4740.0, 4782.0, 4746.0, 4788.0, 4747.0, 4716.0, 4773.0, 4742.0, 4792.0, 4743.0, 4813.0, 4776.0, 4802.0, 4769.0, 4738.0, 4767.0, 4729.0, 4779.0, 4760.0, 4792.0], 'WindowWidth': [10528.0, 10520.0, 10449.0, 10469.0, 10423.0, 10444.0, 10411.0, 10440.0, 10407.0, 10424.0, 10410.0, 10444.0, 10413.0, 10440.0, 10439.0, 10429.0, 10438.0, 10436.0, 10381.0, 10424.0, 10386.0, 10459.0, 10428.0, 10464.0, 10438.0, 10409.0, 10462.0, 10460.0, 10431.0, 10486.0, 10473.0, 10432.0, 10495.0, 10471.0, 10525.0, 10492.0, 10485.0, 10458.0, 10480.0, 10406.0, 10437.0, 10392.0, 10421.0, 10357.0, 10394.0, 10421.0, 10377.0, 10401.0, 10374.0, 10381.0, 10371.0, 10386.0, 10357.0, 10384.0, 10383.0, 10352.0, 10369.0, 10406.0, 10384.0, 10410.0, 10385.0, 10421.0, 10385.0, 10408.0, 10379.0, 10407.0, 10401.0, 10410.0, 10385.0, 10407.0, 10381.0, 10409.0, 10384.0, 10406.0, 10353.0, 10408.0, 10348.0, 10389.0, 10351.0, 10390.0, 10354.0, 10376.0, 10363.0, 10380.0, 10407.0, 10399.0, 10393.0, 10387.0, 10397.0, 10389.0, 10421.0, 10386.0, 10402.0, 10382.0, 10404.0, 10369.0, 10406.0, 10375.0, 10409.0, 10373.0, 10415.0, 10394.0, 10433.0, 10402.0, 10442.0, 10402.0, 10442.0, 10404.0, 10446.0, 10438.0, 10415.0, 10451.0, 10388.0, 10416.0, 10380.0, 10380.0, 10401.0, 10371.0, 10392.0, 10364.0, 10389.0, 10351.0, 10389.0, 10335.0, 10374.0, 10339.0, 10397.0, 10361.0, 10416.0, 10365.0, 10408.0, 10367.0, 10427.0, 10382.0, 10439.0, 10384.0, 10426.0, 10420.0, 10409.0, 10448.0, 10416.0, 10425.0, 10389.0, 10427.0, 10383.0, 10412.0, 10363.0, 10392.0, 10330.0, 10383.0, 10328.0, 10385.0, 10331.0, 10386.0, 10345.0, 10385.0, 10333.0, 10377.0, 10337.0, 10065.0, 10452.0, 10433.0, 10402.0, 10340.0, 10375.0, 10406.0, 10343.0, 10380.0, 10385.0, 10393.0, 10461.0, 10451.0, 10434.0, 10446.0, 10470.0, 10419.0, 10428.0, 10383.0, 10353.0, 10364.0, 10332.0, 10390.0, 10340.0, 10394.0, 10333.0, 10368.0, 10343.0, 10383.0, 10357.0, 10380.0, 10367.0, 10411.0, 10400.0, 10434.0, 10432.0, 10399.0, 10356.0, 10333.0, 10286.0, 10333.0, 10329.0, 10307.0, 10390.0, 10349.0, 10335.0, 10364.0, 10354.0, 10323.0, 10346.0, 10371.0, 10329.0, 10410.0, 10392.0, 10380.0, 10377.0, 10355.0, 10385.0, 10305.0, 10357.0, 10308.0, 10318.0, 10306.0, 10316.0, 10305.0, 10254.0, 10303.0, 10261.0, 10314.0, 10302.0, 10269.0, 10310.0, 10309.0, 10319.0, 10324.0, 10314.0, 10361.0, 10370.0, 10358.0, 10349.0, 10372.0, 10368.0, 10437.0, 10387.0, 10392.0, 10388.0, 10433.0, 10384.0, 10435.0, 10380.0, 10385.0, 10345.0, 10368.0, 10322.0, 10364.0, 10406.0, 10357.0, 10387.0, 10367.0, 10424.0, 10302.0, 10365.0, 10317.0, 10277.0, 10352.0, 10350.0, 10368.0, 10375.0, 10400.0, 10393.0, 10449.0, 10398.0, 10454.0, 10387.0, 10418.0, 10416.0, 10432.0, 10375.0, 10395.0, 10389.0, 10392.0, 10382.0, 10404.0, 10382.0, 10360.0, 10358.0, 10310.0, 10352.0, 10333.0, 10356.0, 10363.0, 10356.0, 10350.0, 10343.0, 10365.0, 10357.0, 10355.0, 10369.0, 10323.0, 10353.0, 10324.0, 10359.0, 10343.0, 10367.0, 10344.0, 10361.0, 10335.0, 10393.0, 10371.0, 10341.0, 10377.0, 10358.0, 10403.0, 10371.0, 10396.0, 10395.0, 10367.0, 10411.0, 10411.0, 10414.0, 10453.0, 10413.0, 10443.0, 10466.0, 10454.0, 10460.0, 10420.0, 10416.0, 10351.0, 10414.0, 10380.0, 10380.0, 10418.0, 10360.0, 10389.0, 10361.0, 10388.0, 10328.0, 10348.0, 10327.0, 10367.0, 10328.0, 10385.0, 10349.0, 10379.0, 10351.0, 10390.0, 10353.0, 10394.0, 10354.0, 10366.0, 10353.0, 10394.0, 10349.0, 10392.0, 10348.0, 10363.0, 10354.0, 10380.0, 10363.0, 10395.0, 10367.0, 10382.0, 10354.0, 10390.0, 10364.0, 10406.0, 10377.0, 10407.0, 10383.0, 10423.0, 10386.0, 10412.0, 10405.0, 10408.0, 10372.0, 10423.0, 10391.0, 10404.0, 10369.0, 10354.0, 10373.0, 10361.0, 10412.0, 10372.0, 10403.0, 10359.0, 10387.0, 10428.0, 10398.0, 10408.0, 10369.0, 10410.0, 10371.0, 10417.0, 10386.0, 10412.0, 10375.0, 10355.0, 10386.0, 10379.0, 10430.0, 10406.0, 10429.0, 10407.0, 10417.0, 10394.0, 10432.0, 10370.0, 10413.0, 10366.0, 10396.0, 10349.0, 10380.0, 10353.0, 10396.0, 10360.0, 10385.0, 10355.0, 10422.0, 10389.0, 10393.0, 10391.0, 10337.0, 10389.0, 10359.0, 10247.0, 10399.0, 10309.0, 10273.0, 10329.0, 10332.0, 10386.0, 10359.0, 10368.0, 10353.0, 10379.0, 10358.0, 10374.0, 10324.0, 10342.0, 10302.0, 10335.0, 10262.0, 10323.0, 10250.0, 10301.0, 10245.0, 10294.0, 10254.0, 10238.0, 10272.0, 10305.0, 10314.0, 10209.0, 10198.0, 10184.0, 10259.0, 10245.0, 10229.0, 10277.0, 10283.0, 10297.0, 10320.0, 10376.0, 10307.0, 10342.0, 10297.0, 10347.0, 10322.0, 10340.0, 10360.0, 10308.0, 10363.0, 10341.0, 10409.0, 10381.0, 10385.0, 10328.0, 10364.0, 10309.0, 10366.0, 10318.0, 10376.0, 10320.0, 10370.0, 10319.0, 10367.0, 10314.0, 10368.0, 10320.0, 10348.0, 10298.0, 10352.0, 10314.0, 10370.0, 10329.0, 10386.0, 10343.0, 10382.0, 10363.0, 10383.0, 10362.0, 10387.0, 10384.0, 10410.0, 10371.0, 10410.0, 10387.0, 10383.0, 10390.0, 10371.0, 10390.0, 10373.0, 10407.0, 10371.0, 10406.0, 10350.0, 10406.0, 10351.0, 10421.0, 10354.0, 10416.0, 10362.0, 10417.0, 10368.0, 10416.0, 10391.0, 10435.0, 10406.0, 10425.0, 10389.0, 10425.0, 10392.0, 10417.0, 10404.0, 10392.0, 10402.0, 10375.0, 10401.0, 10378.0, 10437.0, 10365.0, 10406.0, 10362.0, 10420.0, 10379.0, 10460.0, 10400.0, 10459.0, 10382.0, 10436.0, 10381.0, 10467.0, 10407.0, 10442.0, 10380.0, 10423.0, 10372.0, 10422.0, 10360.0, 10412.0, 10365.0, 10431.0, 10403.0, 10445.0, 10432.0, 10438.0, 10421.0, 10439.0, 10406.0, 10401.0, 10455.0, 10399.0, 10433.0, 10406.0, 10427.0, 10419.0, 10466.0, 10432.0, 10471.0, 10416.0, 10436.0, 10325.0, 10337.0, 10407.0, 10361.0, 10366.0, 10389.0, 10365.0, 10407.0, 10407.0, 10372.0, 10403.0, 10338.0, 10380.0, 10401.0, 10367.0, 10322.0, 10319.0, 10293.0, 10358.0, 10329.0, 10348.0, 10304.0, 10329.0, 10286.0, 10326.0, 10287.0, 10357.0, 10316.0, 10331.0, 10307.0, 10344.0, 10318.0, 10358.0, 10321.0, 10347.0, 10321.0, 10359.0, 10321.0, 10356.0, 10307.0, 10344.0, 10338.0, 10309.0, 10324.0, 10308.0, 10339.0, 10315.0, 10351.0, 10328.0, 10359.0, 10334.0, 10376.0, 10330.0, 10364.0, 10340.0, 10366.0, 10343.0, 10368.0, 10349.0, 10366.0, 10346.0, 10382.0, 10369.0, 10385.0, 10350.0, 10390.0, 10350.0, 10388.0, 10362.0, 10338.0, 10411.0, 10362.0, 10296.0, 10397.0, 10421.0, 10367.0, 10356.0, 10335.0, 10336.0, 10281.0, 10292.0, 10356.0, 10351.0, 10295.0, 10297.0, 10398.0, 10389.0, 10413.0, 10386.0, 10363.0, 10412.0, 10377.0, 10418.0, 10401.0, 10339.0, 10393.0, 10360.0, 10389.0, 10352.0, 10367.0, 10265.0, 10213.0, 10258.0, 10236.0, 10242.0, 10248.0, 10243.0, 10324.0, 10302.0, 10291.0, 10337.0, 10322.0, 10326.0, 10376.0, 10345.0, 10399.0, 10331.0, 10350.0, 10410.0, 10402.0, 10328.0, 10389.0, 10408.0, 10358.0, 10332.0, 10412.0, 10400.0, 10375.0, 10428.0, 10358.0, 10426.0, 10339.0, 10402.0, 10376.0, 10412.0, 10399.0, 10311.0, 10375.0, 10326.0, 10422.0, 10362.0, 10310.0, 10374.0, 10335.0, 10330.0, 10362.0, 10340.0, 10376.0, 10366.0, 10311.0, 10367.0, 10312.0, 10381.0, 10366.0, 10381.0, 10321.0, 10360.0, 10299.0, 10368.0, 10315.0, 10383.0, 10376.0, 10415.0, 10392.0, 10359.0, 10378.0, 10338.0, 10412.0, 10368.0, 10331.0, 10389.0, 10370.0, 10399.0, 10422.0, 10442.0, 10414.0, 10446.0, 10394.0, 10401.0, 10386.0, 10367.0, 10440.0, 10414.0, 10464.0, 10373.0, 10397.0, 10360.0, 10415.0, 10333.0, 10312.0, 10277.0, 10328.0, 10303.0, 10321.0, 10256.0, 10349.0, 10373.0, 10408.0, 10393.0, 10415.0, 10391.0, 10410.0, 10417.0, 10335.0, 10355.0, 10320.0, 10308.0, 10315.0, 10337.0, 10390.0, 10401.0, 10349.0, 10353.0, 10452.0, 10422.0, 10472.0, 10438.0, 10456.0, 10395.0, 10376.0, 10374.0, 10359.0, 10370.0, 10346.0, 10369.0, 10318.0, 10368.0, 10301.0, 10384.0, 10357.0, 10383.0, 10322.0, 10386.0, 10307.0, 10388.0, 10338.0, 10375.0, 10286.0, 10353.0, 10388.0, 10415.0, 10392.0, 10264.0, 10478.0, 10413.0, 10371.0, 10456.0, 10447.0, 10395.0, 10459.0, 10436.0, 10385.0, 10415.0, 10381.0, 10440.0, 10335.0, 10448.0, 10417.0, 10462.0, 10374.0, 10385.0, 10382.0, 10326.0, 10368.0, 10328.0, 10303.0, 10381.0, 10355.0, 10460.0, 10409.0, 10373.0, 10437.0, 10394.0, 10438.0, 10379.0, 10331.0, 10426.0, 10382.0, 10448.0, 10384.0, 10480.0, 10435.0, 10461.0, 10413.0, 10369.0, 10407.0, 10356.0, 10425.0, 10398.0, 10449.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.02090375</td></tr>
<tr><td colspan=3>aqi</td><td>0.14776576926605503</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.77922463659011</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0522877862801376</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0598004255568316</td></tr>
<tr><td colspan=3>efc</td><td>0.517</td></tr>
<tr><td colspan=3>fber</td><td>3284.8606</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.35122901935048334</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>295</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>33.830275229357795</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9868137125947922</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6809042088095354</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.3538036473118176</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.925733281663024</td></tr>
<tr><td colspan=3>gcor</td><td>0.00724272</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013488175347447395</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02779117412865162</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.942779539363099</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.035</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>70.0938</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>257.1329</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>71.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291565.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1195.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>433.0044</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0933</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>572.22</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3835.408</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4058.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84979.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1364.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5042.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1029.2171</td></tr>
<tr><td colspan=3>tsnr</td><td>15.948033682827372</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>