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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-06_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-06_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-06_desc-background_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_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-06_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-06_desc-zoomed_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_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-06_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-06_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0080/ses-04/func/sub-0080_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>4f004a571a21424ac21101e2e8c85526</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:39:11.222500</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</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.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 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>6ecbbd5e-7758-4383-aa1c-9efad3e742b9||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': ['213911.222500', '213911.682500', '213912.142500', '213912.602500', '213913.062500', '213913.522500', '213913.982500', '213914.442500', '213914.902500', '213915.362500', '213915.822500', '213916.282500', '213916.742500', '213917.202500', '213917.662500', '213918.122500', '213918.582500', '213919.042500', '213919.502500', '213919.962500', '213920.422500', '213920.882500', '213921.342500', '213921.802500', '213922.262500', '213922.722500', '213923.182500', '213923.642500', '213924.102500', '213924.562500', '213925.022500', '213925.482500', '213925.942500', '213926.402500', '213926.862500', '213927.322500', '213927.782500', '213928.242500', '213928.702500', '213929.162500', '213929.622500', '213930.082500', '213930.542500', '213931.002500', '213931.462500', '213931.922500', '213932.382500', '213932.842500', '213933.302500', '213933.762500', '213934.222500', '213934.682500', '213935.142500', '213935.602500', '213936.062500', '213936.522500', '213936.982500', '213937.442500', '213937.902500', '213938.362500', '213938.822500', '213939.282500', '213939.742500', '213940.202500', '213940.662500', '213941.122500', '213941.582500', '213942.042500', '213942.502500', '213942.962500', '213943.422500', '213943.882500', '213944.342500', '213944.802500', '213945.262500', '213945.722500', '213946.182500', '213946.642500', '213947.102500', '213947.562500', '213948.022500', '213948.482500', '213948.942500', '213949.402500', '213949.862500', '213950.322500', '213950.782500', '213951.242500', '213951.702500', '213952.162500', '213952.622500', '213953.082500', '213953.542500', '213954.002500', '213954.462500', '213954.922500', '213955.382500', '213955.842500', '213956.302500', '213956.762500', '213957.222500', '213957.682500', '213958.142500', '213958.602500', '213959.062500', '213959.522500', '213959.982500', '214000.442500', '214000.902500', '214001.362500', '214001.822500', '214002.282500', '214002.742500', '214003.202500', '214003.662500', '214004.122500', '214004.582500', '214005.042500', '214005.502500', '214005.962500', '214006.422500', '214006.882500', '214007.342500', '214007.802500', '214008.262500', '214008.722500', '214009.182500', '214009.642500', '214010.102500', '214010.562500', '214011.022500', '214011.482500', '214011.942500', '214012.402500', '214012.862500', '214013.322500', '214013.782500', '214014.242500', '214014.702500', '214015.162500', '214015.622500', '214016.082500', '214016.542500', '214017.002500', '214017.462500', '214017.922500', '214018.382500', '214018.842500', '214019.302500', '214019.762500', '214020.222500', '214020.682500', '214021.142500', '214021.602500', '214022.062500', '214022.522500', '214022.982500', '214023.442500', '214023.902500', '214024.362500', '214024.822500', '214025.282500', '214025.742500', '214026.202500', '214026.662500', '214027.122500', '214027.582500', '214028.042500', '214028.502500', '214028.962500', '214029.422500', '214029.882500', '214030.342500', '214030.802500', '214031.262500', '214031.722500', '214032.182500', '214032.642500', '214033.102500', '214033.562500', '214034.022500', '214034.482500', '214034.942500', '214035.402500', '214035.862500', '214036.322500', '214036.782500', '214037.242500', '214037.702500', '214038.162500', '214038.622500', '214039.082500', '214039.542500', '214040.002500', '214040.462500', '214040.922500', '214041.382500', '214041.842500', '214042.302500', '214042.762500', '214043.222500', '214043.682500', '214044.142500', '214044.602500', '214045.062500', '214045.522500', '214045.982500', '214046.442500', '214046.902500', '214047.362500', '214047.822500', '214048.282500', '214048.742500', '214049.202500', '214049.662500', '214050.122500', '214050.582500', '214051.042500', '214051.502500', '214051.962500', '214052.422500', '214052.882500', '214053.342500', '214053.802500', '214054.262500', '214054.722500', '214055.182500', '214055.642500', '214056.102500', '214056.562500', '214057.022500', '214057.482500', '214057.942500', '214058.402500', '214058.862500', '214059.322500', '214059.782500', '214100.242500', '214100.702500', '214101.162500', '214101.622500', '214102.082500', '214102.542500', '214103.002500', '214103.462500', '214103.922500', '214104.382500', '214104.842500', '214105.302500', '214105.762500', '214106.222500', '214106.682500', '214107.142500', '214107.602500', '214108.062500', '214108.522500', '214108.982500', '214109.442500', '214109.902500', '214110.362500', '214110.822500', '214111.282500', '214111.742500', '214112.202500', '214112.662500', '214113.122500', '214113.582500', '214114.042500', '214114.502500', '214114.962500', '214115.422500', '214115.882500', '214116.342500', '214116.802500', '214117.262500', '214117.722500', '214118.182500', '214118.642500', '214119.102500', '214119.562500', '214120.022500', '214120.482500', '214120.942500', '214121.402500', '214121.862500', '214122.322500', '214122.782500', '214123.242500', '214123.702500', '214124.162500', '214124.622500', '214125.082500', '214125.542500', '214126.002500', '214126.462500', '214126.922500', '214127.382500', '214127.842500', '214128.302500', '214128.762500', '214129.222500', '214129.682500', '214130.142500', '214130.602500', '214131.062500', '214131.522500', '214131.982500', '214132.442500', '214132.902500', '214133.362500', '214133.822500', '214134.282500', '214134.742500', '214135.202500', '214135.662500', '214136.122500', '214136.582500', '214137.042500', '214137.502500', '214137.962500', '214138.422500', '214138.882500', '214139.342500', '214139.802500', '214140.262500', '214140.722500', '214141.182500', '214141.642500', '214142.102500', '214142.562500', '214143.022500', '214143.482500', '214143.942500', '214144.402500', '214144.862500', '214145.322500', '214145.782500', '214146.242500', '214146.702500', '214147.162500', '214147.622500', '214148.082500', '214148.542500', '214149.002500', '214149.462500', '214149.922500', '214150.382500', '214150.842500', '214151.302500', '214151.762500', '214152.222500', '214152.682500', '214153.142500', '214153.602500', '214154.062500', '214154.522500', '214154.982500', '214155.442500', '214155.902500', '214156.362500', '214156.822500', '214157.282500', '214157.742500', '214158.202500', '214158.662500', '214159.122500', '214159.582500', '214200.042500', '214200.502500', '214200.962500', '214201.422500', '214201.882500', '214202.342500', '214202.802500', '214203.262500', '214203.722500', '214204.182500', '214204.642500', '214205.102500', '214205.562500', '214206.022500', '214206.482500', '214206.942500', '214207.402500', '214207.862500', '214208.322500', '214208.782500', '214209.242500', '214209.702500', '214210.162500', '214210.622500', '214211.082500', '214211.542500', '214212.002500', '214212.462500', '214212.922500', '214213.382500', '214213.842500', '214214.302500', '214214.762500', '214215.222500', '214215.682500', '214216.142500', '214216.602500', '214217.062500', '214217.522500', '214217.982500', '214218.442500', '214218.902500', '214219.362500', '214219.822500', '214220.282500', '214220.742500', '214221.202500', '214221.662500', '214222.122500', '214222.582500', '214223.042500', '214223.502500', '214223.962500', '214224.422500', '214224.882500', '214225.342500', '214225.802500', '214226.262500', '214226.722500', '214227.182500', '214227.642500', '214228.102500', '214228.562500', '214229.022500', '214229.482500', '214229.942500', '214230.402500', '214230.862500', '214231.322500', '214231.782500', '214232.242500', '214232.702500', '214233.162500', '214233.622500', '214234.082500', '214234.542500', '214235.002500', '214235.462500', '214235.922500', '214236.382500', '214236.842500', '214237.302500', '214237.762500', '214238.222500', '214238.682500', '214239.142500', '214239.602500', '214240.062500', '214240.522500', '214240.982500', '214241.442500', '214241.902500', '214242.362500', '214242.822500', '214243.282500', '214243.742500', '214244.202500', '214244.662500', '214245.122500', '214245.582500', '214246.042500', '214246.502500', '214246.962500', '214247.422500', '214247.882500', '214248.342500', '214248.802500', '214249.262500', '214249.722500', '214250.182500', '214250.642500', '214251.102500', '214251.562500', '214252.022500', '214252.482500', '214252.942500', '214253.402500', '214253.862500', '214254.322500', '214254.782500', '214255.242500', '214255.702500', '214256.162500', '214256.622500', '214257.082500', '214257.542500', '214258.002500', '214258.462500', '214258.922500', '214259.382500', '214259.842500', '214300.302500', '214300.762500', '214301.222500', '214301.682500', '214302.142500', '214302.602500', '214303.062500', '214303.522500', '214303.982500', '214304.442500', '214304.902500', '214305.362500', '214305.822500', '214306.282500', '214306.742500', '214307.202500', '214307.662500', '214308.122500', '214308.582500', '214309.042500', '214309.502500', '214309.962500', '214310.422500', '214310.882500', '214311.342500', '214311.802500', '214312.262500', '214312.722500', '214313.182500', '214313.642500', '214314.102500', '214314.562500', '214315.022500', '214315.482500', '214315.942500', '214316.402500', '214316.862500', '214317.322500', '214317.782500', '214318.242500', '214318.702500', '214319.162500', '214319.622500', '214320.082500', '214320.542500', '214321.002500', '214321.462500', '214321.922500', '214322.382500', '214322.842500', '214323.302500', '214323.762500', '214324.222500', '214324.682500', '214325.142500', '214325.602500', '214326.062500', '214326.522500', '214326.982500', '214327.442500', '214327.902500', '214328.362500', '214328.822500', '214329.282500', '214329.742500', '214330.202500', '214330.662500', '214331.122500', '214331.582500', '214332.042500', '214332.502500', '214332.962500', '214333.422500', '214333.882500', '214334.342500', '214334.802500', '214335.262500', '214335.722500', '214336.182500', '214336.642500', '214337.102500', '214337.562500', '214338.022500', '214338.482500', '214338.942500', '214339.402500', '214339.862500', '214340.322500', '214340.782500', '214341.242500', '214341.702500', '214342.162500', '214342.622500', '214343.082500', '214343.542500', '214344.002500', '214344.462500', '214344.922500', '214345.382500', '214345.842500', '214346.302500', '214346.762500', '214347.222500', '214347.682500', '214348.142500', '214348.602500', '214349.062500', '214349.522500', '214349.982500', '214350.442500', '214350.902500', '214351.362500', '214351.822500', '214352.282500', '214352.742500', '214353.202500', '214353.662500', '214354.122500', '214354.582500', '214355.042500', '214355.502500', '214355.962500', '214356.422500', '214356.882500', '214357.342500', '214357.802500', '214358.262500', '214358.722500', '214359.182500', '214359.642500', '214400.102500', '214400.562500', '214401.022500', '214401.482500', '214401.942500', '214402.402500', '214402.862500', '214403.322500', '214403.782500', '214404.242500', '214404.702500', '214405.162500', '214405.622500', '214406.082500', '214406.542500', '214407.002500', '214407.462500', '214407.922500', '214408.382500', '214408.842500', '214409.302500', '214409.762500', '214410.222500', '214410.682500', '214411.142500', '214411.602500', '214412.062500', '214412.522500', '214412.982500', '214413.442500', '214413.902500', '214414.362500', '214414.822500', '214415.282500', '214415.742500', '214416.202500', '214416.662500', '214417.122500', '214417.582500', '214418.042500', '214418.502500', '214418.962500', '214419.422500', '214419.882500', '214420.342500', '214420.802500', '214421.262500', '214421.722500', '214422.182500', '214422.642500', '214423.102500', '214423.562500', '214424.022500', '214424.482500', '214424.942500', '214425.402500', '214425.862500', '214426.322500', '214426.782500', '214427.242500', '214427.702500', '214428.162500', '214428.622500', '214429.082500', '214429.542500', '214430.002500', '214430.462500', '214430.922500', '214431.382500', '214431.842500', '214432.302500', '214432.762500', '214433.222500', '214433.682500', '214434.142500', '214434.602500', '214435.062500', '214435.522500', '214435.982500', '214436.442500', '214436.902500', '214437.362500', '214437.822500', '214438.282500', '214438.742500', '214439.202500', '214439.662500', '214440.122500', '214440.582500', '214441.042500', '214441.502500', '214441.962500', '214442.422500', '214442.882500', '214443.342500', '214443.802500', '214444.262500', '214444.722500', '214445.182500', '214445.642500', '214446.102500', '214446.562500', '214447.022500', '214447.482500', '214447.942500', '214448.402500', '214448.862500', '214449.322500', '214449.782500', '214450.242500', '214450.702500', '214451.162500', '214451.622500', '214452.082500', '214452.542500', '214453.002500', '214453.462500', '214453.922500', '214454.382500', '214454.842500', '214455.302500', '214455.762500', '214456.222500', '214456.682500', '214457.142500', '214457.602500', '214458.062500', '214458.522500', '214458.982500', '214459.442500', '214459.902500', '214500.362500', '214500.822500', '214501.282500', '214501.742500', '214502.202500', '214502.662500', '214503.122500', '214503.582500', '214504.042500', '214504.502500', '214504.962500', '214505.422500', '214505.882500', '214506.342500', '214506.802500', '214507.262500', '214507.722500', '214508.182500', '214508.642500', '214509.102500', '214509.562500', '214510.022500', '214510.482500', '214510.942500', '214511.402500', '214511.862500', '214512.322500', '214512.782500', '214513.242500', '214513.702500', '214514.162500', '214514.622500', '214515.082500', '214515.542500', '214516.002500', '214516.462500', '214516.922500', '214517.382500', '214517.842500', '214518.302500', '214518.762500', '214519.222500', '214519.682500', '214520.142500', '214520.602500', '214521.062500', '214521.522500', '214521.982500', '214522.442500', '214522.902500', '214523.362500', '214523.822500', '214524.282500', '214524.742500', '214525.202500', '214525.662500', '214526.122500', '214526.582500', '214527.042500', '214527.502500', '214527.962500', '214528.422500', '214528.882500', '214529.342500', '214529.802500', '214530.262500', '214530.722500', '214531.182500', '214531.642500', '214532.102500', '214532.562500', '214533.022500', '214533.482500', '214533.942500', '214534.402500', '214534.862500', '214535.322500', '214535.782500', '214536.242500', '214536.702500', '214537.162500', '214537.622500', '214538.082500', '214538.542500', '214539.002500', '214539.462500', '214539.922500', '214540.382500', '214540.842500', '214541.302500', '214541.762500', '214542.222500', '214542.682500', '214543.142500', '214543.602500', '214544.062500', '214544.522500', '214544.982500', '214545.442500', '214545.902500', '214546.362500', '214546.822500', '214547.282500', '214547.742500', '214548.202500', '214548.662500', '214549.122500', '214549.582500', '214550.042500', '214550.502500', '214550.962500', '214551.422500', '214551.882500'], 'ContentTime': ['213937.511000', '213937.514000', '213937.517000', '213937.520000', '213937.522000', '213937.525000', '213937.528000', '213937.530000', '213937.533000', '213937.535000', '213937.538000', '213937.541000', '213937.543000', '213937.546000', '213937.549000', '213937.551000', '213937.554000', '213937.556000', '213937.559000', '213937.561000', '213937.564000', '213937.567000', '213937.569000', '213937.572000', '213937.574000', '213937.577000', '213937.579000', '213937.582000', '213937.587000', '213937.589000', '213937.592000', '213937.595000', '213937.597000', '213937.600000', '213937.603000', '213937.605000', '213937.608000', '213937.610000', '213937.613000', '213937.616000', '213937.619000', '213937.621000', '213937.624000', '213937.627000', '213937.629000', '213937.632000', '213937.634000', '213937.637000', '213937.640000', '213937.642000', '213937.645000', '213937.647000', '213937.650000', '213937.653000', '213957.482000', '213957.485000', '213957.487000', '213957.490000', '213957.493000', '213957.496000', '213957.498000', '213957.501000', '213957.504000', '213957.506000', '213957.509000', '213957.511000', '213957.514000', '213957.517000', '213957.519000', '213957.543000', '213957.546000', '213957.549000', '213957.551000', '213957.554000', '213957.556000', '213957.559000', '213957.562000', '213957.565000', '213957.575000', '213957.577000', '213957.580000', '213957.583000', '213957.585000', '213957.588000', '213957.591000', '213957.593000', '213957.596000', '213957.598000', '213957.601000', '213957.603000', '213957.606000', '213957.609000', '213957.611000', '213957.614000', '213957.617000', '213957.619000', '213957.622000', '213957.624000', '214017.482000', '214017.485000', '214017.487000', '214017.490000', '214017.492000', '214017.495000', '214017.498000', '214017.501000', '214017.503000', '214017.506000', '214017.509000', '214017.511000', '214017.514000', '214017.517000', '214017.519000', '214017.522000', '214017.524000', '214017.527000', '214017.530000', '214017.532000', '214017.535000', '214017.537000', '214017.540000', '214017.542000', '214017.545000', '214017.548000', '214017.550000', '214017.553000', '214017.556000', '214017.558000', '214017.561000', '214017.563000', '214017.566000', '214017.568000', '214017.571000', '214017.574000', '214017.576000', '214017.579000', '214017.581000', '214017.584000', '214017.595000', '214017.597000', '214017.600000', '214037.482000', '214037.484000', '214037.488000', '214037.490000', '214037.493000', '214037.495000', '214037.498000', '214037.501000', '214037.503000', '214037.506000', '214037.509000', '214037.511000', '214037.519000', '214037.522000', '214037.525000', '214037.528000', '214037.530000', '214037.533000', '214037.535000', '214037.538000', '214037.541000', '214037.543000', '214037.546000', '214037.549000', '214037.551000', '214037.554000', '214037.557000', '214037.559000', '214037.562000', '214037.565000', '214037.567000', '214037.570000', '214037.573000', '214037.575000', '214037.578000', '214037.580000', '214037.583000', '214037.586000', '214037.588000', '214037.591000', '214037.594000', '214037.596000', '214037.599000', '214037.601000', '214057.481000', '214057.484000', '214057.487000', '214057.490000', '214057.492000', '214057.495000', '214057.498000', '214057.500000', '214057.503000', '214057.506000', '214057.508000', '214057.515000', '214057.518000', '214057.520000', '214057.523000', '214057.525000', '214057.528000', '214057.531000', '214057.533000', '214057.536000', '214057.539000', '214057.541000', '214057.544000', '214057.547000', '214057.549000', '214057.552000', '214057.555000', '214057.557000', '214057.560000', '214057.563000', '214057.565000', '214057.568000', '214057.571000', '214057.573000', '214057.576000', '214057.578000', '214057.581000', '214057.584000', '214057.586000', '214057.589000', '214057.591000', '214057.594000', '214057.597000', '214117.483000', '214117.486000', '214117.489000', '214117.491000', '214117.494000', '214117.497000', '214117.499000', '214117.502000', '214117.504000', '214117.507000', '214117.510000', '214117.512000', '214117.515000', '214117.518000', '214117.520000', '214117.523000', '214117.526000', '214117.529000', '214117.531000', '214117.534000', '214117.536000', '214117.539000', '214117.542000', '214117.545000', '214117.547000', '214117.550000', '214117.553000', '214117.556000', '214117.558000', '214117.561000', '214117.564000', '214117.566000', '214117.569000', '214117.572000', '214117.574000', '214117.577000', '214117.580000', '214117.582000', '214117.585000', '214117.588000', '214117.590000', '214117.593000', '214117.595000', '214117.598000', '214137.483000', '214137.485000', '214137.488000', '214137.491000', '214137.493000', '214137.496000', '214137.498000', '214137.501000', '214137.504000', '214137.506000', '214137.509000', '214137.511000', '214137.514000', '214137.517000', '214137.519000', '214137.522000', '214137.524000', '214137.527000', '214137.530000', '214137.532000', '214137.535000', '214137.537000', '214137.540000', '214137.543000', '214137.545000', '214137.574000', '214137.576000', '214137.579000', '214137.581000', '214137.584000', '214137.587000', '214137.589000', '214137.592000', '214137.594000', '214137.597000', '214137.600000', '214137.603000', '214137.605000', '214137.608000', '214137.610000', '214137.613000', '214137.616000', '214137.618000', '214157.482000', '214157.485000', '214157.488000', '214157.490000', '214157.493000', '214157.496000', '214157.499000', '214157.501000', '214157.504000', '214157.507000', '214157.509000', '214157.512000', '214157.515000', '214157.517000', '214157.527000', '214157.530000', '214157.533000', '214157.535000', '214157.538000', '214157.540000', '214157.543000', '214157.546000', '214157.548000', '214157.551000', '214157.554000', '214157.556000', '214157.559000', '214157.562000', '214157.564000', '214157.567000', '214157.570000', '214157.572000', '214157.575000', '214157.578000', '214157.580000', '214157.583000', '214157.586000', '214157.588000', '214157.591000', '214157.594000', '214157.596000', '214157.599000', '214157.601000', '214157.604000', '214217.482000', '214217.485000', '214217.487000', '214217.490000', '214217.493000', '214217.495000', '214217.498000', '214217.501000', '214217.503000', '214217.506000', '214217.509000', '214217.512000', '214217.514000', '214217.517000', '214217.520000', '214217.522000', '214217.525000', '214217.528000', '214217.530000', '214217.533000', '214217.536000', '214217.538000', '214217.541000', '214217.544000', '214217.546000', '214217.549000', '214217.552000', '214217.554000', '214217.557000', '214217.560000', '214217.562000', '214217.565000', '214217.567000', '214217.570000', '214217.573000', '214217.575000', '214217.578000', '214217.581000', '214217.583000', '214217.586000', '214217.588000', '214217.591000', '214217.594000', '214237.482000', '214237.485000', '214237.487000', '214237.490000', '214237.493000', '214237.495000', '214237.498000', '214237.501000', '214237.504000', '214237.507000', '214237.510000', '214237.513000', '214237.517000', '214237.519000', '214237.522000', '214237.525000', '214237.527000', '214237.530000', '214237.533000', '214237.535000', '214237.538000', '214237.541000', '214237.543000', '214237.546000', '214237.549000', '214237.551000', '214237.554000', '214237.557000', '214237.559000', '214237.562000', '214237.565000', '214237.568000', '214237.571000', '214237.573000', '214237.576000', '214237.579000', '214237.581000', '214237.584000', '214237.587000', '214237.589000', '214237.592000', '214237.595000', '214237.597000', '214257.481000', '214257.484000', '214257.487000', '214257.490000', '214257.492000', '214257.495000', '214257.497000', '214257.500000', '214257.503000', '214257.505000', '214257.516000', '214257.518000', '214257.521000', '214257.523000', '214257.526000', '214257.529000', '214257.532000', '214257.534000', '214257.537000', '214257.540000', '214257.542000', '214257.545000', '214257.548000', '214257.550000', '214257.553000', '214257.556000', '214257.558000', '214257.561000', '214257.564000', '214257.566000', '214257.569000', '214257.572000', '214257.574000', '214257.577000', '214257.579000', '214257.582000', '214257.585000', '214257.587000', '214257.590000', '214257.593000', '214257.595000', '214257.598000', '214257.601000', '214257.603000', '214317.482000', '214317.485000', '214317.487000', '214317.490000', '214317.493000', '214317.495000', '214317.498000', '214317.507000', '214317.510000', '214317.512000', '214317.516000', '214317.518000', '214317.521000', '214317.523000', '214317.526000', '214317.529000', '214317.532000', '214317.534000', '214317.544000', '214317.547000', '214317.549000', '214317.552000', '214317.555000', '214317.557000', '214317.560000', '214317.563000', '214317.565000', '214317.568000', '214317.571000', '214317.573000', '214317.576000', '214317.579000', '214317.581000', '214317.584000', '214317.587000', '214317.589000', '214317.592000', '214317.595000', '214317.597000', '214317.600000', '214317.603000', '214317.605000', '214317.608000', '214337.483000', '214337.486000', '214337.489000', '214337.491000', '214337.494000', '214337.497000', '214337.499000', '214337.502000', '214337.505000', '214337.507000', '214337.510000', '214337.513000', '214337.515000', '214337.518000', '214337.521000', '214337.523000', '214337.526000', '214337.529000', '214337.531000', '214337.534000', '214337.537000', '214337.539000', '214337.542000', '214337.545000', '214337.547000', '214337.550000', '214337.553000', '214337.555000', '214337.558000', '214337.561000', '214337.564000', '214337.566000', '214337.569000', '214337.572000', '214337.575000', '214337.577000', '214337.580000', '214337.583000', '214337.585000', '214337.588000', '214337.591000', '214337.593000', '214337.596000', '214337.599000', '214357.482000', '214357.486000', '214357.488000', '214357.491000', '214357.494000', '214357.496000', '214357.499000', '214357.502000', '214357.505000', '214357.507000', '214357.510000', '214357.513000', '214357.515000', '214357.518000', '214357.520000', '214357.523000', '214357.526000', '214357.529000', '214357.531000', '214357.534000', '214357.537000', '214357.539000', '214357.542000', '214357.545000', '214357.548000', '214357.550000', '214357.555000', '214357.558000', '214357.561000', '214357.563000', '214357.566000', '214357.569000', '214357.571000', '214357.574000', '214357.577000', '214357.580000', '214357.582000', '214357.585000', '214357.588000', '214357.590000', '214357.593000', '214357.596000', '214357.599000', '214417.483000', '214417.486000', '214417.488000', '214417.491000', '214417.494000', '214417.497000', '214417.499000', '214417.502000', '214417.505000', '214417.507000', '214417.510000', '214417.513000', '214417.515000', '214417.518000', '214417.521000', '214417.523000', '214417.526000', '214417.529000', '214417.531000', '214417.534000', '214417.537000', '214417.539000', '214417.542000', '214417.544000', '214417.547000', '214417.550000', '214417.552000', '214417.555000', '214417.558000', '214417.560000', '214417.563000', '214417.566000', '214417.568000', '214417.571000', '214417.574000', '214417.576000', '214417.579000', '214417.582000', '214417.584000', '214417.587000', '214417.589000', '214417.592000', '214417.595000', '214417.597000', '214437.482000', '214437.484000', '214437.487000', '214437.490000', '214437.492000', '214437.495000', '214437.497000', '214437.500000', '214437.503000', '214437.505000', '214437.508000', '214437.510000', '214437.513000', '214437.516000', '214437.518000', '214437.521000', '214437.523000', '214437.543000', '214437.546000', '214437.549000', '214437.551000', '214437.554000', '214437.556000', '214437.559000', '214437.562000', '214437.564000', '214437.567000', '214437.570000', '214437.572000', '214437.575000', '214437.577000', '214437.580000', '214437.583000', '214437.585000', '214437.588000', '214437.590000', '214437.593000', '214437.596000', '214437.598000', '214437.601000', '214437.603000', '214437.606000', '214437.609000', '214457.481000', '214457.484000', '214457.487000', '214457.492000', '214457.495000', '214457.497000', '214457.500000', '214457.503000', '214457.506000', '214457.508000', '214457.511000', '214457.514000', '214457.516000', '214457.519000', '214457.522000', '214457.525000', '214457.527000', '214457.530000', '214457.532000', '214457.536000', '214457.538000', '214457.541000', '214457.543000', '214457.546000', '214457.549000', '214457.551000', '214457.554000', '214457.557000', '214457.559000', '214457.562000', '214457.565000', '214457.567000', '214457.570000', '214457.573000', '214457.575000', '214457.578000', '214457.581000', '214457.583000', '214457.586000', '214457.589000', '214457.591000', '214457.594000', '214457.596000', '214457.599000', '214517.482000', '214517.485000', '214517.488000', '214517.490000', '214517.493000', '214517.496000', '214517.498000', '214517.501000', '214517.504000', '214517.507000', '214517.510000', '214517.513000', '214517.515000', '214517.518000', '214517.521000', '214517.523000', '214517.526000', '214517.529000', '214517.532000', '214517.534000', '214517.537000', '214517.540000', '214517.542000', '214517.545000', '214517.548000', '214517.550000', '214517.553000', '214517.556000', '214517.558000', '214517.561000', '214517.564000', '214517.567000', '214517.570000', '214517.572000', '214517.575000', '214517.578000', '214517.580000', '214517.583000', '214517.585000', '214517.588000', '214517.593000', '214517.596000', '214517.598000', '214537.481000', '214537.484000', '214537.487000', '214537.490000', '214537.492000', '214537.495000', '214537.498000', '214537.501000', '214537.504000', '214537.506000', '214537.509000', '214537.512000', '214537.514000', '214537.517000', '214537.520000', '214537.522000', '214537.525000', '214537.528000', '214537.530000', '214537.533000', '214537.536000', '214537.538000', '214537.541000', '214537.543000', '214537.546000', '214537.549000', '214537.551000', '214537.554000', '214537.556000', '214537.559000', '214537.562000', '214537.564000', '214537.567000', '214537.569000', '214537.572000', '214537.575000', '214537.577000', '214537.580000', '214537.582000', '214537.585000', '214537.587000', '214537.590000', '214537.593000', '214537.595000', '214553.413000', '214553.416000', '214553.418000', '214553.421000', '214553.423000', '214553.426000', '214553.429000', '214553.431000', '214553.434000', '214553.437000', '214553.439000', '214553.442000', '214553.445000', '214553.447000', '214553.450000', '214553.453000', '214553.455000', '214553.458000', '214553.461000', '214553.463000', '214553.466000', '214553.469000', '214553.471000', '214553.474000', '214553.477000', '214553.479000', '214553.482000', '214553.484000', '214553.496000', '214553.498000', '214553.501000', '214553.504000', '214553.506000', '214553.509000', '214553.512000'], 'InstanceCreationTime': ['213937.511000', '213937.514000', '213937.517000', '213937.520000', '213937.522000', '213937.525000', '213937.528000', '213937.530000', '213937.533000', '213937.535000', '213937.538000', '213937.541000', '213937.543000', '213937.546000', '213937.549000', '213937.551000', '213937.554000', '213937.556000', '213937.559000', '213937.561000', '213937.564000', '213937.567000', '213937.569000', '213937.572000', '213937.574000', '213937.577000', '213937.579000', '213937.582000', '213937.587000', '213937.589000', '213937.592000', '213937.595000', '213937.597000', '213937.600000', '213937.603000', '213937.605000', '213937.608000', '213937.610000', '213937.613000', '213937.616000', '213937.619000', '213937.621000', '213937.624000', '213937.627000', '213937.629000', '213937.632000', '213937.634000', '213937.637000', '213937.640000', '213937.642000', '213937.645000', '213937.647000', '213937.650000', '213937.653000', '213957.482000', '213957.485000', '213957.487000', '213957.490000', '213957.493000', '213957.496000', '213957.498000', '213957.501000', '213957.504000', '213957.506000', '213957.509000', '213957.511000', '213957.514000', '213957.517000', '213957.519000', '213957.543000', '213957.546000', '213957.549000', '213957.551000', '213957.554000', '213957.556000', '213957.559000', '213957.562000', '213957.565000', '213957.575000', '213957.577000', '213957.580000', '213957.583000', '213957.585000', '213957.588000', '213957.591000', '213957.593000', '213957.596000', '213957.598000', '213957.601000', '213957.603000', '213957.606000', '213957.609000', '213957.611000', '213957.614000', '213957.617000', '213957.619000', '213957.622000', '213957.624000', '214017.482000', '214017.485000', '214017.487000', '214017.490000', '214017.492000', '214017.495000', '214017.498000', '214017.501000', '214017.503000', '214017.506000', '214017.509000', '214017.511000', '214017.514000', '214017.517000', '214017.519000', '214017.522000', '214017.524000', '214017.527000', '214017.530000', '214017.532000', '214017.535000', '214017.537000', '214017.540000', '214017.542000', '214017.545000', '214017.548000', '214017.550000', '214017.553000', '214017.556000', '214017.558000', '214017.561000', '214017.563000', '214017.566000', '214017.568000', '214017.571000', '214017.574000', '214017.576000', '214017.579000', '214017.581000', '214017.584000', '214017.595000', '214017.597000', '214017.600000', '214037.482000', '214037.484000', '214037.488000', '214037.490000', '214037.493000', '214037.495000', '214037.498000', '214037.501000', '214037.503000', '214037.506000', '214037.509000', '214037.511000', '214037.519000', '214037.522000', '214037.525000', '214037.528000', '214037.530000', '214037.533000', '214037.535000', '214037.538000', '214037.541000', '214037.543000', '214037.546000', '214037.549000', '214037.551000', '214037.554000', '214037.557000', '214037.559000', '214037.562000', '214037.565000', '214037.567000', '214037.570000', '214037.573000', '214037.575000', '214037.578000', '214037.580000', '214037.583000', '214037.586000', '214037.588000', '214037.591000', '214037.594000', '214037.596000', '214037.599000', '214037.601000', '214057.481000', '214057.484000', '214057.487000', '214057.490000', '214057.492000', '214057.495000', '214057.498000', '214057.500000', '214057.503000', '214057.506000', '214057.508000', '214057.515000', '214057.518000', '214057.520000', '214057.523000', '214057.525000', '214057.528000', '214057.531000', '214057.533000', '214057.536000', '214057.539000', '214057.541000', '214057.544000', '214057.547000', '214057.549000', '214057.552000', '214057.555000', '214057.557000', '214057.560000', '214057.563000', '214057.565000', '214057.568000', '214057.571000', '214057.573000', '214057.576000', '214057.578000', '214057.581000', '214057.584000', '214057.586000', '214057.589000', '214057.591000', '214057.594000', '214057.597000', '214117.483000', '214117.486000', '214117.489000', '214117.491000', '214117.494000', '214117.497000', '214117.499000', '214117.502000', '214117.504000', '214117.507000', '214117.510000', '214117.512000', '214117.515000', '214117.518000', '214117.520000', '214117.523000', '214117.526000', '214117.529000', '214117.531000', '214117.534000', '214117.536000', '214117.539000', '214117.542000', '214117.545000', '214117.547000', '214117.550000', '214117.553000', '214117.556000', '214117.558000', '214117.561000', '214117.564000', '214117.566000', '214117.569000', '214117.572000', '214117.574000', '214117.577000', '214117.580000', '214117.582000', '214117.585000', '214117.588000', '214117.590000', '214117.593000', '214117.595000', '214117.598000', '214137.483000', '214137.485000', '214137.488000', '214137.491000', '214137.493000', '214137.496000', '214137.498000', '214137.501000', '214137.504000', '214137.506000', '214137.509000', '214137.511000', '214137.514000', '214137.517000', '214137.519000', '214137.522000', '214137.524000', '214137.527000', '214137.530000', '214137.532000', '214137.535000', '214137.537000', '214137.540000', '214137.543000', '214137.545000', '214137.574000', '214137.576000', '214137.579000', '214137.581000', '214137.584000', '214137.587000', '214137.589000', '214137.592000', '214137.594000', '214137.597000', '214137.600000', '214137.603000', '214137.605000', '214137.608000', '214137.610000', '214137.613000', '214137.616000', '214137.618000', '214157.482000', '214157.485000', '214157.488000', '214157.490000', '214157.493000', '214157.496000', '214157.499000', '214157.501000', '214157.504000', '214157.507000', '214157.509000', '214157.512000', '214157.515000', '214157.517000', '214157.527000', '214157.530000', '214157.533000', '214157.535000', '214157.538000', '214157.540000', '214157.543000', '214157.546000', '214157.548000', '214157.551000', '214157.554000', '214157.556000', '214157.559000', '214157.562000', '214157.564000', '214157.567000', '214157.570000', '214157.572000', '214157.575000', '214157.578000', '214157.580000', '214157.583000', '214157.586000', '214157.588000', '214157.591000', '214157.594000', '214157.596000', '214157.599000', '214157.601000', '214157.604000', '214217.482000', '214217.485000', '214217.487000', '214217.490000', '214217.493000', '214217.495000', '214217.498000', '214217.501000', '214217.503000', '214217.506000', '214217.509000', '214217.512000', '214217.514000', '214217.517000', '214217.520000', '214217.522000', '214217.525000', '214217.528000', '214217.530000', '214217.533000', '214217.536000', '214217.538000', '214217.541000', '214217.544000', '214217.546000', '214217.549000', '214217.552000', '214217.554000', '214217.557000', '214217.560000', '214217.562000', '214217.565000', '214217.567000', '214217.570000', '214217.573000', '214217.575000', '214217.578000', '214217.581000', '214217.583000', '214217.586000', '214217.588000', '214217.591000', '214217.594000', '214237.482000', '214237.485000', '214237.487000', '214237.490000', '214237.493000', '214237.495000', '214237.498000', '214237.501000', '214237.504000', '214237.507000', '214237.510000', '214237.513000', '214237.517000', '214237.519000', '214237.522000', '214237.525000', '214237.527000', '214237.530000', '214237.533000', '214237.535000', '214237.538000', '214237.541000', '214237.543000', '214237.546000', '214237.549000', '214237.551000', '214237.554000', '214237.557000', '214237.559000', '214237.562000', '214237.565000', '214237.568000', '214237.571000', '214237.573000', '214237.576000', '214237.579000', '214237.581000', '214237.584000', '214237.587000', '214237.589000', '214237.592000', '214237.595000', '214237.597000', '214257.481000', '214257.484000', '214257.487000', '214257.490000', '214257.492000', '214257.495000', '214257.497000', '214257.500000', '214257.503000', '214257.505000', '214257.516000', '214257.518000', '214257.521000', '214257.523000', '214257.526000', '214257.529000', '214257.532000', '214257.534000', '214257.537000', '214257.540000', '214257.542000', '214257.545000', '214257.548000', '214257.550000', '214257.553000', '214257.556000', '214257.558000', '214257.561000', '214257.564000', '214257.566000', '214257.569000', '214257.572000', '214257.574000', '214257.577000', '214257.579000', '214257.582000', '214257.585000', '214257.587000', '214257.590000', '214257.593000', '214257.595000', '214257.598000', '214257.601000', '214257.603000', '214317.482000', '214317.485000', '214317.487000', '214317.490000', '214317.493000', '214317.495000', '214317.498000', '214317.507000', '214317.510000', '214317.512000', '214317.516000', '214317.518000', '214317.521000', '214317.523000', '214317.526000', '214317.529000', '214317.532000', '214317.534000', '214317.544000', '214317.547000', '214317.549000', '214317.552000', '214317.555000', '214317.557000', '214317.560000', '214317.563000', '214317.565000', '214317.568000', '214317.571000', '214317.573000', '214317.576000', '214317.579000', '214317.581000', '214317.584000', '214317.587000', '214317.589000', '214317.592000', '214317.595000', '214317.597000', '214317.600000', '214317.603000', '214317.605000', '214317.608000', '214337.483000', '214337.486000', '214337.489000', '214337.491000', '214337.494000', '214337.497000', '214337.499000', '214337.502000', '214337.505000', '214337.507000', '214337.510000', '214337.513000', '214337.515000', '214337.518000', '214337.521000', '214337.523000', '214337.526000', '214337.529000', '214337.531000', '214337.534000', '214337.537000', '214337.539000', '214337.542000', '214337.545000', '214337.547000', '214337.550000', '214337.553000', '214337.555000', '214337.558000', '214337.561000', '214337.564000', '214337.566000', '214337.569000', '214337.572000', '214337.575000', '214337.577000', '214337.580000', '214337.583000', '214337.585000', '214337.588000', '214337.591000', '214337.593000', '214337.596000', '214337.599000', '214357.482000', '214357.486000', '214357.488000', '214357.491000', '214357.494000', '214357.496000', '214357.499000', '214357.502000', '214357.505000', '214357.507000', '214357.510000', '214357.513000', '214357.515000', '214357.518000', '214357.520000', '214357.523000', '214357.526000', '214357.529000', '214357.531000', '214357.534000', '214357.537000', '214357.539000', '214357.542000', '214357.545000', '214357.548000', '214357.550000', '214357.555000', '214357.558000', '214357.561000', '214357.563000', '214357.566000', '214357.569000', '214357.571000', '214357.574000', '214357.577000', '214357.580000', '214357.582000', '214357.585000', '214357.588000', '214357.590000', '214357.593000', '214357.596000', '214357.599000', '214417.483000', '214417.486000', '214417.488000', '214417.491000', '214417.494000', '214417.497000', '214417.499000', '214417.502000', '214417.505000', '214417.507000', '214417.510000', '214417.513000', '214417.515000', '214417.518000', '214417.521000', '214417.523000', '214417.526000', '214417.529000', '214417.531000', '214417.534000', '214417.537000', '214417.539000', '214417.542000', '214417.544000', '214417.547000', '214417.550000', '214417.552000', '214417.555000', '214417.558000', '214417.560000', '214417.563000', '214417.566000', '214417.568000', '214417.571000', '214417.574000', '214417.576000', '214417.579000', '214417.582000', '214417.584000', '214417.587000', '214417.589000', '214417.592000', '214417.595000', '214417.597000', '214437.482000', '214437.484000', '214437.487000', '214437.490000', '214437.492000', '214437.495000', '214437.497000', '214437.500000', '214437.503000', '214437.505000', '214437.508000', '214437.510000', '214437.513000', '214437.516000', '214437.518000', '214437.521000', '214437.523000', '214437.543000', '214437.546000', '214437.549000', '214437.551000', '214437.554000', '214437.556000', '214437.559000', '214437.562000', '214437.564000', '214437.567000', '214437.570000', '214437.572000', '214437.575000', '214437.577000', '214437.580000', '214437.583000', '214437.585000', '214437.588000', '214437.590000', '214437.593000', '214437.596000', '214437.598000', '214437.601000', '214437.603000', '214437.606000', '214437.609000', '214457.481000', '214457.484000', '214457.487000', '214457.492000', '214457.495000', '214457.497000', '214457.500000', '214457.503000', '214457.506000', '214457.508000', '214457.511000', '214457.514000', '214457.516000', '214457.519000', '214457.522000', '214457.525000', '214457.527000', '214457.530000', '214457.532000', '214457.536000', '214457.538000', '214457.541000', '214457.543000', '214457.546000', '214457.549000', '214457.551000', '214457.554000', '214457.557000', '214457.559000', '214457.562000', '214457.565000', '214457.567000', '214457.570000', '214457.573000', '214457.575000', '214457.578000', '214457.581000', '214457.583000', '214457.586000', '214457.589000', '214457.591000', '214457.594000', '214457.596000', '214457.599000', '214517.482000', '214517.485000', '214517.488000', '214517.490000', '214517.493000', '214517.496000', '214517.498000', '214517.501000', '214517.504000', '214517.507000', '214517.510000', '214517.513000', '214517.515000', '214517.518000', '214517.521000', '214517.523000', '214517.526000', '214517.529000', '214517.532000', '214517.534000', '214517.537000', '214517.540000', '214517.542000', '214517.545000', '214517.548000', '214517.550000', '214517.553000', '214517.556000', '214517.558000', '214517.561000', '214517.564000', '214517.567000', '214517.570000', '214517.572000', '214517.575000', '214517.578000', '214517.580000', '214517.583000', '214517.585000', '214517.588000', '214517.593000', '214517.596000', '214517.598000', '214537.481000', '214537.484000', '214537.487000', '214537.490000', '214537.492000', '214537.495000', '214537.498000', '214537.501000', '214537.504000', '214537.506000', '214537.509000', '214537.512000', '214537.514000', '214537.517000', '214537.520000', '214537.522000', '214537.525000', '214537.528000', '214537.530000', '214537.533000', '214537.536000', '214537.538000', '214537.541000', '214537.543000', '214537.546000', '214537.549000', '214537.551000', '214537.554000', '214537.556000', '214537.559000', '214537.562000', '214537.564000', '214537.567000', '214537.569000', '214537.572000', '214537.575000', '214537.577000', '214537.580000', '214537.582000', '214537.585000', '214537.587000', '214537.590000', '214537.593000', '214537.595000', '214553.413000', '214553.416000', '214553.418000', '214553.421000', '214553.423000', '214553.426000', '214553.429000', '214553.431000', '214553.434000', '214553.437000', '214553.439000', '214553.442000', '214553.445000', '214553.447000', '214553.450000', '214553.453000', '214553.455000', '214553.458000', '214553.461000', '214553.463000', '214553.466000', '214553.469000', '214553.471000', '214553.474000', '214553.477000', '214553.479000', '214553.482000', '214553.484000', '214553.496000', '214553.498000', '214553.501000', '214553.504000', '214553.506000', '214553.509000', '214553.512000'], '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': [7329, 7611, 6360, 13728, 8179, 8241, 14145, 7723, 9234, 6333, 8121, 6332, 6077, 6499, 6658, 9004, 6982, 12066, 9223, 10146, 7863, 7648, 10022, 7984, 7639, 11234, 7711, 6980, 8516, 6974, 13049, 10265, 13264, 10790, 13554, 9685, 11641, 7371, 9894, 7518, 6082, 6212, 7244, 6374, 6271, 6887, 6386, 9972, 11583, 9070, 13451, 9840, 13058, 10005, 12555, 11762, 9237, 15019, 11263, 14076, 11569, 9688, 7935, 7108, 10781, 8215, 10233, 11745, 8697, 13117, 8524, 11654, 7374, 9310, 6712, 7276, 10817, 7596, 6289, 7148, 6305, 6332, 6998, 6275, 10616, 12348, 10003, 11503, 7749, 8147, 11941, 7838, 12425, 8929, 10493, 7542, 6334, 7208, 6321, 10074, 7231, 9700, 7854, 12369, 8309, 9473, 9757, 7531, 12618, 8307, 11364, 7796, 10065, 7140, 8657, 6687, 10866, 6887, 6708, 8031, 6389, 9254, 11314, 10248, 12016, 8086, 9592, 6679, 7604, 6411, 8336, 6317, 8796, 6384, 9459, 7789, 10718, 8921, 9544, 7306, 7478, 7022, 12517, 7848, 8818, 12788, 9172, 10274, 7630, 8842, 6323, 7645, 6562, 6274, 6942, 6367, 9855, 7164, 6874, 8607, 12649, 8475, 9337, 13034, 8823, 10373, 7554, 10044, 6957, 9011, 6868, 6955, 7415, 12878, 8294, 9307, 11936, 9252, 9607, 8141, 7638, 7773, 7284, 7595, 12577, 9063, 11703, 8629, 10709, 7671, 6571, 7536, 6304, 7597, 11900, 9592, 9335, 8483, 7595, 7047, 7055, 6325, 6591, 6438, 6772, 6789, 9119, 7350, 12062, 12747, 11172, 11559, 8732, 7866, 11165, 8799, 12019, 10008, 10681, 8713, 6892, 8129, 7184, 10272, 11683, 10940, 11556, 7713, 8441, 7477, 7606, 6521, 7517, 6654, 9159, 7539, 10169, 8937, 8667, 12224, 10323, 10666, 8074, 6176, 6847, 6473, 6381, 9094, 6717, 10549, 7831, 11071, 9349, 8609, 10499, 6722, 7054, 7579, 9104, 6963, 8287, 9741, 7379, 11540, 8480, 10780, 7901, 10521, 7515, 10894, 7496, 9740, 8284, 8673, 6330, 7870, 8568, 6891, 10539, 6712, 9592, 6279, 6367, 6247, 6135, 6211, 6428, 6257, 6252, 9222, 11002, 8930, 10766, 6569, 9186, 7117, 8732, 11761, 9446, 11796, 9036, 10747, 9008, 9241, 7749, 9326, 7266, 7378, 6664, 6902, 8488, 11670, 7865, 8922, 12549, 7284, 9294, 6442, 7801, 11903, 8614, 10053, 7282, 8137, 6616, 6429, 6613, 6791, 6175, 7821, 6323, 10756, 12358, 9231, 11166, 7992, 10396, 7580, 10873, 7778, 10732, 7922, 10191, 7989, 7401, 8358, 13039, 8637, 10780, 8762, 9734, 7233, 6592, 7220, 7393, 6584, 8001, 11577, 8366, 9699, 8196, 8325, 6945, 7673, 7433, 7248, 6514, 7675, 6415, 8036, 7132, 8734, 6946, 6768, 8911, 7219, 9432, 12904, 10220, 11859, 7434, 9340, 6858, 8535, 8500, 8668, 6913, 6666, 7964, 11673, 8822, 10488, 8012, 8483, 7831, 8697, 6726, 7820, 7154, 6650, 8807, 13195, 8587, 10043, 7251, 9536, 7034, 9534, 7250, 8675, 6805, 7466, 6495, 6918, 6599, 6490, 7578, 6520, 11806, 11023, 8586, 12328, 8990, 12450, 10087, 8181, 8970, 6310, 6395, 7900, 6726, 12249, 9685, 11300, 13105, 7599, 8470, 7963, 6506, 10017, 6904, 6828, 9886, 6653, 7885, 9120, 7631, 10414, 8561, 9246, 8253, 12492, 8448, 6760, 7823, 6685, 7562, 6657, 7776, 8844, 7197, 10015, 6910, 9609, 6844, 6716, 7581, 6619, 6285, 7072, 6795, 8920, 11979, 8804, 9164, 7174, 7868, 12077, 8920, 11438, 7524, 8103, 7966, 7520, 7968, 7290, 6635, 8614, 6853, 10657, 8038, 8343, 11106, 6685, 8189, 6703, 6422, 6816, 10760, 9311, 7098, 9478, 6725, 8525, 9383, 7532, 10812, 9285, 11941, 11920, 10725, 12368, 11164, 8848, 7694, 6881, 9246, 9426, 8586, 11515, 10575, 11728, 8934, 6716, 7388, 6757, 6324, 8003, 7342, 10494, 8418, 8297, 7351, 7217, 9998, 8088, 11120, 8876, 9519, 7773, 7845, 7116, 8258, 6811, 6450, 7104, 7156, 11829, 7866, 6782, 8763, 6715, 10940, 8345, 8965, 12865, 9056, 10995, 8346, 10464, 7872, 6725, 6818, 6327, 8614, 6379, 8428, 6496, 9114, 7901, 10715, 8659, 6657, 9161, 7852, 11723, 9984, 9183, 12158, 10056, 11468, 10314, 10687, 9303, 8024, 8605, 6526, 9368, 7353, 8400, 11866, 9214, 8729, 8736, 6538, 9207, 7009, 11101, 8069, 8976, 7641, 8257, 6582, 9622, 7433, 6784, 8308, 7511, 10167, 12824, 10995, 11404, 8912, 8140, 6669, 7854, 11886, 8522, 8604, 6989, 6866, 6540, 6703, 9860, 8344, 10306, 7425, 7642, 6221, 7819, 7718, 10206, 7935, 11109, 9417, 11289, 9507, 11577, 9441, 12294, 9436, 9714, 8100, 9857, 7926, 7342, 6801, 6547, 8176, 11284, 9468, 11100, 8629, 9452, 7419, 9669, 7122, 6265, 7244, 11573, 9979, 10081, 7925, 8864, 7269, 7627, 6856, 6776, 7698, 12036, 9750, 10801, 7895, 9240, 7658, 9270, 7579, 11790, 8814, 12277, 10407, 9991, 8139, 7656, 7593, 7984, 6923, 11599, 7663, 9166, 10860, 9488, 7511, 8937, 7680, 7326, 7942, 8391, 10209, 8262, 10537, 8285, 9943, 7939, 11139, 7614, 6366, 8697, 6743, 6855, 8573, 6471, 9871, 7939, 8271, 11795, 8434, 11232, 9227, 7230, 7535, 6214, 9057, 6438, 9268, 6818, 10094, 7429, 6275, 8188, 6376, 10702, 10039, 9047, 11247, 7902, 8790, 7903, 7521, 8000, 7695, 6978, 7576, 6815, 7581, 12020, 10172, 10505, 7881, 8945, 6795, 8816, 6809, 10940, 8308, 9017, 10005, 7662, 6357, 8240, 7306, 10968, 7623, 8076, 6909, 7855, 8514, 9255, 12214, 9132, 10089, 11484, 8809, 12579, 8665, 11662, 8463, 11297, 9577, 11213, 6961, 6578, 7478, 7082, 6279, 8433, 11702, 9239, 10849, 9984, 8525, 12145, 10137, 11959, 9889, 11810, 7747, 11945, 8168, 12199, 9624, 10019, 10674, 8523, 7638, 7253, 6114, 9900, 6727, 11778, 11663, 10530, 12285, 10137, 11243, 7305, 6357, 8629, 6950, 11456, 12625, 11755, 12191, 7944, 9436, 9694, 7709, 12343, 9267, 12486, 9301, 11047, 8912, 7167, 7965, 8146, 12044, 13531, 10034, 10767, 9467, 10814, 7466, 12397, 9444, 10312, 7430, 6542, 8124, 9080, 7863, 11460, 9166, 13082, 9463, 8379, 9675, 11454, 8393, 11814, 8323, 11837, 10403, 11814, 9677, 11566, 9775, 10365, 12185, 10098, 7950, 7524], 'WindowCenter': [4098.0, 4083.0, 4063.0, 4144.0, 4078.0, 4077.0, 4116.0, 4065.0, 4086.0, 4042.0, 4066.0, 4017.0, 4031.0, 4044.0, 4045.0, 4075.0, 4068.0, 4118.0, 4074.0, 4089.0, 4066.0, 4054.0, 4085.0, 4066.0, 4054.0, 4083.0, 4053.0, 4056.0, 4074.0, 4054.0, 4104.0, 4084.0, 4103.0, 4083.0, 4104.0, 4085.0, 4093.0, 4053.0, 4071.0, 4050.0, 4018.0, 4033.0, 4063.0, 4059.0, 4072.0, 4080.0, 4073.0, 4114.0, 4150.0, 4130.0, 4118.0, 4087.0, 4119.0, 4087.0, 4107.0, 4094.0, 4086.0, 4115.0, 4094.0, 4101.0, 4080.0, 4058.0, 4048.0, 4028.0, 4079.0, 4048.0, 4069.0, 4076.0, 4047.0, 4077.0, 4046.0, 4076.0, 4026.0, 4056.0, 4015.0, 4037.0, 4077.0, 4036.0, 4016.0, 4027.0, 4031.0, 4044.0, 4053.0, 4059.0, 4111.0, 4118.0, 4085.0, 4093.0, 4051.0, 4062.0, 4091.0, 4051.0, 4101.0, 4070.0, 4080.0, 4051.0, 4043.0, 4064.0, 4057.0, 4109.0, 4079.0, 4098.0, 4078.0, 4120.0, 4077.0, 4086.0, 4084.0, 4053.0, 4103.0, 4063.0, 4094.0, 4064.0, 4082.0, 4040.0, 4072.0, 4041.0, 4093.0, 4052.0, 4044.0, 4075.0, 4045.0, 4087.0, 4095.0, 4084.0, 4103.0, 4063.0, 4085.0, 4044.0, 4052.0, 4042.0, 4074.0, 4045.0, 4086.0, 4057.0, 4097.0, 4077.0, 4108.0, 4088.0, 4098.0, 4068.0, 4067.0, 4068.0, 4120.0, 4065.0, 4075.0, 4105.0, 4084.0, 4094.0, 4051.0, 4072.0, 4044.0, 4063.0, 4055.0, 4045.0, 4067.0, 4058.0, 4110.0, 4069.0, 4069.0, 4102.0, 4132.0, 4077.0, 4075.0, 4104.0, 4073.0, 4082.0, 4050.0, 4071.0, 4040.0, 4071.0, 4042.0, 4052.0, 4054.0, 4105.0, 4062.0, 4072.0, 4090.0, 4059.0, 4069.0, 4048.0, 4049.0, 4050.0, 4039.0, 4050.0, 4090.0, 4072.0, 4091.0, 4060.0, 4080.0, 4050.0, 4039.0, 4062.0, 4031.0, 4063.0, 4103.0, 4071.0, 4072.0, 4060.0, 4051.0, 4052.0, 4054.0, 4044.0, 4054.0, 4056.0, 4068.0, 4070.0, 4101.0, 4082.0, 4135.0, 4121.0, 4109.0, 4096.0, 4075.0, 4063.0, 4081.0, 4061.0, 4091.0, 4069.0, 4079.0, 4059.0, 4039.0, 4060.0, 4041.0, 4083.0, 4090.0, 4079.0, 4078.0, 4035.0, 4046.0, 4025.0, 4035.0, 4014.0, 4036.0, 4027.0, 4068.0, 4049.0, 4081.0, 4058.0, 4059.0, 4089.0, 4069.0, 4068.0, 4047.0, 4017.0, 4028.0, 4030.0, 4043.0, 4086.0, 4056.0, 4095.0, 4065.0, 4107.0, 4073.0, 4062.0, 4081.0, 4027.0, 4037.0, 4035.0, 4055.0, 4037.0, 4059.0, 4083.0, 4051.0, 4091.0, 4072.0, 4080.0, 4062.0, 4080.0, 4051.0, 4080.0, 4037.0, 4056.0, 4048.0, 4057.0, 4014.0, 4048.0, 4057.0, 4037.0, 4077.0, 4038.0, 4069.0, 4028.0, 4041.0, 4041.0, 4043.0, 4045.0, 4055.0, 4056.0, 4058.0, 4101.0, 4109.0, 4088.0, 4096.0, 4044.0, 4086.0, 4054.0, 4074.0, 4092.0, 4084.0, 4103.0, 4072.0, 4093.0, 4072.0, 4071.0, 4050.0, 4069.0, 4039.0, 4050.0, 4042.0, 4054.0, 4087.0, 4106.0, 4063.0, 4085.0, 4104.0, 4052.0, 4083.0, 4029.0, 4061.0, 4102.0, 4071.0, 4081.0, 4050.0, 4061.0, 4053.0, 4056.0, 4070.0, 4081.0, 4058.0, 4077.0, 4047.0, 4108.0, 4105.0, 4074.0, 4092.0, 4049.0, 4080.0, 4050.0, 4080.0, 4050.0, 4080.0, 4050.0, 4068.0, 4049.0, 4049.0, 4061.0, 4100.0, 4059.0, 4078.0, 4045.0, 4057.0, 4036.0, 4026.0, 4037.0, 4051.0, 4040.0, 4063.0, 4093.0, 4061.0, 4070.0, 4049.0, 4059.0, 4038.0, 4048.0, 4037.0, 4051.0, 4031.0, 4051.0, 4030.0, 4062.0, 4053.0, 4073.0, 4054.0, 4044.0, 4075.0, 4053.0, 4085.0, 4104.0, 4082.0, 4092.0, 4041.0, 4071.0, 4028.0, 4060.0, 4060.0, 4060.0, 4041.0, 4042.0, 4076.0, 4105.0, 4074.0, 4083.0, 4062.0, 4074.0, 4053.0, 4075.0, 4056.0, 4077.0, 4068.0, 4056.0, 4089.0, 4117.0, 4088.0, 4085.0, 4052.0, 4072.0, 4042.0, 4082.0, 4065.0, 4086.0, 4055.0, 4079.0, 4044.0, 4057.0, 4058.0, 4060.0, 4079.0, 4047.0, 4122.0, 4109.0, 4077.0, 4104.0, 4074.0, 4103.0, 4082.0, 4061.0, 4073.0, 4044.0, 4043.0, 4066.0, 4045.0, 4108.0, 4074.0, 4085.0, 4092.0, 4038.0, 4048.0, 4048.0, 4030.0, 4081.0, 4052.0, 4043.0, 4096.0, 4045.0, 4065.0, 4073.0, 4054.0, 4081.0, 4061.0, 4046.0, 4047.0, 4076.0, 4035.0, 4014.0, 4024.0, 4013.0, 4024.0, 4013.0, 4024.0, 4044.0, 4025.0, 4067.0, 4038.0, 4069.0, 4040.0, 4030.0, 4051.0, 4041.0, 4043.0, 4054.0, 4057.0, 4089.0, 4108.0, 4074.0, 4073.0, 4042.0, 4063.0, 4103.0, 4073.0, 4093.0, 4051.0, 4062.0, 4061.0, 4063.0, 4062.0, 4052.0, 4043.0, 4085.0, 4058.0, 4110.0, 4065.0, 4077.0, 4095.0, 4041.0, 4074.0, 4043.0, 4032.0, 4039.0, 4092.0, 4086.0, 4041.0, 4082.0, 4044.0, 4075.0, 4098.0, 4080.0, 4123.0, 4099.0, 4122.0, 4107.0, 4095.0, 4105.0, 4095.0, 4072.0, 4051.0, 4054.0, 4085.0, 4073.0, 4072.0, 4093.0, 4084.0, 4092.0, 4073.0, 4041.0, 4053.0, 4055.0, 4046.0, 4077.0, 4077.0, 4108.0, 4090.0, 4103.0, 4070.0, 4069.0, 4099.0, 4079.0, 4108.0, 4075.0, 4072.0, 4039.0, 4049.0, 4027.0, 4060.0, 4041.0, 4030.0, 4053.0, 4054.0, 4105.0, 4064.0, 4055.0, 4075.0, 4056.0, 4107.0, 4064.0, 4074.0, 4103.0, 4072.0, 4082.0, 4061.0, 4082.0, 4062.0, 4042.0, 4043.0, 4045.0, 4086.0, 4046.0, 4078.0, 4058.0, 4099.0, 4078.0, 4110.0, 4089.0, 4070.0, 4101.0, 4091.0, 4122.0, 4098.0, 4086.0, 4105.0, 4084.0, 4093.0, 4083.0, 4082.0, 4071.0, 4062.0, 4072.0, 4032.0, 4084.0, 4052.0, 4062.0, 4104.0, 4073.0, 4061.0, 4060.0, 4031.0, 4070.0, 4053.0, 4105.0, 4062.0, 4073.0, 4052.0, 4063.0, 4043.0, 4097.0, 4067.0, 4056.0, 4075.0, 4066.0, 4097.0, 4104.0, 4082.0, 4093.0, 4061.0, 4052.0, 4030.0, 4062.0, 4091.0, 4072.0, 4071.0, 4040.0, 4041.0, 4041.0, 4055.0, 4097.0, 4090.0, 4111.0, 4068.0, 4066.0, 4034.0, 4064.0, 4065.0, 4096.0, 4076.0, 4109.0, 4099.0, 4108.0, 4098.0, 4108.0, 4087.0, 4106.0, 4083.0, 4084.0, 4064.0, 4083.0, 4064.0, 4053.0, 4044.0, 4046.0, 4089.0, 4107.0, 4097.0, 4107.0, 4076.0, 4085.0, 4055.0, 4085.0, 4055.0, 4045.0, 4068.0, 4108.0, 4097.0, 4096.0, 4064.0, 4074.0, 4053.0, 4063.0, 4055.0, 4056.0, 4077.0, 4107.0, 4085.0, 4095.0, 4063.0, 4073.0, 4053.0, 4073.0, 4065.0, 4105.0, 4086.0, 4117.0, 4095.0, 4084.0, 4064.0, 4077.0, 4065.0, 4076.0, 4068.0, 4121.0, 4066.0, 4075.0, 4094.0, 4083.0, 4053.0, 4084.0, 4064.0, 4053.0, 4063.0, 4063.0, 4082.0, 4062.0, 4081.0, 4061.0, 4071.0, 4049.0, 4080.0, 4049.0, 4030.0, 4070.0, 4042.0, 4043.0, 4086.0, 4045.0, 4097.0, 4064.0, 4075.0, 4102.0, 4063.0, 4093.0, 4072.0, 4051.0, 4062.0, 4033.0, 4084.0, 4045.0, 4085.0, 4045.0, 4095.0, 4066.0, 4046.0, 4088.0, 4060.0, 4123.0, 4099.0, 4088.0, 4107.0, 4065.0, 4075.0, 4064.0, 4065.0, 4064.0, 4063.0, 4052.0, 4064.0, 4041.0, 4064.0, 4104.0, 4094.0, 4093.0, 4062.0, 4073.0, 4042.0, 4073.0, 4054.0, 4107.0, 4075.0, 4075.0, 4083.0, 4051.0, 4031.0, 4074.0, 4065.0, 4107.0, 4079.0, 4089.0, 4068.0, 4078.0, 4090.0, 4101.0, 4120.0, 4087.0, 4086.0, 4094.0, 4073.0, 4091.0, 4062.0, 4092.0, 4064.0, 4095.0, 4084.0, 4094.0, 4052.0, 4044.0, 4065.0, 4069.0, 4074.0, 4106.0, 4135.0, 4100.0, 4109.0, 4099.0, 4088.0, 4105.0, 4083.0, 4106.0, 4099.0, 4107.0, 4068.0, 4108.0, 4078.0, 4134.0, 4116.0, 4101.0, 4096.0, 4077.0, 4064.0, 4051.0, 4032.0, 4095.0, 4057.0, 4120.0, 4107.0, 4097.0, 4107.0, 4097.0, 4095.0, 4055.0, 4047.0, 4088.0, 4070.0, 4122.0, 4119.0, 4108.0, 4108.0, 4065.0, 4074.0, 4072.0, 4053.0, 4092.0, 4073.0, 4103.0, 4073.0, 4092.0, 4073.0, 4054.0, 4065.0, 4065.0, 4106.0, 4092.0, 4071.0, 4069.0, 4060.0, 4067.0, 4038.0, 4090.0, 4070.0, 4082.0, 4053.0, 4033.0, 4066.0, 4076.0, 4079.0, 4107.0, 4087.0, 4107.0, 4086.0, 4053.0, 4073.0, 4094.0, 4065.0, 4094.0, 4064.0, 4093.0, 4085.0, 4092.0, 4072.0, 4081.0, 4060.0, 4069.0, 4078.0, 4056.0, 4035.0, 4025.0], 'WindowWidth': [9136.0, 9103.0, 9078.0, 9184.0, 9087.0, 9083.0, 9132.0, 9063.0, 9092.0, 9031.0, 9065.0, 8987.0, 9017.0, 9034.0, 9037.0, 9075.0, 9071.0, 9139.0, 9069.0, 9097.0, 9060.0, 9041.0, 9085.0, 9061.0, 9042.0, 9079.0, 9042.0, 9053.0, 9074.0, 9045.0, 9110.0, 9086.0, 9109.0, 9080.0, 9111.0, 9088.0, 9096.0, 9042.0, 9062.0, 9036.0, 8990.0, 9018.0, 9059.0, 9066.0, 9092.0, 9096.0, 9092.0, 9147.0, 9207.0, 9180.0, 9141.0, 9094.0, 9141.0, 9094.0, 9123.0, 9099.0, 9092.0, 9128.0, 9096.0, 9104.0, 9073.0, 9040.0, 9026.0, 9001.0, 9070.0, 9027.0, 9056.0, 9060.0, 9021.0, 9061.0, 9020.0, 9061.0, 8993.0, 9034.0, 8979.0, 9014.0, 9065.0, 9010.0, 8983.0, 8999.0, 9013.0, 9036.0, 9048.0, 9067.0, 9137.0, 9139.0, 9091.0, 9098.0, 9038.0, 9056.0, 9091.0, 9040.0, 9105.0, 9062.0, 9074.0, 9039.0, 9033.0, 9062.0, 9062.0, 9131.0, 9092.0, 9116.0, 9089.0, 9148.0, 9084.0, 9095.0, 9084.0, 9043.0, 9112.0, 9059.0, 9100.0, 9060.0, 9080.0, 9023.0, 9068.0, 9025.0, 9095.0, 9043.0, 9036.0, 9077.0, 9037.0, 9095.0, 9101.0, 9085.0, 9110.0, 9058.0, 9089.0, 9035.0, 9043.0, 9029.0, 9075.0, 9039.0, 9094.0, 9060.0, 9110.0, 9085.0, 9126.0, 9101.0, 9112.0, 9075.0, 9072.0, 9076.0, 9146.0, 9064.0, 9077.0, 9117.0, 9088.0, 9102.0, 9039.0, 9068.0, 9036.0, 9059.0, 9051.0, 9041.0, 9073.0, 9063.0, 9131.0, 9076.0, 9078.0, 9125.0, 9168.0, 9083.0, 9076.0, 9114.0, 9069.0, 9081.0, 9036.0, 9064.0, 9023.0, 9065.0, 9030.0, 9043.0, 9048.0, 9116.0, 9053.0, 9067.0, 9088.0, 9044.0, 9056.0, 9028.0, 9031.0, 9036.0, 9019.0, 9036.0, 9089.0, 9066.0, 9091.0, 9046.0, 9073.0, 9034.0, 9020.0, 9057.0, 9014.0, 9059.0, 9110.0, 9065.0, 9068.0, 9048.0, 9037.0, 9043.0, 9051.0, 9037.0, 9052.0, 9055.0, 9078.0, 9083.0, 9123.0, 9100.0, 9179.0, 9149.0, 9126.0, 9106.0, 9075.0, 9056.0, 9075.0, 9048.0, 9089.0, 9057.0, 9070.0, 9044.0, 9018.0, 9048.0, 9026.0, 9085.0, 9088.0, 9068.0, 9065.0, 9003.0, 9022.0, 8991.0, 9004.0, 8976.0, 9009.0, 8999.0, 9056.0, 9030.0, 9079.0, 9040.0, 9043.0, 9084.0, 9058.0, 9054.0, 9024.0, 8985.0, 9002.0, 9009.0, 9033.0, 9097.0, 9056.0, 9104.0, 9066.0, 9123.0, 9070.0, 9055.0, 9078.0, 9000.0, 9014.0, 9007.0, 9034.0, 9014.0, 9048.0, 9087.0, 9037.0, 9091.0, 9068.0, 9073.0, 9056.0, 9075.0, 9039.0, 9076.0, 9012.0, 9036.0, 9030.0, 9042.0, 8981.0, 9030.0, 9041.0, 9013.0, 9066.0, 9019.0, 9059.0, 9007.0, 9027.0, 9030.0, 9035.0, 9040.0, 9055.0, 9057.0, 9064.0, 9123.0, 9130.0, 9101.0, 9107.0, 9034.0, 9093.0, 9048.0, 9076.0, 9096.0, 9086.0, 9112.0, 9068.0, 9097.0, 9069.0, 9066.0, 9035.0, 9059.0, 9019.0, 9035.0, 9030.0, 9051.0, 9099.0, 9122.0, 9058.0, 9091.0, 9115.0, 9043.0, 9084.0, 9009.0, 9053.0, 9109.0, 9067.0, 9079.0, 9037.0, 9053.0, 9047.0, 9057.0, 9085.0, 9103.0, 9066.0, 9085.0, 9044.0, 9127.0, 9116.0, 9072.0, 9095.0, 9033.0, 9075.0, 9037.0, 9075.0, 9035.0, 9076.0, 9034.0, 9055.0, 9033.0, 9032.0, 9052.0, 9104.0, 9046.0, 9070.0, 9020.0, 9037.0, 9009.0, 8997.0, 9014.0, 9038.0, 9025.0, 9059.0, 9098.0, 9049.0, 9062.0, 9029.0, 9044.0, 9014.0, 9029.0, 9014.0, 9037.0, 9012.0, 9037.0, 9009.0, 9053.0, 9044.0, 9072.0, 9048.0, 9032.0, 9077.0, 9044.0, 9089.0, 9111.0, 9078.0, 9093.0, 9022.0, 9062.0, 9001.0, 9045.0, 9046.0, 9046.0, 9024.0, 9029.0, 9079.0, 9115.0, 9071.0, 9083.0, 9055.0, 9072.0, 9043.0, 9077.0, 9054.0, 9084.0, 9075.0, 9056.0, 9102.0, 9138.0, 9098.0, 9090.0, 9042.0, 9066.0, 9029.0, 9082.0, 9067.0, 9094.0, 9052.0, 9091.0, 9033.0, 9055.0, 9061.0, 9068.0, 9088.0, 9045.0, 9152.0, 9129.0, 9081.0, 9113.0, 9071.0, 9108.0, 9078.0, 9050.0, 9070.0, 9033.0, 9033.0, 9064.0, 9035.0, 9125.0, 9071.0, 9086.0, 9094.0, 9014.0, 9027.0, 9027.0, 9007.0, 9077.0, 9041.0, 9031.0, 9107.0, 9038.0, 9062.0, 9068.0, 9044.0, 9074.0, 9045.0, 9016.0, 9022.0, 9058.0, 9004.0, 8975.0, 8988.0, 8972.0, 8988.0, 8970.0, 8987.0, 9013.0, 8990.0, 9049.0, 9016.0, 9057.0, 9022.0, 9009.0, 9037.0, 9026.0, 9031.0, 9049.0, 9057.0, 9101.0, 9126.0, 9072.0, 9069.0, 9025.0, 9057.0, 9109.0, 9069.0, 9095.0, 9037.0, 9053.0, 9052.0, 9057.0, 9055.0, 9042.0, 9032.0, 9093.0, 9061.0, 9133.0, 9063.0, 9085.0, 9102.0, 9026.0, 9072.0, 9031.0, 9014.0, 9022.0, 9094.0, 9095.0, 9023.0, 9079.0, 9034.0, 9079.0, 9114.0, 9097.0, 9156.0, 9118.0, 9151.0, 9122.0, 9103.0, 9117.0, 9100.0, 9066.0, 9039.0, 9047.0, 9090.0, 9070.0, 9066.0, 9097.0, 9084.0, 9094.0, 9069.0, 9026.0, 9044.0, 9052.0, 9042.0, 9086.0, 9088.0, 9129.0, 9108.0, 9130.0, 9081.0, 9076.0, 9116.0, 9090.0, 9128.0, 9076.0, 9067.0, 9019.0, 9029.0, 8998.0, 9048.0, 9027.0, 9009.0, 9046.0, 9050.0, 9117.0, 9062.0, 9052.0, 9077.0, 9054.0, 9126.0, 9061.0, 9072.0, 9111.0, 9066.0, 9080.0, 9051.0, 9079.0, 9055.0, 9028.0, 9032.0, 9039.0, 9095.0, 9042.0, 9087.0, 9062.0, 9118.0, 9090.0, 9134.0, 9105.0, 9081.0, 9123.0, 9108.0, 9153.0, 9112.0, 9093.0, 9118.0, 9085.0, 9095.0, 9082.0, 9079.0, 9065.0, 9055.0, 9069.0, 9018.0, 9087.0, 9041.0, 9056.0, 9112.0, 9069.0, 9050.0, 9048.0, 9012.0, 9063.0, 9045.0, 9117.0, 9056.0, 9069.0, 9041.0, 9057.0, 9032.0, 9111.0, 9073.0, 9054.0, 9079.0, 9065.0, 9108.0, 9115.0, 9080.0, 9097.0, 9049.0, 9038.0, 9008.0, 9056.0, 9091.0, 9069.0, 9067.0, 9022.0, 9025.0, 9028.0, 9052.0, 9112.0, 9106.0, 9138.0, 9072.0, 9066.0, 9020.0, 9061.0, 9064.0, 9106.0, 9080.0, 9129.0, 9115.0, 9125.0, 9113.0, 9126.0, 9095.0, 9121.0, 9085.0, 9085.0, 9059.0, 9084.0, 9060.0, 9046.0, 9035.0, 9042.0, 9103.0, 9125.0, 9110.0, 9123.0, 9078.0, 9091.0, 9050.0, 9089.0, 9050.0, 9040.0, 9074.0, 9127.0, 9107.0, 9106.0, 9061.0, 9074.0, 9045.0, 9059.0, 9052.0, 9055.0, 9085.0, 9124.0, 9089.0, 9104.0, 9057.0, 9068.0, 9042.0, 9069.0, 9062.0, 9117.0, 9093.0, 9137.0, 9104.0, 9089.0, 9062.0, 9084.0, 9066.0, 9084.0, 9076.0, 9152.0, 9065.0, 9075.0, 9099.0, 9085.0, 9046.0, 9087.0, 9060.0, 9044.0, 9057.0, 9057.0, 9082.0, 9052.0, 9078.0, 9049.0, 9063.0, 9032.0, 9074.0, 9032.0, 9010.0, 9064.0, 9030.0, 9033.0, 9094.0, 9038.0, 9111.0, 9063.0, 9078.0, 9109.0, 9056.0, 9097.0, 9069.0, 9040.0, 9055.0, 9020.0, 9088.0, 9038.0, 9091.0, 9037.0, 9105.0, 9068.0, 9044.0, 9102.0, 9069.0, 9155.0, 9115.0, 9097.0, 9123.0, 9061.0, 9076.0, 9059.0, 9065.0, 9061.0, 9059.0, 9043.0, 9061.0, 9028.0, 9061.0, 9114.0, 9099.0, 9099.0, 9055.0, 9070.0, 9029.0, 9070.0, 9051.0, 9124.0, 9077.0, 9075.0, 9084.0, 9039.0, 9015.0, 9077.0, 9064.0, 9124.0, 9090.0, 9106.0, 9075.0, 9089.0, 9105.0, 9121.0, 9148.0, 9094.0, 9092.0, 9097.0, 9068.0, 9091.0, 9052.0, 9093.0, 9058.0, 9101.0, 9086.0, 9100.0, 9042.0, 9033.0, 9066.0, 9080.0, 9095.0, 9142.0, 9175.0, 9117.0, 9126.0, 9112.0, 9098.0, 9114.0, 9082.0, 9118.0, 9112.0, 9121.0, 9072.0, 9123.0, 9084.0, 9172.0, 9150.0, 9122.0, 9105.0, 9083.0, 9060.0, 9037.0, 9015.0, 9101.0, 9057.0, 9145.0, 9123.0, 9108.0, 9120.0, 9106.0, 9101.0, 9049.0, 9043.0, 9100.0, 9079.0, 9152.0, 9143.0, 9123.0, 9121.0, 9059.0, 9072.0, 9066.0, 9043.0, 9094.0, 9069.0, 9109.0, 9070.0, 9093.0, 9072.0, 9047.0, 9060.0, 9062.0, 9118.0, 9092.0, 9059.0, 9054.0, 9043.0, 9046.0, 9013.0, 9083.0, 9060.0, 9077.0, 9041.0, 9016.0, 9062.0, 9077.0, 9087.0, 9121.0, 9093.0, 9120.0, 9089.0, 9040.0, 9065.0, 9095.0, 9058.0, 9097.0, 9059.0, 9096.0, 9085.0, 9092.0, 9063.0, 9075.0, 9041.0, 9054.0, 9063.0, 9031.0, 9000.0, 8988.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.002743715596330275</td></tr>
<tr><td colspan=3>aqi</td><td>0.0609134627293578</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.94202789687715</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1623149314466144</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0193854007462693</td></tr>
<tr><td colspan=3>efc</td><td>0.4834</td></tr>
<tr><td colspan=3>fber</td><td>4865.0454</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.19614864855310915</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>259</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>29.701834862385322</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5443475459289826</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4075609425992743</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7892224789542994</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.436259216233373</td></tr>
<tr><td colspan=3>gcor</td><td>0.00989569</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008598213084042072</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028756532818078995</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.163557973032772</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>19.8343</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.3766</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.1909</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300164.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>813.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>337.442</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8738</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>457.3844</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3302.2333</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3499.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76380.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1222.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4203.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>840.3815</td></tr>
<tr><td colspan=3>tsnr</td><td>27.65723946376238</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>