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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0017_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-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-03_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-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-04_task-social_acq-mb8_run-03_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-0017/ses-04/func/sub-0017_ses-04_task-social_acq-mb8_run-03_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>0bf65a20efe74e9d1e695907ff01f554</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>12:54:53.422500</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_VE11C_LATEST_20160120</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.999143, 0.0136312, 0.0390933, -0.0125563, 0.99954, -0.0276119]</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_brain_imaging_center</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-03_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.100154</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7739, -7203, 549, 34, -123, 76, 80]</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>259.337</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7335ac2f-40c8-4984-92e3-659698f6df79||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680626392364502, -0.03368763253092766, 0.10651962459087372, 113.94967651367188], [-0.03657164052128792, 2.681692361831665, -0.07316293567419052, -88.04350280761719], [0.10488451272249222, 0.07408078014850616, 2.6969056129455566, -51.83771896362305], [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': ['125453.422500', '125453.882500', '125454.342500', '125454.802500', '125455.262500', '125455.722500', '125456.182500', '125456.642500', '125457.102500', '125457.562500', '125458.022500', '125458.482500', '125458.942500', '125459.402500', '125459.862500', '125500.322500', '125500.782500', '125501.242500', '125501.702500', '125502.162500', '125502.622500', '125503.082500', '125503.542500', '125504.002500', '125504.462500', '125504.922500', '125505.382500', '125505.842500', '125506.302500', '125506.762500', '125507.222500', '125507.682500', '125508.142500', '125508.602500', '125509.062500', '125509.522500', '125509.982500', '125510.442500', '125510.902500', '125511.362500', '125511.822500', '125512.282500', '125512.742500', '125513.202500', '125513.662500', '125514.122500', '125514.582500', '125515.042500', '125515.502500', '125515.962500', '125516.422500', '125516.882500', '125517.342500', '125517.802500', '125518.262500', '125518.722500', '125519.182500', '125519.642500', '125520.102500', '125520.562500', '125521.022500', '125521.482500', '125521.942500', '125522.402500', '125522.862500', '125523.322500', '125523.782500', '125524.242500', '125524.702500', '125525.162500', '125525.622500', '125526.082500', '125526.542500', '125527.002500', '125527.462500', '125527.922500', '125528.382500', '125528.842500', '125529.302500', '125529.762500', '125530.222500', '125530.682500', '125531.142500', '125531.602500', '125532.062500', '125532.522500', '125532.982500', '125533.442500', '125533.902500', '125534.362500', '125534.822500', '125535.282500', '125535.742500', '125536.202500', '125536.662500', '125537.122500', '125537.582500', '125538.042500', '125538.502500', '125538.962500', '125539.422500', '125539.882500', '125540.342500', '125540.802500', '125541.262500', '125541.722500', '125542.182500', '125542.642500', '125543.102500', '125543.562500', '125544.022500', '125544.482500', '125544.942500', '125545.402500', '125545.862500', '125546.322500', '125546.782500', '125547.242500', '125547.702500', '125548.162500', '125548.622500', '125549.082500', '125549.542500', '125550.002500', '125550.462500', '125550.922500', '125551.382500', '125551.842500', '125552.302500', '125552.762500', '125553.222500', '125553.682500', '125554.142500', '125554.602500', '125555.062500', '125555.522500', '125555.982500', '125556.442500', '125556.902500', '125557.362500', '125557.822500', '125558.282500', '125558.742500', '125559.202500', '125559.662500', '125600.122500', '125600.582500', '125601.042500', '125601.502500', '125601.962500', '125602.422500', '125602.882500', '125603.342500', '125603.802500', '125604.262500', '125604.722500', '125605.182500', '125605.642500', '125606.102500', '125606.562500', '125607.022500', '125607.482500', '125607.942500', '125608.402500', '125608.862500', '125609.322500', '125609.782500', '125610.242500', '125610.702500', '125611.162500', '125611.622500', '125612.082500', '125612.542500', '125613.002500', '125613.462500', '125613.922500', '125614.382500', '125614.842500', '125615.302500', '125615.762500', '125616.222500', '125616.682500', '125617.142500', '125617.602500', '125618.062500', '125618.522500', '125618.982500', '125619.442500', '125619.902500', '125620.362500', '125620.822500', '125621.282500', '125621.742500', '125622.202500', '125622.662500', '125623.122500', '125623.582500', '125624.042500', '125624.502500', '125624.962500', '125625.422500', '125625.882500', '125626.342500', '125626.802500', '125627.262500', '125627.722500', '125628.182500', '125628.642500', '125629.102500', '125629.562500', '125630.022500', '125630.482500', '125630.942500', '125631.402500', '125631.862500', '125632.322500', '125632.782500', '125633.242500', '125633.702500', '125634.162500', '125634.622500', '125635.082500', '125635.542500', '125636.002500', '125636.462500', '125636.922500', '125637.382500', '125637.842500', '125638.302500', '125638.762500', '125639.222500', '125639.682500', '125640.142500', '125640.602500', '125641.062500', '125641.522500', '125641.982500', '125642.442500', '125642.902500', '125643.362500', '125643.822500', '125644.282500', '125644.742500', '125645.202500', '125645.662500', '125646.122500', '125646.582500', '125647.042500', '125647.502500', '125647.962500', '125648.422500', '125648.882500', '125649.342500', '125649.802500', '125650.262500', '125650.722500', '125651.182500', '125651.642500', '125652.102500', '125652.562500', '125653.022500', '125653.482500', '125653.942500', '125654.402500', '125654.862500', '125655.322500', '125655.782500', '125656.242500', '125656.702500', '125657.162500', '125657.622500', '125658.082500', '125658.542500', '125659.002500', '125659.462500', '125659.922500', '125700.382500', '125700.842500', '125701.302500', '125701.762500', '125702.222500', '125702.682500', '125703.142500', '125703.602500', '125704.062500', '125704.522500', '125704.982500', '125705.442500', '125705.902500', '125706.362500', '125706.822500', '125707.282500', '125707.742500', '125708.202500', '125708.662500', '125709.122500', '125709.582500', '125710.042500', '125710.502500', '125710.962500', '125711.422500', '125711.882500', '125712.342500', '125712.802500', '125713.262500', '125713.722500', '125714.182500', '125714.642500', '125715.102500', '125715.562500', '125716.022500', '125716.482500', '125716.942500', '125717.402500', '125717.862500', '125718.322500', '125718.782500', '125719.242500', '125719.702500', '125720.162500', '125720.622500', '125721.082500', '125721.542500', '125722.002500', '125722.462500', '125722.922500', '125723.382500', '125723.842500', '125724.302500', '125724.762500', '125725.222500', '125725.682500', '125726.142500', '125726.602500', '125727.062500', '125727.522500', '125727.982500', '125728.442500', '125728.902500', '125729.362500', '125729.822500', '125730.282500', '125730.742500', '125731.202500', '125731.662500', '125732.122500', '125732.582500', '125733.042500', '125733.502500', '125733.962500', '125734.422500', '125734.882500', '125735.342500', '125735.802500', '125736.262500', '125736.722500', '125737.182500', '125737.642500', '125738.102500', '125738.562500', '125739.022500', '125739.482500', '125739.942500', '125740.402500', '125740.862500', '125741.322500', '125741.782500', '125742.242500', '125742.702500', '125743.162500', '125743.622500', '125744.082500', '125744.542500', '125745.002500', '125745.462500', '125745.922500', '125746.382500', '125746.842500', '125747.302500', '125747.762500', '125748.222500', '125748.682500', '125749.142500', '125749.602500', '125750.062500', '125750.522500', '125750.982500', '125751.442500', '125751.902500', '125752.362500', '125752.822500', '125753.282500', '125753.742500', '125754.202500', '125754.662500', '125755.122500', '125755.582500', '125756.042500', '125756.502500', '125756.962500', '125757.422500', '125757.882500', '125758.342500', '125758.802500', '125759.262500', '125759.722500', '125800.182500', '125800.642500', '125801.102500', '125801.562500', '125802.022500', '125802.482500', '125802.942500', '125803.402500', '125803.862500', '125804.322500', '125804.782500', '125805.242500', '125805.702500', '125806.162500', '125806.622500', '125807.082500', '125807.542500', '125808.002500', '125808.462500', '125808.922500', '125809.382500', '125809.842500', '125810.302500', '125810.762500', '125811.222500', '125811.682500', '125812.142500', '125812.602500', '125813.062500', '125813.522500', '125813.982500', '125814.442500', '125814.902500', '125815.362500', '125815.822500', '125816.282500', '125816.742500', '125817.202500', '125817.662500', '125818.122500', '125818.582500', '125819.042500', '125819.502500', '125819.962500', '125820.422500', '125820.882500', '125821.342500', '125821.802500', '125822.262500', '125822.722500', '125823.182500', '125823.642500', '125824.102500', '125824.562500', '125825.022500', '125825.482500', '125825.942500', '125826.402500', '125826.862500', '125827.322500', '125827.782500', '125828.242500', '125828.702500', '125829.162500', '125829.622500', '125830.082500', '125830.542500', '125831.002500', '125831.462500', '125831.922500', '125832.382500', '125832.842500', '125833.302500', '125833.762500', '125834.222500', '125834.682500', '125835.142500', '125835.602500', '125836.062500', '125836.522500', '125836.982500', '125837.442500', '125837.902500', '125838.362500', '125838.822500', '125839.282500', '125839.742500', '125840.202500', '125840.662500', '125841.122500', '125841.582500', '125842.042500', '125842.502500', '125842.962500', '125843.422500', '125843.882500', '125844.342500', '125844.802500', '125845.262500', '125845.722500', '125846.182500', '125846.642500', '125847.102500', '125847.562500', '125848.022500', '125848.482500', '125848.942500', '125849.402500', '125849.862500', '125850.322500', '125850.782500', '125851.242500', '125851.702500', '125852.162500', '125852.622500', '125853.082500', '125853.542500', '125854.002500', '125854.462500', '125854.922500', '125855.382500', '125855.842500', '125856.302500', '125856.762500', '125857.222500', '125857.682500', '125858.142500', '125858.602500', '125859.062500', '125859.522500', '125859.982500', '125900.442500', '125900.902500', '125901.362500', '125901.822500', '125902.282500', '125902.742500', '125903.202500', '125903.662500', '125904.122500', '125904.582500', '125905.042500', '125905.502500', '125905.962500', '125906.422500', '125906.882500', '125907.342500', '125907.802500', '125908.262500', '125908.722500', '125909.182500', '125909.642500', '125910.102500', '125910.562500', '125911.022500', '125911.482500', '125911.942500', '125912.402500', '125912.862500', '125913.322500', '125913.782500', '125914.242500', '125914.702500', '125915.162500', '125915.622500', '125916.082500', '125916.542500', '125917.002500', '125917.462500', '125917.922500', '125918.382500', '125918.842500', '125919.302500', '125919.762500', '125920.222500', '125920.682500', '125921.142500', '125921.602500', '125922.062500', '125922.522500', '125922.982500', '125923.442500', '125923.902500', '125924.362500', '125924.822500', '125925.282500', '125925.742500', '125926.202500', '125926.662500', '125927.122500', '125927.582500', '125928.042500', '125928.502500', '125928.962500', '125929.422500', '125929.882500', '125930.342500', '125930.802500', '125931.262500', '125931.722500', '125932.182500', '125932.642500', '125933.102500', '125933.562500', '125934.022500', '125934.482500', '125934.942500', '125935.402500', '125935.862500', '125936.322500', '125936.782500', '125937.242500', '125937.702500', '125938.162500', '125938.622500', '125939.082500', '125939.542500', '125940.002500', '125940.462500', '125940.922500', '125941.382500', '125941.842500', '125942.302500', '125942.762500', '125943.222500', '125943.682500', '125944.142500', '125944.602500', '125945.062500', '125945.522500', '125945.982500', '125946.442500', '125946.902500', '125947.362500', '125947.822500', '125948.282500', '125948.742500', '125949.202500', '125949.662500', '125950.122500', '125950.582500', '125951.042500', '125951.502500', '125951.962500', '125952.422500', '125952.882500', '125953.342500', '125953.802500', '125954.262500', '125954.722500', '125955.182500', '125955.642500', '125956.102500', '125956.562500', '125957.022500', '125957.482500', '125957.942500', '125958.402500', '125958.862500', '125959.322500', '125959.782500', '130000.242500', '130000.702500', '130001.162500', '130001.622500', '130002.082500', '130002.542500', '130003.002500', '130003.462500', '130003.922500', '130004.382500', '130004.842500', '130005.302500', '130005.762500', '130006.222500', '130006.682500', '130007.142500', '130007.602500', '130008.062500', '130008.522500', '130008.982500', '130009.442500', '130009.902500', '130010.362500', '130010.822500', '130011.282500', '130011.742500', '130012.202500', '130012.662500', '130013.122500', '130013.582500', '130014.042500', '130014.502500', '130014.962500', '130015.422500', '130015.882500', '130016.342500', '130016.802500', '130017.262500', '130017.722500', '130018.182500', '130018.642500', '130019.102500', '130019.562500', '130020.022500', '130020.482500', '130020.942500', '130021.402500', '130021.862500', '130022.322500', '130022.782500', '130023.242500', '130023.702500', '130024.162500', '130024.622500', '130025.082500', '130025.542500', '130026.002500', '130026.462500', '130026.922500', '130027.382500', '130027.842500', '130028.302500', '130028.762500', '130029.222500', '130029.682500', '130030.142500', '130030.602500', '130031.062500', '130031.522500', '130031.982500', '130032.442500', '130032.902500', '130033.362500', '130033.822500', '130034.282500', '130034.742500', '130035.202500', '130035.662500', '130036.122500', '130036.582500', '130037.042500', '130037.502500', '130037.962500', '130038.422500', '130038.882500', '130039.342500', '130039.802500', '130040.262500', '130040.722500', '130041.182500', '130041.642500', '130042.102500', '130042.562500', '130043.022500', '130043.482500', '130043.942500', '130044.402500', '130044.862500', '130045.322500', '130045.782500', '130046.242500', '130046.702500', '130047.162500', '130047.622500', '130048.082500', '130048.542500', '130049.002500', '130049.462500', '130049.922500', '130050.382500', '130050.842500', '130051.302500', '130051.762500', '130052.222500', '130052.682500', '130053.142500', '130053.602500', '130054.062500', '130054.522500', '130054.982500', '130055.442500', '130055.902500', '130056.362500', '130056.822500', '130057.282500', '130057.742500', '130058.202500', '130058.662500', '130059.122500', '130059.582500', '130100.042500', '130100.502500', '130100.962500', '130101.422500', '130101.882500', '130102.342500', '130102.802500', '130103.262500', '130103.722500', '130104.182500', '130104.642500', '130105.102500', '130105.562500', '130106.022500', '130106.482500', '130106.942500', '130107.402500', '130107.862500', '130108.322500', '130108.782500', '130109.242500', '130109.702500', '130110.162500', '130110.622500', '130111.082500', '130111.542500', '130112.002500', '130112.462500', '130112.922500', '130113.382500', '130113.842500', '130114.302500', '130114.762500', '130115.222500', '130115.682500', '130116.142500', '130116.602500', '130117.062500', '130117.522500', '130117.982500', '130118.442500', '130118.902500', '130119.362500', '130119.822500', '130120.282500', '130120.742500', '130121.202500', '130121.662500', '130122.122500', '130122.582500', '130123.042500', '130123.502500', '130123.962500', '130124.422500', '130124.882500', '130125.342500', '130125.802500', '130126.262500', '130126.722500', '130127.182500', '130127.642500', '130128.102500', '130128.562500', '130129.022500', '130129.482500', '130129.942500', '130130.402500', '130130.862500', '130131.322500', '130131.782500', '130132.242500', '130132.702500', '130133.162500', '130133.622500', '130134.082500'], 'ContentTime': ['125508.350000', '125508.353000', '125508.356000', '125508.359000', '125508.362000', '125508.365000', '125508.368000', '125508.371000', '125508.374000', '125508.377000', '125508.380000', '125508.382000', '125508.386000', '125508.389000', '125508.391000', '125508.394000', '125508.397000', '125508.400000', '125508.403000', '125508.411000', '125508.414000', '125508.417000', '125508.420000', '125508.423000', '125508.426000', '125508.429000', '125508.432000', '125508.435000', '125508.438000', '125508.441000', '125508.444000', '125528.305000', '125528.308000', '125528.311000', '125528.313000', '125528.316000', '125528.319000', '125528.322000', '125528.325000', '125528.329000', '125528.332000', '125528.335000', '125528.337000', '125528.340000', '125528.343000', '125528.346000', '125528.348000', '125528.351000', '125528.354000', '125528.357000', '125528.360000', '125528.362000', '125528.365000', '125528.368000', '125528.371000', '125528.374000', '125528.377000', '125528.387000', '125528.390000', '125528.392000', '125528.395000', '125528.398000', '125528.401000', '125528.404000', '125528.406000', '125528.409000', '125528.412000', '125528.415000', '125528.418000', '125528.433000', '125528.436000', '125528.439000', '125528.441000', '125528.444000', '125528.447000', '125548.306000', '125548.309000', '125548.311000', '125548.314000', '125548.317000', '125548.320000', '125548.323000', '125548.326000', '125548.329000', '125548.332000', '125548.336000', '125548.341000', '125548.344000', '125548.347000', '125548.350000', '125548.352000', '125548.355000', '125548.358000', '125548.361000', '125548.363000', '125548.366000', '125548.369000', '125548.376000', '125548.379000', '125548.381000', '125548.384000', '125548.387000', '125548.390000', '125548.393000', '125548.396000', '125548.398000', '125548.401000', '125548.404000', '125548.407000', '125548.410000', '125548.412000', '125548.415000', '125548.418000', '125548.421000', '125548.424000', '125548.426000', '125548.429000', '125548.432000', '125608.306000', '125608.309000', '125608.312000', '125608.315000', '125608.317000', '125608.320000', '125608.323000', '125608.326000', '125608.329000', '125608.332000', '125608.334000', '125608.337000', '125608.340000', '125608.343000', '125608.346000', '125608.348000', '125608.351000', '125608.354000', '125608.357000', '125608.360000', '125608.362000', '125608.365000', '125608.368000', '125608.371000', '125608.374000', '125608.377000', '125608.379000', '125608.382000', '125608.385000', '125608.388000', '125608.391000', '125608.393000', '125608.396000', '125608.399000', '125608.402000', '125608.405000', '125608.407000', '125608.410000', '125608.413000', '125608.416000', '125608.419000', '125608.422000', '125608.424000', '125608.427000', '125628.306000', '125628.309000', '125628.311000', '125628.315000', '125628.317000', '125628.320000', '125628.323000', '125628.326000', '125628.329000', '125628.331000', '125628.334000', '125628.337000', '125628.340000', '125628.343000', '125628.346000', '125628.349000', '125628.352000', '125628.355000', '125628.357000', '125628.360000', '125628.363000', '125628.366000', '125628.369000', '125628.371000', '125628.374000', '125628.377000', '125628.380000', '125628.383000', '125628.385000', '125628.388000', '125628.391000', '125628.394000', '125628.397000', '125628.400000', '125628.402000', '125628.405000', '125628.408000', '125628.411000', '125628.414000', '125628.416000', '125628.419000', '125628.422000', '125628.425000', '125648.305000', '125648.308000', '125648.311000', '125648.313000', '125648.316000', '125648.319000', '125648.322000', '125648.325000', '125648.328000', '125648.330000', '125648.333000', '125648.336000', '125648.339000', '125648.342000', '125648.344000', '125648.347000', '125648.350000', '125648.353000', '125648.356000', '125648.358000', '125648.361000', '125648.364000', '125648.367000', '125648.370000', '125648.373000', '125648.376000', '125648.378000', '125648.381000', '125648.384000', '125648.387000', '125648.390000', '125648.392000', '125648.395000', '125648.398000', '125648.401000', '125648.404000', '125648.407000', '125648.409000', '125648.412000', '125648.415000', '125648.418000', '125648.421000', '125648.423000', '125648.426000', '125708.305000', '125708.308000', '125708.311000', '125708.314000', '125708.316000', '125708.319000', '125708.322000', '125708.325000', '125708.328000', '125708.331000', '125708.334000', '125708.336000', '125708.339000', '125708.342000', '125708.345000', '125708.348000', '125708.351000', '125708.354000', '125708.357000', '125708.360000', '125708.363000', '125708.366000', '125708.369000', '125708.371000', '125708.374000', '125708.377000', '125708.380000', '125708.383000', '125708.386000', '125708.388000', '125708.391000', '125708.394000', '125708.397000', '125708.412000', '125708.415000', '125708.418000', '125708.421000', '125708.423000', '125708.426000', '125708.429000', '125708.432000', '125708.435000', '125708.437000', '125728.305000', '125728.308000', '125728.310000', '125728.313000', '125728.316000', '125728.319000', '125728.322000', '125728.325000', '125728.328000', '125728.331000', '125728.333000', '125728.336000', '125728.339000', '125728.342000', '125728.345000', '125728.348000', '125728.350000', '125728.353000', '125728.356000', '125728.359000', '125728.362000', '125728.365000', '125728.367000', '125728.370000', '125728.373000', '125728.376000', '125728.379000', '125728.381000', '125728.384000', '125728.387000', '125728.390000', '125728.397000', '125728.400000', '125728.403000', '125728.406000', '125728.409000', '125728.411000', '125728.414000', '125728.417000', '125728.420000', '125728.423000', '125728.425000', '125728.428000', '125728.431000', '125748.305000', '125748.308000', '125748.311000', '125748.313000', '125748.316000', '125748.319000', '125748.322000', '125748.325000', '125748.328000', '125748.331000', '125748.333000', '125748.336000', '125748.339000', '125748.342000', '125748.345000', '125748.348000', '125748.350000', '125748.353000', '125748.356000', '125748.359000', '125748.362000', '125748.365000', '125748.368000', '125748.370000', '125748.373000', '125748.376000', '125748.379000', '125748.383000', '125748.388000', '125748.391000', '125748.394000', '125748.397000', '125748.400000', '125748.402000', '125748.405000', '125748.408000', '125748.411000', '125748.414000', '125748.417000', '125748.420000', '125748.422000', '125748.425000', '125748.428000', '125808.306000', '125808.309000', '125808.312000', '125808.315000', '125808.317000', '125808.320000', '125808.323000', '125808.326000', '125808.329000', '125808.331000', '125808.334000', '125808.337000', '125808.340000', '125808.343000', '125808.346000', '125808.349000', '125808.351000', '125808.354000', '125808.357000', '125808.360000', '125808.363000', '125808.366000', '125808.369000', '125808.371000', '125808.374000', '125808.377000', '125808.380000', '125808.383000', '125808.386000', '125808.389000', '125808.392000', '125808.395000', '125808.397000', '125808.400000', '125808.403000', '125808.406000', '125808.409000', '125808.411000', '125808.414000', '125808.417000', '125808.420000', '125808.423000', '125808.426000', '125808.429000', '125828.306000', '125828.309000', '125828.312000', '125828.314000', '125828.317000', '125828.320000', '125828.323000', '125828.326000', '125828.329000', '125828.332000', '125828.334000', '125828.337000', '125828.342000', '125828.345000', '125828.347000', '125828.350000', '125828.353000', '125828.356000', '125828.359000', '125828.362000', '125828.365000', '125828.368000', '125828.370000', '125828.373000', '125828.376000', '125828.379000', '125828.382000', '125828.385000', '125828.388000', '125828.390000', '125828.393000', '125828.396000', '125828.399000', '125828.402000', '125828.405000', '125828.408000', '125828.411000', '125828.415000', '125828.420000', '125828.423000', '125828.425000', '125828.428000', '125828.431000', '125848.306000', '125848.309000', '125848.312000', '125848.315000', '125848.318000', '125848.321000', '125848.323000', '125848.326000', '125848.329000', '125848.332000', '125848.335000', '125848.338000', '125848.341000', '125848.344000', '125848.346000', '125848.363000', '125848.365000', '125848.368000', '125848.371000', '125848.374000', '125848.377000', '125848.380000', '125848.382000', '125848.385000', '125848.388000', '125848.391000', '125848.394000', '125848.397000', '125848.399000', '125848.402000', '125848.405000', '125848.408000', '125848.411000', '125848.414000', '125848.416000', '125848.419000', '125848.422000', '125848.425000', '125848.428000', '125848.431000', '125848.433000', '125848.436000', '125848.439000', '125848.442000', '125908.305000', '125908.308000', '125908.311000', '125908.314000', '125908.316000', '125908.319000', '125908.322000', '125908.325000', '125908.328000', '125908.331000', '125908.333000', '125908.336000', '125908.339000', '125908.342000', '125908.345000', '125908.348000', '125908.351000', '125908.354000', '125908.356000', '125908.359000', '125908.362000', '125908.365000', '125908.368000', '125908.370000', '125908.373000', '125908.376000', '125908.379000', '125908.382000', '125908.385000', '125908.387000', '125908.390000', '125908.393000', '125908.396000', '125908.399000', '125908.401000', '125908.404000', '125908.407000', '125908.410000', '125908.413000', '125908.417000', '125908.420000', '125908.423000', '125908.426000', '125928.305000', '125928.308000', '125928.311000', '125928.313000', '125928.316000', '125928.319000', '125928.322000', '125928.325000', '125928.328000', '125928.331000', '125928.333000', '125928.336000', '125928.339000', '125928.342000', '125928.345000', '125928.347000', '125928.350000', '125928.353000', '125928.356000', '125928.359000', '125928.362000', '125928.365000', '125928.367000', '125928.370000', '125928.373000', '125928.376000', '125928.379000', '125928.381000', '125928.385000', '125928.387000', '125928.390000', '125928.393000', '125928.396000', '125928.399000', '125928.401000', '125928.404000', '125928.407000', '125928.410000', '125928.413000', '125928.416000', '125928.419000', '125928.421000', '125928.424000', '125928.427000', '125948.305000', '125948.308000', '125948.311000', '125948.314000', '125948.316000', '125948.319000', '125948.322000', '125948.325000', '125948.328000', '125948.331000', '125948.334000', '125948.336000', '125948.339000', '125948.342000', '125948.345000', '125948.348000', '125948.351000', '125948.353000', '125948.356000', '125948.359000', '125948.362000', '125948.365000', '125948.368000', '125948.371000', '125948.374000', '125948.378000', '125948.381000', '125948.384000', '125948.387000', '125948.389000', '125948.392000', '125948.395000', '125948.398000', '125948.401000', '125948.404000', '125948.406000', '125948.409000', '125948.412000', '125948.415000', '125948.418000', '125948.421000', '125948.424000', '125948.427000', '130008.305000', '130008.308000', '130008.311000', '130008.314000', '130008.316000', '130008.319000', '130008.322000', '130008.325000', '130008.328000', '130008.331000', '130008.333000', '130008.336000', '130008.339000', '130008.342000', '130008.345000', '130008.348000', '130008.351000', '130008.354000', '130008.356000', '130008.359000', '130008.362000', '130008.365000', '130008.368000', '130008.371000', '130008.374000', '130008.376000', '130008.379000', '130008.382000', '130008.385000', '130008.388000', '130008.391000', '130008.394000', '130008.396000', '130008.399000', '130008.402000', '130008.405000', '130008.408000', '130008.411000', '130008.413000', '130008.416000', '130008.427000', '130008.430000', '130008.433000', '130008.436000', '130028.306000', '130028.309000', '130028.312000', '130028.315000', '130028.318000', '130028.320000', '130028.323000', '130028.326000', '130028.329000', '130028.332000', '130028.335000', '130028.337000', '130028.340000', '130028.343000', '130028.346000', '130028.349000', '130028.352000', '130028.355000', '130028.358000', '130028.360000', '130028.363000', '130028.366000', '130028.369000', '130028.379000', '130028.382000', '130028.385000', '130028.388000', '130028.391000', '130028.394000', '130028.397000', '130028.400000', '130028.402000', '130028.405000', '130028.408000', '130028.411000', '130028.414000', '130028.417000', '130028.419000', '130028.422000', '130028.425000', '130028.428000', '130028.431000', '130028.434000', '130048.306000', '130048.309000', '130048.312000', '130048.315000', '130048.317000', '130048.320000', '130048.323000', '130048.326000', '130048.329000', '130048.331000', '130048.334000', '130048.337000', '130048.340000', '130048.343000', '130048.346000', '130048.350000', '130048.353000', '130048.356000', '130048.359000', '130048.362000', '130048.364000', '130048.367000', '130048.370000', '130048.373000', '130048.376000', '130048.379000', '130048.382000', '130048.385000', '130048.387000', '130048.390000', '130048.393000', '130048.396000', '130048.399000', '130048.402000', '130048.405000', '130048.407000', '130048.410000', '130048.413000', '130048.416000', '130048.419000', '130048.422000', '130048.425000', '130048.427000', '130048.430000', '130108.306000', '130108.309000', '130108.312000', '130108.314000', '130108.317000', '130108.320000', '130108.323000', '130108.326000', '130108.329000', '130108.331000', '130108.334000', '130108.337000', '130108.340000', '130108.343000', '130108.346000', '130108.348000', '130108.351000', '130108.354000', '130108.357000', '130108.360000', '130108.363000', '130108.366000', '130108.368000', '130108.371000', '130108.374000', '130108.377000', '130108.380000', '130108.383000', '130108.385000', '130108.388000', '130108.391000', '130108.394000', '130108.397000', '130108.399000', '130108.402000', '130108.405000', '130108.408000', '130108.411000', '130108.414000', '130108.418000', '130108.421000', '130108.424000', '130108.427000', '130128.305000', '130128.308000', '130128.311000', '130128.313000', '130128.316000', '130128.319000', '130128.322000', '130128.325000', '130128.328000', '130128.331000', '130128.333000', '130128.336000', '130128.339000', '130128.342000', '130128.345000', '130128.348000', '130128.350000', '130128.353000', '130128.356000', '130128.359000', '130128.362000', '130128.365000', '130128.367000', '130128.370000', '130128.373000', '130128.376000', '130128.379000', '130128.383000', '130128.386000', '130128.389000', '130128.391000', '130128.394000', '130128.397000', '130128.400000', '130128.403000', '130128.406000', '130128.408000', '130128.411000', '130128.414000', '130128.417000', '130128.420000', '130128.423000', '130128.425000', '130128.428000', '130134.744000', '130134.747000', '130134.751000', '130134.754000', '130134.757000', '130134.761000', '130134.764000', '130134.773000', '130134.776000', '130134.780000', '130134.783000', '130134.785000', '130134.788000', '130134.791000'], 'InstanceCreationTime': ['125508.350000', '125508.353000', '125508.356000', '125508.359000', '125508.362000', '125508.365000', '125508.368000', '125508.371000', '125508.374000', '125508.377000', '125508.380000', '125508.382000', '125508.386000', '125508.389000', '125508.391000', '125508.394000', '125508.397000', '125508.400000', '125508.403000', '125508.411000', '125508.414000', '125508.417000', '125508.420000', '125508.423000', '125508.426000', '125508.429000', '125508.432000', '125508.435000', '125508.438000', '125508.441000', '125508.444000', '125528.305000', '125528.308000', '125528.311000', '125528.313000', '125528.316000', '125528.319000', '125528.322000', '125528.325000', '125528.329000', '125528.332000', '125528.335000', '125528.337000', '125528.340000', '125528.343000', '125528.346000', '125528.348000', '125528.351000', '125528.354000', '125528.357000', '125528.360000', '125528.362000', '125528.365000', '125528.368000', '125528.371000', '125528.374000', '125528.377000', '125528.387000', '125528.390000', '125528.392000', '125528.395000', '125528.398000', '125528.401000', '125528.404000', '125528.406000', '125528.409000', '125528.412000', '125528.415000', '125528.418000', '125528.433000', '125528.436000', '125528.439000', '125528.441000', '125528.444000', '125528.447000', '125548.306000', '125548.309000', '125548.311000', '125548.314000', '125548.317000', '125548.320000', '125548.323000', '125548.326000', '125548.329000', '125548.332000', '125548.336000', '125548.341000', '125548.344000', '125548.347000', '125548.350000', '125548.352000', '125548.355000', '125548.358000', '125548.361000', '125548.363000', '125548.366000', '125548.369000', '125548.376000', '125548.379000', '125548.381000', '125548.384000', '125548.387000', '125548.390000', '125548.393000', '125548.396000', '125548.398000', '125548.401000', '125548.404000', '125548.407000', '125548.410000', '125548.412000', '125548.415000', '125548.418000', '125548.421000', '125548.424000', '125548.426000', '125548.429000', '125548.432000', '125608.306000', '125608.309000', '125608.312000', '125608.315000', '125608.317000', '125608.320000', '125608.323000', '125608.326000', '125608.329000', '125608.332000', '125608.334000', '125608.337000', '125608.340000', '125608.343000', '125608.346000', '125608.348000', '125608.351000', '125608.354000', '125608.357000', '125608.360000', '125608.362000', '125608.365000', '125608.368000', '125608.371000', '125608.374000', '125608.377000', '125608.379000', '125608.382000', '125608.385000', '125608.388000', '125608.391000', '125608.393000', '125608.396000', '125608.399000', '125608.402000', '125608.405000', '125608.407000', '125608.410000', '125608.413000', '125608.416000', '125608.419000', '125608.422000', '125608.424000', '125608.427000', '125628.306000', '125628.309000', '125628.311000', '125628.315000', '125628.317000', '125628.320000', '125628.323000', '125628.326000', '125628.329000', '125628.331000', '125628.334000', '125628.337000', '125628.340000', '125628.343000', '125628.346000', '125628.349000', '125628.352000', '125628.355000', '125628.357000', '125628.360000', '125628.363000', '125628.366000', '125628.369000', '125628.371000', '125628.374000', '125628.377000', '125628.380000', '125628.383000', '125628.385000', '125628.388000', '125628.391000', '125628.394000', '125628.397000', '125628.400000', '125628.402000', '125628.405000', '125628.408000', '125628.411000', '125628.414000', '125628.416000', '125628.419000', '125628.422000', '125628.425000', '125648.305000', '125648.308000', '125648.311000', '125648.313000', '125648.316000', '125648.319000', '125648.322000', '125648.325000', '125648.328000', '125648.330000', '125648.333000', '125648.336000', '125648.339000', '125648.342000', '125648.344000', '125648.347000', '125648.350000', '125648.353000', '125648.356000', '125648.358000', '125648.361000', '125648.364000', '125648.367000', '125648.370000', '125648.373000', '125648.376000', '125648.378000', '125648.381000', '125648.384000', '125648.387000', '125648.390000', '125648.392000', '125648.395000', '125648.398000', '125648.401000', '125648.404000', '125648.407000', '125648.409000', '125648.412000', '125648.415000', '125648.418000', '125648.421000', '125648.423000', '125648.426000', '125708.305000', '125708.308000', '125708.311000', '125708.314000', '125708.316000', '125708.319000', '125708.322000', '125708.325000', '125708.328000', '125708.331000', '125708.334000', '125708.336000', '125708.339000', '125708.342000', '125708.345000', '125708.348000', '125708.351000', '125708.354000', '125708.357000', '125708.360000', '125708.363000', '125708.366000', '125708.369000', '125708.371000', '125708.374000', '125708.377000', '125708.380000', '125708.383000', '125708.386000', '125708.388000', '125708.391000', '125708.394000', '125708.397000', '125708.412000', '125708.415000', '125708.418000', '125708.421000', '125708.423000', '125708.426000', '125708.429000', '125708.432000', '125708.435000', '125708.437000', '125728.305000', '125728.308000', '125728.310000', '125728.313000', '125728.316000', '125728.319000', '125728.322000', '125728.325000', '125728.328000', '125728.331000', '125728.333000', '125728.336000', '125728.339000', '125728.342000', '125728.345000', '125728.348000', '125728.350000', '125728.353000', '125728.356000', '125728.359000', '125728.362000', '125728.365000', '125728.367000', '125728.370000', '125728.373000', '125728.376000', '125728.379000', '125728.381000', '125728.384000', '125728.387000', '125728.390000', '125728.397000', '125728.400000', '125728.403000', '125728.406000', '125728.409000', '125728.411000', '125728.414000', '125728.417000', '125728.420000', '125728.423000', '125728.425000', '125728.428000', '125728.431000', '125748.305000', '125748.308000', '125748.311000', '125748.313000', '125748.316000', '125748.319000', '125748.322000', '125748.325000', '125748.328000', '125748.331000', '125748.333000', '125748.336000', '125748.339000', '125748.342000', '125748.345000', '125748.348000', '125748.350000', '125748.353000', '125748.356000', '125748.359000', '125748.362000', '125748.365000', '125748.368000', '125748.370000', '125748.373000', '125748.376000', '125748.379000', '125748.383000', '125748.388000', '125748.391000', '125748.394000', '125748.397000', '125748.400000', '125748.402000', '125748.405000', '125748.408000', '125748.411000', '125748.414000', '125748.417000', '125748.420000', '125748.422000', '125748.425000', '125748.428000', '125808.306000', '125808.309000', '125808.312000', '125808.315000', '125808.317000', '125808.320000', '125808.323000', '125808.326000', '125808.329000', '125808.331000', '125808.334000', '125808.337000', '125808.340000', '125808.343000', '125808.346000', '125808.349000', '125808.351000', '125808.354000', '125808.357000', '125808.360000', '125808.363000', '125808.366000', '125808.369000', '125808.371000', '125808.374000', '125808.377000', '125808.380000', '125808.383000', '125808.386000', '125808.389000', '125808.392000', '125808.395000', '125808.397000', '125808.400000', '125808.403000', '125808.406000', '125808.409000', '125808.411000', '125808.414000', '125808.417000', '125808.420000', '125808.423000', '125808.426000', '125808.429000', '125828.306000', '125828.309000', '125828.312000', '125828.314000', '125828.317000', '125828.320000', '125828.323000', '125828.326000', '125828.329000', '125828.332000', '125828.334000', '125828.337000', '125828.342000', '125828.345000', '125828.347000', '125828.350000', '125828.353000', '125828.356000', '125828.359000', '125828.362000', '125828.365000', '125828.368000', '125828.370000', '125828.373000', '125828.376000', '125828.379000', '125828.382000', '125828.385000', '125828.388000', '125828.390000', '125828.393000', '125828.396000', '125828.399000', '125828.402000', '125828.405000', '125828.408000', '125828.411000', '125828.415000', '125828.420000', '125828.423000', '125828.425000', '125828.428000', '125828.431000', '125848.306000', '125848.309000', '125848.312000', '125848.315000', '125848.318000', '125848.321000', '125848.323000', '125848.326000', '125848.329000', '125848.332000', '125848.335000', '125848.338000', '125848.341000', '125848.344000', '125848.346000', '125848.363000', '125848.365000', '125848.368000', '125848.371000', '125848.374000', '125848.377000', '125848.380000', '125848.382000', '125848.385000', '125848.388000', '125848.391000', '125848.394000', '125848.397000', '125848.399000', '125848.402000', '125848.405000', '125848.408000', '125848.411000', '125848.414000', '125848.416000', '125848.419000', '125848.422000', '125848.425000', '125848.428000', '125848.431000', '125848.433000', '125848.436000', '125848.439000', '125848.442000', '125908.305000', '125908.308000', '125908.311000', '125908.314000', '125908.316000', '125908.319000', '125908.322000', '125908.325000', '125908.328000', '125908.331000', '125908.333000', '125908.336000', '125908.339000', '125908.342000', '125908.345000', '125908.348000', '125908.351000', '125908.354000', '125908.356000', '125908.359000', '125908.362000', '125908.365000', '125908.368000', '125908.370000', '125908.373000', '125908.376000', '125908.379000', '125908.382000', '125908.385000', '125908.387000', '125908.390000', '125908.393000', '125908.396000', '125908.399000', '125908.401000', '125908.404000', '125908.407000', '125908.410000', '125908.413000', '125908.417000', '125908.420000', '125908.423000', '125908.426000', '125928.305000', '125928.308000', '125928.311000', '125928.313000', '125928.316000', '125928.319000', '125928.322000', '125928.325000', '125928.328000', '125928.331000', '125928.333000', '125928.336000', '125928.339000', '125928.342000', '125928.345000', '125928.347000', '125928.350000', '125928.353000', '125928.356000', '125928.359000', '125928.362000', '125928.365000', '125928.367000', '125928.370000', '125928.373000', '125928.376000', '125928.379000', '125928.381000', '125928.385000', '125928.387000', '125928.390000', '125928.393000', '125928.396000', '125928.399000', '125928.401000', '125928.404000', '125928.407000', '125928.410000', '125928.413000', '125928.416000', '125928.419000', '125928.421000', '125928.424000', '125928.427000', '125948.305000', '125948.308000', '125948.311000', '125948.314000', '125948.316000', '125948.319000', '125948.322000', '125948.325000', '125948.328000', '125948.331000', '125948.334000', '125948.336000', '125948.339000', '125948.342000', '125948.345000', '125948.348000', '125948.351000', '125948.353000', '125948.356000', '125948.359000', '125948.362000', '125948.365000', '125948.368000', '125948.371000', '125948.374000', '125948.378000', '125948.381000', '125948.384000', '125948.387000', '125948.389000', '125948.392000', '125948.395000', '125948.398000', '125948.401000', '125948.404000', '125948.406000', '125948.409000', '125948.412000', '125948.415000', '125948.418000', '125948.421000', '125948.424000', '125948.427000', '130008.305000', '130008.308000', '130008.311000', '130008.314000', '130008.316000', '130008.319000', '130008.322000', '130008.325000', '130008.328000', '130008.331000', '130008.333000', '130008.336000', '130008.339000', '130008.342000', '130008.345000', '130008.348000', '130008.351000', '130008.354000', '130008.356000', '130008.359000', '130008.362000', '130008.365000', '130008.368000', '130008.371000', '130008.374000', '130008.376000', '130008.379000', '130008.382000', '130008.385000', '130008.388000', '130008.391000', '130008.394000', '130008.396000', '130008.399000', '130008.402000', '130008.405000', '130008.408000', '130008.411000', '130008.413000', '130008.416000', '130008.427000', '130008.430000', '130008.433000', '130008.436000', '130028.306000', '130028.309000', '130028.312000', '130028.315000', '130028.318000', '130028.320000', '130028.323000', '130028.326000', '130028.329000', '130028.332000', '130028.335000', '130028.337000', '130028.340000', '130028.343000', '130028.346000', '130028.349000', '130028.352000', '130028.355000', '130028.358000', '130028.360000', '130028.363000', '130028.366000', '130028.369000', '130028.379000', '130028.382000', '130028.385000', '130028.388000', '130028.391000', '130028.394000', '130028.397000', '130028.400000', '130028.402000', '130028.405000', '130028.408000', '130028.411000', '130028.414000', '130028.417000', '130028.419000', '130028.422000', '130028.425000', '130028.428000', '130028.431000', '130028.434000', '130048.306000', '130048.309000', '130048.312000', '130048.315000', '130048.317000', '130048.320000', '130048.323000', '130048.326000', '130048.329000', '130048.331000', '130048.334000', '130048.337000', '130048.340000', '130048.343000', '130048.346000', '130048.350000', '130048.353000', '130048.356000', '130048.359000', '130048.362000', '130048.364000', '130048.367000', '130048.370000', '130048.373000', '130048.376000', '130048.379000', '130048.382000', '130048.385000', '130048.387000', '130048.390000', '130048.393000', '130048.396000', '130048.399000', '130048.402000', '130048.405000', '130048.407000', '130048.410000', '130048.413000', '130048.416000', '130048.419000', '130048.422000', '130048.425000', '130048.427000', '130048.430000', '130108.306000', '130108.309000', '130108.312000', '130108.314000', '130108.317000', '130108.320000', '130108.323000', '130108.326000', '130108.329000', '130108.331000', '130108.334000', '130108.337000', '130108.340000', '130108.343000', '130108.346000', '130108.348000', '130108.351000', '130108.354000', '130108.357000', '130108.360000', '130108.363000', '130108.366000', '130108.368000', '130108.371000', '130108.374000', '130108.377000', '130108.380000', '130108.383000', '130108.385000', '130108.388000', '130108.391000', '130108.394000', '130108.397000', '130108.399000', '130108.402000', '130108.405000', '130108.408000', '130108.411000', '130108.414000', '130108.418000', '130108.421000', '130108.424000', '130108.427000', '130128.305000', '130128.308000', '130128.311000', '130128.313000', '130128.316000', '130128.319000', '130128.322000', '130128.325000', '130128.328000', '130128.331000', '130128.333000', '130128.336000', '130128.339000', '130128.342000', '130128.345000', '130128.348000', '130128.350000', '130128.353000', '130128.356000', '130128.359000', '130128.362000', '130128.365000', '130128.367000', '130128.370000', '130128.373000', '130128.376000', '130128.379000', '130128.383000', '130128.386000', '130128.389000', '130128.391000', '130128.394000', '130128.397000', '130128.400000', '130128.403000', '130128.406000', '130128.408000', '130128.411000', '130128.414000', '130128.417000', '130128.420000', '130128.423000', '130128.425000', '130128.428000', '130134.744000', '130134.747000', '130134.751000', '130134.754000', '130134.757000', '130134.761000', '130134.764000', '130134.773000', '130134.776000', '130134.780000', '130134.783000', '130134.785000', '130134.788000', '130134.791000'], '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': [14827, 8868, 14111, 10398, 11495, 14570, 9614, 13666, 8261, 12280, 13373, 9962, 13423, 8885, 12918, 8114, 12465, 8399, 9885, 11264, 8140, 11982, 8304, 12215, 10738, 12372, 9133, 13761, 8888, 13937, 10952, 14198, 10551, 11363, 11973, 8775, 13219, 18763, 10488, 16277, 12343, 12968, 17170, 10331, 14703, 8305, 13853, 12578, 10079, 13590, 9316, 13212, 8643, 13080, 8196, 13461, 9049, 11797, 13324, 9576, 13793, 8159, 12740, 12099, 9498, 13877, 8410, 12597, 7934, 11220, 14750, 8713, 13741, 8116, 12133, 8317, 11750, 9266, 11025, 8851, 11377, 11165, 11687, 9938, 12420, 8511, 12669, 8372, 13860, 8828, 13598, 9826, 14245, 10971, 12291, 13682, 14920, 14608, 8818, 10421, 8778, 12263, 14076, 9157, 13223, 13611, 10941, 17478, 16308, 14732, 18817, 20420, 15961, 16768, 15334, 13572, 17765, 18514, 13639, 15906, 12875, 9976, 15654, 11832, 15696, 13658, 8606, 14131, 9817, 15400, 10663, 15060, 11656, 11932, 10967, 12632, 10624, 14528, 9732, 13656, 9046, 13727, 8674, 12875, 9330, 13036, 8475, 12755, 8211, 12869, 8182, 13415, 10381, 13854, 14898, 10394, 14591, 8827, 13979, 12890, 10796, 15637, 9780, 13848, 9611, 15071, 10322, 15075, 10089, 14951, 9706, 14762, 9351, 13934, 9749, 12774, 13641, 10265, 15581, 11005, 13291, 14507, 9842, 13855, 10249, 12600, 13372, 9658, 15018, 8484, 13234, 9284, 12613, 8244, 13943, 8003, 13115, 7812, 13688, 8856, 13817, 9843, 14245, 11043, 13446, 13004, 10112, 14924, 9642, 15183, 11106, 11799, 17204, 10191, 14588, 13129, 10334, 15368, 9641, 14677, 9310, 12885, 14130, 9671, 14491, 9299, 14095, 9459, 13331, 9626, 14345, 8553, 14575, 9921, 10560, 13972, 9822, 14614, 8313, 14146, 13442, 9707, 15210, 9498, 13269, 13953, 9590, 14426, 8123, 12941, 13937, 9327, 14735, 8255, 13700, 8493, 14015, 9025, 14398, 9763, 14903, 11247, 14115, 10234, 14742, 10275, 14519, 11544, 12477, 15623, 11349, 16539, 9968, 16502, 16574, 12477, 17382, 11262, 16261, 9642, 16222, 14661, 13316, 16961, 11265, 15986, 9301, 14822, 13741, 11134, 15760, 9292, 14670, 11890, 11345, 15470, 9841, 14449, 8409, 14047, 9101, 13389, 9937, 12388, 9004, 12409, 12463, 12120, 12827, 10947, 14535, 9965, 14190, 9017, 13661, 13440, 9946, 15023, 8961, 13937, 13167, 10555, 15002, 9423, 14378, 8436, 13512, 9498, 12457, 13873, 10353, 14570, 10564, 14298, 10836, 13734, 10830, 13142, 11739, 14000, 11116, 15062, 10011, 14989, 15143, 12462, 17312, 10580, 15680, 9353, 15661, 10777, 14509, 16902, 11841, 16518, 11184, 15305, 9711, 14397, 17725, 10531, 15153, 9859, 14451, 8668, 13010, 15222, 10075, 14793, 8382, 13910, 10075, 12578, 8975, 12842, 10464, 12476, 13205, 11450, 13536, 10433, 14276, 9611, 13852, 8618, 13395, 10977, 12101, 15308, 9761, 14589, 10962, 13685, 14574, 9831, 14429, 8611, 13813, 12442, 11074, 15020, 9963, 14459, 8111, 13357, 13445, 10440, 14797, 8888, 13943, 8434, 12905, 8509, 12429, 11502, 11136, 10862, 11762, 13493, 9564, 13610, 9404, 13232, 8881, 13615, 8574, 13681, 12446, 11668, 15480, 11007, 15306, 10716, 14114, 15342, 10456, 15373, 9553, 14359, 15992, 10501, 15747, 9436, 14080, 12770, 10772, 15654, 10221, 14518, 8586, 13565, 8653, 13330, 8378, 13654, 11034, 13793, 12316, 13612, 15073, 11715, 15141, 9513, 15473, 16016, 12006, 16543, 10499, 14940, 11914, 12623, 16397, 9965, 14736, 8714, 13125, 14717, 11566, 15166, 9500, 14533, 8363, 13389, 8410, 12938, 9266, 13764, 10206, 10478, 12528, 8824, 14702, 15746, 11195, 16070, 10018, 15764, 14877, 13263, 18890, 10987, 15780, 9431, 15233, 9348, 14062, 15446, 10959, 14842, 8811, 13259, 14907, 9932, 13946, 8592, 12945, 13813, 10728, 14607, 9335, 13784, 8491, 13587, 8644, 13480, 8151, 13150, 8336, 13554, 9721, 13081, 13443, 10388, 14862, 9368, 13996, 9936, 12720, 15018, 9930, 14451, 8593, 13173, 13960, 10514, 14804, 9023, 14199, 9154, 13350, 11875, 11643, 14095, 9943, 14274, 9593, 15323, 9918, 12870, 10575, 13288, 9966, 13631, 9835, 14589, 10003, 12677, 15738, 10807, 14627, 13004, 11951, 17139, 9804, 14893, 16214, 10484, 15228, 10313, 14935, 8360, 14239, 9006, 13487, 12504, 12246, 13593, 11620, 14591, 10262, 14911, 9472, 15384, 8955, 12982, 15522, 10067, 14459, 9263, 12742, 15570, 9857, 14601, 9101, 12099, 15290, 9745, 13945, 8461, 12815, 13761, 9735, 14470, 8358, 13203, 8377, 11944, 13062, 10157, 13477, 9186, 12336, 9027, 12740, 8883, 12906, 9559, 12604, 9240, 14725, 10615, 14056, 16772, 10938, 15224, 10645, 14966, 9250, 15244, 10218, 13652, 16701, 11520, 15671, 10603, 14838, 17887, 10612, 15308, 9032, 14600, 11341, 10955, 15176, 9378, 13773, 10623, 13076, 13418, 10067, 14142, 9487, 13871, 8400, 13414, 10241, 12751, 14125, 10325, 14145, 9375, 13373, 8149, 13690, 9254, 14700, 9007, 15102, 9549, 14668, 15088, 11842, 15571, 10528, 14434, 9182, 14999, 8926, 14617, 11843, 11958, 15805, 10276, 14545, 8725, 12294, 15192, 9588, 13713, 12318, 11033, 14969, 9132, 13449, 9756, 11933, 13998, 9318, 13486, 7936, 12324, 12117, 10162, 13148, 8802, 12897, 8217, 12176, 8405, 12518, 8273, 13316, 8481, 12600, 13159, 11110, 14231, 9751, 13589, 11553, 12853, 14385, 9948, 14976, 10344, 13769, 13020, 10580, 15180, 9441, 14676, 8822, 13305, 13136, 10678, 15370, 10237, 13954, 8779, 14042, 8991, 13850, 9202, 13124, 9788, 14541, 9591, 14226, 10769, 14405, 17800, 11154, 15614, 9166, 14961, 16451, 10855, 17121, 10987, 16904, 10346, 14126, 18503, 10880, 14795, 14181, 11320, 15016, 9235, 14100, 13898, 11127, 14565, 8706, 13622, 13192, 10492, 14174, 8408, 13140, 11035, 10505, 14033, 9880, 12958, 8216, 12292, 8263, 11983, 8026, 11887, 8256, 12625, 11052, 11590, 14704, 9938, 13771, 10053, 11176, 16691, 9444, 14487, 19631, 10503, 17352, 12339, 13201, 15241, 10386, 14571, 8863, 12983, 14420, 10506, 14552, 8926, 13876, 8807, 11702, 8620, 11217, 12815, 10800, 13581, 10594, 13316, 9883, 14129, 8804, 14262, 9499, 13033, 14560, 10810, 15249, 9341, 14199, 9466, 12570, 14824, 10584, 14345, 8551, 13977, 12503, 11630, 15401, 9775, 13930, 9976, 12658, 14354, 10384, 13814, 9579, 13647, 8687, 13052, 8706, 12823], 'WindowCenter': [4940.0, 4867.0, 4902.0, 4848.0, 4856.0, 4874.0, 4824.0, 4863.0, 4814.0, 4853.0, 4861.0, 4833.0, 4872.0, 4836.0, 4876.0, 4827.0, 4875.0, 4839.0, 4847.0, 4892.0, 4855.0, 4906.0, 4870.0, 4920.0, 4920.0, 4931.0, 4891.0, 4928.0, 4879.0, 4916.0, 4910.0, 4938.0, 4911.0, 4932.0, 4921.0, 4879.0, 4917.0, 4943.0, 4872.0, 4920.0, 4890.0, 4890.0, 4907.0, 4859.0, 4897.0, 4829.0, 4888.0, 4875.0, 4846.0, 4875.0, 4837.0, 4876.0, 4838.0, 4885.0, 4838.0, 4888.0, 4851.0, 4891.0, 4898.0, 4860.0, 4898.0, 4840.0, 4888.0, 4877.0, 4849.0, 4887.0, 4841.0, 4892.0, 4830.0, 4870.0, 4898.0, 4840.0, 4888.0, 4841.0, 4891.0, 4854.0, 4903.0, 4863.0, 4894.0, 4865.0, 4907.0, 4905.0, 4917.0, 4887.0, 4919.0, 4891.0, 4929.0, 4881.0, 4939.0, 4890.0, 4940.0, 4902.0, 4950.0, 4922.0, 4920.0, 4917.0, 4882.0, 4857.0, 4757.0, 4787.0, 4783.0, 4821.0, 4800.0, 4796.0, 4847.0, 4866.0, 4853.0, 4922.0, 4899.0, 4840.0, 4898.0, 5003.0, 4916.0, 4859.0, 4911.0, 4863.0, 4882.0, 4881.0, 4859.0, 4868.0, 4836.0, 4803.0, 4840.0, 4811.0, 4838.0, 4818.0, 4782.0, 4830.0, 4803.0, 4852.0, 4813.0, 4840.0, 4810.0, 4820.0, 4811.0, 4819.0, 4815.0, 4854.0, 4817.0, 4855.0, 4808.0, 4867.0, 4833.0, 4872.0, 4848.0, 4910.0, 4852.0, 4898.0, 4853.0, 4898.0, 4852.0, 4900.0, 4871.0, 4910.0, 4907.0, 4860.0, 4898.0, 4838.0, 4886.0, 4876.0, 4866.0, 4918.0, 4861.0, 4885.0, 4858.0, 4907.0, 4859.0, 4907.0, 4869.0, 4907.0, 4872.0, 4935.0, 4875.0, 4923.0, 4875.0, 4915.0, 4926.0, 4897.0, 4945.0, 4884.0, 4913.0, 4912.0, 4870.0, 4901.0, 4860.0, 4891.0, 4899.0, 4871.0, 4909.0, 4853.0, 4888.0, 4861.0, 4903.0, 4866.0, 4924.0, 4868.0, 4927.0, 4870.0, 4939.0, 4893.0, 4927.0, 4899.0, 4927.0, 4896.0, 4928.0, 4914.0, 4898.0, 4937.0, 4889.0, 4937.0, 4884.0, 4894.0, 4932.0, 4872.0, 4912.0, 4888.0, 4860.0, 4908.0, 4859.0, 4897.0, 4849.0, 4900.0, 4898.0, 4860.0, 4910.0, 4863.0, 4910.0, 4874.0, 4911.0, 4886.0, 4924.0, 4865.0, 4923.0, 4873.0, 4885.0, 4913.0, 4873.0, 4911.0, 4853.0, 4912.0, 4899.0, 4851.0, 4910.0, 4849.0, 4891.0, 4888.0, 4850.0, 4897.0, 4829.0, 4878.0, 4897.0, 4848.0, 4909.0, 4842.0, 4901.0, 4853.0, 4910.0, 4875.0, 4936.0, 4900.0, 4936.0, 4898.0, 4924.0, 4898.0, 4938.0, 4885.0, 4927.0, 4896.0, 4917.0, 4935.0, 4895.0, 4933.0, 4873.0, 4934.0, 4922.0, 4892.0, 4922.0, 4882.0, 4910.0, 4849.0, 4920.0, 4897.0, 4888.0, 4920.0, 4871.0, 4897.0, 4826.0, 4887.0, 4886.0, 4867.0, 4895.0, 4836.0, 4886.0, 4864.0, 4856.0, 4895.0, 4846.0, 4883.0, 4826.0, 4886.0, 4837.0, 4889.0, 4850.0, 4891.0, 4852.0, 4904.0, 4891.0, 4895.0, 4902.0, 4885.0, 4915.0, 4876.0, 4914.0, 4854.0, 4914.0, 4901.0, 4864.0, 4911.0, 4842.0, 4901.0, 4890.0, 4861.0, 4901.0, 4853.0, 4899.0, 4841.0, 4900.0, 4862.0, 4903.0, 4913.0, 4887.0, 4934.0, 4898.0, 4936.0, 4908.0, 4938.0, 4910.0, 4942.0, 4932.0, 4940.0, 4920.0, 4940.0, 4899.0, 4939.0, 4938.0, 4917.0, 4936.0, 4886.0, 4923.0, 4865.0, 4922.0, 4882.0, 4912.0, 4921.0, 4883.0, 4921.0, 4883.0, 4912.0, 4851.0, 4900.0, 4918.0, 4859.0, 4897.0, 4848.0, 4887.0, 4829.0, 4876.0, 4895.0, 4846.0, 4883.0, 4827.0, 4886.0, 4846.0, 4878.0, 4837.0, 4888.0, 4869.0, 4890.0, 4889.0, 4892.0, 4901.0, 4884.0, 4912.0, 4875.0, 4914.0, 4867.0, 4915.0, 4886.0, 4908.0, 4923.0, 4875.0, 4913.0, 4884.0, 4903.0, 4901.0, 4861.0, 4902.0, 4843.0, 4901.0, 4890.0, 4871.0, 4911.0, 4862.0, 4901.0, 4833.0, 4902.0, 4899.0, 4870.0, 4910.0, 4853.0, 4900.0, 4844.0, 4899.0, 4852.0, 4903.0, 4894.0, 4894.0, 4894.0, 4907.0, 4917.0, 4889.0, 4928.0, 4892.0, 4940.0, 4892.0, 4928.0, 4881.0, 4931.0, 4907.0, 4910.0, 4939.0, 4900.0, 4938.0, 4885.0, 4916.0, 4925.0, 4885.0, 4915.0, 4865.0, 4914.0, 4922.0, 4873.0, 4912.0, 4853.0, 4903.0, 4890.0, 4884.0, 4925.0, 4874.0, 4912.0, 4855.0, 4903.0, 4855.0, 4915.0, 4856.0, 4927.0, 4897.0, 4929.0, 4918.0, 4929.0, 4938.0, 4923.0, 4939.0, 4877.0, 4927.0, 4923.0, 4893.0, 4923.0, 4862.0, 4902.0, 4870.0, 4881.0, 4910.0, 4847.0, 4886.0, 4828.0, 4876.0, 4897.0, 4882.0, 4897.0, 4847.0, 4897.0, 4842.0, 4900.0, 4844.0, 4902.0, 4887.0, 4938.0, 4911.0, 4920.0, 4956.0, 4903.0, 4964.0, 4960.0, 4911.0, 4938.0, 4878.0, 4936.0, 4915.0, 4906.0, 4931.0, 4862.0, 4900.0, 4839.0, 4899.0, 4839.0, 4888.0, 4898.0, 4858.0, 4888.0, 4828.0, 4876.0, 4884.0, 4836.0, 4874.0, 4814.0, 4864.0, 4873.0, 4855.0, 4882.0, 4835.0, 4874.0, 4827.0, 4888.0, 4841.0, 4888.0, 4844.0, 4892.0, 4854.0, 4915.0, 4865.0, 4906.0, 4904.0, 4874.0, 4911.0, 4854.0, 4913.0, 4863.0, 4904.0, 4912.0, 4863.0, 4902.0, 4843.0, 4904.0, 4901.0, 4874.0, 4913.0, 4852.0, 4901.0, 4862.0, 4902.0, 4893.0, 4893.0, 4913.0, 4876.0, 4936.0, 4887.0, 4935.0, 4899.0, 4928.0, 4911.0, 4929.0, 4913.0, 4942.0, 4913.0, 4953.0, 4900.0, 4931.0, 4938.0, 4900.0, 4930.0, 4906.0, 4896.0, 4934.0, 4863.0, 4913.0, 4921.0, 4873.0, 4909.0, 4873.0, 4912.0, 4842.0, 4902.0, 4853.0, 4903.0, 4903.0, 4905.0, 4914.0, 4896.0, 4924.0, 4886.0, 4925.0, 4878.0, 4940.0, 4866.0, 4904.0, 4912.0, 4864.0, 4900.0, 4852.0, 4881.0, 4899.0, 4849.0, 4888.0, 4839.0, 4867.0, 4896.0, 4838.0, 4888.0, 4829.0, 4878.0, 4887.0, 4851.0, 4889.0, 4830.0, 4888.0, 4829.0, 4880.0, 4900.0, 4872.0, 4899.0, 4864.0, 4905.0, 4878.0, 4916.0, 4881.0, 4930.0, 4902.0, 4931.0, 4895.0, 4952.0, 4912.0, 4943.0, 4950.0, 4909.0, 4940.0, 4901.0, 4928.0, 4867.0, 4926.0, 4876.0, 4916.0, 4925.0, 4886.0, 4924.0, 4874.0, 4912.0, 4920.0, 4872.0, 4901.0, 4841.0, 4899.0, 4869.0, 4871.0, 4900.0, 4850.0, 4889.0, 4859.0, 4889.0, 4890.0, 4861.0, 4900.0, 4863.0, 4902.0, 4843.0, 4904.0, 4872.0, 4917.0, 4925.0, 4900.0, 4939.0, 4890.0, 4913.0, 4856.0, 4915.0, 4863.0, 4899.0, 4851.0, 4911.0, 4865.0, 4927.0, 4921.0, 4897.0, 4923.0, 4872.0, 4912.0, 4864.0, 4911.0, 4852.0, 4912.0, 4883.0, 4894.0, 4912.0, 4862.0, 4902.0, 4840.0, 4869.0, 4887.0, 4837.0, 4877.0, 4865.0, 4858.0, 4887.0, 4837.0, 4876.0, 4848.0, 4870.0, 4886.0, 4838.0, 4878.0, 4820.0, 4878.0, 4879.0, 4860.0, 4889.0, 4854.0, 4891.0, 4854.0, 4894.0, 4858.0, 4907.0, 4870.0, 4929.0, 4881.0, 4932.0, 4929.0, 4911.0, 4930.0, 4880.0, 4917.0, 4899.0, 4919.0, 4925.0, 4876.0, 4926.0, 4890.0, 4917.0, 4905.0, 4886.0, 4925.0, 4877.0, 4924.0, 4866.0, 4916.0, 4915.0, 4900.0, 4936.0, 4889.0, 4928.0, 4877.0, 4926.0, 4894.0, 4940.0, 4904.0, 4945.0, 4916.0, 4953.0, 4905.0, 4953.0, 4925.0, 4954.0, 4961.0, 4911.0, 4940.0, 4878.0, 4928.0, 4924.0, 4887.0, 4935.0, 4874.0, 4924.0, 4862.0, 4901.0, 4920.0, 4860.0, 4889.0, 4874.0, 4857.0, 4875.0, 4825.0, 4875.0, 4863.0, 4845.0, 4874.0, 4815.0, 4875.0, 4864.0, 4844.0, 4875.0, 4816.0, 4875.0, 4845.0, 4857.0, 4887.0, 4860.0, 4877.0, 4832.0, 4892.0, 4845.0, 4884.0, 4859.0, 4907.0, 4883.0, 4932.0, 4922.0, 4924.0, 4940.0, 4891.0, 4933.0, 4890.0, 4912.0, 4938.0, 4867.0, 4916.0, 4932.0, 4863.0, 4923.0, 4892.0, 4892.0, 4900.0, 4851.0, 4898.0, 4838.0, 4878.0, 4887.0, 4872.0, 4898.0, 4839.0, 4900.0, 4853.0, 4883.0, 4843.0, 4882.0, 4902.0, 4885.0, 4905.0, 4888.0, 4916.0, 4889.0, 4916.0, 4868.0, 4927.0, 4878.0, 4916.0, 4926.0, 4886.0, 4926.0, 4864.0, 4903.0, 4864.0, 4893.0, 4902.0, 4861.0, 4901.0, 4842.0, 4892.0, 4880.0, 4870.0, 4900.0, 4860.0, 4900.0, 4862.0, 4889.0, 4897.0, 4861.0, 4889.0, 4852.0, 4900.0, 4855.0, 4903.0, 4867.0, 4907.0], 'WindowWidth': [10727.0, 10617.0, 10654.0, 10572.0, 10578.0, 10603.0, 10531.0, 10582.0, 10515.0, 10567.0, 10579.0, 10541.0, 10597.0, 10553.0, 10608.0, 10542.0, 10604.0, 10564.0, 10569.0, 10643.0, 10597.0, 10670.0, 10625.0, 10695.0, 10697.0, 10714.0, 10654.0, 10702.0, 10632.0, 10679.0, 10681.0, 10718.0, 10685.0, 10717.0, 10698.0, 10636.0, 10686.0, 10718.0, 10613.0, 10681.0, 10634.0, 10633.0, 10657.0, 10587.0, 10640.0, 10550.0, 10627.0, 10604.0, 10566.0, 10606.0, 10556.0, 10607.0, 10559.0, 10620.0, 10561.0, 10629.0, 10585.0, 10640.0, 10645.0, 10594.0, 10643.0, 10568.0, 10630.0, 10610.0, 10575.0, 10627.0, 10569.0, 10640.0, 10552.0, 10605.0, 10641.0, 10565.0, 10628.0, 10569.0, 10638.0, 10597.0, 10659.0, 10604.0, 10648.0, 10610.0, 10672.0, 10666.0, 10686.0, 10644.0, 10690.0, 10663.0, 10708.0, 10645.0, 10722.0, 10653.0, 10725.0, 10672.0, 10737.0, 10703.0, 10694.0, 10677.0, 10613.0, 10563.0, 10402.0, 10445.0, 10452.0, 10503.0, 10449.0, 10477.0, 10553.0, 10582.0, 10577.0, 10676.0, 10641.0, 10534.0, 10652.0, 10856.0, 10690.0, 10574.0, 10666.0, 10583.0, 10608.0, 10610.0, 10572.0, 10583.0, 10534.0, 10484.0, 10530.0, 10491.0, 10524.0, 10497.0, 10453.0, 10513.0, 10484.0, 10551.0, 10500.0, 10532.0, 10491.0, 10504.0, 10495.0, 10504.0, 10508.0, 10560.0, 10513.0, 10563.0, 10505.0, 10585.0, 10550.0, 10602.0, 10578.0, 10668.0, 10591.0, 10646.0, 10593.0, 10647.0, 10593.0, 10654.0, 10613.0, 10668.0, 10657.0, 10595.0, 10645.0, 10560.0, 10625.0, 10608.0, 10597.0, 10675.0, 10598.0, 10621.0, 10589.0, 10654.0, 10590.0, 10657.0, 10609.0, 10658.0, 10616.0, 10710.0, 10625.0, 10689.0, 10624.0, 10679.0, 10700.0, 10657.0, 10725.0, 10633.0, 10674.0, 10669.0, 10609.0, 10653.0, 10593.0, 10637.0, 10648.0, 10614.0, 10664.0, 10589.0, 10631.0, 10600.0, 10659.0, 10613.0, 10691.0, 10627.0, 10702.0, 10633.0, 10721.0, 10665.0, 10701.0, 10666.0, 10702.0, 10654.0, 10702.0, 10680.0, 10661.0, 10714.0, 10648.0, 10714.0, 10635.0, 10647.0, 10701.0, 10611.0, 10668.0, 10629.0, 10593.0, 10659.0, 10592.0, 10641.0, 10576.0, 10650.0, 10644.0, 10593.0, 10662.0, 10603.0, 10663.0, 10620.0, 10670.0, 10642.0, 10688.0, 10611.0, 10685.0, 10616.0, 10635.0, 10672.0, 10617.0, 10667.0, 10591.0, 10667.0, 10646.0, 10581.0, 10661.0, 10576.0, 10634.0, 10629.0, 10575.0, 10637.0, 10547.0, 10613.0, 10640.0, 10573.0, 10661.0, 10574.0, 10649.0, 10588.0, 10663.0, 10627.0, 10712.0, 10665.0, 10709.0, 10659.0, 10689.0, 10662.0, 10717.0, 10638.0, 10696.0, 10653.0, 10684.0, 10705.0, 10651.0, 10702.0, 10614.0, 10700.0, 10681.0, 10639.0, 10683.0, 10624.0, 10659.0, 10576.0, 10673.0, 10640.0, 10627.0, 10678.0, 10606.0, 10637.0, 10537.0, 10620.0, 10623.0, 10594.0, 10633.0, 10549.0, 10618.0, 10587.0, 10577.0, 10633.0, 10565.0, 10612.0, 10538.0, 10619.0, 10554.0, 10628.0, 10577.0, 10633.0, 10584.0, 10657.0, 10638.0, 10646.0, 10654.0, 10633.0, 10675.0, 10624.0, 10673.0, 10590.0, 10672.0, 10651.0, 10601.0, 10664.0, 10569.0, 10650.0, 10632.0, 10593.0, 10648.0, 10584.0, 10644.0, 10569.0, 10648.0, 10600.0, 10659.0, 10673.0, 10643.0, 10704.0, 10661.0, 10712.0, 10677.0, 10717.0, 10683.0, 10729.0, 10715.0, 10725.0, 10696.0, 10722.0, 10665.0, 10719.0, 10715.0, 10684.0, 10712.0, 10636.0, 10686.0, 10605.0, 10684.0, 10626.0, 10669.0, 10680.0, 10628.0, 10680.0, 10628.0, 10668.0, 10579.0, 10646.0, 10669.0, 10587.0, 10638.0, 10569.0, 10623.0, 10545.0, 10606.0, 10634.0, 10566.0, 10615.0, 10540.0, 10620.0, 10566.0, 10611.0, 10558.0, 10628.0, 10604.0, 10633.0, 10632.0, 10640.0, 10653.0, 10633.0, 10669.0, 10623.0, 10675.0, 10614.0, 10676.0, 10636.0, 10671.0, 10687.0, 10620.0, 10671.0, 10630.0, 10655.0, 10652.0, 10595.0, 10650.0, 10571.0, 10647.0, 10632.0, 10608.0, 10663.0, 10596.0, 10647.0, 10559.0, 10649.0, 10644.0, 10606.0, 10662.0, 10586.0, 10647.0, 10576.0, 10647.0, 10586.0, 10657.0, 10644.0, 10648.0, 10649.0, 10668.0, 10684.0, 10648.0, 10701.0, 10657.0, 10725.0, 10657.0, 10701.0, 10640.0, 10708.0, 10670.0, 10677.0, 10717.0, 10662.0, 10714.0, 10635.0, 10680.0, 10692.0, 10635.0, 10676.0, 10606.0, 10673.0, 10680.0, 10613.0, 10667.0, 10585.0, 10653.0, 10634.0, 10631.0, 10691.0, 10618.0, 10669.0, 10592.0, 10652.0, 10593.0, 10674.0, 10598.0, 10694.0, 10656.0, 10703.0, 10687.0, 10703.0, 10717.0, 10701.0, 10718.0, 10624.0, 10696.0, 10681.0, 10641.0, 10685.0, 10595.0, 10651.0, 10603.0, 10620.0, 10659.0, 10568.0, 10621.0, 10541.0, 10606.0, 10640.0, 10624.0, 10638.0, 10569.0, 10638.0, 10570.0, 10647.0, 10577.0, 10654.0, 10648.0, 10718.0, 10686.0, 10700.0, 10757.0, 10680.0, 10765.0, 10754.0, 10682.0, 10718.0, 10630.0, 10710.0, 10674.0, 10660.0, 10694.0, 10594.0, 10645.0, 10559.0, 10642.0, 10559.0, 10623.0, 10641.0, 10582.0, 10623.0, 10541.0, 10605.0, 10614.0, 10549.0, 10598.0, 10517.0, 10585.0, 10598.0, 10575.0, 10609.0, 10547.0, 10600.0, 10539.0, 10624.0, 10564.0, 10626.0, 10576.0, 10637.0, 10589.0, 10676.0, 10605.0, 10661.0, 10657.0, 10617.0, 10665.0, 10589.0, 10669.0, 10601.0, 10657.0, 10666.0, 10600.0, 10653.0, 10572.0, 10655.0, 10651.0, 10615.0, 10667.0, 10585.0, 10650.0, 10599.0, 10653.0, 10644.0, 10643.0, 10671.0, 10625.0, 10710.0, 10645.0, 10709.0, 10664.0, 10702.0, 10684.0, 10707.0, 10690.0, 10727.0, 10690.0, 10746.0, 10667.0, 10709.0, 10718.0, 10661.0, 10708.0, 10665.0, 10651.0, 10704.0, 10601.0, 10668.0, 10678.0, 10613.0, 10662.0, 10612.0, 10665.0, 10571.0, 10651.0, 10588.0, 10656.0, 10655.0, 10664.0, 10674.0, 10652.0, 10689.0, 10637.0, 10690.0, 10631.0, 10719.0, 10609.0, 10657.0, 10668.0, 10601.0, 10649.0, 10581.0, 10618.0, 10645.0, 10573.0, 10625.0, 10558.0, 10595.0, 10635.0, 10556.0, 10624.0, 10545.0, 10610.0, 10624.0, 10577.0, 10628.0, 10549.0, 10625.0, 10548.0, 10619.0, 10649.0, 10612.0, 10650.0, 10607.0, 10664.0, 10630.0, 10681.0, 10641.0, 10706.0, 10673.0, 10711.0, 10666.0, 10741.0, 10686.0, 10730.0, 10735.0, 10678.0, 10721.0, 10666.0, 10701.0, 10614.0, 10692.0, 10624.0, 10678.0, 10694.0, 10635.0, 10690.0, 10615.0, 10667.0, 10675.0, 10610.0, 10649.0, 10565.0, 10644.0, 10601.0, 10605.0, 10645.0, 10577.0, 10629.0, 10587.0, 10630.0, 10634.0, 10593.0, 10646.0, 10598.0, 10652.0, 10575.0, 10658.0, 10613.0, 10681.0, 10694.0, 10667.0, 10724.0, 10654.0, 10674.0, 10600.0, 10678.0, 10601.0, 10646.0, 10581.0, 10667.0, 10606.0, 10696.0, 10681.0, 10653.0, 10683.0, 10610.0, 10668.0, 10605.0, 10662.0, 10584.0, 10664.0, 10626.0, 10644.0, 10668.0, 10596.0, 10650.0, 10560.0, 10600.0, 10622.0, 10552.0, 10608.0, 10587.0, 10580.0, 10620.0, 10552.0, 10605.0, 10570.0, 10601.0, 10620.0, 10556.0, 10610.0, 10533.0, 10611.0, 10612.0, 10590.0, 10631.0, 10588.0, 10637.0, 10592.0, 10643.0, 10601.0, 10668.0, 10626.0, 10702.0, 10639.0, 10714.0, 10705.0, 10680.0, 10704.0, 10635.0, 10684.0, 10659.0, 10687.0, 10693.0, 10626.0, 10695.0, 10649.0, 10683.0, 10661.0, 10637.0, 10692.0, 10625.0, 10688.0, 10611.0, 10680.0, 10680.0, 10666.0, 10709.0, 10647.0, 10701.0, 10632.0, 10695.0, 10665.0, 10723.0, 10677.0, 10737.0, 10700.0, 10747.0, 10682.0, 10746.0, 10710.0, 10746.0, 10753.0, 10682.0, 10723.0, 10628.0, 10698.0, 10688.0, 10636.0, 10705.0, 10616.0, 10686.0, 10595.0, 10646.0, 10676.0, 10589.0, 10630.0, 10599.0, 10577.0, 10603.0, 10534.0, 10600.0, 10582.0, 10558.0, 10599.0, 10516.0, 10599.0, 10582.0, 10557.0, 10601.0, 10521.0, 10601.0, 10562.0, 10579.0, 10624.0, 10589.0, 10608.0, 10552.0, 10638.0, 10579.0, 10629.0, 10605.0, 10670.0, 10646.0, 10712.0, 10700.0, 10704.0, 10722.0, 10652.0, 10715.0, 10650.0, 10683.0, 10717.0, 10613.0, 10679.0, 10698.0, 10598.0, 10685.0, 10638.0, 10636.0, 10648.0, 10577.0, 10640.0, 10556.0, 10612.0, 10624.0, 10611.0, 10643.0, 10561.0, 10644.0, 10587.0, 10627.0, 10572.0, 10623.0, 10655.0, 10636.0, 10662.0, 10643.0, 10680.0, 10646.0, 10682.0, 10618.0, 10696.0, 10628.0, 10679.0, 10693.0, 10636.0, 10693.0, 10603.0, 10656.0, 10604.0, 10642.0, 10651.0, 10592.0, 10648.0, 10566.0, 10635.0, 10615.0, 10602.0, 10644.0, 10589.0, 10646.0, 10595.0, 10630.0, 10637.0, 10592.0, 10628.0, 10582.0, 10647.0, 10595.0, 10656.0, 10615.0, 10668.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.008839197247706423</td></tr>
<tr><td colspan=3>aqi</td><td>0.026462852752293577</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.55501142516641</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.360525225327209</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1377431745694595</td></tr>
<tr><td colspan=3>efc</td><td>0.4839</td></tr>
<tr><td colspan=3>fber</td><td>6792.0234</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15088703477666882</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>112</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.844036697247706</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5784821859364766</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.449239305241948</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8653072953221144</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.420899957245368</td></tr>
<tr><td colspan=3>gcor</td><td>0.0333902</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009501708671450615</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03883571922779083</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9028896876155152</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>16.5526</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.3498</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>222.5553</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298395.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1091.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>418.2839</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3273</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>665.2721</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4065.8144</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4315.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78149.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1384.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5307.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1105.584</td></tr>
<tr><td colspan=3>tsnr</td><td>34.80734851397574</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>