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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0085/ses-01/func/sub-0085_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>fbbc23e7f1cc7af2b8323784659c3ea4</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>22:32:53.342500</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.99672, 0.0737048, 0.0334294, -0.0770434, 0.990599, 0.113036]</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.108354</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4170, -7780, -7204, 618, -4, -321, 152, 9]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.803</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ef35efe5-88cc-400f-8740-f5950ba7e25e||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.674125909805298, -0.20670177042484283, 0.06691629439592361, 118.68367767333984], [-0.19774459302425385, 2.657705783843994, 0.31115010380744934, -89.28997802734375], [0.08968855440616608, -0.3032675087451935, 2.6811766624450684, -53.45760726928711], [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': ['223253.342500', '223253.802500', '223254.262500', '223254.722500', '223255.182500', '223255.642500', '223256.102500', '223256.562500', '223257.022500', '223257.482500', '223257.942500', '223258.402500', '223258.862500', '223259.322500', '223259.782500', '223300.242500', '223300.702500', '223301.162500', '223301.622500', '223302.082500', '223302.542500', '223303.002500', '223303.462500', '223303.922500', '223304.382500', '223304.842500', '223305.302500', '223305.762500', '223306.222500', '223306.682500', '223307.142500', '223307.602500', '223308.062500', '223308.522500', '223308.982500', '223309.442500', '223309.902500', '223310.362500', '223310.822500', '223311.282500', '223311.742500', '223312.202500', '223312.662500', '223313.122500', '223313.582500', '223314.042500', '223314.502500', '223314.962500', '223315.422500', '223315.882500', '223316.342500', '223316.802500', '223317.262500', '223317.722500', '223318.182500', '223318.642500', '223319.102500', '223319.562500', '223320.022500', '223320.482500', '223320.942500', '223321.402500', '223321.862500', '223322.322500', '223322.782500', '223323.242500', '223323.702500', '223324.162500', '223324.622500', '223325.082500', '223325.542500', '223326.002500', '223326.462500', '223326.922500', '223327.382500', '223327.842500', '223328.302500', '223328.762500', '223329.222500', '223329.682500', '223330.142500', '223330.602500', '223331.062500', '223331.522500', '223331.982500', '223332.442500', '223332.902500', '223333.362500', '223333.822500', '223334.282500', '223334.742500', '223335.202500', '223335.662500', '223336.122500', '223336.582500', '223337.042500', '223337.502500', '223337.962500', '223338.422500', '223338.882500', '223339.342500', '223339.802500', '223340.262500', '223340.722500', '223341.182500', '223341.642500', '223342.102500', '223342.562500', '223343.022500', '223343.482500', '223343.942500', '223344.402500', '223344.862500', '223345.322500', '223345.782500', '223346.242500', '223346.702500', '223347.162500', '223347.622500', '223348.082500', '223348.542500', '223349.002500', '223349.462500', '223349.922500', '223350.382500', '223350.842500', '223351.302500', '223351.762500', '223352.222500', '223352.682500', '223353.142500', '223353.602500', '223354.062500', '223354.522500', '223354.982500', '223355.442500', '223355.902500', '223356.362500', '223356.822500', '223357.282500', '223357.742500', '223358.202500', '223358.662500', '223359.122500', '223359.582500', '223400.042500', '223400.502500', '223400.962500', '223401.422500', '223401.882500', '223402.342500', '223402.802500', '223403.262500', '223403.722500', '223404.182500', '223404.642500', '223405.102500', '223405.562500', '223406.022500', '223406.482500', '223406.942500', '223407.402500', '223407.862500', '223408.322500', '223408.782500', '223409.242500', '223409.702500', '223410.162500', '223410.622500', '223411.082500', '223411.542500', '223412.002500', '223412.462500', '223412.922500', '223413.382500', '223413.842500', '223414.302500', '223414.762500', '223415.222500', '223415.682500', '223416.142500', '223416.602500', '223417.062500', '223417.522500', '223417.982500', '223418.442500', '223418.902500', '223419.362500', '223419.822500', '223420.282500', '223420.742500', '223421.202500', '223421.662500', '223422.122500', '223422.582500', '223423.042500', '223423.502500', '223423.962500', '223424.422500', '223424.882500', '223425.342500', '223425.802500', '223426.262500', '223426.722500', '223427.182500', '223427.642500', '223428.102500', '223428.562500', '223429.022500', '223429.482500', '223429.942500', '223430.402500', '223430.862500', '223431.322500', '223431.782500', '223432.242500', '223432.702500', '223433.162500', '223433.622500', '223434.082500', '223434.542500', '223435.002500', '223435.462500', '223435.922500', '223436.382500', '223436.842500', '223437.302500', '223437.762500', '223438.222500', '223438.682500', '223439.142500', '223439.602500', '223440.062500', '223440.522500', '223440.982500', '223441.442500', '223441.902500', '223442.362500', '223442.822500', '223443.282500', '223443.742500', '223444.202500', '223444.662500', '223445.122500', '223445.582500', '223446.042500', '223446.502500', '223446.962500', '223447.422500', '223447.882500', '223448.342500', '223448.802500', '223449.262500', '223449.722500', '223450.182500', '223450.642500', '223451.102500', '223451.562500', '223452.022500', '223452.482500', '223452.942500', '223453.402500', '223453.862500', '223454.322500', '223454.782500', '223455.242500', '223455.702500', '223456.162500', '223456.622500', '223457.082500', '223457.542500', '223458.002500', '223458.462500', '223458.922500', '223459.382500', '223459.842500', '223500.302500', '223500.762500', '223501.222500', '223501.682500', '223502.142500', '223502.602500', '223503.062500', '223503.522500', '223503.982500', '223504.442500', '223504.902500', '223505.362500', '223505.822500', '223506.282500', '223506.742500', '223507.202500', '223507.662500', '223508.122500', '223508.582500', '223509.042500', '223509.502500', '223509.962500', '223510.422500', '223510.882500', '223511.342500', '223511.802500', '223512.262500', '223512.722500', '223513.182500', '223513.642500', '223514.102500', '223514.562500', '223515.022500', '223515.482500', '223515.942500', '223516.402500', '223516.862500', '223517.322500', '223517.782500', '223518.242500', '223518.702500', '223519.162500', '223519.622500', '223520.082500', '223520.542500', '223521.002500', '223521.462500', '223521.922500', '223522.382500', '223522.842500', '223523.302500', '223523.762500', '223524.222500', '223524.682500', '223525.142500', '223525.602500', '223526.062500', '223526.522500', '223526.982500', '223527.442500', '223527.902500', '223528.362500', '223528.822500', '223529.282500', '223529.742500', '223530.202500', '223530.662500', '223531.122500', '223531.582500', '223532.042500', '223532.502500', '223532.962500', '223533.422500', '223533.882500', '223534.342500', '223534.802500', '223535.262500', '223535.722500', '223536.182500', '223536.642500', '223537.102500', '223537.562500', '223538.022500', '223538.482500', '223538.942500', '223539.402500', '223539.862500', '223540.322500', '223540.782500', '223541.242500', '223541.702500', '223542.162500', '223542.622500', '223543.082500', '223543.542500', '223544.002500', '223544.462500', '223544.922500', '223545.382500', '223545.842500', '223546.302500', '223546.762500', '223547.222500', '223547.682500', '223548.142500', '223548.602500', '223549.062500', '223549.522500', '223549.982500', '223550.442500', '223550.902500', '223551.362500', '223551.822500', '223552.282500', '223552.742500', '223553.202500', '223553.662500', '223554.122500', '223554.582500', '223555.042500', '223555.502500', '223555.962500', '223556.422500', '223556.882500', '223557.342500', '223557.802500', '223558.262500', '223558.722500', '223559.182500', '223559.642500', '223600.102500', '223600.562500', '223601.022500', '223601.482500', '223601.942500', '223602.402500', '223602.862500', '223603.322500', '223603.782500', '223604.242500', '223604.702500', '223605.162500', '223605.622500', '223606.082500', '223606.542500', '223607.002500', '223607.462500', '223607.922500', '223608.382500', '223608.842500', '223609.302500', '223609.762500', '223610.222500', '223610.682500', '223611.142500', '223611.602500', '223612.062500', '223612.522500', '223612.982500', '223613.442500', '223613.902500', '223614.362500', '223614.822500', '223615.282500', '223615.742500', '223616.202500', '223616.662500', '223617.122500', '223617.582500', '223618.042500', '223618.502500', '223618.962500', '223619.422500', '223619.882500', '223620.342500', '223620.802500', '223621.262500', '223621.722500', '223622.182500', '223622.642500', '223623.102500', '223623.562500', '223624.022500', '223624.482500', '223624.942500', '223625.402500', '223625.862500', '223626.322500', '223626.782500', '223627.242500', '223627.702500', '223628.162500', '223628.622500', '223629.082500', '223629.542500', '223630.002500', '223630.462500', '223630.922500', '223631.382500', '223631.842500', '223632.302500', '223632.762500', '223633.222500', '223633.682500', '223634.142500', '223634.602500', '223635.062500', '223635.522500', '223635.982500', '223636.442500', '223636.902500', '223637.362500', '223637.822500', '223638.282500', '223638.742500', '223639.202500', '223639.662500', '223640.122500', '223640.582500', '223641.042500', '223641.502500', '223641.962500', '223642.422500', '223642.882500', '223643.342500', '223643.802500', '223644.262500', '223644.722500', '223645.182500', '223645.642500', '223646.102500', '223646.562500', '223647.022500', '223647.482500', '223647.942500', '223648.402500', '223648.862500', '223649.322500', '223649.782500', '223650.242500', '223650.702500', '223651.162500', '223651.622500', '223652.082500', '223652.542500', '223653.002500', '223653.462500', '223653.922500', '223654.382500', '223654.842500', '223655.302500', '223655.762500', '223656.222500', '223656.682500', '223657.142500', '223657.602500', '223658.062500', '223658.522500', '223658.982500', '223659.442500', '223659.902500', '223700.362500', '223700.822500', '223701.282500', '223701.742500', '223702.202500', '223702.662500', '223703.122500', '223703.582500', '223704.042500', '223704.502500', '223704.962500', '223705.422500', '223705.882500', '223706.342500', '223706.802500', '223707.262500', '223707.722500', '223708.182500', '223708.642500', '223709.102500', '223709.562500', '223710.022500', '223710.482500', '223710.942500', '223711.402500', '223711.862500', '223712.322500', '223712.782500', '223713.242500', '223713.702500', '223714.162500', '223714.622500', '223715.082500', '223715.542500', '223716.002500', '223716.462500', '223716.922500', '223717.382500', '223717.842500', '223718.302500', '223718.762500', '223719.222500', '223719.682500', '223720.142500', '223720.602500', '223721.062500', '223721.522500', '223721.982500', '223722.442500', '223722.902500', '223723.362500', '223723.822500', '223724.282500', '223724.742500', '223725.202500', '223725.662500', '223726.122500', '223726.582500', '223727.042500', '223727.502500', '223727.962500', '223728.422500', '223728.882500', '223729.342500', '223729.802500', '223730.262500', '223730.722500', '223731.182500', '223731.642500', '223732.102500', '223732.562500', '223733.022500', '223733.482500', '223733.942500', '223734.402500', '223734.862500', '223735.322500', '223735.782500', '223736.242500', '223736.702500', '223737.162500', '223737.622500', '223738.082500', '223738.542500', '223739.002500', '223739.462500', '223739.922500', '223740.382500', '223740.842500', '223741.302500', '223741.762500', '223742.222500', '223742.682500', '223743.142500', '223743.602500', '223744.062500', '223744.522500', '223744.982500', '223745.442500', '223745.902500', '223746.362500', '223746.822500', '223747.282500', '223747.742500', '223748.202500', '223748.662500', '223749.122500', '223749.582500', '223750.042500', '223750.502500', '223750.962500', '223751.422500', '223751.882500', '223752.342500', '223752.802500', '223753.262500', '223753.722500', '223754.182500', '223754.642500', '223755.102500', '223755.562500', '223756.022500', '223756.482500', '223756.942500', '223757.402500', '223757.862500', '223758.322500', '223758.782500', '223759.242500', '223759.702500', '223800.162500', '223800.622500', '223801.082500', '223801.542500', '223802.002500', '223802.462500', '223802.922500', '223803.382500', '223803.842500', '223804.302500', '223804.762500', '223805.222500', '223805.682500', '223806.142500', '223806.602500', '223807.062500', '223807.522500', '223807.982500', '223808.442500', '223808.902500', '223809.362500', '223809.822500', '223810.282500', '223810.742500', '223811.202500', '223811.662500', '223812.122500', '223812.582500', '223813.042500', '223813.502500', '223813.962500', '223814.422500', '223814.882500', '223815.342500', '223815.802500', '223816.262500', '223816.722500', '223817.182500', '223817.642500', '223818.102500', '223818.562500', '223819.022500', '223819.482500', '223819.942500', '223820.402500', '223820.862500', '223821.322500', '223821.782500', '223822.242500', '223822.702500', '223823.162500', '223823.622500', '223824.082500', '223824.542500', '223825.002500', '223825.462500', '223825.922500', '223826.382500', '223826.842500', '223827.302500', '223827.762500', '223828.222500', '223828.682500', '223829.142500', '223829.602500', '223830.062500', '223830.522500', '223830.982500', '223831.442500', '223831.902500', '223832.362500', '223832.822500', '223833.282500', '223833.742500', '223834.202500', '223834.662500', '223835.122500', '223835.582500', '223836.042500', '223836.502500', '223836.962500', '223837.422500', '223837.882500', '223838.342500', '223838.802500', '223839.262500', '223839.722500', '223840.182500', '223840.642500', '223841.102500', '223841.562500', '223842.022500', '223842.482500', '223842.942500', '223843.402500', '223843.862500', '223844.322500', '223844.782500', '223845.242500', '223845.702500', '223846.162500', '223846.622500', '223847.082500', '223847.542500', '223848.002500', '223848.462500', '223848.922500', '223849.382500', '223849.842500', '223850.302500', '223850.762500', '223851.222500', '223851.682500', '223852.142500', '223852.602500', '223853.062500', '223853.522500', '223853.982500', '223854.442500', '223854.902500', '223855.362500', '223855.822500', '223856.282500', '223856.742500', '223857.202500', '223857.662500', '223858.122500', '223858.582500', '223859.042500', '223859.502500', '223859.962500', '223900.422500', '223900.882500', '223901.342500', '223901.802500', '223902.262500', '223902.722500', '223903.182500', '223903.642500', '223904.102500', '223904.562500', '223905.022500', '223905.482500', '223905.942500', '223906.402500', '223906.862500', '223907.322500', '223907.782500', '223908.242500', '223908.702500', '223909.162500', '223909.622500', '223910.082500', '223910.542500', '223911.002500', '223911.462500', '223911.922500', '223912.382500', '223912.842500', '223913.302500', '223913.762500', '223914.222500', '223914.682500', '223915.142500', '223915.602500', '223916.062500', '223916.522500', '223916.982500', '223917.442500', '223917.902500', '223918.362500', '223918.822500', '223919.282500', '223919.742500', '223920.202500', '223920.662500', '223921.122500', '223921.582500', '223922.042500', '223922.502500', '223922.962500', '223923.422500', '223923.882500', '223924.342500', '223924.802500', '223925.262500', '223925.722500', '223926.182500', '223926.642500', '223927.102500', '223927.562500', '223928.022500', '223928.482500', '223928.942500', '223929.402500', '223929.862500', '223930.322500', '223930.782500', '223931.242500', '223931.702500', '223932.162500', '223932.622500', '223933.082500', '223933.542500', '223934.002500'], 'ContentTime': ['223309.558000', '223309.561000', '223309.568000', '223309.571000', '223309.573000', '223309.576000', '223309.578000', '223309.581000', '223309.584000', '223309.587000', '223309.589000', '223309.592000', '223309.594000', '223309.597000', '223309.600000', '223309.602000', '223309.605000', '223309.607000', '223309.610000', '223309.612000', '223309.615000', '223309.617000', '223309.620000', '223309.622000', '223309.625000', '223309.627000', '223309.630000', '223309.633000', '223309.635000', '223309.638000', '223309.640000', '223309.643000', '223309.646000', '223329.528000', '223329.530000', '223329.533000', '223329.535000', '223329.542000', '223329.545000', '223329.548000', '223329.550000', '223329.553000', '223329.556000', '223329.558000', '223329.561000', '223329.563000', '223329.566000', '223329.569000', '223329.571000', '223329.574000', '223329.577000', '223329.579000', '223329.582000', '223329.584000', '223329.587000', '223329.601000', '223329.604000', '223329.607000', '223329.609000', '223329.612000', '223329.614000', '223329.617000', '223329.620000', '223329.622000', '223329.625000', '223329.627000', '223329.630000', '223329.632000', '223329.635000', '223329.638000', '223329.640000', '223329.643000', '223329.645000', '223329.648000', '223329.650000', '223329.653000', '223329.656000', '223349.528000', '223349.530000', '223349.539000', '223349.542000', '223349.545000', '223349.547000', '223349.550000', '223349.553000', '223349.555000', '223349.558000', '223349.560000', '223349.563000', '223349.566000', '223349.568000', '223349.571000', '223349.573000', '223349.576000', '223349.578000', '223349.581000', '223349.583000', '223349.586000', '223349.589000', '223349.591000', '223349.594000', '223349.596000', '223349.599000', '223349.601000', '223349.604000', '223349.607000', '223349.609000', '223349.612000', '223349.615000', '223349.617000', '223349.620000', '223349.622000', '223349.625000', '223349.627000', '223349.630000', '223349.633000', '223349.635000', '223349.638000', '223349.640000', '223349.643000', '223409.528000', '223409.530000', '223409.533000', '223409.536000', '223409.538000', '223409.541000', '223409.543000', '223409.546000', '223409.549000', '223409.551000', '223409.554000', '223409.556000', '223409.559000', '223409.561000', '223409.564000', '223409.566000', '223409.569000', '223409.572000', '223409.574000', '223409.577000', '223409.579000', '223409.582000', '223409.585000', '223409.587000', '223409.590000', '223409.592000', '223409.595000', '223409.597000', '223409.600000', '223409.603000', '223409.605000', '223409.608000', '223409.610000', '223409.613000', '223409.615000', '223409.618000', '223409.621000', '223409.623000', '223409.626000', '223409.628000', '223409.631000', '223409.633000', '223409.647000', '223409.650000', '223429.527000', '223429.529000', '223429.532000', '223429.535000', '223429.537000', '223429.540000', '223429.543000', '223429.545000', '223429.548000', '223429.550000', '223429.553000', '223429.555000', '223429.558000', '223429.560000', '223429.563000', '223429.566000', '223429.568000', '223429.571000', '223429.573000', '223429.576000', '223429.579000', '223429.581000', '223429.584000', '223429.587000', '223429.589000', '223429.592000', '223429.594000', '223429.597000', '223429.600000', '223429.602000', '223429.605000', '223429.607000', '223429.610000', '223429.613000', '223429.615000', '223429.618000', '223429.621000', '223429.624000', '223429.626000', '223429.629000', '223429.632000', '223429.634000', '223429.637000', '223449.527000', '223449.530000', '223449.533000', '223449.535000', '223449.538000', '223449.541000', '223449.543000', '223449.546000', '223449.548000', '223449.551000', '223449.553000', '223449.556000', '223449.558000', '223449.561000', '223449.564000', '223449.566000', '223449.569000', '223449.571000', '223449.574000', '223449.576000', '223449.579000', '223449.582000', '223449.584000', '223449.587000', '223449.589000', '223449.592000', '223449.595000', '223449.597000', '223449.600000', '223449.602000', '223449.605000', '223449.607000', '223449.610000', '223449.613000', '223449.615000', '223449.618000', '223449.621000', '223449.623000', '223449.626000', '223449.628000', '223449.631000', '223449.633000', '223449.636000', '223449.638000', '223509.528000', '223509.530000', '223509.533000', '223509.536000', '223509.538000', '223509.541000', '223509.543000', '223509.546000', '223509.549000', '223509.551000', '223509.554000', '223509.556000', '223509.559000', '223509.561000', '223509.564000', '223509.567000', '223509.569000', '223509.572000', '223509.575000', '223509.577000', '223509.580000', '223509.582000', '223509.585000', '223509.587000', '223509.590000', '223509.592000', '223509.595000', '223509.598000', '223509.600000', '223509.603000', '223509.605000', '223509.621000', '223509.624000', '223509.627000', '223509.630000', '223509.632000', '223509.635000', '223509.638000', '223509.640000', '223509.643000', '223509.645000', '223509.648000', '223509.650000', '223529.527000', '223529.530000', '223529.533000', '223529.536000', '223529.538000', '223529.541000', '223529.543000', '223529.546000', '223529.549000', '223529.551000', '223529.554000', '223529.556000', '223529.559000', '223529.561000', '223529.564000', '223529.567000', '223529.569000', '223529.572000', '223529.574000', '223529.577000', '223529.580000', '223529.582000', '223529.585000', '223529.587000', '223529.590000', '223529.592000', '223529.595000', '223529.598000', '223529.600000', '223529.603000', '223529.605000', '223529.608000', '223529.611000', '223529.613000', '223529.616000', '223529.618000', '223529.621000', '223529.623000', '223529.626000', '223529.628000', '223529.631000', '223529.634000', '223529.636000', '223529.639000', '223549.528000', '223549.531000', '223549.533000', '223549.536000', '223549.538000', '223549.541000', '223549.544000', '223549.546000', '223549.549000', '223549.551000', '223549.554000', '223549.556000', '223549.559000', '223549.562000', '223549.564000', '223549.567000', '223549.569000', '223549.572000', '223549.575000', '223549.577000', '223549.580000', '223549.582000', '223549.585000', '223549.588000', '223549.590000', '223549.593000', '223549.595000', '223549.598000', '223549.601000', '223549.603000', '223549.606000', '223549.609000', '223549.611000', '223549.614000', '223549.616000', '223549.619000', '223549.621000', '223549.631000', '223549.633000', '223549.636000', '223549.639000', '223549.641000', '223549.644000', '223609.528000', '223609.531000', '223609.533000', '223609.536000', '223609.539000', '223609.541000', '223609.544000', '223609.546000', '223609.549000', '223609.551000', '223609.554000', '223609.557000', '223609.559000', '223609.562000', '223609.564000', '223609.567000', '223609.570000', '223609.572000', '223609.575000', '223609.577000', '223609.580000', '223609.582000', '223609.585000', '223609.588000', '223609.590000', '223609.593000', '223609.595000', '223609.598000', '223609.601000', '223609.604000', '223609.606000', '223609.609000', '223609.612000', '223609.614000', '223609.617000', '223609.619000', '223609.622000', '223609.625000', '223609.633000', '223609.636000', '223609.638000', '223609.641000', '223609.643000', '223609.646000', '223629.528000', '223629.530000', '223629.533000', '223629.536000', '223629.538000', '223629.541000', '223629.543000', '223629.546000', '223629.548000', '223629.551000', '223629.554000', '223629.556000', '223629.559000', '223629.561000', '223629.564000', '223629.567000', '223629.569000', '223629.572000', '223629.574000', '223629.577000', '223629.579000', '223629.582000', '223629.585000', '223629.587000', '223629.590000', '223629.592000', '223629.595000', '223629.598000', '223629.600000', '223629.603000', '223629.606000', '223629.608000', '223629.611000', '223629.614000', '223629.616000', '223629.619000', '223629.621000', '223629.624000', '223629.626000', '223629.629000', '223629.631000', '223629.634000', '223629.637000', '223649.527000', '223649.530000', '223649.532000', '223649.535000', '223649.537000', '223649.540000', '223649.542000', '223649.545000', '223649.548000', '223649.550000', '223649.553000', '223649.555000', '223649.558000', '223649.579000', '223649.582000', '223649.584000', '223649.587000', '223649.589000', '223649.592000', '223649.595000', '223649.597000', '223649.600000', '223649.602000', '223649.605000', '223649.608000', '223649.610000', '223649.613000', '223649.615000', '223649.618000', '223649.621000', '223649.623000', '223649.626000', '223649.628000', '223649.631000', '223649.633000', '223649.636000', '223649.639000', '223649.641000', '223649.644000', '223649.646000', '223649.649000', '223649.651000', '223649.654000', '223649.657000', '223709.528000', '223709.530000', '223709.533000', '223709.536000', '223709.538000', '223709.541000', '223709.543000', '223709.546000', '223709.549000', '223709.551000', '223709.554000', '223709.556000', '223709.559000', '223709.562000', '223709.564000', '223709.567000', '223709.569000', '223709.572000', '223709.574000', '223709.577000', '223709.580000', '223709.583000', '223709.585000', '223709.588000', '223709.590000', '223709.593000', '223709.595000', '223709.598000', '223709.601000', '223709.603000', '223709.606000', '223709.608000', '223709.611000', '223709.614000', '223709.616000', '223709.619000', '223709.621000', '223709.624000', '223709.626000', '223709.629000', '223709.632000', '223709.634000', '223709.637000', '223729.528000', '223729.530000', '223729.533000', '223729.536000', '223729.538000', '223729.541000', '223729.543000', '223729.546000', '223729.548000', '223729.551000', '223729.554000', '223729.556000', '223729.559000', '223729.561000', '223729.564000', '223729.566000', '223729.569000', '223729.572000', '223729.574000', '223729.577000', '223729.579000', '223729.582000', '223729.584000', '223729.587000', '223729.589000', '223729.592000', '223729.595000', '223729.597000', '223729.600000', '223729.603000', '223729.605000', '223729.608000', '223729.610000', '223729.613000', '223729.615000', '223729.618000', '223729.620000', '223729.623000', '223729.626000', '223729.628000', '223729.631000', '223729.633000', '223729.636000', '223729.639000', '223749.528000', '223749.531000', '223749.533000', '223749.536000', '223749.538000', '223749.541000', '223749.544000', '223749.546000', '223749.549000', '223749.552000', '223749.554000', '223749.557000', '223749.560000', '223749.562000', '223749.565000', '223749.567000', '223749.570000', '223749.573000', '223749.575000', '223749.578000', '223749.580000', '223749.583000', '223749.585000', '223749.588000', '223749.591000', '223749.593000', '223749.596000', '223749.598000', '223749.601000', '223749.604000', '223749.606000', '223749.609000', '223749.611000', '223749.614000', '223749.616000', '223749.619000', '223749.622000', '223749.624000', '223749.627000', '223749.629000', '223749.632000', '223749.635000', '223749.637000', '223809.528000', '223809.531000', '223809.533000', '223809.536000', '223809.538000', '223809.541000', '223809.544000', '223809.546000', '223809.549000', '223809.551000', '223809.554000', '223809.557000', '223809.559000', '223809.562000', '223809.565000', '223809.567000', '223809.570000', '223809.572000', '223809.575000', '223809.577000', '223809.580000', '223809.583000', '223809.585000', '223809.588000', '223809.590000', '223809.593000', '223809.596000', '223809.598000', '223809.601000', '223809.603000', '223809.606000', '223809.609000', '223809.611000', '223809.614000', '223809.616000', '223809.619000', '223809.621000', '223809.624000', '223809.645000', '223809.647000', '223809.650000', '223809.652000', '223809.655000', '223809.658000', '223829.528000', '223829.530000', '223829.533000', '223829.536000', '223829.538000', '223829.541000', '223829.550000', '223829.553000', '223829.555000', '223829.558000', '223829.561000', '223829.563000', '223829.566000', '223829.568000', '223829.571000', '223829.574000', '223829.576000', '223829.579000', '223829.581000', '223829.584000', '223829.586000', '223829.589000', '223829.592000', '223829.594000', '223829.597000', '223829.600000', '223829.602000', '223829.605000', '223829.608000', '223829.610000', '223829.613000', '223829.615000', '223829.618000', '223829.621000', '223829.623000', '223829.626000', '223829.628000', '223829.631000', '223829.634000', '223829.636000', '223829.639000', '223829.641000', '223829.644000', '223849.528000', '223849.531000', '223849.533000', '223849.536000', '223849.538000', '223849.543000', '223849.545000', '223849.548000', '223849.550000', '223849.553000', '223849.556000', '223849.558000', '223849.561000', '223849.563000', '223849.566000', '223849.569000', '223849.571000', '223849.574000', '223849.576000', '223849.579000', '223849.582000', '223849.584000', '223849.587000', '223849.589000', '223849.592000', '223849.595000', '223849.597000', '223849.600000', '223849.602000', '223849.605000', '223849.608000', '223849.610000', '223849.613000', '223849.615000', '223849.618000', '223849.620000', '223849.623000', '223849.626000', '223849.628000', '223849.631000', '223849.633000', '223849.636000', '223849.639000', '223909.527000', '223909.529000', '223909.532000', '223909.535000', '223909.537000', '223909.540000', '223909.542000', '223909.545000', '223909.548000', '223909.550000', '223909.553000', '223909.555000', '223909.558000', '223909.561000', '223909.563000', '223909.566000', '223909.568000', '223909.571000', '223909.573000', '223909.576000', '223909.578000', '223909.581000', '223909.584000', '223909.586000', '223909.589000', '223909.591000', '223909.594000', '223909.597000', '223909.600000', '223909.602000', '223909.605000', '223909.607000', '223909.610000', '223909.612000', '223909.615000', '223909.618000', '223909.620000', '223909.623000', '223909.625000', '223909.628000', '223909.631000', '223909.633000', '223909.636000', '223909.638000', '223929.527000', '223929.530000', '223929.533000', '223929.535000', '223929.538000', '223929.542000', '223929.544000', '223929.547000', '223929.550000', '223929.552000', '223929.555000', '223929.557000', '223929.560000', '223929.563000', '223929.565000', '223929.568000', '223929.570000', '223929.573000', '223929.575000', '223929.578000', '223929.581000', '223929.583000', '223929.586000', '223929.589000', '223929.591000', '223929.594000', '223929.596000', '223929.599000', '223929.602000', '223929.604000', '223929.607000', '223929.609000', '223929.612000', '223929.614000', '223929.617000', '223929.620000', '223929.622000', '223929.625000', '223929.628000', '223929.630000', '223929.633000', '223929.635000', '223929.638000', '223929.641000', '223935.006000', '223935.009000', '223935.011000', '223935.014000', '223935.016000', '223935.026000', '223935.029000', '223935.032000', '223935.034000', '223935.037000', '223935.039000', '223935.042000'], 'InstanceCreationTime': ['223309.558000', '223309.561000', '223309.568000', '223309.571000', '223309.573000', '223309.576000', '223309.578000', '223309.581000', '223309.584000', '223309.587000', '223309.589000', '223309.592000', '223309.594000', '223309.597000', '223309.600000', '223309.602000', '223309.605000', '223309.607000', '223309.610000', '223309.612000', '223309.615000', '223309.617000', '223309.620000', '223309.622000', '223309.625000', '223309.627000', '223309.630000', '223309.633000', '223309.635000', '223309.638000', '223309.640000', '223309.643000', '223309.646000', '223329.528000', '223329.530000', '223329.533000', '223329.535000', '223329.542000', '223329.545000', '223329.548000', '223329.550000', '223329.553000', '223329.556000', '223329.558000', '223329.561000', '223329.563000', '223329.566000', '223329.569000', '223329.571000', '223329.574000', '223329.577000', '223329.579000', '223329.582000', '223329.584000', '223329.587000', '223329.601000', '223329.604000', '223329.607000', '223329.609000', '223329.612000', '223329.614000', '223329.617000', '223329.620000', '223329.622000', '223329.625000', '223329.627000', '223329.630000', '223329.632000', '223329.635000', '223329.638000', '223329.640000', '223329.643000', '223329.645000', '223329.648000', '223329.650000', '223329.653000', '223329.656000', '223349.528000', '223349.530000', '223349.539000', '223349.542000', '223349.545000', '223349.547000', '223349.550000', '223349.553000', '223349.555000', '223349.558000', '223349.560000', '223349.563000', '223349.566000', '223349.568000', '223349.571000', '223349.573000', '223349.576000', '223349.578000', '223349.581000', '223349.583000', '223349.586000', '223349.589000', '223349.591000', '223349.594000', '223349.596000', '223349.599000', '223349.601000', '223349.604000', '223349.607000', '223349.609000', '223349.612000', '223349.615000', '223349.617000', '223349.620000', '223349.622000', '223349.625000', '223349.627000', '223349.630000', '223349.633000', '223349.635000', '223349.638000', '223349.640000', '223349.643000', '223409.528000', '223409.530000', '223409.533000', '223409.536000', '223409.538000', '223409.541000', '223409.543000', '223409.546000', '223409.549000', '223409.551000', '223409.554000', '223409.556000', '223409.559000', '223409.561000', '223409.564000', '223409.566000', '223409.569000', '223409.572000', '223409.574000', '223409.577000', '223409.579000', '223409.582000', '223409.585000', '223409.587000', '223409.590000', '223409.592000', '223409.595000', '223409.597000', '223409.600000', '223409.603000', '223409.605000', '223409.608000', '223409.610000', '223409.613000', '223409.615000', '223409.618000', '223409.621000', '223409.623000', '223409.626000', '223409.628000', '223409.631000', '223409.633000', '223409.647000', '223409.650000', '223429.527000', '223429.529000', '223429.532000', '223429.535000', '223429.537000', '223429.540000', '223429.543000', '223429.545000', '223429.548000', '223429.550000', '223429.553000', '223429.555000', '223429.558000', '223429.560000', '223429.563000', '223429.566000', '223429.568000', '223429.571000', '223429.573000', '223429.576000', '223429.579000', '223429.581000', '223429.584000', '223429.587000', '223429.589000', '223429.592000', '223429.594000', '223429.597000', '223429.600000', '223429.602000', '223429.605000', '223429.607000', '223429.610000', '223429.613000', '223429.615000', '223429.618000', '223429.621000', '223429.624000', '223429.626000', '223429.629000', '223429.632000', '223429.634000', '223429.637000', '223449.527000', '223449.530000', '223449.533000', '223449.535000', '223449.538000', '223449.541000', '223449.543000', '223449.546000', '223449.548000', '223449.551000', '223449.553000', '223449.556000', '223449.558000', '223449.561000', '223449.564000', '223449.566000', '223449.569000', '223449.571000', '223449.574000', '223449.576000', '223449.579000', '223449.582000', '223449.584000', '223449.587000', '223449.589000', '223449.592000', '223449.595000', '223449.597000', '223449.600000', '223449.602000', '223449.605000', '223449.607000', '223449.610000', '223449.613000', '223449.615000', '223449.618000', '223449.621000', '223449.623000', '223449.626000', '223449.628000', '223449.631000', '223449.633000', '223449.636000', '223449.638000', '223509.528000', '223509.530000', '223509.533000', '223509.536000', '223509.538000', '223509.541000', '223509.543000', '223509.546000', '223509.549000', '223509.551000', '223509.554000', '223509.556000', '223509.559000', '223509.561000', '223509.564000', '223509.567000', '223509.569000', '223509.572000', '223509.575000', '223509.577000', '223509.580000', '223509.582000', '223509.585000', '223509.587000', '223509.590000', '223509.592000', '223509.595000', '223509.598000', '223509.600000', '223509.603000', '223509.605000', '223509.621000', '223509.624000', '223509.627000', '223509.630000', '223509.632000', '223509.635000', '223509.638000', '223509.640000', '223509.643000', '223509.645000', '223509.648000', '223509.650000', '223529.527000', '223529.530000', '223529.533000', '223529.536000', '223529.538000', '223529.541000', '223529.543000', '223529.546000', '223529.549000', '223529.551000', '223529.554000', '223529.556000', '223529.559000', '223529.561000', '223529.564000', '223529.567000', '223529.569000', '223529.572000', '223529.574000', '223529.577000', '223529.580000', '223529.582000', '223529.585000', '223529.587000', '223529.590000', '223529.592000', '223529.595000', '223529.598000', '223529.600000', '223529.603000', '223529.605000', '223529.608000', '223529.611000', '223529.613000', '223529.616000', '223529.618000', '223529.621000', '223529.623000', '223529.626000', '223529.628000', '223529.631000', '223529.634000', '223529.636000', '223529.639000', '223549.528000', '223549.531000', '223549.533000', '223549.536000', '223549.538000', '223549.541000', '223549.544000', '223549.546000', '223549.549000', '223549.551000', '223549.554000', '223549.556000', '223549.559000', '223549.562000', '223549.564000', '223549.567000', '223549.569000', '223549.572000', '223549.575000', '223549.577000', '223549.580000', '223549.582000', '223549.585000', '223549.588000', '223549.590000', '223549.593000', '223549.595000', '223549.598000', '223549.601000', '223549.603000', '223549.606000', '223549.609000', '223549.611000', '223549.614000', '223549.616000', '223549.619000', '223549.621000', '223549.631000', '223549.633000', '223549.636000', '223549.639000', '223549.641000', '223549.644000', '223609.528000', '223609.531000', '223609.533000', '223609.536000', '223609.539000', '223609.541000', '223609.544000', '223609.546000', '223609.549000', '223609.551000', '223609.554000', '223609.557000', '223609.559000', '223609.562000', '223609.564000', '223609.567000', '223609.570000', '223609.572000', '223609.575000', '223609.577000', '223609.580000', '223609.582000', '223609.585000', '223609.588000', '223609.590000', '223609.593000', '223609.595000', '223609.598000', '223609.601000', '223609.604000', '223609.606000', '223609.609000', '223609.612000', '223609.614000', '223609.617000', '223609.619000', '223609.622000', '223609.625000', '223609.633000', '223609.636000', '223609.638000', '223609.641000', '223609.643000', '223609.646000', '223629.528000', '223629.530000', '223629.533000', '223629.536000', '223629.538000', '223629.541000', '223629.543000', '223629.546000', '223629.548000', '223629.551000', '223629.554000', '223629.556000', '223629.559000', '223629.561000', '223629.564000', '223629.567000', '223629.569000', '223629.572000', '223629.574000', '223629.577000', '223629.579000', '223629.582000', '223629.585000', '223629.587000', '223629.590000', '223629.592000', '223629.595000', '223629.598000', '223629.600000', '223629.603000', '223629.606000', '223629.608000', '223629.611000', '223629.614000', '223629.616000', '223629.619000', '223629.621000', '223629.624000', '223629.626000', '223629.629000', '223629.631000', '223629.634000', '223629.637000', '223649.527000', '223649.530000', '223649.532000', '223649.535000', '223649.537000', '223649.540000', '223649.542000', '223649.545000', '223649.548000', '223649.550000', '223649.553000', '223649.555000', '223649.558000', '223649.579000', '223649.582000', '223649.584000', '223649.587000', '223649.589000', '223649.592000', '223649.595000', '223649.597000', '223649.600000', '223649.602000', '223649.605000', '223649.608000', '223649.610000', '223649.613000', '223649.615000', '223649.618000', '223649.621000', '223649.623000', '223649.626000', '223649.628000', '223649.631000', '223649.633000', '223649.636000', '223649.639000', '223649.641000', '223649.644000', '223649.646000', '223649.649000', '223649.651000', '223649.654000', '223649.657000', '223709.528000', '223709.530000', '223709.533000', '223709.536000', '223709.538000', '223709.541000', '223709.543000', '223709.546000', '223709.549000', '223709.551000', '223709.554000', '223709.556000', '223709.559000', '223709.562000', '223709.564000', '223709.567000', '223709.569000', '223709.572000', '223709.574000', '223709.577000', '223709.580000', '223709.583000', '223709.585000', '223709.588000', '223709.590000', '223709.593000', '223709.595000', '223709.598000', '223709.601000', '223709.603000', '223709.606000', '223709.608000', '223709.611000', '223709.614000', '223709.616000', '223709.619000', '223709.621000', '223709.624000', '223709.626000', '223709.629000', '223709.632000', '223709.634000', '223709.637000', '223729.528000', '223729.530000', '223729.533000', '223729.536000', '223729.538000', '223729.541000', '223729.543000', '223729.546000', '223729.548000', '223729.551000', '223729.554000', '223729.556000', '223729.559000', '223729.561000', '223729.564000', '223729.566000', '223729.569000', '223729.572000', '223729.574000', '223729.577000', '223729.579000', '223729.582000', '223729.584000', '223729.587000', '223729.589000', '223729.592000', '223729.595000', '223729.597000', '223729.600000', '223729.603000', '223729.605000', '223729.608000', '223729.610000', '223729.613000', '223729.615000', '223729.618000', '223729.620000', '223729.623000', '223729.626000', '223729.628000', '223729.631000', '223729.633000', '223729.636000', '223729.639000', '223749.528000', '223749.531000', '223749.533000', '223749.536000', '223749.538000', '223749.541000', '223749.544000', '223749.546000', '223749.549000', '223749.552000', '223749.554000', '223749.557000', '223749.560000', '223749.562000', '223749.565000', '223749.567000', '223749.570000', '223749.573000', '223749.575000', '223749.578000', '223749.580000', '223749.583000', '223749.585000', '223749.588000', '223749.591000', '223749.593000', '223749.596000', '223749.598000', '223749.601000', '223749.604000', '223749.606000', '223749.609000', '223749.611000', '223749.614000', '223749.616000', '223749.619000', '223749.622000', '223749.624000', '223749.627000', '223749.629000', '223749.632000', '223749.635000', '223749.637000', '223809.528000', '223809.531000', '223809.533000', '223809.536000', '223809.538000', '223809.541000', '223809.544000', '223809.546000', '223809.549000', '223809.551000', '223809.554000', '223809.557000', '223809.559000', '223809.562000', '223809.565000', '223809.567000', '223809.570000', '223809.572000', '223809.575000', '223809.577000', '223809.580000', '223809.583000', '223809.585000', '223809.588000', '223809.590000', '223809.593000', '223809.596000', '223809.598000', '223809.601000', '223809.603000', '223809.606000', '223809.609000', '223809.611000', '223809.614000', '223809.616000', '223809.619000', '223809.621000', '223809.624000', '223809.645000', '223809.647000', '223809.650000', '223809.652000', '223809.655000', '223809.658000', '223829.528000', '223829.530000', '223829.533000', '223829.536000', '223829.538000', '223829.541000', '223829.550000', '223829.553000', '223829.555000', '223829.558000', '223829.561000', '223829.563000', '223829.566000', '223829.568000', '223829.571000', '223829.574000', '223829.576000', '223829.579000', '223829.581000', '223829.584000', '223829.586000', '223829.589000', '223829.592000', '223829.594000', '223829.597000', '223829.600000', '223829.602000', '223829.605000', '223829.608000', '223829.610000', '223829.613000', '223829.615000', '223829.618000', '223829.621000', '223829.623000', '223829.626000', '223829.628000', '223829.631000', '223829.634000', '223829.636000', '223829.639000', '223829.641000', '223829.644000', '223849.528000', '223849.531000', '223849.533000', '223849.536000', '223849.538000', '223849.543000', '223849.545000', '223849.548000', '223849.550000', '223849.553000', '223849.556000', '223849.558000', '223849.561000', '223849.563000', '223849.566000', '223849.569000', '223849.571000', '223849.574000', '223849.576000', '223849.579000', '223849.582000', '223849.584000', '223849.587000', '223849.589000', '223849.592000', '223849.595000', '223849.597000', '223849.600000', '223849.602000', '223849.605000', '223849.608000', '223849.610000', '223849.613000', '223849.615000', '223849.618000', '223849.620000', '223849.623000', '223849.626000', '223849.628000', '223849.631000', '223849.633000', '223849.636000', '223849.639000', '223909.527000', '223909.529000', '223909.532000', '223909.535000', '223909.537000', '223909.540000', '223909.542000', '223909.545000', '223909.548000', '223909.550000', '223909.553000', '223909.555000', '223909.558000', '223909.561000', '223909.563000', '223909.566000', '223909.568000', '223909.571000', '223909.573000', '223909.576000', '223909.578000', '223909.581000', '223909.584000', '223909.586000', '223909.589000', '223909.591000', '223909.594000', '223909.597000', '223909.600000', '223909.602000', '223909.605000', '223909.607000', '223909.610000', '223909.612000', '223909.615000', '223909.618000', '223909.620000', '223909.623000', '223909.625000', '223909.628000', '223909.631000', '223909.633000', '223909.636000', '223909.638000', '223929.527000', '223929.530000', '223929.533000', '223929.535000', '223929.538000', '223929.542000', '223929.544000', '223929.547000', '223929.550000', '223929.552000', '223929.555000', '223929.557000', '223929.560000', '223929.563000', '223929.565000', '223929.568000', '223929.570000', '223929.573000', '223929.575000', '223929.578000', '223929.581000', '223929.583000', '223929.586000', '223929.589000', '223929.591000', '223929.594000', '223929.596000', '223929.599000', '223929.602000', '223929.604000', '223929.607000', '223929.609000', '223929.612000', '223929.614000', '223929.617000', '223929.620000', '223929.622000', '223929.625000', '223929.628000', '223929.630000', '223929.633000', '223929.635000', '223929.638000', '223929.641000', '223935.006000', '223935.009000', '223935.011000', '223935.014000', '223935.016000', '223935.026000', '223935.029000', '223935.032000', '223935.034000', '223935.037000', '223935.039000', '223935.042000'], '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': [17851, 10036, 11109, 13038, 8946, 14628, 8881, 13204, 8828, 17123, 8229, 9135, 8148, 8920, 9417, 8881, 16069, 8299, 9404, 8491, 9062, 8376, 8770, 12204, 8692, 10660, 8530, 8756, 8237, 8701, 8292, 8280, 9419, 8267, 9325, 8315, 8747, 8397, 8579, 11421, 8238, 8951, 8494, 8881, 8301, 9023, 11759, 8427, 13853, 8436, 9823, 8011, 9299, 13325, 8772, 17853, 8312, 11438, 8329, 8677, 8648, 9004, 13652, 9353, 14066, 9187, 10624, 8917, 8443, 8624, 9335, 8882, 9227, 13675, 9234, 14393, 8816, 9507, 8592, 9330, 8724, 9112, 9474, 8885, 12220, 16296, 12471, 16245, 8962, 10123, 9272, 10376, 8619, 11400, 8469, 9288, 8586, 9148, 9280, 8824, 9349, 11614, 9283, 18601, 9047, 10739, 8825, 9390, 8644, 9231, 12364, 9125, 8927, 8668, 9247, 8384, 9220, 9289, 9329, 14035, 8966, 9867, 8810, 8823, 8411, 10128, 8295, 9155, 8775, 9197, 9031, 9243, 10653, 8675, 10123, 8463, 9219, 8847, 9232, 10226, 9268, 11512, 8892, 8657, 8572, 8932, 8664, 9446, 10355, 9263, 12332, 9036, 12387, 8827, 18469, 10891, 16565, 8637, 9566, 8592, 8907, 8962, 8705, 9158, 8638, 11935, 12640, 9404, 10378, 9206, 10413, 9023, 11111, 8783, 16686, 14132, 8984, 17718, 9278, 13999, 9113, 12155, 17581, 13508, 17173, 9223, 12082, 9316, 13185, 8998, 8881, 8580, 9186, 8898, 9132, 9222, 9312, 11551, 8741, 9173, 8850, 9040, 8580, 9098, 10250, 8964, 14021, 8711, 9177, 9221, 9137, 8459, 8900, 8659, 8660, 9376, 10769, 9001, 13260, 8942, 9217, 8775, 9225, 8884, 9337, 16927, 9782, 12438, 8935, 9433, 8833, 9185, 8904, 8805, 10784, 8800, 8491, 8676, 9161, 8709, 10090, 8414, 8923, 8937, 9166, 10240, 9077, 16309, 8665, 11023, 8619, 9196, 8898, 9129, 17871, 14380, 18623, 8740, 10193, 8535, 9118, 8636, 11767, 8207, 8670, 8105, 8961, 8965, 8847, 12225, 9979, 9505, 11088, 8575, 8888, 8575, 9285, 8638, 11856, 8195, 8968, 8404, 9119, 9804, 8741, 8400, 8723, 8091, 8722, 10644, 8626, 10770, 8149, 8751, 8763, 8896, 9726, 8495, 13381, 7991, 9030, 8340, 8661, 19737, 15965, 19305, 15340, 18915, 10399, 11727, 16172, 8845, 9964, 9683, 8827, 9580, 9238, 8981, 9154, 8791, 8964, 9125, 9075, 9032, 8877, 9553, 9127, 13517, 14706, 11353, 16286, 8945, 12870, 8975, 10369, 8706, 8901, 15102, 9169, 19310, 13540, 19462, 10971, 11955, 8498, 8769, 8897, 8904, 9112, 8750, 8908, 8627, 8904, 13935, 8985, 8500, 8585, 9146, 9274, 9081, 12319, 8752, 8092, 8803, 8745, 8596, 9349, 8805, 9831, 16123, 12118, 17320, 9035, 14561, 8604, 10069, 8575, 8813, 11710, 8820, 9685, 8733, 9048, 8230, 8750, 8436, 8677, 9433, 8267, 9742, 8719, 8694, 7841, 8633, 8405, 8659, 14773, 9055, 15051, 8685, 11332, 8659, 8941, 8685, 8896, 8814, 8626, 7881, 8810, 8617, 9021, 9123, 8954, 10394, 8348, 11766, 7887, 8682, 8147, 8756, 12335, 8693, 10924, 8586, 8993, 8284, 8870, 8248, 8986, 11098, 8878, 10043, 8729, 8239, 8486, 8980, 8372, 8865, 8318, 9022, 12938, 10504, 16135, 8671, 12101, 8264, 8643, 8167, 8815, 8352, 8703, 14461, 8457, 10736, 8054, 8877, 8294, 8927, 14017, 8735, 11188, 8573, 9273, 8285, 9272, 7888, 8530, 8687, 9473, 8871, 9197, 10079, 14241, 12063, 9274, 12375, 9056, 19772, 16139, 20627, 15034, 17880, 9069, 9466, 8841, 8989, 10289, 8766, 12516, 8058, 9316, 8571, 9039, 9318, 8446, 13601, 8580, 11955, 8563, 8988, 8150, 8854, 10171, 9097, 12142, 9164, 10417, 8203, 8710, 13181, 8867, 14499, 9116, 11237, 8494, 8913, 8130, 8740, 17976, 14349, 19511, 15580, 16909, 8586, 11799, 8442, 8596, 8107, 8425, 8868, 9108, 8833, 8424, 9076, 7999, 8974, 8948, 8752, 12130, 8595, 9037, 8148, 8824, 8855, 8864, 14654, 11145, 17670, 11268, 14425, 9593, 14042, 9116, 9633, 9351, 9566, 8644, 9457, 8926, 9347, 9347, 9454, 9089, 8702, 9155, 8945, 9573, 15792, 12108, 17727, 12570, 16572, 12551, 19255, 16075, 18363, 19259, 12763, 13179, 16067, 9391, 10564, 9218, 9470, 9465, 9292, 9442, 8755, 9171, 8632, 9293, 9276, 9760, 9585, 9041, 9466, 9318, 8793, 9873, 9617, 9806, 9245, 9776, 9728, 9537, 9577, 9781, 9508, 9763, 9421, 9245, 9412, 9344, 9686, 9370, 9447, 9670, 9546, 9380, 13935, 9326, 14400, 9529, 12336, 9514, 9766, 9567, 9424, 11941, 9713, 11871, 9339, 10414, 9317, 9473, 9408, 9209, 9089, 9372, 9069, 9224, 9029, 9194, 9032, 9272, 11835, 9259, 15306, 9208, 10002, 9086, 9352, 9230, 9310, 9446, 9324, 9633, 9181, 9245, 9510, 9310, 10063, 9460, 9631, 14429, 9851, 14741, 9599, 9616, 9045, 9513, 14847, 9304, 12435, 9460, 9171, 11098, 9476, 14728, 9444, 9648, 9155, 9470, 19146, 9356, 15348, 9851, 9621, 11087, 9867, 17558, 9517, 9676, 9526, 9733, 9205, 9394, 9395, 9458, 15593, 9282, 12806, 9354, 9508, 9168, 9205, 10668, 14197, 18213, 11352, 15182, 10281, 9748, 10429, 9970, 9913, 10184, 14176, 10002, 18093, 10492, 14636, 10303, 10092, 9762, 10186, 10023, 10317, 9792, 10029, 10186, 10951, 10153, 9753, 10548, 10302, 10104, 10236, 12002, 10099, 9951, 10305, 10517, 10451, 9954, 10650, 10334, 10007, 10290, 9820, 9743, 9804, 10375, 10021, 9897, 10157, 12359, 10204, 13425, 10410, 10044, 10306, 10306, 10194, 10375, 11466, 10565, 10775, 10542, 10071, 10233, 10164, 10381, 10188, 17509, 10445, 15853, 10585, 10290, 10395, 10538, 10124, 10728, 10005, 10236, 10407, 9921, 10652, 9774, 10643, 10176, 12478, 10402, 12125, 11030, 10529, 10494, 10535, 10369, 10720, 9846, 10508, 12436, 10377, 13849, 10388, 11270, 10536, 10274, 10041, 10733, 9498, 10331, 10856, 10495, 10701, 10301, 10737, 10908, 10945, 15228, 15506, 19136, 15287, 20328, 13259, 17725, 10626, 10665, 15135, 10330, 11911, 10433, 10123, 10308, 10627, 19300, 10271, 14707, 10519, 10253, 10514, 10460, 9965, 10324, 10115, 10682, 9925, 10433, 10177, 10138, 10359, 9783, 10331, 9931, 10386, 10336, 14933, 10492, 15224, 10718, 12700, 10660, 10255, 10394, 10362, 9784, 10085, 9775, 9889, 10531, 9798], 'WindowCenter': [4257.0, 4167.0, 4163.0, 4180.0, 4126.0, 4174.0, 4126.0, 4164.0, 4100.0, 4184.0, 4088.0, 4109.0, 4077.0, 4098.0, 4108.0, 4099.0, 4172.0, 4101.0, 4110.0, 4098.0, 4124.0, 4088.0, 4099.0, 4142.0, 4103.0, 4133.0, 4099.0, 4099.0, 4098.0, 4111.0, 4102.0, 4102.0, 4111.0, 4102.0, 4125.0, 4103.0, 4111.0, 4102.0, 4112.0, 4142.0, 4101.0, 4100.0, 4101.0, 4125.0, 4114.0, 4113.0, 4154.0, 4102.0, 4162.0, 4100.0, 4133.0, 4115.0, 4124.0, 4162.0, 4111.0, 4184.0, 4102.0, 4142.0, 4101.0, 4112.0, 4114.0, 4124.0, 4175.0, 4125.0, 4161.0, 4123.0, 4131.0, 4110.0, 4099.0, 4100.0, 4121.0, 4112.0, 4125.0, 4176.0, 4127.0, 4176.0, 4113.0, 4122.0, 4101.0, 4110.0, 4098.0, 4110.0, 4111.0, 4111.0, 4153.0, 4185.0, 4155.0, 4182.0, 4111.0, 4131.0, 4112.0, 4121.0, 4100.0, 4143.0, 4102.0, 4122.0, 4099.0, 4112.0, 4109.0, 4109.0, 4110.0, 4128.0, 4109.0, 4179.0, 4098.0, 4117.0, 4099.0, 4098.0, 4086.0, 4108.0, 4138.0, 4098.0, 4097.0, 4087.0, 4097.0, 4086.0, 4121.0, 4109.0, 4110.0, 4162.0, 4110.0, 4119.0, 4110.0, 4125.0, 4113.0, 4134.0, 4102.0, 4111.0, 4100.0, 4137.0, 4112.0, 4125.0, 4133.0, 4112.0, 4133.0, 4100.0, 4111.0, 4109.0, 4122.0, 4120.0, 4125.0, 4156.0, 4123.0, 4112.0, 4113.0, 4122.0, 4127.0, 4137.0, 4148.0, 4140.0, 4182.0, 4143.0, 4170.0, 4126.0, 4197.0, 4145.0, 4183.0, 4115.0, 4135.0, 4114.0, 4124.0, 4112.0, 4114.0, 4125.0, 4116.0, 4156.0, 4153.0, 4124.0, 4121.0, 4111.0, 4120.0, 4110.0, 4132.0, 4101.0, 4175.0, 4150.0, 4100.0, 4170.0, 4097.0, 4148.0, 4089.0, 4128.0, 4157.0, 4137.0, 4171.0, 4111.0, 4139.0, 4097.0, 4139.0, 4101.0, 4097.0, 4085.0, 4098.0, 4085.0, 4108.0, 4109.0, 4108.0, 4131.0, 4098.0, 4098.0, 4097.0, 4099.0, 4086.0, 4112.0, 4120.0, 4098.0, 4161.0, 4100.0, 4109.0, 4098.0, 4110.0, 4086.0, 4098.0, 4097.0, 4100.0, 4112.0, 4132.0, 4113.0, 4150.0, 4110.0, 4109.0, 4099.0, 4111.0, 4100.0, 4110.0, 4182.0, 4121.0, 4140.0, 4111.0, 4110.0, 4111.0, 4111.0, 4112.0, 4114.0, 4132.0, 4113.0, 4111.0, 4112.0, 4123.0, 4113.0, 4134.0, 4103.0, 4113.0, 4110.0, 4126.0, 4133.0, 4113.0, 4185.0, 4114.0, 4131.0, 4101.0, 4124.0, 4111.0, 4112.0, 4184.0, 4177.0, 4195.0, 4102.0, 4120.0, 4100.0, 4112.0, 4102.0, 4144.0, 4102.0, 4102.0, 4091.0, 4112.0, 4112.0, 4112.0, 4141.0, 4121.0, 4111.0, 4118.0, 4090.0, 4096.0, 4099.0, 4111.0, 4099.0, 4140.0, 4089.0, 4100.0, 4102.0, 4111.0, 4121.0, 4113.0, 4101.0, 4111.0, 4101.0, 4113.0, 4134.0, 4113.0, 4144.0, 4102.0, 4114.0, 4102.0, 4126.0, 4124.0, 4101.0, 4165.0, 4092.0, 4127.0, 4116.0, 4113.0, 4197.0, 4189.0, 4210.0, 4189.0, 4197.0, 4121.0, 4141.0, 4160.0, 4098.0, 4108.0, 4111.0, 4110.0, 4122.0, 4109.0, 4109.0, 4108.0, 4098.0, 4110.0, 4108.0, 4099.0, 4096.0, 4098.0, 4110.0, 4109.0, 4150.0, 4159.0, 4119.0, 4158.0, 4085.0, 4123.0, 4073.0, 4092.0, 4071.0, 4072.0, 4133.0, 4083.0, 4166.0, 4136.0, 4166.0, 4103.0, 4114.0, 4071.0, 4073.0, 4070.0, 4082.0, 4081.0, 4073.0, 4096.0, 4084.0, 4085.0, 4134.0, 4083.0, 4072.0, 4084.0, 4097.0, 4094.0, 4096.0, 4126.0, 4086.0, 4074.0, 4096.0, 4098.0, 4099.0, 4098.0, 4097.0, 4120.0, 4171.0, 4140.0, 4170.0, 4098.0, 4160.0, 4099.0, 4109.0, 4086.0, 4099.0, 4126.0, 4098.0, 4108.0, 4087.0, 4098.0, 4089.0, 4098.0, 4087.0, 4098.0, 4095.0, 4087.0, 4096.0, 4087.0, 4086.0, 4077.0, 4087.0, 4087.0, 4113.0, 4162.0, 4102.0, 4158.0, 4098.0, 4127.0, 4087.0, 4084.0, 4086.0, 4098.0, 4099.0, 4098.0, 4088.0, 4111.0, 4100.0, 4100.0, 4098.0, 4101.0, 4132.0, 4100.0, 4140.0, 4089.0, 4100.0, 4078.0, 4101.0, 4139.0, 4100.0, 4130.0, 4100.0, 4100.0, 4089.0, 4113.0, 4102.0, 4110.0, 4130.0, 4110.0, 4119.0, 4099.0, 4099.0, 4100.0, 4110.0, 4101.0, 4111.0, 4115.0, 4126.0, 4165.0, 4147.0, 4174.0, 4112.0, 4142.0, 4101.0, 4101.0, 4100.0, 4125.0, 4114.0, 4113.0, 4175.0, 4105.0, 4144.0, 4104.0, 4139.0, 4115.0, 4123.0, 4176.0, 4115.0, 4156.0, 4127.0, 4125.0, 4115.0, 4139.0, 4120.0, 4129.0, 4126.0, 4135.0, 4126.0, 4138.0, 4137.0, 4179.0, 4155.0, 4124.0, 4156.0, 4128.0, 4224.0, 4188.0, 4209.0, 4176.0, 4186.0, 4101.0, 4110.0, 4086.0, 4098.0, 4120.0, 4100.0, 4141.0, 4089.0, 4111.0, 4100.0, 4142.0, 4139.0, 4103.0, 4150.0, 4087.0, 4128.0, 4099.0, 4099.0, 4089.0, 4111.0, 4121.0, 4100.0, 4141.0, 4099.0, 4119.0, 4078.0, 4088.0, 4126.0, 4086.0, 4137.0, 4085.0, 4105.0, 4074.0, 4085.0, 4089.0, 4086.0, 4167.0, 4148.0, 4169.0, 4159.0, 4158.0, 4087.0, 4115.0, 4075.0, 4085.0, 4062.0, 4074.0, 4084.0, 4084.0, 4086.0, 4074.0, 4087.0, 4063.0, 4085.0, 4100.0, 4087.0, 4127.0, 4087.0, 4084.0, 4076.0, 4111.0, 4126.0, 4112.0, 4148.0, 4130.0, 4170.0, 4131.0, 4160.0, 4122.0, 4161.0, 4098.0, 4106.0, 4097.0, 4109.0, 4087.0, 4097.0, 4084.0, 4085.0, 4084.0, 4095.0, 4087.0, 4086.0, 4094.0, 4097.0, 4110.0, 4169.0, 4141.0, 4172.0, 4137.0, 4170.0, 4153.0, 4185.0, 4161.0, 4172.0, 4171.0, 4115.0, 4125.0, 4145.0, 4071.0, 4091.0, 4084.0, 4096.0, 4082.0, 4080.0, 4091.0, 4070.0, 4080.0, 4071.0, 4083.0, 4094.0, 4092.0, 4092.0, 4083.0, 4093.0, 4082.0, 4060.0, 4080.0, 4068.0, 4079.0, 4071.0, 4080.0, 4081.0, 4069.0, 4069.0, 4078.0, 4068.0, 4078.0, 4067.0, 4069.0, 4070.0, 4070.0, 4079.0, 4081.0, 4093.0, 4093.0, 4092.0, 4083.0, 4135.0, 4085.0, 4133.0, 4094.0, 4112.0, 4082.0, 4091.0, 4082.0, 4082.0, 4113.0, 4084.0, 4113.0, 4082.0, 4092.0, 4083.0, 4081.0, 4083.0, 4081.0, 4084.0, 4081.0, 4084.0, 4093.0, 4083.0, 4094.0, 4086.0, 4111.0, 4128.0, 4097.0, 4159.0, 4097.0, 4106.0, 4085.0, 4096.0, 4095.0, 4098.0, 4097.0, 4108.0, 4108.0, 4096.0, 4099.0, 4109.0, 4123.0, 4122.0, 4108.0, 4108.0, 4160.0, 4120.0, 4173.0, 4122.0, 4121.0, 4108.0, 4122.0, 4162.0, 4112.0, 4152.0, 4122.0, 4111.0, 4132.0, 4121.0, 4161.0, 4111.0, 4121.0, 4110.0, 4123.0, 4194.0, 4111.0, 4174.0, 4121.0, 4120.0, 4131.0, 4121.0, 4180.0, 4111.0, 4107.0, 4109.0, 4108.0, 4097.0, 4109.0, 4097.0, 4108.0, 4160.0, 4109.0, 4138.0, 4108.0, 4121.0, 4113.0, 4122.0, 4134.0, 4177.0, 4194.0, 4142.0, 4161.0, 4120.0, 4106.0, 4117.0, 4106.0, 4107.0, 4120.0, 4150.0, 4119.0, 4181.0, 4120.0, 4159.0, 4118.0, 4105.0, 4094.0, 4105.0, 4105.0, 4116.0, 4107.0, 4106.0, 4119.0, 4116.0, 4107.0, 4109.0, 4118.0, 4107.0, 4118.0, 4119.0, 4139.0, 4118.0, 4120.0, 4119.0, 4128.0, 4130.0, 4121.0, 4120.0, 4120.0, 4118.0, 4131.0, 4120.0, 4134.0, 4132.0, 4134.0, 4119.0, 4107.0, 4118.0, 4140.0, 4118.0, 4149.0, 4130.0, 4118.0, 4120.0, 4120.0, 4118.0, 4119.0, 4129.0, 4119.0, 4128.0, 4118.0, 4108.0, 4117.0, 4119.0, 4107.0, 4118.0, 4171.0, 4129.0, 4169.0, 4130.0, 4121.0, 4118.0, 4129.0, 4118.0, 4129.0, 4108.0, 4120.0, 4120.0, 4110.0, 4121.0, 4121.0, 4133.0, 4122.0, 4141.0, 4119.0, 4139.0, 4130.0, 4117.0, 4130.0, 4131.0, 4145.0, 4145.0, 4134.0, 4145.0, 4167.0, 4146.0, 4176.0, 4160.0, 4156.0, 4144.0, 4160.0, 4151.0, 4161.0, 4136.0, 4148.0, 4144.0, 4131.0, 4134.0, 4132.0, 4143.0, 4131.0, 4146.0, 4174.0, 4186.0, 4196.0, 4186.0, 4207.0, 4164.0, 4185.0, 4120.0, 4118.0, 4148.0, 4108.0, 4128.0, 4118.0, 4108.0, 4119.0, 4131.0, 4183.0, 4106.0, 4145.0, 4117.0, 4108.0, 4118.0, 4116.0, 4106.0, 4118.0, 4117.0, 4119.0, 4118.0, 4118.0, 4118.0, 4107.0, 4117.0, 4106.0, 4107.0, 4108.0, 4119.0, 4119.0, 4161.0, 4121.0, 4160.0, 4119.0, 4138.0, 4119.0, 4117.0, 4118.0, 4130.0, 4121.0, 4135.0, 4119.0, 4121.0, 4131.0, 4118.0], 'WindowWidth': [9413.0, 9267.0, 9251.0, 9264.0, 9187.0, 9244.0, 9186.0, 9230.0, 9140.0, 9256.0, 9119.0, 9146.0, 9102.0, 9131.0, 9145.0, 9135.0, 9235.0, 9139.0, 9151.0, 9132.0, 9178.0, 9118.0, 9137.0, 9196.0, 9145.0, 9187.0, 9134.0, 9136.0, 9133.0, 9155.0, 9144.0, 9144.0, 9153.0, 9145.0, 9179.0, 9148.0, 9156.0, 9142.0, 9157.0, 9194.0, 9140.0, 9136.0, 9138.0, 9178.0, 9165.0, 9159.0, 9213.0, 9143.0, 9222.0, 9138.0, 9185.0, 9169.0, 9178.0, 9222.0, 9156.0, 9255.0, 9142.0, 9193.0, 9141.0, 9159.0, 9167.0, 9179.0, 9247.0, 9181.0, 9222.0, 9176.0, 9181.0, 9154.0, 9135.0, 9138.0, 9167.0, 9155.0, 9181.0, 9251.0, 9188.0, 9250.0, 9161.0, 9171.0, 9139.0, 9150.0, 9131.0, 9150.0, 9153.0, 9155.0, 9216.0, 9260.0, 9220.0, 9251.0, 9157.0, 9182.0, 9155.0, 9167.0, 9138.0, 9200.0, 9144.0, 9171.0, 9135.0, 9156.0, 9150.0, 9147.0, 9150.0, 9170.0, 9148.0, 9243.0, 9131.0, 9153.0, 9131.0, 9130.0, 9111.0, 9145.0, 9184.0, 9131.0, 9129.0, 9116.0, 9129.0, 9113.0, 9168.0, 9149.0, 9153.0, 9221.0, 9151.0, 9161.0, 9152.0, 9180.0, 9162.0, 9194.0, 9145.0, 9156.0, 9138.0, 9200.0, 9157.0, 9179.0, 9189.0, 9157.0, 9186.0, 9138.0, 9155.0, 9147.0, 9172.0, 9164.0, 9181.0, 9225.0, 9177.0, 9158.0, 9161.0, 9173.0, 9186.0, 9201.0, 9218.0, 9210.0, 9269.0, 9219.0, 9247.0, 9184.0, 9282.0, 9205.0, 9253.0, 9164.0, 9196.0, 9163.0, 9177.0, 9157.0, 9161.0, 9180.0, 9171.0, 9222.0, 9214.0, 9174.0, 9166.0, 9154.0, 9161.0, 9151.0, 9184.0, 9139.0, 9244.0, 9203.0, 9137.0, 9228.0, 9128.0, 9195.0, 9118.0, 9170.0, 9207.0, 9177.0, 9235.0, 9153.0, 9189.0, 9127.0, 9185.0, 9140.0, 9130.0, 9110.0, 9129.0, 9107.0, 9143.0, 9148.0, 9144.0, 9179.0, 9130.0, 9130.0, 9127.0, 9132.0, 9112.0, 9158.0, 9163.0, 9131.0, 9222.0, 9135.0, 9147.0, 9130.0, 9148.0, 9113.0, 9131.0, 9129.0, 9137.0, 9157.0, 9181.0, 9159.0, 9204.0, 9150.0, 9146.0, 9132.0, 9153.0, 9137.0, 9151.0, 9249.0, 9167.0, 9189.0, 9153.0, 9152.0, 9154.0, 9154.0, 9156.0, 9163.0, 9183.0, 9157.0, 9154.0, 9158.0, 9174.0, 9161.0, 9189.0, 9144.0, 9158.0, 9151.0, 9182.0, 9187.0, 9161.0, 9259.0, 9161.0, 9181.0, 9139.0, 9177.0, 9154.0, 9156.0, 9258.0, 9254.0, 9273.0, 9142.0, 9163.0, 9137.0, 9156.0, 9142.0, 9203.0, 9146.0, 9144.0, 9125.0, 9155.0, 9157.0, 9156.0, 9194.0, 9165.0, 9153.0, 9155.0, 9121.0, 9123.0, 9132.0, 9151.0, 9133.0, 9190.0, 9119.0, 9135.0, 9147.0, 9154.0, 9168.0, 9162.0, 9140.0, 9155.0, 9143.0, 9163.0, 9189.0, 9161.0, 9205.0, 9145.0, 9164.0, 9144.0, 9182.0, 9175.0, 9141.0, 9231.0, 9128.0, 9185.0, 9171.0, 9162.0, 9284.0, 9276.0, 9310.0, 9275.0, 9286.0, 9166.0, 9192.0, 9215.0, 9127.0, 9145.0, 9152.0, 9151.0, 9169.0, 9147.0, 9149.0, 9145.0, 9133.0, 9149.0, 9144.0, 9133.0, 9125.0, 9130.0, 9152.0, 9149.0, 9205.0, 9213.0, 9158.0, 9207.0, 9106.0, 9154.0, 9086.0, 9111.0, 9081.0, 9084.0, 9165.0, 9101.0, 9221.0, 9178.0, 9222.0, 9131.0, 9143.0, 9085.0, 9088.0, 9079.0, 9099.0, 9097.0, 9088.0, 9124.0, 9105.0, 9107.0, 9172.0, 9103.0, 9085.0, 9107.0, 9126.0, 9118.0, 9124.0, 9165.0, 9112.0, 9093.0, 9126.0, 9131.0, 9136.0, 9132.0, 9129.0, 9163.0, 9233.0, 9191.0, 9231.0, 9133.0, 9218.0, 9136.0, 9147.0, 9112.0, 9133.0, 9164.0, 9130.0, 9145.0, 9115.0, 9129.0, 9120.0, 9131.0, 9114.0, 9133.0, 9123.0, 9115.0, 9125.0, 9113.0, 9112.0, 9098.0, 9114.0, 9116.0, 9163.0, 9225.0, 9143.0, 9210.0, 9132.0, 9168.0, 9113.0, 9104.0, 9110.0, 9129.0, 9133.0, 9131.0, 9116.0, 9152.0, 9135.0, 9136.0, 9130.0, 9139.0, 9184.0, 9137.0, 9191.0, 9120.0, 9136.0, 9105.0, 9140.0, 9186.0, 9136.0, 9175.0, 9136.0, 9135.0, 9121.0, 9161.0, 9143.0, 9151.0, 9176.0, 9151.0, 9161.0, 9136.0, 9134.0, 9138.0, 9148.0, 9138.0, 9154.0, 9165.0, 9183.0, 9234.0, 9210.0, 9244.0, 9156.0, 9194.0, 9141.0, 9138.0, 9136.0, 9179.0, 9164.0, 9160.0, 9245.0, 9151.0, 9202.0, 9152.0, 9208.0, 9169.0, 9175.0, 9247.0, 9168.0, 9223.0, 9188.0, 9181.0, 9167.0, 9207.0, 9181.0, 9191.0, 9183.0, 9195.0, 9182.0, 9203.0, 9199.0, 9258.0, 9218.0, 9175.0, 9219.0, 9190.0, 9332.0, 9272.0, 9306.0, 9250.0, 9264.0, 9140.0, 9149.0, 9108.0, 9127.0, 9161.0, 9136.0, 9192.0, 9120.0, 9151.0, 9136.0, 9218.0, 9204.0, 9148.0, 9204.0, 9111.0, 9167.0, 9132.0, 9134.0, 9120.0, 9152.0, 9163.0, 9135.0, 9190.0, 9131.0, 9158.0, 9099.0, 9114.0, 9160.0, 9108.0, 9175.0, 9105.0, 9131.0, 9088.0, 9105.0, 9122.0, 9113.0, 9221.0, 9196.0, 9229.0, 9212.0, 9208.0, 9112.0, 9147.0, 9093.0, 9105.0, 9073.0, 9090.0, 9102.0, 9104.0, 9109.0, 9090.0, 9112.0, 9075.0, 9109.0, 9136.0, 9115.0, 9166.0, 9113.0, 9104.0, 9097.0, 9152.0, 9183.0, 9155.0, 9195.0, 9177.0, 9231.0, 9177.0, 9218.0, 9172.0, 9224.0, 9133.0, 9140.0, 9125.0, 9145.0, 9111.0, 9124.0, 9103.0, 9106.0, 9104.0, 9122.0, 9113.0, 9111.0, 9119.0, 9129.0, 9149.0, 9229.0, 9194.0, 9237.0, 9182.0, 9228.0, 9214.0, 9266.0, 9223.0, 9247.0, 9239.0, 9148.0, 9161.0, 9184.0, 9079.0, 9108.0, 9103.0, 9122.0, 9097.0, 9091.0, 9109.0, 9079.0, 9093.0, 9081.0, 9098.0, 9116.0, 9111.0, 9110.0, 9103.0, 9117.0, 9097.0, 9065.0, 9090.0, 9072.0, 9087.0, 9077.0, 9091.0, 9092.0, 9074.0, 9074.0, 9083.0, 9071.0, 9084.0, 9070.0, 9074.0, 9077.0, 9077.0, 9089.0, 9095.0, 9114.0, 9115.0, 9113.0, 9102.0, 9173.0, 9107.0, 9170.0, 9117.0, 9138.0, 9098.0, 9109.0, 9098.0, 9099.0, 9138.0, 9101.0, 9139.0, 9098.0, 9111.0, 9100.0, 9094.0, 9099.0, 9094.0, 9102.0, 9097.0, 9102.0, 9116.0, 9101.0, 9118.0, 9111.0, 9153.0, 9169.0, 9128.0, 9211.0, 9125.0, 9137.0, 9106.0, 9123.0, 9121.0, 9129.0, 9125.0, 9143.0, 9143.0, 9124.0, 9131.0, 9148.0, 9176.0, 9170.0, 9144.0, 9142.0, 9215.0, 9162.0, 9239.0, 9170.0, 9168.0, 9146.0, 9171.0, 9223.0, 9157.0, 9210.0, 9168.0, 9153.0, 9182.0, 9167.0, 9219.0, 9152.0, 9166.0, 9150.0, 9171.0, 9269.0, 9155.0, 9244.0, 9167.0, 9165.0, 9178.0, 9167.0, 9244.0, 9151.0, 9142.0, 9145.0, 9144.0, 9127.0, 9147.0, 9127.0, 9144.0, 9216.0, 9146.0, 9184.0, 9144.0, 9167.0, 9160.0, 9172.0, 9189.0, 9255.0, 9271.0, 9197.0, 9218.0, 9162.0, 9138.0, 9152.0, 9136.0, 9139.0, 9163.0, 9203.0, 9163.0, 9250.0, 9163.0, 9216.0, 9156.0, 9137.0, 9118.0, 9136.0, 9135.0, 9152.0, 9140.0, 9137.0, 9158.0, 9150.0, 9139.0, 9149.0, 9158.0, 9140.0, 9159.0, 9160.0, 9186.0, 9158.0, 9163.0, 9164.0, 9174.0, 9178.0, 9167.0, 9164.0, 9163.0, 9159.0, 9183.0, 9167.0, 9193.0, 9185.0, 9187.0, 9162.0, 9141.0, 9157.0, 9189.0, 9159.0, 9202.0, 9177.0, 9161.0, 9164.0, 9163.0, 9157.0, 9160.0, 9174.0, 9162.0, 9172.0, 9156.0, 9143.0, 9154.0, 9161.0, 9139.0, 9155.0, 9235.0, 9174.0, 9229.0, 9179.0, 9165.0, 9161.0, 9174.0, 9157.0, 9175.0, 9144.0, 9162.0, 9164.0, 9148.0, 9163.0, 9170.0, 9187.0, 9169.0, 9191.0, 9160.0, 9187.0, 9176.0, 9157.0, 9178.0, 9179.0, 9206.0, 9206.0, 9190.0, 9208.0, 9242.0, 9210.0, 9252.0, 9236.0, 9222.0, 9205.0, 9237.0, 9226.0, 9239.0, 9197.0, 9215.0, 9202.0, 9179.0, 9187.0, 9183.0, 9200.0, 9182.0, 9209.0, 9243.0, 9264.0, 9280.0, 9265.0, 9298.0, 9231.0, 9260.0, 9163.0, 9159.0, 9196.0, 9143.0, 9170.0, 9155.0, 9143.0, 9160.0, 9180.0, 9253.0, 9135.0, 9187.0, 9152.0, 9142.0, 9154.0, 9153.0, 9139.0, 9159.0, 9155.0, 9162.0, 9157.0, 9157.0, 9157.0, 9139.0, 9153.0, 9137.0, 9138.0, 9146.0, 9160.0, 9160.0, 9219.0, 9165.0, 9216.0, 9159.0, 9184.0, 9161.0, 9155.0, 9158.0, 9179.0, 9169.0, 9191.0, 9160.0, 9167.0, 9180.0, 9157.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.0021816225546605296</td></tr>
<tr><td colspan=3>aqi</td><td>0.03559548181818181</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.3696678178341</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1798587925806456</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9746376137327192</td></tr>
<tr><td colspan=3>efc</td><td>0.473</td></tr>
<tr><td colspan=3>fber</td><td>5861.1675</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10690684635009574</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>82</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.436133486766398</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4160492939059073</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2980685815734114</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6652571182735003</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2848221818708105</td></tr>
<tr><td colspan=3>gcor</td><td>0.0143137</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01147028524428606</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02809699811041355</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7571546343713202</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.8745</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.8204</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.8829</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302471.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>845.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.577</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9773</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>592.1179</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3317.6655</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3482.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74073.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1100.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4459.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>926.7589</td></tr>
<tr><td colspan=3>tsnr</td><td>31.536211896687746</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>