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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0094_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-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-02_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-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-01_task-social_acq-mb8_run-02_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-0094/ses-01/func/sub-0094_ses-01_task-social_acq-mb8_run-02_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>cb1600d2fb06cc1da4b6073097dbea2b</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>11:37:14.645000</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.996546, 0.0786575, 0.026615, -0.0805304, 0.993639, 0.0787178]</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-02_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.107306</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7844, -7279, 760, -19, -635, 256, 14]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.532</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ee78682c-fa33-4021-8aea-75f36e08dbbc||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.67366099357605, -0.21605709195137024, 0.054685577750205994, 119.72828674316406], [-0.21103236079216003, 2.665860652923584, 0.21759097278118134, -89.42184448242188], [0.07140599936246872, -0.21119411289691925, 2.690662145614624, -58.45695114135742], [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': ['113714.645000', '113715.105000', '113715.565000', '113716.025000', '113716.485000', '113716.945000', '113717.405000', '113717.865000', '113718.325000', '113718.785000', '113719.245000', '113719.705000', '113720.165000', '113720.625000', '113721.085000', '113721.545000', '113722.005000', '113722.465000', '113722.925000', '113723.385000', '113723.845000', '113724.305000', '113724.765000', '113725.225000', '113725.685000', '113726.145000', '113726.605000', '113727.065000', '113727.525000', '113727.985000', '113728.445000', '113728.905000', '113729.365000', '113729.825000', '113730.285000', '113730.745000', '113731.205000', '113731.665000', '113732.125000', '113732.585000', '113733.045000', '113733.505000', '113733.965000', '113734.425000', '113734.885000', '113735.345000', '113735.805000', '113736.265000', '113736.725000', '113737.185000', '113737.645000', '113738.105000', '113738.565000', '113739.025000', '113739.485000', '113739.945000', '113740.405000', '113740.865000', '113741.325000', '113741.785000', '113742.245000', '113742.705000', '113743.165000', '113743.625000', '113744.085000', '113744.545000', '113745.005000', '113745.465000', '113745.925000', '113746.385000', '113746.845000', '113747.305000', '113747.765000', '113748.225000', '113748.685000', '113749.145000', '113749.605000', '113750.065000', '113750.525000', '113750.985000', '113751.445000', '113751.905000', '113752.365000', '113752.825000', '113753.285000', '113753.745000', '113754.205000', '113754.665000', '113755.125000', '113755.585000', '113756.045000', '113756.505000', '113756.965000', '113757.425000', '113757.885000', '113758.345000', '113758.805000', '113759.265000', '113759.725000', '113800.185000', '113800.645000', '113801.105000', '113801.565000', '113802.025000', '113802.485000', '113802.945000', '113803.405000', '113803.865000', '113804.325000', '113804.785000', '113805.245000', '113805.705000', '113806.165000', '113806.625000', '113807.085000', '113807.545000', '113808.005000', '113808.465000', '113808.925000', '113809.385000', '113809.845000', '113810.305000', '113810.765000', '113811.225000', '113811.685000', '113812.145000', '113812.605000', '113813.065000', '113813.525000', '113813.985000', '113814.445000', '113814.905000', '113815.365000', '113815.825000', '113816.285000', '113816.745000', '113817.205000', '113817.665000', '113818.125000', '113818.585000', '113819.045000', '113819.505000', '113819.965000', '113820.425000', '113820.885000', '113821.345000', '113821.805000', '113822.265000', '113822.725000', '113823.185000', '113823.645000', '113824.105000', '113824.565000', '113825.025000', '113825.485000', '113825.945000', '113826.405000', '113826.865000', '113827.325000', '113827.785000', '113828.245000', '113828.705000', '113829.165000', '113829.625000', '113830.085000', '113830.545000', '113831.005000', '113831.465000', '113831.925000', '113832.385000', '113832.845000', '113833.305000', '113833.765000', '113834.225000', '113834.685000', '113835.145000', '113835.605000', '113836.065000', '113836.525000', '113836.985000', '113837.445000', '113837.905000', '113838.365000', '113838.825000', '113839.285000', '113839.745000', '113840.205000', '113840.665000', '113841.125000', '113841.585000', '113842.045000', '113842.505000', '113842.965000', '113843.425000', '113843.885000', '113844.345000', '113844.805000', '113845.265000', '113845.725000', '113846.185000', '113846.645000', '113847.105000', '113847.565000', '113848.025000', '113848.485000', '113848.945000', '113849.405000', '113849.865000', '113850.325000', '113850.785000', '113851.245000', '113851.705000', '113852.165000', '113852.625000', '113853.085000', '113853.545000', '113854.005000', '113854.465000', '113854.925000', '113855.385000', '113855.845000', '113856.305000', '113856.765000', '113857.225000', '113857.685000', '113858.145000', '113858.605000', '113859.065000', '113859.525000', '113859.985000', '113900.445000', '113900.905000', '113901.365000', '113901.825000', '113902.285000', '113902.745000', '113903.205000', '113903.665000', '113904.125000', '113904.585000', '113905.045000', '113905.505000', '113905.965000', '113906.425000', '113906.885000', '113907.345000', '113907.805000', '113908.265000', '113908.725000', '113909.185000', '113909.645000', '113910.105000', '113910.565000', '113911.025000', '113911.485000', '113911.945000', '113912.405000', '113912.865000', '113913.325000', '113913.785000', '113914.245000', '113914.705000', '113915.165000', '113915.625000', '113916.085000', '113916.545000', '113917.005000', '113917.465000', '113917.925000', '113918.385000', '113918.845000', '113919.305000', '113919.765000', '113920.225000', '113920.685000', '113921.145000', '113921.605000', '113922.065000', '113922.525000', '113922.985000', '113923.445000', '113923.905000', '113924.365000', '113924.825000', '113925.285000', '113925.745000', '113926.205000', '113926.665000', '113927.125000', '113927.585000', '113928.045000', '113928.505000', '113928.965000', '113929.425000', '113929.885000', '113930.345000', '113930.805000', '113931.265000', '113931.725000', '113932.185000', '113932.645000', '113933.105000', '113933.565000', '113934.025000', '113934.485000', '113934.945000', '113935.405000', '113935.865000', '113936.325000', '113936.785000', '113937.245000', '113937.705000', '113938.165000', '113938.625000', '113939.085000', '113939.545000', '113940.005000', '113940.465000', '113940.925000', '113941.385000', '113941.845000', '113942.305000', '113942.765000', '113943.225000', '113943.685000', '113944.145000', '113944.605000', '113945.065000', '113945.525000', '113945.985000', '113946.445000', '113946.905000', '113947.365000', '113947.825000', '113948.285000', '113948.745000', '113949.205000', '113949.665000', '113950.125000', '113950.585000', '113951.045000', '113951.505000', '113951.965000', '113952.425000', '113952.885000', '113953.345000', '113953.805000', '113954.265000', '113954.725000', '113955.185000', '113955.645000', '113956.105000', '113956.565000', '113957.025000', '113957.485000', '113957.945000', '113958.405000', '113958.865000', '113959.325000', '113959.785000', '114000.245000', '114000.705000', '114001.165000', '114001.625000', '114002.085000', '114002.545000', '114003.005000', '114003.465000', '114003.925000', '114004.385000', '114004.845000', '114005.305000', '114005.765000', '114006.225000', '114006.685000', '114007.145000', '114007.605000', '114008.065000', '114008.525000', '114008.985000', '114009.445000', '114009.905000', '114010.365000', '114010.825000', '114011.285000', '114011.745000', '114012.205000', '114012.665000', '114013.125000', '114013.585000', '114014.045000', '114014.505000', '114014.965000', '114015.425000', '114015.885000', '114016.345000', '114016.805000', '114017.265000', '114017.725000', '114018.185000', '114018.645000', '114019.105000', '114019.565000', '114020.025000', '114020.485000', '114020.945000', '114021.405000', '114021.865000', '114022.325000', '114022.785000', '114023.245000', '114023.705000', '114024.165000', '114024.625000', '114025.085000', '114025.545000', '114026.005000', '114026.465000', '114026.925000', '114027.385000', '114027.845000', '114028.305000', '114028.765000', '114029.225000', '114029.685000', '114030.145000', '114030.605000', '114031.065000', '114031.525000', '114031.985000', '114032.445000', '114032.905000', '114033.365000', '114033.825000', '114034.285000', '114034.745000', '114035.205000', '114035.665000', '114036.125000', '114036.585000', '114037.045000', '114037.505000', '114037.965000', '114038.425000', '114038.885000', '114039.345000', '114039.805000', '114040.265000', '114040.725000', '114041.185000', '114041.645000', '114042.105000', '114042.565000', '114043.025000', '114043.485000', '114043.945000', '114044.405000', '114044.865000', '114045.325000', '114045.785000', '114046.245000', '114046.705000', '114047.165000', '114047.625000', '114048.085000', '114048.545000', '114049.005000', '114049.465000', '114049.925000', '114050.385000', '114050.845000', '114051.305000', '114051.765000', '114052.225000', '114052.685000', '114053.145000', '114053.605000', '114054.065000', '114054.525000', '114054.985000', '114055.445000', '114055.905000', '114056.365000', '114056.825000', '114057.285000', '114057.745000', '114058.205000', '114058.665000', '114059.125000', '114059.585000', '114100.045000', '114100.505000', '114100.965000', '114101.425000', '114101.885000', '114102.345000', '114102.805000', '114103.265000', '114103.725000', '114104.185000', '114104.645000', '114105.105000', '114105.565000', '114106.025000', '114106.485000', '114106.945000', '114107.405000', '114107.865000', '114108.325000', '114108.785000', '114109.245000', '114109.705000', '114110.165000', '114110.625000', '114111.085000', '114111.545000', '114112.005000', '114112.465000', '114112.925000', '114113.385000', '114113.845000', '114114.305000', '114114.765000', '114115.225000', '114115.685000', '114116.145000', '114116.605000', '114117.065000', '114117.525000', '114117.985000', '114118.445000', '114118.905000', '114119.365000', '114119.825000', '114120.285000', '114120.745000', '114121.205000', '114121.665000', '114122.125000', '114122.585000', '114123.045000', '114123.505000', '114123.965000', '114124.425000', '114124.885000', '114125.345000', '114125.805000', '114126.265000', '114126.725000', '114127.185000', '114127.645000', '114128.105000', '114128.565000', '114129.025000', '114129.485000', '114129.945000', '114130.405000', '114130.865000', '114131.325000', '114131.785000', '114132.245000', '114132.705000', '114133.165000', '114133.625000', '114134.085000', '114134.545000', '114135.005000', '114135.465000', '114135.925000', '114136.385000', '114136.845000', '114137.305000', '114137.765000', '114138.225000', '114138.685000', '114139.145000', '114139.605000', '114140.065000', '114140.525000', '114140.985000', '114141.445000', '114141.905000', '114142.365000', '114142.825000', '114143.285000', '114143.745000', '114144.205000', '114144.665000', '114145.125000', '114145.585000', '114146.045000', '114146.505000', '114146.965000', '114147.425000', '114147.885000', '114148.345000', '114148.805000', '114149.265000', '114149.725000', '114150.185000', '114150.645000', '114151.105000', '114151.565000', '114152.025000', '114152.485000', '114152.945000', '114153.405000', '114153.865000', '114154.325000', '114154.785000', '114155.245000', '114155.705000', '114156.165000', '114156.625000', '114157.085000', '114157.545000', '114158.005000', '114158.465000', '114158.925000', '114159.385000', '114159.845000', '114200.305000', '114200.765000', '114201.225000', '114201.685000', '114202.145000', '114202.605000', '114203.065000', '114203.525000', '114203.985000', '114204.445000', '114204.905000', '114205.365000', '114205.825000', '114206.285000', '114206.745000', '114207.205000', '114207.665000', '114208.125000', '114208.585000', '114209.045000', '114209.505000', '114209.965000', '114210.425000', '114210.885000', '114211.345000', '114211.805000', '114212.265000', '114212.725000', '114213.185000', '114213.645000', '114214.105000', '114214.565000', '114215.025000', '114215.485000', '114215.945000', '114216.405000', '114216.865000', '114217.325000', '114217.785000', '114218.245000', '114218.705000', '114219.165000', '114219.625000', '114220.085000', '114220.545000', '114221.005000', '114221.465000', '114221.925000', '114222.385000', '114222.845000', '114223.305000', '114223.765000', '114224.225000', '114224.685000', '114225.145000', '114225.605000', '114226.065000', '114226.525000', '114226.985000', '114227.445000', '114227.905000', '114228.365000', '114228.825000', '114229.285000', '114229.745000', '114230.205000', '114230.665000', '114231.125000', '114231.585000', '114232.045000', '114232.505000', '114232.965000', '114233.425000', '114233.885000', '114234.345000', '114234.805000', '114235.265000', '114235.725000', '114236.185000', '114236.645000', '114237.105000', '114237.565000', '114238.025000', '114238.485000', '114238.945000', '114239.405000', '114239.865000', '114240.325000', '114240.785000', '114241.245000', '114241.705000', '114242.165000', '114242.625000', '114243.085000', '114243.545000', '114244.005000', '114244.465000', '114244.925000', '114245.385000', '114245.845000', '114246.305000', '114246.765000', '114247.225000', '114247.685000', '114248.145000', '114248.605000', '114249.065000', '114249.525000', '114249.985000', '114250.445000', '114250.905000', '114251.365000', '114251.825000', '114252.285000', '114252.745000', '114253.205000', '114253.665000', '114254.125000', '114254.585000', '114255.045000', '114255.505000', '114255.965000', '114256.425000', '114256.885000', '114257.345000', '114257.805000', '114258.265000', '114258.725000', '114259.185000', '114259.645000', '114300.105000', '114300.565000', '114301.025000', '114301.485000', '114301.945000', '114302.405000', '114302.865000', '114303.325000', '114303.785000', '114304.245000', '114304.705000', '114305.165000', '114305.625000', '114306.085000', '114306.545000', '114307.005000', '114307.465000', '114307.925000', '114308.385000', '114308.845000', '114309.305000', '114309.765000', '114310.225000', '114310.685000', '114311.145000', '114311.605000', '114312.065000', '114312.525000', '114312.985000', '114313.445000', '114313.905000', '114314.365000', '114314.825000', '114315.285000', '114315.745000', '114316.205000', '114316.665000', '114317.125000', '114317.585000', '114318.045000', '114318.505000', '114318.965000', '114319.425000', '114319.885000', '114320.345000', '114320.805000', '114321.265000', '114321.725000', '114322.185000', '114322.645000', '114323.105000', '114323.565000', '114324.025000', '114324.485000', '114324.945000', '114325.405000', '114325.865000', '114326.325000', '114326.785000', '114327.245000', '114327.705000', '114328.165000', '114328.625000', '114329.085000', '114329.545000', '114330.005000', '114330.465000', '114330.925000', '114331.385000', '114331.845000', '114332.305000', '114332.765000', '114333.225000', '114333.685000', '114334.145000', '114334.605000', '114335.065000', '114335.525000', '114335.985000', '114336.445000', '114336.905000', '114337.365000', '114337.825000', '114338.285000', '114338.745000', '114339.205000', '114339.665000', '114340.125000', '114340.585000', '114341.045000', '114341.505000', '114341.965000', '114342.425000', '114342.885000', '114343.345000', '114343.805000', '114344.265000', '114344.725000', '114345.185000', '114345.645000', '114346.105000', '114346.565000', '114347.025000', '114347.485000', '114347.945000', '114348.405000', '114348.865000', '114349.325000', '114349.785000', '114350.245000', '114350.705000', '114351.165000', '114351.625000', '114352.085000', '114352.545000', '114353.005000', '114353.465000', '114353.925000', '114354.385000', '114354.845000', '114355.305000'], 'ContentTime': ['113738.572000', '113738.576000', '113738.578000', '113738.581000', '113738.593000', '113738.596000', '113738.598000', '113738.601000', '113738.603000', '113738.606000', '113738.609000', '113738.611000', '113738.614000', '113738.616000', '113738.619000', '113738.622000', '113738.624000', '113738.627000', '113738.629000', '113738.632000', '113738.634000', '113738.637000', '113738.640000', '113738.642000', '113738.645000', '113738.647000', '113738.650000', '113738.653000', '113738.665000', '113738.668000', '113738.670000', '113738.673000', '113738.675000', '113738.678000', '113738.681000', '113738.683000', '113738.686000', '113738.688000', '113738.691000', '113738.693000', '113738.696000', '113738.699000', '113738.701000', '113738.704000', '113738.706000', '113738.709000', '113738.712000', '113738.714000', '113738.717000', '113738.719000', '113758.521000', '113758.523000', '113758.526000', '113758.528000', '113758.531000', '113758.533000', '113758.536000', '113758.539000', '113758.541000', '113758.544000', '113758.546000', '113758.549000', '113758.552000', '113758.554000', '113758.557000', '113758.560000', '113758.562000', '113758.565000', '113758.567000', '113758.570000', '113758.573000', '113758.575000', '113758.578000', '113758.580000', '113758.583000', '113758.585000', '113758.588000', '113758.596000', '113758.599000', '113758.601000', '113758.604000', '113758.606000', '113758.609000', '113758.612000', '113758.615000', '113758.618000', '113758.620000', '113758.623000', '113758.625000', '113758.628000', '113758.631000', '113758.633000', '113758.636000', '113818.521000', '113818.523000', '113818.526000', '113818.529000', '113818.531000', '113818.534000', '113818.536000', '113818.539000', '113818.541000', '113818.544000', '113818.547000', '113818.549000', '113818.552000', '113818.554000', '113818.557000', '113818.559000', '113818.562000', '113818.564000', '113818.567000', '113818.570000', '113818.572000', '113818.575000', '113818.577000', '113818.580000', '113818.583000', '113818.585000', '113818.588000', '113818.590000', '113818.593000', '113818.595000', '113818.598000', '113818.601000', '113818.603000', '113818.606000', '113818.609000', '113818.611000', '113818.614000', '113818.616000', '113818.619000', '113818.621000', '113818.624000', '113818.627000', '113818.629000', '113818.632000', '113838.519000', '113838.528000', '113838.530000', '113838.533000', '113838.536000', '113838.546000', '113838.549000', '113838.551000', '113838.554000', '113838.556000', '113838.559000', '113838.561000', '113838.564000', '113838.567000', '113838.569000', '113838.572000', '113838.574000', '113838.577000', '113838.593000', '113838.595000', '113838.598000', '113838.600000', '113838.603000', '113838.606000', '113838.608000', '113838.611000', '113838.613000', '113838.616000', '113838.619000', '113838.621000', '113838.624000', '113838.626000', '113838.629000', '113838.631000', '113838.634000', '113838.637000', '113838.639000', '113838.642000', '113838.644000', '113838.647000', '113838.649000', '113838.652000', '113838.655000', '113858.521000', '113858.523000', '113858.526000', '113858.529000', '113858.531000', '113858.534000', '113858.536000', '113858.539000', '113858.542000', '113858.544000', '113858.547000', '113858.549000', '113858.552000', '113858.555000', '113858.557000', '113858.560000', '113858.562000', '113858.565000', '113858.568000', '113858.570000', '113858.573000', '113858.575000', '113858.578000', '113858.581000', '113858.583000', '113858.586000', '113858.588000', '113858.606000', '113858.609000', '113858.611000', '113858.614000', '113858.617000', '113858.619000', '113858.622000', '113858.624000', '113858.627000', '113858.629000', '113858.632000', '113858.635000', '113858.637000', '113858.640000', '113858.651000', '113858.653000', '113858.656000', '113918.521000', '113918.523000', '113918.526000', '113918.529000', '113918.531000', '113918.534000', '113918.537000', '113918.539000', '113918.542000', '113918.553000', '113918.555000', '113918.558000', '113918.561000', '113918.563000', '113918.566000', '113918.568000', '113918.571000', '113918.573000', '113918.576000', '113918.579000', '113918.581000', '113918.584000', '113918.586000', '113918.589000', '113918.592000', '113918.594000', '113918.597000', '113918.599000', '113918.602000', '113918.606000', '113918.608000', '113918.611000', '113918.614000', '113918.616000', '113918.619000', '113918.621000', '113918.624000', '113918.627000', '113918.629000', '113918.632000', '113918.634000', '113918.637000', '113918.640000', '113938.520000', '113938.523000', '113938.526000', '113938.528000', '113938.531000', '113938.534000', '113938.536000', '113938.539000', '113938.541000', '113938.544000', '113938.547000', '113938.549000', '113938.558000', '113938.561000', '113938.563000', '113938.566000', '113938.568000', '113938.571000', '113938.573000', '113938.576000', '113938.579000', '113938.581000', '113938.584000', '113938.586000', '113938.589000', '113938.591000', '113938.594000', '113938.597000', '113938.599000', '113938.602000', '113938.605000', '113938.607000', '113938.610000', '113938.612000', '113938.615000', '113938.618000', '113938.620000', '113938.623000', '113938.625000', '113938.628000', '113938.631000', '113938.633000', '113938.636000', '113938.638000', '113958.521000', '113958.523000', '113958.526000', '113958.529000', '113958.531000', '113958.534000', '113958.536000', '113958.539000', '113958.541000', '113958.544000', '113958.547000', '113958.549000', '113958.552000', '113958.554000', '113958.557000', '113958.560000', '113958.562000', '113958.565000', '113958.576000', '113958.579000', '113958.581000', '113958.584000', '113958.587000', '113958.589000', '113958.592000', '113958.595000', '113958.597000', '113958.600000', '113958.602000', '113958.605000', '113958.608000', '113958.610000', '113958.613000', '113958.615000', '113958.618000', '113958.621000', '113958.623000', '113958.626000', '113958.629000', '113958.633000', '113958.635000', '113958.638000', '113958.641000', '114018.520000', '114018.523000', '114018.526000', '114018.529000', '114018.531000', '114018.534000', '114018.537000', '114018.539000', '114018.542000', '114018.545000', '114018.547000', '114018.550000', '114018.553000', '114018.555000', '114018.558000', '114018.561000', '114018.563000', '114018.566000', '114018.569000', '114018.572000', '114018.575000', '114018.577000', '114018.580000', '114018.582000', '114018.585000', '114018.599000', '114018.601000', '114018.604000', '114018.607000', '114018.609000', '114018.612000', '114018.614000', '114018.617000', '114018.620000', '114018.622000', '114018.625000', '114018.627000', '114018.630000', '114018.632000', '114018.635000', '114018.638000', '114018.640000', '114018.643000', '114018.645000', '114038.521000', '114038.523000', '114038.526000', '114038.529000', '114038.531000', '114038.534000', '114038.536000', '114038.539000', '114038.542000', '114038.544000', '114038.547000', '114038.549000', '114038.552000', '114038.555000', '114038.557000', '114038.560000', '114038.563000', '114038.565000', '114038.568000', '114038.570000', '114038.573000', '114038.576000', '114038.578000', '114038.581000', '114038.583000', '114038.586000', '114038.588000', '114038.591000', '114038.594000', '114038.596000', '114038.599000', '114038.602000', '114038.604000', '114038.607000', '114038.609000', '114038.612000', '114038.615000', '114038.617000', '114038.620000', '114038.622000', '114038.625000', '114038.628000', '114038.630000', '114058.519000', '114058.522000', '114058.525000', '114058.528000', '114058.530000', '114058.533000', '114058.536000', '114058.539000', '114058.542000', '114058.545000', '114058.548000', '114058.550000', '114058.553000', '114058.556000', '114058.558000', '114058.561000', '114058.564000', '114058.567000', '114058.570000', '114058.572000', '114058.575000', '114058.578000', '114058.580000', '114058.583000', '114058.586000', '114058.588000', '114058.591000', '114058.593000', '114058.596000', '114058.599000', '114058.601000', '114058.604000', '114058.606000', '114058.609000', '114058.612000', '114058.614000', '114058.617000', '114058.619000', '114058.622000', '114058.625000', '114058.627000', '114058.630000', '114058.633000', '114118.520000', '114118.523000', '114118.526000', '114118.529000', '114118.531000', '114118.534000', '114118.536000', '114118.539000', '114118.541000', '114118.544000', '114118.547000', '114118.549000', '114118.552000', '114118.554000', '114118.557000', '114118.560000', '114118.562000', '114118.565000', '114118.567000', '114118.570000', '114118.573000', '114118.575000', '114118.578000', '114118.580000', '114118.583000', '114118.586000', '114118.588000', '114118.591000', '114118.594000', '114118.596000', '114118.599000', '114118.601000', '114118.604000', '114118.607000', '114118.609000', '114118.612000', '114118.614000', '114118.617000', '114118.619000', '114118.622000', '114118.625000', '114118.627000', '114118.630000', '114118.632000', '114138.521000', '114138.523000', '114138.526000', '114138.529000', '114138.531000', '114138.534000', '114138.544000', '114138.547000', '114138.550000', '114138.552000', '114138.555000', '114138.558000', '114138.560000', '114138.563000', '114138.566000', '114138.568000', '114138.571000', '114138.573000', '114138.576000', '114138.579000', '114138.581000', '114138.584000', '114138.586000', '114138.589000', '114138.603000', '114138.605000', '114138.608000', '114138.610000', '114138.613000', '114138.616000', '114138.618000', '114138.621000', '114138.624000', '114138.626000', '114138.629000', '114138.632000', '114138.634000', '114138.637000', '114138.640000', '114138.642000', '114138.645000', '114138.647000', '114138.650000', '114138.653000', '114158.521000', '114158.523000', '114158.526000', '114158.529000', '114158.531000', '114158.534000', '114158.537000', '114158.539000', '114158.542000', '114158.544000', '114158.547000', '114158.550000', '114158.558000', '114158.560000', '114158.563000', '114158.565000', '114158.568000', '114158.571000', '114158.573000', '114158.576000', '114158.579000', '114158.581000', '114158.584000', '114158.586000', '114158.589000', '114158.592000', '114158.594000', '114158.597000', '114158.599000', '114158.602000', '114158.605000', '114158.607000', '114158.610000', '114158.612000', '114158.615000', '114158.618000', '114158.620000', '114158.623000', '114158.626000', '114158.628000', '114158.631000', '114158.633000', '114158.636000', '114218.520000', '114218.523000', '114218.526000', '114218.528000', '114218.531000', '114218.533000', '114218.536000', '114218.539000', '114218.541000', '114218.544000', '114218.547000', '114218.549000', '114218.552000', '114218.554000', '114218.557000', '114218.560000', '114218.562000', '114218.565000', '114218.567000', '114218.570000', '114218.572000', '114218.575000', '114218.578000', '114218.580000', '114218.583000', '114218.585000', '114218.588000', '114218.591000', '114218.593000', '114218.596000', '114218.598000', '114218.601000', '114218.604000', '114218.606000', '114218.609000', '114218.611000', '114218.614000', '114218.617000', '114218.619000', '114218.622000', '114218.625000', '114218.627000', '114218.630000', '114218.632000', '114238.520000', '114238.523000', '114238.526000', '114238.528000', '114238.531000', '114238.533000', '114238.536000', '114238.547000', '114238.557000', '114238.560000', '114238.562000', '114238.565000', '114238.567000', '114238.570000', '114238.573000', '114238.575000', '114238.578000', '114238.580000', '114238.583000', '114238.586000', '114238.589000', '114238.591000', '114238.594000', '114238.596000', '114238.599000', '114238.602000', '114238.604000', '114238.607000', '114238.610000', '114238.612000', '114238.615000', '114238.617000', '114238.620000', '114238.623000', '114238.625000', '114238.628000', '114238.631000', '114238.633000', '114238.636000', '114238.638000', '114238.641000', '114238.643000', '114238.646000', '114258.521000', '114258.523000', '114258.526000', '114258.529000', '114258.532000', '114258.534000', '114258.537000', '114258.540000', '114258.543000', '114258.545000', '114258.548000', '114258.551000', '114258.553000', '114258.556000', '114258.558000', '114258.561000', '114258.564000', '114258.566000', '114258.569000', '114258.571000', '114258.574000', '114258.577000', '114258.579000', '114258.582000', '114258.585000', '114258.587000', '114258.590000', '114258.592000', '114258.595000', '114258.598000', '114258.600000', '114258.603000', '114258.606000', '114258.608000', '114258.611000', '114258.614000', '114258.616000', '114258.619000', '114258.622000', '114258.624000', '114258.627000', '114258.629000', '114258.632000', '114258.635000', '114318.520000', '114318.523000', '114318.525000', '114318.528000', '114318.530000', '114318.533000', '114318.536000', '114318.538000', '114318.541000', '114318.551000', '114318.554000', '114318.556000', '114318.559000', '114318.561000', '114318.564000', '114318.567000', '114318.569000', '114318.572000', '114318.574000', '114318.577000', '114318.580000', '114318.582000', '114318.585000', '114318.587000', '114318.590000', '114318.593000', '114318.595000', '114318.598000', '114318.601000', '114318.603000', '114318.606000', '114318.608000', '114318.611000', '114318.614000', '114318.618000', '114318.620000', '114318.623000', '114318.626000', '114318.628000', '114318.631000', '114318.633000', '114318.636000', '114318.639000', '114338.520000', '114338.525000', '114338.528000', '114338.530000', '114338.533000', '114338.536000', '114338.538000', '114338.541000', '114338.544000', '114338.546000', '114338.549000', '114338.551000', '114338.554000', '114338.557000', '114338.560000', '114338.562000', '114338.565000', '114338.567000', '114338.570000', '114338.573000', '114338.575000', '114338.578000', '114338.580000', '114338.583000', '114338.585000', '114338.588000', '114338.591000', '114338.593000', '114338.596000', '114338.604000', '114338.606000', '114338.609000', '114338.611000', '114338.614000', '114338.617000', '114338.620000', '114338.622000', '114338.625000', '114338.627000', '114338.630000', '114338.632000', '114338.635000', '114338.638000', '114356.432000', '114356.435000', '114356.438000', '114356.440000', '114356.443000', '114356.446000', '114356.450000', '114356.453000', '114356.456000', '114356.458000', '114356.461000', '114356.464000', '114356.467000', '114356.470000', '114356.473000', '114356.476000', '114356.478000', '114356.481000', '114356.484000', '114356.487000', '114356.489000', '114356.492000', '114356.495000', '114356.498000', '114356.500000', '114356.503000', '114356.506000', '114356.508000', '114356.511000', '114356.513000', '114356.516000', '114356.519000', '114356.521000', '114356.524000', '114356.527000', '114356.530000', '114356.532000', '114356.535000', '114356.538000', '114356.543000'], 'InstanceCreationTime': ['113738.572000', '113738.576000', '113738.578000', '113738.581000', '113738.593000', '113738.596000', '113738.598000', '113738.601000', '113738.603000', '113738.606000', '113738.609000', '113738.611000', '113738.614000', '113738.616000', '113738.619000', '113738.622000', '113738.624000', '113738.627000', '113738.629000', '113738.632000', '113738.634000', '113738.637000', '113738.640000', '113738.642000', '113738.645000', '113738.647000', '113738.650000', '113738.653000', '113738.665000', '113738.668000', '113738.670000', '113738.673000', '113738.675000', '113738.678000', '113738.681000', '113738.683000', '113738.686000', '113738.688000', '113738.691000', '113738.693000', '113738.696000', '113738.699000', '113738.701000', '113738.704000', '113738.706000', '113738.709000', '113738.712000', '113738.714000', '113738.717000', '113738.719000', '113758.521000', '113758.523000', '113758.526000', '113758.528000', '113758.531000', '113758.533000', '113758.536000', '113758.539000', '113758.541000', '113758.544000', '113758.546000', '113758.549000', '113758.552000', '113758.554000', '113758.557000', '113758.560000', '113758.562000', '113758.565000', '113758.567000', '113758.570000', '113758.573000', '113758.575000', '113758.578000', '113758.580000', '113758.583000', '113758.585000', '113758.588000', '113758.596000', '113758.599000', '113758.601000', '113758.604000', '113758.606000', '113758.609000', '113758.612000', '113758.615000', '113758.618000', '113758.620000', '113758.623000', '113758.625000', '113758.628000', '113758.631000', '113758.633000', '113758.636000', '113818.521000', '113818.523000', '113818.526000', '113818.529000', '113818.531000', '113818.534000', '113818.536000', '113818.539000', '113818.541000', '113818.544000', '113818.547000', '113818.549000', '113818.552000', '113818.554000', '113818.557000', '113818.559000', '113818.562000', '113818.564000', '113818.567000', '113818.570000', '113818.572000', '113818.575000', '113818.577000', '113818.580000', '113818.583000', '113818.585000', '113818.588000', '113818.590000', '113818.593000', '113818.595000', '113818.598000', '113818.601000', '113818.603000', '113818.606000', '113818.609000', '113818.611000', '113818.614000', '113818.616000', '113818.619000', '113818.621000', '113818.624000', '113818.627000', '113818.629000', '113818.632000', '113838.519000', '113838.528000', '113838.530000', '113838.533000', '113838.536000', '113838.546000', '113838.549000', '113838.551000', '113838.554000', '113838.556000', '113838.559000', '113838.561000', '113838.564000', '113838.567000', '113838.569000', '113838.572000', '113838.574000', '113838.577000', '113838.593000', '113838.595000', '113838.598000', '113838.600000', '113838.603000', '113838.606000', '113838.608000', '113838.611000', '113838.613000', '113838.616000', '113838.619000', '113838.621000', '113838.624000', '113838.626000', '113838.629000', '113838.631000', '113838.634000', '113838.637000', '113838.639000', '113838.642000', '113838.644000', '113838.647000', '113838.649000', '113838.652000', '113838.655000', '113858.521000', '113858.523000', '113858.526000', '113858.529000', '113858.531000', '113858.534000', '113858.536000', '113858.539000', '113858.542000', '113858.544000', '113858.547000', '113858.549000', '113858.552000', '113858.555000', '113858.557000', '113858.560000', '113858.562000', '113858.565000', '113858.568000', '113858.570000', '113858.573000', '113858.575000', '113858.578000', '113858.581000', '113858.583000', '113858.586000', '113858.588000', '113858.606000', '113858.609000', '113858.611000', '113858.614000', '113858.617000', '113858.619000', '113858.622000', '113858.624000', '113858.627000', '113858.629000', '113858.632000', '113858.635000', '113858.637000', '113858.640000', '113858.651000', '113858.653000', '113858.656000', '113918.521000', '113918.523000', '113918.526000', '113918.529000', '113918.531000', '113918.534000', '113918.537000', '113918.539000', '113918.542000', '113918.553000', '113918.555000', '113918.558000', '113918.561000', '113918.563000', '113918.566000', '113918.568000', '113918.571000', '113918.573000', '113918.576000', '113918.579000', '113918.581000', '113918.584000', '113918.586000', '113918.589000', '113918.592000', '113918.594000', '113918.597000', '113918.599000', '113918.602000', '113918.606000', '113918.608000', '113918.611000', '113918.614000', '113918.616000', '113918.619000', '113918.621000', '113918.624000', '113918.627000', '113918.629000', '113918.632000', '113918.634000', '113918.637000', '113918.640000', '113938.520000', '113938.523000', '113938.526000', '113938.528000', '113938.531000', '113938.534000', '113938.536000', '113938.539000', '113938.541000', '113938.544000', '113938.547000', '113938.549000', '113938.558000', '113938.561000', '113938.563000', '113938.566000', '113938.568000', '113938.571000', '113938.573000', '113938.576000', '113938.579000', '113938.581000', '113938.584000', '113938.586000', '113938.589000', '113938.591000', '113938.594000', '113938.597000', '113938.599000', '113938.602000', '113938.605000', '113938.607000', '113938.610000', '113938.612000', '113938.615000', '113938.618000', '113938.620000', '113938.623000', '113938.625000', '113938.628000', '113938.631000', '113938.633000', '113938.636000', '113938.638000', '113958.521000', '113958.523000', '113958.526000', '113958.529000', '113958.531000', '113958.534000', '113958.536000', '113958.539000', '113958.541000', '113958.544000', '113958.547000', '113958.549000', '113958.552000', '113958.554000', '113958.557000', '113958.560000', '113958.562000', '113958.565000', '113958.576000', '113958.579000', '113958.581000', '113958.584000', '113958.587000', '113958.589000', '113958.592000', '113958.595000', '113958.597000', '113958.600000', '113958.602000', '113958.605000', '113958.608000', '113958.610000', '113958.613000', '113958.615000', '113958.618000', '113958.621000', '113958.623000', '113958.626000', '113958.629000', '113958.633000', '113958.635000', '113958.638000', '113958.641000', '114018.520000', '114018.523000', '114018.526000', '114018.529000', '114018.531000', '114018.534000', '114018.537000', '114018.539000', '114018.542000', '114018.545000', '114018.547000', '114018.550000', '114018.553000', '114018.555000', '114018.558000', '114018.561000', '114018.563000', '114018.566000', '114018.569000', '114018.572000', '114018.575000', '114018.577000', '114018.580000', '114018.582000', '114018.585000', '114018.599000', '114018.601000', '114018.604000', '114018.607000', '114018.609000', '114018.612000', '114018.614000', '114018.617000', '114018.620000', '114018.622000', '114018.625000', '114018.627000', '114018.630000', '114018.632000', '114018.635000', '114018.638000', '114018.640000', '114018.643000', '114018.645000', '114038.521000', '114038.523000', '114038.526000', '114038.529000', '114038.531000', '114038.534000', '114038.536000', '114038.539000', '114038.542000', '114038.544000', '114038.547000', '114038.549000', '114038.552000', '114038.555000', '114038.557000', '114038.560000', '114038.563000', '114038.565000', '114038.568000', '114038.570000', '114038.573000', '114038.576000', '114038.578000', '114038.581000', '114038.583000', '114038.586000', '114038.588000', '114038.591000', '114038.594000', '114038.596000', '114038.599000', '114038.602000', '114038.604000', '114038.607000', '114038.609000', '114038.612000', '114038.615000', '114038.617000', '114038.620000', '114038.622000', '114038.625000', '114038.628000', '114038.630000', '114058.519000', '114058.522000', '114058.525000', '114058.528000', '114058.530000', '114058.533000', '114058.536000', '114058.539000', '114058.542000', '114058.545000', '114058.548000', '114058.550000', '114058.553000', '114058.556000', '114058.558000', '114058.561000', '114058.564000', '114058.567000', '114058.570000', '114058.572000', '114058.575000', '114058.578000', '114058.580000', '114058.583000', '114058.586000', '114058.588000', '114058.591000', '114058.593000', '114058.596000', '114058.599000', '114058.601000', '114058.604000', '114058.606000', '114058.609000', '114058.612000', '114058.614000', '114058.617000', '114058.619000', '114058.622000', '114058.625000', '114058.627000', '114058.630000', '114058.633000', '114118.520000', '114118.523000', '114118.526000', '114118.529000', '114118.531000', '114118.534000', '114118.536000', '114118.539000', '114118.541000', '114118.544000', '114118.547000', '114118.549000', '114118.552000', '114118.554000', '114118.557000', '114118.560000', '114118.562000', '114118.565000', '114118.567000', '114118.570000', '114118.573000', '114118.575000', '114118.578000', '114118.580000', '114118.583000', '114118.586000', '114118.588000', '114118.591000', '114118.594000', '114118.596000', '114118.599000', '114118.601000', '114118.604000', '114118.607000', '114118.609000', '114118.612000', '114118.614000', '114118.617000', '114118.619000', '114118.622000', '114118.625000', '114118.627000', '114118.630000', '114118.632000', '114138.521000', '114138.523000', '114138.526000', '114138.529000', '114138.531000', '114138.534000', '114138.544000', '114138.547000', '114138.550000', '114138.552000', '114138.555000', '114138.558000', '114138.560000', '114138.563000', '114138.566000', '114138.568000', '114138.571000', '114138.573000', '114138.576000', '114138.579000', '114138.581000', '114138.584000', '114138.586000', '114138.589000', '114138.603000', '114138.605000', '114138.608000', '114138.610000', '114138.613000', '114138.616000', '114138.618000', '114138.621000', '114138.624000', '114138.626000', '114138.629000', '114138.632000', '114138.634000', '114138.637000', '114138.640000', '114138.642000', '114138.645000', '114138.647000', '114138.650000', '114138.653000', '114158.521000', '114158.523000', '114158.526000', '114158.529000', '114158.531000', '114158.534000', '114158.537000', '114158.539000', '114158.542000', '114158.544000', '114158.547000', '114158.550000', '114158.558000', '114158.560000', '114158.563000', '114158.565000', '114158.568000', '114158.571000', '114158.573000', '114158.576000', '114158.579000', '114158.581000', '114158.584000', '114158.586000', '114158.589000', '114158.592000', '114158.594000', '114158.597000', '114158.599000', '114158.602000', '114158.605000', '114158.607000', '114158.610000', '114158.612000', '114158.615000', '114158.618000', '114158.620000', '114158.623000', '114158.626000', '114158.628000', '114158.631000', '114158.633000', '114158.636000', '114218.520000', '114218.523000', '114218.526000', '114218.528000', '114218.531000', '114218.533000', '114218.536000', '114218.539000', '114218.541000', '114218.544000', '114218.547000', '114218.549000', '114218.552000', '114218.554000', '114218.557000', '114218.560000', '114218.562000', '114218.565000', '114218.567000', '114218.570000', '114218.572000', '114218.575000', '114218.578000', '114218.580000', '114218.583000', '114218.585000', '114218.588000', '114218.591000', '114218.593000', '114218.596000', '114218.598000', '114218.601000', '114218.604000', '114218.606000', '114218.609000', '114218.611000', '114218.614000', '114218.617000', '114218.619000', '114218.622000', '114218.625000', '114218.627000', '114218.630000', '114218.632000', '114238.520000', '114238.523000', '114238.526000', '114238.528000', '114238.531000', '114238.533000', '114238.536000', '114238.547000', '114238.557000', '114238.560000', '114238.562000', '114238.565000', '114238.567000', '114238.570000', '114238.573000', '114238.575000', '114238.578000', '114238.580000', '114238.583000', '114238.586000', '114238.589000', '114238.591000', '114238.594000', '114238.596000', '114238.599000', '114238.602000', '114238.604000', '114238.607000', '114238.610000', '114238.612000', '114238.615000', '114238.617000', '114238.620000', '114238.623000', '114238.625000', '114238.628000', '114238.631000', '114238.633000', '114238.636000', '114238.638000', '114238.641000', '114238.643000', '114238.646000', '114258.521000', '114258.523000', '114258.526000', '114258.529000', '114258.532000', '114258.534000', '114258.537000', '114258.540000', '114258.543000', '114258.545000', '114258.548000', '114258.551000', '114258.553000', '114258.556000', '114258.558000', '114258.561000', '114258.564000', '114258.566000', '114258.569000', '114258.571000', '114258.574000', '114258.577000', '114258.579000', '114258.582000', '114258.585000', '114258.587000', '114258.590000', '114258.592000', '114258.595000', '114258.598000', '114258.600000', '114258.603000', '114258.606000', '114258.608000', '114258.611000', '114258.614000', '114258.616000', '114258.619000', '114258.622000', '114258.624000', '114258.627000', '114258.629000', '114258.632000', '114258.635000', '114318.520000', '114318.523000', '114318.525000', '114318.528000', '114318.530000', '114318.533000', '114318.536000', '114318.538000', '114318.541000', '114318.551000', '114318.554000', '114318.556000', '114318.559000', '114318.561000', '114318.564000', '114318.567000', '114318.569000', '114318.572000', '114318.574000', '114318.577000', '114318.580000', '114318.582000', '114318.585000', '114318.587000', '114318.590000', '114318.593000', '114318.595000', '114318.598000', '114318.601000', '114318.603000', '114318.606000', '114318.608000', '114318.611000', '114318.614000', '114318.618000', '114318.620000', '114318.623000', '114318.626000', '114318.628000', '114318.631000', '114318.633000', '114318.636000', '114318.639000', '114338.520000', '114338.525000', '114338.528000', '114338.530000', '114338.533000', '114338.536000', '114338.538000', '114338.541000', '114338.544000', '114338.546000', '114338.549000', '114338.551000', '114338.554000', '114338.557000', '114338.560000', '114338.562000', '114338.565000', '114338.567000', '114338.570000', '114338.573000', '114338.575000', '114338.578000', '114338.580000', '114338.583000', '114338.585000', '114338.588000', '114338.591000', '114338.593000', '114338.596000', '114338.604000', '114338.606000', '114338.609000', '114338.611000', '114338.614000', '114338.617000', '114338.620000', '114338.622000', '114338.625000', '114338.627000', '114338.630000', '114338.632000', '114338.635000', '114338.638000', '114356.432000', '114356.435000', '114356.438000', '114356.440000', '114356.443000', '114356.446000', '114356.450000', '114356.453000', '114356.456000', '114356.458000', '114356.461000', '114356.464000', '114356.467000', '114356.470000', '114356.473000', '114356.476000', '114356.478000', '114356.481000', '114356.484000', '114356.487000', '114356.489000', '114356.492000', '114356.495000', '114356.498000', '114356.500000', '114356.503000', '114356.506000', '114356.508000', '114356.511000', '114356.513000', '114356.516000', '114356.519000', '114356.521000', '114356.524000', '114356.527000', '114356.530000', '114356.532000', '114356.535000', '114356.538000', '114356.543000'], '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': [7290, 7108, 6897, 6913, 7043, 6858, 6877, 6727, 6776, 6911, 6861, 6772, 6773, 6972, 6961, 6533, 6472, 6857, 6990, 7155, 6709, 6853, 6940, 6997, 6916, 6670, 7014, 7002, 7047, 6970, 7071, 7022, 6941, 6948, 6814, 6894, 6898, 6902, 6829, 6770, 6743, 6726, 7065, 6921, 7041, 6822, 7056, 6859, 6738, 6765, 6745, 6995, 6945, 6650, 6879, 6832, 6984, 6802, 6888, 6957, 7235, 7113, 7128, 6951, 6938, 7021, 7185, 6897, 7521, 7022, 7173, 7220, 6975, 7132, 7414, 6656, 7062, 7313, 7267, 7109, 6838, 7154, 6833, 7205, 6949, 7058, 6951, 7022, 6665, 6838, 6546, 6875, 6734, 7010, 6785, 6878, 6856, 7316, 6738, 6912, 6829, 6708, 7009, 6826, 6912, 6771, 6929, 6722, 6864, 6999, 7036, 6977, 6645, 6724, 7116, 7166, 6749, 6853, 6960, 6922, 6903, 6650, 6937, 6958, 6747, 6939, 6767, 6939, 6940, 6749, 6644, 7356, 7021, 7007, 6778, 7182, 6726, 7001, 7017, 7352, 7047, 7220, 6788, 7078, 6876, 7381, 6830, 7089, 6795, 7101, 6584, 7179, 6662, 6888, 6850, 7024, 6780, 7032, 6927, 6900, 6916, 6999, 7061, 7030, 6919, 7067, 7093, 7337, 7105, 6817, 7121, 7035, 7460, 6965, 7441, 7053, 7693, 6967, 7155, 6959, 7281, 6894, 7603, 6880, 7024, 6942, 6769, 6768, 6791, 6639, 6778, 6805, 6884, 6575, 6714, 6908, 6876, 6899, 7135, 6938, 7019, 6953, 6949, 6860, 6751, 6693, 6796, 6683, 7003, 6970, 7036, 6917, 6780, 6775, 6798, 6912, 6830, 6995, 6704, 7103, 6778, 7157, 6879, 6820, 6787, 7348, 7092, 6973, 6961, 7054, 7031, 6882, 6857, 6874, 7133, 6809, 6966, 6722, 6867, 6874, 6840, 7099, 6809, 6909, 7018, 6947, 6888, 6912, 6866, 6856, 6685, 7076, 6932, 6972, 6980, 6822, 6758, 6849, 6851, 7040, 6716, 6999, 6883, 6831, 6625, 7043, 6725, 6863, 6960, 6769, 6716, 6899, 6966, 7198, 6773, 7121, 7008, 6886, 7112, 7107, 6846, 7016, 6697, 6686, 6950, 6604, 6759, 6728, 6959, 6775, 6886, 6862, 6658, 6870, 6985, 6836, 6753, 6832, 6822, 6814, 6908, 7034, 6934, 6789, 6892, 6819, 6775, 6795, 6814, 6865, 6859, 6808, 6937, 7035, 7100, 6996, 6880, 6744, 7165, 6988, 7057, 6907, 6909, 6927, 6775, 6971, 6960, 6762, 6832, 6712, 7133, 6685, 6786, 6897, 6778, 6962, 6727, 7036, 6682, 6809, 6799, 6839, 6798, 6825, 6901, 7128, 7093, 6701, 6861, 6665, 6897, 7028, 6752, 6943, 6687, 6673, 6985, 6894, 6770, 7075, 6800, 6914, 6839, 7074, 6784, 6738, 7144, 6828, 6785, 7003, 6782, 6901, 6747, 6823, 6920, 7016, 6875, 6785, 6780, 6847, 7084, 6980, 6868, 6884, 6930, 6906, 6832, 6820, 6902, 6877, 6871, 7086, 7079, 7021, 6774, 6821, 6829, 6851, 6887, 6818, 6767, 6980, 7195, 6807, 6855, 6792, 6779, 6750, 6743, 6736, 6774, 6974, 6820, 6895, 6789, 6818, 6953, 6875, 6885, 7141, 6673, 6999, 6887, 6973, 6798, 7149, 6765, 7197, 6746, 6767, 6846, 6978, 6894, 6966, 6963, 6670, 6669, 6769, 6707, 6915, 6587, 6664, 6824, 6804, 6812, 6558, 6628, 6676, 6743, 6754, 6891, 7021, 7005, 6952, 6843, 7079, 7092, 6833, 7005, 6862, 6876, 6881, 6930, 7023, 6970, 6951, 6832, 6882, 6948, 6800, 6852, 6799, 6930, 6725, 6827, 6737, 6953, 6813, 6827, 7102, 6959, 6834, 7031, 6882, 6975, 7125, 7050, 6856, 6923, 6952, 6915, 6961, 6903, 6954, 7010, 6992, 7099, 6920, 6846, 6924, 6926, 6829, 6925, 6958, 6841, 7047, 6768, 6861, 6943, 6965, 6939, 6757, 6782, 7043, 6933, 6836, 6992, 6785, 6776, 6719, 6877, 6736, 6753, 6964, 6760, 6696, 6720, 6754, 7125, 6883, 7123, 6593, 6760, 7001, 6874, 6711, 6810, 6732, 6994, 6889, 6767, 6790, 6808, 6785, 6840, 6793, 6718, 6941, 6699, 6639, 6784, 6877, 6734, 6782, 6808, 7001, 6804, 6835, 6835, 6879, 6997, 6949, 6867, 6863, 6928, 6989, 6983, 6984, 7058, 6993, 6856, 6865, 6954, 6914, 6858, 6905, 6875, 6847, 6978, 6958, 6946, 6866, 6875, 6867, 6894, 6970, 7031, 6905, 6776, 6837, 6824, 6894, 6904, 6912, 6887, 6829, 6851, 6905, 7144, 6872, 6870, 6925, 6991, 6823, 6885, 6904, 7020, 6891, 6940, 6817, 6878, 6742, 6858, 6871, 7011, 6922, 6877, 6738, 6780, 6901, 6774, 6830, 6725, 6793, 6872, 6924, 6769, 6849, 7028, 6736, 6725, 6871, 6970, 6854, 6998, 7030, 7068, 7066, 6924, 6959, 6977, 6869, 6791, 6880, 6857, 6843, 6890, 6966, 6703, 6983, 6800, 6989, 6970, 6858, 6776, 6849, 6667, 6802, 6732, 6711, 6840, 6801, 6834, 6889, 6781, 6889, 6812, 6804, 6812, 7088, 6958, 6797, 6926, 6723, 6903, 6865, 7029, 6903, 6755, 6969, 6888, 6956, 6996, 6741, 7021, 6862, 6945, 6887, 6988, 6937, 6882, 6789, 6793, 6974, 7036, 6813, 6843, 6865, 6877, 6860, 6877, 6875, 6803, 6818, 6857, 6859, 6797, 7035, 6713, 6960, 6697, 6732, 6725, 6874, 7005, 6935, 6715, 7054, 6629, 7104, 6950, 6806, 6677, 6894, 6807, 6677, 6841, 6578, 6936, 6925, 6754, 6836, 6852, 6897, 6686, 7058, 7012, 6829, 7087, 6766, 6733, 6722, 6734, 6558, 6603, 6654, 6728, 6823, 6699, 6810, 6763, 6899, 6791, 6700, 6631, 6599, 6893, 6703, 6939, 6819, 6828, 7003, 6839, 7035, 6813, 6810, 6894, 7012, 6931, 7008, 6833, 7067, 7034, 7148, 6757, 7086, 6927, 6828, 6802, 6736, 6846, 6791, 6856, 6780, 6885, 6890, 6909, 7010, 6936, 6944, 7106, 6942, 6976, 6940, 6992, 6885, 6843, 7020, 6912, 6910, 6825, 6987, 6896, 6887, 6846, 6885, 6906, 6862, 6943, 6947, 6890, 6888, 6901, 6952, 6832, 6848, 6968, 6975, 6899, 6920, 6883, 7012, 6922, 6983, 6987, 7080, 6970, 6932, 6988, 6837, 6926, 6845, 7005, 7025, 6842, 6970, 6922, 6992, 6978, 6972, 6928, 6926, 7038, 6943, 6985, 6909, 6971, 6969, 6980, 6977, 6971, 6993, 6882, 7037, 6965, 6978, 6895, 7011, 6955, 6924, 6821, 6985, 6823, 7000, 6877, 6852, 6814, 6895, 6991, 7142, 6994, 6966], 'WindowCenter': [4147.0, 4121.0, 4106.0, 4103.0, 4102.0, 4090.0, 4090.0, 4089.0, 4090.0, 4098.0, 4090.0, 4090.0, 4087.0, 4087.0, 4087.0, 4081.0, 4092.0, 4091.0, 4090.0, 4101.0, 4102.0, 4092.0, 4100.0, 4115.0, 4101.0, 4102.0, 4099.0, 4100.0, 4100.0, 4099.0, 4102.0, 4103.0, 4100.0, 4101.0, 4089.0, 4089.0, 4089.0, 4087.0, 4089.0, 4090.0, 4102.0, 4088.0, 4088.0, 4086.0, 4085.0, 4075.0, 4085.0, 4074.0, 4073.0, 4075.0, 4074.0, 4075.0, 4074.0, 4064.0, 4062.0, 4072.0, 4085.0, 4073.0, 4082.0, 4081.0, 4094.0, 4082.0, 4080.0, 4081.0, 4069.0, 4068.0, 4069.0, 4069.0, 4080.0, 4068.0, 4068.0, 4068.0, 4068.0, 4070.0, 4078.0, 4071.0, 4094.0, 4092.0, 4094.0, 4084.0, 4098.0, 4085.0, 4083.0, 4082.0, 4082.0, 4082.0, 4081.0, 4081.0, 4082.0, 4074.0, 4073.0, 4072.0, 4071.0, 4069.0, 4071.0, 4070.0, 4070.0, 4082.0, 4071.0, 4083.0, 4072.0, 4072.0, 4071.0, 4069.0, 4071.0, 4070.0, 4070.0, 4070.0, 4072.0, 4082.0, 4083.0, 4083.0, 4087.0, 4084.0, 4084.0, 4083.0, 4084.0, 4083.0, 4083.0, 4084.0, 4095.0, 4085.0, 4083.0, 4083.0, 4073.0, 4080.0, 4070.0, 4068.0, 4069.0, 4071.0, 4070.0, 4080.0, 4080.0, 4081.0, 4081.0, 4078.0, 4068.0, 4067.0, 4067.0, 4067.0, 4069.0, 4078.0, 4071.0, 4080.0, 4073.0, 4078.0, 4069.0, 4068.0, 4084.0, 4080.0, 4082.0, 4081.0, 4071.0, 4080.0, 4070.0, 4080.0, 4070.0, 4080.0, 4082.0, 4081.0, 4070.0, 4081.0, 4070.0, 4082.0, 4084.0, 4085.0, 4095.0, 4095.0, 4098.0, 4087.0, 4086.0, 4084.0, 4107.0, 4105.0, 4093.0, 4092.0, 4091.0, 4082.0, 4079.0, 4080.0, 4080.0, 4079.0, 4079.0, 4095.0, 4080.0, 4069.0, 4059.0, 4057.0, 4056.0, 4055.0, 4044.0, 4043.0, 4042.0, 4041.0, 4040.0, 4042.0, 4042.0, 4041.0, 4041.0, 4041.0, 4052.0, 4053.0, 4065.0, 4056.0, 4065.0, 4070.0, 4056.0, 4057.0, 4067.0, 4067.0, 4068.0, 4070.0, 4082.0, 4083.0, 4071.0, 4082.0, 4083.0, 4083.0, 4072.0, 4082.0, 4072.0, 4085.0, 4090.0, 4087.0, 4086.0, 4098.0, 4087.0, 4100.0, 4100.0, 4101.0, 4100.0, 4098.0, 4087.0, 4088.0, 4097.0, 4099.0, 4088.0, 4087.0, 4087.0, 4086.0, 4085.0, 4086.0, 4074.0, 4087.0, 4086.0, 4084.0, 4073.0, 4073.0, 4071.0, 4072.0, 4076.0, 4073.0, 4073.0, 4072.0, 4072.0, 4074.0, 4086.0, 4085.0, 4074.0, 4084.0, 4072.0, 4083.0, 4083.0, 4073.0, 4084.0, 4083.0, 4085.0, 4074.0, 4085.0, 4087.0, 4088.0, 4099.0, 4097.0, 4101.0, 4090.0, 4098.0, 4099.0, 4100.0, 4100.0, 4098.0, 4086.0, 4086.0, 4086.0, 4076.0, 4088.0, 4086.0, 4074.0, 4074.0, 4083.0, 4073.0, 4084.0, 4074.0, 4075.0, 4074.0, 4084.0, 4075.0, 4074.0, 4075.0, 4083.0, 4072.0, 4084.0, 4084.0, 4085.0, 4074.0, 4084.0, 4073.0, 4073.0, 4085.0, 4085.0, 4075.0, 4074.0, 4073.0, 4085.0, 4101.0, 4098.0, 4085.0, 4086.0, 4076.0, 4100.0, 4088.0, 4086.0, 4087.0, 4085.0, 4088.0, 4089.0, 4087.0, 4086.0, 4074.0, 4074.0, 4086.0, 4086.0, 4088.0, 4075.0, 4075.0, 4074.0, 4085.0, 4075.0, 4073.0, 4073.0, 4072.0, 4073.0, 4073.0, 4074.0, 4075.0, 4073.0, 4073.0, 4074.0, 4071.0, 4062.0, 4072.0, 4074.0, 4074.0, 4074.0, 4074.0, 4073.0, 4074.0, 4085.0, 4099.0, 4087.0, 4098.0, 4087.0, 4098.0, 4088.0, 4098.0, 4086.0, 4089.0, 4100.0, 4088.0, 4087.0, 4086.0, 4085.0, 4087.0, 4087.0, 4076.0, 4086.0, 4085.0, 4074.0, 4076.0, 4086.0, 4077.0, 4085.0, 4085.0, 4074.0, 4086.0, 4086.0, 4087.0, 4087.0, 4086.0, 4086.0, 4075.0, 4075.0, 4085.0, 4085.0, 4087.0, 4076.0, 4075.0, 4084.0, 4075.0, 4083.0, 4073.0, 4072.0, 4072.0, 4072.0, 4072.0, 4073.0, 4074.0, 4072.0, 4072.0, 4071.0, 4073.0, 4072.0, 4071.0, 4073.0, 4072.0, 4072.0, 4072.0, 4072.0, 4073.0, 4084.0, 4083.0, 4088.0, 4085.0, 4084.0, 4084.0, 4086.0, 4086.0, 4086.0, 4085.0, 4074.0, 4074.0, 4075.0, 4084.0, 4073.0, 4074.0, 4073.0, 4071.0, 4063.0, 4061.0, 4072.0, 4071.0, 4061.0, 4061.0, 4060.0, 4060.0, 4059.0, 4060.0, 4060.0, 4060.0, 4072.0, 4072.0, 4073.0, 4072.0, 4072.0, 4073.0, 4075.0, 4074.0, 4084.0, 4090.0, 4088.0, 4074.0, 4075.0, 4084.0, 4085.0, 4085.0, 4086.0, 4087.0, 4074.0, 4074.0, 4074.0, 4074.0, 4076.0, 4074.0, 4073.0, 4073.0, 4061.0, 4060.0, 4072.0, 4073.0, 4073.0, 4073.0, 4073.0, 4073.0, 4085.0, 4088.0, 4099.0, 4102.0, 4099.0, 4088.0, 4088.0, 4087.0, 4086.0, 4086.0, 4085.0, 4085.0, 4086.0, 4087.0, 4098.0, 4087.0, 4074.0, 4084.0, 4073.0, 4074.0, 4084.0, 4085.0, 4073.0, 4087.0, 4085.0, 4075.0, 4086.0, 4087.0, 4086.0, 4088.0, 4086.0, 4085.0, 4083.0, 4073.0, 4083.0, 4072.0, 4072.0, 4073.0, 4072.0, 4059.0, 4060.0, 4059.0, 4058.0, 4058.0, 4059.0, 4059.0, 4083.0, 4072.0, 4083.0, 4073.0, 4072.0, 4071.0, 4071.0, 4070.0, 4061.0, 4072.0, 4071.0, 4070.0, 4072.0, 4074.0, 4073.0, 4073.0, 4073.0, 4074.0, 4073.0, 4083.0, 4072.0, 4073.0, 4074.0, 4073.0, 4074.0, 4075.0, 4075.0, 4084.0, 4074.0, 4073.0, 4085.0, 4087.0, 4090.0, 4085.0, 4073.0, 4074.0, 4083.0, 4085.0, 4085.0, 4087.0, 4086.0, 4086.0, 4073.0, 4074.0, 4072.0, 4073.0, 4075.0, 4085.0, 4075.0, 4088.0, 4087.0, 4084.0, 4084.0, 4074.0, 4073.0, 4075.0, 4084.0, 4086.0, 4085.0, 4085.0, 4085.0, 4075.0, 4085.0, 4088.0, 4086.0, 4085.0, 4084.0, 4073.0, 4072.0, 4073.0, 4083.0, 4086.0, 4074.0, 4086.0, 4084.0, 4073.0, 4072.0, 4072.0, 4084.0, 4083.0, 4082.0, 4072.0, 4072.0, 4073.0, 4072.0, 4073.0, 4084.0, 4085.0, 4073.0, 4073.0, 4072.0, 4071.0, 4060.0, 4061.0, 4061.0, 4061.0, 4060.0, 4072.0, 4072.0, 4099.0, 4085.0, 4074.0, 4074.0, 4086.0, 4085.0, 4086.0, 4098.0, 4099.0, 4099.0, 4099.0, 4101.0, 4098.0, 4085.0, 4075.0, 4086.0, 4087.0, 4086.0, 4087.0, 4086.0, 4084.0, 4085.0, 4085.0, 4076.0, 4084.0, 4084.0, 4074.0, 4086.0, 4085.0, 4073.0, 4074.0, 4073.0, 4074.0, 4085.0, 4074.0, 4074.0, 4085.0, 4086.0, 4087.0, 4085.0, 4074.0, 4074.0, 4083.0, 4084.0, 4073.0, 4073.0, 4073.0, 4074.0, 4074.0, 4073.0, 4072.0, 4061.0, 4071.0, 4072.0, 4084.0, 4073.0, 4072.0, 4072.0, 4072.0, 4084.0, 4084.0, 4098.0, 4085.0, 4073.0, 4074.0, 4072.0, 4072.0, 4073.0, 4073.0, 4074.0, 4073.0, 4075.0, 4074.0, 4074.0, 4085.0, 4074.0, 4086.0, 4088.0, 4085.0, 4074.0, 4086.0, 4099.0, 4087.0, 4085.0, 4086.0, 4076.0, 4074.0, 4084.0, 4084.0, 4073.0, 4085.0, 4075.0, 4085.0, 4086.0, 4074.0, 4073.0, 4087.0, 4089.0, 4087.0, 4086.0, 4073.0, 4072.0, 4071.0, 4060.0, 4060.0, 4087.0, 4083.0, 4087.0, 4089.0, 4075.0, 4072.0, 4072.0, 4070.0, 4060.0, 4059.0, 4058.0, 4047.0, 4045.0, 4045.0, 4042.0, 4043.0, 4043.0, 4045.0, 4058.0, 4070.0, 4059.0, 4058.0, 4058.0, 4058.0, 4068.0, 4060.0, 4069.0, 4071.0, 4072.0, 4071.0, 4071.0, 4083.0, 4072.0, 4074.0, 4098.0, 4087.0, 4084.0, 4095.0, 4086.0, 4085.0, 4084.0, 4083.0, 4073.0, 4072.0, 4072.0, 4072.0, 4073.0, 4072.0, 4071.0, 4072.0, 4088.0, 4077.0, 4087.0, 4089.0, 4086.0, 4086.0, 4098.0, 4087.0, 4087.0, 4086.0, 4090.0, 4087.0, 4086.0, 4085.0, 4087.0, 4085.0, 4085.0, 4086.0, 4089.0, 4099.0, 4089.0, 4085.0, 4075.0, 4074.0, 4085.0, 4075.0, 4086.0, 4085.0, 4086.0, 4084.0, 4085.0, 4084.0, 4088.0, 4089.0, 4100.0, 4098.0, 4087.0, 4086.0, 4085.0, 4086.0, 4086.0, 4085.0, 4099.0, 4088.0, 4085.0, 4086.0, 4083.0, 4073.0, 4083.0, 4085.0, 4100.0, 4097.0, 4085.0, 4083.0, 4086.0, 4084.0, 4086.0, 4084.0, 4085.0, 4084.0, 4084.0, 4083.0, 4086.0, 4085.0, 4085.0, 4084.0, 4074.0, 4072.0, 4072.0, 4072.0, 4072.0, 4072.0, 4072.0, 4073.0, 4084.0, 4085.0, 4073.0, 4083.0, 4072.0, 4071.0, 4072.0, 4084.0, 4099.0, 4089.0, 4074.0, 4084.0, 4084.0, 4084.0, 4084.0, 4084.0], 'WindowWidth': [9247.0, 9194.0, 9164.0, 9152.0, 9146.0, 9127.0, 9127.0, 9123.0, 9124.0, 9134.0, 9125.0, 9123.0, 9117.0, 9115.0, 9115.0, 9111.0, 9128.0, 9124.0, 9122.0, 9137.0, 9145.0, 9129.0, 9136.0, 9166.0, 9144.0, 9143.0, 9136.0, 9136.0, 9138.0, 9133.0, 9140.0, 9145.0, 9137.0, 9139.0, 9119.0, 9119.0, 9121.0, 9114.0, 9119.0, 9124.0, 9145.0, 9116.0, 9116.0, 9109.0, 9108.0, 9094.0, 9108.0, 9091.0, 9089.0, 9090.0, 9089.0, 9091.0, 9089.0, 9075.0, 9071.0, 9084.0, 9108.0, 9089.0, 9100.0, 9101.0, 9125.0, 9106.0, 9099.0, 9100.0, 9082.0, 9078.0, 9081.0, 9080.0, 9095.0, 9078.0, 9079.0, 9077.0, 9079.0, 9082.0, 9092.0, 9088.0, 9124.0, 9119.0, 9122.0, 9110.0, 9136.0, 9112.0, 9107.0, 9104.0, 9102.0, 9102.0, 9101.0, 9100.0, 9102.0, 9094.0, 9090.0, 9088.0, 9085.0, 9082.0, 9085.0, 9082.0, 9083.0, 9101.0, 9084.0, 9104.0, 9088.0, 9088.0, 9085.0, 9081.0, 9085.0, 9085.0, 9084.0, 9082.0, 9089.0, 9105.0, 9106.0, 9106.0, 9118.0, 9110.0, 9108.0, 9106.0, 9107.0, 9107.0, 9107.0, 9107.0, 9126.0, 9112.0, 9107.0, 9105.0, 9089.0, 9097.0, 9083.0, 9077.0, 9078.0, 9085.0, 9083.0, 9096.0, 9101.0, 9102.0, 9103.0, 9095.0, 9077.0, 9074.0, 9074.0, 9074.0, 9079.0, 9091.0, 9088.0, 9100.0, 9091.0, 9095.0, 9083.0, 9079.0, 9112.0, 9099.0, 9103.0, 9103.0, 9088.0, 9097.0, 9086.0, 9098.0, 9085.0, 9098.0, 9104.0, 9100.0, 9083.0, 9099.0, 9083.0, 9103.0, 9110.0, 9113.0, 9128.0, 9127.0, 9135.0, 9117.0, 9113.0, 9109.0, 9148.0, 9146.0, 9125.0, 9120.0, 9115.0, 9102.0, 9096.0, 9098.0, 9096.0, 9096.0, 9094.0, 9127.0, 9096.0, 9079.0, 9064.0, 9059.0, 9054.0, 9054.0, 9035.0, 9033.0, 9029.0, 9025.0, 9024.0, 9028.0, 9029.0, 9027.0, 9027.0, 9027.0, 9043.0, 9046.0, 9069.0, 9056.0, 9071.0, 9085.0, 9058.0, 9061.0, 9075.0, 9076.0, 9077.0, 9084.0, 9103.0, 9106.0, 9084.0, 9103.0, 9110.0, 9106.0, 9089.0, 9102.0, 9088.0, 9107.0, 9122.0, 9114.0, 9112.0, 9130.0, 9116.0, 9139.0, 9140.0, 9142.0, 9140.0, 9134.0, 9116.0, 9120.0, 9134.0, 9137.0, 9117.0, 9117.0, 9117.0, 9113.0, 9110.0, 9111.0, 9093.0, 9113.0, 9114.0, 9106.0, 9090.0, 9089.0, 9084.0, 9087.0, 9098.0, 9089.0, 9088.0, 9086.0, 9087.0, 9093.0, 9114.0, 9110.0, 9094.0, 9105.0, 9089.0, 9104.0, 9105.0, 9090.0, 9108.0, 9105.0, 9110.0, 9093.0, 9108.0, 9116.0, 9116.0, 9135.0, 9131.0, 9141.0, 9123.0, 9134.0, 9138.0, 9137.0, 9137.0, 9131.0, 9112.0, 9112.0, 9112.0, 9097.0, 9119.0, 9111.0, 9091.0, 9093.0, 9102.0, 9091.0, 9107.0, 9094.0, 9096.0, 9092.0, 9106.0, 9096.0, 9095.0, 9097.0, 9105.0, 9089.0, 9106.0, 9109.0, 9111.0, 9094.0, 9106.0, 9091.0, 9090.0, 9111.0, 9111.0, 9094.0, 9092.0, 9091.0, 9112.0, 9143.0, 9132.0, 9110.0, 9110.0, 9097.0, 9135.0, 9115.0, 9111.0, 9114.0, 9110.0, 9117.0, 9119.0, 9114.0, 9112.0, 9093.0, 9092.0, 9113.0, 9111.0, 9116.0, 9093.0, 9093.0, 9090.0, 9109.0, 9095.0, 9088.0, 9088.0, 9087.0, 9088.0, 9086.0, 9091.0, 9096.0, 9088.0, 9087.0, 9089.0, 9083.0, 9072.0, 9086.0, 9091.0, 9093.0, 9092.0, 9089.0, 9088.0, 9092.0, 9108.0, 9135.0, 9117.0, 9134.0, 9119.0, 9133.0, 9120.0, 9134.0, 9115.0, 9124.0, 9139.0, 9119.0, 9115.0, 9111.0, 9109.0, 9117.0, 9115.0, 9097.0, 9112.0, 9110.0, 9093.0, 9099.0, 9115.0, 9100.0, 9111.0, 9109.0, 9093.0, 9111.0, 9112.0, 9117.0, 9115.0, 9113.0, 9113.0, 9096.0, 9096.0, 9110.0, 9108.0, 9115.0, 9097.0, 9095.0, 9108.0, 9095.0, 9103.0, 9087.0, 9084.0, 9084.0, 9086.0, 9087.0, 9089.0, 9089.0, 9087.0, 9086.0, 9082.0, 9087.0, 9086.0, 9083.0, 9087.0, 9086.0, 9084.0, 9085.0, 9087.0, 9089.0, 9105.0, 9106.0, 9121.0, 9111.0, 9107.0, 9106.0, 9111.0, 9112.0, 9114.0, 9109.0, 9094.0, 9092.0, 9096.0, 9106.0, 9089.0, 9092.0, 9088.0, 9083.0, 9073.0, 9069.0, 9084.0, 9081.0, 9070.0, 9069.0, 9065.0, 9066.0, 9065.0, 9066.0, 9065.0, 9068.0, 9086.0, 9087.0, 9088.0, 9086.0, 9086.0, 9089.0, 9094.0, 9092.0, 9105.0, 9122.0, 9117.0, 9093.0, 9094.0, 9105.0, 9108.0, 9110.0, 9111.0, 9112.0, 9092.0, 9090.0, 9090.0, 9092.0, 9099.0, 9091.0, 9087.0, 9086.0, 9068.0, 9066.0, 9086.0, 9089.0, 9089.0, 9090.0, 9090.0, 9092.0, 9112.0, 9119.0, 9135.0, 9144.0, 9137.0, 9119.0, 9119.0, 9114.0, 9113.0, 9111.0, 9109.0, 9109.0, 9114.0, 9116.0, 9131.0, 9113.0, 9095.0, 9107.0, 9089.0, 9093.0, 9106.0, 9107.0, 9090.0, 9117.0, 9111.0, 9096.0, 9113.0, 9116.0, 9113.0, 9120.0, 9113.0, 9109.0, 9103.0, 9091.0, 9104.0, 9086.0, 9085.0, 9088.0, 9084.0, 9064.0, 9065.0, 9061.0, 9059.0, 9060.0, 9063.0, 9065.0, 9104.0, 9089.0, 9103.0, 9088.0, 9084.0, 9083.0, 9081.0, 9081.0, 9069.0, 9085.0, 9081.0, 9081.0, 9085.0, 9092.0, 9090.0, 9090.0, 9089.0, 9092.0, 9093.0, 9103.0, 9087.0, 9089.0, 9093.0, 9091.0, 9092.0, 9097.0, 9096.0, 9106.0, 9091.0, 9090.0, 9115.0, 9115.0, 9121.0, 9109.0, 9091.0, 9094.0, 9106.0, 9111.0, 9111.0, 9116.0, 9112.0, 9110.0, 9091.0, 9093.0, 9086.0, 9088.0, 9095.0, 9109.0, 9095.0, 9118.0, 9114.0, 9106.0, 9107.0, 9092.0, 9090.0, 9094.0, 9107.0, 9114.0, 9111.0, 9110.0, 9111.0, 9097.0, 9109.0, 9118.0, 9112.0, 9109.0, 9107.0, 9091.0, 9088.0, 9089.0, 9103.0, 9113.0, 9095.0, 9114.0, 9109.0, 9089.0, 9086.0, 9089.0, 9107.0, 9104.0, 9101.0, 9086.0, 9088.0, 9090.0, 9089.0, 9090.0, 9106.0, 9109.0, 9090.0, 9089.0, 9086.0, 9083.0, 9069.0, 9071.0, 9070.0, 9070.0, 9067.0, 9088.0, 9087.0, 9138.0, 9110.0, 9092.0, 9095.0, 9114.0, 9111.0, 9115.0, 9134.0, 9138.0, 9138.0, 9138.0, 9143.0, 9134.0, 9111.0, 9096.0, 9112.0, 9115.0, 9112.0, 9119.0, 9111.0, 9107.0, 9111.0, 9111.0, 9097.0, 9108.0, 9106.0, 9093.0, 9113.0, 9110.0, 9092.0, 9093.0, 9091.0, 9094.0, 9112.0, 9094.0, 9092.0, 9109.0, 9114.0, 9117.0, 9110.0, 9094.0, 9094.0, 9105.0, 9107.0, 9091.0, 9090.0, 9089.0, 9093.0, 9092.0, 9089.0, 9085.0, 9070.0, 9084.0, 9087.0, 9106.0, 9090.0, 9087.0, 9088.0, 9088.0, 9105.0, 9107.0, 9133.0, 9109.0, 9089.0, 9091.0, 9087.0, 9087.0, 9090.0, 9090.0, 9092.0, 9092.0, 9097.0, 9094.0, 9095.0, 9110.0, 9095.0, 9113.0, 9119.0, 9111.0, 9095.0, 9115.0, 9137.0, 9116.0, 9110.0, 9113.0, 9097.0, 9094.0, 9107.0, 9106.0, 9092.0, 9107.0, 9095.0, 9111.0, 9114.0, 9091.0, 9089.0, 9114.0, 9121.0, 9118.0, 9114.0, 9092.0, 9089.0, 9084.0, 9066.0, 9065.0, 9119.0, 9103.0, 9115.0, 9118.0, 9092.0, 9085.0, 9086.0, 9080.0, 9066.0, 9061.0, 9059.0, 9041.0, 9036.0, 9032.0, 9027.0, 9029.0, 9028.0, 9032.0, 9063.0, 9078.0, 9065.0, 9060.0, 9063.0, 9062.0, 9074.0, 9067.0, 9079.0, 9083.0, 9087.0, 9083.0, 9084.0, 9103.0, 9089.0, 9093.0, 9134.0, 9114.0, 9107.0, 9127.0, 9116.0, 9112.0, 9108.0, 9104.0, 9090.0, 9088.0, 9086.0, 9086.0, 9087.0, 9088.0, 9084.0, 9086.0, 9120.0, 9099.0, 9111.0, 9116.0, 9111.0, 9113.0, 9130.0, 9116.0, 9116.0, 9114.0, 9122.0, 9117.0, 9111.0, 9110.0, 9113.0, 9108.0, 9110.0, 9112.0, 9124.0, 9137.0, 9119.0, 9107.0, 9093.0, 9091.0, 9107.0, 9096.0, 9113.0, 9111.0, 9112.0, 9108.0, 9109.0, 9109.0, 9120.0, 9123.0, 9142.0, 9133.0, 9114.0, 9111.0, 9109.0, 9111.0, 9111.0, 9109.0, 9136.0, 9120.0, 9110.0, 9112.0, 9104.0, 9090.0, 9104.0, 9109.0, 9140.0, 9130.0, 9110.0, 9105.0, 9110.0, 9108.0, 9112.0, 9108.0, 9109.0, 9108.0, 9107.0, 9105.0, 9114.0, 9110.0, 9109.0, 9106.0, 9092.0, 9088.0, 9088.0, 9087.0, 9087.0, 9088.0, 9087.0, 9090.0, 9108.0, 9107.0, 9089.0, 9103.0, 9086.0, 9084.0, 9084.0, 9104.0, 9137.0, 9117.0, 9092.0, 9106.0, 9107.0, 9108.0, 9108.0, 9107.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.0015276551724137928</td></tr>
<tr><td colspan=3>aqi</td><td>0.020220497471264365</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.831125452485665</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1658615468469495</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0223983889873416</td></tr>
<tr><td colspan=3>efc</td><td>0.4576</td></tr>
<tr><td colspan=3>fber</td><td>6551.1641</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10029474250099002</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>72</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.275862068965518</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5023134937992197</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.500161304027873</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7560236615640026</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.250755515805783</td></tr>
<tr><td colspan=3>gcor</td><td>0.0115508</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017578618600964546</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03103412128984928</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.891578519178686</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>24.1385</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.3793</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.5363</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306485.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>862.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>361.535</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.188</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>566.7884</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3352.0903</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3526.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70059.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1194.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4427.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>906.0526</td></tr>
<tr><td colspan=3>tsnr</td><td>39.86545937368646</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>