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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0033/ses-03/func/sub-0033_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>8c55e4c2775b0387a13519877120f9d6</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:26:46.312500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998818, 0.0175943, 0.0453215, -0.0118548, 0.99222, -0.123929]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.837798</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7727, -7249, 401, -33, -43, -31, 99]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>287.891</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c96471f5-5dd2-4a23-abce-d2e1a7c942c1||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6797542572021484, -0.03180546313524246, 0.1273033618927002, 109.80828094482422], [-0.04720412939786911, 2.6620545387268066, -0.33276134729385376, -81.04300689697266], [0.1215943992137909, 0.33249181509017944, 2.6763901710510254, -82.84429168701172], [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': ['112646.312500', '112646.772500', '112647.232500', '112647.692500', '112648.152500', '112648.612500', '112649.072500', '112649.532500', '112649.992500', '112650.452500', '112650.912500', '112651.372500', '112651.832500', '112652.292500', '112652.752500', '112653.212500', '112653.672500', '112654.132500', '112654.592500', '112655.052500', '112655.512500', '112655.972500', '112656.432500', '112656.892500', '112657.352500', '112657.812500', '112658.272500', '112658.732500', '112659.192500', '112659.652500', '112700.112500', '112700.572500', '112701.032500', '112701.492500', '112701.952500', '112702.412500', '112702.872500', '112703.332500', '112703.792500', '112704.252500', '112704.712500', '112705.172500', '112705.632500', '112706.092500', '112706.552500', '112707.012500', '112707.472500', '112707.932500', '112708.392500', '112708.852500', '112709.312500', '112709.772500', '112710.232500', '112710.692500', '112711.152500', '112711.612500', '112712.072500', '112712.532500', '112712.992500', '112713.452500', '112713.912500', '112714.372500', '112714.832500', '112715.292500', '112715.752500', '112716.212500', '112716.672500', '112717.132500', '112717.592500', '112718.052500', '112718.512500', '112718.972500', '112719.432500', '112719.892500', '112720.352500', '112720.812500', '112721.272500', '112721.732500', '112722.192500', '112722.652500', '112723.112500', '112723.572500', '112724.032500', '112724.492500', '112724.952500', '112725.412500', '112725.872500', '112726.332500', '112726.792500', '112727.252500', '112727.712500', '112728.172500', '112728.632500', '112729.092500', '112729.552500', '112730.012500', '112730.472500', '112730.932500', '112731.392500', '112731.852500', '112732.312500', '112732.772500', '112733.232500', '112733.692500', '112734.152500', '112734.612500', '112735.072500', '112735.532500', '112735.992500', '112736.452500', '112736.912500', '112737.372500', '112737.832500', '112738.292500', '112738.752500', '112739.212500', '112739.672500', '112740.132500', '112740.592500', '112741.052500', '112741.512500', '112741.972500', '112742.432500', '112742.892500', '112743.352500', '112743.812500', '112744.272500', '112744.732500', '112745.192500', '112745.652500', '112746.112500', '112746.572500', '112747.032500', '112747.492500', '112747.952500', '112748.412500', '112748.872500', '112749.332500', '112749.792500', '112750.252500', '112750.712500', '112751.172500', '112751.632500', '112752.092500', '112752.552500', '112753.012500', '112753.472500', '112753.932500', '112754.392500', '112754.852500', '112755.312500', '112755.772500', '112756.232500', '112756.692500', '112757.152500', '112757.612500', '112758.072500', '112758.532500', '112758.992500', '112759.452500', '112759.912500', '112800.372500', '112800.832500', '112801.292500', '112801.752500', '112802.212500', '112802.672500', '112803.132500', '112803.592500', '112804.052500', '112804.512500', '112804.972500', '112805.432500', '112805.892500', '112806.352500', '112806.812500', '112807.272500', '112807.732500', '112808.192500', '112808.652500', '112809.112500', '112809.572500', '112810.032500', '112810.492500', '112810.952500', '112811.412500', '112811.872500', '112812.332500', '112812.792500', '112813.252500', '112813.712500', '112814.172500', '112814.632500', '112815.092500', '112815.552500', '112816.012500', '112816.472500', '112816.932500', '112817.392500', '112817.852500', '112818.312500', '112818.772500', '112819.232500', '112819.692500', '112820.152500', '112820.612500', '112821.072500', '112821.532500', '112821.992500', '112822.452500', '112822.912500', '112823.372500', '112823.832500', '112824.292500', '112824.752500', '112825.212500', '112825.672500', '112826.132500', '112826.592500', '112827.052500', '112827.512500', '112827.972500', '112828.432500', '112828.892500', '112829.352500', '112829.812500', '112830.272500', '112830.732500', '112831.192500', '112831.652500', '112832.112500', '112832.572500', '112833.032500', '112833.492500', '112833.952500', '112834.412500', '112834.872500', '112835.332500', '112835.792500', '112836.252500', '112836.712500', '112837.172500', '112837.632500', '112838.092500', '112838.552500', '112839.012500', '112839.472500', '112839.932500', '112840.392500', '112840.852500', '112841.312500', '112841.772500', '112842.232500', '112842.692500', '112843.152500', '112843.612500', '112844.072500', '112844.532500', '112844.992500', '112845.452500', '112845.912500', '112846.372500', '112846.832500', '112847.292500', '112847.752500', '112848.212500', '112848.672500', '112849.132500', '112849.592500', '112850.052500', '112850.512500', '112850.972500', '112851.432500', '112851.892500', '112852.352500', '112852.812500', '112853.272500', '112853.732500', '112854.192500', '112854.652500', '112855.112500', '112855.572500', '112856.032500', '112856.492500', '112856.952500', '112857.412500', '112857.872500', '112858.332500', '112858.792500', '112859.252500', '112859.712500', '112900.172500', '112900.632500', '112901.092500', '112901.552500', '112902.012500', '112902.472500', '112902.932500', '112903.392500', '112903.852500', '112904.312500', '112904.772500', '112905.232500', '112905.692500', '112906.152500', '112906.612500', '112907.072500', '112907.532500', '112907.992500', '112908.452500', '112908.912500', '112909.372500', '112909.832500', '112910.292500', '112910.752500', '112911.212500', '112911.672500', '112912.132500', '112912.592500', '112913.052500', '112913.512500', '112913.972500', '112914.432500', '112914.892500', '112915.352500', '112915.812500', '112916.272500', '112916.732500', '112917.192500', '112917.652500', '112918.112500', '112918.572500', '112919.032500', '112919.492500', '112919.952500', '112920.412500', '112920.872500', '112921.332500', '112921.792500', '112922.252500', '112922.712500', '112923.172500', '112923.632500', '112924.092500', '112924.552500', '112925.012500', '112925.472500', '112925.932500', '112926.392500', '112926.852500', '112927.312500', '112927.772500', '112928.232500', '112928.692500', '112929.152500', '112929.612500', '112930.072500', '112930.532500', '112930.992500', '112931.452500', '112931.912500', '112932.372500', '112932.832500', '112933.292500', '112933.752500', '112934.212500', '112934.672500', '112935.132500', '112935.592500', '112936.052500', '112936.512500', '112936.972500', '112937.432500', '112937.892500', '112938.352500', '112938.812500', '112939.272500', '112939.732500', '112940.192500', '112940.652500', '112941.112500', '112941.572500', '112942.032500', '112942.492500', '112942.952500', '112943.412500', '112943.872500', '112944.332500', '112944.792500', '112945.252500', '112945.712500', '112946.172500', '112946.632500', '112947.092500', '112947.552500', '112948.012500', '112948.472500', '112948.932500', '112949.392500', '112949.852500', '112950.312500', '112950.772500', '112951.232500', '112951.692500', '112952.152500', '112952.612500', '112953.072500', '112953.532500', '112953.992500', '112954.452500', '112954.912500', '112955.372500', '112955.832500', '112956.292500', '112956.752500', '112957.212500', '112957.672500', '112958.132500', '112958.592500', '112959.052500', '112959.512500', '112959.972500', '113000.432500', '113000.892500', '113001.352500', '113001.812500', '113002.272500', '113002.732500', '113003.192500', '113003.652500', '113004.112500', '113004.572500', '113005.032500', '113005.492500', '113005.952500', '113006.412500', '113006.872500', '113007.332500', '113007.792500', '113008.252500', '113008.712500', '113009.172500', '113009.632500', '113010.092500', '113010.552500', '113011.012500', '113011.472500', '113011.932500', '113012.392500', '113012.852500', '113013.312500', '113013.772500', '113014.232500', '113014.692500', '113015.152500', '113015.612500', '113016.072500', '113016.532500', '113016.992500', '113017.452500', '113017.912500', '113018.372500', '113018.832500', '113019.292500', '113019.752500', '113020.212500', '113020.672500', '113021.132500', '113021.592500', '113022.052500', '113022.512500', '113022.972500', '113023.432500', '113023.892500', '113024.352500', '113024.812500', '113025.272500', '113025.732500', '113026.192500', '113026.652500', '113027.112500', '113027.572500', '113028.032500', '113028.492500', '113028.952500', '113029.412500', '113029.872500', '113030.332500', '113030.792500', '113031.252500', '113031.712500', '113032.172500', '113032.632500', '113033.092500', '113033.552500', '113034.012500', '113034.472500', '113034.932500', '113035.392500', '113035.852500', '113036.312500', '113036.772500', '113037.232500', '113037.692500', '113038.152500', '113038.612500', '113039.072500', '113039.532500', '113039.992500', '113040.452500', '113040.912500', '113041.372500', '113041.832500', '113042.292500', '113042.752500', '113043.212500', '113043.672500', '113044.132500', '113044.592500', '113045.052500', '113045.512500', '113045.972500', '113046.432500', '113046.892500', '113047.352500', '113047.812500', '113048.272500', '113048.732500', '113049.192500', '113049.652500', '113050.112500', '113050.572500', '113051.032500', '113051.492500', '113051.952500', '113052.412500', '113052.872500', '113053.332500', '113053.792500', '113054.252500', '113054.712500', '113055.172500', '113055.632500', '113056.092500', '113056.552500', '113057.012500', '113057.472500', '113057.932500', '113058.392500', '113058.852500', '113059.312500', '113059.772500', '113100.232500', '113100.692500', '113101.152500', '113101.612500', '113102.072500', '113102.532500', '113102.992500', '113103.452500', '113103.912500', '113104.372500', '113104.832500', '113105.292500', '113105.752500', '113106.212500', '113106.672500', '113107.132500', '113107.592500', '113108.052500', '113108.512500', '113108.972500', '113109.432500', '113109.892500', '113110.352500', '113110.812500', '113111.272500', '113111.732500', '113112.192500', '113112.652500', '113113.112500', '113113.572500', '113114.032500', '113114.492500', '113114.952500', '113115.412500', '113115.872500', '113116.332500', '113116.792500', '113117.252500', '113117.712500', '113118.172500', '113118.632500', '113119.092500', '113119.552500', '113120.012500', '113120.472500', '113120.932500', '113121.392500', '113121.852500', '113122.312500', '113122.772500', '113123.232500', '113123.692500', '113124.152500', '113124.612500', '113125.072500', '113125.532500', '113125.992500', '113126.452500', '113126.912500', '113127.372500', '113127.832500', '113128.292500', '113128.752500', '113129.212500', '113129.672500', '113130.132500', '113130.592500', '113131.052500', '113131.512500', '113131.972500', '113132.432500', '113132.892500', '113133.352500', '113133.812500', '113134.272500', '113134.732500', '113135.192500', '113135.652500', '113136.112500', '113136.572500', '113137.032500', '113137.492500', '113137.952500', '113138.412500', '113138.872500', '113139.332500', '113139.792500', '113140.252500', '113140.712500', '113141.172500', '113141.632500', '113142.092500', '113142.552500', '113143.012500', '113143.472500', '113143.932500', '113144.392500', '113144.852500', '113145.312500', '113145.772500', '113146.232500', '113146.692500', '113147.152500', '113147.612500', '113148.072500', '113148.532500', '113148.992500', '113149.452500', '113149.912500', '113150.372500', '113150.832500', '113151.292500', '113151.752500', '113152.212500', '113152.672500', '113153.132500', '113153.592500', '113154.052500', '113154.512500', '113154.972500', '113155.432500', '113155.892500', '113156.352500', '113156.812500', '113157.272500', '113157.732500', '113158.192500', '113158.652500', '113159.112500', '113159.572500', '113200.032500', '113200.492500', '113200.952500', '113201.412500', '113201.872500', '113202.332500', '113202.792500', '113203.252500', '113203.712500', '113204.172500', '113204.632500', '113205.092500', '113205.552500', '113206.012500', '113206.472500', '113206.932500', '113207.392500', '113207.852500', '113208.312500', '113208.772500', '113209.232500', '113209.692500', '113210.152500', '113210.612500', '113211.072500', '113211.532500', '113211.992500', '113212.452500', '113212.912500', '113213.372500', '113213.832500', '113214.292500', '113214.752500', '113215.212500', '113215.672500', '113216.132500', '113216.592500', '113217.052500', '113217.512500', '113217.972500', '113218.432500', '113218.892500', '113219.352500', '113219.812500', '113220.272500', '113220.732500', '113221.192500', '113221.652500', '113222.112500', '113222.572500', '113223.032500', '113223.492500', '113223.952500', '113224.412500', '113224.872500', '113225.332500', '113225.792500', '113226.252500', '113226.712500', '113227.172500', '113227.632500', '113228.092500', '113228.552500', '113229.012500', '113229.472500', '113229.932500', '113230.392500', '113230.852500', '113231.312500', '113231.772500', '113232.232500', '113232.692500', '113233.152500', '113233.612500', '113234.072500', '113234.532500', '113234.992500', '113235.452500', '113235.912500', '113236.372500', '113236.832500', '113237.292500', '113237.752500', '113238.212500', '113238.672500', '113239.132500', '113239.592500', '113240.052500', '113240.512500', '113240.972500', '113241.432500', '113241.892500', '113242.352500', '113242.812500', '113243.272500', '113243.732500', '113244.192500', '113244.652500', '113245.112500', '113245.572500', '113246.032500', '113246.492500', '113246.952500', '113247.412500', '113247.872500', '113248.332500', '113248.792500', '113249.252500', '113249.712500', '113250.172500', '113250.632500', '113251.092500', '113251.552500', '113252.012500', '113252.472500', '113252.932500', '113253.392500', '113253.852500', '113254.312500', '113254.772500', '113255.232500', '113255.692500', '113256.152500', '113256.612500', '113257.072500', '113257.532500', '113257.992500', '113258.452500', '113258.912500', '113259.372500', '113259.832500', '113300.292500', '113300.752500', '113301.212500', '113301.672500', '113302.132500', '113302.592500', '113303.052500', '113303.512500', '113303.972500', '113304.432500', '113304.892500', '113305.352500', '113305.812500', '113306.272500', '113306.732500', '113307.192500', '113307.652500', '113308.112500', '113308.572500', '113309.032500', '113309.492500', '113309.952500', '113310.412500', '113310.872500', '113311.332500', '113311.792500', '113312.252500', '113312.712500', '113313.172500', '113313.632500', '113314.092500', '113314.552500', '113315.012500', '113315.472500', '113315.932500', '113316.392500', '113316.852500', '113317.312500', '113317.772500', '113318.232500', '113318.692500', '113319.152500', '113319.612500', '113320.072500', '113320.532500', '113320.992500', '113321.452500', '113321.912500', '113322.372500', '113322.832500', '113323.292500', '113323.752500', '113324.212500', '113324.672500', '113325.132500', '113325.592500', '113326.052500', '113326.512500', '113326.972500'], 'ContentTime': ['112715.629000', '112715.632000', '112715.635000', '112715.638000', '112715.641000', '112715.644000', '112715.647000', '112715.650000', '112715.652000', '112715.655000', '112715.658000', '112715.661000', '112715.664000', '112715.667000', '112715.670000', '112715.673000', '112715.675000', '112715.678000', '112715.681000', '112715.684000', '112715.687000', '112715.696000', '112715.699000', '112715.702000', '112715.704000', '112715.707000', '112715.710000', '112715.713000', '112715.716000', '112715.719000', '112715.722000', '112715.725000', '112715.727000', '112715.730000', '112715.733000', '112715.736000', '112715.739000', '112715.742000', '112715.745000', '112715.747000', '112715.751000', '112715.757000', '112715.760000', '112715.763000', '112715.766000', '112715.769000', '112715.772000', '112715.775000', '112715.778000', '112715.780000', '112715.783000', '112715.786000', '112715.789000', '112715.792000', '112715.795000', '112715.798000', '112715.801000', '112715.803000', '112715.808000', '112715.811000', '112715.814000', '112715.817000', '112735.599000', '112735.602000', '112735.605000', '112735.608000', '112735.610000', '112735.613000', '112735.616000', '112735.619000', '112735.622000', '112735.625000', '112735.628000', '112735.631000', '112735.633000', '112735.636000', '112735.639000', '112735.642000', '112735.645000', '112735.648000', '112735.651000', '112735.654000', '112735.656000', '112735.659000', '112735.662000', '112735.665000', '112735.668000', '112735.671000', '112735.674000', '112735.677000', '112735.680000', '112735.683000', '112735.685000', '112735.688000', '112735.691000', '112735.694000', '112735.697000', '112735.700000', '112735.703000', '112735.706000', '112735.708000', '112735.711000', '112735.714000', '112735.717000', '112735.720000', '112755.600000', '112755.603000', '112755.606000', '112755.617000', '112755.620000', '112755.623000', '112755.625000', '112755.628000', '112755.631000', '112755.634000', '112755.637000', '112755.640000', '112755.643000', '112755.646000', '112755.648000', '112755.651000', '112755.654000', '112755.657000', '112755.660000', '112755.663000', '112755.666000', '112755.669000', '112755.672000', '112755.675000', '112755.677000', '112755.680000', '112755.683000', '112755.686000', '112755.689000', '112755.692000', '112755.695000', '112755.698000', '112755.700000', '112755.703000', '112755.706000', '112755.709000', '112755.712000', '112755.715000', '112755.718000', '112755.721000', '112755.723000', '112755.726000', '112755.729000', '112755.732000', '112815.600000', '112815.603000', '112815.607000', '112815.610000', '112815.613000', '112815.616000', '112815.619000', '112815.622000', '112815.624000', '112815.627000', '112815.630000', '112815.633000', '112815.636000', '112815.639000', '112815.641000', '112815.644000', '112815.647000', '112815.650000', '112815.653000', '112815.656000', '112815.659000', '112815.662000', '112815.665000', '112815.668000', '112815.670000', '112815.673000', '112815.676000', '112815.679000', '112815.682000', '112815.685000', '112815.687000', '112815.690000', '112815.693000', '112815.696000', '112815.711000', '112815.714000', '112815.717000', '112815.720000', '112815.723000', '112815.726000', '112815.728000', '112815.731000', '112815.734000', '112835.600000', '112835.603000', '112835.606000', '112835.609000', '112835.612000', '112835.615000', '112835.618000', '112835.620000', '112835.623000', '112835.626000', '112835.629000', '112835.632000', '112835.635000', '112835.638000', '112835.641000', '112835.643000', '112835.646000', '112835.649000', '112835.652000', '112835.655000', '112835.658000', '112835.661000', '112835.664000', '112835.666000', '112835.669000', '112835.672000', '112835.675000', '112835.678000', '112835.681000', '112835.684000', '112835.687000', '112835.690000', '112835.692000', '112835.695000', '112835.698000', '112835.701000', '112835.704000', '112835.707000', '112835.710000', '112835.713000', '112835.715000', '112835.718000', '112835.721000', '112835.724000', '112855.600000', '112855.603000', '112855.606000', '112855.609000', '112855.612000', '112855.615000', '112855.618000', '112855.620000', '112855.623000', '112855.626000', '112855.629000', '112855.632000', '112855.636000', '112855.639000', '112855.642000', '112855.645000', '112855.648000', '112855.651000', '112855.654000', '112855.656000', '112855.659000', '112855.662000', '112855.665000', '112855.668000', '112855.671000', '112855.674000', '112855.677000', '112855.679000', '112855.682000', '112855.685000', '112855.688000', '112855.691000', '112855.694000', '112855.697000', '112855.700000', '112855.703000', '112855.706000', '112855.708000', '112855.711000', '112855.714000', '112855.717000', '112855.720000', '112855.723000', '112915.600000', '112915.603000', '112915.606000', '112915.609000', '112915.612000', '112915.615000', '112915.617000', '112915.620000', '112915.623000', '112915.626000', '112915.629000', '112915.632000', '112915.635000', '112915.638000', '112915.641000', '112915.644000', '112915.646000', '112915.649000', '112915.652000', '112915.655000', '112915.658000', '112915.661000', '112915.664000', '112915.667000', '112915.670000', '112915.673000', '112915.676000', '112915.679000', '112915.681000', '112915.684000', '112915.687000', '112915.690000', '112915.693000', '112915.696000', '112915.699000', '112915.702000', '112915.705000', '112915.707000', '112915.710000', '112915.713000', '112915.716000', '112915.719000', '112915.722000', '112915.725000', '112935.600000', '112935.603000', '112935.606000', '112935.609000', '112935.612000', '112935.615000', '112935.618000', '112935.620000', '112935.628000', '112935.631000', '112935.634000', '112935.637000', '112935.640000', '112935.643000', '112935.646000', '112935.648000', '112935.651000', '112935.654000', '112935.657000', '112935.660000', '112935.666000', '112935.669000', '112935.672000', '112935.675000', '112935.678000', '112935.680000', '112935.683000', '112935.686000', '112935.689000', '112935.692000', '112935.695000', '112935.698000', '112935.701000', '112935.704000', '112935.707000', '112935.709000', '112935.712000', '112935.715000', '112935.718000', '112935.721000', '112935.724000', '112935.727000', '112935.729000', '112955.599000', '112955.602000', '112955.605000', '112955.608000', '112955.611000', '112955.614000', '112955.617000', '112955.619000', '112955.622000', '112955.625000', '112955.628000', '112955.631000', '112955.634000', '112955.637000', '112955.640000', '112955.643000', '112955.646000', '112955.649000', '112955.651000', '112955.654000', '112955.657000', '112955.660000', '112955.663000', '112955.666000', '112955.669000', '112955.672000', '112955.675000', '112955.678000', '112955.680000', '112955.683000', '112955.701000', '112955.704000', '112955.706000', '112955.709000', '112955.712000', '112955.715000', '112955.718000', '112955.721000', '112955.724000', '112955.727000', '112955.730000', '112955.732000', '112955.735000', '112955.738000', '113015.600000', '113015.603000', '113015.606000', '113015.609000', '113015.612000', '113015.615000', '113015.617000', '113015.620000', '113015.623000', '113015.626000', '113015.629000', '113015.632000', '113015.635000', '113015.638000', '113015.641000', '113015.644000', '113015.646000', '113015.649000', '113015.652000', '113015.655000', '113015.658000', '113015.661000', '113015.664000', '113015.667000', '113015.670000', '113015.672000', '113015.675000', '113015.678000', '113015.681000', '113015.684000', '113015.687000', '113015.690000', '113015.694000', '113015.697000', '113015.700000', '113015.703000', '113015.706000', '113015.709000', '113015.712000', '113015.715000', '113015.718000', '113015.720000', '113015.723000', '113035.600000', '113035.603000', '113035.606000', '113035.609000', '113035.612000', '113035.615000', '113035.618000', '113035.621000', '113035.623000', '113035.626000', '113035.629000', '113035.632000', '113035.635000', '113035.638000', '113035.641000', '113035.644000', '113035.647000', '113035.650000', '113035.653000', '113035.655000', '113035.658000', '113035.661000', '113035.664000', '113035.667000', '113035.670000', '113035.673000', '113035.676000', '113035.679000', '113035.682000', '113035.684000', '113035.687000', '113035.690000', '113035.693000', '113035.696000', '113035.699000', '113035.702000', '113035.705000', '113035.708000', '113035.710000', '113035.713000', '113035.716000', '113035.719000', '113035.722000', '113035.725000', '113055.600000', '113055.603000', '113055.606000', '113055.609000', '113055.612000', '113055.615000', '113055.618000', '113055.621000', '113055.624000', '113055.628000', '113055.631000', '113055.634000', '113055.637000', '113055.640000', '113055.643000', '113055.646000', '113055.649000', '113055.652000', '113055.654000', '113055.657000', '113055.660000', '113055.663000', '113055.666000', '113055.669000', '113055.672000', '113055.675000', '113055.678000', '113055.682000', '113055.687000', '113055.690000', '113055.692000', '113055.695000', '113055.698000', '113055.701000', '113055.704000', '113055.707000', '113055.710000', '113055.713000', '113055.716000', '113055.719000', '113055.721000', '113055.724000', '113055.727000', '113115.600000', '113115.603000', '113115.606000', '113115.609000', '113115.612000', '113115.615000', '113115.618000', '113115.620000', '113115.623000', '113115.626000', '113115.629000', '113115.632000', '113115.635000', '113115.638000', '113115.641000', '113115.644000', '113115.647000', '113115.650000', '113115.652000', '113115.655000', '113115.658000', '113115.661000', '113115.664000', '113115.667000', '113115.670000', '113115.673000', '113115.676000', '113115.679000', '113115.682000', '113115.684000', '113115.687000', '113115.690000', '113115.693000', '113115.696000', '113115.699000', '113115.702000', '113115.705000', '113115.707000', '113115.710000', '113115.713000', '113115.716000', '113115.719000', '113115.722000', '113115.725000', '113135.600000', '113135.603000', '113135.606000', '113135.609000', '113135.612000', '113135.615000', '113135.618000', '113135.621000', '113135.624000', '113135.626000', '113135.629000', '113135.646000', '113135.649000', '113135.651000', '113135.654000', '113135.657000', '113135.660000', '113135.663000', '113135.666000', '113135.669000', '113135.672000', '113135.674000', '113135.677000', '113135.680000', '113135.683000', '113135.686000', '113135.689000', '113135.692000', '113135.695000', '113135.698000', '113135.701000', '113135.703000', '113135.706000', '113135.709000', '113135.713000', '113135.715000', '113135.718000', '113135.721000', '113135.724000', '113135.727000', '113135.730000', '113135.733000', '113135.736000', '113155.600000', '113155.603000', '113155.606000', '113155.609000', '113155.612000', '113155.615000', '113155.618000', '113155.620000', '113155.623000', '113155.626000', '113155.629000', '113155.632000', '113155.635000', '113155.638000', '113155.641000', '113155.644000', '113155.647000', '113155.650000', '113155.652000', '113155.655000', '113155.658000', '113155.661000', '113155.664000', '113155.667000', '113155.670000', '113155.673000', '113155.676000', '113155.679000', '113155.682000', '113155.685000', '113155.687000', '113155.690000', '113155.693000', '113155.696000', '113155.699000', '113155.702000', '113155.705000', '113155.708000', '113155.711000', '113155.714000', '113155.717000', '113155.719000', '113155.722000', '113155.725000', '113215.599000', '113215.602000', '113215.605000', '113215.608000', '113215.611000', '113215.614000', '113215.617000', '113215.620000', '113215.622000', '113215.625000', '113215.628000', '113215.631000', '113215.634000', '113215.637000', '113215.640000', '113215.643000', '113215.646000', '113215.649000', '113215.652000', '113215.654000', '113215.657000', '113215.660000', '113215.664000', '113215.668000', '113215.671000', '113215.674000', '113215.676000', '113215.679000', '113215.682000', '113215.685000', '113215.688000', '113215.691000', '113215.694000', '113215.697000', '113215.700000', '113215.703000', '113215.705000', '113215.708000', '113215.711000', '113215.714000', '113215.717000', '113215.720000', '113215.723000', '113235.600000', '113235.603000', '113235.606000', '113235.609000', '113235.612000', '113235.615000', '113235.618000', '113235.620000', '113235.623000', '113235.626000', '113235.630000', '113235.633000', '113235.636000', '113235.639000', '113235.642000', '113235.645000', '113235.648000', '113235.651000', '113235.653000', '113235.656000', '113235.659000', '113235.662000', '113235.665000', '113235.668000', '113235.671000', '113235.674000', '113235.677000', '113235.680000', '113235.683000', '113235.685000', '113235.688000', '113235.691000', '113235.694000', '113235.697000', '113235.700000', '113235.703000', '113235.706000', '113235.709000', '113235.712000', '113235.715000', '113235.717000', '113235.720000', '113235.723000', '113235.726000', '113255.600000', '113255.603000', '113255.606000', '113255.609000', '113255.612000', '113255.616000', '113255.619000', '113255.622000', '113255.625000', '113255.628000', '113255.631000', '113255.634000', '113255.637000', '113255.640000', '113255.643000', '113255.646000', '113255.649000', '113255.651000', '113255.654000', '113255.657000', '113255.660000', '113255.663000', '113255.694000', '113255.697000', '113255.700000', '113255.703000', '113255.706000', '113255.709000', '113255.712000', '113255.715000', '113255.718000', '113255.720000', '113255.723000', '113255.726000', '113255.729000', '113255.732000', '113255.735000', '113255.738000', '113255.741000', '113255.744000', '113255.747000', '113255.750000', '113255.752000', '113315.602000', '113315.606000', '113315.609000', '113315.612000', '113315.615000', '113315.618000', '113315.621000', '113315.624000', '113315.627000', '113315.630000', '113315.632000', '113315.635000', '113315.638000', '113315.641000', '113315.644000', '113315.647000', '113315.650000', '113315.653000', '113315.656000', '113315.658000', '113315.661000', '113315.664000', '113315.667000', '113315.670000', '113315.673000', '113315.676000', '113315.679000', '113315.681000', '113315.684000', '113315.687000', '113315.690000', '113315.693000', '113315.696000', '113315.699000', '113315.702000', '113315.704000', '113315.707000', '113315.710000', '113315.713000', '113315.716000', '113315.719000', '113315.722000', '113315.725000', '113328.001000', '113328.005000', '113328.008000', '113328.011000', '113328.014000', '113328.017000', '113328.020000', '113328.023000', '113328.026000', '113328.029000', '113328.032000', '113328.035000', '113328.038000', '113328.041000', '113328.044000', '113328.047000', '113328.050000', '113328.053000', '113328.056000', '113328.059000', '113328.063000', '113328.066000', '113328.069000', '113328.072000', '113328.075000', '113328.078000', '113328.080000', '113328.083000'], 'InstanceCreationTime': ['112715.629000', '112715.632000', '112715.635000', '112715.638000', '112715.641000', '112715.644000', '112715.647000', '112715.650000', '112715.652000', '112715.655000', '112715.658000', '112715.661000', '112715.664000', '112715.667000', '112715.670000', '112715.673000', '112715.675000', '112715.678000', '112715.681000', '112715.684000', '112715.687000', '112715.696000', '112715.699000', '112715.702000', '112715.704000', '112715.707000', '112715.710000', '112715.713000', '112715.716000', '112715.719000', '112715.722000', '112715.725000', '112715.727000', '112715.730000', '112715.733000', '112715.736000', '112715.739000', '112715.742000', '112715.745000', '112715.747000', '112715.751000', '112715.757000', '112715.760000', '112715.763000', '112715.766000', '112715.769000', '112715.772000', '112715.775000', '112715.778000', '112715.780000', '112715.783000', '112715.786000', '112715.789000', '112715.792000', '112715.795000', '112715.798000', '112715.801000', '112715.803000', '112715.808000', '112715.811000', '112715.814000', '112715.817000', '112735.599000', '112735.602000', '112735.605000', '112735.608000', '112735.610000', '112735.613000', '112735.616000', '112735.619000', '112735.622000', '112735.625000', '112735.628000', '112735.631000', '112735.633000', '112735.636000', '112735.639000', '112735.642000', '112735.645000', '112735.648000', '112735.651000', '112735.654000', '112735.656000', '112735.659000', '112735.662000', '112735.665000', '112735.668000', '112735.671000', '112735.674000', '112735.677000', '112735.680000', '112735.683000', '112735.685000', '112735.688000', '112735.691000', '112735.694000', '112735.697000', '112735.700000', '112735.703000', '112735.706000', '112735.708000', '112735.711000', '112735.714000', '112735.717000', '112735.720000', '112755.600000', '112755.603000', '112755.606000', '112755.617000', '112755.620000', '112755.623000', '112755.625000', '112755.628000', '112755.631000', '112755.634000', '112755.637000', '112755.640000', '112755.643000', '112755.646000', '112755.648000', '112755.651000', '112755.654000', '112755.657000', '112755.660000', '112755.663000', '112755.666000', '112755.669000', '112755.672000', '112755.675000', '112755.677000', '112755.680000', '112755.683000', '112755.686000', '112755.689000', '112755.692000', '112755.695000', '112755.698000', '112755.700000', '112755.703000', '112755.706000', '112755.709000', '112755.712000', '112755.715000', '112755.718000', '112755.721000', '112755.723000', '112755.726000', '112755.729000', '112755.732000', '112815.600000', '112815.603000', '112815.607000', '112815.610000', '112815.613000', '112815.616000', '112815.619000', '112815.622000', '112815.624000', '112815.627000', '112815.630000', '112815.633000', '112815.636000', '112815.639000', '112815.641000', '112815.644000', '112815.647000', '112815.650000', '112815.653000', '112815.656000', '112815.659000', '112815.662000', '112815.665000', '112815.668000', '112815.670000', '112815.673000', '112815.676000', '112815.679000', '112815.682000', '112815.685000', '112815.687000', '112815.690000', '112815.693000', '112815.696000', '112815.711000', '112815.714000', '112815.717000', '112815.720000', '112815.723000', '112815.726000', '112815.728000', '112815.731000', '112815.734000', '112835.600000', '112835.603000', '112835.606000', '112835.609000', '112835.612000', '112835.615000', '112835.618000', '112835.620000', '112835.623000', '112835.626000', '112835.629000', '112835.632000', '112835.635000', '112835.638000', '112835.641000', '112835.643000', '112835.646000', '112835.649000', '112835.652000', '112835.655000', '112835.658000', '112835.661000', '112835.664000', '112835.666000', '112835.669000', '112835.672000', '112835.675000', '112835.678000', '112835.681000', '112835.684000', '112835.687000', '112835.690000', '112835.692000', '112835.695000', '112835.698000', '112835.701000', '112835.704000', '112835.707000', '112835.710000', '112835.713000', '112835.715000', '112835.718000', '112835.721000', '112835.724000', '112855.600000', '112855.603000', '112855.606000', '112855.609000', '112855.612000', '112855.615000', '112855.618000', '112855.620000', '112855.623000', '112855.626000', '112855.629000', '112855.632000', '112855.636000', '112855.639000', '112855.642000', '112855.645000', '112855.648000', '112855.651000', '112855.654000', '112855.656000', '112855.659000', '112855.662000', '112855.665000', '112855.668000', '112855.671000', '112855.674000', '112855.677000', '112855.679000', '112855.682000', '112855.685000', '112855.688000', '112855.691000', '112855.694000', '112855.697000', '112855.700000', '112855.703000', '112855.706000', '112855.708000', '112855.711000', '112855.714000', '112855.717000', '112855.720000', '112855.723000', '112915.600000', '112915.603000', '112915.606000', '112915.609000', '112915.612000', '112915.615000', '112915.617000', '112915.620000', '112915.623000', '112915.626000', '112915.629000', '112915.632000', '112915.635000', '112915.638000', '112915.641000', '112915.644000', '112915.646000', '112915.649000', '112915.652000', '112915.655000', '112915.658000', '112915.661000', '112915.664000', '112915.667000', '112915.670000', '112915.673000', '112915.676000', '112915.679000', '112915.681000', '112915.684000', '112915.687000', '112915.690000', '112915.693000', '112915.696000', '112915.699000', '112915.702000', '112915.705000', '112915.707000', '112915.710000', '112915.713000', '112915.716000', '112915.719000', '112915.722000', '112915.725000', '112935.600000', '112935.603000', '112935.606000', '112935.609000', '112935.612000', '112935.615000', '112935.618000', '112935.620000', '112935.628000', '112935.631000', '112935.634000', '112935.637000', '112935.640000', '112935.643000', '112935.646000', '112935.648000', '112935.651000', '112935.654000', '112935.657000', '112935.660000', '112935.666000', '112935.669000', '112935.672000', '112935.675000', '112935.678000', '112935.680000', '112935.683000', '112935.686000', '112935.689000', '112935.692000', '112935.695000', '112935.698000', '112935.701000', '112935.704000', '112935.707000', '112935.709000', '112935.712000', '112935.715000', '112935.718000', '112935.721000', '112935.724000', '112935.727000', '112935.729000', '112955.599000', '112955.602000', '112955.605000', '112955.608000', '112955.611000', '112955.614000', '112955.617000', '112955.619000', '112955.622000', '112955.625000', '112955.628000', '112955.631000', '112955.634000', '112955.637000', '112955.640000', '112955.643000', '112955.646000', '112955.649000', '112955.651000', '112955.654000', '112955.657000', '112955.660000', '112955.663000', '112955.666000', '112955.669000', '112955.672000', '112955.675000', '112955.678000', '112955.680000', '112955.683000', '112955.701000', '112955.704000', '112955.706000', '112955.709000', '112955.712000', '112955.715000', '112955.718000', '112955.721000', '112955.724000', '112955.727000', '112955.730000', '112955.732000', '112955.735000', '112955.738000', '113015.600000', '113015.603000', '113015.606000', '113015.609000', '113015.612000', '113015.615000', '113015.617000', '113015.620000', '113015.623000', '113015.626000', '113015.629000', '113015.632000', '113015.635000', '113015.638000', '113015.641000', '113015.644000', '113015.646000', '113015.649000', '113015.652000', '113015.655000', '113015.658000', '113015.661000', '113015.664000', '113015.667000', '113015.670000', '113015.672000', '113015.675000', '113015.678000', '113015.681000', '113015.684000', '113015.687000', '113015.690000', '113015.694000', '113015.697000', '113015.700000', '113015.703000', '113015.706000', '113015.709000', '113015.712000', '113015.715000', '113015.718000', '113015.720000', '113015.723000', '113035.600000', '113035.603000', '113035.606000', '113035.609000', '113035.612000', '113035.615000', '113035.618000', '113035.621000', '113035.623000', '113035.626000', '113035.629000', '113035.632000', '113035.635000', '113035.638000', '113035.641000', '113035.644000', '113035.647000', '113035.650000', '113035.653000', '113035.655000', '113035.658000', '113035.661000', '113035.664000', '113035.667000', '113035.670000', '113035.673000', '113035.676000', '113035.679000', '113035.682000', '113035.684000', '113035.687000', '113035.690000', '113035.693000', '113035.696000', '113035.699000', '113035.702000', '113035.705000', '113035.708000', '113035.710000', '113035.713000', '113035.716000', '113035.719000', '113035.722000', '113035.725000', '113055.600000', '113055.603000', '113055.606000', '113055.609000', '113055.612000', '113055.615000', '113055.618000', '113055.621000', '113055.624000', '113055.628000', '113055.631000', '113055.634000', '113055.637000', '113055.640000', '113055.643000', '113055.646000', '113055.649000', '113055.652000', '113055.654000', '113055.657000', '113055.660000', '113055.663000', '113055.666000', '113055.669000', '113055.672000', '113055.675000', '113055.678000', '113055.682000', '113055.687000', '113055.690000', '113055.692000', '113055.695000', '113055.698000', '113055.701000', '113055.704000', '113055.707000', '113055.710000', '113055.713000', '113055.716000', '113055.719000', '113055.721000', '113055.724000', '113055.727000', '113115.600000', '113115.603000', '113115.606000', '113115.609000', '113115.612000', '113115.615000', '113115.618000', '113115.620000', '113115.623000', '113115.626000', '113115.629000', '113115.632000', '113115.635000', '113115.638000', '113115.641000', '113115.644000', '113115.647000', '113115.650000', '113115.652000', '113115.655000', '113115.658000', '113115.661000', '113115.664000', '113115.667000', '113115.670000', '113115.673000', '113115.676000', '113115.679000', '113115.682000', '113115.684000', '113115.687000', '113115.690000', '113115.693000', '113115.696000', '113115.699000', '113115.702000', '113115.705000', '113115.707000', '113115.710000', '113115.713000', '113115.716000', '113115.719000', '113115.722000', '113115.725000', '113135.600000', '113135.603000', '113135.606000', '113135.609000', '113135.612000', '113135.615000', '113135.618000', '113135.621000', '113135.624000', '113135.626000', '113135.629000', '113135.646000', '113135.649000', '113135.651000', '113135.654000', '113135.657000', '113135.660000', '113135.663000', '113135.666000', '113135.669000', '113135.672000', '113135.674000', '113135.677000', '113135.680000', '113135.683000', '113135.686000', '113135.689000', '113135.692000', '113135.695000', '113135.698000', '113135.701000', '113135.703000', '113135.706000', '113135.709000', '113135.713000', '113135.715000', '113135.718000', '113135.721000', '113135.724000', '113135.727000', '113135.730000', '113135.733000', '113135.736000', '113155.600000', '113155.603000', '113155.606000', '113155.609000', '113155.612000', '113155.615000', '113155.618000', '113155.620000', '113155.623000', '113155.626000', '113155.629000', '113155.632000', '113155.635000', '113155.638000', '113155.641000', '113155.644000', '113155.647000', '113155.650000', '113155.652000', '113155.655000', '113155.658000', '113155.661000', '113155.664000', '113155.667000', '113155.670000', '113155.673000', '113155.676000', '113155.679000', '113155.682000', '113155.685000', '113155.687000', '113155.690000', '113155.693000', '113155.696000', '113155.699000', '113155.702000', '113155.705000', '113155.708000', '113155.711000', '113155.714000', '113155.717000', '113155.719000', '113155.722000', '113155.725000', '113215.599000', '113215.602000', '113215.605000', '113215.608000', '113215.611000', '113215.614000', '113215.617000', '113215.620000', '113215.622000', '113215.625000', '113215.628000', '113215.631000', '113215.634000', '113215.637000', '113215.640000', '113215.643000', '113215.646000', '113215.649000', '113215.652000', '113215.654000', '113215.657000', '113215.660000', '113215.664000', '113215.668000', '113215.671000', '113215.674000', '113215.676000', '113215.679000', '113215.682000', '113215.685000', '113215.688000', '113215.691000', '113215.694000', '113215.697000', '113215.700000', '113215.703000', '113215.705000', '113215.708000', '113215.711000', '113215.714000', '113215.717000', '113215.720000', '113215.723000', '113235.600000', '113235.603000', '113235.606000', '113235.609000', '113235.612000', '113235.615000', '113235.618000', '113235.620000', '113235.623000', '113235.626000', '113235.630000', '113235.633000', '113235.636000', '113235.639000', '113235.642000', '113235.645000', '113235.648000', '113235.651000', '113235.653000', '113235.656000', '113235.659000', '113235.662000', '113235.665000', '113235.668000', '113235.671000', '113235.674000', '113235.677000', '113235.680000', '113235.683000', '113235.685000', '113235.688000', '113235.691000', '113235.694000', '113235.697000', '113235.700000', '113235.703000', '113235.706000', '113235.709000', '113235.712000', '113235.715000', '113235.717000', '113235.720000', '113235.723000', '113235.726000', '113255.600000', '113255.603000', '113255.606000', '113255.609000', '113255.612000', '113255.616000', '113255.619000', '113255.622000', '113255.625000', '113255.628000', '113255.631000', '113255.634000', '113255.637000', '113255.640000', '113255.643000', '113255.646000', '113255.649000', '113255.651000', '113255.654000', '113255.657000', '113255.660000', '113255.663000', '113255.694000', '113255.697000', '113255.700000', '113255.703000', '113255.706000', '113255.709000', '113255.712000', '113255.715000', '113255.718000', '113255.720000', '113255.723000', '113255.726000', '113255.729000', '113255.732000', '113255.735000', '113255.738000', '113255.741000', '113255.744000', '113255.747000', '113255.750000', '113255.752000', '113315.602000', '113315.606000', '113315.609000', '113315.612000', '113315.615000', '113315.618000', '113315.621000', '113315.624000', '113315.627000', '113315.630000', '113315.632000', '113315.635000', '113315.638000', '113315.641000', '113315.644000', '113315.647000', '113315.650000', '113315.653000', '113315.656000', '113315.658000', '113315.661000', '113315.664000', '113315.667000', '113315.670000', '113315.673000', '113315.676000', '113315.679000', '113315.681000', '113315.684000', '113315.687000', '113315.690000', '113315.693000', '113315.696000', '113315.699000', '113315.702000', '113315.704000', '113315.707000', '113315.710000', '113315.713000', '113315.716000', '113315.719000', '113315.722000', '113315.725000', '113328.001000', '113328.005000', '113328.008000', '113328.011000', '113328.014000', '113328.017000', '113328.020000', '113328.023000', '113328.026000', '113328.029000', '113328.032000', '113328.035000', '113328.038000', '113328.041000', '113328.044000', '113328.047000', '113328.050000', '113328.053000', '113328.056000', '113328.059000', '113328.063000', '113328.066000', '113328.069000', '113328.072000', '113328.075000', '113328.078000', '113328.080000', '113328.083000'], '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': [11103, 7067, 9760, 7351, 9125, 9173, 8248, 10256, 7524, 10139, 7581, 10360, 7140, 10044, 7788, 9246, 7010, 8478, 7284, 7881, 10139, 7761, 10760, 8050, 10161, 7244, 10078, 7487, 9950, 7354, 10428, 7996, 9527, 6344, 9751, 7014, 9830, 7016, 10437, 8000, 7876, 8338, 6640, 9738, 6791, 9791, 6709, 7246, 11105, 7451, 10565, 7220, 9884, 6902, 8979, 6767, 9465, 7049, 9210, 6802, 8815, 6976, 8194, 8030, 8654, 11401, 8277, 10738, 7651, 10333, 7424, 10366, 7578, 9931, 7241, 9820, 10506, 9353, 11423, 7897, 10690, 8021, 10510, 7445, 10578, 7830, 10001, 7000, 9996, 7014, 9414, 6962, 9585, 8702, 9031, 7724, 8045, 7276, 9529, 7014, 9306, 7195, 9170, 10989, 7664, 10901, 7839, 9197, 7702, 8443, 11180, 7043, 10890, 7885, 10269, 7894, 10603, 7438, 10717, 7530, 10271, 6746, 9422, 9318, 7796, 11233, 7662, 9983, 7138, 8629, 9218, 8384, 11170, 8667, 10414, 8499, 10254, 7208, 9933, 7267, 9668, 7101, 9034, 8419, 8741, 7176, 7581, 7527, 8675, 7094, 8794, 6778, 9936, 7738, 9268, 11937, 9000, 11193, 8004, 10738, 7172, 10086, 6878, 9274, 7270, 8697, 6806, 7961, 7118, 7293, 10747, 7789, 11279, 8003, 10677, 6979, 10049, 7225, 8158, 10765, 8023, 10892, 7968, 10381, 7254, 9175, 7073, 8373, 10993, 8813, 10813, 7699, 10563, 7047, 10406, 7108, 8978, 7175, 8155, 7968, 7658, 10674, 7589, 10723, 6926, 10432, 7478, 9499, 7084, 8254, 8402, 7537, 11037, 7983, 10716, 7924, 10610, 7073, 10090, 7161, 9523, 7522, 8866, 7592, 8498, 7836, 7472, 10862, 7623, 10666, 7825, 10626, 8534, 9789, 7617, 9048, 7573, 8230, 12447, 9156, 11709, 9879, 10655, 8052, 9944, 7354, 9063, 7775, 7983, 10712, 7965, 10638, 7209, 10680, 7095, 10246, 7209, 9652, 7441, 8628, 7046, 7702, 10919, 7776, 10675, 7955, 10884, 7553, 10106, 7203, 9617, 7566, 9238, 11331, 9618, 10998, 8857, 10191, 7250, 9737, 7087, 9033, 11194, 9061, 11421, 8735, 10306, 7594, 10905, 6982, 10248, 7225, 9876, 7062, 8810, 6886, 8275, 10787, 8125, 10824, 8307, 10492, 8699, 9967, 7698, 8633, 8111, 8825, 12310, 10178, 10611, 8228, 9907, 7415, 10186, 7080, 9907, 7224, 9181, 6938, 7836, 10268, 7963, 10629, 7623, 10245, 7328, 9301, 7617, 8144, 10782, 7925, 10254, 7401, 9200, 7142, 8867, 7129, 8150, 6733, 7171, 7756, 7021, 8669, 7206, 8327, 11866, 7959, 11246, 7219, 11661, 7175, 10401, 9828, 9711, 12466, 10700, 12748, 10488, 12219, 10962, 11432, 11794, 10561, 12174, 9078, 10469, 8890, 9621, 6682, 8525, 6721, 8317, 7003, 7863, 8654, 7544, 9999, 7444, 9514, 6630, 7703, 9995, 7205, 9916, 7489, 9563, 6893, 9324, 6917, 7970, 10011, 7640, 10105, 6932, 9513, 7113, 8456, 7940, 7866, 10507, 7799, 9714, 6915, 9703, 6770, 9126, 7222, 7969, 10838, 7711, 10001, 7249, 9666, 6925, 9107, 7172, 8324, 7853, 7636, 10447, 7213, 9933, 7125, 9773, 7040, 8828, 7020, 7561, 10459, 7018, 9936, 7165, 9838, 6970, 8942, 7075, 8134, 6751, 7150, 10371, 7079, 10086, 7278, 10225, 7364, 9609, 6938, 9156, 6866, 7748, 10658, 7762, 10273, 8443, 9483, 6781, 9344, 6929, 8976, 9500, 8646, 11746, 9728, 10541, 7931, 8703, 7082, 8083, 9088, 7880, 10479, 8124, 10079, 7093, 9123, 7127, 8251, 9424, 7556, 9978, 6837, 9464, 6600, 9091, 6874, 8185, 8993, 8059, 8342, 7521, 8836, 7257, 10255, 7618, 10405, 8096, 10521, 7087, 10163, 6947, 9399, 7106, 7723, 10812, 8623, 9679, 7131, 9792, 6912, 9388, 7905, 8763, 10980, 9370, 10649, 8029, 9676, 6907, 9564, 7295, 9652, 7671, 8250, 6673, 7614, 9692, 7823, 10270, 7872, 10202, 7724, 9513, 7005, 8892, 6894, 8163, 9172, 7523, 10394, 7769, 9938, 7421, 9220, 6674, 7971, 9465, 7316, 10585, 7651, 9719, 6957, 9222, 6896, 9449, 7296, 8265, 7918, 7211, 9224, 6828, 9570, 6885, 8929, 7661, 8237, 11239, 9136, 10586, 8139, 8836, 8096, 7540, 10162, 8496, 9951, 7661, 9192, 7218, 7678, 10404, 7308, 9928, 7036, 9835, 7089, 8695, 7050, 8707, 6977, 7990, 9827, 7169, 10111, 7394, 9358, 6554, 9157, 7038, 7107, 10378, 7935, 9986, 8021, 8881, 6868, 7130, 10138, 7399, 9726, 7260, 9606, 8489, 9015, 12176, 8864, 9589, 6926, 8861, 8030, 8246, 11020, 8292, 9933, 7508, 9271, 7196, 8422, 7285, 7488, 8816, 7286, 9769, 7523, 9822, 7255, 9463, 6865, 8774, 6924, 7575, 8495, 7249, 10109, 7393, 9831, 6780, 8820, 7259, 7779, 10114, 7242, 10188, 7490, 9279, 7103, 9329, 7000, 8918, 6838, 8865, 7633, 8748, 8661, 7455, 10433, 7407, 10150, 7596, 10108, 8102, 11194, 10382, 10648, 10812, 9101, 11146, 8572, 10256, 8156, 9772, 7849, 8798, 9003, 7847, 10317, 7375, 9844, 7960, 9626, 7024, 8969, 6903, 7593, 7773, 7247, 10649, 7087, 9920, 7106, 9726, 6770, 8983, 6679, 8491, 7122, 8248, 10093, 7531, 10091, 7369, 9578, 6867, 8894, 7176, 7841, 10569, 8836, 10228, 7631, 9595, 6751, 8550, 6933, 7939, 8571, 7658, 6673, 7666, 7134, 7367, 10325, 7962, 10032, 7111, 9616, 6832, 8469, 6836, 7690, 10597, 7618, 10321, 8836, 10516, 7806, 8934, 7197, 7425, 9675, 7100, 10064, 7530, 9852, 6886, 9552, 6937, 9518, 8068, 7892, 8997, 7272, 9822, 7260, 9457, 6690, 7861, 8260, 7166, 10216, 7704, 9445, 6772, 8513, 6610, 7218, 10659, 7760, 10042, 6856, 9545, 7160, 8553, 6962, 7324, 10699, 7550, 9573, 6892, 9685, 6898, 8594, 7166, 7510, 10530, 7355, 9855, 6833, 9375, 6827, 9335, 7888, 7658, 6890, 7506, 10887, 7334, 9947, 7029, 9514, 7532, 8783, 7149, 8231, 9505, 7391, 10201, 7883, 9832, 7689, 9539, 8597, 8360, 10973, 8084, 9953, 7154, 9593, 7674, 8320, 7080, 8196, 7166, 7207, 10914, 7638, 10234, 7729, 9828, 7038, 9948, 7131, 9363, 8248, 8172, 11381, 9318, 10736, 8153, 9406, 6801, 8062, 7309, 7385, 10667, 7462, 9613, 6953, 9810, 7315, 9253, 6988, 8052, 8457, 7424, 10435, 7445, 9729, 6850, 9801, 7190, 9030], 'WindowCenter': [4376.0, 4321.0, 4347.0, 4302.0, 4324.0, 4323.0, 4311.0, 4330.0, 4310.0, 4327.0, 4298.0, 4329.0, 4287.0, 4318.0, 4298.0, 4318.0, 4287.0, 4309.0, 4285.0, 4296.0, 4317.0, 4296.0, 4327.0, 4309.0, 4326.0, 4298.0, 4316.0, 4287.0, 4314.0, 4286.0, 4326.0, 4297.0, 4317.0, 4276.0, 4320.0, 4299.0, 4330.0, 4298.0, 4341.0, 4311.0, 4312.0, 4310.0, 4289.0, 4328.0, 4289.0, 4329.0, 4286.0, 4298.0, 4327.0, 4300.0, 4329.0, 4298.0, 4327.0, 4297.0, 4317.0, 4286.0, 4316.0, 4287.0, 4319.0, 4299.0, 4320.0, 4288.0, 4308.0, 4296.0, 4306.0, 4327.0, 4309.0, 4327.0, 4296.0, 4326.0, 4298.0, 4316.0, 4295.0, 4316.0, 4295.0, 4319.0, 4326.0, 4305.0, 4325.0, 4295.0, 4314.0, 4296.0, 4314.0, 4285.0, 4315.0, 4296.0, 4316.0, 4287.0, 4318.0, 4286.0, 4316.0, 4287.0, 4317.0, 4308.0, 4321.0, 4309.0, 4297.0, 4297.0, 4320.0, 4298.0, 4320.0, 4287.0, 4306.0, 4315.0, 4284.0, 4315.0, 4282.0, 4317.0, 4285.0, 4295.0, 4326.0, 4284.0, 4326.0, 4309.0, 4327.0, 4323.0, 4343.0, 4313.0, 4343.0, 4314.0, 4341.0, 4290.0, 4322.0, 4319.0, 4311.0, 4339.0, 4310.0, 4329.0, 4289.0, 4308.0, 4319.0, 4308.0, 4328.0, 4309.0, 4330.0, 4309.0, 4327.0, 4298.0, 4318.0, 4286.0, 4317.0, 4285.0, 4306.0, 4310.0, 4306.0, 4289.0, 4296.0, 4298.0, 4310.0, 4289.0, 4309.0, 4289.0, 4331.0, 4300.0, 4322.0, 4340.0, 4308.0, 4327.0, 4295.0, 4314.0, 4272.0, 4303.0, 4274.0, 4306.0, 4285.0, 4297.0, 4275.0, 4295.0, 4285.0, 4297.0, 4327.0, 4309.0, 4340.0, 4311.0, 4330.0, 4301.0, 4332.0, 4297.0, 4309.0, 4328.0, 4300.0, 4331.0, 4299.0, 4318.0, 4287.0, 4307.0, 4286.0, 4309.0, 4327.0, 4308.0, 4327.0, 4297.0, 4327.0, 4286.0, 4327.0, 4285.0, 4308.0, 4286.0, 4310.0, 4307.0, 4300.0, 4328.0, 4298.0, 4329.0, 4290.0, 4330.0, 4298.0, 4321.0, 4287.0, 4311.0, 4308.0, 4299.0, 4329.0, 4310.0, 4329.0, 4311.0, 4332.0, 4302.0, 4333.0, 4301.0, 4331.0, 4300.0, 4321.0, 4312.0, 4323.0, 4311.0, 4302.0, 4341.0, 4311.0, 4331.0, 4301.0, 4332.0, 4324.0, 4332.0, 4313.0, 4321.0, 4301.0, 4309.0, 4338.0, 4307.0, 4338.0, 4318.0, 4316.0, 4295.0, 4305.0, 4283.0, 4306.0, 4283.0, 4285.0, 4314.0, 4297.0, 4314.0, 4285.0, 4316.0, 4286.0, 4316.0, 4299.0, 4319.0, 4299.0, 4323.0, 4300.0, 4301.0, 4332.0, 4311.0, 4330.0, 4313.0, 4332.0, 4304.0, 4332.0, 4290.0, 4319.0, 4287.0, 4309.0, 4327.0, 4307.0, 4314.0, 4307.0, 4316.0, 4287.0, 4318.0, 4287.0, 4307.0, 4327.0, 4306.0, 4328.0, 4307.0, 4317.0, 4299.0, 4328.0, 4288.0, 4317.0, 4288.0, 4331.0, 4289.0, 4309.0, 4289.0, 4299.0, 4329.0, 4299.0, 4329.0, 4308.0, 4329.0, 4297.0, 4317.0, 4297.0, 4307.0, 4295.0, 4306.0, 4327.0, 4330.0, 4317.0, 4297.0, 4317.0, 4288.0, 4316.0, 4286.0, 4318.0, 4288.0, 4309.0, 4288.0, 4298.0, 4318.0, 4298.0, 4326.0, 4297.0, 4318.0, 4287.0, 4318.0, 4285.0, 4297.0, 4327.0, 4298.0, 4316.0, 4299.0, 4320.0, 4286.0, 4289.0, 4269.0, 4274.0, 4265.0, 4279.0, 4307.0, 4302.0, 4322.0, 4297.0, 4310.0, 4340.0, 4312.0, 4356.0, 4313.0, 4342.0, 4300.0, 4327.0, 4317.0, 4317.0, 4327.0, 4315.0, 4324.0, 4302.0, 4311.0, 4300.0, 4297.0, 4297.0, 4286.0, 4296.0, 4264.0, 4285.0, 4273.0, 4274.0, 4256.0, 4276.0, 4258.0, 4280.0, 4271.0, 4283.0, 4291.0, 4282.0, 4303.0, 4283.0, 4305.0, 4271.0, 4285.0, 4316.0, 4285.0, 4315.0, 4288.0, 4316.0, 4289.0, 4318.0, 4287.0, 4296.0, 4315.0, 4300.0, 4329.0, 4288.0, 4320.0, 4286.0, 4298.0, 4296.0, 4297.0, 4325.0, 4301.0, 4317.0, 4290.0, 4319.0, 4286.0, 4317.0, 4286.0, 4298.0, 4328.0, 4294.0, 4318.0, 4286.0, 4304.0, 4273.0, 4295.0, 4274.0, 4296.0, 4296.0, 4286.0, 4315.0, 4287.0, 4315.0, 4284.0, 4316.0, 4274.0, 4304.0, 4285.0, 4285.0, 4314.0, 4285.0, 4316.0, 4284.0, 4315.0, 4284.0, 4305.0, 4286.0, 4309.0, 4286.0, 4289.0, 4328.0, 4298.0, 4329.0, 4299.0, 4329.0, 4301.0, 4333.0, 4314.0, 4346.0, 4302.0, 4311.0, 4328.0, 4298.0, 4330.0, 4309.0, 4318.0, 4288.0, 4318.0, 4284.0, 4307.0, 4305.0, 4306.0, 4327.0, 4316.0, 4315.0, 4294.0, 4293.0, 4274.0, 4294.0, 4304.0, 4294.0, 4316.0, 4294.0, 4314.0, 4273.0, 4304.0, 4283.0, 4293.0, 4303.0, 4283.0, 4303.0, 4275.0, 4302.0, 4276.0, 4305.0, 4277.0, 4309.0, 4306.0, 4310.0, 4307.0, 4298.0, 4319.0, 4299.0, 4332.0, 4300.0, 4326.0, 4313.0, 4331.0, 4300.0, 4328.0, 4290.0, 4319.0, 4287.0, 4298.0, 4327.0, 4323.0, 4319.0, 4289.0, 4318.0, 4288.0, 4317.0, 4295.0, 4308.0, 4327.0, 4306.0, 4316.0, 4295.0, 4306.0, 4284.0, 4305.0, 4284.0, 4307.0, 4298.0, 4308.0, 4286.0, 4296.0, 4314.0, 4296.0, 4315.0, 4297.0, 4317.0, 4285.0, 4305.0, 4285.0, 4304.0, 4274.0, 4295.0, 4302.0, 4284.0, 4304.0, 4297.0, 4315.0, 4284.0, 4306.0, 4273.0, 4294.0, 4304.0, 4285.0, 4313.0, 4298.0, 4319.0, 4300.0, 4319.0, 4300.0, 4329.0, 4298.0, 4309.0, 4312.0, 4303.0, 4321.0, 4293.0, 4320.0, 4289.0, 4320.0, 4297.0, 4308.0, 4330.0, 4319.0, 4319.0, 4295.0, 4306.0, 4296.0, 4286.0, 4314.0, 4295.0, 4316.0, 4284.0, 4306.0, 4283.0, 4281.0, 4312.0, 4272.0, 4300.0, 4274.0, 4304.0, 4286.0, 4307.0, 4286.0, 4306.0, 4286.0, 4310.0, 4318.0, 4301.0, 4329.0, 4302.0, 4320.0, 4293.0, 4320.0, 4289.0, 4289.0, 4319.0, 4298.0, 4320.0, 4309.0, 4319.0, 4289.0, 4298.0, 4329.0, 4300.0, 4316.0, 4288.0, 4320.0, 4309.0, 4309.0, 4336.0, 4306.0, 4306.0, 4284.0, 4305.0, 4298.0, 4312.0, 4315.0, 4295.0, 4304.0, 4283.0, 4303.0, 4273.0, 4293.0, 4285.0, 4282.0, 4304.0, 4284.0, 4314.0, 4295.0, 4313.0, 4285.0, 4317.0, 4275.0, 4306.0, 4286.0, 4285.0, 4305.0, 4298.0, 4314.0, 4285.0, 4317.0, 4276.0, 4308.0, 4286.0, 4298.0, 4329.0, 4299.0, 4326.0, 4301.0, 4329.0, 4302.0, 4320.0, 4298.0, 4319.0, 4288.0, 4321.0, 4300.0, 4322.0, 4320.0, 4301.0, 4330.0, 4299.0, 4316.0, 4296.0, 4316.0, 4295.0, 4328.0, 4319.0, 4318.0, 4315.0, 4293.0, 4313.0, 4291.0, 4302.0, 4281.0, 4303.0, 4283.0, 4293.0, 4290.0, 4282.0, 4301.0, 4270.0, 4302.0, 4281.0, 4290.0, 4259.0, 4291.0, 4269.0, 4282.0, 4281.0, 4283.0, 4312.0, 4284.0, 4314.0, 4285.0, 4318.0, 4287.0, 4308.0, 4289.0, 4322.0, 4289.0, 4309.0, 4329.0, 4299.0, 4317.0, 4286.0, 4317.0, 4275.0, 4309.0, 4286.0, 4298.0, 4316.0, 4308.0, 4317.0, 4296.0, 4315.0, 4286.0, 4309.0, 4299.0, 4296.0, 4308.0, 4310.0, 4287.0, 4298.0, 4286.0, 4298.0, 4317.0, 4299.0, 4317.0, 4289.0, 4319.0, 4287.0, 4307.0, 4289.0, 4299.0, 4329.0, 4296.0, 4319.0, 4322.0, 4329.0, 4296.0, 4307.0, 4283.0, 4286.0, 4316.0, 4287.0, 4316.0, 4300.0, 4316.0, 4300.0, 4320.0, 4299.0, 4322.0, 4298.0, 4300.0, 4309.0, 4301.0, 4319.0, 4288.0, 4317.0, 4275.0, 4298.0, 4295.0, 4285.0, 4315.0, 4297.0, 4316.0, 4288.0, 4308.0, 4288.0, 4286.0, 4317.0, 4299.0, 4316.0, 4288.0, 4316.0, 4286.0, 4307.0, 4285.0, 4285.0, 4315.0, 4298.0, 4316.0, 4287.0, 4306.0, 4285.0, 4307.0, 4285.0, 4286.0, 4316.0, 4286.0, 4317.0, 4286.0, 4319.0, 4287.0, 4317.0, 4299.0, 4299.0, 4288.0, 4299.0, 4327.0, 4300.0, 4330.0, 4290.0, 4319.0, 4300.0, 4311.0, 4289.0, 4311.0, 4319.0, 4299.0, 4318.0, 4297.0, 4318.0, 4297.0, 4317.0, 4309.0, 4310.0, 4329.0, 4298.0, 4318.0, 4286.0, 4308.0, 4296.0, 4299.0, 4287.0, 4309.0, 4299.0, 4300.0, 4328.0, 4299.0, 4328.0, 4313.0, 4320.0, 4301.0, 4321.0, 4288.0, 4318.0, 4297.0, 4297.0, 4326.0, 4308.0, 4328.0, 4295.0, 4306.0, 4275.0, 4298.0, 4284.0, 4285.0, 4315.0, 4288.0, 4306.0, 4286.0, 4316.0, 4285.0, 4305.0, 4286.0, 4297.0, 4295.0, 4301.0, 4328.0, 4289.0, 4319.0, 4289.0, 4330.0, 4287.0, 4335.0], 'WindowWidth': [9654.0, 9568.0, 9592.0, 9525.0, 9552.0, 9552.0, 9532.0, 9556.0, 9529.0, 9551.0, 9510.0, 9553.0, 9495.0, 9536.0, 9511.0, 9536.0, 9494.0, 9524.0, 9490.0, 9503.0, 9534.0, 9503.0, 9551.0, 9525.0, 9546.0, 9509.0, 9531.0, 9493.0, 9529.0, 9490.0, 9548.0, 9506.0, 9534.0, 9478.0, 9541.0, 9515.0, 9557.0, 9512.0, 9573.0, 9530.0, 9534.0, 9526.0, 9501.0, 9551.0, 9500.0, 9554.0, 9491.0, 9508.0, 9546.0, 9516.0, 9552.0, 9510.0, 9548.0, 9509.0, 9536.0, 9491.0, 9532.0, 9495.0, 9541.0, 9516.0, 9541.0, 9495.0, 9522.0, 9505.0, 9518.0, 9546.0, 9526.0, 9550.0, 9505.0, 9545.0, 9508.0, 9531.0, 9501.0, 9530.0, 9503.0, 9537.0, 9545.0, 9514.0, 9542.0, 9500.0, 9525.0, 9503.0, 9526.0, 9490.0, 9527.0, 9506.0, 9532.0, 9496.0, 9537.0, 9492.0, 9532.0, 9493.0, 9532.0, 9523.0, 9544.0, 9526.0, 9508.0, 9509.0, 9543.0, 9510.0, 9542.0, 9494.0, 9517.0, 9529.0, 9485.0, 9528.0, 9479.0, 9533.0, 9486.0, 9500.0, 9541.0, 9485.0, 9543.0, 9528.0, 9548.0, 9553.0, 9577.0, 9539.0, 9579.0, 9541.0, 9575.0, 9504.0, 9548.0, 9540.0, 9531.0, 9568.0, 9530.0, 9553.0, 9497.0, 9524.0, 9537.0, 9520.0, 9553.0, 9523.0, 9556.0, 9524.0, 9547.0, 9509.0, 9536.0, 9492.0, 9535.0, 9490.0, 9516.0, 9528.0, 9518.0, 9497.0, 9504.0, 9508.0, 9526.0, 9498.0, 9526.0, 9499.0, 9557.0, 9512.0, 9547.0, 9568.0, 9522.0, 9549.0, 9500.0, 9523.0, 9466.0, 9507.0, 9468.0, 9514.0, 9485.0, 9503.0, 9474.0, 9502.0, 9488.0, 9507.0, 9548.0, 9526.0, 9571.0, 9531.0, 9555.0, 9517.0, 9559.0, 9509.0, 9527.0, 9549.0, 9512.0, 9555.0, 9509.0, 9537.0, 9491.0, 9518.0, 9491.0, 9522.0, 9546.0, 9521.0, 9549.0, 9508.0, 9546.0, 9493.0, 9546.0, 9489.0, 9520.0, 9491.0, 9528.0, 9522.0, 9514.0, 9551.0, 9510.0, 9551.0, 9500.0, 9552.0, 9508.0, 9544.0, 9495.0, 9529.0, 9524.0, 9512.0, 9552.0, 9527.0, 9551.0, 9530.0, 9561.0, 9519.0, 9563.0, 9521.0, 9559.0, 9515.0, 9546.0, 9533.0, 9551.0, 9532.0, 9522.0, 9575.0, 9534.0, 9560.0, 9517.0, 9561.0, 9551.0, 9562.0, 9536.0, 9547.0, 9517.0, 9527.0, 9566.0, 9521.0, 9565.0, 9536.0, 9532.0, 9500.0, 9513.0, 9481.0, 9514.0, 9481.0, 9485.0, 9524.0, 9504.0, 9526.0, 9487.0, 9529.0, 9490.0, 9531.0, 9513.0, 9538.0, 9514.0, 9549.0, 9516.0, 9517.0, 9558.0, 9532.0, 9558.0, 9536.0, 9560.0, 9522.0, 9558.0, 9496.0, 9536.0, 9491.0, 9522.0, 9544.0, 9515.0, 9525.0, 9516.0, 9529.0, 9491.0, 9534.0, 9489.0, 9517.0, 9544.0, 9516.0, 9547.0, 9520.0, 9535.0, 9511.0, 9547.0, 9496.0, 9533.0, 9494.0, 9558.0, 9496.0, 9525.0, 9498.0, 9510.0, 9550.0, 9509.0, 9551.0, 9522.0, 9552.0, 9504.0, 9533.0, 9503.0, 9517.0, 9499.0, 9515.0, 9547.0, 9554.0, 9532.0, 9505.0, 9530.0, 9494.0, 9531.0, 9489.0, 9534.0, 9493.0, 9524.0, 9495.0, 9511.0, 9536.0, 9510.0, 9546.0, 9505.0, 9534.0, 9491.0, 9535.0, 9487.0, 9505.0, 9547.0, 9507.0, 9529.0, 9513.0, 9543.0, 9491.0, 9482.0, 9458.0, 9460.0, 9450.0, 9477.0, 9525.0, 9522.0, 9549.0, 9511.0, 9529.0, 9568.0, 9534.0, 9600.0, 9537.0, 9575.0, 9514.0, 9550.0, 9533.0, 9533.0, 9548.0, 9528.0, 9540.0, 9502.0, 9516.0, 9495.0, 9490.0, 9490.0, 9472.0, 9486.0, 9439.0, 9469.0, 9451.0, 9454.0, 9433.0, 9459.0, 9437.0, 9471.0, 9461.0, 9480.0, 9488.0, 9477.0, 9510.0, 9481.0, 9512.0, 9463.0, 9486.0, 9530.0, 9487.0, 9526.0, 9495.0, 9530.0, 9499.0, 9538.0, 9494.0, 9505.0, 9529.0, 9514.0, 9550.0, 9497.0, 9540.0, 9492.0, 9509.0, 9503.0, 9505.0, 9544.0, 9516.0, 9533.0, 9499.0, 9539.0, 9492.0, 9534.0, 9490.0, 9507.0, 9549.0, 9500.0, 9534.0, 9490.0, 9511.0, 9468.0, 9499.0, 9470.0, 9502.0, 9502.0, 9488.0, 9527.0, 9491.0, 9528.0, 9486.0, 9529.0, 9470.0, 9513.0, 9486.0, 9487.0, 9525.0, 9487.0, 9528.0, 9485.0, 9526.0, 9485.0, 9515.0, 9490.0, 9526.0, 9491.0, 9499.0, 9553.0, 9513.0, 9552.0, 9514.0, 9554.0, 9518.0, 9562.0, 9542.0, 9589.0, 9524.0, 9533.0, 9552.0, 9511.0, 9555.0, 9525.0, 9536.0, 9498.0, 9537.0, 9487.0, 9519.0, 9514.0, 9516.0, 9548.0, 9530.0, 9529.0, 9496.0, 9496.0, 9468.0, 9497.0, 9511.0, 9499.0, 9530.0, 9498.0, 9524.0, 9467.0, 9511.0, 9481.0, 9494.0, 9508.0, 9480.0, 9509.0, 9473.0, 9509.0, 9475.0, 9516.0, 9477.0, 9523.0, 9519.0, 9528.0, 9521.0, 9509.0, 9538.0, 9512.0, 9560.0, 9514.0, 9544.0, 9538.0, 9554.0, 9514.0, 9552.0, 9499.0, 9538.0, 9491.0, 9508.0, 9550.0, 9547.0, 9538.0, 9499.0, 9537.0, 9495.0, 9534.0, 9501.0, 9522.0, 9545.0, 9515.0, 9532.0, 9501.0, 9515.0, 9483.0, 9513.0, 9485.0, 9517.0, 9508.0, 9521.0, 9491.0, 9505.0, 9527.0, 9504.0, 9528.0, 9505.0, 9533.0, 9488.0, 9513.0, 9486.0, 9510.0, 9469.0, 9498.0, 9506.0, 9483.0, 9510.0, 9505.0, 9529.0, 9483.0, 9515.0, 9468.0, 9496.0, 9513.0, 9486.0, 9522.0, 9509.0, 9537.0, 9516.0, 9542.0, 9517.0, 9555.0, 9512.0, 9527.0, 9534.0, 9524.0, 9545.0, 9508.0, 9543.0, 9498.0, 9540.0, 9506.0, 9521.0, 9553.0, 9537.0, 9539.0, 9501.0, 9518.0, 9503.0, 9488.0, 9525.0, 9500.0, 9530.0, 9482.0, 9515.0, 9480.0, 9477.0, 9519.0, 9463.0, 9501.0, 9467.0, 9510.0, 9489.0, 9516.0, 9489.0, 9518.0, 9492.0, 9530.0, 9537.0, 9516.0, 9551.0, 9521.0, 9542.0, 9508.0, 9545.0, 9496.0, 9497.0, 9536.0, 9509.0, 9542.0, 9525.0, 9540.0, 9497.0, 9512.0, 9554.0, 9513.0, 9533.0, 9494.0, 9543.0, 9526.0, 9522.0, 9561.0, 9515.0, 9517.0, 9485.0, 9513.0, 9507.0, 9533.0, 9530.0, 9500.0, 9511.0, 9482.0, 9509.0, 9466.0, 9493.0, 9483.0, 9479.0, 9510.0, 9485.0, 9523.0, 9502.0, 9524.0, 9487.0, 9532.0, 9473.0, 9516.0, 9487.0, 9486.0, 9514.0, 9509.0, 9524.0, 9487.0, 9533.0, 9476.0, 9520.0, 9490.0, 9510.0, 9552.0, 9510.0, 9546.0, 9519.0, 9556.0, 9521.0, 9542.0, 9511.0, 9540.0, 9497.0, 9546.0, 9516.0, 9546.0, 9543.0, 9519.0, 9555.0, 9512.0, 9534.0, 9503.0, 9529.0, 9500.0, 9549.0, 9537.0, 9531.0, 9527.0, 9493.0, 9522.0, 9489.0, 9505.0, 9473.0, 9506.0, 9477.0, 9493.0, 9489.0, 9476.0, 9502.0, 9458.0, 9502.0, 9474.0, 9484.0, 9441.0, 9488.0, 9457.0, 9476.0, 9476.0, 9479.0, 9518.0, 9484.0, 9524.0, 9486.0, 9535.0, 9491.0, 9521.0, 9497.0, 9545.0, 9497.0, 9524.0, 9550.0, 9510.0, 9534.0, 9491.0, 9534.0, 9475.0, 9523.0, 9489.0, 9507.0, 9532.0, 9520.0, 9534.0, 9503.0, 9529.0, 9491.0, 9523.0, 9512.0, 9504.0, 9519.0, 9529.0, 9493.0, 9509.0, 9492.0, 9509.0, 9533.0, 9510.0, 9535.0, 9498.0, 9539.0, 9494.0, 9522.0, 9497.0, 9512.0, 9552.0, 9504.0, 9537.0, 9548.0, 9552.0, 9500.0, 9518.0, 9483.0, 9490.0, 9531.0, 9490.0, 9528.0, 9514.0, 9530.0, 9514.0, 9540.0, 9512.0, 9545.0, 9507.0, 9511.0, 9524.0, 9514.0, 9541.0, 9494.0, 9533.0, 9475.0, 9506.0, 9501.0, 9487.0, 9529.0, 9505.0, 9533.0, 9496.0, 9524.0, 9494.0, 9490.0, 9531.0, 9511.0, 9531.0, 9494.0, 9531.0, 9489.0, 9521.0, 9488.0, 9488.0, 9528.0, 9508.0, 9530.0, 9491.0, 9516.0, 9486.0, 9519.0, 9486.0, 9489.0, 9530.0, 9491.0, 9532.0, 9490.0, 9538.0, 9495.0, 9532.0, 9509.0, 9510.0, 9494.0, 9512.0, 9546.0, 9512.0, 9556.0, 9499.0, 9536.0, 9511.0, 9529.0, 9499.0, 9532.0, 9539.0, 9510.0, 9537.0, 9505.0, 9536.0, 9505.0, 9535.0, 9525.0, 9529.0, 9553.0, 9508.0, 9535.0, 9490.0, 9519.0, 9502.0, 9509.0, 9492.0, 9524.0, 9513.0, 9516.0, 9551.0, 9511.0, 9549.0, 9536.0, 9540.0, 9515.0, 9543.0, 9493.0, 9538.0, 9507.0, 9503.0, 9544.0, 9520.0, 9549.0, 9499.0, 9516.0, 9473.0, 9508.0, 9484.0, 9486.0, 9526.0, 9493.0, 9517.0, 9491.0, 9530.0, 9487.0, 9516.0, 9490.0, 9505.0, 9502.0, 9516.0, 9550.0, 9497.0, 9537.0, 9499.0, 9554.0, 9492.0, 9568.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.006882117376294592</td></tr>
<tr><td colspan=3>aqi</td><td>0.030872815765247412</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.766332494377856</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2835760671543803</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1221345489861745</td></tr>
<tr><td colspan=3>efc</td><td>0.5407</td></tr>
<tr><td colspan=3>fber</td><td>3111.3569</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11419191687284476</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>60</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.904487917146145</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.356234626385081</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.297904581577322</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5032474857724747</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.267551811805446</td></tr>
<tr><td colspan=3>gcor</td><td>0.00700408</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005300427321344614</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03315447270870209</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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>4.540317284147353</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>13.0442</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.6035</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>246.683</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283400.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1175.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>432.0306</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4154</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>474.4642</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3458.6812</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3588.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>93144.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1667.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4423.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>790.2489</td></tr>
<tr><td colspan=3>tsnr</td><td>34.73539755446836</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>