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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0092_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-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0092/figures/sub-0092_ses-04_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-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-04_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-0092/ses-04/func/sub-0092_ses-04_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>1af1558e4aa5dd661c7bd46da5364dd9</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:04:31.045000</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.998841, -0.048119, 0.000890384, 0.0478031, 0.994087, 0.0974989]</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.252</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.0907191</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>[4142, -7750, -7206, 686, -45, -94, 83, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.217</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3200d1b5-82ac-407a-ba8a-99aa2dd47bab||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.6798179149627686, 0.12825210392475128, 0.015057005919516087, 103.1296157836914], [0.1290997713804245, 2.667062520980835, 0.2628270387649536, -109.15461730957031], [0.00238883588463068, -0.2615824043750763, 2.6871352195739746, -35.36450958251953], [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': ['200431.045000', '200431.505000', '200431.965000', '200432.425000', '200432.885000', '200433.345000', '200433.805000', '200434.265000', '200434.725000', '200435.185000', '200435.645000', '200436.105000', '200436.565000', '200437.025000', '200437.485000', '200437.945000', '200438.405000', '200438.865000', '200439.325000', '200439.785000', '200440.245000', '200440.705000', '200441.165000', '200441.625000', '200442.085000', '200442.545000', '200443.005000', '200443.465000', '200443.925000', '200444.385000', '200444.845000', '200445.305000', '200445.765000', '200446.225000', '200446.685000', '200447.145000', '200447.605000', '200448.065000', '200448.525000', '200448.985000', '200449.445000', '200449.905000', '200450.365000', '200450.825000', '200451.285000', '200451.745000', '200452.205000', '200452.665000', '200453.125000', '200453.585000', '200454.045000', '200454.505000', '200454.965000', '200455.425000', '200455.885000', '200456.345000', '200456.805000', '200457.265000', '200457.725000', '200458.185000', '200458.645000', '200459.105000', '200459.565000', '200500.025000', '200500.485000', '200500.945000', '200501.405000', '200501.865000', '200502.325000', '200502.785000', '200503.245000', '200503.705000', '200504.165000', '200504.625000', '200505.085000', '200505.545000', '200506.005000', '200506.465000', '200506.925000', '200507.385000', '200507.845000', '200508.305000', '200508.765000', '200509.225000', '200509.685000', '200510.145000', '200510.605000', '200511.065000', '200511.525000', '200511.985000', '200512.445000', '200512.905000', '200513.365000', '200513.825000', '200514.285000', '200514.745000', '200515.205000', '200515.665000', '200516.125000', '200516.585000', '200517.045000', '200517.505000', '200517.965000', '200518.425000', '200518.885000', '200519.345000', '200519.805000', '200520.265000', '200520.725000', '200521.185000', '200521.645000', '200522.105000', '200522.565000', '200523.025000', '200523.485000', '200523.945000', '200524.405000', '200524.865000', '200525.325000', '200525.785000', '200526.245000', '200526.705000', '200527.165000', '200527.625000', '200528.085000', '200528.545000', '200529.005000', '200529.465000', '200529.925000', '200530.385000', '200530.845000', '200531.305000', '200531.765000', '200532.225000', '200532.685000', '200533.145000', '200533.605000', '200534.065000', '200534.525000', '200534.985000', '200535.445000', '200535.905000', '200536.365000', '200536.825000', '200537.285000', '200537.745000', '200538.205000', '200538.665000', '200539.125000', '200539.585000', '200540.045000', '200540.505000', '200540.965000', '200541.425000', '200541.885000', '200542.345000', '200542.805000', '200543.265000', '200543.725000', '200544.185000', '200544.645000', '200545.105000', '200545.565000', '200546.025000', '200546.485000', '200546.945000', '200547.405000', '200547.865000', '200548.325000', '200548.785000', '200549.245000', '200549.705000', '200550.165000', '200550.625000', '200551.085000', '200551.545000', '200552.005000', '200552.465000', '200552.925000', '200553.385000', '200553.845000', '200554.305000', '200554.765000', '200555.225000', '200555.685000', '200556.145000', '200556.605000', '200557.065000', '200557.525000', '200557.985000', '200558.445000', '200558.905000', '200559.365000', '200559.825000', '200600.285000', '200600.745000', '200601.205000', '200601.665000', '200602.125000', '200602.585000', '200603.045000', '200603.505000', '200603.965000', '200604.425000', '200604.885000', '200605.345000', '200605.805000', '200606.265000', '200606.725000', '200607.185000', '200607.645000', '200608.105000', '200608.565000', '200609.025000', '200609.485000', '200609.945000', '200610.405000', '200610.865000', '200611.325000', '200611.785000', '200612.245000', '200612.705000', '200613.165000', '200613.625000', '200614.085000', '200614.545000', '200615.005000', '200615.465000', '200615.925000', '200616.385000', '200616.845000', '200617.305000', '200617.765000', '200618.225000', '200618.685000', '200619.145000', '200619.605000', '200620.065000', '200620.525000', '200620.985000', '200621.445000', '200621.905000', '200622.365000', '200622.825000', '200623.285000', '200623.745000', '200624.205000', '200624.665000', '200625.125000', '200625.585000', '200626.045000', '200626.505000', '200626.965000', '200627.425000', '200627.885000', '200628.345000', '200628.805000', '200629.265000', '200629.725000', '200630.185000', '200630.645000', '200631.105000', '200631.565000', '200632.025000', '200632.485000', '200632.945000', '200633.405000', '200633.865000', '200634.325000', '200634.785000', '200635.245000', '200635.705000', '200636.165000', '200636.625000', '200637.085000', '200637.545000', '200638.005000', '200638.465000', '200638.925000', '200639.385000', '200639.845000', '200640.305000', '200640.765000', '200641.225000', '200641.685000', '200642.145000', '200642.605000', '200643.065000', '200643.525000', '200643.985000', '200644.445000', '200644.905000', '200645.365000', '200645.825000', '200646.285000', '200646.745000', '200647.205000', '200647.665000', '200648.125000', '200648.585000', '200649.045000', '200649.505000', '200649.965000', '200650.425000', '200650.885000', '200651.345000', '200651.805000', '200652.265000', '200652.725000', '200653.185000', '200653.645000', '200654.105000', '200654.565000', '200655.025000', '200655.485000', '200655.945000', '200656.405000', '200656.865000', '200657.325000', '200657.785000', '200658.245000', '200658.705000', '200659.165000', '200659.625000', '200700.085000', '200700.545000', '200701.005000', '200701.465000', '200701.925000', '200702.385000', '200702.845000', '200703.305000', '200703.765000', '200704.225000', '200704.685000', '200705.145000', '200705.605000', '200706.065000', '200706.525000', '200706.985000', '200707.445000', '200707.905000', '200708.365000', '200708.825000', '200709.285000', '200709.745000', '200710.205000', '200710.665000', '200711.125000', '200711.585000', '200712.045000', '200712.505000', '200712.965000', '200713.425000', '200713.885000', '200714.345000', '200714.805000', '200715.265000', '200715.725000', '200716.185000', '200716.645000', '200717.105000', '200717.565000', '200718.025000', '200718.485000', '200718.945000', '200719.405000', '200719.865000', '200720.325000', '200720.785000', '200721.245000', '200721.705000', '200722.165000', '200722.625000', '200723.085000', '200723.545000', '200724.005000', '200724.465000', '200724.925000', '200725.385000', '200725.845000', '200726.305000', '200726.765000', '200727.225000', '200727.685000', '200728.145000', '200728.605000', '200729.065000', '200729.525000', '200729.985000', '200730.445000', '200730.905000', '200731.365000', '200731.825000', '200732.285000', '200732.745000', '200733.205000', '200733.665000', '200734.125000', '200734.585000', '200735.045000', '200735.505000', '200735.965000', '200736.425000', '200736.885000', '200737.345000', '200737.805000', '200738.265000', '200738.725000', '200739.185000', '200739.645000', '200740.105000', '200740.565000', '200741.025000', '200741.485000', '200741.945000', '200742.405000', '200742.865000', '200743.325000', '200743.785000', '200744.245000', '200744.705000', '200745.165000', '200745.625000', '200746.085000', '200746.545000', '200747.005000', '200747.465000', '200747.925000', '200748.385000', '200748.845000', '200749.305000', '200749.765000', '200750.225000', '200750.685000', '200751.145000', '200751.605000', '200752.065000', '200752.525000', '200752.985000', '200753.445000', '200753.905000', '200754.365000', '200754.825000', '200755.285000', '200755.745000', '200756.205000', '200756.665000', '200757.125000', '200757.585000', '200758.045000', '200758.505000', '200758.965000', '200759.425000', '200759.885000', '200800.345000', '200800.805000', '200801.265000', '200801.725000', '200802.185000', '200802.645000', '200803.105000', '200803.565000', '200804.025000', '200804.485000', '200804.945000', '200805.405000', '200805.865000', '200806.325000', '200806.785000', '200807.245000', '200807.705000', '200808.165000', '200808.625000', '200809.085000', '200809.545000', '200810.005000', '200810.465000', '200810.925000', '200811.385000', '200811.845000', '200812.305000', '200812.765000', '200813.225000', '200813.685000', '200814.145000', '200814.605000', '200815.065000', '200815.525000', '200815.985000', '200816.445000', '200816.905000', '200817.365000', '200817.825000', '200818.285000', '200818.745000', '200819.205000', '200819.665000', '200820.125000', '200820.585000', '200821.045000', '200821.505000', '200821.965000', '200822.425000', '200822.885000', '200823.345000', '200823.805000', '200824.265000', '200824.725000', '200825.185000', '200825.645000', '200826.105000', '200826.565000', '200827.025000', '200827.485000', '200827.945000', '200828.405000', '200828.865000', '200829.325000', '200829.785000', '200830.245000', '200830.705000', '200831.165000', '200831.625000', '200832.085000', '200832.545000', '200833.005000', '200833.465000', '200833.925000', '200834.385000', '200834.845000', '200835.305000', '200835.765000', '200836.225000', '200836.685000', '200837.145000', '200837.605000', '200838.065000', '200838.525000', '200838.985000', '200839.445000', '200839.905000', '200840.365000', '200840.825000', '200841.285000', '200841.745000', '200842.205000', '200842.665000', '200843.125000', '200843.585000', '200844.045000', '200844.505000', '200844.965000', '200845.425000', '200845.885000', '200846.345000', '200846.805000', '200847.265000', '200847.725000', '200848.185000', '200848.645000', '200849.105000', '200849.565000', '200850.025000', '200850.485000', '200850.945000', '200851.405000', '200851.865000', '200852.325000', '200852.785000', '200853.245000', '200853.705000', '200854.165000', '200854.625000', '200855.085000', '200855.545000', '200856.005000', '200856.465000', '200856.925000', '200857.385000', '200857.845000', '200858.305000', '200858.765000', '200859.225000', '200859.685000', '200900.145000', '200900.605000', '200901.065000', '200901.525000', '200901.985000', '200902.445000', '200902.905000', '200903.365000', '200903.825000', '200904.285000', '200904.745000', '200905.205000', '200905.665000', '200906.125000', '200906.585000', '200907.045000', '200907.505000', '200907.965000', '200908.425000', '200908.885000', '200909.345000', '200909.805000', '200910.265000', '200910.725000', '200911.185000', '200911.645000', '200912.105000', '200912.565000', '200913.025000', '200913.485000', '200913.945000', '200914.405000', '200914.865000', '200915.325000', '200915.785000', '200916.245000', '200916.705000', '200917.165000', '200917.625000', '200918.085000', '200918.545000', '200919.005000', '200919.465000', '200919.925000', '200920.385000', '200920.845000', '200921.305000', '200921.765000', '200922.225000', '200922.685000', '200923.145000', '200923.605000', '200924.065000', '200924.525000', '200924.985000', '200925.445000', '200925.905000', '200926.365000', '200926.825000', '200927.285000', '200927.745000', '200928.205000', '200928.665000', '200929.125000', '200929.585000', '200930.045000', '200930.505000', '200930.965000', '200931.425000', '200931.885000', '200932.345000', '200932.805000', '200933.265000', '200933.725000', '200934.185000', '200934.645000', '200935.105000', '200935.565000', '200936.025000', '200936.485000', '200936.945000', '200937.405000', '200937.865000', '200938.325000', '200938.785000', '200939.245000', '200939.705000', '200940.165000', '200940.625000', '200941.085000', '200941.545000', '200942.005000', '200942.465000', '200942.925000', '200943.385000', '200943.845000', '200944.305000', '200944.765000', '200945.225000', '200945.685000', '200946.145000', '200946.605000', '200947.065000', '200947.525000', '200947.985000', '200948.445000', '200948.905000', '200949.365000', '200949.825000', '200950.285000', '200950.745000', '200951.205000', '200951.665000', '200952.125000', '200952.585000', '200953.045000', '200953.505000', '200953.965000', '200954.425000', '200954.885000', '200955.345000', '200955.805000', '200956.265000', '200956.725000', '200957.185000', '200957.645000', '200958.105000', '200958.565000', '200959.025000', '200959.485000', '200959.945000', '201000.405000', '201000.865000', '201001.325000', '201001.785000', '201002.245000', '201002.705000', '201003.165000', '201003.625000', '201004.085000', '201004.545000', '201005.005000', '201005.465000', '201005.925000', '201006.385000', '201006.845000', '201007.305000', '201007.765000', '201008.225000', '201008.685000', '201009.145000', '201009.605000', '201010.065000', '201010.525000', '201010.985000', '201011.445000', '201011.905000', '201012.365000', '201012.825000', '201013.285000', '201013.745000', '201014.205000', '201014.665000', '201015.125000', '201015.585000', '201016.045000', '201016.505000', '201016.965000', '201017.425000', '201017.885000', '201018.345000', '201018.805000', '201019.265000', '201019.725000', '201020.185000', '201020.645000', '201021.105000', '201021.565000', '201022.025000', '201022.485000', '201022.945000', '201023.405000', '201023.865000', '201024.325000', '201024.785000', '201025.245000', '201025.705000', '201026.165000', '201026.625000', '201027.085000', '201027.545000', '201028.005000', '201028.465000', '201028.925000', '201029.385000', '201029.845000', '201030.305000', '201030.765000', '201031.225000', '201031.685000', '201032.145000', '201032.605000', '201033.065000', '201033.525000', '201033.985000', '201034.445000', '201034.905000', '201035.365000', '201035.825000', '201036.285000', '201036.745000', '201037.205000', '201037.665000', '201038.125000', '201038.585000', '201039.045000', '201039.505000', '201039.965000', '201040.425000', '201040.885000', '201041.345000', '201041.805000', '201042.265000', '201042.725000', '201043.185000', '201043.645000', '201044.105000', '201044.565000', '201045.025000', '201045.485000', '201045.945000', '201046.405000', '201046.865000', '201047.325000', '201047.785000', '201048.245000', '201048.705000', '201049.165000', '201049.625000', '201050.085000', '201050.545000', '201051.005000', '201051.465000', '201051.925000', '201052.385000', '201052.845000', '201053.305000', '201053.765000', '201054.225000', '201054.685000', '201055.145000', '201055.605000', '201056.065000', '201056.525000', '201056.985000', '201057.445000', '201057.905000', '201058.365000', '201058.825000', '201059.285000', '201059.745000', '201100.205000', '201100.665000', '201101.125000', '201101.585000', '201102.045000', '201102.505000', '201102.965000', '201103.425000', '201103.885000', '201104.345000', '201104.805000', '201105.265000', '201105.725000', '201106.185000', '201106.645000', '201107.105000', '201107.565000', '201108.025000', '201108.485000', '201108.945000', '201109.405000', '201109.865000', '201110.325000', '201110.785000', '201111.245000', '201111.705000'], 'ContentTime': ['200448.384000', '200448.388000', '200448.391000', '200448.394000', '200448.396000', '200448.399000', '200448.401000', '200448.404000', '200448.407000', '200448.409000', '200448.412000', '200448.414000', '200448.417000', '200448.420000', '200448.425000', '200448.427000', '200448.430000', '200448.432000', '200448.435000', '200448.437000', '200448.440000', '200448.443000', '200448.445000', '200448.448000', '200448.450000', '200448.453000', '200448.456000', '200448.458000', '200448.461000', '200448.463000', '200448.466000', '200448.469000', '200448.475000', '200448.478000', '200448.480000', '200448.483000', '200508.360000', '200508.363000', '200508.366000', '200508.369000', '200508.371000', '200508.374000', '200508.376000', '200508.379000', '200508.382000', '200508.384000', '200508.387000', '200508.389000', '200508.392000', '200508.394000', '200508.397000', '200508.400000', '200508.402000', '200508.405000', '200508.407000', '200508.410000', '200508.413000', '200508.415000', '200508.418000', '200508.420000', '200508.423000', '200508.425000', '200508.428000', '200508.431000', '200508.433000', '200508.436000', '200508.438000', '200508.441000', '200508.443000', '200508.446000', '200508.449000', '200508.451000', '200508.454000', '200508.456000', '200508.459000', '200508.461000', '200508.464000', '200508.466000', '200508.469000', '200528.360000', '200528.362000', '200528.365000', '200528.367000', '200528.370000', '200528.373000', '200528.375000', '200528.378000', '200528.381000', '200528.383000', '200528.386000', '200528.388000', '200528.391000', '200528.393000', '200528.396000', '200528.398000', '200528.401000', '200528.404000', '200528.406000', '200528.409000', '200528.411000', '200528.415000', '200528.418000', '200528.421000', '200528.424000', '200528.426000', '200528.429000', '200528.431000', '200528.434000', '200528.445000', '200528.448000', '200528.450000', '200528.453000', '200528.455000', '200528.458000', '200528.460000', '200528.463000', '200528.466000', '200528.468000', '200528.471000', '200528.473000', '200528.476000', '200528.479000', '200548.360000', '200548.363000', '200548.366000', '200548.369000', '200548.371000', '200548.374000', '200548.376000', '200548.379000', '200548.382000', '200548.384000', '200548.387000', '200548.389000', '200548.392000', '200548.394000', '200548.397000', '200548.400000', '200548.402000', '200548.405000', '200548.407000', '200548.410000', '200548.412000', '200548.415000', '200548.418000', '200548.420000', '200548.423000', '200548.425000', '200548.428000', '200548.430000', '200548.433000', '200548.435000', '200548.438000', '200548.441000', '200548.443000', '200548.446000', '200548.448000', '200548.451000', '200548.454000', '200548.456000', '200548.459000', '200548.461000', '200548.464000', '200548.467000', '200548.469000', '200548.472000', '200608.361000', '200608.363000', '200608.366000', '200608.369000', '200608.371000', '200608.374000', '200608.377000', '200608.379000', '200608.382000', '200608.384000', '200608.387000', '200608.390000', '200608.392000', '200608.395000', '200608.398000', '200608.400000', '200608.403000', '200608.407000', '200608.410000', '200608.412000', '200608.415000', '200608.418000', '200608.420000', '200608.423000', '200608.425000', '200608.428000', '200608.431000', '200608.433000', '200608.436000', '200608.438000', '200608.441000', '200608.444000', '200608.446000', '200608.449000', '200608.451000', '200608.454000', '200608.457000', '200608.459000', '200608.462000', '200608.464000', '200608.467000', '200608.470000', '200608.472000', '200628.361000', '200628.363000', '200628.366000', '200628.369000', '200628.371000', '200628.374000', '200628.377000', '200628.379000', '200628.382000', '200628.384000', '200628.387000', '200628.390000', '200628.392000', '200628.395000', '200628.397000', '200628.400000', '200628.402000', '200628.405000', '200628.408000', '200628.410000', '200628.413000', '200628.415000', '200628.418000', '200628.421000', '200628.423000', '200628.426000', '200628.428000', '200628.431000', '200628.434000', '200628.436000', '200628.439000', '200628.442000', '200628.444000', '200628.447000', '200628.449000', '200628.452000', '200628.454000', '200628.457000', '200628.460000', '200628.462000', '200628.465000', '200628.467000', '200628.470000', '200628.473000', '200648.360000', '200648.363000', '200648.366000', '200648.368000', '200648.371000', '200648.374000', '200648.377000', '200648.380000', '200648.383000', '200648.386000', '200648.388000', '200648.391000', '200648.393000', '200648.396000', '200648.399000', '200648.401000', '200648.404000', '200648.406000', '200648.409000', '200648.412000', '200648.414000', '200648.417000', '200648.419000', '200648.422000', '200648.424000', '200648.427000', '200648.430000', '200648.432000', '200648.435000', '200648.437000', '200648.440000', '200648.443000', '200648.445000', '200648.448000', '200648.450000', '200648.453000', '200648.456000', '200648.458000', '200648.461000', '200648.463000', '200648.466000', '200648.468000', '200648.471000', '200708.360000', '200708.363000', '200708.366000', '200708.369000', '200708.371000', '200708.374000', '200708.377000', '200708.379000', '200708.382000', '200708.384000', '200708.387000', '200708.389000', '200708.392000', '200708.395000', '200708.397000', '200708.400000', '200708.403000', '200708.405000', '200708.408000', '200708.411000', '200708.413000', '200708.416000', '200708.418000', '200708.421000', '200708.423000', '200708.426000', '200708.429000', '200708.431000', '200708.434000', '200708.436000', '200708.439000', '200708.442000', '200708.444000', '200708.447000', '200708.450000', '200708.452000', '200708.455000', '200708.457000', '200708.460000', '200708.462000', '200708.465000', '200708.468000', '200708.470000', '200708.473000', '200728.360000', '200728.363000', '200728.366000', '200728.369000', '200728.371000', '200728.374000', '200728.376000', '200728.379000', '200728.381000', '200728.384000', '200728.387000', '200728.390000', '200728.393000', '200728.396000', '200728.399000', '200728.401000', '200728.404000', '200728.407000', '200728.409000', '200728.412000', '200728.414000', '200728.417000', '200728.419000', '200728.422000', '200728.425000', '200728.427000', '200728.430000', '200728.433000', '200728.435000', '200728.438000', '200728.440000', '200728.444000', '200728.447000', '200728.450000', '200728.453000', '200728.455000', '200728.458000', '200728.460000', '200728.463000', '200728.465000', '200728.468000', '200728.471000', '200728.473000', '200748.360000', '200748.363000', '200748.365000', '200748.368000', '200748.370000', '200748.373000', '200748.376000', '200748.378000', '200748.381000', '200748.383000', '200748.386000', '200748.389000', '200748.391000', '200748.394000', '200748.397000', '200748.399000', '200748.402000', '200748.404000', '200748.407000', '200748.410000', '200748.412000', '200748.415000', '200748.417000', '200748.420000', '200748.423000', '200748.425000', '200748.428000', '200748.478000', '200748.480000', '200748.483000', '200748.486000', '200748.488000', '200748.491000', '200748.494000', '200748.496000', '200748.499000', '200748.501000', '200748.504000', '200748.507000', '200748.509000', '200748.512000', '200748.515000', '200748.517000', '200748.520000', '200808.360000', '200808.363000', '200808.366000', '200808.369000', '200808.371000', '200808.374000', '200808.376000', '200808.379000', '200808.382000', '200808.384000', '200808.387000', '200808.389000', '200808.392000', '200808.395000', '200808.397000', '200808.400000', '200808.403000', '200808.406000', '200808.408000', '200808.411000', '200808.413000', '200808.416000', '200808.419000', '200808.421000', '200808.424000', '200808.426000', '200808.429000', '200808.432000', '200808.434000', '200808.437000', '200808.439000', '200808.442000', '200808.445000', '200808.447000', '200808.450000', '200808.452000', '200808.455000', '200808.457000', '200808.460000', '200808.463000', '200808.465000', '200808.468000', '200808.471000', '200828.360000', '200828.363000', '200828.366000', '200828.369000', '200828.371000', '200828.374000', '200828.377000', '200828.379000', '200828.382000', '200828.384000', '200828.387000', '200828.389000', '200828.392000', '200828.395000', '200828.397000', '200828.400000', '200828.403000', '200828.405000', '200828.408000', '200828.410000', '200828.413000', '200828.415000', '200828.418000', '200828.421000', '200828.423000', '200828.426000', '200828.428000', '200828.431000', '200828.434000', '200828.436000', '200828.439000', '200828.441000', '200828.444000', '200828.447000', '200828.449000', '200828.452000', '200828.454000', '200828.457000', '200828.460000', '200828.462000', '200828.465000', '200828.467000', '200828.470000', '200828.473000', '200848.360000', '200848.363000', '200848.366000', '200848.368000', '200848.371000', '200848.374000', '200848.376000', '200848.379000', '200848.381000', '200848.384000', '200848.387000', '200848.389000', '200848.392000', '200848.394000', '200848.397000', '200848.400000', '200848.402000', '200848.405000', '200848.407000', '200848.410000', '200848.413000', '200848.415000', '200848.418000', '200848.420000', '200848.423000', '200848.426000', '200848.428000', '200848.431000', '200848.434000', '200848.436000', '200848.439000', '200848.442000', '200848.444000', '200848.447000', '200848.449000', '200848.452000', '200848.455000', '200848.457000', '200848.460000', '200848.462000', '200848.465000', '200848.468000', '200848.470000', '200908.361000', '200908.363000', '200908.366000', '200908.369000', '200908.371000', '200908.374000', '200908.376000', '200908.379000', '200908.381000', '200908.384000', '200908.387000', '200908.389000', '200908.392000', '200908.395000', '200908.397000', '200908.400000', '200908.402000', '200908.405000', '200908.407000', '200908.410000', '200908.413000', '200908.415000', '200908.418000', '200908.420000', '200908.423000', '200908.425000', '200908.428000', '200908.431000', '200908.433000', '200908.436000', '200908.438000', '200908.441000', '200908.444000', '200908.446000', '200908.449000', '200908.452000', '200908.454000', '200908.457000', '200908.460000', '200908.463000', '200908.465000', '200908.468000', '200908.470000', '200908.473000', '200928.361000', '200928.364000', '200928.366000', '200928.369000', '200928.371000', '200928.374000', '200928.377000', '200928.379000', '200928.410000', '200928.413000', '200928.415000', '200928.418000', '200928.420000', '200928.423000', '200928.425000', '200928.428000', '200928.431000', '200928.433000', '200928.436000', '200928.438000', '200928.441000', '200928.444000', '200928.446000', '200928.449000', '200928.452000', '200928.454000', '200928.457000', '200928.459000', '200928.462000', '200928.465000', '200928.467000', '200928.470000', '200928.472000', '200928.475000', '200928.477000', '200928.481000', '200928.484000', '200928.487000', '200928.489000', '200928.492000', '200928.495000', '200928.497000', '200928.500000', '200948.360000', '200948.363000', '200948.366000', '200948.369000', '200948.371000', '200948.374000', '200948.376000', '200948.379000', '200948.382000', '200948.384000', '200948.387000', '200948.389000', '200948.392000', '200948.395000', '200948.397000', '200948.400000', '200948.402000', '200948.405000', '200948.407000', '200948.410000', '200948.413000', '200948.415000', '200948.418000', '200948.420000', '200948.423000', '200948.426000', '200948.428000', '200948.431000', '200948.433000', '200948.436000', '200948.439000', '200948.441000', '200948.444000', '200948.446000', '200948.449000', '200948.452000', '200948.454000', '200948.457000', '200948.460000', '200948.462000', '200948.465000', '200948.467000', '200948.470000', '200948.473000', '201008.360000', '201008.363000', '201008.365000', '201008.368000', '201008.371000', '201008.373000', '201008.376000', '201008.379000', '201008.381000', '201008.384000', '201008.386000', '201008.389000', '201008.391000', '201008.394000', '201008.396000', '201008.399000', '201008.402000', '201008.404000', '201008.407000', '201008.410000', '201008.412000', '201008.415000', '201008.417000', '201008.420000', '201008.423000', '201008.425000', '201008.428000', '201008.430000', '201008.433000', '201008.435000', '201008.438000', '201008.441000', '201008.443000', '201008.446000', '201008.448000', '201008.451000', '201008.454000', '201008.456000', '201008.459000', '201008.461000', '201008.464000', '201008.466000', '201008.469000', '201028.360000', '201028.363000', '201028.366000', '201028.369000', '201028.371000', '201028.374000', '201028.376000', '201028.379000', '201028.382000', '201028.384000', '201028.387000', '201028.389000', '201028.392000', '201028.395000', '201028.397000', '201028.400000', '201028.402000', '201028.405000', '201028.407000', '201028.410000', '201028.413000', '201028.415000', '201028.420000', '201028.422000', '201028.425000', '201028.427000', '201028.430000', '201028.432000', '201028.435000', '201028.438000', '201028.440000', '201028.443000', '201028.446000', '201028.448000', '201028.451000', '201028.454000', '201028.456000', '201028.459000', '201028.461000', '201028.464000', '201028.467000', '201028.469000', '201028.472000', '201028.474000', '201048.360000', '201048.363000', '201048.366000', '201048.369000', '201048.371000', '201048.374000', '201048.376000', '201048.379000', '201048.382000', '201048.384000', '201048.387000', '201048.389000', '201048.392000', '201048.394000', '201048.397000', '201048.400000', '201048.402000', '201048.405000', '201048.407000', '201048.425000', '201048.428000', '201048.430000', '201048.433000', '201048.435000', '201048.438000', '201048.440000', '201048.443000', '201048.446000', '201048.448000', '201048.451000', '201048.453000', '201048.456000', '201048.459000', '201048.461000', '201048.464000', '201048.467000', '201048.469000', '201048.472000', '201048.474000', '201048.477000', '201048.479000', '201048.482000', '201048.485000', '201108.361000', '201108.364000', '201108.366000', '201108.369000', '201108.372000', '201108.374000', '201108.377000', '201108.380000', '201108.382000', '201108.385000', '201108.388000', '201108.390000', '201108.393000', '201108.395000', '201108.398000', '201108.400000', '201108.403000', '201108.406000', '201108.408000', '201108.411000', '201108.413000', '201108.416000', '201108.418000', '201108.421000', '201108.424000', '201108.426000', '201108.429000', '201108.431000', '201108.434000', '201108.436000', '201108.439000', '201108.442000', '201108.444000', '201108.447000', '201108.450000', '201108.452000', '201108.455000', '201108.457000', '201108.460000', '201108.463000', '201108.465000', '201108.468000', '201108.470000', '201108.473000', '201112.870000', '201112.874000', '201112.876000', '201112.880000', '201112.883000', '201112.885000', '201112.888000', '201112.891000', '201112.893000', '201112.896000'], 'InstanceCreationTime': ['200448.384000', '200448.388000', '200448.391000', '200448.394000', '200448.396000', '200448.399000', '200448.401000', '200448.404000', '200448.407000', '200448.409000', '200448.412000', '200448.414000', '200448.417000', '200448.420000', '200448.425000', '200448.427000', '200448.430000', '200448.432000', '200448.435000', '200448.437000', '200448.440000', '200448.443000', '200448.445000', '200448.448000', '200448.450000', '200448.453000', '200448.456000', '200448.458000', '200448.461000', '200448.463000', '200448.466000', '200448.469000', '200448.475000', '200448.478000', '200448.480000', '200448.483000', '200508.360000', '200508.363000', '200508.366000', '200508.369000', '200508.371000', '200508.374000', '200508.376000', '200508.379000', '200508.382000', '200508.384000', '200508.387000', '200508.389000', '200508.392000', '200508.394000', '200508.397000', '200508.400000', '200508.402000', '200508.405000', '200508.407000', '200508.410000', '200508.413000', '200508.415000', '200508.418000', '200508.420000', '200508.423000', '200508.425000', '200508.428000', '200508.431000', '200508.433000', '200508.436000', '200508.438000', '200508.441000', '200508.443000', '200508.446000', '200508.449000', '200508.451000', '200508.454000', '200508.456000', '200508.459000', '200508.461000', '200508.464000', '200508.466000', '200508.469000', '200528.360000', '200528.362000', '200528.365000', '200528.367000', '200528.370000', '200528.373000', '200528.375000', '200528.378000', '200528.381000', '200528.383000', '200528.386000', '200528.388000', '200528.391000', '200528.393000', '200528.396000', '200528.398000', '200528.401000', '200528.404000', '200528.406000', '200528.409000', '200528.411000', '200528.415000', '200528.418000', '200528.421000', '200528.424000', '200528.426000', '200528.429000', '200528.431000', '200528.434000', '200528.445000', '200528.448000', '200528.450000', '200528.453000', '200528.455000', '200528.458000', '200528.460000', '200528.463000', '200528.466000', '200528.468000', '200528.471000', '200528.473000', '200528.476000', '200528.479000', '200548.360000', '200548.363000', '200548.366000', '200548.369000', '200548.371000', '200548.374000', '200548.376000', '200548.379000', '200548.382000', '200548.384000', '200548.387000', '200548.389000', '200548.392000', '200548.394000', '200548.397000', '200548.400000', '200548.402000', '200548.405000', '200548.407000', '200548.410000', '200548.412000', '200548.415000', '200548.418000', '200548.420000', '200548.423000', '200548.425000', '200548.428000', '200548.430000', '200548.433000', '200548.435000', '200548.438000', '200548.441000', '200548.443000', '200548.446000', '200548.448000', '200548.451000', '200548.454000', '200548.456000', '200548.459000', '200548.461000', '200548.464000', '200548.467000', '200548.469000', '200548.472000', '200608.361000', '200608.363000', '200608.366000', '200608.369000', '200608.371000', '200608.374000', '200608.377000', '200608.379000', '200608.382000', '200608.384000', '200608.387000', '200608.390000', '200608.392000', '200608.395000', '200608.398000', '200608.400000', '200608.403000', '200608.407000', '200608.410000', '200608.412000', '200608.415000', '200608.418000', '200608.420000', '200608.423000', '200608.425000', '200608.428000', '200608.431000', '200608.433000', '200608.436000', '200608.438000', '200608.441000', '200608.444000', '200608.446000', '200608.449000', '200608.451000', '200608.454000', '200608.457000', '200608.459000', '200608.462000', '200608.464000', '200608.467000', '200608.470000', '200608.472000', '200628.361000', '200628.363000', '200628.366000', '200628.369000', '200628.371000', '200628.374000', '200628.377000', '200628.379000', '200628.382000', '200628.384000', '200628.387000', '200628.390000', '200628.392000', '200628.395000', '200628.397000', '200628.400000', '200628.402000', '200628.405000', '200628.408000', '200628.410000', '200628.413000', '200628.415000', '200628.418000', '200628.421000', '200628.423000', '200628.426000', '200628.428000', '200628.431000', '200628.434000', '200628.436000', '200628.439000', '200628.442000', '200628.444000', '200628.447000', '200628.449000', '200628.452000', '200628.454000', '200628.457000', '200628.460000', '200628.462000', '200628.465000', '200628.467000', '200628.470000', '200628.473000', '200648.360000', '200648.363000', '200648.366000', '200648.368000', '200648.371000', '200648.374000', '200648.377000', '200648.380000', '200648.383000', '200648.386000', '200648.388000', '200648.391000', '200648.393000', '200648.396000', '200648.399000', '200648.401000', '200648.404000', '200648.406000', '200648.409000', '200648.412000', '200648.414000', '200648.417000', '200648.419000', '200648.422000', '200648.424000', '200648.427000', '200648.430000', '200648.432000', '200648.435000', '200648.437000', '200648.440000', '200648.443000', '200648.445000', '200648.448000', '200648.450000', '200648.453000', '200648.456000', '200648.458000', '200648.461000', '200648.463000', '200648.466000', '200648.468000', '200648.471000', '200708.360000', '200708.363000', '200708.366000', '200708.369000', '200708.371000', '200708.374000', '200708.377000', '200708.379000', '200708.382000', '200708.384000', '200708.387000', '200708.389000', '200708.392000', '200708.395000', '200708.397000', '200708.400000', '200708.403000', '200708.405000', '200708.408000', '200708.411000', '200708.413000', '200708.416000', '200708.418000', '200708.421000', '200708.423000', '200708.426000', '200708.429000', '200708.431000', '200708.434000', '200708.436000', '200708.439000', '200708.442000', '200708.444000', '200708.447000', '200708.450000', '200708.452000', '200708.455000', '200708.457000', '200708.460000', '200708.462000', '200708.465000', '200708.468000', '200708.470000', '200708.473000', '200728.360000', '200728.363000', '200728.366000', '200728.369000', '200728.371000', '200728.374000', '200728.376000', '200728.379000', '200728.381000', '200728.384000', '200728.387000', '200728.390000', '200728.393000', '200728.396000', '200728.399000', '200728.401000', '200728.404000', '200728.407000', '200728.409000', '200728.412000', '200728.414000', '200728.417000', '200728.419000', '200728.422000', '200728.425000', '200728.427000', '200728.430000', '200728.433000', '200728.435000', '200728.438000', '200728.440000', '200728.444000', '200728.447000', '200728.450000', '200728.453000', '200728.455000', '200728.458000', '200728.460000', '200728.463000', '200728.465000', '200728.468000', '200728.471000', '200728.473000', '200748.360000', '200748.363000', '200748.365000', '200748.368000', '200748.370000', '200748.373000', '200748.376000', '200748.378000', '200748.381000', '200748.383000', '200748.386000', '200748.389000', '200748.391000', '200748.394000', '200748.397000', '200748.399000', '200748.402000', '200748.404000', '200748.407000', '200748.410000', '200748.412000', '200748.415000', '200748.417000', '200748.420000', '200748.423000', '200748.425000', '200748.428000', '200748.478000', '200748.480000', '200748.483000', '200748.486000', '200748.488000', '200748.491000', '200748.494000', '200748.496000', '200748.499000', '200748.501000', '200748.504000', '200748.507000', '200748.509000', '200748.512000', '200748.515000', '200748.517000', '200748.520000', '200808.360000', '200808.363000', '200808.366000', '200808.369000', '200808.371000', '200808.374000', '200808.376000', '200808.379000', '200808.382000', '200808.384000', '200808.387000', '200808.389000', '200808.392000', '200808.395000', '200808.397000', '200808.400000', '200808.403000', '200808.406000', '200808.408000', '200808.411000', '200808.413000', '200808.416000', '200808.419000', '200808.421000', '200808.424000', '200808.426000', '200808.429000', '200808.432000', '200808.434000', '200808.437000', '200808.439000', '200808.442000', '200808.445000', '200808.447000', '200808.450000', '200808.452000', '200808.455000', '200808.457000', '200808.460000', '200808.463000', '200808.465000', '200808.468000', '200808.471000', '200828.360000', '200828.363000', '200828.366000', '200828.369000', '200828.371000', '200828.374000', '200828.377000', '200828.379000', '200828.382000', '200828.384000', '200828.387000', '200828.389000', '200828.392000', '200828.395000', '200828.397000', '200828.400000', '200828.403000', '200828.405000', '200828.408000', '200828.410000', '200828.413000', '200828.415000', '200828.418000', '200828.421000', '200828.423000', '200828.426000', '200828.428000', '200828.431000', '200828.434000', '200828.436000', '200828.439000', '200828.441000', '200828.444000', '200828.447000', '200828.449000', '200828.452000', '200828.454000', '200828.457000', '200828.460000', '200828.462000', '200828.465000', '200828.467000', '200828.470000', '200828.473000', '200848.360000', '200848.363000', '200848.366000', '200848.368000', '200848.371000', '200848.374000', '200848.376000', '200848.379000', '200848.381000', '200848.384000', '200848.387000', '200848.389000', '200848.392000', '200848.394000', '200848.397000', '200848.400000', '200848.402000', '200848.405000', '200848.407000', '200848.410000', '200848.413000', '200848.415000', '200848.418000', '200848.420000', '200848.423000', '200848.426000', '200848.428000', '200848.431000', '200848.434000', '200848.436000', '200848.439000', '200848.442000', '200848.444000', '200848.447000', '200848.449000', '200848.452000', '200848.455000', '200848.457000', '200848.460000', '200848.462000', '200848.465000', '200848.468000', '200848.470000', '200908.361000', '200908.363000', '200908.366000', '200908.369000', '200908.371000', '200908.374000', '200908.376000', '200908.379000', '200908.381000', '200908.384000', '200908.387000', '200908.389000', '200908.392000', '200908.395000', '200908.397000', '200908.400000', '200908.402000', '200908.405000', '200908.407000', '200908.410000', '200908.413000', '200908.415000', '200908.418000', '200908.420000', '200908.423000', '200908.425000', '200908.428000', '200908.431000', '200908.433000', '200908.436000', '200908.438000', '200908.441000', '200908.444000', '200908.446000', '200908.449000', '200908.452000', '200908.454000', '200908.457000', '200908.460000', '200908.463000', '200908.465000', '200908.468000', '200908.470000', '200908.473000', '200928.361000', '200928.364000', '200928.366000', '200928.369000', '200928.371000', '200928.374000', '200928.377000', '200928.379000', '200928.410000', '200928.413000', '200928.415000', '200928.418000', '200928.420000', '200928.423000', '200928.425000', '200928.428000', '200928.431000', '200928.433000', '200928.436000', '200928.438000', '200928.441000', '200928.444000', '200928.446000', '200928.449000', '200928.452000', '200928.454000', '200928.457000', '200928.459000', '200928.462000', '200928.465000', '200928.467000', '200928.470000', '200928.472000', '200928.475000', '200928.477000', '200928.481000', '200928.484000', '200928.487000', '200928.489000', '200928.492000', '200928.495000', '200928.497000', '200928.500000', '200948.360000', '200948.363000', '200948.366000', '200948.369000', '200948.371000', '200948.374000', '200948.376000', '200948.379000', '200948.382000', '200948.384000', '200948.387000', '200948.389000', '200948.392000', '200948.395000', '200948.397000', '200948.400000', '200948.402000', '200948.405000', '200948.407000', '200948.410000', '200948.413000', '200948.415000', '200948.418000', '200948.420000', '200948.423000', '200948.426000', '200948.428000', '200948.431000', '200948.433000', '200948.436000', '200948.439000', '200948.441000', '200948.444000', '200948.446000', '200948.449000', '200948.452000', '200948.454000', '200948.457000', '200948.460000', '200948.462000', '200948.465000', '200948.467000', '200948.470000', '200948.473000', '201008.360000', '201008.363000', '201008.365000', '201008.368000', '201008.371000', '201008.373000', '201008.376000', '201008.379000', '201008.381000', '201008.384000', '201008.386000', '201008.389000', '201008.391000', '201008.394000', '201008.396000', '201008.399000', '201008.402000', '201008.404000', '201008.407000', '201008.410000', '201008.412000', '201008.415000', '201008.417000', '201008.420000', '201008.423000', '201008.425000', '201008.428000', '201008.430000', '201008.433000', '201008.435000', '201008.438000', '201008.441000', '201008.443000', '201008.446000', '201008.448000', '201008.451000', '201008.454000', '201008.456000', '201008.459000', '201008.461000', '201008.464000', '201008.466000', '201008.469000', '201028.360000', '201028.363000', '201028.366000', '201028.369000', '201028.371000', '201028.374000', '201028.376000', '201028.379000', '201028.382000', '201028.384000', '201028.387000', '201028.389000', '201028.392000', '201028.395000', '201028.397000', '201028.400000', '201028.402000', '201028.405000', '201028.407000', '201028.410000', '201028.413000', '201028.415000', '201028.420000', '201028.422000', '201028.425000', '201028.427000', '201028.430000', '201028.432000', '201028.435000', '201028.438000', '201028.440000', '201028.443000', '201028.446000', '201028.448000', '201028.451000', '201028.454000', '201028.456000', '201028.459000', '201028.461000', '201028.464000', '201028.467000', '201028.469000', '201028.472000', '201028.474000', '201048.360000', '201048.363000', '201048.366000', '201048.369000', '201048.371000', '201048.374000', '201048.376000', '201048.379000', '201048.382000', '201048.384000', '201048.387000', '201048.389000', '201048.392000', '201048.394000', '201048.397000', '201048.400000', '201048.402000', '201048.405000', '201048.407000', '201048.425000', '201048.428000', '201048.430000', '201048.433000', '201048.435000', '201048.438000', '201048.440000', '201048.443000', '201048.446000', '201048.448000', '201048.451000', '201048.453000', '201048.456000', '201048.459000', '201048.461000', '201048.464000', '201048.467000', '201048.469000', '201048.472000', '201048.474000', '201048.477000', '201048.479000', '201048.482000', '201048.485000', '201108.361000', '201108.364000', '201108.366000', '201108.369000', '201108.372000', '201108.374000', '201108.377000', '201108.380000', '201108.382000', '201108.385000', '201108.388000', '201108.390000', '201108.393000', '201108.395000', '201108.398000', '201108.400000', '201108.403000', '201108.406000', '201108.408000', '201108.411000', '201108.413000', '201108.416000', '201108.418000', '201108.421000', '201108.424000', '201108.426000', '201108.429000', '201108.431000', '201108.434000', '201108.436000', '201108.439000', '201108.442000', '201108.444000', '201108.447000', '201108.450000', '201108.452000', '201108.455000', '201108.457000', '201108.460000', '201108.463000', '201108.465000', '201108.468000', '201108.470000', '201108.473000', '201112.870000', '201112.874000', '201112.876000', '201112.880000', '201112.883000', '201112.885000', '201112.888000', '201112.891000', '201112.893000', '201112.896000'], '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': [19020, 11236, 16559, 10518, 13756, 9120, 8780, 9397, 8651, 9423, 9039, 10700, 9179, 11323, 10301, 8893, 10357, 8962, 10107, 9667, 9016, 10019, 8948, 18472, 9177, 8934, 10091, 9226, 8879, 9680, 9040, 12952, 11897, 9294, 10730, 16632, 12892, 19870, 15232, 11119, 16604, 9788, 19729, 10241, 17707, 11634, 12948, 14192, 9095, 14441, 8918, 14306, 10717, 12802, 14429, 8698, 18050, 8799, 12970, 10083, 9737, 10405, 8820, 12355, 8108, 17020, 8891, 15518, 8846, 14382, 9673, 14746, 11543, 16413, 9525, 11820, 8977, 11859, 9578, 16332, 11476, 9340, 9084, 9129, 9097, 8903, 10368, 12670, 11233, 9277, 10205, 9157, 10851, 14604, 13919, 9538, 10611, 9276, 9939, 10810, 13775, 13063, 15549, 8840, 13590, 8285, 15665, 9210, 17915, 10940, 16789, 8766, 16337, 10486, 17287, 11867, 14444, 10512, 9123, 11246, 8777, 14137, 8753, 15040, 9563, 14536, 10183, 15305, 9119, 14036, 8407, 13455, 10108, 13064, 9971, 9244, 9080, 9051, 11556, 9307, 15958, 9531, 15686, 9292, 14829, 12583, 15398, 14918, 11850, 18094, 9151, 17379, 12247, 17408, 14310, 12739, 14374, 8862, 14514, 9895, 18731, 12058, 16547, 12609, 10677, 9266, 8436, 9462, 8562, 12306, 9464, 16118, 8554, 14903, 10254, 13601, 11081, 12905, 13561, 8133, 13552, 8349, 14454, 9617, 16675, 11889, 16658, 8940, 14269, 10509, 11588, 14689, 8666, 14271, 9034, 15310, 10327, 15757, 10714, 15302, 11182, 15043, 11775, 8270, 9099, 8841, 10717, 8725, 15231, 12143, 9901, 9030, 8062, 12748, 7985, 15882, 8973, 16355, 9942, 17100, 9552, 15626, 8481, 15835, 11856, 16204, 11988, 8629, 9713, 8528, 13984, 10978, 17629, 13933, 9438, 11123, 8751, 15924, 11575, 17368, 14149, 11544, 9335, 9926, 11603, 9209, 16996, 12912, 17989, 12423, 15584, 9638, 14977, 9842, 13527, 9256, 12033, 11935, 7994, 10963, 8568, 11596, 8976, 16303, 11753, 12905, 9617, 8235, 9062, 8430, 13926, 10322, 17777, 8843, 15508, 9322, 13824, 11789, 12509, 16385, 8691, 15210, 9483, 13963, 12273, 12455, 19798, 11186, 11938, 12455, 9167, 8964, 15587, 10486, 17798, 14432, 12571, 15905, 9002, 14195, 9941, 14419, 12456, 9234, 16208, 9003, 13982, 9824, 10222, 9810, 8635, 12856, 8216, 12548, 8307, 12814, 9057, 12995, 10266, 8656, 12210, 8621, 13079, 9225, 15892, 11877, 16304, 12535, 8886, 11048, 8562, 14183, 9381, 17165, 14749, 17941, 9902, 15272, 9838, 13442, 12044, 14053, 16132, 9095, 14505, 8570, 15409, 11426, 15787, 11836, 8302, 10036, 8118, 11698, 8121, 12283, 7888, 13272, 8299, 17234, 8278, 14993, 8106, 10988, 9620, 10144, 15684, 9343, 15696, 9454, 15634, 12204, 16352, 12100, 16444, 12200, 13921, 10238, 8878, 8998, 9375, 8622, 11939, 9052, 11667, 8255, 8924, 8772, 9358, 10270, 8358, 15036, 8634, 13943, 8995, 17318, 13519, 16654, 12302, 8896, 12458, 8693, 17926, 15761, 17546, 12202, 14519, 10716, 10688, 15560, 12499, 17745, 12853, 16688, 10177, 14974, 12357, 14896, 14021, 9284, 12558, 8347, 13897, 9825, 16693, 12006, 14833, 10737, 8088, 10253, 8372, 12234, 9566, 17051, 12007, 9767, 9508, 8135, 12372, 8277, 17059, 12781, 16346, 9417, 13935, 10366, 12502, 14154, 10183, 16016, 8375, 15258, 9099, 14123, 12408, 8681, 14255, 8562, 15482, 9677, 14965, 12000, 10865, 14683, 8404, 15062, 9768, 17417, 13127, 13983, 10972, 8240, 11334, 8295, 14977, 10833, 18145, 14204, 8362, 12325, 8359, 14365, 10393, 16581, 13643, 8521, 16042, 9314, 11988, 12084, 9982, 18082, 14010, 14042, 9757, 9189, 12446, 8672, 17847, 14077, 18520, 10811, 15817, 9418, 11807, 11265, 14132, 15741, 9380, 12226, 8134, 12040, 8367, 16241, 9233, 14970, 8137, 11530, 10757, 8451, 15650, 11424, 15947, 12936, 8593, 15527, 9659, 17856, 14040, 17990, 14300, 9709, 11157, 9609, 13257, 8138, 17394, 12450, 17626, 8456, 15904, 8756, 12741, 10269, 11263, 13823, 8059, 13799, 8351, 14632, 9806, 14958, 10756, 12931, 10543, 8169, 9569, 8342, 10639, 8413, 16051, 11506, 14477, 9056, 9535, 12401, 10541, 16638, 12177, 17819, 9226, 15330, 12145, 14719, 16127, 9263, 14961, 9235, 16421, 12405, 16410, 13045, 8877, 11276, 8523, 12855, 8684, 12730, 8533, 13069, 9497, 15911, 11163, 10304, 8467, 8433, 9497, 8443, 13117, 9665, 15469, 8523, 14118, 9682, 16656, 13966, 16147, 9999, 11762, 10059, 11777, 15823, 11632, 17118, 10016, 15723, 10905, 15921, 12709, 16383, 12575, 8895, 9626, 8210, 12294, 8762, 17445, 12756, 15419, 9152, 11608, 9434, 9822, 13469, 8822, 15673, 8687, 12430, 9029, 12572, 9782, 14286, 10932, 16217, 9514, 9204, 8959, 8322, 10413, 8238, 15485, 10854, 16157, 10573, 15341, 10978, 15225, 11644, 15335, 12775, 17734, 11828, 13309, 8714, 10933, 9289, 13193, 13565, 8407, 10452, 8740, 11754, 9215, 15982, 12119, 15710, 10930, 10564, 9383, 9771, 9350, 12064, 15245, 8700, 12666, 8814, 13045, 10046, 17545, 14151, 11989, 9261, 8336, 11728, 8608, 15734, 9657, 16671, 8492, 14669, 8730, 12631, 8571, 12830, 8365, 13494, 8915, 16382, 8385, 13473, 8343, 13017, 10518, 16536, 12790, 12334, 9874, 8185, 9635, 9609, 14801, 11585, 17261, 9299, 15182, 9028, 15520, 12942, 15169, 13442, 8352, 13573, 9014, 15916, 10836, 16169, 14145, 10323, 13356, 8089, 13845, 8697, 15768, 11012, 17152, 12638, 16260, 8347, 13980, 8507, 14199, 11400, 12550, 9511, 8376, 10124, 8449, 13489, 9545, 16301, 12281, 14532, 9195, 9970, 8495, 9338, 10207, 12947, 16103, 8379, 12594, 8557, 13027, 9861, 16238, 12983, 18096, 11875, 15351, 8682, 14483, 10435, 12936, 11877, 8348, 10772, 8481, 11964, 8660, 15186, 10939, 16720, 12506, 13802, 8834, 12708, 9685, 12202, 11462, 12639, 15488, 8967, 11795, 8654, 11227, 8392, 13311, 10104, 16324, 9935, 11527, 8336, 12390, 9198, 15432, 11321, 16121, 12428, 7988, 9585, 8491, 12575, 10744, 17158, 12570, 14118, 8970, 10415, 14431, 13237, 17721, 13217, 15933, 11056, 14145, 12558, 13430, 17489, 10578, 15484, 10694, 15529, 11028, 16098, 10475, 15952, 9776, 15610, 9904, 14511, 9337, 11251, 8632, 10521, 8490, 11547, 9317, 10346, 8740, 8566, 8725, 8850, 9308, 9594, 13793, 9293, 12549, 8519, 11673, 9474, 17201, 11696], 'WindowCenter': [4454.0, 4401.0, 4416.0, 4375.0, 4393.0, 4354.0, 4353.0, 4353.0, 4354.0, 4362.0, 4364.0, 4384.0, 4379.0, 4397.0, 4389.0, 4379.0, 4399.0, 4393.0, 4401.0, 4392.0, 4393.0, 4404.0, 4407.0, 4477.0, 4408.0, 4421.0, 4441.0, 4419.0, 4422.0, 4420.0, 4409.0, 4451.0, 4451.0, 4437.0, 4454.0, 4485.0, 4465.0, 4495.0, 4473.0, 4442.0, 4469.0, 4434.0, 4493.0, 4431.0, 4470.0, 4441.0, 4449.0, 4459.0, 4408.0, 4458.0, 4409.0, 4459.0, 4431.0, 4462.0, 4471.0, 4411.0, 4483.0, 4425.0, 4461.0, 4432.0, 4419.0, 4431.0, 4422.0, 4464.0, 4413.0, 4482.0, 4420.0, 4471.0, 4409.0, 4458.0, 4419.0, 4471.0, 4441.0, 4472.0, 4421.0, 4440.0, 4410.0, 4440.0, 4421.0, 4471.0, 4442.0, 4408.0, 4409.0, 4406.0, 4409.0, 4409.0, 4430.0, 4447.0, 4429.0, 4406.0, 4417.0, 4406.0, 4430.0, 4470.0, 4450.0, 4418.0, 4418.0, 4406.0, 4417.0, 4429.0, 4449.0, 4437.0, 4457.0, 4395.0, 4435.0, 4385.0, 4455.0, 4408.0, 4467.0, 4415.0, 4455.0, 4395.0, 4455.0, 4417.0, 4468.0, 4437.0, 4445.0, 4417.0, 4406.0, 4424.0, 4410.0, 4460.0, 4411.0, 4457.0, 4418.0, 4459.0, 4429.0, 4458.0, 4409.0, 4458.0, 4399.0, 4459.0, 4429.0, 4459.0, 4430.0, 4419.0, 4420.0, 4421.0, 4453.0, 4423.0, 4484.0, 4433.0, 4471.0, 4421.0, 4471.0, 4453.0, 4471.0, 4462.0, 4438.0, 4469.0, 4406.0, 4457.0, 4439.0, 4470.0, 4460.0, 4435.0, 4446.0, 4395.0, 4445.0, 4417.0, 4467.0, 4439.0, 4467.0, 4437.0, 4414.0, 4405.0, 4396.0, 4406.0, 4407.0, 4437.0, 4419.0, 4457.0, 4398.0, 4457.0, 4418.0, 4449.0, 4429.0, 4437.0, 4435.0, 4386.0, 4435.0, 4386.0, 4445.0, 4404.0, 4468.0, 4438.0, 4455.0, 4395.0, 4447.0, 4428.0, 4427.0, 4457.0, 4397.0, 4445.0, 4397.0, 4456.0, 4417.0, 4457.0, 4418.0, 4458.0, 4439.0, 4457.0, 4438.0, 4397.0, 4406.0, 4407.0, 4428.0, 4410.0, 4459.0, 4451.0, 4420.0, 4408.0, 4400.0, 4450.0, 4401.0, 4470.0, 4410.0, 4471.0, 4430.0, 4479.0, 4419.0, 4467.0, 4409.0, 4470.0, 4451.0, 4470.0, 4452.0, 4409.0, 4420.0, 4409.0, 4461.0, 4441.0, 4480.0, 4460.0, 4410.0, 4430.0, 4398.0, 4459.0, 4440.0, 4467.0, 4445.0, 4425.0, 4406.0, 4405.0, 4424.0, 4406.0, 4466.0, 4437.0, 4468.0, 4437.0, 4444.0, 4405.0, 4443.0, 4402.0, 4433.0, 4404.0, 4425.0, 4426.0, 4384.0, 4415.0, 4395.0, 4424.0, 4406.0, 4456.0, 4438.0, 4435.0, 4406.0, 4386.0, 4396.0, 4398.0, 4446.0, 4419.0, 4469.0, 4407.0, 4456.0, 4407.0, 4448.0, 4436.0, 4438.0, 4482.0, 4422.0, 4471.0, 4433.0, 4459.0, 4439.0, 4439.0, 4481.0, 4418.0, 4438.0, 4449.0, 4409.0, 4409.0, 4459.0, 4429.0, 4481.0, 4449.0, 4437.0, 4457.0, 4395.0, 4445.0, 4431.0, 4459.0, 4439.0, 4408.0, 4455.0, 4410.0, 4446.0, 4418.0, 4418.0, 4419.0, 4398.0, 4435.0, 4398.0, 4435.0, 4397.0, 4448.0, 4410.0, 4450.0, 4430.0, 4410.0, 4450.0, 4410.0, 4449.0, 4421.0, 4471.0, 4442.0, 4470.0, 4451.0, 4407.0, 4429.0, 4399.0, 4446.0, 4410.0, 4467.0, 4461.0, 4468.0, 4417.0, 4447.0, 4416.0, 4436.0, 4436.0, 4446.0, 4458.0, 4396.0, 4446.0, 4395.0, 4456.0, 4427.0, 4456.0, 4428.0, 4398.0, 4418.0, 4397.0, 4424.0, 4386.0, 4436.0, 4387.0, 4447.0, 4396.0, 4468.0, 4398.0, 4456.0, 4397.0, 4427.0, 4418.0, 4417.0, 4471.0, 4419.0, 4469.0, 4422.0, 4469.0, 4440.0, 4470.0, 4451.0, 4468.0, 4436.0, 4444.0, 4416.0, 4395.0, 4405.0, 4406.0, 4409.0, 4436.0, 4407.0, 4428.0, 4397.0, 4407.0, 4407.0, 4420.0, 4430.0, 4422.0, 4483.0, 4423.0, 4471.0, 4423.0, 4491.0, 4463.0, 4482.0, 4442.0, 4409.0, 4438.0, 4399.0, 4469.0, 4472.0, 4469.0, 4438.0, 4447.0, 4417.0, 4415.0, 4446.0, 4425.0, 4456.0, 4423.0, 4442.0, 4402.0, 4432.0, 4423.0, 4434.0, 4435.0, 4392.0, 4423.0, 4382.0, 4431.0, 4404.0, 4454.0, 4426.0, 4444.0, 4413.0, 4384.0, 4402.0, 4385.0, 4434.0, 4417.0, 4465.0, 4439.0, 4417.0, 4417.0, 4387.0, 4437.0, 4397.0, 4469.0, 4449.0, 4457.0, 4407.0, 4446.0, 4416.0, 4448.0, 4449.0, 4416.0, 4467.0, 4397.0, 4456.0, 4409.0, 4458.0, 4449.0, 4408.0, 4458.0, 4408.0, 4469.0, 4420.0, 4471.0, 4450.0, 4439.0, 4460.0, 4398.0, 4457.0, 4419.0, 4469.0, 4450.0, 4446.0, 4429.0, 4398.0, 4427.0, 4399.0, 4458.0, 4441.0, 4477.0, 4461.0, 4398.0, 4439.0, 4399.0, 4470.0, 4431.0, 4480.0, 4460.0, 4420.0, 4480.0, 4430.0, 4452.0, 4451.0, 4431.0, 4482.0, 4471.0, 4460.0, 4419.0, 4417.0, 4450.0, 4410.0, 4480.0, 4460.0, 4478.0, 4426.0, 4456.0, 4406.0, 4437.0, 4426.0, 4445.0, 4459.0, 4406.0, 4425.0, 4386.0, 4435.0, 4396.0, 4456.0, 4407.0, 4458.0, 4386.0, 4438.0, 4428.0, 4408.0, 4469.0, 4441.0, 4471.0, 4450.0, 4409.0, 4459.0, 4410.0, 4468.0, 4448.0, 4458.0, 4448.0, 4395.0, 4415.0, 4394.0, 4423.0, 4387.0, 4454.0, 4425.0, 4455.0, 4383.0, 4444.0, 4384.0, 4434.0, 4417.0, 4427.0, 4447.0, 4387.0, 4447.0, 4398.0, 4447.0, 4418.0, 4458.0, 4429.0, 4449.0, 4430.0, 4399.0, 4419.0, 4400.0, 4430.0, 4412.0, 4469.0, 4453.0, 4462.0, 4421.0, 4420.0, 4453.0, 4441.0, 4471.0, 4441.0, 4469.0, 4409.0, 4460.0, 4439.0, 4457.0, 4470.0, 4407.0, 4446.0, 4407.0, 4466.0, 4438.0, 4456.0, 4445.0, 4407.0, 4439.0, 4409.0, 4448.0, 4409.0, 4436.0, 4408.0, 4447.0, 4419.0, 4467.0, 4438.0, 4428.0, 4398.0, 4398.0, 4419.0, 4398.0, 4450.0, 4423.0, 4461.0, 4399.0, 4449.0, 4421.0, 4467.0, 4462.0, 4458.0, 4418.0, 4426.0, 4417.0, 4439.0, 4458.0, 4428.0, 4457.0, 4406.0, 4444.0, 4415.0, 4454.0, 4434.0, 4455.0, 4436.0, 4392.0, 4393.0, 4383.0, 4433.0, 4397.0, 4469.0, 4437.0, 4443.0, 4395.0, 4425.0, 4406.0, 4416.0, 4446.0, 4395.0, 4443.0, 4394.0, 4434.0, 4395.0, 4424.0, 4406.0, 4445.0, 4427.0, 4466.0, 4407.0, 4407.0, 4396.0, 4397.0, 4429.0, 4408.0, 4470.0, 4441.0, 4470.0, 4442.0, 4457.0, 4428.0, 4457.0, 4437.0, 4456.0, 4448.0, 4465.0, 4426.0, 4435.0, 4397.0, 4414.0, 4409.0, 4448.0, 4448.0, 4395.0, 4416.0, 4398.0, 4436.0, 4420.0, 4468.0, 4451.0, 4457.0, 4429.0, 4416.0, 4405.0, 4417.0, 4407.0, 4437.0, 4458.0, 4396.0, 4436.0, 4396.0, 4437.0, 4418.0, 4467.0, 4448.0, 4425.0, 4406.0, 4385.0, 4424.0, 4399.0, 4458.0, 4406.0, 4457.0, 4397.0, 4456.0, 4396.0, 4434.0, 4397.0, 4436.0, 4397.0, 4445.0, 4406.0, 4456.0, 4396.0, 4435.0, 4397.0, 4436.0, 4429.0, 4467.0, 4449.0, 4437.0, 4418.0, 4386.0, 4405.0, 4405.0, 4445.0, 4425.0, 4458.0, 4394.0, 4444.0, 4396.0, 4456.0, 4436.0, 4447.0, 4436.0, 4385.0, 4435.0, 4395.0, 4455.0, 4416.0, 4455.0, 4447.0, 4406.0, 4435.0, 4385.0, 4434.0, 4385.0, 4456.0, 4416.0, 4453.0, 4424.0, 4443.0, 4384.0, 4430.0, 4383.0, 4434.0, 4424.0, 4436.0, 4405.0, 4386.0, 4415.0, 4396.0, 4446.0, 4419.0, 4456.0, 4438.0, 4447.0, 4408.0, 4417.0, 4397.0, 4407.0, 4417.0, 4438.0, 4471.0, 4397.0, 4436.0, 4398.0, 4435.0, 4416.0, 4468.0, 4451.0, 4468.0, 4428.0, 4445.0, 4396.0, 4445.0, 4416.0, 4436.0, 4439.0, 4398.0, 4426.0, 4396.0, 4424.0, 4396.0, 4457.0, 4426.0, 4456.0, 4439.0, 4447.0, 4396.0, 4435.0, 4407.0, 4439.0, 4428.0, 4433.0, 4457.0, 4396.0, 4426.0, 4396.0, 4426.0, 4398.0, 4447.0, 4431.0, 4467.0, 4431.0, 4439.0, 4410.0, 4451.0, 4432.0, 4470.0, 4442.0, 4469.0, 4450.0, 4399.0, 4419.0, 4409.0, 4449.0, 4442.0, 4483.0, 4453.0, 4462.0, 4410.0, 4431.0, 4458.0, 4449.0, 4470.0, 4439.0, 4458.0, 4416.0, 4437.0, 4427.0, 4436.0, 4457.0, 4405.0, 4435.0, 4404.0, 4432.0, 4414.0, 4444.0, 4416.0, 4455.0, 4405.0, 4456.0, 4404.0, 4446.0, 4407.0, 4423.0, 4395.0, 4413.0, 4397.0, 4425.0, 4408.0, 4429.0, 4410.0, 4412.0, 4421.0, 4421.0, 4434.0, 4433.0, 4463.0, 4423.0, 4454.0, 4410.0, 4443.0, 4420.0, 4470.0, 4439.0], 'WindowWidth': [9786.0, 9704.0, 9719.0, 9659.0, 9679.0, 9629.0, 9625.0, 9625.0, 9628.0, 9638.0, 9644.0, 9669.0, 9671.0, 9693.0, 9684.0, 9676.0, 9703.0, 9697.0, 9706.0, 9696.0, 9698.0, 9717.0, 9726.0, 9821.0, 9728.0, 9755.0, 9780.0, 9751.0, 9755.0, 9748.0, 9731.0, 9789.0, 9791.0, 9782.0, 9802.0, 9844.0, 9816.0, 9859.0, 9826.0, 9779.0, 9814.0, 9775.0, 9854.0, 9766.0, 9816.0, 9780.0, 9787.0, 9800.0, 9730.0, 9795.0, 9733.0, 9799.0, 9764.0, 9808.0, 9821.0, 9738.0, 9840.0, 9767.0, 9806.0, 9767.0, 9747.0, 9764.0, 9755.0, 9815.0, 9747.0, 9835.0, 9749.0, 9818.0, 9734.0, 9796.0, 9748.0, 9818.0, 9780.0, 9821.0, 9750.0, 9774.0, 9736.0, 9775.0, 9750.0, 9821.0, 9780.0, 9729.0, 9731.0, 9725.0, 9730.0, 9733.0, 9761.0, 9782.0, 9758.0, 9724.0, 9741.0, 9724.0, 9762.0, 9817.0, 9789.0, 9740.0, 9741.0, 9722.0, 9739.0, 9757.0, 9786.0, 9766.0, 9795.0, 9707.0, 9760.0, 9692.0, 9789.0, 9729.0, 9809.0, 9735.0, 9786.0, 9707.0, 9787.0, 9736.0, 9810.0, 9766.0, 9775.0, 9739.0, 9722.0, 9745.0, 9735.0, 9803.0, 9739.0, 9795.0, 9743.0, 9798.0, 9758.0, 9796.0, 9732.0, 9797.0, 9720.0, 9802.0, 9761.0, 9800.0, 9763.0, 9747.0, 9751.0, 9753.0, 9799.0, 9759.0, 9846.0, 9772.0, 9821.0, 9752.0, 9821.0, 9800.0, 9823.0, 9813.0, 9770.0, 9814.0, 9723.0, 9793.0, 9774.0, 9820.0, 9806.0, 9762.0, 9776.0, 9706.0, 9772.0, 9740.0, 9809.0, 9770.0, 9811.0, 9766.0, 9730.0, 9720.0, 9708.0, 9721.0, 9727.0, 9765.0, 9744.0, 9795.0, 9716.0, 9793.0, 9741.0, 9785.0, 9759.0, 9766.0, 9763.0, 9695.0, 9759.0, 9695.0, 9774.0, 9717.0, 9813.0, 9769.0, 9788.0, 9707.0, 9781.0, 9753.0, 9752.0, 9795.0, 9711.0, 9772.0, 9710.0, 9789.0, 9740.0, 9791.0, 9740.0, 9796.0, 9770.0, 9793.0, 9768.0, 9712.0, 9723.0, 9726.0, 9755.0, 9735.0, 9798.0, 9792.0, 9748.0, 9731.0, 9721.0, 9790.0, 9725.0, 9817.0, 9734.0, 9818.0, 9764.0, 9827.0, 9748.0, 9809.0, 9733.0, 9816.0, 9790.0, 9816.0, 9796.0, 9731.0, 9746.0, 9734.0, 9805.0, 9780.0, 9832.0, 9806.0, 9734.0, 9760.0, 9715.0, 9801.0, 9773.0, 9810.0, 9779.0, 9748.0, 9723.0, 9719.0, 9746.0, 9723.0, 9807.0, 9765.0, 9812.0, 9765.0, 9772.0, 9717.0, 9767.0, 9713.0, 9756.0, 9718.0, 9746.0, 9749.0, 9690.0, 9731.0, 9705.0, 9744.0, 9723.0, 9790.0, 9769.0, 9762.0, 9724.0, 9695.0, 9709.0, 9714.0, 9778.0, 9744.0, 9815.0, 9726.0, 9791.0, 9726.0, 9784.0, 9767.0, 9770.0, 9839.0, 9756.0, 9821.0, 9773.0, 9800.0, 9772.0, 9771.0, 9834.0, 9738.0, 9767.0, 9784.0, 9733.0, 9730.0, 9798.0, 9759.0, 9833.0, 9787.0, 9764.0, 9792.0, 9705.0, 9773.0, 9765.0, 9802.0, 9771.0, 9725.0, 9788.0, 9731.0, 9775.0, 9740.0, 9742.0, 9742.0, 9712.0, 9759.0, 9714.0, 9762.0, 9714.0, 9781.0, 9734.0, 9787.0, 9762.0, 9735.0, 9788.0, 9735.0, 9784.0, 9751.0, 9818.0, 9780.0, 9816.0, 9791.0, 9727.0, 9757.0, 9718.0, 9776.0, 9731.0, 9808.0, 9803.0, 9811.0, 9736.0, 9778.0, 9735.0, 9761.0, 9764.0, 9777.0, 9800.0, 9708.0, 9774.0, 9705.0, 9788.0, 9752.0, 9789.0, 9755.0, 9714.0, 9744.0, 9712.0, 9744.0, 9696.0, 9763.0, 9699.0, 9776.0, 9710.0, 9811.0, 9715.0, 9792.0, 9713.0, 9752.0, 9742.0, 9740.0, 9822.0, 9747.0, 9813.0, 9753.0, 9814.0, 9776.0, 9817.0, 9793.0, 9814.0, 9766.0, 9772.0, 9736.0, 9705.0, 9721.0, 9724.0, 9731.0, 9764.0, 9725.0, 9752.0, 9715.0, 9728.0, 9729.0, 9750.0, 9763.0, 9757.0, 9841.0, 9760.0, 9821.0, 9760.0, 9849.0, 9814.0, 9838.0, 9781.0, 9731.0, 9769.0, 9718.0, 9818.0, 9823.0, 9815.0, 9769.0, 9780.0, 9737.0, 9731.0, 9779.0, 9746.0, 9794.0, 9741.0, 9766.0, 9710.0, 9751.0, 9741.0, 9754.0, 9762.0, 9696.0, 9738.0, 9684.0, 9748.0, 9715.0, 9785.0, 9747.0, 9770.0, 9727.0, 9690.0, 9713.0, 9693.0, 9758.0, 9739.0, 9803.0, 9775.0, 9740.0, 9740.0, 9700.0, 9767.0, 9716.0, 9812.0, 9785.0, 9794.0, 9726.0, 9778.0, 9739.0, 9782.0, 9786.0, 9739.0, 9809.0, 9713.0, 9792.0, 9732.0, 9797.0, 9789.0, 9729.0, 9796.0, 9731.0, 9811.0, 9749.0, 9821.0, 9790.0, 9772.0, 9802.0, 9718.0, 9794.0, 9745.0, 9815.0, 9788.0, 9779.0, 9757.0, 9715.0, 9753.0, 9720.0, 9797.0, 9777.0, 9825.0, 9808.0, 9717.0, 9771.0, 9719.0, 9816.0, 9766.0, 9831.0, 9805.0, 9751.0, 9834.0, 9765.0, 9795.0, 9793.0, 9767.0, 9838.0, 9822.0, 9804.0, 9748.0, 9741.0, 9788.0, 9737.0, 9832.0, 9803.0, 9827.0, 9751.0, 9793.0, 9723.0, 9764.0, 9750.0, 9774.0, 9801.0, 9723.0, 9746.0, 9696.0, 9759.0, 9711.0, 9792.0, 9726.0, 9796.0, 9698.0, 9768.0, 9755.0, 9731.0, 9814.0, 9778.0, 9818.0, 9789.0, 9732.0, 9796.0, 9731.0, 9811.0, 9782.0, 9795.0, 9780.0, 9702.0, 9729.0, 9700.0, 9738.0, 9695.0, 9783.0, 9745.0, 9786.0, 9686.0, 9767.0, 9688.0, 9757.0, 9738.0, 9751.0, 9780.0, 9696.0, 9775.0, 9713.0, 9776.0, 9738.0, 9797.0, 9757.0, 9784.0, 9761.0, 9716.0, 9744.0, 9719.0, 9760.0, 9738.0, 9811.0, 9798.0, 9807.0, 9751.0, 9749.0, 9796.0, 9778.0, 9823.0, 9777.0, 9817.0, 9730.0, 9802.0, 9774.0, 9796.0, 9819.0, 9726.0, 9778.0, 9725.0, 9805.0, 9767.0, 9791.0, 9776.0, 9726.0, 9771.0, 9731.0, 9780.0, 9733.0, 9763.0, 9731.0, 9780.0, 9746.0, 9808.0, 9771.0, 9755.0, 9716.0, 9714.0, 9743.0, 9716.0, 9787.0, 9756.0, 9804.0, 9718.0, 9785.0, 9750.0, 9809.0, 9807.0, 9797.0, 9741.0, 9750.0, 9738.0, 9774.0, 9799.0, 9756.0, 9796.0, 9722.0, 9772.0, 9733.0, 9784.0, 9758.0, 9785.0, 9764.0, 9697.0, 9700.0, 9687.0, 9755.0, 9712.0, 9814.0, 9767.0, 9770.0, 9704.0, 9745.0, 9725.0, 9735.0, 9777.0, 9706.0, 9769.0, 9704.0, 9755.0, 9706.0, 9742.0, 9722.0, 9772.0, 9753.0, 9807.0, 9724.0, 9723.0, 9710.0, 9712.0, 9758.0, 9731.0, 9817.0, 9778.0, 9816.0, 9783.0, 9795.0, 9757.0, 9795.0, 9768.0, 9792.0, 9784.0, 9805.0, 9750.0, 9761.0, 9709.0, 9730.0, 9730.0, 9780.0, 9782.0, 9707.0, 9736.0, 9715.0, 9763.0, 9747.0, 9811.0, 9791.0, 9796.0, 9757.0, 9736.0, 9722.0, 9737.0, 9725.0, 9762.0, 9799.0, 9707.0, 9761.0, 9707.0, 9762.0, 9741.0, 9806.0, 9786.0, 9746.0, 9723.0, 9691.0, 9743.0, 9716.0, 9798.0, 9722.0, 9792.0, 9714.0, 9789.0, 9708.0, 9757.0, 9712.0, 9761.0, 9713.0, 9773.0, 9723.0, 9791.0, 9710.0, 9759.0, 9712.0, 9762.0, 9758.0, 9807.0, 9787.0, 9764.0, 9739.0, 9694.0, 9719.0, 9719.0, 9775.0, 9744.0, 9798.0, 9704.0, 9770.0, 9707.0, 9788.0, 9763.0, 9776.0, 9763.0, 9691.0, 9759.0, 9707.0, 9786.0, 9736.0, 9788.0, 9781.0, 9721.0, 9758.0, 9692.0, 9754.0, 9690.0, 9790.0, 9735.0, 9782.0, 9743.0, 9766.0, 9687.0, 9746.0, 9686.0, 9756.0, 9742.0, 9761.0, 9718.0, 9694.0, 9732.0, 9708.0, 9778.0, 9745.0, 9792.0, 9769.0, 9779.0, 9727.0, 9738.0, 9712.0, 9727.0, 9740.0, 9767.0, 9820.0, 9712.0, 9762.0, 9713.0, 9758.0, 9737.0, 9811.0, 9791.0, 9813.0, 9752.0, 9773.0, 9708.0, 9772.0, 9734.0, 9761.0, 9772.0, 9713.0, 9749.0, 9709.0, 9744.0, 9708.0, 9792.0, 9750.0, 9792.0, 9770.0, 9778.0, 9708.0, 9758.0, 9726.0, 9773.0, 9755.0, 9755.0, 9796.0, 9707.0, 9746.0, 9708.0, 9748.0, 9716.0, 9779.0, 9764.0, 9812.0, 9763.0, 9774.0, 9736.0, 9791.0, 9767.0, 9817.0, 9779.0, 9814.0, 9789.0, 9716.0, 9745.0, 9731.0, 9784.0, 9779.0, 9841.0, 9798.0, 9807.0, 9734.0, 9761.0, 9797.0, 9784.0, 9816.0, 9770.0, 9794.0, 9734.0, 9764.0, 9749.0, 9759.0, 9793.0, 9716.0, 9755.0, 9713.0, 9748.0, 9727.0, 9767.0, 9734.0, 9784.0, 9717.0, 9789.0, 9716.0, 9773.0, 9723.0, 9739.0, 9706.0, 9728.0, 9711.0, 9747.0, 9727.0, 9757.0, 9737.0, 9739.0, 9751.0, 9752.0, 9772.0, 9769.0, 9812.0, 9757.0, 9798.0, 9736.0, 9780.0, 9749.0, 9818.0, 9771.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.005280149082568808</td></tr>
<tr><td colspan=3>aqi</td><td>0.02376945894495413</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.11797979637198</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2571639705166469</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0863979941216984</td></tr>
<tr><td colspan=3>efc</td><td>0.4716</td></tr>
<tr><td colspan=3>fber</td><td>6465.5493</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11637312110361729</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>92</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.55045871559633</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.450589071973706</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3736502161350415</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.697576299321133</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2805407004649427</td></tr>
<tr><td colspan=3>gcor</td><td>0.0108949</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020166844129562378</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025372155010700226</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9399728844973754</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>39.3053</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.8177</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.7359</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301115.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>880.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>374.135</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4737</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>568.4933</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3629.0283</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3821.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75429.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1245.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4758.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>969.7972</td></tr>
<tr><td colspan=3>tsnr</td><td>38.76599889015779</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>