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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0014/ses-03/func/sub-0014_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b9e5747f568b22bc81c98b79872b4784</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:38:5.580000</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.994305, 0.0017246, 0.106556, -0.0203069, 0.984615, 0.173554]</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_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0828737</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4174, -7742, -7282, 467, -26, -35, 26, 21]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.46</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6c27d756-566b-4413-9222-ecf1d5f485b6||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.6676483154296875, -0.05448189005255699, 0.28246620297431946, 107.69414520263672], [-0.004626962821930647, 2.6416499614715576, 0.4717695116996765, -96.63047790527344], [0.2858814001083374, -0.4656326472759247, 2.643415689468384, -68.07160186767578], [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': ['153805.580000', '153806.040000', '153806.500000', '153806.960000', '153807.420000', '153807.880000', '153808.340000', '153808.800000', '153809.260000', '153809.720000', '153810.180000', '153810.640000', '153811.100000', '153811.560000', '153812.020000', '153812.480000', '153812.940000', '153813.400000', '153813.860000', '153814.320000', '153814.780000', '153815.240000', '153815.700000', '153816.160000', '153816.620000', '153817.080000', '153817.540000', '153818.000000', '153818.460000', '153818.920000', '153819.380000', '153819.840000', '153820.300000', '153820.760000', '153821.220000', '153821.680000', '153822.140000', '153822.600000', '153823.060000', '153823.520000', '153823.980000', '153824.440000', '153824.900000', '153825.360000', '153825.820000', '153826.280000', '153826.740000', '153827.200000', '153827.660000', '153828.120000', '153828.580000', '153829.040000', '153829.500000', '153829.960000', '153830.420000', '153830.880000', '153831.340000', '153831.800000', '153832.260000', '153832.720000', '153833.180000', '153833.640000', '153834.100000', '153834.560000', '153835.020000', '153835.480000', '153835.940000', '153836.400000', '153836.860000', '153837.320000', '153837.780000', '153838.240000', '153838.700000', '153839.160000', '153839.620000', '153840.080000', '153840.540000', '153841.000000', '153841.460000', '153841.920000', '153842.380000', '153842.840000', '153843.300000', '153843.760000', '153844.220000', '153844.680000', '153845.140000', '153845.600000', '153846.060000', '153846.520000', '153846.980000', '153847.440000', '153847.900000', '153848.360000', '153848.820000', '153849.280000', '153849.740000', '153850.200000', '153850.660000', '153851.120000', '153851.580000', '153852.040000', '153852.500000', '153852.960000', '153853.420000', '153853.880000', '153854.340000', '153854.800000', '153855.260000', '153855.720000', '153856.180000', '153856.640000', '153857.100000', '153857.560000', '153858.020000', '153858.480000', '153858.940000', '153859.400000', '153859.860000', '153900.320000', '153900.780000', '153901.240000', '153901.700000', '153902.160000', '153902.620000', '153903.080000', '153903.540000', '153904.000000', '153904.460000', '153904.920000', '153905.380000', '153905.840000', '153906.300000', '153906.760000', '153907.220000', '153907.680000', '153908.140000', '153908.600000', '153909.060000', '153909.520000', '153909.980000', '153910.440000', '153910.900000', '153911.360000', '153911.820000', '153912.280000', '153912.740000', '153913.200000', '153913.660000', '153914.120000', '153914.580000', '153915.040000', '153915.500000', '153915.960000', '153916.420000', '153916.880000', '153917.340000', '153917.800000', '153918.260000', '153918.720000', '153919.180000', '153919.640000', '153920.100000', '153920.560000', '153921.020000', '153921.480000', '153921.940000', '153922.400000', '153922.860000', '153923.320000', '153923.780000', '153924.240000', '153924.700000', '153925.160000', '153925.620000', '153926.080000', '153926.540000', '153927.000000', '153927.460000', '153927.920000', '153928.380000', '153928.840000', '153929.300000', '153929.760000', '153930.220000', '153930.680000', '153931.140000', '153931.600000', '153932.060000', '153932.520000', '153932.980000', '153933.440000', '153933.900000', '153934.360000', '153934.820000', '153935.280000', '153935.740000', '153936.200000', '153936.660000', '153937.120000', '153937.580000', '153938.040000', '153938.500000', '153938.960000', '153939.420000', '153939.880000', '153940.340000', '153940.800000', '153941.260000', '153941.720000', '153942.180000', '153942.640000', '153943.100000', '153943.560000', '153944.020000', '153944.480000', '153944.940000', '153945.400000', '153945.860000', '153946.320000', '153946.780000', '153947.240000', '153947.700000', '153948.160000', '153948.620000', '153949.080000', '153949.540000', '153950.000000', '153950.460000', '153950.920000', '153951.380000', '153951.840000', '153952.300000', '153952.760000', '153953.220000', '153953.680000', '153954.140000', '153954.600000', '153955.060000', '153955.520000', '153955.980000', '153956.440000', '153956.900000', '153957.360000', '153957.820000', '153958.280000', '153958.740000', '153959.200000', '153959.660000', '154000.120000', '154000.580000', '154001.040000', '154001.500000', '154001.960000', '154002.420000', '154002.880000', '154003.340000', '154003.800000', '154004.260000', '154004.720000', '154005.180000', '154005.640000', '154006.100000', '154006.560000', '154007.020000', '154007.480000', '154007.940000', '154008.400000', '154008.860000', '154009.320000', '154009.780000', '154010.240000', '154010.700000', '154011.160000', '154011.620000', '154012.080000', '154012.540000', '154013.000000', '154013.460000', '154013.920000', '154014.380000', '154014.840000', '154015.300000', '154015.760000', '154016.220000', '154016.680000', '154017.140000', '154017.600000', '154018.060000', '154018.520000', '154018.980000', '154019.440000', '154019.900000', '154020.360000', '154020.820000', '154021.280000', '154021.740000', '154022.200000', '154022.660000', '154023.120000', '154023.580000', '154024.040000', '154024.500000', '154024.960000', '154025.420000', '154025.880000', '154026.340000', '154026.800000', '154027.260000', '154027.720000', '154028.180000', '154028.640000', '154029.100000', '154029.560000', '154030.020000', '154030.480000', '154030.940000', '154031.400000', '154031.860000', '154032.320000', '154032.780000', '154033.240000', '154033.700000', '154034.160000', '154034.620000', '154035.080000', '154035.540000', '154036.000000', '154036.460000', '154036.920000', '154037.380000', '154037.840000', '154038.300000', '154038.760000', '154039.220000', '154039.680000', '154040.140000', '154040.600000', '154041.060000', '154041.520000', '154041.980000', '154042.440000', '154042.900000', '154043.360000', '154043.820000', '154044.280000', '154044.740000', '154045.200000', '154045.660000', '154046.120000', '154046.580000', '154047.040000', '154047.500000', '154047.960000', '154048.420000', '154048.880000', '154049.340000', '154049.800000', '154050.260000', '154050.720000', '154051.180000', '154051.640000', '154052.100000', '154052.560000', '154053.020000', '154053.480000', '154053.940000', '154054.400000', '154054.860000', '154055.320000', '154055.780000', '154056.240000', '154056.700000', '154057.160000', '154057.620000', '154058.080000', '154058.540000', '154059.000000', '154059.460000', '154059.920000', '154100.380000', '154100.840000', '154101.300000', '154101.760000', '154102.220000', '154102.680000', '154103.140000', '154103.600000', '154104.060000', '154104.520000', '154104.980000', '154105.440000', '154105.900000', '154106.360000', '154106.820000', '154107.280000', '154107.740000', '154108.200000', '154108.660000', '154109.120000', '154109.580000', '154110.040000', '154110.500000', '154110.960000', '154111.420000', '154111.880000', '154112.340000', '154112.800000', '154113.260000', '154113.720000', '154114.180000', '154114.640000', '154115.100000', '154115.560000', '154116.020000', '154116.480000', '154116.940000', '154117.400000', '154117.860000', '154118.320000', '154118.780000', '154119.240000', '154119.700000', '154120.160000', '154120.620000', '154121.080000', '154121.540000', '154122.000000', '154122.460000', '154122.920000', '154123.380000', '154123.840000', '154124.300000', '154124.760000', '154125.220000', '154125.680000', '154126.140000', '154126.600000', '154127.060000', '154127.520000', '154127.980000', '154128.440000', '154128.900000', '154129.360000', '154129.820000', '154130.280000', '154130.740000', '154131.200000', '154131.660000', '154132.120000', '154132.580000', '154133.040000', '154133.500000', '154133.960000', '154134.420000', '154134.880000', '154135.340000', '154135.800000', '154136.260000', '154136.720000', '154137.180000', '154137.640000', '154138.100000', '154138.560000', '154139.020000', '154139.480000', '154139.940000', '154140.400000', '154140.860000', '154141.320000', '154141.780000', '154142.240000', '154142.700000', '154143.160000', '154143.620000', '154144.080000', '154144.540000', '154145.000000', '154145.460000', '154145.920000', '154146.380000', '154146.840000', '154147.300000', '154147.760000', '154148.220000', '154148.680000', '154149.140000', '154149.600000', '154150.060000', '154150.520000', '154150.980000', '154151.440000', '154151.900000', '154152.360000', '154152.820000', '154153.280000', '154153.740000', '154154.200000', '154154.660000', '154155.120000', '154155.580000', '154156.040000', '154156.500000', '154156.960000', '154157.420000', '154157.880000', '154158.340000', '154158.800000', '154159.260000', '154159.720000', '154200.180000', '154200.640000', '154201.100000', '154201.560000', '154202.020000', '154202.480000', '154202.940000', '154203.400000', '154203.860000', '154204.320000', '154204.780000', '154205.240000', '154205.700000', '154206.160000', '154206.620000', '154207.080000', '154207.540000', '154208.000000', '154208.460000', '154208.920000', '154209.380000', '154209.840000', '154210.300000', '154210.760000', '154211.220000', '154211.680000', '154212.140000', '154212.600000', '154213.060000', '154213.520000', '154213.980000', '154214.440000', '154214.900000', '154215.360000', '154215.820000', '154216.280000', '154216.740000', '154217.200000', '154217.660000', '154218.120000', '154218.580000', '154219.040000', '154219.500000', '154219.960000', '154220.420000', '154220.880000', '154221.340000', '154221.800000', '154222.260000', '154222.720000', '154223.180000', '154223.640000', '154224.100000', '154224.560000', '154225.020000', '154225.480000', '154225.940000', '154226.400000', '154226.860000', '154227.320000', '154227.780000', '154228.240000', '154228.700000', '154229.160000', '154229.620000', '154230.080000', '154230.540000', '154231.000000', '154231.460000', '154231.920000', '154232.380000', '154232.840000', '154233.300000', '154233.760000', '154234.220000', '154234.680000', '154235.140000', '154235.600000', '154236.060000', '154236.520000', '154236.980000', '154237.440000', '154237.900000', '154238.360000', '154238.820000', '154239.280000', '154239.740000', '154240.200000', '154240.660000', '154241.120000', '154241.580000', '154242.040000', '154242.500000', '154242.960000', '154243.420000', '154243.880000', '154244.340000', '154244.800000', '154245.260000', '154245.720000', '154246.180000', '154246.640000', '154247.100000', '154247.560000', '154248.020000', '154248.480000', '154248.940000', '154249.400000', '154249.860000', '154250.320000', '154250.780000', '154251.240000', '154251.700000', '154252.160000', '154252.620000', '154253.080000', '154253.540000', '154254.000000', '154254.460000', '154254.920000', '154255.380000', '154255.840000', '154256.300000', '154256.760000', '154257.220000', '154257.680000', '154258.140000', '154258.600000', '154259.060000', '154259.520000', '154259.980000', '154300.440000', '154300.900000', '154301.360000', '154301.820000', '154302.280000', '154302.740000', '154303.200000', '154303.660000', '154304.120000', '154304.580000', '154305.040000', '154305.500000', '154305.960000', '154306.420000', '154306.880000', '154307.340000', '154307.800000', '154308.260000', '154308.720000', '154309.180000', '154309.640000', '154310.100000', '154310.560000', '154311.020000', '154311.480000', '154311.940000', '154312.400000', '154312.860000', '154313.320000', '154313.780000', '154314.240000', '154314.700000', '154315.160000', '154315.620000', '154316.080000', '154316.540000', '154317.000000', '154317.460000', '154317.920000', '154318.380000', '154318.840000', '154319.300000', '154319.760000', '154320.220000', '154320.680000', '154321.140000', '154321.600000', '154322.060000', '154322.520000', '154322.980000', '154323.440000', '154323.900000', '154324.360000', '154324.820000', '154325.280000', '154325.740000', '154326.200000', '154326.660000', '154327.120000', '154327.580000', '154328.040000', '154328.500000', '154328.960000', '154329.420000', '154329.880000', '154330.340000', '154330.800000', '154331.260000', '154331.720000', '154332.180000', '154332.640000', '154333.100000', '154333.560000', '154334.020000', '154334.480000', '154334.940000', '154335.400000', '154335.860000', '154336.320000', '154336.780000', '154337.240000', '154337.700000', '154338.160000', '154338.620000', '154339.080000', '154339.540000', '154340.000000', '154340.460000', '154340.920000', '154341.380000', '154341.840000', '154342.300000', '154342.760000', '154343.220000', '154343.680000', '154344.140000', '154344.600000', '154345.060000', '154345.520000', '154345.980000', '154346.440000', '154346.900000', '154347.360000', '154347.820000', '154348.280000', '154348.740000', '154349.200000', '154349.660000', '154350.120000', '154350.580000', '154351.040000', '154351.500000', '154351.960000', '154352.420000', '154352.880000', '154353.340000', '154353.800000', '154354.260000', '154354.720000', '154355.180000', '154355.640000', '154356.100000', '154356.560000', '154357.020000', '154357.480000', '154357.940000', '154358.400000', '154358.860000', '154359.320000', '154359.780000', '154400.240000', '154400.700000', '154401.160000', '154401.620000', '154402.080000', '154402.540000', '154403.000000', '154403.460000', '154403.920000', '154404.380000', '154404.840000', '154405.300000', '154405.760000', '154406.220000', '154406.680000', '154407.140000', '154407.600000', '154408.060000', '154408.520000', '154408.980000', '154409.440000', '154409.900000', '154410.360000', '154410.820000', '154411.280000', '154411.740000', '154412.200000', '154412.660000', '154413.120000', '154413.580000', '154414.040000', '154414.500000', '154414.960000', '154415.420000', '154415.880000', '154416.340000', '154416.800000', '154417.260000', '154417.720000', '154418.180000', '154418.640000', '154419.100000', '154419.560000', '154420.020000', '154420.480000', '154420.940000', '154421.400000', '154421.860000', '154422.320000', '154422.780000', '154423.240000', '154423.700000', '154424.160000', '154424.620000', '154425.080000', '154425.540000', '154426.000000', '154426.460000', '154426.920000', '154427.380000', '154427.840000', '154428.300000', '154428.760000', '154429.220000', '154429.680000', '154430.140000', '154430.600000', '154431.060000', '154431.520000', '154431.980000', '154432.440000', '154432.900000', '154433.360000', '154433.820000', '154434.280000', '154434.740000', '154435.200000', '154435.660000', '154436.120000', '154436.580000', '154437.040000', '154437.500000', '154437.960000', '154438.420000', '154438.880000', '154439.340000', '154439.800000', '154440.260000', '154440.720000', '154441.180000', '154441.640000', '154442.100000', '154442.560000', '154443.020000', '154443.480000', '154443.940000', '154444.400000', '154444.860000', '154445.320000', '154445.780000', '154446.240000'], 'ContentTime': ['153828.343000', '153828.346000', '153828.350000', '153828.353000', '153828.356000', '153828.362000', '153828.365000', '153828.368000', '153828.371000', '153828.373000', '153828.376000', '153828.379000', '153828.382000', '153828.384000', '153828.387000', '153828.390000', '153828.393000', '153828.396000', '153828.398000', '153828.401000', '153828.404000', '153828.407000', '153828.409000', '153828.412000', '153828.415000', '153828.418000', '153828.420000', '153828.423000', '153828.426000', '153828.433000', '153828.436000', '153828.439000', '153828.442000', '153828.445000', '153828.447000', '153828.450000', '153828.453000', '153828.456000', '153828.458000', '153828.461000', '153828.464000', '153828.467000', '153828.469000', '153828.472000', '153828.475000', '153828.478000', '153828.480000', '153828.483000', '153848.305000', '153848.308000', '153848.311000', '153848.313000', '153848.316000', '153848.319000', '153848.322000', '153848.325000', '153848.327000', '153848.332000', '153848.335000', '153848.338000', '153848.341000', '153848.343000', '153848.346000', '153848.349000', '153848.352000', '153848.354000', '153848.357000', '153848.360000', '153848.363000', '153848.365000', '153848.368000', '153848.371000', '153848.374000', '153848.377000', '153848.379000', '153848.382000', '153848.385000', '153848.388000', '153848.390000', '153848.393000', '153848.396000', '153848.399000', '153848.402000', '153848.404000', '153848.407000', '153848.410000', '153848.413000', '153848.415000', '153848.418000', '153848.421000', '153848.424000', '153848.426000', '153908.305000', '153908.308000', '153908.311000', '153908.313000', '153908.316000', '153908.319000', '153908.322000', '153908.325000', '153908.327000', '153908.330000', '153908.333000', '153908.336000', '153908.338000', '153908.341000', '153908.344000', '153908.347000', '153908.350000', '153908.352000', '153908.355000', '153908.358000', '153908.361000', '153908.364000', '153908.366000', '153908.369000', '153908.372000', '153908.375000', '153908.378000', '153908.381000', '153908.384000', '153908.386000', '153908.389000', '153908.392000', '153908.395000', '153908.397000', '153908.400000', '153908.403000', '153908.406000', '153908.408000', '153908.411000', '153908.414000', '153908.423000', '153908.426000', '153908.429000', '153928.305000', '153928.308000', '153928.310000', '153928.313000', '153928.316000', '153928.319000', '153928.322000', '153928.324000', '153928.327000', '153928.330000', '153928.333000', '153928.336000', '153928.338000', '153928.341000', '153928.344000', '153928.349000', '153928.351000', '153928.354000', '153928.357000', '153928.360000', '153928.363000', '153928.365000', '153928.368000', '153928.379000', '153928.382000', '153928.385000', '153928.388000', '153928.391000', '153928.393000', '153928.396000', '153928.399000', '153928.402000', '153928.405000', '153928.407000', '153928.426000', '153928.437000', '153928.439000', '153928.442000', '153928.445000', '153928.448000', '153928.450000', '153928.453000', '153928.456000', '153928.459000', '153948.305000', '153948.308000', '153948.310000', '153948.313000', '153948.316000', '153948.319000', '153948.322000', '153948.324000', '153948.328000', '153948.331000', '153948.334000', '153948.336000', '153948.339000', '153948.342000', '153948.345000', '153948.347000', '153948.350000', '153948.353000', '153948.356000', '153948.359000', '153948.361000', '153948.365000', '153948.367000', '153948.370000', '153948.373000', '153948.376000', '153948.379000', '153948.382000', '153948.385000', '153948.388000', '153948.395000', '153948.400000', '153948.403000', '153948.406000', '153948.408000', '153948.411000', '153948.414000', '153948.417000', '153948.420000', '153948.422000', '153948.425000', '153948.428000', '153948.431000', '154008.305000', '154008.308000', '154008.311000', '154008.313000', '154008.316000', '154008.319000', '154008.322000', '154008.325000', '154008.327000', '154008.330000', '154008.333000', '154008.336000', '154008.339000', '154008.341000', '154008.344000', '154008.347000', '154008.350000', '154008.352000', '154008.356000', '154008.358000', '154008.361000', '154008.364000', '154008.367000', '154008.370000', '154008.373000', '154008.375000', '154008.378000', '154008.381000', '154008.384000', '154008.387000', '154008.390000', '154008.393000', '154008.395000', '154008.398000', '154008.401000', '154008.404000', '154008.407000', '154008.409000', '154008.412000', '154008.415000', '154008.418000', '154008.420000', '154008.423000', '154008.426000', '154028.306000', '154028.309000', '154028.312000', '154028.314000', '154028.317000', '154028.320000', '154028.323000', '154028.326000', '154028.329000', '154028.332000', '154028.334000', '154028.337000', '154028.340000', '154028.343000', '154028.346000', '154028.348000', '154028.351000', '154028.354000', '154028.357000', '154028.360000', '154028.362000', '154028.365000', '154028.368000', '154028.371000', '154028.374000', '154028.376000', '154028.379000', '154028.382000', '154028.385000', '154028.388000', '154028.390000', '154028.393000', '154028.396000', '154028.399000', '154028.402000', '154028.405000', '154028.408000', '154028.411000', '154028.414000', '154028.417000', '154028.420000', '154028.422000', '154028.425000', '154048.306000', '154048.309000', '154048.311000', '154048.314000', '154048.317000', '154048.320000', '154048.323000', '154048.325000', '154048.328000', '154048.331000', '154048.334000', '154048.337000', '154048.339000', '154048.342000', '154048.345000', '154048.348000', '154048.351000', '154048.353000', '154048.356000', '154048.359000', '154048.362000', '154048.364000', '154048.367000', '154048.370000', '154048.373000', '154048.376000', '154048.378000', '154048.381000', '154048.384000', '154048.387000', '154048.390000', '154048.393000', '154048.395000', '154048.398000', '154048.401000', '154048.404000', '154048.406000', '154048.409000', '154048.412000', '154048.415000', '154048.418000', '154048.420000', '154048.423000', '154048.426000', '154108.305000', '154108.308000', '154108.311000', '154108.314000', '154108.316000', '154108.319000', '154108.322000', '154108.325000', '154108.328000', '154108.330000', '154108.333000', '154108.336000', '154108.339000', '154108.341000', '154108.344000', '154108.347000', '154108.350000', '154108.353000', '154108.355000', '154108.358000', '154108.361000', '154108.364000', '154108.368000', '154108.371000', '154108.373000', '154108.376000', '154108.379000', '154108.382000', '154108.385000', '154108.399000', '154108.402000', '154108.405000', '154108.407000', '154108.410000', '154108.413000', '154108.416000', '154108.419000', '154108.422000', '154108.425000', '154108.429000', '154108.433000', '154108.436000', '154108.439000', '154128.305000', '154128.308000', '154128.311000', '154128.313000', '154128.316000', '154128.319000', '154128.322000', '154128.325000', '154128.327000', '154128.330000', '154128.334000', '154128.337000', '154128.340000', '154128.342000', '154128.345000', '154128.348000', '154128.351000', '154128.354000', '154128.357000', '154128.359000', '154128.362000', '154128.365000', '154128.368000', '154128.370000', '154128.373000', '154128.376000', '154128.379000', '154128.382000', '154128.385000', '154128.388000', '154128.390000', '154128.393000', '154128.396000', '154128.399000', '154128.402000', '154128.405000', '154128.407000', '154128.410000', '154128.413000', '154128.416000', '154128.419000', '154128.422000', '154128.424000', '154128.427000', '154148.305000', '154148.308000', '154148.311000', '154148.314000', '154148.316000', '154148.319000', '154148.322000', '154148.325000', '154148.328000', '154148.330000', '154148.333000', '154148.336000', '154148.339000', '154148.342000', '154148.345000', '154148.348000', '154148.351000', '154148.353000', '154148.356000', '154148.359000', '154148.362000', '154148.365000', '154148.368000', '154148.370000', '154148.373000', '154148.376000', '154148.379000', '154148.382000', '154148.385000', '154148.388000', '154148.391000', '154148.393000', '154148.396000', '154148.399000', '154148.402000', '154148.405000', '154148.407000', '154148.410000', '154148.413000', '154148.416000', '154148.419000', '154148.422000', '154148.425000', '154208.305000', '154208.308000', '154208.311000', '154208.314000', '154208.316000', '154208.319000', '154208.322000', '154208.325000', '154208.328000', '154208.331000', '154208.333000', '154208.336000', '154208.339000', '154208.342000', '154208.345000', '154208.348000', '154208.351000', '154208.353000', '154208.356000', '154208.359000', '154208.362000', '154208.365000', '154208.368000', '154208.371000', '154208.373000', '154208.376000', '154208.379000', '154208.382000', '154208.385000', '154208.387000', '154208.391000', '154208.394000', '154208.397000', '154208.399000', '154208.402000', '154208.405000', '154208.408000', '154208.411000', '154208.413000', '154208.416000', '154208.419000', '154208.422000', '154208.425000', '154208.428000', '154228.305000', '154228.308000', '154228.311000', '154228.314000', '154228.317000', '154228.319000', '154228.322000', '154228.325000', '154228.328000', '154228.331000', '154228.334000', '154228.337000', '154228.339000', '154228.342000', '154228.345000', '154228.348000', '154228.351000', '154228.354000', '154228.357000', '154228.360000', '154228.362000', '154228.365000', '154228.368000', '154228.371000', '154228.374000', '154228.377000', '154228.380000', '154228.382000', '154228.385000', '154228.388000', '154228.391000', '154228.394000', '154228.397000', '154228.399000', '154228.403000', '154228.407000', '154228.409000', '154228.412000', '154228.415000', '154228.418000', '154228.421000', '154228.424000', '154228.427000', '154248.306000', '154248.309000', '154248.312000', '154248.315000', '154248.317000', '154248.320000', '154248.323000', '154248.326000', '154248.329000', '154248.331000', '154248.334000', '154248.350000', '154248.353000', '154248.355000', '154248.358000', '154248.361000', '154248.364000', '154248.367000', '154248.371000', '154248.373000', '154248.376000', '154248.379000', '154248.382000', '154248.385000', '154248.388000', '154248.390000', '154248.394000', '154248.396000', '154248.399000', '154248.402000', '154248.405000', '154248.408000', '154248.410000', '154248.413000', '154248.416000', '154248.419000', '154248.422000', '154248.425000', '154248.427000', '154248.430000', '154248.433000', '154248.436000', '154248.439000', '154248.442000', '154308.306000', '154308.309000', '154308.312000', '154308.315000', '154308.318000', '154308.320000', '154308.323000', '154308.326000', '154308.329000', '154308.332000', '154308.335000', '154308.337000', '154308.340000', '154308.343000', '154308.346000', '154308.349000', '154308.352000', '154308.355000', '154308.357000', '154308.360000', '154308.363000', '154308.366000', '154308.369000', '154308.371000', '154308.374000', '154308.377000', '154308.380000', '154308.383000', '154308.386000', '154308.389000', '154308.392000', '154308.394000', '154308.397000', '154308.400000', '154308.403000', '154308.406000', '154308.409000', '154308.411000', '154308.414000', '154308.417000', '154308.420000', '154308.423000', '154308.426000', '154328.305000', '154328.308000', '154328.310000', '154328.313000', '154328.316000', '154328.319000', '154328.322000', '154328.325000', '154328.327000', '154328.330000', '154328.333000', '154328.336000', '154328.338000', '154328.341000', '154328.344000', '154328.347000', '154328.350000', '154328.353000', '154328.355000', '154328.358000', '154328.361000', '154328.364000', '154328.367000', '154328.369000', '154328.372000', '154328.375000', '154328.378000', '154328.381000', '154328.383000', '154328.386000', '154328.389000', '154328.392000', '154328.395000', '154328.397000', '154328.400000', '154328.403000', '154328.406000', '154328.409000', '154328.411000', '154328.414000', '154328.417000', '154328.420000', '154328.423000', '154328.425000', '154348.305000', '154348.308000', '154348.311000', '154348.313000', '154348.316000', '154348.319000', '154348.322000', '154348.325000', '154348.328000', '154348.330000', '154348.333000', '154348.336000', '154348.339000', '154348.342000', '154348.344000', '154348.347000', '154348.350000', '154348.353000', '154348.356000', '154348.358000', '154348.361000', '154348.364000', '154348.367000', '154348.370000', '154348.372000', '154348.375000', '154348.378000', '154348.381000', '154348.384000', '154348.386000', '154348.389000', '154348.392000', '154348.395000', '154348.398000', '154348.400000', '154348.403000', '154348.406000', '154348.409000', '154348.411000', '154348.414000', '154348.417000', '154348.420000', '154348.423000', '154408.305000', '154408.308000', '154408.311000', '154408.313000', '154408.316000', '154408.319000', '154408.322000', '154408.325000', '154408.328000', '154408.330000', '154408.333000', '154408.336000', '154408.339000', '154408.341000', '154408.344000', '154408.347000', '154408.350000', '154408.353000', '154408.356000', '154408.358000', '154408.361000', '154408.364000', '154408.382000', '154408.385000', '154408.388000', '154408.391000', '154408.393000', '154408.396000', '154408.399000', '154408.402000', '154408.405000', '154408.408000', '154408.412000', '154408.415000', '154408.418000', '154408.420000', '154408.423000', '154408.426000', '154408.429000', '154408.432000', '154408.434000', '154408.437000', '154408.440000', '154408.443000', '154428.305000', '154428.308000', '154428.311000', '154428.313000', '154428.316000', '154428.319000', '154428.322000', '154428.325000', '154428.328000', '154428.330000', '154428.333000', '154428.336000', '154428.339000', '154428.341000', '154428.344000', '154428.347000', '154428.350000', '154428.353000', '154428.355000', '154428.358000', '154428.361000', '154428.364000', '154428.367000', '154428.369000', '154428.372000', '154428.375000', '154428.378000', '154428.381000', '154428.383000', '154428.386000', '154428.389000', '154428.392000', '154428.395000', '154428.397000', '154428.400000', '154428.403000', '154428.406000', '154428.409000', '154428.411000', '154428.414000', '154428.417000', '154428.420000', '154428.423000', '154446.971000', '154446.975000', '154446.977000', '154446.980000', '154446.983000', '154446.986000', '154446.990000', '154446.993000', '154446.996000', '154446.999000', '154447.002000', '154447.004000', '154447.007000', '154447.010000', '154447.013000', '154447.016000', '154447.019000', '154447.021000', '154447.024000', '154447.027000', '154447.030000', '154447.033000', '154447.036000', '154447.039000', '154447.042000', '154447.045000', '154447.048000', '154447.051000', '154447.053000', '154447.057000', '154447.060000', '154447.062000', '154447.065000', '154447.068000', '154447.071000', '154447.074000', '154447.077000', '154447.079000', '154447.082000', '154447.085000', '154447.088000'], 'InstanceCreationTime': ['153828.343000', '153828.346000', '153828.350000', '153828.353000', '153828.356000', '153828.362000', '153828.365000', '153828.368000', '153828.371000', '153828.373000', '153828.376000', '153828.379000', '153828.382000', '153828.384000', '153828.387000', '153828.390000', '153828.393000', '153828.396000', '153828.398000', '153828.401000', '153828.404000', '153828.407000', '153828.409000', '153828.412000', '153828.415000', '153828.418000', '153828.420000', '153828.423000', '153828.426000', '153828.433000', '153828.436000', '153828.439000', '153828.442000', '153828.445000', '153828.447000', '153828.450000', '153828.453000', '153828.456000', '153828.458000', '153828.461000', '153828.464000', '153828.467000', '153828.469000', '153828.472000', '153828.475000', '153828.478000', '153828.480000', '153828.483000', '153848.305000', '153848.308000', '153848.311000', '153848.313000', '153848.316000', '153848.319000', '153848.322000', '153848.325000', '153848.327000', '153848.332000', '153848.335000', '153848.338000', '153848.341000', '153848.343000', '153848.346000', '153848.349000', '153848.352000', '153848.354000', '153848.357000', '153848.360000', '153848.363000', '153848.365000', '153848.368000', '153848.371000', '153848.374000', '153848.377000', '153848.379000', '153848.382000', '153848.385000', '153848.388000', '153848.390000', '153848.393000', '153848.396000', '153848.399000', '153848.402000', '153848.404000', '153848.407000', '153848.410000', '153848.413000', '153848.415000', '153848.418000', '153848.421000', '153848.424000', '153848.426000', '153908.305000', '153908.308000', '153908.311000', '153908.313000', '153908.316000', '153908.319000', '153908.322000', '153908.325000', '153908.327000', '153908.330000', '153908.333000', '153908.336000', '153908.338000', '153908.341000', '153908.344000', '153908.347000', '153908.350000', '153908.352000', '153908.355000', '153908.358000', '153908.361000', '153908.364000', '153908.366000', '153908.369000', '153908.372000', '153908.375000', '153908.378000', '153908.381000', '153908.384000', '153908.386000', '153908.389000', '153908.392000', '153908.395000', '153908.397000', '153908.400000', '153908.403000', '153908.406000', '153908.408000', '153908.411000', '153908.414000', '153908.423000', '153908.426000', '153908.429000', '153928.305000', '153928.308000', '153928.310000', '153928.313000', '153928.316000', '153928.319000', '153928.322000', '153928.324000', '153928.327000', '153928.330000', '153928.333000', '153928.336000', '153928.338000', '153928.341000', '153928.344000', '153928.349000', '153928.351000', '153928.354000', '153928.357000', '153928.360000', '153928.363000', '153928.365000', '153928.368000', '153928.379000', '153928.382000', '153928.385000', '153928.388000', '153928.391000', '153928.393000', '153928.396000', '153928.399000', '153928.402000', '153928.405000', '153928.407000', '153928.426000', '153928.437000', '153928.439000', '153928.442000', '153928.445000', '153928.448000', '153928.450000', '153928.453000', '153928.456000', '153928.459000', '153948.305000', '153948.308000', '153948.310000', '153948.313000', '153948.316000', '153948.319000', '153948.322000', '153948.324000', '153948.328000', '153948.331000', '153948.334000', '153948.336000', '153948.339000', '153948.342000', '153948.345000', '153948.347000', '153948.350000', '153948.353000', '153948.356000', '153948.359000', '153948.361000', '153948.365000', '153948.367000', '153948.370000', '153948.373000', '153948.376000', '153948.379000', '153948.382000', '153948.385000', '153948.388000', '153948.395000', '153948.400000', '153948.403000', '153948.406000', '153948.408000', '153948.411000', '153948.414000', '153948.417000', '153948.420000', '153948.422000', '153948.425000', '153948.428000', '153948.431000', '154008.305000', '154008.308000', '154008.311000', '154008.313000', '154008.316000', '154008.319000', '154008.322000', '154008.325000', '154008.327000', '154008.330000', '154008.333000', '154008.336000', '154008.339000', '154008.341000', '154008.344000', '154008.347000', '154008.350000', '154008.352000', '154008.356000', '154008.358000', '154008.361000', '154008.364000', '154008.367000', '154008.370000', '154008.373000', '154008.375000', '154008.378000', '154008.381000', '154008.384000', '154008.387000', '154008.390000', '154008.393000', '154008.395000', '154008.398000', '154008.401000', '154008.404000', '154008.407000', '154008.409000', '154008.412000', '154008.415000', '154008.418000', '154008.420000', '154008.423000', '154008.426000', '154028.306000', '154028.309000', '154028.312000', '154028.314000', '154028.317000', '154028.320000', '154028.323000', '154028.326000', '154028.329000', '154028.332000', '154028.334000', '154028.337000', '154028.340000', '154028.343000', '154028.346000', '154028.348000', '154028.351000', '154028.354000', '154028.357000', '154028.360000', '154028.362000', '154028.365000', '154028.368000', '154028.371000', '154028.374000', '154028.376000', '154028.379000', '154028.382000', '154028.385000', '154028.388000', '154028.390000', '154028.393000', '154028.396000', '154028.399000', '154028.402000', '154028.405000', '154028.408000', '154028.411000', '154028.414000', '154028.417000', '154028.420000', '154028.422000', '154028.425000', '154048.306000', '154048.309000', '154048.311000', '154048.314000', '154048.317000', '154048.320000', '154048.323000', '154048.325000', '154048.328000', '154048.331000', '154048.334000', '154048.337000', '154048.339000', '154048.342000', '154048.345000', '154048.348000', '154048.351000', '154048.353000', '154048.356000', '154048.359000', '154048.362000', '154048.364000', '154048.367000', '154048.370000', '154048.373000', '154048.376000', '154048.378000', '154048.381000', '154048.384000', '154048.387000', '154048.390000', '154048.393000', '154048.395000', '154048.398000', '154048.401000', '154048.404000', '154048.406000', '154048.409000', '154048.412000', '154048.415000', '154048.418000', '154048.420000', '154048.423000', '154048.426000', '154108.305000', '154108.308000', '154108.311000', '154108.314000', '154108.316000', '154108.319000', '154108.322000', '154108.325000', '154108.328000', '154108.330000', '154108.333000', '154108.336000', '154108.339000', '154108.341000', '154108.344000', '154108.347000', '154108.350000', '154108.353000', '154108.355000', '154108.358000', '154108.361000', '154108.364000', '154108.368000', '154108.371000', '154108.373000', '154108.376000', '154108.379000', '154108.382000', '154108.385000', '154108.399000', '154108.402000', '154108.405000', '154108.407000', '154108.410000', '154108.413000', '154108.416000', '154108.419000', '154108.422000', '154108.425000', '154108.429000', '154108.433000', '154108.436000', '154108.439000', '154128.305000', '154128.308000', '154128.311000', '154128.313000', '154128.316000', '154128.319000', '154128.322000', '154128.325000', '154128.327000', '154128.330000', '154128.334000', '154128.337000', '154128.340000', '154128.342000', '154128.345000', '154128.348000', '154128.351000', '154128.354000', '154128.357000', '154128.359000', '154128.362000', '154128.365000', '154128.368000', '154128.370000', '154128.373000', '154128.376000', '154128.379000', '154128.382000', '154128.385000', '154128.388000', '154128.390000', '154128.393000', '154128.396000', '154128.399000', '154128.402000', '154128.405000', '154128.407000', '154128.410000', '154128.413000', '154128.416000', '154128.419000', '154128.422000', '154128.424000', '154128.427000', '154148.305000', '154148.308000', '154148.311000', '154148.314000', '154148.316000', '154148.319000', '154148.322000', '154148.325000', '154148.328000', '154148.330000', '154148.333000', '154148.336000', '154148.339000', '154148.342000', '154148.345000', '154148.348000', '154148.351000', '154148.353000', '154148.356000', '154148.359000', '154148.362000', '154148.365000', '154148.368000', '154148.370000', '154148.373000', '154148.376000', '154148.379000', '154148.382000', '154148.385000', '154148.388000', '154148.391000', '154148.393000', '154148.396000', '154148.399000', '154148.402000', '154148.405000', '154148.407000', '154148.410000', '154148.413000', '154148.416000', '154148.419000', '154148.422000', '154148.425000', '154208.305000', '154208.308000', '154208.311000', '154208.314000', '154208.316000', '154208.319000', '154208.322000', '154208.325000', '154208.328000', '154208.331000', '154208.333000', '154208.336000', '154208.339000', '154208.342000', '154208.345000', '154208.348000', '154208.351000', '154208.353000', '154208.356000', '154208.359000', '154208.362000', '154208.365000', '154208.368000', '154208.371000', '154208.373000', '154208.376000', '154208.379000', '154208.382000', '154208.385000', '154208.387000', '154208.391000', '154208.394000', '154208.397000', '154208.399000', '154208.402000', '154208.405000', '154208.408000', '154208.411000', '154208.413000', '154208.416000', '154208.419000', '154208.422000', '154208.425000', '154208.428000', '154228.305000', '154228.308000', '154228.311000', '154228.314000', '154228.317000', '154228.319000', '154228.322000', '154228.325000', '154228.328000', '154228.331000', '154228.334000', '154228.337000', '154228.339000', '154228.342000', '154228.345000', '154228.348000', '154228.351000', '154228.354000', '154228.357000', '154228.360000', '154228.362000', '154228.365000', '154228.368000', '154228.371000', '154228.374000', '154228.377000', '154228.380000', '154228.382000', '154228.385000', '154228.388000', '154228.391000', '154228.394000', '154228.397000', '154228.399000', '154228.403000', '154228.407000', '154228.409000', '154228.412000', '154228.415000', '154228.418000', '154228.421000', '154228.424000', '154228.427000', '154248.306000', '154248.309000', '154248.312000', '154248.315000', '154248.317000', '154248.320000', '154248.323000', '154248.326000', '154248.329000', '154248.331000', '154248.334000', '154248.350000', '154248.353000', '154248.355000', '154248.358000', '154248.361000', '154248.364000', '154248.367000', '154248.371000', '154248.373000', '154248.376000', '154248.379000', '154248.382000', '154248.385000', '154248.388000', '154248.390000', '154248.394000', '154248.396000', '154248.399000', '154248.402000', '154248.405000', '154248.408000', '154248.410000', '154248.413000', '154248.416000', '154248.419000', '154248.422000', '154248.425000', '154248.427000', '154248.430000', '154248.433000', '154248.436000', '154248.439000', '154248.442000', '154308.306000', '154308.309000', '154308.312000', '154308.315000', '154308.318000', '154308.320000', '154308.323000', '154308.326000', '154308.329000', '154308.332000', '154308.335000', '154308.337000', '154308.340000', '154308.343000', '154308.346000', '154308.349000', '154308.352000', '154308.355000', '154308.357000', '154308.360000', '154308.363000', '154308.366000', '154308.369000', '154308.371000', '154308.374000', '154308.377000', '154308.380000', '154308.383000', '154308.386000', '154308.389000', '154308.392000', '154308.394000', '154308.397000', '154308.400000', '154308.403000', '154308.406000', '154308.409000', '154308.411000', '154308.414000', '154308.417000', '154308.420000', '154308.423000', '154308.426000', '154328.305000', '154328.308000', '154328.310000', '154328.313000', '154328.316000', '154328.319000', '154328.322000', '154328.325000', '154328.327000', '154328.330000', '154328.333000', '154328.336000', '154328.338000', '154328.341000', '154328.344000', '154328.347000', '154328.350000', '154328.353000', '154328.355000', '154328.358000', '154328.361000', '154328.364000', '154328.367000', '154328.369000', '154328.372000', '154328.375000', '154328.378000', '154328.381000', '154328.383000', '154328.386000', '154328.389000', '154328.392000', '154328.395000', '154328.397000', '154328.400000', '154328.403000', '154328.406000', '154328.409000', '154328.411000', '154328.414000', '154328.417000', '154328.420000', '154328.423000', '154328.425000', '154348.305000', '154348.308000', '154348.311000', '154348.313000', '154348.316000', '154348.319000', '154348.322000', '154348.325000', '154348.328000', '154348.330000', '154348.333000', '154348.336000', '154348.339000', '154348.342000', '154348.344000', '154348.347000', '154348.350000', '154348.353000', '154348.356000', '154348.358000', '154348.361000', '154348.364000', '154348.367000', '154348.370000', '154348.372000', '154348.375000', '154348.378000', '154348.381000', '154348.384000', '154348.386000', '154348.389000', '154348.392000', '154348.395000', '154348.398000', '154348.400000', '154348.403000', '154348.406000', '154348.409000', '154348.411000', '154348.414000', '154348.417000', '154348.420000', '154348.423000', '154408.305000', '154408.308000', '154408.311000', '154408.313000', '154408.316000', '154408.319000', '154408.322000', '154408.325000', '154408.328000', '154408.330000', '154408.333000', '154408.336000', '154408.339000', '154408.341000', '154408.344000', '154408.347000', '154408.350000', '154408.353000', '154408.356000', '154408.358000', '154408.361000', '154408.364000', '154408.382000', '154408.385000', '154408.388000', '154408.391000', '154408.393000', '154408.396000', '154408.399000', '154408.402000', '154408.405000', '154408.408000', '154408.412000', '154408.415000', '154408.418000', '154408.420000', '154408.423000', '154408.426000', '154408.429000', '154408.432000', '154408.434000', '154408.437000', '154408.440000', '154408.443000', '154428.305000', '154428.308000', '154428.311000', '154428.313000', '154428.316000', '154428.319000', '154428.322000', '154428.325000', '154428.328000', '154428.330000', '154428.333000', '154428.336000', '154428.339000', '154428.341000', '154428.344000', '154428.347000', '154428.350000', '154428.353000', '154428.355000', '154428.358000', '154428.361000', '154428.364000', '154428.367000', '154428.369000', '154428.372000', '154428.375000', '154428.378000', '154428.381000', '154428.383000', '154428.386000', '154428.389000', '154428.392000', '154428.395000', '154428.397000', '154428.400000', '154428.403000', '154428.406000', '154428.409000', '154428.411000', '154428.414000', '154428.417000', '154428.420000', '154428.423000', '154446.971000', '154446.975000', '154446.977000', '154446.980000', '154446.983000', '154446.986000', '154446.990000', '154446.993000', '154446.996000', '154446.999000', '154447.002000', '154447.004000', '154447.007000', '154447.010000', '154447.013000', '154447.016000', '154447.019000', '154447.021000', '154447.024000', '154447.027000', '154447.030000', '154447.033000', '154447.036000', '154447.039000', '154447.042000', '154447.045000', '154447.048000', '154447.051000', '154447.053000', '154447.057000', '154447.060000', '154447.062000', '154447.065000', '154447.068000', '154447.071000', '154447.074000', '154447.077000', '154447.079000', '154447.082000', '154447.085000', '154447.088000'], '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': [11411, 11520, 13975, 11943, 9414, 12321, 9542, 11018, 10800, 14031, 10522, 9601, 12869, 10442, 11513, 9966, 10884, 11212, 15342, 11069, 10073, 13514, 10453, 11551, 10483, 10524, 10552, 11137, 12276, 9330, 12418, 10946, 11401, 10774, 11158, 10356, 13671, 11198, 10095, 13154, 10753, 12056, 11515, 13033, 9871, 9382, 12591, 10883, 12053, 11134, 9214, 12267, 9447, 12588, 11055, 11526, 10820, 13394, 10686, 13666, 13031, 11115, 13321, 10711, 11798, 9647, 12990, 10052, 14257, 10225, 11459, 12197, 10309, 11802, 10397, 12188, 10553, 11668, 10784, 11354, 10495, 12359, 9754, 9028, 12763, 10244, 12748, 12078, 11592, 10035, 9038, 12656, 11910, 15600, 11532, 10384, 12095, 11703, 12951, 11934, 9556, 12573, 10901, 14370, 10483, 10861, 11983, 9479, 12917, 11136, 15343, 10532, 10377, 11338, 9904, 12208, 10151, 10031, 12441, 10545, 10968, 9894, 11706, 10437, 14892, 9899, 11218, 12381, 10328, 11231, 10132, 13967, 10360, 11665, 12115, 10368, 10735, 10210, 11569, 9928, 11069, 11817, 10321, 11520, 9740, 10867, 10411, 9238, 12022, 9472, 11920, 10598, 13213, 9770, 12007, 11742, 9560, 13360, 10082, 13101, 10751, 11336, 11442, 12201, 10175, 10809, 12279, 10608, 12327, 11776, 12646, 10254, 9486, 12808, 10754, 12559, 11176, 11324, 12425, 9319, 13213, 10900, 13159, 11003, 10384, 12301, 9632, 13312, 11306, 12208, 11472, 12461, 12073, 9629, 13374, 10953, 13085, 11509, 13535, 11056, 9135, 12423, 9755, 15610, 10403, 11498, 11163, 9111, 11581, 10469, 14948, 10521, 14236, 11556, 10112, 11651, 9313, 11522, 9093, 10814, 9774, 10960, 10056, 12714, 9804, 8491, 11843, 9893, 12217, 9780, 13682, 10394, 12405, 9415, 13513, 10057, 14431, 10582, 14332, 12683, 11225, 12835, 10818, 12847, 10357, 13443, 10795, 15322, 11117, 11500, 12491, 9392, 13099, 10669, 15351, 10818, 10986, 11230, 9583, 13241, 11342, 15942, 11092, 14326, 11573, 10093, 12339, 9966, 13330, 10369, 12070, 12352, 10555, 10829, 10612, 13808, 10277, 9889, 12353, 9786, 10655, 11140, 13259, 11310, 9700, 12169, 10196, 11158, 10957, 13008, 11596, 9385, 12202, 10080, 13373, 10725, 9950, 12312, 10904, 9339, 12794, 9629, 13577, 10896, 10255, 10903, 11141, 14639, 11293, 12546, 13413, 11205, 12970, 11436, 14003, 12127, 14473, 13072, 13570, 12311, 16251, 10841, 13807, 12165, 10055, 12429, 9617, 12074, 8477, 10741, 9918, 11159, 11227, 9073, 13386, 9344, 9334, 11750, 10068, 11226, 9847, 12540, 9731, 12117, 10720, 10840, 11181, 13755, 11027, 15437, 11227, 11872, 12852, 10381, 11640, 9423, 12988, 10740, 13042, 11259, 13195, 10078, 12624, 12203, 9435, 12849, 9756, 14396, 10136, 9995, 11645, 10023, 13069, 10750, 10449, 14304, 11325, 14711, 10043, 11001, 11761, 9572, 11609, 9770, 14099, 10470, 10010, 11979, 9609, 12509, 9774, 13820, 9825, 13585, 10693, 10199, 11876, 9282, 11919, 10112, 12650, 9173, 9255, 11891, 9407, 11607, 10478, 11347, 10919, 9190, 12750, 9598, 11778, 10732, 11711, 11103, 9546, 12641, 10114, 12677, 10549, 12808, 9978, 9358, 12313, 9187, 14089, 9123, 9855, 11843, 9604, 12122, 10177, 10454, 11144, 9342, 12482, 11602, 11962, 13506, 10730, 14661, 10540, 9132, 13607, 9523, 13036, 9846, 12830, 11901, 10291, 12696, 10051, 13623, 10523, 11690, 12342, 10041, 12958, 10449, 13796, 11451, 14433, 10254, 9201, 12257, 8939, 12420, 10851, 12546, 10614, 9229, 10958, 8431, 12090, 9184, 11645, 9889, 11615, 12342, 9183, 12240, 9140, 12202, 10700, 10673, 12789, 11306, 10611, 10690, 9122, 12329, 9641, 13804, 11707, 9135, 12341, 9499, 12150, 9252, 14294, 10889, 10091, 12811, 9054, 12898, 9605, 12729, 10384, 9816, 12299, 9794, 12197, 9613, 10079, 10546, 9889, 12945, 10890, 8399, 11843, 9780, 12771, 8958, 9173, 12196, 11002, 12441, 11655, 9484, 12251, 10096, 13180, 10849, 11408, 13070, 9254, 13800, 9606, 12763, 10105, 13391, 10870, 10125, 12953, 9304, 12326, 9281, 8565, 11087, 8848, 12904, 11491, 10716, 11222, 8975, 12027, 9209, 12556, 10576, 12276, 11336, 12954, 9449, 8882, 12341, 9384, 13392, 12107, 11299, 12824, 9200, 13546, 9958, 10915, 11701, 10281, 13267, 10733, 12802, 10597, 13155, 10513, 12782, 11156, 14621, 11213, 9324, 11947, 9006, 12647, 9834, 14494, 11506, 9202, 12560, 9044, 12677, 9866, 12384, 9246, 12103, 10710, 14394, 11058, 8826, 12028, 8991, 12295, 9786, 13731, 10503, 12836, 11728, 8957, 12603, 9106, 12707, 10654, 14822, 12071, 9115, 13123, 9573, 12915, 10450, 14580, 11621, 11087, 13684, 10546, 15426, 12163, 9173, 12381, 9158, 12931, 9632, 10125, 13223, 10612, 12762, 10629, 10828, 12160, 9082, 12936, 9032, 12966, 9268, 13135, 9942, 13160, 10042, 12756, 11005, 8837, 12818, 11236, 14712, 10670, 8490, 11975, 9080, 11741, 9153, 11952, 10377, 11532, 10007, 11987, 9083, 11974, 9313, 12114, 9747, 13286, 11172, 8845, 12310, 8953, 12583, 9973, 12536, 10236, 12877, 10445, 9666, 10967, 8735, 12800, 9214, 13847, 10694, 10738, 12880, 9087, 13197, 9617, 14260, 9934, 13635, 12403, 9432, 12627, 9144, 12445, 9142, 11582, 13064, 10096, 13002, 10023, 9436, 11992, 9295, 13544, 11781, 10137, 12896, 9344, 14015, 9581, 9992, 13600, 11226, 13966, 10359, 8732, 12303, 9631, 12990, 11030, 9423, 12383, 8906, 12308, 9306, 12943, 9558, 9510, 12111, 9833, 13285, 9368, 8271, 11651, 10071, 12751, 11056, 11636, 11679, 9796, 12826, 9876, 13209, 10208, 13909, 10810, 13433, 9582, 12243, 9989, 10061, 13050, 10480, 12473, 9361, 12619, 9732, 12498, 9528, 12121, 9949, 13111, 10129, 8397, 11209, 8438, 11663, 8952, 9042, 12029, 9196, 12430, 9006, 12218, 9024, 12655, 9737, 13480, 9885, 13099, 9652, 13015, 9659, 13326, 11074, 12985, 10884, 12087, 8954, 8841, 11688, 9425, 13195, 10692, 14079, 9515, 9335, 11335, 9625, 12667, 9268, 12673, 9983, 14261, 9831, 10017, 11782, 9780, 12869, 10107, 12676, 9499, 12298, 10009, 9507, 12315, 9971, 12393, 10157, 12472, 9970, 14029, 9730, 12309, 11469, 10047, 12711, 9211, 13692, 10566, 14609, 10174, 10475, 12170, 9885, 12930, 9791, 12991, 9711, 13283, 9796, 12557, 11830, 9467, 12886, 8933, 13712, 9871, 14235, 9779, 10069, 12564, 9342, 12622, 9597, 10289, 12018, 8586, 12618], 'WindowCenter': [3838.0, 3815.0, 3820.0, 3797.0, 3763.0, 3793.0, 3760.0, 3780.0, 3784.0, 3802.0, 3771.0, 3756.0, 3778.0, 3768.0, 3769.0, 3759.0, 3770.0, 3768.0, 3800.0, 3767.0, 3756.0, 3778.0, 3756.0, 3767.0, 3768.0, 3767.0, 3769.0, 3768.0, 3779.0, 3759.0, 3780.0, 3780.0, 3782.0, 3783.0, 3781.0, 3772.0, 3791.0, 3768.0, 3757.0, 3789.0, 3783.0, 3794.0, 3782.0, 3779.0, 3758.0, 3757.0, 3778.0, 3782.0, 3792.0, 3781.0, 3760.0, 3790.0, 3757.0, 3790.0, 3783.0, 3783.0, 3782.0, 3790.0, 3771.0, 3789.0, 3779.0, 3767.0, 3789.0, 3769.0, 3767.0, 3746.0, 3776.0, 3756.0, 3786.0, 3757.0, 3780.0, 3792.0, 3770.0, 3780.0, 3771.0, 3779.0, 3768.0, 3768.0, 3768.0, 3770.0, 3769.0, 3780.0, 3758.0, 3747.0, 3778.0, 3757.0, 3789.0, 3791.0, 3781.0, 3759.0, 3747.0, 3778.0, 3780.0, 3800.0, 3781.0, 3771.0, 3793.0, 3794.0, 3793.0, 3782.0, 3760.0, 3781.0, 3770.0, 3790.0, 3771.0, 3770.0, 3782.0, 3747.0, 3779.0, 3766.0, 3787.0, 3758.0, 3756.0, 3768.0, 3758.0, 3778.0, 3756.0, 3756.0, 3778.0, 3767.0, 3769.0, 3759.0, 3779.0, 3757.0, 3789.0, 3757.0, 3765.0, 3780.0, 3758.0, 3769.0, 3758.0, 3788.0, 3755.0, 3765.0, 3778.0, 3758.0, 3767.0, 3758.0, 3767.0, 3754.0, 3765.0, 3767.0, 3756.0, 3766.0, 3760.0, 3771.0, 3770.0, 3759.0, 3779.0, 3761.0, 3782.0, 3783.0, 3804.0, 3774.0, 3781.0, 3782.0, 3759.0, 3790.0, 3767.0, 3790.0, 3782.0, 3780.0, 3780.0, 3777.0, 3758.0, 3768.0, 3778.0, 3768.0, 3789.0, 3781.0, 3792.0, 3769.0, 3758.0, 3791.0, 3779.0, 3791.0, 3781.0, 3781.0, 3790.0, 3758.0, 3790.0, 3780.0, 3790.0, 3770.0, 3758.0, 3778.0, 3756.0, 3777.0, 3769.0, 3779.0, 3766.0, 3777.0, 3766.0, 3744.0, 3774.0, 3755.0, 3776.0, 3767.0, 3776.0, 3767.0, 3744.0, 3766.0, 3742.0, 3785.0, 3755.0, 3767.0, 3767.0, 3746.0, 3767.0, 3755.0, 3786.0, 3756.0, 3776.0, 3767.0, 3756.0, 3777.0, 3745.0, 3766.0, 3745.0, 3766.0, 3756.0, 3766.0, 3758.0, 3790.0, 3772.0, 3762.0, 3794.0, 3783.0, 3806.0, 3785.0, 3817.0, 3786.0, 3807.0, 3775.0, 3804.0, 3774.0, 3803.0, 3770.0, 3791.0, 3780.0, 3769.0, 3781.0, 3766.0, 3779.0, 3758.0, 3777.0, 3768.0, 3800.0, 3781.0, 3778.0, 3779.0, 3746.0, 3789.0, 3768.0, 3800.0, 3771.0, 3768.0, 3769.0, 3758.0, 3778.0, 3767.0, 3786.0, 3765.0, 3787.0, 3767.0, 3755.0, 3766.0, 3745.0, 3774.0, 3756.0, 3765.0, 3779.0, 3768.0, 3767.0, 3768.0, 3789.0, 3757.0, 3756.0, 3777.0, 3769.0, 3767.0, 3770.0, 3780.0, 3767.0, 3743.0, 3766.0, 3756.0, 3766.0, 3769.0, 3790.0, 3780.0, 3759.0, 3778.0, 3770.0, 3792.0, 3780.0, 3786.0, 3806.0, 3783.0, 3759.0, 3790.0, 3758.0, 3790.0, 3770.0, 3770.0, 3783.0, 3783.0, 3804.0, 3782.0, 3790.0, 3790.0, 3767.0, 3776.0, 3754.0, 3775.0, 3751.0, 3764.0, 3762.0, 3762.0, 3751.0, 3772.0, 3738.0, 3759.0, 3750.0, 3727.0, 3749.0, 3728.0, 3763.0, 3731.0, 3752.0, 3757.0, 3766.0, 3769.0, 3758.0, 3800.0, 3759.0, 3770.0, 3795.0, 3785.0, 3796.0, 3783.0, 3795.0, 3774.0, 3793.0, 3783.0, 3782.0, 3782.0, 3791.0, 3770.0, 3801.0, 3770.0, 3779.0, 3792.0, 3769.0, 3781.0, 3748.0, 3777.0, 3767.0, 3777.0, 3767.0, 3779.0, 3759.0, 3778.0, 3779.0, 3745.0, 3777.0, 3758.0, 3798.0, 3768.0, 3771.0, 3781.0, 3771.0, 3791.0, 3782.0, 3771.0, 3802.0, 3781.0, 3801.0, 3770.0, 3781.0, 3783.0, 3762.0, 3781.0, 3761.0, 3792.0, 3770.0, 3759.0, 3780.0, 3757.0, 3778.0, 3758.0, 3777.0, 3758.0, 3777.0, 3756.0, 3757.0, 3768.0, 3757.0, 3778.0, 3759.0, 3779.0, 3758.0, 3759.0, 3780.0, 3772.0, 3783.0, 3784.0, 3783.0, 3783.0, 3761.0, 3793.0, 3761.0, 3783.0, 3782.0, 3781.0, 3769.0, 3758.0, 3779.0, 3757.0, 3778.0, 3768.0, 3779.0, 3760.0, 3759.0, 3780.0, 3759.0, 3802.0, 3761.0, 3757.0, 3779.0, 3759.0, 3779.0, 3769.0, 3769.0, 3770.0, 3761.0, 3792.0, 3794.0, 3793.0, 3804.0, 3783.0, 3801.0, 3770.0, 3759.0, 3800.0, 3760.0, 3790.0, 3769.0, 3789.0, 3781.0, 3771.0, 3791.0, 3770.0, 3792.0, 3768.0, 3767.0, 3778.0, 3756.0, 3777.0, 3756.0, 3777.0, 3755.0, 3775.0, 3742.0, 3731.0, 3762.0, 3732.0, 3763.0, 3767.0, 3776.0, 3753.0, 3744.0, 3764.0, 3735.0, 3777.0, 3757.0, 3778.0, 3770.0, 3781.0, 3791.0, 3759.0, 3791.0, 3772.0, 3792.0, 3783.0, 3781.0, 3804.0, 3784.0, 3771.0, 3771.0, 3759.0, 3789.0, 3772.0, 3791.0, 3782.0, 3760.0, 3789.0, 3761.0, 3781.0, 3760.0, 3801.0, 3770.0, 3770.0, 3779.0, 3746.0, 3778.0, 3758.0, 3778.0, 3757.0, 3757.0, 3779.0, 3770.0, 3780.0, 3761.0, 3756.0, 3768.0, 3758.0, 3791.0, 3769.0, 3747.0, 3781.0, 3771.0, 3804.0, 3759.0, 3773.0, 3793.0, 3786.0, 3804.0, 3795.0, 3774.0, 3792.0, 3771.0, 3792.0, 3782.0, 3781.0, 3793.0, 3747.0, 3777.0, 3747.0, 3776.0, 3757.0, 3777.0, 3768.0, 3755.0, 3779.0, 3747.0, 3777.0, 3746.0, 3735.0, 3767.0, 3758.0, 3791.0, 3783.0, 3772.0, 3782.0, 3761.0, 3790.0, 3759.0, 3779.0, 3771.0, 3781.0, 3770.0, 3778.0, 3757.0, 3748.0, 3778.0, 3759.0, 3804.0, 3794.0, 3780.0, 3790.0, 3758.0, 3789.0, 3771.0, 3780.0, 3779.0, 3770.0, 3791.0, 3772.0, 3791.0, 3772.0, 3790.0, 3769.0, 3778.0, 3768.0, 3788.0, 3766.0, 3745.0, 3767.0, 3747.0, 3777.0, 3758.0, 3801.0, 3779.0, 3760.0, 3779.0, 3749.0, 3780.0, 3757.0, 3778.0, 3758.0, 3779.0, 3770.0, 3800.0, 3781.0, 3747.0, 3781.0, 3760.0, 3780.0, 3770.0, 3801.0, 3784.0, 3792.0, 3783.0, 3759.0, 3791.0, 3760.0, 3790.0, 3782.0, 3802.0, 3792.0, 3758.0, 3791.0, 3760.0, 3790.0, 3770.0, 3800.0, 3779.0, 3767.0, 3789.0, 3757.0, 3789.0, 3767.0, 3744.0, 3773.0, 3746.0, 3775.0, 3756.0, 3769.0, 3791.0, 3771.0, 3791.0, 3771.0, 3770.0, 3779.0, 3746.0, 3778.0, 3732.0, 3776.0, 3744.0, 3776.0, 3744.0, 3774.0, 3744.0, 3774.0, 3752.0, 3732.0, 3775.0, 3767.0, 3787.0, 3767.0, 3745.0, 3778.0, 3760.0, 3778.0, 3760.0, 3781.0, 3772.0, 3780.0, 3757.0, 3778.0, 3746.0, 3777.0, 3757.0, 3776.0, 3769.0, 3800.0, 3779.0, 3758.0, 3780.0, 3760.0, 3781.0, 3759.0, 3779.0, 3769.0, 3789.0, 3770.0, 3758.0, 3768.0, 3747.0, 3787.0, 3760.0, 3803.0, 3782.0, 3779.0, 3791.0, 3760.0, 3791.0, 3767.0, 3801.0, 3770.0, 3788.0, 3789.0, 3759.0, 3779.0, 3758.0, 3778.0, 3759.0, 3780.0, 3790.0, 3769.0, 3789.0, 3758.0, 3756.0, 3777.0, 3757.0, 3790.0, 3781.0, 3767.0, 3788.0, 3758.0, 3789.0, 3758.0, 3769.0, 3791.0, 3766.0, 3789.0, 3770.0, 3747.0, 3778.0, 3772.0, 3790.0, 3770.0, 3757.0, 3779.0, 3747.0, 3776.0, 3756.0, 3786.0, 3769.0, 3771.0, 3793.0, 3773.0, 3801.0, 3770.0, 3762.0, 3795.0, 3786.0, 3805.0, 3796.0, 3794.0, 3783.0, 3770.0, 3793.0, 3759.0, 3791.0, 3758.0, 3790.0, 3767.0, 3776.0, 3745.0, 3766.0, 3757.0, 3769.0, 3789.0, 3770.0, 3780.0, 3758.0, 3777.0, 3758.0, 3776.0, 3756.0, 3777.0, 3768.0, 3788.0, 3767.0, 3747.0, 3779.0, 3749.0, 3791.0, 3774.0, 3775.0, 3806.0, 3786.0, 3807.0, 3774.0, 3795.0, 3774.0, 3807.0, 3773.0, 3794.0, 3759.0, 3791.0, 3758.0, 3777.0, 3758.0, 3787.0, 3778.0, 3788.0, 3768.0, 3777.0, 3746.0, 3744.0, 3778.0, 3757.0, 3789.0, 3768.0, 3787.0, 3759.0, 3746.0, 3780.0, 3759.0, 3789.0, 3757.0, 3778.0, 3755.0, 3786.0, 3756.0, 3756.0, 3777.0, 3756.0, 3778.0, 3757.0, 3777.0, 3755.0, 3779.0, 3758.0, 3753.0, 3777.0, 3757.0, 3778.0, 3768.0, 3777.0, 3758.0, 3789.0, 3757.0, 3776.0, 3779.0, 3757.0, 3803.0, 3758.0, 3788.0, 3765.0, 3785.0, 3757.0, 3753.0, 3777.0, 3754.0, 3790.0, 3757.0, 3789.0, 3760.0, 3788.0, 3757.0, 3779.0, 3779.0, 3756.0, 3778.0, 3745.0, 3788.0, 3757.0, 3785.0, 3756.0, 3768.0, 3790.0, 3760.0, 3789.0, 3760.0, 3770.0, 3792.0, 3762.0, 3791.0], 'WindowWidth': [8606.0, 8563.0, 8559.0, 8521.0, 8470.0, 8510.0, 8462.0, 8489.0, 8497.0, 8519.0, 8475.0, 8450.0, 8482.0, 8466.0, 8467.0, 8457.0, 8473.0, 8469.0, 8511.0, 8463.0, 8446.0, 8478.0, 8445.0, 8463.0, 8467.0, 8467.0, 8471.0, 8465.0, 8483.0, 8455.0, 8485.0, 8486.0, 8491.0, 8496.0, 8490.0, 8478.0, 8500.0, 8467.0, 8450.0, 8497.0, 8494.0, 8511.0, 8491.0, 8482.0, 8452.0, 8451.0, 8480.0, 8491.0, 8504.0, 8490.0, 8459.0, 8499.0, 8454.0, 8500.0, 8494.0, 8495.0, 8493.0, 8501.0, 8473.0, 8493.0, 8481.0, 8461.0, 8494.0, 8467.0, 8464.0, 8432.0, 8474.0, 8445.0, 8486.0, 8449.0, 8484.0, 8504.0, 8474.0, 8487.0, 8474.0, 8484.0, 8468.0, 8467.0, 8468.0, 8474.0, 8471.0, 8485.0, 8453.0, 8435.0, 8478.0, 8451.0, 8497.0, 8503.0, 8487.0, 8456.0, 8439.0, 8479.0, 8484.0, 8512.0, 8488.0, 8476.0, 8509.0, 8513.0, 8508.0, 8492.0, 8458.0, 8488.0, 8470.0, 8500.0, 8475.0, 8471.0, 8491.0, 8435.0, 8482.0, 8462.0, 8488.0, 8451.0, 8449.0, 8467.0, 8452.0, 8480.0, 8448.0, 8446.0, 8478.0, 8464.0, 8470.0, 8458.0, 8484.0, 8451.0, 8493.0, 8448.0, 8456.0, 8484.0, 8453.0, 8469.0, 8453.0, 8492.0, 8444.0, 8457.0, 8479.0, 8453.0, 8465.0, 8452.0, 8462.0, 8443.0, 8457.0, 8463.0, 8447.0, 8463.0, 8462.0, 8475.0, 8473.0, 8457.0, 8483.0, 8462.0, 8489.0, 8494.0, 8525.0, 8484.0, 8487.0, 8490.0, 8455.0, 8497.0, 8464.0, 8498.0, 8490.0, 8488.0, 8486.0, 8480.0, 8452.0, 8464.0, 8478.0, 8468.0, 8498.0, 8489.0, 8506.0, 8469.0, 8455.0, 8501.0, 8483.0, 8506.0, 8491.0, 8488.0, 8498.0, 8453.0, 8497.0, 8487.0, 8501.0, 8473.0, 8454.0, 8479.0, 8448.0, 8476.0, 8469.0, 8485.0, 8463.0, 8476.0, 8460.0, 8428.0, 8467.0, 8442.0, 8474.0, 8463.0, 8475.0, 8462.0, 8428.0, 8458.0, 8425.0, 8484.0, 8446.0, 8461.0, 8463.0, 8433.0, 8463.0, 8444.0, 8485.0, 8445.0, 8470.0, 8463.0, 8448.0, 8479.0, 8431.0, 8460.0, 8430.0, 8461.0, 8447.0, 8462.0, 8455.0, 8499.0, 8480.0, 8469.0, 8514.0, 8498.0, 8531.0, 8505.0, 8546.0, 8506.0, 8534.0, 8490.0, 8526.0, 8486.0, 8521.0, 8472.0, 8499.0, 8485.0, 8469.0, 8487.0, 8463.0, 8484.0, 8451.0, 8477.0, 8465.0, 8512.0, 8488.0, 8480.0, 8484.0, 8434.0, 8494.0, 8466.0, 8510.0, 8475.0, 8467.0, 8469.0, 8452.0, 8481.0, 8462.0, 8486.0, 8457.0, 8487.0, 8464.0, 8445.0, 8462.0, 8430.0, 8469.0, 8445.0, 8456.0, 8481.0, 8467.0, 8466.0, 8467.0, 8493.0, 8451.0, 8447.0, 8479.0, 8472.0, 8467.0, 8471.0, 8482.0, 8462.0, 8427.0, 8461.0, 8447.0, 8464.0, 8471.0, 8498.0, 8483.0, 8454.0, 8481.0, 8474.0, 8505.0, 8489.0, 8507.0, 8534.0, 8497.0, 8459.0, 8498.0, 8455.0, 8497.0, 8473.0, 8473.0, 8496.0, 8494.0, 8524.0, 8493.0, 8499.0, 8500.0, 8462.0, 8476.0, 8440.0, 8472.0, 8432.0, 8454.0, 8447.0, 8449.0, 8428.0, 8459.0, 8410.0, 8436.0, 8425.0, 8391.0, 8423.0, 8396.0, 8449.0, 8407.0, 8437.0, 8451.0, 8462.0, 8467.0, 8454.0, 8513.0, 8459.0, 8475.0, 8516.0, 8502.0, 8518.0, 8498.0, 8514.0, 8483.0, 8508.0, 8495.0, 8492.0, 8491.0, 8503.0, 8472.0, 8514.0, 8471.0, 8480.0, 8504.0, 8471.0, 8488.0, 8441.0, 8478.0, 8464.0, 8476.0, 8463.0, 8482.0, 8456.0, 8479.0, 8482.0, 8433.0, 8478.0, 8454.0, 8507.0, 8468.0, 8475.0, 8490.0, 8476.0, 8503.0, 8490.0, 8473.0, 8516.0, 8489.0, 8516.0, 8473.0, 8489.0, 8494.0, 8463.0, 8488.0, 8459.0, 8502.0, 8470.0, 8454.0, 8485.0, 8450.0, 8480.0, 8451.0, 8475.0, 8450.0, 8474.0, 8446.0, 8446.0, 8464.0, 8452.0, 8481.0, 8455.0, 8482.0, 8452.0, 8453.0, 8484.0, 8480.0, 8494.0, 8498.0, 8494.0, 8492.0, 8462.0, 8504.0, 8460.0, 8494.0, 8492.0, 8488.0, 8470.0, 8452.0, 8482.0, 8450.0, 8479.0, 8465.0, 8482.0, 8460.0, 8454.0, 8485.0, 8455.0, 8518.0, 8464.0, 8451.0, 8482.0, 8456.0, 8484.0, 8471.0, 8470.0, 8470.0, 8461.0, 8508.0, 8512.0, 8508.0, 8526.0, 8495.0, 8517.0, 8471.0, 8456.0, 8512.0, 8459.0, 8500.0, 8471.0, 8496.0, 8488.0, 8472.0, 8502.0, 8474.0, 8504.0, 8466.0, 8463.0, 8477.0, 8444.0, 8477.0, 8446.0, 8476.0, 8442.0, 8470.0, 8422.0, 8406.0, 8449.0, 8408.0, 8450.0, 8462.0, 8473.0, 8439.0, 8427.0, 8456.0, 8418.0, 8476.0, 8451.0, 8479.0, 8472.0, 8488.0, 8502.0, 8458.0, 8503.0, 8479.0, 8504.0, 8494.0, 8491.0, 8526.0, 8497.0, 8475.0, 8474.0, 8459.0, 8499.0, 8476.0, 8501.0, 8492.0, 8458.0, 8499.0, 8462.0, 8489.0, 8459.0, 8514.0, 8473.0, 8470.0, 8483.0, 8434.0, 8480.0, 8453.0, 8476.0, 8450.0, 8449.0, 8482.0, 8472.0, 8488.0, 8460.0, 8450.0, 8466.0, 8454.0, 8500.0, 8469.0, 8439.0, 8488.0, 8477.0, 8523.0, 8461.0, 8482.0, 8509.0, 8503.0, 8526.0, 8513.0, 8482.0, 8506.0, 8476.0, 8502.0, 8493.0, 8487.0, 8508.0, 8436.0, 8478.0, 8436.0, 8472.0, 8447.0, 8476.0, 8465.0, 8444.0, 8481.0, 8434.0, 8476.0, 8433.0, 8417.0, 8463.0, 8457.0, 8503.0, 8493.0, 8476.0, 8491.0, 8461.0, 8501.0, 8457.0, 8484.0, 8475.0, 8490.0, 8472.0, 8482.0, 8452.0, 8438.0, 8480.0, 8456.0, 8526.0, 8511.0, 8485.0, 8498.0, 8454.0, 8498.0, 8475.0, 8485.0, 8483.0, 8472.0, 8502.0, 8477.0, 8502.0, 8476.0, 8498.0, 8469.0, 8478.0, 8465.0, 8493.0, 8462.0, 8429.0, 8462.0, 8436.0, 8475.0, 8454.0, 8514.0, 8484.0, 8457.0, 8483.0, 8442.0, 8483.0, 8452.0, 8479.0, 8453.0, 8482.0, 8474.0, 8513.0, 8487.0, 8439.0, 8487.0, 8459.0, 8486.0, 8475.0, 8516.0, 8498.0, 8504.0, 8493.0, 8457.0, 8501.0, 8459.0, 8499.0, 8492.0, 8517.0, 8505.0, 8456.0, 8502.0, 8459.0, 8499.0, 8472.0, 8513.0, 8484.0, 8463.0, 8498.0, 8451.0, 8499.0, 8462.0, 8429.0, 8466.0, 8433.0, 8472.0, 8449.0, 8469.0, 8501.0, 8475.0, 8503.0, 8475.0, 8470.0, 8482.0, 8431.0, 8476.0, 8409.0, 8471.0, 8427.0, 8473.0, 8428.0, 8469.0, 8428.0, 8466.0, 8436.0, 8407.0, 8470.0, 8462.0, 8489.0, 8465.0, 8432.0, 8481.0, 8459.0, 8481.0, 8460.0, 8489.0, 8478.0, 8486.0, 8451.0, 8480.0, 8436.0, 8477.0, 8451.0, 8475.0, 8472.0, 8514.0, 8485.0, 8455.0, 8486.0, 8458.0, 8486.0, 8456.0, 8485.0, 8473.0, 8498.0, 8471.0, 8453.0, 8469.0, 8439.0, 8492.0, 8461.0, 8521.0, 8494.0, 8487.0, 8505.0, 8461.0, 8503.0, 8468.0, 8514.0, 8474.0, 8496.0, 8499.0, 8455.0, 8484.0, 8453.0, 8479.0, 8457.0, 8486.0, 8501.0, 8471.0, 8497.0, 8454.0, 8449.0, 8478.0, 8454.0, 8500.0, 8487.0, 8465.0, 8495.0, 8455.0, 8496.0, 8454.0, 8470.0, 8502.0, 8465.0, 8496.0, 8470.0, 8436.0, 8481.0, 8477.0, 8501.0, 8474.0, 8451.0, 8481.0, 8436.0, 8475.0, 8450.0, 8489.0, 8473.0, 8477.0, 8509.0, 8482.0, 8518.0, 8476.0, 8466.0, 8512.0, 8505.0, 8530.0, 8517.0, 8511.0, 8496.0, 8473.0, 8505.0, 8456.0, 8504.0, 8454.0, 8500.0, 8464.0, 8476.0, 8431.0, 8459.0, 8453.0, 8470.0, 8497.0, 8471.0, 8485.0, 8453.0, 8477.0, 8453.0, 8474.0, 8449.0, 8479.0, 8469.0, 8494.0, 8465.0, 8437.0, 8484.0, 8446.0, 8503.0, 8488.0, 8490.0, 8534.0, 8507.0, 8535.0, 8488.0, 8515.0, 8486.0, 8534.0, 8481.0, 8512.0, 8457.0, 8501.0, 8452.0, 8478.0, 8453.0, 8493.0, 8482.0, 8494.0, 8467.0, 8478.0, 8435.0, 8430.0, 8480.0, 8455.0, 8498.0, 8467.0, 8493.0, 8455.0, 8434.0, 8484.0, 8458.0, 8498.0, 8452.0, 8480.0, 8445.0, 8487.0, 8446.0, 8447.0, 8479.0, 8447.0, 8480.0, 8450.0, 8476.0, 8448.0, 8482.0, 8455.0, 8441.0, 8478.0, 8451.0, 8481.0, 8467.0, 8478.0, 8454.0, 8496.0, 8450.0, 8474.0, 8482.0, 8451.0, 8522.0, 8456.0, 8494.0, 8460.0, 8487.0, 8450.0, 8440.0, 8478.0, 8446.0, 8499.0, 8452.0, 8496.0, 8458.0, 8494.0, 8451.0, 8484.0, 8484.0, 8448.0, 8481.0, 8432.0, 8492.0, 8451.0, 8485.0, 8450.0, 8468.0, 8500.0, 8459.0, 8498.0, 8460.0, 8473.0, 8505.0, 8468.0, 8503.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.00017111622554660528</td></tr>
<tr><td colspan=3>aqi</td><td>0.029475113003452246</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.19543060608298</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1235045701036859</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.947017780875575</td></tr>
<tr><td colspan=3>efc</td><td>0.5042</td></tr>
<tr><td colspan=3>fber</td><td>3136.9788</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.083652095529136</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>16</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.8411967779056386</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.691507515631822</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6094523923312614</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9572553840389917</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5078147705252123</td></tr>
<tr><td colspan=3>gcor</td><td>0.00829968</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006493899039924145</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0450410321354866</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5929125297403233</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>15.0581</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.5202</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>199.1632</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296782.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>968.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>349.0444</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8581</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>484.6285</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2898.1126</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3102.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79762.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>777.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3874.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>863.361</td></tr>
<tr><td colspan=3>tsnr</td><td>32.759939088253304</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>