<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0129_ses-04_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0129_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0129_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0129_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0129_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0129_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0129_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-03_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-03_session-04_subject-0129_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0129_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0129/ses-04/func/sub-0129_ses-04_task-social_acq-mb8_run-03_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>6c950a8eaddcbc2b7c741bdacd27267a</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:49:29.430000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996972, -0.0689398, -0.0359629, 0.0718137, 0.99371, 0.0859244]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.120818</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7757, -7256, 128, -162, -15, 90, 132]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.89</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>40744333-ff48-4818-87f2-703986d46912||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6748039722442627, 0.19267088174819946, -0.0804954543709755, 105.99474334716797], [0.18496042490005493, 2.6660516262054443, 0.23826664686203003, -104.41674041748047], [-0.09648595750331879, -0.23052893579006195, 2.6882615089416504, -67.41300964355469], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['134929.430000', '134929.890000', '134930.350000', '134930.810000', '134931.270000', '134931.730000', '134932.190000', '134932.650000', '134933.110000', '134933.570000', '134934.030000', '134934.490000', '134934.950000', '134935.410000', '134935.870000', '134936.330000', '134936.790000', '134937.250000', '134937.710000', '134938.170000', '134938.630000', '134939.090000', '134939.550000', '134940.010000', '134940.470000', '134940.930000', '134941.390000', '134941.850000', '134942.310000', '134942.770000', '134943.230000', '134943.690000', '134944.150000', '134944.610000', '134945.070000', '134945.530000', '134945.990000', '134946.450000', '134946.910000', '134947.370000', '134947.830000', '134948.290000', '134948.750000', '134949.210000', '134949.670000', '134950.130000', '134950.590000', '134951.050000', '134951.510000', '134951.970000', '134952.430000', '134952.890000', '134953.350000', '134953.810000', '134954.270000', '134954.730000', '134955.190000', '134955.650000', '134956.110000', '134956.570000', '134957.030000', '134957.490000', '134957.950000', '134958.410000', '134958.870000', '134959.330000', '134959.790000', '135000.250000', '135000.710000', '135001.170000', '135001.630000', '135002.090000', '135002.550000', '135003.010000', '135003.470000', '135003.930000', '135004.390000', '135004.850000', '135005.310000', '135005.770000', '135006.230000', '135006.690000', '135007.150000', '135007.610000', '135008.070000', '135008.530000', '135008.990000', '135009.450000', '135009.910000', '135010.370000', '135010.830000', '135011.290000', '135011.750000', '135012.210000', '135012.670000', '135013.130000', '135013.590000', '135014.050000', '135014.510000', '135014.970000', '135015.430000', '135015.890000', '135016.350000', '135016.810000', '135017.270000', '135017.730000', '135018.190000', '135018.650000', '135019.110000', '135019.570000', '135020.030000', '135020.490000', '135020.950000', '135021.410000', '135021.870000', '135022.330000', '135022.790000', '135023.250000', '135023.710000', '135024.170000', '135024.630000', '135025.090000', '135025.550000', '135026.010000', '135026.470000', '135026.930000', '135027.390000', '135027.850000', '135028.310000', '135028.770000', '135029.230000', '135029.690000', '135030.150000', '135030.610000', '135031.070000', '135031.530000', '135031.990000', '135032.450000', '135032.910000', '135033.370000', '135033.830000', '135034.290000', '135034.750000', '135035.210000', '135035.670000', '135036.130000', '135036.590000', '135037.050000', '135037.510000', '135037.970000', '135038.430000', '135038.890000', '135039.350000', '135039.810000', '135040.270000', '135040.730000', '135041.190000', '135041.650000', '135042.110000', '135042.570000', '135043.030000', '135043.490000', '135043.950000', '135044.410000', '135044.870000', '135045.330000', '135045.790000', '135046.250000', '135046.710000', '135047.170000', '135047.630000', '135048.090000', '135048.550000', '135049.010000', '135049.470000', '135049.930000', '135050.390000', '135050.850000', '135051.310000', '135051.770000', '135052.230000', '135052.690000', '135053.150000', '135053.610000', '135054.070000', '135054.530000', '135054.990000', '135055.450000', '135055.910000', '135056.370000', '135056.830000', '135057.290000', '135057.750000', '135058.210000', '135058.670000', '135059.130000', '135059.590000', '135100.050000', '135100.510000', '135100.970000', '135101.430000', '135101.890000', '135102.350000', '135102.810000', '135103.270000', '135103.730000', '135104.190000', '135104.650000', '135105.110000', '135105.570000', '135106.030000', '135106.490000', '135106.950000', '135107.410000', '135107.870000', '135108.330000', '135108.790000', '135109.250000', '135109.710000', '135110.170000', '135110.630000', '135111.090000', '135111.550000', '135112.010000', '135112.470000', '135112.930000', '135113.390000', '135113.850000', '135114.310000', '135114.770000', '135115.230000', '135115.690000', '135116.150000', '135116.610000', '135117.070000', '135117.530000', '135117.990000', '135118.450000', '135118.910000', '135119.370000', '135119.830000', '135120.290000', '135120.750000', '135121.210000', '135121.670000', '135122.130000', '135122.590000', '135123.050000', '135123.510000', '135123.970000', '135124.430000', '135124.890000', '135125.350000', '135125.810000', '135126.270000', '135126.730000', '135127.190000', '135127.650000', '135128.110000', '135128.570000', '135129.030000', '135129.490000', '135129.950000', '135130.410000', '135130.870000', '135131.330000', '135131.790000', '135132.250000', '135132.710000', '135133.170000', '135133.630000', '135134.090000', '135134.550000', '135135.010000', '135135.470000', '135135.930000', '135136.390000', '135136.850000', '135137.310000', '135137.770000', '135138.230000', '135138.690000', '135139.150000', '135139.610000', '135140.070000', '135140.530000', '135140.990000', '135141.450000', '135141.910000', '135142.370000', '135142.830000', '135143.290000', '135143.750000', '135144.210000', '135144.670000', '135145.130000', '135145.590000', '135146.050000', '135146.510000', '135146.970000', '135147.430000', '135147.890000', '135148.350000', '135148.810000', '135149.270000', '135149.730000', '135150.190000', '135150.650000', '135151.110000', '135151.570000', '135152.030000', '135152.490000', '135152.950000', '135153.410000', '135153.870000', '135154.330000', '135154.790000', '135155.250000', '135155.710000', '135156.170000', '135156.630000', '135157.090000', '135157.550000', '135158.010000', '135158.470000', '135158.930000', '135159.390000', '135159.850000', '135200.310000', '135200.770000', '135201.230000', '135201.690000', '135202.150000', '135202.610000', '135203.070000', '135203.530000', '135203.990000', '135204.450000', '135204.910000', '135205.370000', '135205.830000', '135206.290000', '135206.750000', '135207.210000', '135207.670000', '135208.130000', '135208.590000', '135209.050000', '135209.510000', '135209.970000', '135210.430000', '135210.890000', '135211.350000', '135211.810000', '135212.270000', '135212.730000', '135213.190000', '135213.650000', '135214.110000', '135214.570000', '135215.030000', '135215.490000', '135215.950000', '135216.410000', '135216.870000', '135217.330000', '135217.790000', '135218.250000', '135218.710000', '135219.170000', '135219.630000', '135220.090000', '135220.550000', '135221.010000', '135221.470000', '135221.930000', '135222.390000', '135222.850000', '135223.310000', '135223.770000', '135224.230000', '135224.690000', '135225.150000', '135225.610000', '135226.070000', '135226.530000', '135226.990000', '135227.450000', '135227.910000', '135228.370000', '135228.830000', '135229.290000', '135229.750000', '135230.210000', '135230.670000', '135231.130000', '135231.590000', '135232.050000', '135232.510000', '135232.970000', '135233.430000', '135233.890000', '135234.350000', '135234.810000', '135235.270000', '135235.730000', '135236.190000', '135236.650000', '135237.110000', '135237.570000', '135238.030000', '135238.490000', '135238.950000', '135239.410000', '135239.870000', '135240.330000', '135240.790000', '135241.250000', '135241.710000', '135242.170000', '135242.630000', '135243.090000', '135243.550000', '135244.010000', '135244.470000', '135244.930000', '135245.390000', '135245.850000', '135246.310000', '135246.770000', '135247.230000', '135247.690000', '135248.150000', '135248.610000', '135249.070000', '135249.530000', '135249.990000', '135250.450000', '135250.910000', '135251.370000', '135251.830000', '135252.290000', '135252.750000', '135253.210000', '135253.670000', '135254.130000', '135254.590000', '135255.050000', '135255.510000', '135255.970000', '135256.430000', '135256.890000', '135257.350000', '135257.810000', '135258.270000', '135258.730000', '135259.190000', '135259.650000', '135300.110000', '135300.570000', '135301.030000', '135301.490000', '135301.950000', '135302.410000', '135302.870000', '135303.330000', '135303.790000', '135304.250000', '135304.710000', '135305.170000', '135305.630000', '135306.090000', '135306.550000', '135307.010000', '135307.470000', '135307.930000', '135308.390000', '135308.850000', '135309.310000', '135309.770000', '135310.230000', '135310.690000', '135311.150000', '135311.610000', '135312.070000', '135312.530000', '135312.990000', '135313.450000', '135313.910000', '135314.370000', '135314.830000', '135315.290000', '135315.750000', '135316.210000', '135316.670000', '135317.130000', '135317.590000', '135318.050000', '135318.510000', '135318.970000', '135319.430000', '135319.890000', '135320.350000', '135320.810000', '135321.270000', '135321.730000', '135322.190000', '135322.650000', '135323.110000', '135323.570000', '135324.030000', '135324.490000', '135324.950000', '135325.410000', '135325.870000', '135326.330000', '135326.790000', '135327.250000', '135327.710000', '135328.170000', '135328.630000', '135329.090000', '135329.550000', '135330.010000', '135330.470000', '135330.930000', '135331.390000', '135331.850000', '135332.310000', '135332.770000', '135333.230000', '135333.690000', '135334.150000', '135334.610000', '135335.070000', '135335.530000', '135335.990000', '135336.450000', '135336.910000', '135337.370000', '135337.830000', '135338.290000', '135338.750000', '135339.210000', '135339.670000', '135340.130000', '135340.590000', '135341.050000', '135341.510000', '135341.970000', '135342.430000', '135342.890000', '135343.350000', '135343.810000', '135344.270000', '135344.730000', '135345.190000', '135345.650000', '135346.110000', '135346.570000', '135347.030000', '135347.490000', '135347.950000', '135348.410000', '135348.870000', '135349.330000', '135349.790000', '135350.250000', '135350.710000', '135351.170000', '135351.630000', '135352.090000', '135352.550000', '135353.010000', '135353.470000', '135353.930000', '135354.390000', '135354.850000', '135355.310000', '135355.770000', '135356.230000', '135356.690000', '135357.150000', '135357.610000', '135358.070000', '135358.530000', '135358.990000', '135359.450000', '135359.910000', '135400.370000', '135400.830000', '135401.290000', '135401.750000', '135402.210000', '135402.670000', '135403.130000', '135403.590000', '135404.050000', '135404.510000', '135404.970000', '135405.430000', '135405.890000', '135406.350000', '135406.810000', '135407.270000', '135407.730000', '135408.190000', '135408.650000', '135409.110000', '135409.570000', '135410.030000', '135410.490000', '135410.950000', '135411.410000', '135411.870000', '135412.330000', '135412.790000', '135413.250000', '135413.710000', '135414.170000', '135414.630000', '135415.090000', '135415.550000', '135416.010000', '135416.470000', '135416.930000', '135417.390000', '135417.850000', '135418.310000', '135418.770000', '135419.230000', '135419.690000', '135420.150000', '135420.610000', '135421.070000', '135421.530000', '135421.990000', '135422.450000', '135422.910000', '135423.370000', '135423.830000', '135424.290000', '135424.750000', '135425.210000', '135425.670000', '135426.130000', '135426.590000', '135427.050000', '135427.510000', '135427.970000', '135428.430000', '135428.890000', '135429.350000', '135429.810000', '135430.270000', '135430.730000', '135431.190000', '135431.650000', '135432.110000', '135432.570000', '135433.030000', '135433.490000', '135433.950000', '135434.410000', '135434.870000', '135435.330000', '135435.790000', '135436.250000', '135436.710000', '135437.170000', '135437.630000', '135438.090000', '135438.550000', '135439.010000', '135439.470000', '135439.930000', '135440.390000', '135440.850000', '135441.310000', '135441.770000', '135442.230000', '135442.690000', '135443.150000', '135443.610000', '135444.070000', '135444.530000', '135444.990000', '135445.450000', '135445.910000', '135446.370000', '135446.830000', '135447.290000', '135447.750000', '135448.210000', '135448.670000', '135449.130000', '135449.590000', '135450.050000', '135450.510000', '135450.970000', '135451.430000', '135451.890000', '135452.350000', '135452.810000', '135453.270000', '135453.730000', '135454.190000', '135454.650000', '135455.110000', '135455.570000', '135456.030000', '135456.490000', '135456.950000', '135457.410000', '135457.870000', '135458.330000', '135458.790000', '135459.250000', '135459.710000', '135500.170000', '135500.630000', '135501.090000', '135501.550000', '135502.010000', '135502.470000', '135502.930000', '135503.390000', '135503.850000', '135504.310000', '135504.770000', '135505.230000', '135505.690000', '135506.150000', '135506.610000', '135507.070000', '135507.530000', '135507.990000', '135508.450000', '135508.910000', '135509.370000', '135509.830000', '135510.290000', '135510.750000', '135511.210000', '135511.670000', '135512.130000', '135512.590000', '135513.050000', '135513.510000', '135513.970000', '135514.430000', '135514.890000', '135515.350000', '135515.810000', '135516.270000', '135516.730000', '135517.190000', '135517.650000', '135518.110000', '135518.570000', '135519.030000', '135519.490000', '135519.950000', '135520.410000', '135520.870000', '135521.330000', '135521.790000', '135522.250000', '135522.710000', '135523.170000', '135523.630000', '135524.090000', '135524.550000', '135525.010000', '135525.470000', '135525.930000', '135526.390000', '135526.850000', '135527.310000', '135527.770000', '135528.230000', '135528.690000', '135529.150000', '135529.610000', '135530.070000', '135530.530000', '135530.990000', '135531.450000', '135531.910000', '135532.370000', '135532.830000', '135533.290000', '135533.750000', '135534.210000', '135534.670000', '135535.130000', '135535.590000', '135536.050000', '135536.510000', '135536.970000', '135537.430000', '135537.890000', '135538.350000', '135538.810000', '135539.270000', '135539.730000', '135540.190000', '135540.650000', '135541.110000', '135541.570000', '135542.030000', '135542.490000', '135542.950000', '135543.410000', '135543.870000', '135544.330000', '135544.790000', '135545.250000', '135545.710000', '135546.170000', '135546.630000', '135547.090000', '135547.550000', '135548.010000', '135548.470000', '135548.930000', '135549.390000', '135549.850000', '135550.310000', '135550.770000', '135551.230000', '135551.690000', '135552.150000', '135552.610000', '135553.070000', '135553.530000', '135553.990000', '135554.450000', '135554.910000', '135555.370000', '135555.830000', '135556.290000', '135556.750000', '135557.210000', '135557.670000', '135558.130000', '135558.590000', '135559.050000', '135559.510000', '135559.970000', '135600.430000', '135600.890000', '135601.350000', '135601.810000', '135602.270000', '135602.730000', '135603.190000', '135603.650000', '135604.110000', '135604.570000', '135605.030000', '135605.490000', '135605.950000', '135606.410000', '135606.870000', '135607.330000', '135607.790000', '135608.250000', '135608.710000', '135609.170000', '135609.630000', '135610.090000'], 'ContentTime': ['134948.379000', '134948.382000', '134948.385000', '134948.387000', '134948.390000', '134948.392000', '134948.395000', '134948.398000', '134948.400000', '134948.403000', '134948.405000', '134948.408000', '134948.410000', '134948.413000', '134948.416000', '134948.418000', '134948.427000', '134948.429000', '134948.432000', '134948.435000', '134948.437000', '134948.440000', '134948.442000', '134948.445000', '134948.447000', '134948.450000', '134948.452000', '134948.455000', '134948.458000', '134948.463000', '134948.465000', '134948.468000', '134948.470000', '134948.473000', '134948.476000', '134948.478000', '134948.481000', '134948.483000', '135008.347000', '135008.350000', '135008.353000', '135008.356000', '135008.358000', '135008.361000', '135008.363000', '135008.366000', '135008.368000', '135008.371000', '135008.374000', '135008.376000', '135008.379000', '135008.381000', '135008.384000', '135008.386000', '135008.389000', '135008.391000', '135008.394000', '135008.397000', '135008.399000', '135008.402000', '135008.404000', '135008.407000', '135008.409000', '135008.412000', '135008.414000', '135008.417000', '135008.419000', '135008.422000', '135008.425000', '135008.427000', '135008.430000', '135008.432000', '135008.435000', '135008.437000', '135008.440000', '135008.442000', '135008.445000', '135008.448000', '135008.450000', '135008.453000', '135008.455000', '135008.458000', '135028.348000', '135028.351000', '135028.354000', '135028.357000', '135028.359000', '135028.362000', '135028.364000', '135028.367000', '135028.369000', '135028.372000', '135028.375000', '135028.377000', '135028.380000', '135028.382000', '135028.385000', '135028.387000', '135028.390000', '135028.393000', '135028.395000', '135028.398000', '135028.400000', '135028.423000', '135028.425000', '135028.428000', '135028.430000', '135028.433000', '135028.436000', '135028.438000', '135028.441000', '135028.444000', '135028.447000', '135028.450000', '135028.452000', '135028.455000', '135028.457000', '135028.460000', '135028.463000', '135028.465000', '135028.468000', '135028.470000', '135028.473000', '135028.475000', '135028.478000', '135048.348000', '135048.351000', '135048.354000', '135048.356000', '135048.359000', '135048.362000', '135048.364000', '135048.367000', '135048.369000', '135048.372000', '135048.374000', '135048.377000', '135048.379000', '135048.382000', '135048.385000', '135048.401000', '135048.404000', '135048.407000', '135048.409000', '135048.412000', '135048.414000', '135048.417000', '135048.419000', '135048.422000', '135048.425000', '135048.427000', '135048.430000', '135048.432000', '135048.435000', '135048.438000', '135048.440000', '135048.443000', '135048.446000', '135048.448000', '135048.451000', '135048.453000', '135048.456000', '135048.458000', '135048.461000', '135048.463000', '135048.466000', '135048.469000', '135048.471000', '135048.474000', '135108.349000', '135108.352000', '135108.354000', '135108.357000', '135108.359000', '135108.362000', '135108.364000', '135108.367000', '135108.370000', '135108.372000', '135108.375000', '135108.377000', '135108.380000', '135108.383000', '135108.385000', '135108.388000', '135108.390000', '135108.393000', '135108.395000', '135108.398000', '135108.401000', '135108.403000', '135108.406000', '135108.408000', '135108.411000', '135108.414000', '135108.416000', '135108.419000', '135108.422000', '135108.424000', '135108.427000', '135108.429000', '135108.432000', '135108.434000', '135108.437000', '135108.440000', '135108.442000', '135108.445000', '135108.447000', '135108.450000', '135108.453000', '135108.455000', '135108.458000', '135128.349000', '135128.351000', '135128.354000', '135128.357000', '135128.359000', '135128.362000', '135128.365000', '135128.367000', '135128.370000', '135128.372000', '135128.375000', '135128.378000', '135128.380000', '135128.383000', '135128.386000', '135128.388000', '135128.391000', '135128.393000', '135128.396000', '135128.399000', '135128.401000', '135128.404000', '135128.406000', '135128.409000', '135128.411000', '135128.414000', '135128.417000', '135128.419000', '135128.422000', '135128.424000', '135128.427000', '135128.430000', '135128.432000', '135128.435000', '135128.437000', '135128.440000', '135128.442000', '135128.445000', '135128.448000', '135128.450000', '135128.453000', '135128.455000', '135128.458000', '135128.461000', '135148.347000', '135148.350000', '135148.353000', '135148.355000', '135148.358000', '135148.361000', '135148.363000', '135148.366000', '135148.368000', '135148.371000', '135148.374000', '135148.376000', '135148.379000', '135148.381000', '135148.384000', '135148.387000', '135148.389000', '135148.392000', '135148.394000', '135148.397000', '135148.399000', '135148.402000', '135148.405000', '135148.407000', '135148.410000', '135148.412000', '135148.415000', '135148.418000', '135148.420000', '135148.423000', '135148.425000', '135148.428000', '135148.430000', '135148.433000', '135148.436000', '135148.438000', '135148.441000', '135148.443000', '135148.446000', '135148.449000', '135148.451000', '135148.454000', '135148.457000', '135208.348000', '135208.351000', '135208.353000', '135208.356000', '135208.358000', '135208.361000', '135208.363000', '135208.366000', '135208.369000', '135208.371000', '135208.374000', '135208.376000', '135208.379000', '135208.382000', '135208.384000', '135208.387000', '135208.389000', '135208.392000', '135208.394000', '135208.397000', '135208.400000', '135208.402000', '135208.405000', '135208.407000', '135208.410000', '135208.413000', '135208.415000', '135208.418000', '135208.421000', '135208.423000', '135208.426000', '135208.428000', '135208.431000', '135208.433000', '135208.436000', '135208.439000', '135208.441000', '135208.444000', '135208.446000', '135208.449000', '135208.452000', '135208.454000', '135208.457000', '135208.460000', '135228.347000', '135228.350000', '135228.353000', '135228.356000', '135228.358000', '135228.361000', '135228.363000', '135228.366000', '135228.369000', '135228.371000', '135228.386000', '135228.389000', '135228.392000', '135228.397000', '135228.400000', '135228.403000', '135228.405000', '135228.408000', '135228.410000', '135228.413000', '135228.415000', '135228.418000', '135228.421000', '135228.423000', '135228.426000', '135228.429000', '135228.431000', '135228.434000', '135228.436000', '135228.439000', '135228.442000', '135228.444000', '135228.447000', '135228.449000', '135228.452000', '135228.455000', '135228.457000', '135228.460000', '135228.462000', '135228.465000', '135228.468000', '135228.470000', '135228.479000', '135248.350000', '135248.353000', '135248.356000', '135248.358000', '135248.361000', '135248.363000', '135248.366000', '135248.368000', '135248.371000', '135248.374000', '135248.376000', '135248.379000', '135248.381000', '135248.384000', '135248.387000', '135248.389000', '135248.392000', '135248.394000', '135248.397000', '135248.400000', '135248.402000', '135248.405000', '135248.408000', '135248.410000', '135248.413000', '135248.416000', '135248.418000', '135248.421000', '135248.424000', '135248.426000', '135248.429000', '135248.431000', '135248.434000', '135248.437000', '135248.439000', '135248.442000', '135248.444000', '135248.447000', '135248.449000', '135248.452000', '135248.455000', '135248.457000', '135248.460000', '135248.462000', '135308.348000', '135308.351000', '135308.354000', '135308.357000', '135308.359000', '135308.362000', '135308.364000', '135308.367000', '135308.369000', '135308.372000', '135308.375000', '135308.377000', '135308.380000', '135308.382000', '135308.385000', '135308.388000', '135308.390000', '135308.393000', '135308.395000', '135308.398000', '135308.400000', '135308.403000', '135308.406000', '135308.408000', '135308.411000', '135308.413000', '135308.416000', '135308.419000', '135308.421000', '135308.424000', '135308.426000', '135308.429000', '135308.432000', '135308.434000', '135308.437000', '135308.440000', '135308.442000', '135308.445000', '135308.447000', '135308.450000', '135308.452000', '135308.455000', '135308.458000', '135328.348000', '135328.351000', '135328.354000', '135328.356000', '135328.359000', '135328.362000', '135328.364000', '135328.367000', '135328.369000', '135328.372000', '135328.375000', '135328.377000', '135328.380000', '135328.382000', '135328.385000', '135328.388000', '135328.390000', '135328.393000', '135328.395000', '135328.398000', '135328.400000', '135328.403000', '135328.406000', '135328.408000', '135328.411000', '135328.414000', '135328.416000', '135328.419000', '135328.421000', '135328.424000', '135328.426000', '135328.429000', '135328.432000', '135328.434000', '135328.437000', '135328.439000', '135328.442000', '135328.445000', '135328.447000', '135328.450000', '135328.452000', '135328.455000', '135328.457000', '135328.460000', '135348.349000', '135348.352000', '135348.354000', '135348.357000', '135348.359000', '135348.362000', '135348.365000', '135348.367000', '135348.370000', '135348.372000', '135348.375000', '135348.378000', '135348.380000', '135348.383000', '135348.386000', '135348.388000', '135348.391000', '135348.393000', '135348.396000', '135348.398000', '135348.401000', '135348.403000', '135348.406000', '135348.409000', '135348.411000', '135348.414000', '135348.416000', '135348.419000', '135348.422000', '135348.424000', '135348.427000', '135348.429000', '135348.432000', '135348.434000', '135348.437000', '135348.440000', '135348.442000', '135348.445000', '135348.448000', '135348.450000', '135348.453000', '135348.455000', '135348.458000', '135408.347000', '135408.350000', '135408.353000', '135408.356000', '135408.358000', '135408.361000', '135408.364000', '135408.366000', '135408.369000', '135408.372000', '135408.374000', '135408.377000', '135408.379000', '135408.382000', '135408.385000', '135408.389000', '135408.392000', '135408.395000', '135408.398000', '135408.400000', '135408.403000', '135408.406000', '135408.408000', '135408.411000', '135408.413000', '135408.416000', '135408.419000', '135408.421000', '135408.424000', '135408.426000', '135408.429000', '135408.432000', '135408.434000', '135408.437000', '135408.440000', '135408.443000', '135408.445000', '135408.448000', '135408.451000', '135408.453000', '135408.456000', '135408.458000', '135408.461000', '135408.464000', '135428.347000', '135428.350000', '135428.353000', '135428.356000', '135428.358000', '135428.361000', '135428.363000', '135428.366000', '135428.368000', '135428.371000', '135428.374000', '135428.376000', '135428.379000', '135428.381000', '135428.384000', '135428.386000', '135428.389000', '135428.392000', '135428.394000', '135428.397000', '135428.399000', '135428.402000', '135428.404000', '135428.407000', '135428.410000', '135428.412000', '135428.415000', '135428.417000', '135428.420000', '135428.422000', '135428.425000', '135428.428000', '135428.430000', '135428.433000', '135428.435000', '135428.438000', '135428.441000', '135428.443000', '135428.446000', '135428.448000', '135428.451000', '135428.453000', '135428.456000', '135448.348000', '135448.351000', '135448.354000', '135448.356000', '135448.359000', '135448.362000', '135448.364000', '135448.367000', '135448.369000', '135448.372000', '135448.375000', '135448.377000', '135448.380000', '135448.382000', '135448.385000', '135448.388000', '135448.390000', '135448.393000', '135448.395000', '135448.398000', '135448.401000', '135448.403000', '135448.406000', '135448.408000', '135448.411000', '135448.414000', '135448.416000', '135448.419000', '135448.421000', '135448.424000', '135448.427000', '135448.429000', '135448.432000', '135448.434000', '135448.437000', '135448.440000', '135448.442000', '135448.445000', '135448.447000', '135448.450000', '135448.453000', '135448.455000', '135448.458000', '135508.348000', '135508.351000', '135508.354000', '135508.357000', '135508.359000', '135508.362000', '135508.364000', '135508.367000', '135508.370000', '135508.372000', '135508.375000', '135508.377000', '135508.380000', '135508.382000', '135508.385000', '135508.388000', '135508.390000', '135508.393000', '135508.395000', '135508.398000', '135508.401000', '135508.403000', '135508.406000', '135508.408000', '135508.411000', '135508.413000', '135508.416000', '135508.419000', '135508.429000', '135508.432000', '135508.434000', '135508.437000', '135508.440000', '135508.442000', '135508.445000', '135508.447000', '135508.450000', '135508.453000', '135508.455000', '135508.458000', '135508.460000', '135508.463000', '135508.465000', '135508.468000', '135528.349000', '135528.351000', '135528.354000', '135528.372000', '135528.375000', '135528.377000', '135528.381000', '135528.384000', '135528.386000', '135528.389000', '135528.392000', '135528.394000', '135528.397000', '135528.399000', '135528.402000', '135528.404000', '135528.407000', '135528.410000', '135528.412000', '135528.415000', '135528.418000', '135528.420000', '135528.423000', '135528.425000', '135528.429000', '135528.431000', '135528.434000', '135528.436000', '135528.439000', '135528.442000', '135528.444000', '135528.447000', '135528.450000', '135528.452000', '135528.455000', '135528.457000', '135528.460000', '135528.463000', '135528.465000', '135528.468000', '135528.470000', '135528.473000', '135528.475000', '135548.349000', '135548.351000', '135548.354000', '135548.357000', '135548.359000', '135548.362000', '135548.364000', '135548.367000', '135548.370000', '135548.372000', '135548.375000', '135548.377000', '135548.380000', '135548.383000', '135548.385000', '135548.388000', '135548.390000', '135548.393000', '135548.396000', '135548.398000', '135548.401000', '135548.403000', '135548.406000', '135548.408000', '135548.411000', '135548.413000', '135548.416000', '135548.419000', '135548.421000', '135548.424000', '135548.426000', '135548.429000', '135548.432000', '135548.434000', '135548.437000', '135548.439000', '135548.442000', '135548.444000', '135548.447000', '135548.449000', '135548.452000', '135548.455000', '135548.457000', '135548.460000', '135608.348000', '135608.351000', '135608.354000', '135608.357000', '135608.359000', '135608.362000', '135608.364000', '135608.367000', '135608.370000', '135608.372000', '135608.375000', '135608.377000', '135608.380000', '135608.383000', '135608.385000', '135608.388000', '135608.390000', '135608.393000', '135608.396000', '135608.398000', '135608.401000', '135608.404000', '135608.406000', '135608.409000', '135608.411000', '135608.414000', '135608.418000', '135608.421000', '135608.423000', '135608.426000', '135608.429000', '135608.431000', '135608.434000', '135608.437000', '135608.439000', '135608.442000', '135608.444000', '135608.447000', '135608.449000', '135608.452000', '135608.454000', '135608.457000', '135608.460000', '135611.607000', '135611.610000', '135611.613000', '135611.615000', '135611.618000', '135611.621000', '135611.623000', '135611.626000'], 'InstanceCreationTime': ['134948.379000', '134948.382000', '134948.385000', '134948.387000', '134948.390000', '134948.392000', '134948.395000', '134948.398000', '134948.400000', '134948.403000', '134948.405000', '134948.408000', '134948.410000', '134948.413000', '134948.416000', '134948.418000', '134948.427000', '134948.429000', '134948.432000', '134948.435000', '134948.437000', '134948.440000', '134948.442000', '134948.445000', '134948.447000', '134948.450000', '134948.452000', '134948.455000', '134948.458000', '134948.463000', '134948.465000', '134948.468000', '134948.470000', '134948.473000', '134948.476000', '134948.478000', '134948.481000', '134948.483000', '135008.347000', '135008.350000', '135008.353000', '135008.356000', '135008.358000', '135008.361000', '135008.363000', '135008.366000', '135008.368000', '135008.371000', '135008.374000', '135008.376000', '135008.379000', '135008.381000', '135008.384000', '135008.386000', '135008.389000', '135008.391000', '135008.394000', '135008.397000', '135008.399000', '135008.402000', '135008.404000', '135008.407000', '135008.409000', '135008.412000', '135008.414000', '135008.417000', '135008.419000', '135008.422000', '135008.425000', '135008.427000', '135008.430000', '135008.432000', '135008.435000', '135008.437000', '135008.440000', '135008.442000', '135008.445000', '135008.448000', '135008.450000', '135008.453000', '135008.455000', '135008.458000', '135028.348000', '135028.351000', '135028.354000', '135028.357000', '135028.359000', '135028.362000', '135028.364000', '135028.367000', '135028.369000', '135028.372000', '135028.375000', '135028.377000', '135028.380000', '135028.382000', '135028.385000', '135028.387000', '135028.390000', '135028.393000', '135028.395000', '135028.398000', '135028.400000', '135028.423000', '135028.425000', '135028.428000', '135028.430000', '135028.433000', '135028.436000', '135028.438000', '135028.441000', '135028.444000', '135028.447000', '135028.450000', '135028.452000', '135028.455000', '135028.457000', '135028.460000', '135028.463000', '135028.465000', '135028.468000', '135028.470000', '135028.473000', '135028.475000', '135028.478000', '135048.348000', '135048.351000', '135048.354000', '135048.356000', '135048.359000', '135048.362000', '135048.364000', '135048.367000', '135048.369000', '135048.372000', '135048.374000', '135048.377000', '135048.379000', '135048.382000', '135048.385000', '135048.401000', '135048.404000', '135048.407000', '135048.409000', '135048.412000', '135048.414000', '135048.417000', '135048.419000', '135048.422000', '135048.425000', '135048.427000', '135048.430000', '135048.432000', '135048.435000', '135048.438000', '135048.440000', '135048.443000', '135048.446000', '135048.448000', '135048.451000', '135048.453000', '135048.456000', '135048.458000', '135048.461000', '135048.463000', '135048.466000', '135048.469000', '135048.471000', '135048.474000', '135108.349000', '135108.352000', '135108.354000', '135108.357000', '135108.359000', '135108.362000', '135108.364000', '135108.367000', '135108.370000', '135108.372000', '135108.375000', '135108.377000', '135108.380000', '135108.383000', '135108.385000', '135108.388000', '135108.390000', '135108.393000', '135108.395000', '135108.398000', '135108.401000', '135108.403000', '135108.406000', '135108.408000', '135108.411000', '135108.414000', '135108.416000', '135108.419000', '135108.422000', '135108.424000', '135108.427000', '135108.429000', '135108.432000', '135108.434000', '135108.437000', '135108.440000', '135108.442000', '135108.445000', '135108.447000', '135108.450000', '135108.453000', '135108.455000', '135108.458000', '135128.349000', '135128.351000', '135128.354000', '135128.357000', '135128.359000', '135128.362000', '135128.365000', '135128.367000', '135128.370000', '135128.372000', '135128.375000', '135128.378000', '135128.380000', '135128.383000', '135128.386000', '135128.388000', '135128.391000', '135128.393000', '135128.396000', '135128.399000', '135128.401000', '135128.404000', '135128.406000', '135128.409000', '135128.411000', '135128.414000', '135128.417000', '135128.419000', '135128.422000', '135128.424000', '135128.427000', '135128.430000', '135128.432000', '135128.435000', '135128.437000', '135128.440000', '135128.442000', '135128.445000', '135128.448000', '135128.450000', '135128.453000', '135128.455000', '135128.458000', '135128.461000', '135148.347000', '135148.350000', '135148.353000', '135148.355000', '135148.358000', '135148.361000', '135148.363000', '135148.366000', '135148.368000', '135148.371000', '135148.374000', '135148.376000', '135148.379000', '135148.381000', '135148.384000', '135148.387000', '135148.389000', '135148.392000', '135148.394000', '135148.397000', '135148.399000', '135148.402000', '135148.405000', '135148.407000', '135148.410000', '135148.412000', '135148.415000', '135148.418000', '135148.420000', '135148.423000', '135148.425000', '135148.428000', '135148.430000', '135148.433000', '135148.436000', '135148.438000', '135148.441000', '135148.443000', '135148.446000', '135148.449000', '135148.451000', '135148.454000', '135148.457000', '135208.348000', '135208.351000', '135208.353000', '135208.356000', '135208.358000', '135208.361000', '135208.363000', '135208.366000', '135208.369000', '135208.371000', '135208.374000', '135208.376000', '135208.379000', '135208.382000', '135208.384000', '135208.387000', '135208.389000', '135208.392000', '135208.394000', '135208.397000', '135208.400000', '135208.402000', '135208.405000', '135208.407000', '135208.410000', '135208.413000', '135208.415000', '135208.418000', '135208.421000', '135208.423000', '135208.426000', '135208.428000', '135208.431000', '135208.433000', '135208.436000', '135208.439000', '135208.441000', '135208.444000', '135208.446000', '135208.449000', '135208.452000', '135208.454000', '135208.457000', '135208.460000', '135228.347000', '135228.350000', '135228.353000', '135228.356000', '135228.358000', '135228.361000', '135228.363000', '135228.366000', '135228.369000', '135228.371000', '135228.386000', '135228.389000', '135228.392000', '135228.397000', '135228.400000', '135228.403000', '135228.405000', '135228.408000', '135228.410000', '135228.413000', '135228.415000', '135228.418000', '135228.421000', '135228.423000', '135228.426000', '135228.429000', '135228.431000', '135228.434000', '135228.436000', '135228.439000', '135228.442000', '135228.444000', '135228.447000', '135228.449000', '135228.452000', '135228.455000', '135228.457000', '135228.460000', '135228.462000', '135228.465000', '135228.468000', '135228.470000', '135228.479000', '135248.350000', '135248.353000', '135248.356000', '135248.358000', '135248.361000', '135248.363000', '135248.366000', '135248.368000', '135248.371000', '135248.374000', '135248.376000', '135248.379000', '135248.381000', '135248.384000', '135248.387000', '135248.389000', '135248.392000', '135248.394000', '135248.397000', '135248.400000', '135248.402000', '135248.405000', '135248.408000', '135248.410000', '135248.413000', '135248.416000', '135248.418000', '135248.421000', '135248.424000', '135248.426000', '135248.429000', '135248.431000', '135248.434000', '135248.437000', '135248.439000', '135248.442000', '135248.444000', '135248.447000', '135248.449000', '135248.452000', '135248.455000', '135248.457000', '135248.460000', '135248.462000', '135308.348000', '135308.351000', '135308.354000', '135308.357000', '135308.359000', '135308.362000', '135308.364000', '135308.367000', '135308.369000', '135308.372000', '135308.375000', '135308.377000', '135308.380000', '135308.382000', '135308.385000', '135308.388000', '135308.390000', '135308.393000', '135308.395000', '135308.398000', '135308.400000', '135308.403000', '135308.406000', '135308.408000', '135308.411000', '135308.413000', '135308.416000', '135308.419000', '135308.421000', '135308.424000', '135308.426000', '135308.429000', '135308.432000', '135308.434000', '135308.437000', '135308.440000', '135308.442000', '135308.445000', '135308.447000', '135308.450000', '135308.452000', '135308.455000', '135308.458000', '135328.348000', '135328.351000', '135328.354000', '135328.356000', '135328.359000', '135328.362000', '135328.364000', '135328.367000', '135328.369000', '135328.372000', '135328.375000', '135328.377000', '135328.380000', '135328.382000', '135328.385000', '135328.388000', '135328.390000', '135328.393000', '135328.395000', '135328.398000', '135328.400000', '135328.403000', '135328.406000', '135328.408000', '135328.411000', '135328.414000', '135328.416000', '135328.419000', '135328.421000', '135328.424000', '135328.426000', '135328.429000', '135328.432000', '135328.434000', '135328.437000', '135328.439000', '135328.442000', '135328.445000', '135328.447000', '135328.450000', '135328.452000', '135328.455000', '135328.457000', '135328.460000', '135348.349000', '135348.352000', '135348.354000', '135348.357000', '135348.359000', '135348.362000', '135348.365000', '135348.367000', '135348.370000', '135348.372000', '135348.375000', '135348.378000', '135348.380000', '135348.383000', '135348.386000', '135348.388000', '135348.391000', '135348.393000', '135348.396000', '135348.398000', '135348.401000', '135348.403000', '135348.406000', '135348.409000', '135348.411000', '135348.414000', '135348.416000', '135348.419000', '135348.422000', '135348.424000', '135348.427000', '135348.429000', '135348.432000', '135348.434000', '135348.437000', '135348.440000', '135348.442000', '135348.445000', '135348.448000', '135348.450000', '135348.453000', '135348.455000', '135348.458000', '135408.347000', '135408.350000', '135408.353000', '135408.356000', '135408.358000', '135408.361000', '135408.364000', '135408.366000', '135408.369000', '135408.372000', '135408.374000', '135408.377000', '135408.379000', '135408.382000', '135408.385000', '135408.389000', '135408.392000', '135408.395000', '135408.398000', '135408.400000', '135408.403000', '135408.406000', '135408.408000', '135408.411000', '135408.413000', '135408.416000', '135408.419000', '135408.421000', '135408.424000', '135408.426000', '135408.429000', '135408.432000', '135408.434000', '135408.437000', '135408.440000', '135408.443000', '135408.445000', '135408.448000', '135408.451000', '135408.453000', '135408.456000', '135408.458000', '135408.461000', '135408.464000', '135428.347000', '135428.350000', '135428.353000', '135428.356000', '135428.358000', '135428.361000', '135428.363000', '135428.366000', '135428.368000', '135428.371000', '135428.374000', '135428.376000', '135428.379000', '135428.381000', '135428.384000', '135428.386000', '135428.389000', '135428.392000', '135428.394000', '135428.397000', '135428.399000', '135428.402000', '135428.404000', '135428.407000', '135428.410000', '135428.412000', '135428.415000', '135428.417000', '135428.420000', '135428.422000', '135428.425000', '135428.428000', '135428.430000', '135428.433000', '135428.435000', '135428.438000', '135428.441000', '135428.443000', '135428.446000', '135428.448000', '135428.451000', '135428.453000', '135428.456000', '135448.348000', '135448.351000', '135448.354000', '135448.356000', '135448.359000', '135448.362000', '135448.364000', '135448.367000', '135448.369000', '135448.372000', '135448.375000', '135448.377000', '135448.380000', '135448.382000', '135448.385000', '135448.388000', '135448.390000', '135448.393000', '135448.395000', '135448.398000', '135448.401000', '135448.403000', '135448.406000', '135448.408000', '135448.411000', '135448.414000', '135448.416000', '135448.419000', '135448.421000', '135448.424000', '135448.427000', '135448.429000', '135448.432000', '135448.434000', '135448.437000', '135448.440000', '135448.442000', '135448.445000', '135448.447000', '135448.450000', '135448.453000', '135448.455000', '135448.458000', '135508.348000', '135508.351000', '135508.354000', '135508.357000', '135508.359000', '135508.362000', '135508.364000', '135508.367000', '135508.370000', '135508.372000', '135508.375000', '135508.377000', '135508.380000', '135508.382000', '135508.385000', '135508.388000', '135508.390000', '135508.393000', '135508.395000', '135508.398000', '135508.401000', '135508.403000', '135508.406000', '135508.408000', '135508.411000', '135508.413000', '135508.416000', '135508.419000', '135508.429000', '135508.432000', '135508.434000', '135508.437000', '135508.440000', '135508.442000', '135508.445000', '135508.447000', '135508.450000', '135508.453000', '135508.455000', '135508.458000', '135508.460000', '135508.463000', '135508.465000', '135508.468000', '135528.349000', '135528.351000', '135528.354000', '135528.372000', '135528.375000', '135528.377000', '135528.381000', '135528.384000', '135528.386000', '135528.389000', '135528.392000', '135528.394000', '135528.397000', '135528.399000', '135528.402000', '135528.404000', '135528.407000', '135528.410000', '135528.412000', '135528.415000', '135528.418000', '135528.420000', '135528.423000', '135528.425000', '135528.429000', '135528.431000', '135528.434000', '135528.436000', '135528.439000', '135528.442000', '135528.444000', '135528.447000', '135528.450000', '135528.452000', '135528.455000', '135528.457000', '135528.460000', '135528.463000', '135528.465000', '135528.468000', '135528.470000', '135528.473000', '135528.475000', '135548.349000', '135548.351000', '135548.354000', '135548.357000', '135548.359000', '135548.362000', '135548.364000', '135548.367000', '135548.370000', '135548.372000', '135548.375000', '135548.377000', '135548.380000', '135548.383000', '135548.385000', '135548.388000', '135548.390000', '135548.393000', '135548.396000', '135548.398000', '135548.401000', '135548.403000', '135548.406000', '135548.408000', '135548.411000', '135548.413000', '135548.416000', '135548.419000', '135548.421000', '135548.424000', '135548.426000', '135548.429000', '135548.432000', '135548.434000', '135548.437000', '135548.439000', '135548.442000', '135548.444000', '135548.447000', '135548.449000', '135548.452000', '135548.455000', '135548.457000', '135548.460000', '135608.348000', '135608.351000', '135608.354000', '135608.357000', '135608.359000', '135608.362000', '135608.364000', '135608.367000', '135608.370000', '135608.372000', '135608.375000', '135608.377000', '135608.380000', '135608.383000', '135608.385000', '135608.388000', '135608.390000', '135608.393000', '135608.396000', '135608.398000', '135608.401000', '135608.404000', '135608.406000', '135608.409000', '135608.411000', '135608.414000', '135608.418000', '135608.421000', '135608.423000', '135608.426000', '135608.429000', '135608.431000', '135608.434000', '135608.437000', '135608.439000', '135608.442000', '135608.444000', '135608.447000', '135608.449000', '135608.452000', '135608.454000', '135608.457000', '135608.460000', '135611.607000', '135611.610000', '135611.613000', '135611.615000', '135611.618000', '135611.621000', '135611.623000', '135611.626000'], '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': [13805, 11558, 11255, 16226, 8984, 14876, 8328, 14033, 9866, 9926, 11215, 9019, 10588, 7550, 8327, 8214, 8508, 8438, 12353, 8303, 9784, 8336, 10789, 8528, 15443, 8305, 14466, 8471, 12004, 8492, 9057, 8670, 10558, 9772, 8064, 8592, 7899, 8213, 15682, 7883, 8808, 10262, 17490, 10525, 15667, 11039, 13545, 8899, 9342, 8437, 8655, 8231, 8721, 11932, 8526, 8717, 8211, 8747, 7880, 8616, 8216, 8236, 7885, 8453, 8471, 8360, 11651, 8183, 13786, 8544, 10994, 8260, 13904, 8092, 12407, 8555, 13843, 8361, 13086, 8306, 11877, 8407, 11456, 8797, 11601, 8564, 7803, 8493, 8329, 9636, 9006, 15310, 8443, 12597, 8343, 9962, 8728, 8012, 8598, 7565, 9002, 7582, 8836, 9724, 8744, 9781, 11337, 10172, 13287, 8534, 17233, 8533, 15158, 9135, 14787, 8483, 11692, 8708, 12065, 9409, 10401, 8574, 7994, 8521, 8034, 13520, 8734, 12478, 7757, 8772, 8274, 8454, 8757, 15984, 8411, 14087, 8357, 13373, 8676, 12875, 8760, 14769, 8783, 10814, 11287, 8647, 15841, 9103, 11676, 8933, 8590, 8768, 7556, 8729, 7918, 9032, 8870, 8965, 8171, 8437, 8599, 11393, 8574, 10054, 13625, 10485, 15772, 8687, 14221, 9201, 11495, 13258, 11302, 10663, 8915, 13514, 8769, 18110, 13150, 16213, 8585, 14538, 9128, 11084, 12756, 10597, 10500, 8146, 9181, 8529, 9181, 8660, 9595, 7855, 8799, 9087, 12975, 8539, 14583, 8702, 14509, 8292, 13251, 8677, 10843, 9163, 9217, 8679, 8423, 8681, 9713, 8708, 9221, 8579, 8168, 9245, 7343, 8718, 7200, 8465, 7619, 8576, 7668, 8679, 7720, 8870, 8482, 15333, 11256, 10282, 16566, 8838, 14793, 9864, 9737, 8585, 8918, 13976, 9286, 15097, 9012, 13978, 8924, 12664, 9254, 11215, 13373, 10809, 11354, 8683, 13015, 8733, 10126, 9056, 8302, 8624, 8928, 8658, 7917, 8844, 7526, 8857, 7540, 8484, 10368, 9211, 9093, 15866, 12880, 16240, 8623, 13448, 10678, 12352, 15807, 12732, 12263, 8595, 14688, 8843, 13112, 8850, 15014, 8825, 8432, 8732, 9341, 9044, 9848, 14987, 10500, 12342, 8442, 9661, 8570, 8371, 8911, 8366, 8013, 8807, 7549, 8662, 8554, 14485, 9056, 13931, 9141, 12334, 8902, 11132, 8872, 13285, 10113, 12960, 8956, 8064, 8980, 8585, 13507, 9005, 11807, 9062, 10830, 8801, 9580, 8925, 9945, 9241, 13467, 9198, 10254, 8924, 11069, 11793, 12215, 14866, 12038, 8795, 9218, 8756, 12513, 8384, 12796, 9280, 8512, 8616, 8967, 10419, 14380, 10523, 14629, 8746, 8605, 8071, 8803, 8675, 14824, 12074, 13807, 8790, 9053, 8109, 8812, 8300, 13916, 8296, 10842, 8384, 10702, 8493, 16086, 8459, 11890, 7938, 8816, 8335, 10230, 8744, 10603, 8622, 8510, 8641, 13770, 9029, 9217, 8699, 8991, 12628, 9009, 12901, 8752, 8844, 8939, 8415, 8960, 9872, 8379, 9035, 8814, 13481, 9045, 12814, 9221, 12581, 9167, 12468, 10539, 11923, 15614, 13550, 14431, 9074, 14867, 9485, 13073, 9619, 11648, 9360, 7813, 8747, 9053, 8405, 7454, 8947, 7716, 9102, 7630, 9285, 9612, 9350, 13583, 9008, 14490, 14857, 12483, 16236, 9247, 13318, 9117, 13003, 9474, 8668, 12325, 9107, 15882, 9090, 12677, 8809, 8353, 9096, 8140, 8122, 9234, 7778, 8784, 8568, 16375, 9085, 13990, 10326, 11824, 9832, 8451, 17005, 9205, 15144, 9461, 9413, 9187, 7998, 9182, 8614, 10960, 9237, 9208, 8707, 14847, 8836, 14052, 9303, 11555, 9332, 8279, 8979, 7478, 8975, 8611, 10239, 8526, 10190, 9065, 14835, 8940, 10277, 9256, 8568, 9431, 8189, 9357, 7831, 9308, 11402, 11864, 12414, 15699, 12800, 15196, 8890, 14257, 9307, 9627, 9572, 11868, 9427, 8541, 9065, 8053, 9201, 8695, 13436, 8622, 10976, 8836, 12826, 8772, 10707, 9010, 7981, 9194, 8819, 8920, 7420, 8623, 7712, 8907, 7747, 8548, 7880, 9011, 8769, 12015, 9327, 14647, 8980, 13179, 9071, 11867, 11428, 11979, 17907, 10619, 14870, 8853, 14578, 9289, 13697, 12294, 12977, 9250, 9882, 9896, 8533, 15575, 10667, 11608, 8300, 9322, 8407, 11654, 10204, 10248, 9062, 8837, 9014, 8892, 12557, 9069, 10818, 8869, 8950, 8887, 8734, 9257, 10683, 8173, 8782, 9149, 9783, 9177, 9882, 9237, 7509, 9037, 7463, 9046, 7507, 9404, 10466, 9143, 8096, 9580, 7828, 9605, 10907, 14495, 11929, 15180, 9309, 15135, 9626, 14423, 9785, 10336, 10021, 9176, 13065, 9344, 12660, 9422, 8853, 9734, 8046, 8580, 9466, 9158, 11979, 9285, 11196, 10240, 9208, 9028, 9354, 14804, 9652, 14328, 9703, 15665, 9274, 13301, 8956, 11963, 15208, 11574, 17991, 9598, 14666, 9055, 8997, 10298, 9248, 12316, 9290, 12835, 9004, 11356, 9184, 8050, 8822, 9115, 14912, 9217, 11524, 8933, 9655, 8895, 7762, 9041, 7371, 8849, 7587, 8892, 7406, 8866, 8837, 13423, 9438, 17508, 10549, 14522, 9167, 13330, 9937, 10409, 13854, 9355, 17984, 9237, 15039, 8982, 7882, 9022, 9032, 9130, 7610, 9125, 7243, 9086, 7561, 9368, 9871, 9371, 9819, 9481, 10316, 15654, 9300, 15786, 10596, 15479, 9309, 8872, 9255, 11660, 15231, 13370, 15158, 9893, 11645, 8212, 12776, 8846, 15646, 8848, 12886, 8428, 13157, 8699, 12386, 8779, 11580, 8210, 9175, 8474, 11981, 8314, 14167, 9079, 12190, 8605, 16003, 8719, 14146, 8729, 10488, 7893, 9058, 7595, 9069, 7860, 9319, 7553, 9149, 8433, 14243, 9088, 14641, 9212, 13024, 9418, 11408, 9044, 8831, 10180, 9139, 13076, 9306, 13101, 9035, 9394, 7897, 9288, 8761, 9554, 8957, 13929, 9005, 13134, 9061, 14121, 9165, 13271, 10959, 12454, 12475, 11837, 13392, 9123, 15720, 9508, 16622, 8901, 11310, 7908, 9447, 8320, 10080, 13733, 8976, 9541, 12695, 16004, 13887, 12116, 11073, 8838, 12810, 8920, 10941, 8915, 12101, 8927, 15225, 8748, 13072, 8368, 9491, 8660, 12609, 8989, 14704, 8979, 11812, 7960, 9328, 7815, 9237, 8664, 9361, 9350, 10880, 8680, 9567, 7512, 9507, 7517, 9397, 9212, 14510, 10186, 14039, 9538, 14697, 9474, 13161, 9756, 10884, 8383, 9513, 7458, 9382, 9159, 14848, 9760, 16872, 9354, 14007, 9309, 12723, 9651, 12021, 9868, 15404, 9633, 11431, 9561, 14149, 9600, 16712, 9426, 13951, 9352, 12272], 'WindowCenter': [3925.0, 3887.0, 3872.0, 3890.0, 3825.0, 3876.0, 3813.0, 3865.0, 3832.0, 3833.0, 3842.0, 3824.0, 3832.0, 3800.0, 3810.0, 3811.0, 3810.0, 3812.0, 3853.0, 3813.0, 3834.0, 3823.0, 3843.0, 3825.0, 3875.0, 3812.0, 3865.0, 3812.0, 3842.0, 3812.0, 3821.0, 3810.0, 3833.0, 3832.0, 3800.0, 3812.0, 3815.0, 3815.0, 3877.0, 3814.0, 3822.0, 3846.0, 3878.0, 3821.0, 3852.0, 3818.0, 3826.0, 3796.0, 3796.0, 3785.0, 3795.0, 3784.0, 3795.0, 3826.0, 3795.0, 3794.0, 3784.0, 3797.0, 3787.0, 3795.0, 3797.0, 3799.0, 3798.0, 3811.0, 3798.0, 3800.0, 3830.0, 3811.0, 3853.0, 3812.0, 3832.0, 3813.0, 3864.0, 3813.0, 3842.0, 3812.0, 3853.0, 3813.0, 3853.0, 3813.0, 3842.0, 3812.0, 3842.0, 3811.0, 3843.0, 3811.0, 3800.0, 3812.0, 3812.0, 3821.0, 3823.0, 3864.0, 3812.0, 3854.0, 3813.0, 3832.0, 3824.0, 3814.0, 3824.0, 3813.0, 3835.0, 3813.0, 3837.0, 3835.0, 3825.0, 3847.0, 3846.0, 3846.0, 3867.0, 3813.0, 3874.0, 3812.0, 3853.0, 3811.0, 3850.0, 3809.0, 3829.0, 3799.0, 3840.0, 3809.0, 3831.0, 3809.0, 3798.0, 3809.0, 3799.0, 3839.0, 3809.0, 3840.0, 3788.0, 3810.0, 3800.0, 3798.0, 3812.0, 3862.0, 3811.0, 3852.0, 3811.0, 3852.0, 3810.0, 3841.0, 3810.0, 3863.0, 3810.0, 3832.0, 3831.0, 3810.0, 3862.0, 3809.0, 3830.0, 3810.0, 3810.0, 3811.0, 3798.0, 3811.0, 3811.0, 3823.0, 3835.0, 3835.0, 3826.0, 3825.0, 3839.0, 3858.0, 3838.0, 3848.0, 3868.0, 3848.0, 3877.0, 3825.0, 3865.0, 3824.0, 3845.0, 3853.0, 3843.0, 3833.0, 3823.0, 3852.0, 3810.0, 3873.0, 3852.0, 3861.0, 3808.0, 3851.0, 3808.0, 3828.0, 3838.0, 3819.0, 3816.0, 3785.0, 3805.0, 3797.0, 3805.0, 3797.0, 3807.0, 3786.0, 3809.0, 3809.0, 3839.0, 3797.0, 3848.0, 3808.0, 3850.0, 3799.0, 3839.0, 3810.0, 3828.0, 3808.0, 3808.0, 3810.0, 3799.0, 3810.0, 3819.0, 3809.0, 3820.0, 3810.0, 3809.0, 3809.0, 3789.0, 3811.0, 3801.0, 3812.0, 3801.0, 3824.0, 3815.0, 3825.0, 3815.0, 3836.0, 3826.0, 3879.0, 3845.0, 3834.0, 3877.0, 3823.0, 3866.0, 3833.0, 3822.0, 3813.0, 3823.0, 3865.0, 3823.0, 3875.0, 3823.0, 3865.0, 3823.0, 3853.0, 3823.0, 3844.0, 3853.0, 3833.0, 3832.0, 3811.0, 3841.0, 3810.0, 3831.0, 3822.0, 3811.0, 3824.0, 3823.0, 3823.0, 3811.0, 3823.0, 3802.0, 3824.0, 3813.0, 3826.0, 3848.0, 3835.0, 3837.0, 3877.0, 3857.0, 3876.0, 3812.0, 3854.0, 3831.0, 3843.0, 3850.0, 3840.0, 3828.0, 3797.0, 3848.0, 3809.0, 3839.0, 3808.0, 3850.0, 3796.0, 3795.0, 3797.0, 3806.0, 3795.0, 3817.0, 3848.0, 3816.0, 3826.0, 3784.0, 3804.0, 3797.0, 3796.0, 3808.0, 3797.0, 3799.0, 3820.0, 3801.0, 3822.0, 3823.0, 3864.0, 3823.0, 3864.0, 3823.0, 3854.0, 3822.0, 3831.0, 3811.0, 3853.0, 3831.0, 3852.0, 3810.0, 3800.0, 3809.0, 3810.0, 3852.0, 3822.0, 3840.0, 3822.0, 3842.0, 3822.0, 3832.0, 3822.0, 3832.0, 3822.0, 3865.0, 3822.0, 3832.0, 3822.0, 3843.0, 3841.0, 3842.0, 3863.0, 3841.0, 3809.0, 3809.0, 3810.0, 3840.0, 3799.0, 3841.0, 3809.0, 3810.0, 3809.0, 3809.0, 3831.0, 3851.0, 3830.0, 3851.0, 3797.0, 3808.0, 3797.0, 3808.0, 3797.0, 3850.0, 3839.0, 3838.0, 3795.0, 3806.0, 3796.0, 3796.0, 3797.0, 3837.0, 3798.0, 3817.0, 3796.0, 3817.0, 3797.0, 3859.0, 3796.0, 3827.0, 3797.0, 3807.0, 3809.0, 3818.0, 3810.0, 3830.0, 3811.0, 3810.0, 3811.0, 3852.0, 3812.0, 3821.0, 3810.0, 3822.0, 3852.0, 3822.0, 3852.0, 3812.0, 3821.0, 3822.0, 3811.0, 3824.0, 3834.0, 3826.0, 3835.0, 3837.0, 3867.0, 3837.0, 3856.0, 3837.0, 3856.0, 3825.0, 3855.0, 3834.0, 3845.0, 3863.0, 3854.0, 3853.0, 3811.0, 3852.0, 3821.0, 3842.0, 3820.0, 3831.0, 3809.0, 3788.0, 3808.0, 3810.0, 3810.0, 3802.0, 3822.0, 3803.0, 3836.0, 3814.0, 3836.0, 3836.0, 3837.0, 3868.0, 3827.0, 3869.0, 3865.0, 3843.0, 3863.0, 3809.0, 3840.0, 3809.0, 3841.0, 3808.0, 3797.0, 3827.0, 3807.0, 3859.0, 3808.0, 3838.0, 3808.0, 3798.0, 3821.0, 3799.0, 3811.0, 3833.0, 3813.0, 3825.0, 3826.0, 3877.0, 3824.0, 3866.0, 3833.0, 3843.0, 3821.0, 3800.0, 3862.0, 3809.0, 3851.0, 3808.0, 3808.0, 3820.0, 3798.0, 3821.0, 3811.0, 3832.0, 3821.0, 3810.0, 3812.0, 3852.0, 3809.0, 3851.0, 3822.0, 3830.0, 3810.0, 3798.0, 3810.0, 3789.0, 3810.0, 3811.0, 3833.0, 3812.0, 3833.0, 3822.0, 3863.0, 3811.0, 3831.0, 3822.0, 3812.0, 3823.0, 3813.0, 3823.0, 3801.0, 3823.0, 3844.0, 3844.0, 3854.0, 3865.0, 3843.0, 3851.0, 3809.0, 3849.0, 3808.0, 3818.0, 3819.0, 3828.0, 3808.0, 3796.0, 3809.0, 3798.0, 3821.0, 3812.0, 3841.0, 3810.0, 3830.0, 3809.0, 3840.0, 3811.0, 3831.0, 3823.0, 3801.0, 3824.0, 3823.0, 3823.0, 3801.0, 3822.0, 3802.0, 3824.0, 3814.0, 3827.0, 3827.0, 3839.0, 3839.0, 3869.0, 3838.0, 3879.0, 3838.0, 3867.0, 3825.0, 3846.0, 3844.0, 3845.0, 3875.0, 3832.0, 3852.0, 3811.0, 3851.0, 3811.0, 3851.0, 3830.0, 3840.0, 3807.0, 3807.0, 3806.0, 3797.0, 3848.0, 3819.0, 3816.0, 3796.0, 3806.0, 3796.0, 3827.0, 3818.0, 3817.0, 3797.0, 3795.0, 3794.0, 3795.0, 3826.0, 3795.0, 3816.0, 3795.0, 3794.0, 3797.0, 3795.0, 3807.0, 3817.0, 3798.0, 3798.0, 3821.0, 3819.0, 3821.0, 3832.0, 3823.0, 3802.0, 3824.0, 3802.0, 3825.0, 3803.0, 3837.0, 3847.0, 3838.0, 3816.0, 3838.0, 3816.0, 3837.0, 3848.0, 3878.0, 3860.0, 3867.0, 3825.0, 3865.0, 3823.0, 3865.0, 3834.0, 3834.0, 3822.0, 3823.0, 3853.0, 3822.0, 3842.0, 3823.0, 3822.0, 3824.0, 3813.0, 3826.0, 3836.0, 3849.0, 3859.0, 3850.0, 3860.0, 3850.0, 3838.0, 3826.0, 3837.0, 3867.0, 3835.0, 3868.0, 3837.0, 3879.0, 3825.0, 3866.0, 3824.0, 3845.0, 3866.0, 3846.0, 3876.0, 3822.0, 3852.0, 3799.0, 3808.0, 3820.0, 3809.0, 3841.0, 3823.0, 3842.0, 3811.0, 3831.0, 3811.0, 3800.0, 3811.0, 3810.0, 3851.0, 3822.0, 3843.0, 3823.0, 3822.0, 3823.0, 3802.0, 3812.0, 3792.0, 3824.0, 3803.0, 3825.0, 3804.0, 3825.0, 3827.0, 3866.0, 3836.0, 3877.0, 3835.0, 3854.0, 3822.0, 3853.0, 3820.0, 3821.0, 3852.0, 3811.0, 3873.0, 3809.0, 3850.0, 3798.0, 3787.0, 3797.0, 3809.0, 3808.0, 3788.0, 3820.0, 3790.0, 3823.0, 3802.0, 3825.0, 3834.0, 3823.0, 3835.0, 3824.0, 3835.0, 3865.0, 3823.0, 3865.0, 3821.0, 3864.0, 3810.0, 3809.0, 3809.0, 3830.0, 3851.0, 3851.0, 3850.0, 3808.0, 3827.0, 3797.0, 3826.0, 3808.0, 3848.0, 3807.0, 3837.0, 3798.0, 3840.0, 3799.0, 3838.0, 3797.0, 3829.0, 3797.0, 3810.0, 3798.0, 3830.0, 3798.0, 3850.0, 3808.0, 3830.0, 3810.0, 3861.0, 3798.0, 3838.0, 3797.0, 3830.0, 3798.0, 3822.0, 3800.0, 3811.0, 3800.0, 3822.0, 3799.0, 3821.0, 3811.0, 3853.0, 3811.0, 3851.0, 3810.0, 3842.0, 3809.0, 3830.0, 3810.0, 3810.0, 3819.0, 3810.0, 3840.0, 3822.0, 3853.0, 3822.0, 3822.0, 3812.0, 3836.0, 3826.0, 3835.0, 3825.0, 3868.0, 3825.0, 3855.0, 3826.0, 3866.0, 3824.0, 3854.0, 3833.0, 3854.0, 3843.0, 3842.0, 3853.0, 3821.0, 3862.0, 3820.0, 3873.0, 3809.0, 3829.0, 3800.0, 3822.0, 3812.0, 3847.0, 3864.0, 3823.0, 3833.0, 3856.0, 3876.0, 3865.0, 3844.0, 3831.0, 3823.0, 3852.0, 3811.0, 3829.0, 3809.0, 3827.0, 3809.0, 3851.0, 3800.0, 3839.0, 3799.0, 3819.0, 3798.0, 3827.0, 3807.0, 3849.0, 3809.0, 3829.0, 3788.0, 3809.0, 3788.0, 3810.0, 3810.0, 3810.0, 3821.0, 3831.0, 3811.0, 3823.0, 3791.0, 3834.0, 3803.0, 3824.0, 3837.0, 3868.0, 3837.0, 3854.0, 3822.0, 3864.0, 3823.0, 3854.0, 3834.0, 3844.0, 3813.0, 3836.0, 3805.0, 3825.0, 3826.0, 3868.0, 3836.0, 3877.0, 3824.0, 3854.0, 3823.0, 3842.0, 3822.0, 3843.0, 3833.0, 3864.0, 3823.0, 3843.0, 3822.0, 3853.0, 3823.0, 3875.0, 3823.0, 3853.0, 3823.0, 3842.0], 'WindowWidth': [8765.0, 8697.0, 8669.0, 8688.0, 8593.0, 8659.0, 8573.0, 8644.0, 8597.0, 8597.0, 8606.0, 8586.0, 8594.0, 8551.0, 8564.0, 8565.0, 8562.0, 8569.0, 8623.0, 8573.0, 8601.0, 8587.0, 8612.0, 8591.0, 8660.0, 8571.0, 8645.0, 8568.0, 8608.0, 8569.0, 8578.0, 8563.0, 8597.0, 8593.0, 8551.0, 8567.0, 8577.0, 8578.0, 8663.0, 8572.0, 8582.0, 8621.0, 8669.0, 8575.0, 8624.0, 8567.0, 8575.0, 8535.0, 8533.0, 8520.0, 8531.0, 8515.0, 8532.0, 8573.0, 8531.0, 8530.0, 8518.0, 8537.0, 8525.0, 8533.0, 8539.0, 8544.0, 8541.0, 8565.0, 8543.0, 8549.0, 8586.0, 8563.0, 8622.0, 8568.0, 8593.0, 8571.0, 8639.0, 8569.0, 8608.0, 8566.0, 8623.0, 8568.0, 8622.0, 8571.0, 8605.0, 8567.0, 8606.0, 8565.0, 8606.0, 8564.0, 8549.0, 8567.0, 8567.0, 8577.0, 8583.0, 8638.0, 8568.0, 8626.0, 8572.0, 8595.0, 8587.0, 8572.0, 8587.0, 8573.0, 8604.0, 8573.0, 8608.0, 8605.0, 8590.0, 8623.0, 8619.0, 8619.0, 8645.0, 8569.0, 8654.0, 8565.0, 8624.0, 8564.0, 8614.0, 8558.0, 8583.0, 8544.0, 8600.0, 8559.0, 8589.0, 8558.0, 8543.0, 8559.0, 8546.0, 8598.0, 8559.0, 8600.0, 8530.0, 8563.0, 8549.0, 8546.0, 8567.0, 8636.0, 8566.0, 8619.0, 8565.0, 8620.0, 8562.0, 8605.0, 8563.0, 8635.0, 8562.0, 8593.0, 8588.0, 8561.0, 8630.0, 8559.0, 8587.0, 8562.0, 8559.0, 8563.0, 8544.0, 8565.0, 8566.0, 8585.0, 8605.0, 8604.0, 8596.0, 8594.0, 8616.0, 8640.0, 8612.0, 8626.0, 8651.0, 8626.0, 8662.0, 8589.0, 8644.0, 8586.0, 8617.0, 8623.0, 8609.0, 8594.0, 8582.0, 8620.0, 8562.0, 8654.0, 8620.0, 8631.0, 8557.0, 8616.0, 8554.0, 8582.0, 8593.0, 8570.0, 8561.0, 8521.0, 8547.0, 8539.0, 8547.0, 8538.0, 8551.0, 8524.0, 8557.0, 8558.0, 8597.0, 8539.0, 8609.0, 8557.0, 8614.0, 8545.0, 8599.0, 8560.0, 8583.0, 8556.0, 8554.0, 8560.0, 8544.0, 8562.0, 8572.0, 8560.0, 8574.0, 8561.0, 8559.0, 8558.0, 8535.0, 8564.0, 8551.0, 8571.0, 8555.0, 8587.0, 8578.0, 8591.0, 8578.0, 8608.0, 8595.0, 8670.0, 8615.0, 8601.0, 8663.0, 8584.0, 8645.0, 8596.0, 8582.0, 8569.0, 8584.0, 8642.0, 8584.0, 8657.0, 8585.0, 8643.0, 8584.0, 8624.0, 8584.0, 8615.0, 8624.0, 8596.0, 8592.0, 8564.0, 8603.0, 8562.0, 8589.0, 8580.0, 8565.0, 8587.0, 8583.0, 8586.0, 8567.0, 8586.0, 8555.0, 8590.0, 8573.0, 8595.0, 8625.0, 8604.0, 8610.0, 8664.0, 8635.0, 8662.0, 8569.0, 8628.0, 8590.0, 8610.0, 8616.0, 8603.0, 8581.0, 8540.0, 8610.0, 8556.0, 8599.0, 8554.0, 8613.0, 8537.0, 8533.0, 8538.0, 8548.0, 8533.0, 8566.0, 8606.0, 8563.0, 8574.0, 8519.0, 8545.0, 8539.0, 8536.0, 8557.0, 8541.0, 8550.0, 8578.0, 8554.0, 8584.0, 8588.0, 8640.0, 8584.0, 8641.0, 8585.0, 8624.0, 8582.0, 8592.0, 8564.0, 8624.0, 8591.0, 8617.0, 8562.0, 8548.0, 8559.0, 8563.0, 8619.0, 8580.0, 8603.0, 8582.0, 8608.0, 8584.0, 8594.0, 8584.0, 8596.0, 8583.0, 8644.0, 8583.0, 8595.0, 8583.0, 8610.0, 8604.0, 8608.0, 8635.0, 8603.0, 8559.0, 8558.0, 8563.0, 8601.0, 8547.0, 8604.0, 8559.0, 8562.0, 8559.0, 8559.0, 8590.0, 8616.0, 8587.0, 8617.0, 8541.0, 8557.0, 8541.0, 8555.0, 8542.0, 8614.0, 8599.0, 8596.0, 8535.0, 8551.0, 8536.0, 8535.0, 8538.0, 8592.0, 8541.0, 8564.0, 8538.0, 8565.0, 8540.0, 8624.0, 8539.0, 8581.0, 8540.0, 8555.0, 8561.0, 8570.0, 8562.0, 8588.0, 8565.0, 8563.0, 8567.0, 8620.0, 8565.0, 8578.0, 8561.0, 8579.0, 8618.0, 8580.0, 8621.0, 8568.0, 8579.0, 8582.0, 8568.0, 8587.0, 8602.0, 8593.0, 8605.0, 8609.0, 8649.0, 8608.0, 8634.0, 8608.0, 8630.0, 8589.0, 8631.0, 8599.0, 8615.0, 8638.0, 8624.0, 8622.0, 8563.0, 8620.0, 8577.0, 8606.0, 8574.0, 8588.0, 8558.0, 8529.0, 8557.0, 8563.0, 8563.0, 8556.0, 8582.0, 8558.0, 8607.0, 8574.0, 8607.0, 8607.0, 8610.0, 8651.0, 8595.0, 8656.0, 8642.0, 8608.0, 8637.0, 8559.0, 8601.0, 8556.0, 8602.0, 8553.0, 8539.0, 8578.0, 8550.0, 8623.0, 8554.0, 8593.0, 8557.0, 8542.0, 8577.0, 8546.0, 8565.0, 8597.0, 8574.0, 8592.0, 8593.0, 8664.0, 8585.0, 8645.0, 8597.0, 8610.0, 8576.0, 8549.0, 8632.0, 8558.0, 8615.0, 8556.0, 8554.0, 8573.0, 8542.0, 8577.0, 8565.0, 8592.0, 8579.0, 8560.0, 8564.0, 8619.0, 8558.0, 8616.0, 8579.0, 8588.0, 8561.0, 8543.0, 8561.0, 8531.0, 8560.0, 8566.0, 8596.0, 8569.0, 8594.0, 8581.0, 8634.0, 8564.0, 8590.0, 8582.0, 8568.0, 8583.0, 8570.0, 8583.0, 8553.0, 8583.0, 8612.0, 8611.0, 8627.0, 8641.0, 8607.0, 8616.0, 8556.0, 8610.0, 8554.0, 8569.0, 8569.0, 8583.0, 8555.0, 8536.0, 8558.0, 8542.0, 8576.0, 8565.0, 8602.0, 8560.0, 8586.0, 8558.0, 8600.0, 8563.0, 8589.0, 8584.0, 8553.0, 8583.0, 8584.0, 8582.0, 8552.0, 8581.0, 8555.0, 8589.0, 8576.0, 8596.0, 8597.0, 8616.0, 8617.0, 8654.0, 8613.0, 8667.0, 8610.0, 8647.0, 8589.0, 8620.0, 8612.0, 8615.0, 8658.0, 8591.0, 8619.0, 8562.0, 8617.0, 8563.0, 8618.0, 8585.0, 8600.0, 8552.0, 8552.0, 8548.0, 8539.0, 8608.0, 8569.0, 8562.0, 8535.0, 8547.0, 8535.0, 8578.0, 8567.0, 8563.0, 8537.0, 8533.0, 8530.0, 8531.0, 8574.0, 8532.0, 8562.0, 8533.0, 8529.0, 8536.0, 8531.0, 8553.0, 8563.0, 8541.0, 8541.0, 8576.0, 8571.0, 8578.0, 8592.0, 8583.0, 8554.0, 8586.0, 8554.0, 8590.0, 8559.0, 8609.0, 8623.0, 8611.0, 8581.0, 8611.0, 8580.0, 8608.0, 8626.0, 8663.0, 8643.0, 8645.0, 8586.0, 8643.0, 8582.0, 8640.0, 8599.0, 8598.0, 8578.0, 8581.0, 8620.0, 8580.0, 8604.0, 8582.0, 8581.0, 8585.0, 8571.0, 8592.0, 8607.0, 8629.0, 8641.0, 8632.0, 8645.0, 8630.0, 8612.0, 8592.0, 8607.0, 8647.0, 8603.0, 8650.0, 8607.0, 8669.0, 8589.0, 8646.0, 8586.0, 8616.0, 8645.0, 8617.0, 8660.0, 8579.0, 8618.0, 8542.0, 8555.0, 8569.0, 8557.0, 8603.0, 8582.0, 8604.0, 8564.0, 8588.0, 8562.0, 8547.0, 8560.0, 8561.0, 8615.0, 8578.0, 8608.0, 8583.0, 8578.0, 8584.0, 8552.0, 8567.0, 8542.0, 8586.0, 8559.0, 8589.0, 8561.0, 8589.0, 8593.0, 8643.0, 8605.0, 8661.0, 8602.0, 8624.0, 8578.0, 8622.0, 8571.0, 8574.0, 8617.0, 8562.0, 8648.0, 8555.0, 8613.0, 8539.0, 8524.0, 8538.0, 8557.0, 8555.0, 8530.0, 8573.0, 8535.0, 8584.0, 8555.0, 8588.0, 8602.0, 8585.0, 8604.0, 8586.0, 8605.0, 8644.0, 8583.0, 8645.0, 8578.0, 8637.0, 8559.0, 8557.0, 8558.0, 8588.0, 8617.0, 8618.0, 8614.0, 8553.0, 8578.0, 8539.0, 8575.0, 8553.0, 8608.0, 8553.0, 8591.0, 8542.0, 8600.0, 8544.0, 8594.0, 8539.0, 8581.0, 8539.0, 8560.0, 8544.0, 8585.0, 8543.0, 8612.0, 8555.0, 8586.0, 8563.0, 8631.0, 8541.0, 8594.0, 8541.0, 8586.0, 8543.0, 8580.0, 8550.0, 8564.0, 8549.0, 8578.0, 8547.0, 8578.0, 8565.0, 8620.0, 8561.0, 8616.0, 8560.0, 8605.0, 8559.0, 8586.0, 8558.0, 8560.0, 8569.0, 8560.0, 8601.0, 8582.0, 8622.0, 8579.0, 8581.0, 8569.0, 8609.0, 8595.0, 8605.0, 8591.0, 8648.0, 8590.0, 8628.0, 8590.0, 8644.0, 8585.0, 8627.0, 8598.0, 8628.0, 8608.0, 8607.0, 8621.0, 8576.0, 8633.0, 8575.0, 8651.0, 8559.0, 8587.0, 8548.0, 8582.0, 8568.0, 8622.0, 8641.0, 8586.0, 8598.0, 8635.0, 8661.0, 8646.0, 8612.0, 8591.0, 8583.0, 8620.0, 8563.0, 8583.0, 8556.0, 8579.0, 8558.0, 8617.0, 8546.0, 8597.0, 8546.0, 8571.0, 8541.0, 8577.0, 8552.0, 8608.0, 8555.0, 8583.0, 8527.0, 8555.0, 8528.0, 8559.0, 8560.0, 8558.0, 8577.0, 8589.0, 8564.0, 8581.0, 8538.0, 8600.0, 8557.0, 8587.0, 8609.0, 8650.0, 8606.0, 8623.0, 8579.0, 8635.0, 8581.0, 8624.0, 8599.0, 8611.0, 8571.0, 8605.0, 8562.0, 8589.0, 8592.0, 8649.0, 8603.0, 8663.0, 8584.0, 8624.0, 8583.0, 8605.0, 8580.0, 8608.0, 8595.0, 8638.0, 8582.0, 8607.0, 8580.0, 8624.0, 8584.0, 8655.0, 8581.0, 8622.0, 8581.0, 8605.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.0009372266973532796</td></tr>
<tr><td colspan=3>aqi</td><td>0.019438253855005753</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.63360360576044</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2696957045622115</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0169704177073733</td></tr>
<tr><td colspan=3>efc</td><td>0.4988</td></tr>
<tr><td colspan=3>fber</td><td>3985.7605</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06361634857461214</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>9</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0356731875719218</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.49216995438924</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.350418125779847</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7826102972937643</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3434814400941097</td></tr>
<tr><td colspan=3>gcor</td><td>0.0150061</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.025945361703634262</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.047015007585287094</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.758452180479134</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>15.7215</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.3919</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>194.7982</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298152.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>934.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.4848</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2042</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>482.5914</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2997.8884</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3191.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78392.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>919.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3952.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>849.0143</td></tr>
<tr><td colspan=3>tsnr</td><td>39.77045373804867</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>