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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0089_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-06_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-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_ses-04_task-social_acq-mb8_run-06_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-0089/ses-04/func/sub-0089_ses-04_task-social_acq-mb8_run-06_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>32dc0bcfd7e97bbe9c96bbc9e82f72f6</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>17:00:54.207500</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.996609, 0.0805125, -0.0169784, -0.0731864, 0.96166, 0.2643]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_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.0973247</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4228, -7828, -7241, 322, -94, -140, 119, 100]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.222</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>63d112f4-474a-4515-945b-94a9fa0f9717||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.6738290786743164, -0.1963537186384201, -0.10153857618570328, 122.36677551269531], [-0.21600909531116486, 2.5800623893737793, 0.707835853099823, -112.43775939941406], [-0.04555172473192215, -0.7090982794761658, 2.603585720062256, -30.849742889404297], [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': ['170054.207500', '170054.667500', '170055.127500', '170055.587500', '170056.047500', '170056.507500', '170056.967500', '170057.427500', '170057.887500', '170058.347500', '170058.807500', '170059.267500', '170059.727500', '170100.187500', '170100.647500', '170101.107500', '170101.567500', '170102.027500', '170102.487500', '170102.947500', '170103.407500', '170103.867500', '170104.327500', '170104.787500', '170105.247500', '170105.707500', '170106.167500', '170106.627500', '170107.087500', '170107.547500', '170108.007500', '170108.467500', '170108.927500', '170109.387500', '170109.847500', '170110.307500', '170110.767500', '170111.227500', '170111.687500', '170112.147500', '170112.607500', '170113.067500', '170113.527500', '170113.987500', '170114.447500', '170114.907500', '170115.367500', '170115.827500', '170116.287500', '170116.747500', '170117.207500', '170117.667500', '170118.127500', '170118.587500', '170119.047500', '170119.507500', '170119.967500', '170120.427500', '170120.887500', '170121.347500', '170121.807500', '170122.267500', '170122.727500', '170123.187500', '170123.647500', '170124.107500', '170124.567500', '170125.027500', '170125.487500', '170125.947500', '170126.407500', '170126.867500', '170127.327500', '170127.787500', '170128.247500', '170128.707500', '170129.167500', '170129.627500', '170130.087500', '170130.547500', '170131.007500', '170131.467500', '170131.927500', '170132.387500', '170132.847500', '170133.307500', '170133.767500', '170134.227500', '170134.687500', '170135.147500', '170135.607500', '170136.067500', '170136.527500', '170136.987500', '170137.447500', '170137.907500', '170138.367500', '170138.827500', '170139.287500', '170139.747500', '170140.207500', '170140.667500', '170141.127500', '170141.587500', '170142.047500', '170142.507500', '170142.967500', '170143.427500', '170143.887500', '170144.347500', '170144.807500', '170145.267500', '170145.727500', '170146.187500', '170146.647500', '170147.107500', '170147.567500', '170148.027500', '170148.487500', '170148.947500', '170149.407500', '170149.867500', '170150.327500', '170150.787500', '170151.247500', '170151.707500', '170152.167500', '170152.627500', '170153.087500', '170153.547500', '170154.007500', '170154.467500', '170154.927500', '170155.387500', '170155.847500', '170156.307500', '170156.767500', '170157.227500', '170157.687500', '170158.147500', '170158.607500', '170159.067500', '170159.527500', '170159.987500', '170200.447500', '170200.907500', '170201.367500', '170201.827500', '170202.287500', '170202.747500', '170203.207500', '170203.667500', '170204.127500', '170204.587500', '170205.047500', '170205.507500', '170205.967500', '170206.427500', '170206.887500', '170207.347500', '170207.807500', '170208.267500', '170208.727500', '170209.187500', '170209.647500', '170210.107500', '170210.567500', '170211.027500', '170211.487500', '170211.947500', '170212.407500', '170212.867500', '170213.327500', '170213.787500', '170214.247500', '170214.707500', '170215.167500', '170215.627500', '170216.087500', '170216.547500', '170217.007500', '170217.467500', '170217.927500', '170218.387500', '170218.847500', '170219.307500', '170219.767500', '170220.227500', '170220.687500', '170221.147500', '170221.607500', '170222.067500', '170222.527500', '170222.987500', '170223.447500', '170223.907500', '170224.367500', '170224.827500', '170225.287500', '170225.747500', '170226.207500', '170226.667500', '170227.127500', '170227.587500', '170228.047500', '170228.507500', '170228.967500', '170229.427500', '170229.887500', '170230.347500', '170230.807500', '170231.267500', '170231.727500', '170232.187500', '170232.647500', '170233.107500', '170233.567500', '170234.027500', '170234.487500', '170234.947500', '170235.407500', '170235.867500', '170236.327500', '170236.787500', '170237.247500', '170237.707500', '170238.167500', '170238.627500', '170239.087500', '170239.547500', '170240.007500', '170240.467500', '170240.927500', '170241.387500', '170241.847500', '170242.307500', '170242.767500', '170243.227500', '170243.687500', '170244.147500', '170244.607500', '170245.067500', '170245.527500', '170245.987500', '170246.447500', '170246.907500', '170247.367500', '170247.827500', '170248.287500', '170248.747500', '170249.207500', '170249.667500', '170250.127500', '170250.587500', '170251.047500', '170251.507500', '170251.967500', '170252.427500', '170252.887500', '170253.347500', '170253.807500', '170254.267500', '170254.727500', '170255.187500', '170255.647500', '170256.107500', '170256.567500', '170257.027500', '170257.487500', '170257.947500', '170258.407500', '170258.867500', '170259.327500', '170259.787500', '170300.247500', '170300.707500', '170301.167500', '170301.627500', '170302.087500', '170302.547500', '170303.007500', '170303.467500', '170303.927500', '170304.387500', '170304.847500', '170305.307500', '170305.767500', '170306.227500', '170306.687500', '170307.147500', '170307.607500', '170308.067500', '170308.527500', '170308.987500', '170309.447500', '170309.907500', '170310.367500', '170310.827500', '170311.287500', '170311.747500', '170312.207500', '170312.667500', '170313.127500', '170313.587500', '170314.047500', '170314.507500', '170314.967500', '170315.427500', '170315.887500', '170316.347500', '170316.807500', '170317.267500', '170317.727500', '170318.187500', '170318.647500', '170319.107500', '170319.567500', '170320.027500', '170320.487500', '170320.947500', '170321.407500', '170321.867500', '170322.327500', '170322.787500', '170323.247500', '170323.707500', '170324.167500', '170324.627500', '170325.087500', '170325.547500', '170326.007500', '170326.467500', '170326.927500', '170327.387500', '170327.847500', '170328.307500', '170328.767500', '170329.227500', '170329.687500', '170330.147500', '170330.607500', '170331.067500', '170331.527500', '170331.987500', '170332.447500', '170332.907500', '170333.367500', '170333.827500', '170334.287500', '170334.747500', '170335.207500', '170335.667500', '170336.127500', '170336.587500', '170337.047500', '170337.507500', '170337.967500', '170338.427500', '170338.887500', '170339.347500', '170339.807500', '170340.267500', '170340.727500', '170341.187500', '170341.647500', '170342.107500', '170342.567500', '170343.027500', '170343.487500', '170343.947500', '170344.407500', '170344.867500', '170345.327500', '170345.787500', '170346.247500', '170346.707500', '170347.167500', '170347.627500', '170348.087500', '170348.547500', '170349.007500', '170349.467500', '170349.927500', '170350.387500', '170350.847500', '170351.307500', '170351.767500', '170352.227500', '170352.687500', '170353.147500', '170353.607500', '170354.067500', '170354.527500', '170354.987500', '170355.447500', '170355.907500', '170356.367500', '170356.827500', '170357.287500', '170357.747500', '170358.207500', '170358.667500', '170359.127500', '170359.587500', '170400.047500', '170400.507500', '170400.967500', '170401.427500', '170401.887500', '170402.347500', '170402.807500', '170403.267500', '170403.727500', '170404.187500', '170404.647500', '170405.107500', '170405.567500', '170406.027500', '170406.487500', '170406.947500', '170407.407500', '170407.867500', '170408.327500', '170408.787500', '170409.247500', '170409.707500', '170410.167500', '170410.627500', '170411.087500', '170411.547500', '170412.007500', '170412.467500', '170412.927500', '170413.387500', '170413.847500', '170414.307500', '170414.767500', '170415.227500', '170415.687500', '170416.147500', '170416.607500', '170417.067500', '170417.527500', '170417.987500', '170418.447500', '170418.907500', '170419.367500', '170419.827500', '170420.287500', '170420.747500', '170421.207500', '170421.667500', '170422.127500', '170422.587500', '170423.047500', '170423.507500', '170423.967500', '170424.427500', '170424.887500', '170425.347500', '170425.807500', '170426.267500', '170426.727500', '170427.187500', '170427.647500', '170428.107500', '170428.567500', '170429.027500', '170429.487500', '170429.947500', '170430.407500', '170430.867500', '170431.327500', '170431.787500', '170432.247500', '170432.707500', '170433.167500', '170433.627500', '170434.087500', '170434.547500', '170435.007500', '170435.467500', '170435.927500', '170436.387500', '170436.847500', '170437.307500', '170437.767500', '170438.227500', '170438.687500', '170439.147500', '170439.607500', '170440.067500', '170440.527500', '170440.987500', '170441.447500', '170441.907500', '170442.367500', '170442.827500', '170443.287500', '170443.747500', '170444.207500', '170444.667500', '170445.127500', '170445.587500', '170446.047500', '170446.507500', '170446.967500', '170447.427500', '170447.887500', '170448.347500', '170448.807500', '170449.267500', '170449.727500', '170450.187500', '170450.647500', '170451.107500', '170451.567500', '170452.027500', '170452.487500', '170452.947500', '170453.407500', '170453.867500', '170454.327500', '170454.787500', '170455.247500', '170455.707500', '170456.167500', '170456.627500', '170457.087500', '170457.547500', '170458.007500', '170458.467500', '170458.927500', '170459.387500', '170459.847500', '170500.307500', '170500.767500', '170501.227500', '170501.687500', '170502.147500', '170502.607500', '170503.067500', '170503.527500', '170503.987500', '170504.447500', '170504.907500', '170505.367500', '170505.827500', '170506.287500', '170506.747500', '170507.207500', '170507.667500', '170508.127500', '170508.587500', '170509.047500', '170509.507500', '170509.967500', '170510.427500', '170510.887500', '170511.347500', '170511.807500', '170512.267500', '170512.727500', '170513.187500', '170513.647500', '170514.107500', '170514.567500', '170515.027500', '170515.487500', '170515.947500', '170516.407500', '170516.867500', '170517.327500', '170517.787500', '170518.247500', '170518.707500', '170519.167500', '170519.627500', '170520.087500', '170520.547500', '170521.007500', '170521.467500', '170521.927500', '170522.387500', '170522.847500', '170523.307500', '170523.767500', '170524.227500', '170524.687500', '170525.147500', '170525.607500', '170526.067500', '170526.527500', '170526.987500', '170527.447500', '170527.907500', '170528.367500', '170528.827500', '170529.287500', '170529.747500', '170530.207500', '170530.667500', '170531.127500', '170531.587500', '170532.047500', '170532.507500', '170532.967500', '170533.427500', '170533.887500', '170534.347500', '170534.807500', '170535.267500', '170535.727500', '170536.187500', '170536.647500', '170537.107500', '170537.567500', '170538.027500', '170538.487500', '170538.947500', '170539.407500', '170539.867500', '170540.327500', '170540.787500', '170541.247500', '170541.707500', '170542.167500', '170542.627500', '170543.087500', '170543.547500', '170544.007500', '170544.467500', '170544.927500', '170545.387500', '170545.847500', '170546.307500', '170546.767500', '170547.227500', '170547.687500', '170548.147500', '170548.607500', '170549.067500', '170549.527500', '170549.987500', '170550.447500', '170550.907500', '170551.367500', '170551.827500', '170552.287500', '170552.747500', '170553.207500', '170553.667500', '170554.127500', '170554.587500', '170555.047500', '170555.507500', '170555.967500', '170556.427500', '170556.887500', '170557.347500', '170557.807500', '170558.267500', '170558.727500', '170559.187500', '170559.647500', '170600.107500', '170600.567500', '170601.027500', '170601.487500', '170601.947500', '170602.407500', '170602.867500', '170603.327500', '170603.787500', '170604.247500', '170604.707500', '170605.167500', '170605.627500', '170606.087500', '170606.547500', '170607.007500', '170607.467500', '170607.927500', '170608.387500', '170608.847500', '170609.307500', '170609.767500', '170610.227500', '170610.687500', '170611.147500', '170611.607500', '170612.067500', '170612.527500', '170612.987500', '170613.447500', '170613.907500', '170614.367500', '170614.827500', '170615.287500', '170615.747500', '170616.207500', '170616.667500', '170617.127500', '170617.587500', '170618.047500', '170618.507500', '170618.967500', '170619.427500', '170619.887500', '170620.347500', '170620.807500', '170621.267500', '170621.727500', '170622.187500', '170622.647500', '170623.107500', '170623.567500', '170624.027500', '170624.487500', '170624.947500', '170625.407500', '170625.867500', '170626.327500', '170626.787500', '170627.247500', '170627.707500', '170628.167500', '170628.627500', '170629.087500', '170629.547500', '170630.007500', '170630.467500', '170630.927500', '170631.387500', '170631.847500', '170632.307500', '170632.767500', '170633.227500', '170633.687500', '170634.147500', '170634.607500', '170635.067500', '170635.527500', '170635.987500', '170636.447500', '170636.907500', '170637.367500', '170637.827500', '170638.287500', '170638.747500', '170639.207500', '170639.667500', '170640.127500', '170640.587500', '170641.047500', '170641.507500', '170641.967500', '170642.427500', '170642.887500', '170643.347500', '170643.807500', '170644.267500', '170644.727500', '170645.187500', '170645.647500', '170646.107500', '170646.567500', '170647.027500', '170647.487500', '170647.947500', '170648.407500', '170648.867500', '170649.327500', '170649.787500', '170650.247500', '170650.707500', '170651.167500', '170651.627500', '170652.087500', '170652.547500', '170653.007500', '170653.467500', '170653.927500', '170654.387500', '170654.847500', '170655.307500', '170655.767500', '170656.227500', '170656.687500', '170657.147500', '170657.607500', '170658.067500', '170658.527500', '170658.987500', '170659.447500', '170659.907500', '170700.367500', '170700.827500', '170701.287500', '170701.747500', '170702.207500', '170702.667500', '170703.127500', '170703.587500', '170704.047500', '170704.507500', '170704.967500', '170705.427500', '170705.887500', '170706.347500', '170706.807500', '170707.267500', '170707.727500', '170708.187500', '170708.647500', '170709.107500', '170709.567500', '170710.027500', '170710.487500', '170710.947500', '170711.407500', '170711.867500', '170712.327500', '170712.787500', '170713.247500', '170713.707500', '170714.167500', '170714.627500', '170715.087500', '170715.547500', '170716.007500', '170716.467500', '170716.927500', '170717.387500', '170717.847500', '170718.307500', '170718.767500', '170719.227500', '170719.687500', '170720.147500', '170720.607500', '170721.067500', '170721.527500', '170721.987500', '170722.447500', '170722.907500', '170723.367500', '170723.827500', '170724.287500', '170724.747500', '170725.207500', '170725.667500', '170726.127500', '170726.587500', '170727.047500', '170727.507500', '170727.967500', '170728.427500', '170728.887500', '170729.347500', '170729.807500', '170730.267500', '170730.727500', '170731.187500', '170731.647500', '170732.107500', '170732.567500', '170733.027500', '170733.487500', '170733.947500', '170734.407500', '170734.867500'], 'ContentTime': ['170118.334000', '170118.337000', '170118.340000', '170118.343000', '170118.346000', '170118.348000', '170118.351000', '170118.354000', '170118.356000', '170118.359000', '170118.361000', '170118.364000', '170118.366000', '170118.369000', '170118.372000', '170118.375000', '170118.378000', '170118.380000', '170118.383000', '170118.386000', '170118.388000', '170118.391000', '170118.393000', '170118.396000', '170118.398000', '170118.401000', '170118.404000', '170118.406000', '170118.409000', '170118.415000', '170118.418000', '170118.420000', '170118.423000', '170118.426000', '170118.428000', '170118.431000', '170118.434000', '170118.436000', '170118.439000', '170118.441000', '170118.444000', '170118.447000', '170118.449000', '170118.452000', '170118.454000', '170118.457000', '170118.459000', '170118.462000', '170118.464000', '170138.294000', '170138.297000', '170138.300000', '170138.302000', '170138.305000', '170138.307000', '170138.310000', '170138.313000', '170138.315000', '170138.318000', '170138.321000', '170138.323000', '170138.326000', '170138.328000', '170138.331000', '170138.333000', '170138.336000', '170138.338000', '170138.341000', '170138.343000', '170138.346000', '170138.349000', '170138.351000', '170138.354000', '170138.365000', '170138.367000', '170138.370000', '170138.372000', '170138.375000', '170138.378000', '170138.380000', '170138.383000', '170138.386000', '170138.388000', '170138.391000', '170138.393000', '170138.396000', '170138.398000', '170138.401000', '170138.404000', '170138.406000', '170138.409000', '170138.411000', '170138.414000', '170158.293000', '170158.296000', '170158.299000', '170158.301000', '170158.304000', '170158.320000', '170158.323000', '170158.326000', '170158.328000', '170158.331000', '170158.333000', '170158.336000', '170158.339000', '170158.341000', '170158.344000', '170158.346000', '170158.353000', '170158.356000', '170158.358000', '170158.361000', '170158.364000', '170158.366000', '170158.369000', '170158.371000', '170158.374000', '170158.376000', '170158.379000', '170158.382000', '170158.384000', '170158.387000', '170158.390000', '170158.392000', '170158.395000', '170158.397000', '170158.400000', '170158.403000', '170158.405000', '170158.408000', '170158.410000', '170158.413000', '170158.415000', '170158.418000', '170158.421000', '170218.294000', '170218.325000', '170218.328000', '170218.331000', '170218.333000', '170218.336000', '170218.339000', '170218.341000', '170218.344000', '170218.346000', '170218.349000', '170218.352000', '170218.354000', '170218.357000', '170218.359000', '170218.362000', '170218.364000', '170218.367000', '170218.370000', '170218.372000', '170218.375000', '170218.377000', '170218.380000', '170218.383000', '170218.385000', '170218.388000', '170218.390000', '170218.393000', '170218.395000', '170218.398000', '170218.400000', '170218.403000', '170218.406000', '170218.408000', '170218.411000', '170218.414000', '170218.416000', '170218.419000', '170218.421000', '170218.424000', '170218.426000', '170218.429000', '170218.431000', '170218.434000', '170238.294000', '170238.297000', '170238.300000', '170238.303000', '170238.305000', '170238.308000', '170238.310000', '170238.313000', '170238.316000', '170238.318000', '170238.321000', '170238.323000', '170238.326000', '170238.329000', '170238.333000', '170238.335000', '170238.338000', '170238.340000', '170238.343000', '170238.345000', '170238.348000', '170238.351000', '170238.353000', '170238.356000', '170238.358000', '170238.361000', '170238.363000', '170238.366000', '170238.369000', '170238.371000', '170238.374000', '170238.376000', '170238.379000', '170238.382000', '170238.384000', '170238.387000', '170238.390000', '170238.392000', '170238.395000', '170238.398000', '170238.400000', '170238.403000', '170238.405000', '170258.295000', '170258.297000', '170258.300000', '170258.303000', '170258.305000', '170258.308000', '170258.310000', '170258.313000', '170258.316000', '170258.318000', '170258.321000', '170258.323000', '170258.326000', '170258.329000', '170258.331000', '170258.334000', '170258.336000', '170258.339000', '170258.342000', '170258.344000', '170258.347000', '170258.349000', '170258.352000', '170258.355000', '170258.357000', '170258.360000', '170258.362000', '170258.365000', '170258.367000', '170258.370000', '170258.373000', '170258.375000', '170258.378000', '170258.381000', '170258.383000', '170258.386000', '170258.388000', '170258.391000', '170258.393000', '170258.401000', '170258.404000', '170258.406000', '170258.409000', '170258.411000', '170318.294000', '170318.297000', '170318.300000', '170318.303000', '170318.305000', '170318.308000', '170318.310000', '170318.313000', '170318.315000', '170318.318000', '170318.321000', '170318.323000', '170318.326000', '170318.328000', '170318.331000', '170318.333000', '170318.336000', '170318.339000', '170318.341000', '170318.344000', '170318.347000', '170318.349000', '170318.352000', '170318.354000', '170318.357000', '170318.359000', '170318.362000', '170318.365000', '170318.367000', '170318.370000', '170318.373000', '170318.375000', '170318.378000', '170318.381000', '170318.383000', '170318.386000', '170318.388000', '170318.391000', '170318.393000', '170318.396000', '170318.399000', '170318.401000', '170318.404000', '170338.295000', '170338.297000', '170338.300000', '170338.307000', '170338.309000', '170338.312000', '170338.315000', '170338.317000', '170338.320000', '170338.322000', '170338.325000', '170338.328000', '170338.330000', '170338.333000', '170338.335000', '170338.338000', '170338.340000', '170338.343000', '170338.346000', '170338.348000', '170338.351000', '170338.353000', '170338.356000', '170338.358000', '170338.361000', '170338.364000', '170338.366000', '170338.369000', '170338.371000', '170338.374000', '170338.377000', '170338.379000', '170338.382000', '170338.384000', '170338.387000', '170338.390000', '170338.392000', '170338.395000', '170338.397000', '170338.400000', '170338.402000', '170338.405000', '170338.407000', '170338.410000', '170358.295000', '170358.297000', '170358.300000', '170358.303000', '170358.305000', '170358.308000', '170358.310000', '170358.313000', '170358.315000', '170358.318000', '170358.321000', '170358.323000', '170358.326000', '170358.328000', '170358.331000', '170358.334000', '170358.337000', '170358.339000', '170358.342000', '170358.345000', '170358.347000', '170358.350000', '170358.352000', '170358.355000', '170358.358000', '170358.360000', '170358.363000', '170358.366000', '170358.368000', '170358.371000', '170358.374000', '170358.376000', '170358.379000', '170358.381000', '170358.384000', '170358.387000', '170358.389000', '170358.392000', '170358.395000', '170358.397000', '170358.400000', '170358.402000', '170358.405000', '170418.293000', '170418.296000', '170418.299000', '170418.302000', '170418.305000', '170418.307000', '170418.310000', '170418.312000', '170418.315000', '170418.318000', '170418.320000', '170418.323000', '170418.326000', '170418.328000', '170418.331000', '170418.333000', '170418.336000', '170418.339000', '170418.341000', '170418.344000', '170418.347000', '170418.349000', '170418.352000', '170418.355000', '170418.357000', '170418.360000', '170418.362000', '170418.365000', '170418.368000', '170418.370000', '170418.373000', '170418.375000', '170418.378000', '170418.381000', '170418.383000', '170418.386000', '170418.388000', '170418.391000', '170418.393000', '170418.396000', '170418.399000', '170418.401000', '170418.404000', '170418.411000', '170438.294000', '170438.297000', '170438.300000', '170438.303000', '170438.305000', '170438.308000', '170438.310000', '170438.313000', '170438.315000', '170438.318000', '170438.321000', '170438.323000', '170438.326000', '170438.328000', '170438.331000', '170438.334000', '170438.336000', '170438.339000', '170438.342000', '170438.344000', '170438.347000', '170438.350000', '170438.352000', '170438.355000', '170438.357000', '170438.360000', '170438.363000', '170438.365000', '170438.368000', '170438.371000', '170438.373000', '170438.376000', '170438.378000', '170438.381000', '170438.383000', '170438.386000', '170438.389000', '170438.391000', '170438.394000', '170438.396000', '170438.399000', '170438.402000', '170438.404000', '170458.294000', '170458.297000', '170458.300000', '170458.302000', '170458.305000', '170458.308000', '170458.311000', '170458.313000', '170458.316000', '170458.318000', '170458.321000', '170458.324000', '170458.326000', '170458.329000', '170458.332000', '170458.334000', '170458.337000', '170458.339000', '170458.342000', '170458.344000', '170458.347000', '170458.350000', '170458.352000', '170458.355000', '170458.357000', '170458.360000', '170458.374000', '170458.376000', '170458.379000', '170458.382000', '170458.384000', '170458.387000', '170458.389000', '170458.392000', '170458.395000', '170458.397000', '170458.400000', '170458.402000', '170458.405000', '170458.407000', '170458.410000', '170458.413000', '170458.415000', '170458.418000', '170518.294000', '170518.297000', '170518.300000', '170518.302000', '170518.305000', '170518.308000', '170518.310000', '170518.313000', '170518.315000', '170518.318000', '170518.321000', '170518.323000', '170518.326000', '170518.328000', '170518.331000', '170518.333000', '170518.336000', '170518.338000', '170518.341000', '170518.344000', '170518.346000', '170518.349000', '170518.352000', '170518.354000', '170518.357000', '170518.359000', '170518.362000', '170518.364000', '170518.367000', '170518.370000', '170518.372000', '170518.375000', '170518.378000', '170518.380000', '170518.383000', '170518.385000', '170518.388000', '170518.391000', '170518.393000', '170518.396000', '170518.399000', '170518.401000', '170518.404000', '170538.294000', '170538.297000', '170538.300000', '170538.303000', '170538.305000', '170538.308000', '170538.310000', '170538.313000', '170538.316000', '170538.318000', '170538.321000', '170538.323000', '170538.326000', '170538.329000', '170538.331000', '170538.334000', '170538.336000', '170538.339000', '170538.341000', '170538.344000', '170538.346000', '170538.349000', '170538.352000', '170538.354000', '170538.357000', '170538.360000', '170538.362000', '170538.365000', '170538.367000', '170538.370000', '170538.372000', '170538.375000', '170538.378000', '170538.380000', '170538.383000', '170538.385000', '170538.388000', '170538.391000', '170538.393000', '170538.396000', '170538.399000', '170538.401000', '170538.404000', '170538.406000', '170558.294000', '170558.297000', '170558.300000', '170558.302000', '170558.305000', '170558.307000', '170558.310000', '170558.313000', '170558.315000', '170558.318000', '170558.320000', '170558.323000', '170558.326000', '170558.328000', '170558.331000', '170558.333000', '170558.336000', '170558.339000', '170558.341000', '170558.344000', '170558.346000', '170558.349000', '170558.352000', '170558.354000', '170558.357000', '170558.360000', '170558.362000', '170558.365000', '170558.367000', '170558.370000', '170558.372000', '170558.375000', '170558.377000', '170558.380000', '170558.383000', '170558.385000', '170558.388000', '170558.390000', '170558.393000', '170558.396000', '170558.398000', '170558.401000', '170558.403000', '170618.295000', '170618.297000', '170618.301000', '170618.304000', '170618.306000', '170618.309000', '170618.311000', '170618.314000', '170618.317000', '170618.319000', '170618.322000', '170618.325000', '170618.327000', '170618.330000', '170618.332000', '170618.335000', '170618.338000', '170618.340000', '170618.343000', '170618.346000', '170618.348000', '170618.351000', '170618.354000', '170618.356000', '170618.359000', '170618.361000', '170618.364000', '170618.367000', '170618.369000', '170618.372000', '170618.375000', '170618.377000', '170618.380000', '170618.383000', '170618.386000', '170618.388000', '170618.391000', '170618.408000', '170618.411000', '170618.413000', '170618.416000', '170618.419000', '170618.421000', '170618.424000', '170638.294000', '170638.296000', '170638.299000', '170638.302000', '170638.305000', '170638.307000', '170638.310000', '170638.312000', '170638.315000', '170638.318000', '170638.320000', '170638.323000', '170638.325000', '170638.328000', '170638.331000', '170638.333000', '170638.336000', '170638.338000', '170638.341000', '170638.343000', '170638.346000', '170638.349000', '170638.351000', '170638.354000', '170638.356000', '170638.359000', '170638.362000', '170638.365000', '170638.367000', '170638.370000', '170638.372000', '170638.375000', '170638.378000', '170638.380000', '170638.383000', '170638.386000', '170638.389000', '170638.391000', '170638.394000', '170638.396000', '170638.399000', '170638.402000', '170638.404000', '170658.294000', '170658.297000', '170658.300000', '170658.302000', '170658.305000', '170658.308000', '170658.311000', '170658.313000', '170658.316000', '170658.318000', '170658.321000', '170658.324000', '170658.326000', '170658.329000', '170658.331000', '170658.334000', '170658.336000', '170658.339000', '170658.341000', '170658.344000', '170658.347000', '170658.349000', '170658.352000', '170658.355000', '170658.357000', '170658.360000', '170658.362000', '170658.365000', '170658.367000', '170658.370000', '170658.372000', '170658.375000', '170658.378000', '170658.380000', '170658.383000', '170658.385000', '170658.388000', '170658.391000', '170658.393000', '170658.396000', '170658.398000', '170658.401000', '170658.404000', '170658.406000', '170718.294000', '170718.297000', '170718.300000', '170718.303000', '170718.305000', '170718.308000', '170718.310000', '170718.313000', '170718.316000', '170718.318000', '170718.321000', '170718.323000', '170718.326000', '170718.328000', '170718.331000', '170718.333000', '170718.336000', '170718.339000', '170718.341000', '170718.344000', '170718.346000', '170718.349000', '170718.352000', '170718.354000', '170718.357000', '170718.359000', '170718.362000', '170718.364000', '170718.367000', '170718.370000', '170718.372000', '170718.375000', '170718.377000', '170718.380000', '170718.383000', '170718.385000', '170718.388000', '170718.390000', '170718.393000', '170718.396000', '170718.398000', '170718.401000', '170718.403000', '170736.436000', '170736.438000', '170736.441000', '170736.444000', '170736.446000', '170736.449000', '170736.451000', '170736.454000', '170736.457000', '170736.459000', '170736.462000', '170736.464000', '170736.467000', '170736.469000', '170736.472000', '170736.474000', '170736.477000', '170736.480000', '170736.482000', '170736.485000', '170736.487000', '170736.490000', '170736.492000', '170736.495000', '170736.498000', '170736.500000', '170736.503000', '170736.506000', '170736.508000', '170736.511000', '170736.513000', '170736.516000', '170736.519000', '170736.521000', '170736.524000', '170736.527000', '170736.529000', '170736.532000', '170736.535000', '170736.537000'], 'InstanceCreationTime': ['170118.334000', '170118.337000', '170118.340000', '170118.343000', '170118.346000', '170118.348000', '170118.351000', '170118.354000', '170118.356000', '170118.359000', '170118.361000', '170118.364000', '170118.366000', '170118.369000', '170118.372000', '170118.375000', '170118.378000', '170118.380000', '170118.383000', '170118.386000', '170118.388000', '170118.391000', '170118.393000', '170118.396000', '170118.398000', '170118.401000', '170118.404000', '170118.406000', '170118.409000', '170118.415000', '170118.418000', '170118.420000', '170118.423000', '170118.426000', '170118.428000', '170118.431000', '170118.434000', '170118.436000', '170118.439000', '170118.441000', '170118.444000', '170118.447000', '170118.449000', '170118.452000', '170118.454000', '170118.457000', '170118.459000', '170118.462000', '170118.464000', '170138.294000', '170138.297000', '170138.300000', '170138.302000', '170138.305000', '170138.307000', '170138.310000', '170138.313000', '170138.315000', '170138.318000', '170138.321000', '170138.323000', '170138.326000', '170138.328000', '170138.331000', '170138.333000', '170138.336000', '170138.338000', '170138.341000', '170138.343000', '170138.346000', '170138.349000', '170138.351000', '170138.354000', '170138.365000', '170138.367000', '170138.370000', '170138.372000', '170138.375000', '170138.378000', '170138.380000', '170138.383000', '170138.386000', '170138.388000', '170138.391000', '170138.393000', '170138.396000', '170138.398000', '170138.401000', '170138.404000', '170138.406000', '170138.409000', '170138.411000', '170138.414000', '170158.293000', '170158.296000', '170158.299000', '170158.301000', '170158.304000', '170158.320000', '170158.323000', '170158.326000', '170158.328000', '170158.331000', '170158.333000', '170158.336000', '170158.339000', '170158.341000', '170158.344000', '170158.346000', '170158.353000', '170158.356000', '170158.358000', '170158.361000', '170158.364000', '170158.366000', '170158.369000', '170158.371000', '170158.374000', '170158.376000', '170158.379000', '170158.382000', '170158.384000', '170158.387000', '170158.390000', '170158.392000', '170158.395000', '170158.397000', '170158.400000', '170158.403000', '170158.405000', '170158.408000', '170158.410000', '170158.413000', '170158.415000', '170158.418000', '170158.421000', '170218.294000', '170218.325000', '170218.328000', '170218.331000', '170218.333000', '170218.336000', '170218.339000', '170218.341000', '170218.344000', '170218.346000', '170218.349000', '170218.352000', '170218.354000', '170218.357000', '170218.359000', '170218.362000', '170218.364000', '170218.367000', '170218.370000', '170218.372000', '170218.375000', '170218.377000', '170218.380000', '170218.383000', '170218.385000', '170218.388000', '170218.390000', '170218.393000', '170218.395000', '170218.398000', '170218.400000', '170218.403000', '170218.406000', '170218.408000', '170218.411000', '170218.414000', '170218.416000', '170218.419000', '170218.421000', '170218.424000', '170218.426000', '170218.429000', '170218.431000', '170218.434000', '170238.294000', '170238.297000', '170238.300000', '170238.303000', '170238.305000', '170238.308000', '170238.310000', '170238.313000', '170238.316000', '170238.318000', '170238.321000', '170238.323000', '170238.326000', '170238.329000', '170238.333000', '170238.335000', '170238.338000', '170238.340000', '170238.343000', '170238.345000', '170238.348000', '170238.351000', '170238.353000', '170238.356000', '170238.358000', '170238.361000', '170238.363000', '170238.366000', '170238.369000', '170238.371000', '170238.374000', '170238.376000', '170238.379000', '170238.382000', '170238.384000', '170238.387000', '170238.390000', '170238.392000', '170238.395000', '170238.398000', '170238.400000', '170238.403000', '170238.405000', '170258.295000', '170258.297000', '170258.300000', '170258.303000', '170258.305000', '170258.308000', '170258.310000', '170258.313000', '170258.316000', '170258.318000', '170258.321000', '170258.323000', '170258.326000', '170258.329000', '170258.331000', '170258.334000', '170258.336000', '170258.339000', '170258.342000', '170258.344000', '170258.347000', '170258.349000', '170258.352000', '170258.355000', '170258.357000', '170258.360000', '170258.362000', '170258.365000', '170258.367000', '170258.370000', '170258.373000', '170258.375000', '170258.378000', '170258.381000', '170258.383000', '170258.386000', '170258.388000', '170258.391000', '170258.393000', '170258.401000', '170258.404000', '170258.406000', '170258.409000', '170258.411000', '170318.294000', '170318.297000', '170318.300000', '170318.303000', '170318.305000', '170318.308000', '170318.310000', '170318.313000', '170318.315000', '170318.318000', '170318.321000', '170318.323000', '170318.326000', '170318.328000', '170318.331000', '170318.333000', '170318.336000', '170318.339000', '170318.341000', '170318.344000', '170318.347000', '170318.349000', '170318.352000', '170318.354000', '170318.357000', '170318.359000', '170318.362000', '170318.365000', '170318.367000', '170318.370000', '170318.373000', '170318.375000', '170318.378000', '170318.381000', '170318.383000', '170318.386000', '170318.388000', '170318.391000', '170318.393000', '170318.396000', '170318.399000', '170318.401000', '170318.404000', '170338.295000', '170338.297000', '170338.300000', '170338.307000', '170338.309000', '170338.312000', '170338.315000', '170338.317000', '170338.320000', '170338.322000', '170338.325000', '170338.328000', '170338.330000', '170338.333000', '170338.335000', '170338.338000', '170338.340000', '170338.343000', '170338.346000', '170338.348000', '170338.351000', '170338.353000', '170338.356000', '170338.358000', '170338.361000', '170338.364000', '170338.366000', '170338.369000', '170338.371000', '170338.374000', '170338.377000', '170338.379000', '170338.382000', '170338.384000', '170338.387000', '170338.390000', '170338.392000', '170338.395000', '170338.397000', '170338.400000', '170338.402000', '170338.405000', '170338.407000', '170338.410000', '170358.295000', '170358.297000', '170358.300000', '170358.303000', '170358.305000', '170358.308000', '170358.310000', '170358.313000', '170358.315000', '170358.318000', '170358.321000', '170358.323000', '170358.326000', '170358.328000', '170358.331000', '170358.334000', '170358.337000', '170358.339000', '170358.342000', '170358.345000', '170358.347000', '170358.350000', '170358.352000', '170358.355000', '170358.358000', '170358.360000', '170358.363000', '170358.366000', '170358.368000', '170358.371000', '170358.374000', '170358.376000', '170358.379000', '170358.381000', '170358.384000', '170358.387000', '170358.389000', '170358.392000', '170358.395000', '170358.397000', '170358.400000', '170358.402000', '170358.405000', '170418.293000', '170418.296000', '170418.299000', '170418.302000', '170418.305000', '170418.307000', '170418.310000', '170418.312000', '170418.315000', '170418.318000', '170418.320000', '170418.323000', '170418.326000', '170418.328000', '170418.331000', '170418.333000', '170418.336000', '170418.339000', '170418.341000', '170418.344000', '170418.347000', '170418.349000', '170418.352000', '170418.355000', '170418.357000', '170418.360000', '170418.362000', '170418.365000', '170418.368000', '170418.370000', '170418.373000', '170418.375000', '170418.378000', '170418.381000', '170418.383000', '170418.386000', '170418.388000', '170418.391000', '170418.393000', '170418.396000', '170418.399000', '170418.401000', '170418.404000', '170418.411000', '170438.294000', '170438.297000', '170438.300000', '170438.303000', '170438.305000', '170438.308000', '170438.310000', '170438.313000', '170438.315000', '170438.318000', '170438.321000', '170438.323000', '170438.326000', '170438.328000', '170438.331000', '170438.334000', '170438.336000', '170438.339000', '170438.342000', '170438.344000', '170438.347000', '170438.350000', '170438.352000', '170438.355000', '170438.357000', '170438.360000', '170438.363000', '170438.365000', '170438.368000', '170438.371000', '170438.373000', '170438.376000', '170438.378000', '170438.381000', '170438.383000', '170438.386000', '170438.389000', '170438.391000', '170438.394000', '170438.396000', '170438.399000', '170438.402000', '170438.404000', '170458.294000', '170458.297000', '170458.300000', '170458.302000', '170458.305000', '170458.308000', '170458.311000', '170458.313000', '170458.316000', '170458.318000', '170458.321000', '170458.324000', '170458.326000', '170458.329000', '170458.332000', '170458.334000', '170458.337000', '170458.339000', '170458.342000', '170458.344000', '170458.347000', '170458.350000', '170458.352000', '170458.355000', '170458.357000', '170458.360000', '170458.374000', '170458.376000', '170458.379000', '170458.382000', '170458.384000', '170458.387000', '170458.389000', '170458.392000', '170458.395000', '170458.397000', '170458.400000', '170458.402000', '170458.405000', '170458.407000', '170458.410000', '170458.413000', '170458.415000', '170458.418000', '170518.294000', '170518.297000', '170518.300000', '170518.302000', '170518.305000', '170518.308000', '170518.310000', '170518.313000', '170518.315000', '170518.318000', '170518.321000', '170518.323000', '170518.326000', '170518.328000', '170518.331000', '170518.333000', '170518.336000', '170518.338000', '170518.341000', '170518.344000', '170518.346000', '170518.349000', '170518.352000', '170518.354000', '170518.357000', '170518.359000', '170518.362000', '170518.364000', '170518.367000', '170518.370000', '170518.372000', '170518.375000', '170518.378000', '170518.380000', '170518.383000', '170518.385000', '170518.388000', '170518.391000', '170518.393000', '170518.396000', '170518.399000', '170518.401000', '170518.404000', '170538.294000', '170538.297000', '170538.300000', '170538.303000', '170538.305000', '170538.308000', '170538.310000', '170538.313000', '170538.316000', '170538.318000', '170538.321000', '170538.323000', '170538.326000', '170538.329000', '170538.331000', '170538.334000', '170538.336000', '170538.339000', '170538.341000', '170538.344000', '170538.346000', '170538.349000', '170538.352000', '170538.354000', '170538.357000', '170538.360000', '170538.362000', '170538.365000', '170538.367000', '170538.370000', '170538.372000', '170538.375000', '170538.378000', '170538.380000', '170538.383000', '170538.385000', '170538.388000', '170538.391000', '170538.393000', '170538.396000', '170538.399000', '170538.401000', '170538.404000', '170538.406000', '170558.294000', '170558.297000', '170558.300000', '170558.302000', '170558.305000', '170558.307000', '170558.310000', '170558.313000', '170558.315000', '170558.318000', '170558.320000', '170558.323000', '170558.326000', '170558.328000', '170558.331000', '170558.333000', '170558.336000', '170558.339000', '170558.341000', '170558.344000', '170558.346000', '170558.349000', '170558.352000', '170558.354000', '170558.357000', '170558.360000', '170558.362000', '170558.365000', '170558.367000', '170558.370000', '170558.372000', '170558.375000', '170558.377000', '170558.380000', '170558.383000', '170558.385000', '170558.388000', '170558.390000', '170558.393000', '170558.396000', '170558.398000', '170558.401000', '170558.403000', '170618.295000', '170618.297000', '170618.301000', '170618.304000', '170618.306000', '170618.309000', '170618.311000', '170618.314000', '170618.317000', '170618.319000', '170618.322000', '170618.325000', '170618.327000', '170618.330000', '170618.332000', '170618.335000', '170618.338000', '170618.340000', '170618.343000', '170618.346000', '170618.348000', '170618.351000', '170618.354000', '170618.356000', '170618.359000', '170618.361000', '170618.364000', '170618.367000', '170618.369000', '170618.372000', '170618.375000', '170618.377000', '170618.380000', '170618.383000', '170618.386000', '170618.388000', '170618.391000', '170618.408000', '170618.411000', '170618.413000', '170618.416000', '170618.419000', '170618.421000', '170618.424000', '170638.294000', '170638.296000', '170638.299000', '170638.302000', '170638.305000', '170638.307000', '170638.310000', '170638.312000', '170638.315000', '170638.318000', '170638.320000', '170638.323000', '170638.325000', '170638.328000', '170638.331000', '170638.333000', '170638.336000', '170638.338000', '170638.341000', '170638.343000', '170638.346000', '170638.349000', '170638.351000', '170638.354000', '170638.356000', '170638.359000', '170638.362000', '170638.365000', '170638.367000', '170638.370000', '170638.372000', '170638.375000', '170638.378000', '170638.380000', '170638.383000', '170638.386000', '170638.389000', '170638.391000', '170638.394000', '170638.396000', '170638.399000', '170638.402000', '170638.404000', '170658.294000', '170658.297000', '170658.300000', '170658.302000', '170658.305000', '170658.308000', '170658.311000', '170658.313000', '170658.316000', '170658.318000', '170658.321000', '170658.324000', '170658.326000', '170658.329000', '170658.331000', '170658.334000', '170658.336000', '170658.339000', '170658.341000', '170658.344000', '170658.347000', '170658.349000', '170658.352000', '170658.355000', '170658.357000', '170658.360000', '170658.362000', '170658.365000', '170658.367000', '170658.370000', '170658.372000', '170658.375000', '170658.378000', '170658.380000', '170658.383000', '170658.385000', '170658.388000', '170658.391000', '170658.393000', '170658.396000', '170658.398000', '170658.401000', '170658.404000', '170658.406000', '170718.294000', '170718.297000', '170718.300000', '170718.303000', '170718.305000', '170718.308000', '170718.310000', '170718.313000', '170718.316000', '170718.318000', '170718.321000', '170718.323000', '170718.326000', '170718.328000', '170718.331000', '170718.333000', '170718.336000', '170718.339000', '170718.341000', '170718.344000', '170718.346000', '170718.349000', '170718.352000', '170718.354000', '170718.357000', '170718.359000', '170718.362000', '170718.364000', '170718.367000', '170718.370000', '170718.372000', '170718.375000', '170718.377000', '170718.380000', '170718.383000', '170718.385000', '170718.388000', '170718.390000', '170718.393000', '170718.396000', '170718.398000', '170718.401000', '170718.403000', '170736.436000', '170736.438000', '170736.441000', '170736.444000', '170736.446000', '170736.449000', '170736.451000', '170736.454000', '170736.457000', '170736.459000', '170736.462000', '170736.464000', '170736.467000', '170736.469000', '170736.472000', '170736.474000', '170736.477000', '170736.480000', '170736.482000', '170736.485000', '170736.487000', '170736.490000', '170736.492000', '170736.495000', '170736.498000', '170736.500000', '170736.503000', '170736.506000', '170736.508000', '170736.511000', '170736.513000', '170736.516000', '170736.519000', '170736.521000', '170736.524000', '170736.527000', '170736.529000', '170736.532000', '170736.535000', '170736.537000'], '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': [13134, 10435, 13121, 9257, 13722, 8985, 14321, 11627, 10743, 11963, 9803, 10406, 9654, 12684, 9281, 11853, 10478, 9737, 12204, 9444, 11798, 11608, 9766, 12077, 10071, 12855, 12282, 9508, 12901, 9777, 15805, 12947, 9665, 12048, 9825, 14043, 9350, 16344, 10459, 13288, 11961, 10010, 12346, 9686, 12252, 9232, 13857, 8756, 11864, 11571, 10640, 11949, 9637, 12115, 9010, 11162, 11401, 9476, 13140, 9362, 14924, 10037, 11375, 12967, 9948, 12891, 8948, 14181, 12336, 10793, 11947, 9094, 13396, 8629, 14807, 11614, 9986, 10739, 9581, 11569, 9002, 11050, 10724, 9505, 14505, 12595, 12594, 12814, 10670, 14100, 9336, 11686, 12771, 9570, 11848, 9203, 13200, 9542, 11664, 12959, 9481, 11860, 9029, 13271, 10051, 10103, 11742, 9173, 14342, 12290, 12831, 13167, 9903, 12233, 9120, 13981, 11054, 10893, 12001, 9342, 13045, 9080, 13522, 12873, 10659, 11313, 8984, 11138, 9295, 12263, 9163, 13458, 8696, 10851, 10730, 9517, 12608, 9219, 14103, 11266, 10731, 12862, 9885, 13301, 8905, 13017, 11168, 11665, 12768, 9800, 12605, 8692, 13805, 11667, 11111, 11960, 9262, 12127, 8860, 12221, 12173, 8971, 12184, 9034, 13909, 12346, 9117, 12058, 8807, 14488, 12248, 13886, 12886, 9630, 11505, 8758, 12869, 11930, 9351, 12327, 8943, 13456, 12600, 9669, 12318, 8547, 11347, 11615, 9441, 11243, 9627, 13443, 8964, 10762, 11946, 9231, 11805, 9286, 12518, 8641, 12851, 9138, 12221, 11758, 9341, 10468, 9573, 12778, 9765, 11294, 12542, 9445, 11669, 9940, 14073, 8526, 13387, 11651, 11646, 11647, 9406, 11407, 8752, 13631, 12785, 10958, 11188, 9305, 12683, 8936, 14090, 10197, 13447, 10890, 9638, 10268, 9474, 13140, 9083, 11000, 12454, 9572, 12526, 9099, 13269, 9025, 12914, 12959, 9468, 12341, 8627, 13553, 12010, 11797, 12073, 9218, 11272, 8848, 12774, 9492, 13507, 12202, 9285, 10443, 9323, 13132, 9275, 14151, 12000, 9536, 11116, 9470, 14452, 9489, 12389, 12724, 9587, 12210, 9727, 12384, 8305, 12151, 12214, 9224, 11834, 8683, 12500, 10427, 10955, 11947, 9420, 11707, 9334, 12709, 8931, 14361, 10586, 11554, 11976, 9672, 12365, 8991, 14223, 10266, 10769, 11963, 9600, 11731, 9014, 13286, 9971, 11691, 12553, 9687, 12316, 8603, 12290, 12250, 10202, 12457, 10201, 13423, 8638, 13568, 12695, 11293, 11581, 9391, 11747, 8674, 13104, 12016, 10880, 11255, 9140, 10791, 8934, 12505, 9274, 13385, 11214, 9117, 10186, 9254, 14655, 10796, 12396, 12138, 9081, 11479, 9605, 15406, 8806, 12884, 11253, 9284, 11403, 8765, 13506, 10206, 12009, 12755, 10264, 10906, 9300, 11385, 8817, 14354, 12631, 11168, 10523, 9058, 11999, 8874, 14101, 11862, 8903, 11555, 8658, 14138, 12624, 10955, 10822, 8960, 12675, 9083, 15089, 12148, 11458, 10233, 9183, 11046, 8623, 13947, 11395, 11410, 11664, 9366, 10457, 9262, 12834, 8664, 12380, 10928, 9406, 10654, 9487, 14757, 9267, 11721, 12328, 9138, 11512, 9208, 13039, 8647, 13827, 12447, 9822, 10526, 9227, 13475, 11057, 13306, 11600, 9292, 12034, 8661, 14125, 11582, 11954, 10972, 9273, 11195, 9056, 10805, 11275, 9394, 12211, 9399, 15306, 12286, 13254, 12223, 9150, 11421, 8776, 13330, 11214, 10778, 10781, 8952, 11382, 9178, 14418, 9352, 9740, 9403, 9226, 13685, 9996, 16031, 12363, 13351, 12734, 9503, 11097, 9392, 11149, 8403, 9875, 9868, 9542, 12195, 8993, 9558, 10288, 9432, 12655, 10581, 9329, 10557, 8785, 14284, 12416, 11052, 10981, 8819, 14036, 10515, 11350, 10857, 9601, 12581, 9999, 9822, 11955, 10998, 10003, 9591, 10739, 10197, 12894, 10236, 11990, 11596, 10050, 12601, 9346, 10569, 12849, 12043, 11136, 13499, 9486, 18190, 14770, 16269, 14155, 9497, 9765, 9917, 10060, 9410, 12713, 8831, 10510, 10524, 9919, 10425, 9783, 10155, 9592, 10473, 9046, 10650, 8852, 10803, 8792, 10806, 8745, 11148, 8897, 11311, 8981, 11803, 9307, 10764, 9820, 10280, 9380, 9377, 9605, 9126, 9676, 9241, 9514, 10135, 10307, 9749, 10680, 9137, 11592, 9260, 11199, 9124, 11925, 9993, 12422, 11459, 11874, 10783, 10043, 10346, 9447, 10007, 9810, 10331, 9502, 10479, 9288, 10937, 9108, 11186, 10555, 10402, 10938, 10249, 10462, 9265, 10245, 9718, 11138, 9278, 11067, 8839, 11276, 8922, 11693, 9127, 11448, 9697, 11354, 9207, 10155, 8921, 10196, 10434, 9172, 10754, 10635, 11339, 11744, 10167, 10768, 9423, 10750, 9091, 9545, 9818, 10184, 9354, 10517, 9086, 11215, 11092, 10033, 11069, 9305, 10526, 9873, 10682, 9177, 10396, 8907, 10739, 9208, 11032, 9628, 9187, 9735, 9378, 11179, 9347, 10064, 9258, 9819, 9920, 9849, 10554, 9243, 10542, 9320, 9724, 9931, 10576, 10319, 10369, 11775, 10701, 14481, 10110, 12976, 12543, 10197, 10302, 9962, 12052, 10076, 9341, 12426, 11808, 16311, 13151, 9881, 11474, 10570, 14545, 9197, 15644, 8877, 10257, 9921, 9220, 11011, 9534, 12929, 9021, 10317, 9323, 9804, 9568, 9945, 11505, 9394, 10346, 10398, 10287, 10015, 10294, 11450, 9377, 10612, 11234, 10916, 11038, 10006, 13880, 9401, 15813, 12040, 13403, 11439, 9839, 9957, 10549, 10667, 9358, 10310, 9370, 10346, 10316, 10648, 10583, 9577, 12906, 10951, 12792, 11756, 9818, 11365, 9755, 10783, 9460, 11803, 10220, 10874, 11053, 10546, 10913, 10182, 12674, 9170, 10609, 9113, 10628, 9913, 10414, 10206, 10999, 9672, 10424, 9225, 9703, 12333, 9229, 11643, 9358, 14539, 11612, 15088, 11166, 14566, 11044, 11432, 9708, 10274, 9919, 10173, 10288, 9487, 10880, 9196, 11596, 9051, 13383, 9148, 13034, 8973, 12690, 9284, 10431, 9132, 9917, 9954, 9657, 12860, 9194, 14217, 9013, 13146, 9117, 13160, 9981, 11305, 9709, 9969, 9874, 9823, 10143, 9744, 9467, 10137, 9737, 9941, 10286, 9903, 12067, 9993, 12207, 9018, 11885, 9042, 12282, 8854, 12129, 8991, 12183, 9737, 11645, 10570, 11296, 10155, 10185, 9950, 9846, 9870, 9508, 9917, 9735, 9717, 9731, 10159, 9688, 9984, 9272, 9800, 9419, 10074, 9315, 10586, 8934, 11708, 9300, 12564, 9272, 13041, 9197, 12901, 9154, 13091, 9833, 13703, 10200, 13090, 8995, 12891, 9661, 13765, 10614, 13516, 8653, 12756, 8719, 13091, 8937, 11561, 9109, 9253, 10437, 9414, 10118], 'WindowCenter': [4461.0, 4414.0, 4432.0, 4367.0, 4415.0, 4355.0, 4412.0, 4383.0, 4372.0, 4382.0, 4363.0, 4372.0, 4350.0, 4389.0, 4352.0, 4392.0, 4372.0, 4362.0, 4404.0, 4377.0, 4393.0, 4405.0, 4373.0, 4404.0, 4375.0, 4405.0, 4405.0, 4374.0, 4415.0, 4387.0, 4434.0, 4405.0, 4364.0, 4393.0, 4362.0, 4401.0, 4351.0, 4410.0, 4371.0, 4388.0, 4380.0, 4348.0, 4379.0, 4337.0, 4367.0, 4338.0, 4388.0, 4339.0, 4367.0, 4369.0, 4358.0, 4378.0, 4348.0, 4379.0, 4339.0, 4368.0, 4379.0, 4349.0, 4400.0, 4350.0, 4410.0, 4361.0, 4379.0, 4400.0, 4349.0, 4389.0, 4340.0, 4398.0, 4390.0, 4359.0, 4378.0, 4339.0, 4388.0, 4339.0, 4398.0, 4380.0, 4349.0, 4369.0, 4348.0, 4378.0, 4340.0, 4380.0, 4381.0, 4373.0, 4413.0, 4404.0, 4391.0, 4402.0, 4371.0, 4402.0, 4351.0, 4380.0, 4390.0, 4349.0, 4380.0, 4350.0, 4390.0, 4362.0, 4381.0, 4391.0, 4350.0, 4380.0, 4340.0, 4389.0, 4360.0, 4360.0, 4390.0, 4352.0, 4409.0, 4393.0, 4390.0, 4402.0, 4360.0, 4380.0, 4350.0, 4398.0, 4371.0, 4369.0, 4379.0, 4351.0, 4389.0, 4350.0, 4399.0, 4390.0, 4359.0, 4370.0, 4338.0, 4370.0, 4339.0, 4378.0, 4349.0, 4389.0, 4340.0, 4369.0, 4370.0, 4360.0, 4390.0, 4351.0, 4410.0, 4381.0, 4370.0, 4390.0, 4360.0, 4400.0, 4341.0, 4390.0, 4381.0, 4369.0, 4390.0, 4350.0, 4389.0, 4340.0, 4399.0, 4380.0, 4368.0, 4380.0, 4349.0, 4379.0, 4351.0, 4390.0, 4391.0, 4351.0, 4392.0, 4353.0, 4411.0, 4402.0, 4351.0, 4394.0, 4352.0, 4411.0, 4393.0, 4400.0, 4391.0, 4349.0, 4369.0, 4329.0, 4389.0, 4380.0, 4349.0, 4390.0, 4350.0, 4400.0, 4391.0, 4350.0, 4381.0, 4340.0, 4369.0, 4381.0, 4350.0, 4381.0, 4352.0, 4400.0, 4351.0, 4369.0, 4381.0, 4350.0, 4380.0, 4350.0, 4379.0, 4340.0, 4378.0, 4350.0, 4379.0, 4381.0, 4349.0, 4370.0, 4361.0, 4390.0, 4362.0, 4382.0, 4391.0, 4350.0, 4380.0, 4350.0, 4400.0, 4340.0, 4387.0, 4370.0, 4368.0, 4369.0, 4349.0, 4379.0, 4351.0, 4399.0, 4402.0, 4372.0, 4382.0, 4351.0, 4390.0, 4349.0, 4399.0, 4360.0, 4388.0, 4369.0, 4349.0, 4359.0, 4349.0, 4389.0, 4351.0, 4369.0, 4390.0, 4351.0, 4390.0, 4351.0, 4401.0, 4352.0, 4389.0, 4391.0, 4361.0, 4390.0, 4342.0, 4401.0, 4392.0, 4379.0, 4380.0, 4349.0, 4369.0, 4340.0, 4388.0, 4349.0, 4389.0, 4380.0, 4349.0, 4369.0, 4350.0, 4389.0, 4351.0, 4400.0, 4381.0, 4349.0, 4370.0, 4350.0, 4400.0, 4351.0, 4379.0, 4392.0, 4349.0, 4380.0, 4349.0, 4378.0, 4330.0, 4378.0, 4381.0, 4350.0, 4380.0, 4341.0, 4391.0, 4371.0, 4370.0, 4391.0, 4351.0, 4381.0, 4351.0, 4390.0, 4350.0, 4410.0, 4371.0, 4379.0, 4381.0, 4350.0, 4390.0, 4341.0, 4400.0, 4361.0, 4371.0, 4381.0, 4350.0, 4381.0, 4341.0, 4400.0, 4361.0, 4380.0, 4393.0, 4361.0, 4392.0, 4342.0, 4391.0, 4392.0, 4362.0, 4393.0, 4362.0, 4401.0, 4341.0, 4390.0, 4391.0, 4369.0, 4370.0, 4350.0, 4379.0, 4330.0, 4389.0, 4381.0, 4369.0, 4371.0, 4350.0, 4369.0, 4341.0, 4379.0, 4351.0, 4389.0, 4371.0, 4340.0, 4361.0, 4353.0, 4411.0, 4373.0, 4391.0, 4392.0, 4341.0, 4380.0, 4350.0, 4400.0, 4341.0, 4389.0, 4370.0, 4340.0, 4380.0, 4340.0, 4400.0, 4372.0, 4380.0, 4392.0, 4360.0, 4371.0, 4351.0, 4380.0, 4352.0, 4400.0, 4392.0, 4371.0, 4360.0, 4340.0, 4369.0, 4340.0, 4399.0, 4380.0, 4351.0, 4380.0, 4341.0, 4400.0, 4392.0, 4371.0, 4371.0, 4351.0, 4390.0, 4341.0, 4411.0, 4381.0, 4369.0, 4360.0, 4339.0, 4370.0, 4339.0, 4399.0, 4371.0, 4367.0, 4369.0, 4338.0, 4358.0, 4340.0, 4378.0, 4341.0, 4378.0, 4370.0, 4350.0, 4370.0, 4351.0, 4411.0, 4354.0, 4380.0, 4392.0, 4352.0, 4382.0, 4352.0, 4402.0, 4354.0, 4403.0, 4392.0, 4362.0, 4373.0, 4363.0, 4403.0, 4384.0, 4402.0, 4383.0, 4353.0, 4392.0, 4344.0, 4403.0, 4382.0, 4379.0, 4371.0, 4351.0, 4370.0, 4352.0, 4372.0, 4382.0, 4363.0, 4392.0, 4363.0, 4412.0, 4393.0, 4401.0, 4383.0, 4350.0, 4370.0, 4330.0, 4389.0, 4370.0, 4359.0, 4370.0, 4338.0, 4369.0, 4350.0, 4400.0, 4350.0, 4349.0, 4350.0, 4351.0, 4400.0, 4361.0, 4410.0, 4392.0, 4389.0, 4390.0, 4349.0, 4370.0, 4350.0, 4370.0, 4332.0, 4359.0, 4361.0, 4362.0, 4392.0, 4353.0, 4362.0, 4372.0, 4353.0, 4402.0, 4373.0, 4353.0, 4372.0, 4343.0, 4412.0, 4393.0, 4382.0, 4373.0, 4352.0, 4401.0, 4372.0, 4371.0, 4371.0, 4363.0, 4403.0, 4373.0, 4374.0, 4393.0, 4385.0, 4386.0, 4388.0, 4408.0, 4389.0, 4416.0, 4386.0, 4393.0, 4384.0, 4376.0, 4404.0, 4366.0, 4385.0, 4416.0, 4405.0, 4385.0, 4404.0, 4363.0, 4432.0, 4413.0, 4411.0, 4391.0, 4339.0, 4349.0, 4348.0, 4347.0, 4339.0, 4378.0, 4339.0, 4347.0, 4359.0, 4337.0, 4359.0, 4337.0, 4348.0, 4337.0, 4347.0, 4328.0, 4346.0, 4328.0, 4346.0, 4317.0, 4345.0, 4317.0, 4345.0, 4327.0, 4356.0, 4328.0, 4354.0, 4337.0, 4346.0, 4348.0, 4347.0, 4339.0, 4338.0, 4339.0, 4338.0, 4349.0, 4338.0, 4340.0, 4349.0, 4348.0, 4350.0, 4359.0, 4354.0, 4370.0, 4351.0, 4370.0, 4353.0, 4380.0, 4361.0, 4380.0, 4371.0, 4380.0, 4372.0, 4351.0, 4362.0, 4350.0, 4352.0, 4351.0, 4360.0, 4353.0, 4360.0, 4352.0, 4370.0, 4352.0, 4370.0, 4373.0, 4372.0, 4373.0, 4362.0, 4373.0, 4352.0, 4363.0, 4351.0, 4371.0, 4341.0, 4371.0, 4340.0, 4358.0, 4342.0, 4369.0, 4342.0, 4370.0, 4351.0, 4370.0, 4352.0, 4360.0, 4342.0, 4361.0, 4372.0, 4354.0, 4371.0, 4374.0, 4383.0, 4393.0, 4363.0, 4373.0, 4351.0, 4372.0, 4341.0, 4351.0, 4350.0, 4361.0, 4342.0, 4360.0, 4352.0, 4371.0, 4372.0, 4361.0, 4372.0, 4351.0, 4362.0, 4362.0, 4361.0, 4353.0, 4360.0, 4343.0, 4370.0, 4352.0, 4371.0, 4351.0, 4352.0, 4361.0, 4353.0, 4371.0, 4355.0, 4363.0, 4363.0, 4363.0, 4364.0, 4375.0, 4374.0, 4365.0, 4397.0, 4378.0, 4377.0, 4388.0, 4397.0, 4400.0, 4388.0, 4408.0, 4387.0, 4428.0, 4389.0, 4416.0, 4407.0, 4388.0, 4387.0, 4376.0, 4393.0, 4364.0, 4355.0, 4395.0, 4396.0, 4424.0, 4405.0, 4363.0, 4372.0, 4360.0, 4400.0, 4341.0, 4410.0, 4342.0, 4360.0, 4360.0, 4341.0, 4371.0, 4351.0, 4391.0, 4342.0, 4349.0, 4341.0, 4350.0, 4350.0, 4351.0, 4370.0, 4352.0, 4361.0, 4362.0, 4360.0, 4361.0, 4362.0, 4380.0, 4353.0, 4360.0, 4382.0, 4373.0, 4372.0, 4361.0, 4390.0, 4351.0, 4410.0, 4382.0, 4379.0, 4371.0, 4348.0, 4349.0, 4359.0, 4359.0, 4351.0, 4360.0, 4351.0, 4360.0, 4373.0, 4371.0, 4371.0, 4364.0, 4390.0, 4372.0, 4379.0, 4370.0, 4349.0, 4369.0, 4340.0, 4358.0, 4349.0, 4369.0, 4361.0, 4359.0, 4369.0, 4358.0, 4359.0, 4349.0, 4378.0, 4339.0, 4358.0, 4339.0, 4347.0, 4348.0, 4358.0, 4348.0, 4356.0, 4339.0, 4346.0, 4327.0, 4337.0, 4378.0, 4350.0, 4357.0, 4338.0, 4386.0, 4358.0, 4385.0, 4356.0, 4385.0, 4357.0, 4345.0, 4337.0, 4335.0, 4337.0, 4335.0, 4336.0, 4325.0, 4346.0, 4326.0, 4345.0, 4316.0, 4365.0, 4327.0, 4365.0, 4316.0, 4364.0, 4326.0, 4345.0, 4337.0, 4336.0, 4348.0, 4337.0, 4377.0, 4338.0, 4388.0, 4329.0, 4377.0, 4328.0, 4376.0, 4338.0, 4346.0, 4337.0, 4336.0, 4337.0, 4337.0, 4348.0, 4336.0, 4337.0, 4338.0, 4336.0, 4336.0, 4336.0, 4336.0, 4356.0, 4335.0, 4355.0, 4316.0, 4355.0, 4316.0, 4355.0, 4326.0, 4354.0, 4316.0, 4354.0, 4326.0, 4344.0, 4346.0, 4344.0, 4336.0, 4334.0, 4336.0, 4335.0, 4337.0, 4325.0, 4336.0, 4325.0, 4337.0, 4336.0, 4347.0, 4336.0, 4337.0, 4326.0, 4336.0, 4326.0, 4336.0, 4338.0, 4347.0, 4339.0, 4368.0, 4339.0, 4367.0, 4338.0, 4377.0, 4338.0, 4367.0, 4328.0, 4366.0, 4337.0, 4375.0, 4336.0, 4364.0, 4316.0, 4364.0, 4325.0, 4364.0, 4346.0, 4365.0, 4316.0, 4365.0, 4315.0, 4375.0, 4327.0, 4355.0, 4328.0, 4337.0, 4359.0, 4340.0, 4359.0], 'WindowWidth': [9804.0, 9722.0, 9738.0, 9643.0, 9700.0, 9620.0, 9691.0, 9654.0, 9636.0, 9649.0, 9625.0, 9637.0, 9605.0, 9654.0, 9608.0, 9661.0, 9637.0, 9626.0, 9683.0, 9653.0, 9666.0, 9688.0, 9639.0, 9684.0, 9647.0, 9686.0, 9689.0, 9644.0, 9701.0, 9666.0, 9726.0, 9688.0, 9627.0, 9665.0, 9621.0, 9673.0, 9605.0, 9684.0, 9631.0, 9651.0, 9641.0, 9594.0, 9637.0, 9579.0, 9619.0, 9582.0, 9649.0, 9586.0, 9618.0, 9625.0, 9608.0, 9637.0, 9596.0, 9636.0, 9586.0, 9621.0, 9641.0, 9600.0, 9668.0, 9603.0, 9683.0, 9617.0, 9638.0, 9669.0, 9598.0, 9653.0, 9587.0, 9665.0, 9655.0, 9610.0, 9636.0, 9585.0, 9649.0, 9588.0, 9664.0, 9641.0, 9598.0, 9626.0, 9597.0, 9638.0, 9590.0, 9643.0, 9647.0, 9640.0, 9693.0, 9683.0, 9662.0, 9677.0, 9632.0, 9675.0, 9607.0, 9641.0, 9657.0, 9600.0, 9642.0, 9603.0, 9656.0, 9621.0, 9645.0, 9659.0, 9601.0, 9642.0, 9587.0, 9653.0, 9618.0, 9617.0, 9657.0, 9609.0, 9683.0, 9667.0, 9657.0, 9678.0, 9616.0, 9643.0, 9603.0, 9665.0, 9632.0, 9626.0, 9640.0, 9605.0, 9654.0, 9604.0, 9666.0, 9658.0, 9611.0, 9628.0, 9583.0, 9626.0, 9586.0, 9636.0, 9599.0, 9652.0, 9588.0, 9625.0, 9629.0, 9617.0, 9658.0, 9607.0, 9684.0, 9646.0, 9628.0, 9658.0, 9615.0, 9671.0, 9593.0, 9655.0, 9646.0, 9628.0, 9657.0, 9601.0, 9654.0, 9588.0, 9666.0, 9644.0, 9624.0, 9642.0, 9600.0, 9639.0, 9606.0, 9656.0, 9658.0, 9606.0, 9661.0, 9613.0, 9687.0, 9678.0, 9608.0, 9666.0, 9611.0, 9688.0, 9666.0, 9670.0, 9661.0, 9600.0, 9625.0, 9573.0, 9653.0, 9641.0, 9601.0, 9657.0, 9606.0, 9669.0, 9661.0, 9602.0, 9644.0, 9591.0, 9627.0, 9645.0, 9604.0, 9646.0, 9607.0, 9671.0, 9606.0, 9627.0, 9645.0, 9601.0, 9644.0, 9602.0, 9638.0, 9588.0, 9637.0, 9604.0, 9640.0, 9645.0, 9600.0, 9629.0, 9619.0, 9658.0, 9623.0, 9647.0, 9661.0, 9604.0, 9643.0, 9602.0, 9669.0, 9589.0, 9649.0, 9629.0, 9623.0, 9626.0, 9600.0, 9640.0, 9607.0, 9669.0, 9676.0, 9634.0, 9648.0, 9605.0, 9656.0, 9601.0, 9666.0, 9615.0, 9650.0, 9625.0, 9597.0, 9611.0, 9601.0, 9654.0, 9605.0, 9628.0, 9658.0, 9604.0, 9658.0, 9605.0, 9672.0, 9610.0, 9655.0, 9659.0, 9619.0, 9657.0, 9595.0, 9672.0, 9662.0, 9639.0, 9643.0, 9599.0, 9626.0, 9588.0, 9651.0, 9601.0, 9652.0, 9643.0, 9599.0, 9626.0, 9601.0, 9652.0, 9605.0, 9668.0, 9645.0, 9600.0, 9628.0, 9601.0, 9670.0, 9605.0, 9638.0, 9659.0, 9597.0, 9641.0, 9597.0, 9637.0, 9576.0, 9636.0, 9643.0, 9601.0, 9642.0, 9591.0, 9657.0, 9634.0, 9630.0, 9662.0, 9605.0, 9646.0, 9605.0, 9657.0, 9604.0, 9684.0, 9633.0, 9640.0, 9644.0, 9602.0, 9655.0, 9590.0, 9667.0, 9618.0, 9628.0, 9645.0, 9602.0, 9645.0, 9592.0, 9670.0, 9620.0, 9642.0, 9663.0, 9618.0, 9661.0, 9596.0, 9657.0, 9663.0, 9621.0, 9663.0, 9622.0, 9672.0, 9593.0, 9654.0, 9658.0, 9625.0, 9629.0, 9600.0, 9638.0, 9574.0, 9651.0, 9644.0, 9625.0, 9630.0, 9600.0, 9626.0, 9590.0, 9638.0, 9604.0, 9653.0, 9630.0, 9589.0, 9618.0, 9610.0, 9686.0, 9638.0, 9659.0, 9661.0, 9590.0, 9642.0, 9602.0, 9668.0, 9590.0, 9651.0, 9628.0, 9587.0, 9642.0, 9590.0, 9670.0, 9635.0, 9642.0, 9663.0, 9617.0, 9633.0, 9605.0, 9644.0, 9607.0, 9669.0, 9661.0, 9630.0, 9615.0, 9588.0, 9626.0, 9590.0, 9665.0, 9642.0, 9604.0, 9643.0, 9594.0, 9671.0, 9663.0, 9632.0, 9632.0, 9605.0, 9656.0, 9591.0, 9684.0, 9645.0, 9626.0, 9613.0, 9586.0, 9626.0, 9586.0, 9664.0, 9630.0, 9621.0, 9626.0, 9581.0, 9610.0, 9586.0, 9637.0, 9591.0, 9636.0, 9630.0, 9601.0, 9630.0, 9605.0, 9686.0, 9614.0, 9643.0, 9663.0, 9608.0, 9647.0, 9609.0, 9675.0, 9614.0, 9678.0, 9663.0, 9621.0, 9638.0, 9624.0, 9678.0, 9655.0, 9675.0, 9652.0, 9611.0, 9664.0, 9600.0, 9677.0, 9650.0, 9641.0, 9632.0, 9604.0, 9629.0, 9609.0, 9634.0, 9650.0, 9626.0, 9662.0, 9627.0, 9690.0, 9666.0, 9671.0, 9650.0, 9601.0, 9627.0, 9574.0, 9652.0, 9628.0, 9611.0, 9628.0, 9583.0, 9625.0, 9601.0, 9668.0, 9603.0, 9599.0, 9603.0, 9604.0, 9670.0, 9619.0, 9684.0, 9661.0, 9652.0, 9656.0, 9599.0, 9629.0, 9603.0, 9628.0, 9579.0, 9614.0, 9617.0, 9621.0, 9661.0, 9613.0, 9621.0, 9636.0, 9611.0, 9677.0, 9638.0, 9611.0, 9636.0, 9598.0, 9689.0, 9666.0, 9647.0, 9638.0, 9609.0, 9673.0, 9635.0, 9631.0, 9633.0, 9624.0, 9680.0, 9643.0, 9643.0, 9668.0, 9659.0, 9664.0, 9671.0, 9698.0, 9672.0, 9704.0, 9662.0, 9668.0, 9654.0, 9645.0, 9685.0, 9636.0, 9660.0, 9706.0, 9690.0, 9660.0, 9685.0, 9626.0, 9719.0, 9692.0, 9683.0, 9659.0, 9581.0, 9597.0, 9594.0, 9590.0, 9583.0, 9634.0, 9585.0, 9591.0, 9610.0, 9577.0, 9609.0, 9576.0, 9592.0, 9577.0, 9588.0, 9565.0, 9587.0, 9565.0, 9586.0, 9549.0, 9584.0, 9548.0, 9584.0, 9564.0, 9599.0, 9565.0, 9596.0, 9578.0, 9587.0, 9594.0, 9588.0, 9582.0, 9578.0, 9582.0, 9579.0, 9596.0, 9580.0, 9584.0, 9597.0, 9594.0, 9599.0, 9611.0, 9610.0, 9626.0, 9604.0, 9628.0, 9608.0, 9638.0, 9618.0, 9639.0, 9631.0, 9639.0, 9631.0, 9603.0, 9619.0, 9599.0, 9605.0, 9602.0, 9614.0, 9607.0, 9615.0, 9606.0, 9628.0, 9608.0, 9629.0, 9639.0, 9633.0, 9639.0, 9620.0, 9637.0, 9605.0, 9621.0, 9603.0, 9629.0, 9588.0, 9628.0, 9586.0, 9608.0, 9591.0, 9625.0, 9592.0, 9627.0, 9602.0, 9624.0, 9606.0, 9613.0, 9594.0, 9617.0, 9635.0, 9613.0, 9633.0, 9642.0, 9650.0, 9667.0, 9623.0, 9639.0, 9604.0, 9635.0, 9590.0, 9603.0, 9600.0, 9616.0, 9591.0, 9613.0, 9607.0, 9630.0, 9636.0, 9618.0, 9636.0, 9603.0, 9620.0, 9619.0, 9618.0, 9607.0, 9616.0, 9594.0, 9629.0, 9608.0, 9630.0, 9605.0, 9607.0, 9618.0, 9611.0, 9632.0, 9615.0, 9622.0, 9625.0, 9625.0, 9627.0, 9644.0, 9641.0, 9631.0, 9679.0, 9654.0, 9652.0, 9671.0, 9681.0, 9691.0, 9668.0, 9696.0, 9665.0, 9724.0, 9671.0, 9702.0, 9694.0, 9667.0, 9666.0, 9649.0, 9666.0, 9629.0, 9616.0, 9671.0, 9676.0, 9711.0, 9685.0, 9623.0, 9635.0, 9614.0, 9668.0, 9589.0, 9682.0, 9592.0, 9611.0, 9615.0, 9588.0, 9630.0, 9604.0, 9658.0, 9593.0, 9598.0, 9590.0, 9598.0, 9601.0, 9603.0, 9628.0, 9608.0, 9617.0, 9621.0, 9616.0, 9619.0, 9622.0, 9644.0, 9610.0, 9615.0, 9648.0, 9636.0, 9633.0, 9618.0, 9657.0, 9603.0, 9682.0, 9647.0, 9636.0, 9630.0, 9592.0, 9596.0, 9610.0, 9610.0, 9605.0, 9615.0, 9605.0, 9615.0, 9639.0, 9632.0, 9631.0, 9625.0, 9657.0, 9634.0, 9639.0, 9625.0, 9597.0, 9624.0, 9584.0, 9606.0, 9596.0, 9623.0, 9618.0, 9610.0, 9625.0, 9606.0, 9609.0, 9596.0, 9633.0, 9582.0, 9606.0, 9583.0, 9589.0, 9593.0, 9607.0, 9594.0, 9601.0, 9581.0, 9586.0, 9561.0, 9577.0, 9633.0, 9601.0, 9603.0, 9580.0, 9638.0, 9605.0, 9637.0, 9599.0, 9636.0, 9601.0, 9581.0, 9574.0, 9568.0, 9575.0, 9569.0, 9572.0, 9555.0, 9583.0, 9557.0, 9582.0, 9544.0, 9609.0, 9560.0, 9607.0, 9544.0, 9605.0, 9558.0, 9583.0, 9575.0, 9573.0, 9592.0, 9576.0, 9631.0, 9580.0, 9644.0, 9567.0, 9628.0, 9566.0, 9627.0, 9578.0, 9584.0, 9576.0, 9571.0, 9577.0, 9574.0, 9591.0, 9572.0, 9574.0, 9575.0, 9573.0, 9570.0, 9573.0, 9571.0, 9598.0, 9569.0, 9594.0, 9543.0, 9594.0, 9544.0, 9594.0, 9559.0, 9594.0, 9545.0, 9591.0, 9557.0, 9579.0, 9584.0, 9578.0, 9571.0, 9565.0, 9572.0, 9567.0, 9574.0, 9555.0, 9573.0, 9556.0, 9575.0, 9571.0, 9589.0, 9571.0, 9576.0, 9557.0, 9572.0, 9560.0, 9573.0, 9579.0, 9590.0, 9582.0, 9618.0, 9582.0, 9614.0, 9579.0, 9627.0, 9579.0, 9615.0, 9564.0, 9612.0, 9576.0, 9623.0, 9573.0, 9607.0, 9545.0, 9606.0, 9555.0, 9607.0, 9585.0, 9609.0, 9545.0, 9609.0, 9545.0, 9622.0, 9561.0, 9598.0, 9565.0, 9577.0, 9612.0, 9584.0, 9611.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.0006443053960964409</td></tr>
<tr><td colspan=3>aqi</td><td>0.02124343846153846</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.617207752942505</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.246506173103449</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9845668546666664</td></tr>
<tr><td colspan=3>efc</td><td>0.4493</td></tr>
<tr><td colspan=3>fber</td><td>7105.6323</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07061485957408199</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8036739380022963</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4838538770226495</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.433864305608517</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7342936620820866</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.283403663377344</td></tr>
<tr><td colspan=3>gcor</td><td>0.0137921</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022529760375618935</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0245747659355402</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.523071861277608</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>32.3622</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.1903</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.6348</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311469.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>927.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>393.4955</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7113</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>602.0603</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3611.3676</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3876.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65075.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>898.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4847.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1100.1678</td></tr>
<tr><td colspan=3>tsnr</td><td>40.67539303377271</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>