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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0006_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-04_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-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_ses-04_task-social_acq-mb8_run-04_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-0006/ses-04/func/sub-0006_ses-04_task-social_acq-mb8_run-04_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>ae0f2f16a9784b66e037cb307ae79409</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>10:36:42.982500</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_VE11C_LATEST_20160120</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.999126, -0.0153387, 0.0388862, 0.0223244, 0.98227, -0.186137]</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-04_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.0970193</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7709, -7286, 590, -72, -96, -28, 100]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.165</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3bd713ae-b745-424a-9948-fdf738b5ac72||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68058180809021, 0.059894680976867676, 0.09542237967252731, 108.20121765136719], [0.04115255922079086, 2.635359287261963, -0.5044735670089722, -82.50225830078125], [0.1043287143111229, 0.49939101934432983, 2.650735855102539, -90.53385925292969], [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': ['103642.982500', '103643.442500', '103643.902500', '103644.362500', '103644.822500', '103645.282500', '103645.742500', '103646.202500', '103646.662500', '103647.122500', '103647.582500', '103648.042500', '103648.502500', '103648.962500', '103649.422500', '103649.882500', '103650.342500', '103650.802500', '103651.262500', '103651.722500', '103652.182500', '103652.642500', '103653.102500', '103653.562500', '103654.022500', '103654.482500', '103654.942500', '103655.402500', '103655.862500', '103656.322500', '103656.782500', '103657.242500', '103657.702500', '103658.162500', '103658.622500', '103659.082500', '103659.542500', '103700.002500', '103700.462500', '103700.922500', '103701.382500', '103701.842500', '103702.302500', '103702.762500', '103703.222500', '103703.682500', '103704.142500', '103704.602500', '103705.062500', '103705.522500', '103705.982500', '103706.442500', '103706.902500', '103707.362500', '103707.822500', '103708.282500', '103708.742500', '103709.202500', '103709.662500', '103710.122500', '103710.582500', '103711.042500', '103711.502500', '103711.962500', '103712.422500', '103712.882500', '103713.342500', '103713.802500', '103714.262500', '103714.722500', '103715.182500', '103715.642500', '103716.102500', '103716.562500', '103717.022500', '103717.482500', '103717.942500', '103718.402500', '103718.862500', '103719.322500', '103719.782500', '103720.242500', '103720.702500', '103721.162500', '103721.622500', '103722.082500', '103722.542500', '103723.002500', '103723.462500', '103723.922500', '103724.382500', '103724.842500', '103725.302500', '103725.762500', '103726.222500', '103726.682500', '103727.142500', '103727.602500', '103728.062500', '103728.522500', '103728.982500', '103729.442500', '103729.902500', '103730.362500', '103730.822500', '103731.282500', '103731.742500', '103732.202500', '103732.662500', '103733.122500', '103733.582500', '103734.042500', '103734.502500', '103734.962500', '103735.422500', '103735.882500', '103736.342500', '103736.802500', '103737.262500', '103737.722500', '103738.182500', '103738.642500', '103739.102500', '103739.562500', '103740.022500', '103740.482500', '103740.942500', '103741.402500', '103741.862500', '103742.322500', '103742.782500', '103743.242500', '103743.702500', '103744.162500', '103744.622500', '103745.082500', '103745.542500', '103746.002500', '103746.462500', '103746.922500', '103747.382500', '103747.842500', '103748.302500', '103748.762500', '103749.222500', '103749.682500', '103750.142500', '103750.602500', '103751.062500', '103751.522500', '103751.982500', '103752.442500', '103752.902500', '103753.362500', '103753.822500', '103754.282500', '103754.742500', '103755.202500', '103755.662500', '103756.122500', '103756.582500', '103757.042500', '103757.502500', '103757.962500', '103758.422500', '103758.882500', '103759.342500', '103759.802500', '103800.262500', '103800.722500', '103801.182500', '103801.642500', '103802.102500', '103802.562500', '103803.022500', '103803.482500', '103803.942500', '103804.402500', '103804.862500', '103805.322500', '103805.782500', '103806.242500', '103806.702500', '103807.162500', '103807.622500', '103808.082500', '103808.542500', '103809.002500', '103809.462500', '103809.922500', '103810.382500', '103810.842500', '103811.302500', '103811.762500', '103812.222500', '103812.682500', '103813.142500', '103813.602500', '103814.062500', '103814.522500', '103814.982500', '103815.442500', '103815.902500', '103816.362500', '103816.822500', '103817.282500', '103817.742500', '103818.202500', '103818.662500', '103819.122500', '103819.582500', '103820.042500', '103820.502500', '103820.962500', '103821.422500', '103821.882500', '103822.342500', '103822.802500', '103823.262500', '103823.722500', '103824.182500', '103824.642500', '103825.102500', '103825.562500', '103826.022500', '103826.482500', '103826.942500', '103827.402500', '103827.862500', '103828.322500', '103828.782500', '103829.242500', '103829.702500', '103830.162500', '103830.622500', '103831.082500', '103831.542500', '103832.002500', '103832.462500', '103832.922500', '103833.382500', '103833.842500', '103834.302500', '103834.762500', '103835.222500', '103835.682500', '103836.142500', '103836.602500', '103837.062500', '103837.522500', '103837.982500', '103838.442500', '103838.902500', '103839.362500', '103839.822500', '103840.282500', '103840.742500', '103841.202500', '103841.662500', '103842.122500', '103842.582500', '103843.042500', '103843.502500', '103843.962500', '103844.422500', '103844.882500', '103845.342500', '103845.802500', '103846.262500', '103846.722500', '103847.182500', '103847.642500', '103848.102500', '103848.562500', '103849.022500', '103849.482500', '103849.942500', '103850.402500', '103850.862500', '103851.322500', '103851.782500', '103852.242500', '103852.702500', '103853.162500', '103853.622500', '103854.082500', '103854.542500', '103855.002500', '103855.462500', '103855.922500', '103856.382500', '103856.842500', '103857.302500', '103857.762500', '103858.222500', '103858.682500', '103859.142500', '103859.602500', '103900.062500', '103900.522500', '103900.982500', '103901.442500', '103901.902500', '103902.362500', '103902.822500', '103903.282500', '103903.742500', '103904.202500', '103904.662500', '103905.122500', '103905.582500', '103906.042500', '103906.502500', '103906.962500', '103907.422500', '103907.882500', '103908.342500', '103908.802500', '103909.262500', '103909.722500', '103910.182500', '103910.642500', '103911.102500', '103911.562500', '103912.022500', '103912.482500', '103912.942500', '103913.402500', '103913.862500', '103914.322500', '103914.782500', '103915.242500', '103915.702500', '103916.162500', '103916.622500', '103917.082500', '103917.542500', '103918.002500', '103918.462500', '103918.922500', '103919.382500', '103919.842500', '103920.302500', '103920.762500', '103921.222500', '103921.682500', '103922.142500', '103922.602500', '103923.062500', '103923.522500', '103923.982500', '103924.442500', '103924.902500', '103925.362500', '103925.822500', '103926.282500', '103926.742500', '103927.202500', '103927.662500', '103928.122500', '103928.582500', '103929.042500', '103929.502500', '103929.962500', '103930.422500', '103930.882500', '103931.342500', '103931.802500', '103932.262500', '103932.722500', '103933.182500', '103933.642500', '103934.102500', '103934.562500', '103935.022500', '103935.482500', '103935.942500', '103936.402500', '103936.862500', '103937.322500', '103937.782500', '103938.242500', '103938.702500', '103939.162500', '103939.622500', '103940.082500', '103940.542500', '103941.002500', '103941.462500', '103941.922500', '103942.382500', '103942.842500', '103943.302500', '103943.762500', '103944.222500', '103944.682500', '103945.142500', '103945.602500', '103946.062500', '103946.522500', '103946.982500', '103947.442500', '103947.902500', '103948.362500', '103948.822500', '103949.282500', '103949.742500', '103950.202500', '103950.662500', '103951.122500', '103951.582500', '103952.042500', '103952.502500', '103952.962500', '103953.422500', '103953.882500', '103954.342500', '103954.802500', '103955.262500', '103955.722500', '103956.182500', '103956.642500', '103957.102500', '103957.562500', '103958.022500', '103958.482500', '103958.942500', '103959.402500', '103959.862500', '104000.322500', '104000.782500', '104001.242500', '104001.702500', '104002.162500', '104002.622500', '104003.082500', '104003.542500', '104004.002500', '104004.462500', '104004.922500', '104005.382500', '104005.842500', '104006.302500', '104006.762500', '104007.222500', '104007.682500', '104008.142500', '104008.602500', '104009.062500', '104009.522500', '104009.982500', '104010.442500', '104010.902500', '104011.362500', '104011.822500', '104012.282500', '104012.742500', '104013.202500', '104013.662500', '104014.122500', '104014.582500', '104015.042500', '104015.502500', '104015.962500', '104016.422500', '104016.882500', '104017.342500', '104017.802500', '104018.262500', '104018.722500', '104019.182500', '104019.642500', '104020.102500', '104020.562500', '104021.022500', '104021.482500', '104021.942500', '104022.402500', '104022.862500', '104023.322500', '104023.782500', '104024.242500', '104024.702500', '104025.162500', '104025.622500', '104026.082500', '104026.542500', '104027.002500', '104027.462500', '104027.922500', '104028.382500', '104028.842500', '104029.302500', '104029.762500', '104030.222500', '104030.682500', '104031.142500', '104031.602500', '104032.062500', '104032.522500', '104032.982500', '104033.442500', '104033.902500', '104034.362500', '104034.822500', '104035.282500', '104035.742500', '104036.202500', '104036.662500', '104037.122500', '104037.582500', '104038.042500', '104038.502500', '104038.962500', '104039.422500', '104039.882500', '104040.342500', '104040.802500', '104041.262500', '104041.722500', '104042.182500', '104042.642500', '104043.102500', '104043.562500', '104044.022500', '104044.482500', '104044.942500', '104045.402500', '104045.862500', '104046.322500', '104046.782500', '104047.242500', '104047.702500', '104048.162500', '104048.622500', '104049.082500', '104049.542500', '104050.002500', '104050.462500', '104050.922500', '104051.382500', '104051.842500', '104052.302500', '104052.762500', '104053.222500', '104053.682500', '104054.142500', '104054.602500', '104055.062500', '104055.522500', '104055.982500', '104056.442500', '104056.902500', '104057.362500', '104057.822500', '104058.282500', '104058.742500', '104059.202500', '104059.662500', '104100.122500', '104100.582500', '104101.042500', '104101.502500', '104101.962500', '104102.422500', '104102.882500', '104103.342500', '104103.802500', '104104.262500', '104104.722500', '104105.182500', '104105.642500', '104106.102500', '104106.562500', '104107.022500', '104107.482500', '104107.942500', '104108.402500', '104108.862500', '104109.322500', '104109.782500', '104110.242500', '104110.702500', '104111.162500', '104111.622500', '104112.082500', '104112.542500', '104113.002500', '104113.462500', '104113.922500', '104114.382500', '104114.842500', '104115.302500', '104115.762500', '104116.222500', '104116.682500', '104117.142500', '104117.602500', '104118.062500', '104118.522500', '104118.982500', '104119.442500', '104119.902500', '104120.362500', '104120.822500', '104121.282500', '104121.742500', '104122.202500', '104122.662500', '104123.122500', '104123.582500', '104124.042500', '104124.502500', '104124.962500', '104125.422500', '104125.882500', '104126.342500', '104126.802500', '104127.262500', '104127.722500', '104128.182500', '104128.642500', '104129.102500', '104129.562500', '104130.022500', '104130.482500', '104130.942500', '104131.402500', '104131.862500', '104132.322500', '104132.782500', '104133.242500', '104133.702500', '104134.162500', '104134.622500', '104135.082500', '104135.542500', '104136.002500', '104136.462500', '104136.922500', '104137.382500', '104137.842500', '104138.302500', '104138.762500', '104139.222500', '104139.682500', '104140.142500', '104140.602500', '104141.062500', '104141.522500', '104141.982500', '104142.442500', '104142.902500', '104143.362500', '104143.822500', '104144.282500', '104144.742500', '104145.202500', '104145.662500', '104146.122500', '104146.582500', '104147.042500', '104147.502500', '104147.962500', '104148.422500', '104148.882500', '104149.342500', '104149.802500', '104150.262500', '104150.722500', '104151.182500', '104151.642500', '104152.102500', '104152.562500', '104153.022500', '104153.482500', '104153.942500', '104154.402500', '104154.862500', '104155.322500', '104155.782500', '104156.242500', '104156.702500', '104157.162500', '104157.622500', '104158.082500', '104158.542500', '104159.002500', '104159.462500', '104159.922500', '104200.382500', '104200.842500', '104201.302500', '104201.762500', '104202.222500', '104202.682500', '104203.142500', '104203.602500', '104204.062500', '104204.522500', '104204.982500', '104205.442500', '104205.902500', '104206.362500', '104206.822500', '104207.282500', '104207.742500', '104208.202500', '104208.662500', '104209.122500', '104209.582500', '104210.042500', '104210.502500', '104210.962500', '104211.422500', '104211.882500', '104212.342500', '104212.802500', '104213.262500', '104213.722500', '104214.182500', '104214.642500', '104215.102500', '104215.562500', '104216.022500', '104216.482500', '104216.942500', '104217.402500', '104217.862500', '104218.322500', '104218.782500', '104219.242500', '104219.702500', '104220.162500', '104220.622500', '104221.082500', '104221.542500', '104222.002500', '104222.462500', '104222.922500', '104223.382500', '104223.842500', '104224.302500', '104224.762500', '104225.222500', '104225.682500', '104226.142500', '104226.602500', '104227.062500', '104227.522500', '104227.982500', '104228.442500', '104228.902500', '104229.362500', '104229.822500', '104230.282500', '104230.742500', '104231.202500', '104231.662500', '104232.122500', '104232.582500', '104233.042500', '104233.502500', '104233.962500', '104234.422500', '104234.882500', '104235.342500', '104235.802500', '104236.262500', '104236.722500', '104237.182500', '104237.642500', '104238.102500', '104238.562500', '104239.022500', '104239.482500', '104239.942500', '104240.402500', '104240.862500', '104241.322500', '104241.782500', '104242.242500', '104242.702500', '104243.162500', '104243.622500', '104244.082500', '104244.542500', '104245.002500', '104245.462500', '104245.922500', '104246.382500', '104246.842500', '104247.302500', '104247.762500', '104248.222500', '104248.682500', '104249.142500', '104249.602500', '104250.062500', '104250.522500', '104250.982500', '104251.442500', '104251.902500', '104252.362500', '104252.822500', '104253.282500', '104253.742500', '104254.202500', '104254.662500', '104255.122500', '104255.582500', '104256.042500', '104256.502500', '104256.962500', '104257.422500', '104257.882500', '104258.342500', '104258.802500', '104259.262500', '104259.722500', '104300.182500', '104300.642500', '104301.102500', '104301.562500', '104302.022500', '104302.482500', '104302.942500', '104303.402500', '104303.862500', '104304.322500', '104304.782500', '104305.242500', '104305.702500', '104306.162500', '104306.622500', '104307.082500', '104307.542500', '104308.002500', '104308.462500', '104308.922500', '104309.382500', '104309.842500', '104310.302500', '104310.762500', '104311.222500', '104311.682500', '104312.142500', '104312.602500', '104313.062500', '104313.522500', '104313.982500', '104314.442500', '104314.902500', '104315.362500', '104315.822500', '104316.282500', '104316.742500', '104317.202500', '104317.662500', '104318.122500', '104318.582500', '104319.042500', '104319.502500', '104319.962500', '104320.422500', '104320.882500', '104321.342500', '104321.802500', '104322.262500', '104322.722500', '104323.182500', '104323.642500'], 'ContentTime': ['103653.554000', '103653.570000', '103653.574000', '103653.577000', '103653.580000', '103653.583000', '103653.586000', '103653.589000', '103653.592000', '103653.595000', '103653.598000', '103653.602000', '103653.605000', '103653.608000', '103653.611000', '103653.624000', '103653.633000', '103653.636000', '103653.639000', '103653.642000', '103653.645000', '103713.509000', '103713.512000', '103713.515000', '103713.518000', '103713.521000', '103713.524000', '103713.527000', '103713.530000', '103713.533000', '103713.536000', '103713.538000', '103713.541000', '103713.544000', '103713.547000', '103713.550000', '103713.558000', '103713.561000', '103713.564000', '103713.567000', '103713.571000', '103713.574000', '103713.577000', '103713.580000', '103713.583000', '103713.586000', '103713.589000', '103713.592000', '103713.595000', '103713.598000', '103713.601000', '103713.604000', '103713.607000', '103713.610000', '103713.612000', '103713.627000', '103713.637000', '103713.640000', '103713.643000', '103713.646000', '103713.649000', '103713.651000', '103713.655000', '103713.658000', '103733.509000', '103733.512000', '103733.517000', '103733.520000', '103733.523000', '103733.526000', '103733.529000', '103733.532000', '103733.535000', '103733.538000', '103733.541000', '103733.544000', '103733.547000', '103733.550000', '103733.553000', '103733.556000', '103733.559000', '103733.562000', '103733.564000', '103733.567000', '103733.571000', '103733.573000', '103733.576000', '103733.579000', '103733.582000', '103733.585000', '103733.588000', '103733.591000', '103733.594000', '103733.597000', '103733.600000', '103733.603000', '103733.606000', '103733.609000', '103733.612000', '103733.615000', '103733.618000', '103733.621000', '103733.623000', '103733.626000', '103733.629000', '103733.632000', '103733.635000', '103733.638000', '103753.508000', '103753.511000', '103753.514000', '103753.517000', '103753.520000', '103753.523000', '103753.526000', '103753.529000', '103753.531000', '103753.534000', '103753.538000', '103753.541000', '103753.544000', '103753.546000', '103753.550000', '103753.552000', '103753.555000', '103753.558000', '103753.561000', '103753.564000', '103753.567000', '103753.570000', '103753.573000', '103753.576000', '103753.579000', '103753.582000', '103753.585000', '103753.588000', '103753.591000', '103753.594000', '103753.597000', '103753.600000', '103753.603000', '103753.606000', '103753.609000', '103753.612000', '103753.615000', '103753.618000', '103753.621000', '103753.624000', '103753.627000', '103753.630000', '103753.633000', '103813.508000', '103813.511000', '103813.514000', '103813.517000', '103813.520000', '103813.523000', '103813.525000', '103813.529000', '103813.532000', '103813.534000', '103813.537000', '103813.540000', '103813.543000', '103813.546000', '103813.549000', '103813.552000', '103813.555000', '103813.558000', '103813.561000', '103813.564000', '103813.567000', '103813.570000', '103813.573000', '103813.576000', '103813.578000', '103813.581000', '103813.584000', '103813.587000', '103813.590000', '103813.593000', '103813.596000', '103813.599000', '103813.602000', '103813.605000', '103813.608000', '103813.611000', '103813.613000', '103813.616000', '103813.619000', '103813.622000', '103813.625000', '103813.628000', '103813.631000', '103813.634000', '103833.509000', '103833.512000', '103833.515000', '103833.518000', '103833.521000', '103833.524000', '103833.527000', '103833.529000', '103833.532000', '103833.535000', '103833.538000', '103833.541000', '103833.544000', '103833.547000', '103833.550000', '103833.553000', '103833.556000', '103833.559000', '103833.562000', '103833.565000', '103833.568000', '103833.571000', '103833.574000', '103833.577000', '103833.579000', '103833.582000', '103833.585000', '103833.588000', '103833.591000', '103833.594000', '103833.597000', '103833.600000', '103833.603000', '103833.606000', '103833.610000', '103833.613000', '103833.616000', '103833.619000', '103833.622000', '103833.625000', '103833.628000', '103833.631000', '103833.633000', '103853.509000', '103853.512000', '103853.515000', '103853.518000', '103853.521000', '103853.524000', '103853.527000', '103853.529000', '103853.532000', '103853.535000', '103853.538000', '103853.541000', '103853.544000', '103853.547000', '103853.550000', '103853.553000', '103853.556000', '103853.559000', '103853.562000', '103853.565000', '103853.567000', '103853.571000', '103853.574000', '103853.576000', '103853.579000', '103853.582000', '103853.585000', '103853.588000', '103853.591000', '103853.594000', '103853.605000', '103853.608000', '103853.611000', '103853.614000', '103853.617000', '103853.620000', '103853.623000', '103853.626000', '103853.629000', '103853.631000', '103853.634000', '103853.637000', '103853.640000', '103853.643000', '103913.509000', '103913.512000', '103913.515000', '103913.518000', '103913.521000', '103913.524000', '103913.527000', '103913.530000', '103913.533000', '103913.536000', '103913.539000', '103913.542000', '103913.545000', '103913.548000', '103913.551000', '103913.554000', '103913.557000', '103913.559000', '103913.562000', '103913.565000', '103913.568000', '103913.571000', '103913.574000', '103913.577000', '103913.580000', '103913.583000', '103913.586000', '103913.589000', '103913.592000', '103913.595000', '103913.598000', '103913.601000', '103913.604000', '103913.606000', '103913.609000', '103913.612000', '103913.615000', '103913.618000', '103913.621000', '103913.624000', '103913.627000', '103913.630000', '103913.633000', '103933.509000', '103933.512000', '103933.515000', '103933.518000', '103933.521000', '103933.524000', '103933.527000', '103933.529000', '103933.532000', '103933.535000', '103933.538000', '103933.541000', '103933.544000', '103933.547000', '103933.550000', '103933.553000', '103933.556000', '103933.559000', '103933.562000', '103933.565000', '103933.568000', '103933.571000', '103933.574000', '103933.577000', '103933.579000', '103933.582000', '103933.585000', '103933.588000', '103933.591000', '103933.594000', '103933.597000', '103933.600000', '103933.603000', '103933.606000', '103933.609000', '103933.611000', '103933.614000', '103933.617000', '103933.620000', '103933.623000', '103933.626000', '103933.629000', '103933.632000', '103933.635000', '103953.509000', '103953.512000', '103953.515000', '103953.518000', '103953.521000', '103953.523000', '103953.526000', '103953.529000', '103953.532000', '103953.535000', '103953.538000', '103953.541000', '103953.544000', '103953.547000', '103953.550000', '103953.553000', '103953.556000', '103953.559000', '103953.562000', '103953.564000', '103953.567000', '103953.570000', '103953.573000', '103953.576000', '103953.579000', '103953.582000', '103953.585000', '103953.588000', '103953.591000', '103953.594000', '103953.597000', '103953.600000', '103953.603000', '103953.606000', '103953.609000', '103953.612000', '103953.615000', '103953.618000', '103953.620000', '103953.623000', '103953.626000', '103953.629000', '103953.632000', '104013.508000', '104013.511000', '104013.514000', '104013.517000', '104013.520000', '104013.522000', '104013.525000', '104013.528000', '104013.531000', '104013.534000', '104013.537000', '104013.540000', '104013.543000', '104013.546000', '104013.549000', '104013.552000', '104013.555000', '104013.558000', '104013.561000', '104013.563000', '104013.566000', '104013.569000', '104013.572000', '104013.575000', '104013.578000', '104013.581000', '104013.584000', '104013.587000', '104013.590000', '104013.593000', '104013.596000', '104013.599000', '104013.602000', '104013.605000', '104013.608000', '104013.611000', '104013.614000', '104013.617000', '104013.619000', '104013.622000', '104013.625000', '104013.628000', '104013.631000', '104013.634000', '104033.508000', '104033.511000', '104033.514000', '104033.517000', '104033.520000', '104033.523000', '104033.525000', '104033.528000', '104033.531000', '104033.534000', '104033.537000', '104033.549000', '104033.552000', '104033.555000', '104033.558000', '104033.561000', '104033.564000', '104033.567000', '104033.570000', '104033.573000', '104033.576000', '104033.579000', '104033.582000', '104033.585000', '104033.588000', '104033.591000', '104033.594000', '104033.597000', '104033.600000', '104033.602000', '104033.605000', '104033.608000', '104033.611000', '104033.614000', '104033.617000', '104033.620000', '104033.623000', '104033.626000', '104033.629000', '104033.632000', '104033.635000', '104033.638000', '104033.641000', '104053.510000', '104053.513000', '104053.516000', '104053.519000', '104053.522000', '104053.525000', '104053.528000', '104053.531000', '104053.533000', '104053.536000', '104053.539000', '104053.542000', '104053.545000', '104053.548000', '104053.558000', '104053.561000', '104053.563000', '104053.566000', '104053.569000', '104053.572000', '104053.575000', '104053.578000', '104053.581000', '104053.589000', '104053.592000', '104053.595000', '104053.598000', '104053.601000', '104053.604000', '104053.606000', '104053.609000', '104053.612000', '104053.615000', '104053.618000', '104053.621000', '104053.624000', '104053.627000', '104053.630000', '104053.633000', '104053.636000', '104053.639000', '104053.642000', '104053.645000', '104113.509000', '104113.512000', '104113.515000', '104113.518000', '104113.521000', '104113.524000', '104113.527000', '104113.530000', '104113.533000', '104113.536000', '104113.539000', '104113.542000', '104113.545000', '104113.547000', '104113.550000', '104113.553000', '104113.556000', '104113.559000', '104113.562000', '104113.565000', '104113.568000', '104113.571000', '104113.577000', '104113.580000', '104113.583000', '104113.586000', '104113.589000', '104113.592000', '104113.594000', '104113.597000', '104113.601000', '104113.603000', '104113.606000', '104113.609000', '104113.612000', '104113.615000', '104113.618000', '104113.621000', '104113.624000', '104113.627000', '104113.630000', '104113.633000', '104113.636000', '104113.638000', '104133.509000', '104133.512000', '104133.515000', '104133.518000', '104133.521000', '104133.524000', '104133.528000', '104133.533000', '104133.536000', '104133.540000', '104133.542000', '104133.545000', '104133.548000', '104133.551000', '104133.554000', '104133.557000', '104133.560000', '104133.563000', '104133.566000', '104133.569000', '104133.572000', '104133.575000', '104133.578000', '104133.581000', '104133.584000', '104133.587000', '104133.590000', '104133.592000', '104133.595000', '104133.598000', '104133.601000', '104133.604000', '104133.607000', '104133.610000', '104133.613000', '104133.616000', '104133.619000', '104133.622000', '104133.625000', '104133.627000', '104133.630000', '104133.633000', '104133.636000', '104153.509000', '104153.512000', '104153.515000', '104153.518000', '104153.521000', '104153.524000', '104153.527000', '104153.530000', '104153.532000', '104153.535000', '104153.538000', '104153.541000', '104153.544000', '104153.547000', '104153.550000', '104153.553000', '104153.556000', '104153.559000', '104153.562000', '104153.565000', '104153.567000', '104153.570000', '104153.573000', '104153.576000', '104153.579000', '104153.582000', '104153.585000', '104153.588000', '104153.591000', '104153.594000', '104153.597000', '104153.600000', '104153.602000', '104153.606000', '104153.609000', '104153.611000', '104153.614000', '104153.626000', '104153.629000', '104153.632000', '104153.635000', '104153.638000', '104153.641000', '104153.644000', '104213.509000', '104213.512000', '104213.515000', '104213.518000', '104213.521000', '104213.524000', '104213.527000', '104213.530000', '104213.533000', '104213.536000', '104213.539000', '104213.542000', '104213.545000', '104213.551000', '104213.554000', '104213.558000', '104213.561000', '104213.563000', '104213.566000', '104213.569000', '104213.572000', '104213.575000', '104213.578000', '104213.581000', '104213.584000', '104213.587000', '104213.590000', '104213.593000', '104213.596000', '104213.599000', '104213.602000', '104213.605000', '104213.608000', '104213.610000', '104213.613000', '104213.616000', '104213.619000', '104213.622000', '104213.625000', '104213.628000', '104213.631000', '104213.634000', '104213.637000', '104233.508000', '104233.511000', '104233.514000', '104233.517000', '104233.520000', '104233.523000', '104233.526000', '104233.529000', '104233.532000', '104233.535000', '104233.538000', '104233.540000', '104233.543000', '104233.546000', '104233.549000', '104233.552000', '104233.555000', '104233.558000', '104233.561000', '104233.564000', '104233.567000', '104233.570000', '104233.573000', '104233.576000', '104233.579000', '104233.582000', '104233.585000', '104233.588000', '104233.591000', '104233.594000', '104233.597000', '104233.600000', '104233.603000', '104233.605000', '104233.608000', '104233.611000', '104233.614000', '104233.617000', '104233.620000', '104233.623000', '104233.626000', '104233.629000', '104233.632000', '104233.635000', '104253.508000', '104253.511000', '104253.514000', '104253.517000', '104253.520000', '104253.523000', '104253.526000', '104253.529000', '104253.532000', '104253.535000', '104253.538000', '104253.541000', '104253.544000', '104253.547000', '104253.550000', '104253.553000', '104253.555000', '104253.558000', '104253.561000', '104253.564000', '104253.567000', '104253.570000', '104253.573000', '104253.576000', '104253.581000', '104253.585000', '104253.588000', '104253.591000', '104253.594000', '104253.597000', '104253.600000', '104253.603000', '104253.606000', '104253.609000', '104253.612000', '104253.615000', '104253.618000', '104253.621000', '104253.624000', '104253.627000', '104253.630000', '104253.633000', '104253.636000', '104313.509000', '104313.512000', '104313.515000', '104313.518000', '104313.521000', '104313.524000', '104313.527000', '104313.530000', '104313.533000', '104313.536000', '104313.539000', '104313.542000', '104313.545000', '104313.548000', '104313.551000', '104313.554000', '104313.557000', '104313.560000', '104313.563000', '104313.566000', '104313.569000', '104313.572000', '104313.575000', '104313.578000', '104313.581000', '104313.584000', '104313.587000', '104313.590000', '104313.593000', '104313.595000', '104313.598000', '104313.602000', '104313.604000', '104313.607000', '104313.610000', '104313.613000', '104313.616000', '104313.619000', '104313.622000', '104313.625000', '104313.628000', '104313.631000', '104313.634000', '104313.637000', '104324.902000', '104324.905000', '104324.908000', '104324.912000', '104324.927000', '104324.930000', '104324.934000', '104324.937000', '104324.940000', '104324.943000', '104324.946000', '104324.949000', '104324.952000', '104324.955000', '104324.959000', '104324.962000', '104324.965000', '104324.969000', '104324.972000', '104324.975000', '104324.978000', '104324.981000', '104324.984000', '104324.987000', '104324.990000'], 'InstanceCreationTime': ['103653.554000', '103653.570000', '103653.574000', '103653.577000', '103653.580000', '103653.583000', '103653.586000', '103653.589000', '103653.592000', '103653.595000', '103653.598000', '103653.602000', '103653.605000', '103653.608000', '103653.611000', '103653.624000', '103653.633000', '103653.636000', '103653.639000', '103653.642000', '103653.645000', '103713.509000', '103713.512000', '103713.515000', '103713.518000', '103713.521000', '103713.524000', '103713.527000', '103713.530000', '103713.533000', '103713.536000', '103713.538000', '103713.541000', '103713.544000', '103713.547000', '103713.550000', '103713.558000', '103713.561000', '103713.564000', '103713.567000', '103713.571000', '103713.574000', '103713.577000', '103713.580000', '103713.583000', '103713.586000', '103713.589000', '103713.592000', '103713.595000', '103713.598000', '103713.601000', '103713.604000', '103713.607000', '103713.610000', '103713.612000', '103713.627000', '103713.637000', '103713.640000', '103713.643000', '103713.646000', '103713.649000', '103713.651000', '103713.655000', '103713.658000', '103733.509000', '103733.512000', '103733.517000', '103733.520000', '103733.523000', '103733.526000', '103733.529000', '103733.532000', '103733.535000', '103733.538000', '103733.541000', '103733.544000', '103733.547000', '103733.550000', '103733.553000', '103733.556000', '103733.559000', '103733.562000', '103733.564000', '103733.567000', '103733.571000', '103733.573000', '103733.576000', '103733.579000', '103733.582000', '103733.585000', '103733.588000', '103733.591000', '103733.594000', '103733.597000', '103733.600000', '103733.603000', '103733.606000', '103733.609000', '103733.612000', '103733.615000', '103733.618000', '103733.621000', '103733.623000', '103733.626000', '103733.629000', '103733.632000', '103733.635000', '103733.638000', '103753.508000', '103753.511000', '103753.514000', '103753.517000', '103753.520000', '103753.523000', '103753.526000', '103753.529000', '103753.531000', '103753.534000', '103753.538000', '103753.541000', '103753.544000', '103753.546000', '103753.550000', '103753.552000', '103753.555000', '103753.558000', '103753.561000', '103753.564000', '103753.567000', '103753.570000', '103753.573000', '103753.576000', '103753.579000', '103753.582000', '103753.585000', '103753.588000', '103753.591000', '103753.594000', '103753.597000', '103753.600000', '103753.603000', '103753.606000', '103753.609000', '103753.612000', '103753.615000', '103753.618000', '103753.621000', '103753.624000', '103753.627000', '103753.630000', '103753.633000', '103813.508000', '103813.511000', '103813.514000', '103813.517000', '103813.520000', '103813.523000', '103813.525000', '103813.529000', '103813.532000', '103813.534000', '103813.537000', '103813.540000', '103813.543000', '103813.546000', '103813.549000', '103813.552000', '103813.555000', '103813.558000', '103813.561000', '103813.564000', '103813.567000', '103813.570000', '103813.573000', '103813.576000', '103813.578000', '103813.581000', '103813.584000', '103813.587000', '103813.590000', '103813.593000', '103813.596000', '103813.599000', '103813.602000', '103813.605000', '103813.608000', '103813.611000', '103813.613000', '103813.616000', '103813.619000', '103813.622000', '103813.625000', '103813.628000', '103813.631000', '103813.634000', '103833.509000', '103833.512000', '103833.515000', '103833.518000', '103833.521000', '103833.524000', '103833.527000', '103833.529000', '103833.532000', '103833.535000', '103833.538000', '103833.541000', '103833.544000', '103833.547000', '103833.550000', '103833.553000', '103833.556000', '103833.559000', '103833.562000', '103833.565000', '103833.568000', '103833.571000', '103833.574000', '103833.577000', '103833.579000', '103833.582000', '103833.585000', '103833.588000', '103833.591000', '103833.594000', '103833.597000', '103833.600000', '103833.603000', '103833.606000', '103833.610000', '103833.613000', '103833.616000', '103833.619000', '103833.622000', '103833.625000', '103833.628000', '103833.631000', '103833.633000', '103853.509000', '103853.512000', '103853.515000', '103853.518000', '103853.521000', '103853.524000', '103853.527000', '103853.529000', '103853.532000', '103853.535000', '103853.538000', '103853.541000', '103853.544000', '103853.547000', '103853.550000', '103853.553000', '103853.556000', '103853.559000', '103853.562000', '103853.565000', '103853.567000', '103853.571000', '103853.574000', '103853.576000', '103853.579000', '103853.582000', '103853.585000', '103853.588000', '103853.591000', '103853.594000', '103853.605000', '103853.608000', '103853.611000', '103853.614000', '103853.617000', '103853.620000', '103853.623000', '103853.626000', '103853.629000', '103853.631000', '103853.634000', '103853.637000', '103853.640000', '103853.643000', '103913.509000', '103913.512000', '103913.515000', '103913.518000', '103913.521000', '103913.524000', '103913.527000', '103913.530000', '103913.533000', '103913.536000', '103913.539000', '103913.542000', '103913.545000', '103913.548000', '103913.551000', '103913.554000', '103913.557000', '103913.559000', '103913.562000', '103913.565000', '103913.568000', '103913.571000', '103913.574000', '103913.577000', '103913.580000', '103913.583000', '103913.586000', '103913.589000', '103913.592000', '103913.595000', '103913.598000', '103913.601000', '103913.604000', '103913.606000', '103913.609000', '103913.612000', '103913.615000', '103913.618000', '103913.621000', '103913.624000', '103913.627000', '103913.630000', '103913.633000', '103933.509000', '103933.512000', '103933.515000', '103933.518000', '103933.521000', '103933.524000', '103933.527000', '103933.529000', '103933.532000', '103933.535000', '103933.538000', '103933.541000', '103933.544000', '103933.547000', '103933.550000', '103933.553000', '103933.556000', '103933.559000', '103933.562000', '103933.565000', '103933.568000', '103933.571000', '103933.574000', '103933.577000', '103933.579000', '103933.582000', '103933.585000', '103933.588000', '103933.591000', '103933.594000', '103933.597000', '103933.600000', '103933.603000', '103933.606000', '103933.609000', '103933.611000', '103933.614000', '103933.617000', '103933.620000', '103933.623000', '103933.626000', '103933.629000', '103933.632000', '103933.635000', '103953.509000', '103953.512000', '103953.515000', '103953.518000', '103953.521000', '103953.523000', '103953.526000', '103953.529000', '103953.532000', '103953.535000', '103953.538000', '103953.541000', '103953.544000', '103953.547000', '103953.550000', '103953.553000', '103953.556000', '103953.559000', '103953.562000', '103953.564000', '103953.567000', '103953.570000', '103953.573000', '103953.576000', '103953.579000', '103953.582000', '103953.585000', '103953.588000', '103953.591000', '103953.594000', '103953.597000', '103953.600000', '103953.603000', '103953.606000', '103953.609000', '103953.612000', '103953.615000', '103953.618000', '103953.620000', '103953.623000', '103953.626000', '103953.629000', '103953.632000', '104013.508000', '104013.511000', '104013.514000', '104013.517000', '104013.520000', '104013.522000', '104013.525000', '104013.528000', '104013.531000', '104013.534000', '104013.537000', '104013.540000', '104013.543000', '104013.546000', '104013.549000', '104013.552000', '104013.555000', '104013.558000', '104013.561000', '104013.563000', '104013.566000', '104013.569000', '104013.572000', '104013.575000', '104013.578000', '104013.581000', '104013.584000', '104013.587000', '104013.590000', '104013.593000', '104013.596000', '104013.599000', '104013.602000', '104013.605000', '104013.608000', '104013.611000', '104013.614000', '104013.617000', '104013.619000', '104013.622000', '104013.625000', '104013.628000', '104013.631000', '104013.634000', '104033.508000', '104033.511000', '104033.514000', '104033.517000', '104033.520000', '104033.523000', '104033.525000', '104033.528000', '104033.531000', '104033.534000', '104033.537000', '104033.549000', '104033.552000', '104033.555000', '104033.558000', '104033.561000', '104033.564000', '104033.567000', '104033.570000', '104033.573000', '104033.576000', '104033.579000', '104033.582000', '104033.585000', '104033.588000', '104033.591000', '104033.594000', '104033.597000', '104033.600000', '104033.602000', '104033.605000', '104033.608000', '104033.611000', '104033.614000', '104033.617000', '104033.620000', '104033.623000', '104033.626000', '104033.629000', '104033.632000', '104033.635000', '104033.638000', '104033.641000', '104053.510000', '104053.513000', '104053.516000', '104053.519000', '104053.522000', '104053.525000', '104053.528000', '104053.531000', '104053.533000', '104053.536000', '104053.539000', '104053.542000', '104053.545000', '104053.548000', '104053.558000', '104053.561000', '104053.563000', '104053.566000', '104053.569000', '104053.572000', '104053.575000', '104053.578000', '104053.581000', '104053.589000', '104053.592000', '104053.595000', '104053.598000', '104053.601000', '104053.604000', '104053.606000', '104053.609000', '104053.612000', '104053.615000', '104053.618000', '104053.621000', '104053.624000', '104053.627000', '104053.630000', '104053.633000', '104053.636000', '104053.639000', '104053.642000', '104053.645000', '104113.509000', '104113.512000', '104113.515000', '104113.518000', '104113.521000', '104113.524000', '104113.527000', '104113.530000', '104113.533000', '104113.536000', '104113.539000', '104113.542000', '104113.545000', '104113.547000', '104113.550000', '104113.553000', '104113.556000', '104113.559000', '104113.562000', '104113.565000', '104113.568000', '104113.571000', '104113.577000', '104113.580000', '104113.583000', '104113.586000', '104113.589000', '104113.592000', '104113.594000', '104113.597000', '104113.601000', '104113.603000', '104113.606000', '104113.609000', '104113.612000', '104113.615000', '104113.618000', '104113.621000', '104113.624000', '104113.627000', '104113.630000', '104113.633000', '104113.636000', '104113.638000', '104133.509000', '104133.512000', '104133.515000', '104133.518000', '104133.521000', '104133.524000', '104133.528000', '104133.533000', '104133.536000', '104133.540000', '104133.542000', '104133.545000', '104133.548000', '104133.551000', '104133.554000', '104133.557000', '104133.560000', '104133.563000', '104133.566000', '104133.569000', '104133.572000', '104133.575000', '104133.578000', '104133.581000', '104133.584000', '104133.587000', '104133.590000', '104133.592000', '104133.595000', '104133.598000', '104133.601000', '104133.604000', '104133.607000', '104133.610000', '104133.613000', '104133.616000', '104133.619000', '104133.622000', '104133.625000', '104133.627000', '104133.630000', '104133.633000', '104133.636000', '104153.509000', '104153.512000', '104153.515000', '104153.518000', '104153.521000', '104153.524000', '104153.527000', '104153.530000', '104153.532000', '104153.535000', '104153.538000', '104153.541000', '104153.544000', '104153.547000', '104153.550000', '104153.553000', '104153.556000', '104153.559000', '104153.562000', '104153.565000', '104153.567000', '104153.570000', '104153.573000', '104153.576000', '104153.579000', '104153.582000', '104153.585000', '104153.588000', '104153.591000', '104153.594000', '104153.597000', '104153.600000', '104153.602000', '104153.606000', '104153.609000', '104153.611000', '104153.614000', '104153.626000', '104153.629000', '104153.632000', '104153.635000', '104153.638000', '104153.641000', '104153.644000', '104213.509000', '104213.512000', '104213.515000', '104213.518000', '104213.521000', '104213.524000', '104213.527000', '104213.530000', '104213.533000', '104213.536000', '104213.539000', '104213.542000', '104213.545000', '104213.551000', '104213.554000', '104213.558000', '104213.561000', '104213.563000', '104213.566000', '104213.569000', '104213.572000', '104213.575000', '104213.578000', '104213.581000', '104213.584000', '104213.587000', '104213.590000', '104213.593000', '104213.596000', '104213.599000', '104213.602000', '104213.605000', '104213.608000', '104213.610000', '104213.613000', '104213.616000', '104213.619000', '104213.622000', '104213.625000', '104213.628000', '104213.631000', '104213.634000', '104213.637000', '104233.508000', '104233.511000', '104233.514000', '104233.517000', '104233.520000', '104233.523000', '104233.526000', '104233.529000', '104233.532000', '104233.535000', '104233.538000', '104233.540000', '104233.543000', '104233.546000', '104233.549000', '104233.552000', '104233.555000', '104233.558000', '104233.561000', '104233.564000', '104233.567000', '104233.570000', '104233.573000', '104233.576000', '104233.579000', '104233.582000', '104233.585000', '104233.588000', '104233.591000', '104233.594000', '104233.597000', '104233.600000', '104233.603000', '104233.605000', '104233.608000', '104233.611000', '104233.614000', '104233.617000', '104233.620000', '104233.623000', '104233.626000', '104233.629000', '104233.632000', '104233.635000', '104253.508000', '104253.511000', '104253.514000', '104253.517000', '104253.520000', '104253.523000', '104253.526000', '104253.529000', '104253.532000', '104253.535000', '104253.538000', '104253.541000', '104253.544000', '104253.547000', '104253.550000', '104253.553000', '104253.555000', '104253.558000', '104253.561000', '104253.564000', '104253.567000', '104253.570000', '104253.573000', '104253.576000', '104253.581000', '104253.585000', '104253.588000', '104253.591000', '104253.594000', '104253.597000', '104253.600000', '104253.603000', '104253.606000', '104253.609000', '104253.612000', '104253.615000', '104253.618000', '104253.621000', '104253.624000', '104253.627000', '104253.630000', '104253.633000', '104253.636000', '104313.509000', '104313.512000', '104313.515000', '104313.518000', '104313.521000', '104313.524000', '104313.527000', '104313.530000', '104313.533000', '104313.536000', '104313.539000', '104313.542000', '104313.545000', '104313.548000', '104313.551000', '104313.554000', '104313.557000', '104313.560000', '104313.563000', '104313.566000', '104313.569000', '104313.572000', '104313.575000', '104313.578000', '104313.581000', '104313.584000', '104313.587000', '104313.590000', '104313.593000', '104313.595000', '104313.598000', '104313.602000', '104313.604000', '104313.607000', '104313.610000', '104313.613000', '104313.616000', '104313.619000', '104313.622000', '104313.625000', '104313.628000', '104313.631000', '104313.634000', '104313.637000', '104324.902000', '104324.905000', '104324.908000', '104324.912000', '104324.927000', '104324.930000', '104324.934000', '104324.937000', '104324.940000', '104324.943000', '104324.946000', '104324.949000', '104324.952000', '104324.955000', '104324.959000', '104324.962000', '104324.965000', '104324.969000', '104324.972000', '104324.975000', '104324.978000', '104324.981000', '104324.984000', '104324.987000', '104324.990000'], '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': [7432, 7243, 6863, 9085, 7280, 7075, 7165, 7137, 6893, 6603, 6894, 6631, 6952, 10580, 11139, 10872, 12355, 13581, 12422, 14851, 12778, 12981, 13336, 11784, 12882, 11607, 12883, 10477, 12678, 10510, 7424, 7259, 6464, 6662, 6534, 6393, 6614, 6899, 7014, 6441, 6778, 6721, 6656, 7215, 6916, 7401, 8095, 7384, 7282, 7607, 13359, 13526, 13870, 11708, 12194, 13149, 11002, 13268, 13434, 11943, 12471, 11170, 11427, 11806, 8517, 12321, 7795, 10580, 7475, 8670, 7608, 8316, 7553, 8307, 7656, 8045, 7644, 7201, 7043, 6766, 6959, 7254, 7720, 7741, 8897, 7958, 9020, 8191, 9095, 8114, 9052, 7400, 8296, 7360, 9337, 8142, 8688, 7690, 6540, 9088, 7498, 10038, 8498, 10765, 8894, 11759, 9073, 11569, 10059, 9227, 11872, 9038, 12916, 9399, 10916, 8055, 8927, 7298, 8670, 7579, 9426, 8075, 8527, 7498, 7682, 7398, 7069, 8065, 6621, 8652, 6841, 8970, 7241, 9390, 7945, 8681, 7994, 6819, 9561, 7421, 10109, 8153, 10232, 8438, 10497, 8455, 10766, 8677, 11180, 8763, 11018, 7815, 9501, 7839, 8407, 7720, 8450, 7516, 10445, 7855, 6828, 7863, 7696, 7498, 8007, 7204, 9373, 7558, 10717, 8290, 11893, 14507, 12739, 17602, 13463, 17491, 13320, 16932, 12690, 16047, 12442, 13864, 12715, 11184, 13499, 10358, 8907, 8534, 7763, 9508, 7710, 11105, 9103, 12339, 8802, 11624, 9946, 11609, 9234, 12641, 9797, 9693, 8055, 7512, 8302, 7168, 9245, 7857, 6916, 9584, 7524, 8915, 7840, 8393, 8463, 7893, 9692, 7531, 11495, 8192, 11588, 7514, 10444, 7314, 9345, 7931, 9923, 8179, 7973, 7129, 7737, 7294, 8333, 7431, 9422, 7893, 9715, 8206, 8920, 8404, 8475, 8006, 8897, 7804, 7175, 7836, 7056, 6848, 6834, 6745, 9107, 8044, 9272, 8583, 10320, 8875, 12288, 10119, 12767, 12374, 10991, 14650, 10563, 13309, 9665, 10243, 9501, 7135, 9963, 8063, 10596, 8521, 9109, 8453, 7958, 9404, 7400, 10483, 8155, 10720, 8227, 11014, 8902, 12756, 10502, 7697, 8243, 6996, 10312, 7937, 10931, 8487, 11364, 8728, 11439, 8790, 10794, 8104, 9179, 6988, 8503, 7747, 8069, 7547, 6618, 8634, 7594, 7373, 7957, 6975, 9618, 8143, 9494, 7942, 13328, 9607, 14792, 11718, 13287, 11335, 9633, 10998, 9120, 9867, 8016, 6972, 8419, 6893, 8339, 6656, 8146, 6745, 8966, 7146, 9461, 7558, 9110, 7796, 8696, 7709, 8440, 7628, 8364, 6769, 7899, 6519, 7919, 7088, 9173, 7965, 6758, 7635, 7356, 8411, 7855, 7979, 7712, 10426, 8738, 13922, 11176, 12873, 10236, 14721, 10878, 15462, 12059, 14567, 11020, 12803, 9341, 10584, 8103, 7897, 6599, 9155, 7922, 7946, 7384, 6671, 9001, 7537, 8229, 7481, 6652, 10324, 8102, 7329, 11240, 9429, 12954, 11062, 12996, 14200, 10334, 13058, 9276, 12081, 8202, 11983, 7501, 11292, 7943, 9920, 7199, 7695, 7342, 7222, 6930, 6877, 6616, 7110, 7027, 6639, 7220, 7445, 9406, 6827, 7110, 7122, 8437, 7510, 6966, 9418, 8757, 7428, 10169, 14655, 14227, 12390, 9922, 13801, 13057, 10724, 13116, 11685, 9756, 11590, 8460, 6803, 10056, 7483, 6539, 9256, 7264, 10008, 6965, 6569, 7430, 6610, 8475, 6776, 6817, 7390, 7126, 7071, 7855, 6608, 7089, 7385, 6611, 8138, 7124, 6491, 9191, 6888, 10126, 7921, 10180, 9748, 8342, 11023, 8638, 11404, 8386, 8122, 8527, 6741, 8139, 6840, 6731, 6664, 7032, 6849, 7392, 7208, 6860, 6881, 6710, 7867, 7192, 7387, 10706, 8628, 7119, 12452, 7389, 9755, 15183, 13162, 16328, 13039, 12900, 13268, 11817, 13051, 13134, 10024, 11717, 9815, 7578, 12987, 10057, 12751, 8788, 6932, 10731, 13271, 6802, 6859, 8106, 7057, 7080, 9188, 6917, 12145, 7936, 10096, 12040, 8879, 13122, 10225, 13742, 9957, 10652, 7809, 9262, 7713, 7349, 8210, 7256, 9076, 7160, 9096, 7688, 9288, 7759, 9500, 7875, 8373, 7743, 7528, 7968, 7364, 8277, 7423, 8277, 7495, 9446, 8290, 8907, 8217, 7243, 8249, 7806, 8852, 7590, 7545, 9037, 7601, 7958, 7875, 7211, 9957, 7919, 11141, 8644, 12128, 9155, 12388, 8657, 11309, 7873, 10397, 7823, 7003, 6941, 7030, 6844, 6750, 7278, 7169, 8163, 7293, 8710, 8322, 8099, 11407, 9091, 13831, 10911, 14377, 11086, 12542, 11555, 9435, 8757, 8168, 7320, 11784, 9247, 7176, 7284, 7038, 7222, 6987, 7164, 7072, 7181, 9900, 7424, 11794, 9240, 10591, 12013, 11631, 12963, 11690, 13158, 11028, 12968, 12421, 10387, 12781, 11933, 12949, 9586, 10817, 7475, 7815, 6954, 7520, 7088, 6839, 6809, 6568, 7304, 6883, 8200, 7292, 8649, 7450, 9028, 7551, 8897, 8540, 7640, 12807, 9276, 10326, 7688, 8318, 6831, 7640, 7382, 6749, 7396, 6863, 8011, 7444, 7913, 7478, 8360, 7418, 8920, 7758, 9854, 8130, 10868, 7934, 9124, 8071, 9827, 7640, 6802, 10803, 7356, 6871, 7234, 7308, 6732, 8840, 7158, 6906, 7766, 7421, 7878, 10468, 10406, 10673, 12463, 11219, 13375, 11787, 12944, 11559, 13195, 11047, 13042, 8870, 12602, 7592, 9596, 7202, 8043, 7187, 7709, 7270, 7583, 7260, 7986, 7335, 6879, 6881, 7054, 7829, 7213, 6928, 6987, 6745, 8193, 6888, 8184, 7219, 7470, 7064, 8127, 6634, 8522, 9044, 7303, 10106, 7544, 10453, 8401, 9184, 7527, 8639, 6830, 8480, 7611, 8778, 7741, 8331, 7425, 6913, 8779, 7589, 7445, 7698, 7623, 7735, 9240, 8125, 13690, 10223, 13483, 10899, 14849, 11477, 10682, 8827, 8619, 10113, 8003, 10862, 9812, 13573, 10265, 13144, 9841, 12011, 9627, 11019, 8637, 10354, 8602, 11081, 8095, 8281, 7725, 6609, 9217, 7519, 9633, 8175, 10083, 8224, 10281, 8134, 9864, 9033, 8519, 10746, 8115, 9745, 8320, 7593, 8812, 7277, 8653, 7737, 7842, 7772, 6637, 8854, 7143, 9121, 6970, 9394, 15930, 11253, 13390, 10093, 9803, 11348, 8782, 9856, 8230, 6740, 7895, 6722, 9258, 7719, 9743, 8314, 9397, 8184, 9409, 8348, 9726, 8456, 9903, 8231, 8863, 8102, 6992, 9344, 7016, 10192, 8222, 10374, 8728, 6796, 9105, 6907, 10722, 8093, 11585, 8665, 11824, 9243, 13601, 10884, 8563, 7747, 6993, 8538, 7492, 6875, 7684, 7418], 'WindowCenter': [4000.0, 3997.0, 3988.0, 4006.0, 3998.0, 3999.0, 3984.0, 3997.0, 3995.0, 3982.0, 3981.0, 3982.0, 3993.0, 4025.0, 4038.0, 4039.0, 4035.0, 4037.0, 4026.0, 4035.0, 4022.0, 4010.0, 4009.0, 3985.0, 3984.0, 3971.0, 3981.0, 3959.0, 3983.0, 3956.0, 3938.0, 3939.0, 3929.0, 3924.0, 3910.0, 3911.0, 3924.0, 3936.0, 3938.0, 3937.0, 3939.0, 3950.0, 3947.0, 3949.0, 3950.0, 3951.0, 3960.0, 3946.0, 3948.0, 3935.0, 3981.0, 3982.0, 3994.0, 3979.0, 3980.0, 3980.0, 3971.0, 3981.0, 3979.0, 3968.0, 3966.0, 3953.0, 3954.0, 3951.0, 3920.0, 3939.0, 3897.0, 3927.0, 3895.0, 3906.0, 3897.0, 3906.0, 3897.0, 3905.0, 3908.0, 3919.0, 3922.0, 3912.0, 3923.0, 3925.0, 3939.0, 3951.0, 3952.0, 3966.0, 3976.0, 3979.0, 3978.0, 3977.0, 3978.0, 3965.0, 3991.0, 3969.0, 3977.0, 3965.0, 3987.0, 3979.0, 3989.0, 3979.0, 3959.0, 4002.0, 3983.0, 4014.0, 4003.0, 4015.0, 4005.0, 4024.0, 3990.0, 4010.0, 3998.0, 3991.0, 4007.0, 3977.0, 4007.0, 3976.0, 3996.0, 3964.0, 3974.0, 3953.0, 3964.0, 3966.0, 3986.0, 3977.0, 3978.0, 3969.0, 3979.0, 3969.0, 3969.0, 3991.0, 3969.0, 3990.0, 3968.0, 3990.0, 3979.0, 3999.0, 3981.0, 3992.0, 3992.0, 3971.0, 4002.0, 3983.0, 4012.0, 3994.0, 4013.0, 4004.0, 4024.0, 4006.0, 4022.0, 4004.0, 4023.0, 4004.0, 4024.0, 3981.0, 4003.0, 3980.0, 3991.0, 3995.0, 4018.0, 3994.0, 4013.0, 3994.0, 3982.0, 4004.0, 4006.0, 4009.0, 4022.0, 4011.0, 4042.0, 4023.0, 4053.0, 4022.0, 4066.0, 4071.0, 4061.0, 4083.0, 4052.0, 4070.0, 4048.0, 4058.0, 4025.0, 4046.0, 4010.0, 4021.0, 4009.0, 3998.0, 4006.0, 3988.0, 3975.0, 3963.0, 3954.0, 3974.0, 3966.0, 3997.0, 3975.0, 4007.0, 3977.0, 3995.0, 3987.0, 3995.0, 3976.0, 3995.0, 3974.0, 3973.0, 3951.0, 3954.0, 3962.0, 3943.0, 3974.0, 3964.0, 3956.0, 3986.0, 3968.0, 3978.0, 3980.0, 3979.0, 3978.0, 3967.0, 3988.0, 3956.0, 3998.0, 3965.0, 3996.0, 3955.0, 3984.0, 3942.0, 3973.0, 3954.0, 3972.0, 3964.0, 3955.0, 3954.0, 3955.0, 3955.0, 3965.0, 3955.0, 3975.0, 3966.0, 3977.0, 3965.0, 3975.0, 3967.0, 3965.0, 3978.0, 3989.0, 3978.0, 3969.0, 3978.0, 3971.0, 3972.0, 3983.0, 3985.0, 4015.0, 4009.0, 4018.0, 4018.0, 4029.0, 4007.0, 4039.0, 4015.0, 4038.0, 4024.0, 4013.0, 4033.0, 4000.0, 4022.0, 3990.0, 3990.0, 3989.0, 3957.0, 3987.0, 3980.0, 4001.0, 3991.0, 3991.0, 3993.0, 3981.0, 4003.0, 3982.0, 4013.0, 3980.0, 4016.0, 4007.0, 4012.0, 3991.0, 4022.0, 4001.0, 3970.0, 3979.0, 3970.0, 4000.0, 3981.0, 4013.0, 3992.0, 4013.0, 3990.0, 4010.0, 3980.0, 4001.0, 3967.0, 3977.0, 3971.0, 3991.0, 3967.0, 3979.0, 3981.0, 3969.0, 3991.0, 3993.0, 3994.0, 4007.0, 3998.0, 4017.0, 4008.0, 4017.0, 3998.0, 4038.0, 4006.0, 4045.0, 4012.0, 4024.0, 4000.0, 3978.0, 3987.0, 3977.0, 3976.0, 3955.0, 3945.0, 3964.0, 3943.0, 3963.0, 3944.0, 3966.0, 3946.0, 3976.0, 3956.0, 3977.0, 3965.0, 3975.0, 3968.0, 3978.0, 3968.0, 3980.0, 3981.0, 3981.0, 3959.0, 3983.0, 3961.0, 3982.0, 3973.0, 3991.0, 3983.0, 3972.0, 3982.0, 3985.0, 4006.0, 4009.0, 4009.0, 4011.0, 4029.0, 4009.0, 4047.0, 4028.0, 4035.0, 4015.0, 4046.0, 4015.0, 4035.0, 4024.0, 4033.0, 4003.0, 4013.0, 3978.0, 3989.0, 3955.0, 3967.0, 3944.0, 3976.0, 3966.0, 3968.0, 3969.0, 3971.0, 4018.0, 4010.0, 4009.0, 3999.0, 3987.0, 4016.0, 4010.0, 3998.0, 4039.0, 4019.0, 4038.0, 4031.0, 4038.0, 4036.0, 4004.0, 4024.0, 3980.0, 4012.0, 3968.0, 3999.0, 3957.0, 3999.0, 3982.0, 4001.0, 3970.0, 3996.0, 3980.0, 3967.0, 3953.0, 3955.0, 3965.0, 3967.0, 3968.0, 3956.0, 3979.0, 3980.0, 4001.0, 3971.0, 3981.0, 3969.0, 3988.0, 3970.0, 3968.0, 3988.0, 3974.0, 3955.0, 3986.0, 4008.0, 3995.0, 3995.0, 3948.0, 3982.0, 3983.0, 3960.0, 3983.0, 3970.0, 3947.0, 3967.0, 3936.0, 3914.0, 3946.0, 3916.0, 3905.0, 3936.0, 3927.0, 3947.0, 3917.0, 3929.0, 3942.0, 3930.0, 3952.0, 3933.0, 3944.0, 3967.0, 3971.0, 3958.0, 3980.0, 3972.0, 3975.0, 3971.0, 3973.0, 3983.0, 3972.0, 3962.0, 4005.0, 3974.0, 4005.0, 3982.0, 4003.0, 3990.0, 3980.0, 4001.0, 3979.0, 4012.0, 3967.0, 3966.0, 3977.0, 3958.0, 3978.0, 3959.0, 3986.0, 3985.0, 3998.0, 3999.0, 4008.0, 4007.0, 3997.0, 4006.0, 3997.0, 4019.0, 4007.0, 3995.0, 4038.0, 4030.0, 3998.0, 4050.0, 3998.0, 4015.0, 4070.0, 4047.0, 4082.0, 4049.0, 4036.0, 4046.0, 4021.0, 4019.0, 4030.0, 3998.0, 4017.0, 3996.0, 3974.0, 4028.0, 4006.0, 4013.0, 3978.0, 3955.0, 3998.0, 4010.0, 3932.0, 3934.0, 3956.0, 3947.0, 3947.0, 3978.0, 3962.0, 4012.0, 3972.0, 4008.0, 4005.0, 3968.0, 4001.0, 3980.0, 3999.0, 3966.0, 3965.0, 3946.0, 3954.0, 3945.0, 3932.0, 3943.0, 3933.0, 3955.0, 3932.0, 3956.0, 3948.0, 3969.0, 3948.0, 3966.0, 3959.0, 3947.0, 3948.0, 3948.0, 3972.0, 3964.0, 3971.0, 3961.0, 3973.0, 3978.0, 4000.0, 3987.0, 3988.0, 3990.0, 3979.0, 4002.0, 3993.0, 3999.0, 3978.0, 3991.0, 4003.0, 3990.0, 3990.0, 4003.0, 3994.0, 4027.0, 4004.0, 4035.0, 4003.0, 4037.0, 4015.0, 4031.0, 4005.0, 4022.0, 4004.0, 4023.0, 3992.0, 3980.0, 3977.0, 3968.0, 3967.0, 3980.0, 3991.0, 3995.0, 4004.0, 3997.0, 4017.0, 4007.0, 4007.0, 4039.0, 4016.0, 4048.0, 4015.0, 4046.0, 4011.0, 4023.0, 4011.0, 4003.0, 3994.0, 3993.0, 3982.0, 4010.0, 3990.0, 3956.0, 3953.0, 3953.0, 3967.0, 3968.0, 3968.0, 3970.0, 3971.0, 4004.0, 3982.0, 4011.0, 3991.0, 3999.0, 4010.0, 3997.0, 4009.0, 3995.0, 3997.0, 3973.0, 3994.0, 3981.0, 3960.0, 3979.0, 3967.0, 3967.0, 3946.0, 3955.0, 3913.0, 3925.0, 3926.0, 3925.0, 3926.0, 3927.0, 3928.0, 3942.0, 3953.0, 3957.0, 3978.0, 3970.0, 3989.0, 3972.0, 3991.0, 3971.0, 3991.0, 3981.0, 3972.0, 4010.0, 3990.0, 3989.0, 3968.0, 3967.0, 3958.0, 3967.0, 3967.0, 3957.0, 3967.0, 3971.0, 3991.0, 3985.0, 3995.0, 3996.0, 4005.0, 3997.0, 4016.0, 3997.0, 4015.0, 3995.0, 4014.0, 3993.0, 4002.0, 3994.0, 4014.0, 3984.0, 3984.0, 4027.0, 3984.0, 3972.0, 3978.0, 3967.0, 3956.0, 3987.0, 3968.0, 3980.0, 3992.0, 3995.0, 3995.0, 4014.0, 4013.0, 4012.0, 4022.0, 3999.0, 4020.0, 3998.0, 3997.0, 3985.0, 3982.0, 3971.0, 3981.0, 3937.0, 3967.0, 3924.0, 3933.0, 3913.0, 3922.0, 3913.0, 3923.0, 3924.0, 3924.0, 3926.0, 3936.0, 3937.0, 3930.0, 3940.0, 3954.0, 3954.0, 3967.0, 3969.0, 3970.0, 3961.0, 3980.0, 3971.0, 3979.0, 3970.0, 3969.0, 3959.0, 3981.0, 3973.0, 3995.0, 3992.0, 3972.0, 4002.0, 3971.0, 4000.0, 3980.0, 3992.0, 3979.0, 3979.0, 3958.0, 3978.0, 3970.0, 3989.0, 3982.0, 3993.0, 3983.0, 3984.0, 4005.0, 3996.0, 3996.0, 4008.0, 3997.0, 4008.0, 4019.0, 4009.0, 4048.0, 4028.0, 4049.0, 4028.0, 4047.0, 4027.0, 4014.0, 4004.0, 3993.0, 4015.0, 3994.0, 4025.0, 4014.0, 4034.0, 4003.0, 4022.0, 4001.0, 4010.0, 3988.0, 3999.0, 3979.0, 3999.0, 3978.0, 3998.0, 3967.0, 3978.0, 3969.0, 3958.0, 3990.0, 3982.0, 4002.0, 3993.0, 4014.0, 3993.0, 4004.0, 3981.0, 4003.0, 3992.0, 3991.0, 4001.0, 3980.0, 4001.0, 3981.0, 3970.0, 3989.0, 3972.0, 3991.0, 3982.0, 3992.0, 3995.0, 3985.0, 4017.0, 3985.0, 4016.0, 3984.0, 4018.0, 4057.0, 4015.0, 4035.0, 4003.0, 4002.0, 4011.0, 3981.0, 3989.0, 3979.0, 3957.0, 3969.0, 3959.0, 3990.0, 3983.0, 4003.0, 3993.0, 4002.0, 3993.0, 4002.0, 3992.0, 4002.0, 3994.0, 4003.0, 3993.0, 3993.0, 3982.0, 3972.0, 4003.0, 3973.0, 4013.0, 3994.0, 4013.0, 3992.0, 3972.0, 3992.0, 3971.0, 4011.0, 3981.0, 4012.0, 3981.0, 4009.0, 3990.0, 4020.0, 3999.0, 3966.0, 3955.0, 3957.0, 3991.0, 3981.0, 3956.0, 3965.0, 3969.0], 'WindowWidth': [8952.0, 8938.0, 8928.0, 8947.0, 8940.0, 8944.0, 8916.0, 8938.0, 8934.0, 8910.0, 8905.0, 8910.0, 8928.0, 8971.0, 8993.0, 8996.0, 8984.0, 8992.0, 8972.0, 8986.0, 8962.0, 8941.0, 8938.0, 8896.0, 8895.0, 8869.0, 8885.0, 8849.0, 8887.0, 8844.0, 8822.0, 8825.0, 8814.0, 8799.0, 8777.0, 8777.0, 8801.0, 8821.0, 8826.0, 8827.0, 8830.0, 8846.0, 8840.0, 8845.0, 8847.0, 8849.0, 8861.0, 8839.0, 8844.0, 8819.0, 8886.0, 8893.0, 8913.0, 8881.0, 8880.0, 8882.0, 8868.0, 8885.0, 8879.0, 8859.0, 8855.0, 8831.0, 8830.0, 8825.0, 8778.0, 8803.0, 8742.0, 8784.0, 8739.0, 8753.0, 8744.0, 8753.0, 8744.0, 8754.0, 8763.0, 8777.0, 8787.0, 8776.0, 8792.0, 8801.0, 8824.0, 8844.0, 8848.0, 8872.0, 8885.0, 8894.0, 8890.0, 8889.0, 8891.0, 8871.0, 8913.0, 8883.0, 8888.0, 8872.0, 8905.0, 8895.0, 8909.0, 8896.0, 8872.0, 8931.0, 8911.0, 8951.0, 8939.0, 8953.0, 8939.0, 8965.0, 8914.0, 8942.0, 8921.0, 8912.0, 8932.0, 8889.0, 8931.0, 8886.0, 8912.0, 8868.0, 8879.0, 8852.0, 8866.0, 8873.0, 8901.0, 8892.0, 8894.0, 8884.0, 8897.0, 8885.0, 8885.0, 8915.0, 8884.0, 8913.0, 8883.0, 8914.0, 8899.0, 8925.0, 8903.0, 8919.0, 8920.0, 8892.0, 8934.0, 8910.0, 8948.0, 8926.0, 8950.0, 8939.0, 8966.0, 8946.0, 8963.0, 8940.0, 8964.0, 8938.0, 8965.0, 8905.0, 8935.0, 8903.0, 8918.0, 8930.0, 8969.0, 8929.0, 8951.0, 8925.0, 8911.0, 8942.0, 8950.0, 8960.0, 8980.0, 8965.0, 9007.0, 8983.0, 9023.0, 8980.0, 9044.0, 9045.0, 9030.0, 9063.0, 9016.0, 9043.0, 9007.0, 9022.0, 8968.0, 9001.0, 8943.0, 8958.0, 8937.0, 8920.0, 8929.0, 8903.0, 8882.0, 8866.0, 8855.0, 8881.0, 8872.0, 8917.0, 8884.0, 8930.0, 8888.0, 8912.0, 8901.0, 8911.0, 8885.0, 8911.0, 8879.0, 8876.0, 8845.0, 8851.0, 8860.0, 8839.0, 8881.0, 8870.0, 8861.0, 8901.0, 8881.0, 8892.0, 8896.0, 8895.0, 8893.0, 8876.0, 8904.0, 8859.0, 8919.0, 8870.0, 8914.0, 8853.0, 8891.0, 8834.0, 8876.0, 8851.0, 8875.0, 8865.0, 8855.0, 8854.0, 8854.0, 8855.0, 8869.0, 8857.0, 8882.0, 8872.0, 8886.0, 8871.0, 8882.0, 8875.0, 8871.0, 8893.0, 8908.0, 8896.0, 8884.0, 8895.0, 8891.0, 8894.0, 8910.0, 8917.0, 8958.0, 8955.0, 8966.0, 8966.0, 8981.0, 8948.0, 8990.0, 8952.0, 8987.0, 8963.0, 8947.0, 8974.0, 8926.0, 8957.0, 8911.0, 8910.0, 8908.0, 8864.0, 8904.0, 8897.0, 8926.0, 8915.0, 8917.0, 8921.0, 8903.0, 8935.0, 8906.0, 8948.0, 8901.0, 8958.0, 8948.0, 8945.0, 8915.0, 8959.0, 8927.0, 8884.0, 8895.0, 8885.0, 8925.0, 8901.0, 8945.0, 8917.0, 8944.0, 8913.0, 8939.0, 8896.0, 8925.0, 8876.0, 8888.0, 8887.0, 8914.0, 8879.0, 8895.0, 8902.0, 8887.0, 8916.0, 8922.0, 8927.0, 8947.0, 8938.0, 8961.0, 8951.0, 8961.0, 8937.0, 8989.0, 8944.0, 8997.0, 8946.0, 8962.0, 8923.0, 8892.0, 8902.0, 8886.0, 8884.0, 8854.0, 8839.0, 8865.0, 8836.0, 8863.0, 8838.0, 8869.0, 8844.0, 8883.0, 8857.0, 8887.0, 8870.0, 8883.0, 8877.0, 8890.0, 8881.0, 8897.0, 8901.0, 8901.0, 8872.0, 8905.0, 8877.0, 8905.0, 8894.0, 8916.0, 8907.0, 8892.0, 8908.0, 8916.0, 8945.0, 8952.0, 8952.0, 8958.0, 8980.0, 8952.0, 9002.0, 8974.0, 8981.0, 8954.0, 8997.0, 8952.0, 8981.0, 8962.0, 8974.0, 8930.0, 8945.0, 8889.0, 8905.0, 8854.0, 8873.0, 8842.0, 8884.0, 8872.0, 8876.0, 8881.0, 8892.0, 8965.0, 8957.0, 8954.0, 8941.0, 8923.0, 8955.0, 8957.0, 8938.0, 8994.0, 8964.0, 8990.0, 8982.0, 8988.0, 8985.0, 8935.0, 8963.0, 8897.0, 8941.0, 8877.0, 8920.0, 8862.0, 8917.0, 8901.0, 8927.0, 8887.0, 8930.0, 8901.0, 8878.0, 8852.0, 8858.0, 8874.0, 8878.0, 8881.0, 8864.0, 8899.0, 8900.0, 8930.0, 8891.0, 8904.0, 8884.0, 8910.0, 8886.0, 8882.0, 8909.0, 8882.0, 8858.0, 8900.0, 8931.0, 8911.0, 8908.0, 8831.0, 8886.0, 8888.0, 8853.0, 8886.0, 8864.0, 8828.0, 8854.0, 8811.0, 8779.0, 8823.0, 8782.0, 8768.0, 8810.0, 8802.0, 8827.0, 8787.0, 8807.0, 8828.0, 8812.0, 8842.0, 8819.0, 8839.0, 8875.0, 8890.0, 8864.0, 8897.0, 8894.0, 8897.0, 8889.0, 8893.0, 8907.0, 8892.0, 8878.0, 8938.0, 8895.0, 8938.0, 8903.0, 8932.0, 8911.0, 8896.0, 8924.0, 8892.0, 8942.0, 8875.0, 8872.0, 8887.0, 8863.0, 8892.0, 8871.0, 8921.0, 8919.0, 8943.0, 8947.0, 8955.0, 8954.0, 8942.0, 8952.0, 8942.0, 8973.0, 8956.0, 8933.0, 8997.0, 8989.0, 8942.0, 9013.0, 8940.0, 8957.0, 9044.0, 9010.0, 9068.0, 9018.0, 8990.0, 9008.0, 8962.0, 8959.0, 8974.0, 8928.0, 8951.0, 8921.0, 8892.0, 8970.0, 8940.0, 8944.0, 8891.0, 8856.0, 8916.0, 8933.0, 8815.0, 8822.0, 8852.0, 8844.0, 8845.0, 8887.0, 8870.0, 8940.0, 8886.0, 8942.0, 8932.0, 8871.0, 8920.0, 8887.0, 8914.0, 8862.0, 8862.0, 8837.0, 8845.0, 8834.0, 8813.0, 8827.0, 8815.0, 8845.0, 8815.0, 8849.0, 8845.0, 8872.0, 8844.0, 8865.0, 8856.0, 8838.0, 8840.0, 8842.0, 8881.0, 8873.0, 8879.0, 8863.0, 8882.0, 8898.0, 8930.0, 8910.0, 8911.0, 8918.0, 8905.0, 8937.0, 8930.0, 8931.0, 8901.0, 8921.0, 8940.0, 8922.0, 8921.0, 8941.0, 8932.0, 8980.0, 8945.0, 8986.0, 8941.0, 8991.0, 8960.0, 8979.0, 8945.0, 8964.0, 8944.0, 8969.0, 8927.0, 8910.0, 8898.0, 8885.0, 8882.0, 8903.0, 8920.0, 8932.0, 8943.0, 8937.0, 8962.0, 8949.0, 8949.0, 8995.0, 8959.0, 9005.0, 8954.0, 9002.0, 8945.0, 8962.0, 8943.0, 8937.0, 8924.0, 8922.0, 8906.0, 8939.0, 8913.0, 8861.0, 8851.0, 8851.0, 8877.0, 8879.0, 8880.0, 8889.0, 8891.0, 8936.0, 8905.0, 8943.0, 8915.0, 8921.0, 8940.0, 8917.0, 8935.0, 8909.0, 8915.0, 8876.0, 8905.0, 8882.0, 8852.0, 8876.0, 8855.0, 8855.0, 8824.0, 8837.0, 8779.0, 8799.0, 8801.0, 8798.0, 8801.0, 8804.0, 8809.0, 8833.0, 8853.0, 8863.0, 8891.0, 8885.0, 8910.0, 8892.0, 8915.0, 8886.0, 8914.0, 8901.0, 8889.0, 8938.0, 8910.0, 8906.0, 8876.0, 8873.0, 8864.0, 8874.0, 8874.0, 8863.0, 8877.0, 8889.0, 8918.0, 8915.0, 8929.0, 8932.0, 8943.0, 8935.0, 8960.0, 8934.0, 8954.0, 8926.0, 8952.0, 8922.0, 8931.0, 8925.0, 8954.0, 8911.0, 8918.0, 8974.0, 8913.0, 8895.0, 8898.0, 8881.0, 8864.0, 8906.0, 8882.0, 8904.0, 8924.0, 8931.0, 8930.0, 8952.0, 8950.0, 8945.0, 8960.0, 8922.0, 8955.0, 8916.0, 8916.0, 8893.0, 8889.0, 8866.0, 8881.0, 8814.0, 8854.0, 8792.0, 8804.0, 8775.0, 8788.0, 8778.0, 8789.0, 8793.0, 8794.0, 8800.0, 8813.0, 8818.0, 8813.0, 8829.0, 8854.0, 8855.0, 8876.0, 8880.0, 8887.0, 8875.0, 8900.0, 8887.0, 8897.0, 8883.0, 8883.0, 8869.0, 8900.0, 8895.0, 8925.0, 8917.0, 8888.0, 8927.0, 8887.0, 8924.0, 8896.0, 8915.0, 8896.0, 8894.0, 8866.0, 8892.0, 8883.0, 8910.0, 8906.0, 8922.0, 8912.0, 8914.0, 8944.0, 8934.0, 8934.0, 8953.0, 8935.0, 8953.0, 8966.0, 8955.0, 9005.0, 8976.0, 9007.0, 8976.0, 9002.0, 8972.0, 8952.0, 8938.0, 8922.0, 8954.0, 8924.0, 8968.0, 8951.0, 8979.0, 8933.0, 8959.0, 8926.0, 8939.0, 8906.0, 8923.0, 8894.0, 8921.0, 8893.0, 8919.0, 8876.0, 8893.0, 8881.0, 8869.0, 8913.0, 8907.0, 8932.0, 8921.0, 8949.0, 8923.0, 8939.0, 8904.0, 8935.0, 8915.0, 8914.0, 8929.0, 8900.0, 8928.0, 8900.0, 8884.0, 8909.0, 8891.0, 8917.0, 8906.0, 8921.0, 8928.0, 8917.0, 8962.0, 8917.0, 8960.0, 8913.0, 8964.0, 9015.0, 8952.0, 8981.0, 8931.0, 8930.0, 8943.0, 8899.0, 8908.0, 8894.0, 8864.0, 8881.0, 8870.0, 8912.0, 8908.0, 8935.0, 8922.0, 8931.0, 8921.0, 8931.0, 8920.0, 8931.0, 8924.0, 8935.0, 8922.0, 8921.0, 8907.0, 8892.0, 8934.0, 8895.0, 8949.0, 8925.0, 8950.0, 8920.0, 8892.0, 8917.0, 8888.0, 8940.0, 8900.0, 8942.0, 8901.0, 8936.0, 8910.0, 8949.0, 8918.0, 8871.0, 8854.0, 8861.0, 8916.0, 8904.0, 8863.0, 8875.0, 8882.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.012788348623853212</td></tr>
<tr><td colspan=3>aqi</td><td>0.054877372247706425</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.571468883226174</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3024628500114799</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1755895709873703</td></tr>
<tr><td colspan=3>efc</td><td>0.4943</td></tr>
<tr><td colspan=3>fber</td><td>5205.3838</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15748709723119983</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>180</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>20.642201834862384</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.615873373764518</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.519334394479842</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8261746598914725</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5021110669222395</td></tr>
<tr><td colspan=3>gcor</td><td>0.0212152</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0006277033826336265</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03785565495491028</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.89043151494653</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>12.5674</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.0946</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>193.7358</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297435.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>974.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.6854</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2908</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>497.4865</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3162.4056</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3346.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79109.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1058.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4130.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>860.0534</td></tr>
<tr><td colspan=3>tsnr</td><td>26.026994892396033</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>