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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0057/ses-01/func/sub-0057_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>595ff549063cc1b81f75c87bf2c30b53</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>09:59:38.205000</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.999294, -0.00890636, -0.0364931, 0.00610445, 0.997075, -0.0761833]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.110915</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4129, -7787, -7227, 496, -37, -255, -63, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.261</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4f297618-5dbc-4872-83cd-0521c845ffe9||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.6810333728790283, 0.016377782449126244, -0.10007528960704803, 114.33978271484375], [0.023895101621747017, 2.675079822540283, -0.2049482762813568, -78.00537872314453], [-0.09790843725204468, 0.20439425110816956, 2.690349578857422, -70.11756134033203], [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': ['095938.205000', '095938.665000', '095939.125000', '095939.585000', '095940.045000', '095940.505000', '095940.965000', '095941.425000', '095941.885000', '095942.345000', '095942.805000', '095943.265000', '095943.725000', '095944.185000', '095944.645000', '095945.105000', '095945.565000', '095946.025000', '095946.485000', '095946.945000', '095947.405000', '095947.865000', '095948.325000', '095948.785000', '095949.245000', '095949.705000', '095950.165000', '095950.625000', '095951.085000', '095951.545000', '095952.005000', '095952.465000', '095952.925000', '095953.385000', '095953.845000', '095954.305000', '095954.765000', '095955.225000', '095955.685000', '095956.145000', '095956.605000', '095957.065000', '095957.525000', '095957.985000', '095958.445000', '095958.905000', '095959.365000', '095959.825000', '100000.285000', '100000.745000', '100001.205000', '100001.665000', '100002.125000', '100002.585000', '100003.045000', '100003.505000', '100003.965000', '100004.425000', '100004.885000', '100005.345000', '100005.805000', '100006.265000', '100006.725000', '100007.185000', '100007.645000', '100008.105000', '100008.565000', '100009.025000', '100009.485000', '100009.945000', '100010.405000', '100010.865000', '100011.325000', '100011.785000', '100012.245000', '100012.705000', '100013.165000', '100013.625000', '100014.085000', '100014.545000', '100015.005000', '100015.465000', '100015.925000', '100016.385000', '100016.845000', '100017.305000', '100017.765000', '100018.225000', '100018.685000', '100019.145000', '100019.605000', '100020.065000', '100020.525000', '100020.985000', '100021.445000', '100021.905000', '100022.365000', '100022.825000', '100023.285000', '100023.745000', '100024.205000', '100024.665000', '100025.125000', '100025.585000', '100026.045000', '100026.505000', '100026.965000', '100027.425000', '100027.885000', '100028.345000', '100028.805000', '100029.265000', '100029.725000', '100030.185000', '100030.645000', '100031.105000', '100031.565000', '100032.025000', '100032.485000', '100032.945000', '100033.405000', '100033.865000', '100034.325000', '100034.785000', '100035.245000', '100035.705000', '100036.165000', '100036.625000', '100037.085000', '100037.545000', '100038.005000', '100038.465000', '100038.925000', '100039.385000', '100039.845000', '100040.305000', '100040.765000', '100041.225000', '100041.685000', '100042.145000', '100042.605000', '100043.065000', '100043.525000', '100043.985000', '100044.445000', '100044.905000', '100045.365000', '100045.825000', '100046.285000', '100046.745000', '100047.205000', '100047.665000', '100048.125000', '100048.585000', '100049.045000', '100049.505000', '100049.965000', '100050.425000', '100050.885000', '100051.345000', '100051.805000', '100052.265000', '100052.725000', '100053.185000', '100053.645000', '100054.105000', '100054.565000', '100055.025000', '100055.485000', '100055.945000', '100056.405000', '100056.865000', '100057.325000', '100057.785000', '100058.245000', '100058.705000', '100059.165000', '100059.625000', '100100.085000', '100100.545000', '100101.005000', '100101.465000', '100101.925000', '100102.385000', '100102.845000', '100103.305000', '100103.765000', '100104.225000', '100104.685000', '100105.145000', '100105.605000', '100106.065000', '100106.525000', '100106.985000', '100107.445000', '100107.905000', '100108.365000', '100108.825000', '100109.285000', '100109.745000', '100110.205000', '100110.665000', '100111.125000', '100111.585000', '100112.045000', '100112.505000', '100112.965000', '100113.425000', '100113.885000', '100114.345000', '100114.805000', '100115.265000', '100115.725000', '100116.185000', '100116.645000', '100117.105000', '100117.565000', '100118.025000', '100118.485000', '100118.945000', '100119.405000', '100119.865000', '100120.325000', '100120.785000', '100121.245000', '100121.705000', '100122.165000', '100122.625000', '100123.085000', '100123.545000', '100124.005000', '100124.465000', '100124.925000', '100125.385000', '100125.845000', '100126.305000', '100126.765000', '100127.225000', '100127.685000', '100128.145000', '100128.605000', '100129.065000', '100129.525000', '100129.985000', '100130.445000', '100130.905000', '100131.365000', '100131.825000', '100132.285000', '100132.745000', '100133.205000', '100133.665000', '100134.125000', '100134.585000', '100135.045000', '100135.505000', '100135.965000', '100136.425000', '100136.885000', '100137.345000', '100137.805000', '100138.265000', '100138.725000', '100139.185000', '100139.645000', '100140.105000', '100140.565000', '100141.025000', '100141.485000', '100141.945000', '100142.405000', '100142.865000', '100143.325000', '100143.785000', '100144.245000', '100144.705000', '100145.165000', '100145.625000', '100146.085000', '100146.545000', '100147.005000', '100147.465000', '100147.925000', '100148.385000', '100148.845000', '100149.305000', '100149.765000', '100150.225000', '100150.685000', '100151.145000', '100151.605000', '100152.065000', '100152.525000', '100152.985000', '100153.445000', '100153.905000', '100154.365000', '100154.825000', '100155.285000', '100155.745000', '100156.205000', '100156.665000', '100157.125000', '100157.585000', '100158.045000', '100158.505000', '100158.965000', '100159.425000', '100159.885000', '100200.345000', '100200.805000', '100201.265000', '100201.725000', '100202.185000', '100202.645000', '100203.105000', '100203.565000', '100204.025000', '100204.485000', '100204.945000', '100205.405000', '100205.865000', '100206.325000', '100206.785000', '100207.245000', '100207.705000', '100208.165000', '100208.625000', '100209.085000', '100209.545000', '100210.005000', '100210.465000', '100210.925000', '100211.385000', '100211.845000', '100212.305000', '100212.765000', '100213.225000', '100213.685000', '100214.145000', '100214.605000', '100215.065000', '100215.525000', '100215.985000', '100216.445000', '100216.905000', '100217.365000', '100217.825000', '100218.285000', '100218.745000', '100219.205000', '100219.665000', '100220.125000', '100220.585000', '100221.045000', '100221.505000', '100221.965000', '100222.425000', '100222.885000', '100223.345000', '100223.805000', '100224.265000', '100224.725000', '100225.185000', '100225.645000', '100226.105000', '100226.565000', '100227.025000', '100227.485000', '100227.945000', '100228.405000', '100228.865000', '100229.325000', '100229.785000', '100230.245000', '100230.705000', '100231.165000', '100231.625000', '100232.085000', '100232.545000', '100233.005000', '100233.465000', '100233.925000', '100234.385000', '100234.845000', '100235.305000', '100235.765000', '100236.225000', '100236.685000', '100237.145000', '100237.605000', '100238.065000', '100238.525000', '100238.985000', '100239.445000', '100239.905000', '100240.365000', '100240.825000', '100241.285000', '100241.745000', '100242.205000', '100242.665000', '100243.125000', '100243.585000', '100244.045000', '100244.505000', '100244.965000', '100245.425000', '100245.885000', '100246.345000', '100246.805000', '100247.265000', '100247.725000', '100248.185000', '100248.645000', '100249.105000', '100249.565000', '100250.025000', '100250.485000', '100250.945000', '100251.405000', '100251.865000', '100252.325000', '100252.785000', '100253.245000', '100253.705000', '100254.165000', '100254.625000', '100255.085000', '100255.545000', '100256.005000', '100256.465000', '100256.925000', '100257.385000', '100257.845000', '100258.305000', '100258.765000', '100259.225000', '100259.685000', '100300.145000', '100300.605000', '100301.065000', '100301.525000', '100301.985000', '100302.445000', '100302.905000', '100303.365000', '100303.825000', '100304.285000', '100304.745000', '100305.205000', '100305.665000', '100306.125000', '100306.585000', '100307.045000', '100307.505000', '100307.965000', '100308.425000', '100308.885000', '100309.345000', '100309.805000', '100310.265000', '100310.725000', '100311.185000', '100311.645000', '100312.105000', '100312.565000', '100313.025000', '100313.485000', '100313.945000', '100314.405000', '100314.865000', '100315.325000', '100315.785000', '100316.245000', '100316.705000', '100317.165000', '100317.625000', '100318.085000', '100318.545000', '100319.005000', '100319.465000', '100319.925000', '100320.385000', '100320.845000', '100321.305000', '100321.765000', '100322.225000', '100322.685000', '100323.145000', '100323.605000', '100324.065000', '100324.525000', '100324.985000', '100325.445000', '100325.905000', '100326.365000', '100326.825000', '100327.285000', '100327.745000', '100328.205000', '100328.665000', '100329.125000', '100329.585000', '100330.045000', '100330.505000', '100330.965000', '100331.425000', '100331.885000', '100332.345000', '100332.805000', '100333.265000', '100333.725000', '100334.185000', '100334.645000', '100335.105000', '100335.565000', '100336.025000', '100336.485000', '100336.945000', '100337.405000', '100337.865000', '100338.325000', '100338.785000', '100339.245000', '100339.705000', '100340.165000', '100340.625000', '100341.085000', '100341.545000', '100342.005000', '100342.465000', '100342.925000', '100343.385000', '100343.845000', '100344.305000', '100344.765000', '100345.225000', '100345.685000', '100346.145000', '100346.605000', '100347.065000', '100347.525000', '100347.985000', '100348.445000', '100348.905000', '100349.365000', '100349.825000', '100350.285000', '100350.745000', '100351.205000', '100351.665000', '100352.125000', '100352.585000', '100353.045000', '100353.505000', '100353.965000', '100354.425000', '100354.885000', '100355.345000', '100355.805000', '100356.265000', '100356.725000', '100357.185000', '100357.645000', '100358.105000', '100358.565000', '100359.025000', '100359.485000', '100359.945000', '100400.405000', '100400.865000', '100401.325000', '100401.785000', '100402.245000', '100402.705000', '100403.165000', '100403.625000', '100404.085000', '100404.545000', '100405.005000', '100405.465000', '100405.925000', '100406.385000', '100406.845000', '100407.305000', '100407.765000', '100408.225000', '100408.685000', '100409.145000', '100409.605000', '100410.065000', '100410.525000', '100410.985000', '100411.445000', '100411.905000', '100412.365000', '100412.825000', '100413.285000', '100413.745000', '100414.205000', '100414.665000', '100415.125000', '100415.585000', '100416.045000', '100416.505000', '100416.965000', '100417.425000', '100417.885000', '100418.345000', '100418.805000', '100419.265000', '100419.725000', '100420.185000', '100420.645000', '100421.105000', '100421.565000', '100422.025000', '100422.485000', '100422.945000', '100423.405000', '100423.865000', '100424.325000', '100424.785000', '100425.245000', '100425.705000', '100426.165000', '100426.625000', '100427.085000', '100427.545000', '100428.005000', '100428.465000', '100428.925000', '100429.385000', '100429.845000', '100430.305000', '100430.765000', '100431.225000', '100431.685000', '100432.145000', '100432.605000', '100433.065000', '100433.525000', '100433.985000', '100434.445000', '100434.905000', '100435.365000', '100435.825000', '100436.285000', '100436.745000', '100437.205000', '100437.665000', '100438.125000', '100438.585000', '100439.045000', '100439.505000', '100439.965000', '100440.425000', '100440.885000', '100441.345000', '100441.805000', '100442.265000', '100442.725000', '100443.185000', '100443.645000', '100444.105000', '100444.565000', '100445.025000', '100445.485000', '100445.945000', '100446.405000', '100446.865000', '100447.325000', '100447.785000', '100448.245000', '100448.705000', '100449.165000', '100449.625000', '100450.085000', '100450.545000', '100451.005000', '100451.465000', '100451.925000', '100452.385000', '100452.845000', '100453.305000', '100453.765000', '100454.225000', '100454.685000', '100455.145000', '100455.605000', '100456.065000', '100456.525000', '100456.985000', '100457.445000', '100457.905000', '100458.365000', '100458.825000', '100459.285000', '100459.745000', '100500.205000', '100500.665000', '100501.125000', '100501.585000', '100502.045000', '100502.505000', '100502.965000', '100503.425000', '100503.885000', '100504.345000', '100504.805000', '100505.265000', '100505.725000', '100506.185000', '100506.645000', '100507.105000', '100507.565000', '100508.025000', '100508.485000', '100508.945000', '100509.405000', '100509.865000', '100510.325000', '100510.785000', '100511.245000', '100511.705000', '100512.165000', '100512.625000', '100513.085000', '100513.545000', '100514.005000', '100514.465000', '100514.925000', '100515.385000', '100515.845000', '100516.305000', '100516.765000', '100517.225000', '100517.685000', '100518.145000', '100518.605000', '100519.065000', '100519.525000', '100519.985000', '100520.445000', '100520.905000', '100521.365000', '100521.825000', '100522.285000', '100522.745000', '100523.205000', '100523.665000', '100524.125000', '100524.585000', '100525.045000', '100525.505000', '100525.965000', '100526.425000', '100526.885000', '100527.345000', '100527.805000', '100528.265000', '100528.725000', '100529.185000', '100529.645000', '100530.105000', '100530.565000', '100531.025000', '100531.485000', '100531.945000', '100532.405000', '100532.865000', '100533.325000', '100533.785000', '100534.245000', '100534.705000', '100535.165000', '100535.625000', '100536.085000', '100536.545000', '100537.005000', '100537.465000', '100537.925000', '100538.385000', '100538.845000', '100539.305000', '100539.765000', '100540.225000', '100540.685000', '100541.145000', '100541.605000', '100542.065000', '100542.525000', '100542.985000', '100543.445000', '100543.905000', '100544.365000', '100544.825000', '100545.285000', '100545.745000', '100546.205000', '100546.665000', '100547.125000', '100547.585000', '100548.045000', '100548.505000', '100548.965000', '100549.425000', '100549.885000', '100550.345000', '100550.805000', '100551.265000', '100551.725000', '100552.185000', '100552.645000', '100553.105000', '100553.565000', '100554.025000', '100554.485000', '100554.945000', '100555.405000', '100555.865000', '100556.325000', '100556.785000', '100557.245000', '100557.705000', '100558.165000', '100558.625000', '100559.085000', '100559.545000', '100600.005000', '100600.465000', '100600.925000', '100601.385000', '100601.845000', '100602.305000', '100602.765000', '100603.225000', '100603.685000', '100604.145000', '100604.605000', '100605.065000', '100605.525000', '100605.985000', '100606.445000', '100606.905000', '100607.365000', '100607.825000', '100608.285000', '100608.745000', '100609.205000', '100609.665000', '100610.125000', '100610.585000', '100611.045000', '100611.505000', '100611.965000', '100612.425000', '100612.885000', '100613.345000', '100613.805000', '100614.265000', '100614.725000', '100615.185000', '100615.645000', '100616.105000', '100616.565000', '100617.025000', '100617.485000', '100617.945000', '100618.405000', '100618.865000'], 'ContentTime': ['095958.005000', '095958.009000', '095958.011000', '095958.014000', '095958.017000', '095958.020000', '095958.022000', '095958.030000', '095958.032000', '095958.035000', '095958.038000', '095958.040000', '095958.043000', '095958.045000', '095958.048000', '095958.050000', '095958.053000', '095958.055000', '095958.058000', '095958.060000', '095958.063000', '095958.065000', '095958.068000', '095958.071000', '095958.073000', '095958.076000', '095958.078000', '095958.081000', '095958.083000', '095958.086000', '095958.088000', '095958.091000', '095958.094000', '095958.096000', '095958.099000', '095958.101000', '095958.104000', '095958.106000', '095958.109000', '095958.111000', '095958.114000', '100017.955000', '100017.958000', '100017.961000', '100017.963000', '100017.966000', '100017.969000', '100017.971000', '100017.974000', '100017.976000', '100017.979000', '100017.982000', '100017.984000', '100017.987000', '100017.989000', '100017.992000', '100017.994000', '100017.997000', '100018.000000', '100018.003000', '100018.005000', '100018.008000', '100018.011000', '100018.013000', '100018.016000', '100018.018000', '100018.021000', '100018.023000', '100018.026000', '100018.029000', '100018.031000', '100018.034000', '100018.036000', '100018.039000', '100018.041000', '100018.044000', '100018.046000', '100018.049000', '100018.051000', '100018.054000', '100018.057000', '100018.059000', '100018.066000', '100018.069000', '100037.955000', '100037.957000', '100037.960000', '100037.963000', '100037.965000', '100037.968000', '100037.970000', '100037.973000', '100037.975000', '100037.978000', '100037.981000', '100037.983000', '100037.988000', '100037.991000', '100037.993000', '100037.996000', '100038.000000', '100038.002000', '100038.005000', '100038.007000', '100038.010000', '100038.012000', '100038.015000', '100038.017000', '100038.020000', '100038.023000', '100038.025000', '100038.028000', '100038.030000', '100038.033000', '100038.035000', '100038.038000', '100038.040000', '100038.043000', '100038.046000', '100038.048000', '100038.051000', '100038.053000', '100038.056000', '100038.058000', '100038.061000', '100038.063000', '100038.066000', '100038.069000', '100057.955000', '100057.957000', '100057.960000', '100057.962000', '100057.965000', '100057.968000', '100057.970000', '100057.973000', '100057.975000', '100057.978000', '100057.980000', '100057.983000', '100057.986000', '100057.988000', '100057.991000', '100057.993000', '100057.996000', '100058.000000', '100058.003000', '100058.005000', '100058.008000', '100058.011000', '100058.014000', '100058.017000', '100058.019000', '100058.022000', '100058.024000', '100058.027000', '100058.029000', '100058.032000', '100058.035000', '100058.037000', '100058.040000', '100058.042000', '100058.045000', '100058.047000', '100058.050000', '100058.052000', '100058.055000', '100058.058000', '100058.060000', '100058.063000', '100058.066000', '100117.954000', '100117.957000', '100117.963000', '100117.966000', '100117.968000', '100117.971000', '100117.974000', '100117.976000', '100117.979000', '100117.981000', '100117.984000', '100117.986000', '100117.998000', '100118.000000', '100118.003000', '100118.006000', '100118.008000', '100118.011000', '100118.013000', '100118.016000', '100118.019000', '100118.021000', '100118.024000', '100118.026000', '100118.029000', '100118.031000', '100118.034000', '100118.037000', '100118.039000', '100118.042000', '100118.044000', '100118.047000', '100118.050000', '100118.052000', '100118.055000', '100118.057000', '100118.060000', '100118.062000', '100118.065000', '100118.067000', '100118.070000', '100118.073000', '100118.075000', '100118.078000', '100137.956000', '100137.958000', '100137.961000', '100137.963000', '100137.966000', '100137.969000', '100137.971000', '100137.974000', '100137.976000', '100137.979000', '100137.982000', '100137.984000', '100137.987000', '100137.989000', '100137.992000', '100137.995000', '100137.997000', '100138.000000', '100138.002000', '100138.005000', '100138.007000', '100138.010000', '100138.013000', '100138.015000', '100138.018000', '100138.020000', '100138.023000', '100138.026000', '100138.028000', '100138.031000', '100138.033000', '100138.036000', '100138.038000', '100138.041000', '100138.043000', '100138.046000', '100138.050000', '100138.053000', '100138.055000', '100138.058000', '100138.060000', '100138.063000', '100138.066000', '100157.955000', '100157.958000', '100157.961000', '100157.963000', '100157.966000', '100157.969000', '100157.971000', '100157.974000', '100157.976000', '100157.979000', '100157.982000', '100157.984000', '100157.987000', '100157.989000', '100157.992000', '100157.994000', '100157.997000', '100158.001000', '100158.003000', '100158.006000', '100158.008000', '100158.011000', '100158.013000', '100158.016000', '100158.019000', '100158.021000', '100158.024000', '100158.026000', '100158.029000', '100158.031000', '100158.034000', '100158.037000', '100158.039000', '100158.042000', '100158.044000', '100158.047000', '100158.049000', '100158.052000', '100158.054000', '100158.057000', '100158.060000', '100158.062000', '100158.065000', '100158.067000', '100217.956000', '100217.958000', '100217.961000', '100217.964000', '100217.966000', '100217.969000', '100217.971000', '100217.974000', '100217.977000', '100217.979000', '100217.982000', '100217.984000', '100217.987000', '100217.990000', '100217.992000', '100217.995000', '100217.997000', '100218.000000', '100218.003000', '100218.005000', '100218.008000', '100218.010000', '100218.013000', '100218.016000', '100218.018000', '100218.021000', '100218.023000', '100218.026000', '100218.028000', '100218.031000', '100218.034000', '100218.036000', '100218.039000', '100218.041000', '100218.044000', '100218.046000', '100218.050000', '100218.053000', '100218.055000', '100218.058000', '100218.061000', '100218.064000', '100218.067000', '100237.955000', '100237.957000', '100237.960000', '100237.963000', '100237.965000', '100237.968000', '100237.970000', '100237.973000', '100237.976000', '100237.978000', '100237.981000', '100237.983000', '100237.986000', '100237.989000', '100237.991000', '100237.994000', '100237.996000', '100237.999000', '100238.002000', '100238.004000', '100238.007000', '100238.009000', '100238.012000', '100238.015000', '100238.017000', '100238.020000', '100238.023000', '100238.025000', '100238.028000', '100238.030000', '100238.033000', '100238.036000', '100238.038000', '100238.041000', '100238.043000', '100238.046000', '100238.048000', '100238.051000', '100238.054000', '100238.056000', '100238.059000', '100238.062000', '100238.064000', '100238.067000', '100257.955000', '100257.957000', '100257.960000', '100257.962000', '100257.965000', '100257.968000', '100257.970000', '100257.984000', '100257.987000', '100257.989000', '100257.992000', '100257.995000', '100257.997000', '100258.000000', '100258.002000', '100258.005000', '100258.007000', '100258.010000', '100258.013000', '100258.015000', '100258.023000', '100258.026000', '100258.029000', '100258.031000', '100258.034000', '100258.037000', '100258.039000', '100258.042000', '100258.044000', '100258.047000', '100258.050000', '100258.052000', '100258.055000', '100258.058000', '100258.060000', '100258.063000', '100258.065000', '100258.068000', '100258.071000', '100258.073000', '100258.076000', '100258.078000', '100258.081000', '100317.954000', '100317.957000', '100317.960000', '100317.962000', '100317.965000', '100317.968000', '100317.970000', '100317.973000', '100317.976000', '100317.978000', '100317.981000', '100317.983000', '100317.986000', '100317.988000', '100317.991000', '100317.994000', '100317.996000', '100318.000000', '100318.002000', '100318.005000', '100318.007000', '100318.010000', '100318.013000', '100318.016000', '100318.018000', '100318.021000', '100318.023000', '100318.026000', '100318.029000', '100318.031000', '100318.034000', '100318.036000', '100318.039000', '100318.041000', '100318.044000', '100318.047000', '100318.049000', '100318.052000', '100318.055000', '100318.057000', '100318.060000', '100318.062000', '100318.065000', '100318.068000', '100337.955000', '100337.957000', '100337.960000', '100337.963000', '100337.965000', '100337.968000', '100337.971000', '100337.973000', '100337.976000', '100337.978000', '100337.981000', '100337.984000', '100337.986000', '100337.989000', '100337.991000', '100337.994000', '100337.997000', '100338.000000', '100338.003000', '100338.005000', '100338.008000', '100338.010000', '100338.013000', '100338.016000', '100338.018000', '100338.021000', '100338.023000', '100338.026000', '100338.029000', '100338.031000', '100338.034000', '100338.036000', '100338.039000', '100338.041000', '100338.044000', '100338.047000', '100338.049000', '100338.052000', '100338.054000', '100338.057000', '100338.060000', '100338.063000', '100338.065000', '100357.955000', '100357.958000', '100357.961000', '100357.963000', '100357.966000', '100357.968000', '100357.971000', '100357.974000', '100357.976000', '100357.979000', '100357.981000', '100357.984000', '100357.986000', '100357.989000', '100357.992000', '100357.994000', '100357.997000', '100358.000000', '100358.003000', '100358.006000', '100358.008000', '100358.011000', '100358.013000', '100358.016000', '100358.019000', '100358.021000', '100358.024000', '100358.026000', '100358.029000', '100358.032000', '100358.034000', '100358.037000', '100358.039000', '100358.042000', '100358.044000', '100358.047000', '100358.050000', '100358.052000', '100358.055000', '100358.057000', '100358.060000', '100358.062000', '100358.065000', '100358.068000', '100417.956000', '100417.959000', '100417.961000', '100417.964000', '100417.966000', '100417.969000', '100417.972000', '100417.974000', '100417.977000', '100417.979000', '100417.982000', '100417.984000', '100417.987000', '100417.990000', '100417.992000', '100417.995000', '100417.998000', '100418.001000', '100418.004000', '100418.006000', '100418.009000', '100418.012000', '100418.014000', '100418.017000', '100418.019000', '100418.022000', '100418.024000', '100418.027000', '100418.030000', '100418.032000', '100418.035000', '100418.037000', '100418.051000', '100418.054000', '100418.057000', '100418.059000', '100418.062000', '100418.064000', '100418.067000', '100418.069000', '100418.072000', '100418.075000', '100418.077000', '100437.955000', '100437.958000', '100437.961000', '100437.964000', '100437.966000', '100437.969000', '100437.971000', '100437.974000', '100437.976000', '100437.979000', '100437.982000', '100437.984000', '100437.987000', '100437.989000', '100437.992000', '100437.995000', '100437.997000', '100438.001000', '100438.003000', '100438.006000', '100438.009000', '100438.011000', '100438.014000', '100438.016000', '100438.019000', '100438.021000', '100438.024000', '100438.027000', '100438.029000', '100438.032000', '100438.034000', '100438.037000', '100438.040000', '100438.042000', '100438.045000', '100438.047000', '100438.050000', '100438.052000', '100438.055000', '100438.058000', '100438.060000', '100438.063000', '100438.065000', '100438.068000', '100457.955000', '100457.957000', '100457.960000', '100457.963000', '100457.965000', '100457.968000', '100457.970000', '100457.973000', '100457.976000', '100457.978000', '100457.981000', '100457.983000', '100457.986000', '100457.988000', '100457.991000', '100457.994000', '100457.996000', '100458.000000', '100458.002000', '100458.005000', '100458.008000', '100458.010000', '100458.013000', '100458.015000', '100458.018000', '100458.020000', '100458.023000', '100458.026000', '100458.028000', '100458.031000', '100458.033000', '100458.036000', '100458.039000', '100458.041000', '100458.044000', '100458.046000', '100458.049000', '100458.051000', '100458.054000', '100458.056000', '100458.059000', '100458.061000', '100458.064000', '100517.954000', '100517.957000', '100517.960000', '100517.963000', '100517.965000', '100517.968000', '100517.970000', '100517.973000', '100517.975000', '100517.978000', '100517.980000', '100517.983000', '100517.986000', '100517.988000', '100517.991000', '100517.993000', '100517.996000', '100517.999000', '100518.001000', '100518.004000', '100518.006000', '100518.009000', '100518.012000', '100518.014000', '100518.017000', '100518.019000', '100518.022000', '100518.025000', '100518.027000', '100518.030000', '100518.033000', '100518.035000', '100518.038000', '100518.040000', '100518.043000', '100518.045000', '100518.048000', '100518.051000', '100518.053000', '100518.056000', '100518.058000', '100518.061000', '100518.064000', '100518.066000', '100537.955000', '100537.957000', '100537.960000', '100537.963000', '100537.965000', '100537.968000', '100537.970000', '100537.973000', '100537.976000', '100537.978000', '100537.981000', '100537.983000', '100537.986000', '100537.988000', '100537.991000', '100537.994000', '100537.996000', '100538.000000', '100538.002000', '100538.005000', '100538.009000', '100538.011000', '100538.014000', '100538.017000', '100538.019000', '100538.022000', '100538.024000', '100538.027000', '100538.029000', '100538.032000', '100538.035000', '100538.037000', '100538.040000', '100538.042000', '100538.045000', '100538.047000', '100538.050000', '100538.053000', '100538.055000', '100538.058000', '100538.060000', '100538.063000', '100538.065000', '100557.954000', '100557.957000', '100557.960000', '100557.962000', '100557.965000', '100557.968000', '100557.970000', '100557.973000', '100557.975000', '100557.978000', '100557.980000', '100557.983000', '100557.986000', '100557.988000', '100557.991000', '100557.993000', '100557.996000', '100557.999000', '100558.001000', '100558.004000', '100558.006000', '100558.009000', '100558.012000', '100558.014000', '100558.017000', '100558.019000', '100558.022000', '100558.024000', '100558.027000', '100558.030000', '100558.032000', '100558.035000', '100558.037000', '100558.040000', '100558.043000', '100558.045000', '100558.048000', '100558.050000', '100558.053000', '100558.055000', '100558.058000', '100558.061000', '100558.063000', '100558.066000', '100617.956000', '100617.958000', '100617.961000', '100617.964000', '100617.966000', '100617.969000', '100617.971000', '100617.974000', '100617.976000', '100617.979000', '100617.982000', '100617.984000', '100617.987000', '100617.989000', '100617.992000', '100617.995000', '100617.997000', '100618.000000', '100618.002000', '100618.005000', '100618.007000', '100618.010000', '100618.013000', '100618.015000', '100618.018000', '100618.020000', '100618.023000', '100618.026000', '100618.028000', '100618.031000', '100618.033000', '100618.036000', '100618.038000', '100618.041000', '100618.044000', '100618.046000', '100618.049000', '100618.051000', '100618.054000', '100618.056000', '100618.059000', '100618.062000', '100618.064000', '100619.960000', '100619.963000', '100619.966000', '100619.969000', '100619.971000'], 'InstanceCreationTime': ['095958.005000', '095958.009000', '095958.011000', '095958.014000', '095958.017000', '095958.020000', '095958.022000', '095958.030000', '095958.032000', '095958.035000', '095958.038000', '095958.040000', '095958.043000', '095958.045000', '095958.048000', '095958.050000', '095958.053000', '095958.055000', '095958.058000', '095958.060000', '095958.063000', '095958.065000', '095958.068000', '095958.071000', '095958.073000', '095958.076000', '095958.078000', '095958.081000', '095958.083000', '095958.086000', '095958.088000', '095958.091000', '095958.094000', '095958.096000', '095958.099000', '095958.101000', '095958.104000', '095958.106000', '095958.109000', '095958.111000', '095958.114000', '100017.955000', '100017.958000', '100017.961000', '100017.963000', '100017.966000', '100017.969000', '100017.971000', '100017.974000', '100017.976000', '100017.979000', '100017.982000', '100017.984000', '100017.987000', '100017.989000', '100017.992000', '100017.994000', '100017.997000', '100018.000000', '100018.003000', '100018.005000', '100018.008000', '100018.011000', '100018.013000', '100018.016000', '100018.018000', '100018.021000', '100018.023000', '100018.026000', '100018.029000', '100018.031000', '100018.034000', '100018.036000', '100018.039000', '100018.041000', '100018.044000', '100018.046000', '100018.049000', '100018.051000', '100018.054000', '100018.057000', '100018.059000', '100018.066000', '100018.069000', '100037.955000', '100037.957000', '100037.960000', '100037.963000', '100037.965000', '100037.968000', '100037.970000', '100037.973000', '100037.975000', '100037.978000', '100037.981000', '100037.983000', '100037.988000', '100037.991000', '100037.993000', '100037.996000', '100038.000000', '100038.002000', '100038.005000', '100038.007000', '100038.010000', '100038.012000', '100038.015000', '100038.017000', '100038.020000', '100038.023000', '100038.025000', '100038.028000', '100038.030000', '100038.033000', '100038.035000', '100038.038000', '100038.040000', '100038.043000', '100038.046000', '100038.048000', '100038.051000', '100038.053000', '100038.056000', '100038.058000', '100038.061000', '100038.063000', '100038.066000', '100038.069000', '100057.955000', '100057.957000', '100057.960000', '100057.962000', '100057.965000', '100057.968000', '100057.970000', '100057.973000', '100057.975000', '100057.978000', '100057.980000', '100057.983000', '100057.986000', '100057.988000', '100057.991000', '100057.993000', '100057.996000', '100058.000000', '100058.003000', '100058.005000', '100058.008000', '100058.011000', '100058.014000', '100058.017000', '100058.019000', '100058.022000', '100058.024000', '100058.027000', '100058.029000', '100058.032000', '100058.035000', '100058.037000', '100058.040000', '100058.042000', '100058.045000', '100058.047000', '100058.050000', '100058.052000', '100058.055000', '100058.058000', '100058.060000', '100058.063000', '100058.066000', '100117.954000', '100117.957000', '100117.963000', '100117.966000', '100117.968000', '100117.971000', '100117.974000', '100117.976000', '100117.979000', '100117.981000', '100117.984000', '100117.986000', '100117.998000', '100118.000000', '100118.003000', '100118.006000', '100118.008000', '100118.011000', '100118.013000', '100118.016000', '100118.019000', '100118.021000', '100118.024000', '100118.026000', '100118.029000', '100118.031000', '100118.034000', '100118.037000', '100118.039000', '100118.042000', '100118.044000', '100118.047000', '100118.050000', '100118.052000', '100118.055000', '100118.057000', '100118.060000', '100118.062000', '100118.065000', '100118.067000', '100118.070000', '100118.073000', '100118.075000', '100118.078000', '100137.956000', '100137.958000', '100137.961000', '100137.963000', '100137.966000', '100137.969000', '100137.971000', '100137.974000', '100137.976000', '100137.979000', '100137.982000', '100137.984000', '100137.987000', '100137.989000', '100137.992000', '100137.995000', '100137.997000', '100138.000000', '100138.002000', '100138.005000', '100138.007000', '100138.010000', '100138.013000', '100138.015000', '100138.018000', '100138.020000', '100138.023000', '100138.026000', '100138.028000', '100138.031000', '100138.033000', '100138.036000', '100138.038000', '100138.041000', '100138.043000', '100138.046000', '100138.050000', '100138.053000', '100138.055000', '100138.058000', '100138.060000', '100138.063000', '100138.066000', '100157.955000', '100157.958000', '100157.961000', '100157.963000', '100157.966000', '100157.969000', '100157.971000', '100157.974000', '100157.976000', '100157.979000', '100157.982000', '100157.984000', '100157.987000', '100157.989000', '100157.992000', '100157.994000', '100157.997000', '100158.001000', '100158.003000', '100158.006000', '100158.008000', '100158.011000', '100158.013000', '100158.016000', '100158.019000', '100158.021000', '100158.024000', '100158.026000', '100158.029000', '100158.031000', '100158.034000', '100158.037000', '100158.039000', '100158.042000', '100158.044000', '100158.047000', '100158.049000', '100158.052000', '100158.054000', '100158.057000', '100158.060000', '100158.062000', '100158.065000', '100158.067000', '100217.956000', '100217.958000', '100217.961000', '100217.964000', '100217.966000', '100217.969000', '100217.971000', '100217.974000', '100217.977000', '100217.979000', '100217.982000', '100217.984000', '100217.987000', '100217.990000', '100217.992000', '100217.995000', '100217.997000', '100218.000000', '100218.003000', '100218.005000', '100218.008000', '100218.010000', '100218.013000', '100218.016000', '100218.018000', '100218.021000', '100218.023000', '100218.026000', '100218.028000', '100218.031000', '100218.034000', '100218.036000', '100218.039000', '100218.041000', '100218.044000', '100218.046000', '100218.050000', '100218.053000', '100218.055000', '100218.058000', '100218.061000', '100218.064000', '100218.067000', '100237.955000', '100237.957000', '100237.960000', '100237.963000', '100237.965000', '100237.968000', '100237.970000', '100237.973000', '100237.976000', '100237.978000', '100237.981000', '100237.983000', '100237.986000', '100237.989000', '100237.991000', '100237.994000', '100237.996000', '100237.999000', '100238.002000', '100238.004000', '100238.007000', '100238.009000', '100238.012000', '100238.015000', '100238.017000', '100238.020000', '100238.023000', '100238.025000', '100238.028000', '100238.030000', '100238.033000', '100238.036000', '100238.038000', '100238.041000', '100238.043000', '100238.046000', '100238.048000', '100238.051000', '100238.054000', '100238.056000', '100238.059000', '100238.062000', '100238.064000', '100238.067000', '100257.955000', '100257.957000', '100257.960000', '100257.962000', '100257.965000', '100257.968000', '100257.970000', '100257.984000', '100257.987000', '100257.989000', '100257.992000', '100257.995000', '100257.997000', '100258.000000', '100258.002000', '100258.005000', '100258.007000', '100258.010000', '100258.013000', '100258.015000', '100258.023000', '100258.026000', '100258.029000', '100258.031000', '100258.034000', '100258.037000', '100258.039000', '100258.042000', '100258.044000', '100258.047000', '100258.050000', '100258.052000', '100258.055000', '100258.058000', '100258.060000', '100258.063000', '100258.065000', '100258.068000', '100258.071000', '100258.073000', '100258.076000', '100258.078000', '100258.081000', '100317.954000', '100317.957000', '100317.960000', '100317.962000', '100317.965000', '100317.968000', '100317.970000', '100317.973000', '100317.976000', '100317.978000', '100317.981000', '100317.983000', '100317.986000', '100317.988000', '100317.991000', '100317.994000', '100317.996000', '100318.000000', '100318.002000', '100318.005000', '100318.007000', '100318.010000', '100318.013000', '100318.016000', '100318.018000', '100318.021000', '100318.023000', '100318.026000', '100318.029000', '100318.031000', '100318.034000', '100318.036000', '100318.039000', '100318.041000', '100318.044000', '100318.047000', '100318.049000', '100318.052000', '100318.055000', '100318.057000', '100318.060000', '100318.062000', '100318.065000', '100318.068000', '100337.955000', '100337.957000', '100337.960000', '100337.963000', '100337.965000', '100337.968000', '100337.971000', '100337.973000', '100337.976000', '100337.978000', '100337.981000', '100337.984000', '100337.986000', '100337.989000', '100337.991000', '100337.994000', '100337.997000', '100338.000000', '100338.003000', '100338.005000', '100338.008000', '100338.010000', '100338.013000', '100338.016000', '100338.018000', '100338.021000', '100338.023000', '100338.026000', '100338.029000', '100338.031000', '100338.034000', '100338.036000', '100338.039000', '100338.041000', '100338.044000', '100338.047000', '100338.049000', '100338.052000', '100338.054000', '100338.057000', '100338.060000', '100338.063000', '100338.065000', '100357.955000', '100357.958000', '100357.961000', '100357.963000', '100357.966000', '100357.968000', '100357.971000', '100357.974000', '100357.976000', '100357.979000', '100357.981000', '100357.984000', '100357.986000', '100357.989000', '100357.992000', '100357.994000', '100357.997000', '100358.000000', '100358.003000', '100358.006000', '100358.008000', '100358.011000', '100358.013000', '100358.016000', '100358.019000', '100358.021000', '100358.024000', '100358.026000', '100358.029000', '100358.032000', '100358.034000', '100358.037000', '100358.039000', '100358.042000', '100358.044000', '100358.047000', '100358.050000', '100358.052000', '100358.055000', '100358.057000', '100358.060000', '100358.062000', '100358.065000', '100358.068000', '100417.956000', '100417.959000', '100417.961000', '100417.964000', '100417.966000', '100417.969000', '100417.972000', '100417.974000', '100417.977000', '100417.979000', '100417.982000', '100417.984000', '100417.987000', '100417.990000', '100417.992000', '100417.995000', '100417.998000', '100418.001000', '100418.004000', '100418.006000', '100418.009000', '100418.012000', '100418.014000', '100418.017000', '100418.019000', '100418.022000', '100418.024000', '100418.027000', '100418.030000', '100418.032000', '100418.035000', '100418.037000', '100418.051000', '100418.054000', '100418.057000', '100418.059000', '100418.062000', '100418.064000', '100418.067000', '100418.069000', '100418.072000', '100418.075000', '100418.077000', '100437.955000', '100437.958000', '100437.961000', '100437.964000', '100437.966000', '100437.969000', '100437.971000', '100437.974000', '100437.976000', '100437.979000', '100437.982000', '100437.984000', '100437.987000', '100437.989000', '100437.992000', '100437.995000', '100437.997000', '100438.001000', '100438.003000', '100438.006000', '100438.009000', '100438.011000', '100438.014000', '100438.016000', '100438.019000', '100438.021000', '100438.024000', '100438.027000', '100438.029000', '100438.032000', '100438.034000', '100438.037000', '100438.040000', '100438.042000', '100438.045000', '100438.047000', '100438.050000', '100438.052000', '100438.055000', '100438.058000', '100438.060000', '100438.063000', '100438.065000', '100438.068000', '100457.955000', '100457.957000', '100457.960000', '100457.963000', '100457.965000', '100457.968000', '100457.970000', '100457.973000', '100457.976000', '100457.978000', '100457.981000', '100457.983000', '100457.986000', '100457.988000', '100457.991000', '100457.994000', '100457.996000', '100458.000000', '100458.002000', '100458.005000', '100458.008000', '100458.010000', '100458.013000', '100458.015000', '100458.018000', '100458.020000', '100458.023000', '100458.026000', '100458.028000', '100458.031000', '100458.033000', '100458.036000', '100458.039000', '100458.041000', '100458.044000', '100458.046000', '100458.049000', '100458.051000', '100458.054000', '100458.056000', '100458.059000', '100458.061000', '100458.064000', '100517.954000', '100517.957000', '100517.960000', '100517.963000', '100517.965000', '100517.968000', '100517.970000', '100517.973000', '100517.975000', '100517.978000', '100517.980000', '100517.983000', '100517.986000', '100517.988000', '100517.991000', '100517.993000', '100517.996000', '100517.999000', '100518.001000', '100518.004000', '100518.006000', '100518.009000', '100518.012000', '100518.014000', '100518.017000', '100518.019000', '100518.022000', '100518.025000', '100518.027000', '100518.030000', '100518.033000', '100518.035000', '100518.038000', '100518.040000', '100518.043000', '100518.045000', '100518.048000', '100518.051000', '100518.053000', '100518.056000', '100518.058000', '100518.061000', '100518.064000', '100518.066000', '100537.955000', '100537.957000', '100537.960000', '100537.963000', '100537.965000', '100537.968000', '100537.970000', '100537.973000', '100537.976000', '100537.978000', '100537.981000', '100537.983000', '100537.986000', '100537.988000', '100537.991000', '100537.994000', '100537.996000', '100538.000000', '100538.002000', '100538.005000', '100538.009000', '100538.011000', '100538.014000', '100538.017000', '100538.019000', '100538.022000', '100538.024000', '100538.027000', '100538.029000', '100538.032000', '100538.035000', '100538.037000', '100538.040000', '100538.042000', '100538.045000', '100538.047000', '100538.050000', '100538.053000', '100538.055000', '100538.058000', '100538.060000', '100538.063000', '100538.065000', '100557.954000', '100557.957000', '100557.960000', '100557.962000', '100557.965000', '100557.968000', '100557.970000', '100557.973000', '100557.975000', '100557.978000', '100557.980000', '100557.983000', '100557.986000', '100557.988000', '100557.991000', '100557.993000', '100557.996000', '100557.999000', '100558.001000', '100558.004000', '100558.006000', '100558.009000', '100558.012000', '100558.014000', '100558.017000', '100558.019000', '100558.022000', '100558.024000', '100558.027000', '100558.030000', '100558.032000', '100558.035000', '100558.037000', '100558.040000', '100558.043000', '100558.045000', '100558.048000', '100558.050000', '100558.053000', '100558.055000', '100558.058000', '100558.061000', '100558.063000', '100558.066000', '100617.956000', '100617.958000', '100617.961000', '100617.964000', '100617.966000', '100617.969000', '100617.971000', '100617.974000', '100617.976000', '100617.979000', '100617.982000', '100617.984000', '100617.987000', '100617.989000', '100617.992000', '100617.995000', '100617.997000', '100618.000000', '100618.002000', '100618.005000', '100618.007000', '100618.010000', '100618.013000', '100618.015000', '100618.018000', '100618.020000', '100618.023000', '100618.026000', '100618.028000', '100618.031000', '100618.033000', '100618.036000', '100618.038000', '100618.041000', '100618.044000', '100618.046000', '100618.049000', '100618.051000', '100618.054000', '100618.056000', '100618.059000', '100618.062000', '100618.064000', '100619.960000', '100619.963000', '100619.966000', '100619.969000', '100619.971000'], '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': [6905, 7140, 7558, 7597, 7812, 7689, 6594, 7777, 7105, 7855, 6832, 7866, 6889, 7870, 6823, 7690, 7570, 7482, 6953, 6381, 6940, 6273, 7142, 6422, 7537, 6276, 7542, 6516, 7533, 6833, 7848, 6888, 7998, 7059, 7664, 9234, 7541, 7741, 7782, 7379, 7758, 7225, 7696, 7124, 7795, 6522, 7680, 6367, 7817, 6177, 7590, 6216, 7690, 6527, 7441, 6935, 7582, 6827, 7479, 6707, 7584, 6837, 7512, 6778, 7467, 6358, 7409, 6459, 7594, 6407, 7451, 6253, 7899, 6290, 7232, 6826, 7767, 7085, 6164, 7363, 6513, 7019, 7728, 7358, 7961, 7568, 7692, 7503, 8802, 7455, 8690, 7343, 8447, 7530, 6922, 7341, 7197, 7515, 6561, 7393, 6641, 7312, 6463, 7327, 6851, 7463, 6739, 7312, 6644, 7395, 6733, 7438, 7600, 7333, 7229, 7489, 7352, 7525, 7303, 8357, 7395, 7097, 7519, 7113, 7555, 6724, 7648, 7091, 7507, 7231, 7519, 7175, 7655, 7202, 6176, 7265, 6319, 7361, 6386, 7356, 7682, 7296, 7370, 7430, 6824, 7335, 7128, 7333, 7870, 7312, 7211, 7237, 6600, 7455, 6316, 7407, 6591, 7268, 6668, 7280, 6662, 7589, 6663, 7272, 6633, 7383, 6425, 7541, 6578, 7384, 6615, 7370, 6678, 7306, 6660, 7471, 7287, 7405, 7020, 7193, 6704, 7157, 7200, 7370, 6903, 7423, 6538, 7315, 6720, 7301, 7070, 7266, 7143, 7110, 7060, 7097, 7086, 6941, 6386, 6904, 6389, 6800, 6265, 7083, 6179, 7180, 6355, 7220, 6329, 7324, 6548, 7929, 7733, 9096, 7761, 6995, 7024, 6847, 7868, 6558, 7722, 6810, 6666, 7025, 6237, 7358, 7571, 7436, 9160, 7204, 9795, 7784, 9551, 7747, 7902, 7402, 7453, 7227, 7238, 6939, 6975, 6831, 7003, 7018, 7067, 6671, 7029, 6690, 7045, 6880, 7281, 6862, 7161, 6856, 7359, 6659, 7177, 6544, 7384, 6860, 7295, 6870, 7229, 6755, 7289, 6942, 7106, 7227, 7354, 7453, 6819, 7216, 6271, 7496, 6301, 7542, 6250, 7719, 6903, 7679, 7262, 7687, 6793, 6140, 7460, 6476, 7260, 8016, 7358, 8389, 7408, 7858, 7474, 8664, 7394, 8189, 7245, 7457, 7346, 7902, 7296, 7544, 7250, 6929, 7503, 7147, 7465, 6760, 7453, 7135, 6484, 6640, 6950, 7114, 7568, 7283, 6895, 6457, 6712, 7060, 6966, 7328, 7005, 8668, 6997, 7711, 7249, 7694, 7171, 7637, 6910, 6824, 7021, 6633, 6959, 6470, 7015, 6387, 6991, 6867, 6786, 6519, 7278, 6895, 7089, 6888, 7155, 7149, 6192, 7342, 6182, 7486, 6697, 7650, 7004, 7305, 7184, 7279, 6961, 7591, 6840, 6278, 7137, 6456, 7040, 6794, 7214, 7632, 7273, 6983, 7258, 7921, 7127, 7860, 7179, 7205, 7241, 8060, 7126, 7047, 7163, 6859, 7203, 7317, 7020, 7345, 6986, 6972, 7291, 7100, 6796, 7041, 6793, 7224, 6588, 6904, 7648, 6848, 6583, 7054, 6755, 7106, 6914, 6859, 6391, 6938, 6440, 7003, 6507, 7172, 6404, 6999, 6853, 6826, 6723, 6779, 7155, 6892, 6804, 6145, 6822, 6311, 7187, 6599, 7168, 6898, 7038, 6817, 6079, 7260, 7471, 7025, 6857, 7288, 6610, 7304, 6934, 7415, 6916, 6822, 6707, 6677, 6853, 7271, 6910, 7287, 6801, 7965, 7019, 9574, 7138, 7541, 7265, 7612, 7223, 9758, 7149, 9200, 7415, 8741, 7343, 8626, 7114, 8472, 6995, 6494, 6847, 6275, 6644, 6683, 6873, 6838, 6794, 6599, 6631, 6827, 6684, 6601, 6545, 6268, 6715, 6013, 6757, 6261, 6737, 6176, 6910, 6124, 7003, 6700, 6960, 6805, 6923, 6974, 7188, 7455, 7075, 6669, 7168, 6604, 7168, 7430, 7115, 7478, 7019, 6685, 7224, 7050, 7157, 7109, 7092, 6833, 6910, 6940, 7216, 7040, 6951, 6954, 6913, 6778, 7123, 6838, 6871, 7162, 6913, 6927, 6958, 6414, 7034, 6798, 6358, 6269, 6260, 6483, 6798, 6633, 7606, 6328, 7418, 6617, 7170, 6658, 7518, 6490, 8165, 6590, 6670, 6491, 6697, 6733, 9256, 6903, 9781, 6499, 6269, 6564, 6429, 6256, 6361, 6245, 6374, 6205, 6650, 6125, 6501, 6116, 6486, 6922, 7068, 6516, 6351, 6420, 6349, 6469, 6176, 7302, 6815, 6707, 6477, 6647, 6583, 6614, 6413, 7807, 6334, 7558, 6695, 6855, 6576, 6896, 6729, 6586, 6602, 6441, 6717, 6685, 6645, 6604, 6812, 6349, 6729, 6562, 6429, 7033, 8678, 7127, 8133, 7142, 7154, 7192, 8069, 6920, 7683, 6883, 8571, 7434, 8776, 7079, 7333, 6820, 8418, 7123, 9890, 7541, 7263, 8784, 6777, 7564, 6983, 6486, 6869, 6641, 6842, 6554, 6856, 6321, 6942, 6382, 6806, 6388, 6695, 6178, 6759, 6466, 6712, 6475, 6809, 6830, 6640, 6756, 6831, 6595, 6537, 6564, 6196, 6525, 6253, 6413, 6292, 6524, 6253, 6507, 6194, 6401, 6389, 6511, 6328, 6560, 6449, 6817, 6886, 7281, 6642, 6267, 6413, 6538, 7011, 6462, 6906, 6462, 6416, 6362, 6999, 6785, 8669, 6813, 8337, 7178, 9019, 6882, 10050, 6870, 9395, 6918, 9598, 6727, 7664, 6627, 6444, 6583, 6262, 6186, 6751, 6144, 6854, 6227, 6924, 6487, 6826, 6661, 6750, 6628, 6556, 6621, 6248, 6590, 6383, 6901, 6459, 6819, 6327, 6679, 6211, 6725, 6393, 6491, 6546, 6656, 7029, 6738, 6447, 6565, 6669, 6705, 6473, 6592, 6662, 6633, 6277, 6722, 6569, 7088, 6408, 6644, 6560, 6288, 6294, 6614, 6385, 7315, 6269, 7134, 6302, 6612, 6107, 6412, 6171, 6672, 6292, 6421, 6263, 7000, 7519, 6570, 9850, 6707, 8459, 6802, 7555, 6449, 6690, 6099, 6747, 6261, 6612, 5992, 6452, 6253, 6663, 6086, 6240, 6326, 6201, 6301, 6159, 6417, 6194, 6216, 6107, 6422, 6209, 6571, 6540, 6339, 6311, 6494, 6182, 6525, 6329, 6618, 6347, 6291, 6258, 6174, 6081, 6564, 6241, 6569, 7119, 6253, 6328, 6345, 6207, 6568, 6362, 6267, 6239, 6175, 6132, 6224, 6251, 6187, 6042, 7282, 6015, 6427, 6152, 6381, 6204, 6719, 6217, 6950, 6438, 6315, 6295, 6129, 6421, 6641, 6581, 8258, 6540, 6504, 6424, 6509, 6314, 6251, 6464, 6820, 6364, 7645, 6236, 7537, 6321, 7510, 6149, 8356, 6423, 6253, 6333, 6076, 6553, 6172, 6318, 6085, 6287, 6518, 6101, 6585, 6093, 6784, 6750, 6727], 'WindowCenter': [3860.0, 3847.0, 3851.0, 3841.0, 3838.0, 3837.0, 3811.0, 3825.0, 3815.0, 3837.0, 3814.0, 3837.0, 3825.0, 3834.0, 3813.0, 3833.0, 3833.0, 3829.0, 3828.0, 3813.0, 3821.0, 3813.0, 3829.0, 3827.0, 3850.0, 3813.0, 3836.0, 3816.0, 3837.0, 3827.0, 3838.0, 3822.0, 3834.0, 3822.0, 3837.0, 3846.0, 3832.0, 3822.0, 3827.0, 3814.0, 3825.0, 3811.0, 3827.0, 3814.0, 3821.0, 3801.0, 3826.0, 3802.0, 3822.0, 3804.0, 3826.0, 3789.0, 3823.0, 3817.0, 3827.0, 3813.0, 3826.0, 3810.0, 3826.0, 3811.0, 3837.0, 3815.0, 3825.0, 3813.0, 3835.0, 3812.0, 3829.0, 3814.0, 3839.0, 3813.0, 3836.0, 3818.0, 3848.0, 3815.0, 3834.0, 3828.0, 3852.0, 3838.0, 3817.0, 3841.0, 3816.0, 3838.0, 3840.0, 3837.0, 3836.0, 3838.0, 3836.0, 3836.0, 3845.0, 3825.0, 3847.0, 3827.0, 3833.0, 3821.0, 3811.0, 3821.0, 3811.0, 3823.0, 3817.0, 3827.0, 3811.0, 3825.0, 3800.0, 3822.0, 3810.0, 3822.0, 3809.0, 3825.0, 3810.0, 3821.0, 3813.0, 3809.0, 3820.0, 3812.0, 3810.0, 3809.0, 3809.0, 3818.0, 3813.0, 3822.0, 3807.0, 3807.0, 3808.0, 3811.0, 3819.0, 3797.0, 3821.0, 3810.0, 3836.0, 3823.0, 3834.0, 3823.0, 3833.0, 3833.0, 3813.0, 3835.0, 3817.0, 3838.0, 3813.0, 3823.0, 3835.0, 3825.0, 3824.0, 3825.0, 3812.0, 3823.0, 3811.0, 3823.0, 3833.0, 3823.0, 3822.0, 3822.0, 3811.0, 3822.0, 3800.0, 3822.0, 3811.0, 3823.0, 3811.0, 3825.0, 3810.0, 3822.0, 3810.0, 3825.0, 3815.0, 3823.0, 3800.0, 3836.0, 3824.0, 3824.0, 3826.0, 3840.0, 3823.0, 3835.0, 3812.0, 3824.0, 3822.0, 3824.0, 3822.0, 3823.0, 3811.0, 3822.0, 3821.0, 3822.0, 3811.0, 3821.0, 3803.0, 3824.0, 3809.0, 3810.0, 3814.0, 3815.0, 3818.0, 3801.0, 3814.0, 3814.0, 3814.0, 3814.0, 3803.0, 3810.0, 3798.0, 3810.0, 3800.0, 3823.0, 3801.0, 3815.0, 3804.0, 3822.0, 3811.0, 3835.0, 3814.0, 3862.0, 3866.0, 3890.0, 3857.0, 3844.0, 3824.0, 3812.0, 3846.0, 3818.0, 3835.0, 3815.0, 3826.0, 3842.0, 3821.0, 3850.0, 3852.0, 3839.0, 3860.0, 3838.0, 3853.0, 3823.0, 3845.0, 3821.0, 3821.0, 3839.0, 3824.0, 3809.0, 3811.0, 3801.0, 3797.0, 3795.0, 3795.0, 3795.0, 3799.0, 3799.0, 3797.0, 3796.0, 3807.0, 3798.0, 3808.0, 3797.0, 3811.0, 3797.0, 3809.0, 3801.0, 3810.0, 3799.0, 3821.0, 3809.0, 3826.0, 3811.0, 3826.0, 3814.0, 3827.0, 3815.0, 3826.0, 3823.0, 3838.0, 3825.0, 3812.0, 3827.0, 3813.0, 3836.0, 3813.0, 3837.0, 3814.0, 3838.0, 3837.0, 3850.0, 3837.0, 3848.0, 3827.0, 3818.0, 3839.0, 3828.0, 3841.0, 3852.0, 3842.0, 3852.0, 3839.0, 3851.0, 3836.0, 3848.0, 3837.0, 3846.0, 3836.0, 3826.0, 3825.0, 3837.0, 3827.0, 3823.0, 3825.0, 3823.0, 3824.0, 3823.0, 3825.0, 3829.0, 3853.0, 3840.0, 3827.0, 3829.0, 3826.0, 3829.0, 3834.0, 3837.0, 3824.0, 3818.0, 3817.0, 3824.0, 3824.0, 3825.0, 3824.0, 3834.0, 3816.0, 3821.0, 3825.0, 3820.0, 3811.0, 3820.0, 3814.0, 3802.0, 3811.0, 3797.0, 3810.0, 3798.0, 3814.0, 3799.0, 3814.0, 3798.0, 3812.0, 3802.0, 3821.0, 3813.0, 3822.0, 3823.0, 3813.0, 3809.0, 3804.0, 3827.0, 3801.0, 3826.0, 3812.0, 3836.0, 3824.0, 3836.0, 3825.0, 3834.0, 3827.0, 3835.0, 3828.0, 3819.0, 3829.0, 3816.0, 3824.0, 3829.0, 3839.0, 3839.0, 3839.0, 3824.0, 3824.0, 3838.0, 3825.0, 3833.0, 3825.0, 3824.0, 3823.0, 3833.0, 3827.0, 3812.0, 3823.0, 3815.0, 3839.0, 3828.0, 3828.0, 3825.0, 3828.0, 3826.0, 3826.0, 3814.0, 3811.0, 3814.0, 3810.0, 3827.0, 3829.0, 3827.0, 3823.0, 3815.0, 3814.0, 3810.0, 3801.0, 3816.0, 3817.0, 3807.0, 3790.0, 3817.0, 3792.0, 3816.0, 3789.0, 3805.0, 3792.0, 3803.0, 3801.0, 3804.0, 3804.0, 3811.0, 3801.0, 3815.0, 3811.0, 3799.0, 3810.0, 3800.0, 3823.0, 3813.0, 3824.0, 3828.0, 3825.0, 3829.0, 3819.0, 3836.0, 3838.0, 3828.0, 3826.0, 3837.0, 3814.0, 3837.0, 3830.0, 3839.0, 3831.0, 3829.0, 3830.0, 3828.0, 3829.0, 3841.0, 3847.0, 3869.0, 3860.0, 3854.0, 3826.0, 3874.0, 3832.0, 3838.0, 3824.0, 3822.0, 3826.0, 3847.0, 3817.0, 3845.0, 3815.0, 3833.0, 3813.0, 3818.0, 3802.0, 3821.0, 3800.0, 3785.0, 3800.0, 3788.0, 3800.0, 3800.0, 3799.0, 3796.0, 3799.0, 3802.0, 3802.0, 3804.0, 3803.0, 3802.0, 3792.0, 3802.0, 3804.0, 3773.0, 3802.0, 3801.0, 3799.0, 3792.0, 3827.0, 3802.0, 3826.0, 3816.0, 3824.0, 3816.0, 3829.0, 3823.0, 3828.0, 3826.0, 3829.0, 3813.0, 3825.0, 3813.0, 3828.0, 3827.0, 3829.0, 3826.0, 3828.0, 3812.0, 3829.0, 3827.0, 3828.0, 3817.0, 3828.0, 3816.0, 3828.0, 3827.0, 3824.0, 3826.0, 3825.0, 3825.0, 3828.0, 3813.0, 3824.0, 3815.0, 3816.0, 3813.0, 3827.0, 3825.0, 3828.0, 3834.0, 3845.0, 3827.0, 3818.0, 3816.0, 3806.0, 3817.0, 3815.0, 3817.0, 3822.0, 3803.0, 3826.0, 3817.0, 3815.0, 3816.0, 3814.0, 3801.0, 3824.0, 3803.0, 3803.0, 3803.0, 3803.0, 3802.0, 3834.0, 3809.0, 3844.0, 3802.0, 3786.0, 3791.0, 3778.0, 3790.0, 3787.0, 3789.0, 3791.0, 3779.0, 3791.0, 3778.0, 3791.0, 3780.0, 3803.0, 3799.0, 3801.0, 3787.0, 3790.0, 3804.0, 3804.0, 3806.0, 3802.0, 3837.0, 3829.0, 3826.0, 3817.0, 3816.0, 3815.0, 3813.0, 3807.0, 3828.0, 3813.0, 3826.0, 3815.0, 3815.0, 3811.0, 3811.0, 3811.0, 3815.0, 3817.0, 3813.0, 3817.0, 3817.0, 3814.0, 3829.0, 3829.0, 3820.0, 3827.0, 3827.0, 3830.0, 3845.0, 3863.0, 3842.0, 3851.0, 3831.0, 3829.0, 3839.0, 3852.0, 3831.0, 3838.0, 3830.0, 3850.0, 3830.0, 3849.0, 3829.0, 3825.0, 3801.0, 3819.0, 3797.0, 3832.0, 3795.0, 3799.0, 3808.0, 3787.0, 3794.0, 3802.0, 3774.0, 3786.0, 3775.0, 3774.0, 3771.0, 3784.0, 3772.0, 3795.0, 3783.0, 3788.0, 3773.0, 3789.0, 3774.0, 3789.0, 3789.0, 3796.0, 3785.0, 3797.0, 3797.0, 3799.0, 3802.0, 3803.0, 3798.0, 3800.0, 3814.0, 3793.0, 3805.0, 3805.0, 3802.0, 3805.0, 3818.0, 3807.0, 3817.0, 3806.0, 3813.0, 3806.0, 3803.0, 3807.0, 3819.0, 3813.0, 3831.0, 3839.0, 3840.0, 3832.0, 3831.0, 3845.0, 3842.0, 3841.0, 3821.0, 3842.0, 3832.0, 3832.0, 3831.0, 3831.0, 3828.0, 3852.0, 3829.0, 3852.0, 3829.0, 3849.0, 3814.0, 3843.0, 3805.0, 3831.0, 3811.0, 3834.0, 3800.0, 3813.0, 3802.0, 3787.0, 3799.0, 3787.0, 3790.0, 3798.0, 3786.0, 3803.0, 3787.0, 3813.0, 3799.0, 3803.0, 3804.0, 3814.0, 3802.0, 3799.0, 3799.0, 3801.0, 3811.0, 3818.0, 3830.0, 3815.0, 3827.0, 3832.0, 3829.0, 3818.0, 3832.0, 3828.0, 3832.0, 3828.0, 3833.0, 3840.0, 3841.0, 3834.0, 3830.0, 3832.0, 3833.0, 3820.0, 3828.0, 3816.0, 3826.0, 3819.0, 3828.0, 3826.0, 3831.0, 3821.0, 3830.0, 3833.0, 3820.0, 3817.0, 3815.0, 3818.0, 3829.0, 3815.0, 3825.0, 3815.0, 3812.0, 3803.0, 3807.0, 3805.0, 3817.0, 3802.0, 3806.0, 3800.0, 3813.0, 3811.0, 3801.0, 3845.0, 3800.0, 3823.0, 3803.0, 3812.0, 3792.0, 3805.0, 3778.0, 3792.0, 3782.0, 3792.0, 3775.0, 3793.0, 3788.0, 3800.0, 3793.0, 3800.0, 3802.0, 3793.0, 3804.0, 3789.0, 3800.0, 3790.0, 3803.0, 3803.0, 3815.0, 3804.0, 3827.0, 3814.0, 3815.0, 3813.0, 3819.0, 3808.0, 3819.0, 3818.0, 3819.0, 3819.0, 3820.0, 3815.0, 3805.0, 3804.0, 3818.0, 3803.0, 3813.0, 3813.0, 3803.0, 3802.0, 3807.0, 3803.0, 3813.0, 3801.0, 3807.0, 3806.0, 3807.0, 3807.0, 3803.0, 3803.0, 3803.0, 3807.0, 3823.0, 3802.0, 3806.0, 3807.0, 3801.0, 3807.0, 3817.0, 3803.0, 3812.0, 3820.0, 3823.0, 3821.0, 3804.0, 3803.0, 3834.0, 3834.0, 3837.0, 3804.0, 3804.0, 3819.0, 3803.0, 3809.0, 3807.0, 3810.0, 3809.0, 3808.0, 3817.0, 3797.0, 3817.0, 3809.0, 3810.0, 3793.0, 3818.0, 3792.0, 3790.0, 3788.0, 3789.0, 3799.0, 3792.0, 3806.0, 3794.0, 3817.0, 3818.0, 3808.0, 3813.0, 3790.0, 3817.0, 3813.0, 3833.0], 'WindowWidth': [8697.0, 8669.0, 8664.0, 8647.0, 8637.0, 8636.0, 8593.0, 8615.0, 8601.0, 8632.0, 8599.0, 8633.0, 8614.0, 8627.0, 8596.0, 8624.0, 8625.0, 8623.0, 8625.0, 8596.0, 8607.0, 8597.0, 8627.0, 8624.0, 8661.0, 8600.0, 8634.0, 8605.0, 8635.0, 8619.0, 8636.0, 8611.0, 8626.0, 8608.0, 8632.0, 8643.0, 8621.0, 8606.0, 8614.0, 8594.0, 8609.0, 8587.0, 8613.0, 8593.0, 8602.0, 8576.0, 8613.0, 8579.0, 8607.0, 8582.0, 8613.0, 8559.0, 8607.0, 8606.0, 8616.0, 8592.0, 8614.0, 8589.0, 8616.0, 8590.0, 8632.0, 8601.0, 8615.0, 8597.0, 8629.0, 8594.0, 8623.0, 8600.0, 8635.0, 8597.0, 8634.0, 8612.0, 8653.0, 8604.0, 8627.0, 8624.0, 8661.0, 8639.0, 8611.0, 8644.0, 8607.0, 8638.0, 8640.0, 8636.0, 8633.0, 8638.0, 8633.0, 8633.0, 8642.0, 8614.0, 8645.0, 8618.0, 8622.0, 8605.0, 8590.0, 8603.0, 8589.0, 8610.0, 8606.0, 8618.0, 8590.0, 8613.0, 8574.0, 8606.0, 8588.0, 8606.0, 8587.0, 8611.0, 8588.0, 8603.0, 8592.0, 8583.0, 8599.0, 8590.0, 8586.0, 8584.0, 8584.0, 8595.0, 8591.0, 8604.0, 8579.0, 8578.0, 8582.0, 8587.0, 8599.0, 8566.0, 8605.0, 8590.0, 8633.0, 8613.0, 8628.0, 8611.0, 8626.0, 8626.0, 8600.0, 8630.0, 8607.0, 8635.0, 8599.0, 8611.0, 8629.0, 8615.0, 8613.0, 8615.0, 8596.0, 8612.0, 8593.0, 8609.0, 8621.0, 8610.0, 8606.0, 8609.0, 8590.0, 8607.0, 8575.0, 8607.0, 8590.0, 8609.0, 8593.0, 8614.0, 8589.0, 8606.0, 8588.0, 8615.0, 8601.0, 8611.0, 8576.0, 8628.0, 8615.0, 8613.0, 8622.0, 8644.0, 8613.0, 8629.0, 8595.0, 8613.0, 8609.0, 8612.0, 8608.0, 8611.0, 8593.0, 8609.0, 8605.0, 8606.0, 8589.0, 8604.0, 8580.0, 8608.0, 8585.0, 8586.0, 8595.0, 8596.0, 8604.0, 8573.0, 8591.0, 8591.0, 8591.0, 8592.0, 8578.0, 8586.0, 8570.0, 8588.0, 8575.0, 8610.0, 8577.0, 8598.0, 8582.0, 8608.0, 8592.0, 8629.0, 8604.0, 8683.0, 8694.0, 8728.0, 8676.0, 8654.0, 8614.0, 8594.0, 8647.0, 8610.0, 8630.0, 8598.0, 8619.0, 8647.0, 8620.0, 8660.0, 8661.0, 8641.0, 8667.0, 8636.0, 8650.0, 8607.0, 8638.0, 8602.0, 8603.0, 8642.0, 8612.0, 8584.0, 8584.0, 8573.0, 8562.0, 8558.0, 8558.0, 8557.0, 8568.0, 8568.0, 8564.0, 8561.0, 8578.0, 8565.0, 8581.0, 8564.0, 8587.0, 8565.0, 8583.0, 8573.0, 8587.0, 8571.0, 8603.0, 8586.0, 8613.0, 8589.0, 8613.0, 8596.0, 8616.0, 8600.0, 8617.0, 8610.0, 8635.0, 8612.0, 8594.0, 8617.0, 8597.0, 8633.0, 8598.0, 8634.0, 8602.0, 8638.0, 8636.0, 8656.0, 8635.0, 8652.0, 8624.0, 8613.0, 8641.0, 8625.0, 8646.0, 8660.0, 8648.0, 8660.0, 8641.0, 8656.0, 8633.0, 8648.0, 8633.0, 8645.0, 8633.0, 8618.0, 8614.0, 8630.0, 8618.0, 8609.0, 8614.0, 8610.0, 8612.0, 8611.0, 8617.0, 8627.0, 8668.0, 8649.0, 8622.0, 8625.0, 8617.0, 8624.0, 8626.0, 8634.0, 8613.0, 8607.0, 8605.0, 8611.0, 8611.0, 8613.0, 8611.0, 8623.0, 8601.0, 8603.0, 8610.0, 8600.0, 8588.0, 8598.0, 8594.0, 8576.0, 8588.0, 8566.0, 8587.0, 8569.0, 8594.0, 8571.0, 8595.0, 8568.0, 8592.0, 8578.0, 8604.0, 8593.0, 8608.0, 8610.0, 8592.0, 8585.0, 8583.0, 8616.0, 8580.0, 8617.0, 8596.0, 8632.0, 8613.0, 8632.0, 8615.0, 8628.0, 8619.0, 8630.0, 8623.0, 8612.0, 8625.0, 8605.0, 8614.0, 8625.0, 8638.0, 8636.0, 8638.0, 8613.0, 8614.0, 8634.0, 8616.0, 8625.0, 8616.0, 8612.0, 8611.0, 8622.0, 8619.0, 8592.0, 8609.0, 8600.0, 8637.0, 8623.0, 8621.0, 8616.0, 8621.0, 8615.0, 8613.0, 8596.0, 8591.0, 8596.0, 8589.0, 8619.0, 8625.0, 8618.0, 8609.0, 8599.0, 8596.0, 8589.0, 8575.0, 8597.0, 8601.0, 8586.0, 8556.0, 8598.0, 8562.0, 8596.0, 8554.0, 8580.0, 8559.0, 8574.0, 8571.0, 8580.0, 8580.0, 8589.0, 8571.0, 8597.0, 8591.0, 8573.0, 8589.0, 8574.0, 8610.0, 8597.0, 8613.0, 8622.0, 8616.0, 8623.0, 8616.0, 8634.0, 8640.0, 8623.0, 8619.0, 8633.0, 8601.0, 8635.0, 8626.0, 8639.0, 8629.0, 8626.0, 8627.0, 8622.0, 8625.0, 8645.0, 8661.0, 8696.0, 8689.0, 8666.0, 8618.0, 8689.0, 8633.0, 8632.0, 8611.0, 8605.0, 8613.0, 8640.0, 8601.0, 8636.0, 8596.0, 8617.0, 8588.0, 8591.0, 8572.0, 8596.0, 8567.0, 8544.0, 8568.0, 8550.0, 8568.0, 8567.0, 8567.0, 8560.0, 8567.0, 8573.0, 8572.0, 8576.0, 8575.0, 8574.0, 8561.0, 8575.0, 8579.0, 8524.0, 8576.0, 8572.0, 8568.0, 8563.0, 8616.0, 8580.0, 8616.0, 8600.0, 8611.0, 8602.0, 8622.0, 8611.0, 8620.0, 8615.0, 8621.0, 8596.0, 8614.0, 8597.0, 8620.0, 8616.0, 8621.0, 8615.0, 8620.0, 8594.0, 8622.0, 8619.0, 8621.0, 8603.0, 8620.0, 8603.0, 8621.0, 8619.0, 8612.0, 8615.0, 8616.0, 8614.0, 8621.0, 8596.0, 8612.0, 8600.0, 8602.0, 8595.0, 8617.0, 8615.0, 8622.0, 8643.0, 8656.0, 8621.0, 8605.0, 8601.0, 8586.0, 8603.0, 8597.0, 8602.0, 8606.0, 8582.0, 8613.0, 8602.0, 8598.0, 8599.0, 8593.0, 8576.0, 8607.0, 8579.0, 8578.0, 8578.0, 8578.0, 8577.0, 8620.0, 8583.0, 8632.0, 8576.0, 8546.0, 8555.0, 8536.0, 8554.0, 8546.0, 8552.0, 8554.0, 8538.0, 8555.0, 8535.0, 8556.0, 8542.0, 8577.0, 8569.0, 8568.0, 8548.0, 8557.0, 8579.0, 8580.0, 8588.0, 8581.0, 8635.0, 8626.0, 8621.0, 8602.0, 8603.0, 8601.0, 8598.0, 8590.0, 8619.0, 8596.0, 8614.0, 8599.0, 8599.0, 8589.0, 8589.0, 8591.0, 8598.0, 8603.0, 8597.0, 8606.0, 8604.0, 8597.0, 8625.0, 8628.0, 8613.0, 8623.0, 8622.0, 8632.0, 8658.0, 8675.0, 8646.0, 8656.0, 8629.0, 8624.0, 8640.0, 8661.0, 8628.0, 8634.0, 8624.0, 8651.0, 8624.0, 8648.0, 8620.0, 8610.0, 8572.0, 8594.0, 8561.0, 8609.0, 8554.0, 8562.0, 8571.0, 8544.0, 8552.0, 8574.0, 8523.0, 8542.0, 8524.0, 8524.0, 8519.0, 8539.0, 8523.0, 8557.0, 8539.0, 8549.0, 8524.0, 8551.0, 8527.0, 8551.0, 8551.0, 8559.0, 8546.0, 8564.0, 8564.0, 8570.0, 8573.0, 8576.0, 8568.0, 8571.0, 8595.0, 8565.0, 8584.0, 8582.0, 8578.0, 8585.0, 8605.0, 8588.0, 8604.0, 8587.0, 8595.0, 8588.0, 8583.0, 8589.0, 8609.0, 8597.0, 8628.0, 8642.0, 8642.0, 8633.0, 8636.0, 8657.0, 8652.0, 8647.0, 8616.0, 8645.0, 8632.0, 8631.0, 8631.0, 8629.0, 8625.0, 8657.0, 8625.0, 8656.0, 8623.0, 8648.0, 8597.0, 8632.0, 8582.0, 8612.0, 8586.0, 8618.0, 8569.0, 8587.0, 8572.0, 8549.0, 8565.0, 8549.0, 8554.0, 8565.0, 8547.0, 8576.0, 8551.0, 8589.0, 8568.0, 8577.0, 8580.0, 8594.0, 8575.0, 8570.0, 8572.0, 8576.0, 8592.0, 8606.0, 8627.0, 8603.0, 8622.0, 8635.0, 8628.0, 8612.0, 8633.0, 8626.0, 8634.0, 8626.0, 8635.0, 8642.0, 8647.0, 8638.0, 8629.0, 8634.0, 8633.0, 8613.0, 8622.0, 8605.0, 8619.0, 8611.0, 8623.0, 8617.0, 8627.0, 8614.0, 8629.0, 8634.0, 8614.0, 8607.0, 8602.0, 8607.0, 8623.0, 8601.0, 8612.0, 8602.0, 8594.0, 8581.0, 8589.0, 8585.0, 8602.0, 8577.0, 8586.0, 8574.0, 8592.0, 8586.0, 8575.0, 8633.0, 8571.0, 8603.0, 8576.0, 8586.0, 8559.0, 8578.0, 8535.0, 8555.0, 8541.0, 8556.0, 8529.0, 8559.0, 8550.0, 8570.0, 8563.0, 8572.0, 8578.0, 8563.0, 8580.0, 8557.0, 8573.0, 8560.0, 8581.0, 8581.0, 8600.0, 8586.0, 8619.0, 8599.0, 8600.0, 8597.0, 8608.0, 8594.0, 8609.0, 8606.0, 8609.0, 8608.0, 8610.0, 8600.0, 8587.0, 8585.0, 8606.0, 8580.0, 8593.0, 8594.0, 8580.0, 8579.0, 8589.0, 8581.0, 8595.0, 8576.0, 8587.0, 8587.0, 8590.0, 8588.0, 8581.0, 8581.0, 8583.0, 8589.0, 8608.0, 8580.0, 8586.0, 8590.0, 8576.0, 8589.0, 8602.0, 8582.0, 8592.0, 8610.0, 8620.0, 8616.0, 8584.0, 8582.0, 8639.0, 8636.0, 8631.0, 8585.0, 8584.0, 8607.0, 8581.0, 8593.0, 8590.0, 8595.0, 8590.0, 8589.0, 8598.0, 8572.0, 8597.0, 8592.0, 8582.0, 8562.0, 8589.0, 8557.0, 8554.0, 8551.0, 8557.0, 8568.0, 8561.0, 8587.0, 8569.0, 8604.0, 8610.0, 8593.0, 8595.0, 8559.0, 8602.0, 8595.0, 8637.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.0010586206896551725</td></tr>
<tr><td colspan=3>aqi</td><td>0.025000562988505746</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.864569871426916</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1587623388377446</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0086500419677806</td></tr>
<tr><td colspan=3>efc</td><td>0.488</td></tr>
<tr><td colspan=3>fber</td><td>4336.2339</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09994435609675166</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>55</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.32183908045977</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5053588980986725</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.50660575841968</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5977487562466615</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.411722179629676</td></tr>
<tr><td colspan=3>gcor</td><td>0.0209661</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00974156241863966</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021930713206529617</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.025399459503096</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.5547</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.2572</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.5235</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297660.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>774.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>315.0011</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6567</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>460.4213</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3061.5072</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3218.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78884.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1139.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4021.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>799.4187</td></tr>
<tr><td colspan=3>tsnr</td><td>37.47196832485497</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>