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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0079/ses-03/func/sub-0079_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>749f87e8844ec676cd8cbf64ba4941c9</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>13:17:1.382500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999927, 0.00939499, -0.00759102, -0.00872622, 0.996446, 0.0837849]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.104914</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4160, -7778, -7243, 488, 18, -82, 62, 14]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 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>256.292</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1ee0106f-26be-4008-b979-24f5eb4f6eaa||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6827311515808105, -0.023411806672811508, -0.022548237815499306, 115.82984161376953], [-0.0252060666680336, 2.6733908653259277, 0.22602394223213196, -90.91085052490234], [-0.020366156473755836, -0.2247888296842575, 2.6904282569885254, -42.00956344604492], [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': ['131701.382500', '131701.842500', '131702.302500', '131702.762500', '131703.222500', '131703.682500', '131704.142500', '131704.602500', '131705.062500', '131705.522500', '131705.982500', '131706.442500', '131706.902500', '131707.362500', '131707.822500', '131708.282500', '131708.742500', '131709.202500', '131709.662500', '131710.122500', '131710.582500', '131711.042500', '131711.502500', '131711.962500', '131712.422500', '131712.882500', '131713.342500', '131713.802500', '131714.262500', '131714.722500', '131715.182500', '131715.642500', '131716.102500', '131716.562500', '131717.022500', '131717.482500', '131717.942500', '131718.402500', '131718.862500', '131719.322500', '131719.782500', '131720.242500', '131720.702500', '131721.162500', '131721.622500', '131722.082500', '131722.542500', '131723.002500', '131723.462500', '131723.922500', '131724.382500', '131724.842500', '131725.302500', '131725.762500', '131726.222500', '131726.682500', '131727.142500', '131727.602500', '131728.062500', '131728.522500', '131728.982500', '131729.442500', '131729.902500', '131730.362500', '131730.822500', '131731.282500', '131731.742500', '131732.202500', '131732.662500', '131733.122500', '131733.582500', '131734.042500', '131734.502500', '131734.962500', '131735.422500', '131735.882500', '131736.342500', '131736.802500', '131737.262500', '131737.722500', '131738.182500', '131738.642500', '131739.102500', '131739.562500', '131740.022500', '131740.482500', '131740.942500', '131741.402500', '131741.862500', '131742.322500', '131742.782500', '131743.242500', '131743.702500', '131744.162500', '131744.622500', '131745.082500', '131745.542500', '131746.002500', '131746.462500', '131746.922500', '131747.382500', '131747.842500', '131748.302500', '131748.762500', '131749.222500', '131749.682500', '131750.142500', '131750.602500', '131751.062500', '131751.522500', '131751.982500', '131752.442500', '131752.902500', '131753.362500', '131753.822500', '131754.282500', '131754.742500', '131755.202500', '131755.662500', '131756.122500', '131756.582500', '131757.042500', '131757.502500', '131757.962500', '131758.422500', '131758.882500', '131759.342500', '131759.802500', '131800.262500', '131800.722500', '131801.182500', '131801.642500', '131802.102500', '131802.562500', '131803.022500', '131803.482500', '131803.942500', '131804.402500', '131804.862500', '131805.322500', '131805.782500', '131806.242500', '131806.702500', '131807.162500', '131807.622500', '131808.082500', '131808.542500', '131809.002500', '131809.462500', '131809.922500', '131810.382500', '131810.842500', '131811.302500', '131811.762500', '131812.222500', '131812.682500', '131813.142500', '131813.602500', '131814.062500', '131814.522500', '131814.982500', '131815.442500', '131815.902500', '131816.362500', '131816.822500', '131817.282500', '131817.742500', '131818.202500', '131818.662500', '131819.122500', '131819.582500', '131820.042500', '131820.502500', '131820.962500', '131821.422500', '131821.882500', '131822.342500', '131822.802500', '131823.262500', '131823.722500', '131824.182500', '131824.642500', '131825.102500', '131825.562500', '131826.022500', '131826.482500', '131826.942500', '131827.402500', '131827.862500', '131828.322500', '131828.782500', '131829.242500', '131829.702500', '131830.162500', '131830.622500', '131831.082500', '131831.542500', '131832.002500', '131832.462500', '131832.922500', '131833.382500', '131833.842500', '131834.302500', '131834.762500', '131835.222500', '131835.682500', '131836.142500', '131836.602500', '131837.062500', '131837.522500', '131837.982500', '131838.442500', '131838.902500', '131839.362500', '131839.822500', '131840.282500', '131840.742500', '131841.202500', '131841.662500', '131842.122500', '131842.582500', '131843.042500', '131843.502500', '131843.962500', '131844.422500', '131844.882500', '131845.342500', '131845.802500', '131846.262500', '131846.722500', '131847.182500', '131847.642500', '131848.102500', '131848.562500', '131849.022500', '131849.482500', '131849.942500', '131850.402500', '131850.862500', '131851.322500', '131851.782500', '131852.242500', '131852.702500', '131853.162500', '131853.622500', '131854.082500', '131854.542500', '131855.002500', '131855.462500', '131855.922500', '131856.382500', '131856.842500', '131857.302500', '131857.762500', '131858.222500', '131858.682500', '131859.142500', '131859.602500', '131900.062500', '131900.522500', '131900.982500', '131901.442500', '131901.902500', '131902.362500', '131902.822500', '131903.282500', '131903.742500', '131904.202500', '131904.662500', '131905.122500', '131905.582500', '131906.042500', '131906.502500', '131906.962500', '131907.422500', '131907.882500', '131908.342500', '131908.802500', '131909.262500', '131909.722500', '131910.182500', '131910.642500', '131911.102500', '131911.562500', '131912.022500', '131912.482500', '131912.942500', '131913.402500', '131913.862500', '131914.322500', '131914.782500', '131915.242500', '131915.702500', '131916.162500', '131916.622500', '131917.082500', '131917.542500', '131918.002500', '131918.462500', '131918.922500', '131919.382500', '131919.842500', '131920.302500', '131920.762500', '131921.222500', '131921.682500', '131922.142500', '131922.602500', '131923.062500', '131923.522500', '131923.982500', '131924.442500', '131924.902500', '131925.362500', '131925.822500', '131926.282500', '131926.742500', '131927.202500', '131927.662500', '131928.122500', '131928.582500', '131929.042500', '131929.502500', '131929.962500', '131930.422500', '131930.882500', '131931.342500', '131931.802500', '131932.262500', '131932.722500', '131933.182500', '131933.642500', '131934.102500', '131934.562500', '131935.022500', '131935.482500', '131935.942500', '131936.402500', '131936.862500', '131937.322500', '131937.782500', '131938.242500', '131938.702500', '131939.162500', '131939.622500', '131940.082500', '131940.542500', '131941.002500', '131941.462500', '131941.922500', '131942.382500', '131942.842500', '131943.302500', '131943.762500', '131944.222500', '131944.682500', '131945.142500', '131945.602500', '131946.062500', '131946.522500', '131946.982500', '131947.442500', '131947.902500', '131948.362500', '131948.822500', '131949.282500', '131949.742500', '131950.202500', '131950.662500', '131951.122500', '131951.582500', '131952.042500', '131952.502500', '131952.962500', '131953.422500', '131953.882500', '131954.342500', '131954.802500', '131955.262500', '131955.722500', '131956.182500', '131956.642500', '131957.102500', '131957.562500', '131958.022500', '131958.482500', '131958.942500', '131959.402500', '131959.862500', '132000.322500', '132000.782500', '132001.242500', '132001.702500', '132002.162500', '132002.622500', '132003.082500', '132003.542500', '132004.002500', '132004.462500', '132004.922500', '132005.382500', '132005.842500', '132006.302500', '132006.762500', '132007.222500', '132007.682500', '132008.142500', '132008.602500', '132009.062500', '132009.522500', '132009.982500', '132010.442500', '132010.902500', '132011.362500', '132011.822500', '132012.282500', '132012.742500', '132013.202500', '132013.662500', '132014.122500', '132014.582500', '132015.042500', '132015.502500', '132015.962500', '132016.422500', '132016.882500', '132017.342500', '132017.802500', '132018.262500', '132018.722500', '132019.182500', '132019.642500', '132020.102500', '132020.562500', '132021.022500', '132021.482500', '132021.942500', '132022.402500', '132022.862500', '132023.322500', '132023.782500', '132024.242500', '132024.702500', '132025.162500', '132025.622500', '132026.082500', '132026.542500', '132027.002500', '132027.462500', '132027.922500', '132028.382500', '132028.842500', '132029.302500', '132029.762500', '132030.222500', '132030.682500', '132031.142500', '132031.602500', '132032.062500', '132032.522500', '132032.982500', '132033.442500', '132033.902500', '132034.362500', '132034.822500', '132035.282500', '132035.742500', '132036.202500', '132036.662500', '132037.122500', '132037.582500', '132038.042500', '132038.502500', '132038.962500', '132039.422500', '132039.882500', '132040.342500', '132040.802500', '132041.262500', '132041.722500', '132042.182500', '132042.642500', '132043.102500', '132043.562500', '132044.022500', '132044.482500', '132044.942500', '132045.402500', '132045.862500', '132046.322500', '132046.782500', '132047.242500', '132047.702500', '132048.162500', '132048.622500', '132049.082500', '132049.542500', '132050.002500', '132050.462500', '132050.922500', '132051.382500', '132051.842500', '132052.302500', '132052.762500', '132053.222500', '132053.682500', '132054.142500', '132054.602500', '132055.062500', '132055.522500', '132055.982500', '132056.442500', '132056.902500', '132057.362500', '132057.822500', '132058.282500', '132058.742500', '132059.202500', '132059.662500', '132100.122500', '132100.582500', '132101.042500', '132101.502500', '132101.962500', '132102.422500', '132102.882500', '132103.342500', '132103.802500', '132104.262500', '132104.722500', '132105.182500', '132105.642500', '132106.102500', '132106.562500', '132107.022500', '132107.482500', '132107.942500', '132108.402500', '132108.862500', '132109.322500', '132109.782500', '132110.242500', '132110.702500', '132111.162500', '132111.622500', '132112.082500', '132112.542500', '132113.002500', '132113.462500', '132113.922500', '132114.382500', '132114.842500', '132115.302500', '132115.762500', '132116.222500', '132116.682500', '132117.142500', '132117.602500', '132118.062500', '132118.522500', '132118.982500', '132119.442500', '132119.902500', '132120.362500', '132120.822500', '132121.282500', '132121.742500', '132122.202500', '132122.662500', '132123.122500', '132123.582500', '132124.042500', '132124.502500', '132124.962500', '132125.422500', '132125.882500', '132126.342500', '132126.802500', '132127.262500', '132127.722500', '132128.182500', '132128.642500', '132129.102500', '132129.562500', '132130.022500', '132130.482500', '132130.942500', '132131.402500', '132131.862500', '132132.322500', '132132.782500', '132133.242500', '132133.702500', '132134.162500', '132134.622500', '132135.082500', '132135.542500', '132136.002500', '132136.462500', '132136.922500', '132137.382500', '132137.842500', '132138.302500', '132138.762500', '132139.222500', '132139.682500', '132140.142500', '132140.602500', '132141.062500', '132141.522500', '132141.982500', '132142.442500', '132142.902500', '132143.362500', '132143.822500', '132144.282500', '132144.742500', '132145.202500', '132145.662500', '132146.122500', '132146.582500', '132147.042500', '132147.502500', '132147.962500', '132148.422500', '132148.882500', '132149.342500', '132149.802500', '132150.262500', '132150.722500', '132151.182500', '132151.642500', '132152.102500', '132152.562500', '132153.022500', '132153.482500', '132153.942500', '132154.402500', '132154.862500', '132155.322500', '132155.782500', '132156.242500', '132156.702500', '132157.162500', '132157.622500', '132158.082500', '132158.542500', '132159.002500', '132159.462500', '132159.922500', '132200.382500', '132200.842500', '132201.302500', '132201.762500', '132202.222500', '132202.682500', '132203.142500', '132203.602500', '132204.062500', '132204.522500', '132204.982500', '132205.442500', '132205.902500', '132206.362500', '132206.822500', '132207.282500', '132207.742500', '132208.202500', '132208.662500', '132209.122500', '132209.582500', '132210.042500', '132210.502500', '132210.962500', '132211.422500', '132211.882500', '132212.342500', '132212.802500', '132213.262500', '132213.722500', '132214.182500', '132214.642500', '132215.102500', '132215.562500', '132216.022500', '132216.482500', '132216.942500', '132217.402500', '132217.862500', '132218.322500', '132218.782500', '132219.242500', '132219.702500', '132220.162500', '132220.622500', '132221.082500', '132221.542500', '132222.002500', '132222.462500', '132222.922500', '132223.382500', '132223.842500', '132224.302500', '132224.762500', '132225.222500', '132225.682500', '132226.142500', '132226.602500', '132227.062500', '132227.522500', '132227.982500', '132228.442500', '132228.902500', '132229.362500', '132229.822500', '132230.282500', '132230.742500', '132231.202500', '132231.662500', '132232.122500', '132232.582500', '132233.042500', '132233.502500', '132233.962500', '132234.422500', '132234.882500', '132235.342500', '132235.802500', '132236.262500', '132236.722500', '132237.182500', '132237.642500', '132238.102500', '132238.562500', '132239.022500', '132239.482500', '132239.942500', '132240.402500', '132240.862500', '132241.322500', '132241.782500', '132242.242500', '132242.702500', '132243.162500', '132243.622500', '132244.082500', '132244.542500', '132245.002500', '132245.462500', '132245.922500', '132246.382500', '132246.842500', '132247.302500', '132247.762500', '132248.222500', '132248.682500', '132249.142500', '132249.602500', '132250.062500', '132250.522500', '132250.982500', '132251.442500', '132251.902500', '132252.362500', '132252.822500', '132253.282500', '132253.742500', '132254.202500', '132254.662500', '132255.122500', '132255.582500', '132256.042500', '132256.502500', '132256.962500', '132257.422500', '132257.882500', '132258.342500', '132258.802500', '132259.262500', '132259.722500', '132300.182500', '132300.642500', '132301.102500', '132301.562500', '132302.022500', '132302.482500', '132302.942500', '132303.402500', '132303.862500', '132304.322500', '132304.782500', '132305.242500', '132305.702500', '132306.162500', '132306.622500', '132307.082500', '132307.542500', '132308.002500', '132308.462500', '132308.922500', '132309.382500', '132309.842500', '132310.302500', '132310.762500', '132311.222500', '132311.682500', '132312.142500', '132312.602500', '132313.062500', '132313.522500', '132313.982500', '132314.442500', '132314.902500', '132315.362500', '132315.822500', '132316.282500', '132316.742500', '132317.202500', '132317.662500', '132318.122500', '132318.582500', '132319.042500', '132319.502500', '132319.962500', '132320.422500', '132320.882500', '132321.342500', '132321.802500', '132322.262500', '132322.722500', '132323.182500', '132323.642500', '132324.102500', '132324.562500', '132325.022500', '132325.482500', '132325.942500', '132326.402500', '132326.862500', '132327.322500', '132327.782500', '132328.242500', '132328.702500', '132329.162500', '132329.622500', '132330.082500', '132330.542500', '132331.002500', '132331.462500', '132331.922500', '132332.382500', '132332.842500', '132333.302500', '132333.762500', '132334.222500', '132334.682500', '132335.142500', '132335.602500', '132336.062500', '132336.522500', '132336.982500', '132337.442500', '132337.902500', '132338.362500', '132338.822500', '132339.282500', '132339.742500', '132340.202500', '132340.662500', '132341.122500', '132341.582500', '132342.042500'], 'ContentTime': ['131724.860000', '131724.863000', '131724.866000', '131724.869000', '131724.872000', '131724.875000', '131724.878000', '131724.881000', '131724.883000', '131724.886000', '131724.888000', '131724.891000', '131724.894000', '131724.896000', '131724.899000', '131724.901000', '131724.905000', '131724.907000', '131724.913000', '131724.915000', '131724.918000', '131724.920000', '131724.923000', '131724.925000', '131724.928000', '131724.930000', '131724.933000', '131724.935000', '131724.938000', '131724.941000', '131724.943000', '131724.946000', '131724.948000', '131724.951000', '131724.953000', '131724.956000', '131724.960000', '131724.962000', '131724.965000', '131724.967000', '131724.970000', '131724.973000', '131724.975000', '131724.978000', '131724.980000', '131724.983000', '131724.986000', '131724.988000', '131724.991000', '131744.830000', '131744.833000', '131744.836000', '131744.838000', '131744.841000', '131744.843000', '131744.846000', '131744.848000', '131744.851000', '131744.854000', '131744.856000', '131744.859000', '131744.861000', '131744.864000', '131744.866000', '131744.869000', '131744.872000', '131744.874000', '131744.877000', '131744.879000', '131744.888000', '131744.890000', '131744.893000', '131744.895000', '131744.898000', '131744.900000', '131744.903000', '131744.906000', '131744.908000', '131744.911000', '131744.913000', '131744.916000', '131744.918000', '131744.921000', '131744.923000', '131744.926000', '131744.929000', '131744.931000', '131744.934000', '131744.936000', '131744.939000', '131744.941000', '131744.944000', '131744.946000', '131804.830000', '131804.833000', '131804.836000', '131804.838000', '131804.841000', '131804.843000', '131804.846000', '131804.848000', '131804.851000', '131804.854000', '131804.856000', '131804.859000', '131804.861000', '131804.864000', '131804.866000', '131804.869000', '131804.871000', '131804.874000', '131804.876000', '131804.879000', '131804.882000', '131804.885000', '131804.888000', '131804.891000', '131804.894000', '131804.896000', '131804.899000', '131804.901000', '131804.904000', '131804.906000', '131804.909000', '131804.911000', '131804.914000', '131804.917000', '131804.919000', '131804.922000', '131804.924000', '131804.927000', '131804.929000', '131804.938000', '131804.941000', '131804.943000', '131804.946000', '131824.830000', '131824.833000', '131824.836000', '131824.838000', '131824.847000', '131824.849000', '131824.852000', '131824.854000', '131824.857000', '131824.859000', '131824.862000', '131824.865000', '131824.867000', '131824.870000', '131824.872000', '131824.875000', '131824.878000', '131824.880000', '131824.883000', '131824.885000', '131824.888000', '131824.890000', '131824.893000', '131824.896000', '131824.898000', '131824.901000', '131824.903000', '131824.906000', '131824.908000', '131824.911000', '131824.914000', '131824.916000', '131824.919000', '131824.921000', '131824.924000', '131824.927000', '131824.929000', '131824.932000', '131824.934000', '131824.937000', '131824.939000', '131824.942000', '131824.944000', '131824.947000', '131844.832000', '131844.834000', '131844.837000', '131844.840000', '131844.842000', '131844.845000', '131844.847000', '131844.850000', '131844.853000', '131844.855000', '131844.858000', '131844.860000', '131844.863000', '131844.865000', '131844.868000', '131844.871000', '131844.873000', '131844.886000', '131844.894000', '131844.897000', '131844.899000', '131844.902000', '131844.904000', '131844.907000', '131844.909000', '131844.912000', '131844.915000', '131844.917000', '131844.920000', '131844.922000', '131844.925000', '131844.928000', '131844.931000', '131844.934000', '131844.936000', '131844.939000', '131844.941000', '131844.946000', '131844.948000', '131844.951000', '131844.953000', '131844.956000', '131844.958000', '131904.831000', '131904.834000', '131904.837000', '131904.839000', '131904.842000', '131904.844000', '131904.847000', '131904.850000', '131904.852000', '131904.855000', '131904.857000', '131904.860000', '131904.862000', '131904.865000', '131904.868000', '131904.870000', '131904.873000', '131904.875000', '131904.878000', '131904.881000', '131904.883000', '131904.886000', '131904.888000', '131904.891000', '131904.893000', '131904.902000', '131904.904000', '131904.907000', '131904.910000', '131904.912000', '131904.915000', '131904.917000', '131904.920000', '131904.923000', '131904.925000', '131904.928000', '131904.930000', '131904.933000', '131904.935000', '131904.938000', '131904.941000', '131904.943000', '131904.946000', '131904.948000', '131924.831000', '131924.833000', '131924.836000', '131924.839000', '131924.846000', '131924.849000', '131924.851000', '131924.854000', '131924.856000', '131924.859000', '131924.861000', '131924.864000', '131924.866000', '131924.869000', '131924.872000', '131924.874000', '131924.877000', '131924.880000', '131924.882000', '131924.885000', '131924.887000', '131924.890000', '131924.892000', '131924.895000', '131924.898000', '131924.900000', '131924.903000', '131924.905000', '131924.908000', '131924.911000', '131924.913000', '131924.916000', '131924.918000', '131924.921000', '131924.924000', '131924.926000', '131924.929000', '131924.931000', '131924.934000', '131924.936000', '131924.939000', '131924.942000', '131924.945000', '131944.831000', '131944.833000', '131944.836000', '131944.839000', '131944.841000', '131944.844000', '131944.846000', '131944.849000', '131944.851000', '131944.854000', '131944.857000', '131944.859000', '131944.862000', '131944.864000', '131944.867000', '131944.870000', '131944.872000', '131944.875000', '131944.877000', '131944.880000', '131944.882000', '131944.885000', '131944.888000', '131944.890000', '131944.893000', '131944.895000', '131944.898000', '131944.900000', '131944.903000', '131944.916000', '131944.918000', '131944.921000', '131944.923000', '131944.926000', '131944.929000', '131944.931000', '131944.934000', '131944.936000', '131944.939000', '131944.942000', '131944.944000', '131944.947000', '131944.949000', '131944.952000', '132004.831000', '132004.833000', '132004.836000', '132004.839000', '132004.841000', '132004.844000', '132004.846000', '132004.849000', '132004.852000', '132004.854000', '132004.857000', '132004.859000', '132004.862000', '132004.865000', '132004.867000', '132004.870000', '132004.872000', '132004.875000', '132004.878000', '132004.880000', '132004.883000', '132004.885000', '132004.895000', '132004.898000', '132004.900000', '132004.903000', '132004.905000', '132004.908000', '132004.911000', '132004.913000', '132004.916000', '132004.918000', '132004.921000', '132004.923000', '132004.926000', '132004.929000', '132004.931000', '132004.934000', '132004.936000', '132004.939000', '132004.941000', '132004.944000', '132004.958000', '132024.831000', '132024.833000', '132024.836000', '132024.838000', '132024.841000', '132024.844000', '132024.846000', '132024.849000', '132024.851000', '132024.854000', '132024.857000', '132024.859000', '132024.862000', '132024.864000', '132024.867000', '132024.869000', '132024.872000', '132024.875000', '132024.877000', '132024.880000', '132024.882000', '132024.885000', '132024.887000', '132024.890000', '132024.893000', '132024.895000', '132024.898000', '132024.900000', '132024.903000', '132024.906000', '132024.908000', '132024.911000', '132024.913000', '132024.916000', '132024.919000', '132024.921000', '132024.924000', '132024.926000', '132024.929000', '132024.932000', '132024.934000', '132024.937000', '132024.940000', '132024.942000', '132044.831000', '132044.833000', '132044.836000', '132044.839000', '132044.841000', '132044.844000', '132044.846000', '132044.849000', '132044.851000', '132044.854000', '132044.857000', '132044.859000', '132044.862000', '132044.864000', '132044.867000', '132044.870000', '132044.872000', '132044.875000', '132044.877000', '132044.880000', '132044.882000', '132044.885000', '132044.887000', '132044.890000', '132044.893000', '132044.895000', '132044.898000', '132044.900000', '132044.903000', '132044.906000', '132044.908000', '132044.911000', '132044.913000', '132044.916000', '132044.918000', '132044.921000', '132044.924000', '132044.926000', '132044.929000', '132044.931000', '132044.934000', '132044.936000', '132044.939000', '132104.832000', '132104.834000', '132104.837000', '132104.840000', '132104.842000', '132104.845000', '132104.847000', '132104.850000', '132104.853000', '132104.855000', '132104.858000', '132104.861000', '132104.863000', '132104.866000', '132104.868000', '132104.871000', '132104.874000', '132104.876000', '132104.879000', '132104.881000', '132104.884000', '132104.887000', '132104.889000', '132104.892000', '132104.894000', '132104.897000', '132104.900000', '132104.902000', '132104.905000', '132104.907000', '132104.910000', '132104.913000', '132104.915000', '132104.918000', '132104.920000', '132104.923000', '132104.925000', '132104.928000', '132104.931000', '132104.933000', '132104.936000', '132104.938000', '132104.941000', '132104.944000', '132124.831000', '132124.833000', '132124.836000', '132124.839000', '132124.841000', '132124.844000', '132124.846000', '132124.849000', '132124.852000', '132124.854000', '132124.857000', '132124.859000', '132124.862000', '132124.864000', '132124.867000', '132124.870000', '132124.872000', '132124.875000', '132124.877000', '132124.880000', '132124.882000', '132124.885000', '132124.888000', '132124.890000', '132124.893000', '132124.895000', '132124.898000', '132124.901000', '132124.903000', '132124.906000', '132124.908000', '132124.911000', '132124.913000', '132124.916000', '132124.918000', '132124.921000', '132124.924000', '132124.926000', '132124.929000', '132124.932000', '132124.934000', '132124.937000', '132124.939000', '132144.831000', '132144.834000', '132144.836000', '132144.839000', '132144.841000', '132144.844000', '132144.846000', '132144.849000', '132144.852000', '132144.854000', '132144.857000', '132144.859000', '132144.862000', '132144.865000', '132144.867000', '132144.870000', '132144.872000', '132144.875000', '132144.878000', '132144.880000', '132144.883000', '132144.885000', '132144.888000', '132144.890000', '132144.901000', '132144.903000', '132144.906000', '132144.909000', '132144.911000', '132144.914000', '132144.917000', '132144.919000', '132144.922000', '132144.925000', '132144.927000', '132144.930000', '132144.932000', '132144.935000', '132144.937000', '132144.940000', '132144.943000', '132144.945000', '132144.948000', '132144.950000', '132204.830000', '132204.833000', '132204.836000', '132204.839000', '132204.841000', '132204.844000', '132204.846000', '132204.849000', '132204.851000', '132204.854000', '132204.856000', '132204.859000', '132204.862000', '132204.864000', '132204.867000', '132204.869000', '132204.872000', '132204.875000', '132204.877000', '132204.880000', '132204.883000', '132204.885000', '132204.896000', '132204.899000', '132204.902000', '132204.904000', '132204.907000', '132204.909000', '132204.912000', '132204.915000', '132204.917000', '132204.920000', '132204.922000', '132204.925000', '132204.928000', '132204.930000', '132204.933000', '132204.935000', '132204.938000', '132204.940000', '132204.943000', '132204.946000', '132204.948000', '132224.831000', '132224.834000', '132224.836000', '132224.839000', '132224.842000', '132224.844000', '132224.847000', '132224.849000', '132224.852000', '132224.855000', '132224.857000', '132224.860000', '132224.862000', '132224.865000', '132224.867000', '132224.870000', '132224.873000', '132224.875000', '132224.878000', '132224.880000', '132224.883000', '132224.886000', '132224.888000', '132224.891000', '132224.913000', '132224.916000', '132224.918000', '132224.921000', '132224.924000', '132224.926000', '132224.929000', '132224.931000', '132224.934000', '132224.936000', '132224.939000', '132224.942000', '132224.944000', '132224.947000', '132224.949000', '132224.952000', '132224.955000', '132224.957000', '132224.960000', '132244.830000', '132244.833000', '132244.836000', '132244.838000', '132244.841000', '132244.844000', '132244.846000', '132244.849000', '132244.851000', '132244.854000', '132244.857000', '132244.859000', '132244.862000', '132244.864000', '132244.867000', '132244.869000', '132244.872000', '132244.875000', '132244.877000', '132244.880000', '132244.882000', '132244.885000', '132244.887000', '132244.890000', '132244.893000', '132244.895000', '132244.898000', '132244.900000', '132244.903000', '132244.906000', '132244.908000', '132244.911000', '132244.913000', '132244.916000', '132244.918000', '132244.921000', '132244.924000', '132244.926000', '132244.929000', '132244.931000', '132244.936000', '132244.938000', '132244.941000', '132244.943000', '132304.831000', '132304.833000', '132304.836000', '132304.838000', '132304.841000', '132304.844000', '132304.847000', '132304.850000', '132304.852000', '132304.855000', '132304.857000', '132304.860000', '132304.863000', '132304.865000', '132304.868000', '132304.870000', '132304.873000', '132304.875000', '132304.878000', '132304.881000', '132304.883000', '132304.886000', '132304.888000', '132304.891000', '132304.894000', '132304.896000', '132304.899000', '132304.901000', '132304.904000', '132304.907000', '132304.909000', '132304.912000', '132304.914000', '132304.917000', '132304.919000', '132304.932000', '132304.935000', '132304.937000', '132304.940000', '132304.943000', '132304.945000', '132304.948000', '132304.950000', '132324.832000', '132324.835000', '132324.837000', '132324.840000', '132324.842000', '132324.845000', '132324.848000', '132324.850000', '132324.853000', '132324.855000', '132324.858000', '132324.860000', '132324.863000', '132324.865000', '132324.868000', '132324.871000', '132324.873000', '132324.876000', '132324.878000', '132324.881000', '132324.884000', '132324.886000', '132324.889000', '132324.891000', '132324.894000', '132324.896000', '132324.899000', '132324.902000', '132324.904000', '132324.907000', '132324.909000', '132324.912000', '132324.914000', '132324.917000', '132324.920000', '132324.922000', '132324.925000', '132324.927000', '132324.930000', '132324.932000', '132324.935000', '132324.937000', '132324.940000', '132324.943000', '132342.984000', '132342.986000', '132342.989000', '132342.992000', '132342.994000', '132342.997000', '132343.000000', '132343.003000', '132343.006000', '132343.008000', '132343.011000', '132343.014000', '132343.016000', '132343.019000', '132343.021000', '132343.024000', '132343.026000', '132343.029000', '132343.032000', '132343.034000', '132343.037000', '132343.039000', '132343.042000', '132343.045000', '132343.047000', '132343.050000', '132343.053000', '132343.055000', '132343.058000', '132343.060000', '132343.063000', '132343.065000', '132343.068000', '132343.071000', '132343.074000', '132343.076000', '132343.079000', '132343.082000', '132343.085000', '132343.087000'], 'InstanceCreationTime': ['131724.860000', '131724.863000', '131724.866000', '131724.869000', '131724.872000', '131724.875000', '131724.878000', '131724.881000', '131724.883000', '131724.886000', '131724.888000', '131724.891000', '131724.894000', '131724.896000', '131724.899000', '131724.901000', '131724.905000', '131724.907000', '131724.913000', '131724.915000', '131724.918000', '131724.920000', '131724.923000', '131724.925000', '131724.928000', '131724.930000', '131724.933000', '131724.935000', '131724.938000', '131724.941000', '131724.943000', '131724.946000', '131724.948000', '131724.951000', '131724.953000', '131724.956000', '131724.960000', '131724.962000', '131724.965000', '131724.967000', '131724.970000', '131724.973000', '131724.975000', '131724.978000', '131724.980000', '131724.983000', '131724.986000', '131724.988000', '131724.991000', '131744.830000', '131744.833000', '131744.836000', '131744.838000', '131744.841000', '131744.843000', '131744.846000', '131744.848000', '131744.851000', '131744.854000', '131744.856000', '131744.859000', '131744.861000', '131744.864000', '131744.866000', '131744.869000', '131744.872000', '131744.874000', '131744.877000', '131744.879000', '131744.888000', '131744.890000', '131744.893000', '131744.895000', '131744.898000', '131744.900000', '131744.903000', '131744.906000', '131744.908000', '131744.911000', '131744.913000', '131744.916000', '131744.918000', '131744.921000', '131744.923000', '131744.926000', '131744.929000', '131744.931000', '131744.934000', '131744.936000', '131744.939000', '131744.941000', '131744.944000', '131744.946000', '131804.830000', '131804.833000', '131804.836000', '131804.838000', '131804.841000', '131804.843000', '131804.846000', '131804.848000', '131804.851000', '131804.854000', '131804.856000', '131804.859000', '131804.861000', '131804.864000', '131804.866000', '131804.869000', '131804.871000', '131804.874000', '131804.876000', '131804.879000', '131804.882000', '131804.885000', '131804.888000', '131804.891000', '131804.894000', '131804.896000', '131804.899000', '131804.901000', '131804.904000', '131804.906000', '131804.909000', '131804.911000', '131804.914000', '131804.917000', '131804.919000', '131804.922000', '131804.924000', '131804.927000', '131804.929000', '131804.938000', '131804.941000', '131804.943000', '131804.946000', '131824.830000', '131824.833000', '131824.836000', '131824.838000', '131824.847000', '131824.849000', '131824.852000', '131824.854000', '131824.857000', '131824.859000', '131824.862000', '131824.865000', '131824.867000', '131824.870000', '131824.872000', '131824.875000', '131824.878000', '131824.880000', '131824.883000', '131824.885000', '131824.888000', '131824.890000', '131824.893000', '131824.896000', '131824.898000', '131824.901000', '131824.903000', '131824.906000', '131824.908000', '131824.911000', '131824.914000', '131824.916000', '131824.919000', '131824.921000', '131824.924000', '131824.927000', '131824.929000', '131824.932000', '131824.934000', '131824.937000', '131824.939000', '131824.942000', '131824.944000', '131824.947000', '131844.832000', '131844.834000', '131844.837000', '131844.840000', '131844.842000', '131844.845000', '131844.847000', '131844.850000', '131844.853000', '131844.855000', '131844.858000', '131844.860000', '131844.863000', '131844.865000', '131844.868000', '131844.871000', '131844.873000', '131844.886000', '131844.894000', '131844.897000', '131844.899000', '131844.902000', '131844.904000', '131844.907000', '131844.909000', '131844.912000', '131844.915000', '131844.917000', '131844.920000', '131844.922000', '131844.925000', '131844.928000', '131844.931000', '131844.934000', '131844.936000', '131844.939000', '131844.941000', '131844.946000', '131844.948000', '131844.951000', '131844.953000', '131844.956000', '131844.958000', '131904.831000', '131904.834000', '131904.837000', '131904.839000', '131904.842000', '131904.844000', '131904.847000', '131904.850000', '131904.852000', '131904.855000', '131904.857000', '131904.860000', '131904.862000', '131904.865000', '131904.868000', '131904.870000', '131904.873000', '131904.875000', '131904.878000', '131904.881000', '131904.883000', '131904.886000', '131904.888000', '131904.891000', '131904.893000', '131904.902000', '131904.904000', '131904.907000', '131904.910000', '131904.912000', '131904.915000', '131904.917000', '131904.920000', '131904.923000', '131904.925000', '131904.928000', '131904.930000', '131904.933000', '131904.935000', '131904.938000', '131904.941000', '131904.943000', '131904.946000', '131904.948000', '131924.831000', '131924.833000', '131924.836000', '131924.839000', '131924.846000', '131924.849000', '131924.851000', '131924.854000', '131924.856000', '131924.859000', '131924.861000', '131924.864000', '131924.866000', '131924.869000', '131924.872000', '131924.874000', '131924.877000', '131924.880000', '131924.882000', '131924.885000', '131924.887000', '131924.890000', '131924.892000', '131924.895000', '131924.898000', '131924.900000', '131924.903000', '131924.905000', '131924.908000', '131924.911000', '131924.913000', '131924.916000', '131924.918000', '131924.921000', '131924.924000', '131924.926000', '131924.929000', '131924.931000', '131924.934000', '131924.936000', '131924.939000', '131924.942000', '131924.945000', '131944.831000', '131944.833000', '131944.836000', '131944.839000', '131944.841000', '131944.844000', '131944.846000', '131944.849000', '131944.851000', '131944.854000', '131944.857000', '131944.859000', '131944.862000', '131944.864000', '131944.867000', '131944.870000', '131944.872000', '131944.875000', '131944.877000', '131944.880000', '131944.882000', '131944.885000', '131944.888000', '131944.890000', '131944.893000', '131944.895000', '131944.898000', '131944.900000', '131944.903000', '131944.916000', '131944.918000', '131944.921000', '131944.923000', '131944.926000', '131944.929000', '131944.931000', '131944.934000', '131944.936000', '131944.939000', '131944.942000', '131944.944000', '131944.947000', '131944.949000', '131944.952000', '132004.831000', '132004.833000', '132004.836000', '132004.839000', '132004.841000', '132004.844000', '132004.846000', '132004.849000', '132004.852000', '132004.854000', '132004.857000', '132004.859000', '132004.862000', '132004.865000', '132004.867000', '132004.870000', '132004.872000', '132004.875000', '132004.878000', '132004.880000', '132004.883000', '132004.885000', '132004.895000', '132004.898000', '132004.900000', '132004.903000', '132004.905000', '132004.908000', '132004.911000', '132004.913000', '132004.916000', '132004.918000', '132004.921000', '132004.923000', '132004.926000', '132004.929000', '132004.931000', '132004.934000', '132004.936000', '132004.939000', '132004.941000', '132004.944000', '132004.958000', '132024.831000', '132024.833000', '132024.836000', '132024.838000', '132024.841000', '132024.844000', '132024.846000', '132024.849000', '132024.851000', '132024.854000', '132024.857000', '132024.859000', '132024.862000', '132024.864000', '132024.867000', '132024.869000', '132024.872000', '132024.875000', '132024.877000', '132024.880000', '132024.882000', '132024.885000', '132024.887000', '132024.890000', '132024.893000', '132024.895000', '132024.898000', '132024.900000', '132024.903000', '132024.906000', '132024.908000', '132024.911000', '132024.913000', '132024.916000', '132024.919000', '132024.921000', '132024.924000', '132024.926000', '132024.929000', '132024.932000', '132024.934000', '132024.937000', '132024.940000', '132024.942000', '132044.831000', '132044.833000', '132044.836000', '132044.839000', '132044.841000', '132044.844000', '132044.846000', '132044.849000', '132044.851000', '132044.854000', '132044.857000', '132044.859000', '132044.862000', '132044.864000', '132044.867000', '132044.870000', '132044.872000', '132044.875000', '132044.877000', '132044.880000', '132044.882000', '132044.885000', '132044.887000', '132044.890000', '132044.893000', '132044.895000', '132044.898000', '132044.900000', '132044.903000', '132044.906000', '132044.908000', '132044.911000', '132044.913000', '132044.916000', '132044.918000', '132044.921000', '132044.924000', '132044.926000', '132044.929000', '132044.931000', '132044.934000', '132044.936000', '132044.939000', '132104.832000', '132104.834000', '132104.837000', '132104.840000', '132104.842000', '132104.845000', '132104.847000', '132104.850000', '132104.853000', '132104.855000', '132104.858000', '132104.861000', '132104.863000', '132104.866000', '132104.868000', '132104.871000', '132104.874000', '132104.876000', '132104.879000', '132104.881000', '132104.884000', '132104.887000', '132104.889000', '132104.892000', '132104.894000', '132104.897000', '132104.900000', '132104.902000', '132104.905000', '132104.907000', '132104.910000', '132104.913000', '132104.915000', '132104.918000', '132104.920000', '132104.923000', '132104.925000', '132104.928000', '132104.931000', '132104.933000', '132104.936000', '132104.938000', '132104.941000', '132104.944000', '132124.831000', '132124.833000', '132124.836000', '132124.839000', '132124.841000', '132124.844000', '132124.846000', '132124.849000', '132124.852000', '132124.854000', '132124.857000', '132124.859000', '132124.862000', '132124.864000', '132124.867000', '132124.870000', '132124.872000', '132124.875000', '132124.877000', '132124.880000', '132124.882000', '132124.885000', '132124.888000', '132124.890000', '132124.893000', '132124.895000', '132124.898000', '132124.901000', '132124.903000', '132124.906000', '132124.908000', '132124.911000', '132124.913000', '132124.916000', '132124.918000', '132124.921000', '132124.924000', '132124.926000', '132124.929000', '132124.932000', '132124.934000', '132124.937000', '132124.939000', '132144.831000', '132144.834000', '132144.836000', '132144.839000', '132144.841000', '132144.844000', '132144.846000', '132144.849000', '132144.852000', '132144.854000', '132144.857000', '132144.859000', '132144.862000', '132144.865000', '132144.867000', '132144.870000', '132144.872000', '132144.875000', '132144.878000', '132144.880000', '132144.883000', '132144.885000', '132144.888000', '132144.890000', '132144.901000', '132144.903000', '132144.906000', '132144.909000', '132144.911000', '132144.914000', '132144.917000', '132144.919000', '132144.922000', '132144.925000', '132144.927000', '132144.930000', '132144.932000', '132144.935000', '132144.937000', '132144.940000', '132144.943000', '132144.945000', '132144.948000', '132144.950000', '132204.830000', '132204.833000', '132204.836000', '132204.839000', '132204.841000', '132204.844000', '132204.846000', '132204.849000', '132204.851000', '132204.854000', '132204.856000', '132204.859000', '132204.862000', '132204.864000', '132204.867000', '132204.869000', '132204.872000', '132204.875000', '132204.877000', '132204.880000', '132204.883000', '132204.885000', '132204.896000', '132204.899000', '132204.902000', '132204.904000', '132204.907000', '132204.909000', '132204.912000', '132204.915000', '132204.917000', '132204.920000', '132204.922000', '132204.925000', '132204.928000', '132204.930000', '132204.933000', '132204.935000', '132204.938000', '132204.940000', '132204.943000', '132204.946000', '132204.948000', '132224.831000', '132224.834000', '132224.836000', '132224.839000', '132224.842000', '132224.844000', '132224.847000', '132224.849000', '132224.852000', '132224.855000', '132224.857000', '132224.860000', '132224.862000', '132224.865000', '132224.867000', '132224.870000', '132224.873000', '132224.875000', '132224.878000', '132224.880000', '132224.883000', '132224.886000', '132224.888000', '132224.891000', '132224.913000', '132224.916000', '132224.918000', '132224.921000', '132224.924000', '132224.926000', '132224.929000', '132224.931000', '132224.934000', '132224.936000', '132224.939000', '132224.942000', '132224.944000', '132224.947000', '132224.949000', '132224.952000', '132224.955000', '132224.957000', '132224.960000', '132244.830000', '132244.833000', '132244.836000', '132244.838000', '132244.841000', '132244.844000', '132244.846000', '132244.849000', '132244.851000', '132244.854000', '132244.857000', '132244.859000', '132244.862000', '132244.864000', '132244.867000', '132244.869000', '132244.872000', '132244.875000', '132244.877000', '132244.880000', '132244.882000', '132244.885000', '132244.887000', '132244.890000', '132244.893000', '132244.895000', '132244.898000', '132244.900000', '132244.903000', '132244.906000', '132244.908000', '132244.911000', '132244.913000', '132244.916000', '132244.918000', '132244.921000', '132244.924000', '132244.926000', '132244.929000', '132244.931000', '132244.936000', '132244.938000', '132244.941000', '132244.943000', '132304.831000', '132304.833000', '132304.836000', '132304.838000', '132304.841000', '132304.844000', '132304.847000', '132304.850000', '132304.852000', '132304.855000', '132304.857000', '132304.860000', '132304.863000', '132304.865000', '132304.868000', '132304.870000', '132304.873000', '132304.875000', '132304.878000', '132304.881000', '132304.883000', '132304.886000', '132304.888000', '132304.891000', '132304.894000', '132304.896000', '132304.899000', '132304.901000', '132304.904000', '132304.907000', '132304.909000', '132304.912000', '132304.914000', '132304.917000', '132304.919000', '132304.932000', '132304.935000', '132304.937000', '132304.940000', '132304.943000', '132304.945000', '132304.948000', '132304.950000', '132324.832000', '132324.835000', '132324.837000', '132324.840000', '132324.842000', '132324.845000', '132324.848000', '132324.850000', '132324.853000', '132324.855000', '132324.858000', '132324.860000', '132324.863000', '132324.865000', '132324.868000', '132324.871000', '132324.873000', '132324.876000', '132324.878000', '132324.881000', '132324.884000', '132324.886000', '132324.889000', '132324.891000', '132324.894000', '132324.896000', '132324.899000', '132324.902000', '132324.904000', '132324.907000', '132324.909000', '132324.912000', '132324.914000', '132324.917000', '132324.920000', '132324.922000', '132324.925000', '132324.927000', '132324.930000', '132324.932000', '132324.935000', '132324.937000', '132324.940000', '132324.943000', '132342.984000', '132342.986000', '132342.989000', '132342.992000', '132342.994000', '132342.997000', '132343.000000', '132343.003000', '132343.006000', '132343.008000', '132343.011000', '132343.014000', '132343.016000', '132343.019000', '132343.021000', '132343.024000', '132343.026000', '132343.029000', '132343.032000', '132343.034000', '132343.037000', '132343.039000', '132343.042000', '132343.045000', '132343.047000', '132343.050000', '132343.053000', '132343.055000', '132343.058000', '132343.060000', '132343.063000', '132343.065000', '132343.068000', '132343.071000', '132343.074000', '132343.076000', '132343.079000', '132343.082000', '132343.085000', '132343.087000'], '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': [21987, 17961, 22825, 17089, 22971, 15745, 24862, 18301, 21054, 12767, 16048, 8853, 10315, 8893, 10120, 9030, 8940, 9043, 8734, 10144, 8503, 10409, 7922, 10259, 8319, 10520, 8023, 9687, 9293, 11130, 7851, 9575, 8003, 10489, 8538, 11671, 8761, 14195, 8863, 10559, 8586, 8552, 10873, 11628, 17162, 9263, 15389, 9429, 15824, 10193, 15890, 11554, 18345, 13154, 18264, 9255, 13917, 9176, 16020, 9178, 14868, 11198, 8511, 9120, 8199, 11115, 11555, 16791, 8869, 15082, 8996, 15052, 11886, 20490, 12774, 18430, 9954, 15451, 11474, 14652, 11500, 18887, 13857, 19842, 8947, 10148, 8668, 11619, 8838, 13316, 11684, 8551, 8930, 10725, 9378, 16522, 10515, 17012, 16838, 9535, 12599, 8405, 13204, 8462, 12332, 11987, 17057, 10848, 14580, 8312, 11239, 8455, 11842, 9157, 15475, 11897, 18507, 10317, 17846, 8831, 15214, 10617, 13125, 10818, 18404, 12633, 16374, 8746, 9665, 8245, 8830, 11648, 9323, 15959, 13655, 8227, 9482, 8470, 11740, 9917, 19818, 11001, 18408, 9257, 15360, 11151, 13290, 10737, 19062, 11938, 18532, 8980, 11770, 8989, 16411, 9482, 15529, 12844, 11050, 9508, 8438, 9511, 8832, 13946, 16094, 19375, 9459, 12995, 8686, 19312, 16257, 14931, 12580, 9566, 19118, 14447, 20750, 10314, 16232, 10998, 12131, 9597, 11897, 9884, 12720, 8582, 10313, 8741, 12170, 8723, 12906, 10462, 14052, 9193, 13608, 9229, 12877, 8969, 13094, 13143, 16453, 8905, 11883, 8413, 12589, 8403, 15370, 13306, 22393, 12900, 18168, 8987, 16053, 10673, 15035, 11352, 18233, 10315, 14513, 9165, 12277, 9047, 11487, 8917, 15574, 10303, 13388, 9079, 11083, 8614, 11726, 9846, 13201, 16411, 8725, 13087, 8701, 12090, 12129, 14479, 20345, 12901, 8288, 8374, 9008, 9303, 11475, 13869, 11777, 20923, 16637, 16557, 12294, 14162, 19967, 16152, 19073, 12688, 12340, 9863, 11003, 9035, 11812, 9352, 9645, 9223, 8845, 8729, 8165, 9524, 11172, 9580, 15767, 13241, 12127, 9512, 10808, 9023, 17479, 10360, 17826, 12698, 16892, 10852, 11674, 9008, 12809, 8960, 17667, 12383, 16452, 9955, 15834, 9378, 14396, 9243, 13924, 10512, 16292, 10033, 12978, 9088, 9819, 8685, 10371, 8578, 10305, 14029, 7912, 12087, 8140, 13615, 9049, 17609, 10151, 15631, 8624, 13977, 9241, 9803, 12948, 11941, 9372, 10269, 7994, 9455, 8251, 10115, 8937, 10302, 12978, 13003, 9175, 9180, 8665, 9180, 8842, 13025, 12043, 18002, 10249, 15421, 8801, 14410, 9150, 13490, 11608, 18175, 10334, 15446, 8511, 13672, 8728, 14278, 10843, 16862, 10501, 13208, 9034, 16586, 9242, 14977, 11618, 15767, 11085, 8863, 9213, 7846, 11403, 8742, 15134, 11627, 15165, 8610, 12250, 8555, 14977, 12105, 20191, 9188, 8879, 9089, 8904, 9247, 12514, 16094, 11191, 14438, 8628, 13717, 8830, 11722, 10422, 18155, 18295, 18910, 11289, 8564, 9483, 8478, 8470, 9165, 8162, 8349, 8774, 10850, 13682, 13682, 21155, 14420, 20454, 18771, 22070, 14824, 11335, 15797, 12207, 20046, 14153, 21065, 16828, 21429, 9137, 8511, 8350, 8463, 11383, 8546, 8581, 8979, 8697, 14956, 8870, 13752, 8957, 14174, 9324, 13505, 9406, 15891, 11006, 10398, 8620, 8182, 8508, 8692, 8838, 12599, 11813, 11781, 11476, 8502, 10144, 8392, 10223, 11573, 13283, 11105, 13219, 8822, 10307, 8574, 10140, 9210, 11242, 11594, 16243, 8132, 12357, 8671, 12176, 8973, 15914, 10927, 12029, 9185, 15747, 8588, 13537, 9793, 9128, 16956, 13338, 18237, 10634, 9396, 8711, 10116, 8650, 14067, 13149, 14129, 10144, 14353, 8987, 17411, 10263, 14409, 10827, 16277, 10470, 12320, 8055, 9145, 8278, 8473, 13394, 9578, 15744, 11999, 12358, 8897, 16895, 8603, 14728, 10601, 17133, 11466, 16531, 8510, 11440, 8343, 10949, 9506, 16392, 11049, 14825, 8458, 11987, 8467, 11353, 11060, 17747, 12930, 13972, 8971, 15119, 8757, 14327, 10421, 16160, 11170, 12575, 8759, 11576, 9097, 13059, 14038, 10298, 13409, 8529, 10268, 8586, 10161, 11046, 11234, 15263, 8619, 10713, 8774, 9002, 14773, 12049, 18504, 14470, 9712, 9539, 8224, 8787, 10075, 9661, 13940, 13706, 8483, 8852, 8622, 8668, 10260, 8868, 11791, 13374, 8908, 10125, 8385, 9615, 8492, 10316, 14928, 15205, 12801, 11369, 8808, 9170, 8436, 9866, 9023, 17444, 11146, 15932, 8180, 13551, 8512, 12979, 9111, 15950, 13619, 16716, 8142, 11529, 8146, 10931, 8210, 12113, 9265, 16043, 8836, 14134, 8660, 13305, 8981, 14124, 11732, 17379, 12192, 14806, 8959, 12432, 9074, 11776, 13217, 10414, 14620, 8587, 9172, 8931, 11060, 9456, 13893, 13261, 8591, 9247, 8617, 9108, 9760, 12204, 14875, 17521, 9984, 12486, 8428, 10791, 8386, 11756, 11247, 16661, 8083, 13754, 8688, 12588, 9180, 15727, 11084, 14276, 8809, 14807, 8846, 13694, 9238, 15130, 11499, 14832, 8859, 11913, 8979, 15170, 9715, 15749, 11739, 11255, 8872, 9161, 8359, 12020, 11718, 14420, 15974, 9732, 12689, 8134, 11744, 8522, 13468, 10357, 18466, 12363, 17059, 8655, 15355, 8768, 15568, 11400, 16547, 11716, 10781, 9022, 8661, 8477, 10544, 10998, 13129, 14866, 8146, 11207, 8348, 11750, 8176, 13167, 9632, 16640, 12524, 14494, 8541, 11133, 9080, 12424, 9778, 13486, 15123, 8495, 10638, 8453, 10020, 8534, 14546, 14669, 19957, 11108, 13020, 8340, 8053, 9161, 8635, 16327, 10678, 16021, 8526, 14357, 10270, 18383, 12473, 8411, 10588, 10922, 14201, 11192, 16044, 17323, 11023, 14298, 8440, 9907, 8224, 13440, 11959, 20632, 12436, 8654, 8565, 8649, 8929, 8495, 15523, 11014, 15508, 8400, 14034, 8504, 14262, 9198, 14372, 11782, 11566, 9110, 8913, 9117, 8421, 12366, 9488, 17592, 12766, 9807, 8772, 8735, 8835, 10554, 15929, 13898, 17704, 9002, 14142, 8782, 13744, 9000, 17413, 12179, 11244, 9068, 8446, 8633, 8189, 8842, 8267, 16015, 12415, 16427, 8798, 12502, 9240, 13150, 9703, 12836, 16282, 11371, 12836, 8298, 9107, 13555, 9632, 14961, 8739, 8483, 12268, 11086, 20239, 14100, 8424, 11000, 8076, 14173, 9493, 18400, 13580, 13714, 9590, 8602, 9078, 8801, 12907, 12291, 17992, 9135, 10292, 8796, 11999, 8792, 13155, 12362, 14252, 14697, 8401, 10998, 8183, 12823, 9058, 14762, 10443, 13553, 9757, 8338, 8440, 8752, 11885], 'WindowCenter': [4910.0, 4848.0, 4848.0, 4794.0, 4819.0, 4765.0, 4804.0, 4759.0, 4769.0, 4717.0, 4735.0, 4665.0, 4685.0, 4665.0, 4684.0, 4666.0, 4676.0, 4676.0, 4679.0, 4697.0, 4678.0, 4696.0, 4667.0, 4697.0, 4668.0, 4697.0, 4669.0, 4702.0, 4690.0, 4709.0, 4671.0, 4692.0, 4684.0, 4712.0, 4693.0, 4735.0, 4707.0, 4769.0, 4705.0, 4739.0, 4718.0, 4717.0, 4739.0, 4750.0, 4789.0, 4718.0, 4763.0, 4716.0, 4765.0, 4726.0, 4775.0, 4747.0, 4785.0, 4747.0, 4783.0, 4718.0, 4781.0, 4716.0, 4773.0, 4715.0, 4782.0, 4737.0, 4708.0, 4719.0, 4707.0, 4748.0, 4746.0, 4777.0, 4716.0, 4766.0, 4718.0, 4766.0, 4737.0, 4807.0, 4746.0, 4781.0, 4714.0, 4753.0, 4726.0, 4755.0, 4725.0, 4783.0, 4746.0, 4784.0, 4693.0, 4714.0, 4707.0, 4734.0, 4705.0, 4758.0, 4734.0, 4694.0, 4707.0, 4723.0, 4713.0, 4775.0, 4724.0, 4776.0, 4777.0, 4714.0, 4734.0, 4696.0, 4744.0, 4694.0, 4745.0, 4734.0, 4775.0, 4724.0, 4754.0, 4692.0, 4722.0, 4695.0, 4733.0, 4717.0, 4765.0, 4750.0, 4795.0, 4724.0, 4785.0, 4704.0, 4762.0, 4715.0, 4743.0, 4715.0, 4783.0, 4730.0, 4760.0, 4691.0, 4698.0, 4682.0, 4692.0, 4723.0, 4701.0, 4764.0, 4742.0, 4683.0, 4702.0, 4696.0, 4734.0, 4716.0, 4796.0, 4722.0, 4782.0, 4705.0, 4753.0, 4725.0, 4744.0, 4712.0, 4782.0, 4721.0, 4770.0, 4692.0, 4720.0, 4694.0, 4764.0, 4713.0, 4762.0, 4747.0, 4725.0, 4704.0, 4695.0, 4713.0, 4708.0, 4754.0, 4774.0, 4784.0, 4701.0, 4742.0, 4707.0, 4797.0, 4777.0, 4754.0, 4745.0, 4717.0, 4786.0, 4752.0, 4794.0, 4717.0, 4764.0, 4712.0, 4721.0, 4693.0, 4709.0, 4701.0, 4719.0, 4681.0, 4710.0, 4693.0, 4732.0, 4693.0, 4743.0, 4725.0, 4755.0, 4704.0, 4743.0, 4703.0, 4746.0, 4706.0, 4744.0, 4743.0, 4764.0, 4693.0, 4720.0, 4680.0, 4730.0, 4693.0, 4751.0, 4742.0, 4803.0, 4733.0, 4772.0, 4692.0, 4748.0, 4710.0, 4751.0, 4711.0, 4771.0, 4701.0, 4739.0, 4692.0, 4721.0, 4703.0, 4721.0, 4694.0, 4763.0, 4712.0, 4744.0, 4703.0, 4723.0, 4694.0, 4736.0, 4713.0, 4756.0, 4775.0, 4694.0, 4746.0, 4720.0, 4761.0, 4759.0, 4781.0, 4821.0, 4771.0, 4725.0, 4711.0, 4721.0, 4722.0, 4740.0, 4760.0, 4739.0, 4801.0, 4768.0, 4765.0, 4711.0, 4730.0, 4773.0, 4752.0, 4759.0, 4708.0, 4707.0, 4676.0, 4673.0, 4667.0, 4707.0, 4665.0, 4678.0, 4678.0, 4679.0, 4668.0, 4671.0, 4688.0, 4710.0, 4694.0, 4740.0, 4733.0, 4721.0, 4691.0, 4703.0, 4681.0, 4761.0, 4701.0, 4763.0, 4722.0, 4760.0, 4702.0, 4711.0, 4682.0, 4722.0, 4692.0, 4762.0, 4723.0, 4753.0, 4700.0, 4740.0, 4692.0, 4732.0, 4694.0, 4742.0, 4715.0, 4753.0, 4704.0, 4733.0, 4706.0, 4733.0, 4730.0, 4732.0, 4713.0, 4719.0, 4760.0, 4674.0, 4722.0, 4686.0, 4741.0, 4699.0, 4773.0, 4716.0, 4753.0, 4695.0, 4746.0, 4695.0, 4705.0, 4735.0, 4722.0, 4692.0, 4700.0, 4672.0, 4690.0, 4683.0, 4701.0, 4696.0, 4703.0, 4735.0, 4733.0, 4695.0, 4691.0, 4683.0, 4694.0, 4697.0, 4734.0, 4724.0, 4775.0, 4705.0, 4752.0, 4696.0, 4742.0, 4696.0, 4746.0, 4724.0, 4773.0, 4705.0, 4754.0, 4686.0, 4733.0, 4686.0, 4744.0, 4714.0, 4764.0, 4715.0, 4734.0, 4695.0, 4764.0, 4696.0, 4743.0, 4721.0, 4755.0, 4711.0, 4694.0, 4692.0, 4673.0, 4722.0, 4694.0, 4755.0, 4725.0, 4756.0, 4698.0, 4721.0, 4680.0, 4751.0, 4735.0, 4773.0, 4679.0, 4682.0, 4682.0, 4696.0, 4693.0, 4735.0, 4767.0, 4714.0, 4743.0, 4682.0, 4732.0, 4685.0, 4712.0, 4703.0, 4778.0, 4788.0, 4776.0, 4740.0, 4738.0, 4745.0, 4724.0, 4725.0, 4733.0, 4724.0, 4715.0, 4724.0, 4730.0, 4750.0, 4748.0, 4788.0, 4750.0, 4778.0, 4768.0, 4773.0, 4719.0, 4688.0, 4717.0, 4687.0, 4748.0, 4705.0, 4746.0, 4728.0, 4745.0, 4654.0, 4645.0, 4644.0, 4646.0, 4686.0, 4658.0, 4671.0, 4669.0, 4672.0, 4742.0, 4682.0, 4730.0, 4683.0, 4732.0, 4683.0, 4723.0, 4684.0, 4753.0, 4713.0, 4692.0, 4673.0, 4672.0, 4683.0, 4673.0, 4684.0, 4726.0, 4724.0, 4724.0, 4712.0, 4683.0, 4701.0, 4683.0, 4703.0, 4726.0, 4735.0, 4715.0, 4722.0, 4682.0, 4700.0, 4682.0, 4703.0, 4695.0, 4712.0, 4726.0, 4752.0, 4675.0, 4723.0, 4687.0, 4737.0, 4698.0, 4765.0, 4728.0, 4736.0, 4707.0, 4765.0, 4693.0, 4745.0, 4707.0, 4696.0, 4768.0, 4747.0, 4778.0, 4706.0, 4697.0, 4686.0, 4717.0, 4697.0, 4744.0, 4745.0, 4746.0, 4704.0, 4742.0, 4694.0, 4762.0, 4715.0, 4746.0, 4715.0, 4765.0, 4704.0, 4724.0, 4672.0, 4680.0, 4675.0, 4684.0, 4744.0, 4691.0, 4765.0, 4724.0, 4722.0, 4693.0, 4760.0, 4697.0, 4755.0, 4705.0, 4766.0, 4712.0, 4749.0, 4681.0, 4711.0, 4688.0, 4713.0, 4693.0, 4766.0, 4713.0, 4741.0, 4683.0, 4721.0, 4682.0, 4710.0, 4711.0, 4775.0, 4734.0, 4742.0, 4682.0, 4741.0, 4682.0, 4743.0, 4702.0, 4762.0, 4710.0, 4723.0, 4681.0, 4726.0, 4682.0, 4704.0, 4731.0, 4718.0, 4744.0, 4696.0, 4725.0, 4697.0, 4702.0, 4714.0, 4714.0, 4742.0, 4681.0, 4698.0, 4670.0, 4682.0, 4742.0, 4709.0, 4761.0, 4727.0, 4676.0, 4678.0, 4666.0, 4667.0, 4690.0, 4686.0, 4728.0, 4728.0, 4668.0, 4677.0, 4668.0, 4670.0, 4699.0, 4678.0, 4708.0, 4730.0, 4680.0, 4690.0, 4670.0, 4687.0, 4681.0, 4703.0, 4742.0, 4742.0, 4732.0, 4712.0, 4680.0, 4681.0, 4671.0, 4701.0, 4681.0, 4775.0, 4711.0, 4750.0, 4671.0, 4727.0, 4669.0, 4718.0, 4682.0, 4741.0, 4732.0, 4749.0, 4659.0, 4708.0, 4662.0, 4699.0, 4684.0, 4721.0, 4694.0, 4753.0, 4694.0, 4729.0, 4683.0, 4731.0, 4681.0, 4730.0, 4724.0, 4763.0, 4723.0, 4742.0, 4693.0, 4763.0, 4695.0, 4720.0, 4735.0, 4715.0, 4753.0, 4696.0, 4706.0, 4707.0, 4724.0, 4705.0, 4756.0, 4734.0, 4694.0, 4693.0, 4682.0, 4691.0, 4704.0, 4721.0, 4753.0, 4763.0, 4702.0, 4721.0, 4673.0, 4698.0, 4682.0, 4722.0, 4712.0, 4750.0, 4671.0, 4732.0, 4682.0, 4736.0, 4707.0, 4753.0, 4726.0, 4744.0, 4692.0, 4741.0, 4696.0, 4742.0, 4693.0, 4751.0, 4723.0, 4741.0, 4691.0, 4721.0, 4693.0, 4753.0, 4702.0, 4755.0, 4721.0, 4712.0, 4692.0, 4693.0, 4684.0, 4722.0, 4723.0, 4756.0, 4757.0, 4705.0, 4733.0, 4684.0, 4723.0, 4697.0, 4736.0, 4718.0, 4771.0, 4732.0, 4762.0, 4682.0, 4741.0, 4694.0, 4752.0, 4714.0, 4764.0, 4722.0, 4712.0, 4681.0, 4681.0, 4682.0, 4711.0, 4714.0, 4731.0, 4740.0, 4673.0, 4711.0, 4677.0, 4711.0, 4683.0, 4731.0, 4694.0, 4765.0, 4723.0, 4743.0, 4682.0, 4712.0, 4694.0, 4735.0, 4703.0, 4746.0, 4754.0, 4683.0, 4701.0, 4681.0, 4701.0, 4685.0, 4738.0, 4752.0, 4772.0, 4709.0, 4720.0, 4672.0, 4673.0, 4692.0, 4684.0, 4763.0, 4714.0, 4752.0, 4682.0, 4757.0, 4704.0, 4764.0, 4711.0, 4650.0, 4664.0, 4697.0, 4759.0, 4752.0, 4791.0, 4788.0, 4726.0, 4752.0, 4683.0, 4690.0, 4674.0, 4731.0, 4722.0, 4784.0, 4732.0, 4695.0, 4693.0, 4696.0, 4694.0, 4681.0, 4752.0, 4697.0, 4738.0, 4672.0, 4729.0, 4681.0, 4742.0, 4694.0, 4739.0, 4723.0, 4711.0, 4680.0, 4682.0, 4680.0, 4672.0, 4722.0, 4704.0, 4766.0, 4733.0, 4702.0, 4684.0, 4683.0, 4693.0, 4703.0, 4752.0, 4733.0, 4760.0, 4680.0, 4728.0, 4682.0, 4730.0, 4681.0, 4749.0, 4723.0, 4711.0, 4680.0, 4672.0, 4682.0, 4683.0, 4694.0, 4684.0, 4763.0, 4734.0, 4752.0, 4684.0, 4722.0, 4693.0, 4733.0, 4691.0, 4732.0, 4768.0, 4724.0, 4734.0, 4699.0, 4698.0, 4748.0, 4709.0, 4753.0, 4685.0, 4698.0, 4723.0, 4716.0, 4787.0, 4744.0, 4686.0, 4712.0, 4674.0, 4744.0, 4694.0, 4761.0, 4732.0, 4731.0, 4689.0, 4683.0, 4680.0, 4681.0, 4720.0, 4723.0, 4762.0, 4681.0, 4691.0, 4671.0, 4709.0, 4684.0, 4719.0, 4719.0, 4742.0, 4729.0, 4672.0, 4699.0, 4671.0, 4720.0, 4693.0, 4742.0, 4714.0, 4734.0, 4691.0, 4684.0, 4672.0, 4694.0, 4722.0], 'WindowWidth': [10683.0, 10564.0, 10548.0, 10453.0, 10478.0, 10393.0, 10454.0, 10375.0, 10387.0, 10307.0, 10331.0, 10236.0, 10262.0, 10235.0, 10260.0, 10238.0, 10251.0, 10252.0, 10259.0, 10282.0, 10255.0, 10278.0, 10243.0, 10283.0, 10245.0, 10283.0, 10249.0, 10295.0, 10276.0, 10301.0, 10253.0, 10280.0, 10275.0, 10309.0, 10288.0, 10347.0, 10315.0, 10398.0, 10309.0, 10358.0, 10330.0, 10331.0, 10358.0, 10376.0, 10425.0, 10329.0, 10384.0, 10323.0, 10388.0, 10337.0, 10401.0, 10367.0, 10418.0, 10363.0, 10411.0, 10329.0, 10423.0, 10325.0, 10397.0, 10321.0, 10423.0, 10355.0, 10317.0, 10330.0, 10312.0, 10371.0, 10365.0, 10407.0, 10323.0, 10388.0, 10328.0, 10391.0, 10353.0, 10454.0, 10361.0, 10408.0, 10316.0, 10368.0, 10332.0, 10372.0, 10331.0, 10413.0, 10361.0, 10413.0, 10286.0, 10314.0, 10311.0, 10344.0, 10308.0, 10381.0, 10345.0, 10291.0, 10307.0, 10328.0, 10316.0, 10402.0, 10329.0, 10403.0, 10408.0, 10316.0, 10341.0, 10294.0, 10356.0, 10290.0, 10358.0, 10342.0, 10402.0, 10328.0, 10367.0, 10286.0, 10323.0, 10291.0, 10341.0, 10327.0, 10389.0, 10375.0, 10432.0, 10333.0, 10416.0, 10304.0, 10379.0, 10315.0, 10353.0, 10316.0, 10412.0, 10333.0, 10374.0, 10282.0, 10287.0, 10268.0, 10281.0, 10326.0, 10293.0, 10383.0, 10350.0, 10271.0, 10297.0, 10297.0, 10343.0, 10322.0, 10433.0, 10326.0, 10407.0, 10304.0, 10367.0, 10332.0, 10354.0, 10309.0, 10410.0, 10320.0, 10388.0, 10282.0, 10318.0, 10287.0, 10386.0, 10315.0, 10379.0, 10368.0, 10331.0, 10303.0, 10290.0, 10315.0, 10314.0, 10370.0, 10401.0, 10414.0, 10296.0, 10349.0, 10313.0, 10446.0, 10409.0, 10370.0, 10360.0, 10323.0, 10419.0, 10366.0, 10428.0, 10322.0, 10385.0, 10309.0, 10318.0, 10281.0, 10298.0, 10291.0, 10313.0, 10267.0, 10305.0, 10285.0, 10336.0, 10288.0, 10354.0, 10333.0, 10373.0, 10304.0, 10354.0, 10300.0, 10361.0, 10308.0, 10356.0, 10354.0, 10382.0, 10283.0, 10316.0, 10265.0, 10332.0, 10289.0, 10361.0, 10351.0, 10445.0, 10338.0, 10391.0, 10282.0, 10356.0, 10305.0, 10361.0, 10308.0, 10392.0, 10292.0, 10341.0, 10282.0, 10319.0, 10301.0, 10322.0, 10288.0, 10382.0, 10311.0, 10358.0, 10300.0, 10326.0, 10290.0, 10347.0, 10314.0, 10375.0, 10402.0, 10291.0, 10362.0, 10335.0, 10395.0, 10393.0, 10423.0, 10482.0, 10411.0, 10349.0, 10327.0, 10337.0, 10341.0, 10360.0, 10386.0, 10355.0, 10458.0, 10396.0, 10387.0, 10303.0, 10330.0, 10391.0, 10362.0, 10368.0, 10291.0, 10290.0, 10246.0, 10240.0, 10235.0, 10291.0, 10234.0, 10253.0, 10252.0, 10256.0, 10240.0, 10247.0, 10270.0, 10301.0, 10281.0, 10343.0, 10332.0, 10315.0, 10275.0, 10293.0, 10264.0, 10374.0, 10293.0, 10380.0, 10320.0, 10374.0, 10291.0, 10302.0, 10265.0, 10317.0, 10280.0, 10377.0, 10323.0, 10365.0, 10288.0, 10343.0, 10277.0, 10330.0, 10282.0, 10347.0, 10314.0, 10365.0, 10297.0, 10336.0, 10306.0, 10354.0, 10361.0, 10352.0, 10325.0, 10326.0, 10383.0, 10253.0, 10316.0, 10273.0, 10344.0, 10297.0, 10396.0, 10317.0, 10365.0, 10289.0, 10356.0, 10283.0, 10299.0, 10339.0, 10318.0, 10277.0, 10287.0, 10253.0, 10273.0, 10268.0, 10290.0, 10289.0, 10295.0, 10341.0, 10334.0, 10285.0, 10278.0, 10269.0, 10285.0, 10291.0, 10338.0, 10326.0, 10402.0, 10300.0, 10364.0, 10289.0, 10349.0, 10291.0, 10358.0, 10325.0, 10396.0, 10300.0, 10366.0, 10276.0, 10334.0, 10275.0, 10350.0, 10312.0, 10383.0, 10312.0, 10337.0, 10285.0, 10378.0, 10288.0, 10350.0, 10320.0, 10369.0, 10303.0, 10283.0, 10277.0, 10255.0, 10319.0, 10287.0, 10371.0, 10327.0, 10373.0, 10297.0, 10317.0, 10258.0, 10360.0, 10343.0, 10394.0, 10256.0, 10263.0, 10265.0, 10290.0, 10280.0, 10340.0, 10390.0, 10312.0, 10349.0, 10267.0, 10331.0, 10273.0, 10304.0, 10294.0, 10411.0, 10423.0, 10404.0, 10358.0, 10372.0, 10378.0, 10348.0, 10348.0, 10360.0, 10347.0, 10336.0, 10345.0, 10343.0, 10365.0, 10360.0, 10418.0, 10361.0, 10420.0, 10395.0, 10395.0, 10308.0, 10261.0, 10299.0, 10257.0, 10344.0, 10281.0, 10339.0, 10314.0, 10336.0, 10209.0, 10199.0, 10195.0, 10201.0, 10257.0, 10221.0, 10243.0, 10242.0, 10249.0, 10342.0, 10262.0, 10326.0, 10265.0, 10328.0, 10265.0, 10317.0, 10269.0, 10361.0, 10309.0, 10276.0, 10251.0, 10252.0, 10266.0, 10252.0, 10268.0, 10327.0, 10323.0, 10323.0, 10303.0, 10267.0, 10289.0, 10268.0, 10297.0, 10328.0, 10340.0, 10311.0, 10317.0, 10263.0, 10286.0, 10263.0, 10292.0, 10286.0, 10306.0, 10328.0, 10360.0, 10258.0, 10322.0, 10277.0, 10346.0, 10297.0, 10383.0, 10340.0, 10345.0, 10308.0, 10385.0, 10285.0, 10355.0, 10304.0, 10289.0, 10390.0, 10362.0, 10406.0, 10299.0, 10289.0, 10276.0, 10322.0, 10294.0, 10352.0, 10359.0, 10359.0, 10299.0, 10350.0, 10284.0, 10378.0, 10316.0, 10357.0, 10312.0, 10385.0, 10297.0, 10320.0, 10253.0, 10260.0, 10257.0, 10272.0, 10353.0, 10277.0, 10387.0, 10323.0, 10321.0, 10281.0, 10372.0, 10294.0, 10370.0, 10300.0, 10387.0, 10309.0, 10354.0, 10263.0, 10302.0, 10281.0, 10309.0, 10283.0, 10387.0, 10309.0, 10346.0, 10267.0, 10315.0, 10269.0, 10303.0, 10304.0, 10403.0, 10338.0, 10347.0, 10264.0, 10344.0, 10266.0, 10349.0, 10293.0, 10377.0, 10302.0, 10320.0, 10263.0, 10332.0, 10264.0, 10278.0, 10331.0, 10325.0, 10356.0, 10294.0, 10334.0, 10293.0, 10293.0, 10311.0, 10310.0, 10346.0, 10263.0, 10281.0, 10244.0, 10262.0, 10347.0, 10298.0, 10373.0, 10320.0, 10251.0, 10252.0, 10236.0, 10239.0, 10272.0, 10264.0, 10323.0, 10323.0, 10241.0, 10251.0, 10241.0, 10242.0, 10285.0, 10254.0, 10295.0, 10330.0, 10259.0, 10271.0, 10246.0, 10266.0, 10263.0, 10297.0, 10346.0, 10346.0, 10336.0, 10304.0, 10263.0, 10262.0, 10251.0, 10289.0, 10263.0, 10397.0, 10303.0, 10354.0, 10249.0, 10320.0, 10245.0, 10309.0, 10266.0, 10344.0, 10332.0, 10353.0, 10232.0, 10294.0, 10236.0, 10283.0, 10272.0, 10315.0, 10285.0, 10363.0, 10283.0, 10327.0, 10268.0, 10329.0, 10264.0, 10330.0, 10323.0, 10381.0, 10320.0, 10347.0, 10282.0, 10397.0, 10289.0, 10314.0, 10341.0, 10314.0, 10364.0, 10291.0, 10305.0, 10307.0, 10328.0, 10302.0, 10372.0, 10340.0, 10285.0, 10281.0, 10267.0, 10277.0, 10299.0, 10317.0, 10365.0, 10382.0, 10292.0, 10315.0, 10252.0, 10283.0, 10267.0, 10317.0, 10307.0, 10357.0, 10250.0, 10333.0, 10267.0, 10345.0, 10309.0, 10365.0, 10332.0, 10351.0, 10280.0, 10345.0, 10289.0, 10347.0, 10284.0, 10360.0, 10323.0, 10345.0, 10276.0, 10317.0, 10281.0, 10363.0, 10293.0, 10370.0, 10318.0, 10307.0, 10279.0, 10282.0, 10270.0, 10321.0, 10325.0, 10371.0, 10374.0, 10299.0, 10335.0, 10271.0, 10320.0, 10290.0, 10342.0, 10321.0, 10394.0, 10334.0, 10378.0, 10268.0, 10346.0, 10285.0, 10361.0, 10312.0, 10381.0, 10318.0, 10305.0, 10264.0, 10263.0, 10265.0, 10306.0, 10309.0, 10332.0, 10343.0, 10254.0, 10302.0, 10256.0, 10300.0, 10269.0, 10330.0, 10285.0, 10384.0, 10323.0, 10350.0, 10267.0, 10306.0, 10286.0, 10341.0, 10296.0, 10357.0, 10366.0, 10269.0, 10290.0, 10262.0, 10290.0, 10273.0, 10337.0, 10364.0, 10397.0, 10298.0, 10315.0, 10249.0, 10256.0, 10279.0, 10269.0, 10379.0, 10308.0, 10362.0, 10267.0, 10374.0, 10296.0, 10378.0, 10296.0, 10209.0, 10219.0, 10277.0, 10384.0, 10379.0, 10433.0, 10428.0, 10336.0, 10365.0, 10269.0, 10272.0, 10254.0, 10327.0, 10321.0, 10412.0, 10334.0, 10290.0, 10283.0, 10290.0, 10284.0, 10263.0, 10361.0, 10280.0, 10335.0, 10248.0, 10323.0, 10262.0, 10346.0, 10284.0, 10340.0, 10322.0, 10301.0, 10259.0, 10264.0, 10257.0, 10249.0, 10318.0, 10297.0, 10386.0, 10333.0, 10293.0, 10269.0, 10270.0, 10281.0, 10295.0, 10363.0, 10335.0, 10372.0, 10260.0, 10323.0, 10265.0, 10327.0, 10263.0, 10355.0, 10324.0, 10302.0, 10259.0, 10250.0, 10262.0, 10270.0, 10284.0, 10268.0, 10380.0, 10339.0, 10363.0, 10270.0, 10318.0, 10280.0, 10337.0, 10276.0, 10333.0, 10396.0, 10325.0, 10337.0, 10299.0, 10295.0, 10364.0, 10313.0, 10365.0, 10273.0, 10294.0, 10319.0, 10314.0, 10416.0, 10349.0, 10275.0, 10304.0, 10256.0, 10349.0, 10283.0, 10376.0, 10335.0, 10329.0, 10269.0, 10264.0, 10258.0, 10263.0, 10313.0, 10320.0, 10375.0, 10261.0, 10273.0, 10246.0, 10298.0, 10269.0, 10312.0, 10311.0, 10346.0, 10326.0, 10248.0, 10282.0, 10247.0, 10311.0, 10283.0, 10346.0, 10312.0, 10339.0, 10276.0, 10272.0, 10252.0, 10286.0, 10320.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.003448438576349024</td></tr>
<tr><td colspan=3>aqi</td><td>0.024298937657864523</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.343188261770116</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.220926277896554</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0516116689770119</td></tr>
<tr><td colspan=3>efc</td><td>0.5214</td></tr>
<tr><td colspan=3>fber</td><td>3415.8481</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09704158424806059</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>60</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.888633754305396</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.509724616310516</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3516742166589903</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.755158934311892</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.422340697960665</td></tr>
<tr><td colspan=3>gcor</td><td>0.0122717</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016603559255599976</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03530478850007057</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.056203490151439</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>14.7247</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>67.0184</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>279.7232</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>69.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291764.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1409.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>502.1553</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8441</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>632.9028</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3893.4832</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4026.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84780.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1569.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5154.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>992.5479</td></tr>
<tr><td colspan=3>tsnr</td><td>34.847896460210904</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>