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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0098/ses-03/func/sub-0098_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>131862c6d9fa1b71e19951a5e401a900</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:15:47.985000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999603, 0.0139628, -0.0244703, -0.00872343, 0.97926, 0.202418]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.09114</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4216, -7813, -7167, 299, -108, 84, -10, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>247.993</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>70fdffcf-323f-48db-9be9-b864e7a808e9||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6818618774414062, -0.023404331877827644, -0.0723305270075798, 117.30829620361328], [-0.03746110945940018, 2.627284049987793, 0.5457354187965393, -105.89569854736328], [-0.06565195322036743, -0.5430728197097778, 2.643282175064087, -27.555809020996094], [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': ['131547.985000', '131548.445000', '131548.905000', '131549.365000', '131549.825000', '131550.285000', '131550.745000', '131551.205000', '131551.665000', '131552.125000', '131552.585000', '131553.045000', '131553.505000', '131553.965000', '131554.425000', '131554.885000', '131555.345000', '131555.805000', '131556.265000', '131556.725000', '131557.185000', '131557.645000', '131558.105000', '131558.565000', '131559.025000', '131559.485000', '131559.945000', '131600.405000', '131600.865000', '131601.325000', '131601.785000', '131602.245000', '131602.705000', '131603.165000', '131603.625000', '131604.085000', '131604.545000', '131605.005000', '131605.465000', '131605.925000', '131606.385000', '131606.845000', '131607.305000', '131607.765000', '131608.225000', '131608.685000', '131609.145000', '131609.605000', '131610.065000', '131610.525000', '131610.985000', '131611.445000', '131611.905000', '131612.365000', '131612.825000', '131613.285000', '131613.745000', '131614.205000', '131614.665000', '131615.125000', '131615.585000', '131616.045000', '131616.505000', '131616.965000', '131617.425000', '131617.885000', '131618.345000', '131618.805000', '131619.265000', '131619.725000', '131620.185000', '131620.645000', '131621.105000', '131621.565000', '131622.025000', '131622.485000', '131622.945000', '131623.405000', '131623.865000', '131624.325000', '131624.785000', '131625.245000', '131625.705000', '131626.165000', '131626.625000', '131627.085000', '131627.545000', '131628.005000', '131628.465000', '131628.925000', '131629.385000', '131629.845000', '131630.305000', '131630.765000', '131631.225000', '131631.685000', '131632.145000', '131632.605000', '131633.065000', '131633.525000', '131633.985000', '131634.445000', '131634.905000', '131635.365000', '131635.825000', '131636.285000', '131636.745000', '131637.205000', '131637.665000', '131638.125000', '131638.585000', '131639.045000', '131639.505000', '131639.965000', '131640.425000', '131640.885000', '131641.345000', '131641.805000', '131642.265000', '131642.725000', '131643.185000', '131643.645000', '131644.105000', '131644.565000', '131645.025000', '131645.485000', '131645.945000', '131646.405000', '131646.865000', '131647.325000', '131647.785000', '131648.245000', '131648.705000', '131649.165000', '131649.625000', '131650.085000', '131650.545000', '131651.005000', '131651.465000', '131651.925000', '131652.385000', '131652.845000', '131653.305000', '131653.765000', '131654.225000', '131654.685000', '131655.145000', '131655.605000', '131656.065000', '131656.525000', '131656.985000', '131657.445000', '131657.905000', '131658.365000', '131658.825000', '131659.285000', '131659.745000', '131700.205000', '131700.665000', '131701.125000', '131701.585000', '131702.045000', '131702.505000', '131702.965000', '131703.425000', '131703.885000', '131704.345000', '131704.805000', '131705.265000', '131705.725000', '131706.185000', '131706.645000', '131707.105000', '131707.565000', '131708.025000', '131708.485000', '131708.945000', '131709.405000', '131709.865000', '131710.325000', '131710.785000', '131711.245000', '131711.705000', '131712.165000', '131712.625000', '131713.085000', '131713.545000', '131714.005000', '131714.465000', '131714.925000', '131715.385000', '131715.845000', '131716.305000', '131716.765000', '131717.225000', '131717.685000', '131718.145000', '131718.605000', '131719.065000', '131719.525000', '131719.985000', '131720.445000', '131720.905000', '131721.365000', '131721.825000', '131722.285000', '131722.745000', '131723.205000', '131723.665000', '131724.125000', '131724.585000', '131725.045000', '131725.505000', '131725.965000', '131726.425000', '131726.885000', '131727.345000', '131727.805000', '131728.265000', '131728.725000', '131729.185000', '131729.645000', '131730.105000', '131730.565000', '131731.025000', '131731.485000', '131731.945000', '131732.405000', '131732.865000', '131733.325000', '131733.785000', '131734.245000', '131734.705000', '131735.165000', '131735.625000', '131736.085000', '131736.545000', '131737.005000', '131737.465000', '131737.925000', '131738.385000', '131738.845000', '131739.305000', '131739.765000', '131740.225000', '131740.685000', '131741.145000', '131741.605000', '131742.065000', '131742.525000', '131742.985000', '131743.445000', '131743.905000', '131744.365000', '131744.825000', '131745.285000', '131745.745000', '131746.205000', '131746.665000', '131747.125000', '131747.585000', '131748.045000', '131748.505000', '131748.965000', '131749.425000', '131749.885000', '131750.345000', '131750.805000', '131751.265000', '131751.725000', '131752.185000', '131752.645000', '131753.105000', '131753.565000', '131754.025000', '131754.485000', '131754.945000', '131755.405000', '131755.865000', '131756.325000', '131756.785000', '131757.245000', '131757.705000', '131758.165000', '131758.625000', '131759.085000', '131759.545000', '131800.005000', '131800.465000', '131800.925000', '131801.385000', '131801.845000', '131802.305000', '131802.765000', '131803.225000', '131803.685000', '131804.145000', '131804.605000', '131805.065000', '131805.525000', '131805.985000', '131806.445000', '131806.905000', '131807.365000', '131807.825000', '131808.285000', '131808.745000', '131809.205000', '131809.665000', '131810.125000', '131810.585000', '131811.045000', '131811.505000', '131811.965000', '131812.425000', '131812.885000', '131813.345000', '131813.805000', '131814.265000', '131814.725000', '131815.185000', '131815.645000', '131816.105000', '131816.565000', '131817.025000', '131817.485000', '131817.945000', '131818.405000', '131818.865000', '131819.325000', '131819.785000', '131820.245000', '131820.705000', '131821.165000', '131821.625000', '131822.085000', '131822.545000', '131823.005000', '131823.465000', '131823.925000', '131824.385000', '131824.845000', '131825.305000', '131825.765000', '131826.225000', '131826.685000', '131827.145000', '131827.605000', '131828.065000', '131828.525000', '131828.985000', '131829.445000', '131829.905000', '131830.365000', '131830.825000', '131831.285000', '131831.745000', '131832.205000', '131832.665000', '131833.125000', '131833.585000', '131834.045000', '131834.505000', '131834.965000', '131835.425000', '131835.885000', '131836.345000', '131836.805000', '131837.265000', '131837.725000', '131838.185000', '131838.645000', '131839.105000', '131839.565000', '131840.025000', '131840.485000', '131840.945000', '131841.405000', '131841.865000', '131842.325000', '131842.785000', '131843.245000', '131843.705000', '131844.165000', '131844.625000', '131845.085000', '131845.545000', '131846.005000', '131846.465000', '131846.925000', '131847.385000', '131847.845000', '131848.305000', '131848.765000', '131849.225000', '131849.685000', '131850.145000', '131850.605000', '131851.065000', '131851.525000', '131851.985000', '131852.445000', '131852.905000', '131853.365000', '131853.825000', '131854.285000', '131854.745000', '131855.205000', '131855.665000', '131856.125000', '131856.585000', '131857.045000', '131857.505000', '131857.965000', '131858.425000', '131858.885000', '131859.345000', '131859.805000', '131900.265000', '131900.725000', '131901.185000', '131901.645000', '131902.105000', '131902.565000', '131903.025000', '131903.485000', '131903.945000', '131904.405000', '131904.865000', '131905.325000', '131905.785000', '131906.245000', '131906.705000', '131907.165000', '131907.625000', '131908.085000', '131908.545000', '131909.005000', '131909.465000', '131909.925000', '131910.385000', '131910.845000', '131911.305000', '131911.765000', '131912.225000', '131912.685000', '131913.145000', '131913.605000', '131914.065000', '131914.525000', '131914.985000', '131915.445000', '131915.905000', '131916.365000', '131916.825000', '131917.285000', '131917.745000', '131918.205000', '131918.665000', '131919.125000', '131919.585000', '131920.045000', '131920.505000', '131920.965000', '131921.425000', '131921.885000', '131922.345000', '131922.805000', '131923.265000', '131923.725000', '131924.185000', '131924.645000', '131925.105000', '131925.565000', '131926.025000', '131926.485000', '131926.945000', '131927.405000', '131927.865000', '131928.325000', '131928.785000', '131929.245000', '131929.705000', '131930.165000', '131930.625000', '131931.085000', '131931.545000', '131932.005000', '131932.465000', '131932.925000', '131933.385000', '131933.845000', '131934.305000', '131934.765000', '131935.225000', '131935.685000', '131936.145000', '131936.605000', '131937.065000', '131937.525000', '131937.985000', '131938.445000', '131938.905000', '131939.365000', '131939.825000', '131940.285000', '131940.745000', '131941.205000', '131941.665000', '131942.125000', '131942.585000', '131943.045000', '131943.505000', '131943.965000', '131944.425000', '131944.885000', '131945.345000', '131945.805000', '131946.265000', '131946.725000', '131947.185000', '131947.645000', '131948.105000', '131948.565000', '131949.025000', '131949.485000', '131949.945000', '131950.405000', '131950.865000', '131951.325000', '131951.785000', '131952.245000', '131952.705000', '131953.165000', '131953.625000', '131954.085000', '131954.545000', '131955.005000', '131955.465000', '131955.925000', '131956.385000', '131956.845000', '131957.305000', '131957.765000', '131958.225000', '131958.685000', '131959.145000', '131959.605000', '132000.065000', '132000.525000', '132000.985000', '132001.445000', '132001.905000', '132002.365000', '132002.825000', '132003.285000', '132003.745000', '132004.205000', '132004.665000', '132005.125000', '132005.585000', '132006.045000', '132006.505000', '132006.965000', '132007.425000', '132007.885000', '132008.345000', '132008.805000', '132009.265000', '132009.725000', '132010.185000', '132010.645000', '132011.105000', '132011.565000', '132012.025000', '132012.485000', '132012.945000', '132013.405000', '132013.865000', '132014.325000', '132014.785000', '132015.245000', '132015.705000', '132016.165000', '132016.625000', '132017.085000', '132017.545000', '132018.005000', '132018.465000', '132018.925000', '132019.385000', '132019.845000', '132020.305000', '132020.765000', '132021.225000', '132021.685000', '132022.145000', '132022.605000', '132023.065000', '132023.525000', '132023.985000', '132024.445000', '132024.905000', '132025.365000', '132025.825000', '132026.285000', '132026.745000', '132027.205000', '132027.665000', '132028.125000', '132028.585000', '132029.045000', '132029.505000', '132029.965000', '132030.425000', '132030.885000', '132031.345000', '132031.805000', '132032.265000', '132032.725000', '132033.185000', '132033.645000', '132034.105000', '132034.565000', '132035.025000', '132035.485000', '132035.945000', '132036.405000', '132036.865000', '132037.325000', '132037.785000', '132038.245000', '132038.705000', '132039.165000', '132039.625000', '132040.085000', '132040.545000', '132041.005000', '132041.465000', '132041.925000', '132042.385000', '132042.845000', '132043.305000', '132043.765000', '132044.225000', '132044.685000', '132045.145000', '132045.605000', '132046.065000', '132046.525000', '132046.985000', '132047.445000', '132047.905000', '132048.365000', '132048.825000', '132049.285000', '132049.745000', '132050.205000', '132050.665000', '132051.125000', '132051.585000', '132052.045000', '132052.505000', '132052.965000', '132053.425000', '132053.885000', '132054.345000', '132054.805000', '132055.265000', '132055.725000', '132056.185000', '132056.645000', '132057.105000', '132057.565000', '132058.025000', '132058.485000', '132058.945000', '132059.405000', '132059.865000', '132100.325000', '132100.785000', '132101.245000', '132101.705000', '132102.165000', '132102.625000', '132103.085000', '132103.545000', '132104.005000', '132104.465000', '132104.925000', '132105.385000', '132105.845000', '132106.305000', '132106.765000', '132107.225000', '132107.685000', '132108.145000', '132108.605000', '132109.065000', '132109.525000', '132109.985000', '132110.445000', '132110.905000', '132111.365000', '132111.825000', '132112.285000', '132112.745000', '132113.205000', '132113.665000', '132114.125000', '132114.585000', '132115.045000', '132115.505000', '132115.965000', '132116.425000', '132116.885000', '132117.345000', '132117.805000', '132118.265000', '132118.725000', '132119.185000', '132119.645000', '132120.105000', '132120.565000', '132121.025000', '132121.485000', '132121.945000', '132122.405000', '132122.865000', '132123.325000', '132123.785000', '132124.245000', '132124.705000', '132125.165000', '132125.625000', '132126.085000', '132126.545000', '132127.005000', '132127.465000', '132127.925000', '132128.385000', '132128.845000', '132129.305000', '132129.765000', '132130.225000', '132130.685000', '132131.145000', '132131.605000', '132132.065000', '132132.525000', '132132.985000', '132133.445000', '132133.905000', '132134.365000', '132134.825000', '132135.285000', '132135.745000', '132136.205000', '132136.665000', '132137.125000', '132137.585000', '132138.045000', '132138.505000', '132138.965000', '132139.425000', '132139.885000', '132140.345000', '132140.805000', '132141.265000', '132141.725000', '132142.185000', '132142.645000', '132143.105000', '132143.565000', '132144.025000', '132144.485000', '132144.945000', '132145.405000', '132145.865000', '132146.325000', '132146.785000', '132147.245000', '132147.705000', '132148.165000', '132148.625000', '132149.085000', '132149.545000', '132150.005000', '132150.465000', '132150.925000', '132151.385000', '132151.845000', '132152.305000', '132152.765000', '132153.225000', '132153.685000', '132154.145000', '132154.605000', '132155.065000', '132155.525000', '132155.985000', '132156.445000', '132156.905000', '132157.365000', '132157.825000', '132158.285000', '132158.745000', '132159.205000', '132159.665000', '132200.125000', '132200.585000', '132201.045000', '132201.505000', '132201.965000', '132202.425000', '132202.885000', '132203.345000', '132203.805000', '132204.265000', '132204.725000', '132205.185000', '132205.645000', '132206.105000', '132206.565000', '132207.025000', '132207.485000', '132207.945000', '132208.405000', '132208.865000', '132209.325000', '132209.785000', '132210.245000', '132210.705000', '132211.165000', '132211.625000', '132212.085000', '132212.545000', '132213.005000', '132213.465000', '132213.925000', '132214.385000', '132214.845000', '132215.305000', '132215.765000', '132216.225000', '132216.685000', '132217.145000', '132217.605000', '132218.065000', '132218.525000', '132218.985000', '132219.445000', '132219.905000', '132220.365000', '132220.825000', '132221.285000', '132221.745000', '132222.205000', '132222.665000', '132223.125000', '132223.585000', '132224.045000', '132224.505000', '132224.965000', '132225.425000', '132225.885000', '132226.345000', '132226.805000', '132227.265000', '132227.725000', '132228.185000', '132228.645000'], 'ContentTime': ['131618.162000', '131618.165000', '131618.168000', '131618.171000', '131618.173000', '131618.176000', '131618.178000', '131618.184000', '131618.187000', '131618.189000', '131618.192000', '131618.195000', '131618.197000', '131618.200000', '131618.203000', '131618.205000', '131618.208000', '131618.210000', '131618.213000', '131618.215000', '131618.218000', '131618.221000', '131618.223000', '131618.226000', '131618.229000', '131618.231000', '131618.234000', '131618.237000', '131618.239000', '131618.242000', '131618.244000', '131618.247000', '131618.250000', '131618.252000', '131618.255000', '131618.258000', '131618.260000', '131618.263000', '131618.265000', '131618.268000', '131618.282000', '131618.285000', '131618.287000', '131618.290000', '131618.292000', '131618.295000', '131618.298000', '131618.300000', '131618.303000', '131618.305000', '131618.308000', '131618.311000', '131618.313000', '131618.316000', '131618.318000', '131618.321000', '131618.324000', '131618.326000', '131618.329000', '131618.331000', '131618.334000', '131618.337000', '131638.124000', '131638.127000', '131638.130000', '131638.132000', '131638.135000', '131638.138000', '131638.140000', '131638.143000', '131638.146000', '131638.149000', '131638.151000', '131638.154000', '131638.157000', '131638.159000', '131638.162000', '131638.164000', '131638.167000', '131638.170000', '131638.172000', '131638.175000', '131638.177000', '131638.180000', '131638.183000', '131638.185000', '131638.188000', '131638.190000', '131638.193000', '131638.196000', '131638.198000', '131638.201000', '131638.204000', '131638.206000', '131638.209000', '131638.211000', '131638.214000', '131638.217000', '131638.229000', '131638.231000', '131638.234000', '131638.237000', '131638.239000', '131638.242000', '131638.244000', '131638.247000', '131658.124000', '131658.127000', '131658.130000', '131658.133000', '131658.140000', '131658.142000', '131658.145000', '131658.148000', '131658.150000', '131658.153000', '131658.156000', '131658.158000', '131658.161000', '131658.163000', '131658.166000', '131658.168000', '131658.171000', '131658.174000', '131658.176000', '131658.179000', '131658.182000', '131658.184000', '131658.187000', '131658.189000', '131658.192000', '131658.195000', '131658.197000', '131658.200000', '131658.202000', '131658.205000', '131658.208000', '131658.210000', '131658.213000', '131658.215000', '131658.218000', '131658.221000', '131658.223000', '131658.226000', '131658.229000', '131658.231000', '131658.234000', '131658.236000', '131658.239000', '131718.123000', '131718.126000', '131718.129000', '131718.132000', '131718.134000', '131718.137000', '131718.139000', '131718.142000', '131718.145000', '131718.147000', '131718.150000', '131718.152000', '131718.155000', '131718.158000', '131718.160000', '131718.163000', '131718.165000', '131718.168000', '131718.170000', '131718.173000', '131718.176000', '131718.179000', '131718.181000', '131718.184000', '131718.186000', '131718.189000', '131718.192000', '131718.194000', '131718.197000', '131718.199000', '131718.202000', '131718.205000', '131718.207000', '131718.210000', '131718.212000', '131718.215000', '131718.218000', '131718.220000', '131718.223000', '131718.226000', '131718.228000', '131718.231000', '131718.233000', '131718.236000', '131738.124000', '131738.127000', '131738.130000', '131738.133000', '131738.135000', '131738.138000', '131738.141000', '131738.143000', '131738.146000', '131738.149000', '131738.151000', '131738.154000', '131738.156000', '131738.159000', '131738.162000', '131738.164000', '131738.167000', '131738.170000', '131738.172000', '131738.175000', '131738.177000', '131738.180000', '131738.183000', '131738.185000', '131738.188000', '131738.191000', '131738.193000', '131738.196000', '131738.198000', '131738.201000', '131738.203000', '131738.206000', '131738.209000', '131738.211000', '131738.214000', '131738.217000', '131738.219000', '131738.222000', '131738.225000', '131738.227000', '131738.230000', '131738.233000', '131738.235000', '131758.124000', '131758.127000', '131758.130000', '131758.132000', '131758.136000', '131758.138000', '131758.141000', '131758.143000', '131758.146000', '131758.149000', '131758.151000', '131758.154000', '131758.156000', '131758.159000', '131758.161000', '131758.164000', '131758.166000', '131758.169000', '131758.172000', '131758.174000', '131758.177000', '131758.180000', '131758.182000', '131758.185000', '131758.188000', '131758.190000', '131758.193000', '131758.195000', '131758.198000', '131758.201000', '131758.203000', '131758.206000', '131758.209000', '131758.211000', '131758.214000', '131758.217000', '131758.219000', '131758.222000', '131758.224000', '131758.227000', '131758.230000', '131758.232000', '131758.235000', '131758.237000', '131818.125000', '131818.127000', '131818.130000', '131818.133000', '131818.135000', '131818.138000', '131818.141000', '131818.143000', '131818.146000', '131818.149000', '131818.151000', '131818.154000', '131818.156000', '131818.159000', '131818.162000', '131818.164000', '131818.167000', '131818.169000', '131818.172000', '131818.175000', '131818.177000', '131818.180000', '131818.183000', '131818.185000', '131818.188000', '131818.191000', '131818.193000', '131818.196000', '131818.199000', '131818.201000', '131818.204000', '131818.216000', '131818.218000', '131818.221000', '131818.223000', '131818.226000', '131818.229000', '131818.231000', '131818.234000', '131818.236000', '131818.239000', '131818.242000', '131818.244000', '131838.125000', '131838.127000', '131838.130000', '131838.133000', '131838.136000', '131838.138000', '131838.141000', '131838.144000', '131838.146000', '131838.149000', '131838.151000', '131838.154000', '131838.157000', '131838.159000', '131838.162000', '131838.165000', '131838.167000', '131838.170000', '131838.172000', '131838.175000', '131838.178000', '131838.180000', '131838.183000', '131838.186000', '131838.189000', '131838.191000', '131838.194000', '131838.197000', '131838.199000', '131838.202000', '131838.205000', '131838.207000', '131838.210000', '131838.213000', '131838.215000', '131838.218000', '131838.220000', '131838.223000', '131838.226000', '131838.228000', '131838.231000', '131838.234000', '131838.236000', '131858.125000', '131858.128000', '131858.130000', '131858.133000', '131858.136000', '131858.138000', '131858.141000', '131858.144000', '131858.146000', '131858.149000', '131858.152000', '131858.154000', '131858.157000', '131858.160000', '131858.162000', '131858.165000', '131858.168000', '131858.171000', '131858.174000', '131858.176000', '131858.179000', '131858.181000', '131858.184000', '131858.187000', '131858.189000', '131858.192000', '131858.195000', '131858.197000', '131858.200000', '131858.202000', '131858.205000', '131858.208000', '131858.210000', '131858.213000', '131858.216000', '131858.218000', '131858.221000', '131858.224000', '131858.226000', '131858.229000', '131858.231000', '131858.234000', '131858.237000', '131858.239000', '131918.125000', '131918.127000', '131918.130000', '131918.132000', '131918.135000', '131918.138000', '131918.140000', '131918.143000', '131918.146000', '131918.149000', '131918.151000', '131918.154000', '131918.157000', '131918.159000', '131918.162000', '131918.165000', '131918.167000', '131918.170000', '131918.173000', '131918.176000', '131918.179000', '131918.182000', '131918.184000', '131918.187000', '131918.190000', '131918.192000', '131918.195000', '131918.198000', '131918.200000', '131918.203000', '131918.205000', '131918.208000', '131918.211000', '131918.213000', '131918.216000', '131918.219000', '131918.221000', '131918.224000', '131918.227000', '131918.229000', '131918.232000', '131918.235000', '131918.237000', '131918.240000', '131938.123000', '131938.126000', '131938.129000', '131938.132000', '131938.134000', '131938.137000', '131938.139000', '131938.142000', '131938.145000', '131938.147000', '131938.150000', '131938.152000', '131938.155000', '131938.158000', '131938.160000', '131938.163000', '131938.166000', '131938.168000', '131938.171000', '131938.173000', '131938.176000', '131938.179000', '131938.181000', '131938.184000', '131938.186000', '131938.189000', '131938.192000', '131938.194000', '131938.197000', '131938.200000', '131938.202000', '131938.205000', '131938.207000', '131938.210000', '131938.213000', '131938.215000', '131938.218000', '131938.220000', '131938.223000', '131938.226000', '131938.228000', '131938.231000', '131938.234000', '131958.124000', '131958.127000', '131958.130000', '131958.133000', '131958.135000', '131958.138000', '131958.140000', '131958.143000', '131958.146000', '131958.148000', '131958.151000', '131958.154000', '131958.157000', '131958.186000', '131958.189000', '131958.192000', '131958.194000', '131958.197000', '131958.199000', '131958.202000', '131958.205000', '131958.207000', '131958.210000', '131958.213000', '131958.215000', '131958.218000', '131958.220000', '131958.223000', '131958.226000', '131958.228000', '131958.231000', '131958.234000', '131958.236000', '131958.239000', '131958.241000', '131958.244000', '131958.247000', '131958.249000', '131958.252000', '131958.255000', '131958.257000', '131958.260000', '131958.262000', '131958.265000', '132018.124000', '132018.128000', '132018.130000', '132018.133000', '132018.135000', '132018.138000', '132018.141000', '132018.143000', '132018.146000', '132018.149000', '132018.151000', '132018.154000', '132018.156000', '132018.159000', '132018.162000', '132018.164000', '132018.167000', '132018.170000', '132018.172000', '132018.175000', '132018.177000', '132018.180000', '132018.183000', '132018.185000', '132018.188000', '132018.191000', '132018.193000', '132018.196000', '132018.198000', '132018.201000', '132018.204000', '132018.206000', '132018.209000', '132018.211000', '132018.214000', '132018.216000', '132018.219000', '132018.222000', '132018.224000', '132018.227000', '132018.229000', '132018.232000', '132018.235000', '132038.125000', '132038.127000', '132038.130000', '132038.132000', '132038.135000', '132038.138000', '132038.141000', '132038.143000', '132038.146000', '132038.148000', '132038.152000', '132038.155000', '132038.158000', '132038.160000', '132038.163000', '132038.166000', '132038.168000', '132038.171000', '132038.174000', '132038.176000', '132038.179000', '132038.182000', '132038.184000', '132038.187000', '132038.190000', '132038.192000', '132038.195000', '132038.198000', '132038.200000', '132038.203000', '132038.205000', '132038.208000', '132038.210000', '132038.214000', '132038.216000', '132038.219000', '132038.222000', '132038.224000', '132038.227000', '132038.229000', '132038.232000', '132038.235000', '132038.237000', '132058.124000', '132058.127000', '132058.130000', '132058.132000', '132058.135000', '132058.138000', '132058.140000', '132058.143000', '132058.145000', '132058.148000', '132058.150000', '132058.153000', '132058.156000', '132058.158000', '132058.161000', '132058.163000', '132058.166000', '132058.168000', '132058.171000', '132058.174000', '132058.176000', '132058.179000', '132058.183000', '132058.185000', '132058.188000', '132058.190000', '132058.193000', '132058.196000', '132058.198000', '132058.201000', '132058.203000', '132058.206000', '132058.208000', '132058.211000', '132058.213000', '132058.216000', '132058.219000', '132058.221000', '132058.224000', '132058.226000', '132058.229000', '132058.231000', '132058.234000', '132058.237000', '132118.125000', '132118.127000', '132118.130000', '132118.133000', '132118.135000', '132118.138000', '132118.140000', '132118.143000', '132118.145000', '132118.149000', '132118.151000', '132118.154000', '132118.156000', '132118.159000', '132118.162000', '132118.165000', '132118.168000', '132118.182000', '132118.185000', '132118.187000', '132118.190000', '132118.193000', '132118.195000', '132118.198000', '132118.201000', '132118.203000', '132118.206000', '132118.208000', '132118.211000', '132118.214000', '132118.216000', '132118.219000', '132118.221000', '132118.224000', '132118.227000', '132118.229000', '132118.232000', '132118.234000', '132118.259000', '132118.261000', '132118.264000', '132118.267000', '132118.269000', '132138.126000', '132138.129000', '132138.131000', '132138.134000', '132138.136000', '132138.139000', '132138.141000', '132138.144000', '132138.147000', '132138.150000', '132138.152000', '132138.155000', '132138.158000', '132138.160000', '132138.163000', '132138.165000', '132138.168000', '132138.171000', '132138.173000', '132138.176000', '132138.179000', '132138.181000', '132138.184000', '132138.187000', '132138.189000', '132138.192000', '132138.195000', '132138.197000', '132138.200000', '132138.202000', '132138.205000', '132138.209000', '132138.212000', '132138.215000', '132138.217000', '132138.220000', '132138.222000', '132138.225000', '132138.228000', '132138.230000', '132138.233000', '132138.236000', '132138.238000', '132138.241000', '132158.124000', '132158.126000', '132158.129000', '132158.131000', '132158.134000', '132158.137000', '132158.139000', '132158.142000', '132158.145000', '132158.147000', '132158.150000', '132158.153000', '132158.155000', '132158.158000', '132158.160000', '132158.163000', '132158.166000', '132158.168000', '132158.171000', '132158.174000', '132158.176000', '132158.179000', '132158.181000', '132158.184000', '132158.187000', '132158.189000', '132158.192000', '132158.194000', '132158.197000', '132158.200000', '132158.202000', '132158.205000', '132158.208000', '132158.211000', '132158.213000', '132158.216000', '132158.219000', '132158.221000', '132158.224000', '132158.227000', '132158.229000', '132158.232000', '132158.235000', '132218.124000', '132218.127000', '132218.130000', '132218.133000', '132218.135000', '132218.138000', '132218.141000', '132218.144000', '132218.146000', '132218.149000', '132218.151000', '132218.154000', '132218.157000', '132218.159000', '132218.162000', '132218.164000', '132218.167000', '132218.170000', '132218.172000', '132218.175000', '132218.177000', '132218.180000', '132218.183000', '132218.185000', '132218.188000', '132218.190000', '132218.193000', '132218.195000', '132218.198000', '132218.201000', '132218.203000', '132218.206000', '132218.208000', '132218.211000', '132218.214000', '132218.216000', '132218.219000', '132218.221000', '132218.224000', '132218.227000', '132218.230000', '132218.232000', '132218.235000', '132218.237000', '132230.394000', '132230.397000', '132230.400000', '132230.403000', '132230.405000', '132230.408000', '132230.410000', '132230.413000', '132230.416000', '132230.418000', '132230.421000', '132230.424000', '132230.426000', '132230.429000', '132230.432000', '132230.434000', '132230.437000', '132230.440000', '132230.442000', '132230.445000', '132230.448000', '132230.450000', '132230.453000', '132230.455000', '132230.458000', '132230.461000', '132230.463000'], 'InstanceCreationTime': ['131618.162000', '131618.165000', '131618.168000', '131618.171000', '131618.173000', '131618.176000', '131618.178000', '131618.184000', '131618.187000', '131618.189000', '131618.192000', '131618.195000', '131618.197000', '131618.200000', '131618.203000', '131618.205000', '131618.208000', '131618.210000', '131618.213000', '131618.215000', '131618.218000', '131618.221000', '131618.223000', '131618.226000', '131618.229000', '131618.231000', '131618.234000', '131618.237000', '131618.239000', '131618.242000', '131618.244000', '131618.247000', '131618.250000', '131618.252000', '131618.255000', '131618.258000', '131618.260000', '131618.263000', '131618.265000', '131618.268000', '131618.282000', '131618.285000', '131618.287000', '131618.290000', '131618.292000', '131618.295000', '131618.298000', '131618.300000', '131618.303000', '131618.305000', '131618.308000', '131618.311000', '131618.313000', '131618.316000', '131618.318000', '131618.321000', '131618.324000', '131618.326000', '131618.329000', '131618.331000', '131618.334000', '131618.337000', '131638.124000', '131638.127000', '131638.130000', '131638.132000', '131638.135000', '131638.138000', '131638.140000', '131638.143000', '131638.146000', '131638.149000', '131638.151000', '131638.154000', '131638.157000', '131638.159000', '131638.162000', '131638.164000', '131638.167000', '131638.170000', '131638.172000', '131638.175000', '131638.177000', '131638.180000', '131638.183000', '131638.185000', '131638.188000', '131638.190000', '131638.193000', '131638.196000', '131638.198000', '131638.201000', '131638.204000', '131638.206000', '131638.209000', '131638.211000', '131638.214000', '131638.217000', '131638.229000', '131638.231000', '131638.234000', '131638.237000', '131638.239000', '131638.242000', '131638.244000', '131638.247000', '131658.124000', '131658.127000', '131658.130000', '131658.133000', '131658.140000', '131658.142000', '131658.145000', '131658.148000', '131658.150000', '131658.153000', '131658.156000', '131658.158000', '131658.161000', '131658.163000', '131658.166000', '131658.168000', '131658.171000', '131658.174000', '131658.176000', '131658.179000', '131658.182000', '131658.184000', '131658.187000', '131658.189000', '131658.192000', '131658.195000', '131658.197000', '131658.200000', '131658.202000', '131658.205000', '131658.208000', '131658.210000', '131658.213000', '131658.215000', '131658.218000', '131658.221000', '131658.223000', '131658.226000', '131658.229000', '131658.231000', '131658.234000', '131658.236000', '131658.239000', '131718.123000', '131718.126000', '131718.129000', '131718.132000', '131718.134000', '131718.137000', '131718.139000', '131718.142000', '131718.145000', '131718.147000', '131718.150000', '131718.152000', '131718.155000', '131718.158000', '131718.160000', '131718.163000', '131718.165000', '131718.168000', '131718.170000', '131718.173000', '131718.176000', '131718.179000', '131718.181000', '131718.184000', '131718.186000', '131718.189000', '131718.192000', '131718.194000', '131718.197000', '131718.199000', '131718.202000', '131718.205000', '131718.207000', '131718.210000', '131718.212000', '131718.215000', '131718.218000', '131718.220000', '131718.223000', '131718.226000', '131718.228000', '131718.231000', '131718.233000', '131718.236000', '131738.124000', '131738.127000', '131738.130000', '131738.133000', '131738.135000', '131738.138000', '131738.141000', '131738.143000', '131738.146000', '131738.149000', '131738.151000', '131738.154000', '131738.156000', '131738.159000', '131738.162000', '131738.164000', '131738.167000', '131738.170000', '131738.172000', '131738.175000', '131738.177000', '131738.180000', '131738.183000', '131738.185000', '131738.188000', '131738.191000', '131738.193000', '131738.196000', '131738.198000', '131738.201000', '131738.203000', '131738.206000', '131738.209000', '131738.211000', '131738.214000', '131738.217000', '131738.219000', '131738.222000', '131738.225000', '131738.227000', '131738.230000', '131738.233000', '131738.235000', '131758.124000', '131758.127000', '131758.130000', '131758.132000', '131758.136000', '131758.138000', '131758.141000', '131758.143000', '131758.146000', '131758.149000', '131758.151000', '131758.154000', '131758.156000', '131758.159000', '131758.161000', '131758.164000', '131758.166000', '131758.169000', '131758.172000', '131758.174000', '131758.177000', '131758.180000', '131758.182000', '131758.185000', '131758.188000', '131758.190000', '131758.193000', '131758.195000', '131758.198000', '131758.201000', '131758.203000', '131758.206000', '131758.209000', '131758.211000', '131758.214000', '131758.217000', '131758.219000', '131758.222000', '131758.224000', '131758.227000', '131758.230000', '131758.232000', '131758.235000', '131758.237000', '131818.125000', '131818.127000', '131818.130000', '131818.133000', '131818.135000', '131818.138000', '131818.141000', '131818.143000', '131818.146000', '131818.149000', '131818.151000', '131818.154000', '131818.156000', '131818.159000', '131818.162000', '131818.164000', '131818.167000', '131818.169000', '131818.172000', '131818.175000', '131818.177000', '131818.180000', '131818.183000', '131818.185000', '131818.188000', '131818.191000', '131818.193000', '131818.196000', '131818.199000', '131818.201000', '131818.204000', '131818.216000', '131818.218000', '131818.221000', '131818.223000', '131818.226000', '131818.229000', '131818.231000', '131818.234000', '131818.236000', '131818.239000', '131818.242000', '131818.244000', '131838.125000', '131838.127000', '131838.130000', '131838.133000', '131838.136000', '131838.138000', '131838.141000', '131838.144000', '131838.146000', '131838.149000', '131838.151000', '131838.154000', '131838.157000', '131838.159000', '131838.162000', '131838.165000', '131838.167000', '131838.170000', '131838.172000', '131838.175000', '131838.178000', '131838.180000', '131838.183000', '131838.186000', '131838.189000', '131838.191000', '131838.194000', '131838.197000', '131838.199000', '131838.202000', '131838.205000', '131838.207000', '131838.210000', '131838.213000', '131838.215000', '131838.218000', '131838.220000', '131838.223000', '131838.226000', '131838.228000', '131838.231000', '131838.234000', '131838.236000', '131858.125000', '131858.128000', '131858.130000', '131858.133000', '131858.136000', '131858.138000', '131858.141000', '131858.144000', '131858.146000', '131858.149000', '131858.152000', '131858.154000', '131858.157000', '131858.160000', '131858.162000', '131858.165000', '131858.168000', '131858.171000', '131858.174000', '131858.176000', '131858.179000', '131858.181000', '131858.184000', '131858.187000', '131858.189000', '131858.192000', '131858.195000', '131858.197000', '131858.200000', '131858.202000', '131858.205000', '131858.208000', '131858.210000', '131858.213000', '131858.216000', '131858.218000', '131858.221000', '131858.224000', '131858.226000', '131858.229000', '131858.231000', '131858.234000', '131858.237000', '131858.239000', '131918.125000', '131918.127000', '131918.130000', '131918.132000', '131918.135000', '131918.138000', '131918.140000', '131918.143000', '131918.146000', '131918.149000', '131918.151000', '131918.154000', '131918.157000', '131918.159000', '131918.162000', '131918.165000', '131918.167000', '131918.170000', '131918.173000', '131918.176000', '131918.179000', '131918.182000', '131918.184000', '131918.187000', '131918.190000', '131918.192000', '131918.195000', '131918.198000', '131918.200000', '131918.203000', '131918.205000', '131918.208000', '131918.211000', '131918.213000', '131918.216000', '131918.219000', '131918.221000', '131918.224000', '131918.227000', '131918.229000', '131918.232000', '131918.235000', '131918.237000', '131918.240000', '131938.123000', '131938.126000', '131938.129000', '131938.132000', '131938.134000', '131938.137000', '131938.139000', '131938.142000', '131938.145000', '131938.147000', '131938.150000', '131938.152000', '131938.155000', '131938.158000', '131938.160000', '131938.163000', '131938.166000', '131938.168000', '131938.171000', '131938.173000', '131938.176000', '131938.179000', '131938.181000', '131938.184000', '131938.186000', '131938.189000', '131938.192000', '131938.194000', '131938.197000', '131938.200000', '131938.202000', '131938.205000', '131938.207000', '131938.210000', '131938.213000', '131938.215000', '131938.218000', '131938.220000', '131938.223000', '131938.226000', '131938.228000', '131938.231000', '131938.234000', '131958.124000', '131958.127000', '131958.130000', '131958.133000', '131958.135000', '131958.138000', '131958.140000', '131958.143000', '131958.146000', '131958.148000', '131958.151000', '131958.154000', '131958.157000', '131958.186000', '131958.189000', '131958.192000', '131958.194000', '131958.197000', '131958.199000', '131958.202000', '131958.205000', '131958.207000', '131958.210000', '131958.213000', '131958.215000', '131958.218000', '131958.220000', '131958.223000', '131958.226000', '131958.228000', '131958.231000', '131958.234000', '131958.236000', '131958.239000', '131958.241000', '131958.244000', '131958.247000', '131958.249000', '131958.252000', '131958.255000', '131958.257000', '131958.260000', '131958.262000', '131958.265000', '132018.124000', '132018.128000', '132018.130000', '132018.133000', '132018.135000', '132018.138000', '132018.141000', '132018.143000', '132018.146000', '132018.149000', '132018.151000', '132018.154000', '132018.156000', '132018.159000', '132018.162000', '132018.164000', '132018.167000', '132018.170000', '132018.172000', '132018.175000', '132018.177000', '132018.180000', '132018.183000', '132018.185000', '132018.188000', '132018.191000', '132018.193000', '132018.196000', '132018.198000', '132018.201000', '132018.204000', '132018.206000', '132018.209000', '132018.211000', '132018.214000', '132018.216000', '132018.219000', '132018.222000', '132018.224000', '132018.227000', '132018.229000', '132018.232000', '132018.235000', '132038.125000', '132038.127000', '132038.130000', '132038.132000', '132038.135000', '132038.138000', '132038.141000', '132038.143000', '132038.146000', '132038.148000', '132038.152000', '132038.155000', '132038.158000', '132038.160000', '132038.163000', '132038.166000', '132038.168000', '132038.171000', '132038.174000', '132038.176000', '132038.179000', '132038.182000', '132038.184000', '132038.187000', '132038.190000', '132038.192000', '132038.195000', '132038.198000', '132038.200000', '132038.203000', '132038.205000', '132038.208000', '132038.210000', '132038.214000', '132038.216000', '132038.219000', '132038.222000', '132038.224000', '132038.227000', '132038.229000', '132038.232000', '132038.235000', '132038.237000', '132058.124000', '132058.127000', '132058.130000', '132058.132000', '132058.135000', '132058.138000', '132058.140000', '132058.143000', '132058.145000', '132058.148000', '132058.150000', '132058.153000', '132058.156000', '132058.158000', '132058.161000', '132058.163000', '132058.166000', '132058.168000', '132058.171000', '132058.174000', '132058.176000', '132058.179000', '132058.183000', '132058.185000', '132058.188000', '132058.190000', '132058.193000', '132058.196000', '132058.198000', '132058.201000', '132058.203000', '132058.206000', '132058.208000', '132058.211000', '132058.213000', '132058.216000', '132058.219000', '132058.221000', '132058.224000', '132058.226000', '132058.229000', '132058.231000', '132058.234000', '132058.237000', '132118.125000', '132118.127000', '132118.130000', '132118.133000', '132118.135000', '132118.138000', '132118.140000', '132118.143000', '132118.145000', '132118.149000', '132118.151000', '132118.154000', '132118.156000', '132118.159000', '132118.162000', '132118.165000', '132118.168000', '132118.182000', '132118.185000', '132118.187000', '132118.190000', '132118.193000', '132118.195000', '132118.198000', '132118.201000', '132118.203000', '132118.206000', '132118.208000', '132118.211000', '132118.214000', '132118.216000', '132118.219000', '132118.221000', '132118.224000', '132118.227000', '132118.229000', '132118.232000', '132118.234000', '132118.259000', '132118.261000', '132118.264000', '132118.267000', '132118.269000', '132138.126000', '132138.129000', '132138.131000', '132138.134000', '132138.136000', '132138.139000', '132138.141000', '132138.144000', '132138.147000', '132138.150000', '132138.152000', '132138.155000', '132138.158000', '132138.160000', '132138.163000', '132138.165000', '132138.168000', '132138.171000', '132138.173000', '132138.176000', '132138.179000', '132138.181000', '132138.184000', '132138.187000', '132138.189000', '132138.192000', '132138.195000', '132138.197000', '132138.200000', '132138.202000', '132138.205000', '132138.209000', '132138.212000', '132138.215000', '132138.217000', '132138.220000', '132138.222000', '132138.225000', '132138.228000', '132138.230000', '132138.233000', '132138.236000', '132138.238000', '132138.241000', '132158.124000', '132158.126000', '132158.129000', '132158.131000', '132158.134000', '132158.137000', '132158.139000', '132158.142000', '132158.145000', '132158.147000', '132158.150000', '132158.153000', '132158.155000', '132158.158000', '132158.160000', '132158.163000', '132158.166000', '132158.168000', '132158.171000', '132158.174000', '132158.176000', '132158.179000', '132158.181000', '132158.184000', '132158.187000', '132158.189000', '132158.192000', '132158.194000', '132158.197000', '132158.200000', '132158.202000', '132158.205000', '132158.208000', '132158.211000', '132158.213000', '132158.216000', '132158.219000', '132158.221000', '132158.224000', '132158.227000', '132158.229000', '132158.232000', '132158.235000', '132218.124000', '132218.127000', '132218.130000', '132218.133000', '132218.135000', '132218.138000', '132218.141000', '132218.144000', '132218.146000', '132218.149000', '132218.151000', '132218.154000', '132218.157000', '132218.159000', '132218.162000', '132218.164000', '132218.167000', '132218.170000', '132218.172000', '132218.175000', '132218.177000', '132218.180000', '132218.183000', '132218.185000', '132218.188000', '132218.190000', '132218.193000', '132218.195000', '132218.198000', '132218.201000', '132218.203000', '132218.206000', '132218.208000', '132218.211000', '132218.214000', '132218.216000', '132218.219000', '132218.221000', '132218.224000', '132218.227000', '132218.230000', '132218.232000', '132218.235000', '132218.237000', '132230.394000', '132230.397000', '132230.400000', '132230.403000', '132230.405000', '132230.408000', '132230.410000', '132230.413000', '132230.416000', '132230.418000', '132230.421000', '132230.424000', '132230.426000', '132230.429000', '132230.432000', '132230.434000', '132230.437000', '132230.440000', '132230.442000', '132230.445000', '132230.448000', '132230.450000', '132230.453000', '132230.455000', '132230.458000', '132230.461000', '132230.463000'], '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': [12880, 9680, 10541, 9419, 10010, 13815, 9718, 12006, 9458, 10151, 9362, 9803, 13832, 9763, 13135, 9414, 11379, 9285, 10290, 8911, 9501, 9086, 9248, 13625, 9331, 12224, 9074, 11057, 8722, 9462, 13479, 9200, 12982, 8831, 11862, 9068, 11024, 11898, 9332, 13397, 9169, 11355, 9218, 10328, 9486, 9516, 9656, 10277, 10456, 9442, 10746, 9635, 10534, 9587, 10518, 12658, 13729, 16290, 13065, 16198, 13922, 17065, 10110, 12251, 9123, 10799, 16137, 12947, 15489, 9953, 14875, 9869, 12650, 9190, 10110, 9562, 11319, 9172, 9430, 15003, 9581, 13988, 9514, 11410, 9152, 9543, 9875, 9671, 14600, 9290, 12621, 9414, 9843, 9006, 9822, 14734, 9374, 13641, 9388, 10785, 9414, 11174, 9157, 10037, 8838, 9551, 14374, 9612, 14407, 9447, 15245, 9517, 13251, 9844, 11829, 9782, 10911, 10073, 10048, 10071, 9962, 14426, 9975, 15107, 10290, 15079, 10353, 14014, 9731, 11599, 10054, 11823, 15019, 10139, 15529, 9455, 12875, 9655, 12233, 9240, 9782, 13541, 9832, 15817, 9865, 12375, 9345, 9889, 9050, 9722, 10481, 9791, 9062, 9526, 13959, 9479, 13794, 9593, 13955, 9051, 13555, 9058, 13293, 12624, 10647, 16322, 9471, 13882, 9283, 12983, 9127, 11401, 8751, 9581, 9037, 9578, 9600, 9506, 13489, 9273, 15202, 9443, 14446, 9480, 12639, 9410, 10490, 10289, 9672, 9440, 9278, 9691, 9966, 10967, 10887, 13521, 9826, 9978, 11245, 11682, 16625, 12481, 16422, 13867, 15843, 13799, 18345, 15370, 12433, 10326, 10276, 10558, 9957, 11513, 9488, 12249, 9850, 11869, 9977, 12333, 9662, 12681, 9689, 11989, 9905, 11783, 9424, 10274, 10175, 10079, 13147, 10056, 14620, 9412, 11178, 9237, 10081, 11863, 10089, 14614, 9354, 12719, 9543, 10719, 9448, 10017, 13163, 9781, 13894, 9828, 12987, 9367, 9867, 12321, 9533, 12058, 9560, 12077, 9936, 8998, 9501, 10057, 9391, 9908, 9949, 9904, 10241, 11910, 10343, 11977, 13884, 12012, 15852, 13003, 18793, 14114, 18516, 13666, 17672, 11415, 15732, 11238, 16257, 10943, 15501, 10967, 18132, 10703, 15300, 10689, 14671, 10403, 14531, 10098, 10451, 12331, 10281, 16097, 10108, 13230, 10141, 11924, 9678, 10042, 13991, 10485, 13407, 11145, 8752, 8662, 9560, 10094, 9609, 9930, 15148, 10473, 11100, 10712, 10346, 10291, 10622, 14731, 10370, 13639, 18043, 10428, 14708, 10287, 11221, 18255, 10538, 10617, 10385, 9756, 12369, 10777, 10306, 10783, 9882, 9960, 10413, 9728, 10075, 11299, 10967, 10265, 11862, 11058, 16006, 14674, 17042, 15805, 12963, 18694, 15004, 18743, 11551, 14634, 10317, 11625, 18207, 10930, 15677, 10099, 13934, 9773, 11283, 9401, 9747, 9131, 9399, 13920, 9341, 11119, 8950, 9474, 9534, 9334, 13543, 9195, 9868, 9026, 11765, 8780, 9191, 8920, 8855, 12880, 9337, 13009, 9151, 11495, 8847, 10450, 13830, 9970, 14419, 9441, 11774, 9355, 11859, 10556, 9007, 10440, 9180, 10261, 10611, 9002, 10490, 9895, 10706, 9554, 10787, 8951, 13038, 13336, 16754, 11601, 13051, 11543, 16070, 13120, 19277, 12497, 17978, 11267, 16579, 11033, 15807, 11037, 18996, 10776, 18114, 10523, 17806, 10274, 12528, 10626, 9933, 16820, 10209, 13725, 10096, 12419, 9485, 10188, 11663, 9935, 13018, 9788, 14725, 9711, 12972, 9353, 11043, 9407, 10120, 9136, 9329, 12665, 9916, 13665, 9942, 14518, 9459, 12573, 9455, 10432, 9769, 8958, 9815, 10469, 10572, 10036, 10365, 8521, 8243, 11253, 11122, 8421, 12760, 9932, 9280, 14839, 10830, 14595, 13723, 14382, 17651, 15099, 17681, 15691, 12480, 13969, 10808, 12400, 13664, 14122, 12873, 10056, 14578, 10276, 10017, 8475, 9632, 10746, 9643, 12676, 10081, 13274, 9607, 13903, 9363, 13026, 9735, 13296, 9337, 12730, 8737, 13869, 9893, 13081, 9193, 9173, 9842, 9907, 10525, 10974, 9983, 15019, 10294, 16514, 10199, 13967, 10179, 13346, 10814, 15150, 11051, 17744, 10469, 10916, 10759, 10487, 9691, 10283, 9814, 10725, 10282, 10269, 13188, 11390, 14272, 12759, 14868, 11426, 12246, 13695, 9812, 15007, 11341, 10709, 10237, 15397, 17236, 15170, 12160, 17107, 13592, 14725, 17612, 12294, 16462, 11906, 9670, 13957, 9329, 12329, 9079, 10950, 8514, 10010, 8995, 9120, 8674, 8774, 9076, 9470, 9140, 8917, 9073, 9216, 9189, 10547, 8661, 9753, 8613, 9250, 14422, 9912, 11950, 8909, 10451, 8363, 9745, 13250, 10083, 14164, 9378, 13269, 9161, 12578, 9283, 9065, 10018, 8964, 8557, 9716, 8536, 9191, 9469, 8952, 12348, 9576, 9475, 10683, 10081, 14830, 14442, 15698, 14576, 17250, 14843, 17101, 17109, 11441, 15393, 10496, 16505, 9741, 9971, 9737, 10326, 10084, 10331, 10736, 10289, 11596, 10255, 13505, 10143, 10541, 10019, 13590, 10158, 14166, 10162, 12268, 9451, 9916, 9771, 9807, 10312, 10630, 12577, 9793, 10738, 9996, 10838, 10684, 10788, 14985, 10521, 13915, 10825, 10701, 14260, 9941, 17743, 14173, 18826, 14049, 18772, 13035, 14586, 12956, 12159, 18245, 11464, 14011, 10436, 9984, 14256, 10194, 14897, 10358, 11393, 11169, 10872, 12909, 10756, 17051, 10598, 15724, 10472, 16051, 10440, 14383, 10850, 11695, 10741, 16729, 10410, 15527, 10548, 16051, 10427, 15035, 10306, 14990, 10400, 14845, 10304, 12269, 10350, 13156, 10077, 13571, 9656, 13250, 9677, 12250, 9564, 10274, 9661, 10358, 9796, 12078, 9607, 10238, 9511, 10350, 9393, 10186, 9753, 10551, 9875, 10121, 10582, 10255, 9467, 11716, 10846, 10025, 10609, 9626, 10452, 9247, 8162, 14651, 12198, 16507, 13710, 17774, 14976, 19707, 12980, 18234, 11842, 17891, 10932, 12863, 10755, 12117, 11573, 11302, 13030, 10648, 14710, 10426, 14156, 10543, 14369, 10252, 11824, 9862, 10289, 13480, 10133, 14195, 9989, 13531, 10166, 11722, 9984, 10492, 9657, 10269, 9519, 9974, 13716, 10022, 11879, 9994, 12253, 9709, 10589, 9568, 9780, 9683, 9684, 9821, 10324, 9688, 11019, 9645, 10947, 9555, 10331, 13432, 10373, 14379, 10183, 14626, 9979, 14101, 9855, 11890, 10310, 12158, 9990, 11504, 10615, 10159, 10026, 9845, 13078, 10459, 12411, 10796, 12758, 10449, 10207, 9549, 10053, 12147, 9464, 9766, 10489, 9689, 16020, 12345, 12883, 15065, 11400, 16881, 10947, 17716, 10588, 18050, 10633, 18498, 10620, 15132, 10255, 9898, 11849, 10008, 11834, 10002, 12284, 10181], 'WindowCenter': [4720.0, 4676.0, 4671.0, 4646.0, 4648.0, 4674.0, 4633.0, 4661.0, 4631.0, 4642.0, 4622.0, 4632.0, 4671.0, 4629.0, 4660.0, 4621.0, 4652.0, 4620.0, 4642.0, 4622.0, 4631.0, 4619.0, 4632.0, 4670.0, 4632.0, 4660.0, 4623.0, 4649.0, 4621.0, 4642.0, 4670.0, 4631.0, 4661.0, 4622.0, 4651.0, 4620.0, 4642.0, 4651.0, 4619.0, 4660.0, 4619.0, 4637.0, 4633.0, 4634.0, 4636.0, 4634.0, 4647.0, 4646.0, 4669.0, 4646.0, 4656.0, 4632.0, 4656.0, 4646.0, 4656.0, 4666.0, 4687.0, 4695.0, 4676.0, 4696.0, 4686.0, 4693.0, 4631.0, 4662.0, 4622.0, 4644.0, 4682.0, 4660.0, 4670.0, 4630.0, 4670.0, 4619.0, 4645.0, 4607.0, 4628.0, 4617.0, 4637.0, 4607.0, 4618.0, 4666.0, 4618.0, 4658.0, 4617.0, 4637.0, 4606.0, 4616.0, 4617.0, 4618.0, 4666.0, 4618.0, 4647.0, 4617.0, 4628.0, 4608.0, 4629.0, 4667.0, 4619.0, 4657.0, 4619.0, 4638.0, 4630.0, 4650.0, 4630.0, 4640.0, 4620.0, 4632.0, 4681.0, 4632.0, 4671.0, 4632.0, 4680.0, 4632.0, 4677.0, 4646.0, 4654.0, 4623.0, 4642.0, 4634.0, 4634.0, 4632.0, 4632.0, 4671.0, 4631.0, 4669.0, 4630.0, 4669.0, 4630.0, 4670.0, 4630.0, 4648.0, 4628.0, 4650.0, 4680.0, 4641.0, 4680.0, 4630.0, 4648.0, 4617.0, 4646.0, 4618.0, 4629.0, 4655.0, 4627.0, 4676.0, 4615.0, 4647.0, 4607.0, 4616.0, 4606.0, 4617.0, 4627.0, 4628.0, 4607.0, 4630.0, 4667.0, 4632.0, 4669.0, 4632.0, 4669.0, 4621.0, 4671.0, 4621.0, 4671.0, 4650.0, 4641.0, 4678.0, 4619.0, 4658.0, 4618.0, 4657.0, 4618.0, 4649.0, 4607.0, 4629.0, 4618.0, 4630.0, 4629.0, 4630.0, 4658.0, 4631.0, 4679.0, 4631.0, 4671.0, 4634.0, 4663.0, 4623.0, 4633.0, 4648.0, 4652.0, 4660.0, 4658.0, 4643.0, 4638.0, 4647.0, 4635.0, 4665.0, 4640.0, 4631.0, 4653.0, 4665.0, 4692.0, 4664.0, 4692.0, 4672.0, 4679.0, 4660.0, 4678.0, 4670.0, 4649.0, 4628.0, 4617.0, 4616.0, 4615.0, 4638.0, 4618.0, 4648.0, 4618.0, 4647.0, 4627.0, 4648.0, 4619.0, 4656.0, 4630.0, 4649.0, 4630.0, 4651.0, 4631.0, 4642.0, 4629.0, 4632.0, 4660.0, 4630.0, 4669.0, 4621.0, 4640.0, 4619.0, 4632.0, 4648.0, 4629.0, 4669.0, 4619.0, 4659.0, 4628.0, 4640.0, 4631.0, 4630.0, 4661.0, 4632.0, 4658.0, 4631.0, 4670.0, 4618.0, 4631.0, 4651.0, 4621.0, 4654.0, 4626.0, 4653.0, 4635.0, 4626.0, 4637.0, 4620.0, 4606.0, 4630.0, 4642.0, 4642.0, 4643.0, 4665.0, 4641.0, 4655.0, 4677.0, 4667.0, 4697.0, 4678.0, 4703.0, 4663.0, 4691.0, 4661.0, 4679.0, 4640.0, 4666.0, 4639.0, 4678.0, 4626.0, 4667.0, 4627.0, 4676.0, 4615.0, 4666.0, 4625.0, 4654.0, 4613.0, 4645.0, 4602.0, 4611.0, 4618.0, 4600.0, 4648.0, 4600.0, 4631.0, 4602.0, 4621.0, 4600.0, 4615.0, 4642.0, 4612.0, 4632.0, 4623.0, 4593.0, 4606.0, 4617.0, 4628.0, 4628.0, 4631.0, 4691.0, 4651.0, 4638.0, 4628.0, 4629.0, 4617.0, 4627.0, 4656.0, 4615.0, 4657.0, 4674.0, 4615.0, 4654.0, 4601.0, 4612.0, 4662.0, 4616.0, 4631.0, 4591.0, 4594.0, 4625.0, 4616.0, 4604.0, 4602.0, 4573.0, 4602.0, 4614.0, 4602.0, 4631.0, 4655.0, 4643.0, 4642.0, 4651.0, 4625.0, 4675.0, 4651.0, 4670.0, 4644.0, 4637.0, 4667.0, 4644.0, 4664.0, 4610.0, 4643.0, 4599.0, 4612.0, 4658.0, 4612.0, 4640.0, 4599.0, 4629.0, 4601.0, 4622.0, 4590.0, 4605.0, 4603.0, 4605.0, 4653.0, 4607.0, 4636.0, 4606.0, 4618.0, 4614.0, 4606.0, 4657.0, 4618.0, 4618.0, 4620.0, 4649.0, 4610.0, 4621.0, 4620.0, 4621.0, 4659.0, 4633.0, 4672.0, 4633.0, 4653.0, 4623.0, 4643.0, 4669.0, 4632.0, 4671.0, 4622.0, 4654.0, 4637.0, 4656.0, 4646.0, 4610.0, 4602.0, 4623.0, 4612.0, 4607.0, 4610.0, 4640.0, 4629.0, 4643.0, 4643.0, 4681.0, 4659.0, 4707.0, 4706.0, 4688.0, 4654.0, 4661.0, 4667.0, 4695.0, 4664.0, 4691.0, 4649.0, 4680.0, 4626.0, 4665.0, 4613.0, 4665.0, 4625.0, 4685.0, 4626.0, 4676.0, 4615.0, 4674.0, 4602.0, 4633.0, 4601.0, 4600.0, 4648.0, 4600.0, 4628.0, 4611.0, 4630.0, 4588.0, 4601.0, 4609.0, 4600.0, 4629.0, 4612.0, 4651.0, 4613.0, 4643.0, 4603.0, 4623.0, 4613.0, 4626.0, 4614.0, 4617.0, 4644.0, 4626.0, 4653.0, 4626.0, 4668.0, 4630.0, 4661.0, 4619.0, 4638.0, 4628.0, 4630.0, 4633.0, 4629.0, 4630.0, 4647.0, 4643.0, 4623.0, 4624.0, 4653.0, 4666.0, 4638.0, 4687.0, 4658.0, 4659.0, 4708.0, 4668.0, 4666.0, 4645.0, 4659.0, 4680.0, 4660.0, 4666.0, 4668.0, 4634.0, 4642.0, 4612.0, 4620.0, 4631.0, 4640.0, 4630.0, 4600.0, 4651.0, 4612.0, 4602.0, 4581.0, 4614.0, 4624.0, 4615.0, 4645.0, 4627.0, 4657.0, 4628.0, 4656.0, 4619.0, 4658.0, 4617.0, 4657.0, 4620.0, 4672.0, 4622.0, 4667.0, 4617.0, 4658.0, 4617.0, 4631.0, 4643.0, 4644.0, 4655.0, 4654.0, 4646.0, 4693.0, 4656.0, 4693.0, 4644.0, 4684.0, 4631.0, 4663.0, 4639.0, 4681.0, 4638.0, 4676.0, 4632.0, 4635.0, 4647.0, 4643.0, 4621.0, 4619.0, 4609.0, 4627.0, 4621.0, 4633.0, 4652.0, 4644.0, 4661.0, 4627.0, 4659.0, 4629.0, 4635.0, 4649.0, 4608.0, 4659.0, 4617.0, 4604.0, 4592.0, 4600.0, 4622.0, 4626.0, 4594.0, 4649.0, 4618.0, 4627.0, 4657.0, 4618.0, 4650.0, 4619.0, 4600.0, 4654.0, 4603.0, 4633.0, 4604.0, 4623.0, 4592.0, 4614.0, 4591.0, 4605.0, 4594.0, 4593.0, 4606.0, 4617.0, 4630.0, 4618.0, 4630.0, 4632.0, 4632.0, 4652.0, 4622.0, 4644.0, 4622.0, 4634.0, 4681.0, 4641.0, 4651.0, 4621.0, 4641.0, 4623.0, 4643.0, 4672.0, 4644.0, 4670.0, 4632.0, 4671.0, 4631.0, 4674.0, 4635.0, 4624.0, 4673.0, 4640.0, 4624.0, 4632.0, 4622.0, 4633.0, 4645.0, 4651.0, 4679.0, 4648.0, 4649.0, 4647.0, 4643.0, 4645.0, 4647.0, 4661.0, 4665.0, 4672.0, 4649.0, 4656.0, 4655.0, 4601.0, 4641.0, 4601.0, 4639.0, 4589.0, 4587.0, 4590.0, 4598.0, 4600.0, 4599.0, 4610.0, 4600.0, 4620.0, 4614.0, 4642.0, 4626.0, 4624.0, 4618.0, 4644.0, 4625.0, 4655.0, 4629.0, 4648.0, 4620.0, 4618.0, 4631.0, 4631.0, 4639.0, 4653.0, 4676.0, 4649.0, 4673.0, 4663.0, 4660.0, 4649.0, 4650.0, 4690.0, 4649.0, 4670.0, 4661.0, 4655.0, 4695.0, 4646.0, 4702.0, 4671.0, 4698.0, 4657.0, 4672.0, 4642.0, 4607.0, 4597.0, 4585.0, 4636.0, 4586.0, 4600.0, 4573.0, 4562.0, 4613.0, 4585.0, 4624.0, 4585.0, 4596.0, 4600.0, 4598.0, 4620.0, 4601.0, 4650.0, 4603.0, 4650.0, 4613.0, 4651.0, 4616.0, 4642.0, 4613.0, 4626.0, 4626.0, 4665.0, 4627.0, 4665.0, 4625.0, 4665.0, 4627.0, 4657.0, 4617.0, 4655.0, 4627.0, 4666.0, 4630.0, 4649.0, 4629.0, 4659.0, 4632.0, 4671.0, 4632.0, 4660.0, 4621.0, 4661.0, 4632.0, 4631.0, 4631.0, 4641.0, 4642.0, 4663.0, 4644.0, 4644.0, 4636.0, 4656.0, 4635.0, 4656.0, 4636.0, 4648.0, 4650.0, 4665.0, 4680.0, 4663.0, 4653.0, 4669.0, 4657.0, 4649.0, 4659.0, 4652.0, 4663.0, 4652.0, 4618.0, 4689.0, 4670.0, 4698.0, 4678.0, 4697.0, 4674.0, 4701.0, 4651.0, 4680.0, 4639.0, 4680.0, 4618.0, 4637.0, 4615.0, 4624.0, 4613.0, 4614.0, 4632.0, 4602.0, 4640.0, 4612.0, 4642.0, 4616.0, 4653.0, 4616.0, 4635.0, 4603.0, 4615.0, 4643.0, 4614.0, 4644.0, 4616.0, 4643.0, 4617.0, 4637.0, 4616.0, 4627.0, 4616.0, 4627.0, 4616.0, 4619.0, 4656.0, 4618.0, 4648.0, 4628.0, 4647.0, 4630.0, 4652.0, 4631.0, 4630.0, 4633.0, 4631.0, 4642.0, 4642.0, 4645.0, 4654.0, 4647.0, 4667.0, 4644.0, 4656.0, 4674.0, 4644.0, 4683.0, 4655.0, 4683.0, 4643.0, 4686.0, 4642.0, 4665.0, 4649.0, 4666.0, 4645.0, 4664.0, 4656.0, 4644.0, 4645.0, 4646.0, 4677.0, 4658.0, 4669.0, 4674.0, 4679.0, 4651.0, 4651.0, 4640.0, 4637.0, 4656.0, 4639.0, 4636.0, 4644.0, 4635.0, 4686.0, 4667.0, 4667.0, 4688.0, 4657.0, 4694.0, 4643.0, 4691.0, 4631.0, 4678.0, 4619.0, 4689.0, 4630.0, 4655.0, 4617.0, 4604.0, 4625.0, 4617.0, 4637.0, 4618.0, 4637.0, 4630.0], 'WindowWidth': [10320.0, 10247.0, 10233.0, 10189.0, 10192.0, 10221.0, 10164.0, 10198.0, 10158.0, 10172.0, 10143.0, 10160.0, 10210.0, 10154.0, 10196.0, 10142.0, 10185.0, 10141.0, 10173.0, 10146.0, 10160.0, 10140.0, 10159.0, 10209.0, 10160.0, 10197.0, 10147.0, 10182.0, 10143.0, 10173.0, 10209.0, 10157.0, 10197.0, 10145.0, 10184.0, 10139.0, 10171.0, 10181.0, 10138.0, 10191.0, 10137.0, 10160.0, 10161.0, 10160.0, 10166.0, 10163.0, 10185.0, 10183.0, 10219.0, 10184.0, 10197.0, 10158.0, 10195.0, 10182.0, 10196.0, 10207.0, 10245.0, 10253.0, 10225.0, 10254.0, 10241.0, 10243.0, 10153.0, 10199.0, 10142.0, 10174.0, 10227.0, 10196.0, 10206.0, 10150.0, 10204.0, 10132.0, 10166.0, 10113.0, 10143.0, 10126.0, 10156.0, 10113.0, 10132.0, 10194.0, 10132.0, 10186.0, 10126.0, 10154.0, 10110.0, 10127.0, 10129.0, 10132.0, 10193.0, 10131.0, 10169.0, 10129.0, 10147.0, 10119.0, 10149.0, 10198.0, 10137.0, 10185.0, 10135.0, 10161.0, 10152.0, 10180.0, 10154.0, 10168.0, 10141.0, 10160.0, 10223.0, 10160.0, 10208.0, 10159.0, 10222.0, 10158.0, 10227.0, 10180.0, 10183.0, 10139.0, 10165.0, 10158.0, 10160.0, 10152.0, 10153.0, 10207.0, 10155.0, 10203.0, 10152.0, 10202.0, 10150.0, 10207.0, 10152.0, 10176.0, 10146.0, 10176.0, 10219.0, 10169.0, 10220.0, 10154.0, 10173.0, 10127.0, 10170.0, 10132.0, 10149.0, 10180.0, 10144.0, 10207.0, 10125.0, 10170.0, 10114.0, 10128.0, 10114.0, 10131.0, 10142.0, 10146.0, 10118.0, 10152.0, 10200.0, 10158.0, 10205.0, 10160.0, 10205.0, 10143.0, 10211.0, 10142.0, 10211.0, 10178.0, 10169.0, 10215.0, 10135.0, 10184.0, 10132.0, 10184.0, 10133.0, 10177.0, 10118.0, 10151.0, 10134.0, 10154.0, 10151.0, 10155.0, 10190.0, 10156.0, 10218.0, 10158.0, 10210.0, 10162.0, 10198.0, 10142.0, 10154.0, 10183.0, 10199.0, 10212.0, 10208.0, 10180.0, 10163.0, 10176.0, 10158.0, 10201.0, 10173.0, 10157.0, 10190.0, 10208.0, 10244.0, 10206.0, 10242.0, 10217.0, 10219.0, 10192.0, 10217.0, 10206.0, 10175.0, 10145.0, 10127.0, 10126.0, 10126.0, 10162.0, 10132.0, 10173.0, 10132.0, 10173.0, 10145.0, 10171.0, 10135.0, 10182.0, 10152.0, 10176.0, 10154.0, 10183.0, 10156.0, 10173.0, 10152.0, 10158.0, 10193.0, 10154.0, 10205.0, 10140.0, 10165.0, 10135.0, 10156.0, 10176.0, 10151.0, 10204.0, 10138.0, 10191.0, 10149.0, 10168.0, 10154.0, 10153.0, 10197.0, 10159.0, 10188.0, 10155.0, 10209.0, 10132.0, 10154.0, 10177.0, 10135.0, 10183.0, 10147.0, 10181.0, 10159.0, 10149.0, 10166.0, 10133.0, 10111.0, 10151.0, 10174.0, 10176.0, 10176.0, 10210.0, 10169.0, 10193.0, 10230.0, 10214.0, 10253.0, 10231.0, 10258.0, 10200.0, 10236.0, 10193.0, 10218.0, 10164.0, 10197.0, 10162.0, 10213.0, 10138.0, 10199.0, 10140.0, 10210.0, 10123.0, 10194.0, 10138.0, 10179.0, 10116.0, 10163.0, 10101.0, 10112.0, 10118.0, 10094.0, 10158.0, 10094.0, 10138.0, 10100.0, 10126.0, 10097.0, 10123.0, 10154.0, 10115.0, 10141.0, 10130.0, 10092.0, 10113.0, 10131.0, 10148.0, 10150.0, 10157.0, 10243.0, 10186.0, 10162.0, 10146.0, 10148.0, 10127.0, 10142.0, 10181.0, 10123.0, 10183.0, 10204.0, 10123.0, 10175.0, 10096.0, 10114.0, 10183.0, 10126.0, 10149.0, 10079.0, 10084.0, 10127.0, 10119.0, 10101.0, 10094.0, 10041.0, 10097.0, 10117.0, 10099.0, 10154.0, 10194.0, 10172.0, 10170.0, 10182.0, 10137.0, 10222.0, 10180.0, 10210.0, 10161.0, 10151.0, 10196.0, 10157.0, 10189.0, 10106.0, 10158.0, 10091.0, 10111.0, 10170.0, 10111.0, 10147.0, 10091.0, 10130.0, 10097.0, 10127.0, 10082.0, 10108.0, 10104.0, 10110.0, 10172.0, 10116.0, 10154.0, 10109.0, 10130.0, 10121.0, 10113.0, 10182.0, 10131.0, 10131.0, 10138.0, 10176.0, 10125.0, 10141.0, 10137.0, 10140.0, 10192.0, 10161.0, 10212.0, 10159.0, 10189.0, 10147.0, 10173.0, 10205.0, 10157.0, 10208.0, 10141.0, 10184.0, 10170.0, 10191.0, 10176.0, 10120.0, 10094.0, 10139.0, 10112.0, 10104.0, 10122.0, 10166.0, 10153.0, 10175.0, 10178.0, 10246.0, 10216.0, 10283.0, 10281.0, 10239.0, 10192.0, 10199.0, 10216.0, 10251.0, 10209.0, 10243.0, 10177.0, 10223.0, 10143.0, 10193.0, 10116.0, 10195.0, 10139.0, 10224.0, 10140.0, 10211.0, 10123.0, 10208.0, 10102.0, 10144.0, 10097.0, 10097.0, 10158.0, 10096.0, 10132.0, 10113.0, 10139.0, 10078.0, 10099.0, 10106.0, 10098.0, 10135.0, 10116.0, 10166.0, 10121.0, 10161.0, 10107.0, 10135.0, 10122.0, 10142.0, 10126.0, 10132.0, 10163.0, 10142.0, 10177.0, 10144.0, 10203.0, 10157.0, 10198.0, 10136.0, 10161.0, 10151.0, 10157.0, 10160.0, 10145.0, 10150.0, 10187.0, 10176.0, 10147.0, 10156.0, 10194.0, 10218.0, 10184.0, 10246.0, 10211.0, 10213.0, 10279.0, 10221.0, 10202.0, 10169.0, 10197.0, 10234.0, 10201.0, 10205.0, 10209.0, 10155.0, 10161.0, 10112.0, 10120.0, 10141.0, 10150.0, 10137.0, 10095.0, 10168.0, 10117.0, 10103.0, 10076.0, 10124.0, 10135.0, 10123.0, 10166.0, 10144.0, 10185.0, 10149.0, 10183.0, 10137.0, 10187.0, 10134.0, 10186.0, 10141.0, 10217.0, 10147.0, 10198.0, 10129.0, 10187.0, 10133.0, 10157.0, 10180.0, 10180.0, 10197.0, 10192.0, 10186.0, 10246.0, 10200.0, 10244.0, 10177.0, 10235.0, 10156.0, 10201.0, 10165.0, 10227.0, 10161.0, 10213.0, 10159.0, 10160.0, 10182.0, 10172.0, 10137.0, 10130.0, 10116.0, 10142.0, 10140.0, 10161.0, 10185.0, 10172.0, 10194.0, 10137.0, 10189.0, 10148.0, 10152.0, 10174.0, 10117.0, 10184.0, 10122.0, 10099.0, 10081.0, 10076.0, 10114.0, 10124.0, 10077.0, 10163.0, 10117.0, 10126.0, 10174.0, 10120.0, 10166.0, 10123.0, 10096.0, 10177.0, 10108.0, 10148.0, 10109.0, 10133.0, 10089.0, 10121.0, 10087.0, 10110.0, 10095.0, 10095.0, 10116.0, 10131.0, 10156.0, 10138.0, 10158.0, 10161.0, 10162.0, 10190.0, 10149.0, 10181.0, 10147.0, 10167.0, 10228.0, 10173.0, 10184.0, 10144.0, 10173.0, 10149.0, 10179.0, 10215.0, 10180.0, 10212.0, 10162.0, 10212.0, 10160.0, 10222.0, 10168.0, 10152.0, 10241.0, 10185.0, 10149.0, 10159.0, 10147.0, 10164.0, 10183.0, 10200.0, 10234.0, 10192.0, 10193.0, 10183.0, 10176.0, 10165.0, 10173.0, 10203.0, 10215.0, 10218.0, 10184.0, 10184.0, 10188.0, 10096.0, 10155.0, 10095.0, 10148.0, 10079.0, 10075.0, 10081.0, 10089.0, 10096.0, 10094.0, 10110.0, 10097.0, 10122.0, 10120.0, 10157.0, 10143.0, 10137.0, 10133.0, 10163.0, 10140.0, 10179.0, 10153.0, 10176.0, 10139.0, 10132.0, 10157.0, 10156.0, 10167.0, 10190.0, 10232.0, 10195.0, 10237.0, 10220.0, 10212.0, 10192.0, 10192.0, 10245.0, 10188.0, 10213.0, 10206.0, 10199.0, 10255.0, 10189.0, 10263.0, 10214.0, 10252.0, 10190.0, 10208.0, 10163.0, 10093.0, 10082.0, 10062.0, 10139.0, 10065.0, 10078.0, 10044.0, 10030.0, 10102.0, 10066.0, 10117.0, 10064.0, 10079.0, 10092.0, 10087.0, 10120.0, 10095.0, 10163.0, 10101.0, 10162.0, 10116.0, 10166.0, 10122.0, 10152.0, 10115.0, 10138.0, 10137.0, 10190.0, 10142.0, 10192.0, 10139.0, 10192.0, 10141.0, 10180.0, 10128.0, 10176.0, 10143.0, 10193.0, 10149.0, 10176.0, 10150.0, 10190.0, 10161.0, 10209.0, 10158.0, 10193.0, 10140.0, 10195.0, 10158.0, 10155.0, 10156.0, 10169.0, 10174.0, 10202.0, 10179.0, 10178.0, 10168.0, 10198.0, 10166.0, 10197.0, 10169.0, 10186.0, 10192.0, 10219.0, 10246.0, 10211.0, 10200.0, 10216.0, 10198.0, 10187.0, 10203.0, 10200.0, 10215.0, 10198.0, 10146.0, 10244.0, 10221.0, 10265.0, 10234.0, 10261.0, 10223.0, 10256.0, 10178.0, 10226.0, 10161.0, 10220.0, 10127.0, 10154.0, 10120.0, 10133.0, 10115.0, 10119.0, 10141.0, 10099.0, 10150.0, 10114.0, 10154.0, 10125.0, 10171.0, 10125.0, 10152.0, 10105.0, 10122.0, 10157.0, 10120.0, 10161.0, 10124.0, 10159.0, 10129.0, 10156.0, 10127.0, 10144.0, 10128.0, 10144.0, 10127.0, 10133.0, 10181.0, 10134.0, 10173.0, 10149.0, 10172.0, 10155.0, 10189.0, 10156.0, 10153.0, 10160.0, 10158.0, 10174.0, 10174.0, 10180.0, 10195.0, 10188.0, 10216.0, 10179.0, 10198.0, 10221.0, 10180.0, 10231.0, 10195.0, 10232.0, 10175.0, 10237.0, 10173.0, 10208.0, 10188.0, 10209.0, 10181.0, 10205.0, 10199.0, 10179.0, 10182.0, 10185.0, 10228.0, 10200.0, 10216.0, 10232.0, 10232.0, 10193.0, 10193.0, 10176.0, 10167.0, 10191.0, 10173.0, 10164.0, 10173.0, 10159.0, 10235.0, 10212.0, 10210.0, 10245.0, 10197.0, 10246.0, 10174.0, 10236.0, 10151.0, 10216.0, 10132.0, 10231.0, 10149.0, 10177.0, 10125.0, 10106.0, 10136.0, 10126.0, 10156.0, 10130.0, 10154.0, 10151.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.01117230149597238</td></tr>
<tr><td colspan=3>aqi</td><td>0.07577202888377445</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.82598841788013</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.190550976797234</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1062906638133632</td></tr>
<tr><td colspan=3>efc</td><td>0.5193</td></tr>
<tr><td colspan=3>fber</td><td>2896.5063</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.24115291345189221</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>292</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>33.601841196777904</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6342739211273702</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.423055214957135</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.927985112009577</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5517814364153995</td></tr>
<tr><td colspan=3>gcor</td><td>0.00913879</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02186954766511917</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027187682688236237</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.044291688164354</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>17.9943</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>73.9629</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>269.1404</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>74.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293060.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1266.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>467.7438</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2352</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>574.7328</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3788.8777</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3965.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83484.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1425.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4986.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>980.3883</td></tr>
<tr><td colspan=3>tsnr</td><td>23.040133570786566</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>