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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0081/ses-04/func/sub-0081_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>eb45eff35082a54bd758ca9e4b0e5d95</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>15:18:7.097500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.988788, 0.123504, -0.0839404, -0.118081, 0.990756, 0.0667743]</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0924284</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4110, -7715, -7308, 549, -10, -67, 65, 48]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.893</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a5711c39-20cf-47e0-91b3-a39b9f7a14ad||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6528446674346924, -0.3168022930622101, -0.2468107044696808, 134.1791229248047], [-0.33135107159614563, 2.6581268310546875, 0.15150736272335052, -80.68218231201172], [-0.22520603239536285, -0.1791505515575409, 2.6844234466552734, -70.10169219970703], [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': ['151807.097500', '151807.557500', '151808.017500', '151808.477500', '151808.937500', '151809.397500', '151809.857500', '151810.317500', '151810.777500', '151811.237500', '151811.697500', '151812.157500', '151812.617500', '151813.077500', '151813.537500', '151813.997500', '151814.457500', '151814.917500', '151815.377500', '151815.837500', '151816.297500', '151816.757500', '151817.217500', '151817.677500', '151818.137500', '151818.597500', '151819.057500', '151819.517500', '151819.977500', '151820.437500', '151820.897500', '151821.357500', '151821.817500', '151822.277500', '151822.737500', '151823.197500', '151823.657500', '151824.117500', '151824.577500', '151825.037500', '151825.497500', '151825.957500', '151826.417500', '151826.877500', '151827.337500', '151827.797500', '151828.257500', '151828.717500', '151829.177500', '151829.637500', '151830.097500', '151830.557500', '151831.017500', '151831.477500', '151831.937500', '151832.397500', '151832.857500', '151833.317500', '151833.777500', '151834.237500', '151834.697500', '151835.157500', '151835.617500', '151836.077500', '151836.537500', '151836.997500', '151837.457500', '151837.917500', '151838.377500', '151838.837500', '151839.297500', '151839.757500', '151840.217500', '151840.677500', '151841.137500', '151841.597500', '151842.057500', '151842.517500', '151842.977500', '151843.437500', '151843.897500', '151844.357500', '151844.817500', '151845.277500', '151845.737500', '151846.197500', '151846.657500', '151847.117500', '151847.577500', '151848.037500', '151848.497500', '151848.957500', '151849.417500', '151849.877500', '151850.337500', '151850.797500', '151851.257500', '151851.717500', '151852.177500', '151852.637500', '151853.097500', '151853.557500', '151854.017500', '151854.477500', '151854.937500', '151855.397500', '151855.857500', '151856.317500', '151856.777500', '151857.237500', '151857.697500', '151858.157500', '151858.617500', '151859.077500', '151859.537500', '151859.997500', '151900.457500', '151900.917500', '151901.377500', '151901.837500', '151902.297500', '151902.757500', '151903.217500', '151903.677500', '151904.137500', '151904.597500', '151905.057500', '151905.517500', '151905.977500', '151906.437500', '151906.897500', '151907.357500', '151907.817500', '151908.277500', '151908.737500', '151909.197500', '151909.657500', '151910.117500', '151910.577500', '151911.037500', '151911.497500', '151911.957500', '151912.417500', '151912.877500', '151913.337500', '151913.797500', '151914.257500', '151914.717500', '151915.177500', '151915.637500', '151916.097500', '151916.557500', '151917.017500', '151917.477500', '151917.937500', '151918.397500', '151918.857500', '151919.317500', '151919.777500', '151920.237500', '151920.697500', '151921.157500', '151921.617500', '151922.077500', '151922.537500', '151922.997500', '151923.457500', '151923.917500', '151924.377500', '151924.837500', '151925.297500', '151925.757500', '151926.217500', '151926.677500', '151927.137500', '151927.597500', '151928.057500', '151928.517500', '151928.977500', '151929.437500', '151929.897500', '151930.357500', '151930.817500', '151931.277500', '151931.737500', '151932.197500', '151932.657500', '151933.117500', '151933.577500', '151934.037500', '151934.497500', '151934.957500', '151935.417500', '151935.877500', '151936.337500', '151936.797500', '151937.257500', '151937.717500', '151938.177500', '151938.637500', '151939.097500', '151939.557500', '151940.017500', '151940.477500', '151940.937500', '151941.397500', '151941.857500', '151942.317500', '151942.777500', '151943.237500', '151943.697500', '151944.157500', '151944.617500', '151945.077500', '151945.537500', '151945.997500', '151946.457500', '151946.917500', '151947.377500', '151947.837500', '151948.297500', '151948.757500', '151949.217500', '151949.677500', '151950.137500', '151950.597500', '151951.057500', '151951.517500', '151951.977500', '151952.437500', '151952.897500', '151953.357500', '151953.817500', '151954.277500', '151954.737500', '151955.197500', '151955.657500', '151956.117500', '151956.577500', '151957.037500', '151957.497500', '151957.957500', '151958.417500', '151958.877500', '151959.337500', '151959.797500', '152000.257500', '152000.717500', '152001.177500', '152001.637500', '152002.097500', '152002.557500', '152003.017500', '152003.477500', '152003.937500', '152004.397500', '152004.857500', '152005.317500', '152005.777500', '152006.237500', '152006.697500', '152007.157500', '152007.617500', '152008.077500', '152008.537500', '152008.997500', '152009.457500', '152009.917500', '152010.377500', '152010.837500', '152011.297500', '152011.757500', '152012.217500', '152012.677500', '152013.137500', '152013.597500', '152014.057500', '152014.517500', '152014.977500', '152015.437500', '152015.897500', '152016.357500', '152016.817500', '152017.277500', '152017.737500', '152018.197500', '152018.657500', '152019.117500', '152019.577500', '152020.037500', '152020.497500', '152020.957500', '152021.417500', '152021.877500', '152022.337500', '152022.797500', '152023.257500', '152023.717500', '152024.177500', '152024.637500', '152025.097500', '152025.557500', '152026.017500', '152026.477500', '152026.937500', '152027.397500', '152027.857500', '152028.317500', '152028.777500', '152029.237500', '152029.697500', '152030.157500', '152030.617500', '152031.077500', '152031.537500', '152031.997500', '152032.457500', '152032.917500', '152033.377500', '152033.837500', '152034.297500', '152034.757500', '152035.217500', '152035.677500', '152036.137500', '152036.597500', '152037.057500', '152037.517500', '152037.977500', '152038.437500', '152038.897500', '152039.357500', '152039.817500', '152040.277500', '152040.737500', '152041.197500', '152041.657500', '152042.117500', '152042.577500', '152043.037500', '152043.497500', '152043.957500', '152044.417500', '152044.877500', '152045.337500', '152045.797500', '152046.257500', '152046.717500', '152047.177500', '152047.637500', '152048.097500', '152048.557500', '152049.017500', '152049.477500', '152049.937500', '152050.397500', '152050.857500', '152051.317500', '152051.777500', '152052.237500', '152052.697500', '152053.157500', '152053.617500', '152054.077500', '152054.537500', '152054.997500', '152055.457500', '152055.917500', '152056.377500', '152056.837500', '152057.297500', '152057.757500', '152058.217500', '152058.677500', '152059.137500', '152059.597500', '152100.057500', '152100.517500', '152100.977500', '152101.437500', '152101.897500', '152102.357500', '152102.817500', '152103.277500', '152103.737500', '152104.197500', '152104.657500', '152105.117500', '152105.577500', '152106.037500', '152106.497500', '152106.957500', '152107.417500', '152107.877500', '152108.337500', '152108.797500', '152109.257500', '152109.717500', '152110.177500', '152110.637500', '152111.097500', '152111.557500', '152112.017500', '152112.477500', '152112.937500', '152113.397500', '152113.857500', '152114.317500', '152114.777500', '152115.237500', '152115.697500', '152116.157500', '152116.617500', '152117.077500', '152117.537500', '152117.997500', '152118.457500', '152118.917500', '152119.377500', '152119.837500', '152120.297500', '152120.757500', '152121.217500', '152121.677500', '152122.137500', '152122.597500', '152123.057500', '152123.517500', '152123.977500', '152124.437500', '152124.897500', '152125.357500', '152125.817500', '152126.277500', '152126.737500', '152127.197500', '152127.657500', '152128.117500', '152128.577500', '152129.037500', '152129.497500', '152129.957500', '152130.417500', '152130.877500', '152131.337500', '152131.797500', '152132.257500', '152132.717500', '152133.177500', '152133.637500', '152134.097500', '152134.557500', '152135.017500', '152135.477500', '152135.937500', '152136.397500', '152136.857500', '152137.317500', '152137.777500', '152138.237500', '152138.697500', '152139.157500', '152139.617500', '152140.077500', '152140.537500', '152140.997500', '152141.457500', '152141.917500', '152142.377500', '152142.837500', '152143.297500', '152143.757500', '152144.217500', '152144.677500', '152145.137500', '152145.597500', '152146.057500', '152146.517500', '152146.977500', '152147.437500', '152147.897500', '152148.357500', '152148.817500', '152149.277500', '152149.737500', '152150.197500', '152150.657500', '152151.117500', '152151.577500', '152152.037500', '152152.497500', '152152.957500', '152153.417500', '152153.877500', '152154.337500', '152154.797500', '152155.257500', '152155.717500', '152156.177500', '152156.637500', '152157.097500', '152157.557500', '152158.017500', '152158.477500', '152158.937500', '152159.397500', '152159.857500', '152200.317500', '152200.777500', '152201.237500', '152201.697500', '152202.157500', '152202.617500', '152203.077500', '152203.537500', '152203.997500', '152204.457500', '152204.917500', '152205.377500', '152205.837500', '152206.297500', '152206.757500', '152207.217500', '152207.677500', '152208.137500', '152208.597500', '152209.057500', '152209.517500', '152209.977500', '152210.437500', '152210.897500', '152211.357500', '152211.817500', '152212.277500', '152212.737500', '152213.197500', '152213.657500', '152214.117500', '152214.577500', '152215.037500', '152215.497500', '152215.957500', '152216.417500', '152216.877500', '152217.337500', '152217.797500', '152218.257500', '152218.717500', '152219.177500', '152219.637500', '152220.097500', '152220.557500', '152221.017500', '152221.477500', '152221.937500', '152222.397500', '152222.857500', '152223.317500', '152223.777500', '152224.237500', '152224.697500', '152225.157500', '152225.617500', '152226.077500', '152226.537500', '152226.997500', '152227.457500', '152227.917500', '152228.377500', '152228.837500', '152229.297500', '152229.757500', '152230.217500', '152230.677500', '152231.137500', '152231.597500', '152232.057500', '152232.517500', '152232.977500', '152233.437500', '152233.897500', '152234.357500', '152234.817500', '152235.277500', '152235.737500', '152236.197500', '152236.657500', '152237.117500', '152237.577500', '152238.037500', '152238.497500', '152238.957500', '152239.417500', '152239.877500', '152240.337500', '152240.797500', '152241.257500', '152241.717500', '152242.177500', '152242.637500', '152243.097500', '152243.557500', '152244.017500', '152244.477500', '152244.937500', '152245.397500', '152245.857500', '152246.317500', '152246.777500', '152247.237500', '152247.697500', '152248.157500', '152248.617500', '152249.077500', '152249.537500', '152249.997500', '152250.457500', '152250.917500', '152251.377500', '152251.837500', '152252.297500', '152252.757500', '152253.217500', '152253.677500', '152254.137500', '152254.597500', '152255.057500', '152255.517500', '152255.977500', '152256.437500', '152256.897500', '152257.357500', '152257.817500', '152258.277500', '152258.737500', '152259.197500', '152259.657500', '152300.117500', '152300.577500', '152301.037500', '152301.497500', '152301.957500', '152302.417500', '152302.877500', '152303.337500', '152303.797500', '152304.257500', '152304.717500', '152305.177500', '152305.637500', '152306.097500', '152306.557500', '152307.017500', '152307.477500', '152307.937500', '152308.397500', '152308.857500', '152309.317500', '152309.777500', '152310.237500', '152310.697500', '152311.157500', '152311.617500', '152312.077500', '152312.537500', '152312.997500', '152313.457500', '152313.917500', '152314.377500', '152314.837500', '152315.297500', '152315.757500', '152316.217500', '152316.677500', '152317.137500', '152317.597500', '152318.057500', '152318.517500', '152318.977500', '152319.437500', '152319.897500', '152320.357500', '152320.817500', '152321.277500', '152321.737500', '152322.197500', '152322.657500', '152323.117500', '152323.577500', '152324.037500', '152324.497500', '152324.957500', '152325.417500', '152325.877500', '152326.337500', '152326.797500', '152327.257500', '152327.717500', '152328.177500', '152328.637500', '152329.097500', '152329.557500', '152330.017500', '152330.477500', '152330.937500', '152331.397500', '152331.857500', '152332.317500', '152332.777500', '152333.237500', '152333.697500', '152334.157500', '152334.617500', '152335.077500', '152335.537500', '152335.997500', '152336.457500', '152336.917500', '152337.377500', '152337.837500', '152338.297500', '152338.757500', '152339.217500', '152339.677500', '152340.137500', '152340.597500', '152341.057500', '152341.517500', '152341.977500', '152342.437500', '152342.897500', '152343.357500', '152343.817500', '152344.277500', '152344.737500', '152345.197500', '152345.657500', '152346.117500', '152346.577500', '152347.037500', '152347.497500', '152347.957500', '152348.417500', '152348.877500', '152349.337500', '152349.797500', '152350.257500', '152350.717500', '152351.177500', '152351.637500', '152352.097500', '152352.557500', '152353.017500', '152353.477500', '152353.937500', '152354.397500', '152354.857500', '152355.317500', '152355.777500', '152356.237500', '152356.697500', '152357.157500', '152357.617500', '152358.077500', '152358.537500', '152358.997500', '152359.457500', '152359.917500', '152400.377500', '152400.837500', '152401.297500', '152401.757500', '152402.217500', '152402.677500', '152403.137500', '152403.597500', '152404.057500', '152404.517500', '152404.977500', '152405.437500', '152405.897500', '152406.357500', '152406.817500', '152407.277500', '152407.737500', '152408.197500', '152408.657500', '152409.117500', '152409.577500', '152410.037500', '152410.497500', '152410.957500', '152411.417500', '152411.877500', '152412.337500', '152412.797500', '152413.257500', '152413.717500', '152414.177500', '152414.637500', '152415.097500', '152415.557500', '152416.017500', '152416.477500', '152416.937500', '152417.397500', '152417.857500', '152418.317500', '152418.777500', '152419.237500', '152419.697500', '152420.157500', '152420.617500', '152421.077500', '152421.537500', '152421.997500', '152422.457500', '152422.917500', '152423.377500', '152423.837500', '152424.297500', '152424.757500', '152425.217500', '152425.677500', '152426.137500', '152426.597500', '152427.057500', '152427.517500', '152427.977500', '152428.437500', '152428.897500', '152429.357500', '152429.817500', '152430.277500', '152430.737500', '152431.197500', '152431.657500', '152432.117500', '152432.577500', '152433.037500', '152433.497500', '152433.957500', '152434.417500', '152434.877500', '152435.337500', '152435.797500', '152436.257500', '152436.717500', '152437.177500', '152437.637500', '152438.097500', '152438.557500', '152439.017500', '152439.477500', '152439.937500', '152440.397500', '152440.857500', '152441.317500', '152441.777500', '152442.237500', '152442.697500', '152443.157500', '152443.617500', '152444.077500', '152444.537500', '152444.997500', '152445.457500', '152445.917500', '152446.377500', '152446.837500', '152447.297500', '152447.757500'], 'ContentTime': ['151827.750000', '151827.753000', '151827.756000', '151827.759000', '151827.761000', '151827.764000', '151827.767000', '151827.769000', '151827.772000', '151827.774000', '151827.777000', '151827.780000', '151827.782000', '151827.785000', '151827.788000', '151827.798000', '151827.801000', '151827.804000', '151827.807000', '151827.809000', '151827.812000', '151827.814000', '151827.817000', '151827.820000', '151827.822000', '151827.825000', '151827.827000', '151827.858000', '151827.861000', '151827.864000', '151827.866000', '151827.869000', '151827.871000', '151827.874000', '151827.877000', '151827.880000', '151827.889000', '151827.892000', '151827.895000', '151827.898000', '151827.901000', '151827.903000', '151827.906000', '151847.692000', '151847.696000', '151847.699000', '151847.702000', '151847.704000', '151847.707000', '151847.709000', '151847.712000', '151847.714000', '151847.717000', '151847.720000', '151847.722000', '151847.725000', '151847.727000', '151847.730000', '151847.732000', '151847.735000', '151847.737000', '151847.740000', '151847.743000', '151847.745000', '151847.748000', '151847.750000', '151847.753000', '151847.755000', '151847.758000', '151847.761000', '151847.763000', '151847.766000', '151847.768000', '151847.771000', '151847.773000', '151847.776000', '151847.778000', '151847.781000', '151847.784000', '151847.786000', '151847.789000', '151847.791000', '151847.794000', '151847.796000', '151847.799000', '151847.805000', '151907.692000', '151907.694000', '151907.697000', '151907.700000', '151907.702000', '151907.705000', '151907.707000', '151907.710000', '151907.712000', '151907.715000', '151907.717000', '151907.720000', '151907.722000', '151907.725000', '151907.728000', '151907.730000', '151907.733000', '151907.735000', '151907.738000', '151907.740000', '151907.743000', '151907.745000', '151907.748000', '151907.750000', '151907.753000', '151907.756000', '151907.758000', '151907.761000', '151907.763000', '151907.766000', '151907.768000', '151907.771000', '151907.774000', '151907.776000', '151907.779000', '151907.781000', '151907.784000', '151907.786000', '151907.789000', '151907.791000', '151907.794000', '151907.797000', '151907.799000', '151907.802000', '151927.691000', '151927.695000', '151927.697000', '151927.700000', '151927.703000', '151927.706000', '151927.709000', '151927.711000', '151927.714000', '151927.716000', '151927.719000', '151927.722000', '151927.724000', '151927.727000', '151927.729000', '151927.732000', '151927.734000', '151927.737000', '151927.740000', '151927.743000', '151927.747000', '151927.750000', '151927.752000', '151927.755000', '151927.758000', '151927.760000', '151927.763000', '151927.765000', '151927.768000', '151927.774000', '151927.776000', '151927.779000', '151927.782000', '151927.784000', '151927.787000', '151927.789000', '151927.792000', '151927.795000', '151927.798000', '151927.801000', '151927.804000', '151927.806000', '151927.809000', '151947.691000', '151947.693000', '151947.696000', '151947.699000', '151947.701000', '151947.704000', '151947.706000', '151947.709000', '151947.711000', '151947.714000', '151947.717000', '151947.720000', '151947.722000', '151947.725000', '151947.727000', '151947.730000', '151947.732000', '151947.735000', '151947.738000', '151947.740000', '151947.743000', '151947.746000', '151947.748000', '151947.751000', '151947.753000', '151947.761000', '151947.763000', '151947.766000', '151947.768000', '151947.771000', '151947.773000', '151947.776000', '151947.779000', '151947.781000', '151947.784000', '151947.787000', '151947.789000', '151947.792000', '151947.794000', '151947.797000', '151947.800000', '151947.802000', '151947.805000', '151947.808000', '152007.691000', '152007.694000', '152007.696000', '152007.699000', '152007.701000', '152007.704000', '152007.707000', '152007.709000', '152007.712000', '152007.714000', '152007.717000', '152007.720000', '152007.722000', '152007.725000', '152007.728000', '152007.731000', '152007.734000', '152007.736000', '152007.739000', '152007.741000', '152007.744000', '152007.746000', '152007.749000', '152007.752000', '152007.754000', '152007.757000', '152007.759000', '152007.762000', '152007.764000', '152007.767000', '152007.770000', '152007.772000', '152007.775000', '152007.777000', '152007.780000', '152007.782000', '152007.785000', '152007.798000', '152007.800000', '152007.803000', '152007.806000', '152007.808000', '152007.811000', '152027.690000', '152027.693000', '152027.696000', '152027.699000', '152027.701000', '152027.704000', '152027.706000', '152027.709000', '152027.712000', '152027.714000', '152027.717000', '152027.719000', '152027.722000', '152027.725000', '152027.727000', '152027.730000', '152027.732000', '152027.735000', '152027.738000', '152027.740000', '152027.743000', '152027.745000', '152027.748000', '152027.751000', '152027.753000', '152027.756000', '152027.758000', '152027.761000', '152027.764000', '152027.766000', '152027.769000', '152027.771000', '152027.774000', '152027.776000', '152027.779000', '152027.782000', '152027.784000', '152027.787000', '152027.789000', '152027.792000', '152027.795000', '152027.797000', '152027.800000', '152027.803000', '152047.691000', '152047.694000', '152047.697000', '152047.700000', '152047.702000', '152047.705000', '152047.707000', '152047.710000', '152047.713000', '152047.715000', '152047.718000', '152047.720000', '152047.723000', '152047.725000', '152047.728000', '152047.731000', '152047.733000', '152047.736000', '152047.738000', '152047.741000', '152047.744000', '152047.746000', '152047.749000', '152047.751000', '152047.754000', '152047.757000', '152047.759000', '152047.762000', '152047.764000', '152047.767000', '152047.770000', '152047.772000', '152047.775000', '152047.777000', '152047.780000', '152047.783000', '152047.785000', '152047.794000', '152047.796000', '152047.799000', '152047.802000', '152047.804000', '152047.807000', '152107.692000', '152107.694000', '152107.697000', '152107.700000', '152107.702000', '152107.705000', '152107.707000', '152107.710000', '152107.713000', '152107.715000', '152107.718000', '152107.720000', '152107.723000', '152107.725000', '152107.728000', '152107.731000', '152107.733000', '152107.736000', '152107.738000', '152107.741000', '152107.743000', '152107.746000', '152107.749000', '152107.751000', '152107.754000', '152107.757000', '152107.759000', '152107.762000', '152107.764000', '152107.767000', '152107.770000', '152107.772000', '152107.775000', '152107.777000', '152107.780000', '152107.783000', '152107.785000', '152107.788000', '152107.790000', '152107.793000', '152107.796000', '152107.798000', '152107.801000', '152107.809000', '152127.691000', '152127.694000', '152127.697000', '152127.700000', '152127.702000', '152127.705000', '152127.707000', '152127.710000', '152127.713000', '152127.715000', '152127.718000', '152127.720000', '152127.723000', '152127.725000', '152127.728000', '152127.731000', '152127.733000', '152127.736000', '152127.738000', '152127.741000', '152127.744000', '152127.747000', '152127.750000', '152127.753000', '152127.755000', '152127.758000', '152127.760000', '152127.763000', '152127.766000', '152127.768000', '152127.771000', '152127.773000', '152127.776000', '152127.779000', '152127.781000', '152127.784000', '152127.786000', '152127.789000', '152127.792000', '152127.794000', '152127.797000', '152127.800000', '152127.802000', '152147.691000', '152147.694000', '152147.697000', '152147.700000', '152147.702000', '152147.705000', '152147.707000', '152147.710000', '152147.713000', '152147.716000', '152147.718000', '152147.721000', '152147.723000', '152147.726000', '152147.729000', '152147.731000', '152147.734000', '152147.736000', '152147.739000', '152147.755000', '152147.758000', '152147.760000', '152147.763000', '152147.766000', '152147.768000', '152147.771000', '152147.773000', '152147.776000', '152147.779000', '152147.781000', '152147.784000', '152147.786000', '152147.789000', '152147.792000', '152147.794000', '152147.797000', '152147.799000', '152147.802000', '152147.805000', '152147.807000', '152147.810000', '152147.812000', '152147.815000', '152147.818000', '152207.691000', '152207.694000', '152207.696000', '152207.699000', '152207.702000', '152207.704000', '152207.707000', '152207.710000', '152207.712000', '152207.715000', '152207.717000', '152207.720000', '152207.723000', '152207.725000', '152207.728000', '152207.730000', '152207.733000', '152207.735000', '152207.738000', '152207.741000', '152207.743000', '152207.746000', '152207.749000', '152207.751000', '152207.754000', '152207.757000', '152207.760000', '152207.763000', '152207.766000', '152207.768000', '152207.771000', '152207.785000', '152207.788000', '152207.790000', '152207.793000', '152207.796000', '152207.798000', '152207.801000', '152207.803000', '152207.806000', '152207.808000', '152207.811000', '152207.814000', '152227.691000', '152227.694000', '152227.696000', '152227.699000', '152227.701000', '152227.704000', '152227.707000', '152227.709000', '152227.712000', '152227.714000', '152227.717000', '152227.719000', '152227.722000', '152227.725000', '152227.727000', '152227.730000', '152227.732000', '152227.735000', '152227.738000', '152227.740000', '152227.743000', '152227.746000', '152227.748000', '152227.751000', '152227.753000', '152227.756000', '152227.759000', '152227.761000', '152227.764000', '152227.766000', '152227.769000', '152227.771000', '152227.774000', '152227.777000', '152227.779000', '152227.782000', '152227.784000', '152227.787000', '152227.790000', '152227.792000', '152227.795000', '152227.797000', '152227.800000', '152227.803000', '152247.690000', '152247.693000', '152247.696000', '152247.699000', '152247.701000', '152247.704000', '152247.707000', '152247.709000', '152247.712000', '152247.714000', '152247.717000', '152247.720000', '152247.722000', '152247.725000', '152247.727000', '152247.730000', '152247.732000', '152247.735000', '152247.738000', '152247.741000', '152247.743000', '152247.746000', '152247.748000', '152247.751000', '152247.754000', '152247.756000', '152247.759000', '152247.761000', '152247.764000', '152247.767000', '152247.769000', '152247.772000', '152247.775000', '152247.777000', '152247.780000', '152247.782000', '152247.786000', '152247.789000', '152247.791000', '152247.794000', '152247.797000', '152247.800000', '152247.802000', '152307.692000', '152307.695000', '152307.697000', '152307.700000', '152307.702000', '152307.705000', '152307.708000', '152307.710000', '152307.713000', '152307.715000', '152307.718000', '152307.720000', '152307.723000', '152307.725000', '152307.728000', '152307.731000', '152307.733000', '152307.736000', '152307.739000', '152307.741000', '152307.744000', '152307.746000', '152307.749000', '152307.752000', '152307.754000', '152307.757000', '152307.759000', '152307.762000', '152307.764000', '152307.767000', '152307.770000', '152307.772000', '152307.775000', '152307.777000', '152307.780000', '152307.783000', '152307.785000', '152307.788000', '152307.790000', '152307.793000', '152307.795000', '152307.798000', '152307.801000', '152307.803000', '152327.691000', '152327.694000', '152327.697000', '152327.700000', '152327.702000', '152327.705000', '152327.707000', '152327.710000', '152327.712000', '152327.715000', '152327.718000', '152327.720000', '152327.723000', '152327.726000', '152327.728000', '152327.731000', '152327.734000', '152327.736000', '152327.739000', '152327.741000', '152327.744000', '152327.747000', '152327.749000', '152327.752000', '152327.755000', '152327.757000', '152327.760000', '152327.762000', '152327.765000', '152327.767000', '152327.770000', '152327.773000', '152327.775000', '152327.778000', '152327.780000', '152327.783000', '152327.786000', '152327.788000', '152327.791000', '152327.794000', '152327.796000', '152327.799000', '152327.801000', '152347.691000', '152347.694000', '152347.697000', '152347.700000', '152347.702000', '152347.705000', '152347.707000', '152347.710000', '152347.713000', '152347.715000', '152347.718000', '152347.720000', '152347.723000', '152347.726000', '152347.728000', '152347.731000', '152347.734000', '152347.736000', '152347.739000', '152347.741000', '152347.744000', '152347.747000', '152347.749000', '152347.752000', '152347.754000', '152347.757000', '152347.760000', '152347.762000', '152347.765000', '152347.768000', '152347.770000', '152347.773000', '152347.775000', '152347.778000', '152347.781000', '152347.783000', '152347.786000', '152347.788000', '152347.791000', '152347.793000', '152347.796000', '152347.799000', '152347.802000', '152347.804000', '152407.692000', '152407.695000', '152407.697000', '152407.700000', '152407.703000', '152407.705000', '152407.708000', '152407.710000', '152407.713000', '152407.715000', '152407.718000', '152407.720000', '152407.723000', '152407.726000', '152407.728000', '152407.731000', '152407.734000', '152407.736000', '152407.739000', '152407.741000', '152407.744000', '152407.746000', '152407.749000', '152407.752000', '152407.754000', '152407.758000', '152407.761000', '152407.764000', '152407.766000', '152407.769000', '152407.771000', '152407.774000', '152407.777000', '152407.779000', '152407.782000', '152407.784000', '152407.787000', '152407.790000', '152407.792000', '152407.795000', '152407.797000', '152407.800000', '152407.803000', '152427.691000', '152427.694000', '152427.696000', '152427.699000', '152427.701000', '152427.704000', '152427.706000', '152427.709000', '152427.712000', '152427.714000', '152427.717000', '152427.719000', '152427.722000', '152427.725000', '152427.727000', '152427.730000', '152427.732000', '152427.735000', '152427.738000', '152427.740000', '152427.743000', '152427.745000', '152427.748000', '152427.751000', '152427.753000', '152427.756000', '152427.758000', '152427.761000', '152427.763000', '152427.766000', '152427.769000', '152427.771000', '152427.774000', '152427.776000', '152427.779000', '152427.782000', '152427.784000', '152427.787000', '152427.789000', '152427.792000', '152427.795000', '152427.797000', '152427.800000', '152427.803000', '152447.690000', '152447.693000', '152447.696000', '152447.699000', '152447.701000', '152447.704000', '152447.706000', '152447.709000', '152447.711000', '152447.714000', '152447.717000', '152447.719000', '152447.722000', '152447.725000', '152447.727000', '152447.730000', '152447.732000', '152447.735000', '152447.737000', '152447.740000', '152447.743000', '152447.745000', '152447.748000', '152447.750000', '152447.753000', '152447.756000', '152447.758000', '152447.761000', '152447.763000', '152447.766000', '152447.769000', '152447.771000', '152447.774000', '152447.776000', '152447.779000', '152447.782000', '152447.784000', '152447.787000', '152447.790000', '152447.792000', '152447.795000', '152447.798000', '152447.800000', '152448.771000', '152448.774000', '152448.777000'], 'InstanceCreationTime': ['151827.750000', '151827.753000', '151827.756000', '151827.759000', '151827.761000', '151827.764000', '151827.767000', '151827.769000', '151827.772000', '151827.774000', '151827.777000', '151827.780000', '151827.782000', '151827.785000', '151827.788000', '151827.798000', '151827.801000', '151827.804000', '151827.807000', '151827.809000', '151827.812000', '151827.814000', '151827.817000', '151827.820000', '151827.822000', '151827.825000', '151827.827000', '151827.858000', '151827.861000', '151827.864000', '151827.866000', '151827.869000', '151827.871000', '151827.874000', '151827.877000', '151827.880000', '151827.889000', '151827.892000', '151827.895000', '151827.898000', '151827.901000', '151827.903000', '151827.906000', '151847.692000', '151847.696000', '151847.699000', '151847.702000', '151847.704000', '151847.707000', '151847.709000', '151847.712000', '151847.714000', '151847.717000', '151847.720000', '151847.722000', '151847.725000', '151847.727000', '151847.730000', '151847.732000', '151847.735000', '151847.737000', '151847.740000', '151847.743000', '151847.745000', '151847.748000', '151847.750000', '151847.753000', '151847.755000', '151847.758000', '151847.761000', '151847.763000', '151847.766000', '151847.768000', '151847.771000', '151847.773000', '151847.776000', '151847.778000', '151847.781000', '151847.784000', '151847.786000', '151847.789000', '151847.791000', '151847.794000', '151847.796000', '151847.799000', '151847.805000', '151907.692000', '151907.694000', '151907.697000', '151907.700000', '151907.702000', '151907.705000', '151907.707000', '151907.710000', '151907.712000', '151907.715000', '151907.717000', '151907.720000', '151907.722000', '151907.725000', '151907.728000', '151907.730000', '151907.733000', '151907.735000', '151907.738000', '151907.740000', '151907.743000', '151907.745000', '151907.748000', '151907.750000', '151907.753000', '151907.756000', '151907.758000', '151907.761000', '151907.763000', '151907.766000', '151907.768000', '151907.771000', '151907.774000', '151907.776000', '151907.779000', '151907.781000', '151907.784000', '151907.786000', '151907.789000', '151907.791000', '151907.794000', '151907.797000', '151907.799000', '151907.802000', '151927.691000', '151927.695000', '151927.697000', '151927.700000', '151927.703000', '151927.706000', '151927.709000', '151927.711000', '151927.714000', '151927.716000', '151927.719000', '151927.722000', '151927.724000', '151927.727000', '151927.729000', '151927.732000', '151927.734000', '151927.737000', '151927.740000', '151927.743000', '151927.747000', '151927.750000', '151927.752000', '151927.755000', '151927.758000', '151927.760000', '151927.763000', '151927.765000', '151927.768000', '151927.774000', '151927.776000', '151927.779000', '151927.782000', '151927.784000', '151927.787000', '151927.789000', '151927.792000', '151927.795000', '151927.798000', '151927.801000', '151927.804000', '151927.806000', '151927.809000', '151947.691000', '151947.693000', '151947.696000', '151947.699000', '151947.701000', '151947.704000', '151947.706000', '151947.709000', '151947.711000', '151947.714000', '151947.717000', '151947.720000', '151947.722000', '151947.725000', '151947.727000', '151947.730000', '151947.732000', '151947.735000', '151947.738000', '151947.740000', '151947.743000', '151947.746000', '151947.748000', '151947.751000', '151947.753000', '151947.761000', '151947.763000', '151947.766000', '151947.768000', '151947.771000', '151947.773000', '151947.776000', '151947.779000', '151947.781000', '151947.784000', '151947.787000', '151947.789000', '151947.792000', '151947.794000', '151947.797000', '151947.800000', '151947.802000', '151947.805000', '151947.808000', '152007.691000', '152007.694000', '152007.696000', '152007.699000', '152007.701000', '152007.704000', '152007.707000', '152007.709000', '152007.712000', '152007.714000', '152007.717000', '152007.720000', '152007.722000', '152007.725000', '152007.728000', '152007.731000', '152007.734000', '152007.736000', '152007.739000', '152007.741000', '152007.744000', '152007.746000', '152007.749000', '152007.752000', '152007.754000', '152007.757000', '152007.759000', '152007.762000', '152007.764000', '152007.767000', '152007.770000', '152007.772000', '152007.775000', '152007.777000', '152007.780000', '152007.782000', '152007.785000', '152007.798000', '152007.800000', '152007.803000', '152007.806000', '152007.808000', '152007.811000', '152027.690000', '152027.693000', '152027.696000', '152027.699000', '152027.701000', '152027.704000', '152027.706000', '152027.709000', '152027.712000', '152027.714000', '152027.717000', '152027.719000', '152027.722000', '152027.725000', '152027.727000', '152027.730000', '152027.732000', '152027.735000', '152027.738000', '152027.740000', '152027.743000', '152027.745000', '152027.748000', '152027.751000', '152027.753000', '152027.756000', '152027.758000', '152027.761000', '152027.764000', '152027.766000', '152027.769000', '152027.771000', '152027.774000', '152027.776000', '152027.779000', '152027.782000', '152027.784000', '152027.787000', '152027.789000', '152027.792000', '152027.795000', '152027.797000', '152027.800000', '152027.803000', '152047.691000', '152047.694000', '152047.697000', '152047.700000', '152047.702000', '152047.705000', '152047.707000', '152047.710000', '152047.713000', '152047.715000', '152047.718000', '152047.720000', '152047.723000', '152047.725000', '152047.728000', '152047.731000', '152047.733000', '152047.736000', '152047.738000', '152047.741000', '152047.744000', '152047.746000', '152047.749000', '152047.751000', '152047.754000', '152047.757000', '152047.759000', '152047.762000', '152047.764000', '152047.767000', '152047.770000', '152047.772000', '152047.775000', '152047.777000', '152047.780000', '152047.783000', '152047.785000', '152047.794000', '152047.796000', '152047.799000', '152047.802000', '152047.804000', '152047.807000', '152107.692000', '152107.694000', '152107.697000', '152107.700000', '152107.702000', '152107.705000', '152107.707000', '152107.710000', '152107.713000', '152107.715000', '152107.718000', '152107.720000', '152107.723000', '152107.725000', '152107.728000', '152107.731000', '152107.733000', '152107.736000', '152107.738000', '152107.741000', '152107.743000', '152107.746000', '152107.749000', '152107.751000', '152107.754000', '152107.757000', '152107.759000', '152107.762000', '152107.764000', '152107.767000', '152107.770000', '152107.772000', '152107.775000', '152107.777000', '152107.780000', '152107.783000', '152107.785000', '152107.788000', '152107.790000', '152107.793000', '152107.796000', '152107.798000', '152107.801000', '152107.809000', '152127.691000', '152127.694000', '152127.697000', '152127.700000', '152127.702000', '152127.705000', '152127.707000', '152127.710000', '152127.713000', '152127.715000', '152127.718000', '152127.720000', '152127.723000', '152127.725000', '152127.728000', '152127.731000', '152127.733000', '152127.736000', '152127.738000', '152127.741000', '152127.744000', '152127.747000', '152127.750000', '152127.753000', '152127.755000', '152127.758000', '152127.760000', '152127.763000', '152127.766000', '152127.768000', '152127.771000', '152127.773000', '152127.776000', '152127.779000', '152127.781000', '152127.784000', '152127.786000', '152127.789000', '152127.792000', '152127.794000', '152127.797000', '152127.800000', '152127.802000', '152147.691000', '152147.694000', '152147.697000', '152147.700000', '152147.702000', '152147.705000', '152147.707000', '152147.710000', '152147.713000', '152147.716000', '152147.718000', '152147.721000', '152147.723000', '152147.726000', '152147.729000', '152147.731000', '152147.734000', '152147.736000', '152147.739000', '152147.755000', '152147.758000', '152147.760000', '152147.763000', '152147.766000', '152147.768000', '152147.771000', '152147.773000', '152147.776000', '152147.779000', '152147.781000', '152147.784000', '152147.786000', '152147.789000', '152147.792000', '152147.794000', '152147.797000', '152147.799000', '152147.802000', '152147.805000', '152147.807000', '152147.810000', '152147.812000', '152147.815000', '152147.818000', '152207.691000', '152207.694000', '152207.696000', '152207.699000', '152207.702000', '152207.704000', '152207.707000', '152207.710000', '152207.712000', '152207.715000', '152207.717000', '152207.720000', '152207.723000', '152207.725000', '152207.728000', '152207.730000', '152207.733000', '152207.735000', '152207.738000', '152207.741000', '152207.743000', '152207.746000', '152207.749000', '152207.751000', '152207.754000', '152207.757000', '152207.760000', '152207.763000', '152207.766000', '152207.768000', '152207.771000', '152207.785000', '152207.788000', '152207.790000', '152207.793000', '152207.796000', '152207.798000', '152207.801000', '152207.803000', '152207.806000', '152207.808000', '152207.811000', '152207.814000', '152227.691000', '152227.694000', '152227.696000', '152227.699000', '152227.701000', '152227.704000', '152227.707000', '152227.709000', '152227.712000', '152227.714000', '152227.717000', '152227.719000', '152227.722000', '152227.725000', '152227.727000', '152227.730000', '152227.732000', '152227.735000', '152227.738000', '152227.740000', '152227.743000', '152227.746000', '152227.748000', '152227.751000', '152227.753000', '152227.756000', '152227.759000', '152227.761000', '152227.764000', '152227.766000', '152227.769000', '152227.771000', '152227.774000', '152227.777000', '152227.779000', '152227.782000', '152227.784000', '152227.787000', '152227.790000', '152227.792000', '152227.795000', '152227.797000', '152227.800000', '152227.803000', '152247.690000', '152247.693000', '152247.696000', '152247.699000', '152247.701000', '152247.704000', '152247.707000', '152247.709000', '152247.712000', '152247.714000', '152247.717000', '152247.720000', '152247.722000', '152247.725000', '152247.727000', '152247.730000', '152247.732000', '152247.735000', '152247.738000', '152247.741000', '152247.743000', '152247.746000', '152247.748000', '152247.751000', '152247.754000', '152247.756000', '152247.759000', '152247.761000', '152247.764000', '152247.767000', '152247.769000', '152247.772000', '152247.775000', '152247.777000', '152247.780000', '152247.782000', '152247.786000', '152247.789000', '152247.791000', '152247.794000', '152247.797000', '152247.800000', '152247.802000', '152307.692000', '152307.695000', '152307.697000', '152307.700000', '152307.702000', '152307.705000', '152307.708000', '152307.710000', '152307.713000', '152307.715000', '152307.718000', '152307.720000', '152307.723000', '152307.725000', '152307.728000', '152307.731000', '152307.733000', '152307.736000', '152307.739000', '152307.741000', '152307.744000', '152307.746000', '152307.749000', '152307.752000', '152307.754000', '152307.757000', '152307.759000', '152307.762000', '152307.764000', '152307.767000', '152307.770000', '152307.772000', '152307.775000', '152307.777000', '152307.780000', '152307.783000', '152307.785000', '152307.788000', '152307.790000', '152307.793000', '152307.795000', '152307.798000', '152307.801000', '152307.803000', '152327.691000', '152327.694000', '152327.697000', '152327.700000', '152327.702000', '152327.705000', '152327.707000', '152327.710000', '152327.712000', '152327.715000', '152327.718000', '152327.720000', '152327.723000', '152327.726000', '152327.728000', '152327.731000', '152327.734000', '152327.736000', '152327.739000', '152327.741000', '152327.744000', '152327.747000', '152327.749000', '152327.752000', '152327.755000', '152327.757000', '152327.760000', '152327.762000', '152327.765000', '152327.767000', '152327.770000', '152327.773000', '152327.775000', '152327.778000', '152327.780000', '152327.783000', '152327.786000', '152327.788000', '152327.791000', '152327.794000', '152327.796000', '152327.799000', '152327.801000', '152347.691000', '152347.694000', '152347.697000', '152347.700000', '152347.702000', '152347.705000', '152347.707000', '152347.710000', '152347.713000', '152347.715000', '152347.718000', '152347.720000', '152347.723000', '152347.726000', '152347.728000', '152347.731000', '152347.734000', '152347.736000', '152347.739000', '152347.741000', '152347.744000', '152347.747000', '152347.749000', '152347.752000', '152347.754000', '152347.757000', '152347.760000', '152347.762000', '152347.765000', '152347.768000', '152347.770000', '152347.773000', '152347.775000', '152347.778000', '152347.781000', '152347.783000', '152347.786000', '152347.788000', '152347.791000', '152347.793000', '152347.796000', '152347.799000', '152347.802000', '152347.804000', '152407.692000', '152407.695000', '152407.697000', '152407.700000', '152407.703000', '152407.705000', '152407.708000', '152407.710000', '152407.713000', '152407.715000', '152407.718000', '152407.720000', '152407.723000', '152407.726000', '152407.728000', '152407.731000', '152407.734000', '152407.736000', '152407.739000', '152407.741000', '152407.744000', '152407.746000', '152407.749000', '152407.752000', '152407.754000', '152407.758000', '152407.761000', '152407.764000', '152407.766000', '152407.769000', '152407.771000', '152407.774000', '152407.777000', '152407.779000', '152407.782000', '152407.784000', '152407.787000', '152407.790000', '152407.792000', '152407.795000', '152407.797000', '152407.800000', '152407.803000', '152427.691000', '152427.694000', '152427.696000', '152427.699000', '152427.701000', '152427.704000', '152427.706000', '152427.709000', '152427.712000', '152427.714000', '152427.717000', '152427.719000', '152427.722000', '152427.725000', '152427.727000', '152427.730000', '152427.732000', '152427.735000', '152427.738000', '152427.740000', '152427.743000', '152427.745000', '152427.748000', '152427.751000', '152427.753000', '152427.756000', '152427.758000', '152427.761000', '152427.763000', '152427.766000', '152427.769000', '152427.771000', '152427.774000', '152427.776000', '152427.779000', '152427.782000', '152427.784000', '152427.787000', '152427.789000', '152427.792000', '152427.795000', '152427.797000', '152427.800000', '152427.803000', '152447.690000', '152447.693000', '152447.696000', '152447.699000', '152447.701000', '152447.704000', '152447.706000', '152447.709000', '152447.711000', '152447.714000', '152447.717000', '152447.719000', '152447.722000', '152447.725000', '152447.727000', '152447.730000', '152447.732000', '152447.735000', '152447.737000', '152447.740000', '152447.743000', '152447.745000', '152447.748000', '152447.750000', '152447.753000', '152447.756000', '152447.758000', '152447.761000', '152447.763000', '152447.766000', '152447.769000', '152447.771000', '152447.774000', '152447.776000', '152447.779000', '152447.782000', '152447.784000', '152447.787000', '152447.790000', '152447.792000', '152447.795000', '152447.798000', '152447.800000', '152448.771000', '152448.774000', '152448.777000'], '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': [10584, 8375, 8088, 8180, 8051, 8412, 7807, 7919, 7890, 8183, 8279, 8325, 7979, 9562, 8129, 8492, 8109, 8073, 8701, 7725, 7930, 7884, 7928, 7753, 7779, 8325, 8135, 8258, 7175, 7662, 7987, 8063, 8038, 8491, 7866, 7884, 8110, 7991, 8535, 7643, 7840, 10536, 7792, 7498, 7116, 8328, 8838, 7964, 7977, 7406, 8382, 7617, 8451, 8340, 7797, 8718, 8165, 8257, 9767, 7511, 8598, 8446, 8326, 7753, 7544, 8400, 7957, 8446, 9068, 8352, 7758, 9117, 8071, 8054, 7053, 7970, 8170, 8465, 10235, 8349, 8819, 12200, 7839, 8412, 11460, 7794, 8362, 8015, 8711, 8954, 7636, 8182, 7864, 7895, 7831, 7542, 8044, 7496, 7893, 8058, 8030, 7761, 7389, 7714, 8039, 8298, 7735, 7901, 9881, 7879, 8510, 7751, 7936, 8658, 7939, 8086, 8749, 7891, 7962, 8451, 7599, 7905, 8850, 7693, 8303, 7843, 7821, 8857, 8016, 8033, 8750, 7449, 8131, 8737, 7599, 8497, 8730, 7836, 8634, 7826, 8149, 8698, 7628, 8294, 9022, 7827, 8626, 7770, 7971, 8423, 7351, 8643, 7838, 8072, 7910, 7640, 8258, 7841, 8576, 8419, 7579, 8780, 8813, 7955, 7930, 7597, 8511, 8689, 7440, 8579, 7811, 8458, 8414, 7310, 9037, 7599, 8552, 8604, 7150, 8555, 8445, 8217, 7783, 7487, 8384, 9005, 7241, 8677, 7835, 8141, 9093, 7494, 8390, 7935, 7687, 8414, 7475, 7596, 7450, 7823, 8579, 7867, 7671, 7203, 8316, 8756, 8078, 7772, 7558, 7843, 8474, 7800, 8899, 7648, 7927, 8674, 7436, 8052, 7454, 7849, 9454, 7387, 8337, 7626, 8968, 9489, 8170, 8180, 7034, 9053, 8006, 8846, 7915, 7630, 7234, 7598, 7255, 8156, 7372, 9265, 12452, 7582, 9180, 9301, 7911, 8606, 7252, 8891, 8129, 8850, 9056, 7221, 9043, 8185, 8568, 9011, 7215, 9035, 8363, 8453, 8029, 6955, 8748, 8157, 8742, 8171, 7327, 8283, 8474, 7605, 8249, 7347, 8400, 8154, 8063, 8104, 7479, 7747, 8875, 7362, 8139, 7578, 7631, 9049, 7311, 7551, 8005, 7518, 8809, 7089, 8159, 7986, 7631, 8621, 6984, 8302, 8117, 8203, 9392, 7168, 8284, 10675, 7768, 8885, 7264, 8472, 9806, 7193, 8521, 8000, 8114, 9303, 7171, 8802, 7843, 8186, 8462, 7236, 8707, 7591, 8411, 7830, 7234, 8732, 8406, 7621, 8153, 7455, 8966, 8086, 8720, 8674, 7372, 8802, 7860, 8751, 9210, 7345, 8833, 8247, 7391, 9803, 8235, 9349, 7659, 8169, 7034, 7933, 7507, 8183, 6827, 9559, 7196, 8336, 11552, 7308, 8100, 9874, 7321, 8277, 8395, 8016, 9008, 7198, 8313, 8291, 7592, 8138, 7604, 7881, 9161, 7678, 7597, 7845, 7605, 8335, 7571, 8963, 8905, 7949, 8471, 7080, 8149, 9604, 7259, 8060, 7575, 7429, 8928, 7972, 7808, 9080, 7739, 7970, 8065, 7424, 9227, 8506, 7544, 9131, 7652, 8383, 8376, 7411, 9410, 7753, 8208, 8855, 7590, 8147, 8047, 7449, 9284, 7876, 8033, 8774, 7140, 8638, 8001, 7623, 8847, 7170, 8718, 7779, 7991, 8277, 8285, 6914, 8250, 7075, 7650, 10328, 7679, 8892, 7628, 8822, 10618, 6852, 8517, 7666, 9529, 9343, 8327, 8438, 7117, 8612, 7498, 6805, 7429, 6784, 7366, 7669, 7270, 8250, 7323, 8060, 7483, 7673, 9810, 7119, 7456, 9939, 7539, 8109, 7403, 7963, 8088, 8023, 7524, 7601, 7252, 7745, 7613, 7630, 7396, 7073, 6888, 8185, 7465, 8647, 9540, 10677, 8285, 10825, 8570, 9758, 8468, 8293, 8712, 10387, 13122, 10288, 12951, 7419, 8066, 13220, 7877, 7908, 7833, 7923, 8429, 7662, 7681, 8116, 7825, 7707, 7606, 7410, 7878, 8175, 7895, 7841, 6518, 7435, 7647, 7859, 7891, 7132, 7624, 7748, 7757, 7549, 7543, 7724, 7350, 7469, 7395, 6823, 7578, 6952, 8460, 7193, 6895, 7330, 7192, 7197, 7115, 6605, 7566, 7338, 7267, 7369, 6861, 7512, 7470, 6839, 7483, 6951, 7744, 7514, 6812, 7607, 7107, 7952, 7860, 7229, 7436, 7072, 7436, 7555, 7515, 7270, 6976, 8463, 7673, 7384, 7052, 7291, 7091, 7608, 7106, 7517, 6879, 7571, 7697, 8029, 7391, 6717, 7284, 7016, 8234, 7579, 7259, 7368, 7259, 7791, 7536, 7108, 8061, 7275, 7249, 7505, 7415, 8381, 7324, 7568, 7221, 7705, 7950, 7321, 7390, 7803, 7490, 7352, 7851, 7037, 7448, 7618, 7292, 7660, 7212, 7965, 7385, 7540, 7324, 7455, 7204, 7517, 7302, 8070, 7931, 7421, 7164, 7044, 8257, 7477, 6573, 8193, 7599, 7454, 6659, 7678, 6396, 7714, 8187, 8742, 7166, 10083, 10831, 7162, 7867, 7322, 7277, 8492, 7198, 7520, 7590, 7614, 7094, 7105, 7587, 8310, 7392, 6943, 7697, 7317, 7123, 7682, 7199, 7733, 7998, 6609, 7580, 7318, 7402, 8034, 6556, 7268, 7332, 7881, 7710, 7430, 7573, 7331, 8516, 7395, 6791, 7678, 7088, 8266, 7372, 7241, 8753, 7462, 7052, 7650, 7512, 7677, 7489, 7660, 7278, 7934, 7096, 6831, 7362, 7635, 8874, 7908, 9883, 7540, 7449, 7461, 7077, 7640, 7620, 7369, 7437, 7213, 7690, 7949, 7210, 8474, 7335, 8166, 9427, 7059, 8674, 11514, 7743, 10224, 8415, 7895, 10868, 7442, 7405, 7061, 8182, 7868, 7994, 7404, 7105, 8079, 7453, 7658, 7211, 7343, 8081, 6704, 7561, 7934, 7953, 8093, 7521, 8009, 8016, 7039, 7597, 7911, 8311, 7870, 7163, 7654, 7631, 6990, 7206, 7590, 7006, 7360, 6565, 7420, 7214, 7173, 7685, 6922, 7844, 7286, 8372, 7648, 7890, 8244, 8034, 7547, 8097, 7422, 8135, 7663, 8615, 10761, 7329, 7383, 11084, 7158, 6982, 7877, 7250, 7463, 6995, 7130, 7967, 6986, 6946, 7595, 6948, 8112, 6906, 7275, 8122, 7205, 6971, 7477, 6954, 7529, 7084, 7032, 7963, 7091, 6917, 7489, 7464, 8072, 7387, 7151, 7742, 7355, 8013, 7399, 7112, 7844, 8867, 8273, 7594, 6999, 7985, 7060, 7756, 11441, 7961, 7757, 9627, 7439, 8138, 7548, 7596, 11161, 7391, 9389, 7364, 6986, 7977, 7429, 8860, 7220, 7522, 9777, 7403, 7910, 7112, 7125, 8237, 7381, 7521, 7332, 6823, 7499, 6990, 8071, 7615, 7171, 7659, 7301, 9206, 7535, 7548, 8265, 7379, 8309, 7551, 7315, 9662, 7202, 7620, 9844], 'WindowCenter': [3678.0, 3645.0, 3644.0, 3642.0, 3627.0, 3625.0, 3616.0, 3616.0, 3615.0, 3626.0, 3626.0, 3627.0, 3627.0, 3636.0, 3614.0, 3626.0, 3613.0, 3626.0, 3635.0, 3614.0, 3627.0, 3627.0, 3628.0, 3616.0, 3626.0, 3641.0, 3639.0, 3640.0, 3616.0, 3628.0, 3628.0, 3627.0, 3628.0, 3640.0, 3629.0, 3629.0, 3625.0, 3629.0, 3639.0, 3616.0, 3630.0, 3658.0, 3629.0, 3630.0, 3618.0, 3641.0, 3636.0, 3627.0, 3629.0, 3631.0, 3640.0, 3628.0, 3640.0, 3625.0, 3613.0, 3625.0, 3625.0, 3625.0, 3633.0, 3602.0, 3624.0, 3612.0, 3613.0, 3611.0, 3616.0, 3624.0, 3612.0, 3625.0, 3623.0, 3612.0, 3612.0, 3625.0, 3615.0, 3615.0, 3601.0, 3625.0, 3627.0, 3628.0, 3635.0, 3612.0, 3626.0, 3643.0, 3600.0, 3612.0, 3644.0, 3599.0, 3611.0, 3600.0, 3609.0, 3608.0, 3601.0, 3612.0, 3612.0, 3612.0, 3599.0, 3613.0, 3614.0, 3599.0, 3612.0, 3625.0, 3626.0, 3615.0, 3615.0, 3616.0, 3624.0, 3625.0, 3617.0, 3629.0, 3634.0, 3615.0, 3624.0, 3612.0, 3612.0, 3624.0, 3614.0, 3612.0, 3626.0, 3611.0, 3613.0, 3612.0, 3613.0, 3626.0, 3636.0, 3614.0, 3624.0, 3611.0, 3601.0, 3624.0, 3613.0, 3612.0, 3624.0, 3602.0, 3612.0, 3609.0, 3599.0, 3612.0, 3608.0, 3601.0, 3623.0, 3599.0, 3613.0, 3610.0, 3601.0, 3612.0, 3608.0, 3600.0, 3623.0, 3614.0, 3611.0, 3612.0, 3602.0, 3622.0, 3600.0, 3615.0, 3613.0, 3614.0, 3624.0, 3613.0, 3622.0, 3611.0, 3601.0, 3626.0, 3624.0, 3610.0, 3610.0, 3602.0, 3624.0, 3611.0, 3600.0, 3625.0, 3613.0, 3614.0, 3610.0, 3601.0, 3624.0, 3613.0, 3623.0, 3623.0, 3604.0, 3622.0, 3612.0, 3611.0, 3602.0, 3601.0, 3624.0, 3636.0, 3612.0, 3624.0, 3612.0, 3613.0, 3621.0, 3600.0, 3623.0, 3625.0, 3617.0, 3626.0, 3618.0, 3615.0, 3616.0, 3628.0, 3638.0, 3639.0, 3628.0, 3616.0, 3628.0, 3627.0, 3624.0, 3614.0, 3626.0, 3626.0, 3626.0, 3616.0, 3625.0, 3613.0, 3626.0, 3624.0, 3601.0, 3627.0, 3600.0, 3612.0, 3634.0, 3604.0, 3625.0, 3614.0, 3651.0, 3635.0, 3626.0, 3626.0, 3603.0, 3622.0, 3613.0, 3626.0, 3614.0, 3601.0, 3604.0, 3614.0, 3617.0, 3613.0, 3599.0, 3624.0, 3641.0, 3600.0, 3623.0, 3622.0, 3612.0, 3607.0, 3589.0, 3611.0, 3598.0, 3611.0, 3610.0, 3588.0, 3623.0, 3612.0, 3610.0, 3609.0, 3588.0, 3610.0, 3599.0, 3610.0, 3610.0, 3592.0, 3610.0, 3599.0, 3612.0, 3610.0, 3601.0, 3613.0, 3609.0, 3602.0, 3612.0, 3602.0, 3614.0, 3611.0, 3613.0, 3613.0, 3604.0, 3615.0, 3623.0, 3603.0, 3613.0, 3612.0, 3614.0, 3624.0, 3601.0, 3614.0, 3616.0, 3614.0, 3624.0, 3603.0, 3614.0, 3612.0, 3616.0, 3624.0, 3603.0, 3614.0, 3602.0, 3613.0, 3623.0, 3602.0, 3616.0, 3633.0, 3601.0, 3611.0, 3589.0, 3600.0, 3619.0, 3589.0, 3609.0, 3599.0, 3601.0, 3610.0, 3589.0, 3611.0, 3598.0, 3609.0, 3611.0, 3590.0, 3612.0, 3601.0, 3610.0, 3601.0, 3590.0, 3624.0, 3612.0, 3603.0, 3602.0, 3590.0, 3611.0, 3599.0, 3610.0, 3613.0, 3602.0, 3609.0, 3601.0, 3608.0, 3610.0, 3590.0, 3624.0, 3613.0, 3601.0, 3620.0, 3613.0, 3623.0, 3589.0, 3597.0, 3589.0, 3599.0, 3601.0, 3610.0, 3604.0, 3636.0, 3605.0, 3625.0, 3633.0, 3589.0, 3600.0, 3620.0, 3588.0, 3599.0, 3598.0, 3598.0, 3606.0, 3575.0, 3599.0, 3610.0, 3596.0, 3598.0, 3587.0, 3600.0, 3611.0, 3599.0, 3601.0, 3616.0, 3616.0, 3609.0, 3601.0, 3622.0, 3611.0, 3601.0, 3600.0, 3589.0, 3613.0, 3623.0, 3590.0, 3601.0, 3600.0, 3600.0, 3610.0, 3612.0, 3602.0, 3623.0, 3602.0, 3609.0, 3611.0, 3603.0, 3622.0, 3623.0, 3615.0, 3637.0, 3614.0, 3614.0, 3611.0, 3603.0, 3623.0, 3599.0, 3614.0, 3623.0, 3600.0, 3612.0, 3600.0, 3602.0, 3621.0, 3612.0, 3614.0, 3624.0, 3592.0, 3613.0, 3627.0, 3630.0, 3650.0, 3606.0, 3624.0, 3613.0, 3626.0, 3644.0, 3630.0, 3594.0, 3630.0, 3607.0, 3620.0, 3638.0, 3616.0, 3643.0, 3624.0, 3618.0, 3638.0, 3597.0, 3628.0, 3607.0, 3636.0, 3620.0, 3610.0, 3610.0, 3589.0, 3611.0, 3588.0, 3576.0, 3588.0, 3577.0, 3597.0, 3612.0, 3615.0, 3611.0, 3600.0, 3600.0, 3585.0, 3586.0, 3619.0, 3590.0, 3588.0, 3605.0, 3587.0, 3596.0, 3586.0, 3596.0, 3595.0, 3599.0, 3600.0, 3598.0, 3588.0, 3595.0, 3598.0, 3598.0, 3597.0, 3587.0, 3586.0, 3610.0, 3600.0, 3634.0, 3649.0, 3634.0, 3625.0, 3644.0, 3624.0, 3607.0, 3622.0, 3610.0, 3609.0, 3632.0, 3652.0, 3619.0, 3629.0, 3573.0, 3584.0, 3624.0, 3581.0, 3582.0, 3571.0, 3581.0, 3583.0, 3570.0, 3569.0, 3569.0, 3570.0, 3567.0, 3569.0, 3570.0, 3581.0, 3593.0, 3582.0, 3582.0, 3559.0, 3583.0, 3584.0, 3595.0, 3597.0, 3586.0, 3598.0, 3597.0, 3598.0, 3597.0, 3598.0, 3600.0, 3600.0, 3600.0, 3601.0, 3589.0, 3599.0, 3600.0, 3611.0, 3591.0, 3602.0, 3601.0, 3599.0, 3589.0, 3600.0, 3591.0, 3600.0, 3601.0, 3600.0, 3603.0, 3593.0, 3598.0, 3602.0, 3591.0, 3603.0, 3604.0, 3616.0, 3616.0, 3603.0, 3614.0, 3603.0, 3615.0, 3626.0, 3616.0, 3628.0, 3617.0, 3604.0, 3614.0, 3603.0, 3603.0, 3603.0, 3624.0, 3613.0, 3614.0, 3604.0, 3614.0, 3602.0, 3613.0, 3604.0, 3613.0, 3606.0, 3627.0, 3616.0, 3624.0, 3615.0, 3603.0, 3603.0, 3603.0, 3626.0, 3615.0, 3615.0, 3602.0, 3603.0, 3612.0, 3612.0, 3604.0, 3613.0, 3603.0, 3602.0, 3601.0, 3602.0, 3611.0, 3599.0, 3603.0, 3601.0, 3600.0, 3611.0, 3600.0, 3601.0, 3601.0, 3602.0, 3601.0, 3614.0, 3592.0, 3599.0, 3600.0, 3601.0, 3598.0, 3601.0, 3610.0, 3601.0, 3601.0, 3599.0, 3598.0, 3599.0, 3599.0, 3602.0, 3613.0, 3625.0, 3613.0, 3601.0, 3604.0, 3613.0, 3602.0, 3605.0, 3626.0, 3616.0, 3617.0, 3602.0, 3625.0, 3606.0, 3615.0, 3627.0, 3623.0, 3603.0, 3635.0, 3631.0, 3590.0, 3612.0, 3600.0, 3599.0, 3608.0, 3587.0, 3600.0, 3600.0, 3600.0, 3590.0, 3589.0, 3599.0, 3598.0, 3587.0, 3586.0, 3599.0, 3601.0, 3598.0, 3613.0, 3603.0, 3612.0, 3625.0, 3592.0, 3613.0, 3612.0, 3615.0, 3628.0, 3595.0, 3615.0, 3617.0, 3616.0, 3615.0, 3604.0, 3616.0, 3614.0, 3624.0, 3603.0, 3592.0, 3600.0, 3602.0, 3613.0, 3600.0, 3602.0, 3623.0, 3603.0, 3616.0, 3615.0, 3616.0, 3614.0, 3616.0, 3615.0, 3616.0, 3624.0, 3616.0, 3605.0, 3614.0, 3614.0, 3624.0, 3612.0, 3634.0, 3616.0, 3602.0, 3602.0, 3590.0, 3586.0, 3586.0, 3586.0, 3584.0, 3584.0, 3609.0, 3624.0, 3615.0, 3624.0, 3600.0, 3613.0, 3621.0, 3587.0, 3610.0, 3629.0, 3586.0, 3617.0, 3595.0, 3583.0, 3615.0, 3571.0, 3573.0, 3573.0, 3581.0, 3569.0, 3570.0, 3559.0, 3558.0, 3569.0, 3568.0, 3570.0, 3569.0, 3569.0, 3582.0, 3560.0, 3582.0, 3595.0, 3582.0, 3595.0, 3585.0, 3596.0, 3597.0, 3575.0, 3584.0, 3597.0, 3594.0, 3595.0, 3585.0, 3596.0, 3599.0, 3589.0, 3599.0, 3600.0, 3587.0, 3599.0, 3588.0, 3599.0, 3601.0, 3601.0, 3611.0, 3603.0, 3626.0, 3619.0, 3625.0, 3615.0, 3623.0, 3626.0, 3639.0, 3630.0, 3641.0, 3630.0, 3628.0, 3640.0, 3641.0, 3660.0, 3616.0, 3617.0, 3647.0, 3603.0, 3604.0, 3613.0, 3603.0, 3615.0, 3602.0, 3602.0, 3610.0, 3600.0, 3601.0, 3600.0, 3589.0, 3612.0, 3601.0, 3603.0, 3611.0, 3600.0, 3591.0, 3599.0, 3591.0, 3601.0, 3588.0, 3590.0, 3611.0, 3603.0, 3602.0, 3603.0, 3605.0, 3615.0, 3602.0, 3601.0, 3601.0, 3601.0, 3612.0, 3602.0, 3604.0, 3615.0, 3626.0, 3613.0, 3625.0, 3601.0, 3613.0, 3617.0, 3628.0, 3660.0, 3615.0, 3603.0, 3623.0, 3604.0, 3616.0, 3600.0, 3601.0, 3631.0, 3603.0, 3609.0, 3588.0, 3587.0, 3597.0, 3588.0, 3608.0, 3585.0, 3588.0, 3619.0, 3586.0, 3597.0, 3575.0, 3577.0, 3597.0, 3586.0, 3587.0, 3601.0, 3592.0, 3590.0, 3594.0, 3601.0, 3600.0, 3591.0, 3604.0, 3603.0, 3626.0, 3615.0, 3614.0, 3613.0, 3600.0, 3614.0, 3604.0, 3602.0, 3623.0, 3601.0, 3601.0, 3622.0], 'WindowWidth': [8296.0, 8243.0, 8241.0, 8231.0, 8204.0, 8196.0, 8184.0, 8185.0, 8182.0, 8196.0, 8199.0, 8200.0, 8201.0, 8208.0, 8178.0, 8196.0, 8177.0, 8199.0, 8210.0, 8181.0, 8203.0, 8199.0, 8203.0, 8186.0, 8201.0, 8226.0, 8224.0, 8223.0, 8188.0, 8204.0, 8205.0, 8202.0, 8206.0, 8224.0, 8208.0, 8208.0, 8197.0, 8206.0, 8220.0, 8185.0, 8208.0, 8244.0, 8208.0, 8211.0, 8192.0, 8225.0, 8211.0, 8201.0, 8210.0, 8214.0, 8223.0, 8206.0, 8223.0, 8196.0, 8178.0, 8195.0, 8196.0, 8195.0, 8203.0, 8160.0, 8190.0, 8171.0, 8174.0, 8171.0, 8186.0, 8193.0, 8174.0, 8194.0, 8187.0, 8174.0, 8173.0, 8194.0, 8180.0, 8181.0, 8158.0, 8194.0, 8200.0, 8204.0, 8209.0, 8173.0, 8194.0, 8214.0, 8151.0, 8170.0, 8215.0, 8151.0, 8166.0, 8148.0, 8162.0, 8160.0, 8155.0, 8173.0, 8171.0, 8173.0, 8151.0, 8173.0, 8176.0, 8152.0, 8176.0, 8196.0, 8197.0, 8183.0, 8180.0, 8182.0, 8194.0, 8194.0, 8188.0, 8206.0, 8205.0, 8181.0, 8194.0, 8173.0, 8172.0, 8191.0, 8177.0, 8173.0, 8195.0, 8168.0, 8173.0, 8171.0, 8176.0, 8196.0, 8211.0, 8177.0, 8191.0, 8169.0, 8156.0, 8189.0, 8174.0, 8174.0, 8189.0, 8155.0, 8171.0, 8163.0, 8150.0, 8169.0, 8162.0, 8156.0, 8189.0, 8152.0, 8173.0, 8164.0, 8153.0, 8170.0, 8161.0, 8153.0, 8189.0, 8178.0, 8170.0, 8170.0, 8158.0, 8184.0, 8152.0, 8179.0, 8176.0, 8177.0, 8192.0, 8174.0, 8186.0, 8169.0, 8156.0, 8196.0, 8192.0, 8168.0, 8168.0, 8155.0, 8189.0, 8168.0, 8153.0, 8192.0, 8174.0, 8175.0, 8167.0, 8155.0, 8191.0, 8174.0, 8188.0, 8189.0, 8165.0, 8185.0, 8171.0, 8169.0, 8158.0, 8158.0, 8193.0, 8211.0, 8175.0, 8190.0, 8171.0, 8177.0, 8182.0, 8156.0, 8191.0, 8194.0, 8187.0, 8201.0, 8192.0, 8184.0, 8185.0, 8204.0, 8219.0, 8222.0, 8204.0, 8185.0, 8204.0, 8198.0, 8195.0, 8183.0, 8202.0, 8199.0, 8196.0, 8183.0, 8193.0, 8174.0, 8198.0, 8193.0, 8159.0, 8201.0, 8154.0, 8173.0, 8203.0, 8165.0, 8196.0, 8181.0, 8240.0, 8206.0, 8199.0, 8198.0, 8164.0, 8185.0, 8175.0, 8195.0, 8178.0, 8156.0, 8165.0, 8177.0, 8189.0, 8174.0, 8151.0, 8188.0, 8209.0, 8150.0, 8187.0, 8185.0, 8171.0, 8157.0, 8135.0, 8165.0, 8145.0, 8165.0, 8163.0, 8134.0, 8187.0, 8171.0, 8164.0, 8161.0, 8131.0, 8163.0, 8147.0, 8166.0, 8167.0, 8144.0, 8165.0, 8149.0, 8169.0, 8164.0, 8154.0, 8174.0, 8165.0, 8159.0, 8171.0, 8158.0, 8178.0, 8167.0, 8173.0, 8173.0, 8163.0, 8181.0, 8186.0, 8164.0, 8174.0, 8171.0, 8178.0, 8191.0, 8158.0, 8181.0, 8182.0, 8180.0, 8190.0, 8162.0, 8177.0, 8173.0, 8182.0, 8191.0, 8162.0, 8178.0, 8156.0, 8173.0, 8186.0, 8158.0, 8181.0, 8200.0, 8155.0, 8168.0, 8134.0, 8150.0, 8174.0, 8135.0, 8164.0, 8150.0, 8153.0, 8162.0, 8133.0, 8165.0, 8145.0, 8164.0, 8167.0, 8138.0, 8171.0, 8153.0, 8164.0, 8154.0, 8139.0, 8189.0, 8172.0, 8159.0, 8157.0, 8139.0, 8168.0, 8150.0, 8165.0, 8173.0, 8157.0, 8164.0, 8151.0, 8160.0, 8163.0, 8137.0, 8190.0, 8173.0, 8156.0, 8178.0, 8173.0, 8183.0, 8133.0, 8139.0, 8135.0, 8148.0, 8156.0, 8166.0, 8165.0, 8209.0, 8167.0, 8195.0, 8199.0, 8136.0, 8150.0, 8179.0, 8133.0, 8148.0, 8142.0, 8143.0, 8151.0, 8110.0, 8146.0, 8164.0, 8143.0, 8145.0, 8129.0, 8150.0, 8165.0, 8150.0, 8156.0, 8183.0, 8181.0, 8165.0, 8155.0, 8184.0, 8166.0, 8155.0, 8151.0, 8136.0, 8172.0, 8186.0, 8138.0, 8154.0, 8151.0, 8151.0, 8165.0, 8171.0, 8159.0, 8190.0, 8159.0, 8166.0, 8168.0, 8161.0, 8184.0, 8188.0, 8182.0, 8212.0, 8178.0, 8177.0, 8169.0, 8161.0, 8186.0, 8152.0, 8177.0, 8190.0, 8153.0, 8171.0, 8153.0, 8157.0, 8182.0, 8171.0, 8177.0, 8190.0, 8146.0, 8173.0, 8201.0, 8212.0, 8237.0, 8174.0, 8193.0, 8177.0, 8199.0, 8233.0, 8208.0, 8150.0, 8205.0, 8170.0, 8192.0, 8213.0, 8182.0, 8227.0, 8201.0, 8180.0, 8208.0, 8154.0, 8198.0, 8169.0, 8207.0, 8180.0, 8167.0, 8165.0, 8137.0, 8165.0, 8133.0, 8115.0, 8132.0, 8116.0, 8146.0, 8173.0, 8181.0, 8168.0, 8151.0, 8151.0, 8126.0, 8129.0, 8175.0, 8137.0, 8131.0, 8150.0, 8128.0, 8140.0, 8125.0, 8141.0, 8140.0, 8151.0, 8153.0, 8148.0, 8133.0, 8142.0, 8149.0, 8150.0, 8145.0, 8133.0, 8132.0, 8168.0, 8153.0, 8209.0, 8236.0, 8206.0, 8196.0, 8215.0, 8190.0, 8156.0, 8186.0, 8168.0, 8164.0, 8199.0, 8225.0, 8175.0, 8188.0, 8104.0, 8120.0, 8173.0, 8111.0, 8115.0, 8097.0, 8109.0, 8114.0, 8093.0, 8092.0, 8091.0, 8093.0, 8087.0, 8091.0, 8093.0, 8109.0, 8130.0, 8115.0, 8114.0, 8081.0, 8119.0, 8120.0, 8138.0, 8143.0, 8128.0, 8145.0, 8146.0, 8145.0, 8145.0, 8147.0, 8151.0, 8154.0, 8154.0, 8155.0, 8138.0, 8151.0, 8155.0, 8168.0, 8142.0, 8162.0, 8158.0, 8153.0, 8137.0, 8154.0, 8143.0, 8153.0, 8157.0, 8155.0, 8161.0, 8148.0, 8151.0, 8160.0, 8145.0, 8163.0, 8168.0, 8184.0, 8185.0, 8164.0, 8178.0, 8165.0, 8180.0, 8197.0, 8188.0, 8206.0, 8188.0, 8166.0, 8179.0, 8163.0, 8161.0, 8164.0, 8192.0, 8178.0, 8182.0, 8168.0, 8182.0, 8160.0, 8175.0, 8163.0, 8177.0, 8173.0, 8202.0, 8185.0, 8194.0, 8181.0, 8164.0, 8161.0, 8163.0, 8197.0, 8184.0, 8182.0, 8159.0, 8164.0, 8174.0, 8173.0, 8167.0, 8178.0, 8162.0, 8159.0, 8156.0, 8158.0, 8168.0, 8152.0, 8161.0, 8157.0, 8155.0, 8168.0, 8151.0, 8155.0, 8153.0, 8159.0, 8156.0, 8177.0, 8145.0, 8148.0, 8153.0, 8155.0, 8148.0, 8155.0, 8167.0, 8155.0, 8156.0, 8150.0, 8149.0, 8151.0, 8150.0, 8160.0, 8178.0, 8197.0, 8178.0, 8158.0, 8165.0, 8174.0, 8161.0, 8169.0, 8197.0, 8184.0, 8186.0, 8161.0, 8199.0, 8172.0, 8183.0, 8202.0, 8190.0, 8160.0, 8207.0, 8194.0, 8139.0, 8171.0, 8151.0, 8149.0, 8160.0, 8130.0, 8150.0, 8152.0, 8153.0, 8141.0, 8137.0, 8149.0, 8146.0, 8132.0, 8130.0, 8151.0, 8155.0, 8150.0, 8175.0, 8163.0, 8172.0, 8195.0, 8147.0, 8175.0, 8176.0, 8182.0, 8203.0, 8157.0, 8182.0, 8188.0, 8182.0, 8180.0, 8167.0, 8182.0, 8180.0, 8194.0, 8162.0, 8149.0, 8154.0, 8160.0, 8176.0, 8156.0, 8162.0, 8191.0, 8163.0, 8187.0, 8183.0, 8187.0, 8181.0, 8185.0, 8183.0, 8183.0, 8193.0, 8186.0, 8169.0, 8180.0, 8179.0, 8191.0, 8175.0, 8204.0, 8184.0, 8162.0, 8158.0, 8140.0, 8125.0, 8126.0, 8125.0, 8123.0, 8127.0, 8166.0, 8195.0, 8183.0, 8190.0, 8154.0, 8174.0, 8183.0, 8132.0, 8166.0, 8189.0, 8127.0, 8172.0, 8137.0, 8117.0, 8164.0, 8101.0, 8103.0, 8104.0, 8112.0, 8092.0, 8093.0, 8078.0, 8076.0, 8091.0, 8090.0, 8094.0, 8094.0, 8093.0, 8114.0, 8084.0, 8115.0, 8137.0, 8115.0, 8137.0, 8125.0, 8140.0, 8142.0, 8111.0, 8123.0, 8143.0, 8136.0, 8139.0, 8126.0, 8141.0, 8149.0, 8138.0, 8151.0, 8154.0, 8132.0, 8150.0, 8137.0, 8149.0, 8155.0, 8156.0, 8170.0, 8164.0, 8199.0, 8191.0, 8195.0, 8183.0, 8191.0, 8200.0, 8222.0, 8211.0, 8225.0, 8212.0, 8205.0, 8226.0, 8229.0, 8251.0, 8189.0, 8188.0, 8225.0, 8162.0, 8166.0, 8174.0, 8161.0, 8182.0, 8164.0, 8162.0, 8169.0, 8156.0, 8158.0, 8153.0, 8138.0, 8170.0, 8157.0, 8162.0, 8171.0, 8155.0, 8143.0, 8151.0, 8142.0, 8155.0, 8135.0, 8141.0, 8169.0, 8162.0, 8161.0, 8160.0, 8165.0, 8181.0, 8158.0, 8158.0, 8156.0, 8157.0, 8173.0, 8160.0, 8166.0, 8181.0, 8196.0, 8176.0, 8198.0, 8159.0, 8176.0, 8189.0, 8204.0, 8250.0, 8180.0, 8160.0, 8185.0, 8164.0, 8181.0, 8151.0, 8154.0, 8192.0, 8160.0, 8162.0, 8129.0, 8130.0, 8140.0, 8129.0, 8157.0, 8122.0, 8133.0, 8174.0, 8126.0, 8140.0, 8108.0, 8114.0, 8140.0, 8127.0, 8129.0, 8154.0, 8144.0, 8138.0, 8149.0, 8153.0, 8154.0, 8141.0, 8162.0, 8162.0, 8194.0, 8180.0, 8178.0, 8172.0, 8155.0, 8174.0, 8160.0, 8158.0, 8185.0, 8155.0, 8156.0, 8181.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.0049423908045977015</td></tr>
<tr><td colspan=3>aqi</td><td>0.05823561965517241</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.756683950966604</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1159738671806672</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0164923295512083</td></tr>
<tr><td colspan=3>efc</td><td>0.4909</td></tr>
<tr><td colspan=3>fber</td><td>3479.5759</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14368485329493824</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>112</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.873563218390805</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.710364856455341</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.517407394525785</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.06537610873392</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.548311066106318</td></tr>
<tr><td colspan=3>gcor</td><td>0.00967107</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014690995216369629</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03294866532087326</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>3.7684511243328287</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.6909</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.9296</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>190.9442</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>303478.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>926.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>338.4055</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0439</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>427.003</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2839.7621</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3056.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73066.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>824.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3705.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>810.9377</td></tr>
<tr><td colspan=3>tsnr</td><td>26.995145892724395</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>