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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:48:21.187500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999904, -0.00606079, 0.0124279, 0.00610821, 0.999974, -0.00378182]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.100817</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7757, -7248, 554, -38, 2, -37, 47]</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>243.969</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6e4c3f57-8d32-4a92-bbae-800f658490e9||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6826703548431396, 0.01638789102435112, 0.033492524176836014, 111.96635437011719], [0.016260646283626556, 2.6828577518463135, -0.010414899326860905, -98.06129455566406], [0.03334309533238411, 0.01014634594321251, 2.6997721195220947, -57.33991622924805], [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': ['134821.187500', '134821.647500', '134822.107500', '134822.567500', '134823.027500', '134823.487500', '134823.947500', '134824.407500', '134824.867500', '134825.327500', '134825.787500', '134826.247500', '134826.707500', '134827.167500', '134827.627500', '134828.087500', '134828.547500', '134829.007500', '134829.467500', '134829.927500', '134830.387500', '134830.847500', '134831.307500', '134831.767500', '134832.227500', '134832.687500', '134833.147500', '134833.607500', '134834.067500', '134834.527500', '134834.987500', '134835.447500', '134835.907500', '134836.367500', '134836.827500', '134837.287500', '134837.747500', '134838.207500', '134838.667500', '134839.127500', '134839.587500', '134840.047500', '134840.507500', '134840.967500', '134841.427500', '134841.887500', '134842.347500', '134842.807500', '134843.267500', '134843.727500', '134844.187500', '134844.647500', '134845.107500', '134845.567500', '134846.027500', '134846.487500', '134846.947500', '134847.407500', '134847.867500', '134848.327500', '134848.787500', '134849.247500', '134849.707500', '134850.167500', '134850.627500', '134851.087500', '134851.547500', '134852.007500', '134852.467500', '134852.927500', '134853.387500', '134853.847500', '134854.307500', '134854.767500', '134855.227500', '134855.687500', '134856.147500', '134856.607500', '134857.067500', '134857.527500', '134857.987500', '134858.447500', '134858.907500', '134859.367500', '134859.827500', '134900.287500', '134900.747500', '134901.207500', '134901.667500', '134902.127500', '134902.587500', '134903.047500', '134903.507500', '134903.967500', '134904.427500', '134904.887500', '134905.347500', '134905.807500', '134906.267500', '134906.727500', '134907.187500', '134907.647500', '134908.107500', '134908.567500', '134909.027500', '134909.487500', '134909.947500', '134910.407500', '134910.867500', '134911.327500', '134911.787500', '134912.247500', '134912.707500', '134913.167500', '134913.627500', '134914.087500', '134914.547500', '134915.007500', '134915.467500', '134915.927500', '134916.387500', '134916.847500', '134917.307500', '134917.767500', '134918.227500', '134918.687500', '134919.147500', '134919.607500', '134920.067500', '134920.527500', '134920.987500', '134921.447500', '134921.907500', '134922.367500', '134922.827500', '134923.287500', '134923.747500', '134924.207500', '134924.667500', '134925.127500', '134925.587500', '134926.047500', '134926.507500', '134926.967500', '134927.427500', '134927.887500', '134928.347500', '134928.807500', '134929.267500', '134929.727500', '134930.187500', '134930.647500', '134931.107500', '134931.567500', '134932.027500', '134932.487500', '134932.947500', '134933.407500', '134933.867500', '134934.327500', '134934.787500', '134935.247500', '134935.707500', '134936.167500', '134936.627500', '134937.087500', '134937.547500', '134938.007500', '134938.467500', '134938.927500', '134939.387500', '134939.847500', '134940.307500', '134940.767500', '134941.227500', '134941.687500', '134942.147500', '134942.607500', '134943.067500', '134943.527500', '134943.987500', '134944.447500', '134944.907500', '134945.367500', '134945.827500', '134946.287500', '134946.747500', '134947.207500', '134947.667500', '134948.127500', '134948.587500', '134949.047500', '134949.507500', '134949.967500', '134950.427500', '134950.887500', '134951.347500', '134951.807500', '134952.267500', '134952.727500', '134953.187500', '134953.647500', '134954.107500', '134954.567500', '134955.027500', '134955.487500', '134955.947500', '134956.407500', '134956.867500', '134957.327500', '134957.787500', '134958.247500', '134958.707500', '134959.167500', '134959.627500', '135000.087500', '135000.547500', '135001.007500', '135001.467500', '135001.927500', '135002.387500', '135002.847500', '135003.307500', '135003.767500', '135004.227500', '135004.687500', '135005.147500', '135005.607500', '135006.067500', '135006.527500', '135006.987500', '135007.447500', '135007.907500', '135008.367500', '135008.827500', '135009.287500', '135009.747500', '135010.207500', '135010.667500', '135011.127500', '135011.587500', '135012.047500', '135012.507500', '135012.967500', '135013.427500', '135013.887500', '135014.347500', '135014.807500', '135015.267500', '135015.727500', '135016.187500', '135016.647500', '135017.107500', '135017.567500', '135018.027500', '135018.487500', '135018.947500', '135019.407500', '135019.867500', '135020.327500', '135020.787500', '135021.247500', '135021.707500', '135022.167500', '135022.627500', '135023.087500', '135023.547500', '135024.007500', '135024.467500', '135024.927500', '135025.387500', '135025.847500', '135026.307500', '135026.767500', '135027.227500', '135027.687500', '135028.147500', '135028.607500', '135029.067500', '135029.527500', '135029.987500', '135030.447500', '135030.907500', '135031.367500', '135031.827500', '135032.287500', '135032.747500', '135033.207500', '135033.667500', '135034.127500', '135034.587500', '135035.047500', '135035.507500', '135035.967500', '135036.427500', '135036.887500', '135037.347500', '135037.807500', '135038.267500', '135038.727500', '135039.187500', '135039.647500', '135040.107500', '135040.567500', '135041.027500', '135041.487500', '135041.947500', '135042.407500', '135042.867500', '135043.327500', '135043.787500', '135044.247500', '135044.707500', '135045.167500', '135045.627500', '135046.087500', '135046.547500', '135047.007500', '135047.467500', '135047.927500', '135048.387500', '135048.847500', '135049.307500', '135049.767500', '135050.227500', '135050.687500', '135051.147500', '135051.607500', '135052.067500', '135052.527500', '135052.987500', '135053.447500', '135053.907500', '135054.367500', '135054.827500', '135055.287500', '135055.747500', '135056.207500', '135056.667500', '135057.127500', '135057.587500', '135058.047500', '135058.507500', '135058.967500', '135059.427500', '135059.887500', '135100.347500', '135100.807500', '135101.267500', '135101.727500', '135102.187500', '135102.647500', '135103.107500', '135103.567500', '135104.027500', '135104.487500', '135104.947500', '135105.407500', '135105.867500', '135106.327500', '135106.787500', '135107.247500', '135107.707500', '135108.167500', '135108.627500', '135109.087500', '135109.547500', '135110.007500', '135110.467500', '135110.927500', '135111.387500', '135111.847500', '135112.307500', '135112.767500', '135113.227500', '135113.687500', '135114.147500', '135114.607500', '135115.067500', '135115.527500', '135115.987500', '135116.447500', '135116.907500', '135117.367500', '135117.827500', '135118.287500', '135118.747500', '135119.207500', '135119.667500', '135120.127500', '135120.587500', '135121.047500', '135121.507500', '135121.967500', '135122.427500', '135122.887500', '135123.347500', '135123.807500', '135124.267500', '135124.727500', '135125.187500', '135125.647500', '135126.107500', '135126.567500', '135127.027500', '135127.487500', '135127.947500', '135128.407500', '135128.867500', '135129.327500', '135129.787500', '135130.247500', '135130.707500', '135131.167500', '135131.627500', '135132.087500', '135132.547500', '135133.007500', '135133.467500', '135133.927500', '135134.387500', '135134.847500', '135135.307500', '135135.767500', '135136.227500', '135136.687500', '135137.147500', '135137.607500', '135138.067500', '135138.527500', '135138.987500', '135139.447500', '135139.907500', '135140.367500', '135140.827500', '135141.287500', '135141.747500', '135142.207500', '135142.667500', '135143.127500', '135143.587500', '135144.047500', '135144.507500', '135144.967500', '135145.427500', '135145.887500', '135146.347500', '135146.807500', '135147.267500', '135147.727500', '135148.187500', '135148.647500', '135149.107500', '135149.567500', '135150.027500', '135150.487500', '135150.947500', '135151.407500', '135151.867500', '135152.327500', '135152.787500', '135153.247500', '135153.707500', '135154.167500', '135154.627500', '135155.087500', '135155.547500', '135156.007500', '135156.467500', '135156.927500', '135157.387500', '135157.847500', '135158.307500', '135158.767500', '135159.227500', '135159.687500', '135200.147500', '135200.607500', '135201.067500', '135201.527500', '135201.987500', '135202.447500', '135202.907500', '135203.367500', '135203.827500', '135204.287500', '135204.747500', '135205.207500', '135205.667500', '135206.127500', '135206.587500', '135207.047500', '135207.507500', '135207.967500', '135208.427500', '135208.887500', '135209.347500', '135209.807500', '135210.267500', '135210.727500', '135211.187500', '135211.647500', '135212.107500', '135212.567500', '135213.027500', '135213.487500', '135213.947500', '135214.407500', '135214.867500', '135215.327500', '135215.787500', '135216.247500', '135216.707500', '135217.167500', '135217.627500', '135218.087500', '135218.547500', '135219.007500', '135219.467500', '135219.927500', '135220.387500', '135220.847500', '135221.307500', '135221.767500', '135222.227500', '135222.687500', '135223.147500', '135223.607500', '135224.067500', '135224.527500', '135224.987500', '135225.447500', '135225.907500', '135226.367500', '135226.827500', '135227.287500', '135227.747500', '135228.207500', '135228.667500', '135229.127500', '135229.587500', '135230.047500', '135230.507500', '135230.967500', '135231.427500', '135231.887500', '135232.347500', '135232.807500', '135233.267500', '135233.727500', '135234.187500', '135234.647500', '135235.107500', '135235.567500', '135236.027500', '135236.487500', '135236.947500', '135237.407500', '135237.867500', '135238.327500', '135238.787500', '135239.247500', '135239.707500', '135240.167500', '135240.627500', '135241.087500', '135241.547500', '135242.007500', '135242.467500', '135242.927500', '135243.387500', '135243.847500', '135244.307500', '135244.767500', '135245.227500', '135245.687500', '135246.147500', '135246.607500', '135247.067500', '135247.527500', '135247.987500', '135248.447500', '135248.907500', '135249.367500', '135249.827500', '135250.287500', '135250.747500', '135251.207500', '135251.667500', '135252.127500', '135252.587500', '135253.047500', '135253.507500', '135253.967500', '135254.427500', '135254.887500', '135255.347500', '135255.807500', '135256.267500', '135256.727500', '135257.187500', '135257.647500', '135258.107500', '135258.567500', '135259.027500', '135259.487500', '135259.947500', '135300.407500', '135300.867500', '135301.327500', '135301.787500', '135302.247500', '135302.707500', '135303.167500', '135303.627500', '135304.087500', '135304.547500', '135305.007500', '135305.467500', '135305.927500', '135306.387500', '135306.847500', '135307.307500', '135307.767500', '135308.227500', '135308.687500', '135309.147500', '135309.607500', '135310.067500', '135310.527500', '135310.987500', '135311.447500', '135311.907500', '135312.367500', '135312.827500', '135313.287500', '135313.747500', '135314.207500', '135314.667500', '135315.127500', '135315.587500', '135316.047500', '135316.507500', '135316.967500', '135317.427500', '135317.887500', '135318.347500', '135318.807500', '135319.267500', '135319.727500', '135320.187500', '135320.647500', '135321.107500', '135321.567500', '135322.027500', '135322.487500', '135322.947500', '135323.407500', '135323.867500', '135324.327500', '135324.787500', '135325.247500', '135325.707500', '135326.167500', '135326.627500', '135327.087500', '135327.547500', '135328.007500', '135328.467500', '135328.927500', '135329.387500', '135329.847500', '135330.307500', '135330.767500', '135331.227500', '135331.687500', '135332.147500', '135332.607500', '135333.067500', '135333.527500', '135333.987500', '135334.447500', '135334.907500', '135335.367500', '135335.827500', '135336.287500', '135336.747500', '135337.207500', '135337.667500', '135338.127500', '135338.587500', '135339.047500', '135339.507500', '135339.967500', '135340.427500', '135340.887500', '135341.347500', '135341.807500', '135342.267500', '135342.727500', '135343.187500', '135343.647500', '135344.107500', '135344.567500', '135345.027500', '135345.487500', '135345.947500', '135346.407500', '135346.867500', '135347.327500', '135347.787500', '135348.247500', '135348.707500', '135349.167500', '135349.627500', '135350.087500', '135350.547500', '135351.007500', '135351.467500', '135351.927500', '135352.387500', '135352.847500', '135353.307500', '135353.767500', '135354.227500', '135354.687500', '135355.147500', '135355.607500', '135356.067500', '135356.527500', '135356.987500', '135357.447500', '135357.907500', '135358.367500', '135358.827500', '135359.287500', '135359.747500', '135400.207500', '135400.667500', '135401.127500', '135401.587500', '135402.047500', '135402.507500', '135402.967500', '135403.427500', '135403.887500', '135404.347500', '135404.807500', '135405.267500', '135405.727500', '135406.187500', '135406.647500', '135407.107500', '135407.567500', '135408.027500', '135408.487500', '135408.947500', '135409.407500', '135409.867500', '135410.327500', '135410.787500', '135411.247500', '135411.707500', '135412.167500', '135412.627500', '135413.087500', '135413.547500', '135414.007500', '135414.467500', '135414.927500', '135415.387500', '135415.847500', '135416.307500', '135416.767500', '135417.227500', '135417.687500', '135418.147500', '135418.607500', '135419.067500', '135419.527500', '135419.987500', '135420.447500', '135420.907500', '135421.367500', '135421.827500', '135422.287500', '135422.747500', '135423.207500', '135423.667500', '135424.127500', '135424.587500', '135425.047500', '135425.507500', '135425.967500', '135426.427500', '135426.887500', '135427.347500', '135427.807500', '135428.267500', '135428.727500', '135429.187500', '135429.647500', '135430.107500', '135430.567500', '135431.027500', '135431.487500', '135431.947500', '135432.407500', '135432.867500', '135433.327500', '135433.787500', '135434.247500', '135434.707500', '135435.167500', '135435.627500', '135436.087500', '135436.547500', '135437.007500', '135437.467500', '135437.927500', '135438.387500', '135438.847500', '135439.307500', '135439.767500', '135440.227500', '135440.687500', '135441.147500', '135441.607500', '135442.067500', '135442.527500', '135442.987500', '135443.447500', '135443.907500', '135444.367500', '135444.827500', '135445.287500', '135445.747500', '135446.207500', '135446.667500', '135447.127500', '135447.587500', '135448.047500', '135448.507500', '135448.967500', '135449.427500', '135449.887500', '135450.347500', '135450.807500', '135451.267500', '135451.727500', '135452.187500', '135452.647500', '135453.107500', '135453.567500', '135454.027500', '135454.487500', '135454.947500', '135455.407500', '135455.867500', '135456.327500', '135456.787500', '135457.247500', '135457.707500', '135458.167500', '135458.627500', '135459.087500', '135459.547500', '135500.007500', '135500.467500', '135500.927500', '135501.387500', '135501.847500'], 'ContentTime': ['134844.015000', '134844.018000', '134844.021000', '134844.024000', '134844.027000', '134844.029000', '134844.032000', '134844.043000', '134844.045000', '134844.048000', '134844.051000', '134844.054000', '134844.060000', '134844.063000', '134844.066000', '134844.069000', '134844.072000', '134844.075000', '134844.078000', '134844.080000', '134844.083000', '134844.086000', '134844.089000', '134844.092000', '134844.094000', '134844.097000', '134844.100000', '134844.103000', '134844.106000', '134844.109000', '134844.111000', '134844.114000', '134844.117000', '134844.120000', '134844.123000', '134844.126000', '134844.128000', '134844.131000', '134844.134000', '134844.137000', '134844.140000', '134844.143000', '134844.146000', '134844.148000', '134844.151000', '134844.154000', '134844.157000', '134903.984000', '134903.987000', '134903.990000', '134903.992000', '134903.995000', '134903.998000', '134904.002000', '134904.005000', '134904.008000', '134904.010000', '134904.013000', '134904.016000', '134904.019000', '134904.022000', '134904.030000', '134904.033000', '134904.036000', '134904.039000', '134904.042000', '134904.045000', '134904.047000', '134904.050000', '134904.053000', '134904.056000', '134904.059000', '134904.062000', '134904.065000', '134904.067000', '134904.070000', '134904.073000', '134904.076000', '134904.079000', '134904.081000', '134904.084000', '134904.087000', '134904.090000', '134904.093000', '134904.095000', '134904.098000', '134904.101000', '134904.104000', '134904.107000', '134904.109000', '134923.984000', '134923.987000', '134923.990000', '134923.992000', '134923.995000', '134923.998000', '134924.002000', '134924.005000', '134924.008000', '134924.010000', '134924.013000', '134924.016000', '134924.019000', '134924.022000', '134924.024000', '134924.027000', '134924.030000', '134924.033000', '134924.036000', '134924.039000', '134924.041000', '134924.044000', '134924.064000', '134924.066000', '134924.069000', '134924.072000', '134924.083000', '134924.086000', '134924.088000', '134924.091000', '134924.094000', '134924.097000', '134924.100000', '134924.102000', '134924.105000', '134924.108000', '134924.111000', '134924.114000', '134924.117000', '134924.126000', '134924.129000', '134924.132000', '134924.135000', '134924.137000', '134943.985000', '134943.988000', '134943.991000', '134943.994000', '134943.996000', '134943.999000', '134944.002000', '134944.005000', '134944.008000', '134944.011000', '134944.013000', '134944.016000', '134944.019000', '134944.022000', '134944.025000', '134944.028000', '134944.031000', '134944.033000', '134944.036000', '134944.046000', '134944.050000', '134944.053000', '134944.056000', '134944.059000', '134944.062000', '134944.065000', '134944.067000', '134944.070000', '134944.073000', '134944.076000', '134944.079000', '134944.082000', '134944.084000', '134944.087000', '134944.090000', '134944.093000', '134944.096000', '134944.099000', '134944.102000', '134944.104000', '134944.107000', '134944.110000', '134944.113000', '135003.984000', '135003.988000', '135003.991000', '135003.994000', '135003.997000', '135004.001000', '135004.004000', '135004.007000', '135004.010000', '135004.013000', '135004.016000', '135004.019000', '135004.022000', '135004.025000', '135004.028000', '135004.031000', '135004.034000', '135004.037000', '135004.040000', '135004.043000', '135004.046000', '135004.049000', '135004.052000', '135004.055000', '135004.058000', '135004.061000', '135004.063000', '135004.066000', '135004.069000', '135004.072000', '135004.075000', '135004.078000', '135004.081000', '135004.084000', '135004.087000', '135004.090000', '135004.093000', '135004.096000', '135004.099000', '135004.102000', '135004.105000', '135004.108000', '135004.111000', '135004.115000', '135023.984000', '135023.987000', '135023.990000', '135023.993000', '135023.995000', '135023.998000', '135024.002000', '135024.006000', '135024.009000', '135024.012000', '135024.014000', '135024.017000', '135024.020000', '135024.023000', '135024.026000', '135024.028000', '135024.031000', '135024.034000', '135024.037000', '135024.040000', '135024.043000', '135024.046000', '135024.048000', '135024.051000', '135024.054000', '135024.057000', '135024.060000', '135024.063000', '135024.066000', '135024.068000', '135024.071000', '135024.074000', '135024.077000', '135024.082000', '135024.085000', '135024.087000', '135024.101000', '135024.104000', '135024.107000', '135024.110000', '135024.113000', '135024.116000', '135024.118000', '135043.984000', '135043.987000', '135043.990000', '135043.992000', '135043.995000', '135043.998000', '135044.002000', '135044.005000', '135044.008000', '135044.011000', '135044.013000', '135044.016000', '135044.019000', '135044.022000', '135044.025000', '135044.028000', '135044.030000', '135044.033000', '135044.036000', '135044.039000', '135044.042000', '135044.045000', '135044.048000', '135044.050000', '135044.053000', '135044.056000', '135044.059000', '135044.062000', '135044.065000', '135044.068000', '135044.070000', '135044.073000', '135044.076000', '135044.079000', '135044.082000', '135044.085000', '135044.087000', '135044.090000', '135044.093000', '135044.096000', '135044.099000', '135044.102000', '135044.104000', '135044.107000', '135103.984000', '135103.987000', '135103.990000', '135103.993000', '135103.996000', '135103.998000', '135104.002000', '135104.005000', '135104.008000', '135104.011000', '135104.014000', '135104.016000', '135104.019000', '135104.027000', '135104.030000', '135104.033000', '135104.035000', '135104.048000', '135104.051000', '135104.054000', '135104.057000', '135104.060000', '135104.063000', '135104.066000', '135104.068000', '135104.071000', '135104.074000', '135104.077000', '135104.080000', '135104.083000', '135104.087000', '135104.091000', '135104.094000', '135104.097000', '135104.100000', '135104.103000', '135104.106000', '135104.109000', '135104.111000', '135104.114000', '135104.117000', '135104.120000', '135104.123000', '135123.984000', '135123.987000', '135123.990000', '135123.993000', '135123.996000', '135123.998000', '135124.002000', '135124.005000', '135124.008000', '135124.011000', '135124.014000', '135124.017000', '135124.019000', '135124.022000', '135124.025000', '135124.028000', '135124.031000', '135124.034000', '135124.036000', '135124.039000', '135124.042000', '135124.045000', '135124.048000', '135124.051000', '135124.053000', '135124.056000', '135124.059000', '135124.062000', '135124.065000', '135124.068000', '135124.070000', '135124.073000', '135124.076000', '135124.079000', '135124.082000', '135124.085000', '135124.088000', '135124.090000', '135124.093000', '135124.096000', '135124.099000', '135124.102000', '135124.105000', '135124.108000', '135143.984000', '135143.987000', '135143.990000', '135143.993000', '135144.004000', '135144.007000', '135144.010000', '135144.013000', '135144.016000', '135144.019000', '135144.021000', '135144.024000', '135144.027000', '135144.030000', '135144.033000', '135144.036000', '135144.038000', '135144.042000', '135144.045000', '135144.048000', '135144.051000', '135144.054000', '135144.057000', '135144.059000', '135144.062000', '135144.065000', '135144.068000', '135144.071000', '135144.074000', '135144.077000', '135144.080000', '135144.082000', '135144.085000', '135144.088000', '135144.091000', '135144.094000', '135144.097000', '135144.100000', '135144.103000', '135144.109000', '135144.112000', '135144.115000', '135144.118000', '135203.985000', '135203.988000', '135203.991000', '135203.994000', '135203.997000', '135203.999000', '135204.002000', '135204.005000', '135204.008000', '135204.011000', '135204.014000', '135204.022000', '135204.025000', '135204.028000', '135204.031000', '135204.034000', '135204.037000', '135204.040000', '135204.043000', '135204.045000', '135204.048000', '135204.051000', '135204.054000', '135204.057000', '135204.059000', '135204.062000', '135204.065000', '135204.068000', '135204.071000', '135204.074000', '135204.077000', '135204.079000', '135204.082000', '135204.085000', '135204.088000', '135204.091000', '135204.094000', '135204.097000', '135204.100000', '135204.102000', '135204.105000', '135204.108000', '135204.111000', '135204.114000', '135223.984000', '135223.987000', '135223.990000', '135223.993000', '135223.998000', '135224.002000', '135224.004000', '135224.007000', '135224.010000', '135224.013000', '135224.016000', '135224.019000', '135224.022000', '135224.024000', '135224.027000', '135224.030000', '135224.033000', '135224.036000', '135224.039000', '135224.041000', '135224.044000', '135224.047000', '135224.050000', '135224.053000', '135224.056000', '135224.058000', '135224.061000', '135224.064000', '135224.067000', '135224.070000', '135224.073000', '135224.075000', '135224.078000', '135224.081000', '135224.084000', '135224.095000', '135224.098000', '135224.100000', '135224.103000', '135224.106000', '135224.109000', '135224.112000', '135224.126000', '135243.984000', '135243.987000', '135243.990000', '135243.993000', '135243.995000', '135243.998000', '135244.002000', '135244.005000', '135244.008000', '135244.011000', '135244.014000', '135244.016000', '135244.019000', '135244.022000', '135244.025000', '135244.028000', '135244.031000', '135244.034000', '135244.036000', '135244.039000', '135244.042000', '135244.045000', '135244.048000', '135244.051000', '135244.054000', '135244.057000', '135244.059000', '135244.062000', '135244.065000', '135244.068000', '135244.071000', '135244.074000', '135244.077000', '135244.079000', '135244.082000', '135244.085000', '135244.088000', '135244.091000', '135244.094000', '135244.096000', '135244.099000', '135244.102000', '135244.105000', '135244.108000', '135303.984000', '135303.987000', '135303.990000', '135303.993000', '135303.996000', '135303.998000', '135304.002000', '135304.005000', '135304.008000', '135304.011000', '135304.014000', '135304.022000', '135304.025000', '135304.028000', '135304.031000', '135304.033000', '135304.036000', '135304.039000', '135304.042000', '135304.045000', '135304.048000', '135304.050000', '135304.053000', '135304.056000', '135304.059000', '135304.062000', '135304.065000', '135304.068000', '135304.071000', '135304.073000', '135304.076000', '135304.079000', '135304.083000', '135304.086000', '135304.089000', '135304.091000', '135304.094000', '135304.097000', '135304.100000', '135304.103000', '135304.106000', '135304.109000', '135304.112000', '135323.984000', '135323.987000', '135323.990000', '135323.993000', '135323.995000', '135323.998000', '135324.002000', '135324.005000', '135324.008000', '135324.011000', '135324.014000', '135324.016000', '135324.019000', '135324.022000', '135324.025000', '135324.028000', '135324.031000', '135324.034000', '135324.037000', '135324.039000', '135324.042000', '135324.045000', '135324.048000', '135324.051000', '135324.054000', '135324.056000', '135324.059000', '135324.062000', '135324.065000', '135324.068000', '135324.071000', '135324.074000', '135324.077000', '135324.079000', '135324.082000', '135324.085000', '135324.088000', '135324.091000', '135324.094000', '135324.096000', '135324.099000', '135324.102000', '135324.105000', '135324.108000', '135343.984000', '135343.987000', '135343.990000', '135343.993000', '135343.996000', '135343.998000', '135344.002000', '135344.005000', '135344.008000', '135344.011000', '135344.014000', '135344.017000', '135344.020000', '135344.022000', '135344.025000', '135344.028000', '135344.031000', '135344.034000', '135344.037000', '135344.040000', '135344.043000', '135344.045000', '135344.048000', '135344.051000', '135344.054000', '135344.057000', '135344.060000', '135344.063000', '135344.065000', '135344.068000', '135344.071000', '135344.074000', '135344.077000', '135344.080000', '135344.083000', '135344.086000', '135344.088000', '135344.091000', '135344.094000', '135344.097000', '135344.100000', '135344.103000', '135344.106000', '135403.984000', '135403.987000', '135403.990000', '135403.993000', '135403.996000', '135403.998000', '135404.002000', '135404.005000', '135404.008000', '135404.011000', '135404.030000', '135404.033000', '135404.036000', '135404.039000', '135404.042000', '135404.045000', '135404.047000', '135404.050000', '135404.053000', '135404.056000', '135404.059000', '135404.062000', '135404.064000', '135404.067000', '135404.070000', '135404.073000', '135404.076000', '135404.079000', '135404.082000', '135404.085000', '135404.087000', '135404.090000', '135404.093000', '135404.096000', '135404.099000', '135404.102000', '135404.104000', '135404.107000', '135404.110000', '135404.113000', '135404.116000', '135404.119000', '135404.122000', '135404.124000', '135423.985000', '135423.988000', '135423.991000', '135423.994000', '135423.997000', '135423.999000', '135424.002000', '135424.005000', '135424.008000', '135424.011000', '135424.014000', '135424.017000', '135424.020000', '135424.022000', '135424.025000', '135424.028000', '135424.031000', '135424.034000', '135424.037000', '135424.039000', '135424.042000', '135424.045000', '135424.048000', '135424.051000', '135424.054000', '135424.057000', '135424.060000', '135424.062000', '135424.065000', '135424.068000', '135424.071000', '135424.074000', '135424.077000', '135424.081000', '135424.084000', '135424.087000', '135424.090000', '135424.093000', '135424.095000', '135424.098000', '135424.101000', '135424.104000', '135424.107000', '135443.984000', '135443.987000', '135443.990000', '135443.993000', '135443.996000', '135443.998000', '135444.002000', '135444.005000', '135444.008000', '135444.011000', '135444.014000', '135444.017000', '135444.020000', '135444.022000', '135444.025000', '135444.028000', '135444.031000', '135444.034000', '135444.037000', '135444.040000', '135444.042000', '135444.045000', '135444.048000', '135444.051000', '135444.054000', '135444.057000', '135444.060000', '135444.062000', '135444.065000', '135444.068000', '135444.071000', '135444.074000', '135444.077000', '135444.080000', '135444.082000', '135444.085000', '135444.088000', '135444.091000', '135444.094000', '135444.097000', '135444.100000', '135444.103000', '135444.105000', '135503.341000', '135503.344000', '135503.347000', '135503.351000', '135503.354000', '135503.357000', '135503.360000', '135503.363000', '135503.366000', '135503.369000', '135503.372000', '135503.375000', '135503.378000', '135503.381000', '135503.384000', '135503.386000', '135503.389000', '135503.392000', '135503.395000', '135503.398000', '135503.401000', '135503.404000', '135503.407000', '135503.410000', '135503.413000', '135503.416000', '135503.418000', '135503.422000', '135503.424000', '135503.427000', '135503.430000', '135503.433000', '135503.436000', '135503.439000', '135503.442000', '135503.445000', '135503.448000', '135503.451000', '135503.454000', '135503.457000', '135503.460000', '135503.463000', '135503.465000'], 'InstanceCreationTime': ['134844.015000', '134844.018000', '134844.021000', '134844.024000', '134844.027000', '134844.029000', '134844.032000', '134844.043000', '134844.045000', '134844.048000', '134844.051000', '134844.054000', '134844.060000', '134844.063000', '134844.066000', '134844.069000', '134844.072000', '134844.075000', '134844.078000', '134844.080000', '134844.083000', '134844.086000', '134844.089000', '134844.092000', '134844.094000', '134844.097000', '134844.100000', '134844.103000', '134844.106000', '134844.109000', '134844.111000', '134844.114000', '134844.117000', '134844.120000', '134844.123000', '134844.126000', '134844.128000', '134844.131000', '134844.134000', '134844.137000', '134844.140000', '134844.143000', '134844.146000', '134844.148000', '134844.151000', '134844.154000', '134844.157000', '134903.984000', '134903.987000', '134903.990000', '134903.992000', '134903.995000', '134903.998000', '134904.002000', '134904.005000', '134904.008000', '134904.010000', '134904.013000', '134904.016000', '134904.019000', '134904.022000', '134904.030000', '134904.033000', '134904.036000', '134904.039000', '134904.042000', '134904.045000', '134904.047000', '134904.050000', '134904.053000', '134904.056000', '134904.059000', '134904.062000', '134904.065000', '134904.067000', '134904.070000', '134904.073000', '134904.076000', '134904.079000', '134904.081000', '134904.084000', '134904.087000', '134904.090000', '134904.093000', '134904.095000', '134904.098000', '134904.101000', '134904.104000', '134904.107000', '134904.109000', '134923.984000', '134923.987000', '134923.990000', '134923.992000', '134923.995000', '134923.998000', '134924.002000', '134924.005000', '134924.008000', '134924.010000', '134924.013000', '134924.016000', '134924.019000', '134924.022000', '134924.024000', '134924.027000', '134924.030000', '134924.033000', '134924.036000', '134924.039000', '134924.041000', '134924.044000', '134924.064000', '134924.066000', '134924.069000', '134924.072000', '134924.083000', '134924.086000', '134924.088000', '134924.091000', '134924.094000', '134924.097000', '134924.100000', '134924.102000', '134924.105000', '134924.108000', '134924.111000', '134924.114000', '134924.117000', '134924.126000', '134924.129000', '134924.132000', '134924.135000', '134924.137000', '134943.985000', '134943.988000', '134943.991000', '134943.994000', '134943.996000', '134943.999000', '134944.002000', '134944.005000', '134944.008000', '134944.011000', '134944.013000', '134944.016000', '134944.019000', '134944.022000', '134944.025000', '134944.028000', '134944.031000', '134944.033000', '134944.036000', '134944.046000', '134944.050000', '134944.053000', '134944.056000', '134944.059000', '134944.062000', '134944.065000', '134944.067000', '134944.070000', '134944.073000', '134944.076000', '134944.079000', '134944.082000', '134944.084000', '134944.087000', '134944.090000', '134944.093000', '134944.096000', '134944.099000', '134944.102000', '134944.104000', '134944.107000', '134944.110000', '134944.113000', '135003.984000', '135003.988000', '135003.991000', '135003.994000', '135003.997000', '135004.001000', '135004.004000', '135004.007000', '135004.010000', '135004.013000', '135004.016000', '135004.019000', '135004.022000', '135004.025000', '135004.028000', '135004.031000', '135004.034000', '135004.037000', '135004.040000', '135004.043000', '135004.046000', '135004.049000', '135004.052000', '135004.055000', '135004.058000', '135004.061000', '135004.063000', '135004.066000', '135004.069000', '135004.072000', '135004.075000', '135004.078000', '135004.081000', '135004.084000', '135004.087000', '135004.090000', '135004.093000', '135004.096000', '135004.099000', '135004.102000', '135004.105000', '135004.108000', '135004.111000', '135004.115000', '135023.984000', '135023.987000', '135023.990000', '135023.993000', '135023.995000', '135023.998000', '135024.002000', '135024.006000', '135024.009000', '135024.012000', '135024.014000', '135024.017000', '135024.020000', '135024.023000', '135024.026000', '135024.028000', '135024.031000', '135024.034000', '135024.037000', '135024.040000', '135024.043000', '135024.046000', '135024.048000', '135024.051000', '135024.054000', '135024.057000', '135024.060000', '135024.063000', '135024.066000', '135024.068000', '135024.071000', '135024.074000', '135024.077000', '135024.082000', '135024.085000', '135024.087000', '135024.101000', '135024.104000', '135024.107000', '135024.110000', '135024.113000', '135024.116000', '135024.118000', '135043.984000', '135043.987000', '135043.990000', '135043.992000', '135043.995000', '135043.998000', '135044.002000', '135044.005000', '135044.008000', '135044.011000', '135044.013000', '135044.016000', '135044.019000', '135044.022000', '135044.025000', '135044.028000', '135044.030000', '135044.033000', '135044.036000', '135044.039000', '135044.042000', '135044.045000', '135044.048000', '135044.050000', '135044.053000', '135044.056000', '135044.059000', '135044.062000', '135044.065000', '135044.068000', '135044.070000', '135044.073000', '135044.076000', '135044.079000', '135044.082000', '135044.085000', '135044.087000', '135044.090000', '135044.093000', '135044.096000', '135044.099000', '135044.102000', '135044.104000', '135044.107000', '135103.984000', '135103.987000', '135103.990000', '135103.993000', '135103.996000', '135103.998000', '135104.002000', '135104.005000', '135104.008000', '135104.011000', '135104.014000', '135104.016000', '135104.019000', '135104.027000', '135104.030000', '135104.033000', '135104.035000', '135104.048000', '135104.051000', '135104.054000', '135104.057000', '135104.060000', '135104.063000', '135104.066000', '135104.068000', '135104.071000', '135104.074000', '135104.077000', '135104.080000', '135104.083000', '135104.087000', '135104.091000', '135104.094000', '135104.097000', '135104.100000', '135104.103000', '135104.106000', '135104.109000', '135104.111000', '135104.114000', '135104.117000', '135104.120000', '135104.123000', '135123.984000', '135123.987000', '135123.990000', '135123.993000', '135123.996000', '135123.998000', '135124.002000', '135124.005000', '135124.008000', '135124.011000', '135124.014000', '135124.017000', '135124.019000', '135124.022000', '135124.025000', '135124.028000', '135124.031000', '135124.034000', '135124.036000', '135124.039000', '135124.042000', '135124.045000', '135124.048000', '135124.051000', '135124.053000', '135124.056000', '135124.059000', '135124.062000', '135124.065000', '135124.068000', '135124.070000', '135124.073000', '135124.076000', '135124.079000', '135124.082000', '135124.085000', '135124.088000', '135124.090000', '135124.093000', '135124.096000', '135124.099000', '135124.102000', '135124.105000', '135124.108000', '135143.984000', '135143.987000', '135143.990000', '135143.993000', '135144.004000', '135144.007000', '135144.010000', '135144.013000', '135144.016000', '135144.019000', '135144.021000', '135144.024000', '135144.027000', '135144.030000', '135144.033000', '135144.036000', '135144.038000', '135144.042000', '135144.045000', '135144.048000', '135144.051000', '135144.054000', '135144.057000', '135144.059000', '135144.062000', '135144.065000', '135144.068000', '135144.071000', '135144.074000', '135144.077000', '135144.080000', '135144.082000', '135144.085000', '135144.088000', '135144.091000', '135144.094000', '135144.097000', '135144.100000', '135144.103000', '135144.109000', '135144.112000', '135144.115000', '135144.118000', '135203.985000', '135203.988000', '135203.991000', '135203.994000', '135203.997000', '135203.999000', '135204.002000', '135204.005000', '135204.008000', '135204.011000', '135204.014000', '135204.022000', '135204.025000', '135204.028000', '135204.031000', '135204.034000', '135204.037000', '135204.040000', '135204.043000', '135204.045000', '135204.048000', '135204.051000', '135204.054000', '135204.057000', '135204.059000', '135204.062000', '135204.065000', '135204.068000', '135204.071000', '135204.074000', '135204.077000', '135204.079000', '135204.082000', '135204.085000', '135204.088000', '135204.091000', '135204.094000', '135204.097000', '135204.100000', '135204.102000', '135204.105000', '135204.108000', '135204.111000', '135204.114000', '135223.984000', '135223.987000', '135223.990000', '135223.993000', '135223.998000', '135224.002000', '135224.004000', '135224.007000', '135224.010000', '135224.013000', '135224.016000', '135224.019000', '135224.022000', '135224.024000', '135224.027000', '135224.030000', '135224.033000', '135224.036000', '135224.039000', '135224.041000', '135224.044000', '135224.047000', '135224.050000', '135224.053000', '135224.056000', '135224.058000', '135224.061000', '135224.064000', '135224.067000', '135224.070000', '135224.073000', '135224.075000', '135224.078000', '135224.081000', '135224.084000', '135224.095000', '135224.098000', '135224.100000', '135224.103000', '135224.106000', '135224.109000', '135224.112000', '135224.126000', '135243.984000', '135243.987000', '135243.990000', '135243.993000', '135243.995000', '135243.998000', '135244.002000', '135244.005000', '135244.008000', '135244.011000', '135244.014000', '135244.016000', '135244.019000', '135244.022000', '135244.025000', '135244.028000', '135244.031000', '135244.034000', '135244.036000', '135244.039000', '135244.042000', '135244.045000', '135244.048000', '135244.051000', '135244.054000', '135244.057000', '135244.059000', '135244.062000', '135244.065000', '135244.068000', '135244.071000', '135244.074000', '135244.077000', '135244.079000', '135244.082000', '135244.085000', '135244.088000', '135244.091000', '135244.094000', '135244.096000', '135244.099000', '135244.102000', '135244.105000', '135244.108000', '135303.984000', '135303.987000', '135303.990000', '135303.993000', '135303.996000', '135303.998000', '135304.002000', '135304.005000', '135304.008000', '135304.011000', '135304.014000', '135304.022000', '135304.025000', '135304.028000', '135304.031000', '135304.033000', '135304.036000', '135304.039000', '135304.042000', '135304.045000', '135304.048000', '135304.050000', '135304.053000', '135304.056000', '135304.059000', '135304.062000', '135304.065000', '135304.068000', '135304.071000', '135304.073000', '135304.076000', '135304.079000', '135304.083000', '135304.086000', '135304.089000', '135304.091000', '135304.094000', '135304.097000', '135304.100000', '135304.103000', '135304.106000', '135304.109000', '135304.112000', '135323.984000', '135323.987000', '135323.990000', '135323.993000', '135323.995000', '135323.998000', '135324.002000', '135324.005000', '135324.008000', '135324.011000', '135324.014000', '135324.016000', '135324.019000', '135324.022000', '135324.025000', '135324.028000', '135324.031000', '135324.034000', '135324.037000', '135324.039000', '135324.042000', '135324.045000', '135324.048000', '135324.051000', '135324.054000', '135324.056000', '135324.059000', '135324.062000', '135324.065000', '135324.068000', '135324.071000', '135324.074000', '135324.077000', '135324.079000', '135324.082000', '135324.085000', '135324.088000', '135324.091000', '135324.094000', '135324.096000', '135324.099000', '135324.102000', '135324.105000', '135324.108000', '135343.984000', '135343.987000', '135343.990000', '135343.993000', '135343.996000', '135343.998000', '135344.002000', '135344.005000', '135344.008000', '135344.011000', '135344.014000', '135344.017000', '135344.020000', '135344.022000', '135344.025000', '135344.028000', '135344.031000', '135344.034000', '135344.037000', '135344.040000', '135344.043000', '135344.045000', '135344.048000', '135344.051000', '135344.054000', '135344.057000', '135344.060000', '135344.063000', '135344.065000', '135344.068000', '135344.071000', '135344.074000', '135344.077000', '135344.080000', '135344.083000', '135344.086000', '135344.088000', '135344.091000', '135344.094000', '135344.097000', '135344.100000', '135344.103000', '135344.106000', '135403.984000', '135403.987000', '135403.990000', '135403.993000', '135403.996000', '135403.998000', '135404.002000', '135404.005000', '135404.008000', '135404.011000', '135404.030000', '135404.033000', '135404.036000', '135404.039000', '135404.042000', '135404.045000', '135404.047000', '135404.050000', '135404.053000', '135404.056000', '135404.059000', '135404.062000', '135404.064000', '135404.067000', '135404.070000', '135404.073000', '135404.076000', '135404.079000', '135404.082000', '135404.085000', '135404.087000', '135404.090000', '135404.093000', '135404.096000', '135404.099000', '135404.102000', '135404.104000', '135404.107000', '135404.110000', '135404.113000', '135404.116000', '135404.119000', '135404.122000', '135404.124000', '135423.985000', '135423.988000', '135423.991000', '135423.994000', '135423.997000', '135423.999000', '135424.002000', '135424.005000', '135424.008000', '135424.011000', '135424.014000', '135424.017000', '135424.020000', '135424.022000', '135424.025000', '135424.028000', '135424.031000', '135424.034000', '135424.037000', '135424.039000', '135424.042000', '135424.045000', '135424.048000', '135424.051000', '135424.054000', '135424.057000', '135424.060000', '135424.062000', '135424.065000', '135424.068000', '135424.071000', '135424.074000', '135424.077000', '135424.081000', '135424.084000', '135424.087000', '135424.090000', '135424.093000', '135424.095000', '135424.098000', '135424.101000', '135424.104000', '135424.107000', '135443.984000', '135443.987000', '135443.990000', '135443.993000', '135443.996000', '135443.998000', '135444.002000', '135444.005000', '135444.008000', '135444.011000', '135444.014000', '135444.017000', '135444.020000', '135444.022000', '135444.025000', '135444.028000', '135444.031000', '135444.034000', '135444.037000', '135444.040000', '135444.042000', '135444.045000', '135444.048000', '135444.051000', '135444.054000', '135444.057000', '135444.060000', '135444.062000', '135444.065000', '135444.068000', '135444.071000', '135444.074000', '135444.077000', '135444.080000', '135444.082000', '135444.085000', '135444.088000', '135444.091000', '135444.094000', '135444.097000', '135444.100000', '135444.103000', '135444.105000', '135503.341000', '135503.344000', '135503.347000', '135503.351000', '135503.354000', '135503.357000', '135503.360000', '135503.363000', '135503.366000', '135503.369000', '135503.372000', '135503.375000', '135503.378000', '135503.381000', '135503.384000', '135503.386000', '135503.389000', '135503.392000', '135503.395000', '135503.398000', '135503.401000', '135503.404000', '135503.407000', '135503.410000', '135503.413000', '135503.416000', '135503.418000', '135503.422000', '135503.424000', '135503.427000', '135503.430000', '135503.433000', '135503.436000', '135503.439000', '135503.442000', '135503.445000', '135503.448000', '135503.451000', '135503.454000', '135503.457000', '135503.460000', '135503.463000', '135503.465000'], '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': [17436, 18872, 13914, 18081, 13289, 16996, 13371, 16531, 11308, 15901, 14778, 13325, 16563, 12268, 14452, 12456, 13507, 10632, 13985, 10636, 13445, 10718, 13163, 15339, 11684, 14154, 11743, 13840, 12350, 13673, 11611, 14315, 10475, 14739, 11520, 13271, 13299, 11546, 13243, 11967, 13275, 10909, 13924, 10724, 14166, 14496, 11783, 13491, 12117, 13165, 10928, 13798, 11069, 13343, 13299, 11003, 12867, 11875, 13426, 9761, 14301, 10556, 12650, 13874, 11310, 13587, 12312, 13710, 9902, 14658, 10072, 13352, 13973, 11577, 14377, 11995, 14429, 10267, 14871, 10597, 13938, 14612, 12081, 14266, 10249, 14663, 13216, 12643, 15334, 12758, 15735, 14767, 16032, 12196, 14844, 9570, 14749, 11990, 13754, 15477, 11481, 15726, 11440, 15149, 11434, 15633, 10010, 15633, 14848, 13403, 17151, 11706, 15450, 11250, 14335, 11221, 14975, 10502, 14644, 10546, 13630, 16049, 11344, 15471, 11036, 13163, 10368, 12989, 9625, 13470, 16329, 11740, 14547, 10935, 13122, 10607, 12828, 9863, 12635, 12540, 11209, 13949, 10606, 12439, 9956, 12171, 9447, 12191, 12414, 11023, 13659, 10130, 12346, 9390, 12336, 13519, 10013, 12499, 10727, 12860, 9706, 11840, 10843, 9641, 12905, 10646, 12833, 10074, 12692, 10986, 12458, 10650, 12319, 9538, 13136, 13111, 11832, 13724, 10800, 14097, 10468, 14311, 11934, 14362, 14656, 11703, 14374, 11519, 13857, 10784, 14039, 13314, 11712, 16227, 11165, 14072, 9813, 13958, 15783, 10490, 12544, 9811, 14172, 12054, 10435, 9553, 9958, 14120, 11957, 15089, 11755, 15640, 14099, 15244, 13578, 15833, 13382, 14854, 14006, 13459, 15517, 12788, 15999, 15272, 17085, 13837, 16181, 14113, 20496, 13335, 11133, 11056, 9906, 14891, 10784, 15431, 11237, 14576, 9860, 12514, 9219, 11970, 10449, 12410, 10089, 13638, 10455, 13209, 10418, 12009, 9874, 12039, 9859, 11902, 9680, 11879, 9277, 12124, 9311, 11778, 10985, 10723, 13140, 10330, 12982, 10113, 12924, 9155, 12269, 9609, 10731, 13478, 10566, 13773, 10345, 11645, 10062, 12578, 9957, 13029, 9498, 14044, 10886, 13804, 10743, 13117, 9868, 13312, 11820, 11063, 14169, 10357, 13717, 9460, 13823, 11220, 13263, 15144, 11898, 14042, 10287, 13683, 9805, 13617, 9716, 11239, 14091, 10182, 12821, 9842, 13130, 9562, 12002, 10415, 11098, 13001, 10732, 14233, 10934, 13064, 10225, 13134, 10016, 13988, 9809, 13767, 9556, 13640, 12452, 10667, 11961, 11139, 14832, 10429, 13654, 9602, 13457, 11095, 11268, 14384, 10747, 12775, 9617, 12414, 9734, 10560, 12814, 10085, 12760, 9791, 13304, 9400, 10505, 12828, 10433, 12374, 10144, 12916, 9637, 12183, 14327, 10439, 13286, 9622, 12533, 11892, 10037, 13153, 10405, 13071, 9680, 10408, 12211, 10091, 12659, 10514, 12717, 9797, 12727, 9195, 10689, 13286, 10449, 13342, 9990, 13412, 11280, 10877, 13886, 10984, 13826, 9595, 14181, 13275, 10889, 14825, 11454, 14307, 9938, 13573, 9150, 12711, 12056, 11264, 14265, 10963, 12609, 10268, 12347, 9674, 13745, 11237, 11377, 13358, 10643, 12986, 10067, 12827, 10124, 12523, 14276, 11005, 12981, 10116, 13088, 12658, 11187, 13492, 10448, 12664, 9925, 13352, 9544, 12422, 12737, 10454, 13242, 10530, 12914, 9592, 13899, 12586, 10738, 14698, 10943, 14521, 9417, 13133, 15549, 11088, 14037, 9763, 14260, 15494, 11321, 13149, 9699, 13419, 13244, 10157, 13375, 10222, 13273, 9413, 12681, 13541, 10360, 15103, 11166, 13627, 9730, 13578, 9448, 12375, 13971, 10954, 14007, 10596, 14468, 9052, 13770, 14644, 10617, 15484, 11233, 14227, 10462, 14541, 9219, 15091, 9877, 13182, 16299, 11582, 15699, 11290, 15325, 9269, 15422, 13418, 13285, 17583, 12456, 15415, 10824, 15066, 9821, 14674, 15733, 11955, 15336, 11529, 14698, 10377, 13861, 15045, 11324, 15060, 11101, 13178, 10178, 13010, 14856, 10089, 13133, 9734, 12845, 10138, 11805, 13426, 10603, 13440, 10732, 10884, 9486, 10264, 10487, 12235, 11084, 12648, 11979, 10838, 12836, 9525, 15113, 14223, 11339, 13868, 11166, 13652, 11382, 12367, 16487, 11300, 13400, 9727, 15660, 11024, 11228, 15713, 11011, 13122, 10215, 12429, 9472, 11272, 12366, 10395, 12178, 9895, 12148, 9313, 10859, 12346, 9787, 12052, 9781, 11681, 12177, 9679, 11844, 9466, 11921, 12416, 10265, 12026, 10396, 12434, 10293, 12410, 9546, 12647, 9756, 13179, 11543, 9539, 12697, 10239, 12909, 10696, 12891, 10234, 12800, 9449, 11748, 12555, 10843, 12729, 10161, 12164, 9596, 12589, 10084, 11103, 13017, 10069, 12502, 10974, 12155, 9433, 12087, 11799, 10031, 14138, 10064, 11947, 9265, 12858, 10605, 9978, 13996, 9938, 11933, 9561, 11785, 9327, 10795, 12584, 9752, 11944, 9595, 11574, 9630, 9884, 12151, 10183, 11880, 9529, 12273, 10283, 10044, 12359, 10492, 11578, 9247, 11471, 12481, 10121, 12288, 9725, 11677, 9723, 10019, 12714, 10393, 12845, 10464, 12402, 9340, 11280, 12673, 10300, 13528, 10708, 13006, 9487, 11818, 13377, 10947, 13620, 10724, 12935, 10850, 13420, 10434, 14014, 10601, 14475, 9305, 13103, 9108, 13264, 10492, 12769, 11110, 11930, 14744, 10672, 14247, 10956, 13443, 9735, 13103, 11871, 10564, 15101, 11673, 12355, 9713, 12250, 10503, 10511, 13349, 10164, 12302, 10956, 12347, 8978, 12079, 12468, 10319, 12876, 11063, 12309, 8786, 12420, 12285, 10357, 14097, 14785, 11558, 10517, 12280, 10547, 11846, 13098, 10819, 13034, 10329, 12644, 10121, 12548, 12004, 10673, 13060, 10468, 11996, 10395, 12572, 11743, 10349, 12486, 10246, 11854, 10328, 12621, 9758, 12030, 13470, 9895, 12521, 10870, 12130, 9911, 12525, 10652, 10106, 13107, 10563, 12742, 10563, 12809, 10168, 13373, 12334, 10620, 13891, 10604, 13025, 10403, 13767, 9859, 13210, 13246, 10342, 12756, 11067, 12720, 9864, 13125, 13354, 10154, 13338, 10931, 12657, 9890, 12871, 13926, 10007, 12566, 10661, 12472, 9784, 12100, 13248, 10058, 12795, 11206, 12236, 10098, 12603, 11585, 10328, 13517, 10421, 13445, 9614, 13470, 13553, 10057, 12521, 10796, 12494, 9332, 12886, 10551, 11513, 13441, 10430, 13057, 10430, 13166, 10196, 12818, 12598, 10775, 12650, 10296, 12495, 10095, 13195, 12525, 10620, 13397, 10589, 12108, 10145, 13697, 10103, 11376, 13111, 10843, 13260, 10389, 12981, 10199, 13860, 13649, 10515, 13032, 10816, 13022, 10712, 10837, 14063, 11296, 12812, 10712, 13381, 10297, 13436, 10088], 'WindowCenter': [5389.0, 5354.0, 5301.0, 5302.0, 5260.0, 5267.0, 5231.0, 5251.0, 5209.0, 5239.0, 5223.0, 5216.0, 5236.0, 5208.0, 5213.0, 5205.0, 5215.0, 5184.0, 5226.0, 5199.0, 5229.0, 5199.0, 5230.0, 5235.0, 5209.0, 5227.0, 5219.0, 5230.0, 5221.0, 5244.0, 5238.0, 5267.0, 5214.0, 5255.0, 5224.0, 5231.0, 5228.0, 5211.0, 5220.0, 5211.0, 5234.0, 5200.0, 5242.0, 5212.0, 5241.0, 5241.0, 5221.0, 5231.0, 5224.0, 5233.0, 5201.0, 5232.0, 5200.0, 5233.0, 5223.0, 5215.0, 5222.0, 5215.0, 5232.0, 5193.0, 5241.0, 5201.0, 5232.0, 5232.0, 5224.0, 5234.0, 5223.0, 5233.0, 5203.0, 5254.0, 5205.0, 5245.0, 5242.0, 5225.0, 5243.0, 5233.0, 5253.0, 5214.0, 5256.0, 5214.0, 5255.0, 5253.0, 5236.0, 5254.0, 5217.0, 5280.0, 5259.0, 5258.0, 5267.0, 5262.0, 5259.0, 5239.0, 5239.0, 5206.0, 5235.0, 5190.0, 5238.0, 5194.0, 5224.0, 5234.0, 5206.0, 5223.0, 5194.0, 5224.0, 5196.0, 5236.0, 5189.0, 5241.0, 5225.0, 5228.0, 5243.0, 5208.0, 5223.0, 5182.0, 5211.0, 5191.0, 5221.0, 5171.0, 5213.0, 5171.0, 5215.0, 5221.0, 5184.0, 5211.0, 5182.0, 5191.0, 5172.0, 5202.0, 5165.0, 5204.0, 5219.0, 5192.0, 5199.0, 5184.0, 5201.0, 5173.0, 5191.0, 5160.0, 5190.0, 5191.0, 5183.0, 5213.0, 5186.0, 5205.0, 5175.0, 5192.0, 5173.0, 5203.0, 5203.0, 5185.0, 5212.0, 5183.0, 5203.0, 5164.0, 5205.0, 5214.0, 5202.0, 5230.0, 5195.0, 5203.0, 5166.0, 5219.0, 5198.0, 5179.0, 5207.0, 5189.0, 5214.0, 5185.0, 5204.0, 5197.0, 5203.0, 5184.0, 5204.0, 5184.0, 5223.0, 5225.0, 5218.0, 5224.0, 5208.0, 5226.0, 5198.0, 5235.0, 5205.0, 5226.0, 5223.0, 5205.0, 5224.0, 5205.0, 5212.0, 5181.0, 5216.0, 5202.0, 5194.0, 5221.0, 5191.0, 5213.0, 5160.0, 5200.0, 5221.0, 5220.0, 5237.0, 5203.0, 5228.0, 5197.0, 5151.0, 5078.0, 5218.0, 5255.0, 5239.0, 5256.0, 5224.0, 5228.0, 5237.0, 5207.0, 5198.0, 5207.0, 5200.0, 5199.0, 5212.0, 5191.0, 5198.0, 5163.0, 5173.0, 5180.0, 5153.0, 5131.0, 5137.0, 5100.0, 5166.0, 5112.0, 5118.0, 5104.0, 5093.0, 5129.0, 5089.0, 5116.0, 5079.0, 5119.0, 5056.0, 5071.0, 5078.0, 5113.0, 5100.0, 5108.0, 5092.0, 5119.0, 5106.0, 5123.0, 5131.0, 5128.0, 5107.0, 5122.0, 5107.0, 5123.0, 5096.0, 5124.0, 5096.0, 5127.0, 5099.0, 5139.0, 5117.0, 5130.0, 5149.0, 5121.0, 5152.0, 5131.0, 5151.0, 5112.0, 5151.0, 5122.0, 5145.0, 5162.0, 5160.0, 5187.0, 5159.0, 5156.0, 5162.0, 5166.0, 5149.0, 5177.0, 5152.0, 5187.0, 5171.0, 5200.0, 5172.0, 5191.0, 5162.0, 5190.0, 5168.0, 5162.0, 5188.0, 5151.0, 5177.0, 5137.0, 5178.0, 5147.0, 5167.0, 5173.0, 5145.0, 5160.0, 5122.0, 5151.0, 5110.0, 5147.0, 5108.0, 5129.0, 5144.0, 5115.0, 5137.0, 5108.0, 5135.0, 5110.0, 5140.0, 5119.0, 5142.0, 5162.0, 5145.0, 5175.0, 5170.0, 5176.0, 5159.0, 5188.0, 5150.0, 5188.0, 5150.0, 5190.0, 5150.0, 5203.0, 5190.0, 5173.0, 5180.0, 5184.0, 5211.0, 5173.0, 5204.0, 5164.0, 5204.0, 5182.0, 5186.0, 5202.0, 5175.0, 5193.0, 5154.0, 5193.0, 5154.0, 5174.0, 5192.0, 5173.0, 5190.0, 5162.0, 5200.0, 5151.0, 5174.0, 5193.0, 5174.0, 5180.0, 5161.0, 5191.0, 5151.0, 5194.0, 5202.0, 5162.0, 5188.0, 5151.0, 5181.0, 5178.0, 5178.0, 5218.0, 5186.0, 5193.0, 5165.0, 5173.0, 5168.0, 5162.0, 5179.0, 5160.0, 5180.0, 5160.0, 5193.0, 5149.0, 5171.0, 5188.0, 5169.0, 5189.0, 5160.0, 5201.0, 5170.0, 5172.0, 5202.0, 5173.0, 5200.0, 5161.0, 5201.0, 5190.0, 5174.0, 5202.0, 5181.0, 5202.0, 5161.0, 5193.0, 5154.0, 5192.0, 5181.0, 5185.0, 5200.0, 5173.0, 5192.0, 5163.0, 5192.0, 5163.0, 5203.0, 5181.0, 5185.0, 5201.0, 5174.0, 5202.0, 5163.0, 5194.0, 5172.0, 5195.0, 5201.0, 5186.0, 5196.0, 5174.0, 5203.0, 5193.0, 5183.0, 5214.0, 5213.0, 5272.0, 5201.0, 5219.0, 5164.0, 5195.0, 5190.0, 5175.0, 5191.0, 5173.0, 5191.0, 5162.0, 5212.0, 5189.0, 5182.0, 5208.0, 5183.0, 5215.0, 5163.0, 5204.0, 5210.0, 5181.0, 5201.0, 5160.0, 5201.0, 5199.0, 5171.0, 5191.0, 5149.0, 5190.0, 5188.0, 5161.0, 5190.0, 5164.0, 5191.0, 5164.0, 5192.0, 5202.0, 5175.0, 5211.0, 5183.0, 5204.0, 5162.0, 5204.0, 5164.0, 5205.0, 5209.0, 5184.0, 5212.0, 5183.0, 5212.0, 5165.0, 5242.0, 5237.0, 5213.0, 5224.0, 5195.0, 5212.0, 5184.0, 5215.0, 5165.0, 5226.0, 5176.0, 5218.0, 5234.0, 5207.0, 5225.0, 5197.0, 5236.0, 5166.0, 5236.0, 5216.0, 5217.0, 5237.0, 5208.0, 5225.0, 5185.0, 5223.0, 5164.0, 5215.0, 5212.0, 5194.0, 5211.0, 5183.0, 5212.0, 5162.0, 5203.0, 5199.0, 5173.0, 5201.0, 5172.0, 5180.0, 5149.0, 5179.0, 5186.0, 5147.0, 5176.0, 5137.0, 5176.0, 5146.0, 5167.0, 5175.0, 5161.0, 5204.0, 5145.0, 5204.0, 5154.0, 5161.0, 5218.0, 5193.0, 5173.0, 5211.0, 5201.0, 5201.0, 5227.0, 5184.0, 5242.0, 5223.0, 5215.0, 5224.0, 5205.0, 5224.0, 5200.0, 5214.0, 5231.0, 5192.0, 5234.0, 5184.0, 5220.0, 5163.0, 5176.0, 5202.0, 5163.0, 5182.0, 5156.0, 5174.0, 5145.0, 5178.0, 5186.0, 5168.0, 5185.0, 5156.0, 5188.0, 5147.0, 5181.0, 5184.0, 5156.0, 5185.0, 5156.0, 5176.0, 5175.0, 5157.0, 5175.0, 5155.0, 5187.0, 5183.0, 5169.0, 5187.0, 5168.0, 5196.0, 5178.0, 5201.0, 5173.0, 5224.0, 5200.0, 5201.0, 5216.0, 5196.0, 5212.0, 5193.0, 5222.0, 5204.0, 5223.0, 5195.0, 5224.0, 5185.0, 5215.0, 5213.0, 5207.0, 5213.0, 5192.0, 5213.0, 5184.0, 5214.0, 5182.0, 5203.0, 5225.0, 5196.0, 5213.0, 5202.0, 5212.0, 5174.0, 5211.0, 5200.0, 5182.0, 5208.0, 5183.0, 5201.0, 5172.0, 5212.0, 5178.0, 5172.0, 5207.0, 5171.0, 5185.0, 5169.0, 5190.0, 5159.0, 5190.0, 5197.0, 5172.0, 5196.0, 5169.0, 5191.0, 5167.0, 5181.0, 5201.0, 5181.0, 5190.0, 5170.0, 5208.0, 5180.0, 5182.0, 5209.0, 5191.0, 5200.0, 5171.0, 5202.0, 5209.0, 5196.0, 5224.0, 5220.0, 5228.0, 5197.0, 5207.0, 5224.0, 5205.0, 5227.0, 5204.0, 5227.0, 5184.0, 5216.0, 5223.0, 5206.0, 5232.0, 5204.0, 5235.0, 5193.0, 5227.0, 5233.0, 5217.0, 5244.0, 5217.0, 5240.0, 5228.0, 5260.0, 5243.0, 5284.0, 5245.0, 5261.0, 5214.0, 5247.0, 5197.0, 5247.0, 5218.0, 5239.0, 5216.0, 5229.0, 5246.0, 5217.0, 5248.0, 5208.0, 5234.0, 5196.0, 5236.0, 5212.0, 5205.0, 5232.0, 5203.0, 5212.0, 5182.0, 5211.0, 5191.0, 5204.0, 5224.0, 5191.0, 5210.0, 5190.0, 5212.0, 5171.0, 5214.0, 5253.0, 5261.0, 5251.0, 5227.0, 5213.0, 5173.0, 5215.0, 5210.0, 5220.0, 5213.0, 5210.0, 5207.0, 5192.0, 5216.0, 5182.0, 5203.0, 5209.0, 5191.0, 5214.0, 5194.0, 5225.0, 5183.0, 5211.0, 5199.0, 5192.0, 5211.0, 5206.0, 5203.0, 5182.0, 5211.0, 5200.0, 5185.0, 5211.0, 5194.0, 5203.0, 5181.0, 5214.0, 5174.0, 5213.0, 5222.0, 5185.0, 5209.0, 5192.0, 5200.0, 5181.0, 5213.0, 5192.0, 5193.0, 5213.0, 5194.0, 5213.0, 5205.0, 5225.0, 5193.0, 5234.0, 5212.0, 5204.0, 5232.0, 5207.0, 5225.0, 5206.0, 5223.0, 5184.0, 5224.0, 5222.0, 5196.0, 5215.0, 5205.0, 5214.0, 5183.0, 5223.0, 5222.0, 5196.0, 5222.0, 5192.0, 5211.0, 5183.0, 5214.0, 5219.0, 5184.0, 5204.0, 5184.0, 5203.0, 5182.0, 5214.0, 5212.0, 5186.0, 5213.0, 5193.0, 5203.0, 5184.0, 5214.0, 5191.0, 5194.0, 5211.0, 5193.0, 5223.0, 5197.0, 5233.0, 5227.0, 5208.0, 5224.0, 5205.0, 5216.0, 5174.0, 5224.0, 5206.0, 5217.0, 5224.0, 5209.0, 5223.0, 5207.0, 5228.0, 5194.0, 5224.0, 5210.0, 5192.0, 5212.0, 5195.0, 5214.0, 5192.0, 5224.0, 5212.0, 5197.0, 5222.0, 5197.0, 5173.0, 5169.0, 5222.0, 5208.0, 5231.0, 5234.0, 5207.0, 5226.0, 5196.0, 5224.0, 5193.0, 5238.0, 5224.0, 5219.0, 5239.0, 5194.0, 5224.0, 5202.0, 5205.0, 5234.0, 5203.0, 5210.0, 5193.0, 5224.0, 5195.0, 5235.0, 5195.0], 'WindowWidth': [11594.0, 11517.0, 11429.0, 11414.0, 11344.0, 11351.0, 11291.0, 11321.0, 11254.0, 11294.0, 11264.0, 11258.0, 11285.0, 11246.0, 11251.0, 11238.0, 11255.0, 11209.0, 11270.0, 11236.0, 11280.0, 11238.0, 11281.0, 11281.0, 11251.0, 11274.0, 11267.0, 11280.0, 11271.0, 11307.0, 11306.0, 11348.0, 11266.0, 11326.0, 11279.0, 11286.0, 11277.0, 11256.0, 11269.0, 11257.0, 11289.0, 11240.0, 11301.0, 11259.0, 11301.0, 11297.0, 11273.0, 11286.0, 11276.0, 11289.0, 11241.0, 11286.0, 11239.0, 11288.0, 11274.0, 11264.0, 11273.0, 11262.0, 11287.0, 11235.0, 11299.0, 11242.0, 11288.0, 11287.0, 11280.0, 11292.0, 11276.0, 11292.0, 11248.0, 11322.0, 11254.0, 11309.0, 11303.0, 11282.0, 11306.0, 11292.0, 11322.0, 11268.0, 11327.0, 11266.0, 11325.0, 11319.0, 11299.0, 11324.0, 11273.0, 11370.0, 11340.0, 11337.0, 11347.0, 11343.0, 11333.0, 11296.0, 11296.0, 11243.0, 11285.0, 11227.0, 11294.0, 11222.0, 11269.0, 11281.0, 11244.0, 11264.0, 11225.0, 11267.0, 11230.0, 11287.0, 11222.0, 11297.0, 11269.0, 11280.0, 11297.0, 11249.0, 11264.0, 11207.0, 11246.0, 11218.0, 11262.0, 11190.0, 11251.0, 11187.0, 11252.0, 11258.0, 11211.0, 11244.0, 11204.0, 11215.0, 11189.0, 11232.0, 11181.0, 11237.0, 11252.0, 11217.0, 11226.0, 11209.0, 11231.0, 11190.0, 11214.0, 11169.0, 11214.0, 11211.0, 11205.0, 11248.0, 11213.0, 11236.0, 11197.0, 11220.0, 11193.0, 11236.0, 11232.0, 11212.0, 11247.0, 11207.0, 11237.0, 11181.0, 11240.0, 11251.0, 11251.0, 11285.0, 11228.0, 11237.0, 11184.0, 11268.0, 11236.0, 11209.0, 11241.0, 11220.0, 11259.0, 11214.0, 11238.0, 11233.0, 11234.0, 11210.0, 11239.0, 11212.0, 11267.0, 11270.0, 11267.0, 11271.0, 11250.0, 11274.0, 11236.0, 11289.0, 11244.0, 11272.0, 11264.0, 11242.0, 11268.0, 11241.0, 11251.0, 11206.0, 11258.0, 11233.0, 11224.0, 11263.0, 11219.0, 11251.0, 11171.0, 11227.0, 11257.0, 11278.0, 11302.0, 11252.0, 11279.0, 11227.0, 11145.0, 11017.0, 11285.0, 11327.0, 11309.0, 11328.0, 11278.0, 11271.0, 11295.0, 11238.0, 11226.0, 11236.0, 11226.0, 11219.0, 11249.0, 11208.0, 11219.0, 11159.0, 11170.0, 11186.0, 11140.0, 11103.0, 11100.0, 11040.0, 11145.0, 11064.0, 11081.0, 11058.0, 11040.0, 11084.0, 11027.0, 11061.0, 11012.0, 11070.0, 10976.0, 10990.0, 11016.0, 11070.0, 11049.0, 11059.0, 11037.0, 11074.0, 11064.0, 11083.0, 11110.0, 11097.0, 11068.0, 11084.0, 11069.0, 11087.0, 11051.0, 11087.0, 11052.0, 11096.0, 11057.0, 11115.0, 11083.0, 11105.0, 11129.0, 11095.0, 11138.0, 11107.0, 11135.0, 11081.0, 11139.0, 11097.0, 11133.0, 11154.0, 11164.0, 11198.0, 11162.0, 11152.0, 11170.0, 11166.0, 11147.0, 11184.0, 11155.0, 11198.0, 11182.0, 11221.0, 11183.0, 11208.0, 11169.0, 11208.0, 11172.0, 11165.0, 11199.0, 11151.0, 11184.0, 11127.0, 11186.0, 11138.0, 11167.0, 11170.0, 11132.0, 11151.0, 11094.0, 11136.0, 11074.0, 11125.0, 11070.0, 11099.0, 11118.0, 11080.0, 11109.0, 11070.0, 11107.0, 11074.0, 11119.0, 11089.0, 11124.0, 11152.0, 11135.0, 11178.0, 11181.0, 11182.0, 11162.0, 11199.0, 11151.0, 11198.0, 11150.0, 11206.0, 11152.0, 11229.0, 11208.0, 11188.0, 11195.0, 11206.0, 11238.0, 11187.0, 11233.0, 11178.0, 11232.0, 11198.0, 11208.0, 11228.0, 11192.0, 11215.0, 11158.0, 11214.0, 11159.0, 11188.0, 11213.0, 11187.0, 11211.0, 11172.0, 11224.0, 11156.0, 11189.0, 11213.0, 11189.0, 11194.0, 11168.0, 11212.0, 11156.0, 11219.0, 11230.0, 11171.0, 11205.0, 11153.0, 11195.0, 11191.0, 11202.0, 11262.0, 11211.0, 11217.0, 11181.0, 11184.0, 11171.0, 11165.0, 11190.0, 11166.0, 11194.0, 11166.0, 11213.0, 11150.0, 11183.0, 11204.0, 11178.0, 11205.0, 11166.0, 11224.0, 11180.0, 11186.0, 11226.0, 11188.0, 11225.0, 11170.0, 11226.0, 11208.0, 11190.0, 11227.0, 11199.0, 11229.0, 11171.0, 11214.0, 11161.0, 11213.0, 11198.0, 11206.0, 11223.0, 11188.0, 11213.0, 11173.0, 11214.0, 11176.0, 11232.0, 11198.0, 11208.0, 11228.0, 11192.0, 11228.0, 11176.0, 11220.0, 11186.0, 11222.0, 11228.0, 11208.0, 11222.0, 11190.0, 11231.0, 11215.0, 11202.0, 11251.0, 11262.0, 11367.0, 11246.0, 11264.0, 11177.0, 11221.0, 11210.0, 11194.0, 11212.0, 11189.0, 11212.0, 11174.0, 11243.0, 11209.0, 11202.0, 11237.0, 11205.0, 11251.0, 11176.0, 11233.0, 11240.0, 11198.0, 11227.0, 11166.0, 11224.0, 11220.0, 11184.0, 11209.0, 11148.0, 11209.0, 11205.0, 11171.0, 11208.0, 11172.0, 11208.0, 11178.0, 11215.0, 11233.0, 11196.0, 11241.0, 11203.0, 11232.0, 11175.0, 11235.0, 11179.0, 11236.0, 11238.0, 11209.0, 11246.0, 11206.0, 11246.0, 11184.0, 11299.0, 11288.0, 11265.0, 11264.0, 11223.0, 11243.0, 11206.0, 11249.0, 11182.0, 11267.0, 11198.0, 11258.0, 11277.0, 11244.0, 11266.0, 11229.0, 11283.0, 11185.0, 11282.0, 11255.0, 11258.0, 11284.0, 11246.0, 11266.0, 11209.0, 11262.0, 11179.0, 11251.0, 11243.0, 11219.0, 11241.0, 11201.0, 11243.0, 11170.0, 11230.0, 11220.0, 11188.0, 11223.0, 11181.0, 11193.0, 11146.0, 11191.0, 11198.0, 11143.0, 11182.0, 11128.0, 11182.0, 11139.0, 11170.0, 11179.0, 11169.0, 11234.0, 11138.0, 11248.0, 11161.0, 11168.0, 11273.0, 11217.0, 11185.0, 11253.0, 11238.0, 11241.0, 11282.0, 11218.0, 11300.0, 11274.0, 11265.0, 11275.0, 11247.0, 11275.0, 11234.0, 11259.0, 11280.0, 11224.0, 11294.0, 11221.0, 11263.0, 11171.0, 11192.0, 11226.0, 11171.0, 11195.0, 11161.0, 11188.0, 11148.0, 11196.0, 11207.0, 11184.0, 11204.0, 11166.0, 11212.0, 11153.0, 11203.0, 11203.0, 11167.0, 11206.0, 11165.0, 11193.0, 11190.0, 11166.0, 11191.0, 11161.0, 11210.0, 11202.0, 11186.0, 11208.0, 11187.0, 11224.0, 11204.0, 11236.0, 11200.0, 11275.0, 11246.0, 11231.0, 11270.0, 11238.0, 11252.0, 11230.0, 11268.0, 11246.0, 11271.0, 11235.0, 11274.0, 11219.0, 11261.0, 11255.0, 11251.0, 11259.0, 11229.0, 11260.0, 11217.0, 11260.0, 11213.0, 11243.0, 11276.0, 11239.0, 11259.0, 11244.0, 11259.0, 11204.0, 11255.0, 11234.0, 11212.0, 11245.0, 11212.0, 11239.0, 11198.0, 11254.0, 11202.0, 11197.0, 11243.0, 11196.0, 11210.0, 11189.0, 11218.0, 11175.0, 11220.0, 11227.0, 11199.0, 11227.0, 11191.0, 11222.0, 11186.0, 11208.0, 11236.0, 11208.0, 11219.0, 11193.0, 11246.0, 11207.0, 11214.0, 11249.0, 11226.0, 11239.0, 11196.0, 11242.0, 11249.0, 11237.0, 11280.0, 11284.0, 11291.0, 11242.0, 11256.0, 11275.0, 11250.0, 11282.0, 11246.0, 11281.0, 11222.0, 11266.0, 11275.0, 11254.0, 11287.0, 11248.0, 11294.0, 11234.0, 11285.0, 11291.0, 11272.0, 11307.0, 11273.0, 11306.0, 11291.0, 11338.0, 11323.0, 11384.0, 11326.0, 11341.0, 11278.0, 11315.0, 11247.0, 11319.0, 11275.0, 11304.0, 11270.0, 11289.0, 11312.0, 11272.0, 11315.0, 11257.0, 11293.0, 11240.0, 11296.0, 11258.0, 11252.0, 11289.0, 11247.0, 11256.0, 11213.0, 11256.0, 11225.0, 11250.0, 11276.0, 11227.0, 11251.0, 11224.0, 11256.0, 11199.0, 11262.0, 11333.0, 11362.0, 11331.0, 11287.0, 11262.0, 11204.0, 11263.0, 11252.0, 11281.0, 11251.0, 11241.0, 11252.0, 11222.0, 11263.0, 11208.0, 11237.0, 11243.0, 11220.0, 11255.0, 11232.0, 11276.0, 11212.0, 11252.0, 11232.0, 11226.0, 11252.0, 11251.0, 11245.0, 11209.0, 11252.0, 11234.0, 11216.0, 11252.0, 11233.0, 11240.0, 11209.0, 11256.0, 11200.0, 11255.0, 11268.0, 11219.0, 11248.0, 11225.0, 11234.0, 11208.0, 11255.0, 11228.0, 11230.0, 11257.0, 11233.0, 11257.0, 11248.0, 11280.0, 11231.0, 11288.0, 11256.0, 11247.0, 11285.0, 11256.0, 11278.0, 11248.0, 11272.0, 11216.0, 11273.0, 11269.0, 11237.0, 11261.0, 11245.0, 11258.0, 11212.0, 11269.0, 11267.0, 11237.0, 11267.0, 11226.0, 11252.0, 11211.0, 11256.0, 11258.0, 11216.0, 11241.0, 11212.0, 11240.0, 11207.0, 11256.0, 11255.0, 11219.0, 11254.0, 11225.0, 11241.0, 11214.0, 11256.0, 11222.0, 11230.0, 11252.0, 11229.0, 11271.0, 11239.0, 11289.0, 11280.0, 11260.0, 11274.0, 11249.0, 11262.0, 11203.0, 11275.0, 11249.0, 11266.0, 11273.0, 11256.0, 11273.0, 11253.0, 11279.0, 11229.0, 11272.0, 11250.0, 11227.0, 11255.0, 11234.0, 11262.0, 11227.0, 11272.0, 11253.0, 11237.0, 11269.0, 11237.0, 11185.0, 11185.0, 11266.0, 11258.0, 11295.0, 11291.0, 11256.0, 11277.0, 11237.0, 11277.0, 11232.0, 11297.0, 11273.0, 11279.0, 11305.0, 11228.0, 11275.0, 11243.0, 11251.0, 11288.0, 11244.0, 11252.0, 11228.0, 11275.0, 11234.0, 11294.0, 11232.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.00478746835443038</td></tr>
<tr><td colspan=3>aqi</td><td>0.06591561380897584</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.42981331471203</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1878215993894004</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9878396270161305</td></tr>
<tr><td colspan=3>efc</td><td>0.513</td></tr>
<tr><td colspan=3>fber</td><td>4395.2866</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1472619507070097</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>117</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.463751438434983</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6145788759282813</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5857730292594576</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6211523011432227</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.636811297382164</td></tr>
<tr><td colspan=3>gcor</td><td>0.0342666</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.017199907451868057</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021884005516767502</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.631458348353333</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.1708</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>66.6386</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>273.6193</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>290042.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>1319.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>572.3316</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.8265</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>647.6566</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4372.0949</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4508.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86502.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>2211.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5570.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>973.3379</td></tr>
<tr><td colspan=3>tsnr</td><td>27.279382905981038</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>