<?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-0046_ses-03_task-social_acq-mb8_run-01_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-0046_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0046_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-01_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-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0046/figures/sub-0046_ses-03_task-social_acq-mb8_run-01_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-0046/ses-03/func/sub-0046_ses-03_task-social_acq-mb8_run-01_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>84039c0c9ae2ba96ba30c84ffc67d595</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:33:6.282500</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.995842, 0.0359696, 0.0836996, -0.0382564, 0.998933, 0.0258792]</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-01_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.102993</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7764, -7291, 524, -62, -107, -27, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.715</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>eca4a26f-b7e8-48ab-835f-2abd8368fa10||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.6717703342437744, -0.10263907164335251, 0.22323451936244965, 113.6416244506836], [-0.09650381654500961, 2.6800637245178223, 0.07822882384061813, -94.73924255371094], [0.22456000745296478, -0.06943202018737793, 2.6896183490753174, -85.09545135498047], [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': ['183306.282500', '183306.742500', '183307.202500', '183307.662500', '183308.122500', '183308.582500', '183309.042500', '183309.502500', '183309.962500', '183310.422500', '183310.882500', '183311.342500', '183311.802500', '183312.262500', '183312.722500', '183313.182500', '183313.642500', '183314.102500', '183314.562500', '183315.022500', '183315.482500', '183315.942500', '183316.402500', '183316.862500', '183317.322500', '183317.782500', '183318.242500', '183318.702500', '183319.162500', '183319.622500', '183320.082500', '183320.542500', '183321.002500', '183321.462500', '183321.922500', '183322.382500', '183322.842500', '183323.302500', '183323.762500', '183324.222500', '183324.682500', '183325.142500', '183325.602500', '183326.062500', '183326.522500', '183326.982500', '183327.442500', '183327.902500', '183328.362500', '183328.822500', '183329.282500', '183329.742500', '183330.202500', '183330.662500', '183331.122500', '183331.582500', '183332.042500', '183332.502500', '183332.962500', '183333.422500', '183333.882500', '183334.342500', '183334.802500', '183335.262500', '183335.722500', '183336.182500', '183336.642500', '183337.102500', '183337.562500', '183338.022500', '183338.482500', '183338.942500', '183339.402500', '183339.862500', '183340.322500', '183340.782500', '183341.242500', '183341.702500', '183342.162500', '183342.622500', '183343.082500', '183343.542500', '183344.002500', '183344.462500', '183344.922500', '183345.382500', '183345.842500', '183346.302500', '183346.762500', '183347.222500', '183347.682500', '183348.142500', '183348.602500', '183349.062500', '183349.522500', '183349.982500', '183350.442500', '183350.902500', '183351.362500', '183351.822500', '183352.282500', '183352.742500', '183353.202500', '183353.662500', '183354.122500', '183354.582500', '183355.042500', '183355.502500', '183355.962500', '183356.422500', '183356.882500', '183357.342500', '183357.802500', '183358.262500', '183358.722500', '183359.182500', '183359.642500', '183400.102500', '183400.562500', '183401.022500', '183401.482500', '183401.942500', '183402.402500', '183402.862500', '183403.322500', '183403.782500', '183404.242500', '183404.702500', '183405.162500', '183405.622500', '183406.082500', '183406.542500', '183407.002500', '183407.462500', '183407.922500', '183408.382500', '183408.842500', '183409.302500', '183409.762500', '183410.222500', '183410.682500', '183411.142500', '183411.602500', '183412.062500', '183412.522500', '183412.982500', '183413.442500', '183413.902500', '183414.362500', '183414.822500', '183415.282500', '183415.742500', '183416.202500', '183416.662500', '183417.122500', '183417.582500', '183418.042500', '183418.502500', '183418.962500', '183419.422500', '183419.882500', '183420.342500', '183420.802500', '183421.262500', '183421.722500', '183422.182500', '183422.642500', '183423.102500', '183423.562500', '183424.022500', '183424.482500', '183424.942500', '183425.402500', '183425.862500', '183426.322500', '183426.782500', '183427.242500', '183427.702500', '183428.162500', '183428.622500', '183429.082500', '183429.542500', '183430.002500', '183430.462500', '183430.922500', '183431.382500', '183431.842500', '183432.302500', '183432.762500', '183433.222500', '183433.682500', '183434.142500', '183434.602500', '183435.062500', '183435.522500', '183435.982500', '183436.442500', '183436.902500', '183437.362500', '183437.822500', '183438.282500', '183438.742500', '183439.202500', '183439.662500', '183440.122500', '183440.582500', '183441.042500', '183441.502500', '183441.962500', '183442.422500', '183442.882500', '183443.342500', '183443.802500', '183444.262500', '183444.722500', '183445.182500', '183445.642500', '183446.102500', '183446.562500', '183447.022500', '183447.482500', '183447.942500', '183448.402500', '183448.862500', '183449.322500', '183449.782500', '183450.242500', '183450.702500', '183451.162500', '183451.622500', '183452.082500', '183452.542500', '183453.002500', '183453.462500', '183453.922500', '183454.382500', '183454.842500', '183455.302500', '183455.762500', '183456.222500', '183456.682500', '183457.142500', '183457.602500', '183458.062500', '183458.522500', '183458.982500', '183459.442500', '183459.902500', '183500.362500', '183500.822500', '183501.282500', '183501.742500', '183502.202500', '183502.662500', '183503.122500', '183503.582500', '183504.042500', '183504.502500', '183504.962500', '183505.422500', '183505.882500', '183506.342500', '183506.802500', '183507.262500', '183507.722500', '183508.182500', '183508.642500', '183509.102500', '183509.562500', '183510.022500', '183510.482500', '183510.942500', '183511.402500', '183511.862500', '183512.322500', '183512.782500', '183513.242500', '183513.702500', '183514.162500', '183514.622500', '183515.082500', '183515.542500', '183516.002500', '183516.462500', '183516.922500', '183517.382500', '183517.842500', '183518.302500', '183518.762500', '183519.222500', '183519.682500', '183520.142500', '183520.602500', '183521.062500', '183521.522500', '183521.982500', '183522.442500', '183522.902500', '183523.362500', '183523.822500', '183524.282500', '183524.742500', '183525.202500', '183525.662500', '183526.122500', '183526.582500', '183527.042500', '183527.502500', '183527.962500', '183528.422500', '183528.882500', '183529.342500', '183529.802500', '183530.262500', '183530.722500', '183531.182500', '183531.642500', '183532.102500', '183532.562500', '183533.022500', '183533.482500', '183533.942500', '183534.402500', '183534.862500', '183535.322500', '183535.782500', '183536.242500', '183536.702500', '183537.162500', '183537.622500', '183538.082500', '183538.542500', '183539.002500', '183539.462500', '183539.922500', '183540.382500', '183540.842500', '183541.302500', '183541.762500', '183542.222500', '183542.682500', '183543.142500', '183543.602500', '183544.062500', '183544.522500', '183544.982500', '183545.442500', '183545.902500', '183546.362500', '183546.822500', '183547.282500', '183547.742500', '183548.202500', '183548.662500', '183549.122500', '183549.582500', '183550.042500', '183550.502500', '183550.962500', '183551.422500', '183551.882500', '183552.342500', '183552.802500', '183553.262500', '183553.722500', '183554.182500', '183554.642500', '183555.102500', '183555.562500', '183556.022500', '183556.482500', '183556.942500', '183557.402500', '183557.862500', '183558.322500', '183558.782500', '183559.242500', '183559.702500', '183600.162500', '183600.622500', '183601.082500', '183601.542500', '183602.002500', '183602.462500', '183602.922500', '183603.382500', '183603.842500', '183604.302500', '183604.762500', '183605.222500', '183605.682500', '183606.142500', '183606.602500', '183607.062500', '183607.522500', '183607.982500', '183608.442500', '183608.902500', '183609.362500', '183609.822500', '183610.282500', '183610.742500', '183611.202500', '183611.662500', '183612.122500', '183612.582500', '183613.042500', '183613.502500', '183613.962500', '183614.422500', '183614.882500', '183615.342500', '183615.802500', '183616.262500', '183616.722500', '183617.182500', '183617.642500', '183618.102500', '183618.562500', '183619.022500', '183619.482500', '183619.942500', '183620.402500', '183620.862500', '183621.322500', '183621.782500', '183622.242500', '183622.702500', '183623.162500', '183623.622500', '183624.082500', '183624.542500', '183625.002500', '183625.462500', '183625.922500', '183626.382500', '183626.842500', '183627.302500', '183627.762500', '183628.222500', '183628.682500', '183629.142500', '183629.602500', '183630.062500', '183630.522500', '183630.982500', '183631.442500', '183631.902500', '183632.362500', '183632.822500', '183633.282500', '183633.742500', '183634.202500', '183634.662500', '183635.122500', '183635.582500', '183636.042500', '183636.502500', '183636.962500', '183637.422500', '183637.882500', '183638.342500', '183638.802500', '183639.262500', '183639.722500', '183640.182500', '183640.642500', '183641.102500', '183641.562500', '183642.022500', '183642.482500', '183642.942500', '183643.402500', '183643.862500', '183644.322500', '183644.782500', '183645.242500', '183645.702500', '183646.162500', '183646.622500', '183647.082500', '183647.542500', '183648.002500', '183648.462500', '183648.922500', '183649.382500', '183649.842500', '183650.302500', '183650.762500', '183651.222500', '183651.682500', '183652.142500', '183652.602500', '183653.062500', '183653.522500', '183653.982500', '183654.442500', '183654.902500', '183655.362500', '183655.822500', '183656.282500', '183656.742500', '183657.202500', '183657.662500', '183658.122500', '183658.582500', '183659.042500', '183659.502500', '183659.962500', '183700.422500', '183700.882500', '183701.342500', '183701.802500', '183702.262500', '183702.722500', '183703.182500', '183703.642500', '183704.102500', '183704.562500', '183705.022500', '183705.482500', '183705.942500', '183706.402500', '183706.862500', '183707.322500', '183707.782500', '183708.242500', '183708.702500', '183709.162500', '183709.622500', '183710.082500', '183710.542500', '183711.002500', '183711.462500', '183711.922500', '183712.382500', '183712.842500', '183713.302500', '183713.762500', '183714.222500', '183714.682500', '183715.142500', '183715.602500', '183716.062500', '183716.522500', '183716.982500', '183717.442500', '183717.902500', '183718.362500', '183718.822500', '183719.282500', '183719.742500', '183720.202500', '183720.662500', '183721.122500', '183721.582500', '183722.042500', '183722.502500', '183722.962500', '183723.422500', '183723.882500', '183724.342500', '183724.802500', '183725.262500', '183725.722500', '183726.182500', '183726.642500', '183727.102500', '183727.562500', '183728.022500', '183728.482500', '183728.942500', '183729.402500', '183729.862500', '183730.322500', '183730.782500', '183731.242500', '183731.702500', '183732.162500', '183732.622500', '183733.082500', '183733.542500', '183734.002500', '183734.462500', '183734.922500', '183735.382500', '183735.842500', '183736.302500', '183736.762500', '183737.222500', '183737.682500', '183738.142500', '183738.602500', '183739.062500', '183739.522500', '183739.982500', '183740.442500', '183740.902500', '183741.362500', '183741.822500', '183742.282500', '183742.742500', '183743.202500', '183743.662500', '183744.122500', '183744.582500', '183745.042500', '183745.502500', '183745.962500', '183746.422500', '183746.882500', '183747.342500', '183747.802500', '183748.262500', '183748.722500', '183749.182500', '183749.642500', '183750.102500', '183750.562500', '183751.022500', '183751.482500', '183751.942500', '183752.402500', '183752.862500', '183753.322500', '183753.782500', '183754.242500', '183754.702500', '183755.162500', '183755.622500', '183756.082500', '183756.542500', '183757.002500', '183757.462500', '183757.922500', '183758.382500', '183758.842500', '183759.302500', '183759.762500', '183800.222500', '183800.682500', '183801.142500', '183801.602500', '183802.062500', '183802.522500', '183802.982500', '183803.442500', '183803.902500', '183804.362500', '183804.822500', '183805.282500', '183805.742500', '183806.202500', '183806.662500', '183807.122500', '183807.582500', '183808.042500', '183808.502500', '183808.962500', '183809.422500', '183809.882500', '183810.342500', '183810.802500', '183811.262500', '183811.722500', '183812.182500', '183812.642500', '183813.102500', '183813.562500', '183814.022500', '183814.482500', '183814.942500', '183815.402500', '183815.862500', '183816.322500', '183816.782500', '183817.242500', '183817.702500', '183818.162500', '183818.622500', '183819.082500', '183819.542500', '183820.002500', '183820.462500', '183820.922500', '183821.382500', '183821.842500', '183822.302500', '183822.762500', '183823.222500', '183823.682500', '183824.142500', '183824.602500', '183825.062500', '183825.522500', '183825.982500', '183826.442500', '183826.902500', '183827.362500', '183827.822500', '183828.282500', '183828.742500', '183829.202500', '183829.662500', '183830.122500', '183830.582500', '183831.042500', '183831.502500', '183831.962500', '183832.422500', '183832.882500', '183833.342500', '183833.802500', '183834.262500', '183834.722500', '183835.182500', '183835.642500', '183836.102500', '183836.562500', '183837.022500', '183837.482500', '183837.942500', '183838.402500', '183838.862500', '183839.322500', '183839.782500', '183840.242500', '183840.702500', '183841.162500', '183841.622500', '183842.082500', '183842.542500', '183843.002500', '183843.462500', '183843.922500', '183844.382500', '183844.842500', '183845.302500', '183845.762500', '183846.222500', '183846.682500', '183847.142500', '183847.602500', '183848.062500', '183848.522500', '183848.982500', '183849.442500', '183849.902500', '183850.362500', '183850.822500', '183851.282500', '183851.742500', '183852.202500', '183852.662500', '183853.122500', '183853.582500', '183854.042500', '183854.502500', '183854.962500', '183855.422500', '183855.882500', '183856.342500', '183856.802500', '183857.262500', '183857.722500', '183858.182500', '183858.642500', '183859.102500', '183859.562500', '183900.022500', '183900.482500', '183900.942500', '183901.402500', '183901.862500', '183902.322500', '183902.782500', '183903.242500', '183903.702500', '183904.162500', '183904.622500', '183905.082500', '183905.542500', '183906.002500', '183906.462500', '183906.922500', '183907.382500', '183907.842500', '183908.302500', '183908.762500', '183909.222500', '183909.682500', '183910.142500', '183910.602500', '183911.062500', '183911.522500', '183911.982500', '183912.442500', '183912.902500', '183913.362500', '183913.822500', '183914.282500', '183914.742500', '183915.202500', '183915.662500', '183916.122500', '183916.582500', '183917.042500', '183917.502500', '183917.962500', '183918.422500', '183918.882500', '183919.342500', '183919.802500', '183920.262500', '183920.722500', '183921.182500', '183921.642500', '183922.102500', '183922.562500', '183923.022500', '183923.482500', '183923.942500', '183924.402500', '183924.862500', '183925.322500', '183925.782500', '183926.242500', '183926.702500', '183927.162500', '183927.622500', '183928.082500', '183928.542500', '183929.002500', '183929.462500', '183929.922500', '183930.382500', '183930.842500', '183931.302500', '183931.762500', '183932.222500', '183932.682500', '183933.142500', '183933.602500', '183934.062500', '183934.522500', '183934.982500', '183935.442500', '183935.902500', '183936.362500', '183936.822500', '183937.282500', '183937.742500', '183938.202500', '183938.662500', '183939.122500', '183939.582500', '183940.042500', '183940.502500', '183940.962500', '183941.422500', '183941.882500', '183942.342500', '183942.802500', '183943.262500', '183943.722500', '183944.182500', '183944.642500', '183945.102500', '183945.562500', '183946.022500', '183946.482500', '183946.942500'], 'ContentTime': ['183334.794000', '183334.797000', '183334.800000', '183334.803000', '183334.806000', '183334.808000', '183334.811000', '183334.813000', '183334.816000', '183334.818000', '183334.821000', '183334.824000', '183334.826000', '183334.829000', '183334.832000', '183334.834000', '183334.837000', '183334.839000', '183334.842000', '183334.844000', '183334.847000', '183334.849000', '183334.852000', '183334.855000', '183334.882000', '183334.884000', '183334.887000', '183334.890000', '183334.892000', '183334.895000', '183334.897000', '183334.900000', '183334.902000', '183334.905000', '183334.908000', '183334.910000', '183334.913000', '183334.915000', '183334.918000', '183334.921000', '183334.923000', '183334.926000', '183334.928000', '183334.931000', '183334.933000', '183334.936000', '183334.939000', '183334.941000', '183334.944000', '183334.952000', '183334.955000', '183334.958000', '183334.960000', '183334.963000', '183334.965000', '183334.968000', '183334.971000', '183334.973000', '183334.976000', '183354.773000', '183354.775000', '183354.778000', '183354.781000', '183354.783000', '183354.786000', '183354.788000', '183354.791000', '183354.794000', '183354.796000', '183354.799000', '183354.801000', '183354.804000', '183354.807000', '183354.809000', '183354.812000', '183354.815000', '183354.817000', '183354.820000', '183354.823000', '183354.825000', '183354.828000', '183354.830000', '183354.833000', '183354.835000', '183354.838000', '183354.840000', '183354.843000', '183354.846000', '183354.848000', '183354.851000', '183354.853000', '183354.856000', '183354.858000', '183354.861000', '183354.864000', '183354.866000', '183354.869000', '183354.871000', '183354.874000', '183354.876000', '183354.879000', '183354.881000', '183414.771000', '183414.774000', '183414.777000', '183414.779000', '183414.782000', '183414.785000', '183414.788000', '183414.790000', '183414.793000', '183414.795000', '183414.798000', '183414.801000', '183414.803000', '183414.806000', '183414.808000', '183414.811000', '183414.813000', '183414.816000', '183414.819000', '183414.821000', '183414.824000', '183414.826000', '183414.829000', '183414.831000', '183414.834000', '183414.837000', '183414.839000', '183414.842000', '183414.844000', '183414.847000', '183414.850000', '183414.852000', '183414.855000', '183414.857000', '183414.860000', '183414.862000', '183414.865000', '183414.868000', '183414.870000', '183414.873000', '183414.875000', '183414.878000', '183414.881000', '183414.883000', '183434.771000', '183434.774000', '183434.777000', '183434.779000', '183434.788000', '183434.790000', '183434.793000', '183434.795000', '183434.798000', '183434.801000', '183434.803000', '183434.806000', '183434.808000', '183434.811000', '183434.813000', '183434.816000', '183434.818000', '183434.821000', '183434.824000', '183434.826000', '183434.829000', '183434.832000', '183434.834000', '183434.837000', '183434.839000', '183434.842000', '183434.844000', '183434.847000', '183434.850000', '183434.852000', '183434.855000', '183434.857000', '183434.860000', '183434.863000', '183434.865000', '183434.868000', '183434.870000', '183434.873000', '183434.875000', '183434.878000', '183434.881000', '183434.883000', '183434.886000', '183454.771000', '183454.774000', '183454.777000', '183454.779000', '183454.782000', '183454.784000', '183454.787000', '183454.790000', '183454.792000', '183454.795000', '183454.797000', '183454.800000', '183454.802000', '183454.805000', '183454.808000', '183454.810000', '183454.813000', '183454.815000', '183454.818000', '183454.821000', '183454.823000', '183454.826000', '183454.844000', '183454.846000', '183454.849000', '183454.852000', '183454.854000', '183454.857000', '183454.859000', '183454.862000', '183454.864000', '183454.867000', '183454.869000', '183454.872000', '183454.875000', '183454.877000', '183454.880000', '183454.883000', '183454.885000', '183454.888000', '183454.890000', '183454.893000', '183454.895000', '183514.772000', '183514.775000', '183514.778000', '183514.780000', '183514.783000', '183514.785000', '183514.788000', '183514.791000', '183514.793000', '183514.796000', '183514.799000', '183514.801000', '183514.804000', '183514.806000', '183514.809000', '183514.812000', '183514.814000', '183514.817000', '183514.819000', '183514.822000', '183514.824000', '183514.827000', '183514.830000', '183514.832000', '183514.835000', '183514.837000', '183514.840000', '183514.843000', '183514.845000', '183514.848000', '183514.850000', '183514.853000', '183514.855000', '183514.858000', '183514.861000', '183514.863000', '183514.866000', '183514.868000', '183514.871000', '183514.873000', '183514.876000', '183514.879000', '183514.881000', '183514.884000', '183534.773000', '183534.775000', '183534.778000', '183534.780000', '183534.783000', '183534.786000', '183534.788000', '183534.791000', '183534.793000', '183534.796000', '183534.798000', '183534.801000', '183534.804000', '183534.806000', '183534.809000', '183534.811000', '183534.814000', '183534.816000', '183534.819000', '183534.822000', '183534.824000', '183534.827000', '183534.830000', '183534.832000', '183534.835000', '183534.837000', '183534.840000', '183534.842000', '183534.845000', '183534.848000', '183534.850000', '183534.853000', '183534.855000', '183534.858000', '183534.860000', '183534.863000', '183534.866000', '183534.868000', '183534.871000', '183534.873000', '183534.876000', '183534.878000', '183534.881000', '183554.772000', '183554.775000', '183554.778000', '183554.780000', '183554.783000', '183554.785000', '183554.788000', '183554.791000', '183554.793000', '183554.796000', '183554.799000', '183554.801000', '183554.804000', '183554.806000', '183554.809000', '183554.811000', '183554.814000', '183554.817000', '183554.819000', '183554.822000', '183554.824000', '183554.827000', '183554.829000', '183554.832000', '183554.835000', '183554.837000', '183554.840000', '183554.842000', '183554.845000', '183554.848000', '183554.850000', '183554.853000', '183554.855000', '183554.858000', '183554.861000', '183554.863000', '183554.866000', '183554.868000', '183554.871000', '183554.873000', '183554.876000', '183554.879000', '183554.881000', '183554.884000', '183614.773000', '183614.775000', '183614.778000', '183614.780000', '183614.783000', '183614.786000', '183614.788000', '183614.791000', '183614.793000', '183614.796000', '183614.799000', '183614.801000', '183614.804000', '183614.806000', '183614.809000', '183614.811000', '183614.814000', '183614.816000', '183614.819000', '183614.822000', '183614.824000', '183614.827000', '183614.830000', '183614.832000', '183614.835000', '183614.837000', '183614.840000', '183614.842000', '183614.845000', '183614.848000', '183614.850000', '183614.853000', '183614.855000', '183614.858000', '183614.861000', '183614.863000', '183614.866000', '183614.868000', '183614.871000', '183614.874000', '183614.876000', '183614.879000', '183614.882000', '183614.884000', '183634.772000', '183634.774000', '183634.777000', '183634.809000', '183634.811000', '183634.814000', '183634.817000', '183634.819000', '183634.822000', '183634.824000', '183634.827000', '183634.829000', '183634.832000', '183634.834000', '183634.837000', '183634.840000', '183634.842000', '183634.845000', '183634.847000', '183634.858000', '183634.860000', '183634.863000', '183634.865000', '183634.868000', '183634.871000', '183634.873000', '183634.876000', '183634.878000', '183634.881000', '183634.883000', '183634.886000', '183634.888000', '183634.891000', '183634.894000', '183634.896000', '183634.899000', '183634.901000', '183634.904000', '183634.907000', '183634.909000', '183634.912000', '183634.914000', '183634.917000', '183654.771000', '183654.775000', '183654.778000', '183654.781000', '183654.784000', '183654.786000', '183654.789000', '183654.791000', '183654.794000', '183654.796000', '183654.799000', '183654.802000', '183654.804000', '183654.808000', '183654.811000', '183654.813000', '183654.816000', '183654.819000', '183654.821000', '183654.824000', '183654.826000', '183654.829000', '183654.832000', '183654.834000', '183654.837000', '183654.839000', '183654.842000', '183654.845000', '183654.847000', '183654.850000', '183654.852000', '183654.855000', '183654.858000', '183654.860000', '183654.863000', '183654.865000', '183654.868000', '183654.871000', '183654.873000', '183654.876000', '183654.878000', '183654.881000', '183654.883000', '183714.772000', '183714.774000', '183714.777000', '183714.780000', '183714.782000', '183714.785000', '183714.790000', '183714.793000', '183714.796000', '183714.798000', '183714.801000', '183714.803000', '183714.806000', '183714.809000', '183714.811000', '183714.814000', '183714.816000', '183714.819000', '183714.822000', '183714.824000', '183714.827000', '183714.829000', '183714.832000', '183714.835000', '183714.837000', '183714.840000', '183714.842000', '183714.845000', '183714.848000', '183714.850000', '183714.853000', '183714.855000', '183714.858000', '183714.861000', '183714.863000', '183714.866000', '183714.868000', '183714.871000', '183714.873000', '183714.876000', '183714.879000', '183714.881000', '183714.884000', '183714.886000', '183734.772000', '183734.775000', '183734.778000', '183734.781000', '183734.783000', '183734.786000', '183734.788000', '183734.791000', '183734.794000', '183734.796000', '183734.799000', '183734.801000', '183734.804000', '183734.806000', '183734.809000', '183734.812000', '183734.814000', '183734.817000', '183734.819000', '183734.822000', '183734.825000', '183734.827000', '183734.830000', '183734.832000', '183734.835000', '183734.837000', '183734.840000', '183734.843000', '183734.845000', '183734.848000', '183734.851000', '183734.853000', '183734.856000', '183734.858000', '183734.861000', '183734.864000', '183734.866000', '183734.869000', '183734.871000', '183734.874000', '183734.876000', '183734.879000', '183734.882000', '183754.772000', '183754.775000', '183754.778000', '183754.780000', '183754.783000', '183754.786000', '183754.788000', '183754.791000', '183754.793000', '183754.796000', '183754.798000', '183754.801000', '183754.803000', '183754.806000', '183754.809000', '183754.811000', '183754.814000', '183754.817000', '183754.819000', '183754.822000', '183754.824000', '183754.827000', '183754.829000', '183754.832000', '183754.834000', '183754.837000', '183754.840000', '183754.842000', '183754.845000', '183754.857000', '183754.859000', '183754.862000', '183754.865000', '183754.867000', '183754.870000', '183754.872000', '183754.875000', '183754.877000', '183754.880000', '183754.882000', '183754.885000', '183754.888000', '183754.890000', '183754.893000', '183814.773000', '183814.775000', '183814.778000', '183814.780000', '183814.783000', '183814.786000', '183814.788000', '183814.791000', '183814.793000', '183814.796000', '183814.799000', '183814.801000', '183814.804000', '183814.806000', '183814.809000', '183814.811000', '183814.814000', '183814.817000', '183814.819000', '183814.822000', '183814.825000', '183814.827000', '183814.830000', '183814.832000', '183814.835000', '183814.837000', '183814.840000', '183814.843000', '183814.846000', '183814.849000', '183814.852000', '183814.864000', '183814.866000', '183814.869000', '183814.871000', '183814.874000', '183814.877000', '183814.879000', '183814.882000', '183814.884000', '183814.887000', '183814.889000', '183814.892000', '183834.772000', '183834.775000', '183834.778000', '183834.780000', '183834.783000', '183834.785000', '183834.788000', '183834.791000', '183834.793000', '183834.796000', '183834.798000', '183834.801000', '183834.804000', '183834.806000', '183834.809000', '183834.811000', '183834.814000', '183834.817000', '183834.819000', '183834.822000', '183834.824000', '183834.827000', '183834.829000', '183834.832000', '183834.835000', '183834.837000', '183834.840000', '183834.842000', '183834.845000', '183834.848000', '183834.850000', '183834.853000', '183834.855000', '183834.858000', '183834.861000', '183834.863000', '183834.866000', '183834.869000', '183834.871000', '183834.874000', '183834.876000', '183834.879000', '183834.882000', '183834.884000', '183854.772000', '183854.774000', '183854.777000', '183854.779000', '183854.790000', '183854.793000', '183854.795000', '183854.798000', '183854.801000', '183854.803000', '183854.806000', '183854.808000', '183854.811000', '183854.814000', '183854.816000', '183854.819000', '183854.822000', '183854.824000', '183854.827000', '183854.829000', '183854.832000', '183854.834000', '183854.837000', '183854.840000', '183854.842000', '183854.845000', '183854.848000', '183854.850000', '183854.853000', '183854.855000', '183854.858000', '183854.861000', '183854.863000', '183854.866000', '183854.868000', '183854.871000', '183854.873000', '183854.876000', '183854.879000', '183854.881000', '183854.884000', '183854.886000', '183854.889000', '183914.771000', '183914.774000', '183914.777000', '183914.779000', '183914.782000', '183914.785000', '183914.787000', '183914.790000', '183914.792000', '183914.795000', '183914.797000', '183914.800000', '183914.803000', '183914.805000', '183914.808000', '183914.811000', '183914.813000', '183914.816000', '183914.818000', '183914.821000', '183914.824000', '183914.826000', '183914.829000', '183914.831000', '183914.834000', '183914.837000', '183914.839000', '183914.842000', '183914.844000', '183914.847000', '183914.850000', '183914.852000', '183914.855000', '183914.858000', '183914.860000', '183914.863000', '183914.865000', '183914.868000', '183914.871000', '183914.873000', '183914.889000', '183914.891000', '183914.894000', '183914.896000', '183934.771000', '183934.774000', '183934.777000', '183934.779000', '183934.782000', '183934.784000', '183934.787000', '183934.790000', '183934.792000', '183934.795000', '183934.798000', '183934.800000', '183934.803000', '183934.805000', '183934.808000', '183934.811000', '183934.813000', '183934.816000', '183934.818000', '183934.821000', '183934.824000', '183934.826000', '183934.829000', '183934.832000', '183934.834000', '183934.837000', '183934.840000', '183934.843000', '183934.845000', '183934.848000', '183934.850000', '183934.853000', '183934.856000', '183934.858000', '183934.861000', '183934.863000', '183934.866000', '183934.868000', '183934.871000', '183934.874000', '183934.876000', '183934.879000', '183934.881000', '183948.664000', '183948.667000', '183948.670000', '183948.673000', '183948.676000', '183948.679000', '183948.682000', '183948.684000', '183948.687000', '183948.690000', '183948.693000', '183948.695000', '183948.698000', '183948.701000', '183948.703000', '183948.706000', '183948.709000', '183948.711000', '183948.714000', '183948.716000', '183948.719000', '183948.722000', '183948.724000', '183948.727000', '183948.729000', '183948.732000', '183948.735000', '183948.738000', '183948.744000', '183948.747000', '183948.751000'], 'InstanceCreationTime': ['183334.794000', '183334.797000', '183334.800000', '183334.803000', '183334.806000', '183334.808000', '183334.811000', '183334.813000', '183334.816000', '183334.818000', '183334.821000', '183334.824000', '183334.826000', '183334.829000', '183334.832000', '183334.834000', '183334.837000', '183334.839000', '183334.842000', '183334.844000', '183334.847000', '183334.849000', '183334.852000', '183334.855000', '183334.882000', '183334.884000', '183334.887000', '183334.890000', '183334.892000', '183334.895000', '183334.897000', '183334.900000', '183334.902000', '183334.905000', '183334.908000', '183334.910000', '183334.913000', '183334.915000', '183334.918000', '183334.921000', '183334.923000', '183334.926000', '183334.928000', '183334.931000', '183334.933000', '183334.936000', '183334.939000', '183334.941000', '183334.944000', '183334.952000', '183334.955000', '183334.958000', '183334.960000', '183334.963000', '183334.965000', '183334.968000', '183334.971000', '183334.973000', '183334.976000', '183354.773000', '183354.775000', '183354.778000', '183354.781000', '183354.783000', '183354.786000', '183354.788000', '183354.791000', '183354.794000', '183354.796000', '183354.799000', '183354.801000', '183354.804000', '183354.807000', '183354.809000', '183354.812000', '183354.815000', '183354.817000', '183354.820000', '183354.823000', '183354.825000', '183354.828000', '183354.830000', '183354.833000', '183354.835000', '183354.838000', '183354.840000', '183354.843000', '183354.846000', '183354.848000', '183354.851000', '183354.853000', '183354.856000', '183354.858000', '183354.861000', '183354.864000', '183354.866000', '183354.869000', '183354.871000', '183354.874000', '183354.876000', '183354.879000', '183354.881000', '183414.771000', '183414.774000', '183414.777000', '183414.779000', '183414.782000', '183414.785000', '183414.788000', '183414.790000', '183414.793000', '183414.795000', '183414.798000', '183414.801000', '183414.803000', '183414.806000', '183414.808000', '183414.811000', '183414.813000', '183414.816000', '183414.819000', '183414.821000', '183414.824000', '183414.826000', '183414.829000', '183414.831000', '183414.834000', '183414.837000', '183414.839000', '183414.842000', '183414.844000', '183414.847000', '183414.850000', '183414.852000', '183414.855000', '183414.857000', '183414.860000', '183414.862000', '183414.865000', '183414.868000', '183414.870000', '183414.873000', '183414.875000', '183414.878000', '183414.881000', '183414.883000', '183434.771000', '183434.774000', '183434.777000', '183434.779000', '183434.788000', '183434.790000', '183434.793000', '183434.795000', '183434.798000', '183434.801000', '183434.803000', '183434.806000', '183434.808000', '183434.811000', '183434.813000', '183434.816000', '183434.818000', '183434.821000', '183434.824000', '183434.826000', '183434.829000', '183434.832000', '183434.834000', '183434.837000', '183434.839000', '183434.842000', '183434.844000', '183434.847000', '183434.850000', '183434.852000', '183434.855000', '183434.857000', '183434.860000', '183434.863000', '183434.865000', '183434.868000', '183434.870000', '183434.873000', '183434.875000', '183434.878000', '183434.881000', '183434.883000', '183434.886000', '183454.771000', '183454.774000', '183454.777000', '183454.779000', '183454.782000', '183454.784000', '183454.787000', '183454.790000', '183454.792000', '183454.795000', '183454.797000', '183454.800000', '183454.802000', '183454.805000', '183454.808000', '183454.810000', '183454.813000', '183454.815000', '183454.818000', '183454.821000', '183454.823000', '183454.826000', '183454.844000', '183454.846000', '183454.849000', '183454.852000', '183454.854000', '183454.857000', '183454.859000', '183454.862000', '183454.864000', '183454.867000', '183454.869000', '183454.872000', '183454.875000', '183454.877000', '183454.880000', '183454.883000', '183454.885000', '183454.888000', '183454.890000', '183454.893000', '183454.895000', '183514.772000', '183514.775000', '183514.778000', '183514.780000', '183514.783000', '183514.785000', '183514.788000', '183514.791000', '183514.793000', '183514.796000', '183514.799000', '183514.801000', '183514.804000', '183514.806000', '183514.809000', '183514.812000', '183514.814000', '183514.817000', '183514.819000', '183514.822000', '183514.824000', '183514.827000', '183514.830000', '183514.832000', '183514.835000', '183514.837000', '183514.840000', '183514.843000', '183514.845000', '183514.848000', '183514.850000', '183514.853000', '183514.855000', '183514.858000', '183514.861000', '183514.863000', '183514.866000', '183514.868000', '183514.871000', '183514.873000', '183514.876000', '183514.879000', '183514.881000', '183514.884000', '183534.773000', '183534.775000', '183534.778000', '183534.780000', '183534.783000', '183534.786000', '183534.788000', '183534.791000', '183534.793000', '183534.796000', '183534.798000', '183534.801000', '183534.804000', '183534.806000', '183534.809000', '183534.811000', '183534.814000', '183534.816000', '183534.819000', '183534.822000', '183534.824000', '183534.827000', '183534.830000', '183534.832000', '183534.835000', '183534.837000', '183534.840000', '183534.842000', '183534.845000', '183534.848000', '183534.850000', '183534.853000', '183534.855000', '183534.858000', '183534.860000', '183534.863000', '183534.866000', '183534.868000', '183534.871000', '183534.873000', '183534.876000', '183534.878000', '183534.881000', '183554.772000', '183554.775000', '183554.778000', '183554.780000', '183554.783000', '183554.785000', '183554.788000', '183554.791000', '183554.793000', '183554.796000', '183554.799000', '183554.801000', '183554.804000', '183554.806000', '183554.809000', '183554.811000', '183554.814000', '183554.817000', '183554.819000', '183554.822000', '183554.824000', '183554.827000', '183554.829000', '183554.832000', '183554.835000', '183554.837000', '183554.840000', '183554.842000', '183554.845000', '183554.848000', '183554.850000', '183554.853000', '183554.855000', '183554.858000', '183554.861000', '183554.863000', '183554.866000', '183554.868000', '183554.871000', '183554.873000', '183554.876000', '183554.879000', '183554.881000', '183554.884000', '183614.773000', '183614.775000', '183614.778000', '183614.780000', '183614.783000', '183614.786000', '183614.788000', '183614.791000', '183614.793000', '183614.796000', '183614.799000', '183614.801000', '183614.804000', '183614.806000', '183614.809000', '183614.811000', '183614.814000', '183614.816000', '183614.819000', '183614.822000', '183614.824000', '183614.827000', '183614.830000', '183614.832000', '183614.835000', '183614.837000', '183614.840000', '183614.842000', '183614.845000', '183614.848000', '183614.850000', '183614.853000', '183614.855000', '183614.858000', '183614.861000', '183614.863000', '183614.866000', '183614.868000', '183614.871000', '183614.874000', '183614.876000', '183614.879000', '183614.882000', '183614.884000', '183634.772000', '183634.774000', '183634.777000', '183634.809000', '183634.811000', '183634.814000', '183634.817000', '183634.819000', '183634.822000', '183634.824000', '183634.827000', '183634.829000', '183634.832000', '183634.834000', '183634.837000', '183634.840000', '183634.842000', '183634.845000', '183634.847000', '183634.858000', '183634.860000', '183634.863000', '183634.865000', '183634.868000', '183634.871000', '183634.873000', '183634.876000', '183634.878000', '183634.881000', '183634.883000', '183634.886000', '183634.888000', '183634.891000', '183634.894000', '183634.896000', '183634.899000', '183634.901000', '183634.904000', '183634.907000', '183634.909000', '183634.912000', '183634.914000', '183634.917000', '183654.771000', '183654.775000', '183654.778000', '183654.781000', '183654.784000', '183654.786000', '183654.789000', '183654.791000', '183654.794000', '183654.796000', '183654.799000', '183654.802000', '183654.804000', '183654.808000', '183654.811000', '183654.813000', '183654.816000', '183654.819000', '183654.821000', '183654.824000', '183654.826000', '183654.829000', '183654.832000', '183654.834000', '183654.837000', '183654.839000', '183654.842000', '183654.845000', '183654.847000', '183654.850000', '183654.852000', '183654.855000', '183654.858000', '183654.860000', '183654.863000', '183654.865000', '183654.868000', '183654.871000', '183654.873000', '183654.876000', '183654.878000', '183654.881000', '183654.883000', '183714.772000', '183714.774000', '183714.777000', '183714.780000', '183714.782000', '183714.785000', '183714.790000', '183714.793000', '183714.796000', '183714.798000', '183714.801000', '183714.803000', '183714.806000', '183714.809000', '183714.811000', '183714.814000', '183714.816000', '183714.819000', '183714.822000', '183714.824000', '183714.827000', '183714.829000', '183714.832000', '183714.835000', '183714.837000', '183714.840000', '183714.842000', '183714.845000', '183714.848000', '183714.850000', '183714.853000', '183714.855000', '183714.858000', '183714.861000', '183714.863000', '183714.866000', '183714.868000', '183714.871000', '183714.873000', '183714.876000', '183714.879000', '183714.881000', '183714.884000', '183714.886000', '183734.772000', '183734.775000', '183734.778000', '183734.781000', '183734.783000', '183734.786000', '183734.788000', '183734.791000', '183734.794000', '183734.796000', '183734.799000', '183734.801000', '183734.804000', '183734.806000', '183734.809000', '183734.812000', '183734.814000', '183734.817000', '183734.819000', '183734.822000', '183734.825000', '183734.827000', '183734.830000', '183734.832000', '183734.835000', '183734.837000', '183734.840000', '183734.843000', '183734.845000', '183734.848000', '183734.851000', '183734.853000', '183734.856000', '183734.858000', '183734.861000', '183734.864000', '183734.866000', '183734.869000', '183734.871000', '183734.874000', '183734.876000', '183734.879000', '183734.882000', '183754.772000', '183754.775000', '183754.778000', '183754.780000', '183754.783000', '183754.786000', '183754.788000', '183754.791000', '183754.793000', '183754.796000', '183754.798000', '183754.801000', '183754.803000', '183754.806000', '183754.809000', '183754.811000', '183754.814000', '183754.817000', '183754.819000', '183754.822000', '183754.824000', '183754.827000', '183754.829000', '183754.832000', '183754.834000', '183754.837000', '183754.840000', '183754.842000', '183754.845000', '183754.857000', '183754.859000', '183754.862000', '183754.865000', '183754.867000', '183754.870000', '183754.872000', '183754.875000', '183754.877000', '183754.880000', '183754.882000', '183754.885000', '183754.888000', '183754.890000', '183754.893000', '183814.773000', '183814.775000', '183814.778000', '183814.780000', '183814.783000', '183814.786000', '183814.788000', '183814.791000', '183814.793000', '183814.796000', '183814.799000', '183814.801000', '183814.804000', '183814.806000', '183814.809000', '183814.811000', '183814.814000', '183814.817000', '183814.819000', '183814.822000', '183814.825000', '183814.827000', '183814.830000', '183814.832000', '183814.835000', '183814.837000', '183814.840000', '183814.843000', '183814.846000', '183814.849000', '183814.852000', '183814.864000', '183814.866000', '183814.869000', '183814.871000', '183814.874000', '183814.877000', '183814.879000', '183814.882000', '183814.884000', '183814.887000', '183814.889000', '183814.892000', '183834.772000', '183834.775000', '183834.778000', '183834.780000', '183834.783000', '183834.785000', '183834.788000', '183834.791000', '183834.793000', '183834.796000', '183834.798000', '183834.801000', '183834.804000', '183834.806000', '183834.809000', '183834.811000', '183834.814000', '183834.817000', '183834.819000', '183834.822000', '183834.824000', '183834.827000', '183834.829000', '183834.832000', '183834.835000', '183834.837000', '183834.840000', '183834.842000', '183834.845000', '183834.848000', '183834.850000', '183834.853000', '183834.855000', '183834.858000', '183834.861000', '183834.863000', '183834.866000', '183834.869000', '183834.871000', '183834.874000', '183834.876000', '183834.879000', '183834.882000', '183834.884000', '183854.772000', '183854.774000', '183854.777000', '183854.779000', '183854.790000', '183854.793000', '183854.795000', '183854.798000', '183854.801000', '183854.803000', '183854.806000', '183854.808000', '183854.811000', '183854.814000', '183854.816000', '183854.819000', '183854.822000', '183854.824000', '183854.827000', '183854.829000', '183854.832000', '183854.834000', '183854.837000', '183854.840000', '183854.842000', '183854.845000', '183854.848000', '183854.850000', '183854.853000', '183854.855000', '183854.858000', '183854.861000', '183854.863000', '183854.866000', '183854.868000', '183854.871000', '183854.873000', '183854.876000', '183854.879000', '183854.881000', '183854.884000', '183854.886000', '183854.889000', '183914.771000', '183914.774000', '183914.777000', '183914.779000', '183914.782000', '183914.785000', '183914.787000', '183914.790000', '183914.792000', '183914.795000', '183914.797000', '183914.800000', '183914.803000', '183914.805000', '183914.808000', '183914.811000', '183914.813000', '183914.816000', '183914.818000', '183914.821000', '183914.824000', '183914.826000', '183914.829000', '183914.831000', '183914.834000', '183914.837000', '183914.839000', '183914.842000', '183914.844000', '183914.847000', '183914.850000', '183914.852000', '183914.855000', '183914.858000', '183914.860000', '183914.863000', '183914.865000', '183914.868000', '183914.871000', '183914.873000', '183914.889000', '183914.891000', '183914.894000', '183914.896000', '183934.771000', '183934.774000', '183934.777000', '183934.779000', '183934.782000', '183934.784000', '183934.787000', '183934.790000', '183934.792000', '183934.795000', '183934.798000', '183934.800000', '183934.803000', '183934.805000', '183934.808000', '183934.811000', '183934.813000', '183934.816000', '183934.818000', '183934.821000', '183934.824000', '183934.826000', '183934.829000', '183934.832000', '183934.834000', '183934.837000', '183934.840000', '183934.843000', '183934.845000', '183934.848000', '183934.850000', '183934.853000', '183934.856000', '183934.858000', '183934.861000', '183934.863000', '183934.866000', '183934.868000', '183934.871000', '183934.874000', '183934.876000', '183934.879000', '183934.881000', '183948.664000', '183948.667000', '183948.670000', '183948.673000', '183948.676000', '183948.679000', '183948.682000', '183948.684000', '183948.687000', '183948.690000', '183948.693000', '183948.695000', '183948.698000', '183948.701000', '183948.703000', '183948.706000', '183948.709000', '183948.711000', '183948.714000', '183948.716000', '183948.719000', '183948.722000', '183948.724000', '183948.727000', '183948.729000', '183948.732000', '183948.735000', '183948.738000', '183948.744000', '183948.747000', '183948.751000'], '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': [12646, 15119, 11511, 8650, 14168, 11314, 17974, 12705, 9236, 16571, 11451, 12589, 11341, 9182, 16004, 14700, 16024, 11143, 8054, 14916, 10640, 11039, 12767, 9186, 17351, 11036, 8596, 14258, 10232, 10157, 12226, 10130, 17490, 12962, 9185, 19120, 11486, 11024, 14214, 11624, 13314, 10637, 8824, 17891, 11689, 8468, 13416, 10228, 17908, 12220, 9965, 15991, 11486, 16832, 12254, 14923, 13038, 8817, 15591, 10641, 16083, 9860, 9157, 14412, 9928, 14780, 10422, 11630, 11790, 9802, 16695, 9727, 8209, 12240, 10227, 16387, 11138, 8502, 13012, 9912, 15649, 11155, 10273, 12680, 9542, 13872, 11043, 15108, 12644, 8872, 14664, 11279, 17872, 13572, 12347, 16358, 11919, 17412, 11062, 8343, 14306, 10350, 9144, 14984, 12351, 10724, 14706, 10718, 15730, 11427, 9371, 18928, 13494, 10899, 12814, 8997, 15645, 13258, 16343, 12628, 8478, 14551, 10442, 15296, 12209, 15551, 11142, 8268, 13238, 10679, 18430, 12568, 8604, 12935, 10673, 16703, 11833, 9668, 15519, 11879, 15939, 10814, 10957, 15735, 11805, 17257, 12830, 16174, 11273, 11030, 15038, 10936, 16704, 13775, 16064, 10571, 11246, 13261, 9156, 15252, 11793, 17420, 10423, 15433, 11962, 8939, 13393, 10143, 15349, 10062, 8785, 15103, 10692, 9257, 11811, 9761, 15188, 12432, 14253, 13680, 8877, 16287, 12566, 16286, 13891, 17251, 12516, 9257, 14200, 10585, 19597, 12332, 11619, 11234, 8799, 15931, 12773, 18297, 11233, 14160, 12303, 9472, 15961, 12896, 15644, 12061, 18053, 13688, 14912, 11660, 8167, 12307, 10343, 18307, 12658, 9490, 11739, 8446, 13938, 10020, 15147, 12989, 18315, 11221, 10864, 10854, 8247, 14460, 11545, 17087, 11508, 12294, 11450, 9949, 16299, 13852, 18299, 10879, 9238, 14723, 11460, 19820, 13277, 10032, 14566, 10669, 17978, 12123, 11730, 16254, 12879, 19331, 13551, 16390, 11720, 10550, 15255, 10304, 15419, 10794, 13196, 14701, 10486, 16153, 12455, 15244, 11842, 10247, 16332, 13391, 19001, 11827, 16250, 11694, 11253, 16057, 11018, 16259, 11085, 8677, 16612, 10651, 9642, 17146, 12921, 11571, 12878, 11312, 10815, 13567, 10948, 18036, 13089, 13439, 17055, 11723, 15688, 11250, 15622, 11650, 16466, 12835, 15303, 9930, 8488, 10755, 8142, 13303, 10509, 15281, 9691, 10215, 10406, 8293, 13473, 9001, 14533, 10617, 14175, 10116, 14620, 11356, 16383, 11701, 12229, 14026, 8561, 14881, 10388, 15498, 12790, 18711, 12173, 9427, 12618, 8405, 15350, 11245, 15863, 12929, 18010, 13149, 16755, 12533, 10554, 15610, 10342, 15349, 11177, 15833, 13391, 16371, 12175, 9040, 12535, 8953, 16052, 13089, 17477, 10488, 8973, 12704, 8899, 15125, 10845, 16005, 13048, 17449, 10884, 16069, 11328, 11525, 14966, 9494, 15283, 10972, 15362, 11980, 14802, 13343, 8811, 14743, 10253, 15215, 12369, 15596, 12156, 8436, 14361, 10910, 18848, 12907, 12348, 14939, 10964, 17736, 10593, 13395, 13736, 9486, 15336, 10771, 14507, 11627, 9025, 16037, 13204, 13315, 11726, 8785, 15650, 13154, 14867, 13696, 9765, 15857, 11980, 14712, 15222, 11201, 18097, 12043, 11838, 14628, 11755, 14901, 11650, 10088, 16198, 11661, 9535, 17071, 13185, 9662, 19698, 13844, 10832, 19993, 11847, 9330, 14756, 11423, 20967, 11420, 8948, 14495, 10631, 8811, 13285, 11801, 18328, 11481, 9036, 14886, 11706, 14408, 14844, 11428, 19828, 11305, 9253, 11728, 8893, 15272, 11684, 18026, 11058, 9166, 11448, 8675, 15434, 11329, 17899, 10782, 15461, 12509, 9311, 14536, 9709, 15079, 10962, 15591, 13054, 17728, 11895, 8923, 12458, 8725, 14484, 10445, 16238, 13236, 16022, 10860, 16248, 10418, 14217, 13405, 9053, 14131, 9060, 13909, 10023, 14966, 11610, 16057, 12488, 15274, 10612, 11682, 13135, 9159, 16424, 12120, 17637, 10356, 16064, 11444, 15677, 12827, 11445, 13787, 8648, 14622, 10795, 16087, 13818, 11512, 12668, 8817, 15006, 11374, 17508, 12534, 8810, 14657, 11161, 15576, 12741, 19769, 12945, 12250, 14260, 8913, 15296, 9966, 16735, 14185, 18095, 12403, 15106, 11279, 11303, 14022, 9220, 14185, 10618, 16785, 10670, 10223, 14565, 9580, 14753, 10605, 16586, 11314, 15259, 12647, 8835, 13672, 9834, 14551, 10999, 15615, 12210, 8465, 15096, 11104, 14542, 11362, 8578, 17368, 11536, 10263, 16000, 12875, 19676, 13241, 12003, 11861, 9107, 15652, 12606, 17299, 12653, 15473, 10815, 8816, 14828, 10928, 17675, 9726, 9867, 11442, 8771, 15757, 12975, 13390, 12023, 8325, 14370, 11186, 14480, 12640, 8628, 14765, 10826, 16155, 13656, 9116, 15706, 13128, 19586, 13325, 14020, 15921, 10115, 15643, 12468, 16284, 13719, 19528, 12825, 11988, 11692, 9300, 12456, 9213, 15688, 9660, 15955, 10597, 14381, 11070, 16119, 13004, 13236, 10520, 8614, 11586, 8185, 14301, 10752, 16313, 9911, 8458, 12016, 9215, 15657, 12301, 13553, 10879, 8339, 13821, 11326, 16243, 13210, 14118, 12171, 9453, 16326, 13660, 17570, 12996, 9271, 18676, 15038, 10250, 12849, 11748, 15897, 16143, 11710, 19975, 12990, 10628, 16148, 12915, 19765, 14958, 11237, 14791, 11462, 17954, 13733, 9041, 15214, 11175, 9302, 13023, 10751, 16912, 10659, 8293, 15697, 10738, 8494, 16018, 12689, 8593, 14373, 11703, 9585, 15186, 12423, 13891, 16641, 14198, 14523, 11839, 9873, 13131, 9220, 11417, 13938, 8872, 8514, 8405, 7290, 15670, 15130, 10638, 19380, 15412, 16343, 14298, 9874, 13283, 11977, 8587, 13054, 10175, 17273, 10798, 8183, 11828, 9451, 15658, 10911, 7970, 11869, 9884, 14492, 10805, 8059, 13708, 10036, 15518, 10543, 14022, 11304, 10047, 13199, 8666, 15098, 10591, 15456, 10781, 10571, 12813, 7939, 13861, 9747, 14415, 12634, 18949, 14793, 13234, 12298, 9799, 13321, 10777, 18327, 15943, 19505, 12567, 17293, 11811, 16887, 14715, 17434, 13593, 14869, 11033, 9599, 12791, 8313, 14398, 10880, 16466, 10687, 14266, 11658, 10790, 13541, 7851, 13132, 10015, 14246, 11023, 17817, 14460, 13285, 11607, 9489, 12631, 8264, 14290, 9532, 16890, 11268, 17610, 10858, 15590, 12149, 8825, 13902, 9114, 13969, 10609, 14671, 12499, 17769, 11102, 15360, 11806, 13144, 13573, 8110, 13635, 10404, 13860, 11044, 11541, 11742, 7910, 12518, 8215, 13764, 10685, 17667, 10969, 16296, 11005, 13985, 12429, 10690, 16429, 8958, 14516, 10513, 14065, 11498, 14911, 11847, 7892, 12793, 9796, 18488, 11653, 7842, 13294], 'WindowCenter': [4725.0, 4718.0, 4683.0, 4643.0, 4702.0, 4670.0, 4706.0, 4668.0, 4626.0, 4696.0, 4654.0, 4663.0, 4644.0, 4625.0, 4686.0, 4674.0, 4684.0, 4642.0, 4604.0, 4684.0, 4644.0, 4655.0, 4663.0, 4621.0, 4695.0, 4645.0, 4628.0, 4687.0, 4647.0, 4648.0, 4666.0, 4647.0, 4695.0, 4676.0, 4626.0, 4706.0, 4656.0, 4656.0, 4675.0, 4669.0, 4677.0, 4646.0, 4636.0, 4706.0, 4665.0, 4616.0, 4676.0, 4646.0, 4695.0, 4664.0, 4635.0, 4684.0, 4654.0, 4684.0, 4652.0, 4673.0, 4651.0, 4613.0, 4673.0, 4633.0, 4672.0, 4621.0, 4623.0, 4662.0, 4621.0, 4672.0, 4634.0, 4642.0, 4651.0, 4635.0, 4685.0, 4634.0, 4627.0, 4667.0, 4645.0, 4697.0, 4671.0, 4627.0, 4674.0, 4647.0, 4686.0, 4659.0, 4645.0, 4665.0, 4635.0, 4676.0, 4655.0, 4686.0, 4666.0, 4626.0, 4684.0, 4657.0, 4696.0, 4664.0, 4666.0, 4687.0, 4655.0, 4697.0, 4645.0, 4614.0, 4675.0, 4636.0, 4637.0, 4674.0, 4664.0, 4658.0, 4686.0, 4649.0, 4686.0, 4655.0, 4638.0, 4708.0, 4677.0, 4656.0, 4666.0, 4628.0, 4697.0, 4676.0, 4684.0, 4653.0, 4616.0, 4674.0, 4644.0, 4685.0, 4667.0, 4683.0, 4645.0, 4604.0, 4664.0, 4647.0, 4696.0, 4663.0, 4628.0, 4665.0, 4648.0, 4695.0, 4657.0, 4638.0, 4687.0, 4668.0, 4696.0, 4656.0, 4657.0, 4686.0, 4666.0, 4697.0, 4666.0, 4686.0, 4655.0, 4646.0, 4676.0, 4646.0, 4685.0, 4674.0, 4685.0, 4645.0, 4655.0, 4663.0, 4625.0, 4672.0, 4654.0, 4694.0, 4644.0, 4685.0, 4667.0, 4626.0, 4664.0, 4635.0, 4685.0, 4635.0, 4628.0, 4688.0, 4649.0, 4639.0, 4668.0, 4650.0, 4688.0, 4679.0, 4687.0, 4678.0, 4627.0, 4687.0, 4667.0, 4686.0, 4675.0, 4685.0, 4654.0, 4624.0, 4675.0, 4647.0, 4704.0, 4666.0, 4653.0, 4644.0, 4626.0, 4684.0, 4664.0, 4693.0, 4654.0, 4674.0, 4652.0, 4634.0, 4684.0, 4663.0, 4683.0, 4654.0, 4694.0, 4676.0, 4673.0, 4642.0, 4603.0, 4653.0, 4632.0, 4694.0, 4664.0, 4636.0, 4654.0, 4615.0, 4674.0, 4635.0, 4674.0, 4664.0, 4694.0, 4645.0, 4645.0, 4643.0, 4617.0, 4686.0, 4668.0, 4697.0, 4655.0, 4669.0, 4670.0, 4647.0, 4698.0, 4676.0, 4694.0, 4645.0, 4636.0, 4686.0, 4657.0, 4704.0, 4666.0, 4636.0, 4676.0, 4647.0, 4706.0, 4665.0, 4656.0, 4697.0, 4665.0, 4707.0, 4675.0, 4695.0, 4668.0, 4645.0, 4684.0, 4633.0, 4684.0, 4645.0, 4663.0, 4683.0, 4645.0, 4686.0, 4664.0, 4685.0, 4653.0, 4633.0, 4686.0, 4664.0, 4694.0, 4654.0, 4684.0, 4652.0, 4654.0, 4684.0, 4648.0, 4683.0, 4644.0, 4626.0, 4695.0, 4646.0, 4639.0, 4697.0, 4678.0, 4669.0, 4667.0, 4655.0, 4646.0, 4677.0, 4659.0, 4698.0, 4666.0, 4666.0, 4686.0, 4643.0, 4673.0, 4643.0, 4672.0, 4641.0, 4669.0, 4653.0, 4660.0, 4621.0, 4600.0, 4632.0, 4603.0, 4663.0, 4633.0, 4674.0, 4635.0, 4645.0, 4645.0, 4617.0, 4676.0, 4626.0, 4676.0, 4646.0, 4674.0, 4648.0, 4685.0, 4657.0, 4687.0, 4658.0, 4665.0, 4675.0, 4613.0, 4686.0, 4646.0, 4688.0, 4678.0, 4692.0, 4666.0, 4638.0, 4666.0, 4616.0, 4687.0, 4657.0, 4685.0, 4666.0, 4695.0, 4665.0, 4696.0, 4665.0, 4647.0, 4685.0, 4646.0, 4682.0, 4645.0, 4685.0, 4676.0, 4685.0, 4667.0, 4626.0, 4656.0, 4625.0, 4684.0, 4676.0, 4694.0, 4645.0, 4625.0, 4666.0, 4626.0, 4686.0, 4647.0, 4685.0, 4666.0, 4695.0, 4647.0, 4686.0, 4645.0, 4656.0, 4684.0, 4634.0, 4687.0, 4645.0, 4685.0, 4656.0, 4686.0, 4666.0, 4626.0, 4689.0, 4648.0, 4686.0, 4667.0, 4687.0, 4665.0, 4618.0, 4685.0, 4655.0, 4705.0, 4676.0, 4668.0, 4688.0, 4655.0, 4707.0, 4647.0, 4676.0, 4675.0, 4648.0, 4686.0, 4658.0, 4688.0, 4656.0, 4639.0, 4699.0, 4676.0, 4678.0, 4667.0, 4629.0, 4697.0, 4678.0, 4688.0, 4677.0, 4648.0, 4697.0, 4666.0, 4687.0, 4687.0, 4656.0, 4695.0, 4656.0, 4656.0, 4688.0, 4667.0, 4688.0, 4669.0, 4662.0, 4708.0, 4669.0, 4648.0, 4711.0, 4691.0, 4650.0, 4720.0, 4678.0, 4647.0, 4705.0, 4666.0, 4628.0, 4674.0, 4669.0, 4716.0, 4659.0, 4628.0, 4688.0, 4660.0, 4628.0, 4677.0, 4670.0, 4708.0, 4658.0, 4629.0, 4685.0, 4657.0, 4677.0, 4677.0, 4655.0, 4706.0, 4655.0, 4628.0, 4656.0, 4628.0, 4685.0, 4654.0, 4696.0, 4646.0, 4627.0, 4657.0, 4627.0, 4685.0, 4655.0, 4695.0, 4647.0, 4687.0, 4666.0, 4626.0, 4676.0, 4637.0, 4674.0, 4645.0, 4684.0, 4666.0, 4695.0, 4655.0, 4614.0, 4653.0, 4615.0, 4673.0, 4636.0, 4683.0, 4664.0, 4685.0, 4644.0, 4683.0, 4644.0, 4673.0, 4664.0, 4615.0, 4676.0, 4627.0, 4676.0, 4637.0, 4675.0, 4657.0, 4687.0, 4667.0, 4677.0, 4634.0, 4657.0, 4666.0, 4629.0, 4700.0, 4668.0, 4709.0, 4649.0, 4698.0, 4657.0, 4687.0, 4667.0, 4657.0, 4677.0, 4628.0, 4687.0, 4659.0, 4685.0, 4689.0, 4659.0, 4668.0, 4628.0, 4688.0, 4670.0, 4708.0, 4670.0, 4641.0, 4701.0, 4669.0, 4700.0, 4678.0, 4718.0, 4678.0, 4668.0, 4676.0, 4626.0, 4685.0, 4634.0, 4685.0, 4675.0, 4695.0, 4654.0, 4686.0, 4655.0, 4655.0, 4675.0, 4625.0, 4676.0, 4645.0, 4695.0, 4645.0, 4649.0, 4686.0, 4637.0, 4688.0, 4647.0, 4697.0, 4656.0, 4685.0, 4667.0, 4625.0, 4678.0, 4638.0, 4677.0, 4659.0, 4686.0, 4667.0, 4619.0, 4688.0, 4660.0, 4688.0, 4658.0, 4629.0, 4707.0, 4668.0, 4660.0, 4700.0, 4680.0, 4708.0, 4667.0, 4666.0, 4656.0, 4627.0, 4687.0, 4677.0, 4698.0, 4667.0, 4685.0, 4646.0, 4625.0, 4677.0, 4648.0, 4699.0, 4640.0, 4647.0, 4656.0, 4630.0, 4697.0, 4679.0, 4677.0, 4669.0, 4627.0, 4689.0, 4670.0, 4704.0, 4680.0, 4640.0, 4701.0, 4670.0, 4710.0, 4692.0, 4641.0, 4699.0, 4681.0, 4718.0, 4677.0, 4688.0, 4687.0, 4646.0, 4687.0, 4667.0, 4686.0, 4674.0, 4695.0, 4664.0, 4654.0, 4654.0, 4623.0, 4654.0, 4622.0, 4671.0, 4622.0, 4673.0, 4644.0, 4673.0, 4657.0, 4682.0, 4664.0, 4663.0, 4634.0, 4627.0, 4655.0, 4616.0, 4687.0, 4658.0, 4697.0, 4650.0, 4629.0, 4668.0, 4639.0, 4697.0, 4681.0, 4678.0, 4659.0, 4627.0, 4688.0, 4673.0, 4712.0, 4692.0, 4692.0, 4693.0, 4664.0, 4728.0, 4707.0, 4710.0, 4654.0, 4613.0, 4739.0, 4742.0, 4674.0, 4665.0, 4640.0, 4670.0, 4684.0, 4667.0, 4707.0, 4677.0, 4645.0, 4687.0, 4665.0, 4697.0, 4674.0, 4645.0, 4673.0, 4643.0, 4683.0, 4664.0, 4614.0, 4673.0, 4645.0, 4637.0, 4667.0, 4662.0, 4725.0, 4658.0, 4618.0, 4686.0, 4646.0, 4629.0, 4700.0, 4682.0, 4630.0, 4687.0, 4668.0, 4638.0, 4687.0, 4668.0, 4676.0, 4698.0, 4689.0, 4679.0, 4671.0, 4596.0, 4435.0, 4559.0, 4604.0, 4608.0, 4559.0, 4556.0, 4547.0, 4536.0, 4655.0, 4650.0, 4705.0, 4722.0, 4687.0, 4672.0, 4663.0, 4620.0, 4661.0, 4643.0, 4601.0, 4638.0, 4634.0, 4671.0, 4618.0, 4577.0, 4639.0, 4610.0, 4670.0, 4631.0, 4589.0, 4629.0, 4622.0, 4661.0, 4633.0, 4594.0, 4664.0, 4623.0, 4673.0, 4634.0, 4664.0, 4644.0, 4636.0, 4655.0, 4603.0, 4674.0, 4635.0, 4674.0, 4647.0, 4648.0, 4667.0, 4608.0, 4677.0, 4637.0, 4691.0, 4680.0, 4709.0, 4689.0, 4678.0, 4670.0, 4651.0, 4679.0, 4660.0, 4709.0, 4687.0, 4707.0, 4667.0, 4686.0, 4656.0, 4685.0, 4676.0, 4684.0, 4665.0, 4675.0, 4645.0, 4638.0, 4666.0, 4606.0, 4677.0, 4648.0, 4685.0, 4648.0, 4677.0, 4657.0, 4648.0, 4678.0, 4608.0, 4666.0, 4638.0, 4688.0, 4659.0, 4696.0, 4678.0, 4677.0, 4657.0, 4626.0, 4655.0, 4616.0, 4678.0, 4639.0, 4699.0, 4648.0, 4697.0, 4648.0, 4685.0, 4658.0, 4628.0, 4677.0, 4628.0, 4677.0, 4648.0, 4676.0, 4668.0, 4696.0, 4647.0, 4686.0, 4657.0, 4666.0, 4666.0, 4605.0, 4666.0, 4649.0, 4677.0, 4659.0, 4657.0, 4657.0, 4618.0, 4667.0, 4617.0, 4678.0, 4660.0, 4709.0, 4659.0, 4698.0, 4658.0, 4677.0, 4667.0, 4647.0, 4697.0, 4627.0, 4676.0, 4648.0, 4677.0, 4658.0, 4687.0, 4656.0, 4607.0, 4666.0, 4648.0, 4708.0, 4669.0, 4617.0, 4679.0], 'WindowWidth': [10320.0, 10296.0, 10239.0, 10182.0, 10261.0, 10213.0, 10258.0, 10207.0, 10145.0, 10244.0, 10182.0, 10193.0, 10168.0, 10141.0, 10229.0, 10209.0, 10223.0, 10162.0, 10113.0, 10222.0, 10166.0, 10183.0, 10190.0, 10133.0, 10237.0, 10170.0, 10150.0, 10231.0, 10174.0, 10177.0, 10200.0, 10174.0, 10239.0, 10214.0, 10143.0, 10257.0, 10187.0, 10186.0, 10211.0, 10210.0, 10217.0, 10172.0, 10161.0, 10256.0, 10197.0, 10133.0, 10213.0, 10173.0, 10240.0, 10194.0, 10154.0, 10222.0, 10179.0, 10224.0, 10173.0, 10201.0, 10174.0, 10120.0, 10203.0, 10147.0, 10201.0, 10131.0, 10136.0, 10188.0, 10130.0, 10204.0, 10151.0, 10159.0, 10173.0, 10155.0, 10224.0, 10153.0, 10150.0, 10204.0, 10173.0, 10245.0, 10214.0, 10151.0, 10210.0, 10176.0, 10228.0, 10195.0, 10171.0, 10197.0, 10158.0, 10214.0, 10184.0, 10225.0, 10199.0, 10143.0, 10224.0, 10187.0, 10242.0, 10194.0, 10195.0, 10229.0, 10181.0, 10244.0, 10167.0, 10125.0, 10209.0, 10156.0, 10159.0, 10209.0, 10194.0, 10192.0, 10229.0, 10179.0, 10226.0, 10184.0, 10163.0, 10263.0, 10214.0, 10186.0, 10199.0, 10149.0, 10243.0, 10212.0, 10220.0, 10178.0, 10129.0, 10206.0, 10166.0, 10222.0, 10201.0, 10215.0, 10166.0, 10111.0, 10192.0, 10172.0, 10238.0, 10191.0, 10148.0, 10197.0, 10177.0, 10239.0, 10188.0, 10161.0, 10230.0, 10201.0, 10240.0, 10185.0, 10188.0, 10230.0, 10199.0, 10246.0, 10197.0, 10224.0, 10181.0, 10170.0, 10212.0, 10171.0, 10228.0, 10204.0, 10222.0, 10166.0, 10181.0, 10190.0, 10139.0, 10204.0, 10178.0, 10233.0, 10164.0, 10221.0, 10202.0, 10142.0, 10193.0, 10155.0, 10224.0, 10156.0, 10149.0, 10234.0, 10178.0, 10167.0, 10204.0, 10182.0, 10235.0, 10222.0, 10228.0, 10218.0, 10146.0, 10231.0, 10200.0, 10230.0, 10209.0, 10221.0, 10179.0, 10137.0, 10209.0, 10176.0, 10253.0, 10198.0, 10176.0, 10165.0, 10143.0, 10221.0, 10193.0, 10233.0, 10178.0, 10206.0, 10175.0, 10153.0, 10224.0, 10190.0, 10221.0, 10179.0, 10235.0, 10213.0, 10202.0, 10159.0, 10107.0, 10174.0, 10149.0, 10235.0, 10192.0, 10156.0, 10179.0, 10127.0, 10206.0, 10154.0, 10207.0, 10194.0, 10234.0, 10167.0, 10166.0, 10164.0, 10136.0, 10228.0, 10206.0, 10243.0, 10184.0, 10207.0, 10212.0, 10176.0, 10250.0, 10212.0, 10237.0, 10168.0, 10158.0, 10225.0, 10187.0, 10251.0, 10200.0, 10157.0, 10212.0, 10175.0, 10254.0, 10197.0, 10184.0, 10246.0, 10196.0, 10260.0, 10210.0, 10240.0, 10205.0, 10170.0, 10220.0, 10150.0, 10222.0, 10169.0, 10191.0, 10221.0, 10168.0, 10228.0, 10194.0, 10224.0, 10178.0, 10150.0, 10228.0, 10191.0, 10237.0, 10177.0, 10221.0, 10173.0, 10180.0, 10221.0, 10173.0, 10215.0, 10165.0, 10144.0, 10237.0, 10171.0, 10166.0, 10245.0, 10219.0, 10207.0, 10202.0, 10185.0, 10171.0, 10214.0, 10193.0, 10248.0, 10200.0, 10196.0, 10230.0, 10161.0, 10204.0, 10159.0, 10200.0, 10157.0, 10194.0, 10174.0, 10179.0, 10128.0, 10101.0, 10144.0, 10107.0, 10191.0, 10150.0, 10206.0, 10154.0, 10168.0, 10168.0, 10133.0, 10213.0, 10145.0, 10212.0, 10172.0, 10209.0, 10175.0, 10225.0, 10187.0, 10228.0, 10188.0, 10195.0, 10211.0, 10124.0, 10225.0, 10173.0, 10232.0, 10216.0, 10231.0, 10200.0, 10164.0, 10198.0, 10132.0, 10228.0, 10188.0, 10228.0, 10199.0, 10240.0, 10196.0, 10238.0, 10196.0, 10171.0, 10223.0, 10169.0, 10217.0, 10168.0, 10225.0, 10212.0, 10220.0, 10201.0, 10143.0, 10182.0, 10140.0, 10221.0, 10213.0, 10234.0, 10169.0, 10143.0, 10199.0, 10146.0, 10228.0, 10174.0, 10227.0, 10197.0, 10238.0, 10173.0, 10226.0, 10169.0, 10183.0, 10223.0, 10154.0, 10229.0, 10170.0, 10226.0, 10186.0, 10225.0, 10199.0, 10143.0, 10236.0, 10178.0, 10226.0, 10200.0, 10227.0, 10198.0, 10136.0, 10226.0, 10186.0, 10255.0, 10215.0, 10203.0, 10232.0, 10183.0, 10261.0, 10174.0, 10214.0, 10213.0, 10181.0, 10231.0, 10190.0, 10230.0, 10187.0, 10166.0, 10254.0, 10215.0, 10218.0, 10201.0, 10156.0, 10247.0, 10219.0, 10230.0, 10216.0, 10177.0, 10247.0, 10200.0, 10229.0, 10231.0, 10185.0, 10243.0, 10183.0, 10184.0, 10233.0, 10201.0, 10231.0, 10206.0, 10204.0, 10263.0, 10209.0, 10178.0, 10272.0, 10242.0, 10181.0, 10285.0, 10219.0, 10174.0, 10256.0, 10199.0, 10147.0, 10206.0, 10206.0, 10274.0, 10191.0, 10149.0, 10233.0, 10195.0, 10149.0, 10213.0, 10207.0, 10257.0, 10188.0, 10152.0, 10223.0, 10183.0, 10213.0, 10212.0, 10179.0, 10257.0, 10182.0, 10147.0, 10183.0, 10148.0, 10223.0, 10178.0, 10239.0, 10168.0, 10145.0, 10189.0, 10145.0, 10225.0, 10182.0, 10238.0, 10171.0, 10224.0, 10196.0, 10142.0, 10211.0, 10157.0, 10208.0, 10166.0, 10220.0, 10197.0, 10234.0, 10178.0, 10124.0, 10175.0, 10125.0, 10202.0, 10154.0, 10218.0, 10189.0, 10221.0, 10165.0, 10217.0, 10165.0, 10203.0, 10191.0, 10126.0, 10210.0, 10146.0, 10209.0, 10158.0, 10207.0, 10188.0, 10229.0, 10199.0, 10211.0, 10152.0, 10185.0, 10198.0, 10149.0, 10248.0, 10202.0, 10261.0, 10179.0, 10244.0, 10186.0, 10229.0, 10200.0, 10185.0, 10215.0, 10151.0, 10230.0, 10193.0, 10228.0, 10234.0, 10190.0, 10204.0, 10151.0, 10232.0, 10210.0, 10259.0, 10209.0, 10170.0, 10254.0, 10209.0, 10252.0, 10219.0, 10275.0, 10218.0, 10200.0, 10214.0, 10145.0, 10225.0, 10154.0, 10228.0, 10208.0, 10242.0, 10177.0, 10226.0, 10182.0, 10181.0, 10209.0, 10140.0, 10211.0, 10167.0, 10237.0, 10170.0, 10178.0, 10228.0, 10162.0, 10233.0, 10175.0, 10244.0, 10186.0, 10224.0, 10202.0, 10144.0, 10216.0, 10163.0, 10215.0, 10192.0, 10227.0, 10202.0, 10139.0, 10233.0, 10196.0, 10231.0, 10189.0, 10153.0, 10259.0, 10207.0, 10195.0, 10252.0, 10223.0, 10264.0, 10201.0, 10197.0, 10184.0, 10146.0, 10231.0, 10218.0, 10251.0, 10199.0, 10221.0, 10169.0, 10142.0, 10213.0, 10173.0, 10246.0, 10166.0, 10174.0, 10187.0, 10154.0, 10246.0, 10220.0, 10216.0, 10206.0, 10152.0, 10237.0, 10211.0, 10265.0, 10226.0, 10172.0, 10256.0, 10213.0, 10267.0, 10245.0, 10172.0, 10254.0, 10225.0, 10279.0, 10218.0, 10230.0, 10234.0, 10172.0, 10233.0, 10203.0, 10230.0, 10208.0, 10240.0, 10191.0, 10177.0, 10175.0, 10134.0, 10177.0, 10132.0, 10200.0, 10132.0, 10203.0, 10166.0, 10204.0, 10187.0, 10216.0, 10192.0, 10187.0, 10149.0, 10147.0, 10181.0, 10132.0, 10230.0, 10191.0, 10240.0, 10180.0, 10153.0, 10204.0, 10166.0, 10246.0, 10226.0, 10218.0, 10194.0, 10152.0, 10234.0, 10220.0, 10274.0, 10243.0, 10243.0, 10249.0, 10214.0, 10307.0, 10271.0, 10264.0, 10177.0, 10117.0, 10325.0, 10331.0, 10223.0, 10193.0, 10150.0, 10191.0, 10217.0, 10200.0, 10258.0, 10215.0, 10169.0, 10232.0, 10196.0, 10246.0, 10206.0, 10166.0, 10203.0, 10161.0, 10216.0, 10190.0, 10121.0, 10202.0, 10167.0, 10161.0, 10199.0, 10203.0, 10297.0, 10189.0, 10134.0, 10226.0, 10170.0, 10151.0, 10252.0, 10230.0, 10154.0, 10229.0, 10202.0, 10161.0, 10231.0, 10204.0, 10211.0, 10250.0, 10236.0, 10218.0, 10215.0, 10079.0, 9756.0, 10024.0, 10089.0, 10084.0, 10023.0, 10016.0, 10003.0, 9995.0, 10164.0, 10164.0, 10290.0, 10294.0, 10231.0, 10197.0, 10188.0, 10127.0, 10184.0, 10157.0, 10099.0, 10145.0, 10150.0, 10194.0, 10117.0, 10057.0, 10148.0, 10108.0, 10191.0, 10139.0, 10078.0, 10132.0, 10127.0, 10179.0, 10146.0, 10093.0, 10187.0, 10132.0, 10199.0, 10147.0, 10188.0, 10160.0, 10154.0, 10177.0, 10105.0, 10203.0, 10149.0, 10202.0, 10170.0, 10172.0, 10198.0, 10119.0, 10214.0, 10160.0, 10237.0, 10221.0, 10261.0, 10231.0, 10214.0, 10207.0, 10182.0, 10222.0, 10193.0, 10264.0, 10226.0, 10259.0, 10198.0, 10226.0, 10180.0, 10222.0, 10207.0, 10220.0, 10192.0, 10204.0, 10162.0, 10159.0, 10195.0, 10115.0, 10213.0, 10174.0, 10223.0, 10174.0, 10213.0, 10187.0, 10174.0, 10216.0, 10119.0, 10197.0, 10163.0, 10229.0, 10191.0, 10240.0, 10216.0, 10213.0, 10185.0, 10142.0, 10180.0, 10131.0, 10215.0, 10165.0, 10246.0, 10174.0, 10239.0, 10174.0, 10222.0, 10187.0, 10146.0, 10213.0, 10147.0, 10212.0, 10174.0, 10213.0, 10203.0, 10237.0, 10169.0, 10222.0, 10184.0, 10195.0, 10195.0, 10111.0, 10195.0, 10178.0, 10217.0, 10192.0, 10187.0, 10186.0, 10135.0, 10201.0, 10134.0, 10217.0, 10194.0, 10261.0, 10191.0, 10244.0, 10188.0, 10215.0, 10200.0, 10170.0, 10242.0, 10144.0, 10211.0, 10174.0, 10214.0, 10189.0, 10226.0, 10184.0, 10117.0, 10196.0, 10176.0, 10258.0, 10206.0, 10136.0, 10220.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.02797539792387543</td></tr>
<tr><td colspan=3>aqi</td><td>0.04625252652825837</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.31174849587761</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.440866045069283</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.4110003207852202</td></tr>
<tr><td colspan=3>efc</td><td>0.5218</td></tr>
<tr><td colspan=3>fber</td><td>2457.543</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14423353872926153</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>84</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.688581314878892</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7375137629106767</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6688353000063714</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.870965295187217</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6727406935384415</td></tr>
<tr><td colspan=3>gcor</td><td>0.00866351</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.002097513759508729</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02816338837146759</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.030430865939764</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>13.7185</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>83.3079</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>260.7221</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>80.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>290560.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1231.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>448.4149</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.692</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>598.5918</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3778.3429</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3977.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85984.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1405.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4927.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>986.7374</td></tr>
<tr><td colspan=3>tsnr</td><td>27.76310518500395</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>