<?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-0069_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-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0069/figures/sub-0069_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-0069/figures/sub-0069_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069/ses-04/func/sub-0069_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>0c06d7c2cebc6c74ea2bdc07bcbd121b</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:38:37.330000</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.999219, -0.0376426, 0.0120395, 0.0383861, 0.996876, -0.0690246]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0866508</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>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7710, -7285, 532, -77, -47, 35, 68]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.208</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3b9a2d43-ac96-47a8-9f45-0b1fd887997a||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.680830717086792, 0.10298696905374527, 0.025389792397618294, 105.3679428100586], [0.10099242627620697, 2.674546003341675, -0.18746863305568695, -87.3620834350586], [0.03230110928416252, 0.18518796563148499, 2.693364143371582, -79.38897705078125], [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': ['183837.330000', '183837.790000', '183838.250000', '183838.710000', '183839.170000', '183839.630000', '183840.090000', '183840.550000', '183841.010000', '183841.470000', '183841.930000', '183842.390000', '183842.850000', '183843.310000', '183843.770000', '183844.230000', '183844.690000', '183845.150000', '183845.610000', '183846.070000', '183846.530000', '183846.990000', '183847.450000', '183847.910000', '183848.370000', '183848.830000', '183849.290000', '183849.750000', '183850.210000', '183850.670000', '183851.130000', '183851.590000', '183852.050000', '183852.510000', '183852.970000', '183853.430000', '183853.890000', '183854.350000', '183854.810000', '183855.270000', '183855.730000', '183856.190000', '183856.650000', '183857.110000', '183857.570000', '183858.030000', '183858.490000', '183858.950000', '183859.410000', '183859.870000', '183900.330000', '183900.790000', '183901.250000', '183901.710000', '183902.170000', '183902.630000', '183903.090000', '183903.550000', '183904.010000', '183904.470000', '183904.930000', '183905.390000', '183905.850000', '183906.310000', '183906.770000', '183907.230000', '183907.690000', '183908.150000', '183908.610000', '183909.070000', '183909.530000', '183909.990000', '183910.450000', '183910.910000', '183911.370000', '183911.830000', '183912.290000', '183912.750000', '183913.210000', '183913.670000', '183914.130000', '183914.590000', '183915.050000', '183915.510000', '183915.970000', '183916.430000', '183916.890000', '183917.350000', '183917.810000', '183918.270000', '183918.730000', '183919.190000', '183919.650000', '183920.110000', '183920.570000', '183921.030000', '183921.490000', '183921.950000', '183922.410000', '183922.870000', '183923.330000', '183923.790000', '183924.250000', '183924.710000', '183925.170000', '183925.630000', '183926.090000', '183926.550000', '183927.010000', '183927.470000', '183927.930000', '183928.390000', '183928.850000', '183929.310000', '183929.770000', '183930.230000', '183930.690000', '183931.150000', '183931.610000', '183932.070000', '183932.530000', '183932.990000', '183933.450000', '183933.910000', '183934.370000', '183934.830000', '183935.290000', '183935.750000', '183936.210000', '183936.670000', '183937.130000', '183937.590000', '183938.050000', '183938.510000', '183938.970000', '183939.430000', '183939.890000', '183940.350000', '183940.810000', '183941.270000', '183941.730000', '183942.190000', '183942.650000', '183943.110000', '183943.570000', '183944.030000', '183944.490000', '183944.950000', '183945.410000', '183945.870000', '183946.330000', '183946.790000', '183947.250000', '183947.710000', '183948.170000', '183948.630000', '183949.090000', '183949.550000', '183950.010000', '183950.470000', '183950.930000', '183951.390000', '183951.850000', '183952.310000', '183952.770000', '183953.230000', '183953.690000', '183954.150000', '183954.610000', '183955.070000', '183955.530000', '183955.990000', '183956.450000', '183956.910000', '183957.370000', '183957.830000', '183958.290000', '183958.750000', '183959.210000', '183959.670000', '184000.130000', '184000.590000', '184001.050000', '184001.510000', '184001.970000', '184002.430000', '184002.890000', '184003.350000', '184003.810000', '184004.270000', '184004.730000', '184005.190000', '184005.650000', '184006.110000', '184006.570000', '184007.030000', '184007.490000', '184007.950000', '184008.410000', '184008.870000', '184009.330000', '184009.790000', '184010.250000', '184010.710000', '184011.170000', '184011.630000', '184012.090000', '184012.550000', '184013.010000', '184013.470000', '184013.930000', '184014.390000', '184014.850000', '184015.310000', '184015.770000', '184016.230000', '184016.690000', '184017.150000', '184017.610000', '184018.070000', '184018.530000', '184018.990000', '184019.450000', '184019.910000', '184020.370000', '184020.830000', '184021.290000', '184021.750000', '184022.210000', '184022.670000', '184023.130000', '184023.590000', '184024.050000', '184024.510000', '184024.970000', '184025.430000', '184025.890000', '184026.350000', '184026.810000', '184027.270000', '184027.730000', '184028.190000', '184028.650000', '184029.110000', '184029.570000', '184030.030000', '184030.490000', '184030.950000', '184031.410000', '184031.870000', '184032.330000', '184032.790000', '184033.250000', '184033.710000', '184034.170000', '184034.630000', '184035.090000', '184035.550000', '184036.010000', '184036.470000', '184036.930000', '184037.390000', '184037.850000', '184038.310000', '184038.770000', '184039.230000', '184039.690000', '184040.150000', '184040.610000', '184041.070000', '184041.530000', '184041.990000', '184042.450000', '184042.910000', '184043.370000', '184043.830000', '184044.290000', '184044.750000', '184045.210000', '184045.670000', '184046.130000', '184046.590000', '184047.050000', '184047.510000', '184047.970000', '184048.430000', '184048.890000', '184049.350000', '184049.810000', '184050.270000', '184050.730000', '184051.190000', '184051.650000', '184052.110000', '184052.570000', '184053.030000', '184053.490000', '184053.950000', '184054.410000', '184054.870000', '184055.330000', '184055.790000', '184056.250000', '184056.710000', '184057.170000', '184057.630000', '184058.090000', '184058.550000', '184059.010000', '184059.470000', '184059.930000', '184100.390000', '184100.850000', '184101.310000', '184101.770000', '184102.230000', '184102.690000', '184103.150000', '184103.610000', '184104.070000', '184104.530000', '184104.990000', '184105.450000', '184105.910000', '184106.370000', '184106.830000', '184107.290000', '184107.750000', '184108.210000', '184108.670000', '184109.130000', '184109.590000', '184110.050000', '184110.510000', '184110.970000', '184111.430000', '184111.890000', '184112.350000', '184112.810000', '184113.270000', '184113.730000', '184114.190000', '184114.650000', '184115.110000', '184115.570000', '184116.030000', '184116.490000', '184116.950000', '184117.410000', '184117.870000', '184118.330000', '184118.790000', '184119.250000', '184119.710000', '184120.170000', '184120.630000', '184121.090000', '184121.550000', '184122.010000', '184122.470000', '184122.930000', '184123.390000', '184123.850000', '184124.310000', '184124.770000', '184125.230000', '184125.690000', '184126.150000', '184126.610000', '184127.070000', '184127.530000', '184127.990000', '184128.450000', '184128.910000', '184129.370000', '184129.830000', '184130.290000', '184130.750000', '184131.210000', '184131.670000', '184132.130000', '184132.590000', '184133.050000', '184133.510000', '184133.970000', '184134.430000', '184134.890000', '184135.350000', '184135.810000', '184136.270000', '184136.730000', '184137.190000', '184137.650000', '184138.110000', '184138.570000', '184139.030000', '184139.490000', '184139.950000', '184140.410000', '184140.870000', '184141.330000', '184141.790000', '184142.250000', '184142.710000', '184143.170000', '184143.630000', '184144.090000', '184144.550000', '184145.010000', '184145.470000', '184145.930000', '184146.390000', '184146.850000', '184147.310000', '184147.770000', '184148.230000', '184148.690000', '184149.150000', '184149.610000', '184150.070000', '184150.530000', '184150.990000', '184151.450000', '184151.910000', '184152.370000', '184152.830000', '184153.290000', '184153.750000', '184154.210000', '184154.670000', '184155.130000', '184155.590000', '184156.050000', '184156.510000', '184156.970000', '184157.430000', '184157.890000', '184158.350000', '184158.810000', '184159.270000', '184159.730000', '184200.190000', '184200.650000', '184201.110000', '184201.570000', '184202.030000', '184202.490000', '184202.950000', '184203.410000', '184203.870000', '184204.330000', '184204.790000', '184205.250000', '184205.710000', '184206.170000', '184206.630000', '184207.090000', '184207.550000', '184208.010000', '184208.470000', '184208.930000', '184209.390000', '184209.850000', '184210.310000', '184210.770000', '184211.230000', '184211.690000', '184212.150000', '184212.610000', '184213.070000', '184213.530000', '184213.990000', '184214.450000', '184214.910000', '184215.370000', '184215.830000', '184216.290000', '184216.750000', '184217.210000', '184217.670000', '184218.130000', '184218.590000', '184219.050000', '184219.510000', '184219.970000', '184220.430000', '184220.890000', '184221.350000', '184221.810000', '184222.270000', '184222.730000', '184223.190000', '184223.650000', '184224.110000', '184224.570000', '184225.030000', '184225.490000', '184225.950000', '184226.410000', '184226.870000', '184227.330000', '184227.790000', '184228.250000', '184228.710000', '184229.170000', '184229.630000', '184230.090000', '184230.550000', '184231.010000', '184231.470000', '184231.930000', '184232.390000', '184232.850000', '184233.310000', '184233.770000', '184234.230000', '184234.690000', '184235.150000', '184235.610000', '184236.070000', '184236.530000', '184236.990000', '184237.450000', '184237.910000', '184238.370000', '184238.830000', '184239.290000', '184239.750000', '184240.210000', '184240.670000', '184241.130000', '184241.590000', '184242.050000', '184242.510000', '184242.970000', '184243.430000', '184243.890000', '184244.350000', '184244.810000', '184245.270000', '184245.730000', '184246.190000', '184246.650000', '184247.110000', '184247.570000', '184248.030000', '184248.490000', '184248.950000', '184249.410000', '184249.870000', '184250.330000', '184250.790000', '184251.250000', '184251.710000', '184252.170000', '184252.630000', '184253.090000', '184253.550000', '184254.010000', '184254.470000', '184254.930000', '184255.390000', '184255.850000', '184256.310000', '184256.770000', '184257.230000', '184257.690000', '184258.150000', '184258.610000', '184259.070000', '184259.530000', '184259.990000', '184300.450000', '184300.910000', '184301.370000', '184301.830000', '184302.290000', '184302.750000', '184303.210000', '184303.670000', '184304.130000', '184304.590000', '184305.050000', '184305.510000', '184305.970000', '184306.430000', '184306.890000', '184307.350000', '184307.810000', '184308.270000', '184308.730000', '184309.190000', '184309.650000', '184310.110000', '184310.570000', '184311.030000', '184311.490000', '184311.950000', '184312.410000', '184312.870000', '184313.330000', '184313.790000', '184314.250000', '184314.710000', '184315.170000', '184315.630000', '184316.090000', '184316.550000', '184317.010000', '184317.470000', '184317.930000', '184318.390000', '184318.850000', '184319.310000', '184319.770000', '184320.230000', '184320.690000', '184321.150000', '184321.610000', '184322.070000', '184322.530000', '184322.990000', '184323.450000', '184323.910000', '184324.370000', '184324.830000', '184325.290000', '184325.750000', '184326.210000', '184326.670000', '184327.130000', '184327.590000', '184328.050000', '184328.510000', '184328.970000', '184329.430000', '184329.890000', '184330.350000', '184330.810000', '184331.270000', '184331.730000', '184332.190000', '184332.650000', '184333.110000', '184333.570000', '184334.030000', '184334.490000', '184334.950000', '184335.410000', '184335.870000', '184336.330000', '184336.790000', '184337.250000', '184337.710000', '184338.170000', '184338.630000', '184339.090000', '184339.550000', '184340.010000', '184340.470000', '184340.930000', '184341.390000', '184341.850000', '184342.310000', '184342.770000', '184343.230000', '184343.690000', '184344.150000', '184344.610000', '184345.070000', '184345.530000', '184345.990000', '184346.450000', '184346.910000', '184347.370000', '184347.830000', '184348.290000', '184348.750000', '184349.210000', '184349.670000', '184350.130000', '184350.590000', '184351.050000', '184351.510000', '184351.970000', '184352.430000', '184352.890000', '184353.350000', '184353.810000', '184354.270000', '184354.730000', '184355.190000', '184355.650000', '184356.110000', '184356.570000', '184357.030000', '184357.490000', '184357.950000', '184358.410000', '184358.870000', '184359.330000', '184359.790000', '184400.250000', '184400.710000', '184401.170000', '184401.630000', '184402.090000', '184402.550000', '184403.010000', '184403.470000', '184403.930000', '184404.390000', '184404.850000', '184405.310000', '184405.770000', '184406.230000', '184406.690000', '184407.150000', '184407.610000', '184408.070000', '184408.530000', '184408.990000', '184409.450000', '184409.910000', '184410.370000', '184410.830000', '184411.290000', '184411.750000', '184412.210000', '184412.670000', '184413.130000', '184413.590000', '184414.050000', '184414.510000', '184414.970000', '184415.430000', '184415.890000', '184416.350000', '184416.810000', '184417.270000', '184417.730000', '184418.190000', '184418.650000', '184419.110000', '184419.570000', '184420.030000', '184420.490000', '184420.950000', '184421.410000', '184421.870000', '184422.330000', '184422.790000', '184423.250000', '184423.710000', '184424.170000', '184424.630000', '184425.090000', '184425.550000', '184426.010000', '184426.470000', '184426.930000', '184427.390000', '184427.850000', '184428.310000', '184428.770000', '184429.230000', '184429.690000', '184430.150000', '184430.610000', '184431.070000', '184431.530000', '184431.990000', '184432.450000', '184432.910000', '184433.370000', '184433.830000', '184434.290000', '184434.750000', '184435.210000', '184435.670000', '184436.130000', '184436.590000', '184437.050000', '184437.510000', '184437.970000', '184438.430000', '184438.890000', '184439.350000', '184439.810000', '184440.270000', '184440.730000', '184441.190000', '184441.650000', '184442.110000', '184442.570000', '184443.030000', '184443.490000', '184443.950000', '184444.410000', '184444.870000', '184445.330000', '184445.790000', '184446.250000', '184446.710000', '184447.170000', '184447.630000', '184448.090000', '184448.550000', '184449.010000', '184449.470000', '184449.930000', '184450.390000', '184450.850000', '184451.310000', '184451.770000', '184452.230000', '184452.690000', '184453.150000', '184453.610000', '184454.070000', '184454.530000', '184454.990000', '184455.450000', '184455.910000', '184456.370000', '184456.830000', '184457.290000', '184457.750000', '184458.210000', '184458.670000', '184459.130000', '184459.590000', '184500.050000', '184500.510000', '184500.970000', '184501.430000', '184501.890000', '184502.350000', '184502.810000', '184503.270000', '184503.730000', '184504.190000', '184504.650000', '184505.110000', '184505.570000', '184506.030000', '184506.490000', '184506.950000', '184507.410000', '184507.870000', '184508.330000', '184508.790000', '184509.250000', '184509.710000', '184510.170000', '184510.630000', '184511.090000', '184511.550000', '184512.010000', '184512.470000', '184512.930000', '184513.390000', '184513.850000', '184514.310000', '184514.770000', '184515.230000', '184515.690000', '184516.150000', '184516.610000', '184517.070000', '184517.530000', '184517.990000'], 'ContentTime': ['183855.192000', '183855.195000', '183855.198000', '183855.201000', '183855.203000', '183855.206000', '183855.208000', '183855.211000', '183855.214000', '183855.224000', '183855.227000', '183855.230000', '183855.232000', '183855.235000', '183855.237000', '183855.240000', '183855.243000', '183855.245000', '183855.248000', '183855.250000', '183855.253000', '183855.255000', '183855.258000', '183855.261000', '183855.263000', '183855.266000', '183855.268000', '183855.278000', '183855.280000', '183855.283000', '183855.285000', '183855.288000', '183855.291000', '183855.293000', '183855.296000', '183855.298000', '183915.162000', '183915.164000', '183915.167000', '183915.170000', '183915.173000', '183915.175000', '183915.178000', '183915.180000', '183915.183000', '183915.186000', '183915.188000', '183915.191000', '183915.193000', '183915.196000', '183915.199000', '183915.201000', '183915.204000', '183915.206000', '183915.209000', '183915.211000', '183915.219000', '183915.221000', '183915.224000', '183915.227000', '183915.229000', '183915.232000', '183915.234000', '183915.237000', '183915.240000', '183915.242000', '183915.245000', '183915.247000', '183915.250000', '183915.253000', '183915.255000', '183915.258000', '183915.260000', '183915.263000', '183915.266000', '183915.268000', '183915.271000', '183915.273000', '183915.276000', '183915.279000', '183935.161000', '183935.164000', '183935.173000', '183935.175000', '183935.178000', '183935.180000', '183935.183000', '183935.185000', '183935.188000', '183935.191000', '183935.193000', '183935.196000', '183935.198000', '183935.201000', '183935.204000', '183935.206000', '183935.209000', '183935.211000', '183935.214000', '183935.217000', '183935.219000', '183935.222000', '183935.224000', '183935.227000', '183935.229000', '183935.232000', '183935.235000', '183935.237000', '183935.240000', '183935.242000', '183935.245000', '183935.247000', '183935.250000', '183935.253000', '183935.255000', '183935.258000', '183935.260000', '183935.263000', '183935.266000', '183935.268000', '183935.271000', '183935.273000', '183935.276000', '183955.161000', '183955.164000', '183955.167000', '183955.170000', '183955.172000', '183955.175000', '183955.178000', '183955.180000', '183955.183000', '183955.185000', '183955.188000', '183955.190000', '183955.193000', '183955.196000', '183955.198000', '183955.201000', '183955.203000', '183955.206000', '183955.209000', '183955.211000', '183955.214000', '183955.216000', '183955.219000', '183955.222000', '183955.224000', '183955.227000', '183955.229000', '183955.232000', '183955.235000', '183955.237000', '183955.240000', '183955.242000', '183955.245000', '183955.248000', '183955.250000', '183955.253000', '183955.262000', '183955.264000', '183955.267000', '183955.270000', '183955.272000', '183955.275000', '183955.277000', '183955.280000', '184015.161000', '184015.164000', '184015.179000', '184015.182000', '184015.184000', '184015.187000', '184015.189000', '184015.192000', '184015.195000', '184015.197000', '184015.200000', '184015.202000', '184015.205000', '184015.208000', '184015.210000', '184015.213000', '184015.216000', '184015.218000', '184015.221000', '184015.223000', '184015.226000', '184015.229000', '184015.231000', '184015.234000', '184015.236000', '184015.239000', '184015.241000', '184015.244000', '184015.247000', '184015.249000', '184015.252000', '184015.255000', '184015.257000', '184015.260000', '184015.262000', '184015.265000', '184015.268000', '184015.270000', '184015.273000', '184015.276000', '184015.278000', '184015.281000', '184015.283000', '184035.162000', '184035.165000', '184035.168000', '184035.171000', '184035.173000', '184035.176000', '184035.179000', '184035.181000', '184035.184000', '184035.186000', '184035.189000', '184035.192000', '184035.194000', '184035.197000', '184035.200000', '184035.202000', '184035.205000', '184035.207000', '184035.210000', '184035.213000', '184035.216000', '184035.218000', '184035.221000', '184035.223000', '184035.226000', '184035.229000', '184035.231000', '184035.234000', '184035.236000', '184035.239000', '184035.242000', '184035.244000', '184035.247000', '184035.250000', '184035.252000', '184035.255000', '184035.257000', '184035.260000', '184035.263000', '184035.265000', '184035.268000', '184035.270000', '184035.273000', '184035.276000', '184055.162000', '184055.164000', '184055.167000', '184055.170000', '184055.172000', '184055.175000', '184055.177000', '184055.180000', '184055.183000', '184055.185000', '184055.188000', '184055.191000', '184055.193000', '184055.196000', '184055.198000', '184055.201000', '184055.203000', '184055.206000', '184055.209000', '184055.211000', '184055.214000', '184055.216000', '184055.219000', '184055.222000', '184055.224000', '184055.227000', '184055.230000', '184055.232000', '184055.235000', '184055.237000', '184055.240000', '184055.243000', '184055.245000', '184055.248000', '184055.251000', '184055.253000', '184055.256000', '184055.258000', '184055.261000', '184055.263000', '184055.266000', '184055.269000', '184055.271000', '184115.161000', '184115.164000', '184115.167000', '184115.170000', '184115.172000', '184115.175000', '184115.177000', '184115.180000', '184115.183000', '184115.185000', '184115.188000', '184115.191000', '184115.193000', '184115.196000', '184115.198000', '184115.201000', '184115.204000', '184115.206000', '184115.209000', '184115.211000', '184115.214000', '184115.217000', '184115.219000', '184115.222000', '184115.225000', '184115.227000', '184115.230000', '184115.232000', '184115.235000', '184115.238000', '184115.240000', '184115.243000', '184115.245000', '184115.248000', '184115.251000', '184115.253000', '184115.256000', '184115.258000', '184115.261000', '184115.263000', '184115.266000', '184115.269000', '184115.271000', '184115.278000', '184135.162000', '184135.165000', '184135.168000', '184135.170000', '184135.173000', '184135.175000', '184135.178000', '184135.181000', '184135.183000', '184135.186000', '184135.188000', '184135.191000', '184135.194000', '184135.196000', '184135.199000', '184135.202000', '184135.204000', '184135.207000', '184135.209000', '184135.212000', '184135.215000', '184135.217000', '184135.220000', '184135.223000', '184135.225000', '184135.228000', '184135.230000', '184135.269000', '184135.271000', '184135.274000', '184135.277000', '184135.279000', '184135.282000', '184135.284000', '184135.287000', '184135.290000', '184135.292000', '184135.295000', '184135.297000', '184135.300000', '184135.303000', '184135.306000', '184135.308000', '184155.161000', '184155.164000', '184155.167000', '184155.170000', '184155.172000', '184155.175000', '184155.178000', '184155.180000', '184155.183000', '184155.185000', '184155.188000', '184155.191000', '184155.193000', '184155.197000', '184155.200000', '184155.202000', '184155.205000', '184155.208000', '184155.210000', '184155.213000', '184155.216000', '184155.218000', '184155.221000', '184155.223000', '184155.226000', '184155.229000', '184155.231000', '184155.234000', '184155.236000', '184155.239000', '184155.242000', '184155.244000', '184155.247000', '184155.249000', '184155.252000', '184155.255000', '184155.257000', '184155.260000', '184155.263000', '184155.265000', '184155.268000', '184155.270000', '184155.273000', '184155.276000', '184215.161000', '184215.164000', '184215.167000', '184215.170000', '184215.173000', '184215.175000', '184215.178000', '184215.180000', '184215.183000', '184215.186000', '184215.188000', '184215.191000', '184215.194000', '184215.196000', '184215.199000', '184215.201000', '184215.204000', '184215.207000', '184215.209000', '184215.212000', '184215.214000', '184215.217000', '184215.220000', '184215.222000', '184215.225000', '184215.228000', '184215.230000', '184215.233000', '184215.235000', '184215.238000', '184215.240000', '184215.243000', '184215.246000', '184215.248000', '184215.251000', '184215.253000', '184215.256000', '184215.259000', '184215.262000', '184215.264000', '184215.267000', '184215.270000', '184215.272000', '184235.162000', '184235.165000', '184235.168000', '184235.171000', '184235.173000', '184235.176000', '184235.179000', '184235.181000', '184235.184000', '184235.187000', '184235.189000', '184235.192000', '184235.194000', '184235.197000', '184235.200000', '184235.202000', '184235.205000', '184235.208000', '184235.210000', '184235.213000', '184235.215000', '184235.218000', '184235.221000', '184235.223000', '184235.226000', '184235.229000', '184235.231000', '184235.234000', '184235.237000', '184235.240000', '184235.242000', '184235.245000', '184235.248000', '184235.251000', '184235.253000', '184235.256000', '184235.258000', '184235.261000', '184235.264000', '184235.266000', '184235.269000', '184235.272000', '184235.274000', '184255.162000', '184255.165000', '184255.168000', '184255.170000', '184255.173000', '184255.176000', '184255.178000', '184255.181000', '184255.184000', '184255.186000', '184255.189000', '184255.192000', '184255.194000', '184255.197000', '184255.200000', '184255.202000', '184255.205000', '184255.207000', '184255.210000', '184255.213000', '184255.215000', '184255.218000', '184255.221000', '184255.223000', '184255.226000', '184255.229000', '184255.231000', '184255.234000', '184255.237000', '184255.239000', '184255.242000', '184255.244000', '184255.247000', '184255.250000', '184255.252000', '184255.255000', '184255.257000', '184255.260000', '184255.263000', '184255.265000', '184255.268000', '184255.271000', '184255.273000', '184255.276000', '184315.162000', '184315.164000', '184315.167000', '184315.170000', '184315.172000', '184315.175000', '184315.178000', '184315.180000', '184315.183000', '184315.194000', '184315.196000', '184315.199000', '184315.202000', '184315.204000', '184315.207000', '184315.209000', '184315.212000', '184315.215000', '184315.218000', '184315.221000', '184315.224000', '184315.227000', '184315.229000', '184315.232000', '184315.235000', '184315.238000', '184315.241000', '184315.244000', '184315.247000', '184315.249000', '184315.252000', '184315.254000', '184315.257000', '184315.260000', '184315.262000', '184315.265000', '184315.267000', '184315.270000', '184315.273000', '184315.275000', '184315.278000', '184315.281000', '184315.283000', '184335.162000', '184335.164000', '184335.167000', '184335.170000', '184335.173000', '184335.175000', '184335.178000', '184335.181000', '184335.183000', '184335.186000', '184335.188000', '184335.191000', '184335.194000', '184335.196000', '184335.199000', '184335.202000', '184335.204000', '184335.207000', '184335.210000', '184335.212000', '184335.215000', '184335.218000', '184335.220000', '184335.223000', '184335.226000', '184335.228000', '184335.231000', '184335.234000', '184335.236000', '184335.239000', '184335.241000', '184335.244000', '184335.247000', '184335.249000', '184335.252000', '184335.255000', '184335.257000', '184335.260000', '184335.262000', '184335.265000', '184335.268000', '184335.270000', '184335.273000', '184335.276000', '184355.162000', '184355.165000', '184355.167000', '184355.170000', '184355.172000', '184355.175000', '184355.178000', '184355.181000', '184355.184000', '184355.187000', '184355.189000', '184355.192000', '184355.194000', '184355.197000', '184355.200000', '184355.202000', '184355.206000', '184355.208000', '184355.211000', '184355.222000', '184355.224000', '184355.227000', '184355.229000', '184355.232000', '184355.235000', '184355.237000', '184355.240000', '184355.243000', '184355.245000', '184355.248000', '184355.251000', '184355.253000', '184355.256000', '184355.259000', '184355.261000', '184355.264000', '184355.267000', '184355.269000', '184355.272000', '184355.274000', '184355.277000', '184355.280000', '184355.282000', '184415.162000', '184415.165000', '184415.168000', '184415.171000', '184415.173000', '184415.176000', '184415.179000', '184415.181000', '184415.184000', '184415.186000', '184415.189000', '184415.192000', '184415.194000', '184415.197000', '184415.200000', '184415.202000', '184415.205000', '184415.207000', '184415.210000', '184415.213000', '184415.215000', '184415.218000', '184415.221000', '184415.223000', '184415.226000', '184415.228000', '184415.231000', '184415.234000', '184415.236000', '184415.239000', '184415.242000', '184415.244000', '184415.247000', '184415.249000', '184415.252000', '184415.255000', '184415.257000', '184415.260000', '184415.263000', '184415.265000', '184415.268000', '184415.270000', '184415.273000', '184415.275000', '184435.161000', '184435.164000', '184435.167000', '184435.169000', '184435.172000', '184435.175000', '184435.177000', '184435.180000', '184435.183000', '184435.185000', '184435.188000', '184435.190000', '184435.193000', '184435.196000', '184435.198000', '184435.201000', '184435.203000', '184435.206000', '184435.208000', '184435.211000', '184435.214000', '184435.217000', '184435.220000', '184435.222000', '184435.225000', '184435.227000', '184435.230000', '184435.233000', '184435.235000', '184435.238000', '184435.241000', '184435.243000', '184435.246000', '184435.249000', '184435.262000', '184435.265000', '184435.267000', '184435.270000', '184435.273000', '184435.276000', '184435.279000', '184435.282000', '184435.284000', '184455.162000', '184455.165000', '184455.167000', '184455.170000', '184455.172000', '184455.175000', '184455.178000', '184455.181000', '184455.183000', '184455.186000', '184455.189000', '184455.191000', '184455.194000', '184455.197000', '184455.199000', '184455.202000', '184455.204000', '184455.207000', '184455.210000', '184455.212000', '184455.215000', '184455.218000', '184455.220000', '184455.223000', '184455.225000', '184455.228000', '184455.231000', '184455.233000', '184455.236000', '184455.239000', '184455.241000', '184455.244000', '184455.247000', '184455.250000', '184455.252000', '184455.255000', '184455.257000', '184455.260000', '184455.263000', '184455.265000', '184455.268000', '184455.271000', '184455.273000', '184455.276000', '184515.162000', '184515.165000', '184515.168000', '184515.171000', '184515.173000', '184515.176000', '184515.179000', '184515.181000', '184515.184000', '184515.186000', '184515.189000', '184515.192000', '184515.194000', '184515.197000', '184515.200000', '184515.203000', '184515.205000', '184515.208000', '184515.211000', '184515.213000', '184515.216000', '184515.218000', '184515.221000', '184515.224000', '184515.226000', '184515.229000', '184515.232000', '184515.234000', '184515.237000', '184515.240000', '184515.243000', '184515.246000', '184515.249000', '184515.252000', '184515.255000', '184515.257000', '184515.260000', '184515.262000', '184515.265000', '184515.268000', '184515.270000', '184515.273000', '184515.276000', '184519.369000', '184519.371000', '184519.374000', '184519.377000', '184519.379000', '184519.382000', '184519.385000', '184519.387000', '184519.390000', '184519.393000'], 'InstanceCreationTime': ['183855.192000', '183855.195000', '183855.198000', '183855.201000', '183855.203000', '183855.206000', '183855.208000', '183855.211000', '183855.214000', '183855.224000', '183855.227000', '183855.230000', '183855.232000', '183855.235000', '183855.237000', '183855.240000', '183855.243000', '183855.245000', '183855.248000', '183855.250000', '183855.253000', '183855.255000', '183855.258000', '183855.261000', '183855.263000', '183855.266000', '183855.268000', '183855.278000', '183855.280000', '183855.283000', '183855.285000', '183855.288000', '183855.291000', '183855.293000', '183855.296000', '183855.298000', '183915.162000', '183915.164000', '183915.167000', '183915.170000', '183915.173000', '183915.175000', '183915.178000', '183915.180000', '183915.183000', '183915.186000', '183915.188000', '183915.191000', '183915.193000', '183915.196000', '183915.199000', '183915.201000', '183915.204000', '183915.206000', '183915.209000', '183915.211000', '183915.219000', '183915.221000', '183915.224000', '183915.227000', '183915.229000', '183915.232000', '183915.234000', '183915.237000', '183915.240000', '183915.242000', '183915.245000', '183915.247000', '183915.250000', '183915.253000', '183915.255000', '183915.258000', '183915.260000', '183915.263000', '183915.266000', '183915.268000', '183915.271000', '183915.273000', '183915.276000', '183915.279000', '183935.161000', '183935.164000', '183935.173000', '183935.175000', '183935.178000', '183935.180000', '183935.183000', '183935.185000', '183935.188000', '183935.191000', '183935.193000', '183935.196000', '183935.198000', '183935.201000', '183935.204000', '183935.206000', '183935.209000', '183935.211000', '183935.214000', '183935.217000', '183935.219000', '183935.222000', '183935.224000', '183935.227000', '183935.229000', '183935.232000', '183935.235000', '183935.237000', '183935.240000', '183935.242000', '183935.245000', '183935.247000', '183935.250000', '183935.253000', '183935.255000', '183935.258000', '183935.260000', '183935.263000', '183935.266000', '183935.268000', '183935.271000', '183935.273000', '183935.276000', '183955.161000', '183955.164000', '183955.167000', '183955.170000', '183955.172000', '183955.175000', '183955.178000', '183955.180000', '183955.183000', '183955.185000', '183955.188000', '183955.190000', '183955.193000', '183955.196000', '183955.198000', '183955.201000', '183955.203000', '183955.206000', '183955.209000', '183955.211000', '183955.214000', '183955.216000', '183955.219000', '183955.222000', '183955.224000', '183955.227000', '183955.229000', '183955.232000', '183955.235000', '183955.237000', '183955.240000', '183955.242000', '183955.245000', '183955.248000', '183955.250000', '183955.253000', '183955.262000', '183955.264000', '183955.267000', '183955.270000', '183955.272000', '183955.275000', '183955.277000', '183955.280000', '184015.161000', '184015.164000', '184015.179000', '184015.182000', '184015.184000', '184015.187000', '184015.189000', '184015.192000', '184015.195000', '184015.197000', '184015.200000', '184015.202000', '184015.205000', '184015.208000', '184015.210000', '184015.213000', '184015.216000', '184015.218000', '184015.221000', '184015.223000', '184015.226000', '184015.229000', '184015.231000', '184015.234000', '184015.236000', '184015.239000', '184015.241000', '184015.244000', '184015.247000', '184015.249000', '184015.252000', '184015.255000', '184015.257000', '184015.260000', '184015.262000', '184015.265000', '184015.268000', '184015.270000', '184015.273000', '184015.276000', '184015.278000', '184015.281000', '184015.283000', '184035.162000', '184035.165000', '184035.168000', '184035.171000', '184035.173000', '184035.176000', '184035.179000', '184035.181000', '184035.184000', '184035.186000', '184035.189000', '184035.192000', '184035.194000', '184035.197000', '184035.200000', '184035.202000', '184035.205000', '184035.207000', '184035.210000', '184035.213000', '184035.216000', '184035.218000', '184035.221000', '184035.223000', '184035.226000', '184035.229000', '184035.231000', '184035.234000', '184035.236000', '184035.239000', '184035.242000', '184035.244000', '184035.247000', '184035.250000', '184035.252000', '184035.255000', '184035.257000', '184035.260000', '184035.263000', '184035.265000', '184035.268000', '184035.270000', '184035.273000', '184035.276000', '184055.162000', '184055.164000', '184055.167000', '184055.170000', '184055.172000', '184055.175000', '184055.177000', '184055.180000', '184055.183000', '184055.185000', '184055.188000', '184055.191000', '184055.193000', '184055.196000', '184055.198000', '184055.201000', '184055.203000', '184055.206000', '184055.209000', '184055.211000', '184055.214000', '184055.216000', '184055.219000', '184055.222000', '184055.224000', '184055.227000', '184055.230000', '184055.232000', '184055.235000', '184055.237000', '184055.240000', '184055.243000', '184055.245000', '184055.248000', '184055.251000', '184055.253000', '184055.256000', '184055.258000', '184055.261000', '184055.263000', '184055.266000', '184055.269000', '184055.271000', '184115.161000', '184115.164000', '184115.167000', '184115.170000', '184115.172000', '184115.175000', '184115.177000', '184115.180000', '184115.183000', '184115.185000', '184115.188000', '184115.191000', '184115.193000', '184115.196000', '184115.198000', '184115.201000', '184115.204000', '184115.206000', '184115.209000', '184115.211000', '184115.214000', '184115.217000', '184115.219000', '184115.222000', '184115.225000', '184115.227000', '184115.230000', '184115.232000', '184115.235000', '184115.238000', '184115.240000', '184115.243000', '184115.245000', '184115.248000', '184115.251000', '184115.253000', '184115.256000', '184115.258000', '184115.261000', '184115.263000', '184115.266000', '184115.269000', '184115.271000', '184115.278000', '184135.162000', '184135.165000', '184135.168000', '184135.170000', '184135.173000', '184135.175000', '184135.178000', '184135.181000', '184135.183000', '184135.186000', '184135.188000', '184135.191000', '184135.194000', '184135.196000', '184135.199000', '184135.202000', '184135.204000', '184135.207000', '184135.209000', '184135.212000', '184135.215000', '184135.217000', '184135.220000', '184135.223000', '184135.225000', '184135.228000', '184135.230000', '184135.269000', '184135.271000', '184135.274000', '184135.277000', '184135.279000', '184135.282000', '184135.284000', '184135.287000', '184135.290000', '184135.292000', '184135.295000', '184135.297000', '184135.300000', '184135.303000', '184135.306000', '184135.308000', '184155.161000', '184155.164000', '184155.167000', '184155.170000', '184155.172000', '184155.175000', '184155.178000', '184155.180000', '184155.183000', '184155.185000', '184155.188000', '184155.191000', '184155.193000', '184155.197000', '184155.200000', '184155.202000', '184155.205000', '184155.208000', '184155.210000', '184155.213000', '184155.216000', '184155.218000', '184155.221000', '184155.223000', '184155.226000', '184155.229000', '184155.231000', '184155.234000', '184155.236000', '184155.239000', '184155.242000', '184155.244000', '184155.247000', '184155.249000', '184155.252000', '184155.255000', '184155.257000', '184155.260000', '184155.263000', '184155.265000', '184155.268000', '184155.270000', '184155.273000', '184155.276000', '184215.161000', '184215.164000', '184215.167000', '184215.170000', '184215.173000', '184215.175000', '184215.178000', '184215.180000', '184215.183000', '184215.186000', '184215.188000', '184215.191000', '184215.194000', '184215.196000', '184215.199000', '184215.201000', '184215.204000', '184215.207000', '184215.209000', '184215.212000', '184215.214000', '184215.217000', '184215.220000', '184215.222000', '184215.225000', '184215.228000', '184215.230000', '184215.233000', '184215.235000', '184215.238000', '184215.240000', '184215.243000', '184215.246000', '184215.248000', '184215.251000', '184215.253000', '184215.256000', '184215.259000', '184215.262000', '184215.264000', '184215.267000', '184215.270000', '184215.272000', '184235.162000', '184235.165000', '184235.168000', '184235.171000', '184235.173000', '184235.176000', '184235.179000', '184235.181000', '184235.184000', '184235.187000', '184235.189000', '184235.192000', '184235.194000', '184235.197000', '184235.200000', '184235.202000', '184235.205000', '184235.208000', '184235.210000', '184235.213000', '184235.215000', '184235.218000', '184235.221000', '184235.223000', '184235.226000', '184235.229000', '184235.231000', '184235.234000', '184235.237000', '184235.240000', '184235.242000', '184235.245000', '184235.248000', '184235.251000', '184235.253000', '184235.256000', '184235.258000', '184235.261000', '184235.264000', '184235.266000', '184235.269000', '184235.272000', '184235.274000', '184255.162000', '184255.165000', '184255.168000', '184255.170000', '184255.173000', '184255.176000', '184255.178000', '184255.181000', '184255.184000', '184255.186000', '184255.189000', '184255.192000', '184255.194000', '184255.197000', '184255.200000', '184255.202000', '184255.205000', '184255.207000', '184255.210000', '184255.213000', '184255.215000', '184255.218000', '184255.221000', '184255.223000', '184255.226000', '184255.229000', '184255.231000', '184255.234000', '184255.237000', '184255.239000', '184255.242000', '184255.244000', '184255.247000', '184255.250000', '184255.252000', '184255.255000', '184255.257000', '184255.260000', '184255.263000', '184255.265000', '184255.268000', '184255.271000', '184255.273000', '184255.276000', '184315.162000', '184315.164000', '184315.167000', '184315.170000', '184315.172000', '184315.175000', '184315.178000', '184315.180000', '184315.183000', '184315.194000', '184315.196000', '184315.199000', '184315.202000', '184315.204000', '184315.207000', '184315.209000', '184315.212000', '184315.215000', '184315.218000', '184315.221000', '184315.224000', '184315.227000', '184315.229000', '184315.232000', '184315.235000', '184315.238000', '184315.241000', '184315.244000', '184315.247000', '184315.249000', '184315.252000', '184315.254000', '184315.257000', '184315.260000', '184315.262000', '184315.265000', '184315.267000', '184315.270000', '184315.273000', '184315.275000', '184315.278000', '184315.281000', '184315.283000', '184335.162000', '184335.164000', '184335.167000', '184335.170000', '184335.173000', '184335.175000', '184335.178000', '184335.181000', '184335.183000', '184335.186000', '184335.188000', '184335.191000', '184335.194000', '184335.196000', '184335.199000', '184335.202000', '184335.204000', '184335.207000', '184335.210000', '184335.212000', '184335.215000', '184335.218000', '184335.220000', '184335.223000', '184335.226000', '184335.228000', '184335.231000', '184335.234000', '184335.236000', '184335.239000', '184335.241000', '184335.244000', '184335.247000', '184335.249000', '184335.252000', '184335.255000', '184335.257000', '184335.260000', '184335.262000', '184335.265000', '184335.268000', '184335.270000', '184335.273000', '184335.276000', '184355.162000', '184355.165000', '184355.167000', '184355.170000', '184355.172000', '184355.175000', '184355.178000', '184355.181000', '184355.184000', '184355.187000', '184355.189000', '184355.192000', '184355.194000', '184355.197000', '184355.200000', '184355.202000', '184355.206000', '184355.208000', '184355.211000', '184355.222000', '184355.224000', '184355.227000', '184355.229000', '184355.232000', '184355.235000', '184355.237000', '184355.240000', '184355.243000', '184355.245000', '184355.248000', '184355.251000', '184355.253000', '184355.256000', '184355.259000', '184355.261000', '184355.264000', '184355.267000', '184355.269000', '184355.272000', '184355.274000', '184355.277000', '184355.280000', '184355.282000', '184415.162000', '184415.165000', '184415.168000', '184415.171000', '184415.173000', '184415.176000', '184415.179000', '184415.181000', '184415.184000', '184415.186000', '184415.189000', '184415.192000', '184415.194000', '184415.197000', '184415.200000', '184415.202000', '184415.205000', '184415.207000', '184415.210000', '184415.213000', '184415.215000', '184415.218000', '184415.221000', '184415.223000', '184415.226000', '184415.228000', '184415.231000', '184415.234000', '184415.236000', '184415.239000', '184415.242000', '184415.244000', '184415.247000', '184415.249000', '184415.252000', '184415.255000', '184415.257000', '184415.260000', '184415.263000', '184415.265000', '184415.268000', '184415.270000', '184415.273000', '184415.275000', '184435.161000', '184435.164000', '184435.167000', '184435.169000', '184435.172000', '184435.175000', '184435.177000', '184435.180000', '184435.183000', '184435.185000', '184435.188000', '184435.190000', '184435.193000', '184435.196000', '184435.198000', '184435.201000', '184435.203000', '184435.206000', '184435.208000', '184435.211000', '184435.214000', '184435.217000', '184435.220000', '184435.222000', '184435.225000', '184435.227000', '184435.230000', '184435.233000', '184435.235000', '184435.238000', '184435.241000', '184435.243000', '184435.246000', '184435.249000', '184435.262000', '184435.265000', '184435.267000', '184435.270000', '184435.273000', '184435.276000', '184435.279000', '184435.282000', '184435.284000', '184455.162000', '184455.165000', '184455.167000', '184455.170000', '184455.172000', '184455.175000', '184455.178000', '184455.181000', '184455.183000', '184455.186000', '184455.189000', '184455.191000', '184455.194000', '184455.197000', '184455.199000', '184455.202000', '184455.204000', '184455.207000', '184455.210000', '184455.212000', '184455.215000', '184455.218000', '184455.220000', '184455.223000', '184455.225000', '184455.228000', '184455.231000', '184455.233000', '184455.236000', '184455.239000', '184455.241000', '184455.244000', '184455.247000', '184455.250000', '184455.252000', '184455.255000', '184455.257000', '184455.260000', '184455.263000', '184455.265000', '184455.268000', '184455.271000', '184455.273000', '184455.276000', '184515.162000', '184515.165000', '184515.168000', '184515.171000', '184515.173000', '184515.176000', '184515.179000', '184515.181000', '184515.184000', '184515.186000', '184515.189000', '184515.192000', '184515.194000', '184515.197000', '184515.200000', '184515.203000', '184515.205000', '184515.208000', '184515.211000', '184515.213000', '184515.216000', '184515.218000', '184515.221000', '184515.224000', '184515.226000', '184515.229000', '184515.232000', '184515.234000', '184515.237000', '184515.240000', '184515.243000', '184515.246000', '184515.249000', '184515.252000', '184515.255000', '184515.257000', '184515.260000', '184515.262000', '184515.265000', '184515.268000', '184515.270000', '184515.273000', '184515.276000', '184519.369000', '184519.371000', '184519.374000', '184519.377000', '184519.379000', '184519.382000', '184519.385000', '184519.387000', '184519.390000', '184519.393000'], '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': [9119, 8814, 7914, 8898, 8855, 9046, 9215, 8898, 9047, 8862, 9003, 10909, 9384, 10219, 8811, 6998, 8929, 7061, 9040, 8015, 8813, 9312, 8908, 8927, 8931, 8769, 8462, 8411, 9235, 8983, 8168, 8764, 9286, 8921, 8641, 7590, 8645, 7877, 9149, 9053, 9091, 8989, 9079, 8488, 9588, 8728, 8695, 9138, 7412, 8955, 8085, 8988, 7850, 8849, 9189, 8966, 8483, 8767, 8158, 7110, 8637, 6727, 8811, 7792, 8890, 7807, 8778, 7914, 8839, 8203, 9022, 9346, 9042, 9201, 9052, 8538, 8828, 8320, 6662, 8842, 9112, 8875, 9206, 9031, 9239, 9109, 8795, 9766, 8561, 9158, 8517, 9050, 8470, 8493, 8621, 7517, 8918, 7312, 8613, 9092, 9100, 7858, 6685, 8643, 6936, 8712, 7163, 8862, 9112, 8918, 8273, 8954, 8612, 9215, 8313, 10893, 8721, 7093, 8832, 7609, 9014, 7735, 8843, 9008, 9079, 9146, 9208, 8423, 8998, 8372, 8618, 8684, 9169, 8680, 8893, 8845, 9845, 8803, 8315, 8620, 7368, 8725, 8038, 8837, 9283, 8893, 8971, 8957, 8871, 9093, 8683, 8677, 8716, 11232, 8720, 6748, 8904, 7417, 8885, 7710, 8773, 8022, 8913, 7952, 8853, 7927, 8777, 8107, 8719, 7960, 8776, 7602, 8783, 7571, 8849, 7967, 8868, 9363, 8996, 8974, 9035, 9290, 8977, 9080, 9165, 9188, 9064, 8561, 9279, 8601, 9406, 9034, 9105, 8610, 9795, 8933, 9038, 8751, 9338, 8690, 6673, 8816, 7338, 8780, 7850, 8914, 8731, 8704, 8285, 7388, 8742, 10108, 8553, 10682, 8514, 9194, 8907, 7095, 8731, 6832, 8754, 7784, 8893, 9142, 9055, 8657, 9071, 8647, 9257, 8793, 9743, 8860, 9029, 8807, 9118, 8925, 8951, 8626, 7570, 8501, 6628, 8617, 6725, 8783, 7575, 8740, 7982, 8885, 8006, 9022, 7678, 8836, 8620, 8946, 9051, 9045, 9265, 9208, 9081, 9437, 8595, 8945, 8399, 9250, 8481, 9135, 8620, 9465, 8723, 7615, 8765, 6961, 8922, 6859, 8590, 7764, 8860, 8071, 8554, 8149, 8824, 8585, 8994, 9137, 9160, 8233, 7438, 8553, 6983, 9048, 8364, 8907, 9285, 8027, 8825, 7565, 8765, 9283, 8947, 9281, 8989, 9120, 9211, 9078, 9056, 9215, 10142, 8975, 7027, 8975, 7197, 8827, 7967, 8882, 9157, 8745, 8340, 7791, 8835, 10364, 8998, 7249, 8953, 7406, 8892, 10448, 8869, 11056, 8848, 8366, 8788, 7987, 8854, 9228, 9106, 9059, 8898, 8763, 8339, 8576, 8453, 8576, 9149, 8660, 7439, 8718, 7551, 8794, 9206, 9033, 8720, 9322, 8643, 7443, 8833, 9148, 9047, 8164, 10916, 8973, 7340, 9037, 7911, 8975, 7919, 9009, 8646, 8884, 8425, 9044, 8811, 9070, 7973, 9077, 9233, 9156, 9243, 9084, 8515, 9138, 8921, 9168, 8925, 9368, 8687, 9285, 8676, 9798, 9052, 7942, 8985, 8009, 9117, 8472, 9010, 8480, 8983, 9369, 9104, 9138, 9240, 8848, 9322, 8690, 9189, 8978, 9284, 8299, 9105, 8766, 9055, 8577, 8442, 8593, 8146, 8655, 7956, 8911, 8223, 9064, 8099, 8985, 8734, 8742, 8070, 8347, 8511, 8454, 8970, 8568, 8525, 7446, 8584, 7690, 9012, 9062, 8208, 8248, 6392, 8173, 8319, 8100, 8896, 8452, 9059, 8465, 10585, 8944, 11905, 8795, 8867, 8696, 8977, 8786, 9236, 10903, 9098, 10346, 9449, 10544, 8933, 8809, 8875, 8059, 8674, 8991, 8902, 7499, 8841, 7307, 8499, 7611, 8722, 8094, 8686, 9229, 8749, 9202, 8733, 8272, 8674, 11700, 8543, 9309, 8498, 8113, 8295, 7390, 8397, 7567, 8335, 7522, 8805, 7639, 8743, 7578, 8705, 7721, 8369, 7821, 8942, 8663, 9098, 8531, 9003, 8255, 8610, 9084, 8909, 8910, 9093, 8549, 9011, 8734, 8846, 8655, 8844, 7836, 7430, 8306, 7673, 8338, 7200, 8707, 7567, 8992, 7291, 8856, 11135, 8722, 11918, 8771, 8669, 8614, 9617, 8507, 8910, 8736, 9126, 8894, 9134, 8386, 9246, 8050, 9022, 8443, 7768, 8307, 9120, 7949, 9044, 8349, 8961, 8756, 9003, 8539, 9241, 8830, 8979, 8209, 8877, 8317, 7751, 8713, 7721, 9069, 8853, 9102, 8130, 8781, 8915, 9959, 8922, 7792, 8970, 7588, 8916, 8659, 9038, 8263, 7309, 8700, 8377, 8693, 8729, 9080, 9030, 8170, 8846, 8884, 8875, 9045, 9052, 8748, 9381, 8515, 9290, 8779, 9444, 9233, 9016, 9024, 8554, 9176, 9130, 9212, 9160, 7993, 7962, 7734, 9242, 9344, 9139, 8410, 8894, 12036, 9181, 9411, 9021, 7047, 9069, 7092, 9013, 8325, 9219, 7016, 8881, 7700, 8943, 8929, 9061, 9019, 9256, 8873, 8436, 8963, 8710, 9140, 8213, 8984, 8348, 8920, 6705, 8873, 9092, 8621, 9434, 8680, 7906, 9066, 8564, 8775, 9101, 9276, 9085, 8671, 9245, 8051, 9097, 9082, 8914, 8865, 9115, 9040, 8737, 7024, 8840, 6782, 8972, 7167, 8879, 10201, 8856, 8993, 8632, 9242, 9187, 9197, 9045, 8995, 8309, 9112, 7939, 8672, 8268, 8663, 7331, 8627, 6802, 8635, 8990, 8469, 9117, 8783, 9100, 8964, 9095, 8904, 8974, 9212, 9254, 8844, 10775, 9613, 9159, 9044, 8779, 8696, 9040, 9095, 8952, 8773, 9111, 8755, 9049, 9159, 9105, 9204, 9093, 8914, 9026, 8844, 9180, 9711, 9081, 9040, 8938, 9308, 9028, 8557, 9067, 8886, 8775, 8387, 8829, 7895, 9127, 10777, 9243, 9688, 9087, 9879, 8971, 9034, 8818, 8975, 9395, 8876, 9395, 8838, 8846, 9120, 8888, 9231, 8674, 9193, 8790, 9460, 8321, 9344, 7862, 8888, 8151, 6854, 8737, 8530, 9237, 8066, 9099, 8289, 11384, 8430, 7502, 8785, 7539, 8595, 7814, 8800, 8205, 8940, 9115, 9095, 8234, 8941, 9256, 10390, 8053, 7146, 8784, 8737, 7733, 9056, 7966, 8928, 8136, 9019, 8161, 10591, 9076, 7577, 8893, 8393, 9134, 8253, 8937, 8618, 9072, 8747, 9210, 8917, 9501, 8380, 8924, 7842, 8962, 8170, 9174, 7931, 9203, 7322, 8559, 7345, 8353, 7408, 8723, 7311, 8796, 7292, 8588, 7486, 8679, 8015, 8825, 7912, 8854, 8257, 8975, 7749, 8731, 7667, 8945, 7851, 8902, 9520, 8634, 9151, 8480, 7318, 8500, 7965, 9115, 8144, 8959, 8190, 8865, 8362, 8275, 8391, 9013, 8325, 8943, 8933, 9056, 8716, 9035, 8963, 9142, 8170, 8261, 8493, 7460, 8619], 'WindowCenter': [3723.0, 3718.0, 3692.0, 3701.0, 3689.0, 3689.0, 3690.0, 3688.0, 3688.0, 3688.0, 3689.0, 3699.0, 3686.0, 3685.0, 3686.0, 3664.0, 3687.0, 3667.0, 3689.0, 3688.0, 3688.0, 3699.0, 3688.0, 3688.0, 3687.0, 3688.0, 3676.0, 3689.0, 3702.0, 3701.0, 3689.0, 3688.0, 3688.0, 3700.0, 3702.0, 3690.0, 3689.0, 3690.0, 3703.0, 3700.0, 3689.0, 3699.0, 3689.0, 3701.0, 3702.0, 3701.0, 3690.0, 3700.0, 3677.0, 3689.0, 3678.0, 3690.0, 3692.0, 3690.0, 3689.0, 3688.0, 3688.0, 3687.0, 3677.0, 3666.0, 3689.0, 3678.0, 3700.0, 3678.0, 3688.0, 3676.0, 3686.0, 3677.0, 3688.0, 3688.0, 3688.0, 3688.0, 3687.0, 3687.0, 3685.0, 3689.0, 3700.0, 3690.0, 3667.0, 3700.0, 3699.0, 3699.0, 3699.0, 3699.0, 3702.0, 3699.0, 3701.0, 3697.0, 3688.0, 3687.0, 3687.0, 3688.0, 3690.0, 3688.0, 3688.0, 3677.0, 3686.0, 3679.0, 3702.0, 3701.0, 3700.0, 3702.0, 3679.0, 3701.0, 3679.0, 3701.0, 3681.0, 3701.0, 3700.0, 3699.0, 3689.0, 3685.0, 3689.0, 3700.0, 3690.0, 3710.0, 3689.0, 3664.0, 3686.0, 3675.0, 3700.0, 3677.0, 3687.0, 3688.0, 3684.0, 3687.0, 3686.0, 3688.0, 3701.0, 3689.0, 3689.0, 3689.0, 3686.0, 3687.0, 3689.0, 3702.0, 3699.0, 3688.0, 3688.0, 3701.0, 3677.0, 3686.0, 3689.0, 3687.0, 3699.0, 3700.0, 3688.0, 3687.0, 3688.0, 3687.0, 3700.0, 3688.0, 3688.0, 3696.0, 3685.0, 3664.0, 3686.0, 3676.0, 3699.0, 3678.0, 3687.0, 3677.0, 3687.0, 3674.0, 3686.0, 3687.0, 3700.0, 3686.0, 3687.0, 3676.0, 3684.0, 3673.0, 3684.0, 3688.0, 3699.0, 3687.0, 3687.0, 3699.0, 3688.0, 3687.0, 3688.0, 3700.0, 3700.0, 3701.0, 3700.0, 3700.0, 3688.0, 3689.0, 3699.0, 3702.0, 3699.0, 3700.0, 3700.0, 3688.0, 3697.0, 3687.0, 3698.0, 3699.0, 3686.0, 3688.0, 3666.0, 3686.0, 3674.0, 3700.0, 3690.0, 3698.0, 3700.0, 3689.0, 3689.0, 3676.0, 3689.0, 3711.0, 3701.0, 3710.0, 3701.0, 3699.0, 3687.0, 3664.0, 3686.0, 3678.0, 3688.0, 3676.0, 3700.0, 3700.0, 3687.0, 3687.0, 3698.0, 3702.0, 3699.0, 3689.0, 3698.0, 3686.0, 3683.0, 3685.0, 3687.0, 3687.0, 3685.0, 3687.0, 3675.0, 3687.0, 3666.0, 3689.0, 3680.0, 3701.0, 3690.0, 3699.0, 3689.0, 3688.0, 3690.0, 3697.0, 3690.0, 3696.0, 3689.0, 3683.0, 3687.0, 3687.0, 3699.0, 3699.0, 3701.0, 3701.0, 3689.0, 3686.0, 3687.0, 3700.0, 3689.0, 3687.0, 3687.0, 3698.0, 3688.0, 3675.0, 3688.0, 3679.0, 3699.0, 3666.0, 3700.0, 3677.0, 3687.0, 3676.0, 3687.0, 3689.0, 3689.0, 3687.0, 3701.0, 3700.0, 3698.0, 3689.0, 3678.0, 3702.0, 3678.0, 3701.0, 3703.0, 3700.0, 3698.0, 3689.0, 3698.0, 3690.0, 3687.0, 3699.0, 3684.0, 3686.0, 3685.0, 3687.0, 3699.0, 3699.0, 3687.0, 3698.0, 3695.0, 3685.0, 3663.0, 3683.0, 3676.0, 3699.0, 3688.0, 3700.0, 3700.0, 3687.0, 3688.0, 3691.0, 3702.0, 3710.0, 3701.0, 3677.0, 3688.0, 3666.0, 3686.0, 3697.0, 3687.0, 3707.0, 3684.0, 3685.0, 3686.0, 3674.0, 3685.0, 3699.0, 3700.0, 3699.0, 3701.0, 3700.0, 3689.0, 3702.0, 3689.0, 3698.0, 3697.0, 3689.0, 3678.0, 3689.0, 3679.0, 3691.0, 3701.0, 3702.0, 3703.0, 3702.0, 3689.0, 3679.0, 3689.0, 3717.0, 3702.0, 3691.0, 3713.0, 3702.0, 3678.0, 3687.0, 3676.0, 3690.0, 3690.0, 3687.0, 3677.0, 3687.0, 3674.0, 3675.0, 3675.0, 3685.0, 3688.0, 3688.0, 3698.0, 3687.0, 3688.0, 3685.0, 3687.0, 3699.0, 3688.0, 3699.0, 3689.0, 3687.0, 3688.0, 3687.0, 3690.0, 3699.0, 3690.0, 3676.0, 3687.0, 3675.0, 3686.0, 3676.0, 3687.0, 3686.0, 3690.0, 3687.0, 3675.0, 3685.0, 3684.0, 3688.0, 3687.0, 3686.0, 3698.0, 3687.0, 3686.0, 3677.0, 3688.0, 3690.0, 3688.0, 3701.0, 3689.0, 3689.0, 3677.0, 3690.0, 3692.0, 3703.0, 3690.0, 3701.0, 3690.0, 3702.0, 3703.0, 3702.0, 3689.0, 3702.0, 3701.0, 3689.0, 3702.0, 3688.0, 3690.0, 3679.0, 3700.0, 3693.0, 3700.0, 3699.0, 3689.0, 3689.0, 3679.0, 3703.0, 3706.0, 3705.0, 3702.0, 3690.0, 3689.0, 3690.0, 3712.0, 3703.0, 3711.0, 3690.0, 3686.0, 3675.0, 3686.0, 3674.0, 3686.0, 3696.0, 3686.0, 3683.0, 3686.0, 3683.0, 3673.0, 3672.0, 3674.0, 3674.0, 3685.0, 3685.0, 3687.0, 3663.0, 3685.0, 3663.0, 3673.0, 3661.0, 3675.0, 3676.0, 3686.0, 3687.0, 3685.0, 3686.0, 3677.0, 3675.0, 3687.0, 3709.0, 3674.0, 3684.0, 3674.0, 3662.0, 3675.0, 3665.0, 3690.0, 3689.0, 3691.0, 3690.0, 3700.0, 3690.0, 3701.0, 3719.0, 3735.0, 3693.0, 3692.0, 3692.0, 3701.0, 3690.0, 3690.0, 3690.0, 3701.0, 3702.0, 3690.0, 3691.0, 3689.0, 3689.0, 3688.0, 3690.0, 3701.0, 3701.0, 3700.0, 3702.0, 3700.0, 3689.0, 3679.0, 3703.0, 3703.0, 3704.0, 3694.0, 3704.0, 3692.0, 3703.0, 3691.0, 3716.0, 3712.0, 3702.0, 3712.0, 3688.0, 3688.0, 3687.0, 3701.0, 3690.0, 3688.0, 3688.0, 3686.0, 3687.0, 3685.0, 3687.0, 3701.0, 3691.0, 3700.0, 3704.0, 3690.0, 3691.0, 3713.0, 3703.0, 3701.0, 3703.0, 3698.0, 3689.0, 3704.0, 3718.0, 3714.0, 3703.0, 3713.0, 3689.0, 3688.0, 3687.0, 3676.0, 3701.0, 3689.0, 3699.0, 3699.0, 3698.0, 3688.0, 3687.0, 3700.0, 3698.0, 3687.0, 3676.0, 3687.0, 3678.0, 3699.0, 3687.0, 3686.0, 3688.0, 3676.0, 3699.0, 3689.0, 3699.0, 3687.0, 3700.0, 3699.0, 3687.0, 3699.0, 3698.0, 3686.0, 3684.0, 3673.0, 3671.0, 3682.0, 3672.0, 3682.0, 3684.0, 3696.0, 3698.0, 3686.0, 3685.0, 3685.0, 3684.0, 3684.0, 3684.0, 3686.0, 3676.0, 3689.0, 3678.0, 3697.0, 3698.0, 3697.0, 3686.0, 3699.0, 3706.0, 3683.0, 3671.0, 3671.0, 3650.0, 3673.0, 3663.0, 3686.0, 3673.0, 3684.0, 3662.0, 3685.0, 3661.0, 3684.0, 3685.0, 3684.0, 3684.0, 3683.0, 3684.0, 3673.0, 3683.0, 3672.0, 3685.0, 3686.0, 3685.0, 3674.0, 3685.0, 3663.0, 3684.0, 3684.0, 3685.0, 3697.0, 3687.0, 3687.0, 3699.0, 3685.0, 3686.0, 3686.0, 3698.0, 3699.0, 3687.0, 3697.0, 3674.0, 3684.0, 3683.0, 3684.0, 3684.0, 3685.0, 3685.0, 3688.0, 3676.0, 3697.0, 3665.0, 3700.0, 3690.0, 3701.0, 3709.0, 3700.0, 3686.0, 3687.0, 3697.0, 3699.0, 3698.0, 3687.0, 3685.0, 3686.0, 3687.0, 3674.0, 3688.0, 3688.0, 3688.0, 3678.0, 3687.0, 3664.0, 3688.0, 3699.0, 3700.0, 3698.0, 3687.0, 3699.0, 3699.0, 3686.0, 3687.0, 3699.0, 3698.0, 3698.0, 3688.0, 3697.0, 3697.0, 3684.0, 3685.0, 3687.0, 3686.0, 3685.0, 3685.0, 3684.0, 3685.0, 3684.0, 3687.0, 3698.0, 3700.0, 3697.0, 3698.0, 3696.0, 3696.0, 3699.0, 3700.0, 3697.0, 3697.0, 3697.0, 3699.0, 3698.0, 3696.0, 3699.0, 3687.0, 3686.0, 3686.0, 3686.0, 3673.0, 3684.0, 3674.0, 3697.0, 3707.0, 3686.0, 3696.0, 3685.0, 3683.0, 3683.0, 3685.0, 3697.0, 3686.0, 3685.0, 3682.0, 3684.0, 3683.0, 3685.0, 3696.0, 3697.0, 3697.0, 3686.0, 3698.0, 3700.0, 3698.0, 3699.0, 3712.0, 3689.0, 3701.0, 3702.0, 3681.0, 3702.0, 3701.0, 3701.0, 3691.0, 3701.0, 3704.0, 3711.0, 3689.0, 3677.0, 3688.0, 3690.0, 3688.0, 3677.0, 3689.0, 3686.0, 3686.0, 3686.0, 3699.0, 3689.0, 3686.0, 3700.0, 3684.0, 3675.0, 3665.0, 3687.0, 3687.0, 3676.0, 3684.0, 3676.0, 3685.0, 3676.0, 3688.0, 3688.0, 3697.0, 3687.0, 3674.0, 3685.0, 3672.0, 3686.0, 3687.0, 3684.0, 3675.0, 3684.0, 3671.0, 3683.0, 3672.0, 3684.0, 3673.0, 3686.0, 3675.0, 3684.0, 3674.0, 3685.0, 3674.0, 3685.0, 3663.0, 3685.0, 3689.0, 3700.0, 3678.0, 3698.0, 3678.0, 3699.0, 3676.0, 3701.0, 3692.0, 3701.0, 3690.0, 3702.0, 3689.0, 3699.0, 3687.0, 3701.0, 3689.0, 3688.0, 3678.0, 3687.0, 3674.0, 3686.0, 3696.0, 3700.0, 3698.0, 3687.0, 3677.0, 3698.0, 3688.0, 3699.0, 3689.0, 3713.0, 3703.0, 3701.0, 3702.0, 3690.0, 3690.0, 3700.0, 3702.0, 3700.0, 3699.0, 3701.0, 3689.0, 3686.0, 3688.0, 3701.0, 3701.0, 3689.0, 3700.0, 3678.0, 3688.0], 'WindowWidth': [8402.0, 8382.0, 8340.0, 8347.0, 8328.0, 8327.0, 8328.0, 8325.0, 8323.0, 8327.0, 8329.0, 8339.0, 8319.0, 8317.0, 8318.0, 8287.0, 8322.0, 8294.0, 8328.0, 8327.0, 8327.0, 8341.0, 8324.0, 8325.0, 8322.0, 8324.0, 8308.0, 8328.0, 8354.0, 8349.0, 8330.0, 8326.0, 8326.0, 8346.0, 8350.0, 8333.0, 8331.0, 8332.0, 8353.0, 8346.0, 8329.0, 8343.0, 8329.0, 8349.0, 8352.0, 8348.0, 8333.0, 8344.0, 8310.0, 8327.0, 8312.0, 8330.0, 8337.0, 8330.0, 8328.0, 8323.0, 8323.0, 8320.0, 8309.0, 8293.0, 8328.0, 8315.0, 8343.0, 8311.0, 8325.0, 8307.0, 8322.0, 8311.0, 8328.0, 8327.0, 8328.0, 8325.0, 8321.0, 8322.0, 8319.0, 8329.0, 8346.0, 8332.0, 8298.0, 8344.0, 8343.0, 8342.0, 8342.0, 8343.0, 8352.0, 8345.0, 8348.0, 8339.0, 8327.0, 8323.0, 8324.0, 8327.0, 8332.0, 8327.0, 8328.0, 8310.0, 8322.0, 8317.0, 8353.0, 8347.0, 8344.0, 8352.0, 8317.0, 8347.0, 8316.0, 8347.0, 8323.0, 8349.0, 8347.0, 8344.0, 8330.0, 8321.0, 8329.0, 8348.0, 8333.0, 8357.0, 8329.0, 8290.0, 8321.0, 8306.0, 8345.0, 8312.0, 8322.0, 8325.0, 8317.0, 8321.0, 8320.0, 8327.0, 8349.0, 8330.0, 8330.0, 8330.0, 8320.0, 8324.0, 8330.0, 8353.0, 8345.0, 8327.0, 8326.0, 8348.0, 8309.0, 8321.0, 8330.0, 8325.0, 8341.0, 8345.0, 8326.0, 8323.0, 8326.0, 8325.0, 8347.0, 8327.0, 8325.0, 8335.0, 8319.0, 8288.0, 8320.0, 8308.0, 8345.0, 8314.0, 8324.0, 8310.0, 8325.0, 8303.0, 8321.0, 8325.0, 8345.0, 8323.0, 8325.0, 8307.0, 8317.0, 8300.0, 8317.0, 8329.0, 8342.0, 8325.0, 8326.0, 8342.0, 8326.0, 8325.0, 8326.0, 8346.0, 8346.0, 8348.0, 8345.0, 8345.0, 8326.0, 8328.0, 8342.0, 8352.0, 8346.0, 8345.0, 8345.0, 8328.0, 8336.0, 8322.0, 8343.0, 8344.0, 8321.0, 8328.0, 8294.0, 8322.0, 8304.0, 8346.0, 8336.0, 8342.0, 8347.0, 8331.0, 8331.0, 8310.0, 8331.0, 8364.0, 8350.0, 8360.0, 8349.0, 8343.0, 8325.0, 8291.0, 8321.0, 8317.0, 8328.0, 8310.0, 8346.0, 8344.0, 8323.0, 8325.0, 8342.0, 8352.0, 8343.0, 8332.0, 8340.0, 8321.0, 8313.0, 8318.0, 8326.0, 8324.0, 8318.0, 8327.0, 8307.0, 8325.0, 8294.0, 8331.0, 8322.0, 8348.0, 8334.0, 8344.0, 8328.0, 8327.0, 8332.0, 8341.0, 8332.0, 8336.0, 8329.0, 8317.0, 8323.0, 8324.0, 8345.0, 8343.0, 8347.0, 8350.0, 8330.0, 8321.0, 8324.0, 8346.0, 8330.0, 8324.0, 8326.0, 8339.0, 8326.0, 8305.0, 8324.0, 8317.0, 8343.0, 8295.0, 8348.0, 8310.0, 8324.0, 8307.0, 8323.0, 8331.0, 8329.0, 8324.0, 8349.0, 8345.0, 8340.0, 8327.0, 8313.0, 8352.0, 8313.0, 8350.0, 8356.0, 8347.0, 8341.0, 8329.0, 8342.0, 8333.0, 8327.0, 8342.0, 8318.0, 8321.0, 8318.0, 8323.0, 8343.0, 8342.0, 8322.0, 8340.0, 8331.0, 8318.0, 8286.0, 8315.0, 8310.0, 8342.0, 8327.0, 8348.0, 8346.0, 8326.0, 8329.0, 8338.0, 8352.0, 8359.0, 8350.0, 8311.0, 8326.0, 8294.0, 8321.0, 8337.0, 8325.0, 8352.0, 8315.0, 8319.0, 8320.0, 8301.0, 8317.0, 8341.0, 8345.0, 8344.0, 8348.0, 8347.0, 8330.0, 8350.0, 8330.0, 8344.0, 8340.0, 8330.0, 8315.0, 8330.0, 8315.0, 8333.0, 8347.0, 8350.0, 8355.0, 8349.0, 8329.0, 8313.0, 8327.0, 8378.0, 8351.0, 8334.0, 8366.0, 8349.0, 8310.0, 8322.0, 8306.0, 8330.0, 8330.0, 8323.0, 8309.0, 8320.0, 8299.0, 8302.0, 8300.0, 8318.0, 8328.0, 8324.0, 8339.0, 8321.0, 8323.0, 8317.0, 8324.0, 8344.0, 8327.0, 8344.0, 8328.0, 8323.0, 8324.0, 8322.0, 8331.0, 8343.0, 8330.0, 8309.0, 8321.0, 8303.0, 8318.0, 8307.0, 8324.0, 8320.0, 8330.0, 8320.0, 8301.0, 8316.0, 8315.0, 8325.0, 8323.0, 8322.0, 8339.0, 8322.0, 8319.0, 8308.0, 8325.0, 8331.0, 8325.0, 8348.0, 8329.0, 8329.0, 8311.0, 8331.0, 8338.0, 8354.0, 8332.0, 8347.0, 8330.0, 8351.0, 8352.0, 8349.0, 8328.0, 8351.0, 8348.0, 8329.0, 8351.0, 8326.0, 8331.0, 8315.0, 8346.0, 8341.0, 8344.0, 8341.0, 8328.0, 8328.0, 8317.0, 8355.0, 8363.0, 8361.0, 8352.0, 8329.0, 8329.0, 8331.0, 8363.0, 8354.0, 8362.0, 8332.0, 8320.0, 8301.0, 8317.0, 8299.0, 8317.0, 8333.0, 8320.0, 8312.0, 8319.0, 8309.0, 8296.0, 8292.0, 8298.0, 8301.0, 8317.0, 8315.0, 8319.0, 8282.0, 8315.0, 8284.0, 8296.0, 8278.0, 8303.0, 8307.0, 8320.0, 8321.0, 8316.0, 8317.0, 8307.0, 8301.0, 8322.0, 8354.0, 8301.0, 8313.0, 8299.0, 8282.0, 8301.0, 8290.0, 8332.0, 8331.0, 8333.0, 8332.0, 8345.0, 8331.0, 8347.0, 8387.0, 8417.0, 8343.0, 8337.0, 8338.0, 8345.0, 8330.0, 8330.0, 8331.0, 8349.0, 8351.0, 8331.0, 8331.0, 8326.0, 8327.0, 8326.0, 8330.0, 8349.0, 8348.0, 8344.0, 8349.0, 8343.0, 8329.0, 8317.0, 8354.0, 8357.0, 8358.0, 8345.0, 8358.0, 8336.0, 8353.0, 8335.0, 8373.0, 8367.0, 8351.0, 8364.0, 8324.0, 8323.0, 8321.0, 8348.0, 8332.0, 8324.0, 8325.0, 8320.0, 8323.0, 8317.0, 8325.0, 8350.0, 8336.0, 8344.0, 8355.0, 8332.0, 8334.0, 8369.0, 8355.0, 8350.0, 8353.0, 8342.0, 8330.0, 8358.0, 8385.0, 8374.0, 8356.0, 8370.0, 8329.0, 8325.0, 8323.0, 8308.0, 8352.0, 8329.0, 8341.0, 8342.0, 8342.0, 8328.0, 8324.0, 8344.0, 8337.0, 8324.0, 8306.0, 8324.0, 8314.0, 8342.0, 8324.0, 8321.0, 8326.0, 8309.0, 8344.0, 8329.0, 8346.0, 8327.0, 8346.0, 8342.0, 8324.0, 8344.0, 8343.0, 8322.0, 8317.0, 8298.0, 8295.0, 8308.0, 8296.0, 8311.0, 8317.0, 8336.0, 8340.0, 8320.0, 8318.0, 8316.0, 8314.0, 8315.0, 8318.0, 8319.0, 8307.0, 8331.0, 8314.0, 8337.0, 8339.0, 8339.0, 8324.0, 8346.0, 8350.0, 8313.0, 8293.0, 8294.0, 8264.0, 8297.0, 8290.0, 8324.0, 8300.0, 8317.0, 8285.0, 8317.0, 8282.0, 8315.0, 8320.0, 8316.0, 8315.0, 8314.0, 8314.0, 8298.0, 8313.0, 8297.0, 8320.0, 8322.0, 8319.0, 8302.0, 8318.0, 8285.0, 8316.0, 8316.0, 8319.0, 8339.0, 8326.0, 8325.0, 8342.0, 8321.0, 8324.0, 8324.0, 8339.0, 8343.0, 8325.0, 8337.0, 8303.0, 8316.0, 8313.0, 8314.0, 8317.0, 8320.0, 8319.0, 8329.0, 8309.0, 8338.0, 8294.0, 8346.0, 8337.0, 8349.0, 8358.0, 8345.0, 8323.0, 8325.0, 8341.0, 8346.0, 8340.0, 8323.0, 8320.0, 8320.0, 8323.0, 8304.0, 8329.0, 8328.0, 8328.0, 8315.0, 8326.0, 8292.0, 8327.0, 8344.0, 8348.0, 8344.0, 8327.0, 8343.0, 8344.0, 8323.0, 8324.0, 8343.0, 8344.0, 8342.0, 8327.0, 8338.0, 8336.0, 8316.0, 8318.0, 8325.0, 8324.0, 8318.0, 8319.0, 8316.0, 8319.0, 8318.0, 8326.0, 8343.0, 8349.0, 8341.0, 8343.0, 8337.0, 8336.0, 8346.0, 8348.0, 8341.0, 8339.0, 8341.0, 8343.0, 8342.0, 8338.0, 8347.0, 8326.0, 8322.0, 8322.0, 8323.0, 8301.0, 8317.0, 8305.0, 8339.0, 8352.0, 8322.0, 8336.0, 8319.0, 8314.0, 8314.0, 8319.0, 8340.0, 8324.0, 8320.0, 8312.0, 8317.0, 8314.0, 8318.0, 8336.0, 8340.0, 8338.0, 8324.0, 8343.0, 8348.0, 8343.0, 8345.0, 8368.0, 8332.0, 8351.0, 8355.0, 8324.0, 8353.0, 8348.0, 8348.0, 8336.0, 8348.0, 8360.0, 8361.0, 8330.0, 8310.0, 8327.0, 8332.0, 8326.0, 8311.0, 8328.0, 8319.0, 8318.0, 8318.0, 8343.0, 8331.0, 8322.0, 8344.0, 8313.0, 8302.0, 8292.0, 8325.0, 8325.0, 8308.0, 8316.0, 8304.0, 8315.0, 8307.0, 8325.0, 8326.0, 8337.0, 8322.0, 8301.0, 8315.0, 8297.0, 8322.0, 8325.0, 8316.0, 8303.0, 8315.0, 8293.0, 8309.0, 8296.0, 8313.0, 8299.0, 8322.0, 8307.0, 8316.0, 8302.0, 8319.0, 8301.0, 8317.0, 8287.0, 8320.0, 8332.0, 8346.0, 8314.0, 8342.0, 8314.0, 8344.0, 8310.0, 8350.0, 8340.0, 8349.0, 8332.0, 8352.0, 8328.0, 8342.0, 8324.0, 8348.0, 8333.0, 8327.0, 8314.0, 8325.0, 8302.0, 8320.0, 8335.0, 8345.0, 8342.0, 8325.0, 8312.0, 8341.0, 8327.0, 8343.0, 8331.0, 8369.0, 8355.0, 8349.0, 8353.0, 8334.0, 8334.0, 8346.0, 8352.0, 8348.0, 8343.0, 8348.0, 8329.0, 8322.0, 8327.0, 8351.0, 8351.0, 8330.0, 8346.0, 8315.0, 8326.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.0010021954022988505</td></tr>
<tr><td colspan=3>aqi</td><td>0.023943555057471266</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.586594580322206</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2184151213003458</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0025417828308418</td></tr>
<tr><td colspan=3>efc</td><td>0.4969</td></tr>
<tr><td colspan=3>fber</td><td>5077.5908</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1017620466595426</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>63</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.241379310344827</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3660169931110335</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2842404000849195</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5677032115084577</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.246107367739724</td></tr>
<tr><td colspan=3>gcor</td><td>0.00948917</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0088953310623765</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024245750159025192</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.22952540056769</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>24.4544</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.8943</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>154.3911</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292087.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>734.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.8688</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1775</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>425.3653</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2876.7446</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3005.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84457.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1193.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3705.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>710.4774</td></tr>
<tr><td colspan=3>tsnr</td><td>39.069949105381966</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>