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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0094/ses-03/func/sub-0094_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>03dc4277dfe16081ab6007b0112968e6</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:08:46.210000</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.998922, -0.036031, 0.0292677, 0.0371525, 0.998559, -0.0387251]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.114347</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4251, -7895, -7077, 668, -37, -211, 342, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.758</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d4be887a-602e-4003-a93a-90843d6fa284||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.680034637451172, 0.09967745840549469, 0.07514169067144394, 106.14152526855469], [0.09666848182678223, 2.679060697555542, -0.1073809564113617, -107.5296630859375], [0.078523188829422, 0.1038966104388237, 2.69681715965271, -39.82487487792969], [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': ['180846.210000', '180846.670000', '180847.130000', '180847.590000', '180848.050000', '180848.510000', '180848.970000', '180849.430000', '180849.890000', '180850.350000', '180850.810000', '180851.270000', '180851.730000', '180852.190000', '180852.650000', '180853.110000', '180853.570000', '180854.030000', '180854.490000', '180854.950000', '180855.410000', '180855.870000', '180856.330000', '180856.790000', '180857.250000', '180857.710000', '180858.170000', '180858.630000', '180859.090000', '180859.550000', '180900.010000', '180900.470000', '180900.930000', '180901.390000', '180901.850000', '180902.310000', '180902.770000', '180903.230000', '180903.690000', '180904.150000', '180904.610000', '180905.070000', '180905.530000', '180905.990000', '180906.450000', '180906.910000', '180907.370000', '180907.830000', '180908.290000', '180908.750000', '180909.210000', '180909.670000', '180910.130000', '180910.590000', '180911.050000', '180911.510000', '180911.970000', '180912.430000', '180912.890000', '180913.350000', '180913.810000', '180914.270000', '180914.730000', '180915.190000', '180915.650000', '180916.110000', '180916.570000', '180917.030000', '180917.490000', '180917.950000', '180918.410000', '180918.870000', '180919.330000', '180919.790000', '180920.250000', '180920.710000', '180921.170000', '180921.630000', '180922.090000', '180922.550000', '180923.010000', '180923.470000', '180923.930000', '180924.390000', '180924.850000', '180925.310000', '180925.770000', '180926.230000', '180926.690000', '180927.150000', '180927.610000', '180928.070000', '180928.530000', '180928.990000', '180929.450000', '180929.910000', '180930.370000', '180930.830000', '180931.290000', '180931.750000', '180932.210000', '180932.670000', '180933.130000', '180933.590000', '180934.050000', '180934.510000', '180934.970000', '180935.430000', '180935.890000', '180936.350000', '180936.810000', '180937.270000', '180937.730000', '180938.190000', '180938.650000', '180939.110000', '180939.570000', '180940.030000', '180940.490000', '180940.950000', '180941.410000', '180941.870000', '180942.330000', '180942.790000', '180943.250000', '180943.710000', '180944.170000', '180944.630000', '180945.090000', '180945.550000', '180946.010000', '180946.470000', '180946.930000', '180947.390000', '180947.850000', '180948.310000', '180948.770000', '180949.230000', '180949.690000', '180950.150000', '180950.610000', '180951.070000', '180951.530000', '180951.990000', '180952.450000', '180952.910000', '180953.370000', '180953.830000', '180954.290000', '180954.750000', '180955.210000', '180955.670000', '180956.130000', '180956.590000', '180957.050000', '180957.510000', '180957.970000', '180958.430000', '180958.890000', '180959.350000', '180959.810000', '181000.270000', '181000.730000', '181001.190000', '181001.650000', '181002.110000', '181002.570000', '181003.030000', '181003.490000', '181003.950000', '181004.410000', '181004.870000', '181005.330000', '181005.790000', '181006.250000', '181006.710000', '181007.170000', '181007.630000', '181008.090000', '181008.550000', '181009.010000', '181009.470000', '181009.930000', '181010.390000', '181010.850000', '181011.310000', '181011.770000', '181012.230000', '181012.690000', '181013.150000', '181013.610000', '181014.070000', '181014.530000', '181014.990000', '181015.450000', '181015.910000', '181016.370000', '181016.830000', '181017.290000', '181017.750000', '181018.210000', '181018.670000', '181019.130000', '181019.590000', '181020.050000', '181020.510000', '181020.970000', '181021.430000', '181021.890000', '181022.350000', '181022.810000', '181023.270000', '181023.730000', '181024.190000', '181024.650000', '181025.110000', '181025.570000', '181026.030000', '181026.490000', '181026.950000', '181027.410000', '181027.870000', '181028.330000', '181028.790000', '181029.250000', '181029.710000', '181030.170000', '181030.630000', '181031.090000', '181031.550000', '181032.010000', '181032.470000', '181032.930000', '181033.390000', '181033.850000', '181034.310000', '181034.770000', '181035.230000', '181035.690000', '181036.150000', '181036.610000', '181037.070000', '181037.530000', '181037.990000', '181038.450000', '181038.910000', '181039.370000', '181039.830000', '181040.290000', '181040.750000', '181041.210000', '181041.670000', '181042.130000', '181042.590000', '181043.050000', '181043.510000', '181043.970000', '181044.430000', '181044.890000', '181045.350000', '181045.810000', '181046.270000', '181046.730000', '181047.190000', '181047.650000', '181048.110000', '181048.570000', '181049.030000', '181049.490000', '181049.950000', '181050.410000', '181050.870000', '181051.330000', '181051.790000', '181052.250000', '181052.710000', '181053.170000', '181053.630000', '181054.090000', '181054.550000', '181055.010000', '181055.470000', '181055.930000', '181056.390000', '181056.850000', '181057.310000', '181057.770000', '181058.230000', '181058.690000', '181059.150000', '181059.610000', '181100.070000', '181100.530000', '181100.990000', '181101.450000', '181101.910000', '181102.370000', '181102.830000', '181103.290000', '181103.750000', '181104.210000', '181104.670000', '181105.130000', '181105.590000', '181106.050000', '181106.510000', '181106.970000', '181107.430000', '181107.890000', '181108.350000', '181108.810000', '181109.270000', '181109.730000', '181110.190000', '181110.650000', '181111.110000', '181111.570000', '181112.030000', '181112.490000', '181112.950000', '181113.410000', '181113.870000', '181114.330000', '181114.790000', '181115.250000', '181115.710000', '181116.170000', '181116.630000', '181117.090000', '181117.550000', '181118.010000', '181118.470000', '181118.930000', '181119.390000', '181119.850000', '181120.310000', '181120.770000', '181121.230000', '181121.690000', '181122.150000', '181122.610000', '181123.070000', '181123.530000', '181123.990000', '181124.450000', '181124.910000', '181125.370000', '181125.830000', '181126.290000', '181126.750000', '181127.210000', '181127.670000', '181128.130000', '181128.590000', '181129.050000', '181129.510000', '181129.970000', '181130.430000', '181130.890000', '181131.350000', '181131.810000', '181132.270000', '181132.730000', '181133.190000', '181133.650000', '181134.110000', '181134.570000', '181135.030000', '181135.490000', '181135.950000', '181136.410000', '181136.870000', '181137.330000', '181137.790000', '181138.250000', '181138.710000', '181139.170000', '181139.630000', '181140.090000', '181140.550000', '181141.010000', '181141.470000', '181141.930000', '181142.390000', '181142.850000', '181143.310000', '181143.770000', '181144.230000', '181144.690000', '181145.150000', '181145.610000', '181146.070000', '181146.530000', '181146.990000', '181147.450000', '181147.910000', '181148.370000', '181148.830000', '181149.290000', '181149.750000', '181150.210000', '181150.670000', '181151.130000', '181151.590000', '181152.050000', '181152.510000', '181152.970000', '181153.430000', '181153.890000', '181154.350000', '181154.810000', '181155.270000', '181155.730000', '181156.190000', '181156.650000', '181157.110000', '181157.570000', '181158.030000', '181158.490000', '181158.950000', '181159.410000', '181159.870000', '181200.330000', '181200.790000', '181201.250000', '181201.710000', '181202.170000', '181202.630000', '181203.090000', '181203.550000', '181204.010000', '181204.470000', '181204.930000', '181205.390000', '181205.850000', '181206.310000', '181206.770000', '181207.230000', '181207.690000', '181208.150000', '181208.610000', '181209.070000', '181209.530000', '181209.990000', '181210.450000', '181210.910000', '181211.370000', '181211.830000', '181212.290000', '181212.750000', '181213.210000', '181213.670000', '181214.130000', '181214.590000', '181215.050000', '181215.510000', '181215.970000', '181216.430000', '181216.890000', '181217.350000', '181217.810000', '181218.270000', '181218.730000', '181219.190000', '181219.650000', '181220.110000', '181220.570000', '181221.030000', '181221.490000', '181221.950000', '181222.410000', '181222.870000', '181223.330000', '181223.790000', '181224.250000', '181224.710000', '181225.170000', '181225.630000', '181226.090000', '181226.550000', '181227.010000', '181227.470000', '181227.930000', '181228.390000', '181228.850000', '181229.310000', '181229.770000', '181230.230000', '181230.690000', '181231.150000', '181231.610000', '181232.070000', '181232.530000', '181232.990000', '181233.450000', '181233.910000', '181234.370000', '181234.830000', '181235.290000', '181235.750000', '181236.210000', '181236.670000', '181237.130000', '181237.590000', '181238.050000', '181238.510000', '181238.970000', '181239.430000', '181239.890000', '181240.350000', '181240.810000', '181241.270000', '181241.730000', '181242.190000', '181242.650000', '181243.110000', '181243.570000', '181244.030000', '181244.490000', '181244.950000', '181245.410000', '181245.870000', '181246.330000', '181246.790000', '181247.250000', '181247.710000', '181248.170000', '181248.630000', '181249.090000', '181249.550000', '181250.010000', '181250.470000', '181250.930000', '181251.390000', '181251.850000', '181252.310000', '181252.770000', '181253.230000', '181253.690000', '181254.150000', '181254.610000', '181255.070000', '181255.530000', '181255.990000', '181256.450000', '181256.910000', '181257.370000', '181257.830000', '181258.290000', '181258.750000', '181259.210000', '181259.670000', '181300.130000', '181300.590000', '181301.050000', '181301.510000', '181301.970000', '181302.430000', '181302.890000', '181303.350000', '181303.810000', '181304.270000', '181304.730000', '181305.190000', '181305.650000', '181306.110000', '181306.570000', '181307.030000', '181307.490000', '181307.950000', '181308.410000', '181308.870000', '181309.330000', '181309.790000', '181310.250000', '181310.710000', '181311.170000', '181311.630000', '181312.090000', '181312.550000', '181313.010000', '181313.470000', '181313.930000', '181314.390000', '181314.850000', '181315.310000', '181315.770000', '181316.230000', '181316.690000', '181317.150000', '181317.610000', '181318.070000', '181318.530000', '181318.990000', '181319.450000', '181319.910000', '181320.370000', '181320.830000', '181321.290000', '181321.750000', '181322.210000', '181322.670000', '181323.130000', '181323.590000', '181324.050000', '181324.510000', '181324.970000', '181325.430000', '181325.890000', '181326.350000', '181326.810000', '181327.270000', '181327.730000', '181328.190000', '181328.650000', '181329.110000', '181329.570000', '181330.030000', '181330.490000', '181330.950000', '181331.410000', '181331.870000', '181332.330000', '181332.790000', '181333.250000', '181333.710000', '181334.170000', '181334.630000', '181335.090000', '181335.550000', '181336.010000', '181336.470000', '181336.930000', '181337.390000', '181337.850000', '181338.310000', '181338.770000', '181339.230000', '181339.690000', '181340.150000', '181340.610000', '181341.070000', '181341.530000', '181341.990000', '181342.450000', '181342.910000', '181343.370000', '181343.830000', '181344.290000', '181344.750000', '181345.210000', '181345.670000', '181346.130000', '181346.590000', '181347.050000', '181347.510000', '181347.970000', '181348.430000', '181348.890000', '181349.350000', '181349.810000', '181350.270000', '181350.730000', '181351.190000', '181351.650000', '181352.110000', '181352.570000', '181353.030000', '181353.490000', '181353.950000', '181354.410000', '181354.870000', '181355.330000', '181355.790000', '181356.250000', '181356.710000', '181357.170000', '181357.630000', '181358.090000', '181358.550000', '181359.010000', '181359.470000', '181359.930000', '181400.390000', '181400.850000', '181401.310000', '181401.770000', '181402.230000', '181402.690000', '181403.150000', '181403.610000', '181404.070000', '181404.530000', '181404.990000', '181405.450000', '181405.910000', '181406.370000', '181406.830000', '181407.290000', '181407.750000', '181408.210000', '181408.670000', '181409.130000', '181409.590000', '181410.050000', '181410.510000', '181410.970000', '181411.430000', '181411.890000', '181412.350000', '181412.810000', '181413.270000', '181413.730000', '181414.190000', '181414.650000', '181415.110000', '181415.570000', '181416.030000', '181416.490000', '181416.950000', '181417.410000', '181417.870000', '181418.330000', '181418.790000', '181419.250000', '181419.710000', '181420.170000', '181420.630000', '181421.090000', '181421.550000', '181422.010000', '181422.470000', '181422.930000', '181423.390000', '181423.850000', '181424.310000', '181424.770000', '181425.230000', '181425.690000', '181426.150000', '181426.610000', '181427.070000', '181427.530000', '181427.990000', '181428.450000', '181428.910000', '181429.370000', '181429.830000', '181430.290000', '181430.750000', '181431.210000', '181431.670000', '181432.130000', '181432.590000', '181433.050000', '181433.510000', '181433.970000', '181434.430000', '181434.890000', '181435.350000', '181435.810000', '181436.270000', '181436.730000', '181437.190000', '181437.650000', '181438.110000', '181438.570000', '181439.030000', '181439.490000', '181439.950000', '181440.410000', '181440.870000', '181441.330000', '181441.790000', '181442.250000', '181442.710000', '181443.170000', '181443.630000', '181444.090000', '181444.550000', '181445.010000', '181445.470000', '181445.930000', '181446.390000', '181446.850000', '181447.310000', '181447.770000', '181448.230000', '181448.690000', '181449.150000', '181449.610000', '181450.070000', '181450.530000', '181450.990000', '181451.450000', '181451.910000', '181452.370000', '181452.830000', '181453.290000', '181453.750000', '181454.210000', '181454.670000', '181455.130000', '181455.590000', '181456.050000', '181456.510000', '181456.970000', '181457.430000', '181457.890000', '181458.350000', '181458.810000', '181459.270000', '181459.730000', '181500.190000', '181500.650000', '181501.110000', '181501.570000', '181502.030000', '181502.490000', '181502.950000', '181503.410000', '181503.870000', '181504.330000', '181504.790000', '181505.250000', '181505.710000', '181506.170000', '181506.630000', '181507.090000', '181507.550000', '181508.010000', '181508.470000', '181508.930000', '181509.390000', '181509.850000', '181510.310000', '181510.770000', '181511.230000', '181511.690000', '181512.150000', '181512.610000', '181513.070000', '181513.530000', '181513.990000', '181514.450000', '181514.910000', '181515.370000', '181515.830000', '181516.290000', '181516.750000', '181517.210000', '181517.670000', '181518.130000', '181518.590000', '181519.050000', '181519.510000', '181519.970000', '181520.430000', '181520.890000', '181521.350000', '181521.810000', '181522.270000', '181522.730000', '181523.190000', '181523.650000', '181524.110000', '181524.570000', '181525.030000', '181525.490000', '181525.950000', '181526.410000', '181526.870000'], 'ContentTime': ['180900.733000', '180900.736000', '180900.739000', '180900.742000', '180900.746000', '180900.749000', '180900.751000', '180900.754000', '180900.756000', '180900.759000', '180900.761000', '180900.764000', '180900.766000', '180900.769000', '180900.772000', '180900.774000', '180900.777000', '180900.779000', '180900.782000', '180900.784000', '180900.787000', '180900.789000', '180900.792000', '180900.794000', '180900.797000', '180900.805000', '180900.808000', '180900.810000', '180920.686000', '180920.689000', '180920.692000', '180920.694000', '180920.697000', '180920.699000', '180920.702000', '180920.704000', '180920.707000', '180920.709000', '180920.712000', '180920.714000', '180920.717000', '180920.719000', '180920.729000', '180920.731000', '180920.734000', '180920.737000', '180920.739000', '180920.742000', '180920.744000', '180920.747000', '180920.749000', '180920.752000', '180920.754000', '180920.757000', '180920.759000', '180920.762000', '180920.764000', '180920.767000', '180920.769000', '180920.772000', '180920.775000', '180920.777000', '180920.780000', '180920.788000', '180920.791000', '180920.793000', '180920.796000', '180920.799000', '180920.801000', '180920.804000', '180920.806000', '180920.809000', '180940.686000', '180940.689000', '180940.692000', '180940.694000', '180940.697000', '180940.699000', '180940.702000', '180940.705000', '180940.708000', '180940.710000', '180940.713000', '180940.715000', '180940.718000', '180940.721000', '180940.723000', '180940.726000', '180940.728000', '180940.731000', '180940.733000', '180940.736000', '180940.738000', '180940.741000', '180940.743000', '180940.746000', '180940.748000', '180940.753000', '180940.756000', '180940.758000', '180940.761000', '180940.763000', '180940.766000', '180940.768000', '180940.771000', '180940.778000', '180940.781000', '180940.783000', '180940.786000', '180940.789000', '180940.791000', '180940.794000', '180940.796000', '180940.799000', '180940.801000', '181000.686000', '181000.689000', '181000.692000', '181000.694000', '181000.697000', '181000.699000', '181000.702000', '181000.705000', '181000.707000', '181000.710000', '181000.712000', '181000.715000', '181000.717000', '181000.720000', '181000.723000', '181000.725000', '181000.728000', '181000.730000', '181000.733000', '181000.736000', '181000.738000', '181000.741000', '181000.743000', '181000.746000', '181000.748000', '181000.751000', '181000.754000', '181000.756000', '181000.759000', '181000.761000', '181000.764000', '181000.766000', '181000.769000', '181000.771000', '181000.774000', '181000.776000', '181000.779000', '181000.781000', '181000.784000', '181000.786000', '181000.789000', '181000.792000', '181000.794000', '181000.797000', '181020.688000', '181020.690000', '181020.693000', '181020.696000', '181020.698000', '181020.701000', '181020.703000', '181020.706000', '181020.708000', '181020.711000', '181020.713000', '181020.716000', '181020.719000', '181020.721000', '181020.724000', '181020.727000', '181020.730000', '181020.732000', '181020.735000', '181020.737000', '181020.740000', '181020.742000', '181020.745000', '181020.747000', '181020.750000', '181020.753000', '181020.755000', '181020.758000', '181020.760000', '181020.763000', '181020.765000', '181020.768000', '181020.770000', '181020.773000', '181020.775000', '181020.778000', '181020.780000', '181020.783000', '181020.791000', '181020.793000', '181020.796000', '181020.799000', '181020.831000', '181040.687000', '181040.690000', '181040.693000', '181040.695000', '181040.698000', '181040.701000', '181040.703000', '181040.706000', '181040.708000', '181040.711000', '181040.713000', '181040.716000', '181040.719000', '181040.721000', '181040.724000', '181040.726000', '181040.729000', '181040.731000', '181040.734000', '181040.736000', '181040.739000', '181040.741000', '181040.744000', '181040.746000', '181040.749000', '181040.752000', '181040.754000', '181040.757000', '181040.759000', '181040.762000', '181040.764000', '181040.767000', '181040.769000', '181040.772000', '181040.774000', '181040.777000', '181040.780000', '181040.782000', '181040.785000', '181040.787000', '181040.790000', '181040.792000', '181040.795000', '181040.798000', '181100.687000', '181100.690000', '181100.693000', '181100.695000', '181100.698000', '181100.701000', '181100.703000', '181100.706000', '181100.708000', '181100.711000', '181100.713000', '181100.716000', '181100.718000', '181100.721000', '181100.724000', '181100.726000', '181100.729000', '181100.731000', '181100.734000', '181100.736000', '181100.739000', '181100.741000', '181100.744000', '181100.746000', '181100.749000', '181100.752000', '181100.754000', '181100.757000', '181100.759000', '181100.762000', '181100.764000', '181100.767000', '181100.770000', '181100.773000', '181100.776000', '181100.779000', '181100.782000', '181100.784000', '181100.787000', '181100.790000', '181100.793000', '181100.795000', '181100.798000', '181120.686000', '181120.689000', '181120.692000', '181120.694000', '181120.697000', '181120.699000', '181120.702000', '181120.705000', '181120.707000', '181120.710000', '181120.712000', '181120.715000', '181120.717000', '181120.720000', '181120.722000', '181120.725000', '181120.728000', '181120.730000', '181120.733000', '181120.735000', '181120.738000', '181120.740000', '181120.743000', '181120.745000', '181120.748000', '181120.750000', '181120.753000', '181120.755000', '181120.758000', '181120.761000', '181120.763000', '181120.766000', '181120.769000', '181120.771000', '181120.774000', '181120.776000', '181120.779000', '181120.781000', '181120.784000', '181120.786000', '181120.789000', '181120.792000', '181120.794000', '181120.797000', '181140.686000', '181140.689000', '181140.692000', '181140.694000', '181140.697000', '181140.699000', '181140.702000', '181140.705000', '181140.707000', '181140.710000', '181140.712000', '181140.715000', '181140.717000', '181140.720000', '181140.723000', '181140.725000', '181140.728000', '181140.730000', '181140.733000', '181140.735000', '181140.738000', '181140.741000', '181140.743000', '181140.746000', '181140.749000', '181140.752000', '181140.755000', '181140.758000', '181140.760000', '181140.763000', '181140.765000', '181140.768000', '181140.770000', '181140.773000', '181140.775000', '181140.778000', '181140.780000', '181140.783000', '181140.786000', '181140.788000', '181140.791000', '181140.793000', '181140.796000', '181200.686000', '181200.689000', '181200.692000', '181200.694000', '181200.697000', '181200.699000', '181200.702000', '181200.704000', '181200.707000', '181200.710000', '181200.712000', '181200.715000', '181200.717000', '181200.720000', '181200.723000', '181200.725000', '181200.728000', '181200.730000', '181200.733000', '181200.735000', '181200.738000', '181200.740000', '181200.743000', '181200.745000', '181200.748000', '181200.751000', '181200.753000', '181200.756000', '181200.758000', '181200.761000', '181200.763000', '181200.766000', '181200.768000', '181200.771000', '181200.793000', '181200.796000', '181200.798000', '181200.801000', '181200.804000', '181200.806000', '181200.809000', '181200.811000', '181200.814000', '181200.816000', '181220.687000', '181220.689000', '181220.692000', '181220.695000', '181220.697000', '181220.700000', '181220.702000', '181220.705000', '181220.707000', '181220.710000', '181220.713000', '181220.715000', '181220.718000', '181220.720000', '181220.723000', '181220.725000', '181220.728000', '181220.730000', '181220.733000', '181220.736000', '181220.738000', '181220.741000', '181220.743000', '181220.746000', '181220.748000', '181220.751000', '181220.754000', '181220.756000', '181220.759000', '181220.761000', '181220.764000', '181220.767000', '181220.770000', '181220.773000', '181220.776000', '181220.778000', '181220.781000', '181220.783000', '181220.786000', '181220.788000', '181220.791000', '181220.793000', '181220.796000', '181240.687000', '181240.690000', '181240.693000', '181240.695000', '181240.698000', '181240.701000', '181240.703000', '181240.706000', '181240.708000', '181240.711000', '181240.713000', '181240.716000', '181240.718000', '181240.721000', '181240.723000', '181240.726000', '181240.729000', '181240.731000', '181240.734000', '181240.736000', '181240.739000', '181240.741000', '181240.744000', '181240.747000', '181240.749000', '181240.752000', '181240.754000', '181240.757000', '181240.759000', '181240.762000', '181240.764000', '181240.767000', '181240.770000', '181240.772000', '181240.775000', '181240.777000', '181240.780000', '181240.782000', '181240.785000', '181240.787000', '181240.790000', '181240.792000', '181240.795000', '181240.798000', '181300.688000', '181300.690000', '181300.693000', '181300.696000', '181300.698000', '181300.701000', '181300.703000', '181300.706000', '181300.709000', '181300.711000', '181300.714000', '181300.716000', '181300.719000', '181300.721000', '181300.724000', '181300.727000', '181300.729000', '181300.732000', '181300.734000', '181300.737000', '181300.740000', '181300.742000', '181300.745000', '181300.747000', '181300.750000', '181300.752000', '181300.755000', '181300.757000', '181300.760000', '181300.763000', '181300.765000', '181300.768000', '181300.770000', '181300.773000', '181300.776000', '181300.778000', '181300.781000', '181300.783000', '181300.786000', '181300.788000', '181300.791000', '181300.793000', '181300.796000', '181320.687000', '181320.690000', '181320.693000', '181320.696000', '181320.698000', '181320.701000', '181320.703000', '181320.706000', '181320.709000', '181320.711000', '181320.714000', '181320.716000', '181320.719000', '181320.721000', '181320.724000', '181320.727000', '181320.729000', '181320.732000', '181320.735000', '181320.737000', '181320.740000', '181320.742000', '181320.745000', '181320.747000', '181320.750000', '181320.752000', '181320.755000', '181320.758000', '181320.760000', '181320.763000', '181320.765000', '181320.768000', '181320.771000', '181320.773000', '181320.776000', '181320.778000', '181320.781000', '181320.783000', '181320.786000', '181320.788000', '181320.791000', '181320.794000', '181320.796000', '181320.799000', '181340.687000', '181340.700000', '181340.702000', '181340.705000', '181340.707000', '181340.710000', '181340.713000', '181340.715000', '181340.718000', '181340.720000', '181340.723000', '181340.725000', '181340.728000', '181340.730000', '181340.733000', '181340.736000', '181340.738000', '181340.741000', '181340.744000', '181340.746000', '181340.749000', '181340.751000', '181340.754000', '181340.756000', '181340.759000', '181340.761000', '181340.764000', '181340.767000', '181340.769000', '181340.772000', '181340.774000', '181340.777000', '181340.780000', '181340.782000', '181340.785000', '181340.787000', '181340.790000', '181340.792000', '181340.795000', '181340.797000', '181340.800000', '181340.803000', '181340.805000', '181400.687000', '181400.689000', '181400.692000', '181400.695000', '181400.697000', '181400.700000', '181400.702000', '181400.705000', '181400.708000', '181400.710000', '181400.713000', '181400.715000', '181400.718000', '181400.720000', '181400.723000', '181400.726000', '181400.728000', '181400.731000', '181400.733000', '181400.736000', '181400.738000', '181400.741000', '181400.744000', '181400.746000', '181400.749000', '181400.751000', '181400.754000', '181400.756000', '181400.759000', '181400.761000', '181400.764000', '181400.767000', '181400.769000', '181400.772000', '181400.774000', '181400.777000', '181400.779000', '181400.782000', '181400.785000', '181400.787000', '181400.790000', '181400.792000', '181400.795000', '181400.797000', '181420.686000', '181420.689000', '181420.692000', '181420.694000', '181420.697000', '181420.700000', '181420.702000', '181420.705000', '181420.707000', '181420.710000', '181420.712000', '181420.715000', '181420.718000', '181420.720000', '181420.723000', '181420.726000', '181420.728000', '181420.731000', '181420.733000', '181420.736000', '181420.738000', '181420.741000', '181420.744000', '181420.746000', '181420.749000', '181420.751000', '181420.754000', '181420.756000', '181420.759000', '181420.762000', '181420.764000', '181420.767000', '181420.769000', '181420.772000', '181420.774000', '181420.777000', '181420.779000', '181420.782000', '181420.785000', '181420.787000', '181420.790000', '181420.792000', '181420.795000', '181440.686000', '181440.689000', '181440.692000', '181440.694000', '181440.697000', '181440.700000', '181440.702000', '181440.705000', '181440.708000', '181440.710000', '181440.713000', '181440.715000', '181440.718000', '181440.721000', '181440.723000', '181440.726000', '181440.728000', '181440.731000', '181440.734000', '181440.736000', '181440.739000', '181440.741000', '181440.744000', '181440.746000', '181440.749000', '181440.752000', '181440.754000', '181440.757000', '181440.760000', '181440.762000', '181440.765000', '181440.767000', '181440.770000', '181440.772000', '181440.775000', '181440.777000', '181440.780000', '181440.783000', '181440.785000', '181440.788000', '181440.790000', '181440.793000', '181440.796000', '181440.798000', '181500.688000', '181500.690000', '181500.693000', '181500.696000', '181500.698000', '181500.701000', '181500.703000', '181500.706000', '181500.709000', '181500.711000', '181500.714000', '181500.716000', '181500.734000', '181500.737000', '181500.741000', '181500.744000', '181500.746000', '181500.749000', '181500.752000', '181500.754000', '181500.757000', '181500.759000', '181500.762000', '181500.764000', '181500.767000', '181500.770000', '181500.772000', '181500.775000', '181500.777000', '181500.780000', '181500.782000', '181500.785000', '181500.788000', '181500.790000', '181500.793000', '181500.795000', '181500.798000', '181500.876000', '181500.879000', '181500.881000', '181500.884000', '181500.887000', '181500.889000', '181520.687000', '181520.690000', '181520.693000', '181520.695000', '181520.698000', '181520.701000', '181520.703000', '181520.706000', '181520.708000', '181520.711000', '181520.713000', '181520.716000', '181520.719000', '181520.721000', '181520.724000', '181520.726000', '181520.729000', '181520.731000', '181520.734000', '181520.736000', '181520.739000', '181520.742000', '181520.744000', '181520.747000', '181520.749000', '181520.752000', '181520.755000', '181520.757000', '181520.760000', '181520.762000', '181520.765000', '181520.767000', '181520.770000', '181520.773000', '181520.775000', '181520.778000', '181520.781000', '181520.783000', '181520.786000', '181520.788000', '181520.791000', '181520.793000', '181520.796000', '181520.799000', '181528.470000', '181528.473000', '181528.476000', '181528.478000', '181528.481000', '181528.484000', '181528.487000', '181528.490000', '181528.493000', '181528.496000', '181528.499000', '181528.502000', '181528.505000', '181528.507000', '181528.510000', '181528.513000', '181528.516000'], 'InstanceCreationTime': ['180900.733000', '180900.736000', '180900.739000', '180900.742000', '180900.746000', '180900.749000', '180900.751000', '180900.754000', '180900.756000', '180900.759000', '180900.761000', '180900.764000', '180900.766000', '180900.769000', '180900.772000', '180900.774000', '180900.777000', '180900.779000', '180900.782000', '180900.784000', '180900.787000', '180900.789000', '180900.792000', '180900.794000', '180900.797000', '180900.805000', '180900.808000', '180900.810000', '180920.686000', '180920.689000', '180920.692000', '180920.694000', '180920.697000', '180920.699000', '180920.702000', '180920.704000', '180920.707000', '180920.709000', '180920.712000', '180920.714000', '180920.717000', '180920.719000', '180920.729000', '180920.731000', '180920.734000', '180920.737000', '180920.739000', '180920.742000', '180920.744000', '180920.747000', '180920.749000', '180920.752000', '180920.754000', '180920.757000', '180920.759000', '180920.762000', '180920.764000', '180920.767000', '180920.769000', '180920.772000', '180920.775000', '180920.777000', '180920.780000', '180920.788000', '180920.791000', '180920.793000', '180920.796000', '180920.799000', '180920.801000', '180920.804000', '180920.806000', '180920.809000', '180940.686000', '180940.689000', '180940.692000', '180940.694000', '180940.697000', '180940.699000', '180940.702000', '180940.705000', '180940.708000', '180940.710000', '180940.713000', '180940.715000', '180940.718000', '180940.721000', '180940.723000', '180940.726000', '180940.728000', '180940.731000', '180940.733000', '180940.736000', '180940.738000', '180940.741000', '180940.743000', '180940.746000', '180940.748000', '180940.753000', '180940.756000', '180940.758000', '180940.761000', '180940.763000', '180940.766000', '180940.768000', '180940.771000', '180940.778000', '180940.781000', '180940.783000', '180940.786000', '180940.789000', '180940.791000', '180940.794000', '180940.796000', '180940.799000', '180940.801000', '181000.686000', '181000.689000', '181000.692000', '181000.694000', '181000.697000', '181000.699000', '181000.702000', '181000.705000', '181000.707000', '181000.710000', '181000.712000', '181000.715000', '181000.717000', '181000.720000', '181000.723000', '181000.725000', '181000.728000', '181000.730000', '181000.733000', '181000.736000', '181000.738000', '181000.741000', '181000.743000', '181000.746000', '181000.748000', '181000.751000', '181000.754000', '181000.756000', '181000.759000', '181000.761000', '181000.764000', '181000.766000', '181000.769000', '181000.771000', '181000.774000', '181000.776000', '181000.779000', '181000.781000', '181000.784000', '181000.786000', '181000.789000', '181000.792000', '181000.794000', '181000.797000', '181020.688000', '181020.690000', '181020.693000', '181020.696000', '181020.698000', '181020.701000', '181020.703000', '181020.706000', '181020.708000', '181020.711000', '181020.713000', '181020.716000', '181020.719000', '181020.721000', '181020.724000', '181020.727000', '181020.730000', '181020.732000', '181020.735000', '181020.737000', '181020.740000', '181020.742000', '181020.745000', '181020.747000', '181020.750000', '181020.753000', '181020.755000', '181020.758000', '181020.760000', '181020.763000', '181020.765000', '181020.768000', '181020.770000', '181020.773000', '181020.775000', '181020.778000', '181020.780000', '181020.783000', '181020.791000', '181020.793000', '181020.796000', '181020.799000', '181020.831000', '181040.687000', '181040.690000', '181040.693000', '181040.695000', '181040.698000', '181040.701000', '181040.703000', '181040.706000', '181040.708000', '181040.711000', '181040.713000', '181040.716000', '181040.719000', '181040.721000', '181040.724000', '181040.726000', '181040.729000', '181040.731000', '181040.734000', '181040.736000', '181040.739000', '181040.741000', '181040.744000', '181040.746000', '181040.749000', '181040.752000', '181040.754000', '181040.757000', '181040.759000', '181040.762000', '181040.764000', '181040.767000', '181040.769000', '181040.772000', '181040.774000', '181040.777000', '181040.780000', '181040.782000', '181040.785000', '181040.787000', '181040.790000', '181040.792000', '181040.795000', '181040.798000', '181100.687000', '181100.690000', '181100.693000', '181100.695000', '181100.698000', '181100.701000', '181100.703000', '181100.706000', '181100.708000', '181100.711000', '181100.713000', '181100.716000', '181100.718000', '181100.721000', '181100.724000', '181100.726000', '181100.729000', '181100.731000', '181100.734000', '181100.736000', '181100.739000', '181100.741000', '181100.744000', '181100.746000', '181100.749000', '181100.752000', '181100.754000', '181100.757000', '181100.759000', '181100.762000', '181100.764000', '181100.767000', '181100.770000', '181100.773000', '181100.776000', '181100.779000', '181100.782000', '181100.784000', '181100.787000', '181100.790000', '181100.793000', '181100.795000', '181100.798000', '181120.686000', '181120.689000', '181120.692000', '181120.694000', '181120.697000', '181120.699000', '181120.702000', '181120.705000', '181120.707000', '181120.710000', '181120.712000', '181120.715000', '181120.717000', '181120.720000', '181120.722000', '181120.725000', '181120.728000', '181120.730000', '181120.733000', '181120.735000', '181120.738000', '181120.740000', '181120.743000', '181120.745000', '181120.748000', '181120.750000', '181120.753000', '181120.755000', '181120.758000', '181120.761000', '181120.763000', '181120.766000', '181120.769000', '181120.771000', '181120.774000', '181120.776000', '181120.779000', '181120.781000', '181120.784000', '181120.786000', '181120.789000', '181120.792000', '181120.794000', '181120.797000', '181140.686000', '181140.689000', '181140.692000', '181140.694000', '181140.697000', '181140.699000', '181140.702000', '181140.705000', '181140.707000', '181140.710000', '181140.712000', '181140.715000', '181140.717000', '181140.720000', '181140.723000', '181140.725000', '181140.728000', '181140.730000', '181140.733000', '181140.735000', '181140.738000', '181140.741000', '181140.743000', '181140.746000', '181140.749000', '181140.752000', '181140.755000', '181140.758000', '181140.760000', '181140.763000', '181140.765000', '181140.768000', '181140.770000', '181140.773000', '181140.775000', '181140.778000', '181140.780000', '181140.783000', '181140.786000', '181140.788000', '181140.791000', '181140.793000', '181140.796000', '181200.686000', '181200.689000', '181200.692000', '181200.694000', '181200.697000', '181200.699000', '181200.702000', '181200.704000', '181200.707000', '181200.710000', '181200.712000', '181200.715000', '181200.717000', '181200.720000', '181200.723000', '181200.725000', '181200.728000', '181200.730000', '181200.733000', '181200.735000', '181200.738000', '181200.740000', '181200.743000', '181200.745000', '181200.748000', '181200.751000', '181200.753000', '181200.756000', '181200.758000', '181200.761000', '181200.763000', '181200.766000', '181200.768000', '181200.771000', '181200.793000', '181200.796000', '181200.798000', '181200.801000', '181200.804000', '181200.806000', '181200.809000', '181200.811000', '181200.814000', '181200.816000', '181220.687000', '181220.689000', '181220.692000', '181220.695000', '181220.697000', '181220.700000', '181220.702000', '181220.705000', '181220.707000', '181220.710000', '181220.713000', '181220.715000', '181220.718000', '181220.720000', '181220.723000', '181220.725000', '181220.728000', '181220.730000', '181220.733000', '181220.736000', '181220.738000', '181220.741000', '181220.743000', '181220.746000', '181220.748000', '181220.751000', '181220.754000', '181220.756000', '181220.759000', '181220.761000', '181220.764000', '181220.767000', '181220.770000', '181220.773000', '181220.776000', '181220.778000', '181220.781000', '181220.783000', '181220.786000', '181220.788000', '181220.791000', '181220.793000', '181220.796000', '181240.687000', '181240.690000', '181240.693000', '181240.695000', '181240.698000', '181240.701000', '181240.703000', '181240.706000', '181240.708000', '181240.711000', '181240.713000', '181240.716000', '181240.718000', '181240.721000', '181240.723000', '181240.726000', '181240.729000', '181240.731000', '181240.734000', '181240.736000', '181240.739000', '181240.741000', '181240.744000', '181240.747000', '181240.749000', '181240.752000', '181240.754000', '181240.757000', '181240.759000', '181240.762000', '181240.764000', '181240.767000', '181240.770000', '181240.772000', '181240.775000', '181240.777000', '181240.780000', '181240.782000', '181240.785000', '181240.787000', '181240.790000', '181240.792000', '181240.795000', '181240.798000', '181300.688000', '181300.690000', '181300.693000', '181300.696000', '181300.698000', '181300.701000', '181300.703000', '181300.706000', '181300.709000', '181300.711000', '181300.714000', '181300.716000', '181300.719000', '181300.721000', '181300.724000', '181300.727000', '181300.729000', '181300.732000', '181300.734000', '181300.737000', '181300.740000', '181300.742000', '181300.745000', '181300.747000', '181300.750000', '181300.752000', '181300.755000', '181300.757000', '181300.760000', '181300.763000', '181300.765000', '181300.768000', '181300.770000', '181300.773000', '181300.776000', '181300.778000', '181300.781000', '181300.783000', '181300.786000', '181300.788000', '181300.791000', '181300.793000', '181300.796000', '181320.687000', '181320.690000', '181320.693000', '181320.696000', '181320.698000', '181320.701000', '181320.703000', '181320.706000', '181320.709000', '181320.711000', '181320.714000', '181320.716000', '181320.719000', '181320.721000', '181320.724000', '181320.727000', '181320.729000', '181320.732000', '181320.735000', '181320.737000', '181320.740000', '181320.742000', '181320.745000', '181320.747000', '181320.750000', '181320.752000', '181320.755000', '181320.758000', '181320.760000', '181320.763000', '181320.765000', '181320.768000', '181320.771000', '181320.773000', '181320.776000', '181320.778000', '181320.781000', '181320.783000', '181320.786000', '181320.788000', '181320.791000', '181320.794000', '181320.796000', '181320.799000', '181340.687000', '181340.700000', '181340.702000', '181340.705000', '181340.707000', '181340.710000', '181340.713000', '181340.715000', '181340.718000', '181340.720000', '181340.723000', '181340.725000', '181340.728000', '181340.730000', '181340.733000', '181340.736000', '181340.738000', '181340.741000', '181340.744000', '181340.746000', '181340.749000', '181340.751000', '181340.754000', '181340.756000', '181340.759000', '181340.761000', '181340.764000', '181340.767000', '181340.769000', '181340.772000', '181340.774000', '181340.777000', '181340.780000', '181340.782000', '181340.785000', '181340.787000', '181340.790000', '181340.792000', '181340.795000', '181340.797000', '181340.800000', '181340.803000', '181340.805000', '181400.687000', '181400.689000', '181400.692000', '181400.695000', '181400.697000', '181400.700000', '181400.702000', '181400.705000', '181400.708000', '181400.710000', '181400.713000', '181400.715000', '181400.718000', '181400.720000', '181400.723000', '181400.726000', '181400.728000', '181400.731000', '181400.733000', '181400.736000', '181400.738000', '181400.741000', '181400.744000', '181400.746000', '181400.749000', '181400.751000', '181400.754000', '181400.756000', '181400.759000', '181400.761000', '181400.764000', '181400.767000', '181400.769000', '181400.772000', '181400.774000', '181400.777000', '181400.779000', '181400.782000', '181400.785000', '181400.787000', '181400.790000', '181400.792000', '181400.795000', '181400.797000', '181420.686000', '181420.689000', '181420.692000', '181420.694000', '181420.697000', '181420.700000', '181420.702000', '181420.705000', '181420.707000', '181420.710000', '181420.712000', '181420.715000', '181420.718000', '181420.720000', '181420.723000', '181420.726000', '181420.728000', '181420.731000', '181420.733000', '181420.736000', '181420.738000', '181420.741000', '181420.744000', '181420.746000', '181420.749000', '181420.751000', '181420.754000', '181420.756000', '181420.759000', '181420.762000', '181420.764000', '181420.767000', '181420.769000', '181420.772000', '181420.774000', '181420.777000', '181420.779000', '181420.782000', '181420.785000', '181420.787000', '181420.790000', '181420.792000', '181420.795000', '181440.686000', '181440.689000', '181440.692000', '181440.694000', '181440.697000', '181440.700000', '181440.702000', '181440.705000', '181440.708000', '181440.710000', '181440.713000', '181440.715000', '181440.718000', '181440.721000', '181440.723000', '181440.726000', '181440.728000', '181440.731000', '181440.734000', '181440.736000', '181440.739000', '181440.741000', '181440.744000', '181440.746000', '181440.749000', '181440.752000', '181440.754000', '181440.757000', '181440.760000', '181440.762000', '181440.765000', '181440.767000', '181440.770000', '181440.772000', '181440.775000', '181440.777000', '181440.780000', '181440.783000', '181440.785000', '181440.788000', '181440.790000', '181440.793000', '181440.796000', '181440.798000', '181500.688000', '181500.690000', '181500.693000', '181500.696000', '181500.698000', '181500.701000', '181500.703000', '181500.706000', '181500.709000', '181500.711000', '181500.714000', '181500.716000', '181500.734000', '181500.737000', '181500.741000', '181500.744000', '181500.746000', '181500.749000', '181500.752000', '181500.754000', '181500.757000', '181500.759000', '181500.762000', '181500.764000', '181500.767000', '181500.770000', '181500.772000', '181500.775000', '181500.777000', '181500.780000', '181500.782000', '181500.785000', '181500.788000', '181500.790000', '181500.793000', '181500.795000', '181500.798000', '181500.876000', '181500.879000', '181500.881000', '181500.884000', '181500.887000', '181500.889000', '181520.687000', '181520.690000', '181520.693000', '181520.695000', '181520.698000', '181520.701000', '181520.703000', '181520.706000', '181520.708000', '181520.711000', '181520.713000', '181520.716000', '181520.719000', '181520.721000', '181520.724000', '181520.726000', '181520.729000', '181520.731000', '181520.734000', '181520.736000', '181520.739000', '181520.742000', '181520.744000', '181520.747000', '181520.749000', '181520.752000', '181520.755000', '181520.757000', '181520.760000', '181520.762000', '181520.765000', '181520.767000', '181520.770000', '181520.773000', '181520.775000', '181520.778000', '181520.781000', '181520.783000', '181520.786000', '181520.788000', '181520.791000', '181520.793000', '181520.796000', '181520.799000', '181528.470000', '181528.473000', '181528.476000', '181528.478000', '181528.481000', '181528.484000', '181528.487000', '181528.490000', '181528.493000', '181528.496000', '181528.499000', '181528.502000', '181528.505000', '181528.507000', '181528.510000', '181528.513000', '181528.516000'], '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': [9299, 8961, 8708, 8474, 8440, 8499, 8227, 8619, 8083, 8568, 8455, 8227, 8287, 8306, 8754, 8058, 8923, 7929, 9140, 8060, 8933, 8249, 9042, 8860, 9282, 10360, 9058, 8443, 9588, 8581, 9752, 8678, 9355, 8433, 8327, 8508, 8760, 8433, 10012, 8772, 10248, 8658, 9253, 8598, 9106, 8570, 8285, 9292, 9829, 8685, 9789, 9696, 8363, 9908, 8139, 9664, 8787, 8957, 8478, 8759, 8679, 10068, 8607, 9236, 8937, 9317, 8226, 9403, 8838, 8203, 8599, 8022, 8673, 8876, 9803, 8134, 9086, 8121, 8898, 8279, 10024, 9093, 9915, 9095, 10109, 9341, 9608, 8818, 10044, 8587, 9694, 8208, 9634, 9186, 9694, 9011, 10040, 7915, 10118, 9024, 9321, 9310, 9193, 8914, 8706, 8527, 8050, 7799, 8546, 8078, 8388, 8100, 8614, 7852, 8475, 7870, 8271, 8927, 8797, 9003, 8601, 8892, 8700, 9215, 8066, 8737, 8312, 8675, 8009, 8917, 8044, 9387, 7944, 8826, 8015, 8865, 8510, 9885, 8782, 9452, 9118, 10125, 8606, 8575, 9897, 10020, 9683, 10050, 8319, 9655, 9447, 9185, 9190, 8816, 9445, 9490, 8915, 8139, 9208, 8501, 8690, 8877, 8364, 8771, 8464, 9259, 8290, 9623, 8288, 9994, 8737, 9395, 8567, 8945, 8204, 9286, 8788, 9207, 8215, 9320, 8346, 8987, 8662, 9326, 8071, 9057, 9020, 9305, 9674, 9137, 9430, 9081, 9216, 8560, 9135, 8790, 7974, 9288, 9096, 8566, 9040, 8513, 8722, 8550, 9066, 8657, 9445, 8661, 8590, 8730, 9487, 8596, 10256, 9120, 9167, 8903, 9535, 9731, 7857, 9472, 8740, 9143, 8718, 8990, 8881, 8953, 9185, 9299, 8310, 9209, 9453, 9347, 9374, 9708, 8585, 9190, 7922, 9456, 8509, 9593, 8323, 9631, 7910, 9466, 8668, 9631, 8517, 9461, 7916, 9414, 8336, 9385, 8270, 9309, 8260, 9369, 8142, 8975, 8090, 8994, 8399, 9918, 8520, 9464, 8109, 8714, 8175, 8938, 8089, 9536, 8782, 8903, 7991, 8830, 8057, 9507, 8687, 8920, 8050, 8964, 7979, 8950, 7955, 9954, 8256, 8955, 8061, 8720, 7971, 8701, 7977, 9455, 8144, 9052, 7875, 8962, 7878, 9501, 8253, 9254, 8220, 8344, 8431, 9803, 8796, 9909, 8636, 9117, 9752, 8017, 9483, 7972, 9536, 8492, 9738, 8620, 8536, 8394, 9127, 8600, 9817, 9014, 8715, 8768, 9386, 8961, 9699, 9037, 9231, 8767, 10025, 8732, 9155, 9336, 8608, 8730, 9411, 8805, 8716, 8978, 8591, 9095, 8319, 9578, 8374, 9116, 7883, 9044, 8035, 9152, 8061, 9882, 7978, 9756, 7862, 8869, 7907, 8817, 8006, 8768, 8430, 9313, 7870, 9046, 7919, 8767, 7977, 10206, 8069, 9195, 8088, 8807, 8089, 9177, 7925, 8940, 7881, 9105, 7930, 9018, 7988, 9239, 7997, 8814, 7922, 8794, 7959, 9598, 7886, 8896, 7915, 8742, 7952, 8779, 8071, 9468, 8099, 8770, 8344, 8071, 8189, 9323, 8809, 8399, 8705, 8754, 8460, 8810, 9102, 8766, 9014, 7954, 9868, 8318, 8418, 8292, 8534, 8181, 8991, 8273, 7994, 8128, 8235, 8324, 9172, 7895, 8901, 8090, 8382, 7950, 8724, 7907, 9307, 7947, 9583, 7927, 9127, 8064, 9020, 8122, 9280, 8303, 8687, 7920, 8568, 8645, 8136, 9125, 8323, 9839, 8038, 9182, 7903, 9521, 8654, 9441, 8787, 8635, 8029, 7900, 9561, 7881, 8892, 7883, 9027, 7940, 9835, 8038, 9218, 7860, 8969, 8086, 8920, 8675, 8219, 9332, 8446, 8897, 8023, 8912, 8032, 9248, 8934, 9616, 8266, 8984, 7993, 8814, 8605, 8318, 8953, 7911, 8592, 7887, 9559, 8596, 9493, 7895, 9147, 7896, 9389, 8339, 9790, 7952, 9723, 8843, 9217, 8288, 9815, 8526, 9297, 8282, 9125, 8613, 9615, 9670, 9787, 8044, 9553, 8282, 9890, 9521, 9667, 9135, 9232, 9491, 8995, 9244, 10371, 8365, 9417, 7918, 10068, 8738, 9324, 8121, 9787, 9443, 9635, 9811, 9026, 9839, 8768, 9824, 8631, 10264, 8393, 9984, 7912, 9502, 7947, 9836, 7949, 9621, 8639, 10559, 7912, 9559, 8124, 9725, 8035, 9505, 9125, 10069, 8977, 9914, 8480, 9714, 8123, 9876, 9399, 8849, 10299, 9055, 9462, 9160, 9256, 9368, 9696, 8919, 10028, 9142, 9291, 9077, 9926, 8653, 10191, 8924, 9724, 9258, 9566, 9509, 9244, 9352, 9989, 9130, 9615, 9287, 9178, 9454, 9100, 9342, 9552, 9005, 9126, 9850, 8396, 9092, 9455, 10170, 8092, 10213, 8872, 8554, 9043, 9187, 8887, 8891, 9904, 9718, 8727, 8705, 9724, 8257, 9876, 8314, 10122, 7919, 10227, 8323, 9630, 8385, 10217, 8062, 10043, 8511, 10269, 8946, 10173, 9290, 8672, 7987, 8546, 8768, 8971, 8981, 7886, 8980, 7850, 9046, 7824, 9375, 7877, 9332, 7914, 9887, 7927, 8974, 8016, 9065, 8120, 9270, 8211, 9352, 8568, 9353, 8500, 9928, 7930, 8898, 7872, 9325, 7933, 9814, 7936, 9519, 7847, 9279, 7957, 8988, 8081, 9849, 8354, 9701, 8113, 9086, 8046, 9284, 7987, 8921, 8598, 9345, 7924, 9715, 8912, 9803, 8468, 9170, 8328, 9154, 8242, 9165, 9073, 8821, 8646, 9917, 7899, 9613, 8156, 9216, 7753, 8980, 8447, 10126, 8834, 9446, 8121, 9393, 7909, 9084, 8916, 9996, 8443, 9786, 8069, 9498, 8238, 10253, 8240, 9636, 8010, 9924, 8303, 10218, 7903, 9438, 7848, 9150, 8305, 10046, 8105, 10135, 8602, 9746, 8640, 9725, 8537, 9701, 8462, 8975, 9577, 8923, 9539, 8202, 9516, 8004, 9818, 8346, 10469, 8099, 10224, 8696, 9829, 8378, 10251, 8604, 9962, 8547, 9317, 9106, 10245, 9207, 9541, 9116, 9719, 8982, 10291, 8782, 9991, 9116, 9131, 9227, 9797, 9090, 10479, 9390, 9535, 9074, 9432, 9172, 10066, 8477, 9913, 8694, 9711, 8390, 10248, 8570, 10580, 8108, 9407, 9120, 10528, 8981, 10470, 8929, 9994, 9027, 9464, 9412, 10213, 9705, 8741, 10161, 8377, 10190, 8666, 10502, 8586, 10109, 8847, 9535, 9017, 10385, 8682, 10141, 10541, 9048, 10110, 8541, 10280, 8384, 10332, 8485, 10226, 8898, 10405, 9264, 8819, 8442, 9205, 9345, 9763, 9193, 8878, 9611, 8974, 9474, 10149, 9146, 8973, 9884, 8581, 9791, 8649, 10086, 8089, 10178, 8785, 9980, 8538, 10106, 8786, 10074, 8724, 9994, 8895, 7959, 8089, 9992, 8438, 9691], 'WindowCenter': [4597.0, 4559.0, 4541.0, 4528.0, 4518.0, 4524.0, 4516.0, 4515.0, 4516.0, 4533.0, 4518.0, 4519.0, 4504.0, 4502.0, 4503.0, 4495.0, 4505.0, 4493.0, 4510.0, 4496.0, 4506.0, 4494.0, 4506.0, 4494.0, 4517.0, 4518.0, 4507.0, 4491.0, 4516.0, 4520.0, 4543.0, 4519.0, 4520.0, 4508.0, 4508.0, 4503.0, 4507.0, 4504.0, 4529.0, 4509.0, 4532.0, 4508.0, 4519.0, 4503.0, 4505.0, 4507.0, 4508.0, 4516.0, 4530.0, 4519.0, 4531.0, 4532.0, 4522.0, 4528.0, 4520.0, 4531.0, 4508.0, 4518.0, 4497.0, 4508.0, 4508.0, 4525.0, 4498.0, 4506.0, 4505.0, 4505.0, 4482.0, 4504.0, 4507.0, 4499.0, 4495.0, 4483.0, 4493.0, 4504.0, 4516.0, 4496.0, 4507.0, 4495.0, 4491.0, 4482.0, 4503.0, 4495.0, 4518.0, 4507.0, 4518.0, 4504.0, 4512.0, 4507.0, 4518.0, 4505.0, 4516.0, 4495.0, 4515.0, 4504.0, 4516.0, 4518.0, 4531.0, 4498.0, 4541.0, 4527.0, 4529.0, 4535.0, 4531.0, 4537.0, 4535.0, 4537.0, 4513.0, 4506.0, 4525.0, 4505.0, 4508.0, 4488.0, 4496.0, 4474.0, 4486.0, 4473.0, 4487.0, 4496.0, 4486.0, 4486.0, 4485.0, 4483.0, 4487.0, 4487.0, 4462.0, 4472.0, 4474.0, 4473.0, 4459.0, 4475.0, 4464.0, 4487.0, 4464.0, 4486.0, 4467.0, 4488.0, 4473.0, 4489.0, 4504.0, 4512.0, 4490.0, 4514.0, 4520.0, 4519.0, 4522.0, 4515.0, 4515.0, 4529.0, 4506.0, 4531.0, 4528.0, 4519.0, 4514.0, 4518.0, 4513.0, 4516.0, 4506.0, 4496.0, 4504.0, 4493.0, 4494.0, 4504.0, 4491.0, 4506.0, 4494.0, 4516.0, 4493.0, 4529.0, 4517.0, 4540.0, 4518.0, 4517.0, 4505.0, 4514.0, 4493.0, 4514.0, 4501.0, 4516.0, 4491.0, 4514.0, 4491.0, 4502.0, 4505.0, 4515.0, 4494.0, 4504.0, 4504.0, 4513.0, 4527.0, 4517.0, 4516.0, 4513.0, 4516.0, 4506.0, 4516.0, 4506.0, 4507.0, 4515.0, 4513.0, 4518.0, 4518.0, 4514.0, 4519.0, 4519.0, 4544.0, 4517.0, 4529.0, 4517.0, 4523.0, 4517.0, 4532.0, 4521.0, 4539.0, 4531.0, 4525.0, 4517.0, 4529.0, 4531.0, 4496.0, 4526.0, 4505.0, 4515.0, 4503.0, 4513.0, 4516.0, 4516.0, 4517.0, 4519.0, 4508.0, 4530.0, 4514.0, 4519.0, 4514.0, 4526.0, 4515.0, 4525.0, 4504.0, 4527.0, 4506.0, 4514.0, 4504.0, 4525.0, 4508.0, 4526.0, 4513.0, 4525.0, 4519.0, 4525.0, 4510.0, 4530.0, 4505.0, 4518.0, 4507.0, 4519.0, 4509.0, 4528.0, 4494.0, 4517.0, 4490.0, 4517.0, 4495.0, 4528.0, 4519.0, 4517.0, 4496.0, 4506.0, 4490.0, 4506.0, 4495.0, 4516.0, 4505.0, 4516.0, 4491.0, 4502.0, 4494.0, 4516.0, 4505.0, 4506.0, 4490.0, 4503.0, 4493.0, 4518.0, 4503.0, 4526.0, 4506.0, 4516.0, 4497.0, 4506.0, 4494.0, 4506.0, 4496.0, 4527.0, 4497.0, 4517.0, 4496.0, 4515.0, 4495.0, 4526.0, 4508.0, 4517.0, 4507.0, 4519.0, 4507.0, 4530.0, 4511.0, 4528.0, 4515.0, 4530.0, 4530.0, 4505.0, 4528.0, 4496.0, 4517.0, 4508.0, 4517.0, 4506.0, 4506.0, 4494.0, 4505.0, 4506.0, 4516.0, 4507.0, 4518.0, 4506.0, 4516.0, 4507.0, 4517.0, 4517.0, 4517.0, 4507.0, 4528.0, 4518.0, 4518.0, 4518.0, 4507.0, 4507.0, 4517.0, 4518.0, 4517.0, 4518.0, 4517.0, 4517.0, 4507.0, 4529.0, 4515.0, 4519.0, 4506.0, 4515.0, 4491.0, 4505.0, 4495.0, 4514.0, 4496.0, 4516.0, 4495.0, 4504.0, 4492.0, 4503.0, 4492.0, 4503.0, 4507.0, 4515.0, 4495.0, 4516.0, 4495.0, 4505.0, 4495.0, 4539.0, 4503.0, 4528.0, 4495.0, 4516.0, 4495.0, 4516.0, 4497.0, 4518.0, 4502.0, 4515.0, 4491.0, 4516.0, 4502.0, 4516.0, 4495.0, 4516.0, 4519.0, 4514.0, 4502.0, 4527.0, 4503.0, 4515.0, 4496.0, 4513.0, 4492.0, 4517.0, 4506.0, 4528.0, 4497.0, 4507.0, 4506.0, 4495.0, 4505.0, 4516.0, 4505.0, 4504.0, 4506.0, 4507.0, 4509.0, 4507.0, 4503.0, 4503.0, 4517.0, 4507.0, 4528.0, 4507.0, 4505.0, 4494.0, 4494.0, 4494.0, 4517.0, 4505.0, 4495.0, 4493.0, 4495.0, 4493.0, 4514.0, 4495.0, 4517.0, 4495.0, 4505.0, 4493.0, 4504.0, 4493.0, 4516.0, 4505.0, 4527.0, 4507.0, 4528.0, 4514.0, 4528.0, 4505.0, 4514.0, 4506.0, 4501.0, 4495.0, 4504.0, 4517.0, 4496.0, 4515.0, 4504.0, 4526.0, 4496.0, 4516.0, 4494.0, 4515.0, 4505.0, 4515.0, 4506.0, 4502.0, 4508.0, 4506.0, 4528.0, 4506.0, 4515.0, 4502.0, 4517.0, 4503.0, 4526.0, 4507.0, 4517.0, 4495.0, 4516.0, 4492.0, 4504.0, 4506.0, 4506.0, 4516.0, 4493.0, 4505.0, 4490.0, 4504.0, 4492.0, 4514.0, 4514.0, 4516.0, 4506.0, 4512.0, 4506.0, 4515.0, 4518.0, 4530.0, 4518.0, 4496.0, 4505.0, 4494.0, 4515.0, 4505.0, 4527.0, 4495.0, 4512.0, 4506.0, 4528.0, 4514.0, 4538.0, 4508.0, 4527.0, 4512.0, 4516.0, 4506.0, 4527.0, 4517.0, 4517.0, 4507.0, 4516.0, 4506.0, 4527.0, 4527.0, 4526.0, 4496.0, 4515.0, 4504.0, 4526.0, 4527.0, 4526.0, 4517.0, 4517.0, 4527.0, 4517.0, 4516.0, 4528.0, 4507.0, 4526.0, 4495.0, 4528.0, 4509.0, 4520.0, 4506.0, 4525.0, 4516.0, 4528.0, 4529.0, 4517.0, 4515.0, 4492.0, 4512.0, 4503.0, 4513.0, 4493.0, 4513.0, 4483.0, 4501.0, 4481.0, 4501.0, 4479.0, 4498.0, 4490.0, 4512.0, 4478.0, 4500.0, 4481.0, 4501.0, 4479.0, 4500.0, 4513.0, 4514.0, 4505.0, 4525.0, 4503.0, 4514.0, 4505.0, 4513.0, 4515.0, 4518.0, 4525.0, 4504.0, 4504.0, 4502.0, 4503.0, 4502.0, 4513.0, 4505.0, 4528.0, 4516.0, 4516.0, 4502.0, 4526.0, 4505.0, 4539.0, 4517.0, 4527.0, 4516.0, 4515.0, 4515.0, 4515.0, 4514.0, 4526.0, 4505.0, 4516.0, 4513.0, 4504.0, 4514.0, 4501.0, 4501.0, 4513.0, 4505.0, 4513.0, 4515.0, 4495.0, 4506.0, 4504.0, 4515.0, 4494.0, 4536.0, 4505.0, 4497.0, 4494.0, 4496.0, 4498.0, 4510.0, 4528.0, 4529.0, 4509.0, 4508.0, 4515.0, 4493.0, 4512.0, 4480.0, 4510.0, 4480.0, 4515.0, 4500.0, 4520.0, 4499.0, 4527.0, 4496.0, 4516.0, 4494.0, 4526.0, 4519.0, 4529.0, 4507.0, 4515.0, 4514.0, 4525.0, 4515.0, 4522.0, 4524.0, 4498.0, 4513.0, 4492.0, 4503.0, 4478.0, 4515.0, 4492.0, 4515.0, 4497.0, 4527.0, 4496.0, 4504.0, 4493.0, 4499.0, 4482.0, 4516.0, 4493.0, 4514.0, 4505.0, 4518.0, 4518.0, 4541.0, 4509.0, 4519.0, 4503.0, 4515.0, 4495.0, 4528.0, 4498.0, 4517.0, 4491.0, 4515.0, 4495.0, 4516.0, 4491.0, 4526.0, 4496.0, 4517.0, 4494.0, 4528.0, 4505.0, 4527.0, 4519.0, 4527.0, 4505.0, 4517.0, 4495.0, 4517.0, 4516.0, 4526.0, 4507.0, 4524.0, 4501.0, 4526.0, 4513.0, 4509.0, 4518.0, 4509.0, 4508.0, 4530.0, 4509.0, 4529.0, 4508.0, 4517.0, 4496.0, 4515.0, 4501.0, 4526.0, 4505.0, 4516.0, 4495.0, 4505.0, 4493.0, 4504.0, 4506.0, 4527.0, 4507.0, 4517.0, 4496.0, 4516.0, 4505.0, 4537.0, 4505.0, 4528.0, 4506.0, 4529.0, 4521.0, 4540.0, 4507.0, 4530.0, 4497.0, 4517.0, 4493.0, 4528.0, 4497.0, 4527.0, 4505.0, 4516.0, 4494.0, 4514.0, 4494.0, 4503.0, 4492.0, 4493.0, 4504.0, 4494.0, 4514.0, 4492.0, 4515.0, 4482.0, 4512.0, 4492.0, 4527.0, 4495.0, 4528.0, 4501.0, 4528.0, 4508.0, 4531.0, 4507.0, 4527.0, 4508.0, 4529.0, 4519.0, 4541.0, 4520.0, 4517.0, 4505.0, 4507.0, 4505.0, 4515.0, 4496.0, 4518.0, 4507.0, 4517.0, 4516.0, 4515.0, 4506.0, 4526.0, 4507.0, 4515.0, 4505.0, 4507.0, 4505.0, 4529.0, 4497.0, 4528.0, 4507.0, 4516.0, 4497.0, 4528.0, 4508.0, 4542.0, 4510.0, 4529.0, 4517.0, 4530.0, 4511.0, 4531.0, 4516.0, 4530.0, 4502.0, 4516.0, 4517.0, 4529.0, 4518.0, 4508.0, 4527.0, 4497.0, 4527.0, 4505.0, 4528.0, 4505.0, 4527.0, 4505.0, 4515.0, 4504.0, 4525.0, 4508.0, 4530.0, 4528.0, 4504.0, 4515.0, 4495.0, 4516.0, 4495.0, 4517.0, 4507.0, 4516.0, 4506.0, 4526.0, 4519.0, 4519.0, 4507.0, 4515.0, 4513.0, 4516.0, 4514.0, 4517.0, 4514.0, 4505.0, 4515.0, 4525.0, 4508.0, 4507.0, 4518.0, 4507.0, 4517.0, 4505.0, 4528.0, 4498.0, 4529.0, 4507.0, 4517.0, 4507.0, 4527.0, 4494.0, 4515.0, 4491.0, 4527.0, 4529.0, 4505.0, 4496.0, 4528.0, 4507.0, 4515.0], 'WindowWidth': [10104.0, 10028.0, 9989.0, 9965.0, 9947.0, 9952.0, 9940.0, 9935.0, 9939.0, 9968.0, 9943.0, 9941.0, 9915.0, 9910.0, 9910.0, 9898.0, 9912.0, 9893.0, 9916.0, 9903.0, 9914.0, 9896.0, 9914.0, 9894.0, 9932.0, 9928.0, 9915.0, 9890.0, 9929.0, 9941.0, 9980.0, 9941.0, 9941.0, 9921.0, 9920.0, 9908.0, 9918.0, 9911.0, 9949.0, 9924.0, 9955.0, 9918.0, 9935.0, 9908.0, 9910.0, 9916.0, 9923.0, 9927.0, 9950.0, 9938.0, 9957.0, 9961.0, 9946.0, 9951.0, 9943.0, 9957.0, 9920.0, 9933.0, 9904.0, 9919.0, 9921.0, 9939.0, 9904.0, 9912.0, 9911.0, 9908.0, 9874.0, 9906.0, 9916.0, 9906.0, 9895.0, 9877.0, 9892.0, 9909.0, 9927.0, 9901.0, 9917.0, 9897.0, 9887.0, 9874.0, 9902.0, 9894.0, 9933.0, 9913.0, 9930.0, 9907.0, 9919.0, 9917.0, 9932.0, 9912.0, 9927.0, 9898.0, 9925.0, 9906.0, 9928.0, 9933.0, 9954.0, 9907.0, 9974.0, 9949.0, 9951.0, 9966.0, 9960.0, 9971.0, 9967.0, 9972.0, 9932.0, 9923.0, 9951.0, 9921.0, 9918.0, 9888.0, 9894.0, 9862.0, 9877.0, 9857.0, 9879.0, 9891.0, 9877.0, 9876.0, 9874.0, 9869.0, 9881.0, 9876.0, 9836.0, 9848.0, 9854.0, 9854.0, 9829.0, 9855.0, 9840.0, 9875.0, 9841.0, 9873.0, 9847.0, 9877.0, 9851.0, 9877.0, 9909.0, 9918.0, 9885.0, 9921.0, 9940.0, 9936.0, 9934.0, 9926.0, 9924.0, 9949.0, 9921.0, 9960.0, 9949.0, 9938.0, 9926.0, 9935.0, 9922.0, 9929.0, 9914.0, 9902.0, 9908.0, 9892.0, 9894.0, 9910.0, 9889.0, 9914.0, 9895.0, 9927.0, 9894.0, 9953.0, 9939.0, 9970.0, 9938.0, 9933.0, 9913.0, 9926.0, 9894.0, 9925.0, 9906.0, 9929.0, 9891.0, 9926.0, 9891.0, 9907.0, 9912.0, 9928.0, 9897.0, 9911.0, 9912.0, 9922.0, 9946.0, 9931.0, 9931.0, 9924.0, 9931.0, 9918.0, 9930.0, 9917.0, 9920.0, 9929.0, 9926.0, 9936.0, 9936.0, 9931.0, 9939.0, 9940.0, 9985.0, 9937.0, 9952.0, 9936.0, 9948.0, 9935.0, 9960.0, 9945.0, 9967.0, 9958.0, 9943.0, 9936.0, 9953.0, 9957.0, 9904.0, 9945.0, 9914.0, 9928.0, 9910.0, 9926.0, 9930.0, 9931.0, 9932.0, 9940.0, 9921.0, 9955.0, 9925.0, 9939.0, 9926.0, 9949.0, 9932.0, 9946.0, 9916.0, 9948.0, 9917.0, 9927.0, 9914.0, 9944.0, 9923.0, 9946.0, 9926.0, 9943.0, 9940.0, 9945.0, 9931.0, 9957.0, 9916.0, 9935.0, 9922.0, 9939.0, 9925.0, 9951.0, 9899.0, 9933.0, 9890.0, 9931.0, 9900.0, 9949.0, 9938.0, 9932.0, 9902.0, 9916.0, 9890.0, 9915.0, 9900.0, 9931.0, 9914.0, 9932.0, 9890.0, 9909.0, 9897.0, 9932.0, 9912.0, 9915.0, 9890.0, 9909.0, 9894.0, 9938.0, 9915.0, 9944.0, 9916.0, 9930.0, 9906.0, 9917.0, 9899.0, 9916.0, 9902.0, 9946.0, 9906.0, 9933.0, 9905.0, 9927.0, 9900.0, 9944.0, 9923.0, 9932.0, 9921.0, 9940.0, 9918.0, 9954.0, 9929.0, 9949.0, 9933.0, 9957.0, 9957.0, 9917.0, 9950.0, 9903.0, 9931.0, 9920.0, 9932.0, 9916.0, 9915.0, 9894.0, 9912.0, 9916.0, 9927.0, 9917.0, 9937.0, 9914.0, 9928.0, 9917.0, 9932.0, 9933.0, 9934.0, 9921.0, 9950.0, 9937.0, 9936.0, 9934.0, 9919.0, 9919.0, 9934.0, 9940.0, 9937.0, 9937.0, 9935.0, 9935.0, 9922.0, 9955.0, 9933.0, 9940.0, 9918.0, 9929.0, 9890.0, 9912.0, 9899.0, 9925.0, 9901.0, 9930.0, 9898.0, 9911.0, 9892.0, 9909.0, 9891.0, 9910.0, 9922.0, 9930.0, 9900.0, 9931.0, 9901.0, 9916.0, 9903.0, 9970.0, 9915.0, 9950.0, 9901.0, 9931.0, 9902.0, 9933.0, 9907.0, 9938.0, 9910.0, 9930.0, 9893.0, 9930.0, 9909.0, 9932.0, 9902.0, 9932.0, 9942.0, 9931.0, 9910.0, 9947.0, 9912.0, 9931.0, 9905.0, 9925.0, 9895.0, 9936.0, 9917.0, 9949.0, 9906.0, 9921.0, 9917.0, 9901.0, 9913.0, 9932.0, 9914.0, 9913.0, 9915.0, 9917.0, 9924.0, 9917.0, 9909.0, 9911.0, 9936.0, 9922.0, 9952.0, 9920.0, 9915.0, 9898.0, 9895.0, 9896.0, 9934.0, 9915.0, 9901.0, 9895.0, 9899.0, 9896.0, 9925.0, 9901.0, 9935.0, 9900.0, 9913.0, 9894.0, 9911.0, 9896.0, 9933.0, 9915.0, 9950.0, 9921.0, 9953.0, 9932.0, 9952.0, 9918.0, 9927.0, 9918.0, 9907.0, 9901.0, 9911.0, 9934.0, 9903.0, 9930.0, 9913.0, 9946.0, 9904.0, 9929.0, 9897.0, 9926.0, 9915.0, 9929.0, 9916.0, 9909.0, 9925.0, 9918.0, 9951.0, 9919.0, 9931.0, 9909.0, 9934.0, 9912.0, 9947.0, 9921.0, 9933.0, 9902.0, 9930.0, 9895.0, 9912.0, 9918.0, 9916.0, 9929.0, 9897.0, 9915.0, 9888.0, 9911.0, 9892.0, 9924.0, 9925.0, 9930.0, 9917.0, 9924.0, 9918.0, 9929.0, 9938.0, 9962.0, 9940.0, 9905.0, 9914.0, 9897.0, 9929.0, 9913.0, 9946.0, 9900.0, 9924.0, 9920.0, 9953.0, 9931.0, 9966.0, 9923.0, 9950.0, 9924.0, 9932.0, 9919.0, 9948.0, 9934.0, 9936.0, 9919.0, 9933.0, 9917.0, 9948.0, 9946.0, 9943.0, 9903.0, 9929.0, 9912.0, 9945.0, 9948.0, 9947.0, 9934.0, 9935.0, 9947.0, 9934.0, 9931.0, 9952.0, 9922.0, 9947.0, 9902.0, 9948.0, 9923.0, 9940.0, 9919.0, 9941.0, 9930.0, 9950.0, 9954.0, 9932.0, 9927.0, 9890.0, 9920.0, 9910.0, 9919.0, 9892.0, 9918.0, 9879.0, 9902.0, 9871.0, 9900.0, 9868.0, 9893.0, 9884.0, 9916.0, 9867.0, 9899.0, 9875.0, 9900.0, 9869.0, 9899.0, 9923.0, 9924.0, 9913.0, 9942.0, 9908.0, 9924.0, 9916.0, 9923.0, 9929.0, 9938.0, 9939.0, 9910.0, 9907.0, 9905.0, 9909.0, 9904.0, 9921.0, 9912.0, 9950.0, 9933.0, 9931.0, 9907.0, 9945.0, 9917.0, 9965.0, 9934.0, 9947.0, 9930.0, 9926.0, 9926.0, 9927.0, 9925.0, 9944.0, 9913.0, 9928.0, 9923.0, 9908.0, 9922.0, 9902.0, 9903.0, 9919.0, 9914.0, 9921.0, 9926.0, 9899.0, 9913.0, 9909.0, 9924.0, 9900.0, 9961.0, 9910.0, 9895.0, 9887.0, 9894.0, 9896.0, 9918.0, 9947.0, 9953.0, 9925.0, 9923.0, 9928.0, 9894.0, 9916.0, 9870.0, 9911.0, 9872.0, 9924.0, 9909.0, 9936.0, 9906.0, 9943.0, 9901.0, 9927.0, 9895.0, 9941.0, 9938.0, 9949.0, 9915.0, 9932.0, 9933.0, 9949.0, 9935.0, 9940.0, 9944.0, 9902.0, 9924.0, 9894.0, 9910.0, 9871.0, 9926.0, 9892.0, 9927.0, 9905.0, 9945.0, 9900.0, 9910.0, 9893.0, 9899.0, 9878.0, 9930.0, 9895.0, 9928.0, 9914.0, 9938.0, 9937.0, 9973.0, 9926.0, 9940.0, 9911.0, 9929.0, 9901.0, 9949.0, 9908.0, 9933.0, 9894.0, 9928.0, 9900.0, 9929.0, 9892.0, 9944.0, 9901.0, 9931.0, 9898.0, 9953.0, 9919.0, 9951.0, 9943.0, 9951.0, 9914.0, 9932.0, 9899.0, 9932.0, 9928.0, 9943.0, 9918.0, 9943.0, 9907.0, 9947.0, 9931.0, 9918.0, 9934.0, 9921.0, 9922.0, 9954.0, 9928.0, 9956.0, 9921.0, 9933.0, 9902.0, 9929.0, 9904.0, 9944.0, 9914.0, 9928.0, 9898.0, 9911.0, 9893.0, 9909.0, 9916.0, 9946.0, 9918.0, 9931.0, 9901.0, 9931.0, 9913.0, 9963.0, 9916.0, 9951.0, 9919.0, 9953.0, 9948.0, 9970.0, 9925.0, 9954.0, 9905.0, 9931.0, 9896.0, 9948.0, 9906.0, 9945.0, 9912.0, 9928.0, 9895.0, 9923.0, 9894.0, 9906.0, 9891.0, 9892.0, 9908.0, 9894.0, 9922.0, 9891.0, 9923.0, 9877.0, 9918.0, 9890.0, 9945.0, 9901.0, 9949.0, 9906.0, 9949.0, 9921.0, 9955.0, 9917.0, 9946.0, 9921.0, 9950.0, 9940.0, 9970.0, 9937.0, 9930.0, 9911.0, 9915.0, 9909.0, 9923.0, 9901.0, 9932.0, 9916.0, 9929.0, 9928.0, 9926.0, 9915.0, 9940.0, 9915.0, 9925.0, 9912.0, 9914.0, 9910.0, 9949.0, 9904.0, 9946.0, 9918.0, 9928.0, 9903.0, 9947.0, 9919.0, 9972.0, 9931.0, 9954.0, 9931.0, 9950.0, 9926.0, 9953.0, 9929.0, 9952.0, 9909.0, 9930.0, 9933.0, 9950.0, 9934.0, 9918.0, 9945.0, 9904.0, 9944.0, 9911.0, 9945.0, 9913.0, 9943.0, 9912.0, 9926.0, 9910.0, 9939.0, 9920.0, 9950.0, 9944.0, 9908.0, 9925.0, 9898.0, 9927.0, 9898.0, 9930.0, 9917.0, 9929.0, 9914.0, 9940.0, 9936.0, 9938.0, 9920.0, 9928.0, 9923.0, 9931.0, 9925.0, 9931.0, 9925.0, 9912.0, 9924.0, 9940.0, 9919.0, 9916.0, 9933.0, 9916.0, 9930.0, 9914.0, 9948.0, 9906.0, 9948.0, 9915.0, 9929.0, 9915.0, 9944.0, 9896.0, 9926.0, 9889.0, 9948.0, 9955.0, 9923.0, 9902.0, 9947.0, 9915.0, 9926.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.0014709414466130884</td></tr>
<tr><td colspan=3>aqi</td><td>0.01890010344431688</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.25209097588511</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.203151467908047</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0146435790344825</td></tr>
<tr><td colspan=3>efc</td><td>0.4547</td></tr>
<tr><td colspan=3>fber</td><td>7845.2178</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13235765117905543</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>153</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.56601607347876</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4291101800825454</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4105576698005535</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6677543909412336</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2090184795058483</td></tr>
<tr><td colspan=3>gcor</td><td>0.0105923</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018103506416082382</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02910655178129673</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.9034553745181344</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>29.1648</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.9501</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.6933</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306861.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>943.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>418.9384</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2738</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>622.1978</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3779.6799</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3982.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69683.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1320.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4972.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1020.1145</td></tr>
<tr><td colspan=3>tsnr</td><td>44.62949110311456</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>