<?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-03_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-03_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-03_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-03_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-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_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-03_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-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_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-03_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-03_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-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_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-03_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-03_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-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_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-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0092/figures/sub-0092_ses-03_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-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_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-03/func/sub-0092_ses-03_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>1b41673343781b39053ddab19cfc2beb</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>08:57:21.875000</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.99931, 0.0021389, -0.0370749, 0.00122086, 0.995908, 0.090362]</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.0793542</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>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4126, -7740, -7291, 688, -52, -139, 23, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.016</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a16fd812-b2ea-4b8e-911d-2b997425ff6c||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.6810762882232666, 0.003275474300608039, -0.10021442919969559, 112.08827209472656], [-0.005738506093621254, 2.6719489097595215, 0.24393142759799957, -99.90277862548828], [-0.09946919977664948, -0.2424347698688507, 2.6870901584625244, -60.39604949951172], [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': ['085721.875000', '085722.335000', '085722.795000', '085723.255000', '085723.715000', '085724.175000', '085724.635000', '085725.095000', '085725.555000', '085726.015000', '085726.475000', '085726.935000', '085727.395000', '085727.855000', '085728.315000', '085728.775000', '085729.235000', '085729.695000', '085730.155000', '085730.615000', '085731.075000', '085731.535000', '085731.995000', '085732.455000', '085732.915000', '085733.375000', '085733.835000', '085734.295000', '085734.755000', '085735.215000', '085735.675000', '085736.135000', '085736.595000', '085737.055000', '085737.515000', '085737.975000', '085738.435000', '085738.895000', '085739.355000', '085739.815000', '085740.275000', '085740.735000', '085741.195000', '085741.655000', '085742.115000', '085742.575000', '085743.035000', '085743.495000', '085743.955000', '085744.415000', '085744.875000', '085745.335000', '085745.795000', '085746.255000', '085746.715000', '085747.175000', '085747.635000', '085748.095000', '085748.555000', '085749.015000', '085749.475000', '085749.935000', '085750.395000', '085750.855000', '085751.315000', '085751.775000', '085752.235000', '085752.695000', '085753.155000', '085753.615000', '085754.075000', '085754.535000', '085754.995000', '085755.455000', '085755.915000', '085756.375000', '085756.835000', '085757.295000', '085757.755000', '085758.215000', '085758.675000', '085759.135000', '085759.595000', '085800.055000', '085800.515000', '085800.975000', '085801.435000', '085801.895000', '085802.355000', '085802.815000', '085803.275000', '085803.735000', '085804.195000', '085804.655000', '085805.115000', '085805.575000', '085806.035000', '085806.495000', '085806.955000', '085807.415000', '085807.875000', '085808.335000', '085808.795000', '085809.255000', '085809.715000', '085810.175000', '085810.635000', '085811.095000', '085811.555000', '085812.015000', '085812.475000', '085812.935000', '085813.395000', '085813.855000', '085814.315000', '085814.775000', '085815.235000', '085815.695000', '085816.155000', '085816.615000', '085817.075000', '085817.535000', '085817.995000', '085818.455000', '085818.915000', '085819.375000', '085819.835000', '085820.295000', '085820.755000', '085821.215000', '085821.675000', '085822.135000', '085822.595000', '085823.055000', '085823.515000', '085823.975000', '085824.435000', '085824.895000', '085825.355000', '085825.815000', '085826.275000', '085826.735000', '085827.195000', '085827.655000', '085828.115000', '085828.575000', '085829.035000', '085829.495000', '085829.955000', '085830.415000', '085830.875000', '085831.335000', '085831.795000', '085832.255000', '085832.715000', '085833.175000', '085833.635000', '085834.095000', '085834.555000', '085835.015000', '085835.475000', '085835.935000', '085836.395000', '085836.855000', '085837.315000', '085837.775000', '085838.235000', '085838.695000', '085839.155000', '085839.615000', '085840.075000', '085840.535000', '085840.995000', '085841.455000', '085841.915000', '085842.375000', '085842.835000', '085843.295000', '085843.755000', '085844.215000', '085844.675000', '085845.135000', '085845.595000', '085846.055000', '085846.515000', '085846.975000', '085847.435000', '085847.895000', '085848.355000', '085848.815000', '085849.275000', '085849.735000', '085850.195000', '085850.655000', '085851.115000', '085851.575000', '085852.035000', '085852.495000', '085852.955000', '085853.415000', '085853.875000', '085854.335000', '085854.795000', '085855.255000', '085855.715000', '085856.175000', '085856.635000', '085857.095000', '085857.555000', '085858.015000', '085858.475000', '085858.935000', '085859.395000', '085859.855000', '085900.315000', '085900.775000', '085901.235000', '085901.695000', '085902.155000', '085902.615000', '085903.075000', '085903.535000', '085903.995000', '085904.455000', '085904.915000', '085905.375000', '085905.835000', '085906.295000', '085906.755000', '085907.215000', '085907.675000', '085908.135000', '085908.595000', '085909.055000', '085909.515000', '085909.975000', '085910.435000', '085910.895000', '085911.355000', '085911.815000', '085912.275000', '085912.735000', '085913.195000', '085913.655000', '085914.115000', '085914.575000', '085915.035000', '085915.495000', '085915.955000', '085916.415000', '085916.875000', '085917.335000', '085917.795000', '085918.255000', '085918.715000', '085919.175000', '085919.635000', '085920.095000', '085920.555000', '085921.015000', '085921.475000', '085921.935000', '085922.395000', '085922.855000', '085923.315000', '085923.775000', '085924.235000', '085924.695000', '085925.155000', '085925.615000', '085926.075000', '085926.535000', '085926.995000', '085927.455000', '085927.915000', '085928.375000', '085928.835000', '085929.295000', '085929.755000', '085930.215000', '085930.675000', '085931.135000', '085931.595000', '085932.055000', '085932.515000', '085932.975000', '085933.435000', '085933.895000', '085934.355000', '085934.815000', '085935.275000', '085935.735000', '085936.195000', '085936.655000', '085937.115000', '085937.575000', '085938.035000', '085938.495000', '085938.955000', '085939.415000', '085939.875000', '085940.335000', '085940.795000', '085941.255000', '085941.715000', '085942.175000', '085942.635000', '085943.095000', '085943.555000', '085944.015000', '085944.475000', '085944.935000', '085945.395000', '085945.855000', '085946.315000', '085946.775000', '085947.235000', '085947.695000', '085948.155000', '085948.615000', '085949.075000', '085949.535000', '085949.995000', '085950.455000', '085950.915000', '085951.375000', '085951.835000', '085952.295000', '085952.755000', '085953.215000', '085953.675000', '085954.135000', '085954.595000', '085955.055000', '085955.515000', '085955.975000', '085956.435000', '085956.895000', '085957.355000', '085957.815000', '085958.275000', '085958.735000', '085959.195000', '085959.655000', '090000.115000', '090000.575000', '090001.035000', '090001.495000', '090001.955000', '090002.415000', '090002.875000', '090003.335000', '090003.795000', '090004.255000', '090004.715000', '090005.175000', '090005.635000', '090006.095000', '090006.555000', '090007.015000', '090007.475000', '090007.935000', '090008.395000', '090008.855000', '090009.315000', '090009.775000', '090010.235000', '090010.695000', '090011.155000', '090011.615000', '090012.075000', '090012.535000', '090012.995000', '090013.455000', '090013.915000', '090014.375000', '090014.835000', '090015.295000', '090015.755000', '090016.215000', '090016.675000', '090017.135000', '090017.595000', '090018.055000', '090018.515000', '090018.975000', '090019.435000', '090019.895000', '090020.355000', '090020.815000', '090021.275000', '090021.735000', '090022.195000', '090022.655000', '090023.115000', '090023.575000', '090024.035000', '090024.495000', '090024.955000', '090025.415000', '090025.875000', '090026.335000', '090026.795000', '090027.255000', '090027.715000', '090028.175000', '090028.635000', '090029.095000', '090029.555000', '090030.015000', '090030.475000', '090030.935000', '090031.395000', '090031.855000', '090032.315000', '090032.775000', '090033.235000', '090033.695000', '090034.155000', '090034.615000', '090035.075000', '090035.535000', '090035.995000', '090036.455000', '090036.915000', '090037.375000', '090037.835000', '090038.295000', '090038.755000', '090039.215000', '090039.675000', '090040.135000', '090040.595000', '090041.055000', '090041.515000', '090041.975000', '090042.435000', '090042.895000', '090043.355000', '090043.815000', '090044.275000', '090044.735000', '090045.195000', '090045.655000', '090046.115000', '090046.575000', '090047.035000', '090047.495000', '090047.955000', '090048.415000', '090048.875000', '090049.335000', '090049.795000', '090050.255000', '090050.715000', '090051.175000', '090051.635000', '090052.095000', '090052.555000', '090053.015000', '090053.475000', '090053.935000', '090054.395000', '090054.855000', '090055.315000', '090055.775000', '090056.235000', '090056.695000', '090057.155000', '090057.615000', '090058.075000', '090058.535000', '090058.995000', '090059.455000', '090059.915000', '090100.375000', '090100.835000', '090101.295000', '090101.755000', '090102.215000', '090102.675000', '090103.135000', '090103.595000', '090104.055000', '090104.515000', '090104.975000', '090105.435000', '090105.895000', '090106.355000', '090106.815000', '090107.275000', '090107.735000', '090108.195000', '090108.655000', '090109.115000', '090109.575000', '090110.035000', '090110.495000', '090110.955000', '090111.415000', '090111.875000', '090112.335000', '090112.795000', '090113.255000', '090113.715000', '090114.175000', '090114.635000', '090115.095000', '090115.555000', '090116.015000', '090116.475000', '090116.935000', '090117.395000', '090117.855000', '090118.315000', '090118.775000', '090119.235000', '090119.695000', '090120.155000', '090120.615000', '090121.075000', '090121.535000', '090121.995000', '090122.455000', '090122.915000', '090123.375000', '090123.835000', '090124.295000', '090124.755000', '090125.215000', '090125.675000', '090126.135000', '090126.595000', '090127.055000', '090127.515000', '090127.975000', '090128.435000', '090128.895000', '090129.355000', '090129.815000', '090130.275000', '090130.735000', '090131.195000', '090131.655000', '090132.115000', '090132.575000', '090133.035000', '090133.495000', '090133.955000', '090134.415000', '090134.875000', '090135.335000', '090135.795000', '090136.255000', '090136.715000', '090137.175000', '090137.635000', '090138.095000', '090138.555000', '090139.015000', '090139.475000', '090139.935000', '090140.395000', '090140.855000', '090141.315000', '090141.775000', '090142.235000', '090142.695000', '090143.155000', '090143.615000', '090144.075000', '090144.535000', '090144.995000', '090145.455000', '090145.915000', '090146.375000', '090146.835000', '090147.295000', '090147.755000', '090148.215000', '090148.675000', '090149.135000', '090149.595000', '090150.055000', '090150.515000', '090150.975000', '090151.435000', '090151.895000', '090152.355000', '090152.815000', '090153.275000', '090153.735000', '090154.195000', '090154.655000', '090155.115000', '090155.575000', '090156.035000', '090156.495000', '090156.955000', '090157.415000', '090157.875000', '090158.335000', '090158.795000', '090159.255000', '090159.715000', '090200.175000', '090200.635000', '090201.095000', '090201.555000', '090202.015000', '090202.475000', '090202.935000', '090203.395000', '090203.855000', '090204.315000', '090204.775000', '090205.235000', '090205.695000', '090206.155000', '090206.615000', '090207.075000', '090207.535000', '090207.995000', '090208.455000', '090208.915000', '090209.375000', '090209.835000', '090210.295000', '090210.755000', '090211.215000', '090211.675000', '090212.135000', '090212.595000', '090213.055000', '090213.515000', '090213.975000', '090214.435000', '090214.895000', '090215.355000', '090215.815000', '090216.275000', '090216.735000', '090217.195000', '090217.655000', '090218.115000', '090218.575000', '090219.035000', '090219.495000', '090219.955000', '090220.415000', '090220.875000', '090221.335000', '090221.795000', '090222.255000', '090222.715000', '090223.175000', '090223.635000', '090224.095000', '090224.555000', '090225.015000', '090225.475000', '090225.935000', '090226.395000', '090226.855000', '090227.315000', '090227.775000', '090228.235000', '090228.695000', '090229.155000', '090229.615000', '090230.075000', '090230.535000', '090230.995000', '090231.455000', '090231.915000', '090232.375000', '090232.835000', '090233.295000', '090233.755000', '090234.215000', '090234.675000', '090235.135000', '090235.595000', '090236.055000', '090236.515000', '090236.975000', '090237.435000', '090237.895000', '090238.355000', '090238.815000', '090239.275000', '090239.735000', '090240.195000', '090240.655000', '090241.115000', '090241.575000', '090242.035000', '090242.495000', '090242.955000', '090243.415000', '090243.875000', '090244.335000', '090244.795000', '090245.255000', '090245.715000', '090246.175000', '090246.635000', '090247.095000', '090247.555000', '090248.015000', '090248.475000', '090248.935000', '090249.395000', '090249.855000', '090250.315000', '090250.775000', '090251.235000', '090251.695000', '090252.155000', '090252.615000', '090253.075000', '090253.535000', '090253.995000', '090254.455000', '090254.915000', '090255.375000', '090255.835000', '090256.295000', '090256.755000', '090257.215000', '090257.675000', '090258.135000', '090258.595000', '090259.055000', '090259.515000', '090259.975000', '090300.435000', '090300.895000', '090301.355000', '090301.815000', '090302.275000', '090302.735000', '090303.195000', '090303.655000', '090304.115000', '090304.575000', '090305.035000', '090305.495000', '090305.955000', '090306.415000', '090306.875000', '090307.335000', '090307.795000', '090308.255000', '090308.715000', '090309.175000', '090309.635000', '090310.095000', '090310.555000', '090311.015000', '090311.475000', '090311.935000', '090312.395000', '090312.855000', '090313.315000', '090313.775000', '090314.235000', '090314.695000', '090315.155000', '090315.615000', '090316.075000', '090316.535000', '090316.995000', '090317.455000', '090317.915000', '090318.375000', '090318.835000', '090319.295000', '090319.755000', '090320.215000', '090320.675000', '090321.135000', '090321.595000', '090322.055000', '090322.515000', '090322.975000', '090323.435000', '090323.895000', '090324.355000', '090324.815000', '090325.275000', '090325.735000', '090326.195000', '090326.655000', '090327.115000', '090327.575000', '090328.035000', '090328.495000', '090328.955000', '090329.415000', '090329.875000', '090330.335000', '090330.795000', '090331.255000', '090331.715000', '090332.175000', '090332.635000', '090333.095000', '090333.555000', '090334.015000', '090334.475000', '090334.935000', '090335.395000', '090335.855000', '090336.315000', '090336.775000', '090337.235000', '090337.695000', '090338.155000', '090338.615000', '090339.075000', '090339.535000', '090339.995000', '090340.455000', '090340.915000', '090341.375000', '090341.835000', '090342.295000', '090342.755000', '090343.215000', '090343.675000', '090344.135000', '090344.595000', '090345.055000', '090345.515000', '090345.975000', '090346.435000', '090346.895000', '090347.355000', '090347.815000', '090348.275000', '090348.735000', '090349.195000', '090349.655000', '090350.115000', '090350.575000', '090351.035000', '090351.495000', '090351.955000', '090352.415000', '090352.875000', '090353.335000', '090353.795000', '090354.255000', '090354.715000', '090355.175000', '090355.635000', '090356.095000', '090356.555000', '090357.015000', '090357.475000', '090357.935000', '090358.395000', '090358.855000', '090359.315000', '090359.775000', '090400.235000', '090400.695000', '090401.155000', '090401.615000', '090402.075000', '090402.535000'], 'ContentTime': ['085743.866000', '085743.869000', '085743.884000', '085743.887000', '085743.889000', '085743.892000', '085743.894000', '085743.897000', '085743.899000', '085743.902000', '085743.905000', '085743.907000', '085743.910000', '085743.925000', '085743.928000', '085743.930000', '085743.933000', '085743.935000', '085743.938000', '085743.940000', '085743.943000', '085743.945000', '085743.948000', '085743.950000', '085743.953000', '085743.955000', '085743.958000', '085743.961000', '085743.963000', '085743.966000', '085743.968000', '085743.971000', '085743.973000', '085743.976000', '085743.978000', '085743.981000', '085743.983000', '085743.986000', '085743.988000', '085743.991000', '085743.994000', '085743.996000', '085743.999000', '085744.001000', '085744.004000', '085744.006000', '085803.838000', '085803.841000', '085803.844000', '085803.846000', '085803.849000', '085803.852000', '085803.854000', '085803.857000', '085803.859000', '085803.862000', '085803.865000', '085803.867000', '085803.870000', '085803.872000', '085803.875000', '085803.877000', '085803.880000', '085803.882000', '085803.885000', '085803.887000', '085803.890000', '085803.892000', '085803.895000', '085803.898000', '085803.900000', '085803.903000', '085803.906000', '085803.908000', '085803.911000', '085803.913000', '085803.916000', '085803.918000', '085803.921000', '085803.923000', '085803.926000', '085803.928000', '085803.931000', '085803.933000', '085803.936000', '085803.939000', '085803.941000', '085803.944000', '085803.946000', '085823.838000', '085823.841000', '085823.844000', '085823.847000', '085823.849000', '085823.852000', '085823.854000', '085823.857000', '085823.860000', '085823.862000', '085823.865000', '085823.868000', '085823.870000', '085823.873000', '085823.875000', '085823.878000', '085823.881000', '085823.883000', '085823.886000', '085823.889000', '085823.892000', '085823.894000', '085823.897000', '085823.900000', '085823.902000', '085823.905000', '085823.907000', '085823.910000', '085823.913000', '085823.915000', '085823.918000', '085823.920000', '085823.923000', '085823.938000', '085823.941000', '085823.943000', '085823.946000', '085823.949000', '085823.951000', '085823.954000', '085823.956000', '085823.959000', '085823.962000', '085823.964000', '085843.839000', '085843.841000', '085843.844000', '085843.847000', '085843.849000', '085843.852000', '085843.854000', '085843.857000', '085843.860000', '085843.862000', '085843.865000', '085843.868000', '085843.870000', '085843.873000', '085843.875000', '085843.878000', '085843.881000', '085843.883000', '085843.886000', '085843.888000', '085843.891000', '085843.893000', '085843.896000', '085843.899000', '085843.901000', '085843.904000', '085843.906000', '085843.909000', '085843.912000', '085843.914000', '085843.917000', '085843.919000', '085843.922000', '085843.924000', '085843.927000', '085843.930000', '085843.932000', '085843.935000', '085843.937000', '085843.940000', '085843.942000', '085843.945000', '085843.947000', '085903.838000', '085903.841000', '085903.844000', '085903.846000', '085903.849000', '085903.851000', '085903.854000', '085904.088000', '085904.090000', '085904.093000', '085904.095000', '085904.098000', '085904.101000', '085904.103000', '085904.106000', '085904.108000', '085904.111000', '085904.113000', '085904.116000', '085904.118000', '085904.121000', '085904.124000', '085904.126000', '085904.129000', '085904.131000', '085904.134000', '085904.137000', '085904.139000', '085904.142000', '085904.144000', '085904.147000', '085904.149000', '085904.152000', '085904.154000', '085904.157000', '085904.160000', '085904.162000', '085904.165000', '085904.167000', '085904.170000', '085904.172000', '085904.175000', '085904.177000', '085923.838000', '085923.840000', '085923.843000', '085923.846000', '085923.848000', '085923.851000', '085923.853000', '085924.088000', '085924.091000', '085924.094000', '085924.096000', '085924.099000', '085924.101000', '085924.104000', '085924.108000', '085924.110000', '085924.113000', '085924.115000', '085924.118000', '085924.120000', '085924.123000', '085924.137000', '085924.140000', '085924.142000', '085924.145000', '085924.147000', '085924.150000', '085924.152000', '085924.155000', '085924.158000', '085924.160000', '085924.163000', '085924.165000', '085924.168000', '085924.170000', '085924.174000', '085924.177000', '085924.179000', '085924.182000', '085924.184000', '085924.192000', '085924.195000', '085924.198000', '085924.201000', '085943.838000', '085943.841000', '085943.844000', '085943.847000', '085943.849000', '085943.852000', '085943.854000', '085943.857000', '085943.859000', '085943.862000', '085943.864000', '085943.867000', '085943.870000', '085943.872000', '085943.875000', '085943.877000', '085943.880000', '085943.882000', '085943.885000', '085943.887000', '085943.890000', '085943.893000', '085943.895000', '085943.898000', '085943.900000', '085943.903000', '085943.905000', '085943.908000', '085943.910000', '085943.913000', '085943.915000', '085943.918000', '085943.921000', '085943.923000', '085943.926000', '085943.928000', '085943.931000', '085943.933000', '085943.936000', '085943.939000', '085943.941000', '085943.944000', '085943.946000', '090003.839000', '090003.842000', '090003.844000', '090003.847000', '090003.849000', '090003.852000', '090003.855000', '090003.857000', '090003.860000', '090003.862000', '090003.865000', '090003.867000', '090003.897000', '090003.900000', '090003.903000', '090003.905000', '090003.908000', '090003.910000', '090003.913000', '090003.915000', '090003.918000', '090003.921000', '090003.923000', '090003.926000', '090003.928000', '090003.931000', '090003.933000', '090003.936000', '090003.938000', '090003.941000', '090003.963000', '090003.966000', '090003.968000', '090003.971000', '090003.974000', '090003.976000', '090003.979000', '090003.981000', '090003.984000', '090003.986000', '090003.989000', '090003.991000', '090003.994000', '090003.997000', '090023.839000', '090023.841000', '090023.844000', '090023.847000', '090023.850000', '090023.852000', '090023.855000', '090023.858000', '090023.861000', '090023.863000', '090023.866000', '090023.868000', '090023.871000', '090023.873000', '090023.876000', '090023.879000', '090023.881000', '090023.884000', '090023.886000', '090023.889000', '090023.891000', '090023.894000', '090023.896000', '090023.899000', '090023.902000', '090023.905000', '090023.908000', '090023.910000', '090023.913000', '090023.915000', '090023.918000', '090023.920000', '090023.923000', '090023.926000', '090023.928000', '090023.931000', '090023.933000', '090023.936000', '090023.938000', '090023.941000', '090023.944000', '090023.946000', '090023.949000', '090043.839000', '090043.841000', '090043.844000', '090043.847000', '090043.849000', '090043.852000', '090043.854000', '090043.857000', '090043.860000', '090043.862000', '090043.865000', '090043.867000', '090043.870000', '090043.872000', '090043.875000', '090043.878000', '090043.880000', '090043.883000', '090043.885000', '090043.888000', '090043.891000', '090043.893000', '090043.896000', '090043.898000', '090043.901000', '090043.903000', '090043.906000', '090043.909000', '090043.911000', '090043.914000', '090043.916000', '090043.919000', '090043.922000', '090043.924000', '090043.927000', '090043.929000', '090043.932000', '090043.934000', '090043.937000', '090043.939000', '090043.942000', '090043.945000', '090043.947000', '090043.950000', '090103.839000', '090103.841000', '090103.855000', '090103.858000', '090103.861000', '090103.863000', '090103.866000', '090103.868000', '090103.871000', '090103.874000', '090103.877000', '090103.880000', '090103.883000', '090103.885000', '090103.888000', '090103.890000', '090103.893000', '090103.896000', '090103.898000', '090103.901000', '090103.903000', '090103.906000', '090103.909000', '090103.911000', '090103.914000', '090103.916000', '090103.919000', '090103.921000', '090103.924000', '090103.927000', '090103.929000', '090103.932000', '090103.935000', '090103.937000', '090103.940000', '090103.942000', '090103.945000', '090103.947000', '090103.950000', '090103.952000', '090103.955000', '090103.958000', '090103.960000', '090123.839000', '090123.842000', '090123.844000', '090123.847000', '090123.849000', '090123.852000', '090123.855000', '090123.857000', '090123.860000', '090123.862000', '090123.865000', '090123.867000', '090123.870000', '090123.873000', '090123.875000', '090123.878000', '090123.880000', '090123.883000', '090123.885000', '090123.888000', '090123.890000', '090123.893000', '090123.895000', '090123.898000', '090123.901000', '090123.903000', '090123.906000', '090123.908000', '090123.911000', '090123.913000', '090123.916000', '090123.919000', '090123.921000', '090123.924000', '090123.926000', '090123.929000', '090123.931000', '090123.934000', '090123.947000', '090123.950000', '090123.952000', '090123.955000', '090123.958000', '090123.960000', '090143.838000', '090143.840000', '090143.843000', '090143.846000', '090143.848000', '090143.851000', '090143.853000', '090143.856000', '090143.858000', '090143.861000', '090143.863000', '090143.866000', '090143.869000', '090143.871000', '090143.874000', '090143.876000', '090143.879000', '090143.881000', '090143.884000', '090143.886000', '090143.889000', '090143.892000', '090143.894000', '090143.897000', '090143.899000', '090143.902000', '090143.904000', '090143.907000', '090143.910000', '090143.913000', '090143.916000', '090143.918000', '090143.921000', '090143.924000', '090143.927000', '090143.929000', '090143.932000', '090143.934000', '090143.937000', '090143.940000', '090143.943000', '090143.946000', '090143.949000', '090203.839000', '090203.841000', '090203.844000', '090203.846000', '090203.849000', '090203.852000', '090203.854000', '090203.857000', '090203.859000', '090203.862000', '090203.864000', '090203.867000', '090203.869000', '090203.872000', '090203.875000', '090203.877000', '090203.880000', '090203.882000', '090203.885000', '090203.887000', '090203.890000', '090203.893000', '090203.895000', '090203.898000', '090203.900000', '090203.903000', '090203.905000', '090203.908000', '090203.911000', '090203.913000', '090203.916000', '090203.918000', '090203.921000', '090203.923000', '090203.926000', '090203.929000', '090203.931000', '090203.934000', '090203.936000', '090203.939000', '090203.941000', '090203.944000', '090203.947000', '090203.949000', '090223.839000', '090223.841000', '090223.844000', '090223.847000', '090223.849000', '090223.852000', '090223.854000', '090223.857000', '090223.859000', '090223.862000', '090223.864000', '090223.867000', '090223.870000', '090223.872000', '090223.875000', '090223.877000', '090223.880000', '090223.883000', '090223.885000', '090223.888000', '090223.890000', '090223.893000', '090223.895000', '090223.898000', '090223.901000', '090223.903000', '090223.906000', '090223.931000', '090223.934000', '090223.936000', '090223.939000', '090223.942000', '090223.945000', '090223.948000', '090223.951000', '090223.953000', '090223.956000', '090223.959000', '090223.961000', '090223.964000', '090223.966000', '090223.969000', '090223.972000', '090243.838000', '090243.841000', '090243.844000', '090243.847000', '090243.849000', '090243.852000', '090243.854000', '090243.857000', '090243.860000', '090243.862000', '090243.865000', '090243.867000', '090243.870000', '090243.872000', '090243.875000', '090243.878000', '090243.880000', '090243.883000', '090243.885000', '090243.888000', '090243.890000', '090243.893000', '090243.905000', '090243.907000', '090243.910000', '090243.912000', '090243.915000', '090243.917000', '090243.920000', '090243.923000', '090243.925000', '090243.928000', '090243.930000', '090243.933000', '090243.935000', '090243.938000', '090243.941000', '090243.943000', '090243.946000', '090243.948000', '090243.951000', '090243.953000', '090243.956000', '090243.959000', '090303.838000', '090303.841000', '090303.844000', '090303.846000', '090303.849000', '090303.852000', '090303.854000', '090303.857000', '090303.859000', '090303.862000', '090303.865000', '090303.867000', '090303.870000', '090303.872000', '090303.875000', '090303.877000', '090303.880000', '090303.883000', '090303.885000', '090303.888000', '090303.890000', '090303.893000', '090303.896000', '090303.898000', '090303.901000', '090303.903000', '090303.906000', '090303.908000', '090303.911000', '090303.914000', '090303.916000', '090303.919000', '090303.921000', '090303.924000', '090303.926000', '090303.929000', '090303.931000', '090303.934000', '090303.937000', '090303.939000', '090303.942000', '090303.944000', '090303.947000', '090323.839000', '090323.842000', '090323.844000', '090323.847000', '090323.849000', '090323.852000', '090323.855000', '090323.857000', '090323.860000', '090323.862000', '090323.865000', '090323.867000', '090323.870000', '090323.872000', '090323.875000', '090323.878000', '090323.880000', '090323.883000', '090323.885000', '090323.888000', '090323.890000', '090323.893000', '090323.895000', '090323.898000', '090323.901000', '090323.903000', '090323.906000', '090323.908000', '090323.911000', '090323.913000', '090323.916000', '090323.919000', '090323.921000', '090323.924000', '090323.926000', '090323.929000', '090323.931000', '090323.934000', '090323.936000', '090323.939000', '090323.942000', '090323.944000', '090323.947000', '090323.949000', '090343.839000', '090343.841000', '090343.844000', '090343.847000', '090343.849000', '090343.852000', '090343.854000', '090343.857000', '090343.859000', '090343.862000', '090343.865000', '090343.867000', '090343.870000', '090343.872000', '090343.875000', '090343.877000', '090343.880000', '090343.882000', '090343.885000', '090343.888000', '090343.890000', '090343.893000', '090343.895000', '090343.898000', '090343.900000', '090343.903000', '090343.906000', '090343.908000', '090343.911000', '090343.913000', '090343.916000', '090343.918000', '090343.921000', '090343.924000', '090343.927000', '090343.930000', '090343.933000', '090343.942000', '090343.945000', '090343.947000', '090343.950000', '090343.952000', '090343.955000', '090403.745000', '090403.748000', '090403.750000', '090403.753000', '090403.756000', '090403.759000', '090403.762000', '090403.764000', '090403.767000', '090403.770000', '090403.773000', '090403.775000', '090403.778000', '090403.781000', '090403.783000', '090403.786000', '090403.789000', '090403.791000', '090403.794000', '090403.797000', '090403.800000', '090403.802000', '090403.805000', '090403.808000', '090403.811000', '090403.814000', '090403.817000', '090403.823000', '090403.826000', '090403.828000', '090403.831000', '090403.834000', '090403.836000', '090403.839000', '090403.842000', '090403.845000', '090403.848000', '090403.853000', '090403.857000', '090403.860000', '090403.863000', '090403.865000', '090403.868000', '090403.871000'], 'InstanceCreationTime': ['085743.866000', '085743.869000', '085743.884000', '085743.887000', '085743.889000', '085743.892000', '085743.894000', '085743.897000', '085743.899000', '085743.902000', '085743.905000', '085743.907000', '085743.910000', '085743.925000', '085743.928000', '085743.930000', '085743.933000', '085743.935000', '085743.938000', '085743.940000', '085743.943000', '085743.945000', '085743.948000', '085743.950000', '085743.953000', '085743.955000', '085743.958000', '085743.961000', '085743.963000', '085743.966000', '085743.968000', '085743.971000', '085743.973000', '085743.976000', '085743.978000', '085743.981000', '085743.983000', '085743.986000', '085743.988000', '085743.991000', '085743.994000', '085743.996000', '085743.999000', '085744.001000', '085744.004000', '085744.006000', '085803.838000', '085803.841000', '085803.844000', '085803.846000', '085803.849000', '085803.852000', '085803.854000', '085803.857000', '085803.859000', '085803.862000', '085803.865000', '085803.867000', '085803.870000', '085803.872000', '085803.875000', '085803.877000', '085803.880000', '085803.882000', '085803.885000', '085803.887000', '085803.890000', '085803.892000', '085803.895000', '085803.898000', '085803.900000', '085803.903000', '085803.906000', '085803.908000', '085803.911000', '085803.913000', '085803.916000', '085803.918000', '085803.921000', '085803.923000', '085803.926000', '085803.928000', '085803.931000', '085803.933000', '085803.936000', '085803.939000', '085803.941000', '085803.944000', '085803.946000', '085823.838000', '085823.841000', '085823.844000', '085823.847000', '085823.849000', '085823.852000', '085823.854000', '085823.857000', '085823.860000', '085823.862000', '085823.865000', '085823.868000', '085823.870000', '085823.873000', '085823.875000', '085823.878000', '085823.881000', '085823.883000', '085823.886000', '085823.889000', '085823.892000', '085823.894000', '085823.897000', '085823.900000', '085823.902000', '085823.905000', '085823.907000', '085823.910000', '085823.913000', '085823.915000', '085823.918000', '085823.920000', '085823.923000', '085823.938000', '085823.941000', '085823.943000', '085823.946000', '085823.949000', '085823.951000', '085823.954000', '085823.956000', '085823.959000', '085823.962000', '085823.964000', '085843.839000', '085843.841000', '085843.844000', '085843.847000', '085843.849000', '085843.852000', '085843.854000', '085843.857000', '085843.860000', '085843.862000', '085843.865000', '085843.868000', '085843.870000', '085843.873000', '085843.875000', '085843.878000', '085843.881000', '085843.883000', '085843.886000', '085843.888000', '085843.891000', '085843.893000', '085843.896000', '085843.899000', '085843.901000', '085843.904000', '085843.906000', '085843.909000', '085843.912000', '085843.914000', '085843.917000', '085843.919000', '085843.922000', '085843.924000', '085843.927000', '085843.930000', '085843.932000', '085843.935000', '085843.937000', '085843.940000', '085843.942000', '085843.945000', '085843.947000', '085903.838000', '085903.841000', '085903.844000', '085903.846000', '085903.849000', '085903.851000', '085903.854000', '085904.088000', '085904.090000', '085904.093000', '085904.095000', '085904.098000', '085904.101000', '085904.103000', '085904.106000', '085904.108000', '085904.111000', '085904.113000', '085904.116000', '085904.118000', '085904.121000', '085904.124000', '085904.126000', '085904.129000', '085904.131000', '085904.134000', '085904.137000', '085904.139000', '085904.142000', '085904.144000', '085904.147000', '085904.149000', '085904.152000', '085904.154000', '085904.157000', '085904.160000', '085904.162000', '085904.165000', '085904.167000', '085904.170000', '085904.172000', '085904.175000', '085904.177000', '085923.838000', '085923.840000', '085923.843000', '085923.846000', '085923.848000', '085923.851000', '085923.853000', '085924.088000', '085924.091000', '085924.094000', '085924.096000', '085924.099000', '085924.101000', '085924.104000', '085924.108000', '085924.110000', '085924.113000', '085924.115000', '085924.118000', '085924.120000', '085924.123000', '085924.137000', '085924.140000', '085924.142000', '085924.145000', '085924.147000', '085924.150000', '085924.152000', '085924.155000', '085924.158000', '085924.160000', '085924.163000', '085924.165000', '085924.168000', '085924.170000', '085924.174000', '085924.177000', '085924.179000', '085924.182000', '085924.184000', '085924.192000', '085924.195000', '085924.198000', '085924.201000', '085943.838000', '085943.841000', '085943.844000', '085943.847000', '085943.849000', '085943.852000', '085943.854000', '085943.857000', '085943.859000', '085943.862000', '085943.864000', '085943.867000', '085943.870000', '085943.872000', '085943.875000', '085943.877000', '085943.880000', '085943.882000', '085943.885000', '085943.887000', '085943.890000', '085943.893000', '085943.895000', '085943.898000', '085943.900000', '085943.903000', '085943.905000', '085943.908000', '085943.910000', '085943.913000', '085943.915000', '085943.918000', '085943.921000', '085943.923000', '085943.926000', '085943.928000', '085943.931000', '085943.933000', '085943.936000', '085943.939000', '085943.941000', '085943.944000', '085943.946000', '090003.839000', '090003.842000', '090003.844000', '090003.847000', '090003.849000', '090003.852000', '090003.855000', '090003.857000', '090003.860000', '090003.862000', '090003.865000', '090003.867000', '090003.897000', '090003.900000', '090003.903000', '090003.905000', '090003.908000', '090003.910000', '090003.913000', '090003.915000', '090003.918000', '090003.921000', '090003.923000', '090003.926000', '090003.928000', '090003.931000', '090003.933000', '090003.936000', '090003.938000', '090003.941000', '090003.963000', '090003.966000', '090003.968000', '090003.971000', '090003.974000', '090003.976000', '090003.979000', '090003.981000', '090003.984000', '090003.986000', '090003.989000', '090003.991000', '090003.994000', '090003.997000', '090023.839000', '090023.841000', '090023.844000', '090023.847000', '090023.850000', '090023.852000', '090023.855000', '090023.858000', '090023.861000', '090023.863000', '090023.866000', '090023.868000', '090023.871000', '090023.873000', '090023.876000', '090023.879000', '090023.881000', '090023.884000', '090023.886000', '090023.889000', '090023.891000', '090023.894000', '090023.896000', '090023.899000', '090023.902000', '090023.905000', '090023.908000', '090023.910000', '090023.913000', '090023.915000', '090023.918000', '090023.920000', '090023.923000', '090023.926000', '090023.928000', '090023.931000', '090023.933000', '090023.936000', '090023.938000', '090023.941000', '090023.944000', '090023.946000', '090023.949000', '090043.839000', '090043.841000', '090043.844000', '090043.847000', '090043.849000', '090043.852000', '090043.854000', '090043.857000', '090043.860000', '090043.862000', '090043.865000', '090043.867000', '090043.870000', '090043.872000', '090043.875000', '090043.878000', '090043.880000', '090043.883000', '090043.885000', '090043.888000', '090043.891000', '090043.893000', '090043.896000', '090043.898000', '090043.901000', '090043.903000', '090043.906000', '090043.909000', '090043.911000', '090043.914000', '090043.916000', '090043.919000', '090043.922000', '090043.924000', '090043.927000', '090043.929000', '090043.932000', '090043.934000', '090043.937000', '090043.939000', '090043.942000', '090043.945000', '090043.947000', '090043.950000', '090103.839000', '090103.841000', '090103.855000', '090103.858000', '090103.861000', '090103.863000', '090103.866000', '090103.868000', '090103.871000', '090103.874000', '090103.877000', '090103.880000', '090103.883000', '090103.885000', '090103.888000', '090103.890000', '090103.893000', '090103.896000', '090103.898000', '090103.901000', '090103.903000', '090103.906000', '090103.909000', '090103.911000', '090103.914000', '090103.916000', '090103.919000', '090103.921000', '090103.924000', '090103.927000', '090103.929000', '090103.932000', '090103.935000', '090103.937000', '090103.940000', '090103.942000', '090103.945000', '090103.947000', '090103.950000', '090103.952000', '090103.955000', '090103.958000', '090103.960000', '090123.839000', '090123.842000', '090123.844000', '090123.847000', '090123.849000', '090123.852000', '090123.855000', '090123.857000', '090123.860000', '090123.862000', '090123.865000', '090123.867000', '090123.870000', '090123.873000', '090123.875000', '090123.878000', '090123.880000', '090123.883000', '090123.885000', '090123.888000', '090123.890000', '090123.893000', '090123.895000', '090123.898000', '090123.901000', '090123.903000', '090123.906000', '090123.908000', '090123.911000', '090123.913000', '090123.916000', '090123.919000', '090123.921000', '090123.924000', '090123.926000', '090123.929000', '090123.931000', '090123.934000', '090123.947000', '090123.950000', '090123.952000', '090123.955000', '090123.958000', '090123.960000', '090143.838000', '090143.840000', '090143.843000', '090143.846000', '090143.848000', '090143.851000', '090143.853000', '090143.856000', '090143.858000', '090143.861000', '090143.863000', '090143.866000', '090143.869000', '090143.871000', '090143.874000', '090143.876000', '090143.879000', '090143.881000', '090143.884000', '090143.886000', '090143.889000', '090143.892000', '090143.894000', '090143.897000', '090143.899000', '090143.902000', '090143.904000', '090143.907000', '090143.910000', '090143.913000', '090143.916000', '090143.918000', '090143.921000', '090143.924000', '090143.927000', '090143.929000', '090143.932000', '090143.934000', '090143.937000', '090143.940000', '090143.943000', '090143.946000', '090143.949000', '090203.839000', '090203.841000', '090203.844000', '090203.846000', '090203.849000', '090203.852000', '090203.854000', '090203.857000', '090203.859000', '090203.862000', '090203.864000', '090203.867000', '090203.869000', '090203.872000', '090203.875000', '090203.877000', '090203.880000', '090203.882000', '090203.885000', '090203.887000', '090203.890000', '090203.893000', '090203.895000', '090203.898000', '090203.900000', '090203.903000', '090203.905000', '090203.908000', '090203.911000', '090203.913000', '090203.916000', '090203.918000', '090203.921000', '090203.923000', '090203.926000', '090203.929000', '090203.931000', '090203.934000', '090203.936000', '090203.939000', '090203.941000', '090203.944000', '090203.947000', '090203.949000', '090223.839000', '090223.841000', '090223.844000', '090223.847000', '090223.849000', '090223.852000', '090223.854000', '090223.857000', '090223.859000', '090223.862000', '090223.864000', '090223.867000', '090223.870000', '090223.872000', '090223.875000', '090223.877000', '090223.880000', '090223.883000', '090223.885000', '090223.888000', '090223.890000', '090223.893000', '090223.895000', '090223.898000', '090223.901000', '090223.903000', '090223.906000', '090223.931000', '090223.934000', '090223.936000', '090223.939000', '090223.942000', '090223.945000', '090223.948000', '090223.951000', '090223.953000', '090223.956000', '090223.959000', '090223.961000', '090223.964000', '090223.966000', '090223.969000', '090223.972000', '090243.838000', '090243.841000', '090243.844000', '090243.847000', '090243.849000', '090243.852000', '090243.854000', '090243.857000', '090243.860000', '090243.862000', '090243.865000', '090243.867000', '090243.870000', '090243.872000', '090243.875000', '090243.878000', '090243.880000', '090243.883000', '090243.885000', '090243.888000', '090243.890000', '090243.893000', '090243.905000', '090243.907000', '090243.910000', '090243.912000', '090243.915000', '090243.917000', '090243.920000', '090243.923000', '090243.925000', '090243.928000', '090243.930000', '090243.933000', '090243.935000', '090243.938000', '090243.941000', '090243.943000', '090243.946000', '090243.948000', '090243.951000', '090243.953000', '090243.956000', '090243.959000', '090303.838000', '090303.841000', '090303.844000', '090303.846000', '090303.849000', '090303.852000', '090303.854000', '090303.857000', '090303.859000', '090303.862000', '090303.865000', '090303.867000', '090303.870000', '090303.872000', '090303.875000', '090303.877000', '090303.880000', '090303.883000', '090303.885000', '090303.888000', '090303.890000', '090303.893000', '090303.896000', '090303.898000', '090303.901000', '090303.903000', '090303.906000', '090303.908000', '090303.911000', '090303.914000', '090303.916000', '090303.919000', '090303.921000', '090303.924000', '090303.926000', '090303.929000', '090303.931000', '090303.934000', '090303.937000', '090303.939000', '090303.942000', '090303.944000', '090303.947000', '090323.839000', '090323.842000', '090323.844000', '090323.847000', '090323.849000', '090323.852000', '090323.855000', '090323.857000', '090323.860000', '090323.862000', '090323.865000', '090323.867000', '090323.870000', '090323.872000', '090323.875000', '090323.878000', '090323.880000', '090323.883000', '090323.885000', '090323.888000', '090323.890000', '090323.893000', '090323.895000', '090323.898000', '090323.901000', '090323.903000', '090323.906000', '090323.908000', '090323.911000', '090323.913000', '090323.916000', '090323.919000', '090323.921000', '090323.924000', '090323.926000', '090323.929000', '090323.931000', '090323.934000', '090323.936000', '090323.939000', '090323.942000', '090323.944000', '090323.947000', '090323.949000', '090343.839000', '090343.841000', '090343.844000', '090343.847000', '090343.849000', '090343.852000', '090343.854000', '090343.857000', '090343.859000', '090343.862000', '090343.865000', '090343.867000', '090343.870000', '090343.872000', '090343.875000', '090343.877000', '090343.880000', '090343.882000', '090343.885000', '090343.888000', '090343.890000', '090343.893000', '090343.895000', '090343.898000', '090343.900000', '090343.903000', '090343.906000', '090343.908000', '090343.911000', '090343.913000', '090343.916000', '090343.918000', '090343.921000', '090343.924000', '090343.927000', '090343.930000', '090343.933000', '090343.942000', '090343.945000', '090343.947000', '090343.950000', '090343.952000', '090343.955000', '090403.745000', '090403.748000', '090403.750000', '090403.753000', '090403.756000', '090403.759000', '090403.762000', '090403.764000', '090403.767000', '090403.770000', '090403.773000', '090403.775000', '090403.778000', '090403.781000', '090403.783000', '090403.786000', '090403.789000', '090403.791000', '090403.794000', '090403.797000', '090403.800000', '090403.802000', '090403.805000', '090403.808000', '090403.811000', '090403.814000', '090403.817000', '090403.823000', '090403.826000', '090403.828000', '090403.831000', '090403.834000', '090403.836000', '090403.839000', '090403.842000', '090403.845000', '090403.848000', '090403.853000', '090403.857000', '090403.860000', '090403.863000', '090403.865000', '090403.868000', '090403.871000'], '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': [20146, 9133, 11606, 7134, 9811, 7331, 8839, 7362, 8576, 7340, 8035, 7265, 7528, 14054, 11857, 8608, 12484, 8895, 10911, 7636, 11584, 8002, 10656, 9168, 9521, 8129, 11241, 8327, 11384, 19601, 14165, 12609, 9862, 8383, 12779, 8343, 14137, 8873, 10158, 11109, 8699, 19377, 14675, 8607, 12658, 8802, 10564, 8716, 10810, 8029, 9097, 15020, 9048, 15478, 19536, 10812, 16485, 8269, 10598, 7885, 9474, 15127, 9416, 10679, 7942, 10458, 7813, 9882, 19114, 12891, 10145, 11396, 8454, 12907, 8294, 9925, 7061, 8173, 7340, 7456, 13352, 10848, 8582, 12448, 8619, 9725, 8401, 8043, 12176, 8496, 12971, 8747, 11863, 8325, 10287, 8337, 9827, 15319, 9540, 19092, 10227, 15906, 11443, 10569, 19063, 9075, 14880, 11529, 8712, 16105, 8288, 11192, 8565, 9059, 7162, 9002, 9151, 8048, 15839, 18016, 9239, 12954, 8042, 10478, 8077, 10151, 7882, 8795, 7543, 7976, 9057, 8086, 15324, 9397, 15465, 18173, 14633, 18079, 8565, 11967, 7925, 9903, 16018, 9054, 12721, 7664, 12795, 7719, 10792, 19652, 12691, 10763, 7714, 9569, 15178, 8757, 11660, 8888, 9655, 7493, 9662, 8299, 8695, 16333, 17233, 9127, 14068, 8738, 9894, 8591, 8528, 14289, 8937, 11058, 8615, 9863, 19898, 8570, 11780, 8037, 9474, 8309, 8220, 12852, 7889, 14414, 16048, 9494, 14187, 8610, 11800, 7775, 10871, 18994, 8728, 11571, 8412, 10699, 7136, 9567, 9796, 8574, 12048, 7888, 15004, 19458, 8617, 11710, 8945, 9336, 11486, 7722, 12350, 8341, 10751, 8412, 10087, 6972, 9654, 9941, 9016, 12814, 8170, 18753, 15391, 9260, 17291, 11972, 9742, 8653, 7761, 13180, 8522, 10479, 7623, 9016, 8903, 8073, 14362, 8797, 11307, 8725, 12885, 19098, 8701, 16307, 8849, 12956, 9171, 9904, 7327, 8983, 19407, 13737, 10219, 13076, 8510, 12824, 7771, 10562, 7711, 9597, 8453, 8674, 7455, 7438, 10943, 7664, 11791, 8393, 10062, 7737, 11507, 20537, 8609, 11911, 8330, 9092, 7208, 9539, 8064, 8743, 12422, 8988, 15623, 8907, 14582, 8186, 12497, 8549, 13720, 20300, 16345, 16160, 7828, 10707, 7893, 10224, 7613, 8950, 7106, 9541, 7128, 8829, 6923, 10716, 19795, 12864, 11271, 8529, 11758, 8192, 10923, 11100, 9389, 18029, 9769, 12535, 8281, 10657, 7717, 9780, 11176, 8823, 11580, 8156, 14976, 7756, 11573, 8188, 9961, 8211, 8780, 7134, 7955, 14589, 8250, 10759, 8235, 8686, 7718, 7828, 12464, 8248, 11387, 8756, 9766, 7502, 9986, 7396, 10546, 19187, 9426, 13484, 8885, 10171, 7700, 9805, 7927, 9332, 11828, 8675, 16372, 9147, 14061, 8826, 13071, 8784, 13274, 19912, 14113, 13863, 8614, 10053, 8103, 8522, 18300, 13719, 8932, 12533, 7972, 12209, 7190, 10998, 8918, 8100, 11531, 7957, 12018, 7337, 10756, 17368, 7838, 10739, 8328, 10227, 7061, 9597, 8246, 9020, 9135, 8481, 7757, 7964, 11014, 8278, 16549, 8917, 18043, 20007, 14975, 15815, 8039, 12370, 8171, 9739, 8454, 9132, 12526, 9554, 9249, 7760, 19461, 8702, 17525, 20178, 12569, 11034, 9795, 8866, 7437, 7873, 11774, 7836, 11202, 7635, 8579, 10026, 7613, 13066, 7393, 9736, 7317, 9001, 7550, 8722, 7458, 8363, 13943, 8475, 16164, 13561, 9117, 9676, 7689, 14615, 7524, 11552, 7641, 9171, 11216, 7858, 13277, 7681, 13245, 8065, 11668, 9194, 13326, 19415, 8331, 16830, 8295, 10442, 7831, 8782, 7045, 8913, 7016, 8189, 10500, 8363, 16041, 9188, 14596, 7830, 11487, 7637, 9878, 8953, 8824, 19016, 9365, 14533, 7418, 9926, 7887, 8162, 9877, 7711, 13405, 7130, 11361, 11388, 7725, 10458, 7465, 9832, 7647, 10482, 7828, 13627, 8713, 13764, 8029, 15470, 19718, 8856, 14092, 8843, 9719, 7815, 9100, 10033, 8671, 13691, 8299, 15008, 8316, 17986, 20424, 8607, 16074, 17250, 9222, 13965, 7474, 10783, 7278, 9967, 9879, 7986, 7573, 7936, 7147, 8179, 8315, 8357, 14943, 12351, 10202, 8030, 10070, 7259, 9746, 7355, 9029, 11229, 11410, 7178, 8625, 9549, 8220, 19030, 13800, 12605, 8690, 8194, 7516, 7862, 14132, 8172, 12428, 9326, 10080, 7177, 9462, 7189, 9091, 8637, 7867, 18351, 11805, 14301, 7565, 9855, 7487, 9702, 7995, 10059, 8954, 10284, 7536, 10979, 7582, 11885, 8928, 13088, 17346, 12007, 9998, 7735, 10669, 8159, 12982, 8130, 11198, 8414, 11472, 7986, 11085, 8239, 13548, 8127, 11006, 13174, 8444, 9038, 8023, 14421, 7839, 11227, 7901, 8452, 7139, 8508, 7180, 8865, 15791, 7768, 10625, 7660, 9677, 17023, 7641, 12112, 8341, 8875, 12761, 7964, 11560, 7831, 11303, 7775, 10966, 8118, 10267, 8196, 10321, 7562, 8756, 14514, 8522, 18368, 13670, 12656, 8350, 8188, 7393, 8485, 13313, 8179, 13485, 9018, 10655, 7463, 9787, 7144, 10544, 19005, 9177, 15161, 12131, 11762, 7087, 9152, 7233, 8629, 7251, 8688, 7812, 6827, 7374, 8544, 7075, 8625, 7137, 11564, 18281, 11210, 9800, 8039, 9105, 7439, 9194, 9735, 8814, 15218, 10787, 9146, 7324, 8372, 11979, 8191, 12733, 8040, 10493, 7766, 8709, 7215, 8383, 18388, 15648, 8925, 12850, 9210, 8779, 8228, 7419, 12394, 6714, 9042, 8216, 7368, 8651, 7100, 11953, 8816, 8177, 13666, 7464, 11676, 8358, 12519, 7621, 12790, 7859, 12945, 9471, 14790, 12977, 15979, 10330, 14053, 8877, 15641, 18890, 13421, 13176, 8729, 8293, 7476, 8009, 13926, 8143, 12614, 8740, 10637, 7817, 10352, 18137, 12503, 9432, 16503, 10638, 8704, 12906, 8717, 8523, 9401, 7309, 11203, 10531, 7491, 9368, 6989, 8123, 7226, 8472, 6748, 7941, 6826, 9328, 8893, 7884, 9861, 8002, 13985, 8186, 18054, 18231, 10840, 15136, 8588, 9476, 7890, 7912, 7067, 8075, 11184, 7978, 10941, 7356, 13262, 7496, 10456, 8332, 9979, 11904, 15314, 7682, 9047, 16970, 8196, 18626, 17470, 13307, 12176, 7547, 10546, 7282, 10080, 8513, 8071, 10235, 7581, 9861, 7177, 12388, 20559, 8045, 11313, 7981, 9729, 7209, 8510, 7245, 7794, 6960, 8332, 7309, 9597, 15926, 10973, 12042, 8021, 10910, 10288, 8187, 18337, 13596, 9187, 13298, 8314, 10934, 7173, 9145, 7211, 8588, 13800, 8523, 9272, 6889, 8430, 7354, 8210, 9120, 7751, 7736, 8198, 10983, 7892], 'WindowCenter': [4211.0, 4136.0, 4141.0, 4103.0, 4130.0, 4113.0, 4135.0, 4140.0, 4150.0, 4141.0, 4140.0, 4129.0, 4141.0, 4191.0, 4182.0, 4150.0, 4181.0, 4150.0, 4182.0, 4153.0, 4182.0, 4165.0, 4184.0, 4174.0, 4173.0, 4154.0, 4184.0, 4150.0, 4185.0, 4219.0, 4192.0, 4181.0, 4147.0, 4138.0, 4166.0, 4137.0, 4179.0, 4148.0, 4159.0, 4158.0, 4138.0, 4192.0, 4164.0, 4124.0, 4165.0, 4136.0, 4145.0, 4136.0, 4145.0, 4124.0, 4136.0, 4175.0, 4137.0, 4190.0, 4186.0, 4144.0, 4162.0, 4112.0, 4132.0, 4112.0, 4146.0, 4175.0, 4137.0, 4144.0, 4124.0, 4144.0, 4115.0, 4147.0, 4189.0, 4166.0, 4145.0, 4143.0, 4124.0, 4153.0, 4124.0, 4146.0, 4126.0, 4139.0, 4126.0, 4129.0, 4179.0, 4169.0, 4148.0, 4168.0, 4137.0, 4148.0, 4137.0, 4139.0, 4181.0, 4162.0, 4192.0, 4162.0, 4181.0, 4151.0, 4167.0, 4151.0, 4173.0, 4202.0, 4162.0, 4201.0, 4159.0, 4190.0, 4156.0, 4159.0, 4199.0, 4149.0, 4191.0, 4156.0, 4136.0, 4176.0, 4137.0, 4168.0, 4148.0, 4149.0, 4127.0, 4148.0, 4147.0, 4139.0, 4203.0, 4198.0, 4148.0, 4166.0, 4126.0, 4156.0, 4138.0, 4170.0, 4138.0, 4151.0, 4138.0, 4139.0, 4150.0, 4150.0, 4203.0, 4162.0, 4206.0, 4203.0, 4189.0, 4188.0, 4136.0, 4156.0, 4126.0, 4159.0, 4189.0, 4149.0, 4167.0, 4127.0, 4167.0, 4128.0, 4170.0, 4202.0, 4168.0, 4156.0, 4124.0, 4147.0, 4175.0, 4136.0, 4168.0, 4149.0, 4159.0, 4128.0, 4159.0, 4138.0, 4150.0, 4204.0, 4188.0, 4148.0, 4167.0, 4125.0, 4145.0, 4124.0, 4137.0, 4179.0, 4148.0, 4168.0, 4137.0, 4160.0, 4198.0, 4135.0, 4167.0, 4137.0, 4148.0, 4135.0, 4137.0, 4167.0, 4139.0, 4181.0, 4187.0, 4148.0, 4177.0, 4137.0, 4166.0, 4127.0, 4170.0, 4200.0, 4137.0, 4167.0, 4137.0, 4157.0, 4128.0, 4161.0, 4170.0, 4152.0, 4181.0, 4151.0, 4194.0, 4200.0, 4149.0, 4181.0, 4135.0, 4147.0, 4166.0, 4138.0, 4179.0, 4150.0, 4170.0, 4150.0, 4170.0, 4130.0, 4162.0, 4171.0, 4161.0, 4181.0, 4151.0, 4205.0, 4178.0, 4148.0, 4190.0, 4156.0, 4135.0, 4123.0, 4125.0, 4165.0, 4136.0, 4156.0, 4125.0, 4137.0, 4135.0, 4137.0, 4178.0, 4148.0, 4169.0, 4138.0, 4169.0, 4187.0, 4135.0, 4176.0, 4136.0, 4166.0, 4136.0, 4145.0, 4114.0, 4135.0, 4188.0, 4164.0, 4134.0, 4152.0, 4122.0, 4152.0, 4113.0, 4143.0, 4125.0, 4147.0, 4135.0, 4148.0, 4126.0, 4126.0, 4157.0, 4138.0, 4180.0, 4151.0, 4160.0, 4140.0, 4182.0, 4200.0, 4147.0, 4169.0, 4137.0, 4147.0, 4127.0, 4147.0, 4137.0, 4150.0, 4181.0, 4150.0, 4190.0, 4151.0, 4189.0, 4138.0, 4169.0, 4148.0, 4192.0, 4201.0, 4188.0, 4186.0, 4124.0, 4155.0, 4137.0, 4157.0, 4128.0, 4147.0, 4127.0, 4157.0, 4127.0, 4150.0, 4129.0, 4171.0, 4202.0, 4168.0, 4157.0, 4137.0, 4167.0, 4137.0, 4158.0, 4157.0, 4149.0, 4199.0, 4148.0, 4166.0, 4126.0, 4145.0, 4115.0, 4147.0, 4155.0, 4137.0, 4157.0, 4126.0, 4177.0, 4127.0, 4157.0, 4138.0, 4159.0, 4137.0, 4137.0, 4116.0, 4137.0, 4178.0, 4138.0, 4158.0, 4138.0, 4137.0, 4127.0, 4140.0, 4168.0, 4150.0, 4170.0, 4150.0, 4160.0, 4129.0, 4160.0, 4141.0, 4173.0, 4202.0, 4149.0, 4179.0, 4149.0, 4157.0, 4128.0, 4159.0, 4138.0, 4149.0, 4170.0, 4149.0, 4201.0, 4160.0, 4190.0, 4150.0, 4179.0, 4138.0, 4181.0, 4202.0, 4178.0, 4167.0, 4135.0, 4143.0, 4124.0, 4134.0, 4189.0, 4164.0, 4134.0, 4153.0, 4124.0, 4153.0, 4113.0, 4157.0, 4147.0, 4138.0, 4168.0, 4137.0, 4176.0, 4139.0, 4171.0, 4188.0, 4139.0, 4168.0, 4149.0, 4158.0, 4128.0, 4159.0, 4151.0, 4164.0, 4172.0, 4165.0, 4152.0, 4153.0, 4183.0, 4163.0, 4214.0, 4163.0, 4228.0, 4214.0, 4191.0, 4189.0, 4137.0, 4165.0, 4137.0, 4147.0, 4139.0, 4159.0, 4180.0, 4160.0, 4146.0, 4127.0, 4199.0, 4136.0, 4190.0, 4188.0, 4154.0, 4144.0, 4132.0, 4121.0, 4112.0, 4123.0, 4153.0, 4125.0, 4156.0, 4126.0, 4148.0, 4146.0, 4126.0, 4165.0, 4125.0, 4146.0, 4128.0, 4147.0, 4137.0, 4147.0, 4127.0, 4139.0, 4178.0, 4139.0, 4202.0, 4179.0, 4147.0, 4145.0, 4126.0, 4177.0, 4138.0, 4169.0, 4139.0, 4159.0, 4168.0, 4138.0, 4178.0, 4137.0, 4179.0, 4140.0, 4168.0, 4150.0, 4181.0, 4198.0, 4125.0, 4186.0, 4136.0, 4157.0, 4127.0, 4137.0, 4116.0, 4147.0, 4115.0, 4136.0, 4158.0, 4151.0, 4200.0, 4159.0, 4178.0, 4127.0, 4156.0, 4127.0, 4157.0, 4148.0, 4150.0, 4199.0, 4134.0, 4165.0, 4114.0, 4146.0, 4136.0, 4136.0, 4156.0, 4126.0, 4177.0, 4128.0, 4170.0, 4168.0, 4139.0, 4157.0, 4127.0, 4158.0, 4139.0, 4182.0, 4154.0, 4204.0, 4164.0, 4203.0, 4152.0, 4206.0, 4213.0, 4151.0, 4191.0, 4149.0, 4149.0, 4127.0, 4148.0, 4146.0, 4150.0, 4190.0, 4150.0, 4190.0, 4138.0, 4204.0, 4199.0, 4135.0, 4189.0, 4188.0, 4135.0, 4164.0, 4114.0, 4144.0, 4115.0, 4158.0, 4147.0, 4139.0, 4138.0, 4139.0, 4128.0, 4152.0, 4163.0, 4163.0, 4205.0, 4183.0, 4172.0, 4141.0, 4160.0, 4130.0, 4161.0, 4141.0, 4162.0, 4182.0, 4173.0, 4129.0, 4149.0, 4158.0, 4150.0, 4207.0, 4181.0, 4169.0, 4134.0, 4135.0, 4124.0, 4137.0, 4178.0, 4139.0, 4167.0, 4147.0, 4146.0, 4116.0, 4146.0, 4115.0, 4136.0, 4137.0, 4138.0, 4200.0, 4167.0, 4177.0, 4125.0, 4157.0, 4129.0, 4159.0, 4154.0, 4170.0, 4165.0, 4173.0, 4142.0, 4172.0, 4153.0, 4183.0, 4164.0, 4193.0, 4200.0, 4171.0, 4147.0, 4125.0, 4155.0, 4138.0, 4180.0, 4139.0, 4171.0, 4149.0, 4169.0, 4139.0, 4169.0, 4150.0, 4192.0, 4150.0, 4171.0, 4178.0, 4138.0, 4134.0, 4126.0, 4176.0, 4138.0, 4169.0, 4140.0, 4137.0, 4129.0, 4139.0, 4128.0, 4150.0, 4191.0, 4138.0, 4158.0, 4128.0, 4158.0, 4188.0, 4126.0, 4166.0, 4135.0, 4150.0, 4180.0, 4140.0, 4168.0, 4139.0, 4169.0, 4140.0, 4171.0, 4153.0, 4174.0, 4151.0, 4173.0, 4139.0, 4150.0, 4189.0, 4150.0, 4205.0, 4179.0, 4179.0, 4138.0, 4138.0, 4127.0, 4148.0, 4189.0, 4151.0, 4192.0, 4161.0, 4171.0, 4139.0, 4159.0, 4129.0, 4172.0, 4212.0, 4161.0, 4191.0, 4180.0, 4169.0, 4128.0, 4148.0, 4129.0, 4148.0, 4140.0, 4161.0, 4143.0, 4132.0, 4139.0, 4150.0, 4128.0, 4150.0, 4130.0, 4182.0, 4204.0, 4171.0, 4161.0, 4137.0, 4146.0, 4128.0, 4158.0, 4157.0, 4160.0, 4192.0, 4158.0, 4148.0, 4116.0, 4136.0, 4166.0, 4139.0, 4166.0, 4140.0, 4170.0, 4139.0, 4151.0, 4126.0, 4138.0, 4204.0, 4174.0, 4135.0, 4165.0, 4134.0, 4136.0, 4124.0, 4124.0, 4165.0, 4116.0, 4150.0, 4149.0, 4140.0, 4161.0, 4141.0, 4183.0, 4161.0, 4163.0, 4204.0, 4142.0, 4182.0, 4151.0, 4192.0, 4153.0, 4194.0, 4153.0, 4205.0, 4175.0, 4205.0, 4206.0, 4202.0, 4171.0, 4192.0, 4150.0, 4204.0, 4208.0, 4178.0, 4168.0, 4134.0, 4126.0, 4114.0, 4125.0, 4175.0, 4125.0, 4165.0, 4136.0, 4146.0, 4113.0, 4146.0, 4187.0, 4152.0, 4122.0, 4163.0, 4126.0, 4108.0, 4138.0, 4109.0, 4108.0, 4118.0, 4100.0, 4141.0, 4129.0, 4100.0, 4132.0, 4115.0, 4135.0, 4128.0, 4137.0, 4130.0, 4149.0, 4130.0, 4174.0, 4173.0, 4153.0, 4173.0, 4153.0, 4202.0, 4162.0, 4217.0, 4213.0, 4170.0, 4189.0, 4137.0, 4147.0, 4137.0, 4136.0, 4129.0, 4151.0, 4181.0, 4151.0, 4171.0, 4140.0, 4192.0, 4140.0, 4183.0, 4163.0, 4172.0, 4194.0, 4203.0, 4140.0, 4160.0, 4200.0, 4148.0, 4214.0, 4201.0, 4178.0, 4164.0, 4124.0, 4155.0, 4126.0, 4155.0, 4146.0, 4148.0, 4166.0, 4139.0, 4156.0, 4138.0, 4190.0, 4209.0, 4136.0, 4166.0, 4133.0, 4159.0, 4128.0, 4150.0, 4127.0, 4140.0, 4141.0, 4152.0, 4142.0, 4177.0, 4217.0, 4185.0, 4182.0, 4139.0, 4169.0, 4158.0, 4139.0, 4203.0, 4180.0, 4150.0, 4178.0, 4139.0, 4156.0, 4127.0, 4147.0, 4138.0, 4160.0, 4191.0, 4150.0, 4147.0, 4129.0, 4149.0, 4139.0, 4163.0, 4164.0, 4145.0, 4145.0, 4165.0, 4184.0, 4164.0], 'WindowWidth': [9316.0, 9198.0, 9196.0, 9149.0, 9183.0, 9166.0, 9198.0, 9217.0, 9227.0, 9216.0, 9213.0, 9197.0, 9215.0, 9286.0, 9272.0, 9227.0, 9270.0, 9226.0, 9273.0, 9239.0, 9273.0, 9256.0, 9282.0, 9268.0, 9266.0, 9240.0, 9278.0, 9229.0, 9283.0, 9347.0, 9290.0, 9267.0, 9216.0, 9206.0, 9241.0, 9204.0, 9264.0, 9220.0, 9234.0, 9233.0, 9204.0, 9294.0, 9233.0, 9177.0, 9234.0, 9198.0, 9209.0, 9198.0, 9208.0, 9180.0, 9197.0, 9249.0, 9201.0, 9283.0, 9267.0, 9203.0, 9226.0, 9158.0, 9186.0, 9162.0, 9212.0, 9251.0, 9199.0, 9205.0, 9180.0, 9206.0, 9169.0, 9216.0, 9282.0, 9238.0, 9207.0, 9202.0, 9177.0, 9215.0, 9182.0, 9214.0, 9190.0, 9209.0, 9189.0, 9198.0, 9268.0, 9250.0, 9221.0, 9247.0, 9203.0, 9219.0, 9204.0, 9211.0, 9269.0, 9245.0, 9287.0, 9247.0, 9269.0, 9228.0, 9248.0, 9228.0, 9261.0, 9298.0, 9245.0, 9299.0, 9233.0, 9281.0, 9227.0, 9236.0, 9295.0, 9221.0, 9283.0, 9224.0, 9199.0, 9252.0, 9203.0, 9246.0, 9220.0, 9222.0, 9191.0, 9220.0, 9215.0, 9209.0, 9306.0, 9288.0, 9219.0, 9239.0, 9185.0, 9225.0, 9206.0, 9253.0, 9209.0, 9231.0, 9208.0, 9212.0, 9226.0, 9229.0, 9304.0, 9247.0, 9314.0, 9302.0, 9276.0, 9276.0, 9199.0, 9225.0, 9188.0, 9235.0, 9275.0, 9221.0, 9242.0, 9190.0, 9244.0, 9192.0, 9255.0, 9305.0, 9244.0, 9226.0, 9181.0, 9214.0, 9251.0, 9201.0, 9246.0, 9222.0, 9236.0, 9194.0, 9236.0, 9207.0, 9226.0, 9311.0, 9275.0, 9219.0, 9241.0, 9182.0, 9209.0, 9179.0, 9202.0, 9264.0, 9219.0, 9246.0, 9203.0, 9237.0, 9288.0, 9197.0, 9243.0, 9203.0, 9220.0, 9199.0, 9204.0, 9242.0, 9207.0, 9271.0, 9272.0, 9217.0, 9256.0, 9201.0, 9240.0, 9191.0, 9254.0, 9295.0, 9204.0, 9242.0, 9204.0, 9231.0, 9193.0, 9243.0, 9255.0, 9232.0, 9269.0, 9229.0, 9294.0, 9296.0, 9224.0, 9271.0, 9200.0, 9218.0, 9241.0, 9206.0, 9262.0, 9225.0, 9255.0, 9228.0, 9253.0, 9200.0, 9245.0, 9257.0, 9244.0, 9269.0, 9230.0, 9316.0, 9259.0, 9219.0, 9282.0, 9225.0, 9197.0, 9176.0, 9183.0, 9238.0, 9200.0, 9228.0, 9185.0, 9202.0, 9198.0, 9203.0, 9261.0, 9220.0, 9249.0, 9205.0, 9251.0, 9271.0, 9197.0, 9253.0, 9200.0, 9241.0, 9199.0, 9208.0, 9166.0, 9196.0, 9286.0, 9235.0, 9192.0, 9212.0, 9174.0, 9213.0, 9163.0, 9204.0, 9186.0, 9217.0, 9199.0, 9221.0, 9187.0, 9189.0, 9231.0, 9209.0, 9267.0, 9229.0, 9240.0, 9214.0, 9274.0, 9297.0, 9218.0, 9250.0, 9203.0, 9217.0, 9190.0, 9218.0, 9205.0, 9225.0, 9269.0, 9228.0, 9281.0, 9228.0, 9277.0, 9207.0, 9251.0, 9221.0, 9287.0, 9303.0, 9275.0, 9267.0, 9182.0, 9224.0, 9204.0, 9233.0, 9194.0, 9216.0, 9189.0, 9231.0, 9194.0, 9225.0, 9199.0, 9258.0, 9306.0, 9245.0, 9229.0, 9201.0, 9240.0, 9204.0, 9233.0, 9231.0, 9223.0, 9290.0, 9218.0, 9239.0, 9187.0, 9209.0, 9169.0, 9215.0, 9226.0, 9202.0, 9229.0, 9187.0, 9256.0, 9189.0, 9229.0, 9206.0, 9234.0, 9202.0, 9202.0, 9173.0, 9204.0, 9259.0, 9206.0, 9233.0, 9205.0, 9203.0, 9189.0, 9209.0, 9246.0, 9224.0, 9251.0, 9227.0, 9237.0, 9198.0, 9237.0, 9215.0, 9262.0, 9304.0, 9223.0, 9262.0, 9220.0, 9230.0, 9193.0, 9235.0, 9205.0, 9223.0, 9251.0, 9225.0, 9299.0, 9240.0, 9280.0, 9225.0, 9263.0, 9207.0, 9268.0, 9309.0, 9260.0, 9243.0, 9196.0, 9205.0, 9179.0, 9195.0, 9284.0, 9236.0, 9194.0, 9218.0, 9179.0, 9218.0, 9168.0, 9231.0, 9218.0, 9207.0, 9246.0, 9204.0, 9256.0, 9210.0, 9256.0, 9278.0, 9210.0, 9246.0, 9225.0, 9232.0, 9197.0, 9237.0, 9231.0, 9253.0, 9261.0, 9257.0, 9236.0, 9237.0, 9275.0, 9250.0, 9323.0, 9250.0, 9354.0, 9327.0, 9284.0, 9276.0, 9203.0, 9240.0, 9205.0, 9218.0, 9209.0, 9237.0, 9265.0, 9237.0, 9216.0, 9191.0, 9295.0, 9200.0, 9287.0, 9286.0, 9222.0, 9208.0, 9186.0, 9170.0, 9160.0, 9178.0, 9219.0, 9186.0, 9229.0, 9187.0, 9221.0, 9212.0, 9188.0, 9237.0, 9185.0, 9215.0, 9194.0, 9220.0, 9205.0, 9219.0, 9193.0, 9210.0, 9263.0, 9209.0, 9302.0, 9265.0, 9219.0, 9211.0, 9189.0, 9257.0, 9207.0, 9249.0, 9210.0, 9237.0, 9246.0, 9207.0, 9258.0, 9204.0, 9263.0, 9215.0, 9249.0, 9227.0, 9270.0, 9289.0, 9183.0, 9267.0, 9201.0, 9229.0, 9192.0, 9205.0, 9176.0, 9216.0, 9172.0, 9203.0, 9235.0, 9229.0, 9298.0, 9238.0, 9261.0, 9191.0, 9228.0, 9189.0, 9233.0, 9222.0, 9224.0, 9294.0, 9196.0, 9236.0, 9167.0, 9212.0, 9203.0, 9201.0, 9228.0, 9188.0, 9256.0, 9192.0, 9253.0, 9248.0, 9208.0, 9231.0, 9193.0, 9234.0, 9214.0, 9272.0, 9241.0, 9307.0, 9254.0, 9304.0, 9235.0, 9315.0, 9322.0, 9227.0, 9284.0, 9221.0, 9222.0, 9190.0, 9219.0, 9214.0, 9225.0, 9281.0, 9226.0, 9281.0, 9209.0, 9313.0, 9294.0, 9196.0, 9278.0, 9274.0, 9196.0, 9234.0, 9167.0, 9206.0, 9170.0, 9232.0, 9218.0, 9209.0, 9209.0, 9211.0, 9198.0, 9233.0, 9251.0, 9252.0, 9313.0, 9276.0, 9258.0, 9215.0, 9239.0, 9200.0, 9243.0, 9218.0, 9247.0, 9272.0, 9258.0, 9197.0, 9224.0, 9235.0, 9225.0, 9325.0, 9267.0, 9249.0, 9194.0, 9197.0, 9183.0, 9202.0, 9260.0, 9207.0, 9243.0, 9217.0, 9211.0, 9174.0, 9212.0, 9171.0, 9199.0, 9204.0, 9206.0, 9294.0, 9241.0, 9255.0, 9187.0, 9230.0, 9197.0, 9236.0, 9241.0, 9254.0, 9254.0, 9260.0, 9217.0, 9256.0, 9237.0, 9276.0, 9252.0, 9291.0, 9292.0, 9253.0, 9215.0, 9185.0, 9225.0, 9206.0, 9266.0, 9212.0, 9257.0, 9225.0, 9249.0, 9210.0, 9250.0, 9227.0, 9285.0, 9229.0, 9257.0, 9259.0, 9204.0, 9195.0, 9186.0, 9256.0, 9209.0, 9251.0, 9212.0, 9206.0, 9195.0, 9207.0, 9192.0, 9226.0, 9284.0, 9208.0, 9232.0, 9192.0, 9235.0, 9277.0, 9187.0, 9242.0, 9198.0, 9226.0, 9267.0, 9212.0, 9248.0, 9212.0, 9252.0, 9216.0, 9258.0, 9237.0, 9266.0, 9230.0, 9263.0, 9212.0, 9226.0, 9277.0, 9224.0, 9317.0, 9264.0, 9262.0, 9207.0, 9206.0, 9191.0, 9222.0, 9277.0, 9231.0, 9285.0, 9244.0, 9256.0, 9213.0, 9237.0, 9198.0, 9259.0, 9316.0, 9243.0, 9282.0, 9266.0, 9247.0, 9195.0, 9222.0, 9197.0, 9222.0, 9216.0, 9244.0, 9223.0, 9205.0, 9212.0, 9225.0, 9197.0, 9227.0, 9201.0, 9275.0, 9315.0, 9254.0, 9241.0, 9203.0, 9215.0, 9195.0, 9235.0, 9232.0, 9240.0, 9290.0, 9233.0, 9220.0, 9173.0, 9202.0, 9241.0, 9208.0, 9242.0, 9212.0, 9251.0, 9211.0, 9226.0, 9190.0, 9208.0, 9312.0, 9249.0, 9196.0, 9240.0, 9194.0, 9199.0, 9179.0, 9183.0, 9238.0, 9174.0, 9225.0, 9226.0, 9216.0, 9245.0, 9219.0, 9277.0, 9243.0, 9252.0, 9306.0, 9222.0, 9271.0, 9232.0, 9290.0, 9239.0, 9292.0, 9237.0, 9310.0, 9270.0, 9311.0, 9313.0, 9301.0, 9256.0, 9285.0, 9227.0, 9309.0, 9330.0, 9262.0, 9245.0, 9195.0, 9185.0, 9168.0, 9186.0, 9254.0, 9185.0, 9237.0, 9199.0, 9212.0, 9167.0, 9212.0, 9282.0, 9212.0, 9173.0, 9233.0, 9170.0, 9148.0, 9191.0, 9152.0, 9148.0, 9161.0, 9140.0, 9196.0, 9177.0, 9142.0, 9188.0, 9171.0, 9199.0, 9194.0, 9206.0, 9201.0, 9227.0, 9205.0, 9268.0, 9265.0, 9239.0, 9263.0, 9236.0, 9302.0, 9248.0, 9336.0, 9324.0, 9253.0, 9279.0, 9204.0, 9216.0, 9203.0, 9204.0, 9199.0, 9234.0, 9273.0, 9234.0, 9258.0, 9217.0, 9287.0, 9217.0, 9276.0, 9252.0, 9261.0, 9294.0, 9305.0, 9216.0, 9241.0, 9297.0, 9226.0, 9333.0, 9301.0, 9261.0, 9237.0, 9184.0, 9227.0, 9188.0, 9229.0, 9218.0, 9223.0, 9245.0, 9213.0, 9233.0, 9211.0, 9287.0, 9312.0, 9205.0, 9244.0, 9199.0, 9239.0, 9196.0, 9224.0, 9192.0, 9212.0, 9218.0, 9235.0, 9223.0, 9274.0, 9331.0, 9280.0, 9273.0, 9213.0, 9253.0, 9234.0, 9210.0, 9310.0, 9268.0, 9224.0, 9261.0, 9208.0, 9227.0, 9192.0, 9218.0, 9210.0, 9243.0, 9284.0, 9225.0, 9218.0, 9197.0, 9226.0, 9215.0, 9250.0, 9248.0, 9224.0, 9224.0, 9255.0, 9282.0, 9254.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.0006474311926605505</td></tr>
<tr><td colspan=3>aqi</td><td>0.02543099885321101</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.47215855690016</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2611601265097592</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9824347213318032</td></tr>
<tr><td colspan=3>efc</td><td>0.4679</td></tr>
<tr><td colspan=3>fber</td><td>7109.4941</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08709593756713614</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.4403669724770642</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5164485898396904</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.444162759908437</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.753082843452299</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3521001661583347</td></tr>
<tr><td colspan=3>gcor</td><td>0.01253</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016746297478675842</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03066408634185791</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.964889162783503</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.0967</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.4657</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.9803</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300387.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>740.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>310.032</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7384</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>502.6297</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3357.5262</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3548.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76157.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1130.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4358.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>894.8489</td></tr>
<tr><td colspan=3>tsnr</td><td>39.781342351809144</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>