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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0076/ses-01/func/sub-0076_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>729e5d5217af177f436f3795916ae958</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:55:29.132500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999404, 0.00126565, -0.0344869, 0.00122101, 0.997405, 0.0719879]</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10381</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4168, -7704, -7206, 685, 31, 43, -32, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 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>244.77</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6430b0f8-ad4b-4a53-8b0a-e5fcdd77378f||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681328773498535, 0.0032758733723312616, -0.0931190773844719, 116.2338638305664], [-0.0033956393599510193, 2.675964117050171, 0.19436529278755188, -97.48538970947266], [-0.09252592921257019, -0.19313831627368927, 2.6913845539093018, -31.806289672851562], [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': ['105529.132500', '105529.592500', '105530.052500', '105530.512500', '105530.972500', '105531.432500', '105531.892500', '105532.352500', '105532.812500', '105533.272500', '105533.732500', '105534.192500', '105534.652500', '105535.112500', '105535.572500', '105536.032500', '105536.492500', '105536.952500', '105537.412500', '105537.872500', '105538.332500', '105538.792500', '105539.252500', '105539.712500', '105540.172500', '105540.632500', '105541.092500', '105541.552500', '105542.012500', '105542.472500', '105542.932500', '105543.392500', '105543.852500', '105544.312500', '105544.772500', '105545.232500', '105545.692500', '105546.152500', '105546.612500', '105547.072500', '105547.532500', '105547.992500', '105548.452500', '105548.912500', '105549.372500', '105549.832500', '105550.292500', '105550.752500', '105551.212500', '105551.672500', '105552.132500', '105552.592500', '105553.052500', '105553.512500', '105553.972500', '105554.432500', '105554.892500', '105555.352500', '105555.812500', '105556.272500', '105556.732500', '105557.192500', '105557.652500', '105558.112500', '105558.572500', '105559.032500', '105559.492500', '105559.952500', '105600.412500', '105600.872500', '105601.332500', '105601.792500', '105602.252500', '105602.712500', '105603.172500', '105603.632500', '105604.092500', '105604.552500', '105605.012500', '105605.472500', '105605.932500', '105606.392500', '105606.852500', '105607.312500', '105607.772500', '105608.232500', '105608.692500', '105609.152500', '105609.612500', '105610.072500', '105610.532500', '105610.992500', '105611.452500', '105611.912500', '105612.372500', '105612.832500', '105613.292500', '105613.752500', '105614.212500', '105614.672500', '105615.132500', '105615.592500', '105616.052500', '105616.512500', '105616.972500', '105617.432500', '105617.892500', '105618.352500', '105618.812500', '105619.272500', '105619.732500', '105620.192500', '105620.652500', '105621.112500', '105621.572500', '105622.032500', '105622.492500', '105622.952500', '105623.412500', '105623.872500', '105624.332500', '105624.792500', '105625.252500', '105625.712500', '105626.172500', '105626.632500', '105627.092500', '105627.552500', '105628.012500', '105628.472500', '105628.932500', '105629.392500', '105629.852500', '105630.312500', '105630.772500', '105631.232500', '105631.692500', '105632.152500', '105632.612500', '105633.072500', '105633.532500', '105633.992500', '105634.452500', '105634.912500', '105635.372500', '105635.832500', '105636.292500', '105636.752500', '105637.212500', '105637.672500', '105638.132500', '105638.592500', '105639.052500', '105639.512500', '105639.972500', '105640.432500', '105640.892500', '105641.352500', '105641.812500', '105642.272500', '105642.732500', '105643.192500', '105643.652500', '105644.112500', '105644.572500', '105645.032500', '105645.492500', '105645.952500', '105646.412500', '105646.872500', '105647.332500', '105647.792500', '105648.252500', '105648.712500', '105649.172500', '105649.632500', '105650.092500', '105650.552500', '105651.012500', '105651.472500', '105651.932500', '105652.392500', '105652.852500', '105653.312500', '105653.772500', '105654.232500', '105654.692500', '105655.152500', '105655.612500', '105656.072500', '105656.532500', '105656.992500', '105657.452500', '105657.912500', '105658.372500', '105658.832500', '105659.292500', '105659.752500', '105700.212500', '105700.672500', '105701.132500', '105701.592500', '105702.052500', '105702.512500', '105702.972500', '105703.432500', '105703.892500', '105704.352500', '105704.812500', '105705.272500', '105705.732500', '105706.192500', '105706.652500', '105707.112500', '105707.572500', '105708.032500', '105708.492500', '105708.952500', '105709.412500', '105709.872500', '105710.332500', '105710.792500', '105711.252500', '105711.712500', '105712.172500', '105712.632500', '105713.092500', '105713.552500', '105714.012500', '105714.472500', '105714.932500', '105715.392500', '105715.852500', '105716.312500', '105716.772500', '105717.232500', '105717.692500', '105718.152500', '105718.612500', '105719.072500', '105719.532500', '105719.992500', '105720.452500', '105720.912500', '105721.372500', '105721.832500', '105722.292500', '105722.752500', '105723.212500', '105723.672500', '105724.132500', '105724.592500', '105725.052500', '105725.512500', '105725.972500', '105726.432500', '105726.892500', '105727.352500', '105727.812500', '105728.272500', '105728.732500', '105729.192500', '105729.652500', '105730.112500', '105730.572500', '105731.032500', '105731.492500', '105731.952500', '105732.412500', '105732.872500', '105733.332500', '105733.792500', '105734.252500', '105734.712500', '105735.172500', '105735.632500', '105736.092500', '105736.552500', '105737.012500', '105737.472500', '105737.932500', '105738.392500', '105738.852500', '105739.312500', '105739.772500', '105740.232500', '105740.692500', '105741.152500', '105741.612500', '105742.072500', '105742.532500', '105742.992500', '105743.452500', '105743.912500', '105744.372500', '105744.832500', '105745.292500', '105745.752500', '105746.212500', '105746.672500', '105747.132500', '105747.592500', '105748.052500', '105748.512500', '105748.972500', '105749.432500', '105749.892500', '105750.352500', '105750.812500', '105751.272500', '105751.732500', '105752.192500', '105752.652500', '105753.112500', '105753.572500', '105754.032500', '105754.492500', '105754.952500', '105755.412500', '105755.872500', '105756.332500', '105756.792500', '105757.252500', '105757.712500', '105758.172500', '105758.632500', '105759.092500', '105759.552500', '105800.012500', '105800.472500', '105800.932500', '105801.392500', '105801.852500', '105802.312500', '105802.772500', '105803.232500', '105803.692500', '105804.152500', '105804.612500', '105805.072500', '105805.532500', '105805.992500', '105806.452500', '105806.912500', '105807.372500', '105807.832500', '105808.292500', '105808.752500', '105809.212500', '105809.672500', '105810.132500', '105810.592500', '105811.052500', '105811.512500', '105811.972500', '105812.432500', '105812.892500', '105813.352500', '105813.812500', '105814.272500', '105814.732500', '105815.192500', '105815.652500', '105816.112500', '105816.572500', '105817.032500', '105817.492500', '105817.952500', '105818.412500', '105818.872500', '105819.332500', '105819.792500', '105820.252500', '105820.712500', '105821.172500', '105821.632500', '105822.092500', '105822.552500', '105823.012500', '105823.472500', '105823.932500', '105824.392500', '105824.852500', '105825.312500', '105825.772500', '105826.232500', '105826.692500', '105827.152500', '105827.612500', '105828.072500', '105828.532500', '105828.992500', '105829.452500', '105829.912500', '105830.372500', '105830.832500', '105831.292500', '105831.752500', '105832.212500', '105832.672500', '105833.132500', '105833.592500', '105834.052500', '105834.512500', '105834.972500', '105835.432500', '105835.892500', '105836.352500', '105836.812500', '105837.272500', '105837.732500', '105838.192500', '105838.652500', '105839.112500', '105839.572500', '105840.032500', '105840.492500', '105840.952500', '105841.412500', '105841.872500', '105842.332500', '105842.792500', '105843.252500', '105843.712500', '105844.172500', '105844.632500', '105845.092500', '105845.552500', '105846.012500', '105846.472500', '105846.932500', '105847.392500', '105847.852500', '105848.312500', '105848.772500', '105849.232500', '105849.692500', '105850.152500', '105850.612500', '105851.072500', '105851.532500', '105851.992500', '105852.452500', '105852.912500', '105853.372500', '105853.832500', '105854.292500', '105854.752500', '105855.212500', '105855.672500', '105856.132500', '105856.592500', '105857.052500', '105857.512500', '105857.972500', '105858.432500', '105858.892500', '105859.352500', '105859.812500', '105900.272500', '105900.732500', '105901.192500', '105901.652500', '105902.112500', '105902.572500', '105903.032500', '105903.492500', '105903.952500', '105904.412500', '105904.872500', '105905.332500', '105905.792500', '105906.252500', '105906.712500', '105907.172500', '105907.632500', '105908.092500', '105908.552500', '105909.012500', '105909.472500', '105909.932500', '105910.392500', '105910.852500', '105911.312500', '105911.772500', '105912.232500', '105912.692500', '105913.152500', '105913.612500', '105914.072500', '105914.532500', '105914.992500', '105915.452500', '105915.912500', '105916.372500', '105916.832500', '105917.292500', '105917.752500', '105918.212500', '105918.672500', '105919.132500', '105919.592500', '105920.052500', '105920.512500', '105920.972500', '105921.432500', '105921.892500', '105922.352500', '105922.812500', '105923.272500', '105923.732500', '105924.192500', '105924.652500', '105925.112500', '105925.572500', '105926.032500', '105926.492500', '105926.952500', '105927.412500', '105927.872500', '105928.332500', '105928.792500', '105929.252500', '105929.712500', '105930.172500', '105930.632500', '105931.092500', '105931.552500', '105932.012500', '105932.472500', '105932.932500', '105933.392500', '105933.852500', '105934.312500', '105934.772500', '105935.232500', '105935.692500', '105936.152500', '105936.612500', '105937.072500', '105937.532500', '105937.992500', '105938.452500', '105938.912500', '105939.372500', '105939.832500', '105940.292500', '105940.752500', '105941.212500', '105941.672500', '105942.132500', '105942.592500', '105943.052500', '105943.512500', '105943.972500', '105944.432500', '105944.892500', '105945.352500', '105945.812500', '105946.272500', '105946.732500', '105947.192500', '105947.652500', '105948.112500', '105948.572500', '105949.032500', '105949.492500', '105949.952500', '105950.412500', '105950.872500', '105951.332500', '105951.792500', '105952.252500', '105952.712500', '105953.172500', '105953.632500', '105954.092500', '105954.552500', '105955.012500', '105955.472500', '105955.932500', '105956.392500', '105956.852500', '105957.312500', '105957.772500', '105958.232500', '105958.692500', '105959.152500', '105959.612500', '110000.072500', '110000.532500', '110000.992500', '110001.452500', '110001.912500', '110002.372500', '110002.832500', '110003.292500', '110003.752500', '110004.212500', '110004.672500', '110005.132500', '110005.592500', '110006.052500', '110006.512500', '110006.972500', '110007.432500', '110007.892500', '110008.352500', '110008.812500', '110009.272500', '110009.732500', '110010.192500', '110010.652500', '110011.112500', '110011.572500', '110012.032500', '110012.492500', '110012.952500', '110013.412500', '110013.872500', '110014.332500', '110014.792500', '110015.252500', '110015.712500', '110016.172500', '110016.632500', '110017.092500', '110017.552500', '110018.012500', '110018.472500', '110018.932500', '110019.392500', '110019.852500', '110020.312500', '110020.772500', '110021.232500', '110021.692500', '110022.152500', '110022.612500', '110023.072500', '110023.532500', '110023.992500', '110024.452500', '110024.912500', '110025.372500', '110025.832500', '110026.292500', '110026.752500', '110027.212500', '110027.672500', '110028.132500', '110028.592500', '110029.052500', '110029.512500', '110029.972500', '110030.432500', '110030.892500', '110031.352500', '110031.812500', '110032.272500', '110032.732500', '110033.192500', '110033.652500', '110034.112500', '110034.572500', '110035.032500', '110035.492500', '110035.952500', '110036.412500', '110036.872500', '110037.332500', '110037.792500', '110038.252500', '110038.712500', '110039.172500', '110039.632500', '110040.092500', '110040.552500', '110041.012500', '110041.472500', '110041.932500', '110042.392500', '110042.852500', '110043.312500', '110043.772500', '110044.232500', '110044.692500', '110045.152500', '110045.612500', '110046.072500', '110046.532500', '110046.992500', '110047.452500', '110047.912500', '110048.372500', '110048.832500', '110049.292500', '110049.752500', '110050.212500', '110050.672500', '110051.132500', '110051.592500', '110052.052500', '110052.512500', '110052.972500', '110053.432500', '110053.892500', '110054.352500', '110054.812500', '110055.272500', '110055.732500', '110056.192500', '110056.652500', '110057.112500', '110057.572500', '110058.032500', '110058.492500', '110058.952500', '110059.412500', '110059.872500', '110100.332500', '110100.792500', '110101.252500', '110101.712500', '110102.172500', '110102.632500', '110103.092500', '110103.552500', '110104.012500', '110104.472500', '110104.932500', '110105.392500', '110105.852500', '110106.312500', '110106.772500', '110107.232500', '110107.692500', '110108.152500', '110108.612500', '110109.072500', '110109.532500', '110109.992500', '110110.452500', '110110.912500', '110111.372500', '110111.832500', '110112.292500', '110112.752500', '110113.212500', '110113.672500', '110114.132500', '110114.592500', '110115.052500', '110115.512500', '110115.972500', '110116.432500', '110116.892500', '110117.352500', '110117.812500', '110118.272500', '110118.732500', '110119.192500', '110119.652500', '110120.112500', '110120.572500', '110121.032500', '110121.492500', '110121.952500', '110122.412500', '110122.872500', '110123.332500', '110123.792500', '110124.252500', '110124.712500', '110125.172500', '110125.632500', '110126.092500', '110126.552500', '110127.012500', '110127.472500', '110127.932500', '110128.392500', '110128.852500', '110129.312500', '110129.772500', '110130.232500', '110130.692500', '110131.152500', '110131.612500', '110132.072500', '110132.532500', '110132.992500', '110133.452500', '110133.912500', '110134.372500', '110134.832500', '110135.292500', '110135.752500', '110136.212500', '110136.672500', '110137.132500', '110137.592500', '110138.052500', '110138.512500', '110138.972500', '110139.432500', '110139.892500', '110140.352500', '110140.812500', '110141.272500', '110141.732500', '110142.192500', '110142.652500', '110143.112500', '110143.572500', '110144.032500', '110144.492500', '110144.952500', '110145.412500', '110145.872500', '110146.332500', '110146.792500', '110147.252500', '110147.712500', '110148.172500', '110148.632500', '110149.092500', '110149.552500', '110150.012500', '110150.472500', '110150.932500', '110151.392500', '110151.852500', '110152.312500', '110152.772500', '110153.232500', '110153.692500', '110154.152500', '110154.612500', '110155.072500', '110155.532500', '110155.992500', '110156.452500', '110156.912500', '110157.372500', '110157.832500', '110158.292500', '110158.752500', '110159.212500', '110159.672500', '110200.132500', '110200.592500', '110201.052500', '110201.512500', '110201.972500', '110202.432500', '110202.892500', '110203.352500', '110203.812500', '110204.272500', '110204.732500', '110205.192500', '110205.652500', '110206.112500', '110206.572500', '110207.032500', '110207.492500', '110207.952500', '110208.412500', '110208.872500', '110209.332500', '110209.792500'], 'ContentTime': ['105535.364000', '105535.366000', '105535.369000', '105535.372000', '105535.374000', '105535.377000', '105535.380000', '105535.382000', '105535.385000', '105535.387000', '105535.390000', '105555.340000', '105555.342000', '105555.345000', '105555.348000', '105555.350000', '105555.353000', '105555.360000', '105555.362000', '105555.365000', '105555.367000', '105555.370000', '105555.372000', '105555.375000', '105555.377000', '105555.380000', '105555.382000', '105555.385000', '105555.388000', '105555.390000', '105555.393000', '105555.395000', '105555.398000', '105555.400000', '105555.403000', '105555.406000', '105555.408000', '105555.411000', '105555.413000', '105555.416000', '105555.418000', '105555.421000', '105555.423000', '105555.426000', '105555.428000', '105555.431000', '105555.434000', '105555.436000', '105555.439000', '105555.441000', '105555.444000', '105555.446000', '105555.449000', '105555.451000', '105615.339000', '105615.342000', '105615.345000', '105615.347000', '105615.350000', '105615.353000', '105615.355000', '105615.358000', '105615.360000', '105615.363000', '105615.366000', '105615.368000', '105615.378000', '105615.381000', '105615.383000', '105615.386000', '105615.388000', '105615.391000', '105615.393000', '105615.396000', '105615.399000', '105615.401000', '105615.404000', '105615.406000', '105615.409000', '105615.411000', '105615.414000', '105615.416000', '105615.419000', '105615.421000', '105615.424000', '105615.427000', '105615.429000', '105615.432000', '105615.434000', '105615.437000', '105615.440000', '105615.442000', '105615.445000', '105615.447000', '105615.450000', '105615.452000', '105615.455000', '105615.457000', '105635.340000', '105635.342000', '105635.345000', '105635.348000', '105635.350000', '105635.353000', '105635.355000', '105635.358000', '105635.360000', '105635.363000', '105635.365000', '105635.368000', '105635.371000', '105635.373000', '105635.376000', '105635.387000', '105635.390000', '105635.392000', '105635.395000', '105635.398000', '105635.400000', '105635.403000', '105635.405000', '105635.408000', '105635.410000', '105635.413000', '105635.415000', '105635.418000', '105635.421000', '105635.423000', '105635.426000', '105635.428000', '105635.431000', '105635.434000', '105635.436000', '105635.439000', '105635.441000', '105635.444000', '105635.446000', '105635.449000', '105635.451000', '105635.454000', '105635.457000', '105655.339000', '105655.342000', '105655.345000', '105655.347000', '105655.350000', '105655.352000', '105655.355000', '105655.357000', '105655.360000', '105655.363000', '105655.365000', '105655.374000', '105655.376000', '105655.379000', '105655.382000', '105655.384000', '105655.387000', '105655.389000', '105655.392000', '105655.395000', '105655.397000', '105655.400000', '105655.402000', '105655.405000', '105655.407000', '105655.410000', '105655.412000', '105655.415000', '105655.424000', '105655.427000', '105655.429000', '105655.432000', '105655.434000', '105655.437000', '105655.440000', '105655.442000', '105655.445000', '105655.447000', '105655.450000', '105655.452000', '105655.455000', '105655.457000', '105655.460000', '105655.463000', '105715.339000', '105715.342000', '105715.345000', '105715.347000', '105715.350000', '105715.352000', '105715.355000', '105715.357000', '105715.360000', '105715.363000', '105715.365000', '105715.368000', '105715.370000', '105715.373000', '105715.376000', '105715.378000', '105715.381000', '105715.383000', '105715.386000', '105715.388000', '105715.391000', '105715.393000', '105715.396000', '105715.398000', '105715.401000', '105715.403000', '105715.406000', '105715.409000', '105715.411000', '105715.414000', '105715.416000', '105715.419000', '105715.421000', '105715.424000', '105715.426000', '105715.429000', '105715.432000', '105715.434000', '105715.437000', '105715.439000', '105715.442000', '105715.445000', '105715.447000', '105735.339000', '105735.342000', '105735.345000', '105735.347000', '105735.350000', '105735.352000', '105735.355000', '105735.357000', '105735.360000', '105735.364000', '105735.366000', '105735.369000', '105735.372000', '105735.374000', '105735.389000', '105735.391000', '105735.394000', '105735.396000', '105735.399000', '105735.402000', '105735.404000', '105735.407000', '105735.409000', '105735.412000', '105735.414000', '105735.417000', '105735.420000', '105735.422000', '105735.425000', '105735.427000', '105735.430000', '105735.432000', '105735.435000', '105735.438000', '105735.440000', '105735.443000', '105735.445000', '105735.448000', '105735.450000', '105735.453000', '105735.456000', '105735.458000', '105735.461000', '105755.339000', '105755.342000', '105755.345000', '105755.347000', '105755.350000', '105755.352000', '105755.355000', '105755.357000', '105755.360000', '105755.363000', '105755.365000', '105755.368000', '105755.370000', '105755.373000', '105755.375000', '105755.378000', '105755.380000', '105755.383000', '105755.385000', '105755.388000', '105755.390000', '105755.393000', '105755.395000', '105755.398000', '105755.400000', '105755.403000', '105755.406000', '105755.408000', '105755.411000', '105755.413000', '105755.416000', '105755.418000', '105755.421000', '105755.423000', '105755.426000', '105755.428000', '105755.431000', '105755.433000', '105755.436000', '105755.439000', '105755.441000', '105755.444000', '105755.446000', '105755.449000', '105815.339000', '105815.342000', '105815.345000', '105815.347000', '105815.350000', '105815.352000', '105815.355000', '105815.358000', '105815.360000', '105815.363000', '105815.365000', '105815.368000', '105815.371000', '105815.373000', '105815.376000', '105815.378000', '105815.381000', '105815.384000', '105815.386000', '105815.389000', '105815.391000', '105815.394000', '105815.396000', '105815.399000', '105815.402000', '105815.404000', '105815.407000', '105815.409000', '105815.412000', '105815.415000', '105815.417000', '105815.420000', '105815.422000', '105815.425000', '105815.427000', '105815.430000', '105815.432000', '105815.435000', '105815.438000', '105815.440000', '105815.443000', '105815.445000', '105815.448000', '105815.450000', '105835.339000', '105835.342000', '105835.345000', '105835.347000', '105835.350000', '105835.353000', '105835.355000', '105835.358000', '105835.360000', '105835.363000', '105835.365000', '105835.368000', '105835.371000', '105835.373000', '105835.376000', '105835.378000', '105835.381000', '105835.383000', '105835.386000', '105835.388000', '105835.391000', '105835.393000', '105835.396000', '105835.411000', '105835.413000', '105835.416000', '105835.418000', '105835.421000', '105835.423000', '105835.426000', '105835.428000', '105835.431000', '105835.433000', '105835.436000', '105835.439000', '105835.441000', '105835.444000', '105835.446000', '105835.449000', '105835.452000', '105835.454000', '105835.457000', '105835.459000', '105855.340000', '105855.343000', '105855.345000', '105855.348000', '105855.351000', '105855.354000', '105855.356000', '105855.359000', '105855.361000', '105855.364000', '105855.367000', '105855.369000', '105855.372000', '105855.374000', '105855.377000', '105855.379000', '105855.382000', '105855.384000', '105855.387000', '105855.390000', '105855.392000', '105855.395000', '105855.397000', '105855.400000', '105855.404000', '105855.406000', '105855.409000', '105855.411000', '105855.414000', '105855.417000', '105855.419000', '105855.422000', '105855.424000', '105855.427000', '105855.429000', '105855.432000', '105855.435000', '105855.437000', '105855.440000', '105855.442000', '105855.445000', '105855.448000', '105855.450000', '105915.340000', '105915.342000', '105915.345000', '105915.348000', '105915.350000', '105915.353000', '105915.355000', '105915.358000', '105915.360000', '105915.363000', '105915.366000', '105915.368000', '105915.371000', '105915.373000', '105915.376000', '105915.379000', '105915.381000', '105915.384000', '105915.386000', '105915.389000', '105915.391000', '105915.394000', '105915.397000', '105915.399000', '105915.402000', '105915.404000', '105915.407000', '105915.410000', '105915.412000', '105915.415000', '105915.417000', '105915.420000', '105915.422000', '105915.425000', '105915.427000', '105915.430000', '105915.432000', '105915.435000', '105915.438000', '105915.440000', '105915.443000', '105915.445000', '105915.448000', '105915.450000', '105935.340000', '105935.342000', '105935.345000', '105935.348000', '105935.350000', '105935.353000', '105935.355000', '105935.358000', '105935.361000', '105935.363000', '105935.366000', '105935.368000', '105935.371000', '105935.375000', '105935.378000', '105935.380000', '105935.383000', '105935.386000', '105935.388000', '105935.391000', '105935.393000', '105935.396000', '105935.399000', '105935.401000', '105935.404000', '105935.406000', '105935.409000', '105935.411000', '105935.414000', '105935.416000', '105935.419000', '105935.421000', '105935.424000', '105935.427000', '105935.429000', '105935.432000', '105935.434000', '105935.437000', '105935.439000', '105935.442000', '105935.444000', '105935.447000', '105935.450000', '105955.339000', '105955.342000', '105955.345000', '105955.347000', '105955.350000', '105955.352000', '105955.355000', '105955.358000', '105955.360000', '105955.363000', '105955.365000', '105955.368000', '105955.370000', '105955.373000', '105955.375000', '105955.378000', '105955.381000', '105955.383000', '105955.386000', '105955.388000', '105955.391000', '105955.394000', '105955.396000', '105955.399000', '105955.401000', '105955.404000', '105955.406000', '105955.409000', '105955.411000', '105955.414000', '105955.416000', '105955.419000', '105955.421000', '105955.424000', '105955.426000', '105955.429000', '105955.432000', '105955.434000', '105955.437000', '105955.440000', '105955.442000', '105955.445000', '105955.447000', '105955.450000', '110015.340000', '110015.342000', '110015.345000', '110015.348000', '110015.350000', '110015.353000', '110015.355000', '110015.358000', '110015.361000', '110015.363000', '110015.366000', '110015.368000', '110015.371000', '110015.373000', '110015.376000', '110015.379000', '110015.381000', '110015.384000', '110015.386000', '110015.389000', '110015.391000', '110015.394000', '110015.397000', '110015.399000', '110015.402000', '110015.404000', '110015.407000', '110015.409000', '110015.413000', '110015.416000', '110015.418000', '110015.441000', '110015.445000', '110015.447000', '110015.450000', '110015.453000', '110015.455000', '110015.458000', '110015.460000', '110015.463000', '110015.465000', '110015.468000', '110015.471000', '110035.340000', '110035.342000', '110035.345000', '110035.348000', '110035.350000', '110035.353000', '110035.355000', '110035.358000', '110035.361000', '110035.363000', '110035.366000', '110035.368000', '110035.371000', '110035.373000', '110035.376000', '110035.379000', '110035.381000', '110035.384000', '110035.386000', '110035.389000', '110035.392000', '110035.394000', '110035.397000', '110035.399000', '110035.402000', '110035.404000', '110035.407000', '110035.410000', '110035.412000', '110035.415000', '110035.417000', '110035.420000', '110035.422000', '110035.425000', '110035.428000', '110035.430000', '110035.433000', '110035.435000', '110035.438000', '110035.441000', '110035.443000', '110035.446000', '110035.448000', '110035.451000', '110055.340000', '110055.343000', '110055.345000', '110055.348000', '110055.350000', '110055.353000', '110055.355000', '110055.358000', '110055.360000', '110055.363000', '110055.366000', '110055.368000', '110055.371000', '110055.373000', '110055.376000', '110055.378000', '110055.381000', '110055.384000', '110055.386000', '110055.389000', '110055.391000', '110055.394000', '110055.396000', '110055.399000', '110055.402000', '110055.404000', '110055.407000', '110055.409000', '110055.412000', '110055.414000', '110055.417000', '110055.420000', '110055.422000', '110055.425000', '110055.427000', '110055.430000', '110055.432000', '110055.435000', '110055.437000', '110055.440000', '110055.443000', '110055.445000', '110055.448000', '110115.340000', '110115.342000', '110115.345000', '110115.348000', '110115.350000', '110115.353000', '110115.355000', '110115.358000', '110115.361000', '110115.363000', '110115.366000', '110115.368000', '110115.371000', '110115.373000', '110115.376000', '110115.378000', '110115.381000', '110115.384000', '110115.386000', '110115.389000', '110115.391000', '110115.394000', '110115.396000', '110115.399000', '110115.402000', '110115.404000', '110115.407000', '110115.409000', '110115.412000', '110115.414000', '110115.417000', '110115.420000', '110115.422000', '110115.425000', '110115.427000', '110115.430000', '110115.432000', '110115.435000', '110115.437000', '110115.440000', '110115.442000', '110115.445000', '110115.448000', '110115.450000', '110135.339000', '110135.342000', '110135.345000', '110135.348000', '110135.350000', '110135.353000', '110135.355000', '110135.358000', '110135.360000', '110135.363000', '110135.366000', '110135.368000', '110135.371000', '110135.373000', '110135.376000', '110135.410000', '110135.412000', '110135.415000', '110135.418000', '110135.420000', '110135.423000', '110135.425000', '110135.428000', '110135.430000', '110135.433000', '110135.436000', '110135.439000', '110135.442000', '110135.445000', '110135.449000', '110135.452000', '110135.455000', '110135.457000', '110135.460000', '110135.462000', '110135.465000', '110135.468000', '110135.470000', '110135.473000', '110135.475000', '110135.478000', '110135.482000', '110135.485000', '110155.340000', '110155.342000', '110155.345000', '110155.348000', '110155.350000', '110155.353000', '110155.355000', '110155.358000', '110155.360000', '110155.363000', '110155.365000', '110155.368000', '110155.370000', '110155.373000', '110155.375000', '110155.378000', '110155.381000', '110155.383000', '110155.386000', '110155.388000', '110155.391000', '110155.393000', '110155.396000', '110155.398000', '110155.401000', '110155.404000', '110155.406000', '110155.409000', '110155.412000', '110155.414000', '110155.417000', '110155.419000', '110155.422000', '110155.424000', '110155.427000', '110155.430000', '110155.432000', '110155.435000', '110155.437000', '110155.440000', '110155.442000', '110155.445000', '110155.449000', '110155.451000', '110211.301000', '110211.304000', '110211.306000', '110211.309000', '110211.312000', '110211.314000', '110211.317000', '110211.320000', '110211.323000', '110211.326000', '110211.329000', '110211.332000', '110211.335000', '110211.338000', '110211.341000', '110211.343000', '110211.346000', '110211.349000', '110211.353000', '110211.356000', '110211.359000', '110211.362000', '110211.365000', '110211.368000', '110211.370000', '110211.373000', '110211.375000', '110211.379000', '110211.381000', '110211.384000', '110211.386000', '110211.389000', '110211.393000', '110211.395000', '110211.398000'], 'InstanceCreationTime': ['105535.364000', '105535.366000', '105535.369000', '105535.372000', '105535.374000', '105535.377000', '105535.380000', '105535.382000', '105535.385000', '105535.387000', '105535.390000', '105555.340000', '105555.342000', '105555.345000', '105555.348000', '105555.350000', '105555.353000', '105555.360000', '105555.362000', '105555.365000', '105555.367000', '105555.370000', '105555.372000', '105555.375000', '105555.377000', '105555.380000', '105555.382000', '105555.385000', '105555.388000', '105555.390000', '105555.393000', '105555.395000', '105555.398000', '105555.400000', '105555.403000', '105555.406000', '105555.408000', '105555.411000', '105555.413000', '105555.416000', '105555.418000', '105555.421000', '105555.423000', '105555.426000', '105555.428000', '105555.431000', '105555.434000', '105555.436000', '105555.439000', '105555.441000', '105555.444000', '105555.446000', '105555.449000', '105555.451000', '105615.339000', '105615.342000', '105615.345000', '105615.347000', '105615.350000', '105615.353000', '105615.355000', '105615.358000', '105615.360000', '105615.363000', '105615.366000', '105615.368000', '105615.378000', '105615.381000', '105615.383000', '105615.386000', '105615.388000', '105615.391000', '105615.393000', '105615.396000', '105615.399000', '105615.401000', '105615.404000', '105615.406000', '105615.409000', '105615.411000', '105615.414000', '105615.416000', '105615.419000', '105615.421000', '105615.424000', '105615.427000', '105615.429000', '105615.432000', '105615.434000', '105615.437000', '105615.440000', '105615.442000', '105615.445000', '105615.447000', '105615.450000', '105615.452000', '105615.455000', '105615.457000', '105635.340000', '105635.342000', '105635.345000', '105635.348000', '105635.350000', '105635.353000', '105635.355000', '105635.358000', '105635.360000', '105635.363000', '105635.365000', '105635.368000', '105635.371000', '105635.373000', '105635.376000', '105635.387000', '105635.390000', '105635.392000', '105635.395000', '105635.398000', '105635.400000', '105635.403000', '105635.405000', '105635.408000', '105635.410000', '105635.413000', '105635.415000', '105635.418000', '105635.421000', '105635.423000', '105635.426000', '105635.428000', '105635.431000', '105635.434000', '105635.436000', '105635.439000', '105635.441000', '105635.444000', '105635.446000', '105635.449000', '105635.451000', '105635.454000', '105635.457000', '105655.339000', '105655.342000', '105655.345000', '105655.347000', '105655.350000', '105655.352000', '105655.355000', '105655.357000', '105655.360000', '105655.363000', '105655.365000', '105655.374000', '105655.376000', '105655.379000', '105655.382000', '105655.384000', '105655.387000', '105655.389000', '105655.392000', '105655.395000', '105655.397000', '105655.400000', '105655.402000', '105655.405000', '105655.407000', '105655.410000', '105655.412000', '105655.415000', '105655.424000', '105655.427000', '105655.429000', '105655.432000', '105655.434000', '105655.437000', '105655.440000', '105655.442000', '105655.445000', '105655.447000', '105655.450000', '105655.452000', '105655.455000', '105655.457000', '105655.460000', '105655.463000', '105715.339000', '105715.342000', '105715.345000', '105715.347000', '105715.350000', '105715.352000', '105715.355000', '105715.357000', '105715.360000', '105715.363000', '105715.365000', '105715.368000', '105715.370000', '105715.373000', '105715.376000', '105715.378000', '105715.381000', '105715.383000', '105715.386000', '105715.388000', '105715.391000', '105715.393000', '105715.396000', '105715.398000', '105715.401000', '105715.403000', '105715.406000', '105715.409000', '105715.411000', '105715.414000', '105715.416000', '105715.419000', '105715.421000', '105715.424000', '105715.426000', '105715.429000', '105715.432000', '105715.434000', '105715.437000', '105715.439000', '105715.442000', '105715.445000', '105715.447000', '105735.339000', '105735.342000', '105735.345000', '105735.347000', '105735.350000', '105735.352000', '105735.355000', '105735.357000', '105735.360000', '105735.364000', '105735.366000', '105735.369000', '105735.372000', '105735.374000', '105735.389000', '105735.391000', '105735.394000', '105735.396000', '105735.399000', '105735.402000', '105735.404000', '105735.407000', '105735.409000', '105735.412000', '105735.414000', '105735.417000', '105735.420000', '105735.422000', '105735.425000', '105735.427000', '105735.430000', '105735.432000', '105735.435000', '105735.438000', '105735.440000', '105735.443000', '105735.445000', '105735.448000', '105735.450000', '105735.453000', '105735.456000', '105735.458000', '105735.461000', '105755.339000', '105755.342000', '105755.345000', '105755.347000', '105755.350000', '105755.352000', '105755.355000', '105755.357000', '105755.360000', '105755.363000', '105755.365000', '105755.368000', '105755.370000', '105755.373000', '105755.375000', '105755.378000', '105755.380000', '105755.383000', '105755.385000', '105755.388000', '105755.390000', '105755.393000', '105755.395000', '105755.398000', '105755.400000', '105755.403000', '105755.406000', '105755.408000', '105755.411000', '105755.413000', '105755.416000', '105755.418000', '105755.421000', '105755.423000', '105755.426000', '105755.428000', '105755.431000', '105755.433000', '105755.436000', '105755.439000', '105755.441000', '105755.444000', '105755.446000', '105755.449000', '105815.339000', '105815.342000', '105815.345000', '105815.347000', '105815.350000', '105815.352000', '105815.355000', '105815.358000', '105815.360000', '105815.363000', '105815.365000', '105815.368000', '105815.371000', '105815.373000', '105815.376000', '105815.378000', '105815.381000', '105815.384000', '105815.386000', '105815.389000', '105815.391000', '105815.394000', '105815.396000', '105815.399000', '105815.402000', '105815.404000', '105815.407000', '105815.409000', '105815.412000', '105815.415000', '105815.417000', '105815.420000', '105815.422000', '105815.425000', '105815.427000', '105815.430000', '105815.432000', '105815.435000', '105815.438000', '105815.440000', '105815.443000', '105815.445000', '105815.448000', '105815.450000', '105835.339000', '105835.342000', '105835.345000', '105835.347000', '105835.350000', '105835.353000', '105835.355000', '105835.358000', '105835.360000', '105835.363000', '105835.365000', '105835.368000', '105835.371000', '105835.373000', '105835.376000', '105835.378000', '105835.381000', '105835.383000', '105835.386000', '105835.388000', '105835.391000', '105835.393000', '105835.396000', '105835.411000', '105835.413000', '105835.416000', '105835.418000', '105835.421000', '105835.423000', '105835.426000', '105835.428000', '105835.431000', '105835.433000', '105835.436000', '105835.439000', '105835.441000', '105835.444000', '105835.446000', '105835.449000', '105835.452000', '105835.454000', '105835.457000', '105835.459000', '105855.340000', '105855.343000', '105855.345000', '105855.348000', '105855.351000', '105855.354000', '105855.356000', '105855.359000', '105855.361000', '105855.364000', '105855.367000', '105855.369000', '105855.372000', '105855.374000', '105855.377000', '105855.379000', '105855.382000', '105855.384000', '105855.387000', '105855.390000', '105855.392000', '105855.395000', '105855.397000', '105855.400000', '105855.404000', '105855.406000', '105855.409000', '105855.411000', '105855.414000', '105855.417000', '105855.419000', '105855.422000', '105855.424000', '105855.427000', '105855.429000', '105855.432000', '105855.435000', '105855.437000', '105855.440000', '105855.442000', '105855.445000', '105855.448000', '105855.450000', '105915.340000', '105915.342000', '105915.345000', '105915.348000', '105915.350000', '105915.353000', '105915.355000', '105915.358000', '105915.360000', '105915.363000', '105915.366000', '105915.368000', '105915.371000', '105915.373000', '105915.376000', '105915.379000', '105915.381000', '105915.384000', '105915.386000', '105915.389000', '105915.391000', '105915.394000', '105915.397000', '105915.399000', '105915.402000', '105915.404000', '105915.407000', '105915.410000', '105915.412000', '105915.415000', '105915.417000', '105915.420000', '105915.422000', '105915.425000', '105915.427000', '105915.430000', '105915.432000', '105915.435000', '105915.438000', '105915.440000', '105915.443000', '105915.445000', '105915.448000', '105915.450000', '105935.340000', '105935.342000', '105935.345000', '105935.348000', '105935.350000', '105935.353000', '105935.355000', '105935.358000', '105935.361000', '105935.363000', '105935.366000', '105935.368000', '105935.371000', '105935.375000', '105935.378000', '105935.380000', '105935.383000', '105935.386000', '105935.388000', '105935.391000', '105935.393000', '105935.396000', '105935.399000', '105935.401000', '105935.404000', '105935.406000', '105935.409000', '105935.411000', '105935.414000', '105935.416000', '105935.419000', '105935.421000', '105935.424000', '105935.427000', '105935.429000', '105935.432000', '105935.434000', '105935.437000', '105935.439000', '105935.442000', '105935.444000', '105935.447000', '105935.450000', '105955.339000', '105955.342000', '105955.345000', '105955.347000', '105955.350000', '105955.352000', '105955.355000', '105955.358000', '105955.360000', '105955.363000', '105955.365000', '105955.368000', '105955.370000', '105955.373000', '105955.375000', '105955.378000', '105955.381000', '105955.383000', '105955.386000', '105955.388000', '105955.391000', '105955.394000', '105955.396000', '105955.399000', '105955.401000', '105955.404000', '105955.406000', '105955.409000', '105955.411000', '105955.414000', '105955.416000', '105955.419000', '105955.421000', '105955.424000', '105955.426000', '105955.429000', '105955.432000', '105955.434000', '105955.437000', '105955.440000', '105955.442000', '105955.445000', '105955.447000', '105955.450000', '110015.340000', '110015.342000', '110015.345000', '110015.348000', '110015.350000', '110015.353000', '110015.355000', '110015.358000', '110015.361000', '110015.363000', '110015.366000', '110015.368000', '110015.371000', '110015.373000', '110015.376000', '110015.379000', '110015.381000', '110015.384000', '110015.386000', '110015.389000', '110015.391000', '110015.394000', '110015.397000', '110015.399000', '110015.402000', '110015.404000', '110015.407000', '110015.409000', '110015.413000', '110015.416000', '110015.418000', '110015.441000', '110015.445000', '110015.447000', '110015.450000', '110015.453000', '110015.455000', '110015.458000', '110015.460000', '110015.463000', '110015.465000', '110015.468000', '110015.471000', '110035.340000', '110035.342000', '110035.345000', '110035.348000', '110035.350000', '110035.353000', '110035.355000', '110035.358000', '110035.361000', '110035.363000', '110035.366000', '110035.368000', '110035.371000', '110035.373000', '110035.376000', '110035.379000', '110035.381000', '110035.384000', '110035.386000', '110035.389000', '110035.392000', '110035.394000', '110035.397000', '110035.399000', '110035.402000', '110035.404000', '110035.407000', '110035.410000', '110035.412000', '110035.415000', '110035.417000', '110035.420000', '110035.422000', '110035.425000', '110035.428000', '110035.430000', '110035.433000', '110035.435000', '110035.438000', '110035.441000', '110035.443000', '110035.446000', '110035.448000', '110035.451000', '110055.340000', '110055.343000', '110055.345000', '110055.348000', '110055.350000', '110055.353000', '110055.355000', '110055.358000', '110055.360000', '110055.363000', '110055.366000', '110055.368000', '110055.371000', '110055.373000', '110055.376000', '110055.378000', '110055.381000', '110055.384000', '110055.386000', '110055.389000', '110055.391000', '110055.394000', '110055.396000', '110055.399000', '110055.402000', '110055.404000', '110055.407000', '110055.409000', '110055.412000', '110055.414000', '110055.417000', '110055.420000', '110055.422000', '110055.425000', '110055.427000', '110055.430000', '110055.432000', '110055.435000', '110055.437000', '110055.440000', '110055.443000', '110055.445000', '110055.448000', '110115.340000', '110115.342000', '110115.345000', '110115.348000', '110115.350000', '110115.353000', '110115.355000', '110115.358000', '110115.361000', '110115.363000', '110115.366000', '110115.368000', '110115.371000', '110115.373000', '110115.376000', '110115.378000', '110115.381000', '110115.384000', '110115.386000', '110115.389000', '110115.391000', '110115.394000', '110115.396000', '110115.399000', '110115.402000', '110115.404000', '110115.407000', '110115.409000', '110115.412000', '110115.414000', '110115.417000', '110115.420000', '110115.422000', '110115.425000', '110115.427000', '110115.430000', '110115.432000', '110115.435000', '110115.437000', '110115.440000', '110115.442000', '110115.445000', '110115.448000', '110115.450000', '110135.339000', '110135.342000', '110135.345000', '110135.348000', '110135.350000', '110135.353000', '110135.355000', '110135.358000', '110135.360000', '110135.363000', '110135.366000', '110135.368000', '110135.371000', '110135.373000', '110135.376000', '110135.410000', '110135.412000', '110135.415000', '110135.418000', '110135.420000', '110135.423000', '110135.425000', '110135.428000', '110135.430000', '110135.433000', '110135.436000', '110135.439000', '110135.442000', '110135.445000', '110135.449000', '110135.452000', '110135.455000', '110135.457000', '110135.460000', '110135.462000', '110135.465000', '110135.468000', '110135.470000', '110135.473000', '110135.475000', '110135.478000', '110135.482000', '110135.485000', '110155.340000', '110155.342000', '110155.345000', '110155.348000', '110155.350000', '110155.353000', '110155.355000', '110155.358000', '110155.360000', '110155.363000', '110155.365000', '110155.368000', '110155.370000', '110155.373000', '110155.375000', '110155.378000', '110155.381000', '110155.383000', '110155.386000', '110155.388000', '110155.391000', '110155.393000', '110155.396000', '110155.398000', '110155.401000', '110155.404000', '110155.406000', '110155.409000', '110155.412000', '110155.414000', '110155.417000', '110155.419000', '110155.422000', '110155.424000', '110155.427000', '110155.430000', '110155.432000', '110155.435000', '110155.437000', '110155.440000', '110155.442000', '110155.445000', '110155.449000', '110155.451000', '110211.301000', '110211.304000', '110211.306000', '110211.309000', '110211.312000', '110211.314000', '110211.317000', '110211.320000', '110211.323000', '110211.326000', '110211.329000', '110211.332000', '110211.335000', '110211.338000', '110211.341000', '110211.343000', '110211.346000', '110211.349000', '110211.353000', '110211.356000', '110211.359000', '110211.362000', '110211.365000', '110211.368000', '110211.370000', '110211.373000', '110211.375000', '110211.379000', '110211.381000', '110211.384000', '110211.386000', '110211.389000', '110211.393000', '110211.395000', '110211.398000'], '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': [13712, 14014, 14006, 14483, 15155, 14174, 14658, 11735, 14440, 15100, 11549, 13892, 16092, 13217, 14541, 12205, 14532, 11973, 11940, 14356, 16264, 13493, 14331, 11670, 14642, 14620, 12814, 14219, 11328, 14186, 12526, 12762, 14137, 14707, 14340, 14204, 15382, 14396, 13221, 11262, 13782, 10467, 14358, 10804, 13500, 14488, 11743, 14706, 12711, 13655, 14294, 11968, 14799, 15529, 13623, 14172, 14699, 14271, 13572, 12459, 14184, 15934, 14117, 13869, 12405, 14684, 12047, 13799, 14155, 13174, 14530, 10880, 13334, 14277, 12959, 14201, 14066, 11893, 14358, 12876, 13664, 14318, 11403, 14570, 14082, 11904, 14192, 13415, 14111, 14460, 12716, 14622, 13369, 13834, 14579, 13721, 14375, 13537, 12299, 14587, 15236, 14622, 12635, 11918, 14623, 12677, 14746, 12666, 14122, 14265, 12485, 14719, 15989, 13636, 14434, 14879, 14542, 13741, 11853, 14092, 16074, 14289, 14357, 13658, 14709, 12808, 12675, 14029, 14086, 14180, 14112, 13539, 14361, 10577, 13512, 13795, 11902, 14082, 11474, 13507, 14091, 13309, 13667, 13837, 11810, 14204, 14214, 14361, 13713, 12629, 14346, 15713, 13592, 14081, 14535, 14336, 13965, 12383, 14631, 12621, 14362, 11043, 13221, 13841, 11720, 14429, 15051, 14743, 13472, 13646, 14484, 16348, 14568, 14229, 12662, 14427, 16258, 13629, 13927, 16537, 14896, 13108, 13389, 14041, 12739, 12626, 13946, 12877, 13873, 13207, 12301, 14372, 11980, 14028, 13790, 12189, 14116, 13085, 14007, 14042, 15614, 14058, 13994, 12312, 14463, 13677, 12316, 14172, 14587, 13293, 14494, 13400, 14003, 13749, 11419, 14430, 13254, 12148, 14112, 12562, 13902, 14275, 13190, 14651, 12566, 12573, 14069, 15047, 13734, 13955, 12967, 15041, 14267, 14323, 14342, 12833, 14792, 13499, 14379, 14390, 13683, 14440, 14413, 14293, 14015, 12547, 14472, 14559, 14047, 14139, 15875, 14289, 13822, 13873, 14347, 13985, 12450, 13725, 14327, 13562, 14266, 12518, 14046, 13636, 11452, 14340, 12953, 12762, 14692, 11368, 13048, 14098, 11932, 14105, 14392, 11603, 14431, 13423, 12100, 14237, 11413, 14393, 14222, 14116, 14598, 14443, 13963, 14111, 14228, 15134, 14407, 13959, 13176, 14746, 13541, 12731, 14154, 13736, 13317, 14292, 14082, 14369, 14082, 15859, 14100, 14091, 15180, 14403, 14040, 15224, 14025, 13855, 13120, 14594, 10430, 13321, 11772, 12274, 13583, 9230, 13430, 9404, 14028, 10585, 13838, 14305, 13166, 13806, 15538, 13997, 13403, 12620, 13896, 13858, 12086, 13862, 14353, 13603, 13321, 11298, 13925, 12285, 13243, 13640, 11691, 13264, 11551, 11410, 13466, 13330, 13548, 13145, 11657, 13814, 13489, 12773, 13454, 14668, 13142, 13161, 12695, 13385, 13048, 11003, 13656, 13516, 11938, 13103, 13764, 13217, 13441, 12270, 13951, 13198, 10493, 13155, 12623, 13348, 13357, 14446, 13012, 13253, 11131, 13395, 13601, 10504, 13840, 13986, 12678, 12989, 14527, 13639, 13197, 14007, 13484, 13269, 12557, 13873, 12733, 11044, 13943, 11882, 12362, 13782, 13750, 13153, 13575, 13127, 13774, 13419, 11203, 13647, 13094, 12251, 13852, 12635, 13575, 14023, 12765, 13749, 13663, 12900, 14025, 11980, 11755, 13651, 11696, 13224, 13444, 10322, 13390, 13358, 12613, 13273, 14442, 13216, 12908, 12698, 13249, 12651, 10601, 13326, 12473, 11574, 13083, 13148, 13163, 13091, 13833, 13363, 13009, 10372, 12975, 12443, 12425, 13306, 12596, 11541, 13662, 12934, 13151, 13199, 13764, 13191, 13051, 11604, 13694, 12564, 11416, 13400, 12804, 13592, 13288, 14866, 13917, 12899, 11143, 13993, 13014, 12390, 13698, 13422, 13818, 13298, 13103, 13868, 12665, 11155, 13524, 12359, 13548, 13398, 12549, 13081, 13107, 11555, 13469, 13108, 11425, 13488, 12739, 13602, 13024, 11223, 13575, 9074, 13285, 11778, 11929, 13109, 10764, 13394, 13332, 11972, 13282, 15445, 13735, 12857, 15527, 13453, 13075, 10861, 13815, 12206, 12699, 13471, 12236, 13425, 13410, 12331, 13966, 12896, 10936, 13542, 12310, 13630, 13628, 11138, 13700, 13451, 11688, 13682, 12681, 12390, 13657, 14791, 12736, 13728, 13580, 13878, 13555, 14342, 13939, 13585, 11685, 13519, 13227, 12437, 13971, 13205, 11710, 13987, 11743, 12411, 13788, 12603, 13132, 13650, 10401, 13915, 13534, 11143, 13828, 12706, 13785, 14090, 10948, 14014, 11081, 12765, 13488, 13807, 13852, 13577, 14326, 13308, 13151, 11912, 13869, 15175, 10887, 13921, 14706, 13136, 13778, 13970, 13776, 13280, 10458, 13378, 11439, 13298, 13046, 10820, 13059, 10979, 12168, 13357, 14854, 12749, 13177, 13234, 13267, 12954, 13960, 13268, 11933, 11103, 13148, 13149, 12636, 13090, 10690, 12408, 10761, 10894, 13372, 12266, 12642, 13283, 11361, 13290, 12518, 10587, 13224, 14949, 13377, 12809, 11101, 13302, 11720, 13205, 13130, 10147, 13632, 14164, 13332, 13118, 14784, 13577, 13393, 9874, 13358, 13371, 13662, 13154, 10243, 13030, 11091, 13260, 13477, 10591, 13575, 10551, 12282, 13149, 12571, 13318, 11033, 12465, 13184, 12705, 13264, 11162, 11732, 13536, 13528, 13513, 13457, 11261, 13398, 11946, 12718, 13379, 14347, 13432, 13223, 11484, 13766, 12778, 13329, 13776, 11679, 13410, 13087, 11843, 13697, 14487, 13159, 13544, 12279, 13490, 10961, 11360, 13565, 9842, 13524, 10937, 13367, 10586, 12649, 13709, 13510, 13690, 12573, 13034, 13586, 15229, 13275, 13841, 11295, 13567, 15232, 12987, 13426, 13906, 13447, 13111, 9877, 13498, 11660, 12723, 13171, 11023, 13479, 10688, 11759, 13170, 11027, 13193, 11081, 11633, 13397, 13015, 13485, 13791, 11653, 13866, 12582, 10729, 13568, 12300, 13351, 13640, 11209, 13901, 11606, 12658, 13328, 14345, 13999, 13541, 12072, 14123, 13613, 13187, 13507, 15974, 13641, 13319, 12080, 13833, 13233, 10713, 13901, 13194, 12567, 13481, 13086, 13780, 13090, 10489, 13459, 11665, 13435, 10508, 11697, 13201, 12822, 13801, 13009, 11358, 13521, 14810, 13744, 12842, 14807, 13890, 12923, 11343, 13736, 13107, 12710, 13429, 10657, 13394, 13348, 11657, 13693, 11836, 13852, 13310, 12130, 13760, 11080, 12499, 13740, 13079, 14621, 13045, 11064, 14071, 12477, 13277, 13679, 13042, 13273, 13457, 11773, 14066, 12148, 13120, 14044, 10836, 14268, 13541, 11781, 13945, 13732, 14160, 13711, 11012, 13501, 11459, 13280, 13349, 10696, 13687, 13516, 13798, 13100, 11027, 13648, 14951, 12780, 13444, 15488, 13833, 13186, 10415, 13341, 13007, 12893, 13193, 11524, 12812, 12940, 10576, 13340, 11822, 12727, 13258], 'WindowCenter': [4449.0, 4433.0, 4419.0, 4414.0, 4402.0, 4391.0, 4402.0, 4368.0, 4387.0, 4385.0, 4365.0, 4376.0, 4385.0, 4374.0, 4386.0, 4363.0, 4385.0, 4364.0, 4361.0, 4375.0, 4384.0, 4363.0, 4374.0, 4353.0, 4382.0, 4371.0, 4363.0, 4374.0, 4351.0, 4371.0, 4362.0, 4359.0, 4372.0, 4372.0, 4370.0, 4375.0, 4372.0, 4371.0, 4358.0, 4340.0, 4372.0, 4341.0, 4373.0, 4353.0, 4375.0, 4384.0, 4363.0, 4385.0, 4364.0, 4375.0, 4389.0, 4363.0, 4386.0, 4385.0, 4373.0, 4376.0, 4372.0, 4372.0, 4361.0, 4351.0, 4373.0, 4372.0, 4360.0, 4362.0, 4347.0, 4372.0, 4351.0, 4361.0, 4369.0, 4361.0, 4372.0, 4339.0, 4373.0, 4385.0, 4363.0, 4376.0, 4374.0, 4352.0, 4372.0, 4360.0, 4362.0, 4372.0, 4353.0, 4374.0, 4374.0, 4353.0, 4375.0, 4364.0, 4374.0, 4375.0, 4364.0, 4374.0, 4362.0, 4374.0, 4384.0, 4374.0, 4371.0, 4362.0, 4353.0, 4374.0, 4374.0, 4374.0, 4364.0, 4361.0, 4386.0, 4376.0, 4388.0, 4377.0, 4387.0, 4391.0, 4377.0, 4390.0, 4397.0, 4377.0, 4388.0, 4387.0, 4374.0, 4374.0, 4353.0, 4375.0, 4374.0, 4373.0, 4372.0, 4362.0, 4369.0, 4350.0, 4350.0, 4363.0, 4362.0, 4361.0, 4359.0, 4361.0, 4370.0, 4342.0, 4374.0, 4376.0, 4363.0, 4387.0, 4366.0, 4377.0, 4389.0, 4375.0, 4377.0, 4377.0, 4364.0, 4388.0, 4377.0, 4374.0, 4375.0, 4366.0, 4387.0, 4386.0, 4364.0, 4377.0, 4374.0, 4374.0, 4376.0, 4364.0, 4388.0, 4363.0, 4386.0, 4354.0, 4376.0, 4389.0, 4379.0, 4401.0, 4390.0, 4389.0, 4380.0, 4379.0, 4390.0, 4386.0, 4376.0, 4375.0, 4363.0, 4374.0, 4375.0, 4361.0, 4361.0, 4372.0, 4361.0, 4349.0, 4349.0, 4361.0, 4348.0, 4348.0, 4362.0, 4350.0, 4361.0, 4362.0, 4349.0, 4369.0, 4350.0, 4373.0, 4373.0, 4353.0, 4373.0, 4365.0, 4375.0, 4378.0, 4385.0, 4375.0, 4377.0, 4350.0, 4375.0, 4365.0, 4353.0, 4361.0, 4371.0, 4362.0, 4374.0, 4363.0, 4374.0, 4363.0, 4353.0, 4374.0, 4364.0, 4363.0, 4376.0, 4365.0, 4375.0, 4376.0, 4362.0, 4387.0, 4364.0, 4366.0, 4375.0, 4387.0, 4376.0, 4375.0, 4366.0, 4387.0, 4374.0, 4376.0, 4375.0, 4362.0, 4376.0, 4374.0, 4376.0, 4378.0, 4375.0, 4377.0, 4374.0, 4374.0, 4375.0, 4366.0, 4376.0, 4374.0, 4375.0, 4375.0, 4385.0, 4371.0, 4363.0, 4362.0, 4360.0, 4359.0, 4348.0, 4351.0, 4359.0, 4349.0, 4358.0, 4349.0, 4360.0, 4358.0, 4337.0, 4361.0, 4349.0, 4350.0, 4372.0, 4351.0, 4363.0, 4375.0, 4351.0, 4376.0, 4377.0, 4353.0, 4376.0, 4376.0, 4365.0, 4378.0, 4363.0, 4388.0, 4389.0, 4378.0, 4385.0, 4385.0, 4377.0, 4374.0, 4379.0, 4375.0, 4373.0, 4376.0, 4361.0, 4372.0, 4365.0, 4364.0, 4371.0, 4364.0, 4364.0, 4373.0, 4374.0, 4374.0, 4374.0, 4373.0, 4359.0, 4361.0, 4372.0, 4361.0, 4361.0, 4371.0, 4359.0, 4359.0, 4349.0, 4375.0, 4354.0, 4378.0, 4384.0, 4382.0, 4389.0, 4360.0, 4394.0, 4352.0, 4395.0, 4374.0, 4407.0, 4396.0, 4384.0, 4384.0, 4382.0, 4365.0, 4367.0, 4353.0, 4352.0, 4352.0, 4341.0, 4354.0, 4362.0, 4364.0, 4363.0, 4328.0, 4361.0, 4343.0, 4350.0, 4363.0, 4341.0, 4352.0, 4341.0, 4342.0, 4366.0, 4362.0, 4364.0, 4363.0, 4345.0, 4366.0, 4364.0, 4352.0, 4364.0, 4365.0, 4352.0, 4355.0, 4355.0, 4355.0, 4352.0, 4329.0, 4363.0, 4352.0, 4344.0, 4354.0, 4364.0, 4353.0, 4362.0, 4351.0, 4362.0, 4363.0, 4333.0, 4368.0, 4354.0, 4364.0, 4365.0, 4362.0, 4363.0, 4365.0, 4353.0, 4364.0, 4365.0, 4344.0, 4363.0, 4360.0, 4352.0, 4351.0, 4362.0, 4361.0, 4351.0, 4351.0, 4353.0, 4352.0, 4351.0, 4363.0, 4351.0, 4339.0, 4363.0, 4340.0, 4339.0, 4358.0, 4352.0, 4352.0, 4350.0, 4349.0, 4360.0, 4362.0, 4338.0, 4359.0, 4350.0, 4339.0, 4361.0, 4352.0, 4363.0, 4375.0, 4354.0, 4364.0, 4363.0, 4364.0, 4375.0, 4354.0, 4354.0, 4375.0, 4355.0, 4375.0, 4377.0, 4360.0, 4389.0, 4378.0, 4369.0, 4392.0, 4390.0, 4367.0, 4364.0, 4351.0, 4365.0, 4353.0, 4333.0, 4363.0, 4350.0, 4343.0, 4363.0, 4355.0, 4361.0, 4363.0, 4361.0, 4361.0, 4362.0, 4331.0, 4364.0, 4353.0, 4350.0, 4361.0, 4354.0, 4344.0, 4362.0, 4352.0, 4354.0, 4362.0, 4363.0, 4352.0, 4363.0, 4353.0, 4365.0, 4353.0, 4341.0, 4363.0, 4365.0, 4365.0, 4364.0, 4362.0, 4362.0, 4355.0, 4343.0, 4363.0, 4364.0, 4354.0, 4365.0, 4351.0, 4363.0, 4362.0, 4353.0, 4364.0, 4351.0, 4343.0, 4363.0, 4354.0, 4366.0, 4375.0, 4355.0, 4364.0, 4363.0, 4342.0, 4361.0, 4352.0, 4342.0, 4361.0, 4352.0, 4365.0, 4366.0, 4345.0, 4364.0, 4333.0, 4377.0, 4355.0, 4357.0, 4380.0, 4355.0, 4378.0, 4377.0, 4355.0, 4365.0, 4377.0, 4363.0, 4364.0, 4375.0, 4350.0, 4351.0, 4330.0, 4361.0, 4340.0, 4349.0, 4361.0, 4343.0, 4363.0, 4363.0, 4353.0, 4364.0, 4352.0, 4342.0, 4363.0, 4354.0, 4365.0, 4376.0, 4345.0, 4374.0, 4363.0, 4353.0, 4374.0, 4366.0, 4354.0, 4363.0, 4373.0, 4355.0, 4364.0, 4362.0, 4364.0, 4363.0, 4363.0, 4361.0, 4362.0, 4340.0, 4363.0, 4362.0, 4350.0, 4365.0, 4352.0, 4341.0, 4376.0, 4353.0, 4353.0, 4366.0, 4352.0, 4352.0, 4363.0, 4346.0, 4373.0, 4367.0, 4345.0, 4377.0, 4366.0, 4379.0, 4389.0, 4356.0, 4380.0, 4357.0, 4380.0, 4390.0, 4380.0, 4381.0, 4380.0, 4378.0, 4365.0, 4369.0, 4354.0, 4367.0, 4375.0, 4330.0, 4362.0, 4361.0, 4350.0, 4366.0, 4361.0, 4359.0, 4361.0, 4331.0, 4363.0, 4340.0, 4363.0, 4363.0, 4345.0, 4363.0, 4343.0, 4352.0, 4364.0, 4373.0, 4354.0, 4366.0, 4351.0, 4354.0, 4353.0, 4363.0, 4351.0, 4340.0, 4342.0, 4351.0, 4353.0, 4350.0, 4364.0, 4340.0, 4355.0, 4342.0, 4344.0, 4375.0, 4354.0, 4363.0, 4365.0, 4353.0, 4366.0, 4354.0, 4344.0, 4364.0, 4372.0, 4364.0, 4378.0, 4356.0, 4367.0, 4356.0, 4366.0, 4365.0, 4346.0, 4376.0, 4374.0, 4365.0, 4366.0, 4374.0, 4364.0, 4353.0, 4332.0, 4351.0, 4353.0, 4363.0, 4351.0, 4329.0, 4351.0, 4343.0, 4362.0, 4363.0, 4344.0, 4363.0, 4342.0, 4354.0, 4365.0, 4356.0, 4364.0, 4342.0, 4356.0, 4365.0, 4357.0, 4364.0, 4354.0, 4356.0, 4377.0, 4364.0, 4365.0, 4365.0, 4343.0, 4367.0, 4354.0, 4366.0, 4367.0, 4363.0, 4362.0, 4363.0, 4356.0, 4363.0, 4364.0, 4363.0, 4364.0, 4355.0, 4364.0, 4365.0, 4355.0, 4364.0, 4365.0, 4354.0, 4366.0, 4354.0, 4365.0, 4341.0, 4355.0, 4364.0, 4345.0, 4378.0, 4357.0, 4377.0, 4358.0, 4377.0, 4393.0, 4380.0, 4378.0, 4368.0, 4368.0, 4365.0, 4374.0, 4366.0, 4363.0, 4340.0, 4351.0, 4363.0, 4349.0, 4351.0, 4349.0, 4349.0, 4353.0, 4321.0, 4362.0, 4339.0, 4350.0, 4362.0, 4340.0, 4363.0, 4342.0, 4355.0, 4365.0, 4345.0, 4364.0, 4355.0, 4357.0, 4375.0, 4367.0, 4367.0, 4365.0, 4356.0, 4364.0, 4353.0, 4346.0, 4366.0, 4357.0, 4377.0, 4377.0, 4356.0, 4378.0, 4354.0, 4366.0, 4376.0, 4378.0, 4376.0, 4365.0, 4353.0, 4366.0, 4365.0, 4365.0, 4363.0, 4374.0, 4360.0, 4353.0, 4338.0, 4360.0, 4352.0, 4328.0, 4350.0, 4349.0, 4340.0, 4352.0, 4349.0, 4364.0, 4350.0, 4331.0, 4362.0, 4341.0, 4364.0, 4343.0, 4356.0, 4368.0, 4367.0, 4375.0, 4364.0, 4343.0, 4364.0, 4362.0, 4365.0, 4353.0, 4361.0, 4351.0, 4352.0, 4331.0, 4352.0, 4350.0, 4341.0, 4353.0, 4328.0, 4352.0, 4351.0, 4340.0, 4362.0, 4341.0, 4361.0, 4363.0, 4343.0, 4362.0, 4341.0, 4350.0, 4365.0, 4352.0, 4372.0, 4365.0, 4343.0, 4365.0, 4353.0, 4352.0, 4363.0, 4354.0, 4365.0, 4362.0, 4354.0, 4375.0, 4351.0, 4366.0, 4375.0, 4345.0, 4374.0, 4364.0, 4352.0, 4377.0, 4367.0, 4377.0, 4375.0, 4346.0, 4375.0, 4358.0, 4379.0, 4377.0, 4348.0, 4378.0, 4376.0, 4377.0, 4379.0, 4345.0, 4376.0, 4375.0, 4353.0, 4366.0, 4374.0, 4363.0, 4364.0, 4331.0, 4365.0, 4352.0, 4351.0, 4365.0, 4343.0, 4352.0, 4363.0, 4345.0, 4364.0, 4352.0, 4366.0, 4365.0], 'WindowWidth': [9797.0, 9763.0, 9730.0, 9721.0, 9695.0, 9675.0, 9695.0, 9639.0, 9664.0, 9662.0, 9630.0, 9647.0, 9661.0, 9642.0, 9661.0, 9625.0, 9657.0, 9631.0, 9621.0, 9643.0, 9659.0, 9623.0, 9641.0, 9610.0, 9652.0, 9638.0, 9622.0, 9640.0, 9609.0, 9635.0, 9627.0, 9616.0, 9638.0, 9639.0, 9633.0, 9648.0, 9639.0, 9632.0, 9615.0, 9589.0, 9635.0, 9593.0, 9639.0, 9614.0, 9644.0, 9659.0, 9629.0, 9657.0, 9629.0, 9643.0, 9672.0, 9629.0, 9659.0, 9660.0, 9636.0, 9647.0, 9638.0, 9634.0, 9623.0, 9604.0, 9637.0, 9637.0, 9617.0, 9624.0, 9596.0, 9632.0, 9605.0, 9617.0, 9631.0, 9618.0, 9632.0, 9589.0, 9638.0, 9657.0, 9626.0, 9647.0, 9642.0, 9607.0, 9636.0, 9620.0, 9620.0, 9636.0, 9610.0, 9639.0, 9642.0, 9608.0, 9641.0, 9629.0, 9640.0, 9644.0, 9625.0, 9639.0, 9626.0, 9637.0, 9656.0, 9641.0, 9633.0, 9627.0, 9609.0, 9640.0, 9641.0, 9637.0, 9628.0, 9619.0, 9657.0, 9645.0, 9664.0, 9649.0, 9664.0, 9674.0, 9651.0, 9669.0, 9684.0, 9646.0, 9666.0, 9663.0, 9639.0, 9646.0, 9609.0, 9639.0, 9640.0, 9634.0, 9637.0, 9618.0, 9627.0, 9604.0, 9599.0, 9621.0, 9620.0, 9615.0, 9616.0, 9614.0, 9628.0, 9595.0, 9637.0, 9644.0, 9622.0, 9661.0, 9632.0, 9650.0, 9671.0, 9646.0, 9648.0, 9651.0, 9627.0, 9663.0, 9649.0, 9642.0, 9645.0, 9630.0, 9660.0, 9665.0, 9625.0, 9647.0, 9641.0, 9638.0, 9647.0, 9624.0, 9663.0, 9626.0, 9657.0, 9616.0, 9645.0, 9666.0, 9654.0, 9688.0, 9673.0, 9667.0, 9660.0, 9652.0, 9668.0, 9667.0, 9644.0, 9646.0, 9622.0, 9637.0, 9644.0, 9614.0, 9616.0, 9634.0, 9613.0, 9601.0, 9596.0, 9613.0, 9597.0, 9593.0, 9616.0, 9600.0, 9616.0, 9619.0, 9596.0, 9627.0, 9602.0, 9635.0, 9638.0, 9607.0, 9638.0, 9629.0, 9642.0, 9650.0, 9658.0, 9641.0, 9647.0, 9603.0, 9639.0, 9630.0, 9605.0, 9619.0, 9633.0, 9617.0, 9637.0, 9623.0, 9635.0, 9625.0, 9609.0, 9638.0, 9625.0, 9622.0, 9643.0, 9630.0, 9639.0, 9643.0, 9622.0, 9659.0, 9630.0, 9629.0, 9644.0, 9663.0, 9644.0, 9646.0, 9629.0, 9660.0, 9642.0, 9644.0, 9644.0, 9623.0, 9643.0, 9641.0, 9644.0, 9652.0, 9643.0, 9646.0, 9642.0, 9637.0, 9645.0, 9630.0, 9642.0, 9641.0, 9639.0, 9643.0, 9657.0, 9631.0, 9627.0, 9617.0, 9614.0, 9616.0, 9593.0, 9599.0, 9613.0, 9593.0, 9607.0, 9595.0, 9610.0, 9611.0, 9580.0, 9615.0, 9599.0, 9600.0, 9634.0, 9605.0, 9619.0, 9639.0, 9607.0, 9643.0, 9646.0, 9611.0, 9644.0, 9645.0, 9626.0, 9649.0, 9627.0, 9662.0, 9668.0, 9654.0, 9656.0, 9661.0, 9648.0, 9641.0, 9656.0, 9646.0, 9636.0, 9646.0, 9617.0, 9634.0, 9629.0, 9622.0, 9633.0, 9627.0, 9622.0, 9638.0, 9639.0, 9638.0, 9640.0, 9640.0, 9613.0, 9618.0, 9634.0, 9617.0, 9620.0, 9634.0, 9612.0, 9615.0, 9598.0, 9639.0, 9618.0, 9649.0, 9669.0, 9658.0, 9666.0, 9628.0, 9677.0, 9620.0, 9679.0, 9651.0, 9698.0, 9693.0, 9661.0, 9665.0, 9661.0, 9624.0, 9635.0, 9605.0, 9601.0, 9608.0, 9584.0, 9604.0, 9617.0, 9618.0, 9619.0, 9564.0, 9612.0, 9588.0, 9596.0, 9617.0, 9585.0, 9602.0, 9588.0, 9587.0, 9626.0, 9620.0, 9621.0, 9622.0, 9594.0, 9624.0, 9626.0, 9602.0, 9621.0, 9625.0, 9602.0, 9611.0, 9611.0, 9607.0, 9605.0, 9568.0, 9617.0, 9604.0, 9591.0, 9608.0, 9622.0, 9603.0, 9618.0, 9601.0, 9617.0, 9623.0, 9578.0, 9633.0, 9610.0, 9621.0, 9625.0, 9621.0, 9619.0, 9628.0, 9607.0, 9623.0, 9630.0, 9593.0, 9620.0, 9615.0, 9601.0, 9603.0, 9620.0, 9613.0, 9604.0, 9603.0, 9604.0, 9605.0, 9600.0, 9618.0, 9605.0, 9581.0, 9619.0, 9586.0, 9581.0, 9609.0, 9606.0, 9601.0, 9599.0, 9597.0, 9611.0, 9619.0, 9581.0, 9610.0, 9600.0, 9581.0, 9617.0, 9606.0, 9620.0, 9639.0, 9609.0, 9622.0, 9621.0, 9624.0, 9640.0, 9611.0, 9609.0, 9641.0, 9615.0, 9642.0, 9649.0, 9626.0, 9669.0, 9651.0, 9635.0, 9677.0, 9674.0, 9631.0, 9624.0, 9602.0, 9623.0, 9610.0, 9577.0, 9620.0, 9603.0, 9594.0, 9621.0, 9611.0, 9615.0, 9621.0, 9617.0, 9615.0, 9620.0, 9576.0, 9622.0, 9610.0, 9602.0, 9616.0, 9610.0, 9593.0, 9619.0, 9607.0, 9607.0, 9619.0, 9621.0, 9604.0, 9622.0, 9607.0, 9625.0, 9612.0, 9589.0, 9622.0, 9627.0, 9625.0, 9625.0, 9623.0, 9618.0, 9614.0, 9593.0, 9621.0, 9629.0, 9608.0, 9623.0, 9603.0, 9617.0, 9619.0, 9607.0, 9620.0, 9604.0, 9593.0, 9623.0, 9612.0, 9628.0, 9643.0, 9615.0, 9623.0, 9626.0, 9591.0, 9617.0, 9609.0, 9588.0, 9617.0, 9604.0, 9625.0, 9627.0, 9596.0, 9623.0, 9583.0, 9645.0, 9618.0, 9618.0, 9651.0, 9617.0, 9648.0, 9651.0, 9613.0, 9628.0, 9647.0, 9619.0, 9627.0, 9642.0, 9599.0, 9603.0, 9570.0, 9613.0, 9587.0, 9597.0, 9615.0, 9593.0, 9618.0, 9622.0, 9605.0, 9623.0, 9607.0, 9591.0, 9621.0, 9611.0, 9625.0, 9644.0, 9600.0, 9638.0, 9624.0, 9608.0, 9639.0, 9633.0, 9609.0, 9622.0, 9638.0, 9610.0, 9625.0, 9621.0, 9622.0, 9624.0, 9622.0, 9615.0, 9619.0, 9587.0, 9620.0, 9621.0, 9600.0, 9623.0, 9607.0, 9588.0, 9641.0, 9610.0, 9607.0, 9627.0, 9608.0, 9604.0, 9623.0, 9605.0, 9637.0, 9632.0, 9598.0, 9644.0, 9631.0, 9653.0, 9667.0, 9618.0, 9653.0, 9621.0, 9653.0, 9673.0, 9659.0, 9658.0, 9659.0, 9650.0, 9628.0, 9640.0, 9610.0, 9629.0, 9647.0, 9573.0, 9617.0, 9617.0, 9598.0, 9630.0, 9618.0, 9610.0, 9615.0, 9574.0, 9618.0, 9588.0, 9621.0, 9623.0, 9598.0, 9622.0, 9596.0, 9604.0, 9625.0, 9638.0, 9608.0, 9627.0, 9604.0, 9607.0, 9611.0, 9618.0, 9601.0, 9586.0, 9588.0, 9601.0, 9608.0, 9599.0, 9622.0, 9588.0, 9611.0, 9594.0, 9597.0, 9640.0, 9614.0, 9621.0, 9629.0, 9608.0, 9626.0, 9616.0, 9596.0, 9623.0, 9635.0, 9621.0, 9651.0, 9614.0, 9630.0, 9616.0, 9629.0, 9631.0, 9603.0, 9644.0, 9642.0, 9627.0, 9634.0, 9642.0, 9623.0, 9610.0, 9575.0, 9601.0, 9607.0, 9617.0, 9603.0, 9570.0, 9602.0, 9593.0, 9618.0, 9623.0, 9596.0, 9619.0, 9592.0, 9609.0, 9627.0, 9615.0, 9624.0, 9595.0, 9614.0, 9629.0, 9617.0, 9624.0, 9613.0, 9614.0, 9645.0, 9628.0, 9627.0, 9629.0, 9595.0, 9630.0, 9612.0, 9627.0, 9632.0, 9626.0, 9618.0, 9625.0, 9613.0, 9622.0, 9626.0, 9620.0, 9626.0, 9612.0, 9623.0, 9629.0, 9611.0, 9624.0, 9627.0, 9608.0, 9628.0, 9609.0, 9623.0, 9592.0, 9610.0, 9625.0, 9601.0, 9647.0, 9620.0, 9647.0, 9626.0, 9649.0, 9675.0, 9655.0, 9649.0, 9640.0, 9634.0, 9629.0, 9645.0, 9626.0, 9625.0, 9585.0, 9602.0, 9623.0, 9595.0, 9601.0, 9598.0, 9595.0, 9607.0, 9559.0, 9618.0, 9584.0, 9600.0, 9618.0, 9586.0, 9623.0, 9593.0, 9612.0, 9629.0, 9601.0, 9625.0, 9614.0, 9618.0, 9643.0, 9634.0, 9629.0, 9629.0, 9614.0, 9624.0, 9613.0, 9599.0, 9629.0, 9618.0, 9645.0, 9647.0, 9615.0, 9647.0, 9613.0, 9626.0, 9645.0, 9650.0, 9642.0, 9631.0, 9607.0, 9627.0, 9629.0, 9624.0, 9623.0, 9641.0, 9614.0, 9611.0, 9583.0, 9612.0, 9606.0, 9567.0, 9597.0, 9599.0, 9583.0, 9602.0, 9598.0, 9622.0, 9600.0, 9574.0, 9617.0, 9592.0, 9624.0, 9598.0, 9614.0, 9635.0, 9632.0, 9639.0, 9627.0, 9593.0, 9625.0, 9623.0, 9622.0, 9612.0, 9618.0, 9600.0, 9608.0, 9571.0, 9601.0, 9600.0, 9583.0, 9603.0, 9567.0, 9602.0, 9602.0, 9584.0, 9617.0, 9589.0, 9616.0, 9623.0, 9592.0, 9618.0, 9590.0, 9599.0, 9625.0, 9607.0, 9630.0, 9626.0, 9591.0, 9625.0, 9611.0, 9603.0, 9623.0, 9609.0, 9623.0, 9622.0, 9609.0, 9638.0, 9606.0, 9626.0, 9640.0, 9599.0, 9638.0, 9628.0, 9606.0, 9643.0, 9632.0, 9644.0, 9642.0, 9599.0, 9642.0, 9621.0, 9651.0, 9650.0, 9608.0, 9650.0, 9649.0, 9648.0, 9654.0, 9601.0, 9643.0, 9645.0, 9608.0, 9630.0, 9642.0, 9621.0, 9627.0, 9575.0, 9624.0, 9608.0, 9602.0, 9625.0, 9593.0, 9605.0, 9622.0, 9596.0, 9624.0, 9607.0, 9626.0, 9628.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.002097718894009216</td></tr>
<tr><td colspan=3>aqi</td><td>0.026272460138248847</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.603920594313735</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.218427419492504</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9615632715686264</td></tr>
<tr><td colspan=3>efc</td><td>0.5179</td></tr>
<tr><td colspan=3>fber</td><td>3958.9421</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09120842548183392</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9585253456221199</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5660812646329076</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6036341197427073</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7526467525536056</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.341962921602409</td></tr>
<tr><td colspan=3>gcor</td><td>0.00823318</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005553503055125475</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030494267120957375</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.006397832602227</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>26.8904</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.8751</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>219.7267</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287960.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1080.5</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>403.456</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.476</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>556.3106</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3466.4545</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3623.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88584.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1328.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4588.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>904.2985</td></tr>
<tr><td colspan=3>tsnr</td><td>38.5135629219003</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>