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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0129/ses-04/func/sub-0129_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>9508e14543432987731bad83db92f0f4</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>13:56:25.675000</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.996972, -0.0689398, -0.0359629, 0.0718137, 0.99371, 0.0859244]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.120818</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7757, -7256, 128, -162, -15, 90, 132]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>252.89</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a2914d7b-6877-4abc-bb6d-cbe35e2a41af||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.6748039722442627, 0.19267088174819946, -0.0804954543709755, 105.99474334716797], [0.18496042490005493, 2.6660516262054443, 0.23826664686203003, -104.41674041748047], [-0.09648595750331879, -0.23052893579006195, 2.6882615089416504, -67.41300964355469], [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': ['135625.675000', '135626.135000', '135626.595000', '135627.055000', '135627.515000', '135627.975000', '135628.435000', '135628.895000', '135629.355000', '135629.815000', '135630.275000', '135630.735000', '135631.195000', '135631.655000', '135632.115000', '135632.575000', '135633.035000', '135633.495000', '135633.955000', '135634.415000', '135634.875000', '135635.335000', '135635.795000', '135636.255000', '135636.715000', '135637.175000', '135637.635000', '135638.095000', '135638.555000', '135639.015000', '135639.475000', '135639.935000', '135640.395000', '135640.855000', '135641.315000', '135641.775000', '135642.235000', '135642.695000', '135643.155000', '135643.615000', '135644.075000', '135644.535000', '135644.995000', '135645.455000', '135645.915000', '135646.375000', '135646.835000', '135647.295000', '135647.755000', '135648.215000', '135648.675000', '135649.135000', '135649.595000', '135650.055000', '135650.515000', '135650.975000', '135651.435000', '135651.895000', '135652.355000', '135652.815000', '135653.275000', '135653.735000', '135654.195000', '135654.655000', '135655.115000', '135655.575000', '135656.035000', '135656.495000', '135656.955000', '135657.415000', '135657.875000', '135658.335000', '135658.795000', '135659.255000', '135659.715000', '135700.175000', '135700.635000', '135701.095000', '135701.555000', '135702.015000', '135702.475000', '135702.935000', '135703.395000', '135703.855000', '135704.315000', '135704.775000', '135705.235000', '135705.695000', '135706.155000', '135706.615000', '135707.075000', '135707.535000', '135707.995000', '135708.455000', '135708.915000', '135709.375000', '135709.835000', '135710.295000', '135710.755000', '135711.215000', '135711.675000', '135712.135000', '135712.595000', '135713.055000', '135713.515000', '135713.975000', '135714.435000', '135714.895000', '135715.355000', '135715.815000', '135716.275000', '135716.735000', '135717.195000', '135717.655000', '135718.115000', '135718.575000', '135719.035000', '135719.495000', '135719.955000', '135720.415000', '135720.875000', '135721.335000', '135721.795000', '135722.255000', '135722.715000', '135723.175000', '135723.635000', '135724.095000', '135724.555000', '135725.015000', '135725.475000', '135725.935000', '135726.395000', '135726.855000', '135727.315000', '135727.775000', '135728.235000', '135728.695000', '135729.155000', '135729.615000', '135730.075000', '135730.535000', '135730.995000', '135731.455000', '135731.915000', '135732.375000', '135732.835000', '135733.295000', '135733.755000', '135734.215000', '135734.675000', '135735.135000', '135735.595000', '135736.055000', '135736.515000', '135736.975000', '135737.435000', '135737.895000', '135738.355000', '135738.815000', '135739.275000', '135739.735000', '135740.195000', '135740.655000', '135741.115000', '135741.575000', '135742.035000', '135742.495000', '135742.955000', '135743.415000', '135743.875000', '135744.335000', '135744.795000', '135745.255000', '135745.715000', '135746.175000', '135746.635000', '135747.095000', '135747.555000', '135748.015000', '135748.475000', '135748.935000', '135749.395000', '135749.855000', '135750.315000', '135750.775000', '135751.235000', '135751.695000', '135752.155000', '135752.615000', '135753.075000', '135753.535000', '135753.995000', '135754.455000', '135754.915000', '135755.375000', '135755.835000', '135756.295000', '135756.755000', '135757.215000', '135757.675000', '135758.135000', '135758.595000', '135759.055000', '135759.515000', '135759.975000', '135800.435000', '135800.895000', '135801.355000', '135801.815000', '135802.275000', '135802.735000', '135803.195000', '135803.655000', '135804.115000', '135804.575000', '135805.035000', '135805.495000', '135805.955000', '135806.415000', '135806.875000', '135807.335000', '135807.795000', '135808.255000', '135808.715000', '135809.175000', '135809.635000', '135810.095000', '135810.555000', '135811.015000', '135811.475000', '135811.935000', '135812.395000', '135812.855000', '135813.315000', '135813.775000', '135814.235000', '135814.695000', '135815.155000', '135815.615000', '135816.075000', '135816.535000', '135816.995000', '135817.455000', '135817.915000', '135818.375000', '135818.835000', '135819.295000', '135819.755000', '135820.215000', '135820.675000', '135821.135000', '135821.595000', '135822.055000', '135822.515000', '135822.975000', '135823.435000', '135823.895000', '135824.355000', '135824.815000', '135825.275000', '135825.735000', '135826.195000', '135826.655000', '135827.115000', '135827.575000', '135828.035000', '135828.495000', '135828.955000', '135829.415000', '135829.875000', '135830.335000', '135830.795000', '135831.255000', '135831.715000', '135832.175000', '135832.635000', '135833.095000', '135833.555000', '135834.015000', '135834.475000', '135834.935000', '135835.395000', '135835.855000', '135836.315000', '135836.775000', '135837.235000', '135837.695000', '135838.155000', '135838.615000', '135839.075000', '135839.535000', '135839.995000', '135840.455000', '135840.915000', '135841.375000', '135841.835000', '135842.295000', '135842.755000', '135843.215000', '135843.675000', '135844.135000', '135844.595000', '135845.055000', '135845.515000', '135845.975000', '135846.435000', '135846.895000', '135847.355000', '135847.815000', '135848.275000', '135848.735000', '135849.195000', '135849.655000', '135850.115000', '135850.575000', '135851.035000', '135851.495000', '135851.955000', '135852.415000', '135852.875000', '135853.335000', '135853.795000', '135854.255000', '135854.715000', '135855.175000', '135855.635000', '135856.095000', '135856.555000', '135857.015000', '135857.475000', '135857.935000', '135858.395000', '135858.855000', '135859.315000', '135859.775000', '135900.235000', '135900.695000', '135901.155000', '135901.615000', '135902.075000', '135902.535000', '135902.995000', '135903.455000', '135903.915000', '135904.375000', '135904.835000', '135905.295000', '135905.755000', '135906.215000', '135906.675000', '135907.135000', '135907.595000', '135908.055000', '135908.515000', '135908.975000', '135909.435000', '135909.895000', '135910.355000', '135910.815000', '135911.275000', '135911.735000', '135912.195000', '135912.655000', '135913.115000', '135913.575000', '135914.035000', '135914.495000', '135914.955000', '135915.415000', '135915.875000', '135916.335000', '135916.795000', '135917.255000', '135917.715000', '135918.175000', '135918.635000', '135919.095000', '135919.555000', '135920.015000', '135920.475000', '135920.935000', '135921.395000', '135921.855000', '135922.315000', '135922.775000', '135923.235000', '135923.695000', '135924.155000', '135924.615000', '135925.075000', '135925.535000', '135925.995000', '135926.455000', '135926.915000', '135927.375000', '135927.835000', '135928.295000', '135928.755000', '135929.215000', '135929.675000', '135930.135000', '135930.595000', '135931.055000', '135931.515000', '135931.975000', '135932.435000', '135932.895000', '135933.355000', '135933.815000', '135934.275000', '135934.735000', '135935.195000', '135935.655000', '135936.115000', '135936.575000', '135937.035000', '135937.495000', '135937.955000', '135938.415000', '135938.875000', '135939.335000', '135939.795000', '135940.255000', '135940.715000', '135941.175000', '135941.635000', '135942.095000', '135942.555000', '135943.015000', '135943.475000', '135943.935000', '135944.395000', '135944.855000', '135945.315000', '135945.775000', '135946.235000', '135946.695000', '135947.155000', '135947.615000', '135948.075000', '135948.535000', '135948.995000', '135949.455000', '135949.915000', '135950.375000', '135950.835000', '135951.295000', '135951.755000', '135952.215000', '135952.675000', '135953.135000', '135953.595000', '135954.055000', '135954.515000', '135954.975000', '135955.435000', '135955.895000', '135956.355000', '135956.815000', '135957.275000', '135957.735000', '135958.195000', '135958.655000', '135959.115000', '135959.575000', '140000.035000', '140000.495000', '140000.955000', '140001.415000', '140001.875000', '140002.335000', '140002.795000', '140003.255000', '140003.715000', '140004.175000', '140004.635000', '140005.095000', '140005.555000', '140006.015000', '140006.475000', '140006.935000', '140007.395000', '140007.855000', '140008.315000', '140008.775000', '140009.235000', '140009.695000', '140010.155000', '140010.615000', '140011.075000', '140011.535000', '140011.995000', '140012.455000', '140012.915000', '140013.375000', '140013.835000', '140014.295000', '140014.755000', '140015.215000', '140015.675000', '140016.135000', '140016.595000', '140017.055000', '140017.515000', '140017.975000', '140018.435000', '140018.895000', '140019.355000', '140019.815000', '140020.275000', '140020.735000', '140021.195000', '140021.655000', '140022.115000', '140022.575000', '140023.035000', '140023.495000', '140023.955000', '140024.415000', '140024.875000', '140025.335000', '140025.795000', '140026.255000', '140026.715000', '140027.175000', '140027.635000', '140028.095000', '140028.555000', '140029.015000', '140029.475000', '140029.935000', '140030.395000', '140030.855000', '140031.315000', '140031.775000', '140032.235000', '140032.695000', '140033.155000', '140033.615000', '140034.075000', '140034.535000', '140034.995000', '140035.455000', '140035.915000', '140036.375000', '140036.835000', '140037.295000', '140037.755000', '140038.215000', '140038.675000', '140039.135000', '140039.595000', '140040.055000', '140040.515000', '140040.975000', '140041.435000', '140041.895000', '140042.355000', '140042.815000', '140043.275000', '140043.735000', '140044.195000', '140044.655000', '140045.115000', '140045.575000', '140046.035000', '140046.495000', '140046.955000', '140047.415000', '140047.875000', '140048.335000', '140048.795000', '140049.255000', '140049.715000', '140050.175000', '140050.635000', '140051.095000', '140051.555000', '140052.015000', '140052.475000', '140052.935000', '140053.395000', '140053.855000', '140054.315000', '140054.775000', '140055.235000', '140055.695000', '140056.155000', '140056.615000', '140057.075000', '140057.535000', '140057.995000', '140058.455000', '140058.915000', '140059.375000', '140059.835000', '140100.295000', '140100.755000', '140101.215000', '140101.675000', '140102.135000', '140102.595000', '140103.055000', '140103.515000', '140103.975000', '140104.435000', '140104.895000', '140105.355000', '140105.815000', '140106.275000', '140106.735000', '140107.195000', '140107.655000', '140108.115000', '140108.575000', '140109.035000', '140109.495000', '140109.955000', '140110.415000', '140110.875000', '140111.335000', '140111.795000', '140112.255000', '140112.715000', '140113.175000', '140113.635000', '140114.095000', '140114.555000', '140115.015000', '140115.475000', '140115.935000', '140116.395000', '140116.855000', '140117.315000', '140117.775000', '140118.235000', '140118.695000', '140119.155000', '140119.615000', '140120.075000', '140120.535000', '140120.995000', '140121.455000', '140121.915000', '140122.375000', '140122.835000', '140123.295000', '140123.755000', '140124.215000', '140124.675000', '140125.135000', '140125.595000', '140126.055000', '140126.515000', '140126.975000', '140127.435000', '140127.895000', '140128.355000', '140128.815000', '140129.275000', '140129.735000', '140130.195000', '140130.655000', '140131.115000', '140131.575000', '140132.035000', '140132.495000', '140132.955000', '140133.415000', '140133.875000', '140134.335000', '140134.795000', '140135.255000', '140135.715000', '140136.175000', '140136.635000', '140137.095000', '140137.555000', '140138.015000', '140138.475000', '140138.935000', '140139.395000', '140139.855000', '140140.315000', '140140.775000', '140141.235000', '140141.695000', '140142.155000', '140142.615000', '140143.075000', '140143.535000', '140143.995000', '140144.455000', '140144.915000', '140145.375000', '140145.835000', '140146.295000', '140146.755000', '140147.215000', '140147.675000', '140148.135000', '140148.595000', '140149.055000', '140149.515000', '140149.975000', '140150.435000', '140150.895000', '140151.355000', '140151.815000', '140152.275000', '140152.735000', '140153.195000', '140153.655000', '140154.115000', '140154.575000', '140155.035000', '140155.495000', '140155.955000', '140156.415000', '140156.875000', '140157.335000', '140157.795000', '140158.255000', '140158.715000', '140159.175000', '140159.635000', '140200.095000', '140200.555000', '140201.015000', '140201.475000', '140201.935000', '140202.395000', '140202.855000', '140203.315000', '140203.775000', '140204.235000', '140204.695000', '140205.155000', '140205.615000', '140206.075000', '140206.535000', '140206.995000', '140207.455000', '140207.915000', '140208.375000', '140208.835000', '140209.295000', '140209.755000', '140210.215000', '140210.675000', '140211.135000', '140211.595000', '140212.055000', '140212.515000', '140212.975000', '140213.435000', '140213.895000', '140214.355000', '140214.815000', '140215.275000', '140215.735000', '140216.195000', '140216.655000', '140217.115000', '140217.575000', '140218.035000', '140218.495000', '140218.955000', '140219.415000', '140219.875000', '140220.335000', '140220.795000', '140221.255000', '140221.715000', '140222.175000', '140222.635000', '140223.095000', '140223.555000', '140224.015000', '140224.475000', '140224.935000', '140225.395000', '140225.855000', '140226.315000', '140226.775000', '140227.235000', '140227.695000', '140228.155000', '140228.615000', '140229.075000', '140229.535000', '140229.995000', '140230.455000', '140230.915000', '140231.375000', '140231.835000', '140232.295000', '140232.755000', '140233.215000', '140233.675000', '140234.135000', '140234.595000', '140235.055000', '140235.515000', '140235.975000', '140236.435000', '140236.895000', '140237.355000', '140237.815000', '140238.275000', '140238.735000', '140239.195000', '140239.655000', '140240.115000', '140240.575000', '140241.035000', '140241.495000', '140241.955000', '140242.415000', '140242.875000', '140243.335000', '140243.795000', '140244.255000', '140244.715000', '140245.175000', '140245.635000', '140246.095000', '140246.555000', '140247.015000', '140247.475000', '140247.935000', '140248.395000', '140248.855000', '140249.315000', '140249.775000', '140250.235000', '140250.695000', '140251.155000', '140251.615000', '140252.075000', '140252.535000', '140252.995000', '140253.455000', '140253.915000', '140254.375000', '140254.835000', '140255.295000', '140255.755000', '140256.215000', '140256.675000', '140257.135000', '140257.595000', '140258.055000', '140258.515000', '140258.975000', '140259.435000', '140259.895000', '140300.355000', '140300.815000', '140301.275000', '140301.735000', '140302.195000', '140302.655000', '140303.115000', '140303.575000', '140304.035000', '140304.495000', '140304.955000', '140305.415000', '140305.875000', '140306.335000'], 'ContentTime': ['135648.463000', '135648.466000', '135648.469000', '135648.472000', '135648.474000', '135648.477000', '135648.479000', '135648.482000', '135648.495000', '135648.497000', '135648.500000', '135648.502000', '135648.505000', '135648.508000', '135648.510000', '135648.513000', '135648.516000', '135648.518000', '135648.521000', '135648.523000', '135648.526000', '135648.528000', '135648.531000', '135648.534000', '135648.536000', '135648.539000', '135648.541000', '135648.544000', '135648.546000', '135648.554000', '135648.556000', '135648.559000', '135648.561000', '135648.564000', '135648.567000', '135648.570000', '135648.572000', '135648.575000', '135648.577000', '135648.580000', '135648.583000', '135648.585000', '135648.588000', '135648.590000', '135648.593000', '135648.596000', '135648.598000', '135708.431000', '135708.434000', '135708.437000', '135708.439000', '135708.442000', '135708.445000', '135708.447000', '135708.450000', '135708.452000', '135708.455000', '135708.457000', '135708.460000', '135708.463000', '135708.465000', '135708.468000', '135708.470000', '135708.473000', '135708.475000', '135708.478000', '135708.481000', '135708.483000', '135708.486000', '135708.488000', '135708.491000', '135708.493000', '135708.496000', '135708.506000', '135708.508000', '135708.511000', '135708.514000', '135708.516000', '135708.519000', '135708.521000', '135708.524000', '135708.527000', '135708.529000', '135708.532000', '135708.534000', '135708.537000', '135708.539000', '135708.542000', '135708.544000', '135708.547000', '135708.550000', '135728.432000', '135728.435000', '135728.438000', '135728.440000', '135728.443000', '135728.446000', '135728.448000', '135728.451000', '135728.453000', '135728.456000', '135728.458000', '135728.461000', '135728.463000', '135728.466000', '135728.469000', '135728.471000', '135728.474000', '135728.476000', '135728.479000', '135728.481000', '135728.484000', '135728.487000', '135728.489000', '135728.492000', '135728.494000', '135728.497000', '135728.499000', '135728.502000', '135728.504000', '135728.507000', '135728.509000', '135728.512000', '135728.515000', '135728.517000', '135728.520000', '135728.522000', '135728.525000', '135728.528000', '135728.531000', '135728.533000', '135728.536000', '135728.539000', '135728.541000', '135748.432000', '135748.437000', '135748.440000', '135748.442000', '135748.445000', '135748.448000', '135748.450000', '135748.453000', '135748.455000', '135748.458000', '135748.460000', '135748.463000', '135748.466000', '135748.490000', '135748.493000', '135748.495000', '135748.498000', '135748.500000', '135748.503000', '135748.506000', '135748.508000', '135748.511000', '135748.513000', '135748.516000', '135748.518000', '135748.521000', '135748.524000', '135748.526000', '135748.529000', '135748.531000', '135748.534000', '135748.537000', '135748.539000', '135748.542000', '135748.544000', '135748.547000', '135748.550000', '135748.552000', '135748.555000', '135748.557000', '135748.560000', '135748.562000', '135748.565000', '135748.567000', '135808.432000', '135808.435000', '135808.438000', '135808.440000', '135808.443000', '135808.445000', '135808.448000', '135808.451000', '135808.453000', '135808.489000', '135808.491000', '135808.494000', '135808.496000', '135808.499000', '135808.502000', '135808.504000', '135808.507000', '135808.509000', '135808.512000', '135808.527000', '135808.530000', '135808.532000', '135808.535000', '135808.537000', '135808.540000', '135808.543000', '135808.545000', '135808.548000', '135808.551000', '135808.553000', '135808.556000', '135808.558000', '135808.561000', '135808.563000', '135808.567000', '135808.570000', '135808.573000', '135808.575000', '135808.578000', '135808.580000', '135808.583000', '135808.585000', '135808.588000', '135828.432000', '135828.435000', '135828.438000', '135828.440000', '135828.443000', '135828.446000', '135828.448000', '135828.451000', '135828.454000', '135828.456000', '135828.459000', '135828.461000', '135828.464000', '135828.466000', '135828.469000', '135828.472000', '135828.474000', '135828.477000', '135828.479000', '135828.482000', '135828.485000', '135828.487000', '135828.490000', '135828.492000', '135828.495000', '135828.497000', '135828.500000', '135828.503000', '135828.505000', '135828.508000', '135828.510000', '135828.513000', '135828.516000', '135828.518000', '135828.521000', '135828.523000', '135828.526000', '135828.528000', '135828.531000', '135828.533000', '135828.536000', '135828.539000', '135828.541000', '135828.544000', '135848.431000', '135848.434000', '135848.437000', '135848.439000', '135848.442000', '135848.445000', '135848.447000', '135848.450000', '135848.452000', '135848.455000', '135848.458000', '135848.460000', '135848.463000', '135848.465000', '135848.468000', '135848.470000', '135848.473000', '135848.476000', '135848.478000', '135848.481000', '135848.483000', '135848.486000', '135848.489000', '135848.491000', '135848.494000', '135848.496000', '135848.499000', '135848.501000', '135848.504000', '135848.507000', '135848.509000', '135848.512000', '135848.514000', '135848.517000', '135848.520000', '135848.522000', '135848.525000', '135848.527000', '135848.530000', '135848.532000', '135848.535000', '135848.538000', '135848.540000', '135908.432000', '135908.434000', '135908.437000', '135908.440000', '135908.442000', '135908.445000', '135908.447000', '135908.450000', '135908.453000', '135908.455000', '135908.458000', '135908.461000', '135908.463000', '135908.466000', '135908.468000', '135908.471000', '135908.474000', '135908.481000', '135908.484000', '135908.486000', '135908.489000', '135908.492000', '135908.494000', '135908.497000', '135908.499000', '135908.502000', '135908.505000', '135908.507000', '135908.510000', '135908.513000', '135908.515000', '135908.518000', '135908.520000', '135908.523000', '135908.526000', '135908.528000', '135908.531000', '135908.533000', '135908.536000', '135908.539000', '135908.541000', '135908.544000', '135908.546000', '135908.549000', '135928.431000', '135928.434000', '135928.437000', '135928.439000', '135928.442000', '135928.445000', '135928.447000', '135928.450000', '135928.452000', '135928.455000', '135928.458000', '135928.460000', '135928.463000', '135928.465000', '135928.468000', '135928.471000', '135928.473000', '135928.476000', '135928.478000', '135928.481000', '135928.483000', '135928.486000', '135928.489000', '135928.491000', '135928.494000', '135928.496000', '135928.499000', '135928.502000', '135928.504000', '135928.507000', '135928.509000', '135928.512000', '135928.515000', '135928.517000', '135928.520000', '135928.523000', '135928.525000', '135928.528000', '135928.530000', '135928.533000', '135928.535000', '135928.538000', '135928.540000', '135948.432000', '135948.466000', '135948.469000', '135948.472000', '135948.474000', '135948.477000', '135948.479000', '135948.482000', '135948.484000', '135948.487000', '135948.490000', '135948.492000', '135948.495000', '135948.497000', '135948.500000', '135948.503000', '135948.505000', '135948.508000', '135948.510000', '135948.513000', '135948.515000', '135948.518000', '135948.521000', '135948.523000', '135948.526000', '135948.528000', '135948.531000', '135948.533000', '135948.536000', '135948.539000', '135948.541000', '135948.544000', '135948.546000', '135948.549000', '135948.552000', '135948.563000', '135948.565000', '135948.568000', '135948.570000', '135948.573000', '135948.576000', '135948.578000', '135948.581000', '135948.583000', '140008.433000', '140008.435000', '140008.438000', '140008.440000', '140008.443000', '140008.446000', '140008.448000', '140008.451000', '140008.453000', '140008.456000', '140008.459000', '140008.461000', '140008.464000', '140008.466000', '140008.469000', '140008.472000', '140008.474000', '140008.477000', '140008.479000', '140008.482000', '140008.484000', '140008.487000', '140008.490000', '140008.492000', '140008.495000', '140008.497000', '140008.500000', '140008.503000', '140008.505000', '140008.508000', '140008.511000', '140008.513000', '140008.516000', '140008.518000', '140008.521000', '140008.524000', '140008.526000', '140008.529000', '140008.531000', '140008.534000', '140008.537000', '140008.539000', '140008.542000', '140028.432000', '140028.435000', '140028.438000', '140028.440000', '140028.443000', '140028.446000', '140028.449000', '140028.452000', '140028.454000', '140028.464000', '140028.466000', '140028.469000', '140028.472000', '140028.474000', '140028.477000', '140028.479000', '140028.482000', '140028.485000', '140028.487000', '140028.490000', '140028.492000', '140028.495000', '140028.498000', '140028.500000', '140028.503000', '140028.505000', '140028.508000', '140028.511000', '140028.522000', '140028.524000', '140028.527000', '140028.529000', '140028.532000', '140028.535000', '140028.537000', '140028.540000', '140028.542000', '140028.545000', '140028.548000', '140028.550000', '140028.553000', '140028.555000', '140028.558000', '140048.432000', '140048.435000', '140048.438000', '140048.440000', '140048.443000', '140048.446000', '140048.448000', '140048.451000', '140048.453000', '140048.456000', '140048.459000', '140048.461000', '140048.464000', '140048.467000', '140048.469000', '140048.472000', '140048.474000', '140048.477000', '140048.480000', '140048.482000', '140048.485000', '140048.487000', '140048.490000', '140048.492000', '140048.495000', '140048.498000', '140048.500000', '140048.503000', '140048.505000', '140048.508000', '140048.511000', '140048.513000', '140048.516000', '140048.519000', '140048.521000', '140048.524000', '140048.526000', '140048.529000', '140048.531000', '140048.534000', '140048.537000', '140048.539000', '140048.542000', '140048.544000', '140108.431000', '140108.434000', '140108.437000', '140108.439000', '140108.442000', '140108.445000', '140108.447000', '140108.450000', '140108.452000', '140108.455000', '140108.458000', '140108.460000', '140108.463000', '140108.465000', '140108.468000', '140108.471000', '140108.473000', '140108.476000', '140108.478000', '140108.481000', '140108.483000', '140108.486000', '140108.489000', '140108.491000', '140108.494000', '140108.496000', '140108.546000', '140108.548000', '140108.551000', '140108.553000', '140108.556000', '140108.559000', '140108.561000', '140108.564000', '140108.566000', '140108.569000', '140108.571000', '140108.574000', '140108.577000', '140108.579000', '140108.582000', '140108.585000', '140108.587000', '140128.432000', '140128.434000', '140128.437000', '140128.440000', '140128.442000', '140128.445000', '140128.448000', '140128.450000', '140128.453000', '140128.455000', '140128.458000', '140128.461000', '140128.463000', '140128.466000', '140128.469000', '140128.471000', '140128.474000', '140128.476000', '140128.479000', '140128.481000', '140128.484000', '140128.487000', '140128.489000', '140128.492000', '140128.494000', '140128.497000', '140128.499000', '140128.502000', '140128.505000', '140128.507000', '140128.510000', '140128.512000', '140128.515000', '140128.517000', '140128.520000', '140128.523000', '140128.525000', '140128.528000', '140128.530000', '140128.533000', '140128.536000', '140128.538000', '140128.541000', '140128.551000', '140148.431000', '140148.434000', '140148.437000', '140148.439000', '140148.442000', '140148.445000', '140148.448000', '140148.451000', '140148.453000', '140148.456000', '140148.459000', '140148.461000', '140148.464000', '140148.466000', '140148.469000', '140148.472000', '140148.474000', '140148.477000', '140148.479000', '140148.483000', '140148.486000', '140148.488000', '140148.491000', '140148.494000', '140148.496000', '140148.499000', '140148.502000', '140148.504000', '140148.507000', '140148.509000', '140148.512000', '140148.515000', '140148.517000', '140148.520000', '140148.523000', '140148.525000', '140148.528000', '140148.531000', '140148.533000', '140148.536000', '140148.539000', '140148.541000', '140148.544000', '140208.433000', '140208.436000', '140208.438000', '140208.441000', '140208.443000', '140208.446000', '140208.449000', '140208.451000', '140208.454000', '140208.457000', '140208.459000', '140208.462000', '140208.464000', '140208.467000', '140208.470000', '140208.472000', '140208.475000', '140208.477000', '140208.480000', '140208.483000', '140208.485000', '140208.488000', '140208.490000', '140208.493000', '140208.496000', '140208.498000', '140208.501000', '140208.503000', '140208.506000', '140208.508000', '140208.511000', '140208.514000', '140208.516000', '140208.519000', '140208.522000', '140208.524000', '140208.528000', '140208.531000', '140208.534000', '140208.536000', '140208.539000', '140208.541000', '140208.544000', '140208.547000', '140228.433000', '140228.436000', '140228.438000', '140228.441000', '140228.443000', '140228.447000', '140228.450000', '140228.453000', '140228.455000', '140228.458000', '140228.460000', '140228.463000', '140228.465000', '140228.468000', '140228.471000', '140228.473000', '140228.476000', '140228.478000', '140228.481000', '140228.483000', '140228.486000', '140228.489000', '140228.491000', '140228.494000', '140228.496000', '140228.499000', '140228.501000', '140228.504000', '140228.507000', '140228.509000', '140228.512000', '140228.514000', '140228.517000', '140228.519000', '140228.522000', '140228.525000', '140228.527000', '140228.563000', '140228.566000', '140228.568000', '140228.571000', '140228.573000', '140228.576000', '140248.433000', '140248.435000', '140248.438000', '140248.441000', '140248.443000', '140248.446000', '140248.448000', '140248.451000', '140248.454000', '140248.456000', '140248.459000', '140248.461000', '140248.464000', '140248.466000', '140248.469000', '140248.472000', '140248.475000', '140248.477000', '140248.480000', '140248.482000', '140248.485000', '140248.487000', '140248.490000', '140248.493000', '140248.495000', '140248.498000', '140248.500000', '140248.503000', '140248.505000', '140248.508000', '140248.510000', '140248.513000', '140248.516000', '140248.518000', '140248.521000', '140248.524000', '140248.526000', '140248.529000', '140248.531000', '140248.544000', '140248.546000', '140248.549000', '140248.552000', '140248.554000', '140307.555000', '140307.559000', '140307.562000', '140307.565000', '140307.568000', '140307.571000', '140307.574000', '140307.577000', '140307.580000', '140307.583000', '140307.585000', '140307.588000', '140307.591000', '140307.594000', '140307.597000', '140307.600000', '140307.603000', '140307.606000', '140307.609000', '140307.612000', '140307.616000', '140307.618000', '140307.621000', '140307.624000', '140307.627000', '140307.630000', '140307.633000', '140307.635000', '140307.638000', '140307.641000', '140307.644000', '140307.647000', '140307.649000', '140307.653000', '140307.656000', '140307.658000', '140307.661000', '140307.664000', '140307.667000', '140307.669000', '140307.672000', '140307.675000'], 'InstanceCreationTime': ['135648.463000', '135648.466000', '135648.469000', '135648.472000', '135648.474000', '135648.477000', '135648.479000', '135648.482000', '135648.495000', '135648.497000', '135648.500000', '135648.502000', '135648.505000', '135648.508000', '135648.510000', '135648.513000', '135648.516000', '135648.518000', '135648.521000', '135648.523000', '135648.526000', '135648.528000', '135648.531000', '135648.534000', '135648.536000', '135648.539000', '135648.541000', '135648.544000', '135648.546000', '135648.554000', '135648.556000', '135648.559000', '135648.561000', '135648.564000', '135648.567000', '135648.570000', '135648.572000', '135648.575000', '135648.577000', '135648.580000', '135648.583000', '135648.585000', '135648.588000', '135648.590000', '135648.593000', '135648.596000', '135648.598000', '135708.431000', '135708.434000', '135708.437000', '135708.439000', '135708.442000', '135708.445000', '135708.447000', '135708.450000', '135708.452000', '135708.455000', '135708.457000', '135708.460000', '135708.463000', '135708.465000', '135708.468000', '135708.470000', '135708.473000', '135708.475000', '135708.478000', '135708.481000', '135708.483000', '135708.486000', '135708.488000', '135708.491000', '135708.493000', '135708.496000', '135708.506000', '135708.508000', '135708.511000', '135708.514000', '135708.516000', '135708.519000', '135708.521000', '135708.524000', '135708.527000', '135708.529000', '135708.532000', '135708.534000', '135708.537000', '135708.539000', '135708.542000', '135708.544000', '135708.547000', '135708.550000', '135728.432000', '135728.435000', '135728.438000', '135728.440000', '135728.443000', '135728.446000', '135728.448000', '135728.451000', '135728.453000', '135728.456000', '135728.458000', '135728.461000', '135728.463000', '135728.466000', '135728.469000', '135728.471000', '135728.474000', '135728.476000', '135728.479000', '135728.481000', '135728.484000', '135728.487000', '135728.489000', '135728.492000', '135728.494000', '135728.497000', '135728.499000', '135728.502000', '135728.504000', '135728.507000', '135728.509000', '135728.512000', '135728.515000', '135728.517000', '135728.520000', '135728.522000', '135728.525000', '135728.528000', '135728.531000', '135728.533000', '135728.536000', '135728.539000', '135728.541000', '135748.432000', '135748.437000', '135748.440000', '135748.442000', '135748.445000', '135748.448000', '135748.450000', '135748.453000', '135748.455000', '135748.458000', '135748.460000', '135748.463000', '135748.466000', '135748.490000', '135748.493000', '135748.495000', '135748.498000', '135748.500000', '135748.503000', '135748.506000', '135748.508000', '135748.511000', '135748.513000', '135748.516000', '135748.518000', '135748.521000', '135748.524000', '135748.526000', '135748.529000', '135748.531000', '135748.534000', '135748.537000', '135748.539000', '135748.542000', '135748.544000', '135748.547000', '135748.550000', '135748.552000', '135748.555000', '135748.557000', '135748.560000', '135748.562000', '135748.565000', '135748.567000', '135808.432000', '135808.435000', '135808.438000', '135808.440000', '135808.443000', '135808.445000', '135808.448000', '135808.451000', '135808.453000', '135808.489000', '135808.491000', '135808.494000', '135808.496000', '135808.499000', '135808.502000', '135808.504000', '135808.507000', '135808.509000', '135808.512000', '135808.527000', '135808.530000', '135808.532000', '135808.535000', '135808.537000', '135808.540000', '135808.543000', '135808.545000', '135808.548000', '135808.551000', '135808.553000', '135808.556000', '135808.558000', '135808.561000', '135808.563000', '135808.567000', '135808.570000', '135808.573000', '135808.575000', '135808.578000', '135808.580000', '135808.583000', '135808.585000', '135808.588000', '135828.432000', '135828.435000', '135828.438000', '135828.440000', '135828.443000', '135828.446000', '135828.448000', '135828.451000', '135828.454000', '135828.456000', '135828.459000', '135828.461000', '135828.464000', '135828.466000', '135828.469000', '135828.472000', '135828.474000', '135828.477000', '135828.479000', '135828.482000', '135828.485000', '135828.487000', '135828.490000', '135828.492000', '135828.495000', '135828.497000', '135828.500000', '135828.503000', '135828.505000', '135828.508000', '135828.510000', '135828.513000', '135828.516000', '135828.518000', '135828.521000', '135828.523000', '135828.526000', '135828.528000', '135828.531000', '135828.533000', '135828.536000', '135828.539000', '135828.541000', '135828.544000', '135848.431000', '135848.434000', '135848.437000', '135848.439000', '135848.442000', '135848.445000', '135848.447000', '135848.450000', '135848.452000', '135848.455000', '135848.458000', '135848.460000', '135848.463000', '135848.465000', '135848.468000', '135848.470000', '135848.473000', '135848.476000', '135848.478000', '135848.481000', '135848.483000', '135848.486000', '135848.489000', '135848.491000', '135848.494000', '135848.496000', '135848.499000', '135848.501000', '135848.504000', '135848.507000', '135848.509000', '135848.512000', '135848.514000', '135848.517000', '135848.520000', '135848.522000', '135848.525000', '135848.527000', '135848.530000', '135848.532000', '135848.535000', '135848.538000', '135848.540000', '135908.432000', '135908.434000', '135908.437000', '135908.440000', '135908.442000', '135908.445000', '135908.447000', '135908.450000', '135908.453000', '135908.455000', '135908.458000', '135908.461000', '135908.463000', '135908.466000', '135908.468000', '135908.471000', '135908.474000', '135908.481000', '135908.484000', '135908.486000', '135908.489000', '135908.492000', '135908.494000', '135908.497000', '135908.499000', '135908.502000', '135908.505000', '135908.507000', '135908.510000', '135908.513000', '135908.515000', '135908.518000', '135908.520000', '135908.523000', '135908.526000', '135908.528000', '135908.531000', '135908.533000', '135908.536000', '135908.539000', '135908.541000', '135908.544000', '135908.546000', '135908.549000', '135928.431000', '135928.434000', '135928.437000', '135928.439000', '135928.442000', '135928.445000', '135928.447000', '135928.450000', '135928.452000', '135928.455000', '135928.458000', '135928.460000', '135928.463000', '135928.465000', '135928.468000', '135928.471000', '135928.473000', '135928.476000', '135928.478000', '135928.481000', '135928.483000', '135928.486000', '135928.489000', '135928.491000', '135928.494000', '135928.496000', '135928.499000', '135928.502000', '135928.504000', '135928.507000', '135928.509000', '135928.512000', '135928.515000', '135928.517000', '135928.520000', '135928.523000', '135928.525000', '135928.528000', '135928.530000', '135928.533000', '135928.535000', '135928.538000', '135928.540000', '135948.432000', '135948.466000', '135948.469000', '135948.472000', '135948.474000', '135948.477000', '135948.479000', '135948.482000', '135948.484000', '135948.487000', '135948.490000', '135948.492000', '135948.495000', '135948.497000', '135948.500000', '135948.503000', '135948.505000', '135948.508000', '135948.510000', '135948.513000', '135948.515000', '135948.518000', '135948.521000', '135948.523000', '135948.526000', '135948.528000', '135948.531000', '135948.533000', '135948.536000', '135948.539000', '135948.541000', '135948.544000', '135948.546000', '135948.549000', '135948.552000', '135948.563000', '135948.565000', '135948.568000', '135948.570000', '135948.573000', '135948.576000', '135948.578000', '135948.581000', '135948.583000', '140008.433000', '140008.435000', '140008.438000', '140008.440000', '140008.443000', '140008.446000', '140008.448000', '140008.451000', '140008.453000', '140008.456000', '140008.459000', '140008.461000', '140008.464000', '140008.466000', '140008.469000', '140008.472000', '140008.474000', '140008.477000', '140008.479000', '140008.482000', '140008.484000', '140008.487000', '140008.490000', '140008.492000', '140008.495000', '140008.497000', '140008.500000', '140008.503000', '140008.505000', '140008.508000', '140008.511000', '140008.513000', '140008.516000', '140008.518000', '140008.521000', '140008.524000', '140008.526000', '140008.529000', '140008.531000', '140008.534000', '140008.537000', '140008.539000', '140008.542000', '140028.432000', '140028.435000', '140028.438000', '140028.440000', '140028.443000', '140028.446000', '140028.449000', '140028.452000', '140028.454000', '140028.464000', '140028.466000', '140028.469000', '140028.472000', '140028.474000', '140028.477000', '140028.479000', '140028.482000', '140028.485000', '140028.487000', '140028.490000', '140028.492000', '140028.495000', '140028.498000', '140028.500000', '140028.503000', '140028.505000', '140028.508000', '140028.511000', '140028.522000', '140028.524000', '140028.527000', '140028.529000', '140028.532000', '140028.535000', '140028.537000', '140028.540000', '140028.542000', '140028.545000', '140028.548000', '140028.550000', '140028.553000', '140028.555000', '140028.558000', '140048.432000', '140048.435000', '140048.438000', '140048.440000', '140048.443000', '140048.446000', '140048.448000', '140048.451000', '140048.453000', '140048.456000', '140048.459000', '140048.461000', '140048.464000', '140048.467000', '140048.469000', '140048.472000', '140048.474000', '140048.477000', '140048.480000', '140048.482000', '140048.485000', '140048.487000', '140048.490000', '140048.492000', '140048.495000', '140048.498000', '140048.500000', '140048.503000', '140048.505000', '140048.508000', '140048.511000', '140048.513000', '140048.516000', '140048.519000', '140048.521000', '140048.524000', '140048.526000', '140048.529000', '140048.531000', '140048.534000', '140048.537000', '140048.539000', '140048.542000', '140048.544000', '140108.431000', '140108.434000', '140108.437000', '140108.439000', '140108.442000', '140108.445000', '140108.447000', '140108.450000', '140108.452000', '140108.455000', '140108.458000', '140108.460000', '140108.463000', '140108.465000', '140108.468000', '140108.471000', '140108.473000', '140108.476000', '140108.478000', '140108.481000', '140108.483000', '140108.486000', '140108.489000', '140108.491000', '140108.494000', '140108.496000', '140108.546000', '140108.548000', '140108.551000', '140108.553000', '140108.556000', '140108.559000', '140108.561000', '140108.564000', '140108.566000', '140108.569000', '140108.571000', '140108.574000', '140108.577000', '140108.579000', '140108.582000', '140108.585000', '140108.587000', '140128.432000', '140128.434000', '140128.437000', '140128.440000', '140128.442000', '140128.445000', '140128.448000', '140128.450000', '140128.453000', '140128.455000', '140128.458000', '140128.461000', '140128.463000', '140128.466000', '140128.469000', '140128.471000', '140128.474000', '140128.476000', '140128.479000', '140128.481000', '140128.484000', '140128.487000', '140128.489000', '140128.492000', '140128.494000', '140128.497000', '140128.499000', '140128.502000', '140128.505000', '140128.507000', '140128.510000', '140128.512000', '140128.515000', '140128.517000', '140128.520000', '140128.523000', '140128.525000', '140128.528000', '140128.530000', '140128.533000', '140128.536000', '140128.538000', '140128.541000', '140128.551000', '140148.431000', '140148.434000', '140148.437000', '140148.439000', '140148.442000', '140148.445000', '140148.448000', '140148.451000', '140148.453000', '140148.456000', '140148.459000', '140148.461000', '140148.464000', '140148.466000', '140148.469000', '140148.472000', '140148.474000', '140148.477000', '140148.479000', '140148.483000', '140148.486000', '140148.488000', '140148.491000', '140148.494000', '140148.496000', '140148.499000', '140148.502000', '140148.504000', '140148.507000', '140148.509000', '140148.512000', '140148.515000', '140148.517000', '140148.520000', '140148.523000', '140148.525000', '140148.528000', '140148.531000', '140148.533000', '140148.536000', '140148.539000', '140148.541000', '140148.544000', '140208.433000', '140208.436000', '140208.438000', '140208.441000', '140208.443000', '140208.446000', '140208.449000', '140208.451000', '140208.454000', '140208.457000', '140208.459000', '140208.462000', '140208.464000', '140208.467000', '140208.470000', '140208.472000', '140208.475000', '140208.477000', '140208.480000', '140208.483000', '140208.485000', '140208.488000', '140208.490000', '140208.493000', '140208.496000', '140208.498000', '140208.501000', '140208.503000', '140208.506000', '140208.508000', '140208.511000', '140208.514000', '140208.516000', '140208.519000', '140208.522000', '140208.524000', '140208.528000', '140208.531000', '140208.534000', '140208.536000', '140208.539000', '140208.541000', '140208.544000', '140208.547000', '140228.433000', '140228.436000', '140228.438000', '140228.441000', '140228.443000', '140228.447000', '140228.450000', '140228.453000', '140228.455000', '140228.458000', '140228.460000', '140228.463000', '140228.465000', '140228.468000', '140228.471000', '140228.473000', '140228.476000', '140228.478000', '140228.481000', '140228.483000', '140228.486000', '140228.489000', '140228.491000', '140228.494000', '140228.496000', '140228.499000', '140228.501000', '140228.504000', '140228.507000', '140228.509000', '140228.512000', '140228.514000', '140228.517000', '140228.519000', '140228.522000', '140228.525000', '140228.527000', '140228.563000', '140228.566000', '140228.568000', '140228.571000', '140228.573000', '140228.576000', '140248.433000', '140248.435000', '140248.438000', '140248.441000', '140248.443000', '140248.446000', '140248.448000', '140248.451000', '140248.454000', '140248.456000', '140248.459000', '140248.461000', '140248.464000', '140248.466000', '140248.469000', '140248.472000', '140248.475000', '140248.477000', '140248.480000', '140248.482000', '140248.485000', '140248.487000', '140248.490000', '140248.493000', '140248.495000', '140248.498000', '140248.500000', '140248.503000', '140248.505000', '140248.508000', '140248.510000', '140248.513000', '140248.516000', '140248.518000', '140248.521000', '140248.524000', '140248.526000', '140248.529000', '140248.531000', '140248.544000', '140248.546000', '140248.549000', '140248.552000', '140248.554000', '140307.555000', '140307.559000', '140307.562000', '140307.565000', '140307.568000', '140307.571000', '140307.574000', '140307.577000', '140307.580000', '140307.583000', '140307.585000', '140307.588000', '140307.591000', '140307.594000', '140307.597000', '140307.600000', '140307.603000', '140307.606000', '140307.609000', '140307.612000', '140307.616000', '140307.618000', '140307.621000', '140307.624000', '140307.627000', '140307.630000', '140307.633000', '140307.635000', '140307.638000', '140307.641000', '140307.644000', '140307.647000', '140307.649000', '140307.653000', '140307.656000', '140307.658000', '140307.661000', '140307.664000', '140307.667000', '140307.669000', '140307.672000', '140307.675000'], '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': [9205, 19237, 10050, 16365, 9902, 10903, 9387, 11532, 10181, 10586, 11948, 10527, 10670, 17625, 11611, 13951, 10922, 9924, 10713, 10828, 14123, 11921, 11144, 9332, 11032, 9800, 17809, 10345, 15769, 10844, 12870, 10571, 10244, 10629, 11752, 11193, 12716, 11327, 10113, 10942, 9803, 11389, 10059, 16488, 10953, 15003, 10791, 14142, 11030, 11612, 11196, 12874, 11371, 11603, 11377, 9650, 13770, 10124, 19074, 10669, 14194, 10202, 11809, 10099, 13488, 10282, 15709, 12839, 11127, 9682, 16812, 10128, 15837, 10438, 13544, 11019, 8584, 11252, 10345, 10783, 10039, 10761, 11617, 11283, 12350, 11256, 12580, 10972, 9984, 14561, 10294, 11099, 9340, 10392, 9833, 16893, 10180, 16126, 11012, 11640, 10797, 9029, 11170, 10988, 10660, 9033, 11122, 10060, 13989, 10241, 11436, 10017, 13846, 10461, 11453, 10440, 9270, 11282, 9440, 11265, 9561, 11191, 10265, 11890, 10356, 10691, 10231, 16768, 10478, 14909, 11237, 16660, 11242, 12245, 12979, 10903, 18350, 10449, 16810, 10403, 15126, 10418, 13105, 10623, 10297, 10675, 12389, 10848, 10555, 10405, 8982, 10759, 9958, 10844, 13108, 10391, 13601, 10198, 14401, 10489, 13368, 10670, 9498, 11199, 9449, 10935, 10339, 10987, 10777, 11517, 10312, 11338, 10113, 13773, 10568, 12281, 10524, 13976, 11028, 12828, 11514, 11597, 10879, 9988, 16835, 10256, 14157, 11254, 11437, 11231, 10065, 16458, 10707, 13729, 11501, 9736, 11128, 9598, 11212, 10564, 14142, 10804, 12737, 11105, 9686, 10650, 10028, 14839, 11944, 13115, 10300, 15269, 10554, 14342, 11058, 13595, 10834, 9094, 11159, 9284, 10709, 12378, 11009, 16952, 12952, 10314, 10317, 11073, 12833, 12160, 9022, 11042, 16930, 7505, 10285, 9016, 9142, 8992, 9387, 7864, 8974, 9353, 13015, 14893, 13090, 13109, 12121, 9083, 15820, 10754, 14594, 11087, 13366, 8461, 10389, 8893, 10379, 8734, 10241, 8557, 8796, 8650, 8803, 8358, 7854, 8478, 8552, 7657, 8260, 7829, 8350, 7674, 8737, 8824, 8066, 8258, 7682, 8129, 9264, 8335, 7554, 8653, 15190, 8974, 10245, 9093, 8301, 8486, 8245, 7441, 8039, 7969, 7992, 7435, 6974, 7788, 10371, 7595, 7875, 7504, 9574, 7425, 11826, 7383, 7738, 8124, 8777, 13716, 10157, 9179, 8289, 14646, 10367, 14841, 10136, 12299, 8744, 14295, 9942, 11057, 8229, 7072, 7725, 9824, 7765, 8697, 7933, 7967, 6739, 8221, 7890, 7525, 8452, 8100, 7830, 7369, 8603, 9656, 8406, 12275, 8462, 14099, 8168, 9554, 7443, 8438, 11623, 8339, 11493, 11643, 8854, 12416, 7595, 8307, 6669, 8417, 8323, 8169, 8146, 8285, 9941, 8501, 8135, 8092, 14347, 8276, 12841, 8043, 12773, 8855, 9053, 8769, 8451, 11537, 8457, 12283, 8645, 10903, 8425, 7447, 9141, 8582, 10394, 8365, 11134, 8096, 9424, 8429, 9362, 8352, 9611, 8152, 11318, 9726, 12261, 8743, 12420, 9254, 10469, 11270, 8971, 9795, 9098, 12736, 9365, 11628, 9520, 11923, 9499, 9961, 9515, 13891, 10162, 13443, 10196, 8931, 11621, 9013, 14011, 9296, 12604, 9624, 8147, 10061, 8342, 10112, 9092, 9766, 11719, 9972, 11564, 10355, 12724, 9917, 13915, 9595, 13451, 9796, 14290, 10866, 11932, 9384, 8494, 9742, 8909, 10048, 13054, 10884, 11027, 14385, 9439, 9623, 8619, 9792, 8416, 9892, 8828, 13296, 9061, 12176, 9146, 11517, 9687, 8991, 9842, 9155, 10863, 9201, 11737, 9118, 13108, 9369, 9787, 9771, 8472, 9959, 8376, 9731, 8865, 9975, 9464, 10267, 9221, 10051, 9621, 10137, 9325, 15323, 9666, 13157, 10426, 11654, 9231, 10590, 11999, 9190, 16459, 11008, 14180, 9686, 11568, 10060, 9215, 13066, 9436, 13419, 9529, 8400, 9990, 8874, 9755, 9962, 9738, 8432, 10298, 9180, 13002, 9306, 15291, 9335, 12447, 9123, 14311, 9094, 13156, 9391, 13059, 9385, 13659, 9328, 13443, 9737, 12264, 9746, 9570, 9143, 8126, 9852, 9363, 9920, 9101, 9900, 9028, 10020, 9099, 9932, 9340, 10918, 9585, 10843, 9486, 13890, 10084, 14557, 11016, 11965, 10297, 10280, 16515, 9443, 14454, 10191, 12939, 10225, 8510, 10024, 8675, 10636, 8893, 10166, 8718, 10122, 8525, 9499, 8588, 10186, 11047, 10364, 12365, 14763, 9415, 15901, 9334, 14338, 9652, 8924, 9968, 9188, 11303, 9275, 11379, 9385, 10176, 9216, 10337, 9465, 11771, 9945, 11589, 10315, 11301, 10366, 9117, 13814, 9769, 15248, 9387, 14215, 9979, 12154, 10274, 10694, 10315, 8644, 10459, 9301, 13503, 10830, 10327, 9001, 11051, 9165, 17170, 9629, 13402, 10324, 10587, 9702, 8460, 10324, 8669, 10299, 8391, 10538, 9006, 10370, 9434, 10031, 9538, 9658, 9056, 10563, 9682, 14440, 10315, 15907, 10615, 13353, 9642, 14660, 10093, 13652, 11261, 10083, 10120, 9594, 14233, 9532, 12735, 9993, 10094, 9857, 10179, 9630, 10520, 9359, 16486, 9870, 14216, 10158, 12108, 9851, 8955, 10298, 8043, 10252, 11876, 9760, 8706, 10232, 9666, 10053, 10819, 15204, 9334, 15478, 9663, 13417, 9701, 10514, 10235, 8314, 10294, 8628, 10187, 9944, 10088, 10295, 10127, 11610, 10520, 12353, 10274, 12671, 10517, 10927, 14540, 9473, 14863, 10443, 11855, 9838, 9181, 9495, 8917, 10593, 9133, 10492, 9368, 10509, 9639, 12452, 9810, 13278, 10311, 14428, 9783, 12629, 10457, 13077, 13053, 11132, 16700, 10308, 13939, 9730, 15742, 10018, 13044, 10054, 14089, 9656, 10369, 10577, 8008, 10436, 9017, 9787, 10109, 9059, 10510, 8950, 13866, 9519, 15813, 9720, 13666, 9900, 11127, 10128, 7904, 10191, 9481, 12356, 9324, 10237, 8886, 10163, 9931, 10240, 10297, 10281, 11609, 10438, 12882, 10831, 10385, 15953, 9954, 13978, 10531, 12124, 10540, 9986, 13221, 11283, 9797, 10414, 10319, 11032, 10427, 10530, 15211, 14273, 12456, 10682, 12061, 10493, 9396, 15680, 9737, 16664, 10455, 13940, 10543, 9823, 10265, 8741, 10295, 9178, 11281, 9293, 10252, 9016, 10671, 9096, 12149, 9605, 15365, 9385, 12195, 9131, 10589, 9073, 10643, 9983, 13167, 10413, 10283, 9510, 14582, 9588, 15369, 9482, 11027, 9367, 10833, 9169, 10151, 8893, 10276, 12058, 10320, 12203, 10538, 13684, 10896, 11955, 10605, 9412, 15016, 9798, 14397, 9809, 11620, 9430, 10606, 9092, 10595, 10108, 11057, 9349, 10516, 9006, 10513, 9209, 12109, 9714, 14097, 9844, 13646, 10012], 'WindowCenter': [3868.0, 3913.0, 3836.0, 3877.0, 3833.0, 3831.0, 3833.0, 3855.0, 3834.0, 3844.0, 3857.0, 3845.0, 3846.0, 3889.0, 3844.0, 3853.0, 3832.0, 3819.0, 3820.0, 3831.0, 3852.0, 3843.0, 3829.0, 3811.0, 3831.0, 3820.0, 3871.0, 3818.0, 3850.0, 3829.0, 3839.0, 3830.0, 3819.0, 3832.0, 3840.0, 3843.0, 3853.0, 3844.0, 3833.0, 3844.0, 3834.0, 3844.0, 3835.0, 3876.0, 3847.0, 3876.0, 3845.0, 3864.0, 3845.0, 3843.0, 3846.0, 3856.0, 3844.0, 3843.0, 3842.0, 3821.0, 3851.0, 3821.0, 3883.0, 3832.0, 3851.0, 3820.0, 3841.0, 3821.0, 3851.0, 3821.0, 3864.0, 3841.0, 3832.0, 3820.0, 3861.0, 3818.0, 3849.0, 3817.0, 3838.0, 3818.0, 3796.0, 3829.0, 3817.0, 3830.0, 3820.0, 3843.0, 3843.0, 3845.0, 3854.0, 3845.0, 3855.0, 3845.0, 3835.0, 3864.0, 3833.0, 3833.0, 3822.0, 3834.0, 3835.0, 3873.0, 3821.0, 3863.0, 3832.0, 3841.0, 3833.0, 3811.0, 3844.0, 3834.0, 3831.0, 3822.0, 3844.0, 3834.0, 3864.0, 3833.0, 3843.0, 3834.0, 3863.0, 3834.0, 3844.0, 3833.0, 3824.0, 3843.0, 3834.0, 3845.0, 3836.0, 3845.0, 3847.0, 3856.0, 3849.0, 3847.0, 3849.0, 3890.0, 3847.0, 3877.0, 3846.0, 3876.0, 3832.0, 3842.0, 3840.0, 3821.0, 3860.0, 3817.0, 3862.0, 3818.0, 3849.0, 3817.0, 3827.0, 3816.0, 3804.0, 3815.0, 3826.0, 3817.0, 3816.0, 3818.0, 3794.0, 3818.0, 3805.0, 3817.0, 3835.0, 3817.0, 3837.0, 3818.0, 3848.0, 3816.0, 3838.0, 3817.0, 3807.0, 3829.0, 3819.0, 3830.0, 3831.0, 3845.0, 3842.0, 3842.0, 3833.0, 3842.0, 3833.0, 3853.0, 3833.0, 3841.0, 3833.0, 3852.0, 3831.0, 3854.0, 3831.0, 3830.0, 3831.0, 3821.0, 3872.0, 3819.0, 3851.0, 3829.0, 3829.0, 3818.0, 3819.0, 3858.0, 3817.0, 3850.0, 3829.0, 3806.0, 3827.0, 3819.0, 3827.0, 3830.0, 3849.0, 3829.0, 3839.0, 3829.0, 3818.0, 3827.0, 3818.0, 3849.0, 3827.0, 3838.0, 3816.0, 3847.0, 3817.0, 3847.0, 3827.0, 3839.0, 3816.0, 3805.0, 3841.0, 3820.0, 3827.0, 3835.0, 3827.0, 3885.0, 3864.0, 3843.0, 3844.0, 3855.0, 3867.0, 3863.0, 3821.0, 3866.0, 3893.0, 3801.0, 3831.0, 3833.0, 3833.0, 3833.0, 3834.0, 3814.0, 3823.0, 3824.0, 3866.0, 3877.0, 3852.0, 3837.0, 3827.0, 3796.0, 3846.0, 3803.0, 3835.0, 3814.0, 3837.0, 3771.0, 3787.0, 3767.0, 3785.0, 3766.0, 3776.0, 3766.0, 3765.0, 3766.0, 3767.0, 3756.0, 3758.0, 3767.0, 3780.0, 3758.0, 3781.0, 3760.0, 3783.0, 3772.0, 3794.0, 3797.0, 3787.0, 3797.0, 3786.0, 3800.0, 3809.0, 3800.0, 3789.0, 3813.0, 3863.0, 3812.0, 3821.0, 3811.0, 3802.0, 3812.0, 3815.0, 3794.0, 3814.0, 3803.0, 3804.0, 3805.0, 3794.0, 3819.0, 3849.0, 3817.0, 3817.0, 3806.0, 3837.0, 3808.0, 3859.0, 3809.0, 3820.0, 3830.0, 3840.0, 3881.0, 3862.0, 3838.0, 3830.0, 3881.0, 3837.0, 3868.0, 3833.0, 3844.0, 3799.0, 3863.0, 3820.0, 3831.0, 3800.0, 3777.0, 3789.0, 3818.0, 3790.0, 3812.0, 3802.0, 3802.0, 3783.0, 3825.0, 3815.0, 3818.0, 3813.0, 3814.0, 3803.0, 3794.0, 3824.0, 3823.0, 3813.0, 3855.0, 3813.0, 3865.0, 3812.0, 3823.0, 3791.0, 3800.0, 3842.0, 3801.0, 3843.0, 3841.0, 3811.0, 3841.0, 3778.0, 3789.0, 3768.0, 3802.0, 3800.0, 3813.0, 3814.0, 3825.0, 3836.0, 3826.0, 3815.0, 3816.0, 3865.0, 3813.0, 3854.0, 3802.0, 3855.0, 3811.0, 3811.0, 3824.0, 3815.0, 3856.0, 3813.0, 3854.0, 3813.0, 3831.0, 3800.0, 3792.0, 3824.0, 3822.0, 3829.0, 3811.0, 3843.0, 3813.0, 3823.0, 3814.0, 3835.0, 3826.0, 3847.0, 3829.0, 3859.0, 3849.0, 3868.0, 3828.0, 3868.0, 3852.0, 3861.0, 3845.0, 3825.0, 3832.0, 3823.0, 3853.0, 3823.0, 3843.0, 3836.0, 3855.0, 3836.0, 3847.0, 3836.0, 3868.0, 3834.0, 3865.0, 3833.0, 3822.0, 3843.0, 3822.0, 3863.0, 3821.0, 3841.0, 3821.0, 3798.0, 3832.0, 3811.0, 3833.0, 3823.0, 3835.0, 3854.0, 3834.0, 3842.0, 3834.0, 3854.0, 3834.0, 3853.0, 3822.0, 3853.0, 3819.0, 3850.0, 3830.0, 3840.0, 3809.0, 3809.0, 3821.0, 3808.0, 3819.0, 3850.0, 3817.0, 3828.0, 3849.0, 3806.0, 3807.0, 3797.0, 3818.0, 3797.0, 3817.0, 3807.0, 3849.0, 3810.0, 3838.0, 3819.0, 3839.0, 3820.0, 3808.0, 3820.0, 3821.0, 3831.0, 3821.0, 3840.0, 3822.0, 3851.0, 3820.0, 3831.0, 3831.0, 3811.0, 3832.0, 3813.0, 3835.0, 3824.0, 3846.0, 3836.0, 3846.0, 3837.0, 3835.0, 3835.0, 3835.0, 3825.0, 3865.0, 3822.0, 3854.0, 3832.0, 3841.0, 3822.0, 3832.0, 3841.0, 3821.0, 3862.0, 3829.0, 3850.0, 3809.0, 3829.0, 3819.0, 3807.0, 3838.0, 3808.0, 3850.0, 3818.0, 3798.0, 3832.0, 3821.0, 3833.0, 3833.0, 3822.0, 3811.0, 3833.0, 3823.0, 3853.0, 3822.0, 3874.0, 3821.0, 3851.0, 3821.0, 3851.0, 3810.0, 3841.0, 3810.0, 3840.0, 3810.0, 3851.0, 3808.0, 3839.0, 3809.0, 3839.0, 3807.0, 3806.0, 3806.0, 3785.0, 3805.0, 3807.0, 3818.0, 3809.0, 3831.0, 3820.0, 3833.0, 3823.0, 3833.0, 3836.0, 3856.0, 3838.0, 3857.0, 3848.0, 3878.0, 3835.0, 3878.0, 3835.0, 3843.0, 3833.0, 3832.0, 3873.0, 3821.0, 3866.0, 3820.0, 3840.0, 3819.0, 3797.0, 3818.0, 3809.0, 3830.0, 3820.0, 3830.0, 3810.0, 3831.0, 3809.0, 3822.0, 3811.0, 3832.0, 3842.0, 3832.0, 3853.0, 3861.0, 3809.0, 3861.0, 3809.0, 3850.0, 3819.0, 3807.0, 3818.0, 3819.0, 3829.0, 3821.0, 3841.0, 3821.0, 3831.0, 3832.0, 3832.0, 3835.0, 3855.0, 3835.0, 3855.0, 3833.0, 3845.0, 3833.0, 3823.0, 3852.0, 3832.0, 3862.0, 3819.0, 3851.0, 3820.0, 3843.0, 3830.0, 3831.0, 3830.0, 3809.0, 3830.0, 3821.0, 3851.0, 3831.0, 3830.0, 3809.0, 3830.0, 3809.0, 3861.0, 3819.0, 3839.0, 3817.0, 3817.0, 3805.0, 3796.0, 3816.0, 3797.0, 3828.0, 3809.0, 3831.0, 3820.0, 3845.0, 3833.0, 3835.0, 3834.0, 3834.0, 3823.0, 3843.0, 3833.0, 3864.0, 3832.0, 3874.0, 3832.0, 3852.0, 3821.0, 3862.0, 3819.0, 3851.0, 3830.0, 3818.0, 3817.0, 3818.0, 3848.0, 3818.0, 3837.0, 3819.0, 3818.0, 3819.0, 3830.0, 3820.0, 3842.0, 3822.0, 3873.0, 3831.0, 3853.0, 3820.0, 3841.0, 3819.0, 3808.0, 3819.0, 3786.0, 3831.0, 3840.0, 3819.0, 3808.0, 3830.0, 3820.0, 3820.0, 3829.0, 3860.0, 3809.0, 3860.0, 3818.0, 3839.0, 3819.0, 3816.0, 3817.0, 3796.0, 3818.0, 3808.0, 3831.0, 3831.0, 3844.0, 3832.0, 3844.0, 3853.0, 3845.0, 3855.0, 3834.0, 3854.0, 3844.0, 3844.0, 3862.0, 3821.0, 3862.0, 3832.0, 3842.0, 3831.0, 3820.0, 3821.0, 3821.0, 3843.0, 3833.0, 3842.0, 3834.0, 3844.0, 3835.0, 3865.0, 3835.0, 3865.0, 3845.0, 3865.0, 3833.0, 3855.0, 3834.0, 3852.0, 3851.0, 3831.0, 3861.0, 3819.0, 3850.0, 3819.0, 3860.0, 3817.0, 3837.0, 3817.0, 3849.0, 3818.0, 3830.0, 3829.0, 3784.0, 3817.0, 3794.0, 3817.0, 3820.0, 3809.0, 3832.0, 3822.0, 3850.0, 3819.0, 3860.0, 3818.0, 3851.0, 3818.0, 3827.0, 3817.0, 3787.0, 3816.0, 3818.0, 3839.0, 3819.0, 3819.0, 3809.0, 3831.0, 3831.0, 3845.0, 3844.0, 3848.0, 3856.0, 3847.0, 3867.0, 3845.0, 3834.0, 3876.0, 3834.0, 3864.0, 3834.0, 3854.0, 3833.0, 3833.0, 3867.0, 3845.0, 3834.0, 3845.0, 3849.0, 3847.0, 3847.0, 3848.0, 3880.0, 3867.0, 3856.0, 3833.0, 3843.0, 3833.0, 3822.0, 3862.0, 3819.0, 3861.0, 3818.0, 3840.0, 3818.0, 3806.0, 3816.0, 3796.0, 3818.0, 3808.0, 3828.0, 3807.0, 3817.0, 3809.0, 3829.0, 3809.0, 3839.0, 3819.0, 3860.0, 3809.0, 3838.0, 3810.0, 3830.0, 3808.0, 3819.0, 3820.0, 3840.0, 3819.0, 3819.0, 3818.0, 3849.0, 3808.0, 3859.0, 3818.0, 3829.0, 3818.0, 3830.0, 3821.0, 3832.0, 3822.0, 3833.0, 3853.0, 3835.0, 3854.0, 3833.0, 3855.0, 3833.0, 3843.0, 3820.0, 3810.0, 3850.0, 3819.0, 3850.0, 3820.0, 3842.0, 3820.0, 3832.0, 3821.0, 3831.0, 3832.0, 3831.0, 3822.0, 3831.0, 3809.0, 3833.0, 3821.0, 3854.0, 3822.0, 3863.0, 3831.0, 3851.0, 3831.0], 'WindowWidth': [8677.0, 8727.0, 8607.0, 8662.0, 8598.0, 8590.0, 8598.0, 8632.0, 8601.0, 8614.0, 8635.0, 8617.0, 8619.0, 8685.0, 8611.0, 8621.0, 8592.0, 8571.0, 8571.0, 8588.0, 8615.0, 8605.0, 8583.0, 8562.0, 8589.0, 8573.0, 8643.0, 8566.0, 8611.0, 8582.0, 8596.0, 8588.0, 8570.0, 8593.0, 8600.0, 8609.0, 8622.0, 8610.0, 8594.0, 8610.0, 8597.0, 8609.0, 8600.0, 8657.0, 8618.0, 8657.0, 8614.0, 8639.0, 8614.0, 8610.0, 8615.0, 8630.0, 8611.0, 8609.0, 8605.0, 8576.0, 8615.0, 8576.0, 8663.0, 8592.0, 8615.0, 8573.0, 8601.0, 8574.0, 8615.0, 8577.0, 8635.0, 8603.0, 8591.0, 8574.0, 8629.0, 8566.0, 8611.0, 8564.0, 8592.0, 8566.0, 8534.0, 8581.0, 8565.0, 8589.0, 8573.0, 8610.0, 8609.0, 8615.0, 8625.0, 8614.0, 8628.0, 8613.0, 8598.0, 8636.0, 8595.0, 8593.0, 8578.0, 8598.0, 8599.0, 8649.0, 8576.0, 8634.0, 8591.0, 8602.0, 8594.0, 8562.0, 8611.0, 8596.0, 8590.0, 8579.0, 8611.0, 8598.0, 8637.0, 8594.0, 8609.0, 8597.0, 8636.0, 8598.0, 8611.0, 8596.0, 8585.0, 8609.0, 8599.0, 8614.0, 8604.0, 8615.0, 8620.0, 8632.0, 8627.0, 8623.0, 8628.0, 8684.0, 8619.0, 8664.0, 8617.0, 8659.0, 8593.0, 8607.0, 8601.0, 8573.0, 8626.0, 8565.0, 8632.0, 8566.0, 8608.0, 8565.0, 8574.0, 8561.0, 8541.0, 8558.0, 8574.0, 8563.0, 8560.0, 8566.0, 8529.0, 8565.0, 8543.0, 8564.0, 8586.0, 8564.0, 8592.0, 8566.0, 8606.0, 8563.0, 8594.0, 8565.0, 8550.0, 8581.0, 8569.0, 8588.0, 8591.0, 8614.0, 8608.0, 8609.0, 8597.0, 8606.0, 8595.0, 8622.0, 8595.0, 8604.0, 8595.0, 8622.0, 8591.0, 8624.0, 8589.0, 8587.0, 8590.0, 8577.0, 8646.0, 8570.0, 8618.0, 8582.0, 8582.0, 8566.0, 8569.0, 8622.0, 8565.0, 8613.0, 8582.0, 8550.0, 8580.0, 8571.0, 8580.0, 8587.0, 8611.0, 8585.0, 8599.0, 8587.0, 8570.0, 8581.0, 8569.0, 8611.0, 8581.0, 8594.0, 8564.0, 8604.0, 8565.0, 8604.0, 8579.0, 8597.0, 8562.0, 8547.0, 8605.0, 8575.0, 8584.0, 8589.0, 8586.0, 8677.0, 8646.0, 8615.0, 8617.0, 8633.0, 8653.0, 8642.0, 8586.0, 8653.0, 8686.0, 8561.0, 8595.0, 8602.0, 8601.0, 8601.0, 8605.0, 8578.0, 8586.0, 8587.0, 8649.0, 8667.0, 8623.0, 8595.0, 8580.0, 8533.0, 8602.0, 8539.0, 8589.0, 8557.0, 8594.0, 8496.0, 8509.0, 8481.0, 8504.0, 8479.0, 8491.0, 8479.0, 8477.0, 8480.0, 8482.0, 8467.0, 8471.0, 8483.0, 8504.0, 8472.0, 8510.0, 8478.0, 8514.0, 8500.0, 8530.0, 8538.0, 8529.0, 8541.0, 8526.0, 8550.0, 8560.0, 8550.0, 8532.0, 8569.0, 8638.0, 8568.0, 8578.0, 8561.0, 8554.0, 8566.0, 8576.0, 8547.0, 8577.0, 8559.0, 8560.0, 8565.0, 8549.0, 8589.0, 8627.0, 8584.0, 8581.0, 8566.0, 8609.0, 8574.0, 8641.0, 8575.0, 8592.0, 8605.0, 8618.0, 8678.0, 8650.0, 8613.0, 8603.0, 8679.0, 8610.0, 8650.0, 8596.0, 8610.0, 8545.0, 8638.0, 8574.0, 8588.0, 8548.0, 8515.0, 8534.0, 8570.0, 8537.0, 8565.0, 8556.0, 8556.0, 8534.0, 8593.0, 8579.0, 8588.0, 8571.0, 8573.0, 8558.0, 8546.0, 8588.0, 8585.0, 8571.0, 8630.0, 8570.0, 8643.0, 8570.0, 8584.0, 8539.0, 8550.0, 8608.0, 8551.0, 8611.0, 8603.0, 8565.0, 8603.0, 8513.0, 8529.0, 8501.0, 8552.0, 8549.0, 8573.0, 8574.0, 8594.0, 8608.0, 8595.0, 8578.0, 8581.0, 8645.0, 8572.0, 8628.0, 8555.0, 8630.0, 8566.0, 8567.0, 8589.0, 8579.0, 8633.0, 8572.0, 8626.0, 8569.0, 8592.0, 8549.0, 8541.0, 8587.0, 8582.0, 8586.0, 8567.0, 8610.0, 8573.0, 8584.0, 8575.0, 8606.0, 8595.0, 8626.0, 8606.0, 8643.0, 8629.0, 8652.0, 8599.0, 8652.0, 8640.0, 8651.0, 8617.0, 8593.0, 8593.0, 8584.0, 8622.0, 8585.0, 8613.0, 8605.0, 8630.0, 8606.0, 8623.0, 8608.0, 8654.0, 8601.0, 8646.0, 8596.0, 8584.0, 8609.0, 8581.0, 8637.0, 8578.0, 8604.0, 8578.0, 8546.0, 8596.0, 8566.0, 8596.0, 8584.0, 8602.0, 8627.0, 8599.0, 8608.0, 8597.0, 8628.0, 8598.0, 8625.0, 8582.0, 8625.0, 8574.0, 8617.0, 8586.0, 8601.0, 8559.0, 8558.0, 8579.0, 8558.0, 8573.0, 8615.0, 8566.0, 8583.0, 8611.0, 8550.0, 8552.0, 8539.0, 8569.0, 8540.0, 8566.0, 8555.0, 8610.0, 8560.0, 8596.0, 8572.0, 8598.0, 8575.0, 8558.0, 8573.0, 8578.0, 8589.0, 8578.0, 8602.0, 8580.0, 8619.0, 8577.0, 8590.0, 8594.0, 8565.0, 8596.0, 8570.0, 8605.0, 8588.0, 8621.0, 8607.0, 8621.0, 8610.0, 8603.0, 8604.0, 8602.0, 8590.0, 8644.0, 8580.0, 8628.0, 8594.0, 8606.0, 8581.0, 8594.0, 8604.0, 8579.0, 8639.0, 8586.0, 8614.0, 8558.0, 8585.0, 8570.0, 8555.0, 8596.0, 8556.0, 8614.0, 8571.0, 8544.0, 8594.0, 8578.0, 8596.0, 8599.0, 8583.0, 8568.0, 8600.0, 8585.0, 8624.0, 8582.0, 8652.0, 8579.0, 8617.0, 8577.0, 8617.0, 8560.0, 8603.0, 8558.0, 8599.0, 8559.0, 8616.0, 8556.0, 8599.0, 8557.0, 8597.0, 8551.0, 8549.0, 8550.0, 8521.0, 8547.0, 8554.0, 8569.0, 8561.0, 8591.0, 8578.0, 8597.0, 8587.0, 8600.0, 8608.0, 8634.0, 8612.0, 8639.0, 8628.0, 8668.0, 8603.0, 8666.0, 8602.0, 8612.0, 8596.0, 8595.0, 8650.0, 8579.0, 8646.0, 8574.0, 8599.0, 8570.0, 8540.0, 8568.0, 8560.0, 8588.0, 8576.0, 8587.0, 8562.0, 8590.0, 8562.0, 8581.0, 8566.0, 8595.0, 8607.0, 8594.0, 8623.0, 8632.0, 8560.0, 8630.0, 8558.0, 8614.0, 8571.0, 8554.0, 8569.0, 8572.0, 8585.0, 8579.0, 8604.0, 8579.0, 8593.0, 8597.0, 8596.0, 8605.0, 8631.0, 8605.0, 8629.0, 8599.0, 8616.0, 8597.0, 8586.0, 8622.0, 8595.0, 8634.0, 8573.0, 8619.0, 8577.0, 8610.0, 8588.0, 8590.0, 8589.0, 8560.0, 8588.0, 8577.0, 8617.0, 8591.0, 8586.0, 8559.0, 8586.0, 8558.0, 8634.0, 8572.0, 8598.0, 8565.0, 8565.0, 8548.0, 8536.0, 8562.0, 8540.0, 8583.0, 8561.0, 8593.0, 8576.0, 8617.0, 8601.0, 8603.0, 8604.0, 8600.0, 8585.0, 8611.0, 8599.0, 8640.0, 8596.0, 8654.0, 8593.0, 8621.0, 8577.0, 8634.0, 8572.0, 8619.0, 8586.0, 8569.0, 8566.0, 8570.0, 8607.0, 8568.0, 8594.0, 8572.0, 8570.0, 8575.0, 8588.0, 8578.0, 8609.0, 8583.0, 8650.0, 8590.0, 8623.0, 8574.0, 8604.0, 8572.0, 8556.0, 8572.0, 8525.0, 8590.0, 8601.0, 8572.0, 8558.0, 8588.0, 8573.0, 8574.0, 8587.0, 8626.0, 8557.0, 8628.0, 8569.0, 8596.0, 8570.0, 8564.0, 8566.0, 8537.0, 8568.0, 8557.0, 8591.0, 8592.0, 8614.0, 8598.0, 8616.0, 8625.0, 8617.0, 8631.0, 8602.0, 8629.0, 8613.0, 8614.0, 8634.0, 8577.0, 8633.0, 8595.0, 8608.0, 8592.0, 8576.0, 8580.0, 8579.0, 8611.0, 8598.0, 8610.0, 8603.0, 8614.0, 8605.0, 8643.0, 8604.0, 8646.0, 8616.0, 8646.0, 8599.0, 8629.0, 8599.0, 8621.0, 8616.0, 8591.0, 8634.0, 8571.0, 8614.0, 8571.0, 8627.0, 8566.0, 8594.0, 8567.0, 8611.0, 8570.0, 8590.0, 8584.0, 8518.0, 8565.0, 8529.0, 8567.0, 8573.0, 8560.0, 8593.0, 8581.0, 8616.0, 8572.0, 8631.0, 8570.0, 8615.0, 8567.0, 8578.0, 8566.0, 8524.0, 8563.0, 8568.0, 8598.0, 8572.0, 8569.0, 8557.0, 8592.0, 8592.0, 8617.0, 8615.0, 8624.0, 8632.0, 8623.0, 8649.0, 8615.0, 8602.0, 8657.0, 8601.0, 8639.0, 8600.0, 8628.0, 8598.0, 8597.0, 8647.0, 8619.0, 8600.0, 8617.0, 8628.0, 8622.0, 8623.0, 8627.0, 8673.0, 8649.0, 8632.0, 8595.0, 8609.0, 8595.0, 8579.0, 8632.0, 8570.0, 8631.0, 8565.0, 8599.0, 8565.0, 8548.0, 8562.0, 8535.0, 8565.0, 8553.0, 8578.0, 8553.0, 8566.0, 8558.0, 8586.0, 8559.0, 8597.0, 8572.0, 8626.0, 8559.0, 8594.0, 8558.0, 8585.0, 8554.0, 8570.0, 8574.0, 8599.0, 8570.0, 8569.0, 8569.0, 8609.0, 8553.0, 8623.0, 8570.0, 8583.0, 8569.0, 8588.0, 8578.0, 8594.0, 8580.0, 8597.0, 8624.0, 8602.0, 8624.0, 8595.0, 8628.0, 8595.0, 8606.0, 8572.0, 8560.0, 8612.0, 8569.0, 8612.0, 8574.0, 8604.0, 8573.0, 8594.0, 8577.0, 8592.0, 8593.0, 8591.0, 8579.0, 8590.0, 8558.0, 8596.0, 8579.0, 8624.0, 8581.0, 8636.0, 8592.0, 8618.0, 8591.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.008598450057405279</td></tr>
<tr><td colspan=3>aqi</td><td>0.04390277336394948</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.59884238874712</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.321417779149426</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1364035736206899</td></tr>
<tr><td colspan=3>efc</td><td>0.5003</td></tr>
<tr><td colspan=3>fber</td><td>3774.9358</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0815626392683389</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>36</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.133180252583237</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5637259820631795</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3828006704623323</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8681810225263265</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.44019625320088</td></tr>
<tr><td colspan=3>gcor</td><td>0.0100677</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02732826955616474</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.046482015401124954</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8242254786307974</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>15.1866</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.04</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>198.2872</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>298692.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>938.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.0428</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2114</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>477.9544</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3003.9709</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3188.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77852.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>974.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3942.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>833.6275</td></tr>
<tr><td colspan=3>tsnr</td><td>28.936690741800703</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>