<?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-0131_ses-03_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-0131_ses-03_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-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0131_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0131/figures/sub-0131_ses-03_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-0131/figures/sub-0131_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0131/figures/sub-0131_ses-03_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-0131/ses-03/func/sub-0131_ses-03_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>4384a535aa049642db8db1143068fb75</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>21:20:56.375000</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.997541, -0.0287203, -0.06393, 0.032569, 0.997667, 0.0599971]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.095939</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4214, -7787, -7241, 416, -141, 45, 17, 115]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.119</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>492e4af4-2962-45e5-a8d4-e91b3c5ff8a6||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.6763296127319336, 0.08738034963607788, -0.16755592823028564, 109.14598083496094], [0.07705456763505936, 2.6766679286956787, 0.16721564531326294, -110.36207580566406], [-0.17151959240436554, -0.1609678566455841, 2.689602851867676, -50.98103713989258], [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': ['212056.375000', '212056.835000', '212057.295000', '212057.755000', '212058.215000', '212058.675000', '212059.135000', '212059.595000', '212100.055000', '212100.515000', '212100.975000', '212101.435000', '212101.895000', '212102.355000', '212102.815000', '212103.275000', '212103.735000', '212104.195000', '212104.655000', '212105.115000', '212105.575000', '212106.035000', '212106.495000', '212106.955000', '212107.415000', '212107.875000', '212108.335000', '212108.795000', '212109.255000', '212109.715000', '212110.175000', '212110.635000', '212111.095000', '212111.555000', '212112.015000', '212112.475000', '212112.935000', '212113.395000', '212113.855000', '212114.315000', '212114.775000', '212115.235000', '212115.695000', '212116.155000', '212116.615000', '212117.075000', '212117.535000', '212117.995000', '212118.455000', '212118.915000', '212119.375000', '212119.835000', '212120.295000', '212120.755000', '212121.215000', '212121.675000', '212122.135000', '212122.595000', '212123.055000', '212123.515000', '212123.975000', '212124.435000', '212124.895000', '212125.355000', '212125.815000', '212126.275000', '212126.735000', '212127.195000', '212127.655000', '212128.115000', '212128.575000', '212129.035000', '212129.495000', '212129.955000', '212130.415000', '212130.875000', '212131.335000', '212131.795000', '212132.255000', '212132.715000', '212133.175000', '212133.635000', '212134.095000', '212134.555000', '212135.015000', '212135.475000', '212135.935000', '212136.395000', '212136.855000', '212137.315000', '212137.775000', '212138.235000', '212138.695000', '212139.155000', '212139.615000', '212140.075000', '212140.535000', '212140.995000', '212141.455000', '212141.915000', '212142.375000', '212142.835000', '212143.295000', '212143.755000', '212144.215000', '212144.675000', '212145.135000', '212145.595000', '212146.055000', '212146.515000', '212146.975000', '212147.435000', '212147.895000', '212148.355000', '212148.815000', '212149.275000', '212149.735000', '212150.195000', '212150.655000', '212151.115000', '212151.575000', '212152.035000', '212152.495000', '212152.955000', '212153.415000', '212153.875000', '212154.335000', '212154.795000', '212155.255000', '212155.715000', '212156.175000', '212156.635000', '212157.095000', '212157.555000', '212158.015000', '212158.475000', '212158.935000', '212159.395000', '212159.855000', '212200.315000', '212200.775000', '212201.235000', '212201.695000', '212202.155000', '212202.615000', '212203.075000', '212203.535000', '212203.995000', '212204.455000', '212204.915000', '212205.375000', '212205.835000', '212206.295000', '212206.755000', '212207.215000', '212207.675000', '212208.135000', '212208.595000', '212209.055000', '212209.515000', '212209.975000', '212210.435000', '212210.895000', '212211.355000', '212211.815000', '212212.275000', '212212.735000', '212213.195000', '212213.655000', '212214.115000', '212214.575000', '212215.035000', '212215.495000', '212215.955000', '212216.415000', '212216.875000', '212217.335000', '212217.795000', '212218.255000', '212218.715000', '212219.175000', '212219.635000', '212220.095000', '212220.555000', '212221.015000', '212221.475000', '212221.935000', '212222.395000', '212222.855000', '212223.315000', '212223.775000', '212224.235000', '212224.695000', '212225.155000', '212225.615000', '212226.075000', '212226.535000', '212226.995000', '212227.455000', '212227.915000', '212228.375000', '212228.835000', '212229.295000', '212229.755000', '212230.215000', '212230.675000', '212231.135000', '212231.595000', '212232.055000', '212232.515000', '212232.975000', '212233.435000', '212233.895000', '212234.355000', '212234.815000', '212235.275000', '212235.735000', '212236.195000', '212236.655000', '212237.115000', '212237.575000', '212238.035000', '212238.495000', '212238.955000', '212239.415000', '212239.875000', '212240.335000', '212240.795000', '212241.255000', '212241.715000', '212242.175000', '212242.635000', '212243.095000', '212243.555000', '212244.015000', '212244.475000', '212244.935000', '212245.395000', '212245.855000', '212246.315000', '212246.775000', '212247.235000', '212247.695000', '212248.155000', '212248.615000', '212249.075000', '212249.535000', '212249.995000', '212250.455000', '212250.915000', '212251.375000', '212251.835000', '212252.295000', '212252.755000', '212253.215000', '212253.675000', '212254.135000', '212254.595000', '212255.055000', '212255.515000', '212255.975000', '212256.435000', '212256.895000', '212257.355000', '212257.815000', '212258.275000', '212258.735000', '212259.195000', '212259.655000', '212300.115000', '212300.575000', '212301.035000', '212301.495000', '212301.955000', '212302.415000', '212302.875000', '212303.335000', '212303.795000', '212304.255000', '212304.715000', '212305.175000', '212305.635000', '212306.095000', '212306.555000', '212307.015000', '212307.475000', '212307.935000', '212308.395000', '212308.855000', '212309.315000', '212309.775000', '212310.235000', '212310.695000', '212311.155000', '212311.615000', '212312.075000', '212312.535000', '212312.995000', '212313.455000', '212313.915000', '212314.375000', '212314.835000', '212315.295000', '212315.755000', '212316.215000', '212316.675000', '212317.135000', '212317.595000', '212318.055000', '212318.515000', '212318.975000', '212319.435000', '212319.895000', '212320.355000', '212320.815000', '212321.275000', '212321.735000', '212322.195000', '212322.655000', '212323.115000', '212323.575000', '212324.035000', '212324.495000', '212324.955000', '212325.415000', '212325.875000', '212326.335000', '212326.795000', '212327.255000', '212327.715000', '212328.175000', '212328.635000', '212329.095000', '212329.555000', '212330.015000', '212330.475000', '212330.935000', '212331.395000', '212331.855000', '212332.315000', '212332.775000', '212333.235000', '212333.695000', '212334.155000', '212334.615000', '212335.075000', '212335.535000', '212335.995000', '212336.455000', '212336.915000', '212337.375000', '212337.835000', '212338.295000', '212338.755000', '212339.215000', '212339.675000', '212340.135000', '212340.595000', '212341.055000', '212341.515000', '212341.975000', '212342.435000', '212342.895000', '212343.355000', '212343.815000', '212344.275000', '212344.735000', '212345.195000', '212345.655000', '212346.115000', '212346.575000', '212347.035000', '212347.495000', '212347.955000', '212348.415000', '212348.875000', '212349.335000', '212349.795000', '212350.255000', '212350.715000', '212351.175000', '212351.635000', '212352.095000', '212352.555000', '212353.015000', '212353.475000', '212353.935000', '212354.395000', '212354.855000', '212355.315000', '212355.775000', '212356.235000', '212356.695000', '212357.155000', '212357.615000', '212358.075000', '212358.535000', '212358.995000', '212359.455000', '212359.915000', '212400.375000', '212400.835000', '212401.295000', '212401.755000', '212402.215000', '212402.675000', '212403.135000', '212403.595000', '212404.055000', '212404.515000', '212404.975000', '212405.435000', '212405.895000', '212406.355000', '212406.815000', '212407.275000', '212407.735000', '212408.195000', '212408.655000', '212409.115000', '212409.575000', '212410.035000', '212410.495000', '212410.955000', '212411.415000', '212411.875000', '212412.335000', '212412.795000', '212413.255000', '212413.715000', '212414.175000', '212414.635000', '212415.095000', '212415.555000', '212416.015000', '212416.475000', '212416.935000', '212417.395000', '212417.855000', '212418.315000', '212418.775000', '212419.235000', '212419.695000', '212420.155000', '212420.615000', '212421.075000', '212421.535000', '212421.995000', '212422.455000', '212422.915000', '212423.375000', '212423.835000', '212424.295000', '212424.755000', '212425.215000', '212425.675000', '212426.135000', '212426.595000', '212427.055000', '212427.515000', '212427.975000', '212428.435000', '212428.895000', '212429.355000', '212429.815000', '212430.275000', '212430.735000', '212431.195000', '212431.655000', '212432.115000', '212432.575000', '212433.035000', '212433.495000', '212433.955000', '212434.415000', '212434.875000', '212435.335000', '212435.795000', '212436.255000', '212436.715000', '212437.175000', '212437.635000', '212438.095000', '212438.555000', '212439.015000', '212439.475000', '212439.935000', '212440.395000', '212440.855000', '212441.315000', '212441.775000', '212442.235000', '212442.695000', '212443.155000', '212443.615000', '212444.075000', '212444.535000', '212444.995000', '212445.455000', '212445.915000', '212446.375000', '212446.835000', '212447.295000', '212447.755000', '212448.215000', '212448.675000', '212449.135000', '212449.595000', '212450.055000', '212450.515000', '212450.975000', '212451.435000', '212451.895000', '212452.355000', '212452.815000', '212453.275000', '212453.735000', '212454.195000', '212454.655000', '212455.115000', '212455.575000', '212456.035000', '212456.495000', '212456.955000', '212457.415000', '212457.875000', '212458.335000', '212458.795000', '212459.255000', '212459.715000', '212500.175000', '212500.635000', '212501.095000', '212501.555000', '212502.015000', '212502.475000', '212502.935000', '212503.395000', '212503.855000', '212504.315000', '212504.775000', '212505.235000', '212505.695000', '212506.155000', '212506.615000', '212507.075000', '212507.535000', '212507.995000', '212508.455000', '212508.915000', '212509.375000', '212509.835000', '212510.295000', '212510.755000', '212511.215000', '212511.675000', '212512.135000', '212512.595000', '212513.055000', '212513.515000', '212513.975000', '212514.435000', '212514.895000', '212515.355000', '212515.815000', '212516.275000', '212516.735000', '212517.195000', '212517.655000', '212518.115000', '212518.575000', '212519.035000', '212519.495000', '212519.955000', '212520.415000', '212520.875000', '212521.335000', '212521.795000', '212522.255000', '212522.715000', '212523.175000', '212523.635000', '212524.095000', '212524.555000', '212525.015000', '212525.475000', '212525.935000', '212526.395000', '212526.855000', '212527.315000', '212527.775000', '212528.235000', '212528.695000', '212529.155000', '212529.615000', '212530.075000', '212530.535000', '212530.995000', '212531.455000', '212531.915000', '212532.375000', '212532.835000', '212533.295000', '212533.755000', '212534.215000', '212534.675000', '212535.135000', '212535.595000', '212536.055000', '212536.515000', '212536.975000', '212537.435000', '212537.895000', '212538.355000', '212538.815000', '212539.275000', '212539.735000', '212540.195000', '212540.655000', '212541.115000', '212541.575000', '212542.035000', '212542.495000', '212542.955000', '212543.415000', '212543.875000', '212544.335000', '212544.795000', '212545.255000', '212545.715000', '212546.175000', '212546.635000', '212547.095000', '212547.555000', '212548.015000', '212548.475000', '212548.935000', '212549.395000', '212549.855000', '212550.315000', '212550.775000', '212551.235000', '212551.695000', '212552.155000', '212552.615000', '212553.075000', '212553.535000', '212553.995000', '212554.455000', '212554.915000', '212555.375000', '212555.835000', '212556.295000', '212556.755000', '212557.215000', '212557.675000', '212558.135000', '212558.595000', '212559.055000', '212559.515000', '212559.975000', '212600.435000', '212600.895000', '212601.355000', '212601.815000', '212602.275000', '212602.735000', '212603.195000', '212603.655000', '212604.115000', '212604.575000', '212605.035000', '212605.495000', '212605.955000', '212606.415000', '212606.875000', '212607.335000', '212607.795000', '212608.255000', '212608.715000', '212609.175000', '212609.635000', '212610.095000', '212610.555000', '212611.015000', '212611.475000', '212611.935000', '212612.395000', '212612.855000', '212613.315000', '212613.775000', '212614.235000', '212614.695000', '212615.155000', '212615.615000', '212616.075000', '212616.535000', '212616.995000', '212617.455000', '212617.915000', '212618.375000', '212618.835000', '212619.295000', '212619.755000', '212620.215000', '212620.675000', '212621.135000', '212621.595000', '212622.055000', '212622.515000', '212622.975000', '212623.435000', '212623.895000', '212624.355000', '212624.815000', '212625.275000', '212625.735000', '212626.195000', '212626.655000', '212627.115000', '212627.575000', '212628.035000', '212628.495000', '212628.955000', '212629.415000', '212629.875000', '212630.335000', '212630.795000', '212631.255000', '212631.715000', '212632.175000', '212632.635000', '212633.095000', '212633.555000', '212634.015000', '212634.475000', '212634.935000', '212635.395000', '212635.855000', '212636.315000', '212636.775000', '212637.235000', '212637.695000', '212638.155000', '212638.615000', '212639.075000', '212639.535000', '212639.995000', '212640.455000', '212640.915000', '212641.375000', '212641.835000', '212642.295000', '212642.755000', '212643.215000', '212643.675000', '212644.135000', '212644.595000', '212645.055000', '212645.515000', '212645.975000', '212646.435000', '212646.895000', '212647.355000', '212647.815000', '212648.275000', '212648.735000', '212649.195000', '212649.655000', '212650.115000', '212650.575000', '212651.035000', '212651.495000', '212651.955000', '212652.415000', '212652.875000', '212653.335000', '212653.795000', '212654.255000', '212654.715000', '212655.175000', '212655.635000', '212656.095000', '212656.555000', '212657.015000', '212657.475000', '212657.935000', '212658.395000', '212658.855000', '212659.315000', '212659.775000', '212700.235000', '212700.695000', '212701.155000', '212701.615000', '212702.075000', '212702.535000', '212702.995000', '212703.455000', '212703.915000', '212704.375000', '212704.835000', '212705.295000', '212705.755000', '212706.215000', '212706.675000', '212707.135000', '212707.595000', '212708.055000', '212708.515000', '212708.975000', '212709.435000', '212709.895000', '212710.355000', '212710.815000', '212711.275000', '212711.735000', '212712.195000', '212712.655000', '212713.115000', '212713.575000', '212714.035000', '212714.495000', '212714.955000', '212715.415000', '212715.875000', '212716.335000', '212716.795000', '212717.255000', '212717.715000', '212718.175000', '212718.635000', '212719.095000', '212719.555000', '212720.015000', '212720.475000', '212720.935000', '212721.395000', '212721.855000', '212722.315000', '212722.775000', '212723.235000', '212723.695000', '212724.155000', '212724.615000', '212725.075000', '212725.535000', '212725.995000', '212726.455000', '212726.915000', '212727.375000', '212727.835000', '212728.295000', '212728.755000', '212729.215000', '212729.675000', '212730.135000', '212730.595000', '212731.055000', '212731.515000', '212731.975000', '212732.435000', '212732.895000', '212733.355000', '212733.815000', '212734.275000', '212734.735000', '212735.195000', '212735.655000', '212736.115000', '212736.575000', '212737.035000'], 'ContentTime': ['212119.873000', '212119.876000', '212119.878000', '212119.881000', '212119.884000', '212119.890000', '212119.892000', '212119.895000', '212119.897000', '212119.900000', '212119.902000', '212119.905000', '212119.908000', '212119.933000', '212119.936000', '212119.938000', '212119.941000', '212119.943000', '212119.946000', '212119.948000', '212119.951000', '212119.953000', '212119.956000', '212119.958000', '212119.970000', '212119.973000', '212119.975000', '212119.978000', '212119.980000', '212119.983000', '212119.986000', '212119.988000', '212119.991000', '212119.993000', '212119.996000', '212120.000000', '212120.003000', '212120.006000', '212120.009000', '212120.012000', '212120.014000', '212120.017000', '212120.019000', '212120.022000', '212120.025000', '212120.027000', '212120.030000', '212120.032000', '212120.035000', '212139.819000', '212139.822000', '212139.824000', '212139.827000', '212139.829000', '212139.832000', '212139.834000', '212139.837000', '212139.840000', '212139.842000', '212139.845000', '212139.847000', '212139.850000', '212139.852000', '212139.855000', '212139.857000', '212139.860000', '212139.862000', '212139.865000', '212139.868000', '212139.870000', '212139.873000', '212139.875000', '212139.878000', '212139.880000', '212139.883000', '212139.886000', '212139.888000', '212139.891000', '212139.897000', '212139.900000', '212139.902000', '212139.905000', '212139.907000', '212139.910000', '212139.913000', '212139.915000', '212139.918000', '212139.920000', '212139.923000', '212139.925000', '212139.928000', '212139.930000', '212139.933000', '212159.819000', '212159.822000', '212159.825000', '212159.827000', '212159.830000', '212159.832000', '212159.835000', '212159.838000', '212159.840000', '212159.843000', '212159.845000', '212159.848000', '212159.850000', '212159.853000', '212159.855000', '212159.858000', '212159.860000', '212159.863000', '212159.865000', '212159.868000', '212159.871000', '212159.873000', '212159.876000', '212159.878000', '212159.881000', '212159.883000', '212159.886000', '212159.888000', '212159.891000', '212159.893000', '212159.896000', '212159.898000', '212159.901000', '212159.904000', '212159.906000', '212159.909000', '212159.911000', '212159.948000', '212159.950000', '212159.953000', '212159.955000', '212159.958000', '212159.961000', '212219.819000', '212219.822000', '212219.825000', '212219.828000', '212219.831000', '212219.833000', '212219.836000', '212219.839000', '212219.841000', '212219.844000', '212219.847000', '212219.850000', '212219.852000', '212219.855000', '212219.857000', '212219.860000', '212219.869000', '212219.872000', '212219.874000', '212219.877000', '212219.879000', '212219.882000', '212219.885000', '212219.887000', '212219.890000', '212219.892000', '212219.895000', '212219.897000', '212219.900000', '212219.902000', '212219.905000', '212219.908000', '212219.910000', '212219.913000', '212219.915000', '212219.918000', '212219.921000', '212219.923000', '212219.926000', '212219.928000', '212219.931000', '212219.933000', '212219.936000', '212239.819000', '212239.821000', '212239.824000', '212239.826000', '212239.829000', '212239.832000', '212239.834000', '212239.837000', '212239.839000', '212239.842000', '212239.844000', '212239.847000', '212239.849000', '212239.858000', '212239.861000', '212239.863000', '212239.866000', '212239.868000', '212239.871000', '212239.874000', '212239.876000', '212239.879000', '212239.881000', '212239.884000', '212239.886000', '212239.889000', '212239.892000', '212239.894000', '212239.897000', '212239.899000', '212239.902000', '212239.905000', '212239.907000', '212239.910000', '212239.912000', '212239.915000', '212239.917000', '212239.920000', '212239.923000', '212239.925000', '212239.928000', '212239.930000', '212239.933000', '212239.935000', '212259.818000', '212259.821000', '212259.824000', '212259.826000', '212259.829000', '212259.831000', '212259.834000', '212259.837000', '212259.839000', '212259.842000', '212259.844000', '212259.847000', '212259.849000', '212259.852000', '212259.855000', '212259.862000', '212259.865000', '212259.877000', '212259.879000', '212259.882000', '212259.884000', '212259.887000', '212259.889000', '212259.892000', '212259.895000', '212259.897000', '212259.900000', '212259.902000', '212259.905000', '212259.908000', '212259.910000', '212259.913000', '212259.915000', '212259.918000', '212259.921000', '212259.923000', '212259.926000', '212259.928000', '212259.931000', '212259.934000', '212259.937000', '212259.940000', '212259.943000', '212319.818000', '212319.821000', '212319.824000', '212319.826000', '212319.829000', '212319.831000', '212319.834000', '212319.837000', '212319.839000', '212319.842000', '212319.844000', '212319.847000', '212319.849000', '212319.852000', '212319.854000', '212319.857000', '212319.860000', '212319.862000', '212319.865000', '212319.867000', '212319.870000', '212319.872000', '212319.875000', '212319.877000', '212319.880000', '212319.883000', '212319.885000', '212319.888000', '212319.890000', '212319.893000', '212319.895000', '212319.898000', '212319.901000', '212319.903000', '212319.906000', '212319.908000', '212319.911000', '212319.913000', '212319.916000', '212319.919000', '212319.921000', '212319.924000', '212319.926000', '212319.929000', '212339.818000', '212339.821000', '212339.824000', '212339.827000', '212339.830000', '212339.833000', '212339.836000', '212339.838000', '212339.841000', '212339.844000', '212339.846000', '212339.849000', '212339.851000', '212339.854000', '212339.857000', '212339.859000', '212339.862000', '212339.864000', '212339.867000', '212339.869000', '212339.872000', '212339.874000', '212339.877000', '212339.880000', '212339.882000', '212339.885000', '212339.888000', '212339.891000', '212339.893000', '212339.896000', '212339.898000', '212339.901000', '212339.904000', '212339.906000', '212339.909000', '212339.911000', '212339.914000', '212339.917000', '212339.919000', '212339.922000', '212339.924000', '212339.927000', '212339.929000', '212359.819000', '212359.822000', '212359.824000', '212359.827000', '212359.829000', '212359.832000', '212359.834000', '212359.837000', '212359.839000', '212359.842000', '212359.845000', '212359.847000', '212359.850000', '212359.852000', '212359.855000', '212359.857000', '212359.860000', '212359.863000', '212359.865000', '212359.868000', '212359.870000', '212359.873000', '212359.875000', '212359.878000', '212359.880000', '212359.883000', '212359.886000', '212359.888000', '212359.891000', '212359.893000', '212359.896000', '212359.898000', '212359.901000', '212359.904000', '212359.906000', '212359.909000', '212359.911000', '212359.914000', '212359.916000', '212359.919000', '212359.922000', '212359.924000', '212359.927000', '212359.930000', '212419.819000', '212419.822000', '212419.825000', '212419.827000', '212419.830000', '212419.832000', '212419.835000', '212419.837000', '212419.840000', '212419.843000', '212419.845000', '212419.848000', '212419.850000', '212419.853000', '212419.860000', '212419.863000', '212419.865000', '212419.868000', '212419.871000', '212419.873000', '212419.876000', '212419.879000', '212419.881000', '212419.884000', '212419.886000', '212419.889000', '212419.891000', '212419.894000', '212419.897000', '212419.899000', '212419.902000', '212419.904000', '212419.907000', '212419.909000', '212419.912000', '212419.914000', '212419.917000', '212419.920000', '212419.922000', '212419.925000', '212419.927000', '212419.930000', '212419.946000', '212439.819000', '212439.821000', '212439.824000', '212439.826000', '212439.829000', '212439.832000', '212439.834000', '212439.837000', '212439.839000', '212439.842000', '212439.844000', '212439.847000', '212439.849000', '212439.852000', '212439.855000', '212439.857000', '212439.860000', '212439.862000', '212439.865000', '212439.868000', '212439.870000', '212439.873000', '212439.875000', '212439.878000', '212439.880000', '212439.883000', '212439.886000', '212439.888000', '212439.891000', '212439.894000', '212439.896000', '212439.899000', '212439.901000', '212439.904000', '212439.906000', '212439.909000', '212439.912000', '212439.914000', '212439.917000', '212439.920000', '212439.922000', '212439.925000', '212439.927000', '212439.930000', '212459.818000', '212459.821000', '212459.824000', '212459.826000', '212459.829000', '212459.831000', '212459.834000', '212459.837000', '212459.839000', '212459.842000', '212459.844000', '212459.847000', '212459.849000', '212459.852000', '212459.855000', '212459.857000', '212459.860000', '212459.862000', '212459.865000', '212459.867000', '212459.870000', '212459.873000', '212459.875000', '212459.878000', '212459.880000', '212459.883000', '212459.886000', '212459.889000', '212459.892000', '212459.895000', '212459.898000', '212459.900000', '212459.903000', '212459.906000', '212459.908000', '212459.911000', '212459.913000', '212459.916000', '212459.918000', '212459.921000', '212459.924000', '212459.927000', '212459.930000', '212519.819000', '212519.821000', '212519.824000', '212519.827000', '212519.829000', '212519.832000', '212519.834000', '212519.837000', '212519.839000', '212519.842000', '212519.844000', '212519.847000', '212519.850000', '212519.852000', '212519.855000', '212519.857000', '212519.860000', '212519.863000', '212519.865000', '212519.868000', '212519.870000', '212519.873000', '212519.875000', '212519.878000', '212519.881000', '212519.883000', '212519.886000', '212519.888000', '212519.891000', '212519.894000', '212519.897000', '212519.899000', '212519.902000', '212519.904000', '212519.907000', '212519.910000', '212519.912000', '212519.915000', '212519.917000', '212519.920000', '212519.923000', '212519.925000', '212519.928000', '212519.930000', '212539.818000', '212539.821000', '212539.824000', '212539.826000', '212539.829000', '212539.832000', '212539.834000', '212539.837000', '212539.839000', '212539.842000', '212539.845000', '212539.847000', '212539.850000', '212539.852000', '212539.855000', '212539.857000', '212539.860000', '212539.863000', '212539.865000', '212539.868000', '212539.871000', '212539.874000', '212539.877000', '212539.880000', '212539.883000', '212539.885000', '212539.888000', '212539.891000', '212539.894000', '212539.896000', '212539.899000', '212539.901000', '212539.904000', '212539.906000', '212539.909000', '212539.912000', '212539.914000', '212539.917000', '212539.919000', '212539.922000', '212539.925000', '212539.927000', '212539.930000', '212559.819000', '212559.821000', '212559.824000', '212559.826000', '212559.829000', '212559.832000', '212559.834000', '212559.837000', '212559.839000', '212559.851000', '212559.853000', '212559.856000', '212559.858000', '212559.861000', '212559.863000', '212559.866000', '212559.869000', '212559.871000', '212559.874000', '212559.876000', '212559.879000', '212559.882000', '212559.884000', '212559.887000', '212559.889000', '212559.892000', '212559.894000', '212559.897000', '212559.900000', '212559.902000', '212559.905000', '212559.907000', '212559.910000', '212559.912000', '212559.915000', '212559.918000', '212559.920000', '212559.923000', '212559.925000', '212559.928000', '212559.930000', '212559.933000', '212559.935000', '212559.938000', '212619.819000', '212619.821000', '212619.824000', '212619.827000', '212619.829000', '212619.832000', '212619.834000', '212619.837000', '212619.839000', '212619.842000', '212619.845000', '212619.847000', '212619.850000', '212619.852000', '212619.855000', '212619.857000', '212619.860000', '212619.862000', '212619.865000', '212619.868000', '212619.870000', '212619.873000', '212619.875000', '212619.878000', '212619.881000', '212619.883000', '212619.886000', '212619.888000', '212619.891000', '212619.893000', '212619.896000', '212619.899000', '212619.901000', '212619.904000', '212619.906000', '212619.909000', '212619.911000', '212619.914000', '212619.917000', '212619.919000', '212619.922000', '212619.924000', '212619.927000', '212639.820000', '212639.822000', '212639.825000', '212639.828000', '212639.830000', '212639.833000', '212639.835000', '212639.838000', '212639.841000', '212639.843000', '212639.846000', '212639.848000', '212639.851000', '212639.853000', '212639.856000', '212639.859000', '212639.861000', '212639.864000', '212639.866000', '212639.869000', '212639.872000', '212639.874000', '212639.877000', '212639.879000', '212639.882000', '212639.884000', '212639.887000', '212639.890000', '212639.892000', '212639.895000', '212639.897000', '212639.900000', '212639.903000', '212639.905000', '212639.908000', '212639.910000', '212639.913000', '212639.916000', '212639.918000', '212639.921000', '212639.923000', '212639.926000', '212639.928000', '212639.931000', '212659.819000', '212659.821000', '212659.824000', '212659.827000', '212659.829000', '212659.832000', '212659.834000', '212659.837000', '212659.840000', '212659.842000', '212659.845000', '212659.847000', '212659.850000', '212659.852000', '212659.855000', '212659.858000', '212659.860000', '212659.863000', '212659.867000', '212659.869000', '212659.872000', '212659.875000', '212659.877000', '212659.880000', '212659.882000', '212659.885000', '212659.887000', '212659.890000', '212659.892000', '212659.895000', '212659.898000', '212659.900000', '212659.903000', '212659.905000', '212659.908000', '212659.910000', '212659.913000', '212659.916000', '212659.919000', '212659.922000', '212659.925000', '212659.928000', '212659.931000', '212719.819000', '212719.821000', '212719.824000', '212719.827000', '212719.829000', '212719.832000', '212719.834000', '212719.837000', '212719.840000', '212719.842000', '212719.845000', '212719.847000', '212719.850000', '212719.852000', '212719.855000', '212719.858000', '212719.860000', '212719.863000', '212719.865000', '212719.868000', '212719.871000', '212719.873000', '212719.876000', '212719.878000', '212719.881000', '212719.884000', '212719.886000', '212719.889000', '212719.891000', '212719.894000', '212719.896000', '212719.899000', '212719.901000', '212719.904000', '212719.917000', '212719.920000', '212719.923000', '212719.925000', '212719.928000', '212719.930000', '212719.933000', '212719.935000', '212719.938000', '212719.941000', '212738.134000', '212738.137000', '212738.140000', '212738.143000', '212738.145000', '212738.148000', '212738.151000', '212738.154000', '212738.156000', '212738.159000', '212738.162000', '212738.165000', '212738.167000', '212738.170000', '212738.173000', '212738.175000', '212738.178000', '212738.181000', '212738.183000', '212738.186000', '212738.189000', '212738.192000', '212738.194000', '212738.197000', '212738.199000', '212738.202000', '212738.205000', '212738.208000', '212738.211000', '212738.214000', '212738.217000', '212738.220000', '212738.222000', '212738.225000', '212738.228000', '212738.236000', '212738.242000', '212738.248000', '212738.251000', '212738.254000'], 'InstanceCreationTime': ['212119.873000', '212119.876000', '212119.878000', '212119.881000', '212119.884000', '212119.890000', '212119.892000', '212119.895000', '212119.897000', '212119.900000', '212119.902000', '212119.905000', '212119.908000', '212119.933000', '212119.936000', '212119.938000', '212119.941000', '212119.943000', '212119.946000', '212119.948000', '212119.951000', '212119.953000', '212119.956000', '212119.958000', '212119.970000', '212119.973000', '212119.975000', '212119.978000', '212119.980000', '212119.983000', '212119.986000', '212119.988000', '212119.991000', '212119.993000', '212119.996000', '212120.000000', '212120.003000', '212120.006000', '212120.009000', '212120.012000', '212120.014000', '212120.017000', '212120.019000', '212120.022000', '212120.025000', '212120.027000', '212120.030000', '212120.032000', '212120.035000', '212139.819000', '212139.822000', '212139.824000', '212139.827000', '212139.829000', '212139.832000', '212139.834000', '212139.837000', '212139.840000', '212139.842000', '212139.845000', '212139.847000', '212139.850000', '212139.852000', '212139.855000', '212139.857000', '212139.860000', '212139.862000', '212139.865000', '212139.868000', '212139.870000', '212139.873000', '212139.875000', '212139.878000', '212139.880000', '212139.883000', '212139.886000', '212139.888000', '212139.891000', '212139.897000', '212139.900000', '212139.902000', '212139.905000', '212139.907000', '212139.910000', '212139.913000', '212139.915000', '212139.918000', '212139.920000', '212139.923000', '212139.925000', '212139.928000', '212139.930000', '212139.933000', '212159.819000', '212159.822000', '212159.825000', '212159.827000', '212159.830000', '212159.832000', '212159.835000', '212159.838000', '212159.840000', '212159.843000', '212159.845000', '212159.848000', '212159.850000', '212159.853000', '212159.855000', '212159.858000', '212159.860000', '212159.863000', '212159.865000', '212159.868000', '212159.871000', '212159.873000', '212159.876000', '212159.878000', '212159.881000', '212159.883000', '212159.886000', '212159.888000', '212159.891000', '212159.893000', '212159.896000', '212159.898000', '212159.901000', '212159.904000', '212159.906000', '212159.909000', '212159.911000', '212159.948000', '212159.950000', '212159.953000', '212159.955000', '212159.958000', '212159.961000', '212219.819000', '212219.822000', '212219.825000', '212219.828000', '212219.831000', '212219.833000', '212219.836000', '212219.839000', '212219.841000', '212219.844000', '212219.847000', '212219.850000', '212219.852000', '212219.855000', '212219.857000', '212219.860000', '212219.869000', '212219.872000', '212219.874000', '212219.877000', '212219.879000', '212219.882000', '212219.885000', '212219.887000', '212219.890000', '212219.892000', '212219.895000', '212219.897000', '212219.900000', '212219.902000', '212219.905000', '212219.908000', '212219.910000', '212219.913000', '212219.915000', '212219.918000', '212219.921000', '212219.923000', '212219.926000', '212219.928000', '212219.931000', '212219.933000', '212219.936000', '212239.819000', '212239.821000', '212239.824000', '212239.826000', '212239.829000', '212239.832000', '212239.834000', '212239.837000', '212239.839000', '212239.842000', '212239.844000', '212239.847000', '212239.849000', '212239.858000', '212239.861000', '212239.863000', '212239.866000', '212239.868000', '212239.871000', '212239.874000', '212239.876000', '212239.879000', '212239.881000', '212239.884000', '212239.886000', '212239.889000', '212239.892000', '212239.894000', '212239.897000', '212239.899000', '212239.902000', '212239.905000', '212239.907000', '212239.910000', '212239.912000', '212239.915000', '212239.917000', '212239.920000', '212239.923000', '212239.925000', '212239.928000', '212239.930000', '212239.933000', '212239.935000', '212259.818000', '212259.821000', '212259.824000', '212259.826000', '212259.829000', '212259.831000', '212259.834000', '212259.837000', '212259.839000', '212259.842000', '212259.844000', '212259.847000', '212259.849000', '212259.852000', '212259.855000', '212259.862000', '212259.865000', '212259.877000', '212259.879000', '212259.882000', '212259.884000', '212259.887000', '212259.889000', '212259.892000', '212259.895000', '212259.897000', '212259.900000', '212259.902000', '212259.905000', '212259.908000', '212259.910000', '212259.913000', '212259.915000', '212259.918000', '212259.921000', '212259.923000', '212259.926000', '212259.928000', '212259.931000', '212259.934000', '212259.937000', '212259.940000', '212259.943000', '212319.818000', '212319.821000', '212319.824000', '212319.826000', '212319.829000', '212319.831000', '212319.834000', '212319.837000', '212319.839000', '212319.842000', '212319.844000', '212319.847000', '212319.849000', '212319.852000', '212319.854000', '212319.857000', '212319.860000', '212319.862000', '212319.865000', '212319.867000', '212319.870000', '212319.872000', '212319.875000', '212319.877000', '212319.880000', '212319.883000', '212319.885000', '212319.888000', '212319.890000', '212319.893000', '212319.895000', '212319.898000', '212319.901000', '212319.903000', '212319.906000', '212319.908000', '212319.911000', '212319.913000', '212319.916000', '212319.919000', '212319.921000', '212319.924000', '212319.926000', '212319.929000', '212339.818000', '212339.821000', '212339.824000', '212339.827000', '212339.830000', '212339.833000', '212339.836000', '212339.838000', '212339.841000', '212339.844000', '212339.846000', '212339.849000', '212339.851000', '212339.854000', '212339.857000', '212339.859000', '212339.862000', '212339.864000', '212339.867000', '212339.869000', '212339.872000', '212339.874000', '212339.877000', '212339.880000', '212339.882000', '212339.885000', '212339.888000', '212339.891000', '212339.893000', '212339.896000', '212339.898000', '212339.901000', '212339.904000', '212339.906000', '212339.909000', '212339.911000', '212339.914000', '212339.917000', '212339.919000', '212339.922000', '212339.924000', '212339.927000', '212339.929000', '212359.819000', '212359.822000', '212359.824000', '212359.827000', '212359.829000', '212359.832000', '212359.834000', '212359.837000', '212359.839000', '212359.842000', '212359.845000', '212359.847000', '212359.850000', '212359.852000', '212359.855000', '212359.857000', '212359.860000', '212359.863000', '212359.865000', '212359.868000', '212359.870000', '212359.873000', '212359.875000', '212359.878000', '212359.880000', '212359.883000', '212359.886000', '212359.888000', '212359.891000', '212359.893000', '212359.896000', '212359.898000', '212359.901000', '212359.904000', '212359.906000', '212359.909000', '212359.911000', '212359.914000', '212359.916000', '212359.919000', '212359.922000', '212359.924000', '212359.927000', '212359.930000', '212419.819000', '212419.822000', '212419.825000', '212419.827000', '212419.830000', '212419.832000', '212419.835000', '212419.837000', '212419.840000', '212419.843000', '212419.845000', '212419.848000', '212419.850000', '212419.853000', '212419.860000', '212419.863000', '212419.865000', '212419.868000', '212419.871000', '212419.873000', '212419.876000', '212419.879000', '212419.881000', '212419.884000', '212419.886000', '212419.889000', '212419.891000', '212419.894000', '212419.897000', '212419.899000', '212419.902000', '212419.904000', '212419.907000', '212419.909000', '212419.912000', '212419.914000', '212419.917000', '212419.920000', '212419.922000', '212419.925000', '212419.927000', '212419.930000', '212419.946000', '212439.819000', '212439.821000', '212439.824000', '212439.826000', '212439.829000', '212439.832000', '212439.834000', '212439.837000', '212439.839000', '212439.842000', '212439.844000', '212439.847000', '212439.849000', '212439.852000', '212439.855000', '212439.857000', '212439.860000', '212439.862000', '212439.865000', '212439.868000', '212439.870000', '212439.873000', '212439.875000', '212439.878000', '212439.880000', '212439.883000', '212439.886000', '212439.888000', '212439.891000', '212439.894000', '212439.896000', '212439.899000', '212439.901000', '212439.904000', '212439.906000', '212439.909000', '212439.912000', '212439.914000', '212439.917000', '212439.920000', '212439.922000', '212439.925000', '212439.927000', '212439.930000', '212459.818000', '212459.821000', '212459.824000', '212459.826000', '212459.829000', '212459.831000', '212459.834000', '212459.837000', '212459.839000', '212459.842000', '212459.844000', '212459.847000', '212459.849000', '212459.852000', '212459.855000', '212459.857000', '212459.860000', '212459.862000', '212459.865000', '212459.867000', '212459.870000', '212459.873000', '212459.875000', '212459.878000', '212459.880000', '212459.883000', '212459.886000', '212459.889000', '212459.892000', '212459.895000', '212459.898000', '212459.900000', '212459.903000', '212459.906000', '212459.908000', '212459.911000', '212459.913000', '212459.916000', '212459.918000', '212459.921000', '212459.924000', '212459.927000', '212459.930000', '212519.819000', '212519.821000', '212519.824000', '212519.827000', '212519.829000', '212519.832000', '212519.834000', '212519.837000', '212519.839000', '212519.842000', '212519.844000', '212519.847000', '212519.850000', '212519.852000', '212519.855000', '212519.857000', '212519.860000', '212519.863000', '212519.865000', '212519.868000', '212519.870000', '212519.873000', '212519.875000', '212519.878000', '212519.881000', '212519.883000', '212519.886000', '212519.888000', '212519.891000', '212519.894000', '212519.897000', '212519.899000', '212519.902000', '212519.904000', '212519.907000', '212519.910000', '212519.912000', '212519.915000', '212519.917000', '212519.920000', '212519.923000', '212519.925000', '212519.928000', '212519.930000', '212539.818000', '212539.821000', '212539.824000', '212539.826000', '212539.829000', '212539.832000', '212539.834000', '212539.837000', '212539.839000', '212539.842000', '212539.845000', '212539.847000', '212539.850000', '212539.852000', '212539.855000', '212539.857000', '212539.860000', '212539.863000', '212539.865000', '212539.868000', '212539.871000', '212539.874000', '212539.877000', '212539.880000', '212539.883000', '212539.885000', '212539.888000', '212539.891000', '212539.894000', '212539.896000', '212539.899000', '212539.901000', '212539.904000', '212539.906000', '212539.909000', '212539.912000', '212539.914000', '212539.917000', '212539.919000', '212539.922000', '212539.925000', '212539.927000', '212539.930000', '212559.819000', '212559.821000', '212559.824000', '212559.826000', '212559.829000', '212559.832000', '212559.834000', '212559.837000', '212559.839000', '212559.851000', '212559.853000', '212559.856000', '212559.858000', '212559.861000', '212559.863000', '212559.866000', '212559.869000', '212559.871000', '212559.874000', '212559.876000', '212559.879000', '212559.882000', '212559.884000', '212559.887000', '212559.889000', '212559.892000', '212559.894000', '212559.897000', '212559.900000', '212559.902000', '212559.905000', '212559.907000', '212559.910000', '212559.912000', '212559.915000', '212559.918000', '212559.920000', '212559.923000', '212559.925000', '212559.928000', '212559.930000', '212559.933000', '212559.935000', '212559.938000', '212619.819000', '212619.821000', '212619.824000', '212619.827000', '212619.829000', '212619.832000', '212619.834000', '212619.837000', '212619.839000', '212619.842000', '212619.845000', '212619.847000', '212619.850000', '212619.852000', '212619.855000', '212619.857000', '212619.860000', '212619.862000', '212619.865000', '212619.868000', '212619.870000', '212619.873000', '212619.875000', '212619.878000', '212619.881000', '212619.883000', '212619.886000', '212619.888000', '212619.891000', '212619.893000', '212619.896000', '212619.899000', '212619.901000', '212619.904000', '212619.906000', '212619.909000', '212619.911000', '212619.914000', '212619.917000', '212619.919000', '212619.922000', '212619.924000', '212619.927000', '212639.820000', '212639.822000', '212639.825000', '212639.828000', '212639.830000', '212639.833000', '212639.835000', '212639.838000', '212639.841000', '212639.843000', '212639.846000', '212639.848000', '212639.851000', '212639.853000', '212639.856000', '212639.859000', '212639.861000', '212639.864000', '212639.866000', '212639.869000', '212639.872000', '212639.874000', '212639.877000', '212639.879000', '212639.882000', '212639.884000', '212639.887000', '212639.890000', '212639.892000', '212639.895000', '212639.897000', '212639.900000', '212639.903000', '212639.905000', '212639.908000', '212639.910000', '212639.913000', '212639.916000', '212639.918000', '212639.921000', '212639.923000', '212639.926000', '212639.928000', '212639.931000', '212659.819000', '212659.821000', '212659.824000', '212659.827000', '212659.829000', '212659.832000', '212659.834000', '212659.837000', '212659.840000', '212659.842000', '212659.845000', '212659.847000', '212659.850000', '212659.852000', '212659.855000', '212659.858000', '212659.860000', '212659.863000', '212659.867000', '212659.869000', '212659.872000', '212659.875000', '212659.877000', '212659.880000', '212659.882000', '212659.885000', '212659.887000', '212659.890000', '212659.892000', '212659.895000', '212659.898000', '212659.900000', '212659.903000', '212659.905000', '212659.908000', '212659.910000', '212659.913000', '212659.916000', '212659.919000', '212659.922000', '212659.925000', '212659.928000', '212659.931000', '212719.819000', '212719.821000', '212719.824000', '212719.827000', '212719.829000', '212719.832000', '212719.834000', '212719.837000', '212719.840000', '212719.842000', '212719.845000', '212719.847000', '212719.850000', '212719.852000', '212719.855000', '212719.858000', '212719.860000', '212719.863000', '212719.865000', '212719.868000', '212719.871000', '212719.873000', '212719.876000', '212719.878000', '212719.881000', '212719.884000', '212719.886000', '212719.889000', '212719.891000', '212719.894000', '212719.896000', '212719.899000', '212719.901000', '212719.904000', '212719.917000', '212719.920000', '212719.923000', '212719.925000', '212719.928000', '212719.930000', '212719.933000', '212719.935000', '212719.938000', '212719.941000', '212738.134000', '212738.137000', '212738.140000', '212738.143000', '212738.145000', '212738.148000', '212738.151000', '212738.154000', '212738.156000', '212738.159000', '212738.162000', '212738.165000', '212738.167000', '212738.170000', '212738.173000', '212738.175000', '212738.178000', '212738.181000', '212738.183000', '212738.186000', '212738.189000', '212738.192000', '212738.194000', '212738.197000', '212738.199000', '212738.202000', '212738.205000', '212738.208000', '212738.211000', '212738.214000', '212738.217000', '212738.220000', '212738.222000', '212738.225000', '212738.228000', '212738.236000', '212738.242000', '212738.248000', '212738.251000', '212738.254000'], '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': [15561, 10712, 15172, 9530, 15172, 9996, 13863, 11371, 12654, 15355, 12105, 15256, 11161, 14568, 10608, 14137, 9034, 14044, 9187, 13531, 10716, 12398, 10319, 11953, 12914, 11757, 13929, 11545, 13151, 10606, 14492, 11989, 14526, 10344, 13978, 9580, 13783, 9685, 12827, 9304, 12243, 12868, 12096, 14043, 10723, 14339, 11341, 13803, 10343, 13396, 8734, 13162, 9187, 13021, 10448, 12369, 9499, 11853, 12867, 12060, 13615, 11040, 14301, 11279, 14087, 10601, 13868, 9009, 12861, 11245, 11807, 14236, 11020, 14027, 10857, 13467, 9796, 13361, 8775, 13063, 10065, 12239, 14764, 11720, 14724, 10935, 13769, 10426, 13295, 9935, 13426, 10852, 13474, 11110, 13803, 10456, 14051, 10051, 13933, 9516, 12948, 14497, 11178, 15374, 11475, 14427, 9430, 13478, 12696, 11154, 14160, 10390, 14288, 11118, 14032, 10209, 13576, 9950, 13892, 10298, 13493, 9075, 13860, 9806, 14094, 10794, 13111, 12948, 11596, 15802, 12325, 15583, 10804, 15237, 11403, 15137, 10757, 14017, 9111, 13554, 9355, 13497, 10723, 12315, 14468, 10959, 14867, 11531, 14691, 9153, 13589, 10826, 11969, 15766, 12215, 14409, 9786, 13683, 9100, 12145, 13375, 11300, 12693, 10226, 10175, 12195, 10088, 12418, 11468, 11642, 14139, 10172, 14699, 10806, 13532, 8752, 12607, 13307, 11350, 15087, 11183, 13560, 9917, 13007, 8741, 12820, 11019, 10276, 14193, 11310, 13856, 9809, 12933, 8708, 12920, 11987, 11589, 12642, 9930, 14780, 11149, 14219, 11093, 13313, 10048, 13219, 9065, 13339, 10780, 12065, 15593, 11779, 14836, 10606, 13803, 9023, 12560, 14177, 11157, 14771, 11006, 13691, 9101, 13367, 9182, 12599, 12139, 10207, 14018, 11225, 13325, 9735, 13028, 9854, 13693, 11133, 12239, 10355, 13518, 10546, 14330, 11063, 13693, 8840, 13354, 12637, 12408, 15049, 10652, 14738, 10752, 14111, 9024, 12830, 10641, 10519, 14239, 11438, 13619, 9434, 13216, 9264, 12779, 10268, 11554, 14517, 11088, 14505, 11023, 13793, 9341, 13017, 9199, 12310, 9479, 11618, 13683, 10670, 14926, 11585, 13702, 10364, 13607, 9241, 14033, 10186, 13007, 11170, 11634, 15654, 12087, 15137, 10995, 14242, 9256, 13623, 10250, 12800, 14586, 10923, 14649, 10483, 14250, 9883, 12755, 14399, 10577, 14414, 9993, 13782, 9053, 11929, 12610, 9923, 14915, 11424, 13096, 10163, 13292, 9485, 13570, 9508, 12586, 9196, 11715, 9276, 12341, 12500, 12389, 11137, 12274, 9122, 13245, 8777, 12673, 13620, 11192, 14772, 10593, 14132, 9370, 13335, 14955, 11377, 14560, 9625, 13701, 10831, 11995, 15500, 10971, 14113, 9435, 13645, 9893, 12314, 10738, 10737, 14943, 11480, 14175, 10169, 13214, 9026, 13025, 10279, 12357, 10696, 11440, 14641, 11501, 13814, 10514, 13287, 9075, 13446, 9693, 12108, 12687, 10203, 13863, 11553, 13780, 9319, 12795, 9012, 12177, 12530, 11306, 14636, 10754, 13294, 10428, 12980, 9488, 13818, 8865, 13590, 8862, 13991, 9410, 13420, 10165, 13587, 9022, 12985, 13552, 11715, 14685, 10174, 14106, 10951, 13684, 8988, 12669, 10715, 11045, 13699, 10508, 13602, 10513, 12591, 9843, 12883, 9664, 12975, 10170, 12677, 10169, 13232, 9437, 13156, 9016, 13431, 11030, 12220, 14438, 10738, 14714, 10923, 14283, 9308, 12820, 11004, 10938, 14893, 10710, 13189, 10196, 14082, 9517, 14493, 9941, 13657, 10665, 13521, 10981, 13253, 10024, 14714, 10287, 14203, 9493, 13692, 10514, 11461, 15022, 10992, 14455, 10227, 13532, 10005, 13229, 9046, 14017, 9049, 12274, 12930, 10446, 14634, 10571, 13249, 9151, 13297, 9065, 12373, 10238, 12021, 12402, 11592, 11845, 10573, 13648, 11049, 13923, 10907, 14145, 10901, 13966, 10274, 13635, 10017, 12764, 13345, 10421, 14561, 11542, 13984, 9345, 13237, 9328, 11466, 10281, 12738, 8723, 13558, 9696, 13331, 10859, 13636, 10065, 13044, 8947, 12890, 11799, 10542, 14550, 11761, 14222, 9086, 13281, 9292, 12207, 12787, 10807, 12970, 10090, 13733, 10924, 13268, 9382, 14122, 9396, 12207, 14024, 11115, 14389, 10966, 13908, 10554, 13646, 10282, 13535, 10646, 14060, 10996, 13887, 10482, 14394, 10535, 13806, 10250, 13582, 10541, 11916, 16057, 11557, 14593, 9946, 13385, 9335, 12042, 14587, 10706, 13846, 9946, 12572, 9915, 13178, 9147, 11517, 9913, 10600, 12771, 8480, 12145, 13039, 10567, 14303, 10143, 15149, 9548, 13845, 10111, 13074, 11246, 10381, 14879, 10918, 13647, 8965, 13599, 9343, 11855, 12841, 10920, 14524, 10443, 13500, 9944, 14523, 8800, 14069, 9616, 13490, 9501, 12825, 11122, 12061, 12953, 11509, 14614, 10680, 14537, 9405, 14137, 9760, 13402, 13823, 10006, 14992, 10872, 13873, 9155, 13635, 9811, 13711, 9306, 14198, 10062, 13868, 10915, 13951, 9822, 13851, 9177, 13682, 9841, 13298, 13629, 10034, 14785, 10921, 14246, 9384, 13661, 10020, 12185, 12466, 11158, 13424, 10256, 13534, 10302, 13828, 9540, 13793, 8876, 13286, 9385, 12866, 12799, 10391, 14417, 11226, 14037, 10343, 14280, 10094, 13915, 10258, 14381, 9271, 13976, 10109, 12825, 14079, 10847, 15498, 10681, 13889, 10128, 13058, 11844, 10466, 15136, 10797, 14018, 9823, 13264, 12403, 10362, 14951, 10324, 13762, 9243, 13507, 9065, 12985, 11079, 12009, 13234, 10778, 14552, 10215, 14024, 9642, 14108, 9185, 13182, 14148, 10751, 14576, 9978, 14227, 9122, 13382, 9514, 13196, 8918, 12361, 11579, 12474, 9981, 12364, 12560, 10830, 13971, 11039, 14638, 10052, 13917, 9642, 13738, 9007, 13135, 12005, 12084, 11405, 12621, 8654, 14457, 10751, 13548, 10548, 12919, 9874, 13999, 10295, 13814, 9440, 13489, 10524, 12552, 14598, 10690, 14564, 9896, 13508, 9898, 12189, 12236, 10095, 13765, 10933, 13229, 9313, 13199, 9434, 11367, 14524, 11366, 13280, 9616, 13223, 9429, 11616, 14864, 11079, 13798, 10680, 13637, 10186, 12974, 9758, 13486, 9341, 12744, 13930, 11197, 15169, 10886, 14143, 10420, 13545, 9805, 13310, 10052, 11306, 14466, 11862, 13953, 9028, 13402, 9656, 12361, 14014, 10947, 14389, 10507, 13603, 9394, 13266, 9675, 12366, 12734, 11657, 13746, 11053, 13415, 11158, 13710, 10891, 13842, 10189, 10735, 12164, 8812, 14098, 10585, 13671, 10984, 14473, 10447, 14040, 10842, 14123, 9049, 14036, 10099, 13088, 14200, 11335, 14981, 10767, 13587, 9547, 13068, 8877, 13078, 8768, 12734, 11076, 11717, 14232, 10582, 14216, 9647, 13198, 9666, 13062, 12633], 'WindowCenter': [5053.0, 4993.0, 5009.0, 4957.0, 4994.0, 4955.0, 4969.0, 4950.0, 4972.0, 4968.0, 4959.0, 4967.0, 4938.0, 4968.0, 4938.0, 4964.0, 4929.0, 4956.0, 4917.0, 4956.0, 4935.0, 4957.0, 4940.0, 4958.0, 4956.0, 4961.0, 4969.0, 4960.0, 4970.0, 4939.0, 4964.0, 4949.0, 4967.0, 4940.0, 4967.0, 4925.0, 4968.0, 4926.0, 4957.0, 4926.0, 4948.0, 4953.0, 4947.0, 4968.0, 4948.0, 4953.0, 4946.0, 4966.0, 4937.0, 4957.0, 4919.0, 4955.0, 4928.0, 4969.0, 4939.0, 4958.0, 4940.0, 4950.0, 4958.0, 4958.0, 4969.0, 4950.0, 4965.0, 4948.0, 4967.0, 4937.0, 4967.0, 4929.0, 4956.0, 4945.0, 4949.0, 4969.0, 4948.0, 4967.0, 4947.0, 4968.0, 4939.0, 4966.0, 4941.0, 4972.0, 4939.0, 4972.0, 4978.0, 4961.0, 4969.0, 4949.0, 4971.0, 4949.0, 4968.0, 4950.0, 4970.0, 4960.0, 4981.0, 4961.0, 4978.0, 4951.0, 4982.0, 4952.0, 4969.0, 4940.0, 4971.0, 4969.0, 4951.0, 4978.0, 4959.0, 4968.0, 4929.0, 4967.0, 4968.0, 4951.0, 4967.0, 4949.0, 4979.0, 4959.0, 4980.0, 4962.0, 4970.0, 4952.0, 4983.0, 4949.0, 4979.0, 4942.0, 4984.0, 4952.0, 4981.0, 4952.0, 4971.0, 4968.0, 4959.0, 4992.0, 4982.0, 5001.0, 4960.0, 4977.0, 4948.0, 4966.0, 4948.0, 4965.0, 4928.0, 4964.0, 4926.0, 4965.0, 4946.0, 4959.0, 4967.0, 4947.0, 4966.0, 4945.0, 4966.0, 4925.0, 4956.0, 4934.0, 4945.0, 4966.0, 4944.0, 4953.0, 4925.0, 4953.0, 4912.0, 4958.0, 4968.0, 4948.0, 4959.0, 4947.0, 4948.0, 4958.0, 4938.0, 4958.0, 4950.0, 4949.0, 4967.0, 4933.0, 4966.0, 4937.0, 4955.0, 4917.0, 4957.0, 4956.0, 4948.0, 4966.0, 4947.0, 4957.0, 4928.0, 4954.0, 4918.0, 4958.0, 4945.0, 4939.0, 4967.0, 4949.0, 4967.0, 4939.0, 4957.0, 4919.0, 4958.0, 4949.0, 4949.0, 4957.0, 4937.0, 4965.0, 4948.0, 4969.0, 4950.0, 4968.0, 4941.0, 4969.0, 4931.0, 4956.0, 4947.0, 4958.0, 4967.0, 4945.0, 4967.0, 4936.0, 4957.0, 4918.0, 4946.0, 4954.0, 4937.0, 4965.0, 4936.0, 4957.0, 4915.0, 4956.0, 4929.0, 4958.0, 4945.0, 4936.0, 4969.0, 4949.0, 4958.0, 4941.0, 4966.0, 4939.0, 4969.0, 4960.0, 4959.0, 4950.0, 4969.0, 4949.0, 4969.0, 4949.0, 4968.0, 4927.0, 4957.0, 4945.0, 4948.0, 4965.0, 4935.0, 4955.0, 4934.0, 4955.0, 4916.0, 4955.0, 4933.0, 4935.0, 4954.0, 4946.0, 4956.0, 4926.0, 4955.0, 4925.0, 4957.0, 4935.0, 4949.0, 4966.0, 4948.0, 4966.0, 4945.0, 4956.0, 4928.0, 4958.0, 4928.0, 4957.0, 4940.0, 4956.0, 4969.0, 4949.0, 4977.0, 4960.0, 4968.0, 4951.0, 4967.0, 4926.0, 4968.0, 4938.0, 4957.0, 4947.0, 4949.0, 4967.0, 4958.0, 4966.0, 4937.0, 4965.0, 4927.0, 4956.0, 4925.0, 4957.0, 4966.0, 4947.0, 4962.0, 4935.0, 4967.0, 4923.0, 4957.0, 4963.0, 4936.0, 4954.0, 4927.0, 4965.0, 4918.0, 4956.0, 4956.0, 4938.0, 4977.0, 4959.0, 4969.0, 4952.0, 4968.0, 4941.0, 4981.0, 4955.0, 4973.0, 4930.0, 4972.0, 4952.0, 4972.0, 4970.0, 4974.0, 4962.0, 4972.0, 4944.0, 4982.0, 4942.0, 4975.0, 4980.0, 4961.0, 4978.0, 4952.0, 4970.0, 4942.0, 4970.0, 4978.0, 4948.0, 4970.0, 4929.0, 4968.0, 4936.0, 4948.0, 4975.0, 4935.0, 4956.0, 4916.0, 4958.0, 4925.0, 4947.0, 4935.0, 4935.0, 4966.0, 4947.0, 4956.0, 4938.0, 4957.0, 4914.0, 4957.0, 4928.0, 4947.0, 4936.0, 4948.0, 4963.0, 4947.0, 4955.0, 4936.0, 4955.0, 4916.0, 4968.0, 4927.0, 4954.0, 4956.0, 4936.0, 4954.0, 4945.0, 4954.0, 4927.0, 4955.0, 4917.0, 4947.0, 4957.0, 4948.0, 4965.0, 4948.0, 4956.0, 4947.0, 4957.0, 4942.0, 4957.0, 4929.0, 4981.0, 4940.0, 4979.0, 4942.0, 4970.0, 4950.0, 4984.0, 4943.0, 4972.0, 4957.0, 4949.0, 4967.0, 4936.0, 4955.0, 4938.0, 4957.0, 4914.0, 4946.0, 4936.0, 4947.0, 4955.0, 4938.0, 4957.0, 4935.0, 4957.0, 4939.0, 4957.0, 4940.0, 4956.0, 4950.0, 4960.0, 4940.0, 4969.0, 4942.0, 4958.0, 4931.0, 4970.0, 4936.0, 4957.0, 4967.0, 4939.0, 4967.0, 4945.0, 4966.0, 4924.0, 4955.0, 4936.0, 4961.0, 4988.0, 4950.0, 4963.0, 4953.0, 4966.0, 4938.0, 4979.0, 4950.0, 4966.0, 4953.0, 4970.0, 4953.0, 4970.0, 4952.0, 4978.0, 4952.0, 4969.0, 4940.0, 4957.0, 4937.0, 4948.0, 4967.0, 4936.0, 4968.0, 4939.0, 4958.0, 4938.0, 4957.0, 4930.0, 4968.0, 4916.0, 4958.0, 4958.0, 4940.0, 4967.0, 4939.0, 4957.0, 4927.0, 4966.0, 4929.0, 4956.0, 4939.0, 4961.0, 4959.0, 4962.0, 4959.0, 4951.0, 4967.0, 4950.0, 4967.0, 4951.0, 4967.0, 4949.0, 4965.0, 4939.0, 4966.0, 4922.0, 4956.0, 4957.0, 4936.0, 4955.0, 4946.0, 4955.0, 4915.0, 4945.0, 4925.0, 4946.0, 4925.0, 4957.0, 4930.0, 4967.0, 4942.0, 4969.0, 4961.0, 4982.0, 4950.0, 4972.0, 4931.0, 4971.0, 4957.0, 4951.0, 4969.0, 4960.0, 4968.0, 4930.0, 4967.0, 4928.0, 4960.0, 4956.0, 4952.0, 4969.0, 4950.0, 4968.0, 4950.0, 4970.0, 4941.0, 4971.0, 4928.0, 4972.0, 4970.0, 4951.0, 4967.0, 4951.0, 4967.0, 4950.0, 4980.0, 4952.0, 4970.0, 4964.0, 4979.0, 4960.0, 4982.0, 4951.0, 4967.0, 4949.0, 4969.0, 4937.0, 4956.0, 4938.0, 4946.0, 4965.0, 4932.0, 4965.0, 4927.0, 4943.0, 4914.0, 4935.0, 4951.0, 4924.0, 4954.0, 4936.0, 4958.0, 4937.0, 4968.0, 4951.0, 4962.0, 4952.0, 4952.0, 4982.0, 4942.0, 4975.0, 4975.0, 4953.0, 4980.0, 4952.0, 4981.0, 4942.0, 4970.0, 4939.0, 4959.0, 4949.0, 4939.0, 4981.0, 4950.0, 4969.0, 4929.0, 4959.0, 4926.0, 4959.0, 4956.0, 4950.0, 4969.0, 4940.0, 4959.0, 4940.0, 4969.0, 4927.0, 4966.0, 4928.0, 4960.0, 4928.0, 4958.0, 4947.0, 4960.0, 4957.0, 4949.0, 4967.0, 4936.0, 4966.0, 4915.0, 4955.0, 4926.0, 4956.0, 4955.0, 4925.0, 4964.0, 4935.0, 4957.0, 4927.0, 4955.0, 4928.0, 4967.0, 4929.0, 4967.0, 4938.0, 4969.0, 4949.0, 4969.0, 4940.0, 4966.0, 4928.0, 4958.0, 4927.0, 4959.0, 4957.0, 4928.0, 4968.0, 4937.0, 4966.0, 4931.0, 4957.0, 4929.0, 4959.0, 4959.0, 4950.0, 4956.0, 4941.0, 4969.0, 4937.0, 4971.0, 4941.0, 4971.0, 4933.0, 4970.0, 4930.0, 4971.0, 4960.0, 4942.0, 4969.0, 4950.0, 4971.0, 4940.0, 4967.0, 4950.0, 4971.0, 4942.0, 4980.0, 4940.0, 4972.0, 4941.0, 4960.0, 4968.0, 4950.0, 4969.0, 4938.0, 4960.0, 4925.0, 4956.0, 4944.0, 4939.0, 4965.0, 4935.0, 4958.0, 4925.0, 4958.0, 4946.0, 4935.0, 4965.0, 4938.0, 4966.0, 4926.0, 4955.0, 4929.0, 4968.0, 4948.0, 4958.0, 4970.0, 4950.0, 4982.0, 4939.0, 4968.0, 4928.0, 4970.0, 4929.0, 4959.0, 4956.0, 4948.0, 4968.0, 4936.0, 4968.0, 4927.0, 4956.0, 4927.0, 4967.0, 4927.0, 4958.0, 4947.0, 4959.0, 4940.0, 4958.0, 4958.0, 4950.0, 4971.0, 4950.0, 4977.0, 4938.0, 4970.0, 4930.0, 4969.0, 4930.0, 4968.0, 4960.0, 4960.0, 4958.0, 4958.0, 4930.0, 4979.0, 4953.0, 4969.0, 4952.0, 4959.0, 4940.0, 4970.0, 4941.0, 4968.0, 4927.0, 4959.0, 4935.0, 4949.0, 4967.0, 4937.0, 4955.0, 4926.0, 4957.0, 4915.0, 4947.0, 4944.0, 4926.0, 4954.0, 4937.0, 4956.0, 4926.0, 4954.0, 4927.0, 4947.0, 4955.0, 4947.0, 4957.0, 4928.0, 4956.0, 4928.0, 4946.0, 4967.0, 4949.0, 4968.0, 4949.0, 4965.0, 4937.0, 4969.0, 4930.0, 4967.0, 4942.0, 4959.0, 4966.0, 4950.0, 4967.0, 4950.0, 4964.0, 4937.0, 4967.0, 4939.0, 4967.0, 4939.0, 4950.0, 4966.0, 4948.0, 4967.0, 4929.0, 4957.0, 4927.0, 4957.0, 4968.0, 4935.0, 4969.0, 4939.0, 4968.0, 4928.0, 4958.0, 4928.0, 4959.0, 4957.0, 4950.0, 4968.0, 4952.0, 4968.0, 4950.0, 4971.0, 4965.0, 4969.0, 4951.0, 4960.0, 4982.0, 4955.0, 4982.0, 4963.0, 4984.0, 4964.0, 4983.0, 4952.0, 4972.0, 4950.0, 4971.0, 4932.0, 4970.0, 4935.0, 4960.0, 4965.0, 4948.0, 4966.0, 4938.0, 4958.0, 4938.0, 4957.0, 4928.0, 4969.0, 4934.0, 4971.0, 4962.0, 4975.0, 4982.0, 4951.0, 4994.0, 4955.0, 4983.0, 4945.0, 4970.0, 4972.0], 'WindowWidth': [10965.0, 10859.0, 10871.0, 10792.0, 10839.0, 10785.0, 10797.0, 10768.0, 10801.0, 10794.0, 10778.0, 10789.0, 10746.0, 10790.0, 10747.0, 10782.0, 10738.0, 10770.0, 10716.0, 10771.0, 10740.0, 10771.0, 10751.0, 10775.0, 10771.0, 10784.0, 10792.0, 10781.0, 10795.0, 10750.0, 10780.0, 10764.0, 10786.0, 10752.0, 10787.0, 10727.0, 10791.0, 10730.0, 10772.0, 10729.0, 10759.0, 10764.0, 10759.0, 10789.0, 10762.0, 10764.0, 10756.0, 10787.0, 10744.0, 10772.0, 10724.0, 10769.0, 10733.0, 10793.0, 10750.0, 10777.0, 10754.0, 10767.0, 10776.0, 10776.0, 10793.0, 10769.0, 10786.0, 10761.0, 10788.0, 10744.0, 10787.0, 10738.0, 10772.0, 10753.0, 10763.0, 10791.0, 10762.0, 10786.0, 10758.0, 10791.0, 10751.0, 10788.0, 10759.0, 10799.0, 10751.0, 10805.0, 10809.0, 10784.0, 10793.0, 10762.0, 10797.0, 10765.0, 10790.0, 10770.0, 10795.0, 10787.0, 10814.0, 10787.0, 10809.0, 10772.0, 10816.0, 10772.0, 10794.0, 10757.0, 10797.0, 10794.0, 10769.0, 10808.0, 10779.0, 10792.0, 10736.0, 10789.0, 10791.0, 10769.0, 10789.0, 10765.0, 10806.0, 10781.0, 10809.0, 10790.0, 10797.0, 10774.0, 10819.0, 10768.0, 10810.0, 10764.0, 10823.0, 10775.0, 10814.0, 10773.0, 10800.0, 10793.0, 10783.0, 10834.0, 10820.0, 10846.0, 10786.0, 10803.0, 10762.0, 10783.0, 10760.0, 10783.0, 10735.0, 10781.0, 10730.0, 10784.0, 10758.0, 10778.0, 10790.0, 10759.0, 10785.0, 10755.0, 10783.0, 10727.0, 10768.0, 10736.0, 10753.0, 10786.0, 10750.0, 10762.0, 10726.0, 10761.0, 10705.0, 10778.0, 10794.0, 10759.0, 10778.0, 10764.0, 10765.0, 10777.0, 10748.0, 10777.0, 10767.0, 10763.0, 10788.0, 10735.0, 10786.0, 10744.0, 10767.0, 10718.0, 10770.0, 10770.0, 10761.0, 10785.0, 10759.0, 10773.0, 10732.0, 10767.0, 10720.0, 10773.0, 10755.0, 10749.0, 10786.0, 10765.0, 10786.0, 10751.0, 10774.0, 10721.0, 10775.0, 10763.0, 10763.0, 10775.0, 10747.0, 10783.0, 10764.0, 10792.0, 10767.0, 10791.0, 10755.0, 10792.0, 10740.0, 10770.0, 10760.0, 10774.0, 10788.0, 10755.0, 10790.0, 10740.0, 10770.0, 10719.0, 10754.0, 10763.0, 10743.0, 10781.0, 10742.0, 10772.0, 10714.0, 10769.0, 10736.0, 10775.0, 10754.0, 10745.0, 10796.0, 10765.0, 10774.0, 10756.0, 10788.0, 10751.0, 10793.0, 10781.0, 10779.0, 10768.0, 10791.0, 10764.0, 10794.0, 10762.0, 10790.0, 10731.0, 10772.0, 10754.0, 10760.0, 10782.0, 10739.0, 10766.0, 10736.0, 10768.0, 10715.0, 10767.0, 10734.0, 10739.0, 10765.0, 10753.0, 10770.0, 10729.0, 10766.0, 10726.0, 10770.0, 10740.0, 10762.0, 10784.0, 10763.0, 10783.0, 10756.0, 10770.0, 10732.0, 10774.0, 10733.0, 10774.0, 10753.0, 10774.0, 10792.0, 10767.0, 10803.0, 10780.0, 10792.0, 10769.0, 10788.0, 10732.0, 10791.0, 10746.0, 10774.0, 10760.0, 10762.0, 10788.0, 10776.0, 10785.0, 10746.0, 10786.0, 10732.0, 10769.0, 10727.0, 10772.0, 10785.0, 10759.0, 10775.0, 10739.0, 10788.0, 10721.0, 10770.0, 10778.0, 10741.0, 10765.0, 10730.0, 10783.0, 10718.0, 10772.0, 10770.0, 10749.0, 10802.0, 10780.0, 10797.0, 10776.0, 10793.0, 10759.0, 10816.0, 10785.0, 10802.0, 10740.0, 10805.0, 10776.0, 10803.0, 10798.0, 10808.0, 10790.0, 10804.0, 10765.0, 10816.0, 10762.0, 10808.0, 10815.0, 10785.0, 10808.0, 10773.0, 10796.0, 10759.0, 10795.0, 10807.0, 10763.0, 10794.0, 10734.0, 10789.0, 10743.0, 10760.0, 10798.0, 10740.0, 10770.0, 10714.0, 10774.0, 10725.0, 10756.0, 10740.0, 10739.0, 10783.0, 10758.0, 10769.0, 10746.0, 10771.0, 10711.0, 10770.0, 10730.0, 10758.0, 10743.0, 10759.0, 10778.0, 10758.0, 10768.0, 10743.0, 10769.0, 10715.0, 10791.0, 10729.0, 10766.0, 10771.0, 10742.0, 10765.0, 10752.0, 10762.0, 10729.0, 10768.0, 10717.0, 10757.0, 10771.0, 10760.0, 10783.0, 10762.0, 10770.0, 10762.0, 10774.0, 10759.0, 10770.0, 10739.0, 10812.0, 10758.0, 10807.0, 10761.0, 10796.0, 10768.0, 10821.0, 10762.0, 10799.0, 10774.0, 10762.0, 10788.0, 10743.0, 10769.0, 10746.0, 10770.0, 10712.0, 10754.0, 10741.0, 10759.0, 10767.0, 10746.0, 10771.0, 10741.0, 10771.0, 10750.0, 10773.0, 10755.0, 10773.0, 10767.0, 10780.0, 10754.0, 10794.0, 10759.0, 10776.0, 10740.0, 10794.0, 10743.0, 10772.0, 10789.0, 10747.0, 10785.0, 10754.0, 10786.0, 10723.0, 10765.0, 10738.0, 10787.0, 10826.0, 10771.0, 10781.0, 10778.0, 10786.0, 10749.0, 10806.0, 10766.0, 10786.0, 10774.0, 10798.0, 10774.0, 10798.0, 10774.0, 10807.0, 10771.0, 10791.0, 10753.0, 10772.0, 10743.0, 10762.0, 10787.0, 10742.0, 10791.0, 10750.0, 10775.0, 10748.0, 10772.0, 10739.0, 10786.0, 10713.0, 10775.0, 10773.0, 10751.0, 10787.0, 10748.0, 10774.0, 10732.0, 10785.0, 10738.0, 10771.0, 10750.0, 10782.0, 10777.0, 10785.0, 10780.0, 10768.0, 10787.0, 10768.0, 10789.0, 10767.0, 10792.0, 10763.0, 10783.0, 10749.0, 10785.0, 10719.0, 10770.0, 10773.0, 10740.0, 10766.0, 10754.0, 10766.0, 10710.0, 10751.0, 10726.0, 10754.0, 10725.0, 10771.0, 10740.0, 10789.0, 10762.0, 10796.0, 10787.0, 10815.0, 10770.0, 10801.0, 10742.0, 10796.0, 10775.0, 10768.0, 10794.0, 10779.0, 10790.0, 10740.0, 10786.0, 10732.0, 10782.0, 10771.0, 10770.0, 10795.0, 10766.0, 10790.0, 10768.0, 10795.0, 10757.0, 10796.0, 10734.0, 10803.0, 10796.0, 10767.0, 10788.0, 10767.0, 10788.0, 10767.0, 10812.0, 10774.0, 10795.0, 10792.0, 10810.0, 10784.0, 10817.0, 10770.0, 10790.0, 10765.0, 10792.0, 10744.0, 10771.0, 10747.0, 10756.0, 10781.0, 10731.0, 10783.0, 10729.0, 10747.0, 10706.0, 10735.0, 10756.0, 10721.0, 10762.0, 10744.0, 10773.0, 10747.0, 10791.0, 10774.0, 10787.0, 10775.0, 10773.0, 10818.0, 10763.0, 10810.0, 10808.0, 10776.0, 10811.0, 10777.0, 10813.0, 10757.0, 10798.0, 10750.0, 10778.0, 10764.0, 10748.0, 10812.0, 10768.0, 10791.0, 10738.0, 10776.0, 10728.0, 10777.0, 10771.0, 10767.0, 10790.0, 10752.0, 10777.0, 10752.0, 10792.0, 10733.0, 10784.0, 10733.0, 10777.0, 10735.0, 10774.0, 10758.0, 10778.0, 10774.0, 10763.0, 10789.0, 10743.0, 10783.0, 10712.0, 10769.0, 10726.0, 10767.0, 10767.0, 10725.0, 10777.0, 10739.0, 10769.0, 10730.0, 10768.0, 10730.0, 10785.0, 10738.0, 10785.0, 10749.0, 10791.0, 10764.0, 10792.0, 10753.0, 10784.0, 10733.0, 10774.0, 10729.0, 10775.0, 10771.0, 10732.0, 10788.0, 10743.0, 10782.0, 10742.0, 10772.0, 10734.0, 10776.0, 10774.0, 10765.0, 10771.0, 10753.0, 10791.0, 10748.0, 10795.0, 10756.0, 10795.0, 10744.0, 10794.0, 10738.0, 10799.0, 10780.0, 10756.0, 10793.0, 10766.0, 10796.0, 10753.0, 10788.0, 10768.0, 10797.0, 10757.0, 10808.0, 10754.0, 10797.0, 10752.0, 10779.0, 10790.0, 10764.0, 10793.0, 10745.0, 10780.0, 10724.0, 10768.0, 10751.0, 10747.0, 10780.0, 10738.0, 10775.0, 10726.0, 10772.0, 10755.0, 10740.0, 10781.0, 10745.0, 10785.0, 10727.0, 10767.0, 10734.0, 10789.0, 10761.0, 10778.0, 10795.0, 10767.0, 10813.0, 10752.0, 10790.0, 10735.0, 10791.0, 10735.0, 10776.0, 10772.0, 10762.0, 10788.0, 10744.0, 10787.0, 10731.0, 10771.0, 10731.0, 10787.0, 10730.0, 10775.0, 10760.0, 10778.0, 10754.0, 10776.0, 10776.0, 10769.0, 10799.0, 10767.0, 10804.0, 10749.0, 10794.0, 10738.0, 10792.0, 10738.0, 10791.0, 10781.0, 10781.0, 10777.0, 10776.0, 10741.0, 10807.0, 10775.0, 10796.0, 10773.0, 10779.0, 10753.0, 10796.0, 10754.0, 10791.0, 10733.0, 10776.0, 10740.0, 10761.0, 10786.0, 10746.0, 10767.0, 10725.0, 10770.0, 10708.0, 10756.0, 10749.0, 10726.0, 10763.0, 10743.0, 10769.0, 10726.0, 10764.0, 10730.0, 10757.0, 10767.0, 10757.0, 10771.0, 10731.0, 10769.0, 10731.0, 10755.0, 10784.0, 10763.0, 10788.0, 10764.0, 10783.0, 10745.0, 10792.0, 10739.0, 10786.0, 10758.0, 10778.0, 10787.0, 10765.0, 10788.0, 10767.0, 10781.0, 10745.0, 10788.0, 10748.0, 10787.0, 10749.0, 10763.0, 10786.0, 10760.0, 10787.0, 10736.0, 10771.0, 10729.0, 10772.0, 10789.0, 10741.0, 10791.0, 10749.0, 10789.0, 10734.0, 10774.0, 10735.0, 10777.0, 10773.0, 10766.0, 10789.0, 10770.0, 10791.0, 10765.0, 10796.0, 10796.0, 10795.0, 10771.0, 10785.0, 10819.0, 10786.0, 10817.0, 10791.0, 10821.0, 10794.0, 10818.0, 10773.0, 10803.0, 10766.0, 10798.0, 10744.0, 10791.0, 10740.0, 10778.0, 10782.0, 10759.0, 10786.0, 10745.0, 10774.0, 10748.0, 10773.0, 10736.0, 10791.0, 10751.0, 10797.0, 10785.0, 10809.0, 10817.0, 10772.0, 10836.0, 10785.0, 10819.0, 10765.0, 10795.0, 10801.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.00040450346420323327</td></tr>
<tr><td colspan=3>aqi</td><td>0.02302036408775982</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.86853330780345</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2439229340809244</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9753741135260112</td></tr>
<tr><td colspan=3>efc</td><td>0.4848</td></tr>
<tr><td colspan=3>fber</td><td>6528.8223</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09504282768556402</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>44</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.080831408775982</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.517136391607086</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.465669123032049</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6924363903527686</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3933036614364402</td></tr>
<tr><td colspan=3>gcor</td><td>0.00684858</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0029161483980715275</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027234002947807312</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>866</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.210341774469499</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>27.4613</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.277</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.4701</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295128.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1009.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>423.9601</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3203</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>601.9039</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4156.8082</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4357.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81416.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1664.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5352.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1034.8265</td></tr>
<tr><td colspan=3>tsnr</td><td>43.387610491365194</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>