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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0026_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0026/figures/sub-0026_ses-04_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-0026/figures/sub-0026_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-04_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-0026/ses-04/func/sub-0026_ses-04_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>e90ebafeee429c19ac5159beebad2ba2</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>10:05:23.757500</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.993313, 0.0187448, 0.113918, -0.0353816, 0.988677, 0.145827]</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.0945946</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>[4174, -7757, -7287, 656, 17, -142, 47, 49]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>260.362</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5731d866-f229-4a4f-8780-304de8a9b4ce||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.6649868488311768, -0.09492626041173935, 0.29671674966812134, 110.30409240722656], [-0.0502910353243351, 2.6525485515594482, 0.4019835293292999, -99.29570007324219], [0.3056349754333496, -0.39124393463134766, 2.653369188308716, -60.849605560302734], [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': ['100523.757500', '100524.217500', '100524.677500', '100525.137500', '100525.597500', '100526.057500', '100526.517500', '100526.977500', '100527.437500', '100527.897500', '100528.357500', '100528.817500', '100529.277500', '100529.737500', '100530.197500', '100530.657500', '100531.117500', '100531.577500', '100532.037500', '100532.497500', '100532.957500', '100533.417500', '100533.877500', '100534.337500', '100534.797500', '100535.257500', '100535.717500', '100536.177500', '100536.637500', '100537.097500', '100537.557500', '100538.017500', '100538.477500', '100538.937500', '100539.397500', '100539.857500', '100540.317500', '100540.777500', '100541.237500', '100541.697500', '100542.157500', '100542.617500', '100543.077500', '100543.537500', '100543.997500', '100544.457500', '100544.917500', '100545.377500', '100545.837500', '100546.297500', '100546.757500', '100547.217500', '100547.677500', '100548.137500', '100548.597500', '100549.057500', '100549.517500', '100549.977500', '100550.437500', '100550.897500', '100551.357500', '100551.817500', '100552.277500', '100552.737500', '100553.197500', '100553.657500', '100554.117500', '100554.577500', '100555.037500', '100555.497500', '100555.957500', '100556.417500', '100556.877500', '100557.337500', '100557.797500', '100558.257500', '100558.717500', '100559.177500', '100559.637500', '100600.097500', '100600.557500', '100601.017500', '100601.477500', '100601.937500', '100602.397500', '100602.857500', '100603.317500', '100603.777500', '100604.237500', '100604.697500', '100605.157500', '100605.617500', '100606.077500', '100606.537500', '100606.997500', '100607.457500', '100607.917500', '100608.377500', '100608.837500', '100609.297500', '100609.757500', '100610.217500', '100610.677500', '100611.137500', '100611.597500', '100612.057500', '100612.517500', '100612.977500', '100613.437500', '100613.897500', '100614.357500', '100614.817500', '100615.277500', '100615.737500', '100616.197500', '100616.657500', '100617.117500', '100617.577500', '100618.037500', '100618.497500', '100618.957500', '100619.417500', '100619.877500', '100620.337500', '100620.797500', '100621.257500', '100621.717500', '100622.177500', '100622.637500', '100623.097500', '100623.557500', '100624.017500', '100624.477500', '100624.937500', '100625.397500', '100625.857500', '100626.317500', '100626.777500', '100627.237500', '100627.697500', '100628.157500', '100628.617500', '100629.077500', '100629.537500', '100629.997500', '100630.457500', '100630.917500', '100631.377500', '100631.837500', '100632.297500', '100632.757500', '100633.217500', '100633.677500', '100634.137500', '100634.597500', '100635.057500', '100635.517500', '100635.977500', '100636.437500', '100636.897500', '100637.357500', '100637.817500', '100638.277500', '100638.737500', '100639.197500', '100639.657500', '100640.117500', '100640.577500', '100641.037500', '100641.497500', '100641.957500', '100642.417500', '100642.877500', '100643.337500', '100643.797500', '100644.257500', '100644.717500', '100645.177500', '100645.637500', '100646.097500', '100646.557500', '100647.017500', '100647.477500', '100647.937500', '100648.397500', '100648.857500', '100649.317500', '100649.777500', '100650.237500', '100650.697500', '100651.157500', '100651.617500', '100652.077500', '100652.537500', '100652.997500', '100653.457500', '100653.917500', '100654.377500', '100654.837500', '100655.297500', '100655.757500', '100656.217500', '100656.677500', '100657.137500', '100657.597500', '100658.057500', '100658.517500', '100658.977500', '100659.437500', '100659.897500', '100700.357500', '100700.817500', '100701.277500', '100701.737500', '100702.197500', '100702.657500', '100703.117500', '100703.577500', '100704.037500', '100704.497500', '100704.957500', '100705.417500', '100705.877500', '100706.337500', '100706.797500', '100707.257500', '100707.717500', '100708.177500', '100708.637500', '100709.097500', '100709.557500', '100710.017500', '100710.477500', '100710.937500', '100711.397500', '100711.857500', '100712.317500', '100712.777500', '100713.237500', '100713.697500', '100714.157500', '100714.617500', '100715.077500', '100715.537500', '100715.997500', '100716.457500', '100716.917500', '100717.377500', '100717.837500', '100718.297500', '100718.757500', '100719.217500', '100719.677500', '100720.137500', '100720.597500', '100721.057500', '100721.517500', '100721.977500', '100722.437500', '100722.897500', '100723.357500', '100723.817500', '100724.277500', '100724.737500', '100725.197500', '100725.657500', '100726.117500', '100726.577500', '100727.037500', '100727.497500', '100727.957500', '100728.417500', '100728.877500', '100729.337500', '100729.797500', '100730.257500', '100730.717500', '100731.177500', '100731.637500', '100732.097500', '100732.557500', '100733.017500', '100733.477500', '100733.937500', '100734.397500', '100734.857500', '100735.317500', '100735.777500', '100736.237500', '100736.697500', '100737.157500', '100737.617500', '100738.077500', '100738.537500', '100738.997500', '100739.457500', '100739.917500', '100740.377500', '100740.837500', '100741.297500', '100741.757500', '100742.217500', '100742.677500', '100743.137500', '100743.597500', '100744.057500', '100744.517500', '100744.977500', '100745.437500', '100745.897500', '100746.357500', '100746.817500', '100747.277500', '100747.737500', '100748.197500', '100748.657500', '100749.117500', '100749.577500', '100750.037500', '100750.497500', '100750.957500', '100751.417500', '100751.877500', '100752.337500', '100752.797500', '100753.257500', '100753.717500', '100754.177500', '100754.637500', '100755.097500', '100755.557500', '100756.017500', '100756.477500', '100756.937500', '100757.397500', '100757.857500', '100758.317500', '100758.777500', '100759.237500', '100759.697500', '100800.157500', '100800.617500', '100801.077500', '100801.537500', '100801.997500', '100802.457500', '100802.917500', '100803.377500', '100803.837500', '100804.297500', '100804.757500', '100805.217500', '100805.677500', '100806.137500', '100806.597500', '100807.057500', '100807.517500', '100807.977500', '100808.437500', '100808.897500', '100809.357500', '100809.817500', '100810.277500', '100810.737500', '100811.197500', '100811.657500', '100812.117500', '100812.577500', '100813.037500', '100813.497500', '100813.957500', '100814.417500', '100814.877500', '100815.337500', '100815.797500', '100816.257500', '100816.717500', '100817.177500', '100817.637500', '100818.097500', '100818.557500', '100819.017500', '100819.477500', '100819.937500', '100820.397500', '100820.857500', '100821.317500', '100821.777500', '100822.237500', '100822.697500', '100823.157500', '100823.617500', '100824.077500', '100824.537500', '100824.997500', '100825.457500', '100825.917500', '100826.377500', '100826.837500', '100827.297500', '100827.757500', '100828.217500', '100828.677500', '100829.137500', '100829.597500', '100830.057500', '100830.517500', '100830.977500', '100831.437500', '100831.897500', '100832.357500', '100832.817500', '100833.277500', '100833.737500', '100834.197500', '100834.657500', '100835.117500', '100835.577500', '100836.037500', '100836.497500', '100836.957500', '100837.417500', '100837.877500', '100838.337500', '100838.797500', '100839.257500', '100839.717500', '100840.177500', '100840.637500', '100841.097500', '100841.557500', '100842.017500', '100842.477500', '100842.937500', '100843.397500', '100843.857500', '100844.317500', '100844.777500', '100845.237500', '100845.697500', '100846.157500', '100846.617500', '100847.077500', '100847.537500', '100847.997500', '100848.457500', '100848.917500', '100849.377500', '100849.837500', '100850.297500', '100850.757500', '100851.217500', '100851.677500', '100852.137500', '100852.597500', '100853.057500', '100853.517500', '100853.977500', '100854.437500', '100854.897500', '100855.357500', '100855.817500', '100856.277500', '100856.737500', '100857.197500', '100857.657500', '100858.117500', '100858.577500', '100859.037500', '100859.497500', '100859.957500', '100900.417500', '100900.877500', '100901.337500', '100901.797500', '100902.257500', '100902.717500', '100903.177500', '100903.637500', '100904.097500', '100904.557500', '100905.017500', '100905.477500', '100905.937500', '100906.397500', '100906.857500', '100907.317500', '100907.777500', '100908.237500', '100908.697500', '100909.157500', '100909.617500', '100910.077500', '100910.537500', '100910.997500', '100911.457500', '100911.917500', '100912.377500', '100912.837500', '100913.297500', '100913.757500', '100914.217500', '100914.677500', '100915.137500', '100915.597500', '100916.057500', '100916.517500', '100916.977500', '100917.437500', '100917.897500', '100918.357500', '100918.817500', '100919.277500', '100919.737500', '100920.197500', '100920.657500', '100921.117500', '100921.577500', '100922.037500', '100922.497500', '100922.957500', '100923.417500', '100923.877500', '100924.337500', '100924.797500', '100925.257500', '100925.717500', '100926.177500', '100926.637500', '100927.097500', '100927.557500', '100928.017500', '100928.477500', '100928.937500', '100929.397500', '100929.857500', '100930.317500', '100930.777500', '100931.237500', '100931.697500', '100932.157500', '100932.617500', '100933.077500', '100933.537500', '100933.997500', '100934.457500', '100934.917500', '100935.377500', '100935.837500', '100936.297500', '100936.757500', '100937.217500', '100937.677500', '100938.137500', '100938.597500', '100939.057500', '100939.517500', '100939.977500', '100940.437500', '100940.897500', '100941.357500', '100941.817500', '100942.277500', '100942.737500', '100943.197500', '100943.657500', '100944.117500', '100944.577500', '100945.037500', '100945.497500', '100945.957500', '100946.417500', '100946.877500', '100947.337500', '100947.797500', '100948.257500', '100948.717500', '100949.177500', '100949.637500', '100950.097500', '100950.557500', '100951.017500', '100951.477500', '100951.937500', '100952.397500', '100952.857500', '100953.317500', '100953.777500', '100954.237500', '100954.697500', '100955.157500', '100955.617500', '100956.077500', '100956.537500', '100956.997500', '100957.457500', '100957.917500', '100958.377500', '100958.837500', '100959.297500', '100959.757500', '101000.217500', '101000.677500', '101001.137500', '101001.597500', '101002.057500', '101002.517500', '101002.977500', '101003.437500', '101003.897500', '101004.357500', '101004.817500', '101005.277500', '101005.737500', '101006.197500', '101006.657500', '101007.117500', '101007.577500', '101008.037500', '101008.497500', '101008.957500', '101009.417500', '101009.877500', '101010.337500', '101010.797500', '101011.257500', '101011.717500', '101012.177500', '101012.637500', '101013.097500', '101013.557500', '101014.017500', '101014.477500', '101014.937500', '101015.397500', '101015.857500', '101016.317500', '101016.777500', '101017.237500', '101017.697500', '101018.157500', '101018.617500', '101019.077500', '101019.537500', '101019.997500', '101020.457500', '101020.917500', '101021.377500', '101021.837500', '101022.297500', '101022.757500', '101023.217500', '101023.677500', '101024.137500', '101024.597500', '101025.057500', '101025.517500', '101025.977500', '101026.437500', '101026.897500', '101027.357500', '101027.817500', '101028.277500', '101028.737500', '101029.197500', '101029.657500', '101030.117500', '101030.577500', '101031.037500', '101031.497500', '101031.957500', '101032.417500', '101032.877500', '101033.337500', '101033.797500', '101034.257500', '101034.717500', '101035.177500', '101035.637500', '101036.097500', '101036.557500', '101037.017500', '101037.477500', '101037.937500', '101038.397500', '101038.857500', '101039.317500', '101039.777500', '101040.237500', '101040.697500', '101041.157500', '101041.617500', '101042.077500', '101042.537500', '101042.997500', '101043.457500', '101043.917500', '101044.377500', '101044.837500', '101045.297500', '101045.757500', '101046.217500', '101046.677500', '101047.137500', '101047.597500', '101048.057500', '101048.517500', '101048.977500', '101049.437500', '101049.897500', '101050.357500', '101050.817500', '101051.277500', '101051.737500', '101052.197500', '101052.657500', '101053.117500', '101053.577500', '101054.037500', '101054.497500', '101054.957500', '101055.417500', '101055.877500', '101056.337500', '101056.797500', '101057.257500', '101057.717500', '101058.177500', '101058.637500', '101059.097500', '101059.557500', '101100.017500', '101100.477500', '101100.937500', '101101.397500', '101101.857500', '101102.317500', '101102.777500', '101103.237500', '101103.697500', '101104.157500', '101104.617500', '101105.077500', '101105.537500', '101105.997500', '101106.457500', '101106.917500', '101107.377500', '101107.837500', '101108.297500', '101108.757500', '101109.217500', '101109.677500', '101110.137500', '101110.597500', '101111.057500', '101111.517500', '101111.977500', '101112.437500', '101112.897500', '101113.357500', '101113.817500', '101114.277500', '101114.737500', '101115.197500', '101115.657500', '101116.117500', '101116.577500', '101117.037500', '101117.497500', '101117.957500', '101118.417500', '101118.877500', '101119.337500', '101119.797500', '101120.257500', '101120.717500', '101121.177500', '101121.637500', '101122.097500', '101122.557500', '101123.017500', '101123.477500', '101123.937500', '101124.397500', '101124.857500', '101125.317500', '101125.777500', '101126.237500', '101126.697500', '101127.157500', '101127.617500', '101128.077500', '101128.537500', '101128.997500', '101129.457500', '101129.917500', '101130.377500', '101130.837500', '101131.297500', '101131.757500', '101132.217500', '101132.677500', '101133.137500', '101133.597500', '101134.057500', '101134.517500', '101134.977500', '101135.437500', '101135.897500', '101136.357500', '101136.817500', '101137.277500', '101137.737500', '101138.197500', '101138.657500', '101139.117500', '101139.577500', '101140.037500', '101140.497500', '101140.957500', '101141.417500', '101141.877500', '101142.337500', '101142.797500', '101143.257500', '101143.717500', '101144.177500', '101144.637500', '101145.097500', '101145.557500', '101146.017500', '101146.477500', '101146.937500', '101147.397500', '101147.857500', '101148.317500', '101148.777500', '101149.237500', '101149.697500', '101150.157500', '101150.617500', '101151.077500', '101151.537500', '101151.997500', '101152.457500', '101152.917500', '101153.377500', '101153.837500', '101154.297500', '101154.757500', '101155.217500', '101155.677500', '101156.137500', '101156.597500', '101157.057500', '101157.517500', '101157.977500', '101158.437500', '101158.897500', '101159.357500', '101159.817500', '101200.277500', '101200.737500', '101201.197500', '101201.657500', '101202.117500', '101202.577500', '101203.037500', '101203.497500', '101203.957500', '101204.417500'], 'ContentTime': ['100549.944000', '100549.947000', '100549.950000', '100549.953000', '100549.956000', '100549.959000', '100549.962000', '100549.965000', '100549.968000', '100549.970000', '100549.973000', '100549.976000', '100549.979000', '100549.982000', '100549.985000', '100549.988000', '100549.991000', '100549.994000', '100549.997000', '100550.000000', '100550.003000', '100550.006000', '100550.009000', '100550.012000', '100550.015000', '100550.018000', '100550.025000', '100550.027000', '100550.030000', '100550.033000', '100550.036000', '100550.039000', '100550.042000', '100550.045000', '100550.048000', '100550.051000', '100550.063000', '100550.066000', '100550.069000', '100550.072000', '100550.075000', '100550.078000', '100550.081000', '100550.084000', '100550.087000', '100550.089000', '100550.092000', '100550.096000', '100550.101000', '100550.104000', '100550.107000', '100550.110000', '100550.113000', '100550.116000', '100550.119000', '100550.122000', '100609.904000', '100609.907000', '100609.910000', '100609.913000', '100609.916000', '100609.919000', '100609.921000', '100609.924000', '100609.927000', '100609.930000', '100609.933000', '100609.936000', '100609.939000', '100609.947000', '100609.950000', '100609.953000', '100609.956000', '100609.958000', '100609.961000', '100609.964000', '100609.967000', '100609.970000', '100609.973000', '100609.976000', '100609.979000', '100609.982000', '100609.984000', '100609.988000', '100609.991000', '100609.994000', '100609.997000', '100610.001000', '100610.004000', '100610.007000', '100610.010000', '100610.013000', '100610.016000', '100610.018000', '100610.022000', '100610.024000', '100610.027000', '100610.030000', '100610.033000', '100610.036000', '100629.904000', '100629.907000', '100629.910000', '100629.913000', '100629.916000', '100629.919000', '100629.921000', '100629.924000', '100629.927000', '100629.930000', '100629.933000', '100629.936000', '100629.953000', '100629.955000', '100629.958000', '100629.961000', '100629.964000', '100629.967000', '100629.970000', '100629.973000', '100629.976000', '100629.979000', '100629.981000', '100629.984000', '100629.987000', '100629.990000', '100629.993000', '100629.996000', '100630.000000', '100630.003000', '100630.006000', '100630.008000', '100630.011000', '100630.014000', '100630.017000', '100630.020000', '100630.023000', '100630.026000', '100630.029000', '100630.031000', '100630.035000', '100630.038000', '100630.040000', '100649.904000', '100649.907000', '100649.910000', '100649.913000', '100649.916000', '100649.919000', '100649.921000', '100649.930000', '100649.933000', '100649.936000', '100649.939000', '100649.942000', '100649.945000', '100649.948000', '100649.950000', '100649.953000', '100649.956000', '100649.959000', '100649.962000', '100649.965000', '100649.968000', '100649.971000', '100649.974000', '100649.976000', '100649.979000', '100649.982000', '100649.985000', '100649.988000', '100649.991000', '100649.994000', '100649.997000', '100650.001000', '100650.004000', '100650.007000', '100650.009000', '100650.012000', '100650.015000', '100650.018000', '100650.021000', '100650.024000', '100650.027000', '100650.030000', '100650.033000', '100709.905000', '100709.908000', '100709.911000', '100709.914000', '100709.917000', '100709.920000', '100709.922000', '100709.925000', '100709.928000', '100709.931000', '100709.934000', '100709.937000', '100709.940000', '100709.943000', '100709.946000', '100709.948000', '100709.952000', '100709.954000', '100709.957000', '100709.968000', '100709.971000', '100709.974000', '100709.977000', '100709.980000', '100709.983000', '100709.986000', '100709.989000', '100709.991000', '100709.994000', '100709.997000', '100710.001000', '100710.004000', '100710.007000', '100710.010000', '100710.013000', '100710.016000', '100710.019000', '100710.021000', '100710.024000', '100710.027000', '100710.030000', '100710.033000', '100710.036000', '100710.039000', '100729.904000', '100729.907000', '100729.910000', '100729.913000', '100729.918000', '100729.921000', '100729.924000', '100729.927000', '100729.930000', '100729.933000', '100729.936000', '100729.939000', '100729.942000', '100729.945000', '100729.947000', '100729.950000', '100729.953000', '100729.956000', '100729.959000', '100729.962000', '100729.965000', '100729.968000', '100729.971000', '100729.973000', '100729.976000', '100729.979000', '100729.982000', '100729.985000', '100729.988000', '100729.991000', '100729.994000', '100729.997000', '100730.001000', '100730.003000', '100730.006000', '100730.009000', '100730.012000', '100730.015000', '100730.018000', '100730.021000', '100730.024000', '100730.027000', '100730.030000', '100749.904000', '100749.907000', '100749.910000', '100749.913000', '100749.916000', '100749.919000', '100749.921000', '100749.924000', '100749.927000', '100749.930000', '100749.933000', '100749.936000', '100749.939000', '100749.942000', '100749.945000', '100749.948000', '100749.950000', '100749.953000', '100749.956000', '100749.959000', '100749.962000', '100749.965000', '100749.968000', '100749.971000', '100749.985000', '100749.987000', '100749.990000', '100750.002000', '100750.005000', '100750.008000', '100750.011000', '100750.014000', '100750.017000', '100750.019000', '100750.022000', '100750.025000', '100750.028000', '100750.031000', '100750.034000', '100750.037000', '100750.039000', '100750.042000', '100750.045000', '100750.048000', '100809.904000', '100809.907000', '100809.910000', '100809.913000', '100809.916000', '100809.919000', '100809.922000', '100809.925000', '100809.928000', '100809.931000', '100809.941000', '100809.944000', '100809.947000', '100809.950000', '100809.953000', '100809.956000', '100809.959000', '100809.962000', '100809.965000', '100809.968000', '100809.971000', '100809.973000', '100809.976000', '100809.979000', '100809.982000', '100809.985000', '100809.988000', '100809.991000', '100809.994000', '100809.997000', '100810.000000', '100810.004000', '100810.006000', '100810.009000', '100810.012000', '100810.015000', '100810.018000', '100810.021000', '100810.024000', '100810.027000', '100810.030000', '100810.033000', '100810.036000', '100829.904000', '100829.907000', '100829.910000', '100829.913000', '100829.916000', '100829.919000', '100829.922000', '100829.925000', '100829.927000', '100829.930000', '100829.933000', '100829.936000', '100829.939000', '100829.942000', '100829.945000', '100829.948000', '100829.951000', '100829.953000', '100829.956000', '100829.959000', '100829.962000', '100829.965000', '100829.968000', '100829.971000', '100829.974000', '100829.977000', '100829.980000', '100829.982000', '100829.985000', '100829.988000', '100829.991000', '100829.994000', '100829.997000', '100830.001000', '100830.004000', '100830.007000', '100830.010000', '100830.012000', '100830.015000', '100830.018000', '100830.021000', '100830.024000', '100830.027000', '100830.030000', '100849.904000', '100849.907000', '100849.910000', '100849.913000', '100849.916000', '100849.919000', '100849.922000', '100849.925000', '100849.928000', '100849.930000', '100849.933000', '100849.936000', '100849.939000', '100849.942000', '100849.945000', '100849.948000', '100849.951000', '100849.954000', '100849.957000', '100849.960000', '100849.978000', '100849.985000', '100849.989000', '100849.991000', '100849.994000', '100849.997000', '100850.001000', '100850.004000', '100850.007000', '100850.010000', '100850.013000', '100850.016000', '100850.019000', '100850.021000', '100850.024000', '100850.027000', '100850.030000', '100850.033000', '100850.036000', '100850.039000', '100850.044000', '100850.047000', '100850.050000', '100909.904000', '100909.907000', '100909.910000', '100909.913000', '100909.916000', '100909.919000', '100909.922000', '100909.924000', '100909.927000', '100909.930000', '100909.933000', '100909.936000', '100909.939000', '100909.942000', '100909.945000', '100909.948000', '100909.951000', '100909.954000', '100909.956000', '100909.959000', '100909.962000', '100909.965000', '100909.968000', '100909.971000', '100909.974000', '100909.977000', '100909.980000', '100909.983000', '100909.986000', '100909.989000', '100909.991000', '100910.001000', '100910.004000', '100910.007000', '100910.010000', '100910.013000', '100910.015000', '100910.018000', '100910.021000', '100910.024000', '100910.027000', '100910.030000', '100910.033000', '100910.036000', '100929.905000', '100929.908000', '100929.911000', '100929.914000', '100929.917000', '100929.930000', '100929.933000', '100929.936000', '100929.939000', '100929.942000', '100929.945000', '100929.948000', '100929.951000', '100929.954000', '100929.960000', '100929.963000', '100929.966000', '100929.970000', '100929.973000', '100929.977000', '100929.980000', '100929.983000', '100929.986000', '100929.989000', '100929.991000', '100929.994000', '100929.997000', '100930.001000', '100930.004000', '100930.007000', '100930.010000', '100930.013000', '100930.016000', '100930.019000', '100930.022000', '100930.024000', '100930.027000', '100930.030000', '100930.037000', '100930.040000', '100930.043000', '100930.046000', '100930.048000', '100949.904000', '100949.907000', '100949.910000', '100949.918000', '100949.921000', '100949.923000', '100949.926000', '100949.929000', '100949.932000', '100949.935000', '100949.938000', '100949.941000', '100949.944000', '100949.947000', '100949.950000', '100949.952000', '100949.955000', '100949.958000', '100949.961000', '100949.964000', '100949.967000', '100949.970000', '100949.973000', '100949.976000', '100949.979000', '100949.981000', '100949.984000', '100949.987000', '100949.990000', '100949.993000', '100949.996000', '100950.000000', '100950.003000', '100950.006000', '100950.009000', '100950.012000', '100950.014000', '100950.017000', '100950.020000', '100950.023000', '100950.026000', '100950.029000', '100950.032000', '100950.035000', '101009.904000', '101009.907000', '101009.910000', '101009.913000', '101009.916000', '101009.919000', '101009.922000', '101009.924000', '101009.927000', '101009.930000', '101009.933000', '101009.936000', '101009.939000', '101009.942000', '101009.945000', '101009.948000', '101009.951000', '101009.954000', '101009.957000', '101009.959000', '101009.962000', '101009.965000', '101009.968000', '101009.978000', '101009.981000', '101009.984000', '101009.987000', '101009.990000', '101009.993000', '101009.996000', '101010.000000', '101010.003000', '101010.006000', '101010.009000', '101010.012000', '101010.015000', '101010.018000', '101010.021000', '101010.024000', '101010.027000', '101010.030000', '101010.033000', '101010.036000', '101029.904000', '101029.907000', '101029.910000', '101029.913000', '101029.916000', '101029.919000', '101029.929000', '101029.931000', '101029.934000', '101029.937000', '101029.940000', '101029.943000', '101029.946000', '101029.949000', '101029.952000', '101029.955000', '101029.958000', '101029.960000', '101029.964000', '101029.966000', '101029.969000', '101029.972000', '101029.975000', '101029.978000', '101029.981000', '101029.984000', '101029.987000', '101029.989000', '101029.992000', '101029.995000', '101029.998000', '101030.002000', '101030.005000', '101030.008000', '101030.011000', '101030.014000', '101030.017000', '101030.019000', '101030.022000', '101030.025000', '101030.028000', '101030.031000', '101030.034000', '101030.037000', '101049.904000', '101049.907000', '101049.910000', '101049.913000', '101049.916000', '101049.919000', '101049.922000', '101049.924000', '101049.927000', '101049.930000', '101049.933000', '101049.937000', '101049.941000', '101049.943000', '101049.946000', '101049.959000', '101049.962000', '101049.964000', '101049.967000', '101049.970000', '101049.973000', '101049.976000', '101049.979000', '101049.982000', '101049.985000', '101049.988000', '101049.991000', '101049.994000', '101049.997000', '101050.010000', '101050.013000', '101050.016000', '101050.019000', '101050.022000', '101050.025000', '101050.028000', '101050.031000', '101050.034000', '101050.037000', '101050.039000', '101050.042000', '101050.045000', '101050.048000', '101109.904000', '101109.907000', '101109.910000', '101109.913000', '101109.916000', '101109.919000', '101109.926000', '101109.929000', '101109.932000', '101109.935000', '101109.938000', '101109.940000', '101109.943000', '101109.946000', '101109.949000', '101109.952000', '101109.955000', '101109.958000', '101109.961000', '101109.964000', '101109.967000', '101109.970000', '101109.972000', '101109.975000', '101109.978000', '101109.981000', '101109.986000', '101109.989000', '101109.992000', '101109.995000', '101109.998000', '101110.001000', '101110.004000', '101110.007000', '101110.011000', '101110.013000', '101110.016000', '101110.019000', '101110.022000', '101110.025000', '101110.028000', '101110.031000', '101110.034000', '101110.037000', '101129.904000', '101129.907000', '101129.910000', '101129.913000', '101129.916000', '101129.918000', '101129.921000', '101129.924000', '101129.927000', '101129.930000', '101129.933000', '101129.936000', '101129.939000', '101129.942000', '101129.945000', '101129.948000', '101129.951000', '101129.953000', '101129.956000', '101129.959000', '101129.962000', '101129.965000', '101129.968000', '101129.971000', '101129.974000', '101129.977000', '101129.986000', '101129.989000', '101129.992000', '101129.995000', '101129.998000', '101130.002000', '101130.005000', '101130.008000', '101130.011000', '101130.014000', '101130.017000', '101130.019000', '101130.022000', '101130.026000', '101130.029000', '101130.032000', '101130.036000', '101149.905000', '101149.908000', '101149.911000', '101149.914000', '101149.916000', '101149.919000', '101149.922000', '101149.925000', '101149.928000', '101149.931000', '101149.934000', '101149.936000', '101149.939000', '101149.942000', '101149.945000', '101149.948000', '101149.951000', '101149.954000', '101149.962000', '101149.964000', '101149.967000', '101149.970000', '101149.973000', '101149.976000', '101149.979000', '101149.982000', '101149.985000', '101149.988000', '101149.991000', '101149.994000', '101149.996000', '101150.000000', '101150.003000', '101150.006000', '101150.009000', '101150.012000', '101150.015000', '101150.018000', '101150.020000', '101150.023000', '101150.026000', '101150.029000', '101150.032000', '101150.035000', '101205.037000', '101205.041000', '101205.044000', '101205.047000', '101205.050000', '101205.053000', '101205.056000', '101205.059000', '101205.062000', '101205.066000', '101205.069000', '101205.072000', '101205.076000', '101205.079000', '101205.082000', '101205.086000', '101205.089000', '101205.093000', '101205.096000', '101205.099000', '101205.103000', '101205.105000', '101205.110000', '101205.113000', '101205.117000', '101205.120000', '101205.133000', '101205.136000', '101205.139000', '101205.142000', '101205.145000', '101205.148000', '101205.151000'], 'InstanceCreationTime': ['100549.944000', '100549.947000', '100549.950000', '100549.953000', '100549.956000', '100549.959000', '100549.962000', '100549.965000', '100549.968000', '100549.970000', '100549.973000', '100549.976000', '100549.979000', '100549.982000', '100549.985000', '100549.988000', '100549.991000', '100549.994000', '100549.997000', '100550.000000', '100550.003000', '100550.006000', '100550.009000', '100550.012000', '100550.015000', '100550.018000', '100550.025000', '100550.027000', '100550.030000', '100550.033000', '100550.036000', '100550.039000', '100550.042000', '100550.045000', '100550.048000', '100550.051000', '100550.063000', '100550.066000', '100550.069000', '100550.072000', '100550.075000', '100550.078000', '100550.081000', '100550.084000', '100550.087000', '100550.089000', '100550.092000', '100550.096000', '100550.101000', '100550.104000', '100550.107000', '100550.110000', '100550.113000', '100550.116000', '100550.119000', '100550.122000', '100609.904000', '100609.907000', '100609.910000', '100609.913000', '100609.916000', '100609.919000', '100609.921000', '100609.924000', '100609.927000', '100609.930000', '100609.933000', '100609.936000', '100609.939000', '100609.947000', '100609.950000', '100609.953000', '100609.956000', '100609.958000', '100609.961000', '100609.964000', '100609.967000', '100609.970000', '100609.973000', '100609.976000', '100609.979000', '100609.982000', '100609.984000', '100609.988000', '100609.991000', '100609.994000', '100609.997000', '100610.001000', '100610.004000', '100610.007000', '100610.010000', '100610.013000', '100610.016000', '100610.018000', '100610.022000', '100610.024000', '100610.027000', '100610.030000', '100610.033000', '100610.036000', '100629.904000', '100629.907000', '100629.910000', '100629.913000', '100629.916000', '100629.919000', '100629.921000', '100629.924000', '100629.927000', '100629.930000', '100629.933000', '100629.936000', '100629.953000', '100629.955000', '100629.958000', '100629.961000', '100629.964000', '100629.967000', '100629.970000', '100629.973000', '100629.976000', '100629.979000', '100629.981000', '100629.984000', '100629.987000', '100629.990000', '100629.993000', '100629.996000', '100630.000000', '100630.003000', '100630.006000', '100630.008000', '100630.011000', '100630.014000', '100630.017000', '100630.020000', '100630.023000', '100630.026000', '100630.029000', '100630.031000', '100630.035000', '100630.038000', '100630.040000', '100649.904000', '100649.907000', '100649.910000', '100649.913000', '100649.916000', '100649.919000', '100649.921000', '100649.930000', '100649.933000', '100649.936000', '100649.939000', '100649.942000', '100649.945000', '100649.948000', '100649.950000', '100649.953000', '100649.956000', '100649.959000', '100649.962000', '100649.965000', '100649.968000', '100649.971000', '100649.974000', '100649.976000', '100649.979000', '100649.982000', '100649.985000', '100649.988000', '100649.991000', '100649.994000', '100649.997000', '100650.001000', '100650.004000', '100650.007000', '100650.009000', '100650.012000', '100650.015000', '100650.018000', '100650.021000', '100650.024000', '100650.027000', '100650.030000', '100650.033000', '100709.905000', '100709.908000', '100709.911000', '100709.914000', '100709.917000', '100709.920000', '100709.922000', '100709.925000', '100709.928000', '100709.931000', '100709.934000', '100709.937000', '100709.940000', '100709.943000', '100709.946000', '100709.948000', '100709.952000', '100709.954000', '100709.957000', '100709.968000', '100709.971000', '100709.974000', '100709.977000', '100709.980000', '100709.983000', '100709.986000', '100709.989000', '100709.991000', '100709.994000', '100709.997000', '100710.001000', '100710.004000', '100710.007000', '100710.010000', '100710.013000', '100710.016000', '100710.019000', '100710.021000', '100710.024000', '100710.027000', '100710.030000', '100710.033000', '100710.036000', '100710.039000', '100729.904000', '100729.907000', '100729.910000', '100729.913000', '100729.918000', '100729.921000', '100729.924000', '100729.927000', '100729.930000', '100729.933000', '100729.936000', '100729.939000', '100729.942000', '100729.945000', '100729.947000', '100729.950000', '100729.953000', '100729.956000', '100729.959000', '100729.962000', '100729.965000', '100729.968000', '100729.971000', '100729.973000', '100729.976000', '100729.979000', '100729.982000', '100729.985000', '100729.988000', '100729.991000', '100729.994000', '100729.997000', '100730.001000', '100730.003000', '100730.006000', '100730.009000', '100730.012000', '100730.015000', '100730.018000', '100730.021000', '100730.024000', '100730.027000', '100730.030000', '100749.904000', '100749.907000', '100749.910000', '100749.913000', '100749.916000', '100749.919000', '100749.921000', '100749.924000', '100749.927000', '100749.930000', '100749.933000', '100749.936000', '100749.939000', '100749.942000', '100749.945000', '100749.948000', '100749.950000', '100749.953000', '100749.956000', '100749.959000', '100749.962000', '100749.965000', '100749.968000', '100749.971000', '100749.985000', '100749.987000', '100749.990000', '100750.002000', '100750.005000', '100750.008000', '100750.011000', '100750.014000', '100750.017000', '100750.019000', '100750.022000', '100750.025000', '100750.028000', '100750.031000', '100750.034000', '100750.037000', '100750.039000', '100750.042000', '100750.045000', '100750.048000', '100809.904000', '100809.907000', '100809.910000', '100809.913000', '100809.916000', '100809.919000', '100809.922000', '100809.925000', '100809.928000', '100809.931000', '100809.941000', '100809.944000', '100809.947000', '100809.950000', '100809.953000', '100809.956000', '100809.959000', '100809.962000', '100809.965000', '100809.968000', '100809.971000', '100809.973000', '100809.976000', '100809.979000', '100809.982000', '100809.985000', '100809.988000', '100809.991000', '100809.994000', '100809.997000', '100810.000000', '100810.004000', '100810.006000', '100810.009000', '100810.012000', '100810.015000', '100810.018000', '100810.021000', '100810.024000', '100810.027000', '100810.030000', '100810.033000', '100810.036000', '100829.904000', '100829.907000', '100829.910000', '100829.913000', '100829.916000', '100829.919000', '100829.922000', '100829.925000', '100829.927000', '100829.930000', '100829.933000', '100829.936000', '100829.939000', '100829.942000', '100829.945000', '100829.948000', '100829.951000', '100829.953000', '100829.956000', '100829.959000', '100829.962000', '100829.965000', '100829.968000', '100829.971000', '100829.974000', '100829.977000', '100829.980000', '100829.982000', '100829.985000', '100829.988000', '100829.991000', '100829.994000', '100829.997000', '100830.001000', '100830.004000', '100830.007000', '100830.010000', '100830.012000', '100830.015000', '100830.018000', '100830.021000', '100830.024000', '100830.027000', '100830.030000', '100849.904000', '100849.907000', '100849.910000', '100849.913000', '100849.916000', '100849.919000', '100849.922000', '100849.925000', '100849.928000', '100849.930000', '100849.933000', '100849.936000', '100849.939000', '100849.942000', '100849.945000', '100849.948000', '100849.951000', '100849.954000', '100849.957000', '100849.960000', '100849.978000', '100849.985000', '100849.989000', '100849.991000', '100849.994000', '100849.997000', '100850.001000', '100850.004000', '100850.007000', '100850.010000', '100850.013000', '100850.016000', '100850.019000', '100850.021000', '100850.024000', '100850.027000', '100850.030000', '100850.033000', '100850.036000', '100850.039000', '100850.044000', '100850.047000', '100850.050000', '100909.904000', '100909.907000', '100909.910000', '100909.913000', '100909.916000', '100909.919000', '100909.922000', '100909.924000', '100909.927000', '100909.930000', '100909.933000', '100909.936000', '100909.939000', '100909.942000', '100909.945000', '100909.948000', '100909.951000', '100909.954000', '100909.956000', '100909.959000', '100909.962000', '100909.965000', '100909.968000', '100909.971000', '100909.974000', '100909.977000', '100909.980000', '100909.983000', '100909.986000', '100909.989000', '100909.991000', '100910.001000', '100910.004000', '100910.007000', '100910.010000', '100910.013000', '100910.015000', '100910.018000', '100910.021000', '100910.024000', '100910.027000', '100910.030000', '100910.033000', '100910.036000', '100929.905000', '100929.908000', '100929.911000', '100929.914000', '100929.917000', '100929.930000', '100929.933000', '100929.936000', '100929.939000', '100929.942000', '100929.945000', '100929.948000', '100929.951000', '100929.954000', '100929.960000', '100929.963000', '100929.966000', '100929.970000', '100929.973000', '100929.977000', '100929.980000', '100929.983000', '100929.986000', '100929.989000', '100929.991000', '100929.994000', '100929.997000', '100930.001000', '100930.004000', '100930.007000', '100930.010000', '100930.013000', '100930.016000', '100930.019000', '100930.022000', '100930.024000', '100930.027000', '100930.030000', '100930.037000', '100930.040000', '100930.043000', '100930.046000', '100930.048000', '100949.904000', '100949.907000', '100949.910000', '100949.918000', '100949.921000', '100949.923000', '100949.926000', '100949.929000', '100949.932000', '100949.935000', '100949.938000', '100949.941000', '100949.944000', '100949.947000', '100949.950000', '100949.952000', '100949.955000', '100949.958000', '100949.961000', '100949.964000', '100949.967000', '100949.970000', '100949.973000', '100949.976000', '100949.979000', '100949.981000', '100949.984000', '100949.987000', '100949.990000', '100949.993000', '100949.996000', '100950.000000', '100950.003000', '100950.006000', '100950.009000', '100950.012000', '100950.014000', '100950.017000', '100950.020000', '100950.023000', '100950.026000', '100950.029000', '100950.032000', '100950.035000', '101009.904000', '101009.907000', '101009.910000', '101009.913000', '101009.916000', '101009.919000', '101009.922000', '101009.924000', '101009.927000', '101009.930000', '101009.933000', '101009.936000', '101009.939000', '101009.942000', '101009.945000', '101009.948000', '101009.951000', '101009.954000', '101009.957000', '101009.959000', '101009.962000', '101009.965000', '101009.968000', '101009.978000', '101009.981000', '101009.984000', '101009.987000', '101009.990000', '101009.993000', '101009.996000', '101010.000000', '101010.003000', '101010.006000', '101010.009000', '101010.012000', '101010.015000', '101010.018000', '101010.021000', '101010.024000', '101010.027000', '101010.030000', '101010.033000', '101010.036000', '101029.904000', '101029.907000', '101029.910000', '101029.913000', '101029.916000', '101029.919000', '101029.929000', '101029.931000', '101029.934000', '101029.937000', '101029.940000', '101029.943000', '101029.946000', '101029.949000', '101029.952000', '101029.955000', '101029.958000', '101029.960000', '101029.964000', '101029.966000', '101029.969000', '101029.972000', '101029.975000', '101029.978000', '101029.981000', '101029.984000', '101029.987000', '101029.989000', '101029.992000', '101029.995000', '101029.998000', '101030.002000', '101030.005000', '101030.008000', '101030.011000', '101030.014000', '101030.017000', '101030.019000', '101030.022000', '101030.025000', '101030.028000', '101030.031000', '101030.034000', '101030.037000', '101049.904000', '101049.907000', '101049.910000', '101049.913000', '101049.916000', '101049.919000', '101049.922000', '101049.924000', '101049.927000', '101049.930000', '101049.933000', '101049.937000', '101049.941000', '101049.943000', '101049.946000', '101049.959000', '101049.962000', '101049.964000', '101049.967000', '101049.970000', '101049.973000', '101049.976000', '101049.979000', '101049.982000', '101049.985000', '101049.988000', '101049.991000', '101049.994000', '101049.997000', '101050.010000', '101050.013000', '101050.016000', '101050.019000', '101050.022000', '101050.025000', '101050.028000', '101050.031000', '101050.034000', '101050.037000', '101050.039000', '101050.042000', '101050.045000', '101050.048000', '101109.904000', '101109.907000', '101109.910000', '101109.913000', '101109.916000', '101109.919000', '101109.926000', '101109.929000', '101109.932000', '101109.935000', '101109.938000', '101109.940000', '101109.943000', '101109.946000', '101109.949000', '101109.952000', '101109.955000', '101109.958000', '101109.961000', '101109.964000', '101109.967000', '101109.970000', '101109.972000', '101109.975000', '101109.978000', '101109.981000', '101109.986000', '101109.989000', '101109.992000', '101109.995000', '101109.998000', '101110.001000', '101110.004000', '101110.007000', '101110.011000', '101110.013000', '101110.016000', '101110.019000', '101110.022000', '101110.025000', '101110.028000', '101110.031000', '101110.034000', '101110.037000', '101129.904000', '101129.907000', '101129.910000', '101129.913000', '101129.916000', '101129.918000', '101129.921000', '101129.924000', '101129.927000', '101129.930000', '101129.933000', '101129.936000', '101129.939000', '101129.942000', '101129.945000', '101129.948000', '101129.951000', '101129.953000', '101129.956000', '101129.959000', '101129.962000', '101129.965000', '101129.968000', '101129.971000', '101129.974000', '101129.977000', '101129.986000', '101129.989000', '101129.992000', '101129.995000', '101129.998000', '101130.002000', '101130.005000', '101130.008000', '101130.011000', '101130.014000', '101130.017000', '101130.019000', '101130.022000', '101130.026000', '101130.029000', '101130.032000', '101130.036000', '101149.905000', '101149.908000', '101149.911000', '101149.914000', '101149.916000', '101149.919000', '101149.922000', '101149.925000', '101149.928000', '101149.931000', '101149.934000', '101149.936000', '101149.939000', '101149.942000', '101149.945000', '101149.948000', '101149.951000', '101149.954000', '101149.962000', '101149.964000', '101149.967000', '101149.970000', '101149.973000', '101149.976000', '101149.979000', '101149.982000', '101149.985000', '101149.988000', '101149.991000', '101149.994000', '101149.996000', '101150.000000', '101150.003000', '101150.006000', '101150.009000', '101150.012000', '101150.015000', '101150.018000', '101150.020000', '101150.023000', '101150.026000', '101150.029000', '101150.032000', '101150.035000', '101205.037000', '101205.041000', '101205.044000', '101205.047000', '101205.050000', '101205.053000', '101205.056000', '101205.059000', '101205.062000', '101205.066000', '101205.069000', '101205.072000', '101205.076000', '101205.079000', '101205.082000', '101205.086000', '101205.089000', '101205.093000', '101205.096000', '101205.099000', '101205.103000', '101205.105000', '101205.110000', '101205.113000', '101205.117000', '101205.120000', '101205.133000', '101205.136000', '101205.139000', '101205.142000', '101205.145000', '101205.148000', '101205.151000'], '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': [12334, 15675, 12780, 10385, 15015, 11778, 9548, 10614, 8425, 8594, 8324, 8183, 10986, 8276, 8452, 8621, 8330, 11840, 8175, 8400, 11437, 8426, 8496, 8057, 8872, 8228, 8132, 8729, 8115, 9548, 8221, 7814, 7951, 8330, 9544, 10849, 7957, 8675, 14624, 11362, 8700, 7588, 8060, 7829, 7822, 7879, 8485, 8068, 7431, 7983, 7972, 8326, 8512, 8942, 7916, 8212, 11079, 8904, 11710, 8437, 8988, 8201, 8724, 13064, 10047, 12397, 15159, 12486, 12561, 14956, 11811, 14835, 9061, 7982, 7848, 8256, 8160, 8400, 7759, 8638, 8476, 10882, 8716, 8718, 8192, 8529, 11733, 8642, 9481, 8366, 8545, 12417, 13313, 10870, 13150, 8220, 7649, 7706, 8517, 8401, 8259, 8240, 10937, 11672, 8015, 8071, 10936, 7605, 7531, 8525, 7324, 7939, 7383, 7583, 8010, 9107, 7681, 7910, 8745, 7532, 7866, 10632, 7383, 7743, 9112, 12406, 7956, 8225, 12314, 8243, 7909, 12266, 8576, 7806, 7261, 8042, 7889, 7817, 8351, 12379, 11708, 7792, 8248, 14677, 8254, 8193, 12372, 9920, 8216, 9635, 7812, 8144, 10071, 7720, 8024, 7900, 8224, 8295, 10508, 8313, 8571, 14047, 12171, 8571, 13724, 14516, 10277, 12787, 8350, 7864, 7471, 8305, 8293, 8631, 8311, 8359, 13708, 11349, 8387, 13986, 8642, 8215, 10554, 9580, 8175, 8379, 8052, 8443, 9275, 8119, 8096, 8144, 8315, 8105, 7328, 8197, 8538, 8311, 8576, 11933, 8389, 8060, 12891, 9056, 8752, 8152, 8286, 9071, 7460, 8029, 10016, 8114, 8088, 12129, 8145, 7884, 7349, 8174, 9885, 7882, 7758, 8456, 8173, 8453, 7605, 8128, 11298, 8359, 8003, 13012, 8086, 8463, 7909, 8036, 9483, 7883, 8172, 12647, 9468, 7810, 7508, 7981, 7935, 7854, 8159, 9125, 7750, 8102, 11355, 8403, 8209, 14138, 10275, 9681, 12730, 10904, 13761, 8179, 7108, 7684, 8148, 8615, 8485, 8321, 9012, 12660, 8769, 8276, 10970, 7927, 7882, 9876, 8046, 8229, 7384, 7756, 7879, 8337, 9141, 7948, 8080, 11578, 8803, 12021, 8087, 8554, 11592, 8314, 13022, 10047, 8825, 14593, 9876, 8903, 14429, 10687, 8895, 13827, 9186, 7986, 9478, 8070, 7992, 7975, 7778, 7787, 8230, 7958, 8393, 7950, 8746, 8202, 7750, 8262, 8057, 8108, 8115, 8999, 8384, 10436, 12216, 10792, 13150, 9852, 8681, 7807, 8362, 8106, 7969, 8298, 7381, 7862, 11081, 8610, 8552, 9672, 8018, 8578, 7778, 8212, 7771, 8451, 10732, 7984, 7993, 13273, 11601, 10299, 14342, 10189, 10158, 12776, 10223, 13449, 8390, 7907, 8255, 8441, 9394, 12280, 8700, 8284, 12808, 9554, 8186, 8362, 8216, 8138, 8097, 8175, 8143, 7896, 8379, 9277, 8286, 8120, 7899, 8628, 7853, 7956, 8061, 10564, 8116, 7502, 8421, 7899, 8627, 8568, 9447, 11264, 8848, 10420, 14258, 10432, 8857, 13541, 11474, 8845, 10068, 8652, 8124, 8394, 8374, 7983, 8377, 7989, 9031, 8565, 8773, 8548, 9391, 8121, 8136, 8197, 8278, 9365, 8446, 8550, 12818, 10268, 8938, 12519, 8714, 9371, 8240, 7901, 9771, 8412, 8879, 8416, 8460, 8026, 8313, 9660, 8265, 8050, 7874, 8437, 8674, 10644, 8510, 11215, 12191, 9740, 13275, 8828, 8259, 11075, 8654, 7960, 8195, 8452, 8132, 8983, 8777, 7942, 8317, 8070, 8127, 9824, 11233, 9503, 10176, 8426, 7958, 10558, 8802, 8062, 13341, 12306, 9296, 11496, 11197, 7824, 9512, 7542, 7786, 7679, 7994, 7942, 7800, 7862, 8395, 8152, 9013, 8190, 8075, 10884, 8761, 8515, 8189, 8078, 9754, 11794, 9320, 9023, 11593, 8577, 7833, 9287, 8286, 7917, 7999, 7823, 8394, 8098, 8234, 7417, 7911, 8443, 8367, 8810, 8501, 8158, 10666, 8302, 8160, 11038, 9064, 9250, 12474, 11144, 13532, 12171, 12772, 7784, 7660, 7458, 8113, 9529, 7651, 8032, 9594, 9474, 7876, 10599, 13609, 10595, 11793, 15035, 11886, 12797, 13659, 10026, 16170, 11881, 13074, 14902, 11577, 15811, 12282, 12321, 15202, 12363, 11877, 9010, 8018, 12215, 8455, 8083, 8638, 8048, 8758, 8410, 7939, 9126, 8207, 8416, 8286, 7912, 7902, 8496, 8019, 7980, 7923, 7352, 7856, 7913, 8032, 8313, 7848, 8286, 10093, 10950, 8486, 8078, 7520, 7849, 7565, 8262, 7920, 7150, 8306, 9602, 7768, 8100, 11526, 8176, 8067, 11469, 8674, 9059, 12817, 10628, 10701, 8189, 7980, 9952, 8095, 11158, 10164, 11342, 8528, 8129, 12260, 9698, 11538, 12267, 10135, 13456, 11963, 10607, 12879, 10545, 9388, 8883, 7926, 10227, 8314, 10328, 7810, 7972, 8280, 7886, 7844, 8134, 8089, 8742, 8174, 8558, 8422, 8101, 9110, 8295, 7918, 7923, 8491, 8022, 7913, 7956, 8300, 8488, 8280, 7996, 8123, 9486, 8487, 8164, 11564, 9660, 10809, 7861, 7802, 10494, 8222, 7797, 13117, 9713, 8457, 11740, 8305, 7905, 10438, 8024, 7955, 7938, 8027, 8350, 7698, 7860, 8369, 8114, 8101, 7493, 8207, 8529, 7735, 8742, 7694, 8481, 7551, 8346, 8055, 8606, 11098, 10431, 11518, 13910, 13831, 14301, 10425, 8433, 8857, 7550, 8000, 12285, 11314, 7976, 13553, 12449, 8554, 10292, 7604, 7811, 8579, 7653, 7993, 8352, 7904, 8203, 8044, 8016, 8162, 7989, 10238, 9336, 12026, 9897, 8171, 12687, 8075, 8530, 9768, 7729, 12100, 10118, 8429, 8823, 8250, 8463, 7571, 7740, 9035, 7832, 8004, 7932, 8105, 8831, 7824, 7963, 8349, 7783, 8209, 7658, 7931, 8098, 7839, 7928, 7967, 7993, 8240, 7873, 8551, 12240, 13391, 11500, 9766, 11964, 9719, 8693, 12410, 10088, 8859, 7652, 7733, 8541, 7758, 8507, 7693, 8185, 12975, 10484, 12278, 13316, 11630, 10367, 8147, 8582, 8037, 7864, 10247, 8444, 8605, 11917, 8544, 11669, 9401, 12904, 12731, 13148, 14131, 10923, 11670, 7782, 7643, 7949, 8001, 8293, 7858, 9038, 10198, 8695, 8512, 11913, 8248, 9402, 8016, 7882, 9719, 8289, 8139, 8428, 8477, 12425, 9929, 12821, 12441, 11868, 14381, 14170, 12383, 13741, 10534, 8502, 11484, 7809, 7960, 8147, 7774, 7998, 8256, 7911, 7975, 7782, 7487, 8441, 7822, 7564, 8358, 7896, 7533, 8045, 7903, 7487, 7720, 7677, 7742, 7775, 8734, 8280, 9184, 7717, 7817, 8640, 7925, 7999, 10085, 12220, 10495, 11109, 7799, 8130], 'WindowCenter': [4342.0, 4345.0, 4312.0, 4266.0, 4304.0, 4273.0, 4250.0, 4262.0, 4233.0, 4230.0, 4229.0, 4231.0, 4259.0, 4219.0, 4218.0, 4233.0, 4229.0, 4269.0, 4218.0, 4217.0, 4257.0, 4218.0, 4228.0, 4205.0, 4228.0, 4229.0, 4233.0, 4243.0, 4232.0, 4255.0, 4233.0, 4221.0, 4222.0, 4235.0, 4257.0, 4266.0, 4232.0, 4242.0, 4304.0, 4272.0, 4232.0, 4209.0, 4223.0, 4221.0, 4220.0, 4236.0, 4243.0, 4234.0, 4235.0, 4246.0, 4247.0, 4247.0, 4260.0, 4257.0, 4246.0, 4262.0, 4288.0, 4260.0, 4302.0, 4259.0, 4260.0, 4247.0, 4255.0, 4293.0, 4264.0, 4295.0, 4308.0, 4284.0, 4287.0, 4306.0, 4270.0, 4290.0, 4230.0, 4206.0, 4204.0, 4215.0, 4219.0, 4220.0, 4211.0, 4233.0, 4231.0, 4264.0, 4233.0, 4233.0, 4222.0, 4234.0, 4271.0, 4228.0, 4238.0, 4222.0, 4229.0, 4285.0, 4294.0, 4259.0, 4279.0, 4218.0, 4208.0, 4206.0, 4228.0, 4219.0, 4229.0, 4232.0, 4272.0, 4272.0, 4219.0, 4222.0, 4261.0, 4211.0, 4219.0, 4228.0, 4208.0, 4221.0, 4212.0, 4222.0, 4246.0, 4254.0, 4237.0, 4245.0, 4245.0, 4238.0, 4248.0, 4276.0, 4226.0, 4236.0, 4253.0, 4287.0, 4232.0, 4232.0, 4282.0, 4235.0, 4233.0, 4285.0, 4245.0, 4222.0, 4223.0, 4236.0, 4233.0, 4237.0, 4246.0, 4307.0, 4288.0, 4235.0, 4248.0, 4315.0, 4244.0, 4246.0, 4286.0, 4263.0, 4243.0, 4265.0, 4236.0, 4248.0, 4267.0, 4236.0, 4249.0, 4247.0, 4258.0, 4258.0, 4291.0, 4257.0, 4258.0, 4318.0, 4297.0, 4257.0, 4309.0, 4307.0, 4267.0, 4296.0, 4233.0, 4231.0, 4210.0, 4235.0, 4242.0, 4244.0, 4246.0, 4249.0, 4309.0, 4287.0, 4246.0, 4304.0, 4241.0, 4231.0, 4262.0, 4251.0, 4233.0, 4232.0, 4235.0, 4244.0, 4256.0, 4233.0, 4234.0, 4236.0, 4246.0, 4233.0, 4227.0, 4245.0, 4247.0, 4247.0, 4259.0, 4300.0, 4244.0, 4248.0, 4293.0, 4245.0, 4244.0, 4223.0, 4232.0, 4244.0, 4222.0, 4233.0, 4265.0, 4249.0, 4250.0, 4297.0, 4235.0, 4236.0, 4227.0, 4246.0, 4265.0, 4234.0, 4225.0, 4246.0, 4247.0, 4248.0, 4223.0, 4236.0, 4274.0, 4245.0, 4238.0, 4294.0, 4235.0, 4247.0, 4233.0, 4237.0, 4256.0, 4234.0, 4236.0, 4295.0, 4255.0, 4226.0, 4221.0, 4233.0, 4235.0, 4232.0, 4233.0, 4257.0, 4236.0, 4235.0, 4276.0, 4245.0, 4244.0, 4305.0, 4265.0, 4255.0, 4282.0, 4265.0, 4295.0, 4235.0, 4202.0, 4221.0, 4234.0, 4233.0, 4230.0, 4235.0, 4258.0, 4294.0, 4246.0, 4248.0, 4275.0, 4233.0, 4232.0, 4252.0, 4235.0, 4261.0, 4237.0, 4233.0, 4247.0, 4248.0, 4268.0, 4247.0, 4248.0, 4285.0, 4257.0, 4287.0, 4233.0, 4243.0, 4274.0, 4235.0, 4295.0, 4255.0, 4241.0, 4305.0, 4251.0, 4239.0, 4292.0, 4248.0, 4228.0, 4281.0, 4225.0, 4219.0, 4236.0, 4220.0, 4221.0, 4220.0, 4208.0, 4211.0, 4229.0, 4221.0, 4233.0, 4220.0, 4245.0, 4234.0, 4224.0, 4233.0, 4232.0, 4236.0, 4237.0, 4245.0, 4246.0, 4293.0, 4297.0, 4275.0, 4297.0, 4253.0, 4231.0, 4209.0, 4235.0, 4236.0, 4238.0, 4248.0, 4239.0, 4252.0, 4302.0, 4259.0, 4259.0, 4265.0, 4238.0, 4259.0, 4235.0, 4247.0, 4239.0, 4250.0, 4290.0, 4251.0, 4251.0, 4310.0, 4290.0, 4266.0, 4305.0, 4266.0, 4266.0, 4285.0, 4254.0, 4282.0, 4235.0, 4222.0, 4233.0, 4232.0, 4246.0, 4283.0, 4231.0, 4235.0, 4281.0, 4242.0, 4230.0, 4220.0, 4229.0, 4223.0, 4223.0, 4233.0, 4224.0, 4224.0, 4235.0, 4257.0, 4234.0, 4236.0, 4236.0, 4249.0, 4235.0, 4237.0, 4236.0, 4268.0, 4234.0, 4223.0, 4234.0, 4234.0, 4243.0, 4247.0, 4259.0, 4277.0, 4248.0, 4265.0, 4306.0, 4263.0, 4245.0, 4283.0, 4263.0, 4228.0, 4240.0, 4230.0, 4222.0, 4219.0, 4233.0, 4223.0, 4235.0, 4234.0, 4246.0, 4247.0, 4246.0, 4247.0, 4256.0, 4235.0, 4237.0, 4236.0, 4236.0, 4243.0, 4234.0, 4246.0, 4284.0, 4267.0, 4243.0, 4287.0, 4233.0, 4244.0, 4232.0, 4222.0, 4256.0, 4234.0, 4246.0, 4235.0, 4234.0, 4223.0, 4246.0, 4256.0, 4238.0, 4236.0, 4224.0, 4237.0, 4243.0, 4266.0, 4234.0, 4277.0, 4287.0, 4256.0, 4287.0, 4234.0, 4221.0, 4263.0, 4231.0, 4224.0, 4223.0, 4233.0, 4237.0, 4243.0, 4244.0, 4236.0, 4248.0, 4237.0, 4237.0, 4268.0, 4279.0, 4257.0, 4251.0, 4231.0, 4235.0, 4264.0, 4245.0, 4222.0, 4285.0, 4272.0, 4240.0, 4263.0, 4261.0, 4212.0, 4242.0, 4210.0, 4208.0, 4209.0, 4222.0, 4220.0, 4212.0, 4224.0, 4233.0, 4233.0, 4246.0, 4237.0, 4236.0, 4278.0, 4236.0, 4234.0, 4234.0, 4225.0, 4240.0, 4274.0, 4242.0, 4234.0, 4263.0, 4232.0, 4211.0, 4243.0, 4232.0, 4224.0, 4222.0, 4225.0, 4233.0, 4236.0, 4237.0, 4227.0, 4235.0, 4234.0, 4237.0, 4245.0, 4246.0, 4239.0, 4267.0, 4236.0, 4246.0, 4277.0, 4245.0, 4259.0, 4285.0, 4279.0, 4294.0, 4288.0, 4282.0, 4226.0, 4213.0, 4210.0, 4235.0, 4258.0, 4224.0, 4237.0, 4254.0, 4257.0, 4234.0, 4268.0, 4293.0, 4260.0, 4274.0, 4290.0, 4270.0, 4271.0, 4285.0, 4241.0, 4300.0, 4260.0, 4284.0, 4288.0, 4261.0, 4289.0, 4260.0, 4255.0, 4276.0, 4256.0, 4246.0, 4206.0, 4196.0, 4243.0, 4206.0, 4198.0, 4206.0, 4210.0, 4207.0, 4209.0, 4209.0, 4228.0, 4220.0, 4218.0, 4221.0, 4222.0, 4219.0, 4229.0, 4225.0, 4222.0, 4224.0, 4216.0, 4236.0, 4227.0, 4236.0, 4249.0, 4250.0, 4249.0, 4284.0, 4279.0, 4247.0, 4239.0, 4228.0, 4241.0, 4239.0, 4246.0, 4237.0, 4217.0, 4250.0, 4268.0, 4241.0, 4253.0, 4305.0, 4252.0, 4253.0, 4290.0, 4249.0, 4259.0, 4298.0, 4275.0, 4266.0, 4237.0, 4235.0, 4256.0, 4235.0, 4290.0, 4266.0, 4278.0, 4236.0, 4226.0, 4273.0, 4243.0, 4263.0, 4275.0, 4251.0, 4286.0, 4266.0, 4255.0, 4270.0, 4249.0, 4230.0, 4217.0, 4210.0, 4237.0, 4220.0, 4240.0, 4211.0, 4212.0, 4219.0, 4222.0, 4211.0, 4222.0, 4221.0, 4234.0, 4232.0, 4236.0, 4235.0, 4226.0, 4246.0, 4237.0, 4223.0, 4224.0, 4248.0, 4223.0, 4236.0, 4237.0, 4234.0, 4249.0, 4248.0, 4239.0, 4241.0, 4257.0, 4246.0, 4251.0, 4291.0, 4258.0, 4275.0, 4236.0, 4227.0, 4265.0, 4234.0, 4228.0, 4298.0, 4257.0, 4237.0, 4272.0, 4232.0, 4224.0, 4260.0, 4226.0, 4226.0, 4225.0, 4236.0, 4235.0, 4239.0, 4238.0, 4247.0, 4241.0, 4237.0, 4229.0, 4251.0, 4251.0, 4240.0, 4246.0, 4228.0, 4250.0, 4239.0, 4262.0, 4252.0, 4263.0, 4303.0, 4285.0, 4294.0, 4313.0, 4299.0, 4309.0, 4256.0, 4224.0, 4236.0, 4215.0, 4222.0, 4277.0, 4268.0, 4222.0, 4284.0, 4275.0, 4234.0, 4254.0, 4214.0, 4211.0, 4232.0, 4214.0, 4224.0, 4233.0, 4233.0, 4234.0, 4237.0, 4238.0, 4234.0, 4239.0, 4269.0, 4250.0, 4290.0, 4257.0, 4228.0, 4272.0, 4225.0, 4231.0, 4244.0, 4211.0, 4275.0, 4255.0, 4224.0, 4235.0, 4237.0, 4222.0, 4212.0, 4216.0, 4232.0, 4213.0, 4223.0, 4225.0, 4227.0, 4246.0, 4227.0, 4237.0, 4236.0, 4227.0, 4236.0, 4230.0, 4241.0, 4235.0, 4230.0, 4237.0, 4238.0, 4238.0, 4252.0, 4253.0, 4265.0, 4306.0, 4312.0, 4280.0, 4269.0, 4293.0, 4260.0, 4263.0, 4299.0, 4267.0, 4232.0, 4216.0, 4215.0, 4237.0, 4227.0, 4238.0, 4228.0, 4238.0, 4284.0, 4265.0, 4276.0, 4284.0, 4277.0, 4253.0, 4211.0, 4233.0, 4222.0, 4224.0, 4255.0, 4237.0, 4236.0, 4276.0, 4233.0, 4274.0, 4245.0, 4281.0, 4273.0, 4283.0, 4283.0, 4262.0, 4259.0, 4200.0, 4197.0, 4209.0, 4225.0, 4225.0, 4224.0, 4237.0, 4253.0, 4234.0, 4231.0, 4264.0, 4211.0, 4230.0, 4210.0, 4213.0, 4232.0, 4223.0, 4221.0, 4220.0, 4221.0, 4272.0, 4240.0, 4273.0, 4257.0, 4251.0, 4269.0, 4267.0, 4248.0, 4256.0, 4221.0, 4190.0, 4234.0, 4175.0, 4181.0, 4180.0, 4184.0, 4184.0, 4196.0, 4194.0, 4195.0, 4198.0, 4196.0, 4205.0, 4196.0, 4211.0, 4222.0, 4212.0, 4212.0, 4209.0, 4224.0, 4211.0, 4227.0, 4226.0, 4228.0, 4227.0, 4245.0, 4239.0, 4262.0, 4237.0, 4239.0, 4238.0, 4237.0, 4240.0, 4268.0, 4290.0, 4270.0, 4279.0, 4227.0, 4240.0], 'WindowWidth': [9589.0, 9581.0, 9522.0, 9454.0, 9501.0, 9454.0, 9421.0, 9435.0, 9398.0, 9391.0, 9391.0, 9394.0, 9430.0, 9376.0, 9374.0, 9395.0, 9389.0, 9442.0, 9373.0, 9371.0, 9422.0, 9371.0, 9384.0, 9351.0, 9385.0, 9389.0, 9403.0, 9414.0, 9401.0, 9432.0, 9401.0, 9382.0, 9384.0, 9404.0, 9435.0, 9446.0, 9399.0, 9413.0, 9497.0, 9451.0, 9396.0, 9364.0, 9386.0, 9381.0, 9380.0, 9408.0, 9415.0, 9408.0, 9410.0, 9427.0, 9430.0, 9429.0, 9449.0, 9442.0, 9426.0, 9454.0, 9484.0, 9448.0, 9505.0, 9447.0, 9447.0, 9426.0, 9436.0, 9486.0, 9444.0, 9489.0, 9510.0, 9469.0, 9474.0, 9503.0, 9446.0, 9472.0, 9389.0, 9353.0, 9349.0, 9364.0, 9371.0, 9377.0, 9367.0, 9399.0, 9396.0, 9441.0, 9399.0, 9398.0, 9381.0, 9398.0, 9446.0, 9386.0, 9400.0, 9380.0, 9387.0, 9470.0, 9481.0, 9429.0, 9456.0, 9373.0, 9358.0, 9352.0, 9385.0, 9375.0, 9390.0, 9397.0, 9452.0, 9450.0, 9378.0, 9383.0, 9434.0, 9367.0, 9377.0, 9385.0, 9360.0, 9380.0, 9370.0, 9386.0, 9424.0, 9432.0, 9413.0, 9422.0, 9423.0, 9416.0, 9429.0, 9464.0, 9396.0, 9409.0, 9431.0, 9475.0, 9399.0, 9400.0, 9466.0, 9404.0, 9403.0, 9473.0, 9418.0, 9386.0, 9388.0, 9407.0, 9403.0, 9413.0, 9425.0, 9508.0, 9481.0, 9408.0, 9428.0, 9514.0, 9417.0, 9423.0, 9473.0, 9440.0, 9417.0, 9447.0, 9410.0, 9429.0, 9454.0, 9413.0, 9432.0, 9429.0, 9447.0, 9446.0, 9490.0, 9442.0, 9446.0, 9528.0, 9493.0, 9439.0, 9511.0, 9506.0, 9450.0, 9487.0, 9400.0, 9396.0, 9367.0, 9405.0, 9415.0, 9418.0, 9424.0, 9432.0, 9515.0, 9479.0, 9423.0, 9498.0, 9410.0, 9398.0, 9438.0, 9422.0, 9400.0, 9399.0, 9407.0, 9419.0, 9436.0, 9405.0, 9407.0, 9409.0, 9424.0, 9405.0, 9400.0, 9422.0, 9427.0, 9427.0, 9446.0, 9500.0, 9419.0, 9429.0, 9483.0, 9417.0, 9415.0, 9384.0, 9398.0, 9416.0, 9387.0, 9404.0, 9447.0, 9431.0, 9437.0, 9495.0, 9406.0, 9409.0, 9398.0, 9422.0, 9445.0, 9402.0, 9391.0, 9421.0, 9426.0, 9431.0, 9390.0, 9409.0, 9459.0, 9421.0, 9414.0, 9484.0, 9404.0, 9426.0, 9404.0, 9412.0, 9435.0, 9402.0, 9406.0, 9485.0, 9431.0, 9394.0, 9384.0, 9401.0, 9405.0, 9399.0, 9402.0, 9436.0, 9408.0, 9408.0, 9464.0, 9420.0, 9418.0, 9500.0, 9443.0, 9430.0, 9465.0, 9443.0, 9485.0, 9404.0, 9354.0, 9380.0, 9401.0, 9398.0, 9391.0, 9404.0, 9442.0, 9484.0, 9421.0, 9426.0, 9461.0, 9404.0, 9398.0, 9423.0, 9402.0, 9452.0, 9414.0, 9405.0, 9426.0, 9429.0, 9456.0, 9427.0, 9429.0, 9474.0, 9439.0, 9478.0, 9402.0, 9413.0, 9454.0, 9403.0, 9485.0, 9429.0, 9409.0, 9497.0, 9421.0, 9403.0, 9478.0, 9413.0, 9385.0, 9457.0, 9378.0, 9372.0, 9394.0, 9376.0, 9380.0, 9377.0, 9361.0, 9365.0, 9389.0, 9381.0, 9399.0, 9380.0, 9417.0, 9404.0, 9388.0, 9403.0, 9400.0, 9408.0, 9411.0, 9418.0, 9423.0, 9494.0, 9495.0, 9459.0, 9490.0, 9426.0, 9393.0, 9362.0, 9401.0, 9404.0, 9413.0, 9429.0, 9418.0, 9441.0, 9507.0, 9449.0, 9445.0, 9449.0, 9413.0, 9443.0, 9409.0, 9426.0, 9416.0, 9433.0, 9489.0, 9437.0, 9439.0, 9517.0, 9486.0, 9450.0, 9502.0, 9445.0, 9447.0, 9468.0, 9425.0, 9463.0, 9403.0, 9382.0, 9397.0, 9397.0, 9419.0, 9466.0, 9393.0, 9401.0, 9461.0, 9408.0, 9391.0, 9378.0, 9391.0, 9383.0, 9384.0, 9398.0, 9387.0, 9389.0, 9405.0, 9435.0, 9402.0, 9409.0, 9407.0, 9425.0, 9403.0, 9410.0, 9407.0, 9451.0, 9402.0, 9389.0, 9404.0, 9402.0, 9413.0, 9422.0, 9441.0, 9464.0, 9424.0, 9447.0, 9505.0, 9439.0, 9415.0, 9465.0, 9434.0, 9384.0, 9400.0, 9388.0, 9380.0, 9374.0, 9398.0, 9387.0, 9405.0, 9404.0, 9420.0, 9421.0, 9421.0, 9423.0, 9433.0, 9405.0, 9408.0, 9404.0, 9407.0, 9412.0, 9401.0, 9420.0, 9472.0, 9446.0, 9413.0, 9473.0, 9399.0, 9413.0, 9395.0, 9383.0, 9432.0, 9402.0, 9418.0, 9404.0, 9401.0, 9385.0, 9422.0, 9433.0, 9410.0, 9407.0, 9388.0, 9407.0, 9413.0, 9444.0, 9401.0, 9461.0, 9473.0, 9431.0, 9474.0, 9398.0, 9380.0, 9435.0, 9392.0, 9385.0, 9383.0, 9398.0, 9407.0, 9411.0, 9415.0, 9406.0, 9425.0, 9411.0, 9410.0, 9452.0, 9466.0, 9433.0, 9420.0, 9395.0, 9403.0, 9442.0, 9414.0, 9382.0, 9470.0, 9448.0, 9402.0, 9434.0, 9431.0, 9365.0, 9405.0, 9362.0, 9357.0, 9360.0, 9381.0, 9376.0, 9368.0, 9386.0, 9400.0, 9403.0, 9420.0, 9408.0, 9408.0, 9464.0, 9405.0, 9400.0, 9399.0, 9388.0, 9406.0, 9450.0, 9407.0, 9398.0, 9435.0, 9394.0, 9367.0, 9409.0, 9396.0, 9384.0, 9382.0, 9387.0, 9397.0, 9407.0, 9409.0, 9396.0, 9405.0, 9401.0, 9409.0, 9416.0, 9419.0, 9414.0, 9451.0, 9409.0, 9422.0, 9462.0, 9419.0, 9441.0, 9473.0, 9465.0, 9481.0, 9476.0, 9462.0, 9389.0, 9369.0, 9364.0, 9406.0, 9440.0, 9390.0, 9410.0, 9431.0, 9434.0, 9403.0, 9451.0, 9479.0, 9430.0, 9453.0, 9471.0, 9441.0, 9446.0, 9462.0, 9403.0, 9484.0, 9426.0, 9461.0, 9463.0, 9426.0, 9465.0, 9422.0, 9414.0, 9442.0, 9413.0, 9401.0, 9345.0, 9334.0, 9393.0, 9346.0, 9337.0, 9347.0, 9356.0, 9351.0, 9355.0, 9356.0, 9380.0, 9372.0, 9370.0, 9375.0, 9379.0, 9374.0, 9390.0, 9391.0, 9383.0, 9385.0, 9377.0, 9404.0, 9395.0, 9409.0, 9427.0, 9431.0, 9433.0, 9481.0, 9469.0, 9422.0, 9414.0, 9398.0, 9420.0, 9414.0, 9421.0, 9410.0, 9383.0, 9431.0, 9456.0, 9423.0, 9441.0, 9513.0, 9439.0, 9441.0, 9486.0, 9428.0, 9441.0, 9493.0, 9458.0, 9446.0, 9408.0, 9406.0, 9433.0, 9406.0, 9483.0, 9448.0, 9463.0, 9404.0, 9392.0, 9451.0, 9411.0, 9438.0, 9453.0, 9418.0, 9470.0, 9439.0, 9424.0, 9443.0, 9411.0, 9384.0, 9366.0, 9360.0, 9393.0, 9372.0, 9400.0, 9362.0, 9366.0, 9371.0, 9380.0, 9365.0, 9380.0, 9380.0, 9398.0, 9396.0, 9404.0, 9402.0, 9391.0, 9419.0, 9406.0, 9386.0, 9386.0, 9421.0, 9385.0, 9405.0, 9408.0, 9403.0, 9428.0, 9428.0, 9416.0, 9421.0, 9439.0, 9424.0, 9432.0, 9485.0, 9437.0, 9458.0, 9404.0, 9395.0, 9444.0, 9403.0, 9397.0, 9492.0, 9433.0, 9405.0, 9450.0, 9394.0, 9387.0, 9432.0, 9389.0, 9388.0, 9389.0, 9406.0, 9404.0, 9415.0, 9413.0, 9424.0, 9418.0, 9409.0, 9404.0, 9434.0, 9433.0, 9418.0, 9423.0, 9398.0, 9428.0, 9416.0, 9452.0, 9440.0, 9455.0, 9511.0, 9484.0, 9492.0, 9517.0, 9494.0, 9506.0, 9427.0, 9382.0, 9401.0, 9373.0, 9382.0, 9460.0, 9445.0, 9383.0, 9466.0, 9453.0, 9398.0, 9423.0, 9369.0, 9364.0, 9392.0, 9371.0, 9386.0, 9397.0, 9401.0, 9403.0, 9410.0, 9411.0, 9403.0, 9413.0, 9453.0, 9427.0, 9479.0, 9433.0, 9393.0, 9449.0, 9385.0, 9391.0, 9411.0, 9364.0, 9455.0, 9427.0, 9384.0, 9399.0, 9403.0, 9381.0, 9367.0, 9376.0, 9396.0, 9371.0, 9383.0, 9388.0, 9394.0, 9418.0, 9394.0, 9407.0, 9404.0, 9395.0, 9407.0, 9401.0, 9415.0, 9406.0, 9402.0, 9409.0, 9412.0, 9413.0, 9435.0, 9441.0, 9458.0, 9515.0, 9519.0, 9468.0, 9453.0, 9489.0, 9443.0, 9452.0, 9494.0, 9447.0, 9394.0, 9375.0, 9374.0, 9404.0, 9393.0, 9408.0, 9394.0, 9408.0, 9469.0, 9440.0, 9457.0, 9464.0, 9457.0, 9421.0, 9364.0, 9395.0, 9381.0, 9387.0, 9427.0, 9404.0, 9404.0, 9456.0, 9397.0, 9453.0, 9412.0, 9456.0, 9446.0, 9462.0, 9462.0, 9432.0, 9421.0, 9341.0, 9336.0, 9356.0, 9383.0, 9386.0, 9385.0, 9405.0, 9424.0, 9397.0, 9392.0, 9434.0, 9360.0, 9385.0, 9359.0, 9366.0, 9390.0, 9381.0, 9379.0, 9378.0, 9379.0, 9445.0, 9400.0, 9448.0, 9417.0, 9411.0, 9436.0, 9427.0, 9400.0, 9410.0, 9357.0, 9316.0, 9376.0, 9299.0, 9306.0, 9303.0, 9312.0, 9312.0, 9329.0, 9329.0, 9331.0, 9337.0, 9337.0, 9347.0, 9337.0, 9360.0, 9375.0, 9363.0, 9365.0, 9359.0, 9384.0, 9367.0, 9392.0, 9392.0, 9396.0, 9396.0, 9417.0, 9412.0, 9445.0, 9412.0, 9413.0, 9408.0, 9406.0, 9416.0, 9453.0, 9484.0, 9452.0, 9464.0, 9397.0, 9414.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.0005015057471264369</td></tr>
<tr><td colspan=3>aqi</td><td>0.02002576972413793</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.20502779645566</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1690241307019553</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9842118952128885</td></tr>
<tr><td colspan=3>efc</td><td>0.5013</td></tr>
<tr><td colspan=3>fber</td><td>4160.5645</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07222304260800348</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9195402298850575</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.436874085871158</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.291933490810593</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.688425844993842</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.330262921809039</td></tr>
<tr><td colspan=3>gcor</td><td>0.0135418</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01943567954003811</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04351773485541344</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.6863131264495848</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>16.9491</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.7605</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>215.7337</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295229.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1008.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>388.5545</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6765</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>640.2098</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3400.6419</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3586.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81315.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1096.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4610.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.7817</td></tr>
<tr><td colspan=3>tsnr</td><td>35.89067373541184</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>