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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0120_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-05_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-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0120/figures/sub-0120_ses-01_task-social_acq-mb8_run-05_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-0120/ses-01/func/sub-0120_ses-01_task-social_acq-mb8_run-05_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>080b8bdf4c1f2604c0336e7e20ff315d</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:29:59.962500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999525, -0.0153686, -0.0267039, 0.0188429, 0.990646, 0.135152]</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.259</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-05_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.14141</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4238, -7807, -7217, 308, -68, -21, 34, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>302.649</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9231ebd9-508b-4a2c-812e-871691971dfa||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6816532611846924, 0.05055401101708412, -0.06581804156303406, 113.044189453125], [0.04123278707265854, 2.657829999923706, 0.3660956919193268, -107.50492095947266], [-0.07164473086595535, -0.3626028895378113, 2.67425537109375, -32.792057037353516], [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': ['112959.962500', '113000.422500', '113000.882500', '113001.342500', '113001.802500', '113002.262500', '113002.722500', '113003.182500', '113003.642500', '113004.102500', '113004.562500', '113005.022500', '113005.482500', '113005.942500', '113006.402500', '113006.862500', '113007.322500', '113007.782500', '113008.242500', '113008.702500', '113009.162500', '113009.622500', '113010.082500', '113010.542500', '113011.002500', '113011.462500', '113011.922500', '113012.382500', '113012.842500', '113013.302500', '113013.762500', '113014.222500', '113014.682500', '113015.142500', '113015.602500', '113016.062500', '113016.522500', '113016.982500', '113017.442500', '113017.902500', '113018.362500', '113018.822500', '113019.282500', '113019.742500', '113020.202500', '113020.662500', '113021.122500', '113021.582500', '113022.042500', '113022.502500', '113022.962500', '113023.422500', '113023.882500', '113024.342500', '113024.802500', '113025.262500', '113025.722500', '113026.182500', '113026.642500', '113027.102500', '113027.562500', '113028.022500', '113028.482500', '113028.942500', '113029.402500', '113029.862500', '113030.322500', '113030.782500', '113031.242500', '113031.702500', '113032.162500', '113032.622500', '113033.082500', '113033.542500', '113034.002500', '113034.462500', '113034.922500', '113035.382500', '113035.842500', '113036.302500', '113036.762500', '113037.222500', '113037.682500', '113038.142500', '113038.602500', '113039.062500', '113039.522500', '113039.982500', '113040.442500', '113040.902500', '113041.362500', '113041.822500', '113042.282500', '113042.742500', '113043.202500', '113043.662500', '113044.122500', '113044.582500', '113045.042500', '113045.502500', '113045.962500', '113046.422500', '113046.882500', '113047.342500', '113047.802500', '113048.262500', '113048.722500', '113049.182500', '113049.642500', '113050.102500', '113050.562500', '113051.022500', '113051.482500', '113051.942500', '113052.402500', '113052.862500', '113053.322500', '113053.782500', '113054.242500', '113054.702500', '113055.162500', '113055.622500', '113056.082500', '113056.542500', '113057.002500', '113057.462500', '113057.922500', '113058.382500', '113058.842500', '113059.302500', '113059.762500', '113100.222500', '113100.682500', '113101.142500', '113101.602500', '113102.062500', '113102.522500', '113102.982500', '113103.442500', '113103.902500', '113104.362500', '113104.822500', '113105.282500', '113105.742500', '113106.202500', '113106.662500', '113107.122500', '113107.582500', '113108.042500', '113108.502500', '113108.962500', '113109.422500', '113109.882500', '113110.342500', '113110.802500', '113111.262500', '113111.722500', '113112.182500', '113112.642500', '113113.102500', '113113.562500', '113114.022500', '113114.482500', '113114.942500', '113115.402500', '113115.862500', '113116.322500', '113116.782500', '113117.242500', '113117.702500', '113118.162500', '113118.622500', '113119.082500', '113119.542500', '113120.002500', '113120.462500', '113120.922500', '113121.382500', '113121.842500', '113122.302500', '113122.762500', '113123.222500', '113123.682500', '113124.142500', '113124.602500', '113125.062500', '113125.522500', '113125.982500', '113126.442500', '113126.902500', '113127.362500', '113127.822500', '113128.282500', '113128.742500', '113129.202500', '113129.662500', '113130.122500', '113130.582500', '113131.042500', '113131.502500', '113131.962500', '113132.422500', '113132.882500', '113133.342500', '113133.802500', '113134.262500', '113134.722500', '113135.182500', '113135.642500', '113136.102500', '113136.562500', '113137.022500', '113137.482500', '113137.942500', '113138.402500', '113138.862500', '113139.322500', '113139.782500', '113140.242500', '113140.702500', '113141.162500', '113141.622500', '113142.082500', '113142.542500', '113143.002500', '113143.462500', '113143.922500', '113144.382500', '113144.842500', '113145.302500', '113145.762500', '113146.222500', '113146.682500', '113147.142500', '113147.602500', '113148.062500', '113148.522500', '113148.982500', '113149.442500', '113149.902500', '113150.362500', '113150.822500', '113151.282500', '113151.742500', '113152.202500', '113152.662500', '113153.122500', '113153.582500', '113154.042500', '113154.502500', '113154.962500', '113155.422500', '113155.882500', '113156.342500', '113156.802500', '113157.262500', '113157.722500', '113158.182500', '113158.642500', '113159.102500', '113159.562500', '113200.022500', '113200.482500', '113200.942500', '113201.402500', '113201.862500', '113202.322500', '113202.782500', '113203.242500', '113203.702500', '113204.162500', '113204.622500', '113205.082500', '113205.542500', '113206.002500', '113206.462500', '113206.922500', '113207.382500', '113207.842500', '113208.302500', '113208.762500', '113209.222500', '113209.682500', '113210.142500', '113210.602500', '113211.062500', '113211.522500', '113211.982500', '113212.442500', '113212.902500', '113213.362500', '113213.822500', '113214.282500', '113214.742500', '113215.202500', '113215.662500', '113216.122500', '113216.582500', '113217.042500', '113217.502500', '113217.962500', '113218.422500', '113218.882500', '113219.342500', '113219.802500', '113220.262500', '113220.722500', '113221.182500', '113221.642500', '113222.102500', '113222.562500', '113223.022500', '113223.482500', '113223.942500', '113224.402500', '113224.862500', '113225.322500', '113225.782500', '113226.242500', '113226.702500', '113227.162500', '113227.622500', '113228.082500', '113228.542500', '113229.002500', '113229.462500', '113229.922500', '113230.382500', '113230.842500', '113231.302500', '113231.762500', '113232.222500', '113232.682500', '113233.142500', '113233.602500', '113234.062500', '113234.522500', '113234.982500', '113235.442500', '113235.902500', '113236.362500', '113236.822500', '113237.282500', '113237.742500', '113238.202500', '113238.662500', '113239.122500', '113239.582500', '113240.042500', '113240.502500', '113240.962500', '113241.422500', '113241.882500', '113242.342500', '113242.802500', '113243.262500', '113243.722500', '113244.182500', '113244.642500', '113245.102500', '113245.562500', '113246.022500', '113246.482500', '113246.942500', '113247.402500', '113247.862500', '113248.322500', '113248.782500', '113249.242500', '113249.702500', '113250.162500', '113250.622500', '113251.082500', '113251.542500', '113252.002500', '113252.462500', '113252.922500', '113253.382500', '113253.842500', '113254.302500', '113254.762500', '113255.222500', '113255.682500', '113256.142500', '113256.602500', '113257.062500', '113257.522500', '113257.982500', '113258.442500', '113258.902500', '113259.362500', '113259.822500', '113300.282500', '113300.742500', '113301.202500', '113301.662500', '113302.122500', '113302.582500', '113303.042500', '113303.502500', '113303.962500', '113304.422500', '113304.882500', '113305.342500', '113305.802500', '113306.262500', '113306.722500', '113307.182500', '113307.642500', '113308.102500', '113308.562500', '113309.022500', '113309.482500', '113309.942500', '113310.402500', '113310.862500', '113311.322500', '113311.782500', '113312.242500', '113312.702500', '113313.162500', '113313.622500', '113314.082500', '113314.542500', '113315.002500', '113315.462500', '113315.922500', '113316.382500', '113316.842500', '113317.302500', '113317.762500', '113318.222500', '113318.682500', '113319.142500', '113319.602500', '113320.062500', '113320.522500', '113320.982500', '113321.442500', '113321.902500', '113322.362500', '113322.822500', '113323.282500', '113323.742500', '113324.202500', '113324.662500', '113325.122500', '113325.582500', '113326.042500', '113326.502500', '113326.962500', '113327.422500', '113327.882500', '113328.342500', '113328.802500', '113329.262500', '113329.722500', '113330.182500', '113330.642500', '113331.102500', '113331.562500', '113332.022500', '113332.482500', '113332.942500', '113333.402500', '113333.862500', '113334.322500', '113334.782500', '113335.242500', '113335.702500', '113336.162500', '113336.622500', '113337.082500', '113337.542500', '113338.002500', '113338.462500', '113338.922500', '113339.382500', '113339.842500', '113340.302500', '113340.762500', '113341.222500', '113341.682500', '113342.142500', '113342.602500', '113343.062500', '113343.522500', '113343.982500', '113344.442500', '113344.902500', '113345.362500', '113345.822500', '113346.282500', '113346.742500', '113347.202500', '113347.662500', '113348.122500', '113348.582500', '113349.042500', '113349.502500', '113349.962500', '113350.422500', '113350.882500', '113351.342500', '113351.802500', '113352.262500', '113352.722500', '113353.182500', '113353.642500', '113354.102500', '113354.562500', '113355.022500', '113355.482500', '113355.942500', '113356.402500', '113356.862500', '113357.322500', '113357.782500', '113358.242500', '113358.702500', '113359.162500', '113359.622500', '113400.082500', '113400.542500', '113401.002500', '113401.462500', '113401.922500', '113402.382500', '113402.842500', '113403.302500', '113403.762500', '113404.222500', '113404.682500', '113405.142500', '113405.602500', '113406.062500', '113406.522500', '113406.982500', '113407.442500', '113407.902500', '113408.362500', '113408.822500', '113409.282500', '113409.742500', '113410.202500', '113410.662500', '113411.122500', '113411.582500', '113412.042500', '113412.502500', '113412.962500', '113413.422500', '113413.882500', '113414.342500', '113414.802500', '113415.262500', '113415.722500', '113416.182500', '113416.642500', '113417.102500', '113417.562500', '113418.022500', '113418.482500', '113418.942500', '113419.402500', '113419.862500', '113420.322500', '113420.782500', '113421.242500', '113421.702500', '113422.162500', '113422.622500', '113423.082500', '113423.542500', '113424.002500', '113424.462500', '113424.922500', '113425.382500', '113425.842500', '113426.302500', '113426.762500', '113427.222500', '113427.682500', '113428.142500', '113428.602500', '113429.062500', '113429.522500', '113429.982500', '113430.442500', '113430.902500', '113431.362500', '113431.822500', '113432.282500', '113432.742500', '113433.202500', '113433.662500', '113434.122500', '113434.582500', '113435.042500', '113435.502500', '113435.962500', '113436.422500', '113436.882500', '113437.342500', '113437.802500', '113438.262500', '113438.722500', '113439.182500', '113439.642500', '113440.102500', '113440.562500', '113441.022500', '113441.482500', '113441.942500', '113442.402500', '113442.862500', '113443.322500', '113443.782500', '113444.242500', '113444.702500', '113445.162500', '113445.622500', '113446.082500', '113446.542500', '113447.002500', '113447.462500', '113447.922500', '113448.382500', '113448.842500', '113449.302500', '113449.762500', '113450.222500', '113450.682500', '113451.142500', '113451.602500', '113452.062500', '113452.522500', '113452.982500', '113453.442500', '113453.902500', '113454.362500', '113454.822500', '113455.282500', '113455.742500', '113456.202500', '113456.662500', '113457.122500', '113457.582500', '113458.042500', '113458.502500', '113458.962500', '113459.422500', '113459.882500', '113500.342500', '113500.802500', '113501.262500', '113501.722500', '113502.182500', '113502.642500', '113503.102500', '113503.562500', '113504.022500', '113504.482500', '113504.942500', '113505.402500', '113505.862500', '113506.322500', '113506.782500', '113507.242500', '113507.702500', '113508.162500', '113508.622500', '113509.082500', '113509.542500', '113510.002500', '113510.462500', '113510.922500', '113511.382500', '113511.842500', '113512.302500', '113512.762500', '113513.222500', '113513.682500', '113514.142500', '113514.602500', '113515.062500', '113515.522500', '113515.982500', '113516.442500', '113516.902500', '113517.362500', '113517.822500', '113518.282500', '113518.742500', '113519.202500', '113519.662500', '113520.122500', '113520.582500', '113521.042500', '113521.502500', '113521.962500', '113522.422500', '113522.882500', '113523.342500', '113523.802500', '113524.262500', '113524.722500', '113525.182500', '113525.642500', '113526.102500', '113526.562500', '113527.022500', '113527.482500', '113527.942500', '113528.402500', '113528.862500', '113529.322500', '113529.782500', '113530.242500', '113530.702500', '113531.162500', '113531.622500', '113532.082500', '113532.542500', '113533.002500', '113533.462500', '113533.922500', '113534.382500', '113534.842500', '113535.302500', '113535.762500', '113536.222500', '113536.682500', '113537.142500', '113537.602500', '113538.062500', '113538.522500', '113538.982500', '113539.442500', '113539.902500', '113540.362500', '113540.822500', '113541.282500', '113541.742500', '113542.202500', '113542.662500', '113543.122500', '113543.582500', '113544.042500', '113544.502500', '113544.962500', '113545.422500', '113545.882500', '113546.342500', '113546.802500', '113547.262500', '113547.722500', '113548.182500', '113548.642500', '113549.102500', '113549.562500', '113550.022500', '113550.482500', '113550.942500', '113551.402500', '113551.862500', '113552.322500', '113552.782500', '113553.242500', '113553.702500', '113554.162500', '113554.622500', '113555.082500', '113555.542500', '113556.002500', '113556.462500', '113556.922500', '113557.382500', '113557.842500', '113558.302500', '113558.762500', '113559.222500', '113559.682500', '113600.142500', '113600.602500', '113601.062500', '113601.522500', '113601.982500', '113602.442500', '113602.902500', '113603.362500', '113603.822500', '113604.282500', '113604.742500', '113605.202500', '113605.662500', '113606.122500', '113606.582500', '113607.042500', '113607.502500', '113607.962500', '113608.422500', '113608.882500', '113609.342500', '113609.802500', '113610.262500', '113610.722500', '113611.182500', '113611.642500', '113612.102500', '113612.562500', '113613.022500', '113613.482500', '113613.942500', '113614.402500', '113614.862500', '113615.322500', '113615.782500', '113616.242500', '113616.702500', '113617.162500', '113617.622500', '113618.082500', '113618.542500', '113619.002500', '113619.462500', '113619.922500', '113620.382500', '113620.842500', '113621.302500', '113621.762500', '113622.222500', '113622.682500', '113623.142500', '113623.602500', '113624.062500', '113624.522500', '113624.982500', '113625.442500', '113625.902500', '113626.362500', '113626.822500', '113627.282500', '113627.742500', '113628.202500', '113628.662500', '113629.122500', '113629.582500', '113630.042500', '113630.502500', '113630.962500', '113631.422500', '113631.882500', '113632.342500', '113632.802500', '113633.262500', '113633.722500', '113634.182500', '113634.642500', '113635.102500', '113635.562500', '113636.022500', '113636.482500', '113636.942500', '113637.402500', '113637.862500', '113638.322500', '113638.782500', '113639.242500', '113639.702500', '113640.162500', '113640.622500'], 'ContentTime': ['113011.668000', '113011.671000', '113011.674000', '113011.676000', '113011.679000', '113011.681000', '113011.684000', '113011.686000', '113011.689000', '113011.698000', '113011.700000', '113011.703000', '113011.705000', '113011.708000', '113011.710000', '113011.713000', '113011.716000', '113011.718000', '113011.721000', '113011.723000', '113011.726000', '113011.728000', '113031.628000', '113031.631000', '113031.634000', '113031.636000', '113031.639000', '113031.641000', '113031.644000', '113031.646000', '113031.649000', '113031.652000', '113031.654000', '113031.657000', '113031.666000', '113031.669000', '113031.671000', '113031.674000', '113031.676000', '113031.679000', '113031.681000', '113031.692000', '113031.695000', '113031.697000', '113031.700000', '113031.702000', '113031.705000', '113031.707000', '113031.710000', '113031.712000', '113031.715000', '113031.718000', '113031.720000', '113031.723000', '113031.726000', '113031.728000', '113031.731000', '113031.734000', '113031.736000', '113031.739000', '113031.741000', '113031.744000', '113031.746000', '113031.749000', '113031.752000', '113031.754000', '113051.629000', '113051.631000', '113051.634000', '113051.637000', '113051.639000', '113051.642000', '113051.644000', '113051.647000', '113051.649000', '113051.652000', '113051.654000', '113051.657000', '113051.659000', '113051.662000', '113051.665000', '113051.667000', '113051.670000', '113051.672000', '113051.675000', '113051.678000', '113051.680000', '113051.683000', '113051.685000', '113051.688000', '113051.690000', '113051.693000', '113051.695000', '113051.698000', '113051.700000', '113051.703000', '113051.705000', '113051.708000', '113051.711000', '113051.713000', '113051.716000', '113051.718000', '113051.721000', '113051.723000', '113051.726000', '113051.728000', '113051.731000', '113051.733000', '113051.741000', '113111.629000', '113111.631000', '113111.634000', '113111.636000', '113111.639000', '113111.641000', '113111.644000', '113111.647000', '113111.649000', '113111.652000', '113111.654000', '113111.657000', '113111.659000', '113111.662000', '113111.664000', '113111.667000', '113111.670000', '113111.672000', '113111.675000', '113111.677000', '113111.680000', '113111.682000', '113111.685000', '113111.687000', '113111.690000', '113111.692000', '113111.695000', '113111.698000', '113111.700000', '113111.703000', '113111.705000', '113111.708000', '113111.710000', '113111.713000', '113111.715000', '113111.718000', '113111.720000', '113111.723000', '113111.726000', '113111.728000', '113111.731000', '113111.733000', '113111.736000', '113111.738000', '113131.627000', '113131.630000', '113131.633000', '113131.636000', '113131.638000', '113131.641000', '113131.643000', '113131.646000', '113131.648000', '113131.651000', '113131.653000', '113131.656000', '113131.659000', '113131.661000', '113131.664000', '113131.666000', '113131.669000', '113131.671000', '113131.674000', '113131.677000', '113131.679000', '113131.682000', '113131.684000', '113131.687000', '113131.689000', '113131.692000', '113131.694000', '113131.697000', '113131.699000', '113131.702000', '113131.705000', '113131.707000', '113131.710000', '113131.712000', '113131.715000', '113131.717000', '113131.720000', '113131.723000', '113131.725000', '113131.728000', '113131.730000', '113131.733000', '113131.735000', '113151.627000', '113151.630000', '113151.633000', '113151.636000', '113151.638000', '113151.641000', '113151.643000', '113151.646000', '113151.648000', '113151.651000', '113151.654000', '113151.656000', '113151.659000', '113151.661000', '113151.664000', '113151.666000', '113151.669000', '113151.671000', '113151.674000', '113151.677000', '113151.679000', '113151.682000', '113151.684000', '113151.687000', '113151.689000', '113151.692000', '113151.695000', '113151.697000', '113151.700000', '113151.702000', '113151.705000', '113151.708000', '113151.710000', '113151.713000', '113151.715000', '113151.718000', '113151.720000', '113151.723000', '113151.725000', '113151.728000', '113151.730000', '113151.733000', '113151.736000', '113151.738000', '113211.628000', '113211.630000', '113211.633000', '113211.636000', '113211.638000', '113211.641000', '113211.643000', '113211.646000', '113211.648000', '113211.651000', '113211.653000', '113211.656000', '113211.659000', '113211.661000', '113211.676000', '113211.679000', '113211.681000', '113211.684000', '113211.686000', '113211.689000', '113211.691000', '113211.694000', '113211.697000', '113211.699000', '113211.702000', '113211.704000', '113211.707000', '113211.709000', '113211.712000', '113211.714000', '113211.717000', '113211.720000', '113211.722000', '113211.725000', '113211.727000', '113211.730000', '113211.732000', '113211.735000', '113211.738000', '113211.740000', '113211.743000', '113211.745000', '113211.748000', '113231.629000', '113231.631000', '113231.634000', '113231.636000', '113231.639000', '113231.642000', '113231.644000', '113231.647000', '113231.649000', '113231.652000', '113231.655000', '113231.657000', '113231.660000', '113231.662000', '113231.665000', '113231.668000', '113231.670000', '113231.673000', '113231.675000', '113231.678000', '113231.680000', '113231.683000', '113231.686000', '113231.688000', '113231.691000', '113231.693000', '113231.696000', '113231.698000', '113231.701000', '113231.704000', '113231.706000', '113231.709000', '113231.711000', '113231.714000', '113231.717000', '113231.719000', '113231.722000', '113231.724000', '113231.727000', '113231.730000', '113231.732000', '113231.735000', '113231.738000', '113251.629000', '113251.631000', '113251.634000', '113251.637000', '113251.639000', '113251.642000', '113251.644000', '113251.647000', '113251.650000', '113251.652000', '113251.655000', '113251.657000', '113251.660000', '113251.663000', '113251.665000', '113251.668000', '113251.670000', '113251.673000', '113251.675000', '113251.678000', '113251.681000', '113251.683000', '113251.686000', '113251.688000', '113251.691000', '113251.693000', '113251.696000', '113251.699000', '113251.701000', '113251.704000', '113251.706000', '113251.709000', '113251.711000', '113251.714000', '113251.717000', '113251.719000', '113251.722000', '113251.724000', '113251.727000', '113251.729000', '113251.732000', '113251.734000', '113251.737000', '113251.740000', '113311.628000', '113311.631000', '113311.634000', '113311.637000', '113311.639000', '113311.642000', '113311.644000', '113311.647000', '113311.650000', '113311.652000', '113311.655000', '113311.657000', '113311.660000', '113311.663000', '113311.665000', '113311.668000', '113311.670000', '113311.673000', '113311.675000', '113311.678000', '113311.681000', '113311.683000', '113311.686000', '113311.688000', '113311.691000', '113311.693000', '113311.696000', '113311.698000', '113311.701000', '113311.704000', '113311.706000', '113311.709000', '113311.711000', '113311.714000', '113311.717000', '113311.719000', '113311.722000', '113311.724000', '113311.727000', '113311.729000', '113311.732000', '113311.735000', '113311.737000', '113311.740000', '113331.629000', '113331.631000', '113331.634000', '113331.637000', '113331.639000', '113331.642000', '113331.644000', '113331.647000', '113331.649000', '113331.652000', '113331.655000', '113331.657000', '113331.660000', '113331.662000', '113331.665000', '113331.667000', '113331.670000', '113331.673000', '113331.675000', '113331.678000', '113331.680000', '113331.683000', '113331.686000', '113331.688000', '113331.691000', '113331.694000', '113331.696000', '113331.699000', '113331.701000', '113331.704000', '113331.707000', '113331.709000', '113331.712000', '113331.714000', '113331.717000', '113331.719000', '113331.722000', '113331.724000', '113331.727000', '113331.730000', '113331.732000', '113331.735000', '113331.737000', '113351.627000', '113351.630000', '113351.633000', '113351.635000', '113351.638000', '113351.641000', '113351.643000', '113351.646000', '113351.649000', '113351.651000', '113351.654000', '113351.656000', '113351.659000', '113351.661000', '113351.664000', '113351.667000', '113351.669000', '113351.672000', '113351.675000', '113351.677000', '113351.680000', '113351.682000', '113351.685000', '113351.687000', '113351.690000', '113351.693000', '113351.695000', '113351.698000', '113351.700000', '113351.703000', '113351.706000', '113351.708000', '113351.711000', '113351.713000', '113351.716000', '113351.719000', '113351.721000', '113351.724000', '113351.726000', '113351.729000', '113351.731000', '113351.734000', '113351.737000', '113351.739000', '113411.628000', '113411.630000', '113411.633000', '113411.636000', '113411.638000', '113411.641000', '113411.643000', '113411.646000', '113411.649000', '113411.651000', '113411.654000', '113411.656000', '113411.659000', '113411.662000', '113411.664000', '113411.667000', '113411.669000', '113411.672000', '113411.674000', '113411.677000', '113411.680000', '113411.682000', '113411.685000', '113411.688000', '113411.690000', '113411.693000', '113411.695000', '113411.698000', '113411.700000', '113411.703000', '113411.706000', '113411.708000', '113411.711000', '113411.713000', '113411.716000', '113411.719000', '113411.721000', '113411.724000', '113411.726000', '113411.729000', '113411.732000', '113411.734000', '113411.737000', '113431.627000', '113431.630000', '113431.633000', '113431.635000', '113431.638000', '113431.641000', '113431.643000', '113431.646000', '113431.648000', '113431.651000', '113431.653000', '113431.656000', '113431.658000', '113431.661000', '113431.664000', '113431.666000', '113431.669000', '113431.671000', '113431.674000', '113431.678000', '113431.680000', '113431.683000', '113431.685000', '113431.688000', '113431.691000', '113431.693000', '113431.696000', '113431.698000', '113431.701000', '113431.703000', '113431.706000', '113431.708000', '113431.711000', '113431.714000', '113431.716000', '113431.719000', '113431.721000', '113431.724000', '113431.727000', '113431.729000', '113431.732000', '113431.734000', '113431.737000', '113451.629000', '113451.631000', '113451.634000', '113451.637000', '113451.639000', '113451.642000', '113451.645000', '113451.648000', '113451.651000', '113451.653000', '113451.656000', '113451.658000', '113451.661000', '113451.664000', '113451.666000', '113451.669000', '113451.671000', '113451.674000', '113451.676000', '113451.679000', '113451.682000', '113451.684000', '113451.687000', '113451.690000', '113451.692000', '113451.695000', '113451.697000', '113451.700000', '113451.702000', '113451.705000', '113451.708000', '113451.710000', '113451.713000', '113451.715000', '113451.718000', '113451.721000', '113451.723000', '113451.726000', '113451.728000', '113451.731000', '113451.734000', '113451.736000', '113451.739000', '113451.741000', '113511.628000', '113511.631000', '113511.634000', '113511.636000', '113511.639000', '113511.642000', '113511.644000', '113511.647000', '113511.650000', '113511.652000', '113511.655000', '113511.657000', '113511.660000', '113511.663000', '113511.665000', '113511.668000', '113511.670000', '113511.673000', '113511.675000', '113511.678000', '113511.681000', '113511.695000', '113511.698000', '113511.700000', '113511.703000', '113511.705000', '113511.708000', '113511.711000', '113511.713000', '113511.716000', '113511.718000', '113511.721000', '113511.723000', '113511.726000', '113511.728000', '113511.731000', '113511.734000', '113511.737000', '113511.739000', '113511.742000', '113511.744000', '113511.747000', '113511.750000', '113531.629000', '113531.631000', '113531.634000', '113531.636000', '113531.639000', '113531.642000', '113531.644000', '113531.647000', '113531.649000', '113531.652000', '113531.654000', '113531.657000', '113531.660000', '113531.662000', '113531.665000', '113531.667000', '113531.670000', '113531.672000', '113531.675000', '113531.678000', '113531.680000', '113531.683000', '113531.685000', '113531.688000', '113531.690000', '113531.693000', '113531.696000', '113531.698000', '113531.701000', '113531.704000', '113531.706000', '113531.709000', '113531.711000', '113531.714000', '113531.716000', '113531.719000', '113531.722000', '113531.724000', '113531.727000', '113531.739000', '113531.741000', '113531.744000', '113531.746000', '113531.749000', '113551.629000', '113551.632000', '113551.634000', '113551.637000', '113551.639000', '113551.642000', '113551.645000', '113551.647000', '113551.650000', '113551.653000', '113551.655000', '113551.658000', '113551.661000', '113551.663000', '113551.666000', '113551.668000', '113551.671000', '113551.673000', '113551.676000', '113551.679000', '113551.681000', '113551.684000', '113551.686000', '113551.689000', '113551.691000', '113551.694000', '113551.697000', '113551.699000', '113551.702000', '113551.704000', '113551.707000', '113551.711000', '113551.714000', '113551.717000', '113551.720000', '113551.723000', '113551.725000', '113551.728000', '113551.731000', '113551.733000', '113551.736000', '113551.738000', '113551.741000', '113611.627000', '113611.630000', '113611.633000', '113611.635000', '113611.638000', '113611.641000', '113611.643000', '113611.646000', '113611.648000', '113611.651000', '113611.653000', '113611.656000', '113611.658000', '113611.661000', '113611.664000', '113611.666000', '113611.669000', '113611.671000', '113611.674000', '113611.676000', '113611.679000', '113611.682000', '113611.684000', '113611.687000', '113611.689000', '113611.692000', '113611.695000', '113611.697000', '113611.700000', '113611.702000', '113611.705000', '113611.707000', '113611.710000', '113611.713000', '113611.715000', '113611.718000', '113611.720000', '113611.723000', '113611.725000', '113611.728000', '113611.731000', '113611.733000', '113611.736000', '113611.738000', '113631.628000', '113631.630000', '113631.633000', '113631.636000', '113631.638000', '113631.641000', '113631.643000', '113631.646000', '113631.648000', '113631.651000', '113631.653000', '113631.656000', '113631.658000', '113631.661000', '113631.664000', '113631.666000', '113631.669000', '113631.671000', '113631.674000', '113631.676000', '113631.679000', '113631.682000', '113631.684000', '113631.687000', '113631.690000', '113631.692000', '113631.695000', '113631.697000', '113631.700000', '113631.703000', '113631.705000', '113631.708000', '113631.724000', '113631.726000', '113631.729000', '113631.731000', '113631.734000', '113631.736000', '113631.739000', '113631.742000', '113631.745000', '113631.747000', '113631.750000', '113642.274000', '113642.277000', '113642.280000', '113642.283000', '113642.286000', '113642.289000', '113642.292000', '113642.295000', '113642.298000', '113642.300000', '113642.303000', '113642.306000', '113642.308000', '113642.311000', '113642.314000', '113642.317000', '113642.320000', '113642.322000', '113642.325000', '113642.327000', '113642.330000', '113642.333000', '113642.335000', '113642.338000'], 'InstanceCreationTime': ['113011.668000', '113011.671000', '113011.674000', '113011.676000', '113011.679000', '113011.681000', '113011.684000', '113011.686000', '113011.689000', '113011.698000', '113011.700000', '113011.703000', '113011.705000', '113011.708000', '113011.710000', '113011.713000', '113011.716000', '113011.718000', '113011.721000', '113011.723000', '113011.726000', '113011.728000', '113031.628000', '113031.631000', '113031.634000', '113031.636000', '113031.639000', '113031.641000', '113031.644000', '113031.646000', '113031.649000', '113031.652000', '113031.654000', '113031.657000', '113031.666000', '113031.669000', '113031.671000', '113031.674000', '113031.676000', '113031.679000', '113031.681000', '113031.692000', '113031.695000', '113031.697000', '113031.700000', '113031.702000', '113031.705000', '113031.707000', '113031.710000', '113031.712000', '113031.715000', '113031.718000', '113031.720000', '113031.723000', '113031.726000', '113031.728000', '113031.731000', '113031.734000', '113031.736000', '113031.739000', '113031.741000', '113031.744000', '113031.746000', '113031.749000', '113031.752000', '113031.754000', '113051.629000', '113051.631000', '113051.634000', '113051.637000', '113051.639000', '113051.642000', '113051.644000', '113051.647000', '113051.649000', '113051.652000', '113051.654000', '113051.657000', '113051.659000', '113051.662000', '113051.665000', '113051.667000', '113051.670000', '113051.672000', '113051.675000', '113051.678000', '113051.680000', '113051.683000', '113051.685000', '113051.688000', '113051.690000', '113051.693000', '113051.695000', '113051.698000', '113051.700000', '113051.703000', '113051.705000', '113051.708000', '113051.711000', '113051.713000', '113051.716000', '113051.718000', '113051.721000', '113051.723000', '113051.726000', '113051.728000', '113051.731000', '113051.733000', '113051.741000', '113111.629000', '113111.631000', '113111.634000', '113111.636000', '113111.639000', '113111.641000', '113111.644000', '113111.647000', '113111.649000', '113111.652000', '113111.654000', '113111.657000', '113111.659000', '113111.662000', '113111.664000', '113111.667000', '113111.670000', '113111.672000', '113111.675000', '113111.677000', '113111.680000', '113111.682000', '113111.685000', '113111.687000', '113111.690000', '113111.692000', '113111.695000', '113111.698000', '113111.700000', '113111.703000', '113111.705000', '113111.708000', '113111.710000', '113111.713000', '113111.715000', '113111.718000', '113111.720000', '113111.723000', '113111.726000', '113111.728000', '113111.731000', '113111.733000', '113111.736000', '113111.738000', '113131.627000', '113131.630000', '113131.633000', '113131.636000', '113131.638000', '113131.641000', '113131.643000', '113131.646000', '113131.648000', '113131.651000', '113131.653000', '113131.656000', '113131.659000', '113131.661000', '113131.664000', '113131.666000', '113131.669000', '113131.671000', '113131.674000', '113131.677000', '113131.679000', '113131.682000', '113131.684000', '113131.687000', '113131.689000', '113131.692000', '113131.694000', '113131.697000', '113131.699000', '113131.702000', '113131.705000', '113131.707000', '113131.710000', '113131.712000', '113131.715000', '113131.717000', '113131.720000', '113131.723000', '113131.725000', '113131.728000', '113131.730000', '113131.733000', '113131.735000', '113151.627000', '113151.630000', '113151.633000', '113151.636000', '113151.638000', '113151.641000', '113151.643000', '113151.646000', '113151.648000', '113151.651000', '113151.654000', '113151.656000', '113151.659000', '113151.661000', '113151.664000', '113151.666000', '113151.669000', '113151.671000', '113151.674000', '113151.677000', '113151.679000', '113151.682000', '113151.684000', '113151.687000', '113151.689000', '113151.692000', '113151.695000', '113151.697000', '113151.700000', '113151.702000', '113151.705000', '113151.708000', '113151.710000', '113151.713000', '113151.715000', '113151.718000', '113151.720000', '113151.723000', '113151.725000', '113151.728000', '113151.730000', '113151.733000', '113151.736000', '113151.738000', '113211.628000', '113211.630000', '113211.633000', '113211.636000', '113211.638000', '113211.641000', '113211.643000', '113211.646000', '113211.648000', '113211.651000', '113211.653000', '113211.656000', '113211.659000', '113211.661000', '113211.676000', '113211.679000', '113211.681000', '113211.684000', '113211.686000', '113211.689000', '113211.691000', '113211.694000', '113211.697000', '113211.699000', '113211.702000', '113211.704000', '113211.707000', '113211.709000', '113211.712000', '113211.714000', '113211.717000', '113211.720000', '113211.722000', '113211.725000', '113211.727000', '113211.730000', '113211.732000', '113211.735000', '113211.738000', '113211.740000', '113211.743000', '113211.745000', '113211.748000', '113231.629000', '113231.631000', '113231.634000', '113231.636000', '113231.639000', '113231.642000', '113231.644000', '113231.647000', '113231.649000', '113231.652000', '113231.655000', '113231.657000', '113231.660000', '113231.662000', '113231.665000', '113231.668000', '113231.670000', '113231.673000', '113231.675000', '113231.678000', '113231.680000', '113231.683000', '113231.686000', '113231.688000', '113231.691000', '113231.693000', '113231.696000', '113231.698000', '113231.701000', '113231.704000', '113231.706000', '113231.709000', '113231.711000', '113231.714000', '113231.717000', '113231.719000', '113231.722000', '113231.724000', '113231.727000', '113231.730000', '113231.732000', '113231.735000', '113231.738000', '113251.629000', '113251.631000', '113251.634000', '113251.637000', '113251.639000', '113251.642000', '113251.644000', '113251.647000', '113251.650000', '113251.652000', '113251.655000', '113251.657000', '113251.660000', '113251.663000', '113251.665000', '113251.668000', '113251.670000', '113251.673000', '113251.675000', '113251.678000', '113251.681000', '113251.683000', '113251.686000', '113251.688000', '113251.691000', '113251.693000', '113251.696000', '113251.699000', '113251.701000', '113251.704000', '113251.706000', '113251.709000', '113251.711000', '113251.714000', '113251.717000', '113251.719000', '113251.722000', '113251.724000', '113251.727000', '113251.729000', '113251.732000', '113251.734000', '113251.737000', '113251.740000', '113311.628000', '113311.631000', '113311.634000', '113311.637000', '113311.639000', '113311.642000', '113311.644000', '113311.647000', '113311.650000', '113311.652000', '113311.655000', '113311.657000', '113311.660000', '113311.663000', '113311.665000', '113311.668000', '113311.670000', '113311.673000', '113311.675000', '113311.678000', '113311.681000', '113311.683000', '113311.686000', '113311.688000', '113311.691000', '113311.693000', '113311.696000', '113311.698000', '113311.701000', '113311.704000', '113311.706000', '113311.709000', '113311.711000', '113311.714000', '113311.717000', '113311.719000', '113311.722000', '113311.724000', '113311.727000', '113311.729000', '113311.732000', '113311.735000', '113311.737000', '113311.740000', '113331.629000', '113331.631000', '113331.634000', '113331.637000', '113331.639000', '113331.642000', '113331.644000', '113331.647000', '113331.649000', '113331.652000', '113331.655000', '113331.657000', '113331.660000', '113331.662000', '113331.665000', '113331.667000', '113331.670000', '113331.673000', '113331.675000', '113331.678000', '113331.680000', '113331.683000', '113331.686000', '113331.688000', '113331.691000', '113331.694000', '113331.696000', '113331.699000', '113331.701000', '113331.704000', '113331.707000', '113331.709000', '113331.712000', '113331.714000', '113331.717000', '113331.719000', '113331.722000', '113331.724000', '113331.727000', '113331.730000', '113331.732000', '113331.735000', '113331.737000', '113351.627000', '113351.630000', '113351.633000', '113351.635000', '113351.638000', '113351.641000', '113351.643000', '113351.646000', '113351.649000', '113351.651000', '113351.654000', '113351.656000', '113351.659000', '113351.661000', '113351.664000', '113351.667000', '113351.669000', '113351.672000', '113351.675000', '113351.677000', '113351.680000', '113351.682000', '113351.685000', '113351.687000', '113351.690000', '113351.693000', '113351.695000', '113351.698000', '113351.700000', '113351.703000', '113351.706000', '113351.708000', '113351.711000', '113351.713000', '113351.716000', '113351.719000', '113351.721000', '113351.724000', '113351.726000', '113351.729000', '113351.731000', '113351.734000', '113351.737000', '113351.739000', '113411.628000', '113411.630000', '113411.633000', '113411.636000', '113411.638000', '113411.641000', '113411.643000', '113411.646000', '113411.649000', '113411.651000', '113411.654000', '113411.656000', '113411.659000', '113411.662000', '113411.664000', '113411.667000', '113411.669000', '113411.672000', '113411.674000', '113411.677000', '113411.680000', '113411.682000', '113411.685000', '113411.688000', '113411.690000', '113411.693000', '113411.695000', '113411.698000', '113411.700000', '113411.703000', '113411.706000', '113411.708000', '113411.711000', '113411.713000', '113411.716000', '113411.719000', '113411.721000', '113411.724000', '113411.726000', '113411.729000', '113411.732000', '113411.734000', '113411.737000', '113431.627000', '113431.630000', '113431.633000', '113431.635000', '113431.638000', '113431.641000', '113431.643000', '113431.646000', '113431.648000', '113431.651000', '113431.653000', '113431.656000', '113431.658000', '113431.661000', '113431.664000', '113431.666000', '113431.669000', '113431.671000', '113431.674000', '113431.678000', '113431.680000', '113431.683000', '113431.685000', '113431.688000', '113431.691000', '113431.693000', '113431.696000', '113431.698000', '113431.701000', '113431.703000', '113431.706000', '113431.708000', '113431.711000', '113431.714000', '113431.716000', '113431.719000', '113431.721000', '113431.724000', '113431.727000', '113431.729000', '113431.732000', '113431.734000', '113431.737000', '113451.629000', '113451.631000', '113451.634000', '113451.637000', '113451.639000', '113451.642000', '113451.645000', '113451.648000', '113451.651000', '113451.653000', '113451.656000', '113451.658000', '113451.661000', '113451.664000', '113451.666000', '113451.669000', '113451.671000', '113451.674000', '113451.676000', '113451.679000', '113451.682000', '113451.684000', '113451.687000', '113451.690000', '113451.692000', '113451.695000', '113451.697000', '113451.700000', '113451.702000', '113451.705000', '113451.708000', '113451.710000', '113451.713000', '113451.715000', '113451.718000', '113451.721000', '113451.723000', '113451.726000', '113451.728000', '113451.731000', '113451.734000', '113451.736000', '113451.739000', '113451.741000', '113511.628000', '113511.631000', '113511.634000', '113511.636000', '113511.639000', '113511.642000', '113511.644000', '113511.647000', '113511.650000', '113511.652000', '113511.655000', '113511.657000', '113511.660000', '113511.663000', '113511.665000', '113511.668000', '113511.670000', '113511.673000', '113511.675000', '113511.678000', '113511.681000', '113511.695000', '113511.698000', '113511.700000', '113511.703000', '113511.705000', '113511.708000', '113511.711000', '113511.713000', '113511.716000', '113511.718000', '113511.721000', '113511.723000', '113511.726000', '113511.728000', '113511.731000', '113511.734000', '113511.737000', '113511.739000', '113511.742000', '113511.744000', '113511.747000', '113511.750000', '113531.629000', '113531.631000', '113531.634000', '113531.636000', '113531.639000', '113531.642000', '113531.644000', '113531.647000', '113531.649000', '113531.652000', '113531.654000', '113531.657000', '113531.660000', '113531.662000', '113531.665000', '113531.667000', '113531.670000', '113531.672000', '113531.675000', '113531.678000', '113531.680000', '113531.683000', '113531.685000', '113531.688000', '113531.690000', '113531.693000', '113531.696000', '113531.698000', '113531.701000', '113531.704000', '113531.706000', '113531.709000', '113531.711000', '113531.714000', '113531.716000', '113531.719000', '113531.722000', '113531.724000', '113531.727000', '113531.739000', '113531.741000', '113531.744000', '113531.746000', '113531.749000', '113551.629000', '113551.632000', '113551.634000', '113551.637000', '113551.639000', '113551.642000', '113551.645000', '113551.647000', '113551.650000', '113551.653000', '113551.655000', '113551.658000', '113551.661000', '113551.663000', '113551.666000', '113551.668000', '113551.671000', '113551.673000', '113551.676000', '113551.679000', '113551.681000', '113551.684000', '113551.686000', '113551.689000', '113551.691000', '113551.694000', '113551.697000', '113551.699000', '113551.702000', '113551.704000', '113551.707000', '113551.711000', '113551.714000', '113551.717000', '113551.720000', '113551.723000', '113551.725000', '113551.728000', '113551.731000', '113551.733000', '113551.736000', '113551.738000', '113551.741000', '113611.627000', '113611.630000', '113611.633000', '113611.635000', '113611.638000', '113611.641000', '113611.643000', '113611.646000', '113611.648000', '113611.651000', '113611.653000', '113611.656000', '113611.658000', '113611.661000', '113611.664000', '113611.666000', '113611.669000', '113611.671000', '113611.674000', '113611.676000', '113611.679000', '113611.682000', '113611.684000', '113611.687000', '113611.689000', '113611.692000', '113611.695000', '113611.697000', '113611.700000', '113611.702000', '113611.705000', '113611.707000', '113611.710000', '113611.713000', '113611.715000', '113611.718000', '113611.720000', '113611.723000', '113611.725000', '113611.728000', '113611.731000', '113611.733000', '113611.736000', '113611.738000', '113631.628000', '113631.630000', '113631.633000', '113631.636000', '113631.638000', '113631.641000', '113631.643000', '113631.646000', '113631.648000', '113631.651000', '113631.653000', '113631.656000', '113631.658000', '113631.661000', '113631.664000', '113631.666000', '113631.669000', '113631.671000', '113631.674000', '113631.676000', '113631.679000', '113631.682000', '113631.684000', '113631.687000', '113631.690000', '113631.692000', '113631.695000', '113631.697000', '113631.700000', '113631.703000', '113631.705000', '113631.708000', '113631.724000', '113631.726000', '113631.729000', '113631.731000', '113631.734000', '113631.736000', '113631.739000', '113631.742000', '113631.745000', '113631.747000', '113631.750000', '113642.274000', '113642.277000', '113642.280000', '113642.283000', '113642.286000', '113642.289000', '113642.292000', '113642.295000', '113642.298000', '113642.300000', '113642.303000', '113642.306000', '113642.308000', '113642.311000', '113642.314000', '113642.317000', '113642.320000', '113642.322000', '113642.325000', '113642.327000', '113642.330000', '113642.333000', '113642.335000', '113642.338000'], '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': [9985, 13957, 10745, 9161, 12469, 10453, 16407, 11229, 16352, 10888, 8227, 11704, 8746, 14563, 12202, 10298, 13217, 8781, 13752, 10711, 15624, 13562, 15482, 11628, 8500, 12157, 10000, 15192, 12398, 10109, 14890, 10665, 14590, 11487, 16550, 12660, 10521, 14920, 9287, 15159, 10310, 13959, 11291, 15044, 10935, 8576, 11510, 8352, 12803, 10043, 13868, 11597, 9258, 13562, 9630, 12352, 9705, 9403, 14746, 10387, 14064, 10147, 10553, 10518, 12592, 13487, 12831, 14766, 8827, 12706, 9830, 13355, 11121, 10105, 14867, 10885, 13881, 10368, 9331, 14382, 12627, 22451, 16297, 11717, 11536, 8244, 13194, 9979, 13424, 10868, 15951, 12000, 12123, 13426, 10017, 14859, 11437, 8945, 15289, 13298, 17884, 15353, 10020, 15120, 11371, 13684, 10210, 8335, 13645, 9803, 14531, 11334, 11575, 10897, 8544, 15468, 12725, 13850, 10854, 7941, 12577, 10001, 15216, 12522, 9425, 13442, 10091, 13574, 10556, 9569, 17061, 13337, 11655, 11542, 8817, 13873, 11511, 19211, 13227, 9418, 13221, 10264, 15204, 12781, 17844, 18958, 11117, 14361, 10269, 8447, 11823, 9003, 14480, 11856, 10873, 10486, 8363, 13068, 11133, 16886, 12569, 9541, 12925, 9551, 13534, 11153, 12792, 13328, 8506, 12136, 9615, 10393, 11527, 8863, 13284, 9894, 9004, 10695, 8605, 15543, 12806, 15618, 11221, 8382, 12552, 10209, 15076, 12971, 11525, 14158, 10510, 10042, 10650, 8795, 15178, 12742, 16683, 12996, 9231, 12763, 9955, 14542, 12194, 20070, 14694, 15143, 10658, 8133, 11158, 9668, 11015, 12578, 8893, 13866, 10223, 13436, 11529, 17083, 13065, 16239, 11538, 9397, 13048, 9126, 17925, 13295, 10780, 10927, 8307, 11849, 9789, 12211, 12029, 8816, 12629, 9676, 13143, 10687, 11358, 14693, 9311, 12559, 9997, 10240, 14763, 11870, 16661, 11649, 8725, 13404, 10408, 17219, 13221, 10189, 14663, 9618, 13682, 10789, 11891, 14043, 9660, 14558, 10872, 12328, 11100, 9652, 19209, 13584, 11457, 12435, 9363, 15418, 13363, 16310, 14422, 9689, 14377, 10764, 9169, 15405, 12248, 12124, 10506, 8525, 12672, 10941, 12401, 14668, 10639, 14451, 10538, 9207, 17445, 14287, 13943, 12948, 9277, 13811, 10944, 10046, 18729, 13287, 11530, 10935, 8570, 13383, 10943, 11185, 14112, 9915, 11919, 9780, 8889, 15445, 12942, 10478, 14459, 10934, 9249, 14097, 11673, 20891, 15044, 11598, 12383, 9345, 14892, 12461, 19404, 13005, 9081, 11600, 9263, 12623, 11151, 9444, 15904, 12315, 9562, 12870, 9775, 16520, 11960, 20914, 14935, 11800, 10271, 8661, 13372, 10253, 17766, 13955, 9939, 11774, 9475, 8520, 10735, 8576, 15520, 12002, 16472, 12562, 10632, 11265, 9227, 15117, 13266, 13549, 15329, 10394, 15222, 11186, 9460, 15182, 11626, 19624, 12631, 8718, 13416, 10745, 12464, 12538, 9561, 17236, 12079, 9142, 12865, 9773, 15325, 12439, 10286, 15108, 10734, 8054, 10936, 9454, 11374, 13444, 10122, 12507, 11356, 9599, 17234, 14131, 11963, 15274, 11502, 10431, 13244, 18362, 16773, 13983, 14916, 10645, 10231, 9965, 8676, 13646, 11296, 9451, 11912, 8482, 13750, 11031, 15857, 13775, 17319, 12400, 8805, 12528, 9730, 13120, 10499, 9011, 14202, 9515, 10942, 9168, 7205, 11441, 10160, 13318, 12509, 9029, 13294, 10376, 9492, 13982, 10717, 18345, 13892, 10352, 13804, 10452, 18630, 14972, 13110, 16418, 11841, 9963, 15399, 13022, 20011, 13849, 9635, 15281, 11923, 13647, 15815, 12156, 16983, 11641, 9399, 12258, 9571, 16105, 13173, 10986, 12661, 9281, 13635, 10401, 8671, 15470, 12375, 16315, 12084, 8869, 13433, 10980, 11240, 14175, 10803, 16891, 12213, 9790, 13002, 9309, 17987, 12125, 19134, 12200, 10192, 10299, 8352, 12832, 10394, 13762, 11295, 8489, 12601, 8589, 13768, 10557, 15414, 12848, 16905, 12393, 9581, 11130, 8645, 14869, 11801, 8604, 12393, 10030, 10343, 12756, 9558, 17456, 12879, 9902, 13952, 15546, 14085, 15201, 16694, 10312, 14086, 9738, 8790, 9388, 7846, 14636, 11792, 8709, 12068, 9969, 13662, 13623, 12143, 16243, 12771, 16921, 12481, 19138, 13734, 20003, 13978, 13450, 11013, 8689, 14256, 10210, 17577, 12495, 9134, 11064, 9263, 15469, 12760, 9451, 14364, 10668, 12223, 12228, 9840, 15473, 11486, 8740, 13270, 11315, 13516, 15376, 10673, 14920, 10567, 9074, 17174, 14283, 17894, 13376, 9558, 14146, 10067, 8566, 13113, 9646, 16708, 11979, 8383, 12215, 10486, 11275, 15012, 11202, 10575, 12242, 9914, 17176, 13718, 11343, 15624, 11974, 16772, 12358, 16405, 12293, 16553, 12423, 8844, 10912, 8924, 11234, 9376, 9550, 14930, 10432, 14407, 11310, 14816, 11535, 14216, 15532, 11353, 15217, 10657, 13962, 11290, 9977, 17999, 12503, 14896, 10760, 8362, 11871, 9037, 15977, 13375, 9954, 14589, 10804, 15170, 12079, 10125, 16340, 11562, 13930, 10356, 8420, 15296, 12086, 15372, 11427, 8048, 13522, 11361, 14150, 14228, 10592, 14934, 10369, 7747, 11612, 10375, 10474, 14522, 10393, 10655, 10991, 8727, 16210, 11839, 16663, 10259, 13285, 10047, 9361, 15087, 12201, 17008, 12219, 8426, 13662, 10311, 14750, 11764, 10184, 17136, 12032, 11708, 10714, 8575, 16306, 14099, 13451, 13363, 9123, 14815, 12064, 16555, 15146, 11086, 15660, 11349, 12254, 10531, 8986, 16921, 13654, 11978, 11810, 8708, 14714, 11982, 12372, 15032, 10887, 15056, 10384, 8535, 14202, 12568, 12613, 15724, 10872, 14572, 9999, 8138, 14861, 12471, 10644, 12855, 9925, 12976, 12464, 10682, 20244, 15581, 11827, 14958, 11197, 16960, 12861, 10466, 19419, 12690, 8625, 11882, 9556, 10768, 14949, 11796, 16943, 12003, 8748, 15036, 12432, 15212, 13921, 9493, 14555, 9105, 15965, 12570, 13166, 12887, 8911, 12025, 9208, 8605, 13320, 11537, 10348, 14100, 10619, 14444, 11168, 14937, 13219, 13344, 20374, 14476, 10759, 11287, 9115, 13384, 10883, 9849, 15604, 11468, 9457, 11839, 9376, 16112, 13476, 13452, 16233, 12169, 15953, 11276, 14329, 11585, 10017, 14591, 9785, 10657, 9422, 8273, 13810, 11778, 9920, 14058, 10515, 11606, 11893, 9478, 17600, 14363, 12961, 11117, 8263, 14720, 11790, 14658, 11200, 7935, 11837, 9966, 9700, 15895, 12439, 13840, 11749, 8664, 15077, 12765, 11860, 16671, 12308, 11446, 12352, 9487, 17906, 14619, 11586, 16034, 11817, 11615, 14377, 11025, 20458, 15659, 11189, 14798, 10876, 11309, 14096, 10832, 17328, 12158, 8914], 'WindowCenter': [4240.0, 4264.0, 4233.0, 4198.0, 4227.0, 4205.0, 4247.0, 4216.0, 4246.0, 4205.0, 4174.0, 4213.0, 4182.0, 4235.0, 4226.0, 4205.0, 4226.0, 4186.0, 4234.0, 4204.0, 4246.0, 4225.0, 4233.0, 4215.0, 4184.0, 4214.0, 4194.0, 4245.0, 4226.0, 4203.0, 4235.0, 4204.0, 4233.0, 4202.0, 4244.0, 4224.0, 4191.0, 4234.0, 4181.0, 4233.0, 4202.0, 4222.0, 4203.0, 4232.0, 4200.0, 4172.0, 4212.0, 4173.0, 4222.0, 4194.0, 4234.0, 4215.0, 4194.0, 4236.0, 4196.0, 4223.0, 4206.0, 4195.0, 4247.0, 4207.0, 4236.0, 4206.0, 4204.0, 4206.0, 4224.0, 4225.0, 4225.0, 4234.0, 4182.0, 4225.0, 4194.0, 4224.0, 4216.0, 4205.0, 4247.0, 4215.0, 4235.0, 4205.0, 4194.0, 4236.0, 4223.0, 4279.0, 4248.0, 4213.0, 4214.0, 4183.0, 4222.0, 4193.0, 4222.0, 4203.0, 4244.0, 4215.0, 4215.0, 4225.0, 4204.0, 4235.0, 4215.0, 4180.0, 4233.0, 4223.0, 4244.0, 4234.0, 4180.0, 4219.0, 4190.0, 4208.0, 4178.0, 4158.0, 4208.0, 4180.0, 4221.0, 4201.0, 4198.0, 4188.0, 4167.0, 4231.0, 4211.0, 4221.0, 4201.0, 4160.0, 4210.0, 4191.0, 4230.0, 4211.0, 4178.0, 4222.0, 4193.0, 4220.0, 4190.0, 4180.0, 4244.0, 4224.0, 4202.0, 4202.0, 4183.0, 4223.0, 4214.0, 4267.0, 4226.0, 4192.0, 4223.0, 4193.0, 4232.0, 4211.0, 4243.0, 4255.0, 4203.0, 4221.0, 4190.0, 4159.0, 4199.0, 4169.0, 4222.0, 4212.0, 4189.0, 4202.0, 4170.0, 4223.0, 4213.0, 4242.0, 4213.0, 4181.0, 4222.0, 4181.0, 4221.0, 4201.0, 4211.0, 4224.0, 4171.0, 4213.0, 4191.0, 4190.0, 4213.0, 4184.0, 4224.0, 4203.0, 4184.0, 4205.0, 4183.0, 4246.0, 4226.0, 4247.0, 4214.0, 4176.0, 4225.0, 4204.0, 4235.0, 4224.0, 4215.0, 4235.0, 4206.0, 4194.0, 4204.0, 4182.0, 4242.0, 4224.0, 4244.0, 4225.0, 4195.0, 4224.0, 4207.0, 4235.0, 4213.0, 4266.0, 4234.0, 4221.0, 4191.0, 4161.0, 4201.0, 4193.0, 4202.0, 4225.0, 4183.0, 4236.0, 4205.0, 4235.0, 4216.0, 4244.0, 4225.0, 4244.0, 4201.0, 4180.0, 4211.0, 4181.0, 4244.0, 4222.0, 4201.0, 4191.0, 4169.0, 4212.0, 4192.0, 4214.0, 4223.0, 4183.0, 4225.0, 4193.0, 4224.0, 4207.0, 4215.0, 4248.0, 4195.0, 4224.0, 4195.0, 4205.0, 4235.0, 4215.0, 4246.0, 4214.0, 4174.0, 4223.0, 4192.0, 4244.0, 4224.0, 4192.0, 4233.0, 4181.0, 4220.0, 4191.0, 4202.0, 4222.0, 4180.0, 4224.0, 4204.0, 4211.0, 4202.0, 4179.0, 4257.0, 4225.0, 4202.0, 4213.0, 4179.0, 4233.0, 4222.0, 4234.0, 4221.0, 4181.0, 4220.0, 4190.0, 4170.0, 4231.0, 4212.0, 4200.0, 4189.0, 4170.0, 4213.0, 4203.0, 4225.0, 4245.0, 4205.0, 4234.0, 4204.0, 4193.0, 4256.0, 4237.0, 4232.0, 4213.0, 4183.0, 4223.0, 4203.0, 4192.0, 4257.0, 4223.0, 4202.0, 4202.0, 4182.0, 4224.0, 4205.0, 4215.0, 4236.0, 4204.0, 4226.0, 4207.0, 4196.0, 4247.0, 4238.0, 4218.0, 4248.0, 4216.0, 4195.0, 4235.0, 4216.0, 4268.0, 4235.0, 4202.0, 4212.0, 4182.0, 4234.0, 4211.0, 4251.0, 4211.0, 4170.0, 4201.0, 4181.0, 4212.0, 4213.0, 4193.0, 4247.0, 4225.0, 4193.0, 4213.0, 4191.0, 4245.0, 4201.0, 4255.0, 4221.0, 4199.0, 4189.0, 4169.0, 4210.0, 4191.0, 4242.0, 4223.0, 4191.0, 4213.0, 4192.0, 4173.0, 4203.0, 4172.0, 4233.0, 4215.0, 4245.0, 4213.0, 4192.0, 4202.0, 4182.0, 4233.0, 4223.0, 4222.0, 4231.0, 4192.0, 4233.0, 4201.0, 4179.0, 4231.0, 4202.0, 4254.0, 4212.0, 4171.0, 4212.0, 4191.0, 4211.0, 4211.0, 4182.0, 4244.0, 4214.0, 4181.0, 4212.0, 4192.0, 4232.0, 4212.0, 4190.0, 4234.0, 4202.0, 4160.0, 4203.0, 4194.0, 4215.0, 4236.0, 4207.0, 4226.0, 4217.0, 4196.0, 4257.0, 4237.0, 4216.0, 4235.0, 4215.0, 4193.0, 4224.0, 4243.0, 4235.0, 4220.0, 4221.0, 4189.0, 4179.0, 4179.0, 4171.0, 4221.0, 4204.0, 4191.0, 4214.0, 4184.0, 4224.0, 4205.0, 4246.0, 4224.0, 4245.0, 4214.0, 4172.0, 4202.0, 4183.0, 4225.0, 4193.0, 4183.0, 4237.0, 4195.0, 4215.0, 4207.0, 4177.0, 4225.0, 4219.0, 4250.0, 4242.0, 4211.0, 4249.0, 4220.0, 4208.0, 4250.0, 4219.0, 4272.0, 4241.0, 4208.0, 4236.0, 4205.0, 4257.0, 4237.0, 4225.0, 4244.0, 4202.0, 4181.0, 4234.0, 4213.0, 4254.0, 4213.0, 4182.0, 4232.0, 4202.0, 4211.0, 4233.0, 4201.0, 4232.0, 4202.0, 4168.0, 4199.0, 4180.0, 4231.0, 4214.0, 4190.0, 4213.0, 4182.0, 4222.0, 4191.0, 4171.0, 4233.0, 4213.0, 4245.0, 4213.0, 4183.0, 4224.0, 4204.0, 4202.0, 4223.0, 4203.0, 4245.0, 4203.0, 4182.0, 4211.0, 4171.0, 4242.0, 4201.0, 4243.0, 4201.0, 4182.0, 4180.0, 4160.0, 4211.0, 4192.0, 4223.0, 4204.0, 4183.0, 4213.0, 4184.0, 4224.0, 4204.0, 4234.0, 4214.0, 4244.0, 4214.0, 4180.0, 4202.0, 4171.0, 4236.0, 4214.0, 4172.0, 4226.0, 4205.0, 4203.0, 4226.0, 4197.0, 4259.0, 4229.0, 4195.0, 4238.0, 4236.0, 4226.0, 4234.0, 4246.0, 4192.0, 4221.0, 4182.0, 4170.0, 4183.0, 4174.0, 4247.0, 4228.0, 4197.0, 4238.0, 4209.0, 4249.0, 4249.0, 4230.0, 4261.0, 4229.0, 4248.0, 4214.0, 4255.0, 4213.0, 4252.0, 4213.0, 4209.0, 4190.0, 4161.0, 4219.0, 4190.0, 4242.0, 4211.0, 4168.0, 4200.0, 4181.0, 4233.0, 4223.0, 4182.0, 4222.0, 4192.0, 4212.0, 4213.0, 4193.0, 4234.0, 4203.0, 4173.0, 4212.0, 4203.0, 4222.0, 4234.0, 4192.0, 4233.0, 4192.0, 4183.0, 4245.0, 4234.0, 4246.0, 4214.0, 4181.0, 4220.0, 4180.0, 4168.0, 4212.0, 4181.0, 4244.0, 4214.0, 4172.0, 4213.0, 4205.0, 4215.0, 4247.0, 4218.0, 4205.0, 4216.0, 4195.0, 4257.0, 4238.0, 4206.0, 4248.0, 4215.0, 4235.0, 4201.0, 4221.0, 4198.0, 4230.0, 4202.0, 4170.0, 4189.0, 4181.0, 4202.0, 4195.0, 4194.0, 4248.0, 4206.0, 4238.0, 4218.0, 4235.0, 4205.0, 4223.0, 4236.0, 4192.0, 4223.0, 4180.0, 4212.0, 4191.0, 4181.0, 4244.0, 4211.0, 4219.0, 4190.0, 4159.0, 4200.0, 4172.0, 4233.0, 4225.0, 4191.0, 4234.0, 4203.0, 4233.0, 4202.0, 4180.0, 4234.0, 4202.0, 4222.0, 4180.0, 4161.0, 4233.0, 4215.0, 4234.0, 4203.0, 4162.0, 4224.0, 4215.0, 4223.0, 4225.0, 4192.0, 4234.0, 4194.0, 4163.0, 4216.0, 4205.0, 4205.0, 4248.0, 4208.0, 4208.0, 4218.0, 4189.0, 4258.0, 4217.0, 4248.0, 4193.0, 4225.0, 4194.0, 4183.0, 4235.0, 4216.0, 4248.0, 4217.0, 4174.0, 4225.0, 4194.0, 4234.0, 4215.0, 4194.0, 4259.0, 4216.0, 4214.0, 4205.0, 4185.0, 4247.0, 4238.0, 4226.0, 4227.0, 4185.0, 4235.0, 4214.0, 4243.0, 4234.0, 4203.0, 4234.0, 4202.0, 4202.0, 4192.0, 4171.0, 4245.0, 4225.0, 4203.0, 4214.0, 4173.0, 4224.0, 4201.0, 4213.0, 4234.0, 4204.0, 4233.0, 4193.0, 4174.0, 4234.0, 4215.0, 4215.0, 4234.0, 4204.0, 4233.0, 4194.0, 4161.0, 4237.0, 4227.0, 4207.0, 4227.0, 4207.0, 4226.0, 4228.0, 4206.0, 4270.0, 4248.0, 4204.0, 4233.0, 4202.0, 4232.0, 4211.0, 4192.0, 4255.0, 4213.0, 4173.0, 4202.0, 4184.0, 4201.0, 4234.0, 4213.0, 4245.0, 4213.0, 4172.0, 4233.0, 4213.0, 4234.0, 4225.0, 4184.0, 4223.0, 4170.0, 4223.0, 4202.0, 4210.0, 4200.0, 4170.0, 4200.0, 4182.0, 4173.0, 4225.0, 4214.0, 4207.0, 4235.0, 4205.0, 4235.0, 4207.0, 4233.0, 4216.0, 4214.0, 4268.0, 4225.0, 4192.0, 4190.0, 4173.0, 4222.0, 4203.0, 4194.0, 4247.0, 4217.0, 4195.0, 4216.0, 4196.0, 4247.0, 4226.0, 4226.0, 4247.0, 4214.0, 4234.0, 4192.0, 4221.0, 4201.0, 4182.0, 4222.0, 4191.0, 4191.0, 4185.0, 4174.0, 4235.0, 4218.0, 4196.0, 4240.0, 4207.0, 4216.0, 4218.0, 4196.0, 4259.0, 4237.0, 4214.0, 4206.0, 4175.0, 4235.0, 4216.0, 4235.0, 4216.0, 4175.0, 4215.0, 4207.0, 4196.0, 4259.0, 4228.0, 4238.0, 4218.0, 4187.0, 4247.0, 4227.0, 4217.0, 4259.0, 4218.0, 4217.0, 4217.0, 4196.0, 4256.0, 4238.0, 4216.0, 4247.0, 4216.0, 4205.0, 4225.0, 4192.0, 4267.0, 4235.0, 4204.0, 4224.0, 4192.0, 4202.0, 4225.0, 4204.0, 4246.0, 4214.0, 4183.0], 'WindowWidth': [9401.0, 9422.0, 9375.0, 9319.0, 9353.0, 9321.0, 9383.0, 9335.0, 9380.0, 9320.0, 9277.0, 9328.0, 9286.0, 9361.0, 9350.0, 9320.0, 9349.0, 9294.0, 9357.0, 9317.0, 9377.0, 9348.0, 9357.0, 9331.0, 9287.0, 9327.0, 9302.0, 9373.0, 9349.0, 9315.0, 9362.0, 9316.0, 9355.0, 9310.0, 9374.0, 9345.0, 9295.0, 9357.0, 9280.0, 9355.0, 9312.0, 9338.0, 9314.0, 9351.0, 9304.0, 9270.0, 9325.0, 9274.0, 9339.0, 9304.0, 9357.0, 9335.0, 9305.0, 9363.0, 9309.0, 9343.0, 9323.0, 9307.0, 9382.0, 9324.0, 9364.0, 9323.0, 9319.0, 9322.0, 9343.0, 9346.0, 9345.0, 9359.0, 9285.0, 9346.0, 9304.0, 9342.0, 9335.0, 9320.0, 9382.0, 9335.0, 9362.0, 9320.0, 9303.0, 9363.0, 9341.0, 9445.0, 9388.0, 9329.0, 9333.0, 9291.0, 9339.0, 9302.0, 9339.0, 9314.0, 9371.0, 9333.0, 9331.0, 9346.0, 9318.0, 9359.0, 9331.0, 9278.0, 9355.0, 9342.0, 9373.0, 9358.0, 9277.0, 9330.0, 9290.0, 9310.0, 9270.0, 9244.0, 9313.0, 9276.0, 9333.0, 9307.0, 9299.0, 9286.0, 9257.0, 9349.0, 9321.0, 9335.0, 9306.0, 9250.0, 9318.0, 9294.0, 9347.0, 9322.0, 9275.0, 9336.0, 9298.0, 9333.0, 9292.0, 9278.0, 9373.0, 9345.0, 9310.0, 9310.0, 9285.0, 9340.0, 9329.0, 9410.0, 9350.0, 9299.0, 9342.0, 9300.0, 9352.0, 9323.0, 9370.0, 9392.0, 9310.0, 9335.0, 9291.0, 9248.0, 9301.0, 9261.0, 9337.0, 9325.0, 9290.0, 9311.0, 9269.0, 9340.0, 9327.0, 9371.0, 9328.0, 9282.0, 9336.0, 9281.0, 9335.0, 9310.0, 9323.0, 9342.0, 9269.0, 9324.0, 9296.0, 9294.0, 9328.0, 9289.0, 9345.0, 9315.0, 9290.0, 9320.0, 9289.0, 9379.0, 9350.0, 9381.0, 9331.0, 9282.0, 9347.0, 9319.0, 9361.0, 9345.0, 9331.0, 9359.0, 9322.0, 9304.0, 9317.0, 9285.0, 9368.0, 9345.0, 9374.0, 9346.0, 9306.0, 9345.0, 9324.0, 9361.0, 9327.0, 9409.0, 9356.0, 9336.0, 9293.0, 9254.0, 9308.0, 9300.0, 9312.0, 9346.0, 9290.0, 9363.0, 9319.0, 9360.0, 9335.0, 9374.0, 9346.0, 9371.0, 9307.0, 9278.0, 9320.0, 9280.0, 9374.0, 9338.0, 9306.0, 9293.0, 9264.0, 9323.0, 9300.0, 9329.0, 9343.0, 9289.0, 9346.0, 9303.0, 9345.0, 9324.0, 9332.0, 9382.0, 9306.0, 9343.0, 9306.0, 9317.0, 9360.0, 9333.0, 9379.0, 9330.0, 9273.0, 9340.0, 9297.0, 9373.0, 9343.0, 9295.0, 9353.0, 9281.0, 9332.0, 9292.0, 9309.0, 9337.0, 9280.0, 9342.0, 9313.0, 9320.0, 9309.0, 9276.0, 9397.0, 9345.0, 9310.0, 9324.0, 9276.0, 9354.0, 9336.0, 9356.0, 9334.0, 9278.0, 9331.0, 9291.0, 9263.0, 9349.0, 9322.0, 9305.0, 9290.0, 9266.0, 9325.0, 9315.0, 9346.0, 9375.0, 9321.0, 9359.0, 9319.0, 9301.0, 9393.0, 9368.0, 9353.0, 9327.0, 9286.0, 9340.0, 9313.0, 9296.0, 9397.0, 9342.0, 9310.0, 9311.0, 9284.0, 9343.0, 9317.0, 9331.0, 9363.0, 9318.0, 9349.0, 9324.0, 9309.0, 9382.0, 9371.0, 9340.0, 9385.0, 9337.0, 9305.0, 9360.0, 9332.0, 9417.0, 9363.0, 9309.0, 9322.0, 9281.0, 9353.0, 9320.0, 9381.0, 9320.0, 9262.0, 9305.0, 9280.0, 9324.0, 9327.0, 9302.0, 9380.0, 9347.0, 9299.0, 9326.0, 9295.0, 9376.0, 9306.0, 9396.0, 9335.0, 9301.0, 9288.0, 9261.0, 9317.0, 9291.0, 9368.0, 9342.0, 9294.0, 9326.0, 9300.0, 9272.0, 9313.0, 9269.0, 9357.0, 9331.0, 9375.0, 9328.0, 9295.0, 9310.0, 9283.0, 9352.0, 9338.0, 9336.0, 9350.0, 9295.0, 9352.0, 9307.0, 9274.0, 9347.0, 9307.0, 9389.0, 9322.0, 9265.0, 9321.0, 9294.0, 9317.0, 9319.0, 9279.0, 9374.0, 9328.0, 9281.0, 9322.0, 9294.0, 9350.0, 9324.0, 9292.0, 9356.0, 9310.0, 9253.0, 9312.0, 9304.0, 9332.0, 9364.0, 9326.0, 9349.0, 9337.0, 9308.0, 9396.0, 9367.0, 9334.0, 9363.0, 9330.0, 9298.0, 9342.0, 9371.0, 9363.0, 9331.0, 9335.0, 9287.0, 9273.0, 9273.0, 9264.0, 9334.0, 9316.0, 9296.0, 9329.0, 9288.0, 9341.0, 9318.0, 9375.0, 9344.0, 9373.0, 9326.0, 9267.0, 9307.0, 9284.0, 9342.0, 9299.0, 9286.0, 9365.0, 9308.0, 9333.0, 9325.0, 9287.0, 9351.0, 9347.0, 9388.0, 9381.0, 9337.0, 9387.0, 9350.0, 9330.0, 9388.0, 9344.0, 9425.0, 9376.0, 9325.0, 9362.0, 9319.0, 9397.0, 9368.0, 9343.0, 9372.0, 9309.0, 9280.0, 9355.0, 9326.0, 9390.0, 9325.0, 9281.0, 9348.0, 9308.0, 9319.0, 9355.0, 9304.0, 9353.0, 9305.0, 9255.0, 9298.0, 9274.0, 9347.0, 9325.0, 9289.0, 9325.0, 9284.0, 9337.0, 9295.0, 9266.0, 9353.0, 9326.0, 9373.0, 9326.0, 9285.0, 9340.0, 9315.0, 9309.0, 9340.0, 9311.0, 9375.0, 9311.0, 9281.0, 9318.0, 9266.0, 9370.0, 9305.0, 9372.0, 9304.0, 9279.0, 9276.0, 9249.0, 9320.0, 9296.0, 9339.0, 9317.0, 9287.0, 9328.0, 9288.0, 9343.0, 9315.0, 9357.0, 9328.0, 9372.0, 9326.0, 9278.0, 9310.0, 9267.0, 9359.0, 9329.0, 9270.0, 9346.0, 9319.0, 9315.0, 9348.0, 9309.0, 9403.0, 9357.0, 9304.0, 9367.0, 9362.0, 9348.0, 9353.0, 9376.0, 9294.0, 9331.0, 9282.0, 9266.0, 9287.0, 9276.0, 9380.0, 9355.0, 9313.0, 9368.0, 9332.0, 9383.0, 9387.0, 9359.0, 9407.0, 9356.0, 9385.0, 9326.0, 9390.0, 9324.0, 9384.0, 9324.0, 9314.0, 9288.0, 9251.0, 9329.0, 9289.0, 9366.0, 9320.0, 9259.0, 9304.0, 9280.0, 9351.0, 9340.0, 9280.0, 9337.0, 9298.0, 9323.0, 9324.0, 9298.0, 9356.0, 9311.0, 9269.0, 9323.0, 9314.0, 9337.0, 9358.0, 9296.0, 9352.0, 9297.0, 9283.0, 9373.0, 9357.0, 9379.0, 9328.0, 9278.0, 9330.0, 9277.0, 9260.0, 9321.0, 9280.0, 9374.0, 9328.0, 9271.0, 9326.0, 9316.0, 9330.0, 9379.0, 9338.0, 9318.0, 9332.0, 9304.0, 9392.0, 9365.0, 9319.0, 9380.0, 9330.0, 9361.0, 9305.0, 9333.0, 9296.0, 9345.0, 9306.0, 9262.0, 9289.0, 9280.0, 9311.0, 9304.0, 9303.0, 9382.0, 9322.0, 9366.0, 9338.0, 9358.0, 9317.0, 9339.0, 9362.0, 9293.0, 9337.0, 9275.0, 9320.0, 9292.0, 9276.0, 9372.0, 9318.0, 9328.0, 9287.0, 9245.0, 9303.0, 9267.0, 9353.0, 9343.0, 9296.0, 9355.0, 9312.0, 9352.0, 9308.0, 9276.0, 9357.0, 9309.0, 9334.0, 9276.0, 9252.0, 9353.0, 9328.0, 9356.0, 9310.0, 9254.0, 9341.0, 9331.0, 9338.0, 9344.0, 9294.0, 9356.0, 9301.0, 9261.0, 9334.0, 9319.0, 9320.0, 9380.0, 9327.0, 9326.0, 9339.0, 9302.0, 9398.0, 9335.0, 9384.0, 9294.0, 9342.0, 9301.0, 9286.0, 9358.0, 9333.0, 9384.0, 9336.0, 9275.0, 9343.0, 9302.0, 9355.0, 9331.0, 9302.0, 9399.0, 9334.0, 9329.0, 9317.0, 9292.0, 9378.0, 9367.0, 9347.0, 9348.0, 9288.0, 9358.0, 9328.0, 9370.0, 9359.0, 9309.0, 9356.0, 9308.0, 9306.0, 9295.0, 9265.0, 9374.0, 9344.0, 9310.0, 9326.0, 9270.0, 9341.0, 9307.0, 9324.0, 9355.0, 9313.0, 9354.0, 9298.0, 9275.0, 9355.0, 9331.0, 9330.0, 9359.0, 9313.0, 9353.0, 9302.0, 9251.0, 9363.0, 9352.0, 9323.0, 9350.0, 9325.0, 9349.0, 9351.0, 9320.0, 9425.0, 9384.0, 9314.0, 9352.0, 9308.0, 9352.0, 9320.0, 9292.0, 9391.0, 9324.0, 9269.0, 9309.0, 9288.0, 9307.0, 9356.0, 9325.0, 9374.0, 9325.0, 9270.0, 9354.0, 9324.0, 9356.0, 9343.0, 9284.0, 9336.0, 9261.0, 9336.0, 9306.0, 9314.0, 9302.0, 9263.0, 9303.0, 9280.0, 9271.0, 9344.0, 9330.0, 9322.0, 9358.0, 9318.0, 9357.0, 9321.0, 9352.0, 9333.0, 9325.0, 9417.0, 9346.0, 9293.0, 9289.0, 9269.0, 9335.0, 9311.0, 9299.0, 9378.0, 9335.0, 9304.0, 9332.0, 9307.0, 9377.0, 9348.0, 9345.0, 9378.0, 9325.0, 9354.0, 9293.0, 9332.0, 9305.0, 9279.0, 9336.0, 9294.0, 9293.0, 9289.0, 9274.0, 9358.0, 9339.0, 9307.0, 9370.0, 9323.0, 9333.0, 9338.0, 9306.0, 9398.0, 9362.0, 9325.0, 9318.0, 9275.0, 9358.0, 9332.0, 9358.0, 9333.0, 9278.0, 9331.0, 9324.0, 9307.0, 9398.0, 9354.0, 9367.0, 9338.0, 9294.0, 9377.0, 9351.0, 9336.0, 9399.0, 9338.0, 9334.0, 9334.0, 9304.0, 9394.0, 9367.0, 9332.0, 9378.0, 9331.0, 9314.0, 9341.0, 9294.0, 9415.0, 9362.0, 9311.0, 9339.0, 9293.0, 9307.0, 9342.0, 9314.0, 9376.0, 9327.0, 9285.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.00022130034522439582</td></tr>
<tr><td colspan=3>aqi</td><td>0.017967723014959722</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.181946126117516</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2778831650000002</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.983722384412444</td></tr>
<tr><td colspan=3>efc</td><td>0.495</td></tr>
<tr><td colspan=3>fber</td><td>4669.4253</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07336049018919383</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>7</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.8055235903337169</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3622011580201825</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2480299464027893</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.672543936281587</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1660295913761707</td></tr>
<tr><td colspan=3>gcor</td><td>0.00762524</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015799833461642265</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03634326159954071</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8464253746118606</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.1025</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.5198</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>225.2573</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300408.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>1157.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>416.5891</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3739</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>557.2503</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3394.6227</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3584.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76136.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1151.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4491.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>931.7681</td></tr>
<tr><td colspan=3>tsnr</td><td>41.5218373585958</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>