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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0073/ses-04/func/sub-0073_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>5c6fe10b88ad4c0fe34b2e1afe8e6393</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:33:34.492500</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.999578, -0.0283509, 0.00626794, 0.0260003, 0.970075, 0.24141]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.115584</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7793, -7246, 662, -60, -322, 103, 114]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>248.759</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6105272c-aeb8-4921-a9bf-2f05acb4943c||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.681795835494995, 0.06975691765546799, 0.034896306693553925, 108.0682373046875], [0.076063372194767, 2.60263991355896, 0.6510920524597168, -110.31459045410156], [0.01681642234325409, -0.6476852893829346, 2.6200881004333496, -28.346847534179688], [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': ['183334.492500', '183334.952500', '183335.412500', '183335.872500', '183336.332500', '183336.792500', '183337.252500', '183337.712500', '183338.172500', '183338.632500', '183339.092500', '183339.552500', '183340.012500', '183340.472500', '183340.932500', '183341.392500', '183341.852500', '183342.312500', '183342.772500', '183343.232500', '183343.692500', '183344.152500', '183344.612500', '183345.072500', '183345.532500', '183345.992500', '183346.452500', '183346.912500', '183347.372500', '183347.832500', '183348.292500', '183348.752500', '183349.212500', '183349.672500', '183350.132500', '183350.592500', '183351.052500', '183351.512500', '183351.972500', '183352.432500', '183352.892500', '183353.352500', '183353.812500', '183354.272500', '183354.732500', '183355.192500', '183355.652500', '183356.112500', '183356.572500', '183357.032500', '183357.492500', '183357.952500', '183358.412500', '183358.872500', '183359.332500', '183359.792500', '183400.252500', '183400.712500', '183401.172500', '183401.632500', '183402.092500', '183402.552500', '183403.012500', '183403.472500', '183403.932500', '183404.392500', '183404.852500', '183405.312500', '183405.772500', '183406.232500', '183406.692500', '183407.152500', '183407.612500', '183408.072500', '183408.532500', '183408.992500', '183409.452500', '183409.912500', '183410.372500', '183410.832500', '183411.292500', '183411.752500', '183412.212500', '183412.672500', '183413.132500', '183413.592500', '183414.052500', '183414.512500', '183414.972500', '183415.432500', '183415.892500', '183416.352500', '183416.812500', '183417.272500', '183417.732500', '183418.192500', '183418.652500', '183419.112500', '183419.572500', '183420.032500', '183420.492500', '183420.952500', '183421.412500', '183421.872500', '183422.332500', '183422.792500', '183423.252500', '183423.712500', '183424.172500', '183424.632500', '183425.092500', '183425.552500', '183426.012500', '183426.472500', '183426.932500', '183427.392500', '183427.852500', '183428.312500', '183428.772500', '183429.232500', '183429.692500', '183430.152500', '183430.612500', '183431.072500', '183431.532500', '183431.992500', '183432.452500', '183432.912500', '183433.372500', '183433.832500', '183434.292500', '183434.752500', '183435.212500', '183435.672500', '183436.132500', '183436.592500', '183437.052500', '183437.512500', '183437.972500', '183438.432500', '183438.892500', '183439.352500', '183439.812500', '183440.272500', '183440.732500', '183441.192500', '183441.652500', '183442.112500', '183442.572500', '183443.032500', '183443.492500', '183443.952500', '183444.412500', '183444.872500', '183445.332500', '183445.792500', '183446.252500', '183446.712500', '183447.172500', '183447.632500', '183448.092500', '183448.552500', '183449.012500', '183449.472500', '183449.932500', '183450.392500', '183450.852500', '183451.312500', '183451.772500', '183452.232500', '183452.692500', '183453.152500', '183453.612500', '183454.072500', '183454.532500', '183454.992500', '183455.452500', '183455.912500', '183456.372500', '183456.832500', '183457.292500', '183457.752500', '183458.212500', '183458.672500', '183459.132500', '183459.592500', '183500.052500', '183500.512500', '183500.972500', '183501.432500', '183501.892500', '183502.352500', '183502.812500', '183503.272500', '183503.732500', '183504.192500', '183504.652500', '183505.112500', '183505.572500', '183506.032500', '183506.492500', '183506.952500', '183507.412500', '183507.872500', '183508.332500', '183508.792500', '183509.252500', '183509.712500', '183510.172500', '183510.632500', '183511.092500', '183511.552500', '183512.012500', '183512.472500', '183512.932500', '183513.392500', '183513.852500', '183514.312500', '183514.772500', '183515.232500', '183515.692500', '183516.152500', '183516.612500', '183517.072500', '183517.532500', '183517.992500', '183518.452500', '183518.912500', '183519.372500', '183519.832500', '183520.292500', '183520.752500', '183521.212500', '183521.672500', '183522.132500', '183522.592500', '183523.052500', '183523.512500', '183523.972500', '183524.432500', '183524.892500', '183525.352500', '183525.812500', '183526.272500', '183526.732500', '183527.192500', '183527.652500', '183528.112500', '183528.572500', '183529.032500', '183529.492500', '183529.952500', '183530.412500', '183530.872500', '183531.332500', '183531.792500', '183532.252500', '183532.712500', '183533.172500', '183533.632500', '183534.092500', '183534.552500', '183535.012500', '183535.472500', '183535.932500', '183536.392500', '183536.852500', '183537.312500', '183537.772500', '183538.232500', '183538.692500', '183539.152500', '183539.612500', '183540.072500', '183540.532500', '183540.992500', '183541.452500', '183541.912500', '183542.372500', '183542.832500', '183543.292500', '183543.752500', '183544.212500', '183544.672500', '183545.132500', '183545.592500', '183546.052500', '183546.512500', '183546.972500', '183547.432500', '183547.892500', '183548.352500', '183548.812500', '183549.272500', '183549.732500', '183550.192500', '183550.652500', '183551.112500', '183551.572500', '183552.032500', '183552.492500', '183552.952500', '183553.412500', '183553.872500', '183554.332500', '183554.792500', '183555.252500', '183555.712500', '183556.172500', '183556.632500', '183557.092500', '183557.552500', '183558.012500', '183558.472500', '183558.932500', '183559.392500', '183559.852500', '183600.312500', '183600.772500', '183601.232500', '183601.692500', '183602.152500', '183602.612500', '183603.072500', '183603.532500', '183603.992500', '183604.452500', '183604.912500', '183605.372500', '183605.832500', '183606.292500', '183606.752500', '183607.212500', '183607.672500', '183608.132500', '183608.592500', '183609.052500', '183609.512500', '183609.972500', '183610.432500', '183610.892500', '183611.352500', '183611.812500', '183612.272500', '183612.732500', '183613.192500', '183613.652500', '183614.112500', '183614.572500', '183615.032500', '183615.492500', '183615.952500', '183616.412500', '183616.872500', '183617.332500', '183617.792500', '183618.252500', '183618.712500', '183619.172500', '183619.632500', '183620.092500', '183620.552500', '183621.012500', '183621.472500', '183621.932500', '183622.392500', '183622.852500', '183623.312500', '183623.772500', '183624.232500', '183624.692500', '183625.152500', '183625.612500', '183626.072500', '183626.532500', '183626.992500', '183627.452500', '183627.912500', '183628.372500', '183628.832500', '183629.292500', '183629.752500', '183630.212500', '183630.672500', '183631.132500', '183631.592500', '183632.052500', '183632.512500', '183632.972500', '183633.432500', '183633.892500', '183634.352500', '183634.812500', '183635.272500', '183635.732500', '183636.192500', '183636.652500', '183637.112500', '183637.572500', '183638.032500', '183638.492500', '183638.952500', '183639.412500', '183639.872500', '183640.332500', '183640.792500', '183641.252500', '183641.712500', '183642.172500', '183642.632500', '183643.092500', '183643.552500', '183644.012500', '183644.472500', '183644.932500', '183645.392500', '183645.852500', '183646.312500', '183646.772500', '183647.232500', '183647.692500', '183648.152500', '183648.612500', '183649.072500', '183649.532500', '183649.992500', '183650.452500', '183650.912500', '183651.372500', '183651.832500', '183652.292500', '183652.752500', '183653.212500', '183653.672500', '183654.132500', '183654.592500', '183655.052500', '183655.512500', '183655.972500', '183656.432500', '183656.892500', '183657.352500', '183657.812500', '183658.272500', '183658.732500', '183659.192500', '183659.652500', '183700.112500', '183700.572500', '183701.032500', '183701.492500', '183701.952500', '183702.412500', '183702.872500', '183703.332500', '183703.792500', '183704.252500', '183704.712500', '183705.172500', '183705.632500', '183706.092500', '183706.552500', '183707.012500', '183707.472500', '183707.932500', '183708.392500', '183708.852500', '183709.312500', '183709.772500', '183710.232500', '183710.692500', '183711.152500', '183711.612500', '183712.072500', '183712.532500', '183712.992500', '183713.452500', '183713.912500', '183714.372500', '183714.832500', '183715.292500', '183715.752500', '183716.212500', '183716.672500', '183717.132500', '183717.592500', '183718.052500', '183718.512500', '183718.972500', '183719.432500', '183719.892500', '183720.352500', '183720.812500', '183721.272500', '183721.732500', '183722.192500', '183722.652500', '183723.112500', '183723.572500', '183724.032500', '183724.492500', '183724.952500', '183725.412500', '183725.872500', '183726.332500', '183726.792500', '183727.252500', '183727.712500', '183728.172500', '183728.632500', '183729.092500', '183729.552500', '183730.012500', '183730.472500', '183730.932500', '183731.392500', '183731.852500', '183732.312500', '183732.772500', '183733.232500', '183733.692500', '183734.152500', '183734.612500', '183735.072500', '183735.532500', '183735.992500', '183736.452500', '183736.912500', '183737.372500', '183737.832500', '183738.292500', '183738.752500', '183739.212500', '183739.672500', '183740.132500', '183740.592500', '183741.052500', '183741.512500', '183741.972500', '183742.432500', '183742.892500', '183743.352500', '183743.812500', '183744.272500', '183744.732500', '183745.192500', '183745.652500', '183746.112500', '183746.572500', '183747.032500', '183747.492500', '183747.952500', '183748.412500', '183748.872500', '183749.332500', '183749.792500', '183750.252500', '183750.712500', '183751.172500', '183751.632500', '183752.092500', '183752.552500', '183753.012500', '183753.472500', '183753.932500', '183754.392500', '183754.852500', '183755.312500', '183755.772500', '183756.232500', '183756.692500', '183757.152500', '183757.612500', '183758.072500', '183758.532500', '183758.992500', '183759.452500', '183759.912500', '183800.372500', '183800.832500', '183801.292500', '183801.752500', '183802.212500', '183802.672500', '183803.132500', '183803.592500', '183804.052500', '183804.512500', '183804.972500', '183805.432500', '183805.892500', '183806.352500', '183806.812500', '183807.272500', '183807.732500', '183808.192500', '183808.652500', '183809.112500', '183809.572500', '183810.032500', '183810.492500', '183810.952500', '183811.412500', '183811.872500', '183812.332500', '183812.792500', '183813.252500', '183813.712500', '183814.172500', '183814.632500', '183815.092500', '183815.552500', '183816.012500', '183816.472500', '183816.932500', '183817.392500', '183817.852500', '183818.312500', '183818.772500', '183819.232500', '183819.692500', '183820.152500', '183820.612500', '183821.072500', '183821.532500', '183821.992500', '183822.452500', '183822.912500', '183823.372500', '183823.832500', '183824.292500', '183824.752500', '183825.212500', '183825.672500', '183826.132500', '183826.592500', '183827.052500', '183827.512500', '183827.972500', '183828.432500', '183828.892500', '183829.352500', '183829.812500', '183830.272500', '183830.732500', '183831.192500', '183831.652500', '183832.112500', '183832.572500', '183833.032500', '183833.492500', '183833.952500', '183834.412500', '183834.872500', '183835.332500', '183835.792500', '183836.252500', '183836.712500', '183837.172500', '183837.632500', '183838.092500', '183838.552500', '183839.012500', '183839.472500', '183839.932500', '183840.392500', '183840.852500', '183841.312500', '183841.772500', '183842.232500', '183842.692500', '183843.152500', '183843.612500', '183844.072500', '183844.532500', '183844.992500', '183845.452500', '183845.912500', '183846.372500', '183846.832500', '183847.292500', '183847.752500', '183848.212500', '183848.672500', '183849.132500', '183849.592500', '183850.052500', '183850.512500', '183850.972500', '183851.432500', '183851.892500', '183852.352500', '183852.812500', '183853.272500', '183853.732500', '183854.192500', '183854.652500', '183855.112500', '183855.572500', '183856.032500', '183856.492500', '183856.952500', '183857.412500', '183857.872500', '183858.332500', '183858.792500', '183859.252500', '183859.712500', '183900.172500', '183900.632500', '183901.092500', '183901.552500', '183902.012500', '183902.472500', '183902.932500', '183903.392500', '183903.852500', '183904.312500', '183904.772500', '183905.232500', '183905.692500', '183906.152500', '183906.612500', '183907.072500', '183907.532500', '183907.992500', '183908.452500', '183908.912500', '183909.372500', '183909.832500', '183910.292500', '183910.752500', '183911.212500', '183911.672500', '183912.132500', '183912.592500', '183913.052500', '183913.512500', '183913.972500', '183914.432500', '183914.892500', '183915.352500', '183915.812500', '183916.272500', '183916.732500', '183917.192500', '183917.652500', '183918.112500', '183918.572500', '183919.032500', '183919.492500', '183919.952500', '183920.412500', '183920.872500', '183921.332500', '183921.792500', '183922.252500', '183922.712500', '183923.172500', '183923.632500', '183924.092500', '183924.552500', '183925.012500', '183925.472500', '183925.932500', '183926.392500', '183926.852500', '183927.312500', '183927.772500', '183928.232500', '183928.692500', '183929.152500', '183929.612500', '183930.072500', '183930.532500', '183930.992500', '183931.452500', '183931.912500', '183932.372500', '183932.832500', '183933.292500', '183933.752500', '183934.212500', '183934.672500', '183935.132500', '183935.592500', '183936.052500', '183936.512500', '183936.972500', '183937.432500', '183937.892500', '183938.352500', '183938.812500', '183939.272500', '183939.732500', '183940.192500', '183940.652500', '183941.112500', '183941.572500', '183942.032500', '183942.492500', '183942.952500', '183943.412500', '183943.872500', '183944.332500', '183944.792500', '183945.252500', '183945.712500', '183946.172500', '183946.632500', '183947.092500', '183947.552500', '183948.012500', '183948.472500', '183948.932500', '183949.392500', '183949.852500', '183950.312500', '183950.772500', '183951.232500', '183951.692500', '183952.152500', '183952.612500', '183953.072500', '183953.532500', '183953.992500', '183954.452500', '183954.912500', '183955.372500', '183955.832500', '183956.292500', '183956.752500', '183957.212500', '183957.672500', '183958.132500', '183958.592500', '183959.052500', '183959.512500', '183959.972500', '184000.432500', '184000.892500', '184001.352500', '184001.812500', '184002.272500', '184002.732500', '184003.192500', '184003.652500', '184004.112500', '184004.572500', '184005.032500', '184005.492500', '184005.952500', '184006.412500', '184006.872500', '184007.332500', '184007.792500', '184008.252500', '184008.712500', '184009.172500', '184009.632500', '184010.092500', '184010.552500', '184011.012500', '184011.472500', '184011.932500', '184012.392500', '184012.852500', '184013.312500', '184013.772500', '184014.232500', '184014.692500', '184015.152500'], 'ContentTime': ['183356.819000', '183356.822000', '183356.825000', '183356.828000', '183356.831000', '183356.834000', '183356.837000', '183356.839000', '183356.842000', '183356.845000', '183356.847000', '183356.850000', '183356.852000', '183356.855000', '183356.858000', '183356.860000', '183356.863000', '183356.866000', '183356.874000', '183356.877000', '183356.880000', '183356.882000', '183356.885000', '183356.888000', '183356.890000', '183356.893000', '183356.896000', '183356.899000', '183356.902000', '183356.904000', '183356.907000', '183356.909000', '183356.912000', '183356.914000', '183356.917000', '183356.927000', '183356.930000', '183356.932000', '183356.935000', '183356.938000', '183356.940000', '183356.943000', '183356.945000', '183356.948000', '183356.951000', '183416.791000', '183416.794000', '183416.797000', '183416.800000', '183416.802000', '183416.805000', '183416.807000', '183416.810000', '183416.813000', '183416.816000', '183416.818000', '183416.821000', '183416.824000', '183416.826000', '183416.829000', '183416.832000', '183416.835000', '183416.838000', '183416.840000', '183416.843000', '183416.846000', '183416.849000', '183416.851000', '183416.854000', '183416.857000', '183416.860000', '183416.862000', '183416.865000', '183416.867000', '183416.870000', '183416.873000', '183416.876000', '183416.878000', '183416.881000', '183416.883000', '183416.886000', '183416.888000', '183416.891000', '183416.894000', '183416.896000', '183416.899000', '183416.902000', '183416.904000', '183436.791000', '183436.794000', '183436.797000', '183436.799000', '183436.802000', '183436.804000', '183436.807000', '183436.809000', '183436.812000', '183436.814000', '183436.817000', '183436.820000', '183436.822000', '183436.825000', '183436.827000', '183436.830000', '183436.832000', '183436.835000', '183436.837000', '183436.840000', '183436.842000', '183436.845000', '183436.847000', '183436.850000', '183436.853000', '183436.855000', '183436.858000', '183436.860000', '183436.863000', '183436.865000', '183436.868000', '183436.870000', '183436.873000', '183436.875000', '183436.878000', '183436.881000', '183436.883000', '183436.886000', '183436.888000', '183436.891000', '183436.893000', '183436.896000', '183436.898000', '183436.909000', '183456.791000', '183456.794000', '183456.797000', '183456.799000', '183456.802000', '183456.804000', '183456.807000', '183456.810000', '183456.812000', '183456.815000', '183456.817000', '183456.820000', '183456.822000', '183456.825000', '183456.827000', '183456.830000', '183456.833000', '183456.835000', '183456.838000', '183456.840000', '183456.843000', '183456.846000', '183456.848000', '183456.851000', '183456.853000', '183456.856000', '183456.858000', '183456.861000', '183456.863000', '183456.866000', '183456.870000', '183456.873000', '183456.875000', '183456.878000', '183456.880000', '183456.884000', '183456.887000', '183456.889000', '183456.892000', '183456.895000', '183456.897000', '183456.900000', '183456.902000', '183516.790000', '183516.793000', '183516.796000', '183516.798000', '183516.801000', '183516.803000', '183516.806000', '183516.809000', '183516.811000', '183516.814000', '183516.816000', '183516.819000', '183516.821000', '183516.824000', '183516.827000', '183516.829000', '183516.832000', '183516.834000', '183516.837000', '183516.839000', '183516.842000', '183516.844000', '183516.847000', '183516.850000', '183516.852000', '183516.855000', '183516.857000', '183516.860000', '183516.862000', '183516.865000', '183516.868000', '183516.870000', '183516.873000', '183516.881000', '183516.884000', '183516.887000', '183516.889000', '183516.892000', '183516.894000', '183516.897000', '183516.899000', '183516.902000', '183516.904000', '183516.907000', '183536.790000', '183536.793000', '183536.796000', '183536.798000', '183536.801000', '183536.803000', '183536.806000', '183536.809000', '183536.811000', '183536.814000', '183536.816000', '183536.819000', '183536.821000', '183536.824000', '183536.827000', '183536.829000', '183536.832000', '183536.834000', '183536.837000', '183536.839000', '183536.842000', '183536.845000', '183536.847000', '183536.850000', '183536.852000', '183536.855000', '183536.858000', '183536.860000', '183536.863000', '183536.865000', '183536.868000', '183536.870000', '183536.873000', '183536.875000', '183536.878000', '183536.891000', '183536.893000', '183536.896000', '183536.899000', '183536.908000', '183536.910000', '183536.913000', '183536.916000', '183556.791000', '183556.794000', '183556.797000', '183556.800000', '183556.802000', '183556.805000', '183556.808000', '183556.810000', '183556.813000', '183556.815000', '183556.818000', '183556.820000', '183556.823000', '183556.826000', '183556.828000', '183556.831000', '183556.833000', '183556.836000', '183556.838000', '183556.841000', '183556.844000', '183556.846000', '183556.849000', '183556.851000', '183556.854000', '183556.856000', '183556.859000', '183556.861000', '183556.864000', '183556.866000', '183556.869000', '183556.872000', '183556.874000', '183556.877000', '183556.879000', '183556.882000', '183556.884000', '183556.887000', '183556.889000', '183556.892000', '183556.894000', '183556.897000', '183556.900000', '183556.902000', '183616.791000', '183616.794000', '183616.797000', '183616.799000', '183616.802000', '183616.805000', '183616.807000', '183616.810000', '183616.812000', '183616.815000', '183616.817000', '183616.820000', '183616.823000', '183616.825000', '183616.828000', '183616.830000', '183616.833000', '183616.836000', '183616.838000', '183616.841000', '183616.843000', '183616.846000', '183616.848000', '183616.851000', '183616.854000', '183616.856000', '183616.859000', '183616.861000', '183616.864000', '183616.866000', '183616.869000', '183616.871000', '183616.874000', '183616.877000', '183616.879000', '183616.882000', '183616.885000', '183616.887000', '183616.890000', '183616.892000', '183616.895000', '183616.897000', '183616.900000', '183636.791000', '183636.794000', '183636.797000', '183636.799000', '183636.802000', '183636.804000', '183636.807000', '183636.810000', '183636.812000', '183636.815000', '183636.817000', '183636.820000', '183636.822000', '183636.825000', '183636.827000', '183636.830000', '183636.832000', '183636.835000', '183636.838000', '183636.840000', '183636.843000', '183636.845000', '183636.848000', '183636.850000', '183636.853000', '183636.855000', '183636.858000', '183636.861000', '183636.863000', '183636.866000', '183636.868000', '183636.871000', '183636.873000', '183636.876000', '183636.878000', '183636.881000', '183636.884000', '183636.886000', '183636.889000', '183636.891000', '183636.894000', '183636.896000', '183636.899000', '183636.902000', '183656.791000', '183656.794000', '183656.797000', '183656.799000', '183656.802000', '183656.805000', '183656.807000', '183656.810000', '183656.812000', '183656.815000', '183656.818000', '183656.820000', '183656.823000', '183656.825000', '183656.828000', '183656.830000', '183656.833000', '183656.836000', '183656.838000', '183656.841000', '183656.843000', '183656.846000', '183656.848000', '183656.851000', '183656.853000', '183656.856000', '183656.858000', '183656.861000', '183656.863000', '183656.866000', '183656.869000', '183656.871000', '183656.874000', '183656.876000', '183656.879000', '183656.881000', '183656.884000', '183656.887000', '183656.889000', '183656.892000', '183656.894000', '183656.897000', '183656.899000', '183716.791000', '183716.794000', '183716.797000', '183716.799000', '183716.802000', '183716.804000', '183716.807000', '183716.810000', '183716.812000', '183716.815000', '183716.817000', '183716.820000', '183716.822000', '183716.825000', '183716.827000', '183716.830000', '183716.833000', '183716.849000', '183716.851000', '183716.854000', '183716.857000', '183716.859000', '183716.862000', '183716.864000', '183716.867000', '183716.869000', '183716.872000', '183716.875000', '183716.877000', '183716.880000', '183716.882000', '183716.885000', '183716.888000', '183716.890000', '183716.893000', '183716.895000', '183716.898000', '183716.900000', '183716.903000', '183716.906000', '183716.908000', '183716.911000', '183716.913000', '183716.916000', '183736.790000', '183736.793000', '183736.796000', '183736.798000', '183736.801000', '183736.804000', '183736.806000', '183736.809000', '183736.811000', '183736.814000', '183736.816000', '183736.819000', '183736.821000', '183736.824000', '183736.827000', '183736.829000', '183736.832000', '183736.834000', '183736.837000', '183736.839000', '183736.842000', '183736.845000', '183736.847000', '183736.850000', '183736.852000', '183736.855000', '183736.858000', '183736.860000', '183736.863000', '183736.865000', '183736.868000', '183736.871000', '183736.873000', '183736.876000', '183736.878000', '183736.881000', '183736.883000', '183736.886000', '183736.889000', '183736.891000', '183736.894000', '183736.896000', '183736.899000', '183756.791000', '183756.793000', '183756.796000', '183756.799000', '183756.801000', '183756.804000', '183756.806000', '183756.809000', '183756.812000', '183756.814000', '183756.817000', '183756.819000', '183756.822000', '183756.825000', '183756.827000', '183756.830000', '183756.832000', '183756.835000', '183756.839000', '183756.841000', '183756.844000', '183756.846000', '183756.849000', '183756.852000', '183756.854000', '183756.857000', '183756.860000', '183756.862000', '183756.865000', '183756.867000', '183756.870000', '183756.872000', '183756.875000', '183756.878000', '183756.880000', '183756.883000', '183756.885000', '183756.888000', '183756.891000', '183756.893000', '183756.896000', '183756.898000', '183756.901000', '183756.903000', '183816.792000', '183816.795000', '183816.797000', '183816.800000', '183816.802000', '183816.805000', '183816.807000', '183816.810000', '183816.813000', '183816.815000', '183816.818000', '183816.820000', '183816.823000', '183816.826000', '183816.828000', '183816.831000', '183816.833000', '183816.836000', '183816.838000', '183816.841000', '183816.844000', '183816.846000', '183816.849000', '183816.851000', '183816.854000', '183816.857000', '183816.859000', '183816.862000', '183816.864000', '183816.867000', '183816.869000', '183816.872000', '183816.875000', '183816.877000', '183816.880000', '183816.882000', '183816.885000', '183816.887000', '183816.890000', '183816.893000', '183816.895000', '183816.898000', '183816.900000', '183836.791000', '183836.795000', '183836.797000', '183836.800000', '183836.802000', '183836.805000', '183836.808000', '183836.810000', '183836.813000', '183836.816000', '183836.818000', '183836.821000', '183836.824000', '183836.826000', '183836.829000', '183836.831000', '183836.834000', '183836.837000', '183836.839000', '183836.842000', '183836.844000', '183836.847000', '183836.850000', '183836.852000', '183836.855000', '183836.857000', '183836.860000', '183836.862000', '183836.865000', '183836.868000', '183836.870000', '183836.873000', '183836.875000', '183836.878000', '183836.881000', '183836.883000', '183836.886000', '183836.888000', '183836.891000', '183836.893000', '183836.896000', '183836.899000', '183836.928000', '183836.931000', '183856.791000', '183856.794000', '183856.797000', '183856.800000', '183856.802000', '183856.805000', '183856.808000', '183856.810000', '183856.813000', '183856.815000', '183856.818000', '183856.820000', '183856.823000', '183856.826000', '183856.828000', '183856.831000', '183856.834000', '183856.836000', '183856.839000', '183856.842000', '183856.844000', '183856.847000', '183856.849000', '183856.852000', '183856.854000', '183856.857000', '183856.860000', '183856.862000', '183856.865000', '183856.867000', '183856.870000', '183856.872000', '183856.875000', '183856.878000', '183856.880000', '183856.883000', '183856.885000', '183856.888000', '183856.891000', '183856.893000', '183856.896000', '183856.898000', '183856.901000', '183916.792000', '183916.794000', '183916.797000', '183916.799000', '183916.802000', '183916.805000', '183916.807000', '183916.810000', '183916.812000', '183916.815000', '183916.818000', '183916.820000', '183916.823000', '183916.825000', '183916.828000', '183916.831000', '183916.833000', '183916.836000', '183916.838000', '183916.841000', '183916.844000', '183916.846000', '183916.849000', '183916.851000', '183916.854000', '183916.857000', '183916.859000', '183916.862000', '183916.865000', '183916.867000', '183916.870000', '183916.872000', '183916.875000', '183916.877000', '183916.880000', '183916.882000', '183916.885000', '183916.888000', '183916.890000', '183916.893000', '183916.896000', '183916.898000', '183916.901000', '183916.903000', '183936.791000', '183936.796000', '183936.799000', '183936.802000', '183936.804000', '183936.807000', '183936.809000', '183936.812000', '183936.814000', '183936.817000', '183936.820000', '183936.822000', '183936.825000', '183936.827000', '183936.830000', '183936.833000', '183936.835000', '183936.838000', '183936.840000', '183936.843000', '183936.845000', '183936.848000', '183936.851000', '183936.853000', '183936.856000', '183936.858000', '183936.861000', '183936.864000', '183936.866000', '183936.869000', '183936.871000', '183936.874000', '183936.876000', '183936.879000', '183936.882000', '183936.884000', '183936.887000', '183936.889000', '183936.892000', '183936.894000', '183936.897000', '183936.899000', '183936.902000', '183956.790000', '183956.793000', '183956.796000', '183956.798000', '183956.802000', '183956.805000', '183956.807000', '183956.810000', '183956.813000', '183956.816000', '183956.818000', '183956.821000', '183956.823000', '183956.826000', '183956.828000', '183956.831000', '183956.834000', '183956.836000', '183956.839000', '183956.841000', '183956.844000', '183956.847000', '183956.849000', '183956.852000', '183956.854000', '183956.857000', '183956.860000', '183956.863000', '183956.865000', '183956.868000', '183956.870000', '183956.873000', '183956.876000', '183956.878000', '183956.881000', '183956.883000', '183956.886000', '183956.888000', '183956.891000', '183956.894000', '183956.896000', '183956.899000', '183956.901000', '183956.904000', '184016.792000', '184016.795000', '184016.797000', '184016.800000', '184016.802000', '184016.805000', '184016.808000', '184016.810000', '184016.813000', '184016.816000', '184016.818000', '184016.821000', '184016.823000', '184016.826000', '184016.829000', '184016.831000', '184016.834000', '184016.837000', '184016.840000', '184016.842000', '184016.845000', '184016.848000', '184016.851000', '184016.853000', '184016.856000', '184016.859000', '184016.861000', '184016.864000', '184016.866000', '184016.869000', '184016.871000', '184016.874000', '184016.876000', '184016.879000', '184016.882000', '184016.885000', '184016.887000', '184016.890000', '184016.893000', '184016.895000', '184016.898000', '184016.909000', '184016.911000', '184016.985000'], 'InstanceCreationTime': ['183356.819000', '183356.822000', '183356.825000', '183356.828000', '183356.831000', '183356.834000', '183356.837000', '183356.839000', '183356.842000', '183356.845000', '183356.847000', '183356.850000', '183356.852000', '183356.855000', '183356.858000', '183356.860000', '183356.863000', '183356.866000', '183356.874000', '183356.877000', '183356.880000', '183356.882000', '183356.885000', '183356.888000', '183356.890000', '183356.893000', '183356.896000', '183356.899000', '183356.902000', '183356.904000', '183356.907000', '183356.909000', '183356.912000', '183356.914000', '183356.917000', '183356.927000', '183356.930000', '183356.932000', '183356.935000', '183356.938000', '183356.940000', '183356.943000', '183356.945000', '183356.948000', '183356.951000', '183416.791000', '183416.794000', '183416.797000', '183416.800000', '183416.802000', '183416.805000', '183416.807000', '183416.810000', '183416.813000', '183416.816000', '183416.818000', '183416.821000', '183416.824000', '183416.826000', '183416.829000', '183416.832000', '183416.835000', '183416.838000', '183416.840000', '183416.843000', '183416.846000', '183416.849000', '183416.851000', '183416.854000', '183416.857000', '183416.860000', '183416.862000', '183416.865000', '183416.867000', '183416.870000', '183416.873000', '183416.876000', '183416.878000', '183416.881000', '183416.883000', '183416.886000', '183416.888000', '183416.891000', '183416.894000', '183416.896000', '183416.899000', '183416.902000', '183416.904000', '183436.791000', '183436.794000', '183436.797000', '183436.799000', '183436.802000', '183436.804000', '183436.807000', '183436.809000', '183436.812000', '183436.814000', '183436.817000', '183436.820000', '183436.822000', '183436.825000', '183436.827000', '183436.830000', '183436.832000', '183436.835000', '183436.837000', '183436.840000', '183436.842000', '183436.845000', '183436.847000', '183436.850000', '183436.853000', '183436.855000', '183436.858000', '183436.860000', '183436.863000', '183436.865000', '183436.868000', '183436.870000', '183436.873000', '183436.875000', '183436.878000', '183436.881000', '183436.883000', '183436.886000', '183436.888000', '183436.891000', '183436.893000', '183436.896000', '183436.898000', '183436.909000', '183456.791000', '183456.794000', '183456.797000', '183456.799000', '183456.802000', '183456.804000', '183456.807000', '183456.810000', '183456.812000', '183456.815000', '183456.817000', '183456.820000', '183456.822000', '183456.825000', '183456.827000', '183456.830000', '183456.833000', '183456.835000', '183456.838000', '183456.840000', '183456.843000', '183456.846000', '183456.848000', '183456.851000', '183456.853000', '183456.856000', '183456.858000', '183456.861000', '183456.863000', '183456.866000', '183456.870000', '183456.873000', '183456.875000', '183456.878000', '183456.880000', '183456.884000', '183456.887000', '183456.889000', '183456.892000', '183456.895000', '183456.897000', '183456.900000', '183456.902000', '183516.790000', '183516.793000', '183516.796000', '183516.798000', '183516.801000', '183516.803000', '183516.806000', '183516.809000', '183516.811000', '183516.814000', '183516.816000', '183516.819000', '183516.821000', '183516.824000', '183516.827000', '183516.829000', '183516.832000', '183516.834000', '183516.837000', '183516.839000', '183516.842000', '183516.844000', '183516.847000', '183516.850000', '183516.852000', '183516.855000', '183516.857000', '183516.860000', '183516.862000', '183516.865000', '183516.868000', '183516.870000', '183516.873000', '183516.881000', '183516.884000', '183516.887000', '183516.889000', '183516.892000', '183516.894000', '183516.897000', '183516.899000', '183516.902000', '183516.904000', '183516.907000', '183536.790000', '183536.793000', '183536.796000', '183536.798000', '183536.801000', '183536.803000', '183536.806000', '183536.809000', '183536.811000', '183536.814000', '183536.816000', '183536.819000', '183536.821000', '183536.824000', '183536.827000', '183536.829000', '183536.832000', '183536.834000', '183536.837000', '183536.839000', '183536.842000', '183536.845000', '183536.847000', '183536.850000', '183536.852000', '183536.855000', '183536.858000', '183536.860000', '183536.863000', '183536.865000', '183536.868000', '183536.870000', '183536.873000', '183536.875000', '183536.878000', '183536.891000', '183536.893000', '183536.896000', '183536.899000', '183536.908000', '183536.910000', '183536.913000', '183536.916000', '183556.791000', '183556.794000', '183556.797000', '183556.800000', '183556.802000', '183556.805000', '183556.808000', '183556.810000', '183556.813000', '183556.815000', '183556.818000', '183556.820000', '183556.823000', '183556.826000', '183556.828000', '183556.831000', '183556.833000', '183556.836000', '183556.838000', '183556.841000', '183556.844000', '183556.846000', '183556.849000', '183556.851000', '183556.854000', '183556.856000', '183556.859000', '183556.861000', '183556.864000', '183556.866000', '183556.869000', '183556.872000', '183556.874000', '183556.877000', '183556.879000', '183556.882000', '183556.884000', '183556.887000', '183556.889000', '183556.892000', '183556.894000', '183556.897000', '183556.900000', '183556.902000', '183616.791000', '183616.794000', '183616.797000', '183616.799000', '183616.802000', '183616.805000', '183616.807000', '183616.810000', '183616.812000', '183616.815000', '183616.817000', '183616.820000', '183616.823000', '183616.825000', '183616.828000', '183616.830000', '183616.833000', '183616.836000', '183616.838000', '183616.841000', '183616.843000', '183616.846000', '183616.848000', '183616.851000', '183616.854000', '183616.856000', '183616.859000', '183616.861000', '183616.864000', '183616.866000', '183616.869000', '183616.871000', '183616.874000', '183616.877000', '183616.879000', '183616.882000', '183616.885000', '183616.887000', '183616.890000', '183616.892000', '183616.895000', '183616.897000', '183616.900000', '183636.791000', '183636.794000', '183636.797000', '183636.799000', '183636.802000', '183636.804000', '183636.807000', '183636.810000', '183636.812000', '183636.815000', '183636.817000', '183636.820000', '183636.822000', '183636.825000', '183636.827000', '183636.830000', '183636.832000', '183636.835000', '183636.838000', '183636.840000', '183636.843000', '183636.845000', '183636.848000', '183636.850000', '183636.853000', '183636.855000', '183636.858000', '183636.861000', '183636.863000', '183636.866000', '183636.868000', '183636.871000', '183636.873000', '183636.876000', '183636.878000', '183636.881000', '183636.884000', '183636.886000', '183636.889000', '183636.891000', '183636.894000', '183636.896000', '183636.899000', '183636.902000', '183656.791000', '183656.794000', '183656.797000', '183656.799000', '183656.802000', '183656.805000', '183656.807000', '183656.810000', '183656.812000', '183656.815000', '183656.818000', '183656.820000', '183656.823000', '183656.825000', '183656.828000', '183656.830000', '183656.833000', '183656.836000', '183656.838000', '183656.841000', '183656.843000', '183656.846000', '183656.848000', '183656.851000', '183656.853000', '183656.856000', '183656.858000', '183656.861000', '183656.863000', '183656.866000', '183656.869000', '183656.871000', '183656.874000', '183656.876000', '183656.879000', '183656.881000', '183656.884000', '183656.887000', '183656.889000', '183656.892000', '183656.894000', '183656.897000', '183656.899000', '183716.791000', '183716.794000', '183716.797000', '183716.799000', '183716.802000', '183716.804000', '183716.807000', '183716.810000', '183716.812000', '183716.815000', '183716.817000', '183716.820000', '183716.822000', '183716.825000', '183716.827000', '183716.830000', '183716.833000', '183716.849000', '183716.851000', '183716.854000', '183716.857000', '183716.859000', '183716.862000', '183716.864000', '183716.867000', '183716.869000', '183716.872000', '183716.875000', '183716.877000', '183716.880000', '183716.882000', '183716.885000', '183716.888000', '183716.890000', '183716.893000', '183716.895000', '183716.898000', '183716.900000', '183716.903000', '183716.906000', '183716.908000', '183716.911000', '183716.913000', '183716.916000', '183736.790000', '183736.793000', '183736.796000', '183736.798000', '183736.801000', '183736.804000', '183736.806000', '183736.809000', '183736.811000', '183736.814000', '183736.816000', '183736.819000', '183736.821000', '183736.824000', '183736.827000', '183736.829000', '183736.832000', '183736.834000', '183736.837000', '183736.839000', '183736.842000', '183736.845000', '183736.847000', '183736.850000', '183736.852000', '183736.855000', '183736.858000', '183736.860000', '183736.863000', '183736.865000', '183736.868000', '183736.871000', '183736.873000', '183736.876000', '183736.878000', '183736.881000', '183736.883000', '183736.886000', '183736.889000', '183736.891000', '183736.894000', '183736.896000', '183736.899000', '183756.791000', '183756.793000', '183756.796000', '183756.799000', '183756.801000', '183756.804000', '183756.806000', '183756.809000', '183756.812000', '183756.814000', '183756.817000', '183756.819000', '183756.822000', '183756.825000', '183756.827000', '183756.830000', '183756.832000', '183756.835000', '183756.839000', '183756.841000', '183756.844000', '183756.846000', '183756.849000', '183756.852000', '183756.854000', '183756.857000', '183756.860000', '183756.862000', '183756.865000', '183756.867000', '183756.870000', '183756.872000', '183756.875000', '183756.878000', '183756.880000', '183756.883000', '183756.885000', '183756.888000', '183756.891000', '183756.893000', '183756.896000', '183756.898000', '183756.901000', '183756.903000', '183816.792000', '183816.795000', '183816.797000', '183816.800000', '183816.802000', '183816.805000', '183816.807000', '183816.810000', '183816.813000', '183816.815000', '183816.818000', '183816.820000', '183816.823000', '183816.826000', '183816.828000', '183816.831000', '183816.833000', '183816.836000', '183816.838000', '183816.841000', '183816.844000', '183816.846000', '183816.849000', '183816.851000', '183816.854000', '183816.857000', '183816.859000', '183816.862000', '183816.864000', '183816.867000', '183816.869000', '183816.872000', '183816.875000', '183816.877000', '183816.880000', '183816.882000', '183816.885000', '183816.887000', '183816.890000', '183816.893000', '183816.895000', '183816.898000', '183816.900000', '183836.791000', '183836.795000', '183836.797000', '183836.800000', '183836.802000', '183836.805000', '183836.808000', '183836.810000', '183836.813000', '183836.816000', '183836.818000', '183836.821000', '183836.824000', '183836.826000', '183836.829000', '183836.831000', '183836.834000', '183836.837000', '183836.839000', '183836.842000', '183836.844000', '183836.847000', '183836.850000', '183836.852000', '183836.855000', '183836.857000', '183836.860000', '183836.862000', '183836.865000', '183836.868000', '183836.870000', '183836.873000', '183836.875000', '183836.878000', '183836.881000', '183836.883000', '183836.886000', '183836.888000', '183836.891000', '183836.893000', '183836.896000', '183836.899000', '183836.928000', '183836.931000', '183856.791000', '183856.794000', '183856.797000', '183856.800000', '183856.802000', '183856.805000', '183856.808000', '183856.810000', '183856.813000', '183856.815000', '183856.818000', '183856.820000', '183856.823000', '183856.826000', '183856.828000', '183856.831000', '183856.834000', '183856.836000', '183856.839000', '183856.842000', '183856.844000', '183856.847000', '183856.849000', '183856.852000', '183856.854000', '183856.857000', '183856.860000', '183856.862000', '183856.865000', '183856.867000', '183856.870000', '183856.872000', '183856.875000', '183856.878000', '183856.880000', '183856.883000', '183856.885000', '183856.888000', '183856.891000', '183856.893000', '183856.896000', '183856.898000', '183856.901000', '183916.792000', '183916.794000', '183916.797000', '183916.799000', '183916.802000', '183916.805000', '183916.807000', '183916.810000', '183916.812000', '183916.815000', '183916.818000', '183916.820000', '183916.823000', '183916.825000', '183916.828000', '183916.831000', '183916.833000', '183916.836000', '183916.838000', '183916.841000', '183916.844000', '183916.846000', '183916.849000', '183916.851000', '183916.854000', '183916.857000', '183916.859000', '183916.862000', '183916.865000', '183916.867000', '183916.870000', '183916.872000', '183916.875000', '183916.877000', '183916.880000', '183916.882000', '183916.885000', '183916.888000', '183916.890000', '183916.893000', '183916.896000', '183916.898000', '183916.901000', '183916.903000', '183936.791000', '183936.796000', '183936.799000', '183936.802000', '183936.804000', '183936.807000', '183936.809000', '183936.812000', '183936.814000', '183936.817000', '183936.820000', '183936.822000', '183936.825000', '183936.827000', '183936.830000', '183936.833000', '183936.835000', '183936.838000', '183936.840000', '183936.843000', '183936.845000', '183936.848000', '183936.851000', '183936.853000', '183936.856000', '183936.858000', '183936.861000', '183936.864000', '183936.866000', '183936.869000', '183936.871000', '183936.874000', '183936.876000', '183936.879000', '183936.882000', '183936.884000', '183936.887000', '183936.889000', '183936.892000', '183936.894000', '183936.897000', '183936.899000', '183936.902000', '183956.790000', '183956.793000', '183956.796000', '183956.798000', '183956.802000', '183956.805000', '183956.807000', '183956.810000', '183956.813000', '183956.816000', '183956.818000', '183956.821000', '183956.823000', '183956.826000', '183956.828000', '183956.831000', '183956.834000', '183956.836000', '183956.839000', '183956.841000', '183956.844000', '183956.847000', '183956.849000', '183956.852000', '183956.854000', '183956.857000', '183956.860000', '183956.863000', '183956.865000', '183956.868000', '183956.870000', '183956.873000', '183956.876000', '183956.878000', '183956.881000', '183956.883000', '183956.886000', '183956.888000', '183956.891000', '183956.894000', '183956.896000', '183956.899000', '183956.901000', '183956.904000', '184016.792000', '184016.795000', '184016.797000', '184016.800000', '184016.802000', '184016.805000', '184016.808000', '184016.810000', '184016.813000', '184016.816000', '184016.818000', '184016.821000', '184016.823000', '184016.826000', '184016.829000', '184016.831000', '184016.834000', '184016.837000', '184016.840000', '184016.842000', '184016.845000', '184016.848000', '184016.851000', '184016.853000', '184016.856000', '184016.859000', '184016.861000', '184016.864000', '184016.866000', '184016.869000', '184016.871000', '184016.874000', '184016.876000', '184016.879000', '184016.882000', '184016.885000', '184016.887000', '184016.890000', '184016.893000', '184016.895000', '184016.898000', '184016.909000', '184016.911000', '184016.985000'], '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': [10857, 14201, 9552, 8724, 9279, 8617, 9111, 8635, 9277, 8833, 9165, 9026, 8599, 8319, 7999, 9641, 8223, 9492, 8543, 9587, 8786, 9232, 9730, 8180, 10101, 8776, 9035, 9366, 10336, 9497, 9899, 9629, 9085, 8937, 8729, 9466, 8759, 9328, 13268, 8741, 11762, 14965, 9432, 17344, 9071, 11727, 9542, 8417, 9724, 8736, 10120, 9243, 9440, 9726, 8122, 9592, 8708, 11640, 9192, 10266, 9653, 8422, 9303, 9131, 9079, 9404, 9345, 9575, 8432, 9510, 9172, 11310, 9576, 9816, 11988, 8938, 17906, 11509, 15180, 9318, 8686, 18004, 12988, 13687, 10489, 13671, 8871, 10629, 8868, 12006, 9482, 13217, 8747, 11535, 7375, 10049, 7844, 11887, 9180, 7906, 8499, 7034, 8538, 9015, 8552, 10767, 8682, 7193, 8267, 7040, 8545, 10274, 8741, 6874, 9014, 7806, 10451, 14109, 10660, 12014, 9176, 7601, 9301, 8294, 8349, 9108, 14671, 10202, 13075, 17021, 14212, 16661, 9995, 12123, 15381, 9586, 14181, 9433, 7329, 9352, 7430, 10324, 7703, 10533, 7937, 10279, 7670, 9897, 7872, 8975, 10344, 8596, 11510, 9063, 11373, 7709, 9525, 8103, 8710, 12808, 8651, 10637, 7808, 9872, 7611, 8796, 8295, 8871, 7957, 8642, 7906, 8804, 8008, 8660, 12413, 9530, 9550, 9209, 7958, 9787, 8084, 11537, 16926, 12713, 16623, 12121, 15296, 10244, 17500, 13623, 9610, 7165, 8581, 11718, 7306, 9078, 8795, 8233, 11863, 7553, 10600, 7745, 8405, 12041, 7831, 17227, 11958, 16803, 10409, 17478, 10386, 17117, 7838, 11279, 6943, 8682, 13323, 7804, 11899, 8449, 9517, 7400, 8240, 10432, 7975, 13540, 8306, 13336, 8928, 12354, 7347, 9068, 6605, 8392, 8951, 7957, 10013, 8025, 9378, 7246, 8927, 7077, 8164, 6933, 8096, 9298, 7871, 8852, 7646, 9684, 7898, 10078, 8388, 9761, 7463, 9416, 11017, 8414, 14868, 8628, 11203, 7950, 9289, 6805, 8951, 11438, 8631, 10712, 9450, 9061, 8080, 8424, 7968, 9778, 8877, 9761, 8053, 9995, 8084, 9294, 12611, 9120, 16099, 8585, 13601, 8810, 11857, 12345, 9774, 17065, 8203, 14792, 8279, 11566, 8763, 10118, 7408, 8986, 7452, 8039, 13980, 8033, 10399, 8114, 9248, 6952, 8284, 8646, 7885, 9681, 8095, 9581, 7583, 8712, 7667, 7840, 13234, 7870, 11509, 7953, 9831, 8842, 7907, 11527, 8609, 10062, 8498, 8278, 7873, 8435, 8299, 7716, 10108, 8105, 10392, 8215, 12137, 9676, 11508, 8230, 7736, 8464, 7894, 18683, 10705, 11910, 8412, 7471, 8154, 8996, 8483, 8829, 8657, 8384, 9142, 8009, 8326, 7751, 8288, 8051, 15743, 10701, 12019, 17190, 13279, 17535, 10712, 11664, 10236, 8477, 13965, 8367, 14607, 7912, 9467, 7449, 8108, 7063, 8247, 10800, 8031, 10085, 8338, 9198, 8384, 9364, 7582, 9445, 7496, 8527, 13062, 8816, 14756, 9030, 10735, 15261, 9345, 17411, 12841, 12627, 9827, 9076, 16260, 8824, 10994, 8940, 9194, 7534, 8403, 10794, 8007, 10389, 8709, 9019, 7483, 8304, 15367, 8674, 10704, 7953, 8859, 13054, 8104, 12741, 8438, 10109, 9795, 8432, 18270, 7865, 11298, 7675, 8868, 7084, 8423, 11696, 7534, 9634, 8212, 8979, 7437, 8357, 7155, 8829, 10422, 7958, 10396, 8704, 9443, 7422, 8438, 7100, 8587, 7797, 8497, 11652, 9106, 12466, 8676, 9755, 7690, 8543, 17392, 8360, 13256, 7964, 9185, 11445, 8937, 15277, 9028, 12583, 8026, 8779, 7134, 8436, 8431, 8208, 9943, 7618, 9940, 8095, 8484, 13189, 9144, 11499, 8139, 8795, 17751, 8636, 12834, 8279, 9167, 6950, 8586, 8701, 7917, 10282, 8624, 9206, 7153, 8343, 9439, 7701, 9956, 8166, 8695, 7196, 8007, 14382, 8881, 9710, 11805, 9533, 11561, 8194, 9745, 8030, 10033, 7279, 8537, 16345, 10141, 12048, 7921, 9455, 9255, 8338, 11770, 8308, 7050, 8484, 7633, 9714, 7998, 13142, 9742, 17449, 9720, 10657, 10582, 8682, 19128, 11097, 14871, 7774, 10931, 7603, 8300, 10990, 8088, 12568, 7424, 9283, 7241, 8468, 11347, 8212, 11468, 7593, 9809, 7504, 8313, 11704, 9546, 9968, 9269, 6851, 8620, 6866, 8100, 11328, 7860, 11620, 8846, 9581, 15298, 10179, 12194, 8274, 8909, 18240, 14199, 16347, 12816, 16710, 19400, 15955, 17923, 10700, 11232, 17645, 8997, 11279, 6953, 8320, 6845, 8092, 9700, 7728, 9960, 7126, 8736, 8227, 7847, 12748, 7853, 10867, 6961, 8268, 7766, 7853, 11208, 7859, 9986, 7689, 9275, 6943, 8118, 14323, 7439, 10502, 7400, 8076, 6542, 8040, 9315, 7313, 9055, 6937, 7760, 6943, 7745, 12728, 8833, 10594, 8866, 8962, 7508, 8458, 7024, 8951, 7235, 9215, 7137, 7812, 10647, 7489, 12827, 7341, 11017, 7610, 9267, 11281, 13252, 7546, 9028, 7532, 9500, 8161, 15369, 9136, 12645, 16870, 10491, 15786, 10308, 13643, 8206, 9926, 8017, 8542, 15481, 10272, 6680, 9479, 7741, 12057, 12732, 11182, 15206, 12303, 7915, 8316, 6893, 8658, 14588, 8600, 12605, 8114, 10682, 7382, 7861, 15709, 7574, 10846, 7490, 8919, 6554, 8046, 10260, 7748, 9776, 8087, 9654, 7220, 8602, 6863, 7847, 12854, 8637, 10201, 7350, 8309, 17824, 7823, 14389, 8181, 10284, 11262, 7783, 12069, 7415, 8756, 6634, 7844, 9628, 7282, 9341, 7449, 8799, 6700, 7759, 13258, 7567, 10490, 7076, 8098, 6743, 7776, 8105, 8005, 9307, 7251, 8779, 6989, 7506, 6515, 7984, 13332, 8065, 9759, 7354, 7972, 6909, 8524, 6931, 8309, 7124, 8469, 6856, 8218, 14826, 7482, 15557, 8634, 8493, 17869, 9905, 15593, 9922, 10893, 13250, 9629, 18663, 14472, 10470, 8759, 6798, 8081, 13797, 7665, 11390, 7569, 8670, 6649, 8336, 13809, 7902, 13078, 9354, 12023, 15785, 9886, 18725, 11635, 12982, 16671, 11049, 16166, 9761, 12015, 6693, 8327, 7598, 7550, 11479, 7250, 9901, 6895, 7992, 15212, 7323, 10670, 6825, 7904, 7790, 8116, 9067, 7195, 7473, 8213, 6766, 10306, 7143, 8793, 6601, 7157, 13661, 7434, 9684, 7280, 7340, 8722, 7337, 9086, 7197, 8582, 6716, 7172, 6614, 7140, 11915, 7058, 9160, 7112, 6991, 10737, 7569, 8874, 7557, 7665, 10867, 7191, 11582, 8120, 7519, 6377, 7078, 13689, 8764, 8862, 7321, 6998, 10109, 6992, 9735, 7039, 8431, 6537, 6957, 7802], 'WindowCenter': [4165.0, 4182.0, 4140.0, 4115.0, 4123.0, 4112.0, 4124.0, 4114.0, 4125.0, 4115.0, 4125.0, 4126.0, 4125.0, 4113.0, 4103.0, 4122.0, 4104.0, 4121.0, 4114.0, 4124.0, 4126.0, 4127.0, 4137.0, 4116.0, 4136.0, 4128.0, 4126.0, 4140.0, 4150.0, 4141.0, 4138.0, 4138.0, 4128.0, 4140.0, 4126.0, 4138.0, 4128.0, 4151.0, 4181.0, 4130.0, 4171.0, 4179.0, 4136.0, 4187.0, 4126.0, 4145.0, 4136.0, 4117.0, 4138.0, 4129.0, 4147.0, 4138.0, 4137.0, 4136.0, 4116.0, 4138.0, 4129.0, 4158.0, 4139.0, 4136.0, 4137.0, 4127.0, 4137.0, 4139.0, 4127.0, 4138.0, 4138.0, 4138.0, 4140.0, 4149.0, 4151.0, 4160.0, 4150.0, 4151.0, 4160.0, 4141.0, 4201.0, 4161.0, 4190.0, 4137.0, 4140.0, 4202.0, 4182.0, 4181.0, 4160.0, 4181.0, 4129.0, 4146.0, 4139.0, 4157.0, 4139.0, 4181.0, 4141.0, 4157.0, 4104.0, 4132.0, 4113.0, 4140.0, 4109.0, 4098.0, 4109.0, 4078.0, 4110.0, 4121.0, 4123.0, 4131.0, 4112.0, 4090.0, 4123.0, 4091.0, 4123.0, 4144.0, 4125.0, 4117.0, 4148.0, 4139.0, 4170.0, 4188.0, 4170.0, 4177.0, 4159.0, 4127.0, 4160.0, 4141.0, 4141.0, 4150.0, 4189.0, 4146.0, 4167.0, 4187.0, 4167.0, 4187.0, 4135.0, 4153.0, 4162.0, 4120.0, 4162.0, 4109.0, 4086.0, 4109.0, 4090.0, 4131.0, 4114.0, 4144.0, 4113.0, 4133.0, 4101.0, 4132.0, 4102.0, 4124.0, 4134.0, 4125.0, 4145.0, 4126.0, 4145.0, 4104.0, 4133.0, 4112.0, 4126.0, 4166.0, 4126.0, 4146.0, 4116.0, 4136.0, 4117.0, 4138.0, 4126.0, 4137.0, 4127.0, 4138.0, 4127.0, 4138.0, 4127.0, 4152.0, 4170.0, 4148.0, 4149.0, 4148.0, 4128.0, 4149.0, 4130.0, 4171.0, 4201.0, 4170.0, 4189.0, 4157.0, 4177.0, 4148.0, 4189.0, 4154.0, 4123.0, 4093.0, 4122.0, 4144.0, 4094.0, 4110.0, 4099.0, 4102.0, 4142.0, 4101.0, 4135.0, 4105.0, 4114.0, 4142.0, 4099.0, 4161.0, 4131.0, 4161.0, 4119.0, 4162.0, 4108.0, 4160.0, 4077.0, 4118.0, 4076.0, 4098.0, 4127.0, 4086.0, 4117.0, 4098.0, 4109.0, 4088.0, 4099.0, 4117.0, 4087.0, 4138.0, 4112.0, 4139.0, 4098.0, 4128.0, 4076.0, 4097.0, 4066.0, 4097.0, 4097.0, 4088.0, 4107.0, 4099.0, 4108.0, 4089.0, 4108.0, 4078.0, 4110.0, 4090.0, 4102.0, 4131.0, 4125.0, 4108.0, 4101.0, 4121.0, 4112.0, 4134.0, 4126.0, 4133.0, 4103.0, 4123.0, 4131.0, 4113.0, 4162.0, 4112.0, 4131.0, 4101.0, 4122.0, 4079.0, 4112.0, 4141.0, 4113.0, 4130.0, 4122.0, 4112.0, 4113.0, 4111.0, 4115.0, 4133.0, 4135.0, 4146.0, 4126.0, 4147.0, 4116.0, 4137.0, 4167.0, 4138.0, 4184.0, 4124.0, 4164.0, 4122.0, 4144.0, 4153.0, 4134.0, 4174.0, 4112.0, 4163.0, 4114.0, 4145.0, 4113.0, 4133.0, 4102.0, 4123.0, 4091.0, 4112.0, 4163.0, 4112.0, 4131.0, 4101.0, 4122.0, 4090.0, 4112.0, 4123.0, 4113.0, 4133.0, 4111.0, 4134.0, 4104.0, 4124.0, 4114.0, 4115.0, 4164.0, 4113.0, 4156.0, 4142.0, 4164.0, 4151.0, 4128.0, 4160.0, 4139.0, 4134.0, 4121.0, 4109.0, 4102.0, 4098.0, 4112.0, 4101.0, 4131.0, 4111.0, 4134.0, 4115.0, 4150.0, 4123.0, 4143.0, 4110.0, 4100.0, 4100.0, 4102.0, 4186.0, 4133.0, 4142.0, 4112.0, 4090.0, 4113.0, 4125.0, 4120.0, 4125.0, 4125.0, 4127.0, 4160.0, 4142.0, 4141.0, 4130.0, 4129.0, 4130.0, 4190.0, 4160.0, 4170.0, 4187.0, 4167.0, 4186.0, 4133.0, 4144.0, 4133.0, 4112.0, 4163.0, 4111.0, 4161.0, 4101.0, 4121.0, 4091.0, 4112.0, 4104.0, 4114.0, 4132.0, 4112.0, 4132.0, 4113.0, 4122.0, 4113.0, 4122.0, 4114.0, 4134.0, 4104.0, 4126.0, 4165.0, 4125.0, 4174.0, 4124.0, 4144.0, 4163.0, 4122.0, 4173.0, 4153.0, 4141.0, 4120.0, 4110.0, 4161.0, 4111.0, 4129.0, 4110.0, 4109.0, 4089.0, 4111.0, 4130.0, 4101.0, 4131.0, 4112.0, 4122.0, 4101.0, 4112.0, 4158.0, 4112.0, 4132.0, 4101.0, 4111.0, 4151.0, 4100.0, 4141.0, 4111.0, 4121.0, 4120.0, 4099.0, 4171.0, 4088.0, 4128.0, 4089.0, 4109.0, 4077.0, 4100.0, 4128.0, 4089.0, 4108.0, 4111.0, 4110.0, 4089.0, 4100.0, 4091.0, 4122.0, 4119.0, 4111.0, 4130.0, 4112.0, 4120.0, 4090.0, 4110.0, 4089.0, 4111.0, 4100.0, 4125.0, 4142.0, 4123.0, 4152.0, 4113.0, 4121.0, 4101.0, 4113.0, 4172.0, 4101.0, 4151.0, 4100.0, 4111.0, 4142.0, 4112.0, 4160.0, 4110.0, 4139.0, 4088.0, 4098.0, 4077.0, 4111.0, 4109.0, 4112.0, 4131.0, 4102.0, 4132.0, 4101.0, 4124.0, 4152.0, 4123.0, 4142.0, 4100.0, 4110.0, 4172.0, 4110.0, 4140.0, 4099.0, 4109.0, 4077.0, 4110.0, 4099.0, 4113.0, 4132.0, 4112.0, 4121.0, 4091.0, 4113.0, 4122.0, 4103.0, 4134.0, 4124.0, 4124.0, 4091.0, 4109.0, 4163.0, 4114.0, 4135.0, 4154.0, 4146.0, 4189.0, 4140.0, 4136.0, 4115.0, 4133.0, 4103.0, 4125.0, 4175.0, 4135.0, 4156.0, 4114.0, 4123.0, 4122.0, 4113.0, 4156.0, 4115.0, 4093.0, 4125.0, 4111.0, 4149.0, 4130.0, 4163.0, 4136.0, 4175.0, 4111.0, 4131.0, 4131.0, 4112.0, 4182.0, 4132.0, 4162.0, 4101.0, 4130.0, 4100.0, 4101.0, 4129.0, 4100.0, 4136.0, 4087.0, 4110.0, 4090.0, 4112.0, 4132.0, 4113.0, 4141.0, 4103.0, 4121.0, 4093.0, 4112.0, 4138.0, 4123.0, 4110.0, 4110.0, 4082.0, 4110.0, 4093.0, 4103.0, 4138.0, 4114.0, 4157.0, 4125.0, 4138.0, 4174.0, 4148.0, 4156.0, 4114.0, 4125.0, 4172.0, 4154.0, 4166.0, 4143.0, 4165.0, 4173.0, 4153.0, 4161.0, 4109.0, 4120.0, 4158.0, 4084.0, 4102.0, 4063.0, 4085.0, 4065.0, 4086.0, 4096.0, 4086.0, 4106.0, 4076.0, 4099.0, 4086.0, 4089.0, 4126.0, 4086.0, 4120.0, 4076.0, 4101.0, 4089.0, 4103.0, 4132.0, 4102.0, 4122.0, 4102.0, 4124.0, 4094.0, 4104.0, 4153.0, 4092.0, 4118.0, 4086.0, 4100.0, 4069.0, 4113.0, 4119.0, 4102.0, 4122.0, 4105.0, 4116.0, 4092.0, 4115.0, 4154.0, 4125.0, 4148.0, 4126.0, 4125.0, 4094.0, 4112.0, 4091.0, 4123.0, 4103.0, 4123.0, 4093.0, 4101.0, 4131.0, 4106.0, 4156.0, 4106.0, 4145.0, 4114.0, 4136.0, 4157.0, 4168.0, 4118.0, 4126.0, 4118.0, 4132.0, 4116.0, 4173.0, 4125.0, 4157.0, 4172.0, 4135.0, 4162.0, 4130.0, 4154.0, 4099.0, 4122.0, 4100.0, 4128.0, 4166.0, 4133.0, 4082.0, 4123.0, 4104.0, 4142.0, 4154.0, 4146.0, 4164.0, 4144.0, 4090.0, 4087.0, 4067.0, 4099.0, 4149.0, 4099.0, 4140.0, 4100.0, 4134.0, 4091.0, 4089.0, 4146.0, 4090.0, 4118.0, 4078.0, 4099.0, 4057.0, 4089.0, 4107.0, 4091.0, 4110.0, 4100.0, 4109.0, 4091.0, 4100.0, 4068.0, 4102.0, 4141.0, 4102.0, 4122.0, 4088.0, 4102.0, 4173.0, 4091.0, 4151.0, 4102.0, 4122.0, 4131.0, 4091.0, 4128.0, 4090.0, 4100.0, 4079.0, 4102.0, 4123.0, 4104.0, 4123.0, 4092.0, 4113.0, 4082.0, 4119.0, 4156.0, 4104.0, 4133.0, 4080.0, 4102.0, 4079.0, 4104.0, 4101.0, 4115.0, 4124.0, 4102.0, 4126.0, 4105.0, 4108.0, 4093.0, 4115.0, 4167.0, 4114.0, 4135.0, 4103.0, 4114.0, 4106.0, 4124.0, 4106.0, 4124.0, 4106.0, 4127.0, 4096.0, 4126.0, 4178.0, 4107.0, 4173.0, 4128.0, 4128.0, 4188.0, 4136.0, 4172.0, 4121.0, 4131.0, 4156.0, 4138.0, 4198.0, 4165.0, 4122.0, 4111.0, 4081.0, 4114.0, 4153.0, 4103.0, 4143.0, 4104.0, 4114.0, 4094.0, 4116.0, 4166.0, 4117.0, 4153.0, 4122.0, 4144.0, 4164.0, 4119.0, 4175.0, 4133.0, 4141.0, 4157.0, 4132.0, 4159.0, 4105.0, 4125.0, 4067.0, 4099.0, 4074.0, 4089.0, 4129.0, 4091.0, 4121.0, 4081.0, 4100.0, 4150.0, 4090.0, 4120.0, 4080.0, 4100.0, 4099.0, 4115.0, 4120.0, 4105.0, 4105.0, 4111.0, 4079.0, 4118.0, 4079.0, 4099.0, 4079.0, 4092.0, 4150.0, 4092.0, 4121.0, 4091.0, 4092.0, 4099.0, 4089.0, 4109.0, 4079.0, 4111.0, 4081.0, 4091.0, 4080.0, 4094.0, 4143.0, 4093.0, 4123.0, 4105.0, 4107.0, 4146.0, 4115.0, 4123.0, 4102.0, 4102.0, 4130.0, 4079.0, 4130.0, 4099.0, 4091.0, 4070.0, 4090.0, 4152.0, 4111.0, 4111.0, 4089.0, 4080.0, 4119.0, 4091.0, 4123.0, 4107.0, 4112.0, 4081.0, 4092.0, 4101.0], 'WindowWidth': [9258.0, 9277.0, 9218.0, 9172.0, 9177.0, 9162.0, 9181.0, 9169.0, 9183.0, 9168.0, 9185.0, 9187.0, 9184.0, 9164.0, 9151.0, 9176.0, 9152.0, 9172.0, 9167.0, 9178.0, 9188.0, 9190.0, 9203.0, 9174.0, 9201.0, 9193.0, 9188.0, 9213.0, 9225.0, 9215.0, 9208.0, 9207.0, 9193.0, 9216.0, 9190.0, 9207.0, 9194.0, 9229.0, 9269.0, 9201.0, 9256.0, 9262.0, 9202.0, 9273.0, 9186.0, 9211.0, 9199.0, 9176.0, 9208.0, 9197.0, 9219.0, 9207.0, 9204.0, 9202.0, 9175.0, 9208.0, 9197.0, 9234.0, 9209.0, 9203.0, 9202.0, 9192.0, 9205.0, 9211.0, 9193.0, 9210.0, 9207.0, 9207.0, 9216.0, 9225.0, 9231.0, 9239.0, 9227.0, 9229.0, 9241.0, 9217.0, 9297.0, 9241.0, 9282.0, 9206.0, 9213.0, 9303.0, 9274.0, 9271.0, 9242.0, 9270.0, 9197.0, 9215.0, 9211.0, 9229.0, 9209.0, 9270.0, 9222.0, 9234.0, 9161.0, 9193.0, 9168.0, 9198.0, 9156.0, 9139.0, 9156.0, 9113.0, 9160.0, 9176.0, 9183.0, 9190.0, 9164.0, 9136.0, 9183.0, 9137.0, 9182.0, 9212.0, 9190.0, 9188.0, 9231.0, 9220.0, 9264.0, 9285.0, 9262.0, 9268.0, 9249.0, 9204.0, 9250.0, 9223.0, 9222.0, 9232.0, 9281.0, 9218.0, 9248.0, 9274.0, 9247.0, 9277.0, 9202.0, 9223.0, 9233.0, 9173.0, 9231.0, 9154.0, 9122.0, 9154.0, 9132.0, 9188.0, 9171.0, 9211.0, 9170.0, 9195.0, 9152.0, 9193.0, 9151.0, 9182.0, 9198.0, 9188.0, 9212.0, 9189.0, 9213.0, 9159.0, 9197.0, 9166.0, 9189.0, 9242.0, 9192.0, 9215.0, 9178.0, 9202.0, 9179.0, 9211.0, 9192.0, 9208.0, 9194.0, 9211.0, 9196.0, 9211.0, 9197.0, 9235.0, 9256.0, 9223.0, 9226.0, 9225.0, 9198.0, 9226.0, 9203.0, 9261.0, 9302.0, 9256.0, 9282.0, 9232.0, 9259.0, 9221.0, 9279.0, 9221.0, 9178.0, 9141.0, 9178.0, 9210.0, 9142.0, 9159.0, 9141.0, 9148.0, 9202.0, 9149.0, 9197.0, 9158.0, 9169.0, 9202.0, 9143.0, 9224.0, 9184.0, 9226.0, 9163.0, 9228.0, 9148.0, 9222.0, 9107.0, 9161.0, 9103.0, 9134.0, 9172.0, 9117.0, 9157.0, 9136.0, 9153.0, 9123.0, 9139.0, 9159.0, 9120.0, 9190.0, 9163.0, 9192.0, 9136.0, 9175.0, 9105.0, 9131.0, 9091.0, 9134.0, 9133.0, 9123.0, 9146.0, 9140.0, 9151.0, 9127.0, 9151.0, 9110.0, 9158.0, 9132.0, 9150.0, 9194.0, 9191.0, 9151.0, 9149.0, 9174.0, 9165.0, 9199.0, 9191.0, 9195.0, 9154.0, 9182.0, 9187.0, 9165.0, 9230.0, 9166.0, 9188.0, 9149.0, 9175.0, 9117.0, 9163.0, 9200.0, 9167.0, 9184.0, 9178.0, 9165.0, 9167.0, 9162.0, 9174.0, 9197.0, 9203.0, 9218.0, 9192.0, 9219.0, 9177.0, 9208.0, 9246.0, 9207.0, 9268.0, 9185.0, 9238.0, 9180.0, 9211.0, 9220.0, 9194.0, 9250.0, 9163.0, 9232.0, 9171.0, 9213.0, 9167.0, 9191.0, 9150.0, 9179.0, 9134.0, 9163.0, 9234.0, 9166.0, 9188.0, 9149.0, 9176.0, 9133.0, 9165.0, 9182.0, 9169.0, 9195.0, 9167.0, 9197.0, 9157.0, 9184.0, 9172.0, 9174.0, 9237.0, 9169.0, 9228.0, 9223.0, 9256.0, 9234.0, 9196.0, 9240.0, 9212.0, 9196.0, 9180.0, 9158.0, 9149.0, 9138.0, 9162.0, 9151.0, 9192.0, 9165.0, 9196.0, 9172.0, 9212.0, 9180.0, 9205.0, 9159.0, 9145.0, 9145.0, 9150.0, 9271.0, 9192.0, 9200.0, 9161.0, 9132.0, 9166.0, 9189.0, 9176.0, 9188.0, 9187.0, 9194.0, 9249.0, 9227.0, 9220.0, 9204.0, 9199.0, 9201.0, 9285.0, 9243.0, 9253.0, 9274.0, 9245.0, 9270.0, 9192.0, 9211.0, 9195.0, 9164.0, 9233.0, 9162.0, 9230.0, 9148.0, 9173.0, 9135.0, 9166.0, 9158.0, 9171.0, 9190.0, 9164.0, 9192.0, 9168.0, 9178.0, 9169.0, 9179.0, 9171.0, 9198.0, 9160.0, 9193.0, 9241.0, 9188.0, 9251.0, 9182.0, 9210.0, 9233.0, 9177.0, 9250.0, 9218.0, 9201.0, 9169.0, 9157.0, 9227.0, 9160.0, 9181.0, 9157.0, 9155.0, 9130.0, 9160.0, 9184.0, 9148.0, 9186.0, 9163.0, 9176.0, 9148.0, 9164.0, 9223.0, 9165.0, 9190.0, 9149.0, 9162.0, 9213.0, 9146.0, 9199.0, 9162.0, 9173.0, 9169.0, 9142.0, 9243.0, 9125.0, 9178.0, 9127.0, 9152.0, 9110.0, 9143.0, 9178.0, 9128.0, 9152.0, 9160.0, 9157.0, 9130.0, 9145.0, 9136.0, 9178.0, 9167.0, 9163.0, 9186.0, 9164.0, 9171.0, 9132.0, 9160.0, 9131.0, 9162.0, 9147.0, 9185.0, 9205.0, 9181.0, 9218.0, 9165.0, 9174.0, 9149.0, 9165.0, 9245.0, 9146.0, 9213.0, 9144.0, 9159.0, 9204.0, 9162.0, 9226.0, 9157.0, 9194.0, 9126.0, 9138.0, 9112.0, 9162.0, 9157.0, 9165.0, 9189.0, 9152.0, 9192.0, 9148.0, 9183.0, 9218.0, 9180.0, 9205.0, 9143.0, 9158.0, 9242.0, 9157.0, 9198.0, 9141.0, 9154.0, 9110.0, 9156.0, 9140.0, 9166.0, 9191.0, 9164.0, 9173.0, 9134.0, 9167.0, 9177.0, 9154.0, 9197.0, 9186.0, 9184.0, 9137.0, 9160.0, 9234.0, 9167.0, 9199.0, 9224.0, 9219.0, 9299.0, 9217.0, 9203.0, 9176.0, 9196.0, 9155.0, 9186.0, 9254.0, 9199.0, 9228.0, 9168.0, 9178.0, 9175.0, 9166.0, 9227.0, 9172.0, 9142.0, 9185.0, 9166.0, 9225.0, 9201.0, 9236.0, 9200.0, 9252.0, 9158.0, 9184.0, 9187.0, 9163.0, 9259.0, 9188.0, 9227.0, 9146.0, 9184.0, 9144.0, 9147.0, 9180.0, 9142.0, 9189.0, 9124.0, 9156.0, 9131.0, 9163.0, 9189.0, 9165.0, 9199.0, 9150.0, 9172.0, 9139.0, 9165.0, 9193.0, 9177.0, 9152.0, 9156.0, 9122.0, 9156.0, 9139.0, 9154.0, 9195.0, 9169.0, 9231.0, 9186.0, 9206.0, 9252.0, 9219.0, 9228.0, 9167.0, 9181.0, 9245.0, 9219.0, 9237.0, 9200.0, 9236.0, 9245.0, 9216.0, 9223.0, 9147.0, 9165.0, 9217.0, 9109.0, 9130.0, 9079.0, 9111.0, 9085.0, 9117.0, 9129.0, 9118.0, 9143.0, 9103.0, 9136.0, 9116.0, 9123.0, 9169.0, 9118.0, 9166.0, 9107.0, 9141.0, 9124.0, 9148.0, 9186.0, 9148.0, 9171.0, 9148.0, 9182.0, 9143.0, 9154.0, 9218.0, 9135.0, 9165.0, 9121.0, 9145.0, 9103.0, 9167.0, 9169.0, 9153.0, 9180.0, 9163.0, 9174.0, 9139.0, 9173.0, 9223.0, 9185.0, 9221.0, 9189.0, 9183.0, 9141.0, 9162.0, 9134.0, 9179.0, 9155.0, 9181.0, 9138.0, 9148.0, 9189.0, 9161.0, 9228.0, 9162.0, 9213.0, 9171.0, 9203.0, 9232.0, 9247.0, 9181.0, 9190.0, 9181.0, 9192.0, 9175.0, 9247.0, 9183.0, 9228.0, 9246.0, 9197.0, 9230.0, 9184.0, 9219.0, 9142.0, 9172.0, 9141.0, 9194.0, 9241.0, 9190.0, 9120.0, 9175.0, 9152.0, 9202.0, 9219.0, 9213.0, 9231.0, 9204.0, 9126.0, 9119.0, 9092.0, 9136.0, 9204.0, 9138.0, 9193.0, 9142.0, 9192.0, 9130.0, 9124.0, 9199.0, 9126.0, 9158.0, 9108.0, 9135.0, 9077.0, 9123.0, 9147.0, 9130.0, 9152.0, 9142.0, 9152.0, 9130.0, 9140.0, 9096.0, 9145.0, 9196.0, 9146.0, 9173.0, 9124.0, 9146.0, 9242.0, 9129.0, 9208.0, 9146.0, 9172.0, 9183.0, 9129.0, 9175.0, 9128.0, 9141.0, 9114.0, 9149.0, 9178.0, 9154.0, 9176.0, 9135.0, 9162.0, 9120.0, 9184.0, 9226.0, 9153.0, 9190.0, 9118.0, 9146.0, 9117.0, 9156.0, 9146.0, 9170.0, 9181.0, 9153.0, 9188.0, 9159.0, 9168.0, 9143.0, 9173.0, 9243.0, 9170.0, 9198.0, 9154.0, 9169.0, 9161.0, 9184.0, 9163.0, 9184.0, 9164.0, 9191.0, 9149.0, 9190.0, 9260.0, 9164.0, 9250.0, 9196.0, 9195.0, 9275.0, 9200.0, 9247.0, 9175.0, 9186.0, 9228.0, 9209.0, 9294.0, 9238.0, 9172.0, 9158.0, 9119.0, 9168.0, 9218.0, 9150.0, 9205.0, 9154.0, 9168.0, 9143.0, 9173.0, 9239.0, 9177.0, 9221.0, 9177.0, 9207.0, 9232.0, 9167.0, 9252.0, 9188.0, 9197.0, 9218.0, 9185.0, 9219.0, 9142.0, 9166.0, 9094.0, 9138.0, 9100.0, 9125.0, 9178.0, 9131.0, 9169.0, 9119.0, 9142.0, 9208.0, 9126.0, 9168.0, 9116.0, 9142.0, 9145.0, 9175.0, 9174.0, 9162.0, 9162.0, 9164.0, 9117.0, 9166.0, 9115.0, 9141.0, 9114.0, 9134.0, 9209.0, 9137.0, 9175.0, 9133.0, 9138.0, 9140.0, 9127.0, 9152.0, 9115.0, 9161.0, 9121.0, 9134.0, 9118.0, 9141.0, 9207.0, 9140.0, 9179.0, 9159.0, 9169.0, 9217.0, 9174.0, 9181.0, 9151.0, 9149.0, 9181.0, 9112.0, 9181.0, 9140.0, 9132.0, 9102.0, 9130.0, 9214.0, 9157.0, 9156.0, 9126.0, 9114.0, 9165.0, 9132.0, 9179.0, 9166.0, 9163.0, 9120.0, 9133.0, 9146.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.012627878440366974</td></tr>
<tr><td colspan=3>aqi</td><td>0.033532831651376147</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.524892866176856</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2711341417566033</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2071581279793335</td></tr>
<tr><td colspan=3>efc</td><td>0.4672</td></tr>
<tr><td colspan=3>fber</td><td>6279.5435</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12172393333403242</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>112</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.844036697247706</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.627897760532171</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5670360297061827</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8878572947844803</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4287999571058494</td></tr>
<tr><td colspan=3>gcor</td><td>0.0110578</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014551901258528233</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024226222187280655</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.530713580598122</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.2521</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.0864</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.086</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300979.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>12.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>790.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>324.6242</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7155</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>547.0509</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3284.249</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3516.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75565.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>838.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4442.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>995.8261</td></tr>
<tr><td colspan=3>tsnr</td><td>32.892067547887564</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>