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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0084/ses-03/func/sub-0084_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c03a4ef121153e17b15265fe048879fc</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>12:33:13.195000</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.998671, 0.0390786, 0.0335939, -0.0387142, 0.999185, -0.0114278]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.108209</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7740, -7267, 453, -60, -281, 131, 65]</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>281.353</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>47bb7da5-5acc-4fdc-82f0-53f9f0b2e9f1||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.6793620586395264, -0.10386747121810913, 0.09183529764413834, 116.36433410644531], [-0.10484489798545837, 2.6807403564453125, -0.027302658185362816, -92.03230285644531], [0.09012989699840546, 0.030660061165690422, 2.6982996463775635, -83.92647552490234], [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': ['123313.195000', '123313.655000', '123314.115000', '123314.575000', '123315.035000', '123315.495000', '123315.955000', '123316.415000', '123316.875000', '123317.335000', '123317.795000', '123318.255000', '123318.715000', '123319.175000', '123319.635000', '123320.095000', '123320.555000', '123321.015000', '123321.475000', '123321.935000', '123322.395000', '123322.855000', '123323.315000', '123323.775000', '123324.235000', '123324.695000', '123325.155000', '123325.615000', '123326.075000', '123326.535000', '123326.995000', '123327.455000', '123327.915000', '123328.375000', '123328.835000', '123329.295000', '123329.755000', '123330.215000', '123330.675000', '123331.135000', '123331.595000', '123332.055000', '123332.515000', '123332.975000', '123333.435000', '123333.895000', '123334.355000', '123334.815000', '123335.275000', '123335.735000', '123336.195000', '123336.655000', '123337.115000', '123337.575000', '123338.035000', '123338.495000', '123338.955000', '123339.415000', '123339.875000', '123340.335000', '123340.795000', '123341.255000', '123341.715000', '123342.175000', '123342.635000', '123343.095000', '123343.555000', '123344.015000', '123344.475000', '123344.935000', '123345.395000', '123345.855000', '123346.315000', '123346.775000', '123347.235000', '123347.695000', '123348.155000', '123348.615000', '123349.075000', '123349.535000', '123349.995000', '123350.455000', '123350.915000', '123351.375000', '123351.835000', '123352.295000', '123352.755000', '123353.215000', '123353.675000', '123354.135000', '123354.595000', '123355.055000', '123355.515000', '123355.975000', '123356.435000', '123356.895000', '123357.355000', '123357.815000', '123358.275000', '123358.735000', '123359.195000', '123359.655000', '123400.115000', '123400.575000', '123401.035000', '123401.495000', '123401.955000', '123402.415000', '123402.875000', '123403.335000', '123403.795000', '123404.255000', '123404.715000', '123405.175000', '123405.635000', '123406.095000', '123406.555000', '123407.015000', '123407.475000', '123407.935000', '123408.395000', '123408.855000', '123409.315000', '123409.775000', '123410.235000', '123410.695000', '123411.155000', '123411.615000', '123412.075000', '123412.535000', '123412.995000', '123413.455000', '123413.915000', '123414.375000', '123414.835000', '123415.295000', '123415.755000', '123416.215000', '123416.675000', '123417.135000', '123417.595000', '123418.055000', '123418.515000', '123418.975000', '123419.435000', '123419.895000', '123420.355000', '123420.815000', '123421.275000', '123421.735000', '123422.195000', '123422.655000', '123423.115000', '123423.575000', '123424.035000', '123424.495000', '123424.955000', '123425.415000', '123425.875000', '123426.335000', '123426.795000', '123427.255000', '123427.715000', '123428.175000', '123428.635000', '123429.095000', '123429.555000', '123430.015000', '123430.475000', '123430.935000', '123431.395000', '123431.855000', '123432.315000', '123432.775000', '123433.235000', '123433.695000', '123434.155000', '123434.615000', '123435.075000', '123435.535000', '123435.995000', '123436.455000', '123436.915000', '123437.375000', '123437.835000', '123438.295000', '123438.755000', '123439.215000', '123439.675000', '123440.135000', '123440.595000', '123441.055000', '123441.515000', '123441.975000', '123442.435000', '123442.895000', '123443.355000', '123443.815000', '123444.275000', '123444.735000', '123445.195000', '123445.655000', '123446.115000', '123446.575000', '123447.035000', '123447.495000', '123447.955000', '123448.415000', '123448.875000', '123449.335000', '123449.795000', '123450.255000', '123450.715000', '123451.175000', '123451.635000', '123452.095000', '123452.555000', '123453.015000', '123453.475000', '123453.935000', '123454.395000', '123454.855000', '123455.315000', '123455.775000', '123456.235000', '123456.695000', '123457.155000', '123457.615000', '123458.075000', '123458.535000', '123458.995000', '123459.455000', '123459.915000', '123500.375000', '123500.835000', '123501.295000', '123501.755000', '123502.215000', '123502.675000', '123503.135000', '123503.595000', '123504.055000', '123504.515000', '123504.975000', '123505.435000', '123505.895000', '123506.355000', '123506.815000', '123507.275000', '123507.735000', '123508.195000', '123508.655000', '123509.115000', '123509.575000', '123510.035000', '123510.495000', '123510.955000', '123511.415000', '123511.875000', '123512.335000', '123512.795000', '123513.255000', '123513.715000', '123514.175000', '123514.635000', '123515.095000', '123515.555000', '123516.015000', '123516.475000', '123516.935000', '123517.395000', '123517.855000', '123518.315000', '123518.775000', '123519.235000', '123519.695000', '123520.155000', '123520.615000', '123521.075000', '123521.535000', '123521.995000', '123522.455000', '123522.915000', '123523.375000', '123523.835000', '123524.295000', '123524.755000', '123525.215000', '123525.675000', '123526.135000', '123526.595000', '123527.055000', '123527.515000', '123527.975000', '123528.435000', '123528.895000', '123529.355000', '123529.815000', '123530.275000', '123530.735000', '123531.195000', '123531.655000', '123532.115000', '123532.575000', '123533.035000', '123533.495000', '123533.955000', '123534.415000', '123534.875000', '123535.335000', '123535.795000', '123536.255000', '123536.715000', '123537.175000', '123537.635000', '123538.095000', '123538.555000', '123539.015000', '123539.475000', '123539.935000', '123540.395000', '123540.855000', '123541.315000', '123541.775000', '123542.235000', '123542.695000', '123543.155000', '123543.615000', '123544.075000', '123544.535000', '123544.995000', '123545.455000', '123545.915000', '123546.375000', '123546.835000', '123547.295000', '123547.755000', '123548.215000', '123548.675000', '123549.135000', '123549.595000', '123550.055000', '123550.515000', '123550.975000', '123551.435000', '123551.895000', '123552.355000', '123552.815000', '123553.275000', '123553.735000', '123554.195000', '123554.655000', '123555.115000', '123555.575000', '123556.035000', '123556.495000', '123556.955000', '123557.415000', '123557.875000', '123558.335000', '123558.795000', '123559.255000', '123559.715000', '123600.175000', '123600.635000', '123601.095000', '123601.555000', '123602.015000', '123602.475000', '123602.935000', '123603.395000', '123603.855000', '123604.315000', '123604.775000', '123605.235000', '123605.695000', '123606.155000', '123606.615000', '123607.075000', '123607.535000', '123607.995000', '123608.455000', '123608.915000', '123609.375000', '123609.835000', '123610.295000', '123610.755000', '123611.215000', '123611.675000', '123612.135000', '123612.595000', '123613.055000', '123613.515000', '123613.975000', '123614.435000', '123614.895000', '123615.355000', '123615.815000', '123616.275000', '123616.735000', '123617.195000', '123617.655000', '123618.115000', '123618.575000', '123619.035000', '123619.495000', '123619.955000', '123620.415000', '123620.875000', '123621.335000', '123621.795000', '123622.255000', '123622.715000', '123623.175000', '123623.635000', '123624.095000', '123624.555000', '123625.015000', '123625.475000', '123625.935000', '123626.395000', '123626.855000', '123627.315000', '123627.775000', '123628.235000', '123628.695000', '123629.155000', '123629.615000', '123630.075000', '123630.535000', '123630.995000', '123631.455000', '123631.915000', '123632.375000', '123632.835000', '123633.295000', '123633.755000', '123634.215000', '123634.675000', '123635.135000', '123635.595000', '123636.055000', '123636.515000', '123636.975000', '123637.435000', '123637.895000', '123638.355000', '123638.815000', '123639.275000', '123639.735000', '123640.195000', '123640.655000', '123641.115000', '123641.575000', '123642.035000', '123642.495000', '123642.955000', '123643.415000', '123643.875000', '123644.335000', '123644.795000', '123645.255000', '123645.715000', '123646.175000', '123646.635000', '123647.095000', '123647.555000', '123648.015000', '123648.475000', '123648.935000', '123649.395000', '123649.855000', '123650.315000', '123650.775000', '123651.235000', '123651.695000', '123652.155000', '123652.615000', '123653.075000', '123653.535000', '123653.995000', '123654.455000', '123654.915000', '123655.375000', '123655.835000', '123656.295000', '123656.755000', '123657.215000', '123657.675000', '123658.135000', '123658.595000', '123659.055000', '123659.515000', '123659.975000', '123700.435000', '123700.895000', '123701.355000', '123701.815000', '123702.275000', '123702.735000', '123703.195000', '123703.655000', '123704.115000', '123704.575000', '123705.035000', '123705.495000', '123705.955000', '123706.415000', '123706.875000', '123707.335000', '123707.795000', '123708.255000', '123708.715000', '123709.175000', '123709.635000', '123710.095000', '123710.555000', '123711.015000', '123711.475000', '123711.935000', '123712.395000', '123712.855000', '123713.315000', '123713.775000', '123714.235000', '123714.695000', '123715.155000', '123715.615000', '123716.075000', '123716.535000', '123716.995000', '123717.455000', '123717.915000', '123718.375000', '123718.835000', '123719.295000', '123719.755000', '123720.215000', '123720.675000', '123721.135000', '123721.595000', '123722.055000', '123722.515000', '123722.975000', '123723.435000', '123723.895000', '123724.355000', '123724.815000', '123725.275000', '123725.735000', '123726.195000', '123726.655000', '123727.115000', '123727.575000', '123728.035000', '123728.495000', '123728.955000', '123729.415000', '123729.875000', '123730.335000', '123730.795000', '123731.255000', '123731.715000', '123732.175000', '123732.635000', '123733.095000', '123733.555000', '123734.015000', '123734.475000', '123734.935000', '123735.395000', '123735.855000', '123736.315000', '123736.775000', '123737.235000', '123737.695000', '123738.155000', '123738.615000', '123739.075000', '123739.535000', '123739.995000', '123740.455000', '123740.915000', '123741.375000', '123741.835000', '123742.295000', '123742.755000', '123743.215000', '123743.675000', '123744.135000', '123744.595000', '123745.055000', '123745.515000', '123745.975000', '123746.435000', '123746.895000', '123747.355000', '123747.815000', '123748.275000', '123748.735000', '123749.195000', '123749.655000', '123750.115000', '123750.575000', '123751.035000', '123751.495000', '123751.955000', '123752.415000', '123752.875000', '123753.335000', '123753.795000', '123754.255000', '123754.715000', '123755.175000', '123755.635000', '123756.095000', '123756.555000', '123757.015000', '123757.475000', '123757.935000', '123758.395000', '123758.855000', '123759.315000', '123759.775000', '123800.235000', '123800.695000', '123801.155000', '123801.615000', '123802.075000', '123802.535000', '123802.995000', '123803.455000', '123803.915000', '123804.375000', '123804.835000', '123805.295000', '123805.755000', '123806.215000', '123806.675000', '123807.135000', '123807.595000', '123808.055000', '123808.515000', '123808.975000', '123809.435000', '123809.895000', '123810.355000', '123810.815000', '123811.275000', '123811.735000', '123812.195000', '123812.655000', '123813.115000', '123813.575000', '123814.035000', '123814.495000', '123814.955000', '123815.415000', '123815.875000', '123816.335000', '123816.795000', '123817.255000', '123817.715000', '123818.175000', '123818.635000', '123819.095000', '123819.555000', '123820.015000', '123820.475000', '123820.935000', '123821.395000', '123821.855000', '123822.315000', '123822.775000', '123823.235000', '123823.695000', '123824.155000', '123824.615000', '123825.075000', '123825.535000', '123825.995000', '123826.455000', '123826.915000', '123827.375000', '123827.835000', '123828.295000', '123828.755000', '123829.215000', '123829.675000', '123830.135000', '123830.595000', '123831.055000', '123831.515000', '123831.975000', '123832.435000', '123832.895000', '123833.355000', '123833.815000', '123834.275000', '123834.735000', '123835.195000', '123835.655000', '123836.115000', '123836.575000', '123837.035000', '123837.495000', '123837.955000', '123838.415000', '123838.875000', '123839.335000', '123839.795000', '123840.255000', '123840.715000', '123841.175000', '123841.635000', '123842.095000', '123842.555000', '123843.015000', '123843.475000', '123843.935000', '123844.395000', '123844.855000', '123845.315000', '123845.775000', '123846.235000', '123846.695000', '123847.155000', '123847.615000', '123848.075000', '123848.535000', '123848.995000', '123849.455000', '123849.915000', '123850.375000', '123850.835000', '123851.295000', '123851.755000', '123852.215000', '123852.675000', '123853.135000', '123853.595000', '123854.055000', '123854.515000', '123854.975000', '123855.435000', '123855.895000', '123856.355000', '123856.815000', '123857.275000', '123857.735000', '123858.195000', '123858.655000', '123859.115000', '123859.575000', '123900.035000', '123900.495000', '123900.955000', '123901.415000', '123901.875000', '123902.335000', '123902.795000', '123903.255000', '123903.715000', '123904.175000', '123904.635000', '123905.095000', '123905.555000', '123906.015000', '123906.475000', '123906.935000', '123907.395000', '123907.855000', '123908.315000', '123908.775000', '123909.235000', '123909.695000', '123910.155000', '123910.615000', '123911.075000', '123911.535000', '123911.995000', '123912.455000', '123912.915000', '123913.375000', '123913.835000', '123914.295000', '123914.755000', '123915.215000', '123915.675000', '123916.135000', '123916.595000', '123917.055000', '123917.515000', '123917.975000', '123918.435000', '123918.895000', '123919.355000', '123919.815000', '123920.275000', '123920.735000', '123921.195000', '123921.655000', '123922.115000', '123922.575000', '123923.035000', '123923.495000', '123923.955000', '123924.415000', '123924.875000', '123925.335000', '123925.795000', '123926.255000', '123926.715000', '123927.175000', '123927.635000', '123928.095000', '123928.555000', '123929.015000', '123929.475000', '123929.935000', '123930.395000', '123930.855000', '123931.315000', '123931.775000', '123932.235000', '123932.695000', '123933.155000', '123933.615000', '123934.075000', '123934.535000', '123934.995000', '123935.455000', '123935.915000', '123936.375000', '123936.835000', '123937.295000', '123937.755000', '123938.215000', '123938.675000', '123939.135000', '123939.595000', '123940.055000', '123940.515000', '123940.975000', '123941.435000', '123941.895000', '123942.355000', '123942.815000', '123943.275000', '123943.735000', '123944.195000', '123944.655000', '123945.115000', '123945.575000', '123946.035000', '123946.495000', '123946.955000', '123947.415000', '123947.875000', '123948.335000', '123948.795000', '123949.255000', '123949.715000', '123950.175000', '123950.635000', '123951.095000', '123951.555000', '123952.015000', '123952.475000', '123952.935000', '123953.395000', '123953.855000'], 'ContentTime': ['123339.059000', '123339.062000', '123339.064000', '123339.067000', '123339.070000', '123339.073000', '123339.076000', '123339.079000', '123339.082000', '123339.084000', '123339.087000', '123339.089000', '123339.092000', '123339.115000', '123339.117000', '123339.120000', '123339.123000', '123339.125000', '123339.128000', '123339.130000', '123339.133000', '123339.136000', '123339.138000', '123339.141000', '123339.143000', '123339.146000', '123339.148000', '123339.151000', '123339.154000', '123339.157000', '123339.159000', '123339.162000', '123339.165000', '123339.167000', '123339.172000', '123339.175000', '123339.178000', '123339.180000', '123339.183000', '123339.186000', '123339.188000', '123339.191000', '123339.193000', '123339.196000', '123339.199000', '123339.201000', '123339.204000', '123339.207000', '123339.209000', '123339.212000', '123339.214000', '123339.217000', '123339.220000', '123359.023000', '123359.025000', '123359.028000', '123359.030000', '123359.033000', '123359.036000', '123359.038000', '123359.041000', '123359.043000', '123359.054000', '123359.057000', '123359.059000', '123359.062000', '123359.064000', '123359.067000', '123359.070000', '123359.072000', '123359.075000', '123359.077000', '123359.080000', '123359.082000', '123359.085000', '123359.087000', '123359.090000', '123359.092000', '123359.095000', '123359.098000', '123359.100000', '123359.103000', '123359.105000', '123359.108000', '123359.110000', '123359.113000', '123359.115000', '123359.118000', '123359.120000', '123359.123000', '123359.125000', '123359.128000', '123359.130000', '123359.133000', '123359.136000', '123359.138000', '123359.141000', '123419.024000', '123419.026000', '123419.029000', '123419.032000', '123419.034000', '123419.037000', '123419.039000', '123419.042000', '123419.044000', '123419.047000', '123419.050000', '123419.052000', '123419.055000', '123419.057000', '123419.060000', '123419.068000', '123419.070000', '123419.073000', '123419.075000', '123419.078000', '123419.081000', '123419.083000', '123419.086000', '123419.088000', '123419.091000', '123419.093000', '123419.096000', '123419.099000', '123419.101000', '123419.104000', '123419.106000', '123419.109000', '123419.111000', '123419.114000', '123419.117000', '123419.119000', '123419.122000', '123419.124000', '123419.127000', '123419.129000', '123419.132000', '123419.134000', '123419.137000', '123439.023000', '123439.026000', '123439.029000', '123439.031000', '123439.034000', '123439.036000', '123439.039000', '123439.041000', '123439.053000', '123439.055000', '123439.058000', '123439.061000', '123439.063000', '123439.066000', '123439.068000', '123439.071000', '123439.073000', '123439.076000', '123439.079000', '123439.081000', '123439.084000', '123439.086000', '123439.089000', '123439.092000', '123439.094000', '123439.097000', '123439.100000', '123439.102000', '123439.105000', '123439.107000', '123439.110000', '123439.113000', '123439.115000', '123439.118000', '123439.120000', '123439.123000', '123439.125000', '123439.128000', '123439.131000', '123439.133000', '123439.136000', '123439.138000', '123439.141000', '123439.144000', '123459.023000', '123459.026000', '123459.029000', '123459.045000', '123459.048000', '123459.050000', '123459.053000', '123459.055000', '123459.058000', '123459.060000', '123459.063000', '123459.066000', '123459.068000', '123459.071000', '123459.073000', '123459.076000', '123459.078000', '123459.081000', '123459.083000', '123459.086000', '123459.089000', '123459.092000', '123459.095000', '123459.098000', '123459.101000', '123459.103000', '123459.106000', '123459.108000', '123459.111000', '123459.113000', '123459.116000', '123459.118000', '123459.121000', '123459.123000', '123459.126000', '123459.129000', '123459.131000', '123459.134000', '123459.136000', '123459.139000', '123459.141000', '123459.144000', '123459.146000', '123519.022000', '123519.026000', '123519.028000', '123519.031000', '123519.033000', '123519.036000', '123519.038000', '123519.041000', '123519.043000', '123519.046000', '123519.049000', '123519.051000', '123519.054000', '123519.073000', '123519.076000', '123519.079000', '123519.081000', '123519.084000', '123519.086000', '123519.089000', '123519.091000', '123519.094000', '123519.096000', '123519.099000', '123519.101000', '123519.104000', '123519.106000', '123519.109000', '123519.111000', '123519.114000', '123519.117000', '123519.119000', '123519.122000', '123519.124000', '123519.127000', '123519.129000', '123519.132000', '123519.134000', '123519.137000', '123519.139000', '123519.142000', '123519.145000', '123519.147000', '123519.150000', '123539.023000', '123539.025000', '123539.028000', '123539.030000', '123539.033000', '123539.036000', '123539.038000', '123539.041000', '123539.043000', '123539.046000', '123539.048000', '123539.051000', '123539.053000', '123539.056000', '123539.059000', '123539.061000', '123539.064000', '123539.066000', '123539.069000', '123539.071000', '123539.074000', '123539.077000', '123539.079000', '123539.082000', '123539.084000', '123539.087000', '123539.089000', '123539.092000', '123539.095000', '123539.097000', '123539.100000', '123539.102000', '123539.105000', '123539.108000', '123539.110000', '123539.114000', '123539.116000', '123539.119000', '123539.121000', '123539.124000', '123539.126000', '123539.129000', '123539.132000', '123559.023000', '123559.025000', '123559.028000', '123559.030000', '123559.033000', '123559.036000', '123559.038000', '123559.041000', '123559.043000', '123559.046000', '123559.048000', '123559.051000', '123559.059000', '123559.061000', '123559.064000', '123559.066000', '123559.069000', '123559.072000', '123559.074000', '123559.077000', '123559.079000', '123559.082000', '123559.085000', '123559.087000', '123559.090000', '123559.092000', '123559.095000', '123559.097000', '123559.100000', '123559.102000', '123559.105000', '123559.108000', '123559.117000', '123559.120000', '123559.122000', '123559.125000', '123559.127000', '123559.130000', '123559.132000', '123559.135000', '123559.138000', '123559.140000', '123559.143000', '123559.145000', '123619.022000', '123619.025000', '123619.028000', '123619.030000', '123619.033000', '123619.035000', '123619.038000', '123619.041000', '123619.043000', '123619.046000', '123619.048000', '123619.051000', '123619.053000', '123619.056000', '123619.059000', '123619.061000', '123619.064000', '123619.066000', '123619.069000', '123619.072000', '123619.074000', '123619.077000', '123619.079000', '123619.082000', '123619.085000', '123619.087000', '123619.090000', '123619.092000', '123619.095000', '123619.097000', '123619.100000', '123619.102000', '123619.105000', '123619.108000', '123619.110000', '123619.113000', '123619.115000', '123619.118000', '123619.120000', '123619.123000', '123619.125000', '123619.128000', '123619.131000', '123639.024000', '123639.026000', '123639.029000', '123639.032000', '123639.034000', '123639.037000', '123639.039000', '123639.042000', '123639.044000', '123639.047000', '123639.049000', '123639.052000', '123639.054000', '123639.057000', '123639.060000', '123639.062000', '123639.065000', '123639.067000', '123639.070000', '123639.072000', '123639.075000', '123639.077000', '123639.080000', '123639.083000', '123639.085000', '123639.088000', '123639.090000', '123639.093000', '123639.095000', '123639.098000', '123639.100000', '123639.103000', '123639.106000', '123639.108000', '123639.111000', '123639.113000', '123639.116000', '123639.119000', '123639.143000', '123639.146000', '123639.148000', '123639.151000', '123639.153000', '123639.156000', '123659.023000', '123659.026000', '123659.029000', '123659.032000', '123659.034000', '123659.037000', '123659.039000', '123659.042000', '123659.044000', '123659.047000', '123659.050000', '123659.052000', '123659.055000', '123659.057000', '123659.060000', '123659.062000', '123659.065000', '123659.068000', '123659.070000', '123659.073000', '123659.075000', '123659.078000', '123659.081000', '123659.083000', '123659.086000', '123659.088000', '123659.091000', '123659.093000', '123659.096000', '123659.104000', '123659.107000', '123659.109000', '123659.112000', '123659.114000', '123659.117000', '123659.119000', '123659.122000', '123659.125000', '123659.127000', '123659.130000', '123659.132000', '123659.135000', '123659.137000', '123719.024000', '123719.026000', '123719.029000', '123719.031000', '123719.034000', '123719.037000', '123719.039000', '123719.043000', '123719.046000', '123719.049000', '123719.052000', '123719.055000', '123719.057000', '123719.060000', '123719.062000', '123719.065000', '123719.068000', '123719.070000', '123719.073000', '123719.075000', '123719.078000', '123719.081000', '123719.083000', '123719.086000', '123719.088000', '123719.091000', '123719.094000', '123719.096000', '123719.099000', '123719.101000', '123719.104000', '123719.106000', '123719.109000', '123719.111000', '123719.114000', '123719.117000', '123719.119000', '123719.122000', '123719.124000', '123719.127000', '123719.129000', '123719.132000', '123719.134000', '123739.022000', '123739.025000', '123739.028000', '123739.030000', '123739.033000', '123739.035000', '123739.038000', '123739.041000', '123739.043000', '123739.046000', '123739.048000', '123739.051000', '123739.053000', '123739.056000', '123739.058000', '123739.061000', '123739.063000', '123739.066000', '123739.068000', '123739.071000', '123739.074000', '123739.076000', '123739.079000', '123739.081000', '123739.084000', '123739.087000', '123739.089000', '123739.092000', '123739.094000', '123739.097000', '123739.099000', '123739.102000', '123739.104000', '123739.107000', '123739.110000', '123739.112000', '123739.115000', '123739.117000', '123739.120000', '123739.123000', '123739.125000', '123739.128000', '123739.130000', '123739.133000', '123759.023000', '123759.025000', '123759.028000', '123759.030000', '123759.033000', '123759.035000', '123759.038000', '123759.041000', '123759.043000', '123759.046000', '123759.048000', '123759.051000', '123759.053000', '123759.056000', '123759.059000', '123759.061000', '123759.064000', '123759.066000', '123759.069000', '123759.072000', '123759.074000', '123759.077000', '123759.079000', '123759.082000', '123759.085000', '123759.087000', '123759.090000', '123759.092000', '123759.095000', '123759.097000', '123759.100000', '123759.102000', '123759.105000', '123759.108000', '123759.110000', '123759.113000', '123759.116000', '123759.118000', '123759.121000', '123759.123000', '123759.126000', '123759.129000', '123759.131000', '123759.134000', '123819.023000', '123819.025000', '123819.028000', '123819.031000', '123819.033000', '123819.036000', '123819.038000', '123819.041000', '123819.043000', '123819.046000', '123819.048000', '123819.051000', '123819.054000', '123819.056000', '123819.059000', '123819.061000', '123819.064000', '123819.067000', '123819.069000', '123819.081000', '123819.084000', '123819.086000', '123819.089000', '123819.092000', '123819.094000', '123819.097000', '123819.099000', '123819.102000', '123819.104000', '123819.107000', '123819.110000', '123819.112000', '123819.115000', '123819.117000', '123819.120000', '123819.123000', '123819.125000', '123819.128000', '123819.130000', '123819.133000', '123819.135000', '123819.138000', '123819.141000', '123839.023000', '123839.025000', '123839.028000', '123839.031000', '123839.033000', '123839.036000', '123839.039000', '123839.042000', '123839.044000', '123839.047000', '123839.049000', '123839.052000', '123839.054000', '123839.057000', '123839.060000', '123839.062000', '123839.065000', '123839.067000', '123839.070000', '123839.073000', '123839.075000', '123839.078000', '123839.080000', '123839.083000', '123839.085000', '123839.088000', '123839.091000', '123839.094000', '123839.096000', '123839.099000', '123839.101000', '123839.104000', '123839.107000', '123839.109000', '123839.112000', '123839.114000', '123839.117000', '123839.119000', '123839.122000', '123839.125000', '123839.127000', '123839.130000', '123839.132000', '123839.135000', '123859.024000', '123859.026000', '123859.029000', '123859.032000', '123859.035000', '123859.037000', '123859.040000', '123859.042000', '123859.045000', '123859.048000', '123859.050000', '123859.053000', '123859.055000', '123859.058000', '123859.061000', '123859.063000', '123859.066000', '123859.068000', '123859.071000', '123859.074000', '123859.077000', '123859.079000', '123859.082000', '123859.085000', '123859.087000', '123859.090000', '123859.093000', '123859.095000', '123859.098000', '123859.100000', '123859.103000', '123859.106000', '123859.108000', '123859.111000', '123859.114000', '123859.116000', '123859.119000', '123859.121000', '123859.124000', '123859.127000', '123859.129000', '123859.132000', '123859.134000', '123919.023000', '123919.026000', '123919.029000', '123919.032000', '123919.034000', '123919.037000', '123919.039000', '123919.042000', '123919.044000', '123919.047000', '123919.049000', '123919.052000', '123919.055000', '123919.057000', '123919.060000', '123919.062000', '123919.065000', '123919.068000', '123919.070000', '123919.073000', '123919.075000', '123919.078000', '123919.080000', '123919.083000', '123919.086000', '123919.088000', '123919.091000', '123919.093000', '123919.096000', '123919.099000', '123919.101000', '123919.104000', '123919.106000', '123919.109000', '123919.112000', '123919.114000', '123919.117000', '123919.119000', '123919.123000', '123919.126000', '123919.128000', '123919.131000', '123919.133000', '123919.136000', '123939.024000', '123939.027000', '123939.029000', '123939.032000', '123939.034000', '123939.037000', '123939.039000', '123939.042000', '123939.045000', '123939.047000', '123939.050000', '123939.052000', '123939.055000', '123939.057000', '123939.060000', '123939.073000', '123939.076000', '123939.078000', '123939.081000', '123939.083000', '123939.086000', '123939.089000', '123939.091000', '123939.094000', '123939.096000', '123939.099000', '123939.101000', '123939.104000', '123939.106000', '123939.109000', '123939.112000', '123939.114000', '123939.117000', '123939.120000', '123939.122000', '123939.125000', '123939.127000', '123939.130000', '123939.133000', '123939.135000', '123939.138000', '123939.140000', '123939.143000', '123955.332000', '123955.335000', '123955.338000', '123955.341000', '123955.343000', '123955.346000', '123955.349000', '123955.351000', '123955.354000', '123955.357000', '123955.360000', '123955.362000', '123955.365000', '123955.368000', '123955.371000', '123955.373000', '123955.376000', '123955.379000', '123955.381000', '123955.384000', '123955.387000', '123955.389000', '123955.392000', '123955.395000', '123955.397000', '123955.400000', '123955.403000', '123955.406000', '123955.409000', '123955.413000', '123955.420000', '123955.423000', '123955.425000', '123955.428000', '123955.430000', '123955.433000'], 'InstanceCreationTime': ['123339.059000', '123339.062000', '123339.064000', '123339.067000', '123339.070000', '123339.073000', '123339.076000', '123339.079000', '123339.082000', '123339.084000', '123339.087000', '123339.089000', '123339.092000', '123339.115000', '123339.117000', '123339.120000', '123339.123000', '123339.125000', '123339.128000', '123339.130000', '123339.133000', '123339.136000', '123339.138000', '123339.141000', '123339.143000', '123339.146000', '123339.148000', '123339.151000', '123339.154000', '123339.157000', '123339.159000', '123339.162000', '123339.165000', '123339.167000', '123339.172000', '123339.175000', '123339.178000', '123339.180000', '123339.183000', '123339.186000', '123339.188000', '123339.191000', '123339.193000', '123339.196000', '123339.199000', '123339.201000', '123339.204000', '123339.207000', '123339.209000', '123339.212000', '123339.214000', '123339.217000', '123339.220000', '123359.023000', '123359.025000', '123359.028000', '123359.030000', '123359.033000', '123359.036000', '123359.038000', '123359.041000', '123359.043000', '123359.054000', '123359.057000', '123359.059000', '123359.062000', '123359.064000', '123359.067000', '123359.070000', '123359.072000', '123359.075000', '123359.077000', '123359.080000', '123359.082000', '123359.085000', '123359.087000', '123359.090000', '123359.092000', '123359.095000', '123359.098000', '123359.100000', '123359.103000', '123359.105000', '123359.108000', '123359.110000', '123359.113000', '123359.115000', '123359.118000', '123359.120000', '123359.123000', '123359.125000', '123359.128000', '123359.130000', '123359.133000', '123359.136000', '123359.138000', '123359.141000', '123419.024000', '123419.026000', '123419.029000', '123419.032000', '123419.034000', '123419.037000', '123419.039000', '123419.042000', '123419.044000', '123419.047000', '123419.050000', '123419.052000', '123419.055000', '123419.057000', '123419.060000', '123419.068000', '123419.070000', '123419.073000', '123419.075000', '123419.078000', '123419.081000', '123419.083000', '123419.086000', '123419.088000', '123419.091000', '123419.093000', '123419.096000', '123419.099000', '123419.101000', '123419.104000', '123419.106000', '123419.109000', '123419.111000', '123419.114000', '123419.117000', '123419.119000', '123419.122000', '123419.124000', '123419.127000', '123419.129000', '123419.132000', '123419.134000', '123419.137000', '123439.023000', '123439.026000', '123439.029000', '123439.031000', '123439.034000', '123439.036000', '123439.039000', '123439.041000', '123439.053000', '123439.055000', '123439.058000', '123439.061000', '123439.063000', '123439.066000', '123439.068000', '123439.071000', '123439.073000', '123439.076000', '123439.079000', '123439.081000', '123439.084000', '123439.086000', '123439.089000', '123439.092000', '123439.094000', '123439.097000', '123439.100000', '123439.102000', '123439.105000', '123439.107000', '123439.110000', '123439.113000', '123439.115000', '123439.118000', '123439.120000', '123439.123000', '123439.125000', '123439.128000', '123439.131000', '123439.133000', '123439.136000', '123439.138000', '123439.141000', '123439.144000', '123459.023000', '123459.026000', '123459.029000', '123459.045000', '123459.048000', '123459.050000', '123459.053000', '123459.055000', '123459.058000', '123459.060000', '123459.063000', '123459.066000', '123459.068000', '123459.071000', '123459.073000', '123459.076000', '123459.078000', '123459.081000', '123459.083000', '123459.086000', '123459.089000', '123459.092000', '123459.095000', '123459.098000', '123459.101000', '123459.103000', '123459.106000', '123459.108000', '123459.111000', '123459.113000', '123459.116000', '123459.118000', '123459.121000', '123459.123000', '123459.126000', '123459.129000', '123459.131000', '123459.134000', '123459.136000', '123459.139000', '123459.141000', '123459.144000', '123459.146000', '123519.022000', '123519.026000', '123519.028000', '123519.031000', '123519.033000', '123519.036000', '123519.038000', '123519.041000', '123519.043000', '123519.046000', '123519.049000', '123519.051000', '123519.054000', '123519.073000', '123519.076000', '123519.079000', '123519.081000', '123519.084000', '123519.086000', '123519.089000', '123519.091000', '123519.094000', '123519.096000', '123519.099000', '123519.101000', '123519.104000', '123519.106000', '123519.109000', '123519.111000', '123519.114000', '123519.117000', '123519.119000', '123519.122000', '123519.124000', '123519.127000', '123519.129000', '123519.132000', '123519.134000', '123519.137000', '123519.139000', '123519.142000', '123519.145000', '123519.147000', '123519.150000', '123539.023000', '123539.025000', '123539.028000', '123539.030000', '123539.033000', '123539.036000', '123539.038000', '123539.041000', '123539.043000', '123539.046000', '123539.048000', '123539.051000', '123539.053000', '123539.056000', '123539.059000', '123539.061000', '123539.064000', '123539.066000', '123539.069000', '123539.071000', '123539.074000', '123539.077000', '123539.079000', '123539.082000', '123539.084000', '123539.087000', '123539.089000', '123539.092000', '123539.095000', '123539.097000', '123539.100000', '123539.102000', '123539.105000', '123539.108000', '123539.110000', '123539.114000', '123539.116000', '123539.119000', '123539.121000', '123539.124000', '123539.126000', '123539.129000', '123539.132000', '123559.023000', '123559.025000', '123559.028000', '123559.030000', '123559.033000', '123559.036000', '123559.038000', '123559.041000', '123559.043000', '123559.046000', '123559.048000', '123559.051000', '123559.059000', '123559.061000', '123559.064000', '123559.066000', '123559.069000', '123559.072000', '123559.074000', '123559.077000', '123559.079000', '123559.082000', '123559.085000', '123559.087000', '123559.090000', '123559.092000', '123559.095000', '123559.097000', '123559.100000', '123559.102000', '123559.105000', '123559.108000', '123559.117000', '123559.120000', '123559.122000', '123559.125000', '123559.127000', '123559.130000', '123559.132000', '123559.135000', '123559.138000', '123559.140000', '123559.143000', '123559.145000', '123619.022000', '123619.025000', '123619.028000', '123619.030000', '123619.033000', '123619.035000', '123619.038000', '123619.041000', '123619.043000', '123619.046000', '123619.048000', '123619.051000', '123619.053000', '123619.056000', '123619.059000', '123619.061000', '123619.064000', '123619.066000', '123619.069000', '123619.072000', '123619.074000', '123619.077000', '123619.079000', '123619.082000', '123619.085000', '123619.087000', '123619.090000', '123619.092000', '123619.095000', '123619.097000', '123619.100000', '123619.102000', '123619.105000', '123619.108000', '123619.110000', '123619.113000', '123619.115000', '123619.118000', '123619.120000', '123619.123000', '123619.125000', '123619.128000', '123619.131000', '123639.024000', '123639.026000', '123639.029000', '123639.032000', '123639.034000', '123639.037000', '123639.039000', '123639.042000', '123639.044000', '123639.047000', '123639.049000', '123639.052000', '123639.054000', '123639.057000', '123639.060000', '123639.062000', '123639.065000', '123639.067000', '123639.070000', '123639.072000', '123639.075000', '123639.077000', '123639.080000', '123639.083000', '123639.085000', '123639.088000', '123639.090000', '123639.093000', '123639.095000', '123639.098000', '123639.100000', '123639.103000', '123639.106000', '123639.108000', '123639.111000', '123639.113000', '123639.116000', '123639.119000', '123639.143000', '123639.146000', '123639.148000', '123639.151000', '123639.153000', '123639.156000', '123659.023000', '123659.026000', '123659.029000', '123659.032000', '123659.034000', '123659.037000', '123659.039000', '123659.042000', '123659.044000', '123659.047000', '123659.050000', '123659.052000', '123659.055000', '123659.057000', '123659.060000', '123659.062000', '123659.065000', '123659.068000', '123659.070000', '123659.073000', '123659.075000', '123659.078000', '123659.081000', '123659.083000', '123659.086000', '123659.088000', '123659.091000', '123659.093000', '123659.096000', '123659.104000', '123659.107000', '123659.109000', '123659.112000', '123659.114000', '123659.117000', '123659.119000', '123659.122000', '123659.125000', '123659.127000', '123659.130000', '123659.132000', '123659.135000', '123659.137000', '123719.024000', '123719.026000', '123719.029000', '123719.031000', '123719.034000', '123719.037000', '123719.039000', '123719.043000', '123719.046000', '123719.049000', '123719.052000', '123719.055000', '123719.057000', '123719.060000', '123719.062000', '123719.065000', '123719.068000', '123719.070000', '123719.073000', '123719.075000', '123719.078000', '123719.081000', '123719.083000', '123719.086000', '123719.088000', '123719.091000', '123719.094000', '123719.096000', '123719.099000', '123719.101000', '123719.104000', '123719.106000', '123719.109000', '123719.111000', '123719.114000', '123719.117000', '123719.119000', '123719.122000', '123719.124000', '123719.127000', '123719.129000', '123719.132000', '123719.134000', '123739.022000', '123739.025000', '123739.028000', '123739.030000', '123739.033000', '123739.035000', '123739.038000', '123739.041000', '123739.043000', '123739.046000', '123739.048000', '123739.051000', '123739.053000', '123739.056000', '123739.058000', '123739.061000', '123739.063000', '123739.066000', '123739.068000', '123739.071000', '123739.074000', '123739.076000', '123739.079000', '123739.081000', '123739.084000', '123739.087000', '123739.089000', '123739.092000', '123739.094000', '123739.097000', '123739.099000', '123739.102000', '123739.104000', '123739.107000', '123739.110000', '123739.112000', '123739.115000', '123739.117000', '123739.120000', '123739.123000', '123739.125000', '123739.128000', '123739.130000', '123739.133000', '123759.023000', '123759.025000', '123759.028000', '123759.030000', '123759.033000', '123759.035000', '123759.038000', '123759.041000', '123759.043000', '123759.046000', '123759.048000', '123759.051000', '123759.053000', '123759.056000', '123759.059000', '123759.061000', '123759.064000', '123759.066000', '123759.069000', '123759.072000', '123759.074000', '123759.077000', '123759.079000', '123759.082000', '123759.085000', '123759.087000', '123759.090000', '123759.092000', '123759.095000', '123759.097000', '123759.100000', '123759.102000', '123759.105000', '123759.108000', '123759.110000', '123759.113000', '123759.116000', '123759.118000', '123759.121000', '123759.123000', '123759.126000', '123759.129000', '123759.131000', '123759.134000', '123819.023000', '123819.025000', '123819.028000', '123819.031000', '123819.033000', '123819.036000', '123819.038000', '123819.041000', '123819.043000', '123819.046000', '123819.048000', '123819.051000', '123819.054000', '123819.056000', '123819.059000', '123819.061000', '123819.064000', '123819.067000', '123819.069000', '123819.081000', '123819.084000', '123819.086000', '123819.089000', '123819.092000', '123819.094000', '123819.097000', '123819.099000', '123819.102000', '123819.104000', '123819.107000', '123819.110000', '123819.112000', '123819.115000', '123819.117000', '123819.120000', '123819.123000', '123819.125000', '123819.128000', '123819.130000', '123819.133000', '123819.135000', '123819.138000', '123819.141000', '123839.023000', '123839.025000', '123839.028000', '123839.031000', '123839.033000', '123839.036000', '123839.039000', '123839.042000', '123839.044000', '123839.047000', '123839.049000', '123839.052000', '123839.054000', '123839.057000', '123839.060000', '123839.062000', '123839.065000', '123839.067000', '123839.070000', '123839.073000', '123839.075000', '123839.078000', '123839.080000', '123839.083000', '123839.085000', '123839.088000', '123839.091000', '123839.094000', '123839.096000', '123839.099000', '123839.101000', '123839.104000', '123839.107000', '123839.109000', '123839.112000', '123839.114000', '123839.117000', '123839.119000', '123839.122000', '123839.125000', '123839.127000', '123839.130000', '123839.132000', '123839.135000', '123859.024000', '123859.026000', '123859.029000', '123859.032000', '123859.035000', '123859.037000', '123859.040000', '123859.042000', '123859.045000', '123859.048000', '123859.050000', '123859.053000', '123859.055000', '123859.058000', '123859.061000', '123859.063000', '123859.066000', '123859.068000', '123859.071000', '123859.074000', '123859.077000', '123859.079000', '123859.082000', '123859.085000', '123859.087000', '123859.090000', '123859.093000', '123859.095000', '123859.098000', '123859.100000', '123859.103000', '123859.106000', '123859.108000', '123859.111000', '123859.114000', '123859.116000', '123859.119000', '123859.121000', '123859.124000', '123859.127000', '123859.129000', '123859.132000', '123859.134000', '123919.023000', '123919.026000', '123919.029000', '123919.032000', '123919.034000', '123919.037000', '123919.039000', '123919.042000', '123919.044000', '123919.047000', '123919.049000', '123919.052000', '123919.055000', '123919.057000', '123919.060000', '123919.062000', '123919.065000', '123919.068000', '123919.070000', '123919.073000', '123919.075000', '123919.078000', '123919.080000', '123919.083000', '123919.086000', '123919.088000', '123919.091000', '123919.093000', '123919.096000', '123919.099000', '123919.101000', '123919.104000', '123919.106000', '123919.109000', '123919.112000', '123919.114000', '123919.117000', '123919.119000', '123919.123000', '123919.126000', '123919.128000', '123919.131000', '123919.133000', '123919.136000', '123939.024000', '123939.027000', '123939.029000', '123939.032000', '123939.034000', '123939.037000', '123939.039000', '123939.042000', '123939.045000', '123939.047000', '123939.050000', '123939.052000', '123939.055000', '123939.057000', '123939.060000', '123939.073000', '123939.076000', '123939.078000', '123939.081000', '123939.083000', '123939.086000', '123939.089000', '123939.091000', '123939.094000', '123939.096000', '123939.099000', '123939.101000', '123939.104000', '123939.106000', '123939.109000', '123939.112000', '123939.114000', '123939.117000', '123939.120000', '123939.122000', '123939.125000', '123939.127000', '123939.130000', '123939.133000', '123939.135000', '123939.138000', '123939.140000', '123939.143000', '123955.332000', '123955.335000', '123955.338000', '123955.341000', '123955.343000', '123955.346000', '123955.349000', '123955.351000', '123955.354000', '123955.357000', '123955.360000', '123955.362000', '123955.365000', '123955.368000', '123955.371000', '123955.373000', '123955.376000', '123955.379000', '123955.381000', '123955.384000', '123955.387000', '123955.389000', '123955.392000', '123955.395000', '123955.397000', '123955.400000', '123955.403000', '123955.406000', '123955.409000', '123955.413000', '123955.420000', '123955.423000', '123955.425000', '123955.428000', '123955.430000', '123955.433000'], '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': [9741, 9641, 8314, 12146, 12570, 10736, 9353, 9532, 8674, 9459, 9690, 8407, 12554, 11817, 9151, 9560, 9654, 8180, 9608, 9093, 8597, 9742, 9996, 12626, 10839, 10138, 9227, 9716, 8080, 9652, 9685, 9943, 9723, 11004, 9064, 9234, 9290, 8424, 12049, 10639, 8759, 9528, 9474, 9111, 10119, 9037, 11809, 11288, 12848, 9223, 11909, 8542, 9787, 7656, 11226, 10054, 7026, 8797, 8453, 7790, 9347, 9830, 8506, 9750, 7191, 8725, 8154, 8455, 9259, 12216, 11450, 9052, 7512, 8993, 9375, 8362, 11949, 10038, 10509, 9099, 9473, 6909, 11390, 11726, 9047, 8937, 8760, 7505, 8292, 9367, 12393, 9581, 10927, 8349, 9202, 7135, 10606, 9620, 10240, 8359, 8568, 8128, 9498, 7898, 12200, 10335, 8503, 8997, 9102, 9785, 9185, 12190, 11082, 9051, 7309, 8618, 9501, 7202, 11459, 10384, 10764, 8881, 8592, 8487, 8351, 8924, 8594, 7530, 10539, 11086, 11193, 10971, 9324, 8451, 7798, 8605, 8680, 11714, 8652, 10999, 7882, 8459, 8936, 9014, 8128, 10721, 8535, 7708, 8125, 7440, 8588, 8971, 9498, 8722, 11740, 9874, 8654, 8244, 8476, 8423, 8350, 11575, 11682, 9740, 8210, 7968, 8855, 8525, 9128, 11780, 9639, 11842, 8499, 8044, 8369, 9125, 8510, 9338, 9569, 11923, 11400, 10626, 8010, 8042, 9349, 9067, 9324, 10212, 9495, 7597, 7972, 7520, 8653, 7804, 8385, 9708, 8682, 8635, 10721, 8451, 11849, 8450, 8695, 12361, 11562, 12194, 11468, 8529, 7692, 8047, 8070, 7180, 11785, 9138, 10095, 8503, 8212, 7657, 9820, 10275, 11488, 8109, 10314, 8187, 8106, 8706, 9524, 10222, 9312, 8250, 7823, 7835, 7270, 11567, 10446, 11207, 8047, 7719, 7775, 8879, 8147, 10260, 11785, 10520, 11016, 11224, 9725, 7430, 7599, 8372, 7258, 13013, 8789, 10639, 7944, 8106, 8633, 8007, 8333, 8302, 7770, 7979, 9966, 12125, 11534, 12702, 7584, 8311, 8025, 7650, 8047, 8583, 10479, 9836, 7073, 7914, 7785, 7513, 11536, 11311, 10764, 8863, 8621, 8498, 8872, 11124, 12780, 11005, 8886, 8441, 8075, 8196, 8416, 8087, 13265, 9374, 10125, 11658, 9840, 10844, 8877, 8564, 8324, 8849, 8178, 8455, 8803, 10265, 13564, 8915, 13103, 8622, 8483, 8426, 8834, 9161, 11691, 10070, 11649, 7994, 8356, 8717, 8543, 8777, 10226, 11059, 8850, 7696, 8029, 8164, 8102, 10522, 9677, 11158, 8905, 8199, 8389, 8462, 8439, 9382, 9898, 11534, 9466, 8464, 8439, 9025, 8353, 11001, 8289, 8284, 7628, 9746, 10076, 10266, 8902, 7929, 7963, 8324, 12168, 10959, 12668, 8875, 8117, 8863, 8761, 8103, 9768, 12190, 12146, 11307, 8448, 7797, 8566, 8691, 8092, 9787, 8578, 9108, 12034, 11682, 11498, 8692, 8160, 8238, 7847, 8738, 8878, 10142, 12236, 11156, 8842, 8323, 8197, 7973, 12486, 8982, 11031, 8447, 8081, 7780, 7702, 8154, 9880, 13376, 9526, 11154, 8703, 8091, 8161, 8269, 7964, 9868, 11984, 11380, 11961, 8149, 8034, 8090, 7802, 11635, 12422, 10973, 9681, 8682, 7629, 7907, 8081, 9564, 12306, 10995, 11657, 8241, 7959, 7769, 8187, 10313, 13099, 9055, 12223, 7327, 8069, 8479, 9664, 9394, 10532, 7938, 8006, 7489, 8422, 9014, 13541, 9661, 11703, 9992, 8197, 8503, 8243, 7786, 10533, 11166, 11815, 10428, 7768, 7967, 7365, 7934, 8518, 11549, 12506, 11909, 11267, 8209, 8294, 7833, 9177, 9325, 10740, 13089, 11156, 8892, 7951, 8293, 7343, 8148, 10396, 13692, 9675, 12157, 9524, 8055, 8705, 8650, 7948, 10131, 10017, 10719, 8235, 8348, 10385, 9918, 9906, 10914, 10655, 9269, 7496, 8324, 9246, 8010, 9986, 11755, 9259, 9979, 10273, 12320, 8426, 7914, 8190, 8468, 7851, 8223, 8886, 11344, 11519, 9651, 7626, 9152, 8299, 7925, 10201, 10354, 10399, 12760, 9573, 7895, 8449, 7737, 7732, 8180, 11596, 12009, 11601, 7414, 7510, 8165, 7364, 9720, 10523, 8698, 12722, 7715, 7941, 8158, 8095, 10141, 11929, 9785, 9787, 7729, 7687, 7761, 7355, 7620, 11656, 12968, 12941, 12201, 8035, 7397, 8454, 8014, 7839, 10666, 9501, 7587, 7429, 7239, 8226, 10272, 8096, 12787, 11842, 9076, 11454, 9218, 9100, 9065, 9238, 11986, 10963, 9838, 8625, 8842, 9101, 8953, 10443, 8869, 8744, 12206, 11916, 11489, 12236, 7620, 8204, 8333, 8006, 9102, 10018, 10319, 12296, 11176, 9372, 8840, 7924, 8463, 10476, 9397, 11919, 11185, 8748, 8294, 8053, 8039, 7984, 10763, 10156, 11510, 8327, 8045, 7914, 8065, 7755, 11168, 12770, 8784, 12392, 9232, 7587, 8166, 8027, 7418, 8022, 9854, 11415, 12418, 13295, 7538, 7668, 8451, 9616, 11587, 11746, 10081, 7749, 8218, 8744, 7789, 7980, 9064, 11801, 10462, 11782, 8608, 8234, 8568, 8531, 8141, 9481, 10912, 10906, 12230, 10471, 8200, 8252, 8484, 8269, 9432, 13901, 8409, 13186, 8171, 8032, 8219, 10236, 9919, 12587, 12020, 8335, 9398, 8176, 8224, 10950, 12188, 9538, 12513, 8028, 8109, 8344, 9672, 9496, 10971, 8121, 8512, 8412, 7983, 9176, 13045, 8591, 12551, 8194, 8290, 8742, 8530, 10490, 11311, 11726, 8086, 8580, 8459, 9320, 10118, 11644, 9585, 12662, 8581, 8915, 8715, 9084, 9197, 10344, 8312, 9688, 7926, 8161, 8350, 8412, 9620, 11368, 10254, 8522, 8577, 8689, 8520, 11154, 11252, 9065, 9233, 8829, 8482, 8335, 10728, 12084, 12768, 13506, 8289, 8697, 8383, 8238, 11697, 10926, 8549, 12770, 7649, 8705, 7895, 8340, 9582, 10127, 8356, 12644, 9485, 8067, 8319, 7864, 10556, 12186, 11827, 8496, 8527, 8280, 8888, 8451, 11844, 12387, 9012, 11090, 8037, 8641, 9938, 11290, 10120, 12852, 8598, 8819, 7735, 8793, 8327, 12060, 10677, 8193, 9168, 8759, 11124, 11940, 11635, 8732, 8554, 8641, 8370, 8336, 8230, 11878, 11382, 8509, 8758, 7499, 8502, 10256, 9067, 12227, 10292, 8028, 8035, 7764, 8533, 8264, 7916, 12090, 9441, 8017, 9079, 7870, 8397, 8953, 10720, 7844, 13542, 9185, 8590, 8490, 9244, 11773, 12163, 10789, 8263, 8620, 8169, 8747, 11253, 12484, 12159, 13808, 10521, 8359, 8758, 8030, 8389, 12984, 9820, 8858, 8490, 8067, 8514, 11343, 11301, 8579, 12931, 8112, 8765, 7955, 9866, 11615, 11827], 'WindowCenter': [3982.0, 3966.0, 3932.0, 3974.0, 3960.0, 3951.0, 3940.0, 3938.0, 3916.0, 3928.0, 3927.0, 3904.0, 3956.0, 3948.0, 3927.0, 3937.0, 3927.0, 3905.0, 3911.0, 3899.0, 3901.0, 3909.0, 3922.0, 3946.0, 3922.0, 3926.0, 3927.0, 3924.0, 3891.0, 3925.0, 3923.0, 3925.0, 3927.0, 3949.0, 3938.0, 3941.0, 3938.0, 3928.0, 3960.0, 3947.0, 3926.0, 3939.0, 3936.0, 3929.0, 3936.0, 3916.0, 3946.0, 3937.0, 3947.0, 3916.0, 3945.0, 3903.0, 3924.0, 3892.0, 3934.0, 3923.0, 3883.0, 3915.0, 3901.0, 3893.0, 3913.0, 3912.0, 3902.0, 3912.0, 3869.0, 3902.0, 3889.0, 3902.0, 3924.0, 3944.0, 3958.0, 3928.0, 3908.0, 3928.0, 3938.0, 3905.0, 3948.0, 3938.0, 3948.0, 3928.0, 3938.0, 3883.0, 3945.0, 3935.0, 3914.0, 3915.0, 3915.0, 3882.0, 3904.0, 3912.0, 3946.0, 3925.0, 3934.0, 3904.0, 3911.0, 3882.0, 3922.0, 3911.0, 3923.0, 3903.0, 3900.0, 3890.0, 3911.0, 3887.0, 3933.0, 3923.0, 3902.0, 3913.0, 3913.0, 3924.0, 3912.0, 3932.0, 3934.0, 3913.0, 3882.0, 3903.0, 3912.0, 3880.0, 3946.0, 3935.0, 3937.0, 3928.0, 3926.0, 3927.0, 3914.0, 3926.0, 3913.0, 3894.0, 3934.0, 3947.0, 3949.0, 3949.0, 3927.0, 3914.0, 3893.0, 3915.0, 3901.0, 3932.0, 3903.0, 3946.0, 3906.0, 3916.0, 3914.0, 3915.0, 3889.0, 3923.0, 3901.0, 3892.0, 3902.0, 3892.0, 3913.0, 3914.0, 3924.0, 3915.0, 3933.0, 3923.0, 3904.0, 3901.0, 3902.0, 3900.0, 3889.0, 3931.0, 3933.0, 3912.0, 3903.0, 3903.0, 3913.0, 3901.0, 3909.0, 3934.0, 3913.0, 3945.0, 3913.0, 3905.0, 3903.0, 3914.0, 3903.0, 3911.0, 3913.0, 3935.0, 3935.0, 3936.0, 3918.0, 3917.0, 3938.0, 3913.0, 3910.0, 3922.0, 3911.0, 3890.0, 3905.0, 3907.0, 3927.0, 3905.0, 3916.0, 3925.0, 3915.0, 3903.0, 3931.0, 3893.0, 3920.0, 3891.0, 3890.0, 3932.0, 3919.0, 3919.0, 3907.0, 3887.0, 3878.0, 3889.0, 3902.0, 3880.0, 3945.0, 3925.0, 3949.0, 3930.0, 3929.0, 3907.0, 3950.0, 3937.0, 3947.0, 3907.0, 3936.0, 3915.0, 3903.0, 3916.0, 3911.0, 3910.0, 3911.0, 3888.0, 3879.0, 3890.0, 3879.0, 3943.0, 3934.0, 3945.0, 3904.0, 3907.0, 3906.0, 3926.0, 3903.0, 3923.0, 3945.0, 3923.0, 3935.0, 3936.0, 3912.0, 3882.0, 3891.0, 3901.0, 3877.0, 3943.0, 3903.0, 3934.0, 3904.0, 3905.0, 3914.0, 3889.0, 3901.0, 3889.0, 3878.0, 3877.0, 3910.0, 3920.0, 3919.0, 3930.0, 3877.0, 3887.0, 3875.0, 3874.0, 3876.0, 3887.0, 3932.0, 3922.0, 3882.0, 3915.0, 3917.0, 3894.0, 3945.0, 3933.0, 3946.0, 3915.0, 3915.0, 3913.0, 3913.0, 3932.0, 3943.0, 3920.0, 3900.0, 3900.0, 3889.0, 3900.0, 3901.0, 3902.0, 3956.0, 3925.0, 3950.0, 3962.0, 3950.0, 3961.0, 3940.0, 3927.0, 3903.0, 3911.0, 3889.0, 3891.0, 3912.0, 3934.0, 3957.0, 3913.0, 3944.0, 3900.0, 3887.0, 3874.0, 3884.0, 3896.0, 3916.0, 3897.0, 3919.0, 3889.0, 3900.0, 3898.0, 3897.0, 3886.0, 3908.0, 3920.0, 3900.0, 3891.0, 3903.0, 3902.0, 3903.0, 3935.0, 3922.0, 3935.0, 3926.0, 3916.0, 3903.0, 3902.0, 3901.0, 3913.0, 3922.0, 3920.0, 3912.0, 3903.0, 3890.0, 3900.0, 3901.0, 3934.0, 3902.0, 3901.0, 3891.0, 3923.0, 3934.0, 3934.0, 3926.0, 3917.0, 3929.0, 3928.0, 3970.0, 3960.0, 3983.0, 3953.0, 3930.0, 3951.0, 3939.0, 3918.0, 3949.0, 3959.0, 3959.0, 3948.0, 3915.0, 3894.0, 3903.0, 3901.0, 3877.0, 3908.0, 3899.0, 3899.0, 3930.0, 3929.0, 3930.0, 3897.0, 3887.0, 3888.0, 3876.0, 3887.0, 3897.0, 3909.0, 3941.0, 3931.0, 3913.0, 3902.0, 3901.0, 3900.0, 3941.0, 3910.0, 3932.0, 3902.0, 3903.0, 3903.0, 3891.0, 3904.0, 3924.0, 3954.0, 3923.0, 3934.0, 3914.0, 3903.0, 3900.0, 3899.0, 3888.0, 3921.0, 3944.0, 3943.0, 3957.0, 3918.0, 3917.0, 3915.0, 3905.0, 3957.0, 3957.0, 3948.0, 3939.0, 3929.0, 3918.0, 3918.0, 3916.0, 3923.0, 3945.0, 3933.0, 3934.0, 3903.0, 3890.0, 3890.0, 3901.0, 3910.0, 3942.0, 3900.0, 3930.0, 3878.0, 3887.0, 3888.0, 3908.0, 3897.0, 3919.0, 3890.0, 3890.0, 3880.0, 3900.0, 3911.0, 3955.0, 3923.0, 3944.0, 3924.0, 3903.0, 3913.0, 3901.0, 3890.0, 3932.0, 3944.0, 3945.0, 3946.0, 3918.0, 3917.0, 3893.0, 3905.0, 3914.0, 3957.0, 3958.0, 3947.0, 3946.0, 3916.0, 3915.0, 3892.0, 3913.0, 3911.0, 3922.0, 3943.0, 3931.0, 3911.0, 3902.0, 3900.0, 3879.0, 3890.0, 3919.0, 3942.0, 3921.0, 3942.0, 3923.0, 3902.0, 3900.0, 3912.0, 3902.0, 3922.0, 3923.0, 3932.0, 3900.0, 3901.0, 3921.0, 3922.0, 3921.0, 3890.0, 3953.0, 3931.0, 3884.0, 3892.0, 3889.0, 3865.0, 3924.0, 3933.0, 3910.0, 3913.0, 3925.0, 3959.0, 3915.0, 3919.0, 3918.0, 3912.0, 3906.0, 3902.0, 3912.0, 3936.0, 3947.0, 3924.0, 3905.0, 3925.0, 3913.0, 3906.0, 3922.0, 3922.0, 3911.0, 3945.0, 3925.0, 3901.0, 3904.0, 3893.0, 3893.0, 3904.0, 3946.0, 3945.0, 3945.0, 3895.0, 3894.0, 3902.0, 3891.0, 3924.0, 3924.0, 3903.0, 3945.0, 3892.0, 3904.0, 3890.0, 3890.0, 3923.0, 3944.0, 3935.0, 3936.0, 3905.0, 3905.0, 3892.0, 3893.0, 3905.0, 3942.0, 3945.0, 3954.0, 3945.0, 3891.0, 3879.0, 3888.0, 3891.0, 3879.0, 3922.0, 3937.0, 3907.0, 3908.0, 3896.0, 3916.0, 3935.0, 3916.0, 3970.0, 3947.0, 3927.0, 3946.0, 3922.0, 3914.0, 3915.0, 3922.0, 3945.0, 3947.0, 3934.0, 3917.0, 3926.0, 3911.0, 3913.0, 3921.0, 3898.0, 3900.0, 3942.0, 3934.0, 3934.0, 3940.0, 3893.0, 3902.0, 3887.0, 3889.0, 3899.0, 3911.0, 3922.0, 3933.0, 3935.0, 3912.0, 3910.0, 3902.0, 3890.0, 3921.0, 3899.0, 3930.0, 3933.0, 3902.0, 3904.0, 3904.0, 3903.0, 3903.0, 3946.0, 3936.0, 3948.0, 3917.0, 3917.0, 3916.0, 3901.0, 3905.0, 3946.0, 3956.0, 3915.0, 3958.0, 3923.0, 3893.0, 3902.0, 3886.0, 3879.0, 3890.0, 3923.0, 3934.0, 3945.0, 3956.0, 3891.0, 3891.0, 3900.0, 3923.0, 3931.0, 3932.0, 3935.0, 3905.0, 3915.0, 3915.0, 3904.0, 3890.0, 3910.0, 3944.0, 3932.0, 3946.0, 3914.0, 3903.0, 3913.0, 3909.0, 3890.0, 3910.0, 3933.0, 3932.0, 3943.0, 3934.0, 3914.0, 3902.0, 3900.0, 3900.0, 3912.0, 3942.0, 3901.0, 3955.0, 3915.0, 3904.0, 3914.0, 3934.0, 3922.0, 3943.0, 3944.0, 3903.0, 3924.0, 3899.0, 3903.0, 3933.0, 3943.0, 3912.0, 3942.0, 3891.0, 3890.0, 3887.0, 3910.0, 3911.0, 3921.0, 3890.0, 3899.0, 3889.0, 3901.0, 3910.0, 3942.0, 3913.0, 3957.0, 3915.0, 3915.0, 3925.0, 3912.0, 3935.0, 3947.0, 3958.0, 3906.0, 3914.0, 3899.0, 3925.0, 3921.0, 3929.0, 3913.0, 3931.0, 3900.0, 3898.0, 3888.0, 3897.0, 3898.0, 3908.0, 3888.0, 3908.0, 3888.0, 3900.0, 3899.0, 3901.0, 3923.0, 3944.0, 3936.0, 3927.0, 3927.0, 3911.0, 3915.0, 3932.0, 3935.0, 3923.0, 3925.0, 3914.0, 3914.0, 3914.0, 3930.0, 3933.0, 3942.0, 3939.0, 3887.0, 3899.0, 3888.0, 3887.0, 3915.0, 3906.0, 3874.0, 3927.0, 3877.0, 3887.0, 3875.0, 3886.0, 3907.0, 3907.0, 3887.0, 3929.0, 3922.0, 3902.0, 3901.0, 3903.0, 3935.0, 3945.0, 3946.0, 3915.0, 3915.0, 3903.0, 3914.0, 3903.0, 3933.0, 3944.0, 3912.0, 3933.0, 3890.0, 3901.0, 3910.0, 3921.0, 3921.0, 3931.0, 3889.0, 3898.0, 3877.0, 3888.0, 3887.0, 3943.0, 3934.0, 3916.0, 3924.0, 3912.0, 3944.0, 3945.0, 3945.0, 3899.0, 3913.0, 3912.0, 3899.0, 3904.0, 3902.0, 3944.0, 3946.0, 3915.0, 3915.0, 3890.0, 3899.0, 3919.0, 3900.0, 3919.0, 3909.0, 3874.0, 3873.0, 3877.0, 3887.0, 3876.0, 3875.0, 3917.0, 3897.0, 3877.0, 3899.0, 3891.0, 3899.0, 3913.0, 3945.0, 3904.0, 3968.0, 3939.0, 3928.0, 3924.0, 3935.0, 3957.0, 3947.0, 3944.0, 3916.0, 3914.0, 3898.0, 3902.0, 3930.0, 3932.0, 3933.0, 3942.0, 3920.0, 3886.0, 3885.0, 3878.0, 3888.0, 3928.0, 3909.0, 3899.0, 3887.0, 3876.0, 3888.0, 3917.0, 3918.0, 3887.0, 3930.0, 3890.0, 3899.0, 3889.0, 3910.0, 3932.0, 3943.0], 'WindowWidth': [8888.0, 8854.0, 8802.0, 8856.0, 8833.0, 8822.0, 8804.0, 8799.0, 8767.0, 8781.0, 8779.0, 8746.0, 8818.0, 8810.0, 8782.0, 8794.0, 8780.0, 8748.0, 8749.0, 8728.0, 8734.0, 8742.0, 8766.0, 8801.0, 8766.0, 8776.0, 8778.0, 8770.0, 8722.0, 8771.0, 8769.0, 8773.0, 8780.0, 8815.0, 8800.0, 8805.0, 8802.0, 8787.0, 8830.0, 8812.0, 8781.0, 8800.0, 8793.0, 8786.0, 8789.0, 8763.0, 8803.0, 8791.0, 8808.0, 8763.0, 8800.0, 8741.0, 8769.0, 8724.0, 8782.0, 8768.0, 8716.0, 8760.0, 8737.0, 8729.0, 8754.0, 8751.0, 8739.0, 8750.0, 8691.0, 8737.0, 8717.0, 8741.0, 8773.0, 8802.0, 8825.0, 8785.0, 8758.0, 8783.0, 8798.0, 8749.0, 8810.0, 8795.0, 8810.0, 8783.0, 8795.0, 8719.0, 8801.0, 8785.0, 8757.0, 8759.0, 8759.0, 8713.0, 8745.0, 8754.0, 8802.0, 8773.0, 8783.0, 8743.0, 8749.0, 8712.0, 8765.0, 8746.0, 8766.0, 8741.0, 8734.0, 8718.0, 8747.0, 8712.0, 8780.0, 8767.0, 8739.0, 8755.0, 8754.0, 8772.0, 8750.0, 8778.0, 8783.0, 8752.0, 8713.0, 8742.0, 8752.0, 8709.0, 8805.0, 8789.0, 8794.0, 8786.0, 8779.0, 8783.0, 8761.0, 8776.0, 8756.0, 8734.0, 8788.0, 8809.0, 8815.0, 8814.0, 8782.0, 8761.0, 8729.0, 8762.0, 8736.0, 8781.0, 8744.0, 8804.0, 8753.0, 8767.0, 8759.0, 8759.0, 8718.0, 8766.0, 8735.0, 8727.0, 8740.0, 8726.0, 8757.0, 8758.0, 8772.0, 8760.0, 8783.0, 8768.0, 8743.0, 8737.0, 8739.0, 8733.0, 8717.0, 8774.0, 8779.0, 8751.0, 8740.0, 8744.0, 8756.0, 8737.0, 8744.0, 8784.0, 8754.0, 8801.0, 8758.0, 8749.0, 8743.0, 8756.0, 8741.0, 8749.0, 8754.0, 8785.0, 8789.0, 8792.0, 8772.0, 8770.0, 8799.0, 8754.0, 8748.0, 8764.0, 8745.0, 8723.0, 8750.0, 8756.0, 8782.0, 8752.0, 8766.0, 8774.0, 8760.0, 8741.0, 8776.0, 8725.0, 8757.0, 8718.0, 8716.0, 8776.0, 8752.0, 8755.0, 8737.0, 8709.0, 8699.0, 8718.0, 8741.0, 8710.0, 8802.0, 8776.0, 8813.0, 8790.0, 8789.0, 8758.0, 8816.0, 8795.0, 8810.0, 8756.0, 8792.0, 8762.0, 8742.0, 8764.0, 8748.0, 8746.0, 8747.0, 8714.0, 8704.0, 8720.0, 8706.0, 8795.0, 8785.0, 8804.0, 8749.0, 8756.0, 8755.0, 8779.0, 8741.0, 8766.0, 8799.0, 8767.0, 8788.0, 8790.0, 8755.0, 8714.0, 8724.0, 8737.0, 8701.0, 8795.0, 8742.0, 8788.0, 8747.0, 8750.0, 8759.0, 8721.0, 8736.0, 8713.0, 8697.0, 8695.0, 8744.0, 8757.0, 8753.0, 8770.0, 8697.0, 8708.0, 8690.0, 8691.0, 8694.0, 8711.0, 8777.0, 8767.0, 8717.0, 8764.0, 8772.0, 8735.0, 8800.0, 8781.0, 8805.0, 8763.0, 8761.0, 8756.0, 8755.0, 8779.0, 8793.0, 8759.0, 8732.0, 8734.0, 8717.0, 8735.0, 8737.0, 8741.0, 8819.0, 8777.0, 8821.0, 8836.0, 8820.0, 8836.0, 8805.0, 8781.0, 8745.0, 8750.0, 8716.0, 8720.0, 8753.0, 8785.0, 8820.0, 8756.0, 8797.0, 8730.0, 8709.0, 8685.0, 8698.0, 8718.0, 8745.0, 8722.0, 8755.0, 8716.0, 8732.0, 8727.0, 8724.0, 8707.0, 8740.0, 8757.0, 8734.0, 8726.0, 8742.0, 8742.0, 8743.0, 8788.0, 8767.0, 8790.0, 8778.0, 8768.0, 8743.0, 8741.0, 8733.0, 8753.0, 8766.0, 8758.0, 8751.0, 8743.0, 8719.0, 8733.0, 8735.0, 8786.0, 8741.0, 8737.0, 8726.0, 8771.0, 8786.0, 8785.0, 8779.0, 8772.0, 8791.0, 8789.0, 8848.0, 8834.0, 8869.0, 8828.0, 8796.0, 8823.0, 8805.0, 8775.0, 8816.0, 8828.0, 8828.0, 8811.0, 8764.0, 8733.0, 8741.0, 8735.0, 8697.0, 8737.0, 8729.0, 8731.0, 8772.0, 8770.0, 8772.0, 8725.0, 8711.0, 8714.0, 8693.0, 8709.0, 8724.0, 8742.0, 8789.0, 8777.0, 8755.0, 8741.0, 8738.0, 8736.0, 8790.0, 8747.0, 8782.0, 8741.0, 8745.0, 8746.0, 8726.0, 8746.0, 8772.0, 8812.0, 8768.0, 8786.0, 8758.0, 8743.0, 8734.0, 8730.0, 8715.0, 8761.0, 8800.0, 8798.0, 8825.0, 8775.0, 8772.0, 8767.0, 8753.0, 8824.0, 8824.0, 8814.0, 8802.0, 8788.0, 8774.0, 8774.0, 8766.0, 8770.0, 8800.0, 8781.0, 8785.0, 8740.0, 8720.0, 8720.0, 8737.0, 8745.0, 8791.0, 8731.0, 8770.0, 8701.0, 8711.0, 8712.0, 8741.0, 8725.0, 8757.0, 8719.0, 8721.0, 8707.0, 8735.0, 8753.0, 8816.0, 8770.0, 8801.0, 8772.0, 8742.0, 8756.0, 8738.0, 8721.0, 8780.0, 8799.0, 8802.0, 8806.0, 8773.0, 8771.0, 8735.0, 8750.0, 8759.0, 8823.0, 8825.0, 8808.0, 8806.0, 8767.0, 8763.0, 8728.0, 8754.0, 8750.0, 8766.0, 8797.0, 8777.0, 8751.0, 8742.0, 8734.0, 8703.0, 8719.0, 8757.0, 8793.0, 8765.0, 8794.0, 8769.0, 8740.0, 8735.0, 8754.0, 8740.0, 8765.0, 8768.0, 8779.0, 8734.0, 8736.0, 8761.0, 8765.0, 8765.0, 8701.0, 8825.0, 8789.0, 8713.0, 8717.0, 8708.0, 8672.0, 8770.0, 8779.0, 8746.0, 8752.0, 8772.0, 8825.0, 8765.0, 8775.0, 8772.0, 8757.0, 8750.0, 8740.0, 8754.0, 8790.0, 8806.0, 8776.0, 8750.0, 8776.0, 8760.0, 8753.0, 8762.0, 8763.0, 8747.0, 8800.0, 8774.0, 8739.0, 8746.0, 8731.0, 8730.0, 8746.0, 8803.0, 8802.0, 8801.0, 8734.0, 8733.0, 8739.0, 8725.0, 8773.0, 8770.0, 8741.0, 8800.0, 8727.0, 8746.0, 8722.0, 8723.0, 8769.0, 8799.0, 8789.0, 8792.0, 8750.0, 8749.0, 8728.0, 8729.0, 8749.0, 8794.0, 8799.0, 8813.0, 8800.0, 8722.0, 8703.0, 8712.0, 8723.0, 8705.0, 8766.0, 8796.0, 8757.0, 8762.0, 8740.0, 8766.0, 8789.0, 8770.0, 8849.0, 8806.0, 8783.0, 8804.0, 8767.0, 8759.0, 8762.0, 8770.0, 8804.0, 8810.0, 8789.0, 8767.0, 8777.0, 8752.0, 8754.0, 8760.0, 8729.0, 8731.0, 8794.0, 8784.0, 8783.0, 8789.0, 8728.0, 8738.0, 8712.0, 8717.0, 8727.0, 8748.0, 8764.0, 8781.0, 8785.0, 8753.0, 8747.0, 8739.0, 8719.0, 8760.0, 8730.0, 8773.0, 8780.0, 8740.0, 8745.0, 8746.0, 8744.0, 8742.0, 8804.0, 8793.0, 8812.0, 8768.0, 8769.0, 8766.0, 8741.0, 8749.0, 8805.0, 8820.0, 8764.0, 8823.0, 8770.0, 8730.0, 8739.0, 8711.0, 8704.0, 8717.0, 8766.0, 8785.0, 8803.0, 8817.0, 8727.0, 8726.0, 8733.0, 8770.0, 8777.0, 8783.0, 8788.0, 8750.0, 8765.0, 8762.0, 8746.0, 8722.0, 8749.0, 8797.0, 8781.0, 8806.0, 8761.0, 8745.0, 8757.0, 8748.0, 8720.0, 8744.0, 8780.0, 8779.0, 8797.0, 8786.0, 8759.0, 8739.0, 8733.0, 8734.0, 8754.0, 8793.0, 8736.0, 8815.0, 8762.0, 8746.0, 8759.0, 8785.0, 8767.0, 8795.0, 8799.0, 8743.0, 8773.0, 8735.0, 8743.0, 8783.0, 8796.0, 8751.0, 8793.0, 8724.0, 8719.0, 8712.0, 8745.0, 8750.0, 8763.0, 8719.0, 8731.0, 8716.0, 8738.0, 8748.0, 8791.0, 8757.0, 8822.0, 8763.0, 8764.0, 8778.0, 8757.0, 8790.0, 8811.0, 8823.0, 8753.0, 8760.0, 8733.0, 8776.0, 8767.0, 8773.0, 8756.0, 8776.0, 8732.0, 8727.0, 8714.0, 8724.0, 8726.0, 8740.0, 8713.0, 8741.0, 8716.0, 8734.0, 8733.0, 8738.0, 8771.0, 8799.0, 8793.0, 8784.0, 8782.0, 8755.0, 8763.0, 8782.0, 8789.0, 8774.0, 8775.0, 8759.0, 8757.0, 8760.0, 8777.0, 8780.0, 8792.0, 8784.0, 8712.0, 8730.0, 8712.0, 8709.0, 8741.0, 8730.0, 8687.0, 8762.0, 8695.0, 8709.0, 8690.0, 8707.0, 8738.0, 8734.0, 8710.0, 8769.0, 8766.0, 8740.0, 8739.0, 8744.0, 8789.0, 8801.0, 8804.0, 8762.0, 8762.0, 8743.0, 8761.0, 8742.0, 8783.0, 8800.0, 8751.0, 8782.0, 8722.0, 8736.0, 8747.0, 8760.0, 8761.0, 8775.0, 8715.0, 8725.0, 8696.0, 8712.0, 8711.0, 8795.0, 8788.0, 8766.0, 8773.0, 8753.0, 8799.0, 8803.0, 8801.0, 8734.0, 8755.0, 8753.0, 8734.0, 8746.0, 8742.0, 8797.0, 8803.0, 8761.0, 8763.0, 8723.0, 8731.0, 8758.0, 8730.0, 8754.0, 8741.0, 8687.0, 8684.0, 8695.0, 8709.0, 8692.0, 8688.0, 8748.0, 8723.0, 8696.0, 8729.0, 8723.0, 8734.0, 8757.0, 8803.0, 8748.0, 8839.0, 8802.0, 8787.0, 8776.0, 8795.0, 8822.0, 8807.0, 8801.0, 8764.0, 8757.0, 8731.0, 8738.0, 8772.0, 8778.0, 8780.0, 8791.0, 8758.0, 8708.0, 8705.0, 8702.0, 8712.0, 8765.0, 8743.0, 8728.0, 8710.0, 8693.0, 8712.0, 8749.0, 8751.0, 8710.0, 8773.0, 8720.0, 8729.0, 8717.0, 8746.0, 8779.0, 8795.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.0023154649827784157</td></tr>
<tr><td colspan=3>aqi</td><td>0.05988772502870265</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.72071511266668</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1160343329655182</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9751054830459758</td></tr>
<tr><td colspan=3>efc</td><td>0.4702</td></tr>
<tr><td colspan=3>fber</td><td>5251.5391</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.22515261353299873</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>400</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>45.924225028702644</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6139003031649275</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4255599421701444</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8846965675871106</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5314443997375276</td></tr>
<tr><td colspan=3>gcor</td><td>0.00632979</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01949773170053959</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026297230273485184</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.892285363879585</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>24.7491</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.4167</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.9295</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303049.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>690.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>293.3834</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2582</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>483.4391</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3122.1196</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3313.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73495.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1027.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4071.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>851.1651</td></tr>
<tr><td colspan=3>tsnr</td><td>25.8884311420843</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>