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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0013/ses-01/func/sub-0013_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b8a347d026a3dd001ee7af7fa8c27c3d</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>10:01:18.950000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999342, -0.0303217, 0.0198919, 0.0310564, 0.998805, -0.0377283]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0953377</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4136, -7743, -7206, 596, -167, -73, 61, 47]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.235</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>edba0177-4602-4fc8-842a-1a41d062d4e1||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681162118911743, 0.08332211524248123, 0.05055532231926918, 111.98036193847656], [0.08135098218917847, 2.6797215938568115, -0.10346739739179611, -85.8604965209961], [0.05336863920092583, 0.10122228413820267, 2.697542905807495, -50.54878616333008], [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': ['100118.950000', '100119.410000', '100119.870000', '100120.330000', '100120.790000', '100121.250000', '100121.710000', '100122.170000', '100122.630000', '100123.090000', '100123.550000', '100124.010000', '100124.470000', '100124.930000', '100125.390000', '100125.850000', '100126.310000', '100126.770000', '100127.230000', '100127.690000', '100128.150000', '100128.610000', '100129.070000', '100129.530000', '100129.990000', '100130.450000', '100130.910000', '100131.370000', '100131.830000', '100132.290000', '100132.750000', '100133.210000', '100133.670000', '100134.130000', '100134.590000', '100135.050000', '100135.510000', '100135.970000', '100136.430000', '100136.890000', '100137.350000', '100137.810000', '100138.270000', '100138.730000', '100139.190000', '100139.650000', '100140.110000', '100140.570000', '100141.030000', '100141.490000', '100141.950000', '100142.410000', '100142.870000', '100143.330000', '100143.790000', '100144.250000', '100144.710000', '100145.170000', '100145.630000', '100146.090000', '100146.550000', '100147.010000', '100147.470000', '100147.930000', '100148.390000', '100148.850000', '100149.310000', '100149.770000', '100150.230000', '100150.690000', '100151.150000', '100151.610000', '100152.070000', '100152.530000', '100152.990000', '100153.450000', '100153.910000', '100154.370000', '100154.830000', '100155.290000', '100155.750000', '100156.210000', '100156.670000', '100157.130000', '100157.590000', '100158.050000', '100158.510000', '100158.970000', '100159.430000', '100159.890000', '100200.350000', '100200.810000', '100201.270000', '100201.730000', '100202.190000', '100202.650000', '100203.110000', '100203.570000', '100204.030000', '100204.490000', '100204.950000', '100205.410000', '100205.870000', '100206.330000', '100206.790000', '100207.250000', '100207.710000', '100208.170000', '100208.630000', '100209.090000', '100209.550000', '100210.010000', '100210.470000', '100210.930000', '100211.390000', '100211.850000', '100212.310000', '100212.770000', '100213.230000', '100213.690000', '100214.150000', '100214.610000', '100215.070000', '100215.530000', '100215.990000', '100216.450000', '100216.910000', '100217.370000', '100217.830000', '100218.290000', '100218.750000', '100219.210000', '100219.670000', '100220.130000', '100220.590000', '100221.050000', '100221.510000', '100221.970000', '100222.430000', '100222.890000', '100223.350000', '100223.810000', '100224.270000', '100224.730000', '100225.190000', '100225.650000', '100226.110000', '100226.570000', '100227.030000', '100227.490000', '100227.950000', '100228.410000', '100228.870000', '100229.330000', '100229.790000', '100230.250000', '100230.710000', '100231.170000', '100231.630000', '100232.090000', '100232.550000', '100233.010000', '100233.470000', '100233.930000', '100234.390000', '100234.850000', '100235.310000', '100235.770000', '100236.230000', '100236.690000', '100237.150000', '100237.610000', '100238.070000', '100238.530000', '100238.990000', '100239.450000', '100239.910000', '100240.370000', '100240.830000', '100241.290000', '100241.750000', '100242.210000', '100242.670000', '100243.130000', '100243.590000', '100244.050000', '100244.510000', '100244.970000', '100245.430000', '100245.890000', '100246.350000', '100246.810000', '100247.270000', '100247.730000', '100248.190000', '100248.650000', '100249.110000', '100249.570000', '100250.030000', '100250.490000', '100250.950000', '100251.410000', '100251.870000', '100252.330000', '100252.790000', '100253.250000', '100253.710000', '100254.170000', '100254.630000', '100255.090000', '100255.550000', '100256.010000', '100256.470000', '100256.930000', '100257.390000', '100257.850000', '100258.310000', '100258.770000', '100259.230000', '100259.690000', '100300.150000', '100300.610000', '100301.070000', '100301.530000', '100301.990000', '100302.450000', '100302.910000', '100303.370000', '100303.830000', '100304.290000', '100304.750000', '100305.210000', '100305.670000', '100306.130000', '100306.590000', '100307.050000', '100307.510000', '100307.970000', '100308.430000', '100308.890000', '100309.350000', '100309.810000', '100310.270000', '100310.730000', '100311.190000', '100311.650000', '100312.110000', '100312.570000', '100313.030000', '100313.490000', '100313.950000', '100314.410000', '100314.870000', '100315.330000', '100315.790000', '100316.250000', '100316.710000', '100317.170000', '100317.630000', '100318.090000', '100318.550000', '100319.010000', '100319.470000', '100319.930000', '100320.390000', '100320.850000', '100321.310000', '100321.770000', '100322.230000', '100322.690000', '100323.150000', '100323.610000', '100324.070000', '100324.530000', '100324.990000', '100325.450000', '100325.910000', '100326.370000', '100326.830000', '100327.290000', '100327.750000', '100328.210000', '100328.670000', '100329.130000', '100329.590000', '100330.050000', '100330.510000', '100330.970000', '100331.430000', '100331.890000', '100332.350000', '100332.810000', '100333.270000', '100333.730000', '100334.190000', '100334.650000', '100335.110000', '100335.570000', '100336.030000', '100336.490000', '100336.950000', '100337.410000', '100337.870000', '100338.330000', '100338.790000', '100339.250000', '100339.710000', '100340.170000', '100340.630000', '100341.090000', '100341.550000', '100342.010000', '100342.470000', '100342.930000', '100343.390000', '100343.850000', '100344.310000', '100344.770000', '100345.230000', '100345.690000', '100346.150000', '100346.610000', '100347.070000', '100347.530000', '100347.990000', '100348.450000', '100348.910000', '100349.370000', '100349.830000', '100350.290000', '100350.750000', '100351.210000', '100351.670000', '100352.130000', '100352.590000', '100353.050000', '100353.510000', '100353.970000', '100354.430000', '100354.890000', '100355.350000', '100355.810000', '100356.270000', '100356.730000', '100357.190000', '100357.650000', '100358.110000', '100358.570000', '100359.030000', '100359.490000', '100359.950000', '100400.410000', '100400.870000', '100401.330000', '100401.790000', '100402.250000', '100402.710000', '100403.170000', '100403.630000', '100404.090000', '100404.550000', '100405.010000', '100405.470000', '100405.930000', '100406.390000', '100406.850000', '100407.310000', '100407.770000', '100408.230000', '100408.690000', '100409.150000', '100409.610000', '100410.070000', '100410.530000', '100410.990000', '100411.450000', '100411.910000', '100412.370000', '100412.830000', '100413.290000', '100413.750000', '100414.210000', '100414.670000', '100415.130000', '100415.590000', '100416.050000', '100416.510000', '100416.970000', '100417.430000', '100417.890000', '100418.350000', '100418.810000', '100419.270000', '100419.730000', '100420.190000', '100420.650000', '100421.110000', '100421.570000', '100422.030000', '100422.490000', '100422.950000', '100423.410000', '100423.870000', '100424.330000', '100424.790000', '100425.250000', '100425.710000', '100426.170000', '100426.630000', '100427.090000', '100427.550000', '100428.010000', '100428.470000', '100428.930000', '100429.390000', '100429.850000', '100430.310000', '100430.770000', '100431.230000', '100431.690000', '100432.150000', '100432.610000', '100433.070000', '100433.530000', '100433.990000', '100434.450000', '100434.910000', '100435.370000', '100435.830000', '100436.290000', '100436.750000', '100437.210000', '100437.670000', '100438.130000', '100438.590000', '100439.050000', '100439.510000', '100439.970000', '100440.430000', '100440.890000', '100441.350000', '100441.810000', '100442.270000', '100442.730000', '100443.190000', '100443.650000', '100444.110000', '100444.570000', '100445.030000', '100445.490000', '100445.950000', '100446.410000', '100446.870000', '100447.330000', '100447.790000', '100448.250000', '100448.710000', '100449.170000', '100449.630000', '100450.090000', '100450.550000', '100451.010000', '100451.470000', '100451.930000', '100452.390000', '100452.850000', '100453.310000', '100453.770000', '100454.230000', '100454.690000', '100455.150000', '100455.610000', '100456.070000', '100456.530000', '100456.990000', '100457.450000', '100457.910000', '100458.370000', '100458.830000', '100459.290000', '100459.750000', '100500.210000', '100500.670000', '100501.130000', '100501.590000', '100502.050000', '100502.510000', '100502.970000', '100503.430000', '100503.890000', '100504.350000', '100504.810000', '100505.270000', '100505.730000', '100506.190000', '100506.650000', '100507.110000', '100507.570000', '100508.030000', '100508.490000', '100508.950000', '100509.410000', '100509.870000', '100510.330000', '100510.790000', '100511.250000', '100511.710000', '100512.170000', '100512.630000', '100513.090000', '100513.550000', '100514.010000', '100514.470000', '100514.930000', '100515.390000', '100515.850000', '100516.310000', '100516.770000', '100517.230000', '100517.690000', '100518.150000', '100518.610000', '100519.070000', '100519.530000', '100519.990000', '100520.450000', '100520.910000', '100521.370000', '100521.830000', '100522.290000', '100522.750000', '100523.210000', '100523.670000', '100524.130000', '100524.590000', '100525.050000', '100525.510000', '100525.970000', '100526.430000', '100526.890000', '100527.350000', '100527.810000', '100528.270000', '100528.730000', '100529.190000', '100529.650000', '100530.110000', '100530.570000', '100531.030000', '100531.490000', '100531.950000', '100532.410000', '100532.870000', '100533.330000', '100533.790000', '100534.250000', '100534.710000', '100535.170000', '100535.630000', '100536.090000', '100536.550000', '100537.010000', '100537.470000', '100537.930000', '100538.390000', '100538.850000', '100539.310000', '100539.770000', '100540.230000', '100540.690000', '100541.150000', '100541.610000', '100542.070000', '100542.530000', '100542.990000', '100543.450000', '100543.910000', '100544.370000', '100544.830000', '100545.290000', '100545.750000', '100546.210000', '100546.670000', '100547.130000', '100547.590000', '100548.050000', '100548.510000', '100548.970000', '100549.430000', '100549.890000', '100550.350000', '100550.810000', '100551.270000', '100551.730000', '100552.190000', '100552.650000', '100553.110000', '100553.570000', '100554.030000', '100554.490000', '100554.950000', '100555.410000', '100555.870000', '100556.330000', '100556.790000', '100557.250000', '100557.710000', '100558.170000', '100558.630000', '100559.090000', '100559.550000', '100600.010000', '100600.470000', '100600.930000', '100601.390000', '100601.850000', '100602.310000', '100602.770000', '100603.230000', '100603.690000', '100604.150000', '100604.610000', '100605.070000', '100605.530000', '100605.990000', '100606.450000', '100606.910000', '100607.370000', '100607.830000', '100608.290000', '100608.750000', '100609.210000', '100609.670000', '100610.130000', '100610.590000', '100611.050000', '100611.510000', '100611.970000', '100612.430000', '100612.890000', '100613.350000', '100613.810000', '100614.270000', '100614.730000', '100615.190000', '100615.650000', '100616.110000', '100616.570000', '100617.030000', '100617.490000', '100617.950000', '100618.410000', '100618.870000', '100619.330000', '100619.790000', '100620.250000', '100620.710000', '100621.170000', '100621.630000', '100622.090000', '100622.550000', '100623.010000', '100623.470000', '100623.930000', '100624.390000', '100624.850000', '100625.310000', '100625.770000', '100626.230000', '100626.690000', '100627.150000', '100627.610000', '100628.070000', '100628.530000', '100628.990000', '100629.450000', '100629.910000', '100630.370000', '100630.830000', '100631.290000', '100631.750000', '100632.210000', '100632.670000', '100633.130000', '100633.590000', '100634.050000', '100634.510000', '100634.970000', '100635.430000', '100635.890000', '100636.350000', '100636.810000', '100637.270000', '100637.730000', '100638.190000', '100638.650000', '100639.110000', '100639.570000', '100640.030000', '100640.490000', '100640.950000', '100641.410000', '100641.870000', '100642.330000', '100642.790000', '100643.250000', '100643.710000', '100644.170000', '100644.630000', '100645.090000', '100645.550000', '100646.010000', '100646.470000', '100646.930000', '100647.390000', '100647.850000', '100648.310000', '100648.770000', '100649.230000', '100649.690000', '100650.150000', '100650.610000', '100651.070000', '100651.530000', '100651.990000', '100652.450000', '100652.910000', '100653.370000', '100653.830000', '100654.290000', '100654.750000', '100655.210000', '100655.670000', '100656.130000', '100656.590000', '100657.050000', '100657.510000', '100657.970000', '100658.430000', '100658.890000', '100659.350000', '100659.810000', '100700.270000', '100700.730000', '100701.190000', '100701.650000', '100702.110000', '100702.570000', '100703.030000', '100703.490000', '100703.950000', '100704.410000', '100704.870000', '100705.330000', '100705.790000', '100706.250000', '100706.710000', '100707.170000', '100707.630000', '100708.090000', '100708.550000', '100709.010000', '100709.470000', '100709.930000', '100710.390000', '100710.850000', '100711.310000', '100711.770000', '100712.230000', '100712.690000', '100713.150000', '100713.610000', '100714.070000', '100714.530000', '100714.990000', '100715.450000', '100715.910000', '100716.370000', '100716.830000', '100717.290000', '100717.750000', '100718.210000', '100718.670000', '100719.130000', '100719.590000', '100720.050000', '100720.510000', '100720.970000', '100721.430000', '100721.890000', '100722.350000', '100722.810000', '100723.270000', '100723.730000', '100724.190000', '100724.650000', '100725.110000', '100725.570000', '100726.030000', '100726.490000', '100726.950000', '100727.410000', '100727.870000', '100728.330000', '100728.790000', '100729.250000', '100729.710000', '100730.170000', '100730.630000', '100731.090000', '100731.550000', '100732.010000', '100732.470000', '100732.930000', '100733.390000', '100733.850000', '100734.310000', '100734.770000', '100735.230000', '100735.690000', '100736.150000', '100736.610000', '100737.070000', '100737.530000', '100737.990000', '100738.450000', '100738.910000', '100739.370000', '100739.830000', '100740.290000', '100740.750000', '100741.210000', '100741.670000', '100742.130000', '100742.590000', '100743.050000', '100743.510000', '100743.970000', '100744.430000', '100744.890000', '100745.350000', '100745.810000', '100746.270000', '100746.730000', '100747.190000', '100747.650000', '100748.110000', '100748.570000', '100749.030000', '100749.490000', '100749.950000', '100750.410000', '100750.870000', '100751.330000', '100751.790000', '100752.250000', '100752.710000', '100753.170000', '100753.630000', '100754.090000', '100754.550000', '100755.010000', '100755.470000', '100755.930000', '100756.390000', '100756.850000', '100757.310000', '100757.770000', '100758.230000', '100758.690000', '100759.150000', '100759.610000'], 'ContentTime': ['100133.886000', '100133.890000', '100133.893000', '100133.896000', '100133.899000', '100133.902000', '100133.904000', '100133.907000', '100133.910000', '100133.913000', '100133.916000', '100133.919000', '100133.922000', '100133.925000', '100133.927000', '100133.930000', '100133.933000', '100133.936000', '100133.939000', '100133.943000', '100133.946000', '100133.949000', '100133.951000', '100133.954000', '100133.957000', '100133.960000', '100133.963000', '100133.965000', '100133.968000', '100133.971000', '100133.974000', '100153.853000', '100153.856000', '100153.859000', '100153.861000', '100153.864000', '100153.867000', '100153.870000', '100153.873000', '100153.875000', '100153.878000', '100153.881000', '100153.884000', '100153.887000', '100153.890000', '100153.896000', '100153.899000', '100153.902000', '100153.905000', '100153.908000', '100153.913000', '100153.917000', '100153.920000', '100153.922000', '100153.925000', '100153.928000', '100153.931000', '100153.934000', '100153.937000', '100153.940000', '100153.942000', '100153.945000', '100153.948000', '100153.951000', '100153.953000', '100153.956000', '100153.959000', '100153.962000', '100153.965000', '100153.968000', '100153.971000', '100153.973000', '100153.976000', '100153.979000', '100213.853000', '100213.856000', '100213.859000', '100213.861000', '100213.864000', '100213.867000', '100213.870000', '100213.873000', '100213.875000', '100213.878000', '100213.881000', '100213.884000', '100213.887000', '100213.890000', '100213.892000', '100213.895000', '100213.898000', '100213.906000', '100213.908000', '100213.911000', '100213.914000', '100213.917000', '100213.920000', '100213.923000', '100213.926000', '100213.928000', '100213.931000', '100213.934000', '100213.937000', '100213.940000', '100213.943000', '100213.945000', '100213.948000', '100213.951000', '100213.954000', '100213.957000', '100213.960000', '100213.962000', '100213.965000', '100213.968000', '100213.971000', '100213.974000', '100213.977000', '100213.980000', '100233.854000', '100233.857000', '100233.860000', '100233.862000', '100233.865000', '100233.868000', '100233.871000', '100233.874000', '100233.877000', '100233.880000', '100233.882000', '100233.885000', '100233.888000', '100233.891000', '100233.894000', '100233.896000', '100233.899000', '100233.902000', '100233.905000', '100233.908000', '100233.911000', '100233.914000', '100233.917000', '100233.919000', '100233.922000', '100233.925000', '100233.928000', '100233.931000', '100233.934000', '100233.936000', '100233.939000', '100233.942000', '100233.945000', '100233.948000', '100233.951000', '100233.954000', '100233.957000', '100233.960000', '100233.963000', '100233.965000', '100233.968000', '100233.971000', '100233.974000', '100253.853000', '100253.856000', '100253.859000', '100253.861000', '100253.864000', '100253.867000', '100253.870000', '100253.873000', '100253.876000', '100253.878000', '100253.881000', '100253.884000', '100253.887000', '100253.890000', '100253.893000', '100253.895000', '100253.898000', '100253.901000', '100253.904000', '100253.907000', '100253.910000', '100253.912000', '100253.915000', '100253.918000', '100253.921000', '100253.924000', '100253.927000', '100253.930000', '100253.933000', '100253.935000', '100253.938000', '100253.941000', '100253.944000', '100253.947000', '100253.950000', '100253.953000', '100253.955000', '100253.958000', '100253.961000', '100253.964000', '100253.967000', '100253.970000', '100253.973000', '100253.976000', '100313.853000', '100313.856000', '100313.859000', '100313.862000', '100313.864000', '100313.867000', '100313.870000', '100313.873000', '100313.876000', '100313.879000', '100313.881000', '100313.884000', '100313.888000', '100313.892000', '100313.894000', '100313.897000', '100313.900000', '100313.903000', '100313.906000', '100313.909000', '100313.912000', '100313.915000', '100313.917000', '100313.920000', '100313.923000', '100313.926000', '100313.929000', '100313.932000', '100313.934000', '100313.937000', '100313.940000', '100313.946000', '100313.950000', '100313.953000', '100313.956000', '100313.959000', '100313.962000', '100313.964000', '100313.967000', '100313.970000', '100313.973000', '100313.976000', '100313.979000', '100333.853000', '100333.856000', '100333.859000', '100333.862000', '100333.865000', '100333.867000', '100333.870000', '100333.873000', '100333.876000', '100333.879000', '100333.882000', '100333.885000', '100333.887000', '100333.890000', '100333.893000', '100333.896000', '100333.899000', '100333.902000', '100333.904000', '100333.907000', '100333.910000', '100333.913000', '100333.916000', '100333.919000', '100333.921000', '100333.924000', '100333.927000', '100333.930000', '100333.933000', '100333.936000', '100333.939000', '100333.941000', '100333.944000', '100333.947000', '100333.950000', '100333.953000', '100333.956000', '100333.959000', '100333.961000', '100333.964000', '100333.967000', '100333.970000', '100333.973000', '100333.976000', '100353.853000', '100353.856000', '100353.859000', '100353.862000', '100353.864000', '100353.867000', '100353.870000', '100353.873000', '100353.876000', '100353.879000', '100353.882000', '100353.886000', '100353.889000', '100353.892000', '100353.894000', '100353.897000', '100353.900000', '100353.903000', '100353.906000', '100353.909000', '100353.912000', '100353.915000', '100353.917000', '100353.920000', '100353.923000', '100353.926000', '100353.929000', '100353.932000', '100353.935000', '100353.938000', '100353.940000', '100353.943000', '100353.946000', '100353.949000', '100353.952000', '100353.955000', '100353.958000', '100353.962000', '100353.967000', '100353.970000', '100353.973000', '100353.975000', '100353.978000', '100413.853000', '100413.856000', '100413.859000', '100413.862000', '100413.865000', '100413.867000', '100413.870000', '100413.873000', '100413.876000', '100413.879000', '100413.882000', '100413.884000', '100413.887000', '100413.890000', '100413.893000', '100413.896000', '100413.899000', '100413.902000', '100413.904000', '100413.907000', '100413.910000', '100413.913000', '100413.916000', '100413.919000', '100413.922000', '100413.924000', '100413.927000', '100413.930000', '100413.933000', '100413.936000', '100413.939000', '100413.942000', '100413.945000', '100413.962000', '100413.965000', '100413.968000', '100413.970000', '100413.973000', '100413.976000', '100413.979000', '100413.982000', '100413.985000', '100413.988000', '100413.990000', '100433.853000', '100433.856000', '100433.859000', '100433.862000', '100433.865000', '100433.867000', '100433.870000', '100433.873000', '100433.876000', '100433.879000', '100433.882000', '100433.885000', '100433.887000', '100433.890000', '100433.893000', '100433.896000', '100433.899000', '100433.902000', '100433.905000', '100433.908000', '100433.910000', '100433.913000', '100433.916000', '100433.919000', '100433.922000', '100433.927000', '100433.930000', '100433.933000', '100433.935000', '100433.938000', '100433.941000', '100433.944000', '100433.947000', '100433.950000', '100433.953000', '100433.956000', '100433.958000', '100433.961000', '100433.964000', '100433.967000', '100433.970000', '100433.973000', '100433.976000', '100453.854000', '100453.857000', '100453.860000', '100453.863000', '100453.865000', '100453.868000', '100453.871000', '100453.874000', '100453.877000', '100453.880000', '100453.882000', '100453.885000', '100453.888000', '100453.892000', '100453.895000', '100453.898000', '100453.901000', '100453.904000', '100453.907000', '100453.910000', '100453.912000', '100453.915000', '100453.918000', '100453.921000', '100453.924000', '100453.927000', '100453.929000', '100453.932000', '100453.935000', '100453.938000', '100453.941000', '100453.944000', '100453.947000', '100453.950000', '100453.953000', '100453.955000', '100453.958000', '100453.961000', '100453.964000', '100453.967000', '100453.970000', '100453.972000', '100453.975000', '100453.978000', '100513.853000', '100513.856000', '100513.859000', '100513.862000', '100513.865000', '100513.868000', '100513.870000', '100513.873000', '100513.876000', '100513.879000', '100513.882000', '100513.885000', '100513.887000', '100513.890000', '100513.893000', '100513.896000', '100513.899000', '100513.902000', '100513.905000', '100513.907000', '100513.910000', '100513.913000', '100513.916000', '100513.919000', '100513.922000', '100513.925000', '100513.928000', '100513.930000', '100513.933000', '100513.936000', '100513.939000', '100513.942000', '100513.945000', '100513.948000', '100513.951000', '100513.953000', '100513.956000', '100513.959000', '100513.962000', '100513.965000', '100513.968000', '100513.971000', '100513.974000', '100533.853000', '100533.856000', '100533.859000', '100533.862000', '100533.864000', '100533.867000', '100533.870000', '100533.873000', '100533.876000', '100533.879000', '100533.882000', '100533.885000', '100533.887000', '100533.890000', '100533.893000', '100533.896000', '100533.899000', '100533.902000', '100533.904000', '100533.907000', '100533.910000', '100533.913000', '100533.916000', '100533.919000', '100533.921000', '100533.924000', '100533.927000', '100533.930000', '100533.933000', '100533.936000', '100533.939000', '100533.942000', '100533.944000', '100533.947000', '100533.950000', '100533.953000', '100533.956000', '100533.959000', '100533.961000', '100533.964000', '100533.967000', '100533.970000', '100533.973000', '100533.976000', '100553.853000', '100553.856000', '100553.859000', '100553.862000', '100553.864000', '100553.867000', '100553.870000', '100553.873000', '100553.876000', '100553.879000', '100553.882000', '100553.884000', '100553.887000', '100553.890000', '100553.908000', '100553.911000', '100553.914000', '100553.917000', '100553.920000', '100553.922000', '100553.925000', '100553.928000', '100553.931000', '100553.934000', '100553.937000', '100553.940000', '100553.942000', '100553.945000', '100553.948000', '100553.951000', '100553.954000', '100553.957000', '100553.960000', '100553.964000', '100553.967000', '100553.970000', '100553.973000', '100553.976000', '100553.979000', '100553.981000', '100553.984000', '100553.987000', '100553.990000', '100613.853000', '100613.856000', '100613.859000', '100613.862000', '100613.864000', '100613.867000', '100613.870000', '100613.873000', '100613.876000', '100613.879000', '100613.882000', '100613.884000', '100613.887000', '100613.890000', '100613.893000', '100613.896000', '100613.899000', '100613.902000', '100613.905000', '100613.908000', '100613.910000', '100613.913000', '100613.916000', '100613.919000', '100613.922000', '100613.925000', '100613.928000', '100613.931000', '100613.934000', '100613.936000', '100613.939000', '100613.942000', '100613.945000', '100613.948000', '100613.951000', '100613.954000', '100613.957000', '100613.959000', '100613.962000', '100613.965000', '100613.968000', '100613.971000', '100613.974000', '100613.977000', '100633.853000', '100633.856000', '100633.859000', '100633.862000', '100633.865000', '100633.868000', '100633.870000', '100633.873000', '100633.876000', '100633.879000', '100633.882000', '100633.885000', '100633.888000', '100633.890000', '100633.893000', '100633.896000', '100633.899000', '100633.902000', '100633.905000', '100633.908000', '100633.910000', '100633.913000', '100633.929000', '100633.932000', '100633.935000', '100633.938000', '100633.941000', '100633.944000', '100633.947000', '100633.949000', '100633.952000', '100633.955000', '100633.958000', '100633.961000', '100633.963000', '100633.966000', '100633.969000', '100633.972000', '100633.975000', '100633.978000', '100633.981000', '100633.984000', '100633.986000', '100653.853000', '100653.856000', '100653.859000', '100653.862000', '100653.864000', '100653.867000', '100653.870000', '100653.873000', '100653.876000', '100653.879000', '100653.882000', '100653.884000', '100653.887000', '100653.890000', '100653.893000', '100653.896000', '100653.899000', '100653.902000', '100653.904000', '100653.907000', '100653.910000', '100653.913000', '100653.916000', '100653.919000', '100653.922000', '100653.924000', '100653.927000', '100653.930000', '100653.933000', '100653.936000', '100653.939000', '100653.941000', '100653.944000', '100653.947000', '100653.950000', '100653.953000', '100653.956000', '100653.958000', '100653.961000', '100653.964000', '100653.967000', '100653.970000', '100653.973000', '100653.976000', '100713.854000', '100713.857000', '100713.860000', '100713.863000', '100713.866000', '100713.868000', '100713.871000', '100713.874000', '100713.877000', '100713.880000', '100713.883000', '100713.886000', '100713.889000', '100713.891000', '100713.894000', '100713.897000', '100713.900000', '100713.903000', '100713.906000', '100713.909000', '100713.911000', '100713.914000', '100713.917000', '100713.920000', '100713.923000', '100713.926000', '100713.929000', '100713.932000', '100713.934000', '100713.937000', '100713.940000', '100713.943000', '100713.946000', '100713.949000', '100713.951000', '100713.954000', '100713.957000', '100713.960000', '100713.963000', '100713.980000', '100713.983000', '100713.986000', '100713.989000', '100733.853000', '100733.856000', '100733.859000', '100733.862000', '100733.865000', '100733.868000', '100733.871000', '100733.873000', '100733.876000', '100733.879000', '100733.882000', '100733.885000', '100733.888000', '100733.891000', '100733.893000', '100733.896000', '100733.899000', '100733.904000', '100733.907000', '100733.909000', '100733.912000', '100733.915000', '100733.918000', '100733.921000', '100733.924000', '100733.927000', '100733.930000', '100733.932000', '100733.935000', '100733.938000', '100733.941000', '100733.944000', '100733.947000', '100733.950000', '100733.952000', '100733.955000', '100733.958000', '100733.961000', '100733.964000', '100733.968000', '100733.970000', '100733.973000', '100733.976000', '100753.853000', '100753.856000', '100753.859000', '100753.862000', '100753.865000', '100753.867000', '100753.870000', '100753.873000', '100753.876000', '100753.879000', '100753.882000', '100753.884000', '100753.887000', '100753.890000', '100753.893000', '100753.896000', '100753.899000', '100753.902000', '100753.905000', '100753.907000', '100753.910000', '100753.913000', '100753.916000', '100753.919000', '100753.922000', '100753.925000', '100753.927000', '100753.930000', '100753.933000', '100753.936000', '100753.939000', '100753.942000', '100753.944000', '100753.947000', '100753.950000', '100753.953000', '100753.956000', '100753.959000', '100753.962000', '100753.964000', '100753.967000', '100753.970000', '100753.973000', '100753.976000', '100800.579000', '100800.583000', '100800.586000', '100800.589000', '100800.592000', '100800.595000', '100800.598000', '100800.601000', '100800.605000', '100800.608000', '100800.611000', '100800.614000', '100800.617000', '100800.619000', '100800.622000'], 'InstanceCreationTime': ['100133.886000', '100133.890000', '100133.893000', '100133.896000', '100133.899000', '100133.902000', '100133.904000', '100133.907000', '100133.910000', '100133.913000', '100133.916000', '100133.919000', '100133.922000', '100133.925000', '100133.927000', '100133.930000', '100133.933000', '100133.936000', '100133.939000', '100133.943000', '100133.946000', '100133.949000', '100133.951000', '100133.954000', '100133.957000', '100133.960000', '100133.963000', '100133.965000', '100133.968000', '100133.971000', '100133.974000', '100153.853000', '100153.856000', '100153.859000', '100153.861000', '100153.864000', '100153.867000', '100153.870000', '100153.873000', '100153.875000', '100153.878000', '100153.881000', '100153.884000', '100153.887000', '100153.890000', '100153.896000', '100153.899000', '100153.902000', '100153.905000', '100153.908000', '100153.913000', '100153.917000', '100153.920000', '100153.922000', '100153.925000', '100153.928000', '100153.931000', '100153.934000', '100153.937000', '100153.940000', '100153.942000', '100153.945000', '100153.948000', '100153.951000', '100153.953000', '100153.956000', '100153.959000', '100153.962000', '100153.965000', '100153.968000', '100153.971000', '100153.973000', '100153.976000', '100153.979000', '100213.853000', '100213.856000', '100213.859000', '100213.861000', '100213.864000', '100213.867000', '100213.870000', '100213.873000', '100213.875000', '100213.878000', '100213.881000', '100213.884000', '100213.887000', '100213.890000', '100213.892000', '100213.895000', '100213.898000', '100213.906000', '100213.908000', '100213.911000', '100213.914000', '100213.917000', '100213.920000', '100213.923000', '100213.926000', '100213.928000', '100213.931000', '100213.934000', '100213.937000', '100213.940000', '100213.943000', '100213.945000', '100213.948000', '100213.951000', '100213.954000', '100213.957000', '100213.960000', '100213.962000', '100213.965000', '100213.968000', '100213.971000', '100213.974000', '100213.977000', '100213.980000', '100233.854000', '100233.857000', '100233.860000', '100233.862000', '100233.865000', '100233.868000', '100233.871000', '100233.874000', '100233.877000', '100233.880000', '100233.882000', '100233.885000', '100233.888000', '100233.891000', '100233.894000', '100233.896000', '100233.899000', '100233.902000', '100233.905000', '100233.908000', '100233.911000', '100233.914000', '100233.917000', '100233.919000', '100233.922000', '100233.925000', '100233.928000', '100233.931000', '100233.934000', '100233.936000', '100233.939000', '100233.942000', '100233.945000', '100233.948000', '100233.951000', '100233.954000', '100233.957000', '100233.960000', '100233.963000', '100233.965000', '100233.968000', '100233.971000', '100233.974000', '100253.853000', '100253.856000', '100253.859000', '100253.861000', '100253.864000', '100253.867000', '100253.870000', '100253.873000', '100253.876000', '100253.878000', '100253.881000', '100253.884000', '100253.887000', '100253.890000', '100253.893000', '100253.895000', '100253.898000', '100253.901000', '100253.904000', '100253.907000', '100253.910000', '100253.912000', '100253.915000', '100253.918000', '100253.921000', '100253.924000', '100253.927000', '100253.930000', '100253.933000', '100253.935000', '100253.938000', '100253.941000', '100253.944000', '100253.947000', '100253.950000', '100253.953000', '100253.955000', '100253.958000', '100253.961000', '100253.964000', '100253.967000', '100253.970000', '100253.973000', '100253.976000', '100313.853000', '100313.856000', '100313.859000', '100313.862000', '100313.864000', '100313.867000', '100313.870000', '100313.873000', '100313.876000', '100313.879000', '100313.881000', '100313.884000', '100313.888000', '100313.892000', '100313.894000', '100313.897000', '100313.900000', '100313.903000', '100313.906000', '100313.909000', '100313.912000', '100313.915000', '100313.917000', '100313.920000', '100313.923000', '100313.926000', '100313.929000', '100313.932000', '100313.934000', '100313.937000', '100313.940000', '100313.946000', '100313.950000', '100313.953000', '100313.956000', '100313.959000', '100313.962000', '100313.964000', '100313.967000', '100313.970000', '100313.973000', '100313.976000', '100313.979000', '100333.853000', '100333.856000', '100333.859000', '100333.862000', '100333.865000', '100333.867000', '100333.870000', '100333.873000', '100333.876000', '100333.879000', '100333.882000', '100333.885000', '100333.887000', '100333.890000', '100333.893000', '100333.896000', '100333.899000', '100333.902000', '100333.904000', '100333.907000', '100333.910000', '100333.913000', '100333.916000', '100333.919000', '100333.921000', '100333.924000', '100333.927000', '100333.930000', '100333.933000', '100333.936000', '100333.939000', '100333.941000', '100333.944000', '100333.947000', '100333.950000', '100333.953000', '100333.956000', '100333.959000', '100333.961000', '100333.964000', '100333.967000', '100333.970000', '100333.973000', '100333.976000', '100353.853000', '100353.856000', '100353.859000', '100353.862000', '100353.864000', '100353.867000', '100353.870000', '100353.873000', '100353.876000', '100353.879000', '100353.882000', '100353.886000', '100353.889000', '100353.892000', '100353.894000', '100353.897000', '100353.900000', '100353.903000', '100353.906000', '100353.909000', '100353.912000', '100353.915000', '100353.917000', '100353.920000', '100353.923000', '100353.926000', '100353.929000', '100353.932000', '100353.935000', '100353.938000', '100353.940000', '100353.943000', '100353.946000', '100353.949000', '100353.952000', '100353.955000', '100353.958000', '100353.962000', '100353.967000', '100353.970000', '100353.973000', '100353.975000', '100353.978000', '100413.853000', '100413.856000', '100413.859000', '100413.862000', '100413.865000', '100413.867000', '100413.870000', '100413.873000', '100413.876000', '100413.879000', '100413.882000', '100413.884000', '100413.887000', '100413.890000', '100413.893000', '100413.896000', '100413.899000', '100413.902000', '100413.904000', '100413.907000', '100413.910000', '100413.913000', '100413.916000', '100413.919000', '100413.922000', '100413.924000', '100413.927000', '100413.930000', '100413.933000', '100413.936000', '100413.939000', '100413.942000', '100413.945000', '100413.962000', '100413.965000', '100413.968000', '100413.970000', '100413.973000', '100413.976000', '100413.979000', '100413.982000', '100413.985000', '100413.988000', '100413.990000', '100433.853000', '100433.856000', '100433.859000', '100433.862000', '100433.865000', '100433.867000', '100433.870000', '100433.873000', '100433.876000', '100433.879000', '100433.882000', '100433.885000', '100433.887000', '100433.890000', '100433.893000', '100433.896000', '100433.899000', '100433.902000', '100433.905000', '100433.908000', '100433.910000', '100433.913000', '100433.916000', '100433.919000', '100433.922000', '100433.927000', '100433.930000', '100433.933000', '100433.935000', '100433.938000', '100433.941000', '100433.944000', '100433.947000', '100433.950000', '100433.953000', '100433.956000', '100433.958000', '100433.961000', '100433.964000', '100433.967000', '100433.970000', '100433.973000', '100433.976000', '100453.854000', '100453.857000', '100453.860000', '100453.863000', '100453.865000', '100453.868000', '100453.871000', '100453.874000', '100453.877000', '100453.880000', '100453.882000', '100453.885000', '100453.888000', '100453.892000', '100453.895000', '100453.898000', '100453.901000', '100453.904000', '100453.907000', '100453.910000', '100453.912000', '100453.915000', '100453.918000', '100453.921000', '100453.924000', '100453.927000', '100453.929000', '100453.932000', '100453.935000', '100453.938000', '100453.941000', '100453.944000', '100453.947000', '100453.950000', '100453.953000', '100453.955000', '100453.958000', '100453.961000', '100453.964000', '100453.967000', '100453.970000', '100453.972000', '100453.975000', '100453.978000', '100513.853000', '100513.856000', '100513.859000', '100513.862000', '100513.865000', '100513.868000', '100513.870000', '100513.873000', '100513.876000', '100513.879000', '100513.882000', '100513.885000', '100513.887000', '100513.890000', '100513.893000', '100513.896000', '100513.899000', '100513.902000', '100513.905000', '100513.907000', '100513.910000', '100513.913000', '100513.916000', '100513.919000', '100513.922000', '100513.925000', '100513.928000', '100513.930000', '100513.933000', '100513.936000', '100513.939000', '100513.942000', '100513.945000', '100513.948000', '100513.951000', '100513.953000', '100513.956000', '100513.959000', '100513.962000', '100513.965000', '100513.968000', '100513.971000', '100513.974000', '100533.853000', '100533.856000', '100533.859000', '100533.862000', '100533.864000', '100533.867000', '100533.870000', '100533.873000', '100533.876000', '100533.879000', '100533.882000', '100533.885000', '100533.887000', '100533.890000', '100533.893000', '100533.896000', '100533.899000', '100533.902000', '100533.904000', '100533.907000', '100533.910000', '100533.913000', '100533.916000', '100533.919000', '100533.921000', '100533.924000', '100533.927000', '100533.930000', '100533.933000', '100533.936000', '100533.939000', '100533.942000', '100533.944000', '100533.947000', '100533.950000', '100533.953000', '100533.956000', '100533.959000', '100533.961000', '100533.964000', '100533.967000', '100533.970000', '100533.973000', '100533.976000', '100553.853000', '100553.856000', '100553.859000', '100553.862000', '100553.864000', '100553.867000', '100553.870000', '100553.873000', '100553.876000', '100553.879000', '100553.882000', '100553.884000', '100553.887000', '100553.890000', '100553.908000', '100553.911000', '100553.914000', '100553.917000', '100553.920000', '100553.922000', '100553.925000', '100553.928000', '100553.931000', '100553.934000', '100553.937000', '100553.940000', '100553.942000', '100553.945000', '100553.948000', '100553.951000', '100553.954000', '100553.957000', '100553.960000', '100553.964000', '100553.967000', '100553.970000', '100553.973000', '100553.976000', '100553.979000', '100553.981000', '100553.984000', '100553.987000', '100553.990000', '100613.853000', '100613.856000', '100613.859000', '100613.862000', '100613.864000', '100613.867000', '100613.870000', '100613.873000', '100613.876000', '100613.879000', '100613.882000', '100613.884000', '100613.887000', '100613.890000', '100613.893000', '100613.896000', '100613.899000', '100613.902000', '100613.905000', '100613.908000', '100613.910000', '100613.913000', '100613.916000', '100613.919000', '100613.922000', '100613.925000', '100613.928000', '100613.931000', '100613.934000', '100613.936000', '100613.939000', '100613.942000', '100613.945000', '100613.948000', '100613.951000', '100613.954000', '100613.957000', '100613.959000', '100613.962000', '100613.965000', '100613.968000', '100613.971000', '100613.974000', '100613.977000', '100633.853000', '100633.856000', '100633.859000', '100633.862000', '100633.865000', '100633.868000', '100633.870000', '100633.873000', '100633.876000', '100633.879000', '100633.882000', '100633.885000', '100633.888000', '100633.890000', '100633.893000', '100633.896000', '100633.899000', '100633.902000', '100633.905000', '100633.908000', '100633.910000', '100633.913000', '100633.929000', '100633.932000', '100633.935000', '100633.938000', '100633.941000', '100633.944000', '100633.947000', '100633.949000', '100633.952000', '100633.955000', '100633.958000', '100633.961000', '100633.963000', '100633.966000', '100633.969000', '100633.972000', '100633.975000', '100633.978000', '100633.981000', '100633.984000', '100633.986000', '100653.853000', '100653.856000', '100653.859000', '100653.862000', '100653.864000', '100653.867000', '100653.870000', '100653.873000', '100653.876000', '100653.879000', '100653.882000', '100653.884000', '100653.887000', '100653.890000', '100653.893000', '100653.896000', '100653.899000', '100653.902000', '100653.904000', '100653.907000', '100653.910000', '100653.913000', '100653.916000', '100653.919000', '100653.922000', '100653.924000', '100653.927000', '100653.930000', '100653.933000', '100653.936000', '100653.939000', '100653.941000', '100653.944000', '100653.947000', '100653.950000', '100653.953000', '100653.956000', '100653.958000', '100653.961000', '100653.964000', '100653.967000', '100653.970000', '100653.973000', '100653.976000', '100713.854000', '100713.857000', '100713.860000', '100713.863000', '100713.866000', '100713.868000', '100713.871000', '100713.874000', '100713.877000', '100713.880000', '100713.883000', '100713.886000', '100713.889000', '100713.891000', '100713.894000', '100713.897000', '100713.900000', '100713.903000', '100713.906000', '100713.909000', '100713.911000', '100713.914000', '100713.917000', '100713.920000', '100713.923000', '100713.926000', '100713.929000', '100713.932000', '100713.934000', '100713.937000', '100713.940000', '100713.943000', '100713.946000', '100713.949000', '100713.951000', '100713.954000', '100713.957000', '100713.960000', '100713.963000', '100713.980000', '100713.983000', '100713.986000', '100713.989000', '100733.853000', '100733.856000', '100733.859000', '100733.862000', '100733.865000', '100733.868000', '100733.871000', '100733.873000', '100733.876000', '100733.879000', '100733.882000', '100733.885000', '100733.888000', '100733.891000', '100733.893000', '100733.896000', '100733.899000', '100733.904000', '100733.907000', '100733.909000', '100733.912000', '100733.915000', '100733.918000', '100733.921000', '100733.924000', '100733.927000', '100733.930000', '100733.932000', '100733.935000', '100733.938000', '100733.941000', '100733.944000', '100733.947000', '100733.950000', '100733.952000', '100733.955000', '100733.958000', '100733.961000', '100733.964000', '100733.968000', '100733.970000', '100733.973000', '100733.976000', '100753.853000', '100753.856000', '100753.859000', '100753.862000', '100753.865000', '100753.867000', '100753.870000', '100753.873000', '100753.876000', '100753.879000', '100753.882000', '100753.884000', '100753.887000', '100753.890000', '100753.893000', '100753.896000', '100753.899000', '100753.902000', '100753.905000', '100753.907000', '100753.910000', '100753.913000', '100753.916000', '100753.919000', '100753.922000', '100753.925000', '100753.927000', '100753.930000', '100753.933000', '100753.936000', '100753.939000', '100753.942000', '100753.944000', '100753.947000', '100753.950000', '100753.953000', '100753.956000', '100753.959000', '100753.962000', '100753.964000', '100753.967000', '100753.970000', '100753.973000', '100753.976000', '100800.579000', '100800.583000', '100800.586000', '100800.589000', '100800.592000', '100800.595000', '100800.598000', '100800.601000', '100800.605000', '100800.608000', '100800.611000', '100800.614000', '100800.617000', '100800.619000', '100800.622000'], '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': [9592, 9613, 14621, 10753, 9247, 12028, 9163, 9853, 12633, 9172, 10785, 11817, 9007, 11008, 8615, 9261, 12054, 9459, 9037, 14421, 9978, 10235, 9687, 9266, 10873, 9186, 9046, 12333, 10653, 9119, 13728, 9049, 9241, 13974, 9920, 11043, 12719, 9131, 8950, 8313, 9258, 10086, 9137, 8909, 11136, 8802, 9045, 11668, 9038, 8921, 11866, 8964, 8676, 10770, 9036, 9192, 11541, 9010, 9941, 8518, 9194, 10654, 8737, 8942, 10971, 9290, 8910, 12419, 8912, 9896, 13324, 9411, 10438, 12967, 9188, 10641, 11025, 9099, 11382, 8658, 8907, 13537, 10390, 10251, 14825, 10541, 10240, 11871, 9100, 10296, 11678, 8881, 10849, 9030, 8937, 13842, 9003, 9416, 11790, 8904, 11432, 9007, 9151, 12096, 9693, 8920, 13366, 10005, 9868, 14136, 9110, 10087, 8449, 9164, 10309, 8971, 9014, 11786, 10099, 8825, 8320, 9186, 10893, 10517, 9223, 11842, 9197, 9092, 12785, 9409, 8916, 14666, 9066, 10033, 8399, 9219, 10888, 8965, 9196, 11985, 9009, 8772, 8571, 9006, 10435, 9613, 8908, 11829, 9223, 8690, 14808, 8992, 10290, 12223, 9078, 11008, 9946, 9036, 11583, 8970, 8912, 12270, 9041, 8826, 13898, 9344, 10328, 8639, 8967, 11102, 9038, 9031, 13072, 9052, 10859, 9583, 9073, 13462, 8673, 9196, 11208, 9261, 11176, 9973, 9150, 11693, 9476, 8857, 14651, 9033, 10035, 9786, 9103, 11281, 9109, 9079, 8533, 9359, 11034, 9539, 9255, 12993, 10002, 9852, 12539, 9150, 10477, 9630, 9060, 11331, 8895, 8881, 11911, 9668, 10181, 14335, 9198, 10651, 8402, 9011, 11095, 9170, 8743, 8522, 9068, 10672, 8976, 8840, 12274, 9713, 10377, 8769, 9139, 12066, 9400, 8870, 12437, 10118, 10831, 12848, 9117, 11785, 10677, 9188, 12164, 9137, 8992, 12433, 9896, 8797, 14612, 8902, 10413, 10188, 8958, 11034, 9013, 8920, 11783, 8834, 9076, 13313, 9259, 10716, 8933, 9191, 11717, 9117, 8926, 12513, 10365, 11014, 12626, 9087, 11429, 10107, 9208, 12054, 9221, 8944, 14260, 8670, 9518, 9243, 8862, 11144, 8668, 8687, 8248, 8989, 12556, 8887, 10617, 11886, 9383, 11803, 9222, 9545, 13954, 8995, 10849, 10235, 8916, 13305, 8807, 9537, 9819, 8892, 10851, 8920, 8714, 7967, 9017, 9978, 8814, 8789, 13802, 9853, 10385, 8396, 8909, 11606, 9438, 10379, 13854, 10217, 11291, 9280, 8934, 12341, 9398, 9815, 14667, 10224, 11145, 9283, 9085, 11491, 8945, 8770, 14421, 9544, 10209, 8674, 8849, 13639, 9765, 10597, 9777, 8935, 11917, 9045, 8949, 10410, 8993, 11275, 9564, 8983, 12647, 8843, 10637, 10213, 8594, 12010, 9230, 9444, 11147, 8843, 11596, 9957, 8744, 12366, 9728, 9694, 10856, 8990, 11503, 9780, 8864, 12488, 9255, 8988, 14897, 8822, 9528, 11158, 8890, 10720, 8851, 8766, 11712, 8854, 9166, 9299, 8896, 10743, 8720, 8746, 10884, 8869, 10141, 9096, 8809, 11305, 9798, 8879, 7966, 8958, 10404, 8856, 8988, 12512, 8942, 11008, 8762, 8924, 15285, 10433, 11556, 8855, 8949, 11842, 9747, 10110, 15128, 10037, 11125, 9202, 8794, 12272, 9081, 9109, 14712, 10744, 11901, 9694, 8949, 12012, 8894, 8709, 12134, 9228, 9955, 14979, 9542, 9657, 9562, 8891, 10288, 8890, 8841, 14256, 8740, 10088, 8702, 8905, 10305, 8821, 9088, 14634, 8866, 10154, 10150, 9073, 11534, 9291, 8918, 11825, 9019, 9032, 8986, 8231, 9222, 11655, 8868, 10728, 14688, 10658, 11601, 14502, 10436, 12945, 10807, 8850, 12639, 9066, 9872, 13989, 9548, 9654, 11464, 8875, 11169, 9261, 8927, 9438, 8823, 10562, 9595, 9364, 13524, 9578, 9216, 11844, 8986, 10315, 10906, 8817, 11614, 9165, 8802, 14309, 8767, 9613, 9603, 8858, 11190, 8754, 9062, 8947, 8829, 11069, 9059, 8817, 14440, 8832, 9687, 10831, 9096, 11271, 8826, 8563, 8213, 9115, 10769, 9703, 10457, 10440, 9050, 11043, 8684, 8961, 12378, 9234, 11170, 9302, 8747, 11873, 9327, 9713, 8326, 8977, 13172, 8750, 10936, 11139, 9086, 12927, 9456, 9650, 15903, 10341, 11055, 12955, 9353, 11829, 9140, 8748, 11216, 8858, 8881, 12893, 8911, 9919, 8783, 8947, 12178, 8747, 9486, 8245, 8718, 10794, 9723, 10301, 12230, 8894, 10989, 8821, 8657, 11959, 9964, 10534, 12027, 8849, 11470, 8572, 8994, 13319, 9740, 11224, 8933, 9073, 10801, 9074, 11796, 9383, 9708, 15829, 10069, 10646, 12110, 9005, 12021, 9060, 8693, 12515, 9805, 10625, 12099, 8951, 11466, 8742, 8664, 12631, 10472, 9673, 8546, 8767, 11511, 8989, 10000, 15229, 9717, 9897, 8581, 8614, 12399, 8995, 11811, 8721, 10006, 11073, 8928, 11903, 9192, 10894, 8753, 8848, 12743, 9569, 10523, 13386, 9347, 10812, 8646, 8617, 10783, 8821, 11027, 8966, 8954, 8010, 8882, 10510, 8575, 8808, 8184, 8962, 12613, 8978, 10362, 9418, 9051, 13591, 9104, 11708, 8938, 9407, 13043, 9030, 12556, 9668, 10697, 10339, 8873, 12316, 9999, 9628, 14392, 9386, 9256, 13684, 8806, 9418, 10337, 8821, 10565, 8831, 8793, 10653, 8522, 8660, 12850, 9050, 10046, 8743, 8757, 10755, 9312, 10299, 11938, 8853, 11158, 9161, 8545, 11765, 9007, 8698, 14452, 8780, 10240, 9522, 8888, 10978, 9062, 8886, 9013, 9065, 10666, 8568, 9009, 12161, 10241, 9486, 12225, 8913, 10329, 11795, 8988, 11435, 8771, 9490, 11457, 8861, 11438, 10593, 8960, 11430, 8739, 9430, 14270, 9757, 11298, 12172, 9143, 11805, 9336, 8671, 11638, 8859, 9016, 12079, 9973, 9170, 14601, 9191, 10131, 12897, 9067, 10968, 8886, 8742, 11672, 9675, 10728, 13074, 8932, 10926, 9842, 9044, 11685, 10185, 8940, 12254, 9276, 8828, 13236, 9422, 8976, 12827, 10127, 8659, 8274, 8742, 9750, 9107, 8881, 11759, 8869, 8844, 12227, 8818, 8892, 13795, 8901, 10637, 11207, 8983, 11365, 8407, 8751, 10206, 9091, 11271, 9467, 11620, 8945, 9901, 9904, 8971, 12152, 10492, 9018, 12884, 9911, 9264, 13743, 9724, 9393, 13869, 10523, 11402, 12326, 9029, 10503, 9730, 8891, 10552, 8383, 8639, 9914, 8627, 8475, 10496, 9338, 8895, 9537, 8938, 10445, 10810, 8875, 11318, 9078, 8516, 12321, 9716, 9888, 14591, 9903, 10476, 11372, 8778, 10349, 8809, 8909, 10407, 8534, 8905, 12831, 8682, 9353, 12280], 'WindowCenter': [4199.0, 4186.0, 4204.0, 4168.0, 4147.0, 4164.0, 4144.0, 4144.0, 4160.0, 4132.0, 4154.0, 4151.0, 4132.0, 4141.0, 4132.0, 4143.0, 4151.0, 4141.0, 4133.0, 4176.0, 4142.0, 4142.0, 4129.0, 4132.0, 4141.0, 4129.0, 4132.0, 4162.0, 4140.0, 4120.0, 4158.0, 4120.0, 4131.0, 4158.0, 4131.0, 4141.0, 4148.0, 4118.0, 4117.0, 4107.0, 4130.0, 4140.0, 4130.0, 4131.0, 4138.0, 4119.0, 4133.0, 4141.0, 4130.0, 4133.0, 4149.0, 4131.0, 4120.0, 4139.0, 4130.0, 4131.0, 4149.0, 4132.0, 4141.0, 4120.0, 4133.0, 4140.0, 4119.0, 4130.0, 4151.0, 4131.0, 4132.0, 4163.0, 4132.0, 4144.0, 4161.0, 4132.0, 4157.0, 4161.0, 4132.0, 4153.0, 4150.0, 4132.0, 4154.0, 4131.0, 4134.0, 4161.0, 4141.0, 4143.0, 4165.0, 4140.0, 4141.0, 4138.0, 4119.0, 4139.0, 4149.0, 4129.0, 4137.0, 4119.0, 4129.0, 4159.0, 4130.0, 4142.0, 4150.0, 4131.0, 4154.0, 4130.0, 4141.0, 4150.0, 4141.0, 4131.0, 4160.0, 4142.0, 4153.0, 4159.0, 4130.0, 4140.0, 4118.0, 4130.0, 4142.0, 4128.0, 4131.0, 4153.0, 4140.0, 4129.0, 4118.0, 4130.0, 4140.0, 4139.0, 4131.0, 4150.0, 4129.0, 4120.0, 4150.0, 4129.0, 4132.0, 4172.0, 4119.0, 4130.0, 4107.0, 4131.0, 4152.0, 4120.0, 4130.0, 4151.0, 4131.0, 4119.0, 4119.0, 4132.0, 4142.0, 4129.0, 4130.0, 4150.0, 4130.0, 4121.0, 4159.0, 4120.0, 4140.0, 4137.0, 4118.0, 4138.0, 4116.0, 4119.0, 4139.0, 4119.0, 4120.0, 4148.0, 4119.0, 4132.0, 4160.0, 4130.0, 4142.0, 4119.0, 4130.0, 4142.0, 4130.0, 4132.0, 4160.0, 4131.0, 4141.0, 4129.0, 4131.0, 4160.0, 4131.0, 4131.0, 4139.0, 4132.0, 4151.0, 4140.0, 4143.0, 4152.0, 4131.0, 4132.0, 4171.0, 4131.0, 4142.0, 4140.0, 4133.0, 4152.0, 4120.0, 4131.0, 4120.0, 4131.0, 4151.0, 4131.0, 4132.0, 4161.0, 4130.0, 4130.0, 4149.0, 4130.0, 4141.0, 4128.0, 4131.0, 4150.0, 4132.0, 4147.0, 4151.0, 4129.0, 4142.0, 4170.0, 4131.0, 4139.0, 4108.0, 4119.0, 4150.0, 4130.0, 4120.0, 4119.0, 4132.0, 4140.0, 4130.0, 4133.0, 4151.0, 4141.0, 4141.0, 4120.0, 4130.0, 4150.0, 4129.0, 4121.0, 4149.0, 4141.0, 4142.0, 4149.0, 4120.0, 4150.0, 4128.0, 4119.0, 4141.0, 4117.0, 4119.0, 4149.0, 4130.0, 4120.0, 4158.0, 4118.0, 4140.0, 4139.0, 4132.0, 4139.0, 4118.0, 4132.0, 4148.0, 4129.0, 4131.0, 4161.0, 4132.0, 4144.0, 4120.0, 4132.0, 4151.0, 4120.0, 4131.0, 4162.0, 4143.0, 4153.0, 4149.0, 4130.0, 4151.0, 4139.0, 4131.0, 4155.0, 4130.0, 4134.0, 4173.0, 4135.0, 4143.0, 4143.0, 4145.0, 4151.0, 4144.0, 4137.0, 4135.0, 4145.0, 4163.0, 4145.0, 4154.0, 4153.0, 4134.0, 4152.0, 4131.0, 4133.0, 4160.0, 4120.0, 4139.0, 4129.0, 4120.0, 4148.0, 4119.0, 4130.0, 4129.0, 4132.0, 4141.0, 4131.0, 4123.0, 4112.0, 4132.0, 4142.0, 4131.0, 4134.0, 4162.0, 4143.0, 4142.0, 4121.0, 4133.0, 4153.0, 4132.0, 4144.0, 4161.0, 4141.0, 4142.0, 4119.0, 4122.0, 4150.0, 4130.0, 4143.0, 4160.0, 4142.0, 4154.0, 4131.0, 4133.0, 4152.0, 4131.0, 4133.0, 4173.0, 4143.0, 4142.0, 4131.0, 4135.0, 4171.0, 4143.0, 4153.0, 4142.0, 4133.0, 4152.0, 4132.0, 4137.0, 4141.0, 4131.0, 4153.0, 4131.0, 4133.0, 4162.0, 4132.0, 4144.0, 4141.0, 4133.0, 4151.0, 4131.0, 4131.0, 4149.0, 4131.0, 4152.0, 4129.0, 4121.0, 4150.0, 4130.0, 4130.0, 4138.0, 4120.0, 4144.0, 4117.0, 4119.0, 4137.0, 4117.0, 4119.0, 4156.0, 4118.0, 4117.0, 4137.0, 4120.0, 4139.0, 4118.0, 4118.0, 4137.0, 4119.0, 4131.0, 4130.0, 4132.0, 4140.0, 4121.0, 4122.0, 4139.0, 4130.0, 4140.0, 4120.0, 4132.0, 4152.0, 4131.0, 4121.0, 4110.0, 4132.0, 4142.0, 4132.0, 4133.0, 4162.0, 4133.0, 4150.0, 4131.0, 4133.0, 4172.0, 4143.0, 4153.0, 4130.0, 4133.0, 4151.0, 4132.0, 4143.0, 4172.0, 4142.0, 4153.0, 4131.0, 4122.0, 4151.0, 4119.0, 4130.0, 4161.0, 4141.0, 4151.0, 4128.0, 4124.0, 4148.0, 4118.0, 4119.0, 4137.0, 4119.0, 4131.0, 4159.0, 4128.0, 4119.0, 4119.0, 4119.0, 4127.0, 4119.0, 4121.0, 4160.0, 4121.0, 4140.0, 4120.0, 4132.0, 4140.0, 4132.0, 4132.0, 4171.0, 4131.0, 4142.0, 4130.0, 4132.0, 4152.0, 4131.0, 4122.0, 4151.0, 4133.0, 4132.0, 4133.0, 4123.0, 4145.0, 4165.0, 4133.0, 4155.0, 4173.0, 4141.0, 4153.0, 4161.0, 4141.0, 4151.0, 4129.0, 4120.0, 4138.0, 4105.0, 4129.0, 4148.0, 4119.0, 4118.0, 4126.0, 4117.0, 4137.0, 4116.0, 4118.0, 4116.0, 4118.0, 4127.0, 4117.0, 4119.0, 4148.0, 4117.0, 4118.0, 4125.0, 4105.0, 4117.0, 4125.0, 4107.0, 4126.0, 4106.0, 4106.0, 4146.0, 4107.0, 4118.0, 4116.0, 4118.0, 4138.0, 4119.0, 4119.0, 4117.0, 4118.0, 4141.0, 4120.0, 4132.0, 4160.0, 4120.0, 4132.0, 4140.0, 4132.0, 4141.0, 4121.0, 4120.0, 4122.0, 4132.0, 4142.0, 4143.0, 4153.0, 4142.0, 4133.0, 4151.0, 4133.0, 4135.0, 4162.0, 4145.0, 4166.0, 4142.0, 4133.0, 4162.0, 4143.0, 4144.0, 4122.0, 4145.0, 4173.0, 4135.0, 4154.0, 4153.0, 4134.0, 4152.0, 4131.0, 4132.0, 4170.0, 4130.0, 4141.0, 4149.0, 4119.0, 4139.0, 4118.0, 4118.0, 4138.0, 4119.0, 4121.0, 4148.0, 4119.0, 4131.0, 4120.0, 4132.0, 4149.0, 4121.0, 4131.0, 4122.0, 4134.0, 4152.0, 4142.0, 4143.0, 4151.0, 4132.0, 4151.0, 4131.0, 4133.0, 4153.0, 4144.0, 4155.0, 4161.0, 4132.0, 4152.0, 4133.0, 4133.0, 4174.0, 4143.0, 4153.0, 4133.0, 4135.0, 4155.0, 4135.0, 4165.0, 4133.0, 4145.0, 4173.0, 4142.0, 4143.0, 4152.0, 4132.0, 4151.0, 4133.0, 4133.0, 4165.0, 4143.0, 4156.0, 4151.0, 4132.0, 4151.0, 4120.0, 4123.0, 4151.0, 4140.0, 4130.0, 4120.0, 4120.0, 4151.0, 4120.0, 4131.0, 4159.0, 4118.0, 4129.0, 4120.0, 4121.0, 4150.0, 4132.0, 4152.0, 4122.0, 4143.0, 4140.0, 4131.0, 4151.0, 4131.0, 4140.0, 4120.0, 4121.0, 4150.0, 4130.0, 4143.0, 4160.0, 4119.0, 4141.0, 4120.0, 4120.0, 4139.0, 4130.0, 4141.0, 4131.0, 4131.0, 4121.0, 4133.0, 4141.0, 4133.0, 4132.0, 4122.0, 4134.0, 4163.0, 4135.0, 4144.0, 4133.0, 4132.0, 4164.0, 4133.0, 4151.0, 4132.0, 4134.0, 4162.0, 4122.0, 4154.0, 4132.0, 4143.0, 4130.0, 4123.0, 4152.0, 4128.0, 4131.0, 4154.0, 4117.0, 4119.0, 4147.0, 4118.0, 4118.0, 4126.0, 4118.0, 4139.0, 4118.0, 4119.0, 4141.0, 4132.0, 4121.0, 4160.0, 4131.0, 4140.0, 4124.0, 4134.0, 4140.0, 4133.0, 4153.0, 4151.0, 4132.0, 4155.0, 4130.0, 4120.0, 4151.0, 4119.0, 4121.0, 4162.0, 4120.0, 4142.0, 4128.0, 4134.0, 4140.0, 4131.0, 4132.0, 4121.0, 4133.0, 4141.0, 4120.0, 4134.0, 4152.0, 4142.0, 4133.0, 4150.0, 4121.0, 4144.0, 4151.0, 4121.0, 4150.0, 4121.0, 4142.0, 4151.0, 4132.0, 4152.0, 4141.0, 4132.0, 4151.0, 4121.0, 4134.0, 4172.0, 4132.0, 4156.0, 4150.0, 4132.0, 4152.0, 4129.0, 4121.0, 4151.0, 4130.0, 4132.0, 4152.0, 4142.0, 4133.0, 4160.0, 4131.0, 4143.0, 4150.0, 4121.0, 4139.0, 4131.0, 4135.0, 4150.0, 4131.0, 4153.0, 4159.0, 4120.0, 4141.0, 4129.0, 4121.0, 4140.0, 4129.0, 4120.0, 4150.0, 4119.0, 4122.0, 4149.0, 4119.0, 4121.0, 4150.0, 4130.0, 4119.0, 4108.0, 4119.0, 4130.0, 4118.0, 4130.0, 4152.0, 4121.0, 4120.0, 4150.0, 4120.0, 4132.0, 4160.0, 4132.0, 4143.0, 4141.0, 4133.0, 4150.0, 4122.0, 4121.0, 4142.0, 4134.0, 4159.0, 4144.0, 4153.0, 4134.0, 4144.0, 4142.0, 4133.0, 4152.0, 4141.0, 4131.0, 4163.0, 4130.0, 4135.0, 4150.0, 4129.0, 4120.0, 4147.0, 4128.0, 4139.0, 4136.0, 4107.0, 4128.0, 4116.0, 4119.0, 4139.0, 4107.0, 4120.0, 4128.0, 4120.0, 4120.0, 4140.0, 4131.0, 4131.0, 4129.0, 4132.0, 4142.0, 4140.0, 4121.0, 4139.0, 4119.0, 4119.0, 4149.0, 4119.0, 4129.0, 4158.0, 4129.0, 4130.0, 4136.0, 4118.0, 4132.0, 4118.0, 4131.0, 4141.0, 4120.0, 4133.0, 4161.0, 4132.0, 4144.0, 4153.0], 'WindowWidth': [9320.0, 9293.0, 9313.0, 9252.0, 9219.0, 9235.0, 9210.0, 9211.0, 9225.0, 9191.0, 9224.0, 9213.0, 9189.0, 9200.0, 9189.0, 9206.0, 9215.0, 9200.0, 9194.0, 9252.0, 9201.0, 9202.0, 9179.0, 9188.0, 9200.0, 9181.0, 9189.0, 9232.0, 9194.0, 9170.0, 9219.0, 9168.0, 9187.0, 9219.0, 9183.0, 9198.0, 9203.0, 9163.0, 9161.0, 9146.0, 9181.0, 9197.0, 9183.0, 9184.0, 9191.0, 9167.0, 9190.0, 9197.0, 9183.0, 9192.0, 9209.0, 9185.0, 9170.0, 9193.0, 9184.0, 9187.0, 9209.0, 9189.0, 9200.0, 9169.0, 9191.0, 9198.0, 9167.0, 9185.0, 9215.0, 9185.0, 9190.0, 9229.0, 9190.0, 9209.0, 9227.0, 9190.0, 9228.0, 9225.0, 9190.0, 9222.0, 9209.0, 9190.0, 9218.0, 9187.0, 9194.0, 9227.0, 9198.0, 9206.0, 9234.0, 9196.0, 9200.0, 9187.0, 9167.0, 9194.0, 9205.0, 9181.0, 9188.0, 9166.0, 9182.0, 9220.0, 9184.0, 9204.0, 9209.0, 9187.0, 9219.0, 9184.0, 9202.0, 9212.0, 9198.0, 9188.0, 9224.0, 9204.0, 9221.0, 9222.0, 9183.0, 9197.0, 9164.0, 9184.0, 9202.0, 9179.0, 9186.0, 9217.0, 9196.0, 9181.0, 9164.0, 9185.0, 9198.0, 9194.0, 9186.0, 9211.0, 9179.0, 9168.0, 9208.0, 9179.0, 9187.0, 9241.0, 9168.0, 9182.0, 9148.0, 9187.0, 9217.0, 9169.0, 9183.0, 9214.0, 9186.0, 9169.0, 9165.0, 9188.0, 9202.0, 9180.0, 9183.0, 9211.0, 9185.0, 9173.0, 9221.0, 9167.0, 9196.0, 9185.0, 9164.0, 9191.0, 9156.0, 9165.0, 9192.0, 9164.0, 9167.0, 9204.0, 9165.0, 9188.0, 9224.0, 9184.0, 9200.0, 9167.0, 9183.0, 9199.0, 9183.0, 9189.0, 9221.0, 9186.0, 9201.0, 9181.0, 9185.0, 9222.0, 9187.0, 9188.0, 9193.0, 9188.0, 9215.0, 9195.0, 9205.0, 9217.0, 9186.0, 9190.0, 9239.0, 9185.0, 9201.0, 9194.0, 9190.0, 9214.0, 9170.0, 9186.0, 9169.0, 9187.0, 9213.0, 9186.0, 9189.0, 9228.0, 9183.0, 9184.0, 9206.0, 9183.0, 9200.0, 9178.0, 9186.0, 9211.0, 9190.0, 9217.0, 9212.0, 9182.0, 9202.0, 9238.0, 9186.0, 9194.0, 9149.0, 9168.0, 9211.0, 9183.0, 9169.0, 9166.0, 9188.0, 9196.0, 9183.0, 9192.0, 9215.0, 9198.0, 9198.0, 9167.0, 9185.0, 9211.0, 9179.0, 9172.0, 9207.0, 9197.0, 9203.0, 9206.0, 9168.0, 9209.0, 9175.0, 9165.0, 9195.0, 9160.0, 9167.0, 9208.0, 9181.0, 9170.0, 9216.0, 9164.0, 9194.0, 9193.0, 9188.0, 9195.0, 9164.0, 9186.0, 9204.0, 9181.0, 9186.0, 9226.0, 9187.0, 9205.0, 9169.0, 9188.0, 9212.0, 9170.0, 9187.0, 9230.0, 9203.0, 9217.0, 9206.0, 9183.0, 9213.0, 9193.0, 9186.0, 9223.0, 9182.0, 9194.0, 9245.0, 9198.0, 9206.0, 9205.0, 9211.0, 9214.0, 9212.0, 9203.0, 9195.0, 9211.0, 9233.0, 9211.0, 9224.0, 9217.0, 9193.0, 9215.0, 9185.0, 9189.0, 9220.0, 9166.0, 9193.0, 9176.0, 9168.0, 9204.0, 9166.0, 9182.0, 9176.0, 9186.0, 9199.0, 9185.0, 9174.0, 9158.0, 9188.0, 9201.0, 9185.0, 9194.0, 9229.0, 9202.0, 9202.0, 9172.0, 9192.0, 9216.0, 9188.0, 9208.0, 9227.0, 9197.0, 9200.0, 9166.0, 9173.0, 9210.0, 9182.0, 9203.0, 9224.0, 9200.0, 9221.0, 9183.0, 9190.0, 9215.0, 9188.0, 9192.0, 9244.0, 9203.0, 9199.0, 9188.0, 9198.0, 9242.0, 9205.0, 9218.0, 9201.0, 9192.0, 9215.0, 9186.0, 9198.0, 9197.0, 9186.0, 9219.0, 9185.0, 9192.0, 9227.0, 9190.0, 9206.0, 9199.0, 9190.0, 9214.0, 9184.0, 9185.0, 9206.0, 9184.0, 9214.0, 9179.0, 9171.0, 9210.0, 9181.0, 9182.0, 9188.0, 9166.0, 9202.0, 9159.0, 9162.0, 9187.0, 9157.0, 9163.0, 9210.0, 9160.0, 9161.0, 9184.0, 9166.0, 9192.0, 9160.0, 9162.0, 9186.0, 9166.0, 9184.0, 9183.0, 9189.0, 9196.0, 9172.0, 9174.0, 9191.0, 9183.0, 9196.0, 9167.0, 9188.0, 9214.0, 9184.0, 9171.0, 9155.0, 9188.0, 9201.0, 9188.0, 9191.0, 9228.0, 9191.0, 9212.0, 9187.0, 9193.0, 9245.0, 9204.0, 9217.0, 9183.0, 9191.0, 9212.0, 9188.0, 9204.0, 9243.0, 9202.0, 9217.0, 9185.0, 9175.0, 9212.0, 9166.0, 9183.0, 9226.0, 9196.0, 9212.0, 9174.0, 9175.0, 9204.0, 9160.0, 9165.0, 9187.0, 9163.0, 9183.0, 9216.0, 9176.0, 9164.0, 9162.0, 9165.0, 9174.0, 9165.0, 9171.0, 9220.0, 9170.0, 9195.0, 9167.0, 9187.0, 9196.0, 9188.0, 9188.0, 9237.0, 9185.0, 9201.0, 9180.0, 9188.0, 9214.0, 9184.0, 9173.0, 9208.0, 9191.0, 9191.0, 9191.0, 9177.0, 9212.0, 9239.0, 9191.0, 9223.0, 9247.0, 9199.0, 9221.0, 9225.0, 9196.0, 9212.0, 9175.0, 9167.0, 9190.0, 9140.0, 9177.0, 9203.0, 9162.0, 9162.0, 9168.0, 9160.0, 9187.0, 9155.0, 9160.0, 9155.0, 9161.0, 9173.0, 9158.0, 9165.0, 9201.0, 9157.0, 9159.0, 9165.0, 9139.0, 9157.0, 9164.0, 9144.0, 9167.0, 9140.0, 9143.0, 9194.0, 9143.0, 9160.0, 9155.0, 9162.0, 9188.0, 9165.0, 9166.0, 9160.0, 9165.0, 9197.0, 9167.0, 9185.0, 9221.0, 9169.0, 9186.0, 9192.0, 9187.0, 9197.0, 9171.0, 9169.0, 9174.0, 9189.0, 9200.0, 9203.0, 9217.0, 9199.0, 9191.0, 9212.0, 9192.0, 9197.0, 9228.0, 9210.0, 9240.0, 9203.0, 9192.0, 9229.0, 9204.0, 9207.0, 9176.0, 9211.0, 9246.0, 9197.0, 9224.0, 9216.0, 9193.0, 9215.0, 9184.0, 9188.0, 9236.0, 9180.0, 9198.0, 9202.0, 9164.0, 9191.0, 9159.0, 9163.0, 9189.0, 9165.0, 9170.0, 9202.0, 9166.0, 9184.0, 9167.0, 9188.0, 9205.0, 9172.0, 9186.0, 9174.0, 9193.0, 9216.0, 9202.0, 9206.0, 9211.0, 9188.0, 9211.0, 9186.0, 9191.0, 9218.0, 9207.0, 9223.0, 9226.0, 9189.0, 9215.0, 9192.0, 9194.0, 9246.0, 9204.0, 9219.0, 9191.0, 9198.0, 9221.0, 9197.0, 9238.0, 9190.0, 9209.0, 9246.0, 9201.0, 9205.0, 9214.0, 9190.0, 9214.0, 9190.0, 9192.0, 9237.0, 9205.0, 9224.0, 9210.0, 9186.0, 9212.0, 9170.0, 9177.0, 9214.0, 9196.0, 9181.0, 9166.0, 9170.0, 9211.0, 9169.0, 9185.0, 9219.0, 9162.0, 9176.0, 9166.0, 9173.0, 9209.0, 9187.0, 9213.0, 9172.0, 9203.0, 9194.0, 9184.0, 9212.0, 9184.0, 9197.0, 9168.0, 9171.0, 9209.0, 9182.0, 9205.0, 9220.0, 9164.0, 9192.0, 9166.0, 9169.0, 9191.0, 9183.0, 9198.0, 9187.0, 9186.0, 9172.0, 9191.0, 9200.0, 9192.0, 9190.0, 9176.0, 9195.0, 9231.0, 9196.0, 9209.0, 9189.0, 9190.0, 9232.0, 9190.0, 9213.0, 9187.0, 9193.0, 9226.0, 9174.0, 9217.0, 9187.0, 9202.0, 9181.0, 9174.0, 9215.0, 9176.0, 9182.0, 9217.0, 9157.0, 9163.0, 9200.0, 9159.0, 9161.0, 9168.0, 9162.0, 9191.0, 9161.0, 9167.0, 9200.0, 9188.0, 9174.0, 9223.0, 9186.0, 9195.0, 9178.0, 9193.0, 9198.0, 9192.0, 9220.0, 9212.0, 9188.0, 9221.0, 9181.0, 9169.0, 9211.0, 9166.0, 9172.0, 9226.0, 9168.0, 9199.0, 9175.0, 9189.0, 9195.0, 9185.0, 9188.0, 9169.0, 9189.0, 9199.0, 9169.0, 9195.0, 9215.0, 9200.0, 9190.0, 9208.0, 9172.0, 9205.0, 9208.0, 9172.0, 9208.0, 9172.0, 9202.0, 9210.0, 9188.0, 9215.0, 9197.0, 9187.0, 9212.0, 9173.0, 9194.0, 9241.0, 9188.0, 9223.0, 9207.0, 9187.0, 9213.0, 9178.0, 9172.0, 9212.0, 9183.0, 9188.0, 9214.0, 9201.0, 9190.0, 9223.0, 9184.0, 9204.0, 9209.0, 9170.0, 9193.0, 9185.0, 9194.0, 9210.0, 9185.0, 9218.0, 9220.0, 9170.0, 9197.0, 9178.0, 9169.0, 9195.0, 9179.0, 9167.0, 9208.0, 9164.0, 9171.0, 9205.0, 9163.0, 9171.0, 9207.0, 9181.0, 9166.0, 9148.0, 9167.0, 9182.0, 9163.0, 9183.0, 9214.0, 9170.0, 9170.0, 9207.0, 9168.0, 9188.0, 9222.0, 9186.0, 9203.0, 9197.0, 9188.0, 9208.0, 9174.0, 9174.0, 9201.0, 9193.0, 9233.0, 9207.0, 9218.0, 9195.0, 9208.0, 9200.0, 9190.0, 9217.0, 9195.0, 9186.0, 9230.0, 9180.0, 9192.0, 9208.0, 9178.0, 9167.0, 9199.0, 9174.0, 9191.0, 9181.0, 9144.0, 9174.0, 9155.0, 9163.0, 9192.0, 9147.0, 9168.0, 9176.0, 9167.0, 9171.0, 9195.0, 9185.0, 9185.0, 9179.0, 9186.0, 9201.0, 9194.0, 9169.0, 9192.0, 9163.0, 9165.0, 9204.0, 9163.0, 9181.0, 9217.0, 9177.0, 9179.0, 9183.0, 9162.0, 9185.0, 9160.0, 9185.0, 9197.0, 9168.0, 9189.0, 9225.0, 9188.0, 9208.0, 9216.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.0009257373271889403</td></tr>
<tr><td colspan=3>aqi</td><td>0.01798927050691244</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.56898623936562</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2503517334717422</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0090322590772791</td></tr>
<tr><td colspan=3>efc</td><td>0.4628</td></tr>
<tr><td colspan=3>fber</td><td>6860.6123</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07627742018314233</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.4608294930875576</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4326072403130095</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4583673959334087</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6729912089981958</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1664631160074244</td></tr>
<tr><td colspan=3>gcor</td><td>0.00658684</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009765991941094398</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017683042213320732</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.8080019333043147</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>37.3522</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.4091</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.5997</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302602.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>713.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.5166</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7045</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>515.3092</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3336.0443</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3543.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73942.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1007.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4371.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>930.4029</td></tr>
<tr><td colspan=3>tsnr</td><td>45.05213249567896</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>