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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0030/ses-01/func/sub-0030_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d220043c76e81c9e48dc8fcbfbee4536</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:37:8.705000</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.995708, -0.0166834, 0.0910373, 0.0298998, 0.988861, -0.145807]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.102539</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7705, -7256, 437, -117, -310, -112, 101]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>255.309</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9f4776ea-7597-4840-baa6-793a201a7240||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.6714110374450684, 0.08021902292966843, 0.23649485409259796, 103.17628479003906], [0.0447603315114975, 2.6530418395996094, -0.3993397355079651, -89.08854675292969], [0.2442464381456375, 0.3911907374858856, 2.6598117351531982, -114.89617919921875], [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': ['183708.705000', '183709.165000', '183709.625000', '183710.085000', '183710.545000', '183711.005000', '183711.465000', '183711.925000', '183712.385000', '183712.845000', '183713.305000', '183713.765000', '183714.225000', '183714.685000', '183715.145000', '183715.605000', '183716.065000', '183716.525000', '183716.985000', '183717.445000', '183717.905000', '183718.365000', '183718.825000', '183719.285000', '183719.745000', '183720.205000', '183720.665000', '183721.125000', '183721.585000', '183722.045000', '183722.505000', '183722.965000', '183723.425000', '183723.885000', '183724.345000', '183724.805000', '183725.265000', '183725.725000', '183726.185000', '183726.645000', '183727.105000', '183727.565000', '183728.025000', '183728.485000', '183728.945000', '183729.405000', '183729.865000', '183730.325000', '183730.785000', '183731.245000', '183731.705000', '183732.165000', '183732.625000', '183733.085000', '183733.545000', '183734.005000', '183734.465000', '183734.925000', '183735.385000', '183735.845000', '183736.305000', '183736.765000', '183737.225000', '183737.685000', '183738.145000', '183738.605000', '183739.065000', '183739.525000', '183739.985000', '183740.445000', '183740.905000', '183741.365000', '183741.825000', '183742.285000', '183742.745000', '183743.205000', '183743.665000', '183744.125000', '183744.585000', '183745.045000', '183745.505000', '183745.965000', '183746.425000', '183746.885000', '183747.345000', '183747.805000', '183748.265000', '183748.725000', '183749.185000', '183749.645000', '183750.105000', '183750.565000', '183751.025000', '183751.485000', '183751.945000', '183752.405000', '183752.865000', '183753.325000', '183753.785000', '183754.245000', '183754.705000', '183755.165000', '183755.625000', '183756.085000', '183756.545000', '183757.005000', '183757.465000', '183757.925000', '183758.385000', '183758.845000', '183759.305000', '183759.765000', '183800.225000', '183800.685000', '183801.145000', '183801.605000', '183802.065000', '183802.525000', '183802.985000', '183803.445000', '183803.905000', '183804.365000', '183804.825000', '183805.285000', '183805.745000', '183806.205000', '183806.665000', '183807.125000', '183807.585000', '183808.045000', '183808.505000', '183808.965000', '183809.425000', '183809.885000', '183810.345000', '183810.805000', '183811.265000', '183811.725000', '183812.185000', '183812.645000', '183813.105000', '183813.565000', '183814.025000', '183814.485000', '183814.945000', '183815.405000', '183815.865000', '183816.325000', '183816.785000', '183817.245000', '183817.705000', '183818.165000', '183818.625000', '183819.085000', '183819.545000', '183820.005000', '183820.465000', '183820.925000', '183821.385000', '183821.845000', '183822.305000', '183822.765000', '183823.225000', '183823.685000', '183824.145000', '183824.605000', '183825.065000', '183825.525000', '183825.985000', '183826.445000', '183826.905000', '183827.365000', '183827.825000', '183828.285000', '183828.745000', '183829.205000', '183829.665000', '183830.125000', '183830.585000', '183831.045000', '183831.505000', '183831.965000', '183832.425000', '183832.885000', '183833.345000', '183833.805000', '183834.265000', '183834.725000', '183835.185000', '183835.645000', '183836.105000', '183836.565000', '183837.025000', '183837.485000', '183837.945000', '183838.405000', '183838.865000', '183839.325000', '183839.785000', '183840.245000', '183840.705000', '183841.165000', '183841.625000', '183842.085000', '183842.545000', '183843.005000', '183843.465000', '183843.925000', '183844.385000', '183844.845000', '183845.305000', '183845.765000', '183846.225000', '183846.685000', '183847.145000', '183847.605000', '183848.065000', '183848.525000', '183848.985000', '183849.445000', '183849.905000', '183850.365000', '183850.825000', '183851.285000', '183851.745000', '183852.205000', '183852.665000', '183853.125000', '183853.585000', '183854.045000', '183854.505000', '183854.965000', '183855.425000', '183855.885000', '183856.345000', '183856.805000', '183857.265000', '183857.725000', '183858.185000', '183858.645000', '183859.105000', '183859.565000', '183900.025000', '183900.485000', '183900.945000', '183901.405000', '183901.865000', '183902.325000', '183902.785000', '183903.245000', '183903.705000', '183904.165000', '183904.625000', '183905.085000', '183905.545000', '183906.005000', '183906.465000', '183906.925000', '183907.385000', '183907.845000', '183908.305000', '183908.765000', '183909.225000', '183909.685000', '183910.145000', '183910.605000', '183911.065000', '183911.525000', '183911.985000', '183912.445000', '183912.905000', '183913.365000', '183913.825000', '183914.285000', '183914.745000', '183915.205000', '183915.665000', '183916.125000', '183916.585000', '183917.045000', '183917.505000', '183917.965000', '183918.425000', '183918.885000', '183919.345000', '183919.805000', '183920.265000', '183920.725000', '183921.185000', '183921.645000', '183922.105000', '183922.565000', '183923.025000', '183923.485000', '183923.945000', '183924.405000', '183924.865000', '183925.325000', '183925.785000', '183926.245000', '183926.705000', '183927.165000', '183927.625000', '183928.085000', '183928.545000', '183929.005000', '183929.465000', '183929.925000', '183930.385000', '183930.845000', '183931.305000', '183931.765000', '183932.225000', '183932.685000', '183933.145000', '183933.605000', '183934.065000', '183934.525000', '183934.985000', '183935.445000', '183935.905000', '183936.365000', '183936.825000', '183937.285000', '183937.745000', '183938.205000', '183938.665000', '183939.125000', '183939.585000', '183940.045000', '183940.505000', '183940.965000', '183941.425000', '183941.885000', '183942.345000', '183942.805000', '183943.265000', '183943.725000', '183944.185000', '183944.645000', '183945.105000', '183945.565000', '183946.025000', '183946.485000', '183946.945000', '183947.405000', '183947.865000', '183948.325000', '183948.785000', '183949.245000', '183949.705000', '183950.165000', '183950.625000', '183951.085000', '183951.545000', '183952.005000', '183952.465000', '183952.925000', '183953.385000', '183953.845000', '183954.305000', '183954.765000', '183955.225000', '183955.685000', '183956.145000', '183956.605000', '183957.065000', '183957.525000', '183957.985000', '183958.445000', '183958.905000', '183959.365000', '183959.825000', '184000.285000', '184000.745000', '184001.205000', '184001.665000', '184002.125000', '184002.585000', '184003.045000', '184003.505000', '184003.965000', '184004.425000', '184004.885000', '184005.345000', '184005.805000', '184006.265000', '184006.725000', '184007.185000', '184007.645000', '184008.105000', '184008.565000', '184009.025000', '184009.485000', '184009.945000', '184010.405000', '184010.865000', '184011.325000', '184011.785000', '184012.245000', '184012.705000', '184013.165000', '184013.625000', '184014.085000', '184014.545000', '184015.005000', '184015.465000', '184015.925000', '184016.385000', '184016.845000', '184017.305000', '184017.765000', '184018.225000', '184018.685000', '184019.145000', '184019.605000', '184020.065000', '184020.525000', '184020.985000', '184021.445000', '184021.905000', '184022.365000', '184022.825000', '184023.285000', '184023.745000', '184024.205000', '184024.665000', '184025.125000', '184025.585000', '184026.045000', '184026.505000', '184026.965000', '184027.425000', '184027.885000', '184028.345000', '184028.805000', '184029.265000', '184029.725000', '184030.185000', '184030.645000', '184031.105000', '184031.565000', '184032.025000', '184032.485000', '184032.945000', '184033.405000', '184033.865000', '184034.325000', '184034.785000', '184035.245000', '184035.705000', '184036.165000', '184036.625000', '184037.085000', '184037.545000', '184038.005000', '184038.465000', '184038.925000', '184039.385000', '184039.845000', '184040.305000', '184040.765000', '184041.225000', '184041.685000', '184042.145000', '184042.605000', '184043.065000', '184043.525000', '184043.985000', '184044.445000', '184044.905000', '184045.365000', '184045.825000', '184046.285000', '184046.745000', '184047.205000', '184047.665000', '184048.125000', '184048.585000', '184049.045000', '184049.505000', '184049.965000', '184050.425000', '184050.885000', '184051.345000', '184051.805000', '184052.265000', '184052.725000', '184053.185000', '184053.645000', '184054.105000', '184054.565000', '184055.025000', '184055.485000', '184055.945000', '184056.405000', '184056.865000', '184057.325000', '184057.785000', '184058.245000', '184058.705000', '184059.165000', '184059.625000', '184100.085000', '184100.545000', '184101.005000', '184101.465000', '184101.925000', '184102.385000', '184102.845000', '184103.305000', '184103.765000', '184104.225000', '184104.685000', '184105.145000', '184105.605000', '184106.065000', '184106.525000', '184106.985000', '184107.445000', '184107.905000', '184108.365000', '184108.825000', '184109.285000', '184109.745000', '184110.205000', '184110.665000', '184111.125000', '184111.585000', '184112.045000', '184112.505000', '184112.965000', '184113.425000', '184113.885000', '184114.345000', '184114.805000', '184115.265000', '184115.725000', '184116.185000', '184116.645000', '184117.105000', '184117.565000', '184118.025000', '184118.485000', '184118.945000', '184119.405000', '184119.865000', '184120.325000', '184120.785000', '184121.245000', '184121.705000', '184122.165000', '184122.625000', '184123.085000', '184123.545000', '184124.005000', '184124.465000', '184124.925000', '184125.385000', '184125.845000', '184126.305000', '184126.765000', '184127.225000', '184127.685000', '184128.145000', '184128.605000', '184129.065000', '184129.525000', '184129.985000', '184130.445000', '184130.905000', '184131.365000', '184131.825000', '184132.285000', '184132.745000', '184133.205000', '184133.665000', '184134.125000', '184134.585000', '184135.045000', '184135.505000', '184135.965000', '184136.425000', '184136.885000', '184137.345000', '184137.805000', '184138.265000', '184138.725000', '184139.185000', '184139.645000', '184140.105000', '184140.565000', '184141.025000', '184141.485000', '184141.945000', '184142.405000', '184142.865000', '184143.325000', '184143.785000', '184144.245000', '184144.705000', '184145.165000', '184145.625000', '184146.085000', '184146.545000', '184147.005000', '184147.465000', '184147.925000', '184148.385000', '184148.845000', '184149.305000', '184149.765000', '184150.225000', '184150.685000', '184151.145000', '184151.605000', '184152.065000', '184152.525000', '184152.985000', '184153.445000', '184153.905000', '184154.365000', '184154.825000', '184155.285000', '184155.745000', '184156.205000', '184156.665000', '184157.125000', '184157.585000', '184158.045000', '184158.505000', '184158.965000', '184159.425000', '184159.885000', '184200.345000', '184200.805000', '184201.265000', '184201.725000', '184202.185000', '184202.645000', '184203.105000', '184203.565000', '184204.025000', '184204.485000', '184204.945000', '184205.405000', '184205.865000', '184206.325000', '184206.785000', '184207.245000', '184207.705000', '184208.165000', '184208.625000', '184209.085000', '184209.545000', '184210.005000', '184210.465000', '184210.925000', '184211.385000', '184211.845000', '184212.305000', '184212.765000', '184213.225000', '184213.685000', '184214.145000', '184214.605000', '184215.065000', '184215.525000', '184215.985000', '184216.445000', '184216.905000', '184217.365000', '184217.825000', '184218.285000', '184218.745000', '184219.205000', '184219.665000', '184220.125000', '184220.585000', '184221.045000', '184221.505000', '184221.965000', '184222.425000', '184222.885000', '184223.345000', '184223.805000', '184224.265000', '184224.725000', '184225.185000', '184225.645000', '184226.105000', '184226.565000', '184227.025000', '184227.485000', '184227.945000', '184228.405000', '184228.865000', '184229.325000', '184229.785000', '184230.245000', '184230.705000', '184231.165000', '184231.625000', '184232.085000', '184232.545000', '184233.005000', '184233.465000', '184233.925000', '184234.385000', '184234.845000', '184235.305000', '184235.765000', '184236.225000', '184236.685000', '184237.145000', '184237.605000', '184238.065000', '184238.525000', '184238.985000', '184239.445000', '184239.905000', '184240.365000', '184240.825000', '184241.285000', '184241.745000', '184242.205000', '184242.665000', '184243.125000', '184243.585000', '184244.045000', '184244.505000', '184244.965000', '184245.425000', '184245.885000', '184246.345000', '184246.805000', '184247.265000', '184247.725000', '184248.185000', '184248.645000', '184249.105000', '184249.565000', '184250.025000', '184250.485000', '184250.945000', '184251.405000', '184251.865000', '184252.325000', '184252.785000', '184253.245000', '184253.705000', '184254.165000', '184254.625000', '184255.085000', '184255.545000', '184256.005000', '184256.465000', '184256.925000', '184257.385000', '184257.845000', '184258.305000', '184258.765000', '184259.225000', '184259.685000', '184300.145000', '184300.605000', '184301.065000', '184301.525000', '184301.985000', '184302.445000', '184302.905000', '184303.365000', '184303.825000', '184304.285000', '184304.745000', '184305.205000', '184305.665000', '184306.125000', '184306.585000', '184307.045000', '184307.505000', '184307.965000', '184308.425000', '184308.885000', '184309.345000', '184309.805000', '184310.265000', '184310.725000', '184311.185000', '184311.645000', '184312.105000', '184312.565000', '184313.025000', '184313.485000', '184313.945000', '184314.405000', '184314.865000', '184315.325000', '184315.785000', '184316.245000', '184316.705000', '184317.165000', '184317.625000', '184318.085000', '184318.545000', '184319.005000', '184319.465000', '184319.925000', '184320.385000', '184320.845000', '184321.305000', '184321.765000', '184322.225000', '184322.685000', '184323.145000', '184323.605000', '184324.065000', '184324.525000', '184324.985000', '184325.445000', '184325.905000', '184326.365000', '184326.825000', '184327.285000', '184327.745000', '184328.205000', '184328.665000', '184329.125000', '184329.585000', '184330.045000', '184330.505000', '184330.965000', '184331.425000', '184331.885000', '184332.345000', '184332.805000', '184333.265000', '184333.725000', '184334.185000', '184334.645000', '184335.105000', '184335.565000', '184336.025000', '184336.485000', '184336.945000', '184337.405000', '184337.865000', '184338.325000', '184338.785000', '184339.245000', '184339.705000', '184340.165000', '184340.625000', '184341.085000', '184341.545000', '184342.005000', '184342.465000', '184342.925000', '184343.385000', '184343.845000', '184344.305000', '184344.765000', '184345.225000', '184345.685000', '184346.145000', '184346.605000', '184347.065000', '184347.525000', '184347.985000', '184348.445000', '184348.905000', '184349.365000'], 'ContentTime': ['183733.450000', '183733.453000', '183733.462000', '183733.464000', '183733.467000', '183733.469000', '183733.472000', '183733.474000', '183733.477000', '183733.480000', '183733.482000', '183733.485000', '183733.487000', '183733.490000', '183733.493000', '183733.495000', '183733.498000', '183733.500000', '183733.503000', '183733.505000', '183733.508000', '183733.511000', '183733.513000', '183733.516000', '183733.518000', '183733.521000', '183733.524000', '183733.526000', '183733.529000', '183733.531000', '183733.534000', '183733.537000', '183733.539000', '183733.545000', '183733.547000', '183733.550000', '183733.552000', '183733.555000', '183733.557000', '183733.560000', '183733.563000', '183733.565000', '183733.568000', '183733.570000', '183733.573000', '183733.576000', '183733.578000', '183733.581000', '183733.583000', '183733.586000', '183733.589000', '183753.418000', '183753.421000', '183753.424000', '183753.426000', '183753.429000', '183753.432000', '183753.434000', '183753.437000', '183753.439000', '183753.442000', '183753.445000', '183753.447000', '183753.450000', '183753.452000', '183753.455000', '183753.457000', '183753.460000', '183753.462000', '183753.465000', '183753.468000', '183753.470000', '183753.473000', '183753.481000', '183753.483000', '183753.486000', '183753.488000', '183753.491000', '183753.494000', '183753.496000', '183753.499000', '183753.501000', '183753.504000', '183753.506000', '183753.509000', '183753.512000', '183753.514000', '183753.517000', '183753.519000', '183753.522000', '183753.524000', '183753.527000', '183753.529000', '183753.532000', '183753.535000', '183813.419000', '183813.421000', '183813.424000', '183813.427000', '183813.429000', '183813.432000', '183813.434000', '183813.437000', '183813.440000', '183813.442000', '183813.445000', '183813.447000', '183813.450000', '183813.452000', '183813.455000', '183813.458000', '183813.460000', '183813.463000', '183813.465000', '183813.468000', '183813.470000', '183813.473000', '183813.476000', '183813.478000', '183813.481000', '183813.483000', '183813.486000', '183813.488000', '183813.491000', '183813.493000', '183813.496000', '183813.499000', '183813.501000', '183813.504000', '183813.506000', '183813.509000', '183813.512000', '183813.520000', '183813.523000', '183813.525000', '183813.528000', '183813.530000', '183813.533000', '183833.418000', '183833.421000', '183833.424000', '183833.426000', '183833.429000', '183833.433000', '183833.436000', '183833.438000', '183833.441000', '183833.443000', '183833.446000', '183833.448000', '183833.453000', '183833.456000', '183833.458000', '183833.461000', '183833.464000', '183833.466000', '183833.469000', '183833.471000', '183833.474000', '183833.477000', '183833.479000', '183833.482000', '183833.485000', '183833.487000', '183833.490000', '183833.492000', '183833.495000', '183833.497000', '183833.500000', '183833.503000', '183833.505000', '183833.508000', '183833.511000', '183833.513000', '183833.516000', '183833.518000', '183833.521000', '183833.523000', '183833.526000', '183833.529000', '183833.531000', '183833.534000', '183853.419000', '183853.431000', '183853.433000', '183853.436000', '183853.439000', '183853.441000', '183853.444000', '183853.446000', '183853.449000', '183853.451000', '183853.454000', '183853.457000', '183853.459000', '183853.462000', '183853.464000', '183853.467000', '183853.469000', '183853.472000', '183853.475000', '183853.477000', '183853.480000', '183853.482000', '183853.485000', '183853.487000', '183853.490000', '183853.493000', '183853.495000', '183853.498000', '183853.500000', '183853.503000', '183853.505000', '183853.508000', '183853.511000', '183853.513000', '183853.516000', '183853.518000', '183853.521000', '183853.523000', '183853.526000', '183853.528000', '183853.531000', '183853.533000', '183853.536000', '183913.419000', '183913.421000', '183913.424000', '183913.427000', '183913.429000', '183913.432000', '183913.434000', '183913.437000', '183913.439000', '183913.442000', '183913.444000', '183913.447000', '183913.450000', '183913.452000', '183913.455000', '183913.457000', '183913.460000', '183913.463000', '183913.469000', '183913.472000', '183913.474000', '183913.477000', '183913.480000', '183913.482000', '183913.485000', '183913.487000', '183913.490000', '183913.492000', '183913.495000', '183913.498000', '183913.500000', '183913.503000', '183913.506000', '183913.508000', '183913.511000', '183913.513000', '183913.516000', '183913.518000', '183913.521000', '183913.523000', '183913.526000', '183913.528000', '183913.531000', '183913.534000', '183933.419000', '183933.421000', '183933.424000', '183933.426000', '183933.429000', '183933.432000', '183933.434000', '183933.437000', '183933.439000', '183933.442000', '183933.445000', '183933.447000', '183933.450000', '183933.452000', '183933.455000', '183933.457000', '183933.460000', '183933.463000', '183933.465000', '183933.468000', '183933.470000', '183933.473000', '183933.475000', '183933.478000', '183933.480000', '183933.483000', '183933.486000', '183933.488000', '183933.491000', '183933.493000', '183933.496000', '183933.499000', '183933.501000', '183933.504000', '183933.506000', '183933.509000', '183933.511000', '183933.514000', '183933.516000', '183933.519000', '183933.521000', '183933.524000', '183933.527000', '183953.419000', '183953.422000', '183953.425000', '183953.427000', '183953.430000', '183953.432000', '183953.435000', '183953.438000', '183953.440000', '183953.443000', '183953.450000', '183953.452000', '183953.455000', '183953.457000', '183953.460000', '183953.463000', '183953.465000', '183953.468000', '183953.471000', '183953.474000', '183953.476000', '183953.479000', '183953.481000', '183953.484000', '183953.486000', '183953.489000', '183953.492000', '183953.495000', '183953.497000', '183953.500000', '183953.502000', '183953.505000', '183953.507000', '183953.510000', '183953.513000', '183953.515000', '183953.518000', '183953.520000', '183953.523000', '183953.526000', '183953.528000', '183953.531000', '183953.534000', '184013.419000', '184013.421000', '184013.424000', '184013.427000', '184013.429000', '184013.432000', '184013.434000', '184013.437000', '184013.440000', '184013.442000', '184013.445000', '184013.447000', '184013.450000', '184013.453000', '184013.455000', '184013.458000', '184013.461000', '184013.463000', '184013.466000', '184013.468000', '184013.471000', '184013.473000', '184013.476000', '184013.479000', '184013.481000', '184013.484000', '184013.486000', '184013.504000', '184013.506000', '184013.509000', '184013.511000', '184013.514000', '184013.516000', '184013.519000', '184013.522000', '184013.524000', '184013.527000', '184013.529000', '184013.532000', '184013.535000', '184013.537000', '184013.540000', '184013.542000', '184013.545000', '184033.419000', '184033.422000', '184033.424000', '184033.427000', '184033.429000', '184033.432000', '184033.435000', '184033.437000', '184033.440000', '184033.443000', '184033.445000', '184033.448000', '184033.451000', '184033.453000', '184033.456000', '184033.459000', '184033.461000', '184033.464000', '184033.466000', '184033.469000', '184033.472000', '184033.474000', '184033.477000', '184033.479000', '184033.482000', '184033.485000', '184033.487000', '184033.490000', '184033.493000', '184033.495000', '184033.498000', '184033.500000', '184033.503000', '184033.505000', '184033.508000', '184033.511000', '184033.513000', '184033.516000', '184033.518000', '184033.521000', '184033.523000', '184033.526000', '184033.529000', '184053.419000', '184053.421000', '184053.424000', '184053.427000', '184053.429000', '184053.432000', '184053.434000', '184053.437000', '184053.439000', '184053.442000', '184053.444000', '184053.447000', '184053.450000', '184053.452000', '184053.455000', '184053.458000', '184053.460000', '184053.463000', '184053.465000', '184053.468000', '184053.471000', '184053.473000', '184053.476000', '184053.478000', '184053.481000', '184053.483000', '184053.486000', '184053.489000', '184053.491000', '184053.494000', '184053.496000', '184053.499000', '184053.501000', '184053.504000', '184053.507000', '184053.509000', '184053.512000', '184053.514000', '184053.517000', '184053.519000', '184053.522000', '184053.525000', '184053.527000', '184053.530000', '184113.419000', '184113.422000', '184113.424000', '184113.427000', '184113.429000', '184113.432000', '184113.435000', '184113.437000', '184113.440000', '184113.442000', '184113.445000', '184113.448000', '184113.450000', '184113.453000', '184113.455000', '184113.458000', '184113.461000', '184113.463000', '184113.466000', '184113.468000', '184113.471000', '184113.473000', '184113.476000', '184113.478000', '184113.481000', '184113.484000', '184113.486000', '184113.489000', '184113.491000', '184113.494000', '184113.497000', '184113.499000', '184113.502000', '184113.504000', '184113.507000', '184113.510000', '184113.513000', '184113.516000', '184113.519000', '184113.521000', '184113.524000', '184113.526000', '184113.529000', '184133.418000', '184133.421000', '184133.424000', '184133.426000', '184133.429000', '184133.431000', '184133.434000', '184133.437000', '184133.439000', '184133.442000', '184133.444000', '184133.447000', '184133.450000', '184133.452000', '184133.455000', '184133.457000', '184133.460000', '184133.463000', '184133.465000', '184133.468000', '184133.470000', '184133.473000', '184133.475000', '184133.478000', '184133.481000', '184133.483000', '184133.486000', '184133.488000', '184133.491000', '184133.493000', '184133.496000', '184133.498000', '184133.501000', '184133.504000', '184133.506000', '184133.509000', '184133.511000', '184133.514000', '184133.516000', '184133.519000', '184133.522000', '184133.524000', '184133.527000', '184133.529000', '184153.419000', '184153.421000', '184153.424000', '184153.427000', '184153.429000', '184153.432000', '184153.434000', '184153.437000', '184153.440000', '184153.442000', '184153.445000', '184153.447000', '184153.450000', '184153.453000', '184153.455000', '184153.458000', '184153.461000', '184153.463000', '184153.466000', '184153.468000', '184153.471000', '184153.473000', '184153.477000', '184153.479000', '184153.482000', '184153.484000', '184153.487000', '184153.490000', '184153.492000', '184153.495000', '184153.497000', '184153.500000', '184153.502000', '184153.505000', '184153.508000', '184153.510000', '184153.513000', '184153.515000', '184153.518000', '184153.521000', '184153.523000', '184153.526000', '184153.528000', '184213.419000', '184213.421000', '184213.424000', '184213.427000', '184213.429000', '184213.432000', '184213.434000', '184213.437000', '184213.440000', '184213.442000', '184213.445000', '184213.447000', '184213.450000', '184213.452000', '184213.455000', '184213.457000', '184213.460000', '184213.463000', '184213.465000', '184213.468000', '184213.470000', '184213.473000', '184213.476000', '184213.478000', '184213.481000', '184213.483000', '184213.486000', '184213.488000', '184213.491000', '184213.493000', '184213.496000', '184213.499000', '184213.501000', '184213.504000', '184213.506000', '184213.509000', '184213.512000', '184213.514000', '184213.517000', '184213.519000', '184213.522000', '184213.524000', '184213.527000', '184213.530000', '184233.419000', '184233.422000', '184233.424000', '184233.427000', '184233.430000', '184233.432000', '184233.435000', '184233.438000', '184233.440000', '184233.443000', '184233.445000', '184233.448000', '184233.450000', '184233.453000', '184233.456000', '184233.458000', '184233.461000', '184233.463000', '184233.466000', '184233.468000', '184233.471000', '184233.474000', '184233.476000', '184233.479000', '184233.481000', '184233.484000', '184233.487000', '184233.489000', '184233.492000', '184233.494000', '184233.497000', '184233.499000', '184233.502000', '184233.505000', '184233.507000', '184233.510000', '184233.513000', '184233.515000', '184233.518000', '184233.521000', '184233.523000', '184233.526000', '184233.528000', '184253.419000', '184253.421000', '184253.424000', '184253.427000', '184253.429000', '184253.432000', '184253.434000', '184253.437000', '184253.440000', '184253.442000', '184253.445000', '184253.447000', '184253.450000', '184253.453000', '184253.455000', '184253.458000', '184253.460000', '184253.463000', '184253.465000', '184253.468000', '184253.471000', '184253.473000', '184253.476000', '184253.478000', '184253.481000', '184253.484000', '184253.486000', '184253.489000', '184253.491000', '184253.494000', '184253.496000', '184253.499000', '184253.501000', '184253.504000', '184253.507000', '184253.509000', '184253.512000', '184253.514000', '184253.517000', '184253.520000', '184253.522000', '184253.525000', '184253.527000', '184253.530000', '184313.419000', '184313.422000', '184313.424000', '184313.427000', '184313.429000', '184313.432000', '184313.435000', '184313.437000', '184313.440000', '184313.442000', '184313.445000', '184313.448000', '184313.450000', '184313.453000', '184313.455000', '184313.458000', '184313.460000', '184313.463000', '184313.466000', '184313.484000', '184313.486000', '184313.489000', '184313.491000', '184313.494000', '184313.496000', '184313.499000', '184313.502000', '184313.504000', '184313.507000', '184313.509000', '184313.513000', '184313.516000', '184313.519000', '184313.521000', '184313.524000', '184313.527000', '184313.529000', '184313.532000', '184313.534000', '184313.537000', '184313.539000', '184313.542000', '184313.545000', '184333.419000', '184333.421000', '184333.424000', '184333.427000', '184333.429000', '184333.432000', '184333.435000', '184333.437000', '184333.440000', '184333.442000', '184333.445000', '184333.447000', '184333.450000', '184333.452000', '184333.455000', '184333.458000', '184333.460000', '184333.463000', '184333.465000', '184333.468000', '184333.471000', '184333.473000', '184333.476000', '184333.478000', '184333.481000', '184333.483000', '184333.486000', '184333.489000', '184333.491000', '184333.494000', '184333.496000', '184333.499000', '184333.502000', '184333.504000', '184333.507000', '184333.509000', '184333.512000', '184333.515000', '184333.517000', '184333.520000', '184333.522000', '184333.525000', '184333.527000', '184333.530000', '184350.758000', '184350.761000', '184350.764000', '184350.766000', '184350.769000', '184350.772000', '184350.774000', '184350.777000', '184350.780000', '184350.782000', '184350.785000', '184350.787000', '184350.790000', '184350.793000', '184350.795000', '184350.798000', '184350.801000', '184350.803000', '184350.806000', '184350.809000', '184350.811000', '184350.814000', '184350.816000', '184350.819000', '184350.822000', '184350.825000', '184350.827000', '184350.830000', '184350.833000', '184350.835000', '184350.838000', '184350.841000', '184350.843000', '184350.846000', '184350.848000', '184350.851000', '184350.854000', '184350.856000'], 'InstanceCreationTime': ['183733.450000', '183733.453000', '183733.462000', '183733.464000', '183733.467000', '183733.469000', '183733.472000', '183733.474000', '183733.477000', '183733.480000', '183733.482000', '183733.485000', '183733.487000', '183733.490000', '183733.493000', '183733.495000', '183733.498000', '183733.500000', '183733.503000', '183733.505000', '183733.508000', '183733.511000', '183733.513000', '183733.516000', '183733.518000', '183733.521000', '183733.524000', '183733.526000', '183733.529000', '183733.531000', '183733.534000', '183733.537000', '183733.539000', '183733.545000', '183733.547000', '183733.550000', '183733.552000', '183733.555000', '183733.557000', '183733.560000', '183733.563000', '183733.565000', '183733.568000', '183733.570000', '183733.573000', '183733.576000', '183733.578000', '183733.581000', '183733.583000', '183733.586000', '183733.589000', '183753.418000', '183753.421000', '183753.424000', '183753.426000', '183753.429000', '183753.432000', '183753.434000', '183753.437000', '183753.439000', '183753.442000', '183753.445000', '183753.447000', '183753.450000', '183753.452000', '183753.455000', '183753.457000', '183753.460000', '183753.462000', '183753.465000', '183753.468000', '183753.470000', '183753.473000', '183753.481000', '183753.483000', '183753.486000', '183753.488000', '183753.491000', '183753.494000', '183753.496000', '183753.499000', '183753.501000', '183753.504000', '183753.506000', '183753.509000', '183753.512000', '183753.514000', '183753.517000', '183753.519000', '183753.522000', '183753.524000', '183753.527000', '183753.529000', '183753.532000', '183753.535000', '183813.419000', '183813.421000', '183813.424000', '183813.427000', '183813.429000', '183813.432000', '183813.434000', '183813.437000', '183813.440000', '183813.442000', '183813.445000', '183813.447000', '183813.450000', '183813.452000', '183813.455000', '183813.458000', '183813.460000', '183813.463000', '183813.465000', '183813.468000', '183813.470000', '183813.473000', '183813.476000', '183813.478000', '183813.481000', '183813.483000', '183813.486000', '183813.488000', '183813.491000', '183813.493000', '183813.496000', '183813.499000', '183813.501000', '183813.504000', '183813.506000', '183813.509000', '183813.512000', '183813.520000', '183813.523000', '183813.525000', '183813.528000', '183813.530000', '183813.533000', '183833.418000', '183833.421000', '183833.424000', '183833.426000', '183833.429000', '183833.433000', '183833.436000', '183833.438000', '183833.441000', '183833.443000', '183833.446000', '183833.448000', '183833.453000', '183833.456000', '183833.458000', '183833.461000', '183833.464000', '183833.466000', '183833.469000', '183833.471000', '183833.474000', '183833.477000', '183833.479000', '183833.482000', '183833.485000', '183833.487000', '183833.490000', '183833.492000', '183833.495000', '183833.497000', '183833.500000', '183833.503000', '183833.505000', '183833.508000', '183833.511000', '183833.513000', '183833.516000', '183833.518000', '183833.521000', '183833.523000', '183833.526000', '183833.529000', '183833.531000', '183833.534000', '183853.419000', '183853.431000', '183853.433000', '183853.436000', '183853.439000', '183853.441000', '183853.444000', '183853.446000', '183853.449000', '183853.451000', '183853.454000', '183853.457000', '183853.459000', '183853.462000', '183853.464000', '183853.467000', '183853.469000', '183853.472000', '183853.475000', '183853.477000', '183853.480000', '183853.482000', '183853.485000', '183853.487000', '183853.490000', '183853.493000', '183853.495000', '183853.498000', '183853.500000', '183853.503000', '183853.505000', '183853.508000', '183853.511000', '183853.513000', '183853.516000', '183853.518000', '183853.521000', '183853.523000', '183853.526000', '183853.528000', '183853.531000', '183853.533000', '183853.536000', '183913.419000', '183913.421000', '183913.424000', '183913.427000', '183913.429000', '183913.432000', '183913.434000', '183913.437000', '183913.439000', '183913.442000', '183913.444000', '183913.447000', '183913.450000', '183913.452000', '183913.455000', '183913.457000', '183913.460000', '183913.463000', '183913.469000', '183913.472000', '183913.474000', '183913.477000', '183913.480000', '183913.482000', '183913.485000', '183913.487000', '183913.490000', '183913.492000', '183913.495000', '183913.498000', '183913.500000', '183913.503000', '183913.506000', '183913.508000', '183913.511000', '183913.513000', '183913.516000', '183913.518000', '183913.521000', '183913.523000', '183913.526000', '183913.528000', '183913.531000', '183913.534000', '183933.419000', '183933.421000', '183933.424000', '183933.426000', '183933.429000', '183933.432000', '183933.434000', '183933.437000', '183933.439000', '183933.442000', '183933.445000', '183933.447000', '183933.450000', '183933.452000', '183933.455000', '183933.457000', '183933.460000', '183933.463000', '183933.465000', '183933.468000', '183933.470000', '183933.473000', '183933.475000', '183933.478000', '183933.480000', '183933.483000', '183933.486000', '183933.488000', '183933.491000', '183933.493000', '183933.496000', '183933.499000', '183933.501000', '183933.504000', '183933.506000', '183933.509000', '183933.511000', '183933.514000', '183933.516000', '183933.519000', '183933.521000', '183933.524000', '183933.527000', '183953.419000', '183953.422000', '183953.425000', '183953.427000', '183953.430000', '183953.432000', '183953.435000', '183953.438000', '183953.440000', '183953.443000', '183953.450000', '183953.452000', '183953.455000', '183953.457000', '183953.460000', '183953.463000', '183953.465000', '183953.468000', '183953.471000', '183953.474000', '183953.476000', '183953.479000', '183953.481000', '183953.484000', '183953.486000', '183953.489000', '183953.492000', '183953.495000', '183953.497000', '183953.500000', '183953.502000', '183953.505000', '183953.507000', '183953.510000', '183953.513000', '183953.515000', '183953.518000', '183953.520000', '183953.523000', '183953.526000', '183953.528000', '183953.531000', '183953.534000', '184013.419000', '184013.421000', '184013.424000', '184013.427000', '184013.429000', '184013.432000', '184013.434000', '184013.437000', '184013.440000', '184013.442000', '184013.445000', '184013.447000', '184013.450000', '184013.453000', '184013.455000', '184013.458000', '184013.461000', '184013.463000', '184013.466000', '184013.468000', '184013.471000', '184013.473000', '184013.476000', '184013.479000', '184013.481000', '184013.484000', '184013.486000', '184013.504000', '184013.506000', '184013.509000', '184013.511000', '184013.514000', '184013.516000', '184013.519000', '184013.522000', '184013.524000', '184013.527000', '184013.529000', '184013.532000', '184013.535000', '184013.537000', '184013.540000', '184013.542000', '184013.545000', '184033.419000', '184033.422000', '184033.424000', '184033.427000', '184033.429000', '184033.432000', '184033.435000', '184033.437000', '184033.440000', '184033.443000', '184033.445000', '184033.448000', '184033.451000', '184033.453000', '184033.456000', '184033.459000', '184033.461000', '184033.464000', '184033.466000', '184033.469000', '184033.472000', '184033.474000', '184033.477000', '184033.479000', '184033.482000', '184033.485000', '184033.487000', '184033.490000', '184033.493000', '184033.495000', '184033.498000', '184033.500000', '184033.503000', '184033.505000', '184033.508000', '184033.511000', '184033.513000', '184033.516000', '184033.518000', '184033.521000', '184033.523000', '184033.526000', '184033.529000', '184053.419000', '184053.421000', '184053.424000', '184053.427000', '184053.429000', '184053.432000', '184053.434000', '184053.437000', '184053.439000', '184053.442000', '184053.444000', '184053.447000', '184053.450000', '184053.452000', '184053.455000', '184053.458000', '184053.460000', '184053.463000', '184053.465000', '184053.468000', '184053.471000', '184053.473000', '184053.476000', '184053.478000', '184053.481000', '184053.483000', '184053.486000', '184053.489000', '184053.491000', '184053.494000', '184053.496000', '184053.499000', '184053.501000', '184053.504000', '184053.507000', '184053.509000', '184053.512000', '184053.514000', '184053.517000', '184053.519000', '184053.522000', '184053.525000', '184053.527000', '184053.530000', '184113.419000', '184113.422000', '184113.424000', '184113.427000', '184113.429000', '184113.432000', '184113.435000', '184113.437000', '184113.440000', '184113.442000', '184113.445000', '184113.448000', '184113.450000', '184113.453000', '184113.455000', '184113.458000', '184113.461000', '184113.463000', '184113.466000', '184113.468000', '184113.471000', '184113.473000', '184113.476000', '184113.478000', '184113.481000', '184113.484000', '184113.486000', '184113.489000', '184113.491000', '184113.494000', '184113.497000', '184113.499000', '184113.502000', '184113.504000', '184113.507000', '184113.510000', '184113.513000', '184113.516000', '184113.519000', '184113.521000', '184113.524000', '184113.526000', '184113.529000', '184133.418000', '184133.421000', '184133.424000', '184133.426000', '184133.429000', '184133.431000', '184133.434000', '184133.437000', '184133.439000', '184133.442000', '184133.444000', '184133.447000', '184133.450000', '184133.452000', '184133.455000', '184133.457000', '184133.460000', '184133.463000', '184133.465000', '184133.468000', '184133.470000', '184133.473000', '184133.475000', '184133.478000', '184133.481000', '184133.483000', '184133.486000', '184133.488000', '184133.491000', '184133.493000', '184133.496000', '184133.498000', '184133.501000', '184133.504000', '184133.506000', '184133.509000', '184133.511000', '184133.514000', '184133.516000', '184133.519000', '184133.522000', '184133.524000', '184133.527000', '184133.529000', '184153.419000', '184153.421000', '184153.424000', '184153.427000', '184153.429000', '184153.432000', '184153.434000', '184153.437000', '184153.440000', '184153.442000', '184153.445000', '184153.447000', '184153.450000', '184153.453000', '184153.455000', '184153.458000', '184153.461000', '184153.463000', '184153.466000', '184153.468000', '184153.471000', '184153.473000', '184153.477000', '184153.479000', '184153.482000', '184153.484000', '184153.487000', '184153.490000', '184153.492000', '184153.495000', '184153.497000', '184153.500000', '184153.502000', '184153.505000', '184153.508000', '184153.510000', '184153.513000', '184153.515000', '184153.518000', '184153.521000', '184153.523000', '184153.526000', '184153.528000', '184213.419000', '184213.421000', '184213.424000', '184213.427000', '184213.429000', '184213.432000', '184213.434000', '184213.437000', '184213.440000', '184213.442000', '184213.445000', '184213.447000', '184213.450000', '184213.452000', '184213.455000', '184213.457000', '184213.460000', '184213.463000', '184213.465000', '184213.468000', '184213.470000', '184213.473000', '184213.476000', '184213.478000', '184213.481000', '184213.483000', '184213.486000', '184213.488000', '184213.491000', '184213.493000', '184213.496000', '184213.499000', '184213.501000', '184213.504000', '184213.506000', '184213.509000', '184213.512000', '184213.514000', '184213.517000', '184213.519000', '184213.522000', '184213.524000', '184213.527000', '184213.530000', '184233.419000', '184233.422000', '184233.424000', '184233.427000', '184233.430000', '184233.432000', '184233.435000', '184233.438000', '184233.440000', '184233.443000', '184233.445000', '184233.448000', '184233.450000', '184233.453000', '184233.456000', '184233.458000', '184233.461000', '184233.463000', '184233.466000', '184233.468000', '184233.471000', '184233.474000', '184233.476000', '184233.479000', '184233.481000', '184233.484000', '184233.487000', '184233.489000', '184233.492000', '184233.494000', '184233.497000', '184233.499000', '184233.502000', '184233.505000', '184233.507000', '184233.510000', '184233.513000', '184233.515000', '184233.518000', '184233.521000', '184233.523000', '184233.526000', '184233.528000', '184253.419000', '184253.421000', '184253.424000', '184253.427000', '184253.429000', '184253.432000', '184253.434000', '184253.437000', '184253.440000', '184253.442000', '184253.445000', '184253.447000', '184253.450000', '184253.453000', '184253.455000', '184253.458000', '184253.460000', '184253.463000', '184253.465000', '184253.468000', '184253.471000', '184253.473000', '184253.476000', '184253.478000', '184253.481000', '184253.484000', '184253.486000', '184253.489000', '184253.491000', '184253.494000', '184253.496000', '184253.499000', '184253.501000', '184253.504000', '184253.507000', '184253.509000', '184253.512000', '184253.514000', '184253.517000', '184253.520000', '184253.522000', '184253.525000', '184253.527000', '184253.530000', '184313.419000', '184313.422000', '184313.424000', '184313.427000', '184313.429000', '184313.432000', '184313.435000', '184313.437000', '184313.440000', '184313.442000', '184313.445000', '184313.448000', '184313.450000', '184313.453000', '184313.455000', '184313.458000', '184313.460000', '184313.463000', '184313.466000', '184313.484000', '184313.486000', '184313.489000', '184313.491000', '184313.494000', '184313.496000', '184313.499000', '184313.502000', '184313.504000', '184313.507000', '184313.509000', '184313.513000', '184313.516000', '184313.519000', '184313.521000', '184313.524000', '184313.527000', '184313.529000', '184313.532000', '184313.534000', '184313.537000', '184313.539000', '184313.542000', '184313.545000', '184333.419000', '184333.421000', '184333.424000', '184333.427000', '184333.429000', '184333.432000', '184333.435000', '184333.437000', '184333.440000', '184333.442000', '184333.445000', '184333.447000', '184333.450000', '184333.452000', '184333.455000', '184333.458000', '184333.460000', '184333.463000', '184333.465000', '184333.468000', '184333.471000', '184333.473000', '184333.476000', '184333.478000', '184333.481000', '184333.483000', '184333.486000', '184333.489000', '184333.491000', '184333.494000', '184333.496000', '184333.499000', '184333.502000', '184333.504000', '184333.507000', '184333.509000', '184333.512000', '184333.515000', '184333.517000', '184333.520000', '184333.522000', '184333.525000', '184333.527000', '184333.530000', '184350.758000', '184350.761000', '184350.764000', '184350.766000', '184350.769000', '184350.772000', '184350.774000', '184350.777000', '184350.780000', '184350.782000', '184350.785000', '184350.787000', '184350.790000', '184350.793000', '184350.795000', '184350.798000', '184350.801000', '184350.803000', '184350.806000', '184350.809000', '184350.811000', '184350.814000', '184350.816000', '184350.819000', '184350.822000', '184350.825000', '184350.827000', '184350.830000', '184350.833000', '184350.835000', '184350.838000', '184350.841000', '184350.843000', '184350.846000', '184350.848000', '184350.851000', '184350.854000', '184350.856000'], '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': [14044, 9593, 12783, 8665, 11526, 7396, 9284, 7059, 9449, 8840, 8375, 12348, 7844, 11061, 7051, 9821, 6808, 8769, 6290, 8946, 6210, 8941, 6410, 8059, 8023, 7441, 9732, 7806, 10143, 8227, 9828, 8028, 12210, 7907, 11686, 7506, 10512, 6792, 8550, 12433, 8365, 10995, 7495, 9927, 7009, 9396, 6935, 9112, 6399, 9024, 11212, 8666, 11721, 8241, 11379, 7587, 11381, 7238, 10461, 7186, 10938, 6904, 10590, 6506, 10118, 11923, 9188, 12534, 8767, 11442, 6967, 10170, 6909, 9905, 6528, 9745, 6739, 9186, 10288, 9132, 10940, 8710, 12492, 8873, 10633, 7749, 10927, 7983, 12187, 8674, 11618, 6963, 10065, 9956, 8896, 11916, 8036, 10813, 7073, 10562, 6657, 8465, 10071, 7334, 11083, 6979, 8794, 6912, 8459, 6871, 8316, 6771, 7802, 6085, 7674, 10541, 7626, 10364, 7396, 11365, 7350, 11679, 6778, 10503, 7057, 9013, 11344, 9206, 8749, 8624, 8356, 8596, 13219, 9455, 12504, 7783, 10796, 6602, 9470, 6125, 9356, 8957, 8777, 12609, 8660, 10754, 8307, 7700, 7685, 6450, 8874, 6743, 11073, 9983, 9698, 13286, 9266, 12108, 9835, 11421, 6906, 10258, 9374, 7864, 12344, 7719, 10576, 7568, 9896, 6938, 10140, 6832, 9369, 6150, 8745, 7908, 8329, 12535, 8002, 11375, 7507, 10020, 7191, 9747, 6561, 9033, 6876, 9182, 7298, 10582, 6668, 10036, 6542, 9554, 13352, 9313, 12214, 7732, 10790, 6639, 9914, 6677, 9514, 9839, 8662, 12802, 8553, 11538, 7552, 10492, 6905, 10184, 6851, 9184, 6319, 9197, 8955, 8569, 9551, 8299, 10781, 7706, 12147, 7935, 10775, 6618, 8241, 11867, 8033, 11950, 7583, 10500, 6728, 8781, 6445, 8261, 6301, 7575, 10598, 7239, 11447, 7651, 10875, 7391, 11385, 7505, 11108, 6888, 10220, 6492, 9811, 6614, 10576, 6686, 10117, 6557, 9613, 10338, 9232, 7093, 9401, 6332, 9194, 7480, 9175, 10926, 9122, 7047, 8790, 6844, 10117, 6590, 10924, 6847, 11627, 7162, 11809, 7420, 11478, 6961, 10685, 6478, 9350, 11667, 8782, 11292, 7883, 11634, 7675, 11231, 6812, 9234, 6259, 8181, 9863, 7872, 11776, 7618, 11158, 7342, 10476, 6593, 9050, 7440, 8477, 7780, 8260, 6436, 7591, 11004, 7421, 10929, 7021, 9765, 6304, 8207, 6219, 8703, 6102, 8743, 6363, 8809, 6641, 9446, 7455, 11333, 6831, 10630, 6616, 10934, 6581, 11163, 9017, 9026, 13004, 9209, 11858, 8046, 10885, 6926, 10712, 6493, 9937, 10899, 9242, 12712, 8711, 12067, 8768, 10850, 7621, 10407, 7351, 11636, 7907, 12221, 8149, 12154, 9102, 10017, 8141, 7064, 8463, 10237, 8430, 9894, 8404, 6334, 8822, 6423, 9861, 6400, 9547, 6478, 11223, 7373, 12390, 8669, 12388, 9073, 12585, 9070, 12407, 8563, 11515, 6720, 9423, 7163, 9079, 6884, 8652, 6304, 8312, 12848, 7858, 11868, 7937, 11164, 6849, 9875, 7004, 9368, 6672, 8572, 6320, 8381, 10008, 7901, 10691, 7079, 8479, 6792, 6332, 7187, 9497, 7086, 12289, 7762, 10424, 13339, 8589, 11188, 6787, 7702, 11544, 7199, 10135, 6653, 9262, 6803, 7874, 11217, 6581, 10992, 6878, 8698, 7979, 7298, 8305, 7564, 11874, 7353, 11191, 6976, 9243, 7394, 7764, 12422, 8358, 10671, 7518, 10005, 6859, 9351, 6285, 8608, 11974, 7900, 11675, 7624, 10310, 7302, 10164, 7426, 10350, 6941, 10125, 6505, 9059, 7313, 8738, 7666, 8830, 12138, 7920, 12403, 8584, 11182, 8075, 11082, 7330, 9098, 7306, 10583, 8130, 10802, 8050, 12925, 8608, 10853, 6568, 8908, 9031, 8390, 10663, 7826, 11762, 7474, 10389, 6563, 7791, 7827, 7375, 10727, 7187, 10277, 6988, 10218, 6725, 8976, 6486, 8146, 6015, 8391, 5860, 8013, 8958, 7193, 11692, 7940, 10716, 7485, 10689, 7193, 10653, 6627, 10010, 11380, 9358, 11322, 9196, 8967, 8237, 6206, 8996, 6691, 11571, 8037, 10626, 13967, 9774, 11519, 9216, 11531, 7546, 10889, 6642, 9500, 13620, 9149, 11555, 7221, 9619, 6248, 8873, 6983, 8822, 5866, 7968, 11648, 7117, 11431, 7380, 9937, 6603, 9185, 6503, 8743, 6309, 8645, 12997, 8904, 11672, 7047, 9756, 8494, 8305, 11850, 8004, 10295, 7249, 10630, 7127, 10512, 6597, 8777, 7001, 7996, 10472, 8437, 9641, 7479, 11535, 7542, 11149, 7232, 9714, 7330, 10382, 7650, 11306, 8026, 12121, 7597, 11291, 6865, 10580, 7135, 11488, 8643, 12474, 9401, 11630, 8979, 12005, 8439, 11442, 6716, 10125, 6952, 10009, 6495, 9294, 6622, 8550, 12025, 8369, 12220, 7987, 10590, 6478, 8228, 11606, 7718, 10434, 6886, 9881, 6891, 9046, 6398, 7514, 7934, 7151, 6787, 6994, 10699, 7329, 11350, 7672, 10395, 6712, 8497, 12186, 8312, 11721, 8939, 10590, 6946, 9912, 6738, 9641, 6666, 9288, 10757, 8467, 12127, 8991, 11301, 8103, 11208, 7178, 10635, 6843, 9142, 8788, 8175, 10695, 8240, 7537, 7835, 5891, 7763, 6139, 7679, 6639, 8960, 6823, 11196, 8476, 11748, 8511, 12103, 8754, 12164, 7337, 8901, 12563, 7727, 11432, 7052, 9725, 6623, 8108, 6238, 7715, 9652, 7005, 10900, 6965, 9989, 7226, 9026, 6762, 9349, 6983, 10365, 7303, 10650, 6384, 10093, 6611, 9004, 12559, 9029, 12236, 8787, 10950, 7185, 10396, 7152, 10676, 7331, 10663, 7559, 11599, 7780, 12419, 8666, 11954, 8737, 11426, 7077, 11093, 6724, 9727, 6169, 8205, 8940, 7897, 11976, 7553, 10408, 7534, 9599, 6884, 9803, 6701, 8494, 7615, 7361, 11725, 7558, 10207, 6713, 9667, 6797, 8982, 6620, 8621, 6569, 7982, 12733, 8448, 11831, 7336, 10735, 6762, 9658, 6704, 9045, 10150, 8336, 12780, 7787, 10506, 6983, 9526, 7119, 9048, 6568, 7717, 12777, 7696, 11540, 8183, 10898, 7041, 10369, 6781, 8781, 6189, 8801, 7097, 9389, 8960, 8521, 13413, 8999, 12334, 7067, 9607, 10174, 8743, 11509, 8364, 11783, 7610, 11480, 7310, 10837, 6887, 9685, 6847, 9465, 6810, 8745, 6904, 8644, 7544, 8282, 12126, 8803, 11161, 7838, 12299, 8356, 11798, 6926, 10688, 7708, 8037, 12411, 8687, 10644, 6723, 8410, 6584, 8150, 6417, 7546, 11556, 7065, 10997, 7907, 10369, 7457, 10367, 6940, 9839, 6342, 9311, 13091, 9088, 11704, 8686, 11030, 7367, 10542, 7033, 10367, 7252, 10517], 'WindowCenter': [3914.0, 3862.0, 3870.0, 3825.0, 3844.0, 3801.0, 3822.0, 3798.0, 3830.0, 3817.0, 3808.0, 3840.0, 3809.0, 3838.0, 3786.0, 3829.0, 3787.0, 3820.0, 3787.0, 3819.0, 3777.0, 3818.0, 3788.0, 3810.0, 3809.0, 3800.0, 3831.0, 3823.0, 3843.0, 3821.0, 3843.0, 3823.0, 3852.0, 3820.0, 3853.0, 3811.0, 3841.0, 3789.0, 3820.0, 3853.0, 3823.0, 3853.0, 3810.0, 3829.0, 3798.0, 3818.0, 3797.0, 3830.0, 3788.0, 3831.0, 3853.0, 3833.0, 3853.0, 3823.0, 3852.0, 3812.0, 3850.0, 3810.0, 3841.0, 3800.0, 3840.0, 3801.0, 3844.0, 3790.0, 3842.0, 3851.0, 3830.0, 3850.0, 3821.0, 3852.0, 3799.0, 3830.0, 3798.0, 3831.0, 3788.0, 3830.0, 3786.0, 3830.0, 3830.0, 3829.0, 3840.0, 3821.0, 3849.0, 3819.0, 3829.0, 3808.0, 3838.0, 3810.0, 3850.0, 3819.0, 3840.0, 3787.0, 3829.0, 3818.0, 3817.0, 3837.0, 3808.0, 3823.0, 3785.0, 3825.0, 3774.0, 3806.0, 3816.0, 3797.0, 3838.0, 3798.0, 3818.0, 3797.0, 3807.0, 3797.0, 3818.0, 3797.0, 3809.0, 3788.0, 3823.0, 3854.0, 3823.0, 3842.0, 3824.0, 3854.0, 3813.0, 3853.0, 3800.0, 3842.0, 3801.0, 3833.0, 3853.0, 3832.0, 3820.0, 3821.0, 3819.0, 3821.0, 3850.0, 3829.0, 3850.0, 3809.0, 3841.0, 3798.0, 3830.0, 3777.0, 3830.0, 3819.0, 3820.0, 3852.0, 3821.0, 3839.0, 3819.0, 3810.0, 3811.0, 3800.0, 3832.0, 3799.0, 3853.0, 3831.0, 3831.0, 3863.0, 3830.0, 3851.0, 3829.0, 3838.0, 3796.0, 3829.0, 3815.0, 3794.0, 3836.0, 3806.0, 3827.0, 3795.0, 3827.0, 3797.0, 3827.0, 3786.0, 3817.0, 3775.0, 3819.0, 3807.0, 3808.0, 3848.0, 3808.0, 3840.0, 3798.0, 3828.0, 3786.0, 3830.0, 3786.0, 3816.0, 3788.0, 3830.0, 3809.0, 3840.0, 3799.0, 3831.0, 3788.0, 3830.0, 3861.0, 3829.0, 3850.0, 3808.0, 3840.0, 3788.0, 3828.0, 3785.0, 3819.0, 3827.0, 3806.0, 3838.0, 3806.0, 3838.0, 3797.0, 3840.0, 3798.0, 3828.0, 3786.0, 3828.0, 3786.0, 3829.0, 3819.0, 3819.0, 3829.0, 3820.0, 3840.0, 3810.0, 3851.0, 3809.0, 3839.0, 3787.0, 3808.0, 3838.0, 3807.0, 3839.0, 3808.0, 3840.0, 3787.0, 3818.0, 3787.0, 3818.0, 3786.0, 3808.0, 3840.0, 3810.0, 3851.0, 3811.0, 3841.0, 3809.0, 3851.0, 3811.0, 3839.0, 3799.0, 3841.0, 3789.0, 3841.0, 3799.0, 3841.0, 3798.0, 3842.0, 3789.0, 3832.0, 3842.0, 3832.0, 3798.0, 3831.0, 3789.0, 3831.0, 3799.0, 3831.0, 3840.0, 3830.0, 3800.0, 3821.0, 3800.0, 3844.0, 3814.0, 3855.0, 3801.0, 3851.0, 3799.0, 3850.0, 3797.0, 3840.0, 3797.0, 3842.0, 3788.0, 3831.0, 3842.0, 3819.0, 3838.0, 3808.0, 3838.0, 3798.0, 3839.0, 3787.0, 3817.0, 3786.0, 3819.0, 3828.0, 3809.0, 3839.0, 3808.0, 3838.0, 3798.0, 3828.0, 3788.0, 3820.0, 3799.0, 3820.0, 3798.0, 3819.0, 3787.0, 3809.0, 3838.0, 3799.0, 3840.0, 3800.0, 3843.0, 3801.0, 3835.0, 3791.0, 3832.0, 3791.0, 3832.0, 3800.0, 3844.0, 3814.0, 3845.0, 3826.0, 3867.0, 3817.0, 3867.0, 3815.0, 3856.0, 3802.0, 3855.0, 3832.0, 3833.0, 3852.0, 3831.0, 3840.0, 3810.0, 3841.0, 3799.0, 3841.0, 3787.0, 3828.0, 3838.0, 3819.0, 3849.0, 3819.0, 3851.0, 3819.0, 3839.0, 3809.0, 3838.0, 3799.0, 3839.0, 3810.0, 3851.0, 3824.0, 3865.0, 3833.0, 3830.0, 3811.0, 3798.0, 3820.0, 3830.0, 3822.0, 3843.0, 3820.0, 3790.0, 3832.0, 3790.0, 3831.0, 3788.0, 3830.0, 3789.0, 3842.0, 3810.0, 3864.0, 3823.0, 3851.0, 3821.0, 3850.0, 3820.0, 3838.0, 3806.0, 3827.0, 3787.0, 3819.0, 3786.0, 3806.0, 3785.0, 3808.0, 3775.0, 3806.0, 3839.0, 3796.0, 3838.0, 3808.0, 3839.0, 3786.0, 3816.0, 3786.0, 3817.0, 3784.0, 3807.0, 3775.0, 3806.0, 3816.0, 3808.0, 3828.0, 3800.0, 3821.0, 3801.0, 3790.0, 3801.0, 3832.0, 3801.0, 3853.0, 3811.0, 3843.0, 3851.0, 3821.0, 3842.0, 3790.0, 3810.0, 3839.0, 3786.0, 3827.0, 3786.0, 3818.0, 3787.0, 3810.0, 3840.0, 3789.0, 3840.0, 3799.0, 3834.0, 3820.0, 3798.0, 3809.0, 3798.0, 3839.0, 3799.0, 3839.0, 3787.0, 3820.0, 3798.0, 3809.0, 3852.0, 3822.0, 3829.0, 3798.0, 3829.0, 3787.0, 3819.0, 3788.0, 3821.0, 3841.0, 3822.0, 3852.0, 3811.0, 3840.0, 3811.0, 3839.0, 3811.0, 3829.0, 3800.0, 3842.0, 3789.0, 3832.0, 3811.0, 3821.0, 3809.0, 3821.0, 3851.0, 3808.0, 3850.0, 3808.0, 3840.0, 3810.0, 3839.0, 3801.0, 3833.0, 3825.0, 3844.0, 3823.0, 3841.0, 3809.0, 3851.0, 3810.0, 3840.0, 3787.0, 3821.0, 3820.0, 3809.0, 3828.0, 3798.0, 3838.0, 3796.0, 3827.0, 3775.0, 3798.0, 3810.0, 3811.0, 3839.0, 3799.0, 3829.0, 3800.0, 3840.0, 3801.0, 3834.0, 3802.0, 3823.0, 3791.0, 3834.0, 3792.0, 3836.0, 3833.0, 3813.0, 3854.0, 3824.0, 3855.0, 3813.0, 3842.0, 3802.0, 3843.0, 3788.0, 3843.0, 3852.0, 3833.0, 3840.0, 3820.0, 3819.0, 3810.0, 3790.0, 3822.0, 3800.0, 3853.0, 3812.0, 3841.0, 3863.0, 3831.0, 3841.0, 3819.0, 3838.0, 3798.0, 3827.0, 3775.0, 3816.0, 3848.0, 3805.0, 3825.0, 3797.0, 3830.0, 3776.0, 3806.0, 3785.0, 3819.0, 3764.0, 3807.0, 3837.0, 3798.0, 3840.0, 3797.0, 3830.0, 3800.0, 3830.0, 3787.0, 3819.0, 3787.0, 3819.0, 3850.0, 3820.0, 3839.0, 3786.0, 3829.0, 3819.0, 3824.0, 3840.0, 3808.0, 3827.0, 3797.0, 3826.0, 3797.0, 3829.0, 3786.0, 3819.0, 3798.0, 3821.0, 3842.0, 3821.0, 3829.0, 3810.0, 3839.0, 3811.0, 3839.0, 3810.0, 3829.0, 3810.0, 3841.0, 3811.0, 3852.0, 3822.0, 3851.0, 3808.0, 3841.0, 3788.0, 3841.0, 3800.0, 3852.0, 3822.0, 3863.0, 3833.0, 3840.0, 3818.0, 3839.0, 3808.0, 3826.0, 3786.0, 3829.0, 3786.0, 3817.0, 3774.0, 3816.0, 3786.0, 3807.0, 3837.0, 3805.0, 3837.0, 3794.0, 3826.0, 3775.0, 3807.0, 3837.0, 3796.0, 3826.0, 3785.0, 3815.0, 3784.0, 3818.0, 3787.0, 3811.0, 3809.0, 3798.0, 3788.0, 3798.0, 3840.0, 3810.0, 3839.0, 3810.0, 3841.0, 3788.0, 3820.0, 3852.0, 3822.0, 3852.0, 3820.0, 3829.0, 3798.0, 3826.0, 3787.0, 3827.0, 3787.0, 3830.0, 3840.0, 3820.0, 3851.0, 3819.0, 3837.0, 3808.0, 3838.0, 3797.0, 3827.0, 3786.0, 3819.0, 3819.0, 3821.0, 3841.0, 3808.0, 3797.0, 3808.0, 3776.0, 3808.0, 3775.0, 3807.0, 3798.0, 3831.0, 3802.0, 3855.0, 3835.0, 3852.0, 3821.0, 3850.0, 3819.0, 3850.0, 3797.0, 3818.0, 3837.0, 3796.0, 3840.0, 3799.0, 3817.0, 3786.0, 3795.0, 3762.0, 3795.0, 3815.0, 3786.0, 3837.0, 3798.0, 3831.0, 3811.0, 3830.0, 3800.0, 3830.0, 3810.0, 3840.0, 3811.0, 3842.0, 3788.0, 3843.0, 3788.0, 3821.0, 3851.0, 3821.0, 3852.0, 3821.0, 3828.0, 3785.0, 3827.0, 3788.0, 3828.0, 3798.0, 3839.0, 3810.0, 3841.0, 3810.0, 3851.0, 3820.0, 3840.0, 3820.0, 3839.0, 3787.0, 3839.0, 3786.0, 3817.0, 3775.0, 3807.0, 3817.0, 3806.0, 3839.0, 3809.0, 3829.0, 3809.0, 3828.0, 3798.0, 3828.0, 3788.0, 3820.0, 3809.0, 3811.0, 3851.0, 3811.0, 3841.0, 3799.0, 3830.0, 3799.0, 3820.0, 3787.0, 3821.0, 3789.0, 3810.0, 3852.0, 3821.0, 3852.0, 3812.0, 3842.0, 3788.0, 3830.0, 3788.0, 3820.0, 3830.0, 3822.0, 3852.0, 3823.0, 3842.0, 3799.0, 3830.0, 3799.0, 3831.0, 3788.0, 3809.0, 3851.0, 3811.0, 3852.0, 3821.0, 3842.0, 3800.0, 3842.0, 3799.0, 3819.0, 3789.0, 3830.0, 3799.0, 3831.0, 3820.0, 3820.0, 3851.0, 3819.0, 3850.0, 3786.0, 3817.0, 3829.0, 3807.0, 3827.0, 3806.0, 3836.0, 3796.0, 3826.0, 3785.0, 3826.0, 3798.0, 3816.0, 3787.0, 3816.0, 3785.0, 3816.0, 3787.0, 3819.0, 3808.0, 3819.0, 3851.0, 3820.0, 3839.0, 3809.0, 3839.0, 3808.0, 3837.0, 3785.0, 3827.0, 3794.0, 3795.0, 3837.0, 3817.0, 3829.0, 3784.0, 3805.0, 3784.0, 3805.0, 3773.0, 3796.0, 3838.0, 3798.0, 3839.0, 3809.0, 3829.0, 3798.0, 3828.0, 3798.0, 3828.0, 3775.0, 3817.0, 3851.0, 3820.0, 3838.0, 3807.0, 3825.0, 3797.0, 3826.0, 3787.0, 3827.0, 3797.0, 3840.0], 'WindowWidth': [8762.0, 8672.0, 8675.0, 8603.0, 8625.0, 8565.0, 8592.0, 8554.0, 8597.0, 8578.0, 8567.0, 8609.0, 8568.0, 8605.0, 8536.0, 8594.0, 8538.0, 8586.0, 8540.0, 8583.0, 8526.0, 8582.0, 8542.0, 8572.0, 8569.0, 8559.0, 8602.0, 8595.0, 8622.0, 8593.0, 8622.0, 8596.0, 8633.0, 8588.0, 8633.0, 8575.0, 8618.0, 8544.0, 8586.0, 8635.0, 8595.0, 8636.0, 8573.0, 8595.0, 8556.0, 8581.0, 8554.0, 8600.0, 8544.0, 8606.0, 8637.0, 8609.0, 8637.0, 8596.0, 8631.0, 8580.0, 8628.0, 8576.0, 8615.0, 8563.0, 8615.0, 8564.0, 8623.0, 8549.0, 8620.0, 8631.0, 8600.0, 8628.0, 8593.0, 8633.0, 8558.0, 8598.0, 8556.0, 8605.0, 8543.0, 8600.0, 8539.0, 8600.0, 8600.0, 8598.0, 8614.0, 8587.0, 8625.0, 8583.0, 8595.0, 8570.0, 8608.0, 8575.0, 8626.0, 8585.0, 8612.0, 8538.0, 8594.0, 8580.0, 8578.0, 8604.0, 8566.0, 8581.0, 8532.0, 8584.0, 8516.0, 8562.0, 8573.0, 8553.0, 8607.0, 8557.0, 8582.0, 8552.0, 8565.0, 8553.0, 8582.0, 8555.0, 8573.0, 8546.0, 8596.0, 8640.0, 8599.0, 8623.0, 8600.0, 8639.0, 8584.0, 8637.0, 8562.0, 8621.0, 8565.0, 8608.0, 8638.0, 8607.0, 8589.0, 8591.0, 8586.0, 8589.0, 8628.0, 8600.0, 8629.0, 8570.0, 8616.0, 8557.0, 8599.0, 8528.0, 8600.0, 8584.0, 8591.0, 8635.0, 8591.0, 8611.0, 8583.0, 8574.0, 8578.0, 8564.0, 8607.0, 8562.0, 8638.0, 8606.0, 8604.0, 8649.0, 8604.0, 8630.0, 8598.0, 8607.0, 8551.0, 8597.0, 8572.0, 8543.0, 8602.0, 8565.0, 8591.0, 8549.0, 8589.0, 8553.0, 8590.0, 8536.0, 8579.0, 8522.0, 8584.0, 8565.0, 8567.0, 8621.0, 8568.0, 8612.0, 8556.0, 8593.0, 8535.0, 8597.0, 8536.0, 8577.0, 8544.0, 8600.0, 8571.0, 8614.0, 8558.0, 8601.0, 8542.0, 8601.0, 8643.0, 8596.0, 8627.0, 8568.0, 8615.0, 8542.0, 8593.0, 8532.0, 8581.0, 8591.0, 8562.0, 8607.0, 8562.0, 8605.0, 8551.0, 8612.0, 8556.0, 8595.0, 8538.0, 8594.0, 8539.0, 8599.0, 8586.0, 8585.0, 8598.0, 8588.0, 8613.0, 8574.0, 8628.0, 8570.0, 8610.0, 8538.0, 8567.0, 8609.0, 8565.0, 8608.0, 8569.0, 8614.0, 8540.0, 8582.0, 8538.0, 8581.0, 8538.0, 8569.0, 8612.0, 8576.0, 8632.0, 8579.0, 8617.0, 8576.0, 8630.0, 8576.0, 8612.0, 8559.0, 8618.0, 8547.0, 8616.0, 8560.0, 8617.0, 8558.0, 8618.0, 8546.0, 8608.0, 8622.0, 8607.0, 8558.0, 8604.0, 8545.0, 8604.0, 8559.0, 8602.0, 8613.0, 8600.0, 8561.0, 8591.0, 8562.0, 8626.0, 8591.0, 8642.0, 8565.0, 8630.0, 8557.0, 8625.0, 8554.0, 8613.0, 8554.0, 8618.0, 8543.0, 8602.0, 8618.0, 8584.0, 8607.0, 8567.0, 8605.0, 8553.0, 8608.0, 8538.0, 8579.0, 8537.0, 8583.0, 8597.0, 8570.0, 8610.0, 8569.0, 8607.0, 8554.0, 8595.0, 8540.0, 8586.0, 8557.0, 8586.0, 8554.0, 8583.0, 8539.0, 8570.0, 8608.0, 8557.0, 8611.0, 8562.0, 8621.0, 8567.0, 8616.0, 8554.0, 8606.0, 8552.0, 8606.0, 8562.0, 8628.0, 8587.0, 8630.0, 8607.0, 8661.0, 8597.0, 8663.0, 8591.0, 8645.0, 8568.0, 8642.0, 8605.0, 8609.0, 8634.0, 8602.0, 8614.0, 8575.0, 8614.0, 8558.0, 8615.0, 8539.0, 8594.0, 8608.0, 8582.0, 8624.0, 8585.0, 8630.0, 8586.0, 8609.0, 8572.0, 8608.0, 8559.0, 8612.0, 8574.0, 8631.0, 8601.0, 8656.0, 8611.0, 8601.0, 8576.0, 8557.0, 8588.0, 8599.0, 8594.0, 8621.0, 8588.0, 8549.0, 8606.0, 8549.0, 8601.0, 8543.0, 8599.0, 8545.0, 8618.0, 8577.0, 8652.0, 8598.0, 8629.0, 8590.0, 8625.0, 8584.0, 8606.0, 8561.0, 8591.0, 8536.0, 8581.0, 8535.0, 8561.0, 8533.0, 8564.0, 8518.0, 8561.0, 8607.0, 8549.0, 8604.0, 8567.0, 8608.0, 8536.0, 8574.0, 8534.0, 8574.0, 8529.0, 8562.0, 8518.0, 8561.0, 8574.0, 8565.0, 8594.0, 8563.0, 8591.0, 8565.0, 8549.0, 8565.0, 8605.0, 8564.0, 8635.0, 8576.0, 8620.0, 8629.0, 8587.0, 8620.0, 8547.0, 8572.0, 8608.0, 8535.0, 8588.0, 8536.0, 8578.0, 8537.0, 8572.0, 8611.0, 8543.0, 8612.0, 8557.0, 8611.0, 8588.0, 8555.0, 8569.0, 8554.0, 8607.0, 8556.0, 8609.0, 8539.0, 8585.0, 8554.0, 8570.0, 8632.0, 8592.0, 8596.0, 8556.0, 8594.0, 8537.0, 8581.0, 8540.0, 8588.0, 8616.0, 8592.0, 8634.0, 8578.0, 8617.0, 8578.0, 8612.0, 8578.0, 8599.0, 8560.0, 8616.0, 8544.0, 8606.0, 8575.0, 8589.0, 8572.0, 8589.0, 8629.0, 8568.0, 8625.0, 8566.0, 8613.0, 8573.0, 8610.0, 8563.0, 8610.0, 8603.0, 8623.0, 8595.0, 8615.0, 8571.0, 8629.0, 8571.0, 8612.0, 8538.0, 8587.0, 8586.0, 8569.0, 8593.0, 8552.0, 8605.0, 8548.0, 8589.0, 8517.0, 8552.0, 8573.0, 8577.0, 8610.0, 8557.0, 8597.0, 8562.0, 8613.0, 8565.0, 8610.0, 8569.0, 8597.0, 8555.0, 8614.0, 8560.0, 8619.0, 8610.0, 8583.0, 8638.0, 8601.0, 8641.0, 8583.0, 8619.0, 8566.0, 8621.0, 8543.0, 8622.0, 8634.0, 8608.0, 8612.0, 8583.0, 8582.0, 8573.0, 8546.0, 8592.0, 8560.0, 8636.0, 8579.0, 8616.0, 8649.0, 8603.0, 8613.0, 8583.0, 8605.0, 8552.0, 8591.0, 8517.0, 8573.0, 8618.0, 8557.0, 8585.0, 8552.0, 8598.0, 8523.0, 8560.0, 8533.0, 8582.0, 8504.0, 8564.0, 8604.0, 8555.0, 8612.0, 8553.0, 8602.0, 8561.0, 8599.0, 8541.0, 8584.0, 8539.0, 8584.0, 8627.0, 8584.0, 8610.0, 8535.0, 8597.0, 8585.0, 8595.0, 8613.0, 8566.0, 8591.0, 8552.0, 8590.0, 8554.0, 8596.0, 8536.0, 8583.0, 8558.0, 8592.0, 8619.0, 8589.0, 8597.0, 8572.0, 8610.0, 8577.0, 8613.0, 8575.0, 8599.0, 8575.0, 8615.0, 8579.0, 8631.0, 8593.0, 8629.0, 8569.0, 8613.0, 8543.0, 8616.0, 8562.0, 8631.0, 8594.0, 8650.0, 8610.0, 8613.0, 8582.0, 8608.0, 8568.0, 8588.0, 8534.0, 8595.0, 8535.0, 8575.0, 8518.0, 8576.0, 8535.0, 8563.0, 8605.0, 8560.0, 8604.0, 8544.0, 8587.0, 8518.0, 8564.0, 8605.0, 8547.0, 8585.0, 8533.0, 8570.0, 8532.0, 8580.0, 8538.0, 8577.0, 8572.0, 8556.0, 8543.0, 8558.0, 8613.0, 8574.0, 8613.0, 8573.0, 8616.0, 8544.0, 8588.0, 8632.0, 8596.0, 8633.0, 8587.0, 8596.0, 8554.0, 8588.0, 8539.0, 8592.0, 8539.0, 8601.0, 8613.0, 8587.0, 8631.0, 8584.0, 8606.0, 8569.0, 8607.0, 8551.0, 8590.0, 8536.0, 8582.0, 8584.0, 8591.0, 8618.0, 8569.0, 8552.0, 8568.0, 8526.0, 8568.0, 8521.0, 8566.0, 8557.0, 8604.0, 8571.0, 8643.0, 8617.0, 8634.0, 8593.0, 8628.0, 8587.0, 8627.0, 8551.0, 8580.0, 8607.0, 8549.0, 8615.0, 8557.0, 8577.0, 8533.0, 8546.0, 8499.0, 8547.0, 8572.0, 8537.0, 8606.0, 8557.0, 8603.0, 8578.0, 8600.0, 8563.0, 8601.0, 8578.0, 8615.0, 8579.0, 8620.0, 8544.0, 8621.0, 8545.0, 8589.0, 8630.0, 8588.0, 8634.0, 8591.0, 8595.0, 8536.0, 8592.0, 8542.0, 8591.0, 8555.0, 8612.0, 8575.0, 8616.0, 8577.0, 8631.0, 8588.0, 8614.0, 8587.0, 8610.0, 8540.0, 8608.0, 8536.0, 8576.0, 8521.0, 8564.0, 8577.0, 8562.0, 8611.0, 8574.0, 8596.0, 8570.0, 8593.0, 8557.0, 8593.0, 8541.0, 8588.0, 8570.0, 8575.0, 8630.0, 8579.0, 8617.0, 8559.0, 8600.0, 8560.0, 8586.0, 8541.0, 8589.0, 8545.0, 8573.0, 8633.0, 8591.0, 8632.0, 8582.0, 8620.0, 8544.0, 8600.0, 8542.0, 8587.0, 8599.0, 8591.0, 8631.0, 8596.0, 8619.0, 8559.0, 8600.0, 8558.0, 8604.0, 8542.0, 8570.0, 8630.0, 8577.0, 8633.0, 8590.0, 8617.0, 8563.0, 8619.0, 8559.0, 8584.0, 8546.0, 8601.0, 8558.0, 8602.0, 8587.0, 8587.0, 8631.0, 8584.0, 8626.0, 8535.0, 8578.0, 8596.0, 8564.0, 8591.0, 8561.0, 8601.0, 8546.0, 8586.0, 8532.0, 8586.0, 8556.0, 8577.0, 8538.0, 8576.0, 8535.0, 8577.0, 8538.0, 8583.0, 8570.0, 8587.0, 8629.0, 8586.0, 8611.0, 8570.0, 8610.0, 8567.0, 8604.0, 8533.0, 8591.0, 8544.0, 8546.0, 8604.0, 8580.0, 8596.0, 8531.0, 8556.0, 8529.0, 8561.0, 8515.0, 8550.0, 8607.0, 8555.0, 8611.0, 8572.0, 8597.0, 8557.0, 8595.0, 8554.0, 8594.0, 8520.0, 8578.0, 8632.0, 8587.0, 8607.0, 8565.0, 8586.0, 8551.0, 8588.0, 8538.0, 8591.0, 8554.0, 8613.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.00028105868814729576</td></tr>
<tr><td colspan=3>aqi</td><td>0.019296699309551208</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.64841866832948</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2125925027534574</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0028729322119827</td></tr>
<tr><td colspan=3>efc</td><td>0.4968</td></tr>
<tr><td colspan=3>fber</td><td>3095.2849</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0966761494134244</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>46</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.293440736478711</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4895062071578065</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.443488123560885</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5942823926929424</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.430748105219592</td></tr>
<tr><td colspan=3>gcor</td><td>0.00950656</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011742865666747093</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03294552490115166</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>4.169226857065948</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.9045</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.5302</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.94</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298689.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>883.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.5969</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.561</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>444.7655</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3056.6621</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3185.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77855.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1231.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3951.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>763.9257</td></tr>
<tr><td colspan=3>tsnr</td><td>43.572505148593336</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>