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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0106/ses-01/func/sub-0106_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>84ec4308899f81beff9216d35f6e5d86</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>15:59:40.297500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99781, -0.0183687, 0.0635386, 0.0104494, 0.992377, 0.122793]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0809873</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4252, -7776, -7264, 283, -57, 3, -123, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.379</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f65178ed-dac3-4519-b177-0f14eb9b3c13||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6770522594451904, 0.02803502231836319, 0.17633646726608276, 105.57341766357422], [0.04928182065486908, 2.6624755859375, 0.32902365922927856, -96.3207015991211], [0.17046938836574554, -0.32944580912590027, 2.674069881439209, -66.86050415039062], [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': ['155940.297500', '155940.757500', '155941.217500', '155941.677500', '155942.137500', '155942.597500', '155943.057500', '155943.517500', '155943.977500', '155944.437500', '155944.897500', '155945.357500', '155945.817500', '155946.277500', '155946.737500', '155947.197500', '155947.657500', '155948.117500', '155948.577500', '155949.037500', '155949.497500', '155949.957500', '155950.417500', '155950.877500', '155951.337500', '155951.797500', '155952.257500', '155952.717500', '155953.177500', '155953.637500', '155954.097500', '155954.557500', '155955.017500', '155955.477500', '155955.937500', '155956.397500', '155956.857500', '155957.317500', '155957.777500', '155958.237500', '155958.697500', '155959.157500', '155959.617500', '160000.077500', '160000.537500', '160000.997500', '160001.457500', '160001.917500', '160002.377500', '160002.837500', '160003.297500', '160003.757500', '160004.217500', '160004.677500', '160005.137500', '160005.597500', '160006.057500', '160006.517500', '160006.977500', '160007.437500', '160007.897500', '160008.357500', '160008.817500', '160009.277500', '160009.737500', '160010.197500', '160010.657500', '160011.117500', '160011.577500', '160012.037500', '160012.497500', '160012.957500', '160013.417500', '160013.877500', '160014.337500', '160014.797500', '160015.257500', '160015.717500', '160016.177500', '160016.637500', '160017.097500', '160017.557500', '160018.017500', '160018.477500', '160018.937500', '160019.397500', '160019.857500', '160020.317500', '160020.777500', '160021.237500', '160021.697500', '160022.157500', '160022.617500', '160023.077500', '160023.537500', '160023.997500', '160024.457500', '160024.917500', '160025.377500', '160025.837500', '160026.297500', '160026.757500', '160027.217500', '160027.677500', '160028.137500', '160028.597500', '160029.057500', '160029.517500', '160029.977500', '160030.437500', '160030.897500', '160031.357500', '160031.817500', '160032.277500', '160032.737500', '160033.197500', '160033.657500', '160034.117500', '160034.577500', '160035.037500', '160035.497500', '160035.957500', '160036.417500', '160036.877500', '160037.337500', '160037.797500', '160038.257500', '160038.717500', '160039.177500', '160039.637500', '160040.097500', '160040.557500', '160041.017500', '160041.477500', '160041.937500', '160042.397500', '160042.857500', '160043.317500', '160043.777500', '160044.237500', '160044.697500', '160045.157500', '160045.617500', '160046.077500', '160046.537500', '160046.997500', '160047.457500', '160047.917500', '160048.377500', '160048.837500', '160049.297500', '160049.757500', '160050.217500', '160050.677500', '160051.137500', '160051.597500', '160052.057500', '160052.517500', '160052.977500', '160053.437500', '160053.897500', '160054.357500', '160054.817500', '160055.277500', '160055.737500', '160056.197500', '160056.657500', '160057.117500', '160057.577500', '160058.037500', '160058.497500', '160058.957500', '160059.417500', '160059.877500', '160100.337500', '160100.797500', '160101.257500', '160101.717500', '160102.177500', '160102.637500', '160103.097500', '160103.557500', '160104.017500', '160104.477500', '160104.937500', '160105.397500', '160105.857500', '160106.317500', '160106.777500', '160107.237500', '160107.697500', '160108.157500', '160108.617500', '160109.077500', '160109.537500', '160109.997500', '160110.457500', '160110.917500', '160111.377500', '160111.837500', '160112.297500', '160112.757500', '160113.217500', '160113.677500', '160114.137500', '160114.597500', '160115.057500', '160115.517500', '160115.977500', '160116.437500', '160116.897500', '160117.357500', '160117.817500', '160118.277500', '160118.737500', '160119.197500', '160119.657500', '160120.117500', '160120.577500', '160121.037500', '160121.497500', '160121.957500', '160122.417500', '160122.877500', '160123.337500', '160123.797500', '160124.257500', '160124.717500', '160125.177500', '160125.637500', '160126.097500', '160126.557500', '160127.017500', '160127.477500', '160127.937500', '160128.397500', '160128.857500', '160129.317500', '160129.777500', '160130.237500', '160130.697500', '160131.157500', '160131.617500', '160132.077500', '160132.537500', '160132.997500', '160133.457500', '160133.917500', '160134.377500', '160134.837500', '160135.297500', '160135.757500', '160136.217500', '160136.677500', '160137.137500', '160137.597500', '160138.057500', '160138.517500', '160138.977500', '160139.437500', '160139.897500', '160140.357500', '160140.817500', '160141.277500', '160141.737500', '160142.197500', '160142.657500', '160143.117500', '160143.577500', '160144.037500', '160144.497500', '160144.957500', '160145.417500', '160145.877500', '160146.337500', '160146.797500', '160147.257500', '160147.717500', '160148.177500', '160148.637500', '160149.097500', '160149.557500', '160150.017500', '160150.477500', '160150.937500', '160151.397500', '160151.857500', '160152.317500', '160152.777500', '160153.237500', '160153.697500', '160154.157500', '160154.617500', '160155.077500', '160155.537500', '160155.997500', '160156.457500', '160156.917500', '160157.377500', '160157.837500', '160158.297500', '160158.757500', '160159.217500', '160159.677500', '160200.137500', '160200.597500', '160201.057500', '160201.517500', '160201.977500', '160202.437500', '160202.897500', '160203.357500', '160203.817500', '160204.277500', '160204.737500', '160205.197500', '160205.657500', '160206.117500', '160206.577500', '160207.037500', '160207.497500', '160207.957500', '160208.417500', '160208.877500', '160209.337500', '160209.797500', '160210.257500', '160210.717500', '160211.177500', '160211.637500', '160212.097500', '160212.557500', '160213.017500', '160213.477500', '160213.937500', '160214.397500', '160214.857500', '160215.317500', '160215.777500', '160216.237500', '160216.697500', '160217.157500', '160217.617500', '160218.077500', '160218.537500', '160218.997500', '160219.457500', '160219.917500', '160220.377500', '160220.837500', '160221.297500', '160221.757500', '160222.217500', '160222.677500', '160223.137500', '160223.597500', '160224.057500', '160224.517500', '160224.977500', '160225.437500', '160225.897500', '160226.357500', '160226.817500', '160227.277500', '160227.737500', '160228.197500', '160228.657500', '160229.117500', '160229.577500', '160230.037500', '160230.497500', '160230.957500', '160231.417500', '160231.877500', '160232.337500', '160232.797500', '160233.257500', '160233.717500', '160234.177500', '160234.637500', '160235.097500', '160235.557500', '160236.017500', '160236.477500', '160236.937500', '160237.397500', '160237.857500', '160238.317500', '160238.777500', '160239.237500', '160239.697500', '160240.157500', '160240.617500', '160241.077500', '160241.537500', '160241.997500', '160242.457500', '160242.917500', '160243.377500', '160243.837500', '160244.297500', '160244.757500', '160245.217500', '160245.677500', '160246.137500', '160246.597500', '160247.057500', '160247.517500', '160247.977500', '160248.437500', '160248.897500', '160249.357500', '160249.817500', '160250.277500', '160250.737500', '160251.197500', '160251.657500', '160252.117500', '160252.577500', '160253.037500', '160253.497500', '160253.957500', '160254.417500', '160254.877500', '160255.337500', '160255.797500', '160256.257500', '160256.717500', '160257.177500', '160257.637500', '160258.097500', '160258.557500', '160259.017500', '160259.477500', '160259.937500', '160300.397500', '160300.857500', '160301.317500', '160301.777500', '160302.237500', '160302.697500', '160303.157500', '160303.617500', '160304.077500', '160304.537500', '160304.997500', '160305.457500', '160305.917500', '160306.377500', '160306.837500', '160307.297500', '160307.757500', '160308.217500', '160308.677500', '160309.137500', '160309.597500', '160310.057500', '160310.517500', '160310.977500', '160311.437500', '160311.897500', '160312.357500', '160312.817500', '160313.277500', '160313.737500', '160314.197500', '160314.657500', '160315.117500', '160315.577500', '160316.037500', '160316.497500', '160316.957500', '160317.417500', '160317.877500', '160318.337500', '160318.797500', '160319.257500', '160319.717500', '160320.177500', '160320.637500', '160321.097500', '160321.557500', '160322.017500', '160322.477500', '160322.937500', '160323.397500', '160323.857500', '160324.317500', '160324.777500', '160325.237500', '160325.697500', '160326.157500', '160326.617500', '160327.077500', '160327.537500', '160327.997500', '160328.457500', '160328.917500', '160329.377500', '160329.837500', '160330.297500', '160330.757500', '160331.217500', '160331.677500', '160332.137500', '160332.597500', '160333.057500', '160333.517500', '160333.977500', '160334.437500', '160334.897500', '160335.357500', '160335.817500', '160336.277500', '160336.737500', '160337.197500', '160337.657500', '160338.117500', '160338.577500', '160339.037500', '160339.497500', '160339.957500', '160340.417500', '160340.877500', '160341.337500', '160341.797500', '160342.257500', '160342.717500', '160343.177500', '160343.637500', '160344.097500', '160344.557500', '160345.017500', '160345.477500', '160345.937500', '160346.397500', '160346.857500', '160347.317500', '160347.777500', '160348.237500', '160348.697500', '160349.157500', '160349.617500', '160350.077500', '160350.537500', '160350.997500', '160351.457500', '160351.917500', '160352.377500', '160352.837500', '160353.297500', '160353.757500', '160354.217500', '160354.677500', '160355.137500', '160355.597500', '160356.057500', '160356.517500', '160356.977500', '160357.437500', '160357.897500', '160358.357500', '160358.817500', '160359.277500', '160359.737500', '160400.197500', '160400.657500', '160401.117500', '160401.577500', '160402.037500', '160402.497500', '160402.957500', '160403.417500', '160403.877500', '160404.337500', '160404.797500', '160405.257500', '160405.717500', '160406.177500', '160406.637500', '160407.097500', '160407.557500', '160408.017500', '160408.477500', '160408.937500', '160409.397500', '160409.857500', '160410.317500', '160410.777500', '160411.237500', '160411.697500', '160412.157500', '160412.617500', '160413.077500', '160413.537500', '160413.997500', '160414.457500', '160414.917500', '160415.377500', '160415.837500', '160416.297500', '160416.757500', '160417.217500', '160417.677500', '160418.137500', '160418.597500', '160419.057500', '160419.517500', '160419.977500', '160420.437500', '160420.897500', '160421.357500', '160421.817500', '160422.277500', '160422.737500', '160423.197500', '160423.657500', '160424.117500', '160424.577500', '160425.037500', '160425.497500', '160425.957500', '160426.417500', '160426.877500', '160427.337500', '160427.797500', '160428.257500', '160428.717500', '160429.177500', '160429.637500', '160430.097500', '160430.557500', '160431.017500', '160431.477500', '160431.937500', '160432.397500', '160432.857500', '160433.317500', '160433.777500', '160434.237500', '160434.697500', '160435.157500', '160435.617500', '160436.077500', '160436.537500', '160436.997500', '160437.457500', '160437.917500', '160438.377500', '160438.837500', '160439.297500', '160439.757500', '160440.217500', '160440.677500', '160441.137500', '160441.597500', '160442.057500', '160442.517500', '160442.977500', '160443.437500', '160443.897500', '160444.357500', '160444.817500', '160445.277500', '160445.737500', '160446.197500', '160446.657500', '160447.117500', '160447.577500', '160448.037500', '160448.497500', '160448.957500', '160449.417500', '160449.877500', '160450.337500', '160450.797500', '160451.257500', '160451.717500', '160452.177500', '160452.637500', '160453.097500', '160453.557500', '160454.017500', '160454.477500', '160454.937500', '160455.397500', '160455.857500', '160456.317500', '160456.777500', '160457.237500', '160457.697500', '160458.157500', '160458.617500', '160459.077500', '160459.537500', '160459.997500', '160500.457500', '160500.917500', '160501.377500', '160501.837500', '160502.297500', '160502.757500', '160503.217500', '160503.677500', '160504.137500', '160504.597500', '160505.057500', '160505.517500', '160505.977500', '160506.437500', '160506.897500', '160507.357500', '160507.817500', '160508.277500', '160508.737500', '160509.197500', '160509.657500', '160510.117500', '160510.577500', '160511.037500', '160511.497500', '160511.957500', '160512.417500', '160512.877500', '160513.337500', '160513.797500', '160514.257500', '160514.717500', '160515.177500', '160515.637500', '160516.097500', '160516.557500', '160517.017500', '160517.477500', '160517.937500', '160518.397500', '160518.857500', '160519.317500', '160519.777500', '160520.237500', '160520.697500', '160521.157500', '160521.617500', '160522.077500', '160522.537500', '160522.997500', '160523.457500', '160523.917500', '160524.377500', '160524.837500', '160525.297500', '160525.757500', '160526.217500', '160526.677500', '160527.137500', '160527.597500', '160528.057500', '160528.517500', '160528.977500', '160529.437500', '160529.897500', '160530.357500', '160530.817500', '160531.277500', '160531.737500', '160532.197500', '160532.657500', '160533.117500', '160533.577500', '160534.037500', '160534.497500', '160534.957500', '160535.417500', '160535.877500', '160536.337500', '160536.797500', '160537.257500', '160537.717500', '160538.177500', '160538.637500', '160539.097500', '160539.557500', '160540.017500', '160540.477500', '160540.937500', '160541.397500', '160541.857500', '160542.317500', '160542.777500', '160543.237500', '160543.697500', '160544.157500', '160544.617500', '160545.077500', '160545.537500', '160545.997500', '160546.457500', '160546.917500', '160547.377500', '160547.837500', '160548.297500', '160548.757500', '160549.217500', '160549.677500', '160550.137500', '160550.597500', '160551.057500', '160551.517500', '160551.977500', '160552.437500', '160552.897500', '160553.357500', '160553.817500', '160554.277500', '160554.737500', '160555.197500', '160555.657500', '160556.117500', '160556.577500', '160557.037500', '160557.497500', '160557.957500', '160558.417500', '160558.877500', '160559.337500', '160559.797500', '160600.257500', '160600.717500', '160601.177500', '160601.637500', '160602.097500', '160602.557500', '160603.017500', '160603.477500', '160603.937500', '160604.397500', '160604.857500', '160605.317500', '160605.777500', '160606.237500', '160606.697500', '160607.157500', '160607.617500', '160608.077500', '160608.537500', '160608.997500', '160609.457500', '160609.917500', '160610.377500', '160610.837500', '160611.297500', '160611.757500', '160612.217500', '160612.677500', '160613.137500', '160613.597500', '160614.057500', '160614.517500', '160614.977500', '160615.437500', '160615.897500', '160616.357500', '160616.817500', '160617.277500', '160617.737500', '160618.197500', '160618.657500', '160619.117500', '160619.577500', '160620.037500', '160620.497500', '160620.957500'], 'ContentTime': ['155958.085000', '155958.088000', '155958.091000', '155958.094000', '155958.096000', '155958.099000', '155958.108000', '155958.110000', '155958.113000', '155958.116000', '155958.118000', '155958.121000', '155958.123000', '155958.126000', '155958.129000', '155958.131000', '155958.134000', '155958.136000', '155958.139000', '155958.141000', '155958.151000', '155958.154000', '155958.157000', '155958.159000', '155958.162000', '155958.165000', '155958.167000', '155958.170000', '155958.172000', '155958.175000', '155958.178000', '155958.184000', '155958.187000', '155958.189000', '155958.192000', '155958.194000', '160018.043000', '160018.046000', '160018.049000', '160018.051000', '160018.054000', '160018.057000', '160018.062000', '160018.064000', '160018.067000', '160018.069000', '160018.072000', '160018.074000', '160018.077000', '160018.079000', '160018.082000', '160018.085000', '160018.087000', '160018.090000', '160018.092000', '160018.095000', '160018.097000', '160018.100000', '160018.103000', '160018.105000', '160018.108000', '160018.110000', '160018.113000', '160018.115000', '160018.118000', '160018.120000', '160018.123000', '160018.126000', '160018.128000', '160018.131000', '160018.133000', '160018.136000', '160018.139000', '160018.141000', '160018.144000', '160018.146000', '160018.149000', '160018.151000', '160018.154000', '160038.043000', '160038.046000', '160038.049000', '160038.051000', '160038.054000', '160038.057000', '160038.059000', '160038.062000', '160038.064000', '160038.067000', '160038.069000', '160038.072000', '160038.074000', '160038.077000', '160038.080000', '160038.082000', '160038.085000', '160038.087000', '160038.090000', '160038.092000', '160038.095000', '160038.098000', '160038.100000', '160038.103000', '160038.105000', '160038.108000', '160038.110000', '160038.113000', '160038.115000', '160038.118000', '160038.120000', '160038.131000', '160038.134000', '160038.137000', '160038.139000', '160038.142000', '160038.144000', '160038.147000', '160038.150000', '160038.152000', '160038.155000', '160038.157000', '160038.160000', '160038.162000', '160058.043000', '160058.046000', '160058.049000', '160058.051000', '160058.054000', '160058.057000', '160058.059000', '160058.062000', '160058.065000', '160058.067000', '160058.070000', '160058.072000', '160058.075000', '160058.077000', '160058.080000', '160058.083000', '160058.085000', '160058.097000', '160058.099000', '160058.102000', '160058.105000', '160058.107000', '160058.110000', '160058.113000', '160058.115000', '160058.118000', '160058.120000', '160058.123000', '160058.126000', '160058.129000', '160058.131000', '160058.134000', '160058.137000', '160058.139000', '160058.142000', '160058.145000', '160058.147000', '160058.150000', '160058.152000', '160058.155000', '160058.157000', '160058.160000', '160058.162000', '160118.042000', '160118.045000', '160118.048000', '160118.050000', '160118.053000', '160118.056000', '160118.058000', '160118.061000', '160118.063000', '160118.066000', '160118.069000', '160118.071000', '160118.074000', '160118.076000', '160118.079000', '160118.081000', '160118.084000', '160118.087000', '160118.089000', '160118.092000', '160118.095000', '160118.097000', '160118.100000', '160118.102000', '160118.105000', '160118.107000', '160118.110000', '160118.112000', '160118.115000', '160118.118000', '160118.120000', '160118.123000', '160118.125000', '160118.128000', '160118.130000', '160118.133000', '160118.136000', '160118.138000', '160118.141000', '160118.143000', '160118.146000', '160118.148000', '160118.151000', '160118.154000', '160138.043000', '160138.046000', '160138.049000', '160138.052000', '160138.054000', '160138.057000', '160138.059000', '160138.062000', '160138.065000', '160138.067000', '160138.070000', '160138.072000', '160138.075000', '160138.077000', '160138.080000', '160138.082000', '160138.085000', '160138.088000', '160138.090000', '160138.093000', '160138.095000', '160138.098000', '160138.100000', '160138.103000', '160138.106000', '160138.108000', '160138.111000', '160138.113000', '160138.116000', '160138.118000', '160138.121000', '160138.124000', '160138.126000', '160138.129000', '160138.131000', '160138.134000', '160138.136000', '160138.139000', '160138.142000', '160138.144000', '160138.147000', '160138.156000', '160138.159000', '160158.043000', '160158.046000', '160158.049000', '160158.052000', '160158.054000', '160158.057000', '160158.059000', '160158.062000', '160158.064000', '160158.067000', '160158.070000', '160158.072000', '160158.075000', '160158.077000', '160158.080000', '160158.083000', '160158.085000', '160158.088000', '160158.090000', '160158.093000', '160158.096000', '160158.099000', '160158.101000', '160158.104000', '160158.106000', '160158.109000', '160158.111000', '160158.114000', '160158.117000', '160158.119000', '160158.122000', '160158.125000', '160158.127000', '160158.130000', '160158.132000', '160158.135000', '160158.137000', '160158.140000', '160158.143000', '160158.145000', '160158.148000', '160158.150000', '160158.153000', '160158.155000', '160218.044000', '160218.046000', '160218.049000', '160218.052000', '160218.054000', '160218.057000', '160218.059000', '160218.062000', '160218.064000', '160218.067000', '160218.070000', '160218.072000', '160218.075000', '160218.077000', '160218.080000', '160218.083000', '160218.085000', '160218.088000', '160218.091000', '160218.093000', '160218.096000', '160218.098000', '160218.101000', '160218.104000', '160218.106000', '160218.109000', '160218.111000', '160218.114000', '160218.116000', '160218.119000', '160218.122000', '160218.124000', '160218.127000', '160218.129000', '160218.132000', '160218.134000', '160218.137000', '160218.140000', '160218.142000', '160218.145000', '160218.147000', '160218.150000', '160218.152000', '160238.043000', '160238.046000', '160238.049000', '160238.051000', '160238.054000', '160238.057000', '160238.059000', '160238.062000', '160238.065000', '160238.067000', '160238.070000', '160238.072000', '160238.075000', '160238.089000', '160238.092000', '160238.094000', '160238.097000', '160238.099000', '160238.102000', '160238.104000', '160238.107000', '160238.110000', '160238.112000', '160238.115000', '160238.117000', '160238.120000', '160238.122000', '160238.125000', '160238.128000', '160238.130000', '160238.133000', '160238.136000', '160238.138000', '160238.141000', '160238.143000', '160238.146000', '160238.148000', '160238.151000', '160238.154000', '160238.156000', '160238.159000', '160238.161000', '160238.164000', '160238.166000', '160258.043000', '160258.046000', '160258.049000', '160258.052000', '160258.054000', '160258.057000', '160258.059000', '160258.062000', '160258.065000', '160258.067000', '160258.070000', '160258.072000', '160258.075000', '160258.078000', '160258.080000', '160258.083000', '160258.085000', '160258.088000', '160258.090000', '160258.093000', '160258.096000', '160258.098000', '160258.101000', '160258.103000', '160258.106000', '160258.108000', '160258.111000', '160258.114000', '160258.116000', '160258.119000', '160258.121000', '160258.124000', '160258.127000', '160258.129000', '160258.132000', '160258.134000', '160258.137000', '160258.140000', '160258.142000', '160258.145000', '160258.147000', '160258.150000', '160258.153000', '160318.043000', '160318.046000', '160318.049000', '160318.051000', '160318.054000', '160318.057000', '160318.059000', '160318.062000', '160318.064000', '160318.067000', '160318.069000', '160318.072000', '160318.075000', '160318.077000', '160318.080000', '160318.082000', '160318.085000', '160318.088000', '160318.090000', '160318.093000', '160318.095000', '160318.098000', '160318.100000', '160318.103000', '160318.105000', '160318.108000', '160318.111000', '160318.113000', '160318.116000', '160318.119000', '160318.121000', '160318.124000', '160318.126000', '160318.129000', '160318.131000', '160318.134000', '160318.137000', '160318.139000', '160318.142000', '160318.144000', '160318.147000', '160318.150000', '160318.152000', '160318.155000', '160338.042000', '160338.045000', '160338.048000', '160338.050000', '160338.053000', '160338.055000', '160338.058000', '160338.061000', '160338.063000', '160338.066000', '160338.068000', '160338.071000', '160338.074000', '160338.076000', '160338.079000', '160338.081000', '160338.084000', '160338.087000', '160338.089000', '160338.092000', '160338.094000', '160338.097000', '160338.099000', '160338.102000', '160338.105000', '160338.107000', '160338.110000', '160338.112000', '160338.115000', '160338.118000', '160338.120000', '160338.123000', '160338.125000', '160338.128000', '160338.131000', '160338.133000', '160338.136000', '160338.138000', '160338.141000', '160338.144000', '160338.146000', '160338.149000', '160338.151000', '160358.045000', '160358.048000', '160358.050000', '160358.053000', '160358.056000', '160358.058000', '160358.061000', '160358.063000', '160358.066000', '160358.069000', '160358.071000', '160358.074000', '160358.076000', '160358.079000', '160358.081000', '160358.084000', '160358.087000', '160358.089000', '160358.092000', '160358.094000', '160358.097000', '160358.100000', '160358.102000', '160358.105000', '160358.116000', '160358.119000', '160358.121000', '160358.124000', '160358.126000', '160358.129000', '160358.132000', '160358.135000', '160358.137000', '160358.140000', '160358.143000', '160358.146000', '160358.149000', '160358.151000', '160358.154000', '160358.157000', '160358.159000', '160358.162000', '160358.164000', '160358.167000', '160418.044000', '160418.047000', '160418.049000', '160418.052000', '160418.054000', '160418.057000', '160418.060000', '160418.062000', '160418.065000', '160418.067000', '160418.070000', '160418.073000', '160418.075000', '160418.078000', '160418.080000', '160418.083000', '160418.086000', '160418.088000', '160418.091000', '160418.094000', '160418.096000', '160418.099000', '160418.101000', '160418.104000', '160418.107000', '160418.109000', '160418.112000', '160418.114000', '160418.117000', '160418.120000', '160418.122000', '160418.125000', '160418.128000', '160418.130000', '160418.133000', '160418.136000', '160418.138000', '160418.141000', '160418.143000', '160418.146000', '160418.149000', '160418.151000', '160418.154000', '160438.043000', '160438.046000', '160438.049000', '160438.051000', '160438.054000', '160438.057000', '160438.059000', '160438.062000', '160438.066000', '160438.068000', '160438.071000', '160438.074000', '160438.076000', '160438.079000', '160438.081000', '160438.084000', '160438.087000', '160438.089000', '160438.092000', '160438.094000', '160438.097000', '160438.099000', '160438.102000', '160438.105000', '160438.107000', '160438.110000', '160438.113000', '160438.115000', '160438.118000', '160438.120000', '160438.123000', '160438.126000', '160438.128000', '160438.131000', '160438.133000', '160438.136000', '160438.138000', '160438.141000', '160438.144000', '160438.146000', '160438.149000', '160438.152000', '160438.155000', '160458.044000', '160458.046000', '160458.049000', '160458.052000', '160458.054000', '160458.057000', '160458.060000', '160458.062000', '160458.065000', '160458.068000', '160458.070000', '160458.073000', '160458.075000', '160458.078000', '160458.081000', '160458.083000', '160458.086000', '160458.088000', '160458.091000', '160458.094000', '160458.096000', '160458.099000', '160458.101000', '160458.104000', '160458.107000', '160458.109000', '160458.112000', '160458.114000', '160458.117000', '160458.120000', '160458.122000', '160458.125000', '160458.127000', '160458.130000', '160458.133000', '160458.135000', '160458.138000', '160458.141000', '160458.143000', '160458.146000', '160458.153000', '160458.156000', '160458.158000', '160458.161000', '160518.044000', '160518.046000', '160518.049000', '160518.052000', '160518.054000', '160518.057000', '160518.059000', '160518.062000', '160518.065000', '160518.067000', '160518.070000', '160518.073000', '160518.075000', '160518.078000', '160518.080000', '160518.084000', '160518.087000', '160518.090000', '160518.092000', '160518.095000', '160518.098000', '160518.100000', '160518.103000', '160518.106000', '160518.108000', '160518.111000', '160518.114000', '160518.116000', '160518.119000', '160518.122000', '160518.124000', '160518.127000', '160518.130000', '160518.132000', '160518.135000', '160518.138000', '160518.141000', '160518.143000', '160518.146000', '160518.148000', '160518.151000', '160518.154000', '160518.156000', '160518.159000', '160538.044000', '160538.046000', '160538.049000', '160538.052000', '160538.054000', '160538.057000', '160538.060000', '160538.068000', '160538.070000', '160538.073000', '160538.075000', '160538.078000', '160538.081000', '160538.083000', '160538.086000', '160538.088000', '160538.091000', '160538.093000', '160538.096000', '160538.099000', '160538.101000', '160538.104000', '160538.107000', '160538.109000', '160538.112000', '160538.114000', '160538.118000', '160538.121000', '160538.124000', '160538.126000', '160538.129000', '160538.131000', '160538.134000', '160538.136000', '160538.139000', '160538.142000', '160538.145000', '160538.147000', '160538.150000', '160538.152000', '160538.155000', '160538.158000', '160538.160000', '160558.042000', '160558.045000', '160558.048000', '160558.051000', '160558.053000', '160558.056000', '160558.059000', '160558.062000', '160558.065000', '160558.067000', '160558.070000', '160558.073000', '160558.075000', '160558.078000', '160558.080000', '160558.083000', '160558.085000', '160558.088000', '160558.091000', '160558.093000', '160558.096000', '160558.099000', '160558.101000', '160558.104000', '160558.106000', '160558.109000', '160558.112000', '160558.114000', '160558.117000', '160558.119000', '160558.122000', '160558.125000', '160558.127000', '160558.130000', '160558.133000', '160558.135000', '160558.138000', '160558.140000', '160558.143000', '160558.145000', '160558.148000', '160558.151000', '160558.153000', '160618.044000', '160618.047000', '160618.049000', '160618.052000', '160618.054000', '160618.057000', '160618.059000', '160618.062000', '160618.065000', '160618.067000', '160618.070000', '160618.072000', '160618.075000', '160618.077000', '160618.080000', '160618.083000', '160618.085000', '160618.088000', '160618.090000', '160618.093000', '160618.096000', '160618.098000', '160618.101000', '160618.103000', '160618.106000', '160618.109000', '160618.111000', '160618.114000', '160618.116000', '160618.119000', '160618.122000', '160618.124000', '160618.127000', '160618.129000', '160618.132000', '160618.135000', '160618.137000', '160618.140000', '160618.142000', '160618.145000', '160618.148000', '160618.150000', '160618.153000', '160618.155000', '160622.443000', '160622.446000', '160622.448000', '160622.451000', '160622.454000', '160622.456000', '160622.459000', '160622.462000', '160622.464000', '160622.467000'], 'InstanceCreationTime': ['155958.085000', '155958.088000', '155958.091000', '155958.094000', '155958.096000', '155958.099000', '155958.108000', '155958.110000', '155958.113000', '155958.116000', '155958.118000', '155958.121000', '155958.123000', '155958.126000', '155958.129000', '155958.131000', '155958.134000', '155958.136000', '155958.139000', '155958.141000', '155958.151000', '155958.154000', '155958.157000', '155958.159000', '155958.162000', '155958.165000', '155958.167000', '155958.170000', '155958.172000', '155958.175000', '155958.178000', '155958.184000', '155958.187000', '155958.189000', '155958.192000', '155958.194000', '160018.043000', '160018.046000', '160018.049000', '160018.051000', '160018.054000', '160018.057000', '160018.062000', '160018.064000', '160018.067000', '160018.069000', '160018.072000', '160018.074000', '160018.077000', '160018.079000', '160018.082000', '160018.085000', '160018.087000', '160018.090000', '160018.092000', '160018.095000', '160018.097000', '160018.100000', '160018.103000', '160018.105000', '160018.108000', '160018.110000', '160018.113000', '160018.115000', '160018.118000', '160018.120000', '160018.123000', '160018.126000', '160018.128000', '160018.131000', '160018.133000', '160018.136000', '160018.139000', '160018.141000', '160018.144000', '160018.146000', '160018.149000', '160018.151000', '160018.154000', '160038.043000', '160038.046000', '160038.049000', '160038.051000', '160038.054000', '160038.057000', '160038.059000', '160038.062000', '160038.064000', '160038.067000', '160038.069000', '160038.072000', '160038.074000', '160038.077000', '160038.080000', '160038.082000', '160038.085000', '160038.087000', '160038.090000', '160038.092000', '160038.095000', '160038.098000', '160038.100000', '160038.103000', '160038.105000', '160038.108000', '160038.110000', '160038.113000', '160038.115000', '160038.118000', '160038.120000', '160038.131000', '160038.134000', '160038.137000', '160038.139000', '160038.142000', '160038.144000', '160038.147000', '160038.150000', '160038.152000', '160038.155000', '160038.157000', '160038.160000', '160038.162000', '160058.043000', '160058.046000', '160058.049000', '160058.051000', '160058.054000', '160058.057000', '160058.059000', '160058.062000', '160058.065000', '160058.067000', '160058.070000', '160058.072000', '160058.075000', '160058.077000', '160058.080000', '160058.083000', '160058.085000', '160058.097000', '160058.099000', '160058.102000', '160058.105000', '160058.107000', '160058.110000', '160058.113000', '160058.115000', '160058.118000', '160058.120000', '160058.123000', '160058.126000', '160058.129000', '160058.131000', '160058.134000', '160058.137000', '160058.139000', '160058.142000', '160058.145000', '160058.147000', '160058.150000', '160058.152000', '160058.155000', '160058.157000', '160058.160000', '160058.162000', '160118.042000', '160118.045000', '160118.048000', '160118.050000', '160118.053000', '160118.056000', '160118.058000', '160118.061000', '160118.063000', '160118.066000', '160118.069000', '160118.071000', '160118.074000', '160118.076000', '160118.079000', '160118.081000', '160118.084000', '160118.087000', '160118.089000', '160118.092000', '160118.095000', '160118.097000', '160118.100000', '160118.102000', '160118.105000', '160118.107000', '160118.110000', '160118.112000', '160118.115000', '160118.118000', '160118.120000', '160118.123000', '160118.125000', '160118.128000', '160118.130000', '160118.133000', '160118.136000', '160118.138000', '160118.141000', '160118.143000', '160118.146000', '160118.148000', '160118.151000', '160118.154000', '160138.043000', '160138.046000', '160138.049000', '160138.052000', '160138.054000', '160138.057000', '160138.059000', '160138.062000', '160138.065000', '160138.067000', '160138.070000', '160138.072000', '160138.075000', '160138.077000', '160138.080000', '160138.082000', '160138.085000', '160138.088000', '160138.090000', '160138.093000', '160138.095000', '160138.098000', '160138.100000', '160138.103000', '160138.106000', '160138.108000', '160138.111000', '160138.113000', '160138.116000', '160138.118000', '160138.121000', '160138.124000', '160138.126000', '160138.129000', '160138.131000', '160138.134000', '160138.136000', '160138.139000', '160138.142000', '160138.144000', '160138.147000', '160138.156000', '160138.159000', '160158.043000', '160158.046000', '160158.049000', '160158.052000', '160158.054000', '160158.057000', '160158.059000', '160158.062000', '160158.064000', '160158.067000', '160158.070000', '160158.072000', '160158.075000', '160158.077000', '160158.080000', '160158.083000', '160158.085000', '160158.088000', '160158.090000', '160158.093000', '160158.096000', '160158.099000', '160158.101000', '160158.104000', '160158.106000', '160158.109000', '160158.111000', '160158.114000', '160158.117000', '160158.119000', '160158.122000', '160158.125000', '160158.127000', '160158.130000', '160158.132000', '160158.135000', '160158.137000', '160158.140000', '160158.143000', '160158.145000', '160158.148000', '160158.150000', '160158.153000', '160158.155000', '160218.044000', '160218.046000', '160218.049000', '160218.052000', '160218.054000', '160218.057000', '160218.059000', '160218.062000', '160218.064000', '160218.067000', '160218.070000', '160218.072000', '160218.075000', '160218.077000', '160218.080000', '160218.083000', '160218.085000', '160218.088000', '160218.091000', '160218.093000', '160218.096000', '160218.098000', '160218.101000', '160218.104000', '160218.106000', '160218.109000', '160218.111000', '160218.114000', '160218.116000', '160218.119000', '160218.122000', '160218.124000', '160218.127000', '160218.129000', '160218.132000', '160218.134000', '160218.137000', '160218.140000', '160218.142000', '160218.145000', '160218.147000', '160218.150000', '160218.152000', '160238.043000', '160238.046000', '160238.049000', '160238.051000', '160238.054000', '160238.057000', '160238.059000', '160238.062000', '160238.065000', '160238.067000', '160238.070000', '160238.072000', '160238.075000', '160238.089000', '160238.092000', '160238.094000', '160238.097000', '160238.099000', '160238.102000', '160238.104000', '160238.107000', '160238.110000', '160238.112000', '160238.115000', '160238.117000', '160238.120000', '160238.122000', '160238.125000', '160238.128000', '160238.130000', '160238.133000', '160238.136000', '160238.138000', '160238.141000', '160238.143000', '160238.146000', '160238.148000', '160238.151000', '160238.154000', '160238.156000', '160238.159000', '160238.161000', '160238.164000', '160238.166000', '160258.043000', '160258.046000', '160258.049000', '160258.052000', '160258.054000', '160258.057000', '160258.059000', '160258.062000', '160258.065000', '160258.067000', '160258.070000', '160258.072000', '160258.075000', '160258.078000', '160258.080000', '160258.083000', '160258.085000', '160258.088000', '160258.090000', '160258.093000', '160258.096000', '160258.098000', '160258.101000', '160258.103000', '160258.106000', '160258.108000', '160258.111000', '160258.114000', '160258.116000', '160258.119000', '160258.121000', '160258.124000', '160258.127000', '160258.129000', '160258.132000', '160258.134000', '160258.137000', '160258.140000', '160258.142000', '160258.145000', '160258.147000', '160258.150000', '160258.153000', '160318.043000', '160318.046000', '160318.049000', '160318.051000', '160318.054000', '160318.057000', '160318.059000', '160318.062000', '160318.064000', '160318.067000', '160318.069000', '160318.072000', '160318.075000', '160318.077000', '160318.080000', '160318.082000', '160318.085000', '160318.088000', '160318.090000', '160318.093000', '160318.095000', '160318.098000', '160318.100000', '160318.103000', '160318.105000', '160318.108000', '160318.111000', '160318.113000', '160318.116000', '160318.119000', '160318.121000', '160318.124000', '160318.126000', '160318.129000', '160318.131000', '160318.134000', '160318.137000', '160318.139000', '160318.142000', '160318.144000', '160318.147000', '160318.150000', '160318.152000', '160318.155000', '160338.042000', '160338.045000', '160338.048000', '160338.050000', '160338.053000', '160338.055000', '160338.058000', '160338.061000', '160338.063000', '160338.066000', '160338.068000', '160338.071000', '160338.074000', '160338.076000', '160338.079000', '160338.081000', '160338.084000', '160338.087000', '160338.089000', '160338.092000', '160338.094000', '160338.097000', '160338.099000', '160338.102000', '160338.105000', '160338.107000', '160338.110000', '160338.112000', '160338.115000', '160338.118000', '160338.120000', '160338.123000', '160338.125000', '160338.128000', '160338.131000', '160338.133000', '160338.136000', '160338.138000', '160338.141000', '160338.144000', '160338.146000', '160338.149000', '160338.151000', '160358.045000', '160358.048000', '160358.050000', '160358.053000', '160358.056000', '160358.058000', '160358.061000', '160358.063000', '160358.066000', '160358.069000', '160358.071000', '160358.074000', '160358.076000', '160358.079000', '160358.081000', '160358.084000', '160358.087000', '160358.089000', '160358.092000', '160358.094000', '160358.097000', '160358.100000', '160358.102000', '160358.105000', '160358.116000', '160358.119000', '160358.121000', '160358.124000', '160358.126000', '160358.129000', '160358.132000', '160358.135000', '160358.137000', '160358.140000', '160358.143000', '160358.146000', '160358.149000', '160358.151000', '160358.154000', '160358.157000', '160358.159000', '160358.162000', '160358.164000', '160358.167000', '160418.044000', '160418.047000', '160418.049000', '160418.052000', '160418.054000', '160418.057000', '160418.060000', '160418.062000', '160418.065000', '160418.067000', '160418.070000', '160418.073000', '160418.075000', '160418.078000', '160418.080000', '160418.083000', '160418.086000', '160418.088000', '160418.091000', '160418.094000', '160418.096000', '160418.099000', '160418.101000', '160418.104000', '160418.107000', '160418.109000', '160418.112000', '160418.114000', '160418.117000', '160418.120000', '160418.122000', '160418.125000', '160418.128000', '160418.130000', '160418.133000', '160418.136000', '160418.138000', '160418.141000', '160418.143000', '160418.146000', '160418.149000', '160418.151000', '160418.154000', '160438.043000', '160438.046000', '160438.049000', '160438.051000', '160438.054000', '160438.057000', '160438.059000', '160438.062000', '160438.066000', '160438.068000', '160438.071000', '160438.074000', '160438.076000', '160438.079000', '160438.081000', '160438.084000', '160438.087000', '160438.089000', '160438.092000', '160438.094000', '160438.097000', '160438.099000', '160438.102000', '160438.105000', '160438.107000', '160438.110000', '160438.113000', '160438.115000', '160438.118000', '160438.120000', '160438.123000', '160438.126000', '160438.128000', '160438.131000', '160438.133000', '160438.136000', '160438.138000', '160438.141000', '160438.144000', '160438.146000', '160438.149000', '160438.152000', '160438.155000', '160458.044000', '160458.046000', '160458.049000', '160458.052000', '160458.054000', '160458.057000', '160458.060000', '160458.062000', '160458.065000', '160458.068000', '160458.070000', '160458.073000', '160458.075000', '160458.078000', '160458.081000', '160458.083000', '160458.086000', '160458.088000', '160458.091000', '160458.094000', '160458.096000', '160458.099000', '160458.101000', '160458.104000', '160458.107000', '160458.109000', '160458.112000', '160458.114000', '160458.117000', '160458.120000', '160458.122000', '160458.125000', '160458.127000', '160458.130000', '160458.133000', '160458.135000', '160458.138000', '160458.141000', '160458.143000', '160458.146000', '160458.153000', '160458.156000', '160458.158000', '160458.161000', '160518.044000', '160518.046000', '160518.049000', '160518.052000', '160518.054000', '160518.057000', '160518.059000', '160518.062000', '160518.065000', '160518.067000', '160518.070000', '160518.073000', '160518.075000', '160518.078000', '160518.080000', '160518.084000', '160518.087000', '160518.090000', '160518.092000', '160518.095000', '160518.098000', '160518.100000', '160518.103000', '160518.106000', '160518.108000', '160518.111000', '160518.114000', '160518.116000', '160518.119000', '160518.122000', '160518.124000', '160518.127000', '160518.130000', '160518.132000', '160518.135000', '160518.138000', '160518.141000', '160518.143000', '160518.146000', '160518.148000', '160518.151000', '160518.154000', '160518.156000', '160518.159000', '160538.044000', '160538.046000', '160538.049000', '160538.052000', '160538.054000', '160538.057000', '160538.060000', '160538.068000', '160538.070000', '160538.073000', '160538.075000', '160538.078000', '160538.081000', '160538.083000', '160538.086000', '160538.088000', '160538.091000', '160538.093000', '160538.096000', '160538.099000', '160538.101000', '160538.104000', '160538.107000', '160538.109000', '160538.112000', '160538.114000', '160538.118000', '160538.121000', '160538.124000', '160538.126000', '160538.129000', '160538.131000', '160538.134000', '160538.136000', '160538.139000', '160538.142000', '160538.145000', '160538.147000', '160538.150000', '160538.152000', '160538.155000', '160538.158000', '160538.160000', '160558.042000', '160558.045000', '160558.048000', '160558.051000', '160558.053000', '160558.056000', '160558.059000', '160558.062000', '160558.065000', '160558.067000', '160558.070000', '160558.073000', '160558.075000', '160558.078000', '160558.080000', '160558.083000', '160558.085000', '160558.088000', '160558.091000', '160558.093000', '160558.096000', '160558.099000', '160558.101000', '160558.104000', '160558.106000', '160558.109000', '160558.112000', '160558.114000', '160558.117000', '160558.119000', '160558.122000', '160558.125000', '160558.127000', '160558.130000', '160558.133000', '160558.135000', '160558.138000', '160558.140000', '160558.143000', '160558.145000', '160558.148000', '160558.151000', '160558.153000', '160618.044000', '160618.047000', '160618.049000', '160618.052000', '160618.054000', '160618.057000', '160618.059000', '160618.062000', '160618.065000', '160618.067000', '160618.070000', '160618.072000', '160618.075000', '160618.077000', '160618.080000', '160618.083000', '160618.085000', '160618.088000', '160618.090000', '160618.093000', '160618.096000', '160618.098000', '160618.101000', '160618.103000', '160618.106000', '160618.109000', '160618.111000', '160618.114000', '160618.116000', '160618.119000', '160618.122000', '160618.124000', '160618.127000', '160618.129000', '160618.132000', '160618.135000', '160618.137000', '160618.140000', '160618.142000', '160618.145000', '160618.148000', '160618.150000', '160618.153000', '160618.155000', '160622.443000', '160622.446000', '160622.448000', '160622.451000', '160622.454000', '160622.456000', '160622.459000', '160622.462000', '160622.464000', '160622.467000'], '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': [9698, 9183, 9115, 10451, 10191, 10074, 10440, 10259, 9223, 8194, 8953, 8433, 9066, 8880, 9495, 9170, 10668, 9434, 10527, 9831, 10504, 9071, 8083, 8655, 9227, 9666, 9410, 8881, 9316, 9430, 8672, 9092, 9481, 9172, 9828, 9284, 10685, 9993, 10172, 8944, 9554, 9271, 8925, 9345, 8587, 8840, 9051, 9010, 8136, 7753, 9793, 9190, 8762, 9159, 8917, 9075, 9711, 9175, 11194, 10802, 10602, 8877, 7906, 8782, 7878, 8730, 8664, 9667, 8654, 8199, 9011, 8081, 9795, 8569, 8202, 9171, 9351, 9179, 9645, 10228, 10745, 10019, 10002, 8516, 8447, 8620, 9022, 8838, 9797, 8956, 8509, 8393, 8998, 10184, 9153, 9909, 8460, 9592, 8688, 9633, 8625, 9574, 8585, 7971, 8954, 9381, 9101, 8626, 9439, 8966, 9005, 8471, 8666, 8567, 9323, 8714, 9217, 8664, 8939, 9019, 8617, 8254, 8437, 8483, 8864, 8179, 9530, 8192, 8185, 7660, 8480, 7714, 8741, 8278, 7767, 8123, 8190, 8503, 10021, 9252, 8635, 7927, 8334, 8266, 8745, 8513, 9339, 8594, 8648, 8331, 8246, 8836, 9407, 9156, 8304, 8281, 8534, 10254, 8956, 10331, 9121, 9125, 8957, 8972, 8809, 8968, 8367, 9659, 8540, 9480, 9206, 9088, 8699, 7783, 8848, 8244, 8574, 8142, 8406, 7968, 8925, 9328, 9260, 8644, 9735, 8909, 8929, 8616, 8905, 9329, 9976, 8760, 9077, 8507, 8656, 9018, 8947, 8113, 8748, 7699, 8289, 8450, 9670, 7665, 8102, 7527, 8479, 8005, 9359, 8504, 10377, 10561, 11154, 9562, 8985, 9710, 8386, 8571, 8227, 8426, 8582, 8478, 9406, 8504, 8717, 8212, 8575, 8789, 9103, 8687, 9733, 8807, 8965, 8573, 8262, 6939, 7995, 8335, 8255, 8451, 8515, 8413, 7829, 8192, 8614, 9614, 8210, 8285, 8730, 9003, 8405, 9185, 8119, 9798, 8910, 8166, 8627, 8566, 8410, 8629, 8142, 8811, 8862, 7646, 8161, 7725, 8672, 8798, 8326, 8260, 8045, 8364, 8091, 8619, 10425, 9386, 10846, 9686, 8985, 8160, 8344, 8593, 8231, 8631, 10881, 8917, 8666, 8434, 8301, 8209, 7906, 8647, 9592, 8374, 9269, 8169, 8485, 8812, 8994, 9329, 9537, 8791, 8738, 9062, 7722, 8260, 8499, 8763, 8587, 8809, 8251, 8482, 8493, 8475, 8260, 7729, 8021, 8030, 8709, 9284, 8505, 10221, 8285, 9081, 8556, 8405, 8799, 8503, 9054, 8425, 8384, 8961, 8793, 8228, 8387, 7843, 8485, 9677, 8824, 8845, 7844, 8716, 8555, 9130, 8643, 8486, 8120, 8136, 8472, 8538, 8391, 8054, 8569, 8304, 8759, 9150, 9933, 8630, 10437, 8053, 9464, 8599, 10718, 9762, 10049, 8384, 8044, 8629, 9398, 9414, 8631, 10540, 8702, 8898, 8738, 8778, 8960, 9641, 9627, 9736, 8422, 9184, 8557, 9199, 9331, 8883, 7986, 8985, 8467, 8813, 7893, 8643, 8282, 8762, 8888, 9378, 8961, 8529, 8856, 8340, 8482, 8426, 8297, 8248, 8611, 8588, 8149, 8132, 7955, 8397, 8108, 9205, 8608, 8534, 9269, 9576, 7550, 8316, 8582, 9016, 8991, 8429, 8377, 7895, 8414, 8871, 8960, 8413, 8890, 8929, 9489, 10200, 9860, 9671, 9278, 11363, 10044, 10984, 9106, 9911, 8567, 9872, 9212, 9419, 8379, 8430, 8677, 8905, 8980, 8788, 8223, 8638, 8462, 9893, 8976, 9148, 8721, 8785, 9862, 10203, 8955, 9359, 8776, 8235, 8440, 9027, 7830, 8368, 8738, 8554, 8663, 8873, 8076, 10091, 9892, 8714, 11062, 8575, 8175, 9380, 8629, 11720, 9107, 10644, 9109, 9578, 7750, 7699, 8726, 8427, 8837, 8109, 8517, 7708, 8164, 8250, 7993, 8976, 8238, 8712, 7999, 8127, 8212, 8015, 8532, 8609, 8950, 8602, 8236, 8506, 8455, 8611, 8284, 9433, 9002, 8805, 8212, 8261, 8144, 8299, 8559, 8205, 8332, 8166, 8271, 8440, 8771, 8206, 10236, 8399, 10351, 8527, 8844, 8964, 8643, 8662, 8787, 8205, 8666, 7822, 8267, 8100, 8707, 9331, 9389, 9851, 8761, 8289, 8396, 8513, 8866, 9008, 8700, 8985, 8130, 8104, 8119, 8423, 8577, 9095, 8635, 8716, 8026, 8304, 8332, 8456, 8504, 9039, 8193, 7818, 7964, 8273, 8422, 8876, 8538, 9023, 8249, 8391, 7949, 8446, 7816, 9034, 9175, 8896, 8642, 9007, 8558, 8701, 7627, 8706, 8264, 8737, 8469, 8636, 8177, 8461, 8908, 8567, 8626, 8292, 8466, 8293, 8782, 8940, 8621, 8548, 8485, 8171, 8416, 8614, 9199, 8556, 8379, 8255, 8309, 9252, 9164, 8675, 8222, 8009, 8313, 7924, 8331, 8783, 8407, 9784, 8246, 8569, 9063, 10218, 9482, 8393, 8276, 8011, 8358, 7893, 9063, 9180, 8332, 7927, 8038, 8316, 8340, 8723, 8853, 8814, 8483, 8405, 8434, 8506, 8638, 9493, 8906, 8302, 8186, 8062, 8177, 9008, 8677, 9040, 9533, 8414, 8077, 8178, 8264, 8321, 8362, 9419, 9659, 8794, 8104, 8174, 8154, 8302, 8301, 8285, 8319, 8638, 8455, 7973, 8201, 7965, 8808, 8773, 8977, 8292, 8870, 7799, 8785, 8809, 8780, 8650, 8558, 7973, 8614, 8538, 8839, 8860, 8322, 8175, 8571, 8118, 8420, 8771, 8416, 8469, 8826, 8623, 9266, 9029, 8172, 8744, 8741, 8375, 8507, 8588, 8464, 8873, 8423, 8949, 8217, 8373, 7724, 8318, 8186, 8904, 9686, 9612, 11085, 8062, 8033, 7976, 8868, 8046, 8867, 9048, 8804, 8679, 8896, 8048, 8631, 7955, 8448, 8369, 8905, 9131, 8704, 8216, 8668, 8075, 8826, 8786, 8819, 8593, 8313, 8613, 8059, 9361, 9203, 8800, 9263, 8382, 8564, 8209, 8689, 8279, 8498, 8417, 8853, 8987, 8838, 9100, 8067, 8930, 8346, 8630, 8299, 8689, 8393, 8552, 8814, 8437, 8487, 9260, 8136, 9068, 9439, 7728, 9271, 9253, 9144, 9229, 8802, 8798, 8487, 8764, 8629, 9980, 8859, 9353, 8332, 8768, 8094, 8915, 8265, 9117, 8746, 8068, 8717, 8028, 8343, 8182, 9005, 8482, 8755, 8139, 8135, 9096, 8070, 9109, 8158, 9131, 9677, 8459, 7638, 8404, 8325, 8214, 9274, 8495, 8551, 9382, 10730, 9174, 9005, 8038, 8553, 8173, 9283, 9231, 9144, 8348, 9014, 8062, 9054, 9370, 8792, 8191, 9083, 9045, 9630, 9107, 9325, 9864, 9300, 9829, 9636, 9921, 11438, 10386, 10313, 11272, 10387, 11156, 10312, 9287, 10041, 8861, 10443, 8777, 8812, 9413], 'WindowCenter': [4282.0, 4257.0, 4242.0, 4262.0, 4248.0, 4250.0, 4258.0, 4236.0, 4224.0, 4224.0, 4224.0, 4216.0, 4238.0, 4225.0, 4235.0, 4235.0, 4245.0, 4234.0, 4243.0, 4233.0, 4243.0, 4224.0, 4212.0, 4224.0, 4249.0, 4257.0, 4209.0, 4263.0, 4261.0, 4262.0, 4249.0, 4248.0, 4247.0, 4237.0, 4234.0, 4225.0, 4245.0, 4236.0, 4231.0, 4224.0, 4222.0, 4222.0, 4224.0, 4233.0, 4224.0, 4236.0, 4248.0, 4250.0, 4229.0, 4243.0, 4286.0, 4264.0, 4253.0, 4264.0, 4253.0, 4251.0, 4250.0, 4251.0, 4262.0, 4262.0, 4275.0, 4252.0, 4240.0, 4252.0, 4228.0, 4252.0, 4239.0, 4250.0, 4239.0, 4227.0, 4239.0, 4255.0, 4275.0, 4253.0, 4252.0, 4240.0, 4251.0, 4239.0, 4239.0, 4248.0, 4249.0, 4237.0, 4225.0, 4214.0, 4214.0, 4224.0, 4224.0, 4227.0, 4237.0, 4227.0, 4213.0, 4203.0, 4225.0, 4234.0, 4225.0, 4224.0, 4214.0, 4222.0, 4211.0, 4221.0, 4199.0, 4220.0, 4211.0, 4200.0, 4199.0, 4221.0, 4210.0, 4223.0, 4224.0, 4223.0, 4200.0, 4212.0, 4211.0, 4211.0, 4220.0, 4200.0, 4221.0, 4212.0, 4223.0, 4212.0, 4223.0, 4212.0, 4225.0, 4223.0, 4236.0, 4226.0, 4237.0, 4239.0, 4228.0, 4228.0, 4227.0, 4228.0, 4240.0, 4242.0, 4242.0, 4240.0, 4228.0, 4228.0, 4261.0, 4253.0, 4239.0, 4228.0, 4227.0, 4227.0, 4240.0, 4238.0, 4238.0, 4227.0, 4237.0, 4227.0, 4214.0, 4227.0, 4249.0, 4238.0, 4228.0, 4215.0, 4227.0, 4247.0, 4225.0, 4234.0, 4223.0, 4224.0, 4213.0, 4224.0, 4212.0, 4222.0, 4211.0, 4222.0, 4212.0, 4222.0, 4223.0, 4223.0, 4202.0, 4203.0, 4224.0, 4213.0, 4224.0, 4213.0, 4223.0, 4214.0, 4226.0, 4238.0, 4238.0, 4254.0, 4261.0, 4250.0, 4265.0, 4252.0, 4264.0, 4252.0, 4263.0, 4264.0, 4251.0, 4249.0, 4253.0, 4253.0, 4264.0, 4230.0, 4240.0, 4218.0, 4240.0, 4254.0, 4251.0, 4229.0, 4229.0, 4217.0, 4229.0, 4217.0, 4239.0, 4229.0, 4247.0, 4247.0, 4247.0, 4214.0, 4223.0, 4222.0, 4201.0, 4211.0, 4202.0, 4212.0, 4200.0, 4213.0, 4223.0, 4225.0, 4214.0, 4202.0, 4223.0, 4224.0, 4211.0, 4212.0, 4223.0, 4212.0, 4199.0, 4202.0, 4202.0, 4192.0, 4202.0, 4213.0, 4216.0, 4225.0, 4227.0, 4217.0, 4206.0, 4228.0, 4256.0, 4263.0, 4243.0, 4241.0, 4239.0, 4264.0, 4229.0, 4240.0, 4243.0, 4264.0, 4254.0, 4228.0, 4238.0, 4238.0, 4226.0, 4228.0, 4228.0, 4237.0, 4237.0, 4205.0, 4227.0, 4226.0, 4252.0, 4251.0, 4240.0, 4241.0, 4229.0, 4240.0, 4230.0, 4242.0, 4260.0, 4239.0, 4248.0, 4225.0, 4224.0, 4213.0, 4202.0, 4211.0, 4212.0, 4214.0, 4232.0, 4223.0, 4212.0, 4212.0, 4212.0, 4213.0, 4212.0, 4219.0, 4234.0, 4214.0, 4223.0, 4224.0, 4223.0, 4224.0, 4225.0, 4212.0, 4235.0, 4224.0, 4224.0, 4225.0, 4213.0, 4225.0, 4224.0, 4224.0, 4224.0, 4236.0, 4215.0, 4215.0, 4225.0, 4224.0, 4204.0, 4204.0, 4216.0, 4204.0, 4228.0, 4236.0, 4226.0, 4235.0, 4203.0, 4223.0, 4214.0, 4212.0, 4212.0, 4212.0, 4225.0, 4226.0, 4213.0, 4225.0, 4239.0, 4214.0, 4238.0, 4228.0, 4238.0, 4248.0, 4227.0, 4225.0, 4215.0, 4226.0, 4239.0, 4249.0, 4240.0, 4238.0, 4227.0, 4227.0, 4240.0, 4228.0, 4242.0, 4241.0, 4251.0, 4241.0, 4241.0, 4252.0, 4262.0, 4229.0, 4248.0, 4227.0, 4235.0, 4226.0, 4247.0, 4236.0, 4245.0, 4226.0, 4203.0, 4202.0, 4221.0, 4213.0, 4213.0, 4232.0, 4211.0, 4211.0, 4212.0, 4211.0, 4210.0, 4223.0, 4221.0, 4222.0, 4199.0, 4209.0, 4198.0, 4210.0, 4197.0, 4210.0, 4199.0, 4211.0, 4212.0, 4223.0, 4213.0, 4212.0, 4212.0, 4224.0, 4223.0, 4212.0, 4222.0, 4224.0, 4223.0, 4214.0, 4236.0, 4239.0, 4228.0, 4241.0, 4227.0, 4236.0, 4217.0, 4228.0, 4227.0, 4229.0, 4229.0, 4251.0, 4254.0, 4255.0, 4266.0, 4264.0, 4231.0, 4230.0, 4250.0, 4251.0, 4237.0, 4215.0, 4225.0, 4227.0, 4239.0, 4261.0, 4262.0, 4241.0, 4241.0, 4251.0, 4238.0, 4236.0, 4224.0, 4223.0, 4213.0, 4232.0, 4210.0, 4221.0, 4186.0, 4207.0, 4196.0, 4206.0, 4208.0, 4197.0, 4186.0, 4198.0, 4211.0, 4223.0, 4224.0, 4214.0, 4226.0, 4237.0, 4227.0, 4260.0, 4238.0, 4250.0, 4237.0, 4226.0, 4236.0, 4262.0, 4237.0, 4248.0, 4250.0, 4238.0, 4239.0, 4253.0, 4229.0, 4254.0, 4241.0, 4242.0, 4252.0, 4252.0, 4241.0, 4248.0, 4249.0, 4239.0, 4236.0, 4228.0, 4204.0, 4213.0, 4225.0, 4245.0, 4213.0, 4223.0, 4211.0, 4210.0, 4190.0, 4188.0, 4188.0, 4199.0, 4200.0, 4200.0, 4210.0, 4201.0, 4210.0, 4212.0, 4201.0, 4223.0, 4212.0, 4212.0, 4191.0, 4214.0, 4224.0, 4215.0, 4227.0, 4238.0, 4240.0, 4238.0, 4228.0, 4236.0, 4217.0, 4216.0, 4227.0, 4236.0, 4227.0, 4225.0, 4226.0, 4226.0, 4226.0, 4227.0, 4239.0, 4241.0, 4228.0, 4227.0, 4239.0, 4240.0, 4228.0, 4215.0, 4237.0, 4226.0, 4236.0, 4225.0, 4221.0, 4212.0, 4213.0, 4202.0, 4223.0, 4203.0, 4227.0, 4204.0, 4213.0, 4215.0, 4225.0, 4236.0, 4238.0, 4235.0, 4224.0, 4214.0, 4214.0, 4226.0, 4224.0, 4237.0, 4226.0, 4238.0, 4216.0, 4227.0, 4216.0, 4226.0, 4214.0, 4237.0, 4237.0, 4226.0, 4227.0, 4225.0, 4216.0, 4227.0, 4238.0, 4250.0, 4228.0, 4228.0, 4228.0, 4239.0, 4239.0, 4239.0, 4239.0, 4239.0, 4226.0, 4228.0, 4227.0, 4226.0, 4215.0, 4227.0, 4236.0, 4224.0, 4227.0, 4226.0, 4224.0, 4224.0, 4214.0, 4213.0, 4223.0, 4215.0, 4213.0, 4214.0, 4201.0, 4214.0, 4224.0, 4224.0, 4212.0, 4214.0, 4201.0, 4224.0, 4225.0, 4223.0, 4224.0, 4224.0, 4225.0, 4225.0, 4226.0, 4237.0, 4249.0, 4265.0, 4240.0, 4252.0, 4252.0, 4250.0, 4239.0, 4240.0, 4232.0, 4219.0, 4240.0, 4240.0, 4240.0, 4252.0, 4241.0, 4260.0, 4227.0, 4215.0, 4238.0, 4247.0, 4227.0, 4227.0, 4226.0, 4216.0, 4225.0, 4215.0, 4225.0, 4236.0, 4225.0, 4216.0, 4226.0, 4227.0, 4216.0, 4240.0, 4240.0, 4226.0, 4237.0, 4227.0, 4228.0, 4226.0, 4227.0, 4248.0, 4236.0, 4226.0, 4226.0, 4215.0, 4227.0, 4225.0, 4226.0, 4236.0, 4225.0, 4214.0, 4215.0, 4224.0, 4225.0, 4213.0, 4215.0, 4213.0, 4235.0, 4201.0, 4214.0, 4212.0, 4211.0, 4213.0, 4214.0, 4214.0, 4224.0, 4224.0, 4214.0, 4214.0, 4226.0, 4216.0, 4237.0, 4227.0, 4237.0, 4225.0, 4224.0, 4216.0, 4226.0, 4224.0, 4213.0, 4214.0, 4202.0, 4191.0, 4214.0, 4224.0, 4212.0, 4222.0, 4200.0, 4213.0, 4224.0, 4227.0, 4228.0, 4237.0, 4240.0, 4255.0, 4255.0, 4253.0, 4253.0, 4265.0, 4255.0, 4252.0, 4250.0, 4252.0, 4238.0, 4238.0, 4230.0, 4238.0, 4218.0, 4239.0, 4238.0, 4239.0, 4229.0, 4227.0, 4227.0, 4225.0, 4236.0, 4235.0, 4245.0, 4192.0, 4203.0, 4214.0, 4222.0, 4202.0, 4211.0, 4210.0, 4211.0, 4212.0, 4212.0, 4212.0, 4211.0, 4213.0, 4213.0, 4213.0, 4212.0, 4223.0, 4213.0, 4214.0, 4223.0, 4204.0, 4236.0, 4238.0, 4238.0, 4240.0, 4238.0, 4237.0, 4228.0, 4237.0, 4226.0, 4238.0, 4236.0, 4214.0, 4213.0, 4202.0, 4223.0, 4213.0, 4213.0, 4214.0, 4236.0, 4226.0, 4225.0, 4225.0, 4215.0, 4225.0, 4226.0, 4214.0, 4214.0, 4213.0, 4202.0, 4213.0, 4223.0, 4241.0, 4229.0, 4240.0, 4242.0, 4252.0, 4263.0, 4243.0, 4263.0, 4276.0, 4264.0, 4265.0, 4253.0, 4266.0, 4255.0, 4253.0, 4254.0, 4251.0, 4239.0, 4238.0, 4227.0, 4214.0, 4217.0, 4236.0, 4216.0, 4237.0, 4228.0, 4215.0, 4225.0, 4216.0, 4226.0, 4227.0, 4226.0, 4215.0, 4227.0, 4216.0, 4217.0, 4236.0, 4216.0, 4224.0, 4229.0, 4238.0, 4249.0, 4228.0, 4217.0, 4215.0, 4226.0, 4225.0, 4225.0, 4214.0, 4225.0, 4227.0, 4247.0, 4239.0, 4237.0, 4215.0, 4224.0, 4215.0, 4223.0, 4237.0, 4236.0, 4226.0, 4224.0, 4226.0, 4227.0, 4238.0, 4226.0, 4215.0, 4225.0, 4238.0, 4239.0, 4227.0, 4239.0, 4239.0, 4237.0, 4226.0, 4216.0, 4225.0, 4245.0, 4214.0, 4212.0, 4222.0, 4212.0, 4230.0, 4209.0, 4198.0, 4208.0, 4197.0, 4216.0, 4197.0, 4209.0, 4220.0], 'WindowWidth': [9484.0, 9436.0, 9404.0, 9435.0, 9409.0, 9414.0, 9422.0, 9379.0, 9368.0, 9368.0, 9368.0, 9356.0, 9395.0, 9371.0, 9382.0, 9385.0, 9396.0, 9380.0, 9389.0, 9379.0, 9390.0, 9365.0, 9346.0, 9367.0, 9409.0, 9419.0, 9337.0, 9440.0, 9433.0, 9434.0, 9412.0, 9407.0, 9403.0, 9388.0, 9381.0, 9369.0, 9396.0, 9385.0, 9373.0, 9364.0, 9361.0, 9360.0, 9365.0, 9377.0, 9367.0, 9386.0, 9408.0, 9409.0, 9378.0, 9412.0, 9474.0, 9439.0, 9421.0, 9438.0, 9421.0, 9413.0, 9411.0, 9412.0, 9427.0, 9431.0, 9454.0, 9416.0, 9399.0, 9419.0, 9380.0, 9417.0, 9398.0, 9412.0, 9394.0, 9371.0, 9391.0, 9431.0, 9450.0, 9423.0, 9418.0, 9391.0, 9412.0, 9395.0, 9387.0, 9404.0, 9407.0, 9385.0, 9360.0, 9346.0, 9352.0, 9365.0, 9364.0, 9372.0, 9385.0, 9372.0, 9343.0, 9329.0, 9369.0, 9379.0, 9362.0, 9358.0, 9350.0, 9357.0, 9342.0, 9354.0, 9317.0, 9350.0, 9340.0, 9324.0, 9317.0, 9356.0, 9333.0, 9364.0, 9359.0, 9363.0, 9321.0, 9344.0, 9342.0, 9343.0, 9354.0, 9320.0, 9356.0, 9345.0, 9361.0, 9340.0, 9363.0, 9342.0, 9370.0, 9363.0, 9385.0, 9373.0, 9390.0, 9395.0, 9378.0, 9381.0, 9370.0, 9380.0, 9393.0, 9400.0, 9406.0, 9401.0, 9373.0, 9375.0, 9429.0, 9419.0, 9396.0, 9378.0, 9376.0, 9377.0, 9399.0, 9396.0, 9391.0, 9369.0, 9389.0, 9375.0, 9348.0, 9370.0, 9408.0, 9393.0, 9377.0, 9351.0, 9376.0, 9401.0, 9369.0, 9379.0, 9360.0, 9363.0, 9343.0, 9364.0, 9344.0, 9358.0, 9345.0, 9358.0, 9346.0, 9359.0, 9365.0, 9363.0, 9326.0, 9335.0, 9364.0, 9351.0, 9366.0, 9352.0, 9365.0, 9354.0, 9371.0, 9388.0, 9392.0, 9422.0, 9428.0, 9412.0, 9444.0, 9422.0, 9441.0, 9414.0, 9433.0, 9441.0, 9416.0, 9410.0, 9422.0, 9421.0, 9437.0, 9386.0, 9397.0, 9364.0, 9397.0, 9424.0, 9409.0, 9385.0, 9383.0, 9356.0, 9380.0, 9357.0, 9393.0, 9379.0, 9401.0, 9400.0, 9399.0, 9343.0, 9360.0, 9357.0, 9329.0, 9340.0, 9329.0, 9346.0, 9319.0, 9347.0, 9364.0, 9370.0, 9346.0, 9328.0, 9364.0, 9363.0, 9343.0, 9345.0, 9361.0, 9344.0, 9318.0, 9324.0, 9326.0, 9320.0, 9328.0, 9349.0, 9356.0, 9369.0, 9374.0, 9356.0, 9340.0, 9379.0, 9427.0, 9436.0, 9405.0, 9397.0, 9398.0, 9441.0, 9376.0, 9393.0, 9410.0, 9433.0, 9425.0, 9374.0, 9392.0, 9391.0, 9371.0, 9372.0, 9379.0, 9389.0, 9388.0, 9336.0, 9376.0, 9375.0, 9419.0, 9416.0, 9399.0, 9402.0, 9376.0, 9400.0, 9386.0, 9405.0, 9425.0, 9394.0, 9405.0, 9363.0, 9364.0, 9349.0, 9325.0, 9336.0, 9344.0, 9348.0, 9372.0, 9362.0, 9346.0, 9345.0, 9345.0, 9348.0, 9345.0, 9353.0, 9378.0, 9352.0, 9363.0, 9367.0, 9364.0, 9359.0, 9368.0, 9341.0, 9380.0, 9367.0, 9367.0, 9369.0, 9350.0, 9368.0, 9366.0, 9368.0, 9366.0, 9384.0, 9349.0, 9348.0, 9370.0, 9367.0, 9333.0, 9340.0, 9358.0, 9333.0, 9375.0, 9383.0, 9371.0, 9380.0, 9329.0, 9362.0, 9352.0, 9347.0, 9344.0, 9344.0, 9365.0, 9371.0, 9350.0, 9365.0, 9398.0, 9350.0, 9392.0, 9379.0, 9394.0, 9405.0, 9374.0, 9369.0, 9355.0, 9373.0, 9395.0, 9410.0, 9398.0, 9393.0, 9378.0, 9377.0, 9399.0, 9375.0, 9406.0, 9401.0, 9416.0, 9404.0, 9403.0, 9419.0, 9429.0, 9374.0, 9404.0, 9375.0, 9383.0, 9372.0, 9401.0, 9385.0, 9397.0, 9372.0, 9328.0, 9325.0, 9357.0, 9341.0, 9349.0, 9373.0, 9342.0, 9343.0, 9345.0, 9342.0, 9341.0, 9359.0, 9354.0, 9358.0, 9324.0, 9337.0, 9315.0, 9339.0, 9311.0, 9338.0, 9324.0, 9343.0, 9347.0, 9361.0, 9348.0, 9346.0, 9348.0, 9366.0, 9363.0, 9339.0, 9360.0, 9364.0, 9362.0, 9347.0, 9387.0, 9394.0, 9378.0, 9403.0, 9368.0, 9387.0, 9361.0, 9378.0, 9376.0, 9382.0, 9381.0, 9414.0, 9426.0, 9428.0, 9444.0, 9438.0, 9388.0, 9380.0, 9414.0, 9418.0, 9388.0, 9350.0, 9372.0, 9378.0, 9398.0, 9431.0, 9433.0, 9401.0, 9398.0, 9414.0, 9385.0, 9386.0, 9364.0, 9361.0, 9345.0, 9371.0, 9338.0, 9351.0, 9292.0, 9326.0, 9311.0, 9324.0, 9332.0, 9310.0, 9296.0, 9321.0, 9341.0, 9365.0, 9368.0, 9346.0, 9376.0, 9389.0, 9376.0, 9426.0, 9393.0, 9413.0, 9389.0, 9368.0, 9381.0, 9427.0, 9390.0, 9406.0, 9414.0, 9392.0, 9398.0, 9421.0, 9381.0, 9424.0, 9401.0, 9396.0, 9416.0, 9417.0, 9403.0, 9405.0, 9406.0, 9394.0, 9377.0, 9374.0, 9331.0, 9342.0, 9367.0, 9393.0, 9347.0, 9359.0, 9340.0, 9337.0, 9310.0, 9306.0, 9299.0, 9323.0, 9318.0, 9327.0, 9339.0, 9330.0, 9340.0, 9345.0, 9328.0, 9362.0, 9345.0, 9345.0, 9310.0, 9354.0, 9368.0, 9357.0, 9369.0, 9392.0, 9397.0, 9392.0, 9372.0, 9388.0, 9356.0, 9354.0, 9373.0, 9386.0, 9373.0, 9367.0, 9371.0, 9370.0, 9373.0, 9376.0, 9394.0, 9401.0, 9373.0, 9372.0, 9396.0, 9398.0, 9373.0, 9350.0, 9381.0, 9371.0, 9383.0, 9368.0, 9358.0, 9339.0, 9348.0, 9326.0, 9362.0, 9331.0, 9372.0, 9334.0, 9344.0, 9356.0, 9368.0, 9385.0, 9390.0, 9380.0, 9365.0, 9353.0, 9352.0, 9371.0, 9360.0, 9389.0, 9368.0, 9390.0, 9360.0, 9374.0, 9356.0, 9371.0, 9348.0, 9388.0, 9389.0, 9371.0, 9375.0, 9373.0, 9354.0, 9378.0, 9392.0, 9412.0, 9380.0, 9380.0, 9380.0, 9394.0, 9396.0, 9395.0, 9397.0, 9395.0, 9375.0, 9377.0, 9377.0, 9373.0, 9357.0, 9375.0, 9383.0, 9367.0, 9374.0, 9370.0, 9365.0, 9365.0, 9353.0, 9342.0, 9365.0, 9348.0, 9349.0, 9349.0, 9324.0, 9350.0, 9365.0, 9364.0, 9347.0, 9351.0, 9325.0, 9366.0, 9368.0, 9364.0, 9364.0, 9364.0, 9367.0, 9371.0, 9372.0, 9391.0, 9412.0, 9442.0, 9401.0, 9420.0, 9423.0, 9411.0, 9389.0, 9398.0, 9385.0, 9363.0, 9398.0, 9400.0, 9399.0, 9418.0, 9401.0, 9427.0, 9370.0, 9350.0, 9392.0, 9404.0, 9370.0, 9373.0, 9372.0, 9358.0, 9370.0, 9356.0, 9370.0, 9387.0, 9370.0, 9359.0, 9374.0, 9376.0, 9354.0, 9398.0, 9398.0, 9366.0, 9388.0, 9375.0, 9378.0, 9372.0, 9376.0, 9405.0, 9387.0, 9372.0, 9372.0, 9358.0, 9374.0, 9369.0, 9371.0, 9386.0, 9360.0, 9353.0, 9356.0, 9366.0, 9369.0, 9350.0, 9353.0, 9344.0, 9381.0, 9325.0, 9350.0, 9349.0, 9346.0, 9349.0, 9352.0, 9354.0, 9368.0, 9368.0, 9346.0, 9348.0, 9372.0, 9359.0, 9390.0, 9376.0, 9387.0, 9370.0, 9368.0, 9359.0, 9372.0, 9364.0, 9342.0, 9351.0, 9325.0, 9309.0, 9350.0, 9365.0, 9339.0, 9359.0, 9322.0, 9351.0, 9367.0, 9375.0, 9379.0, 9390.0, 9398.0, 9428.0, 9424.0, 9421.0, 9416.0, 9442.0, 9426.0, 9420.0, 9414.0, 9418.0, 9392.0, 9390.0, 9384.0, 9393.0, 9360.0, 9394.0, 9394.0, 9397.0, 9381.0, 9376.0, 9373.0, 9367.0, 9384.0, 9381.0, 9394.0, 9314.0, 9335.0, 9350.0, 9360.0, 9332.0, 9341.0, 9339.0, 9341.0, 9345.0, 9344.0, 9347.0, 9343.0, 9350.0, 9348.0, 9349.0, 9346.0, 9364.0, 9350.0, 9351.0, 9363.0, 9334.0, 9385.0, 9392.0, 9394.0, 9397.0, 9392.0, 9389.0, 9378.0, 9388.0, 9370.0, 9389.0, 9386.0, 9352.0, 9348.0, 9326.0, 9364.0, 9349.0, 9344.0, 9352.0, 9386.0, 9370.0, 9370.0, 9367.0, 9354.0, 9368.0, 9370.0, 9352.0, 9352.0, 9347.0, 9326.0, 9347.0, 9361.0, 9404.0, 9377.0, 9392.0, 9404.0, 9418.0, 9435.0, 9408.0, 9435.0, 9461.0, 9440.0, 9439.0, 9417.0, 9445.0, 9423.0, 9422.0, 9424.0, 9412.0, 9394.0, 9390.0, 9372.0, 9348.0, 9359.0, 9383.0, 9357.0, 9388.0, 9378.0, 9357.0, 9370.0, 9357.0, 9372.0, 9375.0, 9371.0, 9351.0, 9376.0, 9359.0, 9361.0, 9386.0, 9352.0, 9361.0, 9382.0, 9392.0, 9406.0, 9376.0, 9359.0, 9348.0, 9370.0, 9369.0, 9362.0, 9344.0, 9368.0, 9373.0, 9402.0, 9389.0, 9387.0, 9354.0, 9365.0, 9355.0, 9364.0, 9386.0, 9382.0, 9372.0, 9361.0, 9372.0, 9374.0, 9391.0, 9370.0, 9355.0, 9367.0, 9392.0, 9392.0, 9369.0, 9392.0, 9388.0, 9386.0, 9363.0, 9348.0, 9362.0, 9393.0, 9341.0, 9338.0, 9353.0, 9335.0, 9363.0, 9330.0, 9316.0, 9330.0, 9313.0, 9340.0, 9314.0, 9334.0, 9352.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.001601448275862069</td></tr>
<tr><td colspan=3>aqi</td><td>0.02218154206896552</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.69774753684692</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1535477264556968</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0085302783429217</td></tr>
<tr><td colspan=3>efc</td><td>0.463</td></tr>
<tr><td colspan=3>fber</td><td>6025.4795</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12492427557513419</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>117</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.448275862068966</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4389276153856447</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3689501253380096</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7041623900731993</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.243670330745726</td></tr>
<tr><td colspan=3>gcor</td><td>0.0181289</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0157298780977726</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02614656835794449</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9366125112222696</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>35.6018</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.0725</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.5462</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302975.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>749.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>307.3467</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3804</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>572.1976</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3459.3946</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3637.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73569.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1242.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4547.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>923.8845</td></tr>
<tr><td colspan=3>tsnr</td><td>38.879268562886864</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>