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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0103/ses-03/func/sub-0103_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>4580a88f1170050e4baa44765214f414</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:01:24.960000</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.998195, 0.0408599, 0.0440112, -0.0336367, 0.987513, -0.153908]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0820545</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7721, -7273, 230, -173, -190, -146, 81]</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>241.318</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9dab8484-d9a0-4ed2-9e82-b8177046c2a2||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.6780846118927, -0.09024490416049957, 0.13432583212852478, 109.98057556152344], [-0.1096242144703865, 2.649423837661743, -0.41080376505851746, -92.1328125], [0.11807893961668015, 0.4129231572151184, 2.66518235206604, -113.23271942138672], [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': ['210124.960000', '210125.420000', '210125.880000', '210126.340000', '210126.800000', '210127.260000', '210127.720000', '210128.180000', '210128.640000', '210129.100000', '210129.560000', '210130.020000', '210130.480000', '210130.940000', '210131.400000', '210131.860000', '210132.320000', '210132.780000', '210133.240000', '210133.700000', '210134.160000', '210134.620000', '210135.080000', '210135.540000', '210136.000000', '210136.460000', '210136.920000', '210137.380000', '210137.840000', '210138.300000', '210138.760000', '210139.220000', '210139.680000', '210140.140000', '210140.600000', '210141.060000', '210141.520000', '210141.980000', '210142.440000', '210142.900000', '210143.360000', '210143.820000', '210144.280000', '210144.740000', '210145.200000', '210145.660000', '210146.120000', '210146.580000', '210147.040000', '210147.500000', '210147.960000', '210148.420000', '210148.880000', '210149.340000', '210149.800000', '210150.260000', '210150.720000', '210151.180000', '210151.640000', '210152.100000', '210152.560000', '210153.020000', '210153.480000', '210153.940000', '210154.400000', '210154.860000', '210155.320000', '210155.780000', '210156.240000', '210156.700000', '210157.160000', '210157.620000', '210158.080000', '210158.540000', '210159.000000', '210159.460000', '210159.920000', '210200.380000', '210200.840000', '210201.300000', '210201.760000', '210202.220000', '210202.680000', '210203.140000', '210203.600000', '210204.060000', '210204.520000', '210204.980000', '210205.440000', '210205.900000', '210206.360000', '210206.820000', '210207.280000', '210207.740000', '210208.200000', '210208.660000', '210209.120000', '210209.580000', '210210.040000', '210210.500000', '210210.960000', '210211.420000', '210211.880000', '210212.340000', '210212.800000', '210213.260000', '210213.720000', '210214.180000', '210214.640000', '210215.100000', '210215.560000', '210216.020000', '210216.480000', '210216.940000', '210217.400000', '210217.860000', '210218.320000', '210218.780000', '210219.240000', '210219.700000', '210220.160000', '210220.620000', '210221.080000', '210221.540000', '210222.000000', '210222.460000', '210222.920000', '210223.380000', '210223.840000', '210224.300000', '210224.760000', '210225.220000', '210225.680000', '210226.140000', '210226.600000', '210227.060000', '210227.520000', '210227.980000', '210228.440000', '210228.900000', '210229.360000', '210229.820000', '210230.280000', '210230.740000', '210231.200000', '210231.660000', '210232.120000', '210232.580000', '210233.040000', '210233.500000', '210233.960000', '210234.420000', '210234.880000', '210235.340000', '210235.800000', '210236.260000', '210236.720000', '210237.180000', '210237.640000', '210238.100000', '210238.560000', '210239.020000', '210239.480000', '210239.940000', '210240.400000', '210240.860000', '210241.320000', '210241.780000', '210242.240000', '210242.700000', '210243.160000', '210243.620000', '210244.080000', '210244.540000', '210245.000000', '210245.460000', '210245.920000', '210246.380000', '210246.840000', '210247.300000', '210247.760000', '210248.220000', '210248.680000', '210249.140000', '210249.600000', '210250.060000', '210250.520000', '210250.980000', '210251.440000', '210251.900000', '210252.360000', '210252.820000', '210253.280000', '210253.740000', '210254.200000', '210254.660000', '210255.120000', '210255.580000', '210256.040000', '210256.500000', '210256.960000', '210257.420000', '210257.880000', '210258.340000', '210258.800000', '210259.260000', '210259.720000', '210300.180000', '210300.640000', '210301.100000', '210301.560000', '210302.020000', '210302.480000', '210302.940000', '210303.400000', '210303.860000', '210304.320000', '210304.780000', '210305.240000', '210305.700000', '210306.160000', '210306.620000', '210307.080000', '210307.540000', '210308.000000', '210308.460000', '210308.920000', '210309.380000', '210309.840000', '210310.300000', '210310.760000', '210311.220000', '210311.680000', '210312.140000', '210312.600000', '210313.060000', '210313.520000', '210313.980000', '210314.440000', '210314.900000', '210315.360000', '210315.820000', '210316.280000', '210316.740000', '210317.200000', '210317.660000', '210318.120000', '210318.580000', '210319.040000', '210319.500000', '210319.960000', '210320.420000', '210320.880000', '210321.340000', '210321.800000', '210322.260000', '210322.720000', '210323.180000', '210323.640000', '210324.100000', '210324.560000', '210325.020000', '210325.480000', '210325.940000', '210326.400000', '210326.860000', '210327.320000', '210327.780000', '210328.240000', '210328.700000', '210329.160000', '210329.620000', '210330.080000', '210330.540000', '210331.000000', '210331.460000', '210331.920000', '210332.380000', '210332.840000', '210333.300000', '210333.760000', '210334.220000', '210334.680000', '210335.140000', '210335.600000', '210336.060000', '210336.520000', '210336.980000', '210337.440000', '210337.900000', '210338.360000', '210338.820000', '210339.280000', '210339.740000', '210340.200000', '210340.660000', '210341.120000', '210341.580000', '210342.040000', '210342.500000', '210342.960000', '210343.420000', '210343.880000', '210344.340000', '210344.800000', '210345.260000', '210345.720000', '210346.180000', '210346.640000', '210347.100000', '210347.560000', '210348.020000', '210348.480000', '210348.940000', '210349.400000', '210349.860000', '210350.320000', '210350.780000', '210351.240000', '210351.700000', '210352.160000', '210352.620000', '210353.080000', '210353.540000', '210354.000000', '210354.460000', '210354.920000', '210355.380000', '210355.840000', '210356.300000', '210356.760000', '210357.220000', '210357.680000', '210358.140000', '210358.600000', '210359.060000', '210359.520000', '210359.980000', '210400.440000', '210400.900000', '210401.360000', '210401.820000', '210402.280000', '210402.740000', '210403.200000', '210403.660000', '210404.120000', '210404.580000', '210405.040000', '210405.500000', '210405.960000', '210406.420000', '210406.880000', '210407.340000', '210407.800000', '210408.260000', '210408.720000', '210409.180000', '210409.640000', '210410.100000', '210410.560000', '210411.020000', '210411.480000', '210411.940000', '210412.400000', '210412.860000', '210413.320000', '210413.780000', '210414.240000', '210414.700000', '210415.160000', '210415.620000', '210416.080000', '210416.540000', '210417.000000', '210417.460000', '210417.920000', '210418.380000', '210418.840000', '210419.300000', '210419.760000', '210420.220000', '210420.680000', '210421.140000', '210421.600000', '210422.060000', '210422.520000', '210422.980000', '210423.440000', '210423.900000', '210424.360000', '210424.820000', '210425.280000', '210425.740000', '210426.200000', '210426.660000', '210427.120000', '210427.580000', '210428.040000', '210428.500000', '210428.960000', '210429.420000', '210429.880000', '210430.340000', '210430.800000', '210431.260000', '210431.720000', '210432.180000', '210432.640000', '210433.100000', '210433.560000', '210434.020000', '210434.480000', '210434.940000', '210435.400000', '210435.860000', '210436.320000', '210436.780000', '210437.240000', '210437.700000', '210438.160000', '210438.620000', '210439.080000', '210439.540000', '210440.000000', '210440.460000', '210440.920000', '210441.380000', '210441.840000', '210442.300000', '210442.760000', '210443.220000', '210443.680000', '210444.140000', '210444.600000', '210445.060000', '210445.520000', '210445.980000', '210446.440000', '210446.900000', '210447.360000', '210447.820000', '210448.280000', '210448.740000', '210449.200000', '210449.660000', '210450.120000', '210450.580000', '210451.040000', '210451.500000', '210451.960000', '210452.420000', '210452.880000', '210453.340000', '210453.800000', '210454.260000', '210454.720000', '210455.180000', '210455.640000', '210456.100000', '210456.560000', '210457.020000', '210457.480000', '210457.940000', '210458.400000', '210458.860000', '210459.320000', '210459.780000', '210500.240000', '210500.700000', '210501.160000', '210501.620000', '210502.080000', '210502.540000', '210503.000000', '210503.460000', '210503.920000', '210504.380000', '210504.840000', '210505.300000', '210505.760000', '210506.220000', '210506.680000', '210507.140000', '210507.600000', '210508.060000', '210508.520000', '210508.980000', '210509.440000', '210509.900000', '210510.360000', '210510.820000', '210511.280000', '210511.740000', '210512.200000', '210512.660000', '210513.120000', '210513.580000', '210514.040000', '210514.500000', '210514.960000', '210515.420000', '210515.880000', '210516.340000', '210516.800000', '210517.260000', '210517.720000', '210518.180000', '210518.640000', '210519.100000', '210519.560000', '210520.020000', '210520.480000', '210520.940000', '210521.400000', '210521.860000', '210522.320000', '210522.780000', '210523.240000', '210523.700000', '210524.160000', '210524.620000', '210525.080000', '210525.540000', '210526.000000', '210526.460000', '210526.920000', '210527.380000', '210527.840000', '210528.300000', '210528.760000', '210529.220000', '210529.680000', '210530.140000', '210530.600000', '210531.060000', '210531.520000', '210531.980000', '210532.440000', '210532.900000', '210533.360000', '210533.820000', '210534.280000', '210534.740000', '210535.200000', '210535.660000', '210536.120000', '210536.580000', '210537.040000', '210537.500000', '210537.960000', '210538.420000', '210538.880000', '210539.340000', '210539.800000', '210540.260000', '210540.720000', '210541.180000', '210541.640000', '210542.100000', '210542.560000', '210543.020000', '210543.480000', '210543.940000', '210544.400000', '210544.860000', '210545.320000', '210545.780000', '210546.240000', '210546.700000', '210547.160000', '210547.620000', '210548.080000', '210548.540000', '210549.000000', '210549.460000', '210549.920000', '210550.380000', '210550.840000', '210551.300000', '210551.760000', '210552.220000', '210552.680000', '210553.140000', '210553.600000', '210554.060000', '210554.520000', '210554.980000', '210555.440000', '210555.900000', '210556.360000', '210556.820000', '210557.280000', '210557.740000', '210558.200000', '210558.660000', '210559.120000', '210559.580000', '210600.040000', '210600.500000', '210600.960000', '210601.420000', '210601.880000', '210602.340000', '210602.800000', '210603.260000', '210603.720000', '210604.180000', '210604.640000', '210605.100000', '210605.560000', '210606.020000', '210606.480000', '210606.940000', '210607.400000', '210607.860000', '210608.320000', '210608.780000', '210609.240000', '210609.700000', '210610.160000', '210610.620000', '210611.080000', '210611.540000', '210612.000000', '210612.460000', '210612.920000', '210613.380000', '210613.840000', '210614.300000', '210614.760000', '210615.220000', '210615.680000', '210616.140000', '210616.600000', '210617.060000', '210617.520000', '210617.980000', '210618.440000', '210618.900000', '210619.360000', '210619.820000', '210620.280000', '210620.740000', '210621.200000', '210621.660000', '210622.120000', '210622.580000', '210623.040000', '210623.500000', '210623.960000', '210624.420000', '210624.880000', '210625.340000', '210625.800000', '210626.260000', '210626.720000', '210627.180000', '210627.640000', '210628.100000', '210628.560000', '210629.020000', '210629.480000', '210629.940000', '210630.400000', '210630.860000', '210631.320000', '210631.780000', '210632.240000', '210632.700000', '210633.160000', '210633.620000', '210634.080000', '210634.540000', '210635.000000', '210635.460000', '210635.920000', '210636.380000', '210636.840000', '210637.300000', '210637.760000', '210638.220000', '210638.680000', '210639.140000', '210639.600000', '210640.060000', '210640.520000', '210640.980000', '210641.440000', '210641.900000', '210642.360000', '210642.820000', '210643.280000', '210643.740000', '210644.200000', '210644.660000', '210645.120000', '210645.580000', '210646.040000', '210646.500000', '210646.960000', '210647.420000', '210647.880000', '210648.340000', '210648.800000', '210649.260000', '210649.720000', '210650.180000', '210650.640000', '210651.100000', '210651.560000', '210652.020000', '210652.480000', '210652.940000', '210653.400000', '210653.860000', '210654.320000', '210654.780000', '210655.240000', '210655.700000', '210656.160000', '210656.620000', '210657.080000', '210657.540000', '210658.000000', '210658.460000', '210658.920000', '210659.380000', '210659.840000', '210700.300000', '210700.760000', '210701.220000', '210701.680000', '210702.140000', '210702.600000', '210703.060000', '210703.520000', '210703.980000', '210704.440000', '210704.900000', '210705.360000', '210705.820000', '210706.280000', '210706.740000', '210707.200000', '210707.660000', '210708.120000', '210708.580000', '210709.040000', '210709.500000', '210709.960000', '210710.420000', '210710.880000', '210711.340000', '210711.800000', '210712.260000', '210712.720000', '210713.180000', '210713.640000', '210714.100000', '210714.560000', '210715.020000', '210715.480000', '210715.940000', '210716.400000', '210716.860000', '210717.320000', '210717.780000', '210718.240000', '210718.700000', '210719.160000', '210719.620000', '210720.080000', '210720.540000', '210721.000000', '210721.460000', '210721.920000', '210722.380000', '210722.840000', '210723.300000', '210723.760000', '210724.220000', '210724.680000', '210725.140000', '210725.600000', '210726.060000', '210726.520000', '210726.980000', '210727.440000', '210727.900000', '210728.360000', '210728.820000', '210729.280000', '210729.740000', '210730.200000', '210730.660000', '210731.120000', '210731.580000', '210732.040000', '210732.500000', '210732.960000', '210733.420000', '210733.880000', '210734.340000', '210734.800000', '210735.260000', '210735.720000', '210736.180000', '210736.640000', '210737.100000', '210737.560000', '210738.020000', '210738.480000', '210738.940000', '210739.400000', '210739.860000', '210740.320000', '210740.780000', '210741.240000', '210741.700000', '210742.160000', '210742.620000', '210743.080000', '210743.540000', '210744.000000', '210744.460000', '210744.920000', '210745.380000', '210745.840000', '210746.300000', '210746.760000', '210747.220000', '210747.680000', '210748.140000', '210748.600000', '210749.060000', '210749.520000', '210749.980000', '210750.440000', '210750.900000', '210751.360000', '210751.820000', '210752.280000', '210752.740000', '210753.200000', '210753.660000', '210754.120000', '210754.580000', '210755.040000', '210755.500000', '210755.960000', '210756.420000', '210756.880000', '210757.340000', '210757.800000', '210758.260000', '210758.720000', '210759.180000', '210759.640000', '210800.100000', '210800.560000', '210801.020000', '210801.480000', '210801.940000', '210802.400000', '210802.860000', '210803.320000', '210803.780000', '210804.240000', '210804.700000', '210805.160000', '210805.620000'], 'ContentTime': ['210151.963000', '210151.966000', '210151.970000', '210151.974000', '210151.976000', '210151.979000', '210151.981000', '210151.984000', '210151.987000', '210151.989000', '210151.992000', '210151.995000', '210151.997000', '210152.001000', '210152.004000', '210152.006000', '210152.009000', '210152.011000', '210152.014000', '210152.017000', '210152.019000', '210152.022000', '210152.025000', '210152.027000', '210152.030000', '210152.033000', '210152.035000', '210152.038000', '210152.040000', '210152.043000', '210152.046000', '210152.048000', '210152.051000', '210152.053000', '210152.056000', '210152.059000', '210152.061000', '210152.064000', '210152.067000', '210152.069000', '210152.072000', '210152.074000', '210152.077000', '210152.080000', '210152.082000', '210152.085000', '210152.087000', '210152.090000', '210152.092000', '210152.095000', '210152.098000', '210152.100000', '210152.103000', '210152.105000', '210152.108000', '210152.111000', '210152.113000', '210211.937000', '210211.941000', '210211.944000', '210211.947000', '210211.950000', '210211.952000', '210211.955000', '210211.957000', '210211.960000', '210211.963000', '210211.971000', '210211.973000', '210211.976000', '210211.978000', '210211.981000', '210211.984000', '210211.994000', '210211.997000', '210212.000000', '210212.003000', '210212.005000', '210212.008000', '210212.011000', '210212.013000', '210212.016000', '210212.018000', '210212.021000', '210212.024000', '210212.026000', '210212.029000', '210212.031000', '210212.034000', '210212.037000', '210212.039000', '210212.042000', '210212.044000', '210212.047000', '210212.049000', '210212.052000', '210212.055000', '210212.057000', '210212.060000', '210212.062000', '210231.938000', '210231.940000', '210231.943000', '210231.946000', '210231.948000', '210231.951000', '210231.953000', '210231.956000', '210231.959000', '210231.961000', '210231.964000', '210231.966000', '210231.969000', '210231.972000', '210231.974000', '210231.977000', '210231.980000', '210231.982000', '210231.985000', '210231.987000', '210231.990000', '210231.997000', '210232.001000', '210232.004000', '210232.006000', '210232.009000', '210232.011000', '210232.014000', '210232.017000', '210232.019000', '210232.022000', '210232.024000', '210232.027000', '210232.030000', '210232.032000', '210232.043000', '210232.046000', '210232.048000', '210232.051000', '210232.054000', '210232.056000', '210232.059000', '210232.061000', '210232.064000', '210251.936000', '210251.939000', '210251.942000', '210251.945000', '210251.947000', '210251.950000', '210251.952000', '210251.955000', '210251.958000', '210251.960000', '210251.963000', '210251.974000', '210251.977000', '210251.980000', '210251.982000', '210251.985000', '210251.988000', '210251.990000', '210251.993000', '210251.996000', '210251.998000', '210252.002000', '210252.005000', '210252.007000', '210252.010000', '210252.013000', '210252.015000', '210252.018000', '210252.021000', '210252.024000', '210252.026000', '210252.029000', '210252.031000', '210252.034000', '210252.039000', '210252.041000', '210252.044000', '210252.047000', '210252.049000', '210252.052000', '210252.055000', '210252.057000', '210252.060000', '210311.937000', '210311.939000', '210311.942000', '210311.947000', '210311.950000', '210311.952000', '210311.955000', '210311.957000', '210311.960000', '210311.963000', '210311.965000', '210311.968000', '210311.971000', '210311.973000', '210311.976000', '210311.978000', '210311.981000', '210311.984000', '210311.987000', '210311.989000', '210311.992000', '210311.994000', '210311.997000', '210312.001000', '210312.003000', '210312.006000', '210312.009000', '210312.012000', '210312.014000', '210312.017000', '210312.020000', '210312.022000', '210312.025000', '210312.028000', '210312.030000', '210312.033000', '210312.035000', '210312.038000', '210312.040000', '210312.043000', '210312.046000', '210312.048000', '210312.051000', '210312.054000', '210331.937000', '210331.940000', '210331.943000', '210331.946000', '210331.948000', '210331.951000', '210331.953000', '210331.956000', '210331.959000', '210331.961000', '210331.964000', '210331.967000', '210331.969000', '210331.972000', '210331.975000', '210331.977000', '210331.980000', '210331.983000', '210331.985000', '210331.988000', '210331.990000', '210331.993000', '210331.995000', '210331.998000', '210332.001000', '210332.003000', '210332.006000', '210332.009000', '210332.011000', '210332.014000', '210332.018000', '210332.021000', '210332.023000', '210332.026000', '210332.029000', '210332.031000', '210332.034000', '210332.037000', '210332.039000', '210332.042000', '210332.044000', '210332.047000', '210332.050000', '210351.938000', '210351.941000', '210351.943000', '210351.946000', '210351.948000', '210351.951000', '210351.954000', '210351.956000', '210351.959000', '210351.962000', '210351.964000', '210351.967000', '210351.969000', '210351.972000', '210351.975000', '210351.977000', '210351.980000', '210351.982000', '210351.985000', '210351.988000', '210351.990000', '210351.993000', '210351.995000', '210351.998000', '210352.002000', '210352.004000', '210352.007000', '210352.010000', '210352.012000', '210352.015000', '210352.018000', '210352.020000', '210352.023000', '210352.026000', '210352.028000', '210352.031000', '210352.033000', '210352.036000', '210352.039000', '210352.041000', '210352.044000', '210352.047000', '210352.049000', '210352.052000', '210411.937000', '210411.940000', '210411.943000', '210411.946000', '210411.948000', '210411.951000', '210411.953000', '210411.957000', '210411.959000', '210411.962000', '210411.964000', '210411.967000', '210411.970000', '210411.972000', '210411.975000', '210411.978000', '210411.980000', '210411.983000', '210411.985000', '210411.988000', '210411.991000', '210411.993000', '210411.996000', '210412.000000', '210412.002000', '210412.005000', '210412.007000', '210412.010000', '210412.013000', '210412.015000', '210412.018000', '210412.021000', '210412.024000', '210412.026000', '210412.029000', '210412.032000', '210412.034000', '210412.037000', '210412.040000', '210412.042000', '210412.045000', '210412.047000', '210412.050000', '210431.938000', '210431.940000', '210431.943000', '210431.946000', '210431.949000', '210431.951000', '210431.954000', '210431.965000', '210431.968000', '210431.971000', '210431.974000', '210431.976000', '210431.979000', '210431.982000', '210431.984000', '210431.987000', '210431.990000', '210431.992000', '210431.995000', '210431.998000', '210432.001000', '210432.004000', '210432.007000', '210432.009000', '210432.012000', '210432.015000', '210432.017000', '210432.020000', '210432.023000', '210432.025000', '210432.028000', '210432.031000', '210432.034000', '210432.036000', '210432.039000', '210432.041000', '210432.044000', '210432.047000', '210432.049000', '210432.052000', '210432.055000', '210432.057000', '210432.060000', '210432.063000', '210451.937000', '210451.940000', '210451.943000', '210451.946000', '210451.948000', '210451.951000', '210451.954000', '210451.956000', '210451.959000', '210451.961000', '210451.964000', '210451.967000', '210451.969000', '210451.972000', '210451.975000', '210451.977000', '210451.980000', '210451.983000', '210451.985000', '210451.988000', '210451.990000', '210451.993000', '210451.996000', '210451.998000', '210452.002000', '210452.004000', '210452.007000', '210452.010000', '210452.012000', '210452.015000', '210452.018000', '210452.020000', '210452.023000', '210452.025000', '210452.028000', '210452.031000', '210452.033000', '210452.036000', '210452.038000', '210452.041000', '210452.044000', '210452.046000', '210452.049000', '210511.937000', '210512.066000', '210512.068000', '210512.071000', '210512.073000', '210512.076000', '210512.079000', '210512.081000', '210512.084000', '210512.087000', '210512.089000', '210512.092000', '210512.095000', '210512.097000', '210512.100000', '210512.103000', '210512.105000', '210512.108000', '210512.110000', '210512.113000', '210512.116000', '210512.118000', '210512.121000', '210512.124000', '210512.126000', '210512.129000', '210512.131000', '210512.134000', '210512.137000', '210512.139000', '210512.142000', '210512.144000', '210512.147000', '210512.150000', '210512.152000', '210512.155000', '210512.158000', '210512.160000', '210512.163000', '210512.165000', '210512.168000', '210512.171000', '210512.173000', '210531.937000', '210531.940000', '210531.943000', '210531.945000', '210531.948000', '210531.951000', '210531.953000', '210531.956000', '210531.958000', '210531.961000', '210531.964000', '210531.966000', '210531.969000', '210531.972000', '210531.974000', '210531.977000', '210531.979000', '210531.982000', '210531.985000', '210531.987000', '210531.990000', '210531.992000', '210531.995000', '210531.998000', '210532.001000', '210532.004000', '210532.007000', '210532.020000', '210532.023000', '210532.025000', '210532.028000', '210532.031000', '210532.033000', '210532.036000', '210532.039000', '210532.041000', '210532.044000', '210532.046000', '210532.049000', '210532.052000', '210532.054000', '210532.057000', '210532.060000', '210532.062000', '210551.937000', '210551.940000', '210551.943000', '210551.946000', '210551.948000', '210551.951000', '210551.954000', '210551.956000', '210551.959000', '210551.962000', '210551.964000', '210551.967000', '210551.970000', '210551.972000', '210551.975000', '210551.978000', '210551.980000', '210551.983000', '210551.986000', '210551.989000', '210551.991000', '210551.994000', '210551.997000', '210551.999000', '210552.002000', '210552.004000', '210552.007000', '210552.010000', '210552.012000', '210552.015000', '210552.017000', '210552.020000', '210552.033000', '210552.035000', '210552.038000', '210552.041000', '210552.043000', '210552.046000', '210552.049000', '210552.051000', '210552.054000', '210552.056000', '210552.059000', '210611.937000', '210611.941000', '210611.943000', '210611.946000', '210611.949000', '210611.951000', '210611.954000', '210611.956000', '210611.959000', '210611.962000', '210611.964000', '210611.967000', '210611.970000', '210611.972000', '210611.975000', '210611.977000', '210611.980000', '210611.983000', '210611.985000', '210611.988000', '210611.991000', '210611.993000', '210611.996000', '210612.000000', '210612.002000', '210612.005000', '210612.007000', '210612.010000', '210612.013000', '210612.016000', '210612.018000', '210612.021000', '210612.024000', '210612.026000', '210612.029000', '210612.031000', '210612.034000', '210612.037000', '210612.039000', '210612.042000', '210612.045000', '210612.047000', '210612.050000', '210612.052000', '210631.938000', '210631.941000', '210631.943000', '210631.946000', '210631.949000', '210631.951000', '210631.954000', '210631.957000', '210631.959000', '210631.962000', '210631.964000', '210631.967000', '210631.970000', '210631.973000', '210631.975000', '210631.978000', '210631.981000', '210631.983000', '210631.986000', '210631.989000', '210631.991000', '210631.995000', '210631.998000', '210632.002000', '210632.004000', '210632.007000', '210632.010000', '210632.012000', '210632.015000', '210632.018000', '210632.020000', '210632.023000', '210632.026000', '210632.028000', '210632.031000', '210632.034000', '210632.036000', '210632.039000', '210632.041000', '210632.044000', '210632.047000', '210632.049000', '210632.052000', '210651.937000', '210651.940000', '210651.943000', '210651.946000', '210651.949000', '210651.951000', '210651.954000', '210651.956000', '210651.959000', '210651.962000', '210651.964000', '210651.967000', '210651.970000', '210651.972000', '210651.975000', '210651.977000', '210651.980000', '210651.983000', '210651.985000', '210651.988000', '210651.991000', '210651.993000', '210651.996000', '210651.998000', '210652.002000', '210652.005000', '210652.007000', '210652.010000', '210652.013000', '210652.015000', '210652.018000', '210652.020000', '210652.023000', '210652.026000', '210652.028000', '210652.031000', '210652.034000', '210652.036000', '210652.039000', '210652.041000', '210652.044000', '210652.047000', '210652.049000', '210652.052000', '210711.938000', '210711.940000', '210711.943000', '210711.946000', '210711.948000', '210711.951000', '210711.954000', '210711.956000', '210711.959000', '210711.962000', '210711.964000', '210711.967000', '210711.970000', '210711.972000', '210711.975000', '210711.977000', '210711.988000', '210711.990000', '210711.993000', '210711.995000', '210711.998000', '210712.002000', '210712.004000', '210712.007000', '210712.010000', '210712.012000', '210712.015000', '210712.017000', '210712.020000', '210712.023000', '210712.025000', '210712.028000', '210712.030000', '210712.033000', '210712.036000', '210712.038000', '210712.041000', '210712.043000', '210712.046000', '210712.049000', '210712.051000', '210712.054000', '210712.063000', '210712.066000', '210731.936000', '210731.939000', '210731.942000', '210731.945000', '210731.948000', '210731.950000', '210731.953000', '210731.956000', '210731.960000', '210731.963000', '210731.965000', '210731.968000', '210731.970000', '210731.973000', '210731.976000', '210731.978000', '210731.981000', '210731.984000', '210731.986000', '210731.989000', '210731.992000', '210731.994000', '210731.997000', '210732.001000', '210732.003000', '210732.006000', '210732.008000', '210732.011000', '210732.014000', '210732.016000', '210732.019000', '210732.022000', '210732.024000', '210732.027000', '210732.030000', '210732.032000', '210732.035000', '210732.037000', '210732.040000', '210732.043000', '210732.045000', '210732.048000', '210732.051000', '210751.936000', '210751.939000', '210751.942000', '210751.944000', '210751.947000', '210751.950000', '210751.952000', '210751.956000', '210751.959000', '210751.962000', '210751.964000', '210751.967000', '210751.969000', '210751.972000', '210751.975000', '210751.977000', '210751.980000', '210751.983000', '210751.985000', '210751.988000', '210751.991000', '210751.993000', '210751.996000', '210751.998000', '210752.002000', '210752.005000', '210752.007000', '210752.010000', '210752.013000', '210752.015000', '210752.018000', '210752.021000', '210752.023000', '210752.026000', '210752.028000', '210752.031000', '210752.034000', '210752.036000', '210752.039000', '210752.042000', '210752.044000', '210752.047000', '210752.050000', '210752.052000', '210806.635000', '210806.638000', '210806.640000', '210806.644000', '210806.646000', '210806.649000', '210806.652000', '210806.655000', '210806.658000', '210806.661000', '210806.664000', '210806.667000', '210806.670000', '210806.673000', '210806.676000', '210806.680000', '210806.683000', '210806.686000', '210806.689000', '210806.692000', '210806.695000', '210806.697000', '210806.700000', '210806.703000', '210806.706000', '210806.709000', '210806.711000', '210806.714000', '210806.717000', '210806.720000', '210806.722000', '210806.725000'], 'InstanceCreationTime': ['210151.963000', '210151.966000', '210151.970000', '210151.974000', '210151.976000', '210151.979000', '210151.981000', '210151.984000', '210151.987000', '210151.989000', '210151.992000', '210151.995000', '210151.997000', '210152.001000', '210152.004000', '210152.006000', '210152.009000', '210152.011000', '210152.014000', '210152.017000', '210152.019000', '210152.022000', '210152.025000', '210152.027000', '210152.030000', '210152.033000', '210152.035000', '210152.038000', '210152.040000', '210152.043000', '210152.046000', '210152.048000', '210152.051000', '210152.053000', '210152.056000', '210152.059000', '210152.061000', '210152.064000', '210152.067000', '210152.069000', '210152.072000', '210152.074000', '210152.077000', '210152.080000', '210152.082000', '210152.085000', '210152.087000', '210152.090000', '210152.092000', '210152.095000', '210152.098000', '210152.100000', '210152.103000', '210152.105000', '210152.108000', '210152.111000', '210152.113000', '210211.937000', '210211.941000', '210211.944000', '210211.947000', '210211.950000', '210211.952000', '210211.955000', '210211.957000', '210211.960000', '210211.963000', '210211.971000', '210211.973000', '210211.976000', '210211.978000', '210211.981000', '210211.984000', '210211.994000', '210211.997000', '210212.000000', '210212.003000', '210212.005000', '210212.008000', '210212.011000', '210212.013000', '210212.016000', '210212.018000', '210212.021000', '210212.024000', '210212.026000', '210212.029000', '210212.031000', '210212.034000', '210212.037000', '210212.039000', '210212.042000', '210212.044000', '210212.047000', '210212.049000', '210212.052000', '210212.055000', '210212.057000', '210212.060000', '210212.062000', '210231.938000', '210231.940000', '210231.943000', '210231.946000', '210231.948000', '210231.951000', '210231.953000', '210231.956000', '210231.959000', '210231.961000', '210231.964000', '210231.966000', '210231.969000', '210231.972000', '210231.974000', '210231.977000', '210231.980000', '210231.982000', '210231.985000', '210231.987000', '210231.990000', '210231.997000', '210232.001000', '210232.004000', '210232.006000', '210232.009000', '210232.011000', '210232.014000', '210232.017000', '210232.019000', '210232.022000', '210232.024000', '210232.027000', '210232.030000', '210232.032000', '210232.043000', '210232.046000', '210232.048000', '210232.051000', '210232.054000', '210232.056000', '210232.059000', '210232.061000', '210232.064000', '210251.936000', '210251.939000', '210251.942000', '210251.945000', '210251.947000', '210251.950000', '210251.952000', '210251.955000', '210251.958000', '210251.960000', '210251.963000', '210251.974000', '210251.977000', '210251.980000', '210251.982000', '210251.985000', '210251.988000', '210251.990000', '210251.993000', '210251.996000', '210251.998000', '210252.002000', '210252.005000', '210252.007000', '210252.010000', '210252.013000', '210252.015000', '210252.018000', '210252.021000', '210252.024000', '210252.026000', '210252.029000', '210252.031000', '210252.034000', '210252.039000', '210252.041000', '210252.044000', '210252.047000', '210252.049000', '210252.052000', '210252.055000', '210252.057000', '210252.060000', '210311.937000', '210311.939000', '210311.942000', '210311.947000', '210311.950000', '210311.952000', '210311.955000', '210311.957000', '210311.960000', '210311.963000', '210311.965000', '210311.968000', '210311.971000', '210311.973000', '210311.976000', '210311.978000', '210311.981000', '210311.984000', '210311.987000', '210311.989000', '210311.992000', '210311.994000', '210311.997000', '210312.001000', '210312.003000', '210312.006000', '210312.009000', '210312.012000', '210312.014000', '210312.017000', '210312.020000', '210312.022000', '210312.025000', '210312.028000', '210312.030000', '210312.033000', '210312.035000', '210312.038000', '210312.040000', '210312.043000', '210312.046000', '210312.048000', '210312.051000', '210312.054000', '210331.937000', '210331.940000', '210331.943000', '210331.946000', '210331.948000', '210331.951000', '210331.953000', '210331.956000', '210331.959000', '210331.961000', '210331.964000', '210331.967000', '210331.969000', '210331.972000', '210331.975000', '210331.977000', '210331.980000', '210331.983000', '210331.985000', '210331.988000', '210331.990000', '210331.993000', '210331.995000', '210331.998000', '210332.001000', '210332.003000', '210332.006000', '210332.009000', '210332.011000', '210332.014000', '210332.018000', '210332.021000', '210332.023000', '210332.026000', '210332.029000', '210332.031000', '210332.034000', '210332.037000', '210332.039000', '210332.042000', '210332.044000', '210332.047000', '210332.050000', '210351.938000', '210351.941000', '210351.943000', '210351.946000', '210351.948000', '210351.951000', '210351.954000', '210351.956000', '210351.959000', '210351.962000', '210351.964000', '210351.967000', '210351.969000', '210351.972000', '210351.975000', '210351.977000', '210351.980000', '210351.982000', '210351.985000', '210351.988000', '210351.990000', '210351.993000', '210351.995000', '210351.998000', '210352.002000', '210352.004000', '210352.007000', '210352.010000', '210352.012000', '210352.015000', '210352.018000', '210352.020000', '210352.023000', '210352.026000', '210352.028000', '210352.031000', '210352.033000', '210352.036000', '210352.039000', '210352.041000', '210352.044000', '210352.047000', '210352.049000', '210352.052000', '210411.937000', '210411.940000', '210411.943000', '210411.946000', '210411.948000', '210411.951000', '210411.953000', '210411.957000', '210411.959000', '210411.962000', '210411.964000', '210411.967000', '210411.970000', '210411.972000', '210411.975000', '210411.978000', '210411.980000', '210411.983000', '210411.985000', '210411.988000', '210411.991000', '210411.993000', '210411.996000', '210412.000000', '210412.002000', '210412.005000', '210412.007000', '210412.010000', '210412.013000', '210412.015000', '210412.018000', '210412.021000', '210412.024000', '210412.026000', '210412.029000', '210412.032000', '210412.034000', '210412.037000', '210412.040000', '210412.042000', '210412.045000', '210412.047000', '210412.050000', '210431.938000', '210431.940000', '210431.943000', '210431.946000', '210431.949000', '210431.951000', '210431.954000', '210431.965000', '210431.968000', '210431.971000', '210431.974000', '210431.976000', '210431.979000', '210431.982000', '210431.984000', '210431.987000', '210431.990000', '210431.992000', '210431.995000', '210431.998000', '210432.001000', '210432.004000', '210432.007000', '210432.009000', '210432.012000', '210432.015000', '210432.017000', '210432.020000', '210432.023000', '210432.025000', '210432.028000', '210432.031000', '210432.034000', '210432.036000', '210432.039000', '210432.041000', '210432.044000', '210432.047000', '210432.049000', '210432.052000', '210432.055000', '210432.057000', '210432.060000', '210432.063000', '210451.937000', '210451.940000', '210451.943000', '210451.946000', '210451.948000', '210451.951000', '210451.954000', '210451.956000', '210451.959000', '210451.961000', '210451.964000', '210451.967000', '210451.969000', '210451.972000', '210451.975000', '210451.977000', '210451.980000', '210451.983000', '210451.985000', '210451.988000', '210451.990000', '210451.993000', '210451.996000', '210451.998000', '210452.002000', '210452.004000', '210452.007000', '210452.010000', '210452.012000', '210452.015000', '210452.018000', '210452.020000', '210452.023000', '210452.025000', '210452.028000', '210452.031000', '210452.033000', '210452.036000', '210452.038000', '210452.041000', '210452.044000', '210452.046000', '210452.049000', '210511.937000', '210512.066000', '210512.068000', '210512.071000', '210512.073000', '210512.076000', '210512.079000', '210512.081000', '210512.084000', '210512.087000', '210512.089000', '210512.092000', '210512.095000', '210512.097000', '210512.100000', '210512.103000', '210512.105000', '210512.108000', '210512.110000', '210512.113000', '210512.116000', '210512.118000', '210512.121000', '210512.124000', '210512.126000', '210512.129000', '210512.131000', '210512.134000', '210512.137000', '210512.139000', '210512.142000', '210512.144000', '210512.147000', '210512.150000', '210512.152000', '210512.155000', '210512.158000', '210512.160000', '210512.163000', '210512.165000', '210512.168000', '210512.171000', '210512.173000', '210531.937000', '210531.940000', '210531.943000', '210531.945000', '210531.948000', '210531.951000', '210531.953000', '210531.956000', '210531.958000', '210531.961000', '210531.964000', '210531.966000', '210531.969000', '210531.972000', '210531.974000', '210531.977000', '210531.979000', '210531.982000', '210531.985000', '210531.987000', '210531.990000', '210531.992000', '210531.995000', '210531.998000', '210532.001000', '210532.004000', '210532.007000', '210532.020000', '210532.023000', '210532.025000', '210532.028000', '210532.031000', '210532.033000', '210532.036000', '210532.039000', '210532.041000', '210532.044000', '210532.046000', '210532.049000', '210532.052000', '210532.054000', '210532.057000', '210532.060000', '210532.062000', '210551.937000', '210551.940000', '210551.943000', '210551.946000', '210551.948000', '210551.951000', '210551.954000', '210551.956000', '210551.959000', '210551.962000', '210551.964000', '210551.967000', '210551.970000', '210551.972000', '210551.975000', '210551.978000', '210551.980000', '210551.983000', '210551.986000', '210551.989000', '210551.991000', '210551.994000', '210551.997000', '210551.999000', '210552.002000', '210552.004000', '210552.007000', '210552.010000', '210552.012000', '210552.015000', '210552.017000', '210552.020000', '210552.033000', '210552.035000', '210552.038000', '210552.041000', '210552.043000', '210552.046000', '210552.049000', '210552.051000', '210552.054000', '210552.056000', '210552.059000', '210611.937000', '210611.941000', '210611.943000', '210611.946000', '210611.949000', '210611.951000', '210611.954000', '210611.956000', '210611.959000', '210611.962000', '210611.964000', '210611.967000', '210611.970000', '210611.972000', '210611.975000', '210611.977000', '210611.980000', '210611.983000', '210611.985000', '210611.988000', '210611.991000', '210611.993000', '210611.996000', '210612.000000', '210612.002000', '210612.005000', '210612.007000', '210612.010000', '210612.013000', '210612.016000', '210612.018000', '210612.021000', '210612.024000', '210612.026000', '210612.029000', '210612.031000', '210612.034000', '210612.037000', '210612.039000', '210612.042000', '210612.045000', '210612.047000', '210612.050000', '210612.052000', '210631.938000', '210631.941000', '210631.943000', '210631.946000', '210631.949000', '210631.951000', '210631.954000', '210631.957000', '210631.959000', '210631.962000', '210631.964000', '210631.967000', '210631.970000', '210631.973000', '210631.975000', '210631.978000', '210631.981000', '210631.983000', '210631.986000', '210631.989000', '210631.991000', '210631.995000', '210631.998000', '210632.002000', '210632.004000', '210632.007000', '210632.010000', '210632.012000', '210632.015000', '210632.018000', '210632.020000', '210632.023000', '210632.026000', '210632.028000', '210632.031000', '210632.034000', '210632.036000', '210632.039000', '210632.041000', '210632.044000', '210632.047000', '210632.049000', '210632.052000', '210651.937000', '210651.940000', '210651.943000', '210651.946000', '210651.949000', '210651.951000', '210651.954000', '210651.956000', '210651.959000', '210651.962000', '210651.964000', '210651.967000', '210651.970000', '210651.972000', '210651.975000', '210651.977000', '210651.980000', '210651.983000', '210651.985000', '210651.988000', '210651.991000', '210651.993000', '210651.996000', '210651.998000', '210652.002000', '210652.005000', '210652.007000', '210652.010000', '210652.013000', '210652.015000', '210652.018000', '210652.020000', '210652.023000', '210652.026000', '210652.028000', '210652.031000', '210652.034000', '210652.036000', '210652.039000', '210652.041000', '210652.044000', '210652.047000', '210652.049000', '210652.052000', '210711.938000', '210711.940000', '210711.943000', '210711.946000', '210711.948000', '210711.951000', '210711.954000', '210711.956000', '210711.959000', '210711.962000', '210711.964000', '210711.967000', '210711.970000', '210711.972000', '210711.975000', '210711.977000', '210711.988000', '210711.990000', '210711.993000', '210711.995000', '210711.998000', '210712.002000', '210712.004000', '210712.007000', '210712.010000', '210712.012000', '210712.015000', '210712.017000', '210712.020000', '210712.023000', '210712.025000', '210712.028000', '210712.030000', '210712.033000', '210712.036000', '210712.038000', '210712.041000', '210712.043000', '210712.046000', '210712.049000', '210712.051000', '210712.054000', '210712.063000', '210712.066000', '210731.936000', '210731.939000', '210731.942000', '210731.945000', '210731.948000', '210731.950000', '210731.953000', '210731.956000', '210731.960000', '210731.963000', '210731.965000', '210731.968000', '210731.970000', '210731.973000', '210731.976000', '210731.978000', '210731.981000', '210731.984000', '210731.986000', '210731.989000', '210731.992000', '210731.994000', '210731.997000', '210732.001000', '210732.003000', '210732.006000', '210732.008000', '210732.011000', '210732.014000', '210732.016000', '210732.019000', '210732.022000', '210732.024000', '210732.027000', '210732.030000', '210732.032000', '210732.035000', '210732.037000', '210732.040000', '210732.043000', '210732.045000', '210732.048000', '210732.051000', '210751.936000', '210751.939000', '210751.942000', '210751.944000', '210751.947000', '210751.950000', '210751.952000', '210751.956000', '210751.959000', '210751.962000', '210751.964000', '210751.967000', '210751.969000', '210751.972000', '210751.975000', '210751.977000', '210751.980000', '210751.983000', '210751.985000', '210751.988000', '210751.991000', '210751.993000', '210751.996000', '210751.998000', '210752.002000', '210752.005000', '210752.007000', '210752.010000', '210752.013000', '210752.015000', '210752.018000', '210752.021000', '210752.023000', '210752.026000', '210752.028000', '210752.031000', '210752.034000', '210752.036000', '210752.039000', '210752.042000', '210752.044000', '210752.047000', '210752.050000', '210752.052000', '210806.635000', '210806.638000', '210806.640000', '210806.644000', '210806.646000', '210806.649000', '210806.652000', '210806.655000', '210806.658000', '210806.661000', '210806.664000', '210806.667000', '210806.670000', '210806.673000', '210806.676000', '210806.680000', '210806.683000', '210806.686000', '210806.689000', '210806.692000', '210806.695000', '210806.697000', '210806.700000', '210806.703000', '210806.706000', '210806.709000', '210806.711000', '210806.714000', '210806.717000', '210806.720000', '210806.722000', '210806.725000'], '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': [7132, 7061, 9942, 8514, 10967, 12790, 10388, 9005, 7462, 7363, 8439, 6759, 8353, 6844, 8275, 6640, 7495, 7056, 8963, 7759, 8765, 6677, 8248, 6942, 8861, 11692, 8779, 9754, 6661, 7355, 9420, 7070, 9643, 6490, 8145, 6433, 7595, 12392, 6912, 9636, 6567, 7980, 6384, 7253, 6657, 7404, 6508, 7515, 7212, 7025, 8044, 7971, 8583, 7113, 9167, 8097, 6847, 11588, 10510, 7414, 12121, 10280, 7079, 8429, 8149, 11522, 9426, 11730, 8020, 10841, 7409, 8172, 9541, 7867, 8467, 7119, 6225, 6762, 6198, 6459, 7426, 7221, 6267, 9803, 8129, 11627, 8590, 10979, 13101, 10037, 10571, 7464, 9136, 7024, 7792, 7565, 7842, 7673, 6755, 7756, 11388, 8652, 7955, 10958, 6837, 8889, 6687, 7281, 6656, 7807, 10263, 8601, 9866, 6897, 7484, 7035, 7488, 7011, 7171, 11561, 8248, 5993, 7209, 6083, 5905, 7504, 6765, 6714, 7117, 10472, 8879, 8225, 11792, 10172, 11333, 10689, 8089, 8042, 7159, 8551, 12494, 8818, 9352, 6922, 6210, 8585, 9306, 7080, 8316, 6570, 7282, 6216, 6572, 7656, 9020, 7507, 7810, 10755, 6755, 6883, 8094, 10204, 7616, 10214, 8136, 8075, 10425, 7278, 7561, 7633, 8104, 7688, 7844, 8170, 9579, 7329, 10356, 8311, 7564, 7016, 7607, 7423, 8420, 7860, 7601, 8068, 7415, 11072, 11568, 8419, 8399, 10641, 7574, 7786, 6974, 7172, 6642, 7253, 6952, 7559, 7186, 8168, 7431, 9645, 7464, 9687, 7835, 10032, 11938, 9888, 8953, 7345, 7419, 7291, 8190, 11238, 7277, 8844, 7082, 6824, 6701, 8209, 10274, 7017, 7702, 11176, 6853, 6546, 6275, 6954, 8159, 9820, 7532, 8501, 11235, 7501, 7927, 7518, 7055, 7185, 7570, 6766, 7861, 6901, 8021, 6886, 6949, 8261, 7803, 6845, 10655, 8517, 7016, 11660, 9104, 7322, 11308, 12587, 9908, 11004, 7358, 7884, 7623, 7314, 7268, 8746, 6987, 7799, 6811, 7660, 6364, 6825, 6772, 6957, 9256, 7906, 10525, 10568, 9112, 10879, 7515, 7658, 7277, 8357, 6868, 6884, 6866, 6933, 7285, 8569, 7575, 6977, 7673, 6903, 7577, 11550, 9029, 9496, 7114, 6792, 7599, 7335, 9349, 8226, 6574, 6047, 7462, 6803, 6871, 7171, 10643, 10426, 9797, 8623, 12436, 10530, 12651, 8993, 12627, 9442, 8440, 12567, 8136, 8594, 7962, 7113, 7357, 7079, 7456, 7265, 7690, 6824, 7540, 7762, 10325, 7653, 9238, 7715, 7341, 6757, 8105, 10421, 7203, 7854, 7185, 7644, 7678, 8025, 7329, 8772, 7403, 9303, 12419, 9148, 10787, 7319, 8335, 12648, 8340, 10681, 6835, 7821, 7013, 7042, 7200, 8416, 7458, 7966, 7300, 7826, 6735, 6691, 6882, 7283, 9756, 8869, 11425, 8759, 9138, 11688, 9230, 8463, 11407, 7282, 7974, 6733, 7346, 7123, 7311, 8913, 6989, 7664, 6880, 7270, 7300, 7844, 7227, 9081, 7474, 9174, 8298, 11511, 13109, 10832, 10767, 7043, 7760, 11588, 6977, 8138, 6804, 6541, 6811, 9012, 7643, 6927, 6633, 6545, 6427, 6995, 9510, 7451, 7487, 7010, 7007, 9200, 12304, 8465, 10130, 6891, 8249, 6704, 7119, 9862, 7422, 7147, 10484, 7178, 8071, 6771, 7422, 8127, 6998, 8050, 7008, 7580, 7217, 7761, 7088, 7054, 7200, 7198, 7011, 9805, 8025, 7333, 7242, 11164, 10536, 6997, 10800, 9194, 12936, 9689, 9405, 7648, 7584, 7175, 7635, 7464, 8389, 6939, 7070, 6717, 6930, 6839, 7519, 6451, 7850, 6824, 7522, 7000, 7864, 7117, 9511, 7358, 9080, 6986, 7452, 7007, 7832, 10764, 7741, 8398, 7103, 6765, 7277, 6934, 7535, 6782, 7740, 7115, 7842, 7274, 9262, 7311, 10675, 7164, 8843, 7188, 8471, 7403, 9634, 7047, 10266, 6943, 7891, 7015, 7565, 7318, 7621, 7812, 7188, 8787, 8710, 6974, 6621, 9609, 8017, 7302, 11337, 9713, 11044, 8758, 12035, 7158, 10430, 7307, 7908, 11906, 7167, 7267, 6754, 6661, 7295, 6859, 7669, 9705, 6856, 7962, 6319, 7456, 6534, 7701, 6810, 7495, 10319, 7231, 8819, 6598, 6862, 9429, 6656, 8088, 11980, 7236, 8763, 6678, 7864, 11720, 7062, 8861, 6556, 7530, 5999, 7773, 10053, 7363, 7317, 6604, 7272, 6774, 8091, 7246, 9291, 11448, 10033, 10824, 6949, 7494, 7375, 8439, 12099, 8338, 10885, 7325, 7259, 7037, 7249, 9057, 8194, 7384, 10405, 7193, 8245, 6729, 7228, 7087, 8143, 10583, 7999, 9397, 6563, 7578, 6903, 6759, 8151, 7560, 6942, 9486, 7692, 6580, 10672, 8924, 7022, 11387, 10028, 9861, 10566, 10890, 7330, 11682, 7989, 12303, 13300, 8947, 9843, 6792, 7770, 7194, 6764, 6902, 6840, 7690, 6238, 6434, 7464, 6959, 10685, 11905, 8275, 9501, 6770, 7158, 6794, 7385, 10646, 7101, 8172, 6592, 7401, 6670, 7455, 10713, 6768, 7616, 6432, 7089, 5998, 7593, 6560, 7881, 7080, 6969, 9193, 8103, 6191, 8376, 7913, 7296, 10787, 10688, 10778, 8106, 10284, 9034, 6815, 12589, 13717, 10790, 11749, 6956, 7682, 6795, 8169, 7086, 8442, 6714, 7846, 6930, 10486, 8134, 10796, 7482, 10620, 10494, 8401, 10758, 7296, 8899, 7013, 7535, 6925, 8855, 12175, 8145, 11201, 6866, 7819, 6953, 8872, 12287, 8434, 10386, 6515, 7191, 6663, 7150, 7001, 7636, 6766, 9794, 6854, 9853, 12113, 8968, 8950, 6752, 7540, 6613, 8008, 6528, 6393, 7764, 7645, 10574, 8753, 10799, 13372, 9586, 11451, 7726, 8109, 6356, 6987, 6681, 7288, 6974, 6747, 7648, 7183, 6284, 7884, 7745, 6958, 8596, 10832, 9915, 11192, 11413, 8012, 10923, 8049, 11895, 13618, 8924, 12627, 7633, 8681, 7039, 7379, 6426, 7622, 6776, 7933, 6561, 7301, 6539, 8168, 6813, 7567, 11277, 7221, 8526, 6633, 7928, 6862, 8101, 6800, 8960, 11196, 8615, 9330, 6669, 7365, 7024, 9261, 6929, 10011, 6380, 7126, 8632, 6994, 11730, 7785, 10612, 6749, 8329, 6921, 9422, 7487, 11156, 13329, 9124, 11229, 7754, 9699, 6388, 6795, 6803, 10221, 9399, 8572, 10701, 6838, 8131, 6808, 8061, 11508, 7745, 9870, 6600, 6842, 6351, 6624, 6297, 7559, 6315, 7796, 7336, 9409, 7966, 6852, 9195, 8433, 7636, 7106, 12218, 9787, 7535, 11795, 9562, 11631, 10154, 8768, 12636, 7675, 9888, 6766, 7328, 6825, 8453], 'WindowCenter': [3930.0, 3915.0, 3944.0, 3924.0, 3944.0, 3940.0, 3906.0, 3881.0, 3858.0, 3857.0, 3879.0, 3861.0, 3881.0, 3873.0, 3880.0, 3871.0, 3880.0, 3885.0, 3906.0, 3898.0, 3893.0, 3874.0, 3893.0, 3884.0, 3918.0, 3925.0, 3895.0, 3890.0, 3860.0, 3872.0, 3891.0, 3873.0, 3891.0, 3861.0, 3879.0, 3859.0, 3881.0, 3911.0, 3871.0, 3890.0, 3861.0, 3880.0, 3860.0, 3883.0, 3874.0, 3896.0, 3875.0, 3897.0, 3896.0, 3887.0, 3907.0, 3909.0, 3920.0, 3899.0, 3906.0, 3895.0, 3889.0, 3926.0, 3914.0, 3885.0, 3926.0, 3916.0, 3873.0, 3907.0, 3907.0, 3928.0, 3893.0, 3915.0, 3872.0, 3900.0, 3872.0, 3881.0, 3889.0, 3882.0, 3892.0, 3872.0, 3851.0, 3872.0, 3863.0, 3875.0, 3898.0, 3913.0, 3903.0, 3946.0, 3925.0, 3931.0, 3910.0, 3932.0, 3928.0, 3908.0, 3904.0, 3873.0, 3890.0, 3872.0, 3881.0, 3897.0, 3894.0, 3886.0, 3862.0, 3883.0, 3915.0, 3880.0, 3882.0, 3901.0, 3859.0, 3879.0, 3860.0, 3869.0, 3859.0, 3882.0, 3902.0, 3882.0, 3889.0, 3859.0, 3869.0, 3859.0, 3871.0, 3860.0, 3886.0, 3915.0, 3893.0, 3849.0, 3883.0, 3863.0, 3866.0, 3896.0, 3884.0, 3886.0, 3887.0, 3929.0, 3920.0, 3909.0, 3928.0, 3919.0, 3917.0, 3918.0, 3883.0, 3872.0, 3859.0, 3893.0, 3912.0, 3893.0, 3891.0, 3862.0, 3839.0, 3894.0, 3892.0, 3875.0, 3893.0, 3863.0, 3872.0, 3864.0, 3873.0, 3899.0, 3920.0, 3886.0, 3897.0, 3916.0, 3875.0, 3873.0, 3896.0, 3905.0, 3896.0, 3917.0, 3884.0, 3873.0, 3890.0, 3859.0, 3870.0, 3882.0, 3884.0, 3884.0, 3882.0, 3894.0, 3905.0, 3873.0, 3920.0, 3884.0, 3883.0, 3872.0, 3884.0, 3881.0, 3892.0, 3895.0, 3883.0, 3894.0, 3887.0, 3941.0, 3929.0, 3882.0, 3881.0, 3887.0, 3869.0, 3866.0, 3872.0, 3871.0, 3861.0, 3871.0, 3872.0, 3884.0, 3899.0, 3908.0, 3899.0, 3917.0, 3897.0, 3906.0, 3886.0, 3918.0, 3926.0, 3905.0, 3892.0, 3872.0, 3871.0, 3872.0, 3883.0, 3902.0, 3871.0, 3891.0, 3860.0, 3859.0, 3859.0, 3883.0, 3900.0, 3859.0, 3872.0, 3914.0, 3861.0, 3860.0, 3860.0, 3872.0, 3897.0, 3905.0, 3883.0, 3896.0, 3901.0, 3871.0, 3870.0, 3871.0, 3870.0, 3885.0, 3896.0, 3886.0, 3895.0, 3887.0, 3895.0, 3885.0, 3888.0, 3907.0, 3897.0, 3888.0, 3927.0, 3908.0, 3887.0, 3929.0, 3909.0, 3897.0, 3929.0, 3916.0, 3904.0, 3900.0, 3871.0, 3879.0, 3881.0, 3870.0, 3872.0, 3894.0, 3886.0, 3882.0, 3872.0, 3881.0, 3863.0, 3873.0, 3886.0, 3888.0, 3920.0, 3911.0, 3945.0, 3929.0, 3908.0, 3904.0, 3872.0, 3871.0, 3885.0, 3892.0, 3874.0, 3871.0, 3873.0, 3873.0, 3898.0, 3907.0, 3896.0, 3874.0, 3885.0, 3874.0, 3898.0, 3929.0, 3906.0, 3905.0, 3875.0, 3874.0, 3896.0, 3886.0, 3919.0, 3908.0, 3889.0, 3876.0, 3885.0, 3876.0, 3874.0, 3886.0, 3929.0, 3930.0, 3917.0, 3908.0, 3927.0, 3920.0, 3924.0, 3894.0, 3915.0, 3891.0, 3882.0, 3900.0, 3867.0, 3864.0, 3866.0, 3844.0, 3870.0, 3871.0, 3870.0, 3868.0, 3882.0, 3859.0, 3882.0, 3884.0, 3915.0, 3884.0, 3890.0, 3882.0, 3871.0, 3859.0, 3883.0, 3901.0, 3871.0, 3884.0, 3887.0, 3883.0, 3896.0, 3884.0, 3886.0, 3894.0, 3887.0, 3920.0, 3926.0, 3906.0, 3903.0, 3873.0, 3884.0, 3911.0, 3895.0, 3914.0, 3859.0, 3869.0, 3871.0, 3871.0, 3886.0, 3910.0, 3885.0, 3897.0, 3885.0, 3896.0, 3887.0, 3887.0, 3897.0, 3899.0, 3918.0, 3921.0, 3929.0, 3896.0, 3905.0, 3914.0, 3889.0, 3883.0, 3912.0, 3858.0, 3867.0, 3859.0, 3869.0, 3859.0, 3883.0, 3891.0, 3872.0, 3879.0, 3883.0, 3883.0, 3885.0, 3894.0, 3885.0, 3906.0, 3897.0, 3905.0, 3909.0, 3942.0, 3927.0, 3904.0, 3890.0, 3857.0, 3868.0, 3899.0, 3860.0, 3880.0, 3860.0, 3859.0, 3874.0, 3905.0, 3883.0, 3883.0, 3872.0, 3874.0, 3876.0, 3898.0, 3931.0, 3887.0, 3886.0, 3873.0, 3886.0, 3906.0, 3913.0, 3883.0, 3905.0, 3860.0, 3882.0, 3861.0, 3873.0, 3904.0, 3870.0, 3860.0, 3901.0, 3859.0, 3880.0, 3858.0, 3869.0, 3879.0, 3871.0, 3881.0, 3870.0, 3870.0, 3884.0, 3884.0, 3883.0, 3885.0, 3885.0, 3898.0, 3885.0, 3930.0, 3908.0, 3897.0, 3897.0, 3927.0, 3930.0, 3886.0, 3915.0, 3918.0, 3926.0, 3903.0, 3892.0, 3867.0, 3868.0, 3871.0, 3881.0, 3884.0, 3905.0, 3870.0, 3871.0, 3860.0, 3871.0, 3872.0, 3884.0, 3876.0, 3896.0, 3875.0, 3884.0, 3884.0, 3894.0, 3874.0, 3916.0, 3884.0, 3905.0, 3873.0, 3884.0, 3872.0, 3885.0, 3927.0, 3885.0, 3893.0, 3872.0, 3861.0, 3883.0, 3884.0, 3897.0, 3874.0, 3885.0, 3872.0, 3894.0, 3883.0, 3905.0, 3886.0, 3916.0, 3873.0, 3891.0, 3872.0, 3892.0, 3898.0, 3904.0, 3873.0, 3902.0, 3871.0, 3881.0, 3887.0, 3894.0, 3897.0, 3883.0, 3894.0, 3885.0, 3905.0, 3905.0, 3873.0, 3886.0, 3915.0, 3895.0, 3884.0, 3913.0, 3906.0, 3914.0, 3895.0, 3913.0, 3871.0, 3902.0, 3858.0, 3870.0, 3900.0, 3858.0, 3856.0, 3859.0, 3861.0, 3872.0, 3873.0, 3885.0, 3917.0, 3877.0, 3884.0, 3864.0, 3884.0, 3863.0, 3884.0, 3874.0, 3888.0, 3919.0, 3886.0, 3895.0, 3861.0, 3862.0, 3890.0, 3861.0, 3894.0, 3911.0, 3872.0, 3881.0, 3872.0, 3884.0, 3912.0, 3872.0, 3893.0, 3861.0, 3882.0, 3861.0, 3895.0, 3905.0, 3883.0, 3883.0, 3888.0, 3885.0, 3886.0, 3894.0, 3897.0, 3931.0, 3929.0, 3919.0, 3913.0, 3874.0, 3872.0, 3872.0, 3895.0, 3913.0, 3884.0, 3900.0, 3870.0, 3871.0, 3858.0, 3869.0, 3890.0, 3867.0, 3869.0, 3898.0, 3858.0, 3867.0, 3859.0, 3868.0, 3873.0, 3896.0, 3916.0, 3884.0, 3891.0, 3874.0, 3895.0, 3885.0, 3885.0, 3897.0, 3910.0, 3899.0, 3929.0, 3910.0, 3887.0, 3927.0, 3906.0, 3888.0, 3927.0, 3917.0, 3929.0, 3928.0, 3929.0, 3886.0, 3914.0, 3882.0, 3927.0, 3925.0, 3881.0, 3888.0, 3860.0, 3869.0, 3872.0, 3886.0, 3885.0, 3874.0, 3884.0, 3865.0, 3876.0, 3884.0, 3901.0, 3930.0, 3929.0, 3895.0, 3893.0, 3860.0, 3860.0, 3860.0, 3871.0, 3915.0, 3873.0, 3881.0, 3859.0, 3868.0, 3872.0, 3884.0, 3901.0, 3874.0, 3882.0, 3860.0, 3872.0, 3863.0, 3895.0, 3888.0, 3908.0, 3899.0, 3899.0, 3932.0, 3924.0, 3891.0, 3923.0, 3920.0, 3899.0, 3929.0, 3929.0, 3942.0, 3896.0, 3917.0, 3905.0, 3875.0, 3930.0, 3926.0, 3906.0, 3900.0, 3861.0, 3882.0, 3873.0, 3892.0, 3872.0, 3882.0, 3874.0, 3895.0, 3887.0, 3915.0, 3896.0, 3915.0, 3885.0, 3915.0, 3901.0, 3884.0, 3901.0, 3870.0, 3879.0, 3871.0, 3871.0, 3874.0, 3907.0, 3926.0, 3885.0, 3913.0, 3861.0, 3870.0, 3872.0, 3895.0, 3913.0, 3894.0, 3903.0, 3850.0, 3859.0, 3858.0, 3871.0, 3887.0, 3896.0, 3887.0, 3915.0, 3876.0, 3918.0, 3916.0, 3906.0, 3891.0, 3860.0, 3880.0, 3872.0, 3881.0, 3864.0, 3875.0, 3896.0, 3899.0, 3929.0, 3910.0, 3930.0, 3925.0, 3894.0, 3902.0, 3882.0, 3869.0, 3848.0, 3859.0, 3861.0, 3884.0, 3898.0, 3887.0, 3897.0, 3899.0, 3877.0, 3896.0, 3911.0, 3886.0, 3895.0, 3916.0, 3931.0, 3940.0, 3929.0, 3897.0, 3915.0, 3884.0, 3914.0, 3911.0, 3880.0, 3909.0, 3868.0, 3866.0, 3857.0, 3856.0, 3861.0, 3885.0, 3873.0, 3881.0, 3861.0, 3871.0, 3862.0, 3894.0, 3874.0, 3896.0, 3927.0, 3884.0, 3893.0, 3862.0, 3882.0, 3875.0, 3882.0, 3876.0, 3909.0, 3915.0, 3895.0, 3891.0, 3862.0, 3872.0, 3884.0, 3917.0, 3873.0, 3918.0, 3862.0, 3873.0, 3892.0, 3875.0, 3928.0, 3884.0, 3914.0, 3874.0, 3892.0, 3884.0, 3905.0, 3888.0, 3926.0, 3925.0, 3905.0, 3913.0, 3883.0, 3891.0, 3861.0, 3860.0, 3872.0, 3914.0, 3892.0, 3882.0, 3902.0, 3860.0, 3868.0, 3858.0, 3882.0, 3900.0, 3882.0, 3901.0, 3849.0, 3871.0, 3862.0, 3871.0, 3862.0, 3896.0, 3874.0, 3896.0, 3899.0, 3918.0, 3897.0, 3887.0, 3919.0, 3895.0, 3896.0, 3887.0, 3938.0, 3915.0, 3885.0, 3940.0, 3917.0, 3916.0, 3891.0, 3894.0, 3924.0, 3882.0, 3890.0, 3860.0, 3857.0, 3861.0, 3892.0], 'WindowWidth': [8810.0, 8778.0, 8811.0, 8783.0, 8813.0, 8798.0, 8741.0, 8698.0, 8663.0, 8662.0, 8696.0, 8676.0, 8699.0, 8694.0, 8698.0, 8688.0, 8701.0, 8716.0, 8744.0, 8736.0, 8720.0, 8699.0, 8719.0, 8711.0, 8763.0, 8768.0, 8727.0, 8712.0, 8673.0, 8689.0, 8713.0, 8692.0, 8713.0, 8674.0, 8694.0, 8671.0, 8701.0, 8740.0, 8686.0, 8711.0, 8674.0, 8698.0, 8671.0, 8706.0, 8697.0, 8734.0, 8702.0, 8735.0, 8733.0, 8721.0, 8749.0, 8755.0, 8769.0, 8741.0, 8743.0, 8726.0, 8725.0, 8769.0, 8747.0, 8712.0, 8769.0, 8755.0, 8695.0, 8747.0, 8748.0, 8772.0, 8718.0, 8751.0, 8687.0, 8720.0, 8687.0, 8696.0, 8704.0, 8702.0, 8716.0, 8690.0, 8660.0, 8691.0, 8682.0, 8703.0, 8737.0, 8767.0, 8757.0, 8814.0, 8783.0, 8782.0, 8754.0, 8789.0, 8776.0, 8745.0, 8732.0, 8690.0, 8709.0, 8689.0, 8702.0, 8731.0, 8722.0, 8715.0, 8677.0, 8705.0, 8752.0, 8696.0, 8701.0, 8725.0, 8667.0, 8691.0, 8670.0, 8680.0, 8668.0, 8703.0, 8732.0, 8703.0, 8706.0, 8666.0, 8679.0, 8667.0, 8686.0, 8670.0, 8716.0, 8752.0, 8722.0, 8656.0, 8704.0, 8682.0, 8693.0, 8734.0, 8716.0, 8718.0, 8718.0, 8778.0, 8767.0, 8751.0, 8775.0, 8764.0, 8755.0, 8759.0, 8703.0, 8686.0, 8663.0, 8716.0, 8741.0, 8716.0, 8712.0, 8673.0, 8638.0, 8718.0, 8714.0, 8697.0, 8718.0, 8676.0, 8688.0, 8683.0, 8692.0, 8735.0, 8767.0, 8715.0, 8731.0, 8753.0, 8697.0, 8693.0, 8727.0, 8737.0, 8729.0, 8759.0, 8706.0, 8688.0, 8708.0, 8666.0, 8681.0, 8701.0, 8707.0, 8709.0, 8703.0, 8722.0, 8735.0, 8692.0, 8766.0, 8706.0, 8703.0, 8690.0, 8708.0, 8702.0, 8716.0, 8725.0, 8707.0, 8722.0, 8718.0, 8797.0, 8779.0, 8703.0, 8698.0, 8700.0, 8677.0, 8672.0, 8691.0, 8687.0, 8674.0, 8686.0, 8692.0, 8708.0, 8740.0, 8749.0, 8740.0, 8758.0, 8733.0, 8742.0, 8716.0, 8760.0, 8770.0, 8738.0, 8712.0, 8689.0, 8684.0, 8687.0, 8705.0, 8727.0, 8687.0, 8712.0, 8668.0, 8666.0, 8669.0, 8703.0, 8722.0, 8666.0, 8687.0, 8747.0, 8674.0, 8671.0, 8673.0, 8693.0, 8730.0, 8738.0, 8707.0, 8726.0, 8725.0, 8686.0, 8680.0, 8687.0, 8685.0, 8712.0, 8730.0, 8718.0, 8726.0, 8721.0, 8727.0, 8716.0, 8724.0, 8746.0, 8733.0, 8725.0, 8775.0, 8750.0, 8719.0, 8777.0, 8750.0, 8734.0, 8779.0, 8756.0, 8736.0, 8724.0, 8686.0, 8693.0, 8701.0, 8684.0, 8691.0, 8723.0, 8718.0, 8704.0, 8692.0, 8699.0, 8680.0, 8696.0, 8718.0, 8723.0, 8766.0, 8759.0, 8810.0, 8778.0, 8747.0, 8732.0, 8688.0, 8684.0, 8712.0, 8717.0, 8697.0, 8687.0, 8694.0, 8694.0, 8735.0, 8748.0, 8731.0, 8696.0, 8711.0, 8696.0, 8734.0, 8778.0, 8742.0, 8738.0, 8698.0, 8699.0, 8728.0, 8717.0, 8767.0, 8751.0, 8727.0, 8705.0, 8713.0, 8703.0, 8698.0, 8715.0, 8779.0, 8780.0, 8757.0, 8747.0, 8774.0, 8766.0, 8760.0, 8723.0, 8752.0, 8712.0, 8700.0, 8720.0, 8672.0, 8661.0, 8668.0, 8636.0, 8683.0, 8688.0, 8684.0, 8679.0, 8702.0, 8668.0, 8705.0, 8710.0, 8753.0, 8709.0, 8710.0, 8703.0, 8685.0, 8668.0, 8705.0, 8727.0, 8686.0, 8707.0, 8718.0, 8707.0, 8729.0, 8708.0, 8716.0, 8723.0, 8718.0, 8766.0, 8765.0, 8738.0, 8730.0, 8690.0, 8706.0, 8738.0, 8723.0, 8748.0, 8668.0, 8680.0, 8686.0, 8688.0, 8715.0, 8754.0, 8712.0, 8730.0, 8713.0, 8731.0, 8719.0, 8724.0, 8735.0, 8742.0, 8765.0, 8771.0, 8779.0, 8731.0, 8737.0, 8748.0, 8708.0, 8705.0, 8740.0, 8664.0, 8673.0, 8667.0, 8682.0, 8667.0, 8706.0, 8714.0, 8690.0, 8696.0, 8707.0, 8707.0, 8713.0, 8722.0, 8716.0, 8744.0, 8734.0, 8740.0, 8752.0, 8803.0, 8775.0, 8734.0, 8707.0, 8661.0, 8676.0, 8721.0, 8671.0, 8697.0, 8672.0, 8671.0, 8697.0, 8741.0, 8708.0, 8708.0, 8691.0, 8698.0, 8707.0, 8736.0, 8785.0, 8719.0, 8717.0, 8694.0, 8714.0, 8742.0, 8746.0, 8705.0, 8737.0, 8671.0, 8701.0, 8673.0, 8693.0, 8735.0, 8683.0, 8669.0, 8725.0, 8668.0, 8697.0, 8666.0, 8683.0, 8694.0, 8686.0, 8699.0, 8685.0, 8685.0, 8711.0, 8709.0, 8709.0, 8716.0, 8715.0, 8740.0, 8714.0, 8783.0, 8750.0, 8735.0, 8735.0, 8776.0, 8782.0, 8718.0, 8752.0, 8761.0, 8774.0, 8732.0, 8717.0, 8677.0, 8679.0, 8687.0, 8700.0, 8711.0, 8741.0, 8687.0, 8687.0, 8671.0, 8688.0, 8691.0, 8712.0, 8704.0, 8730.0, 8701.0, 8710.0, 8711.0, 8725.0, 8697.0, 8757.0, 8713.0, 8740.0, 8693.0, 8708.0, 8690.0, 8712.0, 8774.0, 8714.0, 8720.0, 8691.0, 8674.0, 8707.0, 8711.0, 8734.0, 8698.0, 8712.0, 8693.0, 8722.0, 8707.0, 8740.0, 8716.0, 8755.0, 8694.0, 8715.0, 8691.0, 8716.0, 8737.0, 8738.0, 8693.0, 8730.0, 8689.0, 8701.0, 8723.0, 8724.0, 8735.0, 8709.0, 8726.0, 8713.0, 8744.0, 8740.0, 8694.0, 8718.0, 8758.0, 8729.0, 8711.0, 8748.0, 8742.0, 8751.0, 8724.0, 8744.0, 8687.0, 8727.0, 8662.0, 8681.0, 8720.0, 8665.0, 8659.0, 8669.0, 8673.0, 8690.0, 8691.0, 8713.0, 8757.0, 8706.0, 8708.0, 8683.0, 8708.0, 8683.0, 8710.0, 8696.0, 8720.0, 8764.0, 8714.0, 8724.0, 8673.0, 8676.0, 8710.0, 8672.0, 8722.0, 8742.0, 8690.0, 8698.0, 8690.0, 8709.0, 8740.0, 8689.0, 8720.0, 8674.0, 8701.0, 8678.0, 8727.0, 8740.0, 8707.0, 8708.0, 8723.0, 8714.0, 8716.0, 8725.0, 8733.0, 8786.0, 8780.0, 8763.0, 8745.0, 8696.0, 8690.0, 8688.0, 8722.0, 8746.0, 8707.0, 8724.0, 8682.0, 8683.0, 8662.0, 8681.0, 8710.0, 8674.0, 8679.0, 8717.0, 8664.0, 8674.0, 8669.0, 8680.0, 8693.0, 8731.0, 8759.0, 8709.0, 8713.0, 8697.0, 8726.0, 8714.0, 8715.0, 8732.0, 8759.0, 8741.0, 8781.0, 8759.0, 8723.0, 8773.0, 8746.0, 8724.0, 8772.0, 8760.0, 8779.0, 8776.0, 8779.0, 8717.0, 8750.0, 8703.0, 8771.0, 8764.0, 8697.0, 8702.0, 8669.0, 8680.0, 8691.0, 8718.0, 8714.0, 8696.0, 8708.0, 8687.0, 8703.0, 8713.0, 8744.0, 8782.0, 8779.0, 8727.0, 8717.0, 8670.0, 8670.0, 8670.0, 8687.0, 8750.0, 8694.0, 8697.0, 8667.0, 8678.0, 8691.0, 8708.0, 8727.0, 8697.0, 8702.0, 8671.0, 8689.0, 8681.0, 8730.0, 8723.0, 8750.0, 8741.0, 8742.0, 8789.0, 8781.0, 8737.0, 8778.0, 8773.0, 8738.0, 8777.0, 8779.0, 8803.0, 8731.0, 8756.0, 8739.0, 8697.0, 8783.0, 8771.0, 8739.0, 8721.0, 8669.0, 8705.0, 8694.0, 8718.0, 8692.0, 8702.0, 8695.0, 8726.0, 8720.0, 8753.0, 8731.0, 8749.0, 8712.0, 8750.0, 8726.0, 8706.0, 8725.0, 8683.0, 8691.0, 8686.0, 8685.0, 8696.0, 8744.0, 8769.0, 8711.0, 8744.0, 8674.0, 8682.0, 8691.0, 8724.0, 8747.0, 8722.0, 8729.0, 8654.0, 8664.0, 8664.0, 8686.0, 8721.0, 8732.0, 8722.0, 8753.0, 8703.0, 8761.0, 8755.0, 8741.0, 8713.0, 8672.0, 8697.0, 8692.0, 8701.0, 8683.0, 8701.0, 8731.0, 8740.0, 8776.0, 8755.0, 8782.0, 8767.0, 8720.0, 8725.0, 8703.0, 8680.0, 8651.0, 8666.0, 8674.0, 8710.0, 8740.0, 8721.0, 8732.0, 8740.0, 8705.0, 8732.0, 8759.0, 8717.0, 8726.0, 8754.0, 8782.0, 8795.0, 8778.0, 8732.0, 8754.0, 8707.0, 8750.0, 8738.0, 8695.0, 8731.0, 8677.0, 8670.0, 8662.0, 8658.0, 8674.0, 8712.0, 8694.0, 8701.0, 8674.0, 8688.0, 8678.0, 8723.0, 8696.0, 8729.0, 8771.0, 8710.0, 8716.0, 8676.0, 8702.0, 8698.0, 8703.0, 8702.0, 8749.0, 8751.0, 8724.0, 8712.0, 8678.0, 8688.0, 8712.0, 8760.0, 8695.0, 8757.0, 8678.0, 8691.0, 8714.0, 8699.0, 8774.0, 8711.0, 8748.0, 8697.0, 8716.0, 8711.0, 8737.0, 8720.0, 8770.0, 8763.0, 8737.0, 8746.0, 8705.0, 8711.0, 8673.0, 8670.0, 8690.0, 8750.0, 8717.0, 8702.0, 8726.0, 8670.0, 8677.0, 8665.0, 8699.0, 8721.0, 8704.0, 8724.0, 8652.0, 8688.0, 8680.0, 8690.0, 8680.0, 8732.0, 8701.0, 8731.0, 8742.0, 8762.0, 8733.0, 8721.0, 8764.0, 8728.0, 8731.0, 8719.0, 8788.0, 8752.0, 8710.0, 8797.0, 8758.0, 8754.0, 8710.0, 8719.0, 8763.0, 8704.0, 8709.0, 8668.0, 8661.0, 8674.0, 8715.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.0010279908151549942</td></tr>
<tr><td colspan=3>aqi</td><td>0.02944804707233065</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.02012259377014</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2153348025057458</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0165555409655183</td></tr>
<tr><td colspan=3>efc</td><td>0.4585</td></tr>
<tr><td colspan=3>fber</td><td>5379.9004</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15834144254126326</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>217</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>24.913892078071182</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.65541596220789</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.661369572911641</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.724845025943723</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.580033287768306</td></tr>
<tr><td colspan=3>gcor</td><td>0.0164633</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010505360551178455</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017428692430257797</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.914722592923771</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>30.4604</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.7655</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.1162</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305710.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>679.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>295.0438</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7615</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>454.3868</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3146.9775</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3344.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70834.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>992.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4063.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>854.2052</td></tr>
<tr><td colspan=3>tsnr</td><td>38.13329847995192</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>