<?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-0011_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-0011_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-0011_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-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011_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-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0011/figures/sub-0011_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-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_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-0011/ses-04/func/sub-0011_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>91c1964bd4e814a88e2bf51bb4dd0ff6</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:28:28.920000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997745, -0.0158137, -0.0652256, 0.0139321, 0.999476, -0.0292032]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0777482</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>[4125, -7758, -7292, 603, -31, -221, -9, 105]</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>219.554</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9d4359b8-966f-4aa3-a7f1-e3801925e189||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676877498626709, 0.03737867996096611, -0.17726367712020874, 111.68597412109375], [0.04242703318595886, 2.6815221309661865, -0.07621720433235168, -91.24716186523438], [-0.17499540746212006, 0.07834996283054352, 2.693096399307251, -70.44461822509766], [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': ['152828.920000', '152829.380000', '152829.840000', '152830.300000', '152830.760000', '152831.220000', '152831.680000', '152832.140000', '152832.600000', '152833.060000', '152833.520000', '152833.980000', '152834.440000', '152834.900000', '152835.360000', '152835.820000', '152836.280000', '152836.740000', '152837.200000', '152837.660000', '152838.120000', '152838.580000', '152839.040000', '152839.500000', '152839.960000', '152840.420000', '152840.880000', '152841.340000', '152841.800000', '152842.260000', '152842.720000', '152843.180000', '152843.640000', '152844.100000', '152844.560000', '152845.020000', '152845.480000', '152845.940000', '152846.400000', '152846.860000', '152847.320000', '152847.780000', '152848.240000', '152848.700000', '152849.160000', '152849.620000', '152850.080000', '152850.540000', '152851.000000', '152851.460000', '152851.920000', '152852.380000', '152852.840000', '152853.300000', '152853.760000', '152854.220000', '152854.680000', '152855.140000', '152855.600000', '152856.060000', '152856.520000', '152856.980000', '152857.440000', '152857.900000', '152858.360000', '152858.820000', '152859.280000', '152859.740000', '152900.200000', '152900.660000', '152901.120000', '152901.580000', '152902.040000', '152902.500000', '152902.960000', '152903.420000', '152903.880000', '152904.340000', '152904.800000', '152905.260000', '152905.720000', '152906.180000', '152906.640000', '152907.100000', '152907.560000', '152908.020000', '152908.480000', '152908.940000', '152909.400000', '152909.860000', '152910.320000', '152910.780000', '152911.240000', '152911.700000', '152912.160000', '152912.620000', '152913.080000', '152913.540000', '152914.000000', '152914.460000', '152914.920000', '152915.380000', '152915.840000', '152916.300000', '152916.760000', '152917.220000', '152917.680000', '152918.140000', '152918.600000', '152919.060000', '152919.520000', '152919.980000', '152920.440000', '152920.900000', '152921.360000', '152921.820000', '152922.280000', '152922.740000', '152923.200000', '152923.660000', '152924.120000', '152924.580000', '152925.040000', '152925.500000', '152925.960000', '152926.420000', '152926.880000', '152927.340000', '152927.800000', '152928.260000', '152928.720000', '152929.180000', '152929.640000', '152930.100000', '152930.560000', '152931.020000', '152931.480000', '152931.940000', '152932.400000', '152932.860000', '152933.320000', '152933.780000', '152934.240000', '152934.700000', '152935.160000', '152935.620000', '152936.080000', '152936.540000', '152937.000000', '152937.460000', '152937.920000', '152938.380000', '152938.840000', '152939.300000', '152939.760000', '152940.220000', '152940.680000', '152941.140000', '152941.600000', '152942.060000', '152942.520000', '152942.980000', '152943.440000', '152943.900000', '152944.360000', '152944.820000', '152945.280000', '152945.740000', '152946.200000', '152946.660000', '152947.120000', '152947.580000', '152948.040000', '152948.500000', '152948.960000', '152949.420000', '152949.880000', '152950.340000', '152950.800000', '152951.260000', '152951.720000', '152952.180000', '152952.640000', '152953.100000', '152953.560000', '152954.020000', '152954.480000', '152954.940000', '152955.400000', '152955.860000', '152956.320000', '152956.780000', '152957.240000', '152957.700000', '152958.160000', '152958.620000', '152959.080000', '152959.540000', '153000.000000', '153000.460000', '153000.920000', '153001.380000', '153001.840000', '153002.300000', '153002.760000', '153003.220000', '153003.680000', '153004.140000', '153004.600000', '153005.060000', '153005.520000', '153005.980000', '153006.440000', '153006.900000', '153007.360000', '153007.820000', '153008.280000', '153008.740000', '153009.200000', '153009.660000', '153010.120000', '153010.580000', '153011.040000', '153011.500000', '153011.960000', '153012.420000', '153012.880000', '153013.340000', '153013.800000', '153014.260000', '153014.720000', '153015.180000', '153015.640000', '153016.100000', '153016.560000', '153017.020000', '153017.480000', '153017.940000', '153018.400000', '153018.860000', '153019.320000', '153019.780000', '153020.240000', '153020.700000', '153021.160000', '153021.620000', '153022.080000', '153022.540000', '153023.000000', '153023.460000', '153023.920000', '153024.380000', '153024.840000', '153025.300000', '153025.760000', '153026.220000', '153026.680000', '153027.140000', '153027.600000', '153028.060000', '153028.520000', '153028.980000', '153029.440000', '153029.900000', '153030.360000', '153030.820000', '153031.280000', '153031.740000', '153032.200000', '153032.660000', '153033.120000', '153033.580000', '153034.040000', '153034.500000', '153034.960000', '153035.420000', '153035.880000', '153036.340000', '153036.800000', '153037.260000', '153037.720000', '153038.180000', '153038.640000', '153039.100000', '153039.560000', '153040.020000', '153040.480000', '153040.940000', '153041.400000', '153041.860000', '153042.320000', '153042.780000', '153043.240000', '153043.700000', '153044.160000', '153044.620000', '153045.080000', '153045.540000', '153046.000000', '153046.460000', '153046.920000', '153047.380000', '153047.840000', '153048.300000', '153048.760000', '153049.220000', '153049.680000', '153050.140000', '153050.600000', '153051.060000', '153051.520000', '153051.980000', '153052.440000', '153052.900000', '153053.360000', '153053.820000', '153054.280000', '153054.740000', '153055.200000', '153055.660000', '153056.120000', '153056.580000', '153057.040000', '153057.500000', '153057.960000', '153058.420000', '153058.880000', '153059.340000', '153059.800000', '153100.260000', '153100.720000', '153101.180000', '153101.640000', '153102.100000', '153102.560000', '153103.020000', '153103.480000', '153103.940000', '153104.400000', '153104.860000', '153105.320000', '153105.780000', '153106.240000', '153106.700000', '153107.160000', '153107.620000', '153108.080000', '153108.540000', '153109.000000', '153109.460000', '153109.920000', '153110.380000', '153110.840000', '153111.300000', '153111.760000', '153112.220000', '153112.680000', '153113.140000', '153113.600000', '153114.060000', '153114.520000', '153114.980000', '153115.440000', '153115.900000', '153116.360000', '153116.820000', '153117.280000', '153117.740000', '153118.200000', '153118.660000', '153119.120000', '153119.580000', '153120.040000', '153120.500000', '153120.960000', '153121.420000', '153121.880000', '153122.340000', '153122.800000', '153123.260000', '153123.720000', '153124.180000', '153124.640000', '153125.100000', '153125.560000', '153126.020000', '153126.480000', '153126.940000', '153127.400000', '153127.860000', '153128.320000', '153128.780000', '153129.240000', '153129.700000', '153130.160000', '153130.620000', '153131.080000', '153131.540000', '153132.000000', '153132.460000', '153132.920000', '153133.380000', '153133.840000', '153134.300000', '153134.760000', '153135.220000', '153135.680000', '153136.140000', '153136.600000', '153137.060000', '153137.520000', '153137.980000', '153138.440000', '153138.900000', '153139.360000', '153139.820000', '153140.280000', '153140.740000', '153141.200000', '153141.660000', '153142.120000', '153142.580000', '153143.040000', '153143.500000', '153143.960000', '153144.420000', '153144.880000', '153145.340000', '153145.800000', '153146.260000', '153146.720000', '153147.180000', '153147.640000', '153148.100000', '153148.560000', '153149.020000', '153149.480000', '153149.940000', '153150.400000', '153150.860000', '153151.320000', '153151.780000', '153152.240000', '153152.700000', '153153.160000', '153153.620000', '153154.080000', '153154.540000', '153155.000000', '153155.460000', '153155.920000', '153156.380000', '153156.840000', '153157.300000', '153157.760000', '153158.220000', '153158.680000', '153159.140000', '153159.600000', '153200.060000', '153200.520000', '153200.980000', '153201.440000', '153201.900000', '153202.360000', '153202.820000', '153203.280000', '153203.740000', '153204.200000', '153204.660000', '153205.120000', '153205.580000', '153206.040000', '153206.500000', '153206.960000', '153207.420000', '153207.880000', '153208.340000', '153208.800000', '153209.260000', '153209.720000', '153210.180000', '153210.640000', '153211.100000', '153211.560000', '153212.020000', '153212.480000', '153212.940000', '153213.400000', '153213.860000', '153214.320000', '153214.780000', '153215.240000', '153215.700000', '153216.160000', '153216.620000', '153217.080000', '153217.540000', '153218.000000', '153218.460000', '153218.920000', '153219.380000', '153219.840000', '153220.300000', '153220.760000', '153221.220000', '153221.680000', '153222.140000', '153222.600000', '153223.060000', '153223.520000', '153223.980000', '153224.440000', '153224.900000', '153225.360000', '153225.820000', '153226.280000', '153226.740000', '153227.200000', '153227.660000', '153228.120000', '153228.580000', '153229.040000', '153229.500000', '153229.960000', '153230.420000', '153230.880000', '153231.340000', '153231.800000', '153232.260000', '153232.720000', '153233.180000', '153233.640000', '153234.100000', '153234.560000', '153235.020000', '153235.480000', '153235.940000', '153236.400000', '153236.860000', '153237.320000', '153237.780000', '153238.240000', '153238.700000', '153239.160000', '153239.620000', '153240.080000', '153240.540000', '153241.000000', '153241.460000', '153241.920000', '153242.380000', '153242.840000', '153243.300000', '153243.760000', '153244.220000', '153244.680000', '153245.140000', '153245.600000', '153246.060000', '153246.520000', '153246.980000', '153247.440000', '153247.900000', '153248.360000', '153248.820000', '153249.280000', '153249.740000', '153250.200000', '153250.660000', '153251.120000', '153251.580000', '153252.040000', '153252.500000', '153252.960000', '153253.420000', '153253.880000', '153254.340000', '153254.800000', '153255.260000', '153255.720000', '153256.180000', '153256.640000', '153257.100000', '153257.560000', '153258.020000', '153258.480000', '153258.940000', '153259.400000', '153259.860000', '153300.320000', '153300.780000', '153301.240000', '153301.700000', '153302.160000', '153302.620000', '153303.080000', '153303.540000', '153304.000000', '153304.460000', '153304.920000', '153305.380000', '153305.840000', '153306.300000', '153306.760000', '153307.220000', '153307.680000', '153308.140000', '153308.600000', '153309.060000', '153309.520000', '153309.980000', '153310.440000', '153310.900000', '153311.360000', '153311.820000', '153312.280000', '153312.740000', '153313.200000', '153313.660000', '153314.120000', '153314.580000', '153315.040000', '153315.500000', '153315.960000', '153316.420000', '153316.880000', '153317.340000', '153317.800000', '153318.260000', '153318.720000', '153319.180000', '153319.640000', '153320.100000', '153320.560000', '153321.020000', '153321.480000', '153321.940000', '153322.400000', '153322.860000', '153323.320000', '153323.780000', '153324.240000', '153324.700000', '153325.160000', '153325.620000', '153326.080000', '153326.540000', '153327.000000', '153327.460000', '153327.920000', '153328.380000', '153328.840000', '153329.300000', '153329.760000', '153330.220000', '153330.680000', '153331.140000', '153331.600000', '153332.060000', '153332.520000', '153332.980000', '153333.440000', '153333.900000', '153334.360000', '153334.820000', '153335.280000', '153335.740000', '153336.200000', '153336.660000', '153337.120000', '153337.580000', '153338.040000', '153338.500000', '153338.960000', '153339.420000', '153339.880000', '153340.340000', '153340.800000', '153341.260000', '153341.720000', '153342.180000', '153342.640000', '153343.100000', '153343.560000', '153344.020000', '153344.480000', '153344.940000', '153345.400000', '153345.860000', '153346.320000', '153346.780000', '153347.240000', '153347.700000', '153348.160000', '153348.620000', '153349.080000', '153349.540000', '153350.000000', '153350.460000', '153350.920000', '153351.380000', '153351.840000', '153352.300000', '153352.760000', '153353.220000', '153353.680000', '153354.140000', '153354.600000', '153355.060000', '153355.520000', '153355.980000', '153356.440000', '153356.900000', '153357.360000', '153357.820000', '153358.280000', '153358.740000', '153359.200000', '153359.660000', '153400.120000', '153400.580000', '153401.040000', '153401.500000', '153401.960000', '153402.420000', '153402.880000', '153403.340000', '153403.800000', '153404.260000', '153404.720000', '153405.180000', '153405.640000', '153406.100000', '153406.560000', '153407.020000', '153407.480000', '153407.940000', '153408.400000', '153408.860000', '153409.320000', '153409.780000', '153410.240000', '153410.700000', '153411.160000', '153411.620000', '153412.080000', '153412.540000', '153413.000000', '153413.460000', '153413.920000', '153414.380000', '153414.840000', '153415.300000', '153415.760000', '153416.220000', '153416.680000', '153417.140000', '153417.600000', '153418.060000', '153418.520000', '153418.980000', '153419.440000', '153419.900000', '153420.360000', '153420.820000', '153421.280000', '153421.740000', '153422.200000', '153422.660000', '153423.120000', '153423.580000', '153424.040000', '153424.500000', '153424.960000', '153425.420000', '153425.880000', '153426.340000', '153426.800000', '153427.260000', '153427.720000', '153428.180000', '153428.640000', '153429.100000', '153429.560000', '153430.020000', '153430.480000', '153430.940000', '153431.400000', '153431.860000', '153432.320000', '153432.780000', '153433.240000', '153433.700000', '153434.160000', '153434.620000', '153435.080000', '153435.540000', '153436.000000', '153436.460000', '153436.920000', '153437.380000', '153437.840000', '153438.300000', '153438.760000', '153439.220000', '153439.680000', '153440.140000', '153440.600000', '153441.060000', '153441.520000', '153441.980000', '153442.440000', '153442.900000', '153443.360000', '153443.820000', '153444.280000', '153444.740000', '153445.200000', '153445.660000', '153446.120000', '153446.580000', '153447.040000', '153447.500000', '153447.960000', '153448.420000', '153448.880000', '153449.340000', '153449.800000', '153450.260000', '153450.720000', '153451.180000', '153451.640000', '153452.100000', '153452.560000', '153453.020000', '153453.480000', '153453.940000', '153454.400000', '153454.860000', '153455.320000', '153455.780000', '153456.240000', '153456.700000', '153457.160000', '153457.620000', '153458.080000', '153458.540000', '153459.000000', '153459.460000', '153459.920000', '153500.380000', '153500.840000', '153501.300000', '153501.760000', '153502.220000', '153502.680000', '153503.140000', '153503.600000', '153504.060000', '153504.520000', '153504.980000', '153505.440000', '153505.900000', '153506.360000', '153506.820000', '153507.280000', '153507.740000', '153508.200000', '153508.660000', '153509.120000', '153509.580000'], 'ContentTime': ['152845.613000', '152845.616000', '152845.619000', '152845.622000', '152845.625000', '152845.628000', '152845.631000', '152845.634000', '152845.636000', '152845.639000', '152845.642000', '152845.645000', '152845.651000', '152845.654000', '152845.657000', '152845.660000', '152845.663000', '152845.666000', '152845.669000', '152845.672000', '152845.675000', '152845.677000', '152845.680000', '152845.683000', '152845.686000', '152845.690000', '152845.693000', '152845.696000', '152845.699000', '152845.702000', '152845.705000', '152845.707000', '152845.710000', '152845.713000', '152905.573000', '152905.576000', '152905.579000', '152905.582000', '152905.585000', '152905.587000', '152905.590000', '152905.599000', '152905.602000', '152905.605000', '152905.608000', '152905.611000', '152905.614000', '152905.616000', '152905.619000', '152905.622000', '152905.625000', '152905.628000', '152905.631000', '152905.634000', '152905.636000', '152905.639000', '152905.642000', '152905.645000', '152905.648000', '152905.651000', '152905.654000', '152905.657000', '152905.660000', '152905.663000', '152905.665000', '152905.668000', '152905.671000', '152905.674000', '152905.677000', '152905.680000', '152905.683000', '152905.686000', '152905.689000', '152905.691000', '152905.694000', '152905.697000', '152905.700000', '152905.703000', '152925.573000', '152925.576000', '152925.579000', '152925.582000', '152925.585000', '152925.588000', '152925.591000', '152925.593000', '152925.596000', '152925.599000', '152925.602000', '152925.605000', '152925.608000', '152925.611000', '152925.613000', '152925.622000', '152925.625000', '152925.628000', '152925.631000', '152925.634000', '152925.637000', '152925.640000', '152925.642000', '152925.645000', '152925.648000', '152925.651000', '152925.654000', '152925.657000', '152925.660000', '152925.662000', '152925.665000', '152925.668000', '152925.671000', '152925.674000', '152925.677000', '152925.680000', '152925.683000', '152925.685000', '152925.688000', '152925.691000', '152925.694000', '152925.697000', '152925.700000', '152945.574000', '152945.577000', '152945.580000', '152945.583000', '152945.586000', '152945.589000', '152945.591000', '152945.594000', '152945.597000', '152945.600000', '152945.603000', '152945.606000', '152945.609000', '152945.612000', '152945.615000', '152945.618000', '152945.620000', '152945.623000', '152945.626000', '152945.629000', '152945.632000', '152945.635000', '152945.638000', '152945.641000', '152945.644000', '152945.647000', '152945.650000', '152945.652000', '152945.655000', '152945.658000', '152945.661000', '152945.664000', '152945.667000', '152945.670000', '152945.685000', '152945.688000', '152945.691000', '152945.694000', '152945.697000', '152945.700000', '152945.703000', '152945.706000', '152945.708000', '152945.711000', '153005.574000', '153005.577000', '153005.580000', '153005.583000', '153005.586000', '153005.589000', '153005.592000', '153005.594000', '153005.597000', '153005.600000', '153005.603000', '153005.606000', '153005.609000', '153005.612000', '153005.615000', '153005.618000', '153005.621000', '153005.623000', '153005.626000', '153005.629000', '153005.632000', '153005.635000', '153005.638000', '153005.641000', '153005.644000', '153005.647000', '153005.650000', '153005.652000', '153005.655000', '153005.658000', '153005.661000', '153005.664000', '153005.667000', '153005.670000', '153005.673000', '153005.676000', '153005.679000', '153005.681000', '153005.684000', '153005.687000', '153005.690000', '153005.693000', '153005.696000', '153025.574000', '153025.577000', '153025.582000', '153025.586000', '153025.589000', '153025.592000', '153025.595000', '153025.598000', '153025.601000', '153025.603000', '153025.606000', '153025.609000', '153025.612000', '153025.615000', '153025.618000', '153025.621000', '153025.624000', '153025.627000', '153025.630000', '153025.633000', '153025.635000', '153025.638000', '153025.641000', '153025.644000', '153025.647000', '153025.650000', '153025.653000', '153025.656000', '153025.659000', '153025.662000', '153025.664000', '153025.667000', '153025.670000', '153025.673000', '153025.676000', '153025.679000', '153025.682000', '153025.685000', '153025.687000', '153025.690000', '153025.694000', '153025.697000', '153025.700000', '153045.574000', '153045.577000', '153045.580000', '153045.583000', '153045.586000', '153045.589000', '153045.592000', '153045.595000', '153045.597000', '153045.600000', '153045.603000', '153045.606000', '153045.609000', '153045.612000', '153045.615000', '153045.618000', '153045.621000', '153045.624000', '153045.627000', '153045.630000', '153045.632000', '153045.635000', '153045.638000', '153045.641000', '153045.644000', '153045.647000', '153045.650000', '153045.653000', '153045.656000', '153045.658000', '153045.661000', '153045.664000', '153045.667000', '153045.670000', '153045.673000', '153045.676000', '153045.679000', '153045.682000', '153045.685000', '153045.688000', '153045.691000', '153045.693000', '153045.696000', '153045.699000', '153105.573000', '153105.576000', '153105.579000', '153105.583000', '153105.586000', '153105.589000', '153105.592000', '153105.595000', '153105.598000', '153105.601000', '153105.604000', '153105.606000', '153105.609000', '153105.612000', '153105.615000', '153105.618000', '153105.621000', '153105.624000', '153105.627000', '153105.630000', '153105.633000', '153105.635000', '153105.638000', '153105.641000', '153105.644000', '153105.647000', '153105.650000', '153105.653000', '153105.656000', '153105.659000', '153105.662000', '153105.665000', '153105.668000', '153105.670000', '153105.673000', '153105.676000', '153105.679000', '153105.682000', '153105.685000', '153105.688000', '153105.691000', '153105.693000', '153105.696000', '153125.573000', '153125.576000', '153125.579000', '153125.582000', '153125.585000', '153125.588000', '153125.591000', '153125.594000', '153125.596000', '153125.599000', '153125.602000', '153125.605000', '153125.608000', '153125.611000', '153125.614000', '153125.617000', '153125.620000', '153125.622000', '153125.625000', '153125.628000', '153125.631000', '153125.634000', '153125.637000', '153125.640000', '153125.643000', '153125.646000', '153125.649000', '153125.651000', '153125.654000', '153125.657000', '153125.673000', '153125.676000', '153125.679000', '153125.682000', '153125.685000', '153125.688000', '153125.691000', '153125.694000', '153125.697000', '153125.699000', '153125.702000', '153125.705000', '153125.708000', '153125.711000', '153145.573000', '153145.576000', '153145.579000', '153145.582000', '153145.585000', '153145.588000', '153145.591000', '153145.593000', '153145.596000', '153145.599000', '153145.602000', '153145.606000', '153145.609000', '153145.613000', '153145.616000', '153145.618000', '153145.621000', '153145.624000', '153145.627000', '153145.630000', '153145.633000', '153145.636000', '153145.639000', '153145.641000', '153145.644000', '153145.647000', '153145.650000', '153145.653000', '153145.656000', '153145.659000', '153145.662000', '153145.665000', '153145.668000', '153145.671000', '153145.673000', '153145.676000', '153145.679000', '153145.682000', '153145.685000', '153145.688000', '153145.691000', '153145.694000', '153145.697000', '153205.574000', '153205.577000', '153205.580000', '153205.583000', '153205.586000', '153205.589000', '153205.592000', '153205.594000', '153205.597000', '153205.600000', '153205.603000', '153205.606000', '153205.609000', '153205.612000', '153205.615000', '153205.618000', '153205.621000', '153205.624000', '153205.627000', '153205.629000', '153205.632000', '153205.635000', '153205.638000', '153205.641000', '153205.644000', '153205.647000', '153205.650000', '153205.652000', '153205.655000', '153205.658000', '153205.661000', '153205.664000', '153205.667000', '153205.670000', '153205.673000', '153205.675000', '153205.678000', '153205.681000', '153205.684000', '153205.687000', '153205.690000', '153205.693000', '153205.696000', '153205.699000', '153225.574000', '153225.577000', '153225.580000', '153225.583000', '153225.586000', '153225.589000', '153225.592000', '153225.595000', '153225.598000', '153225.601000', '153225.603000', '153225.606000', '153225.609000', '153225.612000', '153225.615000', '153225.618000', '153225.621000', '153225.624000', '153225.628000', '153225.632000', '153225.635000', '153225.638000', '153225.641000', '153225.644000', '153225.647000', '153225.650000', '153225.652000', '153225.655000', '153225.658000', '153225.661000', '153225.664000', '153225.667000', '153225.670000', '153225.673000', '153225.676000', '153225.679000', '153225.681000', '153225.684000', '153225.687000', '153225.690000', '153225.693000', '153225.696000', '153225.699000', '153245.574000', '153245.577000', '153245.580000', '153245.583000', '153245.586000', '153245.589000', '153245.591000', '153245.594000', '153245.597000', '153245.600000', '153245.603000', '153245.606000', '153245.609000', '153245.612000', '153245.615000', '153245.618000', '153245.621000', '153245.624000', '153245.626000', '153245.629000', '153245.632000', '153245.635000', '153245.638000', '153245.641000', '153245.644000', '153245.647000', '153245.650000', '153245.653000', '153245.656000', '153245.659000', '153245.661000', '153245.664000', '153245.667000', '153245.670000', '153245.673000', '153245.676000', '153245.679000', '153245.682000', '153245.685000', '153245.687000', '153245.690000', '153245.693000', '153245.696000', '153245.699000', '153305.574000', '153305.577000', '153305.580000', '153305.583000', '153305.586000', '153305.589000', '153305.592000', '153305.595000', '153305.597000', '153305.600000', '153305.603000', '153305.606000', '153305.609000', '153305.612000', '153305.615000', '153305.618000', '153305.621000', '153305.624000', '153305.626000', '153305.629000', '153305.632000', '153305.635000', '153305.638000', '153305.641000', '153305.644000', '153305.647000', '153305.651000', '153305.654000', '153305.657000', '153305.660000', '153305.663000', '153305.666000', '153305.669000', '153305.672000', '153305.675000', '153305.678000', '153305.680000', '153305.683000', '153305.686000', '153305.689000', '153305.692000', '153305.695000', '153305.698000', '153325.573000', '153325.576000', '153325.579000', '153325.582000', '153325.585000', '153325.588000', '153325.591000', '153325.594000', '153325.597000', '153325.599000', '153325.602000', '153325.605000', '153325.608000', '153325.611000', '153325.614000', '153325.617000', '153325.620000', '153325.623000', '153325.626000', '153325.629000', '153325.632000', '153325.634000', '153325.637000', '153325.640000', '153325.643000', '153325.646000', '153325.649000', '153325.652000', '153325.655000', '153325.658000', '153325.661000', '153325.664000', '153325.666000', '153325.669000', '153325.672000', '153325.675000', '153325.678000', '153325.681000', '153325.684000', '153325.687000', '153325.690000', '153325.693000', '153325.695000', '153325.698000', '153345.573000', '153345.576000', '153345.579000', '153345.582000', '153345.585000', '153345.588000', '153345.591000', '153345.594000', '153345.597000', '153345.600000', '153345.603000', '153345.606000', '153345.609000', '153345.612000', '153345.615000', '153345.618000', '153345.621000', '153345.624000', '153345.627000', '153345.630000', '153345.633000', '153345.636000', '153345.639000', '153345.641000', '153345.644000', '153345.647000', '153345.650000', '153345.653000', '153345.656000', '153345.659000', '153345.662000', '153345.665000', '153345.668000', '153345.672000', '153345.675000', '153345.679000', '153345.682000', '153345.685000', '153345.688000', '153345.691000', '153345.693000', '153345.696000', '153345.699000', '153405.573000', '153405.576000', '153405.579000', '153405.582000', '153405.585000', '153405.588000', '153405.591000', '153405.594000', '153405.597000', '153405.600000', '153405.602000', '153405.605000', '153405.608000', '153405.611000', '153405.614000', '153405.617000', '153405.620000', '153405.623000', '153405.626000', '153405.629000', '153405.632000', '153405.634000', '153405.637000', '153405.640000', '153405.643000', '153405.646000', '153405.649000', '153405.652000', '153405.655000', '153405.658000', '153405.661000', '153405.664000', '153405.667000', '153405.671000', '153405.674000', '153405.676000', '153405.679000', '153405.682000', '153405.685000', '153405.688000', '153405.691000', '153405.694000', '153405.697000', '153405.700000', '153425.574000', '153425.577000', '153425.580000', '153425.583000', '153425.586000', '153425.589000', '153425.592000', '153425.595000', '153425.598000', '153425.600000', '153425.603000', '153425.608000', '153425.611000', '153425.614000', '153425.617000', '153425.620000', '153425.623000', '153425.626000', '153425.629000', '153425.631000', '153425.634000', '153425.649000', '153425.652000', '153425.655000', '153425.658000', '153425.661000', '153425.663000', '153425.666000', '153425.669000', '153425.672000', '153425.675000', '153425.678000', '153425.681000', '153425.684000', '153425.687000', '153425.689000', '153425.692000', '153425.695000', '153425.699000', '153425.705000', '153425.708000', '153425.711000', '153425.714000', '153445.574000', '153445.577000', '153445.580000', '153445.583000', '153445.586000', '153445.589000', '153445.592000', '153445.595000', '153445.598000', '153445.600000', '153445.603000', '153445.606000', '153445.609000', '153445.612000', '153445.615000', '153445.618000', '153445.621000', '153445.624000', '153445.627000', '153445.629000', '153445.632000', '153445.635000', '153445.638000', '153445.641000', '153445.644000', '153445.647000', '153445.650000', '153445.653000', '153445.656000', '153445.659000', '153445.662000', '153445.665000', '153445.667000', '153445.670000', '153445.673000', '153445.676000', '153445.679000', '153445.682000', '153445.685000', '153445.688000', '153445.691000', '153445.694000', '153445.697000', '153445.699000', '153505.574000', '153505.577000', '153505.580000', '153505.583000', '153505.586000', '153505.589000', '153505.592000', '153505.595000', '153505.598000', '153505.601000', '153505.604000', '153505.606000', '153505.609000', '153505.612000', '153505.615000', '153505.618000', '153505.621000', '153505.624000', '153505.627000', '153505.630000', '153505.633000', '153505.636000', '153505.639000', '153505.643000', '153505.646000', '153505.649000', '153505.652000', '153505.655000', '153505.658000', '153505.661000', '153505.664000', '153505.667000', '153505.670000', '153505.673000', '153505.676000', '153505.679000', '153505.682000', '153505.684000', '153505.687000', '153505.690000', '153505.693000', '153505.697000', '153505.700000', '153510.810000', '153510.814000', '153510.817000', '153510.820000', '153510.824000', '153510.827000', '153510.830000', '153510.833000', '153510.836000', '153510.839000', '153510.842000', '153510.845000'], 'InstanceCreationTime': ['152845.613000', '152845.616000', '152845.619000', '152845.622000', '152845.625000', '152845.628000', '152845.631000', '152845.634000', '152845.636000', '152845.639000', '152845.642000', '152845.645000', '152845.651000', '152845.654000', '152845.657000', '152845.660000', '152845.663000', '152845.666000', '152845.669000', '152845.672000', '152845.675000', '152845.677000', '152845.680000', '152845.683000', '152845.686000', '152845.690000', '152845.693000', '152845.696000', '152845.699000', '152845.702000', '152845.705000', '152845.707000', '152845.710000', '152845.713000', '152905.573000', '152905.576000', '152905.579000', '152905.582000', '152905.585000', '152905.587000', '152905.590000', '152905.599000', '152905.602000', '152905.605000', '152905.608000', '152905.611000', '152905.614000', '152905.616000', '152905.619000', '152905.622000', '152905.625000', '152905.628000', '152905.631000', '152905.634000', '152905.636000', '152905.639000', '152905.642000', '152905.645000', '152905.648000', '152905.651000', '152905.654000', '152905.657000', '152905.660000', '152905.663000', '152905.665000', '152905.668000', '152905.671000', '152905.674000', '152905.677000', '152905.680000', '152905.683000', '152905.686000', '152905.689000', '152905.691000', '152905.694000', '152905.697000', '152905.700000', '152905.703000', '152925.573000', '152925.576000', '152925.579000', '152925.582000', '152925.585000', '152925.588000', '152925.591000', '152925.593000', '152925.596000', '152925.599000', '152925.602000', '152925.605000', '152925.608000', '152925.611000', '152925.613000', '152925.622000', '152925.625000', '152925.628000', '152925.631000', '152925.634000', '152925.637000', '152925.640000', '152925.642000', '152925.645000', '152925.648000', '152925.651000', '152925.654000', '152925.657000', '152925.660000', '152925.662000', '152925.665000', '152925.668000', '152925.671000', '152925.674000', '152925.677000', '152925.680000', '152925.683000', '152925.685000', '152925.688000', '152925.691000', '152925.694000', '152925.697000', '152925.700000', '152945.574000', '152945.577000', '152945.580000', '152945.583000', '152945.586000', '152945.589000', '152945.591000', '152945.594000', '152945.597000', '152945.600000', '152945.603000', '152945.606000', '152945.609000', '152945.612000', '152945.615000', '152945.618000', '152945.620000', '152945.623000', '152945.626000', '152945.629000', '152945.632000', '152945.635000', '152945.638000', '152945.641000', '152945.644000', '152945.647000', '152945.650000', '152945.652000', '152945.655000', '152945.658000', '152945.661000', '152945.664000', '152945.667000', '152945.670000', '152945.685000', '152945.688000', '152945.691000', '152945.694000', '152945.697000', '152945.700000', '152945.703000', '152945.706000', '152945.708000', '152945.711000', '153005.574000', '153005.577000', '153005.580000', '153005.583000', '153005.586000', '153005.589000', '153005.592000', '153005.594000', '153005.597000', '153005.600000', '153005.603000', '153005.606000', '153005.609000', '153005.612000', '153005.615000', '153005.618000', '153005.621000', '153005.623000', '153005.626000', '153005.629000', '153005.632000', '153005.635000', '153005.638000', '153005.641000', '153005.644000', '153005.647000', '153005.650000', '153005.652000', '153005.655000', '153005.658000', '153005.661000', '153005.664000', '153005.667000', '153005.670000', '153005.673000', '153005.676000', '153005.679000', '153005.681000', '153005.684000', '153005.687000', '153005.690000', '153005.693000', '153005.696000', '153025.574000', '153025.577000', '153025.582000', '153025.586000', '153025.589000', '153025.592000', '153025.595000', '153025.598000', '153025.601000', '153025.603000', '153025.606000', '153025.609000', '153025.612000', '153025.615000', '153025.618000', '153025.621000', '153025.624000', '153025.627000', '153025.630000', '153025.633000', '153025.635000', '153025.638000', '153025.641000', '153025.644000', '153025.647000', '153025.650000', '153025.653000', '153025.656000', '153025.659000', '153025.662000', '153025.664000', '153025.667000', '153025.670000', '153025.673000', '153025.676000', '153025.679000', '153025.682000', '153025.685000', '153025.687000', '153025.690000', '153025.694000', '153025.697000', '153025.700000', '153045.574000', '153045.577000', '153045.580000', '153045.583000', '153045.586000', '153045.589000', '153045.592000', '153045.595000', '153045.597000', '153045.600000', '153045.603000', '153045.606000', '153045.609000', '153045.612000', '153045.615000', '153045.618000', '153045.621000', '153045.624000', '153045.627000', '153045.630000', '153045.632000', '153045.635000', '153045.638000', '153045.641000', '153045.644000', '153045.647000', '153045.650000', '153045.653000', '153045.656000', '153045.658000', '153045.661000', '153045.664000', '153045.667000', '153045.670000', '153045.673000', '153045.676000', '153045.679000', '153045.682000', '153045.685000', '153045.688000', '153045.691000', '153045.693000', '153045.696000', '153045.699000', '153105.573000', '153105.576000', '153105.579000', '153105.583000', '153105.586000', '153105.589000', '153105.592000', '153105.595000', '153105.598000', '153105.601000', '153105.604000', '153105.606000', '153105.609000', '153105.612000', '153105.615000', '153105.618000', '153105.621000', '153105.624000', '153105.627000', '153105.630000', '153105.633000', '153105.635000', '153105.638000', '153105.641000', '153105.644000', '153105.647000', '153105.650000', '153105.653000', '153105.656000', '153105.659000', '153105.662000', '153105.665000', '153105.668000', '153105.670000', '153105.673000', '153105.676000', '153105.679000', '153105.682000', '153105.685000', '153105.688000', '153105.691000', '153105.693000', '153105.696000', '153125.573000', '153125.576000', '153125.579000', '153125.582000', '153125.585000', '153125.588000', '153125.591000', '153125.594000', '153125.596000', '153125.599000', '153125.602000', '153125.605000', '153125.608000', '153125.611000', '153125.614000', '153125.617000', '153125.620000', '153125.622000', '153125.625000', '153125.628000', '153125.631000', '153125.634000', '153125.637000', '153125.640000', '153125.643000', '153125.646000', '153125.649000', '153125.651000', '153125.654000', '153125.657000', '153125.673000', '153125.676000', '153125.679000', '153125.682000', '153125.685000', '153125.688000', '153125.691000', '153125.694000', '153125.697000', '153125.699000', '153125.702000', '153125.705000', '153125.708000', '153125.711000', '153145.573000', '153145.576000', '153145.579000', '153145.582000', '153145.585000', '153145.588000', '153145.591000', '153145.593000', '153145.596000', '153145.599000', '153145.602000', '153145.606000', '153145.609000', '153145.613000', '153145.616000', '153145.618000', '153145.621000', '153145.624000', '153145.627000', '153145.630000', '153145.633000', '153145.636000', '153145.639000', '153145.641000', '153145.644000', '153145.647000', '153145.650000', '153145.653000', '153145.656000', '153145.659000', '153145.662000', '153145.665000', '153145.668000', '153145.671000', '153145.673000', '153145.676000', '153145.679000', '153145.682000', '153145.685000', '153145.688000', '153145.691000', '153145.694000', '153145.697000', '153205.574000', '153205.577000', '153205.580000', '153205.583000', '153205.586000', '153205.589000', '153205.592000', '153205.594000', '153205.597000', '153205.600000', '153205.603000', '153205.606000', '153205.609000', '153205.612000', '153205.615000', '153205.618000', '153205.621000', '153205.624000', '153205.627000', '153205.629000', '153205.632000', '153205.635000', '153205.638000', '153205.641000', '153205.644000', '153205.647000', '153205.650000', '153205.652000', '153205.655000', '153205.658000', '153205.661000', '153205.664000', '153205.667000', '153205.670000', '153205.673000', '153205.675000', '153205.678000', '153205.681000', '153205.684000', '153205.687000', '153205.690000', '153205.693000', '153205.696000', '153205.699000', '153225.574000', '153225.577000', '153225.580000', '153225.583000', '153225.586000', '153225.589000', '153225.592000', '153225.595000', '153225.598000', '153225.601000', '153225.603000', '153225.606000', '153225.609000', '153225.612000', '153225.615000', '153225.618000', '153225.621000', '153225.624000', '153225.628000', '153225.632000', '153225.635000', '153225.638000', '153225.641000', '153225.644000', '153225.647000', '153225.650000', '153225.652000', '153225.655000', '153225.658000', '153225.661000', '153225.664000', '153225.667000', '153225.670000', '153225.673000', '153225.676000', '153225.679000', '153225.681000', '153225.684000', '153225.687000', '153225.690000', '153225.693000', '153225.696000', '153225.699000', '153245.574000', '153245.577000', '153245.580000', '153245.583000', '153245.586000', '153245.589000', '153245.591000', '153245.594000', '153245.597000', '153245.600000', '153245.603000', '153245.606000', '153245.609000', '153245.612000', '153245.615000', '153245.618000', '153245.621000', '153245.624000', '153245.626000', '153245.629000', '153245.632000', '153245.635000', '153245.638000', '153245.641000', '153245.644000', '153245.647000', '153245.650000', '153245.653000', '153245.656000', '153245.659000', '153245.661000', '153245.664000', '153245.667000', '153245.670000', '153245.673000', '153245.676000', '153245.679000', '153245.682000', '153245.685000', '153245.687000', '153245.690000', '153245.693000', '153245.696000', '153245.699000', '153305.574000', '153305.577000', '153305.580000', '153305.583000', '153305.586000', '153305.589000', '153305.592000', '153305.595000', '153305.597000', '153305.600000', '153305.603000', '153305.606000', '153305.609000', '153305.612000', '153305.615000', '153305.618000', '153305.621000', '153305.624000', '153305.626000', '153305.629000', '153305.632000', '153305.635000', '153305.638000', '153305.641000', '153305.644000', '153305.647000', '153305.651000', '153305.654000', '153305.657000', '153305.660000', '153305.663000', '153305.666000', '153305.669000', '153305.672000', '153305.675000', '153305.678000', '153305.680000', '153305.683000', '153305.686000', '153305.689000', '153305.692000', '153305.695000', '153305.698000', '153325.573000', '153325.576000', '153325.579000', '153325.582000', '153325.585000', '153325.588000', '153325.591000', '153325.594000', '153325.597000', '153325.599000', '153325.602000', '153325.605000', '153325.608000', '153325.611000', '153325.614000', '153325.617000', '153325.620000', '153325.623000', '153325.626000', '153325.629000', '153325.632000', '153325.634000', '153325.637000', '153325.640000', '153325.643000', '153325.646000', '153325.649000', '153325.652000', '153325.655000', '153325.658000', '153325.661000', '153325.664000', '153325.666000', '153325.669000', '153325.672000', '153325.675000', '153325.678000', '153325.681000', '153325.684000', '153325.687000', '153325.690000', '153325.693000', '153325.695000', '153325.698000', '153345.573000', '153345.576000', '153345.579000', '153345.582000', '153345.585000', '153345.588000', '153345.591000', '153345.594000', '153345.597000', '153345.600000', '153345.603000', '153345.606000', '153345.609000', '153345.612000', '153345.615000', '153345.618000', '153345.621000', '153345.624000', '153345.627000', '153345.630000', '153345.633000', '153345.636000', '153345.639000', '153345.641000', '153345.644000', '153345.647000', '153345.650000', '153345.653000', '153345.656000', '153345.659000', '153345.662000', '153345.665000', '153345.668000', '153345.672000', '153345.675000', '153345.679000', '153345.682000', '153345.685000', '153345.688000', '153345.691000', '153345.693000', '153345.696000', '153345.699000', '153405.573000', '153405.576000', '153405.579000', '153405.582000', '153405.585000', '153405.588000', '153405.591000', '153405.594000', '153405.597000', '153405.600000', '153405.602000', '153405.605000', '153405.608000', '153405.611000', '153405.614000', '153405.617000', '153405.620000', '153405.623000', '153405.626000', '153405.629000', '153405.632000', '153405.634000', '153405.637000', '153405.640000', '153405.643000', '153405.646000', '153405.649000', '153405.652000', '153405.655000', '153405.658000', '153405.661000', '153405.664000', '153405.667000', '153405.671000', '153405.674000', '153405.676000', '153405.679000', '153405.682000', '153405.685000', '153405.688000', '153405.691000', '153405.694000', '153405.697000', '153405.700000', '153425.574000', '153425.577000', '153425.580000', '153425.583000', '153425.586000', '153425.589000', '153425.592000', '153425.595000', '153425.598000', '153425.600000', '153425.603000', '153425.608000', '153425.611000', '153425.614000', '153425.617000', '153425.620000', '153425.623000', '153425.626000', '153425.629000', '153425.631000', '153425.634000', '153425.649000', '153425.652000', '153425.655000', '153425.658000', '153425.661000', '153425.663000', '153425.666000', '153425.669000', '153425.672000', '153425.675000', '153425.678000', '153425.681000', '153425.684000', '153425.687000', '153425.689000', '153425.692000', '153425.695000', '153425.699000', '153425.705000', '153425.708000', '153425.711000', '153425.714000', '153445.574000', '153445.577000', '153445.580000', '153445.583000', '153445.586000', '153445.589000', '153445.592000', '153445.595000', '153445.598000', '153445.600000', '153445.603000', '153445.606000', '153445.609000', '153445.612000', '153445.615000', '153445.618000', '153445.621000', '153445.624000', '153445.627000', '153445.629000', '153445.632000', '153445.635000', '153445.638000', '153445.641000', '153445.644000', '153445.647000', '153445.650000', '153445.653000', '153445.656000', '153445.659000', '153445.662000', '153445.665000', '153445.667000', '153445.670000', '153445.673000', '153445.676000', '153445.679000', '153445.682000', '153445.685000', '153445.688000', '153445.691000', '153445.694000', '153445.697000', '153445.699000', '153505.574000', '153505.577000', '153505.580000', '153505.583000', '153505.586000', '153505.589000', '153505.592000', '153505.595000', '153505.598000', '153505.601000', '153505.604000', '153505.606000', '153505.609000', '153505.612000', '153505.615000', '153505.618000', '153505.621000', '153505.624000', '153505.627000', '153505.630000', '153505.633000', '153505.636000', '153505.639000', '153505.643000', '153505.646000', '153505.649000', '153505.652000', '153505.655000', '153505.658000', '153505.661000', '153505.664000', '153505.667000', '153505.670000', '153505.673000', '153505.676000', '153505.679000', '153505.682000', '153505.684000', '153505.687000', '153505.690000', '153505.693000', '153505.697000', '153505.700000', '153510.810000', '153510.814000', '153510.817000', '153510.820000', '153510.824000', '153510.827000', '153510.830000', '153510.833000', '153510.836000', '153510.839000', '153510.842000', '153510.845000'], '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': [8963, 12330, 8261, 11273, 7154, 10843, 7163, 11981, 8061, 13041, 8834, 10880, 11086, 12181, 11361, 11410, 11911, 8076, 12811, 7604, 13451, 8764, 11015, 8054, 12466, 9069, 7887, 12278, 7564, 11049, 7747, 13187, 10253, 11753, 11704, 12565, 11932, 9103, 12549, 7537, 11687, 7355, 12051, 8453, 12042, 7812, 10786, 9489, 13488, 9135, 12584, 7683, 11729, 7075, 11211, 7373, 12387, 8090, 12923, 8371, 8882, 7021, 9130, 7042, 11004, 8240, 11785, 7308, 11233, 7765, 11743, 11600, 10645, 14271, 9334, 13451, 8712, 12093, 8560, 12188, 7338, 11912, 7935, 11248, 7515, 11554, 8037, 12928, 8657, 12351, 8543, 11488, 10590, 13157, 11679, 10879, 11348, 8947, 13232, 8325, 12200, 9303, 11812, 8026, 12333, 8137, 12636, 9101, 13577, 10002, 11626, 10053, 11282, 11608, 8578, 11677, 7656, 10492, 7295, 11278, 8678, 12153, 9162, 8294, 10476, 7322, 12011, 12866, 9394, 12175, 9296, 12715, 10662, 13422, 11363, 13629, 10951, 8194, 12412, 7814, 11184, 7798, 11779, 7415, 11606, 8657, 12303, 10961, 11466, 11749, 8477, 12246, 7498, 12668, 9086, 10942, 7702, 11298, 8254, 12109, 8365, 12770, 8527, 11924, 7474, 11363, 7535, 12485, 8519, 11925, 7748, 11629, 8814, 12375, 9231, 12275, 9187, 12538, 8680, 11855, 7579, 12100, 8930, 11152, 7488, 12272, 8418, 11303, 9921, 11185, 11316, 10366, 10412, 8699, 10159, 8988, 11786, 9438, 8326, 9237, 8754, 10776, 11116, 11411, 10069, 11011, 10283, 11617, 14466, 10883, 13393, 9686, 12419, 9359, 12856, 9649, 12679, 8443, 12430, 9034, 11513, 9988, 12850, 11133, 9090, 12405, 8142, 11022, 7482, 11526, 8524, 11431, 7309, 12989, 8778, 12236, 9857, 11703, 8814, 11130, 9230, 11390, 12172, 11530, 8752, 10043, 8622, 9676, 10957, 9500, 13266, 9598, 9085, 9141, 8884, 9905, 10338, 11223, 8960, 11231, 8761, 11367, 11747, 11642, 13653, 9182, 12677, 8984, 11795, 9112, 12584, 8096, 12086, 8911, 11635, 9492, 13116, 9991, 10185, 12376, 7677, 10700, 9069, 10099, 14893, 10780, 12248, 8342, 12808, 11298, 13786, 11561, 14415, 10820, 10312, 10634, 9315, 11223, 11210, 11636, 9164, 13054, 7989, 11130, 7345, 12582, 8839, 10780, 7261, 10920, 7076, 13196, 9078, 12101, 10006, 11458, 8414, 11971, 8288, 12615, 8668, 11396, 7580, 10741, 7169, 13188, 9561, 12062, 9421, 11241, 9080, 10757, 11182, 11201, 12628, 10311, 12040, 8969, 12475, 8768, 12899, 8558, 11154, 8805, 12387, 9159, 12176, 8463, 11887, 8219, 11619, 7273, 11462, 7688, 11832, 7680, 11162, 8622, 11961, 8503, 12839, 8977, 11952, 8094, 11587, 7967, 12057, 8824, 12187, 7912, 11195, 8597, 12073, 9488, 13506, 10811, 10737, 11048, 12855, 11274, 13558, 10665, 11520, 10359, 10940, 11390, 11290, 11731, 11626, 12479, 8331, 11397, 7596, 10404, 7301, 11709, 8101, 12279, 9317, 11626, 11365, 13655, 12014, 10990, 11590, 9707, 11358, 12628, 11675, 9100, 12929, 8147, 12738, 7911, 13732, 9059, 11597, 7630, 11565, 7269, 14435, 9462, 11348, 7539, 11027, 7126, 13449, 8440, 12345, 7893, 11281, 7229, 12236, 7353, 13769, 9334, 10194, 7041, 10576, 7021, 12092, 8582, 12967, 8147, 11864, 8880, 12234, 9099, 13363, 9591, 11347, 9655, 11159, 11007, 13856, 11118, 9714, 9461, 8607, 10189, 9039, 13392, 8406, 12305, 7943, 14255, 9434, 13085, 8631, 11302, 7732, 13074, 8784, 13736, 10966, 14267, 8723, 8171, 10120, 7099, 12588, 10963, 10666, 13533, 8595, 12550, 7579, 11500, 7723, 12067, 7827, 12833, 8910, 11437, 8171, 11140, 8566, 11420, 12475, 11243, 13132, 8872, 13024, 8369, 12038, 7297, 12093, 7197, 11509, 7411, 11410, 10075, 7961, 8987, 7313, 11318, 10909, 10912, 13400, 8625, 12213, 7839, 11287, 7324, 11429, 8321, 11867, 9924, 8099, 12863, 8530, 11051, 7606, 10358, 7864, 11516, 9786, 10209, 12325, 8638, 10700, 7704, 11398, 8721, 12285, 11045, 9979, 14213, 10357, 10111, 8409, 12026, 10340, 13519, 12529, 9770, 13579, 8782, 13076, 8254, 12327, 8890, 10547, 8100, 10996, 8537, 12589, 8748, 11392, 10163, 8119, 8661, 7500, 9320, 11303, 7821, 12550, 9924, 12760, 9668, 13004, 9149, 12537, 10981, 11832, 12478, 9383, 12747, 7071, 13220, 8832, 11249, 8310, 10597, 8233, 11156, 8387, 8922, 7685, 9708, 7385, 13112, 9939, 12013, 13951, 9374, 12247, 8160, 11490, 7859, 12414, 10121, 11262, 9540, 9184, 10999, 8436, 9016, 10814, 8611, 11006, 8172, 12879, 10284, 13722, 9150, 13185, 8983, 13847, 10432, 13403, 9273, 11095, 7574, 10983, 8147, 13122, 8378, 12413, 7996, 11592, 7354, 11834, 8802, 10227, 8014, 11685, 8768, 12605, 9554, 11920, 10536, 9337, 11301, 9762, 12565, 9977, 11862, 9483, 11672, 8953, 12490, 10311, 13564, 8928, 12261, 8021, 13663, 8717, 12522, 8655, 10047, 7263, 11013, 7618, 14035, 10785, 8199, 12228, 7678, 12399, 8861, 12236, 8503, 11700, 8196, 12080, 9812, 13117, 11176, 11622, 11687, 9022, 12444, 10800, 12190, 10092, 12606, 8440, 12215, 8101, 10576, 7689, 10524, 9146, 9602, 11525, 8075, 10869, 10233, 9960, 12944, 10753, 12914, 9500, 12131, 8607, 12564, 9890, 11938, 8974, 12525, 7836, 8974, 7117, 10262, 8097, 11376, 8607, 11912, 9714, 12037, 8386, 13206, 9210, 12674, 8512, 12276, 9214, 11859, 8542, 10691, 9690, 10430, 12242, 8562, 10857, 7672, 11130, 7685, 11607, 9859, 11466, 11880, 9154, 11116, 7765, 11335, 8301, 10593, 7840, 9050, 9219, 8474, 11716, 8030, 10162, 9993, 12672, 11292, 13526, 11215, 12865, 10198, 12283, 9070, 13046, 9874, 12501, 8139, 11662, 8751, 10908, 8836, 11520, 8766, 10855, 9013, 9717, 12467, 9079, 12215, 8447, 10939, 7608, 10098, 7560, 12981, 8796, 13083, 8420, 11235, 7734, 11928, 8213, 12769, 9602, 12850, 8540, 12492, 7966, 13584, 9848, 10290, 7734, 10631, 7695, 13815, 10127, 10541, 8030, 10023, 7356, 10851, 7470, 13205, 10320, 10091, 11726, 10303, 12927, 10669, 12846, 9223, 12786, 9482, 13217, 10226, 12881, 8703, 10468, 7321, 11339, 7687, 13825, 9380, 10714, 7470, 10616, 7767, 11530, 8374, 12462, 8622, 11878, 9713, 9610, 10907, 10928, 11904, 9848, 11838, 8782, 11556, 9351, 12138, 9510, 13066, 8161, 11495, 7254, 11377], 'WindowCenter': [4124.0, 4149.0, 4093.0, 4123.0, 4071.0, 4112.0, 4073.0, 4134.0, 4092.0, 4121.0, 4102.0, 4110.0, 4123.0, 4131.0, 4122.0, 4122.0, 4132.0, 4081.0, 4132.0, 4082.0, 4143.0, 4102.0, 4122.0, 4080.0, 4130.0, 4101.0, 4081.0, 4133.0, 4095.0, 4135.0, 4095.0, 4143.0, 4125.0, 4133.0, 4146.0, 4147.0, 4133.0, 4100.0, 4133.0, 4081.0, 4121.0, 4081.0, 4132.0, 4091.0, 4133.0, 4083.0, 4123.0, 4125.0, 4143.0, 4113.0, 4132.0, 4082.0, 4131.0, 4070.0, 4121.0, 4081.0, 4134.0, 4094.0, 4143.0, 4093.0, 4103.0, 4084.0, 4114.0, 4086.0, 4137.0, 4107.0, 4147.0, 4096.0, 4136.0, 4095.0, 4146.0, 4123.0, 4124.0, 4142.0, 4103.0, 4132.0, 4103.0, 4131.0, 4104.0, 4124.0, 4082.0, 4135.0, 4094.0, 4135.0, 4097.0, 4136.0, 4107.0, 4155.0, 4105.0, 4145.0, 4116.0, 4135.0, 4136.0, 4158.0, 4148.0, 4136.0, 4134.0, 4103.0, 4145.0, 4106.0, 4144.0, 4115.0, 4135.0, 4093.0, 4134.0, 4094.0, 4145.0, 4095.0, 4142.0, 4113.0, 4122.0, 4112.0, 4134.0, 4133.0, 4091.0, 4132.0, 4082.0, 4122.0, 4083.0, 4134.0, 4105.0, 4146.0, 4116.0, 4104.0, 4135.0, 4096.0, 4147.0, 4158.0, 4128.0, 4148.0, 4117.0, 4144.0, 4125.0, 4143.0, 4135.0, 4132.0, 4122.0, 4080.0, 4131.0, 4081.0, 4122.0, 4083.0, 4132.0, 4083.0, 4121.0, 4104.0, 4133.0, 4136.0, 4133.0, 4136.0, 4106.0, 4145.0, 4084.0, 4147.0, 4115.0, 4135.0, 4095.0, 4135.0, 4104.0, 4136.0, 4106.0, 4144.0, 4102.0, 4133.0, 4084.0, 4121.0, 4092.0, 4144.0, 4103.0, 4121.0, 4081.0, 4121.0, 4103.0, 4142.0, 4115.0, 4133.0, 4113.0, 4133.0, 4102.0, 4135.0, 4083.0, 4132.0, 4103.0, 4123.0, 4070.0, 4123.0, 4079.0, 4120.0, 4100.0, 4121.0, 4111.0, 4112.0, 4109.0, 4102.0, 4112.0, 4115.0, 4133.0, 4115.0, 4103.0, 4114.0, 4115.0, 4147.0, 4137.0, 4148.0, 4125.0, 4137.0, 4122.0, 4135.0, 4153.0, 4123.0, 4131.0, 4103.0, 4121.0, 4101.0, 4131.0, 4112.0, 4130.0, 4091.0, 4130.0, 4103.0, 4122.0, 4124.0, 4144.0, 4133.0, 4103.0, 4145.0, 4092.0, 4121.0, 4096.0, 4136.0, 4104.0, 4133.0, 4083.0, 4143.0, 4105.0, 4135.0, 4113.0, 4123.0, 4089.0, 4122.0, 4101.0, 4122.0, 4121.0, 4121.0, 4090.0, 4110.0, 4088.0, 4114.0, 4122.0, 4114.0, 4142.0, 4113.0, 4103.0, 4114.0, 4103.0, 4125.0, 4124.0, 4136.0, 4116.0, 4136.0, 4104.0, 4136.0, 4135.0, 4149.0, 4146.0, 4102.0, 4130.0, 4102.0, 4120.0, 4114.0, 4134.0, 4093.0, 4133.0, 4113.0, 4133.0, 4114.0, 4144.0, 4127.0, 4122.0, 4144.0, 4096.0, 4136.0, 4116.0, 4127.0, 4171.0, 4138.0, 4147.0, 4106.0, 4145.0, 4136.0, 4144.0, 4134.0, 4144.0, 4121.0, 4110.0, 4110.0, 4100.0, 4121.0, 4123.0, 4132.0, 4099.0, 4132.0, 4080.0, 4121.0, 4082.0, 4132.0, 4103.0, 4123.0, 4084.0, 4122.0, 4072.0, 4133.0, 4101.0, 4134.0, 4112.0, 4120.0, 4080.0, 4130.0, 4091.0, 4145.0, 4104.0, 4133.0, 4082.0, 4123.0, 4083.0, 4155.0, 4114.0, 4135.0, 4102.0, 4122.0, 4091.0, 4122.0, 4122.0, 4134.0, 4129.0, 4112.0, 4130.0, 4102.0, 4130.0, 4102.0, 4142.0, 4103.0, 4122.0, 4115.0, 4143.0, 4115.0, 4147.0, 4104.0, 4134.0, 4102.0, 4133.0, 4082.0, 4132.0, 4094.0, 4134.0, 4094.0, 4134.0, 4104.0, 4135.0, 4116.0, 4145.0, 4115.0, 4134.0, 4094.0, 4134.0, 4095.0, 4134.0, 4104.0, 4135.0, 4094.0, 4134.0, 4103.0, 4133.0, 4125.0, 4145.0, 4134.0, 4124.0, 4135.0, 4142.0, 4134.0, 4144.0, 4123.0, 4121.0, 4124.0, 4121.0, 4133.0, 4123.0, 4146.0, 4133.0, 4132.0, 4091.0, 4132.0, 4082.0, 4124.0, 4094.0, 4146.0, 4105.0, 4143.0, 4126.0, 4135.0, 4146.0, 4156.0, 4144.0, 4123.0, 4134.0, 4113.0, 4133.0, 4131.0, 4132.0, 4101.0, 4145.0, 4090.0, 4143.0, 4092.0, 4155.0, 4113.0, 4133.0, 4083.0, 4133.0, 4082.0, 4155.0, 4113.0, 4122.0, 4081.0, 4121.0, 4071.0, 4141.0, 4093.0, 4132.0, 4081.0, 4122.0, 4071.0, 4132.0, 4082.0, 4155.0, 4103.0, 4121.0, 4072.0, 4122.0, 4084.0, 4144.0, 4105.0, 4145.0, 4094.0, 4133.0, 4104.0, 4133.0, 4115.0, 4142.0, 4112.0, 4122.0, 4116.0, 4122.0, 4135.0, 4155.0, 4135.0, 4110.0, 4113.0, 4103.0, 4135.0, 4116.0, 4157.0, 4105.0, 4146.0, 4106.0, 4168.0, 4128.0, 4157.0, 4116.0, 4135.0, 4094.0, 4144.0, 4104.0, 4155.0, 4126.0, 4156.0, 4108.0, 4104.0, 4125.0, 4084.0, 4145.0, 4122.0, 4111.0, 4129.0, 4090.0, 4120.0, 4080.0, 4120.0, 4068.0, 4120.0, 4068.0, 4130.0, 4087.0, 4108.0, 4065.0, 4108.0, 4076.0, 4108.0, 4116.0, 4108.0, 4117.0, 4087.0, 4114.0, 4065.0, 4104.0, 4053.0, 4104.0, 4044.0, 4095.0, 4056.0, 4106.0, 4099.0, 4077.0, 4089.0, 4070.0, 4121.0, 4123.0, 4123.0, 4142.0, 4091.0, 4129.0, 4081.0, 4120.0, 4072.0, 4120.0, 4091.0, 4121.0, 4110.0, 4079.0, 4143.0, 4104.0, 4133.0, 4093.0, 4121.0, 4093.0, 4135.0, 4126.0, 4125.0, 4157.0, 4116.0, 4137.0, 4107.0, 4148.0, 4119.0, 4158.0, 4149.0, 4137.0, 4166.0, 4138.0, 4141.0, 4118.0, 4147.0, 4138.0, 4154.0, 4157.0, 4125.0, 4155.0, 4105.0, 4147.0, 4108.0, 4144.0, 4104.0, 4124.0, 4093.0, 4123.0, 4117.0, 4146.0, 4116.0, 4136.0, 4126.0, 4094.0, 4113.0, 4094.0, 4124.0, 4149.0, 4119.0, 4171.0, 4140.0, 4159.0, 4128.0, 4156.0, 4116.0, 4147.0, 4112.0, 4133.0, 4119.0, 4088.0, 4120.0, 4070.0, 4132.0, 4089.0, 4108.0, 4077.0, 4111.0, 4102.0, 4144.0, 4117.0, 4127.0, 4108.0, 4139.0, 4109.0, 4171.0, 4139.0, 4162.0, 4168.0, 4115.0, 4135.0, 4093.0, 4134.0, 4093.0, 4145.0, 4123.0, 4123.0, 4101.0, 4103.0, 4123.0, 4106.0, 4113.0, 4136.0, 4115.0, 4147.0, 4117.0, 4170.0, 4150.0, 4171.0, 4128.0, 4159.0, 4117.0, 4168.0, 4136.0, 4159.0, 4116.0, 4135.0, 4094.0, 4124.0, 4095.0, 4135.0, 4104.0, 4132.0, 4093.0, 4122.0, 4083.0, 4134.0, 4103.0, 4111.0, 4093.0, 4133.0, 4103.0, 4145.0, 4126.0, 4135.0, 4136.0, 4113.0, 4134.0, 4125.0, 4145.0, 4126.0, 4135.0, 4114.0, 4135.0, 4104.0, 4145.0, 4125.0, 4146.0, 4102.0, 4133.0, 4093.0, 4144.0, 4103.0, 4145.0, 4101.0, 4111.0, 4081.0, 4136.0, 4106.0, 4155.0, 4135.0, 4104.0, 4145.0, 4095.0, 4157.0, 4116.0, 4145.0, 4116.0, 4135.0, 4106.0, 4146.0, 4126.0, 4146.0, 4137.0, 4135.0, 4159.0, 4115.0, 4144.0, 4135.0, 4145.0, 4122.0, 4132.0, 4091.0, 4131.0, 4092.0, 4124.0, 4108.0, 4150.0, 4128.0, 4127.0, 4147.0, 4117.0, 4149.0, 4137.0, 4138.0, 4159.0, 4137.0, 4149.0, 4113.0, 4135.0, 4091.0, 4136.0, 4113.0, 4121.0, 4091.0, 4121.0, 4070.0, 4090.0, 4072.0, 4112.0, 4092.0, 4135.0, 4107.0, 4135.0, 4115.0, 4135.0, 4093.0, 4146.0, 4104.0, 4133.0, 4101.0, 4136.0, 4101.0, 4132.0, 4090.0, 4124.0, 4113.0, 4127.0, 4133.0, 4106.0, 4125.0, 4083.0, 4123.0, 4082.0, 4135.0, 4112.0, 4136.0, 4133.0, 4104.0, 4122.0, 4093.0, 4135.0, 4106.0, 4124.0, 4095.0, 4114.0, 4128.0, 4107.0, 4158.0, 4108.0, 4150.0, 4141.0, 4169.0, 4151.0, 4158.0, 4148.0, 4147.0, 4126.0, 4123.0, 4090.0, 4133.0, 4100.0, 4122.0, 4067.0, 4108.0, 4075.0, 4110.0, 4090.0, 4120.0, 4090.0, 4122.0, 4090.0, 4114.0, 4132.0, 4103.0, 4133.0, 4090.0, 4121.0, 4083.0, 4112.0, 4082.0, 4156.0, 4105.0, 4143.0, 4094.0, 4134.0, 4094.0, 4144.0, 4118.0, 4159.0, 4126.0, 4157.0, 4118.0, 4157.0, 4106.0, 4158.0, 4127.0, 4138.0, 4097.0, 4137.0, 4105.0, 4170.0, 4137.0, 4138.0, 4094.0, 4114.0, 4083.0, 4133.0, 4096.0, 4158.0, 4137.0, 4137.0, 4148.0, 4137.0, 4156.0, 4137.0, 4145.0, 4114.0, 4145.0, 4112.0, 4145.0, 4124.0, 4135.0, 4090.0, 4110.0, 4071.0, 4122.0, 4083.0, 4154.0, 4103.0, 4110.0, 4071.0, 4109.0, 4082.0, 4122.0, 4103.0, 4144.0, 4102.0, 4133.0, 4113.0, 4112.0, 4134.0, 4133.0, 4146.0, 4113.0, 4134.0, 4103.0, 4134.0, 4102.0, 4134.0, 4112.0, 4144.0, 4092.0, 4133.0, 4083.0, 4134.0], 'WindowWidth': [9163.0, 9192.0, 9109.0, 9146.0, 9074.0, 9127.0, 9081.0, 9161.0, 9102.0, 9131.0, 9115.0, 9122.0, 9144.0, 9152.0, 9142.0, 9138.0, 9154.0, 9084.0, 9155.0, 9089.0, 9170.0, 9117.0, 9139.0, 9083.0, 9148.0, 9112.0, 9085.0, 9158.0, 9111.0, 9163.0, 9111.0, 9173.0, 9150.0, 9158.0, 9183.0, 9183.0, 9158.0, 9108.0, 9156.0, 9086.0, 9139.0, 9085.0, 9154.0, 9100.0, 9156.0, 9094.0, 9144.0, 9150.0, 9171.0, 9132.0, 9157.0, 9090.0, 9153.0, 9071.0, 9138.0, 9087.0, 9160.0, 9108.0, 9173.0, 9105.0, 9118.0, 9097.0, 9137.0, 9104.0, 9172.0, 9131.0, 9184.0, 9116.0, 9169.0, 9111.0, 9183.0, 9145.0, 9146.0, 9169.0, 9118.0, 9154.0, 9118.0, 9152.0, 9121.0, 9140.0, 9092.0, 9164.0, 9108.0, 9165.0, 9119.0, 9168.0, 9132.0, 9194.0, 9126.0, 9178.0, 9142.0, 9166.0, 9169.0, 9201.0, 9188.0, 9166.0, 9162.0, 9118.0, 9177.0, 9128.0, 9177.0, 9137.0, 9164.0, 9106.0, 9161.0, 9107.0, 9177.0, 9102.0, 9169.0, 9131.0, 9140.0, 9129.0, 9162.0, 9158.0, 9099.0, 9157.0, 9088.0, 9143.0, 9094.0, 9162.0, 9125.0, 9181.0, 9143.0, 9124.0, 9166.0, 9117.0, 9184.0, 9199.0, 9160.0, 9188.0, 9143.0, 9176.0, 9150.0, 9172.0, 9164.0, 9153.0, 9140.0, 9081.0, 9149.0, 9084.0, 9142.0, 9091.0, 9157.0, 9090.0, 9139.0, 9120.0, 9160.0, 9168.0, 9159.0, 9167.0, 9126.0, 9178.0, 9095.0, 9183.0, 9140.0, 9165.0, 9112.0, 9163.0, 9123.0, 9167.0, 9128.0, 9177.0, 9118.0, 9158.0, 9094.0, 9141.0, 9103.0, 9174.0, 9118.0, 9139.0, 9086.0, 9139.0, 9120.0, 9170.0, 9139.0, 9160.0, 9134.0, 9158.0, 9118.0, 9164.0, 9092.0, 9155.0, 9116.0, 9145.0, 9070.0, 9143.0, 9079.0, 9136.0, 9110.0, 9139.0, 9123.0, 9127.0, 9119.0, 9116.0, 9130.0, 9138.0, 9159.0, 9138.0, 9121.0, 9137.0, 9140.0, 9187.0, 9171.0, 9186.0, 9151.0, 9170.0, 9145.0, 9165.0, 9188.0, 9146.0, 9152.0, 9115.0, 9136.0, 9110.0, 9151.0, 9129.0, 9150.0, 9099.0, 9149.0, 9116.0, 9140.0, 9148.0, 9174.0, 9158.0, 9119.0, 9176.0, 9103.0, 9143.0, 9114.0, 9167.0, 9121.0, 9159.0, 9092.0, 9174.0, 9123.0, 9164.0, 9129.0, 9145.0, 9093.0, 9141.0, 9111.0, 9141.0, 9137.0, 9138.0, 9095.0, 9123.0, 9091.0, 9133.0, 9141.0, 9135.0, 9167.0, 9131.0, 9118.0, 9135.0, 9119.0, 9151.0, 9149.0, 9167.0, 9140.0, 9167.0, 9122.0, 9168.0, 9166.0, 9190.0, 9180.0, 9116.0, 9149.0, 9115.0, 9138.0, 9134.0, 9161.0, 9106.0, 9158.0, 9133.0, 9158.0, 9135.0, 9176.0, 9156.0, 9144.0, 9175.0, 9114.0, 9168.0, 9143.0, 9157.0, 9221.0, 9174.0, 9186.0, 9130.0, 9178.0, 9167.0, 9174.0, 9160.0, 9174.0, 9140.0, 9122.0, 9123.0, 9108.0, 9136.0, 9145.0, 9155.0, 9105.0, 9151.0, 9081.0, 9139.0, 9088.0, 9156.0, 9117.0, 9146.0, 9093.0, 9142.0, 9074.0, 9158.0, 9112.0, 9162.0, 9131.0, 9134.0, 9080.0, 9151.0, 9099.0, 9177.0, 9123.0, 9158.0, 9091.0, 9146.0, 9094.0, 9192.0, 9136.0, 9165.0, 9114.0, 9141.0, 9098.0, 9141.0, 9144.0, 9161.0, 9148.0, 9127.0, 9148.0, 9114.0, 9149.0, 9118.0, 9168.0, 9120.0, 9144.0, 9137.0, 9171.0, 9139.0, 9186.0, 9124.0, 9160.0, 9117.0, 9159.0, 9091.0, 9157.0, 9108.0, 9161.0, 9109.0, 9160.0, 9124.0, 9165.0, 9144.0, 9179.0, 9138.0, 9163.0, 9110.0, 9162.0, 9110.0, 9161.0, 9122.0, 9165.0, 9110.0, 9160.0, 9121.0, 9161.0, 9152.0, 9177.0, 9163.0, 9147.0, 9164.0, 9170.0, 9163.0, 9174.0, 9145.0, 9140.0, 9146.0, 9139.0, 9157.0, 9145.0, 9180.0, 9160.0, 9154.0, 9097.0, 9156.0, 9091.0, 9148.0, 9111.0, 9180.0, 9126.0, 9174.0, 9155.0, 9163.0, 9182.0, 9194.0, 9176.0, 9145.0, 9161.0, 9130.0, 9158.0, 9154.0, 9155.0, 9112.0, 9174.0, 9098.0, 9170.0, 9105.0, 9191.0, 9135.0, 9161.0, 9092.0, 9159.0, 9090.0, 9191.0, 9133.0, 9143.0, 9087.0, 9138.0, 9072.0, 9168.0, 9107.0, 9156.0, 9087.0, 9143.0, 9074.0, 9155.0, 9092.0, 9192.0, 9119.0, 9142.0, 9078.0, 9143.0, 9096.0, 9176.0, 9124.0, 9179.0, 9110.0, 9159.0, 9122.0, 9161.0, 9139.0, 9171.0, 9131.0, 9143.0, 9141.0, 9143.0, 9164.0, 9192.0, 9163.0, 9127.0, 9132.0, 9119.0, 9167.0, 9144.0, 9198.0, 9126.0, 9184.0, 9130.0, 9215.0, 9162.0, 9199.0, 9143.0, 9165.0, 9109.0, 9177.0, 9123.0, 9194.0, 9153.0, 9197.0, 9128.0, 9125.0, 9153.0, 9097.0, 9180.0, 9140.0, 9124.0, 9145.0, 9096.0, 9135.0, 9082.0, 9134.0, 9064.0, 9133.0, 9062.0, 9148.0, 9088.0, 9114.0, 9053.0, 9114.0, 9069.0, 9115.0, 9122.0, 9114.0, 9124.0, 9084.0, 9117.0, 9051.0, 9102.0, 9034.0, 9100.0, 9022.0, 9090.0, 9042.0, 9107.0, 9104.0, 9072.0, 9092.0, 9071.0, 9138.0, 9145.0, 9145.0, 9170.0, 9098.0, 9148.0, 9083.0, 9134.0, 9075.0, 9136.0, 9097.0, 9136.0, 9122.0, 9080.0, 9171.0, 9123.0, 9158.0, 9106.0, 9141.0, 9108.0, 9166.0, 9156.0, 9152.0, 9196.0, 9141.0, 9172.0, 9133.0, 9189.0, 9152.0, 9203.0, 9193.0, 9174.0, 9213.0, 9176.0, 9183.0, 9148.0, 9187.0, 9174.0, 9192.0, 9198.0, 9154.0, 9193.0, 9125.0, 9183.0, 9134.0, 9177.0, 9122.0, 9148.0, 9107.0, 9147.0, 9145.0, 9183.0, 9142.0, 9168.0, 9155.0, 9110.0, 9135.0, 9113.0, 9153.0, 9191.0, 9154.0, 9226.0, 9183.0, 9204.0, 9161.0, 9199.0, 9141.0, 9182.0, 9128.0, 9156.0, 9133.0, 9090.0, 9133.0, 9069.0, 9154.0, 9092.0, 9116.0, 9073.0, 9125.0, 9117.0, 9179.0, 9146.0, 9160.0, 9138.0, 9178.0, 9141.0, 9226.0, 9182.0, 9214.0, 9215.0, 9140.0, 9165.0, 9106.0, 9161.0, 9105.0, 9178.0, 9146.0, 9146.0, 9112.0, 9118.0, 9144.0, 9129.0, 9136.0, 9167.0, 9139.0, 9186.0, 9147.0, 9224.0, 9195.0, 9225.0, 9163.0, 9205.0, 9146.0, 9217.0, 9168.0, 9206.0, 9139.0, 9164.0, 9109.0, 9148.0, 9111.0, 9157.0, 9122.0, 9157.0, 9106.0, 9143.0, 9094.0, 9160.0, 9118.0, 9127.0, 9106.0, 9158.0, 9120.0, 9182.0, 9157.0, 9163.0, 9167.0, 9133.0, 9163.0, 9154.0, 9181.0, 9154.0, 9164.0, 9133.0, 9164.0, 9123.0, 9181.0, 9150.0, 9180.0, 9117.0, 9159.0, 9105.0, 9176.0, 9121.0, 9177.0, 9115.0, 9128.0, 9087.0, 9169.0, 9133.0, 9192.0, 9166.0, 9123.0, 9180.0, 9113.0, 9199.0, 9144.0, 9181.0, 9142.0, 9166.0, 9128.0, 9180.0, 9156.0, 9182.0, 9171.0, 9165.0, 9207.0, 9139.0, 9176.0, 9169.0, 9180.0, 9144.0, 9155.0, 9101.0, 9154.0, 9103.0, 9149.0, 9135.0, 9197.0, 9164.0, 9162.0, 9189.0, 9149.0, 9191.0, 9175.0, 9175.0, 9208.0, 9173.0, 9190.0, 9134.0, 9164.0, 9099.0, 9165.0, 9129.0, 9138.0, 9096.0, 9135.0, 9066.0, 9094.0, 9075.0, 9130.0, 9104.0, 9163.0, 9128.0, 9164.0, 9138.0, 9164.0, 9106.0, 9179.0, 9120.0, 9159.0, 9112.0, 9165.0, 9113.0, 9156.0, 9098.0, 9148.0, 9131.0, 9156.0, 9161.0, 9125.0, 9151.0, 9092.0, 9145.0, 9089.0, 9164.0, 9131.0, 9166.0, 9157.0, 9121.0, 9142.0, 9108.0, 9168.0, 9128.0, 9149.0, 9112.0, 9135.0, 9162.0, 9133.0, 9204.0, 9136.0, 9196.0, 9185.0, 9222.0, 9199.0, 9204.0, 9188.0, 9183.0, 9153.0, 9146.0, 9095.0, 9157.0, 9105.0, 9137.0, 9059.0, 9115.0, 9068.0, 9120.0, 9096.0, 9135.0, 9096.0, 9141.0, 9096.0, 9132.0, 9154.0, 9120.0, 9160.0, 9098.0, 9140.0, 9090.0, 9128.0, 9090.0, 9195.0, 9124.0, 9174.0, 9108.0, 9162.0, 9109.0, 9176.0, 9150.0, 9204.0, 9157.0, 9201.0, 9151.0, 9200.0, 9130.0, 9203.0, 9158.0, 9174.0, 9119.0, 9173.0, 9129.0, 9222.0, 9172.0, 9174.0, 9109.0, 9136.0, 9093.0, 9161.0, 9118.0, 9201.0, 9175.0, 9172.0, 9189.0, 9175.0, 9201.0, 9171.0, 9181.0, 9135.0, 9179.0, 9129.0, 9180.0, 9148.0, 9164.0, 9097.0, 9124.0, 9073.0, 9141.0, 9093.0, 9191.0, 9118.0, 9123.0, 9072.0, 9122.0, 9091.0, 9143.0, 9119.0, 9175.0, 9119.0, 9160.0, 9134.0, 9130.0, 9164.0, 9160.0, 9180.0, 9133.0, 9162.0, 9118.0, 9161.0, 9115.0, 9161.0, 9129.0, 9174.0, 9102.0, 9158.0, 9091.0, 9162.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.0005087126436781609</td></tr>
<tr><td colspan=3>aqi</td><td>0.016113917701149425</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.23115400823938</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2259738194131193</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0144602871346373</td></tr>
<tr><td colspan=3>efc</td><td>0.439</td></tr>
<tr><td colspan=3>fber</td><td>6922.1626</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0859313604345668</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.7586206896551726</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.407846009544013</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3292099444673076</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5903538473320604</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3039742368326706</td></tr>
<tr><td colspan=3>gcor</td><td>0.0147626</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019344031810760498</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02272762358188629</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7979960317712673</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>46.1383</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.2945</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>144.6104</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310276.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>637.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>297.1436</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.147</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>549.6681</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3373.8621</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3588.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66268.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1062.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4440.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>944.7016</td></tr>
<tr><td colspan=3>tsnr</td><td>46.36070089880377</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>