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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0034_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0034/figures/sub-0034_ses-03_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-0034/figures/sub-0034_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0034/figures/sub-0034_ses-03_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-0034/ses-03/func/sub-0034_ses-03_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>3c6324f9cd7cd6359e422c31eaab0bb0</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>11:43:6.607500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996126, 0.0875468, 0.00822924, -0.0876753, 0.981696, 0.169073]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.101686</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>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7813, -7176, 518, -44, -231, 122, -1]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>265.328</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1212337e-4e75-40db-ac43-e089c6d935dd||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.672534465789795, -0.23522651195526123, -0.018152572214603424, 123.28961181640625], [-0.2348816990852356, 2.633819103240967, 0.45667657256126404, -76.55280303955078], [0.022078460082411766, -0.4536101818084717, 2.661036729812622, -27.590028762817383], [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': ['114306.607500', '114307.067500', '114307.527500', '114307.987500', '114308.447500', '114308.907500', '114309.367500', '114309.827500', '114310.287500', '114310.747500', '114311.207500', '114311.667500', '114312.127500', '114312.587500', '114313.047500', '114313.507500', '114313.967500', '114314.427500', '114314.887500', '114315.347500', '114315.807500', '114316.267500', '114316.727500', '114317.187500', '114317.647500', '114318.107500', '114318.567500', '114319.027500', '114319.487500', '114319.947500', '114320.407500', '114320.867500', '114321.327500', '114321.787500', '114322.247500', '114322.707500', '114323.167500', '114323.627500', '114324.087500', '114324.547500', '114325.007500', '114325.467500', '114325.927500', '114326.387500', '114326.847500', '114327.307500', '114327.767500', '114328.227500', '114328.687500', '114329.147500', '114329.607500', '114330.067500', '114330.527500', '114330.987500', '114331.447500', '114331.907500', '114332.367500', '114332.827500', '114333.287500', '114333.747500', '114334.207500', '114334.667500', '114335.127500', '114335.587500', '114336.047500', '114336.507500', '114336.967500', '114337.427500', '114337.887500', '114338.347500', '114338.807500', '114339.267500', '114339.727500', '114340.187500', '114340.647500', '114341.107500', '114341.567500', '114342.027500', '114342.487500', '114342.947500', '114343.407500', '114343.867500', '114344.327500', '114344.787500', '114345.247500', '114345.707500', '114346.167500', '114346.627500', '114347.087500', '114347.547500', '114348.007500', '114348.467500', '114348.927500', '114349.387500', '114349.847500', '114350.307500', '114350.767500', '114351.227500', '114351.687500', '114352.147500', '114352.607500', '114353.067500', '114353.527500', '114353.987500', '114354.447500', '114354.907500', '114355.367500', '114355.827500', '114356.287500', '114356.747500', '114357.207500', '114357.667500', '114358.127500', '114358.587500', '114359.047500', '114359.507500', '114359.967500', '114400.427500', '114400.887500', '114401.347500', '114401.807500', '114402.267500', '114402.727500', '114403.187500', '114403.647500', '114404.107500', '114404.567500', '114405.027500', '114405.487500', '114405.947500', '114406.407500', '114406.867500', '114407.327500', '114407.787500', '114408.247500', '114408.707500', '114409.167500', '114409.627500', '114410.087500', '114410.547500', '114411.007500', '114411.467500', '114411.927500', '114412.387500', '114412.847500', '114413.307500', '114413.767500', '114414.227500', '114414.687500', '114415.147500', '114415.607500', '114416.067500', '114416.527500', '114416.987500', '114417.447500', '114417.907500', '114418.367500', '114418.827500', '114419.287500', '114419.747500', '114420.207500', '114420.667500', '114421.127500', '114421.587500', '114422.047500', '114422.507500', '114422.967500', '114423.427500', '114423.887500', '114424.347500', '114424.807500', '114425.267500', '114425.727500', '114426.187500', '114426.647500', '114427.107500', '114427.567500', '114428.027500', '114428.487500', '114428.947500', '114429.407500', '114429.867500', '114430.327500', '114430.787500', '114431.247500', '114431.707500', '114432.167500', '114432.627500', '114433.087500', '114433.547500', '114434.007500', '114434.467500', '114434.927500', '114435.387500', '114435.847500', '114436.307500', '114436.767500', '114437.227500', '114437.687500', '114438.147500', '114438.607500', '114439.067500', '114439.527500', '114439.987500', '114440.447500', '114440.907500', '114441.367500', '114441.827500', '114442.287500', '114442.747500', '114443.207500', '114443.667500', '114444.127500', '114444.587500', '114445.047500', '114445.507500', '114445.967500', '114446.427500', '114446.887500', '114447.347500', '114447.807500', '114448.267500', '114448.727500', '114449.187500', '114449.647500', '114450.107500', '114450.567500', '114451.027500', '114451.487500', '114451.947500', '114452.407500', '114452.867500', '114453.327500', '114453.787500', '114454.247500', '114454.707500', '114455.167500', '114455.627500', '114456.087500', '114456.547500', '114457.007500', '114457.467500', '114457.927500', '114458.387500', '114458.847500', '114459.307500', '114459.767500', '114500.227500', '114500.687500', '114501.147500', '114501.607500', '114502.067500', '114502.527500', '114502.987500', '114503.447500', '114503.907500', '114504.367500', '114504.827500', '114505.287500', '114505.747500', '114506.207500', '114506.667500', '114507.127500', '114507.587500', '114508.047500', '114508.507500', '114508.967500', '114509.427500', '114509.887500', '114510.347500', '114510.807500', '114511.267500', '114511.727500', '114512.187500', '114512.647500', '114513.107500', '114513.567500', '114514.027500', '114514.487500', '114514.947500', '114515.407500', '114515.867500', '114516.327500', '114516.787500', '114517.247500', '114517.707500', '114518.167500', '114518.627500', '114519.087500', '114519.547500', '114520.007500', '114520.467500', '114520.927500', '114521.387500', '114521.847500', '114522.307500', '114522.767500', '114523.227500', '114523.687500', '114524.147500', '114524.607500', '114525.067500', '114525.527500', '114525.987500', '114526.447500', '114526.907500', '114527.367500', '114527.827500', '114528.287500', '114528.747500', '114529.207500', '114529.667500', '114530.127500', '114530.587500', '114531.047500', '114531.507500', '114531.967500', '114532.427500', '114532.887500', '114533.347500', '114533.807500', '114534.267500', '114534.727500', '114535.187500', '114535.647500', '114536.107500', '114536.567500', '114537.027500', '114537.487500', '114537.947500', '114538.407500', '114538.867500', '114539.327500', '114539.787500', '114540.247500', '114540.707500', '114541.167500', '114541.627500', '114542.087500', '114542.547500', '114543.007500', '114543.467500', '114543.927500', '114544.387500', '114544.847500', '114545.307500', '114545.767500', '114546.227500', '114546.687500', '114547.147500', '114547.607500', '114548.067500', '114548.527500', '114548.987500', '114549.447500', '114549.907500', '114550.367500', '114550.827500', '114551.287500', '114551.747500', '114552.207500', '114552.667500', '114553.127500', '114553.587500', '114554.047500', '114554.507500', '114554.967500', '114555.427500', '114555.887500', '114556.347500', '114556.807500', '114557.267500', '114557.727500', '114558.187500', '114558.647500', '114559.107500', '114559.567500', '114600.027500', '114600.487500', '114600.947500', '114601.407500', '114601.867500', '114602.327500', '114602.787500', '114603.247500', '114603.707500', '114604.167500', '114604.627500', '114605.087500', '114605.547500', '114606.007500', '114606.467500', '114606.927500', '114607.387500', '114607.847500', '114608.307500', '114608.767500', '114609.227500', '114609.687500', '114610.147500', '114610.607500', '114611.067500', '114611.527500', '114611.987500', '114612.447500', '114612.907500', '114613.367500', '114613.827500', '114614.287500', '114614.747500', '114615.207500', '114615.667500', '114616.127500', '114616.587500', '114617.047500', '114617.507500', '114617.967500', '114618.427500', '114618.887500', '114619.347500', '114619.807500', '114620.267500', '114620.727500', '114621.187500', '114621.647500', '114622.107500', '114622.567500', '114623.027500', '114623.487500', '114623.947500', '114624.407500', '114624.867500', '114625.327500', '114625.787500', '114626.247500', '114626.707500', '114627.167500', '114627.627500', '114628.087500', '114628.547500', '114629.007500', '114629.467500', '114629.927500', '114630.387500', '114630.847500', '114631.307500', '114631.767500', '114632.227500', '114632.687500', '114633.147500', '114633.607500', '114634.067500', '114634.527500', '114634.987500', '114635.447500', '114635.907500', '114636.367500', '114636.827500', '114637.287500', '114637.747500', '114638.207500', '114638.667500', '114639.127500', '114639.587500', '114640.047500', '114640.507500', '114640.967500', '114641.427500', '114641.887500', '114642.347500', '114642.807500', '114643.267500', '114643.727500', '114644.187500', '114644.647500', '114645.107500', '114645.567500', '114646.027500', '114646.487500', '114646.947500', '114647.407500', '114647.867500', '114648.327500', '114648.787500', '114649.247500', '114649.707500', '114650.167500', '114650.627500', '114651.087500', '114651.547500', '114652.007500', '114652.467500', '114652.927500', '114653.387500', '114653.847500', '114654.307500', '114654.767500', '114655.227500', '114655.687500', '114656.147500', '114656.607500', '114657.067500', '114657.527500', '114657.987500', '114658.447500', '114658.907500', '114659.367500', '114659.827500', '114700.287500', '114700.747500', '114701.207500', '114701.667500', '114702.127500', '114702.587500', '114703.047500', '114703.507500', '114703.967500', '114704.427500', '114704.887500', '114705.347500', '114705.807500', '114706.267500', '114706.727500', '114707.187500', '114707.647500', '114708.107500', '114708.567500', '114709.027500', '114709.487500', '114709.947500', '114710.407500', '114710.867500', '114711.327500', '114711.787500', '114712.247500', '114712.707500', '114713.167500', '114713.627500', '114714.087500', '114714.547500', '114715.007500', '114715.467500', '114715.927500', '114716.387500', '114716.847500', '114717.307500', '114717.767500', '114718.227500', '114718.687500', '114719.147500', '114719.607500', '114720.067500', '114720.527500', '114720.987500', '114721.447500', '114721.907500', '114722.367500', '114722.827500', '114723.287500', '114723.747500', '114724.207500', '114724.667500', '114725.127500', '114725.587500', '114726.047500', '114726.507500', '114726.967500', '114727.427500', '114727.887500', '114728.347500', '114728.807500', '114729.267500', '114729.727500', '114730.187500', '114730.647500', '114731.107500', '114731.567500', '114732.027500', '114732.487500', '114732.947500', '114733.407500', '114733.867500', '114734.327500', '114734.787500', '114735.247500', '114735.707500', '114736.167500', '114736.627500', '114737.087500', '114737.547500', '114738.007500', '114738.467500', '114738.927500', '114739.387500', '114739.847500', '114740.307500', '114740.767500', '114741.227500', '114741.687500', '114742.147500', '114742.607500', '114743.067500', '114743.527500', '114743.987500', '114744.447500', '114744.907500', '114745.367500', '114745.827500', '114746.287500', '114746.747500', '114747.207500', '114747.667500', '114748.127500', '114748.587500', '114749.047500', '114749.507500', '114749.967500', '114750.427500', '114750.887500', '114751.347500', '114751.807500', '114752.267500', '114752.727500', '114753.187500', '114753.647500', '114754.107500', '114754.567500', '114755.027500', '114755.487500', '114755.947500', '114756.407500', '114756.867500', '114757.327500', '114757.787500', '114758.247500', '114758.707500', '114759.167500', '114759.627500', '114800.087500', '114800.547500', '114801.007500', '114801.467500', '114801.927500', '114802.387500', '114802.847500', '114803.307500', '114803.767500', '114804.227500', '114804.687500', '114805.147500', '114805.607500', '114806.067500', '114806.527500', '114806.987500', '114807.447500', '114807.907500', '114808.367500', '114808.827500', '114809.287500', '114809.747500', '114810.207500', '114810.667500', '114811.127500', '114811.587500', '114812.047500', '114812.507500', '114812.967500', '114813.427500', '114813.887500', '114814.347500', '114814.807500', '114815.267500', '114815.727500', '114816.187500', '114816.647500', '114817.107500', '114817.567500', '114818.027500', '114818.487500', '114818.947500', '114819.407500', '114819.867500', '114820.327500', '114820.787500', '114821.247500', '114821.707500', '114822.167500', '114822.627500', '114823.087500', '114823.547500', '114824.007500', '114824.467500', '114824.927500', '114825.387500', '114825.847500', '114826.307500', '114826.767500', '114827.227500', '114827.687500', '114828.147500', '114828.607500', '114829.067500', '114829.527500', '114829.987500', '114830.447500', '114830.907500', '114831.367500', '114831.827500', '114832.287500', '114832.747500', '114833.207500', '114833.667500', '114834.127500', '114834.587500', '114835.047500', '114835.507500', '114835.967500', '114836.427500', '114836.887500', '114837.347500', '114837.807500', '114838.267500', '114838.727500', '114839.187500', '114839.647500', '114840.107500', '114840.567500', '114841.027500', '114841.487500', '114841.947500', '114842.407500', '114842.867500', '114843.327500', '114843.787500', '114844.247500', '114844.707500', '114845.167500', '114845.627500', '114846.087500', '114846.547500', '114847.007500', '114847.467500', '114847.927500', '114848.387500', '114848.847500', '114849.307500', '114849.767500', '114850.227500', '114850.687500', '114851.147500', '114851.607500', '114852.067500', '114852.527500', '114852.987500', '114853.447500', '114853.907500', '114854.367500', '114854.827500', '114855.287500', '114855.747500', '114856.207500', '114856.667500', '114857.127500', '114857.587500', '114858.047500', '114858.507500', '114858.967500', '114859.427500', '114859.887500', '114900.347500', '114900.807500', '114901.267500', '114901.727500', '114902.187500', '114902.647500', '114903.107500', '114903.567500', '114904.027500', '114904.487500', '114904.947500', '114905.407500', '114905.867500', '114906.327500', '114906.787500', '114907.247500', '114907.707500', '114908.167500', '114908.627500', '114909.087500', '114909.547500', '114910.007500', '114910.467500', '114910.927500', '114911.387500', '114911.847500', '114912.307500', '114912.767500', '114913.227500', '114913.687500', '114914.147500', '114914.607500', '114915.067500', '114915.527500', '114915.987500', '114916.447500', '114916.907500', '114917.367500', '114917.827500', '114918.287500', '114918.747500', '114919.207500', '114919.667500', '114920.127500', '114920.587500', '114921.047500', '114921.507500', '114921.967500', '114922.427500', '114922.887500', '114923.347500', '114923.807500', '114924.267500', '114924.727500', '114925.187500', '114925.647500', '114926.107500', '114926.567500', '114927.027500', '114927.487500', '114927.947500', '114928.407500', '114928.867500', '114929.327500', '114929.787500', '114930.247500', '114930.707500', '114931.167500', '114931.627500', '114932.087500', '114932.547500', '114933.007500', '114933.467500', '114933.927500', '114934.387500', '114934.847500', '114935.307500', '114935.767500', '114936.227500', '114936.687500', '114937.147500', '114937.607500', '114938.067500', '114938.527500', '114938.987500', '114939.447500', '114939.907500', '114940.367500', '114940.827500', '114941.287500', '114941.747500', '114942.207500', '114942.667500', '114943.127500', '114943.587500', '114944.047500', '114944.507500', '114944.967500', '114945.427500', '114945.887500', '114946.347500', '114946.807500', '114947.267500'], 'ContentTime': ['114325.774000', '114325.778000', '114325.781000', '114325.784000', '114325.786000', '114325.789000', '114325.792000', '114325.795000', '114325.798000', '114325.800000', '114325.803000', '114325.806000', '114325.809000', '114325.823000', '114325.826000', '114325.829000', '114325.832000', '114325.835000', '114325.838000', '114325.840000', '114325.843000', '114325.846000', '114325.849000', '114325.852000', '114325.854000', '114325.857000', '114325.860000', '114325.863000', '114325.866000', '114325.869000', '114325.871000', '114325.874000', '114325.877000', '114325.880000', '114325.883000', '114325.885000', '114325.888000', '114325.891000', '114325.894000', '114325.897000', '114345.742000', '114345.745000', '114345.748000', '114345.751000', '114345.753000', '114345.756000', '114345.759000', '114345.762000', '114345.765000', '114345.767000', '114345.770000', '114345.773000', '114345.776000', '114345.779000', '114345.782000', '114345.784000', '114345.787000', '114345.790000', '114345.793000', '114345.795000', '114345.798000', '114345.801000', '114345.804000', '114345.807000', '114345.810000', '114345.813000', '114345.815000', '114345.818000', '114345.821000', '114345.824000', '114345.827000', '114345.830000', '114345.832000', '114345.835000', '114345.838000', '114345.841000', '114345.844000', '114345.846000', '114345.849000', '114345.852000', '114345.855000', '114345.858000', '114345.860000', '114345.863000', '114405.742000', '114405.745000', '114405.748000', '114405.750000', '114405.753000', '114405.756000', '114405.759000', '114405.762000', '114405.765000', '114405.767000', '114405.771000', '114405.773000', '114405.776000', '114405.779000', '114405.782000', '114405.785000', '114405.788000', '114405.791000', '114405.793000', '114405.796000', '114405.799000', '114405.802000', '114405.805000', '114405.807000', '114405.810000', '114405.813000', '114405.816000', '114405.819000', '114405.822000', '114405.824000', '114405.827000', '114405.830000', '114405.833000', '114405.836000', '114405.839000', '114405.841000', '114405.844000', '114405.847000', '114405.850000', '114405.853000', '114405.855000', '114405.858000', '114405.861000', '114425.743000', '114425.746000', '114425.749000', '114425.751000', '114425.754000', '114425.757000', '114425.760000', '114425.763000', '114425.765000', '114425.768000', '114425.771000', '114425.774000', '114425.777000', '114425.780000', '114425.782000', '114425.785000', '114425.788000', '114425.791000', '114425.794000', '114425.796000', '114425.799000', '114425.802000', '114425.805000', '114425.808000', '114425.811000', '114425.813000', '114425.816000', '114425.819000', '114425.822000', '114425.825000', '114425.828000', '114425.830000', '114425.833000', '114425.836000', '114425.839000', '114425.842000', '114425.844000', '114425.847000', '114425.850000', '114425.853000', '114425.856000', '114425.867000', '114425.870000', '114425.872000', '114445.743000', '114445.746000', '114445.749000', '114445.752000', '114445.754000', '114445.757000', '114445.760000', '114445.763000', '114445.766000', '114445.769000', '114445.771000', '114445.774000', '114445.777000', '114445.780000', '114445.783000', '114445.786000', '114445.789000', '114445.794000', '114445.798000', '114445.801000', '114445.804000', '114445.806000', '114445.809000', '114445.812000', '114445.815000', '114445.818000', '114445.821000', '114445.824000', '114445.826000', '114445.829000', '114445.832000', '114445.835000', '114445.838000', '114445.841000', '114445.844000', '114445.846000', '114445.849000', '114445.852000', '114445.855000', '114445.858000', '114445.861000', '114445.869000', '114445.872000', '114505.743000', '114505.746000', '114505.749000', '114505.751000', '114505.754000', '114505.757000', '114505.760000', '114505.763000', '114505.765000', '114505.768000', '114505.875000', '114505.878000', '114505.891000', '114505.894000', '114505.897000', '114505.900000', '114505.903000', '114505.906000', '114505.908000', '114505.911000', '114505.914000', '114505.917000', '114505.920000', '114505.922000', '114505.925000', '114505.928000', '114505.931000', '114505.934000', '114505.944000', '114505.947000', '114505.949000', '114505.952000', '114505.955000', '114505.958000', '114505.961000', '114505.963000', '114505.966000', '114505.969000', '114505.972000', '114505.976000', '114505.979000', '114505.982000', '114505.985000', '114505.988000', '114525.743000', '114525.746000', '114525.749000', '114525.752000', '114525.755000', '114525.757000', '114525.760000', '114525.763000', '114525.766000', '114525.810000', '114525.812000', '114525.815000', '114525.818000', '114525.821000', '114525.824000', '114525.826000', '114525.829000', '114525.832000', '114525.844000', '114525.847000', '114525.850000', '114525.853000', '114525.856000', '114525.859000', '114525.862000', '114525.864000', '114525.867000', '114525.870000', '114525.873000', '114525.876000', '114525.879000', '114525.881000', '114525.884000', '114525.887000', '114525.890000', '114525.893000', '114525.896000', '114525.898000', '114525.901000', '114525.904000', '114525.907000', '114525.910000', '114525.913000', '114545.743000', '114545.746000', '114545.749000', '114545.751000', '114545.754000', '114545.757000', '114545.760000', '114545.763000', '114545.766000', '114545.768000', '114545.771000', '114545.774000', '114545.777000', '114545.780000', '114545.783000', '114545.785000', '114545.788000', '114545.791000', '114545.794000', '114545.797000', '114545.799000', '114545.802000', '114545.805000', '114545.808000', '114545.811000', '114545.814000', '114545.816000', '114545.819000', '114545.822000', '114545.825000', '114545.828000', '114545.831000', '114545.834000', '114545.836000', '114545.839000', '114545.842000', '114545.845000', '114545.848000', '114545.851000', '114545.854000', '114545.856000', '114545.859000', '114545.862000', '114545.865000', '114605.742000', '114605.745000', '114605.748000', '114605.751000', '114605.754000', '114605.756000', '114605.759000', '114605.762000', '114605.765000', '114605.768000', '114605.771000', '114605.775000', '114605.778000', '114605.781000', '114605.784000', '114605.786000', '114605.789000', '114605.792000', '114605.795000', '114605.798000', '114605.801000', '114605.804000', '114605.806000', '114605.809000', '114605.812000', '114605.815000', '114605.818000', '114605.820000', '114605.823000', '114605.826000', '114605.829000', '114605.832000', '114605.835000', '114605.838000', '114605.841000', '114605.843000', '114605.846000', '114605.849000', '114605.853000', '114605.855000', '114605.858000', '114605.861000', '114605.864000', '114625.742000', '114625.745000', '114625.748000', '114625.751000', '114625.753000', '114625.756000', '114625.759000', '114625.762000', '114625.765000', '114625.791000', '114625.793000', '114625.796000', '114625.799000', '114625.802000', '114625.805000', '114625.807000', '114625.810000', '114625.813000', '114625.816000', '114625.819000', '114625.822000', '114625.824000', '114625.827000', '114625.830000', '114625.833000', '114625.836000', '114625.839000', '114625.841000', '114625.844000', '114625.847000', '114625.850000', '114625.853000', '114625.856000', '114625.859000', '114625.861000', '114625.864000', '114625.867000', '114625.870000', '114625.873000', '114625.876000', '114625.878000', '114625.881000', '114625.884000', '114625.887000', '114645.743000', '114645.746000', '114645.749000', '114645.752000', '114645.754000', '114645.757000', '114645.760000', '114645.763000', '114645.766000', '114645.804000', '114645.807000', '114645.810000', '114645.813000', '114645.815000', '114645.818000', '114645.821000', '114645.824000', '114645.827000', '114645.829000', '114645.832000', '114645.835000', '114645.838000', '114645.841000', '114645.844000', '114645.847000', '114645.849000', '114645.852000', '114645.855000', '114645.858000', '114645.861000', '114645.864000', '114645.867000', '114645.870000', '114645.873000', '114645.876000', '114645.879000', '114645.882000', '114645.884000', '114645.887000', '114645.890000', '114645.893000', '114645.896000', '114645.898000', '114705.743000', '114705.746000', '114705.749000', '114705.752000', '114705.754000', '114705.757000', '114705.760000', '114705.763000', '114705.766000', '114705.769000', '114705.771000', '114705.774000', '114705.777000', '114705.780000', '114705.783000', '114705.786000', '114705.788000', '114705.791000', '114705.794000', '114705.797000', '114705.800000', '114705.803000', '114705.806000', '114705.808000', '114705.811000', '114705.814000', '114705.817000', '114705.820000', '114705.822000', '114705.825000', '114705.828000', '114705.831000', '114705.834000', '114705.837000', '114705.839000', '114705.842000', '114705.845000', '114705.848000', '114705.851000', '114705.854000', '114705.857000', '114705.859000', '114705.862000', '114705.865000', '114725.743000', '114725.746000', '114725.749000', '114725.752000', '114725.754000', '114725.757000', '114725.760000', '114725.763000', '114725.766000', '114725.769000', '114725.771000', '114725.774000', '114725.777000', '114725.780000', '114725.783000', '114725.786000', '114725.789000', '114725.791000', '114725.794000', '114725.797000', '114725.800000', '114725.803000', '114725.806000', '114725.808000', '114725.813000', '114725.816000', '114725.819000', '114725.821000', '114725.824000', '114725.827000', '114725.830000', '114725.833000', '114725.836000', '114725.839000', '114725.842000', '114725.844000', '114725.847000', '114725.850000', '114725.853000', '114725.856000', '114725.859000', '114725.861000', '114725.864000', '114745.743000', '114745.746000', '114745.749000', '114745.752000', '114745.754000', '114745.757000', '114745.760000', '114745.763000', '114745.766000', '114745.804000', '114745.807000', '114745.809000', '114745.812000', '114745.815000', '114745.818000', '114745.821000', '114745.824000', '114745.826000', '114745.829000', '114745.832000', '114745.835000', '114745.838000', '114745.841000', '114745.843000', '114745.846000', '114745.849000', '114745.852000', '114745.855000', '114745.858000', '114745.860000', '114745.863000', '114745.866000', '114745.869000', '114745.872000', '114745.875000', '114745.878000', '114745.880000', '114745.883000', '114745.886000', '114745.889000', '114745.892000', '114745.895000', '114745.898000', '114745.901000', '114805.743000', '114805.746000', '114805.749000', '114805.752000', '114805.755000', '114805.757000', '114805.760000', '114805.763000', '114805.766000', '114805.819000', '114805.822000', '114805.825000', '114805.828000', '114805.831000', '114805.834000', '114805.836000', '114805.839000', '114805.854000', '114805.857000', '114805.859000', '114805.862000', '114805.865000', '114805.868000', '114805.871000', '114805.874000', '114805.877000', '114805.879000', '114805.882000', '114805.885000', '114805.888000', '114805.891000', '114805.894000', '114805.897000', '114805.899000', '114805.902000', '114805.905000', '114805.908000', '114805.911000', '114805.914000', '114805.917000', '114805.919000', '114805.922000', '114805.925000', '114825.742000', '114825.745000', '114825.748000', '114825.751000', '114825.754000', '114825.756000', '114825.759000', '114825.762000', '114825.765000', '114825.768000', '114825.810000', '114825.813000', '114825.815000', '114825.818000', '114825.821000', '114825.824000', '114825.827000', '114825.830000', '114825.832000', '114825.835000', '114825.838000', '114825.841000', '114825.844000', '114825.847000', '114825.849000', '114825.852000', '114825.855000', '114825.858000', '114825.861000', '114825.864000', '114825.866000', '114825.869000', '114825.872000', '114825.875000', '114825.878000', '114825.881000', '114825.884000', '114825.886000', '114825.889000', '114825.892000', '114825.895000', '114825.898000', '114825.901000', '114825.903000', '114845.742000', '114845.745000', '114845.748000', '114845.751000', '114845.754000', '114845.756000', '114845.759000', '114845.762000', '114845.765000', '114845.810000', '114845.813000', '114845.816000', '114845.819000', '114845.821000', '114845.824000', '114845.827000', '114845.830000', '114845.833000', '114845.836000', '114845.839000', '114845.841000', '114845.844000', '114845.847000', '114845.851000', '114845.854000', '114845.857000', '114845.860000', '114845.863000', '114845.866000', '114845.869000', '114845.872000', '114845.874000', '114845.877000', '114845.880000', '114845.883000', '114845.886000', '114845.889000', '114845.892000', '114845.894000', '114845.897000', '114845.900000', '114845.903000', '114845.907000', '114905.743000', '114905.746000', '114905.749000', '114905.752000', '114905.755000', '114905.757000', '114905.760000', '114905.763000', '114905.766000', '114905.835000', '114905.838000', '114905.840000', '114905.843000', '114905.846000', '114905.849000', '114905.852000', '114905.856000', '114905.859000', '114905.862000', '114905.865000', '114905.868000', '114905.870000', '114905.873000', '114905.876000', '114905.879000', '114905.882000', '114905.885000', '114905.887000', '114905.890000', '114905.893000', '114905.896000', '114905.899000', '114905.902000', '114905.905000', '114905.907000', '114905.910000', '114905.913000', '114905.916000', '114905.919000', '114905.922000', '114905.924000', '114905.927000', '114905.930000', '114905.933000', '114925.743000', '114925.746000', '114925.749000', '114925.752000', '114925.754000', '114925.757000', '114925.760000', '114925.763000', '114925.766000', '114925.810000', '114925.813000', '114925.816000', '114925.819000', '114925.822000', '114925.825000', '114925.827000', '114925.830000', '114925.833000', '114925.836000', '114925.839000', '114925.842000', '114925.844000', '114925.847000', '114925.850000', '114925.853000', '114925.856000', '114925.858000', '114925.861000', '114925.864000', '114925.867000', '114925.870000', '114925.873000', '114925.876000', '114925.878000', '114925.881000', '114925.884000', '114925.887000', '114925.890000', '114925.893000', '114925.895000', '114925.898000', '114925.901000', '114925.919000', '114945.743000', '114945.746000', '114945.749000', '114945.752000', '114945.754000', '114945.757000', '114945.760000', '114945.763000', '114945.766000', '114945.855000', '114945.858000', '114945.861000', '114945.864000', '114945.867000', '114945.870000', '114945.872000', '114945.875000', '114945.878000', '114945.881000', '114945.884000', '114945.886000', '114945.889000', '114945.892000', '114945.895000', '114945.898000', '114945.901000', '114945.904000', '114945.907000', '114945.910000', '114945.912000', '114945.915000', '114945.918000', '114945.925000', '114945.928000', '114945.931000', '114945.934000', '114945.937000', '114945.939000', '114945.942000', '114945.945000', '114945.948000', '114945.951000', '114945.954000', '114945.957000', '114948.061000', '114948.065000', '114948.068000', '114948.071000', '114948.075000'], 'InstanceCreationTime': ['114325.774000', '114325.778000', '114325.781000', '114325.784000', '114325.786000', '114325.789000', '114325.792000', '114325.795000', '114325.798000', '114325.800000', '114325.803000', '114325.806000', '114325.809000', '114325.823000', '114325.826000', '114325.829000', '114325.832000', '114325.835000', '114325.838000', '114325.840000', '114325.843000', '114325.846000', '114325.849000', '114325.852000', '114325.854000', '114325.857000', '114325.860000', '114325.863000', '114325.866000', '114325.869000', '114325.871000', '114325.874000', '114325.877000', '114325.880000', '114325.883000', '114325.885000', '114325.888000', '114325.891000', '114325.894000', '114325.897000', '114345.742000', '114345.745000', '114345.748000', '114345.751000', '114345.753000', '114345.756000', '114345.759000', '114345.762000', '114345.765000', '114345.767000', '114345.770000', '114345.773000', '114345.776000', '114345.779000', '114345.782000', '114345.784000', '114345.787000', '114345.790000', '114345.793000', '114345.795000', '114345.798000', '114345.801000', '114345.804000', '114345.807000', '114345.810000', '114345.813000', '114345.815000', '114345.818000', '114345.821000', '114345.824000', '114345.827000', '114345.830000', '114345.832000', '114345.835000', '114345.838000', '114345.841000', '114345.844000', '114345.846000', '114345.849000', '114345.852000', '114345.855000', '114345.858000', '114345.860000', '114345.863000', '114405.742000', '114405.745000', '114405.748000', '114405.750000', '114405.753000', '114405.756000', '114405.759000', '114405.762000', '114405.765000', '114405.767000', '114405.771000', '114405.773000', '114405.776000', '114405.779000', '114405.782000', '114405.785000', '114405.788000', '114405.791000', '114405.793000', '114405.796000', '114405.799000', '114405.802000', '114405.805000', '114405.807000', '114405.810000', '114405.813000', '114405.816000', '114405.819000', '114405.822000', '114405.824000', '114405.827000', '114405.830000', '114405.833000', '114405.836000', '114405.839000', '114405.841000', '114405.844000', '114405.847000', '114405.850000', '114405.853000', '114405.855000', '114405.858000', '114405.861000', '114425.743000', '114425.746000', '114425.749000', '114425.751000', '114425.754000', '114425.757000', '114425.760000', '114425.763000', '114425.765000', '114425.768000', '114425.771000', '114425.774000', '114425.777000', '114425.780000', '114425.782000', '114425.785000', '114425.788000', '114425.791000', '114425.794000', '114425.796000', '114425.799000', '114425.802000', '114425.805000', '114425.808000', '114425.811000', '114425.813000', '114425.816000', '114425.819000', '114425.822000', '114425.825000', '114425.828000', '114425.830000', '114425.833000', '114425.836000', '114425.839000', '114425.842000', '114425.844000', '114425.847000', '114425.850000', '114425.853000', '114425.856000', '114425.867000', '114425.870000', '114425.872000', '114445.743000', '114445.746000', '114445.749000', '114445.752000', '114445.754000', '114445.757000', '114445.760000', '114445.763000', '114445.766000', '114445.769000', '114445.771000', '114445.774000', '114445.777000', '114445.780000', '114445.783000', '114445.786000', '114445.789000', '114445.794000', '114445.798000', '114445.801000', '114445.804000', '114445.806000', '114445.809000', '114445.812000', '114445.815000', '114445.818000', '114445.821000', '114445.824000', '114445.826000', '114445.829000', '114445.832000', '114445.835000', '114445.838000', '114445.841000', '114445.844000', '114445.846000', '114445.849000', '114445.852000', '114445.855000', '114445.858000', '114445.861000', '114445.869000', '114445.872000', '114505.743000', '114505.746000', '114505.749000', '114505.751000', '114505.754000', '114505.757000', '114505.760000', '114505.763000', '114505.765000', '114505.768000', '114505.875000', '114505.878000', '114505.891000', '114505.894000', '114505.897000', '114505.900000', '114505.903000', '114505.906000', '114505.908000', '114505.911000', '114505.914000', '114505.917000', '114505.920000', '114505.922000', '114505.925000', '114505.928000', '114505.931000', '114505.934000', '114505.944000', '114505.947000', '114505.949000', '114505.952000', '114505.955000', '114505.958000', '114505.961000', '114505.963000', '114505.966000', '114505.969000', '114505.972000', '114505.976000', '114505.979000', '114505.982000', '114505.985000', '114505.988000', '114525.743000', '114525.746000', '114525.749000', '114525.752000', '114525.755000', '114525.757000', '114525.760000', '114525.763000', '114525.766000', '114525.810000', '114525.812000', '114525.815000', '114525.818000', '114525.821000', '114525.824000', '114525.826000', '114525.829000', '114525.832000', '114525.844000', '114525.847000', '114525.850000', '114525.853000', '114525.856000', '114525.859000', '114525.862000', '114525.864000', '114525.867000', '114525.870000', '114525.873000', '114525.876000', '114525.879000', '114525.881000', '114525.884000', '114525.887000', '114525.890000', '114525.893000', '114525.896000', '114525.898000', '114525.901000', '114525.904000', '114525.907000', '114525.910000', '114525.913000', '114545.743000', '114545.746000', '114545.749000', '114545.751000', '114545.754000', '114545.757000', '114545.760000', '114545.763000', '114545.766000', '114545.768000', '114545.771000', '114545.774000', '114545.777000', '114545.780000', '114545.783000', '114545.785000', '114545.788000', '114545.791000', '114545.794000', '114545.797000', '114545.799000', '114545.802000', '114545.805000', '114545.808000', '114545.811000', '114545.814000', '114545.816000', '114545.819000', '114545.822000', '114545.825000', '114545.828000', '114545.831000', '114545.834000', '114545.836000', '114545.839000', '114545.842000', '114545.845000', '114545.848000', '114545.851000', '114545.854000', '114545.856000', '114545.859000', '114545.862000', '114545.865000', '114605.742000', '114605.745000', '114605.748000', '114605.751000', '114605.754000', '114605.756000', '114605.759000', '114605.762000', '114605.765000', '114605.768000', '114605.771000', '114605.775000', '114605.778000', '114605.781000', '114605.784000', '114605.786000', '114605.789000', '114605.792000', '114605.795000', '114605.798000', '114605.801000', '114605.804000', '114605.806000', '114605.809000', '114605.812000', '114605.815000', '114605.818000', '114605.820000', '114605.823000', '114605.826000', '114605.829000', '114605.832000', '114605.835000', '114605.838000', '114605.841000', '114605.843000', '114605.846000', '114605.849000', '114605.853000', '114605.855000', '114605.858000', '114605.861000', '114605.864000', '114625.742000', '114625.745000', '114625.748000', '114625.751000', '114625.753000', '114625.756000', '114625.759000', '114625.762000', '114625.765000', '114625.791000', '114625.793000', '114625.796000', '114625.799000', '114625.802000', '114625.805000', '114625.807000', '114625.810000', '114625.813000', '114625.816000', '114625.819000', '114625.822000', '114625.824000', '114625.827000', '114625.830000', '114625.833000', '114625.836000', '114625.839000', '114625.841000', '114625.844000', '114625.847000', '114625.850000', '114625.853000', '114625.856000', '114625.859000', '114625.861000', '114625.864000', '114625.867000', '114625.870000', '114625.873000', '114625.876000', '114625.878000', '114625.881000', '114625.884000', '114625.887000', '114645.743000', '114645.746000', '114645.749000', '114645.752000', '114645.754000', '114645.757000', '114645.760000', '114645.763000', '114645.766000', '114645.804000', '114645.807000', '114645.810000', '114645.813000', '114645.815000', '114645.818000', '114645.821000', '114645.824000', '114645.827000', '114645.829000', '114645.832000', '114645.835000', '114645.838000', '114645.841000', '114645.844000', '114645.847000', '114645.849000', '114645.852000', '114645.855000', '114645.858000', '114645.861000', '114645.864000', '114645.867000', '114645.870000', '114645.873000', '114645.876000', '114645.879000', '114645.882000', '114645.884000', '114645.887000', '114645.890000', '114645.893000', '114645.896000', '114645.898000', '114705.743000', '114705.746000', '114705.749000', '114705.752000', '114705.754000', '114705.757000', '114705.760000', '114705.763000', '114705.766000', '114705.769000', '114705.771000', '114705.774000', '114705.777000', '114705.780000', '114705.783000', '114705.786000', '114705.788000', '114705.791000', '114705.794000', '114705.797000', '114705.800000', '114705.803000', '114705.806000', '114705.808000', '114705.811000', '114705.814000', '114705.817000', '114705.820000', '114705.822000', '114705.825000', '114705.828000', '114705.831000', '114705.834000', '114705.837000', '114705.839000', '114705.842000', '114705.845000', '114705.848000', '114705.851000', '114705.854000', '114705.857000', '114705.859000', '114705.862000', '114705.865000', '114725.743000', '114725.746000', '114725.749000', '114725.752000', '114725.754000', '114725.757000', '114725.760000', '114725.763000', '114725.766000', '114725.769000', '114725.771000', '114725.774000', '114725.777000', '114725.780000', '114725.783000', '114725.786000', '114725.789000', '114725.791000', '114725.794000', '114725.797000', '114725.800000', '114725.803000', '114725.806000', '114725.808000', '114725.813000', '114725.816000', '114725.819000', '114725.821000', '114725.824000', '114725.827000', '114725.830000', '114725.833000', '114725.836000', '114725.839000', '114725.842000', '114725.844000', '114725.847000', '114725.850000', '114725.853000', '114725.856000', '114725.859000', '114725.861000', '114725.864000', '114745.743000', '114745.746000', '114745.749000', '114745.752000', '114745.754000', '114745.757000', '114745.760000', '114745.763000', '114745.766000', '114745.804000', '114745.807000', '114745.809000', '114745.812000', '114745.815000', '114745.818000', '114745.821000', '114745.824000', '114745.826000', '114745.829000', '114745.832000', '114745.835000', '114745.838000', '114745.841000', '114745.843000', '114745.846000', '114745.849000', '114745.852000', '114745.855000', '114745.858000', '114745.860000', '114745.863000', '114745.866000', '114745.869000', '114745.872000', '114745.875000', '114745.878000', '114745.880000', '114745.883000', '114745.886000', '114745.889000', '114745.892000', '114745.895000', '114745.898000', '114745.901000', '114805.743000', '114805.746000', '114805.749000', '114805.752000', '114805.755000', '114805.757000', '114805.760000', '114805.763000', '114805.766000', '114805.819000', '114805.822000', '114805.825000', '114805.828000', '114805.831000', '114805.834000', '114805.836000', '114805.839000', '114805.854000', '114805.857000', '114805.859000', '114805.862000', '114805.865000', '114805.868000', '114805.871000', '114805.874000', '114805.877000', '114805.879000', '114805.882000', '114805.885000', '114805.888000', '114805.891000', '114805.894000', '114805.897000', '114805.899000', '114805.902000', '114805.905000', '114805.908000', '114805.911000', '114805.914000', '114805.917000', '114805.919000', '114805.922000', '114805.925000', '114825.742000', '114825.745000', '114825.748000', '114825.751000', '114825.754000', '114825.756000', '114825.759000', '114825.762000', '114825.765000', '114825.768000', '114825.810000', '114825.813000', '114825.815000', '114825.818000', '114825.821000', '114825.824000', '114825.827000', '114825.830000', '114825.832000', '114825.835000', '114825.838000', '114825.841000', '114825.844000', '114825.847000', '114825.849000', '114825.852000', '114825.855000', '114825.858000', '114825.861000', '114825.864000', '114825.866000', '114825.869000', '114825.872000', '114825.875000', '114825.878000', '114825.881000', '114825.884000', '114825.886000', '114825.889000', '114825.892000', '114825.895000', '114825.898000', '114825.901000', '114825.903000', '114845.742000', '114845.745000', '114845.748000', '114845.751000', '114845.754000', '114845.756000', '114845.759000', '114845.762000', '114845.765000', '114845.810000', '114845.813000', '114845.816000', '114845.819000', '114845.821000', '114845.824000', '114845.827000', '114845.830000', '114845.833000', '114845.836000', '114845.839000', '114845.841000', '114845.844000', '114845.847000', '114845.851000', '114845.854000', '114845.857000', '114845.860000', '114845.863000', '114845.866000', '114845.869000', '114845.872000', '114845.874000', '114845.877000', '114845.880000', '114845.883000', '114845.886000', '114845.889000', '114845.892000', '114845.894000', '114845.897000', '114845.900000', '114845.903000', '114845.907000', '114905.743000', '114905.746000', '114905.749000', '114905.752000', '114905.755000', '114905.757000', '114905.760000', '114905.763000', '114905.766000', '114905.835000', '114905.838000', '114905.840000', '114905.843000', '114905.846000', '114905.849000', '114905.852000', '114905.856000', '114905.859000', '114905.862000', '114905.865000', '114905.868000', '114905.870000', '114905.873000', '114905.876000', '114905.879000', '114905.882000', '114905.885000', '114905.887000', '114905.890000', '114905.893000', '114905.896000', '114905.899000', '114905.902000', '114905.905000', '114905.907000', '114905.910000', '114905.913000', '114905.916000', '114905.919000', '114905.922000', '114905.924000', '114905.927000', '114905.930000', '114905.933000', '114925.743000', '114925.746000', '114925.749000', '114925.752000', '114925.754000', '114925.757000', '114925.760000', '114925.763000', '114925.766000', '114925.810000', '114925.813000', '114925.816000', '114925.819000', '114925.822000', '114925.825000', '114925.827000', '114925.830000', '114925.833000', '114925.836000', '114925.839000', '114925.842000', '114925.844000', '114925.847000', '114925.850000', '114925.853000', '114925.856000', '114925.858000', '114925.861000', '114925.864000', '114925.867000', '114925.870000', '114925.873000', '114925.876000', '114925.878000', '114925.881000', '114925.884000', '114925.887000', '114925.890000', '114925.893000', '114925.895000', '114925.898000', '114925.901000', '114925.919000', '114945.743000', '114945.746000', '114945.749000', '114945.752000', '114945.754000', '114945.757000', '114945.760000', '114945.763000', '114945.766000', '114945.855000', '114945.858000', '114945.861000', '114945.864000', '114945.867000', '114945.870000', '114945.872000', '114945.875000', '114945.878000', '114945.881000', '114945.884000', '114945.886000', '114945.889000', '114945.892000', '114945.895000', '114945.898000', '114945.901000', '114945.904000', '114945.907000', '114945.910000', '114945.912000', '114945.915000', '114945.918000', '114945.925000', '114945.928000', '114945.931000', '114945.934000', '114945.937000', '114945.939000', '114945.942000', '114945.945000', '114945.948000', '114945.951000', '114945.954000', '114945.957000', '114948.061000', '114948.065000', '114948.068000', '114948.071000', '114948.075000'], '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': [15419, 10151, 13692, 9364, 9871, 14383, 10027, 9821, 14608, 9692, 12454, 9528, 9636, 13778, 9738, 9803, 9517, 9832, 10362, 9738, 13261, 12470, 9887, 13440, 9884, 9805, 16048, 9940, 14341, 11035, 9640, 15084, 9682, 8971, 9575, 10757, 13380, 9831, 11881, 12176, 9919, 12477, 9536, 9801, 14779, 9977, 10594, 14692, 10033, 13841, 11005, 9667, 13721, 9638, 9814, 14662, 10054, 13582, 9569, 10000, 14971, 10008, 12556, 13907, 9917, 12513, 9659, 9384, 9583, 10101, 13063, 9833, 9842, 15119, 10056, 12770, 9589, 9732, 14175, 9968, 9723, 12211, 9371, 9892, 13464, 9351, 13412, 9821, 8986, 9819, 8639, 9437, 9095, 9037, 9077, 11622, 8964, 9317, 14030, 9135, 12392, 12639, 9569, 13095, 9631, 9640, 16226, 9325, 13153, 16782, 11517, 14325, 10356, 10584, 16176, 9944, 9862, 16974, 9937, 10041, 14053, 9708, 13496, 9249, 9754, 15155, 9250, 9715, 15407, 9488, 10571, 8761, 8978, 8700, 9034, 8760, 8591, 9409, 13461, 8920, 11133, 8845, 9355, 8913, 10303, 10862, 9453, 10680, 9206, 15464, 11441, 9588, 16038, 9064, 13050, 12963, 8935, 11912, 8985, 11197, 8510, 12906, 9789, 8354, 12445, 8595, 10329, 8989, 8617, 12251, 8916, 8888, 8922, 8818, 12331, 8259, 10761, 10426, 8758, 12948, 8965, 11285, 8918, 8949, 14755, 9056, 13153, 8423, 9409, 15144, 8759, 13554, 9522, 9074, 13133, 8607, 10175, 8517, 9806, 9067, 8853, 15002, 8877, 10632, 8575, 13436, 9223, 10979, 13792, 9123, 14072, 8910, 12445, 14376, 9106, 14767, 8603, 9537, 8839, 9079, 12067, 8582, 9345, 8716, 8762, 11851, 8852, 10073, 8407, 8926, 8609, 8528, 11864, 8622, 8613, 8828, 9318, 10544, 9299, 8480, 8626, 8442, 9084, 16130, 10512, 8756, 14244, 8182, 10223, 10354, 9082, 14344, 9098, 16837, 11202, 9437, 16523, 10187, 12792, 10822, 9317, 14613, 9058, 9637, 17435, 9321, 10639, 8377, 9447, 10109, 9119, 9356, 8427, 9145, 8599, 10247, 8175, 9681, 8558, 11129, 12414, 11579, 11598, 9031, 15561, 10768, 9708, 16206, 9457, 13664, 10720, 9106, 15396, 10799, 9590, 12456, 9159, 11152, 8015, 9333, 14305, 9379, 10555, 8905, 11726, 8657, 9596, 12470, 9444, 15070, 9228, 9570, 13701, 9293, 9643, 8602, 9435, 13846, 9421, 12016, 15199, 9824, 13040, 9252, 9708, 15651, 9580, 13344, 15110, 9648, 12910, 9092, 9554, 12640, 9283, 10028, 14484, 9603, 9793, 8694, 9669, 11608, 9419, 9884, 12852, 9715, 13491, 8739, 10443, 12324, 9311, 12113, 9143, 10779, 9727, 9494, 9599, 12830, 9268, 10775, 9424, 10616, 8909, 9765, 16896, 9914, 14729, 11461, 10041, 11594, 9522, 9991, 14127, 9830, 11596, 9139, 9882, 10512, 9624, 15511, 8726, 9622, 13667, 9572, 10094, 8839, 9644, 12473, 9418, 9907, 8248, 9374, 12085, 9167, 9040, 15074, 9063, 9914, 8872, 9298, 8372, 11812, 13026, 9106, 12077, 8704, 13139, 14542, 10744, 13939, 9120, 12109, 13317, 9204, 14448, 9113, 9570, 10060, 9197, 12061, 9212, 9525, 13850, 9372, 9844, 8694, 9558, 13756, 9330, 9646, 13158, 9440, 12932, 9056, 9566, 8758, 8982, 8774, 7956, 9595, 8616, 9263, 9034, 9740, 8615, 9853, 10672, 9401, 11283, 10112, 10952, 10156, 9255, 9580, 15807, 8816, 10349, 8479, 8426, 8421, 9031, 14292, 8900, 10079, 8634, 12122, 8549, 8963, 13157, 8694, 9819, 8455, 9264, 8291, 9771, 11460, 8470, 11827, 9347, 13978, 8086, 8485, 8576, 10516, 8504, 11808, 12062, 8837, 16343, 9930, 8591, 15694, 9048, 14044, 10723, 9191, 15841, 10822, 9226, 16627, 8906, 12516, 9335, 8885, 13938, 8905, 8805, 15034, 8856, 11113, 8864, 8759, 11946, 9331, 10214, 9020, 9036, 11592, 9240, 8123, 8898, 9272, 13564, 9119, 9508, 8262, 13113, 9141, 11595, 9170, 8237, 9799, 9177, 12990, 8796, 9092, 12386, 9400, 9230, 8443, 14395, 9060, 13704, 10751, 15639, 9569, 13646, 8835, 9731, 9151, 12935, 12441, 9060, 13137, 12185, 9822, 14537, 8797, 9935, 8418, 9356, 9188, 15324, 10591, 8949, 14353, 8725, 11543, 15860, 9222, 13602, 8947, 10026, 14820, 9338, 8829, 8619, 9697, 9631, 11418, 11089, 9597, 10425, 9581, 10889, 10023, 10212, 10305, 8860, 9421, 8581, 9304, 9533, 11866, 10206, 9773, 10025, 9126, 9857, 9702, 9600, 10177, 9406, 9498, 13645, 9743, 11832, 9317, 8382, 12436, 9552, 13460, 9185, 8287, 10918, 9566, 10163, 9318, 12827, 9856, 9740, 13072, 9279, 8762, 9377, 8063, 9542, 9520, 10792, 8765, 10198, 9780, 8157, 10016, 9705, 11087, 9743, 8934, 9084, 13636, 9101, 11288, 8786, 10786, 9382, 11060, 15374, 9376, 13904, 11486, 9549, 12450, 9238, 12146, 9066, 9622, 11800, 9275, 8690, 9333, 9826, 8882, 8547, 9776, 9597, 12262, 9290, 11455, 9827, 8955, 15493, 8873, 9462, 13842, 9033, 9025, 11661, 8770, 10283, 8679, 8348, 9603, 9173, 12588, 8790, 8394, 12545, 8599, 9464, 8995, 8063, 10770, 8462, 13850, 9555, 8955, 9126, 9303, 11558, 9389, 12661, 8456, 12980, 9149, 11682, 10211, 9017, 13817, 9080, 12012, 15639, 8595, 14745, 10985, 9691, 13580, 8765, 8822, 13721, 8476, 12334, 9246, 8645, 8627, 8186, 9224, 10809, 11788, 9568, 10875, 9223, 13069, 11761, 15141, 8781, 9895, 9734, 12236, 9976, 13521, 9409, 10792, 9088, 11362, 9647, 9522, 14540, 9115, 12634, 9017, 9005, 11265, 9154, 13319, 9090, 10562, 8953, 13268, 8980, 11368, 8813, 12624, 15750, 11847, 14421, 8640, 8936, 13167, 8911, 9871, 11518, 8531, 11950, 8690, 8776, 9514, 8806, 10967, 8767, 8833, 14467, 8481, 8739, 8608, 8515, 8787, 9131, 9779, 9185, 9806, 8669, 9762, 9114, 9165, 8999, 8646, 8875, 13065, 9603, 15339, 10394, 15956, 9986, 12801, 9872, 13509, 14054, 10862, 16476, 9262, 14355, 11382, 9284, 15830, 8492, 14028, 9382, 8775, 12248, 9042, 13286, 9022, 8982, 12102, 8847, 10129, 8948, 10061, 9224, 9651, 9120, 14512, 16166, 10728, 13967, 8567, 9050, 14367, 8830, 10245, 15474, 9130, 15027, 10323, 13554, 9440, 10442, 9433, 10441, 9875, 12676, 8944, 12446, 16590, 9409, 13822, 10286, 9171, 12408, 9335, 9251, 17165, 9273, 14279, 10117, 8865, 15247, 8765, 8799, 10393, 8559, 14810], 'WindowCenter': [4190.0, 4145.0, 4163.0, 4119.0, 4129.0, 4148.0, 4118.0, 4119.0, 4146.0, 4118.0, 4138.0, 4106.0, 4117.0, 4146.0, 4107.0, 4116.0, 4117.0, 4119.0, 4117.0, 4118.0, 4149.0, 4136.0, 4118.0, 4135.0, 4116.0, 4117.0, 4145.0, 4115.0, 4147.0, 4114.0, 4106.0, 4135.0, 4105.0, 4094.0, 4116.0, 4126.0, 4135.0, 4106.0, 4126.0, 4125.0, 4107.0, 4136.0, 4105.0, 4115.0, 4146.0, 4105.0, 4115.0, 4133.0, 4105.0, 4136.0, 4114.0, 4107.0, 4135.0, 4105.0, 4107.0, 4134.0, 4105.0, 4125.0, 4093.0, 4106.0, 4134.0, 4104.0, 4125.0, 4124.0, 4106.0, 4124.0, 4094.0, 4094.0, 4104.0, 4116.0, 4125.0, 4104.0, 4105.0, 4134.0, 4104.0, 4124.0, 4092.0, 4104.0, 4133.0, 4091.0, 4105.0, 4112.0, 4094.0, 4105.0, 4134.0, 4104.0, 4136.0, 4105.0, 4109.0, 4118.0, 4109.0, 4118.0, 4109.0, 4120.0, 4121.0, 4140.0, 4109.0, 4120.0, 4150.0, 4120.0, 4153.0, 4141.0, 4121.0, 4150.0, 4118.0, 4117.0, 4147.0, 4106.0, 4139.0, 4146.0, 4128.0, 4137.0, 4103.0, 4114.0, 4133.0, 4092.0, 4091.0, 4132.0, 4091.0, 4091.0, 4120.0, 4091.0, 4122.0, 4079.0, 4092.0, 4133.0, 4081.0, 4092.0, 4120.0, 4092.0, 4102.0, 4082.0, 4108.0, 4085.0, 4096.0, 4085.0, 4083.0, 4106.0, 4124.0, 4095.0, 4117.0, 4095.0, 4109.0, 4108.0, 4132.0, 4130.0, 4119.0, 4129.0, 4121.0, 4163.0, 4128.0, 4120.0, 4146.0, 4109.0, 4141.0, 4150.0, 4108.0, 4139.0, 4108.0, 4127.0, 4098.0, 4138.0, 4117.0, 4098.0, 4138.0, 4108.0, 4129.0, 4106.0, 4109.0, 4138.0, 4106.0, 4107.0, 4107.0, 4108.0, 4138.0, 4097.0, 4130.0, 4117.0, 4109.0, 4138.0, 4109.0, 4129.0, 4107.0, 4110.0, 4148.0, 4108.0, 4138.0, 4097.0, 4118.0, 4147.0, 4096.0, 4139.0, 4109.0, 4099.0, 4128.0, 4098.0, 4129.0, 4110.0, 4130.0, 4094.0, 4110.0, 4145.0, 4108.0, 4117.0, 4097.0, 4151.0, 4110.0, 4129.0, 4149.0, 4108.0, 4137.0, 4094.0, 4137.0, 4134.0, 4096.0, 4135.0, 4083.0, 4106.0, 4096.0, 4121.0, 4136.0, 4096.0, 4106.0, 4094.0, 4097.0, 4125.0, 4107.0, 4116.0, 4097.0, 4109.0, 4096.0, 4108.0, 4138.0, 4097.0, 4096.0, 4109.0, 4135.0, 4141.0, 4132.0, 4109.0, 4123.0, 4108.0, 4120.0, 4172.0, 4128.0, 4109.0, 4149.0, 4099.0, 4128.0, 4127.0, 4120.0, 4145.0, 4108.0, 4158.0, 4126.0, 4107.0, 4147.0, 4116.0, 4136.0, 4114.0, 4104.0, 4133.0, 4080.0, 4091.0, 4131.0, 4092.0, 4102.0, 4069.0, 4091.0, 4100.0, 4093.0, 4093.0, 4071.0, 4098.0, 4088.0, 4110.0, 4087.0, 4131.0, 4121.0, 4164.0, 4163.0, 4150.0, 4138.0, 4118.0, 4157.0, 4114.0, 4105.0, 4146.0, 4106.0, 4147.0, 4115.0, 4106.0, 4147.0, 4112.0, 4103.0, 4121.0, 4102.0, 4113.0, 4095.0, 4118.0, 4157.0, 4116.0, 4114.0, 4104.0, 4135.0, 4104.0, 4116.0, 4136.0, 4116.0, 4158.0, 4116.0, 4118.0, 4147.0, 4116.0, 4118.0, 4095.0, 4117.0, 4145.0, 4103.0, 4136.0, 4145.0, 4115.0, 4135.0, 4104.0, 4115.0, 4144.0, 4104.0, 4135.0, 4132.0, 4102.0, 4123.0, 4090.0, 4101.0, 4120.0, 4090.0, 4102.0, 4133.0, 4100.0, 4102.0, 4080.0, 4101.0, 4109.0, 4091.0, 4102.0, 4120.0, 4103.0, 4134.0, 4096.0, 4129.0, 4135.0, 4104.0, 4124.0, 4107.0, 4127.0, 4118.0, 4104.0, 4118.0, 4137.0, 4108.0, 4119.0, 4119.0, 4129.0, 4107.0, 4118.0, 4156.0, 4115.0, 4148.0, 4113.0, 4105.0, 4123.0, 4103.0, 4116.0, 4134.0, 4115.0, 4124.0, 4104.0, 4114.0, 4113.0, 4106.0, 4146.0, 4094.0, 4118.0, 4134.0, 4105.0, 4115.0, 4092.0, 4113.0, 4133.0, 4105.0, 4128.0, 4094.0, 4117.0, 4137.0, 4115.0, 4116.0, 4157.0, 4106.0, 4114.0, 4105.0, 4117.0, 4094.0, 4137.0, 4147.0, 4119.0, 4148.0, 4108.0, 4162.0, 4150.0, 4129.0, 4148.0, 4119.0, 4137.0, 4135.0, 4104.0, 4146.0, 4094.0, 4105.0, 4105.0, 4104.0, 4123.0, 4103.0, 4103.0, 4134.0, 4104.0, 4115.0, 4092.0, 4104.0, 4133.0, 4103.0, 4115.0, 4133.0, 4104.0, 4134.0, 4092.0, 4108.0, 4087.0, 4107.0, 4095.0, 4082.0, 4107.0, 4094.0, 4106.0, 4095.0, 4120.0, 4098.0, 4120.0, 4129.0, 4120.0, 4141.0, 4131.0, 4127.0, 4117.0, 4108.0, 4117.0, 4160.0, 4120.0, 4142.0, 4098.0, 4110.0, 4096.0, 4106.0, 4145.0, 4106.0, 4113.0, 4105.0, 4135.0, 4094.0, 4106.0, 4145.0, 4106.0, 4116.0, 4109.0, 4115.0, 4107.0, 4130.0, 4138.0, 4109.0, 4152.0, 4134.0, 4162.0, 4113.0, 4122.0, 4132.0, 4138.0, 4108.0, 4150.0, 4138.0, 4119.0, 4171.0, 4129.0, 4110.0, 4159.0, 4106.0, 4147.0, 4112.0, 4102.0, 4144.0, 4112.0, 4092.0, 4142.0, 4092.0, 4122.0, 4090.0, 4090.0, 4119.0, 4077.0, 4079.0, 4118.0, 4077.0, 4097.0, 4076.0, 4078.0, 4107.0, 4089.0, 4099.0, 4078.0, 4090.0, 4109.0, 4088.0, 4070.0, 4078.0, 4090.0, 4122.0, 4090.0, 4102.0, 4082.0, 4132.0, 4102.0, 4122.0, 4103.0, 4094.0, 4103.0, 4106.0, 4136.0, 4094.0, 4106.0, 4134.0, 4105.0, 4106.0, 4097.0, 4157.0, 4117.0, 4161.0, 4128.0, 4160.0, 4117.0, 4137.0, 4119.0, 4116.0, 4118.0, 4147.0, 4123.0, 4104.0, 4136.0, 4125.0, 4117.0, 4145.0, 4106.0, 4115.0, 4096.0, 4102.0, 4114.0, 4155.0, 4112.0, 4094.0, 4135.0, 4093.0, 4124.0, 4132.0, 4092.0, 4120.0, 4065.0, 4075.0, 4104.0, 4075.0, 4075.0, 4066.0, 4087.0, 4085.0, 4109.0, 4096.0, 4076.0, 4084.0, 4075.0, 4085.0, 4077.0, 4074.0, 4077.0, 4067.0, 4076.0, 4068.0, 4076.0, 4077.0, 4098.0, 4089.0, 4077.0, 4092.0, 4078.0, 4089.0, 4076.0, 4089.0, 4102.0, 4091.0, 4102.0, 4120.0, 4092.0, 4111.0, 4091.0, 4081.0, 4108.0, 4089.0, 4120.0, 4088.0, 4080.0, 4109.0, 4091.0, 4101.0, 4091.0, 4121.0, 4101.0, 4102.0, 4130.0, 4105.0, 4106.0, 4106.0, 4084.0, 4103.0, 4104.0, 4113.0, 4093.0, 4115.0, 4114.0, 4083.0, 4114.0, 4117.0, 4149.0, 4131.0, 4106.0, 4105.0, 4160.0, 4117.0, 4138.0, 4109.0, 4138.0, 4117.0, 4140.0, 4160.0, 4121.0, 4150.0, 4114.0, 4106.0, 4123.0, 4103.0, 4139.0, 4096.0, 4105.0, 4136.0, 4106.0, 4095.0, 4108.0, 4116.0, 4096.0, 4090.0, 4106.0, 4106.0, 4127.0, 4107.0, 4127.0, 4116.0, 4119.0, 4146.0, 4094.0, 4102.0, 4121.0, 4091.0, 4092.0, 4111.0, 4093.0, 4102.0, 4092.0, 4082.0, 4102.0, 4105.0, 4122.0, 4092.0, 4095.0, 4121.0, 4094.0, 4105.0, 4106.0, 4096.0, 4128.0, 4107.0, 4147.0, 4129.0, 4131.0, 4129.0, 4130.0, 4136.0, 4118.0, 4146.0, 4122.0, 4150.0, 4119.0, 4139.0, 4126.0, 4119.0, 4148.0, 4106.0, 4137.0, 4143.0, 4094.0, 4145.0, 4112.0, 4102.0, 4132.0, 4092.0, 4093.0, 4130.0, 4094.0, 4135.0, 4103.0, 4094.0, 4094.0, 4097.0, 4103.0, 4129.0, 4125.0, 4105.0, 4113.0, 4108.0, 4138.0, 4139.0, 4134.0, 4096.0, 4116.0, 4117.0, 4124.0, 4118.0, 4137.0, 4107.0, 4115.0, 4107.0, 4124.0, 4102.0, 4103.0, 4134.0, 4092.0, 4136.0, 4105.0, 4094.0, 4113.0, 4092.0, 4124.0, 4093.0, 4113.0, 4092.0, 4123.0, 4090.0, 4111.0, 4089.0, 4123.0, 4130.0, 4111.0, 4120.0, 4068.0, 4080.0, 4107.0, 4077.0, 4088.0, 4096.0, 4068.0, 4097.0, 4067.0, 4066.0, 4086.0, 4079.0, 4098.0, 4078.0, 4091.0, 4118.0, 4080.0, 4079.0, 4082.0, 4094.0, 4107.0, 4119.0, 4127.0, 4116.0, 4129.0, 4133.0, 4139.0, 4133.0, 4130.0, 4144.0, 4120.0, 4133.0, 4161.0, 4142.0, 4171.0, 4143.0, 4172.0, 4131.0, 4149.0, 4132.0, 4162.0, 4158.0, 4125.0, 4155.0, 4105.0, 4144.0, 4136.0, 4117.0, 4146.0, 4092.0, 4133.0, 4089.0, 4093.0, 4119.0, 4091.0, 4120.0, 4089.0, 4093.0, 4133.0, 4104.0, 4113.0, 4104.0, 4112.0, 4105.0, 4102.0, 4104.0, 4157.0, 4155.0, 4126.0, 4133.0, 4092.0, 4093.0, 4130.0, 4091.0, 4112.0, 4130.0, 4102.0, 4145.0, 4104.0, 4136.0, 4105.0, 4114.0, 4105.0, 4114.0, 4114.0, 4138.0, 4106.0, 4148.0, 4157.0, 4107.0, 4149.0, 4114.0, 4104.0, 4122.0, 4091.0, 4101.0, 4141.0, 4091.0, 4133.0, 4100.0, 4091.0, 4130.0, 4080.0, 4081.0, 4087.0, 4077.0, 4142.0], 'WindowWidth': [9280.0, 9211.0, 9230.0, 9162.0, 9175.0, 9200.0, 9157.0, 9160.0, 9191.0, 9158.0, 9185.0, 9137.0, 9155.0, 9193.0, 9142.0, 9152.0, 9154.0, 9160.0, 9154.0, 9157.0, 9203.0, 9177.0, 9156.0, 9175.0, 9151.0, 9155.0, 9190.0, 9148.0, 9195.0, 9143.0, 9136.0, 9174.0, 9133.0, 9118.0, 9151.0, 9167.0, 9176.0, 9136.0, 9164.0, 9159.0, 9139.0, 9175.0, 9136.0, 9149.0, 9190.0, 9132.0, 9150.0, 9168.0, 9132.0, 9176.0, 9141.0, 9140.0, 9172.0, 9131.0, 9136.0, 9169.0, 9131.0, 9158.0, 9114.0, 9133.0, 9169.0, 9128.0, 9158.0, 9154.0, 9134.0, 9154.0, 9115.0, 9114.0, 9129.0, 9149.0, 9159.0, 9129.0, 9133.0, 9168.0, 9128.0, 9156.0, 9110.0, 9127.0, 9168.0, 9108.0, 9130.0, 9137.0, 9115.0, 9132.0, 9169.0, 9131.0, 9176.0, 9134.0, 9145.0, 9157.0, 9148.0, 9157.0, 9148.0, 9163.0, 9166.0, 9190.0, 9145.0, 9162.0, 9202.0, 9163.0, 9211.0, 9191.0, 9165.0, 9203.0, 9156.0, 9152.0, 9193.0, 9136.0, 9186.0, 9192.0, 9165.0, 9180.0, 9126.0, 9143.0, 9168.0, 9107.0, 9108.0, 9165.0, 9107.0, 9107.0, 9143.0, 9106.0, 9148.0, 9089.0, 9109.0, 9165.0, 9092.0, 9109.0, 9143.0, 9109.0, 9123.0, 9095.0, 9139.0, 9103.0, 9119.0, 9103.0, 9100.0, 9134.0, 9154.0, 9117.0, 9150.0, 9117.0, 9142.0, 9140.0, 9180.0, 9172.0, 9159.0, 9171.0, 9162.0, 9225.0, 9168.0, 9159.0, 9190.0, 9142.0, 9187.0, 9200.0, 9144.0, 9182.0, 9142.0, 9166.0, 9128.0, 9184.0, 9151.0, 9131.0, 9182.0, 9143.0, 9173.0, 9138.0, 9143.0, 9183.0, 9138.0, 9140.0, 9138.0, 9142.0, 9182.0, 9126.0, 9176.0, 9153.0, 9146.0, 9182.0, 9146.0, 9172.0, 9141.0, 9147.0, 9197.0, 9143.0, 9183.0, 9128.0, 9157.0, 9192.0, 9123.0, 9186.0, 9140.0, 9128.0, 9162.0, 9125.0, 9172.0, 9149.0, 9175.0, 9119.0, 9146.0, 9187.0, 9142.0, 9151.0, 9126.0, 9205.0, 9148.0, 9170.0, 9196.0, 9141.0, 9180.0, 9117.0, 9179.0, 9168.0, 9118.0, 9170.0, 9100.0, 9135.0, 9122.0, 9165.0, 9176.0, 9123.0, 9134.0, 9118.0, 9125.0, 9160.0, 9139.0, 9150.0, 9127.0, 9145.0, 9123.0, 9141.0, 9183.0, 9126.0, 9124.0, 9148.0, 9192.0, 9195.0, 9185.0, 9149.0, 9173.0, 9149.0, 9166.0, 9240.0, 9169.0, 9148.0, 9202.0, 9135.0, 9172.0, 9169.0, 9163.0, 9191.0, 9144.0, 9215.0, 9162.0, 9141.0, 9197.0, 9150.0, 9177.0, 9144.0, 9131.0, 9169.0, 9093.0, 9108.0, 9165.0, 9108.0, 9123.0, 9073.0, 9106.0, 9116.0, 9110.0, 9110.0, 9080.0, 9124.0, 9107.0, 9138.0, 9109.0, 9181.0, 9169.0, 9233.0, 9231.0, 9209.0, 9186.0, 9158.0, 9210.0, 9145.0, 9136.0, 9191.0, 9137.0, 9195.0, 9147.0, 9137.0, 9195.0, 9139.0, 9130.0, 9148.0, 9126.0, 9141.0, 9125.0, 9159.0, 9209.0, 9154.0, 9146.0, 9136.0, 9175.0, 9133.0, 9155.0, 9179.0, 9155.0, 9213.0, 9153.0, 9157.0, 9195.0, 9151.0, 9159.0, 9122.0, 9154.0, 9189.0, 9132.0, 9179.0, 9190.0, 9148.0, 9178.0, 9132.0, 9148.0, 9187.0, 9130.0, 9176.0, 9167.0, 9125.0, 9154.0, 9106.0, 9125.0, 9149.0, 9107.0, 9127.0, 9167.0, 9121.0, 9124.0, 9092.0, 9123.0, 9132.0, 9110.0, 9127.0, 9148.0, 9130.0, 9172.0, 9125.0, 9171.0, 9176.0, 9134.0, 9158.0, 9139.0, 9165.0, 9155.0, 9130.0, 9155.0, 9180.0, 9139.0, 9153.0, 9159.0, 9170.0, 9140.0, 9156.0, 9205.0, 9148.0, 9198.0, 9139.0, 9132.0, 9155.0, 9128.0, 9148.0, 9169.0, 9146.0, 9156.0, 9129.0, 9143.0, 9140.0, 9137.0, 9191.0, 9117.0, 9154.0, 9172.0, 9134.0, 9146.0, 9113.0, 9143.0, 9169.0, 9138.0, 9172.0, 9121.0, 9155.0, 9183.0, 9152.0, 9155.0, 9214.0, 9138.0, 9147.0, 9137.0, 9156.0, 9121.0, 9184.0, 9196.0, 9161.0, 9200.0, 9146.0, 9225.0, 9203.0, 9173.0, 9197.0, 9158.0, 9182.0, 9174.0, 9134.0, 9192.0, 9119.0, 9135.0, 9133.0, 9131.0, 9157.0, 9129.0, 9130.0, 9171.0, 9132.0, 9148.0, 9113.0, 9132.0, 9169.0, 9130.0, 9148.0, 9166.0, 9130.0, 9173.0, 9111.0, 9137.0, 9104.0, 9138.0, 9121.0, 9099.0, 9137.0, 9114.0, 9135.0, 9117.0, 9162.0, 9127.0, 9160.0, 9171.0, 9160.0, 9190.0, 9178.0, 9166.0, 9155.0, 9142.0, 9155.0, 9217.0, 9165.0, 9197.0, 9130.0, 9150.0, 9126.0, 9138.0, 9191.0, 9136.0, 9144.0, 9136.0, 9175.0, 9118.0, 9140.0, 9189.0, 9140.0, 9152.0, 9147.0, 9152.0, 9144.0, 9177.0, 9183.0, 9149.0, 9212.0, 9191.0, 9224.0, 9160.0, 9173.0, 9187.0, 9187.0, 9146.0, 9205.0, 9184.0, 9162.0, 9238.0, 9174.0, 9150.0, 9215.0, 9139.0, 9196.0, 9137.0, 9126.0, 9192.0, 9138.0, 9113.0, 9180.0, 9112.0, 9154.0, 9104.0, 9104.0, 9145.0, 9084.0, 9090.0, 9140.0, 9083.0, 9110.0, 9081.0, 9086.0, 9124.0, 9102.0, 9118.0, 9087.0, 9107.0, 9130.0, 9101.0, 9079.0, 9087.0, 9108.0, 9153.0, 9108.0, 9125.0, 9101.0, 9166.0, 9125.0, 9153.0, 9128.0, 9118.0, 9129.0, 9136.0, 9179.0, 9117.0, 9137.0, 9172.0, 9136.0, 9139.0, 9128.0, 9210.0, 9158.0, 9221.0, 9170.0, 9219.0, 9154.0, 9182.0, 9162.0, 9151.0, 9157.0, 9195.0, 9156.0, 9133.0, 9178.0, 9158.0, 9153.0, 9190.0, 9139.0, 9150.0, 9126.0, 9129.0, 9148.0, 9206.0, 9139.0, 9119.0, 9175.0, 9115.0, 9160.0, 9168.0, 9110.0, 9148.0, 9063.0, 9078.0, 9117.0, 9076.0, 9080.0, 9069.0, 9100.0, 9094.0, 9129.0, 9107.0, 9081.0, 9086.0, 9077.0, 9090.0, 9080.0, 9072.0, 9078.0, 9064.0, 9077.0, 9069.0, 9076.0, 9080.0, 9111.0, 9097.0, 9079.0, 9103.0, 9083.0, 9099.0, 9078.0, 9099.0, 9121.0, 9108.0, 9127.0, 9146.0, 9108.0, 9133.0, 9108.0, 9095.0, 9126.0, 9104.0, 9145.0, 9100.0, 9094.0, 9129.0, 9109.0, 9120.0, 9109.0, 9147.0, 9120.0, 9125.0, 9159.0, 9135.0, 9140.0, 9137.0, 9106.0, 9129.0, 9132.0, 9142.0, 9117.0, 9149.0, 9144.0, 9105.0, 9144.0, 9155.0, 9205.0, 9182.0, 9140.0, 9139.0, 9217.0, 9157.0, 9185.0, 9147.0, 9186.0, 9155.0, 9188.0, 9220.0, 9165.0, 9202.0, 9141.0, 9134.0, 9156.0, 9128.0, 9187.0, 9122.0, 9132.0, 9180.0, 9136.0, 9117.0, 9140.0, 9147.0, 9116.0, 9112.0, 9129.0, 9136.0, 9165.0, 9138.0, 9166.0, 9151.0, 9160.0, 9191.0, 9114.0, 9125.0, 9150.0, 9109.0, 9110.0, 9134.0, 9113.0, 9125.0, 9112.0, 9100.0, 9125.0, 9133.0, 9153.0, 9113.0, 9119.0, 9150.0, 9119.0, 9133.0, 9136.0, 9126.0, 9171.0, 9143.0, 9196.0, 9179.0, 9184.0, 9180.0, 9183.0, 9183.0, 9159.0, 9193.0, 9175.0, 9203.0, 9160.0, 9190.0, 9167.0, 9160.0, 9200.0, 9138.0, 9180.0, 9186.0, 9118.0, 9191.0, 9139.0, 9126.0, 9165.0, 9113.0, 9114.0, 9160.0, 9120.0, 9173.0, 9129.0, 9118.0, 9120.0, 9129.0, 9128.0, 9172.0, 9161.0, 9134.0, 9142.0, 9143.0, 9185.0, 9185.0, 9170.0, 9123.0, 9149.0, 9153.0, 9157.0, 9155.0, 9178.0, 9140.0, 9147.0, 9137.0, 9159.0, 9123.0, 9129.0, 9172.0, 9112.0, 9176.0, 9135.0, 9116.0, 9139.0, 9111.0, 9157.0, 9113.0, 9140.0, 9109.0, 9153.0, 9107.0, 9132.0, 9104.0, 9156.0, 9163.0, 9133.0, 9147.0, 9072.0, 9089.0, 9122.0, 9082.0, 9097.0, 9102.0, 9070.0, 9109.0, 9067.0, 9067.0, 9093.0, 9087.0, 9110.0, 9084.0, 9106.0, 9139.0, 9093.0, 9089.0, 9098.0, 9115.0, 9142.0, 9161.0, 9169.0, 9154.0, 9177.0, 9191.0, 9196.0, 9192.0, 9181.0, 9209.0, 9170.0, 9192.0, 9224.0, 9201.0, 9238.0, 9204.0, 9240.0, 9180.0, 9202.0, 9184.0, 9227.0, 9216.0, 9164.0, 9206.0, 9138.0, 9190.0, 9180.0, 9160.0, 9192.0, 9115.0, 9170.0, 9105.0, 9114.0, 9144.0, 9110.0, 9146.0, 9103.0, 9117.0, 9171.0, 9136.0, 9142.0, 9134.0, 9141.0, 9135.0, 9128.0, 9135.0, 9209.0, 9206.0, 9163.0, 9170.0, 9113.0, 9115.0, 9161.0, 9110.0, 9139.0, 9159.0, 9127.0, 9186.0, 9131.0, 9176.0, 9131.0, 9142.0, 9135.0, 9144.0, 9148.0, 9182.0, 9138.0, 9197.0, 9207.0, 9140.0, 9201.0, 9146.0, 9133.0, 9152.0, 9109.0, 9124.0, 9175.0, 9111.0, 9171.0, 9120.0, 9110.0, 9161.0, 9092.0, 9095.0, 9096.0, 9085.0, 9183.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.001835563218390804</td></tr>
<tr><td colspan=3>aqi</td><td>0.08025768149425289</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.07986635878019</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.113712401357881</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9385550110932096</td></tr>
<tr><td colspan=3>efc</td><td>0.4791</td></tr>
<tr><td colspan=3>fber</td><td>4523.7832</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14287170475543542</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>156</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.93103448275862</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.472273248029022</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3176255811071367</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.69334584487654</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.405848318103389</td></tr>
<tr><td colspan=3>gcor</td><td>0.00956859</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022463573142886162</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024250609800219536</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.354078256917662</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>41.1123</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.3764</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.0512</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300509.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>699.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.505</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9946</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>485.726</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3337.6626</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3487.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76035.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1440.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4275.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>800.8531</td></tr>
<tr><td colspan=3>tsnr</td><td>26.035522079095244</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>