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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0033/ses-03/func/sub-0033_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>458416b6166af5ded597bfda1564cc48</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>11:12:45.427500</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.998818, 0.0175943, 0.0453215, -0.0118548, 0.99222, -0.123929]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.837798</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7727, -7249, 401, -33, -43, -31, 99]</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>287.891</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d71ed1da-11d4-4ea3-a185-185f9092ab3f||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.6797542572021484, -0.03180546313524246, 0.1273033618927002, 109.80828094482422], [-0.04720412939786911, 2.6620545387268066, -0.33276134729385376, -81.04300689697266], [0.1215943992137909, 0.33249181509017944, 2.6763901710510254, -82.84429168701172], [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': ['111245.427500', '111245.887500', '111246.347500', '111246.807500', '111247.267500', '111247.727500', '111248.187500', '111248.647500', '111249.107500', '111249.567500', '111250.027500', '111250.487500', '111250.947500', '111251.407500', '111251.867500', '111252.327500', '111252.787500', '111253.247500', '111253.707500', '111254.167500', '111254.627500', '111255.087500', '111255.547500', '111256.007500', '111256.467500', '111256.927500', '111257.387500', '111257.847500', '111258.307500', '111258.767500', '111259.227500', '111259.687500', '111300.147500', '111300.607500', '111301.067500', '111301.527500', '111301.987500', '111302.447500', '111302.907500', '111303.367500', '111303.827500', '111304.287500', '111304.747500', '111305.207500', '111305.667500', '111306.127500', '111306.587500', '111307.047500', '111307.507500', '111307.967500', '111308.427500', '111308.887500', '111309.347500', '111309.807500', '111310.267500', '111310.727500', '111311.187500', '111311.647500', '111312.107500', '111312.567500', '111313.027500', '111313.487500', '111313.947500', '111314.407500', '111314.867500', '111315.327500', '111315.787500', '111316.247500', '111316.707500', '111317.167500', '111317.627500', '111318.087500', '111318.547500', '111319.007500', '111319.467500', '111319.927500', '111320.387500', '111320.847500', '111321.307500', '111321.767500', '111322.227500', '111322.687500', '111323.147500', '111323.607500', '111324.067500', '111324.527500', '111324.987500', '111325.447500', '111325.907500', '111326.367500', '111326.827500', '111327.287500', '111327.747500', '111328.207500', '111328.667500', '111329.127500', '111329.587500', '111330.047500', '111330.507500', '111330.967500', '111331.427500', '111331.887500', '111332.347500', '111332.807500', '111333.267500', '111333.727500', '111334.187500', '111334.647500', '111335.107500', '111335.567500', '111336.027500', '111336.487500', '111336.947500', '111337.407500', '111337.867500', '111338.327500', '111338.787500', '111339.247500', '111339.707500', '111340.167500', '111340.627500', '111341.087500', '111341.547500', '111342.007500', '111342.467500', '111342.927500', '111343.387500', '111343.847500', '111344.307500', '111344.767500', '111345.227500', '111345.687500', '111346.147500', '111346.607500', '111347.067500', '111347.527500', '111347.987500', '111348.447500', '111348.907500', '111349.367500', '111349.827500', '111350.287500', '111350.747500', '111351.207500', '111351.667500', '111352.127500', '111352.587500', '111353.047500', '111353.507500', '111353.967500', '111354.427500', '111354.887500', '111355.347500', '111355.807500', '111356.267500', '111356.727500', '111357.187500', '111357.647500', '111358.107500', '111358.567500', '111359.027500', '111359.487500', '111359.947500', '111400.407500', '111400.867500', '111401.327500', '111401.787500', '111402.247500', '111402.707500', '111403.167500', '111403.627500', '111404.087500', '111404.547500', '111405.007500', '111405.467500', '111405.927500', '111406.387500', '111406.847500', '111407.307500', '111407.767500', '111408.227500', '111408.687500', '111409.147500', '111409.607500', '111410.067500', '111410.527500', '111410.987500', '111411.447500', '111411.907500', '111412.367500', '111412.827500', '111413.287500', '111413.747500', '111414.207500', '111414.667500', '111415.127500', '111415.587500', '111416.047500', '111416.507500', '111416.967500', '111417.427500', '111417.887500', '111418.347500', '111418.807500', '111419.267500', '111419.727500', '111420.187500', '111420.647500', '111421.107500', '111421.567500', '111422.027500', '111422.487500', '111422.947500', '111423.407500', '111423.867500', '111424.327500', '111424.787500', '111425.247500', '111425.707500', '111426.167500', '111426.627500', '111427.087500', '111427.547500', '111428.007500', '111428.467500', '111428.927500', '111429.387500', '111429.847500', '111430.307500', '111430.767500', '111431.227500', '111431.687500', '111432.147500', '111432.607500', '111433.067500', '111433.527500', '111433.987500', '111434.447500', '111434.907500', '111435.367500', '111435.827500', '111436.287500', '111436.747500', '111437.207500', '111437.667500', '111438.127500', '111438.587500', '111439.047500', '111439.507500', '111439.967500', '111440.427500', '111440.887500', '111441.347500', '111441.807500', '111442.267500', '111442.727500', '111443.187500', '111443.647500', '111444.107500', '111444.567500', '111445.027500', '111445.487500', '111445.947500', '111446.407500', '111446.867500', '111447.327500', '111447.787500', '111448.247500', '111448.707500', '111449.167500', '111449.627500', '111450.087500', '111450.547500', '111451.007500', '111451.467500', '111451.927500', '111452.387500', '111452.847500', '111453.307500', '111453.767500', '111454.227500', '111454.687500', '111455.147500', '111455.607500', '111456.067500', '111456.527500', '111456.987500', '111457.447500', '111457.907500', '111458.367500', '111458.827500', '111459.287500', '111459.747500', '111500.207500', '111500.667500', '111501.127500', '111501.587500', '111502.047500', '111502.507500', '111502.967500', '111503.427500', '111503.887500', '111504.347500', '111504.807500', '111505.267500', '111505.727500', '111506.187500', '111506.647500', '111507.107500', '111507.567500', '111508.027500', '111508.487500', '111508.947500', '111509.407500', '111509.867500', '111510.327500', '111510.787500', '111511.247500', '111511.707500', '111512.167500', '111512.627500', '111513.087500', '111513.547500', '111514.007500', '111514.467500', '111514.927500', '111515.387500', '111515.847500', '111516.307500', '111516.767500', '111517.227500', '111517.687500', '111518.147500', '111518.607500', '111519.067500', '111519.527500', '111519.987500', '111520.447500', '111520.907500', '111521.367500', '111521.827500', '111522.287500', '111522.747500', '111523.207500', '111523.667500', '111524.127500', '111524.587500', '111525.047500', '111525.507500', '111525.967500', '111526.427500', '111526.887500', '111527.347500', '111527.807500', '111528.267500', '111528.727500', '111529.187500', '111529.647500', '111530.107500', '111530.567500', '111531.027500', '111531.487500', '111531.947500', '111532.407500', '111532.867500', '111533.327500', '111533.787500', '111534.247500', '111534.707500', '111535.167500', '111535.627500', '111536.087500', '111536.547500', '111537.007500', '111537.467500', '111537.927500', '111538.387500', '111538.847500', '111539.307500', '111539.767500', '111540.227500', '111540.687500', '111541.147500', '111541.607500', '111542.067500', '111542.527500', '111542.987500', '111543.447500', '111543.907500', '111544.367500', '111544.827500', '111545.287500', '111545.747500', '111546.207500', '111546.667500', '111547.127500', '111547.587500', '111548.047500', '111548.507500', '111548.967500', '111549.427500', '111549.887500', '111550.347500', '111550.807500', '111551.267500', '111551.727500', '111552.187500', '111552.647500', '111553.107500', '111553.567500', '111554.027500', '111554.487500', '111554.947500', '111555.407500', '111555.867500', '111556.327500', '111556.787500', '111557.247500', '111557.707500', '111558.167500', '111558.627500', '111559.087500', '111559.547500', '111600.007500', '111600.467500', '111600.927500', '111601.387500', '111601.847500', '111602.307500', '111602.767500', '111603.227500', '111603.687500', '111604.147500', '111604.607500', '111605.067500', '111605.527500', '111605.987500', '111606.447500', '111606.907500', '111607.367500', '111607.827500', '111608.287500', '111608.747500', '111609.207500', '111609.667500', '111610.127500', '111610.587500', '111611.047500', '111611.507500', '111611.967500', '111612.427500', '111612.887500', '111613.347500', '111613.807500', '111614.267500', '111614.727500', '111615.187500', '111615.647500', '111616.107500', '111616.567500', '111617.027500', '111617.487500', '111617.947500', '111618.407500', '111618.867500', '111619.327500', '111619.787500', '111620.247500', '111620.707500', '111621.167500', '111621.627500', '111622.087500', '111622.547500', '111623.007500', '111623.467500', '111623.927500', '111624.387500', '111624.847500', '111625.307500', '111625.767500', '111626.227500', '111626.687500', '111627.147500', '111627.607500', '111628.067500', '111628.527500', '111628.987500', '111629.447500', '111629.907500', '111630.367500', '111630.827500', '111631.287500', '111631.747500', '111632.207500', '111632.667500', '111633.127500', '111633.587500', '111634.047500', '111634.507500', '111634.967500', '111635.427500', '111635.887500', '111636.347500', '111636.807500', '111637.267500', '111637.727500', '111638.187500', '111638.647500', '111639.107500', '111639.567500', '111640.027500', '111640.487500', '111640.947500', '111641.407500', '111641.867500', '111642.327500', '111642.787500', '111643.247500', '111643.707500', '111644.167500', '111644.627500', '111645.087500', '111645.547500', '111646.007500', '111646.467500', '111646.927500', '111647.387500', '111647.847500', '111648.307500', '111648.767500', '111649.227500', '111649.687500', '111650.147500', '111650.607500', '111651.067500', '111651.527500', '111651.987500', '111652.447500', '111652.907500', '111653.367500', '111653.827500', '111654.287500', '111654.747500', '111655.207500', '111655.667500', '111656.127500', '111656.587500', '111657.047500', '111657.507500', '111657.967500', '111658.427500', '111658.887500', '111659.347500', '111659.807500', '111700.267500', '111700.727500', '111701.187500', '111701.647500', '111702.107500', '111702.567500', '111703.027500', '111703.487500', '111703.947500', '111704.407500', '111704.867500', '111705.327500', '111705.787500', '111706.247500', '111706.707500', '111707.167500', '111707.627500', '111708.087500', '111708.547500', '111709.007500', '111709.467500', '111709.927500', '111710.387500', '111710.847500', '111711.307500', '111711.767500', '111712.227500', '111712.687500', '111713.147500', '111713.607500', '111714.067500', '111714.527500', '111714.987500', '111715.447500', '111715.907500', '111716.367500', '111716.827500', '111717.287500', '111717.747500', '111718.207500', '111718.667500', '111719.127500', '111719.587500', '111720.047500', '111720.507500', '111720.967500', '111721.427500', '111721.887500', '111722.347500', '111722.807500', '111723.267500', '111723.727500', '111724.187500', '111724.647500', '111725.107500', '111725.567500', '111726.027500', '111726.487500', '111726.947500', '111727.407500', '111727.867500', '111728.327500', '111728.787500', '111729.247500', '111729.707500', '111730.167500', '111730.627500', '111731.087500', '111731.547500', '111732.007500', '111732.467500', '111732.927500', '111733.387500', '111733.847500', '111734.307500', '111734.767500', '111735.227500', '111735.687500', '111736.147500', '111736.607500', '111737.067500', '111737.527500', '111737.987500', '111738.447500', '111738.907500', '111739.367500', '111739.827500', '111740.287500', '111740.747500', '111741.207500', '111741.667500', '111742.127500', '111742.587500', '111743.047500', '111743.507500', '111743.967500', '111744.427500', '111744.887500', '111745.347500', '111745.807500', '111746.267500', '111746.727500', '111747.187500', '111747.647500', '111748.107500', '111748.567500', '111749.027500', '111749.487500', '111749.947500', '111750.407500', '111750.867500', '111751.327500', '111751.787500', '111752.247500', '111752.707500', '111753.167500', '111753.627500', '111754.087500', '111754.547500', '111755.007500', '111755.467500', '111755.927500', '111756.387500', '111756.847500', '111757.307500', '111757.767500', '111758.227500', '111758.687500', '111759.147500', '111759.607500', '111800.067500', '111800.527500', '111800.987500', '111801.447500', '111801.907500', '111802.367500', '111802.827500', '111803.287500', '111803.747500', '111804.207500', '111804.667500', '111805.127500', '111805.587500', '111806.047500', '111806.507500', '111806.967500', '111807.427500', '111807.887500', '111808.347500', '111808.807500', '111809.267500', '111809.727500', '111810.187500', '111810.647500', '111811.107500', '111811.567500', '111812.027500', '111812.487500', '111812.947500', '111813.407500', '111813.867500', '111814.327500', '111814.787500', '111815.247500', '111815.707500', '111816.167500', '111816.627500', '111817.087500', '111817.547500', '111818.007500', '111818.467500', '111818.927500', '111819.387500', '111819.847500', '111820.307500', '111820.767500', '111821.227500', '111821.687500', '111822.147500', '111822.607500', '111823.067500', '111823.527500', '111823.987500', '111824.447500', '111824.907500', '111825.367500', '111825.827500', '111826.287500', '111826.747500', '111827.207500', '111827.667500', '111828.127500', '111828.587500', '111829.047500', '111829.507500', '111829.967500', '111830.427500', '111830.887500', '111831.347500', '111831.807500', '111832.267500', '111832.727500', '111833.187500', '111833.647500', '111834.107500', '111834.567500', '111835.027500', '111835.487500', '111835.947500', '111836.407500', '111836.867500', '111837.327500', '111837.787500', '111838.247500', '111838.707500', '111839.167500', '111839.627500', '111840.087500', '111840.547500', '111841.007500', '111841.467500', '111841.927500', '111842.387500', '111842.847500', '111843.307500', '111843.767500', '111844.227500', '111844.687500', '111845.147500', '111845.607500', '111846.067500', '111846.527500', '111846.987500', '111847.447500', '111847.907500', '111848.367500', '111848.827500', '111849.287500', '111849.747500', '111850.207500', '111850.667500', '111851.127500', '111851.587500', '111852.047500', '111852.507500', '111852.967500', '111853.427500', '111853.887500', '111854.347500', '111854.807500', '111855.267500', '111855.727500', '111856.187500', '111856.647500', '111857.107500', '111857.567500', '111858.027500', '111858.487500', '111858.947500', '111859.407500', '111859.867500', '111900.327500', '111900.787500', '111901.247500', '111901.707500', '111902.167500', '111902.627500', '111903.087500', '111903.547500', '111904.007500', '111904.467500', '111904.927500', '111905.387500', '111905.847500', '111906.307500', '111906.767500', '111907.227500', '111907.687500', '111908.147500', '111908.607500', '111909.067500', '111909.527500', '111909.987500', '111910.447500', '111910.907500', '111911.367500', '111911.827500', '111912.287500', '111912.747500', '111913.207500', '111913.667500', '111914.127500', '111914.587500', '111915.047500', '111915.507500', '111915.967500', '111916.427500', '111916.887500', '111917.347500', '111917.807500', '111918.267500', '111918.727500', '111919.187500', '111919.647500', '111920.107500', '111920.567500', '111921.027500', '111921.487500', '111921.947500', '111922.407500', '111922.867500', '111923.327500', '111923.787500', '111924.247500', '111924.707500', '111925.167500', '111925.627500', '111926.087500'], 'ContentTime': ['111255.708000', '111255.712000', '111255.715000', '111255.717000', '111255.720000', '111255.723000', '111255.726000', '111255.729000', '111255.732000', '111255.735000', '111255.738000', '111255.740000', '111255.743000', '111255.746000', '111255.759000', '111255.762000', '111255.770000', '111255.773000', '111255.776000', '111255.779000', '111315.671000', '111315.674000', '111315.677000', '111315.680000', '111315.682000', '111315.685000', '111315.688000', '111315.691000', '111315.694000', '111315.697000', '111315.700000', '111315.703000', '111315.706000', '111315.709000', '111315.711000', '111315.714000', '111315.717000', '111315.720000', '111315.723000', '111315.726000', '111315.728000', '111315.731000', '111315.734000', '111315.737000', '111315.740000', '111315.745000', '111315.748000', '111315.751000', '111315.753000', '111315.756000', '111315.759000', '111315.762000', '111315.765000', '111315.768000', '111315.771000', '111315.774000', '111315.777000', '111315.779000', '111315.782000', '111315.785000', '111315.788000', '111315.791000', '111315.794000', '111335.670000', '111335.673000', '111335.676000', '111335.679000', '111335.688000', '111335.691000', '111335.693000', '111335.696000', '111335.699000', '111335.702000', '111335.705000', '111335.708000', '111335.711000', '111335.714000', '111335.716000', '111335.719000', '111335.722000', '111335.725000', '111335.728000', '111335.731000', '111335.734000', '111335.736000', '111335.739000', '111335.742000', '111335.745000', '111335.748000', '111335.751000', '111335.753000', '111335.756000', '111335.759000', '111335.762000', '111335.765000', '111335.768000', '111335.771000', '111335.774000', '111335.791000', '111335.794000', '111335.797000', '111335.800000', '111335.803000', '111335.806000', '111335.809000', '111335.812000', '111355.671000', '111355.674000', '111355.677000', '111355.680000', '111355.683000', '111355.689000', '111355.692000', '111355.695000', '111355.698000', '111355.701000', '111355.704000', '111355.707000', '111355.710000', '111355.712000', '111355.715000', '111355.718000', '111355.721000', '111355.724000', '111355.727000', '111355.730000', '111355.733000', '111355.736000', '111355.738000', '111355.741000', '111355.744000', '111355.747000', '111355.750000', '111355.753000', '111355.756000', '111355.759000', '111355.762000', '111355.765000', '111355.767000', '111355.770000', '111355.773000', '111355.776000', '111355.779000', '111355.782000', '111355.785000', '111355.788000', '111355.791000', '111355.794000', '111355.796000', '111355.799000', '111415.671000', '111415.674000', '111415.677000', '111415.680000', '111415.683000', '111415.686000', '111415.689000', '111415.692000', '111415.695000', '111415.698000', '111415.701000', '111415.704000', '111415.707000', '111415.710000', '111415.713000', '111415.716000', '111415.718000', '111415.721000', '111415.724000', '111415.727000', '111415.730000', '111415.733000', '111415.736000', '111415.739000', '111415.742000', '111415.745000', '111415.747000', '111415.750000', '111415.753000', '111415.756000', '111415.759000', '111415.762000', '111415.765000', '111415.768000', '111415.771000', '111415.774000', '111415.776000', '111415.779000', '111415.782000', '111415.785000', '111415.788000', '111415.791000', '111415.794000', '111435.671000', '111435.674000', '111435.677000', '111435.680000', '111435.683000', '111435.686000', '111435.688000', '111435.691000', '111435.694000', '111435.697000', '111435.700000', '111435.703000', '111435.706000', '111435.709000', '111435.712000', '111435.715000', '111435.718000', '111435.720000', '111435.723000', '111435.726000', '111435.729000', '111435.732000', '111435.735000', '111435.738000', '111435.741000', '111435.744000', '111435.746000', '111435.749000', '111435.752000', '111435.755000', '111435.758000', '111435.761000', '111435.764000', '111435.767000', '111435.770000', '111435.773000', '111435.775000', '111435.778000', '111435.781000', '111435.784000', '111435.787000', '111435.790000', '111435.793000', '111435.796000', '111455.671000', '111455.674000', '111455.677000', '111455.680000', '111455.683000', '111455.686000', '111455.689000', '111455.692000', '111455.696000', '111455.700000', '111455.703000', '111455.706000', '111455.709000', '111455.712000', '111455.715000', '111455.718000', '111455.721000', '111455.724000', '111455.726000', '111455.729000', '111455.732000', '111455.735000', '111455.738000', '111455.741000', '111455.744000', '111455.747000', '111455.750000', '111455.752000', '111455.755000', '111455.758000', '111455.761000', '111455.764000', '111455.767000', '111455.770000', '111455.773000', '111455.776000', '111455.779000', '111455.782000', '111455.785000', '111455.788000', '111455.791000', '111455.793000', '111455.796000', '111515.671000', '111515.674000', '111515.677000', '111515.680000', '111515.683000', '111515.686000', '111515.689000', '111515.691000', '111515.694000', '111515.697000', '111515.700000', '111515.703000', '111515.706000', '111515.709000', '111515.712000', '111515.714000', '111515.717000', '111515.720000', '111515.723000', '111515.726000', '111515.729000', '111515.732000', '111515.735000', '111515.738000', '111515.740000', '111515.743000', '111515.746000', '111515.749000', '111515.752000', '111515.755000', '111515.758000', '111515.776000', '111515.779000', '111515.782000', '111515.785000', '111515.788000', '111515.791000', '111515.794000', '111515.796000', '111515.799000', '111515.802000', '111515.805000', '111515.808000', '111515.811000', '111535.671000', '111535.674000', '111535.677000', '111535.680000', '111535.683000', '111535.686000', '111535.689000', '111535.692000', '111535.694000', '111535.697000', '111535.700000', '111535.703000', '111535.706000', '111535.709000', '111535.712000', '111535.715000', '111535.718000', '111535.721000', '111535.724000', '111535.727000', '111535.730000', '111535.732000', '111535.735000', '111535.738000', '111535.741000', '111535.744000', '111535.747000', '111535.750000', '111535.753000', '111535.756000', '111535.759000', '111535.761000', '111535.764000', '111535.767000', '111535.770000', '111535.773000', '111535.776000', '111535.779000', '111535.782000', '111535.785000', '111535.787000', '111535.790000', '111535.793000', '111555.670000', '111555.673000', '111555.676000', '111555.679000', '111555.682000', '111555.685000', '111555.688000', '111555.691000', '111555.693000', '111555.696000', '111555.699000', '111555.702000', '111555.705000', '111555.708000', '111555.711000', '111555.714000', '111555.717000', '111555.720000', '111555.723000', '111555.726000', '111555.728000', '111555.731000', '111555.734000', '111555.737000', '111555.740000', '111555.743000', '111555.746000', '111555.749000', '111555.751000', '111555.754000', '111555.757000', '111555.760000', '111555.763000', '111555.766000', '111555.769000', '111555.772000', '111555.775000', '111555.778000', '111555.780000', '111555.783000', '111555.786000', '111555.789000', '111555.792000', '111555.795000', '111615.671000', '111615.674000', '111615.678000', '111615.681000', '111615.684000', '111615.687000', '111615.690000', '111615.692000', '111615.695000', '111615.698000', '111615.701000', '111615.704000', '111615.707000', '111615.710000', '111615.713000', '111615.716000', '111615.719000', '111615.722000', '111615.724000', '111615.727000', '111615.730000', '111615.733000', '111615.736000', '111615.739000', '111615.747000', '111615.750000', '111615.753000', '111615.757000', '111615.760000', '111615.763000', '111615.766000', '111615.769000', '111615.772000', '111615.775000', '111615.777000', '111615.780000', '111615.783000', '111615.786000', '111615.789000', '111615.792000', '111615.795000', '111615.798000', '111615.801000', '111635.671000', '111635.674000', '111635.677000', '111635.680000', '111635.683000', '111635.686000', '111635.689000', '111635.692000', '111635.694000', '111635.697000', '111635.700000', '111635.703000', '111635.706000', '111635.709000', '111635.712000', '111635.715000', '111635.718000', '111635.721000', '111635.723000', '111635.726000', '111635.729000', '111635.732000', '111635.735000', '111635.738000', '111635.741000', '111635.744000', '111635.747000', '111635.750000', '111635.752000', '111635.755000', '111635.758000', '111635.761000', '111635.764000', '111635.767000', '111635.770000', '111635.773000', '111635.776000', '111635.779000', '111635.781000', '111635.784000', '111635.787000', '111635.790000', '111635.793000', '111635.796000', '111655.671000', '111655.674000', '111655.677000', '111655.680000', '111655.683000', '111655.686000', '111655.689000', '111655.691000', '111655.694000', '111655.697000', '111655.700000', '111655.703000', '111655.721000', '111655.724000', '111655.727000', '111655.730000', '111655.733000', '111655.736000', '111655.739000', '111655.742000', '111655.744000', '111655.747000', '111655.750000', '111655.753000', '111655.756000', '111655.759000', '111655.762000', '111655.766000', '111655.771000', '111655.774000', '111655.777000', '111655.780000', '111655.790000', '111655.792000', '111655.795000', '111655.798000', '111655.801000', '111655.804000', '111655.807000', '111655.810000', '111655.813000', '111655.816000', '111655.819000', '111715.671000', '111715.674000', '111715.677000', '111715.680000', '111715.683000', '111715.686000', '111715.688000', '111715.691000', '111715.694000', '111715.697000', '111715.700000', '111715.703000', '111715.706000', '111715.709000', '111715.712000', '111715.715000', '111715.718000', '111715.721000', '111715.723000', '111715.726000', '111715.729000', '111715.732000', '111715.735000', '111715.738000', '111715.741000', '111715.744000', '111715.747000', '111715.750000', '111715.753000', '111715.755000', '111715.758000', '111715.761000', '111715.764000', '111715.767000', '111715.770000', '111715.773000', '111715.776000', '111715.779000', '111715.782000', '111715.785000', '111715.787000', '111715.790000', '111715.793000', '111715.796000', '111735.671000', '111735.674000', '111735.677000', '111735.680000', '111735.683000', '111735.686000', '111735.689000', '111735.691000', '111735.694000', '111735.697000', '111735.700000', '111735.703000', '111735.706000', '111735.709000', '111735.712000', '111735.716000', '111735.719000', '111735.722000', '111735.725000', '111735.728000', '111735.731000', '111735.734000', '111735.737000', '111735.740000', '111735.743000', '111735.746000', '111735.749000', '111735.751000', '111735.754000', '111735.757000', '111735.760000', '111735.763000', '111735.766000', '111735.769000', '111735.772000', '111735.775000', '111735.778000', '111735.781000', '111735.784000', '111735.787000', '111735.790000', '111735.793000', '111735.796000', '111755.671000', '111755.674000', '111755.677000', '111755.680000', '111755.683000', '111755.686000', '111755.689000', '111755.692000', '111755.695000', '111755.698000', '111755.701000', '111755.703000', '111755.706000', '111755.709000', '111755.712000', '111755.715000', '111755.718000', '111755.721000', '111755.724000', '111755.727000', '111755.730000', '111755.732000', '111755.735000', '111755.738000', '111755.741000', '111755.744000', '111755.747000', '111755.750000', '111755.753000', '111755.756000', '111755.759000', '111755.762000', '111755.764000', '111755.767000', '111755.770000', '111755.773000', '111755.776000', '111755.779000', '111755.782000', '111755.785000', '111755.788000', '111755.791000', '111755.794000', '111755.797000', '111815.670000', '111815.673000', '111815.676000', '111815.679000', '111815.682000', '111815.685000', '111815.688000', '111815.691000', '111815.694000', '111815.697000', '111815.699000', '111815.702000', '111815.705000', '111815.708000', '111815.711000', '111815.714000', '111815.717000', '111815.720000', '111815.723000', '111815.726000', '111815.729000', '111815.732000', '111815.734000', '111815.737000', '111815.740000', '111815.743000', '111815.746000', '111815.749000', '111815.752000', '111815.755000', '111815.758000', '111815.761000', '111815.763000', '111815.766000', '111815.769000', '111815.772000', '111815.775000', '111815.792000', '111815.795000', '111815.798000', '111815.801000', '111815.804000', '111815.808000', '111835.671000', '111835.674000', '111835.677000', '111835.680000', '111835.683000', '111835.686000', '111835.689000', '111835.692000', '111835.695000', '111835.698000', '111835.700000', '111835.703000', '111835.706000', '111835.709000', '111835.712000', '111835.715000', '111835.718000', '111835.721000', '111835.724000', '111835.727000', '111835.730000', '111835.732000', '111835.735000', '111835.738000', '111835.741000', '111835.744000', '111835.747000', '111835.750000', '111835.753000', '111835.756000', '111835.759000', '111835.761000', '111835.764000', '111835.767000', '111835.770000', '111835.773000', '111835.776000', '111835.779000', '111835.782000', '111835.785000', '111835.788000', '111835.791000', '111835.794000', '111835.796000', '111855.671000', '111855.674000', '111855.677000', '111855.680000', '111855.683000', '111855.686000', '111855.689000', '111855.692000', '111855.694000', '111855.697000', '111855.700000', '111855.703000', '111855.706000', '111855.709000', '111855.712000', '111855.715000', '111855.718000', '111855.721000', '111855.724000', '111855.727000', '111855.730000', '111855.733000', '111855.736000', '111855.739000', '111855.742000', '111855.744000', '111855.749000', '111855.752000', '111855.756000', '111855.759000', '111855.762000', '111855.764000', '111855.767000', '111855.770000', '111855.773000', '111855.776000', '111855.779000', '111855.782000', '111855.785000', '111855.788000', '111855.791000', '111855.794000', '111855.796000', '111915.671000', '111915.674000', '111915.677000', '111915.680000', '111915.683000', '111915.685000', '111915.688000', '111915.691000', '111915.694000', '111915.697000', '111915.700000', '111915.703000', '111915.706000', '111915.709000', '111915.712000', '111915.715000', '111915.718000', '111915.720000', '111915.723000', '111915.726000', '111915.729000', '111915.732000', '111915.735000', '111915.738000', '111915.741000', '111915.744000', '111915.747000', '111915.749000', '111915.752000', '111915.755000', '111915.758000', '111915.761000', '111915.764000', '111915.767000', '111915.770000', '111915.773000', '111915.776000', '111915.779000', '111915.781000', '111915.784000', '111915.787000', '111915.790000', '111915.793000', '111915.796000', '111927.614000', '111927.618000', '111927.621000', '111927.624000', '111927.627000', '111927.633000', '111927.636000', '111927.639000', '111927.642000', '111927.645000', '111927.648000', '111927.651000', '111927.653000', '111927.656000', '111927.660000', '111927.663000', '111927.667000', '111927.671000', '111927.674000', '111927.678000', '111927.680000', '111927.684000', '111927.687000', '111927.690000', '111927.693000', '111927.695000'], 'InstanceCreationTime': ['111255.708000', '111255.712000', '111255.715000', '111255.717000', '111255.720000', '111255.723000', '111255.726000', '111255.729000', '111255.732000', '111255.735000', '111255.738000', '111255.740000', '111255.743000', '111255.746000', '111255.759000', '111255.762000', '111255.770000', '111255.773000', '111255.776000', '111255.779000', '111315.671000', '111315.674000', '111315.677000', '111315.680000', '111315.682000', '111315.685000', '111315.688000', '111315.691000', '111315.694000', '111315.697000', '111315.700000', '111315.703000', '111315.706000', '111315.709000', '111315.711000', '111315.714000', '111315.717000', '111315.720000', '111315.723000', '111315.726000', '111315.728000', '111315.731000', '111315.734000', '111315.737000', '111315.740000', '111315.745000', '111315.748000', '111315.751000', '111315.753000', '111315.756000', '111315.759000', '111315.762000', '111315.765000', '111315.768000', '111315.771000', '111315.774000', '111315.777000', '111315.779000', '111315.782000', '111315.785000', '111315.788000', '111315.791000', '111315.794000', '111335.670000', '111335.673000', '111335.676000', '111335.679000', '111335.688000', '111335.691000', '111335.693000', '111335.696000', '111335.699000', '111335.702000', '111335.705000', '111335.708000', '111335.711000', '111335.714000', '111335.716000', '111335.719000', '111335.722000', '111335.725000', '111335.728000', '111335.731000', '111335.734000', '111335.736000', '111335.739000', '111335.742000', '111335.745000', '111335.748000', '111335.751000', '111335.753000', '111335.756000', '111335.759000', '111335.762000', '111335.765000', '111335.768000', '111335.771000', '111335.774000', '111335.791000', '111335.794000', '111335.797000', '111335.800000', '111335.803000', '111335.806000', '111335.809000', '111335.812000', '111355.671000', '111355.674000', '111355.677000', '111355.680000', '111355.683000', '111355.689000', '111355.692000', '111355.695000', '111355.698000', '111355.701000', '111355.704000', '111355.707000', '111355.710000', '111355.712000', '111355.715000', '111355.718000', '111355.721000', '111355.724000', '111355.727000', '111355.730000', '111355.733000', '111355.736000', '111355.738000', '111355.741000', '111355.744000', '111355.747000', '111355.750000', '111355.753000', '111355.756000', '111355.759000', '111355.762000', '111355.765000', '111355.767000', '111355.770000', '111355.773000', '111355.776000', '111355.779000', '111355.782000', '111355.785000', '111355.788000', '111355.791000', '111355.794000', '111355.796000', '111355.799000', '111415.671000', '111415.674000', '111415.677000', '111415.680000', '111415.683000', '111415.686000', '111415.689000', '111415.692000', '111415.695000', '111415.698000', '111415.701000', '111415.704000', '111415.707000', '111415.710000', '111415.713000', '111415.716000', '111415.718000', '111415.721000', '111415.724000', '111415.727000', '111415.730000', '111415.733000', '111415.736000', '111415.739000', '111415.742000', '111415.745000', '111415.747000', '111415.750000', '111415.753000', '111415.756000', '111415.759000', '111415.762000', '111415.765000', '111415.768000', '111415.771000', '111415.774000', '111415.776000', '111415.779000', '111415.782000', '111415.785000', '111415.788000', '111415.791000', '111415.794000', '111435.671000', '111435.674000', '111435.677000', '111435.680000', '111435.683000', '111435.686000', '111435.688000', '111435.691000', '111435.694000', '111435.697000', '111435.700000', '111435.703000', '111435.706000', '111435.709000', '111435.712000', '111435.715000', '111435.718000', '111435.720000', '111435.723000', '111435.726000', '111435.729000', '111435.732000', '111435.735000', '111435.738000', '111435.741000', '111435.744000', '111435.746000', '111435.749000', '111435.752000', '111435.755000', '111435.758000', '111435.761000', '111435.764000', '111435.767000', '111435.770000', '111435.773000', '111435.775000', '111435.778000', '111435.781000', '111435.784000', '111435.787000', '111435.790000', '111435.793000', '111435.796000', '111455.671000', '111455.674000', '111455.677000', '111455.680000', '111455.683000', '111455.686000', '111455.689000', '111455.692000', '111455.696000', '111455.700000', '111455.703000', '111455.706000', '111455.709000', '111455.712000', '111455.715000', '111455.718000', '111455.721000', '111455.724000', '111455.726000', '111455.729000', '111455.732000', '111455.735000', '111455.738000', '111455.741000', '111455.744000', '111455.747000', '111455.750000', '111455.752000', '111455.755000', '111455.758000', '111455.761000', '111455.764000', '111455.767000', '111455.770000', '111455.773000', '111455.776000', '111455.779000', '111455.782000', '111455.785000', '111455.788000', '111455.791000', '111455.793000', '111455.796000', '111515.671000', '111515.674000', '111515.677000', '111515.680000', '111515.683000', '111515.686000', '111515.689000', '111515.691000', '111515.694000', '111515.697000', '111515.700000', '111515.703000', '111515.706000', '111515.709000', '111515.712000', '111515.714000', '111515.717000', '111515.720000', '111515.723000', '111515.726000', '111515.729000', '111515.732000', '111515.735000', '111515.738000', '111515.740000', '111515.743000', '111515.746000', '111515.749000', '111515.752000', '111515.755000', '111515.758000', '111515.776000', '111515.779000', '111515.782000', '111515.785000', '111515.788000', '111515.791000', '111515.794000', '111515.796000', '111515.799000', '111515.802000', '111515.805000', '111515.808000', '111515.811000', '111535.671000', '111535.674000', '111535.677000', '111535.680000', '111535.683000', '111535.686000', '111535.689000', '111535.692000', '111535.694000', '111535.697000', '111535.700000', '111535.703000', '111535.706000', '111535.709000', '111535.712000', '111535.715000', '111535.718000', '111535.721000', '111535.724000', '111535.727000', '111535.730000', '111535.732000', '111535.735000', '111535.738000', '111535.741000', '111535.744000', '111535.747000', '111535.750000', '111535.753000', '111535.756000', '111535.759000', '111535.761000', '111535.764000', '111535.767000', '111535.770000', '111535.773000', '111535.776000', '111535.779000', '111535.782000', '111535.785000', '111535.787000', '111535.790000', '111535.793000', '111555.670000', '111555.673000', '111555.676000', '111555.679000', '111555.682000', '111555.685000', '111555.688000', '111555.691000', '111555.693000', '111555.696000', '111555.699000', '111555.702000', '111555.705000', '111555.708000', '111555.711000', '111555.714000', '111555.717000', '111555.720000', '111555.723000', '111555.726000', '111555.728000', '111555.731000', '111555.734000', '111555.737000', '111555.740000', '111555.743000', '111555.746000', '111555.749000', '111555.751000', '111555.754000', '111555.757000', '111555.760000', '111555.763000', '111555.766000', '111555.769000', '111555.772000', '111555.775000', '111555.778000', '111555.780000', '111555.783000', '111555.786000', '111555.789000', '111555.792000', '111555.795000', '111615.671000', '111615.674000', '111615.678000', '111615.681000', '111615.684000', '111615.687000', '111615.690000', '111615.692000', '111615.695000', '111615.698000', '111615.701000', '111615.704000', '111615.707000', '111615.710000', '111615.713000', '111615.716000', '111615.719000', '111615.722000', '111615.724000', '111615.727000', '111615.730000', '111615.733000', '111615.736000', '111615.739000', '111615.747000', '111615.750000', '111615.753000', '111615.757000', '111615.760000', '111615.763000', '111615.766000', '111615.769000', '111615.772000', '111615.775000', '111615.777000', '111615.780000', '111615.783000', '111615.786000', '111615.789000', '111615.792000', '111615.795000', '111615.798000', '111615.801000', '111635.671000', '111635.674000', '111635.677000', '111635.680000', '111635.683000', '111635.686000', '111635.689000', '111635.692000', '111635.694000', '111635.697000', '111635.700000', '111635.703000', '111635.706000', '111635.709000', '111635.712000', '111635.715000', '111635.718000', '111635.721000', '111635.723000', '111635.726000', '111635.729000', '111635.732000', '111635.735000', '111635.738000', '111635.741000', '111635.744000', '111635.747000', '111635.750000', '111635.752000', '111635.755000', '111635.758000', '111635.761000', '111635.764000', '111635.767000', '111635.770000', '111635.773000', '111635.776000', '111635.779000', '111635.781000', '111635.784000', '111635.787000', '111635.790000', '111635.793000', '111635.796000', '111655.671000', '111655.674000', '111655.677000', '111655.680000', '111655.683000', '111655.686000', '111655.689000', '111655.691000', '111655.694000', '111655.697000', '111655.700000', '111655.703000', '111655.721000', '111655.724000', '111655.727000', '111655.730000', '111655.733000', '111655.736000', '111655.739000', '111655.742000', '111655.744000', '111655.747000', '111655.750000', '111655.753000', '111655.756000', '111655.759000', '111655.762000', '111655.766000', '111655.771000', '111655.774000', '111655.777000', '111655.780000', '111655.790000', '111655.792000', '111655.795000', '111655.798000', '111655.801000', '111655.804000', '111655.807000', '111655.810000', '111655.813000', '111655.816000', '111655.819000', '111715.671000', '111715.674000', '111715.677000', '111715.680000', '111715.683000', '111715.686000', '111715.688000', '111715.691000', '111715.694000', '111715.697000', '111715.700000', '111715.703000', '111715.706000', '111715.709000', '111715.712000', '111715.715000', '111715.718000', '111715.721000', '111715.723000', '111715.726000', '111715.729000', '111715.732000', '111715.735000', '111715.738000', '111715.741000', '111715.744000', '111715.747000', '111715.750000', '111715.753000', '111715.755000', '111715.758000', '111715.761000', '111715.764000', '111715.767000', '111715.770000', '111715.773000', '111715.776000', '111715.779000', '111715.782000', '111715.785000', '111715.787000', '111715.790000', '111715.793000', '111715.796000', '111735.671000', '111735.674000', '111735.677000', '111735.680000', '111735.683000', '111735.686000', '111735.689000', '111735.691000', '111735.694000', '111735.697000', '111735.700000', '111735.703000', '111735.706000', '111735.709000', '111735.712000', '111735.716000', '111735.719000', '111735.722000', '111735.725000', '111735.728000', '111735.731000', '111735.734000', '111735.737000', '111735.740000', '111735.743000', '111735.746000', '111735.749000', '111735.751000', '111735.754000', '111735.757000', '111735.760000', '111735.763000', '111735.766000', '111735.769000', '111735.772000', '111735.775000', '111735.778000', '111735.781000', '111735.784000', '111735.787000', '111735.790000', '111735.793000', '111735.796000', '111755.671000', '111755.674000', '111755.677000', '111755.680000', '111755.683000', '111755.686000', '111755.689000', '111755.692000', '111755.695000', '111755.698000', '111755.701000', '111755.703000', '111755.706000', '111755.709000', '111755.712000', '111755.715000', '111755.718000', '111755.721000', '111755.724000', '111755.727000', '111755.730000', '111755.732000', '111755.735000', '111755.738000', '111755.741000', '111755.744000', '111755.747000', '111755.750000', '111755.753000', '111755.756000', '111755.759000', '111755.762000', '111755.764000', '111755.767000', '111755.770000', '111755.773000', '111755.776000', '111755.779000', '111755.782000', '111755.785000', '111755.788000', '111755.791000', '111755.794000', '111755.797000', '111815.670000', '111815.673000', '111815.676000', '111815.679000', '111815.682000', '111815.685000', '111815.688000', '111815.691000', '111815.694000', '111815.697000', '111815.699000', '111815.702000', '111815.705000', '111815.708000', '111815.711000', '111815.714000', '111815.717000', '111815.720000', '111815.723000', '111815.726000', '111815.729000', '111815.732000', '111815.734000', '111815.737000', '111815.740000', '111815.743000', '111815.746000', '111815.749000', '111815.752000', '111815.755000', '111815.758000', '111815.761000', '111815.763000', '111815.766000', '111815.769000', '111815.772000', '111815.775000', '111815.792000', '111815.795000', '111815.798000', '111815.801000', '111815.804000', '111815.808000', '111835.671000', '111835.674000', '111835.677000', '111835.680000', '111835.683000', '111835.686000', '111835.689000', '111835.692000', '111835.695000', '111835.698000', '111835.700000', '111835.703000', '111835.706000', '111835.709000', '111835.712000', '111835.715000', '111835.718000', '111835.721000', '111835.724000', '111835.727000', '111835.730000', '111835.732000', '111835.735000', '111835.738000', '111835.741000', '111835.744000', '111835.747000', '111835.750000', '111835.753000', '111835.756000', '111835.759000', '111835.761000', '111835.764000', '111835.767000', '111835.770000', '111835.773000', '111835.776000', '111835.779000', '111835.782000', '111835.785000', '111835.788000', '111835.791000', '111835.794000', '111835.796000', '111855.671000', '111855.674000', '111855.677000', '111855.680000', '111855.683000', '111855.686000', '111855.689000', '111855.692000', '111855.694000', '111855.697000', '111855.700000', '111855.703000', '111855.706000', '111855.709000', '111855.712000', '111855.715000', '111855.718000', '111855.721000', '111855.724000', '111855.727000', '111855.730000', '111855.733000', '111855.736000', '111855.739000', '111855.742000', '111855.744000', '111855.749000', '111855.752000', '111855.756000', '111855.759000', '111855.762000', '111855.764000', '111855.767000', '111855.770000', '111855.773000', '111855.776000', '111855.779000', '111855.782000', '111855.785000', '111855.788000', '111855.791000', '111855.794000', '111855.796000', '111915.671000', '111915.674000', '111915.677000', '111915.680000', '111915.683000', '111915.685000', '111915.688000', '111915.691000', '111915.694000', '111915.697000', '111915.700000', '111915.703000', '111915.706000', '111915.709000', '111915.712000', '111915.715000', '111915.718000', '111915.720000', '111915.723000', '111915.726000', '111915.729000', '111915.732000', '111915.735000', '111915.738000', '111915.741000', '111915.744000', '111915.747000', '111915.749000', '111915.752000', '111915.755000', '111915.758000', '111915.761000', '111915.764000', '111915.767000', '111915.770000', '111915.773000', '111915.776000', '111915.779000', '111915.781000', '111915.784000', '111915.787000', '111915.790000', '111915.793000', '111915.796000', '111927.614000', '111927.618000', '111927.621000', '111927.624000', '111927.627000', '111927.633000', '111927.636000', '111927.639000', '111927.642000', '111927.645000', '111927.648000', '111927.651000', '111927.653000', '111927.656000', '111927.660000', '111927.663000', '111927.667000', '111927.671000', '111927.674000', '111927.678000', '111927.680000', '111927.684000', '111927.687000', '111927.690000', '111927.693000', '111927.695000'], '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': [12020, 7371, 9677, 7227, 8917, 10384, 9655, 12028, 10190, 10461, 10210, 8440, 8573, 8240, 8561, 8151, 8564, 8782, 8696, 9284, 9526, 7580, 7614, 6696, 7808, 7028, 8866, 8514, 8756, 10252, 8375, 10291, 9372, 9282, 7427, 10221, 8065, 10910, 7149, 10302, 7197, 9087, 7395, 8649, 6807, 8083, 8299, 8016, 9931, 8449, 10654, 8260, 9357, 7700, 10228, 7843, 10181, 7795, 10036, 7095, 9617, 7179, 8969, 6963, 9829, 7136, 9086, 7268, 9382, 8217, 8286, 7285, 8084, 7260, 7815, 9412, 7766, 9825, 8393, 9912, 8585, 9910, 6903, 7634, 7488, 8749, 7652, 10060, 7811, 9787, 8508, 9656, 7702, 9632, 7879, 10004, 7766, 9534, 8277, 9344, 7418, 9974, 7084, 10271, 7773, 10480, 8150, 10428, 8492, 9064, 8794, 8733, 9832, 8454, 9544, 7727, 10085, 7797, 9983, 7971, 9605, 7548, 9211, 7174, 9770, 7082, 9697, 6984, 9427, 7594, 9424, 7065, 8823, 7257, 9414, 7113, 9966, 7059, 9585, 7796, 9089, 7238, 9203, 7009, 9434, 8382, 9451, 7881, 9755, 7797, 9800, 8489, 9768, 12035, 10722, 12939, 11373, 12410, 9469, 10344, 8027, 10402, 7978, 9595, 7987, 9263, 7333, 9914, 7317, 9955, 7258, 9619, 7970, 9384, 7333, 9275, 6759, 9170, 7766, 9122, 8282, 9292, 7442, 7320, 8066, 7532, 10073, 8655, 10024, 8469, 9370, 7150, 10013, 7669, 10117, 7050, 9924, 7017, 9027, 6787, 8665, 6869, 8920, 7612, 8676, 8463, 7918, 7891, 7473, 9491, 8171, 10018, 8408, 9767, 7769, 9194, 6771, 9857, 7048, 9869, 7461, 9430, 7645, 8440, 7163, 8626, 7231, 8494, 7250, 8478, 9765, 7614, 9714, 7703, 10280, 7345, 9915, 8393, 9688, 9210, 9895, 12015, 8612, 10528, 8202, 10113, 8093, 10333, 7275, 8895, 7029, 8364, 6855, 8596, 9084, 8112, 8573, 7774, 9533, 7653, 10164, 8017, 9621, 7667, 9446, 7169, 9483, 7971, 8227, 10027, 8868, 11937, 10462, 11271, 8609, 9908, 8235, 9327, 12925, 10333, 12135, 8900, 10162, 7405, 9971, 7184, 9515, 6940, 8740, 6989, 9139, 6972, 8858, 7491, 8133, 10404, 7784, 9916, 7275, 9906, 6986, 9540, 8037, 9066, 7923, 8961, 7686, 7707, 9809, 8113, 10303, 8157, 9766, 8040, 9346, 7141, 9668, 7165, 9263, 7231, 9089, 8045, 8249, 7060, 7632, 10265, 7897, 10130, 7392, 10183, 8381, 9649, 7609, 7918, 9165, 8033, 10370, 8467, 9417, 7338, 9927, 7825, 9647, 7579, 9351, 7529, 9321, 7036, 9675, 7077, 10080, 7789, 8809, 7758, 7409, 7925, 7182, 10640, 7701, 10267, 7533, 10061, 8560, 9432, 7199, 8412, 7338, 8020, 9824, 8500, 10793, 8384, 10370, 7946, 9980, 7211, 10215, 8021, 9270, 7239, 9617, 6799, 9124, 6981, 8706, 7417, 8338, 7294, 8115, 9243, 7856, 10795, 7528, 10676, 8007, 10512, 9086, 9626, 10870, 8717, 11148, 9033, 10958, 10094, 10568, 8041, 9977, 7711, 10103, 7054, 9436, 6869, 8981, 7038, 8819, 6717, 7955, 10041, 8034, 10144, 8216, 10120, 7279, 9919, 6787, 9570, 7521, 8972, 7477, 8534, 6959, 7921, 10288, 8003, 10350, 8151, 9560, 7853, 9548, 7142, 10058, 6837, 9793, 6904, 9501, 7958, 8547, 6828, 8897, 6978, 8569, 10256, 8218, 9863, 8112, 9525, 6883, 9700, 6897, 9360, 7623, 8881, 7341, 7965, 6862, 7973, 6855, 8274, 8983, 8537, 8781, 7658, 8588, 7742, 10263, 8366, 9586, 8595, 10213, 8512, 9945, 8027, 9976, 8570, 10924, 10322, 10398, 8812, 8798, 10196, 8236, 10188, 9142, 10528, 8695, 9556, 6863, 9817, 7620, 9644, 7650, 9347, 7098, 9879, 7496, 9459, 8389, 9378, 12182, 9680, 11322, 8541, 9972, 7746, 10028, 7792, 9578, 7555, 8379, 6801, 8161, 7046, 7682, 9427, 8309, 10151, 8279, 9938, 7381, 9908, 6982, 9608, 8050, 8874, 9826, 8608, 10428, 7588, 9868, 7531, 9819, 6994, 9411, 7132, 8872, 6847, 8837, 7204, 8552, 7576, 8142, 10146, 8021, 9929, 7380, 10164, 6734, 9756, 8581, 8847, 8774, 9118, 8787, 8123, 9610, 7788, 10049, 8069, 9521, 8017, 9349, 7016, 9924, 7042, 9182, 8481, 9138, 7379, 8496, 8419, 8098, 11286, 9209, 10568, 8865, 9495, 7022, 9707, 7288, 9166, 7495, 8465, 8948, 7611, 9564, 7783, 9850, 7379, 10109, 7621, 9401, 8757, 11993, 8137, 7738, 7174, 7796, 9696, 7595, 9750, 8090, 10208, 8021, 10732, 9870, 11506, 7699, 9807, 7630, 9959, 7681, 9806, 8066, 10590, 8604, 8970, 8540, 7762, 9896, 7568, 9744, 7729, 9631, 7498, 9202, 6897, 9490, 7017, 9272, 7031, 9209, 7397, 8410, 6993, 8230, 7070, 8022, 10079, 7933, 10297, 7801, 9394, 7228, 9501, 7227, 9333, 8391, 8143, 9832, 7289, 10062, 7731, 9769, 7350, 9357, 7689, 9274, 7413, 8348, 6998, 7681, 10222, 7788, 10001, 8484, 8996, 6795, 9330, 7082, 9539, 8315, 9028, 7819, 7743, 6726, 7315, 9920, 7969, 9593, 8158, 9991, 7817, 9575, 7142, 9674, 7128, 9611, 7450, 8517, 6804, 8195, 7115, 8845, 7581, 8457, 8852, 7490, 9838, 7409, 9726, 7756, 9624, 7156, 9526, 8045, 8833, 7298, 8023, 8955, 7904, 10794, 9248, 10256, 8232, 8983, 7259, 8784, 7333, 8429, 6946, 7583, 8188, 7299, 9753, 7537, 9869, 7098, 9500, 8340, 8952, 6655, 7609, 10357, 8310, 9906, 7987, 10622, 8296, 9525, 7508, 8207, 8954, 7479, 9980, 8259, 10118, 7672, 9176, 6982, 8341, 7072, 7777, 7081, 7827, 9195, 7405, 9994, 7391, 9680, 6761, 9429, 8516, 9126, 8314, 8803, 10431, 8771, 10493, 8519, 9814, 8463, 10073, 8449, 8891, 6751, 9169, 7184, 9619, 8194, 8243, 9813, 7991, 9872, 7379, 9397, 7607, 10009, 8007, 9626, 8079, 8786, 6982, 7593, 9089, 7570, 10322, 7798, 10057, 7600, 9476, 6684, 9356, 6681, 9376, 7751, 9024, 7623, 7912, 6680, 7664, 8530, 7835, 10174, 7694, 9949, 8249, 9832, 7176, 9587, 7591, 9710, 7114, 9579, 8131, 8878, 11262, 8653, 10268, 7520, 9729, 6981, 9364, 7045, 10000, 7428, 9503, 6769, 8659, 7460, 8749, 10288, 7907, 10202, 7442, 9627, 6768, 8148, 8809, 7906, 10345, 7976, 9981, 7347, 9542, 7015, 9363, 7244, 9955, 7018, 9446, 7166, 8961], 'WindowCenter': [4387.0, 4317.0, 4330.0, 4297.0, 4307.0, 4313.0, 4316.0, 4322.0, 4302.0, 4301.0, 4300.0, 4279.0, 4279.0, 4279.0, 4278.0, 4266.0, 4277.0, 4276.0, 4277.0, 4288.0, 4288.0, 4265.0, 4267.0, 4243.0, 4267.0, 4255.0, 4277.0, 4277.0, 4276.0, 4285.0, 4280.0, 4288.0, 4278.0, 4275.0, 4265.0, 4285.0, 4265.0, 4296.0, 4255.0, 4286.0, 4256.0, 4277.0, 4268.0, 4278.0, 4257.0, 4267.0, 4276.0, 4266.0, 4286.0, 4279.0, 4298.0, 4281.0, 4289.0, 4269.0, 4298.0, 4280.0, 4298.0, 4280.0, 4299.0, 4270.0, 4302.0, 4281.0, 4301.0, 4283.0, 4312.0, 4283.0, 4303.0, 4283.0, 4305.0, 4294.0, 4293.0, 4282.0, 4294.0, 4282.0, 4281.0, 4301.0, 4282.0, 4303.0, 4307.0, 4312.0, 4307.0, 4303.0, 4284.0, 4292.0, 4281.0, 4292.0, 4294.0, 4313.0, 4296.0, 4315.0, 4308.0, 4317.0, 4299.0, 4316.0, 4308.0, 4312.0, 4297.0, 4314.0, 4306.0, 4317.0, 4297.0, 4315.0, 4283.0, 4312.0, 4282.0, 4314.0, 4281.0, 4310.0, 4292.0, 4291.0, 4291.0, 4290.0, 4300.0, 4280.0, 4300.0, 4281.0, 4310.0, 4280.0, 4300.0, 4292.0, 4301.0, 4284.0, 4302.0, 4282.0, 4312.0, 4283.0, 4302.0, 4283.0, 4301.0, 4283.0, 4304.0, 4286.0, 4302.0, 4294.0, 4314.0, 4286.0, 4314.0, 4283.0, 4318.0, 4296.0, 4318.0, 4297.0, 4317.0, 4299.0, 4317.0, 4306.0, 4316.0, 4295.0, 4314.0, 4295.0, 4329.0, 4305.0, 4315.0, 4325.0, 4314.0, 4335.0, 4323.0, 4321.0, 4300.0, 4299.0, 4281.0, 4300.0, 4280.0, 4301.0, 4295.0, 4303.0, 4284.0, 4314.0, 4283.0, 4312.0, 4281.0, 4304.0, 4294.0, 4302.0, 4283.0, 4305.0, 4272.0, 4301.0, 4281.0, 4303.0, 4293.0, 4303.0, 4280.0, 4282.0, 4278.0, 4280.0, 4300.0, 4305.0, 4301.0, 4295.0, 4302.0, 4281.0, 4314.0, 4282.0, 4311.0, 4271.0, 4302.0, 4271.0, 4292.0, 4272.0, 4292.0, 4269.0, 4291.0, 4279.0, 4290.0, 4278.0, 4280.0, 4278.0, 4270.0, 4298.0, 4280.0, 4300.0, 4293.0, 4303.0, 4283.0, 4303.0, 4273.0, 4301.0, 4273.0, 4302.0, 4281.0, 4305.0, 4282.0, 4293.0, 4285.0, 4305.0, 4283.0, 4294.0, 4283.0, 4295.0, 4314.0, 4296.0, 4315.0, 4297.0, 4327.0, 4284.0, 4316.0, 4293.0, 4315.0, 4305.0, 4316.0, 4335.0, 4305.0, 4314.0, 4292.0, 4313.0, 4282.0, 4315.0, 4282.0, 4302.0, 4283.0, 4292.0, 4270.0, 4293.0, 4301.0, 4293.0, 4292.0, 4283.0, 4303.0, 4296.0, 4313.0, 4294.0, 4305.0, 4296.0, 4316.0, 4286.0, 4318.0, 4295.0, 4294.0, 4313.0, 4305.0, 4325.0, 4315.0, 4325.0, 4294.0, 4303.0, 4281.0, 4290.0, 4321.0, 4312.0, 4311.0, 4291.0, 4301.0, 4270.0, 4299.0, 4258.0, 4300.0, 4268.0, 4289.0, 4281.0, 4303.0, 4284.0, 4303.0, 4280.0, 4292.0, 4313.0, 4282.0, 4313.0, 4282.0, 4303.0, 4272.0, 4303.0, 4281.0, 4293.0, 4281.0, 4294.0, 4281.0, 4282.0, 4300.0, 4279.0, 4300.0, 4282.0, 4302.0, 4283.0, 4303.0, 4273.0, 4303.0, 4282.0, 4302.0, 4282.0, 4304.0, 4293.0, 4298.0, 4285.0, 4295.0, 4316.0, 4294.0, 4314.0, 4282.0, 4314.0, 4291.0, 4302.0, 4281.0, 4284.0, 4289.0, 4281.0, 4301.0, 4293.0, 4302.0, 4283.0, 4301.0, 4281.0, 4299.0, 4284.0, 4304.0, 4283.0, 4303.0, 4284.0, 4315.0, 4283.0, 4314.0, 4284.0, 4306.0, 4284.0, 4285.0, 4292.0, 4284.0, 4312.0, 4282.0, 4314.0, 4282.0, 4314.0, 4293.0, 4303.0, 4272.0, 4294.0, 4271.0, 4282.0, 4300.0, 4295.0, 4312.0, 4293.0, 4313.0, 4293.0, 4301.0, 4271.0, 4300.0, 4282.0, 4306.0, 4284.0, 4304.0, 4260.0, 4304.0, 4282.0, 4294.0, 4269.0, 4294.0, 4283.0, 4295.0, 4303.0, 4294.0, 4313.0, 4282.0, 4314.0, 4280.0, 4311.0, 4290.0, 4304.0, 4312.0, 4291.0, 4310.0, 4291.0, 4301.0, 4299.0, 4297.0, 4278.0, 4288.0, 4270.0, 4299.0, 4268.0, 4290.0, 4257.0, 4289.0, 4270.0, 4291.0, 4270.0, 4281.0, 4300.0, 4282.0, 4301.0, 4293.0, 4312.0, 4282.0, 4303.0, 4272.0, 4302.0, 4280.0, 4291.0, 4270.0, 4292.0, 4270.0, 4281.0, 4302.0, 4280.0, 4301.0, 4283.0, 4302.0, 4295.0, 4304.0, 4285.0, 4314.0, 4273.0, 4315.0, 4283.0, 4316.0, 4294.0, 4305.0, 4287.0, 4318.0, 4285.0, 4306.0, 4314.0, 4295.0, 4305.0, 4283.0, 4303.0, 4284.0, 4303.0, 4273.0, 4301.0, 4281.0, 4293.0, 4283.0, 4283.0, 4272.0, 4295.0, 4275.0, 4293.0, 4303.0, 4306.0, 4305.0, 4297.0, 4306.0, 4297.0, 4314.0, 4296.0, 4306.0, 4297.0, 4314.0, 4305.0, 4313.0, 4295.0, 4304.0, 4293.0, 4312.0, 4303.0, 4313.0, 4294.0, 4293.0, 4301.0, 4281.0, 4302.0, 4303.0, 4313.0, 4293.0, 4305.0, 4275.0, 4312.0, 4283.0, 4305.0, 4296.0, 4304.0, 4287.0, 4318.0, 4295.0, 4305.0, 4293.0, 4304.0, 4323.0, 4305.0, 4313.0, 4294.0, 4300.0, 4280.0, 4299.0, 4279.0, 4303.0, 4280.0, 4293.0, 4271.0, 4292.0, 4270.0, 4283.0, 4300.0, 4294.0, 4313.0, 4295.0, 4304.0, 4283.0, 4302.0, 4272.0, 4301.0, 4280.0, 4291.0, 4302.0, 4290.0, 4301.0, 4280.0, 4299.0, 4269.0, 4300.0, 4269.0, 4292.0, 4270.0, 4291.0, 4272.0, 4303.0, 4283.0, 4306.0, 4282.0, 4294.0, 4316.0, 4296.0, 4316.0, 4286.0, 4317.0, 4286.0, 4304.0, 4294.0, 4304.0, 4306.0, 4305.0, 4294.0, 4295.0, 4304.0, 4284.0, 4301.0, 4294.0, 4305.0, 4296.0, 4305.0, 4287.0, 4316.0, 4283.0, 4305.0, 4294.0, 4308.0, 4283.0, 4306.0, 4295.0, 4284.0, 4310.0, 4291.0, 4302.0, 4291.0, 4300.0, 4271.0, 4302.0, 4282.0, 4305.0, 4283.0, 4295.0, 4306.0, 4295.0, 4318.0, 4295.0, 4315.0, 4286.0, 4328.0, 4297.0, 4306.0, 4305.0, 4339.0, 4293.0, 4295.0, 4285.0, 4283.0, 4303.0, 4295.0, 4305.0, 4296.0, 4316.0, 4295.0, 4313.0, 4317.0, 4311.0, 4281.0, 4302.0, 4281.0, 4288.0, 4267.0, 4288.0, 4266.0, 4300.0, 4278.0, 4278.0, 4275.0, 4256.0, 4272.0, 4254.0, 4273.0, 4254.0, 4275.0, 4255.0, 4277.0, 4260.0, 4288.0, 4259.0, 4291.0, 4259.0, 4293.0, 4270.0, 4282.0, 4271.0, 4294.0, 4272.0, 4283.0, 4303.0, 4284.0, 4302.0, 4287.0, 4303.0, 4285.0, 4303.0, 4283.0, 4301.0, 4294.0, 4296.0, 4305.0, 4285.0, 4315.0, 4296.0, 4313.0, 4284.0, 4303.0, 4294.0, 4318.0, 4284.0, 4309.0, 4284.0, 4294.0, 4313.0, 4297.0, 4316.0, 4308.0, 4305.0, 4285.0, 4316.0, 4285.0, 4316.0, 4296.0, 4307.0, 4296.0, 4298.0, 4285.0, 4283.0, 4312.0, 4284.0, 4305.0, 4297.0, 4303.0, 4284.0, 4304.0, 4283.0, 4302.0, 4272.0, 4304.0, 4272.0, 4292.0, 4272.0, 4293.0, 4271.0, 4302.0, 4283.0, 4295.0, 4294.0, 4281.0, 4302.0, 4285.0, 4301.0, 4283.0, 4301.0, 4273.0, 4305.0, 4292.0, 4304.0, 4283.0, 4292.0, 4292.0, 4283.0, 4313.0, 4305.0, 4303.0, 4280.0, 4293.0, 4281.0, 4291.0, 4280.0, 4293.0, 4282.0, 4296.0, 4307.0, 4297.0, 4316.0, 4308.0, 4328.0, 4285.0, 4319.0, 4305.0, 4309.0, 4285.0, 4297.0, 4313.0, 4294.0, 4302.0, 4293.0, 4315.0, 4293.0, 4304.0, 4281.0, 4291.0, 4289.0, 4269.0, 4299.0, 4282.0, 4300.0, 4278.0, 4289.0, 4271.0, 4292.0, 4269.0, 4280.0, 4270.0, 4283.0, 4304.0, 4283.0, 4315.0, 4283.0, 4305.0, 4273.0, 4304.0, 4293.0, 4306.0, 4295.0, 4293.0, 4311.0, 4293.0, 4301.0, 4292.0, 4301.0, 4293.0, 4302.0, 4283.0, 4292.0, 4274.0, 4302.0, 4282.0, 4315.0, 4295.0, 4295.0, 4303.0, 4292.0, 4315.0, 4285.0, 4304.0, 4282.0, 4315.0, 4284.0, 4303.0, 4283.0, 4293.0, 4272.0, 4282.0, 4290.0, 4282.0, 4300.0, 4282.0, 4304.0, 4282.0, 4303.0, 4275.0, 4303.0, 4275.0, 4304.0, 4282.0, 4306.0, 4296.0, 4296.0, 4276.0, 4297.0, 4307.0, 4297.0, 4315.0, 4285.0, 4305.0, 4309.0, 4306.0, 4284.0, 4305.0, 4297.0, 4304.0, 4272.0, 4303.0, 4282.0, 4293.0, 4311.0, 4291.0, 4302.0, 4282.0, 4302.0, 4270.0, 4292.0, 4272.0, 4303.0, 4283.0, 4304.0, 4274.0, 4307.0, 4284.0, 4293.0, 4304.0, 4295.0, 4315.0, 4285.0, 4305.0, 4272.0, 4292.0, 4293.0, 4284.0, 4303.0, 4296.0, 4303.0, 4281.0, 4301.0, 4286.0, 4303.0, 4280.0, 4316.0, 4285.0, 4314.0, 4286.0, 4306.0], 'WindowWidth': [9669.0, 9556.0, 9565.0, 9510.0, 9521.0, 9524.0, 9531.0, 9536.0, 9506.0, 9502.0, 9498.0, 9469.0, 9471.0, 9469.0, 9468.0, 9448.0, 9465.0, 9462.0, 9465.0, 9479.0, 9480.0, 9445.0, 9450.0, 9415.0, 9449.0, 9432.0, 9464.0, 9463.0, 9463.0, 9474.0, 9471.0, 9477.0, 9464.0, 9459.0, 9448.0, 9474.0, 9447.0, 9486.0, 9431.0, 9474.0, 9434.0, 9466.0, 9453.0, 9467.0, 9438.0, 9452.0, 9462.0, 9450.0, 9474.0, 9469.0, 9493.0, 9475.0, 9482.0, 9457.0, 9493.0, 9473.0, 9495.0, 9474.0, 9498.0, 9464.0, 9505.0, 9480.0, 9505.0, 9484.0, 9521.0, 9484.0, 9508.0, 9479.0, 9512.0, 9497.0, 9496.0, 9481.0, 9499.0, 9480.0, 9479.0, 9504.0, 9481.0, 9507.0, 9520.0, 9522.0, 9519.0, 9509.0, 9487.0, 9495.0, 9482.0, 9496.0, 9501.0, 9524.0, 9506.0, 9530.0, 9524.0, 9534.0, 9515.0, 9535.0, 9524.0, 9522.0, 9508.0, 9528.0, 9520.0, 9534.0, 9507.0, 9532.0, 9487.0, 9522.0, 9480.0, 9525.0, 9477.0, 9517.0, 9490.0, 9489.0, 9488.0, 9488.0, 9500.0, 9474.0, 9501.0, 9478.0, 9516.0, 9477.0, 9503.0, 9494.0, 9505.0, 9485.0, 9508.0, 9484.0, 9522.0, 9485.0, 9508.0, 9484.0, 9505.0, 9482.0, 9512.0, 9490.0, 9507.0, 9503.0, 9530.0, 9495.0, 9528.0, 9487.0, 9537.0, 9508.0, 9539.0, 9511.0, 9540.0, 9516.0, 9536.0, 9518.0, 9534.0, 9503.0, 9531.0, 9507.0, 9555.0, 9518.0, 9529.0, 9543.0, 9527.0, 9557.0, 9537.0, 9534.0, 9504.0, 9502.0, 9477.0, 9503.0, 9478.0, 9506.0, 9504.0, 9512.0, 9488.0, 9526.0, 9486.0, 9523.0, 9481.0, 9514.0, 9499.0, 9509.0, 9485.0, 9514.0, 9468.0, 9506.0, 9478.0, 9511.0, 9498.0, 9509.0, 9476.0, 9481.0, 9472.0, 9476.0, 9503.0, 9514.0, 9506.0, 9501.0, 9508.0, 9480.0, 9527.0, 9482.0, 9518.0, 9464.0, 9507.0, 9462.0, 9492.0, 9467.0, 9495.0, 9461.0, 9489.0, 9472.0, 9489.0, 9471.0, 9473.0, 9471.0, 9463.0, 9498.0, 9476.0, 9502.0, 9499.0, 9508.0, 9481.0, 9507.0, 9472.0, 9506.0, 9470.0, 9507.0, 9478.0, 9515.0, 9481.0, 9499.0, 9491.0, 9518.0, 9484.0, 9498.0, 9483.0, 9503.0, 9527.0, 9505.0, 9532.0, 9509.0, 9550.0, 9490.0, 9532.0, 9497.0, 9530.0, 9517.0, 9529.0, 9557.0, 9513.0, 9527.0, 9495.0, 9524.0, 9480.0, 9528.0, 9480.0, 9510.0, 9485.0, 9496.0, 9462.0, 9495.0, 9505.0, 9499.0, 9495.0, 9485.0, 9512.0, 9504.0, 9524.0, 9500.0, 9516.0, 9506.0, 9532.0, 9495.0, 9537.0, 9502.0, 9502.0, 9526.0, 9515.0, 9544.0, 9528.0, 9541.0, 9499.0, 9510.0, 9476.0, 9488.0, 9531.0, 9521.0, 9517.0, 9488.0, 9504.0, 9461.0, 9498.0, 9441.0, 9500.0, 9455.0, 9485.0, 9480.0, 9509.0, 9485.0, 9511.0, 9477.0, 9495.0, 9522.0, 9482.0, 9524.0, 9482.0, 9510.0, 9467.0, 9510.0, 9477.0, 9497.0, 9478.0, 9496.0, 9478.0, 9480.0, 9502.0, 9473.0, 9501.0, 9481.0, 9506.0, 9481.0, 9508.0, 9471.0, 9511.0, 9484.0, 9507.0, 9481.0, 9514.0, 9499.0, 9507.0, 9489.0, 9504.0, 9532.0, 9500.0, 9525.0, 9481.0, 9526.0, 9489.0, 9508.0, 9479.0, 9483.0, 9485.0, 9477.0, 9504.0, 9496.0, 9507.0, 9482.0, 9505.0, 9478.0, 9501.0, 9486.0, 9512.0, 9484.0, 9510.0, 9490.0, 9529.0, 9486.0, 9527.0, 9485.0, 9518.0, 9485.0, 9485.0, 9495.0, 9488.0, 9523.0, 9480.0, 9527.0, 9482.0, 9527.0, 9494.0, 9510.0, 9469.0, 9499.0, 9464.0, 9480.0, 9502.0, 9503.0, 9520.0, 9495.0, 9526.0, 9497.0, 9505.0, 9464.0, 9503.0, 9479.0, 9518.0, 9483.0, 9513.0, 9447.0, 9510.0, 9482.0, 9498.0, 9459.0, 9497.0, 9481.0, 9502.0, 9512.0, 9499.0, 9523.0, 9480.0, 9526.0, 9476.0, 9519.0, 9486.0, 9509.0, 9521.0, 9489.0, 9513.0, 9488.0, 9502.0, 9497.0, 9494.0, 9470.0, 9480.0, 9458.0, 9498.0, 9454.0, 9487.0, 9439.0, 9484.0, 9460.0, 9492.0, 9461.0, 9478.0, 9501.0, 9480.0, 9504.0, 9494.0, 9520.0, 9480.0, 9507.0, 9464.0, 9505.0, 9473.0, 9491.0, 9462.0, 9489.0, 9461.0, 9478.0, 9504.0, 9475.0, 9502.0, 9482.0, 9507.0, 9500.0, 9512.0, 9489.0, 9525.0, 9472.0, 9529.0, 9485.0, 9532.0, 9500.0, 9515.0, 9495.0, 9538.0, 9491.0, 9519.0, 9525.0, 9503.0, 9511.0, 9482.0, 9509.0, 9486.0, 9509.0, 9467.0, 9505.0, 9475.0, 9494.0, 9483.0, 9482.0, 9468.0, 9501.0, 9472.0, 9497.0, 9509.0, 9518.0, 9515.0, 9506.0, 9520.0, 9507.0, 9527.0, 9504.0, 9517.0, 9507.0, 9526.0, 9516.0, 9527.0, 9502.0, 9512.0, 9494.0, 9522.0, 9507.0, 9520.0, 9497.0, 9497.0, 9506.0, 9476.0, 9506.0, 9509.0, 9524.0, 9495.0, 9513.0, 9476.0, 9523.0, 9485.0, 9514.0, 9506.0, 9515.0, 9496.0, 9539.0, 9505.0, 9516.0, 9496.0, 9513.0, 9538.0, 9511.0, 9525.0, 9497.0, 9503.0, 9474.0, 9498.0, 9472.0, 9508.0, 9473.0, 9493.0, 9466.0, 9495.0, 9463.0, 9484.0, 9503.0, 9499.0, 9523.0, 9501.0, 9512.0, 9484.0, 9509.0, 9466.0, 9505.0, 9473.0, 9490.0, 9504.0, 9487.0, 9505.0, 9474.0, 9499.0, 9458.0, 9500.0, 9460.0, 9491.0, 9461.0, 9490.0, 9467.0, 9511.0, 9484.0, 9519.0, 9482.0, 9501.0, 9530.0, 9505.0, 9532.0, 9493.0, 9533.0, 9492.0, 9515.0, 9498.0, 9516.0, 9517.0, 9513.0, 9499.0, 9501.0, 9514.0, 9486.0, 9507.0, 9500.0, 9515.0, 9502.0, 9516.0, 9497.0, 9530.0, 9485.0, 9515.0, 9498.0, 9522.0, 9484.0, 9517.0, 9501.0, 9485.0, 9517.0, 9491.0, 9506.0, 9490.0, 9502.0, 9466.0, 9507.0, 9481.0, 9515.0, 9484.0, 9503.0, 9518.0, 9503.0, 9534.0, 9504.0, 9530.0, 9493.0, 9553.0, 9509.0, 9517.0, 9514.0, 9566.0, 9495.0, 9501.0, 9488.0, 9484.0, 9507.0, 9503.0, 9514.0, 9506.0, 9531.0, 9500.0, 9522.0, 9533.0, 9518.0, 9476.0, 9505.0, 9473.0, 9481.0, 9451.0, 9481.0, 9448.0, 9498.0, 9465.0, 9462.0, 9458.0, 9432.0, 9451.0, 9427.0, 9451.0, 9429.0, 9456.0, 9432.0, 9462.0, 9443.0, 9479.0, 9441.0, 9485.0, 9442.0, 9491.0, 9460.0, 9478.0, 9463.0, 9497.0, 9465.0, 9480.0, 9505.0, 9485.0, 9506.0, 9489.0, 9510.0, 9489.0, 9511.0, 9483.0, 9507.0, 9497.0, 9504.0, 9513.0, 9488.0, 9529.0, 9504.0, 9525.0, 9487.0, 9512.0, 9502.0, 9538.0, 9489.0, 9525.0, 9489.0, 9501.0, 9524.0, 9509.0, 9533.0, 9523.0, 9517.0, 9492.0, 9532.0, 9490.0, 9530.0, 9502.0, 9520.0, 9502.0, 9508.0, 9491.0, 9486.0, 9522.0, 9485.0, 9513.0, 9506.0, 9510.0, 9485.0, 9514.0, 9483.0, 9506.0, 9466.0, 9511.0, 9464.0, 9494.0, 9469.0, 9497.0, 9465.0, 9507.0, 9481.0, 9499.0, 9497.0, 9480.0, 9509.0, 9486.0, 9506.0, 9483.0, 9506.0, 9470.0, 9514.0, 9494.0, 9513.0, 9483.0, 9495.0, 9493.0, 9481.0, 9522.0, 9514.0, 9508.0, 9474.0, 9494.0, 9480.0, 9493.0, 9477.0, 9496.0, 9482.0, 9503.0, 9521.0, 9509.0, 9533.0, 9527.0, 9553.0, 9492.0, 9540.0, 9516.0, 9524.0, 9491.0, 9506.0, 9525.0, 9498.0, 9507.0, 9497.0, 9528.0, 9492.0, 9512.0, 9479.0, 9492.0, 9486.0, 9460.0, 9498.0, 9477.0, 9501.0, 9468.0, 9486.0, 9464.0, 9493.0, 9460.0, 9476.0, 9461.0, 9483.0, 9511.0, 9485.0, 9527.0, 9485.0, 9514.0, 9469.0, 9512.0, 9493.0, 9514.0, 9498.0, 9494.0, 9519.0, 9493.0, 9502.0, 9491.0, 9502.0, 9494.0, 9505.0, 9480.0, 9493.0, 9475.0, 9510.0, 9481.0, 9528.0, 9499.0, 9501.0, 9510.0, 9494.0, 9527.0, 9489.0, 9514.0, 9482.0, 9531.0, 9484.0, 9510.0, 9479.0, 9494.0, 9466.0, 9480.0, 9489.0, 9479.0, 9500.0, 9479.0, 9507.0, 9479.0, 9508.0, 9475.0, 9509.0, 9474.0, 9511.0, 9480.0, 9517.0, 9502.0, 9505.0, 9477.0, 9508.0, 9522.0, 9509.0, 9529.0, 9489.0, 9513.0, 9525.0, 9516.0, 9487.0, 9516.0, 9506.0, 9512.0, 9466.0, 9509.0, 9478.0, 9493.0, 9518.0, 9490.0, 9508.0, 9478.0, 9503.0, 9461.0, 9489.0, 9466.0, 9511.0, 9481.0, 9510.0, 9475.0, 9520.0, 9485.0, 9497.0, 9511.0, 9502.0, 9526.0, 9484.0, 9513.0, 9467.0, 9495.0, 9494.0, 9482.0, 9507.0, 9505.0, 9508.0, 9479.0, 9504.0, 9489.0, 9508.0, 9477.0, 9530.0, 9487.0, 9526.0, 9492.0, 9519.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.0011474769585253456</td></tr>
<tr><td colspan=3>aqi</td><td>0.023129247580645163</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.781466579642405</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2222804250403687</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0171343772895045</td></tr>
<tr><td colspan=3>efc</td><td>0.5399</td></tr>
<tr><td colspan=3>fber</td><td>3178.9341</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09541333893972652</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.686635944700461</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3479072101583838</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2878223090904295</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5073512129473614</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2485481084373595</td></tr>
<tr><td colspan=3>gcor</td><td>0.007364</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005713088437914848</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.033548224717378616</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.493499869029673</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>13.5827</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.4367</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>242.8301</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283130.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1161.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>427.2444</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.3682</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>479.0257</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3445.9204</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3575.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>93414.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1629.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4418.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>795.5894</td></tr>
<tr><td colspan=3>tsnr</td><td>39.48387123318389</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>