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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0051/ses-01/func/sub-0051_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>93da011466bf95aa50eaba2ae25b3a40</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>11:13:36.792500</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.999685, -0.00163433, -0.0250532, 0.00680475, 0.978165, 0.207717]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0967319</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4124, -7785, -7292, 587, -41, -77, -23, 136]</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>251.747</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3816fa75-876e-42fa-9311-2a28ee1f1f8e||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.6820812225341797, 0.01825665682554245, -0.06525011360645294, 115.36067962646484], [0.004384779371321201, 2.6243462562561035, 0.5611181259155273, -102.94536590576172], [-0.0672159343957901, -0.5572882890701294, 2.6402440071105957, -48.08995056152344], [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': ['111336.792500', '111337.252500', '111337.712500', '111338.172500', '111338.632500', '111339.092500', '111339.552500', '111340.012500', '111340.472500', '111340.932500', '111341.392500', '111341.852500', '111342.312500', '111342.772500', '111343.232500', '111343.692500', '111344.152500', '111344.612500', '111345.072500', '111345.532500', '111345.992500', '111346.452500', '111346.912500', '111347.372500', '111347.832500', '111348.292500', '111348.752500', '111349.212500', '111349.672500', '111350.132500', '111350.592500', '111351.052500', '111351.512500', '111351.972500', '111352.432500', '111352.892500', '111353.352500', '111353.812500', '111354.272500', '111354.732500', '111355.192500', '111355.652500', '111356.112500', '111356.572500', '111357.032500', '111357.492500', '111357.952500', '111358.412500', '111358.872500', '111359.332500', '111359.792500', '111400.252500', '111400.712500', '111401.172500', '111401.632500', '111402.092500', '111402.552500', '111403.012500', '111403.472500', '111403.932500', '111404.392500', '111404.852500', '111405.312500', '111405.772500', '111406.232500', '111406.692500', '111407.152500', '111407.612500', '111408.072500', '111408.532500', '111408.992500', '111409.452500', '111409.912500', '111410.372500', '111410.832500', '111411.292500', '111411.752500', '111412.212500', '111412.672500', '111413.132500', '111413.592500', '111414.052500', '111414.512500', '111414.972500', '111415.432500', '111415.892500', '111416.352500', '111416.812500', '111417.272500', '111417.732500', '111418.192500', '111418.652500', '111419.112500', '111419.572500', '111420.032500', '111420.492500', '111420.952500', '111421.412500', '111421.872500', '111422.332500', '111422.792500', '111423.252500', '111423.712500', '111424.172500', '111424.632500', '111425.092500', '111425.552500', '111426.012500', '111426.472500', '111426.932500', '111427.392500', '111427.852500', '111428.312500', '111428.772500', '111429.232500', '111429.692500', '111430.152500', '111430.612500', '111431.072500', '111431.532500', '111431.992500', '111432.452500', '111432.912500', '111433.372500', '111433.832500', '111434.292500', '111434.752500', '111435.212500', '111435.672500', '111436.132500', '111436.592500', '111437.052500', '111437.512500', '111437.972500', '111438.432500', '111438.892500', '111439.352500', '111439.812500', '111440.272500', '111440.732500', '111441.192500', '111441.652500', '111442.112500', '111442.572500', '111443.032500', '111443.492500', '111443.952500', '111444.412500', '111444.872500', '111445.332500', '111445.792500', '111446.252500', '111446.712500', '111447.172500', '111447.632500', '111448.092500', '111448.552500', '111449.012500', '111449.472500', '111449.932500', '111450.392500', '111450.852500', '111451.312500', '111451.772500', '111452.232500', '111452.692500', '111453.152500', '111453.612500', '111454.072500', '111454.532500', '111454.992500', '111455.452500', '111455.912500', '111456.372500', '111456.832500', '111457.292500', '111457.752500', '111458.212500', '111458.672500', '111459.132500', '111459.592500', '111500.052500', '111500.512500', '111500.972500', '111501.432500', '111501.892500', '111502.352500', '111502.812500', '111503.272500', '111503.732500', '111504.192500', '111504.652500', '111505.112500', '111505.572500', '111506.032500', '111506.492500', '111506.952500', '111507.412500', '111507.872500', '111508.332500', '111508.792500', '111509.252500', '111509.712500', '111510.172500', '111510.632500', '111511.092500', '111511.552500', '111512.012500', '111512.472500', '111512.932500', '111513.392500', '111513.852500', '111514.312500', '111514.772500', '111515.232500', '111515.692500', '111516.152500', '111516.612500', '111517.072500', '111517.532500', '111517.992500', '111518.452500', '111518.912500', '111519.372500', '111519.832500', '111520.292500', '111520.752500', '111521.212500', '111521.672500', '111522.132500', '111522.592500', '111523.052500', '111523.512500', '111523.972500', '111524.432500', '111524.892500', '111525.352500', '111525.812500', '111526.272500', '111526.732500', '111527.192500', '111527.652500', '111528.112500', '111528.572500', '111529.032500', '111529.492500', '111529.952500', '111530.412500', '111530.872500', '111531.332500', '111531.792500', '111532.252500', '111532.712500', '111533.172500', '111533.632500', '111534.092500', '111534.552500', '111535.012500', '111535.472500', '111535.932500', '111536.392500', '111536.852500', '111537.312500', '111537.772500', '111538.232500', '111538.692500', '111539.152500', '111539.612500', '111540.072500', '111540.532500', '111540.992500', '111541.452500', '111541.912500', '111542.372500', '111542.832500', '111543.292500', '111543.752500', '111544.212500', '111544.672500', '111545.132500', '111545.592500', '111546.052500', '111546.512500', '111546.972500', '111547.432500', '111547.892500', '111548.352500', '111548.812500', '111549.272500', '111549.732500', '111550.192500', '111550.652500', '111551.112500', '111551.572500', '111552.032500', '111552.492500', '111552.952500', '111553.412500', '111553.872500', '111554.332500', '111554.792500', '111555.252500', '111555.712500', '111556.172500', '111556.632500', '111557.092500', '111557.552500', '111558.012500', '111558.472500', '111558.932500', '111559.392500', '111559.852500', '111600.312500', '111600.772500', '111601.232500', '111601.692500', '111602.152500', '111602.612500', '111603.072500', '111603.532500', '111603.992500', '111604.452500', '111604.912500', '111605.372500', '111605.832500', '111606.292500', '111606.752500', '111607.212500', '111607.672500', '111608.132500', '111608.592500', '111609.052500', '111609.512500', '111609.972500', '111610.432500', '111610.892500', '111611.352500', '111611.812500', '111612.272500', '111612.732500', '111613.192500', '111613.652500', '111614.112500', '111614.572500', '111615.032500', '111615.492500', '111615.952500', '111616.412500', '111616.872500', '111617.332500', '111617.792500', '111618.252500', '111618.712500', '111619.172500', '111619.632500', '111620.092500', '111620.552500', '111621.012500', '111621.472500', '111621.932500', '111622.392500', '111622.852500', '111623.312500', '111623.772500', '111624.232500', '111624.692500', '111625.152500', '111625.612500', '111626.072500', '111626.532500', '111626.992500', '111627.452500', '111627.912500', '111628.372500', '111628.832500', '111629.292500', '111629.752500', '111630.212500', '111630.672500', '111631.132500', '111631.592500', '111632.052500', '111632.512500', '111632.972500', '111633.432500', '111633.892500', '111634.352500', '111634.812500', '111635.272500', '111635.732500', '111636.192500', '111636.652500', '111637.112500', '111637.572500', '111638.032500', '111638.492500', '111638.952500', '111639.412500', '111639.872500', '111640.332500', '111640.792500', '111641.252500', '111641.712500', '111642.172500', '111642.632500', '111643.092500', '111643.552500', '111644.012500', '111644.472500', '111644.932500', '111645.392500', '111645.852500', '111646.312500', '111646.772500', '111647.232500', '111647.692500', '111648.152500', '111648.612500', '111649.072500', '111649.532500', '111649.992500', '111650.452500', '111650.912500', '111651.372500', '111651.832500', '111652.292500', '111652.752500', '111653.212500', '111653.672500', '111654.132500', '111654.592500', '111655.052500', '111655.512500', '111655.972500', '111656.432500', '111656.892500', '111657.352500', '111657.812500', '111658.272500', '111658.732500', '111659.192500', '111659.652500', '111700.112500', '111700.572500', '111701.032500', '111701.492500', '111701.952500', '111702.412500', '111702.872500', '111703.332500', '111703.792500', '111704.252500', '111704.712500', '111705.172500', '111705.632500', '111706.092500', '111706.552500', '111707.012500', '111707.472500', '111707.932500', '111708.392500', '111708.852500', '111709.312500', '111709.772500', '111710.232500', '111710.692500', '111711.152500', '111711.612500', '111712.072500', '111712.532500', '111712.992500', '111713.452500', '111713.912500', '111714.372500', '111714.832500', '111715.292500', '111715.752500', '111716.212500', '111716.672500', '111717.132500', '111717.592500', '111718.052500', '111718.512500', '111718.972500', '111719.432500', '111719.892500', '111720.352500', '111720.812500', '111721.272500', '111721.732500', '111722.192500', '111722.652500', '111723.112500', '111723.572500', '111724.032500', '111724.492500', '111724.952500', '111725.412500', '111725.872500', '111726.332500', '111726.792500', '111727.252500', '111727.712500', '111728.172500', '111728.632500', '111729.092500', '111729.552500', '111730.012500', '111730.472500', '111730.932500', '111731.392500', '111731.852500', '111732.312500', '111732.772500', '111733.232500', '111733.692500', '111734.152500', '111734.612500', '111735.072500', '111735.532500', '111735.992500', '111736.452500', '111736.912500', '111737.372500', '111737.832500', '111738.292500', '111738.752500', '111739.212500', '111739.672500', '111740.132500', '111740.592500', '111741.052500', '111741.512500', '111741.972500', '111742.432500', '111742.892500', '111743.352500', '111743.812500', '111744.272500', '111744.732500', '111745.192500', '111745.652500', '111746.112500', '111746.572500', '111747.032500', '111747.492500', '111747.952500', '111748.412500', '111748.872500', '111749.332500', '111749.792500', '111750.252500', '111750.712500', '111751.172500', '111751.632500', '111752.092500', '111752.552500', '111753.012500', '111753.472500', '111753.932500', '111754.392500', '111754.852500', '111755.312500', '111755.772500', '111756.232500', '111756.692500', '111757.152500', '111757.612500', '111758.072500', '111758.532500', '111758.992500', '111759.452500', '111759.912500', '111800.372500', '111800.832500', '111801.292500', '111801.752500', '111802.212500', '111802.672500', '111803.132500', '111803.592500', '111804.052500', '111804.512500', '111804.972500', '111805.432500', '111805.892500', '111806.352500', '111806.812500', '111807.272500', '111807.732500', '111808.192500', '111808.652500', '111809.112500', '111809.572500', '111810.032500', '111810.492500', '111810.952500', '111811.412500', '111811.872500', '111812.332500', '111812.792500', '111813.252500', '111813.712500', '111814.172500', '111814.632500', '111815.092500', '111815.552500', '111816.012500', '111816.472500', '111816.932500', '111817.392500', '111817.852500', '111818.312500', '111818.772500', '111819.232500', '111819.692500', '111820.152500', '111820.612500', '111821.072500', '111821.532500', '111821.992500', '111822.452500', '111822.912500', '111823.372500', '111823.832500', '111824.292500', '111824.752500', '111825.212500', '111825.672500', '111826.132500', '111826.592500', '111827.052500', '111827.512500', '111827.972500', '111828.432500', '111828.892500', '111829.352500', '111829.812500', '111830.272500', '111830.732500', '111831.192500', '111831.652500', '111832.112500', '111832.572500', '111833.032500', '111833.492500', '111833.952500', '111834.412500', '111834.872500', '111835.332500', '111835.792500', '111836.252500', '111836.712500', '111837.172500', '111837.632500', '111838.092500', '111838.552500', '111839.012500', '111839.472500', '111839.932500', '111840.392500', '111840.852500', '111841.312500', '111841.772500', '111842.232500', '111842.692500', '111843.152500', '111843.612500', '111844.072500', '111844.532500', '111844.992500', '111845.452500', '111845.912500', '111846.372500', '111846.832500', '111847.292500', '111847.752500', '111848.212500', '111848.672500', '111849.132500', '111849.592500', '111850.052500', '111850.512500', '111850.972500', '111851.432500', '111851.892500', '111852.352500', '111852.812500', '111853.272500', '111853.732500', '111854.192500', '111854.652500', '111855.112500', '111855.572500', '111856.032500', '111856.492500', '111856.952500', '111857.412500', '111857.872500', '111858.332500', '111858.792500', '111859.252500', '111859.712500', '111900.172500', '111900.632500', '111901.092500', '111901.552500', '111902.012500', '111902.472500', '111902.932500', '111903.392500', '111903.852500', '111904.312500', '111904.772500', '111905.232500', '111905.692500', '111906.152500', '111906.612500', '111907.072500', '111907.532500', '111907.992500', '111908.452500', '111908.912500', '111909.372500', '111909.832500', '111910.292500', '111910.752500', '111911.212500', '111911.672500', '111912.132500', '111912.592500', '111913.052500', '111913.512500', '111913.972500', '111914.432500', '111914.892500', '111915.352500', '111915.812500', '111916.272500', '111916.732500', '111917.192500', '111917.652500', '111918.112500', '111918.572500', '111919.032500', '111919.492500', '111919.952500', '111920.412500', '111920.872500', '111921.332500', '111921.792500', '111922.252500', '111922.712500', '111923.172500', '111923.632500', '111924.092500', '111924.552500', '111925.012500', '111925.472500', '111925.932500', '111926.392500', '111926.852500', '111927.312500', '111927.772500', '111928.232500', '111928.692500', '111929.152500', '111929.612500', '111930.072500', '111930.532500', '111930.992500', '111931.452500', '111931.912500', '111932.372500', '111932.832500', '111933.292500', '111933.752500', '111934.212500', '111934.672500', '111935.132500', '111935.592500', '111936.052500', '111936.512500', '111936.972500', '111937.432500', '111937.892500', '111938.352500', '111938.812500', '111939.272500', '111939.732500', '111940.192500', '111940.652500', '111941.112500', '111941.572500', '111942.032500', '111942.492500', '111942.952500', '111943.412500', '111943.872500', '111944.332500', '111944.792500', '111945.252500', '111945.712500', '111946.172500', '111946.632500', '111947.092500', '111947.552500', '111948.012500', '111948.472500', '111948.932500', '111949.392500', '111949.852500', '111950.312500', '111950.772500', '111951.232500', '111951.692500', '111952.152500', '111952.612500', '111953.072500', '111953.532500', '111953.992500', '111954.452500', '111954.912500', '111955.372500', '111955.832500', '111956.292500', '111956.752500', '111957.212500', '111957.672500', '111958.132500', '111958.592500', '111959.052500', '111959.512500', '111959.972500', '112000.432500', '112000.892500', '112001.352500', '112001.812500', '112002.272500', '112002.732500', '112003.192500', '112003.652500', '112004.112500', '112004.572500', '112005.032500', '112005.492500', '112005.952500', '112006.412500', '112006.872500', '112007.332500', '112007.792500', '112008.252500', '112008.712500', '112009.172500', '112009.632500', '112010.092500', '112010.552500', '112011.012500', '112011.472500', '112011.932500', '112012.392500', '112012.852500', '112013.312500', '112013.772500', '112014.232500', '112014.692500', '112015.152500', '112015.612500', '112016.072500', '112016.532500', '112016.992500', '112017.452500'], 'ContentTime': ['111355.444000', '111355.447000', '111355.450000', '111355.453000', '111355.455000', '111355.465000', '111355.467000', '111355.470000', '111355.472000', '111355.475000', '111355.478000', '111355.480000', '111355.483000', '111355.485000', '111355.488000', '111355.490000', '111355.493000', '111355.495000', '111355.498000', '111355.501000', '111355.503000', '111355.506000', '111355.508000', '111355.511000', '111355.513000', '111355.516000', '111355.519000', '111355.521000', '111355.524000', '111355.526000', '111355.529000', '111355.531000', '111355.534000', '111355.543000', '111355.546000', '111355.548000', '111355.551000', '111355.553000', '111415.416000', '111415.419000', '111415.422000', '111415.424000', '111415.427000', '111415.429000', '111415.432000', '111415.434000', '111415.437000', '111415.446000', '111415.449000', '111415.451000', '111415.454000', '111415.456000', '111415.459000', '111415.461000', '111415.464000', '111415.467000', '111415.469000', '111415.472000', '111415.474000', '111415.477000', '111415.479000', '111415.482000', '111415.484000', '111415.487000', '111415.490000', '111415.492000', '111415.495000', '111415.497000', '111415.500000', '111415.502000', '111415.505000', '111415.507000', '111415.510000', '111415.513000', '111415.515000', '111415.518000', '111415.520000', '111415.523000', '111415.525000', '111415.528000', '111415.530000', '111415.533000', '111435.417000', '111435.420000', '111435.423000', '111435.425000', '111435.428000', '111435.430000', '111435.433000', '111435.435000', '111435.438000', '111435.441000', '111435.443000', '111435.446000', '111435.449000', '111435.451000', '111435.454000', '111435.472000', '111435.475000', '111435.477000', '111435.480000', '111435.482000', '111435.485000', '111435.487000', '111435.490000', '111435.492000', '111435.495000', '111435.498000', '111435.501000', '111435.503000', '111435.506000', '111435.509000', '111435.512000', '111435.514000', '111435.517000', '111435.520000', '111435.522000', '111435.525000', '111435.527000', '111435.530000', '111435.533000', '111435.535000', '111435.538000', '111435.544000', '111435.547000', '111455.418000', '111455.420000', '111455.423000', '111455.426000', '111455.428000', '111455.431000', '111455.433000', '111455.436000', '111455.438000', '111455.441000', '111455.443000', '111455.446000', '111455.448000', '111455.451000', '111455.454000', '111455.456000', '111455.459000', '111455.461000', '111455.464000', '111455.466000', '111455.469000', '111455.472000', '111455.474000', '111455.477000', '111455.479000', '111455.482000', '111455.484000', '111455.487000', '111455.489000', '111455.492000', '111455.495000', '111455.497000', '111455.500000', '111455.502000', '111455.505000', '111455.507000', '111455.510000', '111455.520000', '111455.522000', '111455.525000', '111455.527000', '111455.530000', '111455.532000', '111455.535000', '111515.425000', '111515.428000', '111515.430000', '111515.433000', '111515.436000', '111515.438000', '111515.441000', '111515.443000', '111515.446000', '111515.449000', '111515.451000', '111515.454000', '111515.456000', '111515.459000', '111515.461000', '111515.464000', '111515.467000', '111515.469000', '111515.472000', '111515.474000', '111515.477000', '111515.479000', '111515.482000', '111515.484000', '111515.487000', '111515.490000', '111515.492000', '111515.495000', '111515.497000', '111515.500000', '111515.502000', '111515.505000', '111515.507000', '111515.510000', '111515.513000', '111515.515000', '111515.518000', '111515.520000', '111515.523000', '111515.525000', '111515.528000', '111515.530000', '111515.533000', '111535.418000', '111535.420000', '111535.423000', '111535.426000', '111535.428000', '111535.431000', '111535.433000', '111535.436000', '111535.438000', '111535.441000', '111535.444000', '111535.446000', '111535.449000', '111535.451000', '111535.454000', '111535.456000', '111535.459000', '111535.462000', '111535.464000', '111535.467000', '111535.469000', '111535.472000', '111535.475000', '111535.478000', '111535.480000', '111535.483000', '111535.486000', '111535.488000', '111535.491000', '111535.493000', '111535.496000', '111535.499000', '111535.501000', '111535.504000', '111535.507000', '111535.509000', '111535.512000', '111535.514000', '111535.517000', '111535.519000', '111535.522000', '111535.524000', '111535.527000', '111535.530000', '111555.418000', '111555.420000', '111555.423000', '111555.426000', '111555.428000', '111555.431000', '111555.433000', '111555.436000', '111555.439000', '111555.441000', '111555.444000', '111555.446000', '111555.449000', '111555.452000', '111555.454000', '111555.457000', '111555.459000', '111555.462000', '111555.464000', '111555.467000', '111555.469000', '111555.472000', '111555.475000', '111555.477000', '111555.480000', '111555.482000', '111555.485000', '111555.488000', '111555.490000', '111555.493000', '111555.495000', '111555.498000', '111555.500000', '111555.503000', '111555.505000', '111555.508000', '111555.510000', '111555.513000', '111555.516000', '111555.518000', '111555.521000', '111555.523000', '111555.526000', '111615.418000', '111615.420000', '111615.423000', '111615.426000', '111615.428000', '111615.431000', '111615.433000', '111615.436000', '111615.438000', '111615.441000', '111615.444000', '111615.446000', '111615.449000', '111615.452000', '111615.454000', '111615.457000', '111615.459000', '111615.462000', '111615.464000', '111615.467000', '111615.470000', '111615.472000', '111615.475000', '111615.477000', '111615.480000', '111615.489000', '111615.492000', '111615.494000', '111615.497000', '111615.499000', '111615.502000', '111615.504000', '111615.507000', '111615.510000', '111615.512000', '111615.515000', '111615.517000', '111615.520000', '111615.522000', '111615.525000', '111615.527000', '111615.530000', '111615.533000', '111635.416000', '111635.419000', '111635.422000', '111635.424000', '111635.427000', '111635.429000', '111635.432000', '111635.435000', '111635.437000', '111635.440000', '111635.442000', '111635.445000', '111635.448000', '111635.450000', '111635.453000', '111635.455000', '111635.458000', '111635.460000', '111635.463000', '111635.466000', '111635.468000', '111635.471000', '111635.473000', '111635.476000', '111635.478000', '111635.481000', '111635.484000', '111635.486000', '111635.489000', '111635.491000', '111635.494000', '111635.497000', '111635.499000', '111635.502000', '111635.504000', '111635.507000', '111635.509000', '111635.512000', '111635.514000', '111635.517000', '111635.520000', '111635.522000', '111635.525000', '111635.527000', '111655.417000', '111655.420000', '111655.423000', '111655.425000', '111655.428000', '111655.430000', '111655.433000', '111655.435000', '111655.438000', '111655.441000', '111655.443000', '111655.446000', '111655.449000', '111655.451000', '111655.454000', '111655.456000', '111655.459000', '111655.462000', '111655.464000', '111655.467000', '111655.469000', '111655.472000', '111655.474000', '111655.477000', '111655.480000', '111655.482000', '111655.485000', '111655.487000', '111655.490000', '111655.493000', '111655.495000', '111655.498000', '111655.500000', '111655.503000', '111655.505000', '111655.508000', '111655.511000', '111655.513000', '111655.516000', '111655.518000', '111655.521000', '111655.524000', '111655.526000', '111655.529000', '111715.417000', '111715.420000', '111715.423000', '111715.425000', '111715.428000', '111715.430000', '111715.433000', '111715.436000', '111715.438000', '111715.441000', '111715.443000', '111715.446000', '111715.448000', '111715.451000', '111715.454000', '111715.456000', '111715.459000', '111715.461000', '111715.464000', '111715.467000', '111715.469000', '111715.472000', '111715.474000', '111715.477000', '111715.480000', '111715.482000', '111715.485000', '111715.487000', '111715.490000', '111715.492000', '111715.495000', '111715.497000', '111715.500000', '111715.503000', '111715.505000', '111715.508000', '111715.510000', '111715.513000', '111715.516000', '111715.518000', '111715.521000', '111715.523000', '111715.526000', '111735.418000', '111735.420000', '111735.423000', '111735.426000', '111735.428000', '111735.431000', '111735.433000', '111735.436000', '111735.439000', '111735.441000', '111735.444000', '111735.446000', '111735.449000', '111735.452000', '111735.454000', '111735.457000', '111735.459000', '111735.462000', '111735.464000', '111735.467000', '111735.470000', '111735.472000', '111735.475000', '111735.478000', '111735.480000', '111735.483000', '111735.485000', '111735.488000', '111735.490000', '111735.493000', '111735.496000', '111735.498000', '111735.501000', '111735.503000', '111735.506000', '111735.509000', '111735.511000', '111735.514000', '111735.517000', '111735.519000', '111735.522000', '111735.524000', '111735.527000', '111735.529000', '111755.417000', '111755.420000', '111755.423000', '111755.425000', '111755.428000', '111755.431000', '111755.433000', '111755.442000', '111755.445000', '111755.447000', '111755.450000', '111755.452000', '111755.455000', '111755.458000', '111755.460000', '111755.463000', '111755.465000', '111755.468000', '111755.471000', '111755.473000', '111755.476000', '111755.478000', '111755.481000', '111755.484000', '111755.486000', '111755.489000', '111755.491000', '111755.494000', '111755.496000', '111755.499000', '111755.502000', '111755.504000', '111755.507000', '111755.509000', '111755.512000', '111755.514000', '111755.517000', '111755.519000', '111755.522000', '111755.525000', '111755.527000', '111755.530000', '111755.532000', '111815.417000', '111815.420000', '111815.423000', '111815.425000', '111815.429000', '111815.432000', '111815.434000', '111815.437000', '111815.439000', '111815.442000', '111815.445000', '111815.447000', '111815.450000', '111815.452000', '111815.455000', '111815.458000', '111815.460000', '111815.463000', '111815.465000', '111815.468000', '111815.470000', '111815.484000', '111815.487000', '111815.490000', '111815.492000', '111815.495000', '111815.497000', '111815.500000', '111815.503000', '111815.505000', '111815.508000', '111815.510000', '111815.513000', '111815.516000', '111815.518000', '111815.521000', '111815.524000', '111815.526000', '111815.529000', '111815.531000', '111815.534000', '111815.536000', '111815.539000', '111815.542000', '111835.418000', '111835.420000', '111835.423000', '111835.425000', '111835.428000', '111835.431000', '111835.433000', '111835.436000', '111835.438000', '111835.441000', '111835.444000', '111835.446000', '111835.449000', '111835.451000', '111835.454000', '111835.457000', '111835.459000', '111835.462000', '111835.464000', '111835.467000', '111835.470000', '111835.472000', '111835.475000', '111835.477000', '111835.480000', '111835.482000', '111835.485000', '111835.488000', '111835.490000', '111835.493000', '111835.495000', '111835.498000', '111835.501000', '111835.503000', '111835.506000', '111835.508000', '111835.511000', '111835.514000', '111835.516000', '111835.519000', '111835.521000', '111835.524000', '111835.526000', '111855.416000', '111855.419000', '111855.422000', '111855.424000', '111855.427000', '111855.430000', '111855.432000', '111855.435000', '111855.438000', '111855.440000', '111855.443000', '111855.445000', '111855.448000', '111855.451000', '111855.453000', '111855.456000', '111855.458000', '111855.461000', '111855.463000', '111855.466000', '111855.469000', '111855.471000', '111855.474000', '111855.476000', '111855.479000', '111855.482000', '111855.484000', '111855.487000', '111855.489000', '111855.492000', '111855.495000', '111855.497000', '111855.500000', '111855.503000', '111855.505000', '111855.508000', '111855.510000', '111855.513000', '111855.515000', '111855.518000', '111855.521000', '111855.523000', '111855.526000', '111915.418000', '111915.420000', '111915.423000', '111915.426000', '111915.428000', '111915.431000', '111915.434000', '111915.436000', '111915.439000', '111915.441000', '111915.444000', '111915.446000', '111915.449000', '111915.452000', '111915.454000', '111915.457000', '111915.459000', '111915.462000', '111915.465000', '111915.467000', '111915.470000', '111915.472000', '111915.475000', '111915.477000', '111915.480000', '111915.483000', '111915.485000', '111915.488000', '111915.490000', '111915.493000', '111915.495000', '111915.498000', '111915.501000', '111915.503000', '111915.506000', '111915.508000', '111915.511000', '111915.513000', '111915.516000', '111915.519000', '111915.521000', '111915.524000', '111915.526000', '111915.529000', '111935.418000', '111935.420000', '111935.425000', '111935.428000', '111935.430000', '111935.433000', '111935.435000', '111935.438000', '111935.440000', '111935.443000', '111935.446000', '111935.449000', '111935.451000', '111935.454000', '111935.456000', '111935.459000', '111935.462000', '111935.464000', '111935.468000', '111935.471000', '111935.473000', '111935.476000', '111935.478000', '111935.481000', '111935.484000', '111935.486000', '111935.489000', '111935.491000', '111935.494000', '111935.497000', '111935.499000', '111935.502000', '111935.504000', '111935.507000', '111935.510000', '111935.512000', '111935.515000', '111935.517000', '111935.520000', '111935.523000', '111935.525000', '111935.528000', '111935.530000', '111935.533000', '111955.418000', '111955.420000', '111955.423000', '111955.425000', '111955.428000', '111955.431000', '111955.433000', '111955.436000', '111955.438000', '111955.441000', '111955.444000', '111955.446000', '111955.449000', '111955.451000', '111955.454000', '111955.457000', '111955.459000', '111955.462000', '111955.465000', '111955.467000', '111955.470000', '111955.472000', '111955.475000', '111955.478000', '111955.480000', '111955.483000', '111955.485000', '111955.488000', '111955.490000', '111955.493000', '111955.496000', '111955.498000', '111955.501000', '111955.503000', '111955.506000', '111955.508000', '111955.511000', '111955.514000', '111955.516000', '111955.519000', '111955.521000', '111955.524000', '111955.526000', '112015.418000', '112015.420000', '112015.423000', '112015.426000', '112015.428000', '112015.431000', '112015.433000', '112015.436000', '112015.438000', '112015.441000', '112015.443000', '112015.446000', '112015.449000', '112015.451000', '112015.454000', '112015.456000', '112015.459000', '112015.462000', '112015.465000', '112015.467000', '112015.470000', '112015.473000', '112015.475000', '112015.478000', '112015.480000', '112015.483000', '112015.485000', '112015.488000', '112015.491000', '112015.493000', '112015.496000', '112015.499000', '112015.501000', '112015.504000', '112015.506000', '112015.509000', '112015.512000', '112015.514000', '112015.517000', '112015.519000', '112015.522000', '112015.525000', '112015.527000', '112018.667000', '112018.670000', '112018.673000', '112018.675000', '112018.678000', '112018.681000', '112018.683000', '112018.686000'], 'InstanceCreationTime': ['111355.444000', '111355.447000', '111355.450000', '111355.453000', '111355.455000', '111355.465000', '111355.467000', '111355.470000', '111355.472000', '111355.475000', '111355.478000', '111355.480000', '111355.483000', '111355.485000', '111355.488000', '111355.490000', '111355.493000', '111355.495000', '111355.498000', '111355.501000', '111355.503000', '111355.506000', '111355.508000', '111355.511000', '111355.513000', '111355.516000', '111355.519000', '111355.521000', '111355.524000', '111355.526000', '111355.529000', '111355.531000', '111355.534000', '111355.543000', '111355.546000', '111355.548000', '111355.551000', '111355.553000', '111415.416000', '111415.419000', '111415.422000', '111415.424000', '111415.427000', '111415.429000', '111415.432000', '111415.434000', '111415.437000', '111415.446000', '111415.449000', '111415.451000', '111415.454000', '111415.456000', '111415.459000', '111415.461000', '111415.464000', '111415.467000', '111415.469000', '111415.472000', '111415.474000', '111415.477000', '111415.479000', '111415.482000', '111415.484000', '111415.487000', '111415.490000', '111415.492000', '111415.495000', '111415.497000', '111415.500000', '111415.502000', '111415.505000', '111415.507000', '111415.510000', '111415.513000', '111415.515000', '111415.518000', '111415.520000', '111415.523000', '111415.525000', '111415.528000', '111415.530000', '111415.533000', '111435.417000', '111435.420000', '111435.423000', '111435.425000', '111435.428000', '111435.430000', '111435.433000', '111435.435000', '111435.438000', '111435.441000', '111435.443000', '111435.446000', '111435.449000', '111435.451000', '111435.454000', '111435.472000', '111435.475000', '111435.477000', '111435.480000', '111435.482000', '111435.485000', '111435.487000', '111435.490000', '111435.492000', '111435.495000', '111435.498000', '111435.501000', '111435.503000', '111435.506000', '111435.509000', '111435.512000', '111435.514000', '111435.517000', '111435.520000', '111435.522000', '111435.525000', '111435.527000', '111435.530000', '111435.533000', '111435.535000', '111435.538000', '111435.544000', '111435.547000', '111455.418000', '111455.420000', '111455.423000', '111455.426000', '111455.428000', '111455.431000', '111455.433000', '111455.436000', '111455.438000', '111455.441000', '111455.443000', '111455.446000', '111455.448000', '111455.451000', '111455.454000', '111455.456000', '111455.459000', '111455.461000', '111455.464000', '111455.466000', '111455.469000', '111455.472000', '111455.474000', '111455.477000', '111455.479000', '111455.482000', '111455.484000', '111455.487000', '111455.489000', '111455.492000', '111455.495000', '111455.497000', '111455.500000', '111455.502000', '111455.505000', '111455.507000', '111455.510000', '111455.520000', '111455.522000', '111455.525000', '111455.527000', '111455.530000', '111455.532000', '111455.535000', '111515.425000', '111515.428000', '111515.430000', '111515.433000', '111515.436000', '111515.438000', '111515.441000', '111515.443000', '111515.446000', '111515.449000', '111515.451000', '111515.454000', '111515.456000', '111515.459000', '111515.461000', '111515.464000', '111515.467000', '111515.469000', '111515.472000', '111515.474000', '111515.477000', '111515.479000', '111515.482000', '111515.484000', '111515.487000', '111515.490000', '111515.492000', '111515.495000', '111515.497000', '111515.500000', '111515.502000', '111515.505000', '111515.507000', '111515.510000', '111515.513000', '111515.515000', '111515.518000', '111515.520000', '111515.523000', '111515.525000', '111515.528000', '111515.530000', '111515.533000', '111535.418000', '111535.420000', '111535.423000', '111535.426000', '111535.428000', '111535.431000', '111535.433000', '111535.436000', '111535.438000', '111535.441000', '111535.444000', '111535.446000', '111535.449000', '111535.451000', '111535.454000', '111535.456000', '111535.459000', '111535.462000', '111535.464000', '111535.467000', '111535.469000', '111535.472000', '111535.475000', '111535.478000', '111535.480000', '111535.483000', '111535.486000', '111535.488000', '111535.491000', '111535.493000', '111535.496000', '111535.499000', '111535.501000', '111535.504000', '111535.507000', '111535.509000', '111535.512000', '111535.514000', '111535.517000', '111535.519000', '111535.522000', '111535.524000', '111535.527000', '111535.530000', '111555.418000', '111555.420000', '111555.423000', '111555.426000', '111555.428000', '111555.431000', '111555.433000', '111555.436000', '111555.439000', '111555.441000', '111555.444000', '111555.446000', '111555.449000', '111555.452000', '111555.454000', '111555.457000', '111555.459000', '111555.462000', '111555.464000', '111555.467000', '111555.469000', '111555.472000', '111555.475000', '111555.477000', '111555.480000', '111555.482000', '111555.485000', '111555.488000', '111555.490000', '111555.493000', '111555.495000', '111555.498000', '111555.500000', '111555.503000', '111555.505000', '111555.508000', '111555.510000', '111555.513000', '111555.516000', '111555.518000', '111555.521000', '111555.523000', '111555.526000', '111615.418000', '111615.420000', '111615.423000', '111615.426000', '111615.428000', '111615.431000', '111615.433000', '111615.436000', '111615.438000', '111615.441000', '111615.444000', '111615.446000', '111615.449000', '111615.452000', '111615.454000', '111615.457000', '111615.459000', '111615.462000', '111615.464000', '111615.467000', '111615.470000', '111615.472000', '111615.475000', '111615.477000', '111615.480000', '111615.489000', '111615.492000', '111615.494000', '111615.497000', '111615.499000', '111615.502000', '111615.504000', '111615.507000', '111615.510000', '111615.512000', '111615.515000', '111615.517000', '111615.520000', '111615.522000', '111615.525000', '111615.527000', '111615.530000', '111615.533000', '111635.416000', '111635.419000', '111635.422000', '111635.424000', '111635.427000', '111635.429000', '111635.432000', '111635.435000', '111635.437000', '111635.440000', '111635.442000', '111635.445000', '111635.448000', '111635.450000', '111635.453000', '111635.455000', '111635.458000', '111635.460000', '111635.463000', '111635.466000', '111635.468000', '111635.471000', '111635.473000', '111635.476000', '111635.478000', '111635.481000', '111635.484000', '111635.486000', '111635.489000', '111635.491000', '111635.494000', '111635.497000', '111635.499000', '111635.502000', '111635.504000', '111635.507000', '111635.509000', '111635.512000', '111635.514000', '111635.517000', '111635.520000', '111635.522000', '111635.525000', '111635.527000', '111655.417000', '111655.420000', '111655.423000', '111655.425000', '111655.428000', '111655.430000', '111655.433000', '111655.435000', '111655.438000', '111655.441000', '111655.443000', '111655.446000', '111655.449000', '111655.451000', '111655.454000', '111655.456000', '111655.459000', '111655.462000', '111655.464000', '111655.467000', '111655.469000', '111655.472000', '111655.474000', '111655.477000', '111655.480000', '111655.482000', '111655.485000', '111655.487000', '111655.490000', '111655.493000', '111655.495000', '111655.498000', '111655.500000', '111655.503000', '111655.505000', '111655.508000', '111655.511000', '111655.513000', '111655.516000', '111655.518000', '111655.521000', '111655.524000', '111655.526000', '111655.529000', '111715.417000', '111715.420000', '111715.423000', '111715.425000', '111715.428000', '111715.430000', '111715.433000', '111715.436000', '111715.438000', '111715.441000', '111715.443000', '111715.446000', '111715.448000', '111715.451000', '111715.454000', '111715.456000', '111715.459000', '111715.461000', '111715.464000', '111715.467000', '111715.469000', '111715.472000', '111715.474000', '111715.477000', '111715.480000', '111715.482000', '111715.485000', '111715.487000', '111715.490000', '111715.492000', '111715.495000', '111715.497000', '111715.500000', '111715.503000', '111715.505000', '111715.508000', '111715.510000', '111715.513000', '111715.516000', '111715.518000', '111715.521000', '111715.523000', '111715.526000', '111735.418000', '111735.420000', '111735.423000', '111735.426000', '111735.428000', '111735.431000', '111735.433000', '111735.436000', '111735.439000', '111735.441000', '111735.444000', '111735.446000', '111735.449000', '111735.452000', '111735.454000', '111735.457000', '111735.459000', '111735.462000', '111735.464000', '111735.467000', '111735.470000', '111735.472000', '111735.475000', '111735.478000', '111735.480000', '111735.483000', '111735.485000', '111735.488000', '111735.490000', '111735.493000', '111735.496000', '111735.498000', '111735.501000', '111735.503000', '111735.506000', '111735.509000', '111735.511000', '111735.514000', '111735.517000', '111735.519000', '111735.522000', '111735.524000', '111735.527000', '111735.529000', '111755.417000', '111755.420000', '111755.423000', '111755.425000', '111755.428000', '111755.431000', '111755.433000', '111755.442000', '111755.445000', '111755.447000', '111755.450000', '111755.452000', '111755.455000', '111755.458000', '111755.460000', '111755.463000', '111755.465000', '111755.468000', '111755.471000', '111755.473000', '111755.476000', '111755.478000', '111755.481000', '111755.484000', '111755.486000', '111755.489000', '111755.491000', '111755.494000', '111755.496000', '111755.499000', '111755.502000', '111755.504000', '111755.507000', '111755.509000', '111755.512000', '111755.514000', '111755.517000', '111755.519000', '111755.522000', '111755.525000', '111755.527000', '111755.530000', '111755.532000', '111815.417000', '111815.420000', '111815.423000', '111815.425000', '111815.429000', '111815.432000', '111815.434000', '111815.437000', '111815.439000', '111815.442000', '111815.445000', '111815.447000', '111815.450000', '111815.452000', '111815.455000', '111815.458000', '111815.460000', '111815.463000', '111815.465000', '111815.468000', '111815.470000', '111815.484000', '111815.487000', '111815.490000', '111815.492000', '111815.495000', '111815.497000', '111815.500000', '111815.503000', '111815.505000', '111815.508000', '111815.510000', '111815.513000', '111815.516000', '111815.518000', '111815.521000', '111815.524000', '111815.526000', '111815.529000', '111815.531000', '111815.534000', '111815.536000', '111815.539000', '111815.542000', '111835.418000', '111835.420000', '111835.423000', '111835.425000', '111835.428000', '111835.431000', '111835.433000', '111835.436000', '111835.438000', '111835.441000', '111835.444000', '111835.446000', '111835.449000', '111835.451000', '111835.454000', '111835.457000', '111835.459000', '111835.462000', '111835.464000', '111835.467000', '111835.470000', '111835.472000', '111835.475000', '111835.477000', '111835.480000', '111835.482000', '111835.485000', '111835.488000', '111835.490000', '111835.493000', '111835.495000', '111835.498000', '111835.501000', '111835.503000', '111835.506000', '111835.508000', '111835.511000', '111835.514000', '111835.516000', '111835.519000', '111835.521000', '111835.524000', '111835.526000', '111855.416000', '111855.419000', '111855.422000', '111855.424000', '111855.427000', '111855.430000', '111855.432000', '111855.435000', '111855.438000', '111855.440000', '111855.443000', '111855.445000', '111855.448000', '111855.451000', '111855.453000', '111855.456000', '111855.458000', '111855.461000', '111855.463000', '111855.466000', '111855.469000', '111855.471000', '111855.474000', '111855.476000', '111855.479000', '111855.482000', '111855.484000', '111855.487000', '111855.489000', '111855.492000', '111855.495000', '111855.497000', '111855.500000', '111855.503000', '111855.505000', '111855.508000', '111855.510000', '111855.513000', '111855.515000', '111855.518000', '111855.521000', '111855.523000', '111855.526000', '111915.418000', '111915.420000', '111915.423000', '111915.426000', '111915.428000', '111915.431000', '111915.434000', '111915.436000', '111915.439000', '111915.441000', '111915.444000', '111915.446000', '111915.449000', '111915.452000', '111915.454000', '111915.457000', '111915.459000', '111915.462000', '111915.465000', '111915.467000', '111915.470000', '111915.472000', '111915.475000', '111915.477000', '111915.480000', '111915.483000', '111915.485000', '111915.488000', '111915.490000', '111915.493000', '111915.495000', '111915.498000', '111915.501000', '111915.503000', '111915.506000', '111915.508000', '111915.511000', '111915.513000', '111915.516000', '111915.519000', '111915.521000', '111915.524000', '111915.526000', '111915.529000', '111935.418000', '111935.420000', '111935.425000', '111935.428000', '111935.430000', '111935.433000', '111935.435000', '111935.438000', '111935.440000', '111935.443000', '111935.446000', '111935.449000', '111935.451000', '111935.454000', '111935.456000', '111935.459000', '111935.462000', '111935.464000', '111935.468000', '111935.471000', '111935.473000', '111935.476000', '111935.478000', '111935.481000', '111935.484000', '111935.486000', '111935.489000', '111935.491000', '111935.494000', '111935.497000', '111935.499000', '111935.502000', '111935.504000', '111935.507000', '111935.510000', '111935.512000', '111935.515000', '111935.517000', '111935.520000', '111935.523000', '111935.525000', '111935.528000', '111935.530000', '111935.533000', '111955.418000', '111955.420000', '111955.423000', '111955.425000', '111955.428000', '111955.431000', '111955.433000', '111955.436000', '111955.438000', '111955.441000', '111955.444000', '111955.446000', '111955.449000', '111955.451000', '111955.454000', '111955.457000', '111955.459000', '111955.462000', '111955.465000', '111955.467000', '111955.470000', '111955.472000', '111955.475000', '111955.478000', '111955.480000', '111955.483000', '111955.485000', '111955.488000', '111955.490000', '111955.493000', '111955.496000', '111955.498000', '111955.501000', '111955.503000', '111955.506000', '111955.508000', '111955.511000', '111955.514000', '111955.516000', '111955.519000', '111955.521000', '111955.524000', '111955.526000', '112015.418000', '112015.420000', '112015.423000', '112015.426000', '112015.428000', '112015.431000', '112015.433000', '112015.436000', '112015.438000', '112015.441000', '112015.443000', '112015.446000', '112015.449000', '112015.451000', '112015.454000', '112015.456000', '112015.459000', '112015.462000', '112015.465000', '112015.467000', '112015.470000', '112015.473000', '112015.475000', '112015.478000', '112015.480000', '112015.483000', '112015.485000', '112015.488000', '112015.491000', '112015.493000', '112015.496000', '112015.499000', '112015.501000', '112015.504000', '112015.506000', '112015.509000', '112015.512000', '112015.514000', '112015.517000', '112015.519000', '112015.522000', '112015.525000', '112015.527000', '112018.667000', '112018.670000', '112018.673000', '112018.675000', '112018.678000', '112018.681000', '112018.683000', '112018.686000'], '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': [13234, 13282, 12228, 10930, 12976, 10303, 11964, 9321, 14483, 10042, 13807, 10805, 16603, 11195, 11842, 10833, 9747, 12976, 10756, 12130, 13615, 9420, 13029, 9129, 9560, 13873, 11150, 15510, 12043, 11003, 13438, 10517, 15239, 11643, 14766, 11831, 15638, 11923, 14798, 11483, 13452, 10569, 12497, 10170, 10115, 9693, 9909, 10685, 9546, 11283, 12766, 10955, 14921, 10631, 12679, 10019, 11645, 10023, 14200, 10361, 13853, 10994, 8578, 11109, 8706, 12884, 10249, 15092, 11900, 10877, 13642, 9082, 15221, 11417, 16459, 12457, 17086, 14294, 18498, 14711, 11971, 13484, 9656, 13470, 10049, 13817, 11047, 15663, 11647, 11836, 12218, 9733, 14563, 11074, 15918, 11602, 15983, 11714, 14488, 10842, 13497, 9778, 12781, 10079, 11567, 9364, 11075, 9904, 9856, 9648, 10905, 10077, 12063, 10255, 10311, 14938, 13019, 11086, 11369, 8796, 12226, 9912, 13773, 9121, 13315, 9714, 14196, 10047, 13651, 10245, 13139, 9790, 13631, 9676, 14193, 11304, 13392, 10397, 8909, 12343, 9244, 14776, 11322, 13454, 10698, 13026, 10692, 12102, 10316, 11729, 12235, 11159, 13183, 10255, 9753, 12290, 9376, 15100, 11654, 8734, 12114, 9778, 11868, 11635, 10246, 11190, 9516, 16463, 12003, 17562, 13526, 14804, 11718, 11610, 13586, 11004, 14151, 11526, 12002, 9436, 11046, 9312, 10641, 9260, 11301, 9669, 12055, 9330, 12791, 9622, 12970, 9019, 12899, 9551, 12218, 9129, 12277, 9171, 13293, 10758, 13792, 9517, 10262, 9992, 14627, 10715, 15391, 10923, 13930, 10247, 14003, 10109, 12618, 10252, 9937, 11001, 9814, 11764, 10295, 12055, 12334, 11642, 15503, 10759, 13670, 9570, 12679, 9612, 12243, 9378, 12109, 8911, 12195, 9247, 8992, 9731, 8389, 11360, 9370, 12062, 12207, 9243, 16398, 12442, 9135, 13903, 10416, 16133, 12222, 15497, 12413, 14956, 11754, 13863, 11046, 10951, 11961, 8929, 13803, 10619, 10723, 10459, 9256, 11849, 9131, 13074, 9262, 12829, 9029, 13486, 10277, 13472, 9351, 8048, 10246, 8650, 12726, 13441, 11067, 14932, 10593, 14101, 10533, 10526, 11218, 9108, 13137, 9261, 14067, 10585, 15281, 9927, 12054, 9495, 11173, 10674, 13509, 9373, 15398, 11616, 8939, 11812, 9290, 13746, 9692, 13507, 9379, 11241, 9732, 10893, 11258, 11163, 9784, 11463, 9425, 11682, 12332, 10905, 11010, 9729, 13433, 12162, 10929, 16627, 13489, 12677, 16478, 14685, 17614, 13090, 10431, 13940, 12082, 19969, 14107, 12213, 15248, 12444, 15360, 13848, 15941, 13857, 16347, 12697, 12504, 11022, 10113, 11683, 9993, 9801, 10177, 10340, 11952, 10238, 13853, 10789, 14784, 10533, 14265, 10602, 12809, 10244, 12877, 11360, 12993, 10124, 11647, 10401, 10590, 11790, 13395, 10967, 15738, 11876, 14643, 10270, 13131, 10582, 14399, 11090, 15123, 10706, 8986, 11232, 9144, 12073, 11709, 9489, 11589, 10427, 11288, 10141, 14500, 10720, 15565, 10434, 15263, 11260, 12839, 13964, 11408, 12421, 10896, 9288, 10556, 9537, 11794, 9542, 12237, 9449, 12839, 9222, 12247, 9455, 11593, 9612, 11013, 8895, 12570, 10153, 14461, 10239, 9754, 9959, 8685, 12471, 9578, 14278, 10331, 15155, 11184, 12784, 11366, 10018, 13775, 10881, 13168, 11881, 9257, 13917, 10407, 14344, 10766, 15483, 10640, 14074, 10161, 13833, 9741, 13720, 9670, 13225, 9716, 11957, 9667, 9669, 10236, 9211, 11128, 9309, 11291, 9759, 10645, 9687, 10628, 8907, 10160, 9039, 13097, 9835, 10803, 12043, 10986, 15288, 13710, 13641, 15781, 10813, 15007, 13017, 12703, 15765, 12639, 10811, 18582, 13930, 18544, 13727, 12006, 14346, 12273, 17145, 11836, 10407, 14112, 10742, 13267, 11122, 10245, 11902, 10178, 12042, 10458, 17997, 12185, 10503, 11805, 10579, 9649, 11285, 10114, 12317, 10238, 12830, 9969, 11175, 10520, 13486, 10736, 12960, 10393, 9418, 11945, 10615, 15425, 12093, 16642, 12757, 16577, 12748, 15788, 12614, 16258, 12407, 14872, 12078, 11663, 13397, 10756, 14300, 11326, 14846, 11808, 13835, 11597, 16480, 11546, 14728, 10818, 13936, 11384, 13145, 10921, 9128, 11901, 10258, 12893, 11223, 10413, 9810, 8415, 12936, 10475, 16079, 13042, 15373, 14611, 11749, 16319, 12045, 15916, 11943, 17377, 12736, 15859, 11771, 15507, 11536, 10040, 11208, 9089, 13288, 11037, 12776, 11657, 10746, 14525, 11005, 11554, 13205, 11659, 16023, 11757, 15680, 12974, 13608, 13339, 12759, 13700, 12280, 14460, 10337, 16147, 12209, 11349, 10927, 9728, 13347, 9846, 13329, 11081, 15454, 12692, 16649, 13046, 14950, 10835, 11900, 10937, 10244, 13246, 10389, 15013, 11946, 11145, 13719, 10827, 13870, 11741, 10596, 13539, 11672, 15097, 11590, 12761, 12945, 15280, 12676, 16789, 12680, 15422, 11644, 11740, 11616, 10087, 14365, 12007, 12982, 12783, 10459, 12022, 12336, 11971, 14340, 17685, 13737, 16241, 12860, 15582, 12264, 15438, 11659, 15172, 11663, 14866, 11924, 14723, 10700, 13812, 10948, 12375, 14434, 11126, 15243, 10970, 14015, 11305, 14144, 11387, 10450, 11819, 10658, 13205, 11712, 14506, 11736, 15514, 11748, 15519, 11827, 15218, 12787, 11670, 13518, 11671, 14905, 9000, 15023, 12176, 13833, 13977, 11293, 16564, 11629, 14546, 14608, 11932, 13151, 13524, 10952, 17076, 13053, 11130, 14380, 11254, 15232, 13597, 13876, 16922, 12937, 14741, 12017, 11410, 12504, 10734, 13591, 10614, 15190, 12748, 17171, 13080, 17827, 13609, 18982, 13246, 18125, 13234, 12808, 14210, 10482, 14483, 11112, 11542, 14270, 13288, 16210, 13251, 13226, 12606, 15035, 12942, 15464, 12114, 16686, 13291, 17195, 13113, 13009, 13884, 12117, 14663, 11155, 11381, 14603, 11687, 14242, 11361, 16058, 12753, 16350, 14655, 14373, 13667, 10831, 20161, 17006, 12801, 19332, 14831, 17485, 13177, 10796, 15579, 12306, 16638, 12418, 16102, 12626, 15465, 12562, 14785, 11715, 14890, 11509, 12175, 11761, 10781, 13957, 13442, 14828, 13867, 16600, 11848, 16663, 12974, 18042, 13983, 17711, 16017, 13132, 18088, 14588, 13345, 15110, 13199, 16263, 14202, 16905, 12662, 17644, 12730, 16955, 13497, 17062, 13096, 17622, 12672, 16657, 12446, 16519, 12012, 14573, 11537, 12312, 14681, 11018, 14305, 10940, 12671, 12576, 18261, 14135, 18146, 13877, 15948, 12257, 15392, 11490, 15143, 11636, 14118, 11469, 11187, 8441, 10843, 9657, 17274, 12369, 14722, 11154, 13981, 11011, 13853, 10619, 14767, 10878, 14522, 10808, 13811, 9709, 12940, 11637], 'WindowCenter': [4582.0, 4565.0, 4542.0, 4518.0, 4526.0, 4505.0, 4526.0, 4482.0, 4518.0, 4476.0, 4518.0, 4487.0, 4543.0, 4500.0, 4509.0, 4501.0, 4490.0, 4520.0, 4504.0, 4499.0, 4520.0, 4492.0, 4534.0, 4507.0, 4504.0, 4545.0, 4526.0, 4555.0, 4536.0, 4516.0, 4535.0, 4516.0, 4545.0, 4526.0, 4544.0, 4514.0, 4533.0, 4502.0, 4519.0, 4499.0, 4507.0, 4487.0, 4495.0, 4475.0, 4474.0, 4489.0, 4488.0, 4487.0, 4478.0, 4509.0, 4506.0, 4500.0, 4529.0, 4500.0, 4518.0, 4500.0, 4509.0, 4503.0, 4530.0, 4513.0, 4532.0, 4525.0, 4493.0, 4524.0, 4508.0, 4546.0, 4531.0, 4558.0, 4550.0, 4541.0, 4560.0, 4521.0, 4570.0, 4564.0, 4582.0, 4562.0, 4583.0, 4574.0, 4595.0, 4562.0, 4540.0, 4561.0, 4519.0, 4547.0, 4516.0, 4532.0, 4500.0, 4531.0, 4510.0, 4509.0, 4510.0, 4490.0, 4528.0, 4498.0, 4528.0, 4497.0, 4516.0, 4483.0, 4490.0, 4461.0, 4478.0, 4448.0, 4477.0, 4446.0, 4467.0, 4449.0, 4469.0, 4459.0, 4470.0, 4471.0, 4481.0, 4484.0, 4505.0, 4498.0, 4485.0, 4541.0, 4518.0, 4495.0, 4523.0, 4482.0, 4520.0, 4501.0, 4530.0, 4492.0, 4532.0, 4503.0, 4544.0, 4503.0, 4531.0, 4501.0, 4533.0, 4503.0, 4544.0, 4502.0, 4545.0, 4526.0, 4545.0, 4515.0, 4506.0, 4547.0, 4518.0, 4570.0, 4538.0, 4548.0, 4514.0, 4535.0, 4515.0, 4523.0, 4502.0, 4521.0, 4519.0, 4512.0, 4532.0, 4514.0, 4501.0, 4523.0, 4492.0, 4554.0, 4524.0, 4493.0, 4533.0, 4526.0, 4537.0, 4539.0, 4529.0, 4539.0, 4520.0, 4568.0, 4552.0, 4571.0, 4550.0, 4546.0, 4514.0, 4503.0, 4520.0, 4488.0, 4520.0, 4486.0, 4495.0, 4463.0, 4483.0, 4461.0, 4470.0, 4461.0, 4482.0, 4474.0, 4492.0, 4474.0, 4503.0, 4475.0, 4505.0, 4465.0, 4505.0, 4477.0, 4508.0, 4476.0, 4508.0, 4489.0, 4530.0, 4513.0, 4542.0, 4515.0, 4515.0, 4516.0, 4544.0, 4514.0, 4554.0, 4530.0, 4547.0, 4516.0, 4543.0, 4517.0, 4533.0, 4515.0, 4515.0, 4527.0, 4516.0, 4539.0, 4516.0, 4538.0, 4533.0, 4525.0, 4544.0, 4511.0, 4533.0, 4492.0, 4521.0, 4491.0, 4520.0, 4504.0, 4522.0, 4504.0, 4535.0, 4517.0, 4505.0, 4515.0, 4521.0, 4549.0, 4532.0, 4561.0, 4562.0, 4531.0, 4595.0, 4563.0, 4533.0, 4572.0, 4545.0, 4585.0, 4555.0, 4563.0, 4539.0, 4549.0, 4525.0, 4532.0, 4512.0, 4501.0, 4507.0, 4491.0, 4528.0, 4500.0, 4511.0, 4499.0, 4490.0, 4508.0, 4490.0, 4531.0, 4491.0, 4521.0, 4479.0, 4532.0, 4500.0, 4529.0, 4502.0, 4482.0, 4514.0, 4495.0, 4550.0, 4545.0, 4525.0, 4555.0, 4515.0, 4544.0, 4514.0, 4513.0, 4528.0, 4507.0, 4558.0, 4521.0, 4559.0, 4530.0, 4571.0, 4530.0, 4539.0, 4507.0, 4528.0, 4516.0, 4535.0, 4506.0, 4556.0, 4525.0, 4518.0, 4538.0, 4521.0, 4558.0, 4519.0, 4560.0, 4507.0, 4528.0, 4503.0, 4514.0, 4511.0, 4513.0, 4515.0, 4523.0, 4505.0, 4534.0, 4548.0, 4526.0, 4540.0, 4533.0, 4573.0, 4563.0, 4551.0, 4591.0, 4573.0, 4561.0, 4578.0, 4580.0, 4577.0, 4557.0, 4536.0, 4551.0, 4546.0, 4574.0, 4543.0, 4522.0, 4543.0, 4522.0, 4529.0, 4519.0, 4518.0, 4508.0, 4504.0, 4481.0, 4466.0, 4456.0, 4443.0, 4463.0, 4457.0, 4456.0, 4471.0, 4484.0, 4503.0, 4485.0, 4515.0, 4497.0, 4514.0, 4485.0, 4515.0, 4473.0, 4505.0, 4473.0, 4506.0, 4496.0, 4515.0, 4499.0, 4521.0, 4512.0, 4526.0, 4538.0, 4558.0, 4528.0, 4570.0, 4537.0, 4545.0, 4506.0, 4536.0, 4514.0, 4545.0, 4526.0, 4557.0, 4514.0, 4506.0, 4536.0, 4519.0, 4535.0, 4536.0, 4504.0, 4525.0, 4517.0, 4527.0, 4503.0, 4533.0, 4503.0, 4533.0, 4488.0, 4530.0, 4488.0, 4522.0, 4519.0, 4496.0, 4495.0, 4473.0, 4460.0, 4470.0, 4475.0, 4495.0, 4487.0, 4508.0, 4487.0, 4519.0, 4479.0, 4509.0, 4476.0, 4496.0, 4475.0, 4499.0, 4489.0, 4519.0, 4500.0, 4542.0, 4502.0, 4503.0, 4502.0, 4507.0, 4546.0, 4517.0, 4556.0, 4518.0, 4556.0, 4540.0, 4535.0, 4527.0, 4505.0, 4547.0, 4515.0, 4533.0, 4521.0, 4493.0, 4532.0, 4502.0, 4529.0, 4498.0, 4527.0, 4485.0, 4505.0, 4475.0, 4502.0, 4475.0, 4514.0, 4475.0, 4502.0, 4476.0, 4492.0, 4474.0, 4473.0, 4473.0, 4462.0, 4482.0, 4463.0, 4494.0, 4473.0, 4484.0, 4472.0, 4483.0, 4473.0, 4485.0, 4476.0, 4518.0, 4499.0, 4522.0, 4533.0, 4523.0, 4577.0, 4570.0, 4570.0, 4589.0, 4549.0, 4574.0, 4556.0, 4559.0, 4577.0, 4546.0, 4525.0, 4579.0, 4571.0, 4610.0, 4579.0, 4542.0, 4564.0, 4528.0, 4530.0, 4486.0, 4474.0, 4493.0, 4471.0, 4480.0, 4469.0, 4458.0, 4479.0, 4456.0, 4477.0, 4469.0, 4520.0, 4490.0, 4468.0, 4488.0, 4481.0, 4482.0, 4505.0, 4496.0, 4517.0, 4498.0, 4531.0, 4501.0, 4509.0, 4497.0, 4530.0, 4510.0, 4529.0, 4523.0, 4516.0, 4547.0, 4539.0, 4567.0, 4551.0, 4578.0, 4562.0, 4579.0, 4550.0, 4569.0, 4549.0, 4566.0, 4535.0, 4544.0, 4534.0, 4525.0, 4544.0, 4525.0, 4556.0, 4526.0, 4556.0, 4537.0, 4545.0, 4536.0, 4565.0, 4536.0, 4544.0, 4512.0, 4532.0, 4511.0, 4534.0, 4525.0, 4515.0, 4535.0, 4538.0, 4557.0, 4553.0, 4504.0, 4495.0, 4472.0, 4535.0, 4502.0, 4569.0, 4577.0, 4596.0, 4597.0, 4565.0, 4583.0, 4549.0, 4555.0, 4538.0, 4569.0, 4537.0, 4556.0, 4525.0, 4555.0, 4525.0, 4514.0, 4523.0, 4504.0, 4544.0, 4526.0, 4557.0, 4551.0, 4550.0, 4570.0, 4554.0, 4564.0, 4573.0, 4552.0, 4580.0, 4552.0, 4569.0, 4560.0, 4558.0, 4560.0, 4549.0, 4560.0, 4537.0, 4558.0, 4529.0, 4566.0, 4550.0, 4528.0, 4530.0, 4506.0, 4537.0, 4505.0, 4524.0, 4516.0, 4585.0, 4563.0, 4583.0, 4564.0, 4572.0, 4555.0, 4551.0, 4542.0, 4543.0, 4574.0, 4545.0, 4585.0, 4566.0, 4567.0, 4586.0, 4567.0, 4587.0, 4578.0, 4569.0, 4601.0, 4580.0, 4599.0, 4580.0, 4578.0, 4591.0, 4597.0, 4577.0, 4596.0, 4576.0, 4584.0, 4554.0, 4552.0, 4564.0, 4559.0, 4597.0, 4577.0, 4590.0, 4589.0, 4570.0, 4590.0, 4593.0, 4580.0, 4603.0, 4611.0, 4590.0, 4598.0, 4577.0, 4586.0, 4565.0, 4584.0, 4553.0, 4583.0, 4553.0, 4572.0, 4553.0, 4573.0, 4542.0, 4572.0, 4541.0, 4551.0, 4559.0, 4542.0, 4569.0, 4541.0, 4561.0, 4551.0, 4571.0, 4553.0, 4542.0, 4564.0, 4554.0, 4588.0, 4566.0, 4599.0, 4579.0, 4611.0, 4580.0, 4609.0, 4592.0, 4614.0, 4592.0, 4582.0, 4602.0, 4585.0, 4591.0, 4544.0, 4589.0, 4579.0, 4602.0, 4602.0, 4584.0, 4623.0, 4570.0, 4601.0, 4600.0, 4582.0, 4591.0, 4590.0, 4571.0, 4610.0, 4581.0, 4570.0, 4588.0, 4556.0, 4588.0, 4565.0, 4565.0, 4581.0, 4552.0, 4560.0, 4551.0, 4552.0, 4562.0, 4554.0, 4574.0, 4556.0, 4596.0, 4590.0, 4621.0, 4592.0, 4621.0, 4591.0, 4620.0, 4593.0, 4610.0, 4590.0, 4580.0, 4589.0, 4571.0, 4598.0, 4580.0, 4580.0, 4612.0, 4602.0, 4623.0, 4601.0, 4604.0, 4592.0, 4611.0, 4591.0, 4600.0, 4579.0, 4609.0, 4591.0, 4609.0, 4589.0, 4577.0, 4578.0, 4580.0, 4599.0, 4568.0, 4565.0, 4588.0, 4567.0, 4587.0, 4568.0, 4596.0, 4578.0, 4595.0, 4586.0, 4574.0, 4588.0, 4569.0, 4620.0, 4609.0, 4563.0, 4608.0, 4587.0, 4597.0, 4564.0, 4544.0, 4583.0, 4553.0, 4583.0, 4564.0, 4584.0, 4553.0, 4572.0, 4564.0, 4573.0, 4553.0, 4571.0, 4553.0, 4562.0, 4564.0, 4567.0, 4599.0, 4587.0, 4599.0, 4590.0, 4610.0, 4580.0, 4621.0, 4603.0, 4622.0, 4616.0, 4635.0, 4614.0, 4604.0, 4636.0, 4618.0, 4607.0, 4628.0, 4605.0, 4628.0, 4603.0, 4613.0, 4581.0, 4625.0, 4593.0, 4611.0, 4590.0, 4609.0, 4590.0, 4610.0, 4579.0, 4596.0, 4578.0, 4594.0, 4565.0, 4584.0, 4565.0, 4577.0, 4599.0, 4568.0, 4609.0, 4583.0, 4601.0, 4605.0, 4623.0, 4605.0, 4623.0, 4591.0, 4610.0, 4580.0, 4598.0, 4569.0, 4600.0, 4579.0, 4604.0, 4571.0, 4537.0, 4456.0, 4518.0, 4487.0, 4582.0, 4577.0, 4599.0, 4583.0, 4601.0, 4573.0, 4592.0, 4573.0, 4603.0, 4571.0, 4591.0, 4560.0, 4580.0, 4537.0, 4579.0, 4556.0], 'WindowWidth': [10049.0, 10011.0, 9975.0, 9933.0, 9941.0, 9913.0, 9943.0, 9873.0, 9917.0, 9852.0, 9919.0, 9869.0, 9959.0, 9894.0, 9907.0, 9896.0, 9880.0, 9923.0, 9905.0, 9886.0, 9922.0, 9889.0, 9951.0, 9916.0, 9909.0, 9965.0, 9939.0, 9982.0, 9955.0, 9927.0, 9951.0, 9926.0, 9967.0, 9940.0, 9966.0, 9921.0, 9950.0, 9900.0, 9923.0, 9890.0, 9898.0, 9872.0, 9881.0, 9854.0, 9851.0, 9881.0, 9875.0, 9875.0, 9861.0, 9908.0, 9900.0, 9897.0, 9936.0, 9896.0, 9918.0, 9898.0, 9909.0, 9904.0, 9940.0, 9920.0, 9946.0, 9940.0, 9895.0, 9938.0, 9924.0, 9972.0, 9957.0, 9991.0, 9984.0, 9970.0, 9999.0, 9947.0, 10013.0, 10011.0, 10034.0, 10005.0, 10039.0, 10025.0, 10062.0, 10004.0, 9968.0, 10001.0, 9942.0, 9973.0, 9930.0, 9945.0, 9896.0, 9943.0, 9911.0, 9908.0, 9909.0, 9881.0, 9936.0, 9893.0, 9935.0, 9887.0, 9915.0, 9860.0, 9871.0, 9825.0, 9848.0, 9806.0, 9845.0, 9802.0, 9831.0, 9809.0, 9838.0, 9826.0, 9842.0, 9844.0, 9861.0, 9867.0, 9901.0, 9894.0, 9869.0, 9959.0, 9919.0, 9883.0, 9933.0, 9876.0, 9925.0, 9903.0, 9942.0, 9893.0, 9947.0, 9910.0, 9966.0, 9908.0, 9945.0, 9903.0, 9946.0, 9906.0, 9966.0, 9906.0, 9968.0, 9945.0, 9970.0, 9930.0, 9919.0, 9976.0, 9937.0, 10011.0, 9966.0, 9977.0, 9925.0, 9954.0, 9924.0, 9934.0, 9903.0, 9929.0, 9926.0, 9919.0, 9948.0, 9925.0, 9904.0, 9933.0, 9892.0, 9985.0, 9939.0, 9895.0, 9953.0, 9948.0, 9962.0, 9967.0, 9953.0, 9968.0, 9941.0, 10005.0, 9986.0, 10014.0, 9985.0, 9975.0, 9923.0, 9903.0, 9926.0, 9876.0, 9926.0, 9873.0, 9879.0, 9832.0, 9860.0, 9828.0, 9840.0, 9828.0, 9860.0, 9851.0, 9875.0, 9852.0, 9892.0, 9856.0, 9895.0, 9842.0, 9895.0, 9862.0, 9905.0, 9861.0, 9906.0, 9884.0, 9942.0, 9924.0, 9962.0, 9929.0, 9927.0, 9932.0, 9967.0, 9927.0, 9982.0, 9952.0, 9974.0, 9931.0, 9963.0, 9932.0, 9949.0, 9927.0, 9927.0, 9947.0, 9931.0, 9964.0, 9930.0, 9960.0, 9949.0, 9940.0, 9968.0, 9916.0, 9950.0, 9889.0, 9929.0, 9889.0, 9927.0, 9912.0, 9933.0, 9914.0, 9955.0, 9936.0, 9915.0, 9933.0, 9950.0, 9982.0, 9965.0, 10005.0, 10006.0, 9962.0, 10058.0, 10008.0, 9967.0, 10021.0, 9985.0, 10042.0, 9999.0, 10011.0, 9967.0, 9984.0, 9941.0, 9947.0, 9918.0, 9901.0, 9908.0, 9886.0, 9937.0, 9899.0, 9913.0, 9898.0, 9884.0, 9907.0, 9885.0, 9945.0, 9890.0, 9929.0, 9869.0, 9944.0, 9900.0, 9941.0, 9907.0, 9882.0, 9928.0, 9902.0, 9984.0, 9970.0, 9940.0, 9984.0, 9928.0, 9968.0, 9926.0, 9923.0, 9948.0, 9920.0, 9992.0, 9946.0, 9996.0, 9957.0, 10016.0, 9956.0, 9966.0, 9920.0, 9949.0, 9927.0, 9954.0, 9917.0, 9990.0, 9942.0, 9938.0, 9964.0, 9947.0, 9993.0, 9941.0, 9999.0, 9919.0, 9946.0, 9908.0, 9924.0, 9917.0, 9921.0, 9928.0, 9934.0, 9914.0, 9952.0, 9979.0, 9944.0, 9969.0, 9970.0, 10024.0, 10011.0, 9992.0, 10056.0, 10027.0, 10008.0, 10029.0, 10033.0, 10030.0, 9996.0, 9968.0, 9979.0, 9978.0, 10015.0, 9963.0, 9934.0, 9960.0, 9929.0, 9937.0, 9922.0, 9922.0, 9905.0, 9895.0, 9854.0, 9827.0, 9808.0, 9790.0, 9818.0, 9816.0, 9817.0, 9844.0, 9866.0, 9893.0, 9871.0, 9912.0, 9888.0, 9908.0, 9868.0, 9908.0, 9847.0, 9896.0, 9849.0, 9898.0, 9884.0, 9910.0, 9896.0, 9929.0, 9916.0, 9947.0, 9966.0, 9994.0, 9951.0, 10011.0, 9961.0, 9969.0, 9912.0, 9954.0, 9923.0, 9968.0, 9944.0, 9988.0, 9925.0, 9915.0, 9958.0, 9939.0, 9953.0, 9957.0, 9912.0, 9940.0, 9932.0, 9943.0, 9907.0, 9947.0, 9903.0, 9947.0, 9878.0, 9941.0, 9877.0, 9929.0, 9921.0, 9885.0, 9882.0, 9845.0, 9824.0, 9840.0, 9855.0, 9883.0, 9874.0, 9905.0, 9877.0, 9924.0, 9867.0, 9907.0, 9859.0, 9888.0, 9857.0, 9893.0, 9885.0, 9924.0, 9897.0, 9961.0, 9905.0, 9907.0, 9906.0, 9922.0, 9973.0, 9932.0, 9985.0, 9934.0, 9987.0, 9968.0, 9955.0, 9943.0, 9913.0, 9973.0, 9927.0, 9950.0, 9929.0, 9893.0, 9944.0, 9903.0, 9938.0, 9892.0, 9933.0, 9869.0, 9897.0, 9853.0, 9889.0, 9855.0, 9908.0, 9854.0, 9888.0, 9861.0, 9876.0, 9853.0, 9849.0, 9849.0, 9834.0, 9862.0, 9836.0, 9880.0, 9852.0, 9866.0, 9847.0, 9864.0, 9854.0, 9869.0, 9860.0, 9921.0, 9899.0, 9936.0, 9954.0, 9941.0, 10025.0, 10016.0, 10017.0, 10045.0, 9992.0, 10019.0, 9995.0, 10003.0, 10027.0, 9974.0, 9943.0, 10027.0, 10016.0, 10088.0, 10040.0, 9972.0, 10007.0, 9946.0, 9939.0, 9868.0, 9848.0, 9877.0, 9842.0, 9852.0, 9835.0, 9821.0, 9852.0, 9815.0, 9845.0, 9836.0, 9915.0, 9873.0, 9839.0, 9867.0, 9862.0, 9866.0, 9900.0, 9888.0, 9920.0, 9897.0, 9944.0, 9906.0, 9912.0, 9892.0, 9940.0, 9914.0, 9940.0, 9939.0, 9933.0, 9978.0, 9971.0, 10006.0, 9985.0, 10021.0, 10003.0, 10026.0, 9984.0, 10009.0, 9981.0, 10001.0, 9954.0, 9966.0, 9952.0, 9940.0, 9966.0, 9941.0, 9987.0, 9945.0, 9987.0, 9962.0, 9969.0, 9958.0, 10001.0, 9957.0, 9969.0, 9918.0, 9946.0, 9914.0, 9953.0, 9944.0, 9931.0, 9957.0, 9968.0, 9991.0, 9994.0, 9905.0, 9892.0, 9856.0, 9954.0, 9899.0, 10011.0, 10034.0, 10063.0, 10065.0, 10017.0, 10038.0, 9983.0, 9986.0, 9964.0, 10014.0, 9959.0, 9987.0, 9943.0, 9985.0, 9942.0, 9927.0, 9939.0, 9913.0, 9967.0, 9945.0, 9993.0, 9989.0, 9988.0, 10016.0, 9999.0, 10015.0, 10024.0, 9991.0, 10028.0, 9991.0, 10012.0, 9997.0, 9992.0, 9998.0, 9982.0, 10000.0, 9964.0, 9994.0, 9955.0, 10005.0, 9988.0, 9950.0, 9951.0, 9911.0, 9954.0, 9909.0, 9932.0, 9926.0, 10042.0, 10005.0, 10040.0, 10011.0, 10022.0, 10002.0, 9990.0, 9979.0, 9980.0, 10024.0, 9989.0, 10045.0, 10017.0, 10021.0, 10047.0, 10020.0, 10051.0, 10038.0, 10028.0, 10075.0, 10046.0, 10070.0, 10044.0, 10040.0, 10059.0, 10064.0, 10034.0, 10065.0, 10030.0, 10042.0, 9998.0, 9992.0, 10012.0, 10012.0, 10063.0, 10034.0, 10057.0, 10057.0, 10033.0, 10061.0, 10067.0, 10046.0, 10079.0, 10093.0, 10056.0, 10066.0, 10033.0, 10046.0, 10013.0, 10041.0, 9996.0, 10037.0, 9995.0, 10023.0, 9995.0, 10025.0, 9978.0, 10020.0, 9974.0, 9991.0, 10000.0, 9976.0, 10014.0, 9976.0, 10004.0, 9991.0, 10020.0, 9996.0, 9979.0, 10015.0, 9998.0, 10052.0, 10017.0, 10069.0, 10039.0, 10089.0, 10047.0, 10085.0, 10067.0, 10097.0, 10067.0, 10050.0, 10079.0, 10056.0, 10057.0, 9992.0, 10051.0, 10042.0, 10077.0, 10082.0, 10057.0, 10113.0, 10028.0, 10074.0, 10072.0, 10049.0, 10061.0, 10058.0, 10034.0, 10091.0, 10044.0, 10026.0, 10052.0, 10004.0, 10053.0, 10014.0, 10013.0, 10033.0, 9990.0, 9999.0, 9989.0, 9990.0, 10008.0, 9998.0, 10026.0, 10004.0, 10061.0, 10059.0, 10105.0, 10064.0, 10101.0, 10060.0, 10099.0, 10064.0, 10087.0, 10056.0, 10042.0, 10055.0, 10031.0, 10065.0, 10045.0, 10045.0, 10091.0, 10078.0, 10109.0, 10076.0, 10083.0, 10062.0, 10087.0, 10058.0, 10073.0, 10040.0, 10086.0, 10058.0, 10088.0, 10056.0, 10036.0, 10038.0, 10042.0, 10071.0, 10025.0, 10015.0, 10050.0, 10020.0, 10050.0, 10024.0, 10061.0, 10037.0, 10058.0, 10045.0, 10025.0, 10049.0, 10026.0, 10106.0, 10083.0, 10007.0, 10084.0, 10048.0, 10062.0, 10011.0, 9982.0, 10034.0, 9995.0, 10039.0, 10010.0, 10038.0, 9994.0, 10019.0, 10008.0, 10021.0, 9994.0, 10015.0, 9995.0, 10005.0, 10012.0, 10020.0, 10069.0, 10047.0, 10067.0, 10055.0, 10084.0, 10041.0, 10102.0, 10082.0, 10107.0, 10103.0, 10131.0, 10099.0, 10081.0, 10130.0, 10108.0, 10091.0, 10121.0, 10084.0, 10120.0, 10079.0, 10093.0, 10045.0, 10115.0, 10065.0, 10090.0, 10057.0, 10084.0, 10058.0, 10086.0, 10042.0, 10064.0, 10035.0, 10056.0, 10015.0, 10040.0, 10017.0, 10036.0, 10066.0, 10027.0, 10084.0, 10055.0, 10076.0, 10087.0, 10110.0, 10084.0, 10109.0, 10057.0, 10085.0, 10043.0, 10066.0, 10027.0, 10072.0, 10040.0, 10083.0, 10025.0, 9965.0, 9827.0, 9924.0, 9874.0, 10032.0, 10033.0, 10068.0, 10050.0, 10072.0, 10037.0, 10062.0, 10038.0, 10077.0, 10031.0, 10061.0, 10010.0, 10042.0, 9976.0, 10037.0, 10002.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.00409556831228473</td></tr>
<tr><td colspan=3>aqi</td><td>0.058682200918484494</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.28241495606902</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.207149289011496</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.011340413609196</td></tr>
<tr><td colspan=3>efc</td><td>0.5106</td></tr>
<tr><td colspan=3>fber</td><td>4052.2358</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2641450922661446</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>399</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>45.80941446613088</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4106021547423446</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.279894400188536</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7272528440681345</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2246592199703636</td></tr>
<tr><td colspan=3>gcor</td><td>0.0357881</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012875910848379135</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0374528132379055</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>4.250865102185667</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.5584</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>61.6633</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>234.4924</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293187.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>1106.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>410.1429</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2307</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>519.3093</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3712.6583</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3891.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83357.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1480.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4753.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>915.3376</td></tr>
<tr><td colspan=3>tsnr</td><td>27.607673558872193</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>