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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0086/ses-01/func/sub-0086_ses-01_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>609cb4f0d0455a7db4f842d709830774</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>09:37:6.800000</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.999384, 0.00417979, 0.0348344, -0.00558164, 0.999174, 0.0402436]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0912094</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7746, -7303, 656, -79, -127, 69, 95]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.123</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5a1546fa-df2f-44f3-b1c3-d4bb9f940625||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.6812751293182373, -0.014975127764046192, 0.0935211107134819, 109.95507049560547], [-0.011214072816073895, 2.680711507797241, 0.10911578685045242, -100.7954330444336], [0.09345820546150208, -0.10797063261270523, 2.6961727142333984, -82.14667510986328], [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': ['093706.800000', '093707.260000', '093707.720000', '093708.180000', '093708.640000', '093709.100000', '093709.560000', '093710.020000', '093710.480000', '093710.940000', '093711.400000', '093711.860000', '093712.320000', '093712.780000', '093713.240000', '093713.700000', '093714.160000', '093714.620000', '093715.080000', '093715.540000', '093716.000000', '093716.460000', '093716.920000', '093717.380000', '093717.840000', '093718.300000', '093718.760000', '093719.220000', '093719.680000', '093720.140000', '093720.600000', '093721.060000', '093721.520000', '093721.980000', '093722.440000', '093722.900000', '093723.360000', '093723.820000', '093724.280000', '093724.740000', '093725.200000', '093725.660000', '093726.120000', '093726.580000', '093727.040000', '093727.500000', '093727.960000', '093728.420000', '093728.880000', '093729.340000', '093729.800000', '093730.260000', '093730.720000', '093731.180000', '093731.640000', '093732.100000', '093732.560000', '093733.020000', '093733.480000', '093733.940000', '093734.400000', '093734.860000', '093735.320000', '093735.780000', '093736.240000', '093736.700000', '093737.160000', '093737.620000', '093738.080000', '093738.540000', '093739.000000', '093739.460000', '093739.920000', '093740.380000', '093740.840000', '093741.300000', '093741.760000', '093742.220000', '093742.680000', '093743.140000', '093743.600000', '093744.060000', '093744.520000', '093744.980000', '093745.440000', '093745.900000', '093746.360000', '093746.820000', '093747.280000', '093747.740000', '093748.200000', '093748.660000', '093749.120000', '093749.580000', '093750.040000', '093750.500000', '093750.960000', '093751.420000', '093751.880000', '093752.340000', '093752.800000', '093753.260000', '093753.720000', '093754.180000', '093754.640000', '093755.100000', '093755.560000', '093756.020000', '093756.480000', '093756.940000', '093757.400000', '093757.860000', '093758.320000', '093758.780000', '093759.240000', '093759.700000', '093800.160000', '093800.620000', '093801.080000', '093801.540000', '093802.000000', '093802.460000', '093802.920000', '093803.380000', '093803.840000', '093804.300000', '093804.760000', '093805.220000', '093805.680000', '093806.140000', '093806.600000', '093807.060000', '093807.520000', '093807.980000', '093808.440000', '093808.900000', '093809.360000', '093809.820000', '093810.280000', '093810.740000', '093811.200000', '093811.660000', '093812.120000', '093812.580000', '093813.040000', '093813.500000', '093813.960000', '093814.420000', '093814.880000', '093815.340000', '093815.800000', '093816.260000', '093816.720000', '093817.180000', '093817.640000', '093818.100000', '093818.560000', '093819.020000', '093819.480000', '093819.940000', '093820.400000', '093820.860000', '093821.320000', '093821.780000', '093822.240000', '093822.700000', '093823.160000', '093823.620000', '093824.080000', '093824.540000', '093825.000000', '093825.460000', '093825.920000', '093826.380000', '093826.840000', '093827.300000', '093827.760000', '093828.220000', '093828.680000', '093829.140000', '093829.600000', '093830.060000', '093830.520000', '093830.980000', '093831.440000', '093831.900000', '093832.360000', '093832.820000', '093833.280000', '093833.740000', '093834.200000', '093834.660000', '093835.120000', '093835.580000', '093836.040000', '093836.500000', '093836.960000', '093837.420000', '093837.880000', '093838.340000', '093838.800000', '093839.260000', '093839.720000', '093840.180000', '093840.640000', '093841.100000', '093841.560000', '093842.020000', '093842.480000', '093842.940000', '093843.400000', '093843.860000', '093844.320000', '093844.780000', '093845.240000', '093845.700000', '093846.160000', '093846.620000', '093847.080000', '093847.540000', '093848.000000', '093848.460000', '093848.920000', '093849.380000', '093849.840000', '093850.300000', '093850.760000', '093851.220000', '093851.680000', '093852.140000', '093852.600000', '093853.060000', '093853.520000', '093853.980000', '093854.440000', '093854.900000', '093855.360000', '093855.820000', '093856.280000', '093856.740000', '093857.200000', '093857.660000', '093858.120000', '093858.580000', '093859.040000', '093859.500000', '093859.960000', '093900.420000', '093900.880000', '093901.340000', '093901.800000', '093902.260000', '093902.720000', '093903.180000', '093903.640000', '093904.100000', '093904.560000', '093905.020000', '093905.480000', '093905.940000', '093906.400000', '093906.860000', '093907.320000', '093907.780000', '093908.240000', '093908.700000', '093909.160000', '093909.620000', '093910.080000', '093910.540000', '093911.000000', '093911.460000', '093911.920000', '093912.380000', '093912.840000', '093913.300000', '093913.760000', '093914.220000', '093914.680000', '093915.140000', '093915.600000', '093916.060000', '093916.520000', '093916.980000', '093917.440000', '093917.900000', '093918.360000', '093918.820000', '093919.280000', '093919.740000', '093920.200000', '093920.660000', '093921.120000', '093921.580000', '093922.040000', '093922.500000', '093922.960000', '093923.420000', '093923.880000', '093924.340000', '093924.800000', '093925.260000', '093925.720000', '093926.180000', '093926.640000', '093927.100000', '093927.560000', '093928.020000', '093928.480000', '093928.940000', '093929.400000', '093929.860000', '093930.320000', '093930.780000', '093931.240000', '093931.700000', '093932.160000', '093932.620000', '093933.080000', '093933.540000', '093934.000000', '093934.460000', '093934.920000', '093935.380000', '093935.840000', '093936.300000', '093936.760000', '093937.220000', '093937.680000', '093938.140000', '093938.600000', '093939.060000', '093939.520000', '093939.980000', '093940.440000', '093940.900000', '093941.360000', '093941.820000', '093942.280000', '093942.740000', '093943.200000', '093943.660000', '093944.120000', '093944.580000', '093945.040000', '093945.500000', '093945.960000', '093946.420000', '093946.880000', '093947.340000', '093947.800000', '093948.260000', '093948.720000', '093949.180000', '093949.640000', '093950.100000', '093950.560000', '093951.020000', '093951.480000', '093951.940000', '093952.400000', '093952.860000', '093953.320000', '093953.780000', '093954.240000', '093954.700000', '093955.160000', '093955.620000', '093956.080000', '093956.540000', '093957.000000', '093957.460000', '093957.920000', '093958.380000', '093958.840000', '093959.300000', '093959.760000', '094000.220000', '094000.680000', '094001.140000', '094001.600000', '094002.060000', '094002.520000', '094002.980000', '094003.440000', '094003.900000', '094004.360000', '094004.820000', '094005.280000', '094005.740000', '094006.200000', '094006.660000', '094007.120000', '094007.580000', '094008.040000', '094008.500000', '094008.960000', '094009.420000', '094009.880000', '094010.340000', '094010.800000', '094011.260000', '094011.720000', '094012.180000', '094012.640000', '094013.100000', '094013.560000', '094014.020000', '094014.480000', '094014.940000', '094015.400000', '094015.860000', '094016.320000', '094016.780000', '094017.240000', '094017.700000', '094018.160000', '094018.620000', '094019.080000', '094019.540000', '094020.000000', '094020.460000', '094020.920000', '094021.380000', '094021.840000', '094022.300000', '094022.760000', '094023.220000', '094023.680000', '094024.140000', '094024.600000', '094025.060000', '094025.520000', '094025.980000', '094026.440000', '094026.900000', '094027.360000', '094027.820000', '094028.280000', '094028.740000', '094029.200000', '094029.660000', '094030.120000', '094030.580000', '094031.040000', '094031.500000', '094031.960000', '094032.420000', '094032.880000', '094033.340000', '094033.800000', '094034.260000', '094034.720000', '094035.180000', '094035.640000', '094036.100000', '094036.560000', '094037.020000', '094037.480000', '094037.940000', '094038.400000', '094038.860000', '094039.320000', '094039.780000', '094040.240000', '094040.700000', '094041.160000', '094041.620000', '094042.080000', '094042.540000', '094043.000000', '094043.460000', '094043.920000', '094044.380000', '094044.840000', '094045.300000', '094045.760000', '094046.220000', '094046.680000', '094047.140000', '094047.600000', '094048.060000', '094048.520000', '094048.980000', '094049.440000', '094049.900000', '094050.360000', '094050.820000', '094051.280000', '094051.740000', '094052.200000', '094052.660000', '094053.120000', '094053.580000', '094054.040000', '094054.500000', '094054.960000', '094055.420000', '094055.880000', '094056.340000', '094056.800000', '094057.260000', '094057.720000', '094058.180000', '094058.640000', '094059.100000', '094059.560000', '094100.020000', '094100.480000', '094100.940000', '094101.400000', '094101.860000', '094102.320000', '094102.780000', '094103.240000', '094103.700000', '094104.160000', '094104.620000', '094105.080000', '094105.540000', '094106.000000', '094106.460000', '094106.920000', '094107.380000', '094107.840000', '094108.300000', '094108.760000', '094109.220000', '094109.680000', '094110.140000', '094110.600000', '094111.060000', '094111.520000', '094111.980000', '094112.440000', '094112.900000', '094113.360000', '094113.820000', '094114.280000', '094114.740000', '094115.200000', '094115.660000', '094116.120000', '094116.580000', '094117.040000', '094117.500000', '094117.960000', '094118.420000', '094118.880000', '094119.340000', '094119.800000', '094120.260000', '094120.720000', '094121.180000', '094121.640000', '094122.100000', '094122.560000', '094123.020000', '094123.480000', '094123.940000', '094124.400000', '094124.860000', '094125.320000', '094125.780000', '094126.240000', '094126.700000', '094127.160000', '094127.620000', '094128.080000', '094128.540000', '094129.000000', '094129.460000', '094129.920000', '094130.380000', '094130.840000', '094131.300000', '094131.760000', '094132.220000', '094132.680000', '094133.140000', '094133.600000', '094134.060000', '094134.520000', '094134.980000', '094135.440000', '094135.900000', '094136.360000', '094136.820000', '094137.280000', '094137.740000', '094138.200000', '094138.660000', '094139.120000', '094139.580000', '094140.040000', '094140.500000', '094140.960000', '094141.420000', '094141.880000', '094142.340000', '094142.800000', '094143.260000', '094143.720000', '094144.180000', '094144.640000', '094145.100000', '094145.560000', '094146.020000', '094146.480000', '094146.940000', '094147.400000', '094147.860000', '094148.320000', '094148.780000', '094149.240000', '094149.700000', '094150.160000', '094150.620000', '094151.080000', '094151.540000', '094152.000000', '094152.460000', '094152.920000', '094153.380000', '094153.840000', '094154.300000', '094154.760000', '094155.220000', '094155.680000', '094156.140000', '094156.600000', '094157.060000', '094157.520000', '094157.980000', '094158.440000', '094158.900000', '094159.360000', '094159.820000', '094200.280000', '094200.740000', '094201.200000', '094201.660000', '094202.120000', '094202.580000', '094203.040000', '094203.500000', '094203.960000', '094204.420000', '094204.880000', '094205.340000', '094205.800000', '094206.260000', '094206.720000', '094207.180000', '094207.640000', '094208.100000', '094208.560000', '094209.020000', '094209.480000', '094209.940000', '094210.400000', '094210.860000', '094211.320000', '094211.780000', '094212.240000', '094212.700000', '094213.160000', '094213.620000', '094214.080000', '094214.540000', '094215.000000', '094215.460000', '094215.920000', '094216.380000', '094216.840000', '094217.300000', '094217.760000', '094218.220000', '094218.680000', '094219.140000', '094219.600000', '094220.060000', '094220.520000', '094220.980000', '094221.440000', '094221.900000', '094222.360000', '094222.820000', '094223.280000', '094223.740000', '094224.200000', '094224.660000', '094225.120000', '094225.580000', '094226.040000', '094226.500000', '094226.960000', '094227.420000', '094227.880000', '094228.340000', '094228.800000', '094229.260000', '094229.720000', '094230.180000', '094230.640000', '094231.100000', '094231.560000', '094232.020000', '094232.480000', '094232.940000', '094233.400000', '094233.860000', '094234.320000', '094234.780000', '094235.240000', '094235.700000', '094236.160000', '094236.620000', '094237.080000', '094237.540000', '094238.000000', '094238.460000', '094238.920000', '094239.380000', '094239.840000', '094240.300000', '094240.760000', '094241.220000', '094241.680000', '094242.140000', '094242.600000', '094243.060000', '094243.520000', '094243.980000', '094244.440000', '094244.900000', '094245.360000', '094245.820000', '094246.280000', '094246.740000', '094247.200000', '094247.660000', '094248.120000', '094248.580000', '094249.040000', '094249.500000', '094249.960000', '094250.420000', '094250.880000', '094251.340000', '094251.800000', '094252.260000', '094252.720000', '094253.180000', '094253.640000', '094254.100000', '094254.560000', '094255.020000', '094255.480000', '094255.940000', '094256.400000', '094256.860000', '094257.320000', '094257.780000', '094258.240000', '094258.700000', '094259.160000', '094259.620000', '094300.080000', '094300.540000', '094301.000000', '094301.460000', '094301.920000', '094302.380000', '094302.840000', '094303.300000', '094303.760000', '094304.220000', '094304.680000', '094305.140000', '094305.600000', '094306.060000', '094306.520000', '094306.980000', '094307.440000', '094307.900000', '094308.360000', '094308.820000', '094309.280000', '094309.740000', '094310.200000', '094310.660000', '094311.120000', '094311.580000', '094312.040000', '094312.500000', '094312.960000', '094313.420000', '094313.880000', '094314.340000', '094314.800000', '094315.260000', '094315.720000', '094316.180000', '094316.640000', '094317.100000', '094317.560000', '094318.020000', '094318.480000', '094318.940000', '094319.400000', '094319.860000', '094320.320000', '094320.780000', '094321.240000', '094321.700000', '094322.160000', '094322.620000', '094323.080000', '094323.540000', '094324.000000', '094324.460000', '094324.920000', '094325.380000', '094325.840000', '094326.300000', '094326.760000', '094327.220000', '094327.680000', '094328.140000', '094328.600000', '094329.060000', '094329.520000', '094329.980000', '094330.440000', '094330.900000', '094331.360000', '094331.820000', '094332.280000', '094332.740000', '094333.200000', '094333.660000', '094334.120000', '094334.580000', '094335.040000', '094335.500000', '094335.960000', '094336.420000', '094336.880000', '094337.340000', '094337.800000', '094338.260000', '094338.720000', '094339.180000', '094339.640000', '094340.100000', '094340.560000', '094341.020000', '094341.480000', '094341.940000', '094342.400000', '094342.860000', '094343.320000', '094343.780000', '094344.240000', '094344.700000', '094345.160000', '094345.620000', '094346.080000', '094346.540000', '094347.000000', '094347.460000'], 'ContentTime': ['093727.480000', '093727.485000', '093727.487000', '093727.490000', '093727.493000', '093727.495000', '093727.498000', '093727.501000', '093727.503000', '093727.506000', '093727.509000', '093727.512000', '093727.514000', '093727.517000', '093727.520000', '093727.522000', '093727.525000', '093727.527000', '093727.530000', '093727.533000', '093727.535000', '093727.538000', '093727.541000', '093727.543000', '093727.546000', '093727.549000', '093727.551000', '093727.554000', '093727.557000', '093727.559000', '093727.562000', '093727.565000', '093727.568000', '093727.571000', '093727.574000', '093727.577000', '093727.579000', '093727.582000', '093727.585000', '093727.587000', '093727.590000', '093727.605000', '093727.608000', '093747.438000', '093747.440000', '093747.443000', '093747.446000', '093747.448000', '093747.451000', '093747.453000', '093747.456000', '093747.459000', '093747.461000', '093747.464000', '093747.466000', '093747.469000', '093747.472000', '093747.474000', '093747.477000', '093747.480000', '093747.482000', '093747.485000', '093747.488000', '093747.490000', '093747.493000', '093747.495000', '093747.498000', '093747.501000', '093747.503000', '093747.506000', '093747.508000', '093747.511000', '093747.514000', '093747.516000', '093747.519000', '093747.521000', '093747.524000', '093747.527000', '093747.529000', '093747.532000', '093747.535000', '093747.537000', '093747.540000', '093747.542000', '093747.545000', '093747.548000', '093747.550000', '093807.437000', '093807.440000', '093807.443000', '093807.446000', '093807.448000', '093807.451000', '093807.454000', '093807.456000', '093807.459000', '093807.462000', '093807.464000', '093807.467000', '093807.470000', '093807.472000', '093807.475000', '093807.478000', '093807.480000', '093807.483000', '093807.486000', '093807.488000', '093807.491000', '093807.494000', '093807.496000', '093807.499000', '093807.502000', '093807.504000', '093807.507000', '093807.510000', '093807.512000', '093807.515000', '093807.518000', '093807.520000', '093807.523000', '093807.525000', '093807.528000', '093807.531000', '093807.533000', '093807.536000', '093807.538000', '093807.541000', '093807.551000', '093807.554000', '093807.557000', '093827.438000', '093827.441000', '093827.443000', '093827.446000', '093827.449000', '093827.451000', '093827.454000', '093827.457000', '093827.459000', '093827.462000', '093827.465000', '093827.467000', '093827.470000', '093827.473000', '093827.475000', '093827.478000', '093827.481000', '093827.485000', '093827.488000', '093827.491000', '093827.493000', '093827.496000', '093827.499000', '093827.501000', '093827.504000', '093827.507000', '093827.509000', '093827.512000', '093827.514000', '093827.517000', '093827.520000', '093827.522000', '093827.525000', '093827.528000', '093827.530000', '093827.533000', '093827.536000', '093827.538000', '093827.541000', '093827.544000', '093827.546000', '093827.549000', '093827.552000', '093827.554000', '093847.437000', '093847.440000', '093847.443000', '093847.446000', '093847.451000', '093847.454000', '093847.457000', '093847.459000', '093847.462000', '093847.465000', '093847.467000', '093847.470000', '093847.473000', '093847.476000', '093847.478000', '093847.481000', '093847.483000', '093847.486000', '093847.489000', '093847.491000', '093847.494000', '093847.497000', '093847.499000', '093847.502000', '093847.505000', '093847.507000', '093847.510000', '093847.512000', '093847.515000', '093847.518000', '093847.520000', '093847.523000', '093847.526000', '093847.528000', '093847.531000', '093847.533000', '093847.536000', '093847.539000', '093847.541000', '093847.544000', '093847.546000', '093847.549000', '093847.552000', '093907.438000', '093907.441000', '093907.444000', '093907.447000', '093907.449000', '093907.452000', '093907.454000', '093907.457000', '093907.460000', '093907.463000', '093907.465000', '093907.468000', '093907.470000', '093907.473000', '093907.476000', '093907.478000', '093907.481000', '093907.484000', '093907.486000', '093907.489000', '093907.491000', '093907.494000', '093907.497000', '093907.499000', '093907.502000', '093907.505000', '093907.508000', '093907.510000', '093907.521000', '093907.524000', '093907.526000', '093907.529000', '093907.531000', '093907.534000', '093907.537000', '093907.539000', '093907.542000', '093907.557000', '093907.560000', '093907.563000', '093907.565000', '093907.568000', '093907.570000', '093907.573000', '093927.439000', '093927.441000', '093927.444000', '093927.447000', '093927.449000', '093927.452000', '093927.454000', '093927.457000', '093927.460000', '093927.462000', '093927.465000', '093927.468000', '093927.470000', '093927.473000', '093927.475000', '093927.478000', '093927.481000', '093927.484000', '093927.486000', '093927.489000', '093927.492000', '093927.494000', '093927.497000', '093927.500000', '093927.502000', '093927.505000', '093927.508000', '093927.510000', '093927.513000', '093927.516000', '093927.518000', '093927.521000', '093927.524000', '093927.526000', '093927.529000', '093927.532000', '093927.534000', '093927.537000', '093927.540000', '093927.542000', '093927.545000', '093927.547000', '093927.550000', '093947.438000', '093947.441000', '093947.444000', '093947.447000', '093947.449000', '093947.453000', '093947.456000', '093947.459000', '093947.461000', '093947.464000', '093947.466000', '093947.469000', '093947.472000', '093947.474000', '093947.477000', '093947.479000', '093947.482000', '093947.485000', '093947.488000', '093947.490000', '093947.493000', '093947.496000', '093947.498000', '093947.507000', '093947.510000', '093947.513000', '093947.515000', '093947.518000', '093947.521000', '093947.523000', '093947.526000', '093947.529000', '093947.531000', '093947.534000', '093947.536000', '093947.539000', '093947.542000', '093947.545000', '093947.547000', '093947.550000', '093947.553000', '093947.555000', '093947.558000', '093947.560000', '094007.437000', '094007.440000', '094007.443000', '094007.446000', '094007.455000', '094007.457000', '094007.460000', '094007.463000', '094007.465000', '094007.468000', '094007.471000', '094007.473000', '094007.476000', '094007.479000', '094007.481000', '094007.484000', '094007.487000', '094007.489000', '094007.492000', '094007.494000', '094007.497000', '094007.500000', '094007.503000', '094007.505000', '094007.508000', '094007.510000', '094007.513000', '094007.516000', '094007.518000', '094007.521000', '094007.524000', '094007.526000', '094007.529000', '094007.532000', '094007.534000', '094007.537000', '094007.540000', '094007.542000', '094007.545000', '094007.548000', '094007.550000', '094007.553000', '094007.556000', '094027.438000', '094027.441000', '094027.444000', '094027.447000', '094027.452000', '094027.454000', '094027.457000', '094027.460000', '094027.462000', '094027.465000', '094027.468000', '094027.471000', '094027.473000', '094027.476000', '094027.478000', '094027.481000', '094027.484000', '094027.486000', '094027.489000', '094027.492000', '094027.494000', '094027.497000', '094027.500000', '094027.502000', '094027.505000', '094027.508000', '094027.510000', '094027.513000', '094027.516000', '094027.519000', '094027.521000', '094027.524000', '094027.526000', '094027.529000', '094027.532000', '094027.535000', '094027.537000', '094027.540000', '094027.542000', '094027.545000', '094027.548000', '094027.550000', '094027.553000', '094047.437000', '094047.440000', '094047.443000', '094047.446000', '094047.448000', '094047.451000', '094047.454000', '094047.456000', '094047.459000', '094047.462000', '094047.464000', '094047.467000', '094047.469000', '094047.472000', '094047.475000', '094047.477000', '094047.480000', '094047.483000', '094047.486000', '094047.503000', '094047.506000', '094047.509000', '094047.511000', '094047.514000', '094047.517000', '094047.519000', '094047.522000', '094047.525000', '094047.527000', '094047.530000', '094047.533000', '094047.535000', '094047.538000', '094047.541000', '094047.543000', '094047.546000', '094047.548000', '094047.551000', '094047.554000', '094047.556000', '094047.559000', '094047.562000', '094047.564000', '094047.567000', '094107.437000', '094107.440000', '094107.443000', '094107.446000', '094107.448000', '094107.451000', '094107.454000', '094107.457000', '094107.460000', '094107.463000', '094107.466000', '094107.468000', '094107.471000', '094107.473000', '094107.476000', '094107.479000', '094107.481000', '094107.495000', '094107.498000', '094107.501000', '094107.503000', '094107.506000', '094107.509000', '094107.511000', '094107.514000', '094107.517000', '094107.519000', '094107.522000', '094107.525000', '094107.527000', '094107.530000', '094107.533000', '094107.535000', '094107.538000', '094107.541000', '094107.544000', '094107.546000', '094107.549000', '094107.552000', '094107.554000', '094107.557000', '094107.560000', '094107.563000', '094127.438000', '094127.441000', '094127.444000', '094127.447000', '094127.449000', '094127.452000', '094127.455000', '094127.458000', '094127.460000', '094127.463000', '094127.466000', '094127.468000', '094127.471000', '094127.474000', '094127.476000', '094127.479000', '094127.481000', '094127.484000', '094127.487000', '094127.490000', '094127.492000', '094127.495000', '094127.498000', '094127.500000', '094127.503000', '094127.505000', '094127.508000', '094127.511000', '094127.513000', '094127.516000', '094127.519000', '094127.521000', '094127.524000', '094127.527000', '094127.529000', '094127.532000', '094127.535000', '094127.537000', '094127.540000', '094127.543000', '094127.545000', '094127.548000', '094127.551000', '094127.553000', '094147.439000', '094147.441000', '094147.445000', '094147.447000', '094147.450000', '094147.453000', '094147.455000', '094147.458000', '094147.461000', '094147.463000', '094147.466000', '094147.468000', '094147.471000', '094147.474000', '094147.476000', '094147.479000', '094147.482000', '094147.484000', '094147.487000', '094147.490000', '094147.492000', '094147.495000', '094147.497000', '094147.500000', '094147.503000', '094147.505000', '094147.508000', '094147.511000', '094147.513000', '094147.516000', '094147.519000', '094147.521000', '094147.524000', '094147.527000', '094147.530000', '094147.532000', '094147.535000', '094147.538000', '094147.540000', '094147.543000', '094147.546000', '094147.548000', '094147.551000', '094207.439000', '094207.442000', '094207.444000', '094207.447000', '094207.450000', '094207.452000', '094207.455000', '094207.457000', '094207.460000', '094207.463000', '094207.465000', '094207.468000', '094207.471000', '094207.473000', '094207.476000', '094207.479000', '094207.481000', '094207.484000', '094207.486000', '094207.489000', '094207.492000', '094207.494000', '094207.497000', '094207.500000', '094207.502000', '094207.505000', '094207.508000', '094207.510000', '094207.513000', '094207.515000', '094207.518000', '094207.521000', '094207.524000', '094207.526000', '094207.529000', '094207.531000', '094207.534000', '094207.537000', '094207.539000', '094207.542000', '094207.545000', '094207.547000', '094207.550000', '094207.552000', '094227.438000', '094227.441000', '094227.443000', '094227.446000', '094227.449000', '094227.451000', '094227.454000', '094227.457000', '094227.459000', '094227.462000', '094227.465000', '094227.467000', '094227.470000', '094227.473000', '094227.476000', '094227.478000', '094227.481000', '094227.484000', '094227.486000', '094227.489000', '094227.491000', '094227.494000', '094227.497000', '094227.499000', '094227.503000', '094227.506000', '094227.508000', '094227.511000', '094227.514000', '094227.517000', '094227.519000', '094227.522000', '094227.525000', '094227.527000', '094227.531000', '094227.534000', '094227.536000', '094227.539000', '094227.542000', '094227.544000', '094227.547000', '094227.549000', '094227.552000', '094247.438000', '094247.440000', '094247.444000', '094247.447000', '094247.449000', '094247.452000', '094247.455000', '094247.457000', '094247.460000', '094247.463000', '094247.465000', '094247.468000', '094247.471000', '094247.473000', '094247.476000', '094247.479000', '094247.481000', '094247.484000', '094247.487000', '094247.489000', '094247.492000', '094247.495000', '094247.497000', '094247.500000', '094247.502000', '094247.505000', '094247.508000', '094247.510000', '094247.513000', '094247.516000', '094247.518000', '094247.521000', '094247.524000', '094247.526000', '094247.529000', '094247.532000', '094247.534000', '094247.537000', '094247.540000', '094247.542000', '094247.545000', '094247.547000', '094247.550000', '094247.553000', '094307.438000', '094307.440000', '094307.443000', '094307.446000', '094307.448000', '094307.453000', '094307.455000', '094307.458000', '094307.461000', '094307.463000', '094307.466000', '094307.469000', '094307.471000', '094307.474000', '094307.478000', '094307.481000', '094307.484000', '094307.486000', '094307.489000', '094307.492000', '094307.494000', '094307.497000', '094307.500000', '094307.502000', '094307.505000', '094307.507000', '094307.510000', '094307.513000', '094307.516000', '094307.518000', '094307.521000', '094307.523000', '094307.526000', '094307.529000', '094307.531000', '094307.534000', '094307.536000', '094307.539000', '094307.542000', '094307.544000', '094307.547000', '094307.549000', '094307.552000', '094327.438000', '094327.441000', '094327.443000', '094327.446000', '094327.449000', '094327.451000', '094327.454000', '094327.457000', '094327.459000', '094327.462000', '094327.464000', '094327.467000', '094327.470000', '094327.472000', '094327.475000', '094327.477000', '094327.480000', '094327.483000', '094327.485000', '094327.488000', '094327.490000', '094327.493000', '094327.496000', '094327.498000', '094327.501000', '094327.503000', '094327.506000', '094327.509000', '094327.511000', '094327.514000', '094327.517000', '094327.519000', '094327.522000', '094327.524000', '094327.527000', '094327.530000', '094327.532000', '094327.535000', '094327.538000', '094327.540000', '094327.543000', '094327.546000', '094327.548000', '094327.551000', '094347.439000', '094347.441000', '094347.444000', '094347.447000', '094347.449000', '094347.452000', '094347.455000', '094347.457000', '094347.460000', '094347.462000', '094347.465000', '094347.488000', '094347.491000', '094347.493000', '094347.496000', '094347.499000', '094347.501000', '094347.513000', '094347.516000', '094347.519000', '094347.521000', '094347.524000', '094347.526000', '094347.529000', '094347.532000', '094347.535000', '094347.537000', '094347.540000', '094347.542000', '094347.545000', '094347.548000', '094347.550000', '094347.553000', '094347.556000', '094347.558000', '094347.561000', '094347.564000', '094347.566000', '094347.569000', '094347.572000', '094347.575000', '094347.578000', '094347.581000', '094348.447000', '094348.450000', '094348.453000'], 'InstanceCreationTime': ['093727.480000', '093727.485000', '093727.487000', '093727.490000', '093727.493000', '093727.495000', '093727.498000', '093727.501000', '093727.503000', '093727.506000', '093727.509000', '093727.512000', '093727.514000', '093727.517000', '093727.520000', '093727.522000', '093727.525000', '093727.527000', '093727.530000', '093727.533000', '093727.535000', '093727.538000', '093727.541000', '093727.543000', '093727.546000', '093727.549000', '093727.551000', '093727.554000', '093727.557000', '093727.559000', '093727.562000', '093727.565000', '093727.568000', '093727.571000', '093727.574000', '093727.577000', '093727.579000', '093727.582000', '093727.585000', '093727.587000', '093727.590000', '093727.605000', '093727.608000', '093747.438000', '093747.440000', '093747.443000', '093747.446000', '093747.448000', '093747.451000', '093747.453000', '093747.456000', '093747.459000', '093747.461000', '093747.464000', '093747.466000', '093747.469000', '093747.472000', '093747.474000', '093747.477000', '093747.480000', '093747.482000', '093747.485000', '093747.488000', '093747.490000', '093747.493000', '093747.495000', '093747.498000', '093747.501000', '093747.503000', '093747.506000', '093747.508000', '093747.511000', '093747.514000', '093747.516000', '093747.519000', '093747.521000', '093747.524000', '093747.527000', '093747.529000', '093747.532000', '093747.535000', '093747.537000', '093747.540000', '093747.542000', '093747.545000', '093747.548000', '093747.550000', '093807.437000', '093807.440000', '093807.443000', '093807.446000', '093807.448000', '093807.451000', '093807.454000', '093807.456000', '093807.459000', '093807.462000', '093807.464000', '093807.467000', '093807.470000', '093807.472000', '093807.475000', '093807.478000', '093807.480000', '093807.483000', '093807.486000', '093807.488000', '093807.491000', '093807.494000', '093807.496000', '093807.499000', '093807.502000', '093807.504000', '093807.507000', '093807.510000', '093807.512000', '093807.515000', '093807.518000', '093807.520000', '093807.523000', '093807.525000', '093807.528000', '093807.531000', '093807.533000', '093807.536000', '093807.538000', '093807.541000', '093807.551000', '093807.554000', '093807.557000', '093827.438000', '093827.441000', '093827.443000', '093827.446000', '093827.449000', '093827.451000', '093827.454000', '093827.457000', '093827.459000', '093827.462000', '093827.465000', '093827.467000', '093827.470000', '093827.473000', '093827.475000', '093827.478000', '093827.481000', '093827.485000', '093827.488000', '093827.491000', '093827.493000', '093827.496000', '093827.499000', '093827.501000', '093827.504000', '093827.507000', '093827.509000', '093827.512000', '093827.514000', '093827.517000', '093827.520000', '093827.522000', '093827.525000', '093827.528000', '093827.530000', '093827.533000', '093827.536000', '093827.538000', '093827.541000', '093827.544000', '093827.546000', '093827.549000', '093827.552000', '093827.554000', '093847.437000', '093847.440000', '093847.443000', '093847.446000', '093847.451000', '093847.454000', '093847.457000', '093847.459000', '093847.462000', '093847.465000', '093847.467000', '093847.470000', '093847.473000', '093847.476000', '093847.478000', '093847.481000', '093847.483000', '093847.486000', '093847.489000', '093847.491000', '093847.494000', '093847.497000', '093847.499000', '093847.502000', '093847.505000', '093847.507000', '093847.510000', '093847.512000', '093847.515000', '093847.518000', '093847.520000', '093847.523000', '093847.526000', '093847.528000', '093847.531000', '093847.533000', '093847.536000', '093847.539000', '093847.541000', '093847.544000', '093847.546000', '093847.549000', '093847.552000', '093907.438000', '093907.441000', '093907.444000', '093907.447000', '093907.449000', '093907.452000', '093907.454000', '093907.457000', '093907.460000', '093907.463000', '093907.465000', '093907.468000', '093907.470000', '093907.473000', '093907.476000', '093907.478000', '093907.481000', '093907.484000', '093907.486000', '093907.489000', '093907.491000', '093907.494000', '093907.497000', '093907.499000', '093907.502000', '093907.505000', '093907.508000', '093907.510000', '093907.521000', '093907.524000', '093907.526000', '093907.529000', '093907.531000', '093907.534000', '093907.537000', '093907.539000', '093907.542000', '093907.557000', '093907.560000', '093907.563000', '093907.565000', '093907.568000', '093907.570000', '093907.573000', '093927.439000', '093927.441000', '093927.444000', '093927.447000', '093927.449000', '093927.452000', '093927.454000', '093927.457000', '093927.460000', '093927.462000', '093927.465000', '093927.468000', '093927.470000', '093927.473000', '093927.475000', '093927.478000', '093927.481000', '093927.484000', '093927.486000', '093927.489000', '093927.492000', '093927.494000', '093927.497000', '093927.500000', '093927.502000', '093927.505000', '093927.508000', '093927.510000', '093927.513000', '093927.516000', '093927.518000', '093927.521000', '093927.524000', '093927.526000', '093927.529000', '093927.532000', '093927.534000', '093927.537000', '093927.540000', '093927.542000', '093927.545000', '093927.547000', '093927.550000', '093947.438000', '093947.441000', '093947.444000', '093947.447000', '093947.449000', '093947.453000', '093947.456000', '093947.459000', '093947.461000', '093947.464000', '093947.466000', '093947.469000', '093947.472000', '093947.474000', '093947.477000', '093947.479000', '093947.482000', '093947.485000', '093947.488000', '093947.490000', '093947.493000', '093947.496000', '093947.498000', '093947.507000', '093947.510000', '093947.513000', '093947.515000', '093947.518000', '093947.521000', '093947.523000', '093947.526000', '093947.529000', '093947.531000', '093947.534000', '093947.536000', '093947.539000', '093947.542000', '093947.545000', '093947.547000', '093947.550000', '093947.553000', '093947.555000', '093947.558000', '093947.560000', '094007.437000', '094007.440000', '094007.443000', '094007.446000', '094007.455000', '094007.457000', '094007.460000', '094007.463000', '094007.465000', '094007.468000', '094007.471000', '094007.473000', '094007.476000', '094007.479000', '094007.481000', '094007.484000', '094007.487000', '094007.489000', '094007.492000', '094007.494000', '094007.497000', '094007.500000', '094007.503000', '094007.505000', '094007.508000', '094007.510000', '094007.513000', '094007.516000', '094007.518000', '094007.521000', '094007.524000', '094007.526000', '094007.529000', '094007.532000', '094007.534000', '094007.537000', '094007.540000', '094007.542000', '094007.545000', '094007.548000', '094007.550000', '094007.553000', '094007.556000', '094027.438000', '094027.441000', '094027.444000', '094027.447000', '094027.452000', '094027.454000', '094027.457000', '094027.460000', '094027.462000', '094027.465000', '094027.468000', '094027.471000', '094027.473000', '094027.476000', '094027.478000', '094027.481000', '094027.484000', '094027.486000', '094027.489000', '094027.492000', '094027.494000', '094027.497000', '094027.500000', '094027.502000', '094027.505000', '094027.508000', '094027.510000', '094027.513000', '094027.516000', '094027.519000', '094027.521000', '094027.524000', '094027.526000', '094027.529000', '094027.532000', '094027.535000', '094027.537000', '094027.540000', '094027.542000', '094027.545000', '094027.548000', '094027.550000', '094027.553000', '094047.437000', '094047.440000', '094047.443000', '094047.446000', '094047.448000', '094047.451000', '094047.454000', '094047.456000', '094047.459000', '094047.462000', '094047.464000', '094047.467000', '094047.469000', '094047.472000', '094047.475000', '094047.477000', '094047.480000', '094047.483000', '094047.486000', '094047.503000', '094047.506000', '094047.509000', '094047.511000', '094047.514000', '094047.517000', '094047.519000', '094047.522000', '094047.525000', '094047.527000', '094047.530000', '094047.533000', '094047.535000', '094047.538000', '094047.541000', '094047.543000', '094047.546000', '094047.548000', '094047.551000', '094047.554000', '094047.556000', '094047.559000', '094047.562000', '094047.564000', '094047.567000', '094107.437000', '094107.440000', '094107.443000', '094107.446000', '094107.448000', '094107.451000', '094107.454000', '094107.457000', '094107.460000', '094107.463000', '094107.466000', '094107.468000', '094107.471000', '094107.473000', '094107.476000', '094107.479000', '094107.481000', '094107.495000', '094107.498000', '094107.501000', '094107.503000', '094107.506000', '094107.509000', '094107.511000', '094107.514000', '094107.517000', '094107.519000', '094107.522000', '094107.525000', '094107.527000', '094107.530000', '094107.533000', '094107.535000', '094107.538000', '094107.541000', '094107.544000', '094107.546000', '094107.549000', '094107.552000', '094107.554000', '094107.557000', '094107.560000', '094107.563000', '094127.438000', '094127.441000', '094127.444000', '094127.447000', '094127.449000', '094127.452000', '094127.455000', '094127.458000', '094127.460000', '094127.463000', '094127.466000', '094127.468000', '094127.471000', '094127.474000', '094127.476000', '094127.479000', '094127.481000', '094127.484000', '094127.487000', '094127.490000', '094127.492000', '094127.495000', '094127.498000', '094127.500000', '094127.503000', '094127.505000', '094127.508000', '094127.511000', '094127.513000', '094127.516000', '094127.519000', '094127.521000', '094127.524000', '094127.527000', '094127.529000', '094127.532000', '094127.535000', '094127.537000', '094127.540000', '094127.543000', '094127.545000', '094127.548000', '094127.551000', '094127.553000', '094147.439000', '094147.441000', '094147.445000', '094147.447000', '094147.450000', '094147.453000', '094147.455000', '094147.458000', '094147.461000', '094147.463000', '094147.466000', '094147.468000', '094147.471000', '094147.474000', '094147.476000', '094147.479000', '094147.482000', '094147.484000', '094147.487000', '094147.490000', '094147.492000', '094147.495000', '094147.497000', '094147.500000', '094147.503000', '094147.505000', '094147.508000', '094147.511000', '094147.513000', '094147.516000', '094147.519000', '094147.521000', '094147.524000', '094147.527000', '094147.530000', '094147.532000', '094147.535000', '094147.538000', '094147.540000', '094147.543000', '094147.546000', '094147.548000', '094147.551000', '094207.439000', '094207.442000', '094207.444000', '094207.447000', '094207.450000', '094207.452000', '094207.455000', '094207.457000', '094207.460000', '094207.463000', '094207.465000', '094207.468000', '094207.471000', '094207.473000', '094207.476000', '094207.479000', '094207.481000', '094207.484000', '094207.486000', '094207.489000', '094207.492000', '094207.494000', '094207.497000', '094207.500000', '094207.502000', '094207.505000', '094207.508000', '094207.510000', '094207.513000', '094207.515000', '094207.518000', '094207.521000', '094207.524000', '094207.526000', '094207.529000', '094207.531000', '094207.534000', '094207.537000', '094207.539000', '094207.542000', '094207.545000', '094207.547000', '094207.550000', '094207.552000', '094227.438000', '094227.441000', '094227.443000', '094227.446000', '094227.449000', '094227.451000', '094227.454000', '094227.457000', '094227.459000', '094227.462000', '094227.465000', '094227.467000', '094227.470000', '094227.473000', '094227.476000', '094227.478000', '094227.481000', '094227.484000', '094227.486000', '094227.489000', '094227.491000', '094227.494000', '094227.497000', '094227.499000', '094227.503000', '094227.506000', '094227.508000', '094227.511000', '094227.514000', '094227.517000', '094227.519000', '094227.522000', '094227.525000', '094227.527000', '094227.531000', '094227.534000', '094227.536000', '094227.539000', '094227.542000', '094227.544000', '094227.547000', '094227.549000', '094227.552000', '094247.438000', '094247.440000', '094247.444000', '094247.447000', '094247.449000', '094247.452000', '094247.455000', '094247.457000', '094247.460000', '094247.463000', '094247.465000', '094247.468000', '094247.471000', '094247.473000', '094247.476000', '094247.479000', '094247.481000', '094247.484000', '094247.487000', '094247.489000', '094247.492000', '094247.495000', '094247.497000', '094247.500000', '094247.502000', '094247.505000', '094247.508000', '094247.510000', '094247.513000', '094247.516000', '094247.518000', '094247.521000', '094247.524000', '094247.526000', '094247.529000', '094247.532000', '094247.534000', '094247.537000', '094247.540000', '094247.542000', '094247.545000', '094247.547000', '094247.550000', '094247.553000', '094307.438000', '094307.440000', '094307.443000', '094307.446000', '094307.448000', '094307.453000', '094307.455000', '094307.458000', '094307.461000', '094307.463000', '094307.466000', '094307.469000', '094307.471000', '094307.474000', '094307.478000', '094307.481000', '094307.484000', '094307.486000', '094307.489000', '094307.492000', '094307.494000', '094307.497000', '094307.500000', '094307.502000', '094307.505000', '094307.507000', '094307.510000', '094307.513000', '094307.516000', '094307.518000', '094307.521000', '094307.523000', '094307.526000', '094307.529000', '094307.531000', '094307.534000', '094307.536000', '094307.539000', '094307.542000', '094307.544000', '094307.547000', '094307.549000', '094307.552000', '094327.438000', '094327.441000', '094327.443000', '094327.446000', '094327.449000', '094327.451000', '094327.454000', '094327.457000', '094327.459000', '094327.462000', '094327.464000', '094327.467000', '094327.470000', '094327.472000', '094327.475000', '094327.477000', '094327.480000', '094327.483000', '094327.485000', '094327.488000', '094327.490000', '094327.493000', '094327.496000', '094327.498000', '094327.501000', '094327.503000', '094327.506000', '094327.509000', '094327.511000', '094327.514000', '094327.517000', '094327.519000', '094327.522000', '094327.524000', '094327.527000', '094327.530000', '094327.532000', '094327.535000', '094327.538000', '094327.540000', '094327.543000', '094327.546000', '094327.548000', '094327.551000', '094347.439000', '094347.441000', '094347.444000', '094347.447000', '094347.449000', '094347.452000', '094347.455000', '094347.457000', '094347.460000', '094347.462000', '094347.465000', '094347.488000', '094347.491000', '094347.493000', '094347.496000', '094347.499000', '094347.501000', '094347.513000', '094347.516000', '094347.519000', '094347.521000', '094347.524000', '094347.526000', '094347.529000', '094347.532000', '094347.535000', '094347.537000', '094347.540000', '094347.542000', '094347.545000', '094347.548000', '094347.550000', '094347.553000', '094347.556000', '094347.558000', '094347.561000', '094347.564000', '094347.566000', '094347.569000', '094347.572000', '094347.575000', '094347.578000', '094347.581000', '094348.447000', '094348.450000', '094348.453000'], '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': [12766, 15679, 10183, 12877, 9540, 12607, 9002, 11833, 11493, 9011, 13647, 9805, 10718, 8276, 10495, 7727, 9761, 13427, 8615, 11864, 9163, 9624, 12176, 9183, 11393, 9565, 14060, 9039, 12078, 13042, 9645, 13471, 9289, 11454, 16027, 10265, 14176, 9065, 12824, 9740, 11887, 7828, 11350, 8327, 10465, 7609, 11727, 8052, 11502, 8993, 11225, 8696, 12152, 9728, 10206, 14820, 9955, 13288, 9445, 11951, 8749, 12167, 8513, 10518, 10398, 9189, 13191, 9651, 11190, 8369, 10888, 7529, 8107, 8358, 8483, 9401, 8410, 12231, 12329, 12462, 11724, 11319, 10430, 10496, 13612, 9353, 11689, 9702, 9939, 8117, 8508, 10941, 8953, 11491, 8245, 11316, 8935, 11672, 10927, 9394, 11494, 8929, 11567, 7912, 10789, 10285, 9084, 10833, 7871, 10035, 10502, 9033, 7899, 9054, 12281, 8341, 11078, 8114, 11003, 8888, 10048, 8155, 9301, 11829, 8792, 11169, 9319, 9441, 11787, 9015, 10723, 8289, 11568, 9064, 10378, 12929, 8603, 10722, 8643, 10931, 7879, 10431, 10034, 8818, 12048, 9053, 10790, 8219, 11050, 8234, 10791, 8845, 9646, 12638, 8532, 11258, 8639, 11126, 7823, 10619, 10584, 8547, 11562, 8267, 10948, 13380, 8856, 11113, 8039, 11057, 7846, 10815, 9066, 8506, 10778, 8259, 11233, 7723, 10542, 11922, 8397, 11502, 9101, 10608, 7707, 9738, 12019, 8180, 11384, 9321, 9501, 12100, 8858, 11016, 8028, 10995, 8773, 8540, 11273, 9007, 10656, 8162, 8978, 11245, 8210, 11325, 8786, 10748, 7818, 10212, 12246, 8552, 11743, 8837, 9956, 9636, 8753, 12053, 8441, 11716, 8785, 9746, 11578, 8835, 11680, 8673, 9003, 10959, 8318, 9539, 8214, 10705, 7790, 9114, 11572, 8257, 10140, 7620, 9406, 7687, 8232, 11396, 8133, 10854, 8721, 8723, 11270, 8821, 10272, 7535, 10363, 8046, 8730, 11915, 8325, 11427, 7856, 9989, 7420, 9830, 7727, 10621, 9143, 10154, 12372, 8765, 11652, 8286, 10440, 8178, 9233, 11776, 8472, 11266, 13297, 9546, 13131, 9416, 10499, 12096, 8543, 10982, 7873, 8764, 9958, 7691, 9760, 7741, 8489, 10697, 7868, 10480, 7346, 8911, 11314, 7889, 10429, 8292, 9200, 9387, 8313, 10985, 8240, 9576, 11941, 8193, 10562, 7867, 8873, 10401, 8412, 10886, 8018, 8555, 10333, 8263, 10571, 7556, 8409, 11543, 8398, 10411, 7486, 9527, 10730, 8206, 10861, 8590, 10691, 8810, 9105, 11977, 8792, 10766, 8358, 9813, 8598, 8180, 11492, 8488, 10453, 8598, 9002, 9459, 8317, 11437, 7964, 10159, 10795, 8670, 11331, 7940, 10123, 9363, 8548, 11051, 8377, 10197, 7602, 9412, 9825, 8186, 11193, 9270, 10136, 7372, 9442, 10684, 8288, 11088, 8816, 10723, 7403, 9275, 11611, 8558, 10929, 8348, 10279, 7411, 9651, 12393, 8649, 11437, 8903, 9172, 11588, 9253, 10977, 7702, 10307, 12002, 8451, 10619, 7475, 9446, 7197, 8664, 10933, 8194, 9806, 7411, 9017, 10117, 8367, 11176, 8568, 10068, 9470, 9368, 11886, 8409, 11388, 7842, 10172, 10399, 9181, 11490, 8203, 11079, 7828, 9175, 9941, 8865, 11083, 8202, 10834, 8430, 9145, 7275, 9517, 7781, 8806, 8461, 8744, 12257, 8953, 11521, 8615, 11386, 8020, 11323, 8261, 8909, 11010, 8759, 11380, 8612, 9130, 11598, 9980, 11505, 7851, 9279, 7663, 10774, 8189, 11547, 8240, 12310, 9654, 11581, 9818, 10824, 8525, 9870, 9491, 9386, 12943, 9775, 11420, 9597, 9841, 12867, 8868, 11338, 7968, 10799, 8342, 8723, 11352, 7994, 10189, 7943, 8505, 10912, 7681, 10496, 8160, 8263, 11225, 8811, 10699, 8121, 8985, 12199, 9121, 10697, 8618, 9215, 12455, 9402, 10415, 11060, 8813, 11102, 8411, 9687, 12315, 8576, 10908, 8105, 9987, 12633, 8670, 10766, 9556, 9417, 11173, 7952, 10256, 10151, 8835, 10663, 7933, 10438, 9382, 9252, 11382, 8629, 11811, 9250, 9751, 11916, 8897, 12020, 8380, 9946, 12817, 8950, 11015, 8045, 10184, 10259, 8517, 12213, 8347, 11652, 7766, 11395, 8304, 11068, 8437, 11489, 9759, 9480, 12633, 9212, 11702, 8245, 10864, 13177, 8593, 11455, 8494, 9143, 11183, 8330, 11468, 8552, 8905, 8735, 8618, 11692, 8412, 9896, 11360, 8591, 10950, 7888, 10642, 8729, 9469, 9356, 9041, 12854, 9035, 12145, 9653, 10478, 12541, 9400, 12417, 8734, 10725, 12594, 8928, 11310, 8069, 9552, 11665, 8307, 10631, 8387, 8791, 10898, 7959, 10830, 8733, 8433, 10845, 8073, 11233, 11082, 8545, 11529, 9142, 9123, 10457, 8550, 10846, 8126, 8368, 11362, 8614, 10044, 8210, 8282, 11855, 9404, 10254, 10308, 8939, 11987, 8101, 9637, 12044, 8781, 10925, 7880, 10252, 9072, 8222, 11393, 8542, 10553, 7888, 10155, 12785, 8783, 11329, 8491, 10074, 12698, 8611, 11208, 9937, 9045, 10555, 8327, 11098, 12118, 8777, 11002, 7817, 10332, 10066, 7859, 10910, 7657, 9849, 12365, 8038, 10856, 8729, 10102, 8733, 8557, 12150, 8932, 9858, 10151, 9111, 12450, 8450, 9744, 12480, 9062, 10984, 7739, 8976, 11742, 8127, 10348, 10607, 9057, 11561, 7314, 10934, 8879, 9042, 12151, 8428, 11683, 8149, 10377, 7961, 8934, 12284, 8710, 11912, 8223, 11011, 8975, 8804, 11800, 7931, 9943, 7664, 8829, 11597, 7907, 10125, 9029, 8672, 11231, 8057, 10938, 8697, 8578, 11939, 9142, 11049, 7816, 9831, 12756, 8989, 12241, 8682, 9088, 12658, 8324, 11213, 8823, 9089, 11709, 8575, 11688, 8931, 8985, 12470, 8544, 10890, 8092, 8624, 11643, 8173, 10678, 11633, 9024, 11284, 7850, 9599, 11695, 8292, 10958, 8006, 8818, 11434, 8154, 9724, 12208, 9090, 10703, 7922, 10089, 9993, 8353, 10973, 8122, 10711, 7705, 8379, 11880, 8759, 10708, 8010, 9391, 12037, 8381, 10698, 12802, 8803, 10551, 7864, 10545, 8236, 8832, 11979, 8926, 11270, 7846, 9561, 12514, 8811, 11502, 8412, 9177, 12574, 8477, 11353, 8677, 9267, 11884, 8358, 10860, 7759, 9162, 11760, 7815, 10416, 9743, 8973, 11625, 8073, 9538, 12679, 9184, 10817, 7741, 9803, 12646, 8491, 10791, 9043, 9611, 11046, 8521, 11164, 8843, 9014, 11584, 8844, 9694, 8015, 8605, 11164, 8008, 9642, 11871, 8898, 11277, 8226, 9347, 12461, 8757, 10728, 7964, 10267, 7588, 9124, 12408, 8856, 11080, 8981, 9326, 11141, 8555, 11085, 8464, 8745, 11702], 'WindowCenter': [4564.0, 4551.0, 4486.0, 4477.0, 4458.0, 4475.0, 4443.0, 4473.0, 4448.0, 4430.0, 4470.0, 4440.0, 4438.0, 4418.0, 4436.0, 4393.0, 4425.0, 4453.0, 4415.0, 4447.0, 4415.0, 4428.0, 4458.0, 4428.0, 4459.0, 4453.0, 4469.0, 4428.0, 4459.0, 4455.0, 4425.0, 4444.0, 4413.0, 4449.0, 4477.0, 4427.0, 4443.0, 4418.0, 4446.0, 4416.0, 4461.0, 4409.0, 4436.0, 4394.0, 4436.0, 4395.0, 4445.0, 4395.0, 4434.0, 4414.0, 4423.0, 4403.0, 4434.0, 4413.0, 4438.0, 4479.0, 4425.0, 4441.0, 4411.0, 4419.0, 4387.0, 4419.0, 4389.0, 4411.0, 4410.0, 4424.0, 4456.0, 4426.0, 4434.0, 4391.0, 4419.0, 4392.0, 4392.0, 4406.0, 4405.0, 4415.0, 4408.0, 4447.0, 4447.0, 4435.0, 4435.0, 4423.0, 4413.0, 4414.0, 4434.0, 4406.0, 4437.0, 4402.0, 4389.0, 4370.0, 4381.0, 4396.0, 4379.0, 4409.0, 4382.0, 4410.0, 4417.0, 4422.0, 4424.0, 4406.0, 4418.0, 4391.0, 4409.0, 4381.0, 4409.0, 4406.0, 4402.0, 4423.0, 4392.0, 4400.0, 4411.0, 4390.0, 4366.0, 4388.0, 4417.0, 4388.0, 4424.0, 4393.0, 4424.0, 4403.0, 4414.0, 4394.0, 4416.0, 4434.0, 4403.0, 4437.0, 4430.0, 4441.0, 4446.0, 4405.0, 4423.0, 4392.0, 4427.0, 4410.0, 4425.0, 4443.0, 4403.0, 4422.0, 4392.0, 4421.0, 4382.0, 4412.0, 4410.0, 4402.0, 4432.0, 4403.0, 4421.0, 4392.0, 4421.0, 4391.0, 4421.0, 4399.0, 4411.0, 4431.0, 4405.0, 4434.0, 4391.0, 4410.0, 4368.0, 4408.0, 4408.0, 4388.0, 4419.0, 4378.0, 4410.0, 4429.0, 4389.0, 4420.0, 4380.0, 4405.0, 4377.0, 4409.0, 4401.0, 4402.0, 4408.0, 4391.0, 4421.0, 4379.0, 4409.0, 4418.0, 4389.0, 4433.0, 4402.0, 4409.0, 4379.0, 4399.0, 4418.0, 4389.0, 4419.0, 4401.0, 4414.0, 4430.0, 4387.0, 4407.0, 4379.0, 4408.0, 4387.0, 4401.0, 4420.0, 4387.0, 4407.0, 4376.0, 4387.0, 4405.0, 4378.0, 4421.0, 4402.0, 4409.0, 4367.0, 4398.0, 4418.0, 4388.0, 4418.0, 4402.0, 4412.0, 4399.0, 4388.0, 4419.0, 4389.0, 4419.0, 4389.0, 4399.0, 4416.0, 4388.0, 4418.0, 4401.0, 4415.0, 4421.0, 4388.0, 4399.0, 4390.0, 4408.0, 4364.0, 4385.0, 4418.0, 4404.0, 4423.0, 4391.0, 4401.0, 4377.0, 4388.0, 4418.0, 4379.0, 4408.0, 4388.0, 4416.0, 4433.0, 4400.0, 4407.0, 4378.0, 4422.0, 4389.0, 4391.0, 4431.0, 4403.0, 4446.0, 4392.0, 4398.0, 4381.0, 4397.0, 4379.0, 4420.0, 4412.0, 4423.0, 4443.0, 4404.0, 4434.0, 4405.0, 4419.0, 4389.0, 4399.0, 4417.0, 4377.0, 4408.0, 4417.0, 4386.0, 4414.0, 4373.0, 4382.0, 4390.0, 4373.0, 4395.0, 4349.0, 4361.0, 4368.0, 4363.0, 4381.0, 4350.0, 4374.0, 4394.0, 4363.0, 4392.0, 4352.0, 4385.0, 4403.0, 4375.0, 4406.0, 4374.0, 4386.0, 4385.0, 4376.0, 4406.0, 4376.0, 4397.0, 4418.0, 4390.0, 4408.0, 4375.0, 4386.0, 4394.0, 4376.0, 4405.0, 4377.0, 4387.0, 4407.0, 4386.0, 4407.0, 4366.0, 4389.0, 4418.0, 4387.0, 4419.0, 4380.0, 4409.0, 4420.0, 4403.0, 4419.0, 4391.0, 4420.0, 4400.0, 4399.0, 4432.0, 4403.0, 4422.0, 4388.0, 4410.0, 4389.0, 4389.0, 4420.0, 4399.0, 4423.0, 4390.0, 4390.0, 4397.0, 4390.0, 4419.0, 4380.0, 4422.0, 4410.0, 4389.0, 4419.0, 4378.0, 4408.0, 4399.0, 4403.0, 4421.0, 4389.0, 4410.0, 4381.0, 4401.0, 4411.0, 4403.0, 4434.0, 4414.0, 4424.0, 4382.0, 4412.0, 4422.0, 4403.0, 4422.0, 4404.0, 4435.0, 4383.0, 4414.0, 4433.0, 4415.0, 4433.0, 4390.0, 4410.0, 4382.0, 4412.0, 4433.0, 4391.0, 4421.0, 4400.0, 4414.0, 4433.0, 4399.0, 4409.0, 4367.0, 4408.0, 4419.0, 4389.0, 4408.0, 4366.0, 4396.0, 4367.0, 4390.0, 4421.0, 4401.0, 4412.0, 4381.0, 4404.0, 4411.0, 4390.0, 4421.0, 4414.0, 4425.0, 4409.0, 4399.0, 4419.0, 4388.0, 4419.0, 4379.0, 4411.0, 4407.0, 4398.0, 4417.0, 4377.0, 4419.0, 4379.0, 4399.0, 4397.0, 4388.0, 4407.0, 4379.0, 4408.0, 4389.0, 4402.0, 4379.0, 4399.0, 4378.0, 4399.0, 4388.0, 4401.0, 4443.0, 4402.0, 4419.0, 4388.0, 4407.0, 4377.0, 4408.0, 4390.0, 4401.0, 4408.0, 4388.0, 4419.0, 4389.0, 4402.0, 4366.0, 4428.0, 4408.0, 4383.0, 4387.0, 4379.0, 4418.0, 4392.0, 4418.0, 4389.0, 4419.0, 4411.0, 4433.0, 4412.0, 4409.0, 4387.0, 4397.0, 4397.0, 4397.0, 4428.0, 4399.0, 4418.0, 4398.0, 4400.0, 4431.0, 4389.0, 4406.0, 4365.0, 4395.0, 4364.0, 4375.0, 4395.0, 4376.0, 4409.0, 4365.0, 4376.0, 4394.0, 4365.0, 4396.0, 4375.0, 4388.0, 4408.0, 4387.0, 4408.0, 4378.0, 4389.0, 4430.0, 4401.0, 4409.0, 4387.0, 4400.0, 4420.0, 4400.0, 4424.0, 4421.0, 4390.0, 4409.0, 4388.0, 4400.0, 4431.0, 4392.0, 4410.0, 4381.0, 4412.0, 4430.0, 4403.0, 4423.0, 4400.0, 4401.0, 4419.0, 4377.0, 4424.0, 4410.0, 4403.0, 4423.0, 4391.0, 4420.0, 4402.0, 4412.0, 4434.0, 4404.0, 4433.0, 4416.0, 4427.0, 4432.0, 4415.0, 4433.0, 4391.0, 4415.0, 4446.0, 4416.0, 4423.0, 4391.0, 4411.0, 4411.0, 4405.0, 4444.0, 4408.0, 4448.0, 4394.0, 4436.0, 4405.0, 4431.0, 4404.0, 4434.0, 4415.0, 4427.0, 4444.0, 4402.0, 4422.0, 4381.0, 4412.0, 4430.0, 4392.0, 4422.0, 4379.0, 4401.0, 4408.0, 4379.0, 4419.0, 4401.0, 4401.0, 4389.0, 4390.0, 4418.0, 4389.0, 4413.0, 4421.0, 4392.0, 4421.0, 4392.0, 4422.0, 4404.0, 4425.0, 4412.0, 4415.0, 4445.0, 4415.0, 4445.0, 4428.0, 4436.0, 4433.0, 4403.0, 4432.0, 4390.0, 4419.0, 4434.0, 4402.0, 4409.0, 4379.0, 4398.0, 4408.0, 4380.0, 4410.0, 4375.0, 4377.0, 4395.0, 4376.0, 4408.0, 4388.0, 4390.0, 4407.0, 4378.0, 4407.0, 4406.0, 4376.0, 4409.0, 4389.0, 4388.0, 4395.0, 4374.0, 4396.0, 4363.0, 4378.0, 4419.0, 4376.0, 4397.0, 4378.0, 4379.0, 4419.0, 4402.0, 4411.0, 4396.0, 4389.0, 4419.0, 4376.0, 4413.0, 4431.0, 4389.0, 4408.0, 4380.0, 4408.0, 4389.0, 4401.0, 4430.0, 4390.0, 4409.0, 4391.0, 4422.0, 4443.0, 4404.0, 4422.0, 4390.0, 4411.0, 4429.0, 4390.0, 4421.0, 4411.0, 4388.0, 4408.0, 4377.0, 4407.0, 4417.0, 4388.0, 4395.0, 4366.0, 4409.0, 4395.0, 4379.0, 4407.0, 4379.0, 4408.0, 4417.0, 4377.0, 4434.0, 4401.0, 4423.0, 4390.0, 4390.0, 4429.0, 4402.0, 4411.0, 4411.0, 4400.0, 4429.0, 4377.0, 4401.0, 4433.0, 4390.0, 4407.0, 4366.0, 4386.0, 4407.0, 4366.0, 4409.0, 4395.0, 4374.0, 4408.0, 4368.0, 4406.0, 4385.0, 4386.0, 4429.0, 4402.0, 4429.0, 4379.0, 4408.0, 4376.0, 4388.0, 4431.0, 4391.0, 4419.0, 4390.0, 4410.0, 4387.0, 4388.0, 4419.0, 4380.0, 4401.0, 4368.0, 4388.0, 4407.0, 4377.0, 4424.0, 4400.0, 4391.0, 4420.0, 4392.0, 4421.0, 4389.0, 4415.0, 4444.0, 4411.0, 4432.0, 4392.0, 4426.0, 4442.0, 4413.0, 4434.0, 4401.0, 4402.0, 4429.0, 4392.0, 4434.0, 4402.0, 4400.0, 4421.0, 4401.0, 4420.0, 4388.0, 4401.0, 4443.0, 4391.0, 4407.0, 4378.0, 4389.0, 4408.0, 4379.0, 4411.0, 4418.0, 4387.0, 4407.0, 4366.0, 4395.0, 4417.0, 4388.0, 4406.0, 4377.0, 4388.0, 4407.0, 4378.0, 4398.0, 4414.0, 4387.0, 4410.0, 4377.0, 4398.0, 4411.0, 4392.0, 4410.0, 4379.0, 4407.0, 4376.0, 4390.0, 4430.0, 4402.0, 4421.0, 4380.0, 4401.0, 4419.0, 4390.0, 4412.0, 4432.0, 4390.0, 4408.0, 4379.0, 4409.0, 4390.0, 4400.0, 4429.0, 4402.0, 4421.0, 4377.0, 4411.0, 4428.0, 4401.0, 4420.0, 4386.0, 4398.0, 4416.0, 4389.0, 4409.0, 4387.0, 4401.0, 4421.0, 4376.0, 4407.0, 4366.0, 4387.0, 4417.0, 4378.0, 4410.0, 4397.0, 4400.0, 4408.0, 4377.0, 4401.0, 4442.0, 4400.0, 4409.0, 4378.0, 4398.0, 4415.0, 4389.0, 4421.0, 4399.0, 4397.0, 4409.0, 4390.0, 4418.0, 4389.0, 4401.0, 4419.0, 4413.0, 4427.0, 4403.0, 4401.0, 4419.0, 4403.0, 4426.0, 4430.0, 4401.0, 4422.0, 4390.0, 4401.0, 4442.0, 4404.0, 4433.0, 4393.0, 4424.0, 4392.0, 4411.0, 4432.0, 4416.0, 4445.0, 4416.0, 4415.0, 4424.0, 4404.0, 4433.0, 4389.0, 4405.0, 4446.0], 'WindowWidth': [10033.0, 9989.0, 9884.0, 9855.0, 9829.0, 9845.0, 9800.0, 9837.0, 9795.0, 9775.0, 9829.0, 9788.0, 9780.0, 9754.0, 9773.0, 9712.0, 9756.0, 9795.0, 9744.0, 9791.0, 9745.0, 9767.0, 9808.0, 9768.0, 9811.0, 9811.0, 9825.0, 9766.0, 9807.0, 9799.0, 9758.0, 9782.0, 9739.0, 9795.0, 9831.0, 9763.0, 9775.0, 9751.0, 9785.0, 9746.0, 9817.0, 9743.0, 9770.0, 9710.0, 9776.0, 9718.0, 9783.0, 9715.0, 9769.0, 9739.0, 9749.0, 9722.0, 9766.0, 9738.0, 9784.0, 9843.0, 9758.0, 9773.0, 9730.0, 9739.0, 9694.0, 9737.0, 9696.0, 9728.0, 9731.0, 9758.0, 9804.0, 9764.0, 9771.0, 9711.0, 9743.0, 9710.0, 9712.0, 9732.0, 9726.0, 9738.0, 9735.0, 9785.0, 9783.0, 9767.0, 9764.0, 9747.0, 9731.0, 9734.0, 9762.0, 9729.0, 9773.0, 9715.0, 9692.0, 9669.0, 9684.0, 9697.0, 9680.0, 9719.0, 9688.0, 9724.0, 9748.0, 9745.0, 9750.0, 9728.0, 9735.0, 9700.0, 9722.0, 9690.0, 9720.0, 9718.0, 9718.0, 9750.0, 9706.0, 9713.0, 9726.0, 9697.0, 9662.0, 9692.0, 9731.0, 9696.0, 9751.0, 9709.0, 9751.0, 9723.0, 9737.0, 9712.0, 9745.0, 9765.0, 9723.0, 9777.0, 9775.0, 9790.0, 9787.0, 9728.0, 9749.0, 9707.0, 9753.0, 9735.0, 9755.0, 9779.0, 9723.0, 9745.0, 9707.0, 9745.0, 9692.0, 9733.0, 9729.0, 9723.0, 9762.0, 9721.0, 9744.0, 9705.0, 9743.0, 9705.0, 9744.0, 9713.0, 9732.0, 9760.0, 9728.0, 9769.0, 9705.0, 9727.0, 9669.0, 9722.0, 9721.0, 9696.0, 9738.0, 9684.0, 9728.0, 9751.0, 9699.0, 9744.0, 9686.0, 9716.0, 9680.0, 9724.0, 9720.0, 9721.0, 9724.0, 9706.0, 9745.0, 9686.0, 9726.0, 9736.0, 9699.0, 9766.0, 9723.0, 9726.0, 9684.0, 9712.0, 9737.0, 9698.0, 9738.0, 9718.0, 9743.0, 9756.0, 9693.0, 9719.0, 9685.0, 9723.0, 9692.0, 9719.0, 9743.0, 9693.0, 9719.0, 9676.0, 9694.0, 9715.0, 9683.0, 9745.0, 9724.0, 9724.0, 9668.0, 9708.0, 9736.0, 9694.0, 9734.0, 9721.0, 9735.0, 9712.0, 9696.0, 9741.0, 9701.0, 9739.0, 9699.0, 9711.0, 9731.0, 9695.0, 9735.0, 9720.0, 9748.0, 9748.0, 9697.0, 9713.0, 9705.0, 9723.0, 9659.0, 9688.0, 9737.0, 9732.0, 9754.0, 9706.0, 9718.0, 9682.0, 9697.0, 9734.0, 9686.0, 9724.0, 9698.0, 9749.0, 9769.0, 9717.0, 9722.0, 9684.0, 9754.0, 9703.0, 9704.0, 9757.0, 9729.0, 9789.0, 9707.0, 9709.0, 9691.0, 9708.0, 9687.0, 9743.0, 9738.0, 9755.0, 9781.0, 9725.0, 9767.0, 9730.0, 9742.0, 9699.0, 9712.0, 9735.0, 9680.0, 9723.0, 9733.0, 9688.0, 9726.0, 9665.0, 9678.0, 9688.0, 9669.0, 9699.0, 9628.0, 9644.0, 9652.0, 9654.0, 9674.0, 9632.0, 9673.0, 9699.0, 9654.0, 9693.0, 9638.0, 9685.0, 9709.0, 9677.0, 9719.0, 9673.0, 9688.0, 9687.0, 9677.0, 9717.0, 9676.0, 9707.0, 9736.0, 9702.0, 9725.0, 9676.0, 9690.0, 9699.0, 9677.0, 9715.0, 9680.0, 9695.0, 9721.0, 9692.0, 9720.0, 9665.0, 9703.0, 9740.0, 9695.0, 9740.0, 9689.0, 9728.0, 9746.0, 9727.0, 9742.0, 9705.0, 9745.0, 9713.0, 9714.0, 9762.0, 9729.0, 9749.0, 9698.0, 9730.0, 9701.0, 9701.0, 9742.0, 9716.0, 9753.0, 9704.0, 9701.0, 9709.0, 9702.0, 9742.0, 9689.0, 9750.0, 9728.0, 9700.0, 9742.0, 9683.0, 9723.0, 9714.0, 9725.0, 9747.0, 9700.0, 9728.0, 9691.0, 9720.0, 9733.0, 9728.0, 9772.0, 9740.0, 9756.0, 9697.0, 9737.0, 9753.0, 9727.0, 9749.0, 9727.0, 9774.0, 9699.0, 9742.0, 9766.0, 9745.0, 9768.0, 9705.0, 9732.0, 9696.0, 9736.0, 9764.0, 9705.0, 9746.0, 9715.0, 9743.0, 9766.0, 9713.0, 9723.0, 9667.0, 9724.0, 9737.0, 9701.0, 9725.0, 9664.0, 9706.0, 9668.0, 9704.0, 9747.0, 9722.0, 9735.0, 9693.0, 9728.0, 9733.0, 9702.0, 9746.0, 9744.0, 9759.0, 9729.0, 9714.0, 9741.0, 9698.0, 9741.0, 9688.0, 9732.0, 9721.0, 9710.0, 9735.0, 9681.0, 9739.0, 9687.0, 9713.0, 9707.0, 9695.0, 9721.0, 9685.0, 9724.0, 9702.0, 9722.0, 9688.0, 9714.0, 9685.0, 9713.0, 9697.0, 9719.0, 9781.0, 9724.0, 9741.0, 9696.0, 9720.0, 9682.0, 9724.0, 9702.0, 9716.0, 9722.0, 9695.0, 9741.0, 9700.0, 9723.0, 9639.0, 9768.0, 9720.0, 9694.0, 9689.0, 9683.0, 9737.0, 9706.0, 9738.0, 9698.0, 9738.0, 9732.0, 9764.0, 9736.0, 9725.0, 9691.0, 9707.0, 9705.0, 9707.0, 9750.0, 9711.0, 9737.0, 9707.0, 9716.0, 9759.0, 9697.0, 9717.0, 9661.0, 9699.0, 9657.0, 9673.0, 9699.0, 9677.0, 9725.0, 9660.0, 9674.0, 9698.0, 9660.0, 9702.0, 9675.0, 9697.0, 9721.0, 9693.0, 9722.0, 9683.0, 9700.0, 9755.0, 9719.0, 9727.0, 9693.0, 9714.0, 9741.0, 9716.0, 9754.0, 9744.0, 9701.0, 9726.0, 9697.0, 9715.0, 9759.0, 9708.0, 9729.0, 9692.0, 9734.0, 9757.0, 9724.0, 9753.0, 9715.0, 9718.0, 9740.0, 9683.0, 9752.0, 9728.0, 9722.0, 9749.0, 9707.0, 9744.0, 9722.0, 9735.0, 9769.0, 9729.0, 9766.0, 9747.0, 9763.0, 9763.0, 9745.0, 9765.0, 9705.0, 9742.0, 9789.0, 9747.0, 9752.0, 9706.0, 9732.0, 9730.0, 9728.0, 9781.0, 9741.0, 9791.0, 9715.0, 9771.0, 9729.0, 9761.0, 9728.0, 9767.0, 9745.0, 9763.0, 9783.0, 9720.0, 9745.0, 9689.0, 9731.0, 9757.0, 9708.0, 9749.0, 9684.0, 9715.0, 9721.0, 9686.0, 9739.0, 9718.0, 9718.0, 9696.0, 9701.0, 9737.0, 9699.0, 9738.0, 9745.0, 9707.0, 9748.0, 9709.0, 9750.0, 9729.0, 9758.0, 9736.0, 9744.0, 9784.0, 9743.0, 9785.0, 9768.0, 9775.0, 9766.0, 9724.0, 9764.0, 9703.0, 9741.0, 9770.0, 9722.0, 9726.0, 9685.0, 9709.0, 9722.0, 9688.0, 9729.0, 9675.0, 9679.0, 9702.0, 9678.0, 9723.0, 9699.0, 9701.0, 9719.0, 9684.0, 9719.0, 9715.0, 9674.0, 9724.0, 9698.0, 9694.0, 9700.0, 9671.0, 9701.0, 9655.0, 9682.0, 9738.0, 9678.0, 9708.0, 9682.0, 9685.0, 9741.0, 9722.0, 9731.0, 9705.0, 9700.0, 9739.0, 9677.0, 9735.0, 9761.0, 9699.0, 9723.0, 9689.0, 9724.0, 9699.0, 9720.0, 9759.0, 9702.0, 9728.0, 9707.0, 9750.0, 9779.0, 9731.0, 9751.0, 9703.0, 9733.0, 9754.0, 9701.0, 9747.0, 9732.0, 9698.0, 9721.0, 9680.0, 9721.0, 9732.0, 9696.0, 9702.0, 9664.0, 9725.0, 9701.0, 9686.0, 9722.0, 9688.0, 9727.0, 9736.0, 9684.0, 9770.0, 9720.0, 9754.0, 9704.0, 9702.0, 9756.0, 9725.0, 9735.0, 9732.0, 9717.0, 9753.0, 9680.0, 9719.0, 9768.0, 9701.0, 9720.0, 9664.0, 9691.0, 9720.0, 9665.0, 9726.0, 9702.0, 9672.0, 9722.0, 9668.0, 9718.0, 9686.0, 9690.0, 9754.0, 9723.0, 9756.0, 9685.0, 9722.0, 9677.0, 9695.0, 9758.0, 9705.0, 9741.0, 9702.0, 9729.0, 9693.0, 9695.0, 9740.0, 9690.0, 9718.0, 9669.0, 9696.0, 9720.0, 9681.0, 9754.0, 9718.0, 9704.0, 9743.0, 9708.0, 9746.0, 9701.0, 9745.0, 9785.0, 9736.0, 9763.0, 9709.0, 9760.0, 9779.0, 9741.0, 9769.0, 9720.0, 9720.0, 9754.0, 9706.0, 9771.0, 9724.0, 9717.0, 9746.0, 9720.0, 9744.0, 9696.0, 9720.0, 9779.0, 9703.0, 9721.0, 9683.0, 9698.0, 9723.0, 9686.0, 9732.0, 9737.0, 9692.0, 9720.0, 9663.0, 9703.0, 9734.0, 9698.0, 9719.0, 9679.0, 9696.0, 9720.0, 9681.0, 9712.0, 9728.0, 9691.0, 9727.0, 9681.0, 9710.0, 9732.0, 9710.0, 9728.0, 9686.0, 9723.0, 9680.0, 9703.0, 9759.0, 9725.0, 9747.0, 9689.0, 9719.0, 9742.0, 9700.0, 9735.0, 9763.0, 9701.0, 9722.0, 9684.0, 9725.0, 9703.0, 9717.0, 9758.0, 9724.0, 9743.0, 9683.0, 9732.0, 9752.0, 9718.0, 9743.0, 9692.0, 9710.0, 9734.0, 9699.0, 9725.0, 9693.0, 9720.0, 9746.0, 9679.0, 9718.0, 9662.0, 9692.0, 9733.0, 9685.0, 9728.0, 9706.0, 9717.0, 9721.0, 9678.0, 9718.0, 9778.0, 9717.0, 9724.0, 9683.0, 9710.0, 9731.0, 9700.0, 9749.0, 9715.0, 9709.0, 9726.0, 9702.0, 9739.0, 9699.0, 9717.0, 9741.0, 9741.0, 9766.0, 9729.0, 9720.0, 9742.0, 9728.0, 9763.0, 9760.0, 9722.0, 9751.0, 9704.0, 9719.0, 9778.0, 9729.0, 9766.0, 9714.0, 9754.0, 9709.0, 9735.0, 9763.0, 9748.0, 9790.0, 9749.0, 9744.0, 9753.0, 9729.0, 9765.0, 9703.0, 9728.0, 9788.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.008385983889528192</td></tr>
<tr><td colspan=3>aqi</td><td>0.028573826812428076</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.38133292035715</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2756806674193557</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1394697178571438</td></tr>
<tr><td colspan=3>efc</td><td>0.4996</td></tr>
<tr><td colspan=3>fber</td><td>5894.3447</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11900802962331015</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>89</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.241657077100115</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4881972665989402</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4162492151194024</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.682260936049916</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3660816486275036</td></tr>
<tr><td colspan=3>gcor</td><td>0.00907268</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014497067779302597</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04331919550895691</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.082354464444525</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>18.2797</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.6318</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.763</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291095.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>910.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>365.1228</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9001</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>554.1179</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3565.4567</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3716.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85449.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1388.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4683.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>910.2537</td></tr>
<tr><td colspan=3>tsnr</td><td>35.337240602471866</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>