<?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-0084_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-0084_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-0084_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-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0084/figures/sub-0084_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-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084/ses-04/func/sub-0084_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>82e7e88245262fe93a363cf25a02a758</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:52:55.147500</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.998631, 0.051432, -0.00950169, -0.0518118, 0.997626, -0.0453599]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.100429</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>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4127, -7728, -7267, 486, -72, -333, 47, 101]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>274.797</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1a62b2c0-c914-4b67-bfdb-2aca9cc936cc||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.6792547702789307, -0.13900722563266754, -0.01929471455514431, 119.03520965576172], [-0.13798819482326508, 2.676558256149292, -0.12363330274820328, -87.7624282836914], [-0.02549234963953495, 0.12169728428125381, 2.697098970413208, -94.429931640625], [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': ['135255.147500', '135255.607500', '135256.067500', '135256.527500', '135256.987500', '135257.447500', '135257.907500', '135258.367500', '135258.827500', '135259.287500', '135259.747500', '135300.207500', '135300.667500', '135301.127500', '135301.587500', '135302.047500', '135302.507500', '135302.967500', '135303.427500', '135303.887500', '135304.347500', '135304.807500', '135305.267500', '135305.727500', '135306.187500', '135306.647500', '135307.107500', '135307.567500', '135308.027500', '135308.487500', '135308.947500', '135309.407500', '135309.867500', '135310.327500', '135310.787500', '135311.247500', '135311.707500', '135312.167500', '135312.627500', '135313.087500', '135313.547500', '135314.007500', '135314.467500', '135314.927500', '135315.387500', '135315.847500', '135316.307500', '135316.767500', '135317.227500', '135317.687500', '135318.147500', '135318.607500', '135319.067500', '135319.527500', '135319.987500', '135320.447500', '135320.907500', '135321.367500', '135321.827500', '135322.287500', '135322.747500', '135323.207500', '135323.667500', '135324.127500', '135324.587500', '135325.047500', '135325.507500', '135325.967500', '135326.427500', '135326.887500', '135327.347500', '135327.807500', '135328.267500', '135328.727500', '135329.187500', '135329.647500', '135330.107500', '135330.567500', '135331.027500', '135331.487500', '135331.947500', '135332.407500', '135332.867500', '135333.327500', '135333.787500', '135334.247500', '135334.707500', '135335.167500', '135335.627500', '135336.087500', '135336.547500', '135337.007500', '135337.467500', '135337.927500', '135338.387500', '135338.847500', '135339.307500', '135339.767500', '135340.227500', '135340.687500', '135341.147500', '135341.607500', '135342.067500', '135342.527500', '135342.987500', '135343.447500', '135343.907500', '135344.367500', '135344.827500', '135345.287500', '135345.747500', '135346.207500', '135346.667500', '135347.127500', '135347.587500', '135348.047500', '135348.507500', '135348.967500', '135349.427500', '135349.887500', '135350.347500', '135350.807500', '135351.267500', '135351.727500', '135352.187500', '135352.647500', '135353.107500', '135353.567500', '135354.027500', '135354.487500', '135354.947500', '135355.407500', '135355.867500', '135356.327500', '135356.787500', '135357.247500', '135357.707500', '135358.167500', '135358.627500', '135359.087500', '135359.547500', '135400.007500', '135400.467500', '135400.927500', '135401.387500', '135401.847500', '135402.307500', '135402.767500', '135403.227500', '135403.687500', '135404.147500', '135404.607500', '135405.067500', '135405.527500', '135405.987500', '135406.447500', '135406.907500', '135407.367500', '135407.827500', '135408.287500', '135408.747500', '135409.207500', '135409.667500', '135410.127500', '135410.587500', '135411.047500', '135411.507500', '135411.967500', '135412.427500', '135412.887500', '135413.347500', '135413.807500', '135414.267500', '135414.727500', '135415.187500', '135415.647500', '135416.107500', '135416.567500', '135417.027500', '135417.487500', '135417.947500', '135418.407500', '135418.867500', '135419.327500', '135419.787500', '135420.247500', '135420.707500', '135421.167500', '135421.627500', '135422.087500', '135422.547500', '135423.007500', '135423.467500', '135423.927500', '135424.387500', '135424.847500', '135425.307500', '135425.767500', '135426.227500', '135426.687500', '135427.147500', '135427.607500', '135428.067500', '135428.527500', '135428.987500', '135429.447500', '135429.907500', '135430.367500', '135430.827500', '135431.287500', '135431.747500', '135432.207500', '135432.667500', '135433.127500', '135433.587500', '135434.047500', '135434.507500', '135434.967500', '135435.427500', '135435.887500', '135436.347500', '135436.807500', '135437.267500', '135437.727500', '135438.187500', '135438.647500', '135439.107500', '135439.567500', '135440.027500', '135440.487500', '135440.947500', '135441.407500', '135441.867500', '135442.327500', '135442.787500', '135443.247500', '135443.707500', '135444.167500', '135444.627500', '135445.087500', '135445.547500', '135446.007500', '135446.467500', '135446.927500', '135447.387500', '135447.847500', '135448.307500', '135448.767500', '135449.227500', '135449.687500', '135450.147500', '135450.607500', '135451.067500', '135451.527500', '135451.987500', '135452.447500', '135452.907500', '135453.367500', '135453.827500', '135454.287500', '135454.747500', '135455.207500', '135455.667500', '135456.127500', '135456.587500', '135457.047500', '135457.507500', '135457.967500', '135458.427500', '135458.887500', '135459.347500', '135459.807500', '135500.267500', '135500.727500', '135501.187500', '135501.647500', '135502.107500', '135502.567500', '135503.027500', '135503.487500', '135503.947500', '135504.407500', '135504.867500', '135505.327500', '135505.787500', '135506.247500', '135506.707500', '135507.167500', '135507.627500', '135508.087500', '135508.547500', '135509.007500', '135509.467500', '135509.927500', '135510.387500', '135510.847500', '135511.307500', '135511.767500', '135512.227500', '135512.687500', '135513.147500', '135513.607500', '135514.067500', '135514.527500', '135514.987500', '135515.447500', '135515.907500', '135516.367500', '135516.827500', '135517.287500', '135517.747500', '135518.207500', '135518.667500', '135519.127500', '135519.587500', '135520.047500', '135520.507500', '135520.967500', '135521.427500', '135521.887500', '135522.347500', '135522.807500', '135523.267500', '135523.727500', '135524.187500', '135524.647500', '135525.107500', '135525.567500', '135526.027500', '135526.487500', '135526.947500', '135527.407500', '135527.867500', '135528.327500', '135528.787500', '135529.247500', '135529.707500', '135530.167500', '135530.627500', '135531.087500', '135531.547500', '135532.007500', '135532.467500', '135532.927500', '135533.387500', '135533.847500', '135534.307500', '135534.767500', '135535.227500', '135535.687500', '135536.147500', '135536.607500', '135537.067500', '135537.527500', '135537.987500', '135538.447500', '135538.907500', '135539.367500', '135539.827500', '135540.287500', '135540.747500', '135541.207500', '135541.667500', '135542.127500', '135542.587500', '135543.047500', '135543.507500', '135543.967500', '135544.427500', '135544.887500', '135545.347500', '135545.807500', '135546.267500', '135546.727500', '135547.187500', '135547.647500', '135548.107500', '135548.567500', '135549.027500', '135549.487500', '135549.947500', '135550.407500', '135550.867500', '135551.327500', '135551.787500', '135552.247500', '135552.707500', '135553.167500', '135553.627500', '135554.087500', '135554.547500', '135555.007500', '135555.467500', '135555.927500', '135556.387500', '135556.847500', '135557.307500', '135557.767500', '135558.227500', '135558.687500', '135559.147500', '135559.607500', '135600.067500', '135600.527500', '135600.987500', '135601.447500', '135601.907500', '135602.367500', '135602.827500', '135603.287500', '135603.747500', '135604.207500', '135604.667500', '135605.127500', '135605.587500', '135606.047500', '135606.507500', '135606.967500', '135607.427500', '135607.887500', '135608.347500', '135608.807500', '135609.267500', '135609.727500', '135610.187500', '135610.647500', '135611.107500', '135611.567500', '135612.027500', '135612.487500', '135612.947500', '135613.407500', '135613.867500', '135614.327500', '135614.787500', '135615.247500', '135615.707500', '135616.167500', '135616.627500', '135617.087500', '135617.547500', '135618.007500', '135618.467500', '135618.927500', '135619.387500', '135619.847500', '135620.307500', '135620.767500', '135621.227500', '135621.687500', '135622.147500', '135622.607500', '135623.067500', '135623.527500', '135623.987500', '135624.447500', '135624.907500', '135625.367500', '135625.827500', '135626.287500', '135626.747500', '135627.207500', '135627.667500', '135628.127500', '135628.587500', '135629.047500', '135629.507500', '135629.967500', '135630.427500', '135630.887500', '135631.347500', '135631.807500', '135632.267500', '135632.727500', '135633.187500', '135633.647500', '135634.107500', '135634.567500', '135635.027500', '135635.487500', '135635.947500', '135636.407500', '135636.867500', '135637.327500', '135637.787500', '135638.247500', '135638.707500', '135639.167500', '135639.627500', '135640.087500', '135640.547500', '135641.007500', '135641.467500', '135641.927500', '135642.387500', '135642.847500', '135643.307500', '135643.767500', '135644.227500', '135644.687500', '135645.147500', '135645.607500', '135646.067500', '135646.527500', '135646.987500', '135647.447500', '135647.907500', '135648.367500', '135648.827500', '135649.287500', '135649.747500', '135650.207500', '135650.667500', '135651.127500', '135651.587500', '135652.047500', '135652.507500', '135652.967500', '135653.427500', '135653.887500', '135654.347500', '135654.807500', '135655.267500', '135655.727500', '135656.187500', '135656.647500', '135657.107500', '135657.567500', '135658.027500', '135658.487500', '135658.947500', '135659.407500', '135659.867500', '135700.327500', '135700.787500', '135701.247500', '135701.707500', '135702.167500', '135702.627500', '135703.087500', '135703.547500', '135704.007500', '135704.467500', '135704.927500', '135705.387500', '135705.847500', '135706.307500', '135706.767500', '135707.227500', '135707.687500', '135708.147500', '135708.607500', '135709.067500', '135709.527500', '135709.987500', '135710.447500', '135710.907500', '135711.367500', '135711.827500', '135712.287500', '135712.747500', '135713.207500', '135713.667500', '135714.127500', '135714.587500', '135715.047500', '135715.507500', '135715.967500', '135716.427500', '135716.887500', '135717.347500', '135717.807500', '135718.267500', '135718.727500', '135719.187500', '135719.647500', '135720.107500', '135720.567500', '135721.027500', '135721.487500', '135721.947500', '135722.407500', '135722.867500', '135723.327500', '135723.787500', '135724.247500', '135724.707500', '135725.167500', '135725.627500', '135726.087500', '135726.547500', '135727.007500', '135727.467500', '135727.927500', '135728.387500', '135728.847500', '135729.307500', '135729.767500', '135730.227500', '135730.687500', '135731.147500', '135731.607500', '135732.067500', '135732.527500', '135732.987500', '135733.447500', '135733.907500', '135734.367500', '135734.827500', '135735.287500', '135735.747500', '135736.207500', '135736.667500', '135737.127500', '135737.587500', '135738.047500', '135738.507500', '135738.967500', '135739.427500', '135739.887500', '135740.347500', '135740.807500', '135741.267500', '135741.727500', '135742.187500', '135742.647500', '135743.107500', '135743.567500', '135744.027500', '135744.487500', '135744.947500', '135745.407500', '135745.867500', '135746.327500', '135746.787500', '135747.247500', '135747.707500', '135748.167500', '135748.627500', '135749.087500', '135749.547500', '135750.007500', '135750.467500', '135750.927500', '135751.387500', '135751.847500', '135752.307500', '135752.767500', '135753.227500', '135753.687500', '135754.147500', '135754.607500', '135755.067500', '135755.527500', '135755.987500', '135756.447500', '135756.907500', '135757.367500', '135757.827500', '135758.287500', '135758.747500', '135759.207500', '135759.667500', '135800.127500', '135800.587500', '135801.047500', '135801.507500', '135801.967500', '135802.427500', '135802.887500', '135803.347500', '135803.807500', '135804.267500', '135804.727500', '135805.187500', '135805.647500', '135806.107500', '135806.567500', '135807.027500', '135807.487500', '135807.947500', '135808.407500', '135808.867500', '135809.327500', '135809.787500', '135810.247500', '135810.707500', '135811.167500', '135811.627500', '135812.087500', '135812.547500', '135813.007500', '135813.467500', '135813.927500', '135814.387500', '135814.847500', '135815.307500', '135815.767500', '135816.227500', '135816.687500', '135817.147500', '135817.607500', '135818.067500', '135818.527500', '135818.987500', '135819.447500', '135819.907500', '135820.367500', '135820.827500', '135821.287500', '135821.747500', '135822.207500', '135822.667500', '135823.127500', '135823.587500', '135824.047500', '135824.507500', '135824.967500', '135825.427500', '135825.887500', '135826.347500', '135826.807500', '135827.267500', '135827.727500', '135828.187500', '135828.647500', '135829.107500', '135829.567500', '135830.027500', '135830.487500', '135830.947500', '135831.407500', '135831.867500', '135832.327500', '135832.787500', '135833.247500', '135833.707500', '135834.167500', '135834.627500', '135835.087500', '135835.547500', '135836.007500', '135836.467500', '135836.927500', '135837.387500', '135837.847500', '135838.307500', '135838.767500', '135839.227500', '135839.687500', '135840.147500', '135840.607500', '135841.067500', '135841.527500', '135841.987500', '135842.447500', '135842.907500', '135843.367500', '135843.827500', '135844.287500', '135844.747500', '135845.207500', '135845.667500', '135846.127500', '135846.587500', '135847.047500', '135847.507500', '135847.967500', '135848.427500', '135848.887500', '135849.347500', '135849.807500', '135850.267500', '135850.727500', '135851.187500', '135851.647500', '135852.107500', '135852.567500', '135853.027500', '135853.487500', '135853.947500', '135854.407500', '135854.867500', '135855.327500', '135855.787500', '135856.247500', '135856.707500', '135857.167500', '135857.627500', '135858.087500', '135858.547500', '135859.007500', '135859.467500', '135859.927500', '135900.387500', '135900.847500', '135901.307500', '135901.767500', '135902.227500', '135902.687500', '135903.147500', '135903.607500', '135904.067500', '135904.527500', '135904.987500', '135905.447500', '135905.907500', '135906.367500', '135906.827500', '135907.287500', '135907.747500', '135908.207500', '135908.667500', '135909.127500', '135909.587500', '135910.047500', '135910.507500', '135910.967500', '135911.427500', '135911.887500', '135912.347500', '135912.807500', '135913.267500', '135913.727500', '135914.187500', '135914.647500', '135915.107500', '135915.567500', '135916.027500', '135916.487500', '135916.947500', '135917.407500', '135917.867500', '135918.327500', '135918.787500', '135919.247500', '135919.707500', '135920.167500', '135920.627500', '135921.087500', '135921.547500', '135922.007500', '135922.467500', '135922.927500', '135923.387500', '135923.847500', '135924.307500', '135924.767500', '135925.227500', '135925.687500', '135926.147500', '135926.607500', '135927.067500', '135927.527500', '135927.987500', '135928.447500', '135928.907500', '135929.367500', '135929.827500', '135930.287500', '135930.747500', '135931.207500', '135931.667500', '135932.127500', '135932.587500', '135933.047500', '135933.507500', '135933.967500', '135934.427500', '135934.887500', '135935.347500', '135935.807500'], 'ContentTime': ['135324.691000', '135324.694000', '135324.697000', '135324.700000', '135324.711000', '135324.713000', '135324.716000', '135324.718000', '135324.721000', '135324.723000', '135324.726000', '135324.729000', '135324.731000', '135324.734000', '135324.736000', '135324.739000', '135324.741000', '135324.744000', '135324.747000', '135324.749000', '135324.752000', '135324.754000', '135324.757000', '135324.759000', '135324.762000', '135324.764000', '135324.767000', '135324.770000', '135324.772000', '135324.775000', '135324.778000', '135324.780000', '135324.783000', '135324.785000', '135324.788000', '135324.790000', '135324.793000', '135324.796000', '135324.798000', '135324.801000', '135324.803000', '135324.806000', '135324.808000', '135324.811000', '135324.814000', '135324.816000', '135324.819000', '135324.821000', '135324.831000', '135324.834000', '135324.836000', '135324.839000', '135324.842000', '135324.844000', '135324.847000', '135324.849000', '135324.852000', '135324.855000', '135324.857000', '135324.861000', '135324.864000', '135324.866000', '135344.658000', '135344.661000', '135344.664000', '135344.666000', '135344.669000', '135344.672000', '135344.674000', '135344.677000', '135344.680000', '135344.682000', '135344.685000', '135344.687000', '135344.690000', '135344.693000', '135344.696000', '135344.699000', '135344.701000', '135344.704000', '135344.706000', '135344.709000', '135344.712000', '135344.714000', '135344.730000', '135344.733000', '135344.736000', '135344.738000', '135344.741000', '135344.743000', '135344.746000', '135344.749000', '135344.752000', '135344.754000', '135344.757000', '135344.760000', '135344.762000', '135344.765000', '135344.767000', '135344.770000', '135344.772000', '135344.775000', '135344.778000', '135344.780000', '135344.783000', '135404.659000', '135404.661000', '135404.664000', '135404.667000', '135404.669000', '135404.672000', '135404.674000', '135404.677000', '135404.680000', '135404.682000', '135404.685000', '135404.687000', '135404.690000', '135404.693000', '135404.695000', '135404.698000', '135404.700000', '135404.703000', '135404.705000', '135404.708000', '135404.711000', '135404.713000', '135404.716000', '135404.719000', '135404.721000', '135404.724000', '135404.726000', '135404.729000', '135404.731000', '135404.734000', '135404.737000', '135404.739000', '135404.742000', '135404.744000', '135404.747000', '135404.750000', '135404.752000', '135404.755000', '135404.757000', '135404.760000', '135404.763000', '135404.765000', '135404.768000', '135404.770000', '135424.658000', '135424.661000', '135424.663000', '135424.666000', '135424.668000', '135424.671000', '135424.673000', '135424.676000', '135424.679000', '135424.681000', '135424.684000', '135424.686000', '135424.689000', '135424.692000', '135424.694000', '135424.697000', '135424.699000', '135424.702000', '135424.704000', '135424.707000', '135424.710000', '135424.713000', '135424.715000', '135424.718000', '135424.721000', '135424.723000', '135424.726000', '135424.728000', '135424.731000', '135424.733000', '135424.736000', '135424.739000', '135424.741000', '135424.744000', '135424.746000', '135424.749000', '135424.752000', '135424.754000', '135424.757000', '135424.759000', '135424.762000', '135424.765000', '135424.767000', '135444.657000', '135444.660000', '135444.663000', '135444.666000', '135444.679000', '135444.681000', '135444.684000', '135444.687000', '135444.689000', '135444.692000', '135444.694000', '135444.697000', '135444.700000', '135444.702000', '135444.705000', '135444.707000', '135444.710000', '135444.713000', '135444.715000', '135444.718000', '135444.721000', '135444.723000', '135444.726000', '135444.728000', '135444.731000', '135444.734000', '135444.736000', '135444.739000', '135444.741000', '135444.744000', '135444.746000', '135444.749000', '135444.752000', '135444.754000', '135444.757000', '135444.759000', '135444.762000', '135444.765000', '135444.767000', '135444.770000', '135444.772000', '135444.775000', '135444.777000', '135444.780000', '135504.657000', '135504.660000', '135504.663000', '135504.665000', '135504.668000', '135504.671000', '135504.673000', '135504.676000', '135504.678000', '135504.681000', '135504.684000', '135504.686000', '135504.689000', '135504.691000', '135504.694000', '135504.697000', '135504.700000', '135504.702000', '135504.705000', '135504.708000', '135504.710000', '135504.713000', '135504.715000', '135504.718000', '135504.721000', '135504.723000', '135504.726000', '135504.728000', '135504.732000', '135504.735000', '135504.737000', '135504.740000', '135504.743000', '135504.745000', '135504.748000', '135504.750000', '135504.753000', '135504.755000', '135504.758000', '135504.761000', '135504.763000', '135504.766000', '135504.768000', '135524.658000', '135524.660000', '135524.663000', '135524.666000', '135524.668000', '135524.671000', '135524.673000', '135524.676000', '135524.678000', '135524.681000', '135524.684000', '135524.686000', '135524.689000', '135524.691000', '135524.694000', '135524.696000', '135524.699000', '135524.702000', '135524.720000', '135524.723000', '135524.726000', '135524.728000', '135524.731000', '135524.733000', '135524.736000', '135524.738000', '135524.741000', '135524.744000', '135524.746000', '135524.749000', '135524.751000', '135524.754000', '135524.757000', '135524.759000', '135524.762000', '135524.764000', '135524.767000', '135524.769000', '135524.772000', '135524.775000', '135524.777000', '135524.780000', '135524.782000', '135524.785000', '135544.657000', '135544.660000', '135544.663000', '135544.665000', '135544.668000', '135544.671000', '135544.673000', '135544.676000', '135544.678000', '135544.681000', '135544.684000', '135544.686000', '135544.689000', '135544.691000', '135544.694000', '135544.697000', '135544.699000', '135544.702000', '135544.705000', '135544.707000', '135544.710000', '135544.712000', '135544.715000', '135544.717000', '135544.720000', '135544.723000', '135544.725000', '135544.728000', '135544.731000', '135544.733000', '135544.736000', '135544.739000', '135544.741000', '135544.744000', '135544.747000', '135544.749000', '135544.752000', '135544.754000', '135544.757000', '135544.759000', '135544.762000', '135544.765000', '135544.767000', '135604.658000', '135604.661000', '135604.664000', '135604.667000', '135604.669000', '135604.672000', '135604.674000', '135604.677000', '135604.679000', '135604.682000', '135604.685000', '135604.687000', '135604.690000', '135604.692000', '135604.695000', '135604.698000', '135604.700000', '135604.703000', '135604.705000', '135604.708000', '135604.711000', '135604.713000', '135604.716000', '135604.718000', '135604.721000', '135604.724000', '135604.726000', '135604.729000', '135604.732000', '135604.734000', '135604.737000', '135604.739000', '135604.742000', '135604.745000', '135604.747000', '135604.750000', '135604.752000', '135604.755000', '135604.758000', '135604.760000', '135604.763000', '135604.765000', '135604.768000', '135604.770000', '135624.659000', '135624.661000', '135624.664000', '135624.667000', '135624.669000', '135624.672000', '135624.674000', '135624.677000', '135624.679000', '135624.682000', '135624.685000', '135624.687000', '135624.690000', '135624.692000', '135624.695000', '135624.698000', '135624.700000', '135624.703000', '135624.705000', '135624.708000', '135624.711000', '135624.713000', '135624.716000', '135624.719000', '135624.721000', '135624.724000', '135624.727000', '135624.729000', '135624.732000', '135624.734000', '135624.737000', '135624.740000', '135624.742000', '135624.745000', '135624.747000', '135624.750000', '135624.752000', '135624.755000', '135624.758000', '135624.760000', '135624.763000', '135624.765000', '135624.768000', '135644.657000', '135644.660000', '135644.663000', '135644.666000', '135644.668000', '135644.671000', '135644.674000', '135644.676000', '135644.679000', '135644.681000', '135644.684000', '135644.687000', '135644.689000', '135644.692000', '135644.694000', '135644.697000', '135644.700000', '135644.702000', '135644.705000', '135644.707000', '135644.710000', '135644.712000', '135644.715000', '135644.718000', '135644.720000', '135644.723000', '135644.726000', '135644.728000', '135644.731000', '135644.733000', '135644.736000', '135644.738000', '135644.741000', '135644.744000', '135644.746000', '135644.749000', '135644.752000', '135644.754000', '135644.757000', '135644.759000', '135644.762000', '135644.765000', '135644.767000', '135644.782000', '135704.657000', '135704.660000', '135704.663000', '135704.665000', '135704.668000', '135704.671000', '135704.673000', '135704.676000', '135704.678000', '135704.681000', '135704.684000', '135704.686000', '135704.689000', '135704.692000', '135704.694000', '135704.697000', '135704.699000', '135704.702000', '135704.705000', '135704.707000', '135704.710000', '135704.712000', '135704.715000', '135704.717000', '135704.720000', '135704.723000', '135704.725000', '135704.728000', '135704.730000', '135704.733000', '135704.736000', '135704.739000', '135704.742000', '135704.744000', '135704.747000', '135704.750000', '135704.752000', '135704.755000', '135704.757000', '135704.760000', '135704.763000', '135704.765000', '135704.768000', '135724.658000', '135724.660000', '135724.663000', '135724.666000', '135724.668000', '135724.671000', '135724.673000', '135724.676000', '135724.679000', '135724.681000', '135724.684000', '135724.687000', '135724.689000', '135724.692000', '135724.694000', '135724.697000', '135724.700000', '135724.702000', '135724.705000', '135724.707000', '135724.710000', '135724.712000', '135724.715000', '135724.718000', '135724.720000', '135724.723000', '135724.725000', '135724.728000', '135724.731000', '135724.733000', '135724.736000', '135724.738000', '135724.741000', '135724.743000', '135724.746000', '135724.749000', '135724.751000', '135724.754000', '135724.756000', '135724.759000', '135724.762000', '135724.764000', '135724.767000', '135724.770000', '135744.658000', '135744.660000', '135744.663000', '135744.666000', '135744.668000', '135744.671000', '135744.673000', '135744.676000', '135744.679000', '135744.681000', '135744.684000', '135744.687000', '135744.689000', '135744.692000', '135744.694000', '135744.697000', '135744.700000', '135744.702000', '135744.705000', '135744.707000', '135744.710000', '135744.713000', '135744.715000', '135744.718000', '135744.720000', '135744.723000', '135744.726000', '135744.728000', '135744.731000', '135744.733000', '135744.736000', '135744.738000', '135744.741000', '135744.744000', '135744.746000', '135744.749000', '135744.751000', '135744.754000', '135744.756000', '135744.759000', '135744.762000', '135744.765000', '135744.768000', '135804.657000', '135804.660000', '135804.663000', '135804.665000', '135804.668000', '135804.670000', '135804.673000', '135804.676000', '135804.678000', '135804.681000', '135804.683000', '135804.686000', '135804.689000', '135804.691000', '135804.694000', '135804.697000', '135804.699000', '135804.702000', '135804.704000', '135804.707000', '135804.710000', '135804.712000', '135804.715000', '135804.718000', '135804.720000', '135804.723000', '135804.725000', '135804.728000', '135804.731000', '135804.733000', '135804.736000', '135804.738000', '135804.741000', '135804.743000', '135804.746000', '135804.749000', '135804.751000', '135804.754000', '135804.756000', '135804.759000', '135804.762000', '135804.764000', '135804.767000', '135804.769000', '135824.659000', '135824.662000', '135824.664000', '135824.667000', '135824.669000', '135824.672000', '135824.675000', '135824.677000', '135824.680000', '135824.694000', '135824.697000', '135824.699000', '135824.702000', '135824.705000', '135824.707000', '135824.710000', '135824.712000', '135824.715000', '135824.718000', '135824.720000', '135824.723000', '135824.725000', '135824.728000', '135824.731000', '135824.733000', '135824.736000', '135824.739000', '135824.741000', '135824.744000', '135824.746000', '135824.749000', '135824.752000', '135824.754000', '135824.757000', '135824.759000', '135824.762000', '135824.764000', '135824.767000', '135824.770000', '135824.773000', '135824.775000', '135824.778000', '135824.780000', '135844.658000', '135844.661000', '135844.664000', '135844.667000', '135844.670000', '135844.672000', '135844.675000', '135844.678000', '135844.680000', '135844.685000', '135844.687000', '135844.690000', '135844.693000', '135844.695000', '135844.698000', '135844.701000', '135844.703000', '135844.706000', '135844.709000', '135844.711000', '135844.714000', '135844.717000', '135844.719000', '135844.722000', '135844.724000', '135844.727000', '135844.730000', '135844.732000', '135844.735000', '135844.737000', '135844.740000', '135844.742000', '135844.745000', '135844.748000', '135844.750000', '135844.753000', '135844.756000', '135844.758000', '135844.761000', '135844.764000', '135844.766000', '135844.769000', '135844.771000', '135844.774000', '135904.658000', '135904.660000', '135904.663000', '135904.666000', '135904.668000', '135904.671000', '135904.674000', '135904.676000', '135904.679000', '135904.681000', '135904.684000', '135904.687000', '135904.689000', '135904.692000', '135904.694000', '135904.697000', '135904.700000', '135904.702000', '135904.705000', '135904.708000', '135904.710000', '135904.713000', '135904.715000', '135904.718000', '135904.721000', '135904.723000', '135904.726000', '135904.728000', '135904.731000', '135904.734000', '135904.736000', '135904.739000', '135904.742000', '135904.744000', '135904.747000', '135904.749000', '135904.752000', '135904.754000', '135904.757000', '135904.760000', '135904.762000', '135904.765000', '135904.767000', '135924.658000', '135924.660000', '135924.663000', '135924.665000', '135924.668000', '135924.671000', '135924.673000', '135924.676000', '135924.678000', '135924.681000', '135924.684000', '135924.686000', '135924.689000', '135924.691000', '135924.694000', '135924.697000', '135924.699000', '135924.702000', '135924.704000', '135924.707000', '135924.709000', '135924.712000', '135924.715000', '135924.717000', '135924.720000', '135924.722000', '135924.725000', '135924.728000', '135924.730000', '135924.733000', '135924.736000', '135924.738000', '135924.741000', '135924.744000', '135924.746000', '135924.749000', '135924.751000', '135924.754000', '135924.757000', '135924.759000', '135924.762000', '135924.765000', '135924.767000', '135924.770000', '135936.991000', '135936.994000', '135936.996000', '135936.999000', '135937.001000', '135937.004000', '135937.007000', '135937.009000', '135937.012000', '135937.014000', '135937.017000', '135937.020000', '135937.022000', '135937.025000', '135937.028000', '135937.030000', '135937.033000', '135937.036000', '135937.039000', '135937.041000', '135937.044000', '135937.047000', '135937.049000', '135937.052000', '135937.055000', '135937.057000', '135937.060000'], 'InstanceCreationTime': ['135324.691000', '135324.694000', '135324.697000', '135324.700000', '135324.711000', '135324.713000', '135324.716000', '135324.718000', '135324.721000', '135324.723000', '135324.726000', '135324.729000', '135324.731000', '135324.734000', '135324.736000', '135324.739000', '135324.741000', '135324.744000', '135324.747000', '135324.749000', '135324.752000', '135324.754000', '135324.757000', '135324.759000', '135324.762000', '135324.764000', '135324.767000', '135324.770000', '135324.772000', '135324.775000', '135324.778000', '135324.780000', '135324.783000', '135324.785000', '135324.788000', '135324.790000', '135324.793000', '135324.796000', '135324.798000', '135324.801000', '135324.803000', '135324.806000', '135324.808000', '135324.811000', '135324.814000', '135324.816000', '135324.819000', '135324.821000', '135324.831000', '135324.834000', '135324.836000', '135324.839000', '135324.842000', '135324.844000', '135324.847000', '135324.849000', '135324.852000', '135324.855000', '135324.857000', '135324.861000', '135324.864000', '135324.866000', '135344.658000', '135344.661000', '135344.664000', '135344.666000', '135344.669000', '135344.672000', '135344.674000', '135344.677000', '135344.680000', '135344.682000', '135344.685000', '135344.687000', '135344.690000', '135344.693000', '135344.696000', '135344.699000', '135344.701000', '135344.704000', '135344.706000', '135344.709000', '135344.712000', '135344.714000', '135344.730000', '135344.733000', '135344.736000', '135344.738000', '135344.741000', '135344.743000', '135344.746000', '135344.749000', '135344.752000', '135344.754000', '135344.757000', '135344.760000', '135344.762000', '135344.765000', '135344.767000', '135344.770000', '135344.772000', '135344.775000', '135344.778000', '135344.780000', '135344.783000', '135404.659000', '135404.661000', '135404.664000', '135404.667000', '135404.669000', '135404.672000', '135404.674000', '135404.677000', '135404.680000', '135404.682000', '135404.685000', '135404.687000', '135404.690000', '135404.693000', '135404.695000', '135404.698000', '135404.700000', '135404.703000', '135404.705000', '135404.708000', '135404.711000', '135404.713000', '135404.716000', '135404.719000', '135404.721000', '135404.724000', '135404.726000', '135404.729000', '135404.731000', '135404.734000', '135404.737000', '135404.739000', '135404.742000', '135404.744000', '135404.747000', '135404.750000', '135404.752000', '135404.755000', '135404.757000', '135404.760000', '135404.763000', '135404.765000', '135404.768000', '135404.770000', '135424.658000', '135424.661000', '135424.663000', '135424.666000', '135424.668000', '135424.671000', '135424.673000', '135424.676000', '135424.679000', '135424.681000', '135424.684000', '135424.686000', '135424.689000', '135424.692000', '135424.694000', '135424.697000', '135424.699000', '135424.702000', '135424.704000', '135424.707000', '135424.710000', '135424.713000', '135424.715000', '135424.718000', '135424.721000', '135424.723000', '135424.726000', '135424.728000', '135424.731000', '135424.733000', '135424.736000', '135424.739000', '135424.741000', '135424.744000', '135424.746000', '135424.749000', '135424.752000', '135424.754000', '135424.757000', '135424.759000', '135424.762000', '135424.765000', '135424.767000', '135444.657000', '135444.660000', '135444.663000', '135444.666000', '135444.679000', '135444.681000', '135444.684000', '135444.687000', '135444.689000', '135444.692000', '135444.694000', '135444.697000', '135444.700000', '135444.702000', '135444.705000', '135444.707000', '135444.710000', '135444.713000', '135444.715000', '135444.718000', '135444.721000', '135444.723000', '135444.726000', '135444.728000', '135444.731000', '135444.734000', '135444.736000', '135444.739000', '135444.741000', '135444.744000', '135444.746000', '135444.749000', '135444.752000', '135444.754000', '135444.757000', '135444.759000', '135444.762000', '135444.765000', '135444.767000', '135444.770000', '135444.772000', '135444.775000', '135444.777000', '135444.780000', '135504.657000', '135504.660000', '135504.663000', '135504.665000', '135504.668000', '135504.671000', '135504.673000', '135504.676000', '135504.678000', '135504.681000', '135504.684000', '135504.686000', '135504.689000', '135504.691000', '135504.694000', '135504.697000', '135504.700000', '135504.702000', '135504.705000', '135504.708000', '135504.710000', '135504.713000', '135504.715000', '135504.718000', '135504.721000', '135504.723000', '135504.726000', '135504.728000', '135504.732000', '135504.735000', '135504.737000', '135504.740000', '135504.743000', '135504.745000', '135504.748000', '135504.750000', '135504.753000', '135504.755000', '135504.758000', '135504.761000', '135504.763000', '135504.766000', '135504.768000', '135524.658000', '135524.660000', '135524.663000', '135524.666000', '135524.668000', '135524.671000', '135524.673000', '135524.676000', '135524.678000', '135524.681000', '135524.684000', '135524.686000', '135524.689000', '135524.691000', '135524.694000', '135524.696000', '135524.699000', '135524.702000', '135524.720000', '135524.723000', '135524.726000', '135524.728000', '135524.731000', '135524.733000', '135524.736000', '135524.738000', '135524.741000', '135524.744000', '135524.746000', '135524.749000', '135524.751000', '135524.754000', '135524.757000', '135524.759000', '135524.762000', '135524.764000', '135524.767000', '135524.769000', '135524.772000', '135524.775000', '135524.777000', '135524.780000', '135524.782000', '135524.785000', '135544.657000', '135544.660000', '135544.663000', '135544.665000', '135544.668000', '135544.671000', '135544.673000', '135544.676000', '135544.678000', '135544.681000', '135544.684000', '135544.686000', '135544.689000', '135544.691000', '135544.694000', '135544.697000', '135544.699000', '135544.702000', '135544.705000', '135544.707000', '135544.710000', '135544.712000', '135544.715000', '135544.717000', '135544.720000', '135544.723000', '135544.725000', '135544.728000', '135544.731000', '135544.733000', '135544.736000', '135544.739000', '135544.741000', '135544.744000', '135544.747000', '135544.749000', '135544.752000', '135544.754000', '135544.757000', '135544.759000', '135544.762000', '135544.765000', '135544.767000', '135604.658000', '135604.661000', '135604.664000', '135604.667000', '135604.669000', '135604.672000', '135604.674000', '135604.677000', '135604.679000', '135604.682000', '135604.685000', '135604.687000', '135604.690000', '135604.692000', '135604.695000', '135604.698000', '135604.700000', '135604.703000', '135604.705000', '135604.708000', '135604.711000', '135604.713000', '135604.716000', '135604.718000', '135604.721000', '135604.724000', '135604.726000', '135604.729000', '135604.732000', '135604.734000', '135604.737000', '135604.739000', '135604.742000', '135604.745000', '135604.747000', '135604.750000', '135604.752000', '135604.755000', '135604.758000', '135604.760000', '135604.763000', '135604.765000', '135604.768000', '135604.770000', '135624.659000', '135624.661000', '135624.664000', '135624.667000', '135624.669000', '135624.672000', '135624.674000', '135624.677000', '135624.679000', '135624.682000', '135624.685000', '135624.687000', '135624.690000', '135624.692000', '135624.695000', '135624.698000', '135624.700000', '135624.703000', '135624.705000', '135624.708000', '135624.711000', '135624.713000', '135624.716000', '135624.719000', '135624.721000', '135624.724000', '135624.727000', '135624.729000', '135624.732000', '135624.734000', '135624.737000', '135624.740000', '135624.742000', '135624.745000', '135624.747000', '135624.750000', '135624.752000', '135624.755000', '135624.758000', '135624.760000', '135624.763000', '135624.765000', '135624.768000', '135644.657000', '135644.660000', '135644.663000', '135644.666000', '135644.668000', '135644.671000', '135644.674000', '135644.676000', '135644.679000', '135644.681000', '135644.684000', '135644.687000', '135644.689000', '135644.692000', '135644.694000', '135644.697000', '135644.700000', '135644.702000', '135644.705000', '135644.707000', '135644.710000', '135644.712000', '135644.715000', '135644.718000', '135644.720000', '135644.723000', '135644.726000', '135644.728000', '135644.731000', '135644.733000', '135644.736000', '135644.738000', '135644.741000', '135644.744000', '135644.746000', '135644.749000', '135644.752000', '135644.754000', '135644.757000', '135644.759000', '135644.762000', '135644.765000', '135644.767000', '135644.782000', '135704.657000', '135704.660000', '135704.663000', '135704.665000', '135704.668000', '135704.671000', '135704.673000', '135704.676000', '135704.678000', '135704.681000', '135704.684000', '135704.686000', '135704.689000', '135704.692000', '135704.694000', '135704.697000', '135704.699000', '135704.702000', '135704.705000', '135704.707000', '135704.710000', '135704.712000', '135704.715000', '135704.717000', '135704.720000', '135704.723000', '135704.725000', '135704.728000', '135704.730000', '135704.733000', '135704.736000', '135704.739000', '135704.742000', '135704.744000', '135704.747000', '135704.750000', '135704.752000', '135704.755000', '135704.757000', '135704.760000', '135704.763000', '135704.765000', '135704.768000', '135724.658000', '135724.660000', '135724.663000', '135724.666000', '135724.668000', '135724.671000', '135724.673000', '135724.676000', '135724.679000', '135724.681000', '135724.684000', '135724.687000', '135724.689000', '135724.692000', '135724.694000', '135724.697000', '135724.700000', '135724.702000', '135724.705000', '135724.707000', '135724.710000', '135724.712000', '135724.715000', '135724.718000', '135724.720000', '135724.723000', '135724.725000', '135724.728000', '135724.731000', '135724.733000', '135724.736000', '135724.738000', '135724.741000', '135724.743000', '135724.746000', '135724.749000', '135724.751000', '135724.754000', '135724.756000', '135724.759000', '135724.762000', '135724.764000', '135724.767000', '135724.770000', '135744.658000', '135744.660000', '135744.663000', '135744.666000', '135744.668000', '135744.671000', '135744.673000', '135744.676000', '135744.679000', '135744.681000', '135744.684000', '135744.687000', '135744.689000', '135744.692000', '135744.694000', '135744.697000', '135744.700000', '135744.702000', '135744.705000', '135744.707000', '135744.710000', '135744.713000', '135744.715000', '135744.718000', '135744.720000', '135744.723000', '135744.726000', '135744.728000', '135744.731000', '135744.733000', '135744.736000', '135744.738000', '135744.741000', '135744.744000', '135744.746000', '135744.749000', '135744.751000', '135744.754000', '135744.756000', '135744.759000', '135744.762000', '135744.765000', '135744.768000', '135804.657000', '135804.660000', '135804.663000', '135804.665000', '135804.668000', '135804.670000', '135804.673000', '135804.676000', '135804.678000', '135804.681000', '135804.683000', '135804.686000', '135804.689000', '135804.691000', '135804.694000', '135804.697000', '135804.699000', '135804.702000', '135804.704000', '135804.707000', '135804.710000', '135804.712000', '135804.715000', '135804.718000', '135804.720000', '135804.723000', '135804.725000', '135804.728000', '135804.731000', '135804.733000', '135804.736000', '135804.738000', '135804.741000', '135804.743000', '135804.746000', '135804.749000', '135804.751000', '135804.754000', '135804.756000', '135804.759000', '135804.762000', '135804.764000', '135804.767000', '135804.769000', '135824.659000', '135824.662000', '135824.664000', '135824.667000', '135824.669000', '135824.672000', '135824.675000', '135824.677000', '135824.680000', '135824.694000', '135824.697000', '135824.699000', '135824.702000', '135824.705000', '135824.707000', '135824.710000', '135824.712000', '135824.715000', '135824.718000', '135824.720000', '135824.723000', '135824.725000', '135824.728000', '135824.731000', '135824.733000', '135824.736000', '135824.739000', '135824.741000', '135824.744000', '135824.746000', '135824.749000', '135824.752000', '135824.754000', '135824.757000', '135824.759000', '135824.762000', '135824.764000', '135824.767000', '135824.770000', '135824.773000', '135824.775000', '135824.778000', '135824.780000', '135844.658000', '135844.661000', '135844.664000', '135844.667000', '135844.670000', '135844.672000', '135844.675000', '135844.678000', '135844.680000', '135844.685000', '135844.687000', '135844.690000', '135844.693000', '135844.695000', '135844.698000', '135844.701000', '135844.703000', '135844.706000', '135844.709000', '135844.711000', '135844.714000', '135844.717000', '135844.719000', '135844.722000', '135844.724000', '135844.727000', '135844.730000', '135844.732000', '135844.735000', '135844.737000', '135844.740000', '135844.742000', '135844.745000', '135844.748000', '135844.750000', '135844.753000', '135844.756000', '135844.758000', '135844.761000', '135844.764000', '135844.766000', '135844.769000', '135844.771000', '135844.774000', '135904.658000', '135904.660000', '135904.663000', '135904.666000', '135904.668000', '135904.671000', '135904.674000', '135904.676000', '135904.679000', '135904.681000', '135904.684000', '135904.687000', '135904.689000', '135904.692000', '135904.694000', '135904.697000', '135904.700000', '135904.702000', '135904.705000', '135904.708000', '135904.710000', '135904.713000', '135904.715000', '135904.718000', '135904.721000', '135904.723000', '135904.726000', '135904.728000', '135904.731000', '135904.734000', '135904.736000', '135904.739000', '135904.742000', '135904.744000', '135904.747000', '135904.749000', '135904.752000', '135904.754000', '135904.757000', '135904.760000', '135904.762000', '135904.765000', '135904.767000', '135924.658000', '135924.660000', '135924.663000', '135924.665000', '135924.668000', '135924.671000', '135924.673000', '135924.676000', '135924.678000', '135924.681000', '135924.684000', '135924.686000', '135924.689000', '135924.691000', '135924.694000', '135924.697000', '135924.699000', '135924.702000', '135924.704000', '135924.707000', '135924.709000', '135924.712000', '135924.715000', '135924.717000', '135924.720000', '135924.722000', '135924.725000', '135924.728000', '135924.730000', '135924.733000', '135924.736000', '135924.738000', '135924.741000', '135924.744000', '135924.746000', '135924.749000', '135924.751000', '135924.754000', '135924.757000', '135924.759000', '135924.762000', '135924.765000', '135924.767000', '135924.770000', '135936.991000', '135936.994000', '135936.996000', '135936.999000', '135937.001000', '135937.004000', '135937.007000', '135937.009000', '135937.012000', '135937.014000', '135937.017000', '135937.020000', '135937.022000', '135937.025000', '135937.028000', '135937.030000', '135937.033000', '135937.036000', '135937.039000', '135937.041000', '135937.044000', '135937.047000', '135937.049000', '135937.052000', '135937.055000', '135937.057000', '135937.060000'], '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': [8034, 9446, 8736, 6500, 7233, 8634, 6501, 5914, 7380, 5964, 9279, 9677, 9277, 12067, 8766, 6437, 8862, 7022, 8394, 7721, 5921, 11020, 9424, 6326, 7470, 5820, 9012, 8366, 8727, 11228, 7034, 5979, 7224, 6927, 9896, 10720, 8454, 6016, 7690, 7362, 6118, 8212, 6871, 8225, 7750, 8639, 9215, 7488, 6045, 6969, 6140, 5831, 6176, 8113, 10121, 12721, 10225, 7619, 7072, 8402, 6881, 8376, 6535, 5956, 8932, 7025, 10273, 7965, 9378, 9313, 7873, 7699, 8145, 5991, 9929, 6444, 5997, 9137, 6627, 10433, 7939, 9152, 8604, 6759, 5778, 6969, 7068, 9222, 11711, 7320, 5959, 7601, 6667, 6138, 11411, 9097, 8320, 9909, 7916, 6281, 8525, 6808, 9986, 8538, 9657, 11558, 7794, 5937, 9775, 6728, 5899, 7281, 5926, 7484, 6863, 7212, 9428, 8771, 11279, 7805, 6280, 10154, 7555, 5882, 7527, 6203, 9241, 8885, 7177, 7170, 8941, 6818, 6012, 8040, 6865, 5882, 8621, 6901, 5896, 8125, 9133, 9900, 11109, 8520, 7147, 6891, 8068, 5873, 5693, 7761, 5881, 5730, 7182, 5965, 9884, 6752, 5997, 8845, 6682, 9896, 8375, 6718, 8597, 8058, 6533, 5801, 6888, 5992, 7732, 8362, 7842, 11320, 8217, 5773, 7351, 5736, 8917, 6582, 5861, 7322, 6029, 7018, 7190, 5846, 10684, 8005, 6052, 7765, 6173, 5730, 5472, 6159, 5722, 5958, 6950, 5827, 9286, 6686, 7439, 8054, 6566, 8326, 6600, 7234, 6755, 5728, 9973, 6585, 5686, 8234, 6507, 5897, 7836, 9899, 9413, 6655, 5696, 5589, 6813, 6550, 6157, 5645, 10174, 6187, 6301, 5970, 5832, 6057, 5951, 8052, 7259, 11254, 8063, 11430, 9385, 9107, 9710, 7733, 9993, 8082, 5889, 10769, 7131, 5926, 11397, 7153, 6142, 8418, 8084, 8690, 10484, 8649, 5996, 9636, 6741, 5759, 9149, 6619, 5649, 7628, 6127, 5539, 8020, 6448, 10318, 7585, 7475, 8691, 9052, 12804, 9345, 6664, 11323, 10219, 9950, 12849, 9383, 6413, 5892, 8069, 8318, 10069, 10861, 8570, 6112, 10938, 8034, 5871, 6038, 7391, 8284, 11776, 9477, 8903, 6809, 9265, 5906, 9089, 6052, 5832, 10223, 8762, 7523, 7173, 8687, 7338, 10369, 7930, 6312, 12889, 8578, 10435, 12511, 7710, 5841, 8655, 8793, 6987, 5924, 9392, 9612, 10507, 12831, 8465, 5852, 6912, 8059, 8260, 12430, 10667, 9750, 7701, 7370, 6147, 5959, 8003, 8291, 8393, 7449, 9160, 6773, 6241, 10913, 6877, 9585, 12005, 8085, 8017, 9453, 6413, 6120, 9344, 7214, 6041, 5853, 8582, 6896, 6333, 9357, 7734, 10711, 8521, 8203, 11955, 8586, 9225, 12816, 8363, 6628, 7031, 6943, 5916, 5860, 6425, 5932, 7561, 7163, 6067, 10792, 9153, 10153, 13665, 10261, 7091, 9643, 7307, 6054, 8715, 7164, 8606, 8340, 6404, 9871, 7950, 8141, 12188, 8742, 7816, 10614, 7259, 5905, 7779, 6644, 7054, 11696, 8029, 5864, 8823, 6408, 5820, 11202, 10024, 9679, 7524, 11211, 7701, 6362, 8815, 11675, 10929, 6459, 8408, 6342, 5744, 6676, 6844, 6110, 5826, 8209, 7027, 10009, 8962, 6851, 10816, 8278, 6944, 8942, 6588, 10241, 9735, 9392, 12786, 9426, 7408, 7227, 7393, 6033, 5973, 6717, 6280, 9601, 9965, 7366, 5675, 8509, 6663, 5877, 9454, 7814, 8592, 10348, 9755, 7124, 7517, 6319, 8024, 8559, 7998, 11051, 8095, 5751, 7444, 6600, 5717, 8289, 6682, 8057, 11676, 8436, 6247, 6054, 6758, 5910, 5716, 8157, 6854, 8490, 11426, 8838, 6264, 8250, 6488, 7792, 9874, 7780, 6305, 10275, 8876, 6282, 5680, 6804, 6015, 5688, 6262, 5825, 10460, 8873, 7535, 7836, 7140, 5983, 8943, 7055, 9296, 8713, 6512, 5598, 7363, 5959, 7521, 7693, 5712, 9029, 7301, 8375, 9268, 6891, 5724, 7102, 5975, 7197, 7385, 6961, 9817, 6374, 5621, 6421, 5850, 5611, 8499, 7982, 8399, 9861, 5672, 5902, 5806, 6644, 5920, 5804, 7466, 6847, 5790, 8435, 8409, 8806, 10975, 8125, 7695, 5840, 9676, 9173, 6545, 9818, 6768, 5643, 7378, 5864, 9929, 7955, 6556, 6243, 5803, 5554, 5369, 5549, 6616, 5612, 5768, 5918, 5644, 5496, 6452, 5973, 5473, 5695, 5880, 5589, 5657, 5584, 8300, 7534, 6782, 7332, 5582, 5638, 6153, 5691, 5676, 5694, 5374, 8070, 8593, 5599, 8193, 6125, 5573, 6356, 6289, 7958, 7474, 6210, 7880, 5833, 5546, 7136, 6020, 5742, 6263, 5854, 7368, 6284, 5721, 7839, 6696, 5708, 6329, 7031, 5541, 5574, 5896, 8582, 7552, 5500, 6629, 6361, 5574, 5555, 6290, 6710, 6232, 5764, 6770, 6476, 5612, 5401, 7168, 6065, 5684, 6771, 6337, 7497, 5440, 7368, 6589, 8291, 5931, 5946, 6476, 7494, 5563, 5653, 5952, 8411, 6687, 5535, 7261, 5699, 5549, 5784, 5907, 7847, 6508, 5504, 7332, 5585, 5891, 6846, 7303, 5693, 7060, 6380, 7608, 6261, 6300, 5715, 5813, 6019, 8815, 7795, 5620, 8024, 5702, 5467, 5785, 7191, 5501, 5778, 5965, 9189, 6783, 5629, 8183, 5593, 5589, 5891, 6879, 5990, 6668, 5800, 8453, 5790, 5554, 7807, 5575, 5605, 5776, 5671, 8409, 6309, 5543, 7494, 5921, 5694, 6584, 6012, 5772, 9831, 5955, 5837, 8188, 6505, 6928, 7053, 7783, 8370, 6572, 7976, 5907, 6388, 5785, 6315, 6608, 6115, 6088, 6554, 6124, 7567, 6145, 6390, 10022, 6534, 5819, 7473, 7229, 9122, 8535, 6565, 7564, 6187, 6211, 5690, 5719, 5680, 11055, 6379, 5835, 8411, 5639, 5528, 6963, 5695, 5754, 11380, 6886, 5787, 9995, 6067, 6157, 8503, 6932, 7036, 9198, 8092, 9769, 7791, 5979, 7640, 5775, 5676, 8811, 6733, 7803, 9851, 6841, 5875, 6223, 6189, 9085, 7966, 7482, 11033, 5705, 5769, 6342, 6239, 9944, 7688, 5719, 5655, 5766, 5796, 11105, 6729, 6134, 8932, 6010, 5820, 7482, 6650, 6355, 5802, 6062, 5804, 8705, 7686, 6297, 11204, 9178, 8567, 9728, 8943, 6215, 5813, 8183, 7428, 10244, 10601, 6765, 5678, 9037, 6342, 6534, 11750, 6745, 7035, 10944, 8618, 6914, 10535, 5957, 5615, 5851, 5705, 5867, 5885, 7504, 6843, 10232, 11325, 7519, 6603, 8637, 6570, 5890, 6658, 5922, 5800, 8552, 6863, 8989, 13205, 9053], 'WindowCenter': [3704.0, 3698.0, 3688.0, 3656.0, 3678.0, 3698.0, 3668.0, 3647.0, 3678.0, 3658.0, 3699.0, 3712.0, 3711.0, 3731.0, 3689.0, 3655.0, 3684.0, 3652.0, 3659.0, 3651.0, 3630.0, 3694.0, 3684.0, 3642.0, 3652.0, 3630.0, 3683.0, 3672.0, 3673.0, 3694.0, 3664.0, 3644.0, 3663.0, 3664.0, 3708.0, 3710.0, 3689.0, 3645.0, 3675.0, 3664.0, 3643.0, 3686.0, 3654.0, 3687.0, 3677.0, 3686.0, 3685.0, 3651.0, 3629.0, 3639.0, 3642.0, 3633.0, 3655.0, 3689.0, 3712.0, 3731.0, 3721.0, 3689.0, 3676.0, 3686.0, 3665.0, 3685.0, 3655.0, 3655.0, 3712.0, 3681.0, 3709.0, 3689.0, 3699.0, 3699.0, 3687.0, 3675.0, 3674.0, 3642.0, 3695.0, 3643.0, 3644.0, 3710.0, 3668.0, 3709.0, 3688.0, 3711.0, 3712.0, 3666.0, 3645.0, 3664.0, 3665.0, 3710.0, 3731.0, 3678.0, 3659.0, 3677.0, 3667.0, 3657.0, 3721.0, 3700.0, 3689.0, 3698.0, 3676.0, 3641.0, 3672.0, 3653.0, 3683.0, 3674.0, 3684.0, 3706.0, 3664.0, 3643.0, 3694.0, 3652.0, 3618.0, 3651.0, 3631.0, 3663.0, 3654.0, 3664.0, 3687.0, 3687.0, 3706.0, 3663.0, 3640.0, 3681.0, 3649.0, 3617.0, 3661.0, 3642.0, 3695.0, 3698.0, 3678.0, 3668.0, 3698.0, 3654.0, 3642.0, 3662.0, 3653.0, 3633.0, 3686.0, 3667.0, 3658.0, 3690.0, 3700.0, 3711.0, 3708.0, 3686.0, 3667.0, 3665.0, 3674.0, 3620.0, 3622.0, 3650.0, 3633.0, 3622.0, 3653.0, 3645.0, 3696.0, 3644.0, 3633.0, 3671.0, 3639.0, 3670.0, 3660.0, 3629.0, 3671.0, 3663.0, 3641.0, 3630.0, 3651.0, 3630.0, 3662.0, 3675.0, 3677.0, 3707.0, 3687.0, 3634.0, 3662.0, 3630.0, 3670.0, 3639.0, 3631.0, 3663.0, 3643.0, 3653.0, 3667.0, 3646.0, 3709.0, 3678.0, 3645.0, 3677.0, 3644.0, 3644.0, 3634.0, 3643.0, 3633.0, 3645.0, 3665.0, 3645.0, 3698.0, 3656.0, 3654.0, 3663.0, 3630.0, 3659.0, 3627.0, 3635.0, 3627.0, 3593.0, 3655.0, 3613.0, 3591.0, 3634.0, 3602.0, 3604.0, 3648.0, 3681.0, 3670.0, 3636.0, 3618.0, 3619.0, 3665.0, 3643.0, 3646.0, 3637.0, 3723.0, 3671.0, 3670.0, 3658.0, 3635.0, 3646.0, 3645.0, 3689.0, 3681.0, 3721.0, 3690.0, 3708.0, 3674.0, 3659.0, 3657.0, 3635.0, 3653.0, 3632.0, 3602.0, 3664.0, 3624.0, 3614.0, 3677.0, 3636.0, 3614.0, 3655.0, 3646.0, 3657.0, 3679.0, 3659.0, 3630.0, 3682.0, 3640.0, 3630.0, 3682.0, 3640.0, 3631.0, 3662.0, 3632.0, 3621.0, 3664.0, 3644.0, 3684.0, 3651.0, 3651.0, 3673.0, 3686.0, 3708.0, 3674.0, 3642.0, 3705.0, 3695.0, 3697.0, 3717.0, 3697.0, 3656.0, 3644.0, 3687.0, 3688.0, 3710.0, 3722.0, 3701.0, 3670.0, 3735.0, 3701.0, 3659.0, 3657.0, 3678.0, 3689.0, 3709.0, 3687.0, 3686.0, 3654.0, 3684.0, 3618.0, 3669.0, 3628.0, 3618.0, 3695.0, 3685.0, 3676.0, 3666.0, 3688.0, 3678.0, 3696.0, 3674.0, 3642.0, 3719.0, 3676.0, 3696.0, 3706.0, 3663.0, 3633.0, 3672.0, 3671.0, 3638.0, 3617.0, 3670.0, 3684.0, 3696.0, 3717.0, 3687.0, 3647.0, 3665.0, 3674.0, 3675.0, 3718.0, 3720.0, 3698.0, 3676.0, 3663.0, 3643.0, 3642.0, 3673.0, 3686.0, 3700.0, 3678.0, 3709.0, 3666.0, 3667.0, 3707.0, 3653.0, 3696.0, 3719.0, 3691.0, 3691.0, 3708.0, 3654.0, 3631.0, 3683.0, 3650.0, 3629.0, 3619.0, 3672.0, 3651.0, 3640.0, 3683.0, 3662.0, 3680.0, 3671.0, 3673.0, 3704.0, 3673.0, 3683.0, 3715.0, 3685.0, 3654.0, 3664.0, 3652.0, 3630.0, 3630.0, 3642.0, 3643.0, 3676.0, 3678.0, 3660.0, 3721.0, 3711.0, 3710.0, 3729.0, 3695.0, 3652.0, 3670.0, 3650.0, 3618.0, 3671.0, 3651.0, 3672.0, 3673.0, 3642.0, 3694.0, 3673.0, 3673.0, 3705.0, 3673.0, 3663.0, 3693.0, 3663.0, 3633.0, 3663.0, 3653.0, 3665.0, 3718.0, 3688.0, 3661.0, 3713.0, 3671.0, 3660.0, 3722.0, 3711.0, 3711.0, 3690.0, 3721.0, 3689.0, 3656.0, 3699.0, 3709.0, 3696.0, 3641.0, 3672.0, 3641.0, 3632.0, 3653.0, 3653.0, 3642.0, 3632.0, 3674.0, 3654.0, 3684.0, 3673.0, 3641.0, 3681.0, 3660.0, 3636.0, 3658.0, 3627.0, 3681.0, 3682.0, 3684.0, 3704.0, 3682.0, 3663.0, 3663.0, 3662.0, 3630.0, 3630.0, 3652.0, 3654.0, 3709.0, 3710.0, 3689.0, 3647.0, 3699.0, 3655.0, 3633.0, 3684.0, 3664.0, 3675.0, 3697.0, 3697.0, 3654.0, 3663.0, 3642.0, 3660.0, 3671.0, 3660.0, 3693.0, 3661.0, 3631.0, 3664.0, 3640.0, 3630.0, 3672.0, 3652.0, 3675.0, 3718.0, 3687.0, 3655.0, 3643.0, 3651.0, 3631.0, 3631.0, 3674.0, 3655.0, 3686.0, 3721.0, 3699.0, 3657.0, 3674.0, 3643.0, 3661.0, 3670.0, 3648.0, 3628.0, 3691.0, 3685.0, 3655.0, 3645.0, 3655.0, 3643.0, 3631.0, 3642.0, 3634.0, 3706.0, 3689.0, 3678.0, 3677.0, 3667.0, 3642.0, 3673.0, 3652.0, 3682.0, 3672.0, 3641.0, 3619.0, 3651.0, 3631.0, 3660.0, 3651.0, 3618.0, 3673.0, 3651.0, 3672.0, 3684.0, 3652.0, 3630.0, 3650.0, 3630.0, 3648.0, 3651.0, 3651.0, 3694.0, 3642.0, 3632.0, 3642.0, 3643.0, 3642.0, 3687.0, 3676.0, 3675.0, 3710.0, 3632.0, 3645.0, 3632.0, 3641.0, 3631.0, 3619.0, 3651.0, 3641.0, 3633.0, 3675.0, 3675.0, 3686.0, 3707.0, 3674.0, 3662.0, 3631.0, 3684.0, 3684.0, 3654.0, 3707.0, 3667.0, 3645.0, 3690.0, 3646.0, 3709.0, 3706.0, 3631.0, 3629.0, 3618.0, 3588.0, 3628.0, 3616.0, 3649.0, 3640.0, 3641.0, 3641.0, 3642.0, 3631.0, 3652.0, 3657.0, 3643.0, 3644.0, 3644.0, 3630.0, 3641.0, 3629.0, 3670.0, 3674.0, 3664.0, 3674.0, 3631.0, 3642.0, 3641.0, 3631.0, 3628.0, 3629.0, 3630.0, 3673.0, 3684.0, 3631.0, 3683.0, 3654.0, 3644.0, 3651.0, 3649.0, 3671.0, 3661.0, 3654.0, 3685.0, 3642.0, 3643.0, 3661.0, 3639.0, 3629.0, 3652.0, 3643.0, 3674.0, 3653.0, 3644.0, 3672.0, 3651.0, 3629.0, 3638.0, 3649.0, 3617.0, 3619.0, 3629.0, 3682.0, 3675.0, 3631.0, 3652.0, 3652.0, 3617.0, 3616.0, 3639.0, 3649.0, 3640.0, 3631.0, 3663.0, 3654.0, 3642.0, 3631.0, 3660.0, 3625.0, 3616.0, 3638.0, 3638.0, 3660.0, 3618.0, 3661.0, 3652.0, 3682.0, 3639.0, 3638.0, 3637.0, 3646.0, 3615.0, 3626.0, 3639.0, 3683.0, 3664.0, 3633.0, 3673.0, 3641.0, 3629.0, 3629.0, 3629.0, 3672.0, 3653.0, 3631.0, 3674.0, 3632.0, 3643.0, 3651.0, 3661.0, 3630.0, 3651.0, 3651.0, 3673.0, 3651.0, 3651.0, 3629.0, 3628.0, 3639.0, 3680.0, 3661.0, 3629.0, 3672.0, 3630.0, 3618.0, 3627.0, 3648.0, 3614.0, 3615.0, 3637.0, 3682.0, 3650.0, 3630.0, 3682.0, 3628.0, 3617.0, 3625.0, 3647.0, 3626.0, 3650.0, 3630.0, 3683.0, 3641.0, 3632.0, 3671.0, 3617.0, 3627.0, 3626.0, 3628.0, 3682.0, 3652.0, 3633.0, 3674.0, 3642.0, 3641.0, 3651.0, 3641.0, 3644.0, 3707.0, 3654.0, 3644.0, 3686.0, 3653.0, 3665.0, 3665.0, 3675.0, 3674.0, 3650.0, 3659.0, 3616.0, 3637.0, 3628.0, 3639.0, 3651.0, 3641.0, 3643.0, 3653.0, 3640.0, 3658.0, 3625.0, 3625.0, 3666.0, 3625.0, 3614.0, 3647.0, 3648.0, 3670.0, 3671.0, 3638.0, 3659.0, 3626.0, 3625.0, 3614.0, 3614.0, 3617.0, 3691.0, 3653.0, 3644.0, 3685.0, 3630.0, 3630.0, 3649.0, 3629.0, 3631.0, 3716.0, 3666.0, 3645.0, 3707.0, 3643.0, 3642.0, 3671.0, 3649.0, 3649.0, 3681.0, 3672.0, 3692.0, 3662.0, 3642.0, 3660.0, 3617.0, 3628.0, 3670.0, 3650.0, 3660.0, 3693.0, 3653.0, 3631.0, 3639.0, 3641.0, 3670.0, 3660.0, 3651.0, 3691.0, 3617.0, 3629.0, 3639.0, 3630.0, 3681.0, 3660.0, 3629.0, 3628.0, 3629.0, 3629.0, 3704.0, 3653.0, 3643.0, 3695.0, 3643.0, 3644.0, 3662.0, 3651.0, 3653.0, 3631.0, 3641.0, 3631.0, 3682.0, 3659.0, 3639.0, 3691.0, 3681.0, 3672.0, 3693.0, 3681.0, 3629.0, 3628.0, 3659.0, 3648.0, 3691.0, 3692.0, 3650.0, 3629.0, 3682.0, 3639.0, 3638.0, 3689.0, 3637.0, 3649.0, 3678.0, 3657.0, 3637.0, 3690.0, 3626.0, 3628.0, 3626.0, 3628.0, 3627.0, 3628.0, 3662.0, 3665.0, 3709.0, 3718.0, 3677.0, 3665.0, 3685.0, 3655.0, 3632.0, 3641.0, 3631.0, 3630.0, 3684.0, 3653.0, 3698.0, 3729.0, 3697.0], 'WindowWidth': [8355.0, 8336.0, 8320.0, 8277.0, 8309.0, 8337.0, 8297.0, 8268.0, 8306.0, 8283.0, 8336.0, 8357.0, 8355.0, 8381.0, 8323.0, 8272.0, 8305.0, 8259.0, 8264.0, 8255.0, 8229.0, 8319.0, 8306.0, 8248.0, 8261.0, 8232.0, 8302.0, 8287.0, 8289.0, 8318.0, 8282.0, 8255.0, 8278.0, 8282.0, 8344.0, 8351.0, 8321.0, 8260.0, 8298.0, 8281.0, 8252.0, 8312.0, 8269.0, 8319.0, 8303.0, 8314.0, 8308.0, 8257.0, 8224.0, 8237.0, 8250.0, 8239.0, 8275.0, 8323.0, 8357.0, 8384.0, 8370.0, 8325.0, 8305.0, 8316.0, 8285.0, 8309.0, 8270.0, 8274.0, 8360.0, 8318.0, 8351.0, 8323.0, 8335.0, 8335.0, 8318.0, 8298.0, 8294.0, 8249.0, 8323.0, 8251.0, 8257.0, 8354.0, 8297.0, 8349.0, 8322.0, 8360.0, 8361.0, 8290.0, 8262.0, 8283.0, 8287.0, 8355.0, 8382.0, 8307.0, 8284.0, 8305.0, 8292.0, 8281.0, 8370.0, 8339.0, 8322.0, 8331.0, 8299.0, 8245.0, 8285.0, 8265.0, 8304.0, 8292.0, 8305.0, 8338.0, 8280.0, 8253.0, 8320.0, 8260.0, 8212.0, 8257.0, 8233.0, 8278.0, 8268.0, 8281.0, 8315.0, 8315.0, 8339.0, 8279.0, 8245.0, 8297.0, 8252.0, 8207.0, 8270.0, 8249.0, 8323.0, 8333.0, 8308.0, 8294.0, 8335.0, 8269.0, 8249.0, 8275.0, 8263.0, 8238.0, 8312.0, 8289.0, 8284.0, 8327.0, 8340.0, 8355.0, 8346.0, 8316.0, 8290.0, 8287.0, 8292.0, 8217.0, 8219.0, 8253.0, 8238.0, 8220.0, 8263.0, 8258.0, 8321.0, 8252.0, 8234.0, 8279.0, 8236.0, 8276.0, 8264.0, 8221.0, 8282.0, 8277.0, 8247.0, 8231.0, 8258.0, 8230.0, 8276.0, 8296.0, 8303.0, 8343.0, 8316.0, 8242.0, 8275.0, 8231.0, 8279.0, 8239.0, 8230.0, 8275.0, 8252.0, 8264.0, 8293.0, 8262.0, 8346.0, 8304.0, 8258.0, 8304.0, 8258.0, 8257.0, 8244.0, 8253.0, 8240.0, 8257.0, 8283.0, 8259.0, 8329.0, 8269.0, 8264.0, 8273.0, 8223.0, 8261.0, 8215.0, 8220.0, 8213.0, 8162.0, 8243.0, 8185.0, 8155.0, 8212.0, 8171.0, 8180.0, 8246.0, 8297.0, 8279.0, 8229.0, 8211.0, 8216.0, 8286.0, 8253.0, 8258.0, 8251.0, 8376.0, 8305.0, 8303.0, 8284.0, 8245.0, 8260.0, 8258.0, 8320.0, 8314.0, 8364.0, 8323.0, 8339.0, 8289.0, 8260.0, 8251.0, 8219.0, 8240.0, 8211.0, 8173.0, 8257.0, 8206.0, 8196.0, 8279.0, 8225.0, 8197.0, 8251.0, 8239.0, 8257.0, 8289.0, 8262.0, 8226.0, 8297.0, 8241.0, 8230.0, 8298.0, 8241.0, 8231.0, 8271.0, 8233.0, 8218.0, 8277.0, 8250.0, 8301.0, 8255.0, 8253.0, 8289.0, 8308.0, 8337.0, 8287.0, 8245.0, 8332.0, 8320.0, 8328.0, 8354.0, 8328.0, 8273.0, 8257.0, 8316.0, 8319.0, 8350.0, 8372.0, 8343.0, 8305.0, 8394.0, 8347.0, 8288.0, 8280.0, 8306.0, 8323.0, 8345.0, 8312.0, 8309.0, 8267.0, 8303.0, 8210.0, 8275.0, 8221.0, 8213.0, 8322.0, 8310.0, 8302.0, 8290.0, 8320.0, 8305.0, 8324.0, 8292.0, 8249.0, 8359.0, 8298.0, 8323.0, 8336.0, 8274.0, 8236.0, 8285.0, 8281.0, 8233.0, 8205.0, 8278.0, 8305.0, 8323.0, 8355.0, 8316.0, 8266.0, 8285.0, 8295.0, 8295.0, 8357.0, 8366.0, 8332.0, 8302.0, 8277.0, 8251.0, 8250.0, 8292.0, 8314.0, 8341.0, 8309.0, 8352.0, 8293.0, 8293.0, 8344.0, 8268.0, 8325.0, 8360.0, 8330.0, 8329.0, 8346.0, 8270.0, 8233.0, 8300.0, 8253.0, 8226.0, 8213.0, 8284.0, 8258.0, 8242.0, 8299.0, 8271.0, 8292.0, 8282.0, 8289.0, 8330.0, 8292.0, 8304.0, 8349.0, 8310.0, 8270.0, 8283.0, 8263.0, 8232.0, 8231.0, 8248.0, 8253.0, 8300.0, 8308.0, 8289.0, 8367.0, 8353.0, 8351.0, 8374.0, 8321.0, 8260.0, 8279.0, 8252.0, 8208.0, 8281.0, 8256.0, 8285.0, 8288.0, 8247.0, 8318.0, 8290.0, 8291.0, 8333.0, 8291.0, 8278.0, 8318.0, 8279.0, 8239.0, 8277.0, 8265.0, 8285.0, 8360.0, 8322.0, 8295.0, 8365.0, 8306.0, 8289.0, 8372.0, 8355.0, 8355.0, 8326.0, 8368.0, 8324.0, 8277.0, 8333.0, 8346.0, 8322.0, 8243.0, 8287.0, 8247.0, 8238.0, 8265.0, 8263.0, 8248.0, 8236.0, 8292.0, 8265.0, 8303.0, 8286.0, 8244.0, 8294.0, 8263.0, 8228.0, 8257.0, 8218.0, 8296.0, 8299.0, 8306.0, 8331.0, 8301.0, 8278.0, 8278.0, 8276.0, 8231.0, 8229.0, 8261.0, 8269.0, 8347.0, 8352.0, 8325.0, 8269.0, 8334.0, 8271.0, 8237.0, 8302.0, 8279.0, 8293.0, 8327.0, 8327.0, 8267.0, 8276.0, 8247.0, 8268.0, 8281.0, 8268.0, 8313.0, 8270.0, 8236.0, 8277.0, 8243.0, 8230.0, 8289.0, 8264.0, 8297.0, 8357.0, 8318.0, 8273.0, 8254.0, 8260.0, 8233.0, 8233.0, 8293.0, 8272.0, 8314.0, 8368.0, 8335.0, 8278.0, 8294.0, 8249.0, 8271.0, 8276.0, 8247.0, 8221.0, 8311.0, 8308.0, 8273.0, 8262.0, 8273.0, 8254.0, 8234.0, 8250.0, 8242.0, 8339.0, 8321.0, 8306.0, 8303.0, 8288.0, 8250.0, 8290.0, 8260.0, 8300.0, 8286.0, 8245.0, 8214.0, 8258.0, 8230.0, 8268.0, 8254.0, 8212.0, 8288.0, 8258.0, 8286.0, 8305.0, 8262.0, 8229.0, 8254.0, 8231.0, 8251.0, 8258.0, 8260.0, 8319.0, 8249.0, 8236.0, 8248.0, 8254.0, 8252.0, 8317.0, 8299.0, 8297.0, 8351.0, 8237.0, 8258.0, 8234.0, 8242.0, 8229.0, 8212.0, 8256.0, 8243.0, 8238.0, 8297.0, 8296.0, 8309.0, 8342.0, 8294.0, 8274.0, 8235.0, 8305.0, 8307.0, 8270.0, 8343.0, 8290.0, 8263.0, 8328.0, 8267.0, 8351.0, 8360.0, 8225.0, 8223.0, 8207.0, 8157.0, 8233.0, 8211.0, 8257.0, 8246.0, 8253.0, 8251.0, 8254.0, 8238.0, 8264.0, 8283.0, 8259.0, 8262.0, 8259.0, 8235.0, 8250.0, 8232.0, 8286.0, 8297.0, 8284.0, 8297.0, 8239.0, 8253.0, 8250.0, 8236.0, 8229.0, 8230.0, 8234.0, 8292.0, 8311.0, 8239.0, 8310.0, 8272.0, 8261.0, 8261.0, 8257.0, 8286.0, 8275.0, 8271.0, 8314.0, 8255.0, 8259.0, 8275.0, 8243.0, 8231.0, 8263.0, 8256.0, 8299.0, 8271.0, 8260.0, 8294.0, 8264.0, 8231.0, 8240.0, 8256.0, 8210.0, 8217.0, 8233.0, 8306.0, 8299.0, 8239.0, 8265.0, 8265.0, 8213.0, 8209.0, 8242.0, 8256.0, 8247.0, 8237.0, 8283.0, 8272.0, 8255.0, 8236.0, 8272.0, 8219.0, 8207.0, 8238.0, 8237.0, 8270.0, 8214.0, 8275.0, 8266.0, 8306.0, 8245.0, 8241.0, 8235.0, 8247.0, 8204.0, 8222.0, 8244.0, 8307.0, 8285.0, 8245.0, 8295.0, 8253.0, 8233.0, 8232.0, 8232.0, 8292.0, 8270.0, 8241.0, 8300.0, 8243.0, 8257.0, 8264.0, 8276.0, 8234.0, 8262.0, 8263.0, 8293.0, 8262.0, 8264.0, 8233.0, 8229.0, 8244.0, 8299.0, 8276.0, 8233.0, 8291.0, 8234.0, 8216.0, 8224.0, 8251.0, 8204.0, 8206.0, 8240.0, 8303.0, 8261.0, 8236.0, 8304.0, 8230.0, 8211.0, 8219.0, 8250.0, 8222.0, 8260.0, 8234.0, 8308.0, 8251.0, 8240.0, 8288.0, 8213.0, 8225.0, 8223.0, 8228.0, 8303.0, 8266.0, 8245.0, 8298.0, 8253.0, 8250.0, 8262.0, 8252.0, 8258.0, 8345.0, 8273.0, 8261.0, 8316.0, 8271.0, 8288.0, 8286.0, 8299.0, 8297.0, 8259.0, 8267.0, 8206.0, 8236.0, 8226.0, 8244.0, 8262.0, 8250.0, 8255.0, 8267.0, 8246.0, 8264.0, 8216.0, 8213.0, 8267.0, 8214.0, 8199.0, 8247.0, 8251.0, 8281.0, 8283.0, 8240.0, 8268.0, 8219.0, 8216.0, 8199.0, 8202.0, 8210.0, 8311.0, 8267.0, 8258.0, 8312.0, 8235.0, 8234.0, 8255.0, 8230.0, 8235.0, 8354.0, 8290.0, 8261.0, 8344.0, 8255.0, 8250.0, 8285.0, 8254.0, 8252.0, 8299.0, 8288.0, 8316.0, 8277.0, 8250.0, 8271.0, 8209.0, 8226.0, 8282.0, 8257.0, 8272.0, 8320.0, 8266.0, 8234.0, 8243.0, 8248.0, 8281.0, 8269.0, 8257.0, 8310.0, 8209.0, 8227.0, 8243.0, 8231.0, 8298.0, 8268.0, 8228.0, 8226.0, 8229.0, 8230.0, 8334.0, 8267.0, 8256.0, 8326.0, 8254.0, 8258.0, 8277.0, 8263.0, 8266.0, 8235.0, 8248.0, 8236.0, 8302.0, 8266.0, 8243.0, 8313.0, 8301.0, 8289.0, 8317.0, 8300.0, 8228.0, 8226.0, 8265.0, 8252.0, 8311.0, 8314.0, 8257.0, 8230.0, 8300.0, 8241.0, 8238.0, 8306.0, 8233.0, 8253.0, 8288.0, 8258.0, 8232.0, 8309.0, 8221.0, 8226.0, 8221.0, 8225.0, 8225.0, 8230.0, 8279.0, 8288.0, 8348.0, 8362.0, 8305.0, 8287.0, 8311.0, 8272.0, 8237.0, 8244.0, 8232.0, 8230.0, 8307.0, 8269.0, 8333.0, 8376.0, 8331.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.004138004587155964</td></tr>
<tr><td colspan=3>aqi</td><td>0.07536681754587156</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.20355469431684</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0852537351205505</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0005197916303106</td></tr>
<tr><td colspan=3>efc</td><td>0.4649</td></tr>
<tr><td colspan=3>fber</td><td>5668.2993</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.24855295428715996</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>378</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>43.34862385321101</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7109372000055694</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5295620305996325</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.992071837754357</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.61117773166272</td></tr>
<tr><td colspan=3>gcor</td><td>0.00649156</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01045466959476471</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03163962811231613</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.839818749744462</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>21.5746</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.5305</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.3697</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303180.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>582.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>265.1328</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0862</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>436.9575</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2886.6457</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3079.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73364.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>904.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3765.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>801.8553</td></tr>
<tr><td colspan=3>tsnr</td><td>23.61811520642368</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>