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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0014_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-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-01_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-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0014/figures/sub-0014_ses-04_task-social_acq-mb8_run-01_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-0014/ses-04/func/sub-0014_ses-04_task-social_acq-mb8_run-01_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>21fb5df2049e7973dc63320d6d0a31ac</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:51:33.975000</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.998139, 0.0506942, 0.0339003, -0.0489917, 0.997582, -0.0492936]</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-01_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.0937489</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4151, -7758, -7264, 525, -85, -68, 56, 47]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.826</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6c3c0c2d-4688-41b2-b9f4-6eae68f737cf||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.6779332160949707, -0.1314411610364914, 0.09805664420127869, 115.45708465576172], [-0.13600872457027435, 2.6764397621154785, -0.1283607929944992, -81.21988677978516], [0.09095215052366257, 0.13225118815898895, 2.6951637268066406, -81.46595001220703], [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': ['155133.975000', '155134.435000', '155134.895000', '155135.355000', '155135.815000', '155136.275000', '155136.735000', '155137.195000', '155137.655000', '155138.115000', '155138.575000', '155139.035000', '155139.495000', '155139.955000', '155140.415000', '155140.875000', '155141.335000', '155141.795000', '155142.255000', '155142.715000', '155143.175000', '155143.635000', '155144.095000', '155144.555000', '155145.015000', '155145.475000', '155145.935000', '155146.395000', '155146.855000', '155147.315000', '155147.775000', '155148.235000', '155148.695000', '155149.155000', '155149.615000', '155150.075000', '155150.535000', '155150.995000', '155151.455000', '155151.915000', '155152.375000', '155152.835000', '155153.295000', '155153.755000', '155154.215000', '155154.675000', '155155.135000', '155155.595000', '155156.055000', '155156.515000', '155156.975000', '155157.435000', '155157.895000', '155158.355000', '155158.815000', '155159.275000', '155159.735000', '155200.195000', '155200.655000', '155201.115000', '155201.575000', '155202.035000', '155202.495000', '155202.955000', '155203.415000', '155203.875000', '155204.335000', '155204.795000', '155205.255000', '155205.715000', '155206.175000', '155206.635000', '155207.095000', '155207.555000', '155208.015000', '155208.475000', '155208.935000', '155209.395000', '155209.855000', '155210.315000', '155210.775000', '155211.235000', '155211.695000', '155212.155000', '155212.615000', '155213.075000', '155213.535000', '155213.995000', '155214.455000', '155214.915000', '155215.375000', '155215.835000', '155216.295000', '155216.755000', '155217.215000', '155217.675000', '155218.135000', '155218.595000', '155219.055000', '155219.515000', '155219.975000', '155220.435000', '155220.895000', '155221.355000', '155221.815000', '155222.275000', '155222.735000', '155223.195000', '155223.655000', '155224.115000', '155224.575000', '155225.035000', '155225.495000', '155225.955000', '155226.415000', '155226.875000', '155227.335000', '155227.795000', '155228.255000', '155228.715000', '155229.175000', '155229.635000', '155230.095000', '155230.555000', '155231.015000', '155231.475000', '155231.935000', '155232.395000', '155232.855000', '155233.315000', '155233.775000', '155234.235000', '155234.695000', '155235.155000', '155235.615000', '155236.075000', '155236.535000', '155236.995000', '155237.455000', '155237.915000', '155238.375000', '155238.835000', '155239.295000', '155239.755000', '155240.215000', '155240.675000', '155241.135000', '155241.595000', '155242.055000', '155242.515000', '155242.975000', '155243.435000', '155243.895000', '155244.355000', '155244.815000', '155245.275000', '155245.735000', '155246.195000', '155246.655000', '155247.115000', '155247.575000', '155248.035000', '155248.495000', '155248.955000', '155249.415000', '155249.875000', '155250.335000', '155250.795000', '155251.255000', '155251.715000', '155252.175000', '155252.635000', '155253.095000', '155253.555000', '155254.015000', '155254.475000', '155254.935000', '155255.395000', '155255.855000', '155256.315000', '155256.775000', '155257.235000', '155257.695000', '155258.155000', '155258.615000', '155259.075000', '155259.535000', '155259.995000', '155300.455000', '155300.915000', '155301.375000', '155301.835000', '155302.295000', '155302.755000', '155303.215000', '155303.675000', '155304.135000', '155304.595000', '155305.055000', '155305.515000', '155305.975000', '155306.435000', '155306.895000', '155307.355000', '155307.815000', '155308.275000', '155308.735000', '155309.195000', '155309.655000', '155310.115000', '155310.575000', '155311.035000', '155311.495000', '155311.955000', '155312.415000', '155312.875000', '155313.335000', '155313.795000', '155314.255000', '155314.715000', '155315.175000', '155315.635000', '155316.095000', '155316.555000', '155317.015000', '155317.475000', '155317.935000', '155318.395000', '155318.855000', '155319.315000', '155319.775000', '155320.235000', '155320.695000', '155321.155000', '155321.615000', '155322.075000', '155322.535000', '155322.995000', '155323.455000', '155323.915000', '155324.375000', '155324.835000', '155325.295000', '155325.755000', '155326.215000', '155326.675000', '155327.135000', '155327.595000', '155328.055000', '155328.515000', '155328.975000', '155329.435000', '155329.895000', '155330.355000', '155330.815000', '155331.275000', '155331.735000', '155332.195000', '155332.655000', '155333.115000', '155333.575000', '155334.035000', '155334.495000', '155334.955000', '155335.415000', '155335.875000', '155336.335000', '155336.795000', '155337.255000', '155337.715000', '155338.175000', '155338.635000', '155339.095000', '155339.555000', '155340.015000', '155340.475000', '155340.935000', '155341.395000', '155341.855000', '155342.315000', '155342.775000', '155343.235000', '155343.695000', '155344.155000', '155344.615000', '155345.075000', '155345.535000', '155345.995000', '155346.455000', '155346.915000', '155347.375000', '155347.835000', '155348.295000', '155348.755000', '155349.215000', '155349.675000', '155350.135000', '155350.595000', '155351.055000', '155351.515000', '155351.975000', '155352.435000', '155352.895000', '155353.355000', '155353.815000', '155354.275000', '155354.735000', '155355.195000', '155355.655000', '155356.115000', '155356.575000', '155357.035000', '155357.495000', '155357.955000', '155358.415000', '155358.875000', '155359.335000', '155359.795000', '155400.255000', '155400.715000', '155401.175000', '155401.635000', '155402.095000', '155402.555000', '155403.015000', '155403.475000', '155403.935000', '155404.395000', '155404.855000', '155405.315000', '155405.775000', '155406.235000', '155406.695000', '155407.155000', '155407.615000', '155408.075000', '155408.535000', '155408.995000', '155409.455000', '155409.915000', '155410.375000', '155410.835000', '155411.295000', '155411.755000', '155412.215000', '155412.675000', '155413.135000', '155413.595000', '155414.055000', '155414.515000', '155414.975000', '155415.435000', '155415.895000', '155416.355000', '155416.815000', '155417.275000', '155417.735000', '155418.195000', '155418.655000', '155419.115000', '155419.575000', '155420.035000', '155420.495000', '155420.955000', '155421.415000', '155421.875000', '155422.335000', '155422.795000', '155423.255000', '155423.715000', '155424.175000', '155424.635000', '155425.095000', '155425.555000', '155426.015000', '155426.475000', '155426.935000', '155427.395000', '155427.855000', '155428.315000', '155428.775000', '155429.235000', '155429.695000', '155430.155000', '155430.615000', '155431.075000', '155431.535000', '155431.995000', '155432.455000', '155432.915000', '155433.375000', '155433.835000', '155434.295000', '155434.755000', '155435.215000', '155435.675000', '155436.135000', '155436.595000', '155437.055000', '155437.515000', '155437.975000', '155438.435000', '155438.895000', '155439.355000', '155439.815000', '155440.275000', '155440.735000', '155441.195000', '155441.655000', '155442.115000', '155442.575000', '155443.035000', '155443.495000', '155443.955000', '155444.415000', '155444.875000', '155445.335000', '155445.795000', '155446.255000', '155446.715000', '155447.175000', '155447.635000', '155448.095000', '155448.555000', '155449.015000', '155449.475000', '155449.935000', '155450.395000', '155450.855000', '155451.315000', '155451.775000', '155452.235000', '155452.695000', '155453.155000', '155453.615000', '155454.075000', '155454.535000', '155454.995000', '155455.455000', '155455.915000', '155456.375000', '155456.835000', '155457.295000', '155457.755000', '155458.215000', '155458.675000', '155459.135000', '155459.595000', '155500.055000', '155500.515000', '155500.975000', '155501.435000', '155501.895000', '155502.355000', '155502.815000', '155503.275000', '155503.735000', '155504.195000', '155504.655000', '155505.115000', '155505.575000', '155506.035000', '155506.495000', '155506.955000', '155507.415000', '155507.875000', '155508.335000', '155508.795000', '155509.255000', '155509.715000', '155510.175000', '155510.635000', '155511.095000', '155511.555000', '155512.015000', '155512.475000', '155512.935000', '155513.395000', '155513.855000', '155514.315000', '155514.775000', '155515.235000', '155515.695000', '155516.155000', '155516.615000', '155517.075000', '155517.535000', '155517.995000', '155518.455000', '155518.915000', '155519.375000', '155519.835000', '155520.295000', '155520.755000', '155521.215000', '155521.675000', '155522.135000', '155522.595000', '155523.055000', '155523.515000', '155523.975000', '155524.435000', '155524.895000', '155525.355000', '155525.815000', '155526.275000', '155526.735000', '155527.195000', '155527.655000', '155528.115000', '155528.575000', '155529.035000', '155529.495000', '155529.955000', '155530.415000', '155530.875000', '155531.335000', '155531.795000', '155532.255000', '155532.715000', '155533.175000', '155533.635000', '155534.095000', '155534.555000', '155535.015000', '155535.475000', '155535.935000', '155536.395000', '155536.855000', '155537.315000', '155537.775000', '155538.235000', '155538.695000', '155539.155000', '155539.615000', '155540.075000', '155540.535000', '155540.995000', '155541.455000', '155541.915000', '155542.375000', '155542.835000', '155543.295000', '155543.755000', '155544.215000', '155544.675000', '155545.135000', '155545.595000', '155546.055000', '155546.515000', '155546.975000', '155547.435000', '155547.895000', '155548.355000', '155548.815000', '155549.275000', '155549.735000', '155550.195000', '155550.655000', '155551.115000', '155551.575000', '155552.035000', '155552.495000', '155552.955000', '155553.415000', '155553.875000', '155554.335000', '155554.795000', '155555.255000', '155555.715000', '155556.175000', '155556.635000', '155557.095000', '155557.555000', '155558.015000', '155558.475000', '155558.935000', '155559.395000', '155559.855000', '155600.315000', '155600.775000', '155601.235000', '155601.695000', '155602.155000', '155602.615000', '155603.075000', '155603.535000', '155603.995000', '155604.455000', '155604.915000', '155605.375000', '155605.835000', '155606.295000', '155606.755000', '155607.215000', '155607.675000', '155608.135000', '155608.595000', '155609.055000', '155609.515000', '155609.975000', '155610.435000', '155610.895000', '155611.355000', '155611.815000', '155612.275000', '155612.735000', '155613.195000', '155613.655000', '155614.115000', '155614.575000', '155615.035000', '155615.495000', '155615.955000', '155616.415000', '155616.875000', '155617.335000', '155617.795000', '155618.255000', '155618.715000', '155619.175000', '155619.635000', '155620.095000', '155620.555000', '155621.015000', '155621.475000', '155621.935000', '155622.395000', '155622.855000', '155623.315000', '155623.775000', '155624.235000', '155624.695000', '155625.155000', '155625.615000', '155626.075000', '155626.535000', '155626.995000', '155627.455000', '155627.915000', '155628.375000', '155628.835000', '155629.295000', '155629.755000', '155630.215000', '155630.675000', '155631.135000', '155631.595000', '155632.055000', '155632.515000', '155632.975000', '155633.435000', '155633.895000', '155634.355000', '155634.815000', '155635.275000', '155635.735000', '155636.195000', '155636.655000', '155637.115000', '155637.575000', '155638.035000', '155638.495000', '155638.955000', '155639.415000', '155639.875000', '155640.335000', '155640.795000', '155641.255000', '155641.715000', '155642.175000', '155642.635000', '155643.095000', '155643.555000', '155644.015000', '155644.475000', '155644.935000', '155645.395000', '155645.855000', '155646.315000', '155646.775000', '155647.235000', '155647.695000', '155648.155000', '155648.615000', '155649.075000', '155649.535000', '155649.995000', '155650.455000', '155650.915000', '155651.375000', '155651.835000', '155652.295000', '155652.755000', '155653.215000', '155653.675000', '155654.135000', '155654.595000', '155655.055000', '155655.515000', '155655.975000', '155656.435000', '155656.895000', '155657.355000', '155657.815000', '155658.275000', '155658.735000', '155659.195000', '155659.655000', '155700.115000', '155700.575000', '155701.035000', '155701.495000', '155701.955000', '155702.415000', '155702.875000', '155703.335000', '155703.795000', '155704.255000', '155704.715000', '155705.175000', '155705.635000', '155706.095000', '155706.555000', '155707.015000', '155707.475000', '155707.935000', '155708.395000', '155708.855000', '155709.315000', '155709.775000', '155710.235000', '155710.695000', '155711.155000', '155711.615000', '155712.075000', '155712.535000', '155712.995000', '155713.455000', '155713.915000', '155714.375000', '155714.835000', '155715.295000', '155715.755000', '155716.215000', '155716.675000', '155717.135000', '155717.595000', '155718.055000', '155718.515000', '155718.975000', '155719.435000', '155719.895000', '155720.355000', '155720.815000', '155721.275000', '155721.735000', '155722.195000', '155722.655000', '155723.115000', '155723.575000', '155724.035000', '155724.495000', '155724.955000', '155725.415000', '155725.875000', '155726.335000', '155726.795000', '155727.255000', '155727.715000', '155728.175000', '155728.635000', '155729.095000', '155729.555000', '155730.015000', '155730.475000', '155730.935000', '155731.395000', '155731.855000', '155732.315000', '155732.775000', '155733.235000', '155733.695000', '155734.155000', '155734.615000', '155735.075000', '155735.535000', '155735.995000', '155736.455000', '155736.915000', '155737.375000', '155737.835000', '155738.295000', '155738.755000', '155739.215000', '155739.675000', '155740.135000', '155740.595000', '155741.055000', '155741.515000', '155741.975000', '155742.435000', '155742.895000', '155743.355000', '155743.815000', '155744.275000', '155744.735000', '155745.195000', '155745.655000', '155746.115000', '155746.575000', '155747.035000', '155747.495000', '155747.955000', '155748.415000', '155748.875000', '155749.335000', '155749.795000', '155750.255000', '155750.715000', '155751.175000', '155751.635000', '155752.095000', '155752.555000', '155753.015000', '155753.475000', '155753.935000', '155754.395000', '155754.855000', '155755.315000', '155755.775000', '155756.235000', '155756.695000', '155757.155000', '155757.615000', '155758.075000', '155758.535000', '155758.995000', '155759.455000', '155759.915000', '155800.375000', '155800.835000', '155801.295000', '155801.755000', '155802.215000', '155802.675000', '155803.135000', '155803.595000', '155804.055000', '155804.515000', '155804.975000', '155805.435000', '155805.895000', '155806.355000', '155806.815000', '155807.275000', '155807.735000', '155808.195000', '155808.655000', '155809.115000', '155809.575000', '155810.035000', '155810.495000', '155810.955000', '155811.415000', '155811.875000', '155812.335000', '155812.795000', '155813.255000', '155813.715000', '155814.175000', '155814.635000'], 'ContentTime': ['155146.378000', '155146.382000', '155146.385000', '155146.388000', '155146.390000', '155146.393000', '155146.396000', '155146.399000', '155146.402000', '155146.412000', '155146.415000', '155146.424000', '155146.426000', '155146.429000', '155146.432000', '155146.435000', '155146.438000', '155146.440000', '155146.443000', '155146.446000', '155146.449000', '155146.452000', '155146.454000', '155146.457000', '155146.460000', '155206.343000', '155206.346000', '155206.349000', '155206.352000', '155206.357000', '155206.360000', '155206.362000', '155206.365000', '155206.368000', '155206.371000', '155206.374000', '155206.376000', '155206.379000', '155206.382000', '155206.385000', '155206.387000', '155206.390000', '155206.393000', '155206.396000', '155206.399000', '155206.401000', '155206.404000', '155206.407000', '155206.410000', '155206.413000', '155206.415000', '155206.418000', '155206.421000', '155206.424000', '155206.426000', '155206.429000', '155206.432000', '155206.435000', '155206.438000', '155206.441000', '155206.444000', '155206.447000', '155206.450000', '155206.452000', '155206.455000', '155206.458000', '155206.461000', '155206.468000', '155226.343000', '155226.346000', '155226.349000', '155226.351000', '155226.354000', '155226.357000', '155226.360000', '155226.363000', '155226.365000', '155226.368000', '155226.371000', '155226.374000', '155226.377000', '155226.379000', '155226.382000', '155226.385000', '155226.388000', '155226.391000', '155226.394000', '155226.396000', '155226.399000', '155226.402000', '155226.405000', '155226.408000', '155226.410000', '155226.413000', '155226.416000', '155226.419000', '155226.422000', '155226.425000', '155226.439000', '155226.442000', '155226.445000', '155226.448000', '155226.451000', '155226.453000', '155226.456000', '155226.459000', '155226.465000', '155226.468000', '155226.471000', '155226.474000', '155226.476000', '155226.479000', '155246.343000', '155246.346000', '155246.349000', '155246.351000', '155246.354000', '155246.357000', '155246.360000', '155246.363000', '155246.365000', '155246.368000', '155246.371000', '155246.374000', '155246.377000', '155246.379000', '155246.382000', '155246.385000', '155246.388000', '155246.391000', '155246.394000', '155246.397000', '155246.402000', '155246.405000', '155246.408000', '155246.410000', '155246.413000', '155246.416000', '155246.419000', '155246.421000', '155246.424000', '155246.427000', '155246.430000', '155246.433000', '155246.436000', '155246.438000', '155246.441000', '155246.444000', '155246.447000', '155246.450000', '155246.453000', '155246.455000', '155246.458000', '155246.461000', '155246.464000', '155306.343000', '155306.346000', '155306.349000', '155306.352000', '155306.355000', '155306.357000', '155306.360000', '155306.363000', '155306.366000', '155306.369000', '155306.372000', '155306.375000', '155306.377000', '155306.380000', '155306.383000', '155306.386000', '155306.389000', '155306.392000', '155306.394000', '155306.397000', '155306.400000', '155306.403000', '155306.406000', '155306.408000', '155306.411000', '155306.414000', '155306.417000', '155306.420000', '155306.422000', '155306.425000', '155306.428000', '155306.431000', '155306.434000', '155306.437000', '155306.439000', '155306.442000', '155306.445000', '155306.448000', '155306.451000', '155306.453000', '155306.456000', '155306.459000', '155306.462000', '155326.343000', '155326.346000', '155326.349000', '155326.352000', '155326.354000', '155326.357000', '155326.360000', '155326.363000', '155326.366000', '155326.368000', '155326.371000', '155326.374000', '155326.377000', '155326.380000', '155326.383000', '155326.386000', '155326.388000', '155326.391000', '155326.394000', '155326.397000', '155326.400000', '155326.402000', '155326.405000', '155326.408000', '155326.411000', '155326.414000', '155326.416000', '155326.419000', '155326.422000', '155326.425000', '155326.428000', '155326.431000', '155326.433000', '155326.436000', '155326.439000', '155326.442000', '155326.445000', '155326.447000', '155326.450000', '155326.453000', '155326.456000', '155326.459000', '155326.462000', '155326.464000', '155346.343000', '155346.346000', '155346.349000', '155346.351000', '155346.354000', '155346.357000', '155346.360000', '155346.363000', '155346.366000', '155346.368000', '155346.371000', '155346.374000', '155346.377000', '155346.380000', '155346.383000', '155346.386000', '155346.388000', '155346.391000', '155346.394000', '155346.397000', '155346.400000', '155346.403000', '155346.406000', '155346.411000', '155346.414000', '155346.417000', '155346.420000', '155346.423000', '155346.425000', '155346.428000', '155346.431000', '155346.434000', '155346.437000', '155346.440000', '155346.443000', '155346.445000', '155346.448000', '155346.451000', '155346.454000', '155346.457000', '155346.459000', '155346.462000', '155346.465000', '155406.343000', '155406.346000', '155406.349000', '155406.351000', '155406.354000', '155406.357000', '155406.360000', '155406.363000', '155406.366000', '155406.368000', '155406.371000', '155406.374000', '155406.377000', '155406.380000', '155406.383000', '155406.386000', '155406.389000', '155406.392000', '155406.394000', '155406.397000', '155406.400000', '155406.403000', '155406.406000', '155406.408000', '155406.411000', '155406.414000', '155406.429000', '155406.432000', '155406.434000', '155406.437000', '155406.440000', '155406.443000', '155406.446000', '155406.449000', '155406.451000', '155406.454000', '155406.457000', '155406.460000', '155406.463000', '155406.465000', '155406.468000', '155406.471000', '155406.474000', '155406.477000', '155426.343000', '155426.346000', '155426.349000', '155426.352000', '155426.354000', '155426.357000', '155426.360000', '155426.363000', '155426.366000', '155426.369000', '155426.372000', '155426.375000', '155426.378000', '155426.381000', '155426.383000', '155426.386000', '155426.389000', '155426.392000', '155426.395000', '155426.398000', '155426.401000', '155426.403000', '155426.406000', '155426.409000', '155426.412000', '155426.415000', '155426.417000', '155426.420000', '155426.423000', '155426.426000', '155426.429000', '155426.432000', '155426.434000', '155426.437000', '155426.440000', '155426.443000', '155426.446000', '155426.448000', '155426.451000', '155426.454000', '155426.457000', '155426.460000', '155426.463000', '155446.343000', '155446.346000', '155446.349000', '155446.360000', '155446.363000', '155446.366000', '155446.369000', '155446.372000', '155446.374000', '155446.377000', '155446.380000', '155446.383000', '155446.386000', '155446.389000', '155446.392000', '155446.394000', '155446.397000', '155446.400000', '155446.403000', '155446.406000', '155446.408000', '155446.411000', '155446.414000', '155446.417000', '155446.420000', '155446.423000', '155446.425000', '155446.428000', '155446.431000', '155446.434000', '155446.437000', '155446.440000', '155446.442000', '155446.445000', '155446.448000', '155446.451000', '155446.453000', '155446.456000', '155446.459000', '155446.462000', '155446.465000', '155446.468000', '155446.470000', '155446.473000', '155506.343000', '155506.346000', '155506.349000', '155506.352000', '155506.354000', '155506.357000', '155506.360000', '155506.363000', '155506.366000', '155506.369000', '155506.371000', '155506.374000', '155506.377000', '155506.380000', '155506.383000', '155506.386000', '155506.388000', '155506.391000', '155506.394000', '155506.397000', '155506.400000', '155506.403000', '155506.406000', '155506.409000', '155506.412000', '155506.415000', '155506.418000', '155506.421000', '155506.424000', '155506.426000', '155506.429000', '155506.432000', '155506.435000', '155506.438000', '155506.440000', '155506.443000', '155506.446000', '155506.449000', '155506.452000', '155506.455000', '155506.457000', '155506.460000', '155506.463000', '155526.343000', '155526.346000', '155526.349000', '155526.352000', '155526.354000', '155526.357000', '155526.360000', '155526.363000', '155526.366000', '155526.369000', '155526.371000', '155526.374000', '155526.377000', '155526.380000', '155526.383000', '155526.386000', '155526.388000', '155526.391000', '155526.394000', '155526.397000', '155526.400000', '155526.403000', '155526.406000', '155526.408000', '155526.411000', '155526.414000', '155526.417000', '155526.420000', '155526.422000', '155526.425000', '155526.428000', '155526.431000', '155526.434000', '155526.437000', '155526.439000', '155526.442000', '155526.445000', '155526.448000', '155526.451000', '155526.454000', '155526.456000', '155526.459000', '155526.462000', '155526.465000', '155546.343000', '155546.346000', '155546.349000', '155546.352000', '155546.355000', '155546.358000', '155546.361000', '155546.374000', '155546.376000', '155546.379000', '155546.382000', '155546.385000', '155546.388000', '155546.390000', '155546.393000', '155546.396000', '155546.399000', '155546.402000', '155546.405000', '155546.407000', '155546.410000', '155546.413000', '155546.416000', '155546.419000', '155546.422000', '155546.424000', '155546.430000', '155546.434000', '155546.437000', '155546.439000', '155546.442000', '155546.445000', '155546.448000', '155546.451000', '155546.454000', '155546.456000', '155546.459000', '155546.462000', '155546.465000', '155546.468000', '155546.471000', '155546.473000', '155546.476000', '155606.343000', '155606.346000', '155606.349000', '155606.352000', '155606.355000', '155606.357000', '155606.360000', '155606.363000', '155606.366000', '155606.369000', '155606.372000', '155606.374000', '155606.377000', '155606.380000', '155606.383000', '155606.386000', '155606.388000', '155606.391000', '155606.394000', '155606.397000', '155606.400000', '155606.403000', '155606.406000', '155606.408000', '155606.411000', '155606.414000', '155606.417000', '155606.420000', '155606.423000', '155606.426000', '155606.429000', '155606.431000', '155606.434000', '155606.437000', '155606.440000', '155606.443000', '155606.446000', '155606.448000', '155606.451000', '155606.454000', '155606.457000', '155606.460000', '155606.463000', '155606.465000', '155626.343000', '155626.346000', '155626.349000', '155626.352000', '155626.354000', '155626.357000', '155626.360000', '155626.363000', '155626.366000', '155626.369000', '155626.372000', '155626.374000', '155626.377000', '155626.380000', '155626.383000', '155626.386000', '155626.389000', '155626.391000', '155626.394000', '155626.397000', '155626.400000', '155626.403000', '155626.406000', '155626.409000', '155626.411000', '155626.414000', '155626.417000', '155626.420000', '155626.423000', '155626.426000', '155626.429000', '155626.433000', '155626.436000', '155626.439000', '155626.442000', '155626.445000', '155626.448000', '155626.451000', '155626.453000', '155626.456000', '155626.459000', '155626.462000', '155626.465000', '155646.343000', '155646.354000', '155646.357000', '155646.360000', '155646.362000', '155646.365000', '155646.368000', '155646.371000', '155646.374000', '155646.377000', '155646.379000', '155646.382000', '155646.385000', '155646.388000', '155646.391000', '155646.393000', '155646.396000', '155646.399000', '155646.402000', '155646.405000', '155646.408000', '155646.411000', '155646.413000', '155646.416000', '155646.419000', '155646.422000', '155646.425000', '155646.428000', '155646.430000', '155646.433000', '155646.436000', '155646.439000', '155646.442000', '155646.444000', '155646.447000', '155646.450000', '155646.453000', '155646.456000', '155646.459000', '155646.461000', '155646.464000', '155646.467000', '155646.470000', '155646.476000', '155706.343000', '155706.346000', '155706.349000', '155706.352000', '155706.354000', '155706.357000', '155706.360000', '155706.363000', '155706.366000', '155706.369000', '155706.372000', '155706.374000', '155706.377000', '155706.380000', '155706.383000', '155706.386000', '155706.389000', '155706.399000', '155706.402000', '155706.405000', '155706.408000', '155706.411000', '155706.414000', '155706.416000', '155706.419000', '155706.422000', '155706.425000', '155706.428000', '155706.431000', '155706.433000', '155706.436000', '155706.439000', '155706.443000', '155706.446000', '155706.449000', '155706.452000', '155706.457000', '155706.461000', '155706.464000', '155706.466000', '155706.469000', '155706.472000', '155706.475000', '155726.343000', '155726.346000', '155726.349000', '155726.352000', '155726.356000', '155726.358000', '155726.361000', '155726.364000', '155726.367000', '155726.370000', '155726.373000', '155726.375000', '155726.378000', '155726.381000', '155726.384000', '155726.387000', '155726.390000', '155726.393000', '155726.395000', '155726.398000', '155726.401000', '155726.404000', '155726.407000', '155726.409000', '155726.412000', '155726.415000', '155726.418000', '155726.421000', '155726.424000', '155726.426000', '155726.429000', '155726.432000', '155726.435000', '155726.438000', '155726.441000', '155726.444000', '155726.446000', '155726.449000', '155726.452000', '155726.455000', '155726.458000', '155726.460000', '155726.463000', '155726.466000', '155746.343000', '155746.346000', '155746.349000', '155746.352000', '155746.354000', '155746.357000', '155746.360000', '155746.363000', '155746.366000', '155746.369000', '155746.371000', '155746.374000', '155746.377000', '155746.380000', '155746.383000', '155746.386000', '155746.389000', '155746.391000', '155746.394000', '155746.397000', '155746.400000', '155746.410000', '155746.413000', '155746.416000', '155746.419000', '155746.422000', '155746.424000', '155746.427000', '155746.430000', '155746.433000', '155746.436000', '155746.439000', '155746.442000', '155746.444000', '155746.447000', '155746.450000', '155746.453000', '155746.456000', '155746.459000', '155746.462000', '155746.464000', '155746.468000', '155746.471000', '155806.343000', '155806.346000', '155806.349000', '155806.352000', '155806.354000', '155806.357000', '155806.360000', '155806.363000', '155806.366000', '155806.368000', '155806.371000', '155806.374000', '155806.377000', '155806.380000', '155806.383000', '155806.385000', '155806.388000', '155806.391000', '155806.394000', '155806.397000', '155806.400000', '155806.402000', '155806.405000', '155806.408000', '155806.411000', '155806.414000', '155806.416000', '155806.419000', '155806.422000', '155806.425000', '155806.428000', '155806.431000', '155806.434000', '155806.436000', '155806.439000', '155806.442000', '155806.445000', '155806.448000', '155806.450000', '155806.453000', '155806.456000', '155806.459000', '155806.462000', '155806.465000', '155815.960000', '155815.964000', '155815.967000', '155815.970000', '155815.973000', '155815.976000', '155815.979000', '155815.982000', '155815.985000', '155815.988000', '155815.990000', '155815.993000', '155815.996000', '155816.001000', '155816.003000', '155816.006000', '155816.009000', '155816.012000', '155816.015000', '155816.018000', '155816.021000'], 'InstanceCreationTime': ['155146.378000', '155146.382000', '155146.385000', '155146.388000', '155146.390000', '155146.393000', '155146.396000', '155146.399000', '155146.402000', '155146.412000', '155146.415000', '155146.424000', '155146.426000', '155146.429000', '155146.432000', '155146.435000', '155146.438000', '155146.440000', '155146.443000', '155146.446000', '155146.449000', '155146.452000', '155146.454000', '155146.457000', '155146.460000', '155206.343000', '155206.346000', '155206.349000', '155206.352000', '155206.357000', '155206.360000', '155206.362000', '155206.365000', '155206.368000', '155206.371000', '155206.374000', '155206.376000', '155206.379000', '155206.382000', '155206.385000', '155206.387000', '155206.390000', '155206.393000', '155206.396000', '155206.399000', '155206.401000', '155206.404000', '155206.407000', '155206.410000', '155206.413000', '155206.415000', '155206.418000', '155206.421000', '155206.424000', '155206.426000', '155206.429000', '155206.432000', '155206.435000', '155206.438000', '155206.441000', '155206.444000', '155206.447000', '155206.450000', '155206.452000', '155206.455000', '155206.458000', '155206.461000', '155206.468000', '155226.343000', '155226.346000', '155226.349000', '155226.351000', '155226.354000', '155226.357000', '155226.360000', '155226.363000', '155226.365000', '155226.368000', '155226.371000', '155226.374000', '155226.377000', '155226.379000', '155226.382000', '155226.385000', '155226.388000', '155226.391000', '155226.394000', '155226.396000', '155226.399000', '155226.402000', '155226.405000', '155226.408000', '155226.410000', '155226.413000', '155226.416000', '155226.419000', '155226.422000', '155226.425000', '155226.439000', '155226.442000', '155226.445000', '155226.448000', '155226.451000', '155226.453000', '155226.456000', '155226.459000', '155226.465000', '155226.468000', '155226.471000', '155226.474000', '155226.476000', '155226.479000', '155246.343000', '155246.346000', '155246.349000', '155246.351000', '155246.354000', '155246.357000', '155246.360000', '155246.363000', '155246.365000', '155246.368000', '155246.371000', '155246.374000', '155246.377000', '155246.379000', '155246.382000', '155246.385000', '155246.388000', '155246.391000', '155246.394000', '155246.397000', '155246.402000', '155246.405000', '155246.408000', '155246.410000', '155246.413000', '155246.416000', '155246.419000', '155246.421000', '155246.424000', '155246.427000', '155246.430000', '155246.433000', '155246.436000', '155246.438000', '155246.441000', '155246.444000', '155246.447000', '155246.450000', '155246.453000', '155246.455000', '155246.458000', '155246.461000', '155246.464000', '155306.343000', '155306.346000', '155306.349000', '155306.352000', '155306.355000', '155306.357000', '155306.360000', '155306.363000', '155306.366000', '155306.369000', '155306.372000', '155306.375000', '155306.377000', '155306.380000', '155306.383000', '155306.386000', '155306.389000', '155306.392000', '155306.394000', '155306.397000', '155306.400000', '155306.403000', '155306.406000', '155306.408000', '155306.411000', '155306.414000', '155306.417000', '155306.420000', '155306.422000', '155306.425000', '155306.428000', '155306.431000', '155306.434000', '155306.437000', '155306.439000', '155306.442000', '155306.445000', '155306.448000', '155306.451000', '155306.453000', '155306.456000', '155306.459000', '155306.462000', '155326.343000', '155326.346000', '155326.349000', '155326.352000', '155326.354000', '155326.357000', '155326.360000', '155326.363000', '155326.366000', '155326.368000', '155326.371000', '155326.374000', '155326.377000', '155326.380000', '155326.383000', '155326.386000', '155326.388000', '155326.391000', '155326.394000', '155326.397000', '155326.400000', '155326.402000', '155326.405000', '155326.408000', '155326.411000', '155326.414000', '155326.416000', '155326.419000', '155326.422000', '155326.425000', '155326.428000', '155326.431000', '155326.433000', '155326.436000', '155326.439000', '155326.442000', '155326.445000', '155326.447000', '155326.450000', '155326.453000', '155326.456000', '155326.459000', '155326.462000', '155326.464000', '155346.343000', '155346.346000', '155346.349000', '155346.351000', '155346.354000', '155346.357000', '155346.360000', '155346.363000', '155346.366000', '155346.368000', '155346.371000', '155346.374000', '155346.377000', '155346.380000', '155346.383000', '155346.386000', '155346.388000', '155346.391000', '155346.394000', '155346.397000', '155346.400000', '155346.403000', '155346.406000', '155346.411000', '155346.414000', '155346.417000', '155346.420000', '155346.423000', '155346.425000', '155346.428000', '155346.431000', '155346.434000', '155346.437000', '155346.440000', '155346.443000', '155346.445000', '155346.448000', '155346.451000', '155346.454000', '155346.457000', '155346.459000', '155346.462000', '155346.465000', '155406.343000', '155406.346000', '155406.349000', '155406.351000', '155406.354000', '155406.357000', '155406.360000', '155406.363000', '155406.366000', '155406.368000', '155406.371000', '155406.374000', '155406.377000', '155406.380000', '155406.383000', '155406.386000', '155406.389000', '155406.392000', '155406.394000', '155406.397000', '155406.400000', '155406.403000', '155406.406000', '155406.408000', '155406.411000', '155406.414000', '155406.429000', '155406.432000', '155406.434000', '155406.437000', '155406.440000', '155406.443000', '155406.446000', '155406.449000', '155406.451000', '155406.454000', '155406.457000', '155406.460000', '155406.463000', '155406.465000', '155406.468000', '155406.471000', '155406.474000', '155406.477000', '155426.343000', '155426.346000', '155426.349000', '155426.352000', '155426.354000', '155426.357000', '155426.360000', '155426.363000', '155426.366000', '155426.369000', '155426.372000', '155426.375000', '155426.378000', '155426.381000', '155426.383000', '155426.386000', '155426.389000', '155426.392000', '155426.395000', '155426.398000', '155426.401000', '155426.403000', '155426.406000', '155426.409000', '155426.412000', '155426.415000', '155426.417000', '155426.420000', '155426.423000', '155426.426000', '155426.429000', '155426.432000', '155426.434000', '155426.437000', '155426.440000', '155426.443000', '155426.446000', '155426.448000', '155426.451000', '155426.454000', '155426.457000', '155426.460000', '155426.463000', '155446.343000', '155446.346000', '155446.349000', '155446.360000', '155446.363000', '155446.366000', '155446.369000', '155446.372000', '155446.374000', '155446.377000', '155446.380000', '155446.383000', '155446.386000', '155446.389000', '155446.392000', '155446.394000', '155446.397000', '155446.400000', '155446.403000', '155446.406000', '155446.408000', '155446.411000', '155446.414000', '155446.417000', '155446.420000', '155446.423000', '155446.425000', '155446.428000', '155446.431000', '155446.434000', '155446.437000', '155446.440000', '155446.442000', '155446.445000', '155446.448000', '155446.451000', '155446.453000', '155446.456000', '155446.459000', '155446.462000', '155446.465000', '155446.468000', '155446.470000', '155446.473000', '155506.343000', '155506.346000', '155506.349000', '155506.352000', '155506.354000', '155506.357000', '155506.360000', '155506.363000', '155506.366000', '155506.369000', '155506.371000', '155506.374000', '155506.377000', '155506.380000', '155506.383000', '155506.386000', '155506.388000', '155506.391000', '155506.394000', '155506.397000', '155506.400000', '155506.403000', '155506.406000', '155506.409000', '155506.412000', '155506.415000', '155506.418000', '155506.421000', '155506.424000', '155506.426000', '155506.429000', '155506.432000', '155506.435000', '155506.438000', '155506.440000', '155506.443000', '155506.446000', '155506.449000', '155506.452000', '155506.455000', '155506.457000', '155506.460000', '155506.463000', '155526.343000', '155526.346000', '155526.349000', '155526.352000', '155526.354000', '155526.357000', '155526.360000', '155526.363000', '155526.366000', '155526.369000', '155526.371000', '155526.374000', '155526.377000', '155526.380000', '155526.383000', '155526.386000', '155526.388000', '155526.391000', '155526.394000', '155526.397000', '155526.400000', '155526.403000', '155526.406000', '155526.408000', '155526.411000', '155526.414000', '155526.417000', '155526.420000', '155526.422000', '155526.425000', '155526.428000', '155526.431000', '155526.434000', '155526.437000', '155526.439000', '155526.442000', '155526.445000', '155526.448000', '155526.451000', '155526.454000', '155526.456000', '155526.459000', '155526.462000', '155526.465000', '155546.343000', '155546.346000', '155546.349000', '155546.352000', '155546.355000', '155546.358000', '155546.361000', '155546.374000', '155546.376000', '155546.379000', '155546.382000', '155546.385000', '155546.388000', '155546.390000', '155546.393000', '155546.396000', '155546.399000', '155546.402000', '155546.405000', '155546.407000', '155546.410000', '155546.413000', '155546.416000', '155546.419000', '155546.422000', '155546.424000', '155546.430000', '155546.434000', '155546.437000', '155546.439000', '155546.442000', '155546.445000', '155546.448000', '155546.451000', '155546.454000', '155546.456000', '155546.459000', '155546.462000', '155546.465000', '155546.468000', '155546.471000', '155546.473000', '155546.476000', '155606.343000', '155606.346000', '155606.349000', '155606.352000', '155606.355000', '155606.357000', '155606.360000', '155606.363000', '155606.366000', '155606.369000', '155606.372000', '155606.374000', '155606.377000', '155606.380000', '155606.383000', '155606.386000', '155606.388000', '155606.391000', '155606.394000', '155606.397000', '155606.400000', '155606.403000', '155606.406000', '155606.408000', '155606.411000', '155606.414000', '155606.417000', '155606.420000', '155606.423000', '155606.426000', '155606.429000', '155606.431000', '155606.434000', '155606.437000', '155606.440000', '155606.443000', '155606.446000', '155606.448000', '155606.451000', '155606.454000', '155606.457000', '155606.460000', '155606.463000', '155606.465000', '155626.343000', '155626.346000', '155626.349000', '155626.352000', '155626.354000', '155626.357000', '155626.360000', '155626.363000', '155626.366000', '155626.369000', '155626.372000', '155626.374000', '155626.377000', '155626.380000', '155626.383000', '155626.386000', '155626.389000', '155626.391000', '155626.394000', '155626.397000', '155626.400000', '155626.403000', '155626.406000', '155626.409000', '155626.411000', '155626.414000', '155626.417000', '155626.420000', '155626.423000', '155626.426000', '155626.429000', '155626.433000', '155626.436000', '155626.439000', '155626.442000', '155626.445000', '155626.448000', '155626.451000', '155626.453000', '155626.456000', '155626.459000', '155626.462000', '155626.465000', '155646.343000', '155646.354000', '155646.357000', '155646.360000', '155646.362000', '155646.365000', '155646.368000', '155646.371000', '155646.374000', '155646.377000', '155646.379000', '155646.382000', '155646.385000', '155646.388000', '155646.391000', '155646.393000', '155646.396000', '155646.399000', '155646.402000', '155646.405000', '155646.408000', '155646.411000', '155646.413000', '155646.416000', '155646.419000', '155646.422000', '155646.425000', '155646.428000', '155646.430000', '155646.433000', '155646.436000', '155646.439000', '155646.442000', '155646.444000', '155646.447000', '155646.450000', '155646.453000', '155646.456000', '155646.459000', '155646.461000', '155646.464000', '155646.467000', '155646.470000', '155646.476000', '155706.343000', '155706.346000', '155706.349000', '155706.352000', '155706.354000', '155706.357000', '155706.360000', '155706.363000', '155706.366000', '155706.369000', '155706.372000', '155706.374000', '155706.377000', '155706.380000', '155706.383000', '155706.386000', '155706.389000', '155706.399000', '155706.402000', '155706.405000', '155706.408000', '155706.411000', '155706.414000', '155706.416000', '155706.419000', '155706.422000', '155706.425000', '155706.428000', '155706.431000', '155706.433000', '155706.436000', '155706.439000', '155706.443000', '155706.446000', '155706.449000', '155706.452000', '155706.457000', '155706.461000', '155706.464000', '155706.466000', '155706.469000', '155706.472000', '155706.475000', '155726.343000', '155726.346000', '155726.349000', '155726.352000', '155726.356000', '155726.358000', '155726.361000', '155726.364000', '155726.367000', '155726.370000', '155726.373000', '155726.375000', '155726.378000', '155726.381000', '155726.384000', '155726.387000', '155726.390000', '155726.393000', '155726.395000', '155726.398000', '155726.401000', '155726.404000', '155726.407000', '155726.409000', '155726.412000', '155726.415000', '155726.418000', '155726.421000', '155726.424000', '155726.426000', '155726.429000', '155726.432000', '155726.435000', '155726.438000', '155726.441000', '155726.444000', '155726.446000', '155726.449000', '155726.452000', '155726.455000', '155726.458000', '155726.460000', '155726.463000', '155726.466000', '155746.343000', '155746.346000', '155746.349000', '155746.352000', '155746.354000', '155746.357000', '155746.360000', '155746.363000', '155746.366000', '155746.369000', '155746.371000', '155746.374000', '155746.377000', '155746.380000', '155746.383000', '155746.386000', '155746.389000', '155746.391000', '155746.394000', '155746.397000', '155746.400000', '155746.410000', '155746.413000', '155746.416000', '155746.419000', '155746.422000', '155746.424000', '155746.427000', '155746.430000', '155746.433000', '155746.436000', '155746.439000', '155746.442000', '155746.444000', '155746.447000', '155746.450000', '155746.453000', '155746.456000', '155746.459000', '155746.462000', '155746.464000', '155746.468000', '155746.471000', '155806.343000', '155806.346000', '155806.349000', '155806.352000', '155806.354000', '155806.357000', '155806.360000', '155806.363000', '155806.366000', '155806.368000', '155806.371000', '155806.374000', '155806.377000', '155806.380000', '155806.383000', '155806.385000', '155806.388000', '155806.391000', '155806.394000', '155806.397000', '155806.400000', '155806.402000', '155806.405000', '155806.408000', '155806.411000', '155806.414000', '155806.416000', '155806.419000', '155806.422000', '155806.425000', '155806.428000', '155806.431000', '155806.434000', '155806.436000', '155806.439000', '155806.442000', '155806.445000', '155806.448000', '155806.450000', '155806.453000', '155806.456000', '155806.459000', '155806.462000', '155806.465000', '155815.960000', '155815.964000', '155815.967000', '155815.970000', '155815.973000', '155815.976000', '155815.979000', '155815.982000', '155815.985000', '155815.988000', '155815.990000', '155815.993000', '155815.996000', '155816.001000', '155816.003000', '155816.006000', '155816.009000', '155816.012000', '155816.015000', '155816.018000', '155816.021000'], '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': [9321, 9832, 9447, 9943, 9107, 9405, 8862, 8382, 8868, 9132, 9082, 12664, 9608, 12364, 9701, 10488, 9707, 9586, 9598, 8950, 9437, 9137, 9820, 11520, 9659, 9484, 9149, 9153, 9082, 8854, 11069, 9393, 10422, 9486, 8872, 9761, 8727, 9774, 8834, 12147, 8976, 9143, 8863, 9669, 9352, 12075, 9752, 12781, 9646, 9511, 9782, 8724, 10498, 9030, 13132, 9879, 12159, 9877, 8719, 8826, 8711, 9520, 9382, 13109, 9867, 11812, 9728, 8864, 10128, 9267, 12078, 9286, 11101, 9577, 9659, 9798, 9833, 10048, 9860, 10232, 9160, 9847, 8817, 8943, 9243, 9412, 9650, 8687, 9593, 8956, 10993, 8986, 10634, 9131, 12019, 8818, 9993, 9370, 10007, 10502, 9993, 10988, 10008, 8839, 8283, 9143, 8764, 9727, 9420, 9427, 9417, 9495, 9725, 9488, 9056, 11176, 10765, 13270, 8762, 11697, 9357, 10104, 8534, 8373, 9758, 9203, 11484, 9656, 14032, 10300, 9160, 8900, 8679, 9129, 8973, 12342, 9327, 13157, 9029, 10710, 9067, 9947, 9349, 9313, 9585, 9898, 9656, 9591, 9690, 9143, 9679, 8775, 9591, 9237, 9487, 8917, 8025, 8741, 9343, 8596, 9660, 9087, 8743, 11526, 8852, 13578, 8766, 8614, 11573, 7894, 9928, 8591, 9904, 9337, 8357, 11154, 8486, 12488, 9198, 13648, 10481, 14305, 11233, 14227, 10828, 13384, 13006, 10488, 9145, 8987, 9305, 8805, 8923, 9142, 9105, 9030, 9175, 8510, 8975, 8630, 8445, 9059, 9561, 8927, 9205, 8929, 8843, 9201, 8508, 9175, 8316, 9391, 8713, 9173, 8792, 9374, 8474, 10078, 9074, 10542, 9462, 8692, 9495, 8273, 10438, 8690, 10288, 8831, 10393, 9012, 12113, 9032, 11553, 8974, 8925, 9124, 8968, 8704, 8291, 10531, 8457, 11648, 8355, 9997, 8404, 9031, 8597, 10521, 9099, 12275, 9347, 8760, 9447, 9544, 9605, 9663, 12492, 8533, 9835, 8389, 9586, 8790, 9628, 9361, 9837, 9711, 9532, 10415, 8489, 10801, 8796, 13071, 9100, 13125, 9273, 12347, 9171, 10298, 9380, 9962, 9748, 12170, 9758, 9574, 9802, 9041, 9824, 9193, 9861, 9258, 9756, 9321, 9695, 9021, 9071, 7988, 9871, 8255, 9796, 8904, 10251, 9220, 10217, 9093, 11124, 9222, 12747, 10285, 12233, 9227, 11441, 9067, 11420, 8921, 9874, 11669, 9708, 12897, 9791, 10640, 9542, 9358, 8326, 8562, 9050, 8922, 12137, 9394, 12279, 9399, 10605, 9178, 9928, 8983, 9849, 9572, 9847, 9561, 9760, 9120, 9352, 8643, 8546, 9445, 9954, 10013, 9249, 10237, 8836, 9017, 9120, 11844, 10831, 13738, 11280, 9333, 9794, 8186, 9101, 8684, 8250, 9597, 8385, 11739, 9739, 12973, 10754, 10405, 8854, 8651, 8631, 8756, 9989, 9164, 12960, 9190, 9626, 8951, 9805, 8735, 9952, 9113, 9718, 8555, 9706, 9391, 8096, 8895, 10417, 9026, 10005, 10577, 8180, 9602, 9168, 9118, 9606, 9029, 11942, 8514, 12418, 8542, 13437, 8812, 12690, 9423, 11657, 9406, 9987, 9228, 11501, 9498, 8911, 10367, 9163, 12414, 10263, 13155, 9754, 10593, 9626, 8496, 9651, 8905, 9792, 9181, 11317, 8971, 8693, 9035, 8823, 9035, 8461, 9147, 10833, 9334, 8717, 8860, 8492, 8762, 9587, 8677, 8749, 8685, 9814, 9298, 10079, 9861, 9179, 8604, 9111, 10000, 9291, 9098, 9028, 9573, 9419, 11221, 9569, 11137, 9368, 10383, 9345, 11312, 9750, 11427, 9973, 12652, 10244, 12691, 9646, 10687, 9306, 8240, 9312, 10111, 9341, 10093, 8860, 9999, 8862, 8849, 8658, 9452, 9498, 9119, 9479, 9313, 9648, 8737, 9588, 12396, 9227, 10177, 9329, 10024, 9245, 9988, 9344, 9912, 9073, 9977, 9107, 9519, 9026, 9687, 8918, 10143, 8784, 10062, 8886, 8108, 9012, 10564, 9415, 9436, 9329, 9434, 9842, 8836, 9693, 9257, 11601, 9357, 10487, 9726, 11345, 9952, 12816, 9986, 11313, 9906, 8590, 9835, 8830, 10054, 8785, 8426, 8931, 9475, 9093, 9111, 9673, 11655, 9798, 8414, 9879, 8667, 10103, 9180, 9147, 9177, 10381, 9425, 9938, 9609, 10019, 10030, 12738, 10185, 9169, 9931, 9279, 9458, 9506, 8224, 9302, 10323, 9852, 11872, 9771, 8321, 9592, 8709, 7769, 9108, 11715, 9759, 9609, 9740, 8671, 9768, 8996, 10107, 9155, 11947, 9008, 10539, 8940, 10463, 9514, 11064, 9792, 11498, 9594, 8651, 7610, 8506, 9629, 8947, 11156, 9201, 10955, 9256, 9387, 8979, 8470, 9508, 9856, 8768, 8406, 8282, 8572, 10705, 8948, 10503, 9387, 12080, 9430, 10693, 9205, 9296, 9530, 8416, 9868, 8831, 11049, 8728, 11162, 8901, 9941, 9250, 12480, 9366, 8987, 9029, 8244, 10209, 8292, 11179, 8910, 11688, 8900, 8879, 8863, 8980, 9713, 8438, 11693, 8683, 11089, 8565, 9310, 9088, 8777, 9053, 8705, 10490, 8125, 9859, 8683, 9722, 9225, 9335, 9706, 8188, 10818, 8531, 10641, 9211, 11276, 9126, 9395, 10122, 8446, 11396, 9021, 12300, 12565, 14242, 10924, 8857, 10454, 9056, 9870, 9045, 9330, 9369, 10568, 9476, 10626, 9121, 8581, 9181, 8335, 9522, 8622, 9405, 8729, 9473, 8818, 9458, 8875, 9283, 8999, 9484, 9009, 9754, 9090, 8884, 9022, 8314, 10534, 8681, 12492, 9032, 11915, 9247, 10671, 9059, 9592, 9298, 9611, 9435, 9136, 9270, 9015, 9480, 8706, 8984, 8534, 10597, 8441, 10716, 8476, 9918, 8985, 10432, 9214, 10205, 8901, 9051, 9093, 9209, 9341, 8902, 9751, 8130, 9796, 8375, 10173, 8872, 11881, 8923, 10339, 8784, 9824, 9037, 10422, 9348, 11542, 9083, 9980, 8945, 9197, 8958, 8620, 9337, 8351, 9346, 8731, 8684, 8157, 9354, 8508, 10417, 8864, 10574, 9096, 9399, 8852, 8691, 9370, 8764, 9240, 11909, 9528, 9468, 8541, 8667, 10135, 8002, 9434, 8837, 9607, 8444, 9006, 9202, 8610, 9109, 9130, 10950, 8233, 10569, 7996, 8375, 8281, 9623, 8728, 11899, 8483, 10241, 8720, 9755, 9356, 11658, 9406, 12629, 9170, 10664, 9260, 9912, 9197, 9535, 9526, 10059, 9591, 8518, 9119, 8517, 9352, 8597, 10645, 9134, 11250, 9374, 11466, 9231, 11576, 9033, 9216, 9289, 9609, 10037, 9666, 10491, 9803, 8748, 9553, 9209, 9998, 8493, 10390, 8715, 10461, 9162, 11118, 9345, 10808, 9193, 9991, 9306, 9812, 12711, 9608, 10353, 9656, 10367, 9583, 9330, 9732, 8183], 'WindowCenter': [4150.0, 4150.0, 4145.0, 4145.0, 4121.0, 4120.0, 4108.0, 4096.0, 4104.0, 4106.0, 4108.0, 4138.0, 4115.0, 4135.0, 4107.0, 4113.0, 4107.0, 4102.0, 4104.0, 4093.0, 4103.0, 4105.0, 4117.0, 4126.0, 4115.0, 4116.0, 4116.0, 4117.0, 4115.0, 4118.0, 4138.0, 4118.0, 4127.0, 4128.0, 4118.0, 4127.0, 4107.0, 4128.0, 4119.0, 4148.0, 4107.0, 4116.0, 4104.0, 4112.0, 4116.0, 4136.0, 4117.0, 4146.0, 4115.0, 4115.0, 4115.0, 4094.0, 4125.0, 4106.0, 4146.0, 4116.0, 4134.0, 4114.0, 4094.0, 4102.0, 4093.0, 4114.0, 4116.0, 4146.0, 4115.0, 4124.0, 4104.0, 4092.0, 4111.0, 4104.0, 4135.0, 4101.0, 4113.0, 4103.0, 4101.0, 4104.0, 4101.0, 4114.0, 4110.0, 4114.0, 4099.0, 4100.0, 4091.0, 4092.0, 4101.0, 4100.0, 4114.0, 4103.0, 4128.0, 4118.0, 4138.0, 4116.0, 4127.0, 4119.0, 4135.0, 4105.0, 4129.0, 4117.0, 4116.0, 4111.0, 4114.0, 4122.0, 4114.0, 4104.0, 4091.0, 4117.0, 4102.0, 4127.0, 4129.0, 4131.0, 4129.0, 4140.0, 4132.0, 4132.0, 4120.0, 4153.0, 4141.0, 4164.0, 4119.0, 4138.0, 4116.0, 4127.0, 4106.0, 4107.0, 4116.0, 4117.0, 4137.0, 4118.0, 4146.0, 4116.0, 4104.0, 4093.0, 4092.0, 4091.0, 4090.0, 4124.0, 4092.0, 4123.0, 4090.0, 4100.0, 4090.0, 4089.0, 4090.0, 4089.0, 4100.0, 4113.0, 4104.0, 4102.0, 4102.0, 4100.0, 4102.0, 4092.0, 4114.0, 4112.0, 4115.0, 4117.0, 4105.0, 4118.0, 4121.0, 4120.0, 4129.0, 4133.0, 4130.0, 4151.0, 4147.0, 4178.0, 4135.0, 4135.0, 4153.0, 4112.0, 4129.0, 4107.0, 4118.0, 4120.0, 4109.0, 4140.0, 4110.0, 4149.0, 4119.0, 4148.0, 4116.0, 4134.0, 4113.0, 4120.0, 4103.0, 4121.0, 4122.0, 4088.0, 4077.0, 4076.0, 4075.0, 4065.0, 4064.0, 4074.0, 4064.0, 4063.0, 4074.0, 4064.0, 4075.0, 4065.0, 4066.0, 4088.0, 4088.0, 4078.0, 4076.0, 4078.0, 4077.0, 4090.0, 4080.0, 4103.0, 4093.0, 4103.0, 4091.0, 4092.0, 4091.0, 4091.0, 4081.0, 4102.0, 4104.0, 4125.0, 4116.0, 4106.0, 4116.0, 4108.0, 4128.0, 4120.0, 4129.0, 4118.0, 4127.0, 4119.0, 4138.0, 4119.0, 4138.0, 4120.0, 4119.0, 4117.0, 4118.0, 4109.0, 4111.0, 4142.0, 4110.0, 4141.0, 4107.0, 4117.0, 4106.0, 4105.0, 4107.0, 4128.0, 4117.0, 4149.0, 4118.0, 4106.0, 4118.0, 4117.0, 4118.0, 4118.0, 4149.0, 4108.0, 4129.0, 4108.0, 4116.0, 4107.0, 4117.0, 4119.0, 4128.0, 4118.0, 4117.0, 4127.0, 4106.0, 4127.0, 4094.0, 4136.0, 4105.0, 4137.0, 4093.0, 4121.0, 4091.0, 4101.0, 4091.0, 4101.0, 4102.0, 4121.0, 4103.0, 4089.0, 4103.0, 4088.0, 4114.0, 4102.0, 4113.0, 4098.0, 4113.0, 4102.0, 4113.0, 4104.0, 4104.0, 4107.0, 4127.0, 4119.0, 4141.0, 4142.0, 4154.0, 4144.0, 4154.0, 4134.0, 4150.0, 4133.0, 4160.0, 4143.0, 4152.0, 4120.0, 4138.0, 4108.0, 4140.0, 4107.0, 4116.0, 4124.0, 4115.0, 4133.0, 4114.0, 4111.0, 4114.0, 4104.0, 4094.0, 4105.0, 4116.0, 4117.0, 4149.0, 4119.0, 4137.0, 4119.0, 4116.0, 4105.0, 4102.0, 4092.0, 4113.0, 4114.0, 4113.0, 4112.0, 4113.0, 4104.0, 4116.0, 4103.0, 4105.0, 4128.0, 4125.0, 4129.0, 4120.0, 4126.0, 4115.0, 4106.0, 4116.0, 4147.0, 4139.0, 4160.0, 4137.0, 4103.0, 4112.0, 4092.0, 4101.0, 4103.0, 4091.0, 4115.0, 4105.0, 4137.0, 4128.0, 4147.0, 4126.0, 4114.0, 4092.0, 4090.0, 4089.0, 4089.0, 4101.0, 4091.0, 4135.0, 4103.0, 4103.0, 4089.0, 4102.0, 4078.0, 4100.0, 4076.0, 4089.0, 4086.0, 4099.0, 4101.0, 4095.0, 4103.0, 4126.0, 4118.0, 4129.0, 4138.0, 4120.0, 4131.0, 4144.0, 4133.0, 4144.0, 4133.0, 4154.0, 4121.0, 4149.0, 4110.0, 4162.0, 4119.0, 4150.0, 4107.0, 4126.0, 4106.0, 4117.0, 4105.0, 4124.0, 4104.0, 4104.0, 4114.0, 4104.0, 4135.0, 4114.0, 4135.0, 4104.0, 4113.0, 4103.0, 4091.0, 4100.0, 4093.0, 4104.0, 4103.0, 4114.0, 4092.0, 4093.0, 4092.0, 4091.0, 4091.0, 4082.0, 4104.0, 4114.0, 4089.0, 4079.0, 4091.0, 4081.0, 4092.0, 4099.0, 4093.0, 4092.0, 4102.0, 4116.0, 4119.0, 4129.0, 4130.0, 4118.0, 4118.0, 4117.0, 4129.0, 4132.0, 4120.0, 4121.0, 4130.0, 4131.0, 4150.0, 4134.0, 4139.0, 4123.0, 4128.0, 4120.0, 4127.0, 4118.0, 4127.0, 4117.0, 4136.0, 4104.0, 4123.0, 4091.0, 4100.0, 4090.0, 4079.0, 4090.0, 4101.0, 4089.0, 4097.0, 4079.0, 4100.0, 4089.0, 4092.0, 4093.0, 4114.0, 4113.0, 4103.0, 4128.0, 4118.0, 4128.0, 4117.0, 4134.0, 4162.0, 4129.0, 4129.0, 4107.0, 4115.0, 4105.0, 4115.0, 4104.0, 4113.0, 4105.0, 4115.0, 4104.0, 4116.0, 4105.0, 4116.0, 4106.0, 4115.0, 4093.0, 4114.0, 4103.0, 4093.0, 4103.0, 4124.0, 4116.0, 4117.0, 4116.0, 4116.0, 4128.0, 4116.0, 4127.0, 4116.0, 4136.0, 4117.0, 4124.0, 4114.0, 4126.0, 4116.0, 4144.0, 4116.0, 4125.0, 4113.0, 4102.0, 4113.0, 4101.0, 4114.0, 4104.0, 4094.0, 4104.0, 4111.0, 4104.0, 4104.0, 4114.0, 4137.0, 4116.0, 4094.0, 4113.0, 4092.0, 4115.0, 4103.0, 4105.0, 4102.0, 4114.0, 4104.0, 4103.0, 4104.0, 4113.0, 4115.0, 4134.0, 4112.0, 4092.0, 4103.0, 4102.0, 4101.0, 4102.0, 4081.0, 4102.0, 4113.0, 4113.0, 4134.0, 4115.0, 4090.0, 4115.0, 4091.0, 4084.0, 4115.0, 4135.0, 4116.0, 4118.0, 4118.0, 4105.0, 4128.0, 4117.0, 4129.0, 4115.0, 4138.0, 4106.0, 4125.0, 4105.0, 4126.0, 4115.0, 4126.0, 4127.0, 4135.0, 4118.0, 4107.0, 4096.0, 4107.0, 4116.0, 4119.0, 4139.0, 4117.0, 4138.0, 4120.0, 4117.0, 4116.0, 4107.0, 4130.0, 4128.0, 4108.0, 4105.0, 4107.0, 4105.0, 4128.0, 4118.0, 4128.0, 4116.0, 4137.0, 4118.0, 4126.0, 4117.0, 4105.0, 4117.0, 4107.0, 4128.0, 4104.0, 4124.0, 4107.0, 4127.0, 4106.0, 4117.0, 4119.0, 4148.0, 4118.0, 4106.0, 4106.0, 4122.0, 4130.0, 4108.0, 4138.0, 4119.0, 4149.0, 4119.0, 4116.0, 4120.0, 4118.0, 4129.0, 4109.0, 4150.0, 4109.0, 4139.0, 4108.0, 4116.0, 4119.0, 4108.0, 4119.0, 4119.0, 4139.0, 4110.0, 4116.0, 4119.0, 4118.0, 4119.0, 4117.0, 4130.0, 4108.0, 4138.0, 4109.0, 4140.0, 4129.0, 4140.0, 4119.0, 4118.0, 4126.0, 4107.0, 4137.0, 4118.0, 4138.0, 4151.0, 4159.0, 4128.0, 4104.0, 4126.0, 4106.0, 4115.0, 4106.0, 4105.0, 4116.0, 4127.0, 4119.0, 4126.0, 4107.0, 4094.0, 4104.0, 4082.0, 4104.0, 4081.0, 4092.0, 4081.0, 4101.0, 4090.0, 4091.0, 4091.0, 4092.0, 4091.0, 4103.0, 4106.0, 4116.0, 4107.0, 4106.0, 4107.0, 4108.0, 4127.0, 4120.0, 4151.0, 4121.0, 4141.0, 4120.0, 4132.0, 4109.0, 4120.0, 4120.0, 4116.0, 4118.0, 4119.0, 4118.0, 4107.0, 4118.0, 4108.0, 4119.0, 4108.0, 4126.0, 4097.0, 4128.0, 4098.0, 4116.0, 4108.0, 4130.0, 4120.0, 4117.0, 4108.0, 4106.0, 4106.0, 4118.0, 4116.0, 4107.0, 4117.0, 4097.0, 4117.0, 4096.0, 4125.0, 4108.0, 4136.0, 4104.0, 4116.0, 4096.0, 4104.0, 4105.0, 4115.0, 4107.0, 4125.0, 4094.0, 4104.0, 4094.0, 4092.0, 4095.0, 4094.0, 4117.0, 4094.0, 4106.0, 4095.0, 4106.0, 4096.0, 4116.0, 4108.0, 4129.0, 4133.0, 4141.0, 4119.0, 4121.0, 4122.0, 4109.0, 4134.0, 4111.0, 4118.0, 4139.0, 4122.0, 4118.0, 4110.0, 4109.0, 4130.0, 4112.0, 4132.0, 4135.0, 4144.0, 4125.0, 4135.0, 4135.0, 4124.0, 4134.0, 4133.0, 4155.0, 4112.0, 4132.0, 4099.0, 4097.0, 4095.0, 4118.0, 4107.0, 4139.0, 4093.0, 4115.0, 4095.0, 4104.0, 4106.0, 4127.0, 4104.0, 4125.0, 4094.0, 4102.0, 4093.0, 4091.0, 4091.0, 4091.0, 4103.0, 4100.0, 4103.0, 4092.0, 4093.0, 4094.0, 4103.0, 4094.0, 4124.0, 4118.0, 4129.0, 4107.0, 4127.0, 4105.0, 4124.0, 4095.0, 4104.0, 4105.0, 4105.0, 4100.0, 4100.0, 4112.0, 4104.0, 4092.0, 4105.0, 4105.0, 4114.0, 4107.0, 4125.0, 4110.0, 4143.0, 4135.0, 4143.0, 4120.0, 4142.0, 4122.0, 4129.0, 4116.0, 4116.0, 4145.0, 4119.0, 4130.0, 4118.0, 4114.0, 4117.0, 4118.0, 4129.0, 4121.0], 'WindowWidth': [9229.0, 9224.0, 9209.0, 9205.0, 9166.0, 9161.0, 9141.0, 9123.0, 9131.0, 9135.0, 9142.0, 9182.0, 9148.0, 9173.0, 9135.0, 9139.0, 9137.0, 9125.0, 9128.0, 9112.0, 9129.0, 9131.0, 9152.0, 9161.0, 9148.0, 9152.0, 9153.0, 9156.0, 9151.0, 9158.0, 9184.0, 9160.0, 9170.0, 9172.0, 9158.0, 9167.0, 9142.0, 9172.0, 9159.0, 9199.0, 9139.0, 9150.0, 9133.0, 9141.0, 9152.0, 9177.0, 9153.0, 9190.0, 9149.0, 9147.0, 9148.0, 9118.0, 9161.0, 9138.0, 9192.0, 9148.0, 9172.0, 9144.0, 9119.0, 9127.0, 9116.0, 9146.0, 9152.0, 9190.0, 9146.0, 9158.0, 9131.0, 9112.0, 9140.0, 9131.0, 9175.0, 9122.0, 9140.0, 9126.0, 9122.0, 9129.0, 9121.0, 9143.0, 9135.0, 9143.0, 9120.0, 9120.0, 9110.0, 9110.0, 9125.0, 9124.0, 9146.0, 9132.0, 9170.0, 9158.0, 9185.0, 9153.0, 9167.0, 9160.0, 9177.0, 9133.0, 9172.0, 9151.0, 9149.0, 9137.0, 9145.0, 9154.0, 9145.0, 9131.0, 9112.0, 9154.0, 9130.0, 9172.0, 9175.0, 9183.0, 9179.0, 9192.0, 9184.0, 9183.0, 9165.0, 9213.0, 9197.0, 9231.0, 9161.0, 9184.0, 9151.0, 9169.0, 9141.0, 9142.0, 9152.0, 9154.0, 9180.0, 9157.0, 9192.0, 9150.0, 9131.0, 9113.0, 9111.0, 9108.0, 9104.0, 9156.0, 9110.0, 9154.0, 9104.0, 9116.0, 9103.0, 9101.0, 9104.0, 9102.0, 9121.0, 9141.0, 9132.0, 9125.0, 9125.0, 9120.0, 9126.0, 9112.0, 9145.0, 9142.0, 9150.0, 9154.0, 9140.0, 9159.0, 9163.0, 9166.0, 9174.0, 9188.0, 9182.0, 9209.0, 9213.0, 9253.0, 9192.0, 9195.0, 9213.0, 9155.0, 9170.0, 9138.0, 9155.0, 9161.0, 9145.0, 9187.0, 9149.0, 9200.0, 9161.0, 9195.0, 9150.0, 9169.0, 9138.0, 9143.0, 9124.0, 9147.0, 9149.0, 9098.0, 9080.0, 9077.0, 9074.0, 9060.0, 9058.0, 9070.0, 9058.0, 9056.0, 9071.0, 9057.0, 9074.0, 9062.0, 9065.0, 9099.0, 9098.0, 9083.0, 9080.0, 9086.0, 9083.0, 9103.0, 9090.0, 9126.0, 9114.0, 9127.0, 9108.0, 9109.0, 9107.0, 9107.0, 9094.0, 9123.0, 9131.0, 9160.0, 9150.0, 9137.0, 9149.0, 9143.0, 9167.0, 9161.0, 9173.0, 9154.0, 9165.0, 9158.0, 9181.0, 9158.0, 9183.0, 9160.0, 9159.0, 9155.0, 9155.0, 9144.0, 9151.0, 9196.0, 9148.0, 9191.0, 9139.0, 9152.0, 9138.0, 9133.0, 9142.0, 9171.0, 9156.0, 9198.0, 9157.0, 9138.0, 9155.0, 9153.0, 9155.0, 9155.0, 9199.0, 9143.0, 9171.0, 9143.0, 9152.0, 9142.0, 9155.0, 9163.0, 9171.0, 9158.0, 9154.0, 9167.0, 9138.0, 9164.0, 9116.0, 9177.0, 9132.0, 9179.0, 9113.0, 9149.0, 9107.0, 9119.0, 9107.0, 9120.0, 9125.0, 9146.0, 9125.0, 9102.0, 9127.0, 9102.0, 9142.0, 9126.0, 9140.0, 9115.0, 9141.0, 9126.0, 9143.0, 9132.0, 9134.0, 9142.0, 9170.0, 9165.0, 9195.0, 9201.0, 9217.0, 9205.0, 9216.0, 9190.0, 9205.0, 9185.0, 9220.0, 9198.0, 9207.0, 9161.0, 9181.0, 9142.0, 9188.0, 9137.0, 9149.0, 9159.0, 9145.0, 9168.0, 9144.0, 9137.0, 9143.0, 9133.0, 9119.0, 9135.0, 9151.0, 9157.0, 9201.0, 9161.0, 9181.0, 9161.0, 9150.0, 9131.0, 9125.0, 9111.0, 9141.0, 9144.0, 9142.0, 9140.0, 9144.0, 9133.0, 9149.0, 9133.0, 9134.0, 9171.0, 9165.0, 9174.0, 9162.0, 9166.0, 9151.0, 9139.0, 9151.0, 9201.0, 9192.0, 9222.0, 9186.0, 9133.0, 9141.0, 9115.0, 9122.0, 9130.0, 9116.0, 9151.0, 9139.0, 9184.0, 9173.0, 9198.0, 9167.0, 9145.0, 9112.0, 9105.0, 9105.0, 9105.0, 9121.0, 9109.0, 9174.0, 9127.0, 9125.0, 9102.0, 9122.0, 9084.0, 9115.0, 9079.0, 9101.0, 9096.0, 9117.0, 9124.0, 9121.0, 9133.0, 9164.0, 9157.0, 9175.0, 9185.0, 9166.0, 9182.0, 9205.0, 9188.0, 9203.0, 9184.0, 9214.0, 9166.0, 9202.0, 9146.0, 9220.0, 9160.0, 9203.0, 9140.0, 9164.0, 9136.0, 9153.0, 9132.0, 9155.0, 9130.0, 9130.0, 9143.0, 9131.0, 9175.0, 9145.0, 9174.0, 9130.0, 9138.0, 9125.0, 9108.0, 9118.0, 9113.0, 9131.0, 9127.0, 9142.0, 9110.0, 9111.0, 9110.0, 9107.0, 9107.0, 9098.0, 9129.0, 9142.0, 9103.0, 9089.0, 9108.0, 9093.0, 9109.0, 9116.0, 9111.0, 9112.0, 9126.0, 9148.0, 9161.0, 9171.0, 9176.0, 9158.0, 9158.0, 9157.0, 9175.0, 9181.0, 9163.0, 9167.0, 9176.0, 9182.0, 9204.0, 9187.0, 9188.0, 9168.0, 9172.0, 9160.0, 9166.0, 9156.0, 9166.0, 9152.0, 9176.0, 9128.0, 9150.0, 9105.0, 9115.0, 9103.0, 9088.0, 9102.0, 9119.0, 9099.0, 9110.0, 9085.0, 9116.0, 9102.0, 9110.0, 9115.0, 9143.0, 9144.0, 9131.0, 9170.0, 9157.0, 9171.0, 9158.0, 9187.0, 9226.0, 9177.0, 9170.0, 9138.0, 9147.0, 9133.0, 9145.0, 9131.0, 9141.0, 9132.0, 9146.0, 9133.0, 9152.0, 9135.0, 9149.0, 9135.0, 9144.0, 9114.0, 9141.0, 9127.0, 9116.0, 9131.0, 9159.0, 9150.0, 9152.0, 9152.0, 9151.0, 9170.0, 9155.0, 9171.0, 9154.0, 9179.0, 9153.0, 9159.0, 9146.0, 9163.0, 9152.0, 9188.0, 9150.0, 9159.0, 9143.0, 9128.0, 9143.0, 9125.0, 9145.0, 9132.0, 9119.0, 9131.0, 9138.0, 9132.0, 9132.0, 9149.0, 9178.0, 9150.0, 9119.0, 9145.0, 9115.0, 9146.0, 9130.0, 9135.0, 9127.0, 9144.0, 9130.0, 9127.0, 9129.0, 9139.0, 9147.0, 9170.0, 9141.0, 9111.0, 9125.0, 9123.0, 9121.0, 9123.0, 9096.0, 9124.0, 9141.0, 9142.0, 9172.0, 9147.0, 9110.0, 9146.0, 9113.0, 9105.0, 9151.0, 9177.0, 9152.0, 9155.0, 9156.0, 9137.0, 9169.0, 9155.0, 9172.0, 9150.0, 9184.0, 9135.0, 9160.0, 9132.0, 9162.0, 9147.0, 9162.0, 9167.0, 9176.0, 9153.0, 9137.0, 9124.0, 9139.0, 9151.0, 9162.0, 9187.0, 9156.0, 9183.0, 9161.0, 9155.0, 9155.0, 9141.0, 9176.0, 9172.0, 9143.0, 9138.0, 9141.0, 9136.0, 9168.0, 9156.0, 9168.0, 9153.0, 9180.0, 9156.0, 9164.0, 9152.0, 9136.0, 9153.0, 9141.0, 9171.0, 9134.0, 9161.0, 9139.0, 9163.0, 9138.0, 9153.0, 9159.0, 9195.0, 9155.0, 9138.0, 9137.0, 9169.0, 9174.0, 9144.0, 9182.0, 9159.0, 9201.0, 9159.0, 9153.0, 9161.0, 9157.0, 9175.0, 9149.0, 9204.0, 9146.0, 9185.0, 9143.0, 9152.0, 9158.0, 9145.0, 9158.0, 9161.0, 9186.0, 9150.0, 9151.0, 9161.0, 9157.0, 9161.0, 9157.0, 9173.0, 9144.0, 9184.0, 9147.0, 9189.0, 9176.0, 9189.0, 9160.0, 9156.0, 9164.0, 9138.0, 9178.0, 9157.0, 9184.0, 9206.0, 9213.0, 9168.0, 9131.0, 9161.0, 9137.0, 9147.0, 9137.0, 9134.0, 9151.0, 9166.0, 9158.0, 9164.0, 9138.0, 9118.0, 9131.0, 9099.0, 9130.0, 9095.0, 9109.0, 9093.0, 9119.0, 9102.0, 9106.0, 9106.0, 9109.0, 9109.0, 9128.0, 9138.0, 9149.0, 9137.0, 9137.0, 9140.0, 9143.0, 9168.0, 9162.0, 9205.0, 9162.0, 9189.0, 9159.0, 9178.0, 9145.0, 9157.0, 9159.0, 9152.0, 9157.0, 9157.0, 9155.0, 9139.0, 9155.0, 9142.0, 9158.0, 9144.0, 9166.0, 9126.0, 9166.0, 9129.0, 9148.0, 9142.0, 9173.0, 9162.0, 9151.0, 9141.0, 9136.0, 9137.0, 9157.0, 9152.0, 9138.0, 9152.0, 9124.0, 9149.0, 9122.0, 9161.0, 9142.0, 9177.0, 9131.0, 9147.0, 9121.0, 9128.0, 9133.0, 9146.0, 9139.0, 9158.0, 9116.0, 9127.0, 9114.0, 9108.0, 9117.0, 9116.0, 9153.0, 9117.0, 9134.0, 9118.0, 9135.0, 9123.0, 9149.0, 9142.0, 9173.0, 9184.0, 9191.0, 9162.0, 9163.0, 9165.0, 9145.0, 9185.0, 9151.0, 9156.0, 9184.0, 9164.0, 9156.0, 9146.0, 9145.0, 9173.0, 9153.0, 9182.0, 9192.0, 9202.0, 9177.0, 9189.0, 9190.0, 9175.0, 9189.0, 9186.0, 9217.0, 9151.0, 9179.0, 9131.0, 9124.0, 9121.0, 9155.0, 9138.0, 9184.0, 9115.0, 9144.0, 9117.0, 9128.0, 9134.0, 9162.0, 9131.0, 9158.0, 9114.0, 9123.0, 9111.0, 9105.0, 9105.0, 9104.0, 9124.0, 9118.0, 9125.0, 9109.0, 9113.0, 9115.0, 9126.0, 9117.0, 9157.0, 9154.0, 9170.0, 9137.0, 9164.0, 9132.0, 9154.0, 9117.0, 9128.0, 9131.0, 9131.0, 9118.0, 9119.0, 9135.0, 9128.0, 9110.0, 9131.0, 9133.0, 9144.0, 9140.0, 9163.0, 9147.0, 9194.0, 9190.0, 9197.0, 9162.0, 9194.0, 9166.0, 9173.0, 9151.0, 9149.0, 9187.0, 9158.0, 9173.0, 9156.0, 9148.0, 9153.0, 9156.0, 9171.0, 9165.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.0006010253456221198</td></tr>
<tr><td colspan=3>aqi</td><td>0.024611631221198155</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.26437513890423</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1613005374394478</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.989609880865052</td></tr>
<tr><td colspan=3>efc</td><td>0.5056</td></tr>
<tr><td colspan=3>fber</td><td>3554.4395</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09347621455040339</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.225806451612903</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.713713648875666</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7005730265224126</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.953352929586579</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4872149905180043</td></tr>
<tr><td colspan=3>gcor</td><td>0.0140862</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01183963380753994</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027461793273687363</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5455245371416293</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>16.4656</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.2262</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>231.7863</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296531.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1187.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>421.6104</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8028</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>549.2154</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3238.6612</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3472.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80013.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>815.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4337.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>979.2566</td></tr>
<tr><td colspan=3>tsnr</td><td>35.165089424932376</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>