<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0026_ses-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-0026_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-0026_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0026/figures/sub-0026_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-0026/figures/sub-0026_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026/ses-01/func/sub-0026_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>eceeb71c6d21921264c71d7597cf691f</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:10:3.912500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997332, 0.0280842, 0.0673761, -0.0351761, 0.993691, 0.106496]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.100624</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>[4175, -7734, -7263, 602, 9, -100, 17, 31]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>268.764</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3ad5c1cb-e7c2-4c14-9fd4-bebf29277928||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.675769567489624, -0.09437492489814758, 0.1726924031972885, 111.96189880371094], [-0.07534785568714142, 2.6659996509552, 0.293170303106308, -89.41337585449219], [0.18076510727405548, -0.2857200503349304, 2.6784751415252686, -46.80150604248047], [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': ['101003.912500', '101004.372500', '101004.832500', '101005.292500', '101005.752500', '101006.212500', '101006.672500', '101007.132500', '101007.592500', '101008.052500', '101008.512500', '101008.972500', '101009.432500', '101009.892500', '101010.352500', '101010.812500', '101011.272500', '101011.732500', '101012.192500', '101012.652500', '101013.112500', '101013.572500', '101014.032500', '101014.492500', '101014.952500', '101015.412500', '101015.872500', '101016.332500', '101016.792500', '101017.252500', '101017.712500', '101018.172500', '101018.632500', '101019.092500', '101019.552500', '101020.012500', '101020.472500', '101020.932500', '101021.392500', '101021.852500', '101022.312500', '101022.772500', '101023.232500', '101023.692500', '101024.152500', '101024.612500', '101025.072500', '101025.532500', '101025.992500', '101026.452500', '101026.912500', '101027.372500', '101027.832500', '101028.292500', '101028.752500', '101029.212500', '101029.672500', '101030.132500', '101030.592500', '101031.052500', '101031.512500', '101031.972500', '101032.432500', '101032.892500', '101033.352500', '101033.812500', '101034.272500', '101034.732500', '101035.192500', '101035.652500', '101036.112500', '101036.572500', '101037.032500', '101037.492500', '101037.952500', '101038.412500', '101038.872500', '101039.332500', '101039.792500', '101040.252500', '101040.712500', '101041.172500', '101041.632500', '101042.092500', '101042.552500', '101043.012500', '101043.472500', '101043.932500', '101044.392500', '101044.852500', '101045.312500', '101045.772500', '101046.232500', '101046.692500', '101047.152500', '101047.612500', '101048.072500', '101048.532500', '101048.992500', '101049.452500', '101049.912500', '101050.372500', '101050.832500', '101051.292500', '101051.752500', '101052.212500', '101052.672500', '101053.132500', '101053.592500', '101054.052500', '101054.512500', '101054.972500', '101055.432500', '101055.892500', '101056.352500', '101056.812500', '101057.272500', '101057.732500', '101058.192500', '101058.652500', '101059.112500', '101059.572500', '101100.032500', '101100.492500', '101100.952500', '101101.412500', '101101.872500', '101102.332500', '101102.792500', '101103.252500', '101103.712500', '101104.172500', '101104.632500', '101105.092500', '101105.552500', '101106.012500', '101106.472500', '101106.932500', '101107.392500', '101107.852500', '101108.312500', '101108.772500', '101109.232500', '101109.692500', '101110.152500', '101110.612500', '101111.072500', '101111.532500', '101111.992500', '101112.452500', '101112.912500', '101113.372500', '101113.832500', '101114.292500', '101114.752500', '101115.212500', '101115.672500', '101116.132500', '101116.592500', '101117.052500', '101117.512500', '101117.972500', '101118.432500', '101118.892500', '101119.352500', '101119.812500', '101120.272500', '101120.732500', '101121.192500', '101121.652500', '101122.112500', '101122.572500', '101123.032500', '101123.492500', '101123.952500', '101124.412500', '101124.872500', '101125.332500', '101125.792500', '101126.252500', '101126.712500', '101127.172500', '101127.632500', '101128.092500', '101128.552500', '101129.012500', '101129.472500', '101129.932500', '101130.392500', '101130.852500', '101131.312500', '101131.772500', '101132.232500', '101132.692500', '101133.152500', '101133.612500', '101134.072500', '101134.532500', '101134.992500', '101135.452500', '101135.912500', '101136.372500', '101136.832500', '101137.292500', '101137.752500', '101138.212500', '101138.672500', '101139.132500', '101139.592500', '101140.052500', '101140.512500', '101140.972500', '101141.432500', '101141.892500', '101142.352500', '101142.812500', '101143.272500', '101143.732500', '101144.192500', '101144.652500', '101145.112500', '101145.572500', '101146.032500', '101146.492500', '101146.952500', '101147.412500', '101147.872500', '101148.332500', '101148.792500', '101149.252500', '101149.712500', '101150.172500', '101150.632500', '101151.092500', '101151.552500', '101152.012500', '101152.472500', '101152.932500', '101153.392500', '101153.852500', '101154.312500', '101154.772500', '101155.232500', '101155.692500', '101156.152500', '101156.612500', '101157.072500', '101157.532500', '101157.992500', '101158.452500', '101158.912500', '101159.372500', '101159.832500', '101200.292500', '101200.752500', '101201.212500', '101201.672500', '101202.132500', '101202.592500', '101203.052500', '101203.512500', '101203.972500', '101204.432500', '101204.892500', '101205.352500', '101205.812500', '101206.272500', '101206.732500', '101207.192500', '101207.652500', '101208.112500', '101208.572500', '101209.032500', '101209.492500', '101209.952500', '101210.412500', '101210.872500', '101211.332500', '101211.792500', '101212.252500', '101212.712500', '101213.172500', '101213.632500', '101214.092500', '101214.552500', '101215.012500', '101215.472500', '101215.932500', '101216.392500', '101216.852500', '101217.312500', '101217.772500', '101218.232500', '101218.692500', '101219.152500', '101219.612500', '101220.072500', '101220.532500', '101220.992500', '101221.452500', '101221.912500', '101222.372500', '101222.832500', '101223.292500', '101223.752500', '101224.212500', '101224.672500', '101225.132500', '101225.592500', '101226.052500', '101226.512500', '101226.972500', '101227.432500', '101227.892500', '101228.352500', '101228.812500', '101229.272500', '101229.732500', '101230.192500', '101230.652500', '101231.112500', '101231.572500', '101232.032500', '101232.492500', '101232.952500', '101233.412500', '101233.872500', '101234.332500', '101234.792500', '101235.252500', '101235.712500', '101236.172500', '101236.632500', '101237.092500', '101237.552500', '101238.012500', '101238.472500', '101238.932500', '101239.392500', '101239.852500', '101240.312500', '101240.772500', '101241.232500', '101241.692500', '101242.152500', '101242.612500', '101243.072500', '101243.532500', '101243.992500', '101244.452500', '101244.912500', '101245.372500', '101245.832500', '101246.292500', '101246.752500', '101247.212500', '101247.672500', '101248.132500', '101248.592500', '101249.052500', '101249.512500', '101249.972500', '101250.432500', '101250.892500', '101251.352500', '101251.812500', '101252.272500', '101252.732500', '101253.192500', '101253.652500', '101254.112500', '101254.572500', '101255.032500', '101255.492500', '101255.952500', '101256.412500', '101256.872500', '101257.332500', '101257.792500', '101258.252500', '101258.712500', '101259.172500', '101259.632500', '101300.092500', '101300.552500', '101301.012500', '101301.472500', '101301.932500', '101302.392500', '101302.852500', '101303.312500', '101303.772500', '101304.232500', '101304.692500', '101305.152500', '101305.612500', '101306.072500', '101306.532500', '101306.992500', '101307.452500', '101307.912500', '101308.372500', '101308.832500', '101309.292500', '101309.752500', '101310.212500', '101310.672500', '101311.132500', '101311.592500', '101312.052500', '101312.512500', '101312.972500', '101313.432500', '101313.892500', '101314.352500', '101314.812500', '101315.272500', '101315.732500', '101316.192500', '101316.652500', '101317.112500', '101317.572500', '101318.032500', '101318.492500', '101318.952500', '101319.412500', '101319.872500', '101320.332500', '101320.792500', '101321.252500', '101321.712500', '101322.172500', '101322.632500', '101323.092500', '101323.552500', '101324.012500', '101324.472500', '101324.932500', '101325.392500', '101325.852500', '101326.312500', '101326.772500', '101327.232500', '101327.692500', '101328.152500', '101328.612500', '101329.072500', '101329.532500', '101329.992500', '101330.452500', '101330.912500', '101331.372500', '101331.832500', '101332.292500', '101332.752500', '101333.212500', '101333.672500', '101334.132500', '101334.592500', '101335.052500', '101335.512500', '101335.972500', '101336.432500', '101336.892500', '101337.352500', '101337.812500', '101338.272500', '101338.732500', '101339.192500', '101339.652500', '101340.112500', '101340.572500', '101341.032500', '101341.492500', '101341.952500', '101342.412500', '101342.872500', '101343.332500', '101343.792500', '101344.252500', '101344.712500', '101345.172500', '101345.632500', '101346.092500', '101346.552500', '101347.012500', '101347.472500', '101347.932500', '101348.392500', '101348.852500', '101349.312500', '101349.772500', '101350.232500', '101350.692500', '101351.152500', '101351.612500', '101352.072500', '101352.532500', '101352.992500', '101353.452500', '101353.912500', '101354.372500', '101354.832500', '101355.292500', '101355.752500', '101356.212500', '101356.672500', '101357.132500', '101357.592500', '101358.052500', '101358.512500', '101358.972500', '101359.432500', '101359.892500', '101400.352500', '101400.812500', '101401.272500', '101401.732500', '101402.192500', '101402.652500', '101403.112500', '101403.572500', '101404.032500', '101404.492500', '101404.952500', '101405.412500', '101405.872500', '101406.332500', '101406.792500', '101407.252500', '101407.712500', '101408.172500', '101408.632500', '101409.092500', '101409.552500', '101410.012500', '101410.472500', '101410.932500', '101411.392500', '101411.852500', '101412.312500', '101412.772500', '101413.232500', '101413.692500', '101414.152500', '101414.612500', '101415.072500', '101415.532500', '101415.992500', '101416.452500', '101416.912500', '101417.372500', '101417.832500', '101418.292500', '101418.752500', '101419.212500', '101419.672500', '101420.132500', '101420.592500', '101421.052500', '101421.512500', '101421.972500', '101422.432500', '101422.892500', '101423.352500', '101423.812500', '101424.272500', '101424.732500', '101425.192500', '101425.652500', '101426.112500', '101426.572500', '101427.032500', '101427.492500', '101427.952500', '101428.412500', '101428.872500', '101429.332500', '101429.792500', '101430.252500', '101430.712500', '101431.172500', '101431.632500', '101432.092500', '101432.552500', '101433.012500', '101433.472500', '101433.932500', '101434.392500', '101434.852500', '101435.312500', '101435.772500', '101436.232500', '101436.692500', '101437.152500', '101437.612500', '101438.072500', '101438.532500', '101438.992500', '101439.452500', '101439.912500', '101440.372500', '101440.832500', '101441.292500', '101441.752500', '101442.212500', '101442.672500', '101443.132500', '101443.592500', '101444.052500', '101444.512500', '101444.972500', '101445.432500', '101445.892500', '101446.352500', '101446.812500', '101447.272500', '101447.732500', '101448.192500', '101448.652500', '101449.112500', '101449.572500', '101450.032500', '101450.492500', '101450.952500', '101451.412500', '101451.872500', '101452.332500', '101452.792500', '101453.252500', '101453.712500', '101454.172500', '101454.632500', '101455.092500', '101455.552500', '101456.012500', '101456.472500', '101456.932500', '101457.392500', '101457.852500', '101458.312500', '101458.772500', '101459.232500', '101459.692500', '101500.152500', '101500.612500', '101501.072500', '101501.532500', '101501.992500', '101502.452500', '101502.912500', '101503.372500', '101503.832500', '101504.292500', '101504.752500', '101505.212500', '101505.672500', '101506.132500', '101506.592500', '101507.052500', '101507.512500', '101507.972500', '101508.432500', '101508.892500', '101509.352500', '101509.812500', '101510.272500', '101510.732500', '101511.192500', '101511.652500', '101512.112500', '101512.572500', '101513.032500', '101513.492500', '101513.952500', '101514.412500', '101514.872500', '101515.332500', '101515.792500', '101516.252500', '101516.712500', '101517.172500', '101517.632500', '101518.092500', '101518.552500', '101519.012500', '101519.472500', '101519.932500', '101520.392500', '101520.852500', '101521.312500', '101521.772500', '101522.232500', '101522.692500', '101523.152500', '101523.612500', '101524.072500', '101524.532500', '101524.992500', '101525.452500', '101525.912500', '101526.372500', '101526.832500', '101527.292500', '101527.752500', '101528.212500', '101528.672500', '101529.132500', '101529.592500', '101530.052500', '101530.512500', '101530.972500', '101531.432500', '101531.892500', '101532.352500', '101532.812500', '101533.272500', '101533.732500', '101534.192500', '101534.652500', '101535.112500', '101535.572500', '101536.032500', '101536.492500', '101536.952500', '101537.412500', '101537.872500', '101538.332500', '101538.792500', '101539.252500', '101539.712500', '101540.172500', '101540.632500', '101541.092500', '101541.552500', '101542.012500', '101542.472500', '101542.932500', '101543.392500', '101543.852500', '101544.312500', '101544.772500', '101545.232500', '101545.692500', '101546.152500', '101546.612500', '101547.072500', '101547.532500', '101547.992500', '101548.452500', '101548.912500', '101549.372500', '101549.832500', '101550.292500', '101550.752500', '101551.212500', '101551.672500', '101552.132500', '101552.592500', '101553.052500', '101553.512500', '101553.972500', '101554.432500', '101554.892500', '101555.352500', '101555.812500', '101556.272500', '101556.732500', '101557.192500', '101557.652500', '101558.112500', '101558.572500', '101559.032500', '101559.492500', '101559.952500', '101600.412500', '101600.872500', '101601.332500', '101601.792500', '101602.252500', '101602.712500', '101603.172500', '101603.632500', '101604.092500', '101604.552500', '101605.012500', '101605.472500', '101605.932500', '101606.392500', '101606.852500', '101607.312500', '101607.772500', '101608.232500', '101608.692500', '101609.152500', '101609.612500', '101610.072500', '101610.532500', '101610.992500', '101611.452500', '101611.912500', '101612.372500', '101612.832500', '101613.292500', '101613.752500', '101614.212500', '101614.672500', '101615.132500', '101615.592500', '101616.052500', '101616.512500', '101616.972500', '101617.432500', '101617.892500', '101618.352500', '101618.812500', '101619.272500', '101619.732500', '101620.192500', '101620.652500', '101621.112500', '101621.572500', '101622.032500', '101622.492500', '101622.952500', '101623.412500', '101623.872500', '101624.332500', '101624.792500', '101625.252500', '101625.712500', '101626.172500', '101626.632500', '101627.092500', '101627.552500', '101628.012500', '101628.472500', '101628.932500', '101629.392500', '101629.852500', '101630.312500', '101630.772500', '101631.232500', '101631.692500', '101632.152500', '101632.612500', '101633.072500', '101633.532500', '101633.992500', '101634.452500', '101634.912500', '101635.372500', '101635.832500', '101636.292500', '101636.752500', '101637.212500', '101637.672500', '101638.132500', '101638.592500', '101639.052500', '101639.512500', '101639.972500', '101640.432500', '101640.892500', '101641.352500', '101641.812500', '101642.272500', '101642.732500', '101643.192500', '101643.652500', '101644.112500', '101644.572500'], 'ContentTime': ['101020.061000', '101020.064000', '101020.067000', '101020.070000', '101020.073000', '101020.076000', '101020.085000', '101020.087000', '101020.090000', '101020.093000', '101020.096000', '101020.099000', '101020.102000', '101020.105000', '101020.108000', '101020.110000', '101020.113000', '101020.116000', '101020.119000', '101020.122000', '101020.125000', '101020.128000', '101020.130000', '101020.133000', '101020.136000', '101020.139000', '101020.142000', '101020.145000', '101020.148000', '101020.151000', '101020.154000', '101020.157000', '101020.160000', '101040.022000', '101040.025000', '101040.028000', '101040.031000', '101040.034000', '101040.036000', '101040.039000', '101040.042000', '101040.045000', '101040.048000', '101040.051000', '101040.059000', '101040.062000', '101040.064000', '101040.067000', '101040.070000', '101040.073000', '101040.076000', '101040.079000', '101040.082000', '101040.085000', '101040.087000', '101040.090000', '101040.093000', '101040.096000', '101040.099000', '101040.102000', '101040.105000', '101040.108000', '101040.111000', '101040.113000', '101040.116000', '101040.119000', '101040.122000', '101040.125000', '101040.128000', '101040.131000', '101040.133000', '101040.136000', '101040.139000', '101040.142000', '101040.145000', '101040.148000', '101040.151000', '101100.022000', '101100.025000', '101100.028000', '101100.031000', '101100.033000', '101100.036000', '101100.039000', '101100.042000', '101100.045000', '101100.048000', '101100.051000', '101100.054000', '101100.057000', '101100.059000', '101100.062000', '101100.065000', '101100.068000', '101100.071000', '101100.074000', '101100.077000', '101100.080000', '101100.083000', '101100.086000', '101100.089000', '101100.093000', '101100.096000', '101100.099000', '101100.102000', '101100.106000', '101100.109000', '101100.112000', '101100.115000', '101100.117000', '101100.121000', '101100.124000', '101100.126000', '101100.129000', '101100.132000', '101100.135000', '101100.138000', '101100.141000', '101100.144000', '101100.147000', '101120.022000', '101120.025000', '101120.028000', '101120.031000', '101120.033000', '101120.036000', '101120.039000', '101120.042000', '101120.045000', '101120.048000', '101120.051000', '101120.054000', '101120.057000', '101120.059000', '101120.062000', '101120.065000', '101120.068000', '101120.071000', '101120.074000', '101120.077000', '101120.092000', '101120.095000', '101120.098000', '101120.101000', '101120.104000', '101120.107000', '101120.110000', '101120.112000', '101120.115000', '101120.118000', '101120.121000', '101120.124000', '101120.127000', '101120.130000', '101120.132000', '101120.135000', '101120.138000', '101120.141000', '101120.144000', '101120.147000', '101120.150000', '101120.152000', '101120.155000', '101120.158000', '101140.022000', '101140.025000', '101140.028000', '101140.031000', '101140.034000', '101140.037000', '101140.040000', '101140.042000', '101140.045000', '101140.048000', '101140.051000', '101140.054000', '101140.057000', '101140.060000', '101140.063000', '101140.066000', '101140.068000', '101140.071000', '101140.074000', '101140.077000', '101140.080000', '101140.083000', '101140.086000', '101140.089000', '101140.092000', '101140.094000', '101140.097000', '101140.100000', '101140.103000', '101140.106000', '101140.109000', '101140.112000', '101140.114000', '101140.118000', '101140.120000', '101140.123000', '101140.126000', '101140.129000', '101140.132000', '101140.135000', '101140.138000', '101140.141000', '101140.144000', '101200.022000', '101200.025000', '101200.028000', '101200.031000', '101200.034000', '101200.036000', '101200.039000', '101200.042000', '101200.045000', '101200.048000', '101200.051000', '101200.054000', '101200.057000', '101200.060000', '101200.062000', '101200.065000', '101200.068000', '101200.071000', '101200.074000', '101200.077000', '101200.080000', '101200.083000', '101200.086000', '101200.089000', '101200.092000', '101200.095000', '101200.098000', '101200.101000', '101200.104000', '101200.107000', '101200.110000', '101200.112000', '101200.115000', '101200.118000', '101200.121000', '101200.124000', '101200.127000', '101200.130000', '101200.133000', '101200.136000', '101200.139000', '101200.142000', '101200.144000', '101200.147000', '101220.022000', '101220.025000', '101220.028000', '101220.031000', '101220.034000', '101220.036000', '101220.039000', '101220.042000', '101220.045000', '101220.048000', '101220.051000', '101220.054000', '101220.057000', '101220.060000', '101220.063000', '101220.066000', '101220.068000', '101220.071000', '101220.074000', '101220.077000', '101220.080000', '101220.083000', '101220.086000', '101220.089000', '101220.092000', '101220.095000', '101220.098000', '101220.101000', '101220.103000', '101220.106000', '101220.109000', '101220.112000', '101220.115000', '101220.118000', '101220.121000', '101220.124000', '101220.127000', '101220.129000', '101220.132000', '101220.135000', '101220.138000', '101220.141000', '101220.145000', '101240.021000', '101240.024000', '101240.027000', '101240.030000', '101240.033000', '101240.036000', '101240.038000', '101240.041000', '101240.044000', '101240.047000', '101240.050000', '101240.053000', '101240.056000', '101240.059000', '101240.062000', '101240.065000', '101240.067000', '101240.070000', '101240.073000', '101240.076000', '101240.079000', '101240.082000', '101240.085000', '101240.088000', '101240.091000', '101240.094000', '101240.096000', '101240.099000', '101240.102000', '101240.105000', '101240.108000', '101240.111000', '101240.114000', '101240.117000', '101240.120000', '101240.123000', '101240.126000', '101240.128000', '101240.131000', '101240.134000', '101240.137000', '101240.140000', '101240.143000', '101240.146000', '101300.022000', '101300.025000', '101300.028000', '101300.031000', '101300.034000', '101300.036000', '101300.039000', '101300.042000', '101300.045000', '101300.048000', '101300.051000', '101300.054000', '101300.057000', '101300.060000', '101300.063000', '101300.083000', '101300.086000', '101300.089000', '101300.092000', '101300.095000', '101300.098000', '101300.100000', '101300.103000', '101300.106000', '101300.109000', '101300.112000', '101300.115000', '101300.118000', '101300.121000', '101300.124000', '101300.127000', '101300.130000', '101300.133000', '101300.136000', '101300.139000', '101300.142000', '101300.144000', '101300.147000', '101300.150000', '101300.153000', '101300.156000', '101300.159000', '101300.162000', '101320.022000', '101320.025000', '101320.028000', '101320.031000', '101320.034000', '101320.036000', '101320.039000', '101320.042000', '101320.045000', '101320.048000', '101320.051000', '101320.054000', '101320.057000', '101320.060000', '101320.062000', '101320.066000', '101320.068000', '101320.071000', '101320.074000', '101320.077000', '101320.080000', '101320.083000', '101320.086000', '101320.089000', '101320.091000', '101320.094000', '101320.097000', '101320.100000', '101320.103000', '101320.106000', '101320.109000', '101320.112000', '101320.115000', '101320.118000', '101320.120000', '101320.123000', '101320.126000', '101320.129000', '101320.132000', '101320.135000', '101320.138000', '101320.141000', '101320.144000', '101320.147000', '101340.022000', '101340.025000', '101340.028000', '101340.031000', '101340.034000', '101340.037000', '101340.040000', '101340.042000', '101340.045000', '101340.048000', '101340.051000', '101340.054000', '101340.057000', '101340.060000', '101340.063000', '101340.066000', '101340.069000', '101340.072000', '101340.074000', '101340.077000', '101340.080000', '101340.083000', '101340.086000', '101340.089000', '101340.092000', '101340.095000', '101340.098000', '101340.101000', '101340.103000', '101340.106000', '101340.109000', '101340.112000', '101340.115000', '101340.118000', '101340.121000', '101340.124000', '101340.127000', '101340.129000', '101340.132000', '101340.135000', '101340.138000', '101340.141000', '101340.144000', '101400.022000', '101400.025000', '101400.028000', '101400.032000', '101400.038000', '101400.040000', '101400.043000', '101400.046000', '101400.049000', '101400.052000', '101400.055000', '101400.058000', '101400.061000', '101400.064000', '101400.067000', '101400.070000', '101400.073000', '101400.076000', '101400.079000', '101400.081000', '101400.084000', '101400.087000', '101400.090000', '101400.093000', '101400.096000', '101400.099000', '101400.102000', '101400.105000', '101400.108000', '101400.111000', '101400.113000', '101400.116000', '101400.119000', '101400.122000', '101400.125000', '101400.128000', '101400.131000', '101400.134000', '101400.137000', '101400.140000', '101400.143000', '101400.146000', '101400.149000', '101420.022000', '101420.025000', '101420.028000', '101420.031000', '101420.034000', '101420.037000', '101420.040000', '101420.043000', '101420.046000', '101420.048000', '101420.051000', '101420.054000', '101420.057000', '101420.060000', '101420.063000', '101420.066000', '101420.069000', '101420.072000', '101420.075000', '101420.078000', '101420.081000', '101420.083000', '101420.086000', '101420.089000', '101420.092000', '101420.095000', '101420.098000', '101420.101000', '101420.104000', '101420.107000', '101420.110000', '101420.113000', '101420.116000', '101420.119000', '101420.121000', '101420.124000', '101420.127000', '101420.130000', '101420.133000', '101420.136000', '101420.139000', '101420.159000', '101420.162000', '101420.165000', '101440.022000', '101440.025000', '101440.028000', '101440.031000', '101440.034000', '101440.037000', '101440.040000', '101440.043000', '101440.046000', '101440.049000', '101440.052000', '101440.054000', '101440.059000', '101440.062000', '101440.065000', '101440.068000', '101440.071000', '101440.074000', '101440.077000', '101440.080000', '101440.082000', '101440.085000', '101440.088000', '101440.091000', '101440.094000', '101440.097000', '101440.100000', '101440.103000', '101440.106000', '101440.109000', '101440.112000', '101440.114000', '101440.117000', '101440.120000', '101440.123000', '101440.126000', '101440.129000', '101440.132000', '101440.135000', '101440.137000', '101440.140000', '101440.143000', '101440.146000', '101500.021000', '101500.024000', '101500.027000', '101500.030000', '101500.033000', '101500.036000', '101500.039000', '101500.042000', '101500.044000', '101500.047000', '101500.050000', '101500.053000', '101500.056000', '101500.059000', '101500.062000', '101500.065000', '101500.068000', '101500.071000', '101500.074000', '101500.077000', '101500.079000', '101500.082000', '101500.085000', '101500.088000', '101500.091000', '101500.094000', '101500.097000', '101500.100000', '101500.103000', '101500.105000', '101500.108000', '101500.111000', '101500.114000', '101500.117000', '101500.120000', '101500.123000', '101500.126000', '101500.129000', '101500.131000', '101500.134000', '101500.137000', '101500.140000', '101500.143000', '101500.147000', '101520.022000', '101520.025000', '101520.028000', '101520.031000', '101520.033000', '101520.036000', '101520.039000', '101520.042000', '101520.045000', '101520.048000', '101520.051000', '101520.054000', '101520.057000', '101520.060000', '101520.063000', '101520.066000', '101520.069000', '101520.072000', '101520.075000', '101520.078000', '101520.081000', '101520.083000', '101520.086000', '101520.089000', '101520.092000', '101520.095000', '101520.098000', '101520.101000', '101520.104000', '101520.107000', '101520.110000', '101520.113000', '101520.115000', '101520.118000', '101520.121000', '101520.124000', '101520.127000', '101520.130000', '101520.133000', '101520.136000', '101520.139000', '101520.142000', '101520.144000', '101540.022000', '101540.025000', '101540.028000', '101540.031000', '101540.034000', '101540.037000', '101540.040000', '101540.043000', '101540.045000', '101540.048000', '101540.051000', '101540.054000', '101540.057000', '101540.060000', '101540.063000', '101540.066000', '101540.069000', '101540.072000', '101540.075000', '101540.078000', '101540.080000', '101540.083000', '101540.086000', '101540.089000', '101540.092000', '101540.095000', '101540.098000', '101540.101000', '101540.104000', '101540.107000', '101540.109000', '101540.112000', '101540.115000', '101540.118000', '101540.121000', '101540.124000', '101540.127000', '101540.130000', '101540.133000', '101540.135000', '101540.138000', '101540.141000', '101540.144000', '101540.147000', '101600.022000', '101600.025000', '101600.028000', '101600.031000', '101600.034000', '101600.037000', '101600.040000', '101600.043000', '101600.053000', '101600.056000', '101600.058000', '101600.061000', '101600.064000', '101600.067000', '101600.070000', '101600.073000', '101600.076000', '101600.079000', '101600.083000', '101600.088000', '101600.091000', '101600.094000', '101600.097000', '101600.100000', '101600.103000', '101600.106000', '101600.108000', '101600.111000', '101600.114000', '101600.117000', '101600.120000', '101600.123000', '101600.126000', '101600.129000', '101600.132000', '101600.134000', '101600.139000', '101600.142000', '101600.145000', '101600.148000', '101600.151000', '101600.154000', '101600.157000', '101620.022000', '101620.025000', '101620.028000', '101620.031000', '101620.034000', '101620.037000', '101620.039000', '101620.042000', '101620.045000', '101620.048000', '101620.051000', '101620.054000', '101620.057000', '101620.060000', '101620.063000', '101620.066000', '101620.068000', '101620.071000', '101620.074000', '101620.077000', '101620.080000', '101620.083000', '101620.086000', '101620.089000', '101620.092000', '101620.095000', '101620.098000', '101620.101000', '101620.103000', '101620.106000', '101620.109000', '101620.112000', '101620.115000', '101620.118000', '101620.121000', '101620.124000', '101620.127000', '101620.130000', '101620.132000', '101620.135000', '101620.138000', '101620.141000', '101620.144000', '101620.147000', '101640.022000', '101640.025000', '101640.028000', '101640.031000', '101640.034000', '101640.037000', '101640.040000', '101640.043000', '101640.045000', '101640.048000', '101640.051000', '101640.054000', '101640.057000', '101640.060000', '101640.063000', '101640.065000', '101640.068000', '101640.071000', '101640.074000', '101640.077000', '101640.080000', '101640.083000', '101640.086000', '101640.089000', '101640.092000', '101640.095000', '101640.097000', '101640.100000', '101640.103000', '101640.106000', '101640.109000', '101640.114000', '101640.118000', '101640.121000', '101640.124000', '101640.127000', '101640.130000', '101640.132000', '101640.135000', '101640.138000', '101640.141000', '101640.144000', '101640.147000', '101645.678000', '101645.682000', '101645.685000', '101645.688000', '101645.691000', '101645.694000', '101645.697000', '101645.701000', '101645.704000', '101645.707000', '101645.710000', '101645.713000', '101645.715000'], 'InstanceCreationTime': ['101020.061000', '101020.064000', '101020.067000', '101020.070000', '101020.073000', '101020.076000', '101020.085000', '101020.087000', '101020.090000', '101020.093000', '101020.096000', '101020.099000', '101020.102000', '101020.105000', '101020.108000', '101020.110000', '101020.113000', '101020.116000', '101020.119000', '101020.122000', '101020.125000', '101020.128000', '101020.130000', '101020.133000', '101020.136000', '101020.139000', '101020.142000', '101020.145000', '101020.148000', '101020.151000', '101020.154000', '101020.157000', '101020.160000', '101040.022000', '101040.025000', '101040.028000', '101040.031000', '101040.034000', '101040.036000', '101040.039000', '101040.042000', '101040.045000', '101040.048000', '101040.051000', '101040.059000', '101040.062000', '101040.064000', '101040.067000', '101040.070000', '101040.073000', '101040.076000', '101040.079000', '101040.082000', '101040.085000', '101040.087000', '101040.090000', '101040.093000', '101040.096000', '101040.099000', '101040.102000', '101040.105000', '101040.108000', '101040.111000', '101040.113000', '101040.116000', '101040.119000', '101040.122000', '101040.125000', '101040.128000', '101040.131000', '101040.133000', '101040.136000', '101040.139000', '101040.142000', '101040.145000', '101040.148000', '101040.151000', '101100.022000', '101100.025000', '101100.028000', '101100.031000', '101100.033000', '101100.036000', '101100.039000', '101100.042000', '101100.045000', '101100.048000', '101100.051000', '101100.054000', '101100.057000', '101100.059000', '101100.062000', '101100.065000', '101100.068000', '101100.071000', '101100.074000', '101100.077000', '101100.080000', '101100.083000', '101100.086000', '101100.089000', '101100.093000', '101100.096000', '101100.099000', '101100.102000', '101100.106000', '101100.109000', '101100.112000', '101100.115000', '101100.117000', '101100.121000', '101100.124000', '101100.126000', '101100.129000', '101100.132000', '101100.135000', '101100.138000', '101100.141000', '101100.144000', '101100.147000', '101120.022000', '101120.025000', '101120.028000', '101120.031000', '101120.033000', '101120.036000', '101120.039000', '101120.042000', '101120.045000', '101120.048000', '101120.051000', '101120.054000', '101120.057000', '101120.059000', '101120.062000', '101120.065000', '101120.068000', '101120.071000', '101120.074000', '101120.077000', '101120.092000', '101120.095000', '101120.098000', '101120.101000', '101120.104000', '101120.107000', '101120.110000', '101120.112000', '101120.115000', '101120.118000', '101120.121000', '101120.124000', '101120.127000', '101120.130000', '101120.132000', '101120.135000', '101120.138000', '101120.141000', '101120.144000', '101120.147000', '101120.150000', '101120.152000', '101120.155000', '101120.158000', '101140.022000', '101140.025000', '101140.028000', '101140.031000', '101140.034000', '101140.037000', '101140.040000', '101140.042000', '101140.045000', '101140.048000', '101140.051000', '101140.054000', '101140.057000', '101140.060000', '101140.063000', '101140.066000', '101140.068000', '101140.071000', '101140.074000', '101140.077000', '101140.080000', '101140.083000', '101140.086000', '101140.089000', '101140.092000', '101140.094000', '101140.097000', '101140.100000', '101140.103000', '101140.106000', '101140.109000', '101140.112000', '101140.114000', '101140.118000', '101140.120000', '101140.123000', '101140.126000', '101140.129000', '101140.132000', '101140.135000', '101140.138000', '101140.141000', '101140.144000', '101200.022000', '101200.025000', '101200.028000', '101200.031000', '101200.034000', '101200.036000', '101200.039000', '101200.042000', '101200.045000', '101200.048000', '101200.051000', '101200.054000', '101200.057000', '101200.060000', '101200.062000', '101200.065000', '101200.068000', '101200.071000', '101200.074000', '101200.077000', '101200.080000', '101200.083000', '101200.086000', '101200.089000', '101200.092000', '101200.095000', '101200.098000', '101200.101000', '101200.104000', '101200.107000', '101200.110000', '101200.112000', '101200.115000', '101200.118000', '101200.121000', '101200.124000', '101200.127000', '101200.130000', '101200.133000', '101200.136000', '101200.139000', '101200.142000', '101200.144000', '101200.147000', '101220.022000', '101220.025000', '101220.028000', '101220.031000', '101220.034000', '101220.036000', '101220.039000', '101220.042000', '101220.045000', '101220.048000', '101220.051000', '101220.054000', '101220.057000', '101220.060000', '101220.063000', '101220.066000', '101220.068000', '101220.071000', '101220.074000', '101220.077000', '101220.080000', '101220.083000', '101220.086000', '101220.089000', '101220.092000', '101220.095000', '101220.098000', '101220.101000', '101220.103000', '101220.106000', '101220.109000', '101220.112000', '101220.115000', '101220.118000', '101220.121000', '101220.124000', '101220.127000', '101220.129000', '101220.132000', '101220.135000', '101220.138000', '101220.141000', '101220.145000', '101240.021000', '101240.024000', '101240.027000', '101240.030000', '101240.033000', '101240.036000', '101240.038000', '101240.041000', '101240.044000', '101240.047000', '101240.050000', '101240.053000', '101240.056000', '101240.059000', '101240.062000', '101240.065000', '101240.067000', '101240.070000', '101240.073000', '101240.076000', '101240.079000', '101240.082000', '101240.085000', '101240.088000', '101240.091000', '101240.094000', '101240.096000', '101240.099000', '101240.102000', '101240.105000', '101240.108000', '101240.111000', '101240.114000', '101240.117000', '101240.120000', '101240.123000', '101240.126000', '101240.128000', '101240.131000', '101240.134000', '101240.137000', '101240.140000', '101240.143000', '101240.146000', '101300.022000', '101300.025000', '101300.028000', '101300.031000', '101300.034000', '101300.036000', '101300.039000', '101300.042000', '101300.045000', '101300.048000', '101300.051000', '101300.054000', '101300.057000', '101300.060000', '101300.063000', '101300.083000', '101300.086000', '101300.089000', '101300.092000', '101300.095000', '101300.098000', '101300.100000', '101300.103000', '101300.106000', '101300.109000', '101300.112000', '101300.115000', '101300.118000', '101300.121000', '101300.124000', '101300.127000', '101300.130000', '101300.133000', '101300.136000', '101300.139000', '101300.142000', '101300.144000', '101300.147000', '101300.150000', '101300.153000', '101300.156000', '101300.159000', '101300.162000', '101320.022000', '101320.025000', '101320.028000', '101320.031000', '101320.034000', '101320.036000', '101320.039000', '101320.042000', '101320.045000', '101320.048000', '101320.051000', '101320.054000', '101320.057000', '101320.060000', '101320.062000', '101320.066000', '101320.068000', '101320.071000', '101320.074000', '101320.077000', '101320.080000', '101320.083000', '101320.086000', '101320.089000', '101320.091000', '101320.094000', '101320.097000', '101320.100000', '101320.103000', '101320.106000', '101320.109000', '101320.112000', '101320.115000', '101320.118000', '101320.120000', '101320.123000', '101320.126000', '101320.129000', '101320.132000', '101320.135000', '101320.138000', '101320.141000', '101320.144000', '101320.147000', '101340.022000', '101340.025000', '101340.028000', '101340.031000', '101340.034000', '101340.037000', '101340.040000', '101340.042000', '101340.045000', '101340.048000', '101340.051000', '101340.054000', '101340.057000', '101340.060000', '101340.063000', '101340.066000', '101340.069000', '101340.072000', '101340.074000', '101340.077000', '101340.080000', '101340.083000', '101340.086000', '101340.089000', '101340.092000', '101340.095000', '101340.098000', '101340.101000', '101340.103000', '101340.106000', '101340.109000', '101340.112000', '101340.115000', '101340.118000', '101340.121000', '101340.124000', '101340.127000', '101340.129000', '101340.132000', '101340.135000', '101340.138000', '101340.141000', '101340.144000', '101400.022000', '101400.025000', '101400.028000', '101400.032000', '101400.038000', '101400.040000', '101400.043000', '101400.046000', '101400.049000', '101400.052000', '101400.055000', '101400.058000', '101400.061000', '101400.064000', '101400.067000', '101400.070000', '101400.073000', '101400.076000', '101400.079000', '101400.081000', '101400.084000', '101400.087000', '101400.090000', '101400.093000', '101400.096000', '101400.099000', '101400.102000', '101400.105000', '101400.108000', '101400.111000', '101400.113000', '101400.116000', '101400.119000', '101400.122000', '101400.125000', '101400.128000', '101400.131000', '101400.134000', '101400.137000', '101400.140000', '101400.143000', '101400.146000', '101400.149000', '101420.022000', '101420.025000', '101420.028000', '101420.031000', '101420.034000', '101420.037000', '101420.040000', '101420.043000', '101420.046000', '101420.048000', '101420.051000', '101420.054000', '101420.057000', '101420.060000', '101420.063000', '101420.066000', '101420.069000', '101420.072000', '101420.075000', '101420.078000', '101420.081000', '101420.083000', '101420.086000', '101420.089000', '101420.092000', '101420.095000', '101420.098000', '101420.101000', '101420.104000', '101420.107000', '101420.110000', '101420.113000', '101420.116000', '101420.119000', '101420.121000', '101420.124000', '101420.127000', '101420.130000', '101420.133000', '101420.136000', '101420.139000', '101420.159000', '101420.162000', '101420.165000', '101440.022000', '101440.025000', '101440.028000', '101440.031000', '101440.034000', '101440.037000', '101440.040000', '101440.043000', '101440.046000', '101440.049000', '101440.052000', '101440.054000', '101440.059000', '101440.062000', '101440.065000', '101440.068000', '101440.071000', '101440.074000', '101440.077000', '101440.080000', '101440.082000', '101440.085000', '101440.088000', '101440.091000', '101440.094000', '101440.097000', '101440.100000', '101440.103000', '101440.106000', '101440.109000', '101440.112000', '101440.114000', '101440.117000', '101440.120000', '101440.123000', '101440.126000', '101440.129000', '101440.132000', '101440.135000', '101440.137000', '101440.140000', '101440.143000', '101440.146000', '101500.021000', '101500.024000', '101500.027000', '101500.030000', '101500.033000', '101500.036000', '101500.039000', '101500.042000', '101500.044000', '101500.047000', '101500.050000', '101500.053000', '101500.056000', '101500.059000', '101500.062000', '101500.065000', '101500.068000', '101500.071000', '101500.074000', '101500.077000', '101500.079000', '101500.082000', '101500.085000', '101500.088000', '101500.091000', '101500.094000', '101500.097000', '101500.100000', '101500.103000', '101500.105000', '101500.108000', '101500.111000', '101500.114000', '101500.117000', '101500.120000', '101500.123000', '101500.126000', '101500.129000', '101500.131000', '101500.134000', '101500.137000', '101500.140000', '101500.143000', '101500.147000', '101520.022000', '101520.025000', '101520.028000', '101520.031000', '101520.033000', '101520.036000', '101520.039000', '101520.042000', '101520.045000', '101520.048000', '101520.051000', '101520.054000', '101520.057000', '101520.060000', '101520.063000', '101520.066000', '101520.069000', '101520.072000', '101520.075000', '101520.078000', '101520.081000', '101520.083000', '101520.086000', '101520.089000', '101520.092000', '101520.095000', '101520.098000', '101520.101000', '101520.104000', '101520.107000', '101520.110000', '101520.113000', '101520.115000', '101520.118000', '101520.121000', '101520.124000', '101520.127000', '101520.130000', '101520.133000', '101520.136000', '101520.139000', '101520.142000', '101520.144000', '101540.022000', '101540.025000', '101540.028000', '101540.031000', '101540.034000', '101540.037000', '101540.040000', '101540.043000', '101540.045000', '101540.048000', '101540.051000', '101540.054000', '101540.057000', '101540.060000', '101540.063000', '101540.066000', '101540.069000', '101540.072000', '101540.075000', '101540.078000', '101540.080000', '101540.083000', '101540.086000', '101540.089000', '101540.092000', '101540.095000', '101540.098000', '101540.101000', '101540.104000', '101540.107000', '101540.109000', '101540.112000', '101540.115000', '101540.118000', '101540.121000', '101540.124000', '101540.127000', '101540.130000', '101540.133000', '101540.135000', '101540.138000', '101540.141000', '101540.144000', '101540.147000', '101600.022000', '101600.025000', '101600.028000', '101600.031000', '101600.034000', '101600.037000', '101600.040000', '101600.043000', '101600.053000', '101600.056000', '101600.058000', '101600.061000', '101600.064000', '101600.067000', '101600.070000', '101600.073000', '101600.076000', '101600.079000', '101600.083000', '101600.088000', '101600.091000', '101600.094000', '101600.097000', '101600.100000', '101600.103000', '101600.106000', '101600.108000', '101600.111000', '101600.114000', '101600.117000', '101600.120000', '101600.123000', '101600.126000', '101600.129000', '101600.132000', '101600.134000', '101600.139000', '101600.142000', '101600.145000', '101600.148000', '101600.151000', '101600.154000', '101600.157000', '101620.022000', '101620.025000', '101620.028000', '101620.031000', '101620.034000', '101620.037000', '101620.039000', '101620.042000', '101620.045000', '101620.048000', '101620.051000', '101620.054000', '101620.057000', '101620.060000', '101620.063000', '101620.066000', '101620.068000', '101620.071000', '101620.074000', '101620.077000', '101620.080000', '101620.083000', '101620.086000', '101620.089000', '101620.092000', '101620.095000', '101620.098000', '101620.101000', '101620.103000', '101620.106000', '101620.109000', '101620.112000', '101620.115000', '101620.118000', '101620.121000', '101620.124000', '101620.127000', '101620.130000', '101620.132000', '101620.135000', '101620.138000', '101620.141000', '101620.144000', '101620.147000', '101640.022000', '101640.025000', '101640.028000', '101640.031000', '101640.034000', '101640.037000', '101640.040000', '101640.043000', '101640.045000', '101640.048000', '101640.051000', '101640.054000', '101640.057000', '101640.060000', '101640.063000', '101640.065000', '101640.068000', '101640.071000', '101640.074000', '101640.077000', '101640.080000', '101640.083000', '101640.086000', '101640.089000', '101640.092000', '101640.095000', '101640.097000', '101640.100000', '101640.103000', '101640.106000', '101640.109000', '101640.114000', '101640.118000', '101640.121000', '101640.124000', '101640.127000', '101640.130000', '101640.132000', '101640.135000', '101640.138000', '101640.141000', '101640.144000', '101640.147000', '101645.678000', '101645.682000', '101645.685000', '101645.688000', '101645.691000', '101645.694000', '101645.697000', '101645.701000', '101645.704000', '101645.707000', '101645.710000', '101645.713000', '101645.715000'], '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': [9618, 9289, 13213, 11344, 10219, 12790, 8537, 9674, 8903, 8799, 11211, 8700, 9503, 8486, 8031, 8714, 8668, 8391, 8395, 9364, 8598, 8986, 8293, 8486, 8353, 8634, 7384, 8162, 8606, 8106, 8039, 8132, 8410, 10282, 8103, 8035, 7690, 8534, 10587, 8425, 8264, 8519, 8513, 10717, 8605, 11542, 8531, 8307, 8302, 8946, 11131, 8277, 9306, 9431, 8551, 9588, 9043, 8597, 9113, 8213, 8325, 8121, 7323, 7825, 7973, 7747, 8448, 9891, 7909, 8446, 8874, 8288, 8177, 8032, 8692, 8274, 8111, 8919, 8129, 8734, 12466, 8369, 9328, 12686, 8516, 10957, 8583, 9803, 8303, 8517, 7835, 8597, 8380, 8601, 8895, 8000, 8481, 10139, 7690, 8678, 10365, 8568, 8726, 10701, 8950, 9766, 8376, 8771, 12487, 8875, 9868, 8294, 9022, 12082, 9015, 10951, 8853, 8901, 9151, 8849, 11248, 8930, 9030, 8129, 8787, 8727, 8756, 8869, 8728, 8366, 7925, 8681, 9659, 8779, 8111, 8302, 8990, 8072, 8768, 7316, 8619, 8271, 8413, 8247, 8420, 9479, 8852, 8206, 9212, 9513, 8935, 9178, 12207, 9382, 14508, 10119, 12003, 11578, 9357, 14207, 11602, 14193, 11184, 13599, 11138, 12012, 12499, 10002, 12689, 10387, 12650, 9675, 11132, 9247, 12005, 9345, 10040, 9176, 9571, 10656, 9153, 10254, 8981, 8892, 8930, 8447, 9248, 7978, 9430, 7754, 9111, 8696, 8893, 8465, 9005, 8210, 8975, 9053, 8305, 8895, 10187, 8833, 8965, 10443, 8948, 10073, 8492, 9168, 8189, 9008, 8125, 9335, 9316, 9332, 10947, 9118, 10715, 11405, 10325, 14706, 13232, 14085, 11355, 10012, 8847, 9059, 11731, 9151, 9513, 9034, 9199, 10546, 9270, 10707, 9126, 9176, 9110, 8865, 13213, 9115, 10074, 9122, 9061, 11891, 9001, 11879, 9071, 9380, 9100, 9123, 11927, 9074, 11471, 8827, 9120, 9121, 8864, 8767, 9217, 8924, 8619, 8722, 8249, 8576, 8210, 8672, 7877, 8780, 9195, 8962, 8778, 8901, 8886, 10422, 8753, 8638, 9319, 8968, 12295, 8899, 10788, 11287, 8704, 14025, 9637, 12881, 9240, 10463, 8929, 11359, 9370, 11723, 8677, 8950, 8754, 8950, 8741, 8771, 11143, 9188, 8652, 9176, 8697, 10759, 9366, 8831, 9201, 8647, 8995, 8925, 9965, 9214, 9003, 9119, 8726, 8763, 8793, 8517, 8656, 8734, 8615, 11378, 8805, 8694, 9825, 8601, 9610, 8512, 8149, 11741, 8859, 8093, 8126, 8318, 9890, 8452, 8608, 8926, 8342, 8805, 8819, 10101, 8796, 9161, 8945, 8479, 11149, 8545, 9374, 8848, 8638, 11228, 8750, 13489, 9192, 9414, 8998, 8421, 8806, 8609, 8769, 9055, 11729, 8963, 9873, 8790, 8316, 9110, 8554, 12460, 9173, 12764, 8741, 9872, 9174, 8370, 12690, 8443, 13156, 9095, 9633, 9186, 8223, 9489, 8614, 12131, 8877, 10242, 8583, 8195, 8924, 8237, 9431, 8144, 10289, 8427, 10676, 9200, 9255, 9138, 7986, 9190, 8347, 11257, 9023, 8462, 9578, 8034, 12728, 9106, 8666, 9003, 8304, 8699, 8086, 8677, 8274, 8574, 8884, 8169, 8979, 8719, 9436, 8811, 8862, 8693, 9253, 8527, 8187, 8060, 8758, 8567, 8907, 7813, 8628, 8553, 9537, 8593, 9719, 8907, 8683, 11998, 8908, 12517, 9856, 11396, 12845, 9016, 12783, 8989, 9943, 9229, 7874, 12699, 7994, 11065, 8177, 7996, 8137, 8241, 8638, 7724, 8736, 8733, 7833, 8732, 8504, 8203, 8795, 8280, 9250, 8727, 8236, 8925, 8008, 9231, 8662, 9833, 8308, 10497, 8642, 10773, 8173, 7947, 8647, 7994, 10805, 8628, 8402, 12422, 8537, 8443, 9193, 8237, 10838, 8760, 8771, 8336, 7701, 9254, 8317, 9542, 8419, 9491, 8607, 7876, 8451, 7430, 9169, 7766, 9236, 8499, 9111, 11305, 12453, 11936, 14043, 10638, 10920, 8309, 8105, 11860, 8512, 8637, 10749, 7683, 9717, 8373, 7580, 8723, 7876, 9268, 8403, 7888, 8457, 7540, 8615, 7614, 9122, 7681, 11227, 8377, 7863, 11806, 8518, 8498, 11162, 7960, 9670, 8626, 7736, 9573, 7483, 9109, 7903, 8263, 8175, 7406, 8603, 8437, 8695, 8333, 7936, 8136, 7579, 7857, 7955, 9240, 8396, 7654, 9646, 8270, 8667, 8647, 7921, 12220, 7965, 9986, 9722, 8983, 13503, 9886, 12422, 10567, 10012, 12983, 9566, 13209, 10265, 10953, 7694, 7742, 7585, 7437, 8406, 7702, 8857, 7598, 10334, 8530, 8796, 8027, 7800, 8161, 7226, 8703, 7577, 8824, 7705, 10370, 7792, 8473, 8764, 7462, 10933, 8343, 8059, 12350, 9213, 9902, 8647, 7586, 12468, 7954, 10113, 7669, 10253, 7953, 7312, 7882, 7399, 7855, 7257, 9211, 11617, 7615, 7354, 8911, 7525, 7603, 7925, 7433, 8932, 7746, 7184, 7974, 7508, 8341, 7297, 9356, 7376, 10576, 7984, 8951, 11462, 8408, 11889, 8667, 8311, 13153, 8763, 9531, 8428, 7235, 10792, 7729, 7838, 8229, 7135, 7516, 7607, 7316, 7396, 7224, 7962, 7488, 8051, 7605, 7615, 8165, 8937, 7751, 7641, 9737, 8174, 9275, 8185, 7935, 11537, 8383, 11549, 9377, 10915, 11409, 10140, 13102, 10646, 13039, 8267, 10032, 7918, 8555, 11019, 7663, 11878, 8118, 9280, 8744, 7138, 11324, 7456, 9296, 7999, 8310, 7998, 7883, 8336, 7496, 8393, 7703, 8026, 8394, 8044, 8142, 8776, 8058, 9017, 7730, 7950, 7979, 7317, 8218, 7810, 9897, 8239, 9851, 8210, 8348, 12971, 8859, 11994, 9783, 11889, 11590, 12227, 12434, 10053, 9289, 7451, 9895, 7609, 10374, 8231, 9635, 7887, 9353, 7696, 9318, 7851, 8578, 10272, 7510, 12399, 8949, 12538, 9952, 11284, 7422, 7650, 7904, 7940, 7610, 7438, 7887, 7665, 8280, 7335, 8598, 8123, 7615, 10473, 7747, 8842, 8449, 7408, 10189, 7585, 10218, 7996, 10521, 7880, 7291, 7975, 7382, 9246, 7931, 7535, 9034, 7650, 9293, 7730, 7594, 8522, 7543, 9189, 7918, 8193, 7673, 7236, 7895, 7251, 8326, 7726, 9375, 7563, 9379, 8231, 8573, 10234, 8933, 12475, 8605, 11688, 7602, 10247, 8596, 7559, 12893, 9518, 10543, 9570, 7469, 11772, 7497, 9122, 7970, 8318, 7679, 7484, 7799, 7492, 7929, 7807, 11177, 8613, 8931, 9442, 7556, 9220, 8607, 7382, 12014, 8279, 10699, 7708, 8358, 8195, 7534, 10682, 7396, 9296, 8379, 7384, 11524, 8071, 8086, 8476, 7398, 9597, 7882, 8344, 7772], 'WindowCenter': [4324.0, 4308.0, 4324.0, 4300.0, 4276.0, 4295.0, 4253.0, 4262.0, 4251.0, 4252.0, 4283.0, 4251.0, 4261.0, 4253.0, 4242.0, 4251.0, 4252.0, 4254.0, 4254.0, 4276.0, 4264.0, 4274.0, 4267.0, 4265.0, 4267.0, 4266.0, 4246.0, 4266.0, 4265.0, 4256.0, 4256.0, 4255.0, 4267.0, 4289.0, 4269.0, 4267.0, 4257.0, 4278.0, 4285.0, 4266.0, 4263.0, 4264.0, 4266.0, 4287.0, 4266.0, 4296.0, 4265.0, 4254.0, 4252.0, 4264.0, 4294.0, 4253.0, 4274.0, 4263.0, 4264.0, 4273.0, 4267.0, 4262.0, 4262.0, 4255.0, 4254.0, 4254.0, 4242.0, 4254.0, 4255.0, 4256.0, 4268.0, 4288.0, 4268.0, 4268.0, 4277.0, 4268.0, 4279.0, 4268.0, 4279.0, 4269.0, 4268.0, 4278.0, 4267.0, 4279.0, 4319.0, 4269.0, 4288.0, 4317.0, 4277.0, 4296.0, 4265.0, 4285.0, 4254.0, 4266.0, 4255.0, 4264.0, 4265.0, 4265.0, 4264.0, 4252.0, 4265.0, 4285.0, 4255.0, 4264.0, 4285.0, 4267.0, 4265.0, 4285.0, 4264.0, 4273.0, 4251.0, 4253.0, 4294.0, 4262.0, 4272.0, 4253.0, 4262.0, 4293.0, 4251.0, 4280.0, 4250.0, 4250.0, 4261.0, 4261.0, 4281.0, 4251.0, 4263.0, 4241.0, 4251.0, 4251.0, 4252.0, 4251.0, 4251.0, 4252.0, 4240.0, 4263.0, 4273.0, 4264.0, 4255.0, 4265.0, 4277.0, 4266.0, 4276.0, 4256.0, 4278.0, 4277.0, 4292.0, 4294.0, 4294.0, 4302.0, 4293.0, 4283.0, 4292.0, 4302.0, 4281.0, 4293.0, 4321.0, 4279.0, 4329.0, 4287.0, 4307.0, 4295.0, 4275.0, 4315.0, 4283.0, 4303.0, 4282.0, 4302.0, 4271.0, 4279.0, 4280.0, 4248.0, 4277.0, 4247.0, 4276.0, 4233.0, 4256.0, 4233.0, 4262.0, 4234.0, 4234.0, 4235.0, 4235.0, 4244.0, 4234.0, 4244.0, 4235.0, 4235.0, 4237.0, 4236.0, 4247.0, 4240.0, 4263.0, 4244.0, 4265.0, 4263.0, 4276.0, 4268.0, 4279.0, 4268.0, 4279.0, 4266.0, 4256.0, 4276.0, 4285.0, 4266.0, 4278.0, 4287.0, 4278.0, 4288.0, 4265.0, 4278.0, 4266.0, 4277.0, 4266.0, 4289.0, 4302.0, 4304.0, 4312.0, 4293.0, 4312.0, 4323.0, 4300.0, 4329.0, 4318.0, 4317.0, 4283.0, 4263.0, 4252.0, 4250.0, 4282.0, 4262.0, 4261.0, 4253.0, 4264.0, 4283.0, 4265.0, 4284.0, 4265.0, 4262.0, 4253.0, 4262.0, 4301.0, 4253.0, 4273.0, 4263.0, 4253.0, 4294.0, 4252.0, 4282.0, 4253.0, 4263.0, 4251.0, 4263.0, 4293.0, 4251.0, 4283.0, 4252.0, 4251.0, 4251.0, 4263.0, 4252.0, 4264.0, 4264.0, 4267.0, 4267.0, 4266.0, 4267.0, 4268.0, 4267.0, 4255.0, 4266.0, 4274.0, 4277.0, 4265.0, 4278.0, 4279.0, 4298.0, 4279.0, 4281.0, 4289.0, 4278.0, 4309.0, 4267.0, 4286.0, 4285.0, 4254.0, 4313.0, 4264.0, 4294.0, 4263.0, 4272.0, 4253.0, 4282.0, 4262.0, 4283.0, 4252.0, 4252.0, 4241.0, 4251.0, 4239.0, 4250.0, 4282.0, 4251.0, 4251.0, 4261.0, 4254.0, 4283.0, 4263.0, 4263.0, 4263.0, 4253.0, 4263.0, 4264.0, 4273.0, 4265.0, 4265.0, 4266.0, 4265.0, 4267.0, 4266.0, 4266.0, 4267.0, 4267.0, 4267.0, 4297.0, 4266.0, 4255.0, 4274.0, 4255.0, 4265.0, 4254.0, 4245.0, 4293.0, 4264.0, 4243.0, 4243.0, 4256.0, 4275.0, 4254.0, 4255.0, 4279.0, 4267.0, 4264.0, 4276.0, 4287.0, 4269.0, 4278.0, 4279.0, 4268.0, 4298.0, 4267.0, 4278.0, 4266.0, 4266.0, 4297.0, 4266.0, 4318.0, 4278.0, 4278.0, 4278.0, 4267.0, 4265.0, 4266.0, 4267.0, 4278.0, 4307.0, 4278.0, 4289.0, 4269.0, 4269.0, 4268.0, 4266.0, 4306.0, 4275.0, 4307.0, 4256.0, 4275.0, 4265.0, 4255.0, 4304.0, 4243.0, 4304.0, 4251.0, 4263.0, 4252.0, 4242.0, 4262.0, 4252.0, 4291.0, 4253.0, 4273.0, 4253.0, 4242.0, 4253.0, 4242.0, 4263.0, 4244.0, 4274.0, 4255.0, 4284.0, 4265.0, 4264.0, 4265.0, 4243.0, 4264.0, 4254.0, 4283.0, 4253.0, 4243.0, 4262.0, 4244.0, 4293.0, 4253.0, 4253.0, 4252.0, 4242.0, 4253.0, 4243.0, 4253.0, 4254.0, 4253.0, 4265.0, 4255.0, 4267.0, 4266.0, 4267.0, 4279.0, 4278.0, 4268.0, 4278.0, 4267.0, 4256.0, 4256.0, 4267.0, 4266.0, 4279.0, 4271.0, 4281.0, 4282.0, 4291.0, 4281.0, 4291.0, 4278.0, 4268.0, 4296.0, 4264.0, 4295.0, 4264.0, 4285.0, 4294.0, 4252.0, 4282.0, 4240.0, 4249.0, 4238.0, 4216.0, 4276.0, 4216.0, 4257.0, 4226.0, 4226.0, 4227.0, 4228.0, 4239.0, 4232.0, 4240.0, 4241.0, 4232.0, 4252.0, 4255.0, 4241.0, 4254.0, 4255.0, 4264.0, 4255.0, 4253.0, 4265.0, 4245.0, 4266.0, 4267.0, 4277.0, 4257.0, 4287.0, 4266.0, 4286.0, 4256.0, 4244.0, 4252.0, 4244.0, 4284.0, 4255.0, 4256.0, 4295.0, 4255.0, 4255.0, 4265.0, 4256.0, 4284.0, 4255.0, 4254.0, 4253.0, 4244.0, 4263.0, 4254.0, 4276.0, 4268.0, 4289.0, 4270.0, 4271.0, 4269.0, 4260.0, 4279.0, 4260.0, 4280.0, 4280.0, 4281.0, 4300.0, 4309.0, 4298.0, 4315.0, 4275.0, 4272.0, 4240.0, 4240.0, 4279.0, 4241.0, 4241.0, 4272.0, 4230.0, 4261.0, 4242.0, 4231.0, 4239.0, 4240.0, 4250.0, 4242.0, 4241.0, 4254.0, 4245.0, 4266.0, 4247.0, 4264.0, 4247.0, 4286.0, 4244.0, 4244.0, 4283.0, 4241.0, 4241.0, 4270.0, 4230.0, 4249.0, 4240.0, 4231.0, 4250.0, 4230.0, 4252.0, 4243.0, 4252.0, 4253.0, 4245.0, 4266.0, 4269.0, 4269.0, 4270.0, 4270.0, 4271.0, 4261.0, 4268.0, 4258.0, 4278.0, 4268.0, 4259.0, 4288.0, 4270.0, 4281.0, 4280.0, 4272.0, 4321.0, 4270.0, 4289.0, 4278.0, 4267.0, 4305.0, 4274.0, 4296.0, 4273.0, 4263.0, 4291.0, 4250.0, 4281.0, 4260.0, 4260.0, 4218.0, 4214.0, 4217.0, 4218.0, 4227.0, 4230.0, 4251.0, 4232.0, 4262.0, 4253.0, 4253.0, 4243.0, 4231.0, 4241.0, 4220.0, 4240.0, 4231.0, 4252.0, 4244.0, 4274.0, 4245.0, 4255.0, 4254.0, 4232.0, 4272.0, 4241.0, 4230.0, 4280.0, 4249.0, 4249.0, 4227.0, 4218.0, 4279.0, 4229.0, 4259.0, 4220.0, 4260.0, 4231.0, 4221.0, 4242.0, 4230.0, 4243.0, 4234.0, 4264.0, 4282.0, 4232.0, 4222.0, 4252.0, 4232.0, 4233.0, 4243.0, 4234.0, 4253.0, 4246.0, 4235.0, 4256.0, 4248.0, 4258.0, 4249.0, 4279.0, 4248.0, 4289.0, 4256.0, 4267.0, 4286.0, 4244.0, 4284.0, 4243.0, 4241.0, 4291.0, 4242.0, 4251.0, 4240.0, 4220.0, 4271.0, 4232.0, 4230.0, 4242.0, 4223.0, 4235.0, 4244.0, 4234.0, 4247.0, 4248.0, 4258.0, 4247.0, 4259.0, 4260.0, 4260.0, 4282.0, 4282.0, 4262.0, 4273.0, 4292.0, 4273.0, 4292.0, 4271.0, 4271.0, 4310.0, 4271.0, 4311.0, 4280.0, 4300.0, 4298.0, 4289.0, 4308.0, 4288.0, 4306.0, 4244.0, 4262.0, 4243.0, 4254.0, 4272.0, 4232.0, 4283.0, 4243.0, 4251.0, 4242.0, 4223.0, 4283.0, 4232.0, 4251.0, 4231.0, 4242.0, 4243.0, 4244.0, 4244.0, 4234.0, 4255.0, 4246.0, 4256.0, 4256.0, 4257.0, 4269.0, 4283.0, 4272.0, 4280.0, 4260.0, 4258.0, 4258.0, 4246.0, 4256.0, 4259.0, 4288.0, 4270.0, 4291.0, 4270.0, 4270.0, 4319.0, 4268.0, 4297.0, 4275.0, 4285.0, 4284.0, 4285.0, 4282.0, 4261.0, 4251.0, 4220.0, 4249.0, 4217.0, 4262.0, 4241.0, 4250.0, 4242.0, 4251.0, 4233.0, 4251.0, 4231.0, 4240.0, 4260.0, 4219.0, 4269.0, 4239.0, 4279.0, 4249.0, 4258.0, 4208.0, 4216.0, 4228.0, 4228.0, 4231.0, 4231.0, 4244.0, 4235.0, 4244.0, 4235.0, 4254.0, 4234.0, 4233.0, 4273.0, 4232.0, 4242.0, 4242.0, 4222.0, 4262.0, 4233.0, 4261.0, 4232.0, 4273.0, 4232.0, 4222.0, 4231.0, 4222.0, 4250.0, 4232.0, 4233.0, 4252.0, 4234.0, 4265.0, 4236.0, 4246.0, 4254.0, 4245.0, 4262.0, 4246.0, 4257.0, 4247.0, 4236.0, 4257.0, 4245.0, 4257.0, 4258.0, 4278.0, 4248.0, 4269.0, 4258.0, 4268.0, 4289.0, 4268.0, 4308.0, 4256.0, 4293.0, 4246.0, 4273.0, 4252.0, 4234.0, 4294.0, 4262.0, 4274.0, 4263.0, 4221.0, 4281.0, 4221.0, 4261.0, 4243.0, 4241.0, 4231.0, 4221.0, 4233.0, 4233.0, 4244.0, 4235.0, 4273.0, 4243.0, 4253.0, 4252.0, 4232.0, 4250.0, 4241.0, 4222.0, 4282.0, 4231.0, 4261.0, 4220.0, 4230.0, 4230.0, 4230.0, 4260.0, 4220.0, 4250.0, 4230.0, 4221.0, 4271.0, 4231.0, 4231.0, 4230.0, 4221.0, 4250.0, 4231.0, 4242.0, 4232.0], 'WindowWidth': [9576.0, 9541.0, 9554.0, 9512.0, 9473.0, 9496.0, 9438.0, 9447.0, 9432.0, 9432.0, 9475.0, 9431.0, 9445.0, 9436.0, 9420.0, 9433.0, 9436.0, 9440.0, 9440.0, 9471.0, 9456.0, 9469.0, 9462.0, 9458.0, 9462.0, 9460.0, 9433.0, 9460.0, 9460.0, 9447.0, 9445.0, 9444.0, 9464.0, 9495.0, 9469.0, 9465.0, 9450.0, 9479.0, 9484.0, 9460.0, 9454.0, 9455.0, 9461.0, 9489.0, 9460.0, 9500.0, 9456.0, 9441.0, 9436.0, 9452.0, 9495.0, 9439.0, 9468.0, 9451.0, 9454.0, 9465.0, 9461.0, 9449.0, 9447.0, 9440.0, 9441.0, 9440.0, 9422.0, 9442.0, 9446.0, 9446.0, 9469.0, 9493.0, 9467.0, 9468.0, 9478.0, 9467.0, 9483.0, 9468.0, 9483.0, 9469.0, 9467.0, 9482.0, 9465.0, 9485.0, 9538.0, 9469.0, 9494.0, 9529.0, 9476.0, 9502.0, 9457.0, 9482.0, 9442.0, 9458.0, 9443.0, 9455.0, 9457.0, 9456.0, 9455.0, 9438.0, 9457.0, 9485.0, 9444.0, 9455.0, 9485.0, 9461.0, 9457.0, 9484.0, 9453.0, 9464.0, 9431.0, 9437.0, 9490.0, 9447.0, 9461.0, 9437.0, 9447.0, 9490.0, 9431.0, 9470.0, 9429.0, 9428.0, 9443.0, 9444.0, 9469.0, 9432.0, 9448.0, 9419.0, 9432.0, 9431.0, 9432.0, 9432.0, 9432.0, 9433.0, 9416.0, 9452.0, 9466.0, 9454.0, 9444.0, 9458.0, 9477.0, 9464.0, 9476.0, 9450.0, 9482.0, 9480.0, 9509.0, 9513.0, 9512.0, 9521.0, 9507.0, 9497.0, 9506.0, 9518.0, 9487.0, 9507.0, 9541.0, 9483.0, 9551.0, 9490.0, 9517.0, 9497.0, 9470.0, 9523.0, 9477.0, 9503.0, 9472.0, 9499.0, 9455.0, 9464.0, 9463.0, 9419.0, 9456.0, 9415.0, 9453.0, 9393.0, 9424.0, 9390.0, 9428.0, 9393.0, 9394.0, 9394.0, 9396.0, 9407.0, 9393.0, 9408.0, 9396.0, 9397.0, 9402.0, 9401.0, 9420.0, 9415.0, 9449.0, 9425.0, 9457.0, 9453.0, 9474.0, 9466.0, 9480.0, 9468.0, 9480.0, 9457.0, 9445.0, 9471.0, 9483.0, 9457.0, 9478.0, 9488.0, 9477.0, 9490.0, 9459.0, 9478.0, 9461.0, 9476.0, 9461.0, 9498.0, 9520.0, 9524.0, 9534.0, 9509.0, 9534.0, 9546.0, 9511.0, 9548.0, 9529.0, 9527.0, 9475.0, 9447.0, 9432.0, 9426.0, 9470.0, 9445.0, 9444.0, 9436.0, 9452.0, 9477.0, 9453.0, 9479.0, 9455.0, 9448.0, 9434.0, 9446.0, 9497.0, 9434.0, 9460.0, 9447.0, 9435.0, 9490.0, 9432.0, 9471.0, 9434.0, 9447.0, 9430.0, 9447.0, 9489.0, 9429.0, 9473.0, 9430.0, 9429.0, 9428.0, 9446.0, 9432.0, 9451.0, 9452.0, 9459.0, 9461.0, 9458.0, 9461.0, 9463.0, 9460.0, 9443.0, 9456.0, 9465.0, 9473.0, 9459.0, 9476.0, 9480.0, 9505.0, 9481.0, 9490.0, 9497.0, 9478.0, 9521.0, 9460.0, 9485.0, 9479.0, 9439.0, 9517.0, 9450.0, 9489.0, 9447.0, 9459.0, 9433.0, 9471.0, 9444.0, 9473.0, 9430.0, 9430.0, 9414.0, 9428.0, 9411.0, 9426.0, 9469.0, 9428.0, 9429.0, 9443.0, 9437.0, 9474.0, 9449.0, 9449.0, 9448.0, 9436.0, 9448.0, 9450.0, 9462.0, 9453.0, 9453.0, 9456.0, 9455.0, 9459.0, 9458.0, 9457.0, 9462.0, 9461.0, 9459.0, 9498.0, 9454.0, 9441.0, 9463.0, 9439.0, 9453.0, 9438.0, 9426.0, 9488.0, 9450.0, 9423.0, 9422.0, 9442.0, 9467.0, 9440.0, 9441.0, 9478.0, 9461.0, 9455.0, 9475.0, 9490.0, 9466.0, 9479.0, 9479.0, 9465.0, 9503.0, 9461.0, 9477.0, 9457.0, 9457.0, 9498.0, 9459.0, 9529.0, 9478.0, 9479.0, 9478.0, 9461.0, 9457.0, 9460.0, 9461.0, 9477.0, 9516.0, 9480.0, 9495.0, 9469.0, 9467.0, 9463.0, 9460.0, 9511.0, 9468.0, 9513.0, 9443.0, 9467.0, 9453.0, 9440.0, 9504.0, 9421.0, 9503.0, 9430.0, 9446.0, 9432.0, 9419.0, 9444.0, 9430.0, 9483.0, 9433.0, 9460.0, 9433.0, 9418.0, 9433.0, 9418.0, 9446.0, 9423.0, 9464.0, 9441.0, 9477.0, 9454.0, 9451.0, 9452.0, 9422.0, 9450.0, 9436.0, 9475.0, 9434.0, 9420.0, 9444.0, 9422.0, 9486.0, 9432.0, 9432.0, 9431.0, 9418.0, 9435.0, 9422.0, 9434.0, 9437.0, 9434.0, 9455.0, 9441.0, 9458.0, 9456.0, 9460.0, 9478.0, 9477.0, 9463.0, 9475.0, 9461.0, 9443.0, 9444.0, 9460.0, 9457.0, 9481.0, 9473.0, 9487.0, 9490.0, 9501.0, 9487.0, 9501.0, 9478.0, 9463.0, 9497.0, 9451.0, 9494.0, 9450.0, 9478.0, 9489.0, 9429.0, 9469.0, 9410.0, 9420.0, 9403.0, 9372.0, 9452.0, 9371.0, 9427.0, 9386.0, 9387.0, 9388.0, 9391.0, 9406.0, 9401.0, 9409.0, 9415.0, 9406.0, 9431.0, 9437.0, 9418.0, 9436.0, 9440.0, 9451.0, 9440.0, 9437.0, 9453.0, 9428.0, 9456.0, 9460.0, 9473.0, 9447.0, 9486.0, 9457.0, 9483.0, 9442.0, 9422.0, 9431.0, 9423.0, 9475.0, 9438.0, 9443.0, 9491.0, 9439.0, 9441.0, 9451.0, 9441.0, 9478.0, 9440.0, 9436.0, 9434.0, 9424.0, 9450.0, 9439.0, 9470.0, 9462.0, 9493.0, 9469.0, 9472.0, 9468.0, 9456.0, 9480.0, 9458.0, 9482.0, 9484.0, 9487.0, 9510.0, 9519.0, 9502.0, 9520.0, 9463.0, 9457.0, 9412.0, 9410.0, 9460.0, 9412.0, 9415.0, 9455.0, 9399.0, 9441.0, 9416.0, 9401.0, 9409.0, 9411.0, 9426.0, 9416.0, 9416.0, 9438.0, 9427.0, 9457.0, 9434.0, 9454.0, 9432.0, 9482.0, 9423.0, 9421.0, 9471.0, 9413.0, 9414.0, 9451.0, 9396.0, 9422.0, 9410.0, 9399.0, 9424.0, 9400.0, 9431.0, 9419.0, 9432.0, 9436.0, 9427.0, 9457.0, 9466.0, 9466.0, 9469.0, 9471.0, 9471.0, 9459.0, 9466.0, 9450.0, 9475.0, 9462.0, 9453.0, 9492.0, 9470.0, 9487.0, 9484.0, 9476.0, 9540.0, 9470.0, 9494.0, 9474.0, 9460.0, 9507.0, 9465.0, 9495.0, 9459.0, 9446.0, 9481.0, 9425.0, 9467.0, 9437.0, 9436.0, 9378.0, 9367.0, 9374.0, 9376.0, 9389.0, 9397.0, 9425.0, 9405.0, 9442.0, 9432.0, 9433.0, 9420.0, 9402.0, 9415.0, 9384.0, 9410.0, 9402.0, 9431.0, 9425.0, 9464.0, 9425.0, 9439.0, 9436.0, 9404.0, 9457.0, 9412.0, 9396.0, 9462.0, 9420.0, 9419.0, 9388.0, 9378.0, 9460.0, 9394.0, 9433.0, 9383.0, 9436.0, 9401.0, 9389.0, 9418.0, 9400.0, 9421.0, 9411.0, 9450.0, 9470.0, 9401.0, 9390.0, 9429.0, 9405.0, 9406.0, 9418.0, 9409.0, 9433.0, 9427.0, 9415.0, 9445.0, 9436.0, 9449.0, 9441.0, 9480.0, 9437.0, 9491.0, 9444.0, 9459.0, 9481.0, 9423.0, 9476.0, 9417.0, 9413.0, 9481.0, 9414.0, 9427.0, 9409.0, 9385.0, 9453.0, 9400.0, 9397.0, 9415.0, 9392.0, 9415.0, 9425.0, 9411.0, 9433.0, 9435.0, 9448.0, 9433.0, 9452.0, 9454.0, 9453.0, 9489.0, 9488.0, 9462.0, 9479.0, 9503.0, 9476.0, 9502.0, 9470.0, 9470.0, 9522.0, 9470.0, 9525.0, 9482.0, 9508.0, 9502.0, 9490.0, 9515.0, 9485.0, 9508.0, 9422.0, 9444.0, 9418.0, 9434.0, 9456.0, 9405.0, 9472.0, 9420.0, 9429.0, 9417.0, 9393.0, 9471.0, 9402.0, 9427.0, 9400.0, 9416.0, 9420.0, 9422.0, 9422.0, 9412.0, 9438.0, 9429.0, 9443.0, 9445.0, 9450.0, 9468.0, 9494.0, 9475.0, 9480.0, 9454.0, 9451.0, 9448.0, 9430.0, 9442.0, 9454.0, 9490.0, 9469.0, 9497.0, 9468.0, 9470.0, 9534.0, 9461.0, 9498.0, 9465.0, 9477.0, 9475.0, 9478.0, 9470.0, 9440.0, 9425.0, 9382.0, 9421.0, 9376.0, 9443.0, 9413.0, 9422.0, 9415.0, 9428.0, 9404.0, 9427.0, 9398.0, 9409.0, 9435.0, 9379.0, 9446.0, 9403.0, 9458.0, 9417.0, 9428.0, 9363.0, 9370.0, 9390.0, 9390.0, 9401.0, 9402.0, 9421.0, 9411.0, 9421.0, 9410.0, 9435.0, 9406.0, 9406.0, 9456.0, 9402.0, 9413.0, 9415.0, 9389.0, 9442.0, 9408.0, 9441.0, 9402.0, 9458.0, 9402.0, 9390.0, 9400.0, 9388.0, 9421.0, 9401.0, 9404.0, 9429.0, 9409.0, 9449.0, 9414.0, 9429.0, 9435.0, 9423.0, 9444.0, 9428.0, 9445.0, 9433.0, 9417.0, 9446.0, 9429.0, 9445.0, 9449.0, 9476.0, 9435.0, 9464.0, 9449.0, 9462.0, 9489.0, 9460.0, 9514.0, 9440.0, 9488.0, 9427.0, 9460.0, 9430.0, 9408.0, 9487.0, 9444.0, 9461.0, 9445.0, 9388.0, 9467.0, 9387.0, 9442.0, 9419.0, 9412.0, 9401.0, 9387.0, 9406.0, 9405.0, 9422.0, 9411.0, 9459.0, 9419.0, 9430.0, 9427.0, 9401.0, 9424.0, 9413.0, 9389.0, 9467.0, 9399.0, 9437.0, 9384.0, 9396.0, 9397.0, 9396.0, 9436.0, 9383.0, 9424.0, 9396.0, 9386.0, 9452.0, 9398.0, 9398.0, 9397.0, 9387.0, 9424.0, 9400.0, 9416.0, 9402.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.0067021379310344825</td></tr>
<tr><td colspan=3>aqi</td><td>0.04290302620689655</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.059689108124324</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1707484131300343</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0299776923014965</td></tr>
<tr><td colspan=3>efc</td><td>0.4915</td></tr>
<tr><td colspan=3>fber</td><td>5913.3672</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07721183650089815</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0344827586206897</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.486948077000223</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.322295853723061</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7212817533014055</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.417266623976202</td></tr>
<tr><td colspan=3>gcor</td><td>0.00866725</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009636643342673779</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04397527128458023</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.860719117963139</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>16.8686</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.6086</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.1357</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>297392.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>993.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>385.2676</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8829</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>619.9518</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3437.9177</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3607.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79152.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1249.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4620.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>934.276</td></tr>
<tr><td colspan=3>tsnr</td><td>27.575618005357683</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>