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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-05_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-05_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-05_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_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-05_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-05_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_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-05_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-05_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0033/ses-03/func/sub-0033_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>ab53c2900b2e94b820e220a47ee1b55c</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:33:51.507500</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</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.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>287.891</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f4d034e6-96af-4497-bbfb-fae696e3dc6f||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': ['113351.507500', '113351.967500', '113352.427500', '113352.887500', '113353.347500', '113353.807500', '113354.267500', '113354.727500', '113355.187500', '113355.647500', '113356.107500', '113356.567500', '113357.027500', '113357.487500', '113357.947500', '113358.407500', '113358.867500', '113359.327500', '113359.787500', '113400.247500', '113400.707500', '113401.167500', '113401.627500', '113402.087500', '113402.547500', '113403.007500', '113403.467500', '113403.927500', '113404.387500', '113404.847500', '113405.307500', '113405.767500', '113406.227500', '113406.687500', '113407.147500', '113407.607500', '113408.067500', '113408.527500', '113408.987500', '113409.447500', '113409.907500', '113410.367500', '113410.827500', '113411.287500', '113411.747500', '113412.207500', '113412.667500', '113413.127500', '113413.587500', '113414.047500', '113414.507500', '113414.967500', '113415.427500', '113415.887500', '113416.347500', '113416.807500', '113417.267500', '113417.727500', '113418.187500', '113418.647500', '113419.107500', '113419.567500', '113420.027500', '113420.487500', '113420.947500', '113421.407500', '113421.867500', '113422.327500', '113422.787500', '113423.247500', '113423.707500', '113424.167500', '113424.627500', '113425.087500', '113425.547500', '113426.007500', '113426.467500', '113426.927500', '113427.387500', '113427.847500', '113428.307500', '113428.767500', '113429.227500', '113429.687500', '113430.147500', '113430.607500', '113431.067500', '113431.527500', '113431.987500', '113432.447500', '113432.907500', '113433.367500', '113433.827500', '113434.287500', '113434.747500', '113435.207500', '113435.667500', '113436.127500', '113436.587500', '113437.047500', '113437.507500', '113437.967500', '113438.427500', '113438.887500', '113439.347500', '113439.807500', '113440.267500', '113440.727500', '113441.187500', '113441.647500', '113442.107500', '113442.567500', '113443.027500', '113443.487500', '113443.947500', '113444.407500', '113444.867500', '113445.327500', '113445.787500', '113446.247500', '113446.707500', '113447.167500', '113447.627500', '113448.087500', '113448.547500', '113449.007500', '113449.467500', '113449.927500', '113450.387500', '113450.847500', '113451.307500', '113451.767500', '113452.227500', '113452.687500', '113453.147500', '113453.607500', '113454.067500', '113454.527500', '113454.987500', '113455.447500', '113455.907500', '113456.367500', '113456.827500', '113457.287500', '113457.747500', '113458.207500', '113458.667500', '113459.127500', '113459.587500', '113500.047500', '113500.507500', '113500.967500', '113501.427500', '113501.887500', '113502.347500', '113502.807500', '113503.267500', '113503.727500', '113504.187500', '113504.647500', '113505.107500', '113505.567500', '113506.027500', '113506.487500', '113506.947500', '113507.407500', '113507.867500', '113508.327500', '113508.787500', '113509.247500', '113509.707500', '113510.167500', '113510.627500', '113511.087500', '113511.547500', '113512.007500', '113512.467500', '113512.927500', '113513.387500', '113513.847500', '113514.307500', '113514.767500', '113515.227500', '113515.687500', '113516.147500', '113516.607500', '113517.067500', '113517.527500', '113517.987500', '113518.447500', '113518.907500', '113519.367500', '113519.827500', '113520.287500', '113520.747500', '113521.207500', '113521.667500', '113522.127500', '113522.587500', '113523.047500', '113523.507500', '113523.967500', '113524.427500', '113524.887500', '113525.347500', '113525.807500', '113526.267500', '113526.727500', '113527.187500', '113527.647500', '113528.107500', '113528.567500', '113529.027500', '113529.487500', '113529.947500', '113530.407500', '113530.867500', '113531.327500', '113531.787500', '113532.247500', '113532.707500', '113533.167500', '113533.627500', '113534.087500', '113534.547500', '113535.007500', '113535.467500', '113535.927500', '113536.387500', '113536.847500', '113537.307500', '113537.767500', '113538.227500', '113538.687500', '113539.147500', '113539.607500', '113540.067500', '113540.527500', '113540.987500', '113541.447500', '113541.907500', '113542.367500', '113542.827500', '113543.287500', '113543.747500', '113544.207500', '113544.667500', '113545.127500', '113545.587500', '113546.047500', '113546.507500', '113546.967500', '113547.427500', '113547.887500', '113548.347500', '113548.807500', '113549.267500', '113549.727500', '113550.187500', '113550.647500', '113551.107500', '113551.567500', '113552.027500', '113552.487500', '113552.947500', '113553.407500', '113553.867500', '113554.327500', '113554.787500', '113555.247500', '113555.707500', '113556.167500', '113556.627500', '113557.087500', '113557.547500', '113558.007500', '113558.467500', '113558.927500', '113559.387500', '113559.847500', '113600.307500', '113600.767500', '113601.227500', '113601.687500', '113602.147500', '113602.607500', '113603.067500', '113603.527500', '113603.987500', '113604.447500', '113604.907500', '113605.367500', '113605.827500', '113606.287500', '113606.747500', '113607.207500', '113607.667500', '113608.127500', '113608.587500', '113609.047500', '113609.507500', '113609.967500', '113610.427500', '113610.887500', '113611.347500', '113611.807500', '113612.267500', '113612.727500', '113613.187500', '113613.647500', '113614.107500', '113614.567500', '113615.027500', '113615.487500', '113615.947500', '113616.407500', '113616.867500', '113617.327500', '113617.787500', '113618.247500', '113618.707500', '113619.167500', '113619.627500', '113620.087500', '113620.547500', '113621.007500', '113621.467500', '113621.927500', '113622.387500', '113622.847500', '113623.307500', '113623.767500', '113624.227500', '113624.687500', '113625.147500', '113625.607500', '113626.067500', '113626.527500', '113626.987500', '113627.447500', '113627.907500', '113628.367500', '113628.827500', '113629.287500', '113629.747500', '113630.207500', '113630.667500', '113631.127500', '113631.587500', '113632.047500', '113632.507500', '113632.967500', '113633.427500', '113633.887500', '113634.347500', '113634.807500', '113635.267500', '113635.727500', '113636.187500', '113636.647500', '113637.107500', '113637.567500', '113638.027500', '113638.487500', '113638.947500', '113639.407500', '113639.867500', '113640.327500', '113640.787500', '113641.247500', '113641.707500', '113642.167500', '113642.627500', '113643.087500', '113643.547500', '113644.007500', '113644.467500', '113644.927500', '113645.387500', '113645.847500', '113646.307500', '113646.767500', '113647.227500', '113647.687500', '113648.147500', '113648.607500', '113649.067500', '113649.527500', '113649.987500', '113650.447500', '113650.907500', '113651.367500', '113651.827500', '113652.287500', '113652.747500', '113653.207500', '113653.667500', '113654.127500', '113654.587500', '113655.047500', '113655.507500', '113655.967500', '113656.427500', '113656.887500', '113657.347500', '113657.807500', '113658.267500', '113658.727500', '113659.187500', '113659.647500', '113700.107500', '113700.567500', '113701.027500', '113701.487500', '113701.947500', '113702.407500', '113702.867500', '113703.327500', '113703.787500', '113704.247500', '113704.707500', '113705.167500', '113705.627500', '113706.087500', '113706.547500', '113707.007500', '113707.467500', '113707.927500', '113708.387500', '113708.847500', '113709.307500', '113709.767500', '113710.227500', '113710.687500', '113711.147500', '113711.607500', '113712.067500', '113712.527500', '113712.987500', '113713.447500', '113713.907500', '113714.367500', '113714.827500', '113715.287500', '113715.747500', '113716.207500', '113716.667500', '113717.127500', '113717.587500', '113718.047500', '113718.507500', '113718.967500', '113719.427500', '113719.887500', '113720.347500', '113720.807500', '113721.267500', '113721.727500', '113722.187500', '113722.647500', '113723.107500', '113723.567500', '113724.027500', '113724.487500', '113724.947500', '113725.407500', '113725.867500', '113726.327500', '113726.787500', '113727.247500', '113727.707500', '113728.167500', '113728.627500', '113729.087500', '113729.547500', '113730.007500', '113730.467500', '113730.927500', '113731.387500', '113731.847500', '113732.307500', '113732.767500', '113733.227500', '113733.687500', '113734.147500', '113734.607500', '113735.067500', '113735.527500', '113735.987500', '113736.447500', '113736.907500', '113737.367500', '113737.827500', '113738.287500', '113738.747500', '113739.207500', '113739.667500', '113740.127500', '113740.587500', '113741.047500', '113741.507500', '113741.967500', '113742.427500', '113742.887500', '113743.347500', '113743.807500', '113744.267500', '113744.727500', '113745.187500', '113745.647500', '113746.107500', '113746.567500', '113747.027500', '113747.487500', '113747.947500', '113748.407500', '113748.867500', '113749.327500', '113749.787500', '113750.247500', '113750.707500', '113751.167500', '113751.627500', '113752.087500', '113752.547500', '113753.007500', '113753.467500', '113753.927500', '113754.387500', '113754.847500', '113755.307500', '113755.767500', '113756.227500', '113756.687500', '113757.147500', '113757.607500', '113758.067500', '113758.527500', '113758.987500', '113759.447500', '113759.907500', '113800.367500', '113800.827500', '113801.287500', '113801.747500', '113802.207500', '113802.667500', '113803.127500', '113803.587500', '113804.047500', '113804.507500', '113804.967500', '113805.427500', '113805.887500', '113806.347500', '113806.807500', '113807.267500', '113807.727500', '113808.187500', '113808.647500', '113809.107500', '113809.567500', '113810.027500', '113810.487500', '113810.947500', '113811.407500', '113811.867500', '113812.327500', '113812.787500', '113813.247500', '113813.707500', '113814.167500', '113814.627500', '113815.087500', '113815.547500', '113816.007500', '113816.467500', '113816.927500', '113817.387500', '113817.847500', '113818.307500', '113818.767500', '113819.227500', '113819.687500', '113820.147500', '113820.607500', '113821.067500', '113821.527500', '113821.987500', '113822.447500', '113822.907500', '113823.367500', '113823.827500', '113824.287500', '113824.747500', '113825.207500', '113825.667500', '113826.127500', '113826.587500', '113827.047500', '113827.507500', '113827.967500', '113828.427500', '113828.887500', '113829.347500', '113829.807500', '113830.267500', '113830.727500', '113831.187500', '113831.647500', '113832.107500', '113832.567500', '113833.027500', '113833.487500', '113833.947500', '113834.407500', '113834.867500', '113835.327500', '113835.787500', '113836.247500', '113836.707500', '113837.167500', '113837.627500', '113838.087500', '113838.547500', '113839.007500', '113839.467500', '113839.927500', '113840.387500', '113840.847500', '113841.307500', '113841.767500', '113842.227500', '113842.687500', '113843.147500', '113843.607500', '113844.067500', '113844.527500', '113844.987500', '113845.447500', '113845.907500', '113846.367500', '113846.827500', '113847.287500', '113847.747500', '113848.207500', '113848.667500', '113849.127500', '113849.587500', '113850.047500', '113850.507500', '113850.967500', '113851.427500', '113851.887500', '113852.347500', '113852.807500', '113853.267500', '113853.727500', '113854.187500', '113854.647500', '113855.107500', '113855.567500', '113856.027500', '113856.487500', '113856.947500', '113857.407500', '113857.867500', '113858.327500', '113858.787500', '113859.247500', '113859.707500', '113900.167500', '113900.627500', '113901.087500', '113901.547500', '113902.007500', '113902.467500', '113902.927500', '113903.387500', '113903.847500', '113904.307500', '113904.767500', '113905.227500', '113905.687500', '113906.147500', '113906.607500', '113907.067500', '113907.527500', '113907.987500', '113908.447500', '113908.907500', '113909.367500', '113909.827500', '113910.287500', '113910.747500', '113911.207500', '113911.667500', '113912.127500', '113912.587500', '113913.047500', '113913.507500', '113913.967500', '113914.427500', '113914.887500', '113915.347500', '113915.807500', '113916.267500', '113916.727500', '113917.187500', '113917.647500', '113918.107500', '113918.567500', '113919.027500', '113919.487500', '113919.947500', '113920.407500', '113920.867500', '113921.327500', '113921.787500', '113922.247500', '113922.707500', '113923.167500', '113923.627500', '113924.087500', '113924.547500', '113925.007500', '113925.467500', '113925.927500', '113926.387500', '113926.847500', '113927.307500', '113927.767500', '113928.227500', '113928.687500', '113929.147500', '113929.607500', '113930.067500', '113930.527500', '113930.987500', '113931.447500', '113931.907500', '113932.367500', '113932.827500', '113933.287500', '113933.747500', '113934.207500', '113934.667500', '113935.127500', '113935.587500', '113936.047500', '113936.507500', '113936.967500', '113937.427500', '113937.887500', '113938.347500', '113938.807500', '113939.267500', '113939.727500', '113940.187500', '113940.647500', '113941.107500', '113941.567500', '113942.027500', '113942.487500', '113942.947500', '113943.407500', '113943.867500', '113944.327500', '113944.787500', '113945.247500', '113945.707500', '113946.167500', '113946.627500', '113947.087500', '113947.547500', '113948.007500', '113948.467500', '113948.927500', '113949.387500', '113949.847500', '113950.307500', '113950.767500', '113951.227500', '113951.687500', '113952.147500', '113952.607500', '113953.067500', '113953.527500', '113953.987500', '113954.447500', '113954.907500', '113955.367500', '113955.827500', '113956.287500', '113956.747500', '113957.207500', '113957.667500', '113958.127500', '113958.587500', '113959.047500', '113959.507500', '113959.967500', '114000.427500', '114000.887500', '114001.347500', '114001.807500', '114002.267500', '114002.727500', '114003.187500', '114003.647500', '114004.107500', '114004.567500', '114005.027500', '114005.487500', '114005.947500', '114006.407500', '114006.867500', '114007.327500', '114007.787500', '114008.247500', '114008.707500', '114009.167500', '114009.627500', '114010.087500', '114010.547500', '114011.007500', '114011.467500', '114011.927500', '114012.387500', '114012.847500', '114013.307500', '114013.767500', '114014.227500', '114014.687500', '114015.147500', '114015.607500', '114016.067500', '114016.527500', '114016.987500', '114017.447500', '114017.907500', '114018.367500', '114018.827500', '114019.287500', '114019.747500', '114020.207500', '114020.667500', '114021.127500', '114021.587500', '114022.047500', '114022.507500', '114022.967500', '114023.427500', '114023.887500', '114024.347500', '114024.807500', '114025.267500', '114025.727500', '114026.187500', '114026.647500', '114027.107500', '114027.567500', '114028.027500', '114028.487500', '114028.947500', '114029.407500', '114029.867500', '114030.327500', '114030.787500', '114031.247500', '114031.707500', '114032.167500'], 'ContentTime': ['113415.715000', '113415.719000', '113415.722000', '113415.725000', '113415.728000', '113415.731000', '113415.733000', '113415.736000', '113415.739000', '113415.742000', '113415.753000', '113415.756000', '113415.759000', '113415.762000', '113415.765000', '113415.768000', '113415.771000', '113415.773000', '113415.776000', '113415.779000', '113415.782000', '113415.785000', '113415.788000', '113415.791000', '113415.794000', '113415.797000', '113415.800000', '113415.803000', '113415.811000', '113415.814000', '113415.817000', '113415.820000', '113415.823000', '113415.826000', '113415.829000', '113415.831000', '113415.834000', '113415.837000', '113415.840000', '113415.843000', '113415.846000', '113415.849000', '113415.852000', '113415.855000', '113415.857000', '113415.860000', '113415.863000', '113415.866000', '113415.869000', '113415.872000', '113415.875000', '113415.878000', '113435.670000', '113435.673000', '113435.676000', '113435.679000', '113435.682000', '113435.685000', '113435.687000', '113435.690000', '113435.693000', '113435.696000', '113435.699000', '113435.702000', '113435.705000', '113435.707000', '113435.710000', '113435.713000', '113435.716000', '113435.719000', '113435.722000', '113435.725000', '113435.728000', '113435.731000', '113435.733000', '113435.736000', '113435.739000', '113435.742000', '113435.747000', '113435.762000', '113435.765000', '113435.768000', '113435.770000', '113435.773000', '113435.776000', '113435.779000', '113435.782000', '113435.785000', '113435.788000', '113435.791000', '113435.793000', '113435.796000', '113435.799000', '113435.802000', '113435.805000', '113455.671000', '113455.674000', '113455.677000', '113455.680000', '113455.683000', '113455.686000', '113455.689000', '113455.691000', '113455.694000', '113455.697000', '113455.700000', '113455.703000', '113455.706000', '113455.709000', '113455.711000', '113455.714000', '113455.717000', '113455.720000', '113455.730000', '113455.733000', '113455.736000', '113455.739000', '113455.742000', '113455.745000', '113455.747000', '113455.750000', '113455.753000', '113455.756000', '113455.759000', '113455.762000', '113455.765000', '113455.768000', '113455.771000', '113455.774000', '113455.776000', '113455.779000', '113455.782000', '113455.785000', '113455.788000', '113455.791000', '113455.794000', '113455.797000', '113455.799000', '113455.802000', '113515.671000', '113515.674000', '113515.677000', '113515.680000', '113515.683000', '113515.685000', '113515.688000', '113515.691000', '113515.695000', '113515.699000', '113515.702000', '113515.704000', '113515.707000', '113515.710000', '113515.713000', '113515.716000', '113515.719000', '113515.722000', '113515.725000', '113515.728000', '113515.731000', '113515.734000', '113515.736000', '113515.739000', '113515.742000', '113515.745000', '113515.748000', '113515.751000', '113515.754000', '113515.757000', '113515.760000', '113515.763000', '113515.790000', '113515.793000', '113515.796000', '113515.799000', '113515.802000', '113515.805000', '113515.808000', '113515.811000', '113515.814000', '113515.816000', '113515.819000', '113535.671000', '113535.674000', '113535.677000', '113535.680000', '113535.683000', '113535.686000', '113535.689000', '113535.691000', '113535.694000', '113535.697000', '113535.700000', '113535.703000', '113535.706000', '113535.709000', '113535.712000', '113535.715000', '113535.717000', '113535.720000', '113535.723000', '113535.726000', '113535.729000', '113535.732000', '113535.735000', '113535.738000', '113535.740000', '113535.743000', '113535.746000', '113535.749000', '113535.752000', '113535.762000', '113535.765000', '113535.768000', '113535.771000', '113535.774000', '113535.776000', '113535.779000', '113535.782000', '113535.785000', '113535.788000', '113535.791000', '113535.794000', '113535.797000', '113535.799000', '113535.802000', '113555.671000', '113555.674000', '113555.677000', '113555.680000', '113555.683000', '113555.686000', '113555.688000', '113555.695000', '113555.698000', '113555.701000', '113555.704000', '113555.707000', '113555.710000', '113555.712000', '113555.715000', '113555.718000', '113555.721000', '113555.724000', '113555.727000', '113555.730000', '113555.733000', '113555.736000', '113555.739000', '113555.741000', '113555.744000', '113555.747000', '113555.750000', '113555.753000', '113555.756000', '113555.759000', '113555.762000', '113555.765000', '113555.768000', '113555.770000', '113555.773000', '113555.778000', '113555.781000', '113555.783000', '113555.786000', '113555.789000', '113555.792000', '113555.795000', '113555.798000', '113615.671000', '113615.674000', '113615.677000', '113615.685000', '113615.688000', '113615.691000', '113615.694000', '113615.696000', '113615.699000', '113615.702000', '113615.705000', '113615.708000', '113615.711000', '113615.714000', '113615.717000', '113615.720000', '113615.723000', '113615.726000', '113615.728000', '113615.731000', '113615.734000', '113615.737000', '113615.740000', '113615.743000', '113615.746000', '113615.749000', '113615.752000', '113615.754000', '113615.757000', '113615.760000', '113615.763000', '113615.766000', '113615.769000', '113615.772000', '113615.775000', '113615.777000', '113615.780000', '113615.783000', '113615.786000', '113615.789000', '113615.792000', '113615.795000', '113615.798000', '113615.801000', '113635.671000', '113635.674000', '113635.677000', '113635.680000', '113635.683000', '113635.686000', '113635.688000', '113635.691000', '113635.694000', '113635.697000', '113635.710000', '113635.713000', '113635.716000', '113635.719000', '113635.722000', '113635.724000', '113635.727000', '113635.731000', '113635.734000', '113635.737000', '113635.740000', '113635.743000', '113635.746000', '113635.749000', '113635.752000', '113635.755000', '113635.758000', '113635.761000', '113635.764000', '113635.767000', '113635.769000', '113635.772000', '113635.775000', '113635.778000', '113635.781000', '113635.784000', '113635.787000', '113635.791000', '113635.794000', '113635.796000', '113635.799000', '113635.802000', '113635.805000', '113655.670000', '113655.673000', '113655.676000', '113655.679000', '113655.682000', '113655.685000', '113655.688000', '113655.690000', '113655.693000', '113655.696000', '113655.699000', '113655.702000', '113655.705000', '113655.708000', '113655.711000', '113655.714000', '113655.717000', '113655.720000', '113655.723000', '113655.725000', '113655.728000', '113655.731000', '113655.734000', '113655.737000', '113655.740000', '113655.743000', '113655.746000', '113655.749000', '113655.752000', '113655.754000', '113655.757000', '113655.760000', '113655.763000', '113655.766000', '113655.769000', '113655.772000', '113655.775000', '113655.778000', '113655.781000', '113655.784000', '113655.787000', '113655.789000', '113655.792000', '113655.795000', '113715.671000', '113715.674000', '113715.677000', '113715.680000', '113715.683000', '113715.686000', '113715.688000', '113715.691000', '113715.694000', '113715.697000', '113715.700000', '113715.703000', '113715.706000', '113715.709000', '113715.712000', '113715.714000', '113715.717000', '113715.720000', '113715.723000', '113715.726000', '113715.729000', '113715.732000', '113715.735000', '113715.738000', '113715.741000', '113715.761000', '113715.764000', '113715.766000', '113715.769000', '113715.776000', '113715.779000', '113715.782000', '113715.785000', '113715.788000', '113715.791000', '113715.794000', '113715.797000', '113715.800000', '113715.802000', '113715.805000', '113715.808000', '113715.811000', '113715.815000', '113735.671000', '113735.674000', '113735.677000', '113735.680000', '113735.683000', '113735.685000', '113735.688000', '113735.691000', '113735.694000', '113735.697000', '113735.700000', '113735.703000', '113735.706000', '113735.709000', '113735.712000', '113735.715000', '113735.717000', '113735.720000', '113735.723000', '113735.726000', '113735.729000', '113735.732000', '113735.735000', '113735.738000', '113735.741000', '113735.743000', '113735.746000', '113735.749000', '113735.752000', '113735.755000', '113735.758000', '113735.761000', '113735.764000', '113735.767000', '113735.770000', '113735.772000', '113735.775000', '113735.778000', '113735.781000', '113735.784000', '113735.787000', '113735.790000', '113735.793000', '113735.796000', '113755.671000', '113755.674000', '113755.677000', '113755.680000', '113755.683000', '113755.686000', '113755.689000', '113755.691000', '113755.694000', '113755.697000', '113755.700000', '113755.703000', '113755.706000', '113755.709000', '113755.712000', '113755.714000', '113755.717000', '113755.720000', '113755.723000', '113755.726000', '113755.729000', '113755.732000', '113755.735000', '113755.738000', '113755.741000', '113755.744000', '113755.747000', '113755.750000', '113755.752000', '113755.755000', '113755.758000', '113755.761000', '113755.764000', '113755.767000', '113755.771000', '113755.774000', '113755.777000', '113755.780000', '113755.783000', '113755.786000', '113755.789000', '113755.792000', '113755.794000', '113815.671000', '113815.674000', '113815.677000', '113815.680000', '113815.683000', '113815.686000', '113815.688000', '113815.691000', '113815.694000', '113815.697000', '113815.700000', '113815.703000', '113815.706000', '113815.709000', '113815.712000', '113815.715000', '113815.717000', '113815.720000', '113815.723000', '113815.726000', '113815.729000', '113815.732000', '113815.735000', '113815.738000', '113815.741000', '113815.744000', '113815.747000', '113815.750000', '113815.753000', '113815.756000', '113815.758000', '113815.761000', '113815.764000', '113815.767000', '113815.770000', '113815.773000', '113815.776000', '113815.779000', '113815.782000', '113815.785000', '113815.787000', '113815.790000', '113815.793000', '113815.796000', '113835.671000', '113835.674000', '113835.677000', '113835.680000', '113835.683000', '113835.686000', '113835.689000', '113835.692000', '113835.694000', '113835.697000', '113835.700000', '113835.703000', '113835.706000', '113835.709000', '113835.712000', '113835.715000', '113835.718000', '113835.721000', '113835.724000', '113835.727000', '113835.729000', '113835.732000', '113835.735000', '113835.738000', '113835.741000', '113835.744000', '113835.747000', '113835.750000', '113835.753000', '113835.756000', '113835.759000', '113835.762000', '113835.765000', '113835.767000', '113835.770000', '113835.773000', '113835.776000', '113835.779000', '113835.782000', '113835.785000', '113835.788000', '113835.791000', '113835.793000', '113855.671000', '113855.674000', '113855.677000', '113855.680000', '113855.683000', '113855.686000', '113855.702000', '113855.705000', '113855.708000', '113855.711000', '113855.714000', '113855.717000', '113855.719000', '113855.722000', '113855.725000', '113855.728000', '113855.731000', '113855.734000', '113855.737000', '113855.740000', '113855.743000', '113855.746000', '113855.749000', '113855.751000', '113855.754000', '113855.757000', '113855.760000', '113855.763000', '113855.766000', '113855.769000', '113855.772000', '113855.775000', '113855.778000', '113855.781000', '113855.784000', '113855.787000', '113855.790000', '113855.792000', '113855.795000', '113855.798000', '113855.801000', '113855.804000', '113855.807000', '113855.810000', '113915.670000', '113915.673000', '113915.676000', '113915.679000', '113915.682000', '113915.685000', '113915.688000', '113915.690000', '113915.693000', '113915.696000', '113915.699000', '113915.702000', '113915.705000', '113915.708000', '113915.711000', '113915.713000', '113915.716000', '113915.719000', '113915.722000', '113915.725000', '113915.728000', '113915.731000', '113915.734000', '113915.737000', '113915.740000', '113915.742000', '113915.745000', '113915.748000', '113915.751000', '113915.754000', '113915.757000', '113915.760000', '113915.763000', '113915.766000', '113915.769000', '113915.772000', '113915.774000', '113915.777000', '113915.780000', '113915.783000', '113915.786000', '113915.789000', '113915.792000', '113935.671000', '113935.674000', '113935.677000', '113935.680000', '113935.683000', '113935.686000', '113935.688000', '113935.691000', '113935.694000', '113935.697000', '113935.700000', '113935.703000', '113935.706000', '113935.709000', '113935.712000', '113935.715000', '113935.718000', '113935.720000', '113935.723000', '113935.726000', '113935.729000', '113935.732000', '113935.735000', '113935.738000', '113935.741000', '113935.744000', '113935.747000', '113935.750000', '113935.753000', '113935.756000', '113935.758000', '113935.761000', '113935.764000', '113935.767000', '113935.770000', '113935.773000', '113935.776000', '113935.779000', '113935.782000', '113935.785000', '113935.788000', '113935.790000', '113935.793000', '113935.796000', '113955.671000', '113955.674000', '113955.677000', '113955.680000', '113955.683000', '113955.686000', '113955.689000', '113955.692000', '113955.695000', '113955.697000', '113955.702000', '113955.705000', '113955.708000', '113955.711000', '113955.714000', '113955.717000', '113955.720000', '113955.722000', '113955.726000', '113955.728000', '113955.731000', '113955.734000', '113955.737000', '113955.740000', '113955.743000', '113955.746000', '113955.749000', '113955.752000', '113955.755000', '113955.758000', '113955.760000', '113955.763000', '113955.766000', '113955.769000', '113955.772000', '113955.775000', '113955.778000', '113955.781000', '113955.784000', '113955.787000', '113955.790000', '113955.792000', '113955.795000', '114015.671000', '114015.674000', '114015.677000', '114015.680000', '114015.683000', '114015.686000', '114015.689000', '114015.692000', '114015.695000', '114015.698000', '114015.701000', '114015.704000', '114015.706000', '114015.709000', '114015.712000', '114015.715000', '114015.718000', '114015.734000', '114015.737000', '114015.740000', '114015.742000', '114015.745000', '114015.748000', '114015.751000', '114015.754000', '114015.757000', '114015.760000', '114015.763000', '114015.766000', '114015.769000', '114015.772000', '114015.775000', '114015.777000', '114015.780000', '114015.783000', '114015.786000', '114015.789000', '114015.792000', '114015.795000', '114015.798000', '114015.801000', '114015.803000', '114015.806000', '114032.743000', '114032.747000', '114032.750000', '114032.753000', '114032.756000', '114032.759000', '114032.762000', '114032.766000', '114032.817000', '114032.820000', '114032.823000', '114032.826000', '114032.829000', '114032.832000', '114032.835000', '114032.838000', '114032.841000', '114032.844000', '114032.847000', '114032.850000', '114032.853000', '114032.856000', '114032.859000', '114032.862000', '114032.864000', '114032.868000', '114032.871000', '114032.874000', '114032.877000', '114032.880000', '114032.883000', '114032.886000', '114032.889000', '114032.892000', '114032.895000', '114032.898000', '114032.901000', '114032.904000'], 'InstanceCreationTime': ['113415.715000', '113415.719000', '113415.722000', '113415.725000', '113415.728000', '113415.731000', '113415.733000', '113415.736000', '113415.739000', '113415.742000', '113415.753000', '113415.756000', '113415.759000', '113415.762000', '113415.765000', '113415.768000', '113415.771000', '113415.773000', '113415.776000', '113415.779000', '113415.782000', '113415.785000', '113415.788000', '113415.791000', '113415.794000', '113415.797000', '113415.800000', '113415.803000', '113415.811000', '113415.814000', '113415.817000', '113415.820000', '113415.823000', '113415.826000', '113415.829000', '113415.831000', '113415.834000', '113415.837000', '113415.840000', '113415.843000', '113415.846000', '113415.849000', '113415.852000', '113415.855000', '113415.857000', '113415.860000', '113415.863000', '113415.866000', '113415.869000', '113415.872000', '113415.875000', '113415.878000', '113435.670000', '113435.673000', '113435.676000', '113435.679000', '113435.682000', '113435.685000', '113435.687000', '113435.690000', '113435.693000', '113435.696000', '113435.699000', '113435.702000', '113435.705000', '113435.707000', '113435.710000', '113435.713000', '113435.716000', '113435.719000', '113435.722000', '113435.725000', '113435.728000', '113435.731000', '113435.733000', '113435.736000', '113435.739000', '113435.742000', '113435.747000', '113435.762000', '113435.765000', '113435.768000', '113435.770000', '113435.773000', '113435.776000', '113435.779000', '113435.782000', '113435.785000', '113435.788000', '113435.791000', '113435.793000', '113435.796000', '113435.799000', '113435.802000', '113435.805000', '113455.671000', '113455.674000', '113455.677000', '113455.680000', '113455.683000', '113455.686000', '113455.689000', '113455.691000', '113455.694000', '113455.697000', '113455.700000', '113455.703000', '113455.706000', '113455.709000', '113455.711000', '113455.714000', '113455.717000', '113455.720000', '113455.730000', '113455.733000', '113455.736000', '113455.739000', '113455.742000', '113455.745000', '113455.747000', '113455.750000', '113455.753000', '113455.756000', '113455.759000', '113455.762000', '113455.765000', '113455.768000', '113455.771000', '113455.774000', '113455.776000', '113455.779000', '113455.782000', '113455.785000', '113455.788000', '113455.791000', '113455.794000', '113455.797000', '113455.799000', '113455.802000', '113515.671000', '113515.674000', '113515.677000', '113515.680000', '113515.683000', '113515.685000', '113515.688000', '113515.691000', '113515.695000', '113515.699000', '113515.702000', '113515.704000', '113515.707000', '113515.710000', '113515.713000', '113515.716000', '113515.719000', '113515.722000', '113515.725000', '113515.728000', '113515.731000', '113515.734000', '113515.736000', '113515.739000', '113515.742000', '113515.745000', '113515.748000', '113515.751000', '113515.754000', '113515.757000', '113515.760000', '113515.763000', '113515.790000', '113515.793000', '113515.796000', '113515.799000', '113515.802000', '113515.805000', '113515.808000', '113515.811000', '113515.814000', '113515.816000', '113515.819000', '113535.671000', '113535.674000', '113535.677000', '113535.680000', '113535.683000', '113535.686000', '113535.689000', '113535.691000', '113535.694000', '113535.697000', '113535.700000', '113535.703000', '113535.706000', '113535.709000', '113535.712000', '113535.715000', '113535.717000', '113535.720000', '113535.723000', '113535.726000', '113535.729000', '113535.732000', '113535.735000', '113535.738000', '113535.740000', '113535.743000', '113535.746000', '113535.749000', '113535.752000', '113535.762000', '113535.765000', '113535.768000', '113535.771000', '113535.774000', '113535.776000', '113535.779000', '113535.782000', '113535.785000', '113535.788000', '113535.791000', '113535.794000', '113535.797000', '113535.799000', '113535.802000', '113555.671000', '113555.674000', '113555.677000', '113555.680000', '113555.683000', '113555.686000', '113555.688000', '113555.695000', '113555.698000', '113555.701000', '113555.704000', '113555.707000', '113555.710000', '113555.712000', '113555.715000', '113555.718000', '113555.721000', '113555.724000', '113555.727000', '113555.730000', '113555.733000', '113555.736000', '113555.739000', '113555.741000', '113555.744000', '113555.747000', '113555.750000', '113555.753000', '113555.756000', '113555.759000', '113555.762000', '113555.765000', '113555.768000', '113555.770000', '113555.773000', '113555.778000', '113555.781000', '113555.783000', '113555.786000', '113555.789000', '113555.792000', '113555.795000', '113555.798000', '113615.671000', '113615.674000', '113615.677000', '113615.685000', '113615.688000', '113615.691000', '113615.694000', '113615.696000', '113615.699000', '113615.702000', '113615.705000', '113615.708000', '113615.711000', '113615.714000', '113615.717000', '113615.720000', '113615.723000', '113615.726000', '113615.728000', '113615.731000', '113615.734000', '113615.737000', '113615.740000', '113615.743000', '113615.746000', '113615.749000', '113615.752000', '113615.754000', '113615.757000', '113615.760000', '113615.763000', '113615.766000', '113615.769000', '113615.772000', '113615.775000', '113615.777000', '113615.780000', '113615.783000', '113615.786000', '113615.789000', '113615.792000', '113615.795000', '113615.798000', '113615.801000', '113635.671000', '113635.674000', '113635.677000', '113635.680000', '113635.683000', '113635.686000', '113635.688000', '113635.691000', '113635.694000', '113635.697000', '113635.710000', '113635.713000', '113635.716000', '113635.719000', '113635.722000', '113635.724000', '113635.727000', '113635.731000', '113635.734000', '113635.737000', '113635.740000', '113635.743000', '113635.746000', '113635.749000', '113635.752000', '113635.755000', '113635.758000', '113635.761000', '113635.764000', '113635.767000', '113635.769000', '113635.772000', '113635.775000', '113635.778000', '113635.781000', '113635.784000', '113635.787000', '113635.791000', '113635.794000', '113635.796000', '113635.799000', '113635.802000', '113635.805000', '113655.670000', '113655.673000', '113655.676000', '113655.679000', '113655.682000', '113655.685000', '113655.688000', '113655.690000', '113655.693000', '113655.696000', '113655.699000', '113655.702000', '113655.705000', '113655.708000', '113655.711000', '113655.714000', '113655.717000', '113655.720000', '113655.723000', '113655.725000', '113655.728000', '113655.731000', '113655.734000', '113655.737000', '113655.740000', '113655.743000', '113655.746000', '113655.749000', '113655.752000', '113655.754000', '113655.757000', '113655.760000', '113655.763000', '113655.766000', '113655.769000', '113655.772000', '113655.775000', '113655.778000', '113655.781000', '113655.784000', '113655.787000', '113655.789000', '113655.792000', '113655.795000', '113715.671000', '113715.674000', '113715.677000', '113715.680000', '113715.683000', '113715.686000', '113715.688000', '113715.691000', '113715.694000', '113715.697000', '113715.700000', '113715.703000', '113715.706000', '113715.709000', '113715.712000', '113715.714000', '113715.717000', '113715.720000', '113715.723000', '113715.726000', '113715.729000', '113715.732000', '113715.735000', '113715.738000', '113715.741000', '113715.761000', '113715.764000', '113715.766000', '113715.769000', '113715.776000', '113715.779000', '113715.782000', '113715.785000', '113715.788000', '113715.791000', '113715.794000', '113715.797000', '113715.800000', '113715.802000', '113715.805000', '113715.808000', '113715.811000', '113715.815000', '113735.671000', '113735.674000', '113735.677000', '113735.680000', '113735.683000', '113735.685000', '113735.688000', '113735.691000', '113735.694000', '113735.697000', '113735.700000', '113735.703000', '113735.706000', '113735.709000', '113735.712000', '113735.715000', '113735.717000', '113735.720000', '113735.723000', '113735.726000', '113735.729000', '113735.732000', '113735.735000', '113735.738000', '113735.741000', '113735.743000', '113735.746000', '113735.749000', '113735.752000', '113735.755000', '113735.758000', '113735.761000', '113735.764000', '113735.767000', '113735.770000', '113735.772000', '113735.775000', '113735.778000', '113735.781000', '113735.784000', '113735.787000', '113735.790000', '113735.793000', '113735.796000', '113755.671000', '113755.674000', '113755.677000', '113755.680000', '113755.683000', '113755.686000', '113755.689000', '113755.691000', '113755.694000', '113755.697000', '113755.700000', '113755.703000', '113755.706000', '113755.709000', '113755.712000', '113755.714000', '113755.717000', '113755.720000', '113755.723000', '113755.726000', '113755.729000', '113755.732000', '113755.735000', '113755.738000', '113755.741000', '113755.744000', '113755.747000', '113755.750000', '113755.752000', '113755.755000', '113755.758000', '113755.761000', '113755.764000', '113755.767000', '113755.771000', '113755.774000', '113755.777000', '113755.780000', '113755.783000', '113755.786000', '113755.789000', '113755.792000', '113755.794000', '113815.671000', '113815.674000', '113815.677000', '113815.680000', '113815.683000', '113815.686000', '113815.688000', '113815.691000', '113815.694000', '113815.697000', '113815.700000', '113815.703000', '113815.706000', '113815.709000', '113815.712000', '113815.715000', '113815.717000', '113815.720000', '113815.723000', '113815.726000', '113815.729000', '113815.732000', '113815.735000', '113815.738000', '113815.741000', '113815.744000', '113815.747000', '113815.750000', '113815.753000', '113815.756000', '113815.758000', '113815.761000', '113815.764000', '113815.767000', '113815.770000', '113815.773000', '113815.776000', '113815.779000', '113815.782000', '113815.785000', '113815.787000', '113815.790000', '113815.793000', '113815.796000', '113835.671000', '113835.674000', '113835.677000', '113835.680000', '113835.683000', '113835.686000', '113835.689000', '113835.692000', '113835.694000', '113835.697000', '113835.700000', '113835.703000', '113835.706000', '113835.709000', '113835.712000', '113835.715000', '113835.718000', '113835.721000', '113835.724000', '113835.727000', '113835.729000', '113835.732000', '113835.735000', '113835.738000', '113835.741000', '113835.744000', '113835.747000', '113835.750000', '113835.753000', '113835.756000', '113835.759000', '113835.762000', '113835.765000', '113835.767000', '113835.770000', '113835.773000', '113835.776000', '113835.779000', '113835.782000', '113835.785000', '113835.788000', '113835.791000', '113835.793000', '113855.671000', '113855.674000', '113855.677000', '113855.680000', '113855.683000', '113855.686000', '113855.702000', '113855.705000', '113855.708000', '113855.711000', '113855.714000', '113855.717000', '113855.719000', '113855.722000', '113855.725000', '113855.728000', '113855.731000', '113855.734000', '113855.737000', '113855.740000', '113855.743000', '113855.746000', '113855.749000', '113855.751000', '113855.754000', '113855.757000', '113855.760000', '113855.763000', '113855.766000', '113855.769000', '113855.772000', '113855.775000', '113855.778000', '113855.781000', '113855.784000', '113855.787000', '113855.790000', '113855.792000', '113855.795000', '113855.798000', '113855.801000', '113855.804000', '113855.807000', '113855.810000', '113915.670000', '113915.673000', '113915.676000', '113915.679000', '113915.682000', '113915.685000', '113915.688000', '113915.690000', '113915.693000', '113915.696000', '113915.699000', '113915.702000', '113915.705000', '113915.708000', '113915.711000', '113915.713000', '113915.716000', '113915.719000', '113915.722000', '113915.725000', '113915.728000', '113915.731000', '113915.734000', '113915.737000', '113915.740000', '113915.742000', '113915.745000', '113915.748000', '113915.751000', '113915.754000', '113915.757000', '113915.760000', '113915.763000', '113915.766000', '113915.769000', '113915.772000', '113915.774000', '113915.777000', '113915.780000', '113915.783000', '113915.786000', '113915.789000', '113915.792000', '113935.671000', '113935.674000', '113935.677000', '113935.680000', '113935.683000', '113935.686000', '113935.688000', '113935.691000', '113935.694000', '113935.697000', '113935.700000', '113935.703000', '113935.706000', '113935.709000', '113935.712000', '113935.715000', '113935.718000', '113935.720000', '113935.723000', '113935.726000', '113935.729000', '113935.732000', '113935.735000', '113935.738000', '113935.741000', '113935.744000', '113935.747000', '113935.750000', '113935.753000', '113935.756000', '113935.758000', '113935.761000', '113935.764000', '113935.767000', '113935.770000', '113935.773000', '113935.776000', '113935.779000', '113935.782000', '113935.785000', '113935.788000', '113935.790000', '113935.793000', '113935.796000', '113955.671000', '113955.674000', '113955.677000', '113955.680000', '113955.683000', '113955.686000', '113955.689000', '113955.692000', '113955.695000', '113955.697000', '113955.702000', '113955.705000', '113955.708000', '113955.711000', '113955.714000', '113955.717000', '113955.720000', '113955.722000', '113955.726000', '113955.728000', '113955.731000', '113955.734000', '113955.737000', '113955.740000', '113955.743000', '113955.746000', '113955.749000', '113955.752000', '113955.755000', '113955.758000', '113955.760000', '113955.763000', '113955.766000', '113955.769000', '113955.772000', '113955.775000', '113955.778000', '113955.781000', '113955.784000', '113955.787000', '113955.790000', '113955.792000', '113955.795000', '114015.671000', '114015.674000', '114015.677000', '114015.680000', '114015.683000', '114015.686000', '114015.689000', '114015.692000', '114015.695000', '114015.698000', '114015.701000', '114015.704000', '114015.706000', '114015.709000', '114015.712000', '114015.715000', '114015.718000', '114015.734000', '114015.737000', '114015.740000', '114015.742000', '114015.745000', '114015.748000', '114015.751000', '114015.754000', '114015.757000', '114015.760000', '114015.763000', '114015.766000', '114015.769000', '114015.772000', '114015.775000', '114015.777000', '114015.780000', '114015.783000', '114015.786000', '114015.789000', '114015.792000', '114015.795000', '114015.798000', '114015.801000', '114015.803000', '114015.806000', '114032.743000', '114032.747000', '114032.750000', '114032.753000', '114032.756000', '114032.759000', '114032.762000', '114032.766000', '114032.817000', '114032.820000', '114032.823000', '114032.826000', '114032.829000', '114032.832000', '114032.835000', '114032.838000', '114032.841000', '114032.844000', '114032.847000', '114032.850000', '114032.853000', '114032.856000', '114032.859000', '114032.862000', '114032.864000', '114032.868000', '114032.871000', '114032.874000', '114032.877000', '114032.880000', '114032.883000', '114032.886000', '114032.889000', '114032.892000', '114032.895000', '114032.898000', '114032.901000', '114032.904000'], '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': [9713, 10626, 8702, 10068, 6899, 9391, 8643, 8140, 10503, 8493, 9672, 6966, 8981, 6741, 7648, 10515, 7567, 10199, 7510, 10144, 7434, 8828, 7091, 9633, 6825, 9827, 8654, 8084, 7930, 7343, 9300, 7542, 9926, 7716, 8595, 7320, 8710, 10058, 12153, 9413, 12182, 9143, 11989, 7785, 10200, 9449, 10451, 10766, 10446, 9943, 9585, 8516, 6986, 11670, 7627, 12347, 8612, 10371, 10223, 9283, 13352, 9340, 7264, 9720, 7475, 10131, 7870, 10152, 10888, 9480, 12107, 9146, 12282, 9354, 12335, 9792, 10643, 7074, 9981, 10481, 8863, 12525, 8770, 11898, 7488, 9041, 10902, 7934, 11933, 8280, 10681, 6764, 8292, 11071, 8166, 11949, 7844, 11106, 6938, 8517, 9577, 7667, 11762, 8960, 10807, 8554, 10514, 7171, 8667, 6696, 10938, 6524, 9091, 8231, 7611, 11375, 8972, 11289, 8144, 12160, 7861, 9824, 11148, 10118, 13442, 11768, 13298, 11716, 11876, 13604, 11639, 12278, 9277, 9952, 7899, 7808, 12550, 9202, 12571, 7645, 10431, 6956, 8274, 10000, 7690, 12094, 7452, 10791, 6883, 9126, 6934, 7563, 10542, 7632, 11697, 8633, 10456, 6854, 9894, 6695, 8201, 9866, 8079, 11527, 8743, 10599, 6628, 11396, 6670, 9945, 8505, 8190, 10511, 8455, 10367, 8051, 12602, 7373, 11827, 8029, 9271, 8691, 9121, 11219, 8480, 13522, 9416, 12121, 10361, 11998, 8888, 9497, 7981, 8474, 10121, 9048, 10840, 8938, 13003, 8681, 12309, 7817, 11266, 7554, 9734, 7027, 8345, 11042, 9300, 12902, 9756, 11949, 8081, 11199, 7299, 8853, 8548, 7935, 10066, 8329, 8549, 7484, 10868, 6764, 10735, 6664, 10250, 6857, 8501, 6801, 7798, 12734, 8138, 11455, 7607, 9581, 8903, 7954, 12341, 7908, 11856, 7029, 10197, 7615, 8217, 10576, 8462, 9063, 7585, 9596, 7364, 11930, 7806, 11278, 8307, 11234, 6766, 11027, 7034, 8638, 12292, 9254, 11857, 8397, 9736, 8941, 8042, 13142, 9692, 12483, 10801, 12066, 9450, 9404, 12338, 8922, 12944, 9084, 11624, 8572, 8536, 7066, 7733, 9814, 7441, 12907, 8165, 11165, 7182, 9392, 7023, 7901, 11014, 8276, 12565, 8022, 11336, 7274, 8646, 7685, 7971, 6715, 7509, 7662, 7239, 12518, 8567, 11963, 7582, 10166, 6851, 7965, 12716, 8483, 12006, 7487, 9145, 8541, 7939, 10141, 8190, 12372, 8369, 11846, 7515, 9953, 8246, 8012, 10968, 9378, 8872, 7770, 11431, 7115, 11332, 6850, 10294, 6771, 8301, 9498, 7919, 12251, 7494, 11811, 7230, 9382, 7936, 8217, 11337, 9153, 10962, 7958, 11750, 7520, 11475, 7473, 10233, 7530, 8269, 7544, 7714, 11646, 7805, 12396, 8033, 11607, 7830, 8936, 8010, 7961, 10877, 8416, 12457, 9326, 11821, 9342, 10964, 6923, 10037, 6705, 7830, 10908, 8527, 11644, 9346, 11410, 7494, 11222, 6866, 9987, 8294, 8331, 10332, 8993, 12099, 8117, 11894, 6958, 10241, 7016, 8023, 9895, 7802, 11658, 7386, 11536, 7014, 10490, 6937, 8676, 7952, 7741, 11049, 7607, 12341, 7234, 10571, 6901, 8644, 8632, 7508, 6842, 7303, 11285, 7586, 12265, 8687, 11279, 8555, 10030, 6735, 10136, 7746, 8471, 12847, 9422, 11498, 8985, 10082, 8659, 8095, 11988, 8269, 12355, 8305, 11117, 7772, 9765, 6816, 9952, 6733, 10659, 8004, 8400, 11306, 8898, 11808, 7715, 10718, 7700, 8015, 11414, 8883, 11779, 9428, 10801, 7342, 9151, 7013, 7716, 12582, 9499, 12022, 9140, 10679, 6893, 8751, 7204, 7381, 12464, 7999, 11659, 7472, 10473, 6839, 7899, 7200, 7298, 12398, 8423, 11757, 7507, 9873, 6782, 8357, 6979, 8117, 6904, 8234, 6932, 10212, 8152, 9990, 6719, 9038, 8408, 7800, 8282, 7489, 11597, 9375, 11392, 9934, 9393, 14156, 13180, 13535, 13345, 12229, 12882, 10994, 12269, 10202, 8882, 9072, 7055, 9094, 7031, 8657, 7060, 8436, 9218, 7862, 11462, 7082, 10011, 7046, 7959, 6830, 7341, 10815, 7513, 10564, 7342, 8727, 9658, 7469, 10999, 7746, 10108, 7410, 8583, 7223, 7181, 12215, 7624, 10355, 8663, 7479, 10965, 7595, 9698, 6892, 8078, 9620, 7257, 11405, 7398, 10133, 7171, 7454, 6717, 7144, 12156, 8508, 11675, 7772, 8490, 8525, 8148, 11509, 7881, 11207, 6924, 8307, 8053, 7396, 10211, 8562, 8514, 6872, 9661, 7388, 10880, 7266, 8700, 10108, 7870, 11831, 7539, 9094, 8799, 7617, 11490, 9898, 10488, 8351, 9041, 11072, 8477, 11582, 8052, 9532, 7558, 7317, 7678, 6987, 9335, 6768, 8850, 6921, 7154, 10399, 7625, 10860, 6834, 9204, 8649, 7187, 11822, 7016, 10028, 7090, 8210, 9700, 7686, 7872, 6825, 10829, 6787, 10082, 7687, 7618, 11044, 8153, 11042, 6992, 9614, 7335, 7317, 11206, 8132, 10335, 8573, 9236, 6656, 9586, 7068, 8870, 9128, 7947, 11687, 8309, 10585, 6932, 8732, 6639, 7213, 10697, 7750, 10740, 8534, 10919, 8831, 10348, 7002, 9680, 7598, 8622, 10626, 8111, 10001, 7697, 10170, 7167, 9022, 9321, 7841, 10672, 7867, 9963, 7019, 8048, 9560, 7242, 10222, 7822, 10640, 8420, 9868, 7833, 8995, 6709, 7720, 9904, 7931, 10829, 7857, 9804, 6887, 7790, 9384, 7284, 10627, 8162, 10970, 7647, 9010, 6794, 7932, 7040, 7036, 10696, 9448, 11151, 8671, 9552, 6772, 9526, 6639, 8250, 9598, 8910, 11337, 8765, 9939, 7551, 11098, 7670, 10785, 7380, 9669, 7676, 8258, 9419, 7548, 11475, 8118, 11024, 7847, 10019, 6819, 8409, 6918, 7510, 10126, 7126, 10372, 7309, 10022, 7384, 8918, 6915, 8527, 6892, 7815, 9432, 7734, 10497, 7324, 9505, 6880, 7443, 11312, 6978, 10505, 7233, 9364, 7783, 7642, 8234, 6920, 11521, 7269, 10553, 7456, 9637, 7864, 8116, 11562, 7961, 11275, 7425, 8382, 8345, 7691, 10290, 8626, 10691, 7979, 11357, 7090, 10202, 7401, 7813, 9279, 7678, 11641, 7495, 10191, 6939, 8923, 6884, 7516, 7509, 7109, 11484, 7594, 10923, 6869, 9748, 7443, 8600, 6727, 7432, 10315, 7873, 10598, 7022, 10103, 7268, 7984, 7114, 7303, 11586, 7774, 10790, 7332, 9813, 6902, 7501, 6936, 7039, 10445, 7658, 11056, 8462, 10346, 6858, 9363, 6781, 7897, 8032, 7093, 10529, 8446, 10292, 7492, 10287, 6895, 8897, 7039, 7624, 10092, 8497, 10841, 8584, 9751, 6964, 10335, 6930, 9956], 'WindowCenter': [4356.0, 4350.0, 4315.0, 4321.0, 4291.0, 4311.0, 4309.0, 4299.0, 4319.0, 4309.0, 4319.0, 4289.0, 4310.0, 4277.0, 4298.0, 4316.0, 4297.0, 4319.0, 4301.0, 4333.0, 4316.0, 4336.0, 4317.0, 4335.0, 4304.0, 4334.0, 4323.0, 4315.0, 4326.0, 4305.0, 4335.0, 4315.0, 4336.0, 4314.0, 4311.0, 4297.0, 4304.0, 4310.0, 4294.0, 4244.0, 4334.0, 4312.0, 4333.0, 4319.0, 4338.0, 4328.0, 4327.0, 4338.0, 4324.0, 4327.0, 4317.0, 4319.0, 4283.0, 4337.0, 4307.0, 4331.0, 4288.0, 4297.0, 4284.0, 4283.0, 4315.0, 4284.0, 4265.0, 4285.0, 4265.0, 4296.0, 4265.0, 4297.0, 4294.0, 4286.0, 4304.0, 4286.0, 4306.0, 4286.0, 4306.0, 4286.0, 4296.0, 4256.0, 4298.0, 4297.0, 4288.0, 4317.0, 4289.0, 4320.0, 4269.0, 4290.0, 4308.0, 4279.0, 4309.0, 4280.0, 4312.0, 4271.0, 4292.0, 4323.0, 4294.0, 4325.0, 4294.0, 4326.0, 4285.0, 4307.0, 4317.0, 4297.0, 4336.0, 4319.0, 4328.0, 4306.0, 4325.0, 4300.0, 4318.0, 4298.0, 4339.0, 4301.0, 4321.0, 4319.0, 4311.0, 4351.0, 4336.0, 4352.0, 4324.0, 4364.0, 4310.0, 4331.0, 4339.0, 4331.0, 4361.0, 4339.0, 4349.0, 4339.0, 4337.0, 4334.0, 4324.0, 4320.0, 4301.0, 4301.0, 4280.0, 4281.0, 4320.0, 4302.0, 4322.0, 4281.0, 4310.0, 4270.0, 4291.0, 4300.0, 4280.0, 4322.0, 4281.0, 4323.0, 4284.0, 4315.0, 4285.0, 4296.0, 4326.0, 4308.0, 4338.0, 4319.0, 4328.0, 4300.0, 4329.0, 4298.0, 4318.0, 4326.0, 4309.0, 4338.0, 4334.0, 4340.0, 4301.0, 4350.0, 4298.0, 4330.0, 4320.0, 4320.0, 4353.0, 4322.0, 4341.0, 4323.0, 4362.0, 4310.0, 4351.0, 4310.0, 4331.0, 4320.0, 4331.0, 4339.0, 4319.0, 4359.0, 4313.0, 4349.0, 4329.0, 4336.0, 4316.0, 4316.0, 4293.0, 4305.0, 4314.0, 4305.0, 4325.0, 4305.0, 4345.0, 4304.0, 4334.0, 4293.0, 4324.0, 4294.0, 4315.0, 4285.0, 4304.0, 4326.0, 4315.0, 4335.0, 4315.0, 4335.0, 4294.0, 4324.0, 4281.0, 4303.0, 4303.0, 4293.0, 4313.0, 4305.0, 4305.0, 4297.0, 4337.0, 4298.0, 4338.0, 4299.0, 4340.0, 4300.0, 4320.0, 4299.0, 4310.0, 4361.0, 4308.0, 4340.0, 4308.0, 4328.0, 4318.0, 4310.0, 4351.0, 4308.0, 4337.0, 4287.0, 4327.0, 4297.0, 4308.0, 4325.0, 4321.0, 4319.0, 4311.0, 4329.0, 4310.0, 4350.0, 4311.0, 4341.0, 4322.0, 4352.0, 4302.0, 4356.0, 4313.0, 4322.0, 4350.0, 4318.0, 4349.0, 4308.0, 4330.0, 4319.0, 4309.0, 4348.0, 4316.0, 4348.0, 4326.0, 4336.0, 4315.0, 4305.0, 4334.0, 4291.0, 4320.0, 4290.0, 4322.0, 4290.0, 4291.0, 4271.0, 4281.0, 4310.0, 4280.0, 4331.0, 4291.0, 4322.0, 4283.0, 4315.0, 4283.0, 4304.0, 4325.0, 4304.0, 4334.0, 4293.0, 4324.0, 4283.0, 4304.0, 4295.0, 4308.0, 4287.0, 4309.0, 4306.0, 4297.0, 4348.0, 4318.0, 4336.0, 4298.0, 4329.0, 4287.0, 4308.0, 4346.0, 4305.0, 4337.0, 4295.0, 4316.0, 4305.0, 4308.0, 4328.0, 4308.0, 4348.0, 4306.0, 4334.0, 4283.0, 4315.0, 4293.0, 4294.0, 4324.0, 4318.0, 4305.0, 4296.0, 4336.0, 4284.0, 4324.0, 4284.0, 4326.0, 4286.0, 4308.0, 4316.0, 4308.0, 4348.0, 4296.0, 4337.0, 4295.0, 4315.0, 4294.0, 4307.0, 4338.0, 4320.0, 4339.0, 4308.0, 4349.0, 4308.0, 4337.0, 4296.0, 4328.0, 4297.0, 4308.0, 4295.0, 4297.0, 4337.0, 4296.0, 4335.0, 4294.0, 4325.0, 4293.0, 4305.0, 4295.0, 4296.0, 4325.0, 4304.0, 4333.0, 4315.0, 4335.0, 4315.0, 4323.0, 4283.0, 4315.0, 4284.0, 4295.0, 4323.0, 4306.0, 4337.0, 4319.0, 4338.0, 4299.0, 4338.0, 4287.0, 4328.0, 4307.0, 4308.0, 4327.0, 4317.0, 4337.0, 4296.0, 4334.0, 4285.0, 4315.0, 4284.0, 4295.0, 4316.0, 4296.0, 4337.0, 4296.0, 4335.0, 4286.0, 4326.0, 4285.0, 4308.0, 4308.0, 4307.0, 4337.0, 4308.0, 4348.0, 4297.0, 4328.0, 4297.0, 4320.0, 4321.0, 4298.0, 4300.0, 4311.0, 4339.0, 4311.0, 4360.0, 4320.0, 4340.0, 4334.0, 4331.0, 4301.0, 4342.0, 4309.0, 4308.0, 4349.0, 4318.0, 4342.0, 4319.0, 4328.0, 4307.0, 4306.0, 4335.0, 4304.0, 4332.0, 4305.0, 4325.0, 4309.0, 4328.0, 4290.0, 4328.0, 4289.0, 4327.0, 4307.0, 4309.0, 4339.0, 4319.0, 4339.0, 4297.0, 4328.0, 4295.0, 4295.0, 4325.0, 4306.0, 4324.0, 4317.0, 4326.0, 4296.0, 4315.0, 4285.0, 4295.0, 4334.0, 4315.0, 4334.0, 4303.0, 4313.0, 4285.0, 4305.0, 4283.0, 4284.0, 4334.0, 4294.0, 4325.0, 4283.0, 4326.0, 4285.0, 4297.0, 4296.0, 4297.0, 4336.0, 4294.0, 4335.0, 4284.0, 4326.0, 4286.0, 4307.0, 4284.0, 4281.0, 4270.0, 4291.0, 4271.0, 4309.0, 4288.0, 4293.0, 4279.0, 4319.0, 4322.0, 4311.0, 4320.0, 4311.0, 4350.0, 4315.0, 4335.0, 4316.0, 4317.0, 4390.0, 4350.0, 4333.0, 4316.0, 4309.0, 4304.0, 4293.0, 4301.0, 4277.0, 4258.0, 4269.0, 4248.0, 4266.0, 4250.0, 4273.0, 4252.0, 4275.0, 4282.0, 4275.0, 4306.0, 4266.0, 4296.0, 4267.0, 4278.0, 4269.0, 4281.0, 4321.0, 4283.0, 4326.0, 4284.0, 4307.0, 4330.0, 4310.0, 4337.0, 4297.0, 4328.0, 4298.0, 4309.0, 4298.0, 4287.0, 4350.0, 4310.0, 4329.0, 4307.0, 4297.0, 4326.0, 4297.0, 4318.0, 4297.0, 4307.0, 4314.0, 4297.0, 4337.0, 4298.0, 4327.0, 4300.0, 4312.0, 4299.0, 4300.0, 4350.0, 4309.0, 4336.0, 4298.0, 4318.0, 4320.0, 4309.0, 4351.0, 4309.0, 4337.0, 4295.0, 4307.0, 4307.0, 4297.0, 4341.0, 4319.0, 4318.0, 4299.0, 4328.0, 4309.0, 4353.0, 4309.0, 4320.0, 4341.0, 4307.0, 4337.0, 4309.0, 4320.0, 4305.0, 4296.0, 4337.0, 4316.0, 4326.0, 4294.0, 4304.0, 4324.0, 4292.0, 4320.0, 4291.0, 4299.0, 4281.0, 4282.0, 4293.0, 4283.0, 4303.0, 4281.0, 4304.0, 4282.0, 4296.0, 4324.0, 4297.0, 4338.0, 4287.0, 4317.0, 4306.0, 4295.0, 4337.0, 4286.0, 4325.0, 4297.0, 4308.0, 4331.0, 4310.0, 4307.0, 4299.0, 4339.0, 4298.0, 4327.0, 4295.0, 4297.0, 4339.0, 4308.0, 4337.0, 4285.0, 4314.0, 4282.0, 4292.0, 4324.0, 4295.0, 4326.0, 4319.0, 4317.0, 4297.0, 4327.0, 4286.0, 4317.0, 4315.0, 4306.0, 4334.0, 4306.0, 4323.0, 4285.0, 4303.0, 4284.0, 4295.0, 4324.0, 4296.0, 4338.0, 4308.0, 4326.0, 4318.0, 4328.0, 4296.0, 4314.0, 4293.0, 4304.0, 4313.0, 4295.0, 4328.0, 4296.0, 4326.0, 4283.0, 4303.0, 4302.0, 4292.0, 4313.0, 4292.0, 4313.0, 4282.0, 4293.0, 4313.0, 4283.0, 4313.0, 4294.0, 4324.0, 4306.0, 4326.0, 4297.0, 4317.0, 4286.0, 4297.0, 4316.0, 4307.0, 4327.0, 4307.0, 4328.0, 4286.0, 4308.0, 4316.0, 4296.0, 4327.0, 4308.0, 4338.0, 4308.0, 4320.0, 4300.0, 4321.0, 4298.0, 4297.0, 4327.0, 4329.0, 4339.0, 4320.0, 4328.0, 4287.0, 4329.0, 4285.0, 4306.0, 4315.0, 4306.0, 4337.0, 4307.0, 4327.0, 4294.0, 4336.0, 4294.0, 4324.0, 4281.0, 4314.0, 4294.0, 4294.0, 4304.0, 4283.0, 4323.0, 4292.0, 4310.0, 4292.0, 4313.0, 4272.0, 4294.0, 4284.0, 4284.0, 4324.0, 4284.0, 4325.0, 4296.0, 4326.0, 4297.0, 4319.0, 4300.0, 4321.0, 4312.0, 4312.0, 4330.0, 4311.0, 4341.0, 4301.0, 4333.0, 4302.0, 4312.0, 4341.0, 4299.0, 4327.0, 4297.0, 4319.0, 4311.0, 4312.0, 4321.0, 4302.0, 4352.0, 4298.0, 4340.0, 4299.0, 4332.0, 4312.0, 4312.0, 4341.0, 4309.0, 4339.0, 4295.0, 4307.0, 4306.0, 4297.0, 4329.0, 4309.0, 4327.0, 4307.0, 4327.0, 4286.0, 4317.0, 4285.0, 4296.0, 4305.0, 4295.0, 4325.0, 4284.0, 4314.0, 4284.0, 4303.0, 4285.0, 4296.0, 4296.0, 4287.0, 4337.0, 4297.0, 4327.0, 4286.0, 4316.0, 4298.0, 4318.0, 4288.0, 4298.0, 4327.0, 4296.0, 4326.0, 4285.0, 4316.0, 4286.0, 4297.0, 4286.0, 4297.0, 4337.0, 4295.0, 4325.0, 4283.0, 4315.0, 4284.0, 4285.0, 4285.0, 4284.0, 4325.0, 4296.0, 4325.0, 4306.0, 4327.0, 4286.0, 4317.0, 4285.0, 4308.0, 4307.0, 4298.0, 4327.0, 4309.0, 4329.0, 4299.0, 4329.0, 4297.0, 4318.0, 4298.0, 4297.0, 4328.0, 4319.0, 4328.0, 4323.0, 4330.0, 4301.0, 4328.0, 4299.0, 4328.0], 'WindowWidth': [9621.0, 9601.0, 9542.0, 9547.0, 9501.0, 9529.0, 9524.0, 9510.0, 9536.0, 9522.0, 9538.0, 9496.0, 9525.0, 9478.0, 9507.0, 9528.0, 9505.0, 9536.0, 9514.0, 9560.0, 9545.0, 9571.0, 9547.0, 9568.0, 9526.0, 9566.0, 9549.0, 9539.0, 9557.0, 9527.0, 9568.0, 9541.0, 9572.0, 9539.0, 9529.0, 9509.0, 9515.0, 9512.0, 9482.0, 9396.0, 9558.0, 9527.0, 9556.0, 9547.0, 9569.0, 9558.0, 9552.0, 9565.0, 9541.0, 9550.0, 9535.0, 9539.0, 9487.0, 9563.0, 9525.0, 9548.0, 9482.0, 9490.0, 9468.0, 9467.0, 9515.0, 9470.0, 9443.0, 9473.0, 9445.0, 9491.0, 9445.0, 9489.0, 9482.0, 9474.0, 9497.0, 9474.0, 9501.0, 9473.0, 9501.0, 9473.0, 9489.0, 9434.0, 9492.0, 9488.0, 9479.0, 9517.0, 9482.0, 9526.0, 9456.0, 9484.0, 9507.0, 9469.0, 9509.0, 9472.0, 9516.0, 9463.0, 9492.0, 9533.0, 9497.0, 9538.0, 9498.0, 9543.0, 9487.0, 9518.0, 9532.0, 9508.0, 9557.0, 9538.0, 9549.0, 9518.0, 9542.0, 9515.0, 9536.0, 9511.0, 9566.0, 9521.0, 9546.0, 9541.0, 9533.0, 9585.0, 9573.0, 9592.0, 9557.0, 9608.0, 9530.0, 9558.0, 9568.0, 9559.0, 9603.0, 9567.0, 9586.0, 9564.0, 9558.0, 9554.0, 9537.0, 9530.0, 9501.0, 9503.0, 9473.0, 9474.0, 9530.0, 9504.0, 9531.0, 9476.0, 9514.0, 9461.0, 9489.0, 9500.0, 9474.0, 9531.0, 9478.0, 9535.0, 9484.0, 9529.0, 9490.0, 9505.0, 9546.0, 9523.0, 9564.0, 9541.0, 9552.0, 9517.0, 9556.0, 9513.0, 9539.0, 9549.0, 9526.0, 9564.0, 9571.0, 9571.0, 9521.0, 9586.0, 9515.0, 9560.0, 9547.0, 9544.0, 9596.0, 9553.0, 9579.0, 9556.0, 9607.0, 9532.0, 9588.0, 9531.0, 9564.0, 9547.0, 9561.0, 9571.0, 9543.0, 9596.0, 9530.0, 9585.0, 9553.0, 9562.0, 9532.0, 9532.0, 9498.0, 9516.0, 9527.0, 9516.0, 9543.0, 9515.0, 9570.0, 9512.0, 9552.0, 9496.0, 9541.0, 9499.0, 9530.0, 9490.0, 9515.0, 9544.0, 9529.0, 9556.0, 9530.0, 9554.0, 9499.0, 9538.0, 9479.0, 9511.0, 9509.0, 9496.0, 9524.0, 9517.0, 9516.0, 9509.0, 9563.0, 9513.0, 9567.0, 9515.0, 9571.0, 9518.0, 9547.0, 9519.0, 9534.0, 9600.0, 9528.0, 9570.0, 9527.0, 9553.0, 9540.0, 9531.0, 9588.0, 9527.0, 9565.0, 9496.0, 9550.0, 9510.0, 9524.0, 9545.0, 9546.0, 9542.0, 9533.0, 9558.0, 9534.0, 9586.0, 9535.0, 9572.0, 9551.0, 9592.0, 9525.0, 9600.0, 9539.0, 9549.0, 9584.0, 9539.0, 9583.0, 9523.0, 9557.0, 9541.0, 9527.0, 9581.0, 9536.0, 9581.0, 9546.0, 9560.0, 9527.0, 9515.0, 9553.0, 9490.0, 9531.0, 9488.0, 9532.0, 9486.0, 9490.0, 9465.0, 9479.0, 9516.0, 9476.0, 9544.0, 9492.0, 9535.0, 9483.0, 9530.0, 9485.0, 9516.0, 9542.0, 9513.0, 9553.0, 9497.0, 9540.0, 9485.0, 9514.0, 9504.0, 9524.0, 9496.0, 9528.0, 9523.0, 9511.0, 9578.0, 9538.0, 9563.0, 9511.0, 9554.0, 9496.0, 9525.0, 9574.0, 9517.0, 9560.0, 9503.0, 9531.0, 9516.0, 9524.0, 9551.0, 9523.0, 9580.0, 9520.0, 9555.0, 9485.0, 9528.0, 9497.0, 9500.0, 9539.0, 9536.0, 9514.0, 9506.0, 9559.0, 9489.0, 9541.0, 9488.0, 9546.0, 9491.0, 9524.0, 9533.0, 9524.0, 9578.0, 9506.0, 9561.0, 9504.0, 9530.0, 9502.0, 9521.0, 9563.0, 9543.0, 9567.0, 9527.0, 9583.0, 9526.0, 9563.0, 9506.0, 9551.0, 9509.0, 9524.0, 9505.0, 9510.0, 9562.0, 9505.0, 9557.0, 9499.0, 9543.0, 9497.0, 9515.0, 9501.0, 9505.0, 9541.0, 9512.0, 9550.0, 9529.0, 9554.0, 9529.0, 9538.0, 9486.0, 9530.0, 9488.0, 9503.0, 9537.0, 9519.0, 9561.0, 9539.0, 9564.0, 9513.0, 9564.0, 9495.0, 9550.0, 9520.0, 9523.0, 9548.0, 9533.0, 9562.0, 9505.0, 9554.0, 9490.0, 9528.0, 9486.0, 9502.0, 9530.0, 9504.0, 9561.0, 9506.0, 9558.0, 9492.0, 9547.0, 9489.0, 9523.0, 9525.0, 9522.0, 9563.0, 9525.0, 9579.0, 9509.0, 9549.0, 9509.0, 9543.0, 9544.0, 9512.0, 9516.0, 9535.0, 9570.0, 9534.0, 9603.0, 9543.0, 9572.0, 9570.0, 9559.0, 9522.0, 9575.0, 9527.0, 9524.0, 9580.0, 9537.0, 9576.0, 9538.0, 9552.0, 9521.0, 9519.0, 9557.0, 9513.0, 9550.0, 9515.0, 9544.0, 9526.0, 9550.0, 9503.0, 9553.0, 9502.0, 9553.0, 9521.0, 9526.0, 9566.0, 9539.0, 9566.0, 9509.0, 9550.0, 9502.0, 9502.0, 9542.0, 9516.0, 9542.0, 9534.0, 9545.0, 9504.0, 9530.0, 9488.0, 9503.0, 9556.0, 9526.0, 9552.0, 9510.0, 9524.0, 9488.0, 9515.0, 9484.0, 9484.0, 9553.0, 9499.0, 9540.0, 9484.0, 9544.0, 9489.0, 9506.0, 9505.0, 9508.0, 9558.0, 9499.0, 9556.0, 9488.0, 9548.0, 9494.0, 9520.0, 9485.0, 9476.0, 9460.0, 9490.0, 9464.0, 9513.0, 9485.0, 9485.0, 9480.0, 9542.0, 9550.0, 9534.0, 9543.0, 9531.0, 9583.0, 9528.0, 9559.0, 9531.0, 9534.0, 9664.0, 9589.0, 9557.0, 9522.0, 9510.0, 9501.0, 9483.0, 9493.0, 9454.0, 9427.0, 9443.0, 9416.0, 9439.0, 9420.0, 9454.0, 9427.0, 9460.0, 9467.0, 9460.0, 9503.0, 9449.0, 9490.0, 9453.0, 9471.0, 9460.0, 9478.0, 9532.0, 9484.0, 9546.0, 9487.0, 9521.0, 9557.0, 9531.0, 9564.0, 9509.0, 9548.0, 9511.0, 9526.0, 9510.0, 9496.0, 9583.0, 9528.0, 9553.0, 9522.0, 9507.0, 9546.0, 9508.0, 9537.0, 9508.0, 9522.0, 9529.0, 9507.0, 9563.0, 9511.0, 9550.0, 9518.0, 9535.0, 9515.0, 9518.0, 9584.0, 9525.0, 9560.0, 9510.0, 9537.0, 9542.0, 9529.0, 9589.0, 9526.0, 9563.0, 9504.0, 9522.0, 9521.0, 9510.0, 9575.0, 9542.0, 9539.0, 9515.0, 9555.0, 9530.0, 9597.0, 9531.0, 9546.0, 9576.0, 9526.0, 9565.0, 9529.0, 9545.0, 9519.0, 9506.0, 9562.0, 9533.0, 9546.0, 9500.0, 9514.0, 9541.0, 9494.0, 9532.0, 9492.0, 9502.0, 9478.0, 9480.0, 9497.0, 9484.0, 9511.0, 9481.0, 9513.0, 9484.0, 9506.0, 9545.0, 9509.0, 9566.0, 9496.0, 9539.0, 9521.0, 9506.0, 9562.0, 9493.0, 9545.0, 9509.0, 9526.0, 9560.0, 9532.0, 9526.0, 9517.0, 9571.0, 9516.0, 9553.0, 9504.0, 9510.0, 9569.0, 9525.0, 9562.0, 9490.0, 9528.0, 9482.0, 9496.0, 9540.0, 9503.0, 9546.0, 9542.0, 9535.0, 9512.0, 9551.0, 9494.0, 9536.0, 9534.0, 9520.0, 9558.0, 9520.0, 9540.0, 9490.0, 9514.0, 9487.0, 9504.0, 9542.0, 9508.0, 9565.0, 9523.0, 9545.0, 9536.0, 9550.0, 9507.0, 9529.0, 9498.0, 9511.0, 9523.0, 9500.0, 9552.0, 9507.0, 9545.0, 9483.0, 9510.0, 9507.0, 9493.0, 9524.0, 9495.0, 9525.0, 9481.0, 9498.0, 9524.0, 9484.0, 9525.0, 9500.0, 9541.0, 9519.0, 9545.0, 9510.0, 9537.0, 9494.0, 9510.0, 9532.0, 9521.0, 9548.0, 9523.0, 9552.0, 9493.0, 9524.0, 9534.0, 9506.0, 9549.0, 9524.0, 9565.0, 9526.0, 9544.0, 9518.0, 9548.0, 9514.0, 9511.0, 9549.0, 9553.0, 9569.0, 9544.0, 9552.0, 9498.0, 9555.0, 9492.0, 9518.0, 9529.0, 9519.0, 9563.0, 9521.0, 9549.0, 9504.0, 9559.0, 9500.0, 9539.0, 9479.0, 9527.0, 9499.0, 9499.0, 9512.0, 9482.0, 9536.0, 9492.0, 9517.0, 9493.0, 9521.0, 9466.0, 9498.0, 9487.0, 9486.0, 9540.0, 9487.0, 9543.0, 9505.0, 9545.0, 9509.0, 9539.0, 9517.0, 9548.0, 9536.0, 9538.0, 9558.0, 9533.0, 9573.0, 9518.0, 9565.0, 9522.0, 9535.0, 9573.0, 9515.0, 9551.0, 9509.0, 9541.0, 9533.0, 9536.0, 9548.0, 9523.0, 9591.0, 9512.0, 9569.0, 9513.0, 9564.0, 9534.0, 9535.0, 9575.0, 9527.0, 9566.0, 9502.0, 9522.0, 9519.0, 9507.0, 9556.0, 9525.0, 9551.0, 9520.0, 9548.0, 9491.0, 9533.0, 9487.0, 9503.0, 9515.0, 9500.0, 9542.0, 9486.0, 9526.0, 9485.0, 9511.0, 9489.0, 9506.0, 9506.0, 9494.0, 9562.0, 9507.0, 9549.0, 9493.0, 9535.0, 9510.0, 9538.0, 9495.0, 9510.0, 9550.0, 9506.0, 9543.0, 9488.0, 9530.0, 9490.0, 9506.0, 9492.0, 9508.0, 9561.0, 9502.0, 9540.0, 9483.0, 9527.0, 9486.0, 9489.0, 9490.0, 9488.0, 9543.0, 9504.0, 9542.0, 9516.0, 9549.0, 9493.0, 9535.0, 9492.0, 9523.0, 9522.0, 9510.0, 9549.0, 9527.0, 9555.0, 9514.0, 9554.0, 9511.0, 9538.0, 9510.0, 9511.0, 9551.0, 9540.0, 9551.0, 9551.0, 9555.0, 9517.0, 9553.0, 9515.0, 9554.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.010830860091743118</td></tr>
<tr><td colspan=3>aqi</td><td>0.03894282385321101</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.72085025578645</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.312840886727898</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1656303931687704</td></tr>
<tr><td colspan=3>efc</td><td>0.5405</td></tr>
<tr><td colspan=3>fber</td><td>2872.5996</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15460331051533907</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>133</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.252293577981652</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3888340644869963</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3207527628507605</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.55569021179487</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.290059218815358</td></tr>
<tr><td colspan=3>gcor</td><td>0.00989286</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004395217634737492</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03585970401763916</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.611816900832545</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>12.5354</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>67.4363</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>246.334</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283884.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>1162.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>426.0516</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3251</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>477.3885</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3465.2434</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3591.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92660.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1701.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4421.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>778.6477</td></tr>
<tr><td colspan=3>tsnr</td><td>31.37447574007092</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>