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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0080/ses-04/func/sub-0080_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>efb3fe94ff4cd3e58f2f09400cbd44cd</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>21:24:24.180000</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.994794, 0.0876937, 0.0519056, -0.0898332, 0.995136, 0.0404267]</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0844239</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4251, -7763, -7216, 285, -124, -28, 35, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.42</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>65072f01-7102-4dea-aee1-c7c325f7daf7||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.6689603328704834, -0.24101580679416656, 0.1298915445804596, 119.4562759399414], [-0.2352757453918457, 2.669877290725708, 0.1211734265089035, -84.83993530273438], [0.1392589658498764, -0.10846175998449326, 2.69415020942688, -61.83260726928711], [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': ['212424.180000', '212424.640000', '212425.100000', '212425.560000', '212426.020000', '212426.480000', '212426.940000', '212427.400000', '212427.860000', '212428.320000', '212428.780000', '212429.240000', '212429.700000', '212430.160000', '212430.620000', '212431.080000', '212431.540000', '212432.000000', '212432.460000', '212432.920000', '212433.380000', '212433.840000', '212434.300000', '212434.760000', '212435.220000', '212435.680000', '212436.140000', '212436.600000', '212437.060000', '212437.520000', '212437.980000', '212438.440000', '212438.900000', '212439.360000', '212439.820000', '212440.280000', '212440.740000', '212441.200000', '212441.660000', '212442.120000', '212442.580000', '212443.040000', '212443.500000', '212443.960000', '212444.420000', '212444.880000', '212445.340000', '212445.800000', '212446.260000', '212446.720000', '212447.180000', '212447.640000', '212448.100000', '212448.560000', '212449.020000', '212449.480000', '212449.940000', '212450.400000', '212450.860000', '212451.320000', '212451.780000', '212452.240000', '212452.700000', '212453.160000', '212453.620000', '212454.080000', '212454.540000', '212455.000000', '212455.460000', '212455.920000', '212456.380000', '212456.840000', '212457.300000', '212457.760000', '212458.220000', '212458.680000', '212459.140000', '212459.600000', '212500.060000', '212500.520000', '212500.980000', '212501.440000', '212501.900000', '212502.360000', '212502.820000', '212503.280000', '212503.740000', '212504.200000', '212504.660000', '212505.120000', '212505.580000', '212506.040000', '212506.500000', '212506.960000', '212507.420000', '212507.880000', '212508.340000', '212508.800000', '212509.260000', '212509.720000', '212510.180000', '212510.640000', '212511.100000', '212511.560000', '212512.020000', '212512.480000', '212512.940000', '212513.400000', '212513.860000', '212514.320000', '212514.780000', '212515.240000', '212515.700000', '212516.160000', '212516.620000', '212517.080000', '212517.540000', '212518.000000', '212518.460000', '212518.920000', '212519.380000', '212519.840000', '212520.300000', '212520.760000', '212521.220000', '212521.680000', '212522.140000', '212522.600000', '212523.060000', '212523.520000', '212523.980000', '212524.440000', '212524.900000', '212525.360000', '212525.820000', '212526.280000', '212526.740000', '212527.200000', '212527.660000', '212528.120000', '212528.580000', '212529.040000', '212529.500000', '212529.960000', '212530.420000', '212530.880000', '212531.340000', '212531.800000', '212532.260000', '212532.720000', '212533.180000', '212533.640000', '212534.100000', '212534.560000', '212535.020000', '212535.480000', '212535.940000', '212536.400000', '212536.860000', '212537.320000', '212537.780000', '212538.240000', '212538.700000', '212539.160000', '212539.620000', '212540.080000', '212540.540000', '212541.000000', '212541.460000', '212541.920000', '212542.380000', '212542.840000', '212543.300000', '212543.760000', '212544.220000', '212544.680000', '212545.140000', '212545.600000', '212546.060000', '212546.520000', '212546.980000', '212547.440000', '212547.900000', '212548.360000', '212548.820000', '212549.280000', '212549.740000', '212550.200000', '212550.660000', '212551.120000', '212551.580000', '212552.040000', '212552.500000', '212552.960000', '212553.420000', '212553.880000', '212554.340000', '212554.800000', '212555.260000', '212555.720000', '212556.180000', '212556.640000', '212557.100000', '212557.560000', '212558.020000', '212558.480000', '212558.940000', '212559.400000', '212559.860000', '212600.320000', '212600.780000', '212601.240000', '212601.700000', '212602.160000', '212602.620000', '212603.080000', '212603.540000', '212604.000000', '212604.460000', '212604.920000', '212605.380000', '212605.840000', '212606.300000', '212606.760000', '212607.220000', '212607.680000', '212608.140000', '212608.600000', '212609.060000', '212609.520000', '212609.980000', '212610.440000', '212610.900000', '212611.360000', '212611.820000', '212612.280000', '212612.740000', '212613.200000', '212613.660000', '212614.120000', '212614.580000', '212615.040000', '212615.500000', '212615.960000', '212616.420000', '212616.880000', '212617.340000', '212617.800000', '212618.260000', '212618.720000', '212619.180000', '212619.640000', '212620.100000', '212620.560000', '212621.020000', '212621.480000', '212621.940000', '212622.400000', '212622.860000', '212623.320000', '212623.780000', '212624.240000', '212624.700000', '212625.160000', '212625.620000', '212626.080000', '212626.540000', '212627.000000', '212627.460000', '212627.920000', '212628.380000', '212628.840000', '212629.300000', '212629.760000', '212630.220000', '212630.680000', '212631.140000', '212631.600000', '212632.060000', '212632.520000', '212632.980000', '212633.440000', '212633.900000', '212634.360000', '212634.820000', '212635.280000', '212635.740000', '212636.200000', '212636.660000', '212637.120000', '212637.580000', '212638.040000', '212638.500000', '212638.960000', '212639.420000', '212639.880000', '212640.340000', '212640.800000', '212641.260000', '212641.720000', '212642.180000', '212642.640000', '212643.100000', '212643.560000', '212644.020000', '212644.480000', '212644.940000', '212645.400000', '212645.860000', '212646.320000', '212646.780000', '212647.240000', '212647.700000', '212648.160000', '212648.620000', '212649.080000', '212649.540000', '212650.000000', '212650.460000', '212650.920000', '212651.380000', '212651.840000', '212652.300000', '212652.760000', '212653.220000', '212653.680000', '212654.140000', '212654.600000', '212655.060000', '212655.520000', '212655.980000', '212656.440000', '212656.900000', '212657.360000', '212657.820000', '212658.280000', '212658.740000', '212659.200000', '212659.660000', '212700.120000', '212700.580000', '212701.040000', '212701.500000', '212701.960000', '212702.420000', '212702.880000', '212703.340000', '212703.800000', '212704.260000', '212704.720000', '212705.180000', '212705.640000', '212706.100000', '212706.560000', '212707.020000', '212707.480000', '212707.940000', '212708.400000', '212708.860000', '212709.320000', '212709.780000', '212710.240000', '212710.700000', '212711.160000', '212711.620000', '212712.080000', '212712.540000', '212713.000000', '212713.460000', '212713.920000', '212714.380000', '212714.840000', '212715.300000', '212715.760000', '212716.220000', '212716.680000', '212717.140000', '212717.600000', '212718.060000', '212718.520000', '212718.980000', '212719.440000', '212719.900000', '212720.360000', '212720.820000', '212721.280000', '212721.740000', '212722.200000', '212722.660000', '212723.120000', '212723.580000', '212724.040000', '212724.500000', '212724.960000', '212725.420000', '212725.880000', '212726.340000', '212726.800000', '212727.260000', '212727.720000', '212728.180000', '212728.640000', '212729.100000', '212729.560000', '212730.020000', '212730.480000', '212730.940000', '212731.400000', '212731.860000', '212732.320000', '212732.780000', '212733.240000', '212733.700000', '212734.160000', '212734.620000', '212735.080000', '212735.540000', '212736.000000', '212736.460000', '212736.920000', '212737.380000', '212737.840000', '212738.300000', '212738.760000', '212739.220000', '212739.680000', '212740.140000', '212740.600000', '212741.060000', '212741.520000', '212741.980000', '212742.440000', '212742.900000', '212743.360000', '212743.820000', '212744.280000', '212744.740000', '212745.200000', '212745.660000', '212746.120000', '212746.580000', '212747.040000', '212747.500000', '212747.960000', '212748.420000', '212748.880000', '212749.340000', '212749.800000', '212750.260000', '212750.720000', '212751.180000', '212751.640000', '212752.100000', '212752.560000', '212753.020000', '212753.480000', '212753.940000', '212754.400000', '212754.860000', '212755.320000', '212755.780000', '212756.240000', '212756.700000', '212757.160000', '212757.620000', '212758.080000', '212758.540000', '212759.000000', '212759.460000', '212759.920000', '212800.380000', '212800.840000', '212801.300000', '212801.760000', '212802.220000', '212802.680000', '212803.140000', '212803.600000', '212804.060000', '212804.520000', '212804.980000', '212805.440000', '212805.900000', '212806.360000', '212806.820000', '212807.280000', '212807.740000', '212808.200000', '212808.660000', '212809.120000', '212809.580000', '212810.040000', '212810.500000', '212810.960000', '212811.420000', '212811.880000', '212812.340000', '212812.800000', '212813.260000', '212813.720000', '212814.180000', '212814.640000', '212815.100000', '212815.560000', '212816.020000', '212816.480000', '212816.940000', '212817.400000', '212817.860000', '212818.320000', '212818.780000', '212819.240000', '212819.700000', '212820.160000', '212820.620000', '212821.080000', '212821.540000', '212822.000000', '212822.460000', '212822.920000', '212823.380000', '212823.840000', '212824.300000', '212824.760000', '212825.220000', '212825.680000', '212826.140000', '212826.600000', '212827.060000', '212827.520000', '212827.980000', '212828.440000', '212828.900000', '212829.360000', '212829.820000', '212830.280000', '212830.740000', '212831.200000', '212831.660000', '212832.120000', '212832.580000', '212833.040000', '212833.500000', '212833.960000', '212834.420000', '212834.880000', '212835.340000', '212835.800000', '212836.260000', '212836.720000', '212837.180000', '212837.640000', '212838.100000', '212838.560000', '212839.020000', '212839.480000', '212839.940000', '212840.400000', '212840.860000', '212841.320000', '212841.780000', '212842.240000', '212842.700000', '212843.160000', '212843.620000', '212844.080000', '212844.540000', '212845.000000', '212845.460000', '212845.920000', '212846.380000', '212846.840000', '212847.300000', '212847.760000', '212848.220000', '212848.680000', '212849.140000', '212849.600000', '212850.060000', '212850.520000', '212850.980000', '212851.440000', '212851.900000', '212852.360000', '212852.820000', '212853.280000', '212853.740000', '212854.200000', '212854.660000', '212855.120000', '212855.580000', '212856.040000', '212856.500000', '212856.960000', '212857.420000', '212857.880000', '212858.340000', '212858.800000', '212859.260000', '212859.720000', '212900.180000', '212900.640000', '212901.100000', '212901.560000', '212902.020000', '212902.480000', '212902.940000', '212903.400000', '212903.860000', '212904.320000', '212904.780000', '212905.240000', '212905.700000', '212906.160000', '212906.620000', '212907.080000', '212907.540000', '212908.000000', '212908.460000', '212908.920000', '212909.380000', '212909.840000', '212910.300000', '212910.760000', '212911.220000', '212911.680000', '212912.140000', '212912.600000', '212913.060000', '212913.520000', '212913.980000', '212914.440000', '212914.900000', '212915.360000', '212915.820000', '212916.280000', '212916.740000', '212917.200000', '212917.660000', '212918.120000', '212918.580000', '212919.040000', '212919.500000', '212919.960000', '212920.420000', '212920.880000', '212921.340000', '212921.800000', '212922.260000', '212922.720000', '212923.180000', '212923.640000', '212924.100000', '212924.560000', '212925.020000', '212925.480000', '212925.940000', '212926.400000', '212926.860000', '212927.320000', '212927.780000', '212928.240000', '212928.700000', '212929.160000', '212929.620000', '212930.080000', '212930.540000', '212931.000000', '212931.460000', '212931.920000', '212932.380000', '212932.840000', '212933.300000', '212933.760000', '212934.220000', '212934.680000', '212935.140000', '212935.600000', '212936.060000', '212936.520000', '212936.980000', '212937.440000', '212937.900000', '212938.360000', '212938.820000', '212939.280000', '212939.740000', '212940.200000', '212940.660000', '212941.120000', '212941.580000', '212942.040000', '212942.500000', '212942.960000', '212943.420000', '212943.880000', '212944.340000', '212944.800000', '212945.260000', '212945.720000', '212946.180000', '212946.640000', '212947.100000', '212947.560000', '212948.020000', '212948.480000', '212948.940000', '212949.400000', '212949.860000', '212950.320000', '212950.780000', '212951.240000', '212951.700000', '212952.160000', '212952.620000', '212953.080000', '212953.540000', '212954.000000', '212954.460000', '212954.920000', '212955.380000', '212955.840000', '212956.300000', '212956.760000', '212957.220000', '212957.680000', '212958.140000', '212958.600000', '212959.060000', '212959.520000', '212959.980000', '213000.440000', '213000.900000', '213001.360000', '213001.820000', '213002.280000', '213002.740000', '213003.200000', '213003.660000', '213004.120000', '213004.580000', '213005.040000', '213005.500000', '213005.960000', '213006.420000', '213006.880000', '213007.340000', '213007.800000', '213008.260000', '213008.720000', '213009.180000', '213009.640000', '213010.100000', '213010.560000', '213011.020000', '213011.480000', '213011.940000', '213012.400000', '213012.860000', '213013.320000', '213013.780000', '213014.240000', '213014.700000', '213015.160000', '213015.620000', '213016.080000', '213016.540000', '213017.000000', '213017.460000', '213017.920000', '213018.380000', '213018.840000', '213019.300000', '213019.760000', '213020.220000', '213020.680000', '213021.140000', '213021.600000', '213022.060000', '213022.520000', '213022.980000', '213023.440000', '213023.900000', '213024.360000', '213024.820000', '213025.280000', '213025.740000', '213026.200000', '213026.660000', '213027.120000', '213027.580000', '213028.040000', '213028.500000', '213028.960000', '213029.420000', '213029.880000', '213030.340000', '213030.800000', '213031.260000', '213031.720000', '213032.180000', '213032.640000', '213033.100000', '213033.560000', '213034.020000', '213034.480000', '213034.940000', '213035.400000', '213035.860000', '213036.320000', '213036.780000', '213037.240000', '213037.700000', '213038.160000', '213038.620000', '213039.080000', '213039.540000', '213040.000000', '213040.460000', '213040.920000', '213041.380000', '213041.840000', '213042.300000', '213042.760000', '213043.220000', '213043.680000', '213044.140000', '213044.600000', '213045.060000', '213045.520000', '213045.980000', '213046.440000', '213046.900000', '213047.360000', '213047.820000', '213048.280000', '213048.740000', '213049.200000', '213049.660000', '213050.120000', '213050.580000', '213051.040000', '213051.500000', '213051.960000', '213052.420000', '213052.880000', '213053.340000', '213053.800000', '213054.260000', '213054.720000', '213055.180000', '213055.640000', '213056.100000', '213056.560000', '213057.020000', '213057.480000', '213057.940000', '213058.400000', '213058.860000', '213059.320000', '213059.780000', '213100.240000', '213100.700000', '213101.160000', '213101.620000', '213102.080000', '213102.540000', '213103.000000', '213103.460000', '213103.920000', '213104.380000', '213104.840000'], 'ContentTime': ['212437.349000', '212437.363000', '212437.365000', '212437.368000', '212437.370000', '212437.373000', '212437.376000', '212437.378000', '212437.381000', '212437.383000', '212437.393000', '212437.396000', '212437.399000', '212437.401000', '212437.404000', '212437.406000', '212437.409000', '212437.412000', '212437.414000', '212437.417000', '212437.419000', '212437.422000', '212437.425000', '212437.427000', '212437.430000', '212437.433000', '212457.310000', '212457.313000', '212457.316000', '212457.319000', '212457.322000', '212457.324000', '212457.327000', '212457.329000', '212457.332000', '212457.335000', '212457.337000', '212457.340000', '212457.348000', '212457.350000', '212457.353000', '212457.356000', '212457.358000', '212457.361000', '212457.363000', '212457.366000', '212457.368000', '212457.371000', '212457.374000', '212457.376000', '212457.379000', '212457.382000', '212457.385000', '212457.388000', '212457.390000', '212457.393000', '212457.399000', '212457.401000', '212457.404000', '212457.406000', '212457.409000', '212457.412000', '212457.414000', '212457.417000', '212457.419000', '212457.422000', '212457.425000', '212457.427000', '212457.430000', '212457.433000', '212517.311000', '212517.314000', '212517.317000', '212517.319000', '212517.322000', '212517.325000', '212517.327000', '212517.330000', '212517.333000', '212517.335000', '212517.338000', '212517.340000', '212517.343000', '212517.346000', '212517.348000', '212517.351000', '212517.353000', '212517.356000', '212517.359000', '212517.361000', '212517.364000', '212517.367000', '212517.369000', '212517.372000', '212517.374000', '212517.377000', '212517.380000', '212517.382000', '212517.385000', '212517.388000', '212517.390000', '212517.393000', '212517.416000', '212517.418000', '212517.421000', '212517.423000', '212517.426000', '212517.428000', '212517.431000', '212517.434000', '212517.436000', '212517.439000', '212517.442000', '212537.312000', '212537.315000', '212537.318000', '212537.321000', '212537.324000', '212537.327000', '212537.330000', '212537.332000', '212537.335000', '212537.337000', '212537.340000', '212537.343000', '212537.346000', '212537.348000', '212537.351000', '212537.354000', '212537.356000', '212537.359000', '212537.362000', '212537.364000', '212537.367000', '212537.370000', '212537.372000', '212537.375000', '212537.377000', '212537.380000', '212537.383000', '212537.385000', '212537.388000', '212537.391000', '212537.393000', '212537.396000', '212537.398000', '212537.401000', '212537.404000', '212537.406000', '212537.409000', '212537.411000', '212537.414000', '212537.417000', '212537.419000', '212537.422000', '212537.425000', '212537.427000', '212557.310000', '212557.313000', '212557.316000', '212557.318000', '212557.321000', '212557.324000', '212557.326000', '212557.329000', '212557.332000', '212557.334000', '212557.337000', '212557.339000', '212557.342000', '212557.345000', '212557.348000', '212557.350000', '212557.353000', '212557.355000', '212557.358000', '212557.361000', '212557.363000', '212557.366000', '212557.368000', '212557.371000', '212557.374000', '212557.376000', '212557.379000', '212557.381000', '212557.384000', '212557.387000', '212557.389000', '212557.392000', '212557.395000', '212557.397000', '212557.400000', '212557.402000', '212557.405000', '212557.408000', '212557.410000', '212557.413000', '212557.416000', '212557.418000', '212557.421000', '212617.310000', '212617.313000', '212617.316000', '212617.319000', '212617.321000', '212617.324000', '212617.326000', '212617.329000', '212617.332000', '212617.334000', '212617.337000', '212617.348000', '212617.350000', '212617.356000', '212617.358000', '212617.361000', '212617.364000', '212617.366000', '212617.369000', '212617.372000', '212617.374000', '212617.377000', '212617.380000', '212617.382000', '212617.385000', '212617.387000', '212617.390000', '212617.393000', '212617.395000', '212617.398000', '212617.401000', '212617.403000', '212617.406000', '212617.408000', '212617.411000', '212617.413000', '212617.416000', '212617.419000', '212617.421000', '212617.424000', '212617.427000', '212617.429000', '212617.432000', '212617.434000', '212637.311000', '212637.313000', '212637.316000', '212637.320000', '212637.322000', '212637.325000', '212637.327000', '212637.330000', '212637.333000', '212637.335000', '212637.338000', '212637.340000', '212637.343000', '212637.346000', '212637.348000', '212637.351000', '212637.353000', '212637.356000', '212637.359000', '212637.361000', '212637.364000', '212637.367000', '212637.369000', '212637.372000', '212637.375000', '212637.377000', '212637.380000', '212637.383000', '212637.385000', '212637.388000', '212637.390000', '212637.393000', '212637.396000', '212637.398000', '212637.401000', '212637.403000', '212637.406000', '212637.409000', '212637.411000', '212637.414000', '212637.417000', '212637.419000', '212637.422000', '212657.310000', '212657.313000', '212657.316000', '212657.318000', '212657.321000', '212657.324000', '212657.326000', '212657.329000', '212657.331000', '212657.334000', '212657.337000', '212657.339000', '212657.342000', '212657.345000', '212657.347000', '212657.350000', '212657.352000', '212657.355000', '212657.357000', '212657.360000', '212657.363000', '212657.365000', '212657.368000', '212657.370000', '212657.373000', '212657.376000', '212657.378000', '212657.381000', '212657.384000', '212657.386000', '212657.389000', '212657.391000', '212657.394000', '212657.397000', '212657.399000', '212657.402000', '212657.404000', '212657.407000', '212657.410000', '212657.412000', '212657.415000', '212657.418000', '212657.420000', '212657.423000', '212717.311000', '212717.314000', '212717.317000', '212717.320000', '212717.322000', '212717.325000', '212717.328000', '212717.330000', '212717.333000', '212717.335000', '212717.338000', '212717.341000', '212717.343000', '212717.346000', '212717.349000', '212717.351000', '212717.354000', '212717.356000', '212717.359000', '212717.362000', '212717.364000', '212717.367000', '212717.370000', '212717.372000', '212717.375000', '212717.377000', '212717.380000', '212717.382000', '212717.385000', '212717.388000', '212717.390000', '212717.393000', '212717.395000', '212717.398000', '212717.401000', '212717.403000', '212717.406000', '212717.408000', '212717.411000', '212717.414000', '212717.416000', '212717.419000', '212717.421000', '212737.311000', '212737.314000', '212737.317000', '212737.319000', '212737.322000', '212737.324000', '212737.327000', '212737.330000', '212737.332000', '212737.335000', '212737.338000', '212737.340000', '212737.343000', '212737.346000', '212737.348000', '212737.351000', '212737.354000', '212737.356000', '212737.359000', '212737.361000', '212737.364000', '212737.366000', '212737.369000', '212737.372000', '212737.374000', '212737.377000', '212737.379000', '212737.382000', '212737.385000', '212737.388000', '212737.390000', '212737.393000', '212737.396000', '212737.398000', '212737.401000', '212737.403000', '212737.420000', '212737.422000', '212737.425000', '212737.428000', '212737.430000', '212737.433000', '212737.435000', '212737.438000', '212757.311000', '212757.314000', '212757.317000', '212757.320000', '212757.322000', '212757.325000', '212757.327000', '212757.330000', '212757.333000', '212757.335000', '212757.338000', '212757.341000', '212757.343000', '212757.346000', '212757.349000', '212757.351000', '212757.354000', '212757.356000', '212757.359000', '212757.362000', '212757.364000', '212757.367000', '212757.370000', '212757.372000', '212757.375000', '212757.378000', '212757.380000', '212757.383000', '212757.385000', '212757.388000', '212757.391000', '212757.393000', '212757.396000', '212757.398000', '212757.401000', '212757.404000', '212757.406000', '212757.409000', '212757.411000', '212757.414000', '212757.417000', '212757.419000', '212757.422000', '212817.311000', '212817.313000', '212817.316000', '212817.319000', '212817.321000', '212817.324000', '212817.327000', '212817.329000', '212817.332000', '212817.334000', '212817.337000', '212817.340000', '212817.342000', '212817.345000', '212817.348000', '212817.350000', '212817.353000', '212817.356000', '212817.358000', '212817.361000', '212817.364000', '212817.366000', '212817.369000', '212817.371000', '212817.374000', '212817.377000', '212817.379000', '212817.382000', '212817.385000', '212817.387000', '212817.390000', '212817.392000', '212817.395000', '212817.398000', '212817.400000', '212817.403000', '212817.406000', '212817.408000', '212817.411000', '212817.414000', '212817.416000', '212817.419000', '212817.421000', '212817.424000', '212837.310000', '212837.313000', '212837.316000', '212837.319000', '212837.321000', '212837.324000', '212837.327000', '212837.329000', '212837.332000', '212837.335000', '212837.337000', '212837.340000', '212837.350000', '212837.352000', '212837.355000', '212837.358000', '212837.360000', '212837.363000', '212837.365000', '212837.368000', '212837.371000', '212837.374000', '212837.376000', '212837.379000', '212837.381000', '212837.384000', '212837.387000', '212837.389000', '212837.392000', '212837.395000', '212837.398000', '212837.400000', '212837.403000', '212837.406000', '212837.409000', '212837.411000', '212837.414000', '212837.417000', '212837.419000', '212837.422000', '212837.425000', '212837.428000', '212837.430000', '212857.311000', '212857.314000', '212857.316000', '212857.319000', '212857.322000', '212857.325000', '212857.328000', '212857.330000', '212857.333000', '212857.336000', '212857.338000', '212857.341000', '212857.343000', '212857.346000', '212857.349000', '212857.351000', '212857.354000', '212857.357000', '212857.359000', '212857.362000', '212857.364000', '212857.367000', '212857.370000', '212857.372000', '212857.375000', '212857.378000', '212857.380000', '212857.383000', '212857.385000', '212857.388000', '212857.391000', '212857.394000', '212857.396000', '212857.399000', '212857.402000', '212857.404000', '212857.407000', '212857.409000', '212857.412000', '212857.415000', '212857.417000', '212857.420000', '212857.422000', '212857.425000', '212917.310000', '212917.313000', '212917.316000', '212917.319000', '212917.322000', '212917.324000', '212917.327000', '212917.330000', '212917.332000', '212917.335000', '212917.337000', '212917.340000', '212917.342000', '212917.345000', '212917.348000', '212917.350000', '212917.353000', '212917.355000', '212917.358000', '212917.361000', '212917.364000', '212917.366000', '212917.369000', '212917.371000', '212917.374000', '212917.377000', '212917.379000', '212917.382000', '212917.384000', '212917.387000', '212917.390000', '212917.406000', '212917.408000', '212917.411000', '212917.414000', '212917.416000', '212917.419000', '212917.421000', '212917.424000', '212917.427000', '212917.430000', '212917.432000', '212917.435000', '212937.311000', '212937.314000', '212937.317000', '212937.320000', '212937.322000', '212937.325000', '212937.327000', '212937.330000', '212937.333000', '212937.335000', '212937.338000', '212937.341000', '212937.343000', '212937.346000', '212937.349000', '212937.351000', '212937.354000', '212937.357000', '212937.359000', '212937.362000', '212937.365000', '212937.367000', '212937.370000', '212937.372000', '212937.375000', '212937.378000', '212937.380000', '212937.383000', '212937.386000', '212937.388000', '212937.391000', '212937.393000', '212937.396000', '212937.399000', '212937.401000', '212937.404000', '212937.407000', '212937.409000', '212937.412000', '212937.414000', '212937.417000', '212937.420000', '212937.422000', '212937.425000', '212957.311000', '212957.314000', '212957.317000', '212957.320000', '212957.322000', '212957.325000', '212957.327000', '212957.330000', '212957.333000', '212957.335000', '212957.338000', '212957.340000', '212957.343000', '212957.345000', '212957.348000', '212957.351000', '212957.353000', '212957.356000', '212957.359000', '212957.361000', '212957.364000', '212957.366000', '212957.369000', '212957.372000', '212957.374000', '212957.377000', '212957.379000', '212957.382000', '212957.384000', '212957.387000', '212957.390000', '212957.392000', '212957.395000', '212957.398000', '212957.400000', '212957.403000', '212957.405000', '212957.408000', '212957.411000', '212957.413000', '212957.416000', '212957.418000', '212957.421000', '213017.312000', '213017.314000', '213017.317000', '213017.320000', '213017.322000', '213017.325000', '213017.327000', '213017.330000', '213017.334000', '213017.337000', '213017.340000', '213017.342000', '213017.345000', '213017.348000', '213017.350000', '213017.353000', '213017.355000', '213017.358000', '213017.361000', '213017.364000', '213017.367000', '213017.369000', '213017.372000', '213017.375000', '213017.377000', '213017.380000', '213017.382000', '213017.385000', '213017.388000', '213017.395000', '213017.397000', '213017.400000', '213017.403000', '213017.405000', '213017.408000', '213017.410000', '213017.413000', '213017.417000', '213017.419000', '213017.422000', '213017.425000', '213017.427000', '213017.430000', '213037.310000', '213037.313000', '213037.316000', '213037.319000', '213037.322000', '213037.324000', '213037.327000', '213037.330000', '213037.332000', '213037.335000', '213037.338000', '213037.340000', '213037.343000', '213037.345000', '213037.348000', '213037.351000', '213037.353000', '213037.356000', '213037.359000', '213037.361000', '213037.364000', '213037.366000', '213037.369000', '213037.371000', '213037.374000', '213037.377000', '213037.379000', '213037.382000', '213037.384000', '213037.387000', '213037.390000', '213037.392000', '213037.395000', '213037.397000', '213037.400000', '213037.403000', '213037.405000', '213037.408000', '213037.410000', '213037.413000', '213037.416000', '213037.418000', '213037.421000', '213037.438000', '213057.310000', '213057.313000', '213057.316000', '213057.318000', '213057.321000', '213057.324000', '213057.326000', '213057.329000', '213057.332000', '213057.334000', '213057.337000', '213057.340000', '213057.342000', '213057.345000', '213057.348000', '213057.350000', '213057.353000', '213057.356000', '213057.368000', '213057.370000', '213057.373000', '213057.376000', '213057.378000', '213057.381000', '213057.383000', '213057.386000', '213057.389000', '213057.391000', '213057.394000', '213057.397000', '213057.399000', '213057.402000', '213057.404000', '213057.407000', '213057.410000', '213057.412000', '213057.415000', '213057.417000', '213057.420000', '213057.423000', '213057.425000', '213057.428000', '213057.431000', '213106.101000', '213106.105000', '213106.108000', '213106.110000', '213106.113000', '213106.117000', '213106.120000', '213106.123000', '213106.126000', '213106.129000', '213106.132000', '213106.136000', '213106.139000', '213106.142000', '213106.145000', '213106.147000', '213106.150000', '213106.153000', '213106.156000', '213106.159000'], 'InstanceCreationTime': ['212437.349000', '212437.363000', '212437.365000', '212437.368000', '212437.370000', '212437.373000', '212437.376000', '212437.378000', '212437.381000', '212437.383000', '212437.393000', '212437.396000', '212437.399000', '212437.401000', '212437.404000', '212437.406000', '212437.409000', '212437.412000', '212437.414000', '212437.417000', '212437.419000', '212437.422000', '212437.425000', '212437.427000', '212437.430000', '212437.433000', '212457.310000', '212457.313000', '212457.316000', '212457.319000', '212457.322000', '212457.324000', '212457.327000', '212457.329000', '212457.332000', '212457.335000', '212457.337000', '212457.340000', '212457.348000', '212457.350000', '212457.353000', '212457.356000', '212457.358000', '212457.361000', '212457.363000', '212457.366000', '212457.368000', '212457.371000', '212457.374000', '212457.376000', '212457.379000', '212457.382000', '212457.385000', '212457.388000', '212457.390000', '212457.393000', '212457.399000', '212457.401000', '212457.404000', '212457.406000', '212457.409000', '212457.412000', '212457.414000', '212457.417000', '212457.419000', '212457.422000', '212457.425000', '212457.427000', '212457.430000', '212457.433000', '212517.311000', '212517.314000', '212517.317000', '212517.319000', '212517.322000', '212517.325000', '212517.327000', '212517.330000', '212517.333000', '212517.335000', '212517.338000', '212517.340000', '212517.343000', '212517.346000', '212517.348000', '212517.351000', '212517.353000', '212517.356000', '212517.359000', '212517.361000', '212517.364000', '212517.367000', '212517.369000', '212517.372000', '212517.374000', '212517.377000', '212517.380000', '212517.382000', '212517.385000', '212517.388000', '212517.390000', '212517.393000', '212517.416000', '212517.418000', '212517.421000', '212517.423000', '212517.426000', '212517.428000', '212517.431000', '212517.434000', '212517.436000', '212517.439000', '212517.442000', '212537.312000', '212537.315000', '212537.318000', '212537.321000', '212537.324000', '212537.327000', '212537.330000', '212537.332000', '212537.335000', '212537.337000', '212537.340000', '212537.343000', '212537.346000', '212537.348000', '212537.351000', '212537.354000', '212537.356000', '212537.359000', '212537.362000', '212537.364000', '212537.367000', '212537.370000', '212537.372000', '212537.375000', '212537.377000', '212537.380000', '212537.383000', '212537.385000', '212537.388000', '212537.391000', '212537.393000', '212537.396000', '212537.398000', '212537.401000', '212537.404000', '212537.406000', '212537.409000', '212537.411000', '212537.414000', '212537.417000', '212537.419000', '212537.422000', '212537.425000', '212537.427000', '212557.310000', '212557.313000', '212557.316000', '212557.318000', '212557.321000', '212557.324000', '212557.326000', '212557.329000', '212557.332000', '212557.334000', '212557.337000', '212557.339000', '212557.342000', '212557.345000', '212557.348000', '212557.350000', '212557.353000', '212557.355000', '212557.358000', '212557.361000', '212557.363000', '212557.366000', '212557.368000', '212557.371000', '212557.374000', '212557.376000', '212557.379000', '212557.381000', '212557.384000', '212557.387000', '212557.389000', '212557.392000', '212557.395000', '212557.397000', '212557.400000', '212557.402000', '212557.405000', '212557.408000', '212557.410000', '212557.413000', '212557.416000', '212557.418000', '212557.421000', '212617.310000', '212617.313000', '212617.316000', '212617.319000', '212617.321000', '212617.324000', '212617.326000', '212617.329000', '212617.332000', '212617.334000', '212617.337000', '212617.348000', '212617.350000', '212617.356000', '212617.358000', '212617.361000', '212617.364000', '212617.366000', '212617.369000', '212617.372000', '212617.374000', '212617.377000', '212617.380000', '212617.382000', '212617.385000', '212617.387000', '212617.390000', '212617.393000', '212617.395000', '212617.398000', '212617.401000', '212617.403000', '212617.406000', '212617.408000', '212617.411000', '212617.413000', '212617.416000', '212617.419000', '212617.421000', '212617.424000', '212617.427000', '212617.429000', '212617.432000', '212617.434000', '212637.311000', '212637.313000', '212637.316000', '212637.320000', '212637.322000', '212637.325000', '212637.327000', '212637.330000', '212637.333000', '212637.335000', '212637.338000', '212637.340000', '212637.343000', '212637.346000', '212637.348000', '212637.351000', '212637.353000', '212637.356000', '212637.359000', '212637.361000', '212637.364000', '212637.367000', '212637.369000', '212637.372000', '212637.375000', '212637.377000', '212637.380000', '212637.383000', '212637.385000', '212637.388000', '212637.390000', '212637.393000', '212637.396000', '212637.398000', '212637.401000', '212637.403000', '212637.406000', '212637.409000', '212637.411000', '212637.414000', '212637.417000', '212637.419000', '212637.422000', '212657.310000', '212657.313000', '212657.316000', '212657.318000', '212657.321000', '212657.324000', '212657.326000', '212657.329000', '212657.331000', '212657.334000', '212657.337000', '212657.339000', '212657.342000', '212657.345000', '212657.347000', '212657.350000', '212657.352000', '212657.355000', '212657.357000', '212657.360000', '212657.363000', '212657.365000', '212657.368000', '212657.370000', '212657.373000', '212657.376000', '212657.378000', '212657.381000', '212657.384000', '212657.386000', '212657.389000', '212657.391000', '212657.394000', '212657.397000', '212657.399000', '212657.402000', '212657.404000', '212657.407000', '212657.410000', '212657.412000', '212657.415000', '212657.418000', '212657.420000', '212657.423000', '212717.311000', '212717.314000', '212717.317000', '212717.320000', '212717.322000', '212717.325000', '212717.328000', '212717.330000', '212717.333000', '212717.335000', '212717.338000', '212717.341000', '212717.343000', '212717.346000', '212717.349000', '212717.351000', '212717.354000', '212717.356000', '212717.359000', '212717.362000', '212717.364000', '212717.367000', '212717.370000', '212717.372000', '212717.375000', '212717.377000', '212717.380000', '212717.382000', '212717.385000', '212717.388000', '212717.390000', '212717.393000', '212717.395000', '212717.398000', '212717.401000', '212717.403000', '212717.406000', '212717.408000', '212717.411000', '212717.414000', '212717.416000', '212717.419000', '212717.421000', '212737.311000', '212737.314000', '212737.317000', '212737.319000', '212737.322000', '212737.324000', '212737.327000', '212737.330000', '212737.332000', '212737.335000', '212737.338000', '212737.340000', '212737.343000', '212737.346000', '212737.348000', '212737.351000', '212737.354000', '212737.356000', '212737.359000', '212737.361000', '212737.364000', '212737.366000', '212737.369000', '212737.372000', '212737.374000', '212737.377000', '212737.379000', '212737.382000', '212737.385000', '212737.388000', '212737.390000', '212737.393000', '212737.396000', '212737.398000', '212737.401000', '212737.403000', '212737.420000', '212737.422000', '212737.425000', '212737.428000', '212737.430000', '212737.433000', '212737.435000', '212737.438000', '212757.311000', '212757.314000', '212757.317000', '212757.320000', '212757.322000', '212757.325000', '212757.327000', '212757.330000', '212757.333000', '212757.335000', '212757.338000', '212757.341000', '212757.343000', '212757.346000', '212757.349000', '212757.351000', '212757.354000', '212757.356000', '212757.359000', '212757.362000', '212757.364000', '212757.367000', '212757.370000', '212757.372000', '212757.375000', '212757.378000', '212757.380000', '212757.383000', '212757.385000', '212757.388000', '212757.391000', '212757.393000', '212757.396000', '212757.398000', '212757.401000', '212757.404000', '212757.406000', '212757.409000', '212757.411000', '212757.414000', '212757.417000', '212757.419000', '212757.422000', '212817.311000', '212817.313000', '212817.316000', '212817.319000', '212817.321000', '212817.324000', '212817.327000', '212817.329000', '212817.332000', '212817.334000', '212817.337000', '212817.340000', '212817.342000', '212817.345000', '212817.348000', '212817.350000', '212817.353000', '212817.356000', '212817.358000', '212817.361000', '212817.364000', '212817.366000', '212817.369000', '212817.371000', '212817.374000', '212817.377000', '212817.379000', '212817.382000', '212817.385000', '212817.387000', '212817.390000', '212817.392000', '212817.395000', '212817.398000', '212817.400000', '212817.403000', '212817.406000', '212817.408000', '212817.411000', '212817.414000', '212817.416000', '212817.419000', '212817.421000', '212817.424000', '212837.310000', '212837.313000', '212837.316000', '212837.319000', '212837.321000', '212837.324000', '212837.327000', '212837.329000', '212837.332000', '212837.335000', '212837.337000', '212837.340000', '212837.350000', '212837.352000', '212837.355000', '212837.358000', '212837.360000', '212837.363000', '212837.365000', '212837.368000', '212837.371000', '212837.374000', '212837.376000', '212837.379000', '212837.381000', '212837.384000', '212837.387000', '212837.389000', '212837.392000', '212837.395000', '212837.398000', '212837.400000', '212837.403000', '212837.406000', '212837.409000', '212837.411000', '212837.414000', '212837.417000', '212837.419000', '212837.422000', '212837.425000', '212837.428000', '212837.430000', '212857.311000', '212857.314000', '212857.316000', '212857.319000', '212857.322000', '212857.325000', '212857.328000', '212857.330000', '212857.333000', '212857.336000', '212857.338000', '212857.341000', '212857.343000', '212857.346000', '212857.349000', '212857.351000', '212857.354000', '212857.357000', '212857.359000', '212857.362000', '212857.364000', '212857.367000', '212857.370000', '212857.372000', '212857.375000', '212857.378000', '212857.380000', '212857.383000', '212857.385000', '212857.388000', '212857.391000', '212857.394000', '212857.396000', '212857.399000', '212857.402000', '212857.404000', '212857.407000', '212857.409000', '212857.412000', '212857.415000', '212857.417000', '212857.420000', '212857.422000', '212857.425000', '212917.310000', '212917.313000', '212917.316000', '212917.319000', '212917.322000', '212917.324000', '212917.327000', '212917.330000', '212917.332000', '212917.335000', '212917.337000', '212917.340000', '212917.342000', '212917.345000', '212917.348000', '212917.350000', '212917.353000', '212917.355000', '212917.358000', '212917.361000', '212917.364000', '212917.366000', '212917.369000', '212917.371000', '212917.374000', '212917.377000', '212917.379000', '212917.382000', '212917.384000', '212917.387000', '212917.390000', '212917.406000', '212917.408000', '212917.411000', '212917.414000', '212917.416000', '212917.419000', '212917.421000', '212917.424000', '212917.427000', '212917.430000', '212917.432000', '212917.435000', '212937.311000', '212937.314000', '212937.317000', '212937.320000', '212937.322000', '212937.325000', '212937.327000', '212937.330000', '212937.333000', '212937.335000', '212937.338000', '212937.341000', '212937.343000', '212937.346000', '212937.349000', '212937.351000', '212937.354000', '212937.357000', '212937.359000', '212937.362000', '212937.365000', '212937.367000', '212937.370000', '212937.372000', '212937.375000', '212937.378000', '212937.380000', '212937.383000', '212937.386000', '212937.388000', '212937.391000', '212937.393000', '212937.396000', '212937.399000', '212937.401000', '212937.404000', '212937.407000', '212937.409000', '212937.412000', '212937.414000', '212937.417000', '212937.420000', '212937.422000', '212937.425000', '212957.311000', '212957.314000', '212957.317000', '212957.320000', '212957.322000', '212957.325000', '212957.327000', '212957.330000', '212957.333000', '212957.335000', '212957.338000', '212957.340000', '212957.343000', '212957.345000', '212957.348000', '212957.351000', '212957.353000', '212957.356000', '212957.359000', '212957.361000', '212957.364000', '212957.366000', '212957.369000', '212957.372000', '212957.374000', '212957.377000', '212957.379000', '212957.382000', '212957.384000', '212957.387000', '212957.390000', '212957.392000', '212957.395000', '212957.398000', '212957.400000', '212957.403000', '212957.405000', '212957.408000', '212957.411000', '212957.413000', '212957.416000', '212957.418000', '212957.421000', '213017.312000', '213017.314000', '213017.317000', '213017.320000', '213017.322000', '213017.325000', '213017.327000', '213017.330000', '213017.334000', '213017.337000', '213017.340000', '213017.342000', '213017.345000', '213017.348000', '213017.350000', '213017.353000', '213017.355000', '213017.358000', '213017.361000', '213017.364000', '213017.367000', '213017.369000', '213017.372000', '213017.375000', '213017.377000', '213017.380000', '213017.382000', '213017.385000', '213017.388000', '213017.395000', '213017.397000', '213017.400000', '213017.403000', '213017.405000', '213017.408000', '213017.410000', '213017.413000', '213017.417000', '213017.419000', '213017.422000', '213017.425000', '213017.427000', '213017.430000', '213037.310000', '213037.313000', '213037.316000', '213037.319000', '213037.322000', '213037.324000', '213037.327000', '213037.330000', '213037.332000', '213037.335000', '213037.338000', '213037.340000', '213037.343000', '213037.345000', '213037.348000', '213037.351000', '213037.353000', '213037.356000', '213037.359000', '213037.361000', '213037.364000', '213037.366000', '213037.369000', '213037.371000', '213037.374000', '213037.377000', '213037.379000', '213037.382000', '213037.384000', '213037.387000', '213037.390000', '213037.392000', '213037.395000', '213037.397000', '213037.400000', '213037.403000', '213037.405000', '213037.408000', '213037.410000', '213037.413000', '213037.416000', '213037.418000', '213037.421000', '213037.438000', '213057.310000', '213057.313000', '213057.316000', '213057.318000', '213057.321000', '213057.324000', '213057.326000', '213057.329000', '213057.332000', '213057.334000', '213057.337000', '213057.340000', '213057.342000', '213057.345000', '213057.348000', '213057.350000', '213057.353000', '213057.356000', '213057.368000', '213057.370000', '213057.373000', '213057.376000', '213057.378000', '213057.381000', '213057.383000', '213057.386000', '213057.389000', '213057.391000', '213057.394000', '213057.397000', '213057.399000', '213057.402000', '213057.404000', '213057.407000', '213057.410000', '213057.412000', '213057.415000', '213057.417000', '213057.420000', '213057.423000', '213057.425000', '213057.428000', '213057.431000', '213106.101000', '213106.105000', '213106.108000', '213106.110000', '213106.113000', '213106.117000', '213106.120000', '213106.123000', '213106.126000', '213106.129000', '213106.132000', '213106.136000', '213106.139000', '213106.142000', '213106.145000', '213106.147000', '213106.150000', '213106.153000', '213106.156000', '213106.159000'], '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': [14208, 12634, 10843, 8996, 7923, 10571, 10049, 8045, 9452, 10821, 10626, 11596, 13435, 12071, 13847, 12633, 8791, 8759, 7088, 11131, 10328, 10477, 13741, 11681, 8061, 8340, 6969, 10457, 7333, 10278, 8388, 10927, 10600, 10381, 8185, 8908, 6534, 10518, 7311, 11014, 10343, 9820, 8610, 7796, 6941, 7198, 8298, 7185, 7431, 10493, 9104, 8225, 10961, 13504, 11192, 12623, 8135, 6675, 10183, 11250, 9518, 7627, 11718, 12461, 11911, 13933, 12191, 12077, 11144, 11665, 9493, 12193, 8019, 11998, 7500, 11731, 7956, 11525, 7811, 11433, 8182, 9602, 7346, 6547, 9657, 9874, 9972, 11431, 9021, 10753, 9505, 11383, 7471, 11042, 6886, 10534, 6705, 11330, 8545, 10599, 6573, 9295, 9021, 8586, 12792, 7822, 10920, 9353, 11206, 7128, 10330, 7059, 11286, 9679, 10151, 11360, 10568, 7140, 10480, 6706, 10401, 12369, 10498, 11310, 7937, 11451, 8436, 12179, 6698, 11545, 6763, 10840, 9780, 9784, 12553, 9136, 11710, 9095, 11224, 7241, 6594, 9199, 10820, 8715, 10333, 12253, 7797, 11145, 9338, 12059, 7237, 11428, 7203, 10851, 9240, 10468, 12374, 9767, 11738, 8740, 12203, 6704, 7514, 9666, 7296, 9908, 7747, 11387, 9154, 10788, 13434, 9107, 12071, 9658, 12219, 8571, 12610, 10253, 12567, 7729, 6438, 9418, 6448, 11013, 9398, 9193, 11671, 9715, 12243, 8646, 6788, 8164, 6380, 10540, 8978, 9806, 11752, 10650, 9383, 8855, 6679, 11086, 9077, 11207, 13073, 10602, 12300, 11499, 10446, 8415, 6305, 10469, 8315, 10524, 12265, 9677, 11705, 10851, 12492, 7797, 6693, 7624, 11725, 9612, 11744, 6993, 11429, 7420, 7046, 6799, 6394, 9847, 12245, 8878, 10092, 13109, 9887, 12323, 7629, 11630, 7210, 11137, 9572, 8838, 12297, 9288, 12230, 7292, 6571, 7579, 11399, 9467, 11440, 9494, 9543, 6597, 9451, 7006, 10538, 7465, 12172, 10212, 9561, 13166, 8744, 11992, 7714, 10603, 8059, 7782, 12627, 7867, 11685, 8483, 11834, 7156, 8673, 7283, 6384, 6304, 6069, 6196, 10494, 12514, 9750, 9782, 7894, 7295, 10879, 7010, 12337, 6859, 10972, 7290, 9828, 6878, 8090, 7331, 6914, 12231, 7390, 11960, 8143, 10370, 7344, 7163, 10100, 6940, 11292, 6858, 10025, 7061, 6523, 10214, 10937, 12620, 10280, 6744, 6208, 6621, 6296, 8801, 12600, 10108, 11644, 7284, 8138, 7563, 7487, 12726, 7542, 11510, 7176, 11025, 7463, 11532, 6754, 6495, 8990, 6536, 11288, 11413, 10023, 12572, 8679, 11159, 10330, 10689, 7542, 9470, 6954, 6247, 8518, 11846, 8644, 12625, 8519, 6799, 7353, 6264, 6367, 9412, 8372, 6866, 8648, 7133, 12619, 11378, 11649, 12875, 8881, 13534, 9434, 7598, 8463, 10590, 8439, 12532, 7900, 11316, 7699, 11738, 7396, 6589, 6616, 6401, 9545, 10499, 9010, 10997, 8254, 11572, 8500, 11391, 6623, 6700, 7334, 10945, 8199, 9999, 11914, 9506, 11889, 7379, 11435, 7214, 11186, 9044, 11658, 9952, 11616, 7235, 11308, 7303, 11848, 9078, 10092, 13172, 11119, 12386, 7794, 11565, 8188, 11347, 8835, 10538, 6986, 6670, 6234, 7378, 9576, 9460, 7846, 12044, 13994, 10335, 11389, 11047, 8409, 12183, 10291, 12320, 9945, 11046, 13738, 11458, 12324, 10663, 11858, 7785, 11493, 7386, 11235, 9159, 7708, 11620, 7347, 10878, 6967, 11481, 6522, 6745, 7664, 10562, 8637, 11387, 7369, 8062, 10769, 7498, 11050, 8023, 6666, 7133, 6479, 7144, 6376, 6508, 9009, 9361, 8820, 11186, 12479, 9340, 11031, 7458, 8978, 6863, 8894, 7587, 6723, 6387, 7695, 9565, 10487, 8342, 11822, 11989, 9778, 12410, 8661, 11980, 8396, 9742, 9045, 8381, 10050, 9933, 6897, 10732, 6806, 10991, 8198, 11701, 11892, 9014, 12238, 7672, 11593, 7551, 11274, 6582, 6704, 7444, 11299, 9313, 11335, 10815, 8035, 11853, 10054, 10156, 7633, 6556, 9149, 11621, 10018, 11746, 9392, 7847, 11736, 9565, 12107, 7777, 11193, 6985, 9484, 7110, 11280, 9100, 11485, 8754, 11675, 7813, 10761, 7039, 10780, 10839, 9279, 12512, 9050, 11369, 7844, 11205, 6602, 9003, 6900, 11171, 8959, 10319, 10827, 9936, 6785, 8888, 6497, 10620, 10603, 8733, 12038, 8291, 11665, 8037, 9292, 7120, 6321, 9539, 11761, 9574, 10697, 10034, 9094, 12196, 7948, 12106, 7311, 11002, 9346, 8833, 12376, 11331, 11738, 8371, 9600, 6446, 7917, 11538, 8528, 9464, 7891, 6459, 10177, 12466, 10619, 11618, 8692, 9816, 10854, 9360, 10757, 7817, 11856, 7939, 11138, 8196, 11555, 7966, 6824, 9309, 6941, 10859, 7415, 11392, 9752, 9295, 12537, 8464, 11559, 7661, 11696, 7634, 9708, 7071, 10867, 7144, 10912, 8298, 9171, 10807, 9497, 7341, 8020, 7024, 10686, 7322, 11395, 9034, 10404, 9695, 8249, 11062, 8814, 6626, 7696, 6731, 10112, 10267, 8722, 11447, 8316, 11319, 7711, 6618, 7075, 6193, 7400, 10594, 8819, 10928, 10914, 11638, 8055, 11107, 7621, 10958, 8817, 10954, 8508, 11617, 7287, 6753, 7227, 6346, 8714, 11420, 10085, 11420, 11080, 10687, 7986, 6256, 9318, 10711, 9921, 12334, 10453, 11328, 7721, 11281, 8997, 11616, 6999, 6656, 7271, 11540, 9685, 11979, 10113, 11174, 8208, 10954, 7713, 8061, 6890, 7345, 7355, 11673, 8301, 8626, 12237, 8794, 6198, 6141, 6118, 6022, 6152, 8523, 9317, 8171, 7593, 10440, 11671, 9380, 13383, 10540, 12636, 9868, 7683, 7675, 6470, 10072, 10963, 9029, 13822, 10955, 8179, 7026, 7106, 6036, 6043, 6232, 6798, 8890, 6789, 12478, 11128, 9460, 11977, 7539, 12405, 7552, 12547, 8090, 11082, 7039, 9330, 7582, 9325, 13179, 9466, 13563, 8905, 12186, 7845, 10595, 7951, 9345, 8092, 8717, 6860, 8203, 9226, 6872, 6694, 6713, 6680, 7234, 7250, 7480, 10753, 7537, 8234, 11108, 7599, 10419, 7665, 9290, 7447, 6617, 7126, 6398, 9365, 6302, 6159, 8554, 12061, 8407, 10417, 6994, 7685, 6299, 9250, 5999, 6282, 6359, 8854, 6421, 11910, 9367, 11361, 10056, 11026, 7074, 6266, 9167, 6642, 7283, 9461, 7017, 6173, 6118, 6231, 9432, 10382, 13483, 10340, 9868, 14262, 8851, 9929, 8230, 9945, 8847, 6759, 9406, 6282, 9942, 8567, 7866, 11971, 9815, 9340, 7277, 6024, 9486, 12980, 8587, 10682, 7520, 7805, 10394, 7928, 7013], 'WindowCenter': [4166.0, 4139.0, 4117.0, 4080.0, 4044.0, 4102.0, 4102.0, 4081.0, 4102.0, 4113.0, 4113.0, 4125.0, 4135.0, 4112.0, 4121.0, 4108.0, 4066.0, 4065.0, 4046.0, 4098.0, 4074.0, 4085.0, 4094.0, 4083.0, 4041.0, 4051.0, 4043.0, 4085.0, 4054.0, 4085.0, 4054.0, 4097.0, 4083.0, 4073.0, 4054.0, 4063.0, 4033.0, 4085.0, 4043.0, 4085.0, 4087.0, 4085.0, 4066.0, 4054.0, 4058.0, 4070.0, 4079.0, 4061.0, 4059.0, 4101.0, 4080.0, 4082.0, 4102.0, 4112.0, 4100.0, 4097.0, 4053.0, 4033.0, 4087.0, 4096.0, 4076.0, 4056.0, 4100.0, 4097.0, 4086.0, 4093.0, 4071.0, 4069.0, 4058.0, 4056.0, 4034.0, 4053.0, 4012.0, 4053.0, 4012.0, 4052.0, 4012.0, 4052.0, 4012.0, 4054.0, 4035.0, 4046.0, 4027.0, 4020.0, 4071.0, 4060.0, 4072.0, 4068.0, 4048.0, 4057.0, 4058.0, 4069.0, 4028.0, 4080.0, 4031.0, 4071.0, 4019.0, 4082.0, 4061.0, 4084.0, 4031.0, 4073.0, 4062.0, 4064.0, 4093.0, 4053.0, 4085.0, 4075.0, 4084.0, 4046.0, 4085.0, 4045.0, 4097.0, 4076.0, 4086.0, 4095.0, 4085.0, 4044.0, 4086.0, 4046.0, 4099.0, 4107.0, 4085.0, 4084.0, 4052.0, 4083.0, 4052.0, 4094.0, 4032.0, 4095.0, 4045.0, 4097.0, 4075.0, 4075.0, 4094.0, 4063.0, 4093.0, 4064.0, 4094.0, 4054.0, 4047.0, 4088.0, 4097.0, 4066.0, 4086.0, 4094.0, 4055.0, 4096.0, 4075.0, 4095.0, 4044.0, 4095.0, 4056.0, 4097.0, 4074.0, 4086.0, 4095.0, 4074.0, 4095.0, 4064.0, 4094.0, 4043.0, 4055.0, 4099.0, 4070.0, 4100.0, 4080.0, 4111.0, 4090.0, 4098.0, 4107.0, 4077.0, 4097.0, 4086.0, 4106.0, 4063.0, 4094.0, 4086.0, 4105.0, 4055.0, 4047.0, 4087.0, 4035.0, 4097.0, 4074.0, 4087.0, 4095.0, 4076.0, 4094.0, 4063.0, 4045.0, 4076.0, 4046.0, 4099.0, 4075.0, 4088.0, 4094.0, 4085.0, 4074.0, 4074.0, 4045.0, 4096.0, 4074.0, 4095.0, 4092.0, 4073.0, 4082.0, 4084.0, 4072.0, 4050.0, 4033.0, 4083.0, 4063.0, 4084.0, 4091.0, 4060.0, 4080.0, 4082.0, 4090.0, 4040.0, 4031.0, 4054.0, 4092.0, 4072.0, 4080.0, 4030.0, 4081.0, 4053.0, 4044.0, 4046.0, 4047.0, 4099.0, 4108.0, 4064.0, 4085.0, 4092.0, 4073.0, 4090.0, 4040.0, 4082.0, 4041.0, 4083.0, 4070.0, 4061.0, 4080.0, 4060.0, 4081.0, 4041.0, 4031.0, 4054.0, 4093.0, 4072.0, 4093.0, 4062.0, 4074.0, 4032.0, 4072.0, 4044.0, 4085.0, 4055.0, 4096.0, 4073.0, 4061.0, 4080.0, 4049.0, 4080.0, 4028.0, 4070.0, 4038.0, 4038.0, 4079.0, 4040.0, 4079.0, 4050.0, 4080.0, 4044.0, 4061.0, 4039.0, 4032.0, 4019.0, 4022.0, 4024.0, 4098.0, 4095.0, 4075.0, 4073.0, 4039.0, 4030.0, 4070.0, 4030.0, 4091.0, 4031.0, 4071.0, 4041.0, 4071.0, 4019.0, 4040.0, 4031.0, 4032.0, 4082.0, 4041.0, 4094.0, 4053.0, 4071.0, 4029.0, 4031.0, 4071.0, 4032.0, 4082.0, 4033.0, 4072.0, 4044.0, 4032.0, 4086.0, 4096.0, 4109.0, 4086.0, 4034.0, 4024.0, 4033.0, 4035.0, 4078.0, 4096.0, 4075.0, 4083.0, 4042.0, 4051.0, 4051.0, 4042.0, 4102.0, 4053.0, 4081.0, 4029.0, 4080.0, 4042.0, 4094.0, 4032.0, 4034.0, 4075.0, 4047.0, 4109.0, 4096.0, 4073.0, 4092.0, 4051.0, 4081.0, 4070.0, 4071.0, 4040.0, 4060.0, 4031.0, 4033.0, 4077.0, 4106.0, 4076.0, 4095.0, 4064.0, 4034.0, 4043.0, 4034.0, 4048.0, 4089.0, 4079.0, 4071.0, 4079.0, 4060.0, 4111.0, 4097.0, 4097.0, 4093.0, 4061.0, 4091.0, 4060.0, 4040.0, 4051.0, 4080.0, 4051.0, 4093.0, 4050.0, 4081.0, 4040.0, 4081.0, 4042.0, 4045.0, 4046.0, 4033.0, 4087.0, 4083.0, 4065.0, 4084.0, 4063.0, 4084.0, 4064.0, 4093.0, 4045.0, 4046.0, 4070.0, 4098.0, 4067.0, 4089.0, 4096.0, 4086.0, 4096.0, 4056.0, 4095.0, 4057.0, 4096.0, 4077.0, 4107.0, 4088.0, 4096.0, 4057.0, 4097.0, 4058.0, 4108.0, 4079.0, 4088.0, 4105.0, 4084.0, 4093.0, 4053.0, 4094.0, 4063.0, 4093.0, 4074.0, 4095.0, 4043.0, 4043.0, 4034.0, 4067.0, 4101.0, 4100.0, 4082.0, 4135.0, 4133.0, 4088.0, 4097.0, 4086.0, 4054.0, 4093.0, 4072.0, 4081.0, 4060.0, 4069.0, 4078.0, 4067.0, 4066.0, 4054.0, 4065.0, 4023.0, 4064.0, 4014.0, 4056.0, 4032.0, 4022.0, 4055.0, 4015.0, 4066.0, 4015.0, 4065.0, 4005.0, 4019.0, 4041.0, 4071.0, 4048.0, 4080.0, 4027.0, 4038.0, 4068.0, 4042.0, 4081.0, 4050.0, 4030.0, 4040.0, 4032.0, 4042.0, 4045.0, 4048.0, 4090.0, 4089.0, 4089.0, 4113.0, 4109.0, 4064.0, 4083.0, 4031.0, 4061.0, 4030.0, 4049.0, 4052.0, 4045.0, 4034.0, 4067.0, 4100.0, 4111.0, 4081.0, 4112.0, 4108.0, 4088.0, 4095.0, 4052.0, 4082.0, 4050.0, 4073.0, 4061.0, 4052.0, 4073.0, 4073.0, 4041.0, 4082.0, 4034.0, 4084.0, 4064.0, 4097.0, 4093.0, 4062.0, 4092.0, 4041.0, 4082.0, 4041.0, 4081.0, 4032.0, 4044.0, 4056.0, 4096.0, 4075.0, 4084.0, 4083.0, 4054.0, 4094.0, 4073.0, 4072.0, 4052.0, 4033.0, 4076.0, 4095.0, 4073.0, 4093.0, 4062.0, 4053.0, 4092.0, 4073.0, 4092.0, 4041.0, 4082.0, 4043.0, 4072.0, 4044.0, 4095.0, 4075.0, 4097.0, 4075.0, 4095.0, 4054.0, 4084.0, 4044.0, 4095.0, 4083.0, 4062.0, 4091.0, 4062.0, 4081.0, 4050.0, 4080.0, 4032.0, 4062.0, 4044.0, 4093.0, 4063.0, 4085.0, 4082.0, 4073.0, 4031.0, 4061.0, 4033.0, 4085.0, 4082.0, 4064.0, 4092.0, 4052.0, 4093.0, 4054.0, 4073.0, 4056.0, 4047.0, 4089.0, 4106.0, 4086.0, 4085.0, 4074.0, 4065.0, 4093.0, 4054.0, 4094.0, 4044.0, 4083.0, 4072.0, 4063.0, 4092.0, 4082.0, 4081.0, 4039.0, 4058.0, 4018.0, 4051.0, 4080.0, 4050.0, 4072.0, 4049.0, 4030.0, 4083.0, 4093.0, 4071.0, 4080.0, 4049.0, 4071.0, 4067.0, 4048.0, 4068.0, 4038.0, 4077.0, 4037.0, 4069.0, 4048.0, 4080.0, 4050.0, 4031.0, 4071.0, 4043.0, 4093.0, 4043.0, 4095.0, 4061.0, 4060.0, 4080.0, 4038.0, 4068.0, 4027.0, 4077.0, 4037.0, 4058.0, 4029.0, 4079.0, 4030.0, 4081.0, 4050.0, 4061.0, 4070.0, 4060.0, 4028.0, 4049.0, 4031.0, 4082.0, 4042.0, 4094.0, 4061.0, 4072.0, 4071.0, 4051.0, 4081.0, 4059.0, 4018.0, 4040.0, 4031.0, 4083.0, 4072.0, 4062.0, 4081.0, 4052.0, 4081.0, 4042.0, 4032.0, 4044.0, 4023.0, 4056.0, 4095.0, 4076.0, 4096.0, 4097.0, 4094.0, 4065.0, 4094.0, 4055.0, 4085.0, 4076.0, 4085.0, 4064.0, 4093.0, 4044.0, 4044.0, 4056.0, 4035.0, 4078.0, 4109.0, 4098.0, 4097.0, 4097.0, 4084.0, 4054.0, 4035.0, 4077.0, 4084.0, 4073.0, 4094.0, 4071.0, 4083.0, 4041.0, 4081.0, 4062.0, 4080.0, 4031.0, 4030.0, 4043.0, 4093.0, 4073.0, 4092.0, 4072.0, 4083.0, 4051.0, 4082.0, 4040.0, 4052.0, 4044.0, 4054.0, 4055.0, 4097.0, 4065.0, 4065.0, 4108.0, 4076.0, 4035.0, 4033.0, 4033.0, 4033.0, 4035.0, 4088.0, 4101.0, 4079.0, 4068.0, 4100.0, 4108.0, 4078.0, 4105.0, 4085.0, 4093.0, 4072.0, 4040.0, 4039.0, 4019.0, 4072.0, 4070.0, 4052.0, 4090.0, 4069.0, 4048.0, 4028.0, 4040.0, 4021.0, 4008.0, 4022.0, 4031.0, 4062.0, 4032.0, 4094.0, 4071.0, 4059.0, 4068.0, 4027.0, 4079.0, 4038.0, 4078.0, 4039.0, 4069.0, 4015.0, 4046.0, 4023.0, 4046.0, 4063.0, 4034.0, 4061.0, 4019.0, 4038.0, 4009.0, 4027.0, 4007.0, 4017.0, 4006.0, 4006.0, 3985.0, 4019.0, 4029.0, 3988.0, 3989.0, 3988.0, 4003.0, 4024.0, 4026.0, 4028.0, 4080.0, 4038.0, 4035.0, 4053.0, 4024.0, 4065.0, 4035.0, 4044.0, 4025.0, 4015.0, 4025.0, 4017.0, 4058.0, 4020.0, 4019.0, 4061.0, 4092.0, 4051.0, 4070.0, 4019.0, 4029.0, 4030.0, 4071.0, 4033.0, 4043.0, 4046.0, 4075.0, 4046.0, 4106.0, 4087.0, 4107.0, 4087.0, 4086.0, 4044.0, 4034.0, 4087.0, 4056.0, 4068.0, 4088.0, 4058.0, 4047.0, 4051.0, 4051.0, 4102.0, 4113.0, 4134.0, 4100.0, 4087.0, 4104.0, 4073.0, 4071.0, 4063.0, 4083.0, 4074.0, 4056.0, 4087.0, 4048.0, 4098.0, 4074.0, 4064.0, 4095.0, 4084.0, 4073.0, 4054.0, 4034.0, 4087.0, 4105.0, 4063.0, 4082.0, 4051.0, 4052.0, 4072.0, 4052.0, 4040.0], 'WindowWidth': [9235.0, 9186.0, 9149.0, 9087.0, 9024.0, 9119.0, 9123.0, 9091.0, 9121.0, 9138.0, 9136.0, 9157.0, 9171.0, 9133.0, 9143.0, 9120.0, 9062.0, 9059.0, 9035.0, 9107.0, 9068.0, 9084.0, 9093.0, 9075.0, 9018.0, 9032.0, 9027.0, 9083.0, 9043.0, 9086.0, 9041.0, 9104.0, 9078.0, 9063.0, 9038.0, 9050.0, 9014.0, 9083.0, 9025.0, 9086.0, 9087.0, 9085.0, 9061.0, 9044.0, 9058.0, 9077.0, 9089.0, 9065.0, 9060.0, 9115.0, 9086.0, 9089.0, 9119.0, 9134.0, 9111.0, 9101.0, 9037.0, 9008.0, 9086.0, 9099.0, 9073.0, 9048.0, 9111.0, 9103.0, 9084.0, 9090.0, 9053.0, 9049.0, 9030.0, 9026.0, 8994.0, 9017.0, 8962.0, 9016.0, 8962.0, 9015.0, 8962.0, 9015.0, 8963.0, 9022.0, 8999.0, 9013.0, 8991.0, 8989.0, 9059.0, 9040.0, 9061.0, 9049.0, 9022.0, 9031.0, 9035.0, 9049.0, 8997.0, 9067.0, 9006.0, 9057.0, 8987.0, 9075.0, 9045.0, 9080.0, 9007.0, 9065.0, 9048.0, 9054.0, 9092.0, 9040.0, 9083.0, 9071.0, 9080.0, 9034.0, 9086.0, 9033.0, 9103.0, 9073.0, 9088.0, 9098.0, 9085.0, 9030.0, 9086.0, 9036.0, 9109.0, 9116.0, 9083.0, 9079.0, 9036.0, 9077.0, 9035.0, 9094.0, 9011.0, 9095.0, 9032.0, 9103.0, 9069.0, 9071.0, 9095.0, 9052.0, 9092.0, 9055.0, 9095.0, 9044.0, 9038.0, 9096.0, 9106.0, 9061.0, 9086.0, 9094.0, 9045.0, 9100.0, 9071.0, 9097.0, 9028.0, 9097.0, 9048.0, 9104.0, 9068.0, 9086.0, 9099.0, 9068.0, 9096.0, 9055.0, 9093.0, 9028.0, 9046.0, 9113.0, 9080.0, 9116.0, 9090.0, 9132.0, 9098.0, 9106.0, 9117.0, 9076.0, 9101.0, 9088.0, 9114.0, 9052.0, 9093.0, 9090.0, 9112.0, 9045.0, 9043.0, 9093.0, 9024.0, 9105.0, 9071.0, 9092.0, 9101.0, 9075.0, 9095.0, 9054.0, 9033.0, 9077.0, 9040.0, 9111.0, 9072.0, 9093.0, 9097.0, 9085.0, 9070.0, 9071.0, 9036.0, 9104.0, 9070.0, 9098.0, 9090.0, 9064.0, 9077.0, 9082.0, 9061.0, 9032.0, 9016.0, 9083.0, 9055.0, 9082.0, 9088.0, 9045.0, 9071.0, 9077.0, 9085.0, 9019.0, 9009.0, 9044.0, 9091.0, 9062.0, 9072.0, 9006.0, 9074.0, 9041.0, 9032.0, 9038.0, 9043.0, 9115.0, 9124.0, 9057.0, 9084.0, 9089.0, 9063.0, 9084.0, 9019.0, 9075.0, 9021.0, 9081.0, 9058.0, 9046.0, 9069.0, 9045.0, 9072.0, 9019.0, 9011.0, 9046.0, 9095.0, 9065.0, 9093.0, 9047.0, 9066.0, 9009.0, 9062.0, 9029.0, 9085.0, 9047.0, 9102.0, 9063.0, 9044.0, 9068.0, 9024.0, 9067.0, 8996.0, 9053.0, 9009.0, 9011.0, 9067.0, 9015.0, 9067.0, 9030.0, 9070.0, 9031.0, 9048.0, 9016.0, 9012.0, 8992.0, 8998.0, 9006.0, 9107.0, 9099.0, 9072.0, 9064.0, 9011.0, 9002.0, 9055.0, 9003.0, 9086.0, 9006.0, 9058.0, 9017.0, 9057.0, 8987.0, 9017.0, 9004.0, 9007.0, 9075.0, 9018.0, 9093.0, 9036.0, 9059.0, 9000.0, 9006.0, 9056.0, 9006.0, 9074.0, 9012.0, 9062.0, 9028.0, 9014.0, 9089.0, 9103.0, 9124.0, 9089.0, 9016.0, 9002.0, 9014.0, 9021.0, 9080.0, 9103.0, 9070.0, 9080.0, 9022.0, 9034.0, 9035.0, 9024.0, 9105.0, 9041.0, 9073.0, 9004.0, 9071.0, 9023.0, 9095.0, 9013.0, 9019.0, 9074.0, 9040.0, 9126.0, 9101.0, 9065.0, 9090.0, 9032.0, 9073.0, 9057.0, 9058.0, 9015.0, 9043.0, 9008.0, 9016.0, 9080.0, 9115.0, 9076.0, 9097.0, 9055.0, 9015.0, 9028.0, 9021.0, 9044.0, 9100.0, 9089.0, 9083.0, 9085.0, 9061.0, 9135.0, 9106.0, 9103.0, 9091.0, 9046.0, 9086.0, 9045.0, 9017.0, 9035.0, 9072.0, 9034.0, 9091.0, 9031.0, 9073.0, 9017.0, 9073.0, 9022.0, 9034.0, 9035.0, 9018.0, 9092.0, 9080.0, 9057.0, 9083.0, 9054.0, 9081.0, 9054.0, 9094.0, 9035.0, 9040.0, 9078.0, 9111.0, 9067.0, 9099.0, 9103.0, 9089.0, 9102.0, 9050.0, 9101.0, 9053.0, 9103.0, 9079.0, 9119.0, 9095.0, 9104.0, 9054.0, 9107.0, 9058.0, 9123.0, 9085.0, 9096.0, 9113.0, 9082.0, 9092.0, 9040.0, 9096.0, 9053.0, 9093.0, 9071.0, 9100.0, 9029.0, 9031.0, 9019.0, 9068.0, 9118.0, 9118.0, 9096.0, 9173.0, 9167.0, 9095.0, 9105.0, 9085.0, 9042.0, 9090.0, 9060.0, 9073.0, 9038.0, 9051.0, 9062.0, 9045.0, 9042.0, 9024.0, 9039.0, 8983.0, 9037.0, 8971.0, 9029.0, 8991.0, 8980.0, 9025.0, 8974.0, 9043.0, 8976.0, 9042.0, 8965.0, 8987.0, 9022.0, 9059.0, 9025.0, 9068.0, 8994.0, 9011.0, 9052.0, 9025.0, 9072.0, 9030.0, 9006.0, 9023.0, 9013.0, 9028.0, 9040.0, 9047.0, 9101.0, 9098.0, 9099.0, 9137.0, 9128.0, 9054.0, 9077.0, 9006.0, 9045.0, 9002.0, 9026.0, 9036.0, 9034.0, 9018.0, 9067.0, 9115.0, 9131.0, 9091.0, 9135.0, 9121.0, 9090.0, 9099.0, 9035.0, 9075.0, 9030.0, 9062.0, 9045.0, 9035.0, 9063.0, 9063.0, 9022.0, 9078.0, 9017.0, 9082.0, 9057.0, 9106.0, 9091.0, 9049.0, 9088.0, 9019.0, 9074.0, 9020.0, 9073.0, 9012.0, 9031.0, 9051.0, 9101.0, 9071.0, 9083.0, 9077.0, 9042.0, 9095.0, 9066.0, 9063.0, 9038.0, 9015.0, 9076.0, 9099.0, 9067.0, 9095.0, 9048.0, 9039.0, 9091.0, 9066.0, 9089.0, 9021.0, 9076.0, 9028.0, 9067.0, 9031.0, 9099.0, 9074.0, 9105.0, 9074.0, 9098.0, 9044.0, 9082.0, 9032.0, 9099.0, 9078.0, 9049.0, 9089.0, 9049.0, 9073.0, 9032.0, 9071.0, 9011.0, 9052.0, 9032.0, 9094.0, 9055.0, 9085.0, 9075.0, 9064.0, 9008.0, 9047.0, 9015.0, 9087.0, 9077.0, 9056.0, 9090.0, 9037.0, 9093.0, 9043.0, 9067.0, 9050.0, 9043.0, 9101.0, 9119.0, 9088.0, 9085.0, 9068.0, 9058.0, 9093.0, 9041.0, 9095.0, 9029.0, 9082.0, 9064.0, 9054.0, 9091.0, 9074.0, 9072.0, 9013.0, 9038.0, 8986.0, 9032.0, 9070.0, 9032.0, 9062.0, 9030.0, 9008.0, 9083.0, 9093.0, 9059.0, 9070.0, 9027.0, 9059.0, 9049.0, 9023.0, 9049.0, 9012.0, 9063.0, 9010.0, 9052.0, 9027.0, 9071.0, 9031.0, 9008.0, 9063.0, 9029.0, 9094.0, 9030.0, 9100.0, 9046.0, 9042.0, 9067.0, 9009.0, 9049.0, 8995.0, 9061.0, 9007.0, 9036.0, 9001.0, 9068.0, 9004.0, 9073.0, 9029.0, 9048.0, 9057.0, 9043.0, 8998.0, 9028.0, 9009.0, 9077.0, 9025.0, 9095.0, 9046.0, 9063.0, 9060.0, 9035.0, 9073.0, 9042.0, 8986.0, 9017.0, 9009.0, 9082.0, 9062.0, 9049.0, 9074.0, 9035.0, 9074.0, 9022.0, 9010.0, 9029.0, 9003.0, 9049.0, 9102.0, 9077.0, 9101.0, 9104.0, 9096.0, 9059.0, 9097.0, 9046.0, 9085.0, 9074.0, 9085.0, 9056.0, 9092.0, 9029.0, 9031.0, 9050.0, 9023.0, 9083.0, 9125.0, 9108.0, 9105.0, 9105.0, 9082.0, 9043.0, 9020.0, 9077.0, 9082.0, 9067.0, 9094.0, 9059.0, 9079.0, 9022.0, 9072.0, 9047.0, 9070.0, 9007.0, 9007.0, 9028.0, 9093.0, 9066.0, 9091.0, 9062.0, 9080.0, 9034.0, 9075.0, 9019.0, 9036.0, 9030.0, 9043.0, 9048.0, 9107.0, 9060.0, 9060.0, 9122.0, 9076.0, 9021.0, 9018.0, 9017.0, 9018.0, 9025.0, 9098.0, 9119.0, 9087.0, 9070.0, 9118.0, 9122.0, 9081.0, 9113.0, 9084.0, 9092.0, 9063.0, 9017.0, 9017.0, 8990.0, 9064.0, 9057.0, 9034.0, 9082.0, 9052.0, 9028.0, 9002.0, 9021.0, 8997.0, 8975.0, 8997.0, 9008.0, 9048.0, 9011.0, 9097.0, 9057.0, 9039.0, 9047.0, 8992.0, 9064.0, 9009.0, 9064.0, 9011.0, 9054.0, 8975.0, 9015.0, 8981.0, 9015.0, 9034.0, 8994.0, 9027.0, 8967.0, 8990.0, 8951.0, 8973.0, 8947.0, 8959.0, 8944.0, 8946.0, 8918.0, 8968.0, 8980.0, 8929.0, 8928.0, 8926.0, 8956.0, 8986.0, 8994.0, 9000.0, 9073.0, 9010.0, 9001.0, 9021.0, 8984.0, 9041.0, 9004.0, 9013.0, 8992.0, 8977.0, 8992.0, 8984.0, 9040.0, 8993.0, 8994.0, 9051.0, 9090.0, 9035.0, 9056.0, 8982.0, 8998.0, 9008.0, 9062.0, 9016.0, 9032.0, 9038.0, 9076.0, 9038.0, 9118.0, 9094.0, 9120.0, 9092.0, 9088.0, 9031.0, 9021.0, 9094.0, 9053.0, 9071.0, 9096.0, 9060.0, 9047.0, 9058.0, 9056.0, 9122.0, 9140.0, 9174.0, 9116.0, 9094.0, 9111.0, 9068.0, 9061.0, 9052.0, 9081.0, 9073.0, 9055.0, 9095.0, 9045.0, 9111.0, 9073.0, 9059.0, 9099.0, 9084.0, 9070.0, 9046.0, 9023.0, 9096.0, 9116.0, 9057.0, 9079.0, 9038.0, 9042.0, 9064.0, 9041.0, 9021.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.0042108381171067745</td></tr>
<tr><td colspan=3>aqi</td><td>0.054817669115958666</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.86211003711494</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2048865707126433</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0545246239655155</td></tr>
<tr><td colspan=3>efc</td><td>0.4851</td></tr>
<tr><td colspan=3>fber</td><td>4601.5542</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14299109833188567</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>158</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.14006888633754</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5124635286735724</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.379386488725551</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.750007843525613</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4079962537695523</td></tr>
<tr><td colspan=3>gcor</td><td>0.0131946</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00970439426600933</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028659863397479057</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>4.160544384310368</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>18.2784</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.7624</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.527</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300035.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>827.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>339.5992</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8599</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>459.9965</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3293.2502</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3487.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76509.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1233.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4202.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>838.106</td></tr>
<tr><td colspan=3>tsnr</td><td>29.367450170684606</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>