<?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-0117_ses-01_task-social_acq-mb8_run-02_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-0117_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0117_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0117_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-02_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-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0117/figures/sub-0117_ses-01_task-social_acq-mb8_run-02_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-0117/ses-01/func/sub-0117_ses-01_task-social_acq-mb8_run-02_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>7992338e6075e9ad892c91ed9076e685</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>20:06:7.652500</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.999262, -0.030937, 0.0227707, 0.0310539, 0.999506, -0.0047972]</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-02_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.100479</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4217, -7724, -7259, 384, -147, 78, -21, 70]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>263.911</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9d6cf424-eed5-49bf-bbcf-578bb0d72665||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.6809465885162354, 0.08331534266471863, 0.061049848794937134, 107.35619354248047], [0.0830017626285553, 2.6816020011901855, -0.01485210470855236, -100.31358337402344], [0.06109214946627617, 0.012870539911091328, 2.6992688179016113, -69.64543151855469], [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': ['200607.652500', '200608.112500', '200608.572500', '200609.032500', '200609.492500', '200609.952500', '200610.412500', '200610.872500', '200611.332500', '200611.792500', '200612.252500', '200612.712500', '200613.172500', '200613.632500', '200614.092500', '200614.552500', '200615.012500', '200615.472500', '200615.932500', '200616.392500', '200616.852500', '200617.312500', '200617.772500', '200618.232500', '200618.692500', '200619.152500', '200619.612500', '200620.072500', '200620.532500', '200620.992500', '200621.452500', '200621.912500', '200622.372500', '200622.832500', '200623.292500', '200623.752500', '200624.212500', '200624.672500', '200625.132500', '200625.592500', '200626.052500', '200626.512500', '200626.972500', '200627.432500', '200627.892500', '200628.352500', '200628.812500', '200629.272500', '200629.732500', '200630.192500', '200630.652500', '200631.112500', '200631.572500', '200632.032500', '200632.492500', '200632.952500', '200633.412500', '200633.872500', '200634.332500', '200634.792500', '200635.252500', '200635.712500', '200636.172500', '200636.632500', '200637.092500', '200637.552500', '200638.012500', '200638.472500', '200638.932500', '200639.392500', '200639.852500', '200640.312500', '200640.772500', '200641.232500', '200641.692500', '200642.152500', '200642.612500', '200643.072500', '200643.532500', '200643.992500', '200644.452500', '200644.912500', '200645.372500', '200645.832500', '200646.292500', '200646.752500', '200647.212500', '200647.672500', '200648.132500', '200648.592500', '200649.052500', '200649.512500', '200649.972500', '200650.432500', '200650.892500', '200651.352500', '200651.812500', '200652.272500', '200652.732500', '200653.192500', '200653.652500', '200654.112500', '200654.572500', '200655.032500', '200655.492500', '200655.952500', '200656.412500', '200656.872500', '200657.332500', '200657.792500', '200658.252500', '200658.712500', '200659.172500', '200659.632500', '200700.092500', '200700.552500', '200701.012500', '200701.472500', '200701.932500', '200702.392500', '200702.852500', '200703.312500', '200703.772500', '200704.232500', '200704.692500', '200705.152500', '200705.612500', '200706.072500', '200706.532500', '200706.992500', '200707.452500', '200707.912500', '200708.372500', '200708.832500', '200709.292500', '200709.752500', '200710.212500', '200710.672500', '200711.132500', '200711.592500', '200712.052500', '200712.512500', '200712.972500', '200713.432500', '200713.892500', '200714.352500', '200714.812500', '200715.272500', '200715.732500', '200716.192500', '200716.652500', '200717.112500', '200717.572500', '200718.032500', '200718.492500', '200718.952500', '200719.412500', '200719.872500', '200720.332500', '200720.792500', '200721.252500', '200721.712500', '200722.172500', '200722.632500', '200723.092500', '200723.552500', '200724.012500', '200724.472500', '200724.932500', '200725.392500', '200725.852500', '200726.312500', '200726.772500', '200727.232500', '200727.692500', '200728.152500', '200728.612500', '200729.072500', '200729.532500', '200729.992500', '200730.452500', '200730.912500', '200731.372500', '200731.832500', '200732.292500', '200732.752500', '200733.212500', '200733.672500', '200734.132500', '200734.592500', '200735.052500', '200735.512500', '200735.972500', '200736.432500', '200736.892500', '200737.352500', '200737.812500', '200738.272500', '200738.732500', '200739.192500', '200739.652500', '200740.112500', '200740.572500', '200741.032500', '200741.492500', '200741.952500', '200742.412500', '200742.872500', '200743.332500', '200743.792500', '200744.252500', '200744.712500', '200745.172500', '200745.632500', '200746.092500', '200746.552500', '200747.012500', '200747.472500', '200747.932500', '200748.392500', '200748.852500', '200749.312500', '200749.772500', '200750.232500', '200750.692500', '200751.152500', '200751.612500', '200752.072500', '200752.532500', '200752.992500', '200753.452500', '200753.912500', '200754.372500', '200754.832500', '200755.292500', '200755.752500', '200756.212500', '200756.672500', '200757.132500', '200757.592500', '200758.052500', '200758.512500', '200758.972500', '200759.432500', '200759.892500', '200800.352500', '200800.812500', '200801.272500', '200801.732500', '200802.192500', '200802.652500', '200803.112500', '200803.572500', '200804.032500', '200804.492500', '200804.952500', '200805.412500', '200805.872500', '200806.332500', '200806.792500', '200807.252500', '200807.712500', '200808.172500', '200808.632500', '200809.092500', '200809.552500', '200810.012500', '200810.472500', '200810.932500', '200811.392500', '200811.852500', '200812.312500', '200812.772500', '200813.232500', '200813.692500', '200814.152500', '200814.612500', '200815.072500', '200815.532500', '200815.992500', '200816.452500', '200816.912500', '200817.372500', '200817.832500', '200818.292500', '200818.752500', '200819.212500', '200819.672500', '200820.132500', '200820.592500', '200821.052500', '200821.512500', '200821.972500', '200822.432500', '200822.892500', '200823.352500', '200823.812500', '200824.272500', '200824.732500', '200825.192500', '200825.652500', '200826.112500', '200826.572500', '200827.032500', '200827.492500', '200827.952500', '200828.412500', '200828.872500', '200829.332500', '200829.792500', '200830.252500', '200830.712500', '200831.172500', '200831.632500', '200832.092500', '200832.552500', '200833.012500', '200833.472500', '200833.932500', '200834.392500', '200834.852500', '200835.312500', '200835.772500', '200836.232500', '200836.692500', '200837.152500', '200837.612500', '200838.072500', '200838.532500', '200838.992500', '200839.452500', '200839.912500', '200840.372500', '200840.832500', '200841.292500', '200841.752500', '200842.212500', '200842.672500', '200843.132500', '200843.592500', '200844.052500', '200844.512500', '200844.972500', '200845.432500', '200845.892500', '200846.352500', '200846.812500', '200847.272500', '200847.732500', '200848.192500', '200848.652500', '200849.112500', '200849.572500', '200850.032500', '200850.492500', '200850.952500', '200851.412500', '200851.872500', '200852.332500', '200852.792500', '200853.252500', '200853.712500', '200854.172500', '200854.632500', '200855.092500', '200855.552500', '200856.012500', '200856.472500', '200856.932500', '200857.392500', '200857.852500', '200858.312500', '200858.772500', '200859.232500', '200859.692500', '200900.152500', '200900.612500', '200901.072500', '200901.532500', '200901.992500', '200902.452500', '200902.912500', '200903.372500', '200903.832500', '200904.292500', '200904.752500', '200905.212500', '200905.672500', '200906.132500', '200906.592500', '200907.052500', '200907.512500', '200907.972500', '200908.432500', '200908.892500', '200909.352500', '200909.812500', '200910.272500', '200910.732500', '200911.192500', '200911.652500', '200912.112500', '200912.572500', '200913.032500', '200913.492500', '200913.952500', '200914.412500', '200914.872500', '200915.332500', '200915.792500', '200916.252500', '200916.712500', '200917.172500', '200917.632500', '200918.092500', '200918.552500', '200919.012500', '200919.472500', '200919.932500', '200920.392500', '200920.852500', '200921.312500', '200921.772500', '200922.232500', '200922.692500', '200923.152500', '200923.612500', '200924.072500', '200924.532500', '200924.992500', '200925.452500', '200925.912500', '200926.372500', '200926.832500', '200927.292500', '200927.752500', '200928.212500', '200928.672500', '200929.132500', '200929.592500', '200930.052500', '200930.512500', '200930.972500', '200931.432500', '200931.892500', '200932.352500', '200932.812500', '200933.272500', '200933.732500', '200934.192500', '200934.652500', '200935.112500', '200935.572500', '200936.032500', '200936.492500', '200936.952500', '200937.412500', '200937.872500', '200938.332500', '200938.792500', '200939.252500', '200939.712500', '200940.172500', '200940.632500', '200941.092500', '200941.552500', '200942.012500', '200942.472500', '200942.932500', '200943.392500', '200943.852500', '200944.312500', '200944.772500', '200945.232500', '200945.692500', '200946.152500', '200946.612500', '200947.072500', '200947.532500', '200947.992500', '200948.452500', '200948.912500', '200949.372500', '200949.832500', '200950.292500', '200950.752500', '200951.212500', '200951.672500', '200952.132500', '200952.592500', '200953.052500', '200953.512500', '200953.972500', '200954.432500', '200954.892500', '200955.352500', '200955.812500', '200956.272500', '200956.732500', '200957.192500', '200957.652500', '200958.112500', '200958.572500', '200959.032500', '200959.492500', '200959.952500', '201000.412500', '201000.872500', '201001.332500', '201001.792500', '201002.252500', '201002.712500', '201003.172500', '201003.632500', '201004.092500', '201004.552500', '201005.012500', '201005.472500', '201005.932500', '201006.392500', '201006.852500', '201007.312500', '201007.772500', '201008.232500', '201008.692500', '201009.152500', '201009.612500', '201010.072500', '201010.532500', '201010.992500', '201011.452500', '201011.912500', '201012.372500', '201012.832500', '201013.292500', '201013.752500', '201014.212500', '201014.672500', '201015.132500', '201015.592500', '201016.052500', '201016.512500', '201016.972500', '201017.432500', '201017.892500', '201018.352500', '201018.812500', '201019.272500', '201019.732500', '201020.192500', '201020.652500', '201021.112500', '201021.572500', '201022.032500', '201022.492500', '201022.952500', '201023.412500', '201023.872500', '201024.332500', '201024.792500', '201025.252500', '201025.712500', '201026.172500', '201026.632500', '201027.092500', '201027.552500', '201028.012500', '201028.472500', '201028.932500', '201029.392500', '201029.852500', '201030.312500', '201030.772500', '201031.232500', '201031.692500', '201032.152500', '201032.612500', '201033.072500', '201033.532500', '201033.992500', '201034.452500', '201034.912500', '201035.372500', '201035.832500', '201036.292500', '201036.752500', '201037.212500', '201037.672500', '201038.132500', '201038.592500', '201039.052500', '201039.512500', '201039.972500', '201040.432500', '201040.892500', '201041.352500', '201041.812500', '201042.272500', '201042.732500', '201043.192500', '201043.652500', '201044.112500', '201044.572500', '201045.032500', '201045.492500', '201045.952500', '201046.412500', '201046.872500', '201047.332500', '201047.792500', '201048.252500', '201048.712500', '201049.172500', '201049.632500', '201050.092500', '201050.552500', '201051.012500', '201051.472500', '201051.932500', '201052.392500', '201052.852500', '201053.312500', '201053.772500', '201054.232500', '201054.692500', '201055.152500', '201055.612500', '201056.072500', '201056.532500', '201056.992500', '201057.452500', '201057.912500', '201058.372500', '201058.832500', '201059.292500', '201059.752500', '201100.212500', '201100.672500', '201101.132500', '201101.592500', '201102.052500', '201102.512500', '201102.972500', '201103.432500', '201103.892500', '201104.352500', '201104.812500', '201105.272500', '201105.732500', '201106.192500', '201106.652500', '201107.112500', '201107.572500', '201108.032500', '201108.492500', '201108.952500', '201109.412500', '201109.872500', '201110.332500', '201110.792500', '201111.252500', '201111.712500', '201112.172500', '201112.632500', '201113.092500', '201113.552500', '201114.012500', '201114.472500', '201114.932500', '201115.392500', '201115.852500', '201116.312500', '201116.772500', '201117.232500', '201117.692500', '201118.152500', '201118.612500', '201119.072500', '201119.532500', '201119.992500', '201120.452500', '201120.912500', '201121.372500', '201121.832500', '201122.292500', '201122.752500', '201123.212500', '201123.672500', '201124.132500', '201124.592500', '201125.052500', '201125.512500', '201125.972500', '201126.432500', '201126.892500', '201127.352500', '201127.812500', '201128.272500', '201128.732500', '201129.192500', '201129.652500', '201130.112500', '201130.572500', '201131.032500', '201131.492500', '201131.952500', '201132.412500', '201132.872500', '201133.332500', '201133.792500', '201134.252500', '201134.712500', '201135.172500', '201135.632500', '201136.092500', '201136.552500', '201137.012500', '201137.472500', '201137.932500', '201138.392500', '201138.852500', '201139.312500', '201139.772500', '201140.232500', '201140.692500', '201141.152500', '201141.612500', '201142.072500', '201142.532500', '201142.992500', '201143.452500', '201143.912500', '201144.372500', '201144.832500', '201145.292500', '201145.752500', '201146.212500', '201146.672500', '201147.132500', '201147.592500', '201148.052500', '201148.512500', '201148.972500', '201149.432500', '201149.892500', '201150.352500', '201150.812500', '201151.272500', '201151.732500', '201152.192500', '201152.652500', '201153.112500', '201153.572500', '201154.032500', '201154.492500', '201154.952500', '201155.412500', '201155.872500', '201156.332500', '201156.792500', '201157.252500', '201157.712500', '201158.172500', '201158.632500', '201159.092500', '201159.552500', '201200.012500', '201200.472500', '201200.932500', '201201.392500', '201201.852500', '201202.312500', '201202.772500', '201203.232500', '201203.692500', '201204.152500', '201204.612500', '201205.072500', '201205.532500', '201205.992500', '201206.452500', '201206.912500', '201207.372500', '201207.832500', '201208.292500', '201208.752500', '201209.212500', '201209.672500', '201210.132500', '201210.592500', '201211.052500', '201211.512500', '201211.972500', '201212.432500', '201212.892500', '201213.352500', '201213.812500', '201214.272500', '201214.732500', '201215.192500', '201215.652500', '201216.112500', '201216.572500', '201217.032500', '201217.492500', '201217.952500', '201218.412500', '201218.872500', '201219.332500', '201219.792500', '201220.252500', '201220.712500', '201221.172500', '201221.632500', '201222.092500', '201222.552500', '201223.012500', '201223.472500', '201223.932500', '201224.392500', '201224.852500', '201225.312500', '201225.772500', '201226.232500', '201226.692500', '201227.152500', '201227.612500', '201228.072500', '201228.532500', '201228.992500', '201229.452500', '201229.912500', '201230.372500', '201230.832500', '201231.292500', '201231.752500', '201232.212500', '201232.672500', '201233.132500', '201233.592500', '201234.052500', '201234.512500', '201234.972500', '201235.432500', '201235.892500', '201236.352500', '201236.812500', '201237.272500', '201237.732500', '201238.192500', '201238.652500', '201239.112500', '201239.572500', '201240.032500', '201240.492500', '201240.952500', '201241.412500', '201241.872500', '201242.332500', '201242.792500', '201243.252500', '201243.712500', '201244.172500', '201244.632500', '201245.092500', '201245.552500', '201246.012500', '201246.472500', '201246.932500', '201247.392500', '201247.852500', '201248.312500'], 'ContentTime': ['200622.922000', '200622.925000', '200622.928000', '200622.930000', '200622.933000', '200622.935000', '200622.938000', '200622.940000', '200622.943000', '200622.946000', '200622.974000', '200622.977000', '200622.979000', '200622.982000', '200622.984000', '200622.993000', '200622.995000', '200622.998000', '200623.001000', '200623.004000', '200623.006000', '200623.009000', '200623.011000', '200623.014000', '200623.017000', '200623.019000', '200623.022000', '200623.024000', '200623.027000', '200623.029000', '200623.032000', '200642.880000', '200642.882000', '200642.885000', '200642.888000', '200642.890000', '200642.893000', '200642.895000', '200642.898000', '200642.900000', '200642.903000', '200642.905000', '200642.908000', '200642.911000', '200642.913000', '200642.916000', '200642.918000', '200642.921000', '200642.923000', '200642.926000', '200642.928000', '200642.931000', '200642.934000', '200642.936000', '200642.939000', '200642.941000', '200642.944000', '200642.946000', '200642.949000', '200642.951000', '200642.954000', '200642.956000', '200642.959000', '200642.962000', '200642.964000', '200642.974000', '200642.977000', '200642.979000', '200642.982000', '200642.984000', '200642.987000', '200642.990000', '200642.992000', '200642.995000', '200702.879000', '200702.882000', '200702.885000', '200702.887000', '200702.890000', '200702.892000', '200702.895000', '200702.898000', '200702.904000', '200702.907000', '200702.910000', '200702.912000', '200702.915000', '200702.917000', '200702.920000', '200702.922000', '200702.925000', '200702.927000', '200702.930000', '200702.932000', '200702.935000', '200702.938000', '200702.940000', '200702.943000', '200702.954000', '200702.957000', '200702.959000', '200702.962000', '200702.964000', '200702.967000', '200702.969000', '200702.972000', '200702.974000', '200702.977000', '200702.980000', '200702.982000', '200702.985000', '200702.987000', '200702.990000', '200702.992000', '200702.995000', '200702.998000', '200703.001000', '200722.880000', '200722.883000', '200722.886000', '200722.888000', '200722.891000', '200722.893000', '200722.896000', '200722.898000', '200722.901000', '200722.904000', '200722.906000', '200722.909000', '200722.911000', '200722.914000', '200722.917000', '200722.919000', '200722.922000', '200722.924000', '200722.927000', '200722.929000', '200722.932000', '200722.934000', '200722.937000', '200722.939000', '200722.942000', '200722.945000', '200722.947000', '200722.950000', '200722.952000', '200722.955000', '200722.957000', '200722.960000', '200722.962000', '200722.965000', '200722.968000', '200722.970000', '200722.973000', '200722.975000', '200722.978000', '200722.980000', '200722.983000', '200722.985000', '200722.988000', '200722.991000', '200742.880000', '200742.883000', '200742.886000', '200742.888000', '200742.891000', '200742.894000', '200742.896000', '200742.899000', '200742.901000', '200742.904000', '200742.907000', '200742.909000', '200742.912000', '200742.914000', '200742.917000', '200742.919000', '200742.922000', '200742.924000', '200742.927000', '200742.930000', '200742.932000', '200742.935000', '200742.938000', '200742.940000', '200742.943000', '200742.945000', '200742.948000', '200742.951000', '200742.953000', '200742.956000', '200742.958000', '200742.961000', '200742.963000', '200742.966000', '200742.969000', '200742.971000', '200742.974000', '200742.976000', '200742.979000', '200742.982000', '200742.984000', '200742.987000', '200742.989000', '200742.992000', '200802.879000', '200802.882000', '200802.885000', '200802.887000', '200802.890000', '200802.892000', '200802.895000', '200802.898000', '200802.900000', '200802.903000', '200802.905000', '200802.908000', '200802.910000', '200802.913000', '200802.916000', '200802.918000', '200802.921000', '200802.923000', '200802.926000', '200802.928000', '200802.931000', '200802.934000', '200802.936000', '200802.939000', '200802.941000', '200802.944000', '200802.947000', '200802.949000', '200802.952000', '200802.954000', '200802.957000', '200802.959000', '200802.962000', '200802.965000', '200802.967000', '200802.970000', '200802.972000', '200802.975000', '200802.978000', '200802.980000', '200802.983000', '200802.985000', '200802.988000', '200822.879000', '200822.882000', '200822.885000', '200822.887000', '200822.890000', '200822.892000', '200822.895000', '200822.898000', '200822.900000', '200822.903000', '200822.905000', '200822.908000', '200822.911000', '200822.913000', '200822.916000', '200822.918000', '200822.921000', '200822.923000', '200822.926000', '200822.928000', '200822.931000', '200822.934000', '200822.936000', '200822.939000', '200822.941000', '200822.944000', '200822.946000', '200822.949000', '200822.951000', '200822.954000', '200822.957000', '200822.959000', '200822.962000', '200822.964000', '200822.967000', '200822.970000', '200822.972000', '200822.975000', '200822.977000', '200822.980000', '200822.982000', '200822.985000', '200822.988000', '200822.990000', '200842.880000', '200842.882000', '200842.885000', '200842.888000', '200842.890000', '200842.893000', '200842.896000', '200842.898000', '200842.901000', '200842.903000', '200842.906000', '200842.908000', '200842.911000', '200842.913000', '200842.916000', '200842.918000', '200842.921000', '200842.924000', '200842.926000', '200842.943000', '200842.945000', '200842.948000', '200842.950000', '200842.953000', '200842.956000', '200842.958000', '200842.961000', '200842.963000', '200842.966000', '200842.968000', '200842.971000', '200842.974000', '200842.976000', '200842.979000', '200842.981000', '200842.984000', '200842.987000', '200842.989000', '200842.992000', '200842.994000', '200842.997000', '200843.000000', '200843.003000', '200902.879000', '200902.882000', '200902.885000', '200902.887000', '200902.890000', '200902.893000', '200902.895000', '200902.898000', '200902.900000', '200902.903000', '200902.905000', '200902.908000', '200902.911000', '200902.913000', '200902.916000', '200902.918000', '200902.921000', '200902.923000', '200902.926000', '200902.929000', '200902.931000', '200902.934000', '200902.936000', '200902.939000', '200902.941000', '200902.944000', '200902.947000', '200902.949000', '200902.952000', '200902.955000', '200902.958000', '200902.961000', '200902.964000', '200902.966000', '200902.969000', '200902.971000', '200902.974000', '200902.977000', '200902.979000', '200902.982000', '200902.984000', '200902.987000', '200902.989000', '200922.879000', '200922.882000', '200922.885000', '200922.888000', '200922.890000', '200922.893000', '200922.895000', '200922.898000', '200922.901000', '200922.903000', '200922.906000', '200922.908000', '200922.911000', '200922.913000', '200922.916000', '200922.919000', '200922.921000', '200922.924000', '200922.926000', '200922.929000', '200922.931000', '200922.934000', '200922.937000', '200922.939000', '200922.942000', '200922.944000', '200922.947000', '200922.949000', '200922.952000', '200922.954000', '200922.957000', '200922.960000', '200922.962000', '200922.965000', '200922.967000', '200922.970000', '200922.972000', '200922.975000', '200922.977000', '200922.980000', '200922.983000', '200922.985000', '200922.988000', '200922.991000', '200942.880000', '200942.884000', '200942.887000', '200942.890000', '200942.892000', '200942.895000', '200942.898000', '200942.900000', '200942.903000', '200942.905000', '200942.908000', '200942.910000', '200942.913000', '200942.915000', '200942.918000', '200942.921000', '200942.923000', '200942.926000', '200942.928000', '200942.931000', '200942.934000', '200942.936000', '200942.939000', '200942.942000', '200942.944000', '200942.947000', '200942.950000', '200942.952000', '200942.955000', '200942.957000', '200942.960000', '200942.963000', '200942.965000', '200942.968000', '200942.970000', '200942.973000', '200942.976000', '200942.978000', '200942.981000', '200942.983000', '200942.986000', '200942.988000', '200942.991000', '201002.881000', '201002.883000', '201002.886000', '201002.889000', '201002.891000', '201002.894000', '201002.896000', '201002.899000', '201002.902000', '201002.904000', '201002.907000', '201002.909000', '201002.912000', '201002.914000', '201002.917000', '201002.920000', '201002.922000', '201002.925000', '201002.927000', '201002.930000', '201002.933000', '201002.935000', '201002.938000', '201002.940000', '201002.943000', '201002.946000', '201002.948000', '201002.951000', '201002.953000', '201002.956000', '201002.959000', '201002.961000', '201002.964000', '201002.966000', '201002.969000', '201002.972000', '201002.974000', '201002.977000', '201002.979000', '201002.982000', '201002.984000', '201002.987000', '201002.990000', '201002.992000', '201022.879000', '201022.929000', '201022.931000', '201022.934000', '201022.936000', '201022.939000', '201022.942000', '201022.944000', '201022.947000', '201022.949000', '201022.952000', '201022.954000', '201022.957000', '201022.960000', '201022.962000', '201022.965000', '201022.967000', '201022.970000', '201022.973000', '201022.975000', '201022.978000', '201022.980000', '201022.983000', '201022.985000', '201022.988000', '201022.991000', '201022.993000', '201022.996000', '201022.998000', '201023.002000', '201023.005000', '201023.007000', '201023.010000', '201023.012000', '201023.015000', '201023.017000', '201023.020000', '201023.022000', '201023.025000', '201023.028000', '201023.030000', '201023.033000', '201023.035000', '201042.879000', '201042.882000', '201042.885000', '201042.888000', '201042.890000', '201042.893000', '201042.895000', '201042.898000', '201042.901000', '201042.903000', '201042.906000', '201042.908000', '201042.911000', '201042.914000', '201042.916000', '201042.919000', '201042.922000', '201042.924000', '201042.927000', '201042.929000', '201042.932000', '201042.934000', '201042.937000', '201042.940000', '201042.942000', '201042.945000', '201042.947000', '201042.950000', '201042.952000', '201042.955000', '201042.958000', '201042.960000', '201042.963000', '201042.965000', '201042.968000', '201042.971000', '201042.973000', '201042.976000', '201042.978000', '201042.981000', '201042.984000', '201042.986000', '201042.989000', '201042.991000', '201102.879000', '201102.882000', '201102.885000', '201102.887000', '201102.890000', '201102.893000', '201102.895000', '201102.898000', '201102.900000', '201102.903000', '201102.906000', '201102.908000', '201102.911000', '201102.913000', '201102.916000', '201102.919000', '201102.921000', '201102.925000', '201102.927000', '201102.930000', '201102.932000', '201102.935000', '201102.938000', '201102.940000', '201102.943000', '201102.946000', '201102.948000', '201102.951000', '201102.954000', '201102.956000', '201102.959000', '201102.961000', '201102.964000', '201102.966000', '201102.969000', '201102.972000', '201102.974000', '201102.977000', '201102.979000', '201102.982000', '201102.985000', '201102.987000', '201102.990000', '201122.879000', '201122.882000', '201122.885000', '201122.887000', '201122.890000', '201122.893000', '201122.895000', '201122.898000', '201122.901000', '201122.903000', '201122.906000', '201122.908000', '201122.911000', '201122.914000', '201122.916000', '201122.919000', '201122.921000', '201122.924000', '201122.926000', '201122.929000', '201122.932000', '201122.934000', '201122.937000', '201122.939000', '201122.942000', '201122.944000', '201122.947000', '201122.950000', '201122.952000', '201122.955000', '201122.957000', '201122.960000', '201122.962000', '201122.965000', '201122.968000', '201122.970000', '201122.973000', '201122.975000', '201122.978000', '201122.980000', '201122.983000', '201122.986000', '201122.988000', '201122.991000', '201142.879000', '201142.882000', '201142.885000', '201142.887000', '201142.890000', '201142.892000', '201142.895000', '201142.898000', '201142.900000', '201142.903000', '201142.905000', '201142.919000', '201142.921000', '201142.924000', '201142.927000', '201142.930000', '201142.933000', '201142.936000', '201142.939000', '201142.941000', '201142.944000', '201142.946000', '201142.949000', '201142.952000', '201142.954000', '201142.957000', '201142.959000', '201142.962000', '201142.965000', '201142.967000', '201142.970000', '201142.972000', '201142.975000', '201142.978000', '201142.980000', '201142.983000', '201142.985000', '201142.988000', '201142.990000', '201142.993000', '201142.996000', '201142.998000', '201143.002000', '201202.881000', '201202.883000', '201202.886000', '201202.889000', '201202.891000', '201202.894000', '201202.897000', '201202.899000', '201202.902000', '201202.904000', '201202.907000', '201202.910000', '201202.912000', '201202.915000', '201202.917000', '201202.920000', '201202.922000', '201202.925000', '201202.928000', '201202.930000', '201202.933000', '201202.936000', '201202.938000', '201202.941000', '201202.944000', '201202.946000', '201202.949000', '201202.951000', '201202.954000', '201202.957000', '201202.959000', '201202.962000', '201202.964000', '201202.967000', '201202.970000', '201202.972000', '201202.975000', '201202.977000', '201202.980000', '201202.983000', '201202.985000', '201202.988000', '201202.990000', '201202.993000', '201222.881000', '201222.884000', '201222.886000', '201222.889000', '201222.893000', '201222.895000', '201222.898000', '201222.901000', '201222.903000', '201222.906000', '201222.908000', '201222.911000', '201222.914000', '201222.916000', '201222.919000', '201222.921000', '201222.924000', '201222.927000', '201222.929000', '201222.932000', '201222.934000', '201222.937000', '201222.939000', '201222.942000', '201222.945000', '201222.947000', '201222.950000', '201222.952000', '201222.955000', '201222.958000', '201222.960000', '201222.964000', '201222.967000', '201222.970000', '201222.973000', '201222.975000', '201222.978000', '201222.981000', '201222.983000', '201222.986000', '201222.988000', '201222.991000', '201222.993000', '201242.880000', '201242.882000', '201242.885000', '201242.888000', '201242.890000', '201242.893000', '201242.895000', '201242.898000', '201242.901000', '201242.903000', '201242.906000', '201242.908000', '201242.911000', '201242.914000', '201242.916000', '201242.919000', '201242.921000', '201242.924000', '201242.926000', '201242.929000', '201242.932000', '201242.934000', '201242.937000', '201242.939000', '201242.942000', '201242.944000', '201242.947000', '201242.950000', '201242.952000', '201242.955000', '201242.957000', '201242.960000', '201242.962000', '201242.965000', '201242.968000', '201242.970000', '201242.973000', '201242.975000', '201242.978000', '201242.981000', '201242.983000', '201242.986000', '201242.988000', '201242.991000', '201249.591000', '201249.594000', '201249.597000', '201249.601000', '201249.604000', '201249.607000', '201249.610000', '201249.613000', '201249.615000', '201249.618000', '201249.621000', '201249.624000', '201249.626000', '201249.629000', '201249.632000'], 'InstanceCreationTime': ['200622.922000', '200622.925000', '200622.928000', '200622.930000', '200622.933000', '200622.935000', '200622.938000', '200622.940000', '200622.943000', '200622.946000', '200622.974000', '200622.977000', '200622.979000', '200622.982000', '200622.984000', '200622.993000', '200622.995000', '200622.998000', '200623.001000', '200623.004000', '200623.006000', '200623.009000', '200623.011000', '200623.014000', '200623.017000', '200623.019000', '200623.022000', '200623.024000', '200623.027000', '200623.029000', '200623.032000', '200642.880000', '200642.882000', '200642.885000', '200642.888000', '200642.890000', '200642.893000', '200642.895000', '200642.898000', '200642.900000', '200642.903000', '200642.905000', '200642.908000', '200642.911000', '200642.913000', '200642.916000', '200642.918000', '200642.921000', '200642.923000', '200642.926000', '200642.928000', '200642.931000', '200642.934000', '200642.936000', '200642.939000', '200642.941000', '200642.944000', '200642.946000', '200642.949000', '200642.951000', '200642.954000', '200642.956000', '200642.959000', '200642.962000', '200642.964000', '200642.974000', '200642.977000', '200642.979000', '200642.982000', '200642.984000', '200642.987000', '200642.990000', '200642.992000', '200642.995000', '200702.879000', '200702.882000', '200702.885000', '200702.887000', '200702.890000', '200702.892000', '200702.895000', '200702.898000', '200702.904000', '200702.907000', '200702.910000', '200702.912000', '200702.915000', '200702.917000', '200702.920000', '200702.922000', '200702.925000', '200702.927000', '200702.930000', '200702.932000', '200702.935000', '200702.938000', '200702.940000', '200702.943000', '200702.954000', '200702.957000', '200702.959000', '200702.962000', '200702.964000', '200702.967000', '200702.969000', '200702.972000', '200702.974000', '200702.977000', '200702.980000', '200702.982000', '200702.985000', '200702.987000', '200702.990000', '200702.992000', '200702.995000', '200702.998000', '200703.001000', '200722.880000', '200722.883000', '200722.886000', '200722.888000', '200722.891000', '200722.893000', '200722.896000', '200722.898000', '200722.901000', '200722.904000', '200722.906000', '200722.909000', '200722.911000', '200722.914000', '200722.917000', '200722.919000', '200722.922000', '200722.924000', '200722.927000', '200722.929000', '200722.932000', '200722.934000', '200722.937000', '200722.939000', '200722.942000', '200722.945000', '200722.947000', '200722.950000', '200722.952000', '200722.955000', '200722.957000', '200722.960000', '200722.962000', '200722.965000', '200722.968000', '200722.970000', '200722.973000', '200722.975000', '200722.978000', '200722.980000', '200722.983000', '200722.985000', '200722.988000', '200722.991000', '200742.880000', '200742.883000', '200742.886000', '200742.888000', '200742.891000', '200742.894000', '200742.896000', '200742.899000', '200742.901000', '200742.904000', '200742.907000', '200742.909000', '200742.912000', '200742.914000', '200742.917000', '200742.919000', '200742.922000', '200742.924000', '200742.927000', '200742.930000', '200742.932000', '200742.935000', '200742.938000', '200742.940000', '200742.943000', '200742.945000', '200742.948000', '200742.951000', '200742.953000', '200742.956000', '200742.958000', '200742.961000', '200742.963000', '200742.966000', '200742.969000', '200742.971000', '200742.974000', '200742.976000', '200742.979000', '200742.982000', '200742.984000', '200742.987000', '200742.989000', '200742.992000', '200802.879000', '200802.882000', '200802.885000', '200802.887000', '200802.890000', '200802.892000', '200802.895000', '200802.898000', '200802.900000', '200802.903000', '200802.905000', '200802.908000', '200802.910000', '200802.913000', '200802.916000', '200802.918000', '200802.921000', '200802.923000', '200802.926000', '200802.928000', '200802.931000', '200802.934000', '200802.936000', '200802.939000', '200802.941000', '200802.944000', '200802.947000', '200802.949000', '200802.952000', '200802.954000', '200802.957000', '200802.959000', '200802.962000', '200802.965000', '200802.967000', '200802.970000', '200802.972000', '200802.975000', '200802.978000', '200802.980000', '200802.983000', '200802.985000', '200802.988000', '200822.879000', '200822.882000', '200822.885000', '200822.887000', '200822.890000', '200822.892000', '200822.895000', '200822.898000', '200822.900000', '200822.903000', '200822.905000', '200822.908000', '200822.911000', '200822.913000', '200822.916000', '200822.918000', '200822.921000', '200822.923000', '200822.926000', '200822.928000', '200822.931000', '200822.934000', '200822.936000', '200822.939000', '200822.941000', '200822.944000', '200822.946000', '200822.949000', '200822.951000', '200822.954000', '200822.957000', '200822.959000', '200822.962000', '200822.964000', '200822.967000', '200822.970000', '200822.972000', '200822.975000', '200822.977000', '200822.980000', '200822.982000', '200822.985000', '200822.988000', '200822.990000', '200842.880000', '200842.882000', '200842.885000', '200842.888000', '200842.890000', '200842.893000', '200842.896000', '200842.898000', '200842.901000', '200842.903000', '200842.906000', '200842.908000', '200842.911000', '200842.913000', '200842.916000', '200842.918000', '200842.921000', '200842.924000', '200842.926000', '200842.943000', '200842.945000', '200842.948000', '200842.950000', '200842.953000', '200842.956000', '200842.958000', '200842.961000', '200842.963000', '200842.966000', '200842.968000', '200842.971000', '200842.974000', '200842.976000', '200842.979000', '200842.981000', '200842.984000', '200842.987000', '200842.989000', '200842.992000', '200842.994000', '200842.997000', '200843.000000', '200843.003000', '200902.879000', '200902.882000', '200902.885000', '200902.887000', '200902.890000', '200902.893000', '200902.895000', '200902.898000', '200902.900000', '200902.903000', '200902.905000', '200902.908000', '200902.911000', '200902.913000', '200902.916000', '200902.918000', '200902.921000', '200902.923000', '200902.926000', '200902.929000', '200902.931000', '200902.934000', '200902.936000', '200902.939000', '200902.941000', '200902.944000', '200902.947000', '200902.949000', '200902.952000', '200902.955000', '200902.958000', '200902.961000', '200902.964000', '200902.966000', '200902.969000', '200902.971000', '200902.974000', '200902.977000', '200902.979000', '200902.982000', '200902.984000', '200902.987000', '200902.989000', '200922.879000', '200922.882000', '200922.885000', '200922.888000', '200922.890000', '200922.893000', '200922.895000', '200922.898000', '200922.901000', '200922.903000', '200922.906000', '200922.908000', '200922.911000', '200922.913000', '200922.916000', '200922.919000', '200922.921000', '200922.924000', '200922.926000', '200922.929000', '200922.931000', '200922.934000', '200922.937000', '200922.939000', '200922.942000', '200922.944000', '200922.947000', '200922.949000', '200922.952000', '200922.954000', '200922.957000', '200922.960000', '200922.962000', '200922.965000', '200922.967000', '200922.970000', '200922.972000', '200922.975000', '200922.977000', '200922.980000', '200922.983000', '200922.985000', '200922.988000', '200922.991000', '200942.880000', '200942.884000', '200942.887000', '200942.890000', '200942.892000', '200942.895000', '200942.898000', '200942.900000', '200942.903000', '200942.905000', '200942.908000', '200942.910000', '200942.913000', '200942.915000', '200942.918000', '200942.921000', '200942.923000', '200942.926000', '200942.928000', '200942.931000', '200942.934000', '200942.936000', '200942.939000', '200942.942000', '200942.944000', '200942.947000', '200942.950000', '200942.952000', '200942.955000', '200942.957000', '200942.960000', '200942.963000', '200942.965000', '200942.968000', '200942.970000', '200942.973000', '200942.976000', '200942.978000', '200942.981000', '200942.983000', '200942.986000', '200942.988000', '200942.991000', '201002.881000', '201002.883000', '201002.886000', '201002.889000', '201002.891000', '201002.894000', '201002.896000', '201002.899000', '201002.902000', '201002.904000', '201002.907000', '201002.909000', '201002.912000', '201002.914000', '201002.917000', '201002.920000', '201002.922000', '201002.925000', '201002.927000', '201002.930000', '201002.933000', '201002.935000', '201002.938000', '201002.940000', '201002.943000', '201002.946000', '201002.948000', '201002.951000', '201002.953000', '201002.956000', '201002.959000', '201002.961000', '201002.964000', '201002.966000', '201002.969000', '201002.972000', '201002.974000', '201002.977000', '201002.979000', '201002.982000', '201002.984000', '201002.987000', '201002.990000', '201002.992000', '201022.879000', '201022.929000', '201022.931000', '201022.934000', '201022.936000', '201022.939000', '201022.942000', '201022.944000', '201022.947000', '201022.949000', '201022.952000', '201022.954000', '201022.957000', '201022.960000', '201022.962000', '201022.965000', '201022.967000', '201022.970000', '201022.973000', '201022.975000', '201022.978000', '201022.980000', '201022.983000', '201022.985000', '201022.988000', '201022.991000', '201022.993000', '201022.996000', '201022.998000', '201023.002000', '201023.005000', '201023.007000', '201023.010000', '201023.012000', '201023.015000', '201023.017000', '201023.020000', '201023.022000', '201023.025000', '201023.028000', '201023.030000', '201023.033000', '201023.035000', '201042.879000', '201042.882000', '201042.885000', '201042.888000', '201042.890000', '201042.893000', '201042.895000', '201042.898000', '201042.901000', '201042.903000', '201042.906000', '201042.908000', '201042.911000', '201042.914000', '201042.916000', '201042.919000', '201042.922000', '201042.924000', '201042.927000', '201042.929000', '201042.932000', '201042.934000', '201042.937000', '201042.940000', '201042.942000', '201042.945000', '201042.947000', '201042.950000', '201042.952000', '201042.955000', '201042.958000', '201042.960000', '201042.963000', '201042.965000', '201042.968000', '201042.971000', '201042.973000', '201042.976000', '201042.978000', '201042.981000', '201042.984000', '201042.986000', '201042.989000', '201042.991000', '201102.879000', '201102.882000', '201102.885000', '201102.887000', '201102.890000', '201102.893000', '201102.895000', '201102.898000', '201102.900000', '201102.903000', '201102.906000', '201102.908000', '201102.911000', '201102.913000', '201102.916000', '201102.919000', '201102.921000', '201102.925000', '201102.927000', '201102.930000', '201102.932000', '201102.935000', '201102.938000', '201102.940000', '201102.943000', '201102.946000', '201102.948000', '201102.951000', '201102.954000', '201102.956000', '201102.959000', '201102.961000', '201102.964000', '201102.966000', '201102.969000', '201102.972000', '201102.974000', '201102.977000', '201102.979000', '201102.982000', '201102.985000', '201102.987000', '201102.990000', '201122.879000', '201122.882000', '201122.885000', '201122.887000', '201122.890000', '201122.893000', '201122.895000', '201122.898000', '201122.901000', '201122.903000', '201122.906000', '201122.908000', '201122.911000', '201122.914000', '201122.916000', '201122.919000', '201122.921000', '201122.924000', '201122.926000', '201122.929000', '201122.932000', '201122.934000', '201122.937000', '201122.939000', '201122.942000', '201122.944000', '201122.947000', '201122.950000', '201122.952000', '201122.955000', '201122.957000', '201122.960000', '201122.962000', '201122.965000', '201122.968000', '201122.970000', '201122.973000', '201122.975000', '201122.978000', '201122.980000', '201122.983000', '201122.986000', '201122.988000', '201122.991000', '201142.879000', '201142.882000', '201142.885000', '201142.887000', '201142.890000', '201142.892000', '201142.895000', '201142.898000', '201142.900000', '201142.903000', '201142.905000', '201142.919000', '201142.921000', '201142.924000', '201142.927000', '201142.930000', '201142.933000', '201142.936000', '201142.939000', '201142.941000', '201142.944000', '201142.946000', '201142.949000', '201142.952000', '201142.954000', '201142.957000', '201142.959000', '201142.962000', '201142.965000', '201142.967000', '201142.970000', '201142.972000', '201142.975000', '201142.978000', '201142.980000', '201142.983000', '201142.985000', '201142.988000', '201142.990000', '201142.993000', '201142.996000', '201142.998000', '201143.002000', '201202.881000', '201202.883000', '201202.886000', '201202.889000', '201202.891000', '201202.894000', '201202.897000', '201202.899000', '201202.902000', '201202.904000', '201202.907000', '201202.910000', '201202.912000', '201202.915000', '201202.917000', '201202.920000', '201202.922000', '201202.925000', '201202.928000', '201202.930000', '201202.933000', '201202.936000', '201202.938000', '201202.941000', '201202.944000', '201202.946000', '201202.949000', '201202.951000', '201202.954000', '201202.957000', '201202.959000', '201202.962000', '201202.964000', '201202.967000', '201202.970000', '201202.972000', '201202.975000', '201202.977000', '201202.980000', '201202.983000', '201202.985000', '201202.988000', '201202.990000', '201202.993000', '201222.881000', '201222.884000', '201222.886000', '201222.889000', '201222.893000', '201222.895000', '201222.898000', '201222.901000', '201222.903000', '201222.906000', '201222.908000', '201222.911000', '201222.914000', '201222.916000', '201222.919000', '201222.921000', '201222.924000', '201222.927000', '201222.929000', '201222.932000', '201222.934000', '201222.937000', '201222.939000', '201222.942000', '201222.945000', '201222.947000', '201222.950000', '201222.952000', '201222.955000', '201222.958000', '201222.960000', '201222.964000', '201222.967000', '201222.970000', '201222.973000', '201222.975000', '201222.978000', '201222.981000', '201222.983000', '201222.986000', '201222.988000', '201222.991000', '201222.993000', '201242.880000', '201242.882000', '201242.885000', '201242.888000', '201242.890000', '201242.893000', '201242.895000', '201242.898000', '201242.901000', '201242.903000', '201242.906000', '201242.908000', '201242.911000', '201242.914000', '201242.916000', '201242.919000', '201242.921000', '201242.924000', '201242.926000', '201242.929000', '201242.932000', '201242.934000', '201242.937000', '201242.939000', '201242.942000', '201242.944000', '201242.947000', '201242.950000', '201242.952000', '201242.955000', '201242.957000', '201242.960000', '201242.962000', '201242.965000', '201242.968000', '201242.970000', '201242.973000', '201242.975000', '201242.978000', '201242.981000', '201242.983000', '201242.986000', '201242.988000', '201242.991000', '201249.591000', '201249.594000', '201249.597000', '201249.601000', '201249.604000', '201249.607000', '201249.610000', '201249.613000', '201249.615000', '201249.618000', '201249.621000', '201249.624000', '201249.626000', '201249.629000', '201249.632000'], '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': [15136, 17463, 10574, 14390, 9369, 12864, 11489, 11640, 20032, 10073, 13898, 9314, 11952, 8781, 10936, 11662, 9620, 14249, 8852, 11920, 9128, 10424, 12654, 9250, 14184, 9002, 11275, 8866, 10706, 12409, 9653, 14142, 9328, 12820, 9202, 12455, 11351, 10583, 14944, 9068, 12927, 9871, 12197, 11023, 10439, 13627, 9608, 12818, 9132, 11485, 11122, 10120, 13379, 9442, 13456, 8882, 11902, 14839, 11058, 13366, 9226, 11834, 9124, 11817, 13717, 9897, 14040, 9649, 12195, 8936, 10340, 9548, 9773, 15156, 10604, 12434, 9234, 10329, 12098, 9508, 14074, 9571, 11844, 8940, 10449, 11319, 9482, 14885, 10283, 12489, 9299, 11532, 10914, 10010, 15328, 10116, 13315, 9275, 11343, 15994, 10352, 14633, 9439, 12165, 9854, 11816, 13935, 9593, 13430, 9189, 11307, 9200, 10964, 11064, 9702, 13905, 9459, 11617, 9509, 10554, 13598, 9946, 13690, 9223, 12602, 10634, 10063, 14753, 9879, 12252, 9275, 10562, 11780, 9492, 14552, 9584, 11186, 8805, 9910, 13813, 9087, 13260, 8900, 11694, 8687, 10398, 13138, 9508, 13941, 10153, 12259, 9163, 10140, 14962, 9877, 13572, 9905, 12382, 8863, 9987, 15081, 9738, 12941, 9751, 12065, 10062, 9540, 14867, 9556, 11895, 9316, 10520, 14994, 10025, 13001, 9503, 10862, 10495, 9468, 15077, 9976, 11817, 9255, 10762, 11724, 9232, 14464, 9722, 11019, 8681, 10183, 11113, 9414, 14349, 9426, 12231, 8859, 10898, 11786, 9683, 14742, 9593, 13061, 9270, 12116, 18432, 9909, 13521, 9978, 11864, 10185, 10993, 15021, 9192, 12438, 9424, 11126, 9582, 10669, 10643, 9220, 14350, 9586, 11868, 9329, 12448, 9636, 9684, 14950, 9424, 13233, 9664, 12829, 8636, 9992, 12792, 9336, 14105, 9353, 12448, 8792, 9857, 15060, 9616, 12352, 9589, 11955, 9323, 9846, 15414, 9714, 12228, 9191, 11929, 8854, 9418, 15004, 9584, 12414, 9269, 12564, 8667, 9779, 12607, 9097, 13718, 9465, 12785, 9160, 11487, 9714, 9913, 15877, 9672, 13299, 9367, 12140, 8944, 10076, 14382, 9379, 14029, 9983, 11649, 9201, 11928, 14034, 9597, 14643, 9604, 11375, 9226, 10482, 9768, 9225, 14894, 9878, 12461, 8823, 10531, 12183, 9591, 14160, 9082, 12405, 8774, 10202, 13555, 9546, 12980, 9508, 11017, 8830, 9771, 12063, 8989, 12151, 9079, 11189, 8331, 10242, 11006, 9540, 14470, 9809, 12569, 8940, 12348, 8652, 9691, 14685, 9933, 13568, 9319, 12863, 8492, 9601, 14903, 9464, 12864, 8695, 11892, 8122, 9640, 14816, 9433, 13048, 9360, 12842, 10008, 9659, 16483, 9747, 13043, 9315, 12159, 16973, 10147, 15185, 9166, 11050, 9007, 10843, 12549, 9504, 12776, 9288, 11348, 9189, 11288, 12930, 9924, 12865, 9410, 10640, 9077, 10781, 15050, 10496, 12434, 10069, 10710, 8833, 9740, 15260, 9942, 12415, 9490, 11144, 9176, 9887, 14898, 10417, 12552, 9428, 11274, 9105, 9718, 15314, 10730, 12311, 9074, 10824, 9928, 9486, 15011, 9775, 12112, 9309, 10988, 9226, 9907, 14728, 10201, 12311, 9417, 10667, 8734, 10841, 13391, 9530, 12687, 9331, 10660, 8260, 10060, 14468, 9913, 13262, 9295, 11530, 8995, 10637, 15378, 9790, 13464, 8788, 11683, 15037, 9597, 13802, 9821, 11521, 10127, 10345, 13877, 9565, 12137, 9860, 10575, 10269, 9447, 14095, 9358, 12007, 9402, 10609, 14908, 9377, 12346, 8471, 10948, 9052, 9154, 14541, 9713, 11916, 8842, 11138, 15500, 9860, 12948, 9343, 11638, 17233, 10309, 12861, 8886, 10268, 8705, 10087, 12689, 9068, 11737, 9417, 10786, 8556, 10319, 15425, 10751, 12889, 9097, 10753, 16883, 10311, 12805, 9621, 11121, 18886, 10442, 12829, 9365, 10284, 8989, 9547, 14414, 9770, 10897, 9217, 10086, 9123, 9333, 14769, 9890, 11894, 8668, 10311, 11109, 9520, 14434, 9551, 11440, 8704, 10612, 11584, 9408, 14859, 10081, 12018, 9283, 10883, 11560, 9459, 14633, 9472, 12126, 8864, 10844, 13126, 10113, 13773, 9382, 13112, 10130, 10694, 17814, 10216, 11987, 9604, 11520, 14900, 10262, 13218, 9282, 10586, 8980, 10075, 13590, 9991, 12498, 9086, 10468, 8824, 10569, 12928, 9822, 13109, 9070, 11338, 9092, 11628, 14511, 10715, 14787, 9493, 11044, 9089, 10708, 14597, 10000, 11663, 9330, 10390, 9010, 10896, 12449, 9997, 12780, 9527, 12055, 9325, 11818, 16451, 10220, 12677, 9314, 10545, 9329, 9531, 14971, 9899, 11721, 8980, 10697, 9251, 9692, 15033, 9355, 11637, 8801, 10827, 9539, 9680, 14559, 9406, 11601, 8858, 10385, 14017, 9489, 13803, 9325, 11506, 8838, 9721, 15236, 9577, 11853, 9704, 12282, 9795, 9979, 15184, 9771, 13196, 9383, 12368, 9580, 9944, 15524, 9773, 12817, 8965, 12258, 9371, 9502, 13985, 9120, 11931, 9548, 11175, 14017, 9953, 13119, 9296, 11390, 14073, 9425, 12474, 8894, 11698, 8680, 10353, 13343, 9508, 12599, 9207, 11905, 8783, 11941, 11936, 9342, 14748, 9450, 12179, 9128, 10767, 12894, 9462, 14971, 9346, 11570, 8708, 10223, 11269, 9523, 15488, 10468, 12144, 8780, 10364, 9860, 9415, 14618, 9235, 11764, 8887, 11653, 12963, 9963, 14681, 9469, 12059, 8444, 10087, 15093, 9295, 12904, 8791, 11666, 9523, 8939, 14551, 9054, 12351, 8554, 12366, 9665, 9285, 14950, 9793, 13058, 8919, 13060, 9731, 9744, 15597, 9192, 12238, 9630, 11364, 15370, 9221, 13026, 9281, 12017, 9769, 11100, 11154, 9565, 14773, 9458, 12778, 9250, 12076, 10897, 9264, 14861, 9266, 12325, 9323, 11176, 15310, 9982, 12751, 9144, 11011, 8682, 10641, 12273, 9519, 12622, 9079, 11837, 8871, 11492, 13416, 10440, 12220, 9076, 11405, 9343, 12182, 13576, 11003, 13035, 9494, 12271, 8972, 11919, 11992, 9832, 13194, 9437, 11880, 9118, 10511, 14530, 9478, 12283, 9022, 11173, 7998, 10178, 13667, 9361, 13721, 9544, 12434, 9229, 10385, 14584, 9285, 13741, 9124, 11701, 8326, 9815, 14258, 8956, 13466, 9181, 11918, 8620, 9778, 15498, 9317, 12227, 8605, 10503, 11432, 8918, 13387, 9688, 11705, 9899, 10026, 13830, 9059, 12294, 8931, 11623, 8880, 11018, 14067, 9506, 13181, 9369, 12414, 9404, 10448, 15204, 8805, 13503, 9372, 11933, 13032, 10124, 13688, 9257, 12178, 9514, 12194, 9840, 10664, 11113, 9200, 14057, 9585, 13408, 11157, 12323, 17250, 9263, 13121, 8950, 11864, 18373, 11174, 14312, 9442, 11692], 'WindowCenter': [4699.0, 4679.0, 4626.0, 4640.0, 4586.0, 4616.0, 4606.0, 4604.0, 4656.0, 4597.0, 4612.0, 4580.0, 4600.0, 4584.0, 4605.0, 4602.0, 4593.0, 4620.0, 4567.0, 4603.0, 4584.0, 4604.0, 4614.0, 4581.0, 4622.0, 4583.0, 4603.0, 4583.0, 4606.0, 4611.0, 4595.0, 4623.0, 4584.0, 4627.0, 4596.0, 4616.0, 4604.0, 4605.0, 4620.0, 4569.0, 4600.0, 4592.0, 4614.0, 4591.0, 4606.0, 4621.0, 4581.0, 4612.0, 4583.0, 4614.0, 4602.0, 4594.0, 4595.0, 4582.0, 4611.0, 4584.0, 4626.0, 4636.0, 4619.0, 4612.0, 4580.0, 4589.0, 4566.0, 4616.0, 4612.0, 4592.0, 4624.0, 4579.0, 4598.0, 4567.0, 4593.0, 4581.0, 4593.0, 4622.0, 4607.0, 4614.0, 4582.0, 4592.0, 4599.0, 4581.0, 4622.0, 4583.0, 4602.0, 4568.0, 4594.0, 4600.0, 4583.0, 4621.0, 4591.0, 4600.0, 4569.0, 4603.0, 4590.0, 4581.0, 4621.0, 4580.0, 4602.0, 4567.0, 4590.0, 4616.0, 4568.0, 4606.0, 4566.0, 4599.0, 4580.0, 4604.0, 4608.0, 4569.0, 4598.0, 4566.0, 4590.0, 4568.0, 4593.0, 4585.0, 4577.0, 4607.0, 4579.0, 4600.0, 4581.0, 4592.0, 4611.0, 4581.0, 4609.0, 4570.0, 4601.0, 4590.0, 4579.0, 4605.0, 4581.0, 4600.0, 4568.0, 4580.0, 4597.0, 4579.0, 4611.0, 4582.0, 4590.0, 4566.0, 4581.0, 4608.0, 4566.0, 4614.0, 4580.0, 4603.0, 4581.0, 4607.0, 4623.0, 4594.0, 4624.0, 4593.0, 4603.0, 4582.0, 4595.0, 4621.0, 4579.0, 4599.0, 4578.0, 4603.0, 4568.0, 4578.0, 4606.0, 4578.0, 4601.0, 4580.0, 4601.0, 4578.0, 4581.0, 4617.0, 4579.0, 4601.0, 4583.0, 4593.0, 4621.0, 4579.0, 4600.0, 4578.0, 4590.0, 4588.0, 4569.0, 4609.0, 4569.0, 4589.0, 4564.0, 4590.0, 4586.0, 4567.0, 4611.0, 4582.0, 4592.0, 4567.0, 4579.0, 4587.0, 4581.0, 4622.0, 4583.0, 4603.0, 4579.0, 4593.0, 4600.0, 4579.0, 4621.0, 4579.0, 4602.0, 4569.0, 4601.0, 4630.0, 4568.0, 4598.0, 4579.0, 4588.0, 4578.0, 4579.0, 4606.0, 4566.0, 4598.0, 4566.0, 4590.0, 4579.0, 4591.0, 4577.0, 4579.0, 4620.0, 4582.0, 4603.0, 4581.0, 4615.0, 4580.0, 4579.0, 4606.0, 4581.0, 4614.0, 4580.0, 4612.0, 4572.0, 4581.0, 4610.0, 4581.0, 4623.0, 4584.0, 4616.0, 4572.0, 4581.0, 4618.0, 4581.0, 4600.0, 4579.0, 4590.0, 4581.0, 4578.0, 4617.0, 4567.0, 4602.0, 4571.0, 4601.0, 4568.0, 4570.0, 4619.0, 4579.0, 4597.0, 4568.0, 4614.0, 4568.0, 4580.0, 4596.0, 4568.0, 4609.0, 4582.0, 4613.0, 4579.0, 4602.0, 4579.0, 4579.0, 4635.0, 4583.0, 4612.0, 4582.0, 4591.0, 4569.0, 4582.0, 4609.0, 4569.0, 4611.0, 4578.0, 4603.0, 4571.0, 4602.0, 4604.0, 4568.0, 4609.0, 4580.0, 4590.0, 4568.0, 4582.0, 4579.0, 4581.0, 4622.0, 4581.0, 4603.0, 4568.0, 4592.0, 4598.0, 4577.0, 4610.0, 4569.0, 4599.0, 4558.0, 4580.0, 4594.0, 4567.0, 4600.0, 4579.0, 4589.0, 4567.0, 4580.0, 4597.0, 4581.0, 4600.0, 4581.0, 4604.0, 4570.0, 4593.0, 4601.0, 4591.0, 4620.0, 4593.0, 4615.0, 4583.0, 4615.0, 4572.0, 4582.0, 4618.0, 4592.0, 4610.0, 4582.0, 4614.0, 4571.0, 4579.0, 4618.0, 4581.0, 4613.0, 4569.0, 4604.0, 4559.0, 4581.0, 4621.0, 4581.0, 4614.0, 4581.0, 4599.0, 4579.0, 4579.0, 4616.0, 4581.0, 4598.0, 4569.0, 4602.0, 4620.0, 4565.0, 4607.0, 4567.0, 4577.0, 4568.0, 4589.0, 4585.0, 4585.0, 4599.0, 4567.0, 4590.0, 4581.0, 4605.0, 4585.0, 4583.0, 4601.0, 4583.0, 4579.0, 4565.0, 4593.0, 4621.0, 4578.0, 4588.0, 4564.0, 4576.0, 4554.0, 4583.0, 4606.0, 4581.0, 4601.0, 4578.0, 4591.0, 4579.0, 4580.0, 4606.0, 4593.0, 4601.0, 4569.0, 4589.0, 4568.0, 4581.0, 4618.0, 4578.0, 4600.0, 4569.0, 4577.0, 4577.0, 4578.0, 4619.0, 4578.0, 4589.0, 4567.0, 4577.0, 4566.0, 4579.0, 4610.0, 4580.0, 4600.0, 4568.0, 4581.0, 4567.0, 4591.0, 4608.0, 4583.0, 4612.0, 4581.0, 4592.0, 4571.0, 4580.0, 4607.0, 4579.0, 4584.0, 4581.0, 4602.0, 4570.0, 4576.0, 4623.0, 4580.0, 4614.0, 4560.0, 4600.0, 4608.0, 4568.0, 4597.0, 4578.0, 4592.0, 4577.0, 4579.0, 4595.0, 4566.0, 4589.0, 4578.0, 4590.0, 4579.0, 4581.0, 4610.0, 4571.0, 4599.0, 4568.0, 4592.0, 4620.0, 4580.0, 4601.0, 4560.0, 4592.0, 4569.0, 4570.0, 4622.0, 4581.0, 4601.0, 4569.0, 4592.0, 4620.0, 4579.0, 4602.0, 4580.0, 4601.0, 4628.0, 4579.0, 4598.0, 4570.0, 4578.0, 4560.0, 4592.0, 4599.0, 4570.0, 4600.0, 4582.0, 4604.0, 4571.0, 4595.0, 4631.0, 4592.0, 4603.0, 4555.0, 4591.0, 4631.0, 4566.0, 4589.0, 4567.0, 4579.0, 4632.0, 4577.0, 4599.0, 4552.0, 4578.0, 4565.0, 4581.0, 4610.0, 4581.0, 4590.0, 4566.0, 4591.0, 4580.0, 4583.0, 4620.0, 4592.0, 4602.0, 4571.0, 4590.0, 4590.0, 4567.0, 4611.0, 4580.0, 4590.0, 4566.0, 4590.0, 4588.0, 4572.0, 4622.0, 4580.0, 4591.0, 4569.0, 4590.0, 4588.0, 4579.0, 4620.0, 4580.0, 4600.0, 4568.0, 4588.0, 4596.0, 4579.0, 4608.0, 4570.0, 4600.0, 4566.0, 4579.0, 4616.0, 4563.0, 4575.0, 4567.0, 4578.0, 4609.0, 4564.0, 4596.0, 4555.0, 4564.0, 4568.0, 4580.0, 4609.0, 4580.0, 4585.0, 4566.0, 4578.0, 4570.0, 4590.0, 4601.0, 4584.0, 4610.0, 4569.0, 4590.0, 4570.0, 4601.0, 4610.0, 4580.0, 4611.0, 4568.0, 4589.0, 4569.0, 4590.0, 4611.0, 4581.0, 4587.0, 4567.0, 4579.0, 4582.0, 4589.0, 4600.0, 4581.0, 4599.0, 4571.0, 4598.0, 4567.0, 4598.0, 4621.0, 4578.0, 4598.0, 4567.0, 4576.0, 4568.0, 4580.0, 4619.0, 4581.0, 4589.0, 4567.0, 4590.0, 4577.0, 4579.0, 4608.0, 4580.0, 4590.0, 4570.0, 4590.0, 4579.0, 4580.0, 4610.0, 4571.0, 4589.0, 4567.0, 4580.0, 4594.0, 4582.0, 4613.0, 4567.0, 4592.0, 4559.0, 4579.0, 4621.0, 4581.0, 4600.0, 4567.0, 4601.0, 4579.0, 4581.0, 4607.0, 4580.0, 4600.0, 4566.0, 4601.0, 4568.0, 4580.0, 4608.0, 4562.0, 4598.0, 4570.0, 4600.0, 4564.0, 4567.0, 4608.0, 4571.0, 4600.0, 4580.0, 4591.0, 4609.0, 4579.0, 4597.0, 4567.0, 4589.0, 4609.0, 4569.0, 4598.0, 4568.0, 4589.0, 4558.0, 4580.0, 4607.0, 4580.0, 4595.0, 4580.0, 4600.0, 4569.0, 4600.0, 4602.0, 4583.0, 4623.0, 4582.0, 4602.0, 4566.0, 4589.0, 4612.0, 4582.0, 4621.0, 4581.0, 4590.0, 4569.0, 4592.0, 4590.0, 4593.0, 4637.0, 4606.0, 4616.0, 4570.0, 4593.0, 4591.0, 4594.0, 4631.0, 4594.0, 4614.0, 4583.0, 4604.0, 4611.0, 4582.0, 4626.0, 4582.0, 4603.0, 4558.0, 4580.0, 4621.0, 4581.0, 4614.0, 4570.0, 4603.0, 4575.0, 4569.0, 4610.0, 4582.0, 4612.0, 4571.0, 4614.0, 4579.0, 4571.0, 4617.0, 4580.0, 4612.0, 4570.0, 4612.0, 4579.0, 4581.0, 4620.0, 4579.0, 4602.0, 4579.0, 4602.0, 4619.0, 4570.0, 4599.0, 4571.0, 4600.0, 4579.0, 4592.0, 4589.0, 4578.0, 4610.0, 4580.0, 4599.0, 4569.0, 4602.0, 4587.0, 4570.0, 4608.0, 4568.0, 4601.0, 4579.0, 4603.0, 4621.0, 4582.0, 4601.0, 4569.0, 4589.0, 4568.0, 4591.0, 4600.0, 4582.0, 4598.0, 4570.0, 4588.0, 4567.0, 4604.0, 4608.0, 4592.0, 4599.0, 4568.0, 4588.0, 4568.0, 4600.0, 4608.0, 4591.0, 4599.0, 4571.0, 4586.0, 4567.0, 4601.0, 4600.0, 4582.0, 4600.0, 4568.0, 4601.0, 4567.0, 4590.0, 4608.0, 4580.0, 4599.0, 4567.0, 4592.0, 4560.0, 4594.0, 4620.0, 4581.0, 4611.0, 4580.0, 4613.0, 4566.0, 4581.0, 4617.0, 4580.0, 4611.0, 4569.0, 4601.0, 4558.0, 4580.0, 4606.0, 4570.0, 4609.0, 4580.0, 4600.0, 4569.0, 4579.0, 4618.0, 4581.0, 4602.0, 4569.0, 4594.0, 4591.0, 4569.0, 4610.0, 4580.0, 4602.0, 4590.0, 4594.0, 4610.0, 4569.0, 4602.0, 4580.0, 4603.0, 4584.0, 4605.0, 4622.0, 4606.0, 4627.0, 4594.0, 4615.0, 4582.0, 4595.0, 4607.0, 4569.0, 4611.0, 4578.0, 4602.0, 4610.0, 4582.0, 4610.0, 4582.0, 4598.0, 4581.0, 4601.0, 4580.0, 4593.0, 4591.0, 4581.0, 4611.0, 4579.0, 4612.0, 4589.0, 4600.0, 4628.0, 4571.0, 4600.0, 4569.0, 4603.0, 4631.0, 4589.0, 4608.0, 4567.0, 4575.0], 'WindowWidth': [10251.0, 10207.0, 10122.0, 10136.0, 10055.0, 10092.0, 10083.0, 10075.0, 10160.0, 10069.0, 10085.0, 10038.0, 10064.0, 10049.0, 10075.0, 10072.0, 10062.0, 10093.0, 10017.0, 10072.0, 10050.0, 10075.0, 10089.0, 10043.0, 10097.0, 10044.0, 10070.0, 10044.0, 10077.0, 10083.0, 10062.0, 10103.0, 10050.0, 10111.0, 10070.0, 10093.0, 10075.0, 10077.0, 10098.0, 10022.0, 10061.0, 10057.0, 10089.0, 10054.0, 10080.0, 10099.0, 10042.0, 10081.0, 10048.0, 10089.0, 10073.0, 10062.0, 10053.0, 10044.0, 10078.0, 10052.0, 10112.0, 10125.0, 10102.0, 10086.0, 10038.0, 10048.0, 10011.0, 10094.0, 10086.0, 10057.0, 10101.0, 10039.0, 10057.0, 10017.0, 10057.0, 10041.0, 10063.0, 10101.0, 10087.0, 10089.0, 10043.0, 10056.0, 10066.0, 10043.0, 10098.0, 10045.0, 10067.0, 10020.0, 10059.0, 10067.0, 10044.0, 10098.0, 10055.0, 10066.0, 10020.0, 10068.0, 10051.0, 10037.0, 10099.0, 10038.0, 10068.0, 10014.0, 10049.0, 10085.0, 10013.0, 10065.0, 10012.0, 10060.0, 10035.0, 10072.0, 10072.0, 10018.0, 10056.0, 10012.0, 10047.0, 10018.0, 10056.0, 10040.0, 10032.0, 10066.0, 10035.0, 10066.0, 10039.0, 10055.0, 10082.0, 10039.0, 10075.0, 10022.0, 10064.0, 10053.0, 10032.0, 10069.0, 10039.0, 10062.0, 10015.0, 10034.0, 10059.0, 10036.0, 10080.0, 10041.0, 10051.0, 10015.0, 10039.0, 10075.0, 10013.0, 10086.0, 10040.0, 10070.0, 10042.0, 10085.0, 10101.0, 10064.0, 10101.0, 10060.0, 10071.0, 10044.0, 10061.0, 10100.0, 10036.0, 10060.0, 10033.0, 10072.0, 10019.0, 10034.0, 10073.0, 10033.0, 10065.0, 10038.0, 10066.0, 10032.0, 10039.0, 10086.0, 10034.0, 10066.0, 10044.0, 10055.0, 10100.0, 10035.0, 10064.0, 10033.0, 10047.0, 10048.0, 10017.0, 10074.0, 10017.0, 10046.0, 10009.0, 10049.0, 10042.0, 10017.0, 10078.0, 10040.0, 10052.0, 10017.0, 10034.0, 10044.0, 10040.0, 10096.0, 10045.0, 10071.0, 10037.0, 10057.0, 10064.0, 10034.0, 10093.0, 10036.0, 10066.0, 10019.0, 10063.0, 10111.0, 10015.0, 10056.0, 10032.0, 10044.0, 10030.0, 10033.0, 10069.0, 10012.0, 10056.0, 10015.0, 10049.0, 10036.0, 10052.0, 10028.0, 10033.0, 10089.0, 10044.0, 10071.0, 10043.0, 10089.0, 10038.0, 10035.0, 10070.0, 10041.0, 10087.0, 10040.0, 10083.0, 10027.0, 10041.0, 10079.0, 10042.0, 10100.0, 10049.0, 10092.0, 10028.0, 10039.0, 10090.0, 10040.0, 10063.0, 10034.0, 10049.0, 10037.0, 10033.0, 10086.0, 10016.0, 10066.0, 10025.0, 10065.0, 10017.0, 10023.0, 10089.0, 10036.0, 10055.0, 10017.0, 10086.0, 10019.0, 10036.0, 10054.0, 10019.0, 10076.0, 10045.0, 10085.0, 10036.0, 10068.0, 10039.0, 10036.0, 10123.0, 10045.0, 10084.0, 10041.0, 10050.0, 10019.0, 10039.0, 10080.0, 10023.0, 10078.0, 10031.0, 10069.0, 10025.0, 10067.0, 10066.0, 10017.0, 10076.0, 10037.0, 10049.0, 10019.0, 10038.0, 10034.0, 10040.0, 10098.0, 10041.0, 10070.0, 10017.0, 10052.0, 10060.0, 10031.0, 10078.0, 10020.0, 10061.0, 10003.0, 10033.0, 10053.0, 10014.0, 10061.0, 10035.0, 10047.0, 10016.0, 10035.0, 10057.0, 10039.0, 10064.0, 10043.0, 10072.0, 10026.0, 10060.0, 10070.0, 10056.0, 10093.0, 10059.0, 10089.0, 10045.0, 10090.0, 10028.0, 10043.0, 10090.0, 10057.0, 10080.0, 10043.0, 10089.0, 10024.0, 10034.0, 10089.0, 10041.0, 10084.0, 10021.0, 10074.0, 10011.0, 10040.0, 10098.0, 10040.0, 10088.0, 10040.0, 10063.0, 10034.0, 10035.0, 10085.0, 10037.0, 10056.0, 10021.0, 10067.0, 10094.0, 10007.0, 10071.0, 10014.0, 10027.0, 10015.0, 10044.0, 10038.0, 10050.0, 10061.0, 10017.0, 10049.0, 10040.0, 10075.0, 10037.0, 10043.0, 10067.0, 10043.0, 10031.0, 10011.0, 10055.0, 10097.0, 10031.0, 10044.0, 10009.0, 10026.0, 9993.0, 10045.0, 10068.0, 10041.0, 10065.0, 10032.0, 10052.0, 10036.0, 10037.0, 10071.0, 10057.0, 10065.0, 10019.0, 10046.0, 10018.0, 10037.0, 10091.0, 10030.0, 10062.0, 10018.0, 10026.0, 10030.0, 10032.0, 10090.0, 10033.0, 10046.0, 10015.0, 10027.0, 10012.0, 10034.0, 10081.0, 10037.0, 10060.0, 10017.0, 10035.0, 10017.0, 10053.0, 10076.0, 10043.0, 10080.0, 10039.0, 10052.0, 10028.0, 10036.0, 10072.0, 10033.0, 10029.0, 10040.0, 10068.0, 10022.0, 10025.0, 10103.0, 10036.0, 10089.0, 10009.0, 10063.0, 10073.0, 10016.0, 10055.0, 10033.0, 10051.0, 10028.0, 10032.0, 10055.0, 10011.0, 10041.0, 10029.0, 10048.0, 10035.0, 10037.0, 10077.0, 10024.0, 10061.0, 10019.0, 10054.0, 10095.0, 10039.0, 10066.0, 10010.0, 10054.0, 10020.0, 10023.0, 10097.0, 10041.0, 10067.0, 10023.0, 10052.0, 10099.0, 10036.0, 10068.0, 10035.0, 10066.0, 10108.0, 10033.0, 10058.0, 10021.0, 10031.0, 10007.0, 10052.0, 10064.0, 10024.0, 10063.0, 10041.0, 10071.0, 10027.0, 10060.0, 10112.0, 10055.0, 10070.0, 9997.0, 10051.0, 10111.0, 10010.0, 10045.0, 10010.0, 10030.0, 10116.0, 10027.0, 10059.0, 9986.0, 10030.0, 10014.0, 10038.0, 10077.0, 10037.0, 10048.0, 10016.0, 10050.0, 10037.0, 10044.0, 10093.0, 10056.0, 10068.0, 10024.0, 10051.0, 10052.0, 10012.0, 10082.0, 10038.0, 10049.0, 10016.0, 10049.0, 10048.0, 10026.0, 10096.0, 10039.0, 10050.0, 10019.0, 10048.0, 10047.0, 10034.0, 10091.0, 10037.0, 10063.0, 10017.0, 10045.0, 10056.0, 10031.0, 10072.0, 10021.0, 10063.0, 10011.0, 10030.0, 10084.0, 10005.0, 10022.0, 10013.0, 10027.0, 10076.0, 10003.0, 10053.0, 9995.0, 10005.0, 10017.0, 10035.0, 10077.0, 10036.0, 10035.0, 10013.0, 10030.0, 10024.0, 10050.0, 10069.0, 10045.0, 10079.0, 10019.0, 10049.0, 10025.0, 10066.0, 10082.0, 10038.0, 10080.0, 10018.0, 10044.0, 10018.0, 10048.0, 10083.0, 10037.0, 10043.0, 10015.0, 10030.0, 10041.0, 10047.0, 10065.0, 10037.0, 10061.0, 10021.0, 10057.0, 10015.0, 10057.0, 10097.0, 10031.0, 10056.0, 10014.0, 10025.0, 10016.0, 10035.0, 10089.0, 10036.0, 10044.0, 10014.0, 10049.0, 10030.0, 10035.0, 10071.0, 10038.0, 10049.0, 10023.0, 10049.0, 10034.0, 10038.0, 10077.0, 10024.0, 10047.0, 10014.0, 10033.0, 10047.0, 10041.0, 10083.0, 10015.0, 10053.0, 10003.0, 10033.0, 10089.0, 10040.0, 10065.0, 10014.0, 10063.0, 10035.0, 10038.0, 10069.0, 10037.0, 10063.0, 10016.0, 10067.0, 10017.0, 10033.0, 10071.0, 10001.0, 10057.0, 10020.0, 10063.0, 10009.0, 10015.0, 10069.0, 10024.0, 10063.0, 10037.0, 10051.0, 10076.0, 10030.0, 10053.0, 10013.0, 10045.0, 10076.0, 10018.0, 10059.0, 10018.0, 10046.0, 10003.0, 10035.0, 10071.0, 10035.0, 10053.0, 10037.0, 10062.0, 10022.0, 10062.0, 10071.0, 10045.0, 10098.0, 10041.0, 10068.0, 10014.0, 10047.0, 10084.0, 10040.0, 10094.0, 10039.0, 10050.0, 10019.0, 10056.0, 10050.0, 10061.0, 10125.0, 10080.0, 10090.0, 10023.0, 10058.0, 10054.0, 10062.0, 10111.0, 10064.0, 10087.0, 10047.0, 10075.0, 10085.0, 10040.0, 10107.0, 10042.0, 10070.0, 10006.0, 10037.0, 10095.0, 10039.0, 10085.0, 10023.0, 10069.0, 10027.0, 10022.0, 10075.0, 10043.0, 10083.0, 10025.0, 10085.0, 10034.0, 10023.0, 10085.0, 10038.0, 10081.0, 10023.0, 10085.0, 10034.0, 10037.0, 10093.0, 10036.0, 10068.0, 10037.0, 10069.0, 10092.0, 10023.0, 10059.0, 10024.0, 10063.0, 10036.0, 10053.0, 10049.0, 10033.0, 10075.0, 10039.0, 10059.0, 10020.0, 10068.0, 10045.0, 10022.0, 10070.0, 10020.0, 10066.0, 10035.0, 10069.0, 10097.0, 10041.0, 10065.0, 10019.0, 10048.0, 10021.0, 10052.0, 10065.0, 10039.0, 10060.0, 10023.0, 10045.0, 10018.0, 10069.0, 10076.0, 10052.0, 10060.0, 10017.0, 10042.0, 10016.0, 10063.0, 10076.0, 10051.0, 10061.0, 10023.0, 10039.0, 10015.0, 10063.0, 10065.0, 10040.0, 10062.0, 10019.0, 10063.0, 10014.0, 10047.0, 10075.0, 10036.0, 10060.0, 10018.0, 10052.0, 10010.0, 10056.0, 10091.0, 10041.0, 10080.0, 10039.0, 10083.0, 10016.0, 10038.0, 10086.0, 10036.0, 10079.0, 10021.0, 10064.0, 10006.0, 10037.0, 10070.0, 10023.0, 10076.0, 10037.0, 10064.0, 10019.0, 10035.0, 10090.0, 10042.0, 10070.0, 10022.0, 10059.0, 10052.0, 10022.0, 10076.0, 10038.0, 10071.0, 10053.0, 10059.0, 10078.0, 10022.0, 10066.0, 10041.0, 10071.0, 10045.0, 10074.0, 10103.0, 10087.0, 10109.0, 10066.0, 10089.0, 10043.0, 10062.0, 10072.0, 10024.0, 10080.0, 10032.0, 10065.0, 10079.0, 10041.0, 10081.0, 10039.0, 10058.0, 10041.0, 10064.0, 10038.0, 10057.0, 10053.0, 10039.0, 10078.0, 10034.0, 10081.0, 10050.0, 10067.0, 10106.0, 10023.0, 10064.0, 10022.0, 10066.0, 10112.0, 10048.0, 10070.0, 10012.0, 10020.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.0003323705408515535</td></tr>
<tr><td colspan=3>aqi</td><td>0.01970866432681243</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.91587035899767</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.253008846728112</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9961172707949315</td></tr>
<tr><td colspan=3>efc</td><td>0.5559</td></tr>
<tr><td colspan=3>fber</td><td>3268.2705</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09100458610173258</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>24</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.761795166858458</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3407056996224527</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2212644015863843</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.574363847713292</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.226488849567681</td></tr>
<tr><td colspan=3>gcor</td><td>0.00531304</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.026402529329061508</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.073793426156044</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.221113015640418</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>10.2542</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>66.7325</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>283.7408</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>278050.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1353.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>477.8832</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.099</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>559.4266</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3666.0473</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3791.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>98494.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1591.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4802.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>898.0998</td></tr>
<tr><td colspan=3>tsnr</td><td>39.67332018073648</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>