<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0073_ses-01_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-0073_ses-01_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-01_subject-0073_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0073_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0073_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0073_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_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-01_subject-0073_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_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-01_subject-0073_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0073_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0073/figures/sub-0073_ses-01_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-0073/figures/sub-0073_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0073/figures/sub-0073_ses-01_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-0073/ses-01/func/sub-0073_ses-01_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>8a16d43fce859e04f071cbb9bc4e84bb</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>19:14:55.330000</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.998207, 0.00850271, -0.0592568, 0.00296173, 0.981635, 0.190746]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0955314</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>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7780, -7279, 622, -95, -313, 77, 102]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.026</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3942252d-b8a6-4992-b8be-2f0fc3fb63d4||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.678115129470825, 0.007946106605231762, -0.16143402457237244, 113.49669647216797], [-0.022812161594629288, 2.633654832839966, 0.5145638585090637, -95.60697937011719], [-0.158981591463089, -0.5117570757865906, 2.6455931663513184, -36.00532531738281], [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': ['191455.330000', '191455.790000', '191456.250000', '191456.710000', '191457.170000', '191457.630000', '191458.090000', '191458.550000', '191459.010000', '191459.470000', '191459.930000', '191500.390000', '191500.850000', '191501.310000', '191501.770000', '191502.230000', '191502.690000', '191503.150000', '191503.610000', '191504.070000', '191504.530000', '191504.990000', '191505.450000', '191505.910000', '191506.370000', '191506.830000', '191507.290000', '191507.750000', '191508.210000', '191508.670000', '191509.130000', '191509.590000', '191510.050000', '191510.510000', '191510.970000', '191511.430000', '191511.890000', '191512.350000', '191512.810000', '191513.270000', '191513.730000', '191514.190000', '191514.650000', '191515.110000', '191515.570000', '191516.030000', '191516.490000', '191516.950000', '191517.410000', '191517.870000', '191518.330000', '191518.790000', '191519.250000', '191519.710000', '191520.170000', '191520.630000', '191521.090000', '191521.550000', '191522.010000', '191522.470000', '191522.930000', '191523.390000', '191523.850000', '191524.310000', '191524.770000', '191525.230000', '191525.690000', '191526.150000', '191526.610000', '191527.070000', '191527.530000', '191527.990000', '191528.450000', '191528.910000', '191529.370000', '191529.830000', '191530.290000', '191530.750000', '191531.210000', '191531.670000', '191532.130000', '191532.590000', '191533.050000', '191533.510000', '191533.970000', '191534.430000', '191534.890000', '191535.350000', '191535.810000', '191536.270000', '191536.730000', '191537.190000', '191537.650000', '191538.110000', '191538.570000', '191539.030000', '191539.490000', '191539.950000', '191540.410000', '191540.870000', '191541.330000', '191541.790000', '191542.250000', '191542.710000', '191543.170000', '191543.630000', '191544.090000', '191544.550000', '191545.010000', '191545.470000', '191545.930000', '191546.390000', '191546.850000', '191547.310000', '191547.770000', '191548.230000', '191548.690000', '191549.150000', '191549.610000', '191550.070000', '191550.530000', '191550.990000', '191551.450000', '191551.910000', '191552.370000', '191552.830000', '191553.290000', '191553.750000', '191554.210000', '191554.670000', '191555.130000', '191555.590000', '191556.050000', '191556.510000', '191556.970000', '191557.430000', '191557.890000', '191558.350000', '191558.810000', '191559.270000', '191559.730000', '191600.190000', '191600.650000', '191601.110000', '191601.570000', '191602.030000', '191602.490000', '191602.950000', '191603.410000', '191603.870000', '191604.330000', '191604.790000', '191605.250000', '191605.710000', '191606.170000', '191606.630000', '191607.090000', '191607.550000', '191608.010000', '191608.470000', '191608.930000', '191609.390000', '191609.850000', '191610.310000', '191610.770000', '191611.230000', '191611.690000', '191612.150000', '191612.610000', '191613.070000', '191613.530000', '191613.990000', '191614.450000', '191614.910000', '191615.370000', '191615.830000', '191616.290000', '191616.750000', '191617.210000', '191617.670000', '191618.130000', '191618.590000', '191619.050000', '191619.510000', '191619.970000', '191620.430000', '191620.890000', '191621.350000', '191621.810000', '191622.270000', '191622.730000', '191623.190000', '191623.650000', '191624.110000', '191624.570000', '191625.030000', '191625.490000', '191625.950000', '191626.410000', '191626.870000', '191627.330000', '191627.790000', '191628.250000', '191628.710000', '191629.170000', '191629.630000', '191630.090000', '191630.550000', '191631.010000', '191631.470000', '191631.930000', '191632.390000', '191632.850000', '191633.310000', '191633.770000', '191634.230000', '191634.690000', '191635.150000', '191635.610000', '191636.070000', '191636.530000', '191636.990000', '191637.450000', '191637.910000', '191638.370000', '191638.830000', '191639.290000', '191639.750000', '191640.210000', '191640.670000', '191641.130000', '191641.590000', '191642.050000', '191642.510000', '191642.970000', '191643.430000', '191643.890000', '191644.350000', '191644.810000', '191645.270000', '191645.730000', '191646.190000', '191646.650000', '191647.110000', '191647.570000', '191648.030000', '191648.490000', '191648.950000', '191649.410000', '191649.870000', '191650.330000', '191650.790000', '191651.250000', '191651.710000', '191652.170000', '191652.630000', '191653.090000', '191653.550000', '191654.010000', '191654.470000', '191654.930000', '191655.390000', '191655.850000', '191656.310000', '191656.770000', '191657.230000', '191657.690000', '191658.150000', '191658.610000', '191659.070000', '191659.530000', '191659.990000', '191700.450000', '191700.910000', '191701.370000', '191701.830000', '191702.290000', '191702.750000', '191703.210000', '191703.670000', '191704.130000', '191704.590000', '191705.050000', '191705.510000', '191705.970000', '191706.430000', '191706.890000', '191707.350000', '191707.810000', '191708.270000', '191708.730000', '191709.190000', '191709.650000', '191710.110000', '191710.570000', '191711.030000', '191711.490000', '191711.950000', '191712.410000', '191712.870000', '191713.330000', '191713.790000', '191714.250000', '191714.710000', '191715.170000', '191715.630000', '191716.090000', '191716.550000', '191717.010000', '191717.470000', '191717.930000', '191718.390000', '191718.850000', '191719.310000', '191719.770000', '191720.230000', '191720.690000', '191721.150000', '191721.610000', '191722.070000', '191722.530000', '191722.990000', '191723.450000', '191723.910000', '191724.370000', '191724.830000', '191725.290000', '191725.750000', '191726.210000', '191726.670000', '191727.130000', '191727.590000', '191728.050000', '191728.510000', '191728.970000', '191729.430000', '191729.890000', '191730.350000', '191730.810000', '191731.270000', '191731.730000', '191732.190000', '191732.650000', '191733.110000', '191733.570000', '191734.030000', '191734.490000', '191734.950000', '191735.410000', '191735.870000', '191736.330000', '191736.790000', '191737.250000', '191737.710000', '191738.170000', '191738.630000', '191739.090000', '191739.550000', '191740.010000', '191740.470000', '191740.930000', '191741.390000', '191741.850000', '191742.310000', '191742.770000', '191743.230000', '191743.690000', '191744.150000', '191744.610000', '191745.070000', '191745.530000', '191745.990000', '191746.450000', '191746.910000', '191747.370000', '191747.830000', '191748.290000', '191748.750000', '191749.210000', '191749.670000', '191750.130000', '191750.590000', '191751.050000', '191751.510000', '191751.970000', '191752.430000', '191752.890000', '191753.350000', '191753.810000', '191754.270000', '191754.730000', '191755.190000', '191755.650000', '191756.110000', '191756.570000', '191757.030000', '191757.490000', '191757.950000', '191758.410000', '191758.870000', '191759.330000', '191759.790000', '191800.250000', '191800.710000', '191801.170000', '191801.630000', '191802.090000', '191802.550000', '191803.010000', '191803.470000', '191803.930000', '191804.390000', '191804.850000', '191805.310000', '191805.770000', '191806.230000', '191806.690000', '191807.150000', '191807.610000', '191808.070000', '191808.530000', '191808.990000', '191809.450000', '191809.910000', '191810.370000', '191810.830000', '191811.290000', '191811.750000', '191812.210000', '191812.670000', '191813.130000', '191813.590000', '191814.050000', '191814.510000', '191814.970000', '191815.430000', '191815.890000', '191816.350000', '191816.810000', '191817.270000', '191817.730000', '191818.190000', '191818.650000', '191819.110000', '191819.570000', '191820.030000', '191820.490000', '191820.950000', '191821.410000', '191821.870000', '191822.330000', '191822.790000', '191823.250000', '191823.710000', '191824.170000', '191824.630000', '191825.090000', '191825.550000', '191826.010000', '191826.470000', '191826.930000', '191827.390000', '191827.850000', '191828.310000', '191828.770000', '191829.230000', '191829.690000', '191830.150000', '191830.610000', '191831.070000', '191831.530000', '191831.990000', '191832.450000', '191832.910000', '191833.370000', '191833.830000', '191834.290000', '191834.750000', '191835.210000', '191835.670000', '191836.130000', '191836.590000', '191837.050000', '191837.510000', '191837.970000', '191838.430000', '191838.890000', '191839.350000', '191839.810000', '191840.270000', '191840.730000', '191841.190000', '191841.650000', '191842.110000', '191842.570000', '191843.030000', '191843.490000', '191843.950000', '191844.410000', '191844.870000', '191845.330000', '191845.790000', '191846.250000', '191846.710000', '191847.170000', '191847.630000', '191848.090000', '191848.550000', '191849.010000', '191849.470000', '191849.930000', '191850.390000', '191850.850000', '191851.310000', '191851.770000', '191852.230000', '191852.690000', '191853.150000', '191853.610000', '191854.070000', '191854.530000', '191854.990000', '191855.450000', '191855.910000', '191856.370000', '191856.830000', '191857.290000', '191857.750000', '191858.210000', '191858.670000', '191859.130000', '191859.590000', '191900.050000', '191900.510000', '191900.970000', '191901.430000', '191901.890000', '191902.350000', '191902.810000', '191903.270000', '191903.730000', '191904.190000', '191904.650000', '191905.110000', '191905.570000', '191906.030000', '191906.490000', '191906.950000', '191907.410000', '191907.870000', '191908.330000', '191908.790000', '191909.250000', '191909.710000', '191910.170000', '191910.630000', '191911.090000', '191911.550000', '191912.010000', '191912.470000', '191912.930000', '191913.390000', '191913.850000', '191914.310000', '191914.770000', '191915.230000', '191915.690000', '191916.150000', '191916.610000', '191917.070000', '191917.530000', '191917.990000', '191918.450000', '191918.910000', '191919.370000', '191919.830000', '191920.290000', '191920.750000', '191921.210000', '191921.670000', '191922.130000', '191922.590000', '191923.050000', '191923.510000', '191923.970000', '191924.430000', '191924.890000', '191925.350000', '191925.810000', '191926.270000', '191926.730000', '191927.190000', '191927.650000', '191928.110000', '191928.570000', '191929.030000', '191929.490000', '191929.950000', '191930.410000', '191930.870000', '191931.330000', '191931.790000', '191932.250000', '191932.710000', '191933.170000', '191933.630000', '191934.090000', '191934.550000', '191935.010000', '191935.470000', '191935.930000', '191936.390000', '191936.850000', '191937.310000', '191937.770000', '191938.230000', '191938.690000', '191939.150000', '191939.610000', '191940.070000', '191940.530000', '191940.990000', '191941.450000', '191941.910000', '191942.370000', '191942.830000', '191943.290000', '191943.750000', '191944.210000', '191944.670000', '191945.130000', '191945.590000', '191946.050000', '191946.510000', '191946.970000', '191947.430000', '191947.890000', '191948.350000', '191948.810000', '191949.270000', '191949.730000', '191950.190000', '191950.650000', '191951.110000', '191951.570000', '191952.030000', '191952.490000', '191952.950000', '191953.410000', '191953.870000', '191954.330000', '191954.790000', '191955.250000', '191955.710000', '191956.170000', '191956.630000', '191957.090000', '191957.550000', '191958.010000', '191958.470000', '191958.930000', '191959.390000', '191959.850000', '192000.310000', '192000.770000', '192001.230000', '192001.690000', '192002.150000', '192002.610000', '192003.070000', '192003.530000', '192003.990000', '192004.450000', '192004.910000', '192005.370000', '192005.830000', '192006.290000', '192006.750000', '192007.210000', '192007.670000', '192008.130000', '192008.590000', '192009.050000', '192009.510000', '192009.970000', '192010.430000', '192010.890000', '192011.350000', '192011.810000', '192012.270000', '192012.730000', '192013.190000', '192013.650000', '192014.110000', '192014.570000', '192015.030000', '192015.490000', '192015.950000', '192016.410000', '192016.870000', '192017.330000', '192017.790000', '192018.250000', '192018.710000', '192019.170000', '192019.630000', '192020.090000', '192020.550000', '192021.010000', '192021.470000', '192021.930000', '192022.390000', '192022.850000', '192023.310000', '192023.770000', '192024.230000', '192024.690000', '192025.150000', '192025.610000', '192026.070000', '192026.530000', '192026.990000', '192027.450000', '192027.910000', '192028.370000', '192028.830000', '192029.290000', '192029.750000', '192030.210000', '192030.670000', '192031.130000', '192031.590000', '192032.050000', '192032.510000', '192032.970000', '192033.430000', '192033.890000', '192034.350000', '192034.810000', '192035.270000', '192035.730000', '192036.190000', '192036.650000', '192037.110000', '192037.570000', '192038.030000', '192038.490000', '192038.950000', '192039.410000', '192039.870000', '192040.330000', '192040.790000', '192041.250000', '192041.710000', '192042.170000', '192042.630000', '192043.090000', '192043.550000', '192044.010000', '192044.470000', '192044.930000', '192045.390000', '192045.850000', '192046.310000', '192046.770000', '192047.230000', '192047.690000', '192048.150000', '192048.610000', '192049.070000', '192049.530000', '192049.990000', '192050.450000', '192050.910000', '192051.370000', '192051.830000', '192052.290000', '192052.750000', '192053.210000', '192053.670000', '192054.130000', '192054.590000', '192055.050000', '192055.510000', '192055.970000', '192056.430000', '192056.890000', '192057.350000', '192057.810000', '192058.270000', '192058.730000', '192059.190000', '192059.650000', '192100.110000', '192100.570000', '192101.030000', '192101.490000', '192101.950000', '192102.410000', '192102.870000', '192103.330000', '192103.790000', '192104.250000', '192104.710000', '192105.170000', '192105.630000', '192106.090000', '192106.550000', '192107.010000', '192107.470000', '192107.930000', '192108.390000', '192108.850000', '192109.310000', '192109.770000', '192110.230000', '192110.690000', '192111.150000', '192111.610000', '192112.070000', '192112.530000', '192112.990000', '192113.450000', '192113.910000', '192114.370000', '192114.830000', '192115.290000', '192115.750000', '192116.210000', '192116.670000', '192117.130000', '192117.590000', '192118.050000', '192118.510000', '192118.970000', '192119.430000', '192119.890000', '192120.350000', '192120.810000', '192121.270000', '192121.730000', '192122.190000', '192122.650000', '192123.110000', '192123.570000', '192124.030000', '192124.490000', '192124.950000', '192125.410000', '192125.870000', '192126.330000', '192126.790000', '192127.250000', '192127.710000', '192128.170000', '192128.630000', '192129.090000', '192129.550000', '192130.010000', '192130.470000', '192130.930000', '192131.390000', '192131.850000', '192132.310000', '192132.770000', '192133.230000', '192133.690000', '192134.150000', '192134.610000', '192135.070000', '192135.530000', '192135.990000'], 'ContentTime': ['191511.679000', '191511.682000', '191511.685000', '191511.688000', '191511.690000', '191511.693000', '191511.695000', '191511.698000', '191511.708000', '191511.710000', '191511.713000', '191511.716000', '191511.718000', '191511.721000', '191511.723000', '191511.735000', '191511.738000', '191511.741000', '191511.743000', '191511.746000', '191511.749000', '191511.751000', '191511.754000', '191511.756000', '191511.759000', '191511.770000', '191511.772000', '191511.775000', '191511.778000', '191511.780000', '191511.783000', '191511.785000', '191511.788000', '191531.619000', '191531.622000', '191531.628000', '191531.631000', '191531.634000', '191531.636000', '191531.639000', '191531.641000', '191531.644000', '191531.647000', '191531.649000', '191531.652000', '191531.654000', '191531.657000', '191531.660000', '191531.662000', '191531.665000', '191531.668000', '191531.670000', '191531.673000', '191531.675000', '191531.678000', '191531.681000', '191531.683000', '191531.686000', '191531.689000', '191531.697000', '191531.700000', '191531.702000', '191531.705000', '191531.708000', '191531.711000', '191531.713000', '191531.716000', '191531.718000', '191531.721000', '191531.723000', '191531.726000', '191531.729000', '191531.731000', '191531.734000', '191531.737000', '191531.739000', '191531.742000', '191551.620000', '191551.623000', '191551.625000', '191551.628000', '191551.631000', '191551.633000', '191551.636000', '191551.638000', '191551.641000', '191551.654000', '191551.656000', '191551.659000', '191551.662000', '191551.664000', '191551.667000', '191551.669000', '191551.672000', '191551.675000', '191551.677000', '191551.680000', '191551.683000', '191551.685000', '191551.688000', '191551.691000', '191551.693000', '191551.696000', '191551.698000', '191551.701000', '191551.704000', '191551.706000', '191551.709000', '191551.712000', '191551.714000', '191551.717000', '191551.719000', '191551.722000', '191551.725000', '191551.727000', '191551.730000', '191551.732000', '191551.735000', '191551.738000', '191551.740000', '191611.619000', '191611.622000', '191611.625000', '191611.628000', '191611.630000', '191611.633000', '191611.636000', '191611.638000', '191611.641000', '191611.643000', '191611.646000', '191611.649000', '191611.651000', '191611.654000', '191611.657000', '191611.659000', '191611.662000', '191611.665000', '191611.668000', '191611.671000', '191611.674000', '191611.678000', '191611.680000', '191611.683000', '191611.686000', '191611.688000', '191611.691000', '191611.693000', '191611.696000', '191611.699000', '191611.701000', '191611.704000', '191611.707000', '191611.709000', '191611.712000', '191611.723000', '191611.726000', '191611.728000', '191611.731000', '191611.734000', '191611.736000', '191611.739000', '191611.742000', '191631.620000', '191631.622000', '191631.625000', '191631.628000', '191631.631000', '191631.633000', '191631.636000', '191631.639000', '191631.641000', '191631.644000', '191631.646000', '191631.649000', '191631.652000', '191631.654000', '191631.666000', '191631.669000', '191631.671000', '191631.674000', '191631.676000', '191631.679000', '191631.682000', '191631.684000', '191631.687000', '191631.690000', '191631.692000', '191631.695000', '191631.698000', '191631.700000', '191631.703000', '191631.706000', '191631.708000', '191631.711000', '191631.714000', '191631.716000', '191631.719000', '191631.722000', '191631.725000', '191631.727000', '191631.730000', '191631.732000', '191631.735000', '191631.738000', '191631.740000', '191631.743000', '191651.619000', '191651.622000', '191651.624000', '191651.627000', '191651.630000', '191651.633000', '191651.635000', '191651.638000', '191651.640000', '191651.643000', '191651.646000', '191651.648000', '191651.651000', '191651.654000', '191651.656000', '191651.659000', '191651.661000', '191651.664000', '191651.667000', '191651.670000', '191651.672000', '191651.675000', '191651.678000', '191651.680000', '191651.683000', '191651.693000', '191651.696000', '191651.699000', '191651.703000', '191651.706000', '191651.708000', '191651.711000', '191651.714000', '191651.716000', '191651.719000', '191651.721000', '191651.724000', '191651.727000', '191651.729000', '191651.732000', '191651.735000', '191651.737000', '191651.740000', '191711.618000', '191711.621000', '191711.624000', '191711.627000', '191711.630000', '191711.632000', '191711.635000', '191711.638000', '191711.640000', '191711.643000', '191711.646000', '191711.648000', '191711.651000', '191711.653000', '191711.656000', '191711.659000', '191711.661000', '191711.664000', '191711.667000', '191711.669000', '191711.672000', '191711.675000', '191711.678000', '191711.680000', '191711.683000', '191711.685000', '191711.688000', '191711.691000', '191711.693000', '191711.696000', '191711.699000', '191711.701000', '191711.704000', '191711.707000', '191711.710000', '191711.712000', '191711.715000', '191711.717000', '191711.720000', '191711.723000', '191711.725000', '191711.728000', '191711.731000', '191711.733000', '191731.619000', '191731.622000', '191731.625000', '191731.633000', '191731.636000', '191731.638000', '191731.641000', '191731.644000', '191731.646000', '191731.649000', '191731.651000', '191731.654000', '191731.657000', '191731.660000', '191731.662000', '191731.665000', '191731.668000', '191731.670000', '191731.673000', '191731.676000', '191731.678000', '191731.681000', '191731.684000', '191731.686000', '191731.689000', '191731.691000', '191731.694000', '191731.697000', '191731.700000', '191731.702000', '191731.705000', '191731.708000', '191731.710000', '191731.713000', '191731.716000', '191731.719000', '191731.722000', '191731.725000', '191731.729000', '191731.732000', '191731.735000', '191731.737000', '191731.740000', '191751.620000', '191751.623000', '191751.626000', '191751.629000', '191751.631000', '191751.634000', '191751.637000', '191751.640000', '191751.642000', '191751.645000', '191751.647000', '191751.650000', '191751.653000', '191751.655000', '191751.658000', '191751.661000', '191751.663000', '191751.666000', '191751.669000', '191751.671000', '191751.674000', '191751.676000', '191751.679000', '191751.682000', '191751.684000', '191751.687000', '191751.690000', '191751.692000', '191751.695000', '191751.697000', '191751.700000', '191751.713000', '191751.716000', '191751.719000', '191751.721000', '191751.724000', '191751.727000', '191751.730000', '191751.732000', '191751.735000', '191751.737000', '191751.740000', '191751.743000', '191751.745000', '191811.620000', '191811.623000', '191811.625000', '191811.628000', '191811.631000', '191811.633000', '191811.636000', '191811.639000', '191811.641000', '191811.644000', '191811.646000', '191811.649000', '191811.652000', '191811.654000', '191811.657000', '191811.660000', '191811.662000', '191811.665000', '191811.668000', '191811.670000', '191811.673000', '191811.676000', '191811.678000', '191811.681000', '191811.683000', '191811.686000', '191811.689000', '191811.691000', '191811.694000', '191811.697000', '191811.699000', '191811.702000', '191811.705000', '191811.707000', '191811.710000', '191811.712000', '191811.715000', '191811.718000', '191811.720000', '191811.723000', '191811.726000', '191811.729000', '191811.732000', '191831.620000', '191831.622000', '191831.625000', '191831.628000', '191831.631000', '191831.633000', '191831.636000', '191831.638000', '191831.641000', '191831.644000', '191831.646000', '191831.649000', '191831.652000', '191831.654000', '191831.657000', '191831.660000', '191831.662000', '191831.665000', '191831.668000', '191831.670000', '191831.673000', '191831.675000', '191831.678000', '191831.681000', '191831.683000', '191831.686000', '191831.689000', '191831.691000', '191831.694000', '191831.697000', '191831.699000', '191831.702000', '191831.704000', '191831.707000', '191831.710000', '191831.712000', '191831.715000', '191831.718000', '191831.720000', '191831.723000', '191831.725000', '191831.728000', '191831.731000', '191831.733000', '191851.620000', '191851.623000', '191851.626000', '191851.629000', '191851.632000', '191851.634000', '191851.637000', '191851.640000', '191851.642000', '191851.645000', '191851.648000', '191851.650000', '191851.653000', '191851.656000', '191851.658000', '191851.661000', '191851.664000', '191851.666000', '191851.669000', '191851.671000', '191851.674000', '191851.677000', '191851.679000', '191851.682000', '191851.685000', '191851.687000', '191851.690000', '191851.693000', '191851.695000', '191851.698000', '191851.701000', '191851.703000', '191851.706000', '191851.709000', '191851.711000', '191851.714000', '191851.716000', '191851.719000', '191851.722000', '191851.725000', '191851.727000', '191851.730000', '191851.733000', '191911.619000', '191911.621000', '191911.624000', '191911.627000', '191911.629000', '191911.632000', '191911.635000', '191911.638000', '191911.640000', '191911.643000', '191911.645000', '191911.648000', '191911.651000', '191911.653000', '191911.656000', '191911.659000', '191911.661000', '191911.664000', '191911.666000', '191911.669000', '191911.672000', '191911.674000', '191911.677000', '191911.680000', '191911.682000', '191911.685000', '191911.688000', '191911.699000', '191911.702000', '191911.704000', '191911.707000', '191911.710000', '191911.712000', '191911.715000', '191911.718000', '191911.720000', '191911.723000', '191911.726000', '191911.728000', '191911.731000', '191911.734000', '191911.736000', '191911.739000', '191911.742000', '191931.618000', '191931.621000', '191931.624000', '191931.627000', '191931.629000', '191931.632000', '191931.635000', '191931.637000', '191931.640000', '191931.643000', '191931.645000', '191931.648000', '191931.651000', '191931.653000', '191931.656000', '191931.659000', '191931.661000', '191931.664000', '191931.667000', '191931.669000', '191931.672000', '191931.675000', '191931.677000', '191931.680000', '191931.683000', '191931.685000', '191931.688000', '191931.691000', '191931.693000', '191931.696000', '191931.699000', '191931.701000', '191931.704000', '191931.706000', '191931.709000', '191931.712000', '191931.714000', '191931.717000', '191931.720000', '191931.722000', '191931.725000', '191931.727000', '191931.730000', '191951.620000', '191951.623000', '191951.625000', '191951.628000', '191951.631000', '191951.633000', '191951.636000', '191951.639000', '191951.641000', '191951.644000', '191951.647000', '191951.649000', '191951.652000', '191951.655000', '191951.657000', '191951.660000', '191951.663000', '191951.665000', '191951.674000', '191951.676000', '191951.679000', '191951.681000', '191951.684000', '191951.687000', '191951.689000', '191951.692000', '191951.695000', '191951.698000', '191951.700000', '191951.703000', '191951.706000', '191951.708000', '191951.711000', '191951.714000', '191951.716000', '191951.719000', '191951.721000', '191951.724000', '191951.727000', '191951.729000', '191951.732000', '191951.735000', '191951.737000', '191951.740000', '192011.620000', '192011.622000', '192011.625000', '192011.633000', '192011.636000', '192011.639000', '192011.641000', '192011.644000', '192011.647000', '192011.649000', '192011.652000', '192011.655000', '192011.657000', '192011.660000', '192011.663000', '192011.665000', '192011.668000', '192011.671000', '192011.673000', '192011.676000', '192011.679000', '192011.681000', '192011.684000', '192011.686000', '192011.689000', '192011.692000', '192011.695000', '192011.697000', '192011.700000', '192011.703000', '192011.705000', '192011.708000', '192011.710000', '192011.713000', '192011.716000', '192011.718000', '192011.721000', '192011.724000', '192011.727000', '192011.729000', '192011.732000', '192011.735000', '192011.737000', '192031.620000', '192031.622000', '192031.625000', '192031.628000', '192031.630000', '192031.633000', '192031.636000', '192031.640000', '192031.642000', '192031.647000', '192031.650000', '192031.652000', '192031.655000', '192031.657000', '192031.660000', '192031.663000', '192031.665000', '192031.668000', '192031.671000', '192031.673000', '192031.676000', '192031.679000', '192031.681000', '192031.684000', '192031.687000', '192031.689000', '192031.692000', '192031.694000', '192031.697000', '192031.700000', '192031.702000', '192031.705000', '192031.708000', '192031.710000', '192031.713000', '192031.715000', '192031.718000', '192031.721000', '192031.724000', '192031.726000', '192031.729000', '192031.732000', '192031.734000', '192051.620000', '192051.622000', '192051.625000', '192051.628000', '192051.631000', '192051.633000', '192051.636000', '192051.638000', '192051.641000', '192051.644000', '192051.646000', '192051.649000', '192051.652000', '192051.654000', '192051.657000', '192051.660000', '192051.662000', '192051.665000', '192051.668000', '192051.670000', '192051.676000', '192051.679000', '192051.681000', '192051.697000', '192051.699000', '192051.702000', '192051.705000', '192051.707000', '192051.710000', '192051.713000', '192051.715000', '192051.718000', '192051.721000', '192051.723000', '192051.726000', '192051.729000', '192051.732000', '192051.734000', '192051.737000', '192051.739000', '192051.742000', '192051.745000', '192051.747000', '192051.750000', '192111.620000', '192111.623000', '192111.627000', '192111.630000', '192111.632000', '192111.635000', '192111.638000', '192111.641000', '192111.644000', '192111.647000', '192111.649000', '192111.652000', '192111.655000', '192111.657000', '192111.660000', '192111.662000', '192111.665000', '192111.668000', '192111.670000', '192111.673000', '192111.676000', '192111.678000', '192111.681000', '192111.684000', '192111.686000', '192111.689000', '192111.701000', '192111.704000', '192111.707000', '192111.710000', '192111.712000', '192111.715000', '192111.717000', '192111.720000', '192111.723000', '192111.725000', '192111.728000', '192111.731000', '192111.734000', '192111.736000', '192111.739000', '192111.741000', '192111.744000', '192131.618000', '192131.621000', '192131.624000', '192131.627000', '192131.629000', '192131.632000', '192131.635000', '192131.637000', '192131.640000', '192131.643000', '192131.645000', '192131.648000', '192131.651000', '192131.653000', '192131.656000', '192131.659000', '192131.661000', '192131.664000', '192131.666000', '192131.669000', '192131.672000', '192131.674000', '192131.677000', '192131.680000', '192131.682000', '192131.685000', '192131.688000', '192131.690000', '192131.693000', '192131.695000', '192131.698000', '192131.701000', '192131.703000', '192131.706000', '192131.708000', '192131.711000', '192131.714000', '192131.716000', '192131.719000', '192131.721000', '192131.724000', '192131.727000', '192131.729000', '192131.732000', '192137.353000', '192137.356000', '192137.359000', '192137.362000', '192137.364000', '192137.368000', '192137.371000', '192137.373000', '192137.376000', '192137.380000', '192137.383000', '192137.387000', '192137.395000'], 'InstanceCreationTime': ['191511.679000', '191511.682000', '191511.685000', '191511.688000', '191511.690000', '191511.693000', '191511.695000', '191511.698000', '191511.708000', '191511.710000', '191511.713000', '191511.716000', '191511.718000', '191511.721000', '191511.723000', '191511.735000', '191511.738000', '191511.741000', '191511.743000', '191511.746000', '191511.749000', '191511.751000', '191511.754000', '191511.756000', '191511.759000', '191511.770000', '191511.772000', '191511.775000', '191511.778000', '191511.780000', '191511.783000', '191511.785000', '191511.788000', '191531.619000', '191531.622000', '191531.628000', '191531.631000', '191531.634000', '191531.636000', '191531.639000', '191531.641000', '191531.644000', '191531.647000', '191531.649000', '191531.652000', '191531.654000', '191531.657000', '191531.660000', '191531.662000', '191531.665000', '191531.668000', '191531.670000', '191531.673000', '191531.675000', '191531.678000', '191531.681000', '191531.683000', '191531.686000', '191531.689000', '191531.697000', '191531.700000', '191531.702000', '191531.705000', '191531.708000', '191531.711000', '191531.713000', '191531.716000', '191531.718000', '191531.721000', '191531.723000', '191531.726000', '191531.729000', '191531.731000', '191531.734000', '191531.737000', '191531.739000', '191531.742000', '191551.620000', '191551.623000', '191551.625000', '191551.628000', '191551.631000', '191551.633000', '191551.636000', '191551.638000', '191551.641000', '191551.654000', '191551.656000', '191551.659000', '191551.662000', '191551.664000', '191551.667000', '191551.669000', '191551.672000', '191551.675000', '191551.677000', '191551.680000', '191551.683000', '191551.685000', '191551.688000', '191551.691000', '191551.693000', '191551.696000', '191551.698000', '191551.701000', '191551.704000', '191551.706000', '191551.709000', '191551.712000', '191551.714000', '191551.717000', '191551.719000', '191551.722000', '191551.725000', '191551.727000', '191551.730000', '191551.732000', '191551.735000', '191551.738000', '191551.740000', '191611.619000', '191611.622000', '191611.625000', '191611.628000', '191611.630000', '191611.633000', '191611.636000', '191611.638000', '191611.641000', '191611.643000', '191611.646000', '191611.649000', '191611.651000', '191611.654000', '191611.657000', '191611.659000', '191611.662000', '191611.665000', '191611.668000', '191611.671000', '191611.674000', '191611.678000', '191611.680000', '191611.683000', '191611.686000', '191611.688000', '191611.691000', '191611.693000', '191611.696000', '191611.699000', '191611.701000', '191611.704000', '191611.707000', '191611.709000', '191611.712000', '191611.723000', '191611.726000', '191611.728000', '191611.731000', '191611.734000', '191611.736000', '191611.739000', '191611.742000', '191631.620000', '191631.622000', '191631.625000', '191631.628000', '191631.631000', '191631.633000', '191631.636000', '191631.639000', '191631.641000', '191631.644000', '191631.646000', '191631.649000', '191631.652000', '191631.654000', '191631.666000', '191631.669000', '191631.671000', '191631.674000', '191631.676000', '191631.679000', '191631.682000', '191631.684000', '191631.687000', '191631.690000', '191631.692000', '191631.695000', '191631.698000', '191631.700000', '191631.703000', '191631.706000', '191631.708000', '191631.711000', '191631.714000', '191631.716000', '191631.719000', '191631.722000', '191631.725000', '191631.727000', '191631.730000', '191631.732000', '191631.735000', '191631.738000', '191631.740000', '191631.743000', '191651.619000', '191651.622000', '191651.624000', '191651.627000', '191651.630000', '191651.633000', '191651.635000', '191651.638000', '191651.640000', '191651.643000', '191651.646000', '191651.648000', '191651.651000', '191651.654000', '191651.656000', '191651.659000', '191651.661000', '191651.664000', '191651.667000', '191651.670000', '191651.672000', '191651.675000', '191651.678000', '191651.680000', '191651.683000', '191651.693000', '191651.696000', '191651.699000', '191651.703000', '191651.706000', '191651.708000', '191651.711000', '191651.714000', '191651.716000', '191651.719000', '191651.721000', '191651.724000', '191651.727000', '191651.729000', '191651.732000', '191651.735000', '191651.737000', '191651.740000', '191711.618000', '191711.621000', '191711.624000', '191711.627000', '191711.630000', '191711.632000', '191711.635000', '191711.638000', '191711.640000', '191711.643000', '191711.646000', '191711.648000', '191711.651000', '191711.653000', '191711.656000', '191711.659000', '191711.661000', '191711.664000', '191711.667000', '191711.669000', '191711.672000', '191711.675000', '191711.678000', '191711.680000', '191711.683000', '191711.685000', '191711.688000', '191711.691000', '191711.693000', '191711.696000', '191711.699000', '191711.701000', '191711.704000', '191711.707000', '191711.710000', '191711.712000', '191711.715000', '191711.717000', '191711.720000', '191711.723000', '191711.725000', '191711.728000', '191711.731000', '191711.733000', '191731.619000', '191731.622000', '191731.625000', '191731.633000', '191731.636000', '191731.638000', '191731.641000', '191731.644000', '191731.646000', '191731.649000', '191731.651000', '191731.654000', '191731.657000', '191731.660000', '191731.662000', '191731.665000', '191731.668000', '191731.670000', '191731.673000', '191731.676000', '191731.678000', '191731.681000', '191731.684000', '191731.686000', '191731.689000', '191731.691000', '191731.694000', '191731.697000', '191731.700000', '191731.702000', '191731.705000', '191731.708000', '191731.710000', '191731.713000', '191731.716000', '191731.719000', '191731.722000', '191731.725000', '191731.729000', '191731.732000', '191731.735000', '191731.737000', '191731.740000', '191751.620000', '191751.623000', '191751.626000', '191751.629000', '191751.631000', '191751.634000', '191751.637000', '191751.640000', '191751.642000', '191751.645000', '191751.647000', '191751.650000', '191751.653000', '191751.655000', '191751.658000', '191751.661000', '191751.663000', '191751.666000', '191751.669000', '191751.671000', '191751.674000', '191751.676000', '191751.679000', '191751.682000', '191751.684000', '191751.687000', '191751.690000', '191751.692000', '191751.695000', '191751.697000', '191751.700000', '191751.713000', '191751.716000', '191751.719000', '191751.721000', '191751.724000', '191751.727000', '191751.730000', '191751.732000', '191751.735000', '191751.737000', '191751.740000', '191751.743000', '191751.745000', '191811.620000', '191811.623000', '191811.625000', '191811.628000', '191811.631000', '191811.633000', '191811.636000', '191811.639000', '191811.641000', '191811.644000', '191811.646000', '191811.649000', '191811.652000', '191811.654000', '191811.657000', '191811.660000', '191811.662000', '191811.665000', '191811.668000', '191811.670000', '191811.673000', '191811.676000', '191811.678000', '191811.681000', '191811.683000', '191811.686000', '191811.689000', '191811.691000', '191811.694000', '191811.697000', '191811.699000', '191811.702000', '191811.705000', '191811.707000', '191811.710000', '191811.712000', '191811.715000', '191811.718000', '191811.720000', '191811.723000', '191811.726000', '191811.729000', '191811.732000', '191831.620000', '191831.622000', '191831.625000', '191831.628000', '191831.631000', '191831.633000', '191831.636000', '191831.638000', '191831.641000', '191831.644000', '191831.646000', '191831.649000', '191831.652000', '191831.654000', '191831.657000', '191831.660000', '191831.662000', '191831.665000', '191831.668000', '191831.670000', '191831.673000', '191831.675000', '191831.678000', '191831.681000', '191831.683000', '191831.686000', '191831.689000', '191831.691000', '191831.694000', '191831.697000', '191831.699000', '191831.702000', '191831.704000', '191831.707000', '191831.710000', '191831.712000', '191831.715000', '191831.718000', '191831.720000', '191831.723000', '191831.725000', '191831.728000', '191831.731000', '191831.733000', '191851.620000', '191851.623000', '191851.626000', '191851.629000', '191851.632000', '191851.634000', '191851.637000', '191851.640000', '191851.642000', '191851.645000', '191851.648000', '191851.650000', '191851.653000', '191851.656000', '191851.658000', '191851.661000', '191851.664000', '191851.666000', '191851.669000', '191851.671000', '191851.674000', '191851.677000', '191851.679000', '191851.682000', '191851.685000', '191851.687000', '191851.690000', '191851.693000', '191851.695000', '191851.698000', '191851.701000', '191851.703000', '191851.706000', '191851.709000', '191851.711000', '191851.714000', '191851.716000', '191851.719000', '191851.722000', '191851.725000', '191851.727000', '191851.730000', '191851.733000', '191911.619000', '191911.621000', '191911.624000', '191911.627000', '191911.629000', '191911.632000', '191911.635000', '191911.638000', '191911.640000', '191911.643000', '191911.645000', '191911.648000', '191911.651000', '191911.653000', '191911.656000', '191911.659000', '191911.661000', '191911.664000', '191911.666000', '191911.669000', '191911.672000', '191911.674000', '191911.677000', '191911.680000', '191911.682000', '191911.685000', '191911.688000', '191911.699000', '191911.702000', '191911.704000', '191911.707000', '191911.710000', '191911.712000', '191911.715000', '191911.718000', '191911.720000', '191911.723000', '191911.726000', '191911.728000', '191911.731000', '191911.734000', '191911.736000', '191911.739000', '191911.742000', '191931.618000', '191931.621000', '191931.624000', '191931.627000', '191931.629000', '191931.632000', '191931.635000', '191931.637000', '191931.640000', '191931.643000', '191931.645000', '191931.648000', '191931.651000', '191931.653000', '191931.656000', '191931.659000', '191931.661000', '191931.664000', '191931.667000', '191931.669000', '191931.672000', '191931.675000', '191931.677000', '191931.680000', '191931.683000', '191931.685000', '191931.688000', '191931.691000', '191931.693000', '191931.696000', '191931.699000', '191931.701000', '191931.704000', '191931.706000', '191931.709000', '191931.712000', '191931.714000', '191931.717000', '191931.720000', '191931.722000', '191931.725000', '191931.727000', '191931.730000', '191951.620000', '191951.623000', '191951.625000', '191951.628000', '191951.631000', '191951.633000', '191951.636000', '191951.639000', '191951.641000', '191951.644000', '191951.647000', '191951.649000', '191951.652000', '191951.655000', '191951.657000', '191951.660000', '191951.663000', '191951.665000', '191951.674000', '191951.676000', '191951.679000', '191951.681000', '191951.684000', '191951.687000', '191951.689000', '191951.692000', '191951.695000', '191951.698000', '191951.700000', '191951.703000', '191951.706000', '191951.708000', '191951.711000', '191951.714000', '191951.716000', '191951.719000', '191951.721000', '191951.724000', '191951.727000', '191951.729000', '191951.732000', '191951.735000', '191951.737000', '191951.740000', '192011.620000', '192011.622000', '192011.625000', '192011.633000', '192011.636000', '192011.639000', '192011.641000', '192011.644000', '192011.647000', '192011.649000', '192011.652000', '192011.655000', '192011.657000', '192011.660000', '192011.663000', '192011.665000', '192011.668000', '192011.671000', '192011.673000', '192011.676000', '192011.679000', '192011.681000', '192011.684000', '192011.686000', '192011.689000', '192011.692000', '192011.695000', '192011.697000', '192011.700000', '192011.703000', '192011.705000', '192011.708000', '192011.710000', '192011.713000', '192011.716000', '192011.718000', '192011.721000', '192011.724000', '192011.727000', '192011.729000', '192011.732000', '192011.735000', '192011.737000', '192031.620000', '192031.622000', '192031.625000', '192031.628000', '192031.630000', '192031.633000', '192031.636000', '192031.640000', '192031.642000', '192031.647000', '192031.650000', '192031.652000', '192031.655000', '192031.657000', '192031.660000', '192031.663000', '192031.665000', '192031.668000', '192031.671000', '192031.673000', '192031.676000', '192031.679000', '192031.681000', '192031.684000', '192031.687000', '192031.689000', '192031.692000', '192031.694000', '192031.697000', '192031.700000', '192031.702000', '192031.705000', '192031.708000', '192031.710000', '192031.713000', '192031.715000', '192031.718000', '192031.721000', '192031.724000', '192031.726000', '192031.729000', '192031.732000', '192031.734000', '192051.620000', '192051.622000', '192051.625000', '192051.628000', '192051.631000', '192051.633000', '192051.636000', '192051.638000', '192051.641000', '192051.644000', '192051.646000', '192051.649000', '192051.652000', '192051.654000', '192051.657000', '192051.660000', '192051.662000', '192051.665000', '192051.668000', '192051.670000', '192051.676000', '192051.679000', '192051.681000', '192051.697000', '192051.699000', '192051.702000', '192051.705000', '192051.707000', '192051.710000', '192051.713000', '192051.715000', '192051.718000', '192051.721000', '192051.723000', '192051.726000', '192051.729000', '192051.732000', '192051.734000', '192051.737000', '192051.739000', '192051.742000', '192051.745000', '192051.747000', '192051.750000', '192111.620000', '192111.623000', '192111.627000', '192111.630000', '192111.632000', '192111.635000', '192111.638000', '192111.641000', '192111.644000', '192111.647000', '192111.649000', '192111.652000', '192111.655000', '192111.657000', '192111.660000', '192111.662000', '192111.665000', '192111.668000', '192111.670000', '192111.673000', '192111.676000', '192111.678000', '192111.681000', '192111.684000', '192111.686000', '192111.689000', '192111.701000', '192111.704000', '192111.707000', '192111.710000', '192111.712000', '192111.715000', '192111.717000', '192111.720000', '192111.723000', '192111.725000', '192111.728000', '192111.731000', '192111.734000', '192111.736000', '192111.739000', '192111.741000', '192111.744000', '192131.618000', '192131.621000', '192131.624000', '192131.627000', '192131.629000', '192131.632000', '192131.635000', '192131.637000', '192131.640000', '192131.643000', '192131.645000', '192131.648000', '192131.651000', '192131.653000', '192131.656000', '192131.659000', '192131.661000', '192131.664000', '192131.666000', '192131.669000', '192131.672000', '192131.674000', '192131.677000', '192131.680000', '192131.682000', '192131.685000', '192131.688000', '192131.690000', '192131.693000', '192131.695000', '192131.698000', '192131.701000', '192131.703000', '192131.706000', '192131.708000', '192131.711000', '192131.714000', '192131.716000', '192131.719000', '192131.721000', '192131.724000', '192131.727000', '192131.729000', '192131.732000', '192137.353000', '192137.356000', '192137.359000', '192137.362000', '192137.364000', '192137.368000', '192137.371000', '192137.373000', '192137.376000', '192137.380000', '192137.383000', '192137.387000', '192137.395000'], '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': [14862, 9914, 10465, 16967, 9215, 11564, 8630, 9780, 7893, 8489, 10861, 8169, 9932, 9045, 9145, 10797, 8606, 10548, 8827, 9397, 12434, 8778, 9768, 16466, 9001, 14724, 9302, 10259, 17002, 8497, 12613, 8697, 9617, 11641, 8659, 11072, 8836, 9121, 8898, 8750, 11092, 8355, 9677, 15449, 8408, 12477, 8835, 9798, 18728, 9010, 14108, 9657, 9672, 18152, 8598, 11500, 8748, 9546, 15133, 8781, 10900, 8045, 8996, 13090, 8513, 10366, 8275, 8954, 15521, 8280, 11150, 17864, 9869, 14884, 10483, 10390, 20450, 8839, 16362, 10870, 11121, 16195, 8484, 10642, 10087, 9173, 14732, 8689, 11382, 10006, 9670, 17890, 11853, 11243, 17636, 8735, 14486, 10299, 9939, 19030, 8992, 12893, 9175, 9732, 15529, 8894, 10204, 9655, 8692, 16665, 8886, 9511, 18504, 10730, 13761, 12917, 9132, 15162, 8923, 10072, 18824, 8645, 14001, 8181, 9267, 15625, 8186, 10299, 7800, 9032, 7950, 8776, 11504, 18006, 9112, 14427, 10593, 10591, 18418, 9759, 9503, 18847, 8770, 13122, 14093, 9043, 14948, 8749, 9395, 18059, 8634, 12556, 8488, 9480, 16661, 8085, 10274, 8107, 8859, 13349, 8199, 10387, 7955, 9169, 12586, 8597, 10287, 7905, 9326, 16732, 8798, 12459, 8983, 8934, 18372, 8276, 13473, 12014, 10109, 15759, 9868, 11461, 9720, 9905, 16397, 8697, 9430, 13909, 8349, 13366, 8115, 9251, 19667, 8809, 11783, 8099, 9441, 15918, 8484, 12673, 9588, 9590, 16114, 8364, 13443, 10414, 10101, 16630, 8376, 10271, 14175, 8609, 12973, 9216, 9579, 19042, 8485, 11770, 9303, 9366, 16621, 8742, 11062, 7756, 8648, 12758, 8633, 9867, 7993, 8655, 11697, 8595, 9771, 8387, 10259, 8588, 11839, 15181, 11006, 15920, 11101, 12712, 19111, 11838, 16191, 10917, 10424, 18273, 8472, 15378, 9721, 9710, 14127, 8441, 11495, 8018, 9318, 13616, 8085, 11166, 8525, 9080, 14449, 8207, 10712, 8210, 9142, 13754, 8246, 11849, 8233, 9440, 17350, 8602, 13021, 9019, 10004, 15349, 8408, 13280, 9152, 9386, 13639, 9540, 13457, 8450, 9209, 13396, 8505, 11933, 8309, 10614, 12987, 9038, 15515, 9115, 11766, 9885, 9913, 18158, 9857, 12660, 8571, 8824, 17175, 8258, 11621, 8697, 8799, 18080, 8069, 13766, 9236, 9024, 16625, 8455, 15399, 9971, 9688, 17082, 8326, 13717, 8530, 10511, 15415, 9046, 16039, 11164, 10696, 18426, 8334, 14308, 10479, 9545, 17843, 8831, 12049, 9387, 8987, 17561, 9714, 11513, 8187, 9037, 12779, 8792, 9852, 7955, 8907, 14017, 8029, 9792, 7753, 8520, 14674, 8526, 12170, 8766, 9068, 19029, 8918, 13811, 8889, 9933, 14086, 8567, 17570, 11984, 12497, 8933, 9470, 17817, 8885, 11034, 7950, 8926, 16303, 8277, 9878, 7690, 8353, 16056, 8003, 10165, 7983, 8788, 13447, 8180, 12796, 8388, 9881, 15307, 8808, 15538, 10772, 10938, 17721, 8456, 14621, 9399, 9571, 19998, 7744, 11533, 11984, 8908, 14061, 8398, 10017, 10117, 8470, 12501, 8569, 8986, 11461, 8277, 10739, 7871, 9043, 16350, 8680, 9132, 7469, 8611, 15599, 8239, 11142, 10870, 8436, 14391, 7883, 9664, 8971, 8558, 10832, 8807, 9560, 8050, 8847, 12685, 8532, 9023, 10567, 8220, 16917, 10102, 11833, 17554, 9939, 15598, 10188, 9818, 15698, 8164, 13198, 9910, 9597, 15044, 8009, 12152, 8341, 9204, 7656, 9238, 12299, 8257, 10044, 8759, 8370, 13014, 8109, 10288, 9192, 9024, 14924, 8886, 9659, 15840, 8510, 16095, 8899, 11507, 18098, 9419, 14978, 10361, 10292, 18400, 8014, 10789, 13910, 8757, 13830, 8699, 11251, 12989, 9193, 14162, 9580, 9100, 7260, 8886, 11073, 8418, 9182, 7399, 8459, 12618, 7744, 10222, 8051, 8904, 13162, 8214, 13778, 8869, 10571, 17216, 10677, 18474, 11087, 10598, 20210, 11677, 14551, 8546, 9164, 17895, 8185, 12872, 8261, 9176, 15266, 8029, 12274, 8429, 9026, 17691, 7930, 11103, 8100, 8927, 14246, 8234, 10500, 7762, 8863, 12767, 8488, 9656, 7767, 8617, 16813, 8802, 13212, 11789, 9520, 15762, 8416, 11063, 8531, 9007, 14541, 8648, 8504, 10821, 8516, 12267, 9326, 9401, 17876, 9626, 9078, 9450, 8250, 14832, 8152, 9390, 14726, 7585, 12678, 7877, 9338, 8685, 8259, 12843, 7885, 11259, 7866, 8660, 15539, 8490, 12096, 8123, 9628, 12554, 8310, 13725, 9225, 9489, 9782, 9168, 17074, 9158, 12863, 9752, 8876, 13599, 9401, 14130, 8748, 9832, 8484, 9008, 7666, 8886, 15662, 8135, 10915, 8608, 8972, 17700, 10389, 13777, 9993, 10220, 18216, 10020, 12381, 11464, 8684, 17881, 8009, 12158, 13402, 9152, 16311, 10380, 12149, 10797, 9292, 15717, 8851, 9152, 7471, 8750, 10330, 8415, 10832, 8555, 9655, 8275, 10405, 8711, 15306, 11306, 12861, 16649, 9419, 15084, 9922, 9622, 15122, 8305, 15241, 8176, 9910, 8926, 8579, 13385, 8245, 10354, 7923, 8719, 12035, 8288, 9213, 8790, 8229, 13238, 8076, 9103, 15874, 8506, 12843, 10286, 10423, 8915, 9213, 12587, 8800, 9540, 7675, 8586, 16732, 7959, 11157, 10507, 8632, 15816, 8927, 12027, 9766, 10179, 16928, 10627, 10446, 7698, 8926, 18206, 7940, 14124, 9955, 10152, 18052, 8266, 10876, 8718, 9295, 14264, 8466, 10803, 8429, 9385, 14354, 8362, 8806, 7556, 8061, 14948, 7873, 11967, 11084, 9134, 18048, 8293, 13588, 11586, 10267, 17919, 12414, 11044, 7970, 8961, 17590, 8592, 13341, 12370, 9559, 17562, 9020, 11409, 15672, 9277, 14115, 9701, 9761, 17632, 8086, 11414, 8064, 8801, 11945, 8656, 10870, 7930, 9056, 11059, 7971, 12661, 7930, 9408, 10618, 7752, 11233, 9003, 9533, 7707, 8954, 12384, 8463, 8597, 11705, 8032, 16137, 11509, 10353, 17052, 8666, 14143, 9817, 10133, 17001, 8183, 10893, 7744, 8849, 13663, 7878, 9398, 7521, 8118, 13471, 7810, 9996, 7602, 8250, 9164, 8786, 12571, 8497, 8987, 12095, 8001, 13750, 9947, 7993, 8984, 7551, 9268, 15833, 8766, 13088, 10286, 11257, 15426, 9752, 10596, 17025, 9559, 14591, 10425, 10343, 16713, 12575, 12932, 10849, 9854, 16784, 11008, 13062, 14263, 9459, 13095, 8250, 9421, 12463, 8305, 11777, 8542, 9877, 14501, 8344, 11275, 10208, 9177, 12440, 8287, 9588, 10294, 8506, 10134, 8651, 9027, 11735, 7804, 10023, 7610, 8585, 10195, 8286, 9114], 'WindowCenter': [4541.0, 4457.0, 4465.0, 4502.0, 4431.0, 4476.0, 4431.0, 4457.0, 4420.0, 4432.0, 4467.0, 4451.0, 4481.0, 4460.0, 4474.0, 4476.0, 4458.0, 4478.0, 4472.0, 4474.0, 4487.0, 4446.0, 4484.0, 4533.0, 4474.0, 4521.0, 4473.0, 4483.0, 4520.0, 4459.0, 4512.0, 4474.0, 4484.0, 4502.0, 4475.0, 4489.0, 4469.0, 4487.0, 4485.0, 4488.0, 4488.0, 4460.0, 4478.0, 4533.0, 4459.0, 4500.0, 4486.0, 4497.0, 4538.0, 4458.0, 4525.0, 4469.0, 4483.0, 4542.0, 4474.0, 4504.0, 4463.0, 4471.0, 4507.0, 4461.0, 4477.0, 4463.0, 4458.0, 4498.0, 4477.0, 4496.0, 4458.0, 4472.0, 4519.0, 4462.0, 4490.0, 4529.0, 4480.0, 4519.0, 4495.0, 4496.0, 4541.0, 4471.0, 4529.0, 4478.0, 4489.0, 4534.0, 4474.0, 4478.0, 4493.0, 4470.0, 4520.0, 4458.0, 4500.0, 4479.0, 4496.0, 4528.0, 4488.0, 4495.0, 4532.0, 4450.0, 4512.0, 4466.0, 4483.0, 4542.0, 4456.0, 4485.0, 4456.0, 4466.0, 4532.0, 4473.0, 4493.0, 4483.0, 4459.0, 4533.0, 4472.0, 4483.0, 4526.0, 4493.0, 4500.0, 4486.0, 4470.0, 4493.0, 4444.0, 4471.0, 4514.0, 4443.0, 4509.0, 4434.0, 4453.0, 4508.0, 4433.0, 4454.0, 4440.0, 4462.0, 4451.0, 4475.0, 4505.0, 4531.0, 4462.0, 4513.0, 4465.0, 4466.0, 4514.0, 4453.0, 4472.0, 4512.0, 4461.0, 4483.0, 4494.0, 4461.0, 4509.0, 4449.0, 4442.0, 4528.0, 4460.0, 4489.0, 4442.0, 4470.0, 4501.0, 4449.0, 4463.0, 4449.0, 4446.0, 4483.0, 4446.0, 4492.0, 4434.0, 4455.0, 4500.0, 4447.0, 4482.0, 4463.0, 4467.0, 4515.0, 4457.0, 4514.0, 4457.0, 4471.0, 4543.0, 4463.0, 4514.0, 4501.0, 4482.0, 4521.0, 4483.0, 4487.0, 4472.0, 4483.0, 4532.0, 4462.0, 4456.0, 4511.0, 4462.0, 4511.0, 4463.0, 4474.0, 4540.0, 4455.0, 4484.0, 4462.0, 4467.0, 4514.0, 4455.0, 4512.0, 4484.0, 4469.0, 4531.0, 4446.0, 4512.0, 4481.0, 4481.0, 4530.0, 4444.0, 4482.0, 4510.0, 4464.0, 4494.0, 4457.0, 4472.0, 4539.0, 4460.0, 4474.0, 4454.0, 4471.0, 4518.0, 4460.0, 4491.0, 4423.0, 4461.0, 4499.0, 4445.0, 4469.0, 4452.0, 4472.0, 4501.0, 4487.0, 4494.0, 4471.0, 4491.0, 4499.0, 4515.0, 4535.0, 4507.0, 4518.0, 4488.0, 4499.0, 4527.0, 4503.0, 4517.0, 4474.0, 4482.0, 4530.0, 4444.0, 4504.0, 4470.0, 4453.0, 4508.0, 4450.0, 4489.0, 4450.0, 4455.0, 4509.0, 4449.0, 4476.0, 4462.0, 4472.0, 4495.0, 4446.0, 4466.0, 4449.0, 4456.0, 4511.0, 4462.0, 4486.0, 4462.0, 4468.0, 4516.0, 4447.0, 4496.0, 4456.0, 4484.0, 4505.0, 4446.0, 4513.0, 4456.0, 4456.0, 4511.0, 4484.0, 4512.0, 4463.0, 4483.0, 4512.0, 4457.0, 4487.0, 4474.0, 4479.0, 4498.0, 4458.0, 4531.0, 4460.0, 4488.0, 4482.0, 4467.0, 4530.0, 4470.0, 4496.0, 4455.0, 4457.0, 4542.0, 4448.0, 4503.0, 4457.0, 4475.0, 4553.0, 4449.0, 4525.0, 4481.0, 4474.0, 4519.0, 4463.0, 4517.0, 4482.0, 4467.0, 4514.0, 4448.0, 4496.0, 4458.0, 4494.0, 4522.0, 4456.0, 4508.0, 4476.0, 4465.0, 4530.0, 4451.0, 4494.0, 4480.0, 4455.0, 4514.0, 4459.0, 4489.0, 4441.0, 4444.0, 4517.0, 4458.0, 4478.0, 4437.0, 4431.0, 4486.0, 4450.0, 4469.0, 4438.0, 4459.0, 4507.0, 4434.0, 4470.0, 4434.0, 4445.0, 4505.0, 4462.0, 4502.0, 4460.0, 4455.0, 4524.0, 4444.0, 4511.0, 4444.0, 4465.0, 4509.0, 4462.0, 4530.0, 4489.0, 4474.0, 4441.0, 4469.0, 4528.0, 4442.0, 4478.0, 4449.0, 4447.0, 4502.0, 4445.0, 4453.0, 4450.0, 4444.0, 4520.0, 4451.0, 4468.0, 4435.0, 4446.0, 4510.0, 4462.0, 4485.0, 4445.0, 4466.0, 4520.0, 4445.0, 4521.0, 4479.0, 4482.0, 4513.0, 4434.0, 4509.0, 4443.0, 4471.0, 4528.0, 4422.0, 4473.0, 4472.0, 4442.0, 4497.0, 4436.0, 4469.0, 4467.0, 4450.0, 4489.0, 4449.0, 4460.0, 4473.0, 4434.0, 4480.0, 4450.0, 4473.0, 4504.0, 4445.0, 4443.0, 4439.0, 4460.0, 4519.0, 4451.0, 4491.0, 4479.0, 4451.0, 4509.0, 4450.0, 4453.0, 4461.0, 4457.0, 4490.0, 4461.0, 4467.0, 4446.0, 4456.0, 4497.0, 4473.0, 4474.0, 4474.0, 4464.0, 4531.0, 4483.0, 4489.0, 4515.0, 4482.0, 4522.0, 4465.0, 4469.0, 4520.0, 4447.0, 4485.0, 4481.0, 4472.0, 4506.0, 4434.0, 4484.0, 4450.0, 4471.0, 4451.0, 4456.0, 4500.0, 4462.0, 4467.0, 4445.0, 4463.0, 4495.0, 4447.0, 4492.0, 4458.0, 4458.0, 4506.0, 4473.0, 4484.0, 4516.0, 4457.0, 4532.0, 4459.0, 4503.0, 4541.0, 4473.0, 4505.0, 4481.0, 4482.0, 4541.0, 4436.0, 4476.0, 4511.0, 4461.0, 4509.0, 4444.0, 4493.0, 4499.0, 4455.0, 4509.0, 4453.0, 4462.0, 4440.0, 4457.0, 4475.0, 4446.0, 4467.0, 4454.0, 4458.0, 4525.0, 4466.0, 4479.0, 4464.0, 4470.0, 4513.0, 4475.0, 4509.0, 4461.0, 4479.0, 4543.0, 4477.0, 4544.0, 4492.0, 4493.0, 4541.0, 4491.0, 4510.0, 4449.0, 4472.0, 4514.0, 4435.0, 4482.0, 4434.0, 4471.0, 4509.0, 4434.0, 4490.0, 4433.0, 4460.0, 4504.0, 4433.0, 4479.0, 4449.0, 4461.0, 4493.0, 4461.0, 4464.0, 4423.0, 4445.0, 4500.0, 4444.0, 4471.0, 4451.0, 4447.0, 4518.0, 4461.0, 4495.0, 4479.0, 4459.0, 4520.0, 4462.0, 4492.0, 4448.0, 4474.0, 4521.0, 4462.0, 4457.0, 4475.0, 4458.0, 4486.0, 4454.0, 4467.0, 4542.0, 4455.0, 4472.0, 4454.0, 4447.0, 4505.0, 4453.0, 4468.0, 4506.0, 4435.0, 4485.0, 4437.0, 4456.0, 4460.0, 4463.0, 4501.0, 4447.0, 4474.0, 4463.0, 4475.0, 4518.0, 4474.0, 4498.0, 4449.0, 4479.0, 4496.0, 4459.0, 4526.0, 4468.0, 4470.0, 4463.0, 4457.0, 4519.0, 4459.0, 4513.0, 4468.0, 4475.0, 4511.0, 4484.0, 4507.0, 4446.0, 4466.0, 4446.0, 4474.0, 4436.0, 4458.0, 4516.0, 4448.0, 4488.0, 4475.0, 4471.0, 4530.0, 4468.0, 4501.0, 4468.0, 4482.0, 4542.0, 4466.0, 4486.0, 4473.0, 4446.0, 4530.0, 4435.0, 4485.0, 4511.0, 4472.0, 4520.0, 4470.0, 4474.0, 4463.0, 4454.0, 4502.0, 4459.0, 4453.0, 4440.0, 4444.0, 4465.0, 4458.0, 4492.0, 4472.0, 4467.0, 4459.0, 4488.0, 4471.0, 4534.0, 4480.0, 4497.0, 4505.0, 4471.0, 4493.0, 4454.0, 4455.0, 4493.0, 4450.0, 4492.0, 4432.0, 4453.0, 4442.0, 4444.0, 4483.0, 4450.0, 4464.0, 4449.0, 4444.0, 4485.0, 4447.0, 4457.0, 4445.0, 4447.0, 4484.0, 4436.0, 4455.0, 4504.0, 4445.0, 4487.0, 4482.0, 4482.0, 4447.0, 4473.0, 4486.0, 4473.0, 4466.0, 4441.0, 4474.0, 4532.0, 4448.0, 4487.0, 4480.0, 4460.0, 4533.0, 4475.0, 4499.0, 4466.0, 4480.0, 4517.0, 4477.0, 4478.0, 4437.0, 4458.0, 4526.0, 4449.0, 4508.0, 4466.0, 4484.0, 4515.0, 4446.0, 4491.0, 4446.0, 4457.0, 4510.0, 4447.0, 4477.0, 4446.0, 4456.0, 4507.0, 4446.0, 4457.0, 4437.0, 4464.0, 4522.0, 4450.0, 4488.0, 4475.0, 4474.0, 4527.0, 4447.0, 4513.0, 4475.0, 4467.0, 4515.0, 4501.0, 4476.0, 4435.0, 4455.0, 4515.0, 4445.0, 4497.0, 4484.0, 4455.0, 4515.0, 4444.0, 4475.0, 4504.0, 4444.0, 4482.0, 4442.0, 4454.0, 4502.0, 4421.0, 4462.0, 4439.0, 4444.0, 4477.0, 4432.0, 4463.0, 4434.0, 4444.0, 4462.0, 4450.0, 4473.0, 4432.0, 4460.0, 4480.0, 4438.0, 4490.0, 4448.0, 4472.0, 4425.0, 4458.0, 4486.0, 4447.0, 4450.0, 4486.0, 4447.0, 4518.0, 4475.0, 4482.0, 4514.0, 4462.0, 4494.0, 4455.0, 4467.0, 4505.0, 4435.0, 4481.0, 4427.0, 4472.0, 4494.0, 4436.0, 4456.0, 4436.0, 4447.0, 4497.0, 4438.0, 4466.0, 4438.0, 4448.0, 4455.0, 4458.0, 4496.0, 4458.0, 4460.0, 4487.0, 4465.0, 4513.0, 4469.0, 4466.0, 4458.0, 4464.0, 4484.0, 4507.0, 4448.0, 4500.0, 4467.0, 4504.0, 4508.0, 4457.0, 4493.0, 4521.0, 4455.0, 4510.0, 4453.0, 4452.0, 4495.0, 4462.0, 4477.0, 4439.0, 4455.0, 4479.0, 4453.0, 4460.0, 4455.0, 4432.0, 4462.0, 4421.0, 4433.0, 4461.0, 4424.0, 4462.0, 4422.0, 4444.0, 4471.0, 4422.0, 4437.0, 4442.0, 4430.0, 4457.0, 4423.0, 4444.0, 4453.0, 4419.0, 4454.0, 4419.0, 4447.0, 4475.0, 4427.0, 4452.0, 4422.0, 4462.0, 4479.0, 4433.0, 4445.0], 'WindowWidth': [9964.0, 9824.0, 9831.0, 9875.0, 9777.0, 9848.0, 9773.0, 9819.0, 9759.0, 9779.0, 9835.0, 9820.0, 9862.0, 9833.0, 9857.0, 9845.0, 9825.0, 9851.0, 9852.0, 9857.0, 9861.0, 9806.0, 9871.0, 9936.0, 9856.0, 9917.0, 9852.0, 9867.0, 9907.0, 9827.0, 9906.0, 9856.0, 9871.0, 9893.0, 9862.0, 9869.0, 9844.0, 9880.0, 9876.0, 9883.0, 9867.0, 9832.0, 9855.0, 9937.0, 9830.0, 9884.0, 9876.0, 9894.0, 9933.0, 9826.0, 9927.0, 9839.0, 9868.0, 9947.0, 9856.0, 9896.0, 9842.0, 9847.0, 9891.0, 9831.0, 9849.0, 9842.0, 9825.0, 9879.0, 9867.0, 9890.0, 9827.0, 9849.0, 9908.0, 9835.0, 9872.0, 9923.0, 9858.0, 9909.0, 9888.0, 9889.0, 9942.0, 9847.0, 9924.0, 9851.0, 9867.0, 9939.0, 9857.0, 9853.0, 9883.0, 9844.0, 9910.0, 9828.0, 9885.0, 9853.0, 9892.0, 9921.0, 9865.0, 9886.0, 9933.0, 9813.0, 9906.0, 9830.0, 9867.0, 9948.0, 9819.0, 9857.0, 9818.0, 9832.0, 9933.0, 9857.0, 9881.0, 9867.0, 9827.0, 9936.0, 9852.0, 9868.0, 9916.0, 9879.0, 9880.0, 9855.0, 9846.0, 9864.0, 9799.0, 9847.0, 9892.0, 9795.0, 9896.0, 9783.0, 9809.0, 9893.0, 9784.0, 9812.0, 9804.0, 9836.0, 9823.0, 9860.0, 9900.0, 9931.0, 9838.0, 9905.0, 9825.0, 9831.0, 9894.0, 9810.0, 9849.0, 9890.0, 9833.0, 9851.0, 9864.0, 9833.0, 9895.0, 9814.0, 9794.0, 9921.0, 9830.0, 9868.0, 9793.0, 9843.0, 9871.0, 9816.0, 9824.0, 9816.0, 9803.0, 9850.0, 9805.0, 9880.0, 9787.0, 9818.0, 9887.0, 9807.0, 9867.0, 9841.0, 9837.0, 9899.0, 9825.0, 9912.0, 9822.0, 9850.0, 9952.0, 9841.0, 9910.0, 9887.0, 9866.0, 9917.0, 9868.0, 9863.0, 9851.0, 9868.0, 9935.0, 9839.0, 9820.0, 9902.0, 9839.0, 9903.0, 9841.0, 9856.0, 9942.0, 9817.0, 9855.0, 9840.0, 9836.0, 9896.0, 9818.0, 9906.0, 9870.0, 9839.0, 9929.0, 9806.0, 9906.0, 9861.0, 9863.0, 9927.0, 9802.0, 9865.0, 9899.0, 9843.0, 9869.0, 9819.0, 9850.0, 9940.0, 9833.0, 9841.0, 9811.0, 9848.0, 9909.0, 9831.0, 9874.0, 9771.0, 9834.0, 9881.0, 9802.0, 9845.0, 9824.0, 9853.0, 9890.0, 9883.0, 9889.0, 9851.0, 9878.0, 9905.0, 9916.0, 9938.0, 9908.0, 9908.0, 9868.0, 9882.0, 9919.0, 9894.0, 9904.0, 9841.0, 9863.0, 9929.0, 9800.0, 9880.0, 9844.0, 9810.0, 9892.0, 9819.0, 9868.0, 9818.0, 9815.0, 9896.0, 9811.0, 9844.0, 9837.0, 9852.0, 9869.0, 9804.0, 9832.0, 9812.0, 9819.0, 9901.0, 9839.0, 9857.0, 9838.0, 9838.0, 9901.0, 9809.0, 9873.0, 9820.0, 9872.0, 9884.0, 9807.0, 9907.0, 9819.0, 9819.0, 9904.0, 9870.0, 9906.0, 9842.0, 9869.0, 9905.0, 9825.0, 9862.0, 9859.0, 9855.0, 9878.0, 9826.0, 9933.0, 9830.0, 9865.0, 9865.0, 9836.0, 9925.0, 9841.0, 9873.0, 9818.0, 9822.0, 9946.0, 9812.0, 9895.0, 9822.0, 9862.0, 9966.0, 9815.0, 9929.0, 9863.0, 9858.0, 9908.0, 9842.0, 9904.0, 9865.0, 9834.0, 9895.0, 9810.0, 9873.0, 9825.0, 9885.0, 9922.0, 9820.0, 9890.0, 9845.0, 9830.0, 9928.0, 9820.0, 9868.0, 9858.0, 9813.0, 9893.0, 9829.0, 9869.0, 9790.0, 9799.0, 9905.0, 9824.0, 9850.0, 9794.0, 9776.0, 9860.0, 9817.0, 9841.0, 9798.0, 9830.0, 9891.0, 9784.0, 9845.0, 9789.0, 9804.0, 9883.0, 9837.0, 9891.0, 9833.0, 9817.0, 9908.0, 9800.0, 9902.0, 9801.0, 9828.0, 9897.0, 9836.0, 9926.0, 9868.0, 9838.0, 9790.0, 9841.0, 9921.0, 9792.0, 9853.0, 9814.0, 9805.0, 9875.0, 9802.0, 9810.0, 9818.0, 9799.0, 9911.0, 9821.0, 9835.0, 9788.0, 9805.0, 9899.0, 9838.0, 9857.0, 9803.0, 9832.0, 9913.0, 9802.0, 9918.0, 9850.0, 9863.0, 9891.0, 9787.0, 9896.0, 9794.0, 9844.0, 9923.0, 9765.0, 9836.0, 9832.0, 9792.0, 9875.0, 9787.0, 9842.0, 9835.0, 9817.0, 9868.0, 9814.0, 9829.0, 9834.0, 9786.0, 9858.0, 9817.0, 9854.0, 9881.0, 9800.0, 9796.0, 9803.0, 9833.0, 9908.0, 9820.0, 9874.0, 9853.0, 9819.0, 9895.0, 9820.0, 9811.0, 9835.0, 9823.0, 9873.0, 9830.0, 9835.0, 9805.0, 9822.0, 9876.0, 9855.0, 9857.0, 9842.0, 9844.0, 9933.0, 9868.0, 9866.0, 9897.0, 9863.0, 9919.0, 9828.0, 9837.0, 9914.0, 9807.0, 9855.0, 9862.0, 9851.0, 9884.0, 9787.0, 9853.0, 9819.0, 9847.0, 9820.0, 9818.0, 9886.0, 9840.0, 9836.0, 9802.0, 9840.0, 9870.0, 9809.0, 9880.0, 9824.0, 9824.0, 9887.0, 9854.0, 9871.0, 9900.0, 9821.0, 9932.0, 9826.0, 9895.0, 9946.0, 9855.0, 9883.0, 9861.0, 9864.0, 9944.0, 9790.0, 9847.0, 9901.0, 9836.0, 9897.0, 9801.0, 9881.0, 9883.0, 9815.0, 9895.0, 9809.0, 9836.0, 9806.0, 9821.0, 9844.0, 9806.0, 9837.0, 9832.0, 9827.0, 9931.0, 9852.0, 9856.0, 9846.0, 9845.0, 9910.0, 9861.0, 9895.0, 9830.0, 9855.0, 9950.0, 9850.0, 9957.0, 9878.0, 9881.0, 9947.0, 9873.0, 9897.0, 9815.0, 9849.0, 9892.0, 9786.0, 9848.0, 9785.0, 9847.0, 9896.0, 9785.0, 9871.0, 9781.0, 9831.0, 9877.0, 9782.0, 9853.0, 9815.0, 9835.0, 9862.0, 9833.0, 9826.0, 9768.0, 9802.0, 9887.0, 9799.0, 9848.0, 9822.0, 9806.0, 9902.0, 9835.0, 9870.0, 9849.0, 9824.0, 9913.0, 9837.0, 9878.0, 9809.0, 9860.0, 9917.0, 9839.0, 9822.0, 9842.0, 9825.0, 9860.0, 9814.0, 9835.0, 9948.0, 9818.0, 9853.0, 9814.0, 9808.0, 9881.0, 9827.0, 9839.0, 9888.0, 9789.0, 9853.0, 9792.0, 9818.0, 9833.0, 9842.0, 9888.0, 9808.0, 9841.0, 9840.0, 9861.0, 9906.0, 9859.0, 9880.0, 9816.0, 9857.0, 9875.0, 9831.0, 9932.0, 9840.0, 9845.0, 9825.0, 9821.0, 9907.0, 9827.0, 9909.0, 9838.0, 9860.0, 9903.0, 9873.0, 9888.0, 9805.0, 9831.0, 9806.0, 9857.0, 9795.0, 9826.0, 9902.0, 9813.0, 9867.0, 9861.0, 9847.0, 9925.0, 9838.0, 9885.0, 9836.0, 9865.0, 9948.0, 9833.0, 9860.0, 9838.0, 9805.0, 9928.0, 9788.0, 9856.0, 9900.0, 9850.0, 9912.0, 9844.0, 9839.0, 9820.0, 9810.0, 9874.0, 9829.0, 9809.0, 9805.0, 9801.0, 9828.0, 9825.0, 9878.0, 9853.0, 9835.0, 9829.0, 9867.0, 9848.0, 9940.0, 9853.0, 9874.0, 9881.0, 9847.0, 9863.0, 9811.0, 9813.0, 9860.0, 9817.0, 9861.0, 9778.0, 9807.0, 9792.0, 9799.0, 9848.0, 9819.0, 9825.0, 9816.0, 9800.0, 9856.0, 9809.0, 9820.0, 9802.0, 9806.0, 9853.0, 9789.0, 9815.0, 9879.0, 9801.0, 9859.0, 9863.0, 9863.0, 9804.0, 9854.0, 9860.0, 9855.0, 9832.0, 9803.0, 9857.0, 9934.0, 9812.0, 9864.0, 9857.0, 9830.0, 9936.0, 9859.0, 9882.0, 9834.0, 9857.0, 9905.0, 9849.0, 9850.0, 9796.0, 9825.0, 9915.0, 9814.0, 9890.0, 9831.0, 9869.0, 9897.0, 9802.0, 9875.0, 9805.0, 9822.0, 9899.0, 9806.0, 9846.0, 9803.0, 9819.0, 9888.0, 9805.0, 9821.0, 9792.0, 9842.0, 9917.0, 9814.0, 9864.0, 9844.0, 9855.0, 9916.0, 9808.0, 9909.0, 9842.0, 9832.0, 9898.0, 9888.0, 9842.0, 9787.0, 9815.0, 9896.0, 9801.0, 9873.0, 9851.0, 9814.0, 9896.0, 9798.0, 9840.0, 9881.0, 9798.0, 9847.0, 9790.0, 9809.0, 9872.0, 9761.0, 9816.0, 9800.0, 9795.0, 9848.0, 9779.0, 9819.0, 9784.0, 9799.0, 9817.0, 9815.0, 9834.0, 9780.0, 9831.0, 9856.0, 9794.0, 9870.0, 9807.0, 9849.0, 9775.0, 9823.0, 9858.0, 9806.0, 9813.0, 9857.0, 9808.0, 9905.0, 9842.0, 9863.0, 9894.0, 9835.0, 9865.0, 9814.0, 9835.0, 9882.0, 9786.0, 9859.0, 9779.0, 9849.0, 9865.0, 9790.0, 9816.0, 9790.0, 9808.0, 9873.0, 9796.0, 9833.0, 9798.0, 9810.0, 9817.0, 9825.0, 9873.0, 9822.0, 9827.0, 9861.0, 9845.0, 9906.0, 9837.0, 9849.0, 9827.0, 9847.0, 9872.0, 9889.0, 9811.0, 9884.0, 9836.0, 9899.0, 9894.0, 9819.0, 9880.0, 9916.0, 9812.0, 9900.0, 9805.0, 9803.0, 9865.0, 9815.0, 9847.0, 9779.0, 9812.0, 9835.0, 9805.0, 9806.0, 9794.0, 9773.0, 9816.0, 9760.0, 9778.0, 9813.0, 9767.0, 9816.0, 9762.0, 9794.0, 9827.0, 9764.0, 9773.0, 9788.0, 9767.0, 9799.0, 9767.0, 9797.0, 9806.0, 9754.0, 9812.0, 9752.0, 9805.0, 9839.0, 9780.0, 9804.0, 9765.0, 9838.0, 9854.0, 9781.0, 9801.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.0011762844036697247</td></tr>
<tr><td colspan=3>aqi</td><td>0.01669582338302752</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.655724237485686</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2146390531458096</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0098580028817448</td></tr>
<tr><td colspan=3>efc</td><td>0.4602</td></tr>
<tr><td colspan=3>fber</td><td>7299.7632</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07873638408769285</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.261467889908257</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5744625657911033</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5210899398925317</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.785871660852371</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.416426096628408</td></tr>
<tr><td colspan=3>gcor</td><td>0.0115388</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011594639159739017</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02296156994998455</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5452724194681076</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.9183</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.8634</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.7901</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301257.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>795.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.0584</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6787</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>647.1562</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3639.7566</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3889.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75287.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>956.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4930.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1096.9465</td></tr>
<tr><td colspan=3>tsnr</td><td>42.527184180915356</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>