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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0105/ses-03/func/sub-0105_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>6bc375ae404ce0f120665f2f64ab5612</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>19:09:57.692500</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.999891, -0.00966461, 0.0111419, 0.0113439, 0.986702, -0.162144]</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0935754</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4228, -7734, -7282, 214, -123, -119, -114, 42]</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>260.623</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2fb55a47-97ce-4aa7-84b3-6cc7c33fd32d||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.6826350688934326, 0.03043486922979355, 0.025451967492699623, 109.55797576904297], [0.02592943049967289, 2.647249221801758, -0.4380819499492645, -89.00827026367188], [0.02989283949136734, 0.4350200295448303, 2.6641013622283936, -102.42356872558594], [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': ['190957.692500', '190958.152500', '190958.612500', '190959.072500', '190959.532500', '190959.992500', '191000.452500', '191000.912500', '191001.372500', '191001.832500', '191002.292500', '191002.752500', '191003.212500', '191003.672500', '191004.132500', '191004.592500', '191005.052500', '191005.512500', '191005.972500', '191006.432500', '191006.892500', '191007.352500', '191007.812500', '191008.272500', '191008.732500', '191009.192500', '191009.652500', '191010.112500', '191010.572500', '191011.032500', '191011.492500', '191011.952500', '191012.412500', '191012.872500', '191013.332500', '191013.792500', '191014.252500', '191014.712500', '191015.172500', '191015.632500', '191016.092500', '191016.552500', '191017.012500', '191017.472500', '191017.932500', '191018.392500', '191018.852500', '191019.312500', '191019.772500', '191020.232500', '191020.692500', '191021.152500', '191021.612500', '191022.072500', '191022.532500', '191022.992500', '191023.452500', '191023.912500', '191024.372500', '191024.832500', '191025.292500', '191025.752500', '191026.212500', '191026.672500', '191027.132500', '191027.592500', '191028.052500', '191028.512500', '191028.972500', '191029.432500', '191029.892500', '191030.352500', '191030.812500', '191031.272500', '191031.732500', '191032.192500', '191032.652500', '191033.112500', '191033.572500', '191034.032500', '191034.492500', '191034.952500', '191035.412500', '191035.872500', '191036.332500', '191036.792500', '191037.252500', '191037.712500', '191038.172500', '191038.632500', '191039.092500', '191039.552500', '191040.012500', '191040.472500', '191040.932500', '191041.392500', '191041.852500', '191042.312500', '191042.772500', '191043.232500', '191043.692500', '191044.152500', '191044.612500', '191045.072500', '191045.532500', '191045.992500', '191046.452500', '191046.912500', '191047.372500', '191047.832500', '191048.292500', '191048.752500', '191049.212500', '191049.672500', '191050.132500', '191050.592500', '191051.052500', '191051.512500', '191051.972500', '191052.432500', '191052.892500', '191053.352500', '191053.812500', '191054.272500', '191054.732500', '191055.192500', '191055.652500', '191056.112500', '191056.572500', '191057.032500', '191057.492500', '191057.952500', '191058.412500', '191058.872500', '191059.332500', '191059.792500', '191100.252500', '191100.712500', '191101.172500', '191101.632500', '191102.092500', '191102.552500', '191103.012500', '191103.472500', '191103.932500', '191104.392500', '191104.852500', '191105.312500', '191105.772500', '191106.232500', '191106.692500', '191107.152500', '191107.612500', '191108.072500', '191108.532500', '191108.992500', '191109.452500', '191109.912500', '191110.372500', '191110.832500', '191111.292500', '191111.752500', '191112.212500', '191112.672500', '191113.132500', '191113.592500', '191114.052500', '191114.512500', '191114.972500', '191115.432500', '191115.892500', '191116.352500', '191116.812500', '191117.272500', '191117.732500', '191118.192500', '191118.652500', '191119.112500', '191119.572500', '191120.032500', '191120.492500', '191120.952500', '191121.412500', '191121.872500', '191122.332500', '191122.792500', '191123.252500', '191123.712500', '191124.172500', '191124.632500', '191125.092500', '191125.552500', '191126.012500', '191126.472500', '191126.932500', '191127.392500', '191127.852500', '191128.312500', '191128.772500', '191129.232500', '191129.692500', '191130.152500', '191130.612500', '191131.072500', '191131.532500', '191131.992500', '191132.452500', '191132.912500', '191133.372500', '191133.832500', '191134.292500', '191134.752500', '191135.212500', '191135.672500', '191136.132500', '191136.592500', '191137.052500', '191137.512500', '191137.972500', '191138.432500', '191138.892500', '191139.352500', '191139.812500', '191140.272500', '191140.732500', '191141.192500', '191141.652500', '191142.112500', '191142.572500', '191143.032500', '191143.492500', '191143.952500', '191144.412500', '191144.872500', '191145.332500', '191145.792500', '191146.252500', '191146.712500', '191147.172500', '191147.632500', '191148.092500', '191148.552500', '191149.012500', '191149.472500', '191149.932500', '191150.392500', '191150.852500', '191151.312500', '191151.772500', '191152.232500', '191152.692500', '191153.152500', '191153.612500', '191154.072500', '191154.532500', '191154.992500', '191155.452500', '191155.912500', '191156.372500', '191156.832500', '191157.292500', '191157.752500', '191158.212500', '191158.672500', '191159.132500', '191159.592500', '191200.052500', '191200.512500', '191200.972500', '191201.432500', '191201.892500', '191202.352500', '191202.812500', '191203.272500', '191203.732500', '191204.192500', '191204.652500', '191205.112500', '191205.572500', '191206.032500', '191206.492500', '191206.952500', '191207.412500', '191207.872500', '191208.332500', '191208.792500', '191209.252500', '191209.712500', '191210.172500', '191210.632500', '191211.092500', '191211.552500', '191212.012500', '191212.472500', '191212.932500', '191213.392500', '191213.852500', '191214.312500', '191214.772500', '191215.232500', '191215.692500', '191216.152500', '191216.612500', '191217.072500', '191217.532500', '191217.992500', '191218.452500', '191218.912500', '191219.372500', '191219.832500', '191220.292500', '191220.752500', '191221.212500', '191221.672500', '191222.132500', '191222.592500', '191223.052500', '191223.512500', '191223.972500', '191224.432500', '191224.892500', '191225.352500', '191225.812500', '191226.272500', '191226.732500', '191227.192500', '191227.652500', '191228.112500', '191228.572500', '191229.032500', '191229.492500', '191229.952500', '191230.412500', '191230.872500', '191231.332500', '191231.792500', '191232.252500', '191232.712500', '191233.172500', '191233.632500', '191234.092500', '191234.552500', '191235.012500', '191235.472500', '191235.932500', '191236.392500', '191236.852500', '191237.312500', '191237.772500', '191238.232500', '191238.692500', '191239.152500', '191239.612500', '191240.072500', '191240.532500', '191240.992500', '191241.452500', '191241.912500', '191242.372500', '191242.832500', '191243.292500', '191243.752500', '191244.212500', '191244.672500', '191245.132500', '191245.592500', '191246.052500', '191246.512500', '191246.972500', '191247.432500', '191247.892500', '191248.352500', '191248.812500', '191249.272500', '191249.732500', '191250.192500', '191250.652500', '191251.112500', '191251.572500', '191252.032500', '191252.492500', '191252.952500', '191253.412500', '191253.872500', '191254.332500', '191254.792500', '191255.252500', '191255.712500', '191256.172500', '191256.632500', '191257.092500', '191257.552500', '191258.012500', '191258.472500', '191258.932500', '191259.392500', '191259.852500', '191300.312500', '191300.772500', '191301.232500', '191301.692500', '191302.152500', '191302.612500', '191303.072500', '191303.532500', '191303.992500', '191304.452500', '191304.912500', '191305.372500', '191305.832500', '191306.292500', '191306.752500', '191307.212500', '191307.672500', '191308.132500', '191308.592500', '191309.052500', '191309.512500', '191309.972500', '191310.432500', '191310.892500', '191311.352500', '191311.812500', '191312.272500', '191312.732500', '191313.192500', '191313.652500', '191314.112500', '191314.572500', '191315.032500', '191315.492500', '191315.952500', '191316.412500', '191316.872500', '191317.332500', '191317.792500', '191318.252500', '191318.712500', '191319.172500', '191319.632500', '191320.092500', '191320.552500', '191321.012500', '191321.472500', '191321.932500', '191322.392500', '191322.852500', '191323.312500', '191323.772500', '191324.232500', '191324.692500', '191325.152500', '191325.612500', '191326.072500', '191326.532500', '191326.992500', '191327.452500', '191327.912500', '191328.372500', '191328.832500', '191329.292500', '191329.752500', '191330.212500', '191330.672500', '191331.132500', '191331.592500', '191332.052500', '191332.512500', '191332.972500', '191333.432500', '191333.892500', '191334.352500', '191334.812500', '191335.272500', '191335.732500', '191336.192500', '191336.652500', '191337.112500', '191337.572500', '191338.032500', '191338.492500', '191338.952500', '191339.412500', '191339.872500', '191340.332500', '191340.792500', '191341.252500', '191341.712500', '191342.172500', '191342.632500', '191343.092500', '191343.552500', '191344.012500', '191344.472500', '191344.932500', '191345.392500', '191345.852500', '191346.312500', '191346.772500', '191347.232500', '191347.692500', '191348.152500', '191348.612500', '191349.072500', '191349.532500', '191349.992500', '191350.452500', '191350.912500', '191351.372500', '191351.832500', '191352.292500', '191352.752500', '191353.212500', '191353.672500', '191354.132500', '191354.592500', '191355.052500', '191355.512500', '191355.972500', '191356.432500', '191356.892500', '191357.352500', '191357.812500', '191358.272500', '191358.732500', '191359.192500', '191359.652500', '191400.112500', '191400.572500', '191401.032500', '191401.492500', '191401.952500', '191402.412500', '191402.872500', '191403.332500', '191403.792500', '191404.252500', '191404.712500', '191405.172500', '191405.632500', '191406.092500', '191406.552500', '191407.012500', '191407.472500', '191407.932500', '191408.392500', '191408.852500', '191409.312500', '191409.772500', '191410.232500', '191410.692500', '191411.152500', '191411.612500', '191412.072500', '191412.532500', '191412.992500', '191413.452500', '191413.912500', '191414.372500', '191414.832500', '191415.292500', '191415.752500', '191416.212500', '191416.672500', '191417.132500', '191417.592500', '191418.052500', '191418.512500', '191418.972500', '191419.432500', '191419.892500', '191420.352500', '191420.812500', '191421.272500', '191421.732500', '191422.192500', '191422.652500', '191423.112500', '191423.572500', '191424.032500', '191424.492500', '191424.952500', '191425.412500', '191425.872500', '191426.332500', '191426.792500', '191427.252500', '191427.712500', '191428.172500', '191428.632500', '191429.092500', '191429.552500', '191430.012500', '191430.472500', '191430.932500', '191431.392500', '191431.852500', '191432.312500', '191432.772500', '191433.232500', '191433.692500', '191434.152500', '191434.612500', '191435.072500', '191435.532500', '191435.992500', '191436.452500', '191436.912500', '191437.372500', '191437.832500', '191438.292500', '191438.752500', '191439.212500', '191439.672500', '191440.132500', '191440.592500', '191441.052500', '191441.512500', '191441.972500', '191442.432500', '191442.892500', '191443.352500', '191443.812500', '191444.272500', '191444.732500', '191445.192500', '191445.652500', '191446.112500', '191446.572500', '191447.032500', '191447.492500', '191447.952500', '191448.412500', '191448.872500', '191449.332500', '191449.792500', '191450.252500', '191450.712500', '191451.172500', '191451.632500', '191452.092500', '191452.552500', '191453.012500', '191453.472500', '191453.932500', '191454.392500', '191454.852500', '191455.312500', '191455.772500', '191456.232500', '191456.692500', '191457.152500', '191457.612500', '191458.072500', '191458.532500', '191458.992500', '191459.452500', '191459.912500', '191500.372500', '191500.832500', '191501.292500', '191501.752500', '191502.212500', '191502.672500', '191503.132500', '191503.592500', '191504.052500', '191504.512500', '191504.972500', '191505.432500', '191505.892500', '191506.352500', '191506.812500', '191507.272500', '191507.732500', '191508.192500', '191508.652500', '191509.112500', '191509.572500', '191510.032500', '191510.492500', '191510.952500', '191511.412500', '191511.872500', '191512.332500', '191512.792500', '191513.252500', '191513.712500', '191514.172500', '191514.632500', '191515.092500', '191515.552500', '191516.012500', '191516.472500', '191516.932500', '191517.392500', '191517.852500', '191518.312500', '191518.772500', '191519.232500', '191519.692500', '191520.152500', '191520.612500', '191521.072500', '191521.532500', '191521.992500', '191522.452500', '191522.912500', '191523.372500', '191523.832500', '191524.292500', '191524.752500', '191525.212500', '191525.672500', '191526.132500', '191526.592500', '191527.052500', '191527.512500', '191527.972500', '191528.432500', '191528.892500', '191529.352500', '191529.812500', '191530.272500', '191530.732500', '191531.192500', '191531.652500', '191532.112500', '191532.572500', '191533.032500', '191533.492500', '191533.952500', '191534.412500', '191534.872500', '191535.332500', '191535.792500', '191536.252500', '191536.712500', '191537.172500', '191537.632500', '191538.092500', '191538.552500', '191539.012500', '191539.472500', '191539.932500', '191540.392500', '191540.852500', '191541.312500', '191541.772500', '191542.232500', '191542.692500', '191543.152500', '191543.612500', '191544.072500', '191544.532500', '191544.992500', '191545.452500', '191545.912500', '191546.372500', '191546.832500', '191547.292500', '191547.752500', '191548.212500', '191548.672500', '191549.132500', '191549.592500', '191550.052500', '191550.512500', '191550.972500', '191551.432500', '191551.892500', '191552.352500', '191552.812500', '191553.272500', '191553.732500', '191554.192500', '191554.652500', '191555.112500', '191555.572500', '191556.032500', '191556.492500', '191556.952500', '191557.412500', '191557.872500', '191558.332500', '191558.792500', '191559.252500', '191559.712500', '191600.172500', '191600.632500', '191601.092500', '191601.552500', '191602.012500', '191602.472500', '191602.932500', '191603.392500', '191603.852500', '191604.312500', '191604.772500', '191605.232500', '191605.692500', '191606.152500', '191606.612500', '191607.072500', '191607.532500', '191607.992500', '191608.452500', '191608.912500', '191609.372500', '191609.832500', '191610.292500', '191610.752500', '191611.212500', '191611.672500', '191612.132500', '191612.592500', '191613.052500', '191613.512500', '191613.972500', '191614.432500', '191614.892500', '191615.352500', '191615.812500', '191616.272500', '191616.732500', '191617.192500', '191617.652500', '191618.112500', '191618.572500', '191619.032500', '191619.492500', '191619.952500', '191620.412500', '191620.872500', '191621.332500', '191621.792500', '191622.252500', '191622.712500', '191623.172500', '191623.632500', '191624.092500', '191624.552500', '191625.012500', '191625.472500', '191625.932500', '191626.392500', '191626.852500', '191627.312500', '191627.772500', '191628.232500', '191628.692500', '191629.152500', '191629.612500', '191630.072500', '191630.532500', '191630.992500', '191631.452500', '191631.912500', '191632.372500', '191632.832500', '191633.292500', '191633.752500', '191634.212500', '191634.672500', '191635.132500', '191635.592500', '191636.052500', '191636.512500', '191636.972500', '191637.432500', '191637.892500', '191638.352500'], 'ContentTime': ['191013.822000', '191013.825000', '191013.828000', '191013.830000', '191013.833000', '191013.835000', '191013.838000', '191013.840000', '191013.843000', '191013.845000', '191013.848000', '191013.850000', '191013.853000', '191013.856000', '191013.858000', '191013.861000', '191013.863000', '191013.866000', '191013.876000', '191013.879000', '191013.882000', '191013.884000', '191013.887000', '191013.889000', '191013.892000', '191013.894000', '191013.897000', '191013.900000', '191013.902000', '191013.905000', '191013.908000', '191013.910000', '191013.913000', '191033.793000', '191033.796000', '191033.799000', '191033.801000', '191033.804000', '191033.806000', '191033.809000', '191033.811000', '191033.814000', '191033.817000', '191033.819000', '191033.822000', '191033.824000', '191033.827000', '191033.829000', '191033.832000', '191033.834000', '191033.837000', '191033.839000', '191033.842000', '191033.844000', '191033.847000', '191033.857000', '191033.859000', '191033.862000', '191033.864000', '191033.867000', '191033.869000', '191033.872000', '191033.874000', '191033.877000', '191033.879000', '191033.882000', '191033.884000', '191033.887000', '191033.889000', '191033.892000', '191033.895000', '191033.897000', '191033.900000', '191033.902000', '191033.905000', '191033.908000', '191033.910000', '191053.793000', '191053.796000', '191053.799000', '191053.801000', '191053.804000', '191053.807000', '191053.809000', '191053.812000', '191053.814000', '191053.817000', '191053.820000', '191053.822000', '191053.825000', '191053.827000', '191053.837000', '191053.839000', '191053.842000', '191053.844000', '191053.847000', '191053.849000', '191053.852000', '191053.855000', '191053.857000', '191053.860000', '191053.862000', '191053.865000', '191053.867000', '191053.870000', '191053.872000', '191053.875000', '191053.877000', '191053.880000', '191053.882000', '191053.885000', '191053.887000', '191053.922000', '191053.924000', '191053.927000', '191053.930000', '191053.932000', '191053.935000', '191053.938000', '191053.941000', '191113.793000', '191113.796000', '191113.799000', '191113.907000', '191113.909000', '191113.912000', '191113.914000', '191113.917000', '191113.919000', '191113.922000', '191113.925000', '191113.927000', '191113.930000', '191113.932000', '191113.935000', '191113.937000', '191113.940000', '191113.943000', '191113.945000', '191113.948000', '191113.950000', '191113.953000', '191113.955000', '191113.958000', '191113.960000', '191113.963000', '191113.965000', '191113.968000', '191113.978000', '191113.981000', '191113.983000', '191113.986000', '191113.988000', '191113.991000', '191113.993000', '191113.996000', '191113.998000', '191114.002000', '191114.005000', '191114.007000', '191114.010000', '191114.012000', '191114.015000', '191114.017000', '191133.793000', '191133.796000', '191133.799000', '191133.801000', '191133.804000', '191133.807000', '191133.809000', '191133.812000', '191133.814000', '191133.817000', '191133.819000', '191133.822000', '191133.824000', '191133.827000', '191133.829000', '191133.832000', '191133.834000', '191133.837000', '191133.839000', '191133.842000', '191133.845000', '191133.847000', '191133.850000', '191133.852000', '191133.855000', '191133.857000', '191133.860000', '191133.862000', '191133.865000', '191133.867000', '191133.870000', '191133.872000', '191133.875000', '191133.878000', '191133.880000', '191133.883000', '191133.886000', '191133.888000', '191133.891000', '191133.893000', '191133.896000', '191133.898000', '191133.901000', '191153.794000', '191153.796000', '191153.799000', '191153.802000', '191153.804000', '191153.807000', '191153.809000', '191153.812000', '191153.815000', '191153.817000', '191153.820000', '191153.822000', '191153.825000', '191153.827000', '191153.830000', '191153.832000', '191153.835000', '191153.837000', '191153.841000', '191153.844000', '191153.846000', '191153.849000', '191153.851000', '191153.854000', '191153.856000', '191153.859000', '191153.862000', '191153.864000', '191153.867000', '191153.869000', '191153.872000', '191153.875000', '191153.877000', '191153.880000', '191153.882000', '191153.885000', '191153.887000', '191153.890000', '191153.892000', '191153.895000', '191153.898000', '191153.900000', '191153.903000', '191153.905000', '191213.794000', '191213.797000', '191213.800000', '191213.803000', '191213.805000', '191213.808000', '191213.810000', '191213.813000', '191213.816000', '191213.818000', '191213.821000', '191213.833000', '191213.835000', '191213.838000', '191213.840000', '191213.843000', '191213.846000', '191213.848000', '191213.851000', '191213.853000', '191213.856000', '191213.858000', '191213.861000', '191213.863000', '191213.866000', '191213.868000', '191213.871000', '191213.873000', '191213.876000', '191213.879000', '191213.881000', '191213.884000', '191213.886000', '191213.889000', '191213.891000', '191213.894000', '191213.897000', '191213.899000', '191213.902000', '191213.904000', '191213.907000', '191213.909000', '191213.912000', '191233.793000', '191233.796000', '191233.799000', '191233.802000', '191233.804000', '191233.807000', '191233.809000', '191233.812000', '191233.815000', '191233.817000', '191233.820000', '191233.822000', '191233.825000', '191233.827000', '191233.830000', '191233.832000', '191233.835000', '191233.838000', '191233.840000', '191233.843000', '191233.845000', '191233.848000', '191233.850000', '191233.853000', '191233.855000', '191233.858000', '191233.860000', '191233.863000', '191233.865000', '191233.868000', '191233.871000', '191233.891000', '191233.894000', '191233.896000', '191233.899000', '191233.901000', '191233.904000', '191233.906000', '191233.909000', '191233.911000', '191233.914000', '191233.917000', '191233.919000', '191233.922000', '191253.794000', '191253.796000', '191253.799000', '191253.802000', '191253.804000', '191253.807000', '191253.810000', '191253.812000', '191253.815000', '191253.817000', '191253.820000', '191253.822000', '191253.825000', '191253.827000', '191253.830000', '191253.833000', '191253.835000', '191253.838000', '191253.840000', '191253.843000', '191253.845000', '191253.848000', '191253.850000', '191253.853000', '191253.856000', '191253.858000', '191253.861000', '191253.863000', '191253.866000', '191253.868000', '191253.871000', '191253.874000', '191253.876000', '191253.879000', '191253.881000', '191253.884000', '191253.886000', '191253.889000', '191253.892000', '191253.894000', '191253.897000', '191253.899000', '191253.902000', '191313.793000', '191313.796000', '191313.799000', '191313.846000', '191313.849000', '191313.851000', '191313.854000', '191313.856000', '191313.859000', '191313.861000', '191313.864000', '191313.866000', '191313.869000', '191313.872000', '191313.875000', '191313.878000', '191313.881000', '191313.883000', '191313.886000', '191313.888000', '191313.891000', '191313.894000', '191313.896000', '191313.899000', '191313.901000', '191313.904000', '191313.906000', '191313.909000', '191313.912000', '191313.914000', '191313.917000', '191313.919000', '191313.922000', '191313.925000', '191313.927000', '191313.930000', '191313.932000', '191313.935000', '191313.937000', '191313.940000', '191313.942000', '191313.945000', '191313.947000', '191333.794000', '191333.796000', '191333.799000', '191333.820000', '191333.823000', '191333.825000', '191333.828000', '191333.831000', '191333.833000', '191333.836000', '191333.838000', '191333.841000', '191333.844000', '191333.846000', '191333.849000', '191333.851000', '191333.854000', '191333.857000', '191333.859000', '191333.862000', '191333.864000', '191333.867000', '191333.869000', '191333.872000', '191333.875000', '191333.877000', '191333.880000', '191333.882000', '191333.885000', '191333.888000', '191333.890000', '191333.893000', '191333.895000', '191333.898000', '191333.900000', '191333.903000', '191333.906000', '191333.908000', '191333.911000', '191333.914000', '191333.916000', '191333.919000', '191333.922000', '191333.925000', '191353.794000', '191353.797000', '191353.799000', '191353.839000', '191353.842000', '191353.844000', '191353.847000', '191353.850000', '191353.852000', '191353.855000', '191353.857000', '191353.860000', '191353.863000', '191353.866000', '191353.868000', '191353.871000', '191353.873000', '191353.876000', '191353.878000', '191353.881000', '191353.884000', '191353.886000', '191353.889000', '191353.891000', '191353.894000', '191353.896000', '191353.899000', '191353.901000', '191353.904000', '191353.907000', '191353.909000', '191353.912000', '191353.914000', '191353.917000', '191353.920000', '191353.922000', '191353.925000', '191353.927000', '191353.930000', '191353.933000', '191353.935000', '191353.938000', '191353.940000', '191413.795000', '191413.797000', '191413.800000', '191413.803000', '191413.805000', '191413.808000', '191413.810000', '191413.813000', '191413.815000', '191413.818000', '191413.821000', '191413.823000', '191413.826000', '191413.837000', '191413.840000', '191413.842000', '191413.845000', '191413.848000', '191413.850000', '191413.853000', '191413.855000', '191413.858000', '191413.860000', '191413.863000', '191413.866000', '191413.868000', '191413.871000', '191413.873000', '191413.876000', '191413.878000', '191413.881000', '191413.884000', '191413.886000', '191413.889000', '191413.891000', '191413.894000', '191413.896000', '191413.899000', '191413.901000', '191413.904000', '191413.906000', '191413.909000', '191413.912000', '191413.914000', '191433.795000', '191433.797000', '191433.800000', '191433.803000', '191433.805000', '191433.808000', '191433.810000', '191433.813000', '191433.816000', '191433.818000', '191433.821000', '191433.823000', '191433.826000', '191433.829000', '191433.831000', '191433.834000', '191433.836000', '191433.839000', '191433.842000', '191433.845000', '191433.848000', '191433.851000', '191433.853000', '191433.856000', '191433.858000', '191433.861000', '191433.864000', '191433.866000', '191433.869000', '191433.871000', '191433.874000', '191433.877000', '191433.879000', '191433.882000', '191433.884000', '191433.887000', '191433.889000', '191433.892000', '191433.894000', '191433.897000', '191433.899000', '191433.902000', '191433.905000', '191453.794000', '191453.797000', '191453.799000', '191453.818000', '191453.820000', '191453.823000', '191453.825000', '191453.828000', '191453.830000', '191453.833000', '191453.836000', '191453.838000', '191453.841000', '191453.843000', '191453.846000', '191453.848000', '191453.851000', '191453.854000', '191453.856000', '191453.859000', '191453.861000', '191453.864000', '191453.866000', '191453.869000', '191453.872000', '191453.874000', '191453.877000', '191453.879000', '191453.882000', '191453.885000', '191453.887000', '191453.890000', '191453.892000', '191453.895000', '191453.897000', '191453.900000', '191453.902000', '191453.905000', '191453.908000', '191453.910000', '191453.913000', '191453.915000', '191453.918000', '191453.920000', '191513.793000', '191513.796000', '191513.799000', '191513.857000', '191513.859000', '191513.862000', '191513.865000', '191513.867000', '191513.870000', '191513.872000', '191513.875000', '191513.877000', '191513.880000', '191513.882000', '191513.885000', '191513.888000', '191513.890000', '191513.893000', '191513.895000', '191513.898000', '191513.900000', '191513.903000', '191513.906000', '191513.908000', '191513.911000', '191513.914000', '191513.916000', '191513.919000', '191513.921000', '191513.924000', '191513.926000', '191513.929000', '191513.932000', '191513.934000', '191513.937000', '191513.939000', '191513.942000', '191513.944000', '191513.947000', '191513.950000', '191513.952000', '191513.955000', '191513.957000', '191533.793000', '191533.796000', '191533.799000', '191533.802000', '191533.804000', '191533.807000', '191533.809000', '191533.812000', '191533.814000', '191533.817000', '191533.820000', '191533.822000', '191533.825000', '191533.827000', '191533.830000', '191533.833000', '191533.835000', '191533.838000', '191533.840000', '191533.843000', '191533.845000', '191533.848000', '191533.850000', '191533.853000', '191533.856000', '191533.858000', '191533.861000', '191533.863000', '191533.866000', '191533.868000', '191533.871000', '191533.874000', '191533.876000', '191533.879000', '191533.881000', '191533.884000', '191533.886000', '191533.889000', '191533.903000', '191533.906000', '191533.909000', '191533.911000', '191533.914000', '191533.916000', '191553.793000', '191553.796000', '191553.799000', '191553.834000', '191553.836000', '191553.839000', '191553.841000', '191553.844000', '191553.847000', '191553.849000', '191553.852000', '191553.854000', '191553.857000', '191553.860000', '191553.862000', '191553.865000', '191553.867000', '191553.870000', '191553.873000', '191553.875000', '191553.878000', '191553.880000', '191553.883000', '191553.886000', '191553.888000', '191553.891000', '191553.893000', '191553.896000', '191553.898000', '191553.901000', '191553.904000', '191553.906000', '191553.909000', '191553.911000', '191553.914000', '191553.916000', '191553.919000', '191553.922000', '191553.924000', '191553.927000', '191553.929000', '191553.932000', '191553.935000', '191613.793000', '191613.796000', '191613.799000', '191613.820000', '191613.832000', '191613.835000', '191613.837000', '191613.840000', '191613.842000', '191613.845000', '191613.848000', '191613.850000', '191613.853000', '191613.855000', '191613.858000', '191613.861000', '191613.863000', '191613.866000', '191613.868000', '191613.871000', '191613.873000', '191613.876000', '191613.880000', '191613.882000', '191613.885000', '191613.888000', '191613.890000', '191613.893000', '191613.895000', '191613.898000', '191613.900000', '191613.903000', '191613.906000', '191613.908000', '191613.911000', '191613.913000', '191613.916000', '191613.918000', '191613.921000', '191613.924000', '191613.926000', '191613.929000', '191613.931000', '191613.934000', '191633.795000', '191633.797000', '191633.849000', '191633.852000', '191633.854000', '191633.857000', '191633.860000', '191633.863000', '191633.866000', '191633.869000', '191633.871000', '191633.874000', '191633.876000', '191633.879000', '191633.882000', '191633.884000', '191633.887000', '191633.889000', '191633.893000', '191633.896000', '191633.899000', '191633.901000', '191633.904000', '191633.907000', '191633.909000', '191633.912000', '191633.914000', '191633.917000', '191633.919000', '191633.922000', '191633.924000', '191633.927000', '191633.930000', '191633.932000', '191633.935000', '191633.937000', '191633.940000', '191633.943000', '191633.945000', '191633.948000', '191633.951000', '191633.953000', '191633.956000', '191639.351000', '191639.354000', '191639.357000', '191639.360000', '191639.363000', '191639.368000', '191639.372000', '191639.375000', '191639.378000', '191639.381000', '191639.383000', '191639.386000', '191639.389000'], 'InstanceCreationTime': ['191013.822000', '191013.825000', '191013.828000', '191013.830000', '191013.833000', '191013.835000', '191013.838000', '191013.840000', '191013.843000', '191013.845000', '191013.848000', '191013.850000', '191013.853000', '191013.856000', '191013.858000', '191013.861000', '191013.863000', '191013.866000', '191013.876000', '191013.879000', '191013.882000', '191013.884000', '191013.887000', '191013.889000', '191013.892000', '191013.894000', '191013.897000', '191013.900000', '191013.902000', '191013.905000', '191013.908000', '191013.910000', '191013.913000', '191033.793000', '191033.796000', '191033.799000', '191033.801000', '191033.804000', '191033.806000', '191033.809000', '191033.811000', '191033.814000', '191033.817000', '191033.819000', '191033.822000', '191033.824000', '191033.827000', '191033.829000', '191033.832000', '191033.834000', '191033.837000', '191033.839000', '191033.842000', '191033.844000', '191033.847000', '191033.857000', '191033.859000', '191033.862000', '191033.864000', '191033.867000', '191033.869000', '191033.872000', '191033.874000', '191033.877000', '191033.879000', '191033.882000', '191033.884000', '191033.887000', '191033.889000', '191033.892000', '191033.895000', '191033.897000', '191033.900000', '191033.902000', '191033.905000', '191033.908000', '191033.910000', '191053.793000', '191053.796000', '191053.799000', '191053.801000', '191053.804000', '191053.807000', '191053.809000', '191053.812000', '191053.814000', '191053.817000', '191053.820000', '191053.822000', '191053.825000', '191053.827000', '191053.837000', '191053.839000', '191053.842000', '191053.844000', '191053.847000', '191053.849000', '191053.852000', '191053.855000', '191053.857000', '191053.860000', '191053.862000', '191053.865000', '191053.867000', '191053.870000', '191053.872000', '191053.875000', '191053.877000', '191053.880000', '191053.882000', '191053.885000', '191053.887000', '191053.922000', '191053.924000', '191053.927000', '191053.930000', '191053.932000', '191053.935000', '191053.938000', '191053.941000', '191113.793000', '191113.796000', '191113.799000', '191113.907000', '191113.909000', '191113.912000', '191113.914000', '191113.917000', '191113.919000', '191113.922000', '191113.925000', '191113.927000', '191113.930000', '191113.932000', '191113.935000', '191113.937000', '191113.940000', '191113.943000', '191113.945000', '191113.948000', '191113.950000', '191113.953000', '191113.955000', '191113.958000', '191113.960000', '191113.963000', '191113.965000', '191113.968000', '191113.978000', '191113.981000', '191113.983000', '191113.986000', '191113.988000', '191113.991000', '191113.993000', '191113.996000', '191113.998000', '191114.002000', '191114.005000', '191114.007000', '191114.010000', '191114.012000', '191114.015000', '191114.017000', '191133.793000', '191133.796000', '191133.799000', '191133.801000', '191133.804000', '191133.807000', '191133.809000', '191133.812000', '191133.814000', '191133.817000', '191133.819000', '191133.822000', '191133.824000', '191133.827000', '191133.829000', '191133.832000', '191133.834000', '191133.837000', '191133.839000', '191133.842000', '191133.845000', '191133.847000', '191133.850000', '191133.852000', '191133.855000', '191133.857000', '191133.860000', '191133.862000', '191133.865000', '191133.867000', '191133.870000', '191133.872000', '191133.875000', '191133.878000', '191133.880000', '191133.883000', '191133.886000', '191133.888000', '191133.891000', '191133.893000', '191133.896000', '191133.898000', '191133.901000', '191153.794000', '191153.796000', '191153.799000', '191153.802000', '191153.804000', '191153.807000', '191153.809000', '191153.812000', '191153.815000', '191153.817000', '191153.820000', '191153.822000', '191153.825000', '191153.827000', '191153.830000', '191153.832000', '191153.835000', '191153.837000', '191153.841000', '191153.844000', '191153.846000', '191153.849000', '191153.851000', '191153.854000', '191153.856000', '191153.859000', '191153.862000', '191153.864000', '191153.867000', '191153.869000', '191153.872000', '191153.875000', '191153.877000', '191153.880000', '191153.882000', '191153.885000', '191153.887000', '191153.890000', '191153.892000', '191153.895000', '191153.898000', '191153.900000', '191153.903000', '191153.905000', '191213.794000', '191213.797000', '191213.800000', '191213.803000', '191213.805000', '191213.808000', '191213.810000', '191213.813000', '191213.816000', '191213.818000', '191213.821000', '191213.833000', '191213.835000', '191213.838000', '191213.840000', '191213.843000', '191213.846000', '191213.848000', '191213.851000', '191213.853000', '191213.856000', '191213.858000', '191213.861000', '191213.863000', '191213.866000', '191213.868000', '191213.871000', '191213.873000', '191213.876000', '191213.879000', '191213.881000', '191213.884000', '191213.886000', '191213.889000', '191213.891000', '191213.894000', '191213.897000', '191213.899000', '191213.902000', '191213.904000', '191213.907000', '191213.909000', '191213.912000', '191233.793000', '191233.796000', '191233.799000', '191233.802000', '191233.804000', '191233.807000', '191233.809000', '191233.812000', '191233.815000', '191233.817000', '191233.820000', '191233.822000', '191233.825000', '191233.827000', '191233.830000', '191233.832000', '191233.835000', '191233.838000', '191233.840000', '191233.843000', '191233.845000', '191233.848000', '191233.850000', '191233.853000', '191233.855000', '191233.858000', '191233.860000', '191233.863000', '191233.865000', '191233.868000', '191233.871000', '191233.891000', '191233.894000', '191233.896000', '191233.899000', '191233.901000', '191233.904000', '191233.906000', '191233.909000', '191233.911000', '191233.914000', '191233.917000', '191233.919000', '191233.922000', '191253.794000', '191253.796000', '191253.799000', '191253.802000', '191253.804000', '191253.807000', '191253.810000', '191253.812000', '191253.815000', '191253.817000', '191253.820000', '191253.822000', '191253.825000', '191253.827000', '191253.830000', '191253.833000', '191253.835000', '191253.838000', '191253.840000', '191253.843000', '191253.845000', '191253.848000', '191253.850000', '191253.853000', '191253.856000', '191253.858000', '191253.861000', '191253.863000', '191253.866000', '191253.868000', '191253.871000', '191253.874000', '191253.876000', '191253.879000', '191253.881000', '191253.884000', '191253.886000', '191253.889000', '191253.892000', '191253.894000', '191253.897000', '191253.899000', '191253.902000', '191313.793000', '191313.796000', '191313.799000', '191313.846000', '191313.849000', '191313.851000', '191313.854000', '191313.856000', '191313.859000', '191313.861000', '191313.864000', '191313.866000', '191313.869000', '191313.872000', '191313.875000', '191313.878000', '191313.881000', '191313.883000', '191313.886000', '191313.888000', '191313.891000', '191313.894000', '191313.896000', '191313.899000', '191313.901000', '191313.904000', '191313.906000', '191313.909000', '191313.912000', '191313.914000', '191313.917000', '191313.919000', '191313.922000', '191313.925000', '191313.927000', '191313.930000', '191313.932000', '191313.935000', '191313.937000', '191313.940000', '191313.942000', '191313.945000', '191313.947000', '191333.794000', '191333.796000', '191333.799000', '191333.820000', '191333.823000', '191333.825000', '191333.828000', '191333.831000', '191333.833000', '191333.836000', '191333.838000', '191333.841000', '191333.844000', '191333.846000', '191333.849000', '191333.851000', '191333.854000', '191333.857000', '191333.859000', '191333.862000', '191333.864000', '191333.867000', '191333.869000', '191333.872000', '191333.875000', '191333.877000', '191333.880000', '191333.882000', '191333.885000', '191333.888000', '191333.890000', '191333.893000', '191333.895000', '191333.898000', '191333.900000', '191333.903000', '191333.906000', '191333.908000', '191333.911000', '191333.914000', '191333.916000', '191333.919000', '191333.922000', '191333.925000', '191353.794000', '191353.797000', '191353.799000', '191353.839000', '191353.842000', '191353.844000', '191353.847000', '191353.850000', '191353.852000', '191353.855000', '191353.857000', '191353.860000', '191353.863000', '191353.866000', '191353.868000', '191353.871000', '191353.873000', '191353.876000', '191353.878000', '191353.881000', '191353.884000', '191353.886000', '191353.889000', '191353.891000', '191353.894000', '191353.896000', '191353.899000', '191353.901000', '191353.904000', '191353.907000', '191353.909000', '191353.912000', '191353.914000', '191353.917000', '191353.920000', '191353.922000', '191353.925000', '191353.927000', '191353.930000', '191353.933000', '191353.935000', '191353.938000', '191353.940000', '191413.795000', '191413.797000', '191413.800000', '191413.803000', '191413.805000', '191413.808000', '191413.810000', '191413.813000', '191413.815000', '191413.818000', '191413.821000', '191413.823000', '191413.826000', '191413.837000', '191413.840000', '191413.842000', '191413.845000', '191413.848000', '191413.850000', '191413.853000', '191413.855000', '191413.858000', '191413.860000', '191413.863000', '191413.866000', '191413.868000', '191413.871000', '191413.873000', '191413.876000', '191413.878000', '191413.881000', '191413.884000', '191413.886000', '191413.889000', '191413.891000', '191413.894000', '191413.896000', '191413.899000', '191413.901000', '191413.904000', '191413.906000', '191413.909000', '191413.912000', '191413.914000', '191433.795000', '191433.797000', '191433.800000', '191433.803000', '191433.805000', '191433.808000', '191433.810000', '191433.813000', '191433.816000', '191433.818000', '191433.821000', '191433.823000', '191433.826000', '191433.829000', '191433.831000', '191433.834000', '191433.836000', '191433.839000', '191433.842000', '191433.845000', '191433.848000', '191433.851000', '191433.853000', '191433.856000', '191433.858000', '191433.861000', '191433.864000', '191433.866000', '191433.869000', '191433.871000', '191433.874000', '191433.877000', '191433.879000', '191433.882000', '191433.884000', '191433.887000', '191433.889000', '191433.892000', '191433.894000', '191433.897000', '191433.899000', '191433.902000', '191433.905000', '191453.794000', '191453.797000', '191453.799000', '191453.818000', '191453.820000', '191453.823000', '191453.825000', '191453.828000', '191453.830000', '191453.833000', '191453.836000', '191453.838000', '191453.841000', '191453.843000', '191453.846000', '191453.848000', '191453.851000', '191453.854000', '191453.856000', '191453.859000', '191453.861000', '191453.864000', '191453.866000', '191453.869000', '191453.872000', '191453.874000', '191453.877000', '191453.879000', '191453.882000', '191453.885000', '191453.887000', '191453.890000', '191453.892000', '191453.895000', '191453.897000', '191453.900000', '191453.902000', '191453.905000', '191453.908000', '191453.910000', '191453.913000', '191453.915000', '191453.918000', '191453.920000', '191513.793000', '191513.796000', '191513.799000', '191513.857000', '191513.859000', '191513.862000', '191513.865000', '191513.867000', '191513.870000', '191513.872000', '191513.875000', '191513.877000', '191513.880000', '191513.882000', '191513.885000', '191513.888000', '191513.890000', '191513.893000', '191513.895000', '191513.898000', '191513.900000', '191513.903000', '191513.906000', '191513.908000', '191513.911000', '191513.914000', '191513.916000', '191513.919000', '191513.921000', '191513.924000', '191513.926000', '191513.929000', '191513.932000', '191513.934000', '191513.937000', '191513.939000', '191513.942000', '191513.944000', '191513.947000', '191513.950000', '191513.952000', '191513.955000', '191513.957000', '191533.793000', '191533.796000', '191533.799000', '191533.802000', '191533.804000', '191533.807000', '191533.809000', '191533.812000', '191533.814000', '191533.817000', '191533.820000', '191533.822000', '191533.825000', '191533.827000', '191533.830000', '191533.833000', '191533.835000', '191533.838000', '191533.840000', '191533.843000', '191533.845000', '191533.848000', '191533.850000', '191533.853000', '191533.856000', '191533.858000', '191533.861000', '191533.863000', '191533.866000', '191533.868000', '191533.871000', '191533.874000', '191533.876000', '191533.879000', '191533.881000', '191533.884000', '191533.886000', '191533.889000', '191533.903000', '191533.906000', '191533.909000', '191533.911000', '191533.914000', '191533.916000', '191553.793000', '191553.796000', '191553.799000', '191553.834000', '191553.836000', '191553.839000', '191553.841000', '191553.844000', '191553.847000', '191553.849000', '191553.852000', '191553.854000', '191553.857000', '191553.860000', '191553.862000', '191553.865000', '191553.867000', '191553.870000', '191553.873000', '191553.875000', '191553.878000', '191553.880000', '191553.883000', '191553.886000', '191553.888000', '191553.891000', '191553.893000', '191553.896000', '191553.898000', '191553.901000', '191553.904000', '191553.906000', '191553.909000', '191553.911000', '191553.914000', '191553.916000', '191553.919000', '191553.922000', '191553.924000', '191553.927000', '191553.929000', '191553.932000', '191553.935000', '191613.793000', '191613.796000', '191613.799000', '191613.820000', '191613.832000', '191613.835000', '191613.837000', '191613.840000', '191613.842000', '191613.845000', '191613.848000', '191613.850000', '191613.853000', '191613.855000', '191613.858000', '191613.861000', '191613.863000', '191613.866000', '191613.868000', '191613.871000', '191613.873000', '191613.876000', '191613.880000', '191613.882000', '191613.885000', '191613.888000', '191613.890000', '191613.893000', '191613.895000', '191613.898000', '191613.900000', '191613.903000', '191613.906000', '191613.908000', '191613.911000', '191613.913000', '191613.916000', '191613.918000', '191613.921000', '191613.924000', '191613.926000', '191613.929000', '191613.931000', '191613.934000', '191633.795000', '191633.797000', '191633.849000', '191633.852000', '191633.854000', '191633.857000', '191633.860000', '191633.863000', '191633.866000', '191633.869000', '191633.871000', '191633.874000', '191633.876000', '191633.879000', '191633.882000', '191633.884000', '191633.887000', '191633.889000', '191633.893000', '191633.896000', '191633.899000', '191633.901000', '191633.904000', '191633.907000', '191633.909000', '191633.912000', '191633.914000', '191633.917000', '191633.919000', '191633.922000', '191633.924000', '191633.927000', '191633.930000', '191633.932000', '191633.935000', '191633.937000', '191633.940000', '191633.943000', '191633.945000', '191633.948000', '191633.951000', '191633.953000', '191633.956000', '191639.351000', '191639.354000', '191639.357000', '191639.360000', '191639.363000', '191639.368000', '191639.372000', '191639.375000', '191639.378000', '191639.381000', '191639.383000', '191639.386000', '191639.389000'], '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': [17227, 10656, 15378, 10023, 13996, 10627, 11271, 15474, 9876, 14470, 9642, 14153, 9452, 12756, 8105, 11223, 9212, 11710, 13228, 10868, 17897, 10426, 14976, 9976, 14808, 10205, 13749, 12266, 11774, 18168, 10710, 16217, 10438, 15139, 8623, 12816, 9070, 11661, 15118, 10384, 17463, 10698, 14172, 9325, 13064, 9190, 11854, 16742, 11602, 18020, 11414, 15364, 9570, 13182, 9736, 12084, 18790, 11739, 16855, 10205, 13740, 9324, 11729, 14858, 10417, 17990, 10832, 15338, 9105, 13055, 10643, 11363, 18154, 11572, 16065, 9162, 12993, 9115, 12458, 14588, 11969, 17905, 11066, 16321, 9893, 14525, 10107, 14291, 12163, 12530, 18151, 10580, 15038, 10595, 16154, 10293, 15520, 8811, 13267, 9645, 12384, 16409, 11918, 19576, 11602, 15878, 10032, 13338, 9893, 13026, 15580, 11999, 19348, 10910, 14606, 9238, 12156, 8333, 13019, 9467, 12227, 10941, 11125, 17491, 10921, 16688, 11252, 15971, 9470, 13151, 14316, 11045, 18109, 11860, 16762, 10623, 15120, 10180, 12347, 9320, 14945, 9517, 15887, 10958, 17702, 10432, 15159, 9756, 14592, 11976, 13932, 18608, 12767, 17196, 10377, 13402, 9646, 12831, 8878, 14632, 9039, 13699, 9401, 11310, 15584, 10594, 17858, 11765, 16721, 9931, 14627, 10177, 12619, 19284, 12284, 16797, 10785, 14463, 9799, 11945, 10864, 10997, 15261, 11100, 14959, 9818, 15120, 9520, 13573, 9921, 15868, 10306, 14197, 17389, 10401, 16049, 10392, 14984, 10081, 13866, 12334, 11176, 18137, 10536, 14918, 10635, 14803, 9931, 13561, 8687, 11684, 9561, 10838, 17596, 11461, 17202, 10335, 14458, 9951, 13212, 9472, 14141, 14072, 12257, 19199, 10855, 14998, 10380, 15104, 10185, 14540, 12381, 11947, 17222, 10605, 14647, 10294, 14691, 9141, 13063, 8995, 11401, 17362, 10603, 16509, 11230, 15874, 9558, 13579, 9784, 12615, 15999, 12077, 19567, 11960, 15603, 10095, 13021, 9879, 11924, 11785, 11569, 12807, 10458, 17459, 10504, 14584, 10331, 15476, 10019, 13895, 13777, 11151, 17600, 11929, 16538, 10858, 14892, 9728, 12751, 12056, 11703, 17697, 12688, 18008, 10554, 14374, 9618, 14509, 11062, 13991, 16030, 11532, 17969, 11558, 16461, 11432, 15579, 9796, 14936, 10206, 12473, 16562, 12729, 18588, 11753, 15621, 11027, 11543, 10717, 9857, 10608, 20122, 11649, 15447, 9700, 13025, 10556, 11016, 17915, 10804, 16208, 10543, 15042, 9986, 15406, 9902, 15719, 9575, 14224, 9254, 12768, 9267, 11242, 13624, 10735, 14474, 10650, 13613, 9712, 14779, 9810, 13891, 9275, 13036, 9240, 12184, 8567, 11623, 9279, 11937, 9326, 9720, 15706, 9326, 14088, 9425, 13026, 9189, 10370, 13793, 9451, 16074, 9646, 13677, 9791, 11172, 14970, 9429, 14490, 9030, 12617, 8463, 11935, 9376, 10546, 16631, 9396, 13457, 9385, 11790, 15804, 10367, 16797, 10304, 13912, 9384, 12118, 10794, 11620, 16597, 11089, 17900, 10236, 14397, 9974, 12181, 14699, 11711, 19106, 12270, 15811, 12272, 12423, 9751, 9851, 12666, 12550, 13518, 10326, 13299, 15266, 12073, 18905, 12081, 17194, 11869, 15415, 8950, 12232, 8987, 10973, 16743, 10495, 16099, 10405, 14018, 9203, 12069, 8523, 11843, 8388, 13635, 9920, 14304, 13892, 12205, 17724, 12841, 16579, 10660, 13960, 13945, 12037, 19051, 10459, 15133, 10278, 14123, 9167, 11757, 12029, 9697, 14865, 10102, 14578, 8888, 12473, 9179, 10703, 16921, 11677, 17168, 10747, 15162, 10432, 13595, 17493, 12376, 18336, 11454, 15564, 9729, 13999, 10603, 12533, 15835, 10779, 16870, 9954, 14146, 8889, 12267, 9733, 11031, 17548, 9747, 14396, 9036, 12323, 10260, 10966, 18001, 9826, 15225, 9509, 12545, 9936, 11330, 18482, 11811, 16498, 9588, 13581, 9053, 12177, 10395, 11094, 17823, 9701, 13699, 10969, 10922, 18398, 11320, 15540, 9287, 13526, 9648, 12198, 15409, 12125, 18848, 11078, 15355, 9597, 13051, 13904, 11708, 19695, 11473, 15516, 9552, 13022, 9567, 11694, 13643, 10210, 17787, 9555, 14215, 9133, 13449, 9422, 14142, 10978, 13356, 14836, 11346, 18229, 11328, 16832, 11008, 17417, 9849, 15016, 9839, 12714, 14346, 10275, 16793, 10718, 15936, 10210, 14307, 9060, 11542, 11303, 10569, 16490, 11332, 16754, 10096, 14940, 9843, 15047, 9377, 11773, 9394, 15754, 10690, 13546, 10261, 17810, 11905, 16907, 15468, 15360, 17856, 13483, 13697, 10678, 14787, 8796, 13473, 8671, 15366, 10350, 13139, 15748, 12041, 18617, 11290, 15262, 9776, 13744, 8737, 12496, 7966, 11385, 7846, 11780, 8409, 10493, 9035, 9999, 16175, 9917, 14325, 9340, 12982, 8841, 11240, 10230, 10535, 15340, 10592, 16157, 9127, 13320, 9036, 12393, 8312, 11430, 9026, 9641, 16467, 10007, 15222, 10391, 14292, 8712, 12067, 9053, 10482, 13990, 10448, 16935, 10108, 14842, 9242, 12929, 11663, 11477, 18001, 11889, 16910, 9843, 13513, 9472, 13255, 9033, 14331, 9683, 13007, 15964, 10587, 17091, 11740, 16935, 10419, 14424, 10291, 12916, 15278, 12006, 19537, 13588, 17431, 11142, 17146, 10927, 15757, 11234, 16772, 9968, 14840, 9386, 12946, 13925, 11639, 17930, 12879, 16579, 10946, 17711, 10474, 14914, 10210, 14857, 10461, 15155, 8671, 13163, 8834, 11972, 13486, 10834, 17674, 11898, 16745, 10021, 15316, 9283, 14326, 9781, 13899, 9276, 13253, 8395, 11304, 8942, 10990, 14585, 10841, 17269, 10454, 14407, 9115, 12812, 12748, 10600, 18335, 10861, 15071, 9991, 12071, 15944, 10861, 17643, 10880, 14774, 9459, 12380, 8492, 11312, 9125, 10771, 8187, 10149, 9321, 10134, 15179, 10476, 15395, 10476, 14458, 10110, 12940, 15079, 11026, 17962, 12187, 16210, 10216, 14172, 9039, 13256, 9346, 12439, 12703, 12028, 15367, 10416, 18255, 11086, 15430, 9749, 12334, 13221, 11242, 19428, 11098, 15245, 9058, 11503, 8506, 10815, 9957, 9828, 16205, 9727, 14520, 10320, 14131, 9109, 11969, 14307, 9798, 17733, 10446, 14689, 9652, 12630, 8941, 10430, 17291, 10171, 15200, 10770, 14310, 8190, 11589, 8573, 11314, 9774, 11787, 8958, 11282, 10317, 13986, 9637, 15063, 11189, 16775, 13018, 16704, 11605, 16662, 10393, 15275, 14323, 13519, 19190, 12618, 17096, 10584, 14938, 10145, 12366, 9386, 7963, 10154, 7236, 14058, 14066, 10334, 17175, 10035, 14526, 11071, 11846, 18820, 11706, 16014, 10130, 14478, 11925, 12017, 18557, 11001, 15004, 9905, 12041, 8407, 9795, 10639, 9753, 13256, 9265, 15077, 9035], 'WindowCenter': [4156.0, 4099.0, 4117.0, 4071.0, 4104.0, 4070.0, 4079.0, 4101.0, 4068.0, 4099.0, 4071.0, 4102.0, 4070.0, 4104.0, 4063.0, 4093.0, 4072.0, 4095.0, 4105.0, 4095.0, 4127.0, 4096.0, 4115.0, 4072.0, 4115.0, 4083.0, 4106.0, 4094.0, 4093.0, 4124.0, 4083.0, 4114.0, 4083.0, 4102.0, 4063.0, 4103.0, 4071.0, 4094.0, 4114.0, 4084.0, 4125.0, 4095.0, 4116.0, 4084.0, 4105.0, 4073.0, 4106.0, 4125.0, 4105.0, 4125.0, 4094.0, 4116.0, 4085.0, 4105.0, 4069.0, 4103.0, 4126.0, 4095.0, 4126.0, 4082.0, 4116.0, 4071.0, 4103.0, 4115.0, 4094.0, 4126.0, 4096.0, 4127.0, 4075.0, 4105.0, 4093.0, 4106.0, 4137.0, 4105.0, 4117.0, 4085.0, 4104.0, 4073.0, 4105.0, 4115.0, 4105.0, 4127.0, 4096.0, 4127.0, 4084.0, 4114.0, 4082.0, 4117.0, 4104.0, 4105.0, 4127.0, 4083.0, 4113.0, 4093.0, 4113.0, 4081.0, 4114.0, 4085.0, 4104.0, 4085.0, 4106.0, 4115.0, 4095.0, 4124.0, 4094.0, 4115.0, 4083.0, 4092.0, 4070.0, 4090.0, 4112.0, 4092.0, 4124.0, 4080.0, 4101.0, 4070.0, 4091.0, 4060.0, 4103.0, 4072.0, 4094.0, 4091.0, 4094.0, 4125.0, 4094.0, 4115.0, 4092.0, 4114.0, 4073.0, 4103.0, 4102.0, 4081.0, 4113.0, 4091.0, 4114.0, 4094.0, 4128.0, 4081.0, 4103.0, 4084.0, 4126.0, 4096.0, 4129.0, 4108.0, 4140.0, 4106.0, 4117.0, 4084.0, 4115.0, 4093.0, 4115.0, 4125.0, 4103.0, 4114.0, 4082.0, 4102.0, 4072.0, 4091.0, 4058.0, 4103.0, 4071.0, 4115.0, 4084.0, 4095.0, 4114.0, 4094.0, 4126.0, 4094.0, 4115.0, 4084.0, 4115.0, 4082.0, 4093.0, 4124.0, 4091.0, 4111.0, 4079.0, 4100.0, 4069.0, 4090.0, 4079.0, 4080.0, 4112.0, 4092.0, 4114.0, 4084.0, 4116.0, 4083.0, 4116.0, 4085.0, 4128.0, 4096.0, 4117.0, 4127.0, 4084.0, 4114.0, 4081.0, 4102.0, 4070.0, 4102.0, 4091.0, 4081.0, 4113.0, 4080.0, 4100.0, 4080.0, 4101.0, 4070.0, 4102.0, 4072.0, 4094.0, 4072.0, 4082.0, 4125.0, 4093.0, 4126.0, 4085.0, 4116.0, 4084.0, 4105.0, 4083.0, 4116.0, 4114.0, 4094.0, 4127.0, 4093.0, 4114.0, 4081.0, 4103.0, 4069.0, 4103.0, 4091.0, 4092.0, 4112.0, 4079.0, 4101.0, 4081.0, 4102.0, 4071.0, 4102.0, 4073.0, 4093.0, 4113.0, 4083.0, 4114.0, 4093.0, 4113.0, 4084.0, 4105.0, 4083.0, 4104.0, 4114.0, 4093.0, 4125.0, 4094.0, 4115.0, 4094.0, 4104.0, 4082.0, 4094.0, 4104.0, 4106.0, 4104.0, 4097.0, 4137.0, 4093.0, 4116.0, 4094.0, 4127.0, 4085.0, 4117.0, 4116.0, 4096.0, 4126.0, 4106.0, 4128.0, 4093.0, 4114.0, 4071.0, 4103.0, 4092.0, 4104.0, 4125.0, 4105.0, 4126.0, 4095.0, 4113.0, 4072.0, 4116.0, 4092.0, 4105.0, 4115.0, 4091.0, 4114.0, 4082.0, 4113.0, 4080.0, 4112.0, 4069.0, 4101.0, 4069.0, 4092.0, 4112.0, 4089.0, 4112.0, 4091.0, 4084.0, 4053.0, 4052.0, 4056.0, 4056.0, 4069.0, 4112.0, 4080.0, 4101.0, 4054.0, 4076.0, 4066.0, 4066.0, 4110.0, 4077.0, 4097.0, 4064.0, 4073.0, 4037.0, 4070.0, 4028.0, 4070.0, 4028.0, 4058.0, 4029.0, 4048.0, 4015.0, 4036.0, 4044.0, 4034.0, 4055.0, 4035.0, 4056.0, 4025.0, 4055.0, 4026.0, 4057.0, 4028.0, 4058.0, 4027.0, 4048.0, 4029.0, 4062.0, 4040.0, 4062.0, 4043.0, 4053.0, 4085.0, 4042.0, 4084.0, 4052.0, 4074.0, 4054.0, 4064.0, 4084.0, 4054.0, 4096.0, 4054.0, 4087.0, 4053.0, 4076.0, 4097.0, 4055.0, 4087.0, 4056.0, 4089.0, 4059.0, 4090.0, 4069.0, 4082.0, 4112.0, 4071.0, 4100.0, 4069.0, 4104.0, 4112.0, 4080.0, 4114.0, 4081.0, 4101.0, 4068.0, 4091.0, 4079.0, 4094.0, 4122.0, 4092.0, 4125.0, 4082.0, 4113.0, 4081.0, 4104.0, 4125.0, 4119.0, 4139.0, 4120.0, 4115.0, 4108.0, 4118.0, 4085.0, 4085.0, 4118.0, 4107.0, 4118.0, 4097.0, 4117.0, 4116.0, 4094.0, 4125.0, 4092.0, 4114.0, 4092.0, 4104.0, 4073.0, 4093.0, 4070.0, 4082.0, 4111.0, 4081.0, 4113.0, 4080.0, 4102.0, 4084.0, 4103.0, 4075.0, 4106.0, 4073.0, 4117.0, 4086.0, 4118.0, 4117.0, 4107.0, 4126.0, 4105.0, 4129.0, 4096.0, 4107.0, 4104.0, 4094.0, 4125.0, 4083.0, 4103.0, 4071.0, 4101.0, 4071.0, 4094.0, 4102.0, 4083.0, 4114.0, 4095.0, 4116.0, 4074.0, 4106.0, 4083.0, 4097.0, 4127.0, 4106.0, 4127.0, 4097.0, 4115.0, 4084.0, 4105.0, 4114.0, 4092.0, 4114.0, 4081.0, 4102.0, 4058.0, 4090.0, 4067.0, 4079.0, 4098.0, 4067.0, 4099.0, 4067.0, 4087.0, 4057.0, 4078.0, 4069.0, 4080.0, 4110.0, 4067.0, 4099.0, 4058.0, 4091.0, 4069.0, 4082.0, 4124.0, 4083.0, 4101.0, 4069.0, 4091.0, 4069.0, 4081.0, 4112.0, 4091.0, 4113.0, 4082.0, 4102.0, 4069.0, 4093.0, 4082.0, 4094.0, 4123.0, 4072.0, 4104.0, 4093.0, 4094.0, 4127.0, 4095.0, 4125.0, 4086.0, 4115.0, 4084.0, 4106.0, 4115.0, 4104.0, 4126.0, 4094.0, 4114.0, 4083.0, 4104.0, 4103.0, 4093.0, 4124.0, 4092.0, 4114.0, 4072.0, 4101.0, 4069.0, 4093.0, 4114.0, 4097.0, 4137.0, 4086.0, 4115.0, 4085.0, 4116.0, 4085.0, 4117.0, 4094.0, 4117.0, 4116.0, 4095.0, 4126.0, 4093.0, 4115.0, 4083.0, 4113.0, 4069.0, 4104.0, 4069.0, 4091.0, 4089.0, 4069.0, 4112.0, 4080.0, 4112.0, 4079.0, 4102.0, 4071.0, 4092.0, 4080.0, 4080.0, 4112.0, 4092.0, 4126.0, 4083.0, 4112.0, 4069.0, 4101.0, 4082.0, 4090.0, 4058.0, 4099.0, 4081.0, 4087.0, 4081.0, 4122.0, 4106.0, 4127.0, 4113.0, 4102.0, 4112.0, 4089.0, 4100.0, 4067.0, 4088.0, 4049.0, 4087.0, 4045.0, 4086.0, 4050.0, 4062.0, 4060.0, 4036.0, 4070.0, 4037.0, 4057.0, 4025.0, 4058.0, 4016.0, 4046.0, 4006.0, 4036.0, 4018.0, 4062.0, 4020.0, 4040.0, 4027.0, 4041.0, 4084.0, 4041.0, 4073.0, 4042.0, 4073.0, 4030.0, 4064.0, 4053.0, 4065.0, 4086.0, 4066.0, 4098.0, 4057.0, 4088.0, 4057.0, 4089.0, 4048.0, 4080.0, 4059.0, 4071.0, 4112.0, 4071.0, 4102.0, 4081.0, 4101.0, 4062.0, 4092.0, 4071.0, 4093.0, 4114.0, 4095.0, 4126.0, 4085.0, 4116.0, 4074.0, 4104.0, 4093.0, 4095.0, 4126.0, 4095.0, 4126.0, 4084.0, 4116.0, 4086.0, 4117.0, 4087.0, 4132.0, 4087.0, 4121.0, 4128.0, 4096.0, 4127.0, 4106.0, 4128.0, 4095.0, 4117.0, 4095.0, 4106.0, 4114.0, 4105.0, 4137.0, 4105.0, 4127.0, 4095.0, 4126.0, 4094.0, 4114.0, 4093.0, 4115.0, 4084.0, 4104.0, 4069.0, 4093.0, 4100.0, 4080.0, 4111.0, 4089.0, 4100.0, 4079.0, 4111.0, 4069.0, 4100.0, 4069.0, 4100.0, 4080.0, 4100.0, 4060.0, 4090.0, 4059.0, 4078.0, 4085.0, 4067.0, 4099.0, 4078.0, 4112.0, 4067.0, 4100.0, 4054.0, 4087.0, 4067.0, 4087.0, 4056.0, 4089.0, 4058.0, 4079.0, 4057.0, 4079.0, 4100.0, 4080.0, 4111.0, 4080.0, 4099.0, 4070.0, 4092.0, 4090.0, 4070.0, 4110.0, 4078.0, 4099.0, 4066.0, 4093.0, 4098.0, 4067.0, 4098.0, 4067.0, 4098.0, 4068.0, 4088.0, 4057.0, 4106.0, 4070.0, 4092.0, 4061.0, 4082.0, 4082.0, 4095.0, 4115.0, 4096.0, 4127.0, 4095.0, 4117.0, 4096.0, 4106.0, 4113.0, 4091.0, 4126.0, 4092.0, 4113.0, 4081.0, 4100.0, 4069.0, 4102.0, 4072.0, 4102.0, 4103.0, 4104.0, 4113.0, 4082.0, 4124.0, 4091.0, 4111.0, 4068.0, 4092.0, 4087.0, 4077.0, 4109.0, 4067.0, 4099.0, 4056.0, 4076.0, 4045.0, 4079.0, 4067.0, 4071.0, 4109.0, 4070.0, 4112.0, 4082.0, 4103.0, 4072.0, 4103.0, 4101.0, 4097.0, 4124.0, 4080.0, 4115.0, 4070.0, 4092.0, 4059.0, 4069.0, 4110.0, 4067.0, 4098.0, 4079.0, 4100.0, 4059.0, 4091.0, 4060.0, 4092.0, 4081.0, 4106.0, 4085.0, 4122.0, 4084.0, 4128.0, 4097.0, 4129.0, 4108.0, 4128.0, 4119.0, 4142.0, 4111.0, 4130.0, 4097.0, 4116.0, 4102.0, 4091.0, 4111.0, 4079.0, 4099.0, 4069.0, 4100.0, 4056.0, 4078.0, 4058.0, 4059.0, 4093.0, 4065.0, 4129.0, 4113.0, 4083.0, 4124.0, 4082.0, 4115.0, 4094.0, 4092.0, 4114.0, 4080.0, 4101.0, 4056.0, 4076.0, 4064.0, 4061.0, 4084.0, 4052.0, 4072.0, 4054.0, 4059.0, 4018.0, 4036.0, 4038.0, 4036.0, 4058.0, 4037.0, 4082.0, 4039.0], 'WindowWidth': [9214.0, 9119.0, 9143.0, 9067.0, 9114.0, 9061.0, 9072.0, 9105.0, 9057.0, 9102.0, 9064.0, 9110.0, 9062.0, 9113.0, 9057.0, 9098.0, 9067.0, 9104.0, 9116.0, 9103.0, 9154.0, 9104.0, 9132.0, 9066.0, 9132.0, 9083.0, 9120.0, 9099.0, 9097.0, 9144.0, 9084.0, 9129.0, 9081.0, 9111.0, 9056.0, 9111.0, 9064.0, 9099.0, 9126.0, 9086.0, 9147.0, 9103.0, 9134.0, 9088.0, 9118.0, 9069.0, 9120.0, 9146.0, 9117.0, 9150.0, 9102.0, 9134.0, 9088.0, 9116.0, 9061.0, 9111.0, 9149.0, 9101.0, 9149.0, 9084.0, 9136.0, 9068.0, 9113.0, 9129.0, 9101.0, 9151.0, 9105.0, 9149.0, 9076.0, 9120.0, 9097.0, 9120.0, 9169.0, 9119.0, 9137.0, 9090.0, 9115.0, 9070.0, 9120.0, 9131.0, 9118.0, 9153.0, 9106.0, 9152.0, 9089.0, 9130.0, 9080.0, 9135.0, 9114.0, 9118.0, 9153.0, 9083.0, 9127.0, 9098.0, 9130.0, 9081.0, 9129.0, 9090.0, 9118.0, 9089.0, 9119.0, 9130.0, 9103.0, 9148.0, 9098.0, 9131.0, 9083.0, 9097.0, 9061.0, 9092.0, 9121.0, 9095.0, 9145.0, 9076.0, 9108.0, 9062.0, 9092.0, 9049.0, 9113.0, 9066.0, 9100.0, 9095.0, 9101.0, 9146.0, 9099.0, 9132.0, 9095.0, 9129.0, 9068.0, 9112.0, 9107.0, 9078.0, 9128.0, 9091.0, 9129.0, 9100.0, 9156.0, 9076.0, 9113.0, 9088.0, 9148.0, 9108.0, 9157.0, 9128.0, 9176.0, 9124.0, 9139.0, 9087.0, 9133.0, 9096.0, 9129.0, 9147.0, 9109.0, 9132.0, 9082.0, 9111.0, 9067.0, 9092.0, 9045.0, 9110.0, 9066.0, 9132.0, 9088.0, 9103.0, 9129.0, 9102.0, 9151.0, 9100.0, 9133.0, 9085.0, 9132.0, 9083.0, 9098.0, 9144.0, 9091.0, 9123.0, 9072.0, 9104.0, 9059.0, 9088.0, 9071.0, 9077.0, 9122.0, 9095.0, 9129.0, 9087.0, 9136.0, 9087.0, 9134.0, 9090.0, 9153.0, 9106.0, 9137.0, 9151.0, 9084.0, 9127.0, 9077.0, 9112.0, 9061.0, 9109.0, 9089.0, 9075.0, 9126.0, 9074.0, 9103.0, 9074.0, 9106.0, 9061.0, 9107.0, 9069.0, 9102.0, 9066.0, 9082.0, 9144.0, 9099.0, 9148.0, 9088.0, 9133.0, 9087.0, 9119.0, 9083.0, 9134.0, 9128.0, 9101.0, 9154.0, 9099.0, 9128.0, 9077.0, 9112.0, 9058.0, 9111.0, 9089.0, 9091.0, 9125.0, 9074.0, 9105.0, 9077.0, 9110.0, 9065.0, 9110.0, 9069.0, 9097.0, 9126.0, 9084.0, 9129.0, 9097.0, 9127.0, 9086.0, 9118.0, 9084.0, 9114.0, 9126.0, 9098.0, 9148.0, 9098.0, 9132.0, 9101.0, 9114.0, 9078.0, 9100.0, 9112.0, 9120.0, 9116.0, 9109.0, 9168.0, 9099.0, 9135.0, 9101.0, 9151.0, 9091.0, 9138.0, 9135.0, 9105.0, 9149.0, 9118.0, 9154.0, 9098.0, 9128.0, 9065.0, 9111.0, 9093.0, 9114.0, 9147.0, 9115.0, 9151.0, 9102.0, 9127.0, 9068.0, 9135.0, 9094.0, 9118.0, 9129.0, 9094.0, 9131.0, 9079.0, 9125.0, 9075.0, 9123.0, 9057.0, 9107.0, 9056.0, 9094.0, 9123.0, 9086.0, 9125.0, 9091.0, 9069.0, 9022.0, 9019.0, 9030.0, 9032.0, 9056.0, 9129.0, 9074.0, 9107.0, 9029.0, 9064.0, 9047.0, 9049.0, 9118.0, 9066.0, 9094.0, 9043.0, 9052.0, 8996.0, 9045.0, 8983.0, 9043.0, 8981.0, 9026.0, 8986.0, 9010.0, 8960.0, 8988.0, 8998.0, 8982.0, 9013.0, 8986.0, 9017.0, 8975.0, 9019.0, 8977.0, 9024.0, 8985.0, 9026.0, 8982.0, 9014.0, 8987.0, 9037.0, 9002.0, 9039.0, 9013.0, 9027.0, 9074.0, 9010.0, 9072.0, 9024.0, 9059.0, 9030.0, 9046.0, 9073.0, 9030.0, 9092.0, 9031.0, 9079.0, 9029.0, 9064.0, 9094.0, 9034.0, 9082.0, 9037.0, 9088.0, 9044.0, 9091.0, 9059.0, 9081.0, 9126.0, 9066.0, 9106.0, 9060.0, 9116.0, 9123.0, 9078.0, 9131.0, 9077.0, 9107.0, 9057.0, 9092.0, 9074.0, 9100.0, 9137.0, 9096.0, 9149.0, 9082.0, 9128.0, 9081.0, 9118.0, 9146.0, 9142.0, 9173.0, 9144.0, 9133.0, 9124.0, 9137.0, 9089.0, 9088.0, 9138.0, 9122.0, 9139.0, 9107.0, 9137.0, 9132.0, 9097.0, 9148.0, 9095.0, 9130.0, 9092.0, 9114.0, 9071.0, 9098.0, 9063.0, 9079.0, 9118.0, 9077.0, 9125.0, 9076.0, 9111.0, 9088.0, 9114.0, 9078.0, 9120.0, 9072.0, 9139.0, 9091.0, 9140.0, 9134.0, 9120.0, 9149.0, 9114.0, 9158.0, 9103.0, 9123.0, 9112.0, 9096.0, 9151.0, 9083.0, 9111.0, 9061.0, 9105.0, 9063.0, 9098.0, 9109.0, 9083.0, 9127.0, 9103.0, 9134.0, 9073.0, 9119.0, 9085.0, 9109.0, 9149.0, 9118.0, 9151.0, 9108.0, 9134.0, 9084.0, 9116.0, 9128.0, 9092.0, 9129.0, 9077.0, 9108.0, 9041.0, 9086.0, 9050.0, 9069.0, 9096.0, 9050.0, 9101.0, 9051.0, 9082.0, 9039.0, 9070.0, 9056.0, 9074.0, 9121.0, 9054.0, 9101.0, 9042.0, 9091.0, 9058.0, 9079.0, 9144.0, 9081.0, 9107.0, 9057.0, 9090.0, 9058.0, 9078.0, 9124.0, 9090.0, 9126.0, 9082.0, 9108.0, 9059.0, 9098.0, 9080.0, 9100.0, 9141.0, 9066.0, 9112.0, 9095.0, 9101.0, 9152.0, 9103.0, 9147.0, 9092.0, 9130.0, 9085.0, 9120.0, 9131.0, 9115.0, 9150.0, 9099.0, 9129.0, 9084.0, 9117.0, 9110.0, 9095.0, 9145.0, 9093.0, 9129.0, 9067.0, 9106.0, 9058.0, 9096.0, 9130.0, 9112.0, 9165.0, 9093.0, 9132.0, 9091.0, 9136.0, 9089.0, 9136.0, 9098.0, 9135.0, 9132.0, 9103.0, 9149.0, 9095.0, 9130.0, 9081.0, 9125.0, 9055.0, 9114.0, 9056.0, 9091.0, 9085.0, 9059.0, 9122.0, 9073.0, 9121.0, 9073.0, 9109.0, 9066.0, 9094.0, 9073.0, 9075.0, 9124.0, 9094.0, 9150.0, 9085.0, 9122.0, 9057.0, 9104.0, 9083.0, 9089.0, 9041.0, 9101.0, 9077.0, 9077.0, 9078.0, 9142.0, 9121.0, 9156.0, 9124.0, 9107.0, 9128.0, 9085.0, 9104.0, 9051.0, 9086.0, 9029.0, 9079.0, 9017.0, 9076.0, 9018.0, 9037.0, 9028.0, 8990.0, 9047.0, 8990.0, 9021.0, 8972.0, 9022.0, 8964.0, 9003.0, 8951.0, 8990.0, 8968.0, 9034.0, 8974.0, 9002.0, 8981.0, 9005.0, 9070.0, 9007.0, 9052.0, 9009.0, 9051.0, 8990.0, 9041.0, 9025.0, 9042.0, 9075.0, 9047.0, 9097.0, 9037.0, 9081.0, 9038.0, 9084.0, 9028.0, 9075.0, 9043.0, 9061.0, 9122.0, 9064.0, 9108.0, 9077.0, 9106.0, 9051.0, 9094.0, 9064.0, 9099.0, 9127.0, 9103.0, 9149.0, 9089.0, 9131.0, 9071.0, 9114.0, 9096.0, 9101.0, 9146.0, 9101.0, 9146.0, 9085.0, 9134.0, 9094.0, 9138.0, 9096.0, 9166.0, 9096.0, 9148.0, 9152.0, 9105.0, 9150.0, 9117.0, 9154.0, 9102.0, 9138.0, 9102.0, 9120.0, 9128.0, 9117.0, 9166.0, 9115.0, 9151.0, 9104.0, 9151.0, 9100.0, 9130.0, 9096.0, 9130.0, 9085.0, 9114.0, 9059.0, 9096.0, 9102.0, 9075.0, 9119.0, 9086.0, 9103.0, 9069.0, 9120.0, 9057.0, 9102.0, 9057.0, 9103.0, 9072.0, 9103.0, 9046.0, 9090.0, 9046.0, 9071.0, 9075.0, 9050.0, 9099.0, 9068.0, 9123.0, 9055.0, 9101.0, 9032.0, 9081.0, 9049.0, 9081.0, 9037.0, 9085.0, 9041.0, 9071.0, 9039.0, 9073.0, 9101.0, 9075.0, 9121.0, 9074.0, 9101.0, 9061.0, 9094.0, 9086.0, 9061.0, 9119.0, 9068.0, 9099.0, 9048.0, 9098.0, 9097.0, 9051.0, 9100.0, 9052.0, 9098.0, 9055.0, 9083.0, 9039.0, 9122.0, 9060.0, 9094.0, 9051.0, 9083.0, 9084.0, 9105.0, 9133.0, 9106.0, 9152.0, 9106.0, 9139.0, 9105.0, 9121.0, 9126.0, 9094.0, 9148.0, 9095.0, 9128.0, 9078.0, 9104.0, 9062.0, 9110.0, 9068.0, 9112.0, 9111.0, 9115.0, 9124.0, 9080.0, 9144.0, 9092.0, 9120.0, 9055.0, 9093.0, 9081.0, 9067.0, 9120.0, 9052.0, 9099.0, 9034.0, 9063.0, 9021.0, 9072.0, 9053.0, 9063.0, 9118.0, 9062.0, 9124.0, 9079.0, 9112.0, 9067.0, 9112.0, 9105.0, 9110.0, 9144.0, 9077.0, 9131.0, 9060.0, 9095.0, 9046.0, 9057.0, 9118.0, 9050.0, 9097.0, 9069.0, 9101.0, 9045.0, 9091.0, 9047.0, 9094.0, 9077.0, 9122.0, 9090.0, 9153.0, 9086.0, 9154.0, 9110.0, 9157.0, 9127.0, 9156.0, 9143.0, 9180.0, 9133.0, 9163.0, 9108.0, 9135.0, 9107.0, 9090.0, 9123.0, 9069.0, 9104.0, 9055.0, 9100.0, 9034.0, 9065.0, 9040.0, 9047.0, 9099.0, 9064.0, 9158.0, 9128.0, 9084.0, 9144.0, 9082.0, 9131.0, 9099.0, 9095.0, 9133.0, 9073.0, 9104.0, 9032.0, 9064.0, 9042.0, 9035.0, 9077.0, 9020.0, 9050.0, 9028.0, 9028.0, 8970.0, 8994.0, 8997.0, 8994.0, 9025.0, 8997.0, 9065.0, 9004.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.0007457749712973593</td></tr>
<tr><td colspan=3>aqi</td><td>0.0292831607347876</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.49870676949426</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2262820475287342</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.985444440333334</td></tr>
<tr><td colspan=3>efc</td><td>0.4976</td></tr>
<tr><td colspan=3>fber</td><td>5038.0864</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10758001820817306</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>68</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.807118254879449</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6836083362344225</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6121062104498076</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.936833657253157</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5018851410003036</td></tr>
<tr><td colspan=3>gcor</td><td>0.0183178</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007361378986388445</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03821185231208801</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.967915574013089</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>22.7233</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.581</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.7796</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292042.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>805.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.8039</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7709</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>504.9442</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3210.5342</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3395.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84502.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1167.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4182.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>855.6079</td></tr>
<tr><td colspan=3>tsnr</td><td>35.077578119467944</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>