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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0107_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-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-05_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-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0107/figures/sub-0107_ses-01_task-social_acq-mb8_run-05_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-0107/ses-01/func/sub-0107_ses-01_task-social_acq-mb8_run-05_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>95827b7820352ab7f228cc8faa632597</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:03:19.680000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998781, 0.0266646, 0.0415368, -0.0209215, 0.990891, -0.133033]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.0804958</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7754, -7287, 400, -125, -192, 45, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.918</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6c9a59b6-ce68-4654-95b3-deaa82f969c7||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679656744003296, -0.0561307817697525, 0.12070538103580475, 114.38377380371094], [-0.07153919339179993, 2.658487558364868, -0.3564036786556244, -85.53070831298828], [0.11144020408391953, 0.35691654682159424, 2.6736505031585693, -101.0906982421875], [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': ['100319.680000', '100320.140000', '100320.600000', '100321.060000', '100321.520000', '100321.980000', '100322.440000', '100322.900000', '100323.360000', '100323.820000', '100324.280000', '100324.740000', '100325.200000', '100325.660000', '100326.120000', '100326.580000', '100327.040000', '100327.500000', '100327.960000', '100328.420000', '100328.880000', '100329.340000', '100329.800000', '100330.260000', '100330.720000', '100331.180000', '100331.640000', '100332.100000', '100332.560000', '100333.020000', '100333.480000', '100333.940000', '100334.400000', '100334.860000', '100335.320000', '100335.780000', '100336.240000', '100336.700000', '100337.160000', '100337.620000', '100338.080000', '100338.540000', '100339.000000', '100339.460000', '100339.920000', '100340.380000', '100340.840000', '100341.300000', '100341.760000', '100342.220000', '100342.680000', '100343.140000', '100343.600000', '100344.060000', '100344.520000', '100344.980000', '100345.440000', '100345.900000', '100346.360000', '100346.820000', '100347.280000', '100347.740000', '100348.200000', '100348.660000', '100349.120000', '100349.580000', '100350.040000', '100350.500000', '100350.960000', '100351.420000', '100351.880000', '100352.340000', '100352.800000', '100353.260000', '100353.720000', '100354.180000', '100354.640000', '100355.100000', '100355.560000', '100356.020000', '100356.480000', '100356.940000', '100357.400000', '100357.860000', '100358.320000', '100358.780000', '100359.240000', '100359.700000', '100400.160000', '100400.620000', '100401.080000', '100401.540000', '100402.000000', '100402.460000', '100402.920000', '100403.380000', '100403.840000', '100404.300000', '100404.760000', '100405.220000', '100405.680000', '100406.140000', '100406.600000', '100407.060000', '100407.520000', '100407.980000', '100408.440000', '100408.900000', '100409.360000', '100409.820000', '100410.280000', '100410.740000', '100411.200000', '100411.660000', '100412.120000', '100412.580000', '100413.040000', '100413.500000', '100413.960000', '100414.420000', '100414.880000', '100415.340000', '100415.800000', '100416.260000', '100416.720000', '100417.180000', '100417.640000', '100418.100000', '100418.560000', '100419.020000', '100419.480000', '100419.940000', '100420.400000', '100420.860000', '100421.320000', '100421.780000', '100422.240000', '100422.700000', '100423.160000', '100423.620000', '100424.080000', '100424.540000', '100425.000000', '100425.460000', '100425.920000', '100426.380000', '100426.840000', '100427.300000', '100427.760000', '100428.220000', '100428.680000', '100429.140000', '100429.600000', '100430.060000', '100430.520000', '100430.980000', '100431.440000', '100431.900000', '100432.360000', '100432.820000', '100433.280000', '100433.740000', '100434.200000', '100434.660000', '100435.120000', '100435.580000', '100436.040000', '100436.500000', '100436.960000', '100437.420000', '100437.880000', '100438.340000', '100438.800000', '100439.260000', '100439.720000', '100440.180000', '100440.640000', '100441.100000', '100441.560000', '100442.020000', '100442.480000', '100442.940000', '100443.400000', '100443.860000', '100444.320000', '100444.780000', '100445.240000', '100445.700000', '100446.160000', '100446.620000', '100447.080000', '100447.540000', '100448.000000', '100448.460000', '100448.920000', '100449.380000', '100449.840000', '100450.300000', '100450.760000', '100451.220000', '100451.680000', '100452.140000', '100452.600000', '100453.060000', '100453.520000', '100453.980000', '100454.440000', '100454.900000', '100455.360000', '100455.820000', '100456.280000', '100456.740000', '100457.200000', '100457.660000', '100458.120000', '100458.580000', '100459.040000', '100459.500000', '100459.960000', '100500.420000', '100500.880000', '100501.340000', '100501.800000', '100502.260000', '100502.720000', '100503.180000', '100503.640000', '100504.100000', '100504.560000', '100505.020000', '100505.480000', '100505.940000', '100506.400000', '100506.860000', '100507.320000', '100507.780000', '100508.240000', '100508.700000', '100509.160000', '100509.620000', '100510.080000', '100510.540000', '100511.000000', '100511.460000', '100511.920000', '100512.380000', '100512.840000', '100513.300000', '100513.760000', '100514.220000', '100514.680000', '100515.140000', '100515.600000', '100516.060000', '100516.520000', '100516.980000', '100517.440000', '100517.900000', '100518.360000', '100518.820000', '100519.280000', '100519.740000', '100520.200000', '100520.660000', '100521.120000', '100521.580000', '100522.040000', '100522.500000', '100522.960000', '100523.420000', '100523.880000', '100524.340000', '100524.800000', '100525.260000', '100525.720000', '100526.180000', '100526.640000', '100527.100000', '100527.560000', '100528.020000', '100528.480000', '100528.940000', '100529.400000', '100529.860000', '100530.320000', '100530.780000', '100531.240000', '100531.700000', '100532.160000', '100532.620000', '100533.080000', '100533.540000', '100534.000000', '100534.460000', '100534.920000', '100535.380000', '100535.840000', '100536.300000', '100536.760000', '100537.220000', '100537.680000', '100538.140000', '100538.600000', '100539.060000', '100539.520000', '100539.980000', '100540.440000', '100540.900000', '100541.360000', '100541.820000', '100542.280000', '100542.740000', '100543.200000', '100543.660000', '100544.120000', '100544.580000', '100545.040000', '100545.500000', '100545.960000', '100546.420000', '100546.880000', '100547.340000', '100547.800000', '100548.260000', '100548.720000', '100549.180000', '100549.640000', '100550.100000', '100550.560000', '100551.020000', '100551.480000', '100551.940000', '100552.400000', '100552.860000', '100553.320000', '100553.780000', '100554.240000', '100554.700000', '100555.160000', '100555.620000', '100556.080000', '100556.540000', '100557.000000', '100557.460000', '100557.920000', '100558.380000', '100558.840000', '100559.300000', '100559.760000', '100600.220000', '100600.680000', '100601.140000', '100601.600000', '100602.060000', '100602.520000', '100602.980000', '100603.440000', '100603.900000', '100604.360000', '100604.820000', '100605.280000', '100605.740000', '100606.200000', '100606.660000', '100607.120000', '100607.580000', '100608.040000', '100608.500000', '100608.960000', '100609.420000', '100609.880000', '100610.340000', '100610.800000', '100611.260000', '100611.720000', '100612.180000', '100612.640000', '100613.100000', '100613.560000', '100614.020000', '100614.480000', '100614.940000', '100615.400000', '100615.860000', '100616.320000', '100616.780000', '100617.240000', '100617.700000', '100618.160000', '100618.620000', '100619.080000', '100619.540000', '100620.000000', '100620.460000', '100620.920000', '100621.380000', '100621.840000', '100622.300000', '100622.760000', '100623.220000', '100623.680000', '100624.140000', '100624.600000', '100625.060000', '100625.520000', '100625.980000', '100626.440000', '100626.900000', '100627.360000', '100627.820000', '100628.280000', '100628.740000', '100629.200000', '100629.660000', '100630.120000', '100630.580000', '100631.040000', '100631.500000', '100631.960000', '100632.420000', '100632.880000', '100633.340000', '100633.800000', '100634.260000', '100634.720000', '100635.180000', '100635.640000', '100636.100000', '100636.560000', '100637.020000', '100637.480000', '100637.940000', '100638.400000', '100638.860000', '100639.320000', '100639.780000', '100640.240000', '100640.700000', '100641.160000', '100641.620000', '100642.080000', '100642.540000', '100643.000000', '100643.460000', '100643.920000', '100644.380000', '100644.840000', '100645.300000', '100645.760000', '100646.220000', '100646.680000', '100647.140000', '100647.600000', '100648.060000', '100648.520000', '100648.980000', '100649.440000', '100649.900000', '100650.360000', '100650.820000', '100651.280000', '100651.740000', '100652.200000', '100652.660000', '100653.120000', '100653.580000', '100654.040000', '100654.500000', '100654.960000', '100655.420000', '100655.880000', '100656.340000', '100656.800000', '100657.260000', '100657.720000', '100658.180000', '100658.640000', '100659.100000', '100659.560000', '100700.020000', '100700.480000', '100700.940000', '100701.400000', '100701.860000', '100702.320000', '100702.780000', '100703.240000', '100703.700000', '100704.160000', '100704.620000', '100705.080000', '100705.540000', '100706.000000', '100706.460000', '100706.920000', '100707.380000', '100707.840000', '100708.300000', '100708.760000', '100709.220000', '100709.680000', '100710.140000', '100710.600000', '100711.060000', '100711.520000', '100711.980000', '100712.440000', '100712.900000', '100713.360000', '100713.820000', '100714.280000', '100714.740000', '100715.200000', '100715.660000', '100716.120000', '100716.580000', '100717.040000', '100717.500000', '100717.960000', '100718.420000', '100718.880000', '100719.340000', '100719.800000', '100720.260000', '100720.720000', '100721.180000', '100721.640000', '100722.100000', '100722.560000', '100723.020000', '100723.480000', '100723.940000', '100724.400000', '100724.860000', '100725.320000', '100725.780000', '100726.240000', '100726.700000', '100727.160000', '100727.620000', '100728.080000', '100728.540000', '100729.000000', '100729.460000', '100729.920000', '100730.380000', '100730.840000', '100731.300000', '100731.760000', '100732.220000', '100732.680000', '100733.140000', '100733.600000', '100734.060000', '100734.520000', '100734.980000', '100735.440000', '100735.900000', '100736.360000', '100736.820000', '100737.280000', '100737.740000', '100738.200000', '100738.660000', '100739.120000', '100739.580000', '100740.040000', '100740.500000', '100740.960000', '100741.420000', '100741.880000', '100742.340000', '100742.800000', '100743.260000', '100743.720000', '100744.180000', '100744.640000', '100745.100000', '100745.560000', '100746.020000', '100746.480000', '100746.940000', '100747.400000', '100747.860000', '100748.320000', '100748.780000', '100749.240000', '100749.700000', '100750.160000', '100750.620000', '100751.080000', '100751.540000', '100752.000000', '100752.460000', '100752.920000', '100753.380000', '100753.840000', '100754.300000', '100754.760000', '100755.220000', '100755.680000', '100756.140000', '100756.600000', '100757.060000', '100757.520000', '100757.980000', '100758.440000', '100758.900000', '100759.360000', '100759.820000', '100800.280000', '100800.740000', '100801.200000', '100801.660000', '100802.120000', '100802.580000', '100803.040000', '100803.500000', '100803.960000', '100804.420000', '100804.880000', '100805.340000', '100805.800000', '100806.260000', '100806.720000', '100807.180000', '100807.640000', '100808.100000', '100808.560000', '100809.020000', '100809.480000', '100809.940000', '100810.400000', '100810.860000', '100811.320000', '100811.780000', '100812.240000', '100812.700000', '100813.160000', '100813.620000', '100814.080000', '100814.540000', '100815.000000', '100815.460000', '100815.920000', '100816.380000', '100816.840000', '100817.300000', '100817.760000', '100818.220000', '100818.680000', '100819.140000', '100819.600000', '100820.060000', '100820.520000', '100820.980000', '100821.440000', '100821.900000', '100822.360000', '100822.820000', '100823.280000', '100823.740000', '100824.200000', '100824.660000', '100825.120000', '100825.580000', '100826.040000', '100826.500000', '100826.960000', '100827.420000', '100827.880000', '100828.340000', '100828.800000', '100829.260000', '100829.720000', '100830.180000', '100830.640000', '100831.100000', '100831.560000', '100832.020000', '100832.480000', '100832.940000', '100833.400000', '100833.860000', '100834.320000', '100834.780000', '100835.240000', '100835.700000', '100836.160000', '100836.620000', '100837.080000', '100837.540000', '100838.000000', '100838.460000', '100838.920000', '100839.380000', '100839.840000', '100840.300000', '100840.760000', '100841.220000', '100841.680000', '100842.140000', '100842.600000', '100843.060000', '100843.520000', '100843.980000', '100844.440000', '100844.900000', '100845.360000', '100845.820000', '100846.280000', '100846.740000', '100847.200000', '100847.660000', '100848.120000', '100848.580000', '100849.040000', '100849.500000', '100849.960000', '100850.420000', '100850.880000', '100851.340000', '100851.800000', '100852.260000', '100852.720000', '100853.180000', '100853.640000', '100854.100000', '100854.560000', '100855.020000', '100855.480000', '100855.940000', '100856.400000', '100856.860000', '100857.320000', '100857.780000', '100858.240000', '100858.700000', '100859.160000', '100859.620000', '100900.080000', '100900.540000', '100901.000000', '100901.460000', '100901.920000', '100902.380000', '100902.840000', '100903.300000', '100903.760000', '100904.220000', '100904.680000', '100905.140000', '100905.600000', '100906.060000', '100906.520000', '100906.980000', '100907.440000', '100907.900000', '100908.360000', '100908.820000', '100909.280000', '100909.740000', '100910.200000', '100910.660000', '100911.120000', '100911.580000', '100912.040000', '100912.500000', '100912.960000', '100913.420000', '100913.880000', '100914.340000', '100914.800000', '100915.260000', '100915.720000', '100916.180000', '100916.640000', '100917.100000', '100917.560000', '100918.020000', '100918.480000', '100918.940000', '100919.400000', '100919.860000', '100920.320000', '100920.780000', '100921.240000', '100921.700000', '100922.160000', '100922.620000', '100923.080000', '100923.540000', '100924.000000', '100924.460000', '100924.920000', '100925.380000', '100925.840000', '100926.300000', '100926.760000', '100927.220000', '100927.680000', '100928.140000', '100928.600000', '100929.060000', '100929.520000', '100929.980000', '100930.440000', '100930.900000', '100931.360000', '100931.820000', '100932.280000', '100932.740000', '100933.200000', '100933.660000', '100934.120000', '100934.580000', '100935.040000', '100935.500000', '100935.960000', '100936.420000', '100936.880000', '100937.340000', '100937.800000', '100938.260000', '100938.720000', '100939.180000', '100939.640000', '100940.100000', '100940.560000', '100941.020000', '100941.480000', '100941.940000', '100942.400000', '100942.860000', '100943.320000', '100943.780000', '100944.240000', '100944.700000', '100945.160000', '100945.620000', '100946.080000', '100946.540000', '100947.000000', '100947.460000', '100947.920000', '100948.380000', '100948.840000', '100949.300000', '100949.760000', '100950.220000', '100950.680000', '100951.140000', '100951.600000', '100952.060000', '100952.520000', '100952.980000', '100953.440000', '100953.900000', '100954.360000', '100954.820000', '100955.280000', '100955.740000', '100956.200000', '100956.660000', '100957.120000', '100957.580000', '100958.040000', '100958.500000', '100958.960000', '100959.420000', '100959.880000', '101000.340000'], 'ContentTime': ['100346.010000', '100346.013000', '100346.015000', '100346.018000', '100346.021000', '100346.023000', '100346.026000', '100346.028000', '100346.031000', '100346.033000', '100346.036000', '100346.038000', '100346.041000', '100346.043000', '100346.046000', '100346.049000', '100346.051000', '100346.054000', '100346.056000', '100346.059000', '100346.061000', '100346.064000', '100346.066000', '100346.069000', '100346.081000', '100346.083000', '100346.086000', '100346.088000', '100346.091000', '100346.093000', '100346.096000', '100346.099000', '100346.101000', '100346.104000', '100346.106000', '100346.109000', '100346.111000', '100346.114000', '100346.117000', '100346.119000', '100346.122000', '100346.124000', '100346.127000', '100346.130000', '100346.132000', '100346.135000', '100346.137000', '100346.140000', '100346.142000', '100346.145000', '100346.148000', '100346.150000', '100346.154000', '100346.157000', '100346.160000', '100405.962000', '100405.965000', '100405.968000', '100405.970000', '100405.973000', '100405.975000', '100405.978000', '100405.981000', '100405.983000', '100405.986000', '100405.988000', '100405.991000', '100405.993000', '100405.996000', '100406.005000', '100406.008000', '100406.011000', '100406.013000', '100406.016000', '100406.018000', '100406.021000', '100406.023000', '100406.026000', '100406.028000', '100406.031000', '100406.034000', '100406.036000', '100406.039000', '100406.041000', '100406.044000', '100406.047000', '100406.049000', '100406.052000', '100406.054000', '100406.057000', '100406.059000', '100406.062000', '100406.064000', '100406.067000', '100406.069000', '100406.072000', '100406.075000', '100406.077000', '100406.080000', '100425.961000', '100425.964000', '100425.967000', '100425.969000', '100425.972000', '100425.974000', '100425.977000', '100425.980000', '100425.982000', '100425.990000', '100425.992000', '100425.995000', '100425.997000', '100426.001000', '100426.004000', '100426.006000', '100426.009000', '100426.011000', '100426.014000', '100426.016000', '100426.019000', '100426.021000', '100426.024000', '100426.026000', '100426.029000', '100426.032000', '100426.034000', '100426.037000', '100426.040000', '100426.042000', '100426.045000', '100426.048000', '100426.050000', '100426.053000', '100426.055000', '100426.058000', '100426.060000', '100426.063000', '100426.065000', '100426.068000', '100426.071000', '100426.073000', '100426.076000', '100445.961000', '100445.964000', '100445.967000', '100445.969000', '100445.972000', '100445.974000', '100445.977000', '100445.980000', '100445.982000', '100445.985000', '100445.987000', '100445.990000', '100445.992000', '100445.995000', '100445.998000', '100446.001000', '100446.004000', '100446.007000', '100446.009000', '100446.012000', '100446.014000', '100446.017000', '100446.019000', '100446.022000', '100446.025000', '100446.027000', '100446.030000', '100446.032000', '100446.035000', '100446.043000', '100446.046000', '100446.049000', '100446.051000', '100446.054000', '100446.056000', '100446.059000', '100446.061000', '100446.064000', '100446.066000', '100446.069000', '100446.072000', '100446.074000', '100446.077000', '100446.079000', '100505.961000', '100505.964000', '100505.967000', '100505.969000', '100505.972000', '100505.974000', '100505.977000', '100505.980000', '100505.982000', '100505.985000', '100505.987000', '100505.990000', '100505.993000', '100505.995000', '100505.998000', '100506.001000', '100506.004000', '100506.007000', '100506.009000', '100506.012000', '100506.014000', '100506.017000', '100506.019000', '100506.022000', '100506.024000', '100506.043000', '100506.046000', '100506.048000', '100506.051000', '100506.053000', '100506.056000', '100506.058000', '100506.061000', '100506.064000', '100506.074000', '100506.077000', '100506.080000', '100506.082000', '100506.085000', '100506.087000', '100506.090000', '100506.092000', '100506.095000', '100525.962000', '100525.965000', '100525.968000', '100525.970000', '100525.973000', '100525.975000', '100525.978000', '100525.980000', '100525.983000', '100525.986000', '100525.988000', '100526.000000', '100526.003000', '100526.005000', '100526.008000', '100526.011000', '100526.013000', '100526.016000', '100526.018000', '100526.021000', '100526.023000', '100526.026000', '100526.029000', '100526.031000', '100526.034000', '100526.036000', '100526.039000', '100526.042000', '100526.044000', '100526.047000', '100526.049000', '100526.052000', '100526.055000', '100526.057000', '100526.060000', '100526.063000', '100526.065000', '100526.068000', '100526.071000', '100526.073000', '100526.076000', '100526.078000', '100526.081000', '100526.083000', '100545.963000', '100545.965000', '100545.968000', '100545.971000', '100545.973000', '100545.976000', '100545.978000', '100545.981000', '100545.983000', '100545.986000', '100545.989000', '100545.991000', '100545.994000', '100545.996000', '100546.000000', '100546.003000', '100546.005000', '100546.008000', '100546.010000', '100546.013000', '100546.015000', '100546.018000', '100546.021000', '100546.023000', '100546.026000', '100546.029000', '100546.031000', '100546.034000', '100546.036000', '100546.047000', '100546.050000', '100546.052000', '100546.055000', '100546.058000', '100546.060000', '100546.063000', '100546.065000', '100546.068000', '100546.071000', '100546.073000', '100546.076000', '100546.078000', '100546.081000', '100605.963000', '100605.965000', '100605.968000', '100605.970000', '100605.973000', '100605.976000', '100605.978000', '100605.981000', '100605.984000', '100605.986000', '100605.989000', '100605.992000', '100605.995000', '100605.998000', '100606.001000', '100606.004000', '100606.007000', '100606.009000', '100606.012000', '100606.015000', '100606.017000', '100606.020000', '100606.022000', '100606.025000', '100606.028000', '100606.030000', '100606.033000', '100606.035000', '100606.038000', '100606.041000', '100606.044000', '100606.046000', '100606.049000', '100606.052000', '100606.054000', '100606.057000', '100606.059000', '100606.070000', '100606.073000', '100606.076000', '100606.078000', '100606.081000', '100606.083000', '100606.086000', '100625.963000', '100625.965000', '100625.968000', '100625.971000', '100625.973000', '100625.976000', '100625.979000', '100625.981000', '100625.984000', '100625.987000', '100625.989000', '100625.992000', '100625.994000', '100625.997000', '100626.000000', '100626.002000', '100626.005000', '100626.007000', '100626.010000', '100626.012000', '100626.015000', '100626.017000', '100626.020000', '100626.023000', '100626.025000', '100626.028000', '100626.030000', '100626.033000', '100626.035000', '100626.038000', '100626.041000', '100626.043000', '100626.046000', '100626.048000', '100626.061000', '100626.064000', '100626.066000', '100626.069000', '100626.072000', '100626.075000', '100626.077000', '100626.080000', '100626.082000', '100645.961000', '100645.964000', '100645.967000', '100645.969000', '100645.972000', '100645.974000', '100645.977000', '100645.989000', '100645.992000', '100645.994000', '100645.997000', '100646.001000', '100646.003000', '100646.006000', '100646.008000', '100646.011000', '100646.014000', '100646.016000', '100646.019000', '100646.021000', '100646.024000', '100646.036000', '100646.039000', '100646.041000', '100646.044000', '100646.046000', '100646.049000', '100646.052000', '100646.054000', '100646.057000', '100646.059000', '100646.062000', '100646.064000', '100646.067000', '100646.070000', '100646.072000', '100646.075000', '100646.077000', '100646.080000', '100646.083000', '100646.085000', '100646.088000', '100646.090000', '100646.093000', '100705.961000', '100705.964000', '100705.967000', '100705.969000', '100705.972000', '100705.975000', '100705.977000', '100705.980000', '100705.983000', '100705.985000', '100705.988000', '100705.990000', '100705.993000', '100705.995000', '100705.998000', '100706.001000', '100706.003000', '100706.006000', '100706.008000', '100706.011000', '100706.013000', '100706.016000', '100706.019000', '100706.021000', '100706.024000', '100706.026000', '100706.029000', '100706.031000', '100706.034000', '100706.037000', '100706.039000', '100706.042000', '100706.044000', '100706.047000', '100706.050000', '100706.052000', '100706.055000', '100706.058000', '100706.060000', '100706.063000', '100706.065000', '100706.068000', '100706.070000', '100725.961000', '100725.964000', '100725.967000', '100725.969000', '100725.972000', '100725.975000', '100725.977000', '100725.980000', '100725.982000', '100725.985000', '100725.988000', '100725.990000', '100725.993000', '100725.995000', '100725.998000', '100726.002000', '100726.005000', '100726.007000', '100726.010000', '100726.013000', '100726.015000', '100726.018000', '100726.020000', '100726.023000', '100726.036000', '100726.039000', '100726.041000', '100726.044000', '100726.047000', '100726.049000', '100726.052000', '100726.054000', '100726.057000', '100726.059000', '100726.062000', '100726.065000', '100726.067000', '100726.070000', '100726.073000', '100726.075000', '100726.078000', '100726.080000', '100726.083000', '100745.962000', '100745.965000', '100745.968000', '100745.970000', '100745.973000', '100745.976000', '100745.978000', '100745.981000', '100745.983000', '100745.986000', '100745.988000', '100745.991000', '100745.994000', '100745.996000', '100745.999000', '100746.001000', '100746.004000', '100746.007000', '100746.009000', '100746.012000', '100746.015000', '100746.017000', '100746.020000', '100746.022000', '100746.025000', '100746.027000', '100746.030000', '100746.033000', '100746.035000', '100746.038000', '100746.040000', '100746.043000', '100746.045000', '100746.048000', '100746.051000', '100746.053000', '100746.056000', '100746.058000', '100746.061000', '100746.063000', '100746.066000', '100746.069000', '100746.071000', '100746.074000', '100805.962000', '100805.965000', '100805.968000', '100805.970000', '100805.973000', '100805.976000', '100805.978000', '100805.981000', '100805.984000', '100805.986000', '100805.989000', '100805.992000', '100805.994000', '100805.997000', '100805.999000', '100806.002000', '100806.005000', '100806.007000', '100806.010000', '100806.012000', '100806.015000', '100806.018000', '100806.020000', '100806.023000', '100806.025000', '100806.028000', '100806.031000', '100806.034000', '100806.036000', '100806.048000', '100806.050000', '100806.053000', '100806.097000', '100806.099000', '100806.102000', '100806.104000', '100806.107000', '100806.109000', '100806.112000', '100806.115000', '100806.117000', '100806.120000', '100806.122000', '100825.962000', '100825.965000', '100825.968000', '100825.971000', '100825.973000', '100825.976000', '100825.978000', '100825.981000', '100825.983000', '100825.986000', '100825.988000', '100825.991000', '100825.994000', '100825.996000', '100826.000000', '100826.002000', '100826.005000', '100826.008000', '100826.010000', '100826.013000', '100826.016000', '100826.018000', '100826.028000', '100826.030000', '100826.033000', '100826.036000', '100826.038000', '100826.041000', '100826.043000', '100826.046000', '100826.049000', '100826.051000', '100826.054000', '100826.057000', '100826.059000', '100826.062000', '100826.064000', '100826.067000', '100826.070000', '100826.072000', '100826.075000', '100826.077000', '100826.080000', '100826.082000', '100845.963000', '100845.989000', '100845.992000', '100845.994000', '100845.997000', '100846.000000', '100846.003000', '100846.005000', '100846.008000', '100846.012000', '100846.015000', '100846.017000', '100846.020000', '100846.022000', '100846.025000', '100846.028000', '100846.031000', '100846.033000', '100846.036000', '100846.038000', '100846.041000', '100846.043000', '100846.046000', '100846.049000', '100846.051000', '100846.054000', '100846.056000', '100846.059000', '100846.062000', '100846.064000', '100846.067000', '100846.069000', '100846.074000', '100846.077000', '100846.079000', '100846.082000', '100846.085000', '100846.087000', '100846.090000', '100846.093000', '100846.095000', '100846.098000', '100846.101000', '100905.962000', '100905.964000', '100905.967000', '100905.970000', '100905.972000', '100905.975000', '100905.977000', '100905.981000', '100905.983000', '100905.986000', '100905.988000', '100905.991000', '100905.994000', '100905.996000', '100906.000000', '100906.002000', '100906.005000', '100906.008000', '100906.010000', '100906.013000', '100906.015000', '100906.018000', '100906.020000', '100906.023000', '100906.026000', '100906.028000', '100906.031000', '100906.034000', '100906.036000', '100906.039000', '100906.042000', '100906.044000', '100906.047000', '100906.050000', '100906.052000', '100906.055000', '100906.057000', '100906.060000', '100906.064000', '100906.067000', '100906.069000', '100906.072000', '100906.074000', '100906.077000', '100925.962000', '100925.964000', '100925.967000', '100925.969000', '100925.972000', '100925.975000', '100925.977000', '100925.980000', '100925.982000', '100925.985000', '100925.987000', '100925.990000', '100925.993000', '100925.995000', '100925.998000', '100926.001000', '100926.004000', '100926.007000', '100926.009000', '100926.012000', '100926.014000', '100926.017000', '100926.020000', '100926.022000', '100926.025000', '100926.027000', '100926.030000', '100926.032000', '100926.035000', '100926.038000', '100926.040000', '100926.043000', '100926.046000', '100926.049000', '100926.052000', '100926.054000', '100926.057000', '100926.060000', '100926.062000', '100926.065000', '100926.067000', '100926.070000', '100926.072000', '100945.973000', '100945.976000', '100945.979000', '100945.981000', '100945.984000', '100945.987000', '100945.989000', '100945.992000', '100945.994000', '100945.997000', '100945.999000', '100946.002000', '100946.004000', '100946.007000', '100946.010000', '100946.012000', '100946.015000', '100946.017000', '100946.020000', '100946.022000', '100946.025000', '100946.028000', '100946.030000', '100946.033000', '100946.035000', '100946.038000', '100946.040000', '100946.043000', '100946.045000', '100946.048000', '100946.051000', '100946.053000', '100946.056000', '100946.058000', '100946.061000', '100946.063000', '100946.066000', '100946.068000', '100946.071000', '100946.074000', '100946.076000', '100946.079000', '100946.082000', '100946.084000', '101001.462000', '101001.466000', '101001.469000', '101001.474000', '101001.476000', '101001.489000', '101001.492000', '101001.495000', '101001.497000', '101001.500000', '101001.503000', '101001.506000', '101001.508000', '101001.511000', '101001.514000', '101001.516000', '101001.519000', '101001.522000', '101001.524000', '101001.527000', '101001.530000', '101001.532000', '101001.535000', '101001.537000', '101001.540000', '101001.543000', '101001.545000', '101001.548000', '101001.551000', '101001.553000', '101001.558000', '101001.561000', '101001.565000', '101001.568000'], 'InstanceCreationTime': ['100346.010000', '100346.013000', '100346.015000', '100346.018000', '100346.021000', '100346.023000', '100346.026000', '100346.028000', '100346.031000', '100346.033000', '100346.036000', '100346.038000', '100346.041000', '100346.043000', '100346.046000', '100346.049000', '100346.051000', '100346.054000', '100346.056000', '100346.059000', '100346.061000', '100346.064000', '100346.066000', '100346.069000', '100346.081000', '100346.083000', '100346.086000', '100346.088000', '100346.091000', '100346.093000', '100346.096000', '100346.099000', '100346.101000', '100346.104000', '100346.106000', '100346.109000', '100346.111000', '100346.114000', '100346.117000', '100346.119000', '100346.122000', '100346.124000', '100346.127000', '100346.130000', '100346.132000', '100346.135000', '100346.137000', '100346.140000', '100346.142000', '100346.145000', '100346.148000', '100346.150000', '100346.154000', '100346.157000', '100346.160000', '100405.962000', '100405.965000', '100405.968000', '100405.970000', '100405.973000', '100405.975000', '100405.978000', '100405.981000', '100405.983000', '100405.986000', '100405.988000', '100405.991000', '100405.993000', '100405.996000', '100406.005000', '100406.008000', '100406.011000', '100406.013000', '100406.016000', '100406.018000', '100406.021000', '100406.023000', '100406.026000', '100406.028000', '100406.031000', '100406.034000', '100406.036000', '100406.039000', '100406.041000', '100406.044000', '100406.047000', '100406.049000', '100406.052000', '100406.054000', '100406.057000', '100406.059000', '100406.062000', '100406.064000', '100406.067000', '100406.069000', '100406.072000', '100406.075000', '100406.077000', '100406.080000', '100425.961000', '100425.964000', '100425.967000', '100425.969000', '100425.972000', '100425.974000', '100425.977000', '100425.980000', '100425.982000', '100425.990000', '100425.992000', '100425.995000', '100425.997000', '100426.001000', '100426.004000', '100426.006000', '100426.009000', '100426.011000', '100426.014000', '100426.016000', '100426.019000', '100426.021000', '100426.024000', '100426.026000', '100426.029000', '100426.032000', '100426.034000', '100426.037000', '100426.040000', '100426.042000', '100426.045000', '100426.048000', '100426.050000', '100426.053000', '100426.055000', '100426.058000', '100426.060000', '100426.063000', '100426.065000', '100426.068000', '100426.071000', '100426.073000', '100426.076000', '100445.961000', '100445.964000', '100445.967000', '100445.969000', '100445.972000', '100445.974000', '100445.977000', '100445.980000', '100445.982000', '100445.985000', '100445.987000', '100445.990000', '100445.992000', '100445.995000', '100445.998000', '100446.001000', '100446.004000', '100446.007000', '100446.009000', '100446.012000', '100446.014000', '100446.017000', '100446.019000', '100446.022000', '100446.025000', '100446.027000', '100446.030000', '100446.032000', '100446.035000', '100446.043000', '100446.046000', '100446.049000', '100446.051000', '100446.054000', '100446.056000', '100446.059000', '100446.061000', '100446.064000', '100446.066000', '100446.069000', '100446.072000', '100446.074000', '100446.077000', '100446.079000', '100505.961000', '100505.964000', '100505.967000', '100505.969000', '100505.972000', '100505.974000', '100505.977000', '100505.980000', '100505.982000', '100505.985000', '100505.987000', '100505.990000', '100505.993000', '100505.995000', '100505.998000', '100506.001000', '100506.004000', '100506.007000', '100506.009000', '100506.012000', '100506.014000', '100506.017000', '100506.019000', '100506.022000', '100506.024000', '100506.043000', '100506.046000', '100506.048000', '100506.051000', '100506.053000', '100506.056000', '100506.058000', '100506.061000', '100506.064000', '100506.074000', '100506.077000', '100506.080000', '100506.082000', '100506.085000', '100506.087000', '100506.090000', '100506.092000', '100506.095000', '100525.962000', '100525.965000', '100525.968000', '100525.970000', '100525.973000', '100525.975000', '100525.978000', '100525.980000', '100525.983000', '100525.986000', '100525.988000', '100526.000000', '100526.003000', '100526.005000', '100526.008000', '100526.011000', '100526.013000', '100526.016000', '100526.018000', '100526.021000', '100526.023000', '100526.026000', '100526.029000', '100526.031000', '100526.034000', '100526.036000', '100526.039000', '100526.042000', '100526.044000', '100526.047000', '100526.049000', '100526.052000', '100526.055000', '100526.057000', '100526.060000', '100526.063000', '100526.065000', '100526.068000', '100526.071000', '100526.073000', '100526.076000', '100526.078000', '100526.081000', '100526.083000', '100545.963000', '100545.965000', '100545.968000', '100545.971000', '100545.973000', '100545.976000', '100545.978000', '100545.981000', '100545.983000', '100545.986000', '100545.989000', '100545.991000', '100545.994000', '100545.996000', '100546.000000', '100546.003000', '100546.005000', '100546.008000', '100546.010000', '100546.013000', '100546.015000', '100546.018000', '100546.021000', '100546.023000', '100546.026000', '100546.029000', '100546.031000', '100546.034000', '100546.036000', '100546.047000', '100546.050000', '100546.052000', '100546.055000', '100546.058000', '100546.060000', '100546.063000', '100546.065000', '100546.068000', '100546.071000', '100546.073000', '100546.076000', '100546.078000', '100546.081000', '100605.963000', '100605.965000', '100605.968000', '100605.970000', '100605.973000', '100605.976000', '100605.978000', '100605.981000', '100605.984000', '100605.986000', '100605.989000', '100605.992000', '100605.995000', '100605.998000', '100606.001000', '100606.004000', '100606.007000', '100606.009000', '100606.012000', '100606.015000', '100606.017000', '100606.020000', '100606.022000', '100606.025000', '100606.028000', '100606.030000', '100606.033000', '100606.035000', '100606.038000', '100606.041000', '100606.044000', '100606.046000', '100606.049000', '100606.052000', '100606.054000', '100606.057000', '100606.059000', '100606.070000', '100606.073000', '100606.076000', '100606.078000', '100606.081000', '100606.083000', '100606.086000', '100625.963000', '100625.965000', '100625.968000', '100625.971000', '100625.973000', '100625.976000', '100625.979000', '100625.981000', '100625.984000', '100625.987000', '100625.989000', '100625.992000', '100625.994000', '100625.997000', '100626.000000', '100626.002000', '100626.005000', '100626.007000', '100626.010000', '100626.012000', '100626.015000', '100626.017000', '100626.020000', '100626.023000', '100626.025000', '100626.028000', '100626.030000', '100626.033000', '100626.035000', '100626.038000', '100626.041000', '100626.043000', '100626.046000', '100626.048000', '100626.061000', '100626.064000', '100626.066000', '100626.069000', '100626.072000', '100626.075000', '100626.077000', '100626.080000', '100626.082000', '100645.961000', '100645.964000', '100645.967000', '100645.969000', '100645.972000', '100645.974000', '100645.977000', '100645.989000', '100645.992000', '100645.994000', '100645.997000', '100646.001000', '100646.003000', '100646.006000', '100646.008000', '100646.011000', '100646.014000', '100646.016000', '100646.019000', '100646.021000', '100646.024000', '100646.036000', '100646.039000', '100646.041000', '100646.044000', '100646.046000', '100646.049000', '100646.052000', '100646.054000', '100646.057000', '100646.059000', '100646.062000', '100646.064000', '100646.067000', '100646.070000', '100646.072000', '100646.075000', '100646.077000', '100646.080000', '100646.083000', '100646.085000', '100646.088000', '100646.090000', '100646.093000', '100705.961000', '100705.964000', '100705.967000', '100705.969000', '100705.972000', '100705.975000', '100705.977000', '100705.980000', '100705.983000', '100705.985000', '100705.988000', '100705.990000', '100705.993000', '100705.995000', '100705.998000', '100706.001000', '100706.003000', '100706.006000', '100706.008000', '100706.011000', '100706.013000', '100706.016000', '100706.019000', '100706.021000', '100706.024000', '100706.026000', '100706.029000', '100706.031000', '100706.034000', '100706.037000', '100706.039000', '100706.042000', '100706.044000', '100706.047000', '100706.050000', '100706.052000', '100706.055000', '100706.058000', '100706.060000', '100706.063000', '100706.065000', '100706.068000', '100706.070000', '100725.961000', '100725.964000', '100725.967000', '100725.969000', '100725.972000', '100725.975000', '100725.977000', '100725.980000', '100725.982000', '100725.985000', '100725.988000', '100725.990000', '100725.993000', '100725.995000', '100725.998000', '100726.002000', '100726.005000', '100726.007000', '100726.010000', '100726.013000', '100726.015000', '100726.018000', '100726.020000', '100726.023000', '100726.036000', '100726.039000', '100726.041000', '100726.044000', '100726.047000', '100726.049000', '100726.052000', '100726.054000', '100726.057000', '100726.059000', '100726.062000', '100726.065000', '100726.067000', '100726.070000', '100726.073000', '100726.075000', '100726.078000', '100726.080000', '100726.083000', '100745.962000', '100745.965000', '100745.968000', '100745.970000', '100745.973000', '100745.976000', '100745.978000', '100745.981000', '100745.983000', '100745.986000', '100745.988000', '100745.991000', '100745.994000', '100745.996000', '100745.999000', '100746.001000', '100746.004000', '100746.007000', '100746.009000', '100746.012000', '100746.015000', '100746.017000', '100746.020000', '100746.022000', '100746.025000', '100746.027000', '100746.030000', '100746.033000', '100746.035000', '100746.038000', '100746.040000', '100746.043000', '100746.045000', '100746.048000', '100746.051000', '100746.053000', '100746.056000', '100746.058000', '100746.061000', '100746.063000', '100746.066000', '100746.069000', '100746.071000', '100746.074000', '100805.962000', '100805.965000', '100805.968000', '100805.970000', '100805.973000', '100805.976000', '100805.978000', '100805.981000', '100805.984000', '100805.986000', '100805.989000', '100805.992000', '100805.994000', '100805.997000', '100805.999000', '100806.002000', '100806.005000', '100806.007000', '100806.010000', '100806.012000', '100806.015000', '100806.018000', '100806.020000', '100806.023000', '100806.025000', '100806.028000', '100806.031000', '100806.034000', '100806.036000', '100806.048000', '100806.050000', '100806.053000', '100806.097000', '100806.099000', '100806.102000', '100806.104000', '100806.107000', '100806.109000', '100806.112000', '100806.115000', '100806.117000', '100806.120000', '100806.122000', '100825.962000', '100825.965000', '100825.968000', '100825.971000', '100825.973000', '100825.976000', '100825.978000', '100825.981000', '100825.983000', '100825.986000', '100825.988000', '100825.991000', '100825.994000', '100825.996000', '100826.000000', '100826.002000', '100826.005000', '100826.008000', '100826.010000', '100826.013000', '100826.016000', '100826.018000', '100826.028000', '100826.030000', '100826.033000', '100826.036000', '100826.038000', '100826.041000', '100826.043000', '100826.046000', '100826.049000', '100826.051000', '100826.054000', '100826.057000', '100826.059000', '100826.062000', '100826.064000', '100826.067000', '100826.070000', '100826.072000', '100826.075000', '100826.077000', '100826.080000', '100826.082000', '100845.963000', '100845.989000', '100845.992000', '100845.994000', '100845.997000', '100846.000000', '100846.003000', '100846.005000', '100846.008000', '100846.012000', '100846.015000', '100846.017000', '100846.020000', '100846.022000', '100846.025000', '100846.028000', '100846.031000', '100846.033000', '100846.036000', '100846.038000', '100846.041000', '100846.043000', '100846.046000', '100846.049000', '100846.051000', '100846.054000', '100846.056000', '100846.059000', '100846.062000', '100846.064000', '100846.067000', '100846.069000', '100846.074000', '100846.077000', '100846.079000', '100846.082000', '100846.085000', '100846.087000', '100846.090000', '100846.093000', '100846.095000', '100846.098000', '100846.101000', '100905.962000', '100905.964000', '100905.967000', '100905.970000', '100905.972000', '100905.975000', '100905.977000', '100905.981000', '100905.983000', '100905.986000', '100905.988000', '100905.991000', '100905.994000', '100905.996000', '100906.000000', '100906.002000', '100906.005000', '100906.008000', '100906.010000', '100906.013000', '100906.015000', '100906.018000', '100906.020000', '100906.023000', '100906.026000', '100906.028000', '100906.031000', '100906.034000', '100906.036000', '100906.039000', '100906.042000', '100906.044000', '100906.047000', '100906.050000', '100906.052000', '100906.055000', '100906.057000', '100906.060000', '100906.064000', '100906.067000', '100906.069000', '100906.072000', '100906.074000', '100906.077000', '100925.962000', '100925.964000', '100925.967000', '100925.969000', '100925.972000', '100925.975000', '100925.977000', '100925.980000', '100925.982000', '100925.985000', '100925.987000', '100925.990000', '100925.993000', '100925.995000', '100925.998000', '100926.001000', '100926.004000', '100926.007000', '100926.009000', '100926.012000', '100926.014000', '100926.017000', '100926.020000', '100926.022000', '100926.025000', '100926.027000', '100926.030000', '100926.032000', '100926.035000', '100926.038000', '100926.040000', '100926.043000', '100926.046000', '100926.049000', '100926.052000', '100926.054000', '100926.057000', '100926.060000', '100926.062000', '100926.065000', '100926.067000', '100926.070000', '100926.072000', '100945.973000', '100945.976000', '100945.979000', '100945.981000', '100945.984000', '100945.987000', '100945.989000', '100945.992000', '100945.994000', '100945.997000', '100945.999000', '100946.002000', '100946.004000', '100946.007000', '100946.010000', '100946.012000', '100946.015000', '100946.017000', '100946.020000', '100946.022000', '100946.025000', '100946.028000', '100946.030000', '100946.033000', '100946.035000', '100946.038000', '100946.040000', '100946.043000', '100946.045000', '100946.048000', '100946.051000', '100946.053000', '100946.056000', '100946.058000', '100946.061000', '100946.063000', '100946.066000', '100946.068000', '100946.071000', '100946.074000', '100946.076000', '100946.079000', '100946.082000', '100946.084000', '101001.462000', '101001.466000', '101001.469000', '101001.474000', '101001.476000', '101001.489000', '101001.492000', '101001.495000', '101001.497000', '101001.500000', '101001.503000', '101001.506000', '101001.508000', '101001.511000', '101001.514000', '101001.516000', '101001.519000', '101001.522000', '101001.524000', '101001.527000', '101001.530000', '101001.532000', '101001.535000', '101001.537000', '101001.540000', '101001.543000', '101001.545000', '101001.548000', '101001.551000', '101001.553000', '101001.558000', '101001.561000', '101001.565000', '101001.568000'], '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': [10196, 8959, 10139, 9219, 10245, 10180, 9547, 9175, 8403, 8940, 8275, 9394, 8094, 10023, 7741, 9956, 7929, 9576, 7486, 10758, 8572, 11602, 7454, 11081, 7586, 9655, 8441, 8822, 11969, 8533, 10723, 8032, 8905, 7821, 9707, 8248, 11227, 7490, 11109, 7629, 10433, 7588, 10438, 8256, 8138, 8023, 8113, 8629, 7848, 9569, 8075, 7859, 9456, 7393, 8256, 8759, 8267, 11618, 7661, 10993, 7857, 12880, 7559, 12456, 7683, 11451, 8216, 11986, 10211, 13892, 9176, 13729, 8790, 10993, 8899, 9866, 9537, 9555, 10597, 8869, 8899, 8493, 8350, 8300, 9144, 9563, 9173, 8542, 7793, 8420, 8833, 8038, 9585, 8074, 9230, 8256, 9452, 8010, 10108, 8788, 11663, 8040, 9417, 8070, 8894, 8147, 9739, 7997, 10523, 7690, 9404, 7512, 10576, 8512, 11499, 7572, 10546, 7630, 10766, 10448, 9958, 10762, 8323, 9186, 7720, 9660, 7589, 11272, 11170, 9398, 8818, 8518, 9729, 8256, 9654, 8094, 11720, 8024, 10722, 7542, 9870, 9695, 7899, 9032, 7987, 10210, 8560, 10489, 9288, 7858, 8741, 7710, 11483, 7760, 11309, 7817, 11139, 7697, 8673, 7915, 9315, 7825, 11465, 7726, 9644, 7688, 9024, 7646, 9320, 7877, 11057, 7664, 10302, 7665, 9347, 7675, 10259, 7766, 9295, 7632, 8778, 7819, 9630, 8329, 11379, 7540, 10870, 7804, 8353, 9274, 8254, 12308, 9610, 12589, 8547, 12064, 8553, 12943, 7962, 12345, 7905, 12478, 7814, 10760, 7551, 9726, 7604, 11602, 7794, 10629, 8406, 10505, 10611, 11018, 8804, 10272, 7774, 8398, 7831, 8403, 9135, 8424, 9143, 8367, 8714, 8426, 8787, 8437, 9272, 8741, 9682, 8386, 8871, 8261, 10278, 8577, 10835, 7993, 9535, 7533, 9479, 7658, 10439, 8105, 11770, 7908, 11473, 7561, 11192, 7749, 10973, 10228, 10434, 8607, 8326, 8623, 8538, 10535, 8950, 12153, 8215, 10468, 7894, 9390, 7892, 9799, 7754, 12122, 7991, 10968, 7547, 10305, 7872, 10933, 8335, 11124, 8192, 9790, 8048, 8441, 9162, 7969, 10754, 7996, 10150, 7837, 10242, 8657, 11899, 11436, 14012, 9581, 7866, 9728, 7655, 9259, 9067, 11341, 11254, 10693, 11301, 8932, 12154, 10357, 12262, 10807, 11598, 10351, 13075, 8599, 12001, 7848, 9100, 7980, 9016, 7624, 9858, 7492, 12129, 7679, 9814, 7611, 9141, 7304, 9565, 7433, 11196, 7781, 10485, 7892, 9231, 7359, 9467, 7412, 10663, 7943, 9609, 7373, 8730, 7184, 8959, 8602, 8429, 9689, 7419, 9164, 7123, 9638, 6877, 11756, 7446, 11519, 8023, 11935, 7347, 11300, 7413, 11874, 8797, 13125, 7655, 10841, 7266, 11259, 8501, 11288, 10218, 11552, 9559, 11757, 10031, 10889, 8299, 9865, 7997, 9368, 7776, 10977, 8211, 11630, 9973, 10728, 7391, 11286, 7123, 10729, 8039, 11432, 7066, 11190, 7094, 9669, 7178, 9879, 7421, 11340, 7380, 9814, 7202, 9918, 7138, 10015, 7352, 10559, 7271, 9870, 7002, 9788, 7345, 10135, 8160, 11016, 7977, 10532, 7382, 10202, 7480, 11111, 8215, 11935, 7643, 11251, 7302, 11601, 8716, 12453, 8009, 11236, 7005, 8283, 8210, 7068, 9628, 7091, 10978, 9488, 12180, 11216, 12532, 10054, 13226, 7999, 12352, 7281, 11913, 7348, 12308, 9899, 8739, 11910, 7418, 11545, 7657, 10671, 7290, 9576, 7658, 8340, 7560, 7395, 9983, 7601, 10419, 7454, 8957, 7036, 8767, 6906, 9236, 7050, 10594, 8053, 10659, 7161, 10357, 7111, 11198, 9560, 10352, 14228, 8127, 11511, 7561, 10991, 7961, 11569, 8365, 12401, 7671, 11963, 7062, 8775, 7065, 10174, 7342, 10918, 8157, 11710, 7537, 11440, 7102, 11780, 8249, 10668, 7385, 11282, 9072, 11953, 14860, 10981, 13942, 7471, 11552, 7022, 9924, 8158, 11924, 9796, 12804, 7287, 8114, 7376, 9192, 7137, 9681, 6942, 9472, 7049, 9036, 6838, 10992, 7906, 10303, 7766, 10752, 8534, 11199, 9141, 12553, 8281, 14909, 8790, 13291, 8031, 12655, 9070, 14278, 11279, 13178, 7736, 7157, 8295, 6949, 9152, 7026, 9981, 7288, 10186, 7195, 9442, 7236, 9610, 7306, 10030, 7032, 10495, 7254, 11592, 10628, 9373, 10656, 7623, 11772, 7169, 11722, 7314, 11445, 7131, 10739, 7379, 9065, 6663, 9453, 7622, 9154, 6848, 9177, 6875, 9165, 6717, 9757, 7463, 11176, 6941, 10293, 7055, 9780, 7246, 10780, 9797, 11218, 9238, 11131, 8629, 11160, 9577, 11906, 9828, 13976, 10238, 13792, 9342, 10726, 7802, 7504, 8977, 8610, 12011, 7436, 13032, 7287, 10886, 7295, 9374, 7348, 8965, 7699, 10171, 7652, 9831, 9598, 10505, 8932, 10611, 10127, 12025, 10760, 14063, 9129, 13003, 8868, 11345, 8108, 11339, 9020, 11367, 9389, 11477, 7720, 11734, 7375, 10702, 7545, 9686, 8445, 8752, 8133, 7659, 8170, 7544, 9477, 7337, 9919, 7266, 9754, 6926, 9808, 7216, 10499, 7444, 11702, 7459, 10802, 7315, 10167, 7307, 11421, 8040, 12346, 7370, 11433, 6994, 9831, 7188, 10036, 8070, 12387, 9658, 12748, 7483, 11813, 7124, 11059, 7369, 10843, 7881, 12085, 7809, 12888, 7136, 10330, 7212, 9934, 7581, 11336, 7120, 10764, 7474, 10786, 9276, 10776, 8066, 11390, 7226, 11130, 7538, 11253, 7881, 10780, 7206, 10626, 7217, 9774, 7396, 10051, 7993, 10139, 7752, 7266, 8207, 7296, 9352, 6893, 9652, 6691, 10034, 7144, 10511, 10018, 11454, 10576, 7904, 9161, 6795, 9793, 7442, 11482, 7947, 11318, 10499, 13509, 11183, 11684, 9531, 9679, 12381, 9956, 13296, 9486, 12612, 7829, 12907, 7236, 10929, 7485, 10185, 8004, 10771, 9245, 10124, 8724, 7376, 8999, 7510, 9041, 7739, 7447, 9468, 7205, 10961, 7362, 11395, 7336, 11154, 8658, 10945, 9215, 11779, 7522, 12040, 7233, 11440, 7349, 10742, 7174, 10632, 7795, 11034, 7307, 9159, 7323, 9157, 7319, 9695, 7310, 9717, 6942, 9263, 7024, 11362, 7947, 11361, 8631, 8467, 11322, 7495, 11070, 7300, 10365, 7355, 11050, 7509, 8758, 7802, 7421, 11459, 7897, 10768, 7929, 10748, 7471, 9523, 7228, 10040, 7408, 11271, 8380, 9216, 6987, 8831, 7247, 9169, 6771, 11030, 7919, 11948, 9771, 12999, 7058, 8796, 7984, 9047, 11247, 13529, 10541, 13151, 9463, 12526, 7378, 11462, 8692, 9657, 10008, 7974, 13024, 9770, 12341, 7155, 11318, 7339, 11540, 7935], 'WindowCenter': [4182.0, 4160.0, 4156.0, 4146.0, 4151.0, 4154.0, 4141.0, 4143.0, 4132.0, 4143.0, 4130.0, 4143.0, 4133.0, 4156.0, 4135.0, 4155.0, 4134.0, 4142.0, 4120.0, 4151.0, 4132.0, 4163.0, 4121.0, 4150.0, 4122.0, 4140.0, 4130.0, 4129.0, 4163.0, 4128.0, 4153.0, 4121.0, 4131.0, 4119.0, 4141.0, 4130.0, 4151.0, 4111.0, 4150.0, 4122.0, 4152.0, 4134.0, 4153.0, 4133.0, 4120.0, 4119.0, 4120.0, 4143.0, 4133.0, 4153.0, 4146.0, 4146.0, 4167.0, 4137.0, 4147.0, 4159.0, 4145.0, 4179.0, 4136.0, 4170.0, 4138.0, 4177.0, 4122.0, 4164.0, 4122.0, 4149.0, 4121.0, 4151.0, 4139.0, 4157.0, 4129.0, 4158.0, 4118.0, 4137.0, 4127.0, 4128.0, 4130.0, 4128.0, 4139.0, 4116.0, 4126.0, 4116.0, 4118.0, 4117.0, 4129.0, 4140.0, 4140.0, 4130.0, 4119.0, 4118.0, 4132.0, 4119.0, 4142.0, 4118.0, 4143.0, 4130.0, 4144.0, 4132.0, 4156.0, 4133.0, 4167.0, 4132.0, 4144.0, 4130.0, 4143.0, 4131.0, 4155.0, 4136.0, 4156.0, 4135.0, 4144.0, 4133.0, 4154.0, 4146.0, 4167.0, 4133.0, 4165.0, 4136.0, 4165.0, 4166.0, 4153.0, 4167.0, 4145.0, 4153.0, 4133.0, 4155.0, 4137.0, 4166.0, 4167.0, 4142.0, 4144.0, 4130.0, 4143.0, 4133.0, 4144.0, 4133.0, 4161.0, 4133.0, 4150.0, 4121.0, 4142.0, 4144.0, 4121.0, 4131.0, 4119.0, 4140.0, 4133.0, 4152.0, 4142.0, 4130.0, 4131.0, 4118.0, 4149.0, 4121.0, 4152.0, 4122.0, 4150.0, 4121.0, 4117.0, 4117.0, 4127.0, 4119.0, 4151.0, 4120.0, 4140.0, 4119.0, 4141.0, 4121.0, 4143.0, 4134.0, 4164.0, 4120.0, 4153.0, 4122.0, 4142.0, 4121.0, 4153.0, 4120.0, 4140.0, 4121.0, 4133.0, 4123.0, 4155.0, 4135.0, 4164.0, 4134.0, 4161.0, 4135.0, 4130.0, 4156.0, 4143.0, 4178.0, 4155.0, 4177.0, 4145.0, 4165.0, 4132.0, 4164.0, 4122.0, 4162.0, 4122.0, 4162.0, 4111.0, 4141.0, 4122.0, 4130.0, 4111.0, 4151.0, 4123.0, 4141.0, 4120.0, 4136.0, 4140.0, 4138.0, 4130.0, 4137.0, 4107.0, 4129.0, 4120.0, 4130.0, 4142.0, 4129.0, 4143.0, 4130.0, 4133.0, 4130.0, 4133.0, 4131.0, 4144.0, 4143.0, 4145.0, 4133.0, 4146.0, 4131.0, 4154.0, 4132.0, 4166.0, 4132.0, 4144.0, 4122.0, 4142.0, 4121.0, 4152.0, 4131.0, 4162.0, 4134.0, 4164.0, 4133.0, 4160.0, 4124.0, 4153.0, 4156.0, 4151.0, 4145.0, 4132.0, 4145.0, 4129.0, 4153.0, 4143.0, 4175.0, 4132.0, 4154.0, 4122.0, 4132.0, 4122.0, 4141.0, 4122.0, 4162.0, 4122.0, 4151.0, 4121.0, 4137.0, 4119.0, 4140.0, 4120.0, 4151.0, 4132.0, 4138.0, 4130.0, 4128.0, 4142.0, 4132.0, 4165.0, 4136.0, 4156.0, 4134.0, 4154.0, 4147.0, 4177.0, 4169.0, 4185.0, 4144.0, 4133.0, 4141.0, 4120.0, 4140.0, 4142.0, 4152.0, 4164.0, 4153.0, 4165.0, 4143.0, 4165.0, 4142.0, 4163.0, 4138.0, 4138.0, 4127.0, 4148.0, 4104.0, 4136.0, 4107.0, 4127.0, 4104.0, 4115.0, 4092.0, 4114.0, 4094.0, 4136.0, 4094.0, 4124.0, 4104.0, 4114.0, 4094.0, 4126.0, 4107.0, 4138.0, 4107.0, 4136.0, 4117.0, 4127.0, 4107.0, 4129.0, 4109.0, 4140.0, 4135.0, 4142.0, 4124.0, 4133.0, 4126.0, 4143.0, 4157.0, 4145.0, 4155.0, 4123.0, 4156.0, 4123.0, 4155.0, 4125.0, 4176.0, 4124.0, 4167.0, 4135.0, 4165.0, 4112.0, 4149.0, 4110.0, 4151.0, 4131.0, 4159.0, 4110.0, 4151.0, 4108.0, 4149.0, 4131.0, 4152.0, 4143.0, 4151.0, 4129.0, 4148.0, 4138.0, 4138.0, 4117.0, 4126.0, 4117.0, 4125.0, 4108.0, 4136.0, 4118.0, 4150.0, 4140.0, 4139.0, 4109.0, 4149.0, 4109.0, 4140.0, 4121.0, 4147.0, 4110.0, 4150.0, 4111.0, 4140.0, 4111.0, 4152.0, 4124.0, 4164.0, 4121.0, 4142.0, 4122.0, 4141.0, 4123.0, 4156.0, 4125.0, 4156.0, 4123.0, 4153.0, 4123.0, 4152.0, 4123.0, 4154.0, 4144.0, 4165.0, 4134.0, 4154.0, 4123.0, 4153.0, 4123.0, 4154.0, 4133.0, 4163.0, 4122.0, 4155.0, 4110.0, 4153.0, 4133.0, 4163.0, 4133.0, 4151.0, 4121.0, 4118.0, 4131.0, 4121.0, 4153.0, 4139.0, 4164.0, 4155.0, 4163.0, 4153.0, 4163.0, 4144.0, 4162.0, 4133.0, 4146.0, 4107.0, 4136.0, 4092.0, 4135.0, 4111.0, 4104.0, 4132.0, 4092.0, 4133.0, 4093.0, 4123.0, 4092.0, 4112.0, 4092.0, 4115.0, 4103.0, 4108.0, 4137.0, 4108.0, 4153.0, 4121.0, 4131.0, 4110.0, 4131.0, 4120.0, 4140.0, 4122.0, 4164.0, 4149.0, 4164.0, 4124.0, 4166.0, 4122.0, 4165.0, 4142.0, 4154.0, 4172.0, 4120.0, 4150.0, 4110.0, 4140.0, 4120.0, 4152.0, 4131.0, 4160.0, 4120.0, 4148.0, 4110.0, 4130.0, 4110.0, 4151.0, 4124.0, 4178.0, 4147.0, 4177.0, 4123.0, 4163.0, 4109.0, 4160.0, 4117.0, 4138.0, 4107.0, 4149.0, 4115.0, 4148.0, 4167.0, 4138.0, 4155.0, 4106.0, 4135.0, 4094.0, 4122.0, 4104.0, 4145.0, 4138.0, 4158.0, 4107.0, 4103.0, 4106.0, 4123.0, 4106.0, 4137.0, 4108.0, 4141.0, 4123.0, 4144.0, 4124.0, 4166.0, 4133.0, 4141.0, 4120.0, 4165.0, 4130.0, 4149.0, 4098.0, 4176.0, 4128.0, 4173.0, 4102.0, 4134.0, 4092.0, 4132.0, 4100.0, 4131.0, 4110.0, 4117.0, 4089.0, 4066.0, 4089.0, 4075.0, 4108.0, 4079.0, 4125.0, 4094.0, 4125.0, 4094.0, 4125.0, 4106.0, 4126.0, 4107.0, 4137.0, 4107.0, 4137.0, 4108.0, 4149.0, 4125.0, 4115.0, 4122.0, 4103.0, 4133.0, 4094.0, 4133.0, 4094.0, 4133.0, 4092.0, 4122.0, 4092.0, 4114.0, 4097.0, 4138.0, 4119.0, 4127.0, 4108.0, 4126.0, 4107.0, 4138.0, 4110.0, 4152.0, 4133.0, 4174.0, 4124.0, 4152.0, 4124.0, 4152.0, 4134.0, 4164.0, 4166.0, 4164.0, 4155.0, 4163.0, 4143.0, 4161.0, 4142.0, 4161.0, 4153.0, 4185.0, 4143.0, 4161.0, 4143.0, 4139.0, 4108.0, 4109.0, 4130.0, 4118.0, 4162.0, 4110.0, 4161.0, 4110.0, 4138.0, 4108.0, 4127.0, 4109.0, 4130.0, 4120.0, 4139.0, 4122.0, 4141.0, 4154.0, 4153.0, 4144.0, 4150.0, 4140.0, 4162.0, 4150.0, 4157.0, 4116.0, 4145.0, 4116.0, 4135.0, 4118.0, 4147.0, 4116.0, 4135.0, 4114.0, 4133.0, 4092.0, 4131.0, 4092.0, 4121.0, 4103.0, 4124.0, 4116.0, 4115.0, 4116.0, 4106.0, 4129.0, 4117.0, 4128.0, 4108.0, 4141.0, 4121.0, 4141.0, 4121.0, 4152.0, 4122.0, 4153.0, 4123.0, 4162.0, 4122.0, 4152.0, 4109.0, 4140.0, 4105.0, 4149.0, 4116.0, 4160.0, 4107.0, 4148.0, 4108.0, 4138.0, 4107.0, 4136.0, 4120.0, 4160.0, 4141.0, 4158.0, 4107.0, 4146.0, 4096.0, 4135.0, 4105.0, 4136.0, 4105.0, 4148.0, 4107.0, 4147.0, 4096.0, 4125.0, 4107.0, 4138.0, 4117.0, 4147.0, 4107.0, 4135.0, 4108.0, 4148.0, 4140.0, 4137.0, 4117.0, 4146.0, 4106.0, 4135.0, 4117.0, 4137.0, 4119.0, 4138.0, 4109.0, 4148.0, 4119.0, 4138.0, 4120.0, 4139.0, 4129.0, 4148.0, 4135.0, 4119.0, 4142.0, 4121.0, 4155.0, 4123.0, 4154.0, 4123.0, 4153.0, 4124.0, 4167.0, 4168.0, 4176.0, 4165.0, 4131.0, 4142.0, 4122.0, 4152.0, 4121.0, 4162.0, 4131.0, 4162.0, 4164.0, 4171.0, 4150.0, 4148.0, 4127.0, 4124.0, 4146.0, 4123.0, 4145.0, 4113.0, 4146.0, 4092.0, 4133.0, 4081.0, 4110.0, 4079.0, 4109.0, 4090.0, 4121.0, 4112.0, 4124.0, 4103.0, 4094.0, 4113.0, 4104.0, 4125.0, 4117.0, 4108.0, 4140.0, 4121.0, 4150.0, 4121.0, 4150.0, 4121.0, 4151.0, 4132.0, 4141.0, 4131.0, 4148.0, 4107.0, 4147.0, 4108.0, 4136.0, 4107.0, 4136.0, 4096.0, 4139.0, 4119.0, 4138.0, 4107.0, 4127.0, 4107.0, 4129.0, 4109.0, 4141.0, 4122.0, 4140.0, 4109.0, 4128.0, 4108.0, 4150.0, 4118.0, 4161.0, 4118.0, 4119.0, 4148.0, 4107.0, 4137.0, 4107.0, 4138.0, 4096.0, 4137.0, 4093.0, 4115.0, 4093.0, 4095.0, 4135.0, 4116.0, 4137.0, 4118.0, 4138.0, 4107.0, 4140.0, 4109.0, 4138.0, 4108.0, 4151.0, 4121.0, 4142.0, 4121.0, 4143.0, 4122.0, 4156.0, 4124.0, 4164.0, 4135.0, 4176.0, 4155.0, 4172.0, 4109.0, 4127.0, 4130.0, 4142.0, 4163.0, 4170.0, 4150.0, 4159.0, 4142.0, 4149.0, 4105.0, 4136.0, 4103.0, 4114.0, 4124.0, 4105.0, 4146.0, 4114.0, 4144.0, 4092.0, 4121.0, 4092.0, 4133.0, 4103.0], 'WindowWidth': [9281.0, 9246.0, 9233.0, 9220.0, 9221.0, 9227.0, 9205.0, 9209.0, 9194.0, 9210.0, 9191.0, 9212.0, 9198.0, 9235.0, 9205.0, 9231.0, 9202.0, 9209.0, 9178.0, 9220.0, 9195.0, 9237.0, 9178.0, 9215.0, 9182.0, 9201.0, 9191.0, 9188.0, 9238.0, 9186.0, 9222.0, 9177.0, 9190.0, 9172.0, 9204.0, 9188.0, 9217.0, 9163.0, 9216.0, 9180.0, 9220.0, 9200.0, 9221.0, 9195.0, 9175.0, 9174.0, 9176.0, 9212.0, 9200.0, 9225.0, 9221.0, 9222.0, 9252.0, 9212.0, 9226.0, 9244.0, 9218.0, 9269.0, 9206.0, 9260.0, 9211.0, 9262.0, 9181.0, 9239.0, 9179.0, 9212.0, 9174.0, 9215.0, 9198.0, 9220.0, 9181.0, 9218.0, 9165.0, 9190.0, 9177.0, 9179.0, 9185.0, 9180.0, 9195.0, 9162.0, 9177.0, 9162.0, 9167.0, 9164.0, 9184.0, 9200.0, 9202.0, 9189.0, 9175.0, 9169.0, 9193.0, 9172.0, 9207.0, 9172.0, 9210.0, 9190.0, 9213.0, 9195.0, 9232.0, 9196.0, 9249.0, 9195.0, 9213.0, 9192.0, 9211.0, 9193.0, 9231.0, 9205.0, 9232.0, 9204.0, 9213.0, 9201.0, 9230.0, 9221.0, 9249.0, 9201.0, 9243.0, 9207.0, 9243.0, 9247.0, 9229.0, 9252.0, 9219.0, 9228.0, 9200.0, 9230.0, 9212.0, 9246.0, 9251.0, 9210.0, 9214.0, 9190.0, 9210.0, 9197.0, 9213.0, 9197.0, 9234.0, 9197.0, 9219.0, 9179.0, 9207.0, 9212.0, 9178.0, 9192.0, 9175.0, 9204.0, 9196.0, 9221.0, 9207.0, 9191.0, 9193.0, 9172.0, 9215.0, 9176.0, 9225.0, 9179.0, 9215.0, 9177.0, 9169.0, 9168.0, 9181.0, 9171.0, 9216.0, 9173.0, 9203.0, 9177.0, 9206.0, 9180.0, 9211.0, 9200.0, 9241.0, 9179.0, 9224.0, 9181.0, 9207.0, 9178.0, 9224.0, 9176.0, 9203.0, 9179.0, 9199.0, 9183.0, 9229.0, 9203.0, 9239.0, 9200.0, 9234.0, 9204.0, 9192.0, 9233.0, 9213.0, 9267.0, 9230.0, 9263.0, 9217.0, 9243.0, 9193.0, 9240.0, 9179.0, 9235.0, 9177.0, 9234.0, 9161.0, 9201.0, 9178.0, 9184.0, 9163.0, 9218.0, 9182.0, 9203.0, 9174.0, 9191.0, 9201.0, 9196.0, 9184.0, 9192.0, 9155.0, 9185.0, 9175.0, 9188.0, 9207.0, 9189.0, 9211.0, 9190.0, 9196.0, 9188.0, 9196.0, 9192.0, 9213.0, 9212.0, 9215.0, 9199.0, 9218.0, 9192.0, 9227.0, 9194.0, 9246.0, 9196.0, 9213.0, 9183.0, 9208.0, 9180.0, 9222.0, 9194.0, 9239.0, 9201.0, 9239.0, 9199.0, 9232.0, 9186.0, 9223.0, 9232.0, 9220.0, 9216.0, 9196.0, 9215.0, 9189.0, 9225.0, 9210.0, 9256.0, 9195.0, 9225.0, 9181.0, 9193.0, 9179.0, 9204.0, 9180.0, 9234.0, 9180.0, 9218.0, 9177.0, 9195.0, 9173.0, 9200.0, 9174.0, 9217.0, 9193.0, 9199.0, 9192.0, 9186.0, 9211.0, 9196.0, 9247.0, 9206.0, 9233.0, 9201.0, 9226.0, 9224.0, 9264.0, 9254.0, 9270.0, 9212.0, 9195.0, 9202.0, 9174.0, 9203.0, 9208.0, 9221.0, 9238.0, 9222.0, 9241.0, 9208.0, 9242.0, 9204.0, 9234.0, 9191.0, 9193.0, 9176.0, 9208.0, 9141.0, 9186.0, 9151.0, 9180.0, 9145.0, 9160.0, 9123.0, 9154.0, 9128.0, 9186.0, 9129.0, 9169.0, 9144.0, 9155.0, 9131.0, 9175.0, 9150.0, 9195.0, 9152.0, 9189.0, 9165.0, 9178.0, 9152.0, 9183.0, 9161.0, 9201.0, 9203.0, 9206.0, 9187.0, 9199.0, 9192.0, 9214.0, 9237.0, 9216.0, 9230.0, 9187.0, 9232.0, 9188.0, 9231.0, 9190.0, 9262.0, 9189.0, 9252.0, 9202.0, 9243.0, 9165.0, 9213.0, 9161.0, 9215.0, 9188.0, 9225.0, 9159.0, 9217.0, 9156.0, 9209.0, 9189.0, 9220.0, 9207.0, 9215.0, 9185.0, 9208.0, 9195.0, 9192.0, 9165.0, 9175.0, 9165.0, 9173.0, 9154.0, 9191.0, 9169.0, 9215.0, 9202.0, 9197.0, 9159.0, 9213.0, 9158.0, 9200.0, 9178.0, 9207.0, 9162.0, 9216.0, 9165.0, 9202.0, 9167.0, 9222.0, 9188.0, 9238.0, 9180.0, 9206.0, 9180.0, 9205.0, 9185.0, 9234.0, 9190.0, 9232.0, 9185.0, 9225.0, 9185.0, 9221.0, 9184.0, 9225.0, 9215.0, 9243.0, 9202.0, 9228.0, 9186.0, 9223.0, 9183.0, 9226.0, 9196.0, 9237.0, 9177.0, 9230.0, 9160.0, 9223.0, 9194.0, 9234.0, 9196.0, 9219.0, 9181.0, 9171.0, 9192.0, 9181.0, 9225.0, 9216.0, 9241.0, 9230.0, 9236.0, 9222.0, 9237.0, 9212.0, 9233.0, 9200.0, 9201.0, 9151.0, 9189.0, 9124.0, 9185.0, 9146.0, 9141.0, 9175.0, 9123.0, 9181.0, 9126.0, 9167.0, 9122.0, 9151.0, 9123.0, 9160.0, 9142.0, 9157.0, 9192.0, 9155.0, 9224.0, 9179.0, 9191.0, 9163.0, 9191.0, 9179.0, 9204.0, 9186.0, 9243.0, 9231.0, 9245.0, 9191.0, 9248.0, 9184.0, 9244.0, 9207.0, 9227.0, 9247.0, 9175.0, 9216.0, 9160.0, 9199.0, 9173.0, 9217.0, 9190.0, 9225.0, 9174.0, 9211.0, 9163.0, 9188.0, 9164.0, 9219.0, 9188.0, 9267.0, 9225.0, 9265.0, 9184.0, 9240.0, 9160.0, 9229.0, 9167.0, 9196.0, 9153.0, 9213.0, 9161.0, 9210.0, 9233.0, 9195.0, 9215.0, 9150.0, 9189.0, 9131.0, 9165.0, 9144.0, 9201.0, 9197.0, 9224.0, 9156.0, 9143.0, 9151.0, 9170.0, 9152.0, 9193.0, 9160.0, 9206.0, 9184.0, 9214.0, 9192.0, 9249.0, 9197.0, 9204.0, 9178.0, 9243.0, 9191.0, 9215.0, 9125.0, 9266.0, 9185.0, 9254.0, 9139.0, 9182.0, 9120.0, 9174.0, 9128.0, 9174.0, 9141.0, 9147.0, 9113.0, 9079.0, 9113.0, 9092.0, 9140.0, 9104.0, 9174.0, 9130.0, 9172.0, 9129.0, 9172.0, 9150.0, 9175.0, 9153.0, 9195.0, 9153.0, 9193.0, 9156.0, 9212.0, 9170.0, 9157.0, 9163.0, 9140.0, 9180.0, 9129.0, 9181.0, 9128.0, 9178.0, 9126.0, 9164.0, 9123.0, 9156.0, 9141.0, 9195.0, 9172.0, 9181.0, 9159.0, 9179.0, 9157.0, 9198.0, 9167.0, 9224.0, 9200.0, 9257.0, 9190.0, 9225.0, 9190.0, 9225.0, 9204.0, 9243.0, 9249.0, 9244.0, 9230.0, 9240.0, 9211.0, 9234.0, 9209.0, 9234.0, 9226.0, 9269.0, 9210.0, 9231.0, 9211.0, 9198.0, 9157.0, 9160.0, 9187.0, 9168.0, 9232.0, 9160.0, 9229.0, 9160.0, 9194.0, 9154.0, 9178.0, 9157.0, 9188.0, 9176.0, 9199.0, 9182.0, 9206.0, 9226.0, 9225.0, 9213.0, 9216.0, 9202.0, 9236.0, 9213.0, 9218.0, 9160.0, 9197.0, 9160.0, 9186.0, 9168.0, 9207.0, 9162.0, 9184.0, 9156.0, 9177.0, 9124.0, 9174.0, 9123.0, 9161.0, 9141.0, 9170.0, 9164.0, 9160.0, 9164.0, 9152.0, 9185.0, 9167.0, 9182.0, 9156.0, 9203.0, 9177.0, 9205.0, 9181.0, 9221.0, 9182.0, 9225.0, 9185.0, 9237.0, 9181.0, 9222.0, 9160.0, 9202.0, 9149.0, 9212.0, 9165.0, 9230.0, 9153.0, 9208.0, 9156.0, 9195.0, 9154.0, 9193.0, 9174.0, 9228.0, 9204.0, 9222.0, 9153.0, 9205.0, 9136.0, 9187.0, 9147.0, 9188.0, 9147.0, 9206.0, 9153.0, 9203.0, 9136.0, 9173.0, 9154.0, 9197.0, 9169.0, 9206.0, 9155.0, 9189.0, 9156.0, 9211.0, 9201.0, 9194.0, 9167.0, 9203.0, 9150.0, 9188.0, 9167.0, 9193.0, 9174.0, 9195.0, 9158.0, 9211.0, 9174.0, 9198.0, 9179.0, 9202.0, 9190.0, 9212.0, 9207.0, 9179.0, 9212.0, 9182.0, 9234.0, 9186.0, 9230.0, 9189.0, 9224.0, 9188.0, 9253.0, 9254.0, 9260.0, 9243.0, 9194.0, 9208.0, 9184.0, 9224.0, 9181.0, 9236.0, 9191.0, 9236.0, 9242.0, 9245.0, 9217.0, 9208.0, 9180.0, 9170.0, 9201.0, 9164.0, 9201.0, 9151.0, 9203.0, 9123.0, 9180.0, 9105.0, 9143.0, 9101.0, 9140.0, 9117.0, 9160.0, 9150.0, 9168.0, 9138.0, 9132.0, 9152.0, 9146.0, 9174.0, 9167.0, 9158.0, 9201.0, 9177.0, 9215.0, 9179.0, 9215.0, 9178.0, 9219.0, 9195.0, 9204.0, 9189.0, 9207.0, 9150.0, 9203.0, 9155.0, 9189.0, 9152.0, 9190.0, 9136.0, 9197.0, 9172.0, 9196.0, 9153.0, 9180.0, 9152.0, 9186.0, 9158.0, 9206.0, 9179.0, 9201.0, 9159.0, 9184.0, 9156.0, 9215.0, 9170.0, 9232.0, 9168.0, 9172.0, 9207.0, 9153.0, 9191.0, 9151.0, 9194.0, 9135.0, 9191.0, 9128.0, 9160.0, 9127.0, 9133.0, 9187.0, 9163.0, 9191.0, 9169.0, 9195.0, 9152.0, 9203.0, 9159.0, 9195.0, 9154.0, 9216.0, 9176.0, 9206.0, 9180.0, 9209.0, 9181.0, 9234.0, 9190.0, 9242.0, 9203.0, 9261.0, 9230.0, 9250.0, 9162.0, 9182.0, 9189.0, 9211.0, 9237.0, 9242.0, 9215.0, 9228.0, 9208.0, 9214.0, 9147.0, 9188.0, 9139.0, 9156.0, 9169.0, 9145.0, 9202.0, 9155.0, 9196.0, 9125.0, 9160.0, 9125.0, 9180.0, 9138.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.0005420206659012629</td></tr>
<tr><td colspan=3>aqi</td><td>0.02953586601607348</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.370883082103425</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2248016263678148</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9767944368275866</td></tr>
<tr><td colspan=3>efc</td><td>0.489</td></tr>
<tr><td colspan=3>fber</td><td>6142.6885</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1318756772781383</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>128</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.695752009184845</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.655179957505692</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5490370301353122</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9425102934814515</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.473992548900312</td></tr>
<tr><td colspan=3>gcor</td><td>0.0137497</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005824237130582333</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.039038222283124924</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8880033076774216</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>17.5764</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.9315</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.8015</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297488.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1000.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>388.0459</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4135</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>526.3171</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3316.0581</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3510.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79056.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1110.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4343.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>902.7713</td></tr>
<tr><td colspan=3>tsnr</td><td>35.92955758329481</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>