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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0088_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-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-03_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-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0088/figures/sub-0088_ses-04_task-social_acq-mb8_run-03_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-0088/ses-04/func/sub-0088_ses-04_task-social_acq-mb8_run-03_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>b5a9b9a193cecf20b746a409cbeb6944</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:14:52.497500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998911, 0.00540873, 0.0463371, -0.00453293, 0.99981, -0.0189849]</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-03_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.0867843</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7742, -7199, 544, -73, -73, -5, 97]</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>254.263</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9c3e6cf4-a9b6-4bf2-850d-0ad12621e573||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6800057888031006, -0.012161508202552795, 0.12536349892616272, 111.87700653076172], [-0.014511214569211006, 2.682415723800659, -0.05063629522919655, -96.40975189208984], [0.12431897968053818, 0.05093508958816528, 2.696612596511841, -66.36515045166016], [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': ['111452.497500', '111452.957500', '111453.417500', '111453.877500', '111454.337500', '111454.797500', '111455.257500', '111455.717500', '111456.177500', '111456.637500', '111457.097500', '111457.557500', '111458.017500', '111458.477500', '111458.937500', '111459.397500', '111459.857500', '111500.317500', '111500.777500', '111501.237500', '111501.697500', '111502.157500', '111502.617500', '111503.077500', '111503.537500', '111503.997500', '111504.457500', '111504.917500', '111505.377500', '111505.837500', '111506.297500', '111506.757500', '111507.217500', '111507.677500', '111508.137500', '111508.597500', '111509.057500', '111509.517500', '111509.977500', '111510.437500', '111510.897500', '111511.357500', '111511.817500', '111512.277500', '111512.737500', '111513.197500', '111513.657500', '111514.117500', '111514.577500', '111515.037500', '111515.497500', '111515.957500', '111516.417500', '111516.877500', '111517.337500', '111517.797500', '111518.257500', '111518.717500', '111519.177500', '111519.637500', '111520.097500', '111520.557500', '111521.017500', '111521.477500', '111521.937500', '111522.397500', '111522.857500', '111523.317500', '111523.777500', '111524.237500', '111524.697500', '111525.157500', '111525.617500', '111526.077500', '111526.537500', '111526.997500', '111527.457500', '111527.917500', '111528.377500', '111528.837500', '111529.297500', '111529.757500', '111530.217500', '111530.677500', '111531.137500', '111531.597500', '111532.057500', '111532.517500', '111532.977500', '111533.437500', '111533.897500', '111534.357500', '111534.817500', '111535.277500', '111535.737500', '111536.197500', '111536.657500', '111537.117500', '111537.577500', '111538.037500', '111538.497500', '111538.957500', '111539.417500', '111539.877500', '111540.337500', '111540.797500', '111541.257500', '111541.717500', '111542.177500', '111542.637500', '111543.097500', '111543.557500', '111544.017500', '111544.477500', '111544.937500', '111545.397500', '111545.857500', '111546.317500', '111546.777500', '111547.237500', '111547.697500', '111548.157500', '111548.617500', '111549.077500', '111549.537500', '111549.997500', '111550.457500', '111550.917500', '111551.377500', '111551.837500', '111552.297500', '111552.757500', '111553.217500', '111553.677500', '111554.137500', '111554.597500', '111555.057500', '111555.517500', '111555.977500', '111556.437500', '111556.897500', '111557.357500', '111557.817500', '111558.277500', '111558.737500', '111559.197500', '111559.657500', '111600.117500', '111600.577500', '111601.037500', '111601.497500', '111601.957500', '111602.417500', '111602.877500', '111603.337500', '111603.797500', '111604.257500', '111604.717500', '111605.177500', '111605.637500', '111606.097500', '111606.557500', '111607.017500', '111607.477500', '111607.937500', '111608.397500', '111608.857500', '111609.317500', '111609.777500', '111610.237500', '111610.697500', '111611.157500', '111611.617500', '111612.077500', '111612.537500', '111612.997500', '111613.457500', '111613.917500', '111614.377500', '111614.837500', '111615.297500', '111615.757500', '111616.217500', '111616.677500', '111617.137500', '111617.597500', '111618.057500', '111618.517500', '111618.977500', '111619.437500', '111619.897500', '111620.357500', '111620.817500', '111621.277500', '111621.737500', '111622.197500', '111622.657500', '111623.117500', '111623.577500', '111624.037500', '111624.497500', '111624.957500', '111625.417500', '111625.877500', '111626.337500', '111626.797500', '111627.257500', '111627.717500', '111628.177500', '111628.637500', '111629.097500', '111629.557500', '111630.017500', '111630.477500', '111630.937500', '111631.397500', '111631.857500', '111632.317500', '111632.777500', '111633.237500', '111633.697500', '111634.157500', '111634.617500', '111635.077500', '111635.537500', '111635.997500', '111636.457500', '111636.917500', '111637.377500', '111637.837500', '111638.297500', '111638.757500', '111639.217500', '111639.677500', '111640.137500', '111640.597500', '111641.057500', '111641.517500', '111641.977500', '111642.437500', '111642.897500', '111643.357500', '111643.817500', '111644.277500', '111644.737500', '111645.197500', '111645.657500', '111646.117500', '111646.577500', '111647.037500', '111647.497500', '111647.957500', '111648.417500', '111648.877500', '111649.337500', '111649.797500', '111650.257500', '111650.717500', '111651.177500', '111651.637500', '111652.097500', '111652.557500', '111653.017500', '111653.477500', '111653.937500', '111654.397500', '111654.857500', '111655.317500', '111655.777500', '111656.237500', '111656.697500', '111657.157500', '111657.617500', '111658.077500', '111658.537500', '111658.997500', '111659.457500', '111659.917500', '111700.377500', '111700.837500', '111701.297500', '111701.757500', '111702.217500', '111702.677500', '111703.137500', '111703.597500', '111704.057500', '111704.517500', '111704.977500', '111705.437500', '111705.897500', '111706.357500', '111706.817500', '111707.277500', '111707.737500', '111708.197500', '111708.657500', '111709.117500', '111709.577500', '111710.037500', '111710.497500', '111710.957500', '111711.417500', '111711.877500', '111712.337500', '111712.797500', '111713.257500', '111713.717500', '111714.177500', '111714.637500', '111715.097500', '111715.557500', '111716.017500', '111716.477500', '111716.937500', '111717.397500', '111717.857500', '111718.317500', '111718.777500', '111719.237500', '111719.697500', '111720.157500', '111720.617500', '111721.077500', '111721.537500', '111721.997500', '111722.457500', '111722.917500', '111723.377500', '111723.837500', '111724.297500', '111724.757500', '111725.217500', '111725.677500', '111726.137500', '111726.597500', '111727.057500', '111727.517500', '111727.977500', '111728.437500', '111728.897500', '111729.357500', '111729.817500', '111730.277500', '111730.737500', '111731.197500', '111731.657500', '111732.117500', '111732.577500', '111733.037500', '111733.497500', '111733.957500', '111734.417500', '111734.877500', '111735.337500', '111735.797500', '111736.257500', '111736.717500', '111737.177500', '111737.637500', '111738.097500', '111738.557500', '111739.017500', '111739.477500', '111739.937500', '111740.397500', '111740.857500', '111741.317500', '111741.777500', '111742.237500', '111742.697500', '111743.157500', '111743.617500', '111744.077500', '111744.537500', '111744.997500', '111745.457500', '111745.917500', '111746.377500', '111746.837500', '111747.297500', '111747.757500', '111748.217500', '111748.677500', '111749.137500', '111749.597500', '111750.057500', '111750.517500', '111750.977500', '111751.437500', '111751.897500', '111752.357500', '111752.817500', '111753.277500', '111753.737500', '111754.197500', '111754.657500', '111755.117500', '111755.577500', '111756.037500', '111756.497500', '111756.957500', '111757.417500', '111757.877500', '111758.337500', '111758.797500', '111759.257500', '111759.717500', '111800.177500', '111800.637500', '111801.097500', '111801.557500', '111802.017500', '111802.477500', '111802.937500', '111803.397500', '111803.857500', '111804.317500', '111804.777500', '111805.237500', '111805.697500', '111806.157500', '111806.617500', '111807.077500', '111807.537500', '111807.997500', '111808.457500', '111808.917500', '111809.377500', '111809.837500', '111810.297500', '111810.757500', '111811.217500', '111811.677500', '111812.137500', '111812.597500', '111813.057500', '111813.517500', '111813.977500', '111814.437500', '111814.897500', '111815.357500', '111815.817500', '111816.277500', '111816.737500', '111817.197500', '111817.657500', '111818.117500', '111818.577500', '111819.037500', '111819.497500', '111819.957500', '111820.417500', '111820.877500', '111821.337500', '111821.797500', '111822.257500', '111822.717500', '111823.177500', '111823.637500', '111824.097500', '111824.557500', '111825.017500', '111825.477500', '111825.937500', '111826.397500', '111826.857500', '111827.317500', '111827.777500', '111828.237500', '111828.697500', '111829.157500', '111829.617500', '111830.077500', '111830.537500', '111830.997500', '111831.457500', '111831.917500', '111832.377500', '111832.837500', '111833.297500', '111833.757500', '111834.217500', '111834.677500', '111835.137500', '111835.597500', '111836.057500', '111836.517500', '111836.977500', '111837.437500', '111837.897500', '111838.357500', '111838.817500', '111839.277500', '111839.737500', '111840.197500', '111840.657500', '111841.117500', '111841.577500', '111842.037500', '111842.497500', '111842.957500', '111843.417500', '111843.877500', '111844.337500', '111844.797500', '111845.257500', '111845.717500', '111846.177500', '111846.637500', '111847.097500', '111847.557500', '111848.017500', '111848.477500', '111848.937500', '111849.397500', '111849.857500', '111850.317500', '111850.777500', '111851.237500', '111851.697500', '111852.157500', '111852.617500', '111853.077500', '111853.537500', '111853.997500', '111854.457500', '111854.917500', '111855.377500', '111855.837500', '111856.297500', '111856.757500', '111857.217500', '111857.677500', '111858.137500', '111858.597500', '111859.057500', '111859.517500', '111859.977500', '111900.437500', '111900.897500', '111901.357500', '111901.817500', '111902.277500', '111902.737500', '111903.197500', '111903.657500', '111904.117500', '111904.577500', '111905.037500', '111905.497500', '111905.957500', '111906.417500', '111906.877500', '111907.337500', '111907.797500', '111908.257500', '111908.717500', '111909.177500', '111909.637500', '111910.097500', '111910.557500', '111911.017500', '111911.477500', '111911.937500', '111912.397500', '111912.857500', '111913.317500', '111913.777500', '111914.237500', '111914.697500', '111915.157500', '111915.617500', '111916.077500', '111916.537500', '111916.997500', '111917.457500', '111917.917500', '111918.377500', '111918.837500', '111919.297500', '111919.757500', '111920.217500', '111920.677500', '111921.137500', '111921.597500', '111922.057500', '111922.517500', '111922.977500', '111923.437500', '111923.897500', '111924.357500', '111924.817500', '111925.277500', '111925.737500', '111926.197500', '111926.657500', '111927.117500', '111927.577500', '111928.037500', '111928.497500', '111928.957500', '111929.417500', '111929.877500', '111930.337500', '111930.797500', '111931.257500', '111931.717500', '111932.177500', '111932.637500', '111933.097500', '111933.557500', '111934.017500', '111934.477500', '111934.937500', '111935.397500', '111935.857500', '111936.317500', '111936.777500', '111937.237500', '111937.697500', '111938.157500', '111938.617500', '111939.077500', '111939.537500', '111939.997500', '111940.457500', '111940.917500', '111941.377500', '111941.837500', '111942.297500', '111942.757500', '111943.217500', '111943.677500', '111944.137500', '111944.597500', '111945.057500', '111945.517500', '111945.977500', '111946.437500', '111946.897500', '111947.357500', '111947.817500', '111948.277500', '111948.737500', '111949.197500', '111949.657500', '111950.117500', '111950.577500', '111951.037500', '111951.497500', '111951.957500', '111952.417500', '111952.877500', '111953.337500', '111953.797500', '111954.257500', '111954.717500', '111955.177500', '111955.637500', '111956.097500', '111956.557500', '111957.017500', '111957.477500', '111957.937500', '111958.397500', '111958.857500', '111959.317500', '111959.777500', '112000.237500', '112000.697500', '112001.157500', '112001.617500', '112002.077500', '112002.537500', '112002.997500', '112003.457500', '112003.917500', '112004.377500', '112004.837500', '112005.297500', '112005.757500', '112006.217500', '112006.677500', '112007.137500', '112007.597500', '112008.057500', '112008.517500', '112008.977500', '112009.437500', '112009.897500', '112010.357500', '112010.817500', '112011.277500', '112011.737500', '112012.197500', '112012.657500', '112013.117500', '112013.577500', '112014.037500', '112014.497500', '112014.957500', '112015.417500', '112015.877500', '112016.337500', '112016.797500', '112017.257500', '112017.717500', '112018.177500', '112018.637500', '112019.097500', '112019.557500', '112020.017500', '112020.477500', '112020.937500', '112021.397500', '112021.857500', '112022.317500', '112022.777500', '112023.237500', '112023.697500', '112024.157500', '112024.617500', '112025.077500', '112025.537500', '112025.997500', '112026.457500', '112026.917500', '112027.377500', '112027.837500', '112028.297500', '112028.757500', '112029.217500', '112029.677500', '112030.137500', '112030.597500', '112031.057500', '112031.517500', '112031.977500', '112032.437500', '112032.897500', '112033.357500', '112033.817500', '112034.277500', '112034.737500', '112035.197500', '112035.657500', '112036.117500', '112036.577500', '112037.037500', '112037.497500', '112037.957500', '112038.417500', '112038.877500', '112039.337500', '112039.797500', '112040.257500', '112040.717500', '112041.177500', '112041.637500', '112042.097500', '112042.557500', '112043.017500', '112043.477500', '112043.937500', '112044.397500', '112044.857500', '112045.317500', '112045.777500', '112046.237500', '112046.697500', '112047.157500', '112047.617500', '112048.077500', '112048.537500', '112048.997500', '112049.457500', '112049.917500', '112050.377500', '112050.837500', '112051.297500', '112051.757500', '112052.217500', '112052.677500', '112053.137500', '112053.597500', '112054.057500', '112054.517500', '112054.977500', '112055.437500', '112055.897500', '112056.357500', '112056.817500', '112057.277500', '112057.737500', '112058.197500', '112058.657500', '112059.117500', '112059.577500', '112100.037500', '112100.497500', '112100.957500', '112101.417500', '112101.877500', '112102.337500', '112102.797500', '112103.257500', '112103.717500', '112104.177500', '112104.637500', '112105.097500', '112105.557500', '112106.017500', '112106.477500', '112106.937500', '112107.397500', '112107.857500', '112108.317500', '112108.777500', '112109.237500', '112109.697500', '112110.157500', '112110.617500', '112111.077500', '112111.537500', '112111.997500', '112112.457500', '112112.917500', '112113.377500', '112113.837500', '112114.297500', '112114.757500', '112115.217500', '112115.677500', '112116.137500', '112116.597500', '112117.057500', '112117.517500', '112117.977500', '112118.437500', '112118.897500', '112119.357500', '112119.817500', '112120.277500', '112120.737500', '112121.197500', '112121.657500', '112122.117500', '112122.577500', '112123.037500', '112123.497500', '112123.957500', '112124.417500', '112124.877500', '112125.337500', '112125.797500', '112126.257500', '112126.717500', '112127.177500', '112127.637500', '112128.097500', '112128.557500', '112129.017500', '112129.477500', '112129.937500', '112130.397500', '112130.857500', '112131.317500', '112131.777500', '112132.237500', '112132.697500', '112133.157500'], 'ContentTime': ['111507.518000', '111507.521000', '111507.524000', '111507.526000', '111507.529000', '111507.531000', '111507.534000', '111507.537000', '111507.539000', '111507.542000', '111507.544000', '111507.547000', '111507.549000', '111507.552000', '111507.555000', '111507.558000', '111507.560000', '111507.563000', '111507.566000', '111507.568000', '111507.571000', '111507.573000', '111507.576000', '111507.578000', '111507.581000', '111507.587000', '111507.589000', '111507.592000', '111507.595000', '111507.597000', '111507.600000', '111527.461000', '111527.463000', '111527.471000', '111527.473000', '111527.476000', '111527.478000', '111527.481000', '111527.483000', '111527.486000', '111527.488000', '111527.491000', '111527.494000', '111527.496000', '111527.499000', '111527.501000', '111527.504000', '111527.506000', '111527.509000', '111527.511000', '111527.514000', '111527.517000', '111527.519000', '111527.522000', '111527.524000', '111527.527000', '111527.530000', '111527.532000', '111527.535000', '111527.537000', '111527.540000', '111527.542000', '111527.545000', '111527.547000', '111527.550000', '111527.552000', '111527.555000', '111527.557000', '111527.560000', '111527.563000', '111527.565000', '111527.568000', '111527.571000', '111527.573000', '111547.460000', '111547.463000', '111547.466000', '111547.468000', '111547.471000', '111547.473000', '111547.476000', '111547.479000', '111547.481000', '111547.484000', '111547.486000', '111547.489000', '111547.491000', '111547.494000', '111547.497000', '111547.499000', '111547.507000', '111547.510000', '111547.512000', '111547.515000', '111547.517000', '111547.520000', '111547.523000', '111547.525000', '111547.528000', '111547.530000', '111547.533000', '111547.535000', '111547.538000', '111547.541000', '111547.543000', '111547.546000', '111547.548000', '111547.551000', '111547.553000', '111547.556000', '111547.558000', '111547.561000', '111547.564000', '111547.566000', '111547.569000', '111547.571000', '111547.574000', '111547.576000', '111607.461000', '111607.464000', '111607.467000', '111607.469000', '111607.472000', '111607.474000', '111607.477000', '111607.480000', '111607.482000', '111607.485000', '111607.487000', '111607.490000', '111607.493000', '111607.495000', '111607.498000', '111607.500000', '111607.503000', '111607.505000', '111607.508000', '111607.510000', '111607.513000', '111607.516000', '111607.518000', '111607.521000', '111607.524000', '111607.526000', '111607.529000', '111607.531000', '111607.534000', '111607.537000', '111607.539000', '111607.542000', '111607.544000', '111607.547000', '111607.549000', '111607.552000', '111607.554000', '111607.576000', '111607.578000', '111607.581000', '111607.584000', '111607.586000', '111607.589000', '111627.461000', '111627.465000', '111627.467000', '111627.470000', '111627.472000', '111627.475000', '111627.478000', '111627.480000', '111627.483000', '111627.485000', '111627.488000', '111627.490000', '111627.493000', '111627.496000', '111627.498000', '111627.501000', '111627.503000', '111627.506000', '111627.509000', '111627.511000', '111627.514000', '111627.517000', '111627.519000', '111627.522000', '111627.525000', '111627.527000', '111627.530000', '111627.532000', '111627.535000', '111627.538000', '111627.540000', '111627.543000', '111627.545000', '111627.548000', '111627.550000', '111627.553000', '111627.556000', '111627.558000', '111627.561000', '111627.563000', '111627.566000', '111627.568000', '111627.571000', '111627.573000', '111647.461000', '111647.464000', '111647.467000', '111647.470000', '111647.472000', '111647.475000', '111647.478000', '111647.480000', '111647.483000', '111647.485000', '111647.488000', '111647.490000', '111647.493000', '111647.495000', '111647.498000', '111647.501000', '111647.503000', '111647.506000', '111647.508000', '111647.511000', '111647.514000', '111647.516000', '111647.519000', '111647.521000', '111647.524000', '111647.527000', '111647.529000', '111647.532000', '111647.535000', '111647.537000', '111647.540000', '111647.542000', '111647.545000', '111647.548000', '111647.550000', '111647.553000', '111647.555000', '111647.558000', '111647.560000', '111647.563000', '111647.566000', '111647.568000', '111647.571000', '111707.461000', '111707.464000', '111707.467000', '111707.469000', '111707.472000', '111707.475000', '111707.478000', '111707.480000', '111707.483000', '111707.485000', '111707.488000', '111707.491000', '111707.493000', '111707.496000', '111707.498000', '111707.501000', '111707.504000', '111707.506000', '111707.509000', '111707.511000', '111707.514000', '111707.517000', '111707.519000', '111707.522000', '111707.524000', '111707.527000', '111707.529000', '111707.532000', '111707.535000', '111707.554000', '111707.556000', '111707.559000', '111707.562000', '111707.564000', '111707.567000', '111707.570000', '111707.572000', '111707.575000', '111707.577000', '111707.580000', '111707.582000', '111707.585000', '111707.587000', '111707.590000', '111727.461000', '111727.464000', '111727.467000', '111727.469000', '111727.472000', '111727.475000', '111727.477000', '111727.480000', '111727.482000', '111727.485000', '111727.487000', '111727.490000', '111727.493000', '111727.495000', '111727.498000', '111727.500000', '111727.503000', '111727.505000', '111727.508000', '111727.511000', '111727.513000', '111727.516000', '111727.518000', '111727.521000', '111727.524000', '111727.526000', '111727.529000', '111727.531000', '111727.534000', '111727.536000', '111727.539000', '111727.542000', '111727.544000', '111727.547000', '111727.549000', '111727.552000', '111727.555000', '111727.557000', '111727.560000', '111727.562000', '111727.565000', '111727.567000', '111727.570000', '111747.461000', '111747.463000', '111747.466000', '111747.469000', '111747.471000', '111747.474000', '111747.476000', '111747.484000', '111747.486000', '111747.489000', '111747.491000', '111747.494000', '111747.497000', '111747.499000', '111747.502000', '111747.504000', '111747.507000', '111747.510000', '111747.525000', '111747.527000', '111747.530000', '111747.533000', '111747.535000', '111747.538000', '111747.540000', '111747.543000', '111747.545000', '111747.548000', '111747.551000', '111747.553000', '111747.556000', '111747.558000', '111747.561000', '111747.563000', '111747.566000', '111747.569000', '111747.571000', '111747.574000', '111747.576000', '111747.579000', '111747.581000', '111747.584000', '111747.587000', '111747.589000', '111807.461000', '111807.464000', '111807.466000', '111807.469000', '111807.471000', '111807.474000', '111807.477000', '111807.479000', '111807.482000', '111807.484000', '111807.487000', '111807.490000', '111807.492000', '111807.495000', '111807.497000', '111807.500000', '111807.503000', '111807.505000', '111807.508000', '111807.510000', '111807.514000', '111807.517000', '111807.519000', '111807.522000', '111807.525000', '111807.527000', '111807.530000', '111807.532000', '111807.535000', '111807.538000', '111807.540000', '111807.543000', '111807.545000', '111807.548000', '111807.551000', '111807.553000', '111807.556000', '111807.558000', '111807.561000', '111807.564000', '111807.566000', '111807.569000', '111807.572000', '111827.462000', '111827.464000', '111827.467000', '111827.469000', '111827.472000', '111827.475000', '111827.477000', '111827.480000', '111827.482000', '111827.485000', '111827.488000', '111827.490000', '111827.493000', '111827.495000', '111827.498000', '111827.501000', '111827.503000', '111827.506000', '111827.509000', '111827.512000', '111827.514000', '111827.517000', '111827.520000', '111827.522000', '111827.525000', '111827.527000', '111827.530000', '111827.533000', '111827.535000', '111827.538000', '111827.540000', '111827.543000', '111827.546000', '111827.548000', '111827.551000', '111827.553000', '111827.556000', '111827.558000', '111827.561000', '111827.564000', '111827.566000', '111827.569000', '111827.571000', '111827.574000', '111847.462000', '111847.464000', '111847.467000', '111847.470000', '111847.472000', '111847.475000', '111847.477000', '111847.480000', '111847.483000', '111847.485000', '111847.488000', '111847.490000', '111847.493000', '111847.496000', '111847.498000', '111847.501000', '111847.504000', '111847.506000', '111847.509000', '111847.511000', '111847.514000', '111847.517000', '111847.519000', '111847.522000', '111847.524000', '111847.527000', '111847.530000', '111847.532000', '111847.535000', '111847.537000', '111847.540000', '111847.542000', '111847.545000', '111847.548000', '111847.550000', '111847.553000', '111847.556000', '111847.558000', '111847.561000', '111847.563000', '111847.566000', '111847.569000', '111847.571000', '111907.462000', '111907.465000', '111907.467000', '111907.470000', '111907.472000', '111907.475000', '111907.477000', '111907.480000', '111907.482000', '111907.485000', '111907.488000', '111907.490000', '111907.493000', '111907.495000', '111907.498000', '111907.501000', '111907.503000', '111907.506000', '111907.508000', '111907.511000', '111907.513000', '111907.516000', '111907.519000', '111907.521000', '111907.524000', '111907.526000', '111907.529000', '111907.532000', '111907.534000', '111907.537000', '111907.539000', '111907.542000', '111907.544000', '111907.547000', '111907.550000', '111907.552000', '111907.555000', '111907.558000', '111907.560000', '111907.563000', '111907.565000', '111907.568000', '111907.570000', '111907.586000', '111927.462000', '111927.464000', '111927.467000', '111927.470000', '111927.472000', '111927.475000', '111927.477000', '111927.480000', '111927.483000', '111927.485000', '111927.488000', '111927.490000', '111927.493000', '111927.496000', '111927.498000', '111927.501000', '111927.503000', '111927.506000', '111927.509000', '111927.511000', '111927.514000', '111927.516000', '111927.519000', '111927.521000', '111927.524000', '111927.527000', '111927.529000', '111927.532000', '111927.534000', '111927.537000', '111927.539000', '111927.542000', '111927.545000', '111927.547000', '111927.550000', '111927.552000', '111927.555000', '111927.557000', '111927.560000', '111927.563000', '111927.565000', '111927.568000', '111927.570000', '111947.461000', '111947.464000', '111947.467000', '111947.470000', '111947.472000', '111947.475000', '111947.478000', '111947.480000', '111947.483000', '111947.485000', '111947.488000', '111947.490000', '111947.493000', '111947.496000', '111947.499000', '111947.502000', '111947.505000', '111947.507000', '111947.510000', '111947.512000', '111947.515000', '111947.518000', '111947.520000', '111947.523000', '111947.525000', '111947.528000', '111947.530000', '111947.533000', '111947.536000', '111947.538000', '111947.541000', '111947.543000', '111947.546000', '111947.549000', '111947.551000', '111947.554000', '111947.557000', '111947.559000', '111947.562000', '111947.564000', '111947.567000', '111947.570000', '111947.572000', '112007.461000', '112007.463000', '112007.467000', '112007.470000', '112007.472000', '112007.475000', '112007.477000', '112007.480000', '112007.483000', '112007.485000', '112007.488000', '112007.490000', '112007.493000', '112007.496000', '112007.498000', '112007.501000', '112007.503000', '112007.506000', '112007.508000', '112007.511000', '112007.514000', '112007.516000', '112007.519000', '112007.522000', '112007.524000', '112007.527000', '112007.529000', '112007.532000', '112007.535000', '112007.537000', '112007.540000', '112007.542000', '112007.545000', '112007.548000', '112007.550000', '112007.553000', '112007.555000', '112007.558000', '112007.560000', '112007.563000', '112007.566000', '112007.568000', '112007.571000', '112007.573000', '112027.462000', '112027.465000', '112027.467000', '112027.470000', '112027.472000', '112027.475000', '112027.478000', '112027.480000', '112027.483000', '112027.486000', '112027.488000', '112027.491000', '112027.494000', '112027.496000', '112027.499000', '112027.502000', '112027.504000', '112027.507000', '112027.510000', '112027.512000', '112027.515000', '112027.517000', '112027.520000', '112027.523000', '112027.525000', '112027.528000', '112027.530000', '112027.533000', '112027.536000', '112027.538000', '112027.541000', '112027.543000', '112027.546000', '112027.549000', '112027.551000', '112027.554000', '112027.556000', '112027.559000', '112027.562000', '112027.565000', '112027.567000', '112027.570000', '112027.572000', '112047.461000', '112047.464000', '112047.467000', '112047.470000', '112047.472000', '112047.475000', '112047.478000', '112047.480000', '112047.483000', '112047.485000', '112047.488000', '112047.504000', '112047.506000', '112047.509000', '112047.511000', '112047.514000', '112047.518000', '112047.521000', '112047.523000', '112047.526000', '112047.528000', '112047.531000', '112047.534000', '112047.536000', '112047.539000', '112047.541000', '112047.544000', '112047.547000', '112047.549000', '112047.552000', '112047.554000', '112047.557000', '112047.559000', '112047.562000', '112047.565000', '112047.567000', '112047.570000', '112047.572000', '112047.575000', '112047.577000', '112047.580000', '112047.583000', '112047.585000', '112047.588000', '112107.462000', '112107.464000', '112107.467000', '112107.469000', '112107.472000', '112107.475000', '112107.477000', '112107.480000', '112107.482000', '112107.485000', '112107.487000', '112107.490000', '112107.493000', '112107.495000', '112107.498000', '112107.500000', '112107.503000', '112107.505000', '112107.508000', '112107.511000', '112107.513000', '112107.516000', '112107.519000', '112107.522000', '112107.525000', '112107.527000', '112107.530000', '112107.533000', '112107.535000', '112107.539000', '112107.541000', '112107.544000', '112107.546000', '112107.549000', '112107.552000', '112107.554000', '112107.557000', '112107.559000', '112107.562000', '112107.565000', '112107.567000', '112107.570000', '112107.572000', '112127.461000', '112127.464000', '112127.467000', '112127.470000', '112127.472000', '112127.475000', '112127.478000', '112127.480000', '112127.483000', '112127.485000', '112127.488000', '112127.491000', '112127.493000', '112127.496000', '112127.498000', '112127.501000', '112127.504000', '112127.506000', '112127.509000', '112127.511000', '112127.514000', '112127.517000', '112127.519000', '112127.522000', '112127.524000', '112127.527000', '112127.530000', '112127.532000', '112127.535000', '112127.537000', '112127.540000', '112127.543000', '112127.545000', '112127.548000', '112127.550000', '112127.557000', '112127.560000', '112127.562000', '112127.565000', '112127.568000', '112127.570000', '112127.573000', '112127.575000', '112127.578000', '112134.150000', '112134.153000', '112134.156000', '112134.159000', '112134.162000', '112134.164000', '112134.167000', '112134.170000', '112134.172000', '112134.175000', '112134.177000', '112134.180000', '112134.183000', '112134.185000', '112134.188000'], 'InstanceCreationTime': ['111507.518000', '111507.521000', '111507.524000', '111507.526000', '111507.529000', '111507.531000', '111507.534000', '111507.537000', '111507.539000', '111507.542000', '111507.544000', '111507.547000', '111507.549000', '111507.552000', '111507.555000', '111507.558000', '111507.560000', '111507.563000', '111507.566000', '111507.568000', '111507.571000', '111507.573000', '111507.576000', '111507.578000', '111507.581000', '111507.587000', '111507.589000', '111507.592000', '111507.595000', '111507.597000', '111507.600000', '111527.461000', '111527.463000', '111527.471000', '111527.473000', '111527.476000', '111527.478000', '111527.481000', '111527.483000', '111527.486000', '111527.488000', '111527.491000', '111527.494000', '111527.496000', '111527.499000', '111527.501000', '111527.504000', '111527.506000', '111527.509000', '111527.511000', '111527.514000', '111527.517000', '111527.519000', '111527.522000', '111527.524000', '111527.527000', '111527.530000', '111527.532000', '111527.535000', '111527.537000', '111527.540000', '111527.542000', '111527.545000', '111527.547000', '111527.550000', '111527.552000', '111527.555000', '111527.557000', '111527.560000', '111527.563000', '111527.565000', '111527.568000', '111527.571000', '111527.573000', '111547.460000', '111547.463000', '111547.466000', '111547.468000', '111547.471000', '111547.473000', '111547.476000', '111547.479000', '111547.481000', '111547.484000', '111547.486000', '111547.489000', '111547.491000', '111547.494000', '111547.497000', '111547.499000', '111547.507000', '111547.510000', '111547.512000', '111547.515000', '111547.517000', '111547.520000', '111547.523000', '111547.525000', '111547.528000', '111547.530000', '111547.533000', '111547.535000', '111547.538000', '111547.541000', '111547.543000', '111547.546000', '111547.548000', '111547.551000', '111547.553000', '111547.556000', '111547.558000', '111547.561000', '111547.564000', '111547.566000', '111547.569000', '111547.571000', '111547.574000', '111547.576000', '111607.461000', '111607.464000', '111607.467000', '111607.469000', '111607.472000', '111607.474000', '111607.477000', '111607.480000', '111607.482000', '111607.485000', '111607.487000', '111607.490000', '111607.493000', '111607.495000', '111607.498000', '111607.500000', '111607.503000', '111607.505000', '111607.508000', '111607.510000', '111607.513000', '111607.516000', '111607.518000', '111607.521000', '111607.524000', '111607.526000', '111607.529000', '111607.531000', '111607.534000', '111607.537000', '111607.539000', '111607.542000', '111607.544000', '111607.547000', '111607.549000', '111607.552000', '111607.554000', '111607.576000', '111607.578000', '111607.581000', '111607.584000', '111607.586000', '111607.589000', '111627.461000', '111627.465000', '111627.467000', '111627.470000', '111627.472000', '111627.475000', '111627.478000', '111627.480000', '111627.483000', '111627.485000', '111627.488000', '111627.490000', '111627.493000', '111627.496000', '111627.498000', '111627.501000', '111627.503000', '111627.506000', '111627.509000', '111627.511000', '111627.514000', '111627.517000', '111627.519000', '111627.522000', '111627.525000', '111627.527000', '111627.530000', '111627.532000', '111627.535000', '111627.538000', '111627.540000', '111627.543000', '111627.545000', '111627.548000', '111627.550000', '111627.553000', '111627.556000', '111627.558000', '111627.561000', '111627.563000', '111627.566000', '111627.568000', '111627.571000', '111627.573000', '111647.461000', '111647.464000', '111647.467000', '111647.470000', '111647.472000', '111647.475000', '111647.478000', '111647.480000', '111647.483000', '111647.485000', '111647.488000', '111647.490000', '111647.493000', '111647.495000', '111647.498000', '111647.501000', '111647.503000', '111647.506000', '111647.508000', '111647.511000', '111647.514000', '111647.516000', '111647.519000', '111647.521000', '111647.524000', '111647.527000', '111647.529000', '111647.532000', '111647.535000', '111647.537000', '111647.540000', '111647.542000', '111647.545000', '111647.548000', '111647.550000', '111647.553000', '111647.555000', '111647.558000', '111647.560000', '111647.563000', '111647.566000', '111647.568000', '111647.571000', '111707.461000', '111707.464000', '111707.467000', '111707.469000', '111707.472000', '111707.475000', '111707.478000', '111707.480000', '111707.483000', '111707.485000', '111707.488000', '111707.491000', '111707.493000', '111707.496000', '111707.498000', '111707.501000', '111707.504000', '111707.506000', '111707.509000', '111707.511000', '111707.514000', '111707.517000', '111707.519000', '111707.522000', '111707.524000', '111707.527000', '111707.529000', '111707.532000', '111707.535000', '111707.554000', '111707.556000', '111707.559000', '111707.562000', '111707.564000', '111707.567000', '111707.570000', '111707.572000', '111707.575000', '111707.577000', '111707.580000', '111707.582000', '111707.585000', '111707.587000', '111707.590000', '111727.461000', '111727.464000', '111727.467000', '111727.469000', '111727.472000', '111727.475000', '111727.477000', '111727.480000', '111727.482000', '111727.485000', '111727.487000', '111727.490000', '111727.493000', '111727.495000', '111727.498000', '111727.500000', '111727.503000', '111727.505000', '111727.508000', '111727.511000', '111727.513000', '111727.516000', '111727.518000', '111727.521000', '111727.524000', '111727.526000', '111727.529000', '111727.531000', '111727.534000', '111727.536000', '111727.539000', '111727.542000', '111727.544000', '111727.547000', '111727.549000', '111727.552000', '111727.555000', '111727.557000', '111727.560000', '111727.562000', '111727.565000', '111727.567000', '111727.570000', '111747.461000', '111747.463000', '111747.466000', '111747.469000', '111747.471000', '111747.474000', '111747.476000', '111747.484000', '111747.486000', '111747.489000', '111747.491000', '111747.494000', '111747.497000', '111747.499000', '111747.502000', '111747.504000', '111747.507000', '111747.510000', '111747.525000', '111747.527000', '111747.530000', '111747.533000', '111747.535000', '111747.538000', '111747.540000', '111747.543000', '111747.545000', '111747.548000', '111747.551000', '111747.553000', '111747.556000', '111747.558000', '111747.561000', '111747.563000', '111747.566000', '111747.569000', '111747.571000', '111747.574000', '111747.576000', '111747.579000', '111747.581000', '111747.584000', '111747.587000', '111747.589000', '111807.461000', '111807.464000', '111807.466000', '111807.469000', '111807.471000', '111807.474000', '111807.477000', '111807.479000', '111807.482000', '111807.484000', '111807.487000', '111807.490000', '111807.492000', '111807.495000', '111807.497000', '111807.500000', '111807.503000', '111807.505000', '111807.508000', '111807.510000', '111807.514000', '111807.517000', '111807.519000', '111807.522000', '111807.525000', '111807.527000', '111807.530000', '111807.532000', '111807.535000', '111807.538000', '111807.540000', '111807.543000', '111807.545000', '111807.548000', '111807.551000', '111807.553000', '111807.556000', '111807.558000', '111807.561000', '111807.564000', '111807.566000', '111807.569000', '111807.572000', '111827.462000', '111827.464000', '111827.467000', '111827.469000', '111827.472000', '111827.475000', '111827.477000', '111827.480000', '111827.482000', '111827.485000', '111827.488000', '111827.490000', '111827.493000', '111827.495000', '111827.498000', '111827.501000', '111827.503000', '111827.506000', '111827.509000', '111827.512000', '111827.514000', '111827.517000', '111827.520000', '111827.522000', '111827.525000', '111827.527000', '111827.530000', '111827.533000', '111827.535000', '111827.538000', '111827.540000', '111827.543000', '111827.546000', '111827.548000', '111827.551000', '111827.553000', '111827.556000', '111827.558000', '111827.561000', '111827.564000', '111827.566000', '111827.569000', '111827.571000', '111827.574000', '111847.462000', '111847.464000', '111847.467000', '111847.470000', '111847.472000', '111847.475000', '111847.477000', '111847.480000', '111847.483000', '111847.485000', '111847.488000', '111847.490000', '111847.493000', '111847.496000', '111847.498000', '111847.501000', '111847.504000', '111847.506000', '111847.509000', '111847.511000', '111847.514000', '111847.517000', '111847.519000', '111847.522000', '111847.524000', '111847.527000', '111847.530000', '111847.532000', '111847.535000', '111847.537000', '111847.540000', '111847.542000', '111847.545000', '111847.548000', '111847.550000', '111847.553000', '111847.556000', '111847.558000', '111847.561000', '111847.563000', '111847.566000', '111847.569000', '111847.571000', '111907.462000', '111907.465000', '111907.467000', '111907.470000', '111907.472000', '111907.475000', '111907.477000', '111907.480000', '111907.482000', '111907.485000', '111907.488000', '111907.490000', '111907.493000', '111907.495000', '111907.498000', '111907.501000', '111907.503000', '111907.506000', '111907.508000', '111907.511000', '111907.513000', '111907.516000', '111907.519000', '111907.521000', '111907.524000', '111907.526000', '111907.529000', '111907.532000', '111907.534000', '111907.537000', '111907.539000', '111907.542000', '111907.544000', '111907.547000', '111907.550000', '111907.552000', '111907.555000', '111907.558000', '111907.560000', '111907.563000', '111907.565000', '111907.568000', '111907.570000', '111907.586000', '111927.462000', '111927.464000', '111927.467000', '111927.470000', '111927.472000', '111927.475000', '111927.477000', '111927.480000', '111927.483000', '111927.485000', '111927.488000', '111927.490000', '111927.493000', '111927.496000', '111927.498000', '111927.501000', '111927.503000', '111927.506000', '111927.509000', '111927.511000', '111927.514000', '111927.516000', '111927.519000', '111927.521000', '111927.524000', '111927.527000', '111927.529000', '111927.532000', '111927.534000', '111927.537000', '111927.539000', '111927.542000', '111927.545000', '111927.547000', '111927.550000', '111927.552000', '111927.555000', '111927.557000', '111927.560000', '111927.563000', '111927.565000', '111927.568000', '111927.570000', '111947.461000', '111947.464000', '111947.467000', '111947.470000', '111947.472000', '111947.475000', '111947.478000', '111947.480000', '111947.483000', '111947.485000', '111947.488000', '111947.490000', '111947.493000', '111947.496000', '111947.499000', '111947.502000', '111947.505000', '111947.507000', '111947.510000', '111947.512000', '111947.515000', '111947.518000', '111947.520000', '111947.523000', '111947.525000', '111947.528000', '111947.530000', '111947.533000', '111947.536000', '111947.538000', '111947.541000', '111947.543000', '111947.546000', '111947.549000', '111947.551000', '111947.554000', '111947.557000', '111947.559000', '111947.562000', '111947.564000', '111947.567000', '111947.570000', '111947.572000', '112007.461000', '112007.463000', '112007.467000', '112007.470000', '112007.472000', '112007.475000', '112007.477000', '112007.480000', '112007.483000', '112007.485000', '112007.488000', '112007.490000', '112007.493000', '112007.496000', '112007.498000', '112007.501000', '112007.503000', '112007.506000', '112007.508000', '112007.511000', '112007.514000', '112007.516000', '112007.519000', '112007.522000', '112007.524000', '112007.527000', '112007.529000', '112007.532000', '112007.535000', '112007.537000', '112007.540000', '112007.542000', '112007.545000', '112007.548000', '112007.550000', '112007.553000', '112007.555000', '112007.558000', '112007.560000', '112007.563000', '112007.566000', '112007.568000', '112007.571000', '112007.573000', '112027.462000', '112027.465000', '112027.467000', '112027.470000', '112027.472000', '112027.475000', '112027.478000', '112027.480000', '112027.483000', '112027.486000', '112027.488000', '112027.491000', '112027.494000', '112027.496000', '112027.499000', '112027.502000', '112027.504000', '112027.507000', '112027.510000', '112027.512000', '112027.515000', '112027.517000', '112027.520000', '112027.523000', '112027.525000', '112027.528000', '112027.530000', '112027.533000', '112027.536000', '112027.538000', '112027.541000', '112027.543000', '112027.546000', '112027.549000', '112027.551000', '112027.554000', '112027.556000', '112027.559000', '112027.562000', '112027.565000', '112027.567000', '112027.570000', '112027.572000', '112047.461000', '112047.464000', '112047.467000', '112047.470000', '112047.472000', '112047.475000', '112047.478000', '112047.480000', '112047.483000', '112047.485000', '112047.488000', '112047.504000', '112047.506000', '112047.509000', '112047.511000', '112047.514000', '112047.518000', '112047.521000', '112047.523000', '112047.526000', '112047.528000', '112047.531000', '112047.534000', '112047.536000', '112047.539000', '112047.541000', '112047.544000', '112047.547000', '112047.549000', '112047.552000', '112047.554000', '112047.557000', '112047.559000', '112047.562000', '112047.565000', '112047.567000', '112047.570000', '112047.572000', '112047.575000', '112047.577000', '112047.580000', '112047.583000', '112047.585000', '112047.588000', '112107.462000', '112107.464000', '112107.467000', '112107.469000', '112107.472000', '112107.475000', '112107.477000', '112107.480000', '112107.482000', '112107.485000', '112107.487000', '112107.490000', '112107.493000', '112107.495000', '112107.498000', '112107.500000', '112107.503000', '112107.505000', '112107.508000', '112107.511000', '112107.513000', '112107.516000', '112107.519000', '112107.522000', '112107.525000', '112107.527000', '112107.530000', '112107.533000', '112107.535000', '112107.539000', '112107.541000', '112107.544000', '112107.546000', '112107.549000', '112107.552000', '112107.554000', '112107.557000', '112107.559000', '112107.562000', '112107.565000', '112107.567000', '112107.570000', '112107.572000', '112127.461000', '112127.464000', '112127.467000', '112127.470000', '112127.472000', '112127.475000', '112127.478000', '112127.480000', '112127.483000', '112127.485000', '112127.488000', '112127.491000', '112127.493000', '112127.496000', '112127.498000', '112127.501000', '112127.504000', '112127.506000', '112127.509000', '112127.511000', '112127.514000', '112127.517000', '112127.519000', '112127.522000', '112127.524000', '112127.527000', '112127.530000', '112127.532000', '112127.535000', '112127.537000', '112127.540000', '112127.543000', '112127.545000', '112127.548000', '112127.550000', '112127.557000', '112127.560000', '112127.562000', '112127.565000', '112127.568000', '112127.570000', '112127.573000', '112127.575000', '112127.578000', '112134.150000', '112134.153000', '112134.156000', '112134.159000', '112134.162000', '112134.164000', '112134.167000', '112134.170000', '112134.172000', '112134.175000', '112134.177000', '112134.180000', '112134.183000', '112134.185000', '112134.188000'], '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': [14910, 12638, 12249, 9564, 8425, 9561, 8314, 10074, 8872, 10044, 7915, 10261, 7454, 11901, 7776, 9261, 7023, 7094, 7988, 7038, 10528, 6936, 11766, 8023, 11337, 8524, 6974, 9571, 7275, 12750, 8871, 9422, 8823, 7784, 11391, 8592, 10263, 7276, 10812, 7001, 12563, 8082, 10452, 7287, 7098, 8378, 8787, 10718, 7121, 9131, 7203, 9230, 7679, 10188, 6925, 9771, 7182, 12040, 7450, 10527, 7168, 10395, 7326, 12057, 7680, 6671, 8017, 7284, 11941, 7169, 10707, 7467, 9281, 11095, 9981, 13260, 8191, 13259, 7830, 12552, 8199, 7166, 8338, 7001, 11678, 7502, 10599, 7202, 7004, 8783, 7505, 11861, 7833, 11766, 8337, 10461, 10946, 8399, 10199, 7314, 11260, 7753, 12532, 9114, 7013, 8735, 6923, 12048, 7436, 10587, 7287, 10599, 7343, 12105, 7610, 7640, 7858, 6989, 8284, 7377, 9080, 7124, 10102, 7061, 11861, 8177, 9236, 6995, 7926, 7450, 7456, 10005, 7208, 11026, 7866, 12449, 11408, 11060, 9846, 7710, 10442, 7392, 14397, 9130, 10106, 7317, 6850, 9240, 7243, 10287, 7484, 9594, 9595, 8235, 11088, 7423, 11789, 9075, 12455, 10376, 7063, 8719, 6897, 11645, 8125, 9447, 7369, 6911, 9649, 7398, 11775, 7451, 10539, 7637, 10426, 9419, 7474, 9345, 6986, 11866, 7477, 10544, 7339, 6803, 8437, 7159, 10155, 7206, 8375, 8728, 9038, 10964, 7650, 10126, 7666, 11364, 7529, 9323, 6977, 10384, 6993, 10518, 7675, 6925, 9428, 7154, 11939, 8486, 6960, 9900, 7584, 11811, 8027, 13370, 7575, 10005, 7311, 11589, 8437, 7124, 7877, 7093, 10806, 6843, 12301, 7094, 10191, 7698, 10890, 8871, 6986, 8374, 6946, 11179, 7889, 11308, 7399, 6967, 8456, 7556, 11254, 7007, 10746, 7635, 12156, 8517, 7158, 9578, 7020, 12427, 8654, 7210, 9185, 7220, 8296, 10558, 7725, 13123, 10834, 7774, 9235, 7741, 12877, 8677, 7256, 8868, 6948, 11924, 8930, 12874, 10095, 7206, 9681, 7220, 11942, 8360, 12459, 7594, 7225, 8898, 8539, 10925, 6978, 11133, 7844, 12410, 8436, 6978, 9121, 7154, 11621, 8618, 9357, 8153, 6950, 10853, 7207, 11085, 7387, 7898, 9776, 7235, 12689, 7988, 11188, 10393, 9651, 12232, 7584, 10406, 7678, 12914, 8737, 6955, 8978, 6865, 11512, 8213, 9601, 8531, 7026, 10489, 7059, 12481, 9054, 9003, 7938, 7990, 10562, 8494, 9277, 7085, 9853, 6902, 12144, 7338, 8731, 7190, 8162, 7660, 7187, 8851, 6984, 10924, 7976, 12002, 8886, 6866, 9933, 7098, 12433, 9335, 6879, 9636, 7091, 13623, 9512, 10890, 8349, 7784, 12299, 8216, 9464, 7380, 11144, 8248, 7131, 8883, 6929, 10496, 8023, 8102, 8810, 6902, 11517, 8733, 14175, 8511, 11172, 8310, 10929, 8712, 7249, 8705, 6966, 10619, 8123, 10831, 7819, 7036, 9869, 7012, 11196, 7888, 10903, 7708, 11887, 9337, 7902, 7937, 6808, 9222, 7429, 9154, 6860, 10170, 7591, 12413, 8917, 9372, 7641, 7966, 8639, 8490, 9120, 7475, 9509, 7029, 11295, 7428, 9509, 7178, 9868, 7222, 11529, 8112, 7111, 9137, 7212, 11678, 8662, 13777, 8415, 8938, 8236, 7481, 9040, 7241, 10172, 7330, 8248, 9370, 7076, 11118, 8376, 11925, 10728, 7491, 8702, 7105, 11691, 8278, 9886, 7413, 6824, 9727, 7940, 11765, 7444, 10179, 7723, 10862, 8689, 7057, 9458, 6829, 12006, 8817, 7058, 8693, 7041, 11867, 8918, 7647, 10363, 6970, 14512, 11521, 13214, 10931, 7520, 8828, 8553, 11768, 7425, 9206, 7746, 7073, 10864, 7224, 10650, 7424, 7112, 10613, 7310, 10549, 7558, 8442, 8774, 8561, 11441, 7698, 10201, 8299, 7491, 10068, 6987, 10916, 8059, 7374, 11164, 7334, 11091, 8075, 11076, 9501, 8255, 9265, 7312, 11023, 8319, 7283, 7283, 7009, 8865, 7651, 7025, 10906, 8172, 6971, 11192, 8175, 11827, 13352, 13223, 12241, 9363, 10171, 7532, 10105, 7637, 9857, 7871, 7246, 9739, 7066, 12067, 9357, 7010, 8476, 8162, 11246, 7743, 13767, 7289, 10034, 7223, 11417, 8913, 9026, 7485, 7872, 7482, 7321, 10033, 6940, 10053, 7134, 11602, 8913, 7207, 10140, 7019, 12135, 9111, 14556, 10453, 10364, 8119, 7010, 10744, 7496, 10251, 6971, 7185, 9581, 7015, 11239, 8325, 8075, 9723, 8733, 13451, 7444, 10634, 7741, 11660, 8892, 9064, 7053, 10279, 7359, 8124, 7898, 7011, 9942, 7508, 11556, 8901, 8974, 8575, 7333, 12381, 9323, 13942, 7975, 10410, 7448, 11251, 8276, 13484, 7756, 10478, 7403, 11374, 7997, 9291, 7560, 7256, 8208, 7270, 9755, 8565, 9258, 7164, 10761, 7657, 7877, 8687, 7107, 11196, 7920, 13501, 9218, 8259, 8538, 7857, 11610, 7580, 10220, 7534, 7234, 8082, 7102, 10394, 7281, 9125, 10018, 7838, 10401, 7956, 11133, 8377, 14556, 8168, 9419, 7146, 9117, 7027, 8289, 7710, 7146, 9560, 7326, 11560, 8744, 9414, 8123, 7819, 11276, 10554, 11763, 8293, 9388, 6926, 11026, 7097, 13188, 7000, 8804, 7444, 8200, 10073, 6948, 9987, 7075, 11767, 8467, 13861, 7954, 8801, 7690, 8854, 8280, 6864, 9032, 7202, 11394, 7985, 7190, 8433, 6895, 12102, 9053, 11533, 8324, 7124, 9171, 8387, 13228, 7204, 9882, 7355, 12018, 8546, 7451, 8464, 7644, 11355, 8038, 10743, 8412, 6958, 10889, 7029, 14150, 8900, 7252, 9241, 6981, 12332, 8293, 6982, 9129, 6928, 11873, 9676, 7503, 10099, 6945, 11652, 9003, 8193, 9832, 7056, 11351, 8401, 9961, 9191, 7049, 10874, 7857, 11270, 9069, 8018, 10401, 7407, 10823, 8461, 7643, 10952, 6994, 10988, 7910, 7013, 10932, 6905, 9774, 7577, 6931, 11291, 8764, 7020, 11706, 9998, 9837, 10104, 7331, 11724, 8713, 12235, 8695, 6905, 8314, 6987, 10614, 8033, 6949, 8397, 6911, 11093, 7983, 12057, 9058, 7416, 8841, 6951, 11098, 7185, 14054, 9320, 11544, 8281, 10659, 9141, 9166, 8536, 6970, 9911, 6888, 11280, 8027, 9427, 7185, 9534, 8022, 11190, 8958, 7054, 8374, 7231, 8099, 8372, 8084, 6942, 8085, 7124, 9836, 6998, 10595, 6776, 9838, 7181, 11882, 8548, 12882, 9180, 9705, 8558, 11238, 11517, 12076, 10337, 7931, 8759, 7183, 9601, 8011, 9767, 7070, 10638, 6895, 11955, 7948, 7710, 7942, 7094, 10845, 7304, 10222, 7764, 7398], 'WindowCenter': [4380.0, 4343.0, 4317.0, 4284.0, 4259.0, 4280.0, 4258.0, 4279.0, 4268.0, 4291.0, 4259.0, 4288.0, 4249.0, 4299.0, 4261.0, 4277.0, 4250.0, 4260.0, 4273.0, 4265.0, 4314.0, 4265.0, 4326.0, 4288.0, 4328.0, 4296.0, 4263.0, 4306.0, 4276.0, 4338.0, 4298.0, 4295.0, 4296.0, 4274.0, 4315.0, 4284.0, 4305.0, 4262.0, 4302.0, 4264.0, 4314.0, 4273.0, 4292.0, 4263.0, 4251.0, 4285.0, 4283.0, 4305.0, 4253.0, 4294.0, 4262.0, 4294.0, 4273.0, 4303.0, 4264.0, 4292.0, 4263.0, 4325.0, 4275.0, 4304.0, 4265.0, 4306.0, 4277.0, 4324.0, 4275.0, 4265.0, 4286.0, 4276.0, 4327.0, 4278.0, 4317.0, 4278.0, 4295.0, 4317.0, 4307.0, 4337.0, 4287.0, 4324.0, 4275.0, 4314.0, 4283.0, 4264.0, 4284.0, 4265.0, 4316.0, 4277.0, 4316.0, 4276.0, 4266.0, 4308.0, 4276.0, 4327.0, 4287.0, 4325.0, 4285.0, 4305.0, 4317.0, 4286.0, 4305.0, 4264.0, 4303.0, 4263.0, 4314.0, 4284.0, 4253.0, 4282.0, 4252.0, 4313.0, 4263.0, 4302.0, 4264.0, 4292.0, 4263.0, 4313.0, 4263.0, 4261.0, 4272.0, 4251.0, 4272.0, 4262.0, 4280.0, 4263.0, 4304.0, 4263.0, 4314.0, 4286.0, 4294.0, 4264.0, 4285.0, 4276.0, 4276.0, 4306.0, 4277.0, 4316.0, 4288.0, 4327.0, 4328.0, 4317.0, 4304.0, 4262.0, 4304.0, 4263.0, 4335.0, 4293.0, 4293.0, 4265.0, 4253.0, 4293.0, 4263.0, 4304.0, 4276.0, 4294.0, 4296.0, 4286.0, 4315.0, 4265.0, 4313.0, 4284.0, 4313.0, 4294.0, 4252.0, 4270.0, 4252.0, 4302.0, 4275.0, 4293.0, 4262.0, 4263.0, 4294.0, 4264.0, 4324.0, 4275.0, 4304.0, 4276.0, 4303.0, 4296.0, 4264.0, 4293.0, 4263.0, 4313.0, 4264.0, 4303.0, 4263.0, 4253.0, 4284.0, 4264.0, 4304.0, 4277.0, 4287.0, 4297.0, 4295.0, 4318.0, 4275.0, 4303.0, 4275.0, 4314.0, 4275.0, 4294.0, 4254.0, 4304.0, 4266.0, 4304.0, 4274.0, 4265.0, 4295.0, 4276.0, 4327.0, 4299.0, 4278.0, 4307.0, 4277.0, 4327.0, 4287.0, 4326.0, 4276.0, 4295.0, 4266.0, 4314.0, 4285.0, 4254.0, 4275.0, 4265.0, 4305.0, 4255.0, 4316.0, 4264.0, 4294.0, 4276.0, 4305.0, 4299.0, 4264.0, 4297.0, 4267.0, 4315.0, 4287.0, 4316.0, 4276.0, 4265.0, 4287.0, 4277.0, 4317.0, 4267.0, 4316.0, 4287.0, 4327.0, 4287.0, 4266.0, 4306.0, 4267.0, 4327.0, 4298.0, 4275.0, 4297.0, 4278.0, 4298.0, 4318.0, 4290.0, 4339.0, 4319.0, 4277.0, 4296.0, 4275.0, 4327.0, 4286.0, 4264.0, 4284.0, 4254.0, 4315.0, 4296.0, 4325.0, 4305.0, 4263.0, 4282.0, 4263.0, 4301.0, 4273.0, 4313.0, 4263.0, 4251.0, 4284.0, 4282.0, 4305.0, 4263.0, 4313.0, 4275.0, 4314.0, 4275.0, 4253.0, 4283.0, 4264.0, 4315.0, 4285.0, 4295.0, 4275.0, 4264.0, 4305.0, 4265.0, 4315.0, 4265.0, 4275.0, 4306.0, 4265.0, 4326.0, 4275.0, 4315.0, 4305.0, 4293.0, 4315.0, 4263.0, 4303.0, 4263.0, 4314.0, 4285.0, 4253.0, 4282.0, 4255.0, 4314.0, 4286.0, 4295.0, 4286.0, 4265.0, 4306.0, 4265.0, 4326.0, 4296.0, 4284.0, 4276.0, 4275.0, 4306.0, 4283.0, 4283.0, 4252.0, 4291.0, 4253.0, 4315.0, 4263.0, 4283.0, 4265.0, 4285.0, 4276.0, 4267.0, 4297.0, 4267.0, 4317.0, 4288.0, 4328.0, 4298.0, 4256.0, 4306.0, 4265.0, 4326.0, 4297.0, 4254.0, 4295.0, 4266.0, 4337.0, 4307.0, 4305.0, 4285.0, 4264.0, 4314.0, 4275.0, 4293.0, 4264.0, 4304.0, 4284.0, 4264.0, 4283.0, 4264.0, 4304.0, 4285.0, 4274.0, 4295.0, 4265.0, 4315.0, 4285.0, 4336.0, 4286.0, 4304.0, 4275.0, 4303.0, 4273.0, 4260.0, 4271.0, 4251.0, 4303.0, 4274.0, 4305.0, 4276.0, 4265.0, 4305.0, 4266.0, 4315.0, 4276.0, 4304.0, 4277.0, 4315.0, 4296.0, 4274.0, 4275.0, 4254.0, 4294.0, 4264.0, 4294.0, 4253.0, 4303.0, 4275.0, 4313.0, 4296.0, 4294.0, 4274.0, 4274.0, 4285.0, 4284.0, 4284.0, 4263.0, 4282.0, 4252.0, 4302.0, 4253.0, 4282.0, 4253.0, 4292.0, 4264.0, 4314.0, 4273.0, 4254.0, 4295.0, 4264.0, 4314.0, 4285.0, 4325.0, 4275.0, 4283.0, 4274.0, 4264.0, 4284.0, 4265.0, 4305.0, 4277.0, 4287.0, 4297.0, 4266.0, 4317.0, 4287.0, 4317.0, 4318.0, 4263.0, 4285.0, 4255.0, 4314.0, 4286.0, 4293.0, 4264.0, 4254.0, 4294.0, 4274.0, 4315.0, 4263.0, 4293.0, 4264.0, 4303.0, 4285.0, 4253.0, 4294.0, 4255.0, 4315.0, 4298.0, 4266.0, 4286.0, 4267.0, 4316.0, 4297.0, 4276.0, 4307.0, 4265.0, 4337.0, 4315.0, 4312.0, 4303.0, 4260.0, 4284.0, 4272.0, 4303.0, 4262.0, 4283.0, 4262.0, 4252.0, 4304.0, 4264.0, 4302.0, 4264.0, 4254.0, 4304.0, 4265.0, 4305.0, 4263.0, 4273.0, 4273.0, 4284.0, 4304.0, 4264.0, 4304.0, 4272.0, 4262.0, 4293.0, 4254.0, 4303.0, 4274.0, 4264.0, 4315.0, 4265.0, 4304.0, 4275.0, 4303.0, 4295.0, 4273.0, 4283.0, 4262.0, 4303.0, 4286.0, 4264.0, 4265.0, 4265.0, 4296.0, 4279.0, 4279.0, 4318.0, 4300.0, 4278.0, 4329.0, 4297.0, 4318.0, 4328.0, 4325.0, 4314.0, 4283.0, 4292.0, 4263.0, 4291.0, 4262.0, 4291.0, 4273.0, 4264.0, 4293.0, 4265.0, 4315.0, 4296.0, 4254.0, 4286.0, 4285.0, 4306.0, 4265.0, 4325.0, 4254.0, 4292.0, 4264.0, 4302.0, 4284.0, 4283.0, 4263.0, 4274.0, 4265.0, 4265.0, 4294.0, 4266.0, 4294.0, 4265.0, 4315.0, 4299.0, 4277.0, 4306.0, 4265.0, 4315.0, 4297.0, 4337.0, 4309.0, 4295.0, 4273.0, 4253.0, 4305.0, 4265.0, 4306.0, 4266.0, 4265.0, 4294.0, 4267.0, 4318.0, 4288.0, 4276.0, 4297.0, 4285.0, 4326.0, 4265.0, 4294.0, 4265.0, 4305.0, 4286.0, 4282.0, 4253.0, 4292.0, 4264.0, 4274.0, 4275.0, 4267.0, 4307.0, 4279.0, 4326.0, 4300.0, 4297.0, 4289.0, 4267.0, 4329.0, 4297.0, 4338.0, 4275.0, 4294.0, 4264.0, 4304.0, 4276.0, 4326.0, 4275.0, 4304.0, 4265.0, 4302.0, 4274.0, 4284.0, 4263.0, 4263.0, 4286.0, 4264.0, 4296.0, 4286.0, 4295.0, 4265.0, 4305.0, 4275.0, 4276.0, 4286.0, 4267.0, 4314.0, 4277.0, 4327.0, 4296.0, 4273.0, 4285.0, 4273.0, 4304.0, 4266.0, 4293.0, 4264.0, 4253.0, 4273.0, 4266.0, 4305.0, 4276.0, 4294.0, 4307.0, 4276.0, 4305.0, 4274.0, 4305.0, 4274.0, 4325.0, 4273.0, 4271.0, 4250.0, 4270.0, 4251.0, 4272.0, 4263.0, 4266.0, 4296.0, 4277.0, 4316.0, 4298.0, 4297.0, 4286.0, 4275.0, 4317.0, 4304.0, 4314.0, 4273.0, 4282.0, 4253.0, 4292.0, 4252.0, 4314.0, 4254.0, 4282.0, 4265.0, 4272.0, 4295.0, 4253.0, 4293.0, 4265.0, 4313.0, 4275.0, 4323.0, 4274.0, 4284.0, 4276.0, 4283.0, 4274.0, 4253.0, 4282.0, 4264.0, 4315.0, 4288.0, 4264.0, 4287.0, 4278.0, 4328.0, 4298.0, 4316.0, 4288.0, 4267.0, 4296.0, 4275.0, 4325.0, 4265.0, 4295.0, 4267.0, 4315.0, 4287.0, 4263.0, 4273.0, 4274.0, 4315.0, 4275.0, 4306.0, 4286.0, 4254.0, 4306.0, 4252.0, 4325.0, 4284.0, 4262.0, 4296.0, 4254.0, 4316.0, 4287.0, 4264.0, 4295.0, 4268.0, 4317.0, 4309.0, 4276.0, 4307.0, 4268.0, 4314.0, 4297.0, 4288.0, 4307.0, 4267.0, 4316.0, 4286.0, 4306.0, 4297.0, 4265.0, 4304.0, 4276.0, 4315.0, 4297.0, 4276.0, 4305.0, 4265.0, 4306.0, 4287.0, 4275.0, 4307.0, 4265.0, 4305.0, 4277.0, 4266.0, 4317.0, 4267.0, 4307.0, 4277.0, 4268.0, 4318.0, 4300.0, 4269.0, 4328.0, 4309.0, 4321.0, 4320.0, 4279.0, 4328.0, 4299.0, 4328.0, 4287.0, 4264.0, 4284.0, 4264.0, 4316.0, 4289.0, 4279.0, 4297.0, 4280.0, 4330.0, 4290.0, 4341.0, 4310.0, 4280.0, 4312.0, 4278.0, 4331.0, 4280.0, 4350.0, 4311.0, 4328.0, 4287.0, 4317.0, 4309.0, 4298.0, 4286.0, 4267.0, 4305.0, 4279.0, 4317.0, 4288.0, 4298.0, 4278.0, 4308.0, 4290.0, 4328.0, 4311.0, 4266.0, 4287.0, 4275.0, 4287.0, 4285.0, 4286.0, 4263.0, 4285.0, 4266.0, 4308.0, 4266.0, 4319.0, 4268.0, 4308.0, 4278.0, 4339.0, 4300.0, 4338.0, 4311.0, 4308.0, 4297.0, 4316.0, 4317.0, 4328.0, 4306.0, 4273.0, 4283.0, 4253.0, 4293.0, 4274.0, 4293.0, 4263.0, 4304.0, 4266.0, 4314.0, 4287.0, 4273.0, 4274.0, 4265.0, 4316.0, 4290.0, 4318.0, 4289.0, 4278.0], 'WindowWidth': [9662.0, 9595.0, 9544.0, 9493.0, 9452.0, 9480.0, 9448.0, 9480.0, 9461.0, 9496.0, 9450.0, 9487.0, 9439.0, 9506.0, 9457.0, 9473.0, 9443.0, 9458.0, 9478.0, 9470.0, 9534.0, 9472.0, 9553.0, 9507.0, 9559.0, 9514.0, 9467.0, 9526.0, 9487.0, 9573.0, 9519.0, 9510.0, 9512.0, 9481.0, 9538.0, 9494.0, 9521.0, 9460.0, 9513.0, 9465.0, 9532.0, 9477.0, 9500.0, 9464.0, 9445.0, 9497.0, 9491.0, 9524.0, 9450.0, 9504.0, 9460.0, 9507.0, 9478.0, 9517.0, 9466.0, 9503.0, 9465.0, 9549.0, 9484.0, 9520.0, 9472.0, 9527.0, 9489.0, 9547.0, 9485.0, 9471.0, 9500.0, 9489.0, 9557.0, 9493.0, 9543.0, 9492.0, 9511.0, 9545.0, 9529.0, 9573.0, 9500.0, 9547.0, 9483.0, 9533.0, 9491.0, 9467.0, 9494.0, 9469.0, 9538.0, 9491.0, 9539.0, 9488.0, 9474.0, 9535.0, 9489.0, 9557.0, 9505.0, 9550.0, 9499.0, 9523.0, 9543.0, 9498.0, 9522.0, 9465.0, 9517.0, 9466.0, 9533.0, 9494.0, 9449.0, 9487.0, 9449.0, 9532.0, 9464.0, 9514.0, 9466.0, 9498.0, 9464.0, 9530.0, 9463.0, 9459.0, 9474.0, 9446.0, 9475.0, 9462.0, 9484.0, 9463.0, 9519.0, 9466.0, 9531.0, 9499.0, 9506.0, 9468.0, 9497.0, 9487.0, 9486.0, 9527.0, 9492.0, 9541.0, 9508.0, 9558.0, 9561.0, 9542.0, 9522.0, 9462.0, 9521.0, 9466.0, 9565.0, 9505.0, 9502.0, 9469.0, 9451.0, 9505.0, 9466.0, 9520.0, 9486.0, 9509.0, 9513.0, 9498.0, 9537.0, 9468.0, 9530.0, 9494.0, 9532.0, 9506.0, 9445.0, 9469.0, 9446.0, 9512.0, 9482.0, 9502.0, 9462.0, 9466.0, 9508.0, 9467.0, 9549.0, 9484.0, 9520.0, 9488.0, 9518.0, 9512.0, 9465.0, 9504.0, 9464.0, 9530.0, 9466.0, 9517.0, 9463.0, 9451.0, 9494.0, 9469.0, 9522.0, 9489.0, 9504.0, 9517.0, 9511.0, 9547.0, 9485.0, 9520.0, 9483.0, 9533.0, 9481.0, 9505.0, 9453.0, 9519.0, 9471.0, 9520.0, 9481.0, 9471.0, 9511.0, 9490.0, 9557.0, 9522.0, 9493.0, 9531.0, 9489.0, 9559.0, 9503.0, 9555.0, 9484.0, 9508.0, 9471.0, 9532.0, 9497.0, 9454.0, 9483.0, 9470.0, 9524.0, 9457.0, 9538.0, 9469.0, 9506.0, 9486.0, 9522.0, 9521.0, 9469.0, 9519.0, 9477.0, 9539.0, 9503.0, 9539.0, 9488.0, 9470.0, 9501.0, 9489.0, 9543.0, 9476.0, 9540.0, 9505.0, 9556.0, 9501.0, 9472.0, 9526.0, 9478.0, 9555.0, 9519.0, 9484.0, 9514.0, 9494.0, 9521.0, 9548.0, 9514.0, 9580.0, 9549.0, 9489.0, 9513.0, 9483.0, 9556.0, 9500.0, 9465.0, 9492.0, 9452.0, 9537.0, 9511.0, 9550.0, 9523.0, 9461.0, 9486.0, 9461.0, 9512.0, 9477.0, 9531.0, 9463.0, 9443.0, 9493.0, 9488.0, 9523.0, 9464.0, 9530.0, 9484.0, 9532.0, 9482.0, 9451.0, 9489.0, 9468.0, 9535.0, 9499.0, 9509.0, 9484.0, 9468.0, 9523.0, 9471.0, 9536.0, 9469.0, 9483.0, 9524.0, 9471.0, 9554.0, 9485.0, 9536.0, 9523.0, 9505.0, 9535.0, 9464.0, 9515.0, 9464.0, 9533.0, 9494.0, 9450.0, 9488.0, 9455.0, 9534.0, 9501.0, 9510.0, 9499.0, 9470.0, 9526.0, 9471.0, 9553.0, 9512.0, 9494.0, 9487.0, 9482.0, 9525.0, 9491.0, 9490.0, 9447.0, 9498.0, 9450.0, 9535.0, 9465.0, 9490.0, 9470.0, 9500.0, 9487.0, 9478.0, 9516.0, 9477.0, 9542.0, 9507.0, 9559.0, 9518.0, 9460.0, 9524.0, 9471.0, 9552.0, 9517.0, 9456.0, 9509.0, 9474.0, 9570.0, 9530.0, 9524.0, 9496.0, 9466.0, 9536.0, 9482.0, 9503.0, 9466.0, 9518.0, 9495.0, 9468.0, 9491.0, 9467.0, 9522.0, 9499.0, 9483.0, 9510.0, 9469.0, 9537.0, 9498.0, 9566.0, 9497.0, 9517.0, 9481.0, 9516.0, 9478.0, 9456.0, 9471.0, 9447.0, 9516.0, 9482.0, 9522.0, 9485.0, 9469.0, 9522.0, 9471.0, 9536.0, 9485.0, 9520.0, 9487.0, 9536.0, 9514.0, 9478.0, 9481.0, 9457.0, 9506.0, 9468.0, 9507.0, 9452.0, 9518.0, 9484.0, 9532.0, 9513.0, 9506.0, 9480.0, 9479.0, 9496.0, 9492.0, 9493.0, 9461.0, 9486.0, 9447.0, 9514.0, 9448.0, 9486.0, 9449.0, 9500.0, 9467.0, 9532.0, 9479.0, 9453.0, 9508.0, 9468.0, 9535.0, 9498.0, 9550.0, 9483.0, 9492.0, 9480.0, 9466.0, 9491.0, 9469.0, 9524.0, 9491.0, 9504.0, 9516.0, 9475.0, 9543.0, 9504.0, 9543.0, 9544.0, 9466.0, 9495.0, 9455.0, 9533.0, 9498.0, 9504.0, 9467.0, 9453.0, 9508.0, 9479.0, 9536.0, 9464.0, 9503.0, 9466.0, 9517.0, 9495.0, 9451.0, 9505.0, 9456.0, 9535.0, 9518.0, 9473.0, 9499.0, 9478.0, 9539.0, 9517.0, 9488.0, 9529.0, 9470.0, 9571.0, 9538.0, 9531.0, 9518.0, 9455.0, 9491.0, 9471.0, 9517.0, 9459.0, 9488.0, 9460.0, 9446.0, 9519.0, 9467.0, 9515.0, 9466.0, 9452.0, 9521.0, 9469.0, 9523.0, 9465.0, 9475.0, 9475.0, 9491.0, 9521.0, 9466.0, 9520.0, 9475.0, 9460.0, 9502.0, 9452.0, 9517.0, 9480.0, 9465.0, 9536.0, 9468.0, 9519.0, 9484.0, 9517.0, 9509.0, 9476.0, 9488.0, 9462.0, 9515.0, 9499.0, 9466.0, 9469.0, 9471.0, 9511.0, 9494.0, 9495.0, 9547.0, 9524.0, 9493.0, 9563.0, 9519.0, 9544.0, 9559.0, 9550.0, 9532.0, 9488.0, 9498.0, 9460.0, 9495.0, 9460.0, 9498.0, 9476.0, 9464.0, 9503.0, 9471.0, 9536.0, 9512.0, 9453.0, 9497.0, 9495.0, 9526.0, 9467.0, 9548.0, 9450.0, 9499.0, 9464.0, 9511.0, 9492.0, 9489.0, 9464.0, 9478.0, 9469.0, 9468.0, 9508.0, 9471.0, 9505.0, 9470.0, 9536.0, 9521.0, 9488.0, 9525.0, 9470.0, 9537.0, 9515.0, 9568.0, 9532.0, 9508.0, 9477.0, 9451.0, 9520.0, 9468.0, 9522.0, 9471.0, 9471.0, 9506.0, 9475.0, 9542.0, 9503.0, 9486.0, 9516.0, 9495.0, 9554.0, 9468.0, 9505.0, 9469.0, 9520.0, 9499.0, 9486.0, 9450.0, 9501.0, 9464.0, 9479.0, 9482.0, 9474.0, 9527.0, 9495.0, 9554.0, 9524.0, 9518.0, 9507.0, 9474.0, 9560.0, 9513.0, 9571.0, 9481.0, 9505.0, 9466.0, 9519.0, 9484.0, 9550.0, 9483.0, 9517.0, 9469.0, 9513.0, 9482.0, 9491.0, 9465.0, 9462.0, 9497.0, 9466.0, 9512.0, 9499.0, 9508.0, 9469.0, 9523.0, 9483.0, 9485.0, 9498.0, 9473.0, 9533.0, 9488.0, 9554.0, 9513.0, 9477.0, 9495.0, 9477.0, 9518.0, 9470.0, 9503.0, 9464.0, 9448.0, 9478.0, 9471.0, 9524.0, 9488.0, 9510.0, 9528.0, 9485.0, 9522.0, 9478.0, 9523.0, 9477.0, 9549.0, 9475.0, 9469.0, 9441.0, 9468.0, 9444.0, 9474.0, 9464.0, 9472.0, 9512.0, 9490.0, 9540.0, 9520.0, 9514.0, 9501.0, 9484.0, 9543.0, 9521.0, 9533.0, 9472.0, 9484.0, 9447.0, 9498.0, 9448.0, 9530.0, 9451.0, 9488.0, 9468.0, 9473.0, 9507.0, 9450.0, 9503.0, 9468.0, 9530.0, 9483.0, 9544.0, 9479.0, 9491.0, 9485.0, 9490.0, 9480.0, 9450.0, 9487.0, 9466.0, 9533.0, 9504.0, 9469.0, 9502.0, 9493.0, 9558.0, 9518.0, 9540.0, 9503.0, 9473.0, 9513.0, 9481.0, 9549.0, 9467.0, 9507.0, 9473.0, 9535.0, 9501.0, 9462.0, 9477.0, 9480.0, 9536.0, 9485.0, 9524.0, 9497.0, 9453.0, 9525.0, 9449.0, 9549.0, 9492.0, 9462.0, 9513.0, 9452.0, 9538.0, 9501.0, 9468.0, 9509.0, 9479.0, 9541.0, 9536.0, 9488.0, 9530.0, 9478.0, 9536.0, 9516.0, 9504.0, 9529.0, 9476.0, 9540.0, 9501.0, 9526.0, 9514.0, 9471.0, 9520.0, 9486.0, 9535.0, 9514.0, 9486.0, 9523.0, 9471.0, 9524.0, 9499.0, 9483.0, 9527.0, 9469.0, 9523.0, 9488.0, 9473.0, 9541.0, 9477.0, 9528.0, 9489.0, 9476.0, 9545.0, 9524.0, 9481.0, 9561.0, 9537.0, 9553.0, 9549.0, 9494.0, 9557.0, 9522.0, 9559.0, 9501.0, 9467.0, 9494.0, 9469.0, 9538.0, 9510.0, 9495.0, 9519.0, 9500.0, 9563.0, 9513.0, 9581.0, 9543.0, 9500.0, 9542.0, 9495.0, 9569.0, 9500.0, 9596.0, 9542.0, 9561.0, 9503.0, 9543.0, 9534.0, 9517.0, 9502.0, 9475.0, 9525.0, 9495.0, 9543.0, 9508.0, 9518.0, 9494.0, 9536.0, 9513.0, 9561.0, 9543.0, 9474.0, 9504.0, 9486.0, 9502.0, 9498.0, 9500.0, 9466.0, 9499.0, 9475.0, 9532.0, 9475.0, 9548.0, 9481.0, 9532.0, 9495.0, 9578.0, 9527.0, 9576.0, 9541.0, 9533.0, 9518.0, 9542.0, 9543.0, 9559.0, 9527.0, 9477.0, 9492.0, 9450.0, 9505.0, 9480.0, 9506.0, 9464.0, 9520.0, 9472.0, 9534.0, 9503.0, 9479.0, 9482.0, 9474.0, 9544.0, 9514.0, 9546.0, 9510.0, 9495.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.0002484730195177956</td></tr>
<tr><td colspan=3>aqi</td><td>0.019968974397244543</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.25621748309195</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2413842533218387</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9916263303563232</td></tr>
<tr><td colspan=3>efc</td><td>0.4719</td></tr>
<tr><td colspan=3>fber</td><td>7423.3818</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09789324311552067</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0332950631458093</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4795064587117377</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3355835806789846</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.714606208006017</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3883295874502113</td></tr>
<tr><td colspan=3>gcor</td><td>0.00708046</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008236055262386799</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034143101423978806</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.888970977316211</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>22.2555</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.1289</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.3486</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299594.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>779.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.3714</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4998</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>512.679</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3498.4309</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3711.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76950.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1148.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4573.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>954.2308</td></tr>
<tr><td colspan=3>tsnr</td><td>43.06175004108809</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>