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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0109_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-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-04_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-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0109/figures/sub-0109_ses-01_task-social_acq-mb8_run-04_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-0109/ses-01/func/sub-0109_ses-01_task-social_acq-mb8_run-04_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>4678ac9509bbe7cdb0e82b722221a3a3</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>21:26:54.100000</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.998135, -0.0542214, -0.0280411, 0.0551054, 0.997975, 0.0317771]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.0944895</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7785, -7257, 341, -85, -2, -23, 87]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>241.594</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>202a6ef8-f444-4ca6-8590-6f95b78ff246||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.6779236793518066, 0.14784380793571472, -0.07090552151203156, 109.75798034667969], [0.14547204971313477, 2.6774933338165283, 0.08981021493673325, -115.38445281982422], [-0.07523220032453537, -0.08525560051202774, 2.6975741386413574, -81.8042221069336], [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': ['212654.100000', '212654.560000', '212655.020000', '212655.480000', '212655.940000', '212656.400000', '212656.860000', '212657.320000', '212657.780000', '212658.240000', '212658.700000', '212659.160000', '212659.620000', '212700.080000', '212700.540000', '212701.000000', '212701.460000', '212701.920000', '212702.380000', '212702.840000', '212703.300000', '212703.760000', '212704.220000', '212704.680000', '212705.140000', '212705.600000', '212706.060000', '212706.520000', '212706.980000', '212707.440000', '212707.900000', '212708.360000', '212708.820000', '212709.280000', '212709.740000', '212710.200000', '212710.660000', '212711.120000', '212711.580000', '212712.040000', '212712.500000', '212712.960000', '212713.420000', '212713.880000', '212714.340000', '212714.800000', '212715.260000', '212715.720000', '212716.180000', '212716.640000', '212717.100000', '212717.560000', '212718.020000', '212718.480000', '212718.940000', '212719.400000', '212719.860000', '212720.320000', '212720.780000', '212721.240000', '212721.700000', '212722.160000', '212722.620000', '212723.080000', '212723.540000', '212724.000000', '212724.460000', '212724.920000', '212725.380000', '212725.840000', '212726.300000', '212726.760000', '212727.220000', '212727.680000', '212728.140000', '212728.600000', '212729.060000', '212729.520000', '212729.980000', '212730.440000', '212730.900000', '212731.360000', '212731.820000', '212732.280000', '212732.740000', '212733.200000', '212733.660000', '212734.120000', '212734.580000', '212735.040000', '212735.500000', '212735.960000', '212736.420000', '212736.880000', '212737.340000', '212737.800000', '212738.260000', '212738.720000', '212739.180000', '212739.640000', '212740.100000', '212740.560000', '212741.020000', '212741.480000', '212741.940000', '212742.400000', '212742.860000', '212743.320000', '212743.780000', '212744.240000', '212744.700000', '212745.160000', '212745.620000', '212746.080000', '212746.540000', '212747.000000', '212747.460000', '212747.920000', '212748.380000', '212748.840000', '212749.300000', '212749.760000', '212750.220000', '212750.680000', '212751.140000', '212751.600000', '212752.060000', '212752.520000', '212752.980000', '212753.440000', '212753.900000', '212754.360000', '212754.820000', '212755.280000', '212755.740000', '212756.200000', '212756.660000', '212757.120000', '212757.580000', '212758.040000', '212758.500000', '212758.960000', '212759.420000', '212759.880000', '212800.340000', '212800.800000', '212801.260000', '212801.720000', '212802.180000', '212802.640000', '212803.100000', '212803.560000', '212804.020000', '212804.480000', '212804.940000', '212805.400000', '212805.860000', '212806.320000', '212806.780000', '212807.240000', '212807.700000', '212808.160000', '212808.620000', '212809.080000', '212809.540000', '212810.000000', '212810.460000', '212810.920000', '212811.380000', '212811.840000', '212812.300000', '212812.760000', '212813.220000', '212813.680000', '212814.140000', '212814.600000', '212815.060000', '212815.520000', '212815.980000', '212816.440000', '212816.900000', '212817.360000', '212817.820000', '212818.280000', '212818.740000', '212819.200000', '212819.660000', '212820.120000', '212820.580000', '212821.040000', '212821.500000', '212821.960000', '212822.420000', '212822.880000', '212823.340000', '212823.800000', '212824.260000', '212824.720000', '212825.180000', '212825.640000', '212826.100000', '212826.560000', '212827.020000', '212827.480000', '212827.940000', '212828.400000', '212828.860000', '212829.320000', '212829.780000', '212830.240000', '212830.700000', '212831.160000', '212831.620000', '212832.080000', '212832.540000', '212833.000000', '212833.460000', '212833.920000', '212834.380000', '212834.840000', '212835.300000', '212835.760000', '212836.220000', '212836.680000', '212837.140000', '212837.600000', '212838.060000', '212838.520000', '212838.980000', '212839.440000', '212839.900000', '212840.360000', '212840.820000', '212841.280000', '212841.740000', '212842.200000', '212842.660000', '212843.120000', '212843.580000', '212844.040000', '212844.500000', '212844.960000', '212845.420000', '212845.880000', '212846.340000', '212846.800000', '212847.260000', '212847.720000', '212848.180000', '212848.640000', '212849.100000', '212849.560000', '212850.020000', '212850.480000', '212850.940000', '212851.400000', '212851.860000', '212852.320000', '212852.780000', '212853.240000', '212853.700000', '212854.160000', '212854.620000', '212855.080000', '212855.540000', '212856.000000', '212856.460000', '212856.920000', '212857.380000', '212857.840000', '212858.300000', '212858.760000', '212859.220000', '212859.680000', '212900.140000', '212900.600000', '212901.060000', '212901.520000', '212901.980000', '212902.440000', '212902.900000', '212903.360000', '212903.820000', '212904.280000', '212904.740000', '212905.200000', '212905.660000', '212906.120000', '212906.580000', '212907.040000', '212907.500000', '212907.960000', '212908.420000', '212908.880000', '212909.340000', '212909.800000', '212910.260000', '212910.720000', '212911.180000', '212911.640000', '212912.100000', '212912.560000', '212913.020000', '212913.480000', '212913.940000', '212914.400000', '212914.860000', '212915.320000', '212915.780000', '212916.240000', '212916.700000', '212917.160000', '212917.620000', '212918.080000', '212918.540000', '212919.000000', '212919.460000', '212919.920000', '212920.380000', '212920.840000', '212921.300000', '212921.760000', '212922.220000', '212922.680000', '212923.140000', '212923.600000', '212924.060000', '212924.520000', '212924.980000', '212925.440000', '212925.900000', '212926.360000', '212926.820000', '212927.280000', '212927.740000', '212928.200000', '212928.660000', '212929.120000', '212929.580000', '212930.040000', '212930.500000', '212930.960000', '212931.420000', '212931.880000', '212932.340000', '212932.800000', '212933.260000', '212933.720000', '212934.180000', '212934.640000', '212935.100000', '212935.560000', '212936.020000', '212936.480000', '212936.940000', '212937.400000', '212937.860000', '212938.320000', '212938.780000', '212939.240000', '212939.700000', '212940.160000', '212940.620000', '212941.080000', '212941.540000', '212942.000000', '212942.460000', '212942.920000', '212943.380000', '212943.840000', '212944.300000', '212944.760000', '212945.220000', '212945.680000', '212946.140000', '212946.600000', '212947.060000', '212947.520000', '212947.980000', '212948.440000', '212948.900000', '212949.360000', '212949.820000', '212950.280000', '212950.740000', '212951.200000', '212951.660000', '212952.120000', '212952.580000', '212953.040000', '212953.500000', '212953.960000', '212954.420000', '212954.880000', '212955.340000', '212955.800000', '212956.260000', '212956.720000', '212957.180000', '212957.640000', '212958.100000', '212958.560000', '212959.020000', '212959.480000', '212959.940000', '213000.400000', '213000.860000', '213001.320000', '213001.780000', '213002.240000', '213002.700000', '213003.160000', '213003.620000', '213004.080000', '213004.540000', '213005.000000', '213005.460000', '213005.920000', '213006.380000', '213006.840000', '213007.300000', '213007.760000', '213008.220000', '213008.680000', '213009.140000', '213009.600000', '213010.060000', '213010.520000', '213010.980000', '213011.440000', '213011.900000', '213012.360000', '213012.820000', '213013.280000', '213013.740000', '213014.200000', '213014.660000', '213015.120000', '213015.580000', '213016.040000', '213016.500000', '213016.960000', '213017.420000', '213017.880000', '213018.340000', '213018.800000', '213019.260000', '213019.720000', '213020.180000', '213020.640000', '213021.100000', '213021.560000', '213022.020000', '213022.480000', '213022.940000', '213023.400000', '213023.860000', '213024.320000', '213024.780000', '213025.240000', '213025.700000', '213026.160000', '213026.620000', '213027.080000', '213027.540000', '213028.000000', '213028.460000', '213028.920000', '213029.380000', '213029.840000', '213030.300000', '213030.760000', '213031.220000', '213031.680000', '213032.140000', '213032.600000', '213033.060000', '213033.520000', '213033.980000', '213034.440000', '213034.900000', '213035.360000', '213035.820000', '213036.280000', '213036.740000', '213037.200000', '213037.660000', '213038.120000', '213038.580000', '213039.040000', '213039.500000', '213039.960000', '213040.420000', '213040.880000', '213041.340000', '213041.800000', '213042.260000', '213042.720000', '213043.180000', '213043.640000', '213044.100000', '213044.560000', '213045.020000', '213045.480000', '213045.940000', '213046.400000', '213046.860000', '213047.320000', '213047.780000', '213048.240000', '213048.700000', '213049.160000', '213049.620000', '213050.080000', '213050.540000', '213051.000000', '213051.460000', '213051.920000', '213052.380000', '213052.840000', '213053.300000', '213053.760000', '213054.220000', '213054.680000', '213055.140000', '213055.600000', '213056.060000', '213056.520000', '213056.980000', '213057.440000', '213057.900000', '213058.360000', '213058.820000', '213059.280000', '213059.740000', '213100.200000', '213100.660000', '213101.120000', '213101.580000', '213102.040000', '213102.500000', '213102.960000', '213103.420000', '213103.880000', '213104.340000', '213104.800000', '213105.260000', '213105.720000', '213106.180000', '213106.640000', '213107.100000', '213107.560000', '213108.020000', '213108.480000', '213108.940000', '213109.400000', '213109.860000', '213110.320000', '213110.780000', '213111.240000', '213111.700000', '213112.160000', '213112.620000', '213113.080000', '213113.540000', '213114.000000', '213114.460000', '213114.920000', '213115.380000', '213115.840000', '213116.300000', '213116.760000', '213117.220000', '213117.680000', '213118.140000', '213118.600000', '213119.060000', '213119.520000', '213119.980000', '213120.440000', '213120.900000', '213121.360000', '213121.820000', '213122.280000', '213122.740000', '213123.200000', '213123.660000', '213124.120000', '213124.580000', '213125.040000', '213125.500000', '213125.960000', '213126.420000', '213126.880000', '213127.340000', '213127.800000', '213128.260000', '213128.720000', '213129.180000', '213129.640000', '213130.100000', '213130.560000', '213131.020000', '213131.480000', '213131.940000', '213132.400000', '213132.860000', '213133.320000', '213133.780000', '213134.240000', '213134.700000', '213135.160000', '213135.620000', '213136.080000', '213136.540000', '213137.000000', '213137.460000', '213137.920000', '213138.380000', '213138.840000', '213139.300000', '213139.760000', '213140.220000', '213140.680000', '213141.140000', '213141.600000', '213142.060000', '213142.520000', '213142.980000', '213143.440000', '213143.900000', '213144.360000', '213144.820000', '213145.280000', '213145.740000', '213146.200000', '213146.660000', '213147.120000', '213147.580000', '213148.040000', '213148.500000', '213148.960000', '213149.420000', '213149.880000', '213150.340000', '213150.800000', '213151.260000', '213151.720000', '213152.180000', '213152.640000', '213153.100000', '213153.560000', '213154.020000', '213154.480000', '213154.940000', '213155.400000', '213155.860000', '213156.320000', '213156.780000', '213157.240000', '213157.700000', '213158.160000', '213158.620000', '213159.080000', '213159.540000', '213200.000000', '213200.460000', '213200.920000', '213201.380000', '213201.840000', '213202.300000', '213202.760000', '213203.220000', '213203.680000', '213204.140000', '213204.600000', '213205.060000', '213205.520000', '213205.980000', '213206.440000', '213206.900000', '213207.360000', '213207.820000', '213208.280000', '213208.740000', '213209.200000', '213209.660000', '213210.120000', '213210.580000', '213211.040000', '213211.500000', '213211.960000', '213212.420000', '213212.880000', '213213.340000', '213213.800000', '213214.260000', '213214.720000', '213215.180000', '213215.640000', '213216.100000', '213216.560000', '213217.020000', '213217.480000', '213217.940000', '213218.400000', '213218.860000', '213219.320000', '213219.780000', '213220.240000', '213220.700000', '213221.160000', '213221.620000', '213222.080000', '213222.540000', '213223.000000', '213223.460000', '213223.920000', '213224.380000', '213224.840000', '213225.300000', '213225.760000', '213226.220000', '213226.680000', '213227.140000', '213227.600000', '213228.060000', '213228.520000', '213228.980000', '213229.440000', '213229.900000', '213230.360000', '213230.820000', '213231.280000', '213231.740000', '213232.200000', '213232.660000', '213233.120000', '213233.580000', '213234.040000', '213234.500000', '213234.960000', '213235.420000', '213235.880000', '213236.340000', '213236.800000', '213237.260000', '213237.720000', '213238.180000', '213238.640000', '213239.100000', '213239.560000', '213240.020000', '213240.480000', '213240.940000', '213241.400000', '213241.860000', '213242.320000', '213242.780000', '213243.240000', '213243.700000', '213244.160000', '213244.620000', '213245.080000', '213245.540000', '213246.000000', '213246.460000', '213246.920000', '213247.380000', '213247.840000', '213248.300000', '213248.760000', '213249.220000', '213249.680000', '213250.140000', '213250.600000', '213251.060000', '213251.520000', '213251.980000', '213252.440000', '213252.900000', '213253.360000', '213253.820000', '213254.280000', '213254.740000', '213255.200000', '213255.660000', '213256.120000', '213256.580000', '213257.040000', '213257.500000', '213257.960000', '213258.420000', '213258.880000', '213259.340000', '213259.800000', '213300.260000', '213300.720000', '213301.180000', '213301.640000', '213302.100000', '213302.560000', '213303.020000', '213303.480000', '213303.940000', '213304.400000', '213304.860000', '213305.320000', '213305.780000', '213306.240000', '213306.700000', '213307.160000', '213307.620000', '213308.080000', '213308.540000', '213309.000000', '213309.460000', '213309.920000', '213310.380000', '213310.840000', '213311.300000', '213311.760000', '213312.220000', '213312.680000', '213313.140000', '213313.600000', '213314.060000', '213314.520000', '213314.980000', '213315.440000', '213315.900000', '213316.360000', '213316.820000', '213317.280000', '213317.740000', '213318.200000', '213318.660000', '213319.120000', '213319.580000', '213320.040000', '213320.500000', '213320.960000', '213321.420000', '213321.880000', '213322.340000', '213322.800000', '213323.260000', '213323.720000', '213324.180000', '213324.640000', '213325.100000', '213325.560000', '213326.020000', '213326.480000', '213326.940000', '213327.400000', '213327.860000', '213328.320000', '213328.780000', '213329.240000', '213329.700000', '213330.160000', '213330.620000', '213331.080000', '213331.540000', '213332.000000', '213332.460000', '213332.920000', '213333.380000', '213333.840000', '213334.300000', '213334.760000'], 'ContentTime': ['212713.996000', '212713.998000', '212714.002000', '212714.005000', '212714.007000', '212714.010000', '212714.013000', '212714.015000', '212714.018000', '212714.020000', '212714.023000', '212714.025000', '212714.028000', '212714.031000', '212714.033000', '212714.036000', '212714.038000', '212714.041000', '212714.043000', '212714.046000', '212714.049000', '212714.051000', '212714.054000', '212714.056000', '212714.059000', '212714.061000', '212714.069000', '212714.071000', '212714.074000', '212714.077000', '212714.079000', '212714.082000', '212714.084000', '212714.087000', '212714.089000', '212714.092000', '212714.095000', '212714.097000', '212714.100000', '212714.102000', '212714.105000', '212733.967000', '212733.969000', '212733.972000', '212733.975000', '212733.977000', '212733.980000', '212733.982000', '212733.985000', '212733.987000', '212733.990000', '212733.998000', '212734.002000', '212734.004000', '212734.007000', '212734.010000', '212734.012000', '212734.015000', '212734.018000', '212734.020000', '212734.023000', '212734.026000', '212734.028000', '212734.031000', '212734.033000', '212734.036000', '212734.039000', '212734.041000', '212734.044000', '212734.046000', '212734.049000', '212734.052000', '212734.054000', '212734.057000', '212734.059000', '212734.062000', '212734.064000', '212734.067000', '212734.069000', '212734.072000', '212734.075000', '212734.077000', '212734.080000', '212734.082000', '212753.966000', '212753.969000', '212753.972000', '212753.974000', '212753.977000', '212753.979000', '212753.982000', '212753.985000', '212753.987000', '212753.990000', '212753.992000', '212753.995000', '212753.997000', '212754.001000', '212754.003000', '212754.006000', '212754.009000', '212754.011000', '212754.014000', '212754.016000', '212754.019000', '212754.021000', '212754.024000', '212754.026000', '212754.029000', '212754.031000', '212754.034000', '212754.037000', '212754.039000', '212754.042000', '212754.044000', '212754.047000', '212754.050000', '212754.052000', '212754.055000', '212754.057000', '212754.060000', '212754.062000', '212754.065000', '212754.067000', '212754.070000', '212754.072000', '212754.075000', '212754.078000', '212813.967000', '212813.970000', '212813.972000', '212813.975000', '212813.977000', '212813.980000', '212813.983000', '212813.985000', '212813.988000', '212813.990000', '212813.993000', '212813.996000', '212813.998000', '212814.002000', '212814.004000', '212814.007000', '212814.010000', '212814.012000', '212814.015000', '212814.017000', '212814.020000', '212814.022000', '212814.025000', '212814.028000', '212814.030000', '212814.033000', '212814.035000', '212814.038000', '212814.040000', '212814.043000', '212814.046000', '212814.048000', '212814.051000', '212814.054000', '212814.056000', '212814.059000', '212814.061000', '212814.064000', '212814.066000', '212814.069000', '212814.072000', '212814.074000', '212814.077000', '212833.967000', '212833.970000', '212833.972000', '212833.975000', '212833.978000', '212833.980000', '212833.983000', '212833.985000', '212833.988000', '212833.991000', '212833.993000', '212833.996000', '212834.010000', '212834.013000', '212834.016000', '212834.018000', '212834.021000', '212834.023000', '212834.026000', '212834.028000', '212834.031000', '212834.033000', '212834.036000', '212834.039000', '212834.041000', '212834.044000', '212834.047000', '212834.049000', '212834.052000', '212834.054000', '212834.057000', '212834.060000', '212834.062000', '212834.065000', '212834.067000', '212834.070000', '212834.095000', '212834.098000', '212834.100000', '212834.103000', '212834.106000', '212834.108000', '212834.111000', '212834.113000', '212853.966000', '212853.969000', '212853.972000', '212853.974000', '212853.977000', '212853.980000', '212853.982000', '212853.985000', '212853.988000', '212853.990000', '212853.993000', '212853.996000', '212853.998000', '212854.002000', '212854.004000', '212854.007000', '212854.009000', '212854.012000', '212854.015000', '212854.017000', '212854.023000', '212854.026000', '212854.029000', '212854.031000', '212854.034000', '212854.036000', '212854.039000', '212854.042000', '212854.044000', '212854.047000', '212854.049000', '212854.052000', '212854.055000', '212854.057000', '212854.060000', '212854.062000', '212854.065000', '212854.067000', '212854.070000', '212854.073000', '212854.075000', '212854.078000', '212854.081000', '212913.967000', '212913.970000', '212913.973000', '212913.975000', '212913.978000', '212913.980000', '212913.983000', '212913.985000', '212913.988000', '212913.991000', '212913.993000', '212913.996000', '212913.998000', '212914.002000', '212914.004000', '212914.007000', '212914.010000', '212914.012000', '212914.015000', '212914.017000', '212914.020000', '212914.022000', '212914.025000', '212914.028000', '212914.030000', '212914.033000', '212914.035000', '212914.038000', '212914.040000', '212914.043000', '212914.045000', '212914.048000', '212914.051000', '212914.053000', '212914.056000', '212914.058000', '212914.061000', '212914.063000', '212914.066000', '212914.069000', '212914.071000', '212914.074000', '212914.076000', '212914.079000', '212933.967000', '212933.970000', '212933.973000', '212933.976000', '212933.979000', '212933.981000', '212933.984000', '212933.986000', '212933.989000', '212933.992000', '212933.994000', '212933.997000', '212934.001000', '212934.003000', '212934.006000', '212934.009000', '212934.011000', '212934.014000', '212934.016000', '212934.019000', '212934.022000', '212934.024000', '212934.027000', '212934.030000', '212934.032000', '212934.035000', '212934.037000', '212934.040000', '212934.043000', '212934.045000', '212934.048000', '212934.051000', '212934.053000', '212934.056000', '212934.058000', '212934.061000', '212934.063000', '212934.066000', '212934.069000', '212934.071000', '212934.074000', '212934.077000', '212934.079000', '212953.966000', '212953.969000', '212953.972000', '212953.974000', '212953.977000', '212953.979000', '212953.982000', '212953.985000', '212953.987000', '212953.990000', '212953.992000', '212953.995000', '212953.998000', '212954.001000', '212954.004000', '212954.006000', '212954.009000', '212954.011000', '212954.014000', '212954.017000', '212954.019000', '212954.022000', '212954.024000', '212954.027000', '212954.030000', '212954.032000', '212954.035000', '212954.037000', '212954.040000', '212954.042000', '212954.045000', '212954.048000', '212954.050000', '212954.053000', '212954.055000', '212954.058000', '212954.060000', '212954.063000', '212954.066000', '212954.068000', '212954.071000', '212954.073000', '212954.076000', '212954.078000', '213013.967000', '213013.969000', '213013.972000', '213013.975000', '213013.977000', '213013.980000', '213013.982000', '213013.991000', '213013.994000', '213013.996000', '213014.000000', '213014.003000', '213014.005000', '213014.008000', '213014.010000', '213014.013000', '213014.015000', '213014.018000', '213014.021000', '213014.023000', '213014.026000', '213014.028000', '213014.031000', '213014.034000', '213014.036000', '213014.039000', '213014.041000', '213014.044000', '213014.047000', '213014.049000', '213014.052000', '213014.054000', '213014.057000', '213014.060000', '213014.062000', '213014.065000', '213014.067000', '213014.070000', '213014.073000', '213014.075000', '213014.078000', '213014.080000', '213014.083000', '213033.967000', '213033.969000', '213033.972000', '213033.975000', '213033.977000', '213033.980000', '213033.982000', '213033.985000', '213033.988000', '213033.991000', '213033.993000', '213033.996000', '213033.998000', '213034.002000', '213034.004000', '213034.007000', '213034.010000', '213034.012000', '213034.015000', '213034.017000', '213034.020000', '213034.023000', '213034.025000', '213034.028000', '213034.030000', '213034.033000', '213034.035000', '213034.038000', '213034.041000', '213034.043000', '213034.046000', '213034.048000', '213034.051000', '213034.053000', '213034.056000', '213034.059000', '213034.061000', '213034.064000', '213034.067000', '213034.069000', '213034.072000', '213034.074000', '213034.077000', '213034.079000', '213053.966000', '213053.969000', '213053.972000', '213053.974000', '213053.977000', '213053.980000', '213053.982000', '213053.985000', '213053.988000', '213053.990000', '213053.993000', '213053.995000', '213053.998000', '213054.001000', '213054.004000', '213054.007000', '213054.009000', '213054.012000', '213054.014000', '213054.017000', '213054.020000', '213054.022000', '213054.025000', '213054.027000', '213054.030000', '213054.032000', '213054.035000', '213054.038000', '213054.040000', '213054.043000', '213054.045000', '213054.048000', '213054.050000', '213054.053000', '213054.056000', '213054.058000', '213054.061000', '213054.064000', '213054.066000', '213054.069000', '213054.071000', '213054.074000', '213054.077000', '213113.969000', '213113.971000', '213113.974000', '213113.977000', '213113.979000', '213113.982000', '213113.984000', '213113.987000', '213113.990000', '213113.992000', '213113.995000', '213113.997000', '213114.001000', '213114.004000', '213114.006000', '213114.009000', '213114.011000', '213114.014000', '213114.017000', '213114.019000', '213114.022000', '213114.024000', '213114.027000', '213114.029000', '213114.032000', '213114.035000', '213114.037000', '213114.040000', '213114.042000', '213114.045000', '213114.048000', '213114.050000', '213114.053000', '213114.055000', '213114.058000', '213114.060000', '213114.063000', '213114.066000', '213114.068000', '213114.071000', '213114.073000', '213114.076000', '213114.078000', '213114.081000', '213133.968000', '213133.971000', '213133.973000', '213133.976000', '213133.978000', '213133.981000', '213133.984000', '213133.986000', '213133.989000', '213133.991000', '213133.994000', '213133.997000', '213134.000000', '213134.003000', '213134.005000', '213134.008000', '213134.010000', '213134.013000', '213134.016000', '213134.018000', '213134.021000', '213134.023000', '213134.026000', '213134.029000', '213134.031000', '213134.034000', '213134.036000', '213134.039000', '213134.042000', '213134.044000', '213134.047000', '213134.050000', '213134.074000', '213134.077000', '213134.079000', '213134.082000', '213134.084000', '213134.087000', '213134.090000', '213134.092000', '213134.095000', '213134.097000', '213134.100000', '213153.967000', '213153.970000', '213153.973000', '213153.976000', '213153.979000', '213153.981000', '213153.984000', '213153.987000', '213153.989000', '213153.992000', '213153.994000', '213153.997000', '213154.000000', '213154.003000', '213154.006000', '213154.008000', '213154.011000', '213154.013000', '213154.016000', '213154.018000', '213154.021000', '213154.024000', '213154.026000', '213154.029000', '213154.031000', '213154.034000', '213154.036000', '213154.039000', '213154.042000', '213154.044000', '213154.047000', '213154.049000', '213154.052000', '213154.055000', '213154.057000', '213154.060000', '213154.062000', '213154.065000', '213154.068000', '213154.070000', '213154.073000', '213154.075000', '213154.078000', '213154.081000', '213213.966000', '213213.969000', '213213.972000', '213213.975000', '213213.977000', '213213.980000', '213213.982000', '213213.985000', '213213.987000', '213213.990000', '213213.993000', '213213.995000', '213213.998000', '213214.002000', '213214.004000', '213214.007000', '213214.009000', '213214.012000', '213214.015000', '213214.017000', '213214.020000', '213214.022000', '213214.025000', '213214.027000', '213214.030000', '213214.033000', '213214.035000', '213214.038000', '213214.040000', '213214.043000', '213214.046000', '213214.048000', '213214.058000', '213214.061000', '213214.063000', '213214.066000', '213214.068000', '213214.071000', '213214.073000', '213214.076000', '213214.079000', '213214.081000', '213214.084000', '213233.966000', '213233.969000', '213233.972000', '213233.975000', '213233.977000', '213233.980000', '213233.982000', '213233.985000', '213233.987000', '213233.990000', '213233.992000', '213233.995000', '213233.998000', '213234.001000', '213234.004000', '213234.006000', '213234.009000', '213234.012000', '213234.014000', '213234.017000', '213234.019000', '213234.022000', '213234.024000', '213234.027000', '213234.029000', '213234.032000', '213234.035000', '213234.037000', '213234.040000', '213234.042000', '213234.045000', '213234.048000', '213234.050000', '213234.053000', '213234.055000', '213234.058000', '213234.060000', '213234.063000', '213234.066000', '213234.068000', '213234.071000', '213234.073000', '213234.076000', '213234.079000', '213253.967000', '213253.969000', '213253.972000', '213253.975000', '213253.977000', '213253.980000', '213253.982000', '213253.985000', '213253.988000', '213253.990000', '213253.993000', '213253.995000', '213253.998000', '213254.002000', '213254.004000', '213254.007000', '213254.009000', '213254.012000', '213254.016000', '213254.019000', '213254.021000', '213254.024000', '213254.027000', '213254.029000', '213254.032000', '213254.034000', '213254.037000', '213254.040000', '213254.042000', '213254.045000', '213254.048000', '213254.050000', '213254.053000', '213254.055000', '213254.058000', '213254.060000', '213254.063000', '213254.066000', '213254.068000', '213254.071000', '213254.073000', '213254.076000', '213254.079000', '213313.966000', '213313.969000', '213313.972000', '213313.975000', '213313.977000', '213313.980000', '213313.982000', '213313.985000', '213313.988000', '213313.990000', '213313.993000', '213313.996000', '213313.998000', '213314.002000', '213314.004000', '213314.007000', '213314.010000', '213314.013000', '213314.016000', '213314.019000', '213314.021000', '213314.024000', '213314.026000', '213314.029000', '213314.031000', '213314.034000', '213314.037000', '213314.039000', '213314.042000', '213314.044000', '213314.047000', '213314.049000', '213314.052000', '213314.055000', '213314.057000', '213314.060000', '213314.062000', '213314.065000', '213314.067000', '213314.070000', '213314.073000', '213314.075000', '213314.078000', '213333.966000', '213333.969000', '213333.972000', '213333.974000', '213333.977000', '213333.979000', '213333.982000', '213333.985000', '213333.987000', '213333.990000', '213333.992000', '213333.995000', '213333.997000', '213334.001000', '213334.004000', '213334.006000', '213334.009000', '213334.012000', '213334.014000', '213334.017000', '213334.019000', '213334.022000', '213334.024000', '213334.027000', '213334.030000', '213334.032000', '213334.035000', '213334.037000', '213334.040000', '213334.043000', '213334.045000', '213334.048000', '213334.050000', '213334.053000', '213334.056000', '213334.058000', '213334.061000', '213334.063000', '213334.066000', '213334.068000', '213334.071000', '213334.074000', '213334.076000', '213334.079000', '213336.042000', '213336.045000', '213336.048000', '213336.050000', '213336.053000'], 'InstanceCreationTime': ['212713.996000', '212713.998000', '212714.002000', '212714.005000', '212714.007000', '212714.010000', '212714.013000', '212714.015000', '212714.018000', '212714.020000', '212714.023000', '212714.025000', '212714.028000', '212714.031000', '212714.033000', '212714.036000', '212714.038000', '212714.041000', '212714.043000', '212714.046000', '212714.049000', '212714.051000', '212714.054000', '212714.056000', '212714.059000', '212714.061000', '212714.069000', '212714.071000', '212714.074000', '212714.077000', '212714.079000', '212714.082000', '212714.084000', '212714.087000', '212714.089000', '212714.092000', '212714.095000', '212714.097000', '212714.100000', '212714.102000', '212714.105000', '212733.967000', '212733.969000', '212733.972000', '212733.975000', '212733.977000', '212733.980000', '212733.982000', '212733.985000', '212733.987000', '212733.990000', '212733.998000', '212734.002000', '212734.004000', '212734.007000', '212734.010000', '212734.012000', '212734.015000', '212734.018000', '212734.020000', '212734.023000', '212734.026000', '212734.028000', '212734.031000', '212734.033000', '212734.036000', '212734.039000', '212734.041000', '212734.044000', '212734.046000', '212734.049000', '212734.052000', '212734.054000', '212734.057000', '212734.059000', '212734.062000', '212734.064000', '212734.067000', '212734.069000', '212734.072000', '212734.075000', '212734.077000', '212734.080000', '212734.082000', '212753.966000', '212753.969000', '212753.972000', '212753.974000', '212753.977000', '212753.979000', '212753.982000', '212753.985000', '212753.987000', '212753.990000', '212753.992000', '212753.995000', '212753.997000', '212754.001000', '212754.003000', '212754.006000', '212754.009000', '212754.011000', '212754.014000', '212754.016000', '212754.019000', '212754.021000', '212754.024000', '212754.026000', '212754.029000', '212754.031000', '212754.034000', '212754.037000', '212754.039000', '212754.042000', '212754.044000', '212754.047000', '212754.050000', '212754.052000', '212754.055000', '212754.057000', '212754.060000', '212754.062000', '212754.065000', '212754.067000', '212754.070000', '212754.072000', '212754.075000', '212754.078000', '212813.967000', '212813.970000', '212813.972000', '212813.975000', '212813.977000', '212813.980000', '212813.983000', '212813.985000', '212813.988000', '212813.990000', '212813.993000', '212813.996000', '212813.998000', '212814.002000', '212814.004000', '212814.007000', '212814.010000', '212814.012000', '212814.015000', '212814.017000', '212814.020000', '212814.022000', '212814.025000', '212814.028000', '212814.030000', '212814.033000', '212814.035000', '212814.038000', '212814.040000', '212814.043000', '212814.046000', '212814.048000', '212814.051000', '212814.054000', '212814.056000', '212814.059000', '212814.061000', '212814.064000', '212814.066000', '212814.069000', '212814.072000', '212814.074000', '212814.077000', '212833.967000', '212833.970000', '212833.972000', '212833.975000', '212833.978000', '212833.980000', '212833.983000', '212833.985000', '212833.988000', '212833.991000', '212833.993000', '212833.996000', '212834.010000', '212834.013000', '212834.016000', '212834.018000', '212834.021000', '212834.023000', '212834.026000', '212834.028000', '212834.031000', '212834.033000', '212834.036000', '212834.039000', '212834.041000', '212834.044000', '212834.047000', '212834.049000', '212834.052000', '212834.054000', '212834.057000', '212834.060000', '212834.062000', '212834.065000', '212834.067000', '212834.070000', '212834.095000', '212834.098000', '212834.100000', '212834.103000', '212834.106000', '212834.108000', '212834.111000', '212834.113000', '212853.966000', '212853.969000', '212853.972000', '212853.974000', '212853.977000', '212853.980000', '212853.982000', '212853.985000', '212853.988000', '212853.990000', '212853.993000', '212853.996000', '212853.998000', '212854.002000', '212854.004000', '212854.007000', '212854.009000', '212854.012000', '212854.015000', '212854.017000', '212854.023000', '212854.026000', '212854.029000', '212854.031000', '212854.034000', '212854.036000', '212854.039000', '212854.042000', '212854.044000', '212854.047000', '212854.049000', '212854.052000', '212854.055000', '212854.057000', '212854.060000', '212854.062000', '212854.065000', '212854.067000', '212854.070000', '212854.073000', '212854.075000', '212854.078000', '212854.081000', '212913.967000', '212913.970000', '212913.973000', '212913.975000', '212913.978000', '212913.980000', '212913.983000', '212913.985000', '212913.988000', '212913.991000', '212913.993000', '212913.996000', '212913.998000', '212914.002000', '212914.004000', '212914.007000', '212914.010000', '212914.012000', '212914.015000', '212914.017000', '212914.020000', '212914.022000', '212914.025000', '212914.028000', '212914.030000', '212914.033000', '212914.035000', '212914.038000', '212914.040000', '212914.043000', '212914.045000', '212914.048000', '212914.051000', '212914.053000', '212914.056000', '212914.058000', '212914.061000', '212914.063000', '212914.066000', '212914.069000', '212914.071000', '212914.074000', '212914.076000', '212914.079000', '212933.967000', '212933.970000', '212933.973000', '212933.976000', '212933.979000', '212933.981000', '212933.984000', '212933.986000', '212933.989000', '212933.992000', '212933.994000', '212933.997000', '212934.001000', '212934.003000', '212934.006000', '212934.009000', '212934.011000', '212934.014000', '212934.016000', '212934.019000', '212934.022000', '212934.024000', '212934.027000', '212934.030000', '212934.032000', '212934.035000', '212934.037000', '212934.040000', '212934.043000', '212934.045000', '212934.048000', '212934.051000', '212934.053000', '212934.056000', '212934.058000', '212934.061000', '212934.063000', '212934.066000', '212934.069000', '212934.071000', '212934.074000', '212934.077000', '212934.079000', '212953.966000', '212953.969000', '212953.972000', '212953.974000', '212953.977000', '212953.979000', '212953.982000', '212953.985000', '212953.987000', '212953.990000', '212953.992000', '212953.995000', '212953.998000', '212954.001000', '212954.004000', '212954.006000', '212954.009000', '212954.011000', '212954.014000', '212954.017000', '212954.019000', '212954.022000', '212954.024000', '212954.027000', '212954.030000', '212954.032000', '212954.035000', '212954.037000', '212954.040000', '212954.042000', '212954.045000', '212954.048000', '212954.050000', '212954.053000', '212954.055000', '212954.058000', '212954.060000', '212954.063000', '212954.066000', '212954.068000', '212954.071000', '212954.073000', '212954.076000', '212954.078000', '213013.967000', '213013.969000', '213013.972000', '213013.975000', '213013.977000', '213013.980000', '213013.982000', '213013.991000', '213013.994000', '213013.996000', '213014.000000', '213014.003000', '213014.005000', '213014.008000', '213014.010000', '213014.013000', '213014.015000', '213014.018000', '213014.021000', '213014.023000', '213014.026000', '213014.028000', '213014.031000', '213014.034000', '213014.036000', '213014.039000', '213014.041000', '213014.044000', '213014.047000', '213014.049000', '213014.052000', '213014.054000', '213014.057000', '213014.060000', '213014.062000', '213014.065000', '213014.067000', '213014.070000', '213014.073000', '213014.075000', '213014.078000', '213014.080000', '213014.083000', '213033.967000', '213033.969000', '213033.972000', '213033.975000', '213033.977000', '213033.980000', '213033.982000', '213033.985000', '213033.988000', '213033.991000', '213033.993000', '213033.996000', '213033.998000', '213034.002000', '213034.004000', '213034.007000', '213034.010000', '213034.012000', '213034.015000', '213034.017000', '213034.020000', '213034.023000', '213034.025000', '213034.028000', '213034.030000', '213034.033000', '213034.035000', '213034.038000', '213034.041000', '213034.043000', '213034.046000', '213034.048000', '213034.051000', '213034.053000', '213034.056000', '213034.059000', '213034.061000', '213034.064000', '213034.067000', '213034.069000', '213034.072000', '213034.074000', '213034.077000', '213034.079000', '213053.966000', '213053.969000', '213053.972000', '213053.974000', '213053.977000', '213053.980000', '213053.982000', '213053.985000', '213053.988000', '213053.990000', '213053.993000', '213053.995000', '213053.998000', '213054.001000', '213054.004000', '213054.007000', '213054.009000', '213054.012000', '213054.014000', '213054.017000', '213054.020000', '213054.022000', '213054.025000', '213054.027000', '213054.030000', '213054.032000', '213054.035000', '213054.038000', '213054.040000', '213054.043000', '213054.045000', '213054.048000', '213054.050000', '213054.053000', '213054.056000', '213054.058000', '213054.061000', '213054.064000', '213054.066000', '213054.069000', '213054.071000', '213054.074000', '213054.077000', '213113.969000', '213113.971000', '213113.974000', '213113.977000', '213113.979000', '213113.982000', '213113.984000', '213113.987000', '213113.990000', '213113.992000', '213113.995000', '213113.997000', '213114.001000', '213114.004000', '213114.006000', '213114.009000', '213114.011000', '213114.014000', '213114.017000', '213114.019000', '213114.022000', '213114.024000', '213114.027000', '213114.029000', '213114.032000', '213114.035000', '213114.037000', '213114.040000', '213114.042000', '213114.045000', '213114.048000', '213114.050000', '213114.053000', '213114.055000', '213114.058000', '213114.060000', '213114.063000', '213114.066000', '213114.068000', '213114.071000', '213114.073000', '213114.076000', '213114.078000', '213114.081000', '213133.968000', '213133.971000', '213133.973000', '213133.976000', '213133.978000', '213133.981000', '213133.984000', '213133.986000', '213133.989000', '213133.991000', '213133.994000', '213133.997000', '213134.000000', '213134.003000', '213134.005000', '213134.008000', '213134.010000', '213134.013000', '213134.016000', '213134.018000', '213134.021000', '213134.023000', '213134.026000', '213134.029000', '213134.031000', '213134.034000', '213134.036000', '213134.039000', '213134.042000', '213134.044000', '213134.047000', '213134.050000', '213134.074000', '213134.077000', '213134.079000', '213134.082000', '213134.084000', '213134.087000', '213134.090000', '213134.092000', '213134.095000', '213134.097000', '213134.100000', '213153.967000', '213153.970000', '213153.973000', '213153.976000', '213153.979000', '213153.981000', '213153.984000', '213153.987000', '213153.989000', '213153.992000', '213153.994000', '213153.997000', '213154.000000', '213154.003000', '213154.006000', '213154.008000', '213154.011000', '213154.013000', '213154.016000', '213154.018000', '213154.021000', '213154.024000', '213154.026000', '213154.029000', '213154.031000', '213154.034000', '213154.036000', '213154.039000', '213154.042000', '213154.044000', '213154.047000', '213154.049000', '213154.052000', '213154.055000', '213154.057000', '213154.060000', '213154.062000', '213154.065000', '213154.068000', '213154.070000', '213154.073000', '213154.075000', '213154.078000', '213154.081000', '213213.966000', '213213.969000', '213213.972000', '213213.975000', '213213.977000', '213213.980000', '213213.982000', '213213.985000', '213213.987000', '213213.990000', '213213.993000', '213213.995000', '213213.998000', '213214.002000', '213214.004000', '213214.007000', '213214.009000', '213214.012000', '213214.015000', '213214.017000', '213214.020000', '213214.022000', '213214.025000', '213214.027000', '213214.030000', '213214.033000', '213214.035000', '213214.038000', '213214.040000', '213214.043000', '213214.046000', '213214.048000', '213214.058000', '213214.061000', '213214.063000', '213214.066000', '213214.068000', '213214.071000', '213214.073000', '213214.076000', '213214.079000', '213214.081000', '213214.084000', '213233.966000', '213233.969000', '213233.972000', '213233.975000', '213233.977000', '213233.980000', '213233.982000', '213233.985000', '213233.987000', '213233.990000', '213233.992000', '213233.995000', '213233.998000', '213234.001000', '213234.004000', '213234.006000', '213234.009000', '213234.012000', '213234.014000', '213234.017000', '213234.019000', '213234.022000', '213234.024000', '213234.027000', '213234.029000', '213234.032000', '213234.035000', '213234.037000', '213234.040000', '213234.042000', '213234.045000', '213234.048000', '213234.050000', '213234.053000', '213234.055000', '213234.058000', '213234.060000', '213234.063000', '213234.066000', '213234.068000', '213234.071000', '213234.073000', '213234.076000', '213234.079000', '213253.967000', '213253.969000', '213253.972000', '213253.975000', '213253.977000', '213253.980000', '213253.982000', '213253.985000', '213253.988000', '213253.990000', '213253.993000', '213253.995000', '213253.998000', '213254.002000', '213254.004000', '213254.007000', '213254.009000', '213254.012000', '213254.016000', '213254.019000', '213254.021000', '213254.024000', '213254.027000', '213254.029000', '213254.032000', '213254.034000', '213254.037000', '213254.040000', '213254.042000', '213254.045000', '213254.048000', '213254.050000', '213254.053000', '213254.055000', '213254.058000', '213254.060000', '213254.063000', '213254.066000', '213254.068000', '213254.071000', '213254.073000', '213254.076000', '213254.079000', '213313.966000', '213313.969000', '213313.972000', '213313.975000', '213313.977000', '213313.980000', '213313.982000', '213313.985000', '213313.988000', '213313.990000', '213313.993000', '213313.996000', '213313.998000', '213314.002000', '213314.004000', '213314.007000', '213314.010000', '213314.013000', '213314.016000', '213314.019000', '213314.021000', '213314.024000', '213314.026000', '213314.029000', '213314.031000', '213314.034000', '213314.037000', '213314.039000', '213314.042000', '213314.044000', '213314.047000', '213314.049000', '213314.052000', '213314.055000', '213314.057000', '213314.060000', '213314.062000', '213314.065000', '213314.067000', '213314.070000', '213314.073000', '213314.075000', '213314.078000', '213333.966000', '213333.969000', '213333.972000', '213333.974000', '213333.977000', '213333.979000', '213333.982000', '213333.985000', '213333.987000', '213333.990000', '213333.992000', '213333.995000', '213333.997000', '213334.001000', '213334.004000', '213334.006000', '213334.009000', '213334.012000', '213334.014000', '213334.017000', '213334.019000', '213334.022000', '213334.024000', '213334.027000', '213334.030000', '213334.032000', '213334.035000', '213334.037000', '213334.040000', '213334.043000', '213334.045000', '213334.048000', '213334.050000', '213334.053000', '213334.056000', '213334.058000', '213334.061000', '213334.063000', '213334.066000', '213334.068000', '213334.071000', '213334.074000', '213334.076000', '213334.079000', '213336.042000', '213336.045000', '213336.048000', '213336.050000', '213336.053000'], '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': [14129, 15996, 10682, 8951, 10051, 8424, 9270, 8400, 7301, 7010, 10926, 10307, 7602, 10494, 8025, 7312, 9608, 7605, 6900, 11712, 7295, 7180, 7068, 9871, 7494, 6921, 10205, 8947, 8718, 8440, 13889, 10569, 7552, 13583, 11731, 8575, 10887, 8946, 7089, 10925, 11467, 8648, 7017, 7303, 8738, 7600, 7595, 12809, 12741, 10901, 9442, 15718, 16151, 13254, 9244, 8779, 14541, 8402, 7098, 7382, 7162, 7769, 7061, 11513, 10416, 9616, 13491, 8148, 8740, 12873, 9947, 10652, 13930, 10222, 15168, 13392, 9378, 14064, 10429, 9016, 12507, 6985, 7360, 9429, 7151, 6944, 12064, 10914, 7841, 11877, 7572, 7071, 14036, 11972, 13313, 14017, 8852, 13089, 7717, 7742, 11195, 7396, 7859, 10372, 7516, 7220, 7432, 8501, 7893, 7727, 13234, 12524, 9950, 14999, 7488, 7046, 10794, 9144, 8226, 11815, 6732, 13142, 7527, 8327, 11600, 7958, 7597, 8692, 6723, 11363, 7908, 7280, 13372, 10569, 7740, 10259, 6892, 8321, 10532, 6871, 12789, 7995, 7561, 10715, 7667, 12130, 12638, 7332, 12060, 7470, 7307, 13503, 8702, 7782, 11454, 9740, 8068, 11344, 6664, 7966, 10399, 10869, 7326, 13382, 10496, 8006, 13550, 8177, 7720, 9583, 7345, 7343, 10541, 9055, 10296, 13039, 8036, 11108, 6631, 8366, 9901, 7475, 13830, 11542, 12994, 8941, 9074, 14530, 8986, 7829, 7313, 6973, 6855, 9048, 7832, 7229, 10016, 7450, 12401, 8468, 14006, 12148, 11566, 14409, 9536, 14197, 10185, 8172, 9776, 6886, 7152, 9511, 7394, 11456, 10118, 12366, 8423, 10903, 10707, 7459, 9377, 6804, 8986, 7552, 6784, 8890, 6721, 9297, 8163, 7178, 8892, 6913, 7365, 8773, 9157, 10274, 10188, 7381, 7155, 11954, 13309, 11383, 16063, 13421, 10264, 9771, 8420, 7451, 10280, 7520, 7607, 8660, 6685, 8668, 7661, 8176, 11160, 7295, 9104, 7164, 7217, 9278, 7074, 7292, 7312, 6924, 7120, 10910, 10173, 10348, 13644, 9885, 9888, 9103, 7035, 13678, 11137, 8882, 14401, 9224, 8466, 12298, 8080, 7992, 12647, 7264, 7601, 6831, 7383, 6787, 9521, 10732, 8505, 11849, 13963, 11552, 14632, 8350, 7715, 8868, 7567, 7078, 7208, 7596, 10409, 6954, 7597, 8516, 7344, 7192, 7156, 7198, 9950, 7917, 6879, 8699, 8746, 7607, 13127, 8352, 7529, 13576, 11907, 9058, 13994, 8264, 8119, 13092, 11173, 7557, 12434, 7542, 8832, 10302, 8110, 13847, 11529, 14427, 9778, 7984, 13796, 11896, 9285, 13984, 9906, 8258, 8818, 7215, 8594, 10269, 7358, 13367, 11803, 9894, 15826, 12936, 9511, 8439, 7080, 7533, 8675, 8552, 10720, 7956, 11921, 7832, 10211, 7455, 7479, 7119, 7239, 7390, 9551, 8009, 8125, 10119, 7094, 12181, 8845, 7917, 12635, 10333, 8375, 8673, 6937, 11866, 7449, 7647, 13197, 8980, 7179, 11943, 7720, 7538, 8881, 7190, 13109, 10434, 9678, 13908, 10718, 12189, 9482, 7655, 13424, 9971, 8738, 13213, 10656, 12178, 11880, 10647, 11147, 7830, 7526, 7372, 7841, 6895, 12261, 9535, 7921, 12765, 9373, 7866, 8085, 7122, 11959, 9501, 12889, 11408, 8128, 9577, 6945, 8460, 7864, 7985, 6885, 7193, 7615, 10107, 6917, 8608, 7857, 8125, 12540, 9931, 11709, 12360, 8296, 9188, 8181, 7226, 12013, 12396, 9658, 7514, 7535, 6984, 13118, 10537, 8280, 14340, 11903, 8339, 14290, 12000, 8195, 12081, 7029, 12082, 8174, 7518, 14354, 11831, 8058, 10473, 7139, 8308, 12688, 7263, 7622, 9017, 7244, 9154, 12133, 10048, 14325, 13302, 8628, 12499, 7274, 8685, 12345, 6849, 11776, 11511, 7437, 7026, 7553, 7460, 10551, 8751, 8357, 13931, 9670, 10971, 14261, 13404, 13257, 15609, 12715, 10495, 14788, 10655, 8539, 8128, 6981, 7255, 7283, 7523, 6902, 7588, 7181, 9544, 8060, 7463, 7006, 7446, 10625, 9256, 9181, 7924, 7305, 11918, 10629, 9078, 13510, 8707, 8361, 12661, 10860, 9077, 13132, 8117, 13389, 10051, 8224, 12687, 7698, 8825, 7715, 7414, 13184, 10314, 11680, 13924, 9039, 14626, 9625, 7458, 13129, 11287, 7597, 6972, 6953, 7060, 9167, 7957, 11696, 7621, 7937, 11400, 8001, 13875, 11245, 11137, 10439, 7537, 14263, 11292, 10878, 12591, 11077, 7858, 8234, 7540, 8015, 7615, 7901, 10705, 7106, 7755, 7662, 7750, 7484, 7643, 7293, 12487, 11187, 9923, 14444, 7333, 11887, 7481, 8036, 12595, 8191, 11881, 6879, 7668, 9226, 7224, 7580, 7517, 6926, 10940, 9498, 8229, 13320, 11291, 14024, 10363, 8225, 12746, 9306, 12594, 12643, 8821, 13636, 8342, 7917, 9433, 6850, 7774, 8225, 6830, 7101, 7573, 7680, 7476, 8215, 7632, 12822, 9992, 9129, 11287, 8114, 12994, 10000, 12895, 9491, 7946, 12094, 7469, 12441, 7845, 7971, 8907, 7693, 10327, 7621, 7268, 8777, 7678, 7882, 9614, 7217, 11766, 9794, 7892, 12952, 10667, 11021, 14303, 11876, 9922, 13384, 7683, 11518, 11045, 7346, 11954, 8085, 7880, 8827, 7134, 11899, 9923, 8036, 6734, 7163, 7146, 11572, 10317, 7597, 7923, 6934, 7946, 8954, 7889, 12403, 9266, 9657, 9013, 8115, 12262, 6865, 7844, 11090, 6898, 12051, 10755, 7795, 13574, 8403, 7954, 10266, 6778, 11051, 9819, 8254, 13345, 7865, 10400, 12435, 7150, 9369, 7142, 7183, 13502, 9994, 7535, 15124, 15612, 12359, 15395, 9633, 7879, 7491, 7106, 6650, 7087, 7003, 7006, 8465, 7025, 9889, 9279, 10735, 11312, 9109, 13143, 10625, 15172, 11969, 12054, 11514, 7948, 12188, 8400, 7613, 10862, 8308, 13116, 7797, 8384, 8007, 6997, 12137, 8879, 6800, 7927, 7259, 11490, 7010, 11052, 11206, 7720, 13474, 10379, 7738, 8582, 6740, 12848, 9620, 7342, 10013, 6774, 7178, 9849, 7718, 12371, 11146, 8075, 7138, 7893, 6849, 10570, 10292, 8299, 12472, 8722, 13128, 8403, 6973, 12281, 7323, 7302, 9177, 7408, 7513, 11174, 6869, 10661, 8913, 7678, 13084, 10087, 12829, 7503, 7298, 9326, 7674, 13136, 10959, 7711, 8632, 6708, 12081, 7411, 7674, 8206, 7025, 7197, 7906, 6873, 7667, 8353, 7489, 10772, 13040, 12284, 9124, 9937, 6666, 11413, 11549, 7993, 15308, 13323, 10261, 9531, 7701, 12096, 7322, 12644, 11405, 8270, 14231, 11843, 10570, 7969, 7796, 9718, 7543, 7642, 7529, 7462, 9378, 6335, 8689, 10688], 'WindowCenter': [4182.0, 4179.0, 4130.0, 4091.0, 4088.0, 4067.0, 4076.0, 4062.0, 4042.0, 4030.0, 4083.0, 4072.0, 4039.0, 4071.0, 4050.0, 4028.0, 4072.0, 4053.0, 4030.0, 4080.0, 4040.0, 4031.0, 4055.0, 4084.0, 4041.0, 4042.0, 4073.0, 4073.0, 4075.0, 4051.0, 4093.0, 4072.0, 4053.0, 4093.0, 4080.0, 4049.0, 4069.0, 4048.0, 4030.0, 4084.0, 4081.0, 4060.0, 4040.0, 4041.0, 4050.0, 4041.0, 4052.0, 4094.0, 4096.0, 4085.0, 4073.0, 4117.0, 4115.0, 4092.0, 4061.0, 4063.0, 4104.0, 4050.0, 4029.0, 4041.0, 4043.0, 4066.0, 4057.0, 4097.0, 4099.0, 4087.0, 4118.0, 4080.0, 4090.0, 4106.0, 4088.0, 4085.0, 4105.0, 4073.0, 4103.0, 4093.0, 4060.0, 4104.0, 4097.0, 4063.0, 4091.0, 4028.0, 4053.0, 4072.0, 4042.0, 4044.0, 4108.0, 4097.0, 4054.0, 4093.0, 4041.0, 4030.0, 4104.0, 4094.0, 4105.0, 4104.0, 4060.0, 4078.0, 4039.0, 4051.0, 4083.0, 4042.0, 4053.0, 4084.0, 4041.0, 4043.0, 4043.0, 4063.0, 4054.0, 4053.0, 4107.0, 4120.0, 4086.0, 4104.0, 4040.0, 4044.0, 4096.0, 4074.0, 4050.0, 4081.0, 4030.0, 4091.0, 4042.0, 4051.0, 4095.0, 4065.0, 4051.0, 4061.0, 4031.0, 4092.0, 4052.0, 4042.0, 4106.0, 4084.0, 4053.0, 4072.0, 4043.0, 4065.0, 4085.0, 4033.0, 4106.0, 4064.0, 4051.0, 4084.0, 4067.0, 4095.0, 4093.0, 4041.0, 4094.0, 4042.0, 4041.0, 4090.0, 4061.0, 4053.0, 4097.0, 4085.0, 4064.0, 4081.0, 4043.0, 4065.0, 4084.0, 4096.0, 4054.0, 4106.0, 4085.0, 4066.0, 4118.0, 4066.0, 4054.0, 4072.0, 4055.0, 4055.0, 4097.0, 4076.0, 4096.0, 4119.0, 4064.0, 4094.0, 4043.0, 4063.0, 4073.0, 4042.0, 4103.0, 4083.0, 4093.0, 4061.0, 4062.0, 4117.0, 4077.0, 4055.0, 4052.0, 4042.0, 4044.0, 4075.0, 4055.0, 4053.0, 4098.0, 4058.0, 4106.0, 4065.0, 4105.0, 4093.0, 4081.0, 4090.0, 4061.0, 4104.0, 4070.0, 4047.0, 4058.0, 4027.0, 4028.0, 4059.0, 4041.0, 4082.0, 4071.0, 4079.0, 4050.0, 4082.0, 4069.0, 4025.0, 4047.0, 4030.0, 4059.0, 4051.0, 4031.0, 4062.0, 4043.0, 4060.0, 4051.0, 4028.0, 4048.0, 4030.0, 4041.0, 4076.0, 4087.0, 4086.0, 4073.0, 4043.0, 4042.0, 4081.0, 4094.0, 4083.0, 4103.0, 4091.0, 4072.0, 4070.0, 4050.0, 4054.0, 4096.0, 4065.0, 4054.0, 4062.0, 4046.0, 4063.0, 4066.0, 4062.0, 4081.0, 4041.0, 4060.0, 4030.0, 4052.0, 4084.0, 4042.0, 4052.0, 4054.0, 4054.0, 4058.0, 4098.0, 4111.0, 4111.0, 4119.0, 4086.0, 4084.0, 4062.0, 4042.0, 4102.0, 4108.0, 4074.0, 4103.0, 4072.0, 4063.0, 4093.0, 4053.0, 4067.0, 4104.0, 4040.0, 4051.0, 4031.0, 4054.0, 4045.0, 4074.0, 4098.0, 4065.0, 4095.0, 4118.0, 4110.0, 4116.0, 4052.0, 4052.0, 4075.0, 4054.0, 4031.0, 4042.0, 4050.0, 4084.0, 4056.0, 4051.0, 4063.0, 4055.0, 4054.0, 4043.0, 4043.0, 4073.0, 4065.0, 4058.0, 4077.0, 4074.0, 4066.0, 4107.0, 4066.0, 4067.0, 4119.0, 4109.0, 4101.0, 4117.0, 4077.0, 4067.0, 4118.0, 4096.0, 4055.0, 4106.0, 4066.0, 4063.0, 4083.0, 4052.0, 4092.0, 4095.0, 4103.0, 4071.0, 4051.0, 4092.0, 4081.0, 4060.0, 4103.0, 4070.0, 4051.0, 4062.0, 4043.0, 4064.0, 4085.0, 4044.0, 4092.0, 4083.0, 4071.0, 4103.0, 4095.0, 4075.0, 4052.0, 4042.0, 4039.0, 4062.0, 4051.0, 4071.0, 4053.0, 4094.0, 4054.0, 4083.0, 4041.0, 4041.0, 4029.0, 4041.0, 4054.0, 4073.0, 4067.0, 4078.0, 4086.0, 4045.0, 4095.0, 4064.0, 4065.0, 4107.0, 4083.0, 4063.0, 4062.0, 4044.0, 4095.0, 4044.0, 4054.0, 4108.0, 4075.0, 4058.0, 4094.0, 4053.0, 4053.0, 4060.0, 4043.0, 4093.0, 4085.0, 4086.0, 4106.0, 4084.0, 4093.0, 4072.0, 4053.0, 4104.0, 4073.0, 4051.0, 4091.0, 4070.0, 4093.0, 4106.0, 4082.0, 4069.0, 4037.0, 4038.0, 4027.0, 4050.0, 4041.0, 4092.0, 4071.0, 4064.0, 4105.0, 4072.0, 4050.0, 4048.0, 4031.0, 4082.0, 4074.0, 4090.0, 4082.0, 4038.0, 4058.0, 4041.0, 4062.0, 4050.0, 4050.0, 4040.0, 4044.0, 4053.0, 4084.0, 4041.0, 4062.0, 4053.0, 4052.0, 4105.0, 4087.0, 4093.0, 4094.0, 4063.0, 4061.0, 4062.0, 4068.0, 4118.0, 4107.0, 4086.0, 4053.0, 4053.0, 4043.0, 4093.0, 4084.0, 4064.0, 4102.0, 4095.0, 4078.0, 4117.0, 4094.0, 4051.0, 4080.0, 4029.0, 4078.0, 4050.0, 4044.0, 4102.0, 4094.0, 4039.0, 4081.0, 4042.0, 4064.0, 4104.0, 4043.0, 4051.0, 4061.0, 4042.0, 4073.0, 4093.0, 4086.0, 4104.0, 4092.0, 4051.0, 4081.0, 4042.0, 4051.0, 4092.0, 4033.0, 4095.0, 4094.0, 4042.0, 4031.0, 4039.0, 4041.0, 4072.0, 4052.0, 4052.0, 4104.0, 4075.0, 4085.0, 4118.0, 4094.0, 4093.0, 4103.0, 4095.0, 4085.0, 4105.0, 4073.0, 4052.0, 4051.0, 4032.0, 4042.0, 4042.0, 4052.0, 4043.0, 4066.0, 4057.0, 4088.0, 4065.0, 4043.0, 4045.0, 4056.0, 4097.0, 4076.0, 4073.0, 4065.0, 4056.0, 4095.0, 4098.0, 4076.0, 4093.0, 4063.0, 4063.0, 4108.0, 4098.0, 4064.0, 4093.0, 4050.0, 4091.0, 4074.0, 4051.0, 4090.0, 4040.0, 4060.0, 4039.0, 4041.0, 4092.0, 4071.0, 4081.0, 4092.0, 4062.0, 4089.0, 4048.0, 4028.0, 4092.0, 4070.0, 4037.0, 4027.0, 4027.0, 4042.0, 4072.0, 4051.0, 4079.0, 4039.0, 4038.0, 4081.0, 4053.0, 4103.0, 4071.0, 4071.0, 4069.0, 4039.0, 4089.0, 4069.0, 4069.0, 4080.0, 4081.0, 4037.0, 4036.0, 4026.0, 4036.0, 4038.0, 4039.0, 4071.0, 4032.0, 4040.0, 4040.0, 4040.0, 4040.0, 4051.0, 4043.0, 4107.0, 4098.0, 4085.0, 4103.0, 4042.0, 4080.0, 4040.0, 4050.0, 4093.0, 4052.0, 4080.0, 4030.0, 4041.0, 4074.0, 4041.0, 4040.0, 4041.0, 4043.0, 4082.0, 4075.0, 4064.0, 4105.0, 4083.0, 4090.0, 4058.0, 4050.0, 4081.0, 4061.0, 4092.0, 4081.0, 4061.0, 4089.0, 4037.0, 4037.0, 4057.0, 4019.0, 4039.0, 4050.0, 4031.0, 4029.0, 4039.0, 4039.0, 4040.0, 4063.0, 4054.0, 4094.0, 4074.0, 4073.0, 4083.0, 4052.0, 4104.0, 4073.0, 4090.0, 4072.0, 4039.0, 4080.0, 4029.0, 4090.0, 4052.0, 4050.0, 4062.0, 4052.0, 4083.0, 4052.0, 4053.0, 4063.0, 4067.0, 4064.0, 4087.0, 4055.0, 4095.0, 4085.0, 4054.0, 4094.0, 4084.0, 4097.0, 4118.0, 4096.0, 4074.0, 4103.0, 4053.0, 4095.0, 4095.0, 4040.0, 4079.0, 4064.0, 4052.0, 4063.0, 4057.0, 4094.0, 4072.0, 4051.0, 4031.0, 4042.0, 4043.0, 4096.0, 4084.0, 4052.0, 4050.0, 4054.0, 4065.0, 4075.0, 4067.0, 4107.0, 4076.0, 4072.0, 4062.0, 4065.0, 4105.0, 4045.0, 4053.0, 4082.0, 4043.0, 4106.0, 4098.0, 4067.0, 4105.0, 4051.0, 4051.0, 4070.0, 4019.0, 4080.0, 4072.0, 4051.0, 4091.0, 4064.0, 4098.0, 4094.0, 4030.0, 4059.0, 4029.0, 4044.0, 4104.0, 4071.0, 4055.0, 4118.0, 4117.0, 4096.0, 4092.0, 4063.0, 4052.0, 4043.0, 4042.0, 4032.0, 4054.0, 4043.0, 4055.0, 4076.0, 4057.0, 4098.0, 4089.0, 4097.0, 4109.0, 4077.0, 4107.0, 4084.0, 4116.0, 4108.0, 4094.0, 4082.0, 4053.0, 4093.0, 4052.0, 4052.0, 4096.0, 4053.0, 4091.0, 4039.0, 4038.0, 4038.0, 4031.0, 4093.0, 4060.0, 4019.0, 4038.0, 4042.0, 4081.0, 4030.0, 4080.0, 4081.0, 4042.0, 4093.0, 4069.0, 4037.0, 4061.0, 4031.0, 4091.0, 4059.0, 4027.0, 4058.0, 4018.0, 4015.0, 4070.0, 4052.0, 4107.0, 4096.0, 4052.0, 4029.0, 4049.0, 4029.0, 4070.0, 4085.0, 4065.0, 4093.0, 4062.0, 4104.0, 4052.0, 4030.0, 4091.0, 4042.0, 4055.0, 4071.0, 4040.0, 4041.0, 4094.0, 4033.0, 4082.0, 4061.0, 4040.0, 4119.0, 4084.0, 4092.0, 4039.0, 4028.0, 4061.0, 4054.0, 4090.0, 4069.0, 4038.0, 4049.0, 4045.0, 4094.0, 4042.0, 4052.0, 4062.0, 4045.0, 4044.0, 4065.0, 4046.0, 4053.0, 4064.0, 4044.0, 4097.0, 4107.0, 4107.0, 4075.0, 4073.0, 4046.0, 4108.0, 4095.0, 4067.0, 4129.0, 4104.0, 4070.0, 4060.0, 4040.0, 4092.0, 4043.0, 4090.0, 4080.0, 4062.0, 4106.0, 4081.0, 4068.0, 4036.0, 4051.0, 4060.0, 4039.0, 4038.0, 4051.0, 4041.0, 4060.0, 4033.0, 4076.0, 4084.0], 'WindowWidth': [9285.0, 9277.0, 9187.0, 9117.0, 9103.0, 9074.0, 9082.0, 9059.0, 9032.0, 9012.0, 9087.0, 9069.0, 9020.0, 9064.0, 9038.0, 9004.0, 9069.0, 9048.0, 9010.0, 9075.0, 9024.0, 9013.0, 9055.0, 9090.0, 9027.0, 9031.0, 9072.0, 9075.0, 9081.0, 9041.0, 9097.0, 9068.0, 9049.0, 9098.0, 9075.0, 9033.0, 9058.0, 9031.0, 9011.0, 9090.0, 9082.0, 9052.0, 9025.0, 9029.0, 9037.0, 9024.0, 9044.0, 9099.0, 9106.0, 9091.0, 9071.0, 9136.0, 9132.0, 9093.0, 9051.0, 9060.0, 9117.0, 9035.0, 9006.0, 9025.0, 9033.0, 9071.0, 9059.0, 9112.0, 9117.0, 9096.0, 9141.0, 9095.0, 9108.0, 9119.0, 9103.0, 9093.0, 9118.0, 9070.0, 9112.0, 9097.0, 9050.0, 9115.0, 9111.0, 9059.0, 9092.0, 9006.0, 9046.0, 9070.0, 9031.0, 9038.0, 9131.0, 9111.0, 9048.0, 9098.0, 9028.0, 9013.0, 9114.0, 9102.0, 9120.0, 9117.0, 9050.0, 9068.0, 9022.0, 9042.0, 9084.0, 9028.0, 9044.0, 9087.0, 9024.0, 9034.0, 9033.0, 9061.0, 9048.0, 9046.0, 9124.0, 9149.0, 9095.0, 9114.0, 9025.0, 9039.0, 9111.0, 9075.0, 9039.0, 9079.0, 9011.0, 9092.0, 9029.0, 9041.0, 9107.0, 9066.0, 9041.0, 9053.0, 9015.0, 9097.0, 9044.0, 9033.0, 9124.0, 9088.0, 9047.0, 9070.0, 9034.0, 9066.0, 9093.0, 9020.0, 9122.0, 9064.0, 9043.0, 9092.0, 9077.0, 9107.0, 9097.0, 9026.0, 9101.0, 9031.0, 9028.0, 9091.0, 9053.0, 9049.0, 9113.0, 9094.0, 9064.0, 9083.0, 9036.0, 9068.0, 9092.0, 9108.0, 9053.0, 9121.0, 9091.0, 9068.0, 9141.0, 9071.0, 9051.0, 9071.0, 9054.0, 9055.0, 9110.0, 9084.0, 9112.0, 9144.0, 9065.0, 9103.0, 9035.0, 9059.0, 9072.0, 9032.0, 9112.0, 9086.0, 9097.0, 9051.0, 9055.0, 9139.0, 9088.0, 9055.0, 9046.0, 9033.0, 9039.0, 9081.0, 9054.0, 9048.0, 9117.0, 9061.0, 9121.0, 9065.0, 9117.0, 9098.0, 9077.0, 9088.0, 9050.0, 9117.0, 9064.0, 9029.0, 9043.0, 9001.0, 9005.0, 9047.0, 9029.0, 9081.0, 9065.0, 9071.0, 9038.0, 9083.0, 9060.0, 8997.0, 9027.0, 9013.0, 9049.0, 9042.0, 9015.0, 9055.0, 9037.0, 9050.0, 9039.0, 9006.0, 9031.0, 9013.0, 9029.0, 9085.0, 9102.0, 9093.0, 9072.0, 9035.0, 9030.0, 9081.0, 9101.0, 9085.0, 9112.0, 9094.0, 9069.0, 9065.0, 9037.0, 9053.0, 9112.0, 9069.0, 9049.0, 9057.0, 9046.0, 9061.0, 9071.0, 9057.0, 9080.0, 9027.0, 9052.0, 9013.0, 9046.0, 9093.0, 9033.0, 9048.0, 9051.0, 9054.0, 9065.0, 9116.0, 9139.0, 9141.0, 9147.0, 9098.0, 9090.0, 9056.0, 9031.0, 9108.0, 9132.0, 9077.0, 9113.0, 9070.0, 9062.0, 9098.0, 9046.0, 9074.0, 9119.0, 9027.0, 9044.0, 9019.0, 9051.0, 9041.0, 9076.0, 9116.0, 9066.0, 9103.0, 9140.0, 9135.0, 9135.0, 9043.0, 9044.0, 9081.0, 9050.0, 9014.0, 9028.0, 9039.0, 9091.0, 9059.0, 9044.0, 9062.0, 9054.0, 9053.0, 9036.0, 9034.0, 9073.0, 9068.0, 9064.0, 9088.0, 9078.0, 9073.0, 9125.0, 9069.0, 9073.0, 9147.0, 9134.0, 9129.0, 9142.0, 9088.0, 9074.0, 9143.0, 9109.0, 9053.0, 9123.0, 9073.0, 9060.0, 9088.0, 9046.0, 9097.0, 9105.0, 9113.0, 9069.0, 9042.0, 9096.0, 9079.0, 9051.0, 9112.0, 9065.0, 9039.0, 9059.0, 9033.0, 9063.0, 9090.0, 9035.0, 9095.0, 9083.0, 9065.0, 9111.0, 9106.0, 9078.0, 9041.0, 9029.0, 9022.0, 9057.0, 9038.0, 9065.0, 9045.0, 9101.0, 9050.0, 9086.0, 9027.0, 9027.0, 9010.0, 9028.0, 9050.0, 9074.0, 9071.0, 9091.0, 9096.0, 9039.0, 9104.0, 9061.0, 9066.0, 9126.0, 9089.0, 9060.0, 9058.0, 9038.0, 9104.0, 9037.0, 9052.0, 9129.0, 9081.0, 9063.0, 9104.0, 9047.0, 9046.0, 9052.0, 9033.0, 9098.0, 9090.0, 9095.0, 9124.0, 9089.0, 9098.0, 9070.0, 9048.0, 9114.0, 9074.0, 9039.0, 9092.0, 9062.0, 9098.0, 9125.0, 9083.0, 9059.0, 9014.0, 9017.0, 9004.0, 9036.0, 9028.0, 9094.0, 9069.0, 9067.0, 9120.0, 9071.0, 9037.0, 9030.0, 9013.0, 9083.0, 9075.0, 9090.0, 9082.0, 9019.0, 9047.0, 9030.0, 9059.0, 9038.0, 9038.0, 9027.0, 9039.0, 9046.0, 9087.0, 9028.0, 9058.0, 9047.0, 9045.0, 9119.0, 9099.0, 9101.0, 9101.0, 9061.0, 9054.0, 9057.0, 9078.0, 9144.0, 9125.0, 9096.0, 9049.0, 9044.0, 9033.0, 9099.0, 9088.0, 9062.0, 9110.0, 9105.0, 9089.0, 9141.0, 9102.0, 9038.0, 9076.0, 9008.0, 9071.0, 9036.0, 9036.0, 9110.0, 9101.0, 9019.0, 9081.0, 9031.0, 9065.0, 9116.0, 9033.0, 9042.0, 9054.0, 9031.0, 9072.0, 9100.0, 9095.0, 9113.0, 9095.0, 9039.0, 9077.0, 9031.0, 9039.0, 9094.0, 9021.0, 9106.0, 9103.0, 9031.0, 9016.0, 9021.0, 9026.0, 9068.0, 9043.0, 9041.0, 9115.0, 9079.0, 9091.0, 9137.0, 9100.0, 9093.0, 9106.0, 9103.0, 9089.0, 9113.0, 9069.0, 9038.0, 9038.0, 9016.0, 9029.0, 9030.0, 9044.0, 9034.0, 9071.0, 9061.0, 9101.0, 9066.0, 9032.0, 9041.0, 9058.0, 9111.0, 9084.0, 9073.0, 9066.0, 9055.0, 9104.0, 9113.0, 9081.0, 9099.0, 9058.0, 9059.0, 9126.0, 9115.0, 9060.0, 9098.0, 9037.0, 9091.0, 9074.0, 9041.0, 9089.0, 9023.0, 9050.0, 9023.0, 9027.0, 9095.0, 9066.0, 9077.0, 9095.0, 9056.0, 9088.0, 9028.0, 9003.0, 9096.0, 9062.0, 9015.0, 9002.0, 9003.0, 9033.0, 9070.0, 9040.0, 9073.0, 9021.0, 9016.0, 9079.0, 9045.0, 9110.0, 9064.0, 9063.0, 9057.0, 9019.0, 9082.0, 9057.0, 9058.0, 9074.0, 9080.0, 9012.0, 9009.0, 8998.0, 9012.0, 9018.0, 9020.0, 9065.0, 9017.0, 9022.0, 9021.0, 9026.0, 9025.0, 9040.0, 9035.0, 9127.0, 9116.0, 9090.0, 9112.0, 9029.0, 9076.0, 9024.0, 9037.0, 9098.0, 9043.0, 9077.0, 9011.0, 9027.0, 9077.0, 9028.0, 9023.0, 9026.0, 9035.0, 9084.0, 9078.0, 9062.0, 9118.0, 9085.0, 9089.0, 9043.0, 9034.0, 9077.0, 9052.0, 9096.0, 9078.0, 9051.0, 9085.0, 9013.0, 9014.0, 9040.0, 8995.0, 9020.0, 9038.0, 9015.0, 9008.0, 9022.0, 9022.0, 9025.0, 9061.0, 9049.0, 9102.0, 9077.0, 9072.0, 9085.0, 9045.0, 9118.0, 9070.0, 9089.0, 9068.0, 9021.0, 9073.0, 9006.0, 9089.0, 9045.0, 9037.0, 9058.0, 9042.0, 9088.0, 9045.0, 9048.0, 9061.0, 9074.0, 9065.0, 9099.0, 9054.0, 9107.0, 9091.0, 9050.0, 9101.0, 9088.0, 9112.0, 9144.0, 9110.0, 9076.0, 9114.0, 9047.0, 9104.0, 9107.0, 9023.0, 9074.0, 9064.0, 9043.0, 9060.0, 9060.0, 9104.0, 9068.0, 9040.0, 9016.0, 9032.0, 9037.0, 9110.0, 9089.0, 9045.0, 9040.0, 9055.0, 9067.0, 9081.0, 9073.0, 9125.0, 9081.0, 9072.0, 9057.0, 9066.0, 9118.0, 9044.0, 9047.0, 9085.0, 9034.0, 9121.0, 9116.0, 9075.0, 9120.0, 9041.0, 9038.0, 9062.0, 8997.0, 9076.0, 9071.0, 9039.0, 9092.0, 9064.0, 9114.0, 9102.0, 9012.0, 9047.0, 9007.0, 9037.0, 9115.0, 9069.0, 9052.0, 9137.0, 9135.0, 9105.0, 9091.0, 9057.0, 9043.0, 9035.0, 9033.0, 9018.0, 9051.0, 9037.0, 9055.0, 9085.0, 9063.0, 9116.0, 9107.0, 9115.0, 9130.0, 9085.0, 9126.0, 9089.0, 9135.0, 9130.0, 9101.0, 9082.0, 9046.0, 9099.0, 9042.0, 9046.0, 9111.0, 9045.0, 9092.0, 9021.0, 9019.0, 9019.0, 9014.0, 9098.0, 9049.0, 8994.0, 9019.0, 9031.0, 9080.0, 9013.0, 9074.0, 9078.0, 9029.0, 9098.0, 9060.0, 9015.0, 9056.0, 9014.0, 9094.0, 9047.0, 9003.0, 9044.0, 8991.0, 8984.0, 9063.0, 9047.0, 9128.0, 9109.0, 9044.0, 9009.0, 9034.0, 9009.0, 9064.0, 9094.0, 9068.0, 9100.0, 9057.0, 9115.0, 9043.0, 9012.0, 9092.0, 9032.0, 9055.0, 9069.0, 9026.0, 9028.0, 9103.0, 9020.0, 9082.0, 9054.0, 9027.0, 9147.0, 9091.0, 9097.0, 9022.0, 9005.0, 9054.0, 9052.0, 9092.0, 9060.0, 9017.0, 9035.0, 9041.0, 9102.0, 9031.0, 9045.0, 9058.0, 9039.0, 9040.0, 9068.0, 9043.0, 9048.0, 9063.0, 9037.0, 9111.0, 9126.0, 9127.0, 9077.0, 9071.0, 9042.0, 9128.0, 9107.0, 9074.0, 9161.0, 9114.0, 9063.0, 9048.0, 9027.0, 9094.0, 9032.0, 9089.0, 9074.0, 9058.0, 9121.0, 9077.0, 9055.0, 9012.0, 9044.0, 9050.0, 9019.0, 9018.0, 9044.0, 9026.0, 9049.0, 9022.0, 9083.0, 9088.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.0014795506912442398</td></tr>
<tr><td colspan=3>aqi</td><td>0.025938985714285715</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.263345069480955</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.175370256597462</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0235847308765873</td></tr>
<tr><td colspan=3>efc</td><td>0.4735</td></tr>
<tr><td colspan=3>fber</td><td>4806.9604</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15535076280126914</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>219</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>25.23041474654378</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5312249749314564</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.554221666375337</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6236533010835945</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4157999573354374</td></tr>
<tr><td colspan=3>gcor</td><td>0.00984463</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017387842759490013</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02225560136139393</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9227899246934865</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>34.853</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.7043</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.5636</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300252.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>707.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.2619</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.73</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>489.3416</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3280.5081</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3469.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76292.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1074.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4291.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>884.3138</td></tr>
<tr><td colspan=3>tsnr</td><td>37.587949350941926</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>