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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0003_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-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-04_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-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0003/figures/sub-0003_ses-01_task-social_acq-mb8_run-04_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-0003/ses-01/func/sub-0003_ses-01_task-social_acq-mb8_run-04_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>5abcc8da5ee7d96e4381f6624f62a2a6</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>13:18:42.335000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999621, -0.0060338, 0.0268665, 0.00226813, 0.990424, 0.138044]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.103517</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7755, -7277, 568, -7, -32, 47, 83]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.849</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>80c08225-b59d-4a26-a670-ef8e1a42900c||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6819095611572266, 0.006085225380957127, 0.074093759059906, 114.19893646240234], [0.016188250854611397, 2.657233953475952, 0.37241220474243164, -101.742919921875], [0.0720808282494545, -0.37036120891571045, 2.673166513442993, -50.72848892211914], [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': ['131842.335000', '131842.795000', '131843.255000', '131843.715000', '131844.175000', '131844.635000', '131845.095000', '131845.555000', '131846.015000', '131846.475000', '131846.935000', '131847.395000', '131847.855000', '131848.315000', '131848.775000', '131849.235000', '131849.695000', '131850.155000', '131850.615000', '131851.075000', '131851.535000', '131851.995000', '131852.455000', '131852.915000', '131853.375000', '131853.835000', '131854.295000', '131854.755000', '131855.215000', '131855.675000', '131856.135000', '131856.595000', '131857.055000', '131857.515000', '131857.975000', '131858.435000', '131858.895000', '131859.355000', '131859.815000', '131900.275000', '131900.735000', '131901.195000', '131901.655000', '131902.115000', '131902.575000', '131903.035000', '131903.495000', '131903.955000', '131904.415000', '131904.875000', '131905.335000', '131905.795000', '131906.255000', '131906.715000', '131907.175000', '131907.635000', '131908.095000', '131908.555000', '131909.015000', '131909.475000', '131909.935000', '131910.395000', '131910.855000', '131911.315000', '131911.775000', '131912.235000', '131912.695000', '131913.155000', '131913.615000', '131914.075000', '131914.535000', '131914.995000', '131915.455000', '131915.915000', '131916.375000', '131916.835000', '131917.295000', '131917.755000', '131918.215000', '131918.675000', '131919.135000', '131919.595000', '131920.055000', '131920.515000', '131920.975000', '131921.435000', '131921.895000', '131922.355000', '131922.815000', '131923.275000', '131923.735000', '131924.195000', '131924.655000', '131925.115000', '131925.575000', '131926.035000', '131926.495000', '131926.955000', '131927.415000', '131927.875000', '131928.335000', '131928.795000', '131929.255000', '131929.715000', '131930.175000', '131930.635000', '131931.095000', '131931.555000', '131932.015000', '131932.475000', '131932.935000', '131933.395000', '131933.855000', '131934.315000', '131934.775000', '131935.235000', '131935.695000', '131936.155000', '131936.615000', '131937.075000', '131937.535000', '131937.995000', '131938.455000', '131938.915000', '131939.375000', '131939.835000', '131940.295000', '131940.755000', '131941.215000', '131941.675000', '131942.135000', '131942.595000', '131943.055000', '131943.515000', '131943.975000', '131944.435000', '131944.895000', '131945.355000', '131945.815000', '131946.275000', '131946.735000', '131947.195000', '131947.655000', '131948.115000', '131948.575000', '131949.035000', '131949.495000', '131949.955000', '131950.415000', '131950.875000', '131951.335000', '131951.795000', '131952.255000', '131952.715000', '131953.175000', '131953.635000', '131954.095000', '131954.555000', '131955.015000', '131955.475000', '131955.935000', '131956.395000', '131956.855000', '131957.315000', '131957.775000', '131958.235000', '131958.695000', '131959.155000', '131959.615000', '132000.075000', '132000.535000', '132000.995000', '132001.455000', '132001.915000', '132002.375000', '132002.835000', '132003.295000', '132003.755000', '132004.215000', '132004.675000', '132005.135000', '132005.595000', '132006.055000', '132006.515000', '132006.975000', '132007.435000', '132007.895000', '132008.355000', '132008.815000', '132009.275000', '132009.735000', '132010.195000', '132010.655000', '132011.115000', '132011.575000', '132012.035000', '132012.495000', '132012.955000', '132013.415000', '132013.875000', '132014.335000', '132014.795000', '132015.255000', '132015.715000', '132016.175000', '132016.635000', '132017.095000', '132017.555000', '132018.015000', '132018.475000', '132018.935000', '132019.395000', '132019.855000', '132020.315000', '132020.775000', '132021.235000', '132021.695000', '132022.155000', '132022.615000', '132023.075000', '132023.535000', '132023.995000', '132024.455000', '132024.915000', '132025.375000', '132025.835000', '132026.295000', '132026.755000', '132027.215000', '132027.675000', '132028.135000', '132028.595000', '132029.055000', '132029.515000', '132029.975000', '132030.435000', '132030.895000', '132031.355000', '132031.815000', '132032.275000', '132032.735000', '132033.195000', '132033.655000', '132034.115000', '132034.575000', '132035.035000', '132035.495000', '132035.955000', '132036.415000', '132036.875000', '132037.335000', '132037.795000', '132038.255000', '132038.715000', '132039.175000', '132039.635000', '132040.095000', '132040.555000', '132041.015000', '132041.475000', '132041.935000', '132042.395000', '132042.855000', '132043.315000', '132043.775000', '132044.235000', '132044.695000', '132045.155000', '132045.615000', '132046.075000', '132046.535000', '132046.995000', '132047.455000', '132047.915000', '132048.375000', '132048.835000', '132049.295000', '132049.755000', '132050.215000', '132050.675000', '132051.135000', '132051.595000', '132052.055000', '132052.515000', '132052.975000', '132053.435000', '132053.895000', '132054.355000', '132054.815000', '132055.275000', '132055.735000', '132056.195000', '132056.655000', '132057.115000', '132057.575000', '132058.035000', '132058.495000', '132058.955000', '132059.415000', '132059.875000', '132100.335000', '132100.795000', '132101.255000', '132101.715000', '132102.175000', '132102.635000', '132103.095000', '132103.555000', '132104.015000', '132104.475000', '132104.935000', '132105.395000', '132105.855000', '132106.315000', '132106.775000', '132107.235000', '132107.695000', '132108.155000', '132108.615000', '132109.075000', '132109.535000', '132109.995000', '132110.455000', '132110.915000', '132111.375000', '132111.835000', '132112.295000', '132112.755000', '132113.215000', '132113.675000', '132114.135000', '132114.595000', '132115.055000', '132115.515000', '132115.975000', '132116.435000', '132116.895000', '132117.355000', '132117.815000', '132118.275000', '132118.735000', '132119.195000', '132119.655000', '132120.115000', '132120.575000', '132121.035000', '132121.495000', '132121.955000', '132122.415000', '132122.875000', '132123.335000', '132123.795000', '132124.255000', '132124.715000', '132125.175000', '132125.635000', '132126.095000', '132126.555000', '132127.015000', '132127.475000', '132127.935000', '132128.395000', '132128.855000', '132129.315000', '132129.775000', '132130.235000', '132130.695000', '132131.155000', '132131.615000', '132132.075000', '132132.535000', '132132.995000', '132133.455000', '132133.915000', '132134.375000', '132134.835000', '132135.295000', '132135.755000', '132136.215000', '132136.675000', '132137.135000', '132137.595000', '132138.055000', '132138.515000', '132138.975000', '132139.435000', '132139.895000', '132140.355000', '132140.815000', '132141.275000', '132141.735000', '132142.195000', '132142.655000', '132143.115000', '132143.575000', '132144.035000', '132144.495000', '132144.955000', '132145.415000', '132145.875000', '132146.335000', '132146.795000', '132147.255000', '132147.715000', '132148.175000', '132148.635000', '132149.095000', '132149.555000', '132150.015000', '132150.475000', '132150.935000', '132151.395000', '132151.855000', '132152.315000', '132152.775000', '132153.235000', '132153.695000', '132154.155000', '132154.615000', '132155.075000', '132155.535000', '132155.995000', '132156.455000', '132156.915000', '132157.375000', '132157.835000', '132158.295000', '132158.755000', '132159.215000', '132159.675000', '132200.135000', '132200.595000', '132201.055000', '132201.515000', '132201.975000', '132202.435000', '132202.895000', '132203.355000', '132203.815000', '132204.275000', '132204.735000', '132205.195000', '132205.655000', '132206.115000', '132206.575000', '132207.035000', '132207.495000', '132207.955000', '132208.415000', '132208.875000', '132209.335000', '132209.795000', '132210.255000', '132210.715000', '132211.175000', '132211.635000', '132212.095000', '132212.555000', '132213.015000', '132213.475000', '132213.935000', '132214.395000', '132214.855000', '132215.315000', '132215.775000', '132216.235000', '132216.695000', '132217.155000', '132217.615000', '132218.075000', '132218.535000', '132218.995000', '132219.455000', '132219.915000', '132220.375000', '132220.835000', '132221.295000', '132221.755000', '132222.215000', '132222.675000', '132223.135000', '132223.595000', '132224.055000', '132224.515000', '132224.975000', '132225.435000', '132225.895000', '132226.355000', '132226.815000', '132227.275000', '132227.735000', '132228.195000', '132228.655000', '132229.115000', '132229.575000', '132230.035000', '132230.495000', '132230.955000', '132231.415000', '132231.875000', '132232.335000', '132232.795000', '132233.255000', '132233.715000', '132234.175000', '132234.635000', '132235.095000', '132235.555000', '132236.015000', '132236.475000', '132236.935000', '132237.395000', '132237.855000', '132238.315000', '132238.775000', '132239.235000', '132239.695000', '132240.155000', '132240.615000', '132241.075000', '132241.535000', '132241.995000', '132242.455000', '132242.915000', '132243.375000', '132243.835000', '132244.295000', '132244.755000', '132245.215000', '132245.675000', '132246.135000', '132246.595000', '132247.055000', '132247.515000', '132247.975000', '132248.435000', '132248.895000', '132249.355000', '132249.815000', '132250.275000', '132250.735000', '132251.195000', '132251.655000', '132252.115000', '132252.575000', '132253.035000', '132253.495000', '132253.955000', '132254.415000', '132254.875000', '132255.335000', '132255.795000', '132256.255000', '132256.715000', '132257.175000', '132257.635000', '132258.095000', '132258.555000', '132259.015000', '132259.475000', '132259.935000', '132300.395000', '132300.855000', '132301.315000', '132301.775000', '132302.235000', '132302.695000', '132303.155000', '132303.615000', '132304.075000', '132304.535000', '132304.995000', '132305.455000', '132305.915000', '132306.375000', '132306.835000', '132307.295000', '132307.755000', '132308.215000', '132308.675000', '132309.135000', '132309.595000', '132310.055000', '132310.515000', '132310.975000', '132311.435000', '132311.895000', '132312.355000', '132312.815000', '132313.275000', '132313.735000', '132314.195000', '132314.655000', '132315.115000', '132315.575000', '132316.035000', '132316.495000', '132316.955000', '132317.415000', '132317.875000', '132318.335000', '132318.795000', '132319.255000', '132319.715000', '132320.175000', '132320.635000', '132321.095000', '132321.555000', '132322.015000', '132322.475000', '132322.935000', '132323.395000', '132323.855000', '132324.315000', '132324.775000', '132325.235000', '132325.695000', '132326.155000', '132326.615000', '132327.075000', '132327.535000', '132327.995000', '132328.455000', '132328.915000', '132329.375000', '132329.835000', '132330.295000', '132330.755000', '132331.215000', '132331.675000', '132332.135000', '132332.595000', '132333.055000', '132333.515000', '132333.975000', '132334.435000', '132334.895000', '132335.355000', '132335.815000', '132336.275000', '132336.735000', '132337.195000', '132337.655000', '132338.115000', '132338.575000', '132339.035000', '132339.495000', '132339.955000', '132340.415000', '132340.875000', '132341.335000', '132341.795000', '132342.255000', '132342.715000', '132343.175000', '132343.635000', '132344.095000', '132344.555000', '132345.015000', '132345.475000', '132345.935000', '132346.395000', '132346.855000', '132347.315000', '132347.775000', '132348.235000', '132348.695000', '132349.155000', '132349.615000', '132350.075000', '132350.535000', '132350.995000', '132351.455000', '132351.915000', '132352.375000', '132352.835000', '132353.295000', '132353.755000', '132354.215000', '132354.675000', '132355.135000', '132355.595000', '132356.055000', '132356.515000', '132356.975000', '132357.435000', '132357.895000', '132358.355000', '132358.815000', '132359.275000', '132359.735000', '132400.195000', '132400.655000', '132401.115000', '132401.575000', '132402.035000', '132402.495000', '132402.955000', '132403.415000', '132403.875000', '132404.335000', '132404.795000', '132405.255000', '132405.715000', '132406.175000', '132406.635000', '132407.095000', '132407.555000', '132408.015000', '132408.475000', '132408.935000', '132409.395000', '132409.855000', '132410.315000', '132410.775000', '132411.235000', '132411.695000', '132412.155000', '132412.615000', '132413.075000', '132413.535000', '132413.995000', '132414.455000', '132414.915000', '132415.375000', '132415.835000', '132416.295000', '132416.755000', '132417.215000', '132417.675000', '132418.135000', '132418.595000', '132419.055000', '132419.515000', '132419.975000', '132420.435000', '132420.895000', '132421.355000', '132421.815000', '132422.275000', '132422.735000', '132423.195000', '132423.655000', '132424.115000', '132424.575000', '132425.035000', '132425.495000', '132425.955000', '132426.415000', '132426.875000', '132427.335000', '132427.795000', '132428.255000', '132428.715000', '132429.175000', '132429.635000', '132430.095000', '132430.555000', '132431.015000', '132431.475000', '132431.935000', '132432.395000', '132432.855000', '132433.315000', '132433.775000', '132434.235000', '132434.695000', '132435.155000', '132435.615000', '132436.075000', '132436.535000', '132436.995000', '132437.455000', '132437.915000', '132438.375000', '132438.835000', '132439.295000', '132439.755000', '132440.215000', '132440.675000', '132441.135000', '132441.595000', '132442.055000', '132442.515000', '132442.975000', '132443.435000', '132443.895000', '132444.355000', '132444.815000', '132445.275000', '132445.735000', '132446.195000', '132446.655000', '132447.115000', '132447.575000', '132448.035000', '132448.495000', '132448.955000', '132449.415000', '132449.875000', '132450.335000', '132450.795000', '132451.255000', '132451.715000', '132452.175000', '132452.635000', '132453.095000', '132453.555000', '132454.015000', '132454.475000', '132454.935000', '132455.395000', '132455.855000', '132456.315000', '132456.775000', '132457.235000', '132457.695000', '132458.155000', '132458.615000', '132459.075000', '132459.535000', '132459.995000', '132500.455000', '132500.915000', '132501.375000', '132501.835000', '132502.295000', '132502.755000', '132503.215000', '132503.675000', '132504.135000', '132504.595000', '132505.055000', '132505.515000', '132505.975000', '132506.435000', '132506.895000', '132507.355000', '132507.815000', '132508.275000', '132508.735000', '132509.195000', '132509.655000', '132510.115000', '132510.575000', '132511.035000', '132511.495000', '132511.955000', '132512.415000', '132512.875000', '132513.335000', '132513.795000', '132514.255000', '132514.715000', '132515.175000', '132515.635000', '132516.095000', '132516.555000', '132517.015000', '132517.475000', '132517.935000', '132518.395000', '132518.855000', '132519.315000', '132519.775000', '132520.235000', '132520.695000', '132521.155000', '132521.615000', '132522.075000', '132522.535000', '132522.995000'], 'ContentTime': ['131911.639000', '131911.643000', '131911.646000', '131911.649000', '131911.652000', '131911.655000', '131911.657000', '131911.660000', '131911.663000', '131911.666000', '131911.674000', '131911.677000', '131911.680000', '131911.704000', '131911.706000', '131911.709000', '131911.712000', '131911.715000', '131911.718000', '131911.720000', '131911.723000', '131911.726000', '131911.729000', '131911.732000', '131911.734000', '131911.737000', '131911.740000', '131911.743000', '131911.746000', '131911.749000', '131911.751000', '131911.755000', '131911.758000', '131911.761000', '131911.764000', '131911.766000', '131911.769000', '131911.772000', '131911.775000', '131911.778000', '131911.780000', '131911.783000', '131911.786000', '131911.789000', '131911.792000', '131911.795000', '131911.797000', '131911.800000', '131911.803000', '131911.806000', '131911.809000', '131911.812000', '131911.817000', '131911.820000', '131911.829000', '131911.832000', '131911.834000', '131911.837000', '131911.840000', '131911.843000', '131911.846000', '131911.848000', '131931.610000', '131931.615000', '131931.618000', '131931.624000', '131931.627000', '131931.629000', '131931.632000', '131931.635000', '131931.638000', '131931.640000', '131931.643000', '131931.646000', '131931.649000', '131931.652000', '131931.655000', '131931.658000', '131931.660000', '131931.663000', '131931.666000', '131931.669000', '131931.672000', '131931.674000', '131931.677000', '131931.680000', '131931.683000', '131931.686000', '131931.689000', '131931.692000', '131931.694000', '131931.697000', '131931.700000', '131931.703000', '131931.706000', '131931.708000', '131931.711000', '131931.714000', '131931.717000', '131931.720000', '131931.723000', '131931.726000', '131931.728000', '131931.731000', '131931.734000', '131951.609000', '131951.612000', '131951.615000', '131951.622000', '131951.625000', '131951.628000', '131951.631000', '131951.634000', '131951.637000', '131951.640000', '131951.642000', '131951.645000', '131951.648000', '131951.651000', '131951.654000', '131951.656000', '131951.659000', '131951.662000', '131951.665000', '131951.668000', '131951.670000', '131951.673000', '131951.676000', '131951.679000', '131951.682000', '131951.685000', '131951.688000', '131951.690000', '131951.693000', '131951.696000', '131951.699000', '131951.702000', '131951.704000', '131951.707000', '131951.710000', '131951.713000', '131951.716000', '131951.719000', '131951.721000', '131951.724000', '131951.727000', '131951.730000', '131951.733000', '131951.735000', '132011.609000', '132011.612000', '132011.615000', '132011.618000', '132011.623000', '132011.627000', '132011.630000', '132011.633000', '132011.635000', '132011.638000', '132011.641000', '132011.644000', '132011.647000', '132011.650000', '132011.653000', '132011.655000', '132011.658000', '132011.661000', '132011.664000', '132011.667000', '132011.670000', '132011.673000', '132011.675000', '132011.678000', '132011.681000', '132011.684000', '132011.687000', '132011.689000', '132011.692000', '132011.695000', '132011.698000', '132011.701000', '132011.703000', '132011.706000', '132011.709000', '132011.712000', '132011.715000', '132011.718000', '132011.720000', '132011.723000', '132011.726000', '132011.729000', '132011.732000', '132031.608000', '132031.611000', '132031.613000', '132031.616000', '132031.619000', '132031.622000', '132031.625000', '132031.628000', '132031.631000', '132031.634000', '132031.636000', '132031.639000', '132031.642000', '132031.645000', '132031.648000', '132031.650000', '132031.653000', '132031.656000', '132031.659000', '132031.662000', '132031.665000', '132031.668000', '132031.670000', '132031.673000', '132031.676000', '132031.679000', '132031.682000', '132031.684000', '132031.687000', '132031.690000', '132031.693000', '132031.696000', '132031.699000', '132031.702000', '132031.704000', '132031.707000', '132031.710000', '132031.713000', '132031.716000', '132031.719000', '132031.721000', '132031.724000', '132031.727000', '132031.730000', '132051.608000', '132051.611000', '132051.614000', '132051.617000', '132051.635000', '132051.637000', '132051.640000', '132051.643000', '132051.646000', '132051.649000', '132051.652000', '132051.655000', '132051.657000', '132051.660000', '132051.663000', '132051.666000', '132051.669000', '132051.671000', '132051.674000', '132051.677000', '132051.680000', '132051.683000', '132051.686000', '132051.689000', '132051.692000', '132051.695000', '132051.697000', '132051.700000', '132051.703000', '132051.706000', '132051.709000', '132051.712000', '132051.715000', '132051.717000', '132051.720000', '132051.723000', '132051.726000', '132051.729000', '132051.731000', '132051.734000', '132051.737000', '132051.740000', '132051.743000', '132111.608000', '132111.611000', '132111.614000', '132111.617000', '132111.620000', '132111.622000', '132111.625000', '132111.628000', '132111.631000', '132111.634000', '132111.636000', '132111.639000', '132111.642000', '132111.645000', '132111.648000', '132111.651000', '132111.653000', '132111.656000', '132111.659000', '132111.662000', '132111.665000', '132111.668000', '132111.671000', '132111.674000', '132111.676000', '132111.679000', '132111.682000', '132111.685000', '132111.688000', '132111.690000', '132111.693000', '132111.696000', '132111.699000', '132111.702000', '132111.705000', '132111.708000', '132111.710000', '132111.713000', '132111.716000', '132111.719000', '132111.722000', '132111.724000', '132111.727000', '132111.730000', '132131.608000', '132131.611000', '132131.614000', '132131.617000', '132131.620000', '132131.623000', '132131.625000', '132131.628000', '132131.631000', '132131.634000', '132131.637000', '132131.640000', '132131.642000', '132131.646000', '132131.649000', '132131.652000', '132131.655000', '132131.658000', '132131.660000', '132131.663000', '132131.666000', '132131.669000', '132131.672000', '132131.675000', '132131.677000', '132131.680000', '132131.683000', '132131.686000', '132131.689000', '132131.692000', '132131.694000', '132131.697000', '132131.700000', '132131.703000', '132131.706000', '132131.709000', '132131.711000', '132131.714000', '132131.717000', '132131.720000', '132131.723000', '132131.725000', '132131.728000', '132151.609000', '132151.612000', '132151.615000', '132151.618000', '132151.621000', '132151.623000', '132151.626000', '132151.629000', '132151.632000', '132151.635000', '132151.638000', '132151.640000', '132151.643000', '132151.646000', '132151.649000', '132151.652000', '132151.655000', '132151.658000', '132151.661000', '132151.663000', '132151.666000', '132151.669000', '132151.672000', '132151.675000', '132151.677000', '132151.680000', '132151.683000', '132151.686000', '132151.689000', '132151.691000', '132151.694000', '132151.697000', '132151.700000', '132151.703000', '132151.705000', '132151.708000', '132151.711000', '132151.714000', '132151.717000', '132151.720000', '132151.722000', '132151.725000', '132151.728000', '132151.731000', '132211.609000', '132211.612000', '132211.615000', '132211.617000', '132211.620000', '132211.623000', '132211.626000', '132211.629000', '132211.632000', '132211.635000', '132211.637000', '132211.640000', '132211.643000', '132211.646000', '132211.649000', '132211.652000', '132211.655000', '132211.658000', '132211.660000', '132211.663000', '132211.666000', '132211.672000', '132211.675000', '132211.678000', '132211.681000', '132211.684000', '132211.687000', '132211.689000', '132211.692000', '132211.706000', '132211.709000', '132211.712000', '132211.715000', '132211.718000', '132211.720000', '132211.723000', '132211.726000', '132211.729000', '132211.732000', '132211.734000', '132211.737000', '132211.740000', '132211.743000', '132231.609000', '132231.612000', '132231.615000', '132231.618000', '132231.620000', '132231.623000', '132231.626000', '132231.629000', '132231.632000', '132231.635000', '132231.637000', '132231.640000', '132231.643000', '132231.646000', '132231.649000', '132231.652000', '132231.654000', '132231.657000', '132231.660000', '132231.663000', '132231.666000', '132231.669000', '132231.672000', '132231.674000', '132231.677000', '132231.680000', '132231.683000', '132231.686000', '132231.689000', '132231.692000', '132231.694000', '132231.697000', '132231.700000', '132231.703000', '132231.706000', '132231.708000', '132231.711000', '132231.714000', '132231.717000', '132231.720000', '132231.723000', '132231.725000', '132231.728000', '132231.731000', '132251.608000', '132251.611000', '132251.614000', '132251.617000', '132251.619000', '132251.622000', '132251.625000', '132251.628000', '132251.631000', '132251.634000', '132251.637000', '132251.640000', '132251.643000', '132251.646000', '132251.648000', '132251.651000', '132251.654000', '132251.657000', '132251.660000', '132251.663000', '132251.666000', '132251.668000', '132251.671000', '132251.674000', '132251.677000', '132251.680000', '132251.683000', '132251.686000', '132251.689000', '132251.692000', '132251.695000', '132251.698000', '132251.700000', '132251.715000', '132251.718000', '132251.721000', '132251.724000', '132251.727000', '132251.729000', '132251.732000', '132251.735000', '132251.738000', '132251.741000', '132311.608000', '132311.611000', '132311.614000', '132311.616000', '132311.619000', '132311.622000', '132311.625000', '132311.628000', '132311.631000', '132311.634000', '132311.637000', '132311.639000', '132311.642000', '132311.645000', '132311.648000', '132311.651000', '132311.654000', '132311.656000', '132311.659000', '132311.662000', '132311.665000', '132311.668000', '132311.671000', '132311.673000', '132311.676000', '132311.679000', '132311.682000', '132311.685000', '132311.688000', '132311.691000', '132311.693000', '132311.696000', '132311.699000', '132311.702000', '132311.705000', '132311.708000', '132311.711000', '132311.713000', '132311.716000', '132311.719000', '132311.722000', '132311.725000', '132311.728000', '132311.730000', '132331.608000', '132331.611000', '132331.614000', '132331.617000', '132331.620000', '132331.622000', '132331.625000', '132331.628000', '132331.631000', '132331.634000', '132331.637000', '132331.639000', '132331.642000', '132331.645000', '132331.648000', '132331.651000', '132331.653000', '132331.656000', '132331.659000', '132331.662000', '132331.665000', '132331.668000', '132331.671000', '132331.673000', '132331.676000', '132331.679000', '132331.682000', '132331.685000', '132331.688000', '132331.690000', '132331.693000', '132331.696000', '132331.699000', '132331.702000', '132331.705000', '132331.708000', '132331.711000', '132331.714000', '132331.716000', '132331.719000', '132331.722000', '132331.725000', '132331.728000', '132351.608000', '132351.611000', '132351.614000', '132351.617000', '132351.620000', '132351.622000', '132351.625000', '132351.628000', '132351.631000', '132351.634000', '132351.636000', '132351.651000', '132351.654000', '132351.657000', '132351.660000', '132351.663000', '132351.665000', '132351.668000', '132351.671000', '132351.674000', '132351.677000', '132351.680000', '132351.682000', '132351.685000', '132351.688000', '132351.691000', '132351.694000', '132351.697000', '132351.699000', '132351.702000', '132351.705000', '132351.708000', '132351.711000', '132351.714000', '132351.716000', '132351.719000', '132351.722000', '132351.725000', '132351.728000', '132351.731000', '132351.733000', '132351.736000', '132351.739000', '132351.742000', '132411.609000', '132411.612000', '132411.615000', '132411.618000', '132411.621000', '132411.624000', '132411.626000', '132411.629000', '132411.632000', '132411.635000', '132411.638000', '132411.640000', '132411.643000', '132411.646000', '132411.649000', '132411.652000', '132411.655000', '132411.658000', '132411.660000', '132411.663000', '132411.666000', '132411.670000', '132411.673000', '132411.676000', '132411.679000', '132411.682000', '132411.684000', '132411.687000', '132411.690000', '132411.693000', '132411.696000', '132411.699000', '132411.701000', '132411.704000', '132411.707000', '132411.710000', '132411.713000', '132411.716000', '132411.719000', '132411.721000', '132411.724000', '132411.727000', '132411.730000', '132431.609000', '132431.612000', '132431.615000', '132431.617000', '132431.620000', '132431.623000', '132431.626000', '132431.629000', '132431.632000', '132431.636000', '132431.639000', '132431.641000', '132431.644000', '132431.647000', '132431.650000', '132431.653000', '132431.656000', '132431.658000', '132431.661000', '132431.664000', '132431.667000', '132431.670000', '132431.673000', '132431.675000', '132431.678000', '132431.681000', '132431.684000', '132431.687000', '132431.690000', '132431.692000', '132431.695000', '132431.698000', '132431.701000', '132431.704000', '132431.707000', '132431.710000', '132431.712000', '132431.715000', '132431.718000', '132431.721000', '132431.724000', '132431.727000', '132431.730000', '132431.732000', '132451.609000', '132451.612000', '132451.615000', '132451.617000', '132451.620000', '132451.623000', '132451.626000', '132451.629000', '132451.632000', '132451.635000', '132451.637000', '132451.640000', '132451.643000', '132451.646000', '132451.649000', '132451.652000', '132451.654000', '132451.657000', '132451.660000', '132451.663000', '132451.666000', '132451.669000', '132451.671000', '132451.674000', '132451.677000', '132451.680000', '132451.683000', '132451.685000', '132451.688000', '132451.691000', '132451.694000', '132451.697000', '132451.700000', '132451.702000', '132451.705000', '132451.708000', '132451.711000', '132451.714000', '132451.717000', '132451.719000', '132451.722000', '132451.725000', '132451.728000', '132511.608000', '132511.611000', '132511.614000', '132511.617000', '132511.619000', '132511.622000', '132511.625000', '132511.647000', '132511.650000', '132511.653000', '132511.656000', '132511.658000', '132511.661000', '132511.664000', '132511.667000', '132511.670000', '132511.673000', '132511.676000', '132511.678000', '132511.681000', '132511.684000', '132511.687000', '132511.690000', '132511.692000', '132511.695000', '132511.698000', '132511.701000', '132511.704000', '132511.707000', '132511.710000', '132511.712000', '132511.715000', '132511.718000', '132511.721000', '132511.724000', '132511.726000', '132511.729000', '132511.732000', '132511.735000', '132511.738000', '132511.740000', '132511.743000', '132511.746000', '132511.749000', '132524.011000', '132524.014000', '132524.017000', '132524.020000', '132524.023000', '132524.026000', '132524.029000', '132524.033000', '132524.036000', '132524.039000', '132524.043000', '132524.047000', '132524.051000', '132524.055000', '132524.058000', '132524.061000', '132524.064000', '132524.067000', '132524.070000', '132524.073000', '132524.076000', '132524.078000', '132524.081000', '132524.084000', '132524.087000', '132524.090000', '132524.093000'], 'InstanceCreationTime': ['131911.639000', '131911.643000', '131911.646000', '131911.649000', '131911.652000', '131911.655000', '131911.657000', '131911.660000', '131911.663000', '131911.666000', '131911.674000', '131911.677000', '131911.680000', '131911.704000', '131911.706000', '131911.709000', '131911.712000', '131911.715000', '131911.718000', '131911.720000', '131911.723000', '131911.726000', '131911.729000', '131911.732000', '131911.734000', '131911.737000', '131911.740000', '131911.743000', '131911.746000', '131911.749000', '131911.751000', '131911.755000', '131911.758000', '131911.761000', '131911.764000', '131911.766000', '131911.769000', '131911.772000', '131911.775000', '131911.778000', '131911.780000', '131911.783000', '131911.786000', '131911.789000', '131911.792000', '131911.795000', '131911.797000', '131911.800000', '131911.803000', '131911.806000', '131911.809000', '131911.812000', '131911.817000', '131911.820000', '131911.829000', '131911.832000', '131911.834000', '131911.837000', '131911.840000', '131911.843000', '131911.846000', '131911.848000', '131931.610000', '131931.615000', '131931.618000', '131931.624000', '131931.627000', '131931.629000', '131931.632000', '131931.635000', '131931.638000', '131931.640000', '131931.643000', '131931.646000', '131931.649000', '131931.652000', '131931.655000', '131931.658000', '131931.660000', '131931.663000', '131931.666000', '131931.669000', '131931.672000', '131931.674000', '131931.677000', '131931.680000', '131931.683000', '131931.686000', '131931.689000', '131931.692000', '131931.694000', '131931.697000', '131931.700000', '131931.703000', '131931.706000', '131931.708000', '131931.711000', '131931.714000', '131931.717000', '131931.720000', '131931.723000', '131931.726000', '131931.728000', '131931.731000', '131931.734000', '131951.609000', '131951.612000', '131951.615000', '131951.622000', '131951.625000', '131951.628000', '131951.631000', '131951.634000', '131951.637000', '131951.640000', '131951.642000', '131951.645000', '131951.648000', '131951.651000', '131951.654000', '131951.656000', '131951.659000', '131951.662000', '131951.665000', '131951.668000', '131951.670000', '131951.673000', '131951.676000', '131951.679000', '131951.682000', '131951.685000', '131951.688000', '131951.690000', '131951.693000', '131951.696000', '131951.699000', '131951.702000', '131951.704000', '131951.707000', '131951.710000', '131951.713000', '131951.716000', '131951.719000', '131951.721000', '131951.724000', '131951.727000', '131951.730000', '131951.733000', '131951.735000', '132011.609000', '132011.612000', '132011.615000', '132011.618000', '132011.623000', '132011.627000', '132011.630000', '132011.633000', '132011.635000', '132011.638000', '132011.641000', '132011.644000', '132011.647000', '132011.650000', '132011.653000', '132011.655000', '132011.658000', '132011.661000', '132011.664000', '132011.667000', '132011.670000', '132011.673000', '132011.675000', '132011.678000', '132011.681000', '132011.684000', '132011.687000', '132011.689000', '132011.692000', '132011.695000', '132011.698000', '132011.701000', '132011.703000', '132011.706000', '132011.709000', '132011.712000', '132011.715000', '132011.718000', '132011.720000', '132011.723000', '132011.726000', '132011.729000', '132011.732000', '132031.608000', '132031.611000', '132031.613000', '132031.616000', '132031.619000', '132031.622000', '132031.625000', '132031.628000', '132031.631000', '132031.634000', '132031.636000', '132031.639000', '132031.642000', '132031.645000', '132031.648000', '132031.650000', '132031.653000', '132031.656000', '132031.659000', '132031.662000', '132031.665000', '132031.668000', '132031.670000', '132031.673000', '132031.676000', '132031.679000', '132031.682000', '132031.684000', '132031.687000', '132031.690000', '132031.693000', '132031.696000', '132031.699000', '132031.702000', '132031.704000', '132031.707000', '132031.710000', '132031.713000', '132031.716000', '132031.719000', '132031.721000', '132031.724000', '132031.727000', '132031.730000', '132051.608000', '132051.611000', '132051.614000', '132051.617000', '132051.635000', '132051.637000', '132051.640000', '132051.643000', '132051.646000', '132051.649000', '132051.652000', '132051.655000', '132051.657000', '132051.660000', '132051.663000', '132051.666000', '132051.669000', '132051.671000', '132051.674000', '132051.677000', '132051.680000', '132051.683000', '132051.686000', '132051.689000', '132051.692000', '132051.695000', '132051.697000', '132051.700000', '132051.703000', '132051.706000', '132051.709000', '132051.712000', '132051.715000', '132051.717000', '132051.720000', '132051.723000', '132051.726000', '132051.729000', '132051.731000', '132051.734000', '132051.737000', '132051.740000', '132051.743000', '132111.608000', '132111.611000', '132111.614000', '132111.617000', '132111.620000', '132111.622000', '132111.625000', '132111.628000', '132111.631000', '132111.634000', '132111.636000', '132111.639000', '132111.642000', '132111.645000', '132111.648000', '132111.651000', '132111.653000', '132111.656000', '132111.659000', '132111.662000', '132111.665000', '132111.668000', '132111.671000', '132111.674000', '132111.676000', '132111.679000', '132111.682000', '132111.685000', '132111.688000', '132111.690000', '132111.693000', '132111.696000', '132111.699000', '132111.702000', '132111.705000', '132111.708000', '132111.710000', '132111.713000', '132111.716000', '132111.719000', '132111.722000', '132111.724000', '132111.727000', '132111.730000', '132131.608000', '132131.611000', '132131.614000', '132131.617000', '132131.620000', '132131.623000', '132131.625000', '132131.628000', '132131.631000', '132131.634000', '132131.637000', '132131.640000', '132131.642000', '132131.646000', '132131.649000', '132131.652000', '132131.655000', '132131.658000', '132131.660000', '132131.663000', '132131.666000', '132131.669000', '132131.672000', '132131.675000', '132131.677000', '132131.680000', '132131.683000', '132131.686000', '132131.689000', '132131.692000', '132131.694000', '132131.697000', '132131.700000', '132131.703000', '132131.706000', '132131.709000', '132131.711000', '132131.714000', '132131.717000', '132131.720000', '132131.723000', '132131.725000', '132131.728000', '132151.609000', '132151.612000', '132151.615000', '132151.618000', '132151.621000', '132151.623000', '132151.626000', '132151.629000', '132151.632000', '132151.635000', '132151.638000', '132151.640000', '132151.643000', '132151.646000', '132151.649000', '132151.652000', '132151.655000', '132151.658000', '132151.661000', '132151.663000', '132151.666000', '132151.669000', '132151.672000', '132151.675000', '132151.677000', '132151.680000', '132151.683000', '132151.686000', '132151.689000', '132151.691000', '132151.694000', '132151.697000', '132151.700000', '132151.703000', '132151.705000', '132151.708000', '132151.711000', '132151.714000', '132151.717000', '132151.720000', '132151.722000', '132151.725000', '132151.728000', '132151.731000', '132211.609000', '132211.612000', '132211.615000', '132211.617000', '132211.620000', '132211.623000', '132211.626000', '132211.629000', '132211.632000', '132211.635000', '132211.637000', '132211.640000', '132211.643000', '132211.646000', '132211.649000', '132211.652000', '132211.655000', '132211.658000', '132211.660000', '132211.663000', '132211.666000', '132211.672000', '132211.675000', '132211.678000', '132211.681000', '132211.684000', '132211.687000', '132211.689000', '132211.692000', '132211.706000', '132211.709000', '132211.712000', '132211.715000', '132211.718000', '132211.720000', '132211.723000', '132211.726000', '132211.729000', '132211.732000', '132211.734000', '132211.737000', '132211.740000', '132211.743000', '132231.609000', '132231.612000', '132231.615000', '132231.618000', '132231.620000', '132231.623000', '132231.626000', '132231.629000', '132231.632000', '132231.635000', '132231.637000', '132231.640000', '132231.643000', '132231.646000', '132231.649000', '132231.652000', '132231.654000', '132231.657000', '132231.660000', '132231.663000', '132231.666000', '132231.669000', '132231.672000', '132231.674000', '132231.677000', '132231.680000', '132231.683000', '132231.686000', '132231.689000', '132231.692000', '132231.694000', '132231.697000', '132231.700000', '132231.703000', '132231.706000', '132231.708000', '132231.711000', '132231.714000', '132231.717000', '132231.720000', '132231.723000', '132231.725000', '132231.728000', '132231.731000', '132251.608000', '132251.611000', '132251.614000', '132251.617000', '132251.619000', '132251.622000', '132251.625000', '132251.628000', '132251.631000', '132251.634000', '132251.637000', '132251.640000', '132251.643000', '132251.646000', '132251.648000', '132251.651000', '132251.654000', '132251.657000', '132251.660000', '132251.663000', '132251.666000', '132251.668000', '132251.671000', '132251.674000', '132251.677000', '132251.680000', '132251.683000', '132251.686000', '132251.689000', '132251.692000', '132251.695000', '132251.698000', '132251.700000', '132251.715000', '132251.718000', '132251.721000', '132251.724000', '132251.727000', '132251.729000', '132251.732000', '132251.735000', '132251.738000', '132251.741000', '132311.608000', '132311.611000', '132311.614000', '132311.616000', '132311.619000', '132311.622000', '132311.625000', '132311.628000', '132311.631000', '132311.634000', '132311.637000', '132311.639000', '132311.642000', '132311.645000', '132311.648000', '132311.651000', '132311.654000', '132311.656000', '132311.659000', '132311.662000', '132311.665000', '132311.668000', '132311.671000', '132311.673000', '132311.676000', '132311.679000', '132311.682000', '132311.685000', '132311.688000', '132311.691000', '132311.693000', '132311.696000', '132311.699000', '132311.702000', '132311.705000', '132311.708000', '132311.711000', '132311.713000', '132311.716000', '132311.719000', '132311.722000', '132311.725000', '132311.728000', '132311.730000', '132331.608000', '132331.611000', '132331.614000', '132331.617000', '132331.620000', '132331.622000', '132331.625000', '132331.628000', '132331.631000', '132331.634000', '132331.637000', '132331.639000', '132331.642000', '132331.645000', '132331.648000', '132331.651000', '132331.653000', '132331.656000', '132331.659000', '132331.662000', '132331.665000', '132331.668000', '132331.671000', '132331.673000', '132331.676000', '132331.679000', '132331.682000', '132331.685000', '132331.688000', '132331.690000', '132331.693000', '132331.696000', '132331.699000', '132331.702000', '132331.705000', '132331.708000', '132331.711000', '132331.714000', '132331.716000', '132331.719000', '132331.722000', '132331.725000', '132331.728000', '132351.608000', '132351.611000', '132351.614000', '132351.617000', '132351.620000', '132351.622000', '132351.625000', '132351.628000', '132351.631000', '132351.634000', '132351.636000', '132351.651000', '132351.654000', '132351.657000', '132351.660000', '132351.663000', '132351.665000', '132351.668000', '132351.671000', '132351.674000', '132351.677000', '132351.680000', '132351.682000', '132351.685000', '132351.688000', '132351.691000', '132351.694000', '132351.697000', '132351.699000', '132351.702000', '132351.705000', '132351.708000', '132351.711000', '132351.714000', '132351.716000', '132351.719000', '132351.722000', '132351.725000', '132351.728000', '132351.731000', '132351.733000', '132351.736000', '132351.739000', '132351.742000', '132411.609000', '132411.612000', '132411.615000', '132411.618000', '132411.621000', '132411.624000', '132411.626000', '132411.629000', '132411.632000', '132411.635000', '132411.638000', '132411.640000', '132411.643000', '132411.646000', '132411.649000', '132411.652000', '132411.655000', '132411.658000', '132411.660000', '132411.663000', '132411.666000', '132411.670000', '132411.673000', '132411.676000', '132411.679000', '132411.682000', '132411.684000', '132411.687000', '132411.690000', '132411.693000', '132411.696000', '132411.699000', '132411.701000', '132411.704000', '132411.707000', '132411.710000', '132411.713000', '132411.716000', '132411.719000', '132411.721000', '132411.724000', '132411.727000', '132411.730000', '132431.609000', '132431.612000', '132431.615000', '132431.617000', '132431.620000', '132431.623000', '132431.626000', '132431.629000', '132431.632000', '132431.636000', '132431.639000', '132431.641000', '132431.644000', '132431.647000', '132431.650000', '132431.653000', '132431.656000', '132431.658000', '132431.661000', '132431.664000', '132431.667000', '132431.670000', '132431.673000', '132431.675000', '132431.678000', '132431.681000', '132431.684000', '132431.687000', '132431.690000', '132431.692000', '132431.695000', '132431.698000', '132431.701000', '132431.704000', '132431.707000', '132431.710000', '132431.712000', '132431.715000', '132431.718000', '132431.721000', '132431.724000', '132431.727000', '132431.730000', '132431.732000', '132451.609000', '132451.612000', '132451.615000', '132451.617000', '132451.620000', '132451.623000', '132451.626000', '132451.629000', '132451.632000', '132451.635000', '132451.637000', '132451.640000', '132451.643000', '132451.646000', '132451.649000', '132451.652000', '132451.654000', '132451.657000', '132451.660000', '132451.663000', '132451.666000', '132451.669000', '132451.671000', '132451.674000', '132451.677000', '132451.680000', '132451.683000', '132451.685000', '132451.688000', '132451.691000', '132451.694000', '132451.697000', '132451.700000', '132451.702000', '132451.705000', '132451.708000', '132451.711000', '132451.714000', '132451.717000', '132451.719000', '132451.722000', '132451.725000', '132451.728000', '132511.608000', '132511.611000', '132511.614000', '132511.617000', '132511.619000', '132511.622000', '132511.625000', '132511.647000', '132511.650000', '132511.653000', '132511.656000', '132511.658000', '132511.661000', '132511.664000', '132511.667000', '132511.670000', '132511.673000', '132511.676000', '132511.678000', '132511.681000', '132511.684000', '132511.687000', '132511.690000', '132511.692000', '132511.695000', '132511.698000', '132511.701000', '132511.704000', '132511.707000', '132511.710000', '132511.712000', '132511.715000', '132511.718000', '132511.721000', '132511.724000', '132511.726000', '132511.729000', '132511.732000', '132511.735000', '132511.738000', '132511.740000', '132511.743000', '132511.746000', '132511.749000', '132524.011000', '132524.014000', '132524.017000', '132524.020000', '132524.023000', '132524.026000', '132524.029000', '132524.033000', '132524.036000', '132524.039000', '132524.043000', '132524.047000', '132524.051000', '132524.055000', '132524.058000', '132524.061000', '132524.064000', '132524.067000', '132524.070000', '132524.073000', '132524.076000', '132524.078000', '132524.081000', '132524.084000', '132524.087000', '132524.090000', '132524.093000'], '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': [8050, 11474, 9071, 7824, 10743, 14119, 8783, 7219, 8196, 9565, 7704, 9178, 13237, 8097, 7395, 9377, 8180, 7471, 7718, 10083, 7862, 7143, 7445, 9793, 8491, 7281, 8479, 10112, 7324, 7150, 11552, 9629, 7710, 8340, 10905, 7539, 7356, 11458, 9100, 7411, 10427, 9299, 7267, 7253, 8838, 7505, 7444, 9332, 9293, 7243, 7387, 11979, 7722, 8858, 14268, 8816, 7284, 11125, 7384, 7342, 10953, 8549, 7365, 8551, 7864, 6958, 7498, 8912, 7713, 7163, 8402, 7958, 7411, 8434, 10486, 7590, 12457, 10483, 7163, 7808, 8337, 7122, 8696, 12563, 7611, 7263, 9601, 7809, 7179, 10478, 9508, 7415, 7812, 8349, 7136, 8205, 10815, 7451, 7393, 10829, 7212, 7279, 10000, 7516, 7234, 10294, 8525, 7289, 8581, 7551, 7396, 10547, 10181, 8212, 7313, 10942, 7397, 7412, 9528, 8676, 7109, 7328, 10383, 7308, 7427, 10155, 8773, 7191, 7104, 8708, 7574, 7280, 10943, 8183, 7312, 8514, 7600, 7327, 10007, 9648, 7450, 7895, 8187, 7389, 7165, 11108, 7509, 7291, 10415, 7220, 7327, 12557, 8750, 9570, 12990, 7369, 7323, 8615, 7513, 9002, 9247, 7185, 9163, 8474, 7281, 7302, 9051, 7428, 8075, 9698, 7415, 7165, 10386, 7524, 7383, 12109, 9183, 7124, 9378, 8174, 7534, 11511, 9822, 7599, 11577, 7863, 7417, 7836, 8514, 7376, 7440, 10345, 7955, 7686, 7664, 9457, 7275, 7217, 7336, 11026, 8131, 7555, 11722, 7902, 7260, 8752, 8303, 7360, 10215, 10502, 7490, 7460, 8538, 7316, 7352, 9748, 9063, 7189, 7039, 9322, 7090, 7374, 10421, 8745, 7224, 7499, 9892, 7450, 7498, 11041, 9978, 7939, 8622, 9108, 7126, 7403, 10424, 7538, 7341, 10563, 7726, 7365, 11171, 8755, 7381, 11116, 7608, 7611, 11163, 9307, 8223, 12677, 8067, 7209, 7827, 7530, 7284, 9384, 8754, 7344, 7303, 7433, 7334, 8577, 8440, 7220, 7867, 8288, 7281, 7473, 9229, 7237, 10333, 9589, 7377, 7381, 8951, 7141, 7988, 11854, 7880, 7314, 9137, 8287, 7230, 8951, 12349, 8733, 7640, 10286, 7900, 7341, 9923, 9106, 7657, 8343, 10208, 7351, 7170, 10563, 8338, 7810, 13221, 8565, 7799, 10986, 8410, 7871, 11813, 8232, 7286, 8740, 7155, 7432, 8120, 7319, 7594, 9566, 7343, 7180, 10083, 7492, 7637, 11222, 8842, 7372, 9391, 7867, 7291, 9087, 9555, 7463, 7287, 9647, 7454, 7473, 8135, 8142, 7339, 7877, 10034, 7360, 7442, 12036, 8182, 9791, 15138, 8390, 7463, 10771, 7621, 7377, 10672, 7679, 7479, 11235, 8032, 7137, 7118, 7657, 6945, 7687, 11284, 8691, 7450, 7317, 8856, 7326, 7781, 10654, 8822, 7207, 7244, 11429, 7591, 8056, 14463, 8359, 7496, 11021, 7439, 7574, 10952, 8458, 8006, 9956, 7509, 7364, 7286, 7814, 7471, 7133, 9898, 7283, 7417, 7620, 8424, 7315, 8376, 11019, 7354, 7408, 10757, 7580, 7702, 12353, 8378, 7452, 10123, 7225, 7289, 9772, 7275, 7750, 10000, 7191, 7356, 8950, 7326, 7536, 9342, 7478, 7312, 8424, 7441, 7120, 8353, 7291, 9225, 8705, 7569, 7307, 9953, 7312, 10708, 9157, 7528, 7567, 8257, 7283, 8476, 7327, 8070, 7255, 10881, 8036, 7517, 7446, 9290, 7341, 7245, 7159, 9448, 7022, 10448, 9999, 7490, 7879, 8252, 7160, 7519, 9853, 7435, 7341, 8133, 7637, 7120, 7442, 10803, 8618, 8211, 13540, 10288, 7319, 8098, 9045, 7424, 7756, 13096, 8459, 7170, 7542, 9692, 7376, 7941, 11123, 11450, 7457, 7086, 9597, 7586, 7489, 12192, 9542, 7529, 11490, 8892, 7419, 7579, 8240, 7426, 7367, 10300, 7944, 8398, 11321, 9179, 7418, 7451, 10894, 7716, 7791, 13941, 10821, 8571, 8054, 10419, 7841, 8201, 9928, 9707, 7641, 7372, 10235, 7775, 7935, 7677, 11113, 8060, 8085, 8315, 7545, 7520, 7291, 9792, 7987, 7529, 8712, 7647, 7449, 7240, 10276, 7293, 7734, 10742, 7597, 7312, 10289, 7465, 7551, 9577, 8084, 7353, 7344, 7976, 7365, 7146, 10714, 7648, 7384, 10052, 7500, 7348, 10061, 8717, 7328, 7357, 9498, 7348, 7398, 10804, 9113, 7304, 7433, 9157, 7491, 7563, 9893, 7580, 7942, 11960, 7574, 7279, 10283, 7736, 7235, 11286, 8826, 7401, 9196, 7374, 7250, 7598, 8132, 7419, 7201, 8163, 7304, 7070, 9357, 7395, 7096, 10779, 7506, 7327, 10814, 8229, 7441, 11164, 8980, 7286, 7254, 9822, 8109, 7477, 9336, 9253, 7381, 7308, 11936, 7615, 9092, 11884, 8322, 7154, 9452, 9427, 7419, 7293, 10368, 9150, 7476, 7362, 9548, 7920, 7264, 8378, 10012, 7800, 7310, 10588, 7441, 7426, 10865, 8782, 7316, 8568, 8186, 7404, 8756, 8835, 7315, 10548, 9315, 7280, 7256, 8762, 7227, 7333, 10703, 8144, 7056, 8343, 7558, 7383, 7431, 10395, 7847, 7415, 11138, 8091, 7360, 11654, 9417, 8259, 12872, 9216, 7317, 7883, 9571, 7186, 8235, 12361, 8046, 7194, 7647, 8438, 7400, 7234, 10658, 9117, 7302, 7695, 10235, 7620, 7394, 12700, 9348, 7674, 11265, 7314, 7259, 9001, 7633, 7271, 10468, 8112, 7318, 8825, 7196, 7571, 8217, 8699, 7220, 9178, 8728, 7202, 7564, 10043, 7599, 12939, 9936, 7498, 8719, 8765, 7325, 9386, 9665, 7229, 7539, 8546, 7374, 7209, 9475, 7378, 7237, 11057, 7663, 7396, 7690, 8456, 7254, 8499, 11282, 7975, 7176, 9762, 7683, 7228, 7676, 10342, 7769, 7147, 9554, 7573, 7063, 7325, 10768, 8729, 7491, 9339, 8116, 7281, 7188, 10727, 8290, 7377, 8976, 8197, 7285, 7375, 8797, 8441, 7267, 7147, 10443, 7372, 7253, 10378, 7696, 7473, 10911, 8949, 7277, 7318, 8292, 7244, 7321, 10395, 8504, 7198, 8146, 8042, 7345, 9629, 9762, 7671, 9940, 10277, 7388, 6991, 10665, 7763, 7252, 13098, 8040, 7316, 7358, 9691, 7514, 7326, 9242, 8757, 7207, 7411, 10313, 8079, 7230, 10932, 10703, 8214, 7449, 11605, 7998, 7317, 8602, 11226, 8682, 7396, 7353, 9097, 7246, 7488, 12930, 9726, 8239, 7498, 9135, 7192, 7365, 9009, 7730, 7519, 7829, 7365, 7079, 8454, 9388, 7411, 10316, 9719, 7372, 7049, 10010, 7789, 7238, 9592, 9146, 7374, 7489, 9095, 7674, 7546, 7423, 11322, 7759, 7406, 9075, 7837, 7453, 8486, 11592], 'WindowCenter': [4347.0, 4350.0, 4325.0, 4302.0, 4320.0, 4338.0, 4284.0, 4272.0, 4270.0, 4280.0, 4260.0, 4278.0, 4311.0, 4259.0, 4259.0, 4276.0, 4270.0, 4284.0, 4271.0, 4289.0, 4268.0, 4259.0, 4259.0, 4291.0, 4282.0, 4272.0, 4270.0, 4292.0, 4261.0, 4261.0, 4301.0, 4283.0, 4272.0, 4270.0, 4291.0, 4260.0, 4258.0, 4301.0, 4280.0, 4259.0, 4289.0, 4277.0, 4258.0, 4260.0, 4277.0, 4261.0, 4259.0, 4282.0, 4280.0, 4259.0, 4258.0, 4300.0, 4260.0, 4268.0, 4311.0, 4268.0, 4258.0, 4288.0, 4256.0, 4258.0, 4287.0, 4268.0, 4258.0, 4267.0, 4259.0, 4258.0, 4271.0, 4291.0, 4270.0, 4260.0, 4283.0, 4270.0, 4273.0, 4281.0, 4305.0, 4272.0, 4312.0, 4290.0, 4248.0, 4256.0, 4267.0, 4248.0, 4268.0, 4311.0, 4258.0, 4260.0, 4279.0, 4260.0, 4259.0, 4290.0, 4280.0, 4257.0, 4259.0, 4268.0, 4257.0, 4267.0, 4287.0, 4257.0, 4258.0, 4290.0, 4257.0, 4259.0, 4289.0, 4258.0, 4269.0, 4292.0, 4282.0, 4270.0, 4279.0, 4260.0, 4259.0, 4289.0, 4289.0, 4268.0, 4257.0, 4286.0, 4257.0, 4258.0, 4280.0, 4269.0, 4258.0, 4258.0, 4287.0, 4259.0, 4272.0, 4289.0, 4267.0, 4259.0, 4259.0, 4269.0, 4271.0, 4261.0, 4302.0, 4270.0, 4261.0, 4281.0, 4272.0, 4274.0, 4292.0, 4294.0, 4262.0, 4270.0, 4269.0, 4258.0, 4260.0, 4301.0, 4260.0, 4270.0, 4302.0, 4269.0, 4260.0, 4313.0, 4281.0, 4280.0, 4310.0, 4259.0, 4260.0, 4279.0, 4260.0, 4278.0, 4280.0, 4258.0, 4278.0, 4268.0, 4259.0, 4259.0, 4279.0, 4272.0, 4283.0, 4280.0, 4260.0, 4259.0, 4290.0, 4259.0, 4259.0, 4313.0, 4280.0, 4258.0, 4279.0, 4267.0, 4259.0, 4300.0, 4279.0, 4257.0, 4298.0, 4257.0, 4257.0, 4273.0, 4281.0, 4269.0, 4273.0, 4303.0, 4282.0, 4284.0, 4272.0, 4292.0, 4272.0, 4260.0, 4259.0, 4290.0, 4270.0, 4270.0, 4300.0, 4269.0, 4259.0, 4267.0, 4267.0, 4258.0, 4279.0, 4289.0, 4257.0, 4257.0, 4267.0, 4259.0, 4271.0, 4279.0, 4280.0, 4259.0, 4258.0, 4282.0, 4261.0, 4270.0, 4301.0, 4282.0, 4270.0, 4258.0, 4293.0, 4259.0, 4261.0, 4291.0, 4279.0, 4259.0, 4270.0, 4280.0, 4260.0, 4259.0, 4301.0, 4271.0, 4260.0, 4290.0, 4272.0, 4259.0, 4292.0, 4268.0, 4262.0, 4289.0, 4259.0, 4259.0, 4287.0, 4266.0, 4258.0, 4296.0, 4256.0, 4256.0, 4256.0, 4258.0, 4258.0, 4278.0, 4268.0, 4257.0, 4258.0, 4257.0, 4259.0, 4270.0, 4271.0, 4261.0, 4271.0, 4281.0, 4271.0, 4270.0, 4293.0, 4272.0, 4291.0, 4283.0, 4261.0, 4260.0, 4280.0, 4260.0, 4272.0, 4315.0, 4272.0, 4258.0, 4281.0, 4270.0, 4259.0, 4270.0, 4299.0, 4269.0, 4258.0, 4289.0, 4269.0, 4259.0, 4278.0, 4269.0, 4258.0, 4270.0, 4288.0, 4258.0, 4257.0, 4289.0, 4267.0, 4256.0, 4299.0, 4266.0, 4257.0, 4286.0, 4267.0, 4255.0, 4287.0, 4255.0, 4246.0, 4265.0, 4257.0, 4256.0, 4257.0, 4256.0, 4270.0, 4293.0, 4260.0, 4263.0, 4292.0, 4272.0, 4273.0, 4301.0, 4282.0, 4259.0, 4281.0, 4270.0, 4257.0, 4268.0, 4277.0, 4261.0, 4259.0, 4279.0, 4259.0, 4261.0, 4271.0, 4271.0, 4273.0, 4273.0, 4291.0, 4272.0, 4260.0, 4302.0, 4272.0, 4282.0, 4322.0, 4271.0, 4248.0, 4288.0, 4258.0, 4246.0, 4278.0, 4257.0, 4259.0, 4287.0, 4258.0, 4258.0, 4248.0, 4257.0, 4259.0, 4270.0, 4316.0, 4283.0, 4273.0, 4273.0, 4283.0, 4273.0, 4274.0, 4305.0, 4279.0, 4261.0, 4262.0, 4301.0, 4260.0, 4270.0, 4310.0, 4270.0, 4257.0, 4278.0, 4248.0, 4257.0, 4291.0, 4257.0, 4257.0, 4278.0, 4245.0, 4259.0, 4256.0, 4258.0, 4257.0, 4260.0, 4290.0, 4259.0, 4259.0, 4271.0, 4268.0, 4261.0, 4270.0, 4291.0, 4261.0, 4260.0, 4292.0, 4260.0, 4259.0, 4298.0, 4270.0, 4259.0, 4279.0, 4247.0, 4257.0, 4277.0, 4258.0, 4258.0, 4279.0, 4247.0, 4256.0, 4267.0, 4259.0, 4271.0, 4280.0, 4261.0, 4261.0, 4269.0, 4273.0, 4263.0, 4296.0, 4272.0, 4294.0, 4283.0, 4272.0, 4273.0, 4291.0, 4273.0, 4293.0, 4284.0, 4271.0, 4271.0, 4269.0, 4260.0, 4281.0, 4259.0, 4284.0, 4271.0, 4301.0, 4270.0, 4258.0, 4259.0, 4278.0, 4258.0, 4259.0, 4251.0, 4280.0, 4259.0, 4291.0, 4281.0, 4260.0, 4261.0, 4259.0, 4248.0, 4258.0, 4281.0, 4260.0, 4262.0, 4272.0, 4272.0, 4261.0, 4274.0, 4317.0, 4295.0, 4282.0, 4326.0, 4289.0, 4261.0, 4270.0, 4281.0, 4263.0, 4261.0, 4311.0, 4270.0, 4260.0, 4260.0, 4281.0, 4261.0, 4274.0, 4305.0, 4316.0, 4274.0, 4262.0, 4293.0, 4274.0, 4262.0, 4303.0, 4280.0, 4260.0, 4290.0, 4269.0, 4259.0, 4260.0, 4269.0, 4258.0, 4258.0, 4276.0, 4257.0, 4269.0, 4290.0, 4279.0, 4258.0, 4258.0, 4288.0, 4246.0, 4256.0, 4298.0, 4277.0, 4253.0, 4243.0, 4275.0, 4245.0, 4255.0, 4264.0, 4264.0, 4244.0, 4241.0, 4264.0, 4244.0, 4252.0, 4244.0, 4287.0, 4256.0, 4255.0, 4255.0, 4244.0, 4244.0, 4244.0, 4275.0, 4255.0, 4256.0, 4267.0, 4255.0, 4257.0, 4258.0, 4289.0, 4258.0, 4258.0, 4287.0, 4255.0, 4247.0, 4277.0, 4257.0, 4259.0, 4278.0, 4268.0, 4257.0, 4261.0, 4270.0, 4269.0, 4261.0, 4304.0, 4274.0, 4274.0, 4292.0, 4261.0, 4270.0, 4292.0, 4284.0, 4272.0, 4260.0, 4292.0, 4271.0, 4271.0, 4303.0, 4281.0, 4261.0, 4261.0, 4279.0, 4271.0, 4269.0, 4290.0, 4270.0, 4269.0, 4302.0, 4258.0, 4259.0, 4289.0, 4270.0, 4259.0, 4300.0, 4278.0, 4258.0, 4278.0, 4257.0, 4258.0, 4272.0, 4270.0, 4259.0, 4270.0, 4269.0, 4271.0, 4261.0, 4290.0, 4272.0, 4263.0, 4303.0, 4270.0, 4271.0, 4302.0, 4282.0, 4272.0, 4303.0, 4281.0, 4271.0, 4271.0, 4290.0, 4271.0, 4269.0, 4292.0, 4292.0, 4271.0, 4272.0, 4302.0, 4271.0, 4279.0, 4303.0, 4285.0, 4273.0, 4292.0, 4293.0, 4271.0, 4270.0, 4301.0, 4280.0, 4271.0, 4259.0, 4289.0, 4269.0, 4271.0, 4281.0, 4289.0, 4269.0, 4258.0, 4290.0, 4270.0, 4258.0, 4288.0, 4279.0, 4259.0, 4281.0, 4270.0, 4259.0, 4270.0, 4279.0, 4259.0, 4290.0, 4279.0, 4259.0, 4258.0, 4280.0, 4258.0, 4260.0, 4301.0, 4282.0, 4262.0, 4280.0, 4272.0, 4272.0, 4271.0, 4304.0, 4284.0, 4273.0, 4304.0, 4271.0, 4260.0, 4302.0, 4281.0, 4271.0, 4312.0, 4280.0, 4260.0, 4270.0, 4280.0, 4260.0, 4268.0, 4299.0, 4268.0, 4259.0, 4271.0, 4271.0, 4257.0, 4271.0, 4303.0, 4279.0, 4271.0, 4272.0, 4291.0, 4271.0, 4260.0, 4311.0, 4280.0, 4259.0, 4290.0, 4257.0, 4259.0, 4281.0, 4271.0, 4258.0, 4288.0, 4267.0, 4259.0, 4278.0, 4258.0, 4269.0, 4270.0, 4280.0, 4260.0, 4280.0, 4281.0, 4270.0, 4270.0, 4304.0, 4272.0, 4310.0, 4279.0, 4257.0, 4267.0, 4267.0, 4259.0, 4277.0, 4277.0, 4254.0, 4256.0, 4267.0, 4258.0, 4258.0, 4278.0, 4258.0, 4259.0, 4298.0, 4268.0, 4260.0, 4268.0, 4280.0, 4269.0, 4281.0, 4302.0, 4270.0, 4260.0, 4290.0, 4270.0, 4259.0, 4281.0, 4302.0, 4272.0, 4260.0, 4292.0, 4266.0, 4259.0, 4259.0, 4302.0, 4282.0, 4261.0, 4281.0, 4269.0, 4260.0, 4259.0, 4291.0, 4270.0, 4260.0, 4282.0, 4279.0, 4257.0, 4271.0, 4281.0, 4280.0, 4270.0, 4259.0, 4290.0, 4261.0, 4261.0, 4290.0, 4271.0, 4272.0, 4299.0, 4280.0, 4258.0, 4259.0, 4270.0, 4269.0, 4260.0, 4291.0, 4281.0, 4260.0, 4282.0, 4271.0, 4261.0, 4281.0, 4291.0, 4259.0, 4290.0, 4290.0, 4260.0, 4259.0, 4289.0, 4258.0, 4259.0, 4310.0, 4269.0, 4259.0, 4260.0, 4292.0, 4261.0, 4273.0, 4282.0, 4281.0, 4271.0, 4272.0, 4292.0, 4270.0, 4274.0, 4302.0, 4290.0, 4282.0, 4259.0, 4298.0, 4268.0, 4258.0, 4281.0, 4300.0, 4279.0, 4258.0, 4259.0, 4278.0, 4258.0, 4259.0, 4311.0, 4277.0, 4267.0, 4246.0, 4277.0, 4257.0, 4259.0, 4280.0, 4269.0, 4259.0, 4268.0, 4268.0, 4269.0, 4279.0, 4291.0, 4260.0, 4290.0, 4280.0, 4259.0, 4259.0, 4279.0, 4269.0, 4260.0, 4279.0, 4279.0, 4258.0, 4258.0, 4278.0, 4268.0, 4271.0, 4272.0, 4301.0, 4272.0, 4261.0, 4282.0, 4271.0, 4260.0, 4270.0, 4300.0], 'WindowWidth': [9636.0, 9622.0, 9579.0, 9538.0, 9556.0, 9578.0, 9497.0, 9480.0, 9472.0, 9482.0, 9455.0, 9479.0, 9526.0, 9451.0, 9452.0, 9473.0, 9468.0, 9498.0, 9472.0, 9494.0, 9464.0, 9455.0, 9455.0, 9501.0, 9489.0, 9475.0, 9471.0, 9500.0, 9460.0, 9459.0, 9514.0, 9490.0, 9475.0, 9469.0, 9498.0, 9455.0, 9450.0, 9511.0, 9482.0, 9453.0, 9491.0, 9474.0, 9450.0, 9457.0, 9478.0, 9459.0, 9454.0, 9488.0, 9483.0, 9454.0, 9451.0, 9509.0, 9455.0, 9465.0, 9527.0, 9464.0, 9450.0, 9493.0, 9447.0, 9448.0, 9487.0, 9461.0, 9449.0, 9462.0, 9451.0, 9451.0, 9473.0, 9502.0, 9470.0, 9459.0, 9491.0, 9470.0, 9476.0, 9488.0, 9525.0, 9475.0, 9529.0, 9494.0, 9436.0, 9445.0, 9459.0, 9436.0, 9464.0, 9526.0, 9452.0, 9455.0, 9479.0, 9454.0, 9451.0, 9496.0, 9483.0, 9449.0, 9452.0, 9463.0, 9447.0, 9460.0, 9487.0, 9448.0, 9449.0, 9494.0, 9449.0, 9454.0, 9494.0, 9451.0, 9469.0, 9501.0, 9488.0, 9471.0, 9481.0, 9454.0, 9454.0, 9490.0, 9495.0, 9463.0, 9446.0, 9485.0, 9445.0, 9449.0, 9482.0, 9464.0, 9450.0, 9451.0, 9488.0, 9453.0, 9475.0, 9492.0, 9462.0, 9453.0, 9452.0, 9467.0, 9470.0, 9457.0, 9516.0, 9469.0, 9459.0, 9486.0, 9477.0, 9480.0, 9502.0, 9506.0, 9461.0, 9469.0, 9466.0, 9450.0, 9454.0, 9513.0, 9457.0, 9471.0, 9515.0, 9469.0, 9456.0, 9532.0, 9485.0, 9483.0, 9523.0, 9454.0, 9457.0, 9480.0, 9457.0, 9479.0, 9481.0, 9452.0, 9478.0, 9465.0, 9452.0, 9452.0, 9479.0, 9475.0, 9493.0, 9483.0, 9455.0, 9452.0, 9495.0, 9452.0, 9454.0, 9533.0, 9481.0, 9451.0, 9479.0, 9461.0, 9451.0, 9511.0, 9479.0, 9446.0, 9504.0, 9446.0, 9447.0, 9479.0, 9484.0, 9470.0, 9481.0, 9521.0, 9492.0, 9497.0, 9477.0, 9502.0, 9478.0, 9457.0, 9454.0, 9497.0, 9470.0, 9470.0, 9511.0, 9467.0, 9454.0, 9462.0, 9461.0, 9448.0, 9477.0, 9492.0, 9446.0, 9448.0, 9463.0, 9455.0, 9472.0, 9480.0, 9482.0, 9454.0, 9452.0, 9487.0, 9457.0, 9471.0, 9515.0, 9488.0, 9470.0, 9452.0, 9503.0, 9455.0, 9457.0, 9498.0, 9480.0, 9452.0, 9466.0, 9482.0, 9456.0, 9452.0, 9515.0, 9473.0, 9456.0, 9495.0, 9474.0, 9453.0, 9501.0, 9464.0, 9460.0, 9493.0, 9450.0, 9449.0, 9490.0, 9457.0, 9446.0, 9498.0, 9443.0, 9445.0, 9446.0, 9450.0, 9454.0, 9476.0, 9463.0, 9445.0, 9449.0, 9448.0, 9452.0, 9468.0, 9470.0, 9460.0, 9471.0, 9485.0, 9474.0, 9472.0, 9506.0, 9476.0, 9500.0, 9490.0, 9457.0, 9455.0, 9482.0, 9456.0, 9476.0, 9537.0, 9474.0, 9451.0, 9484.0, 9468.0, 9452.0, 9468.0, 9507.0, 9466.0, 9451.0, 9493.0, 9466.0, 9450.0, 9475.0, 9464.0, 9453.0, 9466.0, 9490.0, 9448.0, 9448.0, 9492.0, 9460.0, 9444.0, 9507.0, 9457.0, 9446.0, 9486.0, 9458.0, 9442.0, 9488.0, 9442.0, 9429.0, 9454.0, 9448.0, 9446.0, 9446.0, 9445.0, 9469.0, 9503.0, 9457.0, 9463.0, 9500.0, 9475.0, 9476.0, 9513.0, 9486.0, 9453.0, 9483.0, 9467.0, 9447.0, 9462.0, 9473.0, 9459.0, 9452.0, 9480.0, 9455.0, 9458.0, 9471.0, 9470.0, 9477.0, 9476.0, 9499.0, 9476.0, 9455.0, 9514.0, 9472.0, 9486.0, 9542.0, 9468.0, 9434.0, 9490.0, 9447.0, 9429.0, 9474.0, 9446.0, 9449.0, 9487.0, 9447.0, 9449.0, 9436.0, 9447.0, 9451.0, 9471.0, 9542.0, 9489.0, 9477.0, 9477.0, 9492.0, 9479.0, 9480.0, 9522.0, 9480.0, 9458.0, 9461.0, 9512.0, 9456.0, 9469.0, 9523.0, 9466.0, 9445.0, 9475.0, 9434.0, 9446.0, 9497.0, 9444.0, 9444.0, 9473.0, 9427.0, 9452.0, 9443.0, 9449.0, 9446.0, 9455.0, 9494.0, 9453.0, 9454.0, 9470.0, 9464.0, 9457.0, 9468.0, 9499.0, 9456.0, 9456.0, 9501.0, 9453.0, 9451.0, 9503.0, 9467.0, 9448.0, 9476.0, 9434.0, 9445.0, 9472.0, 9448.0, 9447.0, 9478.0, 9434.0, 9444.0, 9460.0, 9450.0, 9471.0, 9483.0, 9457.0, 9457.0, 9467.0, 9477.0, 9464.0, 9516.0, 9475.0, 9507.0, 9491.0, 9475.0, 9477.0, 9498.0, 9477.0, 9502.0, 9491.0, 9474.0, 9471.0, 9468.0, 9454.0, 9485.0, 9454.0, 9497.0, 9473.0, 9514.0, 9467.0, 9448.0, 9452.0, 9476.0, 9449.0, 9450.0, 9441.0, 9481.0, 9451.0, 9495.0, 9484.0, 9452.0, 9454.0, 9449.0, 9434.0, 9447.0, 9481.0, 9453.0, 9460.0, 9473.0, 9472.0, 9459.0, 9478.0, 9544.0, 9510.0, 9487.0, 9552.0, 9494.0, 9455.0, 9465.0, 9484.0, 9462.0, 9457.0, 9526.0, 9465.0, 9455.0, 9454.0, 9482.0, 9458.0, 9478.0, 9523.0, 9543.0, 9482.0, 9463.0, 9505.0, 9482.0, 9460.0, 9516.0, 9481.0, 9453.0, 9494.0, 9466.0, 9452.0, 9454.0, 9465.0, 9451.0, 9447.0, 9473.0, 9447.0, 9465.0, 9495.0, 9477.0, 9448.0, 9449.0, 9488.0, 9430.0, 9442.0, 9502.0, 9472.0, 9433.0, 9421.0, 9465.0, 9423.0, 9439.0, 9449.0, 9450.0, 9423.0, 9417.0, 9450.0, 9422.0, 9431.0, 9422.0, 9487.0, 9442.0, 9440.0, 9439.0, 9423.0, 9424.0, 9424.0, 9467.0, 9441.0, 9443.0, 9459.0, 9442.0, 9447.0, 9449.0, 9494.0, 9449.0, 9448.0, 9487.0, 9442.0, 9432.0, 9474.0, 9446.0, 9453.0, 9476.0, 9464.0, 9449.0, 9458.0, 9470.0, 9469.0, 9460.0, 9522.0, 9480.0, 9478.0, 9503.0, 9460.0, 9470.0, 9501.0, 9494.0, 9475.0, 9456.0, 9504.0, 9473.0, 9472.0, 9517.0, 9488.0, 9458.0, 9457.0, 9482.0, 9474.0, 9468.0, 9500.0, 9472.0, 9467.0, 9514.0, 9449.0, 9454.0, 9493.0, 9471.0, 9454.0, 9509.0, 9476.0, 9450.0, 9476.0, 9449.0, 9454.0, 9478.0, 9471.0, 9455.0, 9472.0, 9470.0, 9473.0, 9459.0, 9499.0, 9475.0, 9465.0, 9520.0, 9471.0, 9472.0, 9515.0, 9489.0, 9476.0, 9519.0, 9487.0, 9473.0, 9473.0, 9500.0, 9474.0, 9470.0, 9502.0, 9502.0, 9476.0, 9475.0, 9516.0, 9471.0, 9480.0, 9519.0, 9500.0, 9482.0, 9506.0, 9509.0, 9476.0, 9471.0, 9515.0, 9485.0, 9473.0, 9454.0, 9495.0, 9468.0, 9473.0, 9487.0, 9494.0, 9469.0, 9451.0, 9495.0, 9472.0, 9451.0, 9492.0, 9482.0, 9456.0, 9484.0, 9470.0, 9455.0, 9467.0, 9481.0, 9454.0, 9497.0, 9480.0, 9454.0, 9453.0, 9483.0, 9450.0, 9455.0, 9514.0, 9490.0, 9461.0, 9485.0, 9474.0, 9475.0, 9474.0, 9521.0, 9493.0, 9479.0, 9522.0, 9473.0, 9458.0, 9515.0, 9485.0, 9470.0, 9529.0, 9482.0, 9456.0, 9469.0, 9481.0, 9456.0, 9463.0, 9509.0, 9463.0, 9453.0, 9473.0, 9471.0, 9449.0, 9472.0, 9519.0, 9483.0, 9473.0, 9474.0, 9500.0, 9473.0, 9456.0, 9527.0, 9482.0, 9451.0, 9496.0, 9448.0, 9451.0, 9488.0, 9473.0, 9451.0, 9491.0, 9462.0, 9454.0, 9480.0, 9452.0, 9467.0, 9470.0, 9483.0, 9456.0, 9485.0, 9485.0, 9470.0, 9469.0, 9523.0, 9478.0, 9525.0, 9480.0, 9446.0, 9460.0, 9460.0, 9452.0, 9476.0, 9472.0, 9442.0, 9446.0, 9460.0, 9451.0, 9449.0, 9476.0, 9451.0, 9453.0, 9506.0, 9465.0, 9456.0, 9467.0, 9484.0, 9468.0, 9486.0, 9517.0, 9471.0, 9458.0, 9498.0, 9469.0, 9455.0, 9490.0, 9517.0, 9477.0, 9457.0, 9502.0, 9463.0, 9455.0, 9454.0, 9514.0, 9489.0, 9457.0, 9484.0, 9467.0, 9455.0, 9453.0, 9497.0, 9469.0, 9457.0, 9490.0, 9481.0, 9451.0, 9471.0, 9488.0, 9486.0, 9471.0, 9456.0, 9496.0, 9457.0, 9460.0, 9496.0, 9473.0, 9477.0, 9508.0, 9484.0, 9452.0, 9455.0, 9468.0, 9470.0, 9457.0, 9503.0, 9487.0, 9459.0, 9489.0, 9472.0, 9458.0, 9484.0, 9498.0, 9456.0, 9496.0, 9497.0, 9458.0, 9455.0, 9493.0, 9451.0, 9451.0, 9521.0, 9465.0, 9453.0, 9455.0, 9501.0, 9459.0, 9481.0, 9489.0, 9487.0, 9472.0, 9474.0, 9501.0, 9471.0, 9483.0, 9519.0, 9498.0, 9490.0, 9454.0, 9506.0, 9463.0, 9450.0, 9487.0, 9510.0, 9482.0, 9451.0, 9453.0, 9477.0, 9451.0, 9453.0, 9526.0, 9474.0, 9461.0, 9431.0, 9473.0, 9448.0, 9452.0, 9483.0, 9466.0, 9455.0, 9466.0, 9466.0, 9470.0, 9483.0, 9501.0, 9456.0, 9496.0, 9482.0, 9455.0, 9453.0, 9481.0, 9467.0, 9455.0, 9481.0, 9480.0, 9451.0, 9452.0, 9479.0, 9466.0, 9475.0, 9477.0, 9514.0, 9476.0, 9459.0, 9489.0, 9471.0, 9457.0, 9467.0, 9511.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.00019640138408304496</td></tr>
<tr><td colspan=3>aqi</td><td>0.020147319838523647</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.714476825473426</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1555475522863738</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9742785973094698</td></tr>
<tr><td colspan=3>efc</td><td>0.4942</td></tr>
<tr><td colspan=3>fber</td><td>5957.6841</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09288942398202038</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>21</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.422145328719723</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.413247691286623</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3181772174576207</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.598084210784118</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.323481645618131</td></tr>
<tr><td colspan=3>gcor</td><td>0.00581339</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.006944925058633089</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03845297172665596</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>867</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.8797401375650797</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.8146</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.9643</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.2917</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295658.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1108.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>404.755</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4856</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>539.6717</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3457.0414</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3647.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80886.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1161.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4564.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>940.0056</td></tr>
<tr><td colspan=3>tsnr</td><td>40.55540872877464</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>