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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0052/ses-01/func/sub-0052_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>2d8e797bfc0eadeef6a9f28b4eefde31</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:08:7.275000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99877, 0.00133566, 0.0495619, -0.0094135, 0.986562, 0.163113]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0941075</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4172, -7799, -7244, 618, -8, -134, 33, 37]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>239.056</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3ea8f6f9-db49-453d-b16e-03dbec7a2498||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6796274185180664, -0.025255728513002396, 0.1314307302236557, 108.91647338867188], [-0.003583471290767193, 2.6468749046325684, 0.4411243200302124, -97.76973724365234], [0.13297095894813538, -0.43762141466140747, 2.6604764461517334, -41.579071044921875], [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': ['130807.275000', '130807.735000', '130808.195000', '130808.655000', '130809.115000', '130809.575000', '130810.035000', '130810.495000', '130810.955000', '130811.415000', '130811.875000', '130812.335000', '130812.795000', '130813.255000', '130813.715000', '130814.175000', '130814.635000', '130815.095000', '130815.555000', '130816.015000', '130816.475000', '130816.935000', '130817.395000', '130817.855000', '130818.315000', '130818.775000', '130819.235000', '130819.695000', '130820.155000', '130820.615000', '130821.075000', '130821.535000', '130821.995000', '130822.455000', '130822.915000', '130823.375000', '130823.835000', '130824.295000', '130824.755000', '130825.215000', '130825.675000', '130826.135000', '130826.595000', '130827.055000', '130827.515000', '130827.975000', '130828.435000', '130828.895000', '130829.355000', '130829.815000', '130830.275000', '130830.735000', '130831.195000', '130831.655000', '130832.115000', '130832.575000', '130833.035000', '130833.495000', '130833.955000', '130834.415000', '130834.875000', '130835.335000', '130835.795000', '130836.255000', '130836.715000', '130837.175000', '130837.635000', '130838.095000', '130838.555000', '130839.015000', '130839.475000', '130839.935000', '130840.395000', '130840.855000', '130841.315000', '130841.775000', '130842.235000', '130842.695000', '130843.155000', '130843.615000', '130844.075000', '130844.535000', '130844.995000', '130845.455000', '130845.915000', '130846.375000', '130846.835000', '130847.295000', '130847.755000', '130848.215000', '130848.675000', '130849.135000', '130849.595000', '130850.055000', '130850.515000', '130850.975000', '130851.435000', '130851.895000', '130852.355000', '130852.815000', '130853.275000', '130853.735000', '130854.195000', '130854.655000', '130855.115000', '130855.575000', '130856.035000', '130856.495000', '130856.955000', '130857.415000', '130857.875000', '130858.335000', '130858.795000', '130859.255000', '130859.715000', '130900.175000', '130900.635000', '130901.095000', '130901.555000', '130902.015000', '130902.475000', '130902.935000', '130903.395000', '130903.855000', '130904.315000', '130904.775000', '130905.235000', '130905.695000', '130906.155000', '130906.615000', '130907.075000', '130907.535000', '130907.995000', '130908.455000', '130908.915000', '130909.375000', '130909.835000', '130910.295000', '130910.755000', '130911.215000', '130911.675000', '130912.135000', '130912.595000', '130913.055000', '130913.515000', '130913.975000', '130914.435000', '130914.895000', '130915.355000', '130915.815000', '130916.275000', '130916.735000', '130917.195000', '130917.655000', '130918.115000', '130918.575000', '130919.035000', '130919.495000', '130919.955000', '130920.415000', '130920.875000', '130921.335000', '130921.795000', '130922.255000', '130922.715000', '130923.175000', '130923.635000', '130924.095000', '130924.555000', '130925.015000', '130925.475000', '130925.935000', '130926.395000', '130926.855000', '130927.315000', '130927.775000', '130928.235000', '130928.695000', '130929.155000', '130929.615000', '130930.075000', '130930.535000', '130930.995000', '130931.455000', '130931.915000', '130932.375000', '130932.835000', '130933.295000', '130933.755000', '130934.215000', '130934.675000', '130935.135000', '130935.595000', '130936.055000', '130936.515000', '130936.975000', '130937.435000', '130937.895000', '130938.355000', '130938.815000', '130939.275000', '130939.735000', '130940.195000', '130940.655000', '130941.115000', '130941.575000', '130942.035000', '130942.495000', '130942.955000', '130943.415000', '130943.875000', '130944.335000', '130944.795000', '130945.255000', '130945.715000', '130946.175000', '130946.635000', '130947.095000', '130947.555000', '130948.015000', '130948.475000', '130948.935000', '130949.395000', '130949.855000', '130950.315000', '130950.775000', '130951.235000', '130951.695000', '130952.155000', '130952.615000', '130953.075000', '130953.535000', '130953.995000', '130954.455000', '130954.915000', '130955.375000', '130955.835000', '130956.295000', '130956.755000', '130957.215000', '130957.675000', '130958.135000', '130958.595000', '130959.055000', '130959.515000', '130959.975000', '131000.435000', '131000.895000', '131001.355000', '131001.815000', '131002.275000', '131002.735000', '131003.195000', '131003.655000', '131004.115000', '131004.575000', '131005.035000', '131005.495000', '131005.955000', '131006.415000', '131006.875000', '131007.335000', '131007.795000', '131008.255000', '131008.715000', '131009.175000', '131009.635000', '131010.095000', '131010.555000', '131011.015000', '131011.475000', '131011.935000', '131012.395000', '131012.855000', '131013.315000', '131013.775000', '131014.235000', '131014.695000', '131015.155000', '131015.615000', '131016.075000', '131016.535000', '131016.995000', '131017.455000', '131017.915000', '131018.375000', '131018.835000', '131019.295000', '131019.755000', '131020.215000', '131020.675000', '131021.135000', '131021.595000', '131022.055000', '131022.515000', '131022.975000', '131023.435000', '131023.895000', '131024.355000', '131024.815000', '131025.275000', '131025.735000', '131026.195000', '131026.655000', '131027.115000', '131027.575000', '131028.035000', '131028.495000', '131028.955000', '131029.415000', '131029.875000', '131030.335000', '131030.795000', '131031.255000', '131031.715000', '131032.175000', '131032.635000', '131033.095000', '131033.555000', '131034.015000', '131034.475000', '131034.935000', '131035.395000', '131035.855000', '131036.315000', '131036.775000', '131037.235000', '131037.695000', '131038.155000', '131038.615000', '131039.075000', '131039.535000', '131039.995000', '131040.455000', '131040.915000', '131041.375000', '131041.835000', '131042.295000', '131042.755000', '131043.215000', '131043.675000', '131044.135000', '131044.595000', '131045.055000', '131045.515000', '131045.975000', '131046.435000', '131046.895000', '131047.355000', '131047.815000', '131048.275000', '131048.735000', '131049.195000', '131049.655000', '131050.115000', '131050.575000', '131051.035000', '131051.495000', '131051.955000', '131052.415000', '131052.875000', '131053.335000', '131053.795000', '131054.255000', '131054.715000', '131055.175000', '131055.635000', '131056.095000', '131056.555000', '131057.015000', '131057.475000', '131057.935000', '131058.395000', '131058.855000', '131059.315000', '131059.775000', '131100.235000', '131100.695000', '131101.155000', '131101.615000', '131102.075000', '131102.535000', '131102.995000', '131103.455000', '131103.915000', '131104.375000', '131104.835000', '131105.295000', '131105.755000', '131106.215000', '131106.675000', '131107.135000', '131107.595000', '131108.055000', '131108.515000', '131108.975000', '131109.435000', '131109.895000', '131110.355000', '131110.815000', '131111.275000', '131111.735000', '131112.195000', '131112.655000', '131113.115000', '131113.575000', '131114.035000', '131114.495000', '131114.955000', '131115.415000', '131115.875000', '131116.335000', '131116.795000', '131117.255000', '131117.715000', '131118.175000', '131118.635000', '131119.095000', '131119.555000', '131120.015000', '131120.475000', '131120.935000', '131121.395000', '131121.855000', '131122.315000', '131122.775000', '131123.235000', '131123.695000', '131124.155000', '131124.615000', '131125.075000', '131125.535000', '131125.995000', '131126.455000', '131126.915000', '131127.375000', '131127.835000', '131128.295000', '131128.755000', '131129.215000', '131129.675000', '131130.135000', '131130.595000', '131131.055000', '131131.515000', '131131.975000', '131132.435000', '131132.895000', '131133.355000', '131133.815000', '131134.275000', '131134.735000', '131135.195000', '131135.655000', '131136.115000', '131136.575000', '131137.035000', '131137.495000', '131137.955000', '131138.415000', '131138.875000', '131139.335000', '131139.795000', '131140.255000', '131140.715000', '131141.175000', '131141.635000', '131142.095000', '131142.555000', '131143.015000', '131143.475000', '131143.935000', '131144.395000', '131144.855000', '131145.315000', '131145.775000', '131146.235000', '131146.695000', '131147.155000', '131147.615000', '131148.075000', '131148.535000', '131148.995000', '131149.455000', '131149.915000', '131150.375000', '131150.835000', '131151.295000', '131151.755000', '131152.215000', '131152.675000', '131153.135000', '131153.595000', '131154.055000', '131154.515000', '131154.975000', '131155.435000', '131155.895000', '131156.355000', '131156.815000', '131157.275000', '131157.735000', '131158.195000', '131158.655000', '131159.115000', '131159.575000', '131200.035000', '131200.495000', '131200.955000', '131201.415000', '131201.875000', '131202.335000', '131202.795000', '131203.255000', '131203.715000', '131204.175000', '131204.635000', '131205.095000', '131205.555000', '131206.015000', '131206.475000', '131206.935000', '131207.395000', '131207.855000', '131208.315000', '131208.775000', '131209.235000', '131209.695000', '131210.155000', '131210.615000', '131211.075000', '131211.535000', '131211.995000', '131212.455000', '131212.915000', '131213.375000', '131213.835000', '131214.295000', '131214.755000', '131215.215000', '131215.675000', '131216.135000', '131216.595000', '131217.055000', '131217.515000', '131217.975000', '131218.435000', '131218.895000', '131219.355000', '131219.815000', '131220.275000', '131220.735000', '131221.195000', '131221.655000', '131222.115000', '131222.575000', '131223.035000', '131223.495000', '131223.955000', '131224.415000', '131224.875000', '131225.335000', '131225.795000', '131226.255000', '131226.715000', '131227.175000', '131227.635000', '131228.095000', '131228.555000', '131229.015000', '131229.475000', '131229.935000', '131230.395000', '131230.855000', '131231.315000', '131231.775000', '131232.235000', '131232.695000', '131233.155000', '131233.615000', '131234.075000', '131234.535000', '131234.995000', '131235.455000', '131235.915000', '131236.375000', '131236.835000', '131237.295000', '131237.755000', '131238.215000', '131238.675000', '131239.135000', '131239.595000', '131240.055000', '131240.515000', '131240.975000', '131241.435000', '131241.895000', '131242.355000', '131242.815000', '131243.275000', '131243.735000', '131244.195000', '131244.655000', '131245.115000', '131245.575000', '131246.035000', '131246.495000', '131246.955000', '131247.415000', '131247.875000', '131248.335000', '131248.795000', '131249.255000', '131249.715000', '131250.175000', '131250.635000', '131251.095000', '131251.555000', '131252.015000', '131252.475000', '131252.935000', '131253.395000', '131253.855000', '131254.315000', '131254.775000', '131255.235000', '131255.695000', '131256.155000', '131256.615000', '131257.075000', '131257.535000', '131257.995000', '131258.455000', '131258.915000', '131259.375000', '131259.835000', '131300.295000', '131300.755000', '131301.215000', '131301.675000', '131302.135000', '131302.595000', '131303.055000', '131303.515000', '131303.975000', '131304.435000', '131304.895000', '131305.355000', '131305.815000', '131306.275000', '131306.735000', '131307.195000', '131307.655000', '131308.115000', '131308.575000', '131309.035000', '131309.495000', '131309.955000', '131310.415000', '131310.875000', '131311.335000', '131311.795000', '131312.255000', '131312.715000', '131313.175000', '131313.635000', '131314.095000', '131314.555000', '131315.015000', '131315.475000', '131315.935000', '131316.395000', '131316.855000', '131317.315000', '131317.775000', '131318.235000', '131318.695000', '131319.155000', '131319.615000', '131320.075000', '131320.535000', '131320.995000', '131321.455000', '131321.915000', '131322.375000', '131322.835000', '131323.295000', '131323.755000', '131324.215000', '131324.675000', '131325.135000', '131325.595000', '131326.055000', '131326.515000', '131326.975000', '131327.435000', '131327.895000', '131328.355000', '131328.815000', '131329.275000', '131329.735000', '131330.195000', '131330.655000', '131331.115000', '131331.575000', '131332.035000', '131332.495000', '131332.955000', '131333.415000', '131333.875000', '131334.335000', '131334.795000', '131335.255000', '131335.715000', '131336.175000', '131336.635000', '131337.095000', '131337.555000', '131338.015000', '131338.475000', '131338.935000', '131339.395000', '131339.855000', '131340.315000', '131340.775000', '131341.235000', '131341.695000', '131342.155000', '131342.615000', '131343.075000', '131343.535000', '131343.995000', '131344.455000', '131344.915000', '131345.375000', '131345.835000', '131346.295000', '131346.755000', '131347.215000', '131347.675000', '131348.135000', '131348.595000', '131349.055000', '131349.515000', '131349.975000', '131350.435000', '131350.895000', '131351.355000', '131351.815000', '131352.275000', '131352.735000', '131353.195000', '131353.655000', '131354.115000', '131354.575000', '131355.035000', '131355.495000', '131355.955000', '131356.415000', '131356.875000', '131357.335000', '131357.795000', '131358.255000', '131358.715000', '131359.175000', '131359.635000', '131400.095000', '131400.555000', '131401.015000', '131401.475000', '131401.935000', '131402.395000', '131402.855000', '131403.315000', '131403.775000', '131404.235000', '131404.695000', '131405.155000', '131405.615000', '131406.075000', '131406.535000', '131406.995000', '131407.455000', '131407.915000', '131408.375000', '131408.835000', '131409.295000', '131409.755000', '131410.215000', '131410.675000', '131411.135000', '131411.595000', '131412.055000', '131412.515000', '131412.975000', '131413.435000', '131413.895000', '131414.355000', '131414.815000', '131415.275000', '131415.735000', '131416.195000', '131416.655000', '131417.115000', '131417.575000', '131418.035000', '131418.495000', '131418.955000', '131419.415000', '131419.875000', '131420.335000', '131420.795000', '131421.255000', '131421.715000', '131422.175000', '131422.635000', '131423.095000', '131423.555000', '131424.015000', '131424.475000', '131424.935000', '131425.395000', '131425.855000', '131426.315000', '131426.775000', '131427.235000', '131427.695000', '131428.155000', '131428.615000', '131429.075000', '131429.535000', '131429.995000', '131430.455000', '131430.915000', '131431.375000', '131431.835000', '131432.295000', '131432.755000', '131433.215000', '131433.675000', '131434.135000', '131434.595000', '131435.055000', '131435.515000', '131435.975000', '131436.435000', '131436.895000', '131437.355000', '131437.815000', '131438.275000', '131438.735000', '131439.195000', '131439.655000', '131440.115000', '131440.575000', '131441.035000', '131441.495000', '131441.955000', '131442.415000', '131442.875000', '131443.335000', '131443.795000', '131444.255000', '131444.715000', '131445.175000', '131445.635000', '131446.095000', '131446.555000', '131447.015000', '131447.475000', '131447.935000'], 'ContentTime': ['130835.527000', '130835.531000', '130835.534000', '130835.536000', '130835.539000', '130835.542000', '130835.544000', '130835.547000', '130835.549000', '130835.552000', '130835.555000', '130835.557000', '130835.560000', '130835.563000', '130835.566000', '130835.568000', '130835.571000', '130835.576000', '130835.579000', '130835.581000', '130835.584000', '130835.587000', '130835.589000', '130835.592000', '130835.595000', '130835.597000', '130835.600000', '130835.603000', '130835.605000', '130835.608000', '130835.611000', '130835.614000', '130835.616000', '130835.619000', '130835.621000', '130835.624000', '130835.626000', '130835.629000', '130835.632000', '130835.634000', '130835.637000', '130835.639000', '130835.642000', '130835.645000', '130835.647000', '130835.650000', '130835.653000', '130835.655000', '130835.658000', '130835.661000', '130835.664000', '130835.666000', '130835.669000', '130835.672000', '130835.674000', '130835.677000', '130835.680000', '130835.683000', '130855.502000', '130855.506000', '130855.509000', '130855.512000', '130855.514000', '130855.517000', '130855.519000', '130855.522000', '130855.525000', '130855.528000', '130855.530000', '130855.547000', '130855.550000', '130855.552000', '130855.555000', '130855.559000', '130855.562000', '130855.565000', '130855.567000', '130855.570000', '130855.573000', '130855.576000', '130855.579000', '130855.582000', '130855.584000', '130855.587000', '130855.590000', '130855.593000', '130855.595000', '130855.598000', '130855.601000', '130855.603000', '130855.606000', '130855.609000', '130855.611000', '130855.614000', '130855.616000', '130855.620000', '130855.622000', '130855.625000', '130855.628000', '130855.631000', '130855.633000', '130855.636000', '130915.502000', '130915.505000', '130915.508000', '130915.511000', '130915.514000', '130915.516000', '130915.519000', '130915.521000', '130915.524000', '130915.527000', '130915.530000', '130915.533000', '130915.535000', '130915.538000', '130915.541000', '130915.544000', '130915.549000', '130915.552000', '130915.554000', '130915.557000', '130915.560000', '130915.562000', '130915.565000', '130915.568000', '130915.571000', '130915.573000', '130915.576000', '130915.578000', '130915.581000', '130915.584000', '130915.586000', '130915.589000', '130915.592000', '130915.594000', '130915.597000', '130915.599000', '130915.602000', '130915.605000', '130915.608000', '130915.610000', '130915.613000', '130915.616000', '130915.619000', '130935.503000', '130935.506000', '130935.508000', '130935.511000', '130935.514000', '130935.516000', '130935.519000', '130935.525000', '130935.528000', '130935.530000', '130935.533000', '130935.536000', '130935.538000', '130935.541000', '130935.544000', '130935.546000', '130935.549000', '130935.552000', '130935.554000', '130935.557000', '130935.560000', '130935.562000', '130935.565000', '130935.568000', '130935.571000', '130935.574000', '130935.576000', '130935.579000', '130935.582000', '130935.584000', '130935.587000', '130935.590000', '130935.592000', '130935.595000', '130935.598000', '130935.600000', '130935.603000', '130935.605000', '130935.608000', '130935.611000', '130935.613000', '130935.616000', '130935.618000', '130935.621000', '130955.501000', '130955.504000', '130955.507000', '130955.509000', '130955.512000', '130955.515000', '130955.517000', '130955.520000', '130955.522000', '130955.525000', '130955.528000', '130955.530000', '130955.533000', '130955.535000', '130955.538000', '130955.540000', '130955.543000', '130955.545000', '130955.548000', '130955.551000', '130955.553000', '130955.556000', '130955.558000', '130955.561000', '130955.563000', '130955.566000', '130955.569000', '130955.571000', '130955.574000', '130955.576000', '130955.579000', '130955.581000', '130955.584000', '130955.587000', '130955.589000', '130955.592000', '130955.594000', '130955.597000', '130955.600000', '130955.608000', '130955.611000', '130955.613000', '130955.616000', '131015.502000', '131015.505000', '131015.508000', '131015.510000', '131015.513000', '131015.516000', '131015.518000', '131015.521000', '131015.523000', '131015.526000', '131015.529000', '131015.531000', '131015.534000', '131015.537000', '131015.539000', '131015.542000', '131015.555000', '131015.558000', '131015.560000', '131015.563000', '131015.566000', '131015.568000', '131015.571000', '131015.573000', '131015.576000', '131015.579000', '131015.581000', '131015.584000', '131015.586000', '131015.589000', '131015.592000', '131015.594000', '131015.597000', '131015.600000', '131015.603000', '131015.605000', '131015.608000', '131015.610000', '131015.613000', '131015.616000', '131015.618000', '131015.621000', '131015.623000', '131035.502000', '131035.505000', '131035.508000', '131035.510000', '131035.513000', '131035.516000', '131035.518000', '131035.521000', '131035.524000', '131035.526000', '131035.529000', '131035.531000', '131035.534000', '131035.536000', '131035.539000', '131035.542000', '131035.544000', '131035.547000', '131035.549000', '131035.552000', '131035.554000', '131035.557000', '131035.560000', '131035.562000', '131035.565000', '131035.567000', '131035.570000', '131035.572000', '131035.575000', '131035.577000', '131035.580000', '131035.583000', '131035.585000', '131035.588000', '131035.590000', '131035.593000', '131035.610000', '131035.613000', '131035.615000', '131035.618000', '131035.621000', '131035.623000', '131035.626000', '131035.628000', '131055.502000', '131055.505000', '131055.508000', '131055.510000', '131055.513000', '131055.516000', '131055.518000', '131055.521000', '131055.524000', '131055.526000', '131055.529000', '131055.531000', '131055.534000', '131055.537000', '131055.539000', '131055.542000', '131055.544000', '131055.547000', '131055.549000', '131055.552000', '131055.555000', '131055.557000', '131055.560000', '131055.562000', '131055.565000', '131055.568000', '131055.570000', '131055.573000', '131055.575000', '131055.578000', '131055.580000', '131055.583000', '131055.585000', '131055.588000', '131055.591000', '131055.593000', '131055.596000', '131055.598000', '131055.601000', '131055.604000', '131055.606000', '131055.609000', '131055.611000', '131115.503000', '131115.505000', '131115.508000', '131115.511000', '131115.513000', '131115.516000', '131115.518000', '131115.521000', '131115.524000', '131115.526000', '131115.529000', '131115.531000', '131115.534000', '131115.536000', '131115.539000', '131115.542000', '131115.544000', '131115.547000', '131115.549000', '131115.552000', '131115.554000', '131115.557000', '131115.560000', '131115.562000', '131115.565000', '131115.567000', '131115.570000', '131115.572000', '131115.575000', '131115.578000', '131115.580000', '131115.583000', '131115.585000', '131115.588000', '131115.591000', '131115.593000', '131115.596000', '131115.598000', '131115.601000', '131115.604000', '131115.606000', '131115.609000', '131115.611000', '131115.614000', '131135.502000', '131135.505000', '131135.508000', '131135.511000', '131135.513000', '131135.516000', '131135.519000', '131135.521000', '131135.524000', '131135.527000', '131135.529000', '131135.532000', '131135.535000', '131135.537000', '131135.540000', '131135.542000', '131135.545000', '131135.547000', '131135.550000', '131135.553000', '131135.555000', '131135.558000', '131135.560000', '131135.563000', '131135.566000', '131135.568000', '131135.571000', '131135.573000', '131135.576000', '131135.578000', '131135.581000', '131135.585000', '131135.587000', '131135.590000', '131135.593000', '131135.596000', '131135.598000', '131135.601000', '131135.603000', '131135.606000', '131135.609000', '131135.611000', '131135.614000', '131155.503000', '131155.505000', '131155.508000', '131155.511000', '131155.513000', '131155.516000', '131155.518000', '131155.521000', '131155.524000', '131155.526000', '131155.529000', '131155.531000', '131155.534000', '131155.536000', '131155.539000', '131155.542000', '131155.544000', '131155.547000', '131155.549000', '131155.552000', '131155.555000', '131155.558000', '131155.560000', '131155.563000', '131155.565000', '131155.568000', '131155.570000', '131155.573000', '131155.576000', '131155.578000', '131155.581000', '131155.583000', '131155.586000', '131155.589000', '131155.591000', '131155.594000', '131155.596000', '131155.599000', '131155.602000', '131155.604000', '131155.607000', '131155.609000', '131155.612000', '131155.614000', '131215.502000', '131215.505000', '131215.507000', '131215.524000', '131215.526000', '131215.529000', '131215.531000', '131215.534000', '131215.537000', '131215.540000', '131215.542000', '131215.545000', '131215.548000', '131215.550000', '131215.553000', '131215.555000', '131215.558000', '131215.561000', '131215.563000', '131215.566000', '131215.568000', '131215.571000', '131215.574000', '131215.576000', '131215.579000', '131215.581000', '131215.584000', '131215.586000', '131215.589000', '131215.592000', '131215.594000', '131215.597000', '131215.600000', '131215.602000', '131215.605000', '131215.607000', '131215.610000', '131215.613000', '131215.615000', '131215.618000', '131215.620000', '131215.623000', '131215.625000', '131235.503000', '131235.505000', '131235.508000', '131235.511000', '131235.513000', '131235.516000', '131235.519000', '131235.521000', '131235.524000', '131235.526000', '131235.529000', '131235.532000', '131235.534000', '131235.537000', '131235.539000', '131235.542000', '131235.545000', '131235.547000', '131235.550000', '131235.553000', '131235.555000', '131235.558000', '131235.560000', '131235.563000', '131235.565000', '131235.568000', '131235.571000', '131235.573000', '131235.576000', '131235.578000', '131235.581000', '131235.583000', '131235.586000', '131235.589000', '131235.591000', '131235.594000', '131235.596000', '131235.599000', '131235.602000', '131235.604000', '131235.607000', '131235.609000', '131235.612000', '131235.615000', '131255.503000', '131255.506000', '131255.509000', '131255.511000', '131255.514000', '131255.516000', '131255.519000', '131255.521000', '131255.524000', '131255.526000', '131255.529000', '131255.532000', '131255.534000', '131255.537000', '131255.539000', '131255.542000', '131255.545000', '131255.547000', '131255.550000', '131255.553000', '131255.555000', '131255.558000', '131255.560000', '131255.563000', '131255.565000', '131255.568000', '131255.571000', '131255.573000', '131255.576000', '131255.579000', '131255.581000', '131255.584000', '131255.586000', '131255.589000', '131255.592000', '131255.596000', '131255.599000', '131255.601000', '131255.604000', '131255.607000', '131255.609000', '131255.612000', '131255.614000', '131315.503000', '131315.505000', '131315.508000', '131315.511000', '131315.513000', '131315.516000', '131315.519000', '131315.521000', '131315.524000', '131315.526000', '131315.529000', '131315.531000', '131315.534000', '131315.536000', '131315.539000', '131315.542000', '131315.544000', '131315.547000', '131315.550000', '131315.552000', '131315.555000', '131315.557000', '131315.560000', '131315.562000', '131315.565000', '131315.567000', '131315.570000', '131315.573000', '131315.575000', '131315.578000', '131315.580000', '131315.583000', '131315.586000', '131315.588000', '131315.591000', '131315.594000', '131315.596000', '131315.599000', '131315.601000', '131315.604000', '131315.606000', '131315.609000', '131315.611000', '131315.614000', '131335.503000', '131335.505000', '131335.508000', '131335.511000', '131335.513000', '131335.523000', '131335.525000', '131335.528000', '131335.530000', '131335.533000', '131335.536000', '131335.538000', '131335.541000', '131335.543000', '131335.546000', '131335.549000', '131335.551000', '131335.554000', '131335.556000', '131335.559000', '131335.562000', '131335.564000', '131335.567000', '131335.569000', '131335.572000', '131335.575000', '131335.577000', '131335.580000', '131335.582000', '131335.585000', '131335.588000', '131335.590000', '131335.593000', '131335.596000', '131335.598000', '131335.601000', '131335.603000', '131335.606000', '131335.609000', '131335.611000', '131335.614000', '131335.616000', '131335.641000', '131355.503000', '131355.505000', '131355.508000', '131355.511000', '131355.513000', '131355.518000', '131355.520000', '131355.523000', '131355.526000', '131355.528000', '131355.531000', '131355.534000', '131355.536000', '131355.539000', '131355.542000', '131355.544000', '131355.547000', '131355.550000', '131355.552000', '131355.555000', '131355.557000', '131355.560000', '131355.563000', '131355.565000', '131355.568000', '131355.570000', '131355.573000', '131355.576000', '131355.578000', '131355.581000', '131355.583000', '131355.586000', '131355.588000', '131355.591000', '131355.594000', '131355.596000', '131355.599000', '131355.601000', '131355.604000', '131355.606000', '131355.609000', '131355.612000', '131355.614000', '131355.617000', '131415.502000', '131415.505000', '131415.508000', '131415.511000', '131415.514000', '131415.516000', '131415.519000', '131415.522000', '131415.524000', '131415.527000', '131415.529000', '131415.532000', '131415.534000', '131415.537000', '131415.540000', '131415.542000', '131415.545000', '131415.548000', '131415.550000', '131415.553000', '131415.555000', '131415.558000', '131415.560000', '131415.563000', '131415.566000', '131415.568000', '131415.571000', '131415.574000', '131415.576000', '131415.579000', '131415.581000', '131415.584000', '131415.586000', '131415.589000', '131415.592000', '131415.594000', '131415.597000', '131415.599000', '131415.602000', '131415.604000', '131415.607000', '131415.610000', '131415.612000', '131435.502000', '131435.504000', '131435.507000', '131435.510000', '131435.512000', '131435.515000', '131435.517000', '131435.520000', '131435.522000', '131435.525000', '131435.528000', '131435.530000', '131435.533000', '131435.536000', '131435.538000', '131435.541000', '131435.543000', '131435.546000', '131435.549000', '131435.551000', '131435.554000', '131435.556000', '131435.559000', '131435.561000', '131435.564000', '131435.567000', '131435.569000', '131435.572000', '131435.574000', '131435.577000', '131435.579000', '131435.582000', '131435.585000', '131435.587000', '131435.590000', '131435.592000', '131435.595000', '131435.598000', '131435.600000', '131435.603000', '131435.605000', '131435.608000', '131435.611000', '131435.613000', '131449.668000', '131449.671000', '131449.673000', '131449.676000', '131449.679000', '131449.681000', '131449.684000', '131449.687000', '131449.689000', '131449.692000', '131449.695000', '131449.697000', '131449.700000', '131449.703000', '131449.705000', '131449.708000', '131449.711000', '131449.713000', '131449.716000', '131449.718000', '131449.721000', '131449.724000', '131449.726000', '131449.729000', '131449.732000', '131449.734000', '131449.737000', '131449.740000', '131449.742000', '131449.745000', '131449.748000'], 'InstanceCreationTime': ['130835.527000', '130835.531000', '130835.534000', '130835.536000', '130835.539000', '130835.542000', '130835.544000', '130835.547000', '130835.549000', '130835.552000', '130835.555000', '130835.557000', '130835.560000', '130835.563000', '130835.566000', '130835.568000', '130835.571000', '130835.576000', '130835.579000', '130835.581000', '130835.584000', '130835.587000', '130835.589000', '130835.592000', '130835.595000', '130835.597000', '130835.600000', '130835.603000', '130835.605000', '130835.608000', '130835.611000', '130835.614000', '130835.616000', '130835.619000', '130835.621000', '130835.624000', '130835.626000', '130835.629000', '130835.632000', '130835.634000', '130835.637000', '130835.639000', '130835.642000', '130835.645000', '130835.647000', '130835.650000', '130835.653000', '130835.655000', '130835.658000', '130835.661000', '130835.664000', '130835.666000', '130835.669000', '130835.672000', '130835.674000', '130835.677000', '130835.680000', '130835.683000', '130855.502000', '130855.506000', '130855.509000', '130855.512000', '130855.514000', '130855.517000', '130855.519000', '130855.522000', '130855.525000', '130855.528000', '130855.530000', '130855.547000', '130855.550000', '130855.552000', '130855.555000', '130855.559000', '130855.562000', '130855.565000', '130855.567000', '130855.570000', '130855.573000', '130855.576000', '130855.579000', '130855.582000', '130855.584000', '130855.587000', '130855.590000', '130855.593000', '130855.595000', '130855.598000', '130855.601000', '130855.603000', '130855.606000', '130855.609000', '130855.611000', '130855.614000', '130855.616000', '130855.620000', '130855.622000', '130855.625000', '130855.628000', '130855.631000', '130855.633000', '130855.636000', '130915.502000', '130915.505000', '130915.508000', '130915.511000', '130915.514000', '130915.516000', '130915.519000', '130915.521000', '130915.524000', '130915.527000', '130915.530000', '130915.533000', '130915.535000', '130915.538000', '130915.541000', '130915.544000', '130915.549000', '130915.552000', '130915.554000', '130915.557000', '130915.560000', '130915.562000', '130915.565000', '130915.568000', '130915.571000', '130915.573000', '130915.576000', '130915.578000', '130915.581000', '130915.584000', '130915.586000', '130915.589000', '130915.592000', '130915.594000', '130915.597000', '130915.599000', '130915.602000', '130915.605000', '130915.608000', '130915.610000', '130915.613000', '130915.616000', '130915.619000', '130935.503000', '130935.506000', '130935.508000', '130935.511000', '130935.514000', '130935.516000', '130935.519000', '130935.525000', '130935.528000', '130935.530000', '130935.533000', '130935.536000', '130935.538000', '130935.541000', '130935.544000', '130935.546000', '130935.549000', '130935.552000', '130935.554000', '130935.557000', '130935.560000', '130935.562000', '130935.565000', '130935.568000', '130935.571000', '130935.574000', '130935.576000', '130935.579000', '130935.582000', '130935.584000', '130935.587000', '130935.590000', '130935.592000', '130935.595000', '130935.598000', '130935.600000', '130935.603000', '130935.605000', '130935.608000', '130935.611000', '130935.613000', '130935.616000', '130935.618000', '130935.621000', '130955.501000', '130955.504000', '130955.507000', '130955.509000', '130955.512000', '130955.515000', '130955.517000', '130955.520000', '130955.522000', '130955.525000', '130955.528000', '130955.530000', '130955.533000', '130955.535000', '130955.538000', '130955.540000', '130955.543000', '130955.545000', '130955.548000', '130955.551000', '130955.553000', '130955.556000', '130955.558000', '130955.561000', '130955.563000', '130955.566000', '130955.569000', '130955.571000', '130955.574000', '130955.576000', '130955.579000', '130955.581000', '130955.584000', '130955.587000', '130955.589000', '130955.592000', '130955.594000', '130955.597000', '130955.600000', '130955.608000', '130955.611000', '130955.613000', '130955.616000', '131015.502000', '131015.505000', '131015.508000', '131015.510000', '131015.513000', '131015.516000', '131015.518000', '131015.521000', '131015.523000', '131015.526000', '131015.529000', '131015.531000', '131015.534000', '131015.537000', '131015.539000', '131015.542000', '131015.555000', '131015.558000', '131015.560000', '131015.563000', '131015.566000', '131015.568000', '131015.571000', '131015.573000', '131015.576000', '131015.579000', '131015.581000', '131015.584000', '131015.586000', '131015.589000', '131015.592000', '131015.594000', '131015.597000', '131015.600000', '131015.603000', '131015.605000', '131015.608000', '131015.610000', '131015.613000', '131015.616000', '131015.618000', '131015.621000', '131015.623000', '131035.502000', '131035.505000', '131035.508000', '131035.510000', '131035.513000', '131035.516000', '131035.518000', '131035.521000', '131035.524000', '131035.526000', '131035.529000', '131035.531000', '131035.534000', '131035.536000', '131035.539000', '131035.542000', '131035.544000', '131035.547000', '131035.549000', '131035.552000', '131035.554000', '131035.557000', '131035.560000', '131035.562000', '131035.565000', '131035.567000', '131035.570000', '131035.572000', '131035.575000', '131035.577000', '131035.580000', '131035.583000', '131035.585000', '131035.588000', '131035.590000', '131035.593000', '131035.610000', '131035.613000', '131035.615000', '131035.618000', '131035.621000', '131035.623000', '131035.626000', '131035.628000', '131055.502000', '131055.505000', '131055.508000', '131055.510000', '131055.513000', '131055.516000', '131055.518000', '131055.521000', '131055.524000', '131055.526000', '131055.529000', '131055.531000', '131055.534000', '131055.537000', '131055.539000', '131055.542000', '131055.544000', '131055.547000', '131055.549000', '131055.552000', '131055.555000', '131055.557000', '131055.560000', '131055.562000', '131055.565000', '131055.568000', '131055.570000', '131055.573000', '131055.575000', '131055.578000', '131055.580000', '131055.583000', '131055.585000', '131055.588000', '131055.591000', '131055.593000', '131055.596000', '131055.598000', '131055.601000', '131055.604000', '131055.606000', '131055.609000', '131055.611000', '131115.503000', '131115.505000', '131115.508000', '131115.511000', '131115.513000', '131115.516000', '131115.518000', '131115.521000', '131115.524000', '131115.526000', '131115.529000', '131115.531000', '131115.534000', '131115.536000', '131115.539000', '131115.542000', '131115.544000', '131115.547000', '131115.549000', '131115.552000', '131115.554000', '131115.557000', '131115.560000', '131115.562000', '131115.565000', '131115.567000', '131115.570000', '131115.572000', '131115.575000', '131115.578000', '131115.580000', '131115.583000', '131115.585000', '131115.588000', '131115.591000', '131115.593000', '131115.596000', '131115.598000', '131115.601000', '131115.604000', '131115.606000', '131115.609000', '131115.611000', '131115.614000', '131135.502000', '131135.505000', '131135.508000', '131135.511000', '131135.513000', '131135.516000', '131135.519000', '131135.521000', '131135.524000', '131135.527000', '131135.529000', '131135.532000', '131135.535000', '131135.537000', '131135.540000', '131135.542000', '131135.545000', '131135.547000', '131135.550000', '131135.553000', '131135.555000', '131135.558000', '131135.560000', '131135.563000', '131135.566000', '131135.568000', '131135.571000', '131135.573000', '131135.576000', '131135.578000', '131135.581000', '131135.585000', '131135.587000', '131135.590000', '131135.593000', '131135.596000', '131135.598000', '131135.601000', '131135.603000', '131135.606000', '131135.609000', '131135.611000', '131135.614000', '131155.503000', '131155.505000', '131155.508000', '131155.511000', '131155.513000', '131155.516000', '131155.518000', '131155.521000', '131155.524000', '131155.526000', '131155.529000', '131155.531000', '131155.534000', '131155.536000', '131155.539000', '131155.542000', '131155.544000', '131155.547000', '131155.549000', '131155.552000', '131155.555000', '131155.558000', '131155.560000', '131155.563000', '131155.565000', '131155.568000', '131155.570000', '131155.573000', '131155.576000', '131155.578000', '131155.581000', '131155.583000', '131155.586000', '131155.589000', '131155.591000', '131155.594000', '131155.596000', '131155.599000', '131155.602000', '131155.604000', '131155.607000', '131155.609000', '131155.612000', '131155.614000', '131215.502000', '131215.505000', '131215.507000', '131215.524000', '131215.526000', '131215.529000', '131215.531000', '131215.534000', '131215.537000', '131215.540000', '131215.542000', '131215.545000', '131215.548000', '131215.550000', '131215.553000', '131215.555000', '131215.558000', '131215.561000', '131215.563000', '131215.566000', '131215.568000', '131215.571000', '131215.574000', '131215.576000', '131215.579000', '131215.581000', '131215.584000', '131215.586000', '131215.589000', '131215.592000', '131215.594000', '131215.597000', '131215.600000', '131215.602000', '131215.605000', '131215.607000', '131215.610000', '131215.613000', '131215.615000', '131215.618000', '131215.620000', '131215.623000', '131215.625000', '131235.503000', '131235.505000', '131235.508000', '131235.511000', '131235.513000', '131235.516000', '131235.519000', '131235.521000', '131235.524000', '131235.526000', '131235.529000', '131235.532000', '131235.534000', '131235.537000', '131235.539000', '131235.542000', '131235.545000', '131235.547000', '131235.550000', '131235.553000', '131235.555000', '131235.558000', '131235.560000', '131235.563000', '131235.565000', '131235.568000', '131235.571000', '131235.573000', '131235.576000', '131235.578000', '131235.581000', '131235.583000', '131235.586000', '131235.589000', '131235.591000', '131235.594000', '131235.596000', '131235.599000', '131235.602000', '131235.604000', '131235.607000', '131235.609000', '131235.612000', '131235.615000', '131255.503000', '131255.506000', '131255.509000', '131255.511000', '131255.514000', '131255.516000', '131255.519000', '131255.521000', '131255.524000', '131255.526000', '131255.529000', '131255.532000', '131255.534000', '131255.537000', '131255.539000', '131255.542000', '131255.545000', '131255.547000', '131255.550000', '131255.553000', '131255.555000', '131255.558000', '131255.560000', '131255.563000', '131255.565000', '131255.568000', '131255.571000', '131255.573000', '131255.576000', '131255.579000', '131255.581000', '131255.584000', '131255.586000', '131255.589000', '131255.592000', '131255.596000', '131255.599000', '131255.601000', '131255.604000', '131255.607000', '131255.609000', '131255.612000', '131255.614000', '131315.503000', '131315.505000', '131315.508000', '131315.511000', '131315.513000', '131315.516000', '131315.519000', '131315.521000', '131315.524000', '131315.526000', '131315.529000', '131315.531000', '131315.534000', '131315.536000', '131315.539000', '131315.542000', '131315.544000', '131315.547000', '131315.550000', '131315.552000', '131315.555000', '131315.557000', '131315.560000', '131315.562000', '131315.565000', '131315.567000', '131315.570000', '131315.573000', '131315.575000', '131315.578000', '131315.580000', '131315.583000', '131315.586000', '131315.588000', '131315.591000', '131315.594000', '131315.596000', '131315.599000', '131315.601000', '131315.604000', '131315.606000', '131315.609000', '131315.611000', '131315.614000', '131335.503000', '131335.505000', '131335.508000', '131335.511000', '131335.513000', '131335.523000', '131335.525000', '131335.528000', '131335.530000', '131335.533000', '131335.536000', '131335.538000', '131335.541000', '131335.543000', '131335.546000', '131335.549000', '131335.551000', '131335.554000', '131335.556000', '131335.559000', '131335.562000', '131335.564000', '131335.567000', '131335.569000', '131335.572000', '131335.575000', '131335.577000', '131335.580000', '131335.582000', '131335.585000', '131335.588000', '131335.590000', '131335.593000', '131335.596000', '131335.598000', '131335.601000', '131335.603000', '131335.606000', '131335.609000', '131335.611000', '131335.614000', '131335.616000', '131335.641000', '131355.503000', '131355.505000', '131355.508000', '131355.511000', '131355.513000', '131355.518000', '131355.520000', '131355.523000', '131355.526000', '131355.528000', '131355.531000', '131355.534000', '131355.536000', '131355.539000', '131355.542000', '131355.544000', '131355.547000', '131355.550000', '131355.552000', '131355.555000', '131355.557000', '131355.560000', '131355.563000', '131355.565000', '131355.568000', '131355.570000', '131355.573000', '131355.576000', '131355.578000', '131355.581000', '131355.583000', '131355.586000', '131355.588000', '131355.591000', '131355.594000', '131355.596000', '131355.599000', '131355.601000', '131355.604000', '131355.606000', '131355.609000', '131355.612000', '131355.614000', '131355.617000', '131415.502000', '131415.505000', '131415.508000', '131415.511000', '131415.514000', '131415.516000', '131415.519000', '131415.522000', '131415.524000', '131415.527000', '131415.529000', '131415.532000', '131415.534000', '131415.537000', '131415.540000', '131415.542000', '131415.545000', '131415.548000', '131415.550000', '131415.553000', '131415.555000', '131415.558000', '131415.560000', '131415.563000', '131415.566000', '131415.568000', '131415.571000', '131415.574000', '131415.576000', '131415.579000', '131415.581000', '131415.584000', '131415.586000', '131415.589000', '131415.592000', '131415.594000', '131415.597000', '131415.599000', '131415.602000', '131415.604000', '131415.607000', '131415.610000', '131415.612000', '131435.502000', '131435.504000', '131435.507000', '131435.510000', '131435.512000', '131435.515000', '131435.517000', '131435.520000', '131435.522000', '131435.525000', '131435.528000', '131435.530000', '131435.533000', '131435.536000', '131435.538000', '131435.541000', '131435.543000', '131435.546000', '131435.549000', '131435.551000', '131435.554000', '131435.556000', '131435.559000', '131435.561000', '131435.564000', '131435.567000', '131435.569000', '131435.572000', '131435.574000', '131435.577000', '131435.579000', '131435.582000', '131435.585000', '131435.587000', '131435.590000', '131435.592000', '131435.595000', '131435.598000', '131435.600000', '131435.603000', '131435.605000', '131435.608000', '131435.611000', '131435.613000', '131449.668000', '131449.671000', '131449.673000', '131449.676000', '131449.679000', '131449.681000', '131449.684000', '131449.687000', '131449.689000', '131449.692000', '131449.695000', '131449.697000', '131449.700000', '131449.703000', '131449.705000', '131449.708000', '131449.711000', '131449.713000', '131449.716000', '131449.718000', '131449.721000', '131449.724000', '131449.726000', '131449.729000', '131449.732000', '131449.734000', '131449.737000', '131449.740000', '131449.742000', '131449.745000', '131449.748000'], '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': [10334, 11807, 18045, 12640, 17739, 12361, 17315, 11221, 15095, 14844, 13795, 18721, 13932, 18049, 14536, 17661, 10629, 16757, 13678, 13359, 15649, 12938, 10276, 11571, 17610, 12752, 16239, 11403, 16355, 11331, 16094, 18128, 15550, 17677, 13435, 17814, 10494, 12195, 17285, 13603, 17144, 11693, 16159, 17010, 12700, 13814, 10386, 14854, 9375, 12568, 16624, 11186, 14261, 9492, 14496, 10936, 13997, 14947, 13026, 16560, 10707, 15872, 13308, 14255, 18510, 13704, 13346, 9810, 10038, 10742, 13462, 9488, 13432, 11150, 11944, 9360, 14432, 17546, 13594, 18908, 15204, 17134, 13594, 14101, 19888, 14815, 17178, 13025, 13380, 18420, 10676, 12116, 9216, 10188, 13816, 9792, 15606, 9351, 10888, 8887, 9949, 16823, 9142, 14965, 12646, 12253, 10848, 11831, 17023, 9849, 15994, 11867, 15876, 11762, 12644, 13280, 12130, 17291, 11954, 16200, 12189, 13051, 9162, 11066, 17349, 12568, 18478, 13335, 13388, 12374, 13562, 11823, 15920, 13614, 16151, 13591, 16383, 10985, 15896, 13145, 14061, 13806, 13745, 11983, 12965, 18540, 12097, 16095, 13648, 13953, 10392, 13126, 19286, 12500, 17599, 12230, 15079, 13287, 12276, 18213, 11091, 16108, 12168, 15843, 12614, 11688, 17549, 10048, 15363, 10599, 14759, 10612, 12820, 9927, 11450, 13800, 11387, 15844, 14391, 10778, 11578, 15031, 12487, 17468, 13304, 16908, 16279, 14296, 17732, 12144, 17634, 13449, 16608, 12198, 16763, 13013, 12430, 17744, 15168, 18004, 13812, 15743, 12965, 15672, 12472, 13383, 18173, 15363, 19308, 14479, 16094, 11203, 15528, 10576, 14644, 13427, 13201, 14946, 12069, 17305, 10098, 15673, 12511, 15525, 11403, 14311, 12734, 13541, 12337, 12642, 15898, 11793, 18510, 11311, 17593, 13083, 15864, 11312, 16042, 13580, 14393, 19504, 13785, 17953, 10960, 15886, 12213, 15791, 12186, 12527, 13551, 10360, 15575, 9438, 14451, 11123, 9895, 12530, 18402, 13451, 17256, 12590, 15954, 12830, 13515, 17349, 14342, 20354, 17155, 18026, 11305, 17124, 12681, 17967, 12964, 14567, 13623, 12154, 19262, 12959, 18275, 13079, 17660, 11755, 13520, 14106, 13549, 17861, 13183, 16719, 10096, 16935, 10098, 16188, 12221, 15738, 10013, 12906, 16941, 14184, 18852, 13087, 17630, 11540, 14136, 16412, 14708, 19627, 14281, 16198, 10502, 14650, 12221, 11705, 18382, 12219, 17111, 10449, 15572, 12615, 11682, 16264, 10300, 16652, 10559, 15756, 10051, 12194, 14784, 10151, 17755, 12689, 15761, 9673, 13561, 13489, 12473, 19255, 13818, 16476, 10980, 16522, 12493, 12734, 18629, 14438, 16259, 11143, 16263, 13329, 13822, 18165, 14949, 17834, 11251, 16046, 13421, 13212, 18545, 13529, 16491, 11055, 16308, 13409, 12881, 17721, 13232, 16333, 10271, 15776, 12156, 11113, 15524, 9564, 16118, 10017, 14432, 12213, 13401, 17372, 15186, 17097, 10762, 17184, 13067, 13939, 18011, 15413, 18613, 10890, 16841, 13685, 12746, 16785, 13997, 18812, 11243, 15998, 13249, 12653, 9819, 10246, 16722, 9911, 17177, 10106, 15685, 10687, 15945, 14291, 11837, 16409, 13136, 19018, 14580, 17603, 12145, 17308, 13103, 16963, 17141, 14625, 17264, 13316, 19577, 13798, 17488, 12456, 17525, 12015, 13033, 16209, 13032, 19373, 11635, 16470, 10301, 15471, 10648, 16081, 12166, 12438, 9761, 12783, 17913, 15085, 19911, 16826, 17924, 11141, 16274, 10929, 16563, 12839, 15620, 10382, 16474, 16104, 14521, 20465, 11994, 17605, 12989, 15822, 13785, 12874, 15033, 12539, 16985, 14796, 17399, 10768, 16503, 12813, 14442, 16333, 13167, 18073, 11738, 17685, 13307, 17051, 13638, 12478, 9148, 11500, 19230, 11950, 17625, 12382, 15910, 11898, 10491, 16912, 12044, 18436, 12776, 16098, 10382, 15033, 12285, 11333, 18541, 10615, 16794, 12862, 16308, 12378, 12747, 18120, 14807, 18156, 13237, 17460, 10297, 13321, 15254, 11952, 18750, 11325, 15435, 10167, 14732, 12849, 12084, 17044, 13326, 16384, 10323, 16808, 11423, 17126, 13686, 12212, 18360, 12078, 17700, 12206, 16006, 13622, 12866, 9978, 10049, 18589, 11436, 16639, 12200, 16078, 13010, 12744, 18770, 11592, 16998, 12432, 16044, 13945, 13587, 17857, 10933, 16939, 10037, 15818, 13132, 11804, 14420, 11391, 16970, 10501, 15528, 12205, 15375, 12861, 11808, 18322, 10510, 15969, 12070, 15626, 10014, 12594, 13381, 13893, 11446, 12174, 19380, 10545, 17032, 12405, 17373, 14231, 12783, 18505, 14067, 18386, 14037, 15864, 12172, 12771, 17189, 13987, 19210, 13337, 15403, 10910, 13072, 13458, 11951, 17879, 13535, 18054, 10520, 16368, 12376, 15477, 13102, 11695, 16202, 12024, 17639, 12534, 15779, 12437, 13916, 11778, 11001, 19669, 14640, 15887, 14066, 16118, 14067, 11356, 19226, 14118, 16544, 12730, 15571, 12071, 11041, 13253, 10480, 18568, 11220, 14665, 10090, 13240, 9510, 11142, 9992, 10656, 10583, 10172, 16692, 10301, 16014, 10311, 14367, 11591, 14085, 10982, 11496, 17558, 13649, 16696, 12769, 15702, 9744, 12372, 13488, 11512, 17131, 12079, 15506, 10384, 13963, 12273, 11752, 15508, 12510, 16086, 10450, 15327, 11339, 15685, 15714, 12680, 16494, 10761, 15226, 9922, 15366, 13974, 11905, 13652, 11008, 17921, 10323, 14054, 11466, 15044, 10839, 13336, 12713, 12388, 18557, 13789, 15725, 13052, 14955, 10681, 13971, 13852, 12856, 13371, 12310, 17019, 11940, 14802, 11040, 14704, 10364, 12419, 9217, 11904, 14579, 11970, 12622, 11436, 15127, 10911, 16260, 10729, 14828, 11962, 15316, 10243, 15453, 13624, 11782, 16948, 11652, 18341, 11069, 14701, 12365, 14381, 10892, 11655, 17843, 10453, 15088, 12867, 13618, 10491, 12376, 17978, 10656, 14604, 13613, 11860, 16049, 11460, 14515, 11639, 14164, 18280, 13365, 14522, 10883, 12790, 12478, 12332, 16449, 11572, 14312, 10275, 12461, 11013, 12068, 17077, 11393, 15093, 10804, 12966, 10155, 12497, 13322, 12094, 15015, 12250, 17453, 11293, 16125, 11153, 15980, 13404, 12948, 10633, 11502, 19433, 12358, 16070, 13288, 15357, 11030, 11447, 18676, 11749, 16971, 12163, 16270, 12790, 11690, 18331, 11498, 16099, 12114, 15591, 10284, 11923, 9485, 11574, 16496, 11813, 15747, 10889, 12826, 10299, 13932, 14113, 13400, 15226, 13390, 16465, 11846, 15466, 14224, 12515, 15400, 12108, 15451, 9568, 15187, 14669, 12512, 12125, 12837, 18031, 14240, 14973, 10615, 13554, 12699, 13012, 17703, 12961, 15016, 10695, 14645, 10224, 13049, 12629, 11674, 14832, 11529, 18130, 10541, 13949, 10281, 14572, 10927, 13793], 'WindowCenter': [4622.0, 4633.0, 4645.0, 4628.0, 4636.0, 4616.0, 4632.0, 4590.0, 4621.0, 4606.0, 4611.0, 4618.0, 4612.0, 4631.0, 4623.0, 4618.0, 4591.0, 4624.0, 4584.0, 4600.0, 4604.0, 4584.0, 4576.0, 4602.0, 4617.0, 4598.0, 4606.0, 4587.0, 4607.0, 4586.0, 4619.0, 4618.0, 4619.0, 4618.0, 4587.0, 4602.0, 4563.0, 4576.0, 4601.0, 4594.0, 4605.0, 4573.0, 4593.0, 4592.0, 4583.0, 4579.0, 4565.0, 4591.0, 4541.0, 4586.0, 4591.0, 4573.0, 4592.0, 4565.0, 4597.0, 4576.0, 4597.0, 4592.0, 4599.0, 4602.0, 4575.0, 4608.0, 4596.0, 4608.0, 4617.0, 4608.0, 4594.0, 4566.0, 4580.0, 4602.0, 4610.0, 4581.0, 4622.0, 4588.0, 4599.0, 4568.0, 4612.0, 4615.0, 4600.0, 4607.0, 4597.0, 4604.0, 4570.0, 4582.0, 4587.0, 4581.0, 4592.0, 4553.0, 4580.0, 4585.0, 4546.0, 4557.0, 4524.0, 4548.0, 4566.0, 4551.0, 4577.0, 4539.0, 4559.0, 4537.0, 4552.0, 4588.0, 4543.0, 4578.0, 4569.0, 4574.0, 4548.0, 4574.0, 4590.0, 4553.0, 4592.0, 4575.0, 4593.0, 4574.0, 4585.0, 4580.0, 4586.0, 4599.0, 4574.0, 4604.0, 4574.0, 4583.0, 4551.0, 4586.0, 4619.0, 4591.0, 4591.0, 4586.0, 4597.0, 4615.0, 4596.0, 4588.0, 4603.0, 4597.0, 4607.0, 4614.0, 4607.0, 4577.0, 4607.0, 4584.0, 4599.0, 4596.0, 4596.0, 4574.0, 4601.0, 4627.0, 4597.0, 4615.0, 4586.0, 4592.0, 4556.0, 4589.0, 4603.0, 4578.0, 4597.0, 4565.0, 4597.0, 4572.0, 4588.0, 4603.0, 4564.0, 4596.0, 4574.0, 4584.0, 4572.0, 4575.0, 4591.0, 4555.0, 4594.0, 4567.0, 4598.0, 4579.0, 4587.0, 4568.0, 4579.0, 4609.0, 4605.0, 4621.0, 4624.0, 4591.0, 4605.0, 4621.0, 4604.0, 4621.0, 4600.0, 4620.0, 4607.0, 4610.0, 4617.0, 4590.0, 4608.0, 4598.0, 4608.0, 4587.0, 4606.0, 4584.0, 4590.0, 4604.0, 4609.0, 4618.0, 4599.0, 4606.0, 4585.0, 4597.0, 4574.0, 4586.0, 4604.0, 4598.0, 4603.0, 4595.0, 4593.0, 4565.0, 4594.0, 4565.0, 4595.0, 4584.0, 4588.0, 4596.0, 4587.0, 4605.0, 4566.0, 4607.0, 4590.0, 4624.0, 4591.0, 4599.0, 4603.0, 4613.0, 4601.0, 4601.0, 4607.0, 4590.0, 4616.0, 4588.0, 4619.0, 4598.0, 4604.0, 4577.0, 4608.0, 4585.0, 4599.0, 4606.0, 4598.0, 4605.0, 4564.0, 4595.0, 4582.0, 4607.0, 4574.0, 4586.0, 4596.0, 4569.0, 4606.0, 4569.0, 4598.0, 4579.0, 4569.0, 4601.0, 4619.0, 4598.0, 4608.0, 4589.0, 4606.0, 4586.0, 4599.0, 4607.0, 4599.0, 4615.0, 4606.0, 4605.0, 4577.0, 4607.0, 4589.0, 4620.0, 4581.0, 4593.0, 4579.0, 4575.0, 4601.0, 4582.0, 4593.0, 4584.0, 4589.0, 4570.0, 4587.0, 4583.0, 4596.0, 4605.0, 4609.0, 4602.0, 4564.0, 4602.0, 4565.0, 4595.0, 4573.0, 4594.0, 4553.0, 4586.0, 4600.0, 4593.0, 4602.0, 4580.0, 4602.0, 4561.0, 4582.0, 4588.0, 4596.0, 4603.0, 4592.0, 4590.0, 4561.0, 4593.0, 4571.0, 4585.0, 4601.0, 4585.0, 4604.0, 4563.0, 4591.0, 4580.0, 4571.0, 4591.0, 4564.0, 4593.0, 4564.0, 4591.0, 4552.0, 4575.0, 4591.0, 4564.0, 4603.0, 4585.0, 4593.0, 4553.0, 4583.0, 4581.0, 4584.0, 4604.0, 4582.0, 4591.0, 4563.0, 4605.0, 4584.0, 4585.0, 4602.0, 4594.0, 4591.0, 4572.0, 4603.0, 4592.0, 4610.0, 4617.0, 4607.0, 4604.0, 4577.0, 4596.0, 4581.0, 4584.0, 4599.0, 4582.0, 4591.0, 4573.0, 4592.0, 4580.0, 4583.0, 4603.0, 4583.0, 4589.0, 4563.0, 4591.0, 4581.0, 4575.0, 4603.0, 4564.0, 4603.0, 4576.0, 4605.0, 4587.0, 4598.0, 4605.0, 4608.0, 4604.0, 4575.0, 4604.0, 4598.0, 4601.0, 4602.0, 4593.0, 4600.0, 4563.0, 4602.0, 4592.0, 4587.0, 4591.0, 4593.0, 4601.0, 4572.0, 4602.0, 4595.0, 4584.0, 4565.0, 4568.0, 4606.0, 4578.0, 4606.0, 4566.0, 4606.0, 4576.0, 4605.0, 4608.0, 4590.0, 4605.0, 4596.0, 4615.0, 4607.0, 4619.0, 4585.0, 4603.0, 4584.0, 4607.0, 4605.0, 4596.0, 4602.0, 4595.0, 4600.0, 4582.0, 4602.0, 4571.0, 4600.0, 4573.0, 4586.0, 4589.0, 4583.0, 4612.0, 4585.0, 4604.0, 4565.0, 4593.0, 4575.0, 4606.0, 4585.0, 4586.0, 4553.0, 4599.0, 4611.0, 4609.0, 4616.0, 4617.0, 4626.0, 4588.0, 4602.0, 4575.0, 4602.0, 4583.0, 4603.0, 4562.0, 4604.0, 4602.0, 4593.0, 4612.0, 4585.0, 4604.0, 4594.0, 4593.0, 4592.0, 4585.0, 4593.0, 4585.0, 4615.0, 4606.0, 4603.0, 4573.0, 4601.0, 4583.0, 4594.0, 4601.0, 4582.0, 4600.0, 4573.0, 4601.0, 4583.0, 4602.0, 4593.0, 4572.0, 4541.0, 4574.0, 4598.0, 4573.0, 4601.0, 4571.0, 4590.0, 4572.0, 4563.0, 4590.0, 4574.0, 4602.0, 4583.0, 4589.0, 4563.0, 4592.0, 4571.0, 4573.0, 4599.0, 4562.0, 4603.0, 4584.0, 4592.0, 4582.0, 4585.0, 4603.0, 4606.0, 4613.0, 4585.0, 4604.0, 4563.0, 4583.0, 4590.0, 4576.0, 4613.0, 4573.0, 4593.0, 4576.0, 4607.0, 4594.0, 4587.0, 4616.0, 4598.0, 4605.0, 4575.0, 4605.0, 4573.0, 4604.0, 4592.0, 4584.0, 4613.0, 4585.0, 4605.0, 4597.0, 4605.0, 4595.0, 4583.0, 4564.0, 4567.0, 4614.0, 4587.0, 4604.0, 4585.0, 4603.0, 4582.0, 4584.0, 4601.0, 4574.0, 4602.0, 4582.0, 4606.0, 4592.0, 4583.0, 4600.0, 4572.0, 4602.0, 4565.0, 4603.0, 4583.0, 4575.0, 4593.0, 4584.0, 4604.0, 4575.0, 4604.0, 4584.0, 4606.0, 4582.0, 4584.0, 4613.0, 4577.0, 4604.0, 4584.0, 4607.0, 4579.0, 4596.0, 4596.0, 4609.0, 4585.0, 4598.0, 4614.0, 4574.0, 4617.0, 4600.0, 4617.0, 4595.0, 4587.0, 4601.0, 4597.0, 4604.0, 4582.0, 4592.0, 4571.0, 4582.0, 4601.0, 4596.0, 4601.0, 4582.0, 4592.0, 4563.0, 4583.0, 4581.0, 4584.0, 4599.0, 4595.0, 4600.0, 4562.0, 4591.0, 4582.0, 4594.0, 4581.0, 4574.0, 4592.0, 4584.0, 4600.0, 4585.0, 4592.0, 4584.0, 4582.0, 4572.0, 4574.0, 4603.0, 4593.0, 4592.0, 4581.0, 4591.0, 4580.0, 4562.0, 4601.0, 4583.0, 4590.0, 4571.0, 4588.0, 4569.0, 4561.0, 4569.0, 4563.0, 4601.0, 4560.0, 4580.0, 4563.0, 4581.0, 4555.0, 4572.0, 4552.0, 4574.0, 4563.0, 4577.0, 4603.0, 4578.0, 4607.0, 4579.0, 4608.0, 4588.0, 4595.0, 4579.0, 4589.0, 4613.0, 4620.0, 4618.0, 4599.0, 4604.0, 4566.0, 4596.0, 4607.0, 4589.0, 4615.0, 4598.0, 4606.0, 4591.0, 4611.0, 4586.0, 4589.0, 4605.0, 4598.0, 4603.0, 4576.0, 4606.0, 4575.0, 4609.0, 4603.0, 4589.0, 4601.0, 4576.0, 4603.0, 4567.0, 4605.0, 4609.0, 4588.0, 4583.0, 4590.0, 4616.0, 4578.0, 4610.0, 4601.0, 4619.0, 4603.0, 4610.0, 4608.0, 4598.0, 4614.0, 4597.0, 4617.0, 4609.0, 4606.0, 4575.0, 4594.0, 4605.0, 4595.0, 4593.0, 4587.0, 4601.0, 4583.0, 4592.0, 4574.0, 4603.0, 4577.0, 4585.0, 4554.0, 4600.0, 4606.0, 4596.0, 4584.0, 4588.0, 4603.0, 4589.0, 4628.0, 4614.0, 4620.0, 4612.0, 4621.0, 4591.0, 4621.0, 4607.0, 4601.0, 4616.0, 4604.0, 4626.0, 4589.0, 4638.0, 4613.0, 4618.0, 4588.0, 4597.0, 4614.0, 4588.0, 4616.0, 4598.0, 4607.0, 4588.0, 4611.0, 4615.0, 4575.0, 4610.0, 4596.0, 4586.0, 4603.0, 4585.0, 4592.0, 4571.0, 4605.0, 4611.0, 4594.0, 4591.0, 4586.0, 4609.0, 4583.0, 4598.0, 4601.0, 4574.0, 4591.0, 4564.0, 4584.0, 4572.0, 4586.0, 4613.0, 4586.0, 4603.0, 4586.0, 4596.0, 4576.0, 4597.0, 4606.0, 4599.0, 4617.0, 4598.0, 4616.0, 4589.0, 4620.0, 4589.0, 4621.0, 4605.0, 4598.0, 4576.0, 4598.0, 4625.0, 4598.0, 4617.0, 4597.0, 4604.0, 4573.0, 4586.0, 4612.0, 4585.0, 4604.0, 4584.0, 4604.0, 4582.0, 4584.0, 4611.0, 4587.0, 4602.0, 4585.0, 4603.0, 4564.0, 4583.0, 4553.0, 4587.0, 4604.0, 4587.0, 4605.0, 4586.0, 4597.0, 4578.0, 4609.0, 4607.0, 4613.0, 4619.0, 4608.0, 4607.0, 4587.0, 4606.0, 4594.0, 4586.0, 4593.0, 4585.0, 4592.0, 4567.0, 4619.0, 4607.0, 4599.0, 4586.0, 4599.0, 4615.0, 4595.0, 4593.0, 4564.0, 4583.0, 4581.0, 4598.0, 4614.0, 4595.0, 4593.0, 4576.0, 4596.0, 4566.0, 4596.0, 4584.0, 4587.0, 4595.0, 4586.0, 4614.0, 4602.0, 4610.0, 4579.0, 4606.0, 4587.0, 4608.0], 'WindowWidth': [10145.0, 10156.0, 10160.0, 10140.0, 10148.0, 10117.0, 10136.0, 10073.0, 10115.0, 10086.0, 10103.0, 10109.0, 10106.0, 10132.0, 10124.0, 10111.0, 10073.0, 10119.0, 10050.0, 10084.0, 10079.0, 10054.0, 10045.0, 10092.0, 10107.0, 10083.0, 10089.0, 10064.0, 10090.0, 10064.0, 10115.0, 10107.0, 10111.0, 10111.0, 10060.0, 10075.0, 10023.0, 10045.0, 10071.0, 10069.0, 10088.0, 10039.0, 10066.0, 10059.0, 10051.0, 10039.0, 10028.0, 10061.0, 9993.0, 10059.0, 10058.0, 10040.0, 10062.0, 10031.0, 10076.0, 10046.0, 10078.0, 10062.0, 10079.0, 10078.0, 10046.0, 10095.0, 10072.0, 10096.0, 10106.0, 10095.0, 10066.0, 10033.0, 10060.0, 10096.0, 10100.0, 10062.0, 10124.0, 10068.0, 10085.0, 10043.0, 10106.0, 10103.0, 10087.0, 10094.0, 10074.0, 10085.0, 10030.0, 10051.0, 10054.0, 10046.0, 10063.0, 9995.0, 10045.0, 10042.0, 9990.0, 10004.0, 9960.0, 9998.0, 10017.0, 10005.0, 10034.0, 9987.0, 10016.0, 9981.0, 10010.0, 10052.0, 9998.0, 10041.0, 10026.0, 10038.0, 9996.0, 10041.0, 10058.0, 10011.0, 10064.0, 10041.0, 10067.0, 10036.0, 10057.0, 10042.0, 10059.0, 10070.0, 10040.0, 10082.0, 10040.0, 10052.0, 10008.0, 10064.0, 10107.0, 10072.0, 10053.0, 10059.0, 10073.0, 10112.0, 10075.0, 10066.0, 10077.0, 10077.0, 10090.0, 10109.0, 10089.0, 10048.0, 10090.0, 10052.0, 10081.0, 10071.0, 10075.0, 10041.0, 10090.0, 10124.0, 10079.0, 10104.0, 10057.0, 10064.0, 10015.0, 10065.0, 10075.0, 10048.0, 10074.0, 10022.0, 10074.0, 10031.0, 10064.0, 10074.0, 10025.0, 10073.0, 10038.0, 10049.0, 10028.0, 10041.0, 10056.0, 10015.0, 10063.0, 10033.0, 10078.0, 10052.0, 10058.0, 10035.0, 10053.0, 10095.0, 10099.0, 10113.0, 10127.0, 10077.0, 10102.0, 10113.0, 10096.0, 10119.0, 10082.0, 10112.0, 10086.0, 10097.0, 10103.0, 10071.0, 10092.0, 10078.0, 10095.0, 10063.0, 10089.0, 10053.0, 10070.0, 10082.0, 10093.0, 10106.0, 10080.0, 10086.0, 10057.0, 10075.0, 10038.0, 10059.0, 10080.0, 10077.0, 10079.0, 10068.0, 10063.0, 10028.0, 10065.0, 10026.0, 10070.0, 10049.0, 10064.0, 10071.0, 10063.0, 10085.0, 10035.0, 10088.0, 10068.0, 10125.0, 10072.0, 10081.0, 10093.0, 10107.0, 10089.0, 10087.0, 10089.0, 10070.0, 10102.0, 10067.0, 10109.0, 10078.0, 10082.0, 10047.0, 10091.0, 10054.0, 10078.0, 10084.0, 10077.0, 10082.0, 10026.0, 10070.0, 10050.0, 10089.0, 10040.0, 10061.0, 10071.0, 10040.0, 10088.0, 10044.0, 10078.0, 10054.0, 10039.0, 10091.0, 10110.0, 10078.0, 10094.0, 10065.0, 10087.0, 10059.0, 10080.0, 10088.0, 10081.0, 10099.0, 10084.0, 10082.0, 10045.0, 10089.0, 10067.0, 10112.0, 10048.0, 10063.0, 10038.0, 10040.0, 10073.0, 10048.0, 10062.0, 10052.0, 10054.0, 10029.0, 10060.0, 10048.0, 10076.0, 10083.0, 10099.0, 10079.0, 10029.0, 10074.0, 10030.0, 10069.0, 10037.0, 10065.0, 10011.0, 10060.0, 10070.0, 10067.0, 10078.0, 10043.0, 10072.0, 10017.0, 10050.0, 10050.0, 10074.0, 10082.0, 10062.0, 10055.0, 10019.0, 10065.0, 10031.0, 10059.0, 10074.0, 10058.0, 10082.0, 10025.0, 10061.0, 10044.0, 10034.0, 10058.0, 10029.0, 10065.0, 10026.0, 10060.0, 10007.0, 10043.0, 10057.0, 10030.0, 10078.0, 10058.0, 10064.0, 10011.0, 10054.0, 10044.0, 10056.0, 10081.0, 10050.0, 10060.0, 10025.0, 10086.0, 10053.0, 10059.0, 10076.0, 10066.0, 10061.0, 10035.0, 10078.0, 10064.0, 10099.0, 10105.0, 10091.0, 10082.0, 10047.0, 10072.0, 10043.0, 10055.0, 10069.0, 10049.0, 10061.0, 10037.0, 10064.0, 10043.0, 10054.0, 10077.0, 10051.0, 10055.0, 10023.0, 10063.0, 10046.0, 10046.0, 10080.0, 10031.0, 10079.0, 10051.0, 10090.0, 10063.0, 10081.0, 10086.0, 10091.0, 10082.0, 10044.0, 10085.0, 10077.0, 10086.0, 10075.0, 10066.0, 10073.0, 10023.0, 10077.0, 10065.0, 10064.0, 10060.0, 10066.0, 10074.0, 10036.0, 10080.0, 10071.0, 10058.0, 10031.0, 10039.0, 10086.0, 10055.0, 10088.0, 10035.0, 10088.0, 10047.0, 10087.0, 10097.0, 10075.0, 10087.0, 10077.0, 10099.0, 10091.0, 10110.0, 10060.0, 10082.0, 10055.0, 10092.0, 10086.0, 10076.0, 10076.0, 10072.0, 10073.0, 10049.0, 10079.0, 10032.0, 10071.0, 10037.0, 10060.0, 10054.0, 10054.0, 10091.0, 10060.0, 10083.0, 10033.0, 10068.0, 10045.0, 10091.0, 10057.0, 10060.0, 10011.0, 10085.0, 10090.0, 10097.0, 10104.0, 10106.0, 10120.0, 10069.0, 10079.0, 10044.0, 10080.0, 10054.0, 10082.0, 10025.0, 10085.0, 10076.0, 10068.0, 10093.0, 10058.0, 10083.0, 10070.0, 10067.0, 10062.0, 10057.0, 10066.0, 10061.0, 10101.0, 10089.0, 10080.0, 10042.0, 10078.0, 10053.0, 10073.0, 10075.0, 10052.0, 10070.0, 10039.0, 10075.0, 10050.0, 10078.0, 10066.0, 10036.0, 9991.0, 10041.0, 10067.0, 10038.0, 10076.0, 10035.0, 10057.0, 10034.0, 10026.0, 10056.0, 10042.0, 10077.0, 10053.0, 10056.0, 10023.0, 10065.0, 10032.0, 10041.0, 10070.0, 10025.0, 10080.0, 10054.0, 10063.0, 10049.0, 10058.0, 10077.0, 10090.0, 10098.0, 10059.0, 10082.0, 10026.0, 10054.0, 10057.0, 10048.0, 10095.0, 10040.0, 10065.0, 10049.0, 10093.0, 10070.0, 10066.0, 10103.0, 10081.0, 10084.0, 10047.0, 10087.0, 10042.0, 10086.0, 10062.0, 10058.0, 10091.0, 10060.0, 10084.0, 10080.0, 10089.0, 10073.0, 10055.0, 10028.0, 10040.0, 10097.0, 10065.0, 10085.0, 10058.0, 10084.0, 10050.0, 10059.0, 10075.0, 10042.0, 10078.0, 10051.0, 10089.0, 10060.0, 10052.0, 10069.0, 10037.0, 10076.0, 10031.0, 10082.0, 10050.0, 10045.0, 10063.0, 10057.0, 10084.0, 10045.0, 10083.0, 10055.0, 10087.0, 10048.0, 10059.0, 10095.0, 10053.0, 10083.0, 10058.0, 10093.0, 10058.0, 10077.0, 10077.0, 10100.0, 10059.0, 10083.0, 10098.0, 10045.0, 10107.0, 10088.0, 10107.0, 10070.0, 10065.0, 10076.0, 10078.0, 10085.0, 10049.0, 10062.0, 10032.0, 10052.0, 10073.0, 10075.0, 10075.0, 10047.0, 10063.0, 10025.0, 10054.0, 10048.0, 10056.0, 10069.0, 10073.0, 10072.0, 10023.0, 10062.0, 10050.0, 10068.0, 10045.0, 10043.0, 10061.0, 10055.0, 10072.0, 10056.0, 10065.0, 10053.0, 10052.0, 10033.0, 10042.0, 10080.0, 10068.0, 10063.0, 10048.0, 10060.0, 10041.0, 10025.0, 10072.0, 10052.0, 10054.0, 10031.0, 10053.0, 10028.0, 10019.0, 10025.0, 10026.0, 10073.0, 10017.0, 10041.0, 10024.0, 10047.0, 10016.0, 10038.0, 10008.0, 10044.0, 10024.0, 10050.0, 10079.0, 10056.0, 10093.0, 10059.0, 10095.0, 10065.0, 10075.0, 10054.0, 10070.0, 10095.0, 10117.0, 10110.0, 10083.0, 10084.0, 10036.0, 10078.0, 10092.0, 10074.0, 10100.0, 10083.0, 10090.0, 10082.0, 10103.0, 10061.0, 10070.0, 10086.0, 10083.0, 10081.0, 10049.0, 10089.0, 10045.0, 10098.0, 10080.0, 10069.0, 10074.0, 10050.0, 10082.0, 10036.0, 10088.0, 10099.0, 10068.0, 10050.0, 10073.0, 10104.0, 10054.0, 10106.0, 10094.0, 10115.0, 10099.0, 10107.0, 10097.0, 10084.0, 10101.0, 10080.0, 10110.0, 10100.0, 10091.0, 10048.0, 10073.0, 10088.0, 10076.0, 10069.0, 10068.0, 10076.0, 10056.0, 10067.0, 10046.0, 10082.0, 10053.0, 10062.0, 10018.0, 10088.0, 10091.0, 10078.0, 10058.0, 10069.0, 10083.0, 10074.0, 10128.0, 10118.0, 10118.0, 10111.0, 10120.0, 10078.0, 10121.0, 10095.0, 10092.0, 10104.0, 10100.0, 10121.0, 10070.0, 10154.0, 10112.0, 10117.0, 10072.0, 10085.0, 10102.0, 10075.0, 10110.0, 10083.0, 10098.0, 10070.0, 10106.0, 10105.0, 10051.0, 10103.0, 10074.0, 10067.0, 10081.0, 10062.0, 10068.0, 10037.0, 10090.0, 10090.0, 10071.0, 10064.0, 10064.0, 10103.0, 10055.0, 10081.0, 10078.0, 10043.0, 10062.0, 10027.0, 10059.0, 10038.0, 10064.0, 10098.0, 10062.0, 10082.0, 10063.0, 10077.0, 10050.0, 10082.0, 10091.0, 10089.0, 10106.0, 10086.0, 10105.0, 10073.0, 10119.0, 10073.0, 10120.0, 10090.0, 10082.0, 10049.0, 10087.0, 10117.0, 10083.0, 10110.0, 10079.0, 10086.0, 10040.0, 10066.0, 10092.0, 10062.0, 10088.0, 10059.0, 10084.0, 10050.0, 10058.0, 10090.0, 10064.0, 10078.0, 10060.0, 10080.0, 10030.0, 10055.0, 10012.0, 10068.0, 10084.0, 10066.0, 10088.0, 10066.0, 10081.0, 10056.0, 10101.0, 10093.0, 10111.0, 10111.0, 10097.0, 10093.0, 10064.0, 10094.0, 10070.0, 10063.0, 10065.0, 10060.0, 10064.0, 10034.0, 10115.0, 10092.0, 10084.0, 10062.0, 10087.0, 10104.0, 10072.0, 10066.0, 10028.0, 10054.0, 10046.0, 10081.0, 10097.0, 10074.0, 10066.0, 10048.0, 10075.0, 10035.0, 10078.0, 10058.0, 10066.0, 10071.0, 10064.0, 10097.0, 10099.0, 10102.0, 10059.0, 10092.0, 10065.0, 10096.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.003061204128440367</td></tr>
<tr><td colspan=3>aqi</td><td>0.04375171364678899</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>48.383332310505224</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3814793140872557</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0253726705625712</td></tr>
<tr><td colspan=3>efc</td><td>0.479</td></tr>
<tr><td colspan=3>fber</td><td>6422.5483</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12285003912620279</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>96</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.009174311926605</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3238627438367296</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.250083673626552</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4747934864508707</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.246711071432766</td></tr>
<tr><td colspan=3>gcor</td><td>0.00873402</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0064227948896586895</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03142479062080383</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.275231167126803</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.0738</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.1395</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>178.2742</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297056.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>803.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.4544</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0769</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.4311</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3792.1082</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3966.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79488.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1586.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4873.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>927.6633</td></tr>
<tr><td colspan=3>tsnr</td><td>32.866912470781244</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>