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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0036/ses-03/func/sub-0036_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>2751e800ac3b49f26926f6c83a023a9d</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:45:51.872500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999003, 0.0308328, 0.0322912, -0.0266832, 0.992187, -0.12187]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.084214</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7697, -7335, 545, -16, -174, 34, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>265.751</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>499a350c-d36e-4e8a-be7c-8b49b3278808||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6802515983581543, -0.07158919423818588, 0.09665048867464066, 112.81173706054688], [-0.08272223174571991, 2.661966323852539, -0.32639333605766296, -78.74846649169922], [0.08663485199213028, 0.32696717977523804, 2.6784560680389404, -111.80175018310547], [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': ['094551.872500', '094552.332500', '094552.792500', '094553.252500', '094553.712500', '094554.172500', '094554.632500', '094555.092500', '094555.552500', '094556.012500', '094556.472500', '094556.932500', '094557.392500', '094557.852500', '094558.312500', '094558.772500', '094559.232500', '094559.692500', '094600.152500', '094600.612500', '094601.072500', '094601.532500', '094601.992500', '094602.452500', '094602.912500', '094603.372500', '094603.832500', '094604.292500', '094604.752500', '094605.212500', '094605.672500', '094606.132500', '094606.592500', '094607.052500', '094607.512500', '094607.972500', '094608.432500', '094608.892500', '094609.352500', '094609.812500', '094610.272500', '094610.732500', '094611.192500', '094611.652500', '094612.112500', '094612.572500', '094613.032500', '094613.492500', '094613.952500', '094614.412500', '094614.872500', '094615.332500', '094615.792500', '094616.252500', '094616.712500', '094617.172500', '094617.632500', '094618.092500', '094618.552500', '094619.012500', '094619.472500', '094619.932500', '094620.392500', '094620.852500', '094621.312500', '094621.772500', '094622.232500', '094622.692500', '094623.152500', '094623.612500', '094624.072500', '094624.532500', '094624.992500', '094625.452500', '094625.912500', '094626.372500', '094626.832500', '094627.292500', '094627.752500', '094628.212500', '094628.672500', '094629.132500', '094629.592500', '094630.052500', '094630.512500', '094630.972500', '094631.432500', '094631.892500', '094632.352500', '094632.812500', '094633.272500', '094633.732500', '094634.192500', '094634.652500', '094635.112500', '094635.572500', '094636.032500', '094636.492500', '094636.952500', '094637.412500', '094637.872500', '094638.332500', '094638.792500', '094639.252500', '094639.712500', '094640.172500', '094640.632500', '094641.092500', '094641.552500', '094642.012500', '094642.472500', '094642.932500', '094643.392500', '094643.852500', '094644.312500', '094644.772500', '094645.232500', '094645.692500', '094646.152500', '094646.612500', '094647.072500', '094647.532500', '094647.992500', '094648.452500', '094648.912500', '094649.372500', '094649.832500', '094650.292500', '094650.752500', '094651.212500', '094651.672500', '094652.132500', '094652.592500', '094653.052500', '094653.512500', '094653.972500', '094654.432500', '094654.892500', '094655.352500', '094655.812500', '094656.272500', '094656.732500', '094657.192500', '094657.652500', '094658.112500', '094658.572500', '094659.032500', '094659.492500', '094659.952500', '094700.412500', '094700.872500', '094701.332500', '094701.792500', '094702.252500', '094702.712500', '094703.172500', '094703.632500', '094704.092500', '094704.552500', '094705.012500', '094705.472500', '094705.932500', '094706.392500', '094706.852500', '094707.312500', '094707.772500', '094708.232500', '094708.692500', '094709.152500', '094709.612500', '094710.072500', '094710.532500', '094710.992500', '094711.452500', '094711.912500', '094712.372500', '094712.832500', '094713.292500', '094713.752500', '094714.212500', '094714.672500', '094715.132500', '094715.592500', '094716.052500', '094716.512500', '094716.972500', '094717.432500', '094717.892500', '094718.352500', '094718.812500', '094719.272500', '094719.732500', '094720.192500', '094720.652500', '094721.112500', '094721.572500', '094722.032500', '094722.492500', '094722.952500', '094723.412500', '094723.872500', '094724.332500', '094724.792500', '094725.252500', '094725.712500', '094726.172500', '094726.632500', '094727.092500', '094727.552500', '094728.012500', '094728.472500', '094728.932500', '094729.392500', '094729.852500', '094730.312500', '094730.772500', '094731.232500', '094731.692500', '094732.152500', '094732.612500', '094733.072500', '094733.532500', '094733.992500', '094734.452500', '094734.912500', '094735.372500', '094735.832500', '094736.292500', '094736.752500', '094737.212500', '094737.672500', '094738.132500', '094738.592500', '094739.052500', '094739.512500', '094739.972500', '094740.432500', '094740.892500', '094741.352500', '094741.812500', '094742.272500', '094742.732500', '094743.192500', '094743.652500', '094744.112500', '094744.572500', '094745.032500', '094745.492500', '094745.952500', '094746.412500', '094746.872500', '094747.332500', '094747.792500', '094748.252500', '094748.712500', '094749.172500', '094749.632500', '094750.092500', '094750.552500', '094751.012500', '094751.472500', '094751.932500', '094752.392500', '094752.852500', '094753.312500', '094753.772500', '094754.232500', '094754.692500', '094755.152500', '094755.612500', '094756.072500', '094756.532500', '094756.992500', '094757.452500', '094757.912500', '094758.372500', '094758.832500', '094759.292500', '094759.752500', '094800.212500', '094800.672500', '094801.132500', '094801.592500', '094802.052500', '094802.512500', '094802.972500', '094803.432500', '094803.892500', '094804.352500', '094804.812500', '094805.272500', '094805.732500', '094806.192500', '094806.652500', '094807.112500', '094807.572500', '094808.032500', '094808.492500', '094808.952500', '094809.412500', '094809.872500', '094810.332500', '094810.792500', '094811.252500', '094811.712500', '094812.172500', '094812.632500', '094813.092500', '094813.552500', '094814.012500', '094814.472500', '094814.932500', '094815.392500', '094815.852500', '094816.312500', '094816.772500', '094817.232500', '094817.692500', '094818.152500', '094818.612500', '094819.072500', '094819.532500', '094819.992500', '094820.452500', '094820.912500', '094821.372500', '094821.832500', '094822.292500', '094822.752500', '094823.212500', '094823.672500', '094824.132500', '094824.592500', '094825.052500', '094825.512500', '094825.972500', '094826.432500', '094826.892500', '094827.352500', '094827.812500', '094828.272500', '094828.732500', '094829.192500', '094829.652500', '094830.112500', '094830.572500', '094831.032500', '094831.492500', '094831.952500', '094832.412500', '094832.872500', '094833.332500', '094833.792500', '094834.252500', '094834.712500', '094835.172500', '094835.632500', '094836.092500', '094836.552500', '094837.012500', '094837.472500', '094837.932500', '094838.392500', '094838.852500', '094839.312500', '094839.772500', '094840.232500', '094840.692500', '094841.152500', '094841.612500', '094842.072500', '094842.532500', '094842.992500', '094843.452500', '094843.912500', '094844.372500', '094844.832500', '094845.292500', '094845.752500', '094846.212500', '094846.672500', '094847.132500', '094847.592500', '094848.052500', '094848.512500', '094848.972500', '094849.432500', '094849.892500', '094850.352500', '094850.812500', '094851.272500', '094851.732500', '094852.192500', '094852.652500', '094853.112500', '094853.572500', '094854.032500', '094854.492500', '094854.952500', '094855.412500', '094855.872500', '094856.332500', '094856.792500', '094857.252500', '094857.712500', '094858.172500', '094858.632500', '094859.092500', '094859.552500', '094900.012500', '094900.472500', '094900.932500', '094901.392500', '094901.852500', '094902.312500', '094902.772500', '094903.232500', '094903.692500', '094904.152500', '094904.612500', '094905.072500', '094905.532500', '094905.992500', '094906.452500', '094906.912500', '094907.372500', '094907.832500', '094908.292500', '094908.752500', '094909.212500', '094909.672500', '094910.132500', '094910.592500', '094911.052500', '094911.512500', '094911.972500', '094912.432500', '094912.892500', '094913.352500', '094913.812500', '094914.272500', '094914.732500', '094915.192500', '094915.652500', '094916.112500', '094916.572500', '094917.032500', '094917.492500', '094917.952500', '094918.412500', '094918.872500', '094919.332500', '094919.792500', '094920.252500', '094920.712500', '094921.172500', '094921.632500', '094922.092500', '094922.552500', '094923.012500', '094923.472500', '094923.932500', '094924.392500', '094924.852500', '094925.312500', '094925.772500', '094926.232500', '094926.692500', '094927.152500', '094927.612500', '094928.072500', '094928.532500', '094928.992500', '094929.452500', '094929.912500', '094930.372500', '094930.832500', '094931.292500', '094931.752500', '094932.212500', '094932.672500', '094933.132500', '094933.592500', '094934.052500', '094934.512500', '094934.972500', '094935.432500', '094935.892500', '094936.352500', '094936.812500', '094937.272500', '094937.732500', '094938.192500', '094938.652500', '094939.112500', '094939.572500', '094940.032500', '094940.492500', '094940.952500', '094941.412500', '094941.872500', '094942.332500', '094942.792500', '094943.252500', '094943.712500', '094944.172500', '094944.632500', '094945.092500', '094945.552500', '094946.012500', '094946.472500', '094946.932500', '094947.392500', '094947.852500', '094948.312500', '094948.772500', '094949.232500', '094949.692500', '094950.152500', '094950.612500', '094951.072500', '094951.532500', '094951.992500', '094952.452500', '094952.912500', '094953.372500', '094953.832500', '094954.292500', '094954.752500', '094955.212500', '094955.672500', '094956.132500', '094956.592500', '094957.052500', '094957.512500', '094957.972500', '094958.432500', '094958.892500', '094959.352500', '094959.812500', '095000.272500', '095000.732500', '095001.192500', '095001.652500', '095002.112500', '095002.572500', '095003.032500', '095003.492500', '095003.952500', '095004.412500', '095004.872500', '095005.332500', '095005.792500', '095006.252500', '095006.712500', '095007.172500', '095007.632500', '095008.092500', '095008.552500', '095009.012500', '095009.472500', '095009.932500', '095010.392500', '095010.852500', '095011.312500', '095011.772500', '095012.232500', '095012.692500', '095013.152500', '095013.612500', '095014.072500', '095014.532500', '095014.992500', '095015.452500', '095015.912500', '095016.372500', '095016.832500', '095017.292500', '095017.752500', '095018.212500', '095018.672500', '095019.132500', '095019.592500', '095020.052500', '095020.512500', '095020.972500', '095021.432500', '095021.892500', '095022.352500', '095022.812500', '095023.272500', '095023.732500', '095024.192500', '095024.652500', '095025.112500', '095025.572500', '095026.032500', '095026.492500', '095026.952500', '095027.412500', '095027.872500', '095028.332500', '095028.792500', '095029.252500', '095029.712500', '095030.172500', '095030.632500', '095031.092500', '095031.552500', '095032.012500', '095032.472500', '095032.932500', '095033.392500', '095033.852500', '095034.312500', '095034.772500', '095035.232500', '095035.692500', '095036.152500', '095036.612500', '095037.072500', '095037.532500', '095037.992500', '095038.452500', '095038.912500', '095039.372500', '095039.832500', '095040.292500', '095040.752500', '095041.212500', '095041.672500', '095042.132500', '095042.592500', '095043.052500', '095043.512500', '095043.972500', '095044.432500', '095044.892500', '095045.352500', '095045.812500', '095046.272500', '095046.732500', '095047.192500', '095047.652500', '095048.112500', '095048.572500', '095049.032500', '095049.492500', '095049.952500', '095050.412500', '095050.872500', '095051.332500', '095051.792500', '095052.252500', '095052.712500', '095053.172500', '095053.632500', '095054.092500', '095054.552500', '095055.012500', '095055.472500', '095055.932500', '095056.392500', '095056.852500', '095057.312500', '095057.772500', '095058.232500', '095058.692500', '095059.152500', '095059.612500', '095100.072500', '095100.532500', '095100.992500', '095101.452500', '095101.912500', '095102.372500', '095102.832500', '095103.292500', '095103.752500', '095104.212500', '095104.672500', '095105.132500', '095105.592500', '095106.052500', '095106.512500', '095106.972500', '095107.432500', '095107.892500', '095108.352500', '095108.812500', '095109.272500', '095109.732500', '095110.192500', '095110.652500', '095111.112500', '095111.572500', '095112.032500', '095112.492500', '095112.952500', '095113.412500', '095113.872500', '095114.332500', '095114.792500', '095115.252500', '095115.712500', '095116.172500', '095116.632500', '095117.092500', '095117.552500', '095118.012500', '095118.472500', '095118.932500', '095119.392500', '095119.852500', '095120.312500', '095120.772500', '095121.232500', '095121.692500', '095122.152500', '095122.612500', '095123.072500', '095123.532500', '095123.992500', '095124.452500', '095124.912500', '095125.372500', '095125.832500', '095126.292500', '095126.752500', '095127.212500', '095127.672500', '095128.132500', '095128.592500', '095129.052500', '095129.512500', '095129.972500', '095130.432500', '095130.892500', '095131.352500', '095131.812500', '095132.272500', '095132.732500', '095133.192500', '095133.652500', '095134.112500', '095134.572500', '095135.032500', '095135.492500', '095135.952500', '095136.412500', '095136.872500', '095137.332500', '095137.792500', '095138.252500', '095138.712500', '095139.172500', '095139.632500', '095140.092500', '095140.552500', '095141.012500', '095141.472500', '095141.932500', '095142.392500', '095142.852500', '095143.312500', '095143.772500', '095144.232500', '095144.692500', '095145.152500', '095145.612500', '095146.072500', '095146.532500', '095146.992500', '095147.452500', '095147.912500', '095148.372500', '095148.832500', '095149.292500', '095149.752500', '095150.212500', '095150.672500', '095151.132500', '095151.592500', '095152.052500', '095152.512500', '095152.972500', '095153.432500', '095153.892500', '095154.352500', '095154.812500', '095155.272500', '095155.732500', '095156.192500', '095156.652500', '095157.112500', '095157.572500', '095158.032500', '095158.492500', '095158.952500', '095159.412500', '095159.872500', '095200.332500', '095200.792500', '095201.252500', '095201.712500', '095202.172500', '095202.632500', '095203.092500', '095203.552500', '095204.012500', '095204.472500', '095204.932500', '095205.392500', '095205.852500', '095206.312500', '095206.772500', '095207.232500', '095207.692500', '095208.152500', '095208.612500', '095209.072500', '095209.532500', '095209.992500', '095210.452500', '095210.912500', '095211.372500', '095211.832500', '095212.292500', '095212.752500', '095213.212500', '095213.672500', '095214.132500', '095214.592500', '095215.052500', '095215.512500', '095215.972500', '095216.432500', '095216.892500', '095217.352500', '095217.812500', '095218.272500', '095218.732500', '095219.192500', '095219.652500', '095220.112500', '095220.572500', '095221.032500', '095221.492500', '095221.952500', '095222.412500', '095222.872500', '095223.332500', '095223.792500', '095224.252500', '095224.712500', '095225.172500', '095225.632500', '095226.092500', '095226.552500', '095227.012500', '095227.472500', '095227.932500', '095228.392500', '095228.852500', '095229.312500', '095229.772500', '095230.232500', '095230.692500', '095231.152500', '095231.612500', '095232.072500', '095232.532500'], 'ContentTime': ['094615.773000', '094615.776000', '094615.779000', '094615.782000', '094615.785000', '094615.788000', '094615.790000', '094615.793000', '094615.796000', '094615.799000', '094615.806000', '094615.809000', '094615.812000', '094615.815000', '094615.818000', '094615.821000', '094615.823000', '094615.826000', '094615.829000', '094615.832000', '094615.835000', '094615.838000', '094615.841000', '094615.843000', '094615.846000', '094615.849000', '094615.852000', '094615.855000', '094615.858000', '094615.861000', '094615.864000', '094615.867000', '094615.874000', '094615.877000', '094615.880000', '094615.883000', '094615.886000', '094615.889000', '094615.891000', '094615.894000', '094615.897000', '094615.900000', '094615.903000', '094615.910000', '094615.913000', '094615.916000', '094615.918000', '094615.921000', '094615.924000', '094635.741000', '094635.744000', '094635.747000', '094635.750000', '094635.753000', '094635.755000', '094635.758000', '094635.761000', '094635.764000', '094635.767000', '094635.770000', '094635.773000', '094635.776000', '094635.779000', '094635.781000', '094635.784000', '094635.787000', '094635.790000', '094635.793000', '094635.796000', '094635.799000', '094635.802000', '094635.804000', '094635.807000', '094635.810000', '094635.813000', '094635.822000', '094635.824000', '094635.827000', '094635.830000', '094635.833000', '094635.836000', '094635.839000', '094635.842000', '094635.845000', '094635.848000', '094635.850000', '094635.853000', '094635.856000', '094635.859000', '094635.862000', '094635.865000', '094635.868000', '094635.871000', '094655.741000', '094655.744000', '094655.747000', '094655.750000', '094655.753000', '094655.756000', '094655.758000', '094655.761000', '094655.764000', '094655.767000', '094655.770000', '094655.773000', '094655.776000', '094655.779000', '094655.782000', '094655.784000', '094655.787000', '094655.790000', '094655.793000', '094655.796000', '094655.799000', '094655.802000', '094655.805000', '094655.807000', '094655.812000', '094655.815000', '094655.818000', '094655.821000', '094655.823000', '094655.826000', '094655.829000', '094655.832000', '094655.835000', '094655.838000', '094655.841000', '094655.844000', '094655.847000', '094655.849000', '094655.863000', '094655.866000', '094655.869000', '094655.872000', '094655.875000', '094715.741000', '094715.744000', '094715.747000', '094715.750000', '094715.753000', '094715.756000', '094715.758000', '094715.761000', '094715.764000', '094715.767000', '094715.770000', '094715.773000', '094715.776000', '094715.779000', '094715.782000', '094715.785000', '094715.787000', '094715.790000', '094715.793000', '094715.806000', '094715.809000', '094715.811000', '094715.814000', '094715.817000', '094715.820000', '094715.823000', '094715.826000', '094715.829000', '094715.832000', '094715.835000', '094715.837000', '094715.840000', '094715.843000', '094715.846000', '094715.849000', '094715.852000', '094715.855000', '094715.858000', '094715.860000', '094715.863000', '094715.866000', '094715.869000', '094715.872000', '094715.875000', '094735.741000', '094735.744000', '094735.747000', '094735.750000', '094735.753000', '094735.756000', '094735.759000', '094735.761000', '094735.764000', '094735.767000', '094735.770000', '094735.773000', '094735.776000', '094735.779000', '094735.782000', '094735.785000', '094735.787000', '094735.790000', '094735.793000', '094735.796000', '094735.799000', '094735.802000', '094735.805000', '094735.808000', '094735.811000', '094735.813000', '094735.816000', '094735.819000', '094735.822000', '094735.825000', '094735.828000', '094735.831000', '094735.834000', '094735.837000', '094735.840000', '094735.842000', '094735.845000', '094735.848000', '094735.856000', '094735.859000', '094735.862000', '094735.864000', '094735.867000', '094755.740000', '094755.743000', '094755.746000', '094755.749000', '094755.752000', '094755.754000', '094755.757000', '094755.760000', '094755.763000', '094755.766000', '094755.769000', '094755.772000', '094755.775000', '094755.778000', '094755.780000', '094755.783000', '094755.786000', '094755.789000', '094755.792000', '094755.795000', '094755.798000', '094755.801000', '094755.804000', '094755.806000', '094755.809000', '094755.812000', '094755.815000', '094755.818000', '094755.821000', '094755.824000', '094755.827000', '094755.838000', '094755.841000', '094755.844000', '094755.847000', '094755.849000', '094755.852000', '094755.855000', '094755.858000', '094755.861000', '094755.864000', '094755.867000', '094755.869000', '094755.872000', '094815.741000', '094815.744000', '094815.747000', '094815.750000', '094815.753000', '094815.756000', '094815.759000', '094815.761000', '094815.764000', '094815.767000', '094815.770000', '094815.773000', '094815.776000', '094815.779000', '094815.782000', '094815.785000', '094815.787000', '094815.790000', '094815.793000', '094815.796000', '094815.799000', '094815.802000', '094815.805000', '094815.808000', '094815.810000', '094815.813000', '094815.816000', '094815.819000', '094815.822000', '094815.825000', '094815.828000', '094815.831000', '094815.834000', '094815.836000', '094815.839000', '094815.842000', '094815.845000', '094815.849000', '094815.853000', '094815.856000', '094815.858000', '094815.861000', '094815.864000', '094835.741000', '094835.744000', '094835.747000', '094835.750000', '094835.753000', '094835.755000', '094835.758000', '094835.761000', '094835.764000', '094835.767000', '094835.770000', '094835.773000', '094835.776000', '094835.779000', '094835.782000', '094835.785000', '094835.788000', '094835.791000', '094835.794000', '094835.797000', '094835.799000', '094835.802000', '094835.805000', '094835.808000', '094835.811000', '094835.814000', '094835.817000', '094835.819000', '094835.822000', '094835.825000', '094835.828000', '094835.831000', '094835.834000', '094835.837000', '094835.840000', '094835.843000', '094835.846000', '094835.848000', '094835.851000', '094835.854000', '094835.857000', '094835.860000', '094835.863000', '094835.866000', '094855.741000', '094855.744000', '094855.747000', '094855.750000', '094855.753000', '094855.756000', '094855.759000', '094855.761000', '094855.764000', '094855.767000', '094855.770000', '094855.773000', '094855.776000', '094855.779000', '094855.782000', '094855.785000', '094855.788000', '094855.790000', '094855.793000', '094855.796000', '094855.799000', '094855.802000', '094855.805000', '094855.808000', '094855.818000', '094855.821000', '094855.824000', '094855.827000', '094855.830000', '094855.832000', '094855.835000', '094855.838000', '094855.841000', '094855.844000', '094855.847000', '094855.850000', '094855.853000', '094855.855000', '094855.858000', '094855.861000', '094855.864000', '094855.867000', '094855.870000', '094915.741000', '094915.744000', '094915.747000', '094915.750000', '094915.753000', '094915.756000', '094915.759000', '094915.761000', '094915.764000', '094915.767000', '094915.770000', '094915.773000', '094915.776000', '094915.779000', '094915.782000', '094915.785000', '094915.788000', '094915.791000', '094915.798000', '094915.801000', '094915.804000', '094915.807000', '094915.810000', '094915.813000', '094915.816000', '094915.818000', '094915.821000', '094915.824000', '094915.827000', '094915.830000', '094915.833000', '094915.836000', '094915.839000', '094915.842000', '094915.844000', '094915.847000', '094915.850000', '094915.853000', '094915.856000', '094915.859000', '094915.862000', '094915.865000', '094915.868000', '094935.741000', '094935.744000', '094935.747000', '094935.750000', '094935.753000', '094935.756000', '094935.759000', '094935.761000', '094935.764000', '094935.767000', '094935.770000', '094935.773000', '094935.776000', '094935.779000', '094935.782000', '094935.785000', '094935.788000', '094935.791000', '094935.793000', '094935.796000', '094935.799000', '094935.802000', '094935.805000', '094935.808000', '094935.811000', '094935.814000', '094935.817000', '094935.820000', '094935.822000', '094935.825000', '094935.828000', '094935.831000', '094935.834000', '094935.837000', '094935.840000', '094935.843000', '094935.846000', '094935.849000', '094935.851000', '094935.854000', '094935.857000', '094935.860000', '094935.863000', '094935.866000', '094955.741000', '094955.744000', '094955.747000', '094955.750000', '094955.753000', '094955.756000', '094955.759000', '094955.761000', '094955.764000', '094955.767000', '094955.771000', '094955.775000', '094955.778000', '094955.781000', '094955.784000', '094955.786000', '094955.789000', '094955.792000', '094955.795000', '094955.798000', '094955.801000', '094955.804000', '094955.807000', '094955.810000', '094955.813000', '094955.815000', '094955.818000', '094955.821000', '094955.824000', '094955.827000', '094955.830000', '094955.833000', '094955.836000', '094955.839000', '094955.842000', '094955.844000', '094955.847000', '094955.850000', '094955.854000', '094955.857000', '094955.860000', '094955.863000', '094955.866000', '095015.740000', '095015.743000', '095015.746000', '095015.749000', '095015.752000', '095015.755000', '095015.758000', '095015.760000', '095015.763000', '095015.766000', '095015.769000', '095015.772000', '095015.775000', '095015.778000', '095015.781000', '095015.784000', '095015.786000', '095015.789000', '095015.792000', '095015.795000', '095015.798000', '095015.801000', '095015.804000', '095015.807000', '095015.810000', '095015.824000', '095015.827000', '095015.830000', '095015.833000', '095015.836000', '095015.839000', '095015.842000', '095015.845000', '095015.848000', '095015.851000', '095015.854000', '095015.856000', '095015.859000', '095015.862000', '095015.865000', '095015.868000', '095015.871000', '095015.874000', '095015.877000', '095035.741000', '095035.744000', '095035.748000', '095035.750000', '095035.753000', '095035.756000', '095035.759000', '095035.762000', '095035.765000', '095035.768000', '095035.771000', '095035.774000', '095035.777000', '095035.780000', '095035.783000', '095035.785000', '095035.788000', '095035.791000', '095035.794000', '095035.797000', '095035.800000', '095035.803000', '095035.806000', '095035.809000', '095035.812000', '095035.814000', '095035.817000', '095035.820000', '095035.823000', '095035.826000', '095035.829000', '095035.832000', '095035.835000', '095035.837000', '095035.840000', '095035.843000', '095035.846000', '095035.849000', '095035.852000', '095035.855000', '095035.858000', '095035.861000', '095035.863000', '095055.741000', '095055.744000', '095055.747000', '095055.750000', '095055.753000', '095055.756000', '095055.759000', '095055.761000', '095055.764000', '095055.767000', '095055.770000', '095055.773000', '095055.776000', '095055.779000', '095055.782000', '095055.785000', '095055.788000', '095055.790000', '095055.793000', '095055.796000', '095055.799000', '095055.802000', '095055.805000', '095055.808000', '095055.811000', '095055.814000', '095055.816000', '095055.819000', '095055.822000', '095055.825000', '095055.828000', '095055.831000', '095055.834000', '095055.837000', '095055.839000', '095055.842000', '095055.845000', '095055.848000', '095055.851000', '095055.854000', '095055.857000', '095055.860000', '095055.863000', '095055.866000', '095115.741000', '095115.744000', '095115.747000', '095115.750000', '095115.753000', '095115.756000', '095115.759000', '095115.762000', '095115.765000', '095115.768000', '095115.771000', '095115.774000', '095115.777000', '095115.780000', '095115.788000', '095115.791000', '095115.794000', '095115.797000', '095115.800000', '095115.803000', '095115.806000', '095115.809000', '095115.812000', '095115.815000', '095115.817000', '095115.820000', '095115.823000', '095115.826000', '095115.829000', '095115.832000', '095115.835000', '095115.838000', '095115.840000', '095115.843000', '095115.846000', '095115.849000', '095115.852000', '095115.855000', '095115.858000', '095115.861000', '095115.864000', '095115.867000', '095115.869000', '095135.741000', '095135.744000', '095135.747000', '095135.750000', '095135.753000', '095135.755000', '095135.758000', '095135.761000', '095135.764000', '095135.767000', '095135.770000', '095135.773000', '095135.776000', '095135.779000', '095135.782000', '095135.784000', '095135.787000', '095135.790000', '095135.793000', '095135.796000', '095135.799000', '095135.802000', '095135.805000', '095135.808000', '095135.811000', '095135.813000', '095135.816000', '095135.819000', '095135.822000', '095135.825000', '095135.828000', '095135.831000', '095135.834000', '095135.837000', '095135.840000', '095135.842000', '095135.846000', '095135.849000', '095135.851000', '095135.854000', '095135.857000', '095135.860000', '095135.863000', '095135.866000', '095155.741000', '095155.744000', '095155.747000', '095155.750000', '095155.753000', '095155.756000', '095155.759000', '095155.763000', '095155.766000', '095155.769000', '095155.772000', '095155.775000', '095155.778000', '095155.781000', '095155.784000', '095155.787000', '095155.790000', '095155.793000', '095155.796000', '095155.800000', '095155.803000', '095155.806000', '095155.809000', '095155.812000', '095155.815000', '095155.817000', '095155.820000', '095155.823000', '095155.826000', '095155.829000', '095155.832000', '095155.835000', '095155.838000', '095155.841000', '095155.843000', '095155.847000', '095155.849000', '095155.852000', '095155.855000', '095155.858000', '095155.861000', '095155.864000', '095155.867000', '095215.741000', '095215.744000', '095215.747000', '095215.750000', '095215.753000', '095215.756000', '095215.759000', '095215.761000', '095215.764000', '095215.767000', '095215.770000', '095215.773000', '095215.776000', '095215.779000', '095215.782000', '095215.785000', '095215.787000', '095215.790000', '095215.793000', '095215.796000', '095215.799000', '095215.802000', '095215.805000', '095215.808000', '095215.811000', '095215.813000', '095215.816000', '095215.819000', '095215.822000', '095215.825000', '095215.828000', '095215.831000', '095215.833000', '095215.836000', '095215.839000', '095215.842000', '095215.845000', '095215.848000', '095215.851000', '095215.854000', '095215.857000', '095215.859000', '095215.862000', '095215.865000', '095234.030000', '095234.034000', '095234.039000', '095234.042000', '095234.045000', '095234.048000', '095234.051000', '095234.054000', '095234.057000', '095234.061000', '095234.065000', '095234.068000', '095234.071000', '095234.074000', '095234.084000', '095234.087000', '095234.090000', '095234.093000', '095234.095000', '095234.099000', '095234.102000', '095234.105000', '095234.108000', '095234.111000', '095234.114000', '095234.117000', '095234.120000', '095234.123000', '095234.125000', '095234.128000', '095234.131000', '095234.134000', '095234.137000', '095234.140000', '095234.143000', '095234.146000', '095234.149000', '095234.152000', '095234.155000', '095234.158000'], 'InstanceCreationTime': ['094615.773000', '094615.776000', '094615.779000', '094615.782000', '094615.785000', '094615.788000', '094615.790000', '094615.793000', '094615.796000', '094615.799000', '094615.806000', '094615.809000', '094615.812000', '094615.815000', '094615.818000', '094615.821000', '094615.823000', '094615.826000', '094615.829000', '094615.832000', '094615.835000', '094615.838000', '094615.841000', '094615.843000', '094615.846000', '094615.849000', '094615.852000', '094615.855000', '094615.858000', '094615.861000', '094615.864000', '094615.867000', '094615.874000', '094615.877000', '094615.880000', '094615.883000', '094615.886000', '094615.889000', '094615.891000', '094615.894000', '094615.897000', '094615.900000', '094615.903000', '094615.910000', '094615.913000', '094615.916000', '094615.918000', '094615.921000', '094615.924000', '094635.741000', '094635.744000', '094635.747000', '094635.750000', '094635.753000', '094635.755000', '094635.758000', '094635.761000', '094635.764000', '094635.767000', '094635.770000', '094635.773000', '094635.776000', '094635.779000', '094635.781000', '094635.784000', '094635.787000', '094635.790000', '094635.793000', '094635.796000', '094635.799000', '094635.802000', '094635.804000', '094635.807000', '094635.810000', '094635.813000', '094635.822000', '094635.824000', '094635.827000', '094635.830000', '094635.833000', '094635.836000', '094635.839000', '094635.842000', '094635.845000', '094635.848000', '094635.850000', '094635.853000', '094635.856000', '094635.859000', '094635.862000', '094635.865000', '094635.868000', '094635.871000', '094655.741000', '094655.744000', '094655.747000', '094655.750000', '094655.753000', '094655.756000', '094655.758000', '094655.761000', '094655.764000', '094655.767000', '094655.770000', '094655.773000', '094655.776000', '094655.779000', '094655.782000', '094655.784000', '094655.787000', '094655.790000', '094655.793000', '094655.796000', '094655.799000', '094655.802000', '094655.805000', '094655.807000', '094655.812000', '094655.815000', '094655.818000', '094655.821000', '094655.823000', '094655.826000', '094655.829000', '094655.832000', '094655.835000', '094655.838000', '094655.841000', '094655.844000', '094655.847000', '094655.849000', '094655.863000', '094655.866000', '094655.869000', '094655.872000', '094655.875000', '094715.741000', '094715.744000', '094715.747000', '094715.750000', '094715.753000', '094715.756000', '094715.758000', '094715.761000', '094715.764000', '094715.767000', '094715.770000', '094715.773000', '094715.776000', '094715.779000', '094715.782000', '094715.785000', '094715.787000', '094715.790000', '094715.793000', '094715.806000', '094715.809000', '094715.811000', '094715.814000', '094715.817000', '094715.820000', '094715.823000', '094715.826000', '094715.829000', '094715.832000', '094715.835000', '094715.837000', '094715.840000', '094715.843000', '094715.846000', '094715.849000', '094715.852000', '094715.855000', '094715.858000', '094715.860000', '094715.863000', '094715.866000', '094715.869000', '094715.872000', '094715.875000', '094735.741000', '094735.744000', '094735.747000', '094735.750000', '094735.753000', '094735.756000', '094735.759000', '094735.761000', '094735.764000', '094735.767000', '094735.770000', '094735.773000', '094735.776000', '094735.779000', '094735.782000', '094735.785000', '094735.787000', '094735.790000', '094735.793000', '094735.796000', '094735.799000', '094735.802000', '094735.805000', '094735.808000', '094735.811000', '094735.813000', '094735.816000', '094735.819000', '094735.822000', '094735.825000', '094735.828000', '094735.831000', '094735.834000', '094735.837000', '094735.840000', '094735.842000', '094735.845000', '094735.848000', '094735.856000', '094735.859000', '094735.862000', '094735.864000', '094735.867000', '094755.740000', '094755.743000', '094755.746000', '094755.749000', '094755.752000', '094755.754000', '094755.757000', '094755.760000', '094755.763000', '094755.766000', '094755.769000', '094755.772000', '094755.775000', '094755.778000', '094755.780000', '094755.783000', '094755.786000', '094755.789000', '094755.792000', '094755.795000', '094755.798000', '094755.801000', '094755.804000', '094755.806000', '094755.809000', '094755.812000', '094755.815000', '094755.818000', '094755.821000', '094755.824000', '094755.827000', '094755.838000', '094755.841000', '094755.844000', '094755.847000', '094755.849000', '094755.852000', '094755.855000', '094755.858000', '094755.861000', '094755.864000', '094755.867000', '094755.869000', '094755.872000', '094815.741000', '094815.744000', '094815.747000', '094815.750000', '094815.753000', '094815.756000', '094815.759000', '094815.761000', '094815.764000', '094815.767000', '094815.770000', '094815.773000', '094815.776000', '094815.779000', '094815.782000', '094815.785000', '094815.787000', '094815.790000', '094815.793000', '094815.796000', '094815.799000', '094815.802000', '094815.805000', '094815.808000', '094815.810000', '094815.813000', '094815.816000', '094815.819000', '094815.822000', '094815.825000', '094815.828000', '094815.831000', '094815.834000', '094815.836000', '094815.839000', '094815.842000', '094815.845000', '094815.849000', '094815.853000', '094815.856000', '094815.858000', '094815.861000', '094815.864000', '094835.741000', '094835.744000', '094835.747000', '094835.750000', '094835.753000', '094835.755000', '094835.758000', '094835.761000', '094835.764000', '094835.767000', '094835.770000', '094835.773000', '094835.776000', '094835.779000', '094835.782000', '094835.785000', '094835.788000', '094835.791000', '094835.794000', '094835.797000', '094835.799000', '094835.802000', '094835.805000', '094835.808000', '094835.811000', '094835.814000', '094835.817000', '094835.819000', '094835.822000', '094835.825000', '094835.828000', '094835.831000', '094835.834000', '094835.837000', '094835.840000', '094835.843000', '094835.846000', '094835.848000', '094835.851000', '094835.854000', '094835.857000', '094835.860000', '094835.863000', '094835.866000', '094855.741000', '094855.744000', '094855.747000', '094855.750000', '094855.753000', '094855.756000', '094855.759000', '094855.761000', '094855.764000', '094855.767000', '094855.770000', '094855.773000', '094855.776000', '094855.779000', '094855.782000', '094855.785000', '094855.788000', '094855.790000', '094855.793000', '094855.796000', '094855.799000', '094855.802000', '094855.805000', '094855.808000', '094855.818000', '094855.821000', '094855.824000', '094855.827000', '094855.830000', '094855.832000', '094855.835000', '094855.838000', '094855.841000', '094855.844000', '094855.847000', '094855.850000', '094855.853000', '094855.855000', '094855.858000', '094855.861000', '094855.864000', '094855.867000', '094855.870000', '094915.741000', '094915.744000', '094915.747000', '094915.750000', '094915.753000', '094915.756000', '094915.759000', '094915.761000', '094915.764000', '094915.767000', '094915.770000', '094915.773000', '094915.776000', '094915.779000', '094915.782000', '094915.785000', '094915.788000', '094915.791000', '094915.798000', '094915.801000', '094915.804000', '094915.807000', '094915.810000', '094915.813000', '094915.816000', '094915.818000', '094915.821000', '094915.824000', '094915.827000', '094915.830000', '094915.833000', '094915.836000', '094915.839000', '094915.842000', '094915.844000', '094915.847000', '094915.850000', '094915.853000', '094915.856000', '094915.859000', '094915.862000', '094915.865000', '094915.868000', '094935.741000', '094935.744000', '094935.747000', '094935.750000', '094935.753000', '094935.756000', '094935.759000', '094935.761000', '094935.764000', '094935.767000', '094935.770000', '094935.773000', '094935.776000', '094935.779000', '094935.782000', '094935.785000', '094935.788000', '094935.791000', '094935.793000', '094935.796000', '094935.799000', '094935.802000', '094935.805000', '094935.808000', '094935.811000', '094935.814000', '094935.817000', '094935.820000', '094935.822000', '094935.825000', '094935.828000', '094935.831000', '094935.834000', '094935.837000', '094935.840000', '094935.843000', '094935.846000', '094935.849000', '094935.851000', '094935.854000', '094935.857000', '094935.860000', '094935.863000', '094935.866000', '094955.741000', '094955.744000', '094955.747000', '094955.750000', '094955.753000', '094955.756000', '094955.759000', '094955.761000', '094955.764000', '094955.767000', '094955.771000', '094955.775000', '094955.778000', '094955.781000', '094955.784000', '094955.786000', '094955.789000', '094955.792000', '094955.795000', '094955.798000', '094955.801000', '094955.804000', '094955.807000', '094955.810000', '094955.813000', '094955.815000', '094955.818000', '094955.821000', '094955.824000', '094955.827000', '094955.830000', '094955.833000', '094955.836000', '094955.839000', '094955.842000', '094955.844000', '094955.847000', '094955.850000', '094955.854000', '094955.857000', '094955.860000', '094955.863000', '094955.866000', '095015.740000', '095015.743000', '095015.746000', '095015.749000', '095015.752000', '095015.755000', '095015.758000', '095015.760000', '095015.763000', '095015.766000', '095015.769000', '095015.772000', '095015.775000', '095015.778000', '095015.781000', '095015.784000', '095015.786000', '095015.789000', '095015.792000', '095015.795000', '095015.798000', '095015.801000', '095015.804000', '095015.807000', '095015.810000', '095015.824000', '095015.827000', '095015.830000', '095015.833000', '095015.836000', '095015.839000', '095015.842000', '095015.845000', '095015.848000', '095015.851000', '095015.854000', '095015.856000', '095015.859000', '095015.862000', '095015.865000', '095015.868000', '095015.871000', '095015.874000', '095015.877000', '095035.741000', '095035.744000', '095035.748000', '095035.750000', '095035.753000', '095035.756000', '095035.759000', '095035.762000', '095035.765000', '095035.768000', '095035.771000', '095035.774000', '095035.777000', '095035.780000', '095035.783000', '095035.785000', '095035.788000', '095035.791000', '095035.794000', '095035.797000', '095035.800000', '095035.803000', '095035.806000', '095035.809000', '095035.812000', '095035.814000', '095035.817000', '095035.820000', '095035.823000', '095035.826000', '095035.829000', '095035.832000', '095035.835000', '095035.837000', '095035.840000', '095035.843000', '095035.846000', '095035.849000', '095035.852000', '095035.855000', '095035.858000', '095035.861000', '095035.863000', '095055.741000', '095055.744000', '095055.747000', '095055.750000', '095055.753000', '095055.756000', '095055.759000', '095055.761000', '095055.764000', '095055.767000', '095055.770000', '095055.773000', '095055.776000', '095055.779000', '095055.782000', '095055.785000', '095055.788000', '095055.790000', '095055.793000', '095055.796000', '095055.799000', '095055.802000', '095055.805000', '095055.808000', '095055.811000', '095055.814000', '095055.816000', '095055.819000', '095055.822000', '095055.825000', '095055.828000', '095055.831000', '095055.834000', '095055.837000', '095055.839000', '095055.842000', '095055.845000', '095055.848000', '095055.851000', '095055.854000', '095055.857000', '095055.860000', '095055.863000', '095055.866000', '095115.741000', '095115.744000', '095115.747000', '095115.750000', '095115.753000', '095115.756000', '095115.759000', '095115.762000', '095115.765000', '095115.768000', '095115.771000', '095115.774000', '095115.777000', '095115.780000', '095115.788000', '095115.791000', '095115.794000', '095115.797000', '095115.800000', '095115.803000', '095115.806000', '095115.809000', '095115.812000', '095115.815000', '095115.817000', '095115.820000', '095115.823000', '095115.826000', '095115.829000', '095115.832000', '095115.835000', '095115.838000', '095115.840000', '095115.843000', '095115.846000', '095115.849000', '095115.852000', '095115.855000', '095115.858000', '095115.861000', '095115.864000', '095115.867000', '095115.869000', '095135.741000', '095135.744000', '095135.747000', '095135.750000', '095135.753000', '095135.755000', '095135.758000', '095135.761000', '095135.764000', '095135.767000', '095135.770000', '095135.773000', '095135.776000', '095135.779000', '095135.782000', '095135.784000', '095135.787000', '095135.790000', '095135.793000', '095135.796000', '095135.799000', '095135.802000', '095135.805000', '095135.808000', '095135.811000', '095135.813000', '095135.816000', '095135.819000', '095135.822000', '095135.825000', '095135.828000', '095135.831000', '095135.834000', '095135.837000', '095135.840000', '095135.842000', '095135.846000', '095135.849000', '095135.851000', '095135.854000', '095135.857000', '095135.860000', '095135.863000', '095135.866000', '095155.741000', '095155.744000', '095155.747000', '095155.750000', '095155.753000', '095155.756000', '095155.759000', '095155.763000', '095155.766000', '095155.769000', '095155.772000', '095155.775000', '095155.778000', '095155.781000', '095155.784000', '095155.787000', '095155.790000', '095155.793000', '095155.796000', '095155.800000', '095155.803000', '095155.806000', '095155.809000', '095155.812000', '095155.815000', '095155.817000', '095155.820000', '095155.823000', '095155.826000', '095155.829000', '095155.832000', '095155.835000', '095155.838000', '095155.841000', '095155.843000', '095155.847000', '095155.849000', '095155.852000', '095155.855000', '095155.858000', '095155.861000', '095155.864000', '095155.867000', '095215.741000', '095215.744000', '095215.747000', '095215.750000', '095215.753000', '095215.756000', '095215.759000', '095215.761000', '095215.764000', '095215.767000', '095215.770000', '095215.773000', '095215.776000', '095215.779000', '095215.782000', '095215.785000', '095215.787000', '095215.790000', '095215.793000', '095215.796000', '095215.799000', '095215.802000', '095215.805000', '095215.808000', '095215.811000', '095215.813000', '095215.816000', '095215.819000', '095215.822000', '095215.825000', '095215.828000', '095215.831000', '095215.833000', '095215.836000', '095215.839000', '095215.842000', '095215.845000', '095215.848000', '095215.851000', '095215.854000', '095215.857000', '095215.859000', '095215.862000', '095215.865000', '095234.030000', '095234.034000', '095234.039000', '095234.042000', '095234.045000', '095234.048000', '095234.051000', '095234.054000', '095234.057000', '095234.061000', '095234.065000', '095234.068000', '095234.071000', '095234.074000', '095234.084000', '095234.087000', '095234.090000', '095234.093000', '095234.095000', '095234.099000', '095234.102000', '095234.105000', '095234.108000', '095234.111000', '095234.114000', '095234.117000', '095234.120000', '095234.123000', '095234.125000', '095234.128000', '095234.131000', '095234.134000', '095234.137000', '095234.140000', '095234.143000', '095234.146000', '095234.149000', '095234.152000', '095234.155000', '095234.158000'], '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': [17249, 11388, 9791, 13409, 11370, 8894, 13251, 8641, 10512, 14396, 10842, 10904, 14233, 8708, 12044, 12456, 9005, 12195, 8446, 10151, 13762, 9304, 11146, 14601, 9777, 11490, 8254, 9682, 13033, 9409, 10850, 13583, 8920, 11178, 13788, 10119, 11348, 13130, 8719, 11795, 10059, 8884, 12146, 9359, 8672, 11909, 8589, 9221, 12705, 9687, 8999, 12527, 9281, 9833, 13218, 9139, 11028, 14534, 10577, 11028, 8136, 10007, 12845, 9369, 12482, 9663, 11876, 9058, 11427, 16253, 8597, 9712, 12977, 9952, 11556, 15481, 9576, 10793, 8929, 9204, 12709, 9336, 9642, 13455, 8288, 10271, 13856, 9133, 10941, 11806, 8704, 12353, 11055, 9590, 12530, 9132, 9107, 12917, 9715, 9855, 13179, 9205, 9270, 12921, 9119, 9756, 13066, 9270, 9841, 13253, 9303, 10123, 12744, 8716, 9279, 13414, 9701, 10655, 13421, 10008, 10781, 14195, 8963, 12066, 13811, 9700, 11654, 8287, 9910, 13494, 9299, 9610, 12827, 9110, 9831, 13206, 9963, 10295, 13168, 10171, 12396, 9548, 10142, 14779, 8598, 9511, 13525, 9887, 12247, 15564, 9787, 11511, 13573, 9128, 12425, 9042, 9754, 12999, 8997, 10931, 13431, 9395, 11191, 12840, 8953, 12306, 11423, 9056, 12377, 8013, 10365, 13598, 9166, 10394, 13185, 9278, 11447, 14340, 9938, 11576, 9087, 8707, 12908, 9373, 9679, 13091, 8240, 9788, 12920, 8941, 10281, 13084, 8297, 10192, 13019, 9302, 10236, 13484, 8547, 10208, 13278, 9929, 10907, 13649, 8858, 11407, 10447, 9265, 12786, 8194, 9683, 12848, 9108, 10108, 12798, 8206, 10073, 13509, 10255, 11658, 9001, 9321, 12334, 9976, 12615, 10042, 11454, 8033, 10960, 15434, 8539, 9966, 12697, 10051, 10999, 14296, 9258, 10937, 12255, 9100, 11997, 7842, 9403, 12503, 9121, 10481, 13436, 9076, 10906, 13305, 10310, 11335, 11355, 8638, 12542, 8412, 10136, 13595, 9136, 10300, 13544, 9449, 10754, 13578, 9438, 11201, 14461, 10059, 11863, 10306, 8838, 12460, 8711, 10081, 13352, 8646, 10668, 13689, 10058, 11158, 13699, 9868, 11077, 13704, 9226, 11403, 15991, 9683, 11515, 8526, 9322, 13219, 8959, 9594, 13282, 9807, 10650, 13347, 9658, 10582, 14472, 9529, 11079, 10538, 8450, 11473, 9023, 8919, 12248, 8584, 9147, 12624, 9025, 10374, 13575, 9598, 11051, 9375, 8710, 12253, 8604, 8902, 12542, 8689, 10147, 12773, 9037, 9596, 13373, 8841, 10086, 13145, 9078, 10290, 13534, 9426, 10760, 13592, 9024, 9859, 13035, 9129, 10346, 13036, 9379, 10051, 12949, 9203, 11046, 14420, 10034, 11166, 8718, 9357, 12773, 9829, 9222, 12574, 8647, 10196, 13219, 9547, 10424, 13734, 9141, 11350, 14160, 10053, 10200, 14307, 8779, 11035, 13078, 8878, 11594, 8806, 9080, 12855, 8746, 10217, 12742, 8872, 10228, 13281, 9713, 11271, 14064, 9208, 10980, 13915, 8894, 11324, 10219, 8348, 11974, 8296, 9858, 12725, 8868, 10085, 12964, 9165, 11372, 14388, 8969, 10959, 9573, 8698, 11938, 8274, 9524, 12320, 8527, 9838, 12302, 7991, 8946, 12400, 8189, 10370, 12859, 9058, 9543, 12432, 8800, 10837, 13031, 9704, 10852, 8908, 8752, 12666, 9078, 8994, 12473, 8873, 9754, 13355, 8932, 9814, 13145, 8806, 10197, 12961, 9290, 10083, 14170, 8930, 11930, 13900, 9383, 11677, 10752, 8649, 11984, 11707, 8693, 11731, 8751, 9272, 12438, 11213, 9180, 12357, 8195, 11845, 9966, 9594, 12523, 9320, 12769, 8721, 11006, 15391, 8320, 9567, 13143, 8832, 9951, 12861, 8403, 9151, 12479, 8656, 10224, 12861, 8695, 9060, 12278, 8206, 10822, 13247, 9749, 10730, 13793, 9426, 11518, 11253, 8155, 11832, 10628, 9158, 12780, 8341, 9920, 12870, 9097, 9833, 12954, 8579, 10802, 13462, 10377, 10650, 13670, 8463, 11768, 13139, 8895, 11607, 7709, 10167, 13094, 9799, 10772, 13365, 9152, 11216, 11553, 8844, 12109, 7882, 9720, 12700, 8740, 10720, 13470, 9080, 10192, 13444, 9740, 11140, 11173, 8384, 12100, 8281, 10853, 13345, 9167, 11213, 14114, 9150, 11931, 8868, 8787, 12000, 8502, 9836, 12883, 8369, 10049, 12941, 9104, 11229, 13454, 9213, 11206, 8299, 9712, 13499, 8622, 10803, 13336, 9769, 11749, 14474, 9758, 11173, 9088, 9207, 13126, 8586, 10392, 13553, 9710, 10955, 13868, 9245, 11036, 11761, 8464, 12173, 8093, 9381, 12510, 8885, 11121, 13639, 9086, 11199, 12346, 8430, 12021, 7664, 9816, 12725, 9421, 11525, 13626, 9108, 11260, 8720, 8867, 12668, 8204, 10284, 12889, 8837, 11004, 13165, 9472, 10596, 13364, 8954, 11573, 8509, 9447, 12604, 9290, 11524, 13734, 9074, 12153, 7814, 10394, 13206, 9258, 11356, 8938, 9630, 12847, 9057, 11340, 14352, 9709, 11868, 8006, 9425, 12749, 9026, 10936, 13415, 9371, 11584, 9592, 9793, 13038, 8546, 10907, 13509, 10027, 11940, 8097, 9281, 12979, 10019, 11552, 10798, 9137, 12613, 8458, 10696, 13358, 9216, 11773, 13068, 8951, 12233, 7672, 10106, 12941, 9878, 11078, 14179, 9081, 11497, 11062, 8863, 12177, 7620, 10023, 12806, 9000, 11398, 13585, 9175, 10906, 13473, 9013, 11491, 13059, 8635, 11507, 7699, 9803, 13006, 9121, 10920, 13722, 9304, 11532, 11287, 8752, 12225, 7986, 9962, 12895, 8136, 9996, 12746, 9743, 11204, 10060, 8617, 12219, 8173, 10944, 13392, 8965, 11483, 10734, 9013, 12413, 7648, 10199, 13157, 9558, 10529, 13305, 8912, 10420, 9925, 10597, 12598, 9001, 7854, 7061, 7470, 7594, 12152, 14906, 9056, 11161, 14265, 9317, 12010, 11623, 9283, 12440, 9196, 9533, 13146, 8851, 10718, 14168, 9600, 11409, 14871, 10898, 11845, 8242, 10613, 13470, 10235, 11827, 9387, 11380, 9455, 12659, 14418, 8867, 10801, 7164, 10351, 12577, 9342, 11111, 7701, 9732, 12041, 8698, 11376, 7691, 9514, 12258, 10108, 11060, 7680, 10430, 12638, 9263, 11569, 8427, 9643, 13140, 9032, 11347, 8203, 9636, 13369, 9324, 10265, 11617, 8604, 12347, 8802, 9936, 14506, 8975, 11621, 8379, 9153, 13102, 9062, 10919, 12031, 8666, 12206, 8591, 9877, 13167, 8866, 10974, 14860, 9785, 11317, 8763, 8672, 12316, 8652, 10023, 13194, 9180, 10640, 14494, 9764, 11171, 8739, 8897, 12956, 9337, 10115, 12766, 8400, 12661, 8450, 9509, 13265, 9345, 11492, 13637, 9203, 11895, 8219, 9408, 13173, 9574, 10616, 10425, 8999, 10909, 8280], 'WindowCenter': [4300.0, 4228.0, 4202.0, 4234.0, 4195.0, 4172.0, 4189.0, 4147.0, 4178.0, 4211.0, 4179.0, 4180.0, 4197.0, 4145.0, 4188.0, 4189.0, 4156.0, 4187.0, 4144.0, 4167.0, 4185.0, 4168.0, 4188.0, 4197.0, 4167.0, 4177.0, 4143.0, 4169.0, 4199.0, 4154.0, 4178.0, 4186.0, 4156.0, 4177.0, 4198.0, 4180.0, 4179.0, 4187.0, 4156.0, 4175.0, 4165.0, 4156.0, 4174.0, 4153.0, 4143.0, 4173.0, 4142.0, 4168.0, 4188.0, 4164.0, 4156.0, 4186.0, 4153.0, 4166.0, 4185.0, 4154.0, 4175.0, 4198.0, 4178.0, 4191.0, 4147.0, 4169.0, 4188.0, 4166.0, 4189.0, 4182.0, 4191.0, 4169.0, 4205.0, 4249.0, 4168.0, 4169.0, 4198.0, 4168.0, 4177.0, 4209.0, 4166.0, 4178.0, 4156.0, 4166.0, 4187.0, 4169.0, 4179.0, 4192.0, 4155.0, 4166.0, 4197.0, 4167.0, 4178.0, 4188.0, 4159.0, 4199.0, 4190.0, 4167.0, 4188.0, 4155.0, 4171.0, 4189.0, 4155.0, 4152.0, 4184.0, 4141.0, 4153.0, 4172.0, 4141.0, 4152.0, 4170.0, 4141.0, 4165.0, 4172.0, 4140.0, 4152.0, 4170.0, 4140.0, 4153.0, 4198.0, 4165.0, 4166.0, 4184.0, 4164.0, 4178.0, 4195.0, 4153.0, 4203.0, 4211.0, 4169.0, 4188.0, 4144.0, 4165.0, 4196.0, 4168.0, 4166.0, 4187.0, 4153.0, 4166.0, 4187.0, 4177.0, 4179.0, 4198.0, 4196.0, 4202.0, 4182.0, 4182.0, 4215.0, 4170.0, 4182.0, 4214.0, 4184.0, 4202.0, 4211.0, 4180.0, 4190.0, 4187.0, 4155.0, 4176.0, 4155.0, 4168.0, 4187.0, 4143.0, 4164.0, 4185.0, 4155.0, 4163.0, 4173.0, 4143.0, 4188.0, 4177.0, 4155.0, 4173.0, 4144.0, 4165.0, 4186.0, 4155.0, 4166.0, 4183.0, 4154.0, 4189.0, 4197.0, 4166.0, 4176.0, 4143.0, 4156.0, 4189.0, 4155.0, 4155.0, 4184.0, 4131.0, 4166.0, 4186.0, 4143.0, 4152.0, 4173.0, 4142.0, 4165.0, 4184.0, 4140.0, 4164.0, 4186.0, 4156.0, 4166.0, 4187.0, 4165.0, 4176.0, 4184.0, 4156.0, 4177.0, 4165.0, 4155.0, 4185.0, 4142.0, 4166.0, 4187.0, 4143.0, 4165.0, 4173.0, 4144.0, 4165.0, 4196.0, 4168.0, 4176.0, 4156.0, 4166.0, 4187.0, 4167.0, 4201.0, 4182.0, 4189.0, 4147.0, 4178.0, 4197.0, 4145.0, 4166.0, 4174.0, 4154.0, 4164.0, 4185.0, 4155.0, 4164.0, 4174.0, 4142.0, 4162.0, 4129.0, 4155.0, 4184.0, 4150.0, 4164.0, 4183.0, 4142.0, 4176.0, 4184.0, 4165.0, 4165.0, 4174.0, 4157.0, 4187.0, 4143.0, 4166.0, 4199.0, 4155.0, 4179.0, 4199.0, 4166.0, 4176.0, 4185.0, 4166.0, 4178.0, 4196.0, 4165.0, 4174.0, 4165.0, 4156.0, 4175.0, 4142.0, 4153.0, 4173.0, 4143.0, 4163.0, 4184.0, 4153.0, 4163.0, 4185.0, 4165.0, 4176.0, 4185.0, 4168.0, 4191.0, 4208.0, 4167.0, 4178.0, 4155.0, 4168.0, 4198.0, 4168.0, 4167.0, 4186.0, 4154.0, 4165.0, 4185.0, 4166.0, 4174.0, 4195.0, 4154.0, 4163.0, 4159.0, 4142.0, 4175.0, 4154.0, 4153.0, 4185.0, 4157.0, 4168.0, 4187.0, 4156.0, 4167.0, 4196.0, 4168.0, 4179.0, 4156.0, 4153.0, 4188.0, 4156.0, 4156.0, 4188.0, 4145.0, 4167.0, 4187.0, 4157.0, 4168.0, 4188.0, 4155.0, 4167.0, 4186.0, 4156.0, 4166.0, 4186.0, 4155.0, 4166.0, 4186.0, 4155.0, 4154.0, 4185.0, 4153.0, 4166.0, 4186.0, 4157.0, 4167.0, 4186.0, 4169.0, 4189.0, 4199.0, 4168.0, 4191.0, 4154.0, 4167.0, 4201.0, 4164.0, 4167.0, 4189.0, 4144.0, 4167.0, 4199.0, 4168.0, 4167.0, 4197.0, 4156.0, 4179.0, 4211.0, 4167.0, 4181.0, 4199.0, 4156.0, 4178.0, 4187.0, 4154.0, 4176.0, 4153.0, 4156.0, 4188.0, 4145.0, 4164.0, 4175.0, 4154.0, 4166.0, 4186.0, 4155.0, 4164.0, 4185.0, 4149.0, 4177.0, 4180.0, 4142.0, 4164.0, 4164.0, 4144.0, 4175.0, 4143.0, 4150.0, 4175.0, 4155.0, 4164.0, 4183.0, 4154.0, 4175.0, 4195.0, 4156.0, 4164.0, 4154.0, 4144.0, 4173.0, 4143.0, 4156.0, 4175.0, 4142.0, 4154.0, 4174.0, 4143.0, 4155.0, 4174.0, 4144.0, 4165.0, 4186.0, 4155.0, 4168.0, 4184.0, 4155.0, 4177.0, 4199.0, 4168.0, 4178.0, 4157.0, 4158.0, 4189.0, 4169.0, 4158.0, 4191.0, 4158.0, 4169.0, 4201.0, 4158.0, 4169.0, 4189.0, 4155.0, 4167.0, 4188.0, 4169.0, 4180.0, 4199.0, 4159.0, 4191.0, 4201.0, 4169.0, 4190.0, 4178.0, 4145.0, 4178.0, 4178.0, 4155.0, 4177.0, 4145.0, 4157.0, 4188.0, 4177.0, 4156.0, 4189.0, 4153.0, 4191.0, 4169.0, 4169.0, 4201.0, 4183.0, 4203.0, 4161.0, 4181.0, 4210.0, 4147.0, 4170.0, 4189.0, 4145.0, 4154.0, 4175.0, 4133.0, 4156.0, 4175.0, 4143.0, 4166.0, 4175.0, 4144.0, 4155.0, 4175.0, 4143.0, 4164.0, 4184.0, 4167.0, 4176.0, 4196.0, 4157.0, 4178.0, 4175.0, 4148.0, 4191.0, 4165.0, 4156.0, 4188.0, 4144.0, 4168.0, 4190.0, 4155.0, 4157.0, 4175.0, 4144.0, 4178.0, 4188.0, 4166.0, 4166.0, 4186.0, 4145.0, 4190.0, 4188.0, 4156.0, 4176.0, 4134.0, 4180.0, 4187.0, 4167.0, 4177.0, 4187.0, 4168.0, 4178.0, 4177.0, 4146.0, 4175.0, 4145.0, 4167.0, 4186.0, 4144.0, 4166.0, 4186.0, 4157.0, 4169.0, 4199.0, 4167.0, 4178.0, 4174.0, 4146.0, 4187.0, 4145.0, 4179.0, 4187.0, 4158.0, 4179.0, 4198.0, 4157.0, 4177.0, 4144.0, 4157.0, 4177.0, 4144.0, 4155.0, 4175.0, 4144.0, 4168.0, 4190.0, 4172.0, 4193.0, 4198.0, 4170.0, 4179.0, 4159.0, 4170.0, 4188.0, 4173.0, 4192.0, 4199.0, 4170.0, 4191.0, 4200.0, 4170.0, 4180.0, 4159.0, 4157.0, 4188.0, 4157.0, 4168.0, 4189.0, 4155.0, 4166.0, 4186.0, 4156.0, 4166.0, 4176.0, 4134.0, 4175.0, 4133.0, 4155.0, 4175.0, 4143.0, 4164.0, 4185.0, 4156.0, 4178.0, 4177.0, 4143.0, 4175.0, 4135.0, 4164.0, 4184.0, 4153.0, 4176.0, 4187.0, 4156.0, 4176.0, 4145.0, 4144.0, 4188.0, 4146.0, 4166.0, 4175.0, 4139.0, 4165.0, 4187.0, 4154.0, 4167.0, 4187.0, 4155.0, 4178.0, 4155.0, 4156.0, 4176.0, 4156.0, 4177.0, 4200.0, 4158.0, 4176.0, 4135.0, 4166.0, 4186.0, 4157.0, 4166.0, 4155.0, 4156.0, 4175.0, 4156.0, 4178.0, 4186.0, 4155.0, 4175.0, 4130.0, 4156.0, 4175.0, 4143.0, 4164.0, 4173.0, 4142.0, 4176.0, 4154.0, 4154.0, 4175.0, 4143.0, 4177.0, 4186.0, 4166.0, 4176.0, 4145.0, 4157.0, 4185.0, 4167.0, 4178.0, 4177.0, 4170.0, 4190.0, 4146.0, 4168.0, 4186.0, 4157.0, 4190.0, 4188.0, 4157.0, 4176.0, 4135.0, 4168.0, 4188.0, 4167.0, 4178.0, 4187.0, 4157.0, 4178.0, 4165.0, 4145.0, 4175.0, 4133.0, 4156.0, 4176.0, 4144.0, 4176.0, 4185.0, 4157.0, 4166.0, 4185.0, 4145.0, 4177.0, 4187.0, 4156.0, 4177.0, 4133.0, 4167.0, 4186.0, 4156.0, 4178.0, 4198.0, 4157.0, 4176.0, 4176.0, 4157.0, 4177.0, 4145.0, 4166.0, 4187.0, 4148.0, 4169.0, 4186.0, 4156.0, 4177.0, 4166.0, 4147.0, 4189.0, 4144.0, 4178.0, 4187.0, 4157.0, 4179.0, 4167.0, 4156.0, 4176.0, 4133.0, 4167.0, 4188.0, 4156.0, 4179.0, 4188.0, 4145.0, 4179.0, 4180.0, 4182.0, 4188.0, 4144.0, 4131.0, 4120.0, 4117.0, 4129.0, 4186.0, 4207.0, 4156.0, 4177.0, 4193.0, 4154.0, 4172.0, 4163.0, 4140.0, 4160.0, 4135.0, 4137.0, 4158.0, 4126.0, 4148.0, 4167.0, 4137.0, 4159.0, 4196.0, 4163.0, 4162.0, 4116.0, 4137.0, 4158.0, 4136.0, 4146.0, 4127.0, 4147.0, 4140.0, 4161.0, 4169.0, 4115.0, 4133.0, 4093.0, 4134.0, 4145.0, 4126.0, 4149.0, 4132.0, 4139.0, 4159.0, 4131.0, 4160.0, 4117.0, 4138.0, 4172.0, 4164.0, 4165.0, 4133.0, 4166.0, 4175.0, 4155.0, 4178.0, 4146.0, 4156.0, 4186.0, 4158.0, 4178.0, 4145.0, 4157.0, 4190.0, 4156.0, 4166.0, 4177.0, 4146.0, 4187.0, 4159.0, 4169.0, 4199.0, 4157.0, 4192.0, 4161.0, 4169.0, 4188.0, 4158.0, 4178.0, 4177.0, 4156.0, 4190.0, 4148.0, 4168.0, 4189.0, 4157.0, 4180.0, 4200.0, 4168.0, 4179.0, 4146.0, 4157.0, 4190.0, 4146.0, 4158.0, 4187.0, 4156.0, 4180.0, 4199.0, 4169.0, 4178.0, 4157.0, 4159.0, 4190.0, 4157.0, 4170.0, 4189.0, 4149.0, 4201.0, 4160.0, 4171.0, 4201.0, 4171.0, 4191.0, 4199.0, 4171.0, 4192.0, 4162.0, 4173.0, 4201.0, 4181.0, 4181.0, 4180.0, 4146.0, 4197.0, 4162.0], 'WindowWidth': [9501.0, 9374.0, 9325.0, 9374.0, 9306.0, 9266.0, 9286.0, 9222.0, 9268.0, 9321.0, 9270.0, 9273.0, 9293.0, 9216.0, 9278.0, 9284.0, 9234.0, 9276.0, 9215.0, 9248.0, 9272.0, 9253.0, 9281.0, 9292.0, 9247.0, 9261.0, 9213.0, 9257.0, 9300.0, 9231.0, 9263.0, 9276.0, 9233.0, 9263.0, 9294.0, 9272.0, 9269.0, 9280.0, 9232.0, 9259.0, 9244.0, 9236.0, 9257.0, 9225.0, 9210.0, 9252.0, 9209.0, 9254.0, 9280.0, 9243.0, 9233.0, 9275.0, 9226.0, 9249.0, 9270.0, 9226.0, 9258.0, 9294.0, 9268.0, 9288.0, 9224.0, 9255.0, 9281.0, 9248.0, 9283.0, 9279.0, 9289.0, 9259.0, 9317.0, 9385.0, 9258.0, 9256.0, 9296.0, 9252.0, 9263.0, 9313.0, 9247.0, 9265.0, 9234.0, 9247.0, 9278.0, 9257.0, 9272.0, 9282.0, 9233.0, 9247.0, 9293.0, 9252.0, 9269.0, 9284.0, 9243.0, 9299.0, 9286.0, 9252.0, 9281.0, 9230.0, 9264.0, 9284.0, 9230.0, 9223.0, 9269.0, 9205.0, 9225.0, 9250.0, 9205.0, 9221.0, 9246.0, 9205.0, 9245.0, 9250.0, 9202.0, 9219.0, 9245.0, 9203.0, 9225.0, 9296.0, 9246.0, 9246.0, 9269.0, 9241.0, 9265.0, 9284.0, 9226.0, 9308.0, 9317.0, 9256.0, 9282.0, 9215.0, 9243.0, 9290.0, 9253.0, 9248.0, 9278.0, 9225.0, 9246.0, 9278.0, 9268.0, 9270.0, 9293.0, 9300.0, 9305.0, 9276.0, 9274.0, 9325.0, 9258.0, 9280.0, 9325.0, 9283.0, 9305.0, 9316.0, 9274.0, 9283.0, 9278.0, 9228.0, 9259.0, 9231.0, 9251.0, 9276.0, 9211.0, 9238.0, 9271.0, 9231.0, 9238.0, 9252.0, 9212.0, 9282.0, 9264.0, 9230.0, 9253.0, 9216.0, 9244.0, 9275.0, 9232.0, 9247.0, 9267.0, 9228.0, 9283.0, 9294.0, 9246.0, 9259.0, 9212.0, 9232.0, 9282.0, 9229.0, 9230.0, 9267.0, 9193.0, 9246.0, 9274.0, 9210.0, 9222.0, 9252.0, 9209.0, 9246.0, 9270.0, 9205.0, 9239.0, 9273.0, 9233.0, 9248.0, 9276.0, 9245.0, 9258.0, 9270.0, 9234.0, 9263.0, 9245.0, 9229.0, 9271.0, 9207.0, 9246.0, 9279.0, 9210.0, 9243.0, 9254.0, 9216.0, 9244.0, 9288.0, 9253.0, 9260.0, 9235.0, 9250.0, 9276.0, 9250.0, 9304.0, 9277.0, 9283.0, 9222.0, 9263.0, 9294.0, 9218.0, 9247.0, 9257.0, 9226.0, 9239.0, 9275.0, 9230.0, 9242.0, 9255.0, 9208.0, 9233.0, 9186.0, 9230.0, 9268.0, 9218.0, 9240.0, 9266.0, 9210.0, 9262.0, 9270.0, 9242.0, 9242.0, 9255.0, 9238.0, 9276.0, 9213.0, 9247.0, 9295.0, 9232.0, 9268.0, 9297.0, 9247.0, 9260.0, 9272.0, 9248.0, 9266.0, 9290.0, 9244.0, 9255.0, 9243.0, 9235.0, 9257.0, 9208.0, 9225.0, 9251.0, 9212.0, 9240.0, 9270.0, 9222.0, 9237.0, 9273.0, 9245.0, 9261.0, 9273.0, 9254.0, 9290.0, 9310.0, 9251.0, 9265.0, 9228.0, 9253.0, 9293.0, 9255.0, 9251.0, 9273.0, 9227.0, 9242.0, 9272.0, 9248.0, 9258.0, 9287.0, 9226.0, 9238.0, 9230.0, 9214.0, 9257.0, 9228.0, 9224.0, 9273.0, 9237.0, 9253.0, 9276.0, 9233.0, 9248.0, 9290.0, 9253.0, 9269.0, 9234.0, 9228.0, 9278.0, 9234.0, 9236.0, 9278.0, 9217.0, 9247.0, 9274.0, 9236.0, 9252.0, 9278.0, 9231.0, 9247.0, 9275.0, 9235.0, 9247.0, 9276.0, 9231.0, 9244.0, 9275.0, 9231.0, 9227.0, 9272.0, 9224.0, 9245.0, 9276.0, 9236.0, 9250.0, 9276.0, 9255.0, 9283.0, 9298.0, 9252.0, 9286.0, 9233.0, 9250.0, 9301.0, 9247.0, 9249.0, 9281.0, 9215.0, 9248.0, 9295.0, 9252.0, 9249.0, 9291.0, 9233.0, 9270.0, 9319.0, 9249.0, 9275.0, 9297.0, 9235.0, 9268.0, 9276.0, 9228.0, 9259.0, 9225.0, 9235.0, 9279.0, 9216.0, 9242.0, 9257.0, 9230.0, 9247.0, 9273.0, 9228.0, 9240.0, 9272.0, 9221.0, 9261.0, 9263.0, 9209.0, 9238.0, 9242.0, 9214.0, 9256.0, 9211.0, 9220.0, 9256.0, 9231.0, 9240.0, 9266.0, 9227.0, 9256.0, 9288.0, 9234.0, 9242.0, 9227.0, 9213.0, 9251.0, 9210.0, 9233.0, 9257.0, 9207.0, 9226.0, 9253.0, 9214.0, 9229.0, 9255.0, 9216.0, 9243.0, 9275.0, 9230.0, 9252.0, 9269.0, 9231.0, 9261.0, 9297.0, 9253.0, 9265.0, 9237.0, 9238.0, 9283.0, 9256.0, 9240.0, 9288.0, 9238.0, 9254.0, 9301.0, 9240.0, 9255.0, 9281.0, 9231.0, 9247.0, 9280.0, 9255.0, 9270.0, 9298.0, 9240.0, 9287.0, 9303.0, 9256.0, 9285.0, 9264.0, 9216.0, 9264.0, 9267.0, 9231.0, 9262.0, 9217.0, 9236.0, 9281.0, 9262.0, 9234.0, 9281.0, 9230.0, 9286.0, 9255.0, 9254.0, 9300.0, 9281.0, 9308.0, 9246.0, 9273.0, 9315.0, 9222.0, 9254.0, 9282.0, 9213.0, 9225.0, 9256.0, 9196.0, 9230.0, 9254.0, 9208.0, 9245.0, 9256.0, 9211.0, 9227.0, 9255.0, 9210.0, 9240.0, 9267.0, 9249.0, 9260.0, 9288.0, 9234.0, 9264.0, 9258.0, 9226.0, 9286.0, 9244.0, 9231.0, 9275.0, 9211.0, 9251.0, 9283.0, 9229.0, 9232.0, 9257.0, 9211.0, 9262.0, 9279.0, 9243.0, 9245.0, 9272.0, 9216.0, 9282.0, 9278.0, 9231.0, 9258.0, 9200.0, 9271.0, 9279.0, 9248.0, 9261.0, 9277.0, 9252.0, 9266.0, 9263.0, 9217.0, 9256.0, 9215.0, 9248.0, 9274.0, 9212.0, 9244.0, 9274.0, 9237.0, 9254.0, 9296.0, 9248.0, 9262.0, 9254.0, 9219.0, 9275.0, 9218.0, 9266.0, 9277.0, 9237.0, 9268.0, 9291.0, 9234.0, 9259.0, 9212.0, 9236.0, 9262.0, 9212.0, 9227.0, 9254.0, 9213.0, 9249.0, 9285.0, 9263.0, 9291.0, 9293.0, 9257.0, 9267.0, 9239.0, 9255.0, 9278.0, 9267.0, 9288.0, 9295.0, 9255.0, 9286.0, 9300.0, 9257.0, 9270.0, 9241.0, 9234.0, 9277.0, 9236.0, 9251.0, 9281.0, 9230.0, 9244.0, 9274.0, 9231.0, 9244.0, 9257.0, 9198.0, 9253.0, 9198.0, 9229.0, 9256.0, 9207.0, 9237.0, 9270.0, 9232.0, 9265.0, 9262.0, 9210.0, 9255.0, 9203.0, 9239.0, 9267.0, 9225.0, 9257.0, 9277.0, 9231.0, 9259.0, 9214.0, 9213.0, 9277.0, 9218.0, 9242.0, 9256.0, 9201.0, 9239.0, 9274.0, 9226.0, 9247.0, 9274.0, 9229.0, 9264.0, 9230.0, 9231.0, 9257.0, 9230.0, 9260.0, 9297.0, 9237.0, 9261.0, 9202.0, 9244.0, 9272.0, 9235.0, 9246.0, 9230.0, 9231.0, 9256.0, 9229.0, 9263.0, 9274.0, 9228.0, 9255.0, 9190.0, 9230.0, 9256.0, 9208.0, 9237.0, 9251.0, 9207.0, 9259.0, 9224.0, 9225.0, 9254.0, 9212.0, 9262.0, 9272.0, 9245.0, 9256.0, 9216.0, 9236.0, 9273.0, 9249.0, 9263.0, 9260.0, 9256.0, 9285.0, 9219.0, 9248.0, 9273.0, 9236.0, 9285.0, 9279.0, 9233.0, 9259.0, 9204.0, 9251.0, 9280.0, 9249.0, 9263.0, 9277.0, 9234.0, 9264.0, 9244.0, 9214.0, 9255.0, 9195.0, 9230.0, 9259.0, 9213.0, 9256.0, 9271.0, 9234.0, 9245.0, 9270.0, 9214.0, 9261.0, 9277.0, 9233.0, 9261.0, 9198.0, 9246.0, 9271.0, 9235.0, 9264.0, 9292.0, 9233.0, 9259.0, 9259.0, 9234.0, 9262.0, 9216.0, 9244.0, 9275.0, 9224.0, 9252.0, 9273.0, 9232.0, 9260.0, 9245.0, 9221.0, 9279.0, 9214.0, 9263.0, 9275.0, 9235.0, 9268.0, 9246.0, 9230.0, 9259.0, 9201.0, 9250.0, 9278.0, 9231.0, 9268.0, 9281.0, 9215.0, 9267.0, 9271.0, 9275.0, 9278.0, 9210.0, 9191.0, 9175.0, 9168.0, 9188.0, 9274.0, 9305.0, 9232.0, 9262.0, 9283.0, 9227.0, 9251.0, 9237.0, 9202.0, 9229.0, 9190.0, 9192.0, 9222.0, 9174.0, 9207.0, 9237.0, 9193.0, 9229.0, 9290.0, 9239.0, 9233.0, 9159.0, 9187.0, 9220.0, 9188.0, 9200.0, 9178.0, 9204.0, 9198.0, 9229.0, 9240.0, 9157.0, 9179.0, 9123.0, 9181.0, 9197.0, 9172.0, 9208.0, 9192.0, 9199.0, 9222.0, 9190.0, 9227.0, 9166.0, 9197.0, 9249.0, 9238.0, 9239.0, 9195.0, 9243.0, 9253.0, 9227.0, 9263.0, 9219.0, 9232.0, 9273.0, 9236.0, 9263.0, 9214.0, 9233.0, 9282.0, 9229.0, 9244.0, 9260.0, 9218.0, 9274.0, 9239.0, 9252.0, 9293.0, 9233.0, 9289.0, 9250.0, 9255.0, 9280.0, 9237.0, 9263.0, 9261.0, 9232.0, 9283.0, 9222.0, 9250.0, 9279.0, 9235.0, 9270.0, 9296.0, 9250.0, 9264.0, 9217.0, 9233.0, 9282.0, 9217.0, 9235.0, 9275.0, 9230.0, 9269.0, 9296.0, 9251.0, 9264.0, 9234.0, 9239.0, 9284.0, 9237.0, 9255.0, 9278.0, 9226.0, 9298.0, 9246.0, 9260.0, 9299.0, 9258.0, 9285.0, 9299.0, 9260.0, 9287.0, 9249.0, 9267.0, 9300.0, 9274.0, 9273.0, 9268.0, 9216.0, 9303.0, 9247.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.0014220506912442396</td></tr>
<tr><td colspan=3>aqi</td><td>0.02344114400921659</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.070025178892706</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2009054113610158</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.010645721407151</td></tr>
<tr><td colspan=3>efc</td><td>0.5294</td></tr>
<tr><td colspan=3>fber</td><td>3153.8159</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10845251039083988</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>48</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.529953917050691</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6915700555596875</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6277048464415436</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.897216476379522</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5497888438579976</td></tr>
<tr><td colspan=3>gcor</td><td>0.010978</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0027626592200249434</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034011732786893845</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.869179678881368</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>12.5861</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.552</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>243.4471</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>62.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288032.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1184.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>430.3732</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4384</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>502.6362</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3265.7761</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3461.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88512.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1085.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4301.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>894.4998</td></tr>
<tr><td colspan=3>tsnr</td><td>37.1866874343832</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>