<?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-0111_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-0111_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-0111_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-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111_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-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0111/figures/sub-0111_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-0111/figures/sub-0111_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_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-0111/ses-03/func/sub-0111_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>98420c0d23c1e53a82ea459b0bfcfeb6</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>14:18:30.342500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994896, 0.0886373, -0.0482134, -0.0854677, 0.994267, 0.0642495]</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.259</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.0740397</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>[4216, -7725, -7252, 298, -76, 105, 138, 41]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>218.252</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7a5c7b83-7505-419b-945c-60f962bedb4a||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.669234275817871, -0.22930346429347992, -0.14480622112751007, 123.15885162353516], [-0.23780737817287445, 2.667546272277832, 0.16146251559257507, -97.81855773925781], [-0.1293531060218811, -0.17237676680088043, 2.691275119781494, -54.91480255126953], [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': ['141830.342500', '141830.802500', '141831.262500', '141831.722500', '141832.182500', '141832.642500', '141833.102500', '141833.562500', '141834.022500', '141834.482500', '141834.942500', '141835.402500', '141835.862500', '141836.322500', '141836.782500', '141837.242500', '141837.702500', '141838.162500', '141838.622500', '141839.082500', '141839.542500', '141840.002500', '141840.462500', '141840.922500', '141841.382500', '141841.842500', '141842.302500', '141842.762500', '141843.222500', '141843.682500', '141844.142500', '141844.602500', '141845.062500', '141845.522500', '141845.982500', '141846.442500', '141846.902500', '141847.362500', '141847.822500', '141848.282500', '141848.742500', '141849.202500', '141849.662500', '141850.122500', '141850.582500', '141851.042500', '141851.502500', '141851.962500', '141852.422500', '141852.882500', '141853.342500', '141853.802500', '141854.262500', '141854.722500', '141855.182500', '141855.642500', '141856.102500', '141856.562500', '141857.022500', '141857.482500', '141857.942500', '141858.402500', '141858.862500', '141859.322500', '141859.782500', '141900.242500', '141900.702500', '141901.162500', '141901.622500', '141902.082500', '141902.542500', '141903.002500', '141903.462500', '141903.922500', '141904.382500', '141904.842500', '141905.302500', '141905.762500', '141906.222500', '141906.682500', '141907.142500', '141907.602500', '141908.062500', '141908.522500', '141908.982500', '141909.442500', '141909.902500', '141910.362500', '141910.822500', '141911.282500', '141911.742500', '141912.202500', '141912.662500', '141913.122500', '141913.582500', '141914.042500', '141914.502500', '141914.962500', '141915.422500', '141915.882500', '141916.342500', '141916.802500', '141917.262500', '141917.722500', '141918.182500', '141918.642500', '141919.102500', '141919.562500', '141920.022500', '141920.482500', '141920.942500', '141921.402500', '141921.862500', '141922.322500', '141922.782500', '141923.242500', '141923.702500', '141924.162500', '141924.622500', '141925.082500', '141925.542500', '141926.002500', '141926.462500', '141926.922500', '141927.382500', '141927.842500', '141928.302500', '141928.762500', '141929.222500', '141929.682500', '141930.142500', '141930.602500', '141931.062500', '141931.522500', '141931.982500', '141932.442500', '141932.902500', '141933.362500', '141933.822500', '141934.282500', '141934.742500', '141935.202500', '141935.662500', '141936.122500', '141936.582500', '141937.042500', '141937.502500', '141937.962500', '141938.422500', '141938.882500', '141939.342500', '141939.802500', '141940.262500', '141940.722500', '141941.182500', '141941.642500', '141942.102500', '141942.562500', '141943.022500', '141943.482500', '141943.942500', '141944.402500', '141944.862500', '141945.322500', '141945.782500', '141946.242500', '141946.702500', '141947.162500', '141947.622500', '141948.082500', '141948.542500', '141949.002500', '141949.462500', '141949.922500', '141950.382500', '141950.842500', '141951.302500', '141951.762500', '141952.222500', '141952.682500', '141953.142500', '141953.602500', '141954.062500', '141954.522500', '141954.982500', '141955.442500', '141955.902500', '141956.362500', '141956.822500', '141957.282500', '141957.742500', '141958.202500', '141958.662500', '141959.122500', '141959.582500', '142000.042500', '142000.502500', '142000.962500', '142001.422500', '142001.882500', '142002.342500', '142002.802500', '142003.262500', '142003.722500', '142004.182500', '142004.642500', '142005.102500', '142005.562500', '142006.022500', '142006.482500', '142006.942500', '142007.402500', '142007.862500', '142008.322500', '142008.782500', '142009.242500', '142009.702500', '142010.162500', '142010.622500', '142011.082500', '142011.542500', '142012.002500', '142012.462500', '142012.922500', '142013.382500', '142013.842500', '142014.302500', '142014.762500', '142015.222500', '142015.682500', '142016.142500', '142016.602500', '142017.062500', '142017.522500', '142017.982500', '142018.442500', '142018.902500', '142019.362500', '142019.822500', '142020.282500', '142020.742500', '142021.202500', '142021.662500', '142022.122500', '142022.582500', '142023.042500', '142023.502500', '142023.962500', '142024.422500', '142024.882500', '142025.342500', '142025.802500', '142026.262500', '142026.722500', '142027.182500', '142027.642500', '142028.102500', '142028.562500', '142029.022500', '142029.482500', '142029.942500', '142030.402500', '142030.862500', '142031.322500', '142031.782500', '142032.242500', '142032.702500', '142033.162500', '142033.622500', '142034.082500', '142034.542500', '142035.002500', '142035.462500', '142035.922500', '142036.382500', '142036.842500', '142037.302500', '142037.762500', '142038.222500', '142038.682500', '142039.142500', '142039.602500', '142040.062500', '142040.522500', '142040.982500', '142041.442500', '142041.902500', '142042.362500', '142042.822500', '142043.282500', '142043.742500', '142044.202500', '142044.662500', '142045.122500', '142045.582500', '142046.042500', '142046.502500', '142046.962500', '142047.422500', '142047.882500', '142048.342500', '142048.802500', '142049.262500', '142049.722500', '142050.182500', '142050.642500', '142051.102500', '142051.562500', '142052.022500', '142052.482500', '142052.942500', '142053.402500', '142053.862500', '142054.322500', '142054.782500', '142055.242500', '142055.702500', '142056.162500', '142056.622500', '142057.082500', '142057.542500', '142058.002500', '142058.462500', '142058.922500', '142059.382500', '142059.842500', '142100.302500', '142100.762500', '142101.222500', '142101.682500', '142102.142500', '142102.602500', '142103.062500', '142103.522500', '142103.982500', '142104.442500', '142104.902500', '142105.362500', '142105.822500', '142106.282500', '142106.742500', '142107.202500', '142107.662500', '142108.122500', '142108.582500', '142109.042500', '142109.502500', '142109.962500', '142110.422500', '142110.882500', '142111.342500', '142111.802500', '142112.262500', '142112.722500', '142113.182500', '142113.642500', '142114.102500', '142114.562500', '142115.022500', '142115.482500', '142115.942500', '142116.402500', '142116.862500', '142117.322500', '142117.782500', '142118.242500', '142118.702500', '142119.162500', '142119.622500', '142120.082500', '142120.542500', '142121.002500', '142121.462500', '142121.922500', '142122.382500', '142122.842500', '142123.302500', '142123.762500', '142124.222500', '142124.682500', '142125.142500', '142125.602500', '142126.062500', '142126.522500', '142126.982500', '142127.442500', '142127.902500', '142128.362500', '142128.822500', '142129.282500', '142129.742500', '142130.202500', '142130.662500', '142131.122500', '142131.582500', '142132.042500', '142132.502500', '142132.962500', '142133.422500', '142133.882500', '142134.342500', '142134.802500', '142135.262500', '142135.722500', '142136.182500', '142136.642500', '142137.102500', '142137.562500', '142138.022500', '142138.482500', '142138.942500', '142139.402500', '142139.862500', '142140.322500', '142140.782500', '142141.242500', '142141.702500', '142142.162500', '142142.622500', '142143.082500', '142143.542500', '142144.002500', '142144.462500', '142144.922500', '142145.382500', '142145.842500', '142146.302500', '142146.762500', '142147.222500', '142147.682500', '142148.142500', '142148.602500', '142149.062500', '142149.522500', '142149.982500', '142150.442500', '142150.902500', '142151.362500', '142151.822500', '142152.282500', '142152.742500', '142153.202500', '142153.662500', '142154.122500', '142154.582500', '142155.042500', '142155.502500', '142155.962500', '142156.422500', '142156.882500', '142157.342500', '142157.802500', '142158.262500', '142158.722500', '142159.182500', '142159.642500', '142200.102500', '142200.562500', '142201.022500', '142201.482500', '142201.942500', '142202.402500', '142202.862500', '142203.322500', '142203.782500', '142204.242500', '142204.702500', '142205.162500', '142205.622500', '142206.082500', '142206.542500', '142207.002500', '142207.462500', '142207.922500', '142208.382500', '142208.842500', '142209.302500', '142209.762500', '142210.222500', '142210.682500', '142211.142500', '142211.602500', '142212.062500', '142212.522500', '142212.982500', '142213.442500', '142213.902500', '142214.362500', '142214.822500', '142215.282500', '142215.742500', '142216.202500', '142216.662500', '142217.122500', '142217.582500', '142218.042500', '142218.502500', '142218.962500', '142219.422500', '142219.882500', '142220.342500', '142220.802500', '142221.262500', '142221.722500', '142222.182500', '142222.642500', '142223.102500', '142223.562500', '142224.022500', '142224.482500', '142224.942500', '142225.402500', '142225.862500', '142226.322500', '142226.782500', '142227.242500', '142227.702500', '142228.162500', '142228.622500', '142229.082500', '142229.542500', '142230.002500', '142230.462500', '142230.922500', '142231.382500', '142231.842500', '142232.302500', '142232.762500', '142233.222500', '142233.682500', '142234.142500', '142234.602500', '142235.062500', '142235.522500', '142235.982500', '142236.442500', '142236.902500', '142237.362500', '142237.822500', '142238.282500', '142238.742500', '142239.202500', '142239.662500', '142240.122500', '142240.582500', '142241.042500', '142241.502500', '142241.962500', '142242.422500', '142242.882500', '142243.342500', '142243.802500', '142244.262500', '142244.722500', '142245.182500', '142245.642500', '142246.102500', '142246.562500', '142247.022500', '142247.482500', '142247.942500', '142248.402500', '142248.862500', '142249.322500', '142249.782500', '142250.242500', '142250.702500', '142251.162500', '142251.622500', '142252.082500', '142252.542500', '142253.002500', '142253.462500', '142253.922500', '142254.382500', '142254.842500', '142255.302500', '142255.762500', '142256.222500', '142256.682500', '142257.142500', '142257.602500', '142258.062500', '142258.522500', '142258.982500', '142259.442500', '142259.902500', '142300.362500', '142300.822500', '142301.282500', '142301.742500', '142302.202500', '142302.662500', '142303.122500', '142303.582500', '142304.042500', '142304.502500', '142304.962500', '142305.422500', '142305.882500', '142306.342500', '142306.802500', '142307.262500', '142307.722500', '142308.182500', '142308.642500', '142309.102500', '142309.562500', '142310.022500', '142310.482500', '142310.942500', '142311.402500', '142311.862500', '142312.322500', '142312.782500', '142313.242500', '142313.702500', '142314.162500', '142314.622500', '142315.082500', '142315.542500', '142316.002500', '142316.462500', '142316.922500', '142317.382500', '142317.842500', '142318.302500', '142318.762500', '142319.222500', '142319.682500', '142320.142500', '142320.602500', '142321.062500', '142321.522500', '142321.982500', '142322.442500', '142322.902500', '142323.362500', '142323.822500', '142324.282500', '142324.742500', '142325.202500', '142325.662500', '142326.122500', '142326.582500', '142327.042500', '142327.502500', '142327.962500', '142328.422500', '142328.882500', '142329.342500', '142329.802500', '142330.262500', '142330.722500', '142331.182500', '142331.642500', '142332.102500', '142332.562500', '142333.022500', '142333.482500', '142333.942500', '142334.402500', '142334.862500', '142335.322500', '142335.782500', '142336.242500', '142336.702500', '142337.162500', '142337.622500', '142338.082500', '142338.542500', '142339.002500', '142339.462500', '142339.922500', '142340.382500', '142340.842500', '142341.302500', '142341.762500', '142342.222500', '142342.682500', '142343.142500', '142343.602500', '142344.062500', '142344.522500', '142344.982500', '142345.442500', '142345.902500', '142346.362500', '142346.822500', '142347.282500', '142347.742500', '142348.202500', '142348.662500', '142349.122500', '142349.582500', '142350.042500', '142350.502500', '142350.962500', '142351.422500', '142351.882500', '142352.342500', '142352.802500', '142353.262500', '142353.722500', '142354.182500', '142354.642500', '142355.102500', '142355.562500', '142356.022500', '142356.482500', '142356.942500', '142357.402500', '142357.862500', '142358.322500', '142358.782500', '142359.242500', '142359.702500', '142400.162500', '142400.622500', '142401.082500', '142401.542500', '142402.002500', '142402.462500', '142402.922500', '142403.382500', '142403.842500', '142404.302500', '142404.762500', '142405.222500', '142405.682500', '142406.142500', '142406.602500', '142407.062500', '142407.522500', '142407.982500', '142408.442500', '142408.902500', '142409.362500', '142409.822500', '142410.282500', '142410.742500', '142411.202500', '142411.662500', '142412.122500', '142412.582500', '142413.042500', '142413.502500', '142413.962500', '142414.422500', '142414.882500', '142415.342500', '142415.802500', '142416.262500', '142416.722500', '142417.182500', '142417.642500', '142418.102500', '142418.562500', '142419.022500', '142419.482500', '142419.942500', '142420.402500', '142420.862500', '142421.322500', '142421.782500', '142422.242500', '142422.702500', '142423.162500', '142423.622500', '142424.082500', '142424.542500', '142425.002500', '142425.462500', '142425.922500', '142426.382500', '142426.842500', '142427.302500', '142427.762500', '142428.222500', '142428.682500', '142429.142500', '142429.602500', '142430.062500', '142430.522500', '142430.982500', '142431.442500', '142431.902500', '142432.362500', '142432.822500', '142433.282500', '142433.742500', '142434.202500', '142434.662500', '142435.122500', '142435.582500', '142436.042500', '142436.502500', '142436.962500', '142437.422500', '142437.882500', '142438.342500', '142438.802500', '142439.262500', '142439.722500', '142440.182500', '142440.642500', '142441.102500', '142441.562500', '142442.022500', '142442.482500', '142442.942500', '142443.402500', '142443.862500', '142444.322500', '142444.782500', '142445.242500', '142445.702500', '142446.162500', '142446.622500', '142447.082500', '142447.542500', '142448.002500', '142448.462500', '142448.922500', '142449.382500', '142449.842500', '142450.302500', '142450.762500', '142451.222500', '142451.682500', '142452.142500', '142452.602500', '142453.062500', '142453.522500', '142453.982500', '142454.442500', '142454.902500', '142455.362500', '142455.822500', '142456.282500', '142456.742500', '142457.202500', '142457.662500', '142458.122500', '142458.582500', '142459.042500', '142459.502500', '142459.962500', '142500.422500', '142500.882500', '142501.342500', '142501.802500', '142502.262500', '142502.722500', '142503.182500', '142503.642500', '142504.102500', '142504.562500', '142505.022500', '142505.482500', '142505.942500', '142506.402500', '142506.862500', '142507.322500', '142507.782500', '142508.242500', '142508.702500', '142509.162500', '142509.622500', '142510.082500', '142510.542500', '142511.002500'], 'ContentTime': ['141855.878000', '141855.881000', '141855.884000', '141855.887000', '141855.889000', '141855.892000', '141855.894000', '141855.897000', '141855.899000', '141855.902000', '141855.904000', '141855.907000', '141855.909000', '141855.912000', '141855.914000', '141855.917000', '141855.920000', '141855.922000', '141855.925000', '141855.927000', '141855.930000', '141855.932000', '141855.935000', '141855.938000', '141855.940000', '141855.943000', '141855.955000', '141855.957000', '141855.960000', '141855.962000', '141855.965000', '141855.968000', '141855.970000', '141855.973000', '141855.975000', '141855.978000', '141855.980000', '141855.983000', '141855.986000', '141855.988000', '141855.991000', '141855.993000', '141855.996000', '141855.998000', '141856.002000', '141856.004000', '141856.007000', '141856.010000', '141856.012000', '141856.015000', '141856.017000', '141856.020000', '141856.022000', '141856.025000', '141915.846000', '141915.849000', '141915.852000', '141915.854000', '141915.857000', '141915.860000', '141915.862000', '141915.865000', '141915.867000', '141915.870000', '141915.872000', '141915.875000', '141915.883000', '141915.886000', '141915.888000', '141915.891000', '141915.893000', '141915.896000', '141915.898000', '141915.901000', '141915.903000', '141915.906000', '141915.908000', '141915.911000', '141915.913000', '141915.916000', '141915.919000', '141915.921000', '141915.924000', '141915.926000', '141915.939000', '141915.942000', '141915.944000', '141915.956000', '141915.959000', '141915.961000', '141915.964000', '141915.966000', '141915.969000', '141915.971000', '141915.974000', '141915.976000', '141915.979000', '141915.981000', '141935.847000', '141935.850000', '141935.853000', '141935.855000', '141935.858000', '141935.860000', '141935.863000', '141935.866000', '141935.868000', '141935.871000', '141935.873000', '141935.876000', '141935.878000', '141935.881000', '141935.884000', '141935.886000', '141935.889000', '141935.891000', '141935.894000', '141935.896000', '141935.899000', '141935.902000', '141935.904000', '141935.907000', '141935.909000', '141935.912000', '141935.914000', '141935.917000', '141935.920000', '141935.922000', '141935.925000', '141935.927000', '141935.930000', '141935.932000', '141935.935000', '141935.937000', '141935.940000', '141935.942000', '141935.945000', '141935.948000', '141935.950000', '141935.953000', '141935.955000', '141955.847000', '141955.850000', '141955.853000', '141955.855000', '141955.858000', '141955.860000', '141955.863000', '141955.866000', '141955.869000', '141955.871000', '141955.874000', '141955.877000', '141955.879000', '141955.882000', '141955.884000', '141955.887000', '141955.890000', '141955.892000', '141955.895000', '141955.897000', '141955.900000', '141955.902000', '141955.905000', '141955.908000', '141955.910000', '141955.913000', '141955.915000', '141955.918000', '141955.921000', '141955.923000', '141955.926000', '141955.928000', '141955.931000', '141955.933000', '141955.936000', '141955.938000', '141955.941000', '141955.944000', '141955.946000', '141955.949000', '141955.951000', '141955.954000', '141955.956000', '142015.847000', '142015.850000', '142015.853000', '142015.855000', '142015.858000', '142015.860000', '142015.870000', '142015.872000', '142015.875000', '142015.877000', '142015.880000', '142015.883000', '142015.885000', '142015.888000', '142015.890000', '142015.893000', '142015.896000', '142015.898000', '142015.901000', '142015.903000', '142015.906000', '142015.908000', '142015.911000', '142015.913000', '142015.916000', '142015.919000', '142015.921000', '142015.924000', '142015.926000', '142015.929000', '142015.931000', '142015.934000', '142015.936000', '142015.939000', '142015.942000', '142015.944000', '142015.947000', '142015.949000', '142015.952000', '142015.954000', '142015.957000', '142015.959000', '142015.962000', '142015.965000', '142035.847000', '142035.850000', '142035.853000', '142035.855000', '142035.858000', '142035.861000', '142035.863000', '142035.866000', '142035.878000', '142035.881000', '142035.883000', '142035.886000', '142035.888000', '142035.891000', '142035.894000', '142035.896000', '142035.899000', '142035.901000', '142035.904000', '142035.906000', '142035.909000', '142035.911000', '142035.914000', '142035.917000', '142035.920000', '142035.923000', '142035.925000', '142035.928000', '142035.931000', '142035.933000', '142035.936000', '142035.939000', '142035.941000', '142035.944000', '142035.946000', '142035.949000', '142035.951000', '142035.954000', '142035.956000', '142035.959000', '142035.962000', '142035.964000', '142035.967000', '142055.846000', '142055.849000', '142055.852000', '142055.855000', '142055.857000', '142055.860000', '142055.862000', '142055.865000', '142055.867000', '142055.870000', '142055.872000', '142055.875000', '142055.877000', '142055.880000', '142055.883000', '142055.885000', '142055.888000', '142055.890000', '142055.893000', '142055.896000', '142055.898000', '142055.901000', '142055.903000', '142055.906000', '142055.908000', '142055.911000', '142055.933000', '142055.935000', '142055.938000', '142055.941000', '142055.943000', '142055.946000', '142055.948000', '142055.951000', '142055.953000', '142055.956000', '142055.958000', '142055.961000', '142055.964000', '142055.966000', '142055.969000', '142055.971000', '142055.974000', '142055.976000', '142115.847000', '142115.849000', '142115.852000', '142115.855000', '142115.857000', '142115.860000', '142115.862000', '142115.865000', '142115.867000', '142115.870000', '142115.872000', '142115.875000', '142115.878000', '142115.881000', '142115.884000', '142115.887000', '142115.889000', '142115.892000', '142115.894000', '142115.897000', '142115.900000', '142115.902000', '142115.905000', '142115.907000', '142115.910000', '142115.913000', '142115.915000', '142115.918000', '142115.920000', '142115.923000', '142115.926000', '142115.928000', '142115.931000', '142115.933000', '142115.936000', '142115.938000', '142115.941000', '142115.943000', '142115.946000', '142115.948000', '142115.951000', '142115.954000', '142115.956000', '142135.847000', '142135.850000', '142135.853000', '142135.855000', '142135.858000', '142135.860000', '142135.863000', '142135.866000', '142135.868000', '142135.871000', '142135.873000', '142135.876000', '142135.879000', '142135.881000', '142135.884000', '142135.886000', '142135.889000', '142135.891000', '142135.894000', '142135.896000', '142135.899000', '142135.902000', '142135.904000', '142135.907000', '142135.909000', '142135.912000', '142135.915000', '142135.917000', '142135.920000', '142135.922000', '142135.925000', '142135.927000', '142135.930000', '142135.933000', '142135.935000', '142135.938000', '142135.940000', '142135.943000', '142135.946000', '142135.948000', '142135.951000', '142135.953000', '142135.956000', '142135.959000', '142155.847000', '142155.850000', '142155.853000', '142155.855000', '142155.858000', '142155.860000', '142155.863000', '142155.866000', '142155.868000', '142155.871000', '142155.873000', '142155.876000', '142155.878000', '142155.881000', '142155.884000', '142155.886000', '142155.889000', '142155.891000', '142155.894000', '142155.896000', '142155.899000', '142155.902000', '142155.904000', '142155.907000', '142155.910000', '142155.912000', '142155.915000', '142155.924000', '142155.926000', '142155.929000', '142155.931000', '142155.934000', '142155.936000', '142155.939000', '142155.941000', '142155.944000', '142155.947000', '142155.949000', '142155.952000', '142155.954000', '142155.957000', '142155.960000', '142155.963000', '142215.848000', '142215.850000', '142215.853000', '142215.855000', '142215.858000', '142215.861000', '142215.863000', '142215.866000', '142215.868000', '142215.871000', '142215.873000', '142215.876000', '142215.878000', '142215.881000', '142215.884000', '142215.886000', '142215.889000', '142215.891000', '142215.894000', '142215.896000', '142215.899000', '142215.902000', '142215.904000', '142215.907000', '142215.909000', '142215.912000', '142215.914000', '142215.917000', '142215.920000', '142215.922000', '142215.925000', '142215.928000', '142215.930000', '142215.933000', '142215.935000', '142215.938000', '142215.941000', '142215.943000', '142215.946000', '142215.948000', '142215.951000', '142215.953000', '142215.956000', '142215.959000', '142235.847000', '142235.850000', '142235.853000', '142235.874000', '142235.876000', '142235.879000', '142235.881000', '142235.889000', '142235.892000', '142235.894000', '142235.897000', '142235.899000', '142235.902000', '142235.904000', '142235.907000', '142235.910000', '142235.912000', '142235.915000', '142235.917000', '142235.920000', '142235.923000', '142235.927000', '142235.929000', '142235.932000', '142235.935000', '142235.937000', '142235.940000', '142235.942000', '142235.945000', '142235.948000', '142235.950000', '142235.953000', '142235.955000', '142235.958000', '142235.960000', '142235.963000', '142235.966000', '142235.968000', '142235.971000', '142235.973000', '142235.976000', '142235.978000', '142235.981000', '142255.848000', '142255.850000', '142255.853000', '142255.856000', '142255.858000', '142255.861000', '142255.863000', '142255.866000', '142255.868000', '142255.871000', '142255.874000', '142255.876000', '142255.879000', '142255.881000', '142255.884000', '142255.886000', '142255.889000', '142255.891000', '142255.894000', '142255.897000', '142255.899000', '142255.902000', '142255.904000', '142255.907000', '142255.909000', '142255.912000', '142255.915000', '142255.917000', '142255.920000', '142255.922000', '142255.925000', '142255.927000', '142255.930000', '142255.933000', '142255.935000', '142255.938000', '142255.940000', '142255.943000', '142255.945000', '142255.948000', '142255.951000', '142255.953000', '142255.956000', '142255.959000', '142315.846000', '142315.849000', '142315.852000', '142315.854000', '142315.857000', '142315.859000', '142315.862000', '142315.865000', '142315.867000', '142315.870000', '142315.872000', '142315.875000', '142315.877000', '142315.880000', '142315.882000', '142315.885000', '142315.888000', '142315.890000', '142315.893000', '142315.895000', '142315.898000', '142315.900000', '142315.903000', '142315.905000', '142315.908000', '142315.911000', '142315.913000', '142315.916000', '142315.918000', '142315.921000', '142315.923000', '142315.926000', '142315.929000', '142315.931000', '142315.934000', '142315.936000', '142315.939000', '142315.941000', '142315.944000', '142315.946000', '142315.949000', '142315.952000', '142315.954000', '142335.847000', '142335.850000', '142335.852000', '142335.855000', '142335.858000', '142335.860000', '142335.863000', '142335.866000', '142335.868000', '142335.871000', '142335.873000', '142335.876000', '142335.878000', '142335.881000', '142335.884000', '142335.886000', '142335.889000', '142335.891000', '142335.894000', '142335.896000', '142335.899000', '142335.902000', '142335.904000', '142335.907000', '142335.909000', '142335.912000', '142335.914000', '142335.917000', '142335.920000', '142335.922000', '142335.925000', '142335.927000', '142335.930000', '142335.933000', '142335.935000', '142335.938000', '142335.940000', '142335.943000', '142335.946000', '142335.948000', '142335.951000', '142335.954000', '142335.956000', '142335.959000', '142355.848000', '142355.850000', '142355.853000', '142355.855000', '142355.858000', '142355.861000', '142355.863000', '142355.866000', '142355.868000', '142355.871000', '142355.874000', '142355.876000', '142355.879000', '142355.881000', '142355.884000', '142355.887000', '142355.889000', '142355.892000', '142355.894000', '142355.897000', '142355.899000', '142355.902000', '142355.905000', '142355.907000', '142355.910000', '142355.912000', '142355.915000', '142355.917000', '142355.920000', '142355.923000', '142355.925000', '142355.928000', '142355.953000', '142355.956000', '142355.958000', '142355.961000', '142355.964000', '142355.967000', '142355.970000', '142355.973000', '142355.975000', '142355.978000', '142355.981000', '142415.848000', '142415.850000', '142415.853000', '142415.856000', '142415.858000', '142415.861000', '142415.864000', '142415.866000', '142415.869000', '142415.871000', '142415.874000', '142415.876000', '142415.879000', '142415.881000', '142415.884000', '142415.887000', '142415.889000', '142415.892000', '142415.895000', '142415.897000', '142415.900000', '142415.902000', '142415.905000', '142415.908000', '142415.910000', '142415.913000', '142415.924000', '142415.927000', '142415.929000', '142415.932000', '142415.934000', '142415.937000', '142415.940000', '142415.942000', '142415.945000', '142415.947000', '142415.950000', '142415.952000', '142415.955000', '142415.958000', '142415.960000', '142415.963000', '142415.965000', '142415.968000', '142435.848000', '142435.851000', '142435.853000', '142435.856000', '142435.858000', '142435.861000', '142435.863000', '142435.866000', '142435.868000', '142435.871000', '142435.874000', '142435.876000', '142435.879000', '142435.881000', '142435.884000', '142435.886000', '142435.890000', '142435.892000', '142435.895000', '142435.898000', '142435.900000', '142435.903000', '142435.905000', '142435.908000', '142435.910000', '142435.913000', '142435.915000', '142435.918000', '142435.921000', '142435.923000', '142435.926000', '142435.928000', '142435.931000', '142435.933000', '142435.936000', '142435.939000', '142435.941000', '142435.944000', '142435.946000', '142435.949000', '142435.951000', '142435.954000', '142435.957000', '142455.848000', '142455.850000', '142455.853000', '142455.855000', '142455.858000', '142455.861000', '142455.863000', '142455.866000', '142455.869000', '142455.871000', '142455.874000', '142455.876000', '142455.879000', '142455.881000', '142455.884000', '142455.887000', '142455.889000', '142455.892000', '142455.894000', '142455.897000', '142455.899000', '142455.902000', '142455.905000', '142455.907000', '142455.910000', '142455.912000', '142455.915000', '142455.917000', '142455.920000', '142455.923000', '142455.925000', '142455.928000', '142455.930000', '142455.933000', '142455.935000', '142455.938000', '142455.940000', '142455.943000', '142455.946000', '142455.948000', '142455.951000', '142455.953000', '142455.956000', '142455.958000', '142511.869000', '142511.872000', '142511.874000', '142511.877000', '142511.880000', '142511.882000', '142511.885000', '142511.888000', '142511.890000', '142511.893000', '142511.896000', '142511.899000', '142511.902000', '142511.905000', '142511.908000', '142511.910000', '142511.913000', '142511.915000', '142511.918000', '142511.921000', '142511.924000', '142511.926000', '142511.929000', '142511.932000', '142511.935000', '142511.937000', '142511.940000', '142511.943000', '142511.945000', '142511.948000', '142511.951000', '142511.954000', '142511.956000', '142511.959000', '142511.962000'], 'InstanceCreationTime': ['141855.878000', '141855.881000', '141855.884000', '141855.887000', '141855.889000', '141855.892000', '141855.894000', '141855.897000', '141855.899000', '141855.902000', '141855.904000', '141855.907000', '141855.909000', '141855.912000', '141855.914000', '141855.917000', '141855.920000', '141855.922000', '141855.925000', '141855.927000', '141855.930000', '141855.932000', '141855.935000', '141855.938000', '141855.940000', '141855.943000', '141855.955000', '141855.957000', '141855.960000', '141855.962000', '141855.965000', '141855.968000', '141855.970000', '141855.973000', '141855.975000', '141855.978000', '141855.980000', '141855.983000', '141855.986000', '141855.988000', '141855.991000', '141855.993000', '141855.996000', '141855.998000', '141856.002000', '141856.004000', '141856.007000', '141856.010000', '141856.012000', '141856.015000', '141856.017000', '141856.020000', '141856.022000', '141856.025000', '141915.846000', '141915.849000', '141915.852000', '141915.854000', '141915.857000', '141915.860000', '141915.862000', '141915.865000', '141915.867000', '141915.870000', '141915.872000', '141915.875000', '141915.883000', '141915.886000', '141915.888000', '141915.891000', '141915.893000', '141915.896000', '141915.898000', '141915.901000', '141915.903000', '141915.906000', '141915.908000', '141915.911000', '141915.913000', '141915.916000', '141915.919000', '141915.921000', '141915.924000', '141915.926000', '141915.939000', '141915.942000', '141915.944000', '141915.956000', '141915.959000', '141915.961000', '141915.964000', '141915.966000', '141915.969000', '141915.971000', '141915.974000', '141915.976000', '141915.979000', '141915.981000', '141935.847000', '141935.850000', '141935.853000', '141935.855000', '141935.858000', '141935.860000', '141935.863000', '141935.866000', '141935.868000', '141935.871000', '141935.873000', '141935.876000', '141935.878000', '141935.881000', '141935.884000', '141935.886000', '141935.889000', '141935.891000', '141935.894000', '141935.896000', '141935.899000', '141935.902000', '141935.904000', '141935.907000', '141935.909000', '141935.912000', '141935.914000', '141935.917000', '141935.920000', '141935.922000', '141935.925000', '141935.927000', '141935.930000', '141935.932000', '141935.935000', '141935.937000', '141935.940000', '141935.942000', '141935.945000', '141935.948000', '141935.950000', '141935.953000', '141935.955000', '141955.847000', '141955.850000', '141955.853000', '141955.855000', '141955.858000', '141955.860000', '141955.863000', '141955.866000', '141955.869000', '141955.871000', '141955.874000', '141955.877000', '141955.879000', '141955.882000', '141955.884000', '141955.887000', '141955.890000', '141955.892000', '141955.895000', '141955.897000', '141955.900000', '141955.902000', '141955.905000', '141955.908000', '141955.910000', '141955.913000', '141955.915000', '141955.918000', '141955.921000', '141955.923000', '141955.926000', '141955.928000', '141955.931000', '141955.933000', '141955.936000', '141955.938000', '141955.941000', '141955.944000', '141955.946000', '141955.949000', '141955.951000', '141955.954000', '141955.956000', '142015.847000', '142015.850000', '142015.853000', '142015.855000', '142015.858000', '142015.860000', '142015.870000', '142015.872000', '142015.875000', '142015.877000', '142015.880000', '142015.883000', '142015.885000', '142015.888000', '142015.890000', '142015.893000', '142015.896000', '142015.898000', '142015.901000', '142015.903000', '142015.906000', '142015.908000', '142015.911000', '142015.913000', '142015.916000', '142015.919000', '142015.921000', '142015.924000', '142015.926000', '142015.929000', '142015.931000', '142015.934000', '142015.936000', '142015.939000', '142015.942000', '142015.944000', '142015.947000', '142015.949000', '142015.952000', '142015.954000', '142015.957000', '142015.959000', '142015.962000', '142015.965000', '142035.847000', '142035.850000', '142035.853000', '142035.855000', '142035.858000', '142035.861000', '142035.863000', '142035.866000', '142035.878000', '142035.881000', '142035.883000', '142035.886000', '142035.888000', '142035.891000', '142035.894000', '142035.896000', '142035.899000', '142035.901000', '142035.904000', '142035.906000', '142035.909000', '142035.911000', '142035.914000', '142035.917000', '142035.920000', '142035.923000', '142035.925000', '142035.928000', '142035.931000', '142035.933000', '142035.936000', '142035.939000', '142035.941000', '142035.944000', '142035.946000', '142035.949000', '142035.951000', '142035.954000', '142035.956000', '142035.959000', '142035.962000', '142035.964000', '142035.967000', '142055.846000', '142055.849000', '142055.852000', '142055.855000', '142055.857000', '142055.860000', '142055.862000', '142055.865000', '142055.867000', '142055.870000', '142055.872000', '142055.875000', '142055.877000', '142055.880000', '142055.883000', '142055.885000', '142055.888000', '142055.890000', '142055.893000', '142055.896000', '142055.898000', '142055.901000', '142055.903000', '142055.906000', '142055.908000', '142055.911000', '142055.933000', '142055.935000', '142055.938000', '142055.941000', '142055.943000', '142055.946000', '142055.948000', '142055.951000', '142055.953000', '142055.956000', '142055.958000', '142055.961000', '142055.964000', '142055.966000', '142055.969000', '142055.971000', '142055.974000', '142055.976000', '142115.847000', '142115.849000', '142115.852000', '142115.855000', '142115.857000', '142115.860000', '142115.862000', '142115.865000', '142115.867000', '142115.870000', '142115.872000', '142115.875000', '142115.878000', '142115.881000', '142115.884000', '142115.887000', '142115.889000', '142115.892000', '142115.894000', '142115.897000', '142115.900000', '142115.902000', '142115.905000', '142115.907000', '142115.910000', '142115.913000', '142115.915000', '142115.918000', '142115.920000', '142115.923000', '142115.926000', '142115.928000', '142115.931000', '142115.933000', '142115.936000', '142115.938000', '142115.941000', '142115.943000', '142115.946000', '142115.948000', '142115.951000', '142115.954000', '142115.956000', '142135.847000', '142135.850000', '142135.853000', '142135.855000', '142135.858000', '142135.860000', '142135.863000', '142135.866000', '142135.868000', '142135.871000', '142135.873000', '142135.876000', '142135.879000', '142135.881000', '142135.884000', '142135.886000', '142135.889000', '142135.891000', '142135.894000', '142135.896000', '142135.899000', '142135.902000', '142135.904000', '142135.907000', '142135.909000', '142135.912000', '142135.915000', '142135.917000', '142135.920000', '142135.922000', '142135.925000', '142135.927000', '142135.930000', '142135.933000', '142135.935000', '142135.938000', '142135.940000', '142135.943000', '142135.946000', '142135.948000', '142135.951000', '142135.953000', '142135.956000', '142135.959000', '142155.847000', '142155.850000', '142155.853000', '142155.855000', '142155.858000', '142155.860000', '142155.863000', '142155.866000', '142155.868000', '142155.871000', '142155.873000', '142155.876000', '142155.878000', '142155.881000', '142155.884000', '142155.886000', '142155.889000', '142155.891000', '142155.894000', '142155.896000', '142155.899000', '142155.902000', '142155.904000', '142155.907000', '142155.910000', '142155.912000', '142155.915000', '142155.924000', '142155.926000', '142155.929000', '142155.931000', '142155.934000', '142155.936000', '142155.939000', '142155.941000', '142155.944000', '142155.947000', '142155.949000', '142155.952000', '142155.954000', '142155.957000', '142155.960000', '142155.963000', '142215.848000', '142215.850000', '142215.853000', '142215.855000', '142215.858000', '142215.861000', '142215.863000', '142215.866000', '142215.868000', '142215.871000', '142215.873000', '142215.876000', '142215.878000', '142215.881000', '142215.884000', '142215.886000', '142215.889000', '142215.891000', '142215.894000', '142215.896000', '142215.899000', '142215.902000', '142215.904000', '142215.907000', '142215.909000', '142215.912000', '142215.914000', '142215.917000', '142215.920000', '142215.922000', '142215.925000', '142215.928000', '142215.930000', '142215.933000', '142215.935000', '142215.938000', '142215.941000', '142215.943000', '142215.946000', '142215.948000', '142215.951000', '142215.953000', '142215.956000', '142215.959000', '142235.847000', '142235.850000', '142235.853000', '142235.874000', '142235.876000', '142235.879000', '142235.881000', '142235.889000', '142235.892000', '142235.894000', '142235.897000', '142235.899000', '142235.902000', '142235.904000', '142235.907000', '142235.910000', '142235.912000', '142235.915000', '142235.917000', '142235.920000', '142235.923000', '142235.927000', '142235.929000', '142235.932000', '142235.935000', '142235.937000', '142235.940000', '142235.942000', '142235.945000', '142235.948000', '142235.950000', '142235.953000', '142235.955000', '142235.958000', '142235.960000', '142235.963000', '142235.966000', '142235.968000', '142235.971000', '142235.973000', '142235.976000', '142235.978000', '142235.981000', '142255.848000', '142255.850000', '142255.853000', '142255.856000', '142255.858000', '142255.861000', '142255.863000', '142255.866000', '142255.868000', '142255.871000', '142255.874000', '142255.876000', '142255.879000', '142255.881000', '142255.884000', '142255.886000', '142255.889000', '142255.891000', '142255.894000', '142255.897000', '142255.899000', '142255.902000', '142255.904000', '142255.907000', '142255.909000', '142255.912000', '142255.915000', '142255.917000', '142255.920000', '142255.922000', '142255.925000', '142255.927000', '142255.930000', '142255.933000', '142255.935000', '142255.938000', '142255.940000', '142255.943000', '142255.945000', '142255.948000', '142255.951000', '142255.953000', '142255.956000', '142255.959000', '142315.846000', '142315.849000', '142315.852000', '142315.854000', '142315.857000', '142315.859000', '142315.862000', '142315.865000', '142315.867000', '142315.870000', '142315.872000', '142315.875000', '142315.877000', '142315.880000', '142315.882000', '142315.885000', '142315.888000', '142315.890000', '142315.893000', '142315.895000', '142315.898000', '142315.900000', '142315.903000', '142315.905000', '142315.908000', '142315.911000', '142315.913000', '142315.916000', '142315.918000', '142315.921000', '142315.923000', '142315.926000', '142315.929000', '142315.931000', '142315.934000', '142315.936000', '142315.939000', '142315.941000', '142315.944000', '142315.946000', '142315.949000', '142315.952000', '142315.954000', '142335.847000', '142335.850000', '142335.852000', '142335.855000', '142335.858000', '142335.860000', '142335.863000', '142335.866000', '142335.868000', '142335.871000', '142335.873000', '142335.876000', '142335.878000', '142335.881000', '142335.884000', '142335.886000', '142335.889000', '142335.891000', '142335.894000', '142335.896000', '142335.899000', '142335.902000', '142335.904000', '142335.907000', '142335.909000', '142335.912000', '142335.914000', '142335.917000', '142335.920000', '142335.922000', '142335.925000', '142335.927000', '142335.930000', '142335.933000', '142335.935000', '142335.938000', '142335.940000', '142335.943000', '142335.946000', '142335.948000', '142335.951000', '142335.954000', '142335.956000', '142335.959000', '142355.848000', '142355.850000', '142355.853000', '142355.855000', '142355.858000', '142355.861000', '142355.863000', '142355.866000', '142355.868000', '142355.871000', '142355.874000', '142355.876000', '142355.879000', '142355.881000', '142355.884000', '142355.887000', '142355.889000', '142355.892000', '142355.894000', '142355.897000', '142355.899000', '142355.902000', '142355.905000', '142355.907000', '142355.910000', '142355.912000', '142355.915000', '142355.917000', '142355.920000', '142355.923000', '142355.925000', '142355.928000', '142355.953000', '142355.956000', '142355.958000', '142355.961000', '142355.964000', '142355.967000', '142355.970000', '142355.973000', '142355.975000', '142355.978000', '142355.981000', '142415.848000', '142415.850000', '142415.853000', '142415.856000', '142415.858000', '142415.861000', '142415.864000', '142415.866000', '142415.869000', '142415.871000', '142415.874000', '142415.876000', '142415.879000', '142415.881000', '142415.884000', '142415.887000', '142415.889000', '142415.892000', '142415.895000', '142415.897000', '142415.900000', '142415.902000', '142415.905000', '142415.908000', '142415.910000', '142415.913000', '142415.924000', '142415.927000', '142415.929000', '142415.932000', '142415.934000', '142415.937000', '142415.940000', '142415.942000', '142415.945000', '142415.947000', '142415.950000', '142415.952000', '142415.955000', '142415.958000', '142415.960000', '142415.963000', '142415.965000', '142415.968000', '142435.848000', '142435.851000', '142435.853000', '142435.856000', '142435.858000', '142435.861000', '142435.863000', '142435.866000', '142435.868000', '142435.871000', '142435.874000', '142435.876000', '142435.879000', '142435.881000', '142435.884000', '142435.886000', '142435.890000', '142435.892000', '142435.895000', '142435.898000', '142435.900000', '142435.903000', '142435.905000', '142435.908000', '142435.910000', '142435.913000', '142435.915000', '142435.918000', '142435.921000', '142435.923000', '142435.926000', '142435.928000', '142435.931000', '142435.933000', '142435.936000', '142435.939000', '142435.941000', '142435.944000', '142435.946000', '142435.949000', '142435.951000', '142435.954000', '142435.957000', '142455.848000', '142455.850000', '142455.853000', '142455.855000', '142455.858000', '142455.861000', '142455.863000', '142455.866000', '142455.869000', '142455.871000', '142455.874000', '142455.876000', '142455.879000', '142455.881000', '142455.884000', '142455.887000', '142455.889000', '142455.892000', '142455.894000', '142455.897000', '142455.899000', '142455.902000', '142455.905000', '142455.907000', '142455.910000', '142455.912000', '142455.915000', '142455.917000', '142455.920000', '142455.923000', '142455.925000', '142455.928000', '142455.930000', '142455.933000', '142455.935000', '142455.938000', '142455.940000', '142455.943000', '142455.946000', '142455.948000', '142455.951000', '142455.953000', '142455.956000', '142455.958000', '142511.869000', '142511.872000', '142511.874000', '142511.877000', '142511.880000', '142511.882000', '142511.885000', '142511.888000', '142511.890000', '142511.893000', '142511.896000', '142511.899000', '142511.902000', '142511.905000', '142511.908000', '142511.910000', '142511.913000', '142511.915000', '142511.918000', '142511.921000', '142511.924000', '142511.926000', '142511.929000', '142511.932000', '142511.935000', '142511.937000', '142511.940000', '142511.943000', '142511.945000', '142511.948000', '142511.951000', '142511.954000', '142511.956000', '142511.959000', '142511.962000'], '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': [11159, 8848, 10188, 8168, 10346, 13136, 9971, 11289, 9098, 10159, 9121, 9961, 9531, 9782, 11821, 9591, 11633, 9051, 9797, 10991, 9869, 13928, 9688, 10858, 8704, 9893, 9028, 9819, 11627, 9355, 11031, 8899, 10083, 8655, 9625, 11683, 9377, 10860, 8979, 11016, 8444, 9372, 12954, 9559, 13240, 9139, 10715, 9137, 10204, 9352, 9649, 12998, 9757, 11202, 9008, 10133, 8845, 9399, 11792, 9648, 11077, 8336, 9464, 13490, 9466, 11057, 8528, 9772, 9314, 9804, 11101, 8933, 9998, 8689, 9985, 11989, 9444, 11528, 9200, 9817, 12782, 9622, 11122, 8742, 10126, 8845, 10091, 13211, 9403, 10786, 8945, 10068, 8716, 10262, 11896, 9279, 10876, 8362, 9866, 11671, 9987, 11442, 9361, 10619, 8975, 9976, 13010, 9461, 10849, 9163, 10804, 8981, 10127, 8192, 9788, 12821, 9355, 11422, 8425, 10397, 8511, 10857, 14404, 9509, 12127, 9415, 9965, 12964, 9949, 11419, 9628, 10653, 9087, 11490, 9258, 10228, 8572, 9634, 8690, 9798, 12034, 9812, 10828, 9198, 11432, 8821, 9973, 13919, 9785, 11281, 9412, 11028, 8603, 10337, 9598, 9839, 11496, 9632, 10371, 8681, 9850, 8289, 9562, 13863, 9706, 10893, 9094, 10355, 9046, 9935, 8954, 9982, 11209, 10060, 12928, 9267, 10827, 9137, 10044, 8893, 10467, 13147, 9338, 11371, 8884, 10182, 13398, 9983, 10993, 9327, 11592, 9432, 10226, 14269, 9398, 10958, 9226, 10618, 8419, 10211, 10362, 9740, 11372, 9846, 10830, 9332, 10940, 8272, 9761, 9528, 10280, 9143, 9813, 12409, 9959, 11396, 9577, 10963, 8196, 10467, 10744, 9682, 11822, 10041, 11256, 9377, 10598, 9254, 10236, 8602, 10133, 8747, 10264, 8588, 9848, 7895, 10095, 9608, 9972, 12777, 10003, 11224, 8872, 10003, 9132, 9780, 11466, 9710, 10574, 8264, 9988, 11875, 9285, 10558, 9029, 10211, 12556, 8855, 10283, 8167, 9399, 11540, 9641, 10859, 8660, 9900, 8413, 9886, 12039, 8857, 10754, 8285, 9749, 11451, 9758, 11164, 9270, 10644, 8312, 9965, 11570, 9709, 11048, 9736, 10868, 8842, 10224, 9147, 10252, 11568, 9459, 10857, 8853, 10563, 9616, 10289, 11896, 9565, 11189, 9263, 10462, 10771, 10044, 11303, 9325, 11054, 9142, 10327, 12365, 9717, 10723, 8739, 10789, 9359, 10419, 8496, 9757, 11814, 8999, 10587, 8745, 10687, 8534, 10475, 11966, 9467, 10666, 9141, 10275, 8769, 10219, 12224, 9313, 10542, 9235, 10583, 9531, 10307, 11532, 9160, 10468, 10073, 10397, 12426, 9620, 10728, 8776, 9820, 8974, 10043, 11966, 9207, 10444, 8878, 10212, 8817, 10210, 8691, 10529, 8154, 10525, 10160, 10852, 13662, 10281, 11788, 9784, 11461, 10546, 10979, 10861, 10979, 10994, 10786, 14250, 10193, 11203, 9687, 10797, 8690, 10776, 11084, 10542, 11026, 9936, 12992, 10167, 14182, 9464, 10720, 8910, 10220, 8131, 10390, 10450, 10181, 11090, 9310, 10754, 9773, 10949, 12620, 9667, 11376, 9288, 10580, 12687, 9706, 10882, 9430, 10433, 10080, 10239, 11579, 9545, 10720, 9204, 10369, 10200, 10091, 11458, 9301, 10475, 8121, 10298, 10900, 9908, 11206, 9137, 10509, 9896, 10575, 12245, 9470, 10679, 10962, 10652, 11690, 9973, 10861, 8292, 10523, 12061, 8952, 10531, 9039, 10348, 10510, 10163, 11773, 9123, 10218, 11215, 10603, 13815, 9116, 10898, 9162, 10424, 12312, 9655, 10908, 8889, 10447, 10755, 9369, 11084, 9240, 10273, 7938, 9940, 12711, 9418, 10694, 8572, 10649, 9423, 10534, 10456, 9856, 11422, 9275, 10563, 10487, 10892, 14141, 10281, 11335, 9363, 10527, 11710, 11157, 12950, 10680, 14526, 9633, 10833, 9845, 10536, 9890, 10890, 9689, 10882, 9479, 11119, 9519, 10690, 9014, 11203, 9633, 10823, 11055, 10963, 13255, 10304, 12649, 9926, 12809, 9836, 12884, 9879, 10614, 9630, 10585, 9749, 10622, 8939, 10550, 10982, 10478, 11840, 9803, 10848, 9129, 10600, 11493, 10263, 11074, 9659, 10265, 10303, 10409, 11684, 9187, 10406, 8537, 10105, 9879, 10187, 11413, 9201, 10624, 8153, 10162, 13069, 9793, 10532, 9267, 10256, 9937, 10219, 11731, 9429, 10145, 8125, 10402, 9330, 10178, 11918, 9492, 10582, 9250, 10480, 8412, 10170, 11592, 10009, 11352, 9079, 11069, 9234, 10508, 12370, 10248, 11123, 9688, 10812, 8494, 10476, 10726, 10094, 11357, 9402, 10665, 8271, 10911, 10530, 10523, 12163, 9703, 10796, 9221, 11395, 9984, 10463, 13837, 9950, 11218, 9597, 11033, 11049, 10234, 11296, 9387, 10375, 10690, 10699, 13223, 9800, 10683, 8484, 10175, 13596, 9226, 10470, 8988, 10493, 9054, 10337, 8665, 10262, 8569, 10448, 10728, 10536, 12044, 9958, 10832, 9895, 11058, 8996, 10667, 12190, 10976, 14332, 10239, 11344, 9878, 10757, 9172, 10700, 9700, 10647, 8464, 10456, 10701, 10694, 12913, 10031, 11068, 9615, 10440, 10245, 10353, 11565, 9300, 10634, 8175, 10601, 9794, 10147, 12721, 9003, 10141, 9277, 9986, 8613, 9855, 8222, 9834, 12180, 9659, 10910, 9217, 10568, 14041, 9922, 11657, 12283, 11016, 11751, 9906, 11133, 9017, 10170, 12406, 9613, 10691, 9045, 10405, 10305, 9648, 10819, 8932, 9941, 9500, 10598, 11962, 9511, 10984, 9544, 10658, 10230, 10875, 12918, 9940, 11670, 9420, 10555, 12533, 9448, 11098, 9531, 10736, 9813, 10468, 11506, 9266, 10340, 11756, 9954, 11197, 9563, 10988, 9664, 9863, 11152, 9419, 10146, 10976, 10237, 11245, 8978, 10609, 8027, 10122, 8707, 10490, 12647, 9090, 10973, 8702, 10224, 11470, 10071, 11388, 9153, 10272, 9106, 10225, 8628, 10538, 8390, 10693, 11209, 10777, 13925, 9358, 11039, 10097, 10816, 12184, 10879, 12247, 9517, 11408, 12204, 10404, 14131, 9470, 10913, 8951, 10295, 11370, 10536, 10525, 10395, 11416, 9057, 10486, 10998, 10750, 12159, 10138, 11114, 9183, 10229, 13440, 9823, 11082, 9472, 10757, 8166, 10264, 12871, 9388, 10740, 9334, 10378, 8974, 10185, 11211, 10862, 11357, 9397, 10665, 11685, 10700, 12069, 9725, 11025, 8867, 10669, 11639, 10149, 11271, 9702, 10845, 9779, 10608, 11736, 9247, 10607, 11092, 10888, 14326, 8978, 10666, 10800, 10403, 13124, 9672, 10708, 9186, 10540, 9085, 10398, 8466, 10652, 9657, 10375, 11424, 10100, 11943, 9884, 11388, 9563, 11399, 10470, 10816, 13993, 10206, 11518, 9330, 11242, 10912, 10777, 11015, 10354, 11538, 9278, 10641], 'WindowCenter': [5150.0, 5107.0, 5116.0, 5078.0, 5110.0, 5128.0, 5112.0, 5107.0, 5076.0, 5095.0, 5065.0, 5088.0, 5063.0, 5072.0, 5092.0, 5074.0, 5083.0, 5050.0, 5076.0, 5081.0, 5073.0, 5099.0, 5073.0, 5080.0, 5053.0, 5075.0, 5051.0, 5075.0, 5082.0, 5064.0, 5082.0, 5051.0, 5074.0, 5053.0, 5086.0, 5091.0, 5064.0, 5070.0, 5061.0, 5079.0, 5052.0, 5062.0, 5100.0, 5070.0, 5090.0, 5063.0, 5071.0, 5060.0, 5070.0, 5062.0, 5074.0, 5087.0, 5061.0, 5069.0, 5050.0, 5071.0, 5048.0, 5058.0, 5066.0, 5047.0, 5068.0, 5038.0, 5058.0, 5087.0, 5060.0, 5067.0, 5038.0, 5060.0, 5046.0, 5060.0, 5066.0, 5051.0, 5058.0, 5039.0, 5070.0, 5078.0, 5060.0, 5080.0, 5047.0, 5061.0, 5078.0, 5059.0, 5069.0, 5041.0, 5071.0, 5049.0, 5071.0, 5086.0, 5048.0, 5069.0, 5051.0, 5073.0, 5050.0, 5071.0, 5079.0, 5061.0, 5070.0, 5050.0, 5070.0, 5067.0, 5062.0, 5079.0, 5060.0, 5083.0, 5064.0, 5072.0, 5088.0, 5061.0, 5067.0, 5058.0, 5081.0, 5061.0, 5073.0, 5051.0, 5073.0, 5090.0, 5063.0, 5092.0, 5055.0, 5080.0, 5049.0, 5082.0, 5096.0, 5059.0, 5091.0, 5047.0, 5062.0, 5074.0, 5058.0, 5066.0, 5049.0, 5058.0, 5051.0, 5081.0, 5058.0, 5072.0, 5049.0, 5072.0, 5049.0, 5083.0, 5092.0, 5073.0, 5081.0, 5062.0, 5082.0, 5058.0, 5072.0, 5099.0, 5072.0, 5070.0, 5047.0, 5068.0, 5038.0, 5060.0, 5046.0, 5059.0, 5067.0, 5049.0, 5057.0, 5037.0, 5058.0, 5038.0, 5061.0, 5084.0, 5059.0, 5066.0, 5050.0, 5058.0, 5050.0, 5071.0, 5060.0, 5072.0, 5068.0, 5071.0, 5088.0, 5061.0, 5077.0, 5061.0, 5075.0, 5049.0, 5083.0, 5086.0, 5063.0, 5082.0, 5052.0, 5072.0, 5090.0, 5069.0, 5070.0, 5051.0, 5081.0, 5046.0, 5071.0, 5096.0, 5061.0, 5081.0, 5062.0, 5070.0, 5040.0, 5072.0, 5066.0, 5072.0, 5079.0, 5073.0, 5070.0, 5061.0, 5091.0, 5063.0, 5095.0, 5072.0, 5081.0, 5057.0, 5081.0, 5084.0, 5071.0, 5078.0, 5048.0, 5066.0, 5038.0, 5066.0, 5065.0, 5054.0, 5061.0, 5053.0, 5064.0, 5046.0, 5050.0, 5043.0, 5056.0, 5045.0, 5064.0, 5046.0, 5066.0, 5046.0, 5058.0, 5037.0, 5067.0, 5055.0, 5057.0, 5087.0, 5059.0, 5064.0, 5045.0, 5071.0, 5042.0, 5056.0, 5066.0, 5046.0, 5056.0, 5037.0, 5055.0, 5063.0, 5048.0, 5058.0, 5033.0, 5058.0, 5071.0, 5047.0, 5058.0, 5046.0, 5060.0, 5073.0, 5057.0, 5068.0, 5047.0, 5084.0, 5052.0, 5073.0, 5086.0, 5059.0, 5079.0, 5051.0, 5072.0, 5077.0, 5071.0, 5077.0, 5069.0, 5081.0, 5052.0, 5081.0, 5088.0, 5070.0, 5080.0, 5071.0, 5080.0, 5062.0, 5083.0, 5068.0, 5081.0, 5091.0, 5070.0, 5078.0, 5059.0, 5081.0, 5073.0, 5084.0, 5087.0, 5059.0, 5077.0, 5057.0, 5081.0, 5063.0, 5067.0, 5076.0, 5046.0, 5068.0, 5043.0, 5069.0, 5072.0, 5055.0, 5064.0, 5048.0, 5077.0, 5058.0, 5071.0, 5047.0, 5071.0, 5087.0, 5059.0, 5067.0, 5050.0, 5071.0, 5050.0, 5071.0, 5086.0, 5059.0, 5069.0, 5047.0, 5069.0, 5046.0, 5069.0, 5076.0, 5058.0, 5067.0, 5047.0, 5070.0, 5058.0, 5067.0, 5078.0, 5056.0, 5070.0, 5057.0, 5069.0, 5072.0, 5057.0, 5067.0, 5049.0, 5071.0, 5049.0, 5068.0, 5075.0, 5058.0, 5077.0, 5071.0, 5084.0, 5073.0, 5081.0, 5073.0, 5093.0, 5067.0, 5105.0, 5092.0, 5094.0, 5109.0, 5082.0, 5093.0, 5070.0, 5079.0, 5069.0, 5070.0, 5064.0, 5068.0, 5064.0, 5066.0, 5083.0, 5057.0, 5068.0, 5047.0, 5056.0, 5036.0, 5055.0, 5063.0, 5066.0, 5052.0, 5059.0, 5072.0, 5055.0, 5085.0, 5059.0, 5080.0, 5061.0, 5069.0, 5039.0, 5071.0, 5067.0, 5067.0, 5066.0, 5048.0, 5069.0, 5057.0, 5066.0, 5076.0, 5057.0, 5068.0, 5046.0, 5059.0, 5071.0, 5044.0, 5052.0, 5033.0, 5056.0, 5057.0, 5059.0, 5062.0, 5044.0, 5054.0, 5044.0, 5057.0, 5053.0, 5070.0, 5065.0, 5057.0, 5069.0, 5037.0, 5070.0, 5065.0, 5061.0, 5065.0, 5047.0, 5059.0, 5053.0, 5070.0, 5073.0, 5045.0, 5069.0, 5064.0, 5068.0, 5061.0, 5045.0, 5056.0, 5036.0, 5068.0, 5075.0, 5050.0, 5066.0, 5046.0, 5068.0, 5064.0, 5067.0, 5088.0, 5061.0, 5069.0, 5068.0, 5068.0, 5083.0, 5050.0, 5068.0, 5057.0, 5069.0, 5074.0, 5055.0, 5067.0, 5044.0, 5068.0, 5065.0, 5057.0, 5067.0, 5047.0, 5070.0, 5038.0, 5083.0, 5088.0, 5063.0, 5078.0, 5049.0, 5072.0, 5061.0, 5083.0, 5069.0, 5071.0, 5089.0, 5070.0, 5082.0, 5078.0, 5084.0, 5097.0, 5070.0, 5077.0, 5057.0, 5070.0, 5076.0, 5077.0, 5086.0, 5066.0, 5094.0, 5061.0, 5065.0, 5067.0, 5065.0, 5073.0, 5066.0, 5071.0, 5079.0, 5067.0, 5079.0, 5056.0, 5069.0, 5047.0, 5065.0, 5045.0, 5069.0, 5067.0, 5068.0, 5071.0, 5055.0, 5060.0, 5046.0, 5071.0, 5046.0, 5071.0, 5056.0, 5054.0, 5047.0, 5053.0, 5055.0, 5066.0, 5046.0, 5071.0, 5077.0, 5072.0, 5074.0, 5056.0, 5066.0, 5046.0, 5069.0, 5063.0, 5054.0, 5065.0, 5046.0, 5054.0, 5054.0, 5067.0, 5065.0, 5045.0, 5068.0, 5049.0, 5072.0, 5057.0, 5070.0, 5076.0, 5059.0, 5072.0, 5040.0, 5082.0, 5097.0, 5069.0, 5070.0, 5062.0, 5073.0, 5070.0, 5080.0, 5091.0, 5062.0, 5070.0, 5049.0, 5082.0, 5058.0, 5083.0, 5093.0, 5074.0, 5081.0, 5075.0, 5085.0, 5055.0, 5083.0, 5102.0, 5083.0, 5092.0, 5060.0, 5083.0, 5061.0, 5082.0, 5099.0, 5082.0, 5078.0, 5059.0, 5078.0, 5050.0, 5080.0, 5080.0, 5082.0, 5079.0, 5061.0, 5068.0, 5051.0, 5081.0, 5066.0, 5079.0, 5092.0, 5070.0, 5081.0, 5058.0, 5079.0, 5060.0, 5082.0, 5095.0, 5071.0, 5071.0, 5046.0, 5068.0, 5064.0, 5059.0, 5067.0, 5045.0, 5070.0, 5056.0, 5059.0, 5075.0, 5058.0, 5058.0, 5037.0, 5068.0, 5086.0, 5049.0, 5081.0, 5051.0, 5065.0, 5058.0, 5066.0, 5053.0, 5073.0, 5049.0, 5083.0, 5079.0, 5086.0, 5090.0, 5073.0, 5078.0, 5068.0, 5078.0, 5048.0, 5070.0, 5075.0, 5068.0, 5084.0, 5057.0, 5053.0, 5046.0, 5057.0, 5047.0, 5055.0, 5045.0, 5055.0, 5023.0, 5056.0, 5054.0, 5067.0, 5074.0, 5045.0, 5055.0, 5036.0, 5046.0, 5044.0, 5046.0, 5052.0, 5034.0, 5045.0, 5024.0, 5046.0, 5043.0, 5047.0, 5075.0, 5050.0, 5055.0, 5057.0, 5060.0, 5053.0, 5072.0, 5053.0, 5083.0, 5093.0, 5074.0, 5084.0, 5061.0, 5085.0, 5098.0, 5073.0, 5078.0, 5074.0, 5067.0, 5063.0, 5060.0, 5068.0, 5047.0, 5072.0, 5074.0, 5049.0, 5057.0, 5045.0, 5069.0, 5057.0, 5058.0, 5070.0, 5047.0, 5061.0, 5056.0, 5069.0, 5077.0, 5069.0, 5079.0, 5061.0, 5070.0, 5059.0, 5071.0, 5088.0, 5068.0, 5081.0, 5050.0, 5069.0, 5086.0, 5057.0, 5069.0, 5048.0, 5066.0, 5057.0, 5069.0, 5068.0, 5045.0, 5060.0, 5067.0, 5048.0, 5056.0, 5036.0, 5055.0, 5035.0, 5047.0, 5056.0, 5044.0, 5058.0, 5054.0, 5057.0, 5054.0, 5035.0, 5069.0, 5035.0, 5068.0, 5039.0, 5071.0, 5088.0, 5052.0, 5082.0, 5053.0, 5070.0, 5077.0, 5072.0, 5076.0, 5058.0, 5082.0, 5075.0, 5084.0, 5062.0, 5082.0, 5056.0, 5086.0, 5091.0, 5095.0, 5113.0, 5063.0, 5083.0, 5068.0, 5074.0, 5077.0, 5071.0, 5081.0, 5048.0, 5066.0, 5065.0, 5058.0, 5073.0, 5033.0, 5057.0, 5038.0, 5048.0, 5054.0, 5058.0, 5056.0, 5059.0, 5068.0, 5050.0, 5061.0, 5057.0, 5068.0, 5066.0, 5059.0, 5068.0, 5038.0, 5061.0, 5077.0, 5047.0, 5056.0, 5047.0, 5058.0, 5029.0, 5070.0, 5078.0, 5051.0, 5065.0, 5062.0, 5071.0, 5063.0, 5085.0, 5082.0, 5084.0, 5081.0, 5060.0, 5073.0, 5091.0, 5084.0, 5081.0, 5061.0, 5071.0, 5040.0, 5069.0, 5068.0, 5073.0, 5079.0, 5047.0, 5059.0, 5047.0, 5059.0, 5062.0, 5049.0, 5057.0, 5055.0, 5058.0, 5082.0, 5037.0, 5059.0, 5056.0, 5058.0, 5061.0, 5047.0, 5045.0, 5037.0, 5059.0, 5049.0, 5060.0, 5037.0, 5071.0, 5057.0, 5072.0, 5079.0, 5072.0, 5069.0, 5061.0, 5068.0, 5047.0, 5069.0, 5067.0, 5072.0, 5086.0, 5059.0, 5066.0, 5034.0, 5064.0, 5065.0, 5056.0, 5042.0, 5046.0, 5053.0, 5034.0, 5057.0], 'WindowWidth': [11149.0, 11081.0, 11093.0, 11031.0, 11074.0, 11094.0, 11077.0, 11062.0, 11017.0, 11043.0, 10998.0, 11034.0, 10989.0, 11005.0, 11030.0, 11006.0, 11018.0, 10972.0, 11013.0, 11012.0, 11004.0, 11034.0, 11005.0, 11012.0, 10979.0, 11010.0, 10972.0, 11010.0, 11017.0, 10994.0, 11017.0, 10973.0, 11006.0, 10979.0, 11032.0, 11027.0, 10994.0, 10995.0, 10985.0, 11008.0, 10973.0, 10992.0, 11040.0, 11000.0, 11023.0, 10991.0, 10998.0, 10982.0, 10998.0, 10986.0, 11006.0, 11016.0, 10983.0, 10991.0, 10966.0, 10997.0, 10963.0, 10981.0, 10984.0, 10958.0, 10988.0, 10946.0, 10977.0, 11014.0, 10980.0, 10988.0, 10948.0, 10981.0, 10956.0, 10980.0, 10987.0, 10971.0, 10978.0, 10950.0, 10998.0, 11004.0, 10980.0, 11009.0, 10962.0, 10985.0, 11000.0, 10978.0, 10991.0, 10957.0, 10999.0, 10963.0, 10997.0, 11012.0, 10964.0, 10994.0, 10970.0, 11005.0, 10967.0, 11000.0, 11006.0, 10984.0, 10997.0, 10970.0, 10999.0, 10988.0, 10987.0, 11006.0, 10983.0, 11018.0, 10995.0, 11002.0, 11016.0, 10983.0, 10989.0, 10979.0, 11014.0, 10985.0, 11005.0, 10972.0, 11007.0, 11025.0, 10992.0, 11031.0, 10984.0, 11016.0, 10967.0, 11016.0, 11029.0, 10981.0, 11026.0, 10963.0, 10986.0, 10996.0, 10976.0, 10984.0, 10964.0, 10976.0, 10972.0, 11015.0, 10981.0, 11003.0, 10968.0, 11004.0, 10969.0, 11022.0, 11032.0, 11006.0, 11014.0, 10988.0, 11016.0, 10980.0, 11005.0, 11036.0, 11003.0, 10998.0, 10962.0, 10989.0, 10948.0, 10981.0, 10956.0, 10980.0, 10987.0, 10963.0, 10971.0, 10945.0, 10975.0, 10947.0, 10983.0, 11009.0, 10978.0, 10983.0, 10968.0, 10978.0, 10968.0, 10998.0, 10985.0, 11004.0, 10991.0, 10998.0, 11019.0, 10987.0, 11006.0, 10989.0, 11011.0, 10969.0, 11017.0, 11016.0, 10992.0, 11016.0, 10975.0, 11005.0, 11024.0, 10994.0, 10995.0, 10970.0, 11014.0, 10959.0, 11000.0, 11029.0, 10985.0, 11013.0, 10990.0, 10997.0, 10954.0, 11001.0, 10989.0, 11004.0, 11009.0, 11004.0, 10995.0, 10986.0, 11032.0, 11002.0, 11047.0, 11005.0, 11019.0, 10981.0, 11021.0, 11015.0, 11002.0, 11006.0, 10963.0, 10989.0, 10953.0, 10989.0, 10985.0, 10971.0, 10976.0, 10965.0, 10980.0, 10957.0, 10958.0, 10952.0, 10971.0, 10961.0, 10984.0, 10960.0, 10988.0, 10963.0, 10981.0, 10952.0, 10993.0, 10972.0, 10981.0, 11018.0, 10980.0, 10986.0, 10959.0, 11003.0, 10952.0, 10975.0, 10986.0, 10958.0, 10973.0, 10947.0, 10974.0, 10981.0, 10965.0, 10978.0, 10938.0, 10979.0, 10990.0, 10963.0, 10980.0, 10964.0, 10987.0, 10995.0, 10978.0, 10994.0, 10969.0, 11028.0, 10978.0, 11008.0, 11020.0, 10987.0, 11013.0, 10979.0, 11009.0, 11008.0, 11004.0, 11008.0, 10999.0, 11019.0, 10979.0, 11022.0, 11026.0, 11002.0, 11013.0, 11003.0, 11015.0, 10992.0, 11024.0, 10998.0, 11021.0, 11031.0, 11002.0, 11010.0, 10985.0, 11021.0, 11009.0, 11025.0, 11020.0, 10984.0, 11007.0, 10979.0, 11017.0, 10982.0, 10994.0, 11004.0, 10961.0, 10992.0, 10954.0, 10994.0, 10992.0, 10972.0, 10985.0, 10968.0, 11006.0, 10979.0, 11001.0, 10965.0, 11003.0, 11023.0, 10988.0, 10995.0, 10972.0, 11003.0, 10970.0, 11003.0, 11021.0, 10985.0, 10998.0, 10965.0, 10997.0, 10962.0, 10998.0, 11004.0, 10984.0, 10995.0, 10964.0, 10996.0, 10977.0, 10994.0, 11006.0, 10976.0, 11000.0, 10976.0, 10995.0, 10992.0, 10977.0, 10989.0, 10968.0, 11004.0, 10970.0, 10996.0, 11002.0, 10984.0, 11008.0, 11007.0, 11026.0, 11013.0, 11022.0, 11013.0, 11043.0, 11008.0, 11062.0, 11040.0, 11044.0, 11058.0, 11024.0, 11036.0, 11002.0, 11015.0, 10998.0, 10999.0, 10984.0, 10993.0, 10983.0, 10989.0, 11009.0, 10978.0, 10990.0, 10959.0, 10969.0, 10943.0, 10969.0, 10978.0, 10989.0, 10963.0, 10982.0, 10991.0, 10971.0, 11012.0, 10981.0, 11013.0, 10992.0, 10997.0, 10954.0, 11001.0, 10988.0, 10993.0, 10988.0, 10965.0, 10994.0, 10975.0, 10990.0, 10998.0, 10975.0, 10990.0, 10961.0, 10980.0, 10985.0, 10953.0, 10961.0, 10937.0, 10970.0, 10974.0, 10979.0, 10975.0, 10953.0, 10965.0, 10954.0, 10977.0, 10966.0, 10997.0, 10987.0, 10978.0, 10995.0, 10948.0, 10997.0, 10982.0, 10985.0, 10986.0, 10960.0, 10978.0, 10966.0, 10995.0, 10994.0, 10957.0, 10993.0, 10981.0, 10991.0, 10973.0, 10954.0, 10972.0, 10944.0, 10992.0, 10998.0, 10969.0, 10987.0, 10959.0, 10994.0, 10982.0, 10993.0, 11023.0, 10987.0, 10996.0, 10990.0, 10994.0, 11010.0, 10968.0, 10995.0, 10978.0, 10996.0, 10995.0, 10972.0, 10988.0, 10956.0, 10992.0, 10988.0, 10980.0, 10990.0, 10962.0, 10997.0, 10953.0, 11024.0, 11022.0, 10993.0, 11011.0, 10971.0, 11003.0, 10987.0, 11022.0, 10998.0, 11005.0, 11027.0, 11003.0, 11023.0, 11011.0, 11022.0, 11032.0, 10999.0, 11006.0, 10978.0, 10999.0, 11003.0, 11007.0, 11014.0, 10989.0, 11027.0, 10986.0, 10985.0, 10994.0, 10987.0, 11007.0, 10991.0, 11001.0, 11009.0, 10995.0, 11009.0, 10974.0, 10992.0, 10961.0, 10985.0, 10956.0, 10994.0, 10988.0, 10991.0, 10986.0, 10969.0, 10969.0, 10957.0, 10986.0, 10958.0, 10987.0, 10974.0, 10967.0, 10960.0, 10965.0, 10970.0, 10987.0, 10961.0, 10999.0, 11006.0, 11002.0, 10995.0, 10974.0, 10985.0, 10957.0, 10994.0, 10977.0, 10968.0, 10985.0, 10959.0, 10967.0, 10965.0, 10990.0, 10982.0, 10958.0, 10991.0, 10971.0, 11002.0, 10975.0, 11000.0, 11001.0, 10985.0, 11005.0, 10960.0, 11021.0, 11035.0, 10998.0, 10998.0, 10988.0, 11007.0, 10998.0, 11015.0, 11030.0, 10989.0, 11001.0, 10972.0, 11018.0, 10981.0, 11022.0, 11036.0, 11012.0, 11016.0, 11012.0, 11026.0, 10985.0, 11025.0, 11050.0, 11025.0, 11033.0, 10987.0, 11021.0, 10986.0, 11019.0, 11043.0, 11019.0, 11009.0, 10983.0, 11008.0, 10970.0, 11015.0, 11013.0, 11020.0, 11013.0, 10988.0, 10995.0, 10973.0, 11016.0, 10989.0, 11012.0, 11032.0, 11004.0, 11016.0, 10981.0, 11011.0, 10983.0, 11018.0, 11029.0, 11000.0, 10999.0, 10959.0, 10991.0, 10980.0, 10978.0, 10987.0, 10955.0, 10996.0, 10971.0, 10978.0, 10994.0, 10975.0, 10975.0, 10946.0, 10991.0, 11017.0, 10967.0, 11016.0, 10971.0, 10984.0, 10982.0, 10989.0, 10977.0, 11006.0, 10971.0, 11022.0, 11011.0, 11030.0, 11029.0, 11007.0, 11008.0, 10994.0, 11007.0, 10968.0, 11000.0, 10997.0, 10991.0, 11006.0, 10972.0, 10962.0, 10955.0, 10973.0, 10959.0, 10965.0, 10951.0, 10965.0, 10921.0, 10970.0, 10963.0, 10988.0, 10996.0, 10955.0, 10966.0, 10939.0, 10955.0, 10947.0, 10955.0, 10960.0, 10937.0, 10952.0, 10921.0, 10954.0, 10947.0, 10958.0, 10997.0, 10969.0, 10972.0, 10978.0, 10985.0, 10980.0, 11004.0, 10982.0, 11026.0, 11034.0, 11009.0, 11020.0, 10987.0, 11025.0, 11035.0, 11004.0, 11007.0, 10993.0, 10987.0, 10978.0, 10980.0, 10990.0, 10962.0, 11001.0, 10995.0, 10963.0, 10974.0, 10956.0, 10994.0, 10972.0, 10978.0, 10996.0, 10964.0, 10986.0, 10973.0, 10997.0, 11003.0, 10999.0, 11013.0, 10984.0, 10998.0, 10977.0, 10999.0, 11018.0, 10994.0, 11013.0, 10967.0, 10997.0, 11017.0, 10975.0, 10992.0, 10961.0, 10985.0, 10972.0, 10993.0, 10989.0, 10956.0, 10982.0, 10985.0, 10961.0, 10970.0, 10941.0, 10969.0, 10936.0, 10956.0, 10970.0, 10954.0, 10974.0, 10962.0, 10972.0, 10964.0, 10942.0, 10992.0, 10946.0, 10992.0, 10950.0, 11000.0, 11019.0, 10974.0, 11017.0, 10980.0, 11001.0, 11003.0, 11001.0, 11004.0, 10982.0, 11019.0, 11015.0, 11025.0, 10994.0, 11021.0, 10988.0, 11030.0, 11030.0, 11043.0, 11064.0, 10994.0, 11020.0, 10993.0, 11007.0, 11001.0, 10996.0, 11011.0, 10962.0, 10983.0, 10976.0, 10971.0, 10987.0, 10933.0, 10970.0, 10947.0, 10960.0, 10963.0, 10973.0, 10967.0, 10976.0, 10988.0, 10968.0, 10983.0, 10972.0, 10989.0, 10981.0, 10976.0, 10988.0, 10946.0, 10983.0, 10999.0, 10958.0, 10968.0, 10958.0, 10974.0, 10935.0, 10997.0, 11005.0, 10968.0, 10984.0, 10988.0, 10998.0, 10993.0, 11026.0, 11018.0, 11020.0, 11014.0, 10986.0, 11006.0, 11028.0, 11020.0, 11011.0, 10984.0, 10997.0, 10952.0, 10994.0, 10990.0, 11004.0, 11007.0, 10960.0, 10977.0, 10957.0, 10978.0, 10976.0, 10965.0, 10974.0, 10964.0, 10975.0, 10999.0, 10943.0, 10978.0, 10971.0, 10974.0, 10969.0, 10954.0, 10951.0, 10945.0, 10977.0, 10965.0, 10980.0, 10948.0, 10998.0, 10975.0, 11003.0, 11009.0, 11001.0, 10992.0, 10984.0, 10990.0, 10960.0, 10993.0, 10991.0, 11000.0, 11010.0, 10976.0, 10983.0, 10938.0, 10982.0, 10983.0, 10970.0, 10944.0, 10954.0, 10961.0, 10938.0, 10972.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.0031250519031141865</td></tr>
<tr><td colspan=3>aqi</td><td>0.031893991003460215</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.26986670108543</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2455527993302526</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9951503648498847</td></tr>
<tr><td colspan=3>efc</td><td>0.4855</td></tr>
<tr><td colspan=3>fber</td><td>7241.3623</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07650473776249547</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.1534025374855825</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6246461411753965</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.551713211889689</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.847647477561339</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4745777340751625</td></tr>
<tr><td colspan=3>gcor</td><td>0.00759944</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01250723097473383</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.038689665496349335</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.168213088082986</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>21.0915</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.6959</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>207.3973</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294486.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>983.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>403.142</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.814</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>631.1846</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4271.6159</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4496.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82058.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1625.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5491.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1078.6331</td></tr>
<tr><td colspan=3>tsnr</td><td>37.7909821823705</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>