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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0056_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-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-02_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-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_ses-03_task-social_acq-mb8_run-02_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-0056/ses-03/func/sub-0056_ses-03_task-social_acq-mb8_run-02_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>434e13b9175998205e6ea85dc1b233da</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>18:40:50.700000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99926, 0.0375039, 0.00855082, -0.0378638, 0.998189, 0.0467499]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.0842085</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7760, -7298, 819, -9, -353, 67, 57]</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>226.726</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4b164d06-4d5a-4082-a92e-b1732643f9e3||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680941343307495, -0.10158572345972061, 0.01831146515905857, 115.65644836425781], [-0.10062028467655182, 2.678067445755005, 0.1270054429769516, -95.5753173828125], [0.022941214963793755, -0.1254265308380127, 2.696949005126953, -76.30717468261719], [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': ['184050.700000', '184051.160000', '184051.620000', '184052.080000', '184052.540000', '184053.000000', '184053.460000', '184053.920000', '184054.380000', '184054.840000', '184055.300000', '184055.760000', '184056.220000', '184056.680000', '184057.140000', '184057.600000', '184058.060000', '184058.520000', '184058.980000', '184059.440000', '184059.900000', '184100.360000', '184100.820000', '184101.280000', '184101.740000', '184102.200000', '184102.660000', '184103.120000', '184103.580000', '184104.040000', '184104.500000', '184104.960000', '184105.420000', '184105.880000', '184106.340000', '184106.800000', '184107.260000', '184107.720000', '184108.180000', '184108.640000', '184109.100000', '184109.560000', '184110.020000', '184110.480000', '184110.940000', '184111.400000', '184111.860000', '184112.320000', '184112.780000', '184113.240000', '184113.700000', '184114.160000', '184114.620000', '184115.080000', '184115.540000', '184116.000000', '184116.460000', '184116.920000', '184117.380000', '184117.840000', '184118.300000', '184118.760000', '184119.220000', '184119.680000', '184120.140000', '184120.600000', '184121.060000', '184121.520000', '184121.980000', '184122.440000', '184122.900000', '184123.360000', '184123.820000', '184124.280000', '184124.740000', '184125.200000', '184125.660000', '184126.120000', '184126.580000', '184127.040000', '184127.500000', '184127.960000', '184128.420000', '184128.880000', '184129.340000', '184129.800000', '184130.260000', '184130.720000', '184131.180000', '184131.640000', '184132.100000', '184132.560000', '184133.020000', '184133.480000', '184133.940000', '184134.400000', '184134.860000', '184135.320000', '184135.780000', '184136.240000', '184136.700000', '184137.160000', '184137.620000', '184138.080000', '184138.540000', '184139.000000', '184139.460000', '184139.920000', '184140.380000', '184140.840000', '184141.300000', '184141.760000', '184142.220000', '184142.680000', '184143.140000', '184143.600000', '184144.060000', '184144.520000', '184144.980000', '184145.440000', '184145.900000', '184146.360000', '184146.820000', '184147.280000', '184147.740000', '184148.200000', '184148.660000', '184149.120000', '184149.580000', '184150.040000', '184150.500000', '184150.960000', '184151.420000', '184151.880000', '184152.340000', '184152.800000', '184153.260000', '184153.720000', '184154.180000', '184154.640000', '184155.100000', '184155.560000', '184156.020000', '184156.480000', '184156.940000', '184157.400000', '184157.860000', '184158.320000', '184158.780000', '184159.240000', '184159.700000', '184200.160000', '184200.620000', '184201.080000', '184201.540000', '184202.000000', '184202.460000', '184202.920000', '184203.380000', '184203.840000', '184204.300000', '184204.760000', '184205.220000', '184205.680000', '184206.140000', '184206.600000', '184207.060000', '184207.520000', '184207.980000', '184208.440000', '184208.900000', '184209.360000', '184209.820000', '184210.280000', '184210.740000', '184211.200000', '184211.660000', '184212.120000', '184212.580000', '184213.040000', '184213.500000', '184213.960000', '184214.420000', '184214.880000', '184215.340000', '184215.800000', '184216.260000', '184216.720000', '184217.180000', '184217.640000', '184218.100000', '184218.560000', '184219.020000', '184219.480000', '184219.940000', '184220.400000', '184220.860000', '184221.320000', '184221.780000', '184222.240000', '184222.700000', '184223.160000', '184223.620000', '184224.080000', '184224.540000', '184225.000000', '184225.460000', '184225.920000', '184226.380000', '184226.840000', '184227.300000', '184227.760000', '184228.220000', '184228.680000', '184229.140000', '184229.600000', '184230.060000', '184230.520000', '184230.980000', '184231.440000', '184231.900000', '184232.360000', '184232.820000', '184233.280000', '184233.740000', '184234.200000', '184234.660000', '184235.120000', '184235.580000', '184236.040000', '184236.500000', '184236.960000', '184237.420000', '184237.880000', '184238.340000', '184238.800000', '184239.260000', '184239.720000', '184240.180000', '184240.640000', '184241.100000', '184241.560000', '184242.020000', '184242.480000', '184242.940000', '184243.400000', '184243.860000', '184244.320000', '184244.780000', '184245.240000', '184245.700000', '184246.160000', '184246.620000', '184247.080000', '184247.540000', '184248.000000', '184248.460000', '184248.920000', '184249.380000', '184249.840000', '184250.300000', '184250.760000', '184251.220000', '184251.680000', '184252.140000', '184252.600000', '184253.060000', '184253.520000', '184253.980000', '184254.440000', '184254.900000', '184255.360000', '184255.820000', '184256.280000', '184256.740000', '184257.200000', '184257.660000', '184258.120000', '184258.580000', '184259.040000', '184259.500000', '184259.960000', '184300.420000', '184300.880000', '184301.340000', '184301.800000', '184302.260000', '184302.720000', '184303.180000', '184303.640000', '184304.100000', '184304.560000', '184305.020000', '184305.480000', '184305.940000', '184306.400000', '184306.860000', '184307.320000', '184307.780000', '184308.240000', '184308.700000', '184309.160000', '184309.620000', '184310.080000', '184310.540000', '184311.000000', '184311.460000', '184311.920000', '184312.380000', '184312.840000', '184313.300000', '184313.760000', '184314.220000', '184314.680000', '184315.140000', '184315.600000', '184316.060000', '184316.520000', '184316.980000', '184317.440000', '184317.900000', '184318.360000', '184318.820000', '184319.280000', '184319.740000', '184320.200000', '184320.660000', '184321.120000', '184321.580000', '184322.040000', '184322.500000', '184322.960000', '184323.420000', '184323.880000', '184324.340000', '184324.800000', '184325.260000', '184325.720000', '184326.180000', '184326.640000', '184327.100000', '184327.560000', '184328.020000', '184328.480000', '184328.940000', '184329.400000', '184329.860000', '184330.320000', '184330.780000', '184331.240000', '184331.700000', '184332.160000', '184332.620000', '184333.080000', '184333.540000', '184334.000000', '184334.460000', '184334.920000', '184335.380000', '184335.840000', '184336.300000', '184336.760000', '184337.220000', '184337.680000', '184338.140000', '184338.600000', '184339.060000', '184339.520000', '184339.980000', '184340.440000', '184340.900000', '184341.360000', '184341.820000', '184342.280000', '184342.740000', '184343.200000', '184343.660000', '184344.120000', '184344.580000', '184345.040000', '184345.500000', '184345.960000', '184346.420000', '184346.880000', '184347.340000', '184347.800000', '184348.260000', '184348.720000', '184349.180000', '184349.640000', '184350.100000', '184350.560000', '184351.020000', '184351.480000', '184351.940000', '184352.400000', '184352.860000', '184353.320000', '184353.780000', '184354.240000', '184354.700000', '184355.160000', '184355.620000', '184356.080000', '184356.540000', '184357.000000', '184357.460000', '184357.920000', '184358.380000', '184358.840000', '184359.300000', '184359.760000', '184400.220000', '184400.680000', '184401.140000', '184401.600000', '184402.060000', '184402.520000', '184402.980000', '184403.440000', '184403.900000', '184404.360000', '184404.820000', '184405.280000', '184405.740000', '184406.200000', '184406.660000', '184407.120000', '184407.580000', '184408.040000', '184408.500000', '184408.960000', '184409.420000', '184409.880000', '184410.340000', '184410.800000', '184411.260000', '184411.720000', '184412.180000', '184412.640000', '184413.100000', '184413.560000', '184414.020000', '184414.480000', '184414.940000', '184415.400000', '184415.860000', '184416.320000', '184416.780000', '184417.240000', '184417.700000', '184418.160000', '184418.620000', '184419.080000', '184419.540000', '184420.000000', '184420.460000', '184420.920000', '184421.380000', '184421.840000', '184422.300000', '184422.760000', '184423.220000', '184423.680000', '184424.140000', '184424.600000', '184425.060000', '184425.520000', '184425.980000', '184426.440000', '184426.900000', '184427.360000', '184427.820000', '184428.280000', '184428.740000', '184429.200000', '184429.660000', '184430.120000', '184430.580000', '184431.040000', '184431.500000', '184431.960000', '184432.420000', '184432.880000', '184433.340000', '184433.800000', '184434.260000', '184434.720000', '184435.180000', '184435.640000', '184436.100000', '184436.560000', '184437.020000', '184437.480000', '184437.940000', '184438.400000', '184438.860000', '184439.320000', '184439.780000', '184440.240000', '184440.700000', '184441.160000', '184441.620000', '184442.080000', '184442.540000', '184443.000000', '184443.460000', '184443.920000', '184444.380000', '184444.840000', '184445.300000', '184445.760000', '184446.220000', '184446.680000', '184447.140000', '184447.600000', '184448.060000', '184448.520000', '184448.980000', '184449.440000', '184449.900000', '184450.360000', '184450.820000', '184451.280000', '184451.740000', '184452.200000', '184452.660000', '184453.120000', '184453.580000', '184454.040000', '184454.500000', '184454.960000', '184455.420000', '184455.880000', '184456.340000', '184456.800000', '184457.260000', '184457.720000', '184458.180000', '184458.640000', '184459.100000', '184459.560000', '184500.020000', '184500.480000', '184500.940000', '184501.400000', '184501.860000', '184502.320000', '184502.780000', '184503.240000', '184503.700000', '184504.160000', '184504.620000', '184505.080000', '184505.540000', '184506.000000', '184506.460000', '184506.920000', '184507.380000', '184507.840000', '184508.300000', '184508.760000', '184509.220000', '184509.680000', '184510.140000', '184510.600000', '184511.060000', '184511.520000', '184511.980000', '184512.440000', '184512.900000', '184513.360000', '184513.820000', '184514.280000', '184514.740000', '184515.200000', '184515.660000', '184516.120000', '184516.580000', '184517.040000', '184517.500000', '184517.960000', '184518.420000', '184518.880000', '184519.340000', '184519.800000', '184520.260000', '184520.720000', '184521.180000', '184521.640000', '184522.100000', '184522.560000', '184523.020000', '184523.480000', '184523.940000', '184524.400000', '184524.860000', '184525.320000', '184525.780000', '184526.240000', '184526.700000', '184527.160000', '184527.620000', '184528.080000', '184528.540000', '184529.000000', '184529.460000', '184529.920000', '184530.380000', '184530.840000', '184531.300000', '184531.760000', '184532.220000', '184532.680000', '184533.140000', '184533.600000', '184534.060000', '184534.520000', '184534.980000', '184535.440000', '184535.900000', '184536.360000', '184536.820000', '184537.280000', '184537.740000', '184538.200000', '184538.660000', '184539.120000', '184539.580000', '184540.040000', '184540.500000', '184540.960000', '184541.420000', '184541.880000', '184542.340000', '184542.800000', '184543.260000', '184543.720000', '184544.180000', '184544.640000', '184545.100000', '184545.560000', '184546.020000', '184546.480000', '184546.940000', '184547.400000', '184547.860000', '184548.320000', '184548.780000', '184549.240000', '184549.700000', '184550.160000', '184550.620000', '184551.080000', '184551.540000', '184552.000000', '184552.460000', '184552.920000', '184553.380000', '184553.840000', '184554.300000', '184554.760000', '184555.220000', '184555.680000', '184556.140000', '184556.600000', '184557.060000', '184557.520000', '184557.980000', '184558.440000', '184558.900000', '184559.360000', '184559.820000', '184600.280000', '184600.740000', '184601.200000', '184601.660000', '184602.120000', '184602.580000', '184603.040000', '184603.500000', '184603.960000', '184604.420000', '184604.880000', '184605.340000', '184605.800000', '184606.260000', '184606.720000', '184607.180000', '184607.640000', '184608.100000', '184608.560000', '184609.020000', '184609.480000', '184609.940000', '184610.400000', '184610.860000', '184611.320000', '184611.780000', '184612.240000', '184612.700000', '184613.160000', '184613.620000', '184614.080000', '184614.540000', '184615.000000', '184615.460000', '184615.920000', '184616.380000', '184616.840000', '184617.300000', '184617.760000', '184618.220000', '184618.680000', '184619.140000', '184619.600000', '184620.060000', '184620.520000', '184620.980000', '184621.440000', '184621.900000', '184622.360000', '184622.820000', '184623.280000', '184623.740000', '184624.200000', '184624.660000', '184625.120000', '184625.580000', '184626.040000', '184626.500000', '184626.960000', '184627.420000', '184627.880000', '184628.340000', '184628.800000', '184629.260000', '184629.720000', '184630.180000', '184630.640000', '184631.100000', '184631.560000', '184632.020000', '184632.480000', '184632.940000', '184633.400000', '184633.860000', '184634.320000', '184634.780000', '184635.240000', '184635.700000', '184636.160000', '184636.620000', '184637.080000', '184637.540000', '184638.000000', '184638.460000', '184638.920000', '184639.380000', '184639.840000', '184640.300000', '184640.760000', '184641.220000', '184641.680000', '184642.140000', '184642.600000', '184643.060000', '184643.520000', '184643.980000', '184644.440000', '184644.900000', '184645.360000', '184645.820000', '184646.280000', '184646.740000', '184647.200000', '184647.660000', '184648.120000', '184648.580000', '184649.040000', '184649.500000', '184649.960000', '184650.420000', '184650.880000', '184651.340000', '184651.800000', '184652.260000', '184652.720000', '184653.180000', '184653.640000', '184654.100000', '184654.560000', '184655.020000', '184655.480000', '184655.940000', '184656.400000', '184656.860000', '184657.320000', '184657.780000', '184658.240000', '184658.700000', '184659.160000', '184659.620000', '184700.080000', '184700.540000', '184701.000000', '184701.460000', '184701.920000', '184702.380000', '184702.840000', '184703.300000', '184703.760000', '184704.220000', '184704.680000', '184705.140000', '184705.600000', '184706.060000', '184706.520000', '184706.980000', '184707.440000', '184707.900000', '184708.360000', '184708.820000', '184709.280000', '184709.740000', '184710.200000', '184710.660000', '184711.120000', '184711.580000', '184712.040000', '184712.500000', '184712.960000', '184713.420000', '184713.880000', '184714.340000', '184714.800000', '184715.260000', '184715.720000', '184716.180000', '184716.640000', '184717.100000', '184717.560000', '184718.020000', '184718.480000', '184718.940000', '184719.400000', '184719.860000', '184720.320000', '184720.780000', '184721.240000', '184721.700000', '184722.160000', '184722.620000', '184723.080000', '184723.540000', '184724.000000', '184724.460000', '184724.920000', '184725.380000', '184725.840000', '184726.300000', '184726.760000', '184727.220000', '184727.680000', '184728.140000', '184728.600000', '184729.060000', '184729.520000', '184729.980000', '184730.440000', '184730.900000', '184731.360000'], 'ContentTime': ['184116.802000', '184116.805000', '184116.808000', '184116.811000', '184116.813000', '184116.816000', '184116.819000', '184116.821000', '184116.824000', '184116.826000', '184116.829000', '184116.832000', '184116.834000', '184116.837000', '184116.839000', '184116.842000', '184116.845000', '184116.847000', '184116.850000', '184116.852000', '184116.855000', '184116.858000', '184116.860000', '184116.863000', '184116.866000', '184116.868000', '184116.871000', '184116.874000', '184116.876000', '184116.879000', '184116.881000', '184116.889000', '184116.892000', '184116.895000', '184116.897000', '184116.900000', '184116.902000', '184116.905000', '184116.908000', '184116.910000', '184116.913000', '184116.915000', '184116.918000', '184116.921000', '184116.923000', '184116.926000', '184116.928000', '184116.931000', '184116.934000', '184116.936000', '184116.939000', '184116.941000', '184116.944000', '184116.946000', '184136.776000', '184136.780000', '184136.783000', '184136.785000', '184136.788000', '184136.790000', '184136.793000', '184136.796000', '184136.798000', '184136.805000', '184136.807000', '184136.810000', '184136.812000', '184136.815000', '184136.818000', '184136.820000', '184136.823000', '184136.825000', '184136.828000', '184136.831000', '184136.833000', '184136.836000', '184136.838000', '184136.841000', '184136.843000', '184136.846000', '184136.848000', '184136.851000', '184136.854000', '184136.856000', '184136.867000', '184136.870000', '184136.873000', '184136.875000', '184136.878000', '184136.881000', '184136.883000', '184136.886000', '184136.888000', '184136.891000', '184136.893000', '184136.896000', '184136.899000', '184156.776000', '184156.779000', '184156.782000', '184156.784000', '184156.787000', '184156.789000', '184156.792000', '184156.795000', '184156.797000', '184156.800000', '184156.803000', '184156.805000', '184156.808000', '184156.810000', '184156.813000', '184156.816000', '184156.818000', '184156.821000', '184156.824000', '184156.835000', '184156.838000', '184156.840000', '184156.843000', '184156.846000', '184156.848000', '184156.851000', '184156.853000', '184156.856000', '184156.858000', '184156.861000', '184156.864000', '184156.866000', '184156.869000', '184156.871000', '184156.874000', '184156.877000', '184156.879000', '184156.882000', '184156.884000', '184156.887000', '184156.889000', '184156.892000', '184156.895000', '184156.897000', '184216.776000', '184216.779000', '184216.782000', '184216.784000', '184216.787000', '184216.790000', '184216.792000', '184216.795000', '184216.797000', '184216.800000', '184216.803000', '184216.805000', '184216.808000', '184216.810000', '184216.813000', '184216.816000', '184216.818000', '184216.821000', '184216.824000', '184216.826000', '184216.829000', '184216.832000', '184216.834000', '184216.837000', '184216.839000', '184216.842000', '184216.844000', '184216.847000', '184216.850000', '184216.852000', '184216.855000', '184216.857000', '184216.860000', '184216.863000', '184216.865000', '184216.868000', '184216.870000', '184216.873000', '184216.875000', '184216.878000', '184216.881000', '184216.883000', '184216.886000', '184236.776000', '184236.779000', '184236.782000', '184236.785000', '184236.787000', '184236.790000', '184236.792000', '184236.795000', '184236.798000', '184236.800000', '184236.804000', '184236.807000', '184236.810000', '184236.812000', '184236.815000', '184236.818000', '184236.820000', '184236.823000', '184236.826000', '184236.828000', '184236.831000', '184236.834000', '184236.836000', '184236.839000', '184236.842000', '184236.844000', '184236.847000', '184236.849000', '184236.852000', '184236.855000', '184236.857000', '184236.860000', '184236.863000', '184236.865000', '184236.868000', '184236.870000', '184236.873000', '184236.876000', '184236.878000', '184236.881000', '184236.883000', '184236.886000', '184236.889000', '184256.776000', '184256.779000', '184256.782000', '184256.784000', '184256.787000', '184256.790000', '184256.792000', '184256.795000', '184256.798000', '184256.801000', '184256.803000', '184256.806000', '184256.809000', '184256.811000', '184256.814000', '184256.816000', '184256.819000', '184256.822000', '184256.824000', '184256.827000', '184256.830000', '184256.832000', '184256.835000', '184256.838000', '184256.840000', '184256.843000', '184256.845000', '184256.848000', '184256.851000', '184256.853000', '184256.856000', '184256.859000', '184256.861000', '184256.864000', '184256.866000', '184256.869000', '184256.872000', '184256.874000', '184256.877000', '184256.879000', '184256.882000', '184256.885000', '184256.887000', '184256.890000', '184316.777000', '184316.779000', '184316.782000', '184316.785000', '184316.787000', '184316.790000', '184316.793000', '184316.795000', '184316.798000', '184316.800000', '184316.803000', '184316.806000', '184316.809000', '184316.811000', '184316.814000', '184316.817000', '184316.820000', '184316.823000', '184316.825000', '184316.828000', '184316.830000', '184316.833000', '184316.836000', '184316.838000', '184316.841000', '184316.843000', '184316.853000', '184316.855000', '184316.858000', '184316.860000', '184316.863000', '184316.866000', '184316.868000', '184316.871000', '184316.874000', '184316.876000', '184316.879000', '184316.881000', '184316.884000', '184316.886000', '184316.889000', '184316.892000', '184316.894000', '184336.776000', '184336.779000', '184336.782000', '184336.785000', '184336.787000', '184336.790000', '184336.792000', '184336.795000', '184336.798000', '184336.800000', '184336.803000', '184336.806000', '184336.808000', '184336.811000', '184336.813000', '184336.816000', '184336.819000', '184336.821000', '184336.824000', '184336.826000', '184336.829000', '184336.832000', '184336.834000', '184336.843000', '184336.846000', '184336.849000', '184336.851000', '184336.854000', '184336.857000', '184336.859000', '184336.862000', '184336.865000', '184336.867000', '184336.870000', '184336.872000', '184336.875000', '184336.878000', '184336.880000', '184336.883000', '184336.885000', '184336.888000', '184336.891000', '184336.893000', '184336.896000', '184356.776000', '184356.780000', '184356.782000', '184356.785000', '184356.787000', '184356.790000', '184356.793000', '184356.795000', '184356.798000', '184356.800000', '184356.803000', '184356.805000', '184356.808000', '184356.811000', '184356.813000', '184356.816000', '184356.818000', '184356.821000', '184356.824000', '184356.826000', '184356.829000', '184356.831000', '184356.834000', '184356.837000', '184356.839000', '184356.843000', '184356.846000', '184356.849000', '184356.851000', '184356.854000', '184356.857000', '184356.859000', '184356.862000', '184356.865000', '184356.867000', '184356.870000', '184356.873000', '184356.875000', '184356.878000', '184356.880000', '184356.883000', '184356.886000', '184356.888000', '184416.777000', '184416.779000', '184416.782000', '184416.785000', '184416.787000', '184416.790000', '184416.793000', '184416.795000', '184416.798000', '184416.800000', '184416.803000', '184416.806000', '184416.809000', '184416.811000', '184416.814000', '184416.817000', '184416.819000', '184416.822000', '184416.825000', '184416.827000', '184416.830000', '184416.833000', '184416.836000', '184416.838000', '184416.841000', '184416.843000', '184416.846000', '184416.849000', '184416.851000', '184416.854000', '184416.857000', '184416.859000', '184416.862000', '184416.864000', '184416.867000', '184416.870000', '184416.872000', '184416.875000', '184416.878000', '184416.880000', '184416.883000', '184416.885000', '184416.888000', '184416.891000', '184436.776000', '184436.779000', '184436.782000', '184436.784000', '184436.787000', '184436.790000', '184436.792000', '184436.795000', '184436.798000', '184436.800000', '184436.803000', '184436.805000', '184436.808000', '184436.811000', '184436.813000', '184436.816000', '184436.819000', '184436.821000', '184436.824000', '184436.826000', '184436.829000', '184436.832000', '184436.834000', '184436.837000', '184436.840000', '184436.842000', '184436.845000', '184436.847000', '184436.850000', '184436.853000', '184436.855000', '184436.858000', '184436.860000', '184436.863000', '184436.866000', '184436.868000', '184436.871000', '184436.873000', '184436.876000', '184436.879000', '184436.881000', '184436.884000', '184436.886000', '184456.776000', '184456.780000', '184456.782000', '184456.785000', '184456.787000', '184456.790000', '184456.793000', '184456.795000', '184456.812000', '184456.814000', '184456.817000', '184456.820000', '184456.822000', '184456.825000', '184456.828000', '184456.830000', '184456.833000', '184456.836000', '184456.838000', '184456.841000', '184456.843000', '184456.846000', '184456.849000', '184456.851000', '184456.854000', '184456.857000', '184456.859000', '184456.862000', '184456.864000', '184456.867000', '184456.870000', '184456.873000', '184456.875000', '184456.878000', '184456.881000', '184456.883000', '184456.886000', '184456.888000', '184456.891000', '184456.894000', '184456.896000', '184456.899000', '184456.901000', '184456.904000', '184516.776000', '184516.779000', '184516.782000', '184516.785000', '184516.787000', '184516.790000', '184516.793000', '184516.795000', '184516.798000', '184516.801000', '184516.803000', '184516.806000', '184516.808000', '184516.811000', '184516.813000', '184516.816000', '184516.819000', '184516.821000', '184516.824000', '184516.827000', '184516.829000', '184516.832000', '184516.834000', '184516.837000', '184516.840000', '184516.842000', '184516.845000', '184516.847000', '184516.850000', '184516.853000', '184516.855000', '184516.858000', '184516.861000', '184516.863000', '184516.866000', '184516.869000', '184516.871000', '184516.874000', '184516.876000', '184516.879000', '184516.883000', '184516.886000', '184516.888000', '184536.777000', '184536.779000', '184536.782000', '184536.784000', '184536.787000', '184536.790000', '184536.793000', '184536.795000', '184536.798000', '184536.800000', '184536.803000', '184536.806000', '184536.808000', '184536.811000', '184536.813000', '184536.816000', '184536.819000', '184536.821000', '184536.824000', '184536.826000', '184536.829000', '184536.832000', '184536.834000', '184536.837000', '184536.839000', '184536.842000', '184536.845000', '184536.847000', '184536.850000', '184536.852000', '184536.855000', '184536.858000', '184536.860000', '184536.863000', '184536.865000', '184536.868000', '184536.871000', '184536.873000', '184536.876000', '184536.879000', '184536.881000', '184536.884000', '184536.886000', '184536.889000', '184556.776000', '184556.779000', '184556.782000', '184556.785000', '184556.787000', '184556.790000', '184556.793000', '184556.795000', '184556.798000', '184556.800000', '184556.803000', '184556.805000', '184556.808000', '184556.811000', '184556.813000', '184556.816000', '184556.818000', '184556.821000', '184556.824000', '184556.826000', '184556.829000', '184556.831000', '184556.834000', '184556.836000', '184556.839000', '184556.842000', '184556.844000', '184556.847000', '184556.849000', '184556.852000', '184556.855000', '184556.858000', '184556.860000', '184556.863000', '184556.865000', '184556.868000', '184556.870000', '184556.873000', '184556.876000', '184556.879000', '184556.882000', '184556.885000', '184556.888000', '184616.776000', '184616.779000', '184616.782000', '184616.785000', '184616.788000', '184616.791000', '184616.793000', '184616.796000', '184616.799000', '184616.801000', '184616.804000', '184616.807000', '184616.809000', '184616.812000', '184616.814000', '184616.817000', '184616.820000', '184616.822000', '184616.825000', '184616.827000', '184616.830000', '184616.832000', '184616.835000', '184616.838000', '184616.840000', '184616.843000', '184616.845000', '184616.848000', '184616.851000', '184616.859000', '184616.862000', '184616.864000', '184616.867000', '184616.878000', '184616.880000', '184616.883000', '184616.886000', '184616.888000', '184616.891000', '184616.893000', '184616.896000', '184616.899000', '184616.901000', '184616.904000', '184636.777000', '184636.780000', '184636.782000', '184636.785000', '184636.788000', '184636.790000', '184636.793000', '184636.795000', '184636.798000', '184636.801000', '184636.803000', '184636.806000', '184636.808000', '184636.811000', '184636.814000', '184636.816000', '184636.819000', '184636.822000', '184636.824000', '184636.827000', '184636.829000', '184636.832000', '184636.835000', '184636.837000', '184636.840000', '184636.842000', '184636.845000', '184636.848000', '184636.850000', '184636.853000', '184636.856000', '184636.858000', '184636.861000', '184636.864000', '184636.866000', '184636.869000', '184636.871000', '184636.874000', '184636.877000', '184636.879000', '184636.882000', '184636.885000', '184636.887000', '184656.777000', '184656.780000', '184656.782000', '184656.785000', '184656.788000', '184656.790000', '184656.793000', '184656.796000', '184656.798000', '184656.801000', '184656.803000', '184656.806000', '184656.809000', '184656.811000', '184656.814000', '184656.817000', '184656.820000', '184656.822000', '184656.825000', '184656.827000', '184656.830000', '184656.833000', '184656.835000', '184656.838000', '184656.840000', '184656.843000', '184656.846000', '184656.848000', '184656.851000', '184656.854000', '184656.856000', '184656.859000', '184656.861000', '184656.864000', '184656.867000', '184656.869000', '184656.872000', '184656.875000', '184656.879000', '184656.881000', '184656.884000', '184656.886000', '184656.889000', '184716.776000', '184716.779000', '184716.782000', '184716.785000', '184716.787000', '184716.790000', '184716.793000', '184716.795000', '184716.798000', '184716.800000', '184716.803000', '184716.806000', '184716.808000', '184716.811000', '184716.813000', '184716.816000', '184716.819000', '184716.821000', '184716.824000', '184716.826000', '184716.829000', '184716.832000', '184716.834000', '184716.837000', '184716.840000', '184716.842000', '184716.845000', '184716.848000', '184716.850000', '184716.853000', '184716.856000', '184716.858000', '184716.861000', '184716.863000', '184716.866000', '184716.868000', '184716.871000', '184716.874000', '184716.876000', '184716.879000', '184716.881000', '184716.884000', '184716.887000', '184716.889000', '184732.991000', '184732.994000', '184732.997000', '184733.001000', '184733.003000', '184733.006000', '184733.009000', '184733.012000', '184733.014000', '184733.017000', '184733.020000', '184733.023000', '184733.025000', '184733.029000', '184733.031000', '184733.034000', '184733.037000', '184733.040000', '184733.043000', '184733.046000', '184733.049000', '184733.052000', '184733.055000', '184733.059000', '184733.062000', '184733.065000', '184733.068000', '184733.070000', '184733.073000', '184733.091000', '184733.094000', '184733.097000', '184733.099000', '184733.103000', '184733.106000', '184733.109000'], 'InstanceCreationTime': ['184116.802000', '184116.805000', '184116.808000', '184116.811000', '184116.813000', '184116.816000', '184116.819000', '184116.821000', '184116.824000', '184116.826000', '184116.829000', '184116.832000', '184116.834000', '184116.837000', '184116.839000', '184116.842000', '184116.845000', '184116.847000', '184116.850000', '184116.852000', '184116.855000', '184116.858000', '184116.860000', '184116.863000', '184116.866000', '184116.868000', '184116.871000', '184116.874000', '184116.876000', '184116.879000', '184116.881000', '184116.889000', '184116.892000', '184116.895000', '184116.897000', '184116.900000', '184116.902000', '184116.905000', '184116.908000', '184116.910000', '184116.913000', '184116.915000', '184116.918000', '184116.921000', '184116.923000', '184116.926000', '184116.928000', '184116.931000', '184116.934000', '184116.936000', '184116.939000', '184116.941000', '184116.944000', '184116.946000', '184136.776000', '184136.780000', '184136.783000', '184136.785000', '184136.788000', '184136.790000', '184136.793000', '184136.796000', '184136.798000', '184136.805000', '184136.807000', '184136.810000', '184136.812000', '184136.815000', '184136.818000', '184136.820000', '184136.823000', '184136.825000', '184136.828000', '184136.831000', '184136.833000', '184136.836000', '184136.838000', '184136.841000', '184136.843000', '184136.846000', '184136.848000', '184136.851000', '184136.854000', '184136.856000', '184136.867000', '184136.870000', '184136.873000', '184136.875000', '184136.878000', '184136.881000', '184136.883000', '184136.886000', '184136.888000', '184136.891000', '184136.893000', '184136.896000', '184136.899000', '184156.776000', '184156.779000', '184156.782000', '184156.784000', '184156.787000', '184156.789000', '184156.792000', '184156.795000', '184156.797000', '184156.800000', '184156.803000', '184156.805000', '184156.808000', '184156.810000', '184156.813000', '184156.816000', '184156.818000', '184156.821000', '184156.824000', '184156.835000', '184156.838000', '184156.840000', '184156.843000', '184156.846000', '184156.848000', '184156.851000', '184156.853000', '184156.856000', '184156.858000', '184156.861000', '184156.864000', '184156.866000', '184156.869000', '184156.871000', '184156.874000', '184156.877000', '184156.879000', '184156.882000', '184156.884000', '184156.887000', '184156.889000', '184156.892000', '184156.895000', '184156.897000', '184216.776000', '184216.779000', '184216.782000', '184216.784000', '184216.787000', '184216.790000', '184216.792000', '184216.795000', '184216.797000', '184216.800000', '184216.803000', '184216.805000', '184216.808000', '184216.810000', '184216.813000', '184216.816000', '184216.818000', '184216.821000', '184216.824000', '184216.826000', '184216.829000', '184216.832000', '184216.834000', '184216.837000', '184216.839000', '184216.842000', '184216.844000', '184216.847000', '184216.850000', '184216.852000', '184216.855000', '184216.857000', '184216.860000', '184216.863000', '184216.865000', '184216.868000', '184216.870000', '184216.873000', '184216.875000', '184216.878000', '184216.881000', '184216.883000', '184216.886000', '184236.776000', '184236.779000', '184236.782000', '184236.785000', '184236.787000', '184236.790000', '184236.792000', '184236.795000', '184236.798000', '184236.800000', '184236.804000', '184236.807000', '184236.810000', '184236.812000', '184236.815000', '184236.818000', '184236.820000', '184236.823000', '184236.826000', '184236.828000', '184236.831000', '184236.834000', '184236.836000', '184236.839000', '184236.842000', '184236.844000', '184236.847000', '184236.849000', '184236.852000', '184236.855000', '184236.857000', '184236.860000', '184236.863000', '184236.865000', '184236.868000', '184236.870000', '184236.873000', '184236.876000', '184236.878000', '184236.881000', '184236.883000', '184236.886000', '184236.889000', '184256.776000', '184256.779000', '184256.782000', '184256.784000', '184256.787000', '184256.790000', '184256.792000', '184256.795000', '184256.798000', '184256.801000', '184256.803000', '184256.806000', '184256.809000', '184256.811000', '184256.814000', '184256.816000', '184256.819000', '184256.822000', '184256.824000', '184256.827000', '184256.830000', '184256.832000', '184256.835000', '184256.838000', '184256.840000', '184256.843000', '184256.845000', '184256.848000', '184256.851000', '184256.853000', '184256.856000', '184256.859000', '184256.861000', '184256.864000', '184256.866000', '184256.869000', '184256.872000', '184256.874000', '184256.877000', '184256.879000', '184256.882000', '184256.885000', '184256.887000', '184256.890000', '184316.777000', '184316.779000', '184316.782000', '184316.785000', '184316.787000', '184316.790000', '184316.793000', '184316.795000', '184316.798000', '184316.800000', '184316.803000', '184316.806000', '184316.809000', '184316.811000', '184316.814000', '184316.817000', '184316.820000', '184316.823000', '184316.825000', '184316.828000', '184316.830000', '184316.833000', '184316.836000', '184316.838000', '184316.841000', '184316.843000', '184316.853000', '184316.855000', '184316.858000', '184316.860000', '184316.863000', '184316.866000', '184316.868000', '184316.871000', '184316.874000', '184316.876000', '184316.879000', '184316.881000', '184316.884000', '184316.886000', '184316.889000', '184316.892000', '184316.894000', '184336.776000', '184336.779000', '184336.782000', '184336.785000', '184336.787000', '184336.790000', '184336.792000', '184336.795000', '184336.798000', '184336.800000', '184336.803000', '184336.806000', '184336.808000', '184336.811000', '184336.813000', '184336.816000', '184336.819000', '184336.821000', '184336.824000', '184336.826000', '184336.829000', '184336.832000', '184336.834000', '184336.843000', '184336.846000', '184336.849000', '184336.851000', '184336.854000', '184336.857000', '184336.859000', '184336.862000', '184336.865000', '184336.867000', '184336.870000', '184336.872000', '184336.875000', '184336.878000', '184336.880000', '184336.883000', '184336.885000', '184336.888000', '184336.891000', '184336.893000', '184336.896000', '184356.776000', '184356.780000', '184356.782000', '184356.785000', '184356.787000', '184356.790000', '184356.793000', '184356.795000', '184356.798000', '184356.800000', '184356.803000', '184356.805000', '184356.808000', '184356.811000', '184356.813000', '184356.816000', '184356.818000', '184356.821000', '184356.824000', '184356.826000', '184356.829000', '184356.831000', '184356.834000', '184356.837000', '184356.839000', '184356.843000', '184356.846000', '184356.849000', '184356.851000', '184356.854000', '184356.857000', '184356.859000', '184356.862000', '184356.865000', '184356.867000', '184356.870000', '184356.873000', '184356.875000', '184356.878000', '184356.880000', '184356.883000', '184356.886000', '184356.888000', '184416.777000', '184416.779000', '184416.782000', '184416.785000', '184416.787000', '184416.790000', '184416.793000', '184416.795000', '184416.798000', '184416.800000', '184416.803000', '184416.806000', '184416.809000', '184416.811000', '184416.814000', '184416.817000', '184416.819000', '184416.822000', '184416.825000', '184416.827000', '184416.830000', '184416.833000', '184416.836000', '184416.838000', '184416.841000', '184416.843000', '184416.846000', '184416.849000', '184416.851000', '184416.854000', '184416.857000', '184416.859000', '184416.862000', '184416.864000', '184416.867000', '184416.870000', '184416.872000', '184416.875000', '184416.878000', '184416.880000', '184416.883000', '184416.885000', '184416.888000', '184416.891000', '184436.776000', '184436.779000', '184436.782000', '184436.784000', '184436.787000', '184436.790000', '184436.792000', '184436.795000', '184436.798000', '184436.800000', '184436.803000', '184436.805000', '184436.808000', '184436.811000', '184436.813000', '184436.816000', '184436.819000', '184436.821000', '184436.824000', '184436.826000', '184436.829000', '184436.832000', '184436.834000', '184436.837000', '184436.840000', '184436.842000', '184436.845000', '184436.847000', '184436.850000', '184436.853000', '184436.855000', '184436.858000', '184436.860000', '184436.863000', '184436.866000', '184436.868000', '184436.871000', '184436.873000', '184436.876000', '184436.879000', '184436.881000', '184436.884000', '184436.886000', '184456.776000', '184456.780000', '184456.782000', '184456.785000', '184456.787000', '184456.790000', '184456.793000', '184456.795000', '184456.812000', '184456.814000', '184456.817000', '184456.820000', '184456.822000', '184456.825000', '184456.828000', '184456.830000', '184456.833000', '184456.836000', '184456.838000', '184456.841000', '184456.843000', '184456.846000', '184456.849000', '184456.851000', '184456.854000', '184456.857000', '184456.859000', '184456.862000', '184456.864000', '184456.867000', '184456.870000', '184456.873000', '184456.875000', '184456.878000', '184456.881000', '184456.883000', '184456.886000', '184456.888000', '184456.891000', '184456.894000', '184456.896000', '184456.899000', '184456.901000', '184456.904000', '184516.776000', '184516.779000', '184516.782000', '184516.785000', '184516.787000', '184516.790000', '184516.793000', '184516.795000', '184516.798000', '184516.801000', '184516.803000', '184516.806000', '184516.808000', '184516.811000', '184516.813000', '184516.816000', '184516.819000', '184516.821000', '184516.824000', '184516.827000', '184516.829000', '184516.832000', '184516.834000', '184516.837000', '184516.840000', '184516.842000', '184516.845000', '184516.847000', '184516.850000', '184516.853000', '184516.855000', '184516.858000', '184516.861000', '184516.863000', '184516.866000', '184516.869000', '184516.871000', '184516.874000', '184516.876000', '184516.879000', '184516.883000', '184516.886000', '184516.888000', '184536.777000', '184536.779000', '184536.782000', '184536.784000', '184536.787000', '184536.790000', '184536.793000', '184536.795000', '184536.798000', '184536.800000', '184536.803000', '184536.806000', '184536.808000', '184536.811000', '184536.813000', '184536.816000', '184536.819000', '184536.821000', '184536.824000', '184536.826000', '184536.829000', '184536.832000', '184536.834000', '184536.837000', '184536.839000', '184536.842000', '184536.845000', '184536.847000', '184536.850000', '184536.852000', '184536.855000', '184536.858000', '184536.860000', '184536.863000', '184536.865000', '184536.868000', '184536.871000', '184536.873000', '184536.876000', '184536.879000', '184536.881000', '184536.884000', '184536.886000', '184536.889000', '184556.776000', '184556.779000', '184556.782000', '184556.785000', '184556.787000', '184556.790000', '184556.793000', '184556.795000', '184556.798000', '184556.800000', '184556.803000', '184556.805000', '184556.808000', '184556.811000', '184556.813000', '184556.816000', '184556.818000', '184556.821000', '184556.824000', '184556.826000', '184556.829000', '184556.831000', '184556.834000', '184556.836000', '184556.839000', '184556.842000', '184556.844000', '184556.847000', '184556.849000', '184556.852000', '184556.855000', '184556.858000', '184556.860000', '184556.863000', '184556.865000', '184556.868000', '184556.870000', '184556.873000', '184556.876000', '184556.879000', '184556.882000', '184556.885000', '184556.888000', '184616.776000', '184616.779000', '184616.782000', '184616.785000', '184616.788000', '184616.791000', '184616.793000', '184616.796000', '184616.799000', '184616.801000', '184616.804000', '184616.807000', '184616.809000', '184616.812000', '184616.814000', '184616.817000', '184616.820000', '184616.822000', '184616.825000', '184616.827000', '184616.830000', '184616.832000', '184616.835000', '184616.838000', '184616.840000', '184616.843000', '184616.845000', '184616.848000', '184616.851000', '184616.859000', '184616.862000', '184616.864000', '184616.867000', '184616.878000', '184616.880000', '184616.883000', '184616.886000', '184616.888000', '184616.891000', '184616.893000', '184616.896000', '184616.899000', '184616.901000', '184616.904000', '184636.777000', '184636.780000', '184636.782000', '184636.785000', '184636.788000', '184636.790000', '184636.793000', '184636.795000', '184636.798000', '184636.801000', '184636.803000', '184636.806000', '184636.808000', '184636.811000', '184636.814000', '184636.816000', '184636.819000', '184636.822000', '184636.824000', '184636.827000', '184636.829000', '184636.832000', '184636.835000', '184636.837000', '184636.840000', '184636.842000', '184636.845000', '184636.848000', '184636.850000', '184636.853000', '184636.856000', '184636.858000', '184636.861000', '184636.864000', '184636.866000', '184636.869000', '184636.871000', '184636.874000', '184636.877000', '184636.879000', '184636.882000', '184636.885000', '184636.887000', '184656.777000', '184656.780000', '184656.782000', '184656.785000', '184656.788000', '184656.790000', '184656.793000', '184656.796000', '184656.798000', '184656.801000', '184656.803000', '184656.806000', '184656.809000', '184656.811000', '184656.814000', '184656.817000', '184656.820000', '184656.822000', '184656.825000', '184656.827000', '184656.830000', '184656.833000', '184656.835000', '184656.838000', '184656.840000', '184656.843000', '184656.846000', '184656.848000', '184656.851000', '184656.854000', '184656.856000', '184656.859000', '184656.861000', '184656.864000', '184656.867000', '184656.869000', '184656.872000', '184656.875000', '184656.879000', '184656.881000', '184656.884000', '184656.886000', '184656.889000', '184716.776000', '184716.779000', '184716.782000', '184716.785000', '184716.787000', '184716.790000', '184716.793000', '184716.795000', '184716.798000', '184716.800000', '184716.803000', '184716.806000', '184716.808000', '184716.811000', '184716.813000', '184716.816000', '184716.819000', '184716.821000', '184716.824000', '184716.826000', '184716.829000', '184716.832000', '184716.834000', '184716.837000', '184716.840000', '184716.842000', '184716.845000', '184716.848000', '184716.850000', '184716.853000', '184716.856000', '184716.858000', '184716.861000', '184716.863000', '184716.866000', '184716.868000', '184716.871000', '184716.874000', '184716.876000', '184716.879000', '184716.881000', '184716.884000', '184716.887000', '184716.889000', '184732.991000', '184732.994000', '184732.997000', '184733.001000', '184733.003000', '184733.006000', '184733.009000', '184733.012000', '184733.014000', '184733.017000', '184733.020000', '184733.023000', '184733.025000', '184733.029000', '184733.031000', '184733.034000', '184733.037000', '184733.040000', '184733.043000', '184733.046000', '184733.049000', '184733.052000', '184733.055000', '184733.059000', '184733.062000', '184733.065000', '184733.068000', '184733.070000', '184733.073000', '184733.091000', '184733.094000', '184733.097000', '184733.099000', '184733.103000', '184733.106000', '184733.109000'], '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': [9397, 7048, 7809, 7249, 7072, 6737, 6385, 7056, 6294, 6752, 6061, 6312, 7169, 6574, 7048, 6602, 7097, 9008, 6894, 8500, 7139, 7421, 6926, 6038, 6419, 7244, 6790, 6924, 8357, 7130, 7268, 6864, 6326, 6619, 7172, 6603, 6919, 6662, 6899, 7148, 6964, 6726, 6962, 6642, 7293, 6183, 7250, 6300, 7493, 6852, 7400, 6774, 6911, 7273, 7738, 7325, 8707, 7180, 10103, 7106, 9321, 7163, 7993, 6935, 6978, 6783, 7027, 6548, 7151, 9903, 6512, 7872, 7012, 6763, 6954, 6409, 6912, 9076, 7001, 6932, 6956, 9528, 6926, 8397, 6907, 6449, 6887, 6051, 6247, 7070, 6805, 6944, 6765, 6852, 8081, 6840, 7765, 6912, 6630, 6451, 6105, 6431, 6292, 6496, 7133, 6811, 6871, 6445, 6761, 7892, 6664, 8015, 6583, 6848, 6613, 6108, 6390, 6781, 9489, 6927, 7307, 6819, 7166, 6727, 6455, 6426, 5949, 6477, 6073, 6392, 6821, 6981, 6938, 8258, 6917, 8747, 6763, 7462, 6750, 6251, 6238, 7127, 6368, 6941, 6657, 7298, 7679, 7110, 7245, 7224, 7178, 7220, 6497, 6881, 6130, 7057, 6670, 6926, 6025, 6642, 6114, 6564, 7100, 6528, 6785, 6519, 6933, 8146, 6910, 9072, 7067, 8277, 6846, 6425, 6460, 6195, 6400, 5973, 6370, 6773, 9143, 6893, 7874, 7084, 6706, 6985, 6020, 6835, 6725, 6387, 6868, 6353, 6882, 7120, 6761, 7425, 7080, 6382, 6685, 6195, 6285, 7088, 6347, 6850, 6503, 6790, 8627, 6846, 8002, 6872, 6924, 6830, 6481, 6727, 5999, 6333, 6987, 6535, 6949, 6585, 6909, 7729, 7162, 7799, 6810, 7803, 6910, 6689, 6430, 7061, 9048, 6963, 9175, 6850, 8956, 6727, 7127, 6833, 6162, 6674, 7245, 7007, 6800, 8134, 7165, 6743, 7122, 7040, 7615, 6183, 6888, 5963, 7053, 6315, 6871, 7319, 6187, 7175, 6469, 7057, 7342, 6924, 7594, 7166, 7392, 7138, 7454, 7010, 6754, 6471, 7283, 8404, 6906, 8658, 6983, 7661, 7026, 6779, 7132, 6632, 6530, 7080, 7432, 7109, 8577, 7004, 7958, 6883, 6993, 6793, 6093, 6478, 6582, 6430, 6995, 8077, 6750, 7438, 6811, 6926, 6874, 6181, 6887, 6079, 6848, 6130, 6356, 6832, 6417, 7209, 7296, 7215, 9277, 7070, 8672, 6897, 6396, 6423, 7061, 8050, 6898, 9384, 6876, 7790, 7140, 6823, 6997, 5966, 6306, 7048, 6439, 6933, 6490, 6798, 7040, 7129, 7198, 7164, 6951, 7266, 6799, 7211, 6081, 6878, 7052, 6672, 7066, 8146, 7141, 8871, 7297, 7912, 7140, 7852, 6946, 6155, 6480, 6110, 6385, 6908, 6333, 7059, 9516, 6943, 8856, 7018, 7751, 6959, 6675, 6577, 6160, 6387, 6772, 6312, 6842, 7811, 6820, 7896, 6949, 7621, 6859, 6220, 6373, 6646, 6431, 6962, 6323, 6880, 7743, 7010, 7110, 6927, 6689, 6794, 6271, 6549, 5998, 6222, 6575, 6458, 6752, 8413, 6688, 8085, 6886, 6626, 6582, 6259, 6441, 6815, 6600, 6848, 7008, 6751, 7688, 6785, 7215, 6943, 6763, 6990, 6707, 6892, 6015, 6262, 7007, 6994, 7184, 8289, 7076, 9021, 7324, 8042, 7474, 7053, 7215, 6034, 6465, 7188, 7391, 7081, 7607, 7052, 7620, 6989, 6662, 7036, 6085, 6616, 7074, 6294, 7035, 7441, 6904, 7272, 7024, 7315, 7114, 6836, 6694, 6128, 6795, 6163, 6544, 6724, 6486, 7013, 7190, 7049, 8582, 6859, 8870, 6946, 8558, 6563, 7090, 6234, 7082, 9798, 6747, 9560, 6932, 8244, 6748, 6330, 6385, 6973, 9334, 6975, 7857, 6962, 7037, 6680, 6295, 6464, 7021, 6264, 6805, 8569, 7045, 7376, 6770, 6268, 6319, 6778, 6838, 6524, 6505, 6445, 6435, 6020, 6261, 6855, 6431, 6010, 6403, 7042, 10153, 7219, 8219, 7188, 6837, 6860, 6388, 6329, 6976, 6450, 6929, 7628, 6961, 7143, 6917, 6308, 6953, 6073, 6791, 5933, 6427, 7028, 8313, 6899, 7676, 7187, 6854, 6780, 6018, 6362, 6419, 6430, 6898, 6406, 6922, 8466, 7098, 7856, 6978, 8013, 7106, 6687, 6662, 6873, 6909, 7374, 6667, 7314, 8712, 7301, 7400, 7206, 7539, 7199, 6520, 6774, 6976, 6650, 7216, 8223, 7103, 8456, 7334, 7027, 7048, 6050, 6537, 6135, 6365, 6878, 6472, 7086, 6385, 6888, 7529, 6862, 7786, 7048, 7696, 7078, 6570, 6378, 7050, 7079, 7067, 6475, 6946, 6780, 6607, 7452, 6817, 7455, 6793, 6828, 6891, 6567, 6293, 6960, 10524, 7075, 9152, 6951, 6766, 6297, 6885, 10013, 7133, 8061, 6987, 6597, 6558, 6689, 6362, 6984, 6728, 6736, 7756, 6861, 7275, 7062, 6981, 6755, 6390, 6605, 6074, 6453, 6886, 7110, 7048, 6717, 7053, 8879, 6963, 8169, 6697, 6168, 6203, 6889, 8807, 6985, 7440, 6957, 6541, 6942, 5955, 6439, 7032, 6429, 7124, 6419, 7061, 7057, 7353, 7335, 7757, 6781, 7540, 6463, 7019, 7373, 7848, 7335, 8558, 7088, 8052, 7304, 6250, 6791, 6081, 6544, 7059, 6361, 7141, 7823, 7228, 7493, 6956, 6430, 6723, 6028, 6311, 6852, 6419, 6737, 6450, 7089, 6483, 7133, 6633, 6976, 6164, 6925, 6957, 7113, 9540, 6804, 7967, 7054, 6935, 6680, 6577, 6227, 6990, 8982, 6964, 8233, 6836, 7542, 6857, 6349, 6425, 6084, 6618, 6265, 6348, 7125, 6965, 6839, 6420, 6905, 6565, 6865, 8089, 7028, 7935, 6954, 8343, 6752, 6480, 6411, 6011, 6372, 6755, 6333, 7065, 8501, 6938, 7832, 7029, 7195, 7102, 6566, 6387, 6985, 6284, 7127, 6499, 7174, 7153, 7047, 7574, 7308, 7248, 7572, 7301, 7426, 7042, 8651, 7501, 9645, 7293, 8982, 7225, 7591, 7084, 6343, 6747, 6067, 6380, 5994, 6329, 7161, 6210, 7136, 6275, 6918, 7996, 6985, 7884, 7294, 7950, 6871, 7210, 7038, 6299, 6382, 6054, 6381, 6721, 6246, 6922, 9695, 7038, 7721, 6950, 6659, 6779, 6168, 6470, 6111, 6287, 6761, 6424, 7020, 7976, 6885, 7406, 6780, 6055, 6272, 6943, 7370, 6981, 7949, 6786, 7587, 6930, 6425, 6598, 6117, 6305, 6918, 6285, 6814, 7769, 7058, 7088, 6999, 6975, 6835, 6831, 6803, 6432, 6890, 6091, 6823, 6131, 6433, 5969, 6549, 7233, 6632, 7180, 9399, 7240, 9472, 7311, 9014, 7551, 7883, 7202, 6510, 7038, 5982, 6946, 6167], 'WindowCenter': [3785.0, 3752.0, 3749.0, 3736.0, 3725.0, 3724.0, 3713.0, 3722.0, 3711.0, 3711.0, 3700.0, 3711.0, 3721.0, 3710.0, 3721.0, 3709.0, 3721.0, 3741.0, 3721.0, 3728.0, 3709.0, 3718.0, 3707.0, 3698.0, 3698.0, 3719.0, 3708.0, 3708.0, 3729.0, 3708.0, 3709.0, 3709.0, 3698.0, 3709.0, 3720.0, 3708.0, 3710.0, 3708.0, 3720.0, 3719.0, 3720.0, 3711.0, 3721.0, 3710.0, 3731.0, 3710.0, 3734.0, 3711.0, 3733.0, 3723.0, 3732.0, 3723.0, 3723.0, 3734.0, 3734.0, 3732.0, 3743.0, 3722.0, 3752.0, 3722.0, 3741.0, 3720.0, 3731.0, 3711.0, 3708.0, 3711.0, 3720.0, 3709.0, 3720.0, 3740.0, 3709.0, 3717.0, 3709.0, 3710.0, 3722.0, 3711.0, 3721.0, 3742.0, 3721.0, 3721.0, 3721.0, 3741.0, 3709.0, 3730.0, 3710.0, 3699.0, 3709.0, 3698.0, 3709.0, 3710.0, 3708.0, 3710.0, 3707.0, 3709.0, 3729.0, 3709.0, 3719.0, 3720.0, 3710.0, 3709.0, 3699.0, 3711.0, 3711.0, 3710.0, 3721.0, 3710.0, 3709.0, 3709.0, 3721.0, 3730.0, 3711.0, 3730.0, 3709.0, 3710.0, 3710.0, 3699.0, 3710.0, 3711.0, 3741.0, 3709.0, 3719.0, 3709.0, 3709.0, 3709.0, 3710.0, 3708.0, 3699.0, 3709.0, 3699.0, 3711.0, 3709.0, 3721.0, 3720.0, 3730.0, 3710.0, 3730.0, 3709.0, 3718.0, 3709.0, 3697.0, 3698.0, 3709.0, 3698.0, 3708.0, 3709.0, 3720.0, 3718.0, 3720.0, 3719.0, 3721.0, 3719.0, 3719.0, 3711.0, 3720.0, 3700.0, 3720.0, 3711.0, 3720.0, 3701.0, 3722.0, 3699.0, 3710.0, 3721.0, 3710.0, 3709.0, 3709.0, 3721.0, 3729.0, 3720.0, 3740.0, 3720.0, 3729.0, 3710.0, 3698.0, 3708.0, 3699.0, 3709.0, 3699.0, 3710.0, 3709.0, 3742.0, 3720.0, 3729.0, 3708.0, 3709.0, 3708.0, 3696.0, 3709.0, 3710.0, 3710.0, 3709.0, 3709.0, 3719.0, 3718.0, 3709.0, 3720.0, 3718.0, 3708.0, 3721.0, 3699.0, 3710.0, 3722.0, 3710.0, 3710.0, 3710.0, 3711.0, 3742.0, 3710.0, 3730.0, 3709.0, 3720.0, 3709.0, 3709.0, 3711.0, 3701.0, 3709.0, 3721.0, 3709.0, 3720.0, 3721.0, 3721.0, 3731.0, 3722.0, 3732.0, 3722.0, 3731.0, 3720.0, 3709.0, 3710.0, 3721.0, 3740.0, 3721.0, 3740.0, 3708.0, 3729.0, 3708.0, 3708.0, 3708.0, 3698.0, 3708.0, 3717.0, 3708.0, 3707.0, 3718.0, 3708.0, 3709.0, 3709.0, 3705.0, 3730.0, 3698.0, 3721.0, 3699.0, 3719.0, 3709.0, 3721.0, 3720.0, 3710.0, 3721.0, 3710.0, 3721.0, 3721.0, 3722.0, 3731.0, 3723.0, 3722.0, 3721.0, 3721.0, 3721.0, 3710.0, 3699.0, 3720.0, 3731.0, 3720.0, 3730.0, 3710.0, 3717.0, 3720.0, 3710.0, 3721.0, 3708.0, 3710.0, 3719.0, 3720.0, 3719.0, 3730.0, 3719.0, 3719.0, 3718.0, 3709.0, 3708.0, 3698.0, 3698.0, 3708.0, 3710.0, 3720.0, 3728.0, 3708.0, 3719.0, 3709.0, 3721.0, 3709.0, 3699.0, 3720.0, 3700.0, 3719.0, 3710.0, 3712.0, 3722.0, 3711.0, 3733.0, 3721.0, 3721.0, 3742.0, 3720.0, 3730.0, 3720.0, 3711.0, 3699.0, 3709.0, 3730.0, 3709.0, 3739.0, 3708.0, 3719.0, 3708.0, 3708.0, 3719.0, 3698.0, 3708.0, 3720.0, 3709.0, 3720.0, 3709.0, 3710.0, 3720.0, 3722.0, 3720.0, 3720.0, 3720.0, 3732.0, 3710.0, 3721.0, 3699.0, 3710.0, 3722.0, 3711.0, 3721.0, 3729.0, 3720.0, 3741.0, 3720.0, 3730.0, 3721.0, 3729.0, 3721.0, 3699.0, 3710.0, 3698.0, 3709.0, 3721.0, 3710.0, 3721.0, 3740.0, 3721.0, 3741.0, 3720.0, 3720.0, 3720.0, 3708.0, 3709.0, 3699.0, 3709.0, 3709.0, 3710.0, 3720.0, 3730.0, 3709.0, 3731.0, 3719.0, 3720.0, 3710.0, 3698.0, 3708.0, 3709.0, 3709.0, 3722.0, 3711.0, 3720.0, 3730.0, 3721.0, 3719.0, 3721.0, 3709.0, 3720.0, 3711.0, 3710.0, 3709.0, 3700.0, 3721.0, 3711.0, 3720.0, 3731.0, 3710.0, 3731.0, 3721.0, 3710.0, 3709.0, 3699.0, 3709.0, 3709.0, 3709.0, 3710.0, 3721.0, 3711.0, 3719.0, 3710.0, 3719.0, 3721.0, 3710.0, 3721.0, 3710.0, 3721.0, 3700.0, 3711.0, 3720.0, 3721.0, 3719.0, 3731.0, 3720.0, 3741.0, 3720.0, 3730.0, 3719.0, 3709.0, 3721.0, 3698.0, 3709.0, 3719.0, 3720.0, 3720.0, 3719.0, 3720.0, 3719.0, 3718.0, 3708.0, 3719.0, 3698.0, 3720.0, 3720.0, 3709.0, 3719.0, 3719.0, 3718.0, 3718.0, 3720.0, 3721.0, 3720.0, 3709.0, 3709.0, 3699.0, 3721.0, 3699.0, 3711.0, 3722.0, 3710.0, 3721.0, 3723.0, 3722.0, 3742.0, 3722.0, 3742.0, 3720.0, 3743.0, 3709.0, 3720.0, 3699.0, 3719.0, 3751.0, 3707.0, 3739.0, 3707.0, 3728.0, 3709.0, 3696.0, 3709.0, 3719.0, 3739.0, 3719.0, 3718.0, 3708.0, 3707.0, 3709.0, 3698.0, 3697.0, 3718.0, 3709.0, 3708.0, 3729.0, 3709.0, 3718.0, 3709.0, 3698.0, 3698.0, 3708.0, 3710.0, 3699.0, 3699.0, 3708.0, 3709.0, 3701.0, 3711.0, 3721.0, 3712.0, 3710.0, 3711.0, 3722.0, 3752.0, 3721.0, 3731.0, 3721.0, 3710.0, 3710.0, 3709.0, 3710.0, 3719.0, 3710.0, 3719.0, 3729.0, 3719.0, 3719.0, 3720.0, 3712.0, 3719.0, 3698.0, 3722.0, 3712.0, 3711.0, 3721.0, 3742.0, 3721.0, 3731.0, 3721.0, 3711.0, 3721.0, 3700.0, 3710.0, 3710.0, 3710.0, 3721.0, 3710.0, 3721.0, 3730.0, 3720.0, 3732.0, 3718.0, 3732.0, 3721.0, 3710.0, 3709.0, 3710.0, 3720.0, 3721.0, 3711.0, 3721.0, 3729.0, 3721.0, 3720.0, 3721.0, 3729.0, 3721.0, 3710.0, 3708.0, 3721.0, 3711.0, 3720.0, 3731.0, 3719.0, 3728.0, 3718.0, 3719.0, 3709.0, 3699.0, 3709.0, 3698.0, 3708.0, 3710.0, 3710.0, 3721.0, 3711.0, 3721.0, 3730.0, 3721.0, 3731.0, 3722.0, 3733.0, 3720.0, 3722.0, 3710.0, 3721.0, 3719.0, 3721.0, 3709.0, 3720.0, 3709.0, 3709.0, 3719.0, 3720.0, 3722.0, 3721.0, 3722.0, 3722.0, 3711.0, 3711.0, 3719.0, 3752.0, 3710.0, 3739.0, 3707.0, 3709.0, 3698.0, 3708.0, 3737.0, 3705.0, 3717.0, 3707.0, 3696.0, 3698.0, 3707.0, 3697.0, 3707.0, 3707.0, 3710.0, 3719.0, 3707.0, 3717.0, 3719.0, 3707.0, 3708.0, 3698.0, 3709.0, 3698.0, 3709.0, 3719.0, 3708.0, 3719.0, 3708.0, 3719.0, 3740.0, 3719.0, 3728.0, 3708.0, 3699.0, 3696.0, 3707.0, 3728.0, 3707.0, 3717.0, 3706.0, 3697.0, 3707.0, 3697.0, 3698.0, 3719.0, 3708.0, 3718.0, 3708.0, 3719.0, 3721.0, 3730.0, 3720.0, 3732.0, 3709.0, 3731.0, 3711.0, 3720.0, 3733.0, 3730.0, 3720.0, 3730.0, 3708.0, 3729.0, 3720.0, 3697.0, 3709.0, 3698.0, 3709.0, 3719.0, 3710.0, 3720.0, 3730.0, 3719.0, 3719.0, 3719.0, 3709.0, 3709.0, 3701.0, 3709.0, 3709.0, 3710.0, 3709.0, 3710.0, 3721.0, 3712.0, 3722.0, 3722.0, 3723.0, 3711.0, 3722.0, 3720.0, 3720.0, 3742.0, 3711.0, 3731.0, 3720.0, 3709.0, 3709.0, 3709.0, 3699.0, 3719.0, 3740.0, 3719.0, 3729.0, 3709.0, 3719.0, 3708.0, 3709.0, 3708.0, 3698.0, 3710.0, 3710.0, 3710.0, 3721.0, 3720.0, 3722.0, 3709.0, 3721.0, 3721.0, 3721.0, 3730.0, 3722.0, 3730.0, 3721.0, 3731.0, 3721.0, 3711.0, 3710.0, 3709.0, 3710.0, 3710.0, 3709.0, 3720.0, 3739.0, 3720.0, 3730.0, 3719.0, 3720.0, 3719.0, 3710.0, 3708.0, 3720.0, 3709.0, 3721.0, 3709.0, 3721.0, 3719.0, 3720.0, 3730.0, 3722.0, 3720.0, 3731.0, 3720.0, 3731.0, 3720.0, 3742.0, 3719.0, 3740.0, 3719.0, 3729.0, 3718.0, 3718.0, 3708.0, 3708.0, 3708.0, 3697.0, 3697.0, 3698.0, 3708.0, 3720.0, 3698.0, 3720.0, 3709.0, 3722.0, 3731.0, 3720.0, 3730.0, 3731.0, 3731.0, 3721.0, 3720.0, 3720.0, 3709.0, 3709.0, 3711.0, 3709.0, 3720.0, 3710.0, 3720.0, 3739.0, 3720.0, 3720.0, 3719.0, 3710.0, 3709.0, 3698.0, 3708.0, 3698.0, 3710.0, 3720.0, 3709.0, 3720.0, 3729.0, 3719.0, 3719.0, 3709.0, 3699.0, 3709.0, 3720.0, 3718.0, 3709.0, 3731.0, 3710.0, 3718.0, 3718.0, 3698.0, 3708.0, 3699.0, 3709.0, 3720.0, 3709.0, 3708.0, 3718.0, 3718.0, 3720.0, 3720.0, 3719.0, 3722.0, 3720.0, 3720.0, 3709.0, 3723.0, 3710.0, 3721.0, 3711.0, 3710.0, 3711.0, 3711.0, 3732.0, 3720.0, 3720.0, 3740.0, 3720.0, 3752.0, 3720.0, 3740.0, 3719.0, 3730.0, 3719.0, 3697.0, 3719.0, 3698.0, 3719.0, 3699.0], 'WindowWidth': [8513.0, 8460.0, 8447.0, 8427.0, 8408.0, 8402.0, 8386.0, 8396.0, 8380.0, 8382.0, 8366.0, 8379.0, 8394.0, 8377.0, 8393.0, 8375.0, 8392.0, 8419.0, 8393.0, 8398.0, 8374.0, 8384.0, 8369.0, 8358.0, 8358.0, 8386.0, 8371.0, 8372.0, 8399.0, 8369.0, 8371.0, 8371.0, 8356.0, 8373.0, 8388.0, 8371.0, 8375.0, 8370.0, 8388.0, 8386.0, 8390.0, 8378.0, 8394.0, 8378.0, 8408.0, 8379.0, 8416.0, 8383.0, 8413.0, 8399.0, 8412.0, 8399.0, 8400.0, 8415.0, 8414.0, 8409.0, 8423.0, 8395.0, 8433.0, 8395.0, 8417.0, 8390.0, 8404.0, 8377.0, 8372.0, 8377.0, 8390.0, 8373.0, 8390.0, 8415.0, 8374.0, 8379.0, 8373.0, 8376.0, 8394.0, 8381.0, 8394.0, 8421.0, 8393.0, 8391.0, 8392.0, 8417.0, 8373.0, 8401.0, 8375.0, 8359.0, 8372.0, 8358.0, 8373.0, 8376.0, 8371.0, 8375.0, 8367.0, 8373.0, 8399.0, 8375.0, 8387.0, 8390.0, 8376.0, 8374.0, 8361.0, 8379.0, 8380.0, 8377.0, 8393.0, 8376.0, 8375.0, 8375.0, 8393.0, 8405.0, 8380.0, 8403.0, 8375.0, 8375.0, 8375.0, 8361.0, 8376.0, 8377.0, 8415.0, 8374.0, 8386.0, 8374.0, 8374.0, 8375.0, 8375.0, 8372.0, 8361.0, 8375.0, 8362.0, 8380.0, 8376.0, 8391.0, 8391.0, 8402.0, 8375.0, 8402.0, 8374.0, 8384.0, 8374.0, 8356.0, 8358.0, 8374.0, 8358.0, 8370.0, 8372.0, 8388.0, 8384.0, 8388.0, 8387.0, 8392.0, 8386.0, 8389.0, 8377.0, 8390.0, 8365.0, 8390.0, 8379.0, 8391.0, 8366.0, 8395.0, 8362.0, 8377.0, 8394.0, 8376.0, 8375.0, 8376.0, 8392.0, 8401.0, 8389.0, 8415.0, 8390.0, 8399.0, 8376.0, 8358.0, 8373.0, 8361.0, 8373.0, 8361.0, 8376.0, 8375.0, 8420.0, 8389.0, 8399.0, 8371.0, 8371.0, 8372.0, 8352.0, 8374.0, 8375.0, 8375.0, 8373.0, 8374.0, 8388.0, 8386.0, 8376.0, 8390.0, 8385.0, 8372.0, 8393.0, 8363.0, 8378.0, 8395.0, 8378.0, 8377.0, 8378.0, 8380.0, 8420.0, 8377.0, 8403.0, 8375.0, 8390.0, 8375.0, 8374.0, 8380.0, 8366.0, 8374.0, 8393.0, 8376.0, 8391.0, 8393.0, 8395.0, 8407.0, 8397.0, 8410.0, 8395.0, 8406.0, 8392.0, 8375.0, 8378.0, 8394.0, 8415.0, 8392.0, 8415.0, 8372.0, 8398.0, 8371.0, 8371.0, 8369.0, 8359.0, 8370.0, 8382.0, 8371.0, 8367.0, 8382.0, 8371.0, 8371.0, 8371.0, 8365.0, 8402.0, 8358.0, 8391.0, 8361.0, 8388.0, 8376.0, 8394.0, 8390.0, 8377.0, 8392.0, 8378.0, 8394.0, 8394.0, 8396.0, 8405.0, 8397.0, 8394.0, 8392.0, 8392.0, 8393.0, 8377.0, 8362.0, 8391.0, 8405.0, 8388.0, 8403.0, 8376.0, 8382.0, 8389.0, 8376.0, 8391.0, 8372.0, 8377.0, 8387.0, 8388.0, 8387.0, 8401.0, 8386.0, 8386.0, 8384.0, 8372.0, 8371.0, 8357.0, 8357.0, 8372.0, 8377.0, 8391.0, 8396.0, 8371.0, 8385.0, 8373.0, 8390.0, 8374.0, 8362.0, 8391.0, 8363.0, 8390.0, 8378.0, 8384.0, 8396.0, 8381.0, 8411.0, 8393.0, 8393.0, 8420.0, 8391.0, 8403.0, 8389.0, 8379.0, 8360.0, 8374.0, 8403.0, 8374.0, 8411.0, 8371.0, 8385.0, 8370.0, 8370.0, 8388.0, 8358.0, 8373.0, 8390.0, 8373.0, 8388.0, 8374.0, 8378.0, 8391.0, 8396.0, 8391.0, 8392.0, 8391.0, 8409.0, 8377.0, 8394.0, 8362.0, 8377.0, 8395.0, 8380.0, 8393.0, 8402.0, 8391.0, 8418.0, 8390.0, 8401.0, 8392.0, 8400.0, 8392.0, 8361.0, 8376.0, 8361.0, 8375.0, 8391.0, 8377.0, 8391.0, 8417.0, 8391.0, 8417.0, 8389.0, 8388.0, 8389.0, 8371.0, 8373.0, 8361.0, 8375.0, 8376.0, 8377.0, 8391.0, 8402.0, 8376.0, 8404.0, 8388.0, 8388.0, 8377.0, 8358.0, 8372.0, 8376.0, 8375.0, 8394.0, 8378.0, 8391.0, 8404.0, 8393.0, 8388.0, 8392.0, 8374.0, 8393.0, 8381.0, 8379.0, 8377.0, 8366.0, 8395.0, 8380.0, 8391.0, 8407.0, 8378.0, 8406.0, 8391.0, 8376.0, 8374.0, 8360.0, 8375.0, 8376.0, 8373.0, 8377.0, 8392.0, 8379.0, 8388.0, 8378.0, 8387.0, 8392.0, 8376.0, 8393.0, 8377.0, 8393.0, 8365.0, 8379.0, 8391.0, 8392.0, 8389.0, 8406.0, 8389.0, 8416.0, 8389.0, 8402.0, 8386.0, 8373.0, 8392.0, 8359.0, 8375.0, 8387.0, 8388.0, 8390.0, 8386.0, 8389.0, 8388.0, 8386.0, 8373.0, 8387.0, 8360.0, 8391.0, 8391.0, 8375.0, 8389.0, 8387.0, 8386.0, 8384.0, 8390.0, 8393.0, 8391.0, 8374.0, 8375.0, 8364.0, 8394.0, 8362.0, 8382.0, 8396.0, 8380.0, 8395.0, 8398.0, 8396.0, 8422.0, 8397.0, 8422.0, 8391.0, 8424.0, 8375.0, 8389.0, 8360.0, 8387.0, 8431.0, 8370.0, 8412.0, 8369.0, 8397.0, 8372.0, 8354.0, 8374.0, 8386.0, 8413.0, 8387.0, 8382.0, 8370.0, 8368.0, 8374.0, 8358.0, 8355.0, 8385.0, 8372.0, 8373.0, 8399.0, 8373.0, 8384.0, 8372.0, 8357.0, 8357.0, 8370.0, 8374.0, 8358.0, 8361.0, 8373.0, 8375.0, 8367.0, 8381.0, 8395.0, 8384.0, 8379.0, 8381.0, 8395.0, 8434.0, 8392.0, 8406.0, 8392.0, 8377.0, 8377.0, 8375.0, 8376.0, 8389.0, 8377.0, 8388.0, 8402.0, 8389.0, 8388.0, 8391.0, 8381.0, 8390.0, 8361.0, 8396.0, 8383.0, 8380.0, 8394.0, 8421.0, 8394.0, 8405.0, 8392.0, 8379.0, 8394.0, 8365.0, 8378.0, 8377.0, 8377.0, 8394.0, 8378.0, 8394.0, 8404.0, 8392.0, 8408.0, 8387.0, 8408.0, 8395.0, 8377.0, 8376.0, 8378.0, 8389.0, 8394.0, 8380.0, 8392.0, 8401.0, 8394.0, 8390.0, 8393.0, 8402.0, 8394.0, 8377.0, 8373.0, 8395.0, 8379.0, 8391.0, 8406.0, 8387.0, 8399.0, 8386.0, 8387.0, 8373.0, 8360.0, 8375.0, 8360.0, 8373.0, 8378.0, 8379.0, 8394.0, 8381.0, 8394.0, 8404.0, 8395.0, 8407.0, 8395.0, 8410.0, 8393.0, 8396.0, 8378.0, 8393.0, 8389.0, 8393.0, 8376.0, 8390.0, 8375.0, 8375.0, 8387.0, 8391.0, 8396.0, 8395.0, 8397.0, 8395.0, 8380.0, 8381.0, 8389.0, 8433.0, 8376.0, 8414.0, 8369.0, 8373.0, 8356.0, 8370.0, 8408.0, 8364.0, 8381.0, 8366.0, 8351.0, 8356.0, 8368.0, 8354.0, 8369.0, 8369.0, 8374.0, 8387.0, 8368.0, 8382.0, 8386.0, 8370.0, 8372.0, 8357.0, 8374.0, 8360.0, 8374.0, 8388.0, 8372.0, 8387.0, 8373.0, 8388.0, 8416.0, 8386.0, 8398.0, 8370.0, 8359.0, 8354.0, 8370.0, 8397.0, 8367.0, 8380.0, 8366.0, 8354.0, 8369.0, 8355.0, 8357.0, 8389.0, 8371.0, 8386.0, 8373.0, 8389.0, 8393.0, 8405.0, 8391.0, 8408.0, 8376.0, 8407.0, 8380.0, 8394.0, 8410.0, 8403.0, 8392.0, 8403.0, 8373.0, 8401.0, 8389.0, 8356.0, 8373.0, 8360.0, 8374.0, 8388.0, 8377.0, 8391.0, 8404.0, 8389.0, 8388.0, 8389.0, 8374.0, 8374.0, 8365.0, 8375.0, 8375.0, 8376.0, 8373.0, 8377.0, 8394.0, 8385.0, 8399.0, 8396.0, 8398.0, 8381.0, 8396.0, 8391.0, 8391.0, 8420.0, 8379.0, 8404.0, 8389.0, 8373.0, 8375.0, 8374.0, 8361.0, 8388.0, 8414.0, 8386.0, 8398.0, 8372.0, 8387.0, 8371.0, 8374.0, 8373.0, 8360.0, 8377.0, 8377.0, 8377.0, 8393.0, 8390.0, 8395.0, 8375.0, 8393.0, 8395.0, 8394.0, 8404.0, 8396.0, 8405.0, 8393.0, 8406.0, 8394.0, 8380.0, 8377.0, 8377.0, 8376.0, 8377.0, 8377.0, 8392.0, 8415.0, 8391.0, 8403.0, 8389.0, 8389.0, 8389.0, 8376.0, 8374.0, 8391.0, 8375.0, 8393.0, 8376.0, 8394.0, 8388.0, 8391.0, 8405.0, 8395.0, 8392.0, 8408.0, 8392.0, 8408.0, 8392.0, 8420.0, 8389.0, 8417.0, 8388.0, 8399.0, 8384.0, 8384.0, 8372.0, 8372.0, 8372.0, 8356.0, 8356.0, 8360.0, 8373.0, 8391.0, 8361.0, 8392.0, 8377.0, 8397.0, 8408.0, 8393.0, 8406.0, 8407.0, 8405.0, 8393.0, 8391.0, 8393.0, 8378.0, 8377.0, 8381.0, 8375.0, 8390.0, 8379.0, 8392.0, 8415.0, 8391.0, 8391.0, 8387.0, 8377.0, 8376.0, 8360.0, 8373.0, 8360.0, 8377.0, 8390.0, 8375.0, 8391.0, 8402.0, 8389.0, 8388.0, 8376.0, 8361.0, 8374.0, 8390.0, 8384.0, 8374.0, 8404.0, 8377.0, 8385.0, 8386.0, 8359.0, 8372.0, 8362.0, 8375.0, 8389.0, 8374.0, 8372.0, 8386.0, 8386.0, 8390.0, 8391.0, 8389.0, 8396.0, 8391.0, 8393.0, 8376.0, 8399.0, 8378.0, 8395.0, 8384.0, 8379.0, 8381.0, 8382.0, 8409.0, 8393.0, 8393.0, 8418.0, 8391.0, 8434.0, 8390.0, 8415.0, 8389.0, 8403.0, 8388.0, 8357.0, 8389.0, 8359.0, 8389.0, 8364.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.000197180667433832</td></tr>
<tr><td colspan=3>aqi</td><td>0.01272581599539701</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.48125278011516</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1801917917626723</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9920797821313365</td></tr>
<tr><td colspan=3>efc</td><td>0.4443</td></tr>
<tr><td colspan=3>fber</td><td>7281.9258</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06002780725581961</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4084683906070548</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3487781258189475</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5919789382024065</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2846481077998106</td></tr>
<tr><td colspan=3>gcor</td><td>0.00356075</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010661077685654163</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024794314056634903</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.7605789797269153</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>28.6883</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.1575</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>126.2128</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>37.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307291.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>572.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>263.3081</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.038</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>500.485</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2974.433</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3155.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69253.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>939.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3944.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>838.9605</td></tr>
<tr><td colspan=3>tsnr</td><td>48.532882472500205</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>