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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0130_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-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-05_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-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-05_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-0130/ses-01/func/sub-0130_ses-01_task-social_acq-mb8_run-05_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>84ba618ab86dd53811139634cf8c3592</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>21:48:30.592500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995098, -0.0442965, 0.0884185, 0.0544151, 0.991813, -0.115525]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.08258</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4255, -7737, -7303, 310, -195, 24, -109, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.42</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ed534ebc-9ac9-49ae-ad03-a87eaa52619b||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6697752475738525, 0.1459917575120926, 0.2229585498571396, 97.43636322021484], [0.11884413659572601, 2.660961627960205, -0.32337987422943115, -102.14352416992188], [0.23722034692764282, 0.3099460005760193, 2.6712758541107178, -124.54203796386719], [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': ['214830.592500', '214831.052500', '214831.512500', '214831.972500', '214832.432500', '214832.892500', '214833.352500', '214833.812500', '214834.272500', '214834.732500', '214835.192500', '214835.652500', '214836.112500', '214836.572500', '214837.032500', '214837.492500', '214837.952500', '214838.412500', '214838.872500', '214839.332500', '214839.792500', '214840.252500', '214840.712500', '214841.172500', '214841.632500', '214842.092500', '214842.552500', '214843.012500', '214843.472500', '214843.932500', '214844.392500', '214844.852500', '214845.312500', '214845.772500', '214846.232500', '214846.692500', '214847.152500', '214847.612500', '214848.072500', '214848.532500', '214848.992500', '214849.452500', '214849.912500', '214850.372500', '214850.832500', '214851.292500', '214851.752500', '214852.212500', '214852.672500', '214853.132500', '214853.592500', '214854.052500', '214854.512500', '214854.972500', '214855.432500', '214855.892500', '214856.352500', '214856.812500', '214857.272500', '214857.732500', '214858.192500', '214858.652500', '214859.112500', '214859.572500', '214900.032500', '214900.492500', '214900.952500', '214901.412500', '214901.872500', '214902.332500', '214902.792500', '214903.252500', '214903.712500', '214904.172500', '214904.632500', '214905.092500', '214905.552500', '214906.012500', '214906.472500', '214906.932500', '214907.392500', '214907.852500', '214908.312500', '214908.772500', '214909.232500', '214909.692500', '214910.152500', '214910.612500', '214911.072500', '214911.532500', '214911.992500', '214912.452500', '214912.912500', '214913.372500', '214913.832500', '214914.292500', '214914.752500', '214915.212500', '214915.672500', '214916.132500', '214916.592500', '214917.052500', '214917.512500', '214917.972500', '214918.432500', '214918.892500', '214919.352500', '214919.812500', '214920.272500', '214920.732500', '214921.192500', '214921.652500', '214922.112500', '214922.572500', '214923.032500', '214923.492500', '214923.952500', '214924.412500', '214924.872500', '214925.332500', '214925.792500', '214926.252500', '214926.712500', '214927.172500', '214927.632500', '214928.092500', '214928.552500', '214929.012500', '214929.472500', '214929.932500', '214930.392500', '214930.852500', '214931.312500', '214931.772500', '214932.232500', '214932.692500', '214933.152500', '214933.612500', '214934.072500', '214934.532500', '214934.992500', '214935.452500', '214935.912500', '214936.372500', '214936.832500', '214937.292500', '214937.752500', '214938.212500', '214938.672500', '214939.132500', '214939.592500', '214940.052500', '214940.512500', '214940.972500', '214941.432500', '214941.892500', '214942.352500', '214942.812500', '214943.272500', '214943.732500', '214944.192500', '214944.652500', '214945.112500', '214945.572500', '214946.032500', '214946.492500', '214946.952500', '214947.412500', '214947.872500', '214948.332500', '214948.792500', '214949.252500', '214949.712500', '214950.172500', '214950.632500', '214951.092500', '214951.552500', '214952.012500', '214952.472500', '214952.932500', '214953.392500', '214953.852500', '214954.312500', '214954.772500', '214955.232500', '214955.692500', '214956.152500', '214956.612500', '214957.072500', '214957.532500', '214957.992500', '214958.452500', '214958.912500', '214959.372500', '214959.832500', '215000.292500', '215000.752500', '215001.212500', '215001.672500', '215002.132500', '215002.592500', '215003.052500', '215003.512500', '215003.972500', '215004.432500', '215004.892500', '215005.352500', '215005.812500', '215006.272500', '215006.732500', '215007.192500', '215007.652500', '215008.112500', '215008.572500', '215009.032500', '215009.492500', '215009.952500', '215010.412500', '215010.872500', '215011.332500', '215011.792500', '215012.252500', '215012.712500', '215013.172500', '215013.632500', '215014.092500', '215014.552500', '215015.012500', '215015.472500', '215015.932500', '215016.392500', '215016.852500', '215017.312500', '215017.772500', '215018.232500', '215018.692500', '215019.152500', '215019.612500', '215020.072500', '215020.532500', '215020.992500', '215021.452500', '215021.912500', '215022.372500', '215022.832500', '215023.292500', '215023.752500', '215024.212500', '215024.672500', '215025.132500', '215025.592500', '215026.052500', '215026.512500', '215026.972500', '215027.432500', '215027.892500', '215028.352500', '215028.812500', '215029.272500', '215029.732500', '215030.192500', '215030.652500', '215031.112500', '215031.572500', '215032.032500', '215032.492500', '215032.952500', '215033.412500', '215033.872500', '215034.332500', '215034.792500', '215035.252500', '215035.712500', '215036.172500', '215036.632500', '215037.092500', '215037.552500', '215038.012500', '215038.472500', '215038.932500', '215039.392500', '215039.852500', '215040.312500', '215040.772500', '215041.232500', '215041.692500', '215042.152500', '215042.612500', '215043.072500', '215043.532500', '215043.992500', '215044.452500', '215044.912500', '215045.372500', '215045.832500', '215046.292500', '215046.752500', '215047.212500', '215047.672500', '215048.132500', '215048.592500', '215049.052500', '215049.512500', '215049.972500', '215050.432500', '215050.892500', '215051.352500', '215051.812500', '215052.272500', '215052.732500', '215053.192500', '215053.652500', '215054.112500', '215054.572500', '215055.032500', '215055.492500', '215055.952500', '215056.412500', '215056.872500', '215057.332500', '215057.792500', '215058.252500', '215058.712500', '215059.172500', '215059.632500', '215100.092500', '215100.552500', '215101.012500', '215101.472500', '215101.932500', '215102.392500', '215102.852500', '215103.312500', '215103.772500', '215104.232500', '215104.692500', '215105.152500', '215105.612500', '215106.072500', '215106.532500', '215106.992500', '215107.452500', '215107.912500', '215108.372500', '215108.832500', '215109.292500', '215109.752500', '215110.212500', '215110.672500', '215111.132500', '215111.592500', '215112.052500', '215112.512500', '215112.972500', '215113.432500', '215113.892500', '215114.352500', '215114.812500', '215115.272500', '215115.732500', '215116.192500', '215116.652500', '215117.112500', '215117.572500', '215118.032500', '215118.492500', '215118.952500', '215119.412500', '215119.872500', '215120.332500', '215120.792500', '215121.252500', '215121.712500', '215122.172500', '215122.632500', '215123.092500', '215123.552500', '215124.012500', '215124.472500', '215124.932500', '215125.392500', '215125.852500', '215126.312500', '215126.772500', '215127.232500', '215127.692500', '215128.152500', '215128.612500', '215129.072500', '215129.532500', '215129.992500', '215130.452500', '215130.912500', '215131.372500', '215131.832500', '215132.292500', '215132.752500', '215133.212500', '215133.672500', '215134.132500', '215134.592500', '215135.052500', '215135.512500', '215135.972500', '215136.432500', '215136.892500', '215137.352500', '215137.812500', '215138.272500', '215138.732500', '215139.192500', '215139.652500', '215140.112500', '215140.572500', '215141.032500', '215141.492500', '215141.952500', '215142.412500', '215142.872500', '215143.332500', '215143.792500', '215144.252500', '215144.712500', '215145.172500', '215145.632500', '215146.092500', '215146.552500', '215147.012500', '215147.472500', '215147.932500', '215148.392500', '215148.852500', '215149.312500', '215149.772500', '215150.232500', '215150.692500', '215151.152500', '215151.612500', '215152.072500', '215152.532500', '215152.992500', '215153.452500', '215153.912500', '215154.372500', '215154.832500', '215155.292500', '215155.752500', '215156.212500', '215156.672500', '215157.132500', '215157.592500', '215158.052500', '215158.512500', '215158.972500', '215159.432500', '215159.892500', '215200.352500', '215200.812500', '215201.272500', '215201.732500', '215202.192500', '215202.652500', '215203.112500', '215203.572500', '215204.032500', '215204.492500', '215204.952500', '215205.412500', '215205.872500', '215206.332500', '215206.792500', '215207.252500', '215207.712500', '215208.172500', '215208.632500', '215209.092500', '215209.552500', '215210.012500', '215210.472500', '215210.932500', '215211.392500', '215211.852500', '215212.312500', '215212.772500', '215213.232500', '215213.692500', '215214.152500', '215214.612500', '215215.072500', '215215.532500', '215215.992500', '215216.452500', '215216.912500', '215217.372500', '215217.832500', '215218.292500', '215218.752500', '215219.212500', '215219.672500', '215220.132500', '215220.592500', '215221.052500', '215221.512500', '215221.972500', '215222.432500', '215222.892500', '215223.352500', '215223.812500', '215224.272500', '215224.732500', '215225.192500', '215225.652500', '215226.112500', '215226.572500', '215227.032500', '215227.492500', '215227.952500', '215228.412500', '215228.872500', '215229.332500', '215229.792500', '215230.252500', '215230.712500', '215231.172500', '215231.632500', '215232.092500', '215232.552500', '215233.012500', '215233.472500', '215233.932500', '215234.392500', '215234.852500', '215235.312500', '215235.772500', '215236.232500', '215236.692500', '215237.152500', '215237.612500', '215238.072500', '215238.532500', '215238.992500', '215239.452500', '215239.912500', '215240.372500', '215240.832500', '215241.292500', '215241.752500', '215242.212500', '215242.672500', '215243.132500', '215243.592500', '215244.052500', '215244.512500', '215244.972500', '215245.432500', '215245.892500', '215246.352500', '215246.812500', '215247.272500', '215247.732500', '215248.192500', '215248.652500', '215249.112500', '215249.572500', '215250.032500', '215250.492500', '215250.952500', '215251.412500', '215251.872500', '215252.332500', '215252.792500', '215253.252500', '215253.712500', '215254.172500', '215254.632500', '215255.092500', '215255.552500', '215256.012500', '215256.472500', '215256.932500', '215257.392500', '215257.852500', '215258.312500', '215258.772500', '215259.232500', '215259.692500', '215300.152500', '215300.612500', '215301.072500', '215301.532500', '215301.992500', '215302.452500', '215302.912500', '215303.372500', '215303.832500', '215304.292500', '215304.752500', '215305.212500', '215305.672500', '215306.132500', '215306.592500', '215307.052500', '215307.512500', '215307.972500', '215308.432500', '215308.892500', '215309.352500', '215309.812500', '215310.272500', '215310.732500', '215311.192500', '215311.652500', '215312.112500', '215312.572500', '215313.032500', '215313.492500', '215313.952500', '215314.412500', '215314.872500', '215315.332500', '215315.792500', '215316.252500', '215316.712500', '215317.172500', '215317.632500', '215318.092500', '215318.552500', '215319.012500', '215319.472500', '215319.932500', '215320.392500', '215320.852500', '215321.312500', '215321.772500', '215322.232500', '215322.692500', '215323.152500', '215323.612500', '215324.072500', '215324.532500', '215324.992500', '215325.452500', '215325.912500', '215326.372500', '215326.832500', '215327.292500', '215327.752500', '215328.212500', '215328.672500', '215329.132500', '215329.592500', '215330.052500', '215330.512500', '215330.972500', '215331.432500', '215331.892500', '215332.352500', '215332.812500', '215333.272500', '215333.732500', '215334.192500', '215334.652500', '215335.112500', '215335.572500', '215336.032500', '215336.492500', '215336.952500', '215337.412500', '215337.872500', '215338.332500', '215338.792500', '215339.252500', '215339.712500', '215340.172500', '215340.632500', '215341.092500', '215341.552500', '215342.012500', '215342.472500', '215342.932500', '215343.392500', '215343.852500', '215344.312500', '215344.772500', '215345.232500', '215345.692500', '215346.152500', '215346.612500', '215347.072500', '215347.532500', '215347.992500', '215348.452500', '215348.912500', '215349.372500', '215349.832500', '215350.292500', '215350.752500', '215351.212500', '215351.672500', '215352.132500', '215352.592500', '215353.052500', '215353.512500', '215353.972500', '215354.432500', '215354.892500', '215355.352500', '215355.812500', '215356.272500', '215356.732500', '215357.192500', '215357.652500', '215358.112500', '215358.572500', '215359.032500', '215359.492500', '215359.952500', '215400.412500', '215400.872500', '215401.332500', '215401.792500', '215402.252500', '215402.712500', '215403.172500', '215403.632500', '215404.092500', '215404.552500', '215405.012500', '215405.472500', '215405.932500', '215406.392500', '215406.852500', '215407.312500', '215407.772500', '215408.232500', '215408.692500', '215409.152500', '215409.612500', '215410.072500', '215410.532500', '215410.992500', '215411.452500', '215411.912500', '215412.372500', '215412.832500', '215413.292500', '215413.752500', '215414.212500', '215414.672500', '215415.132500', '215415.592500', '215416.052500', '215416.512500', '215416.972500', '215417.432500', '215417.892500', '215418.352500', '215418.812500', '215419.272500', '215419.732500', '215420.192500', '215420.652500', '215421.112500', '215421.572500', '215422.032500', '215422.492500', '215422.952500', '215423.412500', '215423.872500', '215424.332500', '215424.792500', '215425.252500', '215425.712500', '215426.172500', '215426.632500', '215427.092500', '215427.552500', '215428.012500', '215428.472500', '215428.932500', '215429.392500', '215429.852500', '215430.312500', '215430.772500', '215431.232500', '215431.692500', '215432.152500', '215432.612500', '215433.072500', '215433.532500', '215433.992500', '215434.452500', '215434.912500', '215435.372500', '215435.832500', '215436.292500', '215436.752500', '215437.212500', '215437.672500', '215438.132500', '215438.592500', '215439.052500', '215439.512500', '215439.972500', '215440.432500', '215440.892500', '215441.352500', '215441.812500', '215442.272500', '215442.732500', '215443.192500', '215443.652500', '215444.112500', '215444.572500', '215445.032500', '215445.492500', '215445.952500', '215446.412500', '215446.872500', '215447.332500', '215447.792500', '215448.252500', '215448.712500', '215449.172500', '215449.632500', '215450.092500', '215450.552500', '215451.012500', '215451.472500', '215451.932500', '215452.392500', '215452.852500', '215453.312500', '215453.772500', '215454.232500', '215454.692500', '215455.152500', '215455.612500', '215456.072500', '215456.532500', '215456.992500', '215457.452500', '215457.912500', '215458.372500', '215458.832500', '215459.292500', '215459.752500', '215500.212500', '215500.672500', '215501.132500', '215501.592500', '215502.052500', '215502.512500', '215502.972500', '215503.432500', '215503.892500', '215504.352500', '215504.812500', '215505.272500', '215505.732500', '215506.192500', '215506.652500', '215507.112500', '215507.572500', '215508.032500', '215508.492500', '215508.952500', '215509.412500', '215509.872500', '215510.332500', '215510.792500', '215511.252500'], 'ContentTime': ['214842.750000', '214842.753000', '214842.759000', '214842.762000', '214842.764000', '214842.771000', '214842.773000', '214842.776000', '214842.786000', '214842.789000', '214842.791000', '214842.794000', '214842.796000', '214842.799000', '214842.802000', '214842.804000', '214842.807000', '214842.809000', '214842.812000', '214842.814000', '214842.817000', '214842.819000', '214842.822000', '214902.708000', '214902.711000', '214902.714000', '214902.716000', '214902.719000', '214902.722000', '214902.724000', '214902.727000', '214902.729000', '214902.732000', '214902.734000', '214902.737000', '214902.740000', '214902.742000', '214902.745000', '214902.747000', '214902.750000', '214902.761000', '214902.764000', '214902.767000', '214902.769000', '214902.772000', '214902.774000', '214902.777000', '214902.780000', '214902.782000', '214902.785000', '214902.787000', '214902.791000', '214902.794000', '214902.796000', '214902.799000', '214902.801000', '214902.804000', '214902.806000', '214902.809000', '214902.812000', '214902.814000', '214902.817000', '214902.819000', '214902.822000', '214902.824000', '214902.827000', '214922.708000', '214922.711000', '214922.714000', '214922.716000', '214922.719000', '214922.721000', '214922.724000', '214922.727000', '214922.729000', '214922.732000', '214922.734000', '214922.737000', '214922.739000', '214922.742000', '214922.745000', '214922.747000', '214922.750000', '214922.752000', '214922.755000', '214922.757000', '214922.760000', '214922.763000', '214922.765000', '214922.768000', '214922.770000', '214922.773000', '214922.776000', '214922.778000', '214922.781000', '214922.783000', '214922.786000', '214922.793000', '214922.796000', '214922.798000', '214922.801000', '214922.803000', '214922.806000', '214922.809000', '214922.811000', '214922.814000', '214922.816000', '214922.819000', '214922.821000', '214922.824000', '214942.708000', '214942.711000', '214942.714000', '214942.716000', '214942.719000', '214942.722000', '214942.724000', '214942.727000', '214942.729000', '214942.732000', '214942.735000', '214942.737000', '214942.740000', '214942.742000', '214942.745000', '214942.747000', '214942.750000', '214942.753000', '214942.755000', '214942.758000', '214942.760000', '214942.763000', '214942.765000', '214942.768000', '214942.770000', '214942.773000', '214942.776000', '214942.778000', '214942.781000', '214942.783000', '214942.786000', '214942.789000', '214942.791000', '214942.794000', '214942.796000', '214942.799000', '214942.801000', '214942.804000', '214942.807000', '214942.809000', '214942.812000', '214942.814000', '214942.817000', '215002.707000', '215002.710000', '215002.713000', '215002.715000', '215002.718000', '215002.720000', '215002.723000', '215002.726000', '215002.728000', '215002.731000', '215002.733000', '215002.736000', '215002.738000', '215002.741000', '215002.744000', '215002.746000', '215002.749000', '215002.751000', '215002.754000', '215002.756000', '215002.759000', '215002.762000', '215002.764000', '215002.767000', '215002.769000', '215002.772000', '215002.774000', '215002.777000', '215002.780000', '215002.782000', '215002.791000', '215002.794000', '215002.796000', '215002.799000', '215002.801000', '215002.804000', '215002.807000', '215002.809000', '215002.812000', '215002.814000', '215002.817000', '215002.819000', '215002.822000', '215002.825000', '215022.708000', '215022.711000', '215022.714000', '215022.716000', '215022.719000', '215022.722000', '215022.724000', '215022.727000', '215022.729000', '215022.732000', '215022.734000', '215022.737000', '215022.740000', '215022.742000', '215022.745000', '215022.747000', '215022.750000', '215022.752000', '215022.755000', '215022.758000', '215022.760000', '215022.763000', '215022.765000', '215022.768000', '215022.770000', '215022.773000', '215022.776000', '215022.778000', '215022.781000', '215022.783000', '215022.786000', '215022.789000', '215022.791000', '215022.794000', '215022.796000', '215022.799000', '215022.801000', '215022.804000', '215022.806000', '215022.809000', '215022.812000', '215022.815000', '215022.818000', '215042.708000', '215042.711000', '215042.714000', '215042.716000', '215042.719000', '215042.722000', '215042.724000', '215042.727000', '215042.729000', '215042.732000', '215042.735000', '215042.737000', '215042.740000', '215042.742000', '215042.745000', '215042.747000', '215042.750000', '215042.753000', '215042.755000', '215042.758000', '215042.760000', '215042.763000', '215042.766000', '215042.768000', '215042.771000', '215042.773000', '215042.776000', '215042.778000', '215042.781000', '215042.784000', '215042.786000', '215042.789000', '215042.791000', '215042.794000', '215042.797000', '215042.799000', '215042.802000', '215042.804000', '215042.807000', '215042.809000', '215042.812000', '215042.815000', '215042.817000', '215042.820000', '215102.708000', '215102.711000', '215102.714000', '215102.716000', '215102.719000', '215102.721000', '215102.724000', '215102.727000', '215102.729000', '215102.732000', '215102.734000', '215102.737000', '215102.739000', '215102.742000', '215102.745000', '215102.747000', '215102.750000', '215102.752000', '215102.755000', '215102.757000', '215102.760000', '215102.763000', '215102.765000', '215102.768000', '215102.770000', '215102.773000', '215102.775000', '215102.778000', '215102.781000', '215102.783000', '215102.786000', '215102.788000', '215102.791000', '215102.794000', '215102.796000', '215102.799000', '215102.801000', '215102.804000', '215102.806000', '215102.809000', '215102.812000', '215102.814000', '215102.817000', '215122.708000', '215122.711000', '215122.714000', '215122.717000', '215122.720000', '215122.723000', '215122.726000', '215122.728000', '215122.731000', '215122.733000', '215122.736000', '215122.738000', '215122.741000', '215122.744000', '215122.746000', '215122.749000', '215122.751000', '215122.754000', '215122.756000', '215122.759000', '215122.762000', '215122.764000', '215122.767000', '215122.769000', '215122.772000', '215122.774000', '215122.777000', '215122.780000', '215122.782000', '215122.785000', '215122.787000', '215122.790000', '215122.792000', '215122.795000', '215122.798000', '215122.800000', '215122.803000', '215122.805000', '215122.808000', '215122.810000', '215122.813000', '215122.815000', '215122.818000', '215142.709000', '215142.711000', '215142.714000', '215142.717000', '215142.719000', '215142.722000', '215142.724000', '215142.727000', '215142.730000', '215142.732000', '215142.735000', '215142.737000', '215142.740000', '215142.743000', '215142.745000', '215142.748000', '215142.750000', '215142.753000', '215142.755000', '215142.758000', '215142.760000', '215142.763000', '215142.766000', '215142.768000', '215142.771000', '215142.773000', '215142.789000', '215142.792000', '215142.794000', '215142.797000', '215142.799000', '215142.802000', '215142.804000', '215142.807000', '215142.810000', '215142.812000', '215142.815000', '215142.817000', '215142.820000', '215142.822000', '215142.825000', '215142.828000', '215142.830000', '215142.833000', '215202.708000', '215202.711000', '215202.714000', '215202.716000', '215202.719000', '215202.722000', '215202.725000', '215202.727000', '215202.730000', '215202.732000', '215202.735000', '215202.738000', '215202.740000', '215202.743000', '215202.746000', '215202.748000', '215202.751000', '215202.753000', '215202.756000', '215202.759000', '215202.761000', '215202.764000', '215202.766000', '215202.769000', '215202.771000', '215202.774000', '215202.777000', '215202.779000', '215202.782000', '215202.784000', '215202.787000', '215202.790000', '215202.792000', '215202.795000', '215202.798000', '215202.800000', '215202.803000', '215202.805000', '215202.808000', '215202.810000', '215202.813000', '215202.816000', '215202.818000', '215202.821000', '215222.708000', '215222.710000', '215222.713000', '215222.716000', '215222.718000', '215222.721000', '215222.723000', '215222.726000', '215222.728000', '215222.731000', '215222.734000', '215222.736000', '215222.739000', '215222.741000', '215222.744000', '215222.747000', '215222.749000', '215222.752000', '215222.754000', '215222.757000', '215222.759000', '215222.762000', '215222.765000', '215222.767000', '215222.770000', '215222.772000', '215222.775000', '215222.777000', '215222.780000', '215222.783000', '215222.785000', '215222.788000', '215222.790000', '215222.793000', '215222.796000', '215222.798000', '215222.801000', '215222.803000', '215222.806000', '215222.809000', '215222.811000', '215222.814000', '215222.816000', '215242.708000', '215242.711000', '215242.714000', '215242.717000', '215242.719000', '215242.722000', '215242.724000', '215242.727000', '215242.730000', '215242.732000', '215242.735000', '215242.737000', '215242.740000', '215242.743000', '215242.745000', '215242.748000', '215242.750000', '215242.753000', '215242.756000', '215242.758000', '215242.761000', '215242.763000', '215242.766000', '215242.769000', '215242.771000', '215242.790000', '215242.792000', '215242.795000', '215242.798000', '215242.800000', '215242.803000', '215242.805000', '215242.808000', '215242.810000', '215242.813000', '215242.816000', '215242.827000', '215242.829000', '215242.832000', '215242.835000', '215242.837000', '215242.840000', '215242.842000', '215302.709000', '215302.711000', '215302.714000', '215302.716000', '215302.719000', '215302.722000', '215302.724000', '215302.727000', '215302.729000', '215302.732000', '215302.735000', '215302.737000', '215302.740000', '215302.742000', '215302.745000', '215302.748000', '215302.750000', '215302.753000', '215302.756000', '215302.758000', '215302.761000', '215302.763000', '215302.766000', '215302.769000', '215302.771000', '215302.774000', '215302.776000', '215302.779000', '215302.782000', '215302.784000', '215302.787000', '215302.789000', '215302.792000', '215302.795000', '215302.797000', '215302.800000', '215302.802000', '215302.805000', '215302.807000', '215302.810000', '215302.813000', '215302.815000', '215302.818000', '215302.820000', '215322.709000', '215322.712000', '215322.715000', '215322.718000', '215322.720000', '215322.723000', '215322.725000', '215322.736000', '215322.739000', '215322.741000', '215322.744000', '215322.747000', '215322.749000', '215322.752000', '215322.754000', '215322.757000', '215322.760000', '215322.762000', '215322.765000', '215322.767000', '215322.770000', '215322.773000', '215322.775000', '215322.778000', '215322.780000', '215322.783000', '215322.786000', '215322.788000', '215322.791000', '215322.793000', '215322.796000', '215322.799000', '215322.801000', '215322.804000', '215322.806000', '215322.809000', '215322.812000', '215322.814000', '215322.817000', '215322.819000', '215322.822000', '215322.825000', '215322.836000', '215342.709000', '215342.711000', '215342.714000', '215342.717000', '215342.719000', '215342.722000', '215342.724000', '215342.727000', '215342.729000', '215342.732000', '215342.735000', '215342.737000', '215342.740000', '215342.742000', '215342.745000', '215342.748000', '215342.750000', '215342.753000', '215342.755000', '215342.758000', '215342.761000', '215342.763000', '215342.766000', '215342.768000', '215342.771000', '215342.774000', '215342.776000', '215342.779000', '215342.781000', '215342.784000', '215342.786000', '215342.789000', '215342.792000', '215342.794000', '215342.797000', '215342.799000', '215342.802000', '215342.805000', '215342.807000', '215342.810000', '215342.813000', '215342.815000', '215342.818000', '215342.820000', '215402.709000', '215402.712000', '215402.714000', '215402.717000', '215402.719000', '215402.722000', '215402.725000', '215402.727000', '215402.730000', '215402.732000', '215402.735000', '215402.738000', '215402.740000', '215402.743000', '215402.745000', '215402.748000', '215402.751000', '215402.753000', '215402.756000', '215402.758000', '215402.761000', '215402.764000', '215402.766000', '215402.769000', '215402.771000', '215402.774000', '215402.777000', '215402.779000', '215402.782000', '215402.784000', '215402.787000', '215402.790000', '215402.792000', '215402.795000', '215402.798000', '215402.800000', '215402.803000', '215402.805000', '215402.808000', '215402.811000', '215402.813000', '215402.816000', '215402.818000', '215422.709000', '215422.711000', '215422.714000', '215422.717000', '215422.719000', '215422.722000', '215422.725000', '215422.727000', '215422.730000', '215422.732000', '215422.735000', '215422.738000', '215422.740000', '215422.743000', '215422.745000', '215422.748000', '215422.751000', '215422.753000', '215422.756000', '215422.758000', '215422.761000', '215422.764000', '215422.766000', '215422.769000', '215422.771000', '215422.774000', '215422.777000', '215422.779000', '215422.782000', '215422.784000', '215422.787000', '215422.791000', '215422.794000', '215422.797000', '215422.799000', '215422.802000', '215422.804000', '215422.807000', '215422.810000', '215422.812000', '215422.815000', '215422.817000', '215422.820000', '215422.823000', '215442.707000', '215442.710000', '215442.713000', '215442.715000', '215442.719000', '215442.722000', '215442.724000', '215442.727000', '215442.729000', '215442.732000', '215442.735000', '215442.737000', '215442.740000', '215442.743000', '215442.745000', '215442.748000', '215442.752000', '215442.755000', '215442.768000', '215442.771000', '215442.774000', '215442.776000', '215442.779000', '215442.781000', '215442.784000', '215442.787000', '215442.789000', '215442.792000', '215442.794000', '215442.797000', '215442.799000', '215442.802000', '215442.805000', '215442.807000', '215442.810000', '215442.813000', '215442.815000', '215442.818000', '215442.820000', '215442.823000', '215442.826000', '215442.828000', '215442.831000', '215502.708000', '215502.711000', '215502.714000', '215502.717000', '215502.719000', '215502.722000', '215502.724000', '215502.727000', '215502.730000', '215502.732000', '215502.735000', '215502.737000', '215502.740000', '215502.742000', '215502.745000', '215502.748000', '215502.750000', '215502.753000', '215502.755000', '215502.758000', '215502.761000', '215502.763000', '215502.766000', '215502.769000', '215502.771000', '215502.774000', '215502.776000', '215502.779000', '215502.781000', '215502.784000', '215502.787000', '215502.789000', '215502.792000', '215502.795000', '215502.797000', '215502.800000', '215502.802000', '215502.805000', '215502.807000', '215502.810000', '215502.813000', '215502.815000', '215502.818000', '215502.820000', '215513.059000', '215513.062000', '215513.064000', '215513.067000', '215513.070000', '215513.072000', '215513.075000', '215513.078000', '215513.080000', '215513.083000', '215513.086000', '215513.089000', '215513.091000', '215513.094000', '215513.097000', '215513.101000', '215513.104000', '215513.107000', '215513.110000', '215513.113000', '215513.115000', '215513.118000', '215513.127000'], 'InstanceCreationTime': ['214842.750000', '214842.753000', '214842.759000', '214842.762000', '214842.764000', '214842.771000', '214842.773000', '214842.776000', '214842.786000', '214842.789000', '214842.791000', '214842.794000', '214842.796000', '214842.799000', '214842.802000', '214842.804000', '214842.807000', '214842.809000', '214842.812000', '214842.814000', '214842.817000', '214842.819000', '214842.822000', '214902.708000', '214902.711000', '214902.714000', '214902.716000', '214902.719000', '214902.722000', '214902.724000', '214902.727000', '214902.729000', '214902.732000', '214902.734000', '214902.737000', '214902.740000', '214902.742000', '214902.745000', '214902.747000', '214902.750000', '214902.761000', '214902.764000', '214902.767000', '214902.769000', '214902.772000', '214902.774000', '214902.777000', '214902.780000', '214902.782000', '214902.785000', '214902.787000', '214902.791000', '214902.794000', '214902.796000', '214902.799000', '214902.801000', '214902.804000', '214902.806000', '214902.809000', '214902.812000', '214902.814000', '214902.817000', '214902.819000', '214902.822000', '214902.824000', '214902.827000', '214922.708000', '214922.711000', '214922.714000', '214922.716000', '214922.719000', '214922.721000', '214922.724000', '214922.727000', '214922.729000', '214922.732000', '214922.734000', '214922.737000', '214922.739000', '214922.742000', '214922.745000', '214922.747000', '214922.750000', '214922.752000', '214922.755000', '214922.757000', '214922.760000', '214922.763000', '214922.765000', '214922.768000', '214922.770000', '214922.773000', '214922.776000', '214922.778000', '214922.781000', '214922.783000', '214922.786000', '214922.793000', '214922.796000', '214922.798000', '214922.801000', '214922.803000', '214922.806000', '214922.809000', '214922.811000', '214922.814000', '214922.816000', '214922.819000', '214922.821000', '214922.824000', '214942.708000', '214942.711000', '214942.714000', '214942.716000', '214942.719000', '214942.722000', '214942.724000', '214942.727000', '214942.729000', '214942.732000', '214942.735000', '214942.737000', '214942.740000', '214942.742000', '214942.745000', '214942.747000', '214942.750000', '214942.753000', '214942.755000', '214942.758000', '214942.760000', '214942.763000', '214942.765000', '214942.768000', '214942.770000', '214942.773000', '214942.776000', '214942.778000', '214942.781000', '214942.783000', '214942.786000', '214942.789000', '214942.791000', '214942.794000', '214942.796000', '214942.799000', '214942.801000', '214942.804000', '214942.807000', '214942.809000', '214942.812000', '214942.814000', '214942.817000', '215002.707000', '215002.710000', '215002.713000', '215002.715000', '215002.718000', '215002.720000', '215002.723000', '215002.726000', '215002.728000', '215002.731000', '215002.733000', '215002.736000', '215002.738000', '215002.741000', '215002.744000', '215002.746000', '215002.749000', '215002.751000', '215002.754000', '215002.756000', '215002.759000', '215002.762000', '215002.764000', '215002.767000', '215002.769000', '215002.772000', '215002.774000', '215002.777000', '215002.780000', '215002.782000', '215002.791000', '215002.794000', '215002.796000', '215002.799000', '215002.801000', '215002.804000', '215002.807000', '215002.809000', '215002.812000', '215002.814000', '215002.817000', '215002.819000', '215002.822000', '215002.825000', '215022.708000', '215022.711000', '215022.714000', '215022.716000', '215022.719000', '215022.722000', '215022.724000', '215022.727000', '215022.729000', '215022.732000', '215022.734000', '215022.737000', '215022.740000', '215022.742000', '215022.745000', '215022.747000', '215022.750000', '215022.752000', '215022.755000', '215022.758000', '215022.760000', '215022.763000', '215022.765000', '215022.768000', '215022.770000', '215022.773000', '215022.776000', '215022.778000', '215022.781000', '215022.783000', '215022.786000', '215022.789000', '215022.791000', '215022.794000', '215022.796000', '215022.799000', '215022.801000', '215022.804000', '215022.806000', '215022.809000', '215022.812000', '215022.815000', '215022.818000', '215042.708000', '215042.711000', '215042.714000', '215042.716000', '215042.719000', '215042.722000', '215042.724000', '215042.727000', '215042.729000', '215042.732000', '215042.735000', '215042.737000', '215042.740000', '215042.742000', '215042.745000', '215042.747000', '215042.750000', '215042.753000', '215042.755000', '215042.758000', '215042.760000', '215042.763000', '215042.766000', '215042.768000', '215042.771000', '215042.773000', '215042.776000', '215042.778000', '215042.781000', '215042.784000', '215042.786000', '215042.789000', '215042.791000', '215042.794000', '215042.797000', '215042.799000', '215042.802000', '215042.804000', '215042.807000', '215042.809000', '215042.812000', '215042.815000', '215042.817000', '215042.820000', '215102.708000', '215102.711000', '215102.714000', '215102.716000', '215102.719000', '215102.721000', '215102.724000', '215102.727000', '215102.729000', '215102.732000', '215102.734000', '215102.737000', '215102.739000', '215102.742000', '215102.745000', '215102.747000', '215102.750000', '215102.752000', '215102.755000', '215102.757000', '215102.760000', '215102.763000', '215102.765000', '215102.768000', '215102.770000', '215102.773000', '215102.775000', '215102.778000', '215102.781000', '215102.783000', '215102.786000', '215102.788000', '215102.791000', '215102.794000', '215102.796000', '215102.799000', '215102.801000', '215102.804000', '215102.806000', '215102.809000', '215102.812000', '215102.814000', '215102.817000', '215122.708000', '215122.711000', '215122.714000', '215122.717000', '215122.720000', '215122.723000', '215122.726000', '215122.728000', '215122.731000', '215122.733000', '215122.736000', '215122.738000', '215122.741000', '215122.744000', '215122.746000', '215122.749000', '215122.751000', '215122.754000', '215122.756000', '215122.759000', '215122.762000', '215122.764000', '215122.767000', '215122.769000', '215122.772000', '215122.774000', '215122.777000', '215122.780000', '215122.782000', '215122.785000', '215122.787000', '215122.790000', '215122.792000', '215122.795000', '215122.798000', '215122.800000', '215122.803000', '215122.805000', '215122.808000', '215122.810000', '215122.813000', '215122.815000', '215122.818000', '215142.709000', '215142.711000', '215142.714000', '215142.717000', '215142.719000', '215142.722000', '215142.724000', '215142.727000', '215142.730000', '215142.732000', '215142.735000', '215142.737000', '215142.740000', '215142.743000', '215142.745000', '215142.748000', '215142.750000', '215142.753000', '215142.755000', '215142.758000', '215142.760000', '215142.763000', '215142.766000', '215142.768000', '215142.771000', '215142.773000', '215142.789000', '215142.792000', '215142.794000', '215142.797000', '215142.799000', '215142.802000', '215142.804000', '215142.807000', '215142.810000', '215142.812000', '215142.815000', '215142.817000', '215142.820000', '215142.822000', '215142.825000', '215142.828000', '215142.830000', '215142.833000', '215202.708000', '215202.711000', '215202.714000', '215202.716000', '215202.719000', '215202.722000', '215202.725000', '215202.727000', '215202.730000', '215202.732000', '215202.735000', '215202.738000', '215202.740000', '215202.743000', '215202.746000', '215202.748000', '215202.751000', '215202.753000', '215202.756000', '215202.759000', '215202.761000', '215202.764000', '215202.766000', '215202.769000', '215202.771000', '215202.774000', '215202.777000', '215202.779000', '215202.782000', '215202.784000', '215202.787000', '215202.790000', '215202.792000', '215202.795000', '215202.798000', '215202.800000', '215202.803000', '215202.805000', '215202.808000', '215202.810000', '215202.813000', '215202.816000', '215202.818000', '215202.821000', '215222.708000', '215222.710000', '215222.713000', '215222.716000', '215222.718000', '215222.721000', '215222.723000', '215222.726000', '215222.728000', '215222.731000', '215222.734000', '215222.736000', '215222.739000', '215222.741000', '215222.744000', '215222.747000', '215222.749000', '215222.752000', '215222.754000', '215222.757000', '215222.759000', '215222.762000', '215222.765000', '215222.767000', '215222.770000', '215222.772000', '215222.775000', '215222.777000', '215222.780000', '215222.783000', '215222.785000', '215222.788000', '215222.790000', '215222.793000', '215222.796000', '215222.798000', '215222.801000', '215222.803000', '215222.806000', '215222.809000', '215222.811000', '215222.814000', '215222.816000', '215242.708000', '215242.711000', '215242.714000', '215242.717000', '215242.719000', '215242.722000', '215242.724000', '215242.727000', '215242.730000', '215242.732000', '215242.735000', '215242.737000', '215242.740000', '215242.743000', '215242.745000', '215242.748000', '215242.750000', '215242.753000', '215242.756000', '215242.758000', '215242.761000', '215242.763000', '215242.766000', '215242.769000', '215242.771000', '215242.790000', '215242.792000', '215242.795000', '215242.798000', '215242.800000', '215242.803000', '215242.805000', '215242.808000', '215242.810000', '215242.813000', '215242.816000', '215242.827000', '215242.829000', '215242.832000', '215242.835000', '215242.837000', '215242.840000', '215242.842000', '215302.709000', '215302.711000', '215302.714000', '215302.716000', '215302.719000', '215302.722000', '215302.724000', '215302.727000', '215302.729000', '215302.732000', '215302.735000', '215302.737000', '215302.740000', '215302.742000', '215302.745000', '215302.748000', '215302.750000', '215302.753000', '215302.756000', '215302.758000', '215302.761000', '215302.763000', '215302.766000', '215302.769000', '215302.771000', '215302.774000', '215302.776000', '215302.779000', '215302.782000', '215302.784000', '215302.787000', '215302.789000', '215302.792000', '215302.795000', '215302.797000', '215302.800000', '215302.802000', '215302.805000', '215302.807000', '215302.810000', '215302.813000', '215302.815000', '215302.818000', '215302.820000', '215322.709000', '215322.712000', '215322.715000', '215322.718000', '215322.720000', '215322.723000', '215322.725000', '215322.736000', '215322.739000', '215322.741000', '215322.744000', '215322.747000', '215322.749000', '215322.752000', '215322.754000', '215322.757000', '215322.760000', '215322.762000', '215322.765000', '215322.767000', '215322.770000', '215322.773000', '215322.775000', '215322.778000', '215322.780000', '215322.783000', '215322.786000', '215322.788000', '215322.791000', '215322.793000', '215322.796000', '215322.799000', '215322.801000', '215322.804000', '215322.806000', '215322.809000', '215322.812000', '215322.814000', '215322.817000', '215322.819000', '215322.822000', '215322.825000', '215322.836000', '215342.709000', '215342.711000', '215342.714000', '215342.717000', '215342.719000', '215342.722000', '215342.724000', '215342.727000', '215342.729000', '215342.732000', '215342.735000', '215342.737000', '215342.740000', '215342.742000', '215342.745000', '215342.748000', '215342.750000', '215342.753000', '215342.755000', '215342.758000', '215342.761000', '215342.763000', '215342.766000', '215342.768000', '215342.771000', '215342.774000', '215342.776000', '215342.779000', '215342.781000', '215342.784000', '215342.786000', '215342.789000', '215342.792000', '215342.794000', '215342.797000', '215342.799000', '215342.802000', '215342.805000', '215342.807000', '215342.810000', '215342.813000', '215342.815000', '215342.818000', '215342.820000', '215402.709000', '215402.712000', '215402.714000', '215402.717000', '215402.719000', '215402.722000', '215402.725000', '215402.727000', '215402.730000', '215402.732000', '215402.735000', '215402.738000', '215402.740000', '215402.743000', '215402.745000', '215402.748000', '215402.751000', '215402.753000', '215402.756000', '215402.758000', '215402.761000', '215402.764000', '215402.766000', '215402.769000', '215402.771000', '215402.774000', '215402.777000', '215402.779000', '215402.782000', '215402.784000', '215402.787000', '215402.790000', '215402.792000', '215402.795000', '215402.798000', '215402.800000', '215402.803000', '215402.805000', '215402.808000', '215402.811000', '215402.813000', '215402.816000', '215402.818000', '215422.709000', '215422.711000', '215422.714000', '215422.717000', '215422.719000', '215422.722000', '215422.725000', '215422.727000', '215422.730000', '215422.732000', '215422.735000', '215422.738000', '215422.740000', '215422.743000', '215422.745000', '215422.748000', '215422.751000', '215422.753000', '215422.756000', '215422.758000', '215422.761000', '215422.764000', '215422.766000', '215422.769000', '215422.771000', '215422.774000', '215422.777000', '215422.779000', '215422.782000', '215422.784000', '215422.787000', '215422.791000', '215422.794000', '215422.797000', '215422.799000', '215422.802000', '215422.804000', '215422.807000', '215422.810000', '215422.812000', '215422.815000', '215422.817000', '215422.820000', '215422.823000', '215442.707000', '215442.710000', '215442.713000', '215442.715000', '215442.719000', '215442.722000', '215442.724000', '215442.727000', '215442.729000', '215442.732000', '215442.735000', '215442.737000', '215442.740000', '215442.743000', '215442.745000', '215442.748000', '215442.752000', '215442.755000', '215442.768000', '215442.771000', '215442.774000', '215442.776000', '215442.779000', '215442.781000', '215442.784000', '215442.787000', '215442.789000', '215442.792000', '215442.794000', '215442.797000', '215442.799000', '215442.802000', '215442.805000', '215442.807000', '215442.810000', '215442.813000', '215442.815000', '215442.818000', '215442.820000', '215442.823000', '215442.826000', '215442.828000', '215442.831000', '215502.708000', '215502.711000', '215502.714000', '215502.717000', '215502.719000', '215502.722000', '215502.724000', '215502.727000', '215502.730000', '215502.732000', '215502.735000', '215502.737000', '215502.740000', '215502.742000', '215502.745000', '215502.748000', '215502.750000', '215502.753000', '215502.755000', '215502.758000', '215502.761000', '215502.763000', '215502.766000', '215502.769000', '215502.771000', '215502.774000', '215502.776000', '215502.779000', '215502.781000', '215502.784000', '215502.787000', '215502.789000', '215502.792000', '215502.795000', '215502.797000', '215502.800000', '215502.802000', '215502.805000', '215502.807000', '215502.810000', '215502.813000', '215502.815000', '215502.818000', '215502.820000', '215513.059000', '215513.062000', '215513.064000', '215513.067000', '215513.070000', '215513.072000', '215513.075000', '215513.078000', '215513.080000', '215513.083000', '215513.086000', '215513.089000', '215513.091000', '215513.094000', '215513.097000', '215513.101000', '215513.104000', '215513.107000', '215513.110000', '215513.113000', '215513.115000', '215513.118000', '215513.127000'], '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': [8703, 6697, 9133, 5949, 7663, 6723, 6047, 9214, 6809, 8275, 5907, 7080, 6488, 6315, 9180, 6366, 8415, 6205, 7743, 6182, 6681, 9340, 6067, 8825, 6682, 9989, 5824, 6916, 6670, 6298, 8474, 6893, 8809, 5768, 6841, 6252, 6520, 8629, 6296, 8783, 6044, 7003, 6383, 6372, 8651, 6066, 8916, 6047, 8213, 6184, 6555, 9352, 6083, 8457, 5889, 7495, 6636, 6321, 9495, 6439, 7229, 6822, 6136, 7960, 5809, 6655, 7745, 5947, 7354, 6262, 6665, 8391, 6012, 7407, 6789, 6906, 6761, 7376, 7014, 6142, 9012, 6365, 11465, 8941, 8325, 9222, 6532, 6890, 9102, 6611, 8320, 5955, 6402, 8132, 5895, 7181, 8525, 6248, 8309, 5853, 7351, 8774, 5896, 8008, 6009, 6962, 8214, 6097, 8704, 5895, 7052, 6325, 6191, 9283, 6906, 8856, 5929, 7097, 8955, 6859, 9577, 6488, 7062, 8781, 6641, 8386, 6354, 6577, 8239, 6655, 7513, 6231, 6360, 6521, 6020, 9323, 5927, 8412, 6410, 7965, 6088, 9769, 6223, 6635, 8796, 6057, 8854, 5934, 7898, 5837, 6562, 8773, 5925, 9291, 6144, 7587, 6238, 6466, 8439, 6229, 9020, 6205, 7522, 6106, 6483, 8342, 6146, 8925, 6298, 8731, 6015, 6730, 9474, 7188, 8092, 5884, 7092, 6532, 6552, 9145, 7267, 8078, 6169, 6704, 6378, 6536, 9154, 6627, 8249, 5836, 7216, 6445, 6435, 8334, 5945, 7853, 6221, 8822, 6079, 6985, 9041, 6149, 8146, 5726, 8340, 6031, 7007, 9004, 6257, 8286, 5980, 8631, 5901, 6643, 8887, 6160, 7992, 6017, 7805, 5631, 6408, 8702, 6255, 7427, 5816, 7289, 6700, 6313, 8609, 6248, 7988, 5878, 6467, 7177, 6256, 8634, 6011, 9130, 6108, 6552, 8661, 6029, 8476, 5970, 6844, 9013, 6708, 8986, 6070, 6521, 9453, 6857, 8216, 5959, 6367, 8136, 6121, 7176, 6460, 6220, 7755, 5890, 7120, 7536, 6085, 8131, 5967, 8678, 6793, 6366, 8606, 6485, 7881, 6422, 6322, 9369, 6877, 8068, 6036, 6561, 9194, 6686, 8616, 5985, 6411, 8623, 6246, 9748, 6246, 7013, 9115, 6702, 10063, 5956, 6596, 8869, 6631, 8067, 5826, 6476, 8734, 6396, 8006, 5931, 6885, 8331, 5984, 8850, 6146, 7654, 6546, 6353, 8195, 6004, 8136, 6409, 6322, 8555, 6210, 8153, 6664, 6330, 8176, 5840, 7770, 8805, 6138, 8273, 5981, 7011, 8455, 6037, 8421, 5749, 6780, 8373, 6086, 7040, 6100, 6514, 8531, 6069, 8415, 5787, 7789, 8767, 6811, 8156, 6200, 7572, 6532, 6118, 7552, 6137, 7901, 6659, 8167, 6862, 6181, 6248, 6314, 8937, 10080, 9863, 8801, 7693, 9167, 6257, 7451, 9430, 6588, 11081, 8171, 12586, 10643, 7561, 7070, 5949, 6853, 6422, 6092, 7730, 6211, 9231, 6506, 6567, 8876, 6163, 10718, 9733, 8055, 10178, 6873, 7586, 8924, 6579, 10062, 6273, 6926, 8120, 6144, 6669, 7605, 6050, 7645, 5794, 6682, 6622, 6031, 6618, 6004, 7616, 6306, 6240, 7401, 6450, 7290, 6061, 6507, 8221, 6308, 7959, 5736, 6444, 8114, 5995, 9620, 5819, 6509, 7752, 6258, 6953, 6028, 6997, 7987, 6068, 8664, 5694, 7900, 8414, 6157, 8013, 5983, 6449, 8128, 6013, 7371, 6196, 6857, 6319, 6540, 6589, 6092, 8456, 6565, 9415, 6030, 7905, 8029, 5976, 8533, 5989, 7934, 5968, 8045, 7677, 6001, 8009, 6507, 7800, 6629, 7554, 6345, 10187, 5899, 7805, 8665, 7013, 7468, 6254, 6722, 7957, 7022, 7632, 6156, 6461, 7597, 6535, 7471, 6653, 6283, 7420, 6305, 7309, 6617, 6548, 8245, 5898, 7649, 5938, 7858, 6679, 6477, 7813, 7003, 8746, 6343, 6860, 8471, 6430, 8682, 6307, 7206, 8097, 6295, 9328, 5811, 7982, 7812, 6210, 9097, 5918, 7345, 6945, 6549, 7222, 6124, 7620, 6765, 6441, 7636, 5986, 7916, 6570, 6442, 7710, 7085, 7675, 5886, 7065, 8233, 6350, 8694, 5906, 8272, 6553, 6758, 7646, 7073, 8480, 6059, 7393, 8331, 6565, 7836, 6237, 7306, 6803, 6464, 8030, 7271, 7062, 6371, 7581, 6482, 6721, 6586, 6766, 7846, 7128, 7590, 6704, 7777, 6119, 10324, 6774, 6880, 7386, 7206, 7411, 5849, 7018, 8062, 6779, 7875, 6109, 7039, 7719, 6541, 7039, 6054, 7294, 7651, 6106, 7308, 6460, 7305, 6000, 6776, 7895, 7447, 8136, 6117, 7153, 8173, 7363, 8760, 5760, 7089, 8694, 7241, 9866, 6584, 6776, 7901, 7147, 7326, 6035, 6750, 8224, 7187, 7481, 6290, 6924, 7880, 6796, 7597, 6148, 6597, 7632, 6648, 8495, 6106, 6678, 8099, 6551, 8412, 6521, 6760, 7589, 6716, 7230, 6355, 6857, 8250, 6987, 9009, 6171, 7152, 8052, 7323, 8374, 5930, 7268, 8148, 7149, 8974, 5810, 6844, 7333, 7162, 7485, 6205, 7022, 7478, 6662, 8818, 5866, 7329, 8041, 6493, 7668, 6147, 7220, 6687, 6726, 7940, 6703, 7157, 6054, 6845, 7326, 7077, 9147, 6362, 7319, 6589, 6702, 7591, 6648, 8899, 6257, 7092, 7967, 7092, 9799, 6030, 7194, 7445, 6580, 6890, 6084, 7879, 6374, 7030, 7587, 7347, 7136, 6160, 6947, 7491, 6732, 6945, 5902, 7109, 7888, 6152, 7450, 7319, 7910, 6084, 7214, 7866, 6244, 7197, 6023, 7311, 6517, 6513, 7500, 6273, 7874, 5803, 8830, 6342, 6606, 7757, 6767, 9059, 6088, 8483, 6427, 9894, 5932, 7451, 5986, 7662, 6084, 7600, 8513, 7436, 8598, 5849, 7079, 7677, 6617, 8940, 5713, 7060, 7719, 6360, 7780, 5708, 7223, 6631, 6215, 7421, 6306, 8043, 6195, 6740, 7730, 7030, 7932, 5840, 7330, 8278, 6599, 8493, 5822, 7467, 7436, 6384, 7931, 6514, 7282, 6411, 6754, 7856, 7154, 7754, 6108, 7316, 8197, 6961, 8784, 6365, 7297, 6251, 6589, 7315, 7067, 8228, 6008, 7295, 8210, 6747, 9724, 6476, 7188, 6624, 6479, 7030, 6378, 8348, 6018, 7286, 8152, 6654, 7791, 6116, 8207, 8374, 6630, 8336, 6006, 7661, 6324, 6938, 7174, 7085, 8467, 5913, 7062, 7777, 7059, 8350, 6078, 7176, 7564, 6435, 7186, 5883, 7365, 6833, 6089, 7384, 6338, 8215, 6365, 6797, 8177, 6851, 8263, 6102, 7105, 7872, 7227, 9716, 5796, 7295, 7027, 6329, 8069, 6384, 8794, 5943, 7146, 8056, 7128, 9268, 6078], 'WindowCenter': [3796.0, 3752.0, 3781.0, 3726.0, 3757.0, 3733.0, 3724.0, 3764.0, 3732.0, 3754.0, 3711.0, 3733.0, 3721.0, 3722.0, 3764.0, 3723.0, 3754.0, 3722.0, 3742.0, 3722.0, 3733.0, 3763.0, 3725.0, 3764.0, 3733.0, 3776.0, 3712.0, 3733.0, 3731.0, 3722.0, 3752.0, 3733.0, 3754.0, 3712.0, 3733.0, 3720.0, 3723.0, 3752.0, 3723.0, 3755.0, 3712.0, 3734.0, 3721.0, 3722.0, 3753.0, 3724.0, 3754.0, 3712.0, 3754.0, 3709.0, 3721.0, 3762.0, 3710.0, 3752.0, 3710.0, 3732.0, 3720.0, 3722.0, 3763.0, 3721.0, 3732.0, 3720.0, 3709.0, 3741.0, 3698.0, 3720.0, 3741.0, 3710.0, 3732.0, 3722.0, 3734.0, 3753.0, 3723.0, 3743.0, 3734.0, 3746.0, 3746.0, 3757.0, 3746.0, 3738.0, 3768.0, 3736.0, 3788.0, 3765.0, 3753.0, 3766.0, 3721.0, 3733.0, 3752.0, 3721.0, 3743.0, 3710.0, 3720.0, 3741.0, 3710.0, 3731.0, 3741.0, 3721.0, 3743.0, 3699.0, 3742.0, 3751.0, 3709.0, 3742.0, 3709.0, 3734.0, 3741.0, 3711.0, 3754.0, 3710.0, 3733.0, 3721.0, 3723.0, 3764.0, 3732.0, 3754.0, 3710.0, 3732.0, 3751.0, 3721.0, 3751.0, 3708.0, 3730.0, 3739.0, 3720.0, 3741.0, 3720.0, 3720.0, 3740.0, 3718.0, 3731.0, 3711.0, 3721.0, 3722.0, 3723.0, 3765.0, 3724.0, 3755.0, 3724.0, 3754.0, 3724.0, 3778.0, 3723.0, 3735.0, 3753.0, 3722.0, 3755.0, 3712.0, 3744.0, 3711.0, 3722.0, 3752.0, 3722.0, 3764.0, 3711.0, 3743.0, 3711.0, 3721.0, 3743.0, 3723.0, 3754.0, 3712.0, 3744.0, 3711.0, 3721.0, 3752.0, 3722.0, 3754.0, 3722.0, 3755.0, 3711.0, 3732.0, 3751.0, 3732.0, 3740.0, 3699.0, 3731.0, 3709.0, 3721.0, 3752.0, 3731.0, 3742.0, 3709.0, 3721.0, 3721.0, 3721.0, 3752.0, 3720.0, 3742.0, 3698.0, 3732.0, 3720.0, 3722.0, 3742.0, 3710.0, 3742.0, 3722.0, 3755.0, 3710.0, 3733.0, 3754.0, 3709.0, 3741.0, 3700.0, 3742.0, 3710.0, 3731.0, 3751.0, 3720.0, 3740.0, 3710.0, 3751.0, 3699.0, 3719.0, 3751.0, 3709.0, 3741.0, 3710.0, 3743.0, 3699.0, 3722.0, 3751.0, 3720.0, 3730.0, 3712.0, 3745.0, 3722.0, 3722.0, 3752.0, 3721.0, 3741.0, 3712.0, 3723.0, 3732.0, 3722.0, 3753.0, 3713.0, 3766.0, 3712.0, 3723.0, 3752.0, 3711.0, 3753.0, 3710.0, 3734.0, 3753.0, 3722.0, 3754.0, 3710.0, 3720.0, 3763.0, 3721.0, 3742.0, 3709.0, 3709.0, 3740.0, 3710.0, 3732.0, 3709.0, 3709.0, 3741.0, 3710.0, 3733.0, 3741.0, 3723.0, 3743.0, 3711.0, 3766.0, 3733.0, 3735.0, 3754.0, 3722.0, 3756.0, 3723.0, 3724.0, 3765.0, 3736.0, 3756.0, 3712.0, 3735.0, 3765.0, 3733.0, 3755.0, 3712.0, 3723.0, 3753.0, 3721.0, 3765.0, 3721.0, 3732.0, 3752.0, 3721.0, 3763.0, 3710.0, 3721.0, 3752.0, 3719.0, 3741.0, 3699.0, 3721.0, 3753.0, 3722.0, 3742.0, 3711.0, 3732.0, 3753.0, 3722.0, 3754.0, 3710.0, 3744.0, 3720.0, 3722.0, 3752.0, 3722.0, 3744.0, 3722.0, 3723.0, 3752.0, 3710.0, 3744.0, 3720.0, 3722.0, 3742.0, 3700.0, 3743.0, 3752.0, 3711.0, 3742.0, 3709.0, 3732.0, 3741.0, 3711.0, 3743.0, 3710.0, 3722.0, 3743.0, 3711.0, 3731.0, 3709.0, 3721.0, 3753.0, 3713.0, 3755.0, 3711.0, 3744.0, 3753.0, 3722.0, 3743.0, 3711.0, 3745.0, 3721.0, 3712.0, 3743.0, 3724.0, 3755.0, 3735.0, 3756.0, 3735.0, 3725.0, 3735.0, 3734.0, 3768.0, 3779.0, 3777.0, 3755.0, 3744.0, 3755.0, 3709.0, 3732.0, 3753.0, 3722.0, 3762.0, 3742.0, 3785.0, 3763.0, 3732.0, 3719.0, 3698.0, 3720.0, 3708.0, 3711.0, 3731.0, 3710.0, 3765.0, 3722.0, 3734.0, 3754.0, 3710.0, 3763.0, 3750.0, 3729.0, 3749.0, 3704.0, 3715.0, 3726.0, 3693.0, 3738.0, 3693.0, 3704.0, 3714.0, 3681.0, 3693.0, 3712.0, 3694.0, 3715.0, 3682.0, 3706.0, 3704.0, 3695.0, 3706.0, 3696.0, 3729.0, 3707.0, 3708.0, 3719.0, 3708.0, 3719.0, 3698.0, 3710.0, 3741.0, 3710.0, 3742.0, 3699.0, 3710.0, 3730.0, 3711.0, 3765.0, 3700.0, 3722.0, 3731.0, 3720.0, 3730.0, 3711.0, 3733.0, 3740.0, 3711.0, 3753.0, 3700.0, 3742.0, 3741.0, 3711.0, 3742.0, 3709.0, 3721.0, 3741.0, 3709.0, 3731.0, 3712.0, 3733.0, 3722.0, 3723.0, 3733.0, 3725.0, 3756.0, 3735.0, 3768.0, 3713.0, 3755.0, 3744.0, 3724.0, 3755.0, 3723.0, 3756.0, 3725.0, 3757.0, 3744.0, 3725.0, 3753.0, 3735.0, 3744.0, 3734.0, 3745.0, 3734.0, 3778.0, 3712.0, 3744.0, 3753.0, 3733.0, 3733.0, 3722.0, 3721.0, 3742.0, 3732.0, 3743.0, 3711.0, 3722.0, 3743.0, 3723.0, 3734.0, 3723.0, 3724.0, 3733.0, 3723.0, 3743.0, 3733.0, 3724.0, 3755.0, 3715.0, 3745.0, 3714.0, 3756.0, 3723.0, 3725.0, 3745.0, 3736.0, 3755.0, 3724.0, 3734.0, 3755.0, 3723.0, 3755.0, 3724.0, 3746.0, 3742.0, 3723.0, 3765.0, 3701.0, 3744.0, 3731.0, 3711.0, 3753.0, 3700.0, 3733.0, 3719.0, 3722.0, 3732.0, 3712.0, 3744.0, 3721.0, 3723.0, 3732.0, 3712.0, 3744.0, 3721.0, 3723.0, 3742.0, 3732.0, 3743.0, 3712.0, 3733.0, 3743.0, 3723.0, 3754.0, 3711.0, 3754.0, 3721.0, 3721.0, 3741.0, 3732.0, 3752.0, 3710.0, 3732.0, 3741.0, 3721.0, 3733.0, 3710.0, 3733.0, 3721.0, 3722.0, 3742.0, 3732.0, 3732.0, 3720.0, 3744.0, 3722.0, 3734.0, 3734.0, 3735.0, 3755.0, 3736.0, 3743.0, 3724.0, 3744.0, 3711.0, 3764.0, 3722.0, 3733.0, 3733.0, 3732.0, 3732.0, 3711.0, 3733.0, 3741.0, 3721.0, 3743.0, 3711.0, 3733.0, 3743.0, 3722.0, 3732.0, 3710.0, 3732.0, 3731.0, 3711.0, 3733.0, 3721.0, 3734.0, 3712.0, 3734.0, 3744.0, 3743.0, 3755.0, 3711.0, 3733.0, 3754.0, 3744.0, 3754.0, 3711.0, 3733.0, 3742.0, 3731.0, 3765.0, 3721.0, 3721.0, 3730.0, 3720.0, 3730.0, 3709.0, 3720.0, 3741.0, 3720.0, 3731.0, 3709.0, 3731.0, 3742.0, 3720.0, 3732.0, 3708.0, 3720.0, 3730.0, 3721.0, 3742.0, 3698.0, 3721.0, 3730.0, 3710.0, 3743.0, 3709.0, 3720.0, 3729.0, 3721.0, 3731.0, 3709.0, 3720.0, 3742.0, 3732.0, 3752.0, 3708.0, 3731.0, 3741.0, 3730.0, 3741.0, 3698.0, 3719.0, 3729.0, 3718.0, 3753.0, 3697.0, 3719.0, 3719.0, 3720.0, 3731.0, 3709.0, 3732.0, 3730.0, 3719.0, 3751.0, 3697.0, 3731.0, 3740.0, 3709.0, 3731.0, 3708.0, 3730.0, 3718.0, 3721.0, 3741.0, 3719.0, 3732.0, 3708.0, 3722.0, 3731.0, 3732.0, 3753.0, 3710.0, 3732.0, 3720.0, 3721.0, 3730.0, 3721.0, 3753.0, 3709.0, 3721.0, 3730.0, 3720.0, 3763.0, 3709.0, 3720.0, 3719.0, 3718.0, 3719.0, 3709.0, 3742.0, 3709.0, 3722.0, 3732.0, 3731.0, 3721.0, 3709.0, 3732.0, 3731.0, 3721.0, 3732.0, 3700.0, 3733.0, 3743.0, 3711.0, 3732.0, 3732.0, 3744.0, 3710.0, 3732.0, 3743.0, 3724.0, 3734.0, 3711.0, 3733.0, 3723.0, 3723.0, 3733.0, 3725.0, 3746.0, 3711.0, 3765.0, 3723.0, 3734.0, 3743.0, 3736.0, 3754.0, 3712.0, 3754.0, 3723.0, 3778.0, 3712.0, 3745.0, 3713.0, 3745.0, 3712.0, 3744.0, 3755.0, 3734.0, 3754.0, 3701.0, 3721.0, 3732.0, 3721.0, 3753.0, 3701.0, 3732.0, 3729.0, 3720.0, 3732.0, 3699.0, 3734.0, 3720.0, 3711.0, 3731.0, 3723.0, 3744.0, 3711.0, 3722.0, 3731.0, 3721.0, 3742.0, 3701.0, 3732.0, 3742.0, 3721.0, 3742.0, 3700.0, 3732.0, 3731.0, 3722.0, 3743.0, 3710.0, 3732.0, 3707.0, 3720.0, 3740.0, 3732.0, 3732.0, 3709.0, 3731.0, 3740.0, 3731.0, 3754.0, 3710.0, 3732.0, 3710.0, 3721.0, 3729.0, 3732.0, 3743.0, 3711.0, 3732.0, 3740.0, 3721.0, 3764.0, 3710.0, 3732.0, 3718.0, 3710.0, 3730.0, 3722.0, 3754.0, 3710.0, 3733.0, 3742.0, 3720.0, 3731.0, 3710.0, 3742.0, 3742.0, 3721.0, 3741.0, 3709.0, 3731.0, 3709.0, 3721.0, 3719.0, 3719.0, 3742.0, 3711.0, 3733.0, 3732.0, 3732.0, 3742.0, 3710.0, 3732.0, 3732.0, 3710.0, 3732.0, 3700.0, 3732.0, 3721.0, 3711.0, 3732.0, 3722.0, 3755.0, 3709.0, 3722.0, 3742.0, 3722.0, 3742.0, 3709.0, 3720.0, 3741.0, 3730.0, 3763.0, 3700.0, 3733.0, 3720.0, 3721.0, 3742.0, 3722.0, 3753.0, 3711.0, 3732.0, 3741.0, 3720.0, 3753.0, 3709.0], 'WindowWidth': [8523.0, 8457.0, 8490.0, 8410.0, 8451.0, 8412.0, 8403.0, 8455.0, 8410.0, 8441.0, 8380.0, 8411.0, 8393.0, 8398.0, 8453.0, 8399.0, 8438.0, 8396.0, 8422.0, 8397.0, 8411.0, 8452.0, 8406.0, 8454.0, 8413.0, 8473.0, 8383.0, 8412.0, 8406.0, 8395.0, 8434.0, 8412.0, 8440.0, 8383.0, 8412.0, 8391.0, 8397.0, 8435.0, 8399.0, 8444.0, 8382.0, 8412.0, 8394.0, 8396.0, 8437.0, 8402.0, 8438.0, 8383.0, 8439.0, 8373.0, 8392.0, 8447.0, 8377.0, 8434.0, 8377.0, 8407.0, 8389.0, 8394.0, 8448.0, 8392.0, 8407.0, 8386.0, 8374.0, 8419.0, 8358.0, 8389.0, 8416.0, 8377.0, 8407.0, 8396.0, 8414.0, 8438.0, 8399.0, 8427.0, 8418.0, 8434.0, 8435.0, 8454.0, 8434.0, 8429.0, 8465.0, 8421.0, 8493.0, 8456.0, 8439.0, 8458.0, 8391.0, 8410.0, 8434.0, 8391.0, 8423.0, 8376.0, 8390.0, 8417.0, 8376.0, 8407.0, 8416.0, 8392.0, 8422.0, 8360.0, 8421.0, 8430.0, 8375.0, 8420.0, 8373.0, 8415.0, 8417.0, 8380.0, 8438.0, 8378.0, 8411.0, 8392.0, 8399.0, 8454.0, 8409.0, 8441.0, 8377.0, 8407.0, 8430.0, 8391.0, 8432.0, 8370.0, 8403.0, 8410.0, 8385.0, 8416.0, 8388.0, 8387.0, 8413.0, 8382.0, 8403.0, 8379.0, 8391.0, 8394.0, 8401.0, 8458.0, 8403.0, 8442.0, 8402.0, 8442.0, 8402.0, 8479.0, 8398.0, 8418.0, 8438.0, 8396.0, 8441.0, 8383.0, 8426.0, 8380.0, 8396.0, 8434.0, 8396.0, 8453.0, 8380.0, 8424.0, 8377.0, 8393.0, 8421.0, 8399.0, 8440.0, 8381.0, 8426.0, 8379.0, 8393.0, 8433.0, 8396.0, 8439.0, 8396.0, 8442.0, 8377.0, 8409.0, 8430.0, 8406.0, 8415.0, 8359.0, 8403.0, 8372.0, 8391.0, 8432.0, 8405.0, 8419.0, 8372.0, 8391.0, 8391.0, 8392.0, 8432.0, 8389.0, 8419.0, 8359.0, 8408.0, 8390.0, 8394.0, 8419.0, 8378.0, 8421.0, 8396.0, 8442.0, 8378.0, 8411.0, 8437.0, 8373.0, 8418.0, 8362.0, 8420.0, 8375.0, 8405.0, 8428.0, 8387.0, 8413.0, 8377.0, 8432.0, 8359.0, 8386.0, 8428.0, 8373.0, 8416.0, 8378.0, 8423.0, 8361.0, 8396.0, 8430.0, 8390.0, 8402.0, 8381.0, 8429.0, 8395.0, 8397.0, 8433.0, 8392.0, 8420.0, 8382.0, 8398.0, 8406.0, 8395.0, 8436.0, 8383.0, 8459.0, 8383.0, 8399.0, 8436.0, 8379.0, 8438.0, 8379.0, 8413.0, 8436.0, 8395.0, 8438.0, 8374.0, 8390.0, 8447.0, 8390.0, 8419.0, 8371.0, 8372.0, 8414.0, 8376.0, 8406.0, 8372.0, 8374.0, 8417.0, 8376.0, 8413.0, 8418.0, 8399.0, 8425.0, 8380.0, 8459.0, 8411.0, 8418.0, 8441.0, 8395.0, 8444.0, 8400.0, 8403.0, 8454.0, 8420.0, 8446.0, 8383.0, 8417.0, 8456.0, 8412.0, 8441.0, 8382.0, 8396.0, 8436.0, 8394.0, 8457.0, 8392.0, 8410.0, 8432.0, 8390.0, 8448.0, 8376.0, 8392.0, 8432.0, 8385.0, 8416.0, 8360.0, 8393.0, 8437.0, 8395.0, 8421.0, 8377.0, 8409.0, 8437.0, 8397.0, 8439.0, 8378.0, 8427.0, 8389.0, 8395.0, 8434.0, 8397.0, 8426.0, 8394.0, 8398.0, 8433.0, 8376.0, 8427.0, 8390.0, 8395.0, 8421.0, 8361.0, 8423.0, 8432.0, 8378.0, 8419.0, 8374.0, 8408.0, 8417.0, 8379.0, 8423.0, 8376.0, 8395.0, 8421.0, 8379.0, 8404.0, 8373.0, 8394.0, 8434.0, 8384.0, 8441.0, 8379.0, 8427.0, 8437.0, 8396.0, 8424.0, 8378.0, 8431.0, 8392.0, 8382.0, 8424.0, 8402.0, 8442.0, 8416.0, 8443.0, 8418.0, 8403.0, 8419.0, 8416.0, 8467.0, 8481.0, 8474.0, 8442.0, 8423.0, 8441.0, 8372.0, 8405.0, 8436.0, 8392.0, 8446.0, 8417.0, 8480.0, 8447.0, 8404.0, 8382.0, 8355.0, 8384.0, 8369.0, 8376.0, 8404.0, 8376.0, 8455.0, 8394.0, 8412.0, 8437.0, 8376.0, 8449.0, 8424.0, 8394.0, 8421.0, 8353.0, 8369.0, 8384.0, 8338.0, 8405.0, 8337.0, 8354.0, 8365.0, 8320.0, 8337.0, 8361.0, 8341.0, 8369.0, 8323.0, 8359.0, 8353.0, 8345.0, 8360.0, 8347.0, 8397.0, 8365.0, 8367.0, 8382.0, 8368.0, 8384.0, 8355.0, 8374.0, 8416.0, 8374.0, 8419.0, 8358.0, 8375.0, 8398.0, 8376.0, 8454.0, 8363.0, 8395.0, 8402.0, 8388.0, 8402.0, 8380.0, 8411.0, 8415.0, 8377.0, 8434.0, 8361.0, 8421.0, 8416.0, 8377.0, 8419.0, 8371.0, 8391.0, 8415.0, 8374.0, 8405.0, 8381.0, 8412.0, 8394.0, 8400.0, 8412.0, 8403.0, 8447.0, 8418.0, 8464.0, 8385.0, 8443.0, 8424.0, 8399.0, 8441.0, 8398.0, 8445.0, 8401.0, 8450.0, 8428.0, 8404.0, 8440.0, 8419.0, 8429.0, 8415.0, 8429.0, 8416.0, 8477.0, 8382.0, 8426.0, 8437.0, 8409.0, 8408.0, 8392.0, 8391.0, 8418.0, 8406.0, 8423.0, 8377.0, 8394.0, 8422.0, 8396.0, 8414.0, 8396.0, 8399.0, 8408.0, 8396.0, 8424.0, 8411.0, 8401.0, 8442.0, 8391.0, 8430.0, 8387.0, 8444.0, 8397.0, 8402.0, 8428.0, 8421.0, 8445.0, 8401.0, 8414.0, 8443.0, 8398.0, 8443.0, 8399.0, 8430.0, 8421.0, 8399.0, 8453.0, 8364.0, 8425.0, 8404.0, 8378.0, 8436.0, 8362.0, 8408.0, 8386.0, 8392.0, 8405.0, 8381.0, 8428.0, 8391.0, 8397.0, 8406.0, 8380.0, 8427.0, 8392.0, 8396.0, 8420.0, 8408.0, 8425.0, 8382.0, 8412.0, 8423.0, 8396.0, 8440.0, 8379.0, 8439.0, 8393.0, 8393.0, 8418.0, 8405.0, 8433.0, 8376.0, 8408.0, 8418.0, 8390.0, 8408.0, 8374.0, 8408.0, 8391.0, 8393.0, 8417.0, 8406.0, 8406.0, 8389.0, 8427.0, 8396.0, 8414.0, 8414.0, 8420.0, 8444.0, 8419.0, 8424.0, 8399.0, 8425.0, 8379.0, 8453.0, 8393.0, 8410.0, 8408.0, 8406.0, 8407.0, 8377.0, 8408.0, 8416.0, 8392.0, 8421.0, 8377.0, 8410.0, 8423.0, 8395.0, 8408.0, 8375.0, 8406.0, 8403.0, 8380.0, 8409.0, 8393.0, 8413.0, 8381.0, 8413.0, 8426.0, 8424.0, 8442.0, 8378.0, 8409.0, 8439.0, 8427.0, 8439.0, 8378.0, 8410.0, 8420.0, 8403.0, 8455.0, 8388.0, 8389.0, 8399.0, 8386.0, 8400.0, 8371.0, 8388.0, 8415.0, 8386.0, 8403.0, 8370.0, 8405.0, 8420.0, 8388.0, 8406.0, 8368.0, 8389.0, 8401.0, 8390.0, 8420.0, 8356.0, 8389.0, 8399.0, 8372.0, 8422.0, 8370.0, 8386.0, 8399.0, 8389.0, 8403.0, 8373.0, 8390.0, 8419.0, 8407.0, 8432.0, 8368.0, 8403.0, 8414.0, 8399.0, 8416.0, 8354.0, 8385.0, 8395.0, 8382.0, 8433.0, 8352.0, 8384.0, 8383.0, 8387.0, 8403.0, 8372.0, 8405.0, 8402.0, 8386.0, 8431.0, 8354.0, 8404.0, 8413.0, 8373.0, 8403.0, 8370.0, 8401.0, 8382.0, 8389.0, 8417.0, 8386.0, 8405.0, 8370.0, 8392.0, 8403.0, 8407.0, 8436.0, 8375.0, 8408.0, 8388.0, 8391.0, 8400.0, 8390.0, 8436.0, 8372.0, 8389.0, 8401.0, 8387.0, 8446.0, 8369.0, 8385.0, 8382.0, 8382.0, 8383.0, 8372.0, 8419.0, 8372.0, 8392.0, 8407.0, 8402.0, 8390.0, 8373.0, 8407.0, 8403.0, 8392.0, 8407.0, 8362.0, 8411.0, 8423.0, 8380.0, 8406.0, 8408.0, 8425.0, 8377.0, 8408.0, 8423.0, 8399.0, 8412.0, 8378.0, 8410.0, 8397.0, 8400.0, 8412.0, 8403.0, 8431.0, 8381.0, 8458.0, 8398.0, 8415.0, 8424.0, 8419.0, 8440.0, 8382.0, 8438.0, 8399.0, 8475.0, 8383.0, 8429.0, 8383.0, 8428.0, 8382.0, 8427.0, 8441.0, 8413.0, 8440.0, 8363.0, 8391.0, 8405.0, 8392.0, 8437.0, 8362.0, 8408.0, 8399.0, 8388.0, 8408.0, 8360.0, 8412.0, 8388.0, 8378.0, 8405.0, 8397.0, 8426.0, 8376.0, 8393.0, 8404.0, 8390.0, 8419.0, 8364.0, 8407.0, 8418.0, 8390.0, 8420.0, 8360.0, 8406.0, 8403.0, 8394.0, 8420.0, 8374.0, 8406.0, 8367.0, 8388.0, 8416.0, 8406.0, 8405.0, 8371.0, 8403.0, 8412.0, 8404.0, 8436.0, 8374.0, 8406.0, 8374.0, 8389.0, 8398.0, 8405.0, 8422.0, 8377.0, 8407.0, 8414.0, 8392.0, 8452.0, 8375.0, 8405.0, 8383.0, 8375.0, 8402.0, 8394.0, 8438.0, 8377.0, 8410.0, 8419.0, 8389.0, 8405.0, 8377.0, 8419.0, 8419.0, 8391.0, 8416.0, 8373.0, 8403.0, 8370.0, 8390.0, 8385.0, 8386.0, 8420.0, 8379.0, 8409.0, 8406.0, 8405.0, 8420.0, 8376.0, 8407.0, 8405.0, 8374.0, 8406.0, 8362.0, 8405.0, 8390.0, 8379.0, 8407.0, 8392.0, 8440.0, 8372.0, 8394.0, 8421.0, 8393.0, 8419.0, 8372.0, 8387.0, 8416.0, 8401.0, 8449.0, 8361.0, 8409.0, 8387.0, 8391.0, 8417.0, 8392.0, 8436.0, 8375.0, 8408.0, 8417.0, 8387.0, 8435.0, 8372.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.00019355247981545562</td></tr>
<tr><td colspan=3>aqi</td><td>0.022668138638985005</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.39900880150115</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1622782953348738</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9720905415011553</td></tr>
<tr><td colspan=3>efc</td><td>0.4486</td></tr>
<tr><td colspan=3>fber</td><td>5950.2153</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08679844952517413</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.922722029988466</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5542580574437164</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4960501223077096</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.746720389058537</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4200036609649014</td></tr>
<tr><td colspan=3>gcor</td><td>0.00760336</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016486644744873047</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02157551236450672</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</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.6478193049779546</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>25.7109</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.8817</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>143.1141</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309346.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>660.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>274.7216</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8484</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>476.4557</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2975.8532</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3226.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67198.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>798.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3904.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>884.3574</td></tr>
<tr><td colspan=3>tsnr</td><td>41.59520943276584</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>