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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0047_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-05_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-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0047/figures/sub-0047_ses-01_task-social_acq-mb8_run-05_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-0047/ses-01/func/sub-0047_ses-01_task-social_acq-mb8_run-05_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>4add818f03cc9b5ab3fe8b5d6c85768e</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:04:13.120000</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.991789, -0.127781, -0.00522868, 0.126875, 0.977974, 0.165739]</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-05_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.0903396</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7762, -7254, 623, -9, -193, 40, 95]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.78</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bfd7b35b-c506-45cb-8dc4-e787821cebfc||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.6608963012695312, 0.3403964936733246, 0.04337506368756294, 95.29408264160156], [0.3428274393081665, 2.623832941055298, 0.44561266899108887, -113.39225769042969], [-0.014028175733983517, -0.44466638565063477, 2.6626205444335938, -45.355628967285156], [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': ['180413.120000', '180413.580000', '180414.040000', '180414.500000', '180414.960000', '180415.420000', '180415.880000', '180416.340000', '180416.800000', '180417.260000', '180417.720000', '180418.180000', '180418.640000', '180419.100000', '180419.560000', '180420.020000', '180420.480000', '180420.940000', '180421.400000', '180421.860000', '180422.320000', '180422.780000', '180423.240000', '180423.700000', '180424.160000', '180424.620000', '180425.080000', '180425.540000', '180426.000000', '180426.460000', '180426.920000', '180427.380000', '180427.840000', '180428.300000', '180428.760000', '180429.220000', '180429.680000', '180430.140000', '180430.600000', '180431.060000', '180431.520000', '180431.980000', '180432.440000', '180432.900000', '180433.360000', '180433.820000', '180434.280000', '180434.740000', '180435.200000', '180435.660000', '180436.120000', '180436.580000', '180437.040000', '180437.500000', '180437.960000', '180438.420000', '180438.880000', '180439.340000', '180439.800000', '180440.260000', '180440.720000', '180441.180000', '180441.640000', '180442.100000', '180442.560000', '180443.020000', '180443.480000', '180443.940000', '180444.400000', '180444.860000', '180445.320000', '180445.780000', '180446.240000', '180446.700000', '180447.160000', '180447.620000', '180448.080000', '180448.540000', '180449.000000', '180449.460000', '180449.920000', '180450.380000', '180450.840000', '180451.300000', '180451.760000', '180452.220000', '180452.680000', '180453.140000', '180453.600000', '180454.060000', '180454.520000', '180454.980000', '180455.440000', '180455.900000', '180456.360000', '180456.820000', '180457.280000', '180457.740000', '180458.200000', '180458.660000', '180459.120000', '180459.580000', '180500.040000', '180500.500000', '180500.960000', '180501.420000', '180501.880000', '180502.340000', '180502.800000', '180503.260000', '180503.720000', '180504.180000', '180504.640000', '180505.100000', '180505.560000', '180506.020000', '180506.480000', '180506.940000', '180507.400000', '180507.860000', '180508.320000', '180508.780000', '180509.240000', '180509.700000', '180510.160000', '180510.620000', '180511.080000', '180511.540000', '180512.000000', '180512.460000', '180512.920000', '180513.380000', '180513.840000', '180514.300000', '180514.760000', '180515.220000', '180515.680000', '180516.140000', '180516.600000', '180517.060000', '180517.520000', '180517.980000', '180518.440000', '180518.900000', '180519.360000', '180519.820000', '180520.280000', '180520.740000', '180521.200000', '180521.660000', '180522.120000', '180522.580000', '180523.040000', '180523.500000', '180523.960000', '180524.420000', '180524.880000', '180525.340000', '180525.800000', '180526.260000', '180526.720000', '180527.180000', '180527.640000', '180528.100000', '180528.560000', '180529.020000', '180529.480000', '180529.940000', '180530.400000', '180530.860000', '180531.320000', '180531.780000', '180532.240000', '180532.700000', '180533.160000', '180533.620000', '180534.080000', '180534.540000', '180535.000000', '180535.460000', '180535.920000', '180536.380000', '180536.840000', '180537.300000', '180537.760000', '180538.220000', '180538.680000', '180539.140000', '180539.600000', '180540.060000', '180540.520000', '180540.980000', '180541.440000', '180541.900000', '180542.360000', '180542.820000', '180543.280000', '180543.740000', '180544.200000', '180544.660000', '180545.120000', '180545.580000', '180546.040000', '180546.500000', '180546.960000', '180547.420000', '180547.880000', '180548.340000', '180548.800000', '180549.260000', '180549.720000', '180550.180000', '180550.640000', '180551.100000', '180551.560000', '180552.020000', '180552.480000', '180552.940000', '180553.400000', '180553.860000', '180554.320000', '180554.780000', '180555.240000', '180555.700000', '180556.160000', '180556.620000', '180557.080000', '180557.540000', '180558.000000', '180558.460000', '180558.920000', '180559.380000', '180559.840000', '180600.300000', '180600.760000', '180601.220000', '180601.680000', '180602.140000', '180602.600000', '180603.060000', '180603.520000', '180603.980000', '180604.440000', '180604.900000', '180605.360000', '180605.820000', '180606.280000', '180606.740000', '180607.200000', '180607.660000', '180608.120000', '180608.580000', '180609.040000', '180609.500000', '180609.960000', '180610.420000', '180610.880000', '180611.340000', '180611.800000', '180612.260000', '180612.720000', '180613.180000', '180613.640000', '180614.100000', '180614.560000', '180615.020000', '180615.480000', '180615.940000', '180616.400000', '180616.860000', '180617.320000', '180617.780000', '180618.240000', '180618.700000', '180619.160000', '180619.620000', '180620.080000', '180620.540000', '180621.000000', '180621.460000', '180621.920000', '180622.380000', '180622.840000', '180623.300000', '180623.760000', '180624.220000', '180624.680000', '180625.140000', '180625.600000', '180626.060000', '180626.520000', '180626.980000', '180627.440000', '180627.900000', '180628.360000', '180628.820000', '180629.280000', '180629.740000', '180630.200000', '180630.660000', '180631.120000', '180631.580000', '180632.040000', '180632.500000', '180632.960000', '180633.420000', '180633.880000', '180634.340000', '180634.800000', '180635.260000', '180635.720000', '180636.180000', '180636.640000', '180637.100000', '180637.560000', '180638.020000', '180638.480000', '180638.940000', '180639.400000', '180639.860000', '180640.320000', '180640.780000', '180641.240000', '180641.700000', '180642.160000', '180642.620000', '180643.080000', '180643.540000', '180644.000000', '180644.460000', '180644.920000', '180645.380000', '180645.840000', '180646.300000', '180646.760000', '180647.220000', '180647.680000', '180648.140000', '180648.600000', '180649.060000', '180649.520000', '180649.980000', '180650.440000', '180650.900000', '180651.360000', '180651.820000', '180652.280000', '180652.740000', '180653.200000', '180653.660000', '180654.120000', '180654.580000', '180655.040000', '180655.500000', '180655.960000', '180656.420000', '180656.880000', '180657.340000', '180657.800000', '180658.260000', '180658.720000', '180659.180000', '180659.640000', '180700.100000', '180700.560000', '180701.020000', '180701.480000', '180701.940000', '180702.400000', '180702.860000', '180703.320000', '180703.780000', '180704.240000', '180704.700000', '180705.160000', '180705.620000', '180706.080000', '180706.540000', '180707.000000', '180707.460000', '180707.920000', '180708.380000', '180708.840000', '180709.300000', '180709.760000', '180710.220000', '180710.680000', '180711.140000', '180711.600000', '180712.060000', '180712.520000', '180712.980000', '180713.440000', '180713.900000', '180714.360000', '180714.820000', '180715.280000', '180715.740000', '180716.200000', '180716.660000', '180717.120000', '180717.580000', '180718.040000', '180718.500000', '180718.960000', '180719.420000', '180719.880000', '180720.340000', '180720.800000', '180721.260000', '180721.720000', '180722.180000', '180722.640000', '180723.100000', '180723.560000', '180724.020000', '180724.480000', '180724.940000', '180725.400000', '180725.860000', '180726.320000', '180726.780000', '180727.240000', '180727.700000', '180728.160000', '180728.620000', '180729.080000', '180729.540000', '180730.000000', '180730.460000', '180730.920000', '180731.380000', '180731.840000', '180732.300000', '180732.760000', '180733.220000', '180733.680000', '180734.140000', '180734.600000', '180735.060000', '180735.520000', '180735.980000', '180736.440000', '180736.900000', '180737.360000', '180737.820000', '180738.280000', '180738.740000', '180739.200000', '180739.660000', '180740.120000', '180740.580000', '180741.040000', '180741.500000', '180741.960000', '180742.420000', '180742.880000', '180743.340000', '180743.800000', '180744.260000', '180744.720000', '180745.180000', '180745.640000', '180746.100000', '180746.560000', '180747.020000', '180747.480000', '180747.940000', '180748.400000', '180748.860000', '180749.320000', '180749.780000', '180750.240000', '180750.700000', '180751.160000', '180751.620000', '180752.080000', '180752.540000', '180753.000000', '180753.460000', '180753.920000', '180754.380000', '180754.840000', '180755.300000', '180755.760000', '180756.220000', '180756.680000', '180757.140000', '180757.600000', '180758.060000', '180758.520000', '180758.980000', '180759.440000', '180759.900000', '180800.360000', '180800.820000', '180801.280000', '180801.740000', '180802.200000', '180802.660000', '180803.120000', '180803.580000', '180804.040000', '180804.500000', '180804.960000', '180805.420000', '180805.880000', '180806.340000', '180806.800000', '180807.260000', '180807.720000', '180808.180000', '180808.640000', '180809.100000', '180809.560000', '180810.020000', '180810.480000', '180810.940000', '180811.400000', '180811.860000', '180812.320000', '180812.780000', '180813.240000', '180813.700000', '180814.160000', '180814.620000', '180815.080000', '180815.540000', '180816.000000', '180816.460000', '180816.920000', '180817.380000', '180817.840000', '180818.300000', '180818.760000', '180819.220000', '180819.680000', '180820.140000', '180820.600000', '180821.060000', '180821.520000', '180821.980000', '180822.440000', '180822.900000', '180823.360000', '180823.820000', '180824.280000', '180824.740000', '180825.200000', '180825.660000', '180826.120000', '180826.580000', '180827.040000', '180827.500000', '180827.960000', '180828.420000', '180828.880000', '180829.340000', '180829.800000', '180830.260000', '180830.720000', '180831.180000', '180831.640000', '180832.100000', '180832.560000', '180833.020000', '180833.480000', '180833.940000', '180834.400000', '180834.860000', '180835.320000', '180835.780000', '180836.240000', '180836.700000', '180837.160000', '180837.620000', '180838.080000', '180838.540000', '180839.000000', '180839.460000', '180839.920000', '180840.380000', '180840.840000', '180841.300000', '180841.760000', '180842.220000', '180842.680000', '180843.140000', '180843.600000', '180844.060000', '180844.520000', '180844.980000', '180845.440000', '180845.900000', '180846.360000', '180846.820000', '180847.280000', '180847.740000', '180848.200000', '180848.660000', '180849.120000', '180849.580000', '180850.040000', '180850.500000', '180850.960000', '180851.420000', '180851.880000', '180852.340000', '180852.800000', '180853.260000', '180853.720000', '180854.180000', '180854.640000', '180855.100000', '180855.560000', '180856.020000', '180856.480000', '180856.940000', '180857.400000', '180857.860000', '180858.320000', '180858.780000', '180859.240000', '180859.700000', '180900.160000', '180900.620000', '180901.080000', '180901.540000', '180902.000000', '180902.460000', '180902.920000', '180903.380000', '180903.840000', '180904.300000', '180904.760000', '180905.220000', '180905.680000', '180906.140000', '180906.600000', '180907.060000', '180907.520000', '180907.980000', '180908.440000', '180908.900000', '180909.360000', '180909.820000', '180910.280000', '180910.740000', '180911.200000', '180911.660000', '180912.120000', '180912.580000', '180913.040000', '180913.500000', '180913.960000', '180914.420000', '180914.880000', '180915.340000', '180915.800000', '180916.260000', '180916.720000', '180917.180000', '180917.640000', '180918.100000', '180918.560000', '180919.020000', '180919.480000', '180919.940000', '180920.400000', '180920.860000', '180921.320000', '180921.780000', '180922.240000', '180922.700000', '180923.160000', '180923.620000', '180924.080000', '180924.540000', '180925.000000', '180925.460000', '180925.920000', '180926.380000', '180926.840000', '180927.300000', '180927.760000', '180928.220000', '180928.680000', '180929.140000', '180929.600000', '180930.060000', '180930.520000', '180930.980000', '180931.440000', '180931.900000', '180932.360000', '180932.820000', '180933.280000', '180933.740000', '180934.200000', '180934.660000', '180935.120000', '180935.580000', '180936.040000', '180936.500000', '180936.960000', '180937.420000', '180937.880000', '180938.340000', '180938.800000', '180939.260000', '180939.720000', '180940.180000', '180940.640000', '180941.100000', '180941.560000', '180942.020000', '180942.480000', '180942.940000', '180943.400000', '180943.860000', '180944.320000', '180944.780000', '180945.240000', '180945.700000', '180946.160000', '180946.620000', '180947.080000', '180947.540000', '180948.000000', '180948.460000', '180948.920000', '180949.380000', '180949.840000', '180950.300000', '180950.760000', '180951.220000', '180951.680000', '180952.140000', '180952.600000', '180953.060000', '180953.520000', '180953.980000', '180954.440000', '180954.900000', '180955.360000', '180955.820000', '180956.280000', '180956.740000', '180957.200000', '180957.660000', '180958.120000', '180958.580000', '180959.040000', '180959.500000', '180959.960000', '181000.420000', '181000.880000', '181001.340000', '181001.800000', '181002.260000', '181002.720000', '181003.180000', '181003.640000', '181004.100000', '181004.560000', '181005.020000', '181005.480000', '181005.940000', '181006.400000', '181006.860000', '181007.320000', '181007.780000', '181008.240000', '181008.700000', '181009.160000', '181009.620000', '181010.080000', '181010.540000', '181011.000000', '181011.460000', '181011.920000', '181012.380000', '181012.840000', '181013.300000', '181013.760000', '181014.220000', '181014.680000', '181015.140000', '181015.600000', '181016.060000', '181016.520000', '181016.980000', '181017.440000', '181017.900000', '181018.360000', '181018.820000', '181019.280000', '181019.740000', '181020.200000', '181020.660000', '181021.120000', '181021.580000', '181022.040000', '181022.500000', '181022.960000', '181023.420000', '181023.880000', '181024.340000', '181024.800000', '181025.260000', '181025.720000', '181026.180000', '181026.640000', '181027.100000', '181027.560000', '181028.020000', '181028.480000', '181028.940000', '181029.400000', '181029.860000', '181030.320000', '181030.780000', '181031.240000', '181031.700000', '181032.160000', '181032.620000', '181033.080000', '181033.540000', '181034.000000', '181034.460000', '181034.920000', '181035.380000', '181035.840000', '181036.300000', '181036.760000', '181037.220000', '181037.680000', '181038.140000', '181038.600000', '181039.060000', '181039.520000', '181039.980000', '181040.440000', '181040.900000', '181041.360000', '181041.820000', '181042.280000', '181042.740000', '181043.200000', '181043.660000', '181044.120000', '181044.580000', '181045.040000', '181045.500000', '181045.960000', '181046.420000', '181046.880000', '181047.340000', '181047.800000', '181048.260000', '181048.720000', '181049.180000', '181049.640000', '181050.100000', '181050.560000', '181051.020000', '181051.480000', '181051.940000', '181052.400000', '181052.860000', '181053.320000', '181053.780000'], 'ContentTime': ['180430.545000', '180430.548000', '180430.551000', '180430.554000', '180430.556000', '180430.559000', '180430.561000', '180430.564000', '180430.567000', '180430.569000', '180430.572000', '180430.574000', '180430.577000', '180430.583000', '180430.585000', '180430.588000', '180430.590000', '180430.593000', '180430.595000', '180430.598000', '180430.612000', '180430.614000', '180430.617000', '180430.620000', '180430.622000', '180430.625000', '180430.627000', '180430.630000', '180430.632000', '180430.635000', '180430.637000', '180430.640000', '180430.643000', '180430.645000', '180430.648000', '180450.510000', '180450.512000', '180450.515000', '180450.517000', '180450.520000', '180450.522000', '180450.525000', '180450.527000', '180450.530000', '180450.533000', '180450.535000', '180450.538000', '180450.540000', '180450.543000', '180450.545000', '180450.548000', '180450.550000', '180450.553000', '180450.555000', '180450.558000', '180450.560000', '180450.563000', '180450.565000', '180450.568000', '180450.570000', '180450.573000', '180450.575000', '180450.578000', '180450.580000', '180450.583000', '180450.585000', '180450.588000', '180450.590000', '180450.593000', '180450.596000', '180450.598000', '180450.601000', '180450.603000', '180450.606000', '180450.609000', '180450.611000', '180450.614000', '180450.616000', '180510.510000', '180510.513000', '180510.515000', '180510.518000', '180510.520000', '180510.523000', '180510.525000', '180510.528000', '180510.531000', '180510.533000', '180510.536000', '180510.538000', '180510.541000', '180510.548000', '180510.550000', '180510.553000', '180510.555000', '180510.558000', '180510.560000', '180510.563000', '180510.566000', '180510.568000', '180510.571000', '180510.573000', '180510.576000', '180510.578000', '180510.581000', '180510.583000', '180510.586000', '180510.588000', '180510.591000', '180510.594000', '180510.596000', '180510.599000', '180510.601000', '180510.604000', '180510.606000', '180510.609000', '180510.612000', '180510.614000', '180510.617000', '180510.619000', '180510.622000', '180510.624000', '180530.509000', '180530.512000', '180530.515000', '180530.517000', '180530.520000', '180530.523000', '180530.525000', '180530.528000', '180530.530000', '180530.533000', '180530.535000', '180530.538000', '180530.540000', '180530.543000', '180530.545000', '180530.548000', '180530.550000', '180530.553000', '180530.555000', '180530.558000', '180530.560000', '180530.563000', '180530.565000', '180530.568000', '180530.570000', '180530.573000', '180530.576000', '180530.578000', '180530.581000', '180530.583000', '180530.586000', '180530.589000', '180530.591000', '180530.594000', '180530.596000', '180530.599000', '180530.601000', '180530.604000', '180530.606000', '180530.609000', '180530.612000', '180530.614000', '180530.617000', '180550.510000', '180550.512000', '180550.515000', '180550.517000', '180550.520000', '180550.523000', '180550.525000', '180550.528000', '180550.530000', '180550.533000', '180550.535000', '180550.538000', '180550.541000', '180550.544000', '180550.547000', '180550.550000', '180550.552000', '180550.555000', '180550.557000', '180550.560000', '180550.562000', '180550.565000', '180550.568000', '180550.570000', '180550.573000', '180550.575000', '180550.578000', '180550.580000', '180550.583000', '180550.585000', '180550.588000', '180550.590000', '180550.606000', '180550.609000', '180550.611000', '180550.614000', '180550.616000', '180550.619000', '180550.621000', '180550.624000', '180550.626000', '180550.629000', '180550.632000', '180610.510000', '180610.512000', '180610.515000', '180610.518000', '180610.520000', '180610.523000', '180610.525000', '180610.528000', '180610.530000', '180610.533000', '180610.535000', '180610.538000', '180610.541000', '180610.543000', '180610.546000', '180610.548000', '180610.551000', '180610.553000', '180610.556000', '180610.558000', '180610.561000', '180610.563000', '180610.566000', '180610.568000', '180610.571000', '180610.574000', '180610.576000', '180610.579000', '180610.581000', '180610.584000', '180610.586000', '180610.589000', '180610.591000', '180610.594000', '180610.597000', '180610.599000', '180610.602000', '180610.604000', '180610.607000', '180610.610000', '180610.612000', '180610.615000', '180610.617000', '180610.620000', '180630.510000', '180630.513000', '180630.516000', '180630.518000', '180630.521000', '180630.523000', '180630.526000', '180630.529000', '180630.531000', '180630.534000', '180630.536000', '180630.539000', '180630.541000', '180630.544000', '180630.547000', '180630.549000', '180630.552000', '180630.554000', '180630.557000', '180630.559000', '180630.562000', '180630.565000', '180630.567000', '180630.570000', '180630.572000', '180630.575000', '180630.577000', '180630.580000', '180630.582000', '180630.585000', '180630.588000', '180630.590000', '180630.593000', '180630.595000', '180630.598000', '180630.601000', '180630.603000', '180630.606000', '180630.608000', '180630.611000', '180630.613000', '180630.616000', '180630.619000', '180630.621000', '180650.510000', '180650.513000', '180650.516000', '180650.518000', '180650.521000', '180650.523000', '180650.526000', '180650.528000', '180650.531000', '180650.533000', '180650.536000', '180650.538000', '180650.541000', '180650.543000', '180650.546000', '180650.549000', '180650.551000', '180650.554000', '180650.556000', '180650.559000', '180650.561000', '180650.564000', '180650.566000', '180650.569000', '180650.571000', '180650.574000', '180650.577000', '180650.579000', '180650.582000', '180650.584000', '180650.587000', '180650.589000', '180650.592000', '180650.594000', '180650.597000', '180650.600000', '180650.602000', '180650.605000', '180650.607000', '180650.610000', '180650.613000', '180650.615000', '180650.618000', '180710.509000', '180710.512000', '180710.515000', '180710.518000', '180710.520000', '180710.523000', '180710.525000', '180710.528000', '180710.530000', '180710.533000', '180710.535000', '180710.538000', '180710.541000', '180710.543000', '180710.546000', '180710.549000', '180710.552000', '180710.555000', '180710.558000', '180710.560000', '180710.563000', '180710.565000', '180710.568000', '180710.570000', '180710.573000', '180710.575000', '180710.578000', '180710.581000', '180710.583000', '180710.586000', '180710.588000', '180710.591000', '180710.593000', '180710.596000', '180710.599000', '180710.601000', '180710.604000', '180710.606000', '180710.609000', '180710.611000', '180710.614000', '180710.616000', '180710.619000', '180730.509000', '180730.512000', '180730.515000', '180730.517000', '180730.520000', '180730.522000', '180730.525000', '180730.527000', '180730.530000', '180730.533000', '180730.535000', '180730.538000', '180730.540000', '180730.543000', '180730.545000', '180730.548000', '180730.550000', '180730.553000', '180730.555000', '180730.558000', '180730.560000', '180730.563000', '180730.566000', '180730.568000', '180730.571000', '180730.573000', '180730.576000', '180730.578000', '180730.593000', '180730.595000', '180730.598000', '180730.600000', '180730.603000', '180730.605000', '180730.608000', '180730.611000', '180730.613000', '180730.616000', '180730.618000', '180730.621000', '180730.623000', '180730.626000', '180730.628000', '180730.631000', '180750.509000', '180750.513000', '180750.515000', '180750.518000', '180750.521000', '180750.524000', '180750.527000', '180750.530000', '180750.533000', '180750.536000', '180750.538000', '180750.541000', '180750.543000', '180750.546000', '180750.549000', '180750.551000', '180750.554000', '180750.556000', '180750.559000', '180750.561000', '180750.564000', '180750.566000', '180750.569000', '180750.571000', '180750.574000', '180750.577000', '180750.579000', '180750.582000', '180750.584000', '180750.587000', '180750.590000', '180750.592000', '180750.595000', '180750.597000', '180750.600000', '180750.602000', '180750.605000', '180750.608000', '180750.610000', '180750.613000', '180750.616000', '180750.618000', '180750.621000', '180810.510000', '180810.512000', '180810.515000', '180810.517000', '180810.520000', '180810.523000', '180810.525000', '180810.528000', '180810.530000', '180810.533000', '180810.535000', '180810.538000', '180810.540000', '180810.543000', '180810.546000', '180810.548000', '180810.551000', '180810.553000', '180810.556000', '180810.558000', '180810.561000', '180810.564000', '180810.566000', '180810.569000', '180810.571000', '180810.574000', '180810.576000', '180810.579000', '180810.582000', '180810.584000', '180810.587000', '180810.589000', '180810.592000', '180810.594000', '180810.597000', '180810.600000', '180810.602000', '180810.605000', '180810.607000', '180810.610000', '180810.612000', '180810.615000', '180810.618000', '180810.620000', '180830.510000', '180830.512000', '180830.515000', '180830.518000', '180830.520000', '180830.523000', '180830.525000', '180830.528000', '180830.530000', '180830.533000', '180830.535000', '180830.538000', '180830.541000', '180830.543000', '180830.546000', '180830.549000', '180830.551000', '180830.554000', '180830.557000', '180830.560000', '180830.562000', '180830.565000', '180830.567000', '180830.570000', '180830.572000', '180830.575000', '180830.577000', '180830.580000', '180830.583000', '180830.585000', '180830.588000', '180830.590000', '180830.593000', '180830.595000', '180830.598000', '180830.600000', '180830.603000', '180830.605000', '180830.608000', '180830.611000', '180830.613000', '180830.616000', '180830.618000', '180850.511000', '180850.513000', '180850.516000', '180850.519000', '180850.521000', '180850.524000', '180850.526000', '180850.529000', '180850.531000', '180850.534000', '180850.536000', '180850.539000', '180850.542000', '180850.544000', '180850.547000', '180850.549000', '180850.552000', '180850.554000', '180850.557000', '180850.559000', '180850.562000', '180850.564000', '180850.567000', '180850.570000', '180850.572000', '180850.575000', '180850.577000', '180850.580000', '180850.583000', '180850.585000', '180850.588000', '180850.590000', '180850.593000', '180850.595000', '180850.598000', '180850.601000', '180850.603000', '180850.606000', '180850.608000', '180850.611000', '180850.614000', '180850.616000', '180850.619000', '180850.621000', '180910.511000', '180910.514000', '180910.516000', '180910.519000', '180910.521000', '180910.524000', '180910.526000', '180910.529000', '180910.532000', '180910.535000', '180910.538000', '180910.541000', '180910.543000', '180910.546000', '180910.548000', '180910.551000', '180910.554000', '180910.556000', '180910.559000', '180910.561000', '180910.564000', '180910.566000', '180910.570000', '180910.573000', '180910.575000', '180910.578000', '180910.580000', '180910.583000', '180910.586000', '180910.588000', '180910.591000', '180910.593000', '180910.596000', '180910.598000', '180910.601000', '180910.603000', '180910.606000', '180910.609000', '180910.611000', '180910.614000', '180910.616000', '180910.619000', '180910.621000', '180930.510000', '180930.512000', '180930.515000', '180930.517000', '180930.520000', '180930.523000', '180930.525000', '180930.528000', '180930.530000', '180930.533000', '180930.536000', '180930.538000', '180930.541000', '180930.543000', '180930.546000', '180930.548000', '180930.551000', '180930.553000', '180930.556000', '180930.559000', '180930.561000', '180930.564000', '180930.566000', '180930.569000', '180930.572000', '180930.574000', '180930.577000', '180930.579000', '180930.582000', '180930.584000', '180930.587000', '180930.589000', '180930.592000', '180930.595000', '180930.597000', '180930.600000', '180930.602000', '180930.605000', '180930.608000', '180930.610000', '180930.613000', '180930.615000', '180930.618000', '180930.621000', '180950.510000', '180950.512000', '180950.515000', '180950.518000', '180950.520000', '180950.523000', '180950.525000', '180950.528000', '180950.530000', '180950.533000', '180950.535000', '180950.538000', '180950.541000', '180950.543000', '180950.546000', '180950.548000', '180950.551000', '180950.553000', '180950.556000', '180950.559000', '180950.561000', '180950.564000', '180950.567000', '180950.570000', '180950.577000', '180950.580000', '180950.582000', '180950.585000', '180950.587000', '180950.590000', '180950.592000', '180950.595000', '180950.598000', '180950.600000', '180950.603000', '180950.605000', '180950.608000', '180950.611000', '180950.613000', '180950.616000', '180950.618000', '180950.621000', '180950.624000', '181010.510000', '181010.513000', '181010.515000', '181010.518000', '181010.520000', '181010.523000', '181010.526000', '181010.528000', '181010.531000', '181010.533000', '181010.536000', '181010.538000', '181010.541000', '181010.544000', '181010.546000', '181010.549000', '181010.553000', '181010.556000', '181010.558000', '181010.561000', '181010.563000', '181010.566000', '181010.569000', '181010.571000', '181010.574000', '181010.576000', '181010.579000', '181010.581000', '181010.584000', '181010.586000', '181010.589000', '181010.592000', '181010.594000', '181010.597000', '181010.599000', '181010.602000', '181010.605000', '181010.607000', '181010.610000', '181010.612000', '181010.615000', '181010.617000', '181010.620000', '181010.623000', '181030.510000', '181030.512000', '181030.515000', '181030.518000', '181030.520000', '181030.523000', '181030.556000', '181030.559000', '181030.561000', '181030.564000', '181030.567000', '181030.569000', '181030.572000', '181030.574000', '181030.577000', '181030.579000', '181030.582000', '181030.585000', '181030.587000', '181030.590000', '181030.593000', '181030.595000', '181030.598000', '181030.601000', '181030.603000', '181030.606000', '181030.609000', '181030.612000', '181030.615000', '181030.617000', '181030.620000', '181030.623000', '181030.625000', '181030.628000', '181030.630000', '181030.633000', '181030.635000', '181030.638000', '181030.640000', '181030.643000', '181030.646000', '181030.648000', '181030.651000', '181050.510000', '181050.512000', '181050.515000', '181050.518000', '181050.520000', '181050.523000', '181050.525000', '181050.528000', '181050.530000', '181050.533000', '181050.535000', '181050.538000', '181050.540000', '181050.543000', '181050.545000', '181050.548000', '181050.551000', '181050.553000', '181050.556000', '181050.558000', '181050.561000', '181050.563000', '181050.566000', '181050.569000', '181050.571000', '181050.574000', '181050.576000', '181050.579000', '181050.582000', '181050.584000', '181050.587000', '181050.589000', '181050.592000', '181050.594000', '181050.597000', '181050.600000', '181050.602000', '181050.605000', '181050.607000', '181050.610000', '181050.612000', '181050.615000', '181050.617000', '181050.620000', '181055.396000', '181055.399000', '181055.401000', '181055.404000', '181055.407000', '181055.409000', '181055.412000', '181055.415000', '181055.417000', '181055.420000', '181055.422000'], 'InstanceCreationTime': ['180430.545000', '180430.548000', '180430.551000', '180430.554000', '180430.556000', '180430.559000', '180430.561000', '180430.564000', '180430.567000', '180430.569000', '180430.572000', '180430.574000', '180430.577000', '180430.583000', '180430.585000', '180430.588000', '180430.590000', '180430.593000', '180430.595000', '180430.598000', '180430.612000', '180430.614000', '180430.617000', '180430.620000', '180430.622000', '180430.625000', '180430.627000', '180430.630000', '180430.632000', '180430.635000', '180430.637000', '180430.640000', '180430.643000', '180430.645000', '180430.648000', '180450.510000', '180450.512000', '180450.515000', '180450.517000', '180450.520000', '180450.522000', '180450.525000', '180450.527000', '180450.530000', '180450.533000', '180450.535000', '180450.538000', '180450.540000', '180450.543000', '180450.545000', '180450.548000', '180450.550000', '180450.553000', '180450.555000', '180450.558000', '180450.560000', '180450.563000', '180450.565000', '180450.568000', '180450.570000', '180450.573000', '180450.575000', '180450.578000', '180450.580000', '180450.583000', '180450.585000', '180450.588000', '180450.590000', '180450.593000', '180450.596000', '180450.598000', '180450.601000', '180450.603000', '180450.606000', '180450.609000', '180450.611000', '180450.614000', '180450.616000', '180510.510000', '180510.513000', '180510.515000', '180510.518000', '180510.520000', '180510.523000', '180510.525000', '180510.528000', '180510.531000', '180510.533000', '180510.536000', '180510.538000', '180510.541000', '180510.548000', '180510.550000', '180510.553000', '180510.555000', '180510.558000', '180510.560000', '180510.563000', '180510.566000', '180510.568000', '180510.571000', '180510.573000', '180510.576000', '180510.578000', '180510.581000', '180510.583000', '180510.586000', '180510.588000', '180510.591000', '180510.594000', '180510.596000', '180510.599000', '180510.601000', '180510.604000', '180510.606000', '180510.609000', '180510.612000', '180510.614000', '180510.617000', '180510.619000', '180510.622000', '180510.624000', '180530.509000', '180530.512000', '180530.515000', '180530.517000', '180530.520000', '180530.523000', '180530.525000', '180530.528000', '180530.530000', '180530.533000', '180530.535000', '180530.538000', '180530.540000', '180530.543000', '180530.545000', '180530.548000', '180530.550000', '180530.553000', '180530.555000', '180530.558000', '180530.560000', '180530.563000', '180530.565000', '180530.568000', '180530.570000', '180530.573000', '180530.576000', '180530.578000', '180530.581000', '180530.583000', '180530.586000', '180530.589000', '180530.591000', '180530.594000', '180530.596000', '180530.599000', '180530.601000', '180530.604000', '180530.606000', '180530.609000', '180530.612000', '180530.614000', '180530.617000', '180550.510000', '180550.512000', '180550.515000', '180550.517000', '180550.520000', '180550.523000', '180550.525000', '180550.528000', '180550.530000', '180550.533000', '180550.535000', '180550.538000', '180550.541000', '180550.544000', '180550.547000', '180550.550000', '180550.552000', '180550.555000', '180550.557000', '180550.560000', '180550.562000', '180550.565000', '180550.568000', '180550.570000', '180550.573000', '180550.575000', '180550.578000', '180550.580000', '180550.583000', '180550.585000', '180550.588000', '180550.590000', '180550.606000', '180550.609000', '180550.611000', '180550.614000', '180550.616000', '180550.619000', '180550.621000', '180550.624000', '180550.626000', '180550.629000', '180550.632000', '180610.510000', '180610.512000', '180610.515000', '180610.518000', '180610.520000', '180610.523000', '180610.525000', '180610.528000', '180610.530000', '180610.533000', '180610.535000', '180610.538000', '180610.541000', '180610.543000', '180610.546000', '180610.548000', '180610.551000', '180610.553000', '180610.556000', '180610.558000', '180610.561000', '180610.563000', '180610.566000', '180610.568000', '180610.571000', '180610.574000', '180610.576000', '180610.579000', '180610.581000', '180610.584000', '180610.586000', '180610.589000', '180610.591000', '180610.594000', '180610.597000', '180610.599000', '180610.602000', '180610.604000', '180610.607000', '180610.610000', '180610.612000', '180610.615000', '180610.617000', '180610.620000', '180630.510000', '180630.513000', '180630.516000', '180630.518000', '180630.521000', '180630.523000', '180630.526000', '180630.529000', '180630.531000', '180630.534000', '180630.536000', '180630.539000', '180630.541000', '180630.544000', '180630.547000', '180630.549000', '180630.552000', '180630.554000', '180630.557000', '180630.559000', '180630.562000', '180630.565000', '180630.567000', '180630.570000', '180630.572000', '180630.575000', '180630.577000', '180630.580000', '180630.582000', '180630.585000', '180630.588000', '180630.590000', '180630.593000', '180630.595000', '180630.598000', '180630.601000', '180630.603000', '180630.606000', '180630.608000', '180630.611000', '180630.613000', '180630.616000', '180630.619000', '180630.621000', '180650.510000', '180650.513000', '180650.516000', '180650.518000', '180650.521000', '180650.523000', '180650.526000', '180650.528000', '180650.531000', '180650.533000', '180650.536000', '180650.538000', '180650.541000', '180650.543000', '180650.546000', '180650.549000', '180650.551000', '180650.554000', '180650.556000', '180650.559000', '180650.561000', '180650.564000', '180650.566000', '180650.569000', '180650.571000', '180650.574000', '180650.577000', '180650.579000', '180650.582000', '180650.584000', '180650.587000', '180650.589000', '180650.592000', '180650.594000', '180650.597000', '180650.600000', '180650.602000', '180650.605000', '180650.607000', '180650.610000', '180650.613000', '180650.615000', '180650.618000', '180710.509000', '180710.512000', '180710.515000', '180710.518000', '180710.520000', '180710.523000', '180710.525000', '180710.528000', '180710.530000', '180710.533000', '180710.535000', '180710.538000', '180710.541000', '180710.543000', '180710.546000', '180710.549000', '180710.552000', '180710.555000', '180710.558000', '180710.560000', '180710.563000', '180710.565000', '180710.568000', '180710.570000', '180710.573000', '180710.575000', '180710.578000', '180710.581000', '180710.583000', '180710.586000', '180710.588000', '180710.591000', '180710.593000', '180710.596000', '180710.599000', '180710.601000', '180710.604000', '180710.606000', '180710.609000', '180710.611000', '180710.614000', '180710.616000', '180710.619000', '180730.509000', '180730.512000', '180730.515000', '180730.517000', '180730.520000', '180730.522000', '180730.525000', '180730.527000', '180730.530000', '180730.533000', '180730.535000', '180730.538000', '180730.540000', '180730.543000', '180730.545000', '180730.548000', '180730.550000', '180730.553000', '180730.555000', '180730.558000', '180730.560000', '180730.563000', '180730.566000', '180730.568000', '180730.571000', '180730.573000', '180730.576000', '180730.578000', '180730.593000', '180730.595000', '180730.598000', '180730.600000', '180730.603000', '180730.605000', '180730.608000', '180730.611000', '180730.613000', '180730.616000', '180730.618000', '180730.621000', '180730.623000', '180730.626000', '180730.628000', '180730.631000', '180750.509000', '180750.513000', '180750.515000', '180750.518000', '180750.521000', '180750.524000', '180750.527000', '180750.530000', '180750.533000', '180750.536000', '180750.538000', '180750.541000', '180750.543000', '180750.546000', '180750.549000', '180750.551000', '180750.554000', '180750.556000', '180750.559000', '180750.561000', '180750.564000', '180750.566000', '180750.569000', '180750.571000', '180750.574000', '180750.577000', '180750.579000', '180750.582000', '180750.584000', '180750.587000', '180750.590000', '180750.592000', '180750.595000', '180750.597000', '180750.600000', '180750.602000', '180750.605000', '180750.608000', '180750.610000', '180750.613000', '180750.616000', '180750.618000', '180750.621000', '180810.510000', '180810.512000', '180810.515000', '180810.517000', '180810.520000', '180810.523000', '180810.525000', '180810.528000', '180810.530000', '180810.533000', '180810.535000', '180810.538000', '180810.540000', '180810.543000', '180810.546000', '180810.548000', '180810.551000', '180810.553000', '180810.556000', '180810.558000', '180810.561000', '180810.564000', '180810.566000', '180810.569000', '180810.571000', '180810.574000', '180810.576000', '180810.579000', '180810.582000', '180810.584000', '180810.587000', '180810.589000', '180810.592000', '180810.594000', '180810.597000', '180810.600000', '180810.602000', '180810.605000', '180810.607000', '180810.610000', '180810.612000', '180810.615000', '180810.618000', '180810.620000', '180830.510000', '180830.512000', '180830.515000', '180830.518000', '180830.520000', '180830.523000', '180830.525000', '180830.528000', '180830.530000', '180830.533000', '180830.535000', '180830.538000', '180830.541000', '180830.543000', '180830.546000', '180830.549000', '180830.551000', '180830.554000', '180830.557000', '180830.560000', '180830.562000', '180830.565000', '180830.567000', '180830.570000', '180830.572000', '180830.575000', '180830.577000', '180830.580000', '180830.583000', '180830.585000', '180830.588000', '180830.590000', '180830.593000', '180830.595000', '180830.598000', '180830.600000', '180830.603000', '180830.605000', '180830.608000', '180830.611000', '180830.613000', '180830.616000', '180830.618000', '180850.511000', '180850.513000', '180850.516000', '180850.519000', '180850.521000', '180850.524000', '180850.526000', '180850.529000', '180850.531000', '180850.534000', '180850.536000', '180850.539000', '180850.542000', '180850.544000', '180850.547000', '180850.549000', '180850.552000', '180850.554000', '180850.557000', '180850.559000', '180850.562000', '180850.564000', '180850.567000', '180850.570000', '180850.572000', '180850.575000', '180850.577000', '180850.580000', '180850.583000', '180850.585000', '180850.588000', '180850.590000', '180850.593000', '180850.595000', '180850.598000', '180850.601000', '180850.603000', '180850.606000', '180850.608000', '180850.611000', '180850.614000', '180850.616000', '180850.619000', '180850.621000', '180910.511000', '180910.514000', '180910.516000', '180910.519000', '180910.521000', '180910.524000', '180910.526000', '180910.529000', '180910.532000', '180910.535000', '180910.538000', '180910.541000', '180910.543000', '180910.546000', '180910.548000', '180910.551000', '180910.554000', '180910.556000', '180910.559000', '180910.561000', '180910.564000', '180910.566000', '180910.570000', '180910.573000', '180910.575000', '180910.578000', '180910.580000', '180910.583000', '180910.586000', '180910.588000', '180910.591000', '180910.593000', '180910.596000', '180910.598000', '180910.601000', '180910.603000', '180910.606000', '180910.609000', '180910.611000', '180910.614000', '180910.616000', '180910.619000', '180910.621000', '180930.510000', '180930.512000', '180930.515000', '180930.517000', '180930.520000', '180930.523000', '180930.525000', '180930.528000', '180930.530000', '180930.533000', '180930.536000', '180930.538000', '180930.541000', '180930.543000', '180930.546000', '180930.548000', '180930.551000', '180930.553000', '180930.556000', '180930.559000', '180930.561000', '180930.564000', '180930.566000', '180930.569000', '180930.572000', '180930.574000', '180930.577000', '180930.579000', '180930.582000', '180930.584000', '180930.587000', '180930.589000', '180930.592000', '180930.595000', '180930.597000', '180930.600000', '180930.602000', '180930.605000', '180930.608000', '180930.610000', '180930.613000', '180930.615000', '180930.618000', '180930.621000', '180950.510000', '180950.512000', '180950.515000', '180950.518000', '180950.520000', '180950.523000', '180950.525000', '180950.528000', '180950.530000', '180950.533000', '180950.535000', '180950.538000', '180950.541000', '180950.543000', '180950.546000', '180950.548000', '180950.551000', '180950.553000', '180950.556000', '180950.559000', '180950.561000', '180950.564000', '180950.567000', '180950.570000', '180950.577000', '180950.580000', '180950.582000', '180950.585000', '180950.587000', '180950.590000', '180950.592000', '180950.595000', '180950.598000', '180950.600000', '180950.603000', '180950.605000', '180950.608000', '180950.611000', '180950.613000', '180950.616000', '180950.618000', '180950.621000', '180950.624000', '181010.510000', '181010.513000', '181010.515000', '181010.518000', '181010.520000', '181010.523000', '181010.526000', '181010.528000', '181010.531000', '181010.533000', '181010.536000', '181010.538000', '181010.541000', '181010.544000', '181010.546000', '181010.549000', '181010.553000', '181010.556000', '181010.558000', '181010.561000', '181010.563000', '181010.566000', '181010.569000', '181010.571000', '181010.574000', '181010.576000', '181010.579000', '181010.581000', '181010.584000', '181010.586000', '181010.589000', '181010.592000', '181010.594000', '181010.597000', '181010.599000', '181010.602000', '181010.605000', '181010.607000', '181010.610000', '181010.612000', '181010.615000', '181010.617000', '181010.620000', '181010.623000', '181030.510000', '181030.512000', '181030.515000', '181030.518000', '181030.520000', '181030.523000', '181030.556000', '181030.559000', '181030.561000', '181030.564000', '181030.567000', '181030.569000', '181030.572000', '181030.574000', '181030.577000', '181030.579000', '181030.582000', '181030.585000', '181030.587000', '181030.590000', '181030.593000', '181030.595000', '181030.598000', '181030.601000', '181030.603000', '181030.606000', '181030.609000', '181030.612000', '181030.615000', '181030.617000', '181030.620000', '181030.623000', '181030.625000', '181030.628000', '181030.630000', '181030.633000', '181030.635000', '181030.638000', '181030.640000', '181030.643000', '181030.646000', '181030.648000', '181030.651000', '181050.510000', '181050.512000', '181050.515000', '181050.518000', '181050.520000', '181050.523000', '181050.525000', '181050.528000', '181050.530000', '181050.533000', '181050.535000', '181050.538000', '181050.540000', '181050.543000', '181050.545000', '181050.548000', '181050.551000', '181050.553000', '181050.556000', '181050.558000', '181050.561000', '181050.563000', '181050.566000', '181050.569000', '181050.571000', '181050.574000', '181050.576000', '181050.579000', '181050.582000', '181050.584000', '181050.587000', '181050.589000', '181050.592000', '181050.594000', '181050.597000', '181050.600000', '181050.602000', '181050.605000', '181050.607000', '181050.610000', '181050.612000', '181050.615000', '181050.617000', '181050.620000', '181055.396000', '181055.399000', '181055.401000', '181055.404000', '181055.407000', '181055.409000', '181055.412000', '181055.415000', '181055.417000', '181055.420000', '181055.422000'], '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': [15776, 11847, 10751, 12422, 10896, 11688, 14687, 10097, 12347, 12015, 10095, 14067, 11629, 9755, 12524, 9252, 9657, 12160, 9905, 9494, 11190, 9328, 10944, 12036, 10026, 11277, 11832, 10546, 15136, 12335, 10671, 15560, 9839, 12058, 12712, 10449, 15930, 10939, 10141, 11579, 9939, 9762, 12748, 9712, 9823, 12600, 11428, 10142, 14638, 10087, 12062, 11723, 10692, 14526, 12620, 10103, 13496, 9943, 9706, 11276, 10188, 14268, 12438, 10073, 12770, 10304, 14302, 10886, 9520, 11250, 10540, 13769, 11048, 9766, 10948, 9430, 9115, 10776, 10557, 13835, 9815, 9875, 14384, 10200, 12221, 11231, 9377, 10753, 10849, 8522, 9394, 11231, 9644, 15854, 11659, 10774, 12389, 9659, 14009, 10150, 12843, 10479, 9369, 12593, 10151, 9634, 10272, 9674, 11286, 11235, 9582, 14201, 11349, 9523, 12426, 10406, 13697, 13237, 10247, 15274, 10681, 13222, 13053, 10383, 15489, 11919, 9878, 11267, 10241, 11793, 9774, 9848, 13282, 10424, 13798, 12815, 10404, 13034, 9185, 10064, 10717, 10693, 13611, 11239, 10242, 12021, 9403, 10078, 12747, 10873, 14616, 11207, 11439, 11667, 10567, 14027, 9095, 9656, 14376, 8846, 10100, 12000, 11372, 10249, 10292, 10664, 10616, 14621, 11992, 10561, 12299, 10595, 13268, 9637, 9463, 11607, 10498, 13180, 9814, 10172, 11560, 9563, 9678, 10548, 10566, 14110, 11509, 10497, 13113, 9141, 10013, 11081, 10915, 15060, 12422, 10395, 10565, 11000, 14254, 11033, 14971, 12766, 10671, 12843, 10378, 10298, 10708, 10621, 12212, 11270, 13874, 9706, 10469, 11164, 11282, 13391, 9215, 10238, 10079, 10717, 13283, 10602, 9274, 10145, 10627, 10337, 11126, 10152, 8802, 9702, 11083, 8910, 9387, 11616, 10741, 16152, 13650, 10239, 12993, 9539, 9716, 12203, 10655, 12793, 11639, 10731, 13061, 10581, 9904, 10992, 10799, 13162, 10351, 10097, 12670, 9517, 9651, 10428, 9837, 11007, 11161, 10550, 10818, 10917, 11027, 13741, 11849, 10653, 12744, 10946, 14593, 11241, 10226, 12995, 9681, 9959, 10743, 10682, 12380, 10350, 10383, 11091, 11204, 12907, 11019, 10909, 10849, 11095, 13097, 9807, 10624, 11039, 11104, 13773, 11317, 10272, 9538, 9984, 9600, 10878, 12845, 10585, 9374, 9746, 9558, 9044, 9631, 11613, 10253, 9984, 11337, 10693, 15068, 11831, 10191, 10761, 10599, 13591, 10447, 10441, 11988, 9454, 9527, 10759, 10576, 13354, 10126, 10335, 12075, 10925, 14527, 12636, 11194, 12507, 11094, 11572, 11076, 11082, 15388, 10688, 10380, 15523, 10432, 9048, 9918, 13954, 12131, 11098, 14144, 11189, 11074, 14655, 11235, 13808, 9753, 10579, 9961, 10550, 12693, 10139, 10037, 9918, 10439, 12684, 9357, 10016, 11040, 10746, 14283, 11471, 9984, 12084, 10738, 13635, 10865, 13970, 11160, 14723, 10951, 9816, 10020, 10802, 11785, 9690, 10395, 10782, 10617, 13852, 10163, 10334, 10471, 10515, 12603, 10088, 9827, 11497, 10242, 11411, 10933, 11606, 10733, 10779, 12864, 10659, 10346, 12838, 12629, 10561, 12237, 10775, 9436, 11174, 14383, 11117, 11172, 14733, 11512, 13378, 13443, 10850, 10099, 11045, 13801, 10891, 10675, 11172, 9480, 10211, 9802, 10852, 13221, 11673, 11053, 11726, 9734, 10217, 10753, 11089, 12482, 10147, 9683, 10368, 11048, 14422, 10798, 10141, 11758, 10967, 10288, 13429, 11375, 9294, 9894, 10494, 10126, 11252, 11582, 10967, 13261, 10607, 9979, 10752, 10922, 11491, 10342, 9626, 10350, 10780, 10511, 10755, 10842, 11085, 10221, 10125, 10714, 11103, 12153, 11273, 11345, 12379, 10950, 10986, 10888, 10226, 10156, 10578, 11490, 13237, 10768, 11216, 12080, 11698, 14753, 11586, 11744, 11620, 11612, 12909, 10443, 10668, 10418, 10110, 10210, 10479, 11268, 11463, 10795, 10904, 10538, 11276, 11849, 11355, 11111, 11106, 10597, 9832, 9932, 10127, 10158, 10677, 12041, 10875, 10242, 12345, 11166, 12645, 10560, 9660, 10698, 10829, 11391, 10829, 11157, 11888, 10843, 10338, 10962, 11223, 12672, 11060, 11117, 10879, 11926, 13103, 11053, 10852, 11216, 11843, 12880, 10881, 11212, 11450, 10637, 10306, 10803, 11887, 13373, 11127, 11522, 10283, 11523, 11682, 11883, 12371, 10542, 10622, 10943, 10968, 12272, 10854, 10423, 9967, 10463, 9834, 10750, 13148, 11530, 11300, 13241, 12054, 16899, 13055, 11672, 10436, 11046, 10594, 11148, 12489, 10486, 10433, 9626, 10354, 10742, 10914, 10732, 11008, 10594, 10782, 11825, 11035, 12178, 10539, 10611, 11127, 10909, 12388, 10682, 9966, 10609, 10996, 10883, 11260, 10698, 10675, 11483, 11968, 10877, 10956, 11038, 11508, 13134, 10716, 11255, 12456, 11655, 12845, 10607, 10990, 11017, 11691, 14364, 10713, 10372, 10478, 11019, 12541, 11200, 10740, 10682, 10639, 10799, 11013, 11091, 13132, 10762, 10711, 12468, 9857, 12436, 11563, 10458, 10061, 11180, 10317, 11168, 13043, 10745, 11225, 14501, 11365, 10202, 10932, 11288, 16358, 11895, 11223, 11274, 10889, 10815, 11780, 11433, 12589, 11371, 10990, 11718, 10835, 10816, 10807, 10564, 10380, 10953, 11600, 12713, 10794, 10651, 11919, 11493, 13062, 11618, 13107, 10971, 10937, 11106, 11557, 11436, 11052, 11529, 10856, 10622, 10996, 10354, 11580, 11696, 11083, 11664, 12190, 11043, 10659, 10859, 11296, 12842, 10862, 11146, 11104, 10483, 9971, 11188, 9963, 12292, 10486, 10089, 10449, 11842, 10907, 10277, 9964, 10874, 11173, 14389, 12580, 11083, 14436, 10632, 10521, 12419, 11303, 12687, 10787, 10871, 12533, 10981, 10569, 10469, 10869, 10584, 10905, 10968, 12325, 10749, 11705, 12800, 11174, 10565, 11013, 11118, 11151, 10724, 11122, 12006, 10947, 11240, 11979, 11056, 10940, 11402, 11218, 13604, 11628, 11135, 11690, 10731, 10265, 11300, 11290, 11996, 11306, 11586, 13014, 11120, 10612, 11414, 11252, 12548, 10599, 11176, 10905, 10710, 10349, 9216, 9687, 10031, 10618, 10994, 11277, 13925, 11355, 11096, 11468, 11567, 11461, 15852, 11573, 10922, 11171, 11538, 15019, 10869, 11107, 10694, 10681, 10567, 10894, 11162, 11497, 11133, 11509, 13503, 11280, 10983, 11534, 11883, 13623, 11563, 11464, 11643, 10912, 10874, 11666, 11623, 11800, 10939, 11699, 12608, 11416, 11208, 11148, 10906, 10998, 11186, 12209, 14753, 11595, 12044, 12174, 11330, 11050, 11690, 11314, 10981, 11351, 10679, 11116, 11933, 10690, 10568, 11441, 11046, 11557, 13073, 10450, 11180, 12863, 11516, 11526, 12027, 11039, 10229, 11426, 10907, 11478, 10791, 10625], 'WindowCenter': [4833.0, 4787.0, 4763.0, 4771.0, 4761.0, 4759.0, 4777.0, 4736.0, 4755.0, 4751.0, 4736.0, 4767.0, 4746.0, 4725.0, 4754.0, 4725.0, 4724.0, 4757.0, 4738.0, 4727.0, 4746.0, 4725.0, 4746.0, 4755.0, 4737.0, 4746.0, 4757.0, 4737.0, 4776.0, 4756.0, 4735.0, 4773.0, 4724.0, 4742.0, 4755.0, 4735.0, 4770.0, 4732.0, 4733.0, 4743.0, 4735.0, 4735.0, 4755.0, 4725.0, 4736.0, 4755.0, 4755.0, 4735.0, 4774.0, 4737.0, 4742.0, 4745.0, 4731.0, 4763.0, 4755.0, 4735.0, 4754.0, 4723.0, 4723.0, 4734.0, 4733.0, 4760.0, 4754.0, 4724.0, 4755.0, 4723.0, 4760.0, 4731.0, 4710.0, 4731.0, 4732.0, 4752.0, 4731.0, 4723.0, 4733.0, 4724.0, 4725.0, 4747.0, 4746.0, 4766.0, 4738.0, 4734.0, 4775.0, 4737.0, 4766.0, 4759.0, 4736.0, 4747.0, 4747.0, 4728.0, 4736.0, 4760.0, 4739.0, 4797.0, 4759.0, 4748.0, 4766.0, 4737.0, 4777.0, 4746.0, 4761.0, 4743.0, 4738.0, 4765.0, 4746.0, 4738.0, 4745.0, 4746.0, 4758.0, 4760.0, 4747.0, 4779.0, 4759.0, 4740.0, 4767.0, 4759.0, 4775.0, 4779.0, 4746.0, 4774.0, 4745.0, 4763.0, 4756.0, 4736.0, 4774.0, 4744.0, 4723.0, 4742.0, 4733.0, 4740.0, 4723.0, 4724.0, 4752.0, 4732.0, 4752.0, 4751.0, 4731.0, 4749.0, 4713.0, 4721.0, 4731.0, 4735.0, 4762.0, 4744.0, 4736.0, 4755.0, 4727.0, 4734.0, 4755.0, 4744.0, 4763.0, 4743.0, 4743.0, 4745.0, 4732.0, 4762.0, 4713.0, 4724.0, 4764.0, 4712.0, 4744.0, 4765.0, 4755.0, 4746.0, 4748.0, 4748.0, 4748.0, 4774.0, 4756.0, 4747.0, 4754.0, 4744.0, 4763.0, 4737.0, 4725.0, 4753.0, 4744.0, 4764.0, 4736.0, 4748.0, 4755.0, 4738.0, 4736.0, 4747.0, 4746.0, 4776.0, 4758.0, 4747.0, 4767.0, 4724.0, 4736.0, 4746.0, 4747.0, 4775.0, 4756.0, 4724.0, 4734.0, 4732.0, 4761.0, 4733.0, 4762.0, 4754.0, 4732.0, 4741.0, 4720.0, 4722.0, 4721.0, 4732.0, 4742.0, 4732.0, 4752.0, 4723.0, 4731.0, 4735.0, 4742.0, 4751.0, 4724.0, 4733.0, 4723.0, 4745.0, 4764.0, 4733.0, 4725.0, 4734.0, 4743.0, 4748.0, 4757.0, 4748.0, 4740.0, 4747.0, 4758.0, 4740.0, 4738.0, 4759.0, 4758.0, 4788.0, 4778.0, 4747.0, 4765.0, 4735.0, 4734.0, 4755.0, 4745.0, 4755.0, 4754.0, 4744.0, 4766.0, 4748.0, 4734.0, 4745.0, 4746.0, 4766.0, 4747.0, 4735.0, 4766.0, 4736.0, 4734.0, 4747.0, 4738.0, 4747.0, 4756.0, 4746.0, 4746.0, 4745.0, 4747.0, 4775.0, 4754.0, 4745.0, 4754.0, 4732.0, 4774.0, 4744.0, 4731.0, 4753.0, 4723.0, 4723.0, 4733.0, 4732.0, 4753.0, 4734.0, 4723.0, 4733.0, 4731.0, 4752.0, 4730.0, 4731.0, 4732.0, 4743.0, 4753.0, 4723.0, 4732.0, 4744.0, 4745.0, 4763.0, 4744.0, 4732.0, 4725.0, 4724.0, 4723.0, 4733.0, 4765.0, 4744.0, 4735.0, 4736.0, 4735.0, 4728.0, 4735.0, 4767.0, 4749.0, 4748.0, 4758.0, 4759.0, 4786.0, 4766.0, 4748.0, 4756.0, 4747.0, 4775.0, 4749.0, 4747.0, 4767.0, 4748.0, 4736.0, 4757.0, 4758.0, 4777.0, 4747.0, 4748.0, 4757.0, 4756.0, 4774.0, 4753.0, 4746.0, 4752.0, 4746.0, 4744.0, 4744.0, 4744.0, 4774.0, 4746.0, 4735.0, 4781.0, 4743.0, 4728.0, 4748.0, 4775.0, 4756.0, 4747.0, 4765.0, 4746.0, 4744.0, 4764.0, 4734.0, 4752.0, 4724.0, 4734.0, 4723.0, 4734.0, 4754.0, 4735.0, 4721.0, 4733.0, 4735.0, 4754.0, 4725.0, 4736.0, 4756.0, 4748.0, 4776.0, 4759.0, 4737.0, 4756.0, 4736.0, 4762.0, 4736.0, 4762.0, 4744.0, 4765.0, 4731.0, 4724.0, 4724.0, 4744.0, 4753.0, 4736.0, 4735.0, 4746.0, 4747.0, 4777.0, 4746.0, 4747.0, 4747.0, 4748.0, 4763.0, 4746.0, 4736.0, 4757.0, 4745.0, 4757.0, 4758.0, 4756.0, 4746.0, 4747.0, 4767.0, 4748.0, 4748.0, 4778.0, 4768.0, 4748.0, 4766.0, 4759.0, 4739.0, 4755.0, 4776.0, 4758.0, 4745.0, 4775.0, 4746.0, 4753.0, 4754.0, 4734.0, 4734.0, 4744.0, 4753.0, 4734.0, 4732.0, 4733.0, 4724.0, 4732.0, 4723.0, 4744.0, 4754.0, 4745.0, 4745.0, 4745.0, 4725.0, 4731.0, 4734.0, 4742.0, 4755.0, 4733.0, 4725.0, 4736.0, 4755.0, 4774.0, 4743.0, 4735.0, 4756.0, 4755.0, 4749.0, 4779.0, 4757.0, 4737.0, 4746.0, 4746.0, 4748.0, 4756.0, 4757.0, 4746.0, 4763.0, 4745.0, 4736.0, 4743.0, 4743.0, 4743.0, 4735.0, 4726.0, 4737.0, 4745.0, 4744.0, 4746.0, 4745.0, 4758.0, 4745.0, 4735.0, 4747.0, 4746.0, 4756.0, 4745.0, 4742.0, 4754.0, 4735.0, 4734.0, 4732.0, 4733.0, 4721.0, 4734.0, 4744.0, 4751.0, 4735.0, 4732.0, 4741.0, 4730.0, 4757.0, 4727.0, 4729.0, 4733.0, 4727.0, 4742.0, 4719.0, 4721.0, 4720.0, 4730.0, 4720.0, 4732.0, 4741.0, 4741.0, 4744.0, 4733.0, 4734.0, 4742.0, 4743.0, 4742.0, 4743.0, 4745.0, 4748.0, 4748.0, 4736.0, 4745.0, 4746.0, 4747.0, 4765.0, 4758.0, 4737.0, 4756.0, 4745.0, 4766.0, 4747.0, 4725.0, 4735.0, 4745.0, 4754.0, 4743.0, 4743.0, 4755.0, 4744.0, 4735.0, 4746.0, 4757.0, 4765.0, 4746.0, 4745.0, 4744.0, 4752.0, 4754.0, 4744.0, 4732.0, 4733.0, 4743.0, 4753.0, 4733.0, 4742.0, 4744.0, 4732.0, 4733.0, 4733.0, 4752.0, 4762.0, 4745.0, 4742.0, 4733.0, 4744.0, 4741.0, 4744.0, 4752.0, 4733.0, 4731.0, 4744.0, 4743.0, 4752.0, 4742.0, 4745.0, 4736.0, 4746.0, 4749.0, 4755.0, 4777.0, 4758.0, 4754.0, 4766.0, 4767.0, 4786.0, 4766.0, 4743.0, 4733.0, 4730.0, 4731.0, 4744.0, 4752.0, 4731.0, 4733.0, 4735.0, 4746.0, 4746.0, 4745.0, 4743.0, 4744.0, 4745.0, 4745.0, 4754.0, 4747.0, 4754.0, 4744.0, 4734.0, 4744.0, 4742.0, 4753.0, 4735.0, 4721.0, 4735.0, 4733.0, 4734.0, 4745.0, 4734.0, 4733.0, 4744.0, 4744.0, 4735.0, 4732.0, 4744.0, 4745.0, 4754.0, 4733.0, 4742.0, 4753.0, 4743.0, 4752.0, 4731.0, 4732.0, 4733.0, 4744.0, 4761.0, 4731.0, 4720.0, 4732.0, 4734.0, 4752.0, 4745.0, 4744.0, 4746.0, 4745.0, 4748.0, 4755.0, 4758.0, 4764.0, 4747.0, 4746.0, 4767.0, 4735.0, 4754.0, 4745.0, 4744.0, 4736.0, 4755.0, 4748.0, 4746.0, 4767.0, 4746.0, 4755.0, 4775.0, 4746.0, 4723.0, 4734.0, 4742.0, 4772.0, 4741.0, 4742.0, 4741.0, 4734.0, 4745.0, 4744.0, 4745.0, 4754.0, 4744.0, 4745.0, 4755.0, 4745.0, 4745.0, 4743.0, 4743.0, 4735.0, 4745.0, 4746.0, 4754.0, 4742.0, 4734.0, 4743.0, 4744.0, 4753.0, 4741.0, 4750.0, 4731.0, 4730.0, 4728.0, 4732.0, 4732.0, 4732.0, 4741.0, 4745.0, 4735.0, 4734.0, 4733.0, 4742.0, 4744.0, 4745.0, 4744.0, 4745.0, 4746.0, 4733.0, 4743.0, 4746.0, 4755.0, 4744.0, 4745.0, 4744.0, 4746.0, 4733.0, 4745.0, 4738.0, 4755.0, 4746.0, 4746.0, 4748.0, 4769.0, 4758.0, 4745.0, 4748.0, 4756.0, 4757.0, 4776.0, 4756.0, 4746.0, 4764.0, 4746.0, 4734.0, 4753.0, 4743.0, 4754.0, 4734.0, 4733.0, 4755.0, 4735.0, 4733.0, 4744.0, 4744.0, 4748.0, 4746.0, 4746.0, 4755.0, 4744.0, 4753.0, 4756.0, 4746.0, 4735.0, 4745.0, 4745.0, 4745.0, 4744.0, 4744.0, 4754.0, 4747.0, 4757.0, 4757.0, 4755.0, 4747.0, 4758.0, 4744.0, 4765.0, 4746.0, 4745.0, 4743.0, 4735.0, 4734.0, 4746.0, 4745.0, 4753.0, 4744.0, 4746.0, 4763.0, 4744.0, 4735.0, 4744.0, 4741.0, 4752.0, 4730.0, 4745.0, 4745.0, 4734.0, 4733.0, 4724.0, 4725.0, 4735.0, 4745.0, 4757.0, 4757.0, 4777.0, 4758.0, 4757.0, 4755.0, 4757.0, 4746.0, 4785.0, 4745.0, 4732.0, 4744.0, 4746.0, 4774.0, 4733.0, 4733.0, 4733.0, 4731.0, 4732.0, 4734.0, 4744.0, 4743.0, 4746.0, 4744.0, 4764.0, 4745.0, 4732.0, 4741.0, 4743.0, 4754.0, 4733.0, 4732.0, 4732.0, 4734.0, 4730.0, 4733.0, 4742.0, 4745.0, 4734.0, 4742.0, 4751.0, 4744.0, 4744.0, 4742.0, 4734.0, 4733.0, 4733.0, 4744.0, 4764.0, 4733.0, 4742.0, 4743.0, 4732.0, 4732.0, 4742.0, 4734.0, 4732.0, 4733.0, 4725.0, 4732.0, 4743.0, 4733.0, 4730.0, 4745.0, 4745.0, 4743.0, 4754.0, 4734.0, 4745.0, 4754.0, 4746.0, 4744.0, 4744.0, 4747.0, 4735.0, 4743.0, 4744.0, 4756.0, 4744.0, 4745.0], 'WindowWidth': [10519.0, 10438.0, 10396.0, 10403.0, 10387.0, 10378.0, 10402.0, 10345.0, 10367.0, 10360.0, 10343.0, 10385.0, 10358.0, 10326.0, 10364.0, 10328.0, 10325.0, 10372.0, 10348.0, 10332.0, 10357.0, 10330.0, 10357.0, 10370.0, 10348.0, 10358.0, 10372.0, 10344.0, 10396.0, 10370.0, 10338.0, 10390.0, 10323.0, 10346.0, 10365.0, 10338.0, 10383.0, 10333.0, 10334.0, 10349.0, 10340.0, 10340.0, 10367.0, 10328.0, 10343.0, 10367.0, 10370.0, 10342.0, 10394.0, 10344.0, 10346.0, 10352.0, 10330.0, 10376.0, 10366.0, 10337.0, 10363.0, 10320.0, 10321.0, 10336.0, 10335.0, 10369.0, 10365.0, 10323.0, 10365.0, 10321.0, 10369.0, 10330.0, 10300.0, 10330.0, 10332.0, 10358.0, 10330.0, 10322.0, 10336.0, 10326.0, 10327.0, 10361.0, 10359.0, 10386.0, 10351.0, 10339.0, 10397.0, 10347.0, 10387.0, 10380.0, 10350.0, 10361.0, 10362.0, 10339.0, 10348.0, 10383.0, 10353.0, 10432.0, 10381.0, 10362.0, 10387.0, 10350.0, 10400.0, 10358.0, 10374.0, 10351.0, 10350.0, 10383.0, 10360.0, 10351.0, 10360.0, 10362.0, 10378.0, 10383.0, 10366.0, 10408.0, 10382.0, 10358.0, 10389.0, 10382.0, 10400.0, 10408.0, 10359.0, 10395.0, 10357.0, 10378.0, 10371.0, 10342.0, 10394.0, 10352.0, 10320.0, 10346.0, 10333.0, 10342.0, 10320.0, 10323.0, 10360.0, 10334.0, 10359.0, 10358.0, 10329.0, 10352.0, 10307.0, 10317.0, 10332.0, 10339.0, 10374.0, 10352.0, 10343.0, 10368.0, 10334.0, 10341.0, 10369.0, 10352.0, 10377.0, 10350.0, 10349.0, 10354.0, 10333.0, 10374.0, 10306.0, 10321.0, 10378.0, 10308.0, 10354.0, 10384.0, 10371.0, 10361.0, 10366.0, 10364.0, 10365.0, 10397.0, 10375.0, 10361.0, 10368.0, 10353.0, 10377.0, 10346.0, 10330.0, 10366.0, 10353.0, 10379.0, 10345.0, 10364.0, 10372.0, 10351.0, 10345.0, 10362.0, 10360.0, 10401.0, 10380.0, 10361.0, 10388.0, 10328.0, 10344.0, 10358.0, 10360.0, 10397.0, 10372.0, 10324.0, 10336.0, 10333.0, 10372.0, 10336.0, 10373.0, 10363.0, 10332.0, 10342.0, 10315.0, 10317.0, 10316.0, 10331.0, 10346.0, 10334.0, 10358.0, 10323.0, 10331.0, 10340.0, 10346.0, 10359.0, 10324.0, 10335.0, 10324.0, 10355.0, 10379.0, 10338.0, 10332.0, 10342.0, 10355.0, 10366.0, 10378.0, 10367.0, 10359.0, 10364.0, 10380.0, 10357.0, 10353.0, 10382.0, 10381.0, 10420.0, 10406.0, 10362.0, 10385.0, 10345.0, 10341.0, 10370.0, 10357.0, 10369.0, 10368.0, 10353.0, 10386.0, 10364.0, 10340.0, 10356.0, 10358.0, 10385.0, 10361.0, 10342.0, 10384.0, 10346.0, 10341.0, 10360.0, 10352.0, 10362.0, 10373.0, 10359.0, 10360.0, 10358.0, 10360.0, 10397.0, 10370.0, 10355.0, 10367.0, 10335.0, 10393.0, 10352.0, 10332.0, 10363.0, 10323.0, 10322.0, 10334.0, 10333.0, 10360.0, 10338.0, 10319.0, 10333.0, 10330.0, 10358.0, 10328.0, 10330.0, 10332.0, 10347.0, 10363.0, 10323.0, 10334.0, 10352.0, 10356.0, 10377.0, 10356.0, 10334.0, 10328.0, 10327.0, 10321.0, 10336.0, 10382.0, 10357.0, 10346.0, 10347.0, 10343.0, 10336.0, 10346.0, 10391.0, 10371.0, 10366.0, 10381.0, 10383.0, 10415.0, 10390.0, 10366.0, 10375.0, 10363.0, 10400.0, 10368.0, 10363.0, 10391.0, 10367.0, 10348.0, 10377.0, 10379.0, 10405.0, 10363.0, 10364.0, 10376.0, 10373.0, 10396.0, 10368.0, 10357.0, 10363.0, 10357.0, 10352.0, 10354.0, 10353.0, 10394.0, 10357.0, 10343.0, 10403.0, 10353.0, 10337.0, 10365.0, 10400.0, 10373.0, 10360.0, 10383.0, 10356.0, 10353.0, 10381.0, 10338.0, 10359.0, 10322.0, 10336.0, 10321.0, 10337.0, 10365.0, 10341.0, 10319.0, 10335.0, 10341.0, 10366.0, 10330.0, 10346.0, 10374.0, 10364.0, 10401.0, 10381.0, 10346.0, 10373.0, 10342.0, 10376.0, 10340.0, 10374.0, 10353.0, 10380.0, 10332.0, 10324.0, 10324.0, 10352.0, 10365.0, 10345.0, 10343.0, 10358.0, 10363.0, 10402.0, 10361.0, 10362.0, 10364.0, 10364.0, 10382.0, 10364.0, 10348.0, 10376.0, 10358.0, 10375.0, 10378.0, 10371.0, 10360.0, 10360.0, 10389.0, 10366.0, 10366.0, 10406.0, 10393.0, 10366.0, 10390.0, 10383.0, 10356.0, 10375.0, 10403.0, 10380.0, 10357.0, 10397.0, 10359.0, 10363.0, 10365.0, 10335.0, 10336.0, 10349.0, 10362.0, 10338.0, 10333.0, 10335.0, 10323.0, 10334.0, 10323.0, 10353.0, 10366.0, 10357.0, 10355.0, 10353.0, 10329.0, 10334.0, 10339.0, 10347.0, 10367.0, 10336.0, 10328.0, 10347.0, 10373.0, 10395.0, 10350.0, 10344.0, 10375.0, 10374.0, 10369.0, 10410.0, 10378.0, 10351.0, 10361.0, 10363.0, 10367.0, 10373.0, 10377.0, 10358.0, 10378.0, 10356.0, 10346.0, 10352.0, 10350.0, 10351.0, 10343.0, 10330.0, 10347.0, 10357.0, 10356.0, 10359.0, 10358.0, 10379.0, 10360.0, 10344.0, 10360.0, 10360.0, 10370.0, 10356.0, 10349.0, 10366.0, 10341.0, 10338.0, 10334.0, 10337.0, 10319.0, 10339.0, 10351.0, 10358.0, 10339.0, 10333.0, 10345.0, 10326.0, 10361.0, 10321.0, 10323.0, 10331.0, 10319.0, 10343.0, 10309.0, 10314.0, 10313.0, 10329.0, 10314.0, 10332.0, 10345.0, 10346.0, 10353.0, 10337.0, 10339.0, 10348.0, 10349.0, 10347.0, 10351.0, 10355.0, 10364.0, 10365.0, 10348.0, 10359.0, 10362.0, 10364.0, 10387.0, 10379.0, 10347.0, 10372.0, 10356.0, 10385.0, 10361.0, 10327.0, 10340.0, 10353.0, 10367.0, 10354.0, 10353.0, 10371.0, 10355.0, 10342.0, 10358.0, 10374.0, 10382.0, 10357.0, 10353.0, 10352.0, 10361.0, 10364.0, 10352.0, 10332.0, 10335.0, 10347.0, 10361.0, 10336.0, 10347.0, 10350.0, 10335.0, 10336.0, 10337.0, 10362.0, 10375.0, 10355.0, 10348.0, 10336.0, 10349.0, 10345.0, 10352.0, 10361.0, 10335.0, 10333.0, 10354.0, 10352.0, 10362.0, 10350.0, 10357.0, 10346.0, 10362.0, 10370.0, 10374.0, 10406.0, 10381.0, 10372.0, 10388.0, 10391.0, 10415.0, 10385.0, 10348.0, 10334.0, 10327.0, 10332.0, 10352.0, 10361.0, 10331.0, 10335.0, 10342.0, 10360.0, 10357.0, 10357.0, 10352.0, 10354.0, 10357.0, 10356.0, 10368.0, 10360.0, 10367.0, 10353.0, 10338.0, 10353.0, 10347.0, 10363.0, 10340.0, 10317.0, 10338.0, 10336.0, 10340.0, 10353.0, 10337.0, 10336.0, 10351.0, 10352.0, 10341.0, 10335.0, 10352.0, 10353.0, 10364.0, 10337.0, 10348.0, 10365.0, 10350.0, 10361.0, 10331.0, 10333.0, 10336.0, 10350.0, 10372.0, 10331.0, 10315.0, 10332.0, 10337.0, 10362.0, 10354.0, 10353.0, 10359.0, 10359.0, 10363.0, 10372.0, 10377.0, 10382.0, 10362.0, 10359.0, 10388.0, 10342.0, 10366.0, 10357.0, 10356.0, 10346.0, 10371.0, 10363.0, 10359.0, 10387.0, 10358.0, 10369.0, 10395.0, 10358.0, 10322.0, 10338.0, 10348.0, 10390.0, 10347.0, 10346.0, 10344.0, 10338.0, 10355.0, 10351.0, 10353.0, 10362.0, 10350.0, 10354.0, 10367.0, 10357.0, 10355.0, 10352.0, 10351.0, 10341.0, 10354.0, 10355.0, 10365.0, 10348.0, 10337.0, 10349.0, 10350.0, 10362.0, 10343.0, 10353.0, 10330.0, 10327.0, 10324.0, 10331.0, 10329.0, 10330.0, 10344.0, 10352.0, 10341.0, 10337.0, 10336.0, 10347.0, 10351.0, 10354.0, 10350.0, 10353.0, 10355.0, 10336.0, 10349.0, 10357.0, 10369.0, 10353.0, 10355.0, 10354.0, 10359.0, 10339.0, 10358.0, 10348.0, 10368.0, 10360.0, 10361.0, 10366.0, 10397.0, 10381.0, 10362.0, 10367.0, 10374.0, 10377.0, 10401.0, 10375.0, 10358.0, 10380.0, 10359.0, 10340.0, 10365.0, 10348.0, 10365.0, 10337.0, 10335.0, 10366.0, 10339.0, 10336.0, 10353.0, 10355.0, 10362.0, 10358.0, 10358.0, 10369.0, 10355.0, 10365.0, 10370.0, 10356.0, 10341.0, 10354.0, 10356.0, 10355.0, 10354.0, 10354.0, 10369.0, 10361.0, 10376.0, 10375.0, 10372.0, 10361.0, 10376.0, 10356.0, 10382.0, 10357.0, 10354.0, 10350.0, 10340.0, 10338.0, 10355.0, 10353.0, 10363.0, 10353.0, 10355.0, 10377.0, 10351.0, 10341.0, 10353.0, 10344.0, 10361.0, 10330.0, 10354.0, 10355.0, 10340.0, 10335.0, 10323.0, 10329.0, 10342.0, 10357.0, 10378.0, 10377.0, 10405.0, 10378.0, 10375.0, 10370.0, 10375.0, 10357.0, 10410.0, 10355.0, 10334.0, 10351.0, 10356.0, 10393.0, 10333.0, 10332.0, 10333.0, 10332.0, 10333.0, 10338.0, 10350.0, 10350.0, 10356.0, 10351.0, 10379.0, 10354.0, 10332.0, 10343.0, 10349.0, 10363.0, 10335.0, 10331.0, 10331.0, 10336.0, 10327.0, 10333.0, 10345.0, 10350.0, 10337.0, 10347.0, 10357.0, 10351.0, 10350.0, 10345.0, 10337.0, 10335.0, 10335.0, 10350.0, 10376.0, 10334.0, 10343.0, 10345.0, 10331.0, 10330.0, 10345.0, 10336.0, 10330.0, 10333.0, 10323.0, 10329.0, 10347.0, 10336.0, 10330.0, 10355.0, 10354.0, 10350.0, 10366.0, 10338.0, 10355.0, 10367.0, 10357.0, 10352.0, 10350.0, 10358.0, 10342.0, 10350.0, 10352.0, 10370.0, 10353.0, 10357.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.00013395617070357556</td></tr>
<tr><td colspan=3>aqi</td><td>0.016763693079584772</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.00147157450341</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1554361556466521</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9720493096766737</td></tr>
<tr><td colspan=3>efc</td><td>0.4739</td></tr>
<tr><td colspan=3>fber</td><td>6603.5649</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06726983254912747</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.11534025374855825</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3721236370115117</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3218821264601983</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.632785119047693</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1617036655266433</td></tr>
<tr><td colspan=3>gcor</td><td>0.00687462</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020688334479928017</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03265058994293213</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</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.873051103086266</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.9214</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.449</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>214.3071</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301702.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1073.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>445.3687</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3414</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>677.3013</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3934.7365</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4162.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74842.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1317.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5170.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1074.5978</td></tr>
<tr><td colspan=3>tsnr</td><td>43.5945559325628</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>