<?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-0026_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-0026_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-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0026/figures/sub-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026/ses-04/func/sub-0026_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>ed2ccfa8f9f3ea6e2364e8582fdb215a</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>10:20:31.690000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.993313, 0.0187448, 0.113918, -0.0353816, 0.988677, 0.145827]</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.0945946</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4174, -7757, -7287, 656, 17, -142, 47, 49]</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>260.362</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f9fc0fab-f60b-496a-b86e-bcce8f9827a2||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6649868488311768, -0.09492626041173935, 0.29671674966812134, 110.30409240722656], [-0.0502910353243351, 2.6525485515594482, 0.4019835293292999, -99.29570007324219], [0.3056349754333496, -0.39124393463134766, 2.653369188308716, -60.849605560302734], [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': ['102031.690000', '102032.150000', '102032.610000', '102033.070000', '102033.530000', '102033.990000', '102034.450000', '102034.910000', '102035.370000', '102035.830000', '102036.290000', '102036.750000', '102037.210000', '102037.670000', '102038.130000', '102038.590000', '102039.050000', '102039.510000', '102039.970000', '102040.430000', '102040.890000', '102041.350000', '102041.810000', '102042.270000', '102042.730000', '102043.190000', '102043.650000', '102044.110000', '102044.570000', '102045.030000', '102045.490000', '102045.950000', '102046.410000', '102046.870000', '102047.330000', '102047.790000', '102048.250000', '102048.710000', '102049.170000', '102049.630000', '102050.090000', '102050.550000', '102051.010000', '102051.470000', '102051.930000', '102052.390000', '102052.850000', '102053.310000', '102053.770000', '102054.230000', '102054.690000', '102055.150000', '102055.610000', '102056.070000', '102056.530000', '102056.990000', '102057.450000', '102057.910000', '102058.370000', '102058.830000', '102059.290000', '102059.750000', '102100.210000', '102100.670000', '102101.130000', '102101.590000', '102102.050000', '102102.510000', '102102.970000', '102103.430000', '102103.890000', '102104.350000', '102104.810000', '102105.270000', '102105.730000', '102106.190000', '102106.650000', '102107.110000', '102107.570000', '102108.030000', '102108.490000', '102108.950000', '102109.410000', '102109.870000', '102110.330000', '102110.790000', '102111.250000', '102111.710000', '102112.170000', '102112.630000', '102113.090000', '102113.550000', '102114.010000', '102114.470000', '102114.930000', '102115.390000', '102115.850000', '102116.310000', '102116.770000', '102117.230000', '102117.690000', '102118.150000', '102118.610000', '102119.070000', '102119.530000', '102119.990000', '102120.450000', '102120.910000', '102121.370000', '102121.830000', '102122.290000', '102122.750000', '102123.210000', '102123.670000', '102124.130000', '102124.590000', '102125.050000', '102125.510000', '102125.970000', '102126.430000', '102126.890000', '102127.350000', '102127.810000', '102128.270000', '102128.730000', '102129.190000', '102129.650000', '102130.110000', '102130.570000', '102131.030000', '102131.490000', '102131.950000', '102132.410000', '102132.870000', '102133.330000', '102133.790000', '102134.250000', '102134.710000', '102135.170000', '102135.630000', '102136.090000', '102136.550000', '102137.010000', '102137.470000', '102137.930000', '102138.390000', '102138.850000', '102139.310000', '102139.770000', '102140.230000', '102140.690000', '102141.150000', '102141.610000', '102142.070000', '102142.530000', '102142.990000', '102143.450000', '102143.910000', '102144.370000', '102144.830000', '102145.290000', '102145.750000', '102146.210000', '102146.670000', '102147.130000', '102147.590000', '102148.050000', '102148.510000', '102148.970000', '102149.430000', '102149.890000', '102150.350000', '102150.810000', '102151.270000', '102151.730000', '102152.190000', '102152.650000', '102153.110000', '102153.570000', '102154.030000', '102154.490000', '102154.950000', '102155.410000', '102155.870000', '102156.330000', '102156.790000', '102157.250000', '102157.710000', '102158.170000', '102158.630000', '102159.090000', '102159.550000', '102200.010000', '102200.470000', '102200.930000', '102201.390000', '102201.850000', '102202.310000', '102202.770000', '102203.230000', '102203.690000', '102204.150000', '102204.610000', '102205.070000', '102205.530000', '102205.990000', '102206.450000', '102206.910000', '102207.370000', '102207.830000', '102208.290000', '102208.750000', '102209.210000', '102209.670000', '102210.130000', '102210.590000', '102211.050000', '102211.510000', '102211.970000', '102212.430000', '102212.890000', '102213.350000', '102213.810000', '102214.270000', '102214.730000', '102215.190000', '102215.650000', '102216.110000', '102216.570000', '102217.030000', '102217.490000', '102217.950000', '102218.410000', '102218.870000', '102219.330000', '102219.790000', '102220.250000', '102220.710000', '102221.170000', '102221.630000', '102222.090000', '102222.550000', '102223.010000', '102223.470000', '102223.930000', '102224.390000', '102224.850000', '102225.310000', '102225.770000', '102226.230000', '102226.690000', '102227.150000', '102227.610000', '102228.070000', '102228.530000', '102228.990000', '102229.450000', '102229.910000', '102230.370000', '102230.830000', '102231.290000', '102231.750000', '102232.210000', '102232.670000', '102233.130000', '102233.590000', '102234.050000', '102234.510000', '102234.970000', '102235.430000', '102235.890000', '102236.350000', '102236.810000', '102237.270000', '102237.730000', '102238.190000', '102238.650000', '102239.110000', '102239.570000', '102240.030000', '102240.490000', '102240.950000', '102241.410000', '102241.870000', '102242.330000', '102242.790000', '102243.250000', '102243.710000', '102244.170000', '102244.630000', '102245.090000', '102245.550000', '102246.010000', '102246.470000', '102246.930000', '102247.390000', '102247.850000', '102248.310000', '102248.770000', '102249.230000', '102249.690000', '102250.150000', '102250.610000', '102251.070000', '102251.530000', '102251.990000', '102252.450000', '102252.910000', '102253.370000', '102253.830000', '102254.290000', '102254.750000', '102255.210000', '102255.670000', '102256.130000', '102256.590000', '102257.050000', '102257.510000', '102257.970000', '102258.430000', '102258.890000', '102259.350000', '102259.810000', '102300.270000', '102300.730000', '102301.190000', '102301.650000', '102302.110000', '102302.570000', '102303.030000', '102303.490000', '102303.950000', '102304.410000', '102304.870000', '102305.330000', '102305.790000', '102306.250000', '102306.710000', '102307.170000', '102307.630000', '102308.090000', '102308.550000', '102309.010000', '102309.470000', '102309.930000', '102310.390000', '102310.850000', '102311.310000', '102311.770000', '102312.230000', '102312.690000', '102313.150000', '102313.610000', '102314.070000', '102314.530000', '102314.990000', '102315.450000', '102315.910000', '102316.370000', '102316.830000', '102317.290000', '102317.750000', '102318.210000', '102318.670000', '102319.130000', '102319.590000', '102320.050000', '102320.510000', '102320.970000', '102321.430000', '102321.890000', '102322.350000', '102322.810000', '102323.270000', '102323.730000', '102324.190000', '102324.650000', '102325.110000', '102325.570000', '102326.030000', '102326.490000', '102326.950000', '102327.410000', '102327.870000', '102328.330000', '102328.790000', '102329.250000', '102329.710000', '102330.170000', '102330.630000', '102331.090000', '102331.550000', '102332.010000', '102332.470000', '102332.930000', '102333.390000', '102333.850000', '102334.310000', '102334.770000', '102335.230000', '102335.690000', '102336.150000', '102336.610000', '102337.070000', '102337.530000', '102337.990000', '102338.450000', '102338.910000', '102339.370000', '102339.830000', '102340.290000', '102340.750000', '102341.210000', '102341.670000', '102342.130000', '102342.590000', '102343.050000', '102343.510000', '102343.970000', '102344.430000', '102344.890000', '102345.350000', '102345.810000', '102346.270000', '102346.730000', '102347.190000', '102347.650000', '102348.110000', '102348.570000', '102349.030000', '102349.490000', '102349.950000', '102350.410000', '102350.870000', '102351.330000', '102351.790000', '102352.250000', '102352.710000', '102353.170000', '102353.630000', '102354.090000', '102354.550000', '102355.010000', '102355.470000', '102355.930000', '102356.390000', '102356.850000', '102357.310000', '102357.770000', '102358.230000', '102358.690000', '102359.150000', '102359.610000', '102400.070000', '102400.530000', '102400.990000', '102401.450000', '102401.910000', '102402.370000', '102402.830000', '102403.290000', '102403.750000', '102404.210000', '102404.670000', '102405.130000', '102405.590000', '102406.050000', '102406.510000', '102406.970000', '102407.430000', '102407.890000', '102408.350000', '102408.810000', '102409.270000', '102409.730000', '102410.190000', '102410.650000', '102411.110000', '102411.570000', '102412.030000', '102412.490000', '102412.950000', '102413.410000', '102413.870000', '102414.330000', '102414.790000', '102415.250000', '102415.710000', '102416.170000', '102416.630000', '102417.090000', '102417.550000', '102418.010000', '102418.470000', '102418.930000', '102419.390000', '102419.850000', '102420.310000', '102420.770000', '102421.230000', '102421.690000', '102422.150000', '102422.610000', '102423.070000', '102423.530000', '102423.990000', '102424.450000', '102424.910000', '102425.370000', '102425.830000', '102426.290000', '102426.750000', '102427.210000', '102427.670000', '102428.130000', '102428.590000', '102429.050000', '102429.510000', '102429.970000', '102430.430000', '102430.890000', '102431.350000', '102431.810000', '102432.270000', '102432.730000', '102433.190000', '102433.650000', '102434.110000', '102434.570000', '102435.030000', '102435.490000', '102435.950000', '102436.410000', '102436.870000', '102437.330000', '102437.790000', '102438.250000', '102438.710000', '102439.170000', '102439.630000', '102440.090000', '102440.550000', '102441.010000', '102441.470000', '102441.930000', '102442.390000', '102442.850000', '102443.310000', '102443.770000', '102444.230000', '102444.690000', '102445.150000', '102445.610000', '102446.070000', '102446.530000', '102446.990000', '102447.450000', '102447.910000', '102448.370000', '102448.830000', '102449.290000', '102449.750000', '102450.210000', '102450.670000', '102451.130000', '102451.590000', '102452.050000', '102452.510000', '102452.970000', '102453.430000', '102453.890000', '102454.350000', '102454.810000', '102455.270000', '102455.730000', '102456.190000', '102456.650000', '102457.110000', '102457.570000', '102458.030000', '102458.490000', '102458.950000', '102459.410000', '102459.870000', '102500.330000', '102500.790000', '102501.250000', '102501.710000', '102502.170000', '102502.630000', '102503.090000', '102503.550000', '102504.010000', '102504.470000', '102504.930000', '102505.390000', '102505.850000', '102506.310000', '102506.770000', '102507.230000', '102507.690000', '102508.150000', '102508.610000', '102509.070000', '102509.530000', '102509.990000', '102510.450000', '102510.910000', '102511.370000', '102511.830000', '102512.290000', '102512.750000', '102513.210000', '102513.670000', '102514.130000', '102514.590000', '102515.050000', '102515.510000', '102515.970000', '102516.430000', '102516.890000', '102517.350000', '102517.810000', '102518.270000', '102518.730000', '102519.190000', '102519.650000', '102520.110000', '102520.570000', '102521.030000', '102521.490000', '102521.950000', '102522.410000', '102522.870000', '102523.330000', '102523.790000', '102524.250000', '102524.710000', '102525.170000', '102525.630000', '102526.090000', '102526.550000', '102527.010000', '102527.470000', '102527.930000', '102528.390000', '102528.850000', '102529.310000', '102529.770000', '102530.230000', '102530.690000', '102531.150000', '102531.610000', '102532.070000', '102532.530000', '102532.990000', '102533.450000', '102533.910000', '102534.370000', '102534.830000', '102535.290000', '102535.750000', '102536.210000', '102536.670000', '102537.130000', '102537.590000', '102538.050000', '102538.510000', '102538.970000', '102539.430000', '102539.890000', '102540.350000', '102540.810000', '102541.270000', '102541.730000', '102542.190000', '102542.650000', '102543.110000', '102543.570000', '102544.030000', '102544.490000', '102544.950000', '102545.410000', '102545.870000', '102546.330000', '102546.790000', '102547.250000', '102547.710000', '102548.170000', '102548.630000', '102549.090000', '102549.550000', '102550.010000', '102550.470000', '102550.930000', '102551.390000', '102551.850000', '102552.310000', '102552.770000', '102553.230000', '102553.690000', '102554.150000', '102554.610000', '102555.070000', '102555.530000', '102555.990000', '102556.450000', '102556.910000', '102557.370000', '102557.830000', '102558.290000', '102558.750000', '102559.210000', '102559.670000', '102600.130000', '102600.590000', '102601.050000', '102601.510000', '102601.970000', '102602.430000', '102602.890000', '102603.350000', '102603.810000', '102604.270000', '102604.730000', '102605.190000', '102605.650000', '102606.110000', '102606.570000', '102607.030000', '102607.490000', '102607.950000', '102608.410000', '102608.870000', '102609.330000', '102609.790000', '102610.250000', '102610.710000', '102611.170000', '102611.630000', '102612.090000', '102612.550000', '102613.010000', '102613.470000', '102613.930000', '102614.390000', '102614.850000', '102615.310000', '102615.770000', '102616.230000', '102616.690000', '102617.150000', '102617.610000', '102618.070000', '102618.530000', '102618.990000', '102619.450000', '102619.910000', '102620.370000', '102620.830000', '102621.290000', '102621.750000', '102622.210000', '102622.670000', '102623.130000', '102623.590000', '102624.050000', '102624.510000', '102624.970000', '102625.430000', '102625.890000', '102626.350000', '102626.810000', '102627.270000', '102627.730000', '102628.190000', '102628.650000', '102629.110000', '102629.570000', '102630.030000', '102630.490000', '102630.950000', '102631.410000', '102631.870000', '102632.330000', '102632.790000', '102633.250000', '102633.710000', '102634.170000', '102634.630000', '102635.090000', '102635.550000', '102636.010000', '102636.470000', '102636.930000', '102637.390000', '102637.850000', '102638.310000', '102638.770000', '102639.230000', '102639.690000', '102640.150000', '102640.610000', '102641.070000', '102641.530000', '102641.990000', '102642.450000', '102642.910000', '102643.370000', '102643.830000', '102644.290000', '102644.750000', '102645.210000', '102645.670000', '102646.130000', '102646.590000', '102647.050000', '102647.510000', '102647.970000', '102648.430000', '102648.890000', '102649.350000', '102649.810000', '102650.270000', '102650.730000', '102651.190000', '102651.650000', '102652.110000', '102652.570000', '102653.030000', '102653.490000', '102653.950000', '102654.410000', '102654.870000', '102655.330000', '102655.790000', '102656.250000', '102656.710000', '102657.170000', '102657.630000', '102658.090000', '102658.550000', '102659.010000', '102659.470000', '102659.930000', '102700.390000', '102700.850000', '102701.310000', '102701.770000', '102702.230000', '102702.690000', '102703.150000', '102703.610000', '102704.070000', '102704.530000', '102704.990000', '102705.450000', '102705.910000', '102706.370000', '102706.830000', '102707.290000', '102707.750000', '102708.210000', '102708.670000', '102709.130000', '102709.590000', '102710.050000', '102710.510000', '102710.970000', '102711.430000', '102711.890000', '102712.350000'], 'ContentTime': ['102050.089000', '102050.093000', '102050.096000', '102050.099000', '102050.102000', '102050.105000', '102050.107000', '102050.110000', '102050.114000', '102050.117000', '102050.120000', '102050.123000', '102050.126000', '102050.129000', '102050.132000', '102050.134000', '102050.137000', '102050.140000', '102050.143000', '102050.146000', '102050.149000', '102050.152000', '102050.155000', '102050.157000', '102050.160000', '102050.163000', '102050.166000', '102050.169000', '102050.178000', '102050.181000', '102050.185000', '102050.188000', '102050.192000', '102050.194000', '102050.197000', '102050.200000', '102050.203000', '102050.206000', '102110.048000', '102110.051000', '102110.054000', '102110.057000', '102110.066000', '102110.069000', '102110.072000', '102110.075000', '102110.078000', '102110.081000', '102110.084000', '102110.086000', '102110.089000', '102110.092000', '102110.095000', '102110.098000', '102110.101000', '102110.104000', '102110.107000', '102110.110000', '102110.112000', '102110.116000', '102110.118000', '102110.121000', '102110.124000', '102110.127000', '102110.130000', '102110.133000', '102110.136000', '102110.139000', '102110.141000', '102110.144000', '102110.147000', '102110.150000', '102110.153000', '102110.156000', '102110.159000', '102110.162000', '102110.165000', '102110.168000', '102110.170000', '102110.173000', '102110.176000', '102110.179000', '102130.047000', '102130.051000', '102130.054000', '102130.057000', '102130.060000', '102130.063000', '102130.066000', '102130.069000', '102130.072000', '102130.075000', '102130.078000', '102130.081000', '102130.083000', '102130.086000', '102130.089000', '102130.092000', '102130.095000', '102130.098000', '102130.101000', '102130.104000', '102130.107000', '102130.109000', '102130.112000', '102130.115000', '102130.118000', '102130.121000', '102130.124000', '102130.127000', '102130.129000', '102130.132000', '102130.135000', '102130.138000', '102130.141000', '102130.144000', '102130.147000', '102130.150000', '102130.153000', '102130.156000', '102130.159000', '102130.162000', '102130.164000', '102130.167000', '102130.170000', '102150.047000', '102150.058000', '102150.061000', '102150.064000', '102150.067000', '102150.070000', '102150.073000', '102150.076000', '102150.079000', '102150.082000', '102150.084000', '102150.087000', '102150.090000', '102150.093000', '102150.096000', '102150.099000', '102150.102000', '102150.105000', '102150.108000', '102150.111000', '102150.113000', '102150.116000', '102150.119000', '102150.122000', '102150.125000', '102150.128000', '102150.131000', '102150.134000', '102150.137000', '102150.140000', '102150.143000', '102150.151000', '102150.154000', '102150.157000', '102150.160000', '102150.163000', '102150.166000', '102150.169000', '102150.172000', '102150.174000', '102150.178000', '102150.180000', '102150.183000', '102150.186000', '102210.047000', '102210.050000', '102210.053000', '102210.056000', '102210.059000', '102210.062000', '102210.065000', '102210.068000', '102210.070000', '102210.073000', '102210.076000', '102210.079000', '102210.082000', '102210.085000', '102210.088000', '102210.091000', '102210.094000', '102210.097000', '102210.100000', '102210.103000', '102210.105000', '102210.108000', '102210.111000', '102210.114000', '102210.117000', '102210.120000', '102210.123000', '102210.126000', '102210.129000', '102210.132000', '102210.135000', '102210.137000', '102210.140000', '102210.143000', '102210.146000', '102210.149000', '102210.154000', '102210.157000', '102210.164000', '102210.167000', '102210.170000', '102210.173000', '102210.176000', '102230.047000', '102230.050000', '102230.053000', '102230.056000', '102230.059000', '102230.062000', '102230.065000', '102230.068000', '102230.071000', '102230.073000', '102230.076000', '102230.079000', '102230.082000', '102230.085000', '102230.088000', '102230.091000', '102230.094000', '102230.097000', '102230.100000', '102230.102000', '102230.105000', '102230.108000', '102230.111000', '102230.114000', '102230.117000', '102230.120000', '102230.123000', '102230.126000', '102230.129000', '102230.141000', '102230.144000', '102230.146000', '102230.149000', '102230.152000', '102230.155000', '102230.158000', '102230.161000', '102230.164000', '102230.167000', '102230.170000', '102230.173000', '102230.176000', '102230.179000', '102230.182000', '102250.047000', '102250.050000', '102250.053000', '102250.056000', '102250.059000', '102250.062000', '102250.064000', '102250.067000', '102250.070000', '102250.073000', '102250.076000', '102250.079000', '102250.082000', '102250.085000', '102250.088000', '102250.091000', '102250.094000', '102250.097000', '102250.099000', '102250.102000', '102250.105000', '102250.108000', '102250.111000', '102250.114000', '102250.117000', '102250.120000', '102250.123000', '102250.125000', '102250.128000', '102250.131000', '102250.134000', '102250.137000', '102250.140000', '102250.143000', '102250.146000', '102250.148000', '102250.151000', '102250.154000', '102250.157000', '102250.160000', '102250.163000', '102250.166000', '102250.169000', '102310.047000', '102310.050000', '102310.053000', '102310.056000', '102310.059000', '102310.062000', '102310.065000', '102310.067000', '102310.070000', '102310.073000', '102310.076000', '102310.079000', '102310.082000', '102310.085000', '102310.088000', '102310.091000', '102310.094000', '102310.097000', '102310.100000', '102310.110000', '102310.113000', '102310.116000', '102310.119000', '102310.122000', '102310.125000', '102310.128000', '102310.131000', '102310.133000', '102310.136000', '102310.139000', '102310.142000', '102310.145000', '102310.148000', '102310.151000', '102310.154000', '102310.157000', '102310.159000', '102310.162000', '102310.165000', '102310.168000', '102310.186000', '102310.192000', '102310.195000', '102330.048000', '102330.051000', '102330.054000', '102330.057000', '102330.060000', '102330.063000', '102330.066000', '102330.069000', '102330.072000', '102330.074000', '102330.077000', '102330.080000', '102330.083000', '102330.086000', '102330.089000', '102330.092000', '102330.095000', '102330.098000', '102330.101000', '102330.103000', '102330.106000', '102330.109000', '102330.119000', '102330.122000', '102330.125000', '102330.128000', '102330.131000', '102330.134000', '102330.137000', '102330.140000', '102330.143000', '102330.146000', '102330.149000', '102330.152000', '102330.154000', '102330.157000', '102330.160000', '102330.163000', '102330.166000', '102330.169000', '102330.172000', '102330.175000', '102330.178000', '102330.181000', '102350.047000', '102350.050000', '102350.053000', '102350.056000', '102350.059000', '102350.062000', '102350.065000', '102350.067000', '102350.071000', '102350.073000', '102350.076000', '102350.079000', '102350.082000', '102350.085000', '102350.088000', '102350.091000', '102350.094000', '102350.097000', '102350.100000', '102350.102000', '102350.105000', '102350.108000', '102350.111000', '102350.114000', '102350.117000', '102350.120000', '102350.123000', '102350.126000', '102350.129000', '102350.132000', '102350.135000', '102350.138000', '102350.141000', '102350.152000', '102350.155000', '102350.158000', '102350.161000', '102350.164000', '102350.167000', '102350.170000', '102350.173000', '102350.176000', '102350.178000', '102410.047000', '102410.050000', '102410.053000', '102410.056000', '102410.059000', '102410.062000', '102410.065000', '102410.068000', '102410.070000', '102410.073000', '102410.076000', '102410.079000', '102410.082000', '102410.085000', '102410.088000', '102410.091000', '102410.094000', '102410.097000', '102410.099000', '102410.102000', '102410.105000', '102410.108000', '102410.111000', '102410.114000', '102410.117000', '102410.120000', '102410.123000', '102410.126000', '102410.129000', '102410.132000', '102410.134000', '102410.137000', '102410.140000', '102410.143000', '102410.146000', '102410.149000', '102410.152000', '102410.155000', '102410.158000', '102410.161000', '102410.164000', '102410.167000', '102410.169000', '102410.172000', '102430.047000', '102430.050000', '102430.053000', '102430.056000', '102430.059000', '102430.062000', '102430.065000', '102430.068000', '102430.071000', '102430.074000', '102430.077000', '102430.080000', '102430.083000', '102430.086000', '102430.088000', '102430.091000', '102430.094000', '102430.097000', '102430.100000', '102430.103000', '102430.106000', '102430.109000', '102430.112000', '102430.115000', '102430.118000', '102430.120000', '102430.123000', '102430.126000', '102430.129000', '102430.132000', '102430.135000', '102430.138000', '102430.141000', '102430.144000', '102430.147000', '102430.150000', '102430.153000', '102430.156000', '102430.158000', '102430.161000', '102430.164000', '102430.167000', '102430.170000', '102450.047000', '102450.050000', '102450.053000', '102450.056000', '102450.059000', '102450.062000', '102450.065000', '102450.068000', '102450.071000', '102450.074000', '102450.077000', '102450.079000', '102450.082000', '102450.085000', '102450.088000', '102450.091000', '102450.094000', '102450.097000', '102450.100000', '102450.103000', '102450.106000', '102450.109000', '102450.125000', '102450.128000', '102450.131000', '102450.134000', '102450.137000', '102450.139000', '102450.142000', '102450.145000', '102450.148000', '102450.151000', '102450.154000', '102450.157000', '102450.160000', '102450.163000', '102450.166000', '102450.169000', '102450.172000', '102450.175000', '102450.177000', '102450.180000', '102450.183000', '102450.186000', '102510.047000', '102510.050000', '102510.053000', '102510.056000', '102510.059000', '102510.062000', '102510.066000', '102510.069000', '102510.073000', '102510.075000', '102510.078000', '102510.081000', '102510.084000', '102510.087000', '102510.090000', '102510.105000', '102510.108000', '102510.110000', '102510.113000', '102510.116000', '102510.119000', '102510.122000', '102510.125000', '102510.128000', '102510.131000', '102510.134000', '102510.137000', '102510.140000', '102510.142000', '102510.145000', '102510.148000', '102510.151000', '102510.154000', '102510.157000', '102510.160000', '102510.163000', '102510.166000', '102510.169000', '102510.180000', '102510.183000', '102510.185000', '102510.188000', '102510.191000', '102530.047000', '102530.050000', '102530.053000', '102530.056000', '102530.059000', '102530.062000', '102530.065000', '102530.068000', '102530.071000', '102530.074000', '102530.076000', '102530.079000', '102530.082000', '102530.085000', '102530.088000', '102530.091000', '102530.094000', '102530.097000', '102530.100000', '102530.102000', '102530.105000', '102530.108000', '102530.111000', '102530.114000', '102530.117000', '102530.120000', '102530.123000', '102530.126000', '102530.129000', '102530.132000', '102530.134000', '102530.137000', '102530.140000', '102530.143000', '102530.146000', '102530.149000', '102530.152000', '102530.155000', '102530.158000', '102530.161000', '102530.164000', '102530.167000', '102530.170000', '102530.172000', '102550.048000', '102550.051000', '102550.054000', '102550.057000', '102550.060000', '102550.063000', '102550.066000', '102550.069000', '102550.072000', '102550.075000', '102550.078000', '102550.081000', '102550.084000', '102550.087000', '102550.090000', '102550.093000', '102550.096000', '102550.100000', '102550.103000', '102550.106000', '102550.109000', '102550.112000', '102550.115000', '102550.118000', '102550.120000', '102550.124000', '102550.126000', '102550.129000', '102550.132000', '102550.135000', '102550.138000', '102550.141000', '102550.144000', '102550.147000', '102550.150000', '102550.153000', '102550.156000', '102550.159000', '102550.162000', '102550.164000', '102550.167000', '102550.170000', '102550.173000', '102610.047000', '102610.050000', '102610.053000', '102610.056000', '102610.059000', '102610.062000', '102610.065000', '102610.068000', '102610.071000', '102610.074000', '102610.077000', '102610.080000', '102610.082000', '102610.085000', '102610.088000', '102610.091000', '102610.094000', '102610.097000', '102610.100000', '102610.113000', '102610.116000', '102610.119000', '102610.124000', '102610.127000', '102610.130000', '102610.133000', '102610.135000', '102610.144000', '102610.147000', '102610.150000', '102610.153000', '102610.156000', '102610.159000', '102610.162000', '102610.164000', '102610.167000', '102610.170000', '102610.173000', '102610.176000', '102610.179000', '102610.182000', '102610.185000', '102610.188000', '102610.191000', '102630.047000', '102630.050000', '102630.053000', '102630.056000', '102630.059000', '102630.062000', '102630.065000', '102630.068000', '102630.071000', '102630.074000', '102630.076000', '102630.079000', '102630.082000', '102630.085000', '102630.088000', '102630.091000', '102630.094000', '102630.097000', '102630.100000', '102630.103000', '102630.106000', '102630.109000', '102630.112000', '102630.115000', '102630.129000', '102630.132000', '102630.135000', '102630.138000', '102630.141000', '102630.144000', '102630.147000', '102630.150000', '102630.153000', '102630.155000', '102630.158000', '102630.161000', '102630.164000', '102630.167000', '102630.170000', '102630.173000', '102630.176000', '102630.179000', '102630.182000', '102650.047000', '102650.050000', '102650.053000', '102650.056000', '102650.059000', '102650.062000', '102650.065000', '102650.068000', '102650.071000', '102650.074000', '102650.077000', '102650.079000', '102650.082000', '102650.085000', '102650.088000', '102650.091000', '102650.094000', '102650.097000', '102650.100000', '102650.103000', '102650.106000', '102650.109000', '102650.112000', '102650.114000', '102650.117000', '102650.120000', '102650.123000', '102650.126000', '102650.129000', '102650.132000', '102650.135000', '102650.138000', '102650.141000', '102650.143000', '102650.146000', '102650.149000', '102650.152000', '102650.155000', '102650.158000', '102650.161000', '102650.164000', '102650.167000', '102650.170000', '102650.173000', '102710.047000', '102710.050000', '102710.053000', '102710.056000', '102710.059000', '102710.062000', '102710.066000', '102710.069000', '102710.076000', '102710.079000', '102710.082000', '102710.084000', '102710.087000', '102710.090000', '102710.093000', '102710.096000', '102710.099000', '102710.102000', '102710.105000', '102710.108000', '102710.111000', '102710.114000', '102710.117000', '102710.119000', '102710.123000', '102710.125000', '102710.128000', '102710.132000', '102710.135000', '102710.138000', '102710.141000', '102710.143000', '102710.146000', '102710.149000', '102710.152000', '102710.155000', '102710.158000', '102710.161000', '102710.164000', '102710.167000', '102710.170000', '102710.173000', '102710.176000', '102713.403000', '102713.407000', '102713.411000', '102713.414000', '102713.417000', '102713.422000', '102713.425000', '102713.428000'], 'InstanceCreationTime': ['102050.089000', '102050.093000', '102050.096000', '102050.099000', '102050.102000', '102050.105000', '102050.107000', '102050.110000', '102050.114000', '102050.117000', '102050.120000', '102050.123000', '102050.126000', '102050.129000', '102050.132000', '102050.134000', '102050.137000', '102050.140000', '102050.143000', '102050.146000', '102050.149000', '102050.152000', '102050.155000', '102050.157000', '102050.160000', '102050.163000', '102050.166000', '102050.169000', '102050.178000', '102050.181000', '102050.185000', '102050.188000', '102050.192000', '102050.194000', '102050.197000', '102050.200000', '102050.203000', '102050.206000', '102110.048000', '102110.051000', '102110.054000', '102110.057000', '102110.066000', '102110.069000', '102110.072000', '102110.075000', '102110.078000', '102110.081000', '102110.084000', '102110.086000', '102110.089000', '102110.092000', '102110.095000', '102110.098000', '102110.101000', '102110.104000', '102110.107000', '102110.110000', '102110.112000', '102110.116000', '102110.118000', '102110.121000', '102110.124000', '102110.127000', '102110.130000', '102110.133000', '102110.136000', '102110.139000', '102110.141000', '102110.144000', '102110.147000', '102110.150000', '102110.153000', '102110.156000', '102110.159000', '102110.162000', '102110.165000', '102110.168000', '102110.170000', '102110.173000', '102110.176000', '102110.179000', '102130.047000', '102130.051000', '102130.054000', '102130.057000', '102130.060000', '102130.063000', '102130.066000', '102130.069000', '102130.072000', '102130.075000', '102130.078000', '102130.081000', '102130.083000', '102130.086000', '102130.089000', '102130.092000', '102130.095000', '102130.098000', '102130.101000', '102130.104000', '102130.107000', '102130.109000', '102130.112000', '102130.115000', '102130.118000', '102130.121000', '102130.124000', '102130.127000', '102130.129000', '102130.132000', '102130.135000', '102130.138000', '102130.141000', '102130.144000', '102130.147000', '102130.150000', '102130.153000', '102130.156000', '102130.159000', '102130.162000', '102130.164000', '102130.167000', '102130.170000', '102150.047000', '102150.058000', '102150.061000', '102150.064000', '102150.067000', '102150.070000', '102150.073000', '102150.076000', '102150.079000', '102150.082000', '102150.084000', '102150.087000', '102150.090000', '102150.093000', '102150.096000', '102150.099000', '102150.102000', '102150.105000', '102150.108000', '102150.111000', '102150.113000', '102150.116000', '102150.119000', '102150.122000', '102150.125000', '102150.128000', '102150.131000', '102150.134000', '102150.137000', '102150.140000', '102150.143000', '102150.151000', '102150.154000', '102150.157000', '102150.160000', '102150.163000', '102150.166000', '102150.169000', '102150.172000', '102150.174000', '102150.178000', '102150.180000', '102150.183000', '102150.186000', '102210.047000', '102210.050000', '102210.053000', '102210.056000', '102210.059000', '102210.062000', '102210.065000', '102210.068000', '102210.070000', '102210.073000', '102210.076000', '102210.079000', '102210.082000', '102210.085000', '102210.088000', '102210.091000', '102210.094000', '102210.097000', '102210.100000', '102210.103000', '102210.105000', '102210.108000', '102210.111000', '102210.114000', '102210.117000', '102210.120000', '102210.123000', '102210.126000', '102210.129000', '102210.132000', '102210.135000', '102210.137000', '102210.140000', '102210.143000', '102210.146000', '102210.149000', '102210.154000', '102210.157000', '102210.164000', '102210.167000', '102210.170000', '102210.173000', '102210.176000', '102230.047000', '102230.050000', '102230.053000', '102230.056000', '102230.059000', '102230.062000', '102230.065000', '102230.068000', '102230.071000', '102230.073000', '102230.076000', '102230.079000', '102230.082000', '102230.085000', '102230.088000', '102230.091000', '102230.094000', '102230.097000', '102230.100000', '102230.102000', '102230.105000', '102230.108000', '102230.111000', '102230.114000', '102230.117000', '102230.120000', '102230.123000', '102230.126000', '102230.129000', '102230.141000', '102230.144000', '102230.146000', '102230.149000', '102230.152000', '102230.155000', '102230.158000', '102230.161000', '102230.164000', '102230.167000', '102230.170000', '102230.173000', '102230.176000', '102230.179000', '102230.182000', '102250.047000', '102250.050000', '102250.053000', '102250.056000', '102250.059000', '102250.062000', '102250.064000', '102250.067000', '102250.070000', '102250.073000', '102250.076000', '102250.079000', '102250.082000', '102250.085000', '102250.088000', '102250.091000', '102250.094000', '102250.097000', '102250.099000', '102250.102000', '102250.105000', '102250.108000', '102250.111000', '102250.114000', '102250.117000', '102250.120000', '102250.123000', '102250.125000', '102250.128000', '102250.131000', '102250.134000', '102250.137000', '102250.140000', '102250.143000', '102250.146000', '102250.148000', '102250.151000', '102250.154000', '102250.157000', '102250.160000', '102250.163000', '102250.166000', '102250.169000', '102310.047000', '102310.050000', '102310.053000', '102310.056000', '102310.059000', '102310.062000', '102310.065000', '102310.067000', '102310.070000', '102310.073000', '102310.076000', '102310.079000', '102310.082000', '102310.085000', '102310.088000', '102310.091000', '102310.094000', '102310.097000', '102310.100000', '102310.110000', '102310.113000', '102310.116000', '102310.119000', '102310.122000', '102310.125000', '102310.128000', '102310.131000', '102310.133000', '102310.136000', '102310.139000', '102310.142000', '102310.145000', '102310.148000', '102310.151000', '102310.154000', '102310.157000', '102310.159000', '102310.162000', '102310.165000', '102310.168000', '102310.186000', '102310.192000', '102310.195000', '102330.048000', '102330.051000', '102330.054000', '102330.057000', '102330.060000', '102330.063000', '102330.066000', '102330.069000', '102330.072000', '102330.074000', '102330.077000', '102330.080000', '102330.083000', '102330.086000', '102330.089000', '102330.092000', '102330.095000', '102330.098000', '102330.101000', '102330.103000', '102330.106000', '102330.109000', '102330.119000', '102330.122000', '102330.125000', '102330.128000', '102330.131000', '102330.134000', '102330.137000', '102330.140000', '102330.143000', '102330.146000', '102330.149000', '102330.152000', '102330.154000', '102330.157000', '102330.160000', '102330.163000', '102330.166000', '102330.169000', '102330.172000', '102330.175000', '102330.178000', '102330.181000', '102350.047000', '102350.050000', '102350.053000', '102350.056000', '102350.059000', '102350.062000', '102350.065000', '102350.067000', '102350.071000', '102350.073000', '102350.076000', '102350.079000', '102350.082000', '102350.085000', '102350.088000', '102350.091000', '102350.094000', '102350.097000', '102350.100000', '102350.102000', '102350.105000', '102350.108000', '102350.111000', '102350.114000', '102350.117000', '102350.120000', '102350.123000', '102350.126000', '102350.129000', '102350.132000', '102350.135000', '102350.138000', '102350.141000', '102350.152000', '102350.155000', '102350.158000', '102350.161000', '102350.164000', '102350.167000', '102350.170000', '102350.173000', '102350.176000', '102350.178000', '102410.047000', '102410.050000', '102410.053000', '102410.056000', '102410.059000', '102410.062000', '102410.065000', '102410.068000', '102410.070000', '102410.073000', '102410.076000', '102410.079000', '102410.082000', '102410.085000', '102410.088000', '102410.091000', '102410.094000', '102410.097000', '102410.099000', '102410.102000', '102410.105000', '102410.108000', '102410.111000', '102410.114000', '102410.117000', '102410.120000', '102410.123000', '102410.126000', '102410.129000', '102410.132000', '102410.134000', '102410.137000', '102410.140000', '102410.143000', '102410.146000', '102410.149000', '102410.152000', '102410.155000', '102410.158000', '102410.161000', '102410.164000', '102410.167000', '102410.169000', '102410.172000', '102430.047000', '102430.050000', '102430.053000', '102430.056000', '102430.059000', '102430.062000', '102430.065000', '102430.068000', '102430.071000', '102430.074000', '102430.077000', '102430.080000', '102430.083000', '102430.086000', '102430.088000', '102430.091000', '102430.094000', '102430.097000', '102430.100000', '102430.103000', '102430.106000', '102430.109000', '102430.112000', '102430.115000', '102430.118000', '102430.120000', '102430.123000', '102430.126000', '102430.129000', '102430.132000', '102430.135000', '102430.138000', '102430.141000', '102430.144000', '102430.147000', '102430.150000', '102430.153000', '102430.156000', '102430.158000', '102430.161000', '102430.164000', '102430.167000', '102430.170000', '102450.047000', '102450.050000', '102450.053000', '102450.056000', '102450.059000', '102450.062000', '102450.065000', '102450.068000', '102450.071000', '102450.074000', '102450.077000', '102450.079000', '102450.082000', '102450.085000', '102450.088000', '102450.091000', '102450.094000', '102450.097000', '102450.100000', '102450.103000', '102450.106000', '102450.109000', '102450.125000', '102450.128000', '102450.131000', '102450.134000', '102450.137000', '102450.139000', '102450.142000', '102450.145000', '102450.148000', '102450.151000', '102450.154000', '102450.157000', '102450.160000', '102450.163000', '102450.166000', '102450.169000', '102450.172000', '102450.175000', '102450.177000', '102450.180000', '102450.183000', '102450.186000', '102510.047000', '102510.050000', '102510.053000', '102510.056000', '102510.059000', '102510.062000', '102510.066000', '102510.069000', '102510.073000', '102510.075000', '102510.078000', '102510.081000', '102510.084000', '102510.087000', '102510.090000', '102510.105000', '102510.108000', '102510.110000', '102510.113000', '102510.116000', '102510.119000', '102510.122000', '102510.125000', '102510.128000', '102510.131000', '102510.134000', '102510.137000', '102510.140000', '102510.142000', '102510.145000', '102510.148000', '102510.151000', '102510.154000', '102510.157000', '102510.160000', '102510.163000', '102510.166000', '102510.169000', '102510.180000', '102510.183000', '102510.185000', '102510.188000', '102510.191000', '102530.047000', '102530.050000', '102530.053000', '102530.056000', '102530.059000', '102530.062000', '102530.065000', '102530.068000', '102530.071000', '102530.074000', '102530.076000', '102530.079000', '102530.082000', '102530.085000', '102530.088000', '102530.091000', '102530.094000', '102530.097000', '102530.100000', '102530.102000', '102530.105000', '102530.108000', '102530.111000', '102530.114000', '102530.117000', '102530.120000', '102530.123000', '102530.126000', '102530.129000', '102530.132000', '102530.134000', '102530.137000', '102530.140000', '102530.143000', '102530.146000', '102530.149000', '102530.152000', '102530.155000', '102530.158000', '102530.161000', '102530.164000', '102530.167000', '102530.170000', '102530.172000', '102550.048000', '102550.051000', '102550.054000', '102550.057000', '102550.060000', '102550.063000', '102550.066000', '102550.069000', '102550.072000', '102550.075000', '102550.078000', '102550.081000', '102550.084000', '102550.087000', '102550.090000', '102550.093000', '102550.096000', '102550.100000', '102550.103000', '102550.106000', '102550.109000', '102550.112000', '102550.115000', '102550.118000', '102550.120000', '102550.124000', '102550.126000', '102550.129000', '102550.132000', '102550.135000', '102550.138000', '102550.141000', '102550.144000', '102550.147000', '102550.150000', '102550.153000', '102550.156000', '102550.159000', '102550.162000', '102550.164000', '102550.167000', '102550.170000', '102550.173000', '102610.047000', '102610.050000', '102610.053000', '102610.056000', '102610.059000', '102610.062000', '102610.065000', '102610.068000', '102610.071000', '102610.074000', '102610.077000', '102610.080000', '102610.082000', '102610.085000', '102610.088000', '102610.091000', '102610.094000', '102610.097000', '102610.100000', '102610.113000', '102610.116000', '102610.119000', '102610.124000', '102610.127000', '102610.130000', '102610.133000', '102610.135000', '102610.144000', '102610.147000', '102610.150000', '102610.153000', '102610.156000', '102610.159000', '102610.162000', '102610.164000', '102610.167000', '102610.170000', '102610.173000', '102610.176000', '102610.179000', '102610.182000', '102610.185000', '102610.188000', '102610.191000', '102630.047000', '102630.050000', '102630.053000', '102630.056000', '102630.059000', '102630.062000', '102630.065000', '102630.068000', '102630.071000', '102630.074000', '102630.076000', '102630.079000', '102630.082000', '102630.085000', '102630.088000', '102630.091000', '102630.094000', '102630.097000', '102630.100000', '102630.103000', '102630.106000', '102630.109000', '102630.112000', '102630.115000', '102630.129000', '102630.132000', '102630.135000', '102630.138000', '102630.141000', '102630.144000', '102630.147000', '102630.150000', '102630.153000', '102630.155000', '102630.158000', '102630.161000', '102630.164000', '102630.167000', '102630.170000', '102630.173000', '102630.176000', '102630.179000', '102630.182000', '102650.047000', '102650.050000', '102650.053000', '102650.056000', '102650.059000', '102650.062000', '102650.065000', '102650.068000', '102650.071000', '102650.074000', '102650.077000', '102650.079000', '102650.082000', '102650.085000', '102650.088000', '102650.091000', '102650.094000', '102650.097000', '102650.100000', '102650.103000', '102650.106000', '102650.109000', '102650.112000', '102650.114000', '102650.117000', '102650.120000', '102650.123000', '102650.126000', '102650.129000', '102650.132000', '102650.135000', '102650.138000', '102650.141000', '102650.143000', '102650.146000', '102650.149000', '102650.152000', '102650.155000', '102650.158000', '102650.161000', '102650.164000', '102650.167000', '102650.170000', '102650.173000', '102710.047000', '102710.050000', '102710.053000', '102710.056000', '102710.059000', '102710.062000', '102710.066000', '102710.069000', '102710.076000', '102710.079000', '102710.082000', '102710.084000', '102710.087000', '102710.090000', '102710.093000', '102710.096000', '102710.099000', '102710.102000', '102710.105000', '102710.108000', '102710.111000', '102710.114000', '102710.117000', '102710.119000', '102710.123000', '102710.125000', '102710.128000', '102710.132000', '102710.135000', '102710.138000', '102710.141000', '102710.143000', '102710.146000', '102710.149000', '102710.152000', '102710.155000', '102710.158000', '102710.161000', '102710.164000', '102710.167000', '102710.170000', '102710.173000', '102710.176000', '102713.403000', '102713.407000', '102713.411000', '102713.414000', '102713.417000', '102713.422000', '102713.425000', '102713.428000'], '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': [9277, 9288, 8868, 8516, 9398, 8338, 8207, 8404, 7945, 8502, 9414, 11396, 8803, 9358, 9528, 8137, 9374, 8662, 8129, 8344, 7804, 9052, 7862, 8697, 8726, 8389, 9441, 12870, 8784, 9184, 12389, 9696, 11068, 12684, 9936, 13345, 9174, 9139, 7820, 8607, 9068, 8291, 8727, 9056, 8443, 8773, 8199, 8534, 9051, 8123, 8438, 9869, 8031, 9046, 7765, 8563, 9733, 8529, 8694, 11891, 14406, 12518, 9632, 9199, 8490, 8875, 8672, 8527, 8804, 9267, 8362, 8898, 9997, 8377, 9062, 11139, 8644, 9745, 13553, 8226, 9545, 9861, 8698, 11200, 8581, 8638, 8333, 8387, 8795, 12328, 8525, 8959, 14318, 10773, 10863, 8533, 8625, 8038, 8352, 9049, 7911, 8487, 8937, 11630, 8326, 8766, 12036, 8641, 8581, 12052, 8835, 8860, 10635, 8349, 8908, 8142, 8446, 12274, 10201, 10449, 8256, 8621, 8421, 8596, 11108, 15070, 15378, 12627, 9338, 11627, 8190, 8298, 13107, 10601, 8837, 7663, 8046, 8552, 8048, 8356, 8001, 8243, 8681, 8266, 8417, 7742, 8173, 7763, 8127, 8372, 7911, 9797, 7958, 8316, 8087, 8261, 11047, 13003, 9750, 13042, 14364, 12458, 10583, 14210, 11550, 9753, 13958, 10384, 9028, 7987, 8439, 8427, 8078, 8363, 8241, 8463, 13127, 11373, 13729, 11666, 8289, 11430, 14623, 12261, 10306, 13746, 10344, 8823, 9002, 8028, 7907, 8242, 8326, 8186, 8415, 7892, 8158, 7729, 8174, 8579, 12447, 12664, 10169, 9034, 13416, 9379, 7753, 9249, 7924, 7782, 8051, 8320, 7924, 8181, 8050, 7913, 7943, 7799, 8567, 7940, 8159, 8301, 7911, 8992, 8527, 8609, 11211, 8713, 9109, 8368, 7845, 9173, 13246, 11089, 10124, 12794, 8091, 8195, 10615, 8102, 8358, 7876, 7941, 8429, 8115, 7990, 9334, 7889, 9204, 9865, 8908, 7762, 8315, 8608, 8231, 8573, 12093, 15288, 15319, 9847, 8513, 10274, 7817, 8125, 11126, 8265, 8019, 8016, 7879, 8132, 7836, 8143, 8529, 7721, 8575, 7734, 7820, 8756, 7696, 7746, 10055, 8205, 8832, 8203, 7596, 10826, 11802, 7687, 12198, 14188, 12015, 10986, 13995, 12500, 10216, 11195, 7733, 7884, 7771, 7391, 8059, 7952, 7674, 8432, 7645, 7632, 8824, 8042, 7907, 9110, 8049, 7859, 13234, 10654, 9976, 7820, 7681, 8196, 7790, 7634, 9047, 7755, 7977, 10741, 7977, 7823, 11848, 12893, 7549, 10807, 8713, 7665, 7577, 7537, 8301, 7873, 7841, 8665, 7855, 8289, 8985, 8902, 11289, 9466, 9812, 7958, 7999, 13200, 13316, 9969, 14500, 14230, 10224, 12878, 9948, 7798, 10536, 7634, 8025, 7660, 7470, 8534, 7687, 7916, 7907, 7800, 8666, 7832, 8062, 8011, 7484, 8390, 7605, 8001, 11904, 8860, 9276, 14284, 12928, 10190, 14016, 8990, 7915, 9187, 7754, 7728, 8362, 10096, 7914, 12826, 8584, 7594, 7559, 7777, 8110, 7755, 7660, 8823, 7809, 7712, 8631, 7840, 7840, 8654, 7791, 7969, 11112, 8050, 7979, 10796, 7683, 8095, 7763, 7819, 8677, 8086, 8020, 11659, 11368, 9786, 12788, 7969, 7924, 12280, 7842, 8102, 13033, 9152, 7812, 12111, 11601, 7711, 8602, 12410, 7453, 8038, 8338, 7482, 8084, 7760, 7927, 7791, 7832, 8062, 8168, 8288, 7928, 8235, 9393, 7928, 9153, 14278, 15726, 12491, 10202, 14332, 10854, 9385, 12468, 7691, 7872, 7591, 7769, 8676, 7623, 10558, 7607, 7714, 7615, 8272, 7773, 8041, 9928, 7836, 7732, 10427, 7794, 7921, 11776, 9355, 8755, 7725, 7941, 13144, 10015, 12139, 14599, 12431, 14394, 15119, 12440, 13309, 12641, 8510, 12140, 10947, 7435, 9792, 7474, 7629, 8393, 7620, 7652, 7542, 7367, 8076, 7611, 7747, 8146, 7432, 7926, 9182, 7662, 7799, 9429, 7762, 7700, 9052, 7517, 7675, 7373, 7677, 7135, 7552, 8262, 7409, 7451, 8439, 11699, 13342, 9839, 9933, 12798, 7518, 9421, 7559, 7902, 13043, 9227, 8812, 7514, 8057, 10662, 8001, 9729, 14757, 12516, 15834, 14158, 14081, 8452, 8239, 9287, 7564, 8446, 12271, 8628, 8453, 14504, 10032, 8624, 11723, 8049, 8196, 9543, 8554, 8368, 7979, 8128, 8577, 8148, 8242, 11255, 8177, 8361, 14365, 10478, 8143, 14055, 9013, 7796, 12809, 7926, 7878, 11236, 7923, 7721, 8831, 7906, 7864, 7952, 7513, 7855, 7535, 7794, 8930, 8027, 7520, 8476, 7474, 7560, 8907, 7746, 7661, 7394, 7771, 7939, 9648, 7461, 7829, 9156, 7566, 7866, 11313, 9840, 7874, 7568, 7836, 7752, 7449, 8572, 7756, 8589, 11745, 10563, 12495, 15159, 14961, 14785, 13029, 9024, 10761, 7846, 8074, 14821, 11991, 11220, 14877, 11219, 8905, 13536, 8672, 8037, 10193, 7698, 7787, 7686, 7860, 7805, 7723, 8068, 7487, 8084, 9299, 7952, 8693, 10290, 7592, 8133, 13572, 11580, 14737, 10550, 8735, 7593, 8126, 7462, 8382, 7883, 7909, 8370, 7879, 8479, 11087, 11650, 9687, 8197, 9989, 7795, 8011, 9273, 7552, 7981, 7782, 8159, 7300, 7604, 8162, 7703, 8748, 7609, 8279, 8975, 8461, 10983, 9288, 8659, 8179, 8936, 10075, 14271, 11382, 12053, 14864, 11733, 10479, 11693, 7633, 8069, 8643, 7573, 7958, 7805, 7461, 8404, 7633, 8011, 8780, 7827, 8205, 10399, 7826, 9793, 14173, 11231, 9662, 14628, 12251, 8882, 10248, 13340, 8333, 7917, 7556, 8045, 7330, 7744, 8790, 7778, 8148, 11147, 10709, 11885, 12476, 8269, 7538, 7518, 7844, 7435, 7881, 8781, 11305, 11514, 7664, 8362, 12001, 7580, 7828, 7417, 7626, 8347, 7766, 7838, 7540, 7843, 8953, 7769, 8261, 13157, 11073, 12961, 11215, 8302, 14356, 10531, 8362, 14212, 10071, 8586, 7493, 7681, 8656, 7672, 7831, 10676, 7823, 7922, 13635, 8983, 7980, 12844, 7985, 7850, 11492, 7955, 7774, 7482, 7828, 8318, 7798, 7957, 8922, 8088, 8009, 7836, 7734, 8096, 12440, 9150, 8091, 14086, 14731, 11713, 12880, 8943, 7798, 7357, 7723, 8278, 7334, 7822, 7946, 7334, 8457, 7419, 8015, 11597, 7862, 8459, 10795, 8823, 14597, 14212, 15642, 10994, 10138, 10207, 7685, 8350, 7872, 8147, 13040, 13598, 10466, 14051, 12543, 8858, 11889, 7703, 8005, 8655, 7643, 7853, 8218, 8351, 9296, 8273, 10596, 7730, 8811, 7798, 8093, 8287, 8068, 9283, 11083, 9203, 8451, 11335, 7808, 8193, 7877], 'WindowCenter': [4261.0, 4255.0, 4232.0, 4231.0, 4229.0, 4217.0, 4219.0, 4228.0, 4218.0, 4240.0, 4252.0, 4271.0, 4230.0, 4240.0, 4239.0, 4219.0, 4242.0, 4228.0, 4218.0, 4230.0, 4221.0, 4254.0, 4248.0, 4273.0, 4272.0, 4260.0, 4281.0, 4309.0, 4257.0, 4259.0, 4299.0, 4271.0, 4279.0, 4296.0, 4258.0, 4295.0, 4244.0, 4256.0, 4225.0, 4246.0, 4243.0, 4237.0, 4247.0, 4245.0, 4249.0, 4257.0, 4248.0, 4259.0, 4269.0, 4249.0, 4261.0, 4280.0, 4249.0, 4256.0, 4239.0, 4260.0, 4269.0, 4262.0, 4272.0, 4312.0, 4324.0, 4300.0, 4268.0, 4257.0, 4245.0, 4256.0, 4246.0, 4258.0, 4257.0, 4268.0, 4249.0, 4267.0, 4280.0, 4261.0, 4271.0, 4288.0, 4258.0, 4269.0, 4308.0, 4246.0, 4267.0, 4269.0, 4258.0, 4286.0, 4256.0, 4257.0, 4246.0, 4245.0, 4258.0, 4298.0, 4247.0, 4257.0, 4319.0, 4290.0, 4286.0, 4248.0, 4246.0, 4235.0, 4245.0, 4257.0, 4244.0, 4258.0, 4270.0, 4298.0, 4247.0, 4261.0, 4295.0, 4256.0, 4256.0, 4295.0, 4254.0, 4255.0, 4276.0, 4246.0, 4255.0, 4247.0, 4250.0, 4299.0, 4279.0, 4276.0, 4243.0, 4245.0, 4244.0, 4256.0, 4287.0, 4318.0, 4317.0, 4283.0, 4245.0, 4271.0, 4231.0, 4231.0, 4293.0, 4260.0, 4228.0, 4208.0, 4219.0, 4230.0, 4221.0, 4231.0, 4233.0, 4241.0, 4243.0, 4245.0, 4242.0, 4250.0, 4269.0, 4248.0, 4249.0, 4244.0, 4247.0, 4267.0, 4233.0, 4243.0, 4234.0, 4243.0, 4275.0, 4295.0, 4253.0, 4292.0, 4313.0, 4283.0, 4263.0, 4290.0, 4268.0, 4236.0, 4279.0, 4245.0, 4227.0, 4217.0, 4228.0, 4228.0, 4229.0, 4232.0, 4229.0, 4232.0, 4292.0, 4271.0, 4289.0, 4257.0, 4218.0, 4256.0, 4289.0, 4267.0, 4235.0, 4274.0, 4248.0, 4230.0, 4235.0, 4204.0, 4207.0, 4217.0, 4229.0, 4228.0, 4230.0, 4230.0, 4229.0, 4223.0, 4244.0, 4243.0, 4281.0, 4280.0, 4250.0, 4247.0, 4281.0, 4247.0, 4221.0, 4238.0, 4218.0, 4219.0, 4218.0, 4230.0, 4231.0, 4230.0, 4235.0, 4246.0, 4245.0, 4247.0, 4256.0, 4248.0, 4244.0, 4247.0, 4246.0, 4257.0, 4256.0, 4258.0, 4286.0, 4243.0, 4256.0, 4234.0, 4229.0, 4251.0, 4294.0, 4269.0, 4264.0, 4295.0, 4234.0, 4240.0, 4273.0, 4232.0, 4232.0, 4229.0, 4233.0, 4243.0, 4232.0, 4243.0, 4267.0, 4246.0, 4269.0, 4278.0, 4257.0, 4233.0, 4245.0, 4245.0, 4245.0, 4258.0, 4297.0, 4320.0, 4314.0, 4264.0, 4243.0, 4264.0, 4221.0, 4233.0, 4272.0, 4231.0, 4219.0, 4233.0, 4245.0, 4230.0, 4234.0, 4243.0, 4254.0, 4235.0, 4254.0, 4237.0, 4236.0, 4244.0, 4231.0, 4235.0, 4264.0, 4245.0, 4253.0, 4245.0, 4236.0, 4275.0, 4281.0, 4223.0, 4282.0, 4292.0, 4270.0, 4262.0, 4290.0, 4267.0, 4249.0, 4259.0, 4205.0, 4225.0, 4206.0, 4206.0, 4218.0, 4216.0, 4218.0, 4231.0, 4221.0, 4222.0, 4241.0, 4219.0, 4232.0, 4237.0, 4218.0, 4231.0, 4291.0, 4259.0, 4250.0, 4210.0, 4221.0, 4226.0, 4219.0, 4219.0, 4240.0, 4220.0, 4233.0, 4271.0, 4232.0, 4220.0, 4282.0, 4292.0, 4234.0, 4268.0, 4241.0, 4218.0, 4226.0, 4219.0, 4241.0, 4232.0, 4243.0, 4254.0, 4246.0, 4255.0, 4266.0, 4269.0, 4286.0, 4267.0, 4263.0, 4232.0, 4229.0, 4290.0, 4290.0, 4251.0, 4303.0, 4293.0, 4261.0, 4281.0, 4250.0, 4219.0, 4244.0, 4208.0, 4215.0, 4204.0, 4208.0, 4242.0, 4220.0, 4231.0, 4221.0, 4222.0, 4238.0, 4222.0, 4232.0, 4231.0, 4220.0, 4242.0, 4220.0, 4233.0, 4284.0, 4252.0, 4252.0, 4302.0, 4281.0, 4262.0, 4288.0, 4227.0, 4218.0, 4238.0, 4217.0, 4221.0, 4224.0, 4261.0, 4217.0, 4288.0, 4229.0, 4206.0, 4203.0, 4206.0, 4218.0, 4217.0, 4219.0, 4243.0, 4220.0, 4224.0, 4242.0, 4230.0, 4228.0, 4228.0, 4221.0, 4232.0, 4270.0, 4220.0, 4230.0, 4271.0, 4221.0, 4232.0, 4219.0, 4221.0, 4240.0, 4231.0, 4233.0, 4282.0, 4271.0, 4263.0, 4291.0, 4237.0, 4231.0, 4279.0, 4217.0, 4218.0, 4291.0, 4237.0, 4220.0, 4281.0, 4268.0, 4216.0, 4229.0, 4280.0, 4218.0, 4231.0, 4238.0, 4210.0, 4218.0, 4219.0, 4228.0, 4232.0, 4231.0, 4234.0, 4245.0, 4256.0, 4256.0, 4260.0, 4268.0, 4243.0, 4265.0, 4304.0, 4299.0, 4278.0, 4259.0, 4300.0, 4259.0, 4250.0, 4281.0, 4219.0, 4237.0, 4221.0, 4219.0, 4227.0, 4219.0, 4258.0, 4227.0, 4216.0, 4228.0, 4241.0, 4230.0, 4245.0, 4275.0, 4235.0, 4233.0, 4280.0, 4232.0, 4245.0, 4284.0, 4254.0, 4242.0, 4222.0, 4233.0, 4292.0, 4250.0, 4284.0, 4303.0, 4280.0, 4292.0, 4288.0, 4268.0, 4266.0, 4259.0, 4212.0, 4252.0, 4232.0, 4181.0, 4221.0, 4200.0, 4192.0, 4215.0, 4205.0, 4204.0, 4204.0, 4195.0, 4202.0, 4204.0, 4204.0, 4203.0, 4194.0, 4218.0, 4236.0, 4216.0, 4219.0, 4238.0, 4217.0, 4230.0, 4240.0, 4220.0, 4217.0, 4219.0, 4228.0, 4211.0, 4234.0, 4243.0, 4234.0, 4233.0, 4256.0, 4296.0, 4307.0, 4266.0, 4265.0, 4292.0, 4223.0, 4249.0, 4221.0, 4233.0, 4292.0, 4253.0, 4249.0, 4220.0, 4232.0, 4274.0, 4231.0, 4261.0, 4305.0, 4281.0, 4310.0, 4290.0, 4287.0, 4215.0, 4215.0, 4224.0, 4205.0, 4217.0, 4270.0, 4215.0, 4218.0, 4298.0, 4240.0, 4229.0, 4276.0, 4208.0, 4218.0, 4238.0, 4226.0, 4232.0, 4234.0, 4231.0, 4242.0, 4231.0, 4234.0, 4273.0, 4231.0, 4227.0, 4288.0, 4247.0, 4220.0, 4289.0, 4226.0, 4205.0, 4278.0, 4216.0, 4218.0, 4266.0, 4220.0, 4228.0, 4241.0, 4221.0, 4238.0, 4231.0, 4221.0, 4231.0, 4218.0, 4231.0, 4240.0, 4231.0, 4223.0, 4241.0, 4225.0, 4235.0, 4252.0, 4233.0, 4235.0, 4221.0, 4220.0, 4232.0, 4249.0, 4221.0, 4233.0, 4254.0, 4232.0, 4243.0, 4286.0, 4267.0, 4234.0, 4231.0, 4234.0, 4233.0, 4236.0, 4259.0, 4248.0, 4268.0, 4312.0, 4289.0, 4309.0, 4329.0, 4317.0, 4304.0, 4277.0, 4229.0, 4261.0, 4216.0, 4220.0, 4299.0, 4272.0, 4261.0, 4290.0, 4258.0, 4234.0, 4276.0, 4216.0, 4203.0, 4234.0, 4202.0, 4204.0, 4206.0, 4219.0, 4204.0, 4209.0, 4218.0, 4204.0, 4214.0, 4232.0, 4207.0, 4217.0, 4246.0, 4205.0, 4221.0, 4291.0, 4259.0, 4290.0, 4246.0, 4217.0, 4205.0, 4207.0, 4192.0, 4215.0, 4214.0, 4231.0, 4244.0, 4245.0, 4245.0, 4288.0, 4275.0, 4240.0, 4219.0, 4239.0, 4209.0, 4231.0, 4240.0, 4219.0, 4222.0, 4223.0, 4234.0, 4214.0, 4237.0, 4245.0, 4233.0, 4255.0, 4249.0, 4249.0, 4257.0, 4245.0, 4274.0, 4244.0, 4233.0, 4221.0, 4242.0, 4250.0, 4291.0, 4270.0, 4274.0, 4290.0, 4272.0, 4260.0, 4269.0, 4211.0, 4220.0, 4230.0, 4211.0, 4219.0, 4228.0, 4219.0, 4233.0, 4223.0, 4235.0, 4244.0, 4225.0, 4234.0, 4265.0, 4224.0, 4263.0, 4301.0, 4259.0, 4241.0, 4293.0, 4269.0, 4241.0, 4251.0, 4283.0, 4222.0, 4217.0, 4222.0, 4219.0, 4211.0, 4234.0, 4240.0, 4233.0, 4245.0, 4285.0, 4270.0, 4282.0, 4299.0, 4234.0, 4220.0, 4219.0, 4231.0, 4223.0, 4245.0, 4257.0, 4289.0, 4286.0, 4238.0, 4248.0, 4286.0, 4222.0, 4222.0, 4213.0, 4225.0, 4243.0, 4238.0, 4234.0, 4236.0, 4248.0, 4254.0, 4236.0, 4245.0, 4296.0, 4274.0, 4292.0, 4275.0, 4231.0, 4304.0, 4247.0, 4231.0, 4289.0, 4241.0, 4231.0, 4204.0, 4208.0, 4227.0, 4211.0, 4218.0, 4257.0, 4211.0, 4220.0, 4288.0, 4228.0, 4221.0, 4278.0, 4219.0, 4219.0, 4272.0, 4219.0, 4220.0, 4210.0, 4219.0, 4232.0, 4221.0, 4233.0, 4253.0, 4232.0, 4234.0, 4224.0, 4236.0, 4236.0, 4281.0, 4242.0, 4233.0, 4305.0, 4303.0, 4269.0, 4283.0, 4243.0, 4222.0, 4205.0, 4220.0, 4233.0, 4224.0, 4235.0, 4243.0, 4237.0, 4261.0, 4237.0, 4248.0, 4287.0, 4246.0, 4247.0, 4285.0, 4256.0, 4316.0, 4305.0, 4314.0, 4275.0, 4249.0, 4251.0, 4209.0, 4224.0, 4217.0, 4220.0, 4277.0, 4283.0, 4250.0, 4298.0, 4267.0, 4223.0, 4255.0, 4208.0, 4203.0, 4216.0, 4213.0, 4205.0, 4216.0, 4226.0, 4236.0, 4216.0, 4246.0, 4204.0, 4229.0, 4211.0, 4216.0, 4216.0, 4204.0, 4226.0, 4258.0, 4240.0, 4218.0, 4258.0, 4212.0, 4220.0, 4216.0], 'WindowWidth': [9459.0, 9439.0, 9399.0, 9397.0, 9388.0, 9369.0, 9371.0, 9386.0, 9373.0, 9406.0, 9424.0, 9450.0, 9390.0, 9402.0, 9401.0, 9375.0, 9408.0, 9386.0, 9372.0, 9391.0, 9382.0, 9431.0, 9428.0, 9472.0, 9467.0, 9450.0, 9478.0, 9513.0, 9439.0, 9442.0, 9496.0, 9461.0, 9469.0, 9486.0, 9437.0, 9482.0, 9414.0, 9432.0, 9389.0, 9418.0, 9412.0, 9407.0, 9422.0, 9418.0, 9429.0, 9439.0, 9429.0, 9444.0, 9459.0, 9430.0, 9451.0, 9475.0, 9431.0, 9438.0, 9417.0, 9446.0, 9459.0, 9452.0, 9469.0, 9523.0, 9543.0, 9500.0, 9453.0, 9439.0, 9421.0, 9438.0, 9424.0, 9440.0, 9440.0, 9457.0, 9432.0, 9456.0, 9475.0, 9452.0, 9465.0, 9484.0, 9444.0, 9457.0, 9506.0, 9422.0, 9453.0, 9457.0, 9442.0, 9479.0, 9440.0, 9440.0, 9423.0, 9422.0, 9442.0, 9495.0, 9426.0, 9441.0, 9526.0, 9487.0, 9478.0, 9428.0, 9423.0, 9408.0, 9422.0, 9442.0, 9421.0, 9443.0, 9461.0, 9499.0, 9429.0, 9451.0, 9493.0, 9439.0, 9437.0, 9488.0, 9431.0, 9435.0, 9464.0, 9423.0, 9437.0, 9430.0, 9434.0, 9500.0, 9472.0, 9466.0, 9418.0, 9421.0, 9417.0, 9437.0, 9482.0, 9530.0, 9522.0, 9466.0, 9415.0, 9449.0, 9395.0, 9396.0, 9481.0, 9429.0, 9384.0, 9356.0, 9374.0, 9390.0, 9382.0, 9397.0, 9401.0, 9411.0, 9416.0, 9421.0, 9417.0, 9440.0, 9466.0, 9436.0, 9434.0, 9424.0, 9427.0, 9453.0, 9403.0, 9416.0, 9402.0, 9415.0, 9462.0, 9484.0, 9428.0, 9481.0, 9518.0, 9467.0, 9439.0, 9474.0, 9440.0, 9397.0, 9455.0, 9407.0, 9383.0, 9372.0, 9388.0, 9390.0, 9393.0, 9398.0, 9393.0, 9397.0, 9480.0, 9449.0, 9472.0, 9424.0, 9372.0, 9422.0, 9468.0, 9435.0, 9391.0, 9443.0, 9411.0, 9388.0, 9398.0, 9348.0, 9356.0, 9369.0, 9389.0, 9389.0, 9394.0, 9395.0, 9394.0, 9388.0, 9419.0, 9417.0, 9465.0, 9460.0, 9418.0, 9419.0, 9461.0, 9418.0, 9379.0, 9400.0, 9373.0, 9376.0, 9374.0, 9394.0, 9398.0, 9397.0, 9407.0, 9427.0, 9426.0, 9429.0, 9438.0, 9428.0, 9422.0, 9426.0, 9424.0, 9441.0, 9438.0, 9442.0, 9478.0, 9418.0, 9435.0, 9402.0, 9393.0, 9423.0, 9484.0, 9445.0, 9445.0, 9486.0, 9404.0, 9409.0, 9455.0, 9400.0, 9400.0, 9394.0, 9402.0, 9417.0, 9402.0, 9419.0, 9454.0, 9428.0, 9459.0, 9471.0, 9440.0, 9404.0, 9422.0, 9422.0, 9424.0, 9445.0, 9499.0, 9533.0, 9515.0, 9444.0, 9415.0, 9443.0, 9381.0, 9402.0, 9451.0, 9396.0, 9379.0, 9400.0, 9420.0, 9398.0, 9407.0, 9420.0, 9436.0, 9410.0, 9435.0, 9415.0, 9412.0, 9421.0, 9401.0, 9408.0, 9447.0, 9421.0, 9429.0, 9422.0, 9413.0, 9463.0, 9465.0, 9388.0, 9467.0, 9480.0, 9444.0, 9436.0, 9473.0, 9437.0, 9416.0, 9428.0, 9356.0, 9387.0, 9358.0, 9358.0, 9376.0, 9372.0, 9376.0, 9397.0, 9382.0, 9385.0, 9410.0, 9378.0, 9398.0, 9403.0, 9378.0, 9395.0, 9476.0, 9432.0, 9420.0, 9365.0, 9381.0, 9385.0, 9378.0, 9380.0, 9408.0, 9383.0, 9403.0, 9453.0, 9400.0, 9383.0, 9467.0, 9480.0, 9407.0, 9444.0, 9410.0, 9377.0, 9391.0, 9381.0, 9412.0, 9403.0, 9421.0, 9435.0, 9427.0, 9438.0, 9455.0, 9460.0, 9479.0, 9457.0, 9447.0, 9400.0, 9393.0, 9478.0, 9474.0, 9422.0, 9496.0, 9480.0, 9435.0, 9461.0, 9417.0, 9375.0, 9404.0, 9360.0, 9367.0, 9354.0, 9364.0, 9411.0, 9381.0, 9397.0, 9384.0, 9386.0, 9405.0, 9388.0, 9401.0, 9399.0, 9385.0, 9415.0, 9385.0, 9404.0, 9473.0, 9430.0, 9429.0, 9495.0, 9464.0, 9437.0, 9470.0, 9384.0, 9373.0, 9400.0, 9374.0, 9381.0, 9382.0, 9434.0, 9375.0, 9471.0, 9390.0, 9357.0, 9350.0, 9356.0, 9374.0, 9374.0, 9382.0, 9418.0, 9383.0, 9392.0, 9415.0, 9395.0, 9393.0, 9393.0, 9382.0, 9398.0, 9447.0, 9382.0, 9395.0, 9449.0, 9384.0, 9400.0, 9379.0, 9384.0, 9407.0, 9396.0, 9402.0, 9467.0, 9452.0, 9441.0, 9477.0, 9409.0, 9397.0, 9459.0, 9374.0, 9377.0, 9476.0, 9401.0, 9380.0, 9462.0, 9442.0, 9373.0, 9392.0, 9458.0, 9382.0, 9395.0, 9412.0, 9368.0, 9377.0, 9380.0, 9393.0, 9401.0, 9399.0, 9404.0, 9424.0, 9444.0, 9444.0, 9452.0, 9459.0, 9422.0, 9450.0, 9504.0, 9488.0, 9453.0, 9431.0, 9487.0, 9431.0, 9423.0, 9460.0, 9378.0, 9407.0, 9385.0, 9379.0, 9386.0, 9377.0, 9431.0, 9395.0, 9373.0, 9398.0, 9413.0, 9400.0, 9427.0, 9467.0, 9412.0, 9406.0, 9473.0, 9403.0, 9422.0, 9474.0, 9431.0, 9413.0, 9384.0, 9401.0, 9481.0, 9422.0, 9470.0, 9497.0, 9459.0, 9477.0, 9469.0, 9438.0, 9432.0, 9422.0, 9355.0, 9407.0, 9380.0, 9312.0, 9366.0, 9344.0, 9329.0, 9363.0, 9352.0, 9351.0, 9348.0, 9339.0, 9346.0, 9349.0, 9350.0, 9347.0, 9338.0, 9374.0, 9396.0, 9371.0, 9377.0, 9402.0, 9374.0, 9397.0, 9411.0, 9381.0, 9374.0, 9383.0, 9399.0, 9372.0, 9406.0, 9418.0, 9407.0, 9409.0, 9441.0, 9497.0, 9506.0, 9451.0, 9448.0, 9480.0, 9389.0, 9420.0, 9384.0, 9401.0, 9481.0, 9429.0, 9422.0, 9383.0, 9402.0, 9459.0, 9400.0, 9441.0, 9499.0, 9465.0, 9503.0, 9474.0, 9465.0, 9363.0, 9363.0, 9375.0, 9350.0, 9370.0, 9444.0, 9366.0, 9375.0, 9488.0, 9402.0, 9388.0, 9455.0, 9359.0, 9372.0, 9401.0, 9387.0, 9402.0, 9405.0, 9400.0, 9415.0, 9398.0, 9404.0, 9455.0, 9395.0, 9386.0, 9468.0, 9409.0, 9377.0, 9469.0, 9382.0, 9355.0, 9453.0, 9371.0, 9375.0, 9443.0, 9380.0, 9394.0, 9408.0, 9381.0, 9412.0, 9401.0, 9386.0, 9400.0, 9378.0, 9399.0, 9410.0, 9397.0, 9388.0, 9411.0, 9395.0, 9408.0, 9428.0, 9406.0, 9407.0, 9387.0, 9383.0, 9401.0, 9420.0, 9385.0, 9404.0, 9433.0, 9403.0, 9420.0, 9482.0, 9454.0, 9407.0, 9402.0, 9406.0, 9404.0, 9414.0, 9449.0, 9433.0, 9463.0, 9526.0, 9491.0, 9518.0, 9544.0, 9519.0, 9496.0, 9451.0, 9386.0, 9430.0, 9369.0, 9378.0, 9486.0, 9448.0, 9433.0, 9474.0, 9426.0, 9398.0, 9447.0, 9364.0, 9345.0, 9387.0, 9345.0, 9350.0, 9354.0, 9375.0, 9354.0, 9363.0, 9376.0, 9354.0, 9367.0, 9394.0, 9357.0, 9371.0, 9407.0, 9353.0, 9384.0, 9475.0, 9427.0, 9470.0, 9406.0, 9368.0, 9350.0, 9354.0, 9333.0, 9364.0, 9366.0, 9398.0, 9418.0, 9423.0, 9426.0, 9484.0, 9461.0, 9405.0, 9376.0, 9401.0, 9362.0, 9398.0, 9407.0, 9380.0, 9385.0, 9387.0, 9402.0, 9376.0, 9412.0, 9421.0, 9406.0, 9436.0, 9433.0, 9433.0, 9441.0, 9423.0, 9459.0, 9414.0, 9397.0, 9378.0, 9408.0, 9420.0, 9475.0, 9443.0, 9452.0, 9474.0, 9447.0, 9431.0, 9441.0, 9365.0, 9377.0, 9390.0, 9367.0, 9377.0, 9395.0, 9385.0, 9399.0, 9387.0, 9407.0, 9418.0, 9391.0, 9406.0, 9446.0, 9391.0, 9442.0, 9498.0, 9431.0, 9408.0, 9479.0, 9440.0, 9406.0, 9419.0, 9462.0, 9379.0, 9370.0, 9381.0, 9377.0, 9370.0, 9405.0, 9410.0, 9403.0, 9423.0, 9476.0, 9455.0, 9467.0, 9494.0, 9403.0, 9380.0, 9380.0, 9397.0, 9389.0, 9424.0, 9445.0, 9487.0, 9479.0, 9415.0, 9429.0, 9477.0, 9387.0, 9387.0, 9375.0, 9393.0, 9417.0, 9418.0, 9408.0, 9411.0, 9430.0, 9433.0, 9410.0, 9423.0, 9490.0, 9457.0, 9480.0, 9455.0, 9395.0, 9496.0, 9412.0, 9394.0, 9469.0, 9406.0, 9391.0, 9358.0, 9362.0, 9387.0, 9367.0, 9375.0, 9426.0, 9366.0, 9379.0, 9468.0, 9388.0, 9379.0, 9453.0, 9375.0, 9377.0, 9448.0, 9377.0, 9380.0, 9366.0, 9378.0, 9398.0, 9385.0, 9403.0, 9432.0, 9402.0, 9405.0, 9392.0, 9409.0, 9410.0, 9466.0, 9410.0, 9400.0, 9500.0, 9493.0, 9444.0, 9465.0, 9412.0, 9382.0, 9356.0, 9381.0, 9400.0, 9389.0, 9407.0, 9420.0, 9416.0, 9455.0, 9417.0, 9432.0, 9481.0, 9427.0, 9429.0, 9475.0, 9436.0, 9519.0, 9500.0, 9514.0, 9458.0, 9417.0, 9419.0, 9360.0, 9385.0, 9371.0, 9377.0, 9455.0, 9464.0, 9417.0, 9487.0, 9438.0, 9377.0, 9421.0, 9357.0, 9348.0, 9366.0, 9366.0, 9352.0, 9368.0, 9390.0, 9397.0, 9369.0, 9409.0, 9352.0, 9386.0, 9362.0, 9367.0, 9368.0, 9350.0, 9381.0, 9428.0, 9403.0, 9373.0, 9427.0, 9369.0, 9376.0, 9371.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.0016981995412844034</td></tr>
<tr><td colspan=3>aqi</td><td>0.01991236915137615</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.07482288672795</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1822475199999993</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0120866420206671</td></tr>
<tr><td colspan=3>efc</td><td>0.5</td></tr>
<tr><td colspan=3>fber</td><td>4255.0371</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07766561612807074</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9495412844036697</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4462630834171217</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3050944904968103</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6964022084400345</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.337292551314521</td></tr>
<tr><td colspan=3>gcor</td><td>0.0121433</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0185222327709198</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.043157123029232025</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6724546958300195</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>16.4689</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.4658</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.1456</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295337.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1004.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>384.3862</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6299</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>645.8872</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3400.3765</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3585.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81207.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1101.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4617.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>976.1803</td></tr>
<tr><td colspan=3>tsnr</td><td>35.52756101870909</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>