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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0059/ses-04/func/sub-0059_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>87e021a5faf74c4d79931e50276126b8</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>11:05:48.937500</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.999874, -0.0058623, 0.0147813, 0.00383928, 0.991061, 0.133351]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0916533</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4161, -7749, -7292, 473, -39, -148, 24, 0]</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>244.373</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>96f69ac7-67a0-4e50-9b93-c8f250e3f8a7||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.6825876235961914, 0.010300515219569206, 0.041663557291030884, 108.13566589355469], [0.015728123486042023, 2.6589455604553223, 0.3598484396934509, -94.39238739013672], [0.03965722396969795, -0.35777047276496887, 2.675588369369507, -70.34264373779297], [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': ['110548.937500', '110549.397500', '110549.857500', '110550.317500', '110550.777500', '110551.237500', '110551.697500', '110552.157500', '110552.617500', '110553.077500', '110553.537500', '110553.997500', '110554.457500', '110554.917500', '110555.377500', '110555.837500', '110556.297500', '110556.757500', '110557.217500', '110557.677500', '110558.137500', '110558.597500', '110559.057500', '110559.517500', '110559.977500', '110600.437500', '110600.897500', '110601.357500', '110601.817500', '110602.277500', '110602.737500', '110603.197500', '110603.657500', '110604.117500', '110604.577500', '110605.037500', '110605.497500', '110605.957500', '110606.417500', '110606.877500', '110607.337500', '110607.797500', '110608.257500', '110608.717500', '110609.177500', '110609.637500', '110610.097500', '110610.557500', '110611.017500', '110611.477500', '110611.937500', '110612.397500', '110612.857500', '110613.317500', '110613.777500', '110614.237500', '110614.697500', '110615.157500', '110615.617500', '110616.077500', '110616.537500', '110616.997500', '110617.457500', '110617.917500', '110618.377500', '110618.837500', '110619.297500', '110619.757500', '110620.217500', '110620.677500', '110621.137500', '110621.597500', '110622.057500', '110622.517500', '110622.977500', '110623.437500', '110623.897500', '110624.357500', '110624.817500', '110625.277500', '110625.737500', '110626.197500', '110626.657500', '110627.117500', '110627.577500', '110628.037500', '110628.497500', '110628.957500', '110629.417500', '110629.877500', '110630.337500', '110630.797500', '110631.257500', '110631.717500', '110632.177500', '110632.637500', '110633.097500', '110633.557500', '110634.017500', '110634.477500', '110634.937500', '110635.397500', '110635.857500', '110636.317500', '110636.777500', '110637.237500', '110637.697500', '110638.157500', '110638.617500', '110639.077500', '110639.537500', '110639.997500', '110640.457500', '110640.917500', '110641.377500', '110641.837500', '110642.297500', '110642.757500', '110643.217500', '110643.677500', '110644.137500', '110644.597500', '110645.057500', '110645.517500', '110645.977500', '110646.437500', '110646.897500', '110647.357500', '110647.817500', '110648.277500', '110648.737500', '110649.197500', '110649.657500', '110650.117500', '110650.577500', '110651.037500', '110651.497500', '110651.957500', '110652.417500', '110652.877500', '110653.337500', '110653.797500', '110654.257500', '110654.717500', '110655.177500', '110655.637500', '110656.097500', '110656.557500', '110657.017500', '110657.477500', '110657.937500', '110658.397500', '110658.857500', '110659.317500', '110659.777500', '110700.237500', '110700.697500', '110701.157500', '110701.617500', '110702.077500', '110702.537500', '110702.997500', '110703.457500', '110703.917500', '110704.377500', '110704.837500', '110705.297500', '110705.757500', '110706.217500', '110706.677500', '110707.137500', '110707.597500', '110708.057500', '110708.517500', '110708.977500', '110709.437500', '110709.897500', '110710.357500', '110710.817500', '110711.277500', '110711.737500', '110712.197500', '110712.657500', '110713.117500', '110713.577500', '110714.037500', '110714.497500', '110714.957500', '110715.417500', '110715.877500', '110716.337500', '110716.797500', '110717.257500', '110717.717500', '110718.177500', '110718.637500', '110719.097500', '110719.557500', '110720.017500', '110720.477500', '110720.937500', '110721.397500', '110721.857500', '110722.317500', '110722.777500', '110723.237500', '110723.697500', '110724.157500', '110724.617500', '110725.077500', '110725.537500', '110725.997500', '110726.457500', '110726.917500', '110727.377500', '110727.837500', '110728.297500', '110728.757500', '110729.217500', '110729.677500', '110730.137500', '110730.597500', '110731.057500', '110731.517500', '110731.977500', '110732.437500', '110732.897500', '110733.357500', '110733.817500', '110734.277500', '110734.737500', '110735.197500', '110735.657500', '110736.117500', '110736.577500', '110737.037500', '110737.497500', '110737.957500', '110738.417500', '110738.877500', '110739.337500', '110739.797500', '110740.257500', '110740.717500', '110741.177500', '110741.637500', '110742.097500', '110742.557500', '110743.017500', '110743.477500', '110743.937500', '110744.397500', '110744.857500', '110745.317500', '110745.777500', '110746.237500', '110746.697500', '110747.157500', '110747.617500', '110748.077500', '110748.537500', '110748.997500', '110749.457500', '110749.917500', '110750.377500', '110750.837500', '110751.297500', '110751.757500', '110752.217500', '110752.677500', '110753.137500', '110753.597500', '110754.057500', '110754.517500', '110754.977500', '110755.437500', '110755.897500', '110756.357500', '110756.817500', '110757.277500', '110757.737500', '110758.197500', '110758.657500', '110759.117500', '110759.577500', '110800.037500', '110800.497500', '110800.957500', '110801.417500', '110801.877500', '110802.337500', '110802.797500', '110803.257500', '110803.717500', '110804.177500', '110804.637500', '110805.097500', '110805.557500', '110806.017500', '110806.477500', '110806.937500', '110807.397500', '110807.857500', '110808.317500', '110808.777500', '110809.237500', '110809.697500', '110810.157500', '110810.617500', '110811.077500', '110811.537500', '110811.997500', '110812.457500', '110812.917500', '110813.377500', '110813.837500', '110814.297500', '110814.757500', '110815.217500', '110815.677500', '110816.137500', '110816.597500', '110817.057500', '110817.517500', '110817.977500', '110818.437500', '110818.897500', '110819.357500', '110819.817500', '110820.277500', '110820.737500', '110821.197500', '110821.657500', '110822.117500', '110822.577500', '110823.037500', '110823.497500', '110823.957500', '110824.417500', '110824.877500', '110825.337500', '110825.797500', '110826.257500', '110826.717500', '110827.177500', '110827.637500', '110828.097500', '110828.557500', '110829.017500', '110829.477500', '110829.937500', '110830.397500', '110830.857500', '110831.317500', '110831.777500', '110832.237500', '110832.697500', '110833.157500', '110833.617500', '110834.077500', '110834.537500', '110834.997500', '110835.457500', '110835.917500', '110836.377500', '110836.837500', '110837.297500', '110837.757500', '110838.217500', '110838.677500', '110839.137500', '110839.597500', '110840.057500', '110840.517500', '110840.977500', '110841.437500', '110841.897500', '110842.357500', '110842.817500', '110843.277500', '110843.737500', '110844.197500', '110844.657500', '110845.117500', '110845.577500', '110846.037500', '110846.497500', '110846.957500', '110847.417500', '110847.877500', '110848.337500', '110848.797500', '110849.257500', '110849.717500', '110850.177500', '110850.637500', '110851.097500', '110851.557500', '110852.017500', '110852.477500', '110852.937500', '110853.397500', '110853.857500', '110854.317500', '110854.777500', '110855.237500', '110855.697500', '110856.157500', '110856.617500', '110857.077500', '110857.537500', '110857.997500', '110858.457500', '110858.917500', '110859.377500', '110859.837500', '110900.297500', '110900.757500', '110901.217500', '110901.677500', '110902.137500', '110902.597500', '110903.057500', '110903.517500', '110903.977500', '110904.437500', '110904.897500', '110905.357500', '110905.817500', '110906.277500', '110906.737500', '110907.197500', '110907.657500', '110908.117500', '110908.577500', '110909.037500', '110909.497500', '110909.957500', '110910.417500', '110910.877500', '110911.337500', '110911.797500', '110912.257500', '110912.717500', '110913.177500', '110913.637500', '110914.097500', '110914.557500', '110915.017500', '110915.477500', '110915.937500', '110916.397500', '110916.857500', '110917.317500', '110917.777500', '110918.237500', '110918.697500', '110919.157500', '110919.617500', '110920.077500', '110920.537500', '110920.997500', '110921.457500', '110921.917500', '110922.377500', '110922.837500', '110923.297500', '110923.757500', '110924.217500', '110924.677500', '110925.137500', '110925.597500', '110926.057500', '110926.517500', '110926.977500', '110927.437500', '110927.897500', '110928.357500', '110928.817500', '110929.277500', '110929.737500', '110930.197500', '110930.657500', '110931.117500', '110931.577500', '110932.037500', '110932.497500', '110932.957500', '110933.417500', '110933.877500', '110934.337500', '110934.797500', '110935.257500', '110935.717500', '110936.177500', '110936.637500', '110937.097500', '110937.557500', '110938.017500', '110938.477500', '110938.937500', '110939.397500', '110939.857500', '110940.317500', '110940.777500', '110941.237500', '110941.697500', '110942.157500', '110942.617500', '110943.077500', '110943.537500', '110943.997500', '110944.457500', '110944.917500', '110945.377500', '110945.837500', '110946.297500', '110946.757500', '110947.217500', '110947.677500', '110948.137500', '110948.597500', '110949.057500', '110949.517500', '110949.977500', '110950.437500', '110950.897500', '110951.357500', '110951.817500', '110952.277500', '110952.737500', '110953.197500', '110953.657500', '110954.117500', '110954.577500', '110955.037500', '110955.497500', '110955.957500', '110956.417500', '110956.877500', '110957.337500', '110957.797500', '110958.257500', '110958.717500', '110959.177500', '110959.637500', '111000.097500', '111000.557500', '111001.017500', '111001.477500', '111001.937500', '111002.397500', '111002.857500', '111003.317500', '111003.777500', '111004.237500', '111004.697500', '111005.157500', '111005.617500', '111006.077500', '111006.537500', '111006.997500', '111007.457500', '111007.917500', '111008.377500', '111008.837500', '111009.297500', '111009.757500', '111010.217500', '111010.677500', '111011.137500', '111011.597500', '111012.057500', '111012.517500', '111012.977500', '111013.437500', '111013.897500', '111014.357500', '111014.817500', '111015.277500', '111015.737500', '111016.197500', '111016.657500', '111017.117500', '111017.577500', '111018.037500', '111018.497500', '111018.957500', '111019.417500', '111019.877500', '111020.337500', '111020.797500', '111021.257500', '111021.717500', '111022.177500', '111022.637500', '111023.097500', '111023.557500', '111024.017500', '111024.477500', '111024.937500', '111025.397500', '111025.857500', '111026.317500', '111026.777500', '111027.237500', '111027.697500', '111028.157500', '111028.617500', '111029.077500', '111029.537500', '111029.997500', '111030.457500', '111030.917500', '111031.377500', '111031.837500', '111032.297500', '111032.757500', '111033.217500', '111033.677500', '111034.137500', '111034.597500', '111035.057500', '111035.517500', '111035.977500', '111036.437500', '111036.897500', '111037.357500', '111037.817500', '111038.277500', '111038.737500', '111039.197500', '111039.657500', '111040.117500', '111040.577500', '111041.037500', '111041.497500', '111041.957500', '111042.417500', '111042.877500', '111043.337500', '111043.797500', '111044.257500', '111044.717500', '111045.177500', '111045.637500', '111046.097500', '111046.557500', '111047.017500', '111047.477500', '111047.937500', '111048.397500', '111048.857500', '111049.317500', '111049.777500', '111050.237500', '111050.697500', '111051.157500', '111051.617500', '111052.077500', '111052.537500', '111052.997500', '111053.457500', '111053.917500', '111054.377500', '111054.837500', '111055.297500', '111055.757500', '111056.217500', '111056.677500', '111057.137500', '111057.597500', '111058.057500', '111058.517500', '111058.977500', '111059.437500', '111059.897500', '111100.357500', '111100.817500', '111101.277500', '111101.737500', '111102.197500', '111102.657500', '111103.117500', '111103.577500', '111104.037500', '111104.497500', '111104.957500', '111105.417500', '111105.877500', '111106.337500', '111106.797500', '111107.257500', '111107.717500', '111108.177500', '111108.637500', '111109.097500', '111109.557500', '111110.017500', '111110.477500', '111110.937500', '111111.397500', '111111.857500', '111112.317500', '111112.777500', '111113.237500', '111113.697500', '111114.157500', '111114.617500', '111115.077500', '111115.537500', '111115.997500', '111116.457500', '111116.917500', '111117.377500', '111117.837500', '111118.297500', '111118.757500', '111119.217500', '111119.677500', '111120.137500', '111120.597500', '111121.057500', '111121.517500', '111121.977500', '111122.437500', '111122.897500', '111123.357500', '111123.817500', '111124.277500', '111124.737500', '111125.197500', '111125.657500', '111126.117500', '111126.577500', '111127.037500', '111127.497500', '111127.957500', '111128.417500', '111128.877500', '111129.337500', '111129.797500', '111130.257500', '111130.717500', '111131.177500', '111131.637500', '111132.097500', '111132.557500', '111133.017500', '111133.477500', '111133.937500', '111134.397500', '111134.857500', '111135.317500', '111135.777500', '111136.237500', '111136.697500', '111137.157500', '111137.617500', '111138.077500', '111138.537500', '111138.997500', '111139.457500', '111139.917500', '111140.377500', '111140.837500', '111141.297500', '111141.757500', '111142.217500', '111142.677500', '111143.137500', '111143.597500', '111144.057500', '111144.517500', '111144.977500', '111145.437500', '111145.897500', '111146.357500', '111146.817500', '111147.277500', '111147.737500', '111148.197500', '111148.657500', '111149.117500', '111149.577500', '111150.037500', '111150.497500', '111150.957500', '111151.417500', '111151.877500', '111152.337500', '111152.797500', '111153.257500', '111153.717500', '111154.177500', '111154.637500', '111155.097500', '111155.557500', '111156.017500', '111156.477500', '111156.937500', '111157.397500', '111157.857500', '111158.317500', '111158.777500', '111159.237500', '111159.697500', '111200.157500', '111200.617500', '111201.077500', '111201.537500', '111201.997500', '111202.457500', '111202.917500', '111203.377500', '111203.837500', '111204.297500', '111204.757500', '111205.217500', '111205.677500', '111206.137500', '111206.597500', '111207.057500', '111207.517500', '111207.977500', '111208.437500', '111208.897500', '111209.357500', '111209.817500', '111210.277500', '111210.737500', '111211.197500', '111211.657500', '111212.117500', '111212.577500', '111213.037500', '111213.497500', '111213.957500', '111214.417500', '111214.877500', '111215.337500', '111215.797500', '111216.257500', '111216.717500', '111217.177500', '111217.637500', '111218.097500', '111218.557500', '111219.017500', '111219.477500', '111219.937500', '111220.397500', '111220.857500', '111221.317500', '111221.777500', '111222.237500', '111222.697500', '111223.157500', '111223.617500', '111224.077500', '111224.537500', '111224.997500', '111225.457500', '111225.917500', '111226.377500', '111226.837500', '111227.297500', '111227.757500', '111228.217500', '111228.677500', '111229.137500', '111229.597500'], 'ContentTime': ['110612.626000', '110612.629000', '110612.632000', '110612.635000', '110612.637000', '110612.640000', '110612.642000', '110612.645000', '110612.647000', '110612.650000', '110612.653000', '110612.655000', '110612.658000', '110612.660000', '110612.663000', '110612.672000', '110612.674000', '110612.677000', '110612.680000', '110612.682000', '110612.685000', '110612.688000', '110612.690000', '110612.693000', '110612.695000', '110612.698000', '110612.701000', '110612.703000', '110612.706000', '110612.708000', '110612.711000', '110612.713000', '110612.716000', '110612.719000', '110612.721000', '110612.724000', '110612.726000', '110612.729000', '110612.732000', '110612.734000', '110612.737000', '110612.739000', '110612.742000', '110612.745000', '110612.747000', '110612.750000', '110612.752000', '110612.763000', '110632.597000', '110632.600000', '110632.603000', '110632.605000', '110632.608000', '110632.611000', '110632.613000', '110632.616000', '110632.618000', '110632.621000', '110632.624000', '110632.626000', '110632.629000', '110632.632000', '110632.634000', '110632.637000', '110632.640000', '110632.642000', '110632.645000', '110632.647000', '110632.650000', '110632.653000', '110632.655000', '110632.658000', '110632.661000', '110632.663000', '110632.666000', '110632.668000', '110632.671000', '110632.674000', '110632.676000', '110632.679000', '110632.685000', '110632.687000', '110632.690000', '110632.693000', '110632.695000', '110632.698000', '110632.700000', '110632.703000', '110632.706000', '110632.708000', '110632.711000', '110632.713000', '110652.597000', '110652.600000', '110652.603000', '110652.605000', '110652.608000', '110652.611000', '110652.613000', '110652.616000', '110652.619000', '110652.621000', '110652.624000', '110652.627000', '110652.629000', '110652.632000', '110652.634000', '110652.637000', '110652.639000', '110652.642000', '110652.645000', '110652.647000', '110652.650000', '110652.653000', '110652.655000', '110652.658000', '110652.660000', '110652.663000', '110652.666000', '110652.668000', '110652.671000', '110652.673000', '110652.676000', '110652.679000', '110652.681000', '110652.684000', '110652.687000', '110652.689000', '110652.692000', '110652.694000', '110652.697000', '110652.700000', '110652.702000', '110652.705000', '110652.715000', '110712.597000', '110712.600000', '110712.603000', '110712.606000', '110712.608000', '110712.611000', '110712.614000', '110712.616000', '110712.619000', '110712.622000', '110712.629000', '110712.639000', '110712.641000', '110712.644000', '110712.647000', '110712.649000', '110712.652000', '110712.655000', '110712.657000', '110712.660000', '110712.663000', '110712.665000', '110712.668000', '110712.670000', '110712.673000', '110712.676000', '110712.678000', '110712.681000', '110712.683000', '110712.686000', '110712.689000', '110712.691000', '110712.694000', '110712.697000', '110712.700000', '110712.703000', '110712.705000', '110712.708000', '110712.710000', '110712.713000', '110712.716000', '110712.718000', '110712.721000', '110712.724000', '110732.597000', '110732.600000', '110732.602000', '110732.605000', '110732.616000', '110732.619000', '110732.621000', '110732.624000', '110732.627000', '110732.629000', '110732.632000', '110732.635000', '110732.637000', '110732.640000', '110732.642000', '110732.645000', '110732.648000', '110732.650000', '110732.653000', '110732.655000', '110732.658000', '110732.661000', '110732.663000', '110732.666000', '110732.668000', '110732.671000', '110732.674000', '110732.676000', '110732.679000', '110732.682000', '110732.684000', '110732.687000', '110732.690000', '110732.692000', '110732.695000', '110732.697000', '110732.700000', '110732.703000', '110732.705000', '110732.708000', '110732.711000', '110732.713000', '110732.716000', '110752.596000', '110752.599000', '110752.602000', '110752.605000', '110752.607000', '110752.610000', '110752.613000', '110752.615000', '110752.618000', '110752.620000', '110752.623000', '110752.626000', '110752.628000', '110752.631000', '110752.634000', '110752.636000', '110752.639000', '110752.649000', '110752.652000', '110752.655000', '110752.657000', '110752.660000', '110752.662000', '110752.665000', '110752.668000', '110752.670000', '110752.673000', '110752.675000', '110752.678000', '110752.681000', '110752.683000', '110752.686000', '110752.689000', '110752.691000', '110752.694000', '110752.697000', '110752.699000', '110752.702000', '110752.705000', '110752.707000', '110752.710000', '110752.713000', '110752.715000', '110752.718000', '110812.597000', '110812.600000', '110812.603000', '110812.605000', '110812.609000', '110812.611000', '110812.614000', '110812.616000', '110812.619000', '110812.622000', '110812.624000', '110812.627000', '110812.630000', '110812.632000', '110812.635000', '110812.637000', '110812.640000', '110812.643000', '110812.645000', '110812.648000', '110812.651000', '110812.653000', '110812.656000', '110812.659000', '110812.661000', '110812.664000', '110812.667000', '110812.669000', '110812.672000', '110812.674000', '110812.677000', '110812.680000', '110812.682000', '110812.685000', '110812.688000', '110812.690000', '110812.693000', '110812.695000', '110812.698000', '110812.701000', '110812.703000', '110812.706000', '110812.708000', '110832.597000', '110832.600000', '110832.603000', '110832.606000', '110832.608000', '110832.611000', '110832.614000', '110832.617000', '110832.619000', '110832.622000', '110832.625000', '110832.627000', '110832.630000', '110832.632000', '110832.635000', '110832.638000', '110832.640000', '110832.643000', '110832.646000', '110832.648000', '110832.651000', '110832.654000', '110832.656000', '110832.659000', '110832.661000', '110832.664000', '110832.667000', '110832.669000', '110832.672000', '110832.675000', '110832.677000', '110832.680000', '110832.682000', '110832.685000', '110832.694000', '110832.697000', '110832.699000', '110832.702000', '110832.705000', '110832.707000', '110832.710000', '110832.713000', '110832.715000', '110852.598000', '110852.600000', '110852.603000', '110852.606000', '110852.608000', '110852.611000', '110852.614000', '110852.616000', '110852.619000', '110852.622000', '110852.624000', '110852.627000', '110852.630000', '110852.632000', '110852.635000', '110852.637000', '110852.640000', '110852.643000', '110852.645000', '110852.648000', '110852.651000', '110852.653000', '110852.656000', '110852.658000', '110852.661000', '110852.664000', '110852.666000', '110852.669000', '110852.672000', '110852.674000', '110852.677000', '110852.680000', '110852.682000', '110852.685000', '110852.688000', '110852.690000', '110852.693000', '110852.696000', '110852.698000', '110852.701000', '110852.704000', '110852.706000', '110852.709000', '110852.711000', '110912.609000', '110912.612000', '110912.615000', '110912.629000', '110912.632000', '110912.634000', '110912.637000', '110912.640000', '110912.642000', '110912.645000', '110912.647000', '110912.650000', '110912.653000', '110912.655000', '110912.658000', '110912.661000', '110912.664000', '110912.666000', '110912.669000', '110912.672000', '110912.674000', '110912.677000', '110912.679000', '110912.682000', '110912.685000', '110912.688000', '110912.690000', '110912.693000', '110912.696000', '110912.698000', '110912.701000', '110912.703000', '110912.706000', '110912.709000', '110912.711000', '110912.714000', '110912.717000', '110912.719000', '110912.722000', '110912.724000', '110912.727000', '110912.730000', '110912.732000', '110932.598000', '110932.601000', '110932.603000', '110932.606000', '110932.609000', '110932.611000', '110932.614000', '110932.617000', '110932.619000', '110932.622000', '110932.624000', '110932.627000', '110932.630000', '110932.632000', '110932.635000', '110932.638000', '110932.640000', '110932.643000', '110932.645000', '110932.648000', '110932.651000', '110932.653000', '110932.656000', '110932.659000', '110932.661000', '110932.664000', '110932.667000', '110932.669000', '110932.672000', '110932.675000', '110932.677000', '110932.680000', '110932.683000', '110932.685000', '110932.688000', '110932.691000', '110932.693000', '110932.696000', '110932.698000', '110932.701000', '110932.704000', '110932.706000', '110932.709000', '110932.712000', '110952.596000', '110952.599000', '110952.602000', '110952.605000', '110952.608000', '110952.610000', '110952.613000', '110952.615000', '110952.618000', '110952.621000', '110952.623000', '110952.626000', '110952.629000', '110952.631000', '110952.634000', '110952.637000', '110952.639000', '110952.642000', '110952.644000', '110952.647000', '110952.650000', '110952.652000', '110952.655000', '110952.658000', '110952.660000', '110952.663000', '110952.666000', '110952.668000', '110952.671000', '110952.674000', '110952.676000', '110952.679000', '110952.682000', '110952.684000', '110952.687000', '110952.689000', '110952.692000', '110952.695000', '110952.697000', '110952.700000', '110952.703000', '110952.705000', '110952.708000', '111012.596000', '111012.599000', '111012.603000', '111012.605000', '111012.608000', '111012.611000', '111012.614000', '111012.616000', '111012.619000', '111012.621000', '111012.624000', '111012.627000', '111012.629000', '111012.632000', '111012.635000', '111012.637000', '111012.640000', '111012.642000', '111012.645000', '111012.648000', '111012.650000', '111012.653000', '111012.656000', '111012.658000', '111012.661000', '111012.663000', '111012.666000', '111012.669000', '111012.671000', '111012.674000', '111012.677000', '111012.679000', '111012.682000', '111012.685000', '111012.687000', '111012.690000', '111012.693000', '111012.695000', '111012.698000', '111012.707000', '111012.709000', '111012.712000', '111012.715000', '111012.718000', '111032.598000', '111032.601000', '111032.603000', '111032.606000', '111032.609000', '111032.612000', '111032.615000', '111032.617000', '111032.620000', '111032.622000', '111032.625000', '111032.628000', '111032.630000', '111032.633000', '111032.636000', '111032.638000', '111032.641000', '111032.643000', '111032.646000', '111032.650000', '111032.653000', '111032.656000', '111032.658000', '111032.661000', '111032.663000', '111032.681000', '111032.683000', '111032.686000', '111032.689000', '111032.691000', '111032.694000', '111032.697000', '111032.699000', '111032.702000', '111032.705000', '111032.707000', '111032.710000', '111032.713000', '111032.715000', '111032.718000', '111032.721000', '111032.723000', '111032.726000', '111052.598000', '111052.601000', '111052.604000', '111052.606000', '111052.609000', '111052.612000', '111052.615000', '111052.617000', '111052.620000', '111052.623000', '111052.625000', '111052.628000', '111052.631000', '111052.634000', '111052.636000', '111052.639000', '111052.642000', '111052.644000', '111052.647000', '111052.650000', '111052.652000', '111052.655000', '111052.658000', '111052.660000', '111052.663000', '111052.666000', '111052.668000', '111052.671000', '111052.674000', '111052.676000', '111052.679000', '111052.681000', '111052.684000', '111052.687000', '111052.689000', '111052.692000', '111052.695000', '111052.697000', '111052.700000', '111052.703000', '111052.705000', '111052.708000', '111052.710000', '111052.713000', '111112.598000', '111112.601000', '111112.603000', '111112.606000', '111112.609000', '111112.611000', '111112.614000', '111112.617000', '111112.619000', '111112.622000', '111112.625000', '111112.631000', '111112.633000', '111112.636000', '111112.638000', '111112.641000', '111112.644000', '111112.646000', '111112.649000', '111112.652000', '111112.654000', '111112.657000', '111112.659000', '111112.662000', '111112.665000', '111112.667000', '111112.670000', '111112.673000', '111112.675000', '111112.678000', '111112.680000', '111112.683000', '111112.686000', '111112.688000', '111112.691000', '111112.694000', '111112.696000', '111112.699000', '111112.701000', '111112.704000', '111112.707000', '111112.709000', '111112.712000', '111132.598000', '111132.600000', '111132.603000', '111132.606000', '111132.609000', '111132.612000', '111132.614000', '111132.617000', '111132.619000', '111132.622000', '111132.625000', '111132.627000', '111132.630000', '111132.633000', '111132.635000', '111132.638000', '111132.640000', '111132.643000', '111132.646000', '111132.648000', '111132.651000', '111132.654000', '111132.656000', '111132.659000', '111132.662000', '111132.664000', '111132.667000', '111132.670000', '111132.672000', '111132.675000', '111132.677000', '111132.680000', '111132.683000', '111132.685000', '111132.688000', '111132.692000', '111132.695000', '111132.698000', '111132.700000', '111132.703000', '111132.705000', '111132.708000', '111132.711000', '111132.713000', '111152.598000', '111152.601000', '111152.604000', '111152.606000', '111152.617000', '111152.620000', '111152.622000', '111152.625000', '111152.628000', '111152.631000', '111152.633000', '111152.636000', '111152.638000', '111152.641000', '111152.644000', '111152.646000', '111152.649000', '111152.651000', '111152.662000', '111152.664000', '111152.667000', '111152.669000', '111152.672000', '111152.675000', '111152.678000', '111152.681000', '111152.684000', '111152.686000', '111152.691000', '111152.694000', '111152.697000', '111152.699000', '111152.702000', '111152.705000', '111152.707000', '111152.710000', '111152.724000', '111152.727000', '111152.729000', '111152.732000', '111152.734000', '111152.737000', '111152.740000', '111212.597000', '111212.600000', '111212.602000', '111212.605000', '111212.608000', '111212.610000', '111212.613000', '111212.616000', '111212.619000', '111212.621000', '111212.624000', '111212.627000', '111212.629000', '111212.632000', '111212.634000', '111212.637000', '111212.640000', '111212.642000', '111212.645000', '111212.648000', '111212.650000', '111212.653000', '111212.656000', '111212.658000', '111212.661000', '111212.664000', '111212.666000', '111212.669000', '111212.671000', '111212.674000', '111212.677000', '111212.680000', '111212.682000', '111212.685000', '111212.687000', '111212.690000', '111212.693000', '111212.695000', '111212.698000', '111212.701000', '111212.703000', '111212.706000', '111212.709000', '111212.711000', '111231.263000', '111231.266000', '111231.268000', '111231.271000', '111231.273000', '111231.276000', '111231.279000', '111231.282000', '111231.284000', '111231.287000', '111231.290000', '111231.292000', '111231.295000', '111231.297000', '111231.300000', '111231.303000', '111231.305000', '111231.308000', '111231.311000', '111231.313000', '111231.316000', '111231.319000', '111231.321000', '111231.324000', '111231.326000', '111231.329000', '111231.332000', '111231.334000', '111231.337000', '111231.340000', '111231.343000', '111231.345000', '111231.348000', '111231.350000', '111231.353000', '111231.356000', '111231.358000', '111231.361000', '111231.364000', '111231.366000', '111231.369000'], 'InstanceCreationTime': ['110612.626000', '110612.629000', '110612.632000', '110612.635000', '110612.637000', '110612.640000', '110612.642000', '110612.645000', '110612.647000', '110612.650000', '110612.653000', '110612.655000', '110612.658000', '110612.660000', '110612.663000', '110612.672000', '110612.674000', '110612.677000', '110612.680000', '110612.682000', '110612.685000', '110612.688000', '110612.690000', '110612.693000', '110612.695000', '110612.698000', '110612.701000', '110612.703000', '110612.706000', '110612.708000', '110612.711000', '110612.713000', '110612.716000', '110612.719000', '110612.721000', '110612.724000', '110612.726000', '110612.729000', '110612.732000', '110612.734000', '110612.737000', '110612.739000', '110612.742000', '110612.745000', '110612.747000', '110612.750000', '110612.752000', '110612.763000', '110632.597000', '110632.600000', '110632.603000', '110632.605000', '110632.608000', '110632.611000', '110632.613000', '110632.616000', '110632.618000', '110632.621000', '110632.624000', '110632.626000', '110632.629000', '110632.632000', '110632.634000', '110632.637000', '110632.640000', '110632.642000', '110632.645000', '110632.647000', '110632.650000', '110632.653000', '110632.655000', '110632.658000', '110632.661000', '110632.663000', '110632.666000', '110632.668000', '110632.671000', '110632.674000', '110632.676000', '110632.679000', '110632.685000', '110632.687000', '110632.690000', '110632.693000', '110632.695000', '110632.698000', '110632.700000', '110632.703000', '110632.706000', '110632.708000', '110632.711000', '110632.713000', '110652.597000', '110652.600000', '110652.603000', '110652.605000', '110652.608000', '110652.611000', '110652.613000', '110652.616000', '110652.619000', '110652.621000', '110652.624000', '110652.627000', '110652.629000', '110652.632000', '110652.634000', '110652.637000', '110652.639000', '110652.642000', '110652.645000', '110652.647000', '110652.650000', '110652.653000', '110652.655000', '110652.658000', '110652.660000', '110652.663000', '110652.666000', '110652.668000', '110652.671000', '110652.673000', '110652.676000', '110652.679000', '110652.681000', '110652.684000', '110652.687000', '110652.689000', '110652.692000', '110652.694000', '110652.697000', '110652.700000', '110652.702000', '110652.705000', '110652.715000', '110712.597000', '110712.600000', '110712.603000', '110712.606000', '110712.608000', '110712.611000', '110712.614000', '110712.616000', '110712.619000', '110712.622000', '110712.629000', '110712.639000', '110712.641000', '110712.644000', '110712.647000', '110712.649000', '110712.652000', '110712.655000', '110712.657000', '110712.660000', '110712.663000', '110712.665000', '110712.668000', '110712.670000', '110712.673000', '110712.676000', '110712.678000', '110712.681000', '110712.683000', '110712.686000', '110712.689000', '110712.691000', '110712.694000', '110712.697000', '110712.700000', '110712.703000', '110712.705000', '110712.708000', '110712.710000', '110712.713000', '110712.716000', '110712.718000', '110712.721000', '110712.724000', '110732.597000', '110732.600000', '110732.602000', '110732.605000', '110732.616000', '110732.619000', '110732.621000', '110732.624000', '110732.627000', '110732.629000', '110732.632000', '110732.635000', '110732.637000', '110732.640000', '110732.642000', '110732.645000', '110732.648000', '110732.650000', '110732.653000', '110732.655000', '110732.658000', '110732.661000', '110732.663000', '110732.666000', '110732.668000', '110732.671000', '110732.674000', '110732.676000', '110732.679000', '110732.682000', '110732.684000', '110732.687000', '110732.690000', '110732.692000', '110732.695000', '110732.697000', '110732.700000', '110732.703000', '110732.705000', '110732.708000', '110732.711000', '110732.713000', '110732.716000', '110752.596000', '110752.599000', '110752.602000', '110752.605000', '110752.607000', '110752.610000', '110752.613000', '110752.615000', '110752.618000', '110752.620000', '110752.623000', '110752.626000', '110752.628000', '110752.631000', '110752.634000', '110752.636000', '110752.639000', '110752.649000', '110752.652000', '110752.655000', '110752.657000', '110752.660000', '110752.662000', '110752.665000', '110752.668000', '110752.670000', '110752.673000', '110752.675000', '110752.678000', '110752.681000', '110752.683000', '110752.686000', '110752.689000', '110752.691000', '110752.694000', '110752.697000', '110752.699000', '110752.702000', '110752.705000', '110752.707000', '110752.710000', '110752.713000', '110752.715000', '110752.718000', '110812.597000', '110812.600000', '110812.603000', '110812.605000', '110812.609000', '110812.611000', '110812.614000', '110812.616000', '110812.619000', '110812.622000', '110812.624000', '110812.627000', '110812.630000', '110812.632000', '110812.635000', '110812.637000', '110812.640000', '110812.643000', '110812.645000', '110812.648000', '110812.651000', '110812.653000', '110812.656000', '110812.659000', '110812.661000', '110812.664000', '110812.667000', '110812.669000', '110812.672000', '110812.674000', '110812.677000', '110812.680000', '110812.682000', '110812.685000', '110812.688000', '110812.690000', '110812.693000', '110812.695000', '110812.698000', '110812.701000', '110812.703000', '110812.706000', '110812.708000', '110832.597000', '110832.600000', '110832.603000', '110832.606000', '110832.608000', '110832.611000', '110832.614000', '110832.617000', '110832.619000', '110832.622000', '110832.625000', '110832.627000', '110832.630000', '110832.632000', '110832.635000', '110832.638000', '110832.640000', '110832.643000', '110832.646000', '110832.648000', '110832.651000', '110832.654000', '110832.656000', '110832.659000', '110832.661000', '110832.664000', '110832.667000', '110832.669000', '110832.672000', '110832.675000', '110832.677000', '110832.680000', '110832.682000', '110832.685000', '110832.694000', '110832.697000', '110832.699000', '110832.702000', '110832.705000', '110832.707000', '110832.710000', '110832.713000', '110832.715000', '110852.598000', '110852.600000', '110852.603000', '110852.606000', '110852.608000', '110852.611000', '110852.614000', '110852.616000', '110852.619000', '110852.622000', '110852.624000', '110852.627000', '110852.630000', '110852.632000', '110852.635000', '110852.637000', '110852.640000', '110852.643000', '110852.645000', '110852.648000', '110852.651000', '110852.653000', '110852.656000', '110852.658000', '110852.661000', '110852.664000', '110852.666000', '110852.669000', '110852.672000', '110852.674000', '110852.677000', '110852.680000', '110852.682000', '110852.685000', '110852.688000', '110852.690000', '110852.693000', '110852.696000', '110852.698000', '110852.701000', '110852.704000', '110852.706000', '110852.709000', '110852.711000', '110912.609000', '110912.612000', '110912.615000', '110912.629000', '110912.632000', '110912.634000', '110912.637000', '110912.640000', '110912.642000', '110912.645000', '110912.647000', '110912.650000', '110912.653000', '110912.655000', '110912.658000', '110912.661000', '110912.664000', '110912.666000', '110912.669000', '110912.672000', '110912.674000', '110912.677000', '110912.679000', '110912.682000', '110912.685000', '110912.688000', '110912.690000', '110912.693000', '110912.696000', '110912.698000', '110912.701000', '110912.703000', '110912.706000', '110912.709000', '110912.711000', '110912.714000', '110912.717000', '110912.719000', '110912.722000', '110912.724000', '110912.727000', '110912.730000', '110912.732000', '110932.598000', '110932.601000', '110932.603000', '110932.606000', '110932.609000', '110932.611000', '110932.614000', '110932.617000', '110932.619000', '110932.622000', '110932.624000', '110932.627000', '110932.630000', '110932.632000', '110932.635000', '110932.638000', '110932.640000', '110932.643000', '110932.645000', '110932.648000', '110932.651000', '110932.653000', '110932.656000', '110932.659000', '110932.661000', '110932.664000', '110932.667000', '110932.669000', '110932.672000', '110932.675000', '110932.677000', '110932.680000', '110932.683000', '110932.685000', '110932.688000', '110932.691000', '110932.693000', '110932.696000', '110932.698000', '110932.701000', '110932.704000', '110932.706000', '110932.709000', '110932.712000', '110952.596000', '110952.599000', '110952.602000', '110952.605000', '110952.608000', '110952.610000', '110952.613000', '110952.615000', '110952.618000', '110952.621000', '110952.623000', '110952.626000', '110952.629000', '110952.631000', '110952.634000', '110952.637000', '110952.639000', '110952.642000', '110952.644000', '110952.647000', '110952.650000', '110952.652000', '110952.655000', '110952.658000', '110952.660000', '110952.663000', '110952.666000', '110952.668000', '110952.671000', '110952.674000', '110952.676000', '110952.679000', '110952.682000', '110952.684000', '110952.687000', '110952.689000', '110952.692000', '110952.695000', '110952.697000', '110952.700000', '110952.703000', '110952.705000', '110952.708000', '111012.596000', '111012.599000', '111012.603000', '111012.605000', '111012.608000', '111012.611000', '111012.614000', '111012.616000', '111012.619000', '111012.621000', '111012.624000', '111012.627000', '111012.629000', '111012.632000', '111012.635000', '111012.637000', '111012.640000', '111012.642000', '111012.645000', '111012.648000', '111012.650000', '111012.653000', '111012.656000', '111012.658000', '111012.661000', '111012.663000', '111012.666000', '111012.669000', '111012.671000', '111012.674000', '111012.677000', '111012.679000', '111012.682000', '111012.685000', '111012.687000', '111012.690000', '111012.693000', '111012.695000', '111012.698000', '111012.707000', '111012.709000', '111012.712000', '111012.715000', '111012.718000', '111032.598000', '111032.601000', '111032.603000', '111032.606000', '111032.609000', '111032.612000', '111032.615000', '111032.617000', '111032.620000', '111032.622000', '111032.625000', '111032.628000', '111032.630000', '111032.633000', '111032.636000', '111032.638000', '111032.641000', '111032.643000', '111032.646000', '111032.650000', '111032.653000', '111032.656000', '111032.658000', '111032.661000', '111032.663000', '111032.681000', '111032.683000', '111032.686000', '111032.689000', '111032.691000', '111032.694000', '111032.697000', '111032.699000', '111032.702000', '111032.705000', '111032.707000', '111032.710000', '111032.713000', '111032.715000', '111032.718000', '111032.721000', '111032.723000', '111032.726000', '111052.598000', '111052.601000', '111052.604000', '111052.606000', '111052.609000', '111052.612000', '111052.615000', '111052.617000', '111052.620000', '111052.623000', '111052.625000', '111052.628000', '111052.631000', '111052.634000', '111052.636000', '111052.639000', '111052.642000', '111052.644000', '111052.647000', '111052.650000', '111052.652000', '111052.655000', '111052.658000', '111052.660000', '111052.663000', '111052.666000', '111052.668000', '111052.671000', '111052.674000', '111052.676000', '111052.679000', '111052.681000', '111052.684000', '111052.687000', '111052.689000', '111052.692000', '111052.695000', '111052.697000', '111052.700000', '111052.703000', '111052.705000', '111052.708000', '111052.710000', '111052.713000', '111112.598000', '111112.601000', '111112.603000', '111112.606000', '111112.609000', '111112.611000', '111112.614000', '111112.617000', '111112.619000', '111112.622000', '111112.625000', '111112.631000', '111112.633000', '111112.636000', '111112.638000', '111112.641000', '111112.644000', '111112.646000', '111112.649000', '111112.652000', '111112.654000', '111112.657000', '111112.659000', '111112.662000', '111112.665000', '111112.667000', '111112.670000', '111112.673000', '111112.675000', '111112.678000', '111112.680000', '111112.683000', '111112.686000', '111112.688000', '111112.691000', '111112.694000', '111112.696000', '111112.699000', '111112.701000', '111112.704000', '111112.707000', '111112.709000', '111112.712000', '111132.598000', '111132.600000', '111132.603000', '111132.606000', '111132.609000', '111132.612000', '111132.614000', '111132.617000', '111132.619000', '111132.622000', '111132.625000', '111132.627000', '111132.630000', '111132.633000', '111132.635000', '111132.638000', '111132.640000', '111132.643000', '111132.646000', '111132.648000', '111132.651000', '111132.654000', '111132.656000', '111132.659000', '111132.662000', '111132.664000', '111132.667000', '111132.670000', '111132.672000', '111132.675000', '111132.677000', '111132.680000', '111132.683000', '111132.685000', '111132.688000', '111132.692000', '111132.695000', '111132.698000', '111132.700000', '111132.703000', '111132.705000', '111132.708000', '111132.711000', '111132.713000', '111152.598000', '111152.601000', '111152.604000', '111152.606000', '111152.617000', '111152.620000', '111152.622000', '111152.625000', '111152.628000', '111152.631000', '111152.633000', '111152.636000', '111152.638000', '111152.641000', '111152.644000', '111152.646000', '111152.649000', '111152.651000', '111152.662000', '111152.664000', '111152.667000', '111152.669000', '111152.672000', '111152.675000', '111152.678000', '111152.681000', '111152.684000', '111152.686000', '111152.691000', '111152.694000', '111152.697000', '111152.699000', '111152.702000', '111152.705000', '111152.707000', '111152.710000', '111152.724000', '111152.727000', '111152.729000', '111152.732000', '111152.734000', '111152.737000', '111152.740000', '111212.597000', '111212.600000', '111212.602000', '111212.605000', '111212.608000', '111212.610000', '111212.613000', '111212.616000', '111212.619000', '111212.621000', '111212.624000', '111212.627000', '111212.629000', '111212.632000', '111212.634000', '111212.637000', '111212.640000', '111212.642000', '111212.645000', '111212.648000', '111212.650000', '111212.653000', '111212.656000', '111212.658000', '111212.661000', '111212.664000', '111212.666000', '111212.669000', '111212.671000', '111212.674000', '111212.677000', '111212.680000', '111212.682000', '111212.685000', '111212.687000', '111212.690000', '111212.693000', '111212.695000', '111212.698000', '111212.701000', '111212.703000', '111212.706000', '111212.709000', '111212.711000', '111231.263000', '111231.266000', '111231.268000', '111231.271000', '111231.273000', '111231.276000', '111231.279000', '111231.282000', '111231.284000', '111231.287000', '111231.290000', '111231.292000', '111231.295000', '111231.297000', '111231.300000', '111231.303000', '111231.305000', '111231.308000', '111231.311000', '111231.313000', '111231.316000', '111231.319000', '111231.321000', '111231.324000', '111231.326000', '111231.329000', '111231.332000', '111231.334000', '111231.337000', '111231.340000', '111231.343000', '111231.345000', '111231.348000', '111231.350000', '111231.353000', '111231.356000', '111231.358000', '111231.361000', '111231.364000', '111231.366000', '111231.369000'], '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': [7226, 9935, 8695, 7906, 12609, 7996, 11257, 7691, 9945, 6590, 9106, 8435, 7110, 11631, 7607, 10094, 7724, 9560, 6928, 9595, 6516, 9229, 8341, 7581, 10900, 7173, 11384, 7443, 10665, 9186, 8817, 7742, 8015, 9735, 7747, 12283, 8312, 10573, 7653, 10052, 6433, 9964, 6476, 9172, 13753, 9518, 13624, 9102, 11494, 7485, 9095, 12912, 8021, 11575, 7945, 10001, 6548, 8296, 8807, 7683, 10544, 7211, 9812, 6699, 8460, 8841, 7630, 10729, 7441, 9803, 7010, 7916, 10847, 6761, 9742, 6512, 8618, 9065, 7204, 11124, 7356, 10058, 6954, 10012, 6955, 8769, 9013, 7660, 12485, 8081, 11914, 8523, 10617, 6848, 9046, 7051, 8210, 10955, 7870, 12721, 8703, 11022, 7687, 9721, 6786, 9750, 8614, 8192, 13717, 8871, 11406, 7767, 10887, 7426, 9598, 6485, 8809, 11566, 7958, 11081, 7215, 9777, 6817, 9562, 6829, 8406, 8195, 7066, 11066, 7259, 9628, 6908, 8195, 11817, 8057, 10928, 7466, 9473, 6807, 8073, 10937, 7389, 11184, 6932, 9813, 6511, 9509, 7049, 8140, 9241, 6985, 11273, 7588, 10420, 7697, 10329, 6734, 9432, 7573, 8253, 12808, 8869, 13271, 9020, 10718, 7302, 9521, 7236, 8493, 13537, 10903, 14794, 8991, 11918, 7810, 11445, 7031, 9712, 6686, 9228, 7292, 7745, 11822, 7348, 10498, 7198, 9437, 6686, 7907, 8075, 7234, 11283, 7367, 10461, 7593, 10094, 7143, 9439, 6574, 8872, 6643, 7854, 8121, 7105, 9404, 6952, 10944, 7211, 10104, 6882, 8985, 10570, 7341, 11758, 7568, 10523, 6896, 8091, 6237, 7170, 7660, 7120, 10820, 7771, 10224, 6579, 9292, 8655, 7356, 12723, 8824, 11127, 7739, 9727, 6629, 10161, 9532, 8869, 11889, 7541, 11728, 7757, 10908, 7504, 9736, 6680, 8136, 7297, 7693, 12280, 8459, 11753, 8627, 10035, 7151, 9493, 6434, 8769, 11079, 7738, 11301, 7232, 9680, 7268, 9855, 6864, 9992, 9021, 8761, 11422, 7696, 12413, 8468, 12442, 8700, 11741, 7097, 8521, 7544, 7795, 11986, 7482, 10719, 8095, 9964, 6968, 9191, 6720, 8725, 7802, 7840, 10773, 7863, 11084, 7403, 9988, 7237, 9589, 6803, 9587, 6609, 9185, 6668, 8867, 8941, 8361, 10025, 8153, 8059, 8232, 12357, 8332, 12636, 9127, 13380, 7922, 10266, 7317, 10157, 7148, 9825, 6936, 9481, 6434, 9704, 6555, 10240, 6467, 9884, 9234, 8916, 10673, 7721, 11504, 8061, 11589, 8459, 10919, 7964, 9587, 7290, 9759, 7148, 9457, 8254, 9063, 6849, 8203, 7526, 8288, 11818, 8092, 11989, 8500, 10784, 7997, 9944, 7454, 9596, 6804, 9160, 6787, 9573, 6559, 8554, 8309, 7588, 12071, 7787, 11215, 7737, 9583, 6914, 9051, 6747, 8803, 6521, 8895, 6706, 8665, 7496, 8664, 11713, 8605, 12538, 9191, 13028, 8113, 10523, 7049, 9849, 8042, 10418, 7757, 8531, 7046, 8717, 8614, 8861, 10569, 9452, 8451, 8895, 9848, 8008, 14943, 9296, 13426, 8770, 12528, 6791, 8926, 7320, 8229, 11604, 7871, 10605, 7095, 9284, 6498, 8133, 8598, 7215, 10291, 6853, 9976, 6678, 9349, 6465, 9244, 7637, 8132, 10320, 7489, 11197, 7922, 10755, 8201, 9120, 7998, 8363, 10873, 7984, 12896, 8920, 12288, 8452, 10100, 11181, 7689, 11183, 7308, 9811, 6657, 8656, 9839, 7569, 11297, 6907, 10089, 6955, 9409, 6453, 8326, 10640, 7870, 11139, 7339, 9739, 6478, 9063, 8774, 7509, 10839, 7255, 10302, 7385, 10110, 6691, 9694, 10985, 7945, 11640, 7345, 9891, 6752, 9507, 9558, 7571, 11601, 7390, 10298, 7309, 9868, 6774, 9758, 7179, 8815, 8658, 7475, 11942, 7707, 11337, 8312, 10020, 6655, 9588, 6743, 7974, 11092, 8127, 11048, 7474, 10691, 7868, 11121, 8137, 13004, 9205, 14295, 9734, 14688, 8013, 11047, 7280, 7641, 8620, 8364, 11012, 8211, 9581, 8480, 8204, 7848, 9089, 11711, 9250, 14213, 8907, 13372, 8992, 12115, 8284, 8918, 10963, 9108, 10726, 8803, 11550, 8540, 10628, 8111, 9964, 7307, 8969, 6738, 8118, 6359, 8494, 7668, 8392, 10816, 7922, 11700, 8266, 10516, 8058, 10590, 7421, 10402, 6674, 10387, 7331, 9227, 12946, 9242, 14654, 8641, 11772, 8349, 11142, 7592, 9481, 13361, 8291, 13080, 7621, 11522, 7694, 11109, 6882, 10491, 6967, 9525, 7010, 8757, 8279, 8816, 12283, 8676, 13013, 9105, 12458, 7261, 10084, 7849, 8266, 14278, 7836, 11399, 8444, 10683, 6928, 10001, 6534, 8569, 8970, 7663, 12077, 8079, 11155, 7768, 10672, 7061, 8700, 12779, 8396, 11453, 8064, 10776, 6642, 9286, 12885, 8069, 11952, 8798, 11070, 7587, 10716, 6676, 10788, 9924, 9126, 12141, 8392, 13551, 8432, 11391, 7710, 10450, 6776, 9472, 9413, 8755, 13306, 8354, 11857, 8402, 11131, 7393, 10806, 7726, 10241, 7986, 8900, 12999, 8857, 12749, 7878, 11206, 7842, 10670, 8109, 10013, 8344, 8256, 12019, 7969, 11662, 7380, 10810, 7323, 9176, 7864, 8462, 10142, 7995, 11999, 7896, 11322, 7749, 11030, 6914, 10406, 6972, 9575, 11168, 8452, 13402, 8475, 11767, 8054, 10996, 7064, 10041, 8335, 8438, 9329, 8405, 12234, 7700, 11301, 7159, 10396, 6789, 9090, 6614, 8455, 8680, 8057, 12690, 7851, 11365, 8628, 8713, 10248, 7803, 12339, 7847, 11302, 7920, 10874, 6892, 10410, 6743, 9247, 10808, 7935, 13219, 8549, 10803, 7449, 10503, 6948, 9745, 7424, 8190, 9867, 7548, 11865, 7418, 10956, 7270, 10358, 6827, 8839, 7635, 7798, 11720, 7462, 11202, 7880, 10839, 7091, 10258, 6977, 10165, 8796, 9610, 10551, 8573, 11364, 8629, 13498, 9194, 13302, 9819, 12747, 8286, 10715, 7691, 10412, 7857, 9479, 12401, 8847, 13468, 8770, 11959, 8464, 11165, 7737, 10292, 7607, 9720, 8169, 8689, 8545, 8863, 9527, 8768, 12524, 8469, 11198, 8194, 10690, 7665, 10297, 6699, 8780, 8700, 8306, 7921, 8331, 8789, 8049, 11052, 7992, 11855, 8025, 11701, 7474, 10226, 7445, 9179, 11770, 7741, 11438, 7865, 10402, 6608, 9932, 6711, 8837, 10232, 7801, 11193, 7420, 11431, 7575, 10671, 7600, 10708, 7622, 11419, 7106, 10521, 7316, 10355, 12012, 9021, 13593, 8443, 11282, 7886, 10662, 6969, 9071, 11438, 8581, 11900, 8413, 10873, 7222, 10444, 7300, 9452, 7126, 8730, 6896, 9814, 7627], 'WindowCenter': [4082.0, 4109.0, 4083.0, 4073.0, 4101.0, 4059.0, 4090.0, 4046.0, 4079.0, 4036.0, 4067.0, 4056.0, 4046.0, 4087.0, 4056.0, 4077.0, 4057.0, 4079.0, 4060.0, 4079.0, 4035.0, 4081.0, 4070.0, 4071.0, 4091.0, 4049.0, 4101.0, 4060.0, 4092.0, 4079.0, 4080.0, 4058.0, 4070.0, 4077.0, 4057.0, 4099.0, 4069.0, 4077.0, 4059.0, 4077.0, 4035.0, 4077.0, 4035.0, 4079.0, 4110.0, 4077.0, 4097.0, 4066.0, 4075.0, 4033.0, 4053.0, 4083.0, 4041.0, 4072.0, 4041.0, 4051.0, 4010.0, 4040.0, 4051.0, 4031.0, 4061.0, 4032.0, 4063.0, 4021.0, 4053.0, 4051.0, 4042.0, 4072.0, 4032.0, 4064.0, 4020.0, 4042.0, 4073.0, 4022.0, 4064.0, 4023.0, 4067.0, 4064.0, 4045.0, 4086.0, 4045.0, 4075.0, 4035.0, 4078.0, 4046.0, 4068.0, 4067.0, 4046.0, 4097.0, 4056.0, 4087.0, 4057.0, 4078.0, 4023.0, 4055.0, 4033.0, 4055.0, 4074.0, 4046.0, 4085.0, 4055.0, 4075.0, 4044.0, 4065.0, 4021.0, 4067.0, 4053.0, 4055.0, 4095.0, 4055.0, 4074.0, 4044.0, 4074.0, 4034.0, 4065.0, 4023.0, 4065.0, 4074.0, 4045.0, 4073.0, 4033.0, 4063.0, 4022.0, 4066.0, 4034.0, 4057.0, 4055.0, 4036.0, 4087.0, 4047.0, 4067.0, 4034.0, 4057.0, 4086.0, 4046.0, 4075.0, 4045.0, 4066.0, 4033.0, 4056.0, 4076.0, 4046.0, 4086.0, 4034.0, 4076.0, 4024.0, 4076.0, 4036.0, 4058.0, 4065.0, 4044.0, 4086.0, 4058.0, 4077.0, 4046.0, 4078.0, 4035.0, 4066.0, 4043.0, 4056.0, 4086.0, 4054.0, 4084.0, 4054.0, 4075.0, 4032.0, 4064.0, 4030.0, 4055.0, 4096.0, 4074.0, 4095.0, 4053.0, 4072.0, 4031.0, 4071.0, 4020.0, 4052.0, 4021.0, 4051.0, 4032.0, 4031.0, 4071.0, 4031.0, 4063.0, 4021.0, 4053.0, 4019.0, 4041.0, 4039.0, 4032.0, 4072.0, 4032.0, 4074.0, 4043.0, 4074.0, 4034.0, 4065.0, 4033.0, 4065.0, 4022.0, 4054.0, 4043.0, 4034.0, 4064.0, 4045.0, 4087.0, 4046.0, 4078.0, 4046.0, 4067.0, 4076.0, 4046.0, 4086.0, 4046.0, 4077.0, 4034.0, 4056.0, 4023.0, 4047.0, 4056.0, 4047.0, 4089.0, 4060.0, 4090.0, 4035.0, 4079.0, 4068.0, 4047.0, 4098.0, 4068.0, 4088.0, 4046.0, 4066.0, 4036.0, 4077.0, 4064.0, 4066.0, 4084.0, 4043.0, 4085.0, 4044.0, 4076.0, 4033.0, 4065.0, 4022.0, 4044.0, 4032.0, 4043.0, 4085.0, 4055.0, 4086.0, 4054.0, 4063.0, 4032.0, 4064.0, 4022.0, 4054.0, 4074.0, 4045.0, 4073.0, 4032.0, 4063.0, 4034.0, 4065.0, 4022.0, 4076.0, 4052.0, 4053.0, 4074.0, 4031.0, 4084.0, 4044.0, 4084.0, 4042.0, 4073.0, 4019.0, 4037.0, 4028.0, 4029.0, 4072.0, 4030.0, 4061.0, 4041.0, 4050.0, 4021.0, 4052.0, 4019.0, 4054.0, 4041.0, 4042.0, 4073.0, 4041.0, 4073.0, 4033.0, 4063.0, 4033.0, 4065.0, 4023.0, 4077.0, 4033.0, 4065.0, 4034.0, 4067.0, 4068.0, 4056.0, 4077.0, 4057.0, 4055.0, 4056.0, 4087.0, 4055.0, 4099.0, 4066.0, 4097.0, 4044.0, 4063.0, 4033.0, 4064.0, 4032.0, 4064.0, 4032.0, 4064.0, 4021.0, 4064.0, 4023.0, 4074.0, 4024.0, 4064.0, 4063.0, 4055.0, 4074.0, 4043.0, 4071.0, 4043.0, 4074.0, 4055.0, 4075.0, 4044.0, 4062.0, 4032.0, 4064.0, 4033.0, 4064.0, 4041.0, 4052.0, 4019.0, 4041.0, 4028.0, 4040.0, 4070.0, 4040.0, 4071.0, 4042.0, 4062.0, 4041.0, 4051.0, 4031.0, 4050.0, 4020.0, 4053.0, 4020.0, 4064.0, 4010.0, 4053.0, 4040.0, 4031.0, 4073.0, 4043.0, 4072.0, 4042.0, 4062.0, 4032.0, 4052.0, 4033.0, 4067.0, 4023.0, 4078.0, 4036.0, 4069.0, 4048.0, 4070.0, 4100.0, 4069.0, 4098.0, 4081.0, 4098.0, 4056.0, 4076.0, 4034.0, 4066.0, 4044.0, 4077.0, 4045.0, 4055.0, 4031.0, 4053.0, 4054.0, 4053.0, 4064.0, 4065.0, 4043.0, 4054.0, 4062.0, 4042.0, 4107.0, 4054.0, 4084.0, 4041.0, 4072.0, 4008.0, 4040.0, 4018.0, 4040.0, 4070.0, 4030.0, 4061.0, 4020.0, 4051.0, 4008.0, 4042.0, 4050.0, 4043.0, 4073.0, 4034.0, 4074.0, 4035.0, 4079.0, 4036.0, 4079.0, 4046.0, 4057.0, 4076.0, 4045.0, 4086.0, 4045.0, 4076.0, 4044.0, 4066.0, 4042.0, 4043.0, 4073.0, 4043.0, 4096.0, 4065.0, 4087.0, 4042.0, 4064.0, 4059.0, 4031.0, 4060.0, 4018.0, 4050.0, 4019.0, 4041.0, 4062.0, 4044.0, 4072.0, 4021.0, 4061.0, 4031.0, 4065.0, 4024.0, 4055.0, 4074.0, 4044.0, 4074.0, 4032.0, 4064.0, 4011.0, 4055.0, 4053.0, 4034.0, 4072.0, 4033.0, 4064.0, 4035.0, 4076.0, 4034.0, 4077.0, 4075.0, 4045.0, 4074.0, 4033.0, 4065.0, 4034.0, 4077.0, 4064.0, 4044.0, 4073.0, 4034.0, 4074.0, 4043.0, 4077.0, 4035.0, 4065.0, 4033.0, 4054.0, 4053.0, 4045.0, 4086.0, 4044.0, 4074.0, 4055.0, 4065.0, 4022.0, 4064.0, 4022.0, 4044.0, 4073.0, 4044.0, 4073.0, 4033.0, 4074.0, 4044.0, 4074.0, 4044.0, 4085.0, 4064.0, 4110.0, 4080.0, 4097.0, 4044.0, 4061.0, 4020.0, 4031.0, 4041.0, 4041.0, 4076.0, 4055.0, 4082.0, 4069.0, 4055.0, 4042.0, 4053.0, 4072.0, 4052.0, 4082.0, 4040.0, 4072.0, 4039.0, 4059.0, 4017.0, 4027.0, 4045.0, 4026.0, 4045.0, 4025.0, 4044.0, 4025.0, 4046.0, 4015.0, 4047.0, 4018.0, 4039.0, 4008.0, 4029.0, 4007.0, 4040.0, 4028.0, 4041.0, 4060.0, 4041.0, 4086.0, 4056.0, 4064.0, 4044.0, 4075.0, 4045.0, 4076.0, 4035.0, 4076.0, 4046.0, 4068.0, 4098.0, 4068.0, 4098.0, 4057.0, 4085.0, 4054.0, 4076.0, 4044.0, 4066.0, 4085.0, 4055.0, 4085.0, 4045.0, 4073.0, 4044.0, 4075.0, 4035.0, 4078.0, 4046.0, 4067.0, 4035.0, 4067.0, 4056.0, 4068.0, 4098.0, 4068.0, 4099.0, 4067.0, 4088.0, 4033.0, 4076.0, 4044.0, 4056.0, 4109.0, 4047.0, 4086.0, 4054.0, 4075.0, 4034.0, 4076.0, 4025.0, 4066.0, 4068.0, 4059.0, 4098.0, 4070.0, 4088.0, 4060.0, 4091.0, 4049.0, 4070.0, 4098.0, 4071.0, 4099.0, 4057.0, 4089.0, 4035.0, 4068.0, 4098.0, 4056.0, 4087.0, 4068.0, 4087.0, 4046.0, 4077.0, 4037.0, 4087.0, 4076.0, 4079.0, 4087.0, 4054.0, 4096.0, 4055.0, 4075.0, 4033.0, 4076.0, 4021.0, 4053.0, 4053.0, 4054.0, 4086.0, 4044.0, 4074.0, 4044.0, 4073.0, 4033.0, 4074.0, 4032.0, 4064.0, 4042.0, 4054.0, 4085.0, 4054.0, 4084.0, 4043.0, 4061.0, 4041.0, 4063.0, 4043.0, 4063.0, 4042.0, 4043.0, 4072.0, 4042.0, 4074.0, 4033.0, 4074.0, 4031.0, 4063.0, 4042.0, 4053.0, 4063.0, 4044.0, 4086.0, 4056.0, 4076.0, 4045.0, 4074.0, 4033.0, 4076.0, 4032.0, 4066.0, 4075.0, 4055.0, 4086.0, 4043.0, 4074.0, 4043.0, 4076.0, 4034.0, 4064.0, 4044.0, 4044.0, 4053.0, 4045.0, 4084.0, 4043.0, 4075.0, 4034.0, 4076.0, 4035.0, 4067.0, 4034.0, 4057.0, 4055.0, 4056.0, 4099.0, 4057.0, 4089.0, 4067.0, 4057.0, 4075.0, 4046.0, 4096.0, 4056.0, 4087.0, 4045.0, 4076.0, 4033.0, 4075.0, 4023.0, 4065.0, 4086.0, 4055.0, 4095.0, 4054.0, 4073.0, 4044.0, 4076.0, 4032.0, 4065.0, 4045.0, 4054.0, 4064.0, 4044.0, 4086.0, 4045.0, 4087.0, 4045.0, 4077.0, 4034.0, 4067.0, 4043.0, 4045.0, 4087.0, 4047.0, 4087.0, 4057.0, 4087.0, 4047.0, 4078.0, 4046.0, 4087.0, 4067.0, 4079.0, 4076.0, 4067.0, 4087.0, 4055.0, 4097.0, 4066.0, 4097.0, 4064.0, 4085.0, 4042.0, 4062.0, 4030.0, 4060.0, 4029.0, 4050.0, 4072.0, 4041.0, 4070.0, 4040.0, 4059.0, 4029.0, 4059.0, 4018.0, 4049.0, 4030.0, 4050.0, 4028.0, 4039.0, 4037.0, 4040.0, 4048.0, 4041.0, 4072.0, 4041.0, 4061.0, 4041.0, 4061.0, 4030.0, 4062.0, 4019.0, 4053.0, 4052.0, 4042.0, 4041.0, 4042.0, 4052.0, 4044.0, 4074.0, 4056.0, 4086.0, 4055.0, 4085.0, 4044.0, 4075.0, 4032.0, 4066.0, 4085.0, 4043.0, 4075.0, 4055.0, 4072.0, 4034.0, 4075.0, 4036.0, 4068.0, 4077.0, 4055.0, 4085.0, 4045.0, 4087.0, 4057.0, 4088.0, 4056.0, 4076.0, 4047.0, 4088.0, 4036.0, 4073.0, 4043.0, 4077.0, 4086.0, 4055.0, 4085.0, 4041.0, 4074.0, 4042.0, 4064.0, 4032.0, 4053.0, 4073.0, 4042.0, 4072.0, 4042.0, 4061.0, 4029.0, 4072.0, 4045.0, 4063.0, 4032.0, 4069.0, 4060.0, 4092.0, 4056.0], 'WindowWidth': [9122.0, 9149.0, 9104.0, 9088.0, 9124.0, 9064.0, 9105.0, 9042.0, 9086.0, 9026.0, 9068.0, 9054.0, 9042.0, 9097.0, 9054.0, 9081.0, 9057.0, 9089.0, 9068.0, 9088.0, 9027.0, 9093.0, 9078.0, 9083.0, 9106.0, 9051.0, 9121.0, 9065.0, 9109.0, 9089.0, 9093.0, 9060.0, 9077.0, 9081.0, 9058.0, 9117.0, 9074.0, 9083.0, 9060.0, 9082.0, 9025.0, 9082.0, 9025.0, 9086.0, 9134.0, 9082.0, 9110.0, 9065.0, 9077.0, 9016.0, 9042.0, 9084.0, 9024.0, 9066.0, 9023.0, 9036.0, 8979.0, 9021.0, 9036.0, 9010.0, 9051.0, 9012.0, 9055.0, 8998.0, 9043.0, 9038.0, 9028.0, 9067.0, 9014.0, 9058.0, 8993.0, 9026.0, 9067.0, 9001.0, 9058.0, 9002.0, 9068.0, 9060.0, 9037.0, 9091.0, 9035.0, 9075.0, 9024.0, 9083.0, 9039.0, 9070.0, 9067.0, 9039.0, 9108.0, 9053.0, 9095.0, 9054.0, 9083.0, 9005.0, 9047.0, 9016.0, 9049.0, 9074.0, 9037.0, 9091.0, 9048.0, 9074.0, 9034.0, 9061.0, 9002.0, 9067.0, 9043.0, 9048.0, 9106.0, 9049.0, 9072.0, 9032.0, 9073.0, 9019.0, 9060.0, 9004.0, 9062.0, 9073.0, 9033.0, 9070.0, 9017.0, 9057.0, 9003.0, 9064.0, 9022.0, 9056.0, 9048.0, 9026.0, 9094.0, 9040.0, 9068.0, 9021.0, 9055.0, 9092.0, 9039.0, 9077.0, 9036.0, 9066.0, 9019.0, 9052.0, 9078.0, 9038.0, 9092.0, 9021.0, 9077.0, 9008.0, 9080.0, 9025.0, 9056.0, 9063.0, 9036.0, 9092.0, 9057.0, 9082.0, 9041.0, 9085.0, 9023.0, 9065.0, 9032.0, 9050.0, 9093.0, 9047.0, 9088.0, 9046.0, 9075.0, 9013.0, 9057.0, 9009.0, 9047.0, 9105.0, 9074.0, 9103.0, 9042.0, 9066.0, 9011.0, 9065.0, 8995.0, 9041.0, 8996.0, 9039.0, 9013.0, 9012.0, 9066.0, 9011.0, 9055.0, 8997.0, 9042.0, 8993.0, 9026.0, 9020.0, 9013.0, 9068.0, 9015.0, 9071.0, 9031.0, 9071.0, 9021.0, 9061.0, 9020.0, 9062.0, 9003.0, 9048.0, 9031.0, 9023.0, 9062.0, 9038.0, 9095.0, 9042.0, 9085.0, 9040.0, 9071.0, 9080.0, 9040.0, 9094.0, 9038.0, 9080.0, 9022.0, 9054.0, 9005.0, 9041.0, 9055.0, 9046.0, 9100.0, 9065.0, 9104.0, 9027.0, 9088.0, 9071.0, 9044.0, 9112.0, 9073.0, 9096.0, 9040.0, 9068.0, 9026.0, 9082.0, 9060.0, 9065.0, 9086.0, 9031.0, 9089.0, 9034.0, 9078.0, 9018.0, 9062.0, 9000.0, 9032.0, 9016.0, 9031.0, 9092.0, 9049.0, 9090.0, 9046.0, 9056.0, 9014.0, 9056.0, 9001.0, 9045.0, 9071.0, 9033.0, 9069.0, 9015.0, 9056.0, 9019.0, 9063.0, 9002.0, 9079.0, 9040.0, 9042.0, 9073.0, 9012.0, 9087.0, 9031.0, 9086.0, 9025.0, 9069.0, 8991.0, 9015.0, 9002.0, 9006.0, 9068.0, 9009.0, 9050.0, 9024.0, 9035.0, 8997.0, 9038.0, 8994.0, 9044.0, 9026.0, 9027.0, 9070.0, 9027.0, 9070.0, 9017.0, 9054.0, 9016.0, 9063.0, 9005.0, 9083.0, 9020.0, 9062.0, 9021.0, 9070.0, 9072.0, 9054.0, 9085.0, 9058.0, 9052.0, 9055.0, 9095.0, 9051.0, 9116.0, 9066.0, 9108.0, 9033.0, 9059.0, 9018.0, 9059.0, 9016.0, 9061.0, 9015.0, 9061.0, 9000.0, 9058.0, 9005.0, 9073.0, 9008.0, 9059.0, 9058.0, 9048.0, 9073.0, 9029.0, 9067.0, 9030.0, 9072.0, 9048.0, 9074.0, 9031.0, 9054.0, 9015.0, 9058.0, 9018.0, 9057.0, 9023.0, 9039.0, 8992.0, 9022.0, 9003.0, 9020.0, 9062.0, 9022.0, 9064.0, 9025.0, 9051.0, 9023.0, 9035.0, 9008.0, 9034.0, 8996.0, 9041.0, 8995.0, 9057.0, 8982.0, 9042.0, 9021.0, 9010.0, 9070.0, 9029.0, 9067.0, 9027.0, 9054.0, 9014.0, 9041.0, 9019.0, 9068.0, 9009.0, 9087.0, 9028.0, 9073.0, 9045.0, 9077.0, 9118.0, 9073.0, 9113.0, 9093.0, 9113.0, 9052.0, 9078.0, 9019.0, 9065.0, 9033.0, 9081.0, 9034.0, 9046.0, 9011.0, 9043.0, 9048.0, 9045.0, 9060.0, 9062.0, 9029.0, 9044.0, 9054.0, 9026.0, 9125.0, 9044.0, 9088.0, 9023.0, 9067.0, 8976.0, 9020.0, 8987.0, 9021.0, 9062.0, 9006.0, 9049.0, 8994.0, 9034.0, 8976.0, 9026.0, 9034.0, 9032.0, 9068.0, 9020.0, 9073.0, 9023.0, 9086.0, 9026.0, 9085.0, 9040.0, 9054.0, 9077.0, 9037.0, 9092.0, 9035.0, 9077.0, 9030.0, 9064.0, 9027.0, 9030.0, 9069.0, 9030.0, 9107.0, 9064.0, 9096.0, 9026.0, 9057.0, 9045.0, 9009.0, 9046.0, 8989.0, 9033.0, 8992.0, 9022.0, 9051.0, 9030.0, 9065.0, 8996.0, 9048.0, 9010.0, 9060.0, 9007.0, 9048.0, 9071.0, 9033.0, 9071.0, 9014.0, 9058.0, 8984.0, 9047.0, 9042.0, 9021.0, 9067.0, 9018.0, 9058.0, 9022.0, 9078.0, 9021.0, 9082.0, 9077.0, 9036.0, 9073.0, 9017.0, 9060.0, 9020.0, 9080.0, 9058.0, 9034.0, 9072.0, 9020.0, 9071.0, 9032.0, 9081.0, 9023.0, 9062.0, 9018.0, 9045.0, 9044.0, 9034.0, 9093.0, 9034.0, 9072.0, 9048.0, 9059.0, 9000.0, 9058.0, 9003.0, 9032.0, 9071.0, 9032.0, 9070.0, 9018.0, 9072.0, 9033.0, 9074.0, 9035.0, 9090.0, 9060.0, 9134.0, 9090.0, 9111.0, 9033.0, 9048.0, 8992.0, 9008.0, 9022.0, 9022.0, 9076.0, 9049.0, 9095.0, 9072.0, 9049.0, 9025.0, 9041.0, 9065.0, 9038.0, 9079.0, 9019.0, 9064.0, 9013.0, 9043.0, 8981.0, 8993.0, 9015.0, 8991.0, 9015.0, 8989.0, 9012.0, 8989.0, 9017.0, 8977.0, 9022.0, 8987.0, 9015.0, 8975.0, 9002.0, 8974.0, 9020.0, 9001.0, 9023.0, 9046.0, 9026.0, 9090.0, 9051.0, 9057.0, 9033.0, 9074.0, 9036.0, 9077.0, 9022.0, 9079.0, 9040.0, 9071.0, 9111.0, 9070.0, 9111.0, 9052.0, 9090.0, 9044.0, 9077.0, 9032.0, 9064.0, 9089.0, 9047.0, 9089.0, 9034.0, 9069.0, 9032.0, 9075.0, 9024.0, 9082.0, 9040.0, 9067.0, 9023.0, 9068.0, 9051.0, 9070.0, 9112.0, 9070.0, 9113.0, 9068.0, 9097.0, 9018.0, 9076.0, 9032.0, 9049.0, 9131.0, 9041.0, 9090.0, 9045.0, 9075.0, 9019.0, 9078.0, 9010.0, 9067.0, 9071.0, 9061.0, 9113.0, 9077.0, 9100.0, 9063.0, 9106.0, 9050.0, 9077.0, 9112.0, 9079.0, 9113.0, 9056.0, 9101.0, 9024.0, 9070.0, 9112.0, 9053.0, 9095.0, 9071.0, 9094.0, 9039.0, 9081.0, 9030.0, 9096.0, 9079.0, 9087.0, 9093.0, 9047.0, 9106.0, 9047.0, 9076.0, 9015.0, 9075.0, 8996.0, 9042.0, 9040.0, 9043.0, 9091.0, 9030.0, 9070.0, 9030.0, 9069.0, 9016.0, 9070.0, 9013.0, 9056.0, 9028.0, 9045.0, 9087.0, 9045.0, 9086.0, 9028.0, 9051.0, 9022.0, 9055.0, 9027.0, 9055.0, 9024.0, 9028.0, 9068.0, 9026.0, 9070.0, 9016.0, 9071.0, 9011.0, 9056.0, 9026.0, 9042.0, 9055.0, 9033.0, 9091.0, 9050.0, 9075.0, 9036.0, 9072.0, 9018.0, 9076.0, 9013.0, 9063.0, 9076.0, 9048.0, 9093.0, 9030.0, 9072.0, 9030.0, 9076.0, 9018.0, 9059.0, 9030.0, 9032.0, 9041.0, 9032.0, 9084.0, 9031.0, 9076.0, 9024.0, 9079.0, 9022.0, 9067.0, 9021.0, 9055.0, 9050.0, 9055.0, 9114.0, 9057.0, 9102.0, 9067.0, 9053.0, 9075.0, 9038.0, 9107.0, 9055.0, 9094.0, 9035.0, 9079.0, 9017.0, 9075.0, 9003.0, 9062.0, 9095.0, 9050.0, 9104.0, 9045.0, 9070.0, 9032.0, 9079.0, 9016.0, 9063.0, 9037.0, 9049.0, 9059.0, 9034.0, 9091.0, 9036.0, 9093.0, 9037.0, 9082.0, 9021.0, 9066.0, 9032.0, 9038.0, 9096.0, 9042.0, 9095.0, 9058.0, 9095.0, 9043.0, 9085.0, 9040.0, 9096.0, 9068.0, 9087.0, 9079.0, 9067.0, 9093.0, 9050.0, 9112.0, 9066.0, 9111.0, 9059.0, 9088.0, 9026.0, 9054.0, 9008.0, 9047.0, 9005.0, 9035.0, 9067.0, 9021.0, 9063.0, 9018.0, 9045.0, 9003.0, 9041.0, 8986.0, 9030.0, 9008.0, 9032.0, 9001.0, 9016.0, 9011.0, 9018.0, 9026.0, 9022.0, 9067.0, 9023.0, 9048.0, 9022.0, 9050.0, 9008.0, 9052.0, 8993.0, 9042.0, 9042.0, 9024.0, 9022.0, 9027.0, 9040.0, 9032.0, 9071.0, 9055.0, 9095.0, 9050.0, 9089.0, 9032.0, 9075.0, 9016.0, 9064.0, 9092.0, 9031.0, 9074.0, 9050.0, 9070.0, 9019.0, 9075.0, 9028.0, 9070.0, 9080.0, 9053.0, 9090.0, 9039.0, 9093.0, 9056.0, 9099.0, 9055.0, 9080.0, 9042.0, 9098.0, 9026.0, 9074.0, 9032.0, 9083.0, 9093.0, 9047.0, 9090.0, 9024.0, 9071.0, 9026.0, 9058.0, 9015.0, 9041.0, 9067.0, 9026.0, 9068.0, 9025.0, 9050.0, 9006.0, 9068.0, 9037.0, 9058.0, 9016.0, 9075.0, 9069.0, 9111.0, 9054.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.00043973563218390816</td></tr>
<tr><td colspan=3>aqi</td><td>0.02972249632183908</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.945331727169155</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1920497488492514</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9690957784234769</td></tr>
<tr><td colspan=3>efc</td><td>0.4864</td></tr>
<tr><td colspan=3>fber</td><td>5403.0898</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07383081050647528</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3793103448275863</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4788826584228447</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3493372167147086</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7598142978372633</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3274964607165627</td></tr>
<tr><td colspan=3>gcor</td><td>0.00937854</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01901128888130188</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03400407359004021</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9374138601205626</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.0539</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.3588</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.1619</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294991.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>731.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>287.7288</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.561</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>482.5953</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3231.0497</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3431.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81553.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1091.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4197.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>871.3788</td></tr>
<tr><td colspan=3>tsnr</td><td>37.504987594205886</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>