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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-01_subject-0069_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-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-06_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-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_ses-01_task-social_acq-mb8_run-06_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-0069/ses-01/func/sub-0069_ses-01_task-social_acq-mb8_run-06_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>3cc777c8e63e11975f8f4e74864eae2e</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>16:54:3.990000</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.999404, 0.0257014, 0.0230243, -0.0272176, 0.997303, 0.0681594]</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-06_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.0773535</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>42</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7766, -7347, 661, -41, -200, 58, 59]</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.835</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>151f151b-7ff1-41ce-95ac-c7d614854ebf||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.6813292503356934, -0.07302293181419373, 0.05726805701851845, 114.09983825683594], [-0.06895503401756287, 2.6756913661956787, 0.18561290204524994, -100.6869888305664], [0.061772461980581284, -0.18286681175231934, 2.6930036544799805, -86.2459716796875], [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': ['165403.990000', '165404.450000', '165404.910000', '165405.370000', '165405.830000', '165406.290000', '165406.750000', '165407.210000', '165407.670000', '165408.130000', '165408.590000', '165409.050000', '165409.510000', '165409.970000', '165410.430000', '165410.890000', '165411.350000', '165411.810000', '165412.270000', '165412.730000', '165413.190000', '165413.650000', '165414.110000', '165414.570000', '165415.030000', '165415.490000', '165415.950000', '165416.410000', '165416.870000', '165417.330000', '165417.790000', '165418.250000', '165418.710000', '165419.170000', '165419.630000', '165420.090000', '165420.550000', '165421.010000', '165421.470000', '165421.930000', '165422.390000', '165422.850000', '165423.310000', '165423.770000', '165424.230000', '165424.690000', '165425.150000', '165425.610000', '165426.070000', '165426.530000', '165426.990000', '165427.450000', '165427.910000', '165428.370000', '165428.830000', '165429.290000', '165429.750000', '165430.210000', '165430.670000', '165431.130000', '165431.590000', '165432.050000', '165432.510000', '165432.970000', '165433.430000', '165433.890000', '165434.350000', '165434.810000', '165435.270000', '165435.730000', '165436.190000', '165436.650000', '165437.110000', '165437.570000', '165438.030000', '165438.490000', '165438.950000', '165439.410000', '165439.870000', '165440.330000', '165440.790000', '165441.250000', '165441.710000', '165442.170000', '165442.630000', '165443.090000', '165443.550000', '165444.010000', '165444.470000', '165444.930000', '165445.390000', '165445.850000', '165446.310000', '165446.770000', '165447.230000', '165447.690000', '165448.150000', '165448.610000', '165449.070000', '165449.530000', '165449.990000', '165450.450000', '165450.910000', '165451.370000', '165451.830000', '165452.290000', '165452.750000', '165453.210000', '165453.670000', '165454.130000', '165454.590000', '165455.050000', '165455.510000', '165455.970000', '165456.430000', '165456.890000', '165457.350000', '165457.810000', '165458.270000', '165458.730000', '165459.190000', '165459.650000', '165500.110000', '165500.570000', '165501.030000', '165501.490000', '165501.950000', '165502.410000', '165502.870000', '165503.330000', '165503.790000', '165504.250000', '165504.710000', '165505.170000', '165505.630000', '165506.090000', '165506.550000', '165507.010000', '165507.470000', '165507.930000', '165508.390000', '165508.850000', '165509.310000', '165509.770000', '165510.230000', '165510.690000', '165511.150000', '165511.610000', '165512.070000', '165512.530000', '165512.990000', '165513.450000', '165513.910000', '165514.370000', '165514.830000', '165515.290000', '165515.750000', '165516.210000', '165516.670000', '165517.130000', '165517.590000', '165518.050000', '165518.510000', '165518.970000', '165519.430000', '165519.890000', '165520.350000', '165520.810000', '165521.270000', '165521.730000', '165522.190000', '165522.650000', '165523.110000', '165523.570000', '165524.030000', '165524.490000', '165524.950000', '165525.410000', '165525.870000', '165526.330000', '165526.790000', '165527.250000', '165527.710000', '165528.170000', '165528.630000', '165529.090000', '165529.550000', '165530.010000', '165530.470000', '165530.930000', '165531.390000', '165531.850000', '165532.310000', '165532.770000', '165533.230000', '165533.690000', '165534.150000', '165534.610000', '165535.070000', '165535.530000', '165535.990000', '165536.450000', '165536.910000', '165537.370000', '165537.830000', '165538.290000', '165538.750000', '165539.210000', '165539.670000', '165540.130000', '165540.590000', '165541.050000', '165541.510000', '165541.970000', '165542.430000', '165542.890000', '165543.350000', '165543.810000', '165544.270000', '165544.730000', '165545.190000', '165545.650000', '165546.110000', '165546.570000', '165547.030000', '165547.490000', '165547.950000', '165548.410000', '165548.870000', '165549.330000', '165549.790000', '165550.250000', '165550.710000', '165551.170000', '165551.630000', '165552.090000', '165552.550000', '165553.010000', '165553.470000', '165553.930000', '165554.390000', '165554.850000', '165555.310000', '165555.770000', '165556.230000', '165556.690000', '165557.150000', '165557.610000', '165558.070000', '165558.530000', '165558.990000', '165559.450000', '165559.910000', '165600.370000', '165600.830000', '165601.290000', '165601.750000', '165602.210000', '165602.670000', '165603.130000', '165603.590000', '165604.050000', '165604.510000', '165604.970000', '165605.430000', '165605.890000', '165606.350000', '165606.810000', '165607.270000', '165607.730000', '165608.190000', '165608.650000', '165609.110000', '165609.570000', '165610.030000', '165610.490000', '165610.950000', '165611.410000', '165611.870000', '165612.330000', '165612.790000', '165613.250000', '165613.710000', '165614.170000', '165614.630000', '165615.090000', '165615.550000', '165616.010000', '165616.470000', '165616.930000', '165617.390000', '165617.850000', '165618.310000', '165618.770000', '165619.230000', '165619.690000', '165620.150000', '165620.610000', '165621.070000', '165621.530000', '165621.990000', '165622.450000', '165622.910000', '165623.370000', '165623.830000', '165624.290000', '165624.750000', '165625.210000', '165625.670000', '165626.130000', '165626.590000', '165627.050000', '165627.510000', '165627.970000', '165628.430000', '165628.890000', '165629.350000', '165629.810000', '165630.270000', '165630.730000', '165631.190000', '165631.650000', '165632.110000', '165632.570000', '165633.030000', '165633.490000', '165633.950000', '165634.410000', '165634.870000', '165635.330000', '165635.790000', '165636.250000', '165636.710000', '165637.170000', '165637.630000', '165638.090000', '165638.550000', '165639.010000', '165639.470000', '165639.930000', '165640.390000', '165640.850000', '165641.310000', '165641.770000', '165642.230000', '165642.690000', '165643.150000', '165643.610000', '165644.070000', '165644.530000', '165644.990000', '165645.450000', '165645.910000', '165646.370000', '165646.830000', '165647.290000', '165647.750000', '165648.210000', '165648.670000', '165649.130000', '165649.590000', '165650.050000', '165650.510000', '165650.970000', '165651.430000', '165651.890000', '165652.350000', '165652.810000', '165653.270000', '165653.730000', '165654.190000', '165654.650000', '165655.110000', '165655.570000', '165656.030000', '165656.490000', '165656.950000', '165657.410000', '165657.870000', '165658.330000', '165658.790000', '165659.250000', '165659.710000', '165700.170000', '165700.630000', '165701.090000', '165701.550000', '165702.010000', '165702.470000', '165702.930000', '165703.390000', '165703.850000', '165704.310000', '165704.770000', '165705.230000', '165705.690000', '165706.150000', '165706.610000', '165707.070000', '165707.530000', '165707.990000', '165708.450000', '165708.910000', '165709.370000', '165709.830000', '165710.290000', '165710.750000', '165711.210000', '165711.670000', '165712.130000', '165712.590000', '165713.050000', '165713.510000', '165713.970000', '165714.430000', '165714.890000', '165715.350000', '165715.810000', '165716.270000', '165716.730000', '165717.190000', '165717.650000', '165718.110000', '165718.570000', '165719.030000', '165719.490000', '165719.950000', '165720.410000', '165720.870000', '165721.330000', '165721.790000', '165722.250000', '165722.710000', '165723.170000', '165723.630000', '165724.090000', '165724.550000', '165725.010000', '165725.470000', '165725.930000', '165726.390000', '165726.850000', '165727.310000', '165727.770000', '165728.230000', '165728.690000', '165729.150000', '165729.610000', '165730.070000', '165730.530000', '165730.990000', '165731.450000', '165731.910000', '165732.370000', '165732.830000', '165733.290000', '165733.750000', '165734.210000', '165734.670000', '165735.130000', '165735.590000', '165736.050000', '165736.510000', '165736.970000', '165737.430000', '165737.890000', '165738.350000', '165738.810000', '165739.270000', '165739.730000', '165740.190000', '165740.650000', '165741.110000', '165741.570000', '165742.030000', '165742.490000', '165742.950000', '165743.410000', '165743.870000', '165744.330000', '165744.790000', '165745.250000', '165745.710000', '165746.170000', '165746.630000', '165747.090000', '165747.550000', '165748.010000', '165748.470000', '165748.930000', '165749.390000', '165749.850000', '165750.310000', '165750.770000', '165751.230000', '165751.690000', '165752.150000', '165752.610000', '165753.070000', '165753.530000', '165753.990000', '165754.450000', '165754.910000', '165755.370000', '165755.830000', '165756.290000', '165756.750000', '165757.210000', '165757.670000', '165758.130000', '165758.590000', '165759.050000', '165759.510000', '165759.970000', '165800.430000', '165800.890000', '165801.350000', '165801.810000', '165802.270000', '165802.730000', '165803.190000', '165803.650000', '165804.110000', '165804.570000', '165805.030000', '165805.490000', '165805.950000', '165806.410000', '165806.870000', '165807.330000', '165807.790000', '165808.250000', '165808.710000', '165809.170000', '165809.630000', '165810.090000', '165810.550000', '165811.010000', '165811.470000', '165811.930000', '165812.390000', '165812.850000', '165813.310000', '165813.770000', '165814.230000', '165814.690000', '165815.150000', '165815.610000', '165816.070000', '165816.530000', '165816.990000', '165817.450000', '165817.910000', '165818.370000', '165818.830000', '165819.290000', '165819.750000', '165820.210000', '165820.670000', '165821.130000', '165821.590000', '165822.050000', '165822.510000', '165822.970000', '165823.430000', '165823.890000', '165824.350000', '165824.810000', '165825.270000', '165825.730000', '165826.190000', '165826.650000', '165827.110000', '165827.570000', '165828.030000', '165828.490000', '165828.950000', '165829.410000', '165829.870000', '165830.330000', '165830.790000', '165831.250000', '165831.710000', '165832.170000', '165832.630000', '165833.090000', '165833.550000', '165834.010000', '165834.470000', '165834.930000', '165835.390000', '165835.850000', '165836.310000', '165836.770000', '165837.230000', '165837.690000', '165838.150000', '165838.610000', '165839.070000', '165839.530000', '165839.990000', '165840.450000', '165840.910000', '165841.370000', '165841.830000', '165842.290000', '165842.750000', '165843.210000', '165843.670000', '165844.130000', '165844.590000', '165845.050000', '165845.510000', '165845.970000', '165846.430000', '165846.890000', '165847.350000', '165847.810000', '165848.270000', '165848.730000', '165849.190000', '165849.650000', '165850.110000', '165850.570000', '165851.030000', '165851.490000', '165851.950000', '165852.410000', '165852.870000', '165853.330000', '165853.790000', '165854.250000', '165854.710000', '165855.170000', '165855.630000', '165856.090000', '165856.550000', '165857.010000', '165857.470000', '165857.930000', '165858.390000', '165858.850000', '165859.310000', '165859.770000', '165900.230000', '165900.690000', '165901.150000', '165901.610000', '165902.070000', '165902.530000', '165902.990000', '165903.450000', '165903.910000', '165904.370000', '165904.830000', '165905.290000', '165905.750000', '165906.210000', '165906.670000', '165907.130000', '165907.590000', '165908.050000', '165908.510000', '165908.970000', '165909.430000', '165909.890000', '165910.350000', '165910.810000', '165911.270000', '165911.730000', '165912.190000', '165912.650000', '165913.110000', '165913.570000', '165914.030000', '165914.490000', '165914.950000', '165915.410000', '165915.870000', '165916.330000', '165916.790000', '165917.250000', '165917.710000', '165918.170000', '165918.630000', '165919.090000', '165919.550000', '165920.010000', '165920.470000', '165920.930000', '165921.390000', '165921.850000', '165922.310000', '165922.770000', '165923.230000', '165923.690000', '165924.150000', '165924.610000', '165925.070000', '165925.530000', '165925.990000', '165926.450000', '165926.910000', '165927.370000', '165927.830000', '165928.290000', '165928.750000', '165929.210000', '165929.670000', '165930.130000', '165930.590000', '165931.050000', '165931.510000', '165931.970000', '165932.430000', '165932.890000', '165933.350000', '165933.810000', '165934.270000', '165934.730000', '165935.190000', '165935.650000', '165936.110000', '165936.570000', '165937.030000', '165937.490000', '165937.950000', '165938.410000', '165938.870000', '165939.330000', '165939.790000', '165940.250000', '165940.710000', '165941.170000', '165941.630000', '165942.090000', '165942.550000', '165943.010000', '165943.470000', '165943.930000', '165944.390000', '165944.850000', '165945.310000', '165945.770000', '165946.230000', '165946.690000', '165947.150000', '165947.610000', '165948.070000', '165948.530000', '165948.990000', '165949.450000', '165949.910000', '165950.370000', '165950.830000', '165951.290000', '165951.750000', '165952.210000', '165952.670000', '165953.130000', '165953.590000', '165954.050000', '165954.510000', '165954.970000', '165955.430000', '165955.890000', '165956.350000', '165956.810000', '165957.270000', '165957.730000', '165958.190000', '165958.650000', '165959.110000', '165959.570000', '170000.030000', '170000.490000', '170000.950000', '170001.410000', '170001.870000', '170002.330000', '170002.790000', '170003.250000', '170003.710000', '170004.170000', '170004.630000', '170005.090000', '170005.550000', '170006.010000', '170006.470000', '170006.930000', '170007.390000', '170007.850000', '170008.310000', '170008.770000', '170009.230000', '170009.690000', '170010.150000', '170010.610000', '170011.070000', '170011.530000', '170011.990000', '170012.450000', '170012.910000', '170013.370000', '170013.830000', '170014.290000', '170014.750000', '170015.210000', '170015.670000', '170016.130000', '170016.590000', '170017.050000', '170017.510000', '170017.970000', '170018.430000', '170018.890000', '170019.350000', '170019.810000', '170020.270000', '170020.730000', '170021.190000', '170021.650000', '170022.110000', '170022.570000', '170023.030000', '170023.490000', '170023.950000', '170024.410000', '170024.870000', '170025.330000', '170025.790000', '170026.250000', '170026.710000', '170027.170000', '170027.630000', '170028.090000', '170028.550000', '170029.010000', '170029.470000', '170029.930000', '170030.390000', '170030.850000', '170031.310000', '170031.770000', '170032.230000', '170032.690000', '170033.150000', '170033.610000', '170034.070000', '170034.530000', '170034.990000', '170035.450000', '170035.910000', '170036.370000', '170036.830000', '170037.290000', '170037.750000', '170038.210000', '170038.670000', '170039.130000', '170039.590000', '170040.050000', '170040.510000', '170040.970000', '170041.430000', '170041.890000', '170042.350000', '170042.810000', '170043.270000', '170043.730000', '170044.190000', '170044.650000'], 'ContentTime': ['165433.588000', '165433.591000', '165433.594000', '165433.596000', '165433.599000', '165433.601000', '165433.604000', '165433.606000', '165433.609000', '165433.612000', '165433.614000', '165433.621000', '165433.623000', '165433.626000', '165433.629000', '165433.631000', '165433.634000', '165433.636000', '165433.639000', '165433.641000', '165433.644000', '165433.646000', '165433.649000', '165433.651000', '165433.654000', '165433.656000', '165433.659000', '165433.668000', '165433.671000', '165433.673000', '165433.676000', '165433.678000', '165433.681000', '165433.683000', '165433.686000', '165433.689000', '165433.691000', '165433.694000', '165433.696000', '165433.699000', '165433.701000', '165433.704000', '165433.707000', '165433.709000', '165433.712000', '165433.715000', '165433.717000', '165433.720000', '165433.722000', '165433.725000', '165433.727000', '165433.730000', '165433.732000', '165433.735000', '165433.737000', '165433.770000', '165433.772000', '165433.775000', '165433.777000', '165433.780000', '165433.782000', '165433.785000', '165433.787000', '165453.560000', '165453.563000', '165453.566000', '165453.568000', '165453.571000', '165453.573000', '165453.576000', '165453.579000', '165453.581000', '165453.584000', '165453.586000', '165453.589000', '165453.591000', '165453.594000', '165453.596000', '165453.599000', '165453.602000', '165453.604000', '165453.607000', '165453.609000', '165453.612000', '165453.615000', '165453.617000', '165453.620000', '165453.622000', '165453.625000', '165453.628000', '165453.630000', '165453.633000', '165453.635000', '165453.638000', '165453.640000', '165453.643000', '165453.645000', '165453.648000', '165453.651000', '165453.653000', '165453.656000', '165453.658000', '165453.661000', '165453.663000', '165453.666000', '165453.669000', '165513.561000', '165513.563000', '165513.566000', '165513.569000', '165513.571000', '165513.574000', '165513.576000', '165513.579000', '165513.582000', '165513.584000', '165513.587000', '165513.589000', '165513.592000', '165513.594000', '165513.599000', '165513.602000', '165513.604000', '165513.607000', '165513.609000', '165513.612000', '165513.615000', '165513.617000', '165513.620000', '165513.622000', '165513.625000', '165513.628000', '165513.630000', '165513.633000', '165513.636000', '165513.638000', '165513.641000', '165513.643000', '165513.646000', '165513.649000', '165513.652000', '165513.654000', '165513.657000', '165513.659000', '165513.662000', '165513.665000', '165513.667000', '165513.670000', '165513.673000', '165513.675000', '165533.560000', '165533.563000', '165533.566000', '165533.569000', '165533.571000', '165533.574000', '165533.577000', '165533.579000', '165533.582000', '165533.584000', '165533.587000', '165533.589000', '165533.592000', '165533.594000', '165533.597000', '165533.600000', '165533.602000', '165533.605000', '165533.607000', '165533.610000', '165533.613000', '165533.615000', '165533.618000', '165533.621000', '165533.623000', '165533.626000', '165533.628000', '165533.631000', '165533.633000', '165533.636000', '165533.638000', '165533.641000', '165533.643000', '165533.646000', '165533.649000', '165533.651000', '165533.654000', '165533.656000', '165533.659000', '165533.661000', '165533.664000', '165533.667000', '165533.669000', '165553.560000', '165553.563000', '165553.566000', '165553.568000', '165553.571000', '165553.574000', '165553.576000', '165553.579000', '165553.582000', '165553.584000', '165553.587000', '165553.589000', '165553.592000', '165553.594000', '165553.597000', '165553.600000', '165553.602000', '165553.605000', '165553.608000', '165553.610000', '165553.613000', '165553.615000', '165553.618000', '165553.621000', '165553.623000', '165553.626000', '165553.628000', '165553.631000', '165553.633000', '165553.636000', '165553.639000', '165553.641000', '165553.644000', '165553.646000', '165553.649000', '165553.651000', '165553.654000', '165553.657000', '165553.659000', '165553.662000', '165553.664000', '165553.667000', '165553.670000', '165553.672000', '165613.561000', '165613.563000', '165613.566000', '165613.569000', '165613.571000', '165613.574000', '165613.577000', '165613.579000', '165613.582000', '165613.584000', '165613.587000', '165613.589000', '165613.592000', '165613.595000', '165613.597000', '165613.600000', '165613.602000', '165613.614000', '165613.617000', '165613.620000', '165613.622000', '165613.625000', '165613.627000', '165613.630000', '165613.632000', '165613.635000', '165613.638000', '165613.640000', '165613.643000', '165613.646000', '165613.648000', '165613.651000', '165613.654000', '165613.656000', '165613.659000', '165613.662000', '165613.664000', '165613.667000', '165613.669000', '165613.672000', '165613.675000', '165613.677000', '165613.680000', '165633.560000', '165633.563000', '165633.566000', '165633.569000', '165633.571000', '165633.574000', '165633.576000', '165633.579000', '165633.581000', '165633.584000', '165633.587000', '165633.589000', '165633.592000', '165633.594000', '165633.597000', '165633.600000', '165633.603000', '165633.605000', '165633.608000', '165633.611000', '165633.613000', '165633.616000', '165633.618000', '165633.621000', '165633.623000', '165633.626000', '165633.629000', '165633.631000', '165633.634000', '165633.637000', '165633.640000', '165633.642000', '165633.645000', '165633.648000', '165633.650000', '165633.653000', '165633.655000', '165633.658000', '165633.661000', '165633.663000', '165633.666000', '165633.668000', '165633.671000', '165653.560000', '165653.562000', '165653.565000', '165653.568000', '165653.570000', '165653.573000', '165653.575000', '165653.578000', '165653.581000', '165653.583000', '165653.586000', '165653.588000', '165653.591000', '165653.593000', '165653.596000', '165653.599000', '165653.601000', '165653.604000', '165653.607000', '165653.609000', '165653.612000', '165653.614000', '165653.617000', '165653.619000', '165653.622000', '165653.625000', '165653.627000', '165653.630000', '165653.632000', '165653.635000', '165653.637000', '165653.640000', '165653.643000', '165653.645000', '165653.648000', '165653.650000', '165653.653000', '165653.656000', '165653.658000', '165653.661000', '165653.663000', '165653.666000', '165653.669000', '165653.671000', '165713.561000', '165713.564000', '165713.566000', '165713.569000', '165713.571000', '165713.574000', '165713.577000', '165713.579000', '165713.582000', '165713.584000', '165713.587000', '165713.589000', '165713.592000', '165713.595000', '165713.597000', '165713.600000', '165713.603000', '165713.605000', '165713.608000', '165713.610000', '165713.613000', '165713.616000', '165713.619000', '165713.622000', '165713.625000', '165713.627000', '165713.630000', '165713.632000', '165713.635000', '165713.638000', '165713.640000', '165713.643000', '165713.645000', '165713.648000', '165713.651000', '165713.653000', '165713.656000', '165713.658000', '165713.661000', '165713.664000', '165713.666000', '165713.669000', '165713.671000', '165733.561000', '165733.564000', '165733.566000', '165733.569000', '165733.571000', '165733.574000', '165733.577000', '165733.579000', '165733.582000', '165733.584000', '165733.587000', '165733.589000', '165733.592000', '165733.595000', '165733.597000', '165733.600000', '165733.603000', '165733.605000', '165733.608000', '165733.610000', '165733.613000', '165733.615000', '165733.618000', '165733.621000', '165733.623000', '165733.626000', '165733.628000', '165733.631000', '165733.634000', '165733.636000', '165733.639000', '165733.641000', '165733.644000', '165733.647000', '165733.649000', '165733.652000', '165733.654000', '165733.657000', '165733.660000', '165733.662000', '165733.665000', '165733.667000', '165733.670000', '165733.684000', '165753.561000', '165753.564000', '165753.566000', '165753.569000', '165753.571000', '165753.574000', '165753.576000', '165753.579000', '165753.582000', '165753.584000', '165753.587000', '165753.589000', '165753.592000', '165753.595000', '165753.597000', '165753.600000', '165753.603000', '165753.606000', '165753.609000', '165753.612000', '165753.614000', '165753.617000', '165753.619000', '165753.622000', '165753.624000', '165753.627000', '165753.630000', '165753.632000', '165753.635000', '165753.638000', '165753.640000', '165753.643000', '165753.645000', '165753.648000', '165753.651000', '165753.653000', '165753.656000', '165753.658000', '165753.661000', '165753.664000', '165753.666000', '165753.669000', '165753.671000', '165813.561000', '165813.563000', '165813.566000', '165813.569000', '165813.571000', '165813.574000', '165813.576000', '165813.579000', '165813.581000', '165813.584000', '165813.587000', '165813.589000', '165813.592000', '165813.594000', '165813.597000', '165813.600000', '165813.602000', '165813.605000', '165813.607000', '165813.610000', '165813.613000', '165813.615000', '165813.618000', '165813.620000', '165813.623000', '165813.625000', '165813.628000', '165813.631000', '165813.633000', '165813.636000', '165813.638000', '165813.641000', '165813.643000', '165813.647000', '165813.650000', '165813.652000', '165813.655000', '165813.657000', '165813.660000', '165813.663000', '165813.665000', '165813.668000', '165813.671000', '165813.673000', '165833.561000', '165833.563000', '165833.566000', '165833.569000', '165833.571000', '165833.574000', '165833.576000', '165833.579000', '165833.582000', '165833.584000', '165833.587000', '165833.589000', '165833.592000', '165833.595000', '165833.597000', '165833.600000', '165833.602000', '165833.605000', '165833.608000', '165833.610000', '165833.613000', '165833.615000', '165833.618000', '165833.620000', '165833.623000', '165833.626000', '165833.628000', '165833.631000', '165833.634000', '165833.636000', '165833.639000', '165833.642000', '165833.644000', '165833.647000', '165833.649000', '165833.652000', '165833.654000', '165833.657000', '165833.660000', '165833.662000', '165833.665000', '165833.667000', '165833.670000', '165853.561000', '165853.563000', '165853.566000', '165853.569000', '165853.571000', '165853.574000', '165853.576000', '165853.579000', '165853.581000', '165853.584000', '165853.587000', '165853.589000', '165853.592000', '165853.595000', '165853.597000', '165853.600000', '165853.603000', '165853.605000', '165853.608000', '165853.610000', '165853.613000', '165853.615000', '165853.618000', '165853.621000', '165853.623000', '165853.626000', '165853.628000', '165853.631000', '165853.634000', '165853.636000', '165853.639000', '165853.641000', '165853.644000', '165853.646000', '165853.649000', '165853.652000', '165853.654000', '165853.657000', '165853.659000', '165853.662000', '165853.665000', '165853.667000', '165853.670000', '165853.672000', '165913.559000', '165913.562000', '165913.565000', '165913.567000', '165913.570000', '165913.573000', '165913.575000', '165913.578000', '165913.581000', '165913.583000', '165913.594000', '165913.596000', '165913.599000', '165913.602000', '165913.604000', '165913.607000', '165913.610000', '165913.612000', '165913.615000', '165913.617000', '165913.620000', '165913.622000', '165913.625000', '165913.628000', '165913.630000', '165913.633000', '165913.636000', '165913.638000', '165913.641000', '165913.643000', '165913.646000', '165913.648000', '165913.651000', '165913.654000', '165913.656000', '165913.659000', '165913.661000', '165913.664000', '165913.667000', '165913.669000', '165913.672000', '165913.675000', '165913.677000', '165933.561000', '165933.563000', '165933.566000', '165933.569000', '165933.571000', '165933.574000', '165933.576000', '165933.579000', '165933.582000', '165933.584000', '165933.587000', '165933.590000', '165933.592000', '165933.595000', '165933.597000', '165933.600000', '165933.603000', '165933.605000', '165933.608000', '165933.611000', '165933.613000', '165933.616000', '165933.618000', '165933.621000', '165933.624000', '165933.626000', '165933.629000', '165933.632000', '165933.634000', '165933.637000', '165933.639000', '165933.642000', '165933.644000', '165933.647000', '165933.650000', '165933.652000', '165933.655000', '165933.657000', '165933.660000', '165933.663000', '165933.665000', '165933.668000', '165933.670000', '165933.673000', '165953.561000', '165953.564000', '165953.566000', '165953.569000', '165953.572000', '165953.574000', '165953.577000', '165953.581000', '165953.584000', '165953.587000', '165953.589000', '165953.592000', '165953.594000', '165953.597000', '165953.600000', '165953.602000', '165953.605000', '165953.607000', '165953.610000', '165953.613000', '165953.615000', '165953.618000', '165953.620000', '165953.623000', '165953.626000', '165953.628000', '165953.631000', '165953.633000', '165953.636000', '165953.639000', '165953.641000', '165953.644000', '165953.646000', '165953.649000', '165953.652000', '165953.654000', '165953.657000', '165953.660000', '165953.662000', '165953.665000', '165953.667000', '165953.670000', '165953.672000', '170013.561000', '170013.563000', '170013.566000', '170013.569000', '170013.571000', '170013.574000', '170013.576000', '170013.579000', '170013.582000', '170013.584000', '170013.587000', '170013.590000', '170013.592000', '170013.595000', '170013.597000', '170013.600000', '170013.603000', '170013.605000', '170013.608000', '170013.610000', '170013.613000', '170013.616000', '170013.618000', '170013.621000', '170013.624000', '170013.626000', '170013.629000', '170013.632000', '170013.634000', '170013.637000', '170013.639000', '170013.642000', '170013.645000', '170013.647000', '170013.650000', '170013.652000', '170013.655000', '170013.658000', '170013.660000', '170013.663000', '170013.665000', '170013.668000', '170013.670000', '170013.673000', '170033.561000', '170033.564000', '170033.566000', '170033.569000', '170033.571000', '170033.574000', '170033.577000', '170033.579000', '170033.582000', '170033.585000', '170033.587000', '170033.590000', '170033.592000', '170033.595000', '170033.597000', '170033.600000', '170033.603000', '170033.605000', '170033.608000', '170033.610000', '170033.631000', '170033.633000', '170033.636000', '170033.638000', '170033.641000', '170033.644000', '170033.646000', '170033.649000', '170033.651000', '170033.654000', '170033.656000', '170033.659000', '170033.661000', '170033.664000', '170033.667000', '170033.669000', '170033.672000', '170033.675000', '170033.677000', '170033.680000', '170033.682000', '170033.685000', '170033.687000', '170045.669000', '170045.672000', '170045.674000', '170045.677000', '170045.680000', '170045.683000', '170045.685000', '170045.688000', '170045.690000', '170045.693000', '170045.696000', '170045.698000', '170045.701000', '170045.703000', '170045.706000', '170045.708000', '170045.711000', '170045.714000', '170045.716000', '170045.719000', '170045.721000', '170045.724000', '170045.727000', '170045.729000', '170045.732000', '170045.734000', '170045.737000'], 'InstanceCreationTime': ['165433.588000', '165433.591000', '165433.594000', '165433.596000', '165433.599000', '165433.601000', '165433.604000', '165433.606000', '165433.609000', '165433.612000', '165433.614000', '165433.621000', '165433.623000', '165433.626000', '165433.629000', '165433.631000', '165433.634000', '165433.636000', '165433.639000', '165433.641000', '165433.644000', '165433.646000', '165433.649000', '165433.651000', '165433.654000', '165433.656000', '165433.659000', '165433.668000', '165433.671000', '165433.673000', '165433.676000', '165433.678000', '165433.681000', '165433.683000', '165433.686000', '165433.689000', '165433.691000', '165433.694000', '165433.696000', '165433.699000', '165433.701000', '165433.704000', '165433.707000', '165433.709000', '165433.712000', '165433.715000', '165433.717000', '165433.720000', '165433.722000', '165433.725000', '165433.727000', '165433.730000', '165433.732000', '165433.735000', '165433.737000', '165433.770000', '165433.772000', '165433.775000', '165433.777000', '165433.780000', '165433.782000', '165433.785000', '165433.787000', '165453.560000', '165453.563000', '165453.566000', '165453.568000', '165453.571000', '165453.573000', '165453.576000', '165453.579000', '165453.581000', '165453.584000', '165453.586000', '165453.589000', '165453.591000', '165453.594000', '165453.596000', '165453.599000', '165453.602000', '165453.604000', '165453.607000', '165453.609000', '165453.612000', '165453.615000', '165453.617000', '165453.620000', '165453.622000', '165453.625000', '165453.628000', '165453.630000', '165453.633000', '165453.635000', '165453.638000', '165453.640000', '165453.643000', '165453.645000', '165453.648000', '165453.651000', '165453.653000', '165453.656000', '165453.658000', '165453.661000', '165453.663000', '165453.666000', '165453.669000', '165513.561000', '165513.563000', '165513.566000', '165513.569000', '165513.571000', '165513.574000', '165513.576000', '165513.579000', '165513.582000', '165513.584000', '165513.587000', '165513.589000', '165513.592000', '165513.594000', '165513.599000', '165513.602000', '165513.604000', '165513.607000', '165513.609000', '165513.612000', '165513.615000', '165513.617000', '165513.620000', '165513.622000', '165513.625000', '165513.628000', '165513.630000', '165513.633000', '165513.636000', '165513.638000', '165513.641000', '165513.643000', '165513.646000', '165513.649000', '165513.652000', '165513.654000', '165513.657000', '165513.659000', '165513.662000', '165513.665000', '165513.667000', '165513.670000', '165513.673000', '165513.675000', '165533.560000', '165533.563000', '165533.566000', '165533.569000', '165533.571000', '165533.574000', '165533.577000', '165533.579000', '165533.582000', '165533.584000', '165533.587000', '165533.589000', '165533.592000', '165533.594000', '165533.597000', '165533.600000', '165533.602000', '165533.605000', '165533.607000', '165533.610000', '165533.613000', '165533.615000', '165533.618000', '165533.621000', '165533.623000', '165533.626000', '165533.628000', '165533.631000', '165533.633000', '165533.636000', '165533.638000', '165533.641000', '165533.643000', '165533.646000', '165533.649000', '165533.651000', '165533.654000', '165533.656000', '165533.659000', '165533.661000', '165533.664000', '165533.667000', '165533.669000', '165553.560000', '165553.563000', '165553.566000', '165553.568000', '165553.571000', '165553.574000', '165553.576000', '165553.579000', '165553.582000', '165553.584000', '165553.587000', '165553.589000', '165553.592000', '165553.594000', '165553.597000', '165553.600000', '165553.602000', '165553.605000', '165553.608000', '165553.610000', '165553.613000', '165553.615000', '165553.618000', '165553.621000', '165553.623000', '165553.626000', '165553.628000', '165553.631000', '165553.633000', '165553.636000', '165553.639000', '165553.641000', '165553.644000', '165553.646000', '165553.649000', '165553.651000', '165553.654000', '165553.657000', '165553.659000', '165553.662000', '165553.664000', '165553.667000', '165553.670000', '165553.672000', '165613.561000', '165613.563000', '165613.566000', '165613.569000', '165613.571000', '165613.574000', '165613.577000', '165613.579000', '165613.582000', '165613.584000', '165613.587000', '165613.589000', '165613.592000', '165613.595000', '165613.597000', '165613.600000', '165613.602000', '165613.614000', '165613.617000', '165613.620000', '165613.622000', '165613.625000', '165613.627000', '165613.630000', '165613.632000', '165613.635000', '165613.638000', '165613.640000', '165613.643000', '165613.646000', '165613.648000', '165613.651000', '165613.654000', '165613.656000', '165613.659000', '165613.662000', '165613.664000', '165613.667000', '165613.669000', '165613.672000', '165613.675000', '165613.677000', '165613.680000', '165633.560000', '165633.563000', '165633.566000', '165633.569000', '165633.571000', '165633.574000', '165633.576000', '165633.579000', '165633.581000', '165633.584000', '165633.587000', '165633.589000', '165633.592000', '165633.594000', '165633.597000', '165633.600000', '165633.603000', '165633.605000', '165633.608000', '165633.611000', '165633.613000', '165633.616000', '165633.618000', '165633.621000', '165633.623000', '165633.626000', '165633.629000', '165633.631000', '165633.634000', '165633.637000', '165633.640000', '165633.642000', '165633.645000', '165633.648000', '165633.650000', '165633.653000', '165633.655000', '165633.658000', '165633.661000', '165633.663000', '165633.666000', '165633.668000', '165633.671000', '165653.560000', '165653.562000', '165653.565000', '165653.568000', '165653.570000', '165653.573000', '165653.575000', '165653.578000', '165653.581000', '165653.583000', '165653.586000', '165653.588000', '165653.591000', '165653.593000', '165653.596000', '165653.599000', '165653.601000', '165653.604000', '165653.607000', '165653.609000', '165653.612000', '165653.614000', '165653.617000', '165653.619000', '165653.622000', '165653.625000', '165653.627000', '165653.630000', '165653.632000', '165653.635000', '165653.637000', '165653.640000', '165653.643000', '165653.645000', '165653.648000', '165653.650000', '165653.653000', '165653.656000', '165653.658000', '165653.661000', '165653.663000', '165653.666000', '165653.669000', '165653.671000', '165713.561000', '165713.564000', '165713.566000', '165713.569000', '165713.571000', '165713.574000', '165713.577000', '165713.579000', '165713.582000', '165713.584000', '165713.587000', '165713.589000', '165713.592000', '165713.595000', '165713.597000', '165713.600000', '165713.603000', '165713.605000', '165713.608000', '165713.610000', '165713.613000', '165713.616000', '165713.619000', '165713.622000', '165713.625000', '165713.627000', '165713.630000', '165713.632000', '165713.635000', '165713.638000', '165713.640000', '165713.643000', '165713.645000', '165713.648000', '165713.651000', '165713.653000', '165713.656000', '165713.658000', '165713.661000', '165713.664000', '165713.666000', '165713.669000', '165713.671000', '165733.561000', '165733.564000', '165733.566000', '165733.569000', '165733.571000', '165733.574000', '165733.577000', '165733.579000', '165733.582000', '165733.584000', '165733.587000', '165733.589000', '165733.592000', '165733.595000', '165733.597000', '165733.600000', '165733.603000', '165733.605000', '165733.608000', '165733.610000', '165733.613000', '165733.615000', '165733.618000', '165733.621000', '165733.623000', '165733.626000', '165733.628000', '165733.631000', '165733.634000', '165733.636000', '165733.639000', '165733.641000', '165733.644000', '165733.647000', '165733.649000', '165733.652000', '165733.654000', '165733.657000', '165733.660000', '165733.662000', '165733.665000', '165733.667000', '165733.670000', '165733.684000', '165753.561000', '165753.564000', '165753.566000', '165753.569000', '165753.571000', '165753.574000', '165753.576000', '165753.579000', '165753.582000', '165753.584000', '165753.587000', '165753.589000', '165753.592000', '165753.595000', '165753.597000', '165753.600000', '165753.603000', '165753.606000', '165753.609000', '165753.612000', '165753.614000', '165753.617000', '165753.619000', '165753.622000', '165753.624000', '165753.627000', '165753.630000', '165753.632000', '165753.635000', '165753.638000', '165753.640000', '165753.643000', '165753.645000', '165753.648000', '165753.651000', '165753.653000', '165753.656000', '165753.658000', '165753.661000', '165753.664000', '165753.666000', '165753.669000', '165753.671000', '165813.561000', '165813.563000', '165813.566000', '165813.569000', '165813.571000', '165813.574000', '165813.576000', '165813.579000', '165813.581000', '165813.584000', '165813.587000', '165813.589000', '165813.592000', '165813.594000', '165813.597000', '165813.600000', '165813.602000', '165813.605000', '165813.607000', '165813.610000', '165813.613000', '165813.615000', '165813.618000', '165813.620000', '165813.623000', '165813.625000', '165813.628000', '165813.631000', '165813.633000', '165813.636000', '165813.638000', '165813.641000', '165813.643000', '165813.647000', '165813.650000', '165813.652000', '165813.655000', '165813.657000', '165813.660000', '165813.663000', '165813.665000', '165813.668000', '165813.671000', '165813.673000', '165833.561000', '165833.563000', '165833.566000', '165833.569000', '165833.571000', '165833.574000', '165833.576000', '165833.579000', '165833.582000', '165833.584000', '165833.587000', '165833.589000', '165833.592000', '165833.595000', '165833.597000', '165833.600000', '165833.602000', '165833.605000', '165833.608000', '165833.610000', '165833.613000', '165833.615000', '165833.618000', '165833.620000', '165833.623000', '165833.626000', '165833.628000', '165833.631000', '165833.634000', '165833.636000', '165833.639000', '165833.642000', '165833.644000', '165833.647000', '165833.649000', '165833.652000', '165833.654000', '165833.657000', '165833.660000', '165833.662000', '165833.665000', '165833.667000', '165833.670000', '165853.561000', '165853.563000', '165853.566000', '165853.569000', '165853.571000', '165853.574000', '165853.576000', '165853.579000', '165853.581000', '165853.584000', '165853.587000', '165853.589000', '165853.592000', '165853.595000', '165853.597000', '165853.600000', '165853.603000', '165853.605000', '165853.608000', '165853.610000', '165853.613000', '165853.615000', '165853.618000', '165853.621000', '165853.623000', '165853.626000', '165853.628000', '165853.631000', '165853.634000', '165853.636000', '165853.639000', '165853.641000', '165853.644000', '165853.646000', '165853.649000', '165853.652000', '165853.654000', '165853.657000', '165853.659000', '165853.662000', '165853.665000', '165853.667000', '165853.670000', '165853.672000', '165913.559000', '165913.562000', '165913.565000', '165913.567000', '165913.570000', '165913.573000', '165913.575000', '165913.578000', '165913.581000', '165913.583000', '165913.594000', '165913.596000', '165913.599000', '165913.602000', '165913.604000', '165913.607000', '165913.610000', '165913.612000', '165913.615000', '165913.617000', '165913.620000', '165913.622000', '165913.625000', '165913.628000', '165913.630000', '165913.633000', '165913.636000', '165913.638000', '165913.641000', '165913.643000', '165913.646000', '165913.648000', '165913.651000', '165913.654000', '165913.656000', '165913.659000', '165913.661000', '165913.664000', '165913.667000', '165913.669000', '165913.672000', '165913.675000', '165913.677000', '165933.561000', '165933.563000', '165933.566000', '165933.569000', '165933.571000', '165933.574000', '165933.576000', '165933.579000', '165933.582000', '165933.584000', '165933.587000', '165933.590000', '165933.592000', '165933.595000', '165933.597000', '165933.600000', '165933.603000', '165933.605000', '165933.608000', '165933.611000', '165933.613000', '165933.616000', '165933.618000', '165933.621000', '165933.624000', '165933.626000', '165933.629000', '165933.632000', '165933.634000', '165933.637000', '165933.639000', '165933.642000', '165933.644000', '165933.647000', '165933.650000', '165933.652000', '165933.655000', '165933.657000', '165933.660000', '165933.663000', '165933.665000', '165933.668000', '165933.670000', '165933.673000', '165953.561000', '165953.564000', '165953.566000', '165953.569000', '165953.572000', '165953.574000', '165953.577000', '165953.581000', '165953.584000', '165953.587000', '165953.589000', '165953.592000', '165953.594000', '165953.597000', '165953.600000', '165953.602000', '165953.605000', '165953.607000', '165953.610000', '165953.613000', '165953.615000', '165953.618000', '165953.620000', '165953.623000', '165953.626000', '165953.628000', '165953.631000', '165953.633000', '165953.636000', '165953.639000', '165953.641000', '165953.644000', '165953.646000', '165953.649000', '165953.652000', '165953.654000', '165953.657000', '165953.660000', '165953.662000', '165953.665000', '165953.667000', '165953.670000', '165953.672000', '170013.561000', '170013.563000', '170013.566000', '170013.569000', '170013.571000', '170013.574000', '170013.576000', '170013.579000', '170013.582000', '170013.584000', '170013.587000', '170013.590000', '170013.592000', '170013.595000', '170013.597000', '170013.600000', '170013.603000', '170013.605000', '170013.608000', '170013.610000', '170013.613000', '170013.616000', '170013.618000', '170013.621000', '170013.624000', '170013.626000', '170013.629000', '170013.632000', '170013.634000', '170013.637000', '170013.639000', '170013.642000', '170013.645000', '170013.647000', '170013.650000', '170013.652000', '170013.655000', '170013.658000', '170013.660000', '170013.663000', '170013.665000', '170013.668000', '170013.670000', '170013.673000', '170033.561000', '170033.564000', '170033.566000', '170033.569000', '170033.571000', '170033.574000', '170033.577000', '170033.579000', '170033.582000', '170033.585000', '170033.587000', '170033.590000', '170033.592000', '170033.595000', '170033.597000', '170033.600000', '170033.603000', '170033.605000', '170033.608000', '170033.610000', '170033.631000', '170033.633000', '170033.636000', '170033.638000', '170033.641000', '170033.644000', '170033.646000', '170033.649000', '170033.651000', '170033.654000', '170033.656000', '170033.659000', '170033.661000', '170033.664000', '170033.667000', '170033.669000', '170033.672000', '170033.675000', '170033.677000', '170033.680000', '170033.682000', '170033.685000', '170033.687000', '170045.669000', '170045.672000', '170045.674000', '170045.677000', '170045.680000', '170045.683000', '170045.685000', '170045.688000', '170045.690000', '170045.693000', '170045.696000', '170045.698000', '170045.701000', '170045.703000', '170045.706000', '170045.708000', '170045.711000', '170045.714000', '170045.716000', '170045.719000', '170045.721000', '170045.724000', '170045.727000', '170045.729000', '170045.732000', '170045.734000', '170045.737000'], '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': [15060, 11842, 14651, 12276, 11408, 10048, 9715, 10309, 9671, 8819, 9607, 9666, 9634, 10542, 10900, 11067, 10369, 9528, 10295, 9389, 10512, 10119, 10678, 9109, 12023, 9757, 8225, 9808, 9817, 10450, 8702, 11329, 9335, 8540, 9567, 9711, 10422, 8594, 9102, 9063, 8272, 9885, 8763, 10512, 8627, 9893, 8887, 8004, 10588, 8496, 9604, 9424, 8466, 11721, 8347, 9459, 9406, 8526, 11199, 8391, 11989, 8331, 11072, 8702, 9616, 9234, 8741, 10424, 7953, 11765, 8542, 10629, 9053, 9576, 9694, 8498, 11076, 8439, 11459, 8659, 13148, 8786, 11478, 9024, 10110, 9629, 8339, 10231, 8183, 10907, 8467, 11641, 9124, 11329, 9117, 7817, 10059, 8031, 13219, 9171, 10712, 9345, 8087, 10629, 7826, 11615, 8596, 13220, 8910, 11778, 8801, 10092, 8687, 8472, 10049, 8638, 11986, 8552, 11629, 8698, 9814, 9271, 9278, 10371, 8469, 10754, 8855, 11054, 8399, 11420, 8770, 13064, 8711, 10420, 8401, 8711, 9550, 8372, 11224, 8640, 12574, 8607, 9892, 9010, 8729, 10898, 8808, 11583, 8347, 13235, 8815, 11317, 9168, 9365, 10110, 7727, 10535, 8367, 11725, 9080, 11070, 9272, 7722, 10359, 8181, 11803, 9075, 12129, 9396, 10953, 8462, 8960, 9708, 8235, 11388, 9102, 13384, 8409, 9636, 8963, 7965, 10819, 8772, 11983, 8482, 10757, 8621, 8648, 10650, 9130, 12126, 9202, 11547, 8830, 9658, 9617, 8576, 10974, 9085, 11582, 8373, 11168, 9009, 8586, 10814, 7933, 11623, 8464, 11325, 8833, 9468, 10596, 9307, 11228, 8400, 11515, 8843, 9205, 10237, 9076, 11186, 8111, 12887, 8590, 9389, 9527, 8540, 12638, 8740, 9184, 10360, 8300, 11607, 9474, 10642, 9183, 8639, 10271, 9860, 11616, 9868, 7836, 9806, 8542, 10716, 9599, 9466, 11027, 8305, 10400, 9102, 8093, 10322, 9064, 12994, 8706, 8353, 9451, 8485, 11449, 8938, 12078, 8965, 8327, 9436, 8072, 10882, 8715, 11729, 9370, 12982, 8652, 10493, 8971, 9506, 9447, 9295, 10880, 9119, 11049, 8273, 11387, 8219, 11230, 9022, 8312, 10389, 7737, 12402, 8594, 10621, 9428, 8681, 10929, 8173, 11536, 8402, 13171, 8845, 10300, 9728, 7810, 9765, 9187, 11240, 9152, 11576, 9701, 7694, 10302, 9123, 11444, 8604, 11657, 8960, 11671, 8709, 11269, 8467, 11659, 8401, 12992, 8916, 10411, 9053, 9293, 9227, 8890, 10482, 8633, 11624, 8674, 11375, 8482, 11347, 8804, 9487, 9626, 8211, 10985, 7950, 12481, 8737, 9755, 10170, 9485, 11150, 8206, 12964, 9005, 11186, 9126, 8797, 9458, 8623, 10447, 8755, 11627, 8786, 11414, 9139, 7558, 9812, 9210, 11166, 8735, 11162, 9267, 12878, 9148, 9056, 9288, 8181, 10390, 9640, 11699, 8472, 12667, 9085, 11640, 9088, 11511, 9060, 9135, 9306, 7770, 10051, 9494, 11376, 8976, 12134, 9173, 8554, 9493, 9028, 11421, 9609, 11747, 9215, 7904, 9880, 8698, 11734, 9093, 12734, 9319, 8494, 9451, 9223, 11497, 8313, 9348, 10742, 8823, 11147, 10108, 9693, 10819, 9001, 12165, 8604, 13039, 8961, 9776, 9672, 9050, 11946, 8667, 9451, 9156, 9211, 11823, 9037, 10017, 10333, 8369, 12807, 8832, 8547, 9842, 9284, 11259, 8634, 11569, 8818, 8885, 9459, 9291, 11744, 8364, 10943, 8826, 8369, 10498, 9195, 13038, 9212, 8201, 9468, 9239, 11329, 8658, 11525, 9140, 8179, 9418, 8929, 10849, 8646, 11398, 8821, 12443, 9063, 8844, 9208, 7832, 9897, 8746, 10989, 8542, 12539, 9023, 8177, 9354, 8082, 10216, 8328, 11214, 8738, 12364, 9057, 9078, 9234, 8545, 9689, 8411, 10879, 8690, 11215, 8665, 10280, 9166, 9145, 9683, 8413, 10676, 8277, 10991, 8336, 11415, 8613, 12454, 9280, 8869, 9110, 7732, 10386, 8217, 11259, 9304, 7845, 10229, 8024, 11758, 9370, 8976, 10882, 8367, 9808, 9360, 9548, 10509, 9072, 7751, 10184, 8302, 9475, 10079, 9068, 13598, 9347, 8516, 9836, 8506, 12793, 8939, 8922, 11010, 8500, 11623, 9186, 8501, 10715, 9205, 13749, 9279, 8319, 9654, 9726, 11031, 8778, 13386, 9344, 8191, 9757, 9791, 11237, 8429, 11567, 9162, 8199, 10179, 8532, 13308, 9140, 9366, 9610, 9531, 11627, 8355, 11668, 9359, 8600, 9577, 9884, 12408, 9032, 8872, 9785, 9555, 11073, 8426, 11905, 8966, 9415, 9322, 8836, 10968, 8790, 13200, 9151, 8598, 9370, 8653, 10897, 8574, 12039, 9046, 9873, 9242, 8502, 10123, 9274, 11990, 8787, 10859, 9151, 8978, 9820, 7891, 11584, 9011, 11708, 8894, 12229, 9138, 10728, 9101, 9237, 9659, 8080, 10238, 8672, 11322, 8661, 10657, 9267, 8861, 10653, 8163, 11878, 8739, 10992, 8881, 7779, 10221, 8449, 10735, 8814, 10826, 9160, 9143, 12954, 8634, 8632, 9225, 8128, 10560, 9562, 11884, 8503, 9691, 9104, 7931, 10609, 9392, 11895, 8700, 13093, 8934, 11404, 8904, 11380, 9175, 9891, 9101, 7781, 9750, 7807, 10388, 8252, 11088, 9499, 11285, 8167, 11298, 8342, 11441, 8582, 11238, 8778, 12319, 8977, 10555, 9033, 9943, 9028, 8722, 11267, 8166, 12876, 8751, 8679, 9616, 9535, 11718, 8971, 10995, 9158, 9751, 9352, 9583, 11264, 8751, 11286, 9193, 11091, 8238, 11575, 8742, 9932, 9532, 8396, 10322, 8937, 11484, 8873, 11134, 8997, 11112, 9320, 8040, 9862, 9684, 11195, 8663, 12688, 9489, 8434, 9698, 9501, 11131, 8796, 12129, 9411, 8478, 9592, 8154, 10275, 8618, 11008, 9478, 11373, 8493, 11285, 8880, 12759, 9035, 10160, 9169, 7748, 9772, 8483, 10171, 8401, 10488, 8807, 12968, 8793, 9695, 9357, 8692, 10671, 8393, 11215, 9473, 10863, 8921, 10864, 8804, 11591, 9067, 11663, 8531, 10952, 8246, 10812, 8550, 10879, 8393, 12613, 9003, 11971, 9072, 12202, 9143, 11350, 8859, 12239, 8927, 10641, 8999, 10614, 9054, 9384, 9589, 7809, 9700, 9174, 10858, 8603, 11228, 8648, 11452, 8551, 10610, 8407, 10346, 8816, 10664, 9365, 10212, 8849, 10211, 9264, 10316, 9143, 10658, 8129, 10420, 7901, 10041, 8771, 10348, 9408, 10452, 9163, 10533, 8404, 10466, 8449, 10751, 8587, 11987, 8492, 10814, 8172, 10669, 8634, 10671, 8327, 10683, 8175, 10593, 8391, 10518, 8512, 10750, 8177, 10354, 7921, 10255, 8154, 10333, 8502, 11109, 8281, 9113, 9292, 8433, 10831, 8866], 'WindowCenter': [4418.0, 4382.0, 4386.0, 4364.0, 4352.0, 4329.0, 4330.0, 4340.0, 4328.0, 4328.0, 4328.0, 4340.0, 4339.0, 4349.0, 4351.0, 4351.0, 4340.0, 4328.0, 4338.0, 4328.0, 4337.0, 4339.0, 4338.0, 4330.0, 4360.0, 4340.0, 4331.0, 4351.0, 4353.0, 4353.0, 4344.0, 4364.0, 4356.0, 4357.0, 4357.0, 4366.0, 4367.0, 4359.0, 4369.0, 4370.0, 4359.0, 4383.0, 4373.0, 4393.0, 4375.0, 4382.0, 4373.0, 4373.0, 4393.0, 4385.0, 4385.0, 4384.0, 4373.0, 4403.0, 4374.0, 4396.0, 4396.0, 4386.0, 4406.0, 4375.0, 4403.0, 4374.0, 4393.0, 4373.0, 4384.0, 4396.0, 4385.0, 4407.0, 4387.0, 4417.0, 4387.0, 4407.0, 4398.0, 4408.0, 4408.0, 4386.0, 4420.0, 4387.0, 4405.0, 4386.0, 4415.0, 4386.0, 4406.0, 4398.0, 4397.0, 4397.0, 4375.0, 4395.0, 4374.0, 4394.0, 4375.0, 4406.0, 4399.0, 4408.0, 4398.0, 4375.0, 4396.0, 4375.0, 4418.0, 4398.0, 4407.0, 4398.0, 4387.0, 4407.0, 4376.0, 4406.0, 4385.0, 4416.0, 4387.0, 4405.0, 4386.0, 4394.0, 4374.0, 4384.0, 4396.0, 4385.0, 4417.0, 4386.0, 4405.0, 4385.0, 4395.0, 4397.0, 4397.0, 4397.0, 4374.0, 4394.0, 4384.0, 4393.0, 4374.0, 4404.0, 4385.0, 4415.0, 4375.0, 4393.0, 4374.0, 4383.0, 4397.0, 4387.0, 4407.0, 4386.0, 4416.0, 4386.0, 4396.0, 4398.0, 4388.0, 4408.0, 4397.0, 4407.0, 4387.0, 4416.0, 4398.0, 4408.0, 4387.0, 4387.0, 4397.0, 4363.0, 4395.0, 4376.0, 4417.0, 4399.0, 4407.0, 4396.0, 4376.0, 4396.0, 4387.0, 4418.0, 4399.0, 4417.0, 4399.0, 4406.0, 4376.0, 4385.0, 4396.0, 4388.0, 4407.0, 4386.0, 4416.0, 4376.0, 4385.0, 4385.0, 4375.0, 4407.0, 4387.0, 4406.0, 4386.0, 4405.0, 4386.0, 4386.0, 4407.0, 4397.0, 4415.0, 4386.0, 4405.0, 4385.0, 4383.0, 4396.0, 4385.0, 4406.0, 4385.0, 4404.0, 4375.0, 4406.0, 4386.0, 4385.0, 4407.0, 4375.0, 4405.0, 4386.0, 4407.0, 4400.0, 4399.0, 4408.0, 4386.0, 4405.0, 4375.0, 4404.0, 4387.0, 4385.0, 4397.0, 4398.0, 4407.0, 4376.0, 4416.0, 4401.0, 4399.0, 4398.0, 4387.0, 4415.0, 4386.0, 4385.0, 4396.0, 4387.0, 4408.0, 4386.0, 4396.0, 4385.0, 4385.0, 4394.0, 4396.0, 4406.0, 4396.0, 4364.0, 4384.0, 4386.0, 4394.0, 4385.0, 4383.0, 4393.0, 4373.0, 4382.0, 4373.0, 4364.0, 4394.0, 4386.0, 4415.0, 4374.0, 4374.0, 4384.0, 4384.0, 4406.0, 4388.0, 4417.0, 4386.0, 4375.0, 4386.0, 4376.0, 4406.0, 4389.0, 4407.0, 4398.0, 4416.0, 4375.0, 4394.0, 4385.0, 4386.0, 4396.0, 4385.0, 4396.0, 4385.0, 4394.0, 4375.0, 4403.0, 4387.0, 4406.0, 4398.0, 4387.0, 4407.0, 4376.0, 4417.0, 4389.0, 4409.0, 4399.0, 4388.0, 4409.0, 4387.0, 4406.0, 4377.0, 4417.0, 4387.0, 4396.0, 4397.0, 4363.0, 4385.0, 4396.0, 4407.0, 4398.0, 4406.0, 4397.0, 4375.0, 4395.0, 4385.0, 4405.0, 4386.0, 4405.0, 4384.0, 4405.0, 4373.0, 4391.0, 4374.0, 4393.0, 4374.0, 4403.0, 4385.0, 4394.0, 4373.0, 4383.0, 4382.0, 4385.0, 4395.0, 4373.0, 4407.0, 4373.0, 4393.0, 4375.0, 4404.0, 4387.0, 4398.0, 4398.0, 4401.0, 4419.0, 4388.0, 4417.0, 4389.0, 4397.0, 4408.0, 4395.0, 4405.0, 4375.0, 4414.0, 4387.0, 4406.0, 4386.0, 4375.0, 4383.0, 4373.0, 4394.0, 4372.0, 4404.0, 4385.0, 4403.0, 4386.0, 4373.0, 4395.0, 4385.0, 4405.0, 4388.0, 4405.0, 4399.0, 4416.0, 4385.0, 4384.0, 4384.0, 4374.0, 4394.0, 4383.0, 4404.0, 4375.0, 4403.0, 4385.0, 4417.0, 4387.0, 4406.0, 4385.0, 4384.0, 4373.0, 4362.0, 4383.0, 4383.0, 4406.0, 4385.0, 4404.0, 4385.0, 4374.0, 4384.0, 4386.0, 4418.0, 4409.0, 4417.0, 4386.0, 4375.0, 4395.0, 4386.0, 4416.0, 4388.0, 4415.0, 4398.0, 4385.0, 4396.0, 4398.0, 4418.0, 4387.0, 4398.0, 4407.0, 4387.0, 4407.0, 4395.0, 4386.0, 4394.0, 4387.0, 4417.0, 4375.0, 4402.0, 4373.0, 4383.0, 4384.0, 4385.0, 4416.0, 4385.0, 4385.0, 4385.0, 4397.0, 4416.0, 4400.0, 4409.0, 4408.0, 4387.0, 4416.0, 4387.0, 4386.0, 4398.0, 4397.0, 4419.0, 4400.0, 4407.0, 4385.0, 4387.0, 4396.0, 4398.0, 4416.0, 4386.0, 4405.0, 4386.0, 4387.0, 4407.0, 4386.0, 4416.0, 4386.0, 4373.0, 4383.0, 4384.0, 4405.0, 4386.0, 4405.0, 4386.0, 4373.0, 4383.0, 4373.0, 4393.0, 4374.0, 4393.0, 4385.0, 4405.0, 4373.0, 4373.0, 4372.0, 4363.0, 4383.0, 4373.0, 4394.0, 4375.0, 4402.0, 4374.0, 4375.0, 4383.0, 4363.0, 4393.0, 4386.0, 4406.0, 4386.0, 4416.0, 4384.0, 4384.0, 4385.0, 4375.0, 4385.0, 4374.0, 4395.0, 4373.0, 4391.0, 4373.0, 4392.0, 4385.0, 4384.0, 4384.0, 4372.0, 4394.0, 4374.0, 4393.0, 4376.0, 4405.0, 4375.0, 4405.0, 4384.0, 4383.0, 4387.0, 4377.0, 4407.0, 4388.0, 4407.0, 4397.0, 4375.0, 4394.0, 4374.0, 4404.0, 4384.0, 4385.0, 4394.0, 4374.0, 4396.0, 4399.0, 4412.0, 4408.0, 4385.0, 4363.0, 4395.0, 4374.0, 4384.0, 4394.0, 4386.0, 4426.0, 4398.0, 4386.0, 4396.0, 4412.0, 4430.0, 4397.0, 4398.0, 4409.0, 4388.0, 4405.0, 4397.0, 4386.0, 4406.0, 4396.0, 4425.0, 4387.0, 4375.0, 4384.0, 4383.0, 4405.0, 4386.0, 4414.0, 4385.0, 4374.0, 4383.0, 4383.0, 4393.0, 4376.0, 4405.0, 4386.0, 4374.0, 4394.0, 4374.0, 4412.0, 4385.0, 4385.0, 4385.0, 4384.0, 4393.0, 4373.0, 4393.0, 4383.0, 4399.0, 4396.0, 4395.0, 4415.0, 4385.0, 4384.0, 4384.0, 4384.0, 4405.0, 4376.0, 4417.0, 4387.0, 4384.0, 4384.0, 4383.0, 4405.0, 4387.0, 4415.0, 4386.0, 4374.0, 4384.0, 4372.0, 4405.0, 4386.0, 4405.0, 4386.0, 4395.0, 4385.0, 4384.0, 4395.0, 4397.0, 4404.0, 4387.0, 4405.0, 4384.0, 4385.0, 4396.0, 4375.0, 4406.0, 4385.0, 4404.0, 4385.0, 4404.0, 4384.0, 4394.0, 4384.0, 4383.0, 4383.0, 4362.0, 4382.0, 4373.0, 4403.0, 4386.0, 4395.0, 4386.0, 4385.0, 4395.0, 4387.0, 4418.0, 4387.0, 4407.0, 4387.0, 4376.0, 4395.0, 4374.0, 4393.0, 4387.0, 4407.0, 4385.0, 4386.0, 4405.0, 4374.0, 4374.0, 4384.0, 4364.0, 4394.0, 4385.0, 4405.0, 4373.0, 4382.0, 4371.0, 4375.0, 4395.0, 4384.0, 4405.0, 4373.0, 4402.0, 4373.0, 4392.0, 4373.0, 4393.0, 4373.0, 4382.0, 4371.0, 4350.0, 4371.0, 4351.0, 4382.0, 4375.0, 4394.0, 4384.0, 4394.0, 4373.0, 4392.0, 4374.0, 4394.0, 4387.0, 4394.0, 4374.0, 4404.0, 4374.0, 4393.0, 4374.0, 4395.0, 4386.0, 4385.0, 4419.0, 4388.0, 4415.0, 4399.0, 4401.0, 4398.0, 4397.0, 4418.0, 4400.0, 4407.0, 4387.0, 4396.0, 4398.0, 4397.0, 4406.0, 4386.0, 4395.0, 4372.0, 4393.0, 4374.0, 4405.0, 4375.0, 4395.0, 4384.0, 4373.0, 4381.0, 4373.0, 4393.0, 4384.0, 4393.0, 4373.0, 4393.0, 4372.0, 4361.0, 4381.0, 4383.0, 4393.0, 4374.0, 4403.0, 4383.0, 4361.0, 4381.0, 4382.0, 4404.0, 4374.0, 4404.0, 4383.0, 4361.0, 4382.0, 4362.0, 4383.0, 4373.0, 4393.0, 4383.0, 4391.0, 4361.0, 4380.0, 4372.0, 4401.0, 4373.0, 4382.0, 4372.0, 4350.0, 4395.0, 4385.0, 4407.0, 4389.0, 4406.0, 4398.0, 4417.0, 4387.0, 4396.0, 4396.0, 4386.0, 4408.0, 4387.0, 4408.0, 4396.0, 4395.0, 4385.0, 4406.0, 4385.0, 4405.0, 4386.0, 4394.0, 4373.0, 4392.0, 4374.0, 4394.0, 4384.0, 4393.0, 4376.0, 4404.0, 4384.0, 4393.0, 4385.0, 4404.0, 4385.0, 4392.0, 4373.0, 4390.0, 4372.0, 4381.0, 4374.0, 4393.0, 4385.0, 4385.0, 4385.0, 4364.0, 4396.0, 4399.0, 4407.0, 4386.0, 4395.0, 4375.0, 4393.0, 4374.0, 4383.0, 4374.0, 4383.0, 4372.0, 4382.0, 4371.0, 4369.0, 4359.0, 4379.0, 4371.0, 4381.0, 4372.0, 4382.0, 4363.0, 4382.0, 4363.0, 4382.0, 4385.0, 4397.0, 4385.0, 4394.0, 4385.0, 4394.0, 4373.0, 4395.0, 4386.0, 4394.0, 4386.0, 4405.0, 4386.0, 4394.0, 4375.0, 4396.0, 4386.0, 4395.0, 4375.0, 4394.0, 4374.0, 4392.0, 4376.0, 4395.0, 4375.0, 4395.0, 4375.0, 4383.0, 4364.0, 4395.0, 4375.0, 4395.0, 4387.0, 4407.0, 4387.0, 4399.0, 4411.0, 4400.0, 4420.0, 4400.0], 'WindowWidth': [9735.0, 9673.0, 9667.0, 9632.0, 9611.0, 9575.0, 9577.0, 9592.0, 9574.0, 9572.0, 9571.0, 9593.0, 9590.0, 9604.0, 9611.0, 9610.0, 9595.0, 9573.0, 9587.0, 9572.0, 9583.0, 9588.0, 9587.0, 9580.0, 9617.0, 9593.0, 9583.0, 9610.0, 9614.0, 9615.0, 9606.0, 9633.0, 9627.0, 9628.0, 9629.0, 9640.0, 9641.0, 9635.0, 9649.0, 9652.0, 9636.0, 9673.0, 9660.0, 9687.0, 9667.0, 9674.0, 9660.0, 9659.0, 9689.0, 9680.0, 9681.0, 9676.0, 9661.0, 9699.0, 9665.0, 9697.0, 9698.0, 9684.0, 9712.0, 9665.0, 9702.0, 9665.0, 9689.0, 9663.0, 9679.0, 9699.0, 9682.0, 9716.0, 9686.0, 9730.0, 9689.0, 9714.0, 9703.0, 9718.0, 9719.0, 9688.0, 9739.0, 9686.0, 9709.0, 9684.0, 9723.0, 9686.0, 9713.0, 9706.0, 9700.0, 9701.0, 9669.0, 9694.0, 9666.0, 9692.0, 9668.0, 9713.0, 9708.0, 9717.0, 9704.0, 9669.0, 9697.0, 9671.0, 9728.0, 9706.0, 9716.0, 9707.0, 9689.0, 9712.0, 9671.0, 9710.0, 9684.0, 9725.0, 9688.0, 9710.0, 9684.0, 9691.0, 9665.0, 9682.0, 9697.0, 9684.0, 9729.0, 9683.0, 9708.0, 9682.0, 9695.0, 9702.0, 9703.0, 9700.0, 9668.0, 9693.0, 9678.0, 9689.0, 9664.0, 9705.0, 9683.0, 9721.0, 9667.0, 9690.0, 9665.0, 9678.0, 9701.0, 9688.0, 9715.0, 9686.0, 9723.0, 9685.0, 9698.0, 9706.0, 9692.0, 9718.0, 9702.0, 9715.0, 9688.0, 9725.0, 9705.0, 9718.0, 9688.0, 9687.0, 9699.0, 9651.0, 9693.0, 9670.0, 9727.0, 9707.0, 9716.0, 9700.0, 9671.0, 9699.0, 9687.0, 9732.0, 9707.0, 9728.0, 9709.0, 9712.0, 9670.0, 9681.0, 9698.0, 9690.0, 9713.0, 9685.0, 9725.0, 9670.0, 9683.0, 9681.0, 9670.0, 9714.0, 9687.0, 9714.0, 9684.0, 9709.0, 9684.0, 9686.0, 9715.0, 9700.0, 9724.0, 9686.0, 9708.0, 9682.0, 9678.0, 9696.0, 9683.0, 9712.0, 9680.0, 9706.0, 9667.0, 9712.0, 9686.0, 9683.0, 9714.0, 9670.0, 9707.0, 9684.0, 9716.0, 9713.0, 9707.0, 9717.0, 9685.0, 9706.0, 9669.0, 9707.0, 9687.0, 9683.0, 9700.0, 9703.0, 9714.0, 9674.0, 9725.0, 9717.0, 9710.0, 9707.0, 9689.0, 9724.0, 9685.0, 9683.0, 9699.0, 9688.0, 9717.0, 9684.0, 9696.0, 9681.0, 9681.0, 9693.0, 9695.0, 9708.0, 9696.0, 9650.0, 9677.0, 9683.0, 9693.0, 9682.0, 9672.0, 9686.0, 9661.0, 9672.0, 9660.0, 9649.0, 9691.0, 9682.0, 9721.0, 9664.0, 9663.0, 9678.0, 9680.0, 9710.0, 9689.0, 9726.0, 9685.0, 9668.0, 9682.0, 9672.0, 9711.0, 9692.0, 9716.0, 9704.0, 9725.0, 9668.0, 9692.0, 9681.0, 9684.0, 9698.0, 9681.0, 9696.0, 9680.0, 9690.0, 9666.0, 9702.0, 9687.0, 9713.0, 9704.0, 9687.0, 9715.0, 9673.0, 9728.0, 9694.0, 9722.0, 9708.0, 9691.0, 9719.0, 9688.0, 9711.0, 9674.0, 9726.0, 9688.0, 9698.0, 9700.0, 9649.0, 9679.0, 9698.0, 9716.0, 9706.0, 9712.0, 9701.0, 9669.0, 9695.0, 9682.0, 9707.0, 9685.0, 9709.0, 9680.0, 9708.0, 9662.0, 9684.0, 9664.0, 9687.0, 9667.0, 9703.0, 9682.0, 9691.0, 9663.0, 9674.0, 9673.0, 9681.0, 9694.0, 9664.0, 9712.0, 9664.0, 9689.0, 9668.0, 9707.0, 9689.0, 9704.0, 9707.0, 9714.0, 9735.0, 9692.0, 9730.0, 9694.0, 9702.0, 9718.0, 9695.0, 9710.0, 9669.0, 9720.0, 9688.0, 9712.0, 9685.0, 9667.0, 9675.0, 9661.0, 9690.0, 9660.0, 9706.0, 9683.0, 9705.0, 9685.0, 9665.0, 9694.0, 9683.0, 9709.0, 9693.0, 9709.0, 9710.0, 9724.0, 9680.0, 9678.0, 9681.0, 9662.0, 9691.0, 9677.0, 9705.0, 9668.0, 9703.0, 9681.0, 9731.0, 9688.0, 9711.0, 9682.0, 9676.0, 9661.0, 9646.0, 9675.0, 9677.0, 9711.0, 9685.0, 9709.0, 9681.0, 9664.0, 9677.0, 9685.0, 9732.0, 9726.0, 9730.0, 9685.0, 9669.0, 9695.0, 9685.0, 9727.0, 9691.0, 9726.0, 9703.0, 9682.0, 9697.0, 9705.0, 9729.0, 9689.0, 9704.0, 9712.0, 9685.0, 9711.0, 9695.0, 9683.0, 9693.0, 9687.0, 9729.0, 9666.0, 9698.0, 9662.0, 9676.0, 9680.0, 9683.0, 9725.0, 9682.0, 9681.0, 9681.0, 9700.0, 9726.0, 9712.0, 9719.0, 9719.0, 9689.0, 9726.0, 9688.0, 9684.0, 9703.0, 9702.0, 9735.0, 9710.0, 9714.0, 9683.0, 9687.0, 9699.0, 9703.0, 9728.0, 9684.0, 9710.0, 9684.0, 9688.0, 9715.0, 9686.0, 9726.0, 9683.0, 9664.0, 9675.0, 9677.0, 9708.0, 9686.0, 9709.0, 9684.0, 9663.0, 9675.0, 9662.0, 9687.0, 9664.0, 9690.0, 9681.0, 9708.0, 9664.0, 9659.0, 9657.0, 9648.0, 9673.0, 9661.0, 9693.0, 9669.0, 9702.0, 9664.0, 9667.0, 9675.0, 9649.0, 9690.0, 9688.0, 9712.0, 9686.0, 9724.0, 9681.0, 9679.0, 9680.0, 9669.0, 9682.0, 9666.0, 9695.0, 9662.0, 9683.0, 9662.0, 9686.0, 9682.0, 9679.0, 9679.0, 9659.0, 9691.0, 9664.0, 9688.0, 9672.0, 9708.0, 9667.0, 9709.0, 9677.0, 9676.0, 9689.0, 9675.0, 9715.0, 9692.0, 9717.0, 9703.0, 9670.0, 9691.0, 9668.0, 9706.0, 9682.0, 9682.0, 9692.0, 9665.0, 9698.0, 9708.0, 9730.0, 9719.0, 9681.0, 9647.0, 9692.0, 9664.0, 9676.0, 9691.0, 9683.0, 9739.0, 9704.0, 9685.0, 9696.0, 9733.0, 9751.0, 9704.0, 9704.0, 9722.0, 9688.0, 9708.0, 9703.0, 9684.0, 9711.0, 9699.0, 9739.0, 9688.0, 9667.0, 9677.0, 9676.0, 9711.0, 9684.0, 9718.0, 9682.0, 9663.0, 9674.0, 9674.0, 9688.0, 9672.0, 9708.0, 9685.0, 9665.0, 9690.0, 9665.0, 9714.0, 9681.0, 9683.0, 9682.0, 9678.0, 9690.0, 9661.0, 9687.0, 9676.0, 9709.0, 9699.0, 9694.0, 9723.0, 9682.0, 9678.0, 9677.0, 9679.0, 9709.0, 9672.0, 9729.0, 9690.0, 9678.0, 9680.0, 9676.0, 9709.0, 9689.0, 9722.0, 9686.0, 9664.0, 9679.0, 9661.0, 9708.0, 9686.0, 9709.0, 9685.0, 9695.0, 9682.0, 9679.0, 9695.0, 9701.0, 9708.0, 9688.0, 9710.0, 9682.0, 9681.0, 9699.0, 9671.0, 9712.0, 9682.0, 9706.0, 9680.0, 9704.0, 9678.0, 9691.0, 9679.0, 9675.0, 9673.0, 9643.0, 9671.0, 9661.0, 9704.0, 9685.0, 9696.0, 9685.0, 9682.0, 9695.0, 9688.0, 9732.0, 9691.0, 9715.0, 9690.0, 9670.0, 9695.0, 9664.0, 9686.0, 9688.0, 9713.0, 9683.0, 9683.0, 9708.0, 9666.0, 9663.0, 9675.0, 9650.0, 9691.0, 9681.0, 9706.0, 9662.0, 9672.0, 9657.0, 9668.0, 9696.0, 9679.0, 9707.0, 9661.0, 9697.0, 9659.0, 9683.0, 9661.0, 9688.0, 9662.0, 9672.0, 9655.0, 9626.0, 9654.0, 9628.0, 9672.0, 9669.0, 9690.0, 9679.0, 9691.0, 9663.0, 9685.0, 9664.0, 9690.0, 9689.0, 9692.0, 9666.0, 9703.0, 9665.0, 9688.0, 9664.0, 9695.0, 9684.0, 9681.0, 9736.0, 9690.0, 9723.0, 9707.0, 9715.0, 9706.0, 9701.0, 9733.0, 9712.0, 9714.0, 9686.0, 9697.0, 9703.0, 9700.0, 9711.0, 9684.0, 9694.0, 9659.0, 9686.0, 9664.0, 9709.0, 9668.0, 9694.0, 9679.0, 9661.0, 9672.0, 9661.0, 9689.0, 9679.0, 9688.0, 9663.0, 9687.0, 9657.0, 9640.0, 9668.0, 9674.0, 9689.0, 9664.0, 9704.0, 9674.0, 9642.0, 9668.0, 9675.0, 9705.0, 9667.0, 9704.0, 9675.0, 9643.0, 9670.0, 9645.0, 9676.0, 9663.0, 9686.0, 9672.0, 9681.0, 9641.0, 9665.0, 9657.0, 9698.0, 9664.0, 9670.0, 9658.0, 9626.0, 9693.0, 9682.0, 9716.0, 9695.0, 9713.0, 9709.0, 9729.0, 9689.0, 9698.0, 9699.0, 9686.0, 9718.0, 9687.0, 9718.0, 9697.0, 9694.0, 9681.0, 9712.0, 9682.0, 9708.0, 9685.0, 9692.0, 9665.0, 9685.0, 9664.0, 9692.0, 9682.0, 9690.0, 9672.0, 9704.0, 9679.0, 9688.0, 9681.0, 9705.0, 9681.0, 9687.0, 9662.0, 9679.0, 9658.0, 9668.0, 9664.0, 9691.0, 9681.0, 9681.0, 9682.0, 9652.0, 9699.0, 9708.0, 9714.0, 9687.0, 9696.0, 9669.0, 9689.0, 9664.0, 9675.0, 9665.0, 9675.0, 9658.0, 9673.0, 9653.0, 9648.0, 9636.0, 9663.0, 9654.0, 9669.0, 9660.0, 9672.0, 9647.0, 9672.0, 9647.0, 9673.0, 9681.0, 9701.0, 9681.0, 9693.0, 9680.0, 9691.0, 9662.0, 9695.0, 9686.0, 9693.0, 9685.0, 9707.0, 9683.0, 9691.0, 9669.0, 9698.0, 9686.0, 9694.0, 9668.0, 9689.0, 9665.0, 9687.0, 9672.0, 9695.0, 9668.0, 9694.0, 9668.0, 9676.0, 9651.0, 9693.0, 9670.0, 9694.0, 9687.0, 9713.0, 9689.0, 9706.0, 9728.0, 9712.0, 9739.0, 9711.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.0018829013761467888</td></tr>
<tr><td colspan=3>aqi</td><td>0.017087440481651374</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.30185103825488</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3062810230080373</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0341011463260612</td></tr>
<tr><td colspan=3>efc</td><td>0.494</td></tr>
<tr><td colspan=3>fber</td><td>6338.8203</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08346543731638456</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.587155963302752</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.324176156805786</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.229486765026712</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.516982485445007</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.226059219945639</td></tr>
<tr><td colspan=3>gcor</td><td>0.0205555</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008681598119437695</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028528079390525818</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>4.291890289943629</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>23.1038</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.5486</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>182.8118</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291883.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>859.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>377.9864</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2539</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>521.8876</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3572.3086</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3729.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84661.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1516.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4588.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>868.8428</td></tr>
<tr><td colspan=3>tsnr</td><td>47.081802564673126</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>