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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0025/ses-03/func/sub-0025_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a6b614c0b700fb920d9b5b3006fa78da</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:23:52.575000</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_VE11C_LATEST_20160120</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.999581, 0.0237873, 0.0164756, -0.0237311, 0.999712, -0.00360201]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0927202</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7712, -7222, 600, -56, -11, -122, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>288.042</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>610818c0-2df3-44e0-8cc8-0b6f2ea7dc11||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6818034648895264, -0.06366871297359467, 0.04470270499587059, 113.54895782470703], [-0.06381966173648834, 2.6821539402008057, -0.008665688335895538, -94.49252319335938], [0.04420289024710655, 0.009663919918239117, 2.699615955352783, -64.56947326660156], [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': ['122352.575000', '122353.035000', '122353.495000', '122353.955000', '122354.415000', '122354.875000', '122355.335000', '122355.795000', '122356.255000', '122356.715000', '122357.175000', '122357.635000', '122358.095000', '122358.555000', '122359.015000', '122359.475000', '122359.935000', '122400.395000', '122400.855000', '122401.315000', '122401.775000', '122402.235000', '122402.695000', '122403.155000', '122403.615000', '122404.075000', '122404.535000', '122404.995000', '122405.455000', '122405.915000', '122406.375000', '122406.835000', '122407.295000', '122407.755000', '122408.215000', '122408.675000', '122409.135000', '122409.595000', '122410.055000', '122410.515000', '122410.975000', '122411.435000', '122411.895000', '122412.355000', '122412.815000', '122413.275000', '122413.735000', '122414.195000', '122414.655000', '122415.115000', '122415.575000', '122416.035000', '122416.495000', '122416.955000', '122417.415000', '122417.875000', '122418.335000', '122418.795000', '122419.255000', '122419.715000', '122420.175000', '122420.635000', '122421.095000', '122421.555000', '122422.015000', '122422.475000', '122422.935000', '122423.395000', '122423.855000', '122424.315000', '122424.775000', '122425.235000', '122425.695000', '122426.155000', '122426.615000', '122427.075000', '122427.535000', '122427.995000', '122428.455000', '122428.915000', '122429.375000', '122429.835000', '122430.295000', '122430.755000', '122431.215000', '122431.675000', '122432.135000', '122432.595000', '122433.055000', '122433.515000', '122433.975000', '122434.435000', '122434.895000', '122435.355000', '122435.815000', '122436.275000', '122436.735000', '122437.195000', '122437.655000', '122438.115000', '122438.575000', '122439.035000', '122439.495000', '122439.955000', '122440.415000', '122440.875000', '122441.335000', '122441.795000', '122442.255000', '122442.715000', '122443.175000', '122443.635000', '122444.095000', '122444.555000', '122445.015000', '122445.475000', '122445.935000', '122446.395000', '122446.855000', '122447.315000', '122447.775000', '122448.235000', '122448.695000', '122449.155000', '122449.615000', '122450.075000', '122450.535000', '122450.995000', '122451.455000', '122451.915000', '122452.375000', '122452.835000', '122453.295000', '122453.755000', '122454.215000', '122454.675000', '122455.135000', '122455.595000', '122456.055000', '122456.515000', '122456.975000', '122457.435000', '122457.895000', '122458.355000', '122458.815000', '122459.275000', '122459.735000', '122500.195000', '122500.655000', '122501.115000', '122501.575000', '122502.035000', '122502.495000', '122502.955000', '122503.415000', '122503.875000', '122504.335000', '122504.795000', '122505.255000', '122505.715000', '122506.175000', '122506.635000', '122507.095000', '122507.555000', '122508.015000', '122508.475000', '122508.935000', '122509.395000', '122509.855000', '122510.315000', '122510.775000', '122511.235000', '122511.695000', '122512.155000', '122512.615000', '122513.075000', '122513.535000', '122513.995000', '122514.455000', '122514.915000', '122515.375000', '122515.835000', '122516.295000', '122516.755000', '122517.215000', '122517.675000', '122518.135000', '122518.595000', '122519.055000', '122519.515000', '122519.975000', '122520.435000', '122520.895000', '122521.355000', '122521.815000', '122522.275000', '122522.735000', '122523.195000', '122523.655000', '122524.115000', '122524.575000', '122525.035000', '122525.495000', '122525.955000', '122526.415000', '122526.875000', '122527.335000', '122527.795000', '122528.255000', '122528.715000', '122529.175000', '122529.635000', '122530.095000', '122530.555000', '122531.015000', '122531.475000', '122531.935000', '122532.395000', '122532.855000', '122533.315000', '122533.775000', '122534.235000', '122534.695000', '122535.155000', '122535.615000', '122536.075000', '122536.535000', '122536.995000', '122537.455000', '122537.915000', '122538.375000', '122538.835000', '122539.295000', '122539.755000', '122540.215000', '122540.675000', '122541.135000', '122541.595000', '122542.055000', '122542.515000', '122542.975000', '122543.435000', '122543.895000', '122544.355000', '122544.815000', '122545.275000', '122545.735000', '122546.195000', '122546.655000', '122547.115000', '122547.575000', '122548.035000', '122548.495000', '122548.955000', '122549.415000', '122549.875000', '122550.335000', '122550.795000', '122551.255000', '122551.715000', '122552.175000', '122552.635000', '122553.095000', '122553.555000', '122554.015000', '122554.475000', '122554.935000', '122555.395000', '122555.855000', '122556.315000', '122556.775000', '122557.235000', '122557.695000', '122558.155000', '122558.615000', '122559.075000', '122559.535000', '122559.995000', '122600.455000', '122600.915000', '122601.375000', '122601.835000', '122602.295000', '122602.755000', '122603.215000', '122603.675000', '122604.135000', '122604.595000', '122605.055000', '122605.515000', '122605.975000', '122606.435000', '122606.895000', '122607.355000', '122607.815000', '122608.275000', '122608.735000', '122609.195000', '122609.655000', '122610.115000', '122610.575000', '122611.035000', '122611.495000', '122611.955000', '122612.415000', '122612.875000', '122613.335000', '122613.795000', '122614.255000', '122614.715000', '122615.175000', '122615.635000', '122616.095000', '122616.555000', '122617.015000', '122617.475000', '122617.935000', '122618.395000', '122618.855000', '122619.315000', '122619.775000', '122620.235000', '122620.695000', '122621.155000', '122621.615000', '122622.075000', '122622.535000', '122622.995000', '122623.455000', '122623.915000', '122624.375000', '122624.835000', '122625.295000', '122625.755000', '122626.215000', '122626.675000', '122627.135000', '122627.595000', '122628.055000', '122628.515000', '122628.975000', '122629.435000', '122629.895000', '122630.355000', '122630.815000', '122631.275000', '122631.735000', '122632.195000', '122632.655000', '122633.115000', '122633.575000', '122634.035000', '122634.495000', '122634.955000', '122635.415000', '122635.875000', '122636.335000', '122636.795000', '122637.255000', '122637.715000', '122638.175000', '122638.635000', '122639.095000', '122639.555000', '122640.015000', '122640.475000', '122640.935000', '122641.395000', '122641.855000', '122642.315000', '122642.775000', '122643.235000', '122643.695000', '122644.155000', '122644.615000', '122645.075000', '122645.535000', '122645.995000', '122646.455000', '122646.915000', '122647.375000', '122647.835000', '122648.295000', '122648.755000', '122649.215000', '122649.675000', '122650.135000', '122650.595000', '122651.055000', '122651.515000', '122651.975000', '122652.435000', '122652.895000', '122653.355000', '122653.815000', '122654.275000', '122654.735000', '122655.195000', '122655.655000', '122656.115000', '122656.575000', '122657.035000', '122657.495000', '122657.955000', '122658.415000', '122658.875000', '122659.335000', '122659.795000', '122700.255000', '122700.715000', '122701.175000', '122701.635000', '122702.095000', '122702.555000', '122703.015000', '122703.475000', '122703.935000', '122704.395000', '122704.855000', '122705.315000', '122705.775000', '122706.235000', '122706.695000', '122707.155000', '122707.615000', '122708.075000', '122708.535000', '122708.995000', '122709.455000', '122709.915000', '122710.375000', '122710.835000', '122711.295000', '122711.755000', '122712.215000', '122712.675000', '122713.135000', '122713.595000', '122714.055000', '122714.515000', '122714.975000', '122715.435000', '122715.895000', '122716.355000', '122716.815000', '122717.275000', '122717.735000', '122718.195000', '122718.655000', '122719.115000', '122719.575000', '122720.035000', '122720.495000', '122720.955000', '122721.415000', '122721.875000', '122722.335000', '122722.795000', '122723.255000', '122723.715000', '122724.175000', '122724.635000', '122725.095000', '122725.555000', '122726.015000', '122726.475000', '122726.935000', '122727.395000', '122727.855000', '122728.315000', '122728.775000', '122729.235000', '122729.695000', '122730.155000', '122730.615000', '122731.075000', '122731.535000', '122731.995000', '122732.455000', '122732.915000', '122733.375000', '122733.835000', '122734.295000', '122734.755000', '122735.215000', '122735.675000', '122736.135000', '122736.595000', '122737.055000', '122737.515000', '122737.975000', '122738.435000', '122738.895000', '122739.355000', '122739.815000', '122740.275000', '122740.735000', '122741.195000', '122741.655000', '122742.115000', '122742.575000', '122743.035000', '122743.495000', '122743.955000', '122744.415000', '122744.875000', '122745.335000', '122745.795000', '122746.255000', '122746.715000', '122747.175000', '122747.635000', '122748.095000', '122748.555000', '122749.015000', '122749.475000', '122749.935000', '122750.395000', '122750.855000', '122751.315000', '122751.775000', '122752.235000', '122752.695000', '122753.155000', '122753.615000', '122754.075000', '122754.535000', '122754.995000', '122755.455000', '122755.915000', '122756.375000', '122756.835000', '122757.295000', '122757.755000', '122758.215000', '122758.675000', '122759.135000', '122759.595000', '122800.055000', '122800.515000', '122800.975000', '122801.435000', '122801.895000', '122802.355000', '122802.815000', '122803.275000', '122803.735000', '122804.195000', '122804.655000', '122805.115000', '122805.575000', '122806.035000', '122806.495000', '122806.955000', '122807.415000', '122807.875000', '122808.335000', '122808.795000', '122809.255000', '122809.715000', '122810.175000', '122810.635000', '122811.095000', '122811.555000', '122812.015000', '122812.475000', '122812.935000', '122813.395000', '122813.855000', '122814.315000', '122814.775000', '122815.235000', '122815.695000', '122816.155000', '122816.615000', '122817.075000', '122817.535000', '122817.995000', '122818.455000', '122818.915000', '122819.375000', '122819.835000', '122820.295000', '122820.755000', '122821.215000', '122821.675000', '122822.135000', '122822.595000', '122823.055000', '122823.515000', '122823.975000', '122824.435000', '122824.895000', '122825.355000', '122825.815000', '122826.275000', '122826.735000', '122827.195000', '122827.655000', '122828.115000', '122828.575000', '122829.035000', '122829.495000', '122829.955000', '122830.415000', '122830.875000', '122831.335000', '122831.795000', '122832.255000', '122832.715000', '122833.175000', '122833.635000', '122834.095000', '122834.555000', '122835.015000', '122835.475000', '122835.935000', '122836.395000', '122836.855000', '122837.315000', '122837.775000', '122838.235000', '122838.695000', '122839.155000', '122839.615000', '122840.075000', '122840.535000', '122840.995000', '122841.455000', '122841.915000', '122842.375000', '122842.835000', '122843.295000', '122843.755000', '122844.215000', '122844.675000', '122845.135000', '122845.595000', '122846.055000', '122846.515000', '122846.975000', '122847.435000', '122847.895000', '122848.355000', '122848.815000', '122849.275000', '122849.735000', '122850.195000', '122850.655000', '122851.115000', '122851.575000', '122852.035000', '122852.495000', '122852.955000', '122853.415000', '122853.875000', '122854.335000', '122854.795000', '122855.255000', '122855.715000', '122856.175000', '122856.635000', '122857.095000', '122857.555000', '122858.015000', '122858.475000', '122858.935000', '122859.395000', '122859.855000', '122900.315000', '122900.775000', '122901.235000', '122901.695000', '122902.155000', '122902.615000', '122903.075000', '122903.535000', '122903.995000', '122904.455000', '122904.915000', '122905.375000', '122905.835000', '122906.295000', '122906.755000', '122907.215000', '122907.675000', '122908.135000', '122908.595000', '122909.055000', '122909.515000', '122909.975000', '122910.435000', '122910.895000', '122911.355000', '122911.815000', '122912.275000', '122912.735000', '122913.195000', '122913.655000', '122914.115000', '122914.575000', '122915.035000', '122915.495000', '122915.955000', '122916.415000', '122916.875000', '122917.335000', '122917.795000', '122918.255000', '122918.715000', '122919.175000', '122919.635000', '122920.095000', '122920.555000', '122921.015000', '122921.475000', '122921.935000', '122922.395000', '122922.855000', '122923.315000', '122923.775000', '122924.235000', '122924.695000', '122925.155000', '122925.615000', '122926.075000', '122926.535000', '122926.995000', '122927.455000', '122927.915000', '122928.375000', '122928.835000', '122929.295000', '122929.755000', '122930.215000', '122930.675000', '122931.135000', '122931.595000', '122932.055000', '122932.515000', '122932.975000', '122933.435000', '122933.895000', '122934.355000', '122934.815000', '122935.275000', '122935.735000', '122936.195000', '122936.655000', '122937.115000', '122937.575000', '122938.035000', '122938.495000', '122938.955000', '122939.415000', '122939.875000', '122940.335000', '122940.795000', '122941.255000', '122941.715000', '122942.175000', '122942.635000', '122943.095000', '122943.555000', '122944.015000', '122944.475000', '122944.935000', '122945.395000', '122945.855000', '122946.315000', '122946.775000', '122947.235000', '122947.695000', '122948.155000', '122948.615000', '122949.075000', '122949.535000', '122949.995000', '122950.455000', '122950.915000', '122951.375000', '122951.835000', '122952.295000', '122952.755000', '122953.215000', '122953.675000', '122954.135000', '122954.595000', '122955.055000', '122955.515000', '122955.975000', '122956.435000', '122956.895000', '122957.355000', '122957.815000', '122958.275000', '122958.735000', '122959.195000', '122959.655000', '123000.115000', '123000.575000', '123001.035000', '123001.495000', '123001.955000', '123002.415000', '123002.875000', '123003.335000', '123003.795000', '123004.255000', '123004.715000', '123005.175000', '123005.635000', '123006.095000', '123006.555000', '123007.015000', '123007.475000', '123007.935000', '123008.395000', '123008.855000', '123009.315000', '123009.775000', '123010.235000', '123010.695000', '123011.155000', '123011.615000', '123012.075000', '123012.535000', '123012.995000', '123013.455000', '123013.915000', '123014.375000', '123014.835000', '123015.295000', '123015.755000', '123016.215000', '123016.675000', '123017.135000', '123017.595000', '123018.055000', '123018.515000', '123018.975000', '123019.435000', '123019.895000', '123020.355000', '123020.815000', '123021.275000', '123021.735000', '123022.195000', '123022.655000', '123023.115000', '123023.575000', '123024.035000', '123024.495000', '123024.955000', '123025.415000', '123025.875000', '123026.335000', '123026.795000', '123027.255000', '123027.715000', '123028.175000', '123028.635000', '123029.095000', '123029.555000', '123030.015000', '123030.475000', '123030.935000', '123031.395000', '123031.855000', '123032.315000', '123032.775000', '123033.235000'], 'ContentTime': ['122403.881000', '122403.884000', '122403.887000', '122403.890000', '122403.893000', '122403.896000', '122403.899000', '122403.902000', '122403.905000', '122403.908000', '122403.911000', '122403.914000', '122403.927000', '122403.930000', '122403.934000', '122403.941000', '122403.944000', '122403.962000', '122403.965000', '122403.968000', '122403.971000', '122403.974000', '122423.842000', '122423.845000', '122423.848000', '122423.851000', '122423.854000', '122423.856000', '122423.859000', '122423.862000', '122423.865000', '122423.868000', '122423.871000', '122423.874000', '122423.876000', '122423.879000', '122423.882000', '122423.885000', '122423.888000', '122423.891000', '122423.904000', '122423.907000', '122423.909000', '122423.912000', '122423.915000', '122423.918000', '122423.921000', '122423.924000', '122423.927000', '122423.929000', '122423.932000', '122423.935000', '122423.945000', '122423.948000', '122423.951000', '122423.954000', '122423.957000', '122423.960000', '122423.963000', '122423.965000', '122423.968000', '122423.971000', '122423.974000', '122423.977000', '122423.980000', '122423.983000', '122443.842000', '122443.845000', '122443.848000', '122443.860000', '122443.863000', '122443.866000', '122443.869000', '122443.873000', '122443.876000', '122443.879000', '122443.882000', '122443.884000', '122443.887000', '122443.890000', '122443.893000', '122443.896000', '122443.899000', '122443.902000', '122443.905000', '122443.907000', '122443.910000', '122443.913000', '122443.916000', '122443.919000', '122443.922000', '122443.924000', '122443.927000', '122443.930000', '122443.933000', '122443.936000', '122443.939000', '122443.942000', '122443.945000', '122443.948000', '122443.951000', '122443.953000', '122443.963000', '122443.966000', '122443.969000', '122443.971000', '122443.974000', '122443.977000', '122443.980000', '122503.842000', '122503.845000', '122503.848000', '122503.851000', '122503.854000', '122503.857000', '122503.859000', '122503.862000', '122503.865000', '122503.868000', '122503.871000', '122503.874000', '122503.877000', '122503.880000', '122503.882000', '122503.885000', '122503.888000', '122503.891000', '122503.894000', '122503.897000', '122503.899000', '122503.902000', '122503.905000', '122503.908000', '122503.911000', '122503.914000', '122503.917000', '122503.919000', '122503.931000', '122503.934000', '122503.937000', '122503.940000', '122503.942000', '122503.945000', '122503.948000', '122503.951000', '122503.954000', '122503.957000', '122503.960000', '122503.962000', '122503.965000', '122503.968000', '122503.971000', '122503.974000', '122523.842000', '122523.845000', '122523.848000', '122523.851000', '122523.854000', '122523.857000', '122523.859000', '122523.862000', '122523.865000', '122523.868000', '122523.871000', '122523.874000', '122523.877000', '122523.880000', '122523.883000', '122523.886000', '122523.889000', '122523.892000', '122523.895000', '122523.898000', '122523.901000', '122523.904000', '122523.907000', '122523.909000', '122523.912000', '122523.915000', '122523.918000', '122523.921000', '122523.924000', '122523.927000', '122523.930000', '122523.933000', '122523.935000', '122523.938000', '122523.941000', '122523.944000', '122523.947000', '122523.950000', '122523.953000', '122523.956000', '122523.958000', '122523.961000', '122523.964000', '122543.842000', '122543.845000', '122543.848000', '122543.851000', '122543.854000', '122543.857000', '122543.859000', '122543.862000', '122543.875000', '122543.878000', '122543.880000', '122543.883000', '122543.886000', '122543.889000', '122543.892000', '122543.895000', '122543.898000', '122543.901000', '122543.903000', '122543.906000', '122543.909000', '122543.912000', '122543.915000', '122543.918000', '122543.921000', '122543.924000', '122543.926000', '122543.929000', '122543.932000', '122543.935000', '122543.938000', '122543.941000', '122543.944000', '122543.947000', '122543.949000', '122543.952000', '122543.955000', '122543.958000', '122543.961000', '122543.964000', '122543.967000', '122543.969000', '122543.972000', '122543.975000', '122603.842000', '122603.845000', '122603.848000', '122603.851000', '122603.854000', '122603.864000', '122603.867000', '122603.870000', '122603.872000', '122603.875000', '122603.878000', '122603.881000', '122603.884000', '122603.887000', '122603.890000', '122603.894000', '122603.897000', '122603.900000', '122603.903000', '122603.906000', '122603.909000', '122603.912000', '122603.914000', '122603.917000', '122603.920000', '122603.923000', '122603.926000', '122603.929000', '122603.932000', '122603.935000', '122603.938000', '122603.941000', '122603.944000', '122603.947000', '122603.949000', '122603.952000', '122603.955000', '122603.958000', '122603.961000', '122603.964000', '122603.967000', '122603.970000', '122603.973000', '122623.843000', '122623.846000', '122623.849000', '122623.852000', '122623.855000', '122623.858000', '122623.860000', '122623.863000', '122623.866000', '122623.869000', '122623.872000', '122623.875000', '122623.878000', '122623.881000', '122623.884000', '122623.887000', '122623.889000', '122623.892000', '122623.895000', '122623.898000', '122623.901000', '122623.904000', '122623.907000', '122623.910000', '122623.912000', '122623.915000', '122623.918000', '122623.921000', '122623.924000', '122623.927000', '122623.930000', '122623.933000', '122623.936000', '122623.938000', '122623.941000', '122623.950000', '122623.953000', '122623.956000', '122623.958000', '122623.961000', '122623.964000', '122623.967000', '122623.970000', '122623.973000', '122643.842000', '122643.850000', '122643.852000', '122643.856000', '122643.859000', '122643.863000', '122643.865000', '122643.868000', '122643.871000', '122643.874000', '122643.877000', '122643.880000', '122643.883000', '122643.886000', '122643.889000', '122643.891000', '122643.894000', '122643.897000', '122643.900000', '122643.903000', '122643.906000', '122643.909000', '122643.912000', '122643.915000', '122643.919000', '122643.921000', '122643.924000', '122643.927000', '122643.930000', '122643.933000', '122643.936000', '122643.939000', '122643.942000', '122643.945000', '122643.947000', '122643.950000', '122643.953000', '122643.956000', '122643.959000', '122643.962000', '122643.965000', '122643.968000', '122643.970000', '122703.842000', '122703.845000', '122703.848000', '122703.851000', '122703.854000', '122703.857000', '122703.860000', '122703.862000', '122703.865000', '122703.868000', '122703.871000', '122703.874000', '122703.877000', '122703.880000', '122703.883000', '122703.886000', '122703.888000', '122703.891000', '122703.894000', '122703.897000', '122703.900000', '122703.903000', '122703.906000', '122703.908000', '122703.911000', '122703.914000', '122703.917000', '122703.920000', '122703.923000', '122703.926000', '122703.929000', '122703.931000', '122703.934000', '122703.937000', '122703.940000', '122703.943000', '122703.946000', '122703.949000', '122703.952000', '122703.964000', '122703.967000', '122703.970000', '122703.973000', '122703.975000', '122723.842000', '122723.845000', '122723.848000', '122723.851000', '122723.854000', '122723.857000', '122723.859000', '122723.862000', '122723.865000', '122723.868000', '122723.871000', '122723.874000', '122723.877000', '122723.880000', '122723.883000', '122723.886000', '122723.889000', '122723.892000', '122723.894000', '122723.897000', '122723.900000', '122723.903000', '122723.906000', '122723.909000', '122723.912000', '122723.915000', '122723.917000', '122723.920000', '122723.923000', '122723.926000', '122723.929000', '122723.932000', '122723.935000', '122723.938000', '122723.941000', '122723.945000', '122723.956000', '122723.958000', '122723.962000', '122723.964000', '122723.967000', '122723.970000', '122723.973000', '122743.842000', '122743.851000', '122743.854000', '122743.857000', '122743.860000', '122743.863000', '122743.866000', '122743.869000', '122743.871000', '122743.875000', '122743.878000', '122743.880000', '122743.883000', '122743.886000', '122743.889000', '122743.892000', '122743.895000', '122743.898000', '122743.901000', '122743.903000', '122743.906000', '122743.909000', '122743.912000', '122743.915000', '122743.918000', '122743.921000', '122743.924000', '122743.927000', '122743.929000', '122743.932000', '122743.935000', '122743.938000', '122743.941000', '122743.944000', '122743.947000', '122743.950000', '122743.952000', '122743.955000', '122743.958000', '122743.989000', '122743.992000', '122743.995000', '122743.998000', '122744.002000', '122803.842000', '122803.845000', '122803.848000', '122803.851000', '122803.854000', '122803.857000', '122803.860000', '122803.863000', '122803.866000', '122803.868000', '122803.871000', '122803.874000', '122803.877000', '122803.880000', '122803.883000', '122803.886000', '122803.889000', '122803.893000', '122803.896000', '122803.899000', '122803.902000', '122803.905000', '122803.908000', '122803.911000', '122803.914000', '122803.917000', '122803.920000', '122803.923000', '122803.925000', '122803.928000', '122803.931000', '122803.934000', '122803.937000', '122803.940000', '122803.943000', '122803.946000', '122803.949000', '122803.952000', '122803.955000', '122803.958000', '122803.961000', '122803.964000', '122803.969000', '122823.842000', '122823.845000', '122823.848000', '122823.851000', '122823.854000', '122823.858000', '122823.861000', '122823.863000', '122823.867000', '122823.869000', '122823.872000', '122823.875000', '122823.878000', '122823.881000', '122823.884000', '122823.887000', '122823.890000', '122823.893000', '122823.896000', '122823.898000', '122823.901000', '122823.904000', '122823.907000', '122823.910000', '122823.913000', '122823.916000', '122823.919000', '122823.922000', '122823.925000', '122823.928000', '122823.930000', '122823.933000', '122823.936000', '122823.939000', '122823.942000', '122823.945000', '122823.948000', '122823.951000', '122823.954000', '122823.957000', '122823.960000', '122823.962000', '122823.965000', '122823.968000', '122843.843000', '122843.846000', '122843.849000', '122843.852000', '122843.855000', '122843.858000', '122843.861000', '122843.864000', '122843.867000', '122843.869000', '122843.872000', '122843.875000', '122843.878000', '122843.881000', '122843.884000', '122843.887000', '122843.890000', '122843.892000', '122843.896000', '122843.898000', '122843.901000', '122843.904000', '122843.907000', '122843.910000', '122843.913000', '122843.916000', '122843.919000', '122843.922000', '122843.924000', '122843.927000', '122843.930000', '122843.933000', '122843.936000', '122843.939000', '122843.942000', '122843.945000', '122843.948000', '122843.950000', '122843.953000', '122843.956000', '122843.959000', '122843.962000', '122843.965000', '122903.842000', '122903.845000', '122903.848000', '122903.851000', '122903.854000', '122903.857000', '122903.860000', '122903.863000', '122903.866000', '122903.868000', '122903.871000', '122903.874000', '122903.877000', '122903.880000', '122903.883000', '122903.886000', '122903.889000', '122903.892000', '122903.894000', '122903.897000', '122903.900000', '122903.903000', '122903.906000', '122903.909000', '122903.912000', '122903.915000', '122903.918000', '122903.925000', '122903.928000', '122903.931000', '122903.934000', '122903.937000', '122903.940000', '122903.943000', '122903.946000', '122903.954000', '122903.957000', '122903.959000', '122903.962000', '122903.965000', '122903.968000', '122903.971000', '122903.974000', '122903.977000', '122923.842000', '122923.845000', '122923.848000', '122923.851000', '122923.854000', '122923.857000', '122923.860000', '122923.863000', '122923.866000', '122923.869000', '122923.872000', '122923.874000', '122923.877000', '122923.880000', '122923.883000', '122923.886000', '122923.889000', '122923.892000', '122923.895000', '122923.898000', '122923.901000', '122923.904000', '122923.906000', '122923.909000', '122923.912000', '122923.915000', '122923.918000', '122923.921000', '122923.924000', '122923.927000', '122923.931000', '122923.934000', '122923.937000', '122923.940000', '122923.943000', '122923.946000', '122923.949000', '122923.952000', '122923.955000', '122923.957000', '122923.960000', '122923.963000', '122923.966000', '122943.842000', '122943.845000', '122943.848000', '122943.851000', '122943.854000', '122943.857000', '122943.860000', '122943.863000', '122943.865000', '122943.868000', '122943.871000', '122943.874000', '122943.877000', '122943.880000', '122943.883000', '122943.886000', '122943.889000', '122943.891000', '122943.894000', '122943.898000', '122943.901000', '122943.904000', '122943.909000', '122943.912000', '122943.915000', '122943.918000', '122943.921000', '122943.923000', '122943.926000', '122943.929000', '122943.932000', '122943.935000', '122943.938000', '122943.941000', '122943.944000', '122943.947000', '122943.949000', '122943.952000', '122943.955000', '122943.958000', '122943.961000', '122943.964000', '122943.967000', '122943.975000', '123003.845000', '123003.848000', '123003.851000', '123003.854000', '123003.857000', '123003.861000', '123003.863000', '123003.866000', '123003.870000', '123003.872000', '123003.875000', '123003.878000', '123003.881000', '123003.884000', '123003.887000', '123003.890000', '123003.893000', '123003.896000', '123003.899000', '123003.901000', '123003.905000', '123003.907000', '123003.910000', '123003.913000', '123003.916000', '123003.919000', '123003.922000', '123003.925000', '123003.928000', '123003.930000', '123003.933000', '123003.936000', '123003.939000', '123003.942000', '123003.945000', '123003.948000', '123003.951000', '123003.954000', '123003.957000', '123003.959000', '123003.962000', '123003.965000', '123003.968000', '123023.842000', '123023.845000', '123023.848000', '123023.851000', '123023.854000', '123023.857000', '123023.860000', '123023.863000', '123023.866000', '123023.869000', '123023.871000', '123023.874000', '123023.877000', '123023.880000', '123023.883000', '123023.886000', '123023.889000', '123023.892000', '123023.895000', '123023.897000', '123023.900000', '123023.903000', '123023.906000', '123023.909000', '123023.912000', '123023.915000', '123023.918000', '123023.921000', '123023.923000', '123023.926000', '123023.929000', '123023.932000', '123023.935000', '123023.938000', '123023.941000', '123023.944000', '123023.947000', '123023.950000', '123023.953000', '123023.955000', '123023.958000', '123023.961000', '123023.964000', '123023.967000', '123034.487000', '123034.493000', '123034.497000', '123034.501000', '123034.507000', '123034.511000', '123034.514000', '123034.520000', '123034.527000', '123034.532000', '123034.535000', '123034.538000', '123034.541000', '123034.545000', '123034.548000', '123034.552000', '123034.561000', '123034.566000', '123034.570000', '123034.573000', '123034.576000', '123034.579000', '123034.592000'], 'InstanceCreationTime': ['122403.881000', '122403.884000', '122403.887000', '122403.890000', '122403.893000', '122403.896000', '122403.899000', '122403.902000', '122403.905000', '122403.908000', '122403.911000', '122403.914000', '122403.927000', '122403.930000', '122403.934000', '122403.941000', '122403.944000', '122403.962000', '122403.965000', '122403.968000', '122403.971000', '122403.974000', '122423.842000', '122423.845000', '122423.848000', '122423.851000', '122423.854000', '122423.856000', '122423.859000', '122423.862000', '122423.865000', '122423.868000', '122423.871000', '122423.874000', '122423.876000', '122423.879000', '122423.882000', '122423.885000', '122423.888000', '122423.891000', '122423.904000', '122423.907000', '122423.909000', '122423.912000', '122423.915000', '122423.918000', '122423.921000', '122423.924000', '122423.927000', '122423.929000', '122423.932000', '122423.935000', '122423.945000', '122423.948000', '122423.951000', '122423.954000', '122423.957000', '122423.960000', '122423.963000', '122423.965000', '122423.968000', '122423.971000', '122423.974000', '122423.977000', '122423.980000', '122423.983000', '122443.842000', '122443.845000', '122443.848000', '122443.860000', '122443.863000', '122443.866000', '122443.869000', '122443.873000', '122443.876000', '122443.879000', '122443.882000', '122443.884000', '122443.887000', '122443.890000', '122443.893000', '122443.896000', '122443.899000', '122443.902000', '122443.905000', '122443.907000', '122443.910000', '122443.913000', '122443.916000', '122443.919000', '122443.922000', '122443.924000', '122443.927000', '122443.930000', '122443.933000', '122443.936000', '122443.939000', '122443.942000', '122443.945000', '122443.948000', '122443.951000', '122443.953000', '122443.963000', '122443.966000', '122443.969000', '122443.971000', '122443.974000', '122443.977000', '122443.980000', '122503.842000', '122503.845000', '122503.848000', '122503.851000', '122503.854000', '122503.857000', '122503.859000', '122503.862000', '122503.865000', '122503.868000', '122503.871000', '122503.874000', '122503.877000', '122503.880000', '122503.882000', '122503.885000', '122503.888000', '122503.891000', '122503.894000', '122503.897000', '122503.899000', '122503.902000', '122503.905000', '122503.908000', '122503.911000', '122503.914000', '122503.917000', '122503.919000', '122503.931000', '122503.934000', '122503.937000', '122503.940000', '122503.942000', '122503.945000', '122503.948000', '122503.951000', '122503.954000', '122503.957000', '122503.960000', '122503.962000', '122503.965000', '122503.968000', '122503.971000', '122503.974000', '122523.842000', '122523.845000', '122523.848000', '122523.851000', '122523.854000', '122523.857000', '122523.859000', '122523.862000', '122523.865000', '122523.868000', '122523.871000', '122523.874000', '122523.877000', '122523.880000', '122523.883000', '122523.886000', '122523.889000', '122523.892000', '122523.895000', '122523.898000', '122523.901000', '122523.904000', '122523.907000', '122523.909000', '122523.912000', '122523.915000', '122523.918000', '122523.921000', '122523.924000', '122523.927000', '122523.930000', '122523.933000', '122523.935000', '122523.938000', '122523.941000', '122523.944000', '122523.947000', '122523.950000', '122523.953000', '122523.956000', '122523.958000', '122523.961000', '122523.964000', '122543.842000', '122543.845000', '122543.848000', '122543.851000', '122543.854000', '122543.857000', '122543.859000', '122543.862000', '122543.875000', '122543.878000', '122543.880000', '122543.883000', '122543.886000', '122543.889000', '122543.892000', '122543.895000', '122543.898000', '122543.901000', '122543.903000', '122543.906000', '122543.909000', '122543.912000', '122543.915000', '122543.918000', '122543.921000', '122543.924000', '122543.926000', '122543.929000', '122543.932000', '122543.935000', '122543.938000', '122543.941000', '122543.944000', '122543.947000', '122543.949000', '122543.952000', '122543.955000', '122543.958000', '122543.961000', '122543.964000', '122543.967000', '122543.969000', '122543.972000', '122543.975000', '122603.842000', '122603.845000', '122603.848000', '122603.851000', '122603.854000', '122603.864000', '122603.867000', '122603.870000', '122603.872000', '122603.875000', '122603.878000', '122603.881000', '122603.884000', '122603.887000', '122603.890000', '122603.894000', '122603.897000', '122603.900000', '122603.903000', '122603.906000', '122603.909000', '122603.912000', '122603.914000', '122603.917000', '122603.920000', '122603.923000', '122603.926000', '122603.929000', '122603.932000', '122603.935000', '122603.938000', '122603.941000', '122603.944000', '122603.947000', '122603.949000', '122603.952000', '122603.955000', '122603.958000', '122603.961000', '122603.964000', '122603.967000', '122603.970000', '122603.973000', '122623.843000', '122623.846000', '122623.849000', '122623.852000', '122623.855000', '122623.858000', '122623.860000', '122623.863000', '122623.866000', '122623.869000', '122623.872000', '122623.875000', '122623.878000', '122623.881000', '122623.884000', '122623.887000', '122623.889000', '122623.892000', '122623.895000', '122623.898000', '122623.901000', '122623.904000', '122623.907000', '122623.910000', '122623.912000', '122623.915000', '122623.918000', '122623.921000', '122623.924000', '122623.927000', '122623.930000', '122623.933000', '122623.936000', '122623.938000', '122623.941000', '122623.950000', '122623.953000', '122623.956000', '122623.958000', '122623.961000', '122623.964000', '122623.967000', '122623.970000', '122623.973000', '122643.842000', '122643.850000', '122643.852000', '122643.856000', '122643.859000', '122643.863000', '122643.865000', '122643.868000', '122643.871000', '122643.874000', '122643.877000', '122643.880000', '122643.883000', '122643.886000', '122643.889000', '122643.891000', '122643.894000', '122643.897000', '122643.900000', '122643.903000', '122643.906000', '122643.909000', '122643.912000', '122643.915000', '122643.919000', '122643.921000', '122643.924000', '122643.927000', '122643.930000', '122643.933000', '122643.936000', '122643.939000', '122643.942000', '122643.945000', '122643.947000', '122643.950000', '122643.953000', '122643.956000', '122643.959000', '122643.962000', '122643.965000', '122643.968000', '122643.970000', '122703.842000', '122703.845000', '122703.848000', '122703.851000', '122703.854000', '122703.857000', '122703.860000', '122703.862000', '122703.865000', '122703.868000', '122703.871000', '122703.874000', '122703.877000', '122703.880000', '122703.883000', '122703.886000', '122703.888000', '122703.891000', '122703.894000', '122703.897000', '122703.900000', '122703.903000', '122703.906000', '122703.908000', '122703.911000', '122703.914000', '122703.917000', '122703.920000', '122703.923000', '122703.926000', '122703.929000', '122703.931000', '122703.934000', '122703.937000', '122703.940000', '122703.943000', '122703.946000', '122703.949000', '122703.952000', '122703.964000', '122703.967000', '122703.970000', '122703.973000', '122703.975000', '122723.842000', '122723.845000', '122723.848000', '122723.851000', '122723.854000', '122723.857000', '122723.859000', '122723.862000', '122723.865000', '122723.868000', '122723.871000', '122723.874000', '122723.877000', '122723.880000', '122723.883000', '122723.886000', '122723.889000', '122723.892000', '122723.894000', '122723.897000', '122723.900000', '122723.903000', '122723.906000', '122723.909000', '122723.912000', '122723.915000', '122723.917000', '122723.920000', '122723.923000', '122723.926000', '122723.929000', '122723.932000', '122723.935000', '122723.938000', '122723.941000', '122723.945000', '122723.956000', '122723.958000', '122723.962000', '122723.964000', '122723.967000', '122723.970000', '122723.973000', '122743.842000', '122743.851000', '122743.854000', '122743.857000', '122743.860000', '122743.863000', '122743.866000', '122743.869000', '122743.871000', '122743.875000', '122743.878000', '122743.880000', '122743.883000', '122743.886000', '122743.889000', '122743.892000', '122743.895000', '122743.898000', '122743.901000', '122743.903000', '122743.906000', '122743.909000', '122743.912000', '122743.915000', '122743.918000', '122743.921000', '122743.924000', '122743.927000', '122743.929000', '122743.932000', '122743.935000', '122743.938000', '122743.941000', '122743.944000', '122743.947000', '122743.950000', '122743.952000', '122743.955000', '122743.958000', '122743.989000', '122743.992000', '122743.995000', '122743.998000', '122744.002000', '122803.842000', '122803.845000', '122803.848000', '122803.851000', '122803.854000', '122803.857000', '122803.860000', '122803.863000', '122803.866000', '122803.868000', '122803.871000', '122803.874000', '122803.877000', '122803.880000', '122803.883000', '122803.886000', '122803.889000', '122803.893000', '122803.896000', '122803.899000', '122803.902000', '122803.905000', '122803.908000', '122803.911000', '122803.914000', '122803.917000', '122803.920000', '122803.923000', '122803.925000', '122803.928000', '122803.931000', '122803.934000', '122803.937000', '122803.940000', '122803.943000', '122803.946000', '122803.949000', '122803.952000', '122803.955000', '122803.958000', '122803.961000', '122803.964000', '122803.969000', '122823.842000', '122823.845000', '122823.848000', '122823.851000', '122823.854000', '122823.858000', '122823.861000', '122823.863000', '122823.867000', '122823.869000', '122823.872000', '122823.875000', '122823.878000', '122823.881000', '122823.884000', '122823.887000', '122823.890000', '122823.893000', '122823.896000', '122823.898000', '122823.901000', '122823.904000', '122823.907000', '122823.910000', '122823.913000', '122823.916000', '122823.919000', '122823.922000', '122823.925000', '122823.928000', '122823.930000', '122823.933000', '122823.936000', '122823.939000', '122823.942000', '122823.945000', '122823.948000', '122823.951000', '122823.954000', '122823.957000', '122823.960000', '122823.962000', '122823.965000', '122823.968000', '122843.843000', '122843.846000', '122843.849000', '122843.852000', '122843.855000', '122843.858000', '122843.861000', '122843.864000', '122843.867000', '122843.869000', '122843.872000', '122843.875000', '122843.878000', '122843.881000', '122843.884000', '122843.887000', '122843.890000', '122843.892000', '122843.896000', '122843.898000', '122843.901000', '122843.904000', '122843.907000', '122843.910000', '122843.913000', '122843.916000', '122843.919000', '122843.922000', '122843.924000', '122843.927000', '122843.930000', '122843.933000', '122843.936000', '122843.939000', '122843.942000', '122843.945000', '122843.948000', '122843.950000', '122843.953000', '122843.956000', '122843.959000', '122843.962000', '122843.965000', '122903.842000', '122903.845000', '122903.848000', '122903.851000', '122903.854000', '122903.857000', '122903.860000', '122903.863000', '122903.866000', '122903.868000', '122903.871000', '122903.874000', '122903.877000', '122903.880000', '122903.883000', '122903.886000', '122903.889000', '122903.892000', '122903.894000', '122903.897000', '122903.900000', '122903.903000', '122903.906000', '122903.909000', '122903.912000', '122903.915000', '122903.918000', '122903.925000', '122903.928000', '122903.931000', '122903.934000', '122903.937000', '122903.940000', '122903.943000', '122903.946000', '122903.954000', '122903.957000', '122903.959000', '122903.962000', '122903.965000', '122903.968000', '122903.971000', '122903.974000', '122903.977000', '122923.842000', '122923.845000', '122923.848000', '122923.851000', '122923.854000', '122923.857000', '122923.860000', '122923.863000', '122923.866000', '122923.869000', '122923.872000', '122923.874000', '122923.877000', '122923.880000', '122923.883000', '122923.886000', '122923.889000', '122923.892000', '122923.895000', '122923.898000', '122923.901000', '122923.904000', '122923.906000', '122923.909000', '122923.912000', '122923.915000', '122923.918000', '122923.921000', '122923.924000', '122923.927000', '122923.931000', '122923.934000', '122923.937000', '122923.940000', '122923.943000', '122923.946000', '122923.949000', '122923.952000', '122923.955000', '122923.957000', '122923.960000', '122923.963000', '122923.966000', '122943.842000', '122943.845000', '122943.848000', '122943.851000', '122943.854000', '122943.857000', '122943.860000', '122943.863000', '122943.865000', '122943.868000', '122943.871000', '122943.874000', '122943.877000', '122943.880000', '122943.883000', '122943.886000', '122943.889000', '122943.891000', '122943.894000', '122943.898000', '122943.901000', '122943.904000', '122943.909000', '122943.912000', '122943.915000', '122943.918000', '122943.921000', '122943.923000', '122943.926000', '122943.929000', '122943.932000', '122943.935000', '122943.938000', '122943.941000', '122943.944000', '122943.947000', '122943.949000', '122943.952000', '122943.955000', '122943.958000', '122943.961000', '122943.964000', '122943.967000', '122943.975000', '123003.845000', '123003.848000', '123003.851000', '123003.854000', '123003.857000', '123003.861000', '123003.863000', '123003.866000', '123003.870000', '123003.872000', '123003.875000', '123003.878000', '123003.881000', '123003.884000', '123003.887000', '123003.890000', '123003.893000', '123003.896000', '123003.899000', '123003.901000', '123003.905000', '123003.907000', '123003.910000', '123003.913000', '123003.916000', '123003.919000', '123003.922000', '123003.925000', '123003.928000', '123003.930000', '123003.933000', '123003.936000', '123003.939000', '123003.942000', '123003.945000', '123003.948000', '123003.951000', '123003.954000', '123003.957000', '123003.959000', '123003.962000', '123003.965000', '123003.968000', '123023.842000', '123023.845000', '123023.848000', '123023.851000', '123023.854000', '123023.857000', '123023.860000', '123023.863000', '123023.866000', '123023.869000', '123023.871000', '123023.874000', '123023.877000', '123023.880000', '123023.883000', '123023.886000', '123023.889000', '123023.892000', '123023.895000', '123023.897000', '123023.900000', '123023.903000', '123023.906000', '123023.909000', '123023.912000', '123023.915000', '123023.918000', '123023.921000', '123023.923000', '123023.926000', '123023.929000', '123023.932000', '123023.935000', '123023.938000', '123023.941000', '123023.944000', '123023.947000', '123023.950000', '123023.953000', '123023.955000', '123023.958000', '123023.961000', '123023.964000', '123023.967000', '123034.487000', '123034.493000', '123034.497000', '123034.501000', '123034.507000', '123034.511000', '123034.514000', '123034.520000', '123034.527000', '123034.532000', '123034.535000', '123034.538000', '123034.541000', '123034.545000', '123034.548000', '123034.552000', '123034.561000', '123034.566000', '123034.570000', '123034.573000', '123034.576000', '123034.579000', '123034.592000'], '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': [14502, 13109, 12341, 14238, 13258, 13080, 11961, 13487, 13121, 11637, 13580, 13799, 13252, 14375, 11052, 14230, 10546, 9825, 10250, 12799, 14539, 12003, 13175, 12471, 12259, 13795, 11761, 13421, 12435, 12718, 13713, 13210, 14501, 13076, 14209, 15205, 13675, 12793, 15765, 13362, 12748, 13621, 13494, 13352, 13867, 13209, 12477, 12492, 12701, 12628, 12472, 12972, 12643, 12672, 12779, 12836, 11902, 12737, 13178, 12222, 13134, 13132, 12560, 12761, 13839, 13865, 11481, 14647, 13504, 14596, 11432, 12509, 13116, 13218, 13434, 13750, 11689, 13912, 11465, 13003, 13409, 12414, 12989, 14342, 11691, 13782, 13889, 12601, 13248, 13435, 12392, 12780, 13543, 12927, 13073, 13179, 12364, 13560, 12530, 12830, 13278, 13084, 12448, 13339, 12570, 12804, 14015, 13197, 12478, 13957, 13035, 12625, 14141, 13381, 13396, 13426, 13775, 12921, 14047, 12940, 11870, 14006, 12893, 13134, 11297, 12660, 12373, 10208, 12962, 13309, 11102, 10444, 10806, 11219, 10969, 12068, 13900, 13354, 14360, 11536, 13441, 12328, 13323, 13389, 13260, 13079, 13077, 13488, 12750, 14007, 13816, 14553, 13156, 13868, 13153, 12358, 13297, 12976, 12732, 13158, 13264, 12414, 12260, 13221, 11484, 12213, 13364, 12784, 11769, 13838, 13567, 12307, 14183, 11474, 13247, 12298, 11504, 13948, 13773, 11260, 14464, 13448, 13632, 11330, 12879, 14006, 14451, 13307, 14196, 10556, 13975, 13123, 13292, 13151, 12117, 13834, 13316, 13502, 13541, 12583, 13392, 13327, 12686, 13830, 13207, 13534, 13708, 13099, 13666, 12978, 13856, 11067, 12534, 13942, 13424, 13285, 13938, 13895, 12716, 14421, 11785, 12227, 14168, 12911, 12464, 14334, 13943, 12597, 14425, 13817, 11946, 14462, 14138, 12018, 14704, 12927, 13526, 10853, 11064, 13652, 13893, 11588, 13773, 13949, 12194, 13647, 13544, 9804, 13453, 12656, 10049, 13701, 10712, 13112, 12429, 13130, 12020, 12523, 13938, 11237, 14416, 13356, 12967, 14633, 12324, 14552, 13435, 14408, 14445, 14629, 13880, 14234, 12801, 13331, 14110, 12929, 13832, 11742, 13602, 9855, 12515, 14037, 13010, 12954, 14135, 13199, 12933, 13776, 12670, 12994, 13917, 13216, 14235, 14134, 13598, 13430, 14539, 13643, 14739, 10759, 13719, 13922, 11679, 14144, 14143, 12065, 14415, 13831, 12002, 13663, 13854, 11900, 13448, 13900, 12902, 13699, 12734, 12029, 13769, 10313, 13572, 13282, 10877, 13969, 13994, 10682, 14041, 13282, 13171, 13914, 12605, 14213, 14009, 13043, 14297, 14358, 14157, 14730, 14016, 13364, 14458, 13913, 13654, 14528, 14561, 12918, 14347, 13941, 13119, 14199, 14007, 12964, 13568, 13823, 11474, 13324, 12231, 11074, 13869, 12713, 12778, 13942, 12977, 13263, 11062, 11034, 13594, 13439, 11127, 14054, 13450, 12966, 14300, 12636, 13817, 12752, 12882, 14769, 12935, 14150, 14783, 12685, 14325, 13332, 12821, 14541, 13782, 14073, 14186, 13509, 12968, 13743, 13419, 13581, 13761, 13564, 10686, 13594, 13334, 11004, 13855, 12578, 12644, 14144, 12959, 14094, 13193, 12477, 14500, 14026, 13513, 14750, 13607, 13398, 14387, 12238, 12723, 14499, 11787, 13854, 14722, 10919, 13950, 12261, 11696, 13911, 12502, 10335, 14031, 12741, 11958, 13404, 12562, 12514, 13698, 13678, 13017, 13540, 10444, 13507, 13328, 11093, 14117, 12891, 11717, 14134, 12919, 13894, 11587, 13540, 13910, 12958, 13912, 14652, 13872, 14311, 11645, 13552, 11227, 13094, 13632, 12600, 13772, 12502, 13515, 13958, 14472, 14395, 13403, 14098, 12909, 12445, 12811, 11908, 13998, 13477, 12094, 12949, 11911, 12256, 13086, 12685, 13727, 13981, 11264, 14497, 13746, 13646, 14134, 13258, 13214, 14042, 13162, 11652, 14084, 13485, 13472, 14610, 13282, 12755, 14253, 13497, 13009, 14680, 13675, 13124, 14262, 11663, 13842, 14399, 12292, 13691, 14355, 12055, 14340, 13976, 13262, 14652, 12130, 11736, 14649, 12616, 13689, 11183, 13492, 14113, 15624, 13558, 13852, 13653, 12714, 14303, 11050, 13671, 12681, 13077, 12064, 13001, 13591, 13985, 13871, 14686, 12608, 14188, 13405, 13936, 13414, 14017, 14596, 13945, 14402, 14684, 13780, 14376, 13134, 14475, 14321, 13372, 14711, 13922, 13141, 11345, 13408, 13808, 10998, 13340, 13390, 11923, 14008, 13573, 11792, 14142, 12361, 13058, 13559, 13177, 13529, 14045, 13557, 13750, 14184, 12680, 13130, 14614, 13783, 14801, 10855, 14062, 14223, 12176, 14189, 14188, 11464, 12811, 11231, 11471, 11590, 14221, 10188, 13916, 13827, 15729, 13781, 14324, 13542, 14193, 11371, 12219, 13531, 12617, 13362, 14173, 12980, 13512, 14401, 12663, 13908, 13178, 12014, 14633, 13789, 12635, 14544, 12264, 13760, 14050, 13365, 15169, 14166, 13521, 14955, 14075, 13050, 14486, 14000, 11908, 14676, 14389, 14056, 14487, 10535, 13298, 14407, 12668, 13776, 14571, 13450, 13165, 14483, 12480, 13749, 14404, 10338, 14026, 12904, 13556, 13895, 14463, 13867, 13620, 14404, 13640, 13960, 13255, 12878, 14009, 11965, 13638, 13730, 11925, 13869, 14113, 13359, 13831, 14101, 12510, 13551, 13160, 13212, 13010, 12101, 13030, 12544, 12477, 12865, 13051, 13881, 14066, 12112, 13503, 12693, 13195, 14001, 13979, 13756, 12608, 13702, 10505, 13063, 13105, 14104, 12174, 14541, 13764, 14285, 10797, 13014, 13798, 12130, 14060, 13783, 13613, 14498, 14109, 14606, 14595, 13856, 13354, 14346, 13249, 13191, 14641, 14154, 13401, 14620, 14007, 12753, 14439, 11537, 13447, 14842, 13033, 14274, 14027, 13160, 13379, 14006, 13113, 11992, 13936, 12074, 12835, 13634, 13333, 10456, 14164, 12677, 11717, 14200, 13405, 13454, 14019, 10971, 14394, 14286, 10134, 14526, 14024, 14266, 14269, 13631, 14738, 13850, 15268, 13680, 14965, 12613, 12944, 14727, 12115, 13140, 13962, 12448, 13144, 14245, 13187, 11339, 14215, 12459, 11738, 13891, 12649, 11126, 14098, 12351, 11483, 14179, 12795, 14009, 13521, 12011, 14453, 12586, 12888, 14714, 13408, 13451, 14485, 12340, 13157, 14697, 12244, 14119, 14610, 11865, 14340, 13019, 14230, 13425, 14399, 13774, 13809, 13806, 13793, 12627, 12416, 13601, 12928, 12061, 13998, 13362, 11896, 13908, 13215, 14025, 13977, 13488, 12594, 14379, 14124, 12550, 14345, 13528, 12746, 14599, 13334, 13375, 14560, 13619, 13346, 14469, 11999, 14440, 14139, 12045, 14734, 14146, 12724, 14264, 13816, 13564, 13945, 13392, 11780, 14142, 13706, 13016, 13948, 13508, 11060, 14054, 11805, 11403, 14244, 11092, 14074, 11441, 11854, 14173, 11411, 11914, 14807], 'WindowCenter': [4425.0, 4409.0, 4394.0, 4394.0, 4383.0, 4380.0, 4370.0, 4381.0, 4381.0, 4371.0, 4394.0, 4406.0, 4396.0, 4417.0, 4374.0, 4394.0, 4386.0, 4377.0, 4390.0, 4422.0, 4421.0, 4399.0, 4409.0, 4399.0, 4398.0, 4410.0, 4415.0, 4423.0, 4412.0, 4399.0, 4409.0, 4398.0, 4408.0, 4409.0, 4411.0, 4410.0, 4399.0, 4389.0, 4406.0, 4383.0, 4383.0, 4369.0, 4366.0, 4368.0, 4368.0, 4367.0, 4357.0, 4356.0, 4356.0, 4357.0, 4356.0, 4352.0, 4343.0, 4342.0, 4340.0, 4342.0, 4343.0, 4343.0, 4354.0, 4356.0, 4355.0, 4354.0, 4353.0, 4366.0, 4378.0, 4379.0, 4371.0, 4390.0, 4378.0, 4389.0, 4382.0, 4395.0, 4380.0, 4379.0, 4380.0, 4380.0, 4371.0, 4394.0, 4387.0, 4407.0, 4396.0, 4395.0, 4393.0, 4382.0, 4369.0, 4381.0, 4382.0, 4384.0, 4394.0, 4396.0, 4384.0, 4384.0, 4382.0, 4370.0, 4370.0, 4371.0, 4368.0, 4369.0, 4369.0, 4370.0, 4382.0, 4382.0, 4370.0, 4369.0, 4370.0, 4369.0, 4379.0, 4369.0, 4358.0, 4379.0, 4381.0, 4371.0, 4380.0, 4383.0, 4381.0, 4381.0, 4382.0, 4369.0, 4381.0, 4370.0, 4372.0, 4394.0, 4395.0, 4396.0, 4374.0, 4396.0, 4396.0, 4390.0, 4408.0, 4393.0, 4358.0, 4358.0, 4375.0, 4400.0, 4428.0, 4414.0, 4407.0, 4396.0, 4395.0, 4375.0, 4397.0, 4386.0, 4396.0, 4396.0, 4397.0, 4396.0, 4383.0, 4394.0, 4383.0, 4393.0, 4382.0, 4392.0, 4385.0, 4379.0, 4370.0, 4358.0, 4366.0, 4356.0, 4357.0, 4353.0, 4355.0, 4344.0, 4343.0, 4356.0, 4343.0, 4342.0, 4355.0, 4368.0, 4343.0, 4363.0, 4365.0, 4353.0, 4365.0, 4357.0, 4381.0, 4370.0, 4370.0, 4392.0, 4381.0, 4371.0, 4392.0, 4383.0, 4395.0, 4387.0, 4396.0, 4408.0, 4407.0, 4397.0, 4395.0, 4375.0, 4423.0, 4426.0, 4412.0, 4411.0, 4400.0, 4410.0, 4397.0, 4395.0, 4387.0, 4385.0, 4384.0, 4385.0, 4372.0, 4395.0, 4386.0, 4383.0, 4370.0, 4371.0, 4368.0, 4354.0, 4367.0, 4345.0, 4356.0, 4378.0, 4368.0, 4367.0, 4367.0, 4380.0, 4380.0, 4390.0, 4369.0, 4369.0, 4392.0, 4371.0, 4369.0, 4381.0, 4381.0, 4369.0, 4392.0, 4383.0, 4370.0, 4392.0, 4405.0, 4383.0, 4389.0, 4380.0, 4392.0, 4373.0, 4373.0, 4397.0, 4397.0, 4375.0, 4394.0, 4395.0, 4372.0, 4382.0, 4382.0, 4350.0, 4379.0, 4370.0, 4348.0, 4391.0, 4373.0, 4393.0, 4395.0, 4408.0, 4397.0, 4398.0, 4409.0, 4388.0, 4408.0, 4398.0, 4398.0, 4409.0, 4400.0, 4407.0, 4397.0, 4393.0, 4394.0, 4383.0, 4381.0, 4383.0, 4373.0, 4393.0, 4394.0, 4381.0, 4379.0, 4358.0, 4378.0, 4336.0, 4355.0, 4378.0, 4368.0, 4358.0, 4368.0, 4369.0, 4357.0, 4367.0, 4358.0, 4355.0, 4355.0, 4356.0, 4365.0, 4364.0, 4354.0, 4364.0, 4389.0, 4379.0, 4378.0, 4346.0, 4379.0, 4392.0, 4372.0, 4381.0, 4380.0, 4370.0, 4379.0, 4380.0, 4369.0, 4379.0, 4381.0, 4358.0, 4380.0, 4380.0, 4369.0, 4391.0, 4381.0, 4384.0, 4405.0, 4377.0, 4408.0, 4396.0, 4372.0, 4405.0, 4396.0, 4374.0, 4394.0, 4395.0, 4396.0, 4396.0, 4385.0, 4393.0, 4394.0, 4381.0, 4391.0, 4395.0, 4382.0, 4393.0, 4395.0, 4384.0, 4394.0, 4408.0, 4382.0, 4392.0, 4393.0, 4386.0, 4394.0, 4394.0, 4383.0, 4404.0, 4406.0, 4397.0, 4395.0, 4396.0, 4385.0, 4396.0, 4387.0, 4374.0, 4396.0, 4385.0, 4394.0, 4395.0, 4396.0, 4395.0, 4374.0, 4374.0, 4394.0, 4384.0, 4362.0, 4392.0, 4383.0, 4394.0, 4406.0, 4384.0, 4395.0, 4383.0, 4381.0, 4403.0, 4372.0, 4393.0, 4394.0, 4394.0, 4405.0, 4396.0, 4383.0, 4393.0, 4384.0, 4380.0, 4380.0, 4383.0, 4381.0, 4381.0, 4382.0, 4380.0, 4390.0, 4381.0, 4361.0, 4392.0, 4382.0, 4360.0, 4392.0, 4371.0, 4382.0, 4396.0, 4385.0, 4396.0, 4396.0, 4383.0, 4392.0, 4393.0, 4380.0, 4394.0, 4409.0, 4393.0, 4392.0, 4372.0, 4382.0, 4407.0, 4385.0, 4395.0, 4404.0, 4374.0, 4407.0, 4397.0, 4384.0, 4407.0, 4397.0, 4365.0, 4395.0, 4396.0, 4385.0, 4396.0, 4385.0, 4397.0, 4407.0, 4395.0, 4396.0, 4408.0, 4377.0, 4408.0, 4410.0, 4386.0, 4408.0, 4399.0, 4398.0, 4419.0, 4398.0, 4409.0, 4400.0, 4409.0, 4422.0, 4398.0, 4395.0, 4405.0, 4397.0, 4407.0, 4377.0, 4409.0, 4404.0, 4411.0, 4409.0, 4398.0, 4393.0, 4373.0, 4381.0, 4392.0, 4395.0, 4392.0, 4397.0, 4396.0, 4384.0, 4385.0, 4381.0, 4371.0, 4380.0, 4378.0, 4358.0, 4367.0, 4370.0, 4369.0, 4380.0, 4367.0, 4367.0, 4366.0, 4345.0, 4376.0, 4367.0, 4367.0, 4365.0, 4356.0, 4343.0, 4351.0, 4351.0, 4330.0, 4350.0, 4350.0, 4350.0, 4362.0, 4354.0, 4352.0, 4363.0, 4364.0, 4353.0, 4374.0, 4366.0, 4364.0, 4375.0, 4345.0, 4364.0, 4376.0, 4369.0, 4378.0, 4390.0, 4368.0, 4389.0, 4391.0, 4381.0, 4390.0, 4371.0, 4372.0, 4405.0, 4384.0, 4406.0, 4388.0, 4421.0, 4422.0, 4419.0, 4394.0, 4396.0, 4396.0, 4384.0, 4405.0, 4376.0, 4408.0, 4398.0, 4410.0, 4411.0, 4410.0, 4408.0, 4396.0, 4395.0, 4406.0, 4399.0, 4410.0, 4411.0, 4408.0, 4398.0, 4394.0, 4393.0, 4384.0, 4381.0, 4393.0, 4382.0, 4391.0, 4383.0, 4381.0, 4369.0, 4367.0, 4366.0, 4365.0, 4368.0, 4360.0, 4367.0, 4379.0, 4358.0, 4379.0, 4381.0, 4369.0, 4380.0, 4392.0, 4370.0, 4393.0, 4373.0, 4381.0, 4383.0, 4382.0, 4382.0, 4382.0, 4370.0, 4369.0, 4380.0, 4369.0, 4369.0, 4392.0, 4380.0, 4390.0, 4361.0, 4394.0, 4395.0, 4385.0, 4394.0, 4394.0, 4373.0, 4395.0, 4388.0, 4388.0, 4399.0, 4424.0, 4391.0, 4421.0, 4409.0, 4407.0, 4383.0, 4394.0, 4383.0, 4395.0, 4376.0, 4400.0, 4410.0, 4386.0, 4383.0, 4406.0, 4384.0, 4382.0, 4395.0, 4384.0, 4397.0, 4396.0, 4384.0, 4419.0, 4396.0, 4371.0, 4392.0, 4373.0, 4381.0, 4392.0, 4382.0, 4391.0, 4382.0, 4371.0, 4393.0, 4382.0, 4370.0, 4380.0, 4380.0, 4358.0, 4379.0, 4391.0, 4380.0, 4391.0, 4363.0, 4393.0, 4406.0, 4412.0, 4394.0, 4394.0, 4383.0, 4384.0, 4395.0, 4395.0, 4420.0, 4408.0, 4376.0, 4406.0, 4396.0, 4409.0, 4408.0, 4397.0, 4395.0, 4397.0, 4409.0, 4395.0, 4397.0, 4384.0, 4383.0, 4392.0, 4373.0, 4392.0, 4382.0, 4370.0, 4381.0, 4392.0, 4381.0, 4393.0, 4407.0, 4408.0, 4409.0, 4399.0, 4382.0, 4383.0, 4359.0, 4370.0, 4373.0, 4372.0, 4384.0, 4386.0, 4394.0, 4411.0, 4432.0, 4439.0, 4412.0, 4384.0, 4382.0, 4383.0, 4381.0, 4372.0, 4382.0, 4362.0, 4383.0, 4395.0, 4395.0, 4371.0, 4379.0, 4369.0, 4378.0, 4360.0, 4380.0, 4393.0, 4371.0, 4391.0, 4382.0, 4380.0, 4392.0, 4382.0, 4389.0, 4391.0, 4382.0, 4380.0, 4380.0, 4370.0, 4369.0, 4380.0, 4380.0, 4367.0, 4378.0, 4380.0, 4369.0, 4391.0, 4371.0, 4392.0, 4393.0, 4384.0, 4405.0, 4396.0, 4397.0, 4384.0, 4393.0, 4382.0, 4372.0, 4393.0, 4383.0, 4384.0, 4396.0, 4398.0, 4363.0, 4406.0, 4385.0, 4384.0, 4406.0, 4396.0, 4397.0, 4407.0, 4376.0, 4407.0, 4409.0, 4375.0, 4407.0, 4398.0, 4408.0, 4409.0, 4397.0, 4406.0, 4398.0, 4410.0, 4382.0, 4405.0, 4373.0, 4371.0, 4392.0, 4373.0, 4394.0, 4395.0, 4384.0, 4381.0, 4392.0, 4383.0, 4362.0, 4409.0, 4388.0, 4373.0, 4394.0, 4383.0, 4374.0, 4395.0, 4383.0, 4374.0, 4395.0, 4386.0, 4410.0, 4398.0, 4387.0, 4407.0, 4387.0, 4397.0, 4408.0, 4397.0, 4396.0, 4395.0, 4386.0, 4382.0, 4393.0, 4371.0, 4392.0, 4394.0, 4385.0, 4406.0, 4397.0, 4409.0, 4399.0, 4396.0, 4394.0, 4383.0, 4382.0, 4382.0, 4373.0, 4382.0, 4383.0, 4371.0, 4356.0, 4379.0, 4369.0, 4357.0, 4368.0, 4371.0, 4368.0, 4377.0, 4368.0, 4367.0, 4376.0, 4366.0, 4356.0, 4378.0, 4380.0, 4369.0, 4391.0, 4383.0, 4381.0, 4393.0, 4382.0, 4380.0, 4381.0, 4361.0, 4391.0, 4381.0, 4370.0, 4390.0, 4382.0, 4371.0, 4393.0, 4384.0, 4385.0, 4392.0, 4394.0, 4373.0, 4394.0, 4394.0, 4383.0, 4381.0, 4383.0, 4372.0, 4393.0, 4383.0, 4372.0, 4392.0, 4372.0, 4405.0, 4412.0, 4414.0, 4407.0, 4385.0, 4369.0, 4391.0], 'WindowWidth': [9749.0, 9714.0, 9687.0, 9683.0, 9663.0, 9656.0, 9640.0, 9656.0, 9658.0, 9642.0, 9678.0, 9701.0, 9687.0, 9719.0, 9655.0, 9680.0, 9676.0, 9665.0, 9686.0, 9732.0, 9731.0, 9696.0, 9711.0, 9696.0, 9693.0, 9715.0, 9728.0, 9737.0, 9719.0, 9695.0, 9708.0, 9690.0, 9706.0, 9708.0, 9718.0, 9720.0, 9697.0, 9683.0, 9702.0, 9665.0, 9661.0, 9640.0, 9628.0, 9631.0, 9636.0, 9631.0, 9617.0, 9617.0, 9613.0, 9615.0, 9614.0, 9600.0, 9589.0, 9588.0, 9581.0, 9585.0, 9590.0, 9588.0, 9604.0, 9614.0, 9609.0, 9606.0, 9605.0, 9631.0, 9648.0, 9653.0, 9646.0, 9670.0, 9651.0, 9668.0, 9665.0, 9684.0, 9655.0, 9655.0, 9655.0, 9654.0, 9643.0, 9680.0, 9676.0, 9704.0, 9686.0, 9684.0, 9679.0, 9660.0, 9637.0, 9656.0, 9662.0, 9664.0, 9681.0, 9687.0, 9666.0, 9664.0, 9661.0, 9639.0, 9640.0, 9644.0, 9633.0, 9635.0, 9637.0, 9637.0, 9658.0, 9660.0, 9638.0, 9635.0, 9639.0, 9637.0, 9647.0, 9637.0, 9619.0, 9647.0, 9658.0, 9641.0, 9654.0, 9663.0, 9653.0, 9657.0, 9660.0, 9635.0, 9653.0, 9641.0, 9645.0, 9680.0, 9684.0, 9688.0, 9653.0, 9686.0, 9684.0, 9687.0, 9710.0, 9677.0, 9618.0, 9623.0, 9658.0, 9701.0, 9754.0, 9728.0, 9704.0, 9685.0, 9684.0, 9655.0, 9688.0, 9675.0, 9686.0, 9688.0, 9688.0, 9688.0, 9665.0, 9682.0, 9664.0, 9676.0, 9664.0, 9676.0, 9675.0, 9652.0, 9639.0, 9622.0, 9627.0, 9615.0, 9620.0, 9604.0, 9610.0, 9597.0, 9591.0, 9612.0, 9594.0, 9588.0, 9609.0, 9636.0, 9592.0, 9617.0, 9624.0, 9605.0, 9624.0, 9618.0, 9659.0, 9642.0, 9641.0, 9672.0, 9659.0, 9644.0, 9674.0, 9662.0, 9681.0, 9674.0, 9685.0, 9705.0, 9702.0, 9687.0, 9682.0, 9655.0, 9735.0, 9748.0, 9719.0, 9714.0, 9699.0, 9712.0, 9692.0, 9681.0, 9675.0, 9668.0, 9665.0, 9668.0, 9644.0, 9680.0, 9676.0, 9666.0, 9639.0, 9640.0, 9635.0, 9608.0, 9626.0, 9597.0, 9612.0, 9643.0, 9632.0, 9630.0, 9629.0, 9652.0, 9652.0, 9667.0, 9639.0, 9637.0, 9671.0, 9644.0, 9636.0, 9654.0, 9657.0, 9637.0, 9671.0, 9662.0, 9640.0, 9674.0, 9698.0, 9662.0, 9667.0, 9657.0, 9674.0, 9651.0, 9650.0, 9686.0, 9690.0, 9653.0, 9677.0, 9682.0, 9647.0, 9658.0, 9660.0, 9612.0, 9651.0, 9638.0, 9606.0, 9670.0, 9651.0, 9677.0, 9687.0, 9704.0, 9690.0, 9693.0, 9709.0, 9679.0, 9707.0, 9697.0, 9692.0, 9712.0, 9700.0, 9704.0, 9691.0, 9675.0, 9680.0, 9667.0, 9656.0, 9659.0, 9650.0, 9677.0, 9681.0, 9661.0, 9653.0, 9625.0, 9648.0, 9590.0, 9611.0, 9645.0, 9636.0, 9616.0, 9631.0, 9638.0, 9614.0, 9627.0, 9619.0, 9608.0, 9607.0, 9614.0, 9624.0, 9622.0, 9609.0, 9622.0, 9664.0, 9651.0, 9649.0, 9602.0, 9653.0, 9676.0, 9647.0, 9657.0, 9655.0, 9641.0, 9650.0, 9653.0, 9638.0, 9651.0, 9658.0, 9624.0, 9654.0, 9656.0, 9637.0, 9673.0, 9659.0, 9667.0, 9699.0, 9664.0, 9704.0, 9688.0, 9648.0, 9695.0, 9685.0, 9653.0, 9681.0, 9686.0, 9685.0, 9687.0, 9670.0, 9675.0, 9679.0, 9660.0, 9671.0, 9681.0, 9661.0, 9676.0, 9684.0, 9668.0, 9679.0, 9708.0, 9663.0, 9669.0, 9674.0, 9672.0, 9678.0, 9679.0, 9664.0, 9693.0, 9700.0, 9689.0, 9682.0, 9686.0, 9670.0, 9685.0, 9675.0, 9653.0, 9685.0, 9668.0, 9680.0, 9682.0, 9686.0, 9682.0, 9656.0, 9654.0, 9680.0, 9668.0, 9632.0, 9673.0, 9666.0, 9681.0, 9699.0, 9668.0, 9683.0, 9665.0, 9657.0, 9691.0, 9649.0, 9675.0, 9681.0, 9682.0, 9699.0, 9690.0, 9664.0, 9675.0, 9665.0, 9658.0, 9654.0, 9665.0, 9660.0, 9656.0, 9660.0, 9658.0, 9668.0, 9659.0, 9631.0, 9674.0, 9661.0, 9627.0, 9671.0, 9646.0, 9661.0, 9685.0, 9673.0, 9684.0, 9687.0, 9663.0, 9673.0, 9678.0, 9654.0, 9677.0, 9711.0, 9677.0, 9674.0, 9648.0, 9662.0, 9703.0, 9671.0, 9682.0, 9693.0, 9655.0, 9700.0, 9691.0, 9667.0, 9700.0, 9690.0, 9642.0, 9682.0, 9685.0, 9669.0, 9687.0, 9670.0, 9689.0, 9702.0, 9686.0, 9687.0, 9707.0, 9663.0, 9705.0, 9712.0, 9672.0, 9704.0, 9697.0, 9694.0, 9724.0, 9694.0, 9709.0, 9701.0, 9711.0, 9730.0, 9695.0, 9682.0, 9697.0, 9689.0, 9704.0, 9664.0, 9710.0, 9714.0, 9716.0, 9709.0, 9694.0, 9676.0, 9651.0, 9655.0, 9673.0, 9685.0, 9674.0, 9691.0, 9689.0, 9666.0, 9669.0, 9660.0, 9646.0, 9659.0, 9651.0, 9622.0, 9633.0, 9640.0, 9641.0, 9653.0, 9633.0, 9633.0, 9628.0, 9597.0, 9642.0, 9632.0, 9634.0, 9624.0, 9614.0, 9594.0, 9600.0, 9598.0, 9567.0, 9595.0, 9596.0, 9599.0, 9615.0, 9606.0, 9604.0, 9618.0, 9622.0, 9607.0, 9635.0, 9627.0, 9622.0, 9638.0, 9598.0, 9619.0, 9642.0, 9639.0, 9647.0, 9666.0, 9636.0, 9666.0, 9670.0, 9656.0, 9669.0, 9644.0, 9646.0, 9697.0, 9667.0, 9699.0, 9682.0, 9730.0, 9734.0, 9726.0, 9678.0, 9684.0, 9688.0, 9665.0, 9697.0, 9658.0, 9708.0, 9693.0, 9714.0, 9716.0, 9713.0, 9707.0, 9689.0, 9684.0, 9702.0, 9697.0, 9710.0, 9719.0, 9706.0, 9693.0, 9683.0, 9674.0, 9667.0, 9657.0, 9674.0, 9664.0, 9670.0, 9662.0, 9660.0, 9635.0, 9629.0, 9629.0, 9623.0, 9634.0, 9627.0, 9630.0, 9649.0, 9623.0, 9650.0, 9654.0, 9637.0, 9652.0, 9675.0, 9640.0, 9674.0, 9649.0, 9655.0, 9662.0, 9661.0, 9655.0, 9656.0, 9641.0, 9633.0, 9652.0, 9635.0, 9637.0, 9672.0, 9654.0, 9668.0, 9632.0, 9680.0, 9683.0, 9670.0, 9677.0, 9678.0, 9648.0, 9682.0, 9676.0, 9679.0, 9696.0, 9738.0, 9693.0, 9728.0, 9709.0, 9704.0, 9661.0, 9677.0, 9665.0, 9682.0, 9661.0, 9700.0, 9711.0, 9673.0, 9661.0, 9699.0, 9664.0, 9658.0, 9679.0, 9664.0, 9686.0, 9688.0, 9666.0, 9722.0, 9686.0, 9644.0, 9672.0, 9650.0, 9654.0, 9673.0, 9660.0, 9669.0, 9658.0, 9646.0, 9675.0, 9658.0, 9642.0, 9653.0, 9652.0, 9621.0, 9650.0, 9669.0, 9654.0, 9670.0, 9635.0, 9675.0, 9700.0, 9717.0, 9678.0, 9678.0, 9664.0, 9664.0, 9679.0, 9685.0, 9724.0, 9705.0, 9658.0, 9699.0, 9688.0, 9705.0, 9704.0, 9690.0, 9680.0, 9689.0, 9709.0, 9679.0, 9685.0, 9667.0, 9659.0, 9671.0, 9649.0, 9672.0, 9658.0, 9641.0, 9655.0, 9671.0, 9659.0, 9674.0, 9703.0, 9708.0, 9709.0, 9695.0, 9657.0, 9659.0, 9621.0, 9637.0, 9647.0, 9644.0, 9664.0, 9672.0, 9681.0, 9716.0, 9765.0, 9767.0, 9720.0, 9664.0, 9659.0, 9664.0, 9657.0, 9647.0, 9658.0, 9635.0, 9663.0, 9683.0, 9685.0, 9645.0, 9647.0, 9640.0, 9645.0, 9626.0, 9655.0, 9677.0, 9645.0, 9671.0, 9660.0, 9656.0, 9671.0, 9659.0, 9667.0, 9670.0, 9661.0, 9652.0, 9653.0, 9643.0, 9635.0, 9649.0, 9654.0, 9630.0, 9647.0, 9656.0, 9638.0, 9669.0, 9645.0, 9673.0, 9675.0, 9666.0, 9696.0, 9686.0, 9691.0, 9664.0, 9675.0, 9660.0, 9645.0, 9672.0, 9663.0, 9662.0, 9683.0, 9693.0, 9633.0, 9697.0, 9670.0, 9666.0, 9699.0, 9685.0, 9687.0, 9703.0, 9658.0, 9701.0, 9707.0, 9656.0, 9700.0, 9692.0, 9702.0, 9707.0, 9688.0, 9696.0, 9691.0, 9716.0, 9657.0, 9697.0, 9650.0, 9640.0, 9670.0, 9647.0, 9677.0, 9679.0, 9668.0, 9654.0, 9671.0, 9661.0, 9631.0, 9706.0, 9678.0, 9648.0, 9678.0, 9662.0, 9652.0, 9681.0, 9663.0, 9651.0, 9682.0, 9672.0, 9710.0, 9691.0, 9673.0, 9698.0, 9675.0, 9686.0, 9702.0, 9691.0, 9683.0, 9682.0, 9673.0, 9658.0, 9675.0, 9645.0, 9671.0, 9679.0, 9666.0, 9699.0, 9691.0, 9707.0, 9696.0, 9689.0, 9677.0, 9661.0, 9661.0, 9660.0, 9648.0, 9658.0, 9660.0, 9644.0, 9614.0, 9647.0, 9638.0, 9616.0, 9630.0, 9643.0, 9635.0, 9641.0, 9635.0, 9634.0, 9641.0, 9628.0, 9615.0, 9647.0, 9654.0, 9634.0, 9667.0, 9663.0, 9654.0, 9670.0, 9659.0, 9653.0, 9654.0, 9631.0, 9668.0, 9656.0, 9640.0, 9666.0, 9657.0, 9644.0, 9675.0, 9664.0, 9666.0, 9673.0, 9680.0, 9648.0, 9677.0, 9679.0, 9662.0, 9654.0, 9661.0, 9644.0, 9673.0, 9663.0, 9644.0, 9674.0, 9648.0, 9696.0, 9722.0, 9729.0, 9703.0, 9671.0, 9638.0, 9669.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.0020280848623853215</td></tr>
<tr><td colspan=3>aqi</td><td>0.04154979736238532</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.39655961336403</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2766738631458094</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9966211050172215</td></tr>
<tr><td colspan=3>efc</td><td>0.5102</td></tr>
<tr><td colspan=3>fber</td><td>4665.168</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12826712313558655</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>109</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.5</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.313014781069995</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2000375839106527</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5225845762205332</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.216422183078798</td></tr>
<tr><td colspan=3>gcor</td><td>0.0160443</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.00581510690972209</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03600415959954262</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.354235244350196</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>19.2801</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.9662</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>224.379</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292616.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>1109.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>418.7567</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2967</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>500.3594</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3563.4503</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3703.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83928.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1563.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4595.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>850.4313</td></tr>
<tr><td colspan=3>tsnr</td><td>32.44051686505554</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>