<?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-0129_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-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0129/figures/sub-0129_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-0129/figures/sub-0129_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_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-0129/ses-03/func/sub-0129_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>6f813261fa9917dc13371d85ab7b6b72</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>19:43:48.740000</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.99536, -0.0961916, -0.00240731, 0.0961929, 0.994139, 0.0493429]</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.116081</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>[4229, -7757, -7232, 156, -222, -7, 72, 139]</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.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>251.813</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b6eb279b-fee0-478f-bb52-f9350806c463||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.670477867126465, 0.2580786347389221, 0.006353546865284443, 98.53409576416016], [0.2580750286579132, 2.6672019958496094, 0.13323278725147247, -107.0809555053711], [-0.006458645220845938, -0.1323833018541336, 2.6967034339904785, -57.05416488647461], [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': ['194348.740000', '194349.200000', '194349.660000', '194350.120000', '194350.580000', '194351.040000', '194351.500000', '194351.960000', '194352.420000', '194352.880000', '194353.340000', '194353.800000', '194354.260000', '194354.720000', '194355.180000', '194355.640000', '194356.100000', '194356.560000', '194357.020000', '194357.480000', '194357.940000', '194358.400000', '194358.860000', '194359.320000', '194359.780000', '194400.240000', '194400.700000', '194401.160000', '194401.620000', '194402.080000', '194402.540000', '194403.000000', '194403.460000', '194403.920000', '194404.380000', '194404.840000', '194405.300000', '194405.760000', '194406.220000', '194406.680000', '194407.140000', '194407.600000', '194408.060000', '194408.520000', '194408.980000', '194409.440000', '194409.900000', '194410.360000', '194410.820000', '194411.280000', '194411.740000', '194412.200000', '194412.660000', '194413.120000', '194413.580000', '194414.040000', '194414.500000', '194414.960000', '194415.420000', '194415.880000', '194416.340000', '194416.800000', '194417.260000', '194417.720000', '194418.180000', '194418.640000', '194419.100000', '194419.560000', '194420.020000', '194420.480000', '194420.940000', '194421.400000', '194421.860000', '194422.320000', '194422.780000', '194423.240000', '194423.700000', '194424.160000', '194424.620000', '194425.080000', '194425.540000', '194426.000000', '194426.460000', '194426.920000', '194427.380000', '194427.840000', '194428.300000', '194428.760000', '194429.220000', '194429.680000', '194430.140000', '194430.600000', '194431.060000', '194431.520000', '194431.980000', '194432.440000', '194432.900000', '194433.360000', '194433.820000', '194434.280000', '194434.740000', '194435.200000', '194435.660000', '194436.120000', '194436.580000', '194437.040000', '194437.500000', '194437.960000', '194438.420000', '194438.880000', '194439.340000', '194439.800000', '194440.260000', '194440.720000', '194441.180000', '194441.640000', '194442.100000', '194442.560000', '194443.020000', '194443.480000', '194443.940000', '194444.400000', '194444.860000', '194445.320000', '194445.780000', '194446.240000', '194446.700000', '194447.160000', '194447.620000', '194448.080000', '194448.540000', '194449.000000', '194449.460000', '194449.920000', '194450.380000', '194450.840000', '194451.300000', '194451.760000', '194452.220000', '194452.680000', '194453.140000', '194453.600000', '194454.060000', '194454.520000', '194454.980000', '194455.440000', '194455.900000', '194456.360000', '194456.820000', '194457.280000', '194457.740000', '194458.200000', '194458.660000', '194459.120000', '194459.580000', '194500.040000', '194500.500000', '194500.960000', '194501.420000', '194501.880000', '194502.340000', '194502.800000', '194503.260000', '194503.720000', '194504.180000', '194504.640000', '194505.100000', '194505.560000', '194506.020000', '194506.480000', '194506.940000', '194507.400000', '194507.860000', '194508.320000', '194508.780000', '194509.240000', '194509.700000', '194510.160000', '194510.620000', '194511.080000', '194511.540000', '194512.000000', '194512.460000', '194512.920000', '194513.380000', '194513.840000', '194514.300000', '194514.760000', '194515.220000', '194515.680000', '194516.140000', '194516.600000', '194517.060000', '194517.520000', '194517.980000', '194518.440000', '194518.900000', '194519.360000', '194519.820000', '194520.280000', '194520.740000', '194521.200000', '194521.660000', '194522.120000', '194522.580000', '194523.040000', '194523.500000', '194523.960000', '194524.420000', '194524.880000', '194525.340000', '194525.800000', '194526.260000', '194526.720000', '194527.180000', '194527.640000', '194528.100000', '194528.560000', '194529.020000', '194529.480000', '194529.940000', '194530.400000', '194530.860000', '194531.320000', '194531.780000', '194532.240000', '194532.700000', '194533.160000', '194533.620000', '194534.080000', '194534.540000', '194535.000000', '194535.460000', '194535.920000', '194536.380000', '194536.840000', '194537.300000', '194537.760000', '194538.220000', '194538.680000', '194539.140000', '194539.600000', '194540.060000', '194540.520000', '194540.980000', '194541.440000', '194541.900000', '194542.360000', '194542.820000', '194543.280000', '194543.740000', '194544.200000', '194544.660000', '194545.120000', '194545.580000', '194546.040000', '194546.500000', '194546.960000', '194547.420000', '194547.880000', '194548.340000', '194548.800000', '194549.260000', '194549.720000', '194550.180000', '194550.640000', '194551.100000', '194551.560000', '194552.020000', '194552.480000', '194552.940000', '194553.400000', '194553.860000', '194554.320000', '194554.780000', '194555.240000', '194555.700000', '194556.160000', '194556.620000', '194557.080000', '194557.540000', '194558.000000', '194558.460000', '194558.920000', '194559.380000', '194559.840000', '194600.300000', '194600.760000', '194601.220000', '194601.680000', '194602.140000', '194602.600000', '194603.060000', '194603.520000', '194603.980000', '194604.440000', '194604.900000', '194605.360000', '194605.820000', '194606.280000', '194606.740000', '194607.200000', '194607.660000', '194608.120000', '194608.580000', '194609.040000', '194609.500000', '194609.960000', '194610.420000', '194610.880000', '194611.340000', '194611.800000', '194612.260000', '194612.720000', '194613.180000', '194613.640000', '194614.100000', '194614.560000', '194615.020000', '194615.480000', '194615.940000', '194616.400000', '194616.860000', '194617.320000', '194617.780000', '194618.240000', '194618.700000', '194619.160000', '194619.620000', '194620.080000', '194620.540000', '194621.000000', '194621.460000', '194621.920000', '194622.380000', '194622.840000', '194623.300000', '194623.760000', '194624.220000', '194624.680000', '194625.140000', '194625.600000', '194626.060000', '194626.520000', '194626.980000', '194627.440000', '194627.900000', '194628.360000', '194628.820000', '194629.280000', '194629.740000', '194630.200000', '194630.660000', '194631.120000', '194631.580000', '194632.040000', '194632.500000', '194632.960000', '194633.420000', '194633.880000', '194634.340000', '194634.800000', '194635.260000', '194635.720000', '194636.180000', '194636.640000', '194637.100000', '194637.560000', '194638.020000', '194638.480000', '194638.940000', '194639.400000', '194639.860000', '194640.320000', '194640.780000', '194641.240000', '194641.700000', '194642.160000', '194642.620000', '194643.080000', '194643.540000', '194644.000000', '194644.460000', '194644.920000', '194645.380000', '194645.840000', '194646.300000', '194646.760000', '194647.220000', '194647.680000', '194648.140000', '194648.600000', '194649.060000', '194649.520000', '194649.980000', '194650.440000', '194650.900000', '194651.360000', '194651.820000', '194652.280000', '194652.740000', '194653.200000', '194653.660000', '194654.120000', '194654.580000', '194655.040000', '194655.500000', '194655.960000', '194656.420000', '194656.880000', '194657.340000', '194657.800000', '194658.260000', '194658.720000', '194659.180000', '194659.640000', '194700.100000', '194700.560000', '194701.020000', '194701.480000', '194701.940000', '194702.400000', '194702.860000', '194703.320000', '194703.780000', '194704.240000', '194704.700000', '194705.160000', '194705.620000', '194706.080000', '194706.540000', '194707.000000', '194707.460000', '194707.920000', '194708.380000', '194708.840000', '194709.300000', '194709.760000', '194710.220000', '194710.680000', '194711.140000', '194711.600000', '194712.060000', '194712.520000', '194712.980000', '194713.440000', '194713.900000', '194714.360000', '194714.820000', '194715.280000', '194715.740000', '194716.200000', '194716.660000', '194717.120000', '194717.580000', '194718.040000', '194718.500000', '194718.960000', '194719.420000', '194719.880000', '194720.340000', '194720.800000', '194721.260000', '194721.720000', '194722.180000', '194722.640000', '194723.100000', '194723.560000', '194724.020000', '194724.480000', '194724.940000', '194725.400000', '194725.860000', '194726.320000', '194726.780000', '194727.240000', '194727.700000', '194728.160000', '194728.620000', '194729.080000', '194729.540000', '194730.000000', '194730.460000', '194730.920000', '194731.380000', '194731.840000', '194732.300000', '194732.760000', '194733.220000', '194733.680000', '194734.140000', '194734.600000', '194735.060000', '194735.520000', '194735.980000', '194736.440000', '194736.900000', '194737.360000', '194737.820000', '194738.280000', '194738.740000', '194739.200000', '194739.660000', '194740.120000', '194740.580000', '194741.040000', '194741.500000', '194741.960000', '194742.420000', '194742.880000', '194743.340000', '194743.800000', '194744.260000', '194744.720000', '194745.180000', '194745.640000', '194746.100000', '194746.560000', '194747.020000', '194747.480000', '194747.940000', '194748.400000', '194748.860000', '194749.320000', '194749.780000', '194750.240000', '194750.700000', '194751.160000', '194751.620000', '194752.080000', '194752.540000', '194753.000000', '194753.460000', '194753.920000', '194754.380000', '194754.840000', '194755.300000', '194755.760000', '194756.220000', '194756.680000', '194757.140000', '194757.600000', '194758.060000', '194758.520000', '194758.980000', '194759.440000', '194759.900000', '194800.360000', '194800.820000', '194801.280000', '194801.740000', '194802.200000', '194802.660000', '194803.120000', '194803.580000', '194804.040000', '194804.500000', '194804.960000', '194805.420000', '194805.880000', '194806.340000', '194806.800000', '194807.260000', '194807.720000', '194808.180000', '194808.640000', '194809.100000', '194809.560000', '194810.020000', '194810.480000', '194810.940000', '194811.400000', '194811.860000', '194812.320000', '194812.780000', '194813.240000', '194813.700000', '194814.160000', '194814.620000', '194815.080000', '194815.540000', '194816.000000', '194816.460000', '194816.920000', '194817.380000', '194817.840000', '194818.300000', '194818.760000', '194819.220000', '194819.680000', '194820.140000', '194820.600000', '194821.060000', '194821.520000', '194821.980000', '194822.440000', '194822.900000', '194823.360000', '194823.820000', '194824.280000', '194824.740000', '194825.200000', '194825.660000', '194826.120000', '194826.580000', '194827.040000', '194827.500000', '194827.960000', '194828.420000', '194828.880000', '194829.340000', '194829.800000', '194830.260000', '194830.720000', '194831.180000', '194831.640000', '194832.100000', '194832.560000', '194833.020000', '194833.480000', '194833.940000', '194834.400000', '194834.860000', '194835.320000', '194835.780000', '194836.240000', '194836.700000', '194837.160000', '194837.620000', '194838.080000', '194838.540000', '194839.000000', '194839.460000', '194839.920000', '194840.380000', '194840.840000', '194841.300000', '194841.760000', '194842.220000', '194842.680000', '194843.140000', '194843.600000', '194844.060000', '194844.520000', '194844.980000', '194845.440000', '194845.900000', '194846.360000', '194846.820000', '194847.280000', '194847.740000', '194848.200000', '194848.660000', '194849.120000', '194849.580000', '194850.040000', '194850.500000', '194850.960000', '194851.420000', '194851.880000', '194852.340000', '194852.800000', '194853.260000', '194853.720000', '194854.180000', '194854.640000', '194855.100000', '194855.560000', '194856.020000', '194856.480000', '194856.940000', '194857.400000', '194857.860000', '194858.320000', '194858.780000', '194859.240000', '194859.700000', '194900.160000', '194900.620000', '194901.080000', '194901.540000', '194902.000000', '194902.460000', '194902.920000', '194903.380000', '194903.840000', '194904.300000', '194904.760000', '194905.220000', '194905.680000', '194906.140000', '194906.600000', '194907.060000', '194907.520000', '194907.980000', '194908.440000', '194908.900000', '194909.360000', '194909.820000', '194910.280000', '194910.740000', '194911.200000', '194911.660000', '194912.120000', '194912.580000', '194913.040000', '194913.500000', '194913.960000', '194914.420000', '194914.880000', '194915.340000', '194915.800000', '194916.260000', '194916.720000', '194917.180000', '194917.640000', '194918.100000', '194918.560000', '194919.020000', '194919.480000', '194919.940000', '194920.400000', '194920.860000', '194921.320000', '194921.780000', '194922.240000', '194922.700000', '194923.160000', '194923.620000', '194924.080000', '194924.540000', '194925.000000', '194925.460000', '194925.920000', '194926.380000', '194926.840000', '194927.300000', '194927.760000', '194928.220000', '194928.680000', '194929.140000', '194929.600000', '194930.060000', '194930.520000', '194930.980000', '194931.440000', '194931.900000', '194932.360000', '194932.820000', '194933.280000', '194933.740000', '194934.200000', '194934.660000', '194935.120000', '194935.580000', '194936.040000', '194936.500000', '194936.960000', '194937.420000', '194937.880000', '194938.340000', '194938.800000', '194939.260000', '194939.720000', '194940.180000', '194940.640000', '194941.100000', '194941.560000', '194942.020000', '194942.480000', '194942.940000', '194943.400000', '194943.860000', '194944.320000', '194944.780000', '194945.240000', '194945.700000', '194946.160000', '194946.620000', '194947.080000', '194947.540000', '194948.000000', '194948.460000', '194948.920000', '194949.380000', '194949.840000', '194950.300000', '194950.760000', '194951.220000', '194951.680000', '194952.140000', '194952.600000', '194953.060000', '194953.520000', '194953.980000', '194954.440000', '194954.900000', '194955.360000', '194955.820000', '194956.280000', '194956.740000', '194957.200000', '194957.660000', '194958.120000', '194958.580000', '194959.040000', '194959.500000', '194959.960000', '195000.420000', '195000.880000', '195001.340000', '195001.800000', '195002.260000', '195002.720000', '195003.180000', '195003.640000', '195004.100000', '195004.560000', '195005.020000', '195005.480000', '195005.940000', '195006.400000', '195006.860000', '195007.320000', '195007.780000', '195008.240000', '195008.700000', '195009.160000', '195009.620000', '195010.080000', '195010.540000', '195011.000000', '195011.460000', '195011.920000', '195012.380000', '195012.840000', '195013.300000', '195013.760000', '195014.220000', '195014.680000', '195015.140000', '195015.600000', '195016.060000', '195016.520000', '195016.980000', '195017.440000', '195017.900000', '195018.360000', '195018.820000', '195019.280000', '195019.740000', '195020.200000', '195020.660000', '195021.120000', '195021.580000', '195022.040000', '195022.500000', '195022.960000', '195023.420000', '195023.880000', '195024.340000', '195024.800000', '195025.260000', '195025.720000', '195026.180000', '195026.640000', '195027.100000', '195027.560000', '195028.020000', '195028.480000', '195028.940000', '195029.400000'], 'ContentTime': ['194409.990000', '194409.993000', '194409.996000', '194410.000000', '194410.002000', '194410.005000', '194410.007000', '194410.010000', '194410.012000', '194410.043000', '194410.046000', '194410.048000', '194410.051000', '194410.053000', '194410.056000', '194410.058000', '194410.061000', '194410.063000', '194410.066000', '194410.068000', '194410.071000', '194410.074000', '194410.076000', '194410.079000', '194410.081000', '194410.084000', '194410.086000', '194410.089000', '194410.091000', '194410.094000', '194410.096000', '194410.099000', '194410.102000', '194410.104000', '194410.107000', '194410.109000', '194410.112000', '194410.114000', '194410.117000', '194410.119000', '194410.122000', '194410.125000', '194410.127000', '194410.130000', '194410.132000', '194429.959000', '194429.962000', '194429.965000', '194429.967000', '194429.970000', '194429.972000', '194429.975000', '194429.977000', '194429.980000', '194429.982000', '194429.985000', '194429.988000', '194429.990000', '194429.993000', '194429.995000', '194429.998000', '194430.001000', '194430.004000', '194430.006000', '194430.009000', '194430.011000', '194430.014000', '194430.017000', '194430.019000', '194430.022000', '194430.024000', '194430.027000', '194430.034000', '194430.037000', '194430.039000', '194430.042000', '194430.045000', '194430.047000', '194430.050000', '194430.052000', '194430.055000', '194430.057000', '194430.060000', '194430.062000', '194430.065000', '194430.068000', '194430.070000', '194430.073000', '194449.959000', '194449.962000', '194449.965000', '194449.967000', '194449.970000', '194449.972000', '194449.975000', '194449.977000', '194449.980000', '194449.983000', '194449.985000', '194449.988000', '194449.991000', '194449.993000', '194449.996000', '194449.998000', '194450.002000', '194450.004000', '194450.007000', '194450.009000', '194450.012000', '194450.015000', '194450.017000', '194450.020000', '194450.022000', '194450.025000', '194450.027000', '194450.030000', '194450.033000', '194450.036000', '194450.039000', '194450.041000', '194450.044000', '194450.046000', '194450.049000', '194450.051000', '194450.054000', '194450.057000', '194450.093000', '194450.096000', '194450.099000', '194450.101000', '194450.104000', '194450.106000', '194509.959000', '194509.962000', '194509.965000', '194509.967000', '194509.970000', '194509.972000', '194509.975000', '194509.977000', '194509.980000', '194509.983000', '194509.985000', '194509.988000', '194509.990000', '194509.993000', '194509.996000', '194509.998000', '194510.002000', '194510.004000', '194510.007000', '194510.009000', '194510.012000', '194510.014000', '194510.017000', '194510.020000', '194510.022000', '194510.032000', '194510.034000', '194510.037000', '194510.039000', '194510.042000', '194510.045000', '194510.047000', '194510.050000', '194510.052000', '194510.055000', '194510.057000', '194510.060000', '194510.062000', '194510.065000', '194510.068000', '194510.070000', '194510.073000', '194510.075000', '194529.959000', '194529.962000', '194529.965000', '194529.967000', '194529.970000', '194529.972000', '194529.975000', '194529.977000', '194529.980000', '194529.983000', '194529.985000', '194529.988000', '194529.990000', '194529.993000', '194529.995000', '194529.998000', '194530.002000', '194530.004000', '194530.007000', '194530.009000', '194530.012000', '194530.015000', '194530.017000', '194530.020000', '194530.022000', '194530.025000', '194530.028000', '194530.030000', '194530.033000', '194530.035000', '194530.038000', '194530.040000', '194530.043000', '194530.046000', '194530.054000', '194530.057000', '194530.060000', '194530.062000', '194530.065000', '194530.067000', '194530.070000', '194530.072000', '194530.075000', '194530.077000', '194549.959000', '194549.962000', '194549.965000', '194549.968000', '194549.970000', '194549.973000', '194549.976000', '194549.979000', '194549.981000', '194549.984000', '194549.987000', '194549.989000', '194549.992000', '194549.995000', '194549.997000', '194550.001000', '194550.004000', '194550.006000', '194550.009000', '194550.022000', '194550.025000', '194550.027000', '194550.030000', '194550.032000', '194550.035000', '194550.038000', '194550.040000', '194550.043000', '194550.045000', '194550.048000', '194550.050000', '194550.053000', '194550.056000', '194550.058000', '194550.061000', '194550.063000', '194550.066000', '194550.068000', '194550.071000', '194550.074000', '194550.076000', '194550.079000', '194550.082000', '194609.958000', '194609.961000', '194609.964000', '194609.968000', '194609.971000', '194609.973000', '194609.976000', '194609.979000', '194609.981000', '194609.984000', '194609.986000', '194609.989000', '194609.992000', '194609.994000', '194609.997000', '194610.001000', '194610.003000', '194610.006000', '194610.008000', '194610.011000', '194610.014000', '194610.016000', '194610.019000', '194610.022000', '194610.024000', '194610.027000', '194610.030000', '194610.032000', '194610.035000', '194610.037000', '194610.040000', '194610.043000', '194610.045000', '194610.048000', '194610.050000', '194610.053000', '194610.055000', '194610.058000', '194610.061000', '194610.063000', '194610.066000', '194610.068000', '194610.071000', '194610.074000', '194629.958000', '194629.962000', '194629.965000', '194629.967000', '194629.970000', '194629.972000', '194629.975000', '194629.977000', '194629.980000', '194629.983000', '194629.985000', '194629.988000', '194629.990000', '194629.993000', '194629.996000', '194629.998000', '194630.002000', '194630.005000', '194630.007000', '194630.010000', '194630.012000', '194630.015000', '194630.018000', '194630.020000', '194630.023000', '194630.025000', '194630.028000', '194630.030000', '194630.033000', '194630.036000', '194630.038000', '194630.041000', '194630.043000', '194630.061000', '194630.064000', '194630.067000', '194630.069000', '194630.072000', '194630.074000', '194630.077000', '194630.080000', '194630.082000', '194630.085000', '194649.960000', '194649.963000', '194649.965000', '194649.968000', '194649.971000', '194649.974000', '194649.977000', '194649.979000', '194649.982000', '194649.985000', '194649.987000', '194649.990000', '194649.993000', '194649.995000', '194649.998000', '194650.001000', '194650.004000', '194650.006000', '194650.009000', '194650.012000', '194650.014000', '194650.017000', '194650.019000', '194650.022000', '194650.024000', '194650.027000', '194650.030000', '194650.032000', '194650.035000', '194650.037000', '194650.040000', '194650.043000', '194650.045000', '194650.048000', '194650.051000', '194650.054000', '194650.056000', '194650.059000', '194650.061000', '194650.064000', '194650.066000', '194650.069000', '194650.072000', '194709.960000', '194709.963000', '194709.965000', '194709.968000', '194709.971000', '194709.973000', '194709.976000', '194709.979000', '194709.981000', '194709.984000', '194709.986000', '194709.989000', '194709.991000', '194709.994000', '194709.997000', '194710.000000', '194710.003000', '194710.005000', '194710.008000', '194710.011000', '194710.013000', '194710.016000', '194710.018000', '194710.021000', '194710.024000', '194710.026000', '194710.029000', '194710.032000', '194710.034000', '194710.037000', '194710.039000', '194710.042000', '194710.044000', '194710.047000', '194710.050000', '194710.052000', '194710.055000', '194710.057000', '194710.060000', '194710.063000', '194710.065000', '194710.068000', '194710.070000', '194710.073000', '194729.959000', '194729.962000', '194729.965000', '194729.968000', '194729.970000', '194729.973000', '194729.975000', '194729.978000', '194729.981000', '194729.983000', '194729.986000', '194729.988000', '194729.991000', '194729.995000', '194729.998000', '194730.002000', '194730.004000', '194730.008000', '194730.011000', '194730.013000', '194730.016000', '194730.019000', '194730.021000', '194730.024000', '194730.026000', '194730.029000', '194730.032000', '194730.034000', '194730.037000', '194730.040000', '194730.042000', '194730.045000', '194730.047000', '194730.050000', '194730.053000', '194730.055000', '194730.058000', '194730.061000', '194730.063000', '194730.066000', '194730.068000', '194730.071000', '194730.073000', '194749.960000', '194749.962000', '194749.965000', '194749.968000', '194749.971000', '194749.973000', '194749.976000', '194749.979000', '194749.981000', '194749.984000', '194749.986000', '194749.989000', '194749.992000', '194749.994000', '194749.997000', '194750.000000', '194750.003000', '194750.006000', '194750.008000', '194750.011000', '194750.014000', '194750.016000', '194750.019000', '194750.021000', '194750.024000', '194750.026000', '194750.029000', '194750.032000', '194750.035000', '194750.037000', '194750.040000', '194750.042000', '194750.045000', '194750.047000', '194750.050000', '194750.053000', '194750.055000', '194750.058000', '194750.060000', '194750.063000', '194750.066000', '194750.068000', '194750.071000', '194750.073000', '194809.959000', '194809.987000', '194809.990000', '194809.993000', '194809.995000', '194809.998000', '194810.002000', '194810.004000', '194810.007000', '194810.009000', '194810.012000', '194810.015000', '194810.017000', '194810.020000', '194810.023000', '194810.026000', '194810.029000', '194810.032000', '194810.035000', '194810.037000', '194810.040000', '194810.042000', '194810.045000', '194810.047000', '194810.050000', '194810.053000', '194810.055000', '194810.058000', '194810.061000', '194810.063000', '194810.066000', '194810.068000', '194810.071000', '194810.074000', '194810.076000', '194810.079000', '194810.081000', '194810.084000', '194810.087000', '194810.089000', '194810.092000', '194810.094000', '194810.097000', '194829.958000', '194829.961000', '194829.964000', '194829.968000', '194829.971000', '194829.973000', '194829.976000', '194829.979000', '194829.981000', '194829.984000', '194829.986000', '194829.989000', '194829.992000', '194829.994000', '194829.997000', '194830.001000', '194830.003000', '194830.006000', '194830.008000', '194830.011000', '194830.014000', '194830.016000', '194830.019000', '194830.022000', '194830.024000', '194830.027000', '194830.029000', '194830.032000', '194830.035000', '194830.037000', '194830.040000', '194830.042000', '194830.045000', '194830.047000', '194830.050000', '194830.053000', '194830.055000', '194830.058000', '194830.060000', '194830.063000', '194830.065000', '194830.068000', '194830.071000', '194830.073000', '194849.959000', '194849.962000', '194849.964000', '194849.967000', '194849.969000', '194849.972000', '194849.974000', '194849.977000', '194849.980000', '194849.982000', '194849.985000', '194849.987000', '194849.990000', '194849.993000', '194849.995000', '194849.998000', '194850.001000', '194850.004000', '194850.006000', '194850.009000', '194850.012000', '194850.014000', '194850.017000', '194850.020000', '194850.022000', '194850.025000', '194850.027000', '194850.030000', '194850.033000', '194850.036000', '194850.039000', '194850.042000', '194850.046000', '194850.049000', '194850.052000', '194850.054000', '194850.057000', '194850.059000', '194850.062000', '194850.065000', '194850.067000', '194850.070000', '194850.072000', '194909.959000', '194909.962000', '194909.965000', '194909.967000', '194909.970000', '194909.972000', '194909.975000', '194909.977000', '194909.980000', '194909.983000', '194909.985000', '194909.988000', '194909.990000', '194909.993000', '194909.996000', '194909.998000', '194910.002000', '194910.004000', '194910.007000', '194910.010000', '194910.013000', '194910.015000', '194910.018000', '194910.021000', '194910.023000', '194910.026000', '194910.029000', '194910.031000', '194910.034000', '194910.037000', '194910.039000', '194910.042000', '194910.044000', '194910.047000', '194910.049000', '194910.052000', '194910.055000', '194910.057000', '194910.060000', '194910.062000', '194910.065000', '194910.067000', '194910.070000', '194910.072000', '194929.960000', '194929.962000', '194929.965000', '194929.968000', '194929.970000', '194929.973000', '194929.975000', '194929.978000', '194929.980000', '194929.983000', '194929.985000', '194929.988000', '194930.001000', '194930.004000', '194930.007000', '194930.009000', '194930.012000', '194930.014000', '194930.017000', '194930.019000', '194930.022000', '194930.024000', '194930.027000', '194930.029000', '194930.032000', '194930.035000', '194930.037000', '194930.040000', '194930.042000', '194930.045000', '194930.048000', '194930.050000', '194930.053000', '194930.055000', '194930.058000', '194930.061000', '194930.063000', '194930.066000', '194930.068000', '194930.071000', '194930.074000', '194930.076000', '194930.079000', '194949.959000', '194949.962000', '194949.965000', '194949.967000', '194949.970000', '194949.972000', '194949.975000', '194949.978000', '194949.980000', '194949.983000', '194949.985000', '194949.988000', '194949.990000', '194949.993000', '194949.996000', '194949.998000', '194950.002000', '194950.004000', '194950.007000', '194950.009000', '194950.012000', '194950.014000', '194950.017000', '194950.020000', '194950.022000', '194950.025000', '194950.027000', '194950.030000', '194950.032000', '194950.035000', '194950.038000', '194950.040000', '194950.043000', '194950.045000', '194950.048000', '194950.050000', '194950.053000', '194950.056000', '194950.058000', '194950.061000', '194950.063000', '194950.066000', '194950.068000', '194950.071000', '195009.959000', '195009.962000', '195009.965000', '195009.967000', '195009.970000', '195009.972000', '195009.975000', '195009.977000', '195009.980000', '195009.983000', '195009.985000', '195009.988000', '195009.990000', '195009.993000', '195009.996000', '195009.998000', '195010.002000', '195010.004000', '195010.007000', '195010.009000', '195010.012000', '195010.015000', '195010.017000', '195010.020000', '195010.022000', '195010.025000', '195010.027000', '195010.030000', '195010.032000', '195010.035000', '195010.038000', '195010.040000', '195010.043000', '195010.045000', '195010.048000', '195010.051000', '195010.053000', '195010.056000', '195010.058000', '195010.061000', '195010.063000', '195010.066000', '195010.068000', '195029.960000', '195029.963000', '195029.969000', '195029.972000', '195029.977000', '195029.982000', '195029.985000', '195029.988000', '195029.991000', '195029.994000', '195029.997000', '195030.001000', '195030.004000', '195030.007000', '195030.010000', '195030.013000', '195030.016000', '195030.018000', '195030.021000', '195030.024000', '195030.027000', '195030.030000', '195030.033000', '195030.037000', '195030.040000', '195030.042000', '195030.045000', '195030.048000', '195030.050000', '195030.053000', '195030.056000', '195030.059000', '195030.061000', '195030.064000', '195030.067000', '195030.069000', '195030.076000', '195030.079000', '195030.081000', '195030.084000', '195030.087000', '195030.089000', '195030.092000', '195030.094000', '195030.281000'], 'InstanceCreationTime': ['194409.990000', '194409.993000', '194409.996000', '194410.000000', '194410.002000', '194410.005000', '194410.007000', '194410.010000', '194410.012000', '194410.043000', '194410.046000', '194410.048000', '194410.051000', '194410.053000', '194410.056000', '194410.058000', '194410.061000', '194410.063000', '194410.066000', '194410.068000', '194410.071000', '194410.074000', '194410.076000', '194410.079000', '194410.081000', '194410.084000', '194410.086000', '194410.089000', '194410.091000', '194410.094000', '194410.096000', '194410.099000', '194410.102000', '194410.104000', '194410.107000', '194410.109000', '194410.112000', '194410.114000', '194410.117000', '194410.119000', '194410.122000', '194410.125000', '194410.127000', '194410.130000', '194410.132000', '194429.959000', '194429.962000', '194429.965000', '194429.967000', '194429.970000', '194429.972000', '194429.975000', '194429.977000', '194429.980000', '194429.982000', '194429.985000', '194429.988000', '194429.990000', '194429.993000', '194429.995000', '194429.998000', '194430.001000', '194430.004000', '194430.006000', '194430.009000', '194430.011000', '194430.014000', '194430.017000', '194430.019000', '194430.022000', '194430.024000', '194430.027000', '194430.034000', '194430.037000', '194430.039000', '194430.042000', '194430.045000', '194430.047000', '194430.050000', '194430.052000', '194430.055000', '194430.057000', '194430.060000', '194430.062000', '194430.065000', '194430.068000', '194430.070000', '194430.073000', '194449.959000', '194449.962000', '194449.965000', '194449.967000', '194449.970000', '194449.972000', '194449.975000', '194449.977000', '194449.980000', '194449.983000', '194449.985000', '194449.988000', '194449.991000', '194449.993000', '194449.996000', '194449.998000', '194450.002000', '194450.004000', '194450.007000', '194450.009000', '194450.012000', '194450.015000', '194450.017000', '194450.020000', '194450.022000', '194450.025000', '194450.027000', '194450.030000', '194450.033000', '194450.036000', '194450.039000', '194450.041000', '194450.044000', '194450.046000', '194450.049000', '194450.051000', '194450.054000', '194450.057000', '194450.093000', '194450.096000', '194450.099000', '194450.101000', '194450.104000', '194450.106000', '194509.959000', '194509.962000', '194509.965000', '194509.967000', '194509.970000', '194509.972000', '194509.975000', '194509.977000', '194509.980000', '194509.983000', '194509.985000', '194509.988000', '194509.990000', '194509.993000', '194509.996000', '194509.998000', '194510.002000', '194510.004000', '194510.007000', '194510.009000', '194510.012000', '194510.014000', '194510.017000', '194510.020000', '194510.022000', '194510.032000', '194510.034000', '194510.037000', '194510.039000', '194510.042000', '194510.045000', '194510.047000', '194510.050000', '194510.052000', '194510.055000', '194510.057000', '194510.060000', '194510.062000', '194510.065000', '194510.068000', '194510.070000', '194510.073000', '194510.075000', '194529.959000', '194529.962000', '194529.965000', '194529.967000', '194529.970000', '194529.972000', '194529.975000', '194529.977000', '194529.980000', '194529.983000', '194529.985000', '194529.988000', '194529.990000', '194529.993000', '194529.995000', '194529.998000', '194530.002000', '194530.004000', '194530.007000', '194530.009000', '194530.012000', '194530.015000', '194530.017000', '194530.020000', '194530.022000', '194530.025000', '194530.028000', '194530.030000', '194530.033000', '194530.035000', '194530.038000', '194530.040000', '194530.043000', '194530.046000', '194530.054000', '194530.057000', '194530.060000', '194530.062000', '194530.065000', '194530.067000', '194530.070000', '194530.072000', '194530.075000', '194530.077000', '194549.959000', '194549.962000', '194549.965000', '194549.968000', '194549.970000', '194549.973000', '194549.976000', '194549.979000', '194549.981000', '194549.984000', '194549.987000', '194549.989000', '194549.992000', '194549.995000', '194549.997000', '194550.001000', '194550.004000', '194550.006000', '194550.009000', '194550.022000', '194550.025000', '194550.027000', '194550.030000', '194550.032000', '194550.035000', '194550.038000', '194550.040000', '194550.043000', '194550.045000', '194550.048000', '194550.050000', '194550.053000', '194550.056000', '194550.058000', '194550.061000', '194550.063000', '194550.066000', '194550.068000', '194550.071000', '194550.074000', '194550.076000', '194550.079000', '194550.082000', '194609.958000', '194609.961000', '194609.964000', '194609.968000', '194609.971000', '194609.973000', '194609.976000', '194609.979000', '194609.981000', '194609.984000', '194609.986000', '194609.989000', '194609.992000', '194609.994000', '194609.997000', '194610.001000', '194610.003000', '194610.006000', '194610.008000', '194610.011000', '194610.014000', '194610.016000', '194610.019000', '194610.022000', '194610.024000', '194610.027000', '194610.030000', '194610.032000', '194610.035000', '194610.037000', '194610.040000', '194610.043000', '194610.045000', '194610.048000', '194610.050000', '194610.053000', '194610.055000', '194610.058000', '194610.061000', '194610.063000', '194610.066000', '194610.068000', '194610.071000', '194610.074000', '194629.958000', '194629.962000', '194629.965000', '194629.967000', '194629.970000', '194629.972000', '194629.975000', '194629.977000', '194629.980000', '194629.983000', '194629.985000', '194629.988000', '194629.990000', '194629.993000', '194629.996000', '194629.998000', '194630.002000', '194630.005000', '194630.007000', '194630.010000', '194630.012000', '194630.015000', '194630.018000', '194630.020000', '194630.023000', '194630.025000', '194630.028000', '194630.030000', '194630.033000', '194630.036000', '194630.038000', '194630.041000', '194630.043000', '194630.061000', '194630.064000', '194630.067000', '194630.069000', '194630.072000', '194630.074000', '194630.077000', '194630.080000', '194630.082000', '194630.085000', '194649.960000', '194649.963000', '194649.965000', '194649.968000', '194649.971000', '194649.974000', '194649.977000', '194649.979000', '194649.982000', '194649.985000', '194649.987000', '194649.990000', '194649.993000', '194649.995000', '194649.998000', '194650.001000', '194650.004000', '194650.006000', '194650.009000', '194650.012000', '194650.014000', '194650.017000', '194650.019000', '194650.022000', '194650.024000', '194650.027000', '194650.030000', '194650.032000', '194650.035000', '194650.037000', '194650.040000', '194650.043000', '194650.045000', '194650.048000', '194650.051000', '194650.054000', '194650.056000', '194650.059000', '194650.061000', '194650.064000', '194650.066000', '194650.069000', '194650.072000', '194709.960000', '194709.963000', '194709.965000', '194709.968000', '194709.971000', '194709.973000', '194709.976000', '194709.979000', '194709.981000', '194709.984000', '194709.986000', '194709.989000', '194709.991000', '194709.994000', '194709.997000', '194710.000000', '194710.003000', '194710.005000', '194710.008000', '194710.011000', '194710.013000', '194710.016000', '194710.018000', '194710.021000', '194710.024000', '194710.026000', '194710.029000', '194710.032000', '194710.034000', '194710.037000', '194710.039000', '194710.042000', '194710.044000', '194710.047000', '194710.050000', '194710.052000', '194710.055000', '194710.057000', '194710.060000', '194710.063000', '194710.065000', '194710.068000', '194710.070000', '194710.073000', '194729.959000', '194729.962000', '194729.965000', '194729.968000', '194729.970000', '194729.973000', '194729.975000', '194729.978000', '194729.981000', '194729.983000', '194729.986000', '194729.988000', '194729.991000', '194729.995000', '194729.998000', '194730.002000', '194730.004000', '194730.008000', '194730.011000', '194730.013000', '194730.016000', '194730.019000', '194730.021000', '194730.024000', '194730.026000', '194730.029000', '194730.032000', '194730.034000', '194730.037000', '194730.040000', '194730.042000', '194730.045000', '194730.047000', '194730.050000', '194730.053000', '194730.055000', '194730.058000', '194730.061000', '194730.063000', '194730.066000', '194730.068000', '194730.071000', '194730.073000', '194749.960000', '194749.962000', '194749.965000', '194749.968000', '194749.971000', '194749.973000', '194749.976000', '194749.979000', '194749.981000', '194749.984000', '194749.986000', '194749.989000', '194749.992000', '194749.994000', '194749.997000', '194750.000000', '194750.003000', '194750.006000', '194750.008000', '194750.011000', '194750.014000', '194750.016000', '194750.019000', '194750.021000', '194750.024000', '194750.026000', '194750.029000', '194750.032000', '194750.035000', '194750.037000', '194750.040000', '194750.042000', '194750.045000', '194750.047000', '194750.050000', '194750.053000', '194750.055000', '194750.058000', '194750.060000', '194750.063000', '194750.066000', '194750.068000', '194750.071000', '194750.073000', '194809.959000', '194809.987000', '194809.990000', '194809.993000', '194809.995000', '194809.998000', '194810.002000', '194810.004000', '194810.007000', '194810.009000', '194810.012000', '194810.015000', '194810.017000', '194810.020000', '194810.023000', '194810.026000', '194810.029000', '194810.032000', '194810.035000', '194810.037000', '194810.040000', '194810.042000', '194810.045000', '194810.047000', '194810.050000', '194810.053000', '194810.055000', '194810.058000', '194810.061000', '194810.063000', '194810.066000', '194810.068000', '194810.071000', '194810.074000', '194810.076000', '194810.079000', '194810.081000', '194810.084000', '194810.087000', '194810.089000', '194810.092000', '194810.094000', '194810.097000', '194829.958000', '194829.961000', '194829.964000', '194829.968000', '194829.971000', '194829.973000', '194829.976000', '194829.979000', '194829.981000', '194829.984000', '194829.986000', '194829.989000', '194829.992000', '194829.994000', '194829.997000', '194830.001000', '194830.003000', '194830.006000', '194830.008000', '194830.011000', '194830.014000', '194830.016000', '194830.019000', '194830.022000', '194830.024000', '194830.027000', '194830.029000', '194830.032000', '194830.035000', '194830.037000', '194830.040000', '194830.042000', '194830.045000', '194830.047000', '194830.050000', '194830.053000', '194830.055000', '194830.058000', '194830.060000', '194830.063000', '194830.065000', '194830.068000', '194830.071000', '194830.073000', '194849.959000', '194849.962000', '194849.964000', '194849.967000', '194849.969000', '194849.972000', '194849.974000', '194849.977000', '194849.980000', '194849.982000', '194849.985000', '194849.987000', '194849.990000', '194849.993000', '194849.995000', '194849.998000', '194850.001000', '194850.004000', '194850.006000', '194850.009000', '194850.012000', '194850.014000', '194850.017000', '194850.020000', '194850.022000', '194850.025000', '194850.027000', '194850.030000', '194850.033000', '194850.036000', '194850.039000', '194850.042000', '194850.046000', '194850.049000', '194850.052000', '194850.054000', '194850.057000', '194850.059000', '194850.062000', '194850.065000', '194850.067000', '194850.070000', '194850.072000', '194909.959000', '194909.962000', '194909.965000', '194909.967000', '194909.970000', '194909.972000', '194909.975000', '194909.977000', '194909.980000', '194909.983000', '194909.985000', '194909.988000', '194909.990000', '194909.993000', '194909.996000', '194909.998000', '194910.002000', '194910.004000', '194910.007000', '194910.010000', '194910.013000', '194910.015000', '194910.018000', '194910.021000', '194910.023000', '194910.026000', '194910.029000', '194910.031000', '194910.034000', '194910.037000', '194910.039000', '194910.042000', '194910.044000', '194910.047000', '194910.049000', '194910.052000', '194910.055000', '194910.057000', '194910.060000', '194910.062000', '194910.065000', '194910.067000', '194910.070000', '194910.072000', '194929.960000', '194929.962000', '194929.965000', '194929.968000', '194929.970000', '194929.973000', '194929.975000', '194929.978000', '194929.980000', '194929.983000', '194929.985000', '194929.988000', '194930.001000', '194930.004000', '194930.007000', '194930.009000', '194930.012000', '194930.014000', '194930.017000', '194930.019000', '194930.022000', '194930.024000', '194930.027000', '194930.029000', '194930.032000', '194930.035000', '194930.037000', '194930.040000', '194930.042000', '194930.045000', '194930.048000', '194930.050000', '194930.053000', '194930.055000', '194930.058000', '194930.061000', '194930.063000', '194930.066000', '194930.068000', '194930.071000', '194930.074000', '194930.076000', '194930.079000', '194949.959000', '194949.962000', '194949.965000', '194949.967000', '194949.970000', '194949.972000', '194949.975000', '194949.978000', '194949.980000', '194949.983000', '194949.985000', '194949.988000', '194949.990000', '194949.993000', '194949.996000', '194949.998000', '194950.002000', '194950.004000', '194950.007000', '194950.009000', '194950.012000', '194950.014000', '194950.017000', '194950.020000', '194950.022000', '194950.025000', '194950.027000', '194950.030000', '194950.032000', '194950.035000', '194950.038000', '194950.040000', '194950.043000', '194950.045000', '194950.048000', '194950.050000', '194950.053000', '194950.056000', '194950.058000', '194950.061000', '194950.063000', '194950.066000', '194950.068000', '194950.071000', '195009.959000', '195009.962000', '195009.965000', '195009.967000', '195009.970000', '195009.972000', '195009.975000', '195009.977000', '195009.980000', '195009.983000', '195009.985000', '195009.988000', '195009.990000', '195009.993000', '195009.996000', '195009.998000', '195010.002000', '195010.004000', '195010.007000', '195010.009000', '195010.012000', '195010.015000', '195010.017000', '195010.020000', '195010.022000', '195010.025000', '195010.027000', '195010.030000', '195010.032000', '195010.035000', '195010.038000', '195010.040000', '195010.043000', '195010.045000', '195010.048000', '195010.051000', '195010.053000', '195010.056000', '195010.058000', '195010.061000', '195010.063000', '195010.066000', '195010.068000', '195029.960000', '195029.963000', '195029.969000', '195029.972000', '195029.977000', '195029.982000', '195029.985000', '195029.988000', '195029.991000', '195029.994000', '195029.997000', '195030.001000', '195030.004000', '195030.007000', '195030.010000', '195030.013000', '195030.016000', '195030.018000', '195030.021000', '195030.024000', '195030.027000', '195030.030000', '195030.033000', '195030.037000', '195030.040000', '195030.042000', '195030.045000', '195030.048000', '195030.050000', '195030.053000', '195030.056000', '195030.059000', '195030.061000', '195030.064000', '195030.067000', '195030.069000', '195030.076000', '195030.079000', '195030.081000', '195030.084000', '195030.087000', '195030.089000', '195030.092000', '195030.094000', '195030.281000'], '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': [11080, 10622, 11139, 12934, 10954, 10800, 10507, 11115, 11370, 11071, 10421, 10818, 10631, 10781, 12883, 10883, 11400, 10683, 11134, 10951, 10766, 11753, 11459, 11062, 10742, 11586, 12287, 12120, 12520, 15121, 14634, 17525, 11014, 11324, 11001, 11505, 11521, 11789, 10942, 11492, 11016, 11232, 12105, 11417, 11409, 12191, 11226, 11164, 11120, 11343, 11226, 13759, 11754, 14906, 12748, 11291, 13061, 14964, 11285, 10961, 11342, 11335, 11146, 11231, 10765, 11309, 11542, 11237, 11880, 11421, 13225, 11699, 11240, 11673, 13270, 11713, 11300, 11737, 11564, 11901, 11724, 11807, 10794, 11824, 11462, 11827, 12036, 11975, 12214, 11945, 12424, 12031, 11803, 14355, 11765, 10802, 11703, 13201, 11710, 11573, 11163, 11914, 12435, 13186, 11464, 11912, 11531, 11462, 11642, 11703, 12211, 12014, 11879, 13485, 12646, 13782, 11066, 11985, 10436, 11367, 10393, 11627, 12611, 11690, 13085, 13013, 13044, 13382, 11885, 15095, 12081, 13040, 11804, 11563, 11953, 11444, 12041, 12139, 11842, 11964, 13386, 11866, 11650, 11669, 12552, 12068, 12020, 11909, 12590, 12417, 11914, 12686, 12092, 11207, 12091, 11963, 11919, 12411, 12557, 12291, 11840, 12129, 12918, 13760, 13408, 12992, 13913, 12178, 11712, 12378, 11997, 11171, 12206, 11686, 12494, 12841, 13136, 12350, 11719, 12281, 13318, 12463, 12038, 12777, 12001, 12780, 12153, 12115, 12068, 12258, 12014, 11308, 12060, 11918, 12563, 11857, 12007, 11844, 12594, 13935, 11497, 13220, 11314, 11723, 11910, 11873, 12701, 11861, 11930, 12191, 12095, 12197, 12980, 12048, 12363, 12250, 12335, 11936, 12245, 13621, 12498, 12066, 12407, 12480, 12113, 12429, 12665, 12810, 12031, 11658, 11916, 11400, 12619, 12124, 12496, 12076, 12125, 12179, 13847, 12025, 13289, 11747, 11932, 11755, 12237, 11594, 12474, 11759, 12289, 11963, 12120, 11926, 12312, 11845, 12043, 11848, 11105, 11936, 12142, 11574, 13151, 11642, 13920, 11830, 12694, 11880, 13208, 11588, 12053, 11806, 11338, 11901, 12200, 12001, 11470, 11762, 12610, 11859, 12179, 13488, 12311, 12776, 12618, 12469, 13174, 12768, 14946, 12638, 15127, 12089, 11485, 12912, 12101, 12731, 11739, 12803, 12810, 11836, 12572, 11930, 12426, 11992, 11947, 12111, 12556, 12455, 13223, 13888, 12755, 12356, 14210, 12494, 12557, 11892, 12332, 11908, 11583, 11219, 12609, 12901, 11220, 11650, 12851, 11590, 12271, 11386, 12041, 11689, 12646, 10909, 12372, 13027, 12060, 12633, 11357, 12691, 12905, 12210, 12798, 11992, 12250, 11652, 12790, 12822, 12377, 12299, 12003, 12434, 12286, 12482, 12510, 11631, 11752, 11878, 11715, 12457, 11382, 12389, 12827, 12211, 12753, 12092, 12159, 11849, 11530, 11931, 12140, 12233, 12849, 12058, 12961, 12038, 12736, 11967, 12369, 11913, 11980, 12011, 12403, 12131, 11833, 11937, 12341, 11921, 10881, 11828, 11469, 11912, 13819, 13540, 13559, 15303, 11965, 11339, 12445, 11831, 11963, 12112, 11186, 12026, 11095, 12655, 11371, 12593, 11219, 12298, 13168, 12010, 12409, 11555, 11643, 12550, 11866, 11276, 11392, 14878, 12441, 14614, 11869, 11978, 11867, 12680, 11745, 12404, 11613, 10994, 11436, 14717, 11821, 12067, 11394, 11773, 11835, 11552, 11896, 12093, 11872, 11690, 11763, 12147, 12736, 12004, 12803, 11834, 10928, 12225, 11455, 11531, 12977, 14486, 13418, 11869, 12851, 12340, 12220, 12376, 12363, 12439, 11722, 12186, 11561, 11563, 11262, 11795, 11328, 11728, 11285, 12067, 11352, 11178, 11226, 10994, 11850, 11606, 12151, 11837, 11544, 12203, 11001, 13322, 11313, 12079, 11412, 11531, 11521, 11171, 11752, 12295, 11296, 12035, 11340, 12256, 12046, 11807, 11044, 12202, 11302, 12366, 11472, 12540, 11397, 12493, 11863, 12136, 12725, 12351, 12266, 11613, 12823, 11915, 11104, 12332, 11281, 11216, 12319, 12280, 12947, 11892, 11994, 11897, 10673, 11849, 11234, 12168, 13094, 14092, 14866, 12206, 12361, 11556, 12398, 11985, 10892, 12134, 11355, 11114, 11106, 12331, 11319, 11696, 11481, 11884, 11528, 12070, 11781, 12435, 11716, 12583, 11729, 11963, 12015, 12085, 11755, 13609, 11751, 13943, 11676, 14838, 11912, 10477, 12128, 10984, 12216, 10930, 12177, 10901, 11933, 11653, 11997, 12721, 11714, 12647, 11712, 12608, 11938, 13020, 11999, 12857, 11698, 12852, 11740, 12944, 11645, 12200, 11590, 12471, 15029, 15200, 15893, 15320, 17162, 11566, 10828, 12353, 11177, 11659, 11295, 11901, 11324, 12074, 12523, 11705, 11730, 11999, 11679, 11954, 10706, 11696, 12522, 14336, 14779, 14794, 11168, 10499, 11702, 10759, 11053, 13736, 15256, 14067, 10435, 10531, 11010, 10985, 11607, 11730, 14574, 12807, 11713, 10998, 11439, 10125, 11007, 11870, 11280, 10877, 11380, 10472, 11221, 12004, 10637, 10871, 11161, 11125, 11444, 10232, 11108, 11219, 10131, 11245, 11785, 10294, 11404, 11854, 10698, 11694, 12287, 10843, 11239, 9968, 11809, 11052, 11165, 11710, 11362, 11692, 12331, 11534, 12085, 11469, 10635, 11567, 11597, 12021, 11574, 12071, 11595, 11531, 12064, 11717, 10609, 11080, 11995, 11061, 11889, 10998, 11289, 14648, 13559, 14671, 10869, 14805, 13000, 16106, 10947, 11582, 10502, 11149, 9888, 11235, 10086, 11386, 9743, 11090, 11812, 11037, 11833, 10046, 11469, 10506, 11102, 10599, 11736, 10362, 11690, 9718, 11452, 10672, 11093, 11880, 11020, 11932, 12107, 11496, 11066, 11610, 11171, 11669, 12441, 11143, 12002, 11097, 12059, 10719, 11862, 10796, 11550, 13988, 15593, 14585, 14573, 11612, 10472, 11726, 10818, 11121, 10997, 11763, 12821, 12782, 12965, 11187, 9797, 11255, 10210, 11152, 14034, 15033, 14139, 11705, 10623, 10367, 11359, 10363, 11426, 12315, 15474, 15198, 14206, 11036, 9622, 10934, 9508, 10646, 10147, 11279, 10050, 11155, 9982, 11016, 9712, 11199, 9820, 10381, 9859, 10786, 13048, 11496, 12295, 11032, 11993, 10629, 11928, 10316, 11854, 10200, 11247, 10117, 11152, 9943, 10726, 9879, 11396, 9664, 10742, 9812, 10782, 12963, 11959, 11562, 11272, 11358, 9885, 11263, 10394, 10294, 11046, 10151, 10834, 10413, 10461, 11035, 10744, 11726, 13595, 15778, 15318, 17632, 16455, 15635, 14768, 10743, 10012, 10788, 9697, 10873, 9869, 10684, 10341, 10208, 10435, 11302, 11642, 11736, 11627, 10099, 10664, 10021, 10615, 10285, 11386, 10971, 13334, 17049, 16290, 11983, 10889, 10552, 9447, 10916, 10778, 10556, 10505, 9658, 9527, 8863, 9779, 10890, 9914, 10742, 12247, 11468], 'WindowCenter': [4323.0, 4293.0, 4294.0, 4302.0, 4268.0, 4267.0, 4250.0, 4263.0, 4265.0, 4265.0, 4254.0, 4264.0, 4253.0, 4259.0, 4273.0, 4259.0, 4274.0, 4262.0, 4265.0, 4266.0, 4275.0, 4285.0, 4291.0, 4285.0, 4293.0, 4306.0, 4299.0, 4306.0, 4313.0, 4330.0, 4330.0, 4341.0, 4282.0, 4268.0, 4252.0, 4251.0, 4251.0, 4262.0, 4251.0, 4262.0, 4254.0, 4266.0, 4275.0, 4263.0, 4265.0, 4289.0, 4276.0, 4263.0, 4253.0, 4252.0, 4267.0, 4288.0, 4265.0, 4274.0, 4252.0, 4239.0, 4273.0, 4281.0, 4250.0, 4224.0, 4225.0, 4223.0, 4222.0, 4221.0, 4223.0, 4223.0, 4233.0, 4222.0, 4220.0, 4219.0, 4229.0, 4233.0, 4221.0, 4220.0, 4236.0, 4231.0, 4220.0, 4231.0, 4231.0, 4232.0, 4228.0, 4233.0, 4221.0, 4231.0, 4232.0, 4234.0, 4244.0, 4245.0, 4245.0, 4246.0, 4258.0, 4259.0, 4245.0, 4270.0, 4266.0, 4264.0, 4262.0, 4273.0, 4260.0, 4237.0, 4237.0, 4247.0, 4259.0, 4261.0, 4258.0, 4262.0, 4263.0, 4262.0, 4262.0, 4272.0, 4260.0, 4255.0, 4257.0, 4284.0, 4273.0, 4286.0, 4273.0, 4263.0, 4240.0, 4248.0, 4226.0, 4248.0, 4246.0, 4238.0, 4258.0, 4258.0, 4261.0, 4271.0, 4248.0, 4281.0, 4254.0, 4254.0, 4233.0, 4231.0, 4243.0, 4235.0, 4247.0, 4242.0, 4246.0, 4267.0, 4269.0, 4246.0, 4235.0, 4231.0, 4228.0, 4232.0, 4221.0, 4220.0, 4231.0, 4233.0, 4221.0, 4231.0, 4231.0, 4219.0, 4217.0, 4215.0, 4219.0, 4231.0, 4232.0, 4239.0, 4234.0, 4245.0, 4256.0, 4258.0, 4270.0, 4261.0, 4271.0, 4249.0, 4248.0, 4246.0, 4235.0, 4225.0, 4248.0, 4249.0, 4259.0, 4259.0, 4269.0, 4273.0, 4275.0, 4271.0, 4282.0, 4273.0, 4255.0, 4257.0, 4249.0, 4259.0, 4260.0, 4254.0, 4259.0, 4248.0, 4246.0, 4236.0, 4233.0, 4231.0, 4231.0, 4233.0, 4232.0, 4233.0, 4243.0, 4254.0, 4222.0, 4228.0, 4210.0, 4218.0, 4217.0, 4218.0, 4228.0, 4226.0, 4220.0, 4231.0, 4230.0, 4232.0, 4254.0, 4257.0, 4257.0, 4258.0, 4259.0, 4260.0, 4260.0, 4272.0, 4259.0, 4246.0, 4245.0, 4246.0, 4247.0, 4272.0, 4273.0, 4274.0, 4274.0, 4256.0, 4273.0, 4271.0, 4272.0, 4259.0, 4253.0, 4242.0, 4247.0, 4259.0, 4266.0, 4260.0, 4255.0, 4243.0, 4255.0, 4247.0, 4245.0, 4234.0, 4244.0, 4231.0, 4233.0, 4259.0, 4248.0, 4245.0, 4245.0, 4247.0, 4256.0, 4270.0, 4260.0, 4258.0, 4259.0, 4262.0, 4270.0, 4237.0, 4254.0, 4233.0, 4244.0, 4230.0, 4241.0, 4221.0, 4230.0, 4231.0, 4216.0, 4230.0, 4230.0, 4230.0, 4220.0, 4229.0, 4238.0, 4243.0, 4243.0, 4253.0, 4240.0, 4244.0, 4256.0, 4260.0, 4258.0, 4261.0, 4281.0, 4275.0, 4276.0, 4259.0, 4259.0, 4257.0, 4245.0, 4245.0, 4248.0, 4258.0, 4259.0, 4264.0, 4271.0, 4261.0, 4258.0, 4246.0, 4247.0, 4274.0, 4262.0, 4266.0, 4265.0, 4265.0, 4275.0, 4261.0, 4268.0, 4244.0, 4232.0, 4219.0, 4229.0, 4220.0, 4221.0, 4221.0, 4233.0, 4245.0, 4222.0, 4231.0, 4230.0, 4213.0, 4215.0, 4205.0, 4205.0, 4203.0, 4214.0, 4194.0, 4216.0, 4227.0, 4216.0, 4217.0, 4203.0, 4210.0, 4214.0, 4210.0, 4214.0, 4205.0, 4211.0, 4217.0, 4230.0, 4229.0, 4231.0, 4243.0, 4244.0, 4257.0, 4243.0, 4274.0, 4270.0, 4243.0, 4247.0, 4260.0, 4246.0, 4246.0, 4234.0, 4245.0, 4244.0, 4250.0, 4261.0, 4256.0, 4260.0, 4250.0, 4247.0, 4247.0, 4246.0, 4235.0, 4245.0, 4231.0, 4234.0, 4236.0, 4246.0, 4231.0, 4233.0, 4232.0, 4220.0, 4230.0, 4228.0, 4219.0, 4219.0, 4218.0, 4217.0, 4213.0, 4201.0, 4206.0, 4205.0, 4230.0, 4250.0, 4244.0, 4243.0, 4252.0, 4230.0, 4232.0, 4229.0, 4217.0, 4214.0, 4214.0, 4200.0, 4214.0, 4204.0, 4215.0, 4210.0, 4228.0, 4232.0, 4236.0, 4233.0, 4241.0, 4256.0, 4246.0, 4260.0, 4257.0, 4246.0, 4246.0, 4247.0, 4267.0, 4235.0, 4242.0, 4221.0, 4235.0, 4234.0, 4231.0, 4232.0, 4232.0, 4221.0, 4210.0, 4233.0, 4253.0, 4234.0, 4238.0, 4244.0, 4244.0, 4244.0, 4231.0, 4232.0, 4232.0, 4233.0, 4232.0, 4247.0, 4259.0, 4242.0, 4244.0, 4231.0, 4219.0, 4206.0, 4217.0, 4221.0, 4211.0, 4232.0, 4244.0, 4230.0, 4219.0, 4241.0, 4230.0, 4232.0, 4230.0, 4231.0, 4220.0, 4221.0, 4209.0, 4206.0, 4204.0, 4206.0, 4204.0, 4204.0, 4202.0, 4193.0, 4201.0, 4192.0, 4191.0, 4192.0, 4207.0, 4224.0, 4213.0, 4228.0, 4217.0, 4216.0, 4215.0, 4194.0, 4214.0, 4192.0, 4203.0, 4192.0, 4192.0, 4203.0, 4192.0, 4204.0, 4203.0, 4200.0, 4218.0, 4219.0, 4230.0, 4230.0, 4232.0, 4240.0, 4244.0, 4232.0, 4229.0, 4231.0, 4241.0, 4245.0, 4257.0, 4256.0, 4273.0, 4270.0, 4271.0, 4274.0, 4250.0, 4268.0, 4248.0, 4223.0, 4244.0, 4223.0, 4222.0, 4233.0, 4228.0, 4243.0, 4245.0, 4235.0, 4246.0, 4223.0, 4231.0, 4221.0, 4231.0, 4233.0, 4243.0, 4253.0, 4232.0, 4230.0, 4232.0, 4227.0, 4205.0, 4194.0, 4215.0, 4203.0, 4205.0, 4200.0, 4215.0, 4206.0, 4200.0, 4203.0, 4202.0, 4202.0, 4201.0, 4204.0, 4208.0, 4204.0, 4215.0, 4203.0, 4198.0, 4214.0, 4214.0, 4215.0, 4225.0, 4214.0, 4226.0, 4205.0, 4237.0, 4217.0, 4220.0, 4241.0, 4216.0, 4215.0, 4204.0, 4225.0, 4205.0, 4212.0, 4217.0, 4220.0, 4234.0, 4231.0, 4254.0, 4237.0, 4240.0, 4230.0, 4239.0, 4228.0, 4224.0, 4225.0, 4225.0, 4229.0, 4228.0, 4218.0, 4216.0, 4219.0, 4240.0, 4281.0, 4269.0, 4295.0, 4271.0, 4278.0, 4221.0, 4205.0, 4240.0, 4204.0, 4204.0, 4204.0, 4227.0, 4228.0, 4244.0, 4240.0, 4242.0, 4229.0, 4230.0, 4228.0, 4212.0, 4199.0, 4217.0, 4229.0, 4256.0, 4263.0, 4263.0, 4213.0, 4195.0, 4202.0, 4219.0, 4203.0, 4214.0, 4241.0, 4240.0, 4221.0, 4207.0, 4205.0, 4219.0, 4206.0, 4206.0, 4241.0, 4217.0, 4216.0, 4206.0, 4203.0, 4181.0, 4191.0, 4189.0, 4192.0, 4193.0, 4202.0, 4189.0, 4193.0, 4200.0, 4178.0, 4177.0, 4171.0, 4174.0, 4177.0, 4165.0, 4177.0, 4189.0, 4179.0, 4180.0, 4189.0, 4163.0, 4191.0, 4202.0, 4182.0, 4206.0, 4218.0, 4206.0, 4217.0, 4192.0, 4219.0, 4206.0, 4204.0, 4216.0, 4207.0, 4230.0, 4243.0, 4233.0, 4243.0, 4228.0, 4219.0, 4226.0, 4225.0, 4236.0, 4232.0, 4232.0, 4233.0, 4236.0, 4251.0, 4238.0, 4216.0, 4241.0, 4218.0, 4200.0, 4211.0, 4194.0, 4198.0, 4255.0, 4233.0, 4229.0, 4197.0, 4217.0, 4218.0, 4226.0, 4195.0, 4207.0, 4195.0, 4195.0, 4173.0, 4182.0, 4169.0, 4179.0, 4159.0, 4181.0, 4191.0, 4181.0, 4206.0, 4195.0, 4203.0, 4180.0, 4179.0, 4179.0, 4191.0, 4180.0, 4202.0, 4171.0, 4203.0, 4193.0, 4204.0, 4203.0, 4204.0, 4218.0, 4212.0, 4207.0, 4207.0, 4219.0, 4219.0, 4232.0, 4229.0, 4214.0, 4224.0, 4214.0, 4224.0, 4220.0, 4231.0, 4237.0, 4244.0, 4269.0, 4283.0, 4286.0, 4267.0, 4243.0, 4223.0, 4223.0, 4222.0, 4220.0, 4209.0, 4221.0, 4246.0, 4257.0, 4255.0, 4232.0, 4209.0, 4218.0, 4211.0, 4202.0, 4231.0, 4256.0, 4256.0, 4216.0, 4208.0, 4194.0, 4188.0, 4182.0, 4204.0, 4206.0, 4254.0, 4243.0, 4240.0, 4209.0, 4174.0, 4193.0, 4180.0, 4179.0, 4168.0, 4175.0, 4168.0, 4172.0, 4162.0, 4169.0, 4167.0, 4184.0, 4162.0, 4164.0, 4154.0, 4164.0, 4198.0, 4189.0, 4190.0, 4178.0, 4188.0, 4192.0, 4199.0, 4178.0, 4183.0, 4166.0, 4175.0, 4166.0, 4176.0, 4167.0, 4178.0, 4180.0, 4201.0, 4180.0, 4191.0, 4174.0, 4202.0, 4223.0, 4230.0, 4219.0, 4218.0, 4204.0, 4196.0, 4219.0, 4207.0, 4201.0, 4204.0, 4190.0, 4206.0, 4206.0, 4214.0, 4218.0, 4219.0, 4232.0, 4242.0, 4253.0, 4269.0, 4266.0, 4242.0, 4242.0, 4240.0, 4196.0, 4183.0, 4177.0, 4165.0, 4191.0, 4191.0, 4208.0, 4195.0, 4208.0, 4207.0, 4205.0, 4201.0, 4203.0, 4233.0, 4211.0, 4209.0, 4184.0, 4195.0, 4198.0, 4193.0, 4182.0, 4215.0, 4250.0, 4238.0, 4194.0, 4181.0, 4193.0, 4169.0, 4177.0, 4176.0, 4178.0, 4178.0, 4169.0, 4165.0, 4154.0, 4181.0, 4173.0, 4166.0, 4176.0, 4189.0, 4189.0], 'WindowWidth': [9548.0, 9492.0, 9489.0, 9495.0, 9442.0, 9439.0, 9408.0, 9428.0, 9432.0, 9431.0, 9413.0, 9428.0, 9413.0, 9418.0, 9438.0, 9417.0, 9442.0, 9427.0, 9431.0, 9434.0, 9451.0, 9464.0, 9476.0, 9463.0, 9483.0, 9506.0, 9491.0, 9505.0, 9517.0, 9549.0, 9554.0, 9569.0, 9465.0, 9438.0, 9405.0, 9402.0, 9401.0, 9418.0, 9402.0, 9419.0, 9409.0, 9430.0, 9440.0, 9422.0, 9427.0, 9470.0, 9445.0, 9422.0, 9406.0, 9406.0, 9435.0, 9466.0, 9427.0, 9442.0, 9406.0, 9384.0, 9434.0, 9445.0, 9400.0, 9354.0, 9355.0, 9350.0, 9346.0, 9347.0, 9349.0, 9348.0, 9364.0, 9348.0, 9343.0, 9339.0, 9350.0, 9364.0, 9344.0, 9343.0, 9360.0, 9358.0, 9342.0, 9360.0, 9360.0, 9362.0, 9354.0, 9363.0, 9346.0, 9358.0, 9360.0, 9368.0, 9379.0, 9383.0, 9384.0, 9389.0, 9406.0, 9409.0, 9387.0, 9427.0, 9432.0, 9426.0, 9420.0, 9437.0, 9413.0, 9375.0, 9377.0, 9389.0, 9407.0, 9412.0, 9409.0, 9419.0, 9424.0, 9424.0, 9423.0, 9434.0, 9415.0, 9403.0, 9410.0, 9455.0, 9436.0, 9460.0, 9443.0, 9426.0, 9384.0, 9392.0, 9360.0, 9393.0, 9386.0, 9376.0, 9408.0, 9409.0, 9418.0, 9431.0, 9396.0, 9450.0, 9403.0, 9393.0, 9364.0, 9363.0, 9384.0, 9371.0, 9390.0, 9379.0, 9390.0, 9425.0, 9423.0, 9388.0, 9373.0, 9361.0, 9354.0, 9361.0, 9342.0, 9342.0, 9355.0, 9364.0, 9343.0, 9357.0, 9358.0, 9338.0, 9333.0, 9331.0, 9339.0, 9358.0, 9359.0, 9369.0, 9366.0, 9383.0, 9401.0, 9407.0, 9429.0, 9416.0, 9433.0, 9394.0, 9389.0, 9386.0, 9368.0, 9354.0, 9388.0, 9395.0, 9406.0, 9408.0, 9422.0, 9432.0, 9440.0, 9434.0, 9447.0, 9437.0, 9402.0, 9404.0, 9394.0, 9408.0, 9410.0, 9400.0, 9409.0, 9394.0, 9386.0, 9371.0, 9363.0, 9359.0, 9359.0, 9363.0, 9362.0, 9364.0, 9378.0, 9394.0, 9347.0, 9353.0, 9327.0, 9336.0, 9332.0, 9334.0, 9348.0, 9347.0, 9341.0, 9357.0, 9355.0, 9360.0, 9396.0, 9405.0, 9404.0, 9406.0, 9408.0, 9414.0, 9413.0, 9435.0, 9411.0, 9389.0, 9382.0, 9387.0, 9388.0, 9432.0, 9436.0, 9436.0, 9440.0, 9409.0, 9438.0, 9435.0, 9435.0, 9413.0, 9397.0, 9382.0, 9390.0, 9413.0, 9422.0, 9415.0, 9404.0, 9386.0, 9406.0, 9391.0, 9384.0, 9367.0, 9378.0, 9358.0, 9362.0, 9410.0, 9391.0, 9384.0, 9384.0, 9390.0, 9402.0, 9431.0, 9417.0, 9409.0, 9410.0, 9423.0, 9430.0, 9376.0, 9396.0, 9364.0, 9381.0, 9358.0, 9372.0, 9345.0, 9356.0, 9358.0, 9335.0, 9355.0, 9355.0, 9356.0, 9343.0, 9356.0, 9369.0, 9379.0, 9377.0, 9390.0, 9373.0, 9380.0, 9402.0, 9413.0, 9413.0, 9421.0, 9452.0, 9447.0, 9438.0, 9410.0, 9411.0, 9405.0, 9383.0, 9383.0, 9389.0, 9405.0, 9409.0, 9427.0, 9430.0, 9415.0, 9403.0, 9386.0, 9388.0, 9440.0, 9420.0, 9433.0, 9430.0, 9427.0, 9440.0, 9417.0, 9425.0, 9381.0, 9362.0, 9338.0, 9352.0, 9339.0, 9343.0, 9345.0, 9361.0, 9384.0, 9349.0, 9361.0, 9355.0, 9326.0, 9328.0, 9313.0, 9312.0, 9306.0, 9320.0, 9296.0, 9330.0, 9346.0, 9328.0, 9331.0, 9310.0, 9315.0, 9322.0, 9316.0, 9323.0, 9313.0, 9320.0, 9332.0, 9352.0, 9349.0, 9357.0, 9377.0, 9383.0, 9406.0, 9385.0, 9445.0, 9427.0, 9383.0, 9392.0, 9413.0, 9386.0, 9385.0, 9367.0, 9381.0, 9380.0, 9396.0, 9412.0, 9403.0, 9410.0, 9397.0, 9390.0, 9388.0, 9384.0, 9368.0, 9385.0, 9364.0, 9370.0, 9373.0, 9386.0, 9360.0, 9364.0, 9359.0, 9340.0, 9353.0, 9349.0, 9337.0, 9338.0, 9336.0, 9334.0, 9324.0, 9308.0, 9315.0, 9311.0, 9357.0, 9392.0, 9388.0, 9385.0, 9391.0, 9358.0, 9363.0, 9356.0, 9333.0, 9325.0, 9325.0, 9303.0, 9325.0, 9310.0, 9327.0, 9317.0, 9350.0, 9364.0, 9365.0, 9354.0, 9374.0, 9402.0, 9391.0, 9414.0, 9408.0, 9391.0, 9389.0, 9393.0, 9423.0, 9370.0, 9379.0, 9346.0, 9370.0, 9369.0, 9360.0, 9360.0, 9360.0, 9343.0, 9324.0, 9363.0, 9394.0, 9369.0, 9367.0, 9381.0, 9382.0, 9381.0, 9358.0, 9363.0, 9360.0, 9362.0, 9361.0, 9392.0, 9412.0, 9382.0, 9383.0, 9358.0, 9338.0, 9315.0, 9333.0, 9342.0, 9328.0, 9358.0, 9383.0, 9356.0, 9334.0, 9372.0, 9356.0, 9361.0, 9356.0, 9359.0, 9342.0, 9345.0, 9316.0, 9315.0, 9310.0, 9318.0, 9308.0, 9310.0, 9303.0, 9293.0, 9299.0, 9289.0, 9288.0, 9290.0, 9320.0, 9345.0, 9328.0, 9349.0, 9333.0, 9330.0, 9327.0, 9297.0, 9324.0, 9290.0, 9304.0, 9288.0, 9287.0, 9304.0, 9289.0, 9309.0, 9306.0, 9304.0, 9333.0, 9339.0, 9355.0, 9354.0, 9364.0, 9376.0, 9384.0, 9362.0, 9353.0, 9360.0, 9371.0, 9385.0, 9407.0, 9406.0, 9433.0, 9428.0, 9432.0, 9439.0, 9398.0, 9426.0, 9392.0, 9348.0, 9378.0, 9349.0, 9346.0, 9366.0, 9354.0, 9377.0, 9383.0, 9367.0, 9385.0, 9353.0, 9358.0, 9344.0, 9355.0, 9363.0, 9379.0, 9397.0, 9361.0, 9357.0, 9363.0, 9347.0, 9311.0, 9298.0, 9326.0, 9309.0, 9312.0, 9305.0, 9327.0, 9315.0, 9303.0, 9308.0, 9303.0, 9306.0, 9302.0, 9310.0, 9312.0, 9310.0, 9326.0, 9309.0, 9300.0, 9324.0, 9327.0, 9327.0, 9346.0, 9327.0, 9348.0, 9317.0, 9364.0, 9334.0, 9343.0, 9376.0, 9332.0, 9328.0, 9314.0, 9343.0, 9316.0, 9324.0, 9334.0, 9336.0, 9357.0, 9362.0, 9398.0, 9370.0, 9373.0, 9359.0, 9370.0, 9352.0, 9344.0, 9346.0, 9346.0, 9354.0, 9350.0, 9336.0, 9332.0, 9342.0, 9378.0, 9454.0, 9435.0, 9485.0, 9442.0, 9447.0, 9347.0, 9316.0, 9373.0, 9314.0, 9312.0, 9313.0, 9349.0, 9358.0, 9385.0, 9374.0, 9380.0, 9355.0, 9358.0, 9353.0, 9325.0, 9309.0, 9334.0, 9358.0, 9412.0, 9422.0, 9415.0, 9327.0, 9300.0, 9301.0, 9343.0, 9308.0, 9326.0, 9385.0, 9377.0, 9349.0, 9323.0, 9316.0, 9345.0, 9315.0, 9319.0, 9381.0, 9338.0, 9332.0, 9318.0, 9306.0, 9277.0, 9289.0, 9280.0, 9291.0, 9290.0, 9304.0, 9286.0, 9292.0, 9296.0, 9264.0, 9259.0, 9246.0, 9253.0, 9258.0, 9239.0, 9259.0, 9278.0, 9267.0, 9266.0, 9278.0, 9237.0, 9283.0, 9300.0, 9276.0, 9313.0, 9336.0, 9316.0, 9331.0, 9294.0, 9338.0, 9315.0, 9308.0, 9327.0, 9317.0, 9354.0, 9377.0, 9363.0, 9378.0, 9355.0, 9342.0, 9349.0, 9351.0, 9369.0, 9364.0, 9362.0, 9364.0, 9372.0, 9399.0, 9378.0, 9340.0, 9383.0, 9334.0, 9307.0, 9321.0, 9295.0, 9303.0, 9397.0, 9366.0, 9352.0, 9301.0, 9327.0, 9331.0, 9338.0, 9296.0, 9315.0, 9300.0, 9298.0, 9264.0, 9272.0, 9250.0, 9264.0, 9235.0, 9269.0, 9286.0, 9270.0, 9316.0, 9298.0, 9305.0, 9269.0, 9263.0, 9264.0, 9283.0, 9269.0, 9302.0, 9261.0, 9307.0, 9292.0, 9308.0, 9307.0, 9315.0, 9335.0, 9323.0, 9319.0, 9320.0, 9339.0, 9341.0, 9362.0, 9353.0, 9330.0, 9341.0, 9329.0, 9342.0, 9341.0, 9357.0, 9375.0, 9389.0, 9430.0, 9460.0, 9465.0, 9422.0, 9383.0, 9353.0, 9341.0, 9347.0, 9344.0, 9325.0, 9345.0, 9388.0, 9411.0, 9401.0, 9363.0, 9326.0, 9336.0, 9331.0, 9307.0, 9360.0, 9407.0, 9404.0, 9339.0, 9321.0, 9295.0, 9284.0, 9277.0, 9306.0, 9314.0, 9401.0, 9384.0, 9375.0, 9327.0, 9270.0, 9293.0, 9273.0, 9268.0, 9249.0, 9254.0, 9247.0, 9249.0, 9237.0, 9245.0, 9250.0, 9269.0, 9237.0, 9238.0, 9224.0, 9238.0, 9294.0, 9282.0, 9287.0, 9265.0, 9279.0, 9291.0, 9295.0, 9266.0, 9265.0, 9243.0, 9254.0, 9245.0, 9259.0, 9247.0, 9264.0, 9270.0, 9300.0, 9271.0, 9289.0, 9263.0, 9310.0, 9344.0, 9358.0, 9339.0, 9337.0, 9313.0, 9304.0, 9342.0, 9323.0, 9307.0, 9313.0, 9291.0, 9316.0, 9319.0, 9330.0, 9336.0, 9342.0, 9368.0, 9381.0, 9402.0, 9436.0, 9427.0, 9385.0, 9379.0, 9373.0, 9303.0, 9281.0, 9266.0, 9249.0, 9289.0, 9297.0, 9324.0, 9302.0, 9326.0, 9322.0, 9314.0, 9308.0, 9312.0, 9369.0, 9334.0, 9328.0, 9283.0, 9302.0, 9308.0, 9290.0, 9274.0, 9329.0, 9387.0, 9370.0, 9300.0, 9273.0, 9294.0, 9254.0, 9260.0, 9257.0, 9262.0, 9264.0, 9256.0, 9249.0, 9232.0, 9274.0, 9253.0, 9246.0, 9257.0, 9282.0, 9281.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.0007175430539609646</td></tr>
<tr><td colspan=3>aqi</td><td>0.03351101997703789</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.381174442528724</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1397877427241372</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9873940348735639</td></tr>
<tr><td colspan=3>efc</td><td>0.5004</td></tr>
<tr><td colspan=3>fber</td><td>3621.4055</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12388776293603433</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>119</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.662456946039036</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.494435427926058</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3423895805167168</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8140871147251167</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3268295885363406</td></tr>
<tr><td colspan=3>gcor</td><td>0.0317016</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.03293659910559654</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.037246253341436386</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.633161850717268</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>22.2222</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.727</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>231.6692</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298806.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1126.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>414.5695</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7174</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>571.1242</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3355.183</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3598.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77738.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>943.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4459.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>990.3156</td></tr>
<tr><td colspan=3>tsnr</td><td>30.672733495011926</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>