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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0128/ses-04/func/sub-0128_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7bd30c956622bc20de82d2da679f8eea</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>18:34:59.452500</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.998515, 0.00735957, 0.053972, -0.0181264, 0.979255, 0.20182]</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0912852</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7806, -7188, 431, -110, 75, 131, 51]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>226.906</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0268cbe6-3ed5-4d83-b0b3-c6b4a25782cd||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.678943634033203, -0.0486319400370121, 0.13869091868400574, 111.45306396484375], [-0.019745193421840668, 2.6272690296173096, 0.5467473268508911, -114.78438568115234], [0.14480286836624146, -0.541469156742096, 2.6404225826263428, -39.27787399291992], [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': ['183459.452500', '183459.912500', '183500.372500', '183500.832500', '183501.292500', '183501.752500', '183502.212500', '183502.672500', '183503.132500', '183503.592500', '183504.052500', '183504.512500', '183504.972500', '183505.432500', '183505.892500', '183506.352500', '183506.812500', '183507.272500', '183507.732500', '183508.192500', '183508.652500', '183509.112500', '183509.572500', '183510.032500', '183510.492500', '183510.952500', '183511.412500', '183511.872500', '183512.332500', '183512.792500', '183513.252500', '183513.712500', '183514.172500', '183514.632500', '183515.092500', '183515.552500', '183516.012500', '183516.472500', '183516.932500', '183517.392500', '183517.852500', '183518.312500', '183518.772500', '183519.232500', '183519.692500', '183520.152500', '183520.612500', '183521.072500', '183521.532500', '183521.992500', '183522.452500', '183522.912500', '183523.372500', '183523.832500', '183524.292500', '183524.752500', '183525.212500', '183525.672500', '183526.132500', '183526.592500', '183527.052500', '183527.512500', '183527.972500', '183528.432500', '183528.892500', '183529.352500', '183529.812500', '183530.272500', '183530.732500', '183531.192500', '183531.652500', '183532.112500', '183532.572500', '183533.032500', '183533.492500', '183533.952500', '183534.412500', '183534.872500', '183535.332500', '183535.792500', '183536.252500', '183536.712500', '183537.172500', '183537.632500', '183538.092500', '183538.552500', '183539.012500', '183539.472500', '183539.932500', '183540.392500', '183540.852500', '183541.312500', '183541.772500', '183542.232500', '183542.692500', '183543.152500', '183543.612500', '183544.072500', '183544.532500', '183544.992500', '183545.452500', '183545.912500', '183546.372500', '183546.832500', '183547.292500', '183547.752500', '183548.212500', '183548.672500', '183549.132500', '183549.592500', '183550.052500', '183550.512500', '183550.972500', '183551.432500', '183551.892500', '183552.352500', '183552.812500', '183553.272500', '183553.732500', '183554.192500', '183554.652500', '183555.112500', '183555.572500', '183556.032500', '183556.492500', '183556.952500', '183557.412500', '183557.872500', '183558.332500', '183558.792500', '183559.252500', '183559.712500', '183600.172500', '183600.632500', '183601.092500', '183601.552500', '183602.012500', '183602.472500', '183602.932500', '183603.392500', '183603.852500', '183604.312500', '183604.772500', '183605.232500', '183605.692500', '183606.152500', '183606.612500', '183607.072500', '183607.532500', '183607.992500', '183608.452500', '183608.912500', '183609.372500', '183609.832500', '183610.292500', '183610.752500', '183611.212500', '183611.672500', '183612.132500', '183612.592500', '183613.052500', '183613.512500', '183613.972500', '183614.432500', '183614.892500', '183615.352500', '183615.812500', '183616.272500', '183616.732500', '183617.192500', '183617.652500', '183618.112500', '183618.572500', '183619.032500', '183619.492500', '183619.952500', '183620.412500', '183620.872500', '183621.332500', '183621.792500', '183622.252500', '183622.712500', '183623.172500', '183623.632500', '183624.092500', '183624.552500', '183625.012500', '183625.472500', '183625.932500', '183626.392500', '183626.852500', '183627.312500', '183627.772500', '183628.232500', '183628.692500', '183629.152500', '183629.612500', '183630.072500', '183630.532500', '183630.992500', '183631.452500', '183631.912500', '183632.372500', '183632.832500', '183633.292500', '183633.752500', '183634.212500', '183634.672500', '183635.132500', '183635.592500', '183636.052500', '183636.512500', '183636.972500', '183637.432500', '183637.892500', '183638.352500', '183638.812500', '183639.272500', '183639.732500', '183640.192500', '183640.652500', '183641.112500', '183641.572500', '183642.032500', '183642.492500', '183642.952500', '183643.412500', '183643.872500', '183644.332500', '183644.792500', '183645.252500', '183645.712500', '183646.172500', '183646.632500', '183647.092500', '183647.552500', '183648.012500', '183648.472500', '183648.932500', '183649.392500', '183649.852500', '183650.312500', '183650.772500', '183651.232500', '183651.692500', '183652.152500', '183652.612500', '183653.072500', '183653.532500', '183653.992500', '183654.452500', '183654.912500', '183655.372500', '183655.832500', '183656.292500', '183656.752500', '183657.212500', '183657.672500', '183658.132500', '183658.592500', '183659.052500', '183659.512500', '183659.972500', '183700.432500', '183700.892500', '183701.352500', '183701.812500', '183702.272500', '183702.732500', '183703.192500', '183703.652500', '183704.112500', '183704.572500', '183705.032500', '183705.492500', '183705.952500', '183706.412500', '183706.872500', '183707.332500', '183707.792500', '183708.252500', '183708.712500', '183709.172500', '183709.632500', '183710.092500', '183710.552500', '183711.012500', '183711.472500', '183711.932500', '183712.392500', '183712.852500', '183713.312500', '183713.772500', '183714.232500', '183714.692500', '183715.152500', '183715.612500', '183716.072500', '183716.532500', '183716.992500', '183717.452500', '183717.912500', '183718.372500', '183718.832500', '183719.292500', '183719.752500', '183720.212500', '183720.672500', '183721.132500', '183721.592500', '183722.052500', '183722.512500', '183722.972500', '183723.432500', '183723.892500', '183724.352500', '183724.812500', '183725.272500', '183725.732500', '183726.192500', '183726.652500', '183727.112500', '183727.572500', '183728.032500', '183728.492500', '183728.952500', '183729.412500', '183729.872500', '183730.332500', '183730.792500', '183731.252500', '183731.712500', '183732.172500', '183732.632500', '183733.092500', '183733.552500', '183734.012500', '183734.472500', '183734.932500', '183735.392500', '183735.852500', '183736.312500', '183736.772500', '183737.232500', '183737.692500', '183738.152500', '183738.612500', '183739.072500', '183739.532500', '183739.992500', '183740.452500', '183740.912500', '183741.372500', '183741.832500', '183742.292500', '183742.752500', '183743.212500', '183743.672500', '183744.132500', '183744.592500', '183745.052500', '183745.512500', '183745.972500', '183746.432500', '183746.892500', '183747.352500', '183747.812500', '183748.272500', '183748.732500', '183749.192500', '183749.652500', '183750.112500', '183750.572500', '183751.032500', '183751.492500', '183751.952500', '183752.412500', '183752.872500', '183753.332500', '183753.792500', '183754.252500', '183754.712500', '183755.172500', '183755.632500', '183756.092500', '183756.552500', '183757.012500', '183757.472500', '183757.932500', '183758.392500', '183758.852500', '183759.312500', '183759.772500', '183800.232500', '183800.692500', '183801.152500', '183801.612500', '183802.072500', '183802.532500', '183802.992500', '183803.452500', '183803.912500', '183804.372500', '183804.832500', '183805.292500', '183805.752500', '183806.212500', '183806.672500', '183807.132500', '183807.592500', '183808.052500', '183808.512500', '183808.972500', '183809.432500', '183809.892500', '183810.352500', '183810.812500', '183811.272500', '183811.732500', '183812.192500', '183812.652500', '183813.112500', '183813.572500', '183814.032500', '183814.492500', '183814.952500', '183815.412500', '183815.872500', '183816.332500', '183816.792500', '183817.252500', '183817.712500', '183818.172500', '183818.632500', '183819.092500', '183819.552500', '183820.012500', '183820.472500', '183820.932500', '183821.392500', '183821.852500', '183822.312500', '183822.772500', '183823.232500', '183823.692500', '183824.152500', '183824.612500', '183825.072500', '183825.532500', '183825.992500', '183826.452500', '183826.912500', '183827.372500', '183827.832500', '183828.292500', '183828.752500', '183829.212500', '183829.672500', '183830.132500', '183830.592500', '183831.052500', '183831.512500', '183831.972500', '183832.432500', '183832.892500', '183833.352500', '183833.812500', '183834.272500', '183834.732500', '183835.192500', '183835.652500', '183836.112500', '183836.572500', '183837.032500', '183837.492500', '183837.952500', '183838.412500', '183838.872500', '183839.332500', '183839.792500', '183840.252500', '183840.712500', '183841.172500', '183841.632500', '183842.092500', '183842.552500', '183843.012500', '183843.472500', '183843.932500', '183844.392500', '183844.852500', '183845.312500', '183845.772500', '183846.232500', '183846.692500', '183847.152500', '183847.612500', '183848.072500', '183848.532500', '183848.992500', '183849.452500', '183849.912500', '183850.372500', '183850.832500', '183851.292500', '183851.752500', '183852.212500', '183852.672500', '183853.132500', '183853.592500', '183854.052500', '183854.512500', '183854.972500', '183855.432500', '183855.892500', '183856.352500', '183856.812500', '183857.272500', '183857.732500', '183858.192500', '183858.652500', '183859.112500', '183859.572500', '183900.032500', '183900.492500', '183900.952500', '183901.412500', '183901.872500', '183902.332500', '183902.792500', '183903.252500', '183903.712500', '183904.172500', '183904.632500', '183905.092500', '183905.552500', '183906.012500', '183906.472500', '183906.932500', '183907.392500', '183907.852500', '183908.312500', '183908.772500', '183909.232500', '183909.692500', '183910.152500', '183910.612500', '183911.072500', '183911.532500', '183911.992500', '183912.452500', '183912.912500', '183913.372500', '183913.832500', '183914.292500', '183914.752500', '183915.212500', '183915.672500', '183916.132500', '183916.592500', '183917.052500', '183917.512500', '183917.972500', '183918.432500', '183918.892500', '183919.352500', '183919.812500', '183920.272500', '183920.732500', '183921.192500', '183921.652500', '183922.112500', '183922.572500', '183923.032500', '183923.492500', '183923.952500', '183924.412500', '183924.872500', '183925.332500', '183925.792500', '183926.252500', '183926.712500', '183927.172500', '183927.632500', '183928.092500', '183928.552500', '183929.012500', '183929.472500', '183929.932500', '183930.392500', '183930.852500', '183931.312500', '183931.772500', '183932.232500', '183932.692500', '183933.152500', '183933.612500', '183934.072500', '183934.532500', '183934.992500', '183935.452500', '183935.912500', '183936.372500', '183936.832500', '183937.292500', '183937.752500', '183938.212500', '183938.672500', '183939.132500', '183939.592500', '183940.052500', '183940.512500', '183940.972500', '183941.432500', '183941.892500', '183942.352500', '183942.812500', '183943.272500', '183943.732500', '183944.192500', '183944.652500', '183945.112500', '183945.572500', '183946.032500', '183946.492500', '183946.952500', '183947.412500', '183947.872500', '183948.332500', '183948.792500', '183949.252500', '183949.712500', '183950.172500', '183950.632500', '183951.092500', '183951.552500', '183952.012500', '183952.472500', '183952.932500', '183953.392500', '183953.852500', '183954.312500', '183954.772500', '183955.232500', '183955.692500', '183956.152500', '183956.612500', '183957.072500', '183957.532500', '183957.992500', '183958.452500', '183958.912500', '183959.372500', '183959.832500', '184000.292500', '184000.752500', '184001.212500', '184001.672500', '184002.132500', '184002.592500', '184003.052500', '184003.512500', '184003.972500', '184004.432500', '184004.892500', '184005.352500', '184005.812500', '184006.272500', '184006.732500', '184007.192500', '184007.652500', '184008.112500', '184008.572500', '184009.032500', '184009.492500', '184009.952500', '184010.412500', '184010.872500', '184011.332500', '184011.792500', '184012.252500', '184012.712500', '184013.172500', '184013.632500', '184014.092500', '184014.552500', '184015.012500', '184015.472500', '184015.932500', '184016.392500', '184016.852500', '184017.312500', '184017.772500', '184018.232500', '184018.692500', '184019.152500', '184019.612500', '184020.072500', '184020.532500', '184020.992500', '184021.452500', '184021.912500', '184022.372500', '184022.832500', '184023.292500', '184023.752500', '184024.212500', '184024.672500', '184025.132500', '184025.592500', '184026.052500', '184026.512500', '184026.972500', '184027.432500', '184027.892500', '184028.352500', '184028.812500', '184029.272500', '184029.732500', '184030.192500', '184030.652500', '184031.112500', '184031.572500', '184032.032500', '184032.492500', '184032.952500', '184033.412500', '184033.872500', '184034.332500', '184034.792500', '184035.252500', '184035.712500', '184036.172500', '184036.632500', '184037.092500', '184037.552500', '184038.012500', '184038.472500', '184038.932500', '184039.392500', '184039.852500', '184040.312500', '184040.772500', '184041.232500', '184041.692500', '184042.152500', '184042.612500', '184043.072500', '184043.532500', '184043.992500', '184044.452500', '184044.912500', '184045.372500', '184045.832500', '184046.292500', '184046.752500', '184047.212500', '184047.672500', '184048.132500', '184048.592500', '184049.052500', '184049.512500', '184049.972500', '184050.432500', '184050.892500', '184051.352500', '184051.812500', '184052.272500', '184052.732500', '184053.192500', '184053.652500', '184054.112500', '184054.572500', '184055.032500', '184055.492500', '184055.952500', '184056.412500', '184056.872500', '184057.332500', '184057.792500', '184058.252500', '184058.712500', '184059.172500', '184059.632500', '184100.092500', '184100.552500', '184101.012500', '184101.472500', '184101.932500', '184102.392500', '184102.852500', '184103.312500', '184103.772500', '184104.232500', '184104.692500', '184105.152500', '184105.612500', '184106.072500', '184106.532500', '184106.992500', '184107.452500', '184107.912500', '184108.372500', '184108.832500', '184109.292500', '184109.752500', '184110.212500', '184110.672500', '184111.132500', '184111.592500', '184112.052500', '184112.512500', '184112.972500', '184113.432500', '184113.892500', '184114.352500', '184114.812500', '184115.272500', '184115.732500', '184116.192500', '184116.652500', '184117.112500', '184117.572500', '184118.032500', '184118.492500', '184118.952500', '184119.412500', '184119.872500', '184120.332500', '184120.792500', '184121.252500', '184121.712500', '184122.172500', '184122.632500', '184123.092500', '184123.552500', '184124.012500', '184124.472500', '184124.932500', '184125.392500', '184125.852500', '184126.312500', '184126.772500', '184127.232500', '184127.692500', '184128.152500', '184128.612500', '184129.072500', '184129.532500', '184129.992500', '184130.452500', '184130.912500', '184131.372500', '184131.832500', '184132.292500', '184132.752500', '184133.212500', '184133.672500', '184134.132500', '184134.592500', '184135.052500', '184135.512500', '184135.972500', '184136.432500', '184136.892500', '184137.352500', '184137.812500', '184138.272500', '184138.732500', '184139.192500', '184139.652500', '184140.112500'], 'ContentTime': ['183519.782000', '183519.785000', '183519.788000', '183519.791000', '183519.793000', '183519.796000', '183519.798000', '183519.801000', '183519.803000', '183519.806000', '183519.808000', '183519.811000', '183519.814000', '183519.816000', '183519.819000', '183519.821000', '183519.824000', '183519.826000', '183519.829000', '183519.831000', '183519.834000', '183519.837000', '183519.839000', '183519.842000', '183519.845000', '183519.848000', '183519.851000', '183519.868000', '183519.871000', '183519.874000', '183519.876000', '183519.879000', '183519.881000', '183519.884000', '183519.887000', '183519.890000', '183519.892000', '183519.895000', '183519.897000', '183519.900000', '183519.902000', '183539.739000', '183539.741000', '183539.744000', '183539.746000', '183539.749000', '183539.752000', '183539.754000', '183539.757000', '183539.759000', '183539.762000', '183539.764000', '183539.767000', '183539.769000', '183539.772000', '183539.775000', '183539.777000', '183539.780000', '183539.782000', '183539.785000', '183539.787000', '183539.790000', '183539.793000', '183539.795000', '183539.798000', '183539.800000', '183539.803000', '183539.805000', '183539.808000', '183539.810000', '183539.813000', '183539.816000', '183539.818000', '183539.821000', '183539.823000', '183539.826000', '183539.829000', '183539.831000', '183539.834000', '183539.836000', '183539.839000', '183539.841000', '183539.844000', '183539.847000', '183539.849000', '183559.737000', '183559.740000', '183559.743000', '183559.745000', '183559.748000', '183559.750000', '183559.753000', '183559.755000', '183559.758000', '183559.761000', '183559.763000', '183559.766000', '183559.768000', '183559.771000', '183559.773000', '183559.776000', '183559.779000', '183559.781000', '183559.784000', '183559.786000', '183559.789000', '183559.791000', '183559.794000', '183559.796000', '183559.799000', '183559.801000', '183559.804000', '183559.807000', '183559.809000', '183559.812000', '183559.814000', '183559.817000', '183559.819000', '183559.822000', '183559.824000', '183559.827000', '183559.830000', '183559.832000', '183559.835000', '183559.837000', '183559.840000', '183559.842000', '183559.845000', '183619.737000', '183619.740000', '183619.743000', '183619.746000', '183619.748000', '183619.751000', '183619.754000', '183619.756000', '183619.759000', '183619.761000', '183619.764000', '183619.766000', '183619.769000', '183619.772000', '183619.774000', '183619.777000', '183619.779000', '183619.782000', '183619.784000', '183619.787000', '183619.790000', '183619.792000', '183619.795000', '183619.797000', '183619.800000', '183619.802000', '183619.805000', '183619.823000', '183619.826000', '183619.828000', '183619.831000', '183619.833000', '183619.836000', '183619.839000', '183619.841000', '183619.850000', '183619.852000', '183619.855000', '183619.857000', '183619.860000', '183619.863000', '183619.865000', '183619.868000', '183619.870000', '183639.737000', '183639.740000', '183639.743000', '183639.746000', '183639.748000', '183639.751000', '183639.753000', '183639.756000', '183639.759000', '183639.761000', '183639.764000', '183639.767000', '183639.769000', '183639.772000', '183639.774000', '183639.777000', '183639.779000', '183639.782000', '183639.785000', '183639.787000', '183639.790000', '183639.792000', '183639.795000', '183639.798000', '183639.800000', '183639.803000', '183639.805000', '183639.808000', '183639.811000', '183639.813000', '183639.816000', '183639.818000', '183639.821000', '183639.824000', '183639.826000', '183639.829000', '183639.831000', '183639.834000', '183639.837000', '183639.839000', '183639.842000', '183639.844000', '183639.847000', '183659.737000', '183659.740000', '183659.743000', '183659.746000', '183659.748000', '183659.751000', '183659.754000', '183659.756000', '183659.759000', '183659.761000', '183659.764000', '183659.767000', '183659.769000', '183659.772000', '183659.775000', '183659.777000', '183659.780000', '183659.783000', '183659.785000', '183659.788000', '183659.790000', '183659.793000', '183659.796000', '183659.798000', '183659.801000', '183659.809000', '183659.812000', '183659.815000', '183659.817000', '183659.820000', '183659.822000', '183659.825000', '183659.828000', '183659.830000', '183659.833000', '183659.836000', '183659.838000', '183659.841000', '183659.844000', '183659.846000', '183659.849000', '183659.851000', '183659.854000', '183659.857000', '183719.738000', '183719.740000', '183719.743000', '183719.746000', '183719.748000', '183719.751000', '183719.753000', '183719.756000', '183719.758000', '183719.761000', '183719.764000', '183719.766000', '183719.769000', '183719.771000', '183719.774000', '183719.776000', '183719.779000', '183719.782000', '183719.784000', '183719.787000', '183719.789000', '183719.792000', '183719.795000', '183719.797000', '183719.800000', '183719.802000', '183719.805000', '183719.808000', '183719.810000', '183719.813000', '183719.815000', '183719.818000', '183719.820000', '183719.823000', '183719.826000', '183719.828000', '183719.831000', '183719.833000', '183719.836000', '183719.839000', '183719.841000', '183719.844000', '183719.846000', '183739.738000', '183739.741000', '183739.744000', '183739.746000', '183739.749000', '183739.751000', '183739.754000', '183739.757000', '183739.759000', '183739.762000', '183739.764000', '183739.767000', '183739.769000', '183739.772000', '183739.775000', '183739.777000', '183739.780000', '183739.782000', '183739.785000', '183739.788000', '183739.790000', '183739.793000', '183739.795000', '183739.798000', '183739.801000', '183739.803000', '183739.806000', '183739.808000', '183739.811000', '183739.813000', '183739.816000', '183739.819000', '183739.821000', '183739.824000', '183739.826000', '183739.829000', '183739.831000', '183739.834000', '183739.837000', '183739.846000', '183739.849000', '183739.851000', '183739.854000', '183739.863000', '183759.738000', '183759.741000', '183759.744000', '183759.746000', '183759.749000', '183759.752000', '183759.754000', '183759.779000', '183759.782000', '183759.784000', '183759.787000', '183759.789000', '183759.792000', '183759.795000', '183759.797000', '183759.800000', '183759.802000', '183759.805000', '183759.807000', '183759.810000', '183759.813000', '183759.815000', '183759.818000', '183759.820000', '183759.823000', '183759.826000', '183759.828000', '183759.831000', '183759.833000', '183759.836000', '183759.839000', '183759.841000', '183759.844000', '183759.847000', '183759.849000', '183759.852000', '183759.854000', '183759.857000', '183759.859000', '183759.862000', '183759.865000', '183759.867000', '183759.870000', '183819.737000', '183819.740000', '183819.743000', '183819.745000', '183819.748000', '183819.751000', '183819.753000', '183819.756000', '183819.759000', '183819.761000', '183819.764000', '183819.766000', '183819.769000', '183819.772000', '183819.774000', '183819.777000', '183819.779000', '183819.782000', '183819.784000', '183819.787000', '183819.790000', '183819.792000', '183819.795000', '183819.798000', '183819.800000', '183819.803000', '183819.805000', '183819.808000', '183819.810000', '183819.813000', '183819.816000', '183819.818000', '183819.821000', '183819.823000', '183819.826000', '183819.829000', '183819.831000', '183819.834000', '183819.836000', '183819.839000', '183819.842000', '183819.844000', '183819.847000', '183839.738000', '183839.741000', '183839.743000', '183839.746000', '183839.748000', '183839.751000', '183839.753000', '183839.756000', '183839.759000', '183839.761000', '183839.764000', '183839.767000', '183839.769000', '183839.772000', '183839.774000', '183839.777000', '183839.779000', '183839.782000', '183839.785000', '183839.787000', '183839.790000', '183839.792000', '183839.795000', '183839.797000', '183839.800000', '183839.803000', '183839.805000', '183839.808000', '183839.810000', '183839.813000', '183839.815000', '183839.818000', '183839.821000', '183839.823000', '183839.826000', '183839.828000', '183839.831000', '183839.834000', '183839.836000', '183839.839000', '183839.841000', '183839.844000', '183839.846000', '183839.849000', '183859.737000', '183859.740000', '183859.743000', '183859.746000', '183859.748000', '183859.751000', '183859.754000', '183859.756000', '183859.759000', '183859.761000', '183859.764000', '183859.767000', '183859.770000', '183859.772000', '183859.775000', '183859.778000', '183859.780000', '183859.783000', '183859.785000', '183859.788000', '183859.791000', '183859.793000', '183859.796000', '183859.799000', '183859.801000', '183859.804000', '183859.806000', '183859.809000', '183859.812000', '183859.814000', '183859.817000', '183859.819000', '183859.822000', '183859.825000', '183859.828000', '183859.830000', '183859.833000', '183859.836000', '183859.838000', '183859.841000', '183859.843000', '183859.846000', '183859.849000', '183919.737000', '183919.740000', '183919.743000', '183919.746000', '183919.748000', '183919.751000', '183919.753000', '183919.756000', '183919.759000', '183919.761000', '183919.764000', '183919.766000', '183919.769000', '183919.772000', '183919.774000', '183919.777000', '183919.779000', '183919.782000', '183919.785000', '183919.787000', '183919.790000', '183919.793000', '183919.795000', '183919.798000', '183919.800000', '183919.803000', '183919.806000', '183919.808000', '183919.811000', '183919.813000', '183919.816000', '183919.818000', '183919.821000', '183919.864000', '183919.867000', '183919.870000', '183919.872000', '183919.875000', '183919.877000', '183919.880000', '183919.883000', '183919.885000', '183919.888000', '183919.890000', '183939.737000', '183939.740000', '183939.743000', '183939.746000', '183939.748000', '183939.751000', '183939.753000', '183939.756000', '183939.759000', '183939.761000', '183939.764000', '183939.767000', '183939.769000', '183939.772000', '183939.774000', '183939.777000', '183939.780000', '183939.782000', '183939.785000', '183939.787000', '183939.790000', '183939.793000', '183939.795000', '183939.798000', '183939.800000', '183939.803000', '183939.805000', '183939.808000', '183939.811000', '183939.813000', '183939.816000', '183939.818000', '183939.821000', '183939.824000', '183939.826000', '183939.829000', '183939.831000', '183939.834000', '183939.837000', '183939.839000', '183939.842000', '183939.844000', '183939.847000', '183959.738000', '183959.741000', '183959.744000', '183959.746000', '183959.749000', '183959.752000', '183959.754000', '183959.757000', '183959.759000', '183959.762000', '183959.764000', '183959.767000', '183959.770000', '183959.772000', '183959.775000', '183959.777000', '183959.780000', '183959.783000', '183959.785000', '183959.788000', '183959.791000', '183959.793000', '183959.796000', '183959.798000', '183959.801000', '183959.803000', '183959.806000', '183959.809000', '183959.811000', '183959.814000', '183959.823000', '183959.826000', '183959.828000', '183959.831000', '183959.833000', '183959.836000', '183959.839000', '183959.841000', '183959.844000', '183959.846000', '183959.849000', '183959.851000', '183959.854000', '183959.857000', '184019.738000', '184019.741000', '184019.744000', '184019.747000', '184019.749000', '184019.752000', '184019.754000', '184019.757000', '184019.759000', '184019.762000', '184019.765000', '184019.767000', '184019.770000', '184019.773000', '184019.776000', '184019.778000', '184019.781000', '184019.784000', '184019.786000', '184019.789000', '184019.791000', '184019.794000', '184019.796000', '184019.799000', '184019.802000', '184019.804000', '184019.808000', '184019.810000', '184019.813000', '184019.816000', '184019.818000', '184019.821000', '184019.824000', '184019.826000', '184019.829000', '184019.831000', '184019.834000', '184019.837000', '184019.839000', '184019.842000', '184019.844000', '184019.847000', '184019.849000', '184039.738000', '184039.740000', '184039.743000', '184039.746000', '184039.748000', '184039.751000', '184039.753000', '184039.756000', '184039.759000', '184039.761000', '184039.764000', '184039.766000', '184039.769000', '184039.772000', '184039.774000', '184039.777000', '184039.780000', '184039.782000', '184039.785000', '184039.787000', '184039.790000', '184039.793000', '184039.795000', '184039.798000', '184039.800000', '184039.803000', '184039.806000', '184039.808000', '184039.811000', '184039.813000', '184039.816000', '184039.819000', '184039.821000', '184039.824000', '184039.826000', '184039.829000', '184039.831000', '184039.834000', '184039.837000', '184039.839000', '184039.842000', '184039.844000', '184039.847000', '184039.850000', '184059.752000', '184059.755000', '184059.757000', '184059.760000', '184059.762000', '184059.765000', '184059.767000', '184059.770000', '184059.773000', '184059.775000', '184059.778000', '184059.780000', '184059.783000', '184059.786000', '184059.788000', '184059.791000', '184059.793000', '184059.796000', '184059.799000', '184059.801000', '184059.804000', '184059.806000', '184059.809000', '184059.812000', '184059.814000', '184059.817000', '184059.823000', '184059.825000', '184059.828000', '184059.831000', '184059.833000', '184059.836000', '184059.838000', '184059.841000', '184059.843000', '184059.846000', '184059.849000', '184059.851000', '184059.854000', '184059.856000', '184059.859000', '184059.861000', '184059.864000', '184059.867000', '184119.737000', '184119.740000', '184119.743000', '184119.745000', '184119.748000', '184119.750000', '184119.753000', '184119.756000', '184119.758000', '184119.761000', '184119.763000', '184119.766000', '184119.768000', '184119.771000', '184119.774000', '184119.776000', '184119.779000', '184119.781000', '184119.784000', '184119.786000', '184119.789000', '184119.792000', '184119.794000', '184119.797000', '184119.799000', '184119.802000', '184119.804000', '184119.807000', '184119.809000', '184119.812000', '184119.815000', '184119.817000', '184119.820000', '184119.822000', '184119.825000', '184119.827000', '184119.830000', '184119.832000', '184119.835000', '184119.838000', '184119.840000', '184119.843000', '184119.845000', '184139.738000', '184139.741000', '184139.743000', '184139.746000', '184139.748000', '184139.751000', '184139.754000', '184139.756000', '184139.759000', '184139.761000', '184139.764000', '184139.766000', '184139.769000', '184139.772000', '184139.774000', '184139.777000', '184139.780000', '184139.782000', '184139.785000', '184139.787000', '184139.790000', '184139.793000', '184139.795000', '184139.798000', '184139.800000', '184139.803000', '184139.805000', '184139.808000', '184139.811000', '184139.813000', '184139.817000', '184139.820000', '184139.822000', '184139.825000', '184139.828000', '184139.830000', '184139.833000', '184139.835000', '184139.838000', '184139.841000', '184139.843000', '184139.848000', '184139.850000', '184141.616000', '184141.619000', '184141.622000', '184141.625000', '184141.627000'], 'InstanceCreationTime': ['183519.782000', '183519.785000', '183519.788000', '183519.791000', '183519.793000', '183519.796000', '183519.798000', '183519.801000', '183519.803000', '183519.806000', '183519.808000', '183519.811000', '183519.814000', '183519.816000', '183519.819000', '183519.821000', '183519.824000', '183519.826000', '183519.829000', '183519.831000', '183519.834000', '183519.837000', '183519.839000', '183519.842000', '183519.845000', '183519.848000', '183519.851000', '183519.868000', '183519.871000', '183519.874000', '183519.876000', '183519.879000', '183519.881000', '183519.884000', '183519.887000', '183519.890000', '183519.892000', '183519.895000', '183519.897000', '183519.900000', '183519.902000', '183539.739000', '183539.741000', '183539.744000', '183539.746000', '183539.749000', '183539.752000', '183539.754000', '183539.757000', '183539.759000', '183539.762000', '183539.764000', '183539.767000', '183539.769000', '183539.772000', '183539.775000', '183539.777000', '183539.780000', '183539.782000', '183539.785000', '183539.787000', '183539.790000', '183539.793000', '183539.795000', '183539.798000', '183539.800000', '183539.803000', '183539.805000', '183539.808000', '183539.810000', '183539.813000', '183539.816000', '183539.818000', '183539.821000', '183539.823000', '183539.826000', '183539.829000', '183539.831000', '183539.834000', '183539.836000', '183539.839000', '183539.841000', '183539.844000', '183539.847000', '183539.849000', '183559.737000', '183559.740000', '183559.743000', '183559.745000', '183559.748000', '183559.750000', '183559.753000', '183559.755000', '183559.758000', '183559.761000', '183559.763000', '183559.766000', '183559.768000', '183559.771000', '183559.773000', '183559.776000', '183559.779000', '183559.781000', '183559.784000', '183559.786000', '183559.789000', '183559.791000', '183559.794000', '183559.796000', '183559.799000', '183559.801000', '183559.804000', '183559.807000', '183559.809000', '183559.812000', '183559.814000', '183559.817000', '183559.819000', '183559.822000', '183559.824000', '183559.827000', '183559.830000', '183559.832000', '183559.835000', '183559.837000', '183559.840000', '183559.842000', '183559.845000', '183619.737000', '183619.740000', '183619.743000', '183619.746000', '183619.748000', '183619.751000', '183619.754000', '183619.756000', '183619.759000', '183619.761000', '183619.764000', '183619.766000', '183619.769000', '183619.772000', '183619.774000', '183619.777000', '183619.779000', '183619.782000', '183619.784000', '183619.787000', '183619.790000', '183619.792000', '183619.795000', '183619.797000', '183619.800000', '183619.802000', '183619.805000', '183619.823000', '183619.826000', '183619.828000', '183619.831000', '183619.833000', '183619.836000', '183619.839000', '183619.841000', '183619.850000', '183619.852000', '183619.855000', '183619.857000', '183619.860000', '183619.863000', '183619.865000', '183619.868000', '183619.870000', '183639.737000', '183639.740000', '183639.743000', '183639.746000', '183639.748000', '183639.751000', '183639.753000', '183639.756000', '183639.759000', '183639.761000', '183639.764000', '183639.767000', '183639.769000', '183639.772000', '183639.774000', '183639.777000', '183639.779000', '183639.782000', '183639.785000', '183639.787000', '183639.790000', '183639.792000', '183639.795000', '183639.798000', '183639.800000', '183639.803000', '183639.805000', '183639.808000', '183639.811000', '183639.813000', '183639.816000', '183639.818000', '183639.821000', '183639.824000', '183639.826000', '183639.829000', '183639.831000', '183639.834000', '183639.837000', '183639.839000', '183639.842000', '183639.844000', '183639.847000', '183659.737000', '183659.740000', '183659.743000', '183659.746000', '183659.748000', '183659.751000', '183659.754000', '183659.756000', '183659.759000', '183659.761000', '183659.764000', '183659.767000', '183659.769000', '183659.772000', '183659.775000', '183659.777000', '183659.780000', '183659.783000', '183659.785000', '183659.788000', '183659.790000', '183659.793000', '183659.796000', '183659.798000', '183659.801000', '183659.809000', '183659.812000', '183659.815000', '183659.817000', '183659.820000', '183659.822000', '183659.825000', '183659.828000', '183659.830000', '183659.833000', '183659.836000', '183659.838000', '183659.841000', '183659.844000', '183659.846000', '183659.849000', '183659.851000', '183659.854000', '183659.857000', '183719.738000', '183719.740000', '183719.743000', '183719.746000', '183719.748000', '183719.751000', '183719.753000', '183719.756000', '183719.758000', '183719.761000', '183719.764000', '183719.766000', '183719.769000', '183719.771000', '183719.774000', '183719.776000', '183719.779000', '183719.782000', '183719.784000', '183719.787000', '183719.789000', '183719.792000', '183719.795000', '183719.797000', '183719.800000', '183719.802000', '183719.805000', '183719.808000', '183719.810000', '183719.813000', '183719.815000', '183719.818000', '183719.820000', '183719.823000', '183719.826000', '183719.828000', '183719.831000', '183719.833000', '183719.836000', '183719.839000', '183719.841000', '183719.844000', '183719.846000', '183739.738000', '183739.741000', '183739.744000', '183739.746000', '183739.749000', '183739.751000', '183739.754000', '183739.757000', '183739.759000', '183739.762000', '183739.764000', '183739.767000', '183739.769000', '183739.772000', '183739.775000', '183739.777000', '183739.780000', '183739.782000', '183739.785000', '183739.788000', '183739.790000', '183739.793000', '183739.795000', '183739.798000', '183739.801000', '183739.803000', '183739.806000', '183739.808000', '183739.811000', '183739.813000', '183739.816000', '183739.819000', '183739.821000', '183739.824000', '183739.826000', '183739.829000', '183739.831000', '183739.834000', '183739.837000', '183739.846000', '183739.849000', '183739.851000', '183739.854000', '183739.863000', '183759.738000', '183759.741000', '183759.744000', '183759.746000', '183759.749000', '183759.752000', '183759.754000', '183759.779000', '183759.782000', '183759.784000', '183759.787000', '183759.789000', '183759.792000', '183759.795000', '183759.797000', '183759.800000', '183759.802000', '183759.805000', '183759.807000', '183759.810000', '183759.813000', '183759.815000', '183759.818000', '183759.820000', '183759.823000', '183759.826000', '183759.828000', '183759.831000', '183759.833000', '183759.836000', '183759.839000', '183759.841000', '183759.844000', '183759.847000', '183759.849000', '183759.852000', '183759.854000', '183759.857000', '183759.859000', '183759.862000', '183759.865000', '183759.867000', '183759.870000', '183819.737000', '183819.740000', '183819.743000', '183819.745000', '183819.748000', '183819.751000', '183819.753000', '183819.756000', '183819.759000', '183819.761000', '183819.764000', '183819.766000', '183819.769000', '183819.772000', '183819.774000', '183819.777000', '183819.779000', '183819.782000', '183819.784000', '183819.787000', '183819.790000', '183819.792000', '183819.795000', '183819.798000', '183819.800000', '183819.803000', '183819.805000', '183819.808000', '183819.810000', '183819.813000', '183819.816000', '183819.818000', '183819.821000', '183819.823000', '183819.826000', '183819.829000', '183819.831000', '183819.834000', '183819.836000', '183819.839000', '183819.842000', '183819.844000', '183819.847000', '183839.738000', '183839.741000', '183839.743000', '183839.746000', '183839.748000', '183839.751000', '183839.753000', '183839.756000', '183839.759000', '183839.761000', '183839.764000', '183839.767000', '183839.769000', '183839.772000', '183839.774000', '183839.777000', '183839.779000', '183839.782000', '183839.785000', '183839.787000', '183839.790000', '183839.792000', '183839.795000', '183839.797000', '183839.800000', '183839.803000', '183839.805000', '183839.808000', '183839.810000', '183839.813000', '183839.815000', '183839.818000', '183839.821000', '183839.823000', '183839.826000', '183839.828000', '183839.831000', '183839.834000', '183839.836000', '183839.839000', '183839.841000', '183839.844000', '183839.846000', '183839.849000', '183859.737000', '183859.740000', '183859.743000', '183859.746000', '183859.748000', '183859.751000', '183859.754000', '183859.756000', '183859.759000', '183859.761000', '183859.764000', '183859.767000', '183859.770000', '183859.772000', '183859.775000', '183859.778000', '183859.780000', '183859.783000', '183859.785000', '183859.788000', '183859.791000', '183859.793000', '183859.796000', '183859.799000', '183859.801000', '183859.804000', '183859.806000', '183859.809000', '183859.812000', '183859.814000', '183859.817000', '183859.819000', '183859.822000', '183859.825000', '183859.828000', '183859.830000', '183859.833000', '183859.836000', '183859.838000', '183859.841000', '183859.843000', '183859.846000', '183859.849000', '183919.737000', '183919.740000', '183919.743000', '183919.746000', '183919.748000', '183919.751000', '183919.753000', '183919.756000', '183919.759000', '183919.761000', '183919.764000', '183919.766000', '183919.769000', '183919.772000', '183919.774000', '183919.777000', '183919.779000', '183919.782000', '183919.785000', '183919.787000', '183919.790000', '183919.793000', '183919.795000', '183919.798000', '183919.800000', '183919.803000', '183919.806000', '183919.808000', '183919.811000', '183919.813000', '183919.816000', '183919.818000', '183919.821000', '183919.864000', '183919.867000', '183919.870000', '183919.872000', '183919.875000', '183919.877000', '183919.880000', '183919.883000', '183919.885000', '183919.888000', '183919.890000', '183939.737000', '183939.740000', '183939.743000', '183939.746000', '183939.748000', '183939.751000', '183939.753000', '183939.756000', '183939.759000', '183939.761000', '183939.764000', '183939.767000', '183939.769000', '183939.772000', '183939.774000', '183939.777000', '183939.780000', '183939.782000', '183939.785000', '183939.787000', '183939.790000', '183939.793000', '183939.795000', '183939.798000', '183939.800000', '183939.803000', '183939.805000', '183939.808000', '183939.811000', '183939.813000', '183939.816000', '183939.818000', '183939.821000', '183939.824000', '183939.826000', '183939.829000', '183939.831000', '183939.834000', '183939.837000', '183939.839000', '183939.842000', '183939.844000', '183939.847000', '183959.738000', '183959.741000', '183959.744000', '183959.746000', '183959.749000', '183959.752000', '183959.754000', '183959.757000', '183959.759000', '183959.762000', '183959.764000', '183959.767000', '183959.770000', '183959.772000', '183959.775000', '183959.777000', '183959.780000', '183959.783000', '183959.785000', '183959.788000', '183959.791000', '183959.793000', '183959.796000', '183959.798000', '183959.801000', '183959.803000', '183959.806000', '183959.809000', '183959.811000', '183959.814000', '183959.823000', '183959.826000', '183959.828000', '183959.831000', '183959.833000', '183959.836000', '183959.839000', '183959.841000', '183959.844000', '183959.846000', '183959.849000', '183959.851000', '183959.854000', '183959.857000', '184019.738000', '184019.741000', '184019.744000', '184019.747000', '184019.749000', '184019.752000', '184019.754000', '184019.757000', '184019.759000', '184019.762000', '184019.765000', '184019.767000', '184019.770000', '184019.773000', '184019.776000', '184019.778000', '184019.781000', '184019.784000', '184019.786000', '184019.789000', '184019.791000', '184019.794000', '184019.796000', '184019.799000', '184019.802000', '184019.804000', '184019.808000', '184019.810000', '184019.813000', '184019.816000', '184019.818000', '184019.821000', '184019.824000', '184019.826000', '184019.829000', '184019.831000', '184019.834000', '184019.837000', '184019.839000', '184019.842000', '184019.844000', '184019.847000', '184019.849000', '184039.738000', '184039.740000', '184039.743000', '184039.746000', '184039.748000', '184039.751000', '184039.753000', '184039.756000', '184039.759000', '184039.761000', '184039.764000', '184039.766000', '184039.769000', '184039.772000', '184039.774000', '184039.777000', '184039.780000', '184039.782000', '184039.785000', '184039.787000', '184039.790000', '184039.793000', '184039.795000', '184039.798000', '184039.800000', '184039.803000', '184039.806000', '184039.808000', '184039.811000', '184039.813000', '184039.816000', '184039.819000', '184039.821000', '184039.824000', '184039.826000', '184039.829000', '184039.831000', '184039.834000', '184039.837000', '184039.839000', '184039.842000', '184039.844000', '184039.847000', '184039.850000', '184059.752000', '184059.755000', '184059.757000', '184059.760000', '184059.762000', '184059.765000', '184059.767000', '184059.770000', '184059.773000', '184059.775000', '184059.778000', '184059.780000', '184059.783000', '184059.786000', '184059.788000', '184059.791000', '184059.793000', '184059.796000', '184059.799000', '184059.801000', '184059.804000', '184059.806000', '184059.809000', '184059.812000', '184059.814000', '184059.817000', '184059.823000', '184059.825000', '184059.828000', '184059.831000', '184059.833000', '184059.836000', '184059.838000', '184059.841000', '184059.843000', '184059.846000', '184059.849000', '184059.851000', '184059.854000', '184059.856000', '184059.859000', '184059.861000', '184059.864000', '184059.867000', '184119.737000', '184119.740000', '184119.743000', '184119.745000', '184119.748000', '184119.750000', '184119.753000', '184119.756000', '184119.758000', '184119.761000', '184119.763000', '184119.766000', '184119.768000', '184119.771000', '184119.774000', '184119.776000', '184119.779000', '184119.781000', '184119.784000', '184119.786000', '184119.789000', '184119.792000', '184119.794000', '184119.797000', '184119.799000', '184119.802000', '184119.804000', '184119.807000', '184119.809000', '184119.812000', '184119.815000', '184119.817000', '184119.820000', '184119.822000', '184119.825000', '184119.827000', '184119.830000', '184119.832000', '184119.835000', '184119.838000', '184119.840000', '184119.843000', '184119.845000', '184139.738000', '184139.741000', '184139.743000', '184139.746000', '184139.748000', '184139.751000', '184139.754000', '184139.756000', '184139.759000', '184139.761000', '184139.764000', '184139.766000', '184139.769000', '184139.772000', '184139.774000', '184139.777000', '184139.780000', '184139.782000', '184139.785000', '184139.787000', '184139.790000', '184139.793000', '184139.795000', '184139.798000', '184139.800000', '184139.803000', '184139.805000', '184139.808000', '184139.811000', '184139.813000', '184139.817000', '184139.820000', '184139.822000', '184139.825000', '184139.828000', '184139.830000', '184139.833000', '184139.835000', '184139.838000', '184139.841000', '184139.843000', '184139.848000', '184139.850000', '184141.616000', '184141.619000', '184141.622000', '184141.625000', '184141.627000'], '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': [9621, 10464, 8562, 12859, 8758, 10047, 9033, 7669, 8849, 7612, 8768, 7712, 8584, 8040, 8871, 8190, 8757, 8320, 8868, 8438, 8645, 9825, 8825, 8151, 8650, 8251, 8540, 8046, 8635, 8529, 8865, 8049, 8630, 8818, 8677, 8993, 9034, 7383, 7408, 8310, 7647, 8650, 8826, 8730, 9622, 8685, 9725, 8806, 8841, 8850, 9010, 8756, 11588, 8745, 8368, 8635, 8435, 8776, 7876, 8884, 7928, 8856, 8371, 8603, 8408, 8475, 8131, 7224, 8562, 8142, 8523, 8225, 8367, 8115, 8378, 8624, 9455, 8587, 8570, 8109, 8354, 7375, 8588, 8011, 8861, 8259, 8665, 8496, 8629, 8531, 7990, 8678, 9083, 8671, 8484, 8698, 7831, 8832, 8033, 8725, 8148, 8801, 8049, 8554, 7755, 8375, 7358, 8176, 8685, 10136, 8601, 9456, 8896, 9283, 8583, 8238, 8807, 8238, 8897, 7916, 8719, 8020, 8639, 7734, 8389, 8417, 9784, 8530, 7799, 8814, 8617, 8599, 8332, 8933, 8007, 8821, 8010, 8547, 9213, 8763, 8299, 8215, 7583, 7811, 8495, 9417, 8730, 8876, 8853, 8473, 8850, 7861, 8864, 7459, 8911, 8272, 8554, 9290, 8745, 9519, 8698, 8482, 8547, 7932, 8998, 8636, 8328, 7724, 7522, 7495, 8146, 7786, 7985, 7950, 8633, 8537, 8939, 8221, 8427, 8525, 13116, 8651, 9782, 8679, 9250, 8813, 8172, 8634, 8291, 8703, 7935, 8736, 7866, 8782, 8500, 8325, 7857, 7624, 8267, 7973, 7148, 8461, 7672, 8583, 9195, 8299, 12595, 8748, 11078, 8528, 8054, 8957, 8375, 13308, 9055, 8218, 8508, 7676, 8715, 8926, 8469, 7725, 7121, 7902, 7534, 8309, 8377, 8437, 8425, 8316, 9145, 8720, 8219, 8587, 8581, 8558, 8256, 8053, 8206, 8514, 8143, 8585, 8406, 8549, 8258, 8571, 8378, 8686, 8353, 8664, 8688, 8683, 8462, 8798, 8858, 8807, 8168, 8695, 8108, 8384, 8324, 8787, 8332, 8601, 8263, 8452, 8513, 8474, 8130, 8895, 7214, 7925, 7546, 8470, 11307, 8919, 9888, 8575, 11383, 8735, 9443, 8610, 10053, 8739, 11104, 8731, 8207, 8924, 8304, 8496, 9052, 8733, 8612, 8623, 8460, 8512, 8381, 8555, 8399, 8599, 8654, 8694, 8159, 8500, 7988, 8186, 8476, 9605, 7650, 7745, 7986, 7570, 8549, 9656, 8464, 8637, 8612, 8445, 8686, 8182, 8702, 8520, 8494, 7922, 8693, 8134, 8611, 7935, 8301, 8642, 11487, 8396, 10002, 8607, 9180, 8583, 7906, 8350, 7829, 8013, 8137, 8176, 7778, 8510, 8179, 8329, 8328, 7955, 8376, 8605, 8514, 9882, 8640, 8371, 8320, 7601, 8477, 8066, 8581, 8200, 8554, 8321, 8552, 8765, 8906, 8364, 7276, 7742, 7243, 7875, 7771, 9095, 8573, 8156, 8384, 10089, 8267, 8924, 7303, 7757, 8019, 8708, 7445, 7342, 8056, 8429, 9673, 8323, 14178, 8443, 11100, 7673, 8221, 7902, 8299, 8303, 8312, 8767, 8128, 8565, 8042, 8492, 8233, 7970, 8046, 8306, 13586, 8425, 10692, 8566, 8578, 8063, 8120, 8278, 8093, 8339, 8523, 8247, 8443, 8747, 8666, 8918, 8732, 8923, 8689, 8828, 8594, 8837, 8262, 9071, 8019, 7261, 7140, 8426, 9472, 8415, 8182, 7170, 7438, 7200, 7627, 8489, 8451, 8668, 9705, 8739, 8873, 8670, 8607, 8535, 8513, 8657, 8096, 8532, 7772, 8074, 7788, 7863, 8409, 8712, 8224, 7317, 7026, 7677, 8290, 8191, 8413, 8275, 8573, 7786, 8061, 7784, 8369, 9612, 8488, 11906, 8450, 12128, 8305, 9879, 8569, 7254, 8507, 8857, 8555, 8967, 8195, 8092, 8121, 8100, 7193, 7848, 7893, 8546, 8416, 8414, 9690, 7862, 11809, 8333, 10912, 8208, 7945, 8104, 8304, 7466, 7816, 8391, 7218, 7839, 7882, 7984, 8418, 7639, 8248, 8121, 8232, 8259, 8418, 8371, 8404, 8565, 8591, 8639, 8791, 8485, 8364, 8513, 8989, 8556, 10701, 8441, 8503, 8505, 8435, 8279, 8293, 12669, 8393, 9633, 8552, 8815, 8666, 8182, 8631, 7850, 8416, 7870, 8588, 8037, 8553, 8406, 8301, 8551, 8615, 8361, 8650, 8769, 8413, 8694, 8338, 8740, 8345, 8800, 8019, 8084, 7910, 8287, 7761, 8128, 8035, 8140, 8564, 8347, 8540, 9265, 8733, 9873, 8737, 8434, 8361, 8272, 7940, 8486, 11394, 8314, 9143, 7941, 7414, 7104, 7820, 8304, 8356, 8393, 7758, 8490, 8789, 8506, 9470, 8678, 8529, 8397, 7854, 10208, 8442, 12016, 8575, 9167, 8442, 8332, 8421, 8048, 8759, 6885, 7397, 7116, 8362, 9688, 8526, 8364, 7935, 7708, 7872, 7525, 7966, 7678, 7966, 8466, 10289, 8354, 10932, 8653, 8146, 8519, 7732, 8337, 7922, 7977, 7669, 7750, 7872, 8539, 6980, 7172, 7674, 8239, 7886, 8308, 10819, 8728, 9650, 8443, 8541, 12079, 8324, 11517, 9923, 8910, 8459, 7262, 8302, 8412, 13000, 8416, 9376, 8605, 7946, 8430, 7617, 8166, 7899, 7994, 7893, 8410, 7918, 8410, 8196, 8389, 8248, 7865, 7965, 8023, 7682, 7970, 7590, 8042, 8253, 10497, 8590, 8809, 7548, 7739, 7260, 8157, 7941, 7630, 7923, 7905, 9034, 8576, 7536, 7434, 8143, 8357, 8260, 9723, 8012, 12095, 8306, 10376, 8434, 8181, 8420, 8293, 8039, 9023, 8269, 8070, 8236, 8124, 8347, 8204, 8395, 8049, 8350, 8262, 8353, 8597, 8186, 8660, 8468, 8143, 8462, 8501, 8522, 8923, 8251, 9091, 8525, 8080, 8471, 7748, 8456, 8188, 8404, 9365, 8233, 7889, 8245, 7363, 8352, 8950, 8284, 9845, 8304, 9365, 8317, 8727, 8599, 8598, 8570, 8815, 8379, 8303, 8478, 8177, 8566, 8115, 8354, 8201, 8328, 7914, 8337, 9105, 8418, 8433, 8502, 8050, 8516, 8282, 8197, 9237, 8204, 7866, 8894, 8559, 10708, 8229, 8871, 8448, 8066, 8377, 8296, 8561, 8527, 8463, 7643, 8270, 7459, 8198, 8015, 8227, 8343, 8265, 8158, 8437, 8404, 8187, 7863, 8207, 8386, 12913, 8113, 12142, 9725, 9572, 8434, 8280, 8509, 9052, 8290, 8166, 8406, 7388, 8442, 7659, 8249, 7828, 8021, 7909, 7897, 11335, 8176, 8032, 8347, 7731, 8195, 7702, 9291, 8307, 8442, 8264, 9704, 8439, 8993, 8315, 8287, 8510, 7694, 8353, 7682, 8390, 8231, 8249, 7345, 7280, 7658, 7267, 8102, 8306, 10550, 8126, 10905, 9236, 8484, 8486, 7577, 8124, 7873, 7888, 8302, 8364], 'WindowCenter': [4174.0, 4157.0, 4135.0, 4150.0, 4120.0, 4129.0, 4117.0, 4096.0, 4115.0, 4096.0, 4105.0, 4106.0, 4115.0, 4105.0, 4115.0, 4105.0, 4116.0, 4107.0, 4118.0, 4118.0, 4105.0, 4116.0, 4103.0, 4094.0, 4102.0, 4103.0, 4103.0, 4093.0, 4102.0, 4103.0, 4103.0, 4094.0, 4104.0, 4114.0, 4115.0, 4104.0, 4116.0, 4094.0, 4096.0, 4105.0, 4106.0, 4118.0, 4118.0, 4117.0, 4116.0, 4106.0, 4116.0, 4105.0, 4116.0, 4116.0, 4103.0, 4104.0, 4123.0, 4092.0, 4092.0, 4102.0, 4093.0, 4105.0, 4091.0, 4103.0, 4092.0, 4102.0, 4093.0, 4103.0, 4092.0, 4105.0, 4093.0, 4094.0, 4104.0, 4105.0, 4103.0, 4117.0, 4105.0, 4096.0, 4093.0, 4104.0, 4104.0, 4102.0, 4105.0, 4104.0, 4103.0, 4094.0, 4104.0, 4104.0, 4115.0, 4106.0, 4117.0, 4118.0, 4106.0, 4106.0, 4093.0, 4105.0, 4104.0, 4104.0, 4105.0, 4104.0, 4094.0, 4103.0, 4094.0, 4105.0, 4105.0, 4116.0, 4108.0, 4105.0, 4095.0, 4105.0, 4096.0, 4104.0, 4105.0, 4125.0, 4116.0, 4114.0, 4106.0, 4104.0, 4105.0, 4104.0, 4116.0, 4106.0, 4105.0, 4094.0, 4104.0, 4095.0, 4092.0, 4094.0, 4092.0, 4104.0, 4113.0, 4103.0, 4081.0, 4103.0, 4103.0, 4105.0, 4105.0, 4116.0, 4105.0, 4128.0, 4107.0, 4118.0, 4127.0, 4118.0, 4108.0, 4105.0, 4096.0, 4095.0, 4106.0, 4104.0, 4104.0, 4116.0, 4115.0, 4105.0, 4115.0, 4105.0, 4117.0, 4095.0, 4118.0, 4118.0, 4130.0, 4129.0, 4119.0, 4127.0, 4117.0, 4118.0, 4105.0, 4108.0, 4115.0, 4106.0, 4105.0, 4096.0, 4093.0, 4094.0, 4093.0, 4097.0, 4104.0, 4105.0, 4105.0, 4117.0, 4115.0, 4107.0, 4105.0, 4117.0, 4136.0, 4105.0, 4114.0, 4105.0, 4103.0, 4104.0, 4092.0, 4104.0, 4092.0, 4091.0, 4091.0, 4091.0, 4091.0, 4102.0, 4092.0, 4106.0, 4094.0, 4108.0, 4106.0, 4096.0, 4087.0, 4107.0, 4097.0, 4116.0, 4118.0, 4107.0, 4137.0, 4105.0, 4127.0, 4103.0, 4094.0, 4104.0, 4093.0, 4123.0, 4091.0, 4080.0, 4092.0, 4079.0, 4092.0, 4103.0, 4105.0, 4094.0, 4084.0, 4094.0, 4095.0, 4104.0, 4105.0, 4106.0, 4107.0, 4106.0, 4117.0, 4106.0, 4106.0, 4106.0, 4106.0, 4107.0, 4108.0, 4093.0, 4094.0, 4103.0, 4093.0, 4104.0, 4105.0, 4116.0, 4105.0, 4105.0, 4106.0, 4105.0, 4105.0, 4106.0, 4116.0, 4106.0, 4105.0, 4104.0, 4103.0, 4103.0, 4093.0, 4104.0, 4095.0, 4104.0, 4092.0, 4103.0, 4094.0, 4104.0, 4093.0, 4105.0, 4102.0, 4104.0, 4094.0, 4116.0, 4095.0, 4107.0, 4106.0, 4119.0, 4138.0, 4117.0, 4116.0, 4106.0, 4124.0, 4104.0, 4114.0, 4104.0, 4103.0, 4092.0, 4123.0, 4092.0, 4092.0, 4101.0, 4092.0, 4103.0, 4101.0, 4103.0, 4102.0, 4103.0, 4091.0, 4104.0, 4105.0, 4104.0, 4094.0, 4103.0, 4104.0, 4092.0, 4092.0, 4092.0, 4094.0, 4093.0, 4093.0, 4101.0, 4082.0, 4081.0, 4092.0, 4081.0, 4103.0, 4114.0, 4105.0, 4104.0, 4106.0, 4094.0, 4105.0, 4104.0, 4106.0, 4117.0, 4117.0, 4106.0, 4116.0, 4105.0, 4116.0, 4107.0, 4106.0, 4118.0, 4127.0, 4106.0, 4115.0, 4105.0, 4104.0, 4103.0, 4094.0, 4093.0, 4093.0, 4093.0, 4093.0, 4091.0, 4083.0, 4102.0, 4104.0, 4104.0, 4106.0, 4093.0, 4094.0, 4093.0, 4103.0, 4102.0, 4102.0, 4093.0, 4093.0, 4082.0, 4093.0, 4092.0, 4105.0, 4105.0, 4106.0, 4094.0, 4106.0, 4106.0, 4106.0, 4106.0, 4096.0, 4096.0, 4095.0, 4106.0, 4108.0, 4116.0, 4107.0, 4095.0, 4106.0, 4114.0, 4107.0, 4104.0, 4094.0, 4093.0, 4094.0, 4105.0, 4094.0, 4094.0, 4105.0, 4107.0, 4116.0, 4107.0, 4137.0, 4095.0, 4112.0, 4083.0, 4094.0, 4095.0, 4104.0, 4106.0, 4104.0, 4105.0, 4105.0, 4106.0, 4095.0, 4106.0, 4094.0, 4093.0, 4082.0, 4091.0, 4123.0, 4092.0, 4101.0, 4090.0, 4080.0, 4079.0, 4080.0, 4079.0, 4080.0, 4091.0, 4101.0, 4093.0, 4106.0, 4105.0, 4104.0, 4104.0, 4105.0, 4104.0, 4105.0, 4104.0, 4104.0, 4103.0, 4093.0, 4104.0, 4082.0, 4083.0, 4071.0, 4092.0, 4102.0, 4092.0, 4093.0, 4082.0, 4083.0, 4095.0, 4093.0, 4105.0, 4106.0, 4117.0, 4115.0, 4105.0, 4104.0, 4104.0, 4104.0, 4105.0, 4104.0, 4105.0, 4095.0, 4104.0, 4094.0, 4093.0, 4094.0, 4093.0, 4105.0, 4104.0, 4104.0, 4083.0, 4085.0, 4094.0, 4105.0, 4117.0, 4118.0, 4119.0, 4119.0, 4096.0, 4107.0, 4096.0, 4108.0, 4115.0, 4107.0, 4126.0, 4106.0, 4125.0, 4094.0, 4102.0, 4105.0, 4082.0, 4104.0, 4103.0, 4103.0, 4104.0, 4107.0, 4094.0, 4095.0, 4095.0, 4085.0, 4095.0, 4107.0, 4106.0, 4106.0, 4107.0, 4117.0, 4096.0, 4137.0, 4094.0, 4115.0, 4092.0, 4093.0, 4090.0, 4093.0, 4083.0, 4094.0, 4092.0, 4082.0, 4094.0, 4093.0, 4093.0, 4106.0, 4094.0, 4105.0, 4093.0, 4105.0, 4104.0, 4105.0, 4106.0, 4107.0, 4116.0, 4106.0, 4105.0, 4106.0, 4105.0, 4105.0, 4106.0, 4117.0, 4105.0, 4115.0, 4092.0, 4093.0, 4091.0, 4093.0, 4092.0, 4093.0, 4121.0, 4091.0, 4100.0, 4091.0, 4090.0, 4092.0, 4091.0, 4103.0, 4091.0, 4092.0, 4080.0, 4094.0, 4092.0, 4104.0, 4104.0, 4106.0, 4105.0, 4106.0, 4105.0, 4107.0, 4106.0, 4106.0, 4106.0, 4106.0, 4107.0, 4094.0, 4106.0, 4093.0, 4095.0, 4094.0, 4106.0, 4094.0, 4095.0, 4094.0, 4107.0, 4115.0, 4105.0, 4117.0, 4118.0, 4118.0, 4128.0, 4104.0, 4094.0, 4094.0, 4094.0, 4092.0, 4103.0, 4123.0, 4093.0, 4102.0, 4092.0, 4081.0, 4082.0, 4091.0, 4104.0, 4105.0, 4118.0, 4108.0, 4118.0, 4106.0, 4106.0, 4116.0, 4105.0, 4106.0, 4095.0, 4095.0, 4114.0, 4094.0, 4123.0, 4093.0, 4102.0, 4093.0, 4103.0, 4096.0, 4092.0, 4092.0, 4082.0, 4094.0, 4083.0, 4106.0, 4116.0, 4116.0, 4107.0, 4106.0, 4096.0, 4093.0, 4094.0, 4094.0, 4095.0, 4093.0, 4106.0, 4115.0, 4105.0, 4126.0, 4104.0, 4093.0, 4093.0, 4082.0, 4093.0, 4093.0, 4093.0, 4094.0, 4092.0, 4094.0, 4105.0, 4083.0, 4096.0, 4107.0, 4130.0, 4121.0, 4120.0, 4140.0, 4119.0, 4129.0, 4107.0, 4107.0, 4137.0, 4106.0, 4125.0, 4115.0, 4104.0, 4093.0, 4084.0, 4092.0, 4094.0, 4135.0, 4094.0, 4102.0, 4092.0, 4081.0, 4093.0, 4081.0, 4092.0, 4093.0, 4093.0, 4094.0, 4093.0, 4094.0, 4093.0, 4103.0, 4104.0, 4105.0, 4094.0, 4094.0, 4093.0, 4093.0, 4093.0, 4094.0, 4092.0, 4105.0, 4114.0, 4104.0, 4102.0, 4093.0, 4082.0, 4083.0, 4093.0, 4095.0, 4095.0, 4095.0, 4093.0, 4116.0, 4115.0, 4095.0, 4097.0, 4106.0, 4106.0, 4117.0, 4129.0, 4108.0, 4138.0, 4106.0, 4114.0, 4093.0, 4093.0, 4104.0, 4104.0, 4092.0, 4103.0, 4093.0, 4093.0, 4093.0, 4093.0, 4105.0, 4104.0, 4104.0, 4094.0, 4104.0, 4092.0, 4106.0, 4104.0, 4106.0, 4106.0, 4107.0, 4095.0, 4105.0, 4104.0, 4106.0, 4116.0, 4106.0, 4104.0, 4105.0, 4095.0, 4106.0, 4094.0, 4107.0, 4105.0, 4118.0, 4117.0, 4106.0, 4094.0, 4106.0, 4094.0, 4106.0, 4104.0, 4106.0, 4116.0, 4105.0, 4104.0, 4105.0, 4104.0, 4105.0, 4103.0, 4105.0, 4105.0, 4105.0, 4093.0, 4094.0, 4093.0, 4103.0, 4093.0, 4105.0, 4093.0, 4104.0, 4106.0, 4105.0, 4105.0, 4105.0, 4105.0, 4117.0, 4107.0, 4117.0, 4108.0, 4106.0, 4117.0, 4095.0, 4095.0, 4104.0, 4104.0, 4126.0, 4105.0, 4103.0, 4093.0, 4092.0, 4105.0, 4093.0, 4104.0, 4105.0, 4105.0, 4095.0, 4105.0, 4094.0, 4106.0, 4105.0, 4118.0, 4118.0, 4119.0, 4120.0, 4120.0, 4118.0, 4119.0, 4110.0, 4108.0, 4109.0, 4150.0, 4109.0, 4137.0, 4117.0, 4115.0, 4104.0, 4104.0, 4105.0, 4116.0, 4106.0, 4106.0, 4106.0, 4094.0, 4106.0, 4094.0, 4105.0, 4096.0, 4106.0, 4106.0, 4094.0, 4126.0, 4091.0, 4094.0, 4092.0, 4093.0, 4093.0, 4094.0, 4104.0, 4094.0, 4092.0, 4092.0, 4101.0, 4092.0, 4102.0, 4093.0, 4091.0, 4091.0, 4080.0, 4091.0, 4080.0, 4092.0, 4105.0, 4105.0, 4095.0, 4096.0, 4096.0, 4098.0, 4106.0, 4117.0, 4127.0, 4108.0, 4127.0, 4116.0, 4105.0, 4105.0, 4094.0, 4093.0, 4095.0, 4093.0, 4104.0, 4105.0], 'WindowWidth': [9262.0, 9223.0, 9186.0, 9200.0, 9156.0, 9167.0, 9147.0, 9116.0, 9140.0, 9116.0, 9126.0, 9133.0, 9142.0, 9127.0, 9139.0, 9128.0, 9143.0, 9132.0, 9149.0, 9150.0, 9125.0, 9142.0, 9120.0, 9109.0, 9117.0, 9121.0, 9121.0, 9107.0, 9116.0, 9120.0, 9118.0, 9108.0, 9125.0, 9139.0, 9141.0, 9125.0, 9143.0, 9110.0, 9114.0, 9127.0, 9129.0, 9149.0, 9149.0, 9145.0, 9144.0, 9129.0, 9141.0, 9126.0, 9143.0, 9141.0, 9120.0, 9122.0, 9145.0, 9102.0, 9102.0, 9117.0, 9106.0, 9121.0, 9101.0, 9118.0, 9103.0, 9118.0, 9106.0, 9121.0, 9104.0, 9124.0, 9105.0, 9111.0, 9121.0, 9126.0, 9121.0, 9146.0, 9125.0, 9114.0, 9106.0, 9122.0, 9122.0, 9118.0, 9125.0, 9125.0, 9120.0, 9109.0, 9121.0, 9124.0, 9141.0, 9130.0, 9145.0, 9150.0, 9130.0, 9129.0, 9107.0, 9125.0, 9123.0, 9123.0, 9124.0, 9123.0, 9108.0, 9120.0, 9109.0, 9126.0, 9127.0, 9143.0, 9135.0, 9126.0, 9114.0, 9124.0, 9115.0, 9123.0, 9127.0, 9156.0, 9143.0, 9137.0, 9127.0, 9124.0, 9125.0, 9124.0, 9142.0, 9131.0, 9125.0, 9110.0, 9120.0, 9111.0, 9101.0, 9108.0, 9102.0, 9125.0, 9133.0, 9118.0, 9087.0, 9119.0, 9119.0, 9125.0, 9128.0, 9144.0, 9127.0, 9162.0, 9133.0, 9150.0, 9162.0, 9151.0, 9135.0, 9124.0, 9114.0, 9109.0, 9126.0, 9123.0, 9123.0, 9142.0, 9140.0, 9125.0, 9139.0, 9125.0, 9144.0, 9114.0, 9149.0, 9152.0, 9170.0, 9165.0, 9152.0, 9161.0, 9147.0, 9148.0, 9126.0, 9134.0, 9141.0, 9128.0, 9124.0, 9113.0, 9107.0, 9109.0, 9108.0, 9118.0, 9124.0, 9128.0, 9125.0, 9145.0, 9139.0, 9133.0, 9125.0, 9146.0, 9170.0, 9124.0, 9136.0, 9125.0, 9121.0, 9120.0, 9104.0, 9121.0, 9104.0, 9099.0, 9100.0, 9100.0, 9099.0, 9116.0, 9103.0, 9128.0, 9110.0, 9134.0, 9129.0, 9113.0, 9103.0, 9129.0, 9118.0, 9143.0, 9148.0, 9130.0, 9174.0, 9124.0, 9155.0, 9118.0, 9109.0, 9120.0, 9105.0, 9144.0, 9100.0, 9081.0, 9100.0, 9080.0, 9102.0, 9119.0, 9123.0, 9106.0, 9096.0, 9108.0, 9112.0, 9122.0, 9128.0, 9130.0, 9132.0, 9127.0, 9146.0, 9128.0, 9129.0, 9128.0, 9128.0, 9132.0, 9132.0, 9104.0, 9109.0, 9116.0, 9105.0, 9121.0, 9125.0, 9142.0, 9127.0, 9126.0, 9128.0, 9126.0, 9125.0, 9130.0, 9145.0, 9130.0, 9125.0, 9123.0, 9121.0, 9120.0, 9105.0, 9122.0, 9113.0, 9122.0, 9106.0, 9119.0, 9109.0, 9120.0, 9106.0, 9124.0, 9119.0, 9122.0, 9109.0, 9141.0, 9114.0, 9134.0, 9129.0, 9153.0, 9176.0, 9146.0, 9143.0, 9128.0, 9150.0, 9122.0, 9136.0, 9123.0, 9118.0, 9101.0, 9145.0, 9102.0, 9100.0, 9113.0, 9102.0, 9117.0, 9114.0, 9117.0, 9117.0, 9118.0, 9101.0, 9121.0, 9126.0, 9125.0, 9109.0, 9119.0, 9120.0, 9101.0, 9104.0, 9101.0, 9108.0, 9106.0, 9105.0, 9114.0, 9089.0, 9084.0, 9103.0, 9087.0, 9120.0, 9137.0, 9126.0, 9122.0, 9125.0, 9107.0, 9124.0, 9123.0, 9129.0, 9146.0, 9147.0, 9128.0, 9143.0, 9128.0, 9143.0, 9133.0, 9127.0, 9148.0, 9158.0, 9126.0, 9137.0, 9124.0, 9122.0, 9117.0, 9106.0, 9105.0, 9107.0, 9103.0, 9105.0, 9100.0, 9094.0, 9116.0, 9123.0, 9123.0, 9129.0, 9106.0, 9108.0, 9104.0, 9118.0, 9117.0, 9117.0, 9105.0, 9104.0, 9089.0, 9106.0, 9104.0, 9124.0, 9123.0, 9127.0, 9109.0, 9128.0, 9126.0, 9129.0, 9127.0, 9117.0, 9116.0, 9115.0, 9131.0, 9138.0, 9143.0, 9131.0, 9112.0, 9127.0, 9135.0, 9128.0, 9122.0, 9110.0, 9106.0, 9110.0, 9125.0, 9111.0, 9112.0, 9126.0, 9133.0, 9142.0, 9130.0, 9170.0, 9110.0, 9126.0, 9090.0, 9107.0, 9111.0, 9123.0, 9127.0, 9121.0, 9127.0, 9125.0, 9129.0, 9109.0, 9126.0, 9106.0, 9105.0, 9087.0, 9100.0, 9144.0, 9099.0, 9111.0, 9095.0, 9080.0, 9075.0, 9079.0, 9078.0, 9080.0, 9097.0, 9115.0, 9104.0, 9129.0, 9125.0, 9122.0, 9120.0, 9123.0, 9122.0, 9124.0, 9122.0, 9121.0, 9121.0, 9103.0, 9120.0, 9085.0, 9089.0, 9071.0, 9102.0, 9116.0, 9102.0, 9102.0, 9090.0, 9090.0, 9110.0, 9106.0, 9127.0, 9129.0, 9144.0, 9139.0, 9125.0, 9121.0, 9121.0, 9120.0, 9123.0, 9121.0, 9126.0, 9112.0, 9121.0, 9108.0, 9105.0, 9109.0, 9104.0, 9123.0, 9122.0, 9122.0, 9093.0, 9097.0, 9109.0, 9128.0, 9147.0, 9149.0, 9154.0, 9152.0, 9118.0, 9133.0, 9115.0, 9131.0, 9140.0, 9128.0, 9154.0, 9127.0, 9153.0, 9108.0, 9115.0, 9123.0, 9090.0, 9123.0, 9118.0, 9121.0, 9125.0, 9129.0, 9108.0, 9113.0, 9113.0, 9100.0, 9111.0, 9131.0, 9129.0, 9128.0, 9132.0, 9146.0, 9115.0, 9171.0, 9106.0, 9136.0, 9102.0, 9105.0, 9097.0, 9107.0, 9093.0, 9108.0, 9103.0, 9090.0, 9106.0, 9107.0, 9105.0, 9127.0, 9109.0, 9127.0, 9107.0, 9125.0, 9122.0, 9126.0, 9129.0, 9133.0, 9144.0, 9130.0, 9128.0, 9129.0, 9126.0, 9126.0, 9130.0, 9144.0, 9123.0, 9139.0, 9102.0, 9105.0, 9099.0, 9103.0, 9101.0, 9105.0, 9141.0, 9097.0, 9110.0, 9099.0, 9097.0, 9101.0, 9100.0, 9118.0, 9099.0, 9102.0, 9083.0, 9106.0, 9101.0, 9122.0, 9124.0, 9128.0, 9124.0, 9128.0, 9128.0, 9131.0, 9127.0, 9130.0, 9130.0, 9129.0, 9129.0, 9109.0, 9128.0, 9105.0, 9110.0, 9107.0, 9129.0, 9110.0, 9113.0, 9110.0, 9130.0, 9140.0, 9126.0, 9147.0, 9149.0, 9149.0, 9161.0, 9123.0, 9108.0, 9107.0, 9109.0, 9101.0, 9119.0, 9145.0, 9105.0, 9114.0, 9102.0, 9085.0, 9088.0, 9101.0, 9124.0, 9126.0, 9151.0, 9135.0, 9148.0, 9130.0, 9128.0, 9143.0, 9126.0, 9128.0, 9111.0, 9113.0, 9135.0, 9108.0, 9146.0, 9104.0, 9116.0, 9104.0, 9120.0, 9112.0, 9102.0, 9102.0, 9090.0, 9110.0, 9093.0, 9130.0, 9141.0, 9143.0, 9132.0, 9130.0, 9114.0, 9106.0, 9110.0, 9110.0, 9113.0, 9108.0, 9131.0, 9140.0, 9128.0, 9155.0, 9122.0, 9105.0, 9105.0, 9088.0, 9104.0, 9104.0, 9107.0, 9109.0, 9103.0, 9107.0, 9124.0, 9096.0, 9118.0, 9134.0, 9171.0, 9160.0, 9157.0, 9182.0, 9152.0, 9165.0, 9130.0, 9131.0, 9172.0, 9127.0, 9151.0, 9136.0, 9119.0, 9106.0, 9095.0, 9102.0, 9107.0, 9166.0, 9107.0, 9113.0, 9100.0, 9085.0, 9102.0, 9086.0, 9102.0, 9106.0, 9105.0, 9107.0, 9103.0, 9108.0, 9105.0, 9121.0, 9123.0, 9126.0, 9109.0, 9109.0, 9106.0, 9108.0, 9104.0, 9108.0, 9104.0, 9127.0, 9137.0, 9122.0, 9116.0, 9105.0, 9089.0, 9093.0, 9105.0, 9112.0, 9113.0, 9112.0, 9106.0, 9142.0, 9141.0, 9113.0, 9118.0, 9129.0, 9132.0, 9148.0, 9167.0, 9135.0, 9174.0, 9126.0, 9135.0, 9107.0, 9107.0, 9122.0, 9123.0, 9103.0, 9120.0, 9103.0, 9105.0, 9106.0, 9107.0, 9126.0, 9123.0, 9121.0, 9108.0, 9123.0, 9105.0, 9127.0, 9122.0, 9129.0, 9129.0, 9129.0, 9113.0, 9126.0, 9124.0, 9130.0, 9143.0, 9130.0, 9123.0, 9125.0, 9111.0, 9128.0, 9110.0, 9131.0, 9128.0, 9148.0, 9144.0, 9129.0, 9110.0, 9128.0, 9110.0, 9128.0, 9124.0, 9129.0, 9142.0, 9126.0, 9123.0, 9125.0, 9122.0, 9124.0, 9120.0, 9125.0, 9124.0, 9126.0, 9107.0, 9106.0, 9104.0, 9119.0, 9104.0, 9123.0, 9105.0, 9122.0, 9128.0, 9125.0, 9125.0, 9126.0, 9127.0, 9144.0, 9132.0, 9146.0, 9135.0, 9129.0, 9146.0, 9110.0, 9112.0, 9121.0, 9121.0, 9155.0, 9124.0, 9120.0, 9107.0, 9103.0, 9124.0, 9106.0, 9124.0, 9127.0, 9129.0, 9112.0, 9126.0, 9110.0, 9129.0, 9127.0, 9149.0, 9151.0, 9154.0, 9156.0, 9155.0, 9150.0, 9153.0, 9141.0, 9135.0, 9137.0, 9195.0, 9137.0, 9172.0, 9143.0, 9137.0, 9123.0, 9121.0, 9126.0, 9143.0, 9132.0, 9128.0, 9128.0, 9109.0, 9127.0, 9112.0, 9125.0, 9117.0, 9130.0, 9128.0, 9109.0, 9155.0, 9101.0, 9108.0, 9103.0, 9108.0, 9106.0, 9112.0, 9121.0, 9110.0, 9103.0, 9102.0, 9114.0, 9103.0, 9117.0, 9106.0, 9098.0, 9096.0, 9081.0, 9097.0, 9082.0, 9102.0, 9124.0, 9128.0, 9112.0, 9116.0, 9116.0, 9121.0, 9129.0, 9146.0, 9159.0, 9134.0, 9156.0, 9140.0, 9122.0, 9122.0, 9107.0, 9104.0, 9111.0, 9106.0, 9122.0, 9124.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.0002944649021864212</td></tr>
<tr><td colspan=3>aqi</td><td>0.01587514925201381</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.858885057534565</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1858367039285707</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.999339168248848</td></tr>
<tr><td colspan=3>efc</td><td>0.4436</td></tr>
<tr><td colspan=3>fber</td><td>7445.5962</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07539836213931231</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.46029919447640966</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3701123599138536</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2795104911067803</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6346636644574506</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.19616292417733</td></tr>
<tr><td colspan=3>gcor</td><td>0.00864068</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015133481472730637</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01910463720560074</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.754184236270483</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>29.0268</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.0438</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.397</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311167.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>829.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>367.3502</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1415</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>525.9264</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3373.6769</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3606.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65377.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1009.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4437.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>960.5209</td></tr>
<tr><td colspan=3>tsnr</td><td>47.03919617459178</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>