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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0062_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-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-01_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-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0062/figures/sub-0062_ses-03_task-social_acq-mb8_run-01_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-0062/ses-03/func/sub-0062_ses-03_task-social_acq-mb8_run-01_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>58c4e4534a40145282556209a539ff34</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>08:56:36.147500</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.999595, 0.0113519, 0.0261012, -0.0104681, 0.999376, -0.0337491]</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-01_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.0861423</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4148, -7723, -7322, 477, -16, -125, 20, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.301</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2dbb023e-3780-4486-a263-5dd207a58e98||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.681839942932129, -0.028085269033908844, 0.07146359235048294, 110.71456909179688], [-0.03045627661049366, 2.6812515258789062, -0.09034789353609085, -89.01724243164062], [0.07002755999565125, 0.09054633229970932, 2.6975414752960205, -83.25862121582031], [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': ['085636.147500', '085636.607500', '085637.067500', '085637.527500', '085637.987500', '085638.447500', '085638.907500', '085639.367500', '085639.827500', '085640.287500', '085640.747500', '085641.207500', '085641.667500', '085642.127500', '085642.587500', '085643.047500', '085643.507500', '085643.967500', '085644.427500', '085644.887500', '085645.347500', '085645.807500', '085646.267500', '085646.727500', '085647.187500', '085647.647500', '085648.107500', '085648.567500', '085649.027500', '085649.487500', '085649.947500', '085650.407500', '085650.867500', '085651.327500', '085651.787500', '085652.247500', '085652.707500', '085653.167500', '085653.627500', '085654.087500', '085654.547500', '085655.007500', '085655.467500', '085655.927500', '085656.387500', '085656.847500', '085657.307500', '085657.767500', '085658.227500', '085658.687500', '085659.147500', '085659.607500', '085700.067500', '085700.527500', '085700.987500', '085701.447500', '085701.907500', '085702.367500', '085702.827500', '085703.287500', '085703.747500', '085704.207500', '085704.667500', '085705.127500', '085705.587500', '085706.047500', '085706.507500', '085706.967500', '085707.427500', '085707.887500', '085708.347500', '085708.807500', '085709.267500', '085709.727500', '085710.187500', '085710.647500', '085711.107500', '085711.567500', '085712.027500', '085712.487500', '085712.947500', '085713.407500', '085713.867500', '085714.327500', '085714.787500', '085715.247500', '085715.707500', '085716.167500', '085716.627500', '085717.087500', '085717.547500', '085718.007500', '085718.467500', '085718.927500', '085719.387500', '085719.847500', '085720.307500', '085720.767500', '085721.227500', '085721.687500', '085722.147500', '085722.607500', '085723.067500', '085723.527500', '085723.987500', '085724.447500', '085724.907500', '085725.367500', '085725.827500', '085726.287500', '085726.747500', '085727.207500', '085727.667500', '085728.127500', '085728.587500', '085729.047500', '085729.507500', '085729.967500', '085730.427500', '085730.887500', '085731.347500', '085731.807500', '085732.267500', '085732.727500', '085733.187500', '085733.647500', '085734.107500', '085734.567500', '085735.027500', '085735.487500', '085735.947500', '085736.407500', '085736.867500', '085737.327500', '085737.787500', '085738.247500', '085738.707500', '085739.167500', '085739.627500', '085740.087500', '085740.547500', '085741.007500', '085741.467500', '085741.927500', '085742.387500', '085742.847500', '085743.307500', '085743.767500', '085744.227500', '085744.687500', '085745.147500', '085745.607500', '085746.067500', '085746.527500', '085746.987500', '085747.447500', '085747.907500', '085748.367500', '085748.827500', '085749.287500', '085749.747500', '085750.207500', '085750.667500', '085751.127500', '085751.587500', '085752.047500', '085752.507500', '085752.967500', '085753.427500', '085753.887500', '085754.347500', '085754.807500', '085755.267500', '085755.727500', '085756.187500', '085756.647500', '085757.107500', '085757.567500', '085758.027500', '085758.487500', '085758.947500', '085759.407500', '085759.867500', '085800.327500', '085800.787500', '085801.247500', '085801.707500', '085802.167500', '085802.627500', '085803.087500', '085803.547500', '085804.007500', '085804.467500', '085804.927500', '085805.387500', '085805.847500', '085806.307500', '085806.767500', '085807.227500', '085807.687500', '085808.147500', '085808.607500', '085809.067500', '085809.527500', '085809.987500', '085810.447500', '085810.907500', '085811.367500', '085811.827500', '085812.287500', '085812.747500', '085813.207500', '085813.667500', '085814.127500', '085814.587500', '085815.047500', '085815.507500', '085815.967500', '085816.427500', '085816.887500', '085817.347500', '085817.807500', '085818.267500', '085818.727500', '085819.187500', '085819.647500', '085820.107500', '085820.567500', '085821.027500', '085821.487500', '085821.947500', '085822.407500', '085822.867500', '085823.327500', '085823.787500', '085824.247500', '085824.707500', '085825.167500', '085825.627500', '085826.087500', '085826.547500', '085827.007500', '085827.467500', '085827.927500', '085828.387500', '085828.847500', '085829.307500', '085829.767500', '085830.227500', '085830.687500', '085831.147500', '085831.607500', '085832.067500', '085832.527500', '085832.987500', '085833.447500', '085833.907500', '085834.367500', '085834.827500', '085835.287500', '085835.747500', '085836.207500', '085836.667500', '085837.127500', '085837.587500', '085838.047500', '085838.507500', '085838.967500', '085839.427500', '085839.887500', '085840.347500', '085840.807500', '085841.267500', '085841.727500', '085842.187500', '085842.647500', '085843.107500', '085843.567500', '085844.027500', '085844.487500', '085844.947500', '085845.407500', '085845.867500', '085846.327500', '085846.787500', '085847.247500', '085847.707500', '085848.167500', '085848.627500', '085849.087500', '085849.547500', '085850.007500', '085850.467500', '085850.927500', '085851.387500', '085851.847500', '085852.307500', '085852.767500', '085853.227500', '085853.687500', '085854.147500', '085854.607500', '085855.067500', '085855.527500', '085855.987500', '085856.447500', '085856.907500', '085857.367500', '085857.827500', '085858.287500', '085858.747500', '085859.207500', '085859.667500', '085900.127500', '085900.587500', '085901.047500', '085901.507500', '085901.967500', '085902.427500', '085902.887500', '085903.347500', '085903.807500', '085904.267500', '085904.727500', '085905.187500', '085905.647500', '085906.107500', '085906.567500', '085907.027500', '085907.487500', '085907.947500', '085908.407500', '085908.867500', '085909.327500', '085909.787500', '085910.247500', '085910.707500', '085911.167500', '085911.627500', '085912.087500', '085912.547500', '085913.007500', '085913.467500', '085913.927500', '085914.387500', '085914.847500', '085915.307500', '085915.767500', '085916.227500', '085916.687500', '085917.147500', '085917.607500', '085918.067500', '085918.527500', '085918.987500', '085919.447500', '085919.907500', '085920.367500', '085920.827500', '085921.287500', '085921.747500', '085922.207500', '085922.667500', '085923.127500', '085923.587500', '085924.047500', '085924.507500', '085924.967500', '085925.427500', '085925.887500', '085926.347500', '085926.807500', '085927.267500', '085927.727500', '085928.187500', '085928.647500', '085929.107500', '085929.567500', '085930.027500', '085930.487500', '085930.947500', '085931.407500', '085931.867500', '085932.327500', '085932.787500', '085933.247500', '085933.707500', '085934.167500', '085934.627500', '085935.087500', '085935.547500', '085936.007500', '085936.467500', '085936.927500', '085937.387500', '085937.847500', '085938.307500', '085938.767500', '085939.227500', '085939.687500', '085940.147500', '085940.607500', '085941.067500', '085941.527500', '085941.987500', '085942.447500', '085942.907500', '085943.367500', '085943.827500', '085944.287500', '085944.747500', '085945.207500', '085945.667500', '085946.127500', '085946.587500', '085947.047500', '085947.507500', '085947.967500', '085948.427500', '085948.887500', '085949.347500', '085949.807500', '085950.267500', '085950.727500', '085951.187500', '085951.647500', '085952.107500', '085952.567500', '085953.027500', '085953.487500', '085953.947500', '085954.407500', '085954.867500', '085955.327500', '085955.787500', '085956.247500', '085956.707500', '085957.167500', '085957.627500', '085958.087500', '085958.547500', '085959.007500', '085959.467500', '085959.927500', '090000.387500', '090000.847500', '090001.307500', '090001.767500', '090002.227500', '090002.687500', '090003.147500', '090003.607500', '090004.067500', '090004.527500', '090004.987500', '090005.447500', '090005.907500', '090006.367500', '090006.827500', '090007.287500', '090007.747500', '090008.207500', '090008.667500', '090009.127500', '090009.587500', '090010.047500', '090010.507500', '090010.967500', '090011.427500', '090011.887500', '090012.347500', '090012.807500', '090013.267500', '090013.727500', '090014.187500', '090014.647500', '090015.107500', '090015.567500', '090016.027500', '090016.487500', '090016.947500', '090017.407500', '090017.867500', '090018.327500', '090018.787500', '090019.247500', '090019.707500', '090020.167500', '090020.627500', '090021.087500', '090021.547500', '090022.007500', '090022.467500', '090022.927500', '090023.387500', '090023.847500', '090024.307500', '090024.767500', '090025.227500', '090025.687500', '090026.147500', '090026.607500', '090027.067500', '090027.527500', '090027.987500', '090028.447500', '090028.907500', '090029.367500', '090029.827500', '090030.287500', '090030.747500', '090031.207500', '090031.667500', '090032.127500', '090032.587500', '090033.047500', '090033.507500', '090033.967500', '090034.427500', '090034.887500', '090035.347500', '090035.807500', '090036.267500', '090036.727500', '090037.187500', '090037.647500', '090038.107500', '090038.567500', '090039.027500', '090039.487500', '090039.947500', '090040.407500', '090040.867500', '090041.327500', '090041.787500', '090042.247500', '090042.707500', '090043.167500', '090043.627500', '090044.087500', '090044.547500', '090045.007500', '090045.467500', '090045.927500', '090046.387500', '090046.847500', '090047.307500', '090047.767500', '090048.227500', '090048.687500', '090049.147500', '090049.607500', '090050.067500', '090050.527500', '090050.987500', '090051.447500', '090051.907500', '090052.367500', '090052.827500', '090053.287500', '090053.747500', '090054.207500', '090054.667500', '090055.127500', '090055.587500', '090056.047500', '090056.507500', '090056.967500', '090057.427500', '090057.887500', '090058.347500', '090058.807500', '090059.267500', '090059.727500', '090100.187500', '090100.647500', '090101.107500', '090101.567500', '090102.027500', '090102.487500', '090102.947500', '090103.407500', '090103.867500', '090104.327500', '090104.787500', '090105.247500', '090105.707500', '090106.167500', '090106.627500', '090107.087500', '090107.547500', '090108.007500', '090108.467500', '090108.927500', '090109.387500', '090109.847500', '090110.307500', '090110.767500', '090111.227500', '090111.687500', '090112.147500', '090112.607500', '090113.067500', '090113.527500', '090113.987500', '090114.447500', '090114.907500', '090115.367500', '090115.827500', '090116.287500', '090116.747500', '090117.207500', '090117.667500', '090118.127500', '090118.587500', '090119.047500', '090119.507500', '090119.967500', '090120.427500', '090120.887500', '090121.347500', '090121.807500', '090122.267500', '090122.727500', '090123.187500', '090123.647500', '090124.107500', '090124.567500', '090125.027500', '090125.487500', '090125.947500', '090126.407500', '090126.867500', '090127.327500', '090127.787500', '090128.247500', '090128.707500', '090129.167500', '090129.627500', '090130.087500', '090130.547500', '090131.007500', '090131.467500', '090131.927500', '090132.387500', '090132.847500', '090133.307500', '090133.767500', '090134.227500', '090134.687500', '090135.147500', '090135.607500', '090136.067500', '090136.527500', '090136.987500', '090137.447500', '090137.907500', '090138.367500', '090138.827500', '090139.287500', '090139.747500', '090140.207500', '090140.667500', '090141.127500', '090141.587500', '090142.047500', '090142.507500', '090142.967500', '090143.427500', '090143.887500', '090144.347500', '090144.807500', '090145.267500', '090145.727500', '090146.187500', '090146.647500', '090147.107500', '090147.567500', '090148.027500', '090148.487500', '090148.947500', '090149.407500', '090149.867500', '090150.327500', '090150.787500', '090151.247500', '090151.707500', '090152.167500', '090152.627500', '090153.087500', '090153.547500', '090154.007500', '090154.467500', '090154.927500', '090155.387500', '090155.847500', '090156.307500', '090156.767500', '090157.227500', '090157.687500', '090158.147500', '090158.607500', '090159.067500', '090159.527500', '090159.987500', '090200.447500', '090200.907500', '090201.367500', '090201.827500', '090202.287500', '090202.747500', '090203.207500', '090203.667500', '090204.127500', '090204.587500', '090205.047500', '090205.507500', '090205.967500', '090206.427500', '090206.887500', '090207.347500', '090207.807500', '090208.267500', '090208.727500', '090209.187500', '090209.647500', '090210.107500', '090210.567500', '090211.027500', '090211.487500', '090211.947500', '090212.407500', '090212.867500', '090213.327500', '090213.787500', '090214.247500', '090214.707500', '090215.167500', '090215.627500', '090216.087500', '090216.547500', '090217.007500', '090217.467500', '090217.927500', '090218.387500', '090218.847500', '090219.307500', '090219.767500', '090220.227500', '090220.687500', '090221.147500', '090221.607500', '090222.067500', '090222.527500', '090222.987500', '090223.447500', '090223.907500', '090224.367500', '090224.827500', '090225.287500', '090225.747500', '090226.207500', '090226.667500', '090227.127500', '090227.587500', '090228.047500', '090228.507500', '090228.967500', '090229.427500', '090229.887500', '090230.347500', '090230.807500', '090231.267500', '090231.727500', '090232.187500', '090232.647500', '090233.107500', '090233.567500', '090234.027500', '090234.487500', '090234.947500', '090235.407500', '090235.867500', '090236.327500', '090236.787500', '090237.247500', '090237.707500', '090238.167500', '090238.627500', '090239.087500', '090239.547500', '090240.007500', '090240.467500', '090240.927500', '090241.387500', '090241.847500', '090242.307500', '090242.767500', '090243.227500', '090243.687500', '090244.147500', '090244.607500', '090245.067500', '090245.527500', '090245.987500', '090246.447500', '090246.907500', '090247.367500', '090247.827500', '090248.287500', '090248.747500', '090249.207500', '090249.667500', '090250.127500', '090250.587500', '090251.047500', '090251.507500', '090251.967500', '090252.427500', '090252.887500', '090253.347500', '090253.807500', '090254.267500', '090254.727500', '090255.187500', '090255.647500', '090256.107500', '090256.567500', '090257.027500', '090257.487500', '090257.947500', '090258.407500', '090258.867500', '090259.327500', '090259.787500', '090300.247500', '090300.707500', '090301.167500', '090301.627500', '090302.087500', '090302.547500', '090303.007500', '090303.467500', '090303.927500', '090304.387500', '090304.847500', '090305.307500', '090305.767500', '090306.227500', '090306.687500', '090307.147500', '090307.607500', '090308.067500', '090308.527500', '090308.987500', '090309.447500', '090309.907500', '090310.367500', '090310.827500', '090311.287500', '090311.747500', '090312.207500', '090312.667500', '090313.127500', '090313.587500', '090314.047500', '090314.507500', '090314.967500', '090315.427500', '090315.887500', '090316.347500', '090316.807500'], 'ContentTime': ['085658.488000', '085658.492000', '085658.498000', '085658.501000', '085658.504000', '085658.506000', '085658.509000', '085658.517000', '085658.519000', '085658.522000', '085658.530000', '085658.533000', '085658.536000', '085658.538000', '085658.541000', '085658.543000', '085658.546000', '085658.549000', '085658.551000', '085658.554000', '085658.556000', '085658.559000', '085658.561000', '085658.564000', '085658.566000', '085658.569000', '085658.571000', '085658.574000', '085658.576000', '085658.579000', '085658.582000', '085658.584000', '085658.587000', '085658.589000', '085658.592000', '085658.594000', '085658.597000', '085658.600000', '085658.602000', '085658.605000', '085658.607000', '085658.610000', '085658.612000', '085658.615000', '085658.617000', '085658.620000', '085658.640000', '085718.442000', '085718.445000', '085718.448000', '085718.450000', '085718.453000', '085718.463000', '085718.466000', '085718.469000', '085718.471000', '085718.474000', '085718.476000', '085718.479000', '085718.481000', '085718.484000', '085718.487000', '085718.489000', '085718.492000', '085718.494000', '085718.497000', '085718.499000', '085718.502000', '085718.504000', '085718.523000', '085718.525000', '085718.528000', '085718.531000', '085718.533000', '085718.536000', '085718.538000', '085718.541000', '085718.544000', '085718.546000', '085718.549000', '085718.551000', '085718.554000', '085718.556000', '085718.559000', '085718.562000', '085718.564000', '085718.567000', '085718.569000', '085718.572000', '085718.574000', '085738.442000', '085738.445000', '085738.448000', '085738.450000', '085738.453000', '085738.456000', '085738.458000', '085738.461000', '085738.464000', '085738.466000', '085738.469000', '085738.471000', '085738.474000', '085738.476000', '085738.479000', '085738.481000', '085738.484000', '085738.487000', '085738.489000', '085738.492000', '085738.494000', '085738.497000', '085738.499000', '085738.502000', '085738.504000', '085738.507000', '085738.509000', '085738.512000', '085738.515000', '085738.517000', '085738.520000', '085738.522000', '085738.525000', '085738.527000', '085738.530000', '085738.532000', '085738.535000', '085738.537000', '085738.540000', '085738.547000', '085738.550000', '085738.552000', '085738.555000', '085738.557000', '085758.443000', '085758.452000', '085758.454000', '085758.457000', '085758.459000', '085758.462000', '085758.465000', '085758.467000', '085758.470000', '085758.473000', '085758.475000', '085758.478000', '085758.480000', '085758.483000', '085758.486000', '085758.488000', '085758.491000', '085758.493000', '085758.496000', '085758.498000', '085758.501000', '085758.504000', '085758.506000', '085758.509000', '085758.511000', '085758.514000', '085758.517000', '085758.519000', '085758.522000', '085758.524000', '085758.527000', '085758.530000', '085758.532000', '085758.536000', '085758.539000', '085758.542000', '085758.544000', '085758.547000', '085758.550000', '085758.552000', '085758.555000', '085758.557000', '085758.560000', '085818.443000', '085818.446000', '085818.449000', '085818.452000', '085818.454000', '085818.457000', '085818.459000', '085818.462000', '085818.464000', '085818.467000', '085818.470000', '085818.472000', '085818.475000', '085818.478000', '085818.480000', '085818.483000', '085818.485000', '085818.488000', '085818.491000', '085818.493000', '085818.496000', '085818.498000', '085818.501000', '085818.504000', '085818.506000', '085818.509000', '085818.511000', '085818.514000', '085818.516000', '085818.519000', '085818.522000', '085818.524000', '085818.527000', '085818.529000', '085818.532000', '085818.534000', '085818.537000', '085818.539000', '085818.549000', '085818.552000', '085818.554000', '085818.557000', '085818.559000', '085818.562000', '085838.443000', '085838.446000', '085838.449000', '085838.451000', '085838.454000', '085838.456000', '085838.459000', '085838.462000', '085838.464000', '085838.467000', '085838.469000', '085838.472000', '085838.474000', '085838.477000', '085838.479000', '085838.482000', '085838.485000', '085838.487000', '085838.490000', '085838.493000', '085838.495000', '085838.498000', '085838.500000', '085838.508000', '085838.511000', '085838.514000', '085838.516000', '085838.519000', '085838.521000', '085838.524000', '085838.527000', '085838.529000', '085838.532000', '085838.534000', '085838.537000', '085838.540000', '085838.542000', '085838.545000', '085838.547000', '085838.550000', '085838.552000', '085838.555000', '085838.557000', '085858.443000', '085858.445000', '085858.448000', '085858.450000', '085858.453000', '085858.456000', '085858.458000', '085858.461000', '085858.463000', '085858.466000', '085858.468000', '085858.471000', '085858.473000', '085858.476000', '085858.478000', '085858.481000', '085858.484000', '085858.486000', '085858.489000', '085858.497000', '085858.500000', '085858.503000', '085858.505000', '085858.508000', '085858.510000', '085858.513000', '085858.515000', '085858.518000', '085858.521000', '085858.523000', '085858.526000', '085858.528000', '085858.531000', '085858.545000', '085858.547000', '085858.550000', '085858.552000', '085858.555000', '085858.557000', '085858.560000', '085858.563000', '085858.565000', '085858.568000', '085858.570000', '085918.443000', '085918.445000', '085918.448000', '085918.451000', '085918.453000', '085918.456000', '085918.458000', '085918.461000', '085918.463000', '085918.466000', '085918.468000', '085918.471000', '085918.473000', '085918.476000', '085918.479000', '085918.481000', '085918.484000', '085918.486000', '085918.489000', '085918.491000', '085918.494000', '085918.496000', '085918.499000', '085918.502000', '085918.504000', '085918.507000', '085918.509000', '085918.512000', '085918.514000', '085918.517000', '085918.520000', '085918.522000', '085918.525000', '085918.527000', '085918.530000', '085918.532000', '085918.535000', '085918.537000', '085918.545000', '085918.548000', '085918.551000', '085918.554000', '085918.557000', '085938.443000', '085938.445000', '085938.448000', '085938.451000', '085938.453000', '085938.456000', '085938.466000', '085938.469000', '085938.471000', '085938.474000', '085938.476000', '085938.479000', '085938.481000', '085938.484000', '085938.486000', '085938.489000', '085938.492000', '085938.494000', '085938.497000', '085938.499000', '085938.502000', '085938.504000', '085938.507000', '085938.510000', '085938.512000', '085938.515000', '085938.517000', '085938.520000', '085938.523000', '085938.525000', '085938.528000', '085938.530000', '085938.533000', '085938.535000', '085938.538000', '085938.541000', '085938.543000', '085938.546000', '085938.548000', '085938.551000', '085938.553000', '085938.556000', '085938.559000', '085938.561000', '085958.442000', '085958.445000', '085958.448000', '085958.451000', '085958.453000', '085958.456000', '085958.458000', '085958.461000', '085958.463000', '085958.466000', '085958.469000', '085958.471000', '085958.474000', '085958.476000', '085958.479000', '085958.482000', '085958.484000', '085958.487000', '085958.489000', '085958.499000', '085958.502000', '085958.504000', '085958.507000', '085958.510000', '085958.512000', '085958.515000', '085958.521000', '085958.523000', '085958.526000', '085958.529000', '085958.531000', '085958.534000', '085958.537000', '085958.539000', '085958.542000', '085958.545000', '085958.547000', '085958.550000', '085958.552000', '085958.555000', '085958.557000', '085958.560000', '085958.563000', '090018.443000', '090018.446000', '090018.449000', '090018.456000', '090018.459000', '090018.461000', '090018.464000', '090018.467000', '090018.469000', '090018.472000', '090018.474000', '090018.477000', '090018.479000', '090018.482000', '090018.484000', '090018.487000', '090018.490000', '090018.492000', '090018.495000', '090018.497000', '090018.500000', '090018.502000', '090018.505000', '090018.508000', '090018.510000', '090018.513000', '090018.515000', '090018.518000', '090018.521000', '090018.523000', '090018.526000', '090018.528000', '090018.531000', '090018.533000', '090018.536000', '090018.538000', '090018.541000', '090018.544000', '090018.546000', '090018.549000', '090018.551000', '090018.554000', '090018.557000', '090018.559000', '090038.444000', '090038.446000', '090038.449000', '090038.451000', '090038.454000', '090038.456000', '090038.459000', '090038.462000', '090038.464000', '090038.467000', '090038.469000', '090038.472000', '090038.474000', '090038.477000', '090038.479000', '090038.482000', '090038.485000', '090038.487000', '090038.490000', '090038.492000', '090038.495000', '090038.497000', '090038.500000', '090038.502000', '090038.505000', '090038.508000', '090038.510000', '090038.513000', '090038.530000', '090038.533000', '090038.535000', '090038.538000', '090038.540000', '090038.543000', '090038.545000', '090038.548000', '090038.551000', '090038.553000', '090038.556000', '090038.558000', '090038.561000', '090038.563000', '090038.566000', '090058.443000', '090058.446000', '090058.449000', '090058.451000', '090058.454000', '090058.456000', '090058.459000', '090058.462000', '090058.464000', '090058.467000', '090058.469000', '090058.472000', '090058.474000', '090058.477000', '090058.479000', '090058.482000', '090058.485000', '090058.487000', '090058.490000', '090058.492000', '090058.495000', '090058.498000', '090058.500000', '090058.503000', '090058.505000', '090058.508000', '090058.511000', '090058.513000', '090058.516000', '090058.518000', '090058.521000', '090058.524000', '090058.526000', '090058.529000', '090058.532000', '090058.534000', '090058.537000', '090058.539000', '090058.542000', '090058.544000', '090058.547000', '090058.550000', '090058.552000', '090058.555000', '090118.443000', '090118.445000', '090118.448000', '090118.458000', '090118.460000', '090118.463000', '090118.465000', '090118.468000', '090118.471000', '090118.473000', '090118.476000', '090118.478000', '090118.481000', '090118.484000', '090118.486000', '090118.489000', '090118.491000', '090118.494000', '090118.496000', '090118.499000', '090118.501000', '090118.504000', '090118.507000', '090118.514000', '090118.517000', '090118.520000', '090118.522000', '090118.525000', '090118.527000', '090118.530000', '090118.532000', '090118.535000', '090118.538000', '090118.540000', '090118.543000', '090118.545000', '090118.548000', '090118.550000', '090118.553000', '090118.555000', '090118.558000', '090118.561000', '090118.563000', '090138.442000', '090138.445000', '090138.448000', '090138.450000', '090138.453000', '090138.455000', '090138.458000', '090138.461000', '090138.463000', '090138.466000', '090138.468000', '090138.480000', '090138.482000', '090138.485000', '090138.487000', '090138.490000', '090138.492000', '090138.495000', '090138.497000', '090138.500000', '090138.503000', '090138.505000', '090138.508000', '090138.510000', '090138.513000', '090138.515000', '090138.518000', '090138.521000', '090138.523000', '090138.526000', '090138.528000', '090138.531000', '090138.533000', '090138.536000', '090138.539000', '090138.541000', '090138.544000', '090138.546000', '090138.549000', '090138.551000', '090138.554000', '090138.557000', '090138.559000', '090158.443000', '090158.445000', '090158.448000', '090158.451000', '090158.453000', '090158.459000', '090158.462000', '090158.465000', '090158.467000', '090158.470000', '090158.472000', '090158.475000', '090158.477000', '090158.480000', '090158.483000', '090158.485000', '090158.488000', '090158.490000', '090158.493000', '090158.496000', '090158.498000', '090158.501000', '090158.503000', '090158.506000', '090158.508000', '090158.521000', '090158.524000', '090158.526000', '090158.529000', '090158.535000', '090158.537000', '090158.540000', '090158.542000', '090158.545000', '090158.548000', '090158.550000', '090158.553000', '090158.556000', '090158.558000', '090158.561000', '090158.563000', '090158.566000', '090158.569000', '090158.571000', '090218.443000', '090218.445000', '090218.448000', '090218.450000', '090218.453000', '090218.456000', '090218.458000', '090218.461000', '090218.463000', '090218.466000', '090218.469000', '090218.471000', '090218.474000', '090218.476000', '090218.479000', '090218.482000', '090218.484000', '090218.487000', '090218.489000', '090218.492000', '090218.494000', '090218.497000', '090218.500000', '090218.502000', '090218.505000', '090218.507000', '090218.510000', '090218.512000', '090218.515000', '090218.518000', '090218.520000', '090218.523000', '090218.525000', '090218.528000', '090218.530000', '090218.533000', '090218.535000', '090218.538000', '090218.541000', '090218.543000', '090218.546000', '090218.548000', '090218.551000', '090218.553000', '090238.443000', '090238.446000', '090238.449000', '090238.451000', '090238.454000', '090238.457000', '090238.459000', '090238.462000', '090238.464000', '090238.467000', '090238.469000', '090238.472000', '090238.475000', '090238.481000', '090238.484000', '090238.486000', '090238.489000', '090238.491000', '090238.494000', '090238.497000', '090238.499000', '090238.502000', '090238.504000', '090238.507000', '090238.510000', '090238.512000', '090238.515000', '090238.517000', '090238.520000', '090238.523000', '090238.525000', '090238.528000', '090238.530000', '090238.533000', '090238.536000', '090238.538000', '090238.541000', '090238.543000', '090238.546000', '090238.548000', '090238.551000', '090238.554000', '090238.556000', '090258.443000', '090258.446000', '090258.449000', '090258.451000', '090258.456000', '090258.459000', '090258.462000', '090258.464000', '090258.467000', '090258.470000', '090258.472000', '090258.475000', '090258.477000', '090258.480000', '090258.482000', '090258.485000', '090258.487000', '090258.490000', '090258.493000', '090258.495000', '090258.498000', '090258.500000', '090258.503000', '090258.505000', '090258.508000', '090258.511000', '090258.513000', '090258.516000', '090258.519000', '090258.521000', '090258.524000', '090258.526000', '090258.529000', '090258.532000', '090258.534000', '090258.537000', '090258.539000', '090258.542000', '090258.545000', '090258.548000', '090258.550000', '090258.553000', '090258.555000', '090258.558000', '090317.726000', '090317.728000', '090317.732000', '090317.734000', '090317.737000', '090317.740000', '090317.742000', '090317.745000', '090317.747000', '090317.750000', '090317.753000', '090317.755000', '090317.758000', '090317.760000', '090317.763000', '090317.766000', '090317.768000', '090317.771000', '090317.773000', '090317.776000', '090317.779000', '090317.781000', '090317.784000', '090317.787000', '090317.790000', '090317.801000', '090317.804000', '090317.806000', '090317.811000', '090317.814000', '090317.819000', '090317.823000', '090317.827000', '090317.832000', '090317.835000', '090317.838000', '090317.842000', '090317.844000', '090317.848000', '090317.852000', '090317.856000', '090317.862000'], 'InstanceCreationTime': ['085658.488000', '085658.492000', '085658.498000', '085658.501000', '085658.504000', '085658.506000', '085658.509000', '085658.517000', '085658.519000', '085658.522000', '085658.530000', '085658.533000', '085658.536000', '085658.538000', '085658.541000', '085658.543000', '085658.546000', '085658.549000', '085658.551000', '085658.554000', '085658.556000', '085658.559000', '085658.561000', '085658.564000', '085658.566000', '085658.569000', '085658.571000', '085658.574000', '085658.576000', '085658.579000', '085658.582000', '085658.584000', '085658.587000', '085658.589000', '085658.592000', '085658.594000', '085658.597000', '085658.600000', '085658.602000', '085658.605000', '085658.607000', '085658.610000', '085658.612000', '085658.615000', '085658.617000', '085658.620000', '085658.640000', '085718.442000', '085718.445000', '085718.448000', '085718.450000', '085718.453000', '085718.463000', '085718.466000', '085718.469000', '085718.471000', '085718.474000', '085718.476000', '085718.479000', '085718.481000', '085718.484000', '085718.487000', '085718.489000', '085718.492000', '085718.494000', '085718.497000', '085718.499000', '085718.502000', '085718.504000', '085718.523000', '085718.525000', '085718.528000', '085718.531000', '085718.533000', '085718.536000', '085718.538000', '085718.541000', '085718.544000', '085718.546000', '085718.549000', '085718.551000', '085718.554000', '085718.556000', '085718.559000', '085718.562000', '085718.564000', '085718.567000', '085718.569000', '085718.572000', '085718.574000', '085738.442000', '085738.445000', '085738.448000', '085738.450000', '085738.453000', '085738.456000', '085738.458000', '085738.461000', '085738.464000', '085738.466000', '085738.469000', '085738.471000', '085738.474000', '085738.476000', '085738.479000', '085738.481000', '085738.484000', '085738.487000', '085738.489000', '085738.492000', '085738.494000', '085738.497000', '085738.499000', '085738.502000', '085738.504000', '085738.507000', '085738.509000', '085738.512000', '085738.515000', '085738.517000', '085738.520000', '085738.522000', '085738.525000', '085738.527000', '085738.530000', '085738.532000', '085738.535000', '085738.537000', '085738.540000', '085738.547000', '085738.550000', '085738.552000', '085738.555000', '085738.557000', '085758.443000', '085758.452000', '085758.454000', '085758.457000', '085758.459000', '085758.462000', '085758.465000', '085758.467000', '085758.470000', '085758.473000', '085758.475000', '085758.478000', '085758.480000', '085758.483000', '085758.486000', '085758.488000', '085758.491000', '085758.493000', '085758.496000', '085758.498000', '085758.501000', '085758.504000', '085758.506000', '085758.509000', '085758.511000', '085758.514000', '085758.517000', '085758.519000', '085758.522000', '085758.524000', '085758.527000', '085758.530000', '085758.532000', '085758.536000', '085758.539000', '085758.542000', '085758.544000', '085758.547000', '085758.550000', '085758.552000', '085758.555000', '085758.557000', '085758.560000', '085818.443000', '085818.446000', '085818.449000', '085818.452000', '085818.454000', '085818.457000', '085818.459000', '085818.462000', '085818.464000', '085818.467000', '085818.470000', '085818.472000', '085818.475000', '085818.478000', '085818.480000', '085818.483000', '085818.485000', '085818.488000', '085818.491000', '085818.493000', '085818.496000', '085818.498000', '085818.501000', '085818.504000', '085818.506000', '085818.509000', '085818.511000', '085818.514000', '085818.516000', '085818.519000', '085818.522000', '085818.524000', '085818.527000', '085818.529000', '085818.532000', '085818.534000', '085818.537000', '085818.539000', '085818.549000', '085818.552000', '085818.554000', '085818.557000', '085818.559000', '085818.562000', '085838.443000', '085838.446000', '085838.449000', '085838.451000', '085838.454000', '085838.456000', '085838.459000', '085838.462000', '085838.464000', '085838.467000', '085838.469000', '085838.472000', '085838.474000', '085838.477000', '085838.479000', '085838.482000', '085838.485000', '085838.487000', '085838.490000', '085838.493000', '085838.495000', '085838.498000', '085838.500000', '085838.508000', '085838.511000', '085838.514000', '085838.516000', '085838.519000', '085838.521000', '085838.524000', '085838.527000', '085838.529000', '085838.532000', '085838.534000', '085838.537000', '085838.540000', '085838.542000', '085838.545000', '085838.547000', '085838.550000', '085838.552000', '085838.555000', '085838.557000', '085858.443000', '085858.445000', '085858.448000', '085858.450000', '085858.453000', '085858.456000', '085858.458000', '085858.461000', '085858.463000', '085858.466000', '085858.468000', '085858.471000', '085858.473000', '085858.476000', '085858.478000', '085858.481000', '085858.484000', '085858.486000', '085858.489000', '085858.497000', '085858.500000', '085858.503000', '085858.505000', '085858.508000', '085858.510000', '085858.513000', '085858.515000', '085858.518000', '085858.521000', '085858.523000', '085858.526000', '085858.528000', '085858.531000', '085858.545000', '085858.547000', '085858.550000', '085858.552000', '085858.555000', '085858.557000', '085858.560000', '085858.563000', '085858.565000', '085858.568000', '085858.570000', '085918.443000', '085918.445000', '085918.448000', '085918.451000', '085918.453000', '085918.456000', '085918.458000', '085918.461000', '085918.463000', '085918.466000', '085918.468000', '085918.471000', '085918.473000', '085918.476000', '085918.479000', '085918.481000', '085918.484000', '085918.486000', '085918.489000', '085918.491000', '085918.494000', '085918.496000', '085918.499000', '085918.502000', '085918.504000', '085918.507000', '085918.509000', '085918.512000', '085918.514000', '085918.517000', '085918.520000', '085918.522000', '085918.525000', '085918.527000', '085918.530000', '085918.532000', '085918.535000', '085918.537000', '085918.545000', '085918.548000', '085918.551000', '085918.554000', '085918.557000', '085938.443000', '085938.445000', '085938.448000', '085938.451000', '085938.453000', '085938.456000', '085938.466000', '085938.469000', '085938.471000', '085938.474000', '085938.476000', '085938.479000', '085938.481000', '085938.484000', '085938.486000', '085938.489000', '085938.492000', '085938.494000', '085938.497000', '085938.499000', '085938.502000', '085938.504000', '085938.507000', '085938.510000', '085938.512000', '085938.515000', '085938.517000', '085938.520000', '085938.523000', '085938.525000', '085938.528000', '085938.530000', '085938.533000', '085938.535000', '085938.538000', '085938.541000', '085938.543000', '085938.546000', '085938.548000', '085938.551000', '085938.553000', '085938.556000', '085938.559000', '085938.561000', '085958.442000', '085958.445000', '085958.448000', '085958.451000', '085958.453000', '085958.456000', '085958.458000', '085958.461000', '085958.463000', '085958.466000', '085958.469000', '085958.471000', '085958.474000', '085958.476000', '085958.479000', '085958.482000', '085958.484000', '085958.487000', '085958.489000', '085958.499000', '085958.502000', '085958.504000', '085958.507000', '085958.510000', '085958.512000', '085958.515000', '085958.521000', '085958.523000', '085958.526000', '085958.529000', '085958.531000', '085958.534000', '085958.537000', '085958.539000', '085958.542000', '085958.545000', '085958.547000', '085958.550000', '085958.552000', '085958.555000', '085958.557000', '085958.560000', '085958.563000', '090018.443000', '090018.446000', '090018.449000', '090018.456000', '090018.459000', '090018.461000', '090018.464000', '090018.467000', '090018.469000', '090018.472000', '090018.474000', '090018.477000', '090018.479000', '090018.482000', '090018.484000', '090018.487000', '090018.490000', '090018.492000', '090018.495000', '090018.497000', '090018.500000', '090018.502000', '090018.505000', '090018.508000', '090018.510000', '090018.513000', '090018.515000', '090018.518000', '090018.521000', '090018.523000', '090018.526000', '090018.528000', '090018.531000', '090018.533000', '090018.536000', '090018.538000', '090018.541000', '090018.544000', '090018.546000', '090018.549000', '090018.551000', '090018.554000', '090018.557000', '090018.559000', '090038.444000', '090038.446000', '090038.449000', '090038.451000', '090038.454000', '090038.456000', '090038.459000', '090038.462000', '090038.464000', '090038.467000', '090038.469000', '090038.472000', '090038.474000', '090038.477000', '090038.479000', '090038.482000', '090038.485000', '090038.487000', '090038.490000', '090038.492000', '090038.495000', '090038.497000', '090038.500000', '090038.502000', '090038.505000', '090038.508000', '090038.510000', '090038.513000', '090038.530000', '090038.533000', '090038.535000', '090038.538000', '090038.540000', '090038.543000', '090038.545000', '090038.548000', '090038.551000', '090038.553000', '090038.556000', '090038.558000', '090038.561000', '090038.563000', '090038.566000', '090058.443000', '090058.446000', '090058.449000', '090058.451000', '090058.454000', '090058.456000', '090058.459000', '090058.462000', '090058.464000', '090058.467000', '090058.469000', '090058.472000', '090058.474000', '090058.477000', '090058.479000', '090058.482000', '090058.485000', '090058.487000', '090058.490000', '090058.492000', '090058.495000', '090058.498000', '090058.500000', '090058.503000', '090058.505000', '090058.508000', '090058.511000', '090058.513000', '090058.516000', '090058.518000', '090058.521000', '090058.524000', '090058.526000', '090058.529000', '090058.532000', '090058.534000', '090058.537000', '090058.539000', '090058.542000', '090058.544000', '090058.547000', '090058.550000', '090058.552000', '090058.555000', '090118.443000', '090118.445000', '090118.448000', '090118.458000', '090118.460000', '090118.463000', '090118.465000', '090118.468000', '090118.471000', '090118.473000', '090118.476000', '090118.478000', '090118.481000', '090118.484000', '090118.486000', '090118.489000', '090118.491000', '090118.494000', '090118.496000', '090118.499000', '090118.501000', '090118.504000', '090118.507000', '090118.514000', '090118.517000', '090118.520000', '090118.522000', '090118.525000', '090118.527000', '090118.530000', '090118.532000', '090118.535000', '090118.538000', '090118.540000', '090118.543000', '090118.545000', '090118.548000', '090118.550000', '090118.553000', '090118.555000', '090118.558000', '090118.561000', '090118.563000', '090138.442000', '090138.445000', '090138.448000', '090138.450000', '090138.453000', '090138.455000', '090138.458000', '090138.461000', '090138.463000', '090138.466000', '090138.468000', '090138.480000', '090138.482000', '090138.485000', '090138.487000', '090138.490000', '090138.492000', '090138.495000', '090138.497000', '090138.500000', '090138.503000', '090138.505000', '090138.508000', '090138.510000', '090138.513000', '090138.515000', '090138.518000', '090138.521000', '090138.523000', '090138.526000', '090138.528000', '090138.531000', '090138.533000', '090138.536000', '090138.539000', '090138.541000', '090138.544000', '090138.546000', '090138.549000', '090138.551000', '090138.554000', '090138.557000', '090138.559000', '090158.443000', '090158.445000', '090158.448000', '090158.451000', '090158.453000', '090158.459000', '090158.462000', '090158.465000', '090158.467000', '090158.470000', '090158.472000', '090158.475000', '090158.477000', '090158.480000', '090158.483000', '090158.485000', '090158.488000', '090158.490000', '090158.493000', '090158.496000', '090158.498000', '090158.501000', '090158.503000', '090158.506000', '090158.508000', '090158.521000', '090158.524000', '090158.526000', '090158.529000', '090158.535000', '090158.537000', '090158.540000', '090158.542000', '090158.545000', '090158.548000', '090158.550000', '090158.553000', '090158.556000', '090158.558000', '090158.561000', '090158.563000', '090158.566000', '090158.569000', '090158.571000', '090218.443000', '090218.445000', '090218.448000', '090218.450000', '090218.453000', '090218.456000', '090218.458000', '090218.461000', '090218.463000', '090218.466000', '090218.469000', '090218.471000', '090218.474000', '090218.476000', '090218.479000', '090218.482000', '090218.484000', '090218.487000', '090218.489000', '090218.492000', '090218.494000', '090218.497000', '090218.500000', '090218.502000', '090218.505000', '090218.507000', '090218.510000', '090218.512000', '090218.515000', '090218.518000', '090218.520000', '090218.523000', '090218.525000', '090218.528000', '090218.530000', '090218.533000', '090218.535000', '090218.538000', '090218.541000', '090218.543000', '090218.546000', '090218.548000', '090218.551000', '090218.553000', '090238.443000', '090238.446000', '090238.449000', '090238.451000', '090238.454000', '090238.457000', '090238.459000', '090238.462000', '090238.464000', '090238.467000', '090238.469000', '090238.472000', '090238.475000', '090238.481000', '090238.484000', '090238.486000', '090238.489000', '090238.491000', '090238.494000', '090238.497000', '090238.499000', '090238.502000', '090238.504000', '090238.507000', '090238.510000', '090238.512000', '090238.515000', '090238.517000', '090238.520000', '090238.523000', '090238.525000', '090238.528000', '090238.530000', '090238.533000', '090238.536000', '090238.538000', '090238.541000', '090238.543000', '090238.546000', '090238.548000', '090238.551000', '090238.554000', '090238.556000', '090258.443000', '090258.446000', '090258.449000', '090258.451000', '090258.456000', '090258.459000', '090258.462000', '090258.464000', '090258.467000', '090258.470000', '090258.472000', '090258.475000', '090258.477000', '090258.480000', '090258.482000', '090258.485000', '090258.487000', '090258.490000', '090258.493000', '090258.495000', '090258.498000', '090258.500000', '090258.503000', '090258.505000', '090258.508000', '090258.511000', '090258.513000', '090258.516000', '090258.519000', '090258.521000', '090258.524000', '090258.526000', '090258.529000', '090258.532000', '090258.534000', '090258.537000', '090258.539000', '090258.542000', '090258.545000', '090258.548000', '090258.550000', '090258.553000', '090258.555000', '090258.558000', '090317.726000', '090317.728000', '090317.732000', '090317.734000', '090317.737000', '090317.740000', '090317.742000', '090317.745000', '090317.747000', '090317.750000', '090317.753000', '090317.755000', '090317.758000', '090317.760000', '090317.763000', '090317.766000', '090317.768000', '090317.771000', '090317.773000', '090317.776000', '090317.779000', '090317.781000', '090317.784000', '090317.787000', '090317.790000', '090317.801000', '090317.804000', '090317.806000', '090317.811000', '090317.814000', '090317.819000', '090317.823000', '090317.827000', '090317.832000', '090317.835000', '090317.838000', '090317.842000', '090317.844000', '090317.848000', '090317.852000', '090317.856000', '090317.862000'], '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': [16947, 14197, 13100, 10199, 9374, 10853, 8656, 15624, 13072, 12894, 9823, 8804, 10379, 7502, 12890, 11867, 15299, 10550, 9263, 8983, 6967, 13498, 9808, 7767, 14844, 8208, 7086, 9202, 7486, 15262, 12116, 9296, 9722, 6832, 12045, 8182, 10865, 9799, 7166, 13770, 7454, 7519, 8589, 6919, 10806, 8665, 14324, 8504, 12239, 8706, 8976, 9833, 7366, 11558, 9075, 10061, 9168, 6908, 10048, 9861, 10916, 8137, 13476, 8600, 9128, 9265, 6884, 10567, 8016, 13527, 9093, 11979, 9291, 12120, 9628, 12934, 9946, 9675, 10659, 7005, 10357, 7376, 10876, 9067, 11860, 9120, 7392, 9252, 7121, 9836, 7174, 10228, 7096, 10797, 8488, 10192, 8797, 7275, 9829, 7740, 11959, 9646, 8947, 9728, 7154, 10564, 8739, 12500, 10285, 10878, 10106, 8340, 9752, 8577, 7110, 10222, 8998, 14254, 9789, 7290, 9553, 7184, 12636, 10286, 12464, 9666, 7665, 10124, 7239, 10484, 7935, 13267, 9214, 13554, 9297, 7934, 9432, 8054, 10011, 9115, 10369, 6877, 10532, 8381, 12147, 8575, 11647, 9360, 10123, 9859, 6570, 9774, 7248, 10415, 8672, 12436, 11115, 10482, 9666, 6827, 10015, 7044, 10434, 8867, 13079, 8876, 11212, 9221, 7497, 10147, 7562, 11138, 8633, 12024, 8472, 11268, 8710, 10008, 10045, 7136, 10565, 7968, 10741, 8530, 10562, 9200, 12214, 10280, 14129, 9188, 6923, 9989, 7182, 9894, 10032, 11114, 10596, 10041, 6875, 10020, 6730, 9855, 7498, 10954, 8320, 10767, 8335, 10243, 7905, 10364, 7433, 10790, 7273, 10407, 6863, 10141, 6689, 9987, 7111, 10600, 7261, 10884, 6899, 10524, 6963, 10277, 6878, 10299, 7150, 10963, 7185, 10410, 7704, 10314, 7365, 10828, 7732, 10906, 8393, 10972, 8656, 10532, 7993, 10990, 7740, 12413, 7502, 10641, 7974, 10994, 8679, 12569, 8795, 14146, 10758, 12082, 9843, 7740, 9363, 6758, 10296, 8936, 14529, 11245, 12216, 9117, 11101, 9329, 11343, 10162, 9791, 10433, 6804, 10363, 11384, 9387, 15441, 10691, 14202, 9154, 13387, 8391, 6849, 9240, 6763, 10657, 8400, 12735, 8565, 12537, 8569, 10773, 8492, 10932, 8807, 12709, 7501, 9698, 6853, 9790, 7002, 10092, 7339, 10814, 8449, 11195, 8114, 11771, 8548, 12417, 8927, 12894, 9595, 9437, 10698, 7817, 10124, 7706, 9752, 8953, 10562, 6941, 10578, 7533, 10190, 7838, 12909, 9472, 12518, 10335, 8805, 9635, 6786, 10059, 7640, 10954, 8434, 12471, 8953, 12662, 8989, 12470, 8976, 12124, 8901, 10966, 9404, 11900, 8764, 10516, 9219, 12595, 9133, 11297, 8760, 11040, 8613, 12536, 8263, 9374, 8566, 11316, 9231, 9676, 9523, 7094, 9893, 6770, 10030, 7307, 10754, 9211, 14369, 8828, 12532, 8875, 11006, 8987, 11891, 8593, 13251, 7699, 11729, 8114, 10992, 8386, 10770, 8393, 10827, 8524, 10803, 8219, 10337, 7067, 11339, 9953, 10369, 8145, 10019, 7138, 9689, 7511, 9847, 11719, 9740, 9289, 9506, 7040, 9523, 6988, 9761, 10057, 9800, 12783, 9244, 12557, 9110, 13169, 8863, 11197, 9413, 10655, 10364, 11925, 8560, 8816, 8725, 12083, 9166, 14223, 12601, 13280, 8751, 12892, 8257, 10894, 7551, 10625, 11183, 11006, 10068, 9545, 8772, 9135, 13598, 9140, 11077, 10451, 10936, 7804, 10850, 7839, 10575, 8242, 12847, 8766, 12101, 8889, 7616, 9437, 11609, 9342, 13305, 9588, 12324, 10847, 13201, 8022, 11494, 6783, 10615, 6756, 10094, 9146, 10637, 7458, 10667, 8064, 10991, 7971, 10652, 7867, 10255, 9994, 10378, 9830, 10070, 7988, 8940, 13311, 9220, 14836, 11274, 12619, 8747, 11136, 7925, 10795, 6945, 10676, 7253, 10487, 8797, 7388, 8868, 7204, 9492, 12599, 8857, 11288, 9375, 11070, 8059, 10872, 7844, 10664, 7531, 10781, 7576, 10709, 7696, 10696, 7690, 10554, 7217, 10544, 10259, 9789, 14417, 9217, 11505, 8761, 6743, 9093, 7475, 9770, 7568, 10334, 6940, 10320, 6996, 9568, 8459, 10614, 8766, 7277, 10212, 10803, 14537, 12394, 11124, 9366, 16460, 9027, 12453, 9623, 13857, 7876, 14026, 8566, 6872, 9049, 6626, 9632, 10777, 11484, 10346, 10204, 6867, 10550, 8054, 10320, 10131, 10401, 10173, 10490, 6747, 10682, 7869, 10838, 8004, 10578, 7464, 10382, 9599, 10430, 6610, 10164, 7514, 9703, 12129, 9033, 14349, 9311, 11309, 8800, 6796, 8730, 8664, 8861, 11190, 9696, 8530, 9894, 8328, 9550, 8509, 9635, 10719, 11260, 11475, 10694, 8520, 11154, 10716, 10266, 15770, 9491, 14723, 11342, 12027, 9611, 6917, 9594, 7271, 9966, 8619, 10539, 7326, 10427, 7712, 10503, 8099, 10812, 7978, 12331, 8409, 12127, 8033, 12930, 8449, 11843, 9589, 11605, 10320, 10147, 10285, 10154, 10016, 12710, 9775, 15508, 10337, 11192, 10163, 7978, 10380, 8592, 9862, 13626, 9081, 15597, 9101, 12387, 9186, 7059, 9711, 6960, 9992, 7211, 10924, 8126, 10408, 7802, 10517, 9030, 9855, 12642, 9141, 14486, 10442, 12993, 8712, 10590, 8488, 6843, 9641, 6830, 10167, 8996, 11772, 8683, 11786, 8849, 13719, 10965, 14827, 10793, 12628, 8997, 6842, 9867, 8072, 10786, 11262, 10948, 11241, 9855, 6850, 10057, 6851, 10363, 9653, 10511, 7675, 10464, 7314, 10840, 8319, 10736, 8421, 10723, 8002, 10641, 8044, 10963, 7851, 10582, 7412, 10587, 7921, 12606, 8902, 8940, 9264, 6753, 9629, 6877, 10075, 8121, 10044, 9068, 10402, 6763, 10204, 7332, 10287, 8062, 10780, 8716, 14527, 8639, 11581, 8868, 11356, 8660, 7278, 9916, 6988, 10652, 8277, 11074, 8650, 9614, 9608, 10853, 10455, 7548, 10620, 7594, 10588, 8502, 12536, 11056, 11146, 11241, 10121, 6895, 10695, 8202, 10528, 8808, 11797, 11125, 10448, 9484, 6723, 9996, 6959, 10856, 6969, 10667, 7695, 13921, 8248, 13014, 8325, 8650, 8543, 8886, 9715, 9407, 9890, 6660, 10208, 6751, 10139, 7215, 10883, 9611, 13912, 10753, 7515, 9239, 7896, 9135, 14062, 9156, 13817, 11664, 10135, 9427, 6601, 10445, 7377, 10368, 8233, 11344, 8463, 8421, 8462, 6789, 9048, 7187, 10078, 8708, 10262, 6715, 9829, 7200, 9541, 10476, 10067, 7074, 12082, 7408, 10150, 6818, 9971, 7156, 10231, 8393, 12381, 8049, 11196, 8356, 8108, 8543, 11734, 9227, 9904, 9530, 7242, 9308, 6924, 9683, 7166, 10450, 8672, 12913, 9414, 8703], 'WindowCenter': [4473.0, 4450.0, 4428.0, 4395.0, 4385.0, 4391.0, 4372.0, 4432.0, 4412.0, 4410.0, 4381.0, 4369.0, 4377.0, 4338.0, 4397.0, 4398.0, 4418.0, 4376.0, 4367.0, 4369.0, 4350.0, 4424.0, 4393.0, 4349.0, 4407.0, 4341.0, 4323.0, 4367.0, 4352.0, 4420.0, 4401.0, 4370.0, 4379.0, 4339.0, 4398.0, 4357.0, 4390.0, 4381.0, 4340.0, 4409.0, 4337.0, 4348.0, 4369.0, 4338.0, 4391.0, 4371.0, 4432.0, 4369.0, 4412.0, 4357.0, 4367.0, 4380.0, 4352.0, 4401.0, 4370.0, 4392.0, 4379.0, 4339.0, 4378.0, 4365.0, 4376.0, 4349.0, 4410.0, 4371.0, 4381.0, 4369.0, 4338.0, 4390.0, 4358.0, 4408.0, 4367.0, 4398.0, 4355.0, 4384.0, 4365.0, 4397.0, 4365.0, 4365.0, 4375.0, 4333.0, 4374.0, 4337.0, 4388.0, 4382.0, 4401.0, 4371.0, 4348.0, 4368.0, 4340.0, 4379.0, 4338.0, 4378.0, 4338.0, 4404.0, 4384.0, 4391.0, 4386.0, 4349.0, 4392.0, 4365.0, 4411.0, 4391.0, 4385.0, 4395.0, 4365.0, 4406.0, 4401.0, 4420.0, 4393.0, 4412.0, 4391.0, 4375.0, 4391.0, 4370.0, 4334.0, 4374.0, 4368.0, 4415.0, 4378.0, 4349.0, 4380.0, 4340.0, 4398.0, 4390.0, 4397.0, 4367.0, 4343.0, 4376.0, 4336.0, 4376.0, 4345.0, 4392.0, 4355.0, 4394.0, 4354.0, 4343.0, 4354.0, 4330.0, 4366.0, 4353.0, 4375.0, 4325.0, 4375.0, 4347.0, 4396.0, 4371.0, 4400.0, 4370.0, 4389.0, 4377.0, 4338.0, 4379.0, 4351.0, 4390.0, 4371.0, 4411.0, 4415.0, 4391.0, 4382.0, 4339.0, 4381.0, 4351.0, 4389.0, 4371.0, 4407.0, 4367.0, 4400.0, 4370.0, 4350.0, 4381.0, 4350.0, 4390.0, 4367.0, 4412.0, 4371.0, 4389.0, 4371.0, 4376.0, 4380.0, 4338.0, 4391.0, 4359.0, 4391.0, 4367.0, 4380.0, 4381.0, 4400.0, 4376.0, 4408.0, 4368.0, 4338.0, 4368.0, 4335.0, 4378.0, 4366.0, 4389.0, 4378.0, 4367.0, 4329.0, 4378.0, 4323.0, 4377.0, 4334.0, 4388.0, 4357.0, 4389.0, 4359.0, 4375.0, 4347.0, 4377.0, 4337.0, 4377.0, 4335.0, 4375.0, 4327.0, 4375.0, 4327.0, 4366.0, 4337.0, 4389.0, 4349.0, 4390.0, 4338.0, 4377.0, 4340.0, 4377.0, 4339.0, 4378.0, 4339.0, 4388.0, 4336.0, 4387.0, 4350.0, 4378.0, 4349.0, 4388.0, 4347.0, 4389.0, 4358.0, 4388.0, 4357.0, 4378.0, 4348.0, 4378.0, 4336.0, 4396.0, 4336.0, 4373.0, 4347.0, 4387.0, 4356.0, 4397.0, 4368.0, 4405.0, 4388.0, 4398.0, 4379.0, 4350.0, 4369.0, 4339.0, 4380.0, 4381.0, 4421.0, 4398.0, 4405.0, 4371.0, 4389.0, 4367.0, 4388.0, 4379.0, 4367.0, 4377.0, 4324.0, 4376.0, 4385.0, 4357.0, 4404.0, 4376.0, 4393.0, 4354.0, 4393.0, 4342.0, 4314.0, 4354.0, 4325.0, 4375.0, 4346.0, 4394.0, 4358.0, 4398.0, 4357.0, 4376.0, 4357.0, 4377.0, 4354.0, 4383.0, 4325.0, 4354.0, 4314.0, 4363.0, 4323.0, 4364.0, 4334.0, 4371.0, 4344.0, 4385.0, 4347.0, 4393.0, 4357.0, 4395.0, 4368.0, 4396.0, 4368.0, 4364.0, 4376.0, 4345.0, 4377.0, 4332.0, 4364.0, 4366.0, 4377.0, 4336.0, 4376.0, 4348.0, 4375.0, 4346.0, 4396.0, 4380.0, 4399.0, 4377.0, 4368.0, 4366.0, 4328.0, 4368.0, 4348.0, 4388.0, 4358.0, 4398.0, 4357.0, 4396.0, 4358.0, 4395.0, 4356.0, 4386.0, 4356.0, 4376.0, 4365.0, 4386.0, 4357.0, 4374.0, 4367.0, 4395.0, 4365.0, 4388.0, 4358.0, 4377.0, 4356.0, 4396.0, 4347.0, 4367.0, 4357.0, 4387.0, 4369.0, 4380.0, 4380.0, 4341.0, 4380.0, 4340.0, 4380.0, 4349.0, 4392.0, 4382.0, 4420.0, 4369.0, 4409.0, 4371.0, 4386.0, 4366.0, 4388.0, 4357.0, 4394.0, 4336.0, 4386.0, 4334.0, 4371.0, 4342.0, 4375.0, 4345.0, 4372.0, 4355.0, 4376.0, 4346.0, 4374.0, 4324.0, 4387.0, 4366.0, 4367.0, 4344.0, 4366.0, 4336.0, 4367.0, 4335.0, 4379.0, 4387.0, 4369.0, 4368.0, 4368.0, 4337.0, 4368.0, 4338.0, 4378.0, 4374.0, 4381.0, 4399.0, 4369.0, 4399.0, 4368.0, 4407.0, 4356.0, 4388.0, 4369.0, 4377.0, 4379.0, 4398.0, 4357.0, 4367.0, 4357.0, 4398.0, 4380.0, 4408.0, 4400.0, 4410.0, 4360.0, 4409.0, 4358.0, 4386.0, 4346.0, 4378.0, 4387.0, 4376.0, 4366.0, 4366.0, 4357.0, 4365.0, 4391.0, 4356.0, 4374.0, 4375.0, 4375.0, 4334.0, 4374.0, 4331.0, 4364.0, 4346.0, 4395.0, 4358.0, 4397.0, 4358.0, 4349.0, 4369.0, 4388.0, 4368.0, 4397.0, 4367.0, 4386.0, 4375.0, 4395.0, 4335.0, 4374.0, 4313.0, 4363.0, 4314.0, 4362.0, 4353.0, 4376.0, 4336.0, 4374.0, 4347.0, 4388.0, 4346.0, 4377.0, 4348.0, 4379.0, 4376.0, 4379.0, 4368.0, 4379.0, 4348.0, 4357.0, 4408.0, 4369.0, 4417.0, 4388.0, 4397.0, 4354.0, 4386.0, 4345.0, 4374.0, 4325.0, 4364.0, 4334.0, 4372.0, 4355.0, 4338.0, 4368.0, 4349.0, 4377.0, 4398.0, 4370.0, 4385.0, 4369.0, 4388.0, 4349.0, 4389.0, 4345.0, 4374.0, 4334.0, 4378.0, 4348.0, 4378.0, 4337.0, 4377.0, 4345.0, 4376.0, 4337.0, 4377.0, 4366.0, 4368.0, 4404.0, 4356.0, 4386.0, 4356.0, 4325.0, 4356.0, 4337.0, 4379.0, 4349.0, 4377.0, 4339.0, 4390.0, 4340.0, 4367.0, 4360.0, 4390.0, 4370.0, 4349.0, 4392.0, 4404.0, 4423.0, 4413.0, 4392.0, 4371.0, 4420.0, 4356.0, 4386.0, 4367.0, 4394.0, 4335.0, 4396.0, 4355.0, 4325.0, 4356.0, 4325.0, 4366.0, 4376.0, 4388.0, 4376.0, 4376.0, 4328.0, 4377.0, 4347.0, 4377.0, 4366.0, 4378.0, 4374.0, 4377.0, 4326.0, 4377.0, 4347.0, 4372.0, 4347.0, 4376.0, 4334.0, 4378.0, 4365.0, 4376.0, 4327.0, 4378.0, 4333.0, 4368.0, 4386.0, 4358.0, 4408.0, 4368.0, 4388.0, 4367.0, 4327.0, 4359.0, 4358.0, 4371.0, 4389.0, 4380.0, 4360.0, 4379.0, 4360.0, 4380.0, 4356.0, 4381.0, 4390.0, 4391.0, 4390.0, 4380.0, 4359.0, 4390.0, 4379.0, 4377.0, 4417.0, 4369.0, 4406.0, 4376.0, 4385.0, 4367.0, 4338.0, 4366.0, 4339.0, 4381.0, 4369.0, 4390.0, 4351.0, 4388.0, 4360.0, 4391.0, 4361.0, 4390.0, 4362.0, 4412.0, 4360.0, 4399.0, 4360.0, 4411.0, 4360.0, 4399.0, 4380.0, 4401.0, 4390.0, 4379.0, 4379.0, 4379.0, 4368.0, 4397.0, 4366.0, 4405.0, 4376.0, 4373.0, 4364.0, 4346.0, 4376.0, 4345.0, 4364.0, 4395.0, 4354.0, 4404.0, 4356.0, 4385.0, 4355.0, 4326.0, 4365.0, 4334.0, 4377.0, 4349.0, 4385.0, 4358.0, 4391.0, 4349.0, 4390.0, 4370.0, 4379.0, 4399.0, 4381.0, 4420.0, 4391.0, 4408.0, 4370.0, 4402.0, 4381.0, 4341.0, 4391.0, 4354.0, 4402.0, 4384.0, 4411.0, 4383.0, 4412.0, 4381.0, 4420.0, 4390.0, 4417.0, 4389.0, 4398.0, 4357.0, 4323.0, 4377.0, 4346.0, 4388.0, 4385.0, 4386.0, 4386.0, 4365.0, 4326.0, 4374.0, 4325.0, 4373.0, 4364.0, 4375.0, 4334.0, 4373.0, 4333.0, 4370.0, 4344.0, 4371.0, 4344.0, 4371.0, 4332.0, 4363.0, 4344.0, 4371.0, 4342.0, 4372.0, 4331.0, 4363.0, 4345.0, 4382.0, 4355.0, 4356.0, 4366.0, 4326.0, 4366.0, 4323.0, 4376.0, 4345.0, 4378.0, 4357.0, 4387.0, 4324.0, 4374.0, 4348.0, 4376.0, 4359.0, 4388.0, 4367.0, 4419.0, 4370.0, 4397.0, 4369.0, 4386.0, 4368.0, 4347.0, 4379.0, 4348.0, 4388.0, 4372.0, 4401.0, 4371.0, 4380.0, 4391.0, 4400.0, 4399.0, 4359.0, 4391.0, 4361.0, 4390.0, 4359.0, 4409.0, 4389.0, 4387.0, 4385.0, 4376.0, 4335.0, 4377.0, 4357.0, 4377.0, 4369.0, 4397.0, 4400.0, 4385.0, 4367.0, 4339.0, 4378.0, 4336.0, 4386.0, 4332.0, 4376.0, 4343.0, 4406.0, 4346.0, 4396.0, 4356.0, 4355.0, 4355.0, 4367.0, 4377.0, 4366.0, 4377.0, 4338.0, 4376.0, 4337.0, 4378.0, 4338.0, 4388.0, 4379.0, 4406.0, 4388.0, 4349.0, 4369.0, 4358.0, 4367.0, 4407.0, 4368.0, 4405.0, 4388.0, 4376.0, 4367.0, 4337.0, 4385.0, 4351.0, 4411.0, 4401.0, 4414.0, 4382.0, 4370.0, 4354.0, 4322.0, 4352.0, 4335.0, 4376.0, 4356.0, 4375.0, 4325.0, 4365.0, 4334.0, 4364.0, 4374.0, 4364.0, 4324.0, 4384.0, 4332.0, 4363.0, 4311.0, 4363.0, 4322.0, 4362.0, 4343.0, 4383.0, 4342.0, 4373.0, 4344.0, 4344.0, 4354.0, 4385.0, 4366.0, 4365.0, 4366.0, 4334.0, 4364.0, 4332.0, 4363.0, 4337.0, 4375.0, 4369.0, 4408.0, 4368.0, 4369.0], 'WindowWidth': [9819.0, 9782.0, 9744.0, 9694.0, 9678.0, 9684.0, 9660.0, 9739.0, 9712.0, 9705.0, 9665.0, 9650.0, 9657.0, 9605.0, 9684.0, 9686.0, 9713.0, 9653.0, 9643.0, 9647.0, 9629.0, 9733.0, 9689.0, 9624.0, 9696.0, 9599.0, 9575.0, 9643.0, 9631.0, 9719.0, 9693.0, 9651.0, 9662.0, 9611.0, 9684.0, 9631.0, 9678.0, 9667.0, 9612.0, 9703.0, 9600.0, 9621.0, 9649.0, 9608.0, 9682.0, 9657.0, 9739.0, 9649.0, 9711.0, 9630.0, 9642.0, 9664.0, 9632.0, 9696.0, 9653.0, 9685.0, 9663.0, 9610.0, 9658.0, 9634.0, 9654.0, 9622.0, 9703.0, 9656.0, 9670.0, 9649.0, 9605.0, 9677.0, 9634.0, 9700.0, 9643.0, 9685.0, 9622.0, 9655.0, 9635.0, 9684.0, 9636.0, 9634.0, 9648.0, 9595.0, 9649.0, 9603.0, 9672.0, 9674.0, 9694.0, 9653.0, 9621.0, 9646.0, 9611.0, 9661.0, 9607.0, 9659.0, 9607.0, 9706.0, 9680.0, 9682.0, 9684.0, 9623.0, 9685.0, 9654.0, 9712.0, 9683.0, 9681.0, 9694.0, 9657.0, 9712.0, 9711.0, 9722.0, 9689.0, 9718.0, 9681.0, 9666.0, 9684.0, 9654.0, 9597.0, 9650.0, 9645.0, 9708.0, 9658.0, 9623.0, 9664.0, 9612.0, 9687.0, 9680.0, 9684.0, 9643.0, 9608.0, 9653.0, 9601.0, 9654.0, 9611.0, 9672.0, 9623.0, 9675.0, 9620.0, 9605.0, 9620.0, 9586.0, 9638.0, 9617.0, 9650.0, 9583.0, 9650.0, 9614.0, 9679.0, 9656.0, 9691.0, 9652.0, 9675.0, 9660.0, 9611.0, 9665.0, 9629.0, 9678.0, 9657.0, 9710.0, 9722.0, 9681.0, 9671.0, 9614.0, 9668.0, 9629.0, 9678.0, 9655.0, 9700.0, 9646.0, 9694.0, 9653.0, 9627.0, 9667.0, 9626.0, 9680.0, 9645.0, 9712.0, 9655.0, 9676.0, 9654.0, 9658.0, 9667.0, 9608.0, 9683.0, 9640.0, 9683.0, 9646.0, 9664.0, 9668.0, 9690.0, 9655.0, 9699.0, 9643.0, 9605.0, 9643.0, 9598.0, 9659.0, 9641.0, 9675.0, 9656.0, 9642.0, 9595.0, 9657.0, 9582.0, 9657.0, 9598.0, 9673.0, 9630.0, 9675.0, 9634.0, 9652.0, 9616.0, 9655.0, 9603.0, 9656.0, 9597.0, 9650.0, 9590.0, 9650.0, 9589.0, 9640.0, 9605.0, 9678.0, 9625.0, 9679.0, 9608.0, 9656.0, 9612.0, 9657.0, 9609.0, 9661.0, 9610.0, 9674.0, 9604.0, 9673.0, 9624.0, 9660.0, 9623.0, 9672.0, 9618.0, 9674.0, 9632.0, 9673.0, 9631.0, 9659.0, 9617.0, 9658.0, 9600.0, 9679.0, 9598.0, 9647.0, 9615.0, 9668.0, 9629.0, 9683.0, 9648.0, 9694.0, 9674.0, 9685.0, 9660.0, 9625.0, 9649.0, 9610.0, 9664.0, 9672.0, 9722.0, 9690.0, 9698.0, 9656.0, 9675.0, 9644.0, 9672.0, 9661.0, 9641.0, 9656.0, 9586.0, 9654.0, 9664.0, 9627.0, 9690.0, 9652.0, 9672.0, 9618.0, 9673.0, 9602.0, 9566.0, 9620.0, 9585.0, 9652.0, 9614.0, 9679.0, 9633.0, 9687.0, 9631.0, 9655.0, 9630.0, 9657.0, 9621.0, 9660.0, 9582.0, 9619.0, 9567.0, 9630.0, 9578.0, 9634.0, 9593.0, 9642.0, 9607.0, 9664.0, 9616.0, 9676.0, 9629.0, 9676.0, 9645.0, 9681.0, 9644.0, 9636.0, 9654.0, 9613.0, 9654.0, 9592.0, 9637.0, 9641.0, 9657.0, 9601.0, 9655.0, 9619.0, 9654.0, 9615.0, 9680.0, 9664.0, 9686.0, 9656.0, 9646.0, 9641.0, 9594.0, 9645.0, 9620.0, 9673.0, 9634.0, 9686.0, 9630.0, 9679.0, 9632.0, 9677.0, 9625.0, 9665.0, 9627.0, 9652.0, 9639.0, 9666.0, 9628.0, 9649.0, 9642.0, 9678.0, 9638.0, 9671.0, 9631.0, 9655.0, 9625.0, 9679.0, 9616.0, 9644.0, 9631.0, 9670.0, 9649.0, 9664.0, 9664.0, 9615.0, 9665.0, 9614.0, 9664.0, 9625.0, 9683.0, 9670.0, 9720.0, 9652.0, 9704.0, 9653.0, 9669.0, 9642.0, 9673.0, 9629.0, 9676.0, 9597.0, 9665.0, 9595.0, 9641.0, 9603.0, 9650.0, 9612.0, 9644.0, 9623.0, 9652.0, 9612.0, 9648.0, 9583.0, 9668.0, 9637.0, 9640.0, 9608.0, 9640.0, 9601.0, 9643.0, 9599.0, 9662.0, 9670.0, 9648.0, 9645.0, 9645.0, 9606.0, 9645.0, 9607.0, 9660.0, 9652.0, 9667.0, 9687.0, 9648.0, 9689.0, 9644.0, 9698.0, 9627.0, 9671.0, 9649.0, 9656.0, 9661.0, 9685.0, 9631.0, 9645.0, 9630.0, 9684.0, 9666.0, 9701.0, 9691.0, 9704.0, 9638.0, 9703.0, 9632.0, 9668.0, 9613.0, 9658.0, 9668.0, 9653.0, 9639.0, 9638.0, 9626.0, 9636.0, 9668.0, 9624.0, 9647.0, 9648.0, 9648.0, 9593.0, 9647.0, 9588.0, 9631.0, 9612.0, 9676.0, 9630.0, 9682.0, 9631.0, 9620.0, 9647.0, 9671.0, 9645.0, 9681.0, 9641.0, 9667.0, 9649.0, 9676.0, 9595.0, 9646.0, 9564.0, 9628.0, 9565.0, 9628.0, 9618.0, 9650.0, 9597.0, 9648.0, 9616.0, 9671.0, 9614.0, 9657.0, 9619.0, 9662.0, 9654.0, 9661.0, 9644.0, 9659.0, 9620.0, 9629.0, 9696.0, 9647.0, 9710.0, 9673.0, 9682.0, 9621.0, 9666.0, 9610.0, 9647.0, 9581.0, 9632.0, 9595.0, 9644.0, 9625.0, 9604.0, 9644.0, 9623.0, 9658.0, 9686.0, 9650.0, 9668.0, 9648.0, 9672.0, 9621.0, 9675.0, 9613.0, 9649.0, 9598.0, 9659.0, 9620.0, 9658.0, 9601.0, 9656.0, 9613.0, 9654.0, 9602.0, 9656.0, 9638.0, 9644.0, 9688.0, 9623.0, 9666.0, 9626.0, 9585.0, 9626.0, 9601.0, 9663.0, 9621.0, 9658.0, 9610.0, 9678.0, 9613.0, 9644.0, 9636.0, 9679.0, 9652.0, 9626.0, 9686.0, 9704.0, 9727.0, 9712.0, 9682.0, 9654.0, 9718.0, 9625.0, 9667.0, 9639.0, 9675.0, 9595.0, 9677.0, 9622.0, 9584.0, 9625.0, 9584.0, 9641.0, 9653.0, 9672.0, 9652.0, 9653.0, 9591.0, 9656.0, 9615.0, 9654.0, 9638.0, 9658.0, 9647.0, 9653.0, 9585.0, 9652.0, 9613.0, 9645.0, 9615.0, 9653.0, 9596.0, 9659.0, 9638.0, 9653.0, 9589.0, 9656.0, 9594.0, 9643.0, 9665.0, 9632.0, 9696.0, 9643.0, 9671.0, 9643.0, 9592.0, 9634.0, 9632.0, 9653.0, 9675.0, 9665.0, 9637.0, 9663.0, 9638.0, 9664.0, 9629.0, 9667.0, 9676.0, 9680.0, 9675.0, 9664.0, 9635.0, 9677.0, 9660.0, 9656.0, 9708.0, 9646.0, 9694.0, 9653.0, 9664.0, 9640.0, 9606.0, 9641.0, 9608.0, 9667.0, 9650.0, 9679.0, 9627.0, 9677.0, 9641.0, 9682.0, 9642.0, 9681.0, 9642.0, 9710.0, 9638.0, 9690.0, 9639.0, 9708.0, 9638.0, 9689.0, 9666.0, 9693.0, 9680.0, 9663.0, 9663.0, 9661.0, 9644.0, 9681.0, 9639.0, 9691.0, 9654.0, 9644.0, 9633.0, 9613.0, 9652.0, 9609.0, 9634.0, 9674.0, 9620.0, 9686.0, 9624.0, 9661.0, 9621.0, 9587.0, 9638.0, 9599.0, 9658.0, 9625.0, 9669.0, 9635.0, 9681.0, 9624.0, 9679.0, 9652.0, 9663.0, 9686.0, 9668.0, 9717.0, 9681.0, 9699.0, 9652.0, 9699.0, 9672.0, 9617.0, 9686.0, 9641.0, 9703.0, 9678.0, 9714.0, 9676.0, 9716.0, 9674.0, 9721.0, 9680.0, 9713.0, 9673.0, 9687.0, 9630.0, 9583.0, 9656.0, 9613.0, 9672.0, 9666.0, 9670.0, 9667.0, 9637.0, 9588.0, 9650.0, 9587.0, 9647.0, 9634.0, 9651.0, 9595.0, 9645.0, 9592.0, 9640.0, 9608.0, 9640.0, 9606.0, 9640.0, 9591.0, 9632.0, 9605.0, 9640.0, 9603.0, 9642.0, 9588.0, 9630.0, 9610.0, 9658.0, 9625.0, 9626.0, 9639.0, 9589.0, 9642.0, 9582.0, 9654.0, 9612.0, 9659.0, 9631.0, 9673.0, 9585.0, 9651.0, 9622.0, 9656.0, 9636.0, 9675.0, 9647.0, 9717.0, 9652.0, 9687.0, 9649.0, 9670.0, 9648.0, 9620.0, 9664.0, 9625.0, 9677.0, 9659.0, 9697.0, 9657.0, 9669.0, 9685.0, 9697.0, 9696.0, 9642.0, 9683.0, 9641.0, 9680.0, 9636.0, 9703.0, 9674.0, 9673.0, 9666.0, 9654.0, 9601.0, 9658.0, 9632.0, 9658.0, 9649.0, 9685.0, 9691.0, 9668.0, 9646.0, 9610.0, 9661.0, 9603.0, 9669.0, 9594.0, 9656.0, 9609.0, 9693.0, 9613.0, 9682.0, 9628.0, 9625.0, 9626.0, 9645.0, 9659.0, 9641.0, 9657.0, 9608.0, 9655.0, 9604.0, 9658.0, 9605.0, 9672.0, 9663.0, 9696.0, 9673.0, 9623.0, 9649.0, 9635.0, 9645.0, 9697.0, 9647.0, 9692.0, 9671.0, 9654.0, 9643.0, 9604.0, 9669.0, 9629.0, 9720.0, 9716.0, 9720.0, 9677.0, 9655.0, 9624.0, 9579.0, 9615.0, 9597.0, 9655.0, 9627.0, 9652.0, 9586.0, 9639.0, 9597.0, 9636.0, 9648.0, 9638.0, 9582.0, 9662.0, 9591.0, 9631.0, 9562.0, 9633.0, 9578.0, 9628.0, 9605.0, 9657.0, 9603.0, 9645.0, 9608.0, 9607.0, 9621.0, 9663.0, 9641.0, 9638.0, 9640.0, 9596.0, 9636.0, 9595.0, 9637.0, 9607.0, 9653.0, 9650.0, 9701.0, 9647.0, 9653.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.00610125287356322</td></tr>
<tr><td colspan=3>aqi</td><td>0.026397447816091952</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.31650769284236</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.246454774430379</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0867513813924052</td></tr>
<tr><td colspan=3>efc</td><td>0.4988</td></tr>
<tr><td colspan=3>fber</td><td>4816.123</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08610524833840791</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>35</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.022988505747127</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6117576846800508</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5068256675053457</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.859940022722807</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.468507363811999</td></tr>
<tr><td colspan=3>gcor</td><td>0.00716506</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0075890617445111275</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.035766806453466415</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7742434897096917</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.0128</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.9763</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.1631</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294573.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>987.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>375.2955</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9201</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>534.6772</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3515.3665</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3780.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81971.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1067.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4602.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1001.5191</td></tr>
<tr><td colspan=3>tsnr</td><td>37.41157246869989</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>