<?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-0006_ses-01_task-social_acq-mb8_run-01_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-0006_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0006_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-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0006_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-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-01_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-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-01_task-social_acq-mb8_run-01_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-0006/ses-01/func/sub-0006_ses-01_task-social_acq-mb8_run-01_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>efc1b1ff9d5aa8a3951a7ba1e706e128</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:11:56.137500</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.997447, 0.024286, 0.0671486, -0.0151468, 0.990946, -0.133405]</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-01_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.0992963</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7675, -7264, 550, 2, 0, -88, 57]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.545</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0d9166d5-2b11-4982-867f-c4cbcbb74cb4||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.6760783195495605, -0.040637675672769547, 0.1884072870016098, 113.90576934814453], [-0.06515747308731079, 2.658635139465332, -0.35652849078178406, -80.09992980957031], [0.1801547259092331, 0.3579164147377014, 2.669717311859131, -76.44572448730469], [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': ['101156.137500', '101156.597500', '101157.057500', '101157.517500', '101157.977500', '101158.437500', '101158.897500', '101159.357500', '101159.817500', '101200.277500', '101200.737500', '101201.197500', '101201.657500', '101202.117500', '101202.577500', '101203.037500', '101203.497500', '101203.957500', '101204.417500', '101204.877500', '101205.337500', '101205.797500', '101206.257500', '101206.717500', '101207.177500', '101207.637500', '101208.097500', '101208.557500', '101209.017500', '101209.477500', '101209.937500', '101210.397500', '101210.857500', '101211.317500', '101211.777500', '101212.237500', '101212.697500', '101213.157500', '101213.617500', '101214.077500', '101214.537500', '101214.997500', '101215.457500', '101215.917500', '101216.377500', '101216.837500', '101217.297500', '101217.757500', '101218.217500', '101218.677500', '101219.137500', '101219.597500', '101220.057500', '101220.517500', '101220.977500', '101221.437500', '101221.897500', '101222.357500', '101222.817500', '101223.277500', '101223.737500', '101224.197500', '101224.657500', '101225.117500', '101225.577500', '101226.037500', '101226.497500', '101226.957500', '101227.417500', '101227.877500', '101228.337500', '101228.797500', '101229.257500', '101229.717500', '101230.177500', '101230.637500', '101231.097500', '101231.557500', '101232.017500', '101232.477500', '101232.937500', '101233.397500', '101233.857500', '101234.317500', '101234.777500', '101235.237500', '101235.697500', '101236.157500', '101236.617500', '101237.077500', '101237.537500', '101237.997500', '101238.457500', '101238.917500', '101239.377500', '101239.837500', '101240.297500', '101240.757500', '101241.217500', '101241.677500', '101242.137500', '101242.597500', '101243.057500', '101243.517500', '101243.977500', '101244.437500', '101244.897500', '101245.357500', '101245.817500', '101246.277500', '101246.737500', '101247.197500', '101247.657500', '101248.117500', '101248.577500', '101249.037500', '101249.497500', '101249.957500', '101250.417500', '101250.877500', '101251.337500', '101251.797500', '101252.257500', '101252.717500', '101253.177500', '101253.637500', '101254.097500', '101254.557500', '101255.017500', '101255.477500', '101255.937500', '101256.397500', '101256.857500', '101257.317500', '101257.777500', '101258.237500', '101258.697500', '101259.157500', '101259.617500', '101300.077500', '101300.537500', '101300.997500', '101301.457500', '101301.917500', '101302.377500', '101302.837500', '101303.297500', '101303.757500', '101304.217500', '101304.677500', '101305.137500', '101305.597500', '101306.057500', '101306.517500', '101306.977500', '101307.437500', '101307.897500', '101308.357500', '101308.817500', '101309.277500', '101309.737500', '101310.197500', '101310.657500', '101311.117500', '101311.577500', '101312.037500', '101312.497500', '101312.957500', '101313.417500', '101313.877500', '101314.337500', '101314.797500', '101315.257500', '101315.717500', '101316.177500', '101316.637500', '101317.097500', '101317.557500', '101318.017500', '101318.477500', '101318.937500', '101319.397500', '101319.857500', '101320.317500', '101320.777500', '101321.237500', '101321.697500', '101322.157500', '101322.617500', '101323.077500', '101323.537500', '101323.997500', '101324.457500', '101324.917500', '101325.377500', '101325.837500', '101326.297500', '101326.757500', '101327.217500', '101327.677500', '101328.137500', '101328.597500', '101329.057500', '101329.517500', '101329.977500', '101330.437500', '101330.897500', '101331.357500', '101331.817500', '101332.277500', '101332.737500', '101333.197500', '101333.657500', '101334.117500', '101334.577500', '101335.037500', '101335.497500', '101335.957500', '101336.417500', '101336.877500', '101337.337500', '101337.797500', '101338.257500', '101338.717500', '101339.177500', '101339.637500', '101340.097500', '101340.557500', '101341.017500', '101341.477500', '101341.937500', '101342.397500', '101342.857500', '101343.317500', '101343.777500', '101344.237500', '101344.697500', '101345.157500', '101345.617500', '101346.077500', '101346.537500', '101346.997500', '101347.457500', '101347.917500', '101348.377500', '101348.837500', '101349.297500', '101349.757500', '101350.217500', '101350.677500', '101351.137500', '101351.597500', '101352.057500', '101352.517500', '101352.977500', '101353.437500', '101353.897500', '101354.357500', '101354.817500', '101355.277500', '101355.737500', '101356.197500', '101356.657500', '101357.117500', '101357.577500', '101358.037500', '101358.497500', '101358.957500', '101359.417500', '101359.877500', '101400.337500', '101400.797500', '101401.257500', '101401.717500', '101402.177500', '101402.637500', '101403.097500', '101403.557500', '101404.017500', '101404.477500', '101404.937500', '101405.397500', '101405.857500', '101406.317500', '101406.777500', '101407.237500', '101407.697500', '101408.157500', '101408.617500', '101409.077500', '101409.537500', '101409.997500', '101410.457500', '101410.917500', '101411.377500', '101411.837500', '101412.297500', '101412.757500', '101413.217500', '101413.677500', '101414.137500', '101414.597500', '101415.057500', '101415.517500', '101415.977500', '101416.437500', '101416.897500', '101417.357500', '101417.817500', '101418.277500', '101418.737500', '101419.197500', '101419.657500', '101420.117500', '101420.577500', '101421.037500', '101421.497500', '101421.957500', '101422.417500', '101422.877500', '101423.337500', '101423.797500', '101424.257500', '101424.717500', '101425.177500', '101425.637500', '101426.097500', '101426.557500', '101427.017500', '101427.477500', '101427.937500', '101428.397500', '101428.857500', '101429.317500', '101429.777500', '101430.237500', '101430.697500', '101431.157500', '101431.617500', '101432.077500', '101432.537500', '101432.997500', '101433.457500', '101433.917500', '101434.377500', '101434.837500', '101435.297500', '101435.757500', '101436.217500', '101436.677500', '101437.137500', '101437.597500', '101438.057500', '101438.517500', '101438.977500', '101439.437500', '101439.897500', '101440.357500', '101440.817500', '101441.277500', '101441.737500', '101442.197500', '101442.657500', '101443.117500', '101443.577500', '101444.037500', '101444.497500', '101444.957500', '101445.417500', '101445.877500', '101446.337500', '101446.797500', '101447.257500', '101447.717500', '101448.177500', '101448.637500', '101449.097500', '101449.557500', '101450.017500', '101450.477500', '101450.937500', '101451.397500', '101451.857500', '101452.317500', '101452.777500', '101453.237500', '101453.697500', '101454.157500', '101454.617500', '101455.077500', '101455.537500', '101455.997500', '101456.457500', '101456.917500', '101457.377500', '101457.837500', '101458.297500', '101458.757500', '101459.217500', '101459.677500', '101500.137500', '101500.597500', '101501.057500', '101501.517500', '101501.977500', '101502.437500', '101502.897500', '101503.357500', '101503.817500', '101504.277500', '101504.737500', '101505.197500', '101505.657500', '101506.117500', '101506.577500', '101507.037500', '101507.497500', '101507.957500', '101508.417500', '101508.877500', '101509.337500', '101509.797500', '101510.257500', '101510.717500', '101511.177500', '101511.637500', '101512.097500', '101512.557500', '101513.017500', '101513.477500', '101513.937500', '101514.397500', '101514.857500', '101515.317500', '101515.777500', '101516.237500', '101516.697500', '101517.157500', '101517.617500', '101518.077500', '101518.537500', '101518.997500', '101519.457500', '101519.917500', '101520.377500', '101520.837500', '101521.297500', '101521.757500', '101522.217500', '101522.677500', '101523.137500', '101523.597500', '101524.057500', '101524.517500', '101524.977500', '101525.437500', '101525.897500', '101526.357500', '101526.817500', '101527.277500', '101527.737500', '101528.197500', '101528.657500', '101529.117500', '101529.577500', '101530.037500', '101530.497500', '101530.957500', '101531.417500', '101531.877500', '101532.337500', '101532.797500', '101533.257500', '101533.717500', '101534.177500', '101534.637500', '101535.097500', '101535.557500', '101536.017500', '101536.477500', '101536.937500', '101537.397500', '101537.857500', '101538.317500', '101538.777500', '101539.237500', '101539.697500', '101540.157500', '101540.617500', '101541.077500', '101541.537500', '101541.997500', '101542.457500', '101542.917500', '101543.377500', '101543.837500', '101544.297500', '101544.757500', '101545.217500', '101545.677500', '101546.137500', '101546.597500', '101547.057500', '101547.517500', '101547.977500', '101548.437500', '101548.897500', '101549.357500', '101549.817500', '101550.277500', '101550.737500', '101551.197500', '101551.657500', '101552.117500', '101552.577500', '101553.037500', '101553.497500', '101553.957500', '101554.417500', '101554.877500', '101555.337500', '101555.797500', '101556.257500', '101556.717500', '101557.177500', '101557.637500', '101558.097500', '101558.557500', '101559.017500', '101559.477500', '101559.937500', '101600.397500', '101600.857500', '101601.317500', '101601.777500', '101602.237500', '101602.697500', '101603.157500', '101603.617500', '101604.077500', '101604.537500', '101604.997500', '101605.457500', '101605.917500', '101606.377500', '101606.837500', '101607.297500', '101607.757500', '101608.217500', '101608.677500', '101609.137500', '101609.597500', '101610.057500', '101610.517500', '101610.977500', '101611.437500', '101611.897500', '101612.357500', '101612.817500', '101613.277500', '101613.737500', '101614.197500', '101614.657500', '101615.117500', '101615.577500', '101616.037500', '101616.497500', '101616.957500', '101617.417500', '101617.877500', '101618.337500', '101618.797500', '101619.257500', '101619.717500', '101620.177500', '101620.637500', '101621.097500', '101621.557500', '101622.017500', '101622.477500', '101622.937500', '101623.397500', '101623.857500', '101624.317500', '101624.777500', '101625.237500', '101625.697500', '101626.157500', '101626.617500', '101627.077500', '101627.537500', '101627.997500', '101628.457500', '101628.917500', '101629.377500', '101629.837500', '101630.297500', '101630.757500', '101631.217500', '101631.677500', '101632.137500', '101632.597500', '101633.057500', '101633.517500', '101633.977500', '101634.437500', '101634.897500', '101635.357500', '101635.817500', '101636.277500', '101636.737500', '101637.197500', '101637.657500', '101638.117500', '101638.577500', '101639.037500', '101639.497500', '101639.957500', '101640.417500', '101640.877500', '101641.337500', '101641.797500', '101642.257500', '101642.717500', '101643.177500', '101643.637500', '101644.097500', '101644.557500', '101645.017500', '101645.477500', '101645.937500', '101646.397500', '101646.857500', '101647.317500', '101647.777500', '101648.237500', '101648.697500', '101649.157500', '101649.617500', '101650.077500', '101650.537500', '101650.997500', '101651.457500', '101651.917500', '101652.377500', '101652.837500', '101653.297500', '101653.757500', '101654.217500', '101654.677500', '101655.137500', '101655.597500', '101656.057500', '101656.517500', '101656.977500', '101657.437500', '101657.897500', '101658.357500', '101658.817500', '101659.277500', '101659.737500', '101700.197500', '101700.657500', '101701.117500', '101701.577500', '101702.037500', '101702.497500', '101702.957500', '101703.417500', '101703.877500', '101704.337500', '101704.797500', '101705.257500', '101705.717500', '101706.177500', '101706.637500', '101707.097500', '101707.557500', '101708.017500', '101708.477500', '101708.937500', '101709.397500', '101709.857500', '101710.317500', '101710.777500', '101711.237500', '101711.697500', '101712.157500', '101712.617500', '101713.077500', '101713.537500', '101713.997500', '101714.457500', '101714.917500', '101715.377500', '101715.837500', '101716.297500', '101716.757500', '101717.217500', '101717.677500', '101718.137500', '101718.597500', '101719.057500', '101719.517500', '101719.977500', '101720.437500', '101720.897500', '101721.357500', '101721.817500', '101722.277500', '101722.737500', '101723.197500', '101723.657500', '101724.117500', '101724.577500', '101725.037500', '101725.497500', '101725.957500', '101726.417500', '101726.877500', '101727.337500', '101727.797500', '101728.257500', '101728.717500', '101729.177500', '101729.637500', '101730.097500', '101730.557500', '101731.017500', '101731.477500', '101731.937500', '101732.397500', '101732.857500', '101733.317500', '101733.777500', '101734.237500', '101734.697500', '101735.157500', '101735.617500', '101736.077500', '101736.537500', '101736.997500', '101737.457500', '101737.917500', '101738.377500', '101738.837500', '101739.297500', '101739.757500', '101740.217500', '101740.677500', '101741.137500', '101741.597500', '101742.057500', '101742.517500', '101742.977500', '101743.437500', '101743.897500', '101744.357500', '101744.817500', '101745.277500', '101745.737500', '101746.197500', '101746.657500', '101747.117500', '101747.577500', '101748.037500', '101748.497500', '101748.957500', '101749.417500', '101749.877500', '101750.337500', '101750.797500', '101751.257500', '101751.717500', '101752.177500', '101752.637500', '101753.097500', '101753.557500', '101754.017500', '101754.477500', '101754.937500', '101755.397500', '101755.857500', '101756.317500', '101756.777500', '101757.237500', '101757.697500', '101758.157500', '101758.617500', '101759.077500', '101759.537500', '101759.997500', '101800.457500', '101800.917500', '101801.377500', '101801.837500', '101802.297500', '101802.757500', '101803.217500', '101803.677500', '101804.137500', '101804.597500', '101805.057500', '101805.517500', '101805.977500', '101806.437500', '101806.897500', '101807.357500', '101807.817500', '101808.277500', '101808.737500', '101809.197500', '101809.657500', '101810.117500', '101810.577500', '101811.037500', '101811.497500', '101811.957500', '101812.417500', '101812.877500', '101813.337500', '101813.797500', '101814.257500', '101814.717500', '101815.177500', '101815.637500', '101816.097500', '101816.557500', '101817.017500', '101817.477500', '101817.937500', '101818.397500', '101818.857500', '101819.317500', '101819.777500', '101820.237500', '101820.697500', '101821.157500', '101821.617500', '101822.077500', '101822.537500', '101822.997500', '101823.457500', '101823.917500', '101824.377500', '101824.837500', '101825.297500', '101825.757500', '101826.217500', '101826.677500', '101827.137500', '101827.597500', '101828.057500', '101828.517500', '101828.977500', '101829.437500', '101829.897500', '101830.357500', '101830.817500', '101831.277500', '101831.737500', '101832.197500', '101832.657500', '101833.117500', '101833.577500', '101834.037500', '101834.497500', '101834.957500', '101835.417500', '101835.877500', '101836.337500', '101836.797500'], 'ContentTime': ['101212.108000', '101212.111000', '101212.114000', '101212.117000', '101212.120000', '101212.122000', '101212.125000', '101212.128000', '101212.131000', '101212.134000', '101212.137000', '101212.139000', '101212.142000', '101212.145000', '101212.148000', '101212.151000', '101212.153000', '101212.156000', '101212.159000', '101212.171000', '101212.173000', '101212.176000', '101212.179000', '101212.182000', '101212.184000', '101212.187000', '101212.190000', '101212.193000', '101212.196000', '101212.199000', '101212.201000', '101212.204000', '101232.071000', '101232.074000', '101232.077000', '101232.079000', '101232.082000', '101232.085000', '101232.088000', '101232.090000', '101232.095000', '101232.098000', '101232.101000', '101232.104000', '101232.106000', '101232.109000', '101232.112000', '101232.115000', '101232.118000', '101232.120000', '101232.123000', '101232.126000', '101232.129000', '101232.132000', '101232.134000', '101232.137000', '101232.140000', '101232.143000', '101232.146000', '101232.148000', '101232.151000', '101232.154000', '101232.157000', '101232.159000', '101232.162000', '101232.165000', '101232.168000', '101232.170000', '101232.173000', '101232.176000', '101232.179000', '101232.181000', '101232.184000', '101232.187000', '101232.190000', '101252.071000', '101252.074000', '101252.076000', '101252.079000', '101252.082000', '101252.085000', '101252.088000', '101252.090000', '101252.093000', '101252.096000', '101252.099000', '101252.101000', '101252.104000', '101252.107000', '101252.114000', '101252.117000', '101252.119000', '101252.122000', '101252.125000', '101252.128000', '101252.130000', '101252.133000', '101252.136000', '101252.139000', '101252.142000', '101252.144000', '101252.147000', '101252.150000', '101252.153000', '101252.155000', '101252.158000', '101252.161000', '101252.164000', '101252.175000', '101252.177000', '101252.180000', '101252.183000', '101252.186000', '101252.189000', '101252.191000', '101252.194000', '101252.197000', '101252.200000', '101252.203000', '101312.071000', '101312.074000', '101312.077000', '101312.080000', '101312.082000', '101312.085000', '101312.088000', '101312.091000', '101312.094000', '101312.096000', '101312.099000', '101312.102000', '101312.105000', '101312.107000', '101312.110000', '101312.113000', '101312.116000', '101312.119000', '101312.121000', '101312.124000', '101312.127000', '101312.130000', '101312.133000', '101312.135000', '101312.138000', '101312.141000', '101312.144000', '101312.147000', '101312.149000', '101312.152000', '101312.155000', '101312.158000', '101312.160000', '101312.163000', '101312.166000', '101312.169000', '101312.182000', '101312.185000', '101312.187000', '101312.190000', '101312.193000', '101312.196000', '101312.199000', '101332.070000', '101332.073000', '101332.075000', '101332.078000', '101332.081000', '101332.084000', '101332.087000', '101332.089000', '101332.092000', '101332.095000', '101332.098000', '101332.101000', '101332.103000', '101332.106000', '101332.109000', '101332.112000', '101332.115000', '101332.117000', '101332.120000', '101332.123000', '101332.126000', '101332.128000', '101332.131000', '101332.134000', '101332.137000', '101332.140000', '101332.142000', '101332.145000', '101332.148000', '101332.151000', '101332.154000', '101332.157000', '101332.160000', '101332.162000', '101332.165000', '101332.168000', '101332.171000', '101332.174000', '101332.177000', '101332.180000', '101332.182000', '101332.185000', '101332.188000', '101332.191000', '101352.070000', '101352.073000', '101352.076000', '101352.079000', '101352.081000', '101352.084000', '101352.087000', '101352.090000', '101352.093000', '101352.097000', '101352.101000', '101352.104000', '101352.107000', '101352.110000', '101352.113000', '101352.116000', '101352.118000', '101352.121000', '101352.124000', '101352.127000', '101352.130000', '101352.132000', '101352.135000', '101352.138000', '101352.141000', '101352.144000', '101352.146000', '101352.149000', '101352.152000', '101352.155000', '101352.158000', '101352.160000', '101352.163000', '101352.166000', '101352.169000', '101352.172000', '101352.174000', '101352.177000', '101352.180000', '101352.183000', '101352.186000', '101352.188000', '101352.191000', '101412.070000', '101412.073000', '101412.075000', '101412.078000', '101412.081000', '101412.084000', '101412.087000', '101412.099000', '101412.102000', '101412.104000', '101412.107000', '101412.110000', '101412.113000', '101412.116000', '101412.119000', '101412.121000', '101412.124000', '101412.127000', '101412.130000', '101412.133000', '101412.136000', '101412.138000', '101412.141000', '101412.144000', '101412.147000', '101412.150000', '101412.153000', '101412.156000', '101412.158000', '101412.161000', '101412.164000', '101412.167000', '101412.170000', '101412.173000', '101412.175000', '101412.178000', '101412.181000', '101412.184000', '101412.187000', '101412.189000', '101412.192000', '101412.195000', '101412.198000', '101412.201000', '101432.070000', '101432.073000', '101432.076000', '101432.079000', '101432.081000', '101432.084000', '101432.087000', '101432.090000', '101432.093000', '101432.095000', '101432.098000', '101432.101000', '101432.104000', '101432.107000', '101432.109000', '101432.112000', '101432.115000', '101432.118000', '101432.121000', '101432.124000', '101432.127000', '101432.130000', '101432.132000', '101432.135000', '101432.138000', '101432.141000', '101432.144000', '101432.146000', '101432.149000', '101432.152000', '101432.155000', '101432.158000', '101432.160000', '101432.163000', '101432.166000', '101432.169000', '101432.172000', '101432.174000', '101432.177000', '101432.180000', '101432.183000', '101432.185000', '101432.188000', '101452.071000', '101452.074000', '101452.077000', '101452.080000', '101452.082000', '101452.085000', '101452.088000', '101452.091000', '101452.094000', '101452.096000', '101452.099000', '101452.102000', '101452.105000', '101452.108000', '101452.111000', '101452.114000', '101452.116000', '101452.119000', '101452.122000', '101452.125000', '101452.128000', '101452.131000', '101452.134000', '101452.137000', '101452.139000', '101452.142000', '101452.145000', '101452.148000', '101452.151000', '101452.154000', '101452.157000', '101452.159000', '101452.171000', '101452.174000', '101452.177000', '101452.179000', '101452.182000', '101452.185000', '101452.188000', '101452.191000', '101452.194000', '101452.196000', '101452.199000', '101452.202000', '101512.071000', '101512.074000', '101512.077000', '101512.079000', '101512.082000', '101512.085000', '101512.088000', '101512.091000', '101512.094000', '101512.097000', '101512.099000', '101512.102000', '101512.105000', '101512.108000', '101512.111000', '101512.113000', '101512.116000', '101512.119000', '101512.122000', '101512.125000', '101512.128000', '101512.130000', '101512.134000', '101512.137000', '101512.139000', '101512.142000', '101512.145000', '101512.148000', '101512.151000', '101512.154000', '101512.156000', '101512.159000', '101512.162000', '101512.165000', '101512.168000', '101512.170000', '101512.173000', '101512.176000', '101512.179000', '101512.182000', '101512.184000', '101512.187000', '101512.190000', '101532.071000', '101532.074000', '101532.077000', '101532.079000', '101532.082000', '101532.085000', '101532.088000', '101532.091000', '101532.093000', '101532.096000', '101532.099000', '101532.102000', '101532.105000', '101532.108000', '101532.111000', '101532.113000', '101532.116000', '101532.119000', '101532.122000', '101532.125000', '101532.127000', '101532.130000', '101532.133000', '101532.136000', '101532.139000', '101532.142000', '101532.144000', '101532.147000', '101532.150000', '101532.153000', '101532.156000', '101532.158000', '101532.161000', '101532.164000', '101532.167000', '101532.169000', '101532.172000', '101532.175000', '101532.178000', '101532.181000', '101532.183000', '101532.186000', '101532.189000', '101532.192000', '101552.070000', '101552.073000', '101552.076000', '101552.078000', '101552.081000', '101552.085000', '101552.088000', '101552.091000', '101552.094000', '101552.097000', '101552.100000', '101552.103000', '101552.105000', '101552.108000', '101552.111000', '101552.114000', '101552.117000', '101552.120000', '101552.122000', '101552.125000', '101552.128000', '101552.131000', '101552.134000', '101552.136000', '101552.139000', '101552.142000', '101552.145000', '101552.148000', '101552.151000', '101552.154000', '101552.157000', '101552.160000', '101552.163000', '101552.166000', '101552.168000', '101552.171000', '101552.174000', '101552.177000', '101552.180000', '101552.182000', '101552.185000', '101552.188000', '101552.191000', '101612.070000', '101612.073000', '101612.076000', '101612.078000', '101612.081000', '101612.084000', '101612.087000', '101612.090000', '101612.093000', '101612.096000', '101612.098000', '101612.101000', '101612.104000', '101612.107000', '101612.110000', '101612.113000', '101612.116000', '101612.119000', '101612.121000', '101612.124000', '101612.127000', '101612.130000', '101612.133000', '101612.135000', '101612.138000', '101612.141000', '101612.144000', '101612.147000', '101612.149000', '101612.152000', '101612.155000', '101612.158000', '101612.161000', '101612.163000', '101612.166000', '101612.169000', '101612.172000', '101612.175000', '101612.177000', '101612.180000', '101612.183000', '101612.186000', '101612.189000', '101612.191000', '101632.070000', '101632.073000', '101632.076000', '101632.079000', '101632.081000', '101632.084000', '101632.087000', '101632.090000', '101632.093000', '101632.096000', '101632.099000', '101632.101000', '101632.104000', '101632.116000', '101632.119000', '101632.121000', '101632.124000', '101632.127000', '101632.130000', '101632.133000', '101632.136000', '101632.138000', '101632.141000', '101632.144000', '101632.147000', '101632.150000', '101632.153000', '101632.156000', '101632.158000', '101632.161000', '101632.164000', '101632.167000', '101632.170000', '101632.173000', '101632.176000', '101632.179000', '101632.182000', '101632.185000', '101632.187000', '101632.190000', '101632.193000', '101632.196000', '101632.199000', '101652.070000', '101652.073000', '101652.076000', '101652.079000', '101652.081000', '101652.084000', '101652.087000', '101652.090000', '101652.093000', '101652.095000', '101652.098000', '101652.101000', '101652.104000', '101652.107000', '101652.109000', '101652.112000', '101652.115000', '101652.118000', '101652.121000', '101652.124000', '101652.126000', '101652.129000', '101652.132000', '101652.135000', '101652.138000', '101652.141000', '101652.143000', '101652.146000', '101652.149000', '101652.152000', '101652.155000', '101652.158000', '101652.160000', '101652.163000', '101652.166000', '101652.169000', '101652.172000', '101652.174000', '101652.177000', '101652.180000', '101652.183000', '101652.186000', '101652.188000', '101652.191000', '101712.071000', '101712.074000', '101712.077000', '101712.080000', '101712.082000', '101712.085000', '101712.088000', '101712.091000', '101712.093000', '101712.096000', '101712.099000', '101712.102000', '101712.105000', '101712.107000', '101712.110000', '101712.113000', '101712.116000', '101712.119000', '101712.122000', '101712.125000', '101712.128000', '101712.131000', '101712.134000', '101712.136000', '101712.139000', '101712.142000', '101712.145000', '101712.148000', '101712.150000', '101712.153000', '101712.156000', '101712.159000', '101712.162000', '101712.164000', '101712.167000', '101712.170000', '101712.173000', '101712.175000', '101712.179000', '101712.182000', '101712.185000', '101712.187000', '101712.190000', '101732.071000', '101732.074000', '101732.077000', '101732.079000', '101732.082000', '101732.085000', '101732.088000', '101732.091000', '101732.093000', '101732.096000', '101732.099000', '101732.102000', '101732.105000', '101732.107000', '101732.110000', '101732.113000', '101732.116000', '101732.119000', '101732.122000', '101732.124000', '101732.127000', '101732.130000', '101732.133000', '101732.135000', '101732.138000', '101732.141000', '101732.144000', '101732.147000', '101732.150000', '101732.152000', '101732.155000', '101732.158000', '101732.161000', '101732.164000', '101732.166000', '101732.169000', '101732.172000', '101732.175000', '101732.178000', '101732.180000', '101732.183000', '101732.186000', '101732.189000', '101732.192000', '101752.071000', '101752.074000', '101752.077000', '101752.079000', '101752.082000', '101752.085000', '101752.088000', '101752.091000', '101752.093000', '101752.096000', '101752.099000', '101752.102000', '101752.105000', '101752.107000', '101752.110000', '101752.113000', '101752.116000', '101752.119000', '101752.122000', '101752.124000', '101752.127000', '101752.130000', '101752.133000', '101752.145000', '101752.148000', '101752.151000', '101752.154000', '101752.157000', '101752.160000', '101752.162000', '101752.165000', '101752.168000', '101752.171000', '101752.174000', '101752.176000', '101752.179000', '101752.182000', '101752.185000', '101752.188000', '101752.190000', '101752.193000', '101752.196000', '101752.199000', '101812.070000', '101812.073000', '101812.076000', '101812.078000', '101812.081000', '101812.084000', '101812.087000', '101812.090000', '101812.092000', '101812.095000', '101812.098000', '101812.101000', '101812.104000', '101812.107000', '101812.109000', '101812.112000', '101812.116000', '101812.119000', '101812.122000', '101812.125000', '101812.128000', '101812.130000', '101812.133000', '101812.136000', '101812.139000', '101812.141000', '101812.144000', '101812.147000', '101812.150000', '101812.153000', '101812.155000', '101812.158000', '101812.161000', '101812.164000', '101812.167000', '101812.169000', '101812.172000', '101812.175000', '101812.178000', '101812.181000', '101812.183000', '101812.186000', '101812.189000', '101812.192000', '101832.070000', '101832.073000', '101832.076000', '101832.078000', '101832.081000', '101832.084000', '101832.087000', '101832.090000', '101832.093000', '101832.095000', '101832.098000', '101832.101000', '101832.104000', '101832.107000', '101832.109000', '101832.112000', '101832.115000', '101832.118000', '101832.120000', '101832.123000', '101832.126000', '101832.129000', '101832.132000', '101832.135000', '101832.137000', '101832.140000', '101832.143000', '101832.146000', '101832.148000', '101832.151000', '101832.154000', '101832.157000', '101832.159000', '101832.163000', '101832.166000', '101832.169000', '101832.172000', '101832.175000', '101832.177000', '101832.180000', '101832.183000', '101832.186000', '101832.189000', '101838.262000', '101838.266000', '101838.269000', '101838.273000', '101838.275000', '101838.278000', '101838.282000', '101838.285000', '101838.288000', '101838.291000', '101838.294000', '101838.297000', '101838.299000', '101838.302000'], 'InstanceCreationTime': ['101212.108000', '101212.111000', '101212.114000', '101212.117000', '101212.120000', '101212.122000', '101212.125000', '101212.128000', '101212.131000', '101212.134000', '101212.137000', '101212.139000', '101212.142000', '101212.145000', '101212.148000', '101212.151000', '101212.153000', '101212.156000', '101212.159000', '101212.171000', '101212.173000', '101212.176000', '101212.179000', '101212.182000', '101212.184000', '101212.187000', '101212.190000', '101212.193000', '101212.196000', '101212.199000', '101212.201000', '101212.204000', '101232.071000', '101232.074000', '101232.077000', '101232.079000', '101232.082000', '101232.085000', '101232.088000', '101232.090000', '101232.095000', '101232.098000', '101232.101000', '101232.104000', '101232.106000', '101232.109000', '101232.112000', '101232.115000', '101232.118000', '101232.120000', '101232.123000', '101232.126000', '101232.129000', '101232.132000', '101232.134000', '101232.137000', '101232.140000', '101232.143000', '101232.146000', '101232.148000', '101232.151000', '101232.154000', '101232.157000', '101232.159000', '101232.162000', '101232.165000', '101232.168000', '101232.170000', '101232.173000', '101232.176000', '101232.179000', '101232.181000', '101232.184000', '101232.187000', '101232.190000', '101252.071000', '101252.074000', '101252.076000', '101252.079000', '101252.082000', '101252.085000', '101252.088000', '101252.090000', '101252.093000', '101252.096000', '101252.099000', '101252.101000', '101252.104000', '101252.107000', '101252.114000', '101252.117000', '101252.119000', '101252.122000', '101252.125000', '101252.128000', '101252.130000', '101252.133000', '101252.136000', '101252.139000', '101252.142000', '101252.144000', '101252.147000', '101252.150000', '101252.153000', '101252.155000', '101252.158000', '101252.161000', '101252.164000', '101252.175000', '101252.177000', '101252.180000', '101252.183000', '101252.186000', '101252.189000', '101252.191000', '101252.194000', '101252.197000', '101252.200000', '101252.203000', '101312.071000', '101312.074000', '101312.077000', '101312.080000', '101312.082000', '101312.085000', '101312.088000', '101312.091000', '101312.094000', '101312.096000', '101312.099000', '101312.102000', '101312.105000', '101312.107000', '101312.110000', '101312.113000', '101312.116000', '101312.119000', '101312.121000', '101312.124000', '101312.127000', '101312.130000', '101312.133000', '101312.135000', '101312.138000', '101312.141000', '101312.144000', '101312.147000', '101312.149000', '101312.152000', '101312.155000', '101312.158000', '101312.160000', '101312.163000', '101312.166000', '101312.169000', '101312.182000', '101312.185000', '101312.187000', '101312.190000', '101312.193000', '101312.196000', '101312.199000', '101332.070000', '101332.073000', '101332.075000', '101332.078000', '101332.081000', '101332.084000', '101332.087000', '101332.089000', '101332.092000', '101332.095000', '101332.098000', '101332.101000', '101332.103000', '101332.106000', '101332.109000', '101332.112000', '101332.115000', '101332.117000', '101332.120000', '101332.123000', '101332.126000', '101332.128000', '101332.131000', '101332.134000', '101332.137000', '101332.140000', '101332.142000', '101332.145000', '101332.148000', '101332.151000', '101332.154000', '101332.157000', '101332.160000', '101332.162000', '101332.165000', '101332.168000', '101332.171000', '101332.174000', '101332.177000', '101332.180000', '101332.182000', '101332.185000', '101332.188000', '101332.191000', '101352.070000', '101352.073000', '101352.076000', '101352.079000', '101352.081000', '101352.084000', '101352.087000', '101352.090000', '101352.093000', '101352.097000', '101352.101000', '101352.104000', '101352.107000', '101352.110000', '101352.113000', '101352.116000', '101352.118000', '101352.121000', '101352.124000', '101352.127000', '101352.130000', '101352.132000', '101352.135000', '101352.138000', '101352.141000', '101352.144000', '101352.146000', '101352.149000', '101352.152000', '101352.155000', '101352.158000', '101352.160000', '101352.163000', '101352.166000', '101352.169000', '101352.172000', '101352.174000', '101352.177000', '101352.180000', '101352.183000', '101352.186000', '101352.188000', '101352.191000', '101412.070000', '101412.073000', '101412.075000', '101412.078000', '101412.081000', '101412.084000', '101412.087000', '101412.099000', '101412.102000', '101412.104000', '101412.107000', '101412.110000', '101412.113000', '101412.116000', '101412.119000', '101412.121000', '101412.124000', '101412.127000', '101412.130000', '101412.133000', '101412.136000', '101412.138000', '101412.141000', '101412.144000', '101412.147000', '101412.150000', '101412.153000', '101412.156000', '101412.158000', '101412.161000', '101412.164000', '101412.167000', '101412.170000', '101412.173000', '101412.175000', '101412.178000', '101412.181000', '101412.184000', '101412.187000', '101412.189000', '101412.192000', '101412.195000', '101412.198000', '101412.201000', '101432.070000', '101432.073000', '101432.076000', '101432.079000', '101432.081000', '101432.084000', '101432.087000', '101432.090000', '101432.093000', '101432.095000', '101432.098000', '101432.101000', '101432.104000', '101432.107000', '101432.109000', '101432.112000', '101432.115000', '101432.118000', '101432.121000', '101432.124000', '101432.127000', '101432.130000', '101432.132000', '101432.135000', '101432.138000', '101432.141000', '101432.144000', '101432.146000', '101432.149000', '101432.152000', '101432.155000', '101432.158000', '101432.160000', '101432.163000', '101432.166000', '101432.169000', '101432.172000', '101432.174000', '101432.177000', '101432.180000', '101432.183000', '101432.185000', '101432.188000', '101452.071000', '101452.074000', '101452.077000', '101452.080000', '101452.082000', '101452.085000', '101452.088000', '101452.091000', '101452.094000', '101452.096000', '101452.099000', '101452.102000', '101452.105000', '101452.108000', '101452.111000', '101452.114000', '101452.116000', '101452.119000', '101452.122000', '101452.125000', '101452.128000', '101452.131000', '101452.134000', '101452.137000', '101452.139000', '101452.142000', '101452.145000', '101452.148000', '101452.151000', '101452.154000', '101452.157000', '101452.159000', '101452.171000', '101452.174000', '101452.177000', '101452.179000', '101452.182000', '101452.185000', '101452.188000', '101452.191000', '101452.194000', '101452.196000', '101452.199000', '101452.202000', '101512.071000', '101512.074000', '101512.077000', '101512.079000', '101512.082000', '101512.085000', '101512.088000', '101512.091000', '101512.094000', '101512.097000', '101512.099000', '101512.102000', '101512.105000', '101512.108000', '101512.111000', '101512.113000', '101512.116000', '101512.119000', '101512.122000', '101512.125000', '101512.128000', '101512.130000', '101512.134000', '101512.137000', '101512.139000', '101512.142000', '101512.145000', '101512.148000', '101512.151000', '101512.154000', '101512.156000', '101512.159000', '101512.162000', '101512.165000', '101512.168000', '101512.170000', '101512.173000', '101512.176000', '101512.179000', '101512.182000', '101512.184000', '101512.187000', '101512.190000', '101532.071000', '101532.074000', '101532.077000', '101532.079000', '101532.082000', '101532.085000', '101532.088000', '101532.091000', '101532.093000', '101532.096000', '101532.099000', '101532.102000', '101532.105000', '101532.108000', '101532.111000', '101532.113000', '101532.116000', '101532.119000', '101532.122000', '101532.125000', '101532.127000', '101532.130000', '101532.133000', '101532.136000', '101532.139000', '101532.142000', '101532.144000', '101532.147000', '101532.150000', '101532.153000', '101532.156000', '101532.158000', '101532.161000', '101532.164000', '101532.167000', '101532.169000', '101532.172000', '101532.175000', '101532.178000', '101532.181000', '101532.183000', '101532.186000', '101532.189000', '101532.192000', '101552.070000', '101552.073000', '101552.076000', '101552.078000', '101552.081000', '101552.085000', '101552.088000', '101552.091000', '101552.094000', '101552.097000', '101552.100000', '101552.103000', '101552.105000', '101552.108000', '101552.111000', '101552.114000', '101552.117000', '101552.120000', '101552.122000', '101552.125000', '101552.128000', '101552.131000', '101552.134000', '101552.136000', '101552.139000', '101552.142000', '101552.145000', '101552.148000', '101552.151000', '101552.154000', '101552.157000', '101552.160000', '101552.163000', '101552.166000', '101552.168000', '101552.171000', '101552.174000', '101552.177000', '101552.180000', '101552.182000', '101552.185000', '101552.188000', '101552.191000', '101612.070000', '101612.073000', '101612.076000', '101612.078000', '101612.081000', '101612.084000', '101612.087000', '101612.090000', '101612.093000', '101612.096000', '101612.098000', '101612.101000', '101612.104000', '101612.107000', '101612.110000', '101612.113000', '101612.116000', '101612.119000', '101612.121000', '101612.124000', '101612.127000', '101612.130000', '101612.133000', '101612.135000', '101612.138000', '101612.141000', '101612.144000', '101612.147000', '101612.149000', '101612.152000', '101612.155000', '101612.158000', '101612.161000', '101612.163000', '101612.166000', '101612.169000', '101612.172000', '101612.175000', '101612.177000', '101612.180000', '101612.183000', '101612.186000', '101612.189000', '101612.191000', '101632.070000', '101632.073000', '101632.076000', '101632.079000', '101632.081000', '101632.084000', '101632.087000', '101632.090000', '101632.093000', '101632.096000', '101632.099000', '101632.101000', '101632.104000', '101632.116000', '101632.119000', '101632.121000', '101632.124000', '101632.127000', '101632.130000', '101632.133000', '101632.136000', '101632.138000', '101632.141000', '101632.144000', '101632.147000', '101632.150000', '101632.153000', '101632.156000', '101632.158000', '101632.161000', '101632.164000', '101632.167000', '101632.170000', '101632.173000', '101632.176000', '101632.179000', '101632.182000', '101632.185000', '101632.187000', '101632.190000', '101632.193000', '101632.196000', '101632.199000', '101652.070000', '101652.073000', '101652.076000', '101652.079000', '101652.081000', '101652.084000', '101652.087000', '101652.090000', '101652.093000', '101652.095000', '101652.098000', '101652.101000', '101652.104000', '101652.107000', '101652.109000', '101652.112000', '101652.115000', '101652.118000', '101652.121000', '101652.124000', '101652.126000', '101652.129000', '101652.132000', '101652.135000', '101652.138000', '101652.141000', '101652.143000', '101652.146000', '101652.149000', '101652.152000', '101652.155000', '101652.158000', '101652.160000', '101652.163000', '101652.166000', '101652.169000', '101652.172000', '101652.174000', '101652.177000', '101652.180000', '101652.183000', '101652.186000', '101652.188000', '101652.191000', '101712.071000', '101712.074000', '101712.077000', '101712.080000', '101712.082000', '101712.085000', '101712.088000', '101712.091000', '101712.093000', '101712.096000', '101712.099000', '101712.102000', '101712.105000', '101712.107000', '101712.110000', '101712.113000', '101712.116000', '101712.119000', '101712.122000', '101712.125000', '101712.128000', '101712.131000', '101712.134000', '101712.136000', '101712.139000', '101712.142000', '101712.145000', '101712.148000', '101712.150000', '101712.153000', '101712.156000', '101712.159000', '101712.162000', '101712.164000', '101712.167000', '101712.170000', '101712.173000', '101712.175000', '101712.179000', '101712.182000', '101712.185000', '101712.187000', '101712.190000', '101732.071000', '101732.074000', '101732.077000', '101732.079000', '101732.082000', '101732.085000', '101732.088000', '101732.091000', '101732.093000', '101732.096000', '101732.099000', '101732.102000', '101732.105000', '101732.107000', '101732.110000', '101732.113000', '101732.116000', '101732.119000', '101732.122000', '101732.124000', '101732.127000', '101732.130000', '101732.133000', '101732.135000', '101732.138000', '101732.141000', '101732.144000', '101732.147000', '101732.150000', '101732.152000', '101732.155000', '101732.158000', '101732.161000', '101732.164000', '101732.166000', '101732.169000', '101732.172000', '101732.175000', '101732.178000', '101732.180000', '101732.183000', '101732.186000', '101732.189000', '101732.192000', '101752.071000', '101752.074000', '101752.077000', '101752.079000', '101752.082000', '101752.085000', '101752.088000', '101752.091000', '101752.093000', '101752.096000', '101752.099000', '101752.102000', '101752.105000', '101752.107000', '101752.110000', '101752.113000', '101752.116000', '101752.119000', '101752.122000', '101752.124000', '101752.127000', '101752.130000', '101752.133000', '101752.145000', '101752.148000', '101752.151000', '101752.154000', '101752.157000', '101752.160000', '101752.162000', '101752.165000', '101752.168000', '101752.171000', '101752.174000', '101752.176000', '101752.179000', '101752.182000', '101752.185000', '101752.188000', '101752.190000', '101752.193000', '101752.196000', '101752.199000', '101812.070000', '101812.073000', '101812.076000', '101812.078000', '101812.081000', '101812.084000', '101812.087000', '101812.090000', '101812.092000', '101812.095000', '101812.098000', '101812.101000', '101812.104000', '101812.107000', '101812.109000', '101812.112000', '101812.116000', '101812.119000', '101812.122000', '101812.125000', '101812.128000', '101812.130000', '101812.133000', '101812.136000', '101812.139000', '101812.141000', '101812.144000', '101812.147000', '101812.150000', '101812.153000', '101812.155000', '101812.158000', '101812.161000', '101812.164000', '101812.167000', '101812.169000', '101812.172000', '101812.175000', '101812.178000', '101812.181000', '101812.183000', '101812.186000', '101812.189000', '101812.192000', '101832.070000', '101832.073000', '101832.076000', '101832.078000', '101832.081000', '101832.084000', '101832.087000', '101832.090000', '101832.093000', '101832.095000', '101832.098000', '101832.101000', '101832.104000', '101832.107000', '101832.109000', '101832.112000', '101832.115000', '101832.118000', '101832.120000', '101832.123000', '101832.126000', '101832.129000', '101832.132000', '101832.135000', '101832.137000', '101832.140000', '101832.143000', '101832.146000', '101832.148000', '101832.151000', '101832.154000', '101832.157000', '101832.159000', '101832.163000', '101832.166000', '101832.169000', '101832.172000', '101832.175000', '101832.177000', '101832.180000', '101832.183000', '101832.186000', '101832.189000', '101838.262000', '101838.266000', '101838.269000', '101838.273000', '101838.275000', '101838.278000', '101838.282000', '101838.285000', '101838.288000', '101838.291000', '101838.294000', '101838.297000', '101838.299000', '101838.302000'], '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': [10023, 8162, 7061, 8342, 7178, 7036, 7363, 7078, 8087, 9844, 9048, 12163, 7848, 7289, 8184, 7120, 7048, 7397, 7087, 8047, 7828, 7130, 7781, 7259, 7168, 8274, 7379, 7170, 8069, 7422, 7030, 8137, 7610, 7142, 8177, 10814, 8719, 7008, 8385, 7024, 7798, 7706, 7049, 12304, 8421, 7321, 12084, 10603, 7757, 8950, 7129, 7431, 8939, 7776, 7999, 12825, 8683, 7046, 7747, 7195, 7363, 7508, 7205, 11358, 10951, 7856, 7823, 7406, 7305, 7913, 7568, 6822, 6759, 7999, 6925, 7168, 8510, 7324, 7027, 10143, 8565, 6865, 8445, 7305, 6925, 8921, 7915, 8482, 10539, 7133, 7887, 7249, 7706, 7786, 7682, 7164, 7257, 8966, 7089, 7338, 9178, 7406, 7127, 8365, 7399, 7164, 11396, 10515, 8966, 12054, 8560, 11514, 12130, 8953, 12745, 9635, 11930, 10843, 8368, 9515, 7143, 8337, 7060, 7606, 8706, 8314, 7173, 9132, 7016, 7435, 7327, 7153, 7335, 7859, 9027, 9415, 8004, 6940, 7979, 7412, 7272, 13245, 12200, 9648, 9564, 7173, 9947, 7604, 7019, 7729, 7271, 10697, 9728, 7099, 7612, 7380, 7136, 8449, 7146, 7069, 7848, 8699, 10384, 7708, 7156, 8048, 7107, 7323, 8661, 7807, 8980, 7557, 7051, 7766, 7188, 7262, 8452, 7028, 7316, 7196, 7129, 8237, 7762, 7286, 8573, 7420, 12848, 10188, 10602, 9466, 7247, 7920, 7075, 7335, 7337, 7195, 7571, 7411, 7586, 9908, 8156, 7093, 7439, 7083, 11222, 10073, 8373, 12204, 7696, 7548, 7342, 7030, 7939, 7824, 7329, 7158, 7811, 7563, 7662, 8147, 7628, 7193, 10860, 7680, 11609, 10161, 8398, 10143, 8892, 12232, 9658, 7553, 8891, 7271, 11648, 9715, 8902, 11869, 7166, 7408, 8436, 7421, 9605, 11941, 11570, 11682, 10335, 8051, 8571, 7529, 7573, 7137, 7817, 11030, 7084, 6988, 7308, 7803, 7000, 6942, 7065, 7280, 7092, 8010, 7400, 7406, 8062, 7332, 6880, 7772, 7267, 8825, 8954, 8265, 10062, 7192, 7299, 7618, 6892, 7363, 7243, 6853, 7526, 7169, 6942, 7079, 8405, 7318, 7333, 8622, 7676, 7155, 7476, 7440, 8435, 7459, 7760, 7588, 8268, 7586, 10318, 13833, 11703, 12197, 14023, 12585, 14448, 11853, 10256, 14357, 11459, 10009, 13889, 11509, 9175, 14193, 9884, 12632, 11570, 9840, 12523, 10082, 15391, 10546, 10748, 8497, 7102, 7389, 7481, 7463, 7440, 6898, 7308, 7215, 6811, 7185, 7480, 7244, 7189, 7211, 7220, 7086, 7507, 7094, 8821, 7098, 7258, 7014, 7257, 6861, 7348, 7311, 9283, 7218, 6993, 7697, 7247, 7672, 7312, 8346, 10490, 8975, 7226, 7112, 7653, 7095, 7793, 10910, 9833, 12431, 9399, 11330, 8136, 13235, 9958, 10821, 10678, 7774, 9834, 7094, 7198, 7694, 7125, 7239, 7659, 7286, 8668, 9997, 7238, 7378, 7159, 7371, 13567, 8959, 12668, 11613, 10567, 9597, 10592, 12901, 10866, 8551, 7164, 7389, 7204, 7394, 7226, 7195, 7352, 7202, 7195, 7305, 7118, 7092, 7718, 7111, 7209, 7229, 7133, 7185, 7356, 7285, 12676, 7292, 7240, 7668, 8234, 12406, 10967, 7016, 7102, 9977, 7633, 7518, 7837, 8155, 7886, 10990, 9528, 8243, 12781, 9748, 8042, 9201, 8015, 7668, 7348, 7082, 7843, 7836, 7397, 7523, 8375, 8206, 7496, 7449, 8402, 8072, 7490, 11354, 7614, 11962, 11083, 9618, 12994, 10666, 14614, 10610, 12895, 11896, 10772, 11114, 9981, 14368, 10320, 9634, 8108, 7015, 9630, 6969, 6870, 6886, 7032, 11011, 7021, 9048, 7119, 7168, 6775, 6816, 8307, 6780, 6816, 7108, 7093, 7676, 7080, 7016, 7078, 6831, 7687, 7247, 7095, 7843, 7031, 7247, 7236, 7597, 11911, 7073, 8525, 11080, 12756, 10964, 9382, 9694, 7947, 7395, 7415, 8119, 7850, 7097, 9713, 8116, 7508, 7892, 6727, 7234, 8831, 6974, 7821, 8341, 6855, 7417, 9033, 7318, 7574, 8271, 7430, 8246, 10066, 12246, 12209, 10669, 12845, 12434, 12075, 13373, 12768, 11989, 13238, 10927, 13243, 12167, 8415, 11674, 7295, 6854, 7196, 7020, 7204, 7207, 7037, 8092, 7554, 7103, 8205, 7262, 9146, 6942, 11679, 7434, 7881, 7844, 7567, 12103, 7809, 8101, 7206, 8009, 8208, 7983, 8106, 7504, 7995, 10674, 7685, 9971, 8165, 7723, 7364, 7391, 9412, 7580, 8025, 7048, 7666, 6784, 7665, 9910, 10048, 7415, 7854, 7098, 7604, 7201, 7334, 11412, 7590, 9085, 7606, 7358, 9203, 7347, 10460, 6717, 7121, 6719, 7320, 7306, 7323, 7561, 7157, 7703, 10406, 7220, 7431, 6810, 7320, 8343, 7337, 7364, 8072, 7583, 10080, 10353, 7315, 7277, 7022, 7316, 7512, 7301, 7466, 10347, 7496, 10232, 9440, 8493, 13215, 9629, 8698, 8182, 7135, 11121, 7883, 8028, 8519, 8081, 7862, 8661, 8538, 7643, 11955, 9142, 7504, 9061, 7586, 7637, 10462, 7360, 12626, 10759, 9091, 13260, 10043, 7399, 7435, 7163, 7577, 8456, 7402, 9778, 9319, 8753, 13520, 10301, 11151, 10756, 7397, 7741, 7004, 7272, 8175, 7279, 7230, 6972, 7244, 12219, 7904, 9610, 8440, 7773, 13703, 9266, 8531, 12160, 6952, 6885, 7130, 7200, 7843, 9035, 10925, 9533, 14005, 10845, 9625, 9604, 7812, 14154, 10438, 11209, 10100, 8799, 14312, 11305, 9517, 10953, 7326, 6987, 6822, 7132, 8566, 7000, 6999, 7139, 7033, 10146, 6875, 7221, 7475, 8103, 7022, 6837, 7183, 9410, 7053, 6889, 6650, 6817, 9520, 7282, 11389, 8064, 8996, 8311, 7155, 12807, 9522, 10835, 10395, 6972, 6872, 7185, 7650, 6927, 7953, 7337, 9567, 8619, 8651, 11857, 10114, 11559, 11771, 8445, 8587, 7747, 7367, 13582, 10738, 11226, 11186, 9593, 12836, 9025, 14222, 9063, 12992, 10677, 9562, 12848, 9182, 7278, 6867, 7414, 6726, 7685, 9671, 6847, 7188, 7521, 7416, 7775, 11243, 12836, 12407, 11643, 12580, 12257, 12283, 12967, 11257, 9853, 12427, 7883, 7164, 6860, 7132, 7015, 7122, 7079, 7127, 7441, 6928, 7225, 6997, 6977, 7189, 7428, 6997, 6850, 7041, 7401, 7187, 7316, 7168, 6844, 6994, 7092, 6883, 7291, 7412, 6838, 6990, 6978, 8351, 7158, 6666, 6947, 6499, 9728, 7349, 11364, 7619, 8604, 7245, 6544, 9392, 7306, 8849, 7570, 6632, 7571, 7216, 8743, 7355, 6732, 10047, 7241, 6711, 7083], 'WindowCenter': [3895.0, 3858.0, 3835.0, 3842.0, 3819.0, 3820.0, 3820.0, 3819.0, 3830.0, 3863.0, 3851.0, 3874.0, 3827.0, 3815.0, 3824.0, 3805.0, 3806.0, 3816.0, 3818.0, 3828.0, 3827.0, 3819.0, 3829.0, 3831.0, 3821.0, 3838.0, 3830.0, 3834.0, 3843.0, 3831.0, 3831.0, 3841.0, 3844.0, 3832.0, 3845.0, 3873.0, 3853.0, 3821.0, 3841.0, 3821.0, 3832.0, 3833.0, 3820.0, 3874.0, 3840.0, 3832.0, 3874.0, 3863.0, 3830.0, 3841.0, 3818.0, 3818.0, 3839.0, 3830.0, 3829.0, 3883.0, 3841.0, 3819.0, 3818.0, 3806.0, 3817.0, 3818.0, 3817.0, 3859.0, 3858.0, 3818.0, 3820.0, 3819.0, 3817.0, 3828.0, 3829.0, 3819.0, 3824.0, 3840.0, 3823.0, 3822.0, 3852.0, 3834.0, 3835.0, 3864.0, 3843.0, 3820.0, 3841.0, 3820.0, 3821.0, 3854.0, 3844.0, 3855.0, 3866.0, 3825.0, 3844.0, 3835.0, 3833.0, 3845.0, 3832.0, 3822.0, 3833.0, 3852.0, 3821.0, 3833.0, 3854.0, 3834.0, 3834.0, 3844.0, 3836.0, 3836.0, 3876.0, 3866.0, 3855.0, 3873.0, 3842.0, 3873.0, 3871.0, 3841.0, 3873.0, 3843.0, 3860.0, 3850.0, 3828.0, 3838.0, 3806.0, 3827.0, 3806.0, 3816.0, 3826.0, 3831.0, 3808.0, 3837.0, 3807.0, 3821.0, 3818.0, 3820.0, 3820.0, 3828.0, 3841.0, 3841.0, 3829.0, 3819.0, 3829.0, 3820.0, 3818.0, 3883.0, 3872.0, 3840.0, 3838.0, 3805.0, 3835.0, 3815.0, 3804.0, 3816.0, 3805.0, 3847.0, 3837.0, 3804.0, 3814.0, 3816.0, 3807.0, 3826.0, 3807.0, 3806.0, 3828.0, 3840.0, 3849.0, 3818.0, 3808.0, 3827.0, 3806.0, 3820.0, 3840.0, 3831.0, 3843.0, 3819.0, 3808.0, 3816.0, 3817.0, 3829.0, 3839.0, 3819.0, 3820.0, 3819.0, 3819.0, 3830.0, 3818.0, 3819.0, 3828.0, 3818.0, 3870.0, 3847.0, 3849.0, 3835.0, 3805.0, 3815.0, 3806.0, 3804.0, 3816.0, 3808.0, 3830.0, 3819.0, 3831.0, 3852.0, 3829.0, 3818.0, 3820.0, 3818.0, 3862.0, 3849.0, 3828.0, 3872.0, 3821.0, 3818.0, 3820.0, 3821.0, 3830.0, 3830.0, 3831.0, 3833.0, 3845.0, 3845.0, 3831.0, 3845.0, 3831.0, 3821.0, 3864.0, 3831.0, 3862.0, 3849.0, 3830.0, 3851.0, 3840.0, 3860.0, 3836.0, 3817.0, 3827.0, 3806.0, 3859.0, 3852.0, 3838.0, 3846.0, 3792.0, 3802.0, 3814.0, 3801.0, 3822.0, 3842.0, 3834.0, 3831.0, 3820.0, 3800.0, 3798.0, 3788.0, 3787.0, 3778.0, 3789.0, 3819.0, 3775.0, 3776.0, 3775.0, 3785.0, 3776.0, 3777.0, 3789.0, 3789.0, 3791.0, 3800.0, 3801.0, 3802.0, 3813.0, 3803.0, 3804.0, 3815.0, 3816.0, 3839.0, 3837.0, 3826.0, 3836.0, 3804.0, 3816.0, 3831.0, 3807.0, 3820.0, 3819.0, 3809.0, 3832.0, 3830.0, 3819.0, 3819.0, 3841.0, 3829.0, 3831.0, 3842.0, 3832.0, 3822.0, 3819.0, 3817.0, 3827.0, 3816.0, 3817.0, 3829.0, 3840.0, 3828.0, 3862.0, 3893.0, 3872.0, 3873.0, 3882.0, 3872.0, 3880.0, 3859.0, 3837.0, 3867.0, 3843.0, 3823.0, 3854.0, 3831.0, 3809.0, 3851.0, 3808.0, 3828.0, 3828.0, 3807.0, 3826.0, 3805.0, 3833.0, 3802.0, 3802.0, 3781.0, 3761.0, 3760.0, 3773.0, 3771.0, 3772.0, 3774.0, 3773.0, 3785.0, 3775.0, 3787.0, 3787.0, 3790.0, 3789.0, 3800.0, 3801.0, 3801.0, 3804.0, 3804.0, 3824.0, 3802.0, 3804.0, 3803.0, 3816.0, 3804.0, 3815.0, 3816.0, 3837.0, 3819.0, 3819.0, 3830.0, 3816.0, 3828.0, 3830.0, 3839.0, 3860.0, 3837.0, 3844.0, 3833.0, 3832.0, 3821.0, 3832.0, 3862.0, 3852.0, 3870.0, 3838.0, 3849.0, 3815.0, 3868.0, 3849.0, 3847.0, 3846.0, 3814.0, 3835.0, 3818.0, 3818.0, 3829.0, 3805.0, 3816.0, 3829.0, 3817.0, 3838.0, 3849.0, 3816.0, 3818.0, 3805.0, 3805.0, 3868.0, 3825.0, 3857.0, 3846.0, 3833.0, 3823.0, 3833.0, 3853.0, 3832.0, 3812.0, 3789.0, 3800.0, 3800.0, 3801.0, 3801.0, 3791.0, 3803.0, 3804.0, 3804.0, 3805.0, 3803.0, 3805.0, 3813.0, 3804.0, 3815.0, 3815.0, 3808.0, 3818.0, 3816.0, 3819.0, 3882.0, 3818.0, 3818.0, 3842.0, 3828.0, 3883.0, 3847.0, 3818.0, 3818.0, 3848.0, 3832.0, 3821.0, 3831.0, 3830.0, 3830.0, 3849.0, 3838.0, 3817.0, 3857.0, 3837.0, 3818.0, 3827.0, 3816.0, 3831.0, 3821.0, 3807.0, 3830.0, 3814.0, 3816.0, 3826.0, 3839.0, 3828.0, 3817.0, 3821.0, 3829.0, 3830.0, 3818.0, 3860.0, 3819.0, 3859.0, 3849.0, 3836.0, 3855.0, 3834.0, 3865.0, 3833.0, 3844.0, 3834.0, 3820.0, 3819.0, 3808.0, 3838.0, 3805.0, 3793.0, 3771.0, 3761.0, 3792.0, 3764.0, 3764.0, 3761.0, 3762.0, 3803.0, 3764.0, 3794.0, 3762.0, 3761.0, 3761.0, 3765.0, 3782.0, 3764.0, 3765.0, 3776.0, 3776.0, 3786.0, 3777.0, 3788.0, 3789.0, 3791.0, 3815.0, 3803.0, 3806.0, 3815.0, 3806.0, 3818.0, 3816.0, 3829.0, 3871.0, 3818.0, 3843.0, 3873.0, 3870.0, 3849.0, 3836.0, 3851.0, 3829.0, 3817.0, 3821.0, 3830.0, 3832.0, 3823.0, 3864.0, 3829.0, 3818.0, 3815.0, 3806.0, 3818.0, 3838.0, 3832.0, 3832.0, 3853.0, 3824.0, 3847.0, 3868.0, 3846.0, 3847.0, 3855.0, 3842.0, 3853.0, 3861.0, 3883.0, 3885.0, 3860.0, 3882.0, 3871.0, 3859.0, 3867.0, 3858.0, 3843.0, 3843.0, 3830.0, 3840.0, 3828.0, 3784.0, 3815.0, 3773.0, 3765.0, 3764.0, 3775.0, 3775.0, 3774.0, 3777.0, 3797.0, 3788.0, 3787.0, 3797.0, 3788.0, 3808.0, 3778.0, 3843.0, 3802.0, 3803.0, 3800.0, 3787.0, 3831.0, 3790.0, 3801.0, 3790.0, 3801.0, 3812.0, 3802.0, 3803.0, 3804.0, 3805.0, 3835.0, 3805.0, 3825.0, 3815.0, 3804.0, 3803.0, 3804.0, 3824.0, 3806.0, 3817.0, 3806.0, 3807.0, 3808.0, 3817.0, 3837.0, 3837.0, 3807.0, 3816.0, 3794.0, 3805.0, 3806.0, 3807.0, 3849.0, 3818.0, 3826.0, 3805.0, 3804.0, 3825.0, 3794.0, 3834.0, 3794.0, 3793.0, 3793.0, 3804.0, 3804.0, 3806.0, 3817.0, 3809.0, 3819.0, 3851.0, 3819.0, 3819.0, 3808.0, 3818.0, 3830.0, 3820.0, 3820.0, 3833.0, 3832.0, 3851.0, 3851.0, 3820.0, 3820.0, 3808.0, 3819.0, 3820.0, 3821.0, 3822.0, 3863.0, 3823.0, 3863.0, 3854.0, 3843.0, 3884.0, 3853.0, 3843.0, 3842.0, 3822.0, 3888.0, 3843.0, 3843.0, 3842.0, 3845.0, 3846.0, 3843.0, 3842.0, 3831.0, 3874.0, 3854.0, 3822.0, 3841.0, 3832.0, 3833.0, 3865.0, 3823.0, 3885.0, 3863.0, 3842.0, 3872.0, 3840.0, 3819.0, 3819.0, 3809.0, 3819.0, 3830.0, 3821.0, 3851.0, 3840.0, 3829.0, 3883.0, 3849.0, 3849.0, 3848.0, 3806.0, 3806.0, 3793.0, 3807.0, 3817.0, 3807.0, 3808.0, 3808.0, 3818.0, 3859.0, 3818.0, 3839.0, 3829.0, 3820.0, 3882.0, 3840.0, 3829.0, 3861.0, 3808.0, 3808.0, 3822.0, 3835.0, 3833.0, 3844.0, 3878.0, 3855.0, 3883.0, 3851.0, 3839.0, 3839.0, 3806.0, 3871.0, 3840.0, 3849.0, 3826.0, 3817.0, 3870.0, 3837.0, 3826.0, 3835.0, 3792.0, 3781.0, 3782.0, 3794.0, 3802.0, 3794.0, 3793.0, 3794.0, 3794.0, 3836.0, 3784.0, 3795.0, 3794.0, 3805.0, 3795.0, 3784.0, 3796.0, 3827.0, 3797.0, 3796.0, 3797.0, 3798.0, 3828.0, 3808.0, 3848.0, 3807.0, 3817.0, 3818.0, 3808.0, 3861.0, 3828.0, 3837.0, 3837.0, 3809.0, 3813.0, 3812.0, 3833.0, 3824.0, 3835.0, 3826.0, 3856.0, 3848.0, 3857.0, 3878.0, 3867.0, 3889.0, 3877.0, 3834.0, 3846.0, 3836.0, 3839.0, 3888.0, 3867.0, 3866.0, 3866.0, 3842.0, 3872.0, 3831.0, 3871.0, 3828.0, 3870.0, 3836.0, 3827.0, 3858.0, 3840.0, 3807.0, 3795.0, 3817.0, 3808.0, 3814.0, 3833.0, 3791.0, 3803.0, 3818.0, 3819.0, 3815.0, 3847.0, 3857.0, 3856.0, 3845.0, 3856.0, 3842.0, 3832.0, 3830.0, 3817.0, 3793.0, 3814.0, 3771.0, 3751.0, 3751.0, 3762.0, 3762.0, 3763.0, 3763.0, 3765.0, 3775.0, 3766.0, 3775.0, 3766.0, 3777.0, 3779.0, 3777.0, 3778.0, 3780.0, 3793.0, 3792.0, 3781.0, 3792.0, 3793.0, 3798.0, 3796.0, 3795.0, 3795.0, 3796.0, 3795.0, 3785.0, 3795.0, 3795.0, 3816.0, 3797.0, 3797.0, 3797.0, 3786.0, 3828.0, 3807.0, 3850.0, 3807.0, 3819.0, 3808.0, 3787.0, 3827.0, 3808.0, 3828.0, 3808.0, 3796.0, 3809.0, 3812.0, 3832.0, 3823.0, 3813.0, 3868.0, 3824.0, 3825.0, 3824.0], 'WindowWidth': [8732.0, 8670.0, 8632.0, 8635.0, 8599.0, 8598.0, 8597.0, 8596.0, 8612.0, 8661.0, 8644.0, 8675.0, 8604.0, 8585.0, 8594.0, 8571.0, 8573.0, 8589.0, 8592.0, 8605.0, 8604.0, 8594.0, 8608.0, 8616.0, 8602.0, 8623.0, 8613.0, 8622.0, 8635.0, 8615.0, 8618.0, 8630.0, 8638.0, 8620.0, 8637.0, 8673.0, 8648.0, 8603.0, 8628.0, 8602.0, 8620.0, 8618.0, 8600.0, 8673.0, 8628.0, 8618.0, 8674.0, 8658.0, 8611.0, 8625.0, 8592.0, 8592.0, 8621.0, 8611.0, 8608.0, 8685.0, 8626.0, 8594.0, 8591.0, 8575.0, 8590.0, 8593.0, 8591.0, 8649.0, 8645.0, 8589.0, 8594.0, 8594.0, 8590.0, 8604.0, 8609.0, 8596.0, 8609.0, 8627.0, 8606.0, 8605.0, 8647.0, 8626.0, 8626.0, 8662.0, 8632.0, 8597.0, 8627.0, 8598.0, 8601.0, 8649.0, 8638.0, 8652.0, 8662.0, 8608.0, 8635.0, 8623.0, 8617.0, 8638.0, 8617.0, 8603.0, 8617.0, 8643.0, 8601.0, 8620.0, 8649.0, 8622.0, 8623.0, 8637.0, 8628.0, 8627.0, 8682.0, 8668.0, 8649.0, 8672.0, 8630.0, 8670.0, 8666.0, 8623.0, 8669.0, 8629.0, 8650.0, 8635.0, 8602.0, 8615.0, 8571.0, 8599.0, 8571.0, 8585.0, 8599.0, 8612.0, 8578.0, 8613.0, 8575.0, 8600.0, 8590.0, 8595.0, 8597.0, 8606.0, 8626.0, 8625.0, 8607.0, 8593.0, 8607.0, 8596.0, 8593.0, 8683.0, 8668.0, 8622.0, 8617.0, 8571.0, 8610.0, 8583.0, 8567.0, 8585.0, 8569.0, 8627.0, 8613.0, 8566.0, 8581.0, 8586.0, 8575.0, 8600.0, 8577.0, 8574.0, 8604.0, 8623.0, 8636.0, 8590.0, 8578.0, 8600.0, 8575.0, 8596.0, 8626.0, 8613.0, 8629.0, 8592.0, 8577.0, 8586.0, 8590.0, 8609.0, 8623.0, 8595.0, 8596.0, 8594.0, 8595.0, 8610.0, 8592.0, 8592.0, 8605.0, 8590.0, 8661.0, 8629.0, 8632.0, 8608.0, 8570.0, 8583.0, 8570.0, 8567.0, 8585.0, 8579.0, 8610.0, 8596.0, 8613.0, 8641.0, 8608.0, 8592.0, 8596.0, 8592.0, 8655.0, 8635.0, 8605.0, 8669.0, 8599.0, 8592.0, 8597.0, 8600.0, 8609.0, 8613.0, 8616.0, 8620.0, 8640.0, 8639.0, 8617.0, 8636.0, 8616.0, 8601.0, 8659.0, 8613.0, 8653.0, 8635.0, 8608.0, 8638.0, 8621.0, 8648.0, 8611.0, 8585.0, 8600.0, 8569.0, 8647.0, 8644.0, 8616.0, 8623.0, 8546.0, 8558.0, 8576.0, 8558.0, 8586.0, 8614.0, 8602.0, 8597.0, 8578.0, 8551.0, 8546.0, 8534.0, 8531.0, 8519.0, 8533.0, 8572.0, 8511.0, 8512.0, 8511.0, 8525.0, 8513.0, 8518.0, 8537.0, 8539.0, 8544.0, 8554.0, 8557.0, 8561.0, 8576.0, 8566.0, 8567.0, 8582.0, 8585.0, 8619.0, 8616.0, 8600.0, 8612.0, 8568.0, 8586.0, 8612.0, 8576.0, 8595.0, 8594.0, 8582.0, 8620.0, 8615.0, 8599.0, 8597.0, 8628.0, 8611.0, 8618.0, 8629.0, 8618.0, 8604.0, 8595.0, 8587.0, 8598.0, 8584.0, 8587.0, 8607.0, 8623.0, 8604.0, 8658.0, 8699.0, 8669.0, 8671.0, 8682.0, 8667.0, 8677.0, 8643.0, 8611.0, 8651.0, 8615.0, 8586.0, 8628.0, 8593.0, 8560.0, 8619.0, 8559.0, 8585.0, 8584.0, 8553.0, 8576.0, 8545.0, 8583.0, 8539.0, 8538.0, 8510.0, 8483.0, 8481.0, 8502.0, 8498.0, 8503.0, 8508.0, 8507.0, 8526.0, 8512.0, 8532.0, 8532.0, 8538.0, 8538.0, 8553.0, 8557.0, 8559.0, 8565.0, 8565.0, 8594.0, 8560.0, 8565.0, 8565.0, 8584.0, 8568.0, 8583.0, 8584.0, 8613.0, 8594.0, 8598.0, 8607.0, 8589.0, 8604.0, 8614.0, 8621.0, 8650.0, 8616.0, 8639.0, 8622.0, 8618.0, 8602.0, 8616.0, 8656.0, 8641.0, 8663.0, 8615.0, 8631.0, 8582.0, 8656.0, 8633.0, 8629.0, 8623.0, 8579.0, 8608.0, 8592.0, 8591.0, 8607.0, 8572.0, 8586.0, 8609.0, 8592.0, 8617.0, 8633.0, 8586.0, 8591.0, 8569.0, 8568.0, 8656.0, 8596.0, 8639.0, 8624.0, 8603.0, 8589.0, 8601.0, 8627.0, 8598.0, 8570.0, 8538.0, 8554.0, 8554.0, 8557.0, 8558.0, 8544.0, 8561.0, 8566.0, 8566.0, 8566.0, 8562.0, 8568.0, 8578.0, 8567.0, 8584.0, 8584.0, 8578.0, 8592.0, 8588.0, 8595.0, 8683.0, 8594.0, 8594.0, 8634.0, 8605.0, 8687.0, 8627.0, 8597.0, 8590.0, 8631.0, 8617.0, 8599.0, 8611.0, 8609.0, 8606.0, 8631.0, 8614.0, 8583.0, 8637.0, 8611.0, 8586.0, 8597.0, 8582.0, 8613.0, 8597.0, 8576.0, 8608.0, 8580.0, 8584.0, 8599.0, 8620.0, 8603.0, 8590.0, 8598.0, 8605.0, 8608.0, 8590.0, 8648.0, 8593.0, 8644.0, 8630.0, 8609.0, 8635.0, 8603.0, 8645.0, 8600.0, 8615.0, 8598.0, 8575.0, 8571.0, 8554.0, 8594.0, 8547.0, 8527.0, 8497.0, 8484.0, 8525.0, 8490.0, 8490.0, 8484.0, 8487.0, 8542.0, 8491.0, 8532.0, 8486.0, 8485.0, 8487.0, 8495.0, 8516.0, 8494.0, 8496.0, 8513.0, 8515.0, 8527.0, 8516.0, 8534.0, 8536.0, 8543.0, 8581.0, 8564.0, 8570.0, 8582.0, 8571.0, 8590.0, 8586.0, 8608.0, 8662.0, 8592.0, 8634.0, 8674.0, 8664.0, 8631.0, 8613.0, 8639.0, 8606.0, 8586.0, 8597.0, 8609.0, 8616.0, 8607.0, 8663.0, 8607.0, 8590.0, 8583.0, 8574.0, 8593.0, 8618.0, 8618.0, 8619.0, 8649.0, 8609.0, 8651.0, 8679.0, 8645.0, 8649.0, 8657.0, 8638.0, 8650.0, 8660.0, 8690.0, 8694.0, 8656.0, 8684.0, 8668.0, 8649.0, 8657.0, 8641.0, 8616.0, 8614.0, 8593.0, 8606.0, 8586.0, 8523.0, 8564.0, 8507.0, 8498.0, 8494.0, 8511.0, 8511.0, 8509.0, 8518.0, 8544.0, 8534.0, 8533.0, 8546.0, 8532.0, 8561.0, 8520.0, 8614.0, 8558.0, 8562.0, 8549.0, 8527.0, 8591.0, 8536.0, 8550.0, 8535.0, 8553.0, 8569.0, 8558.0, 8560.0, 8563.0, 8564.0, 8605.0, 8565.0, 8591.0, 8577.0, 8562.0, 8561.0, 8563.0, 8589.0, 8567.0, 8585.0, 8570.0, 8570.0, 8577.0, 8587.0, 8610.0, 8610.0, 8570.0, 8582.0, 8552.0, 8566.0, 8568.0, 8572.0, 8630.0, 8587.0, 8594.0, 8565.0, 8562.0, 8591.0, 8549.0, 8603.0, 8549.0, 8547.0, 8548.0, 8564.0, 8564.0, 8571.0, 8586.0, 8581.0, 8593.0, 8638.0, 8593.0, 8592.0, 8577.0, 8590.0, 8608.0, 8595.0, 8594.0, 8617.0, 8616.0, 8637.0, 8638.0, 8594.0, 8594.0, 8578.0, 8596.0, 8596.0, 8601.0, 8603.0, 8657.0, 8604.0, 8659.0, 8648.0, 8632.0, 8684.0, 8643.0, 8631.0, 8628.0, 8605.0, 8702.0, 8635.0, 8632.0, 8630.0, 8639.0, 8642.0, 8632.0, 8629.0, 8613.0, 8673.0, 8646.0, 8602.0, 8627.0, 8616.0, 8619.0, 8662.0, 8604.0, 8691.0, 8660.0, 8629.0, 8667.0, 8621.0, 8593.0, 8592.0, 8579.0, 8593.0, 8610.0, 8598.0, 8637.0, 8621.0, 8606.0, 8681.0, 8631.0, 8631.0, 8628.0, 8570.0, 8568.0, 8550.0, 8572.0, 8586.0, 8573.0, 8575.0, 8576.0, 8590.0, 8644.0, 8590.0, 8619.0, 8605.0, 8596.0, 8679.0, 8620.0, 8605.0, 8649.0, 8576.0, 8577.0, 8605.0, 8623.0, 8618.0, 8630.0, 8683.0, 8647.0, 8681.0, 8635.0, 8614.0, 8615.0, 8569.0, 8660.0, 8617.0, 8627.0, 8593.0, 8583.0, 8658.0, 8607.0, 8590.0, 8601.0, 8540.0, 8526.0, 8529.0, 8546.0, 8556.0, 8547.0, 8544.0, 8549.0, 8550.0, 8605.0, 8535.0, 8549.0, 8548.0, 8564.0, 8550.0, 8536.0, 8553.0, 8595.0, 8556.0, 8554.0, 8557.0, 8561.0, 8599.0, 8573.0, 8626.0, 8570.0, 8582.0, 8584.0, 8576.0, 8646.0, 8600.0, 8611.0, 8611.0, 8579.0, 8594.0, 8588.0, 8616.0, 8606.0, 8621.0, 8611.0, 8650.0, 8643.0, 8657.0, 8683.0, 8667.0, 8705.0, 8682.0, 8620.0, 8640.0, 8626.0, 8636.0, 8696.0, 8668.0, 8663.0, 8664.0, 8627.0, 8667.0, 8607.0, 8661.0, 8598.0, 8659.0, 8609.0, 8595.0, 8641.0, 8621.0, 8572.0, 8557.0, 8588.0, 8579.0, 8581.0, 8602.0, 8546.0, 8568.0, 8593.0, 8596.0, 8583.0, 8626.0, 8641.0, 8640.0, 8622.0, 8638.0, 8614.0, 8597.0, 8591.0, 8569.0, 8530.0, 8556.0, 8496.0, 8469.0, 8469.0, 8486.0, 8487.0, 8488.0, 8490.0, 8496.0, 8508.0, 8496.0, 8509.0, 8498.0, 8515.0, 8519.0, 8516.0, 8518.0, 8524.0, 8547.0, 8545.0, 8527.0, 8544.0, 8547.0, 8563.0, 8552.0, 8548.0, 8550.0, 8549.0, 8549.0, 8535.0, 8549.0, 8551.0, 8579.0, 8556.0, 8557.0, 8556.0, 8541.0, 8599.0, 8570.0, 8629.0, 8570.0, 8586.0, 8570.0, 8542.0, 8596.0, 8572.0, 8599.0, 8573.0, 8556.0, 8576.0, 8586.0, 8611.0, 8602.0, 8591.0, 8671.0, 8607.0, 8610.0, 8606.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.009626073478760048</td></tr>
<tr><td colspan=3>aqi</td><td>0.0866778785304248</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.69758819937932</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1223246193908043</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0025132899655185</td></tr>
<tr><td colspan=3>efc</td><td>0.507</td></tr>
<tr><td colspan=3>fber</td><td>3341.8809</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12662706350158678</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>133</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.269804822043628</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7847793231114966</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.644634118765191</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9590705658138967</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7506332847554016</td></tr>
<tr><td colspan=3>gcor</td><td>0.014625</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0115009481087327</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034798070788383484</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.857754713985617</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>15.881</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.6614</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>212.8795</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>298052.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1026.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>374.8093</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1216</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>481.8966</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3009.6661</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3178.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78492.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1012.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3966.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>823.79</td></tr>
<tr><td colspan=3>tsnr</td><td>22.35616041434696</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>