<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0092_ses-04_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0092_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0092_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0092_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0092_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0092_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0092_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0092_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0092_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0092/ses-04/func/sub-0092_ses-04_task-social_acq-mb8_run-05_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>66705b5d7d61fe8e1ca843383c147309</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>20:29:53.477500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998841, -0.048119, 0.000890384, 0.0478031, 0.994087, 0.0974989]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0907191</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7750, -7206, 686, -45, -94, 83, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.217</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3d4b69bb-4093-40df-b2fd-0c74ad05929f||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6798179149627686, 0.12825210392475128, 0.015057005919516087, 103.1296157836914], [0.1290997713804245, 2.667062520980835, 0.2628270387649536, -109.15461730957031], [0.00238883588463068, -0.2615824043750763, 2.6871352195739746, -35.36450958251953], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['202953.477500', '202953.937500', '202954.397500', '202954.857500', '202955.317500', '202955.777500', '202956.237500', '202956.697500', '202957.157500', '202957.617500', '202958.077500', '202958.537500', '202958.997500', '202959.457500', '202959.917500', '203000.377500', '203000.837500', '203001.297500', '203001.757500', '203002.217500', '203002.677500', '203003.137500', '203003.597500', '203004.057500', '203004.517500', '203004.977500', '203005.437500', '203005.897500', '203006.357500', '203006.817500', '203007.277500', '203007.737500', '203008.197500', '203008.657500', '203009.117500', '203009.577500', '203010.037500', '203010.497500', '203010.957500', '203011.417500', '203011.877500', '203012.337500', '203012.797500', '203013.257500', '203013.717500', '203014.177500', '203014.637500', '203015.097500', '203015.557500', '203016.017500', '203016.477500', '203016.937500', '203017.397500', '203017.857500', '203018.317500', '203018.777500', '203019.237500', '203019.697500', '203020.157500', '203020.617500', '203021.077500', '203021.537500', '203021.997500', '203022.457500', '203022.917500', '203023.377500', '203023.837500', '203024.297500', '203024.757500', '203025.217500', '203025.677500', '203026.137500', '203026.597500', '203027.057500', '203027.517500', '203027.977500', '203028.437500', '203028.897500', '203029.357500', '203029.817500', '203030.277500', '203030.737500', '203031.197500', '203031.657500', '203032.117500', '203032.577500', '203033.037500', '203033.497500', '203033.957500', '203034.417500', '203034.877500', '203035.337500', '203035.797500', '203036.257500', '203036.717500', '203037.177500', '203037.637500', '203038.097500', '203038.557500', '203039.017500', '203039.477500', '203039.937500', '203040.397500', '203040.857500', '203041.317500', '203041.777500', '203042.237500', '203042.697500', '203043.157500', '203043.617500', '203044.077500', '203044.537500', '203044.997500', '203045.457500', '203045.917500', '203046.377500', '203046.837500', '203047.297500', '203047.757500', '203048.217500', '203048.677500', '203049.137500', '203049.597500', '203050.057500', '203050.517500', '203050.977500', '203051.437500', '203051.897500', '203052.357500', '203052.817500', '203053.277500', '203053.737500', '203054.197500', '203054.657500', '203055.117500', '203055.577500', '203056.037500', '203056.497500', '203056.957500', '203057.417500', '203057.877500', '203058.337500', '203058.797500', '203059.257500', '203059.717500', '203100.177500', '203100.637500', '203101.097500', '203101.557500', '203102.017500', '203102.477500', '203102.937500', '203103.397500', '203103.857500', '203104.317500', '203104.777500', '203105.237500', '203105.697500', '203106.157500', '203106.617500', '203107.077500', '203107.537500', '203107.997500', '203108.457500', '203108.917500', '203109.377500', '203109.837500', '203110.297500', '203110.757500', '203111.217500', '203111.677500', '203112.137500', '203112.597500', '203113.057500', '203113.517500', '203113.977500', '203114.437500', '203114.897500', '203115.357500', '203115.817500', '203116.277500', '203116.737500', '203117.197500', '203117.657500', '203118.117500', '203118.577500', '203119.037500', '203119.497500', '203119.957500', '203120.417500', '203120.877500', '203121.337500', '203121.797500', '203122.257500', '203122.717500', '203123.177500', '203123.637500', '203124.097500', '203124.557500', '203125.017500', '203125.477500', '203125.937500', '203126.397500', '203126.857500', '203127.317500', '203127.777500', '203128.237500', '203128.697500', '203129.157500', '203129.617500', '203130.077500', '203130.537500', '203130.997500', '203131.457500', '203131.917500', '203132.377500', '203132.837500', '203133.297500', '203133.757500', '203134.217500', '203134.677500', '203135.137500', '203135.597500', '203136.057500', '203136.517500', '203136.977500', '203137.437500', '203137.897500', '203138.357500', '203138.817500', '203139.277500', '203139.737500', '203140.197500', '203140.657500', '203141.117500', '203141.577500', '203142.037500', '203142.497500', '203142.957500', '203143.417500', '203143.877500', '203144.337500', '203144.797500', '203145.257500', '203145.717500', '203146.177500', '203146.637500', '203147.097500', '203147.557500', '203148.017500', '203148.477500', '203148.937500', '203149.397500', '203149.857500', '203150.317500', '203150.777500', '203151.237500', '203151.697500', '203152.157500', '203152.617500', '203153.077500', '203153.537500', '203153.997500', '203154.457500', '203154.917500', '203155.377500', '203155.837500', '203156.297500', '203156.757500', '203157.217500', '203157.677500', '203158.137500', '203158.597500', '203159.057500', '203159.517500', '203159.977500', '203200.437500', '203200.897500', '203201.357500', '203201.817500', '203202.277500', '203202.737500', '203203.197500', '203203.657500', '203204.117500', '203204.577500', '203205.037500', '203205.497500', '203205.957500', '203206.417500', '203206.877500', '203207.337500', '203207.797500', '203208.257500', '203208.717500', '203209.177500', '203209.637500', '203210.097500', '203210.557500', '203211.017500', '203211.477500', '203211.937500', '203212.397500', '203212.857500', '203213.317500', '203213.777500', '203214.237500', '203214.697500', '203215.157500', '203215.617500', '203216.077500', '203216.537500', '203216.997500', '203217.457500', '203217.917500', '203218.377500', '203218.837500', '203219.297500', '203219.757500', '203220.217500', '203220.677500', '203221.137500', '203221.597500', '203222.057500', '203222.517500', '203222.977500', '203223.437500', '203223.897500', '203224.357500', '203224.817500', '203225.277500', '203225.737500', '203226.197500', '203226.657500', '203227.117500', '203227.577500', '203228.037500', '203228.497500', '203228.957500', '203229.417500', '203229.877500', '203230.337500', '203230.797500', '203231.257500', '203231.717500', '203232.177500', '203232.637500', '203233.097500', '203233.557500', '203234.017500', '203234.477500', '203234.937500', '203235.397500', '203235.857500', '203236.317500', '203236.777500', '203237.237500', '203237.697500', '203238.157500', '203238.617500', '203239.077500', '203239.537500', '203239.997500', '203240.457500', '203240.917500', '203241.377500', '203241.837500', '203242.297500', '203242.757500', '203243.217500', '203243.677500', '203244.137500', '203244.597500', '203245.057500', '203245.517500', '203245.977500', '203246.437500', '203246.897500', '203247.357500', '203247.817500', '203248.277500', '203248.737500', '203249.197500', '203249.657500', '203250.117500', '203250.577500', '203251.037500', '203251.497500', '203251.957500', '203252.417500', '203252.877500', '203253.337500', '203253.797500', '203254.257500', '203254.717500', '203255.177500', '203255.637500', '203256.097500', '203256.557500', '203257.017500', '203257.477500', '203257.937500', '203258.397500', '203258.857500', '203259.317500', '203259.777500', '203300.237500', '203300.697500', '203301.157500', '203301.617500', '203302.077500', '203302.537500', '203302.997500', '203303.457500', '203303.917500', '203304.377500', '203304.837500', '203305.297500', '203305.757500', '203306.217500', '203306.677500', '203307.137500', '203307.597500', '203308.057500', '203308.517500', '203308.977500', '203309.437500', '203309.897500', '203310.357500', '203310.817500', '203311.277500', '203311.737500', '203312.197500', '203312.657500', '203313.117500', '203313.577500', '203314.037500', '203314.497500', '203314.957500', '203315.417500', '203315.877500', '203316.337500', '203316.797500', '203317.257500', '203317.717500', '203318.177500', '203318.637500', '203319.097500', '203319.557500', '203320.017500', '203320.477500', '203320.937500', '203321.397500', '203321.857500', '203322.317500', '203322.777500', '203323.237500', '203323.697500', '203324.157500', '203324.617500', '203325.077500', '203325.537500', '203325.997500', '203326.457500', '203326.917500', '203327.377500', '203327.837500', '203328.297500', '203328.757500', '203329.217500', '203329.677500', '203330.137500', '203330.597500', '203331.057500', '203331.517500', '203331.977500', '203332.437500', '203332.897500', '203333.357500', '203333.817500', '203334.277500', '203334.737500', '203335.197500', '203335.657500', '203336.117500', '203336.577500', '203337.037500', '203337.497500', '203337.957500', '203338.417500', '203338.877500', '203339.337500', '203339.797500', '203340.257500', '203340.717500', '203341.177500', '203341.637500', '203342.097500', '203342.557500', '203343.017500', '203343.477500', '203343.937500', '203344.397500', '203344.857500', '203345.317500', '203345.777500', '203346.237500', '203346.697500', '203347.157500', '203347.617500', '203348.077500', '203348.537500', '203348.997500', '203349.457500', '203349.917500', '203350.377500', '203350.837500', '203351.297500', '203351.757500', '203352.217500', '203352.677500', '203353.137500', '203353.597500', '203354.057500', '203354.517500', '203354.977500', '203355.437500', '203355.897500', '203356.357500', '203356.817500', '203357.277500', '203357.737500', '203358.197500', '203358.657500', '203359.117500', '203359.577500', '203400.037500', '203400.497500', '203400.957500', '203401.417500', '203401.877500', '203402.337500', '203402.797500', '203403.257500', '203403.717500', '203404.177500', '203404.637500', '203405.097500', '203405.557500', '203406.017500', '203406.477500', '203406.937500', '203407.397500', '203407.857500', '203408.317500', '203408.777500', '203409.237500', '203409.697500', '203410.157500', '203410.617500', '203411.077500', '203411.537500', '203411.997500', '203412.457500', '203412.917500', '203413.377500', '203413.837500', '203414.297500', '203414.757500', '203415.217500', '203415.677500', '203416.137500', '203416.597500', '203417.057500', '203417.517500', '203417.977500', '203418.437500', '203418.897500', '203419.357500', '203419.817500', '203420.277500', '203420.737500', '203421.197500', '203421.657500', '203422.117500', '203422.577500', '203423.037500', '203423.497500', '203423.957500', '203424.417500', '203424.877500', '203425.337500', '203425.797500', '203426.257500', '203426.717500', '203427.177500', '203427.637500', '203428.097500', '203428.557500', '203429.017500', '203429.477500', '203429.937500', '203430.397500', '203430.857500', '203431.317500', '203431.777500', '203432.237500', '203432.697500', '203433.157500', '203433.617500', '203434.077500', '203434.537500', '203434.997500', '203435.457500', '203435.917500', '203436.377500', '203436.837500', '203437.297500', '203437.757500', '203438.217500', '203438.677500', '203439.137500', '203439.597500', '203440.057500', '203440.517500', '203440.977500', '203441.437500', '203441.897500', '203442.357500', '203442.817500', '203443.277500', '203443.737500', '203444.197500', '203444.657500', '203445.117500', '203445.577500', '203446.037500', '203446.497500', '203446.957500', '203447.417500', '203447.877500', '203448.337500', '203448.797500', '203449.257500', '203449.717500', '203450.177500', '203450.637500', '203451.097500', '203451.557500', '203452.017500', '203452.477500', '203452.937500', '203453.397500', '203453.857500', '203454.317500', '203454.777500', '203455.237500', '203455.697500', '203456.157500', '203456.617500', '203457.077500', '203457.537500', '203457.997500', '203458.457500', '203458.917500', '203459.377500', '203459.837500', '203500.297500', '203500.757500', '203501.217500', '203501.677500', '203502.137500', '203502.597500', '203503.057500', '203503.517500', '203503.977500', '203504.437500', '203504.897500', '203505.357500', '203505.817500', '203506.277500', '203506.737500', '203507.197500', '203507.657500', '203508.117500', '203508.577500', '203509.037500', '203509.497500', '203509.957500', '203510.417500', '203510.877500', '203511.337500', '203511.797500', '203512.257500', '203512.717500', '203513.177500', '203513.637500', '203514.097500', '203514.557500', '203515.017500', '203515.477500', '203515.937500', '203516.397500', '203516.857500', '203517.317500', '203517.777500', '203518.237500', '203518.697500', '203519.157500', '203519.617500', '203520.077500', '203520.537500', '203520.997500', '203521.457500', '203521.917500', '203522.377500', '203522.837500', '203523.297500', '203523.757500', '203524.217500', '203524.677500', '203525.137500', '203525.597500', '203526.057500', '203526.517500', '203526.977500', '203527.437500', '203527.897500', '203528.357500', '203528.817500', '203529.277500', '203529.737500', '203530.197500', '203530.657500', '203531.117500', '203531.577500', '203532.037500', '203532.497500', '203532.957500', '203533.417500', '203533.877500', '203534.337500', '203534.797500', '203535.257500', '203535.717500', '203536.177500', '203536.637500', '203537.097500', '203537.557500', '203538.017500', '203538.477500', '203538.937500', '203539.397500', '203539.857500', '203540.317500', '203540.777500', '203541.237500', '203541.697500', '203542.157500', '203542.617500', '203543.077500', '203543.537500', '203543.997500', '203544.457500', '203544.917500', '203545.377500', '203545.837500', '203546.297500', '203546.757500', '203547.217500', '203547.677500', '203548.137500', '203548.597500', '203549.057500', '203549.517500', '203549.977500', '203550.437500', '203550.897500', '203551.357500', '203551.817500', '203552.277500', '203552.737500', '203553.197500', '203553.657500', '203554.117500', '203554.577500', '203555.037500', '203555.497500', '203555.957500', '203556.417500', '203556.877500', '203557.337500', '203557.797500', '203558.257500', '203558.717500', '203559.177500', '203559.637500', '203600.097500', '203600.557500', '203601.017500', '203601.477500', '203601.937500', '203602.397500', '203602.857500', '203603.317500', '203603.777500', '203604.237500', '203604.697500', '203605.157500', '203605.617500', '203606.077500', '203606.537500', '203606.997500', '203607.457500', '203607.917500', '203608.377500', '203608.837500', '203609.297500', '203609.757500', '203610.217500', '203610.677500', '203611.137500', '203611.597500', '203612.057500', '203612.517500', '203612.977500', '203613.437500', '203613.897500', '203614.357500', '203614.817500', '203615.277500', '203615.737500', '203616.197500', '203616.657500', '203617.117500', '203617.577500', '203618.037500', '203618.497500', '203618.957500', '203619.417500', '203619.877500', '203620.337500', '203620.797500', '203621.257500', '203621.717500', '203622.177500', '203622.637500', '203623.097500', '203623.557500', '203624.017500', '203624.477500', '203624.937500', '203625.397500', '203625.857500', '203626.317500', '203626.777500', '203627.237500', '203627.697500', '203628.157500', '203628.617500', '203629.077500', '203629.537500', '203629.997500', '203630.457500', '203630.917500', '203631.377500', '203631.837500', '203632.297500', '203632.757500', '203633.217500', '203633.677500', '203634.137500'], 'ContentTime': ['203008.399000', '203008.402000', '203008.404000', '203008.407000', '203008.410000', '203008.412000', '203008.415000', '203008.417000', '203008.420000', '203008.423000', '203008.425000', '203008.428000', '203008.430000', '203008.433000', '203008.436000', '203008.438000', '203008.441000', '203008.443000', '203008.446000', '203008.449000', '203008.451000', '203008.454000', '203008.456000', '203008.459000', '203008.461000', '203008.467000', '203008.470000', '203008.472000', '203008.475000', '203008.478000', '203028.360000', '203028.363000', '203028.366000', '203028.368000', '203028.371000', '203028.373000', '203028.381000', '203028.384000', '203028.386000', '203028.389000', '203028.391000', '203028.394000', '203028.396000', '203028.399000', '203028.402000', '203028.404000', '203028.407000', '203028.409000', '203028.412000', '203028.415000', '203028.418000', '203028.420000', '203028.423000', '203028.425000', '203028.428000', '203028.431000', '203028.433000', '203028.436000', '203028.438000', '203028.441000', '203028.443000', '203028.446000', '203028.449000', '203028.451000', '203028.454000', '203028.456000', '203028.459000', '203028.461000', '203028.464000', '203028.467000', '203028.469000', '203028.472000', '203028.475000', '203048.359000', '203048.362000', '203048.365000', '203048.367000', '203048.370000', '203048.373000', '203048.375000', '203048.378000', '203048.380000', '203048.383000', '203048.397000', '203048.400000', '203048.402000', '203048.405000', '203048.408000', '203048.410000', '203048.413000', '203048.415000', '203048.418000', '203048.421000', '203048.430000', '203048.433000', '203048.435000', '203048.438000', '203048.441000', '203048.443000', '203048.446000', '203048.448000', '203048.451000', '203048.454000', '203048.456000', '203048.459000', '203048.461000', '203048.464000', '203048.467000', '203048.469000', '203048.472000', '203048.474000', '203048.477000', '203048.480000', '203048.482000', '203048.485000', '203048.487000', '203048.490000', '203108.361000', '203108.363000', '203108.366000', '203108.369000', '203108.371000', '203108.374000', '203108.376000', '203108.379000', '203108.382000', '203108.384000', '203108.387000', '203108.390000', '203108.393000', '203108.395000', '203108.398000', '203108.401000', '203108.403000', '203108.406000', '203108.408000', '203108.411000', '203108.414000', '203108.416000', '203108.419000', '203108.421000', '203108.424000', '203108.426000', '203108.429000', '203108.432000', '203108.434000', '203108.437000', '203108.439000', '203108.442000', '203108.444000', '203108.447000', '203108.450000', '203108.452000', '203108.455000', '203108.457000', '203108.460000', '203108.463000', '203108.472000', '203108.474000', '203108.477000', '203128.360000', '203128.363000', '203128.366000', '203128.368000', '203128.371000', '203128.374000', '203128.376000', '203128.379000', '203128.381000', '203128.384000', '203128.387000', '203128.389000', '203128.392000', '203128.394000', '203128.397000', '203128.400000', '203128.402000', '203128.405000', '203128.407000', '203128.410000', '203128.412000', '203128.415000', '203128.418000', '203128.420000', '203128.423000', '203128.426000', '203128.428000', '203128.431000', '203128.433000', '203128.436000', '203128.438000', '203128.441000', '203128.444000', '203128.446000', '203128.449000', '203128.451000', '203128.454000', '203128.457000', '203128.459000', '203128.462000', '203128.465000', '203128.467000', '203128.470000', '203128.472000', '203148.360000', '203148.363000', '203148.366000', '203148.368000', '203148.371000', '203148.374000', '203148.376000', '203148.379000', '203148.381000', '203148.384000', '203148.386000', '203148.389000', '203148.392000', '203148.395000', '203148.398000', '203148.400000', '203148.403000', '203148.406000', '203148.408000', '203148.411000', '203148.413000', '203148.416000', '203148.418000', '203148.421000', '203148.424000', '203148.426000', '203148.429000', '203148.431000', '203148.434000', '203148.437000', '203148.439000', '203148.442000', '203148.444000', '203148.447000', '203148.450000', '203148.453000', '203148.456000', '203148.459000', '203148.461000', '203148.464000', '203148.466000', '203148.469000', '203148.471000', '203208.361000', '203208.363000', '203208.366000', '203208.369000', '203208.371000', '203208.374000', '203208.376000', '203208.379000', '203208.382000', '203208.384000', '203208.387000', '203208.389000', '203208.392000', '203208.395000', '203208.397000', '203208.400000', '203208.402000', '203208.405000', '203208.408000', '203208.410000', '203208.413000', '203208.415000', '203208.418000', '203208.421000', '203208.423000', '203208.426000', '203208.429000', '203208.431000', '203208.434000', '203208.437000', '203208.439000', '203208.442000', '203208.444000', '203208.447000', '203208.450000', '203208.452000', '203208.455000', '203208.457000', '203208.460000', '203208.463000', '203208.465000', '203208.468000', '203208.470000', '203208.473000', '203228.361000', '203228.363000', '203228.366000', '203228.369000', '203228.371000', '203228.374000', '203228.385000', '203228.388000', '203228.391000', '203228.393000', '203228.396000', '203228.398000', '203228.401000', '203228.403000', '203228.406000', '203228.408000', '203228.412000', '203228.415000', '203228.418000', '203228.421000', '203228.423000', '203228.426000', '203228.429000', '203228.431000', '203228.434000', '203228.436000', '203228.439000', '203228.441000', '203228.444000', '203228.447000', '203228.449000', '203228.452000', '203228.455000', '203228.457000', '203228.460000', '203228.463000', '203228.465000', '203228.468000', '203228.470000', '203228.473000', '203228.476000', '203228.478000', '203228.481000', '203248.361000', '203248.364000', '203248.366000', '203248.369000', '203248.371000', '203248.374000', '203248.377000', '203248.379000', '203248.382000', '203248.384000', '203248.387000', '203248.390000', '203248.392000', '203248.395000', '203248.397000', '203248.400000', '203248.403000', '203248.405000', '203248.408000', '203248.410000', '203248.413000', '203248.416000', '203248.418000', '203248.421000', '203248.424000', '203248.426000', '203248.429000', '203248.432000', '203248.434000', '203248.437000', '203248.439000', '203248.442000', '203248.445000', '203248.447000', '203248.450000', '203248.453000', '203248.455000', '203248.458000', '203248.461000', '203248.463000', '203248.466000', '203248.468000', '203248.471000', '203248.473000', '203308.359000', '203308.362000', '203308.365000', '203308.367000', '203308.370000', '203308.373000', '203308.375000', '203308.378000', '203308.381000', '203308.383000', '203308.386000', '203308.388000', '203308.391000', '203308.393000', '203308.396000', '203308.399000', '203308.401000', '203308.404000', '203308.406000', '203308.409000', '203308.412000', '203308.414000', '203308.417000', '203308.419000', '203308.422000', '203308.425000', '203308.427000', '203308.430000', '203308.432000', '203308.435000', '203308.438000', '203308.440000', '203308.443000', '203308.446000', '203308.448000', '203308.451000', '203308.454000', '203308.456000', '203308.459000', '203308.462000', '203308.465000', '203308.468000', '203308.470000', '203328.360000', '203328.363000', '203328.366000', '203328.369000', '203328.371000', '203328.374000', '203328.377000', '203328.379000', '203328.382000', '203328.384000', '203328.387000', '203328.390000', '203328.392000', '203328.395000', '203328.397000', '203328.400000', '203328.403000', '203328.405000', '203328.408000', '203328.411000', '203328.413000', '203328.416000', '203328.418000', '203328.421000', '203328.424000', '203328.426000', '203328.429000', '203328.431000', '203328.434000', '203328.437000', '203328.439000', '203328.442000', '203328.445000', '203328.447000', '203328.450000', '203328.453000', '203328.455000', '203328.458000', '203328.460000', '203328.463000', '203328.466000', '203328.468000', '203328.471000', '203328.473000', '203348.360000', '203348.363000', '203348.366000', '203348.369000', '203348.371000', '203348.374000', '203348.376000', '203348.379000', '203348.381000', '203348.384000', '203348.387000', '203348.389000', '203348.392000', '203348.394000', '203348.397000', '203348.400000', '203348.402000', '203348.405000', '203348.408000', '203348.410000', '203348.413000', '203348.415000', '203348.418000', '203348.421000', '203348.424000', '203348.427000', '203348.429000', '203348.432000', '203348.434000', '203348.437000', '203348.440000', '203348.481000', '203348.484000', '203348.487000', '203348.489000', '203348.492000', '203348.494000', '203348.497000', '203348.499000', '203348.502000', '203348.505000', '203348.512000', '203348.515000', '203408.360000', '203408.363000', '203408.366000', '203408.369000', '203408.371000', '203408.374000', '203408.377000', '203408.379000', '203408.382000', '203408.385000', '203408.387000', '203408.390000', '203408.392000', '203408.395000', '203408.398000', '203408.400000', '203408.403000', '203408.405000', '203408.408000', '203408.411000', '203408.413000', '203408.416000', '203408.418000', '203408.421000', '203408.424000', '203408.426000', '203408.429000', '203408.431000', '203408.434000', '203408.437000', '203408.439000', '203408.442000', '203408.445000', '203408.447000', '203408.450000', '203408.453000', '203408.455000', '203408.458000', '203408.460000', '203408.463000', '203408.466000', '203408.468000', '203408.471000', '203408.473000', '203428.361000', '203428.364000', '203428.366000', '203428.369000', '203428.371000', '203428.374000', '203428.376000', '203428.379000', '203428.382000', '203428.384000', '203428.387000', '203428.389000', '203428.392000', '203428.395000', '203428.397000', '203428.400000', '203428.403000', '203428.405000', '203428.408000', '203428.410000', '203428.413000', '203428.415000', '203428.418000', '203428.421000', '203428.423000', '203428.426000', '203428.428000', '203428.431000', '203428.433000', '203428.436000', '203428.439000', '203428.441000', '203428.444000', '203428.446000', '203428.449000', '203428.452000', '203428.454000', '203428.457000', '203428.459000', '203428.462000', '203428.464000', '203428.467000', '203428.470000', '203448.360000', '203448.382000', '203448.385000', '203448.387000', '203448.390000', '203448.393000', '203448.395000', '203448.398000', '203448.400000', '203448.403000', '203448.406000', '203448.408000', '203448.411000', '203448.413000', '203448.416000', '203448.419000', '203448.421000', '203448.424000', '203448.427000', '203448.429000', '203448.432000', '203448.434000', '203448.437000', '203448.440000', '203448.442000', '203448.445000', '203448.447000', '203448.450000', '203448.453000', '203448.455000', '203448.458000', '203448.461000', '203448.463000', '203448.466000', '203448.468000', '203448.471000', '203448.474000', '203448.476000', '203448.479000', '203448.481000', '203448.484000', '203448.486000', '203448.489000', '203508.361000', '203508.364000', '203508.366000', '203508.369000', '203508.372000', '203508.374000', '203508.377000', '203508.379000', '203508.382000', '203508.385000', '203508.387000', '203508.390000', '203508.392000', '203508.395000', '203508.398000', '203508.400000', '203508.403000', '203508.405000', '203508.408000', '203508.411000', '203508.413000', '203508.416000', '203508.419000', '203508.421000', '203508.424000', '203508.426000', '203508.429000', '203508.432000', '203508.434000', '203508.437000', '203508.440000', '203508.442000', '203508.445000', '203508.447000', '203508.450000', '203508.453000', '203508.455000', '203508.458000', '203508.460000', '203508.463000', '203508.465000', '203508.468000', '203508.471000', '203508.473000', '203528.360000', '203528.363000', '203528.365000', '203528.368000', '203528.370000', '203528.373000', '203528.376000', '203528.378000', '203528.381000', '203528.383000', '203528.386000', '203528.389000', '203528.392000', '203528.394000', '203528.397000', '203528.399000', '203528.402000', '203528.405000', '203528.408000', '203528.410000', '203528.413000', '203528.416000', '203528.418000', '203528.421000', '203528.424000', '203528.426000', '203528.429000', '203528.432000', '203528.434000', '203528.437000', '203528.439000', '203528.442000', '203528.445000', '203528.447000', '203528.450000', '203528.453000', '203528.455000', '203528.458000', '203528.461000', '203528.463000', '203528.466000', '203528.469000', '203528.471000', '203548.361000', '203548.364000', '203548.366000', '203548.369000', '203548.372000', '203548.374000', '203548.377000', '203548.380000', '203548.382000', '203548.385000', '203548.387000', '203548.390000', '203548.393000', '203548.395000', '203548.398000', '203548.401000', '203548.403000', '203548.406000', '203548.408000', '203548.411000', '203548.414000', '203548.416000', '203548.419000', '203548.422000', '203548.424000', '203548.427000', '203548.429000', '203548.432000', '203548.435000', '203548.437000', '203548.440000', '203548.443000', '203548.445000', '203548.448000', '203548.450000', '203548.453000', '203548.456000', '203548.458000', '203548.461000', '203548.463000', '203548.466000', '203548.469000', '203548.471000', '203548.474000', '203608.361000', '203608.363000', '203608.366000', '203608.369000', '203608.371000', '203608.374000', '203608.377000', '203608.379000', '203608.382000', '203608.384000', '203608.387000', '203608.390000', '203608.392000', '203608.395000', '203608.398000', '203608.400000', '203608.403000', '203608.405000', '203608.408000', '203608.411000', '203608.413000', '203608.416000', '203608.419000', '203608.421000', '203608.424000', '203608.426000', '203608.429000', '203608.432000', '203608.434000', '203608.437000', '203608.439000', '203608.442000', '203608.445000', '203608.447000', '203608.450000', '203608.452000', '203608.455000', '203608.457000', '203608.460000', '203608.463000', '203608.465000', '203608.468000', '203608.471000', '203608.473000', '203628.361000', '203628.364000', '203628.366000', '203628.369000', '203628.372000', '203628.374000', '203628.377000', '203628.379000', '203628.382000', '203628.385000', '203628.387000', '203628.390000', '203628.392000', '203628.395000', '203628.398000', '203628.400000', '203628.403000', '203628.406000', '203628.408000', '203628.411000', '203628.414000', '203628.416000', '203628.419000', '203628.421000', '203628.424000', '203628.427000', '203628.429000', '203628.432000', '203628.435000', '203628.437000', '203628.440000', '203628.443000', '203628.445000', '203628.448000', '203628.450000', '203628.453000', '203628.456000', '203628.458000', '203628.461000', '203628.464000', '203628.466000', '203628.469000', '203628.471000', '203635.451000', '203635.454000', '203635.457000', '203635.460000', '203635.462000', '203635.465000', '203635.468000', '203635.470000', '203635.473000', '203635.476000', '203635.479000', '203635.481000', '203635.484000', '203635.487000', '203635.490000', '203635.493000'], 'InstanceCreationTime': ['203008.399000', '203008.402000', '203008.404000', '203008.407000', '203008.410000', '203008.412000', '203008.415000', '203008.417000', '203008.420000', '203008.423000', '203008.425000', '203008.428000', '203008.430000', '203008.433000', '203008.436000', '203008.438000', '203008.441000', '203008.443000', '203008.446000', '203008.449000', '203008.451000', '203008.454000', '203008.456000', '203008.459000', '203008.461000', '203008.467000', '203008.470000', '203008.472000', '203008.475000', '203008.478000', '203028.360000', '203028.363000', '203028.366000', '203028.368000', '203028.371000', '203028.373000', '203028.381000', '203028.384000', '203028.386000', '203028.389000', '203028.391000', '203028.394000', '203028.396000', '203028.399000', '203028.402000', '203028.404000', '203028.407000', '203028.409000', '203028.412000', '203028.415000', '203028.418000', '203028.420000', '203028.423000', '203028.425000', '203028.428000', '203028.431000', '203028.433000', '203028.436000', '203028.438000', '203028.441000', '203028.443000', '203028.446000', '203028.449000', '203028.451000', '203028.454000', '203028.456000', '203028.459000', '203028.461000', '203028.464000', '203028.467000', '203028.469000', '203028.472000', '203028.475000', '203048.359000', '203048.362000', '203048.365000', '203048.367000', '203048.370000', '203048.373000', '203048.375000', '203048.378000', '203048.380000', '203048.383000', '203048.397000', '203048.400000', '203048.402000', '203048.405000', '203048.408000', '203048.410000', '203048.413000', '203048.415000', '203048.418000', '203048.421000', '203048.430000', '203048.433000', '203048.435000', '203048.438000', '203048.441000', '203048.443000', '203048.446000', '203048.448000', '203048.451000', '203048.454000', '203048.456000', '203048.459000', '203048.461000', '203048.464000', '203048.467000', '203048.469000', '203048.472000', '203048.474000', '203048.477000', '203048.480000', '203048.482000', '203048.485000', '203048.487000', '203048.490000', '203108.361000', '203108.363000', '203108.366000', '203108.369000', '203108.371000', '203108.374000', '203108.376000', '203108.379000', '203108.382000', '203108.384000', '203108.387000', '203108.390000', '203108.393000', '203108.395000', '203108.398000', '203108.401000', '203108.403000', '203108.406000', '203108.408000', '203108.411000', '203108.414000', '203108.416000', '203108.419000', '203108.421000', '203108.424000', '203108.426000', '203108.429000', '203108.432000', '203108.434000', '203108.437000', '203108.439000', '203108.442000', '203108.444000', '203108.447000', '203108.450000', '203108.452000', '203108.455000', '203108.457000', '203108.460000', '203108.463000', '203108.472000', '203108.474000', '203108.477000', '203128.360000', '203128.363000', '203128.366000', '203128.368000', '203128.371000', '203128.374000', '203128.376000', '203128.379000', '203128.381000', '203128.384000', '203128.387000', '203128.389000', '203128.392000', '203128.394000', '203128.397000', '203128.400000', '203128.402000', '203128.405000', '203128.407000', '203128.410000', '203128.412000', '203128.415000', '203128.418000', '203128.420000', '203128.423000', '203128.426000', '203128.428000', '203128.431000', '203128.433000', '203128.436000', '203128.438000', '203128.441000', '203128.444000', '203128.446000', '203128.449000', '203128.451000', '203128.454000', '203128.457000', '203128.459000', '203128.462000', '203128.465000', '203128.467000', '203128.470000', '203128.472000', '203148.360000', '203148.363000', '203148.366000', '203148.368000', '203148.371000', '203148.374000', '203148.376000', '203148.379000', '203148.381000', '203148.384000', '203148.386000', '203148.389000', '203148.392000', '203148.395000', '203148.398000', '203148.400000', '203148.403000', '203148.406000', '203148.408000', '203148.411000', '203148.413000', '203148.416000', '203148.418000', '203148.421000', '203148.424000', '203148.426000', '203148.429000', '203148.431000', '203148.434000', '203148.437000', '203148.439000', '203148.442000', '203148.444000', '203148.447000', '203148.450000', '203148.453000', '203148.456000', '203148.459000', '203148.461000', '203148.464000', '203148.466000', '203148.469000', '203148.471000', '203208.361000', '203208.363000', '203208.366000', '203208.369000', '203208.371000', '203208.374000', '203208.376000', '203208.379000', '203208.382000', '203208.384000', '203208.387000', '203208.389000', '203208.392000', '203208.395000', '203208.397000', '203208.400000', '203208.402000', '203208.405000', '203208.408000', '203208.410000', '203208.413000', '203208.415000', '203208.418000', '203208.421000', '203208.423000', '203208.426000', '203208.429000', '203208.431000', '203208.434000', '203208.437000', '203208.439000', '203208.442000', '203208.444000', '203208.447000', '203208.450000', '203208.452000', '203208.455000', '203208.457000', '203208.460000', '203208.463000', '203208.465000', '203208.468000', '203208.470000', '203208.473000', '203228.361000', '203228.363000', '203228.366000', '203228.369000', '203228.371000', '203228.374000', '203228.385000', '203228.388000', '203228.391000', '203228.393000', '203228.396000', '203228.398000', '203228.401000', '203228.403000', '203228.406000', '203228.408000', '203228.412000', '203228.415000', '203228.418000', '203228.421000', '203228.423000', '203228.426000', '203228.429000', '203228.431000', '203228.434000', '203228.436000', '203228.439000', '203228.441000', '203228.444000', '203228.447000', '203228.449000', '203228.452000', '203228.455000', '203228.457000', '203228.460000', '203228.463000', '203228.465000', '203228.468000', '203228.470000', '203228.473000', '203228.476000', '203228.478000', '203228.481000', '203248.361000', '203248.364000', '203248.366000', '203248.369000', '203248.371000', '203248.374000', '203248.377000', '203248.379000', '203248.382000', '203248.384000', '203248.387000', '203248.390000', '203248.392000', '203248.395000', '203248.397000', '203248.400000', '203248.403000', '203248.405000', '203248.408000', '203248.410000', '203248.413000', '203248.416000', '203248.418000', '203248.421000', '203248.424000', '203248.426000', '203248.429000', '203248.432000', '203248.434000', '203248.437000', '203248.439000', '203248.442000', '203248.445000', '203248.447000', '203248.450000', '203248.453000', '203248.455000', '203248.458000', '203248.461000', '203248.463000', '203248.466000', '203248.468000', '203248.471000', '203248.473000', '203308.359000', '203308.362000', '203308.365000', '203308.367000', '203308.370000', '203308.373000', '203308.375000', '203308.378000', '203308.381000', '203308.383000', '203308.386000', '203308.388000', '203308.391000', '203308.393000', '203308.396000', '203308.399000', '203308.401000', '203308.404000', '203308.406000', '203308.409000', '203308.412000', '203308.414000', '203308.417000', '203308.419000', '203308.422000', '203308.425000', '203308.427000', '203308.430000', '203308.432000', '203308.435000', '203308.438000', '203308.440000', '203308.443000', '203308.446000', '203308.448000', '203308.451000', '203308.454000', '203308.456000', '203308.459000', '203308.462000', '203308.465000', '203308.468000', '203308.470000', '203328.360000', '203328.363000', '203328.366000', '203328.369000', '203328.371000', '203328.374000', '203328.377000', '203328.379000', '203328.382000', '203328.384000', '203328.387000', '203328.390000', '203328.392000', '203328.395000', '203328.397000', '203328.400000', '203328.403000', '203328.405000', '203328.408000', '203328.411000', '203328.413000', '203328.416000', '203328.418000', '203328.421000', '203328.424000', '203328.426000', '203328.429000', '203328.431000', '203328.434000', '203328.437000', '203328.439000', '203328.442000', '203328.445000', '203328.447000', '203328.450000', '203328.453000', '203328.455000', '203328.458000', '203328.460000', '203328.463000', '203328.466000', '203328.468000', '203328.471000', '203328.473000', '203348.360000', '203348.363000', '203348.366000', '203348.369000', '203348.371000', '203348.374000', '203348.376000', '203348.379000', '203348.381000', '203348.384000', '203348.387000', '203348.389000', '203348.392000', '203348.394000', '203348.397000', '203348.400000', '203348.402000', '203348.405000', '203348.408000', '203348.410000', '203348.413000', '203348.415000', '203348.418000', '203348.421000', '203348.424000', '203348.427000', '203348.429000', '203348.432000', '203348.434000', '203348.437000', '203348.440000', '203348.481000', '203348.484000', '203348.487000', '203348.489000', '203348.492000', '203348.494000', '203348.497000', '203348.499000', '203348.502000', '203348.505000', '203348.512000', '203348.515000', '203408.360000', '203408.363000', '203408.366000', '203408.369000', '203408.371000', '203408.374000', '203408.377000', '203408.379000', '203408.382000', '203408.385000', '203408.387000', '203408.390000', '203408.392000', '203408.395000', '203408.398000', '203408.400000', '203408.403000', '203408.405000', '203408.408000', '203408.411000', '203408.413000', '203408.416000', '203408.418000', '203408.421000', '203408.424000', '203408.426000', '203408.429000', '203408.431000', '203408.434000', '203408.437000', '203408.439000', '203408.442000', '203408.445000', '203408.447000', '203408.450000', '203408.453000', '203408.455000', '203408.458000', '203408.460000', '203408.463000', '203408.466000', '203408.468000', '203408.471000', '203408.473000', '203428.361000', '203428.364000', '203428.366000', '203428.369000', '203428.371000', '203428.374000', '203428.376000', '203428.379000', '203428.382000', '203428.384000', '203428.387000', '203428.389000', '203428.392000', '203428.395000', '203428.397000', '203428.400000', '203428.403000', '203428.405000', '203428.408000', '203428.410000', '203428.413000', '203428.415000', '203428.418000', '203428.421000', '203428.423000', '203428.426000', '203428.428000', '203428.431000', '203428.433000', '203428.436000', '203428.439000', '203428.441000', '203428.444000', '203428.446000', '203428.449000', '203428.452000', '203428.454000', '203428.457000', '203428.459000', '203428.462000', '203428.464000', '203428.467000', '203428.470000', '203448.360000', '203448.382000', '203448.385000', '203448.387000', '203448.390000', '203448.393000', '203448.395000', '203448.398000', '203448.400000', '203448.403000', '203448.406000', '203448.408000', '203448.411000', '203448.413000', '203448.416000', '203448.419000', '203448.421000', '203448.424000', '203448.427000', '203448.429000', '203448.432000', '203448.434000', '203448.437000', '203448.440000', '203448.442000', '203448.445000', '203448.447000', '203448.450000', '203448.453000', '203448.455000', '203448.458000', '203448.461000', '203448.463000', '203448.466000', '203448.468000', '203448.471000', '203448.474000', '203448.476000', '203448.479000', '203448.481000', '203448.484000', '203448.486000', '203448.489000', '203508.361000', '203508.364000', '203508.366000', '203508.369000', '203508.372000', '203508.374000', '203508.377000', '203508.379000', '203508.382000', '203508.385000', '203508.387000', '203508.390000', '203508.392000', '203508.395000', '203508.398000', '203508.400000', '203508.403000', '203508.405000', '203508.408000', '203508.411000', '203508.413000', '203508.416000', '203508.419000', '203508.421000', '203508.424000', '203508.426000', '203508.429000', '203508.432000', '203508.434000', '203508.437000', '203508.440000', '203508.442000', '203508.445000', '203508.447000', '203508.450000', '203508.453000', '203508.455000', '203508.458000', '203508.460000', '203508.463000', '203508.465000', '203508.468000', '203508.471000', '203508.473000', '203528.360000', '203528.363000', '203528.365000', '203528.368000', '203528.370000', '203528.373000', '203528.376000', '203528.378000', '203528.381000', '203528.383000', '203528.386000', '203528.389000', '203528.392000', '203528.394000', '203528.397000', '203528.399000', '203528.402000', '203528.405000', '203528.408000', '203528.410000', '203528.413000', '203528.416000', '203528.418000', '203528.421000', '203528.424000', '203528.426000', '203528.429000', '203528.432000', '203528.434000', '203528.437000', '203528.439000', '203528.442000', '203528.445000', '203528.447000', '203528.450000', '203528.453000', '203528.455000', '203528.458000', '203528.461000', '203528.463000', '203528.466000', '203528.469000', '203528.471000', '203548.361000', '203548.364000', '203548.366000', '203548.369000', '203548.372000', '203548.374000', '203548.377000', '203548.380000', '203548.382000', '203548.385000', '203548.387000', '203548.390000', '203548.393000', '203548.395000', '203548.398000', '203548.401000', '203548.403000', '203548.406000', '203548.408000', '203548.411000', '203548.414000', '203548.416000', '203548.419000', '203548.422000', '203548.424000', '203548.427000', '203548.429000', '203548.432000', '203548.435000', '203548.437000', '203548.440000', '203548.443000', '203548.445000', '203548.448000', '203548.450000', '203548.453000', '203548.456000', '203548.458000', '203548.461000', '203548.463000', '203548.466000', '203548.469000', '203548.471000', '203548.474000', '203608.361000', '203608.363000', '203608.366000', '203608.369000', '203608.371000', '203608.374000', '203608.377000', '203608.379000', '203608.382000', '203608.384000', '203608.387000', '203608.390000', '203608.392000', '203608.395000', '203608.398000', '203608.400000', '203608.403000', '203608.405000', '203608.408000', '203608.411000', '203608.413000', '203608.416000', '203608.419000', '203608.421000', '203608.424000', '203608.426000', '203608.429000', '203608.432000', '203608.434000', '203608.437000', '203608.439000', '203608.442000', '203608.445000', '203608.447000', '203608.450000', '203608.452000', '203608.455000', '203608.457000', '203608.460000', '203608.463000', '203608.465000', '203608.468000', '203608.471000', '203608.473000', '203628.361000', '203628.364000', '203628.366000', '203628.369000', '203628.372000', '203628.374000', '203628.377000', '203628.379000', '203628.382000', '203628.385000', '203628.387000', '203628.390000', '203628.392000', '203628.395000', '203628.398000', '203628.400000', '203628.403000', '203628.406000', '203628.408000', '203628.411000', '203628.414000', '203628.416000', '203628.419000', '203628.421000', '203628.424000', '203628.427000', '203628.429000', '203628.432000', '203628.435000', '203628.437000', '203628.440000', '203628.443000', '203628.445000', '203628.448000', '203628.450000', '203628.453000', '203628.456000', '203628.458000', '203628.461000', '203628.464000', '203628.466000', '203628.469000', '203628.471000', '203635.451000', '203635.454000', '203635.457000', '203635.460000', '203635.462000', '203635.465000', '203635.468000', '203635.470000', '203635.473000', '203635.476000', '203635.479000', '203635.481000', '203635.484000', '203635.487000', '203635.490000', '203635.493000'], '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': [9593, 10487, 8490, 13483, 9103, 13247, 8898, 8794, 8313, 8568, 12017, 8183, 14499, 8833, 13155, 8626, 9522, 10391, 8774, 12353, 8299, 11718, 8423, 12200, 9642, 13875, 10487, 8575, 10248, 9425, 11384, 8760, 14200, 10252, 13130, 12272, 10689, 13254, 8581, 12980, 8984, 13683, 9874, 15673, 11873, 14367, 9336, 8770, 9368, 8648, 10313, 8435, 13879, 8161, 12514, 8451, 12741, 9110, 15547, 10876, 8716, 9881, 8068, 11162, 8090, 12838, 8867, 14989, 9120, 13134, 8502, 12836, 9778, 13166, 10637, 9938, 10247, 8146, 10482, 8318, 13578, 9775, 16004, 9478, 12546, 9404, 9833, 10117, 9894, 14597, 8977, 13541, 8846, 13415, 9197, 12683, 10683, 8921, 11413, 8185, 12337, 8843, 15293, 10554, 8852, 8904, 8705, 10302, 8569, 14543, 8449, 13135, 8727, 11902, 9412, 12409, 10608, 8426, 10012, 8634, 11495, 8347, 13864, 9593, 15379, 8796, 13450, 8682, 13279, 9638, 11118, 10544, 8665, 9697, 9265, 10673, 8491, 13005, 9402, 15617, 8601, 13091, 8783, 11757, 9146, 11790, 10449, 8373, 10682, 8998, 11473, 8406, 12858, 8655, 15269, 11492, 15077, 8712, 13041, 8404, 13682, 10548, 14754, 8608, 12961, 8603, 13128, 10306, 14206, 8800, 13661, 8663, 13098, 9585, 14480, 10660, 13397, 8844, 13248, 8924, 14836, 10822, 11129, 10570, 8899, 10518, 9272, 13645, 9702, 16332, 8960, 12846, 9272, 12390, 11440, 12350, 11267, 8711, 11220, 9276, 12245, 8641, 15390, 8670, 13694, 8494, 13239, 9430, 13813, 10905, 9146, 10003, 8946, 10870, 8844, 14320, 9479, 16275, 8594, 13338, 8987, 10126, 12039, 9449, 15414, 8403, 13915, 8847, 14485, 11298, 15801, 12191, 9969, 9908, 9065, 10603, 8638, 12912, 8833, 14441, 8639, 12742, 8837, 11549, 10283, 9124, 10440, 8838, 11229, 8544, 12405, 9050, 14259, 11212, 12039, 8986, 9469, 9834, 9427, 11628, 8775, 14652, 8502, 13489, 9192, 14186, 11092, 13017, 12166, 8492, 12162, 8260, 14584, 10450, 16504, 12725, 12384, 8812, 9123, 9302, 8862, 11240, 8766, 14532, 8211, 11883, 8512, 11618, 9681, 9032, 11290, 9395, 12146, 8991, 9482, 13268, 10032, 16996, 12789, 10065, 10875, 9203, 12943, 9124, 15815, 12316, 17475, 14126, 10885, 9974, 10588, 12241, 8743, 16323, 9671, 13314, 9189, 10656, 10279, 9340, 14241, 8463, 12685, 8945, 12731, 9002, 12813, 11008, 9670, 9766, 10206, 10267, 10354, 12458, 8979, 15339, 9170, 13940, 8850, 10547, 10055, 9517, 11320, 9190, 12936, 9067, 10263, 9970, 10672, 12308, 9029, 17184, 11412, 12320, 10593, 10938, 13494, 9897, 16537, 11678, 13408, 9368, 12130, 10739, 11724, 13929, 8873, 12821, 9563, 13402, 9408, 14162, 11369, 9689, 9440, 10753, 10276, 10220, 13622, 10613, 10695, 9896, 10610, 9942, 10686, 12454, 10178, 14501, 10140, 9949, 9909, 10550, 12596, 9634, 16200, 9515, 13944, 9411, 13221, 11500, 9796, 13052, 10050, 13455, 9250, 11006, 10490, 10290, 14323, 11112, 11025, 15429, 10091, 14949, 9371, 10303, 12264, 9693, 17074, 11041, 13540, 9431, 10242, 11071, 9713, 14881, 9682, 15000, 9024, 12365, 9204, 10405, 12918, 10019, 14006, 9665, 13056, 9431, 12386, 10728, 11176, 11470, 10444, 10916, 10096, 12536, 9829, 14002, 11426, 16454, 10176, 11645, 9447, 10268, 10193, 9696, 12610, 9166, 12100, 10165, 12337, 9630, 11901, 11216, 10603, 10224, 10662, 11766, 10446, 16005, 12017, 10678, 10295, 10607, 12161, 9828, 15893, 12347, 10460, 11771, 10250, 12738, 9583, 14248, 10949, 14016, 11690, 9466, 11681, 10060, 12660, 9853, 13291, 12426, 9906, 10269, 10039, 12427, 9961, 15100, 11823, 10784, 12695, 9844, 13082, 9414, 13940, 11889, 9830, 10823, 9783, 12974, 9737, 15670, 12822, 11031, 14282, 10589, 12337, 10867, 10506, 15311, 11864, 10796, 13758, 9754, 13162, 11472, 10831, 11193, 9665, 14644, 11640, 9832, 10902, 9793, 12164, 9712, 14272, 12084, 9896, 12700, 9870, 12046, 9660, 12774, 10081, 12401, 11329, 10193, 10152, 10543, 11931, 9744, 14944, 9635, 12983, 9519, 11808, 12843, 9691, 11198, 9933, 12119, 10388, 14237, 11901, 12559, 10800, 10403, 12403, 9601, 15279, 11633, 12616, 12619, 9771, 12355, 9616, 16997, 13315, 11807, 13475, 9569, 13051, 9378, 11862, 11773, 10108, 12818, 9152, 12252, 9368, 12836, 9929, 14732, 11957, 9978, 11227, 9524, 12226, 9994, 12974, 12541, 9861, 12754, 9607, 12991, 9432, 11651, 13943, 10645, 15310, 9399, 14167, 9952, 14519, 11888, 13552, 11642, 9847, 11002, 9099, 12238, 9366, 13720, 11073, 16291, 9306, 10107, 9619, 9762, 10586, 9520, 14657, 9362, 10874, 10602, 10145, 12808, 9800, 16167, 10508, 12862, 9624, 9521, 13863, 9633, 16032, 9158, 14588, 9244, 13260, 11836, 11648, 10938, 9756, 11548, 9794, 13136, 11246, 16051, 12868, 10291, 12515, 9693, 13502, 11262, 14915, 11567, 9697, 10512, 9406, 10986, 9513, 14969, 11372, 15346, 9934, 9516, 10135, 9542, 12287, 9637, 15803, 9058, 13458, 9445, 12902, 9329, 13489, 11637, 9268, 10022, 10196, 10578, 9892, 12701, 10917, 12199, 10410, 10109, 10132, 9755, 13060, 11017, 16678, 9913, 9590, 11116, 10223, 12846, 9671, 16198, 10152, 12217, 9155, 9730, 11931, 9844, 16200, 9832, 9379, 9659, 9716, 12647, 9811, 15986, 13001, 10128, 10851, 10172, 12226, 9568, 14804, 11480, 16797, 11650, 9378, 10649, 9952, 12204, 9460, 15188, 11380, 10964, 9501, 9510, 11729, 9573, 13480, 9533, 13177, 9648, 12805, 9525, 13932, 12326, 10414, 10839, 9911, 10715, 10073, 12228, 10503, 15470, 11457, 9318, 11114, 10010, 13083, 9704, 13612, 9837, 15324, 9246, 13387, 11360, 11127, 11733, 9618, 15163, 10089, 9749, 11014, 9894, 12310, 11640, 9729, 14955, 10778, 16606, 9669, 12792, 12940, 10458, 15802, 11361, 14908, 9261, 9490, 12167, 9645, 15033, 9782, 11974, 9783, 9777, 10603, 9377, 13990, 10969, 15753, 9453, 11647, 9757, 9533, 10740, 9246, 13391, 9435, 13956, 9541, 13545, 9733, 13116, 9276, 12087, 12474, 9804, 12439, 9904, 13383, 10051, 11573, 12931, 9801, 14599, 9609, 12255, 11224, 9872, 11738, 9722, 15332, 11849, 15901, 14083, 10008, 11322, 9519, 13972, 9665, 17968, 14084, 16260, 9615, 13577, 9983, 13526, 12060, 12927, 11154, 9406, 11540, 9796, 12354, 10351, 12134, 10876, 9540, 9893], 'WindowCenter': [4466.0, 4463.0, 4430.0, 4469.0, 4427.0, 4465.0, 4426.0, 4415.0, 4416.0, 4416.0, 4468.0, 4430.0, 4479.0, 4427.0, 4455.0, 4426.0, 4436.0, 4447.0, 4427.0, 4467.0, 4417.0, 4455.0, 4417.0, 4455.0, 4438.0, 4478.0, 4459.0, 4430.0, 4450.0, 4438.0, 4470.0, 4440.0, 4477.0, 4448.0, 4478.0, 4458.0, 4448.0, 4467.0, 4415.0, 4453.0, 4413.0, 4452.0, 4424.0, 4473.0, 4443.0, 4452.0, 4413.0, 4412.0, 4412.0, 4412.0, 4434.0, 4403.0, 4464.0, 4428.0, 4454.0, 4415.0, 4454.0, 4426.0, 4486.0, 4446.0, 4413.0, 4424.0, 4405.0, 4444.0, 4405.0, 4456.0, 4427.0, 4473.0, 4424.0, 4452.0, 4413.0, 4452.0, 4434.0, 4464.0, 4433.0, 4422.0, 4422.0, 4401.0, 4431.0, 4402.0, 4453.0, 4423.0, 4473.0, 4423.0, 4452.0, 4422.0, 4422.0, 4432.0, 4423.0, 4463.0, 4411.0, 4452.0, 4410.0, 4450.0, 4412.0, 4451.0, 4421.0, 4400.0, 4430.0, 4400.0, 4440.0, 4412.0, 4460.0, 4432.0, 4411.0, 4414.0, 4413.0, 4433.0, 4413.0, 4463.0, 4413.0, 4463.0, 4414.0, 4453.0, 4424.0, 4454.0, 4434.0, 4414.0, 4423.0, 4413.0, 4444.0, 4413.0, 4463.0, 4423.0, 4462.0, 4413.0, 4463.0, 4414.0, 4454.0, 4423.0, 4442.0, 4434.0, 4412.0, 4422.0, 4423.0, 4434.0, 4415.0, 4465.0, 4425.0, 4473.0, 4413.0, 4453.0, 4415.0, 4442.0, 4424.0, 4443.0, 4433.0, 4402.0, 4432.0, 4413.0, 4442.0, 4402.0, 4452.0, 4413.0, 4471.0, 4443.0, 4461.0, 4412.0, 4451.0, 4412.0, 4464.0, 4433.0, 4462.0, 4412.0, 4452.0, 4413.0, 4452.0, 4433.0, 4462.0, 4423.0, 4462.0, 4414.0, 4452.0, 4423.0, 4462.0, 4434.0, 4451.0, 4413.0, 4451.0, 4423.0, 4462.0, 4434.0, 4442.0, 4433.0, 4412.0, 4432.0, 4423.0, 4464.0, 4424.0, 4473.0, 4413.0, 4452.0, 4423.0, 4452.0, 4443.0, 4443.0, 4432.0, 4402.0, 4431.0, 4410.0, 4441.0, 4412.0, 4462.0, 4412.0, 4462.0, 4413.0, 4452.0, 4424.0, 4464.0, 4445.0, 4425.0, 4435.0, 4413.0, 4433.0, 4414.0, 4463.0, 4424.0, 4473.0, 4412.0, 4453.0, 4413.0, 4433.0, 4454.0, 4424.0, 4474.0, 4413.0, 4463.0, 4413.0, 4462.0, 4444.0, 4472.0, 4444.0, 4420.0, 4420.0, 4400.0, 4419.0, 4400.0, 4442.0, 4411.0, 4450.0, 4401.0, 4450.0, 4413.0, 4443.0, 4434.0, 4423.0, 4433.0, 4412.0, 4443.0, 4412.0, 4453.0, 4423.0, 4462.0, 4446.0, 4452.0, 4423.0, 4423.0, 4435.0, 4435.0, 4456.0, 4427.0, 4476.0, 4426.0, 4465.0, 4436.0, 4475.0, 4446.0, 4465.0, 4454.0, 4413.0, 4453.0, 4413.0, 4463.0, 4434.0, 4472.0, 4453.0, 4441.0, 4411.0, 4411.0, 4412.0, 4412.0, 4442.0, 4412.0, 4463.0, 4402.0, 4453.0, 4413.0, 4453.0, 4435.0, 4436.0, 4458.0, 4437.0, 4466.0, 4437.0, 4461.0, 4490.0, 4449.0, 4500.0, 4468.0, 4436.0, 4445.0, 4425.0, 4454.0, 4414.0, 4475.0, 4453.0, 4472.0, 4452.0, 4432.0, 4410.0, 4420.0, 4440.0, 4401.0, 4460.0, 4410.0, 4450.0, 4411.0, 4420.0, 4420.0, 4411.0, 4462.0, 4400.0, 4439.0, 4401.0, 4439.0, 4411.0, 4452.0, 4432.0, 4421.0, 4421.0, 4422.0, 4421.0, 4431.0, 4453.0, 4413.0, 4462.0, 4412.0, 4450.0, 4413.0, 4432.0, 4433.0, 4434.0, 4445.0, 4426.0, 4454.0, 4426.0, 4434.0, 4434.0, 4434.0, 4456.0, 4428.0, 4485.0, 4446.0, 4452.0, 4434.0, 4446.0, 4466.0, 4436.0, 4476.0, 4443.0, 4453.0, 4412.0, 4453.0, 4433.0, 4442.0, 4464.0, 4412.0, 4441.0, 4410.0, 4451.0, 4412.0, 4463.0, 4443.0, 4423.0, 4421.0, 4431.0, 4432.0, 4433.0, 4465.0, 4435.0, 4433.0, 4424.0, 4434.0, 4432.0, 4446.0, 4465.0, 4435.0, 4476.0, 4435.0, 4436.0, 4434.0, 4443.0, 4454.0, 4425.0, 4484.0, 4423.0, 4464.0, 4423.0, 4453.0, 4444.0, 4423.0, 4456.0, 4434.0, 4463.0, 4425.0, 4456.0, 4443.0, 4434.0, 4464.0, 4444.0, 4434.0, 4475.0, 4433.0, 4462.0, 4411.0, 4421.0, 4442.0, 4423.0, 4474.0, 4431.0, 4440.0, 4410.0, 4419.0, 4430.0, 4411.0, 4461.0, 4410.0, 4449.0, 4400.0, 4439.0, 4410.0, 4432.0, 4452.0, 4421.0, 4451.0, 4410.0, 4440.0, 4410.0, 4441.0, 4443.0, 4432.0, 4442.0, 4420.0, 4430.0, 4420.0, 4440.0, 4421.0, 4461.0, 4441.0, 4459.0, 4421.0, 4429.0, 4410.0, 4420.0, 4421.0, 4422.0, 4442.0, 4412.0, 4439.0, 4422.0, 4453.0, 4424.0, 4444.0, 4457.0, 4446.0, 4435.0, 4445.0, 4454.0, 4447.0, 4486.0, 4468.0, 4445.0, 4434.0, 4444.0, 4454.0, 4436.0, 4474.0, 4456.0, 4434.0, 4444.0, 4434.0, 4453.0, 4422.0, 4463.0, 4434.0, 4462.0, 4454.0, 4423.0, 4443.0, 4432.0, 4453.0, 4436.0, 4465.0, 4455.0, 4436.0, 4434.0, 4424.0, 4467.0, 4449.0, 4486.0, 4458.0, 4446.0, 4456.0, 4424.0, 4451.0, 4422.0, 4462.0, 4443.0, 4422.0, 4432.0, 4423.0, 4452.0, 4425.0, 4474.0, 4467.0, 4445.0, 4464.0, 4446.0, 4455.0, 4446.0, 4434.0, 4473.0, 4455.0, 4446.0, 4467.0, 4436.0, 4455.0, 4445.0, 4443.0, 4443.0, 4424.0, 4463.0, 4444.0, 4423.0, 4434.0, 4425.0, 4443.0, 4423.0, 4475.0, 4451.0, 4424.0, 4453.0, 4423.0, 4442.0, 4424.0, 4455.0, 4447.0, 4453.0, 4444.0, 4433.0, 4435.0, 4446.0, 4456.0, 4437.0, 4487.0, 4438.0, 4466.0, 4437.0, 4468.0, 4467.0, 4437.0, 4446.0, 4435.0, 4456.0, 4446.0, 4477.0, 4457.0, 4456.0, 4445.0, 4434.0, 4454.0, 4422.0, 4473.0, 4443.0, 4442.0, 4441.0, 4421.0, 4440.0, 4423.0, 4475.0, 4454.0, 4442.0, 4453.0, 4421.0, 4450.0, 4412.0, 4443.0, 4443.0, 4422.0, 4453.0, 4410.0, 4439.0, 4412.0, 4450.0, 4423.0, 4462.0, 4442.0, 4422.0, 4431.0, 4422.0, 4442.0, 4423.0, 4462.0, 4454.0, 4435.0, 4465.0, 4423.0, 4454.0, 4424.0, 4454.0, 4465.0, 4445.0, 4475.0, 4424.0, 4462.0, 4423.0, 4463.0, 4443.0, 4452.0, 4443.0, 4421.0, 4431.0, 4411.0, 4440.0, 4412.0, 4451.0, 4430.0, 4470.0, 4412.0, 4419.0, 4421.0, 4433.0, 4432.0, 4424.0, 4473.0, 4424.0, 4456.0, 4459.0, 4446.0, 4467.0, 4435.0, 4488.0, 4445.0, 4453.0, 4423.0, 4423.0, 4463.0, 4424.0, 4485.0, 4424.0, 4462.0, 4423.0, 4453.0, 4442.0, 4443.0, 4434.0, 4422.0, 4441.0, 4422.0, 4452.0, 4442.0, 4473.0, 4452.0, 4420.0, 4440.0, 4420.0, 4451.0, 4433.0, 4461.0, 4441.0, 4409.0, 4420.0, 4410.0, 4419.0, 4421.0, 4460.0, 4432.0, 4459.0, 4409.0, 4407.0, 4408.0, 4408.0, 4429.0, 4408.0, 4460.0, 4399.0, 4436.0, 4409.0, 4438.0, 4410.0, 4449.0, 4430.0, 4408.0, 4409.0, 4419.0, 4418.0, 4422.0, 4451.0, 4443.0, 4453.0, 4433.0, 4431.0, 4432.0, 4434.0, 4463.0, 4444.0, 4484.0, 4423.0, 4421.0, 4431.0, 4433.0, 4452.0, 4423.0, 4474.0, 4433.0, 4441.0, 4412.0, 4423.0, 4452.0, 4433.0, 4485.0, 4433.0, 4422.0, 4422.0, 4424.0, 4463.0, 4435.0, 4474.0, 4466.0, 4434.0, 4443.0, 4432.0, 4442.0, 4423.0, 4463.0, 4443.0, 4471.0, 4431.0, 4409.0, 4419.0, 4419.0, 4440.0, 4422.0, 4460.0, 4444.0, 4431.0, 4420.0, 4422.0, 4453.0, 4424.0, 4463.0, 4422.0, 4451.0, 4421.0, 4452.0, 4424.0, 4463.0, 4454.0, 4433.0, 4431.0, 4421.0, 4431.0, 4422.0, 4453.0, 4433.0, 4472.0, 4443.0, 4423.0, 4442.0, 4433.0, 4453.0, 4434.0, 4462.0, 4433.0, 4473.0, 4423.0, 4477.0, 4456.0, 4445.0, 4456.0, 4437.0, 4475.0, 4432.0, 4423.0, 4444.0, 4435.0, 4455.0, 4454.0, 4424.0, 4475.0, 4446.0, 4473.0, 4423.0, 4452.0, 4453.0, 4422.0, 4463.0, 4432.0, 4449.0, 4409.0, 4422.0, 4454.0, 4423.0, 4471.0, 4423.0, 4454.0, 4432.0, 4421.0, 4430.0, 4411.0, 4461.0, 4432.0, 4472.0, 4423.0, 4442.0, 4422.0, 4420.0, 4432.0, 4412.0, 4451.0, 4423.0, 4463.0, 4421.0, 4452.0, 4423.0, 4451.0, 4423.0, 4455.0, 4455.0, 4434.0, 4454.0, 4434.0, 4464.0, 4435.0, 4456.0, 4476.0, 4449.0, 4489.0, 4437.0, 4467.0, 4457.0, 4447.0, 4457.0, 4436.0, 4487.0, 4456.0, 4487.0, 4463.0, 4424.0, 4442.0, 4422.0, 4464.0, 4423.0, 4471.0, 4453.0, 4459.0, 4410.0, 4439.0, 4408.0, 4450.0, 4439.0, 4439.0, 4428.0, 4397.0, 4428.0, 4421.0, 4440.0, 4420.0, 4440.0, 4431.0, 4421.0, 4420.0], 'WindowWidth': [9837.0, 9826.0, 9776.0, 9823.0, 9763.0, 9812.0, 9761.0, 9745.0, 9748.0, 9746.0, 9820.0, 9772.0, 9835.0, 9761.0, 9799.0, 9761.0, 9774.0, 9792.0, 9765.0, 9820.0, 9750.0, 9798.0, 9749.0, 9800.0, 9782.0, 9835.0, 9812.0, 9775.0, 9800.0, 9782.0, 9830.0, 9788.0, 9831.0, 9793.0, 9835.0, 9808.0, 9797.0, 9819.0, 9745.0, 9792.0, 9739.0, 9790.0, 9754.0, 9819.0, 9778.0, 9788.0, 9737.0, 9737.0, 9736.0, 9735.0, 9768.0, 9727.0, 9811.0, 9770.0, 9797.0, 9748.0, 9797.0, 9762.0, 9843.0, 9788.0, 9741.0, 9756.0, 9732.0, 9781.0, 9732.0, 9801.0, 9764.0, 9822.0, 9754.0, 9792.0, 9741.0, 9791.0, 9769.0, 9809.0, 9768.0, 9748.0, 9749.0, 9720.0, 9759.0, 9724.0, 9793.0, 9752.0, 9820.0, 9750.0, 9789.0, 9749.0, 9749.0, 9764.0, 9752.0, 9806.0, 9732.0, 9788.0, 9730.0, 9783.0, 9735.0, 9787.0, 9747.0, 9716.0, 9756.0, 9716.0, 9771.0, 9735.0, 9799.0, 9762.0, 9732.0, 9741.0, 9740.0, 9767.0, 9740.0, 9807.0, 9740.0, 9807.0, 9742.0, 9794.0, 9757.0, 9797.0, 9771.0, 9741.0, 9753.0, 9741.0, 9781.0, 9740.0, 9807.0, 9754.0, 9805.0, 9739.0, 9808.0, 9743.0, 9794.0, 9753.0, 9779.0, 9771.0, 9737.0, 9752.0, 9752.0, 9768.0, 9744.0, 9812.0, 9758.0, 9821.0, 9740.0, 9793.0, 9744.0, 9776.0, 9755.0, 9780.0, 9768.0, 9723.0, 9763.0, 9738.0, 9775.0, 9724.0, 9791.0, 9741.0, 9815.0, 9780.0, 9802.0, 9735.0, 9787.0, 9737.0, 9807.0, 9766.0, 9804.0, 9737.0, 9791.0, 9740.0, 9792.0, 9768.0, 9805.0, 9753.0, 9805.0, 9741.0, 9790.0, 9754.0, 9804.0, 9769.0, 9789.0, 9739.0, 9789.0, 9754.0, 9804.0, 9769.0, 9777.0, 9766.0, 9736.0, 9764.0, 9755.0, 9810.0, 9757.0, 9823.0, 9740.0, 9792.0, 9753.0, 9792.0, 9780.0, 9776.0, 9761.0, 9721.0, 9758.0, 9731.0, 9772.0, 9735.0, 9803.0, 9736.0, 9803.0, 9738.0, 9790.0, 9756.0, 9810.0, 9786.0, 9757.0, 9770.0, 9738.0, 9765.0, 9743.0, 9809.0, 9755.0, 9823.0, 9736.0, 9793.0, 9740.0, 9768.0, 9796.0, 9755.0, 9826.0, 9740.0, 9807.0, 9741.0, 9802.0, 9782.0, 9819.0, 9782.0, 9744.0, 9744.0, 9715.0, 9741.0, 9718.0, 9775.0, 9731.0, 9783.0, 9719.0, 9784.0, 9737.0, 9779.0, 9767.0, 9752.0, 9765.0, 9736.0, 9777.0, 9738.0, 9792.0, 9754.0, 9805.0, 9788.0, 9791.0, 9755.0, 9754.0, 9773.0, 9774.0, 9803.0, 9767.0, 9831.0, 9764.0, 9815.0, 9777.0, 9828.0, 9790.0, 9812.0, 9797.0, 9741.0, 9793.0, 9739.0, 9806.0, 9769.0, 9818.0, 9791.0, 9772.0, 9733.0, 9731.0, 9735.0, 9736.0, 9775.0, 9736.0, 9807.0, 9723.0, 9795.0, 9742.0, 9795.0, 9774.0, 9777.0, 9809.0, 9781.0, 9818.0, 9782.0, 9821.0, 9857.0, 9801.0, 9869.0, 9822.0, 9774.0, 9784.0, 9757.0, 9794.0, 9740.0, 9829.0, 9795.0, 9818.0, 9787.0, 9759.0, 9729.0, 9743.0, 9770.0, 9718.0, 9798.0, 9728.0, 9782.0, 9731.0, 9742.0, 9744.0, 9732.0, 9803.0, 9715.0, 9767.0, 9717.0, 9767.0, 9733.0, 9789.0, 9762.0, 9746.0, 9745.0, 9746.0, 9744.0, 9760.0, 9790.0, 9738.0, 9804.0, 9733.0, 9785.0, 9737.0, 9761.0, 9765.0, 9769.0, 9785.0, 9759.0, 9795.0, 9760.0, 9767.0, 9768.0, 9769.0, 9800.0, 9765.0, 9842.0, 9788.0, 9792.0, 9768.0, 9788.0, 9816.0, 9773.0, 9828.0, 9779.0, 9792.0, 9736.0, 9793.0, 9766.0, 9776.0, 9809.0, 9734.0, 9772.0, 9730.0, 9784.0, 9735.0, 9806.0, 9779.0, 9751.0, 9746.0, 9758.0, 9762.0, 9767.0, 9809.0, 9771.0, 9766.0, 9754.0, 9767.0, 9765.0, 9789.0, 9814.0, 9773.0, 9829.0, 9773.0, 9771.0, 9769.0, 9782.0, 9798.0, 9758.0, 9838.0, 9751.0, 9808.0, 9752.0, 9793.0, 9781.0, 9751.0, 9800.0, 9766.0, 9806.0, 9759.0, 9804.0, 9784.0, 9768.0, 9808.0, 9781.0, 9766.0, 9827.0, 9766.0, 9805.0, 9733.0, 9745.0, 9776.0, 9750.0, 9823.0, 9757.0, 9768.0, 9726.0, 9738.0, 9756.0, 9731.0, 9799.0, 9729.0, 9780.0, 9713.0, 9766.0, 9728.0, 9762.0, 9787.0, 9744.0, 9787.0, 9729.0, 9770.0, 9728.0, 9773.0, 9780.0, 9761.0, 9777.0, 9741.0, 9754.0, 9741.0, 9768.0, 9746.0, 9800.0, 9773.0, 9793.0, 9743.0, 9752.0, 9728.0, 9741.0, 9746.0, 9748.0, 9775.0, 9734.0, 9767.0, 9748.0, 9791.0, 9755.0, 9782.0, 9804.0, 9786.0, 9770.0, 9784.0, 9798.0, 9791.0, 9842.0, 9822.0, 9784.0, 9769.0, 9781.0, 9795.0, 9773.0, 9823.0, 9801.0, 9766.0, 9781.0, 9765.0, 9790.0, 9748.0, 9804.0, 9767.0, 9804.0, 9797.0, 9752.0, 9778.0, 9764.0, 9794.0, 9774.0, 9812.0, 9799.0, 9773.0, 9768.0, 9754.0, 9820.0, 9799.0, 9844.0, 9808.0, 9785.0, 9800.0, 9751.0, 9787.0, 9749.0, 9801.0, 9780.0, 9748.0, 9761.0, 9749.0, 9788.0, 9755.0, 9825.0, 9818.0, 9783.0, 9810.0, 9788.0, 9798.0, 9785.0, 9768.0, 9821.0, 9798.0, 9786.0, 9816.0, 9774.0, 9798.0, 9783.0, 9778.0, 9777.0, 9754.0, 9806.0, 9781.0, 9751.0, 9766.0, 9753.0, 9777.0, 9752.0, 9823.0, 9788.0, 9752.0, 9791.0, 9750.0, 9774.0, 9753.0, 9798.0, 9789.0, 9793.0, 9783.0, 9764.0, 9769.0, 9788.0, 9802.0, 9778.0, 9847.0, 9779.0, 9815.0, 9778.0, 9821.0, 9818.0, 9779.0, 9789.0, 9772.0, 9800.0, 9788.0, 9830.0, 9805.0, 9801.0, 9785.0, 9766.0, 9794.0, 9751.0, 9822.0, 9780.0, 9777.0, 9773.0, 9744.0, 9771.0, 9750.0, 9823.0, 9795.0, 9775.0, 9791.0, 9745.0, 9783.0, 9734.0, 9778.0, 9779.0, 9749.0, 9791.0, 9729.0, 9768.0, 9734.0, 9782.0, 9750.0, 9801.0, 9776.0, 9748.0, 9760.0, 9748.0, 9774.0, 9751.0, 9805.0, 9795.0, 9771.0, 9812.0, 9753.0, 9795.0, 9756.0, 9796.0, 9812.0, 9784.0, 9825.0, 9753.0, 9804.0, 9751.0, 9806.0, 9781.0, 9790.0, 9779.0, 9744.0, 9758.0, 9731.0, 9769.0, 9733.0, 9786.0, 9757.0, 9813.0, 9733.0, 9741.0, 9744.0, 9764.0, 9763.0, 9756.0, 9822.0, 9755.0, 9805.0, 9817.0, 9792.0, 9820.0, 9775.0, 9850.0, 9786.0, 9794.0, 9752.0, 9753.0, 9806.0, 9756.0, 9842.0, 9754.0, 9804.0, 9750.0, 9794.0, 9777.0, 9777.0, 9767.0, 9747.0, 9773.0, 9747.0, 9789.0, 9778.0, 9819.0, 9790.0, 9743.0, 9771.0, 9743.0, 9785.0, 9764.0, 9801.0, 9776.0, 9725.0, 9741.0, 9728.0, 9740.0, 9744.0, 9796.0, 9763.0, 9795.0, 9724.0, 9718.0, 9720.0, 9723.0, 9754.0, 9723.0, 9797.0, 9710.0, 9758.0, 9724.0, 9761.0, 9728.0, 9781.0, 9757.0, 9723.0, 9725.0, 9739.0, 9739.0, 9750.0, 9787.0, 9780.0, 9792.0, 9765.0, 9759.0, 9762.0, 9769.0, 9808.0, 9783.0, 9836.0, 9751.0, 9746.0, 9758.0, 9766.0, 9791.0, 9752.0, 9824.0, 9765.0, 9774.0, 9735.0, 9753.0, 9792.0, 9765.0, 9843.0, 9768.0, 9752.0, 9751.0, 9754.0, 9809.0, 9773.0, 9823.0, 9818.0, 9767.0, 9779.0, 9762.0, 9777.0, 9751.0, 9805.0, 9776.0, 9814.0, 9759.0, 9726.0, 9741.0, 9741.0, 9771.0, 9749.0, 9797.0, 9780.0, 9759.0, 9744.0, 9748.0, 9792.0, 9755.0, 9807.0, 9751.0, 9788.0, 9747.0, 9791.0, 9756.0, 9806.0, 9794.0, 9766.0, 9760.0, 9745.0, 9758.0, 9749.0, 9793.0, 9767.0, 9820.0, 9782.0, 9752.0, 9778.0, 9766.0, 9793.0, 9769.0, 9804.0, 9768.0, 9819.0, 9750.0, 9836.0, 9804.0, 9786.0, 9804.0, 9778.0, 9826.0, 9764.0, 9752.0, 9782.0, 9771.0, 9800.0, 9797.0, 9755.0, 9825.0, 9786.0, 9820.0, 9750.0, 9788.0, 9790.0, 9746.0, 9805.0, 9760.0, 9780.0, 9723.0, 9748.0, 9797.0, 9750.0, 9816.0, 9750.0, 9798.0, 9764.0, 9746.0, 9758.0, 9734.0, 9801.0, 9763.0, 9817.0, 9749.0, 9776.0, 9748.0, 9744.0, 9762.0, 9735.0, 9788.0, 9750.0, 9805.0, 9746.0, 9789.0, 9751.0, 9786.0, 9751.0, 9798.0, 9797.0, 9769.0, 9796.0, 9769.0, 9811.0, 9772.0, 9803.0, 9832.0, 9798.0, 9854.0, 9779.0, 9821.0, 9806.0, 9791.0, 9805.0, 9777.0, 9848.0, 9803.0, 9845.0, 9810.0, 9754.0, 9777.0, 9749.0, 9808.0, 9750.0, 9816.0, 9791.0, 9794.0, 9728.0, 9765.0, 9723.0, 9781.0, 9766.0, 9764.0, 9751.0, 9706.0, 9749.0, 9742.0, 9770.0, 9744.0, 9770.0, 9759.0, 9745.0, 9745.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.003984064293915041</td></tr>
<tr><td colspan=3>aqi</td><td>0.044022043398392656</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.697466501701165</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1549418690229882</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9831044162873555</td></tr>
<tr><td colspan=3>efc</td><td>0.4703</td></tr>
<tr><td colspan=3>fber</td><td>6127.646</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10375219629685123</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>63</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.233065442020666</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.458040132493601</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.365196761791133</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.68398293600886</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3249406996808104</td></tr>
<tr><td colspan=3>gcor</td><td>0.0051634</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0204332135617733</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.017816949635744095</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9678396397917393</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>40.5619</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.8218</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>183.5225</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301770.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>858.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>372.3157</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3397</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>569.3153</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3642.6801</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3841.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74774.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1291.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4768.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>968.0266</td></tr>
<tr><td colspan=3>tsnr</td><td>33.70677380589768</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>