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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0122_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-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-03_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-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0122/figures/sub-0122_ses-04_task-social_acq-mb8_run-03_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-0122/ses-04/func/sub-0122_ses-04_task-social_acq-mb8_run-03_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>66d80b7f99198c36a09c9fe11a07a589</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>18:55:18.367500</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.999228, 0.0349686, -0.0178879, -0.0336716, 0.997097, 0.068286]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_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.0846848</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7659, -7103, 778, -68, 199, -270, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.418</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>92b84d0c-cc02-49aa-b2d9-a21094e66509||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.680856466293335, -0.0903383418917656, -0.0546044185757637, 118.17657470703125], [-0.09381812810897827, 2.6751394271850586, 0.18260374665260315, -101.6076889038086], [-0.04799196869134903, -0.18320642411708832, 2.6932644844055176, -47.46393966674805], [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': ['185518.367500', '185518.827500', '185519.287500', '185519.747500', '185520.207500', '185520.667500', '185521.127500', '185521.587500', '185522.047500', '185522.507500', '185522.967500', '185523.427500', '185523.887500', '185524.347500', '185524.807500', '185525.267500', '185525.727500', '185526.187500', '185526.647500', '185527.107500', '185527.567500', '185528.027500', '185528.487500', '185528.947500', '185529.407500', '185529.867500', '185530.327500', '185530.787500', '185531.247500', '185531.707500', '185532.167500', '185532.627500', '185533.087500', '185533.547500', '185534.007500', '185534.467500', '185534.927500', '185535.387500', '185535.847500', '185536.307500', '185536.767500', '185537.227500', '185537.687500', '185538.147500', '185538.607500', '185539.067500', '185539.527500', '185539.987500', '185540.447500', '185540.907500', '185541.367500', '185541.827500', '185542.287500', '185542.747500', '185543.207500', '185543.667500', '185544.127500', '185544.587500', '185545.047500', '185545.507500', '185545.967500', '185546.427500', '185546.887500', '185547.347500', '185547.807500', '185548.267500', '185548.727500', '185549.187500', '185549.647500', '185550.107500', '185550.567500', '185551.027500', '185551.487500', '185551.947500', '185552.407500', '185552.867500', '185553.327500', '185553.787500', '185554.247500', '185554.707500', '185555.167500', '185555.627500', '185556.087500', '185556.547500', '185557.007500', '185557.467500', '185557.927500', '185558.387500', '185558.847500', '185559.307500', '185559.767500', '185600.227500', '185600.687500', '185601.147500', '185601.607500', '185602.067500', '185602.527500', '185602.987500', '185603.447500', '185603.907500', '185604.367500', '185604.827500', '185605.287500', '185605.747500', '185606.207500', '185606.667500', '185607.127500', '185607.587500', '185608.047500', '185608.507500', '185608.967500', '185609.427500', '185609.887500', '185610.347500', '185610.807500', '185611.267500', '185611.727500', '185612.187500', '185612.647500', '185613.107500', '185613.567500', '185614.027500', '185614.487500', '185614.947500', '185615.407500', '185615.867500', '185616.327500', '185616.787500', '185617.247500', '185617.707500', '185618.167500', '185618.627500', '185619.087500', '185619.547500', '185620.007500', '185620.467500', '185620.927500', '185621.387500', '185621.847500', '185622.307500', '185622.767500', '185623.227500', '185623.687500', '185624.147500', '185624.607500', '185625.067500', '185625.527500', '185625.987500', '185626.447500', '185626.907500', '185627.367500', '185627.827500', '185628.287500', '185628.747500', '185629.207500', '185629.667500', '185630.127500', '185630.587500', '185631.047500', '185631.507500', '185631.967500', '185632.427500', '185632.887500', '185633.347500', '185633.807500', '185634.267500', '185634.727500', '185635.187500', '185635.647500', '185636.107500', '185636.567500', '185637.027500', '185637.487500', '185637.947500', '185638.407500', '185638.867500', '185639.327500', '185639.787500', '185640.247500', '185640.707500', '185641.167500', '185641.627500', '185642.087500', '185642.547500', '185643.007500', '185643.467500', '185643.927500', '185644.387500', '185644.847500', '185645.307500', '185645.767500', '185646.227500', '185646.687500', '185647.147500', '185647.607500', '185648.067500', '185648.527500', '185648.987500', '185649.447500', '185649.907500', '185650.367500', '185650.827500', '185651.287500', '185651.747500', '185652.207500', '185652.667500', '185653.127500', '185653.587500', '185654.047500', '185654.507500', '185654.967500', '185655.427500', '185655.887500', '185656.347500', '185656.807500', '185657.267500', '185657.727500', '185658.187500', '185658.647500', '185659.107500', '185659.567500', '185700.027500', '185700.487500', '185700.947500', '185701.407500', '185701.867500', '185702.327500', '185702.787500', '185703.247500', '185703.707500', '185704.167500', '185704.627500', '185705.087500', '185705.547500', '185706.007500', '185706.467500', '185706.927500', '185707.387500', '185707.847500', '185708.307500', '185708.767500', '185709.227500', '185709.687500', '185710.147500', '185710.607500', '185711.067500', '185711.527500', '185711.987500', '185712.447500', '185712.907500', '185713.367500', '185713.827500', '185714.287500', '185714.747500', '185715.207500', '185715.667500', '185716.127500', '185716.587500', '185717.047500', '185717.507500', '185717.967500', '185718.427500', '185718.887500', '185719.347500', '185719.807500', '185720.267500', '185720.727500', '185721.187500', '185721.647500', '185722.107500', '185722.567500', '185723.027500', '185723.487500', '185723.947500', '185724.407500', '185724.867500', '185725.327500', '185725.787500', '185726.247500', '185726.707500', '185727.167500', '185727.627500', '185728.087500', '185728.547500', '185729.007500', '185729.467500', '185729.927500', '185730.387500', '185730.847500', '185731.307500', '185731.767500', '185732.227500', '185732.687500', '185733.147500', '185733.607500', '185734.067500', '185734.527500', '185734.987500', '185735.447500', '185735.907500', '185736.367500', '185736.827500', '185737.287500', '185737.747500', '185738.207500', '185738.667500', '185739.127500', '185739.587500', '185740.047500', '185740.507500', '185740.967500', '185741.427500', '185741.887500', '185742.347500', '185742.807500', '185743.267500', '185743.727500', '185744.187500', '185744.647500', '185745.107500', '185745.567500', '185746.027500', '185746.487500', '185746.947500', '185747.407500', '185747.867500', '185748.327500', '185748.787500', '185749.247500', '185749.707500', '185750.167500', '185750.627500', '185751.087500', '185751.547500', '185752.007500', '185752.467500', '185752.927500', '185753.387500', '185753.847500', '185754.307500', '185754.767500', '185755.227500', '185755.687500', '185756.147500', '185756.607500', '185757.067500', '185757.527500', '185757.987500', '185758.447500', '185758.907500', '185759.367500', '185759.827500', '185800.287500', '185800.747500', '185801.207500', '185801.667500', '185802.127500', '185802.587500', '185803.047500', '185803.507500', '185803.967500', '185804.427500', '185804.887500', '185805.347500', '185805.807500', '185806.267500', '185806.727500', '185807.187500', '185807.647500', '185808.107500', '185808.567500', '185809.027500', '185809.487500', '185809.947500', '185810.407500', '185810.867500', '185811.327500', '185811.787500', '185812.247500', '185812.707500', '185813.167500', '185813.627500', '185814.087500', '185814.547500', '185815.007500', '185815.467500', '185815.927500', '185816.387500', '185816.847500', '185817.307500', '185817.767500', '185818.227500', '185818.687500', '185819.147500', '185819.607500', '185820.067500', '185820.527500', '185820.987500', '185821.447500', '185821.907500', '185822.367500', '185822.827500', '185823.287500', '185823.747500', '185824.207500', '185824.667500', '185825.127500', '185825.587500', '185826.047500', '185826.507500', '185826.967500', '185827.427500', '185827.887500', '185828.347500', '185828.807500', '185829.267500', '185829.727500', '185830.187500', '185830.647500', '185831.107500', '185831.567500', '185832.027500', '185832.487500', '185832.947500', '185833.407500', '185833.867500', '185834.327500', '185834.787500', '185835.247500', '185835.707500', '185836.167500', '185836.627500', '185837.087500', '185837.547500', '185838.007500', '185838.467500', '185838.927500', '185839.387500', '185839.847500', '185840.307500', '185840.767500', '185841.227500', '185841.687500', '185842.147500', '185842.607500', '185843.067500', '185843.527500', '185843.987500', '185844.447500', '185844.907500', '185845.367500', '185845.827500', '185846.287500', '185846.747500', '185847.207500', '185847.667500', '185848.127500', '185848.587500', '185849.047500', '185849.507500', '185849.967500', '185850.427500', '185850.887500', '185851.347500', '185851.807500', '185852.267500', '185852.727500', '185853.187500', '185853.647500', '185854.107500', '185854.567500', '185855.027500', '185855.487500', '185855.947500', '185856.407500', '185856.867500', '185857.327500', '185857.787500', '185858.247500', '185858.707500', '185859.167500', '185859.627500', '185900.087500', '185900.547500', '185901.007500', '185901.467500', '185901.927500', '185902.387500', '185902.847500', '185903.307500', '185903.767500', '185904.227500', '185904.687500', '185905.147500', '185905.607500', '185906.067500', '185906.527500', '185906.987500', '185907.447500', '185907.907500', '185908.367500', '185908.827500', '185909.287500', '185909.747500', '185910.207500', '185910.667500', '185911.127500', '185911.587500', '185912.047500', '185912.507500', '185912.967500', '185913.427500', '185913.887500', '185914.347500', '185914.807500', '185915.267500', '185915.727500', '185916.187500', '185916.647500', '185917.107500', '185917.567500', '185918.027500', '185918.487500', '185918.947500', '185919.407500', '185919.867500', '185920.327500', '185920.787500', '185921.247500', '185921.707500', '185922.167500', '185922.627500', '185923.087500', '185923.547500', '185924.007500', '185924.467500', '185924.927500', '185925.387500', '185925.847500', '185926.307500', '185926.767500', '185927.227500', '185927.687500', '185928.147500', '185928.607500', '185929.067500', '185929.527500', '185929.987500', '185930.447500', '185930.907500', '185931.367500', '185931.827500', '185932.287500', '185932.747500', '185933.207500', '185933.667500', '185934.127500', '185934.587500', '185935.047500', '185935.507500', '185935.967500', '185936.427500', '185936.887500', '185937.347500', '185937.807500', '185938.267500', '185938.727500', '185939.187500', '185939.647500', '185940.107500', '185940.567500', '185941.027500', '185941.487500', '185941.947500', '185942.407500', '185942.867500', '185943.327500', '185943.787500', '185944.247500', '185944.707500', '185945.167500', '185945.627500', '185946.087500', '185946.547500', '185947.007500', '185947.467500', '185947.927500', '185948.387500', '185948.847500', '185949.307500', '185949.767500', '185950.227500', '185950.687500', '185951.147500', '185951.607500', '185952.067500', '185952.527500', '185952.987500', '185953.447500', '185953.907500', '185954.367500', '185954.827500', '185955.287500', '185955.747500', '185956.207500', '185956.667500', '185957.127500', '185957.587500', '185958.047500', '185958.507500', '185958.967500', '185959.427500', '185959.887500', '190000.347500', '190000.807500', '190001.267500', '190001.727500', '190002.187500', '190002.647500', '190003.107500', '190003.567500', '190004.027500', '190004.487500', '190004.947500', '190005.407500', '190005.867500', '190006.327500', '190006.787500', '190007.247500', '190007.707500', '190008.167500', '190008.627500', '190009.087500', '190009.547500', '190010.007500', '190010.467500', '190010.927500', '190011.387500', '190011.847500', '190012.307500', '190012.767500', '190013.227500', '190013.687500', '190014.147500', '190014.607500', '190015.067500', '190015.527500', '190015.987500', '190016.447500', '190016.907500', '190017.367500', '190017.827500', '190018.287500', '190018.747500', '190019.207500', '190019.667500', '190020.127500', '190020.587500', '190021.047500', '190021.507500', '190021.967500', '190022.427500', '190022.887500', '190023.347500', '190023.807500', '190024.267500', '190024.727500', '190025.187500', '190025.647500', '190026.107500', '190026.567500', '190027.027500', '190027.487500', '190027.947500', '190028.407500', '190028.867500', '190029.327500', '190029.787500', '190030.247500', '190030.707500', '190031.167500', '190031.627500', '190032.087500', '190032.547500', '190033.007500', '190033.467500', '190033.927500', '190034.387500', '190034.847500', '190035.307500', '190035.767500', '190036.227500', '190036.687500', '190037.147500', '190037.607500', '190038.067500', '190038.527500', '190038.987500', '190039.447500', '190039.907500', '190040.367500', '190040.827500', '190041.287500', '190041.747500', '190042.207500', '190042.667500', '190043.127500', '190043.587500', '190044.047500', '190044.507500', '190044.967500', '190045.427500', '190045.887500', '190046.347500', '190046.807500', '190047.267500', '190047.727500', '190048.187500', '190048.647500', '190049.107500', '190049.567500', '190050.027500', '190050.487500', '190050.947500', '190051.407500', '190051.867500', '190052.327500', '190052.787500', '190053.247500', '190053.707500', '190054.167500', '190054.627500', '190055.087500', '190055.547500', '190056.007500', '190056.467500', '190056.927500', '190057.387500', '190057.847500', '190058.307500', '190058.767500', '190059.227500', '190059.687500', '190100.147500', '190100.607500', '190101.067500', '190101.527500', '190101.987500', '190102.447500', '190102.907500', '190103.367500', '190103.827500', '190104.287500', '190104.747500', '190105.207500', '190105.667500', '190106.127500', '190106.587500', '190107.047500', '190107.507500', '190107.967500', '190108.427500', '190108.887500', '190109.347500', '190109.807500', '190110.267500', '190110.727500', '190111.187500', '190111.647500', '190112.107500', '190112.567500', '190113.027500', '190113.487500', '190113.947500', '190114.407500', '190114.867500', '190115.327500', '190115.787500', '190116.247500', '190116.707500', '190117.167500', '190117.627500', '190118.087500', '190118.547500', '190119.007500', '190119.467500', '190119.927500', '190120.387500', '190120.847500', '190121.307500', '190121.767500', '190122.227500', '190122.687500', '190123.147500', '190123.607500', '190124.067500', '190124.527500', '190124.987500', '190125.447500', '190125.907500', '190126.367500', '190126.827500', '190127.287500', '190127.747500', '190128.207500', '190128.667500', '190129.127500', '190129.587500', '190130.047500', '190130.507500', '190130.967500', '190131.427500', '190131.887500', '190132.347500', '190132.807500', '190133.267500', '190133.727500', '190134.187500', '190134.647500', '190135.107500', '190135.567500', '190136.027500', '190136.487500', '190136.947500', '190137.407500', '190137.867500', '190138.327500', '190138.787500', '190139.247500', '190139.707500', '190140.167500', '190140.627500', '190141.087500', '190141.547500', '190142.007500', '190142.467500', '190142.927500', '190143.387500', '190143.847500', '190144.307500', '190144.767500', '190145.227500', '190145.687500', '190146.147500', '190146.607500', '190147.067500', '190147.527500', '190147.987500', '190148.447500', '190148.907500', '190149.367500', '190149.827500', '190150.287500', '190150.747500', '190151.207500', '190151.667500', '190152.127500', '190152.587500', '190153.047500', '190153.507500', '190153.967500', '190154.427500', '190154.887500', '190155.347500', '190155.807500', '190156.267500', '190156.727500', '190157.187500', '190157.647500', '190158.107500', '190158.567500', '190159.027500'], 'ContentTime': ['185528.699000', '185528.702000', '185528.705000', '185528.707000', '185528.710000', '185528.712000', '185528.715000', '185528.717000', '185528.720000', '185528.725000', '185528.731000', '185528.733000', '185528.736000', '185528.769000', '185528.772000', '185528.774000', '185528.777000', '185528.787000', '185528.789000', '185528.792000', '185528.794000', '185548.663000', '185548.666000', '185548.669000', '185548.671000', '185548.674000', '185548.676000', '185548.679000', '185548.682000', '185548.684000', '185548.694000', '185548.696000', '185548.699000', '185548.701000', '185548.704000', '185548.707000', '185548.709000', '185548.712000', '185548.714000', '185548.717000', '185548.719000', '185548.722000', '185548.724000', '185548.727000', '185548.729000', '185548.732000', '185548.735000', '185548.737000', '185548.740000', '185548.742000', '185548.745000', '185548.747000', '185548.750000', '185548.755000', '185548.758000', '185548.761000', '185548.763000', '185548.766000', '185548.769000', '185548.772000', '185548.776000', '185548.778000', '185548.781000', '185548.784000', '185608.663000', '185608.666000', '185608.669000', '185608.672000', '185608.674000', '185608.677000', '185608.679000', '185608.682000', '185608.685000', '185608.687000', '185608.690000', '185608.692000', '185608.695000', '185608.697000', '185608.700000', '185608.702000', '185608.705000', '185608.707000', '185608.711000', '185608.713000', '185608.716000', '185608.719000', '185608.721000', '185608.724000', '185608.726000', '185608.729000', '185608.732000', '185608.734000', '185608.737000', '185608.739000', '185608.742000', '185608.744000', '185608.747000', '185608.750000', '185608.752000', '185608.755000', '185608.757000', '185608.760000', '185608.763000', '185608.765000', '185608.768000', '185608.770000', '185608.773000', '185608.775000', '185628.662000', '185628.665000', '185628.668000', '185628.670000', '185628.673000', '185628.676000', '185628.678000', '185628.681000', '185628.683000', '185628.686000', '185628.689000', '185628.691000', '185628.694000', '185628.696000', '185628.699000', '185628.702000', '185628.704000', '185628.707000', '185628.710000', '185628.712000', '185628.715000', '185628.723000', '185628.725000', '185628.728000', '185628.730000', '185628.733000', '185628.736000', '185628.738000', '185628.741000', '185628.743000', '185628.746000', '185628.748000', '185628.751000', '185628.754000', '185628.756000', '185628.759000', '185628.761000', '185628.764000', '185628.767000', '185628.769000', '185628.772000', '185628.774000', '185628.777000', '185648.662000', '185648.665000', '185648.668000', '185648.671000', '185648.673000', '185648.676000', '185648.678000', '185648.681000', '185648.684000', '185648.686000', '185648.689000', '185648.691000', '185648.694000', '185648.697000', '185648.699000', '185648.702000', '185648.704000', '185648.707000', '185648.710000', '185648.712000', '185648.715000', '185648.717000', '185648.720000', '185648.723000', '185648.726000', '185648.728000', '185648.731000', '185648.733000', '185648.736000', '185648.739000', '185648.741000', '185648.744000', '185648.746000', '185648.749000', '185648.752000', '185648.754000', '185648.757000', '185648.759000', '185648.762000', '185648.765000', '185648.767000', '185648.770000', '185648.772000', '185648.775000', '185708.663000', '185708.665000', '185708.668000', '185708.671000', '185708.673000', '185708.676000', '185708.678000', '185708.681000', '185708.683000', '185708.686000', '185708.689000', '185708.691000', '185708.694000', '185708.696000', '185708.699000', '185708.702000', '185708.704000', '185708.707000', '185708.709000', '185708.712000', '185708.715000', '185708.717000', '185708.720000', '185708.722000', '185708.725000', '185708.727000', '185708.730000', '185708.733000', '185708.735000', '185708.738000', '185708.740000', '185708.755000', '185708.758000', '185708.761000', '185708.763000', '185708.766000', '185708.768000', '185708.771000', '185708.773000', '185708.776000', '185708.779000', '185708.781000', '185708.784000', '185728.663000', '185728.665000', '185728.668000', '185728.671000', '185728.673000', '185728.676000', '185728.678000', '185728.681000', '185728.683000', '185728.686000', '185728.689000', '185728.691000', '185728.694000', '185728.696000', '185728.699000', '185728.702000', '185728.705000', '185728.707000', '185728.710000', '185728.713000', '185728.715000', '185728.718000', '185728.720000', '185728.723000', '185728.725000', '185728.728000', '185728.731000', '185728.733000', '185728.736000', '185728.738000', '185728.741000', '185728.744000', '185728.746000', '185728.749000', '185728.751000', '185728.754000', '185728.756000', '185728.759000', '185728.762000', '185728.764000', '185728.767000', '185728.769000', '185728.772000', '185728.774000', '185748.663000', '185748.666000', '185748.669000', '185748.671000', '185748.674000', '185748.677000', '185748.679000', '185748.682000', '185748.684000', '185748.687000', '185748.689000', '185748.692000', '185748.695000', '185748.697000', '185748.700000', '185748.702000', '185748.705000', '185748.708000', '185748.710000', '185748.713000', '185748.715000', '185748.718000', '185748.720000', '185748.723000', '185748.726000', '185748.728000', '185748.731000', '185748.733000', '185748.736000', '185748.738000', '185748.741000', '185748.744000', '185748.746000', '185748.749000', '185748.751000', '185748.754000', '185748.757000', '185748.759000', '185748.762000', '185748.764000', '185748.767000', '185748.770000', '185748.772000', '185808.664000', '185808.666000', '185808.669000', '185808.672000', '185808.674000', '185808.677000', '185808.679000', '185808.682000', '185808.685000', '185808.687000', '185808.690000', '185808.692000', '185808.695000', '185808.698000', '185808.700000', '185808.703000', '185808.705000', '185808.708000', '185808.711000', '185808.713000', '185808.716000', '185808.718000', '185808.721000', '185808.724000', '185808.726000', '185808.729000', '185808.731000', '185808.734000', '185808.736000', '185808.739000', '185808.742000', '185808.744000', '185808.747000', '185808.758000', '185808.760000', '185808.763000', '185808.766000', '185808.768000', '185808.771000', '185808.773000', '185808.776000', '185808.779000', '185808.781000', '185808.784000', '185828.664000', '185828.667000', '185828.669000', '185828.672000', '185828.674000', '185828.677000', '185828.680000', '185828.682000', '185828.685000', '185828.687000', '185828.690000', '185828.692000', '185828.695000', '185828.698000', '185828.700000', '185828.703000', '185828.706000', '185828.708000', '185828.711000', '185828.713000', '185828.716000', '185828.719000', '185828.721000', '185828.724000', '185828.726000', '185828.729000', '185828.731000', '185828.734000', '185828.737000', '185828.739000', '185828.742000', '185828.744000', '185828.747000', '185828.749000', '185828.752000', '185828.755000', '185828.757000', '185828.760000', '185828.762000', '185828.765000', '185828.768000', '185828.770000', '185828.773000', '185848.662000', '185848.665000', '185848.668000', '185848.670000', '185848.673000', '185848.676000', '185848.678000', '185848.681000', '185848.685000', '185848.687000', '185848.690000', '185848.692000', '185848.726000', '185848.729000', '185848.732000', '185848.734000', '185848.737000', '185848.740000', '185848.742000', '185848.745000', '185848.748000', '185848.750000', '185848.753000', '185848.756000', '185848.758000', '185848.761000', '185848.763000', '185848.766000', '185848.769000', '185848.771000', '185848.774000', '185848.776000', '185848.779000', '185848.782000', '185848.784000', '185848.787000', '185848.789000', '185848.792000', '185848.794000', '185848.797000', '185848.800000', '185848.802000', '185848.805000', '185848.808000', '185908.663000', '185908.666000', '185908.668000', '185908.671000', '185908.674000', '185908.676000', '185908.679000', '185908.681000', '185908.684000', '185908.686000', '185908.689000', '185908.692000', '185908.694000', '185908.697000', '185908.699000', '185908.702000', '185908.705000', '185908.707000', '185908.710000', '185908.712000', '185908.715000', '185908.717000', '185908.720000', '185908.723000', '185908.725000', '185908.728000', '185908.730000', '185908.733000', '185908.736000', '185908.738000', '185908.741000', '185908.743000', '185908.746000', '185908.748000', '185908.751000', '185908.754000', '185908.756000', '185908.759000', '185908.761000', '185908.764000', '185908.767000', '185908.769000', '185908.772000', '185928.662000', '185928.665000', '185928.668000', '185928.671000', '185928.673000', '185928.676000', '185928.679000', '185928.682000', '185928.684000', '185928.687000', '185928.690000', '185928.692000', '185928.695000', '185928.697000', '185928.700000', '185928.703000', '185928.705000', '185928.708000', '185928.710000', '185928.713000', '185928.716000', '185928.718000', '185928.721000', '185928.723000', '185928.726000', '185928.728000', '185928.731000', '185928.734000', '185928.736000', '185928.739000', '185928.741000', '185928.744000', '185928.747000', '185928.749000', '185928.752000', '185928.754000', '185928.757000', '185928.759000', '185928.762000', '185928.765000', '185928.767000', '185928.770000', '185928.773000', '185948.663000', '185948.665000', '185948.668000', '185948.671000', '185948.673000', '185948.676000', '185948.678000', '185948.681000', '185948.683000', '185948.686000', '185948.689000', '185948.691000', '185948.694000', '185948.696000', '185948.699000', '185948.702000', '185948.704000', '185948.707000', '185948.709000', '185948.712000', '185948.715000', '185948.717000', '185948.720000', '185948.722000', '185948.725000', '185948.728000', '185948.730000', '185948.733000', '185948.735000', '185948.738000', '185948.740000', '185948.743000', '185948.746000', '185948.748000', '185948.751000', '185948.753000', '185948.756000', '185948.759000', '185948.761000', '185948.764000', '185948.766000', '185948.769000', '185948.772000', '185948.774000', '190008.664000', '190008.666000', '190008.669000', '190008.672000', '190008.674000', '190008.677000', '190008.679000', '190008.682000', '190008.685000', '190008.687000', '190008.690000', '190008.692000', '190008.695000', '190008.698000', '190008.700000', '190008.703000', '190008.705000', '190008.708000', '190008.711000', '190008.713000', '190008.716000', '190008.718000', '190008.721000', '190008.725000', '190008.728000', '190008.730000', '190008.733000', '190008.735000', '190008.738000', '190008.741000', '190008.743000', '190008.746000', '190008.748000', '190008.751000', '190008.754000', '190008.756000', '190008.759000', '190008.762000', '190008.764000', '190008.767000', '190008.770000', '190008.772000', '190008.775000', '190028.663000', '190028.666000', '190028.669000', '190028.671000', '190028.674000', '190028.677000', '190028.679000', '190028.682000', '190028.684000', '190028.687000', '190028.690000', '190028.692000', '190028.695000', '190028.697000', '190028.700000', '190028.703000', '190028.705000', '190028.708000', '190028.710000', '190028.713000', '190028.716000', '190028.718000', '190028.721000', '190028.723000', '190028.726000', '190028.729000', '190028.731000', '190028.734000', '190028.736000', '190028.739000', '190028.741000', '190028.744000', '190028.747000', '190028.749000', '190028.752000', '190028.754000', '190028.757000', '190028.760000', '190028.762000', '190028.765000', '190028.767000', '190028.770000', '190028.772000', '190028.775000', '190048.662000', '190048.665000', '190048.668000', '190048.670000', '190048.673000', '190048.676000', '190048.678000', '190048.681000', '190048.684000', '190048.686000', '190048.689000', '190048.691000', '190048.694000', '190048.697000', '190048.699000', '190048.702000', '190048.704000', '190048.707000', '190048.710000', '190048.712000', '190048.715000', '190048.717000', '190048.720000', '190048.723000', '190048.725000', '190048.728000', '190048.730000', '190048.733000', '190048.736000', '190048.738000', '190048.741000', '190048.744000', '190048.746000', '190048.749000', '190048.752000', '190048.754000', '190048.757000', '190048.759000', '190048.762000', '190048.765000', '190048.767000', '190048.770000', '190048.772000', '190048.775000', '190108.663000', '190108.665000', '190108.668000', '190108.671000', '190108.673000', '190108.676000', '190108.679000', '190108.681000', '190108.684000', '190108.687000', '190108.689000', '190108.692000', '190108.695000', '190108.697000', '190108.700000', '190108.702000', '190108.705000', '190108.708000', '190108.710000', '190108.713000', '190108.716000', '190108.718000', '190108.721000', '190108.723000', '190108.726000', '190108.729000', '190108.731000', '190108.735000', '190108.738000', '190108.741000', '190108.743000', '190108.746000', '190108.749000', '190108.751000', '190108.754000', '190108.757000', '190108.759000', '190108.762000', '190108.765000', '190108.767000', '190108.770000', '190108.773000', '190108.775000', '190128.662000', '190128.665000', '190128.668000', '190128.671000', '190128.673000', '190128.676000', '190128.678000', '190128.681000', '190128.684000', '190128.686000', '190128.689000', '190128.691000', '190128.694000', '190128.697000', '190128.699000', '190128.702000', '190128.704000', '190128.707000', '190128.710000', '190128.712000', '190128.715000', '190128.717000', '190128.720000', '190128.722000', '190128.725000', '190128.728000', '190128.730000', '190128.733000', '190128.736000', '190128.738000', '190128.741000', '190128.744000', '190128.746000', '190128.749000', '190128.752000', '190128.754000', '190128.757000', '190128.760000', '190128.765000', '190128.768000', '190128.770000', '190128.773000', '190128.776000', '190148.662000', '190148.665000', '190148.668000', '190148.670000', '190148.673000', '190148.688000', '190148.691000', '190148.693000', '190148.696000', '190148.699000', '190148.701000', '190148.704000', '190148.707000', '190148.709000', '190148.712000', '190148.714000', '190148.717000', '190148.720000', '190148.722000', '190148.725000', '190148.728000', '190148.730000', '190148.733000', '190148.736000', '190148.738000', '190148.741000', '190148.743000', '190148.746000', '190148.749000', '190148.751000', '190148.754000', '190148.756000', '190148.759000', '190148.762000', '190148.765000', '190148.767000', '190148.770000', '190148.772000', '190148.775000', '190148.777000', '190148.780000', '190148.783000', '190148.785000', '190148.788000', '190159.996000', '190200.000000', '190200.003000', '190200.006000', '190200.009000', '190200.011000', '190200.014000', '190200.017000', '190200.020000', '190200.023000', '190200.026000', '190200.028000', '190200.031000', '190200.034000', '190200.037000', '190200.040000', '190200.043000', '190200.046000', '190200.049000', '190200.052000', '190200.054000', '190200.057000', '190200.061000', '190200.064000', '190200.067000'], 'InstanceCreationTime': ['185528.699000', '185528.702000', '185528.705000', '185528.707000', '185528.710000', '185528.712000', '185528.715000', '185528.717000', '185528.720000', '185528.725000', '185528.731000', '185528.733000', '185528.736000', '185528.769000', '185528.772000', '185528.774000', '185528.777000', '185528.787000', '185528.789000', '185528.792000', '185528.794000', '185548.663000', '185548.666000', '185548.669000', '185548.671000', '185548.674000', '185548.676000', '185548.679000', '185548.682000', '185548.684000', '185548.694000', '185548.696000', '185548.699000', '185548.701000', '185548.704000', '185548.707000', '185548.709000', '185548.712000', '185548.714000', '185548.717000', '185548.719000', '185548.722000', '185548.724000', '185548.727000', '185548.729000', '185548.732000', '185548.735000', '185548.737000', '185548.740000', '185548.742000', '185548.745000', '185548.747000', '185548.750000', '185548.755000', '185548.758000', '185548.761000', '185548.763000', '185548.766000', '185548.769000', '185548.772000', '185548.776000', '185548.778000', '185548.781000', '185548.784000', '185608.663000', '185608.666000', '185608.669000', '185608.672000', '185608.674000', '185608.677000', '185608.679000', '185608.682000', '185608.685000', '185608.687000', '185608.690000', '185608.692000', '185608.695000', '185608.697000', '185608.700000', '185608.702000', '185608.705000', '185608.707000', '185608.711000', '185608.713000', '185608.716000', '185608.719000', '185608.721000', '185608.724000', '185608.726000', '185608.729000', '185608.732000', '185608.734000', '185608.737000', '185608.739000', '185608.742000', '185608.744000', '185608.747000', '185608.750000', '185608.752000', '185608.755000', '185608.757000', '185608.760000', '185608.763000', '185608.765000', '185608.768000', '185608.770000', '185608.773000', '185608.775000', '185628.662000', '185628.665000', '185628.668000', '185628.670000', '185628.673000', '185628.676000', '185628.678000', '185628.681000', '185628.683000', '185628.686000', '185628.689000', '185628.691000', '185628.694000', '185628.696000', '185628.699000', '185628.702000', '185628.704000', '185628.707000', '185628.710000', '185628.712000', '185628.715000', '185628.723000', '185628.725000', '185628.728000', '185628.730000', '185628.733000', '185628.736000', '185628.738000', '185628.741000', '185628.743000', '185628.746000', '185628.748000', '185628.751000', '185628.754000', '185628.756000', '185628.759000', '185628.761000', '185628.764000', '185628.767000', '185628.769000', '185628.772000', '185628.774000', '185628.777000', '185648.662000', '185648.665000', '185648.668000', '185648.671000', '185648.673000', '185648.676000', '185648.678000', '185648.681000', '185648.684000', '185648.686000', '185648.689000', '185648.691000', '185648.694000', '185648.697000', '185648.699000', '185648.702000', '185648.704000', '185648.707000', '185648.710000', '185648.712000', '185648.715000', '185648.717000', '185648.720000', '185648.723000', '185648.726000', '185648.728000', '185648.731000', '185648.733000', '185648.736000', '185648.739000', '185648.741000', '185648.744000', '185648.746000', '185648.749000', '185648.752000', '185648.754000', '185648.757000', '185648.759000', '185648.762000', '185648.765000', '185648.767000', '185648.770000', '185648.772000', '185648.775000', '185708.663000', '185708.665000', '185708.668000', '185708.671000', '185708.673000', '185708.676000', '185708.678000', '185708.681000', '185708.683000', '185708.686000', '185708.689000', '185708.691000', '185708.694000', '185708.696000', '185708.699000', '185708.702000', '185708.704000', '185708.707000', '185708.709000', '185708.712000', '185708.715000', '185708.717000', '185708.720000', '185708.722000', '185708.725000', '185708.727000', '185708.730000', '185708.733000', '185708.735000', '185708.738000', '185708.740000', '185708.755000', '185708.758000', '185708.761000', '185708.763000', '185708.766000', '185708.768000', '185708.771000', '185708.773000', '185708.776000', '185708.779000', '185708.781000', '185708.784000', '185728.663000', '185728.665000', '185728.668000', '185728.671000', '185728.673000', '185728.676000', '185728.678000', '185728.681000', '185728.683000', '185728.686000', '185728.689000', '185728.691000', '185728.694000', '185728.696000', '185728.699000', '185728.702000', '185728.705000', '185728.707000', '185728.710000', '185728.713000', '185728.715000', '185728.718000', '185728.720000', '185728.723000', '185728.725000', '185728.728000', '185728.731000', '185728.733000', '185728.736000', '185728.738000', '185728.741000', '185728.744000', '185728.746000', '185728.749000', '185728.751000', '185728.754000', '185728.756000', '185728.759000', '185728.762000', '185728.764000', '185728.767000', '185728.769000', '185728.772000', '185728.774000', '185748.663000', '185748.666000', '185748.669000', '185748.671000', '185748.674000', '185748.677000', '185748.679000', '185748.682000', '185748.684000', '185748.687000', '185748.689000', '185748.692000', '185748.695000', '185748.697000', '185748.700000', '185748.702000', '185748.705000', '185748.708000', '185748.710000', '185748.713000', '185748.715000', '185748.718000', '185748.720000', '185748.723000', '185748.726000', '185748.728000', '185748.731000', '185748.733000', '185748.736000', '185748.738000', '185748.741000', '185748.744000', '185748.746000', '185748.749000', '185748.751000', '185748.754000', '185748.757000', '185748.759000', '185748.762000', '185748.764000', '185748.767000', '185748.770000', '185748.772000', '185808.664000', '185808.666000', '185808.669000', '185808.672000', '185808.674000', '185808.677000', '185808.679000', '185808.682000', '185808.685000', '185808.687000', '185808.690000', '185808.692000', '185808.695000', '185808.698000', '185808.700000', '185808.703000', '185808.705000', '185808.708000', '185808.711000', '185808.713000', '185808.716000', '185808.718000', '185808.721000', '185808.724000', '185808.726000', '185808.729000', '185808.731000', '185808.734000', '185808.736000', '185808.739000', '185808.742000', '185808.744000', '185808.747000', '185808.758000', '185808.760000', '185808.763000', '185808.766000', '185808.768000', '185808.771000', '185808.773000', '185808.776000', '185808.779000', '185808.781000', '185808.784000', '185828.664000', '185828.667000', '185828.669000', '185828.672000', '185828.674000', '185828.677000', '185828.680000', '185828.682000', '185828.685000', '185828.687000', '185828.690000', '185828.692000', '185828.695000', '185828.698000', '185828.700000', '185828.703000', '185828.706000', '185828.708000', '185828.711000', '185828.713000', '185828.716000', '185828.719000', '185828.721000', '185828.724000', '185828.726000', '185828.729000', '185828.731000', '185828.734000', '185828.737000', '185828.739000', '185828.742000', '185828.744000', '185828.747000', '185828.749000', '185828.752000', '185828.755000', '185828.757000', '185828.760000', '185828.762000', '185828.765000', '185828.768000', '185828.770000', '185828.773000', '185848.662000', '185848.665000', '185848.668000', '185848.670000', '185848.673000', '185848.676000', '185848.678000', '185848.681000', '185848.685000', '185848.687000', '185848.690000', '185848.692000', '185848.726000', '185848.729000', '185848.732000', '185848.734000', '185848.737000', '185848.740000', '185848.742000', '185848.745000', '185848.748000', '185848.750000', '185848.753000', '185848.756000', '185848.758000', '185848.761000', '185848.763000', '185848.766000', '185848.769000', '185848.771000', '185848.774000', '185848.776000', '185848.779000', '185848.782000', '185848.784000', '185848.787000', '185848.789000', '185848.792000', '185848.794000', '185848.797000', '185848.800000', '185848.802000', '185848.805000', '185848.808000', '185908.663000', '185908.666000', '185908.668000', '185908.671000', '185908.674000', '185908.676000', '185908.679000', '185908.681000', '185908.684000', '185908.686000', '185908.689000', '185908.692000', '185908.694000', '185908.697000', '185908.699000', '185908.702000', '185908.705000', '185908.707000', '185908.710000', '185908.712000', '185908.715000', '185908.717000', '185908.720000', '185908.723000', '185908.725000', '185908.728000', '185908.730000', '185908.733000', '185908.736000', '185908.738000', '185908.741000', '185908.743000', '185908.746000', '185908.748000', '185908.751000', '185908.754000', '185908.756000', '185908.759000', '185908.761000', '185908.764000', '185908.767000', '185908.769000', '185908.772000', '185928.662000', '185928.665000', '185928.668000', '185928.671000', '185928.673000', '185928.676000', '185928.679000', '185928.682000', '185928.684000', '185928.687000', '185928.690000', '185928.692000', '185928.695000', '185928.697000', '185928.700000', '185928.703000', '185928.705000', '185928.708000', '185928.710000', '185928.713000', '185928.716000', '185928.718000', '185928.721000', '185928.723000', '185928.726000', '185928.728000', '185928.731000', '185928.734000', '185928.736000', '185928.739000', '185928.741000', '185928.744000', '185928.747000', '185928.749000', '185928.752000', '185928.754000', '185928.757000', '185928.759000', '185928.762000', '185928.765000', '185928.767000', '185928.770000', '185928.773000', '185948.663000', '185948.665000', '185948.668000', '185948.671000', '185948.673000', '185948.676000', '185948.678000', '185948.681000', '185948.683000', '185948.686000', '185948.689000', '185948.691000', '185948.694000', '185948.696000', '185948.699000', '185948.702000', '185948.704000', '185948.707000', '185948.709000', '185948.712000', '185948.715000', '185948.717000', '185948.720000', '185948.722000', '185948.725000', '185948.728000', '185948.730000', '185948.733000', '185948.735000', '185948.738000', '185948.740000', '185948.743000', '185948.746000', '185948.748000', '185948.751000', '185948.753000', '185948.756000', '185948.759000', '185948.761000', '185948.764000', '185948.766000', '185948.769000', '185948.772000', '185948.774000', '190008.664000', '190008.666000', '190008.669000', '190008.672000', '190008.674000', '190008.677000', '190008.679000', '190008.682000', '190008.685000', '190008.687000', '190008.690000', '190008.692000', '190008.695000', '190008.698000', '190008.700000', '190008.703000', '190008.705000', '190008.708000', '190008.711000', '190008.713000', '190008.716000', '190008.718000', '190008.721000', '190008.725000', '190008.728000', '190008.730000', '190008.733000', '190008.735000', '190008.738000', '190008.741000', '190008.743000', '190008.746000', '190008.748000', '190008.751000', '190008.754000', '190008.756000', '190008.759000', '190008.762000', '190008.764000', '190008.767000', '190008.770000', '190008.772000', '190008.775000', '190028.663000', '190028.666000', '190028.669000', '190028.671000', '190028.674000', '190028.677000', '190028.679000', '190028.682000', '190028.684000', '190028.687000', '190028.690000', '190028.692000', '190028.695000', '190028.697000', '190028.700000', '190028.703000', '190028.705000', '190028.708000', '190028.710000', '190028.713000', '190028.716000', '190028.718000', '190028.721000', '190028.723000', '190028.726000', '190028.729000', '190028.731000', '190028.734000', '190028.736000', '190028.739000', '190028.741000', '190028.744000', '190028.747000', '190028.749000', '190028.752000', '190028.754000', '190028.757000', '190028.760000', '190028.762000', '190028.765000', '190028.767000', '190028.770000', '190028.772000', '190028.775000', '190048.662000', '190048.665000', '190048.668000', '190048.670000', '190048.673000', '190048.676000', '190048.678000', '190048.681000', '190048.684000', '190048.686000', '190048.689000', '190048.691000', '190048.694000', '190048.697000', '190048.699000', '190048.702000', '190048.704000', '190048.707000', '190048.710000', '190048.712000', '190048.715000', '190048.717000', '190048.720000', '190048.723000', '190048.725000', '190048.728000', '190048.730000', '190048.733000', '190048.736000', '190048.738000', '190048.741000', '190048.744000', '190048.746000', '190048.749000', '190048.752000', '190048.754000', '190048.757000', '190048.759000', '190048.762000', '190048.765000', '190048.767000', '190048.770000', '190048.772000', '190048.775000', '190108.663000', '190108.665000', '190108.668000', '190108.671000', '190108.673000', '190108.676000', '190108.679000', '190108.681000', '190108.684000', '190108.687000', '190108.689000', '190108.692000', '190108.695000', '190108.697000', '190108.700000', '190108.702000', '190108.705000', '190108.708000', '190108.710000', '190108.713000', '190108.716000', '190108.718000', '190108.721000', '190108.723000', '190108.726000', '190108.729000', '190108.731000', '190108.735000', '190108.738000', '190108.741000', '190108.743000', '190108.746000', '190108.749000', '190108.751000', '190108.754000', '190108.757000', '190108.759000', '190108.762000', '190108.765000', '190108.767000', '190108.770000', '190108.773000', '190108.775000', '190128.662000', '190128.665000', '190128.668000', '190128.671000', '190128.673000', '190128.676000', '190128.678000', '190128.681000', '190128.684000', '190128.686000', '190128.689000', '190128.691000', '190128.694000', '190128.697000', '190128.699000', '190128.702000', '190128.704000', '190128.707000', '190128.710000', '190128.712000', '190128.715000', '190128.717000', '190128.720000', '190128.722000', '190128.725000', '190128.728000', '190128.730000', '190128.733000', '190128.736000', '190128.738000', '190128.741000', '190128.744000', '190128.746000', '190128.749000', '190128.752000', '190128.754000', '190128.757000', '190128.760000', '190128.765000', '190128.768000', '190128.770000', '190128.773000', '190128.776000', '190148.662000', '190148.665000', '190148.668000', '190148.670000', '190148.673000', '190148.688000', '190148.691000', '190148.693000', '190148.696000', '190148.699000', '190148.701000', '190148.704000', '190148.707000', '190148.709000', '190148.712000', '190148.714000', '190148.717000', '190148.720000', '190148.722000', '190148.725000', '190148.728000', '190148.730000', '190148.733000', '190148.736000', '190148.738000', '190148.741000', '190148.743000', '190148.746000', '190148.749000', '190148.751000', '190148.754000', '190148.756000', '190148.759000', '190148.762000', '190148.765000', '190148.767000', '190148.770000', '190148.772000', '190148.775000', '190148.777000', '190148.780000', '190148.783000', '190148.785000', '190148.788000', '190159.996000', '190200.000000', '190200.003000', '190200.006000', '190200.009000', '190200.011000', '190200.014000', '190200.017000', '190200.020000', '190200.023000', '190200.026000', '190200.028000', '190200.031000', '190200.034000', '190200.037000', '190200.040000', '190200.043000', '190200.046000', '190200.049000', '190200.052000', '190200.054000', '190200.057000', '190200.061000', '190200.064000', '190200.067000'], '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': [15360, 9933, 13569, 10929, 11386, 9949, 10294, 11933, 10254, 11356, 10308, 10225, 11881, 10723, 12369, 10190, 10170, 8762, 9953, 11353, 10290, 10582, 9979, 10274, 8807, 10117, 11646, 9934, 10658, 10037, 10096, 9792, 10385, 13625, 10649, 12459, 9528, 10482, 14266, 12060, 13342, 10208, 10914, 11020, 10233, 11008, 10340, 10452, 14612, 10134, 12975, 10698, 10752, 11568, 10246, 9835, 10338, 13288, 10031, 11806, 9950, 10470, 9123, 10199, 9389, 10313, 9983, 10370, 14301, 11654, 12824, 10574, 10376, 13940, 10456, 10302, 12698, 10143, 11642, 10359, 10160, 9071, 10448, 10855, 10160, 10030, 9010, 10278, 12906, 10421, 10712, 10192, 10414, 9082, 10433, 12351, 10064, 12401, 10235, 13370, 10153, 10763, 9161, 10654, 14849, 10046, 11265, 14654, 11086, 13293, 10008, 10618, 14185, 10199, 11847, 9903, 10446, 9469, 10276, 9033, 10099, 10711, 10230, 10382, 10920, 10246, 10143, 10429, 13319, 10607, 10802, 12933, 10136, 13702, 11783, 11808, 10340, 10254, 9779, 10395, 14463, 10330, 12821, 9898, 13533, 10043, 12763, 10277, 8914, 10266, 12480, 9294, 10669, 13886, 10713, 12800, 10857, 11478, 14052, 10463, 12760, 10762, 10510, 15000, 11032, 10953, 8911, 11760, 12558, 10607, 10481, 9169, 11352, 10231, 9863, 10290, 10028, 10237, 9756, 10144, 10135, 12741, 9624, 10761, 13190, 10178, 10260, 11401, 9903, 12822, 9731, 10648, 9749, 10110, 9003, 10171, 11565, 9756, 10482, 9796, 9961, 9815, 10375, 9664, 9638, 10044, 13635, 10160, 12861, 15633, 11236, 12111, 14675, 11399, 13397, 11291, 11687, 15452, 11885, 13598, 10684, 11469, 13406, 11428, 12649, 9936, 10554, 11156, 10085, 9838, 10591, 10974, 12754, 10617, 14151, 9967, 12360, 10290, 10558, 13632, 11305, 11754, 9980, 11194, 11608, 9778, 10193, 8928, 10053, 11159, 9797, 10178, 9234, 9948, 9791, 9584, 11231, 9727, 9185, 9685, 8600, 9887, 13465, 9814, 10856, 15094, 10073, 13558, 10132, 11824, 14409, 10393, 11543, 12253, 11346, 13658, 9845, 10826, 9767, 10286, 9384, 10072, 12230, 9873, 10525, 11707, 11719, 13519, 9678, 11096, 11720, 11491, 13937, 9978, 12386, 9792, 10485, 9186, 11726, 11457, 9886, 10315, 9146, 10340, 11492, 9897, 10060, 10462, 10849, 9848, 10346, 15562, 10204, 13726, 11572, 11642, 13095, 9927, 10113, 11906, 9985, 11513, 9902, 10279, 9055, 11019, 11096, 10048, 11456, 10064, 10649, 10032, 10283, 9866, 10295, 12117, 11333, 13192, 9576, 10953, 12025, 10205, 9843, 10130, 9845, 11021, 10031, 14733, 10979, 15926, 11065, 11328, 15282, 9941, 11971, 10278, 10204, 15668, 10087, 12537, 13599, 10883, 14070, 10480, 12026, 10922, 11729, 14426, 11653, 12659, 9894, 10489, 10046, 9498, 11621, 11629, 10839, 11847, 12105, 14703, 12268, 13432, 10323, 11513, 11367, 10288, 10290, 10542, 10090, 10388, 9908, 10069, 9857, 10519, 10134, 11587, 11464, 12860, 10900, 10773, 14986, 12404, 14965, 11553, 11715, 9555, 10449, 10303, 10914, 11320, 15607, 11487, 14213, 11408, 11528, 15270, 10635, 13462, 11515, 12073, 10377, 11001, 11087, 10937, 11669, 11567, 12415, 12284, 11414, 12185, 14495, 11559, 13762, 9703, 11471, 10631, 10901, 10928, 11559, 10724, 10351, 10592, 10929, 10212, 10983, 10615, 10912, 12015, 11501, 10602, 10895, 10869, 10908, 13799, 10552, 12600, 10914, 10734, 11507, 13411, 10313, 12916, 12377, 11701, 14672, 11629, 13557, 9866, 11847, 9617, 10471, 9967, 11388, 13909, 12498, 13200, 10657, 12374, 9808, 11709, 9764, 11600, 9727, 11131, 9624, 13807, 10548, 13032, 11405, 12102, 14296, 11153, 12777, 11346, 11972, 14571, 12671, 13477, 11997, 12901, 10955, 9973, 12602, 13819, 12797, 13198, 11285, 13421, 11132, 10854, 10097, 10990, 10065, 11388, 10458, 12448, 13112, 10260, 10685, 10739, 11917, 13293, 10691, 11338, 9987, 10487, 9464, 10428, 9947, 10412, 11916, 12187, 13326, 10879, 11513, 14782, 11074, 12962, 10419, 10420, 10871, 10361, 9676, 11758, 10730, 10367, 11594, 15229, 11936, 13407, 11215, 11733, 14070, 10738, 12536, 10436, 10385, 10919, 10315, 11066, 10803, 10508, 10955, 10182, 10236, 10282, 10349, 9937, 10912, 10550, 11300, 12244, 13618, 12165, 11934, 14552, 11277, 13291, 11464, 10436, 15168, 9825, 13640, 10713, 10262, 14461, 10358, 10695, 11151, 11361, 12064, 10257, 10514, 11127, 10071, 11146, 9645, 11464, 10803, 11801, 11217, 10802, 14768, 10633, 13467, 11280, 11353, 11251, 10274, 11154, 12046, 14108, 10734, 12194, 12155, 12628, 15242, 11900, 14791, 11128, 14545, 10949, 12232, 11013, 11793, 10940, 14206, 10847, 14248, 11023, 13972, 11779, 13261, 11398, 13040, 13559, 12977, 15450, 11660, 13237, 11245, 11752, 12248, 12058, 12593, 12838, 11094, 12582, 11675, 9931, 10683, 11258, 9870, 10872, 12933, 10407, 9885, 10992, 9440, 10781, 10127, 9868, 11072, 14659, 12467, 14137, 12466, 11761, 14359, 12123, 12857, 10461, 10372, 10631, 10208, 10661, 9778, 10886, 10500, 10928, 11744, 13520, 10442, 11994, 12684, 11812, 14696, 11878, 13530, 9990, 10440, 10136, 11066, 10698, 11217, 10709, 11688, 11110, 10522, 11143, 10936, 10779, 11988, 15706, 13112, 14081, 9908, 11978, 14594, 11272, 11653, 10549, 10653, 10458, 10798, 10120, 10732, 10766, 12477, 9786, 12918, 11517, 11069, 11029, 10462, 12058, 14458, 10097, 11006, 13845, 11188, 11477, 10710, 10218, 10592, 9680, 10947, 10547, 10557, 10274, 10053, 10807, 11170, 10622, 9631, 10317, 9735, 10137, 9551, 9884, 10084, 9927, 12670, 10233, 12281, 11333, 10941, 14391, 10980, 14240, 9747, 13240, 9836, 11019, 9798, 11346, 11005, 10695, 16017, 12071, 15428, 9919, 10628, 11427, 9862, 10941, 10838, 10535, 12386, 14474, 11307, 12734, 15488, 12639, 13035, 11622, 11721, 14117, 10384, 13390, 10983, 10506, 11109, 11179, 10854, 10485, 10617, 10955, 10743, 10997, 10659, 11218, 9714, 10912, 9527, 10348, 9970, 10500, 10389, 11860, 13383, 9985, 10387, 12777, 10936, 13567, 11845, 12940, 9621, 12121, 10048, 9609, 10779, 11615, 10659, 12059, 14468, 10040, 11914, 14104, 11044, 13763, 12295, 13382, 9920, 9636, 12049, 11752, 14006, 13864, 10321, 10110, 11747, 12827, 12167, 13928, 12413, 11880, 12080, 11908, 11948, 15580, 12759, 13325, 11749, 10563, 12588, 10319, 11427, 9718, 10440, 9869, 10369, 9539, 10380, 10647, 10406, 10833, 10558, 12520, 9979, 11144], 'WindowCenter': [4909.0, 4844.0, 4856.0, 4824.0, 4821.0, 4810.0, 4810.0, 4817.0, 4808.0, 4817.0, 4812.0, 4810.0, 4815.0, 4807.0, 4814.0, 4795.0, 4797.0, 4776.0, 4809.0, 4805.0, 4808.0, 4807.0, 4808.0, 4809.0, 4789.0, 4820.0, 4819.0, 4810.0, 4820.0, 4810.0, 4810.0, 4823.0, 4824.0, 4837.0, 4808.0, 4817.0, 4797.0, 4810.0, 4839.0, 4819.0, 4828.0, 4795.0, 4807.0, 4793.0, 4794.0, 4793.0, 4785.0, 4797.0, 4824.0, 4797.0, 4817.0, 4796.0, 4796.0, 4807.0, 4796.0, 4785.0, 4798.0, 4815.0, 4797.0, 4817.0, 4800.0, 4810.0, 4800.0, 4809.0, 4799.0, 4809.0, 4810.0, 4822.0, 4852.0, 4832.0, 4829.0, 4800.0, 4808.0, 4824.0, 4794.0, 4810.0, 4813.0, 4795.0, 4805.0, 4807.0, 4808.0, 4787.0, 4818.0, 4807.0, 4809.0, 4808.0, 4799.0, 4810.0, 4828.0, 4820.0, 4819.0, 4820.0, 4821.0, 4799.0, 4822.0, 4854.0, 4826.0, 4841.0, 4813.0, 4842.0, 4811.0, 4822.0, 4800.0, 4809.0, 4839.0, 4797.0, 4819.0, 4839.0, 4819.0, 4838.0, 4798.0, 4810.0, 4825.0, 4807.0, 4816.0, 4797.0, 4807.0, 4799.0, 4811.0, 4787.0, 4810.0, 4819.0, 4810.0, 4810.0, 4820.0, 4811.0, 4811.0, 4809.0, 4827.0, 4807.0, 4810.0, 4816.0, 4798.0, 4827.0, 4818.0, 4816.0, 4808.0, 4808.0, 4798.0, 4810.0, 4826.0, 4808.0, 4830.0, 4799.0, 4828.0, 4800.0, 4828.0, 4809.0, 4788.0, 4809.0, 4855.0, 4802.0, 4822.0, 4828.0, 4809.0, 4830.0, 4807.0, 4818.0, 4837.0, 4811.0, 4826.0, 4795.0, 4795.0, 4822.0, 4792.0, 4794.0, 4774.0, 4804.0, 4804.0, 4794.0, 4794.0, 4774.0, 4806.0, 4783.0, 4798.0, 4794.0, 4795.0, 4820.0, 4823.0, 4822.0, 4812.0, 4828.0, 4798.0, 4809.0, 4813.0, 4795.0, 4810.0, 4805.0, 4797.0, 4828.0, 4798.0, 4807.0, 4798.0, 4807.0, 4786.0, 4809.0, 4818.0, 4799.0, 4809.0, 4812.0, 4811.0, 4813.0, 4823.0, 4814.0, 4813.0, 4813.0, 4842.0, 4810.0, 4830.0, 4838.0, 4797.0, 4820.0, 4827.0, 4820.0, 4829.0, 4795.0, 4806.0, 4823.0, 4804.0, 4814.0, 4794.0, 4804.0, 4801.0, 4793.0, 4801.0, 4785.0, 4809.0, 4817.0, 4806.0, 4823.0, 4819.0, 4809.0, 4831.0, 4810.0, 4826.0, 4786.0, 4804.0, 4786.0, 4796.0, 4813.0, 4794.0, 4803.0, 4784.0, 4805.0, 4795.0, 4796.0, 4798.0, 4776.0, 4799.0, 4806.0, 4798.0, 4796.0, 4803.0, 4813.0, 4810.0, 4800.0, 4819.0, 4811.0, 4813.0, 4811.0, 4791.0, 4811.0, 4830.0, 4800.0, 4810.0, 4826.0, 4799.0, 4829.0, 4797.0, 4818.0, 4826.0, 4796.0, 4807.0, 4804.0, 4795.0, 4815.0, 4784.0, 4795.0, 4796.0, 4797.0, 4787.0, 4809.0, 4815.0, 4798.0, 4809.0, 4805.0, 4807.0, 4817.0, 4787.0, 4809.0, 4819.0, 4819.0, 4838.0, 4800.0, 4817.0, 4800.0, 4809.0, 4790.0, 4821.0, 4818.0, 4801.0, 4814.0, 4802.0, 4813.0, 4834.0, 4813.0, 4811.0, 4810.0, 4808.0, 4811.0, 4811.0, 4840.0, 4810.0, 4829.0, 4808.0, 4818.0, 4827.0, 4799.0, 4812.0, 4807.0, 4796.0, 4805.0, 4799.0, 4797.0, 4788.0, 4809.0, 4818.0, 4810.0, 4820.0, 4802.0, 4810.0, 4812.0, 4809.0, 4811.0, 4814.0, 4818.0, 4810.0, 4830.0, 4790.0, 4810.0, 4820.0, 4810.0, 4813.0, 4811.0, 4812.0, 4812.0, 4812.0, 4839.0, 4812.0, 4853.0, 4811.0, 4826.0, 4839.0, 4790.0, 4808.0, 4788.0, 4800.0, 4827.0, 4788.0, 4818.0, 4804.0, 4796.0, 4816.0, 4785.0, 4804.0, 4784.0, 4818.0, 4837.0, 4805.0, 4803.0, 4797.0, 4807.0, 4798.0, 4800.0, 4821.0, 4819.0, 4808.0, 4807.0, 4817.0, 4813.0, 4794.0, 4805.0, 4771.0, 4794.0, 4805.0, 4786.0, 4798.0, 4809.0, 4797.0, 4799.0, 4799.0, 4799.0, 4809.0, 4822.0, 4822.0, 4819.0, 4823.0, 4831.0, 4811.0, 4823.0, 4852.0, 4834.0, 4841.0, 4812.0, 4818.0, 4791.0, 4799.0, 4811.0, 4811.0, 4822.0, 4839.0, 4812.0, 4830.0, 4810.0, 4810.0, 4838.0, 4799.0, 4817.0, 4825.0, 4817.0, 4813.0, 4809.0, 4809.0, 4807.0, 4819.0, 4805.0, 4817.0, 4807.0, 4795.0, 4796.0, 4803.0, 4794.0, 4814.0, 4776.0, 4794.0, 4796.0, 4795.0, 4792.0, 4795.0, 4795.0, 4795.0, 4809.0, 4810.0, 4800.0, 4809.0, 4809.0, 4808.0, 4830.0, 4808.0, 4798.0, 4809.0, 4808.0, 4813.0, 4839.0, 4823.0, 4832.0, 4823.0, 4821.0, 4822.0, 4827.0, 4800.0, 4830.0, 4818.0, 4819.0, 4830.0, 4809.0, 4828.0, 4801.0, 4820.0, 4790.0, 4798.0, 4787.0, 4811.0, 4826.0, 4820.0, 4820.0, 4801.0, 4819.0, 4799.0, 4809.0, 4801.0, 4807.0, 4800.0, 4809.0, 4802.0, 4818.0, 4798.0, 4822.0, 4808.0, 4807.0, 4815.0, 4796.0, 4816.0, 4793.0, 4794.0, 4825.0, 4819.0, 4804.0, 4807.0, 4806.0, 4809.0, 4786.0, 4814.0, 4825.0, 4830.0, 4844.0, 4810.0, 4817.0, 4785.0, 4784.0, 4773.0, 4781.0, 4774.0, 4794.0, 4784.0, 4805.0, 4803.0, 4784.0, 4797.0, 4795.0, 4806.0, 4826.0, 4796.0, 4797.0, 4799.0, 4798.0, 4788.0, 4796.0, 4799.0, 4809.0, 4809.0, 4819.0, 4818.0, 4796.0, 4807.0, 4815.0, 4797.0, 4817.0, 4798.0, 4798.0, 4797.0, 4797.0, 4787.0, 4818.0, 4797.0, 4786.0, 4810.0, 4825.0, 4807.0, 4816.0, 4797.0, 4806.0, 4828.0, 4799.0, 4806.0, 4785.0, 4786.0, 4785.0, 4786.0, 4793.0, 4796.0, 4798.0, 4811.0, 4823.0, 4813.0, 4811.0, 4813.0, 4812.0, 4822.0, 4827.0, 4822.0, 4837.0, 4843.0, 4831.0, 4823.0, 4829.0, 4809.0, 4831.0, 4822.0, 4811.0, 4840.0, 4787.0, 4817.0, 4785.0, 4786.0, 4812.0, 4785.0, 4796.0, 4797.0, 4808.0, 4806.0, 4801.0, 4797.0, 4795.0, 4788.0, 4807.0, 4798.0, 4819.0, 4822.0, 4821.0, 4812.0, 4813.0, 4837.0, 4812.0, 4830.0, 4810.0, 4810.0, 4810.0, 4800.0, 4808.0, 4820.0, 4827.0, 4809.0, 4820.0, 4818.0, 4831.0, 4840.0, 4808.0, 4841.0, 4810.0, 4829.0, 4811.0, 4819.0, 4811.0, 4836.0, 4825.0, 4839.0, 4826.0, 4842.0, 4812.0, 4843.0, 4820.0, 4832.0, 4822.0, 4832.0, 4815.0, 4818.0, 4839.0, 4809.0, 4803.0, 4796.0, 4808.0, 4832.0, 4819.0, 4805.0, 4804.0, 4781.0, 4793.0, 4780.0, 4775.0, 4783.0, 4783.0, 4802.0, 4806.0, 4833.0, 4821.0, 4812.0, 4836.0, 4814.0, 4823.0, 4812.0, 4813.0, 4822.0, 4827.0, 4820.0, 4830.0, 4817.0, 4808.0, 4826.0, 4806.0, 4806.0, 4799.0, 4798.0, 4798.0, 4797.0, 4797.0, 4797.0, 4808.0, 4809.0, 4820.0, 4833.0, 4830.0, 4800.0, 4811.0, 4817.0, 4809.0, 4827.0, 4808.0, 4816.0, 4787.0, 4786.0, 4810.0, 4810.0, 4810.0, 4819.0, 4810.0, 4833.0, 4812.0, 4801.0, 4810.0, 4811.0, 4811.0, 4822.0, 4840.0, 4817.0, 4814.0, 4776.0, 4808.0, 4812.0, 4794.0, 4793.0, 4784.0, 4796.0, 4796.0, 4796.0, 4784.0, 4797.0, 4807.0, 4832.0, 4814.0, 4843.0, 4821.0, 4825.0, 4822.0, 4796.0, 4806.0, 4826.0, 4786.0, 4797.0, 4812.0, 4796.0, 4794.0, 4786.0, 4800.0, 4809.0, 4816.0, 4808.0, 4811.0, 4809.0, 4811.0, 4798.0, 4808.0, 4821.0, 4822.0, 4816.0, 4813.0, 4815.0, 4825.0, 4813.0, 4814.0, 4823.0, 4827.0, 4831.0, 4813.0, 4834.0, 4823.0, 4824.0, 4840.0, 4813.0, 4842.0, 4803.0, 4831.0, 4801.0, 4811.0, 4801.0, 4812.0, 4813.0, 4816.0, 4864.0, 4837.0, 4854.0, 4826.0, 4824.0, 4823.0, 4812.0, 4811.0, 4823.0, 4811.0, 4844.0, 4854.0, 4812.0, 4834.0, 4829.0, 4820.0, 4819.0, 4797.0, 4805.0, 4814.0, 4799.0, 4816.0, 4786.0, 4784.0, 4793.0, 4806.0, 4796.0, 4796.0, 4795.0, 4795.0, 4795.0, 4795.0, 4797.0, 4795.0, 4788.0, 4797.0, 4790.0, 4797.0, 4798.0, 4800.0, 4787.0, 4807.0, 4817.0, 4788.0, 4800.0, 4819.0, 4809.0, 4827.0, 4820.0, 4817.0, 4787.0, 4807.0, 4799.0, 4789.0, 4810.0, 4820.0, 4811.0, 4823.0, 4826.0, 4787.0, 4809.0, 4827.0, 4797.0, 4816.0, 4806.0, 4804.0, 4786.0, 4775.0, 4832.0, 4823.0, 4830.0, 4788.0, 4827.0, 4800.0, 4823.0, 4817.0, 4810.0, 4827.0, 4806.0, 4806.0, 4805.0, 4805.0, 4820.0, 4825.0, 4805.0, 4816.0, 4793.0, 4784.0, 4791.0, 4771.0, 4781.0, 4773.0, 4783.0, 4786.0, 4770.0, 4774.0, 4785.0, 4797.0, 4796.0, 4796.0, 4797.0, 4817.0, 4788.0, 4808.0], 'WindowWidth': [10685.0, 10582.0, 10583.0, 10533.0, 10522.0, 10504.0, 10504.0, 10507.0, 10497.0, 10508.0, 10507.0, 10501.0, 10500.0, 10492.0, 10497.0, 10473.0, 10477.0, 10450.0, 10497.0, 10487.0, 10497.0, 10492.0, 10495.0, 10498.0, 10471.0, 10516.0, 10513.0, 10501.0, 10513.0, 10501.0, 10501.0, 10524.0, 10526.0, 10532.0, 10494.0, 10507.0, 10477.0, 10500.0, 10539.0, 10510.0, 10520.0, 10471.0, 10489.0, 10464.0, 10468.0, 10466.0, 10455.0, 10475.0, 10511.0, 10475.0, 10501.0, 10474.0, 10473.0, 10490.0, 10473.0, 10455.0, 10478.0, 10498.0, 10477.0, 10505.0, 10484.0, 10499.0, 10488.0, 10500.0, 10486.0, 10498.0, 10503.0, 10522.0, 10562.0, 10536.0, 10524.0, 10482.0, 10493.0, 10510.0, 10468.0, 10501.0, 10493.0, 10472.0, 10486.0, 10493.0, 10494.0, 10466.0, 10510.0, 10491.0, 10495.0, 10495.0, 10486.0, 10501.0, 10522.0, 10515.0, 10512.0, 10515.0, 10519.0, 10486.0, 10521.0, 10570.0, 10533.0, 10546.0, 10508.0, 10546.0, 10504.0, 10521.0, 10486.0, 10498.0, 10540.0, 10478.0, 10510.0, 10541.0, 10512.0, 10537.0, 10481.0, 10499.0, 10512.0, 10492.0, 10503.0, 10479.0, 10492.0, 10482.0, 10502.0, 10467.0, 10501.0, 10513.0, 10503.0, 10503.0, 10513.0, 10501.0, 10500.0, 10499.0, 10519.0, 10490.0, 10497.0, 10501.0, 10479.0, 10518.0, 10506.0, 10502.0, 10495.0, 10494.0, 10478.0, 10498.0, 10515.0, 10493.0, 10526.0, 10481.0, 10521.0, 10485.0, 10521.0, 10500.0, 10467.0, 10501.0, 10575.0, 10494.0, 10519.0, 10522.0, 10495.0, 10528.0, 10491.0, 10507.0, 10535.0, 10502.0, 10517.0, 10471.0, 10470.0, 10503.0, 10462.0, 10466.0, 10438.0, 10479.0, 10479.0, 10468.0, 10467.0, 10440.0, 10485.0, 10449.0, 10482.0, 10469.0, 10473.0, 10515.0, 10528.0, 10523.0, 10506.0, 10523.0, 10481.0, 10496.0, 10492.0, 10470.0, 10501.0, 10484.0, 10474.0, 10519.0, 10480.0, 10491.0, 10482.0, 10492.0, 10461.0, 10497.0, 10509.0, 10485.0, 10498.0, 10504.0, 10503.0, 10510.0, 10524.0, 10513.0, 10508.0, 10507.0, 10545.0, 10497.0, 10525.0, 10534.0, 10476.0, 10509.0, 10518.0, 10512.0, 10521.0, 10468.0, 10484.0, 10502.0, 10479.0, 10492.0, 10466.0, 10482.0, 10470.0, 10463.0, 10470.0, 10454.0, 10494.0, 10505.0, 10490.0, 10525.0, 10513.0, 10497.0, 10529.0, 10498.0, 10513.0, 10457.0, 10477.0, 10456.0, 10470.0, 10488.0, 10464.0, 10477.0, 10451.0, 10483.0, 10468.0, 10473.0, 10476.0, 10447.0, 10483.0, 10486.0, 10479.0, 10475.0, 10494.0, 10507.0, 10499.0, 10486.0, 10511.0, 10504.0, 10508.0, 10503.0, 10474.0, 10502.0, 10525.0, 10481.0, 10496.0, 10516.0, 10479.0, 10521.0, 10474.0, 10506.0, 10514.0, 10473.0, 10488.0, 10479.0, 10467.0, 10495.0, 10452.0, 10466.0, 10473.0, 10473.0, 10464.0, 10495.0, 10497.0, 10477.0, 10495.0, 10482.0, 10489.0, 10500.0, 10460.0, 10493.0, 10512.0, 10512.0, 10535.0, 10484.0, 10504.0, 10484.0, 10496.0, 10470.0, 10513.0, 10506.0, 10486.0, 10508.0, 10491.0, 10506.0, 10536.0, 10507.0, 10501.0, 10500.0, 10494.0, 10499.0, 10503.0, 10539.0, 10497.0, 10523.0, 10490.0, 10506.0, 10517.0, 10481.0, 10503.0, 10489.0, 10473.0, 10483.0, 10478.0, 10476.0, 10465.0, 10496.0, 10508.0, 10500.0, 10511.0, 10489.0, 10499.0, 10505.0, 10497.0, 10502.0, 10509.0, 10505.0, 10498.0, 10525.0, 10470.0, 10497.0, 10511.0, 10498.0, 10508.0, 10503.0, 10503.0, 10500.0, 10503.0, 10535.0, 10500.0, 10560.0, 10499.0, 10528.0, 10533.0, 10467.0, 10491.0, 10460.0, 10482.0, 10515.0, 10462.0, 10503.0, 10477.0, 10468.0, 10494.0, 10452.0, 10477.0, 10448.0, 10504.0, 10531.0, 10481.0, 10475.0, 10476.0, 10489.0, 10477.0, 10488.0, 10517.0, 10509.0, 10493.0, 10487.0, 10503.0, 10490.0, 10462.0, 10478.0, 10428.0, 10465.0, 10482.0, 10457.0, 10477.0, 10493.0, 10474.0, 10481.0, 10480.0, 10482.0, 10495.0, 10517.0, 10519.0, 10509.0, 10518.0, 10529.0, 10498.0, 10521.0, 10557.0, 10533.0, 10539.0, 10500.0, 10505.0, 10470.0, 10478.0, 10498.0, 10498.0, 10516.0, 10537.0, 10500.0, 10526.0, 10496.0, 10494.0, 10529.0, 10479.0, 10501.0, 10523.0, 10503.0, 10508.0, 10492.0, 10494.0, 10488.0, 10507.0, 10483.0, 10499.0, 10487.0, 10464.0, 10466.0, 10473.0, 10463.0, 10490.0, 10443.0, 10464.0, 10470.0, 10468.0, 10459.0, 10466.0, 10465.0, 10469.0, 10494.0, 10499.0, 10483.0, 10493.0, 10495.0, 10492.0, 10525.0, 10489.0, 10475.0, 10492.0, 10490.0, 10502.0, 10539.0, 10520.0, 10531.0, 10520.0, 10512.0, 10516.0, 10516.0, 10482.0, 10527.0, 10506.0, 10507.0, 10522.0, 10494.0, 10517.0, 10485.0, 10509.0, 10468.0, 10474.0, 10459.0, 10499.0, 10512.0, 10510.0, 10508.0, 10483.0, 10509.0, 10479.0, 10490.0, 10484.0, 10487.0, 10481.0, 10491.0, 10487.0, 10503.0, 10478.0, 10514.0, 10489.0, 10485.0, 10492.0, 10470.0, 10497.0, 10459.0, 10463.0, 10509.0, 10506.0, 10476.0, 10486.0, 10483.0, 10494.0, 10459.0, 10495.0, 10508.0, 10525.0, 10553.0, 10498.0, 10499.0, 10451.0, 10446.0, 10430.0, 10440.0, 10435.0, 10465.0, 10450.0, 10480.0, 10475.0, 10451.0, 10473.0, 10468.0, 10482.0, 10513.0, 10470.0, 10471.0, 10479.0, 10475.0, 10461.0, 10469.0, 10478.0, 10494.0, 10492.0, 10506.0, 10502.0, 10467.0, 10485.0, 10493.0, 10473.0, 10501.0, 10475.0, 10474.0, 10473.0, 10473.0, 10459.0, 10502.0, 10473.0, 10457.0, 10496.0, 10509.0, 10486.0, 10497.0, 10469.0, 10484.0, 10518.0, 10477.0, 10481.0, 10453.0, 10453.0, 10451.0, 10455.0, 10461.0, 10471.0, 10477.0, 10500.0, 10521.0, 10508.0, 10499.0, 10506.0, 10505.0, 10519.0, 10531.0, 10519.0, 10543.0, 10551.0, 10529.0, 10518.0, 10520.0, 10491.0, 10527.0, 10518.0, 10501.0, 10539.0, 10459.0, 10497.0, 10453.0, 10457.0, 10486.0, 10454.0, 10470.0, 10469.0, 10490.0, 10484.0, 10484.0, 10473.0, 10468.0, 10461.0, 10488.0, 10478.0, 10507.0, 10517.0, 10515.0, 10500.0, 10504.0, 10531.0, 10502.0, 10526.0, 10497.0, 10497.0, 10497.0, 10483.0, 10490.0, 10509.0, 10514.0, 10493.0, 10510.0, 10503.0, 10524.0, 10535.0, 10491.0, 10536.0, 10497.0, 10520.0, 10496.0, 10505.0, 10501.0, 10544.0, 10527.0, 10538.0, 10526.0, 10546.0, 10503.0, 10547.0, 10509.0, 10530.0, 10516.0, 10529.0, 10495.0, 10503.0, 10535.0, 10490.0, 10476.0, 10468.0, 10491.0, 10530.0, 10508.0, 10480.0, 10476.0, 10440.0, 10458.0, 10437.0, 10434.0, 10445.0, 10442.0, 10489.0, 10485.0, 10532.0, 10516.0, 10506.0, 10544.0, 10513.0, 10521.0, 10503.0, 10503.0, 10517.0, 10516.0, 10508.0, 10524.0, 10499.0, 10489.0, 10510.0, 10484.0, 10482.0, 10479.0, 10480.0, 10476.0, 10472.0, 10472.0, 10474.0, 10491.0, 10495.0, 10510.0, 10533.0, 10523.0, 10481.0, 10497.0, 10498.0, 10489.0, 10512.0, 10487.0, 10494.0, 10457.0, 10456.0, 10501.0, 10497.0, 10495.0, 10508.0, 10497.0, 10534.0, 10502.0, 10485.0, 10496.0, 10499.0, 10501.0, 10516.0, 10537.0, 10498.0, 10492.0, 10440.0, 10488.0, 10486.0, 10463.0, 10461.0, 10448.0, 10468.0, 10470.0, 10471.0, 10452.0, 10471.0, 10486.0, 10530.0, 10512.0, 10547.0, 10515.0, 10524.0, 10517.0, 10470.0, 10484.0, 10511.0, 10455.0, 10472.0, 10487.0, 10469.0, 10466.0, 10456.0, 10481.0, 10493.0, 10518.0, 10494.0, 10501.0, 10496.0, 10500.0, 10480.0, 10492.0, 10513.0, 10520.0, 10517.0, 10509.0, 10514.0, 10527.0, 10509.0, 10508.0, 10522.0, 10530.0, 10530.0, 10506.0, 10538.0, 10519.0, 10523.0, 10540.0, 10504.0, 10544.0, 10493.0, 10527.0, 10486.0, 10495.0, 10486.0, 10503.0, 10500.0, 10511.0, 10579.0, 10542.0, 10565.0, 10532.0, 10525.0, 10519.0, 10504.0, 10498.0, 10520.0, 10500.0, 10551.0, 10566.0, 10502.0, 10535.0, 10516.0, 10509.0, 10505.0, 10470.0, 10480.0, 10491.0, 10480.0, 10497.0, 10454.0, 10448.0, 10459.0, 10482.0, 10471.0, 10470.0, 10467.0, 10468.0, 10469.0, 10466.0, 10472.0, 10467.0, 10462.0, 10476.0, 10468.0, 10470.0, 10476.0, 10480.0, 10458.0, 10486.0, 10499.0, 10460.0, 10479.0, 10507.0, 10493.0, 10516.0, 10509.0, 10499.0, 10459.0, 10484.0, 10479.0, 10465.0, 10497.0, 10513.0, 10499.0, 10515.0, 10513.0, 10457.0, 10490.0, 10513.0, 10470.0, 10496.0, 10482.0, 10476.0, 10455.0, 10440.0, 10529.0, 10518.0, 10522.0, 10444.0, 10533.0, 10480.0, 10519.0, 10501.0, 10492.0, 10517.0, 10483.0, 10484.0, 10480.0, 10484.0, 10510.0, 10509.0, 10482.0, 10498.0, 10463.0, 10449.0, 10454.0, 10426.0, 10441.0, 10435.0, 10450.0, 10457.0, 10427.0, 10437.0, 10453.0, 10472.0, 10473.0, 10471.0, 10475.0, 10499.0, 10463.0, 10490.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.0005858735632183908</td></tr>
<tr><td colspan=3>aqi</td><td>0.022036418965517245</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.39012045021862</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.233769150034524</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9964563249712306</td></tr>
<tr><td colspan=3>efc</td><td>0.4793</td></tr>
<tr><td colspan=3>fber</td><td>7373.3818</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09299160970494699</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>55</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.32183908045977</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.369616836942956</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.353821125698713</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5466627574646465</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2083666276655083</td></tr>
<tr><td colspan=3>gcor</td><td>0.013727</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013076992705464363</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020786913111805916</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.153540544561535</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>23.1605</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.6001</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>196.1511</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>296937.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>964.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>404.563</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8198</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>618.0866</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4018.2794</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4192.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79607.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1607.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5241.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1009.2531</td></tr>
<tr><td colspan=3>tsnr</td><td>41.68501380085945</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>