<?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-0002_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-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002_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-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0002/figures/sub-0002_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-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0002/figures/sub-0002_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-0002/ses-01/func/sub-0002_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>cbfdc29bcb4ac9405f12eeb123842382</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:00:12.217500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995306, -0.0321507, 0.0912771, 0.00990197, 0.972084, 0.234426]</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.0712836</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>[4156, -7784, -7285, 498, -89, -320, 40, 71]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>233.707</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>92734d3a-d848-4baf-8e6d-cb4460b60045||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6703343391418457, 0.0265662744641304, 0.2599179148674011, 109.67444610595703], [0.08625806123018265, 2.6080291271209717, 0.6275385618209839, -108.73139190673828], [0.24488967657089233, -0.6289473176002502, 2.613166332244873, -43.26124572753906], [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': ['100012.217500', '100012.677500', '100013.137500', '100013.597500', '100014.057500', '100014.517500', '100014.977500', '100015.437500', '100015.897500', '100016.357500', '100016.817500', '100017.277500', '100017.737500', '100018.197500', '100018.657500', '100019.117500', '100019.577500', '100020.037500', '100020.497500', '100020.957500', '100021.417500', '100021.877500', '100022.337500', '100022.797500', '100023.257500', '100023.717500', '100024.177500', '100024.637500', '100025.097500', '100025.557500', '100026.017500', '100026.477500', '100026.937500', '100027.397500', '100027.857500', '100028.317500', '100028.777500', '100029.237500', '100029.697500', '100030.157500', '100030.617500', '100031.077500', '100031.537500', '100031.997500', '100032.457500', '100032.917500', '100033.377500', '100033.837500', '100034.297500', '100034.757500', '100035.217500', '100035.677500', '100036.137500', '100036.597500', '100037.057500', '100037.517500', '100037.977500', '100038.437500', '100038.897500', '100039.357500', '100039.817500', '100040.277500', '100040.737500', '100041.197500', '100041.657500', '100042.117500', '100042.577500', '100043.037500', '100043.497500', '100043.957500', '100044.417500', '100044.877500', '100045.337500', '100045.797500', '100046.257500', '100046.717500', '100047.177500', '100047.637500', '100048.097500', '100048.557500', '100049.017500', '100049.477500', '100049.937500', '100050.397500', '100050.857500', '100051.317500', '100051.777500', '100052.237500', '100052.697500', '100053.157500', '100053.617500', '100054.077500', '100054.537500', '100054.997500', '100055.457500', '100055.917500', '100056.377500', '100056.837500', '100057.297500', '100057.757500', '100058.217500', '100058.677500', '100059.137500', '100059.597500', '100100.057500', '100100.517500', '100100.977500', '100101.437500', '100101.897500', '100102.357500', '100102.817500', '100103.277500', '100103.737500', '100104.197500', '100104.657500', '100105.117500', '100105.577500', '100106.037500', '100106.497500', '100106.957500', '100107.417500', '100107.877500', '100108.337500', '100108.797500', '100109.257500', '100109.717500', '100110.177500', '100110.637500', '100111.097500', '100111.557500', '100112.017500', '100112.477500', '100112.937500', '100113.397500', '100113.857500', '100114.317500', '100114.777500', '100115.237500', '100115.697500', '100116.157500', '100116.617500', '100117.077500', '100117.537500', '100117.997500', '100118.457500', '100118.917500', '100119.377500', '100119.837500', '100120.297500', '100120.757500', '100121.217500', '100121.677500', '100122.137500', '100122.597500', '100123.057500', '100123.517500', '100123.977500', '100124.437500', '100124.897500', '100125.357500', '100125.817500', '100126.277500', '100126.737500', '100127.197500', '100127.657500', '100128.117500', '100128.577500', '100129.037500', '100129.497500', '100129.957500', '100130.417500', '100130.877500', '100131.337500', '100131.797500', '100132.257500', '100132.717500', '100133.177500', '100133.637500', '100134.097500', '100134.557500', '100135.017500', '100135.477500', '100135.937500', '100136.397500', '100136.857500', '100137.317500', '100137.777500', '100138.237500', '100138.697500', '100139.157500', '100139.617500', '100140.077500', '100140.537500', '100140.997500', '100141.457500', '100141.917500', '100142.377500', '100142.837500', '100143.297500', '100143.757500', '100144.217500', '100144.677500', '100145.137500', '100145.597500', '100146.057500', '100146.517500', '100146.977500', '100147.437500', '100147.897500', '100148.357500', '100148.817500', '100149.277500', '100149.737500', '100150.197500', '100150.657500', '100151.117500', '100151.577500', '100152.037500', '100152.497500', '100152.957500', '100153.417500', '100153.877500', '100154.337500', '100154.797500', '100155.257500', '100155.717500', '100156.177500', '100156.637500', '100157.097500', '100157.557500', '100158.017500', '100158.477500', '100158.937500', '100159.397500', '100159.857500', '100200.317500', '100200.777500', '100201.237500', '100201.697500', '100202.157500', '100202.617500', '100203.077500', '100203.537500', '100203.997500', '100204.457500', '100204.917500', '100205.377500', '100205.837500', '100206.297500', '100206.757500', '100207.217500', '100207.677500', '100208.137500', '100208.597500', '100209.057500', '100209.517500', '100209.977500', '100210.437500', '100210.897500', '100211.357500', '100211.817500', '100212.277500', '100212.737500', '100213.197500', '100213.657500', '100214.117500', '100214.577500', '100215.037500', '100215.497500', '100215.957500', '100216.417500', '100216.877500', '100217.337500', '100217.797500', '100218.257500', '100218.717500', '100219.177500', '100219.637500', '100220.097500', '100220.557500', '100221.017500', '100221.477500', '100221.937500', '100222.397500', '100222.857500', '100223.317500', '100223.777500', '100224.237500', '100224.697500', '100225.157500', '100225.617500', '100226.077500', '100226.537500', '100226.997500', '100227.457500', '100227.917500', '100228.377500', '100228.837500', '100229.297500', '100229.757500', '100230.217500', '100230.677500', '100231.137500', '100231.597500', '100232.057500', '100232.517500', '100232.977500', '100233.437500', '100233.897500', '100234.357500', '100234.817500', '100235.277500', '100235.737500', '100236.197500', '100236.657500', '100237.117500', '100237.577500', '100238.037500', '100238.497500', '100238.957500', '100239.417500', '100239.877500', '100240.337500', '100240.797500', '100241.257500', '100241.717500', '100242.177500', '100242.637500', '100243.097500', '100243.557500', '100244.017500', '100244.477500', '100244.937500', '100245.397500', '100245.857500', '100246.317500', '100246.777500', '100247.237500', '100247.697500', '100248.157500', '100248.617500', '100249.077500', '100249.537500', '100249.997500', '100250.457500', '100250.917500', '100251.377500', '100251.837500', '100252.297500', '100252.757500', '100253.217500', '100253.677500', '100254.137500', '100254.597500', '100255.057500', '100255.517500', '100255.977500', '100256.437500', '100256.897500', '100257.357500', '100257.817500', '100258.277500', '100258.737500', '100259.197500', '100259.657500', '100300.117500', '100300.577500', '100301.037500', '100301.497500', '100301.957500', '100302.417500', '100302.877500', '100303.337500', '100303.797500', '100304.257500', '100304.717500', '100305.177500', '100305.637500', '100306.097500', '100306.557500', '100307.017500', '100307.477500', '100307.937500', '100308.397500', '100308.857500', '100309.317500', '100309.777500', '100310.237500', '100310.697500', '100311.157500', '100311.617500', '100312.077500', '100312.537500', '100312.997500', '100313.457500', '100313.917500', '100314.377500', '100314.837500', '100315.297500', '100315.757500', '100316.217500', '100316.677500', '100317.137500', '100317.597500', '100318.057500', '100318.517500', '100318.977500', '100319.437500', '100319.897500', '100320.357500', '100320.817500', '100321.277500', '100321.737500', '100322.197500', '100322.657500', '100323.117500', '100323.577500', '100324.037500', '100324.497500', '100324.957500', '100325.417500', '100325.877500', '100326.337500', '100326.797500', '100327.257500', '100327.717500', '100328.177500', '100328.637500', '100329.097500', '100329.557500', '100330.017500', '100330.477500', '100330.937500', '100331.397500', '100331.857500', '100332.317500', '100332.777500', '100333.237500', '100333.697500', '100334.157500', '100334.617500', '100335.077500', '100335.537500', '100335.997500', '100336.457500', '100336.917500', '100337.377500', '100337.837500', '100338.297500', '100338.757500', '100339.217500', '100339.677500', '100340.137500', '100340.597500', '100341.057500', '100341.517500', '100341.977500', '100342.437500', '100342.897500', '100343.357500', '100343.817500', '100344.277500', '100344.737500', '100345.197500', '100345.657500', '100346.117500', '100346.577500', '100347.037500', '100347.497500', '100347.957500', '100348.417500', '100348.877500', '100349.337500', '100349.797500', '100350.257500', '100350.717500', '100351.177500', '100351.637500', '100352.097500', '100352.557500', '100353.017500', '100353.477500', '100353.937500', '100354.397500', '100354.857500', '100355.317500', '100355.777500', '100356.237500', '100356.697500', '100357.157500', '100357.617500', '100358.077500', '100358.537500', '100358.997500', '100359.457500', '100359.917500', '100400.377500', '100400.837500', '100401.297500', '100401.757500', '100402.217500', '100402.677500', '100403.137500', '100403.597500', '100404.057500', '100404.517500', '100404.977500', '100405.437500', '100405.897500', '100406.357500', '100406.817500', '100407.277500', '100407.737500', '100408.197500', '100408.657500', '100409.117500', '100409.577500', '100410.037500', '100410.497500', '100410.957500', '100411.417500', '100411.877500', '100412.337500', '100412.797500', '100413.257500', '100413.717500', '100414.177500', '100414.637500', '100415.097500', '100415.557500', '100416.017500', '100416.477500', '100416.937500', '100417.397500', '100417.857500', '100418.317500', '100418.777500', '100419.237500', '100419.697500', '100420.157500', '100420.617500', '100421.077500', '100421.537500', '100421.997500', '100422.457500', '100422.917500', '100423.377500', '100423.837500', '100424.297500', '100424.757500', '100425.217500', '100425.677500', '100426.137500', '100426.597500', '100427.057500', '100427.517500', '100427.977500', '100428.437500', '100428.897500', '100429.357500', '100429.817500', '100430.277500', '100430.737500', '100431.197500', '100431.657500', '100432.117500', '100432.577500', '100433.037500', '100433.497500', '100433.957500', '100434.417500', '100434.877500', '100435.337500', '100435.797500', '100436.257500', '100436.717500', '100437.177500', '100437.637500', '100438.097500', '100438.557500', '100439.017500', '100439.477500', '100439.937500', '100440.397500', '100440.857500', '100441.317500', '100441.777500', '100442.237500', '100442.697500', '100443.157500', '100443.617500', '100444.077500', '100444.537500', '100444.997500', '100445.457500', '100445.917500', '100446.377500', '100446.837500', '100447.297500', '100447.757500', '100448.217500', '100448.677500', '100449.137500', '100449.597500', '100450.057500', '100450.517500', '100450.977500', '100451.437500', '100451.897500', '100452.357500', '100452.817500', '100453.277500', '100453.737500', '100454.197500', '100454.657500', '100455.117500', '100455.577500', '100456.037500', '100456.497500', '100456.957500', '100457.417500', '100457.877500', '100458.337500', '100458.797500', '100459.257500', '100459.717500', '100500.177500', '100500.637500', '100501.097500', '100501.557500', '100502.017500', '100502.477500', '100502.937500', '100503.397500', '100503.857500', '100504.317500', '100504.777500', '100505.237500', '100505.697500', '100506.157500', '100506.617500', '100507.077500', '100507.537500', '100507.997500', '100508.457500', '100508.917500', '100509.377500', '100509.837500', '100510.297500', '100510.757500', '100511.217500', '100511.677500', '100512.137500', '100512.597500', '100513.057500', '100513.517500', '100513.977500', '100514.437500', '100514.897500', '100515.357500', '100515.817500', '100516.277500', '100516.737500', '100517.197500', '100517.657500', '100518.117500', '100518.577500', '100519.037500', '100519.497500', '100519.957500', '100520.417500', '100520.877500', '100521.337500', '100521.797500', '100522.257500', '100522.717500', '100523.177500', '100523.637500', '100524.097500', '100524.557500', '100525.017500', '100525.477500', '100525.937500', '100526.397500', '100526.857500', '100527.317500', '100527.777500', '100528.237500', '100528.697500', '100529.157500', '100529.617500', '100530.077500', '100530.537500', '100530.997500', '100531.457500', '100531.917500', '100532.377500', '100532.837500', '100533.297500', '100533.757500', '100534.217500', '100534.677500', '100535.137500', '100535.597500', '100536.057500', '100536.517500', '100536.977500', '100537.437500', '100537.897500', '100538.357500', '100538.817500', '100539.277500', '100539.737500', '100540.197500', '100540.657500', '100541.117500', '100541.577500', '100542.037500', '100542.497500', '100542.957500', '100543.417500', '100543.877500', '100544.337500', '100544.797500', '100545.257500', '100545.717500', '100546.177500', '100546.637500', '100547.097500', '100547.557500', '100548.017500', '100548.477500', '100548.937500', '100549.397500', '100549.857500', '100550.317500', '100550.777500', '100551.237500', '100551.697500', '100552.157500', '100552.617500', '100553.077500', '100553.537500', '100553.997500', '100554.457500', '100554.917500', '100555.377500', '100555.837500', '100556.297500', '100556.757500', '100557.217500', '100557.677500', '100558.137500', '100558.597500', '100559.057500', '100559.517500', '100559.977500', '100600.437500', '100600.897500', '100601.357500', '100601.817500', '100602.277500', '100602.737500', '100603.197500', '100603.657500', '100604.117500', '100604.577500', '100605.037500', '100605.497500', '100605.957500', '100606.417500', '100606.877500', '100607.337500', '100607.797500', '100608.257500', '100608.717500', '100609.177500', '100609.637500', '100610.097500', '100610.557500', '100611.017500', '100611.477500', '100611.937500', '100612.397500', '100612.857500', '100613.317500', '100613.777500', '100614.237500', '100614.697500', '100615.157500', '100615.617500', '100616.077500', '100616.537500', '100616.997500', '100617.457500', '100617.917500', '100618.377500', '100618.837500', '100619.297500', '100619.757500', '100620.217500', '100620.677500', '100621.137500', '100621.597500', '100622.057500', '100622.517500', '100622.977500', '100623.437500', '100623.897500', '100624.357500', '100624.817500', '100625.277500', '100625.737500', '100626.197500', '100626.657500', '100627.117500', '100627.577500', '100628.037500', '100628.497500', '100628.957500', '100629.417500', '100629.877500', '100630.337500', '100630.797500', '100631.257500', '100631.717500', '100632.177500', '100632.637500', '100633.097500', '100633.557500', '100634.017500', '100634.477500', '100634.937500', '100635.397500', '100635.857500', '100636.317500', '100636.777500', '100637.237500', '100637.697500', '100638.157500', '100638.617500', '100639.077500', '100639.537500', '100639.997500', '100640.457500', '100640.917500', '100641.377500', '100641.837500', '100642.297500', '100642.757500', '100643.217500', '100643.677500', '100644.137500', '100644.597500', '100645.057500', '100645.517500', '100645.977500', '100646.437500', '100646.897500', '100647.357500', '100647.817500', '100648.277500', '100648.737500', '100649.197500', '100649.657500', '100650.117500', '100650.577500', '100651.037500', '100651.497500', '100651.957500', '100652.417500', '100652.877500'], 'ContentTime': ['100029.223000', '100029.229000', '100029.232000', '100029.235000', '100029.238000', '100029.241000', '100029.244000', '100029.247000', '100029.254000', '100029.259000', '100029.262000', '100029.265000', '100029.269000', '100029.273000', '100029.277000', '100029.280000', '100029.285000', '100029.289000', '100029.293000', '100029.296000', '100029.299000', '100029.303000', '100029.306000', '100029.309000', '100029.319000', '100029.323000', '100029.326000', '100029.330000', '100029.334000', '100029.338000', '100029.342000', '100029.345000', '100029.348000', '100029.351000', '100029.354000', '100029.357000', '100049.177000', '100049.180000', '100049.187000', '100049.190000', '100049.193000', '100049.196000', '100049.199000', '100049.202000', '100049.204000', '100049.207000', '100049.210000', '100049.213000', '100049.216000', '100049.218000', '100049.221000', '100049.224000', '100049.227000', '100049.230000', '100049.233000', '100049.235000', '100049.238000', '100049.241000', '100049.244000', '100049.247000', '100049.250000', '100049.252000', '100049.255000', '100049.258000', '100049.261000', '100049.263000', '100049.266000', '100049.269000', '100049.272000', '100049.275000', '100049.277000', '100049.280000', '100049.283000', '100049.286000', '100049.289000', '100049.291000', '100049.294000', '100049.297000', '100049.300000', '100109.177000', '100109.180000', '100109.182000', '100109.185000', '100109.188000', '100109.191000', '100109.194000', '100109.197000', '100109.200000', '100109.203000', '100109.205000', '100109.208000', '100109.211000', '100109.214000', '100109.217000', '100109.220000', '100109.222000', '100109.225000', '100109.228000', '100109.231000', '100109.234000', '100109.237000', '100109.239000', '100109.249000', '100109.251000', '100109.254000', '100109.257000', '100109.260000', '100109.263000', '100109.265000', '100109.268000', '100109.271000', '100109.274000', '100109.277000', '100109.279000', '100109.282000', '100109.285000', '100109.288000', '100109.290000', '100109.293000', '100109.296000', '100109.299000', '100109.302000', '100109.304000', '100129.177000', '100129.180000', '100129.183000', '100129.186000', '100129.188000', '100129.191000', '100129.194000', '100129.197000', '100129.199000', '100129.202000', '100129.205000', '100129.208000', '100129.211000', '100129.214000', '100129.217000', '100129.219000', '100129.222000', '100129.225000', '100129.228000', '100129.231000', '100129.234000', '100129.236000', '100129.239000', '100129.242000', '100129.245000', '100129.248000', '100129.250000', '100129.253000', '100129.256000', '100129.259000', '100129.262000', '100129.264000', '100129.280000', '100129.283000', '100129.286000', '100129.288000', '100129.291000', '100129.294000', '100129.297000', '100129.300000', '100129.304000', '100129.307000', '100129.309000', '100149.176000', '100149.179000', '100149.182000', '100149.184000', '100149.187000', '100149.190000', '100149.193000', '100149.196000', '100149.198000', '100149.201000', '100149.204000', '100149.207000', '100149.210000', '100149.213000', '100149.216000', '100149.218000', '100149.221000', '100149.224000', '100149.227000', '100149.230000', '100149.232000', '100149.235000', '100149.238000', '100149.241000', '100149.244000', '100149.246000', '100149.249000', '100149.252000', '100149.255000', '100149.258000', '100149.261000', '100149.263000', '100149.266000', '100149.269000', '100149.272000', '100149.275000', '100149.278000', '100149.281000', '100149.284000', '100149.286000', '100149.289000', '100149.292000', '100149.295000', '100149.298000', '100209.177000', '100209.180000', '100209.183000', '100209.185000', '100209.188000', '100209.191000', '100209.194000', '100209.197000', '100209.200000', '100209.202000', '100209.205000', '100209.208000', '100209.211000', '100209.214000', '100209.217000', '100209.219000', '100209.222000', '100209.225000', '100209.228000', '100209.231000', '100209.233000', '100209.236000', '100209.239000', '100209.242000', '100209.245000', '100209.247000', '100209.250000', '100209.253000', '100209.256000', '100209.259000', '100209.261000', '100209.264000', '100209.267000', '100209.270000', '100209.273000', '100209.276000', '100209.278000', '100209.281000', '100209.284000', '100209.287000', '100209.290000', '100209.292000', '100209.295000', '100229.177000', '100229.180000', '100229.183000', '100229.186000', '100229.189000', '100229.192000', '100229.195000', '100229.197000', '100229.200000', '100229.203000', '100229.206000', '100229.209000', '100229.212000', '100229.215000', '100229.217000', '100229.220000', '100229.223000', '100229.226000', '100229.229000', '100229.232000', '100229.234000', '100229.237000', '100229.240000', '100229.243000', '100229.246000', '100229.249000', '100229.251000', '100229.254000', '100229.257000', '100229.260000', '100229.263000', '100229.266000', '100229.268000', '100229.271000', '100229.274000', '100229.277000', '100229.280000', '100229.283000', '100229.285000', '100229.288000', '100229.291000', '100229.294000', '100229.297000', '100249.177000', '100249.180000', '100249.183000', '100249.186000', '100249.188000', '100249.191000', '100249.194000', '100249.197000', '100249.200000', '100249.203000', '100249.205000', '100249.208000', '100249.211000', '100249.214000', '100249.217000', '100249.220000', '100249.223000', '100249.226000', '100249.228000', '100249.231000', '100249.234000', '100249.237000', '100249.240000', '100249.243000', '100249.246000', '100249.248000', '100249.251000', '100249.254000', '100249.257000', '100249.260000', '100249.262000', '100249.265000', '100249.268000', '100249.271000', '100249.274000', '100249.276000', '100249.279000', '100249.282000', '100249.285000', '100249.288000', '100249.291000', '100249.293000', '100249.296000', '100249.299000', '100309.177000', '100309.180000', '100309.183000', '100309.187000', '100309.191000', '100309.195000', '100309.197000', '100309.200000', '100309.203000', '100309.206000', '100309.209000', '100309.212000', '100309.215000', '100309.218000', '100309.220000', '100309.223000', '100309.226000', '100309.229000', '100309.232000', '100309.234000', '100309.237000', '100309.240000', '100309.243000', '100309.246000', '100309.249000', '100309.251000', '100309.254000', '100309.257000', '100309.275000', '100309.278000', '100309.281000', '100309.283000', '100309.291000', '100309.294000', '100309.297000', '100309.300000', '100309.303000', '100309.306000', '100309.308000', '100309.311000', '100309.314000', '100309.317000', '100309.320000', '100329.177000', '100329.180000', '100329.183000', '100329.186000', '100329.189000', '100329.192000', '100329.194000', '100329.197000', '100329.200000', '100329.203000', '100329.206000', '100329.209000', '100329.212000', '100329.214000', '100329.217000', '100329.220000', '100329.223000', '100329.226000', '100329.229000', '100329.232000', '100329.234000', '100329.237000', '100329.240000', '100329.243000', '100329.246000', '100329.249000', '100329.252000', '100329.255000', '100329.257000', '100329.260000', '100329.263000', '100329.266000', '100329.269000', '100329.271000', '100329.274000', '100329.277000', '100329.280000', '100329.283000', '100329.286000', '100329.288000', '100329.291000', '100329.294000', '100329.297000', '100329.300000', '100349.177000', '100349.180000', '100349.183000', '100349.186000', '100349.189000', '100349.192000', '100349.195000', '100349.197000', '100349.200000', '100349.203000', '100349.206000', '100349.209000', '100349.214000', '100349.218000', '100349.221000', '100349.224000', '100349.227000', '100349.230000', '100349.232000', '100349.235000', '100349.238000', '100349.241000', '100349.244000', '100349.247000', '100349.249000', '100349.252000', '100349.255000', '100349.258000', '100349.261000', '100349.264000', '100349.266000', '100349.269000', '100349.272000', '100349.275000', '100349.278000', '100349.281000', '100349.283000', '100349.286000', '100349.289000', '100349.292000', '100349.295000', '100349.297000', '100349.300000', '100409.176000', '100409.179000', '100409.182000', '100409.185000', '100409.187000', '100409.190000', '100409.193000', '100409.196000', '100409.199000', '100409.202000', '100409.205000', '100409.207000', '100409.210000', '100409.213000', '100409.216000', '100409.219000', '100409.222000', '100409.224000', '100409.227000', '100409.230000', '100409.233000', '100409.236000', '100409.239000', '100409.241000', '100409.244000', '100409.247000', '100409.250000', '100409.253000', '100409.256000', '100409.258000', '100409.261000', '100409.264000', '100409.267000', '100409.270000', '100409.273000', '100409.275000', '100409.278000', '100409.281000', '100409.284000', '100409.287000', '100409.289000', '100409.292000', '100409.295000', '100409.298000', '100429.177000', '100429.180000', '100429.183000', '100429.185000', '100429.188000', '100429.191000', '100429.194000', '100429.197000', '100429.200000', '100429.203000', '100429.206000', '100429.208000', '100429.212000', '100429.217000', '100429.220000', '100429.223000', '100429.226000', '100429.229000', '100429.232000', '100429.235000', '100429.237000', '100429.240000', '100429.243000', '100429.246000', '100429.249000', '100429.252000', '100429.255000', '100429.257000', '100429.260000', '100429.263000', '100429.266000', '100429.269000', '100429.272000', '100429.274000', '100429.277000', '100429.280000', '100429.283000', '100429.286000', '100429.289000', '100429.291000', '100429.294000', '100429.297000', '100429.300000', '100449.177000', '100449.180000', '100449.183000', '100449.186000', '100449.188000', '100449.191000', '100449.194000', '100449.197000', '100449.200000', '100449.203000', '100449.221000', '100449.223000', '100449.226000', '100449.229000', '100449.232000', '100449.235000', '100449.238000', '100449.241000', '100449.243000', '100449.246000', '100449.249000', '100449.252000', '100449.255000', '100449.258000', '100449.261000', '100449.264000', '100449.266000', '100449.269000', '100449.272000', '100449.275000', '100449.278000', '100449.281000', '100449.283000', '100449.286000', '100449.289000', '100449.292000', '100449.295000', '100449.298000', '100449.301000', '100449.303000', '100449.306000', '100449.309000', '100449.312000', '100449.315000', '100509.178000', '100509.181000', '100509.184000', '100509.187000', '100509.190000', '100509.193000', '100509.196000', '100509.199000', '100509.202000', '100509.204000', '100509.207000', '100509.210000', '100509.213000', '100509.216000', '100509.219000', '100509.222000', '100509.224000', '100509.227000', '100509.230000', '100509.233000', '100509.237000', '100509.242000', '100509.245000', '100509.248000', '100509.251000', '100509.255000', '100509.257000', '100509.260000', '100509.263000', '100509.266000', '100509.269000', '100509.271000', '100509.274000', '100509.277000', '100509.280000', '100509.283000', '100509.285000', '100509.288000', '100509.291000', '100509.294000', '100509.297000', '100509.300000', '100509.302000', '100529.177000', '100529.180000', '100529.183000', '100529.185000', '100529.188000', '100529.191000', '100529.194000', '100529.197000', '100529.200000', '100529.203000', '100529.206000', '100529.208000', '100529.212000', '100529.214000', '100529.217000', '100529.220000', '100529.223000', '100529.226000', '100529.228000', '100529.231000', '100529.234000', '100529.237000', '100529.240000', '100529.243000', '100529.246000', '100529.248000', '100529.251000', '100529.254000', '100529.257000', '100529.260000', '100529.262000', '100529.265000', '100529.268000', '100529.271000', '100529.274000', '100529.277000', '100529.280000', '100529.282000', '100529.285000', '100529.288000', '100529.291000', '100529.294000', '100529.296000', '100529.299000', '100549.177000', '100549.180000', '100549.183000', '100549.186000', '100549.189000', '100549.191000', '100549.194000', '100549.197000', '100549.200000', '100549.203000', '100549.206000', '100549.209000', '100549.211000', '100549.214000', '100549.224000', '100549.227000', '100549.230000', '100549.232000', '100549.235000', '100549.238000', '100549.241000', '100549.244000', '100549.247000', '100549.250000', '100549.252000', '100549.255000', '100549.258000', '100549.261000', '100549.264000', '100549.266000', '100549.269000', '100549.272000', '100549.275000', '100549.278000', '100549.281000', '100549.284000', '100549.286000', '100549.289000', '100549.294000', '100549.298000', '100549.301000', '100549.303000', '100549.306000', '100609.177000', '100609.180000', '100609.183000', '100609.186000', '100609.188000', '100609.191000', '100609.194000', '100609.197000', '100609.200000', '100609.203000', '100609.205000', '100609.208000', '100609.211000', '100609.214000', '100609.217000', '100609.220000', '100609.223000', '100609.225000', '100609.228000', '100609.231000', '100609.249000', '100609.252000', '100609.255000', '100609.258000', '100609.261000', '100609.264000', '100609.266000', '100609.269000', '100609.272000', '100609.275000', '100609.278000', '100609.281000', '100609.284000', '100609.286000', '100609.289000', '100609.292000', '100609.295000', '100609.298000', '100609.301000', '100609.304000', '100609.306000', '100609.309000', '100609.312000', '100609.315000', '100629.176000', '100629.179000', '100629.182000', '100629.185000', '100629.187000', '100629.190000', '100629.193000', '100629.196000', '100629.199000', '100629.202000', '100629.205000', '100629.207000', '100629.210000', '100629.214000', '100629.217000', '100629.220000', '100629.223000', '100629.226000', '100629.229000', '100629.232000', '100629.235000', '100629.238000', '100629.240000', '100629.243000', '100629.246000', '100629.249000', '100629.252000', '100629.254000', '100629.257000', '100629.260000', '100629.263000', '100629.266000', '100629.269000', '100629.272000', '100629.274000', '100629.277000', '100629.281000', '100629.286000', '100629.289000', '100629.292000', '100629.295000', '100629.298000', '100629.301000', '100649.177000', '100649.180000', '100649.183000', '100649.186000', '100649.188000', '100649.191000', '100649.194000', '100649.197000', '100649.200000', '100649.203000', '100649.206000', '100649.209000', '100649.211000', '100649.214000', '100649.217000', '100649.220000', '100649.223000', '100649.225000', '100649.228000', '100649.231000', '100649.234000', '100649.237000', '100649.240000', '100649.242000', '100649.245000', '100649.248000', '100649.251000', '100649.254000', '100649.256000', '100649.259000', '100649.262000', '100649.265000', '100649.268000', '100649.270000', '100649.273000', '100649.276000', '100649.279000', '100649.282000', '100649.285000', '100649.287000', '100649.290000', '100649.293000', '100649.296000', '100649.299000', '100653.721000', '100653.725000', '100653.728000', '100653.732000', '100653.735000', '100653.738000', '100653.741000', '100653.744000', '100653.747000', '100653.750000'], 'InstanceCreationTime': ['100029.223000', '100029.229000', '100029.232000', '100029.235000', '100029.238000', '100029.241000', '100029.244000', '100029.247000', '100029.254000', '100029.259000', '100029.262000', '100029.265000', '100029.269000', '100029.273000', '100029.277000', '100029.280000', '100029.285000', '100029.289000', '100029.293000', '100029.296000', '100029.299000', '100029.303000', '100029.306000', '100029.309000', '100029.319000', '100029.323000', '100029.326000', '100029.330000', '100029.334000', '100029.338000', '100029.342000', '100029.345000', '100029.348000', '100029.351000', '100029.354000', '100029.357000', '100049.177000', '100049.180000', '100049.187000', '100049.190000', '100049.193000', '100049.196000', '100049.199000', '100049.202000', '100049.204000', '100049.207000', '100049.210000', '100049.213000', '100049.216000', '100049.218000', '100049.221000', '100049.224000', '100049.227000', '100049.230000', '100049.233000', '100049.235000', '100049.238000', '100049.241000', '100049.244000', '100049.247000', '100049.250000', '100049.252000', '100049.255000', '100049.258000', '100049.261000', '100049.263000', '100049.266000', '100049.269000', '100049.272000', '100049.275000', '100049.277000', '100049.280000', '100049.283000', '100049.286000', '100049.289000', '100049.291000', '100049.294000', '100049.297000', '100049.300000', '100109.177000', '100109.180000', '100109.182000', '100109.185000', '100109.188000', '100109.191000', '100109.194000', '100109.197000', '100109.200000', '100109.203000', '100109.205000', '100109.208000', '100109.211000', '100109.214000', '100109.217000', '100109.220000', '100109.222000', '100109.225000', '100109.228000', '100109.231000', '100109.234000', '100109.237000', '100109.239000', '100109.249000', '100109.251000', '100109.254000', '100109.257000', '100109.260000', '100109.263000', '100109.265000', '100109.268000', '100109.271000', '100109.274000', '100109.277000', '100109.279000', '100109.282000', '100109.285000', '100109.288000', '100109.290000', '100109.293000', '100109.296000', '100109.299000', '100109.302000', '100109.304000', '100129.177000', '100129.180000', '100129.183000', '100129.186000', '100129.188000', '100129.191000', '100129.194000', '100129.197000', '100129.199000', '100129.202000', '100129.205000', '100129.208000', '100129.211000', '100129.214000', '100129.217000', '100129.219000', '100129.222000', '100129.225000', '100129.228000', '100129.231000', '100129.234000', '100129.236000', '100129.239000', '100129.242000', '100129.245000', '100129.248000', '100129.250000', '100129.253000', '100129.256000', '100129.259000', '100129.262000', '100129.264000', '100129.280000', '100129.283000', '100129.286000', '100129.288000', '100129.291000', '100129.294000', '100129.297000', '100129.300000', '100129.304000', '100129.307000', '100129.309000', '100149.176000', '100149.179000', '100149.182000', '100149.184000', '100149.187000', '100149.190000', '100149.193000', '100149.196000', '100149.198000', '100149.201000', '100149.204000', '100149.207000', '100149.210000', '100149.213000', '100149.216000', '100149.218000', '100149.221000', '100149.224000', '100149.227000', '100149.230000', '100149.232000', '100149.235000', '100149.238000', '100149.241000', '100149.244000', '100149.246000', '100149.249000', '100149.252000', '100149.255000', '100149.258000', '100149.261000', '100149.263000', '100149.266000', '100149.269000', '100149.272000', '100149.275000', '100149.278000', '100149.281000', '100149.284000', '100149.286000', '100149.289000', '100149.292000', '100149.295000', '100149.298000', '100209.177000', '100209.180000', '100209.183000', '100209.185000', '100209.188000', '100209.191000', '100209.194000', '100209.197000', '100209.200000', '100209.202000', '100209.205000', '100209.208000', '100209.211000', '100209.214000', '100209.217000', '100209.219000', '100209.222000', '100209.225000', '100209.228000', '100209.231000', '100209.233000', '100209.236000', '100209.239000', '100209.242000', '100209.245000', '100209.247000', '100209.250000', '100209.253000', '100209.256000', '100209.259000', '100209.261000', '100209.264000', '100209.267000', '100209.270000', '100209.273000', '100209.276000', '100209.278000', '100209.281000', '100209.284000', '100209.287000', '100209.290000', '100209.292000', '100209.295000', '100229.177000', '100229.180000', '100229.183000', '100229.186000', '100229.189000', '100229.192000', '100229.195000', '100229.197000', '100229.200000', '100229.203000', '100229.206000', '100229.209000', '100229.212000', '100229.215000', '100229.217000', '100229.220000', '100229.223000', '100229.226000', '100229.229000', '100229.232000', '100229.234000', '100229.237000', '100229.240000', '100229.243000', '100229.246000', '100229.249000', '100229.251000', '100229.254000', '100229.257000', '100229.260000', '100229.263000', '100229.266000', '100229.268000', '100229.271000', '100229.274000', '100229.277000', '100229.280000', '100229.283000', '100229.285000', '100229.288000', '100229.291000', '100229.294000', '100229.297000', '100249.177000', '100249.180000', '100249.183000', '100249.186000', '100249.188000', '100249.191000', '100249.194000', '100249.197000', '100249.200000', '100249.203000', '100249.205000', '100249.208000', '100249.211000', '100249.214000', '100249.217000', '100249.220000', '100249.223000', '100249.226000', '100249.228000', '100249.231000', '100249.234000', '100249.237000', '100249.240000', '100249.243000', '100249.246000', '100249.248000', '100249.251000', '100249.254000', '100249.257000', '100249.260000', '100249.262000', '100249.265000', '100249.268000', '100249.271000', '100249.274000', '100249.276000', '100249.279000', '100249.282000', '100249.285000', '100249.288000', '100249.291000', '100249.293000', '100249.296000', '100249.299000', '100309.177000', '100309.180000', '100309.183000', '100309.187000', '100309.191000', '100309.195000', '100309.197000', '100309.200000', '100309.203000', '100309.206000', '100309.209000', '100309.212000', '100309.215000', '100309.218000', '100309.220000', '100309.223000', '100309.226000', '100309.229000', '100309.232000', '100309.234000', '100309.237000', '100309.240000', '100309.243000', '100309.246000', '100309.249000', '100309.251000', '100309.254000', '100309.257000', '100309.275000', '100309.278000', '100309.281000', '100309.283000', '100309.291000', '100309.294000', '100309.297000', '100309.300000', '100309.303000', '100309.306000', '100309.308000', '100309.311000', '100309.314000', '100309.317000', '100309.320000', '100329.177000', '100329.180000', '100329.183000', '100329.186000', '100329.189000', '100329.192000', '100329.194000', '100329.197000', '100329.200000', '100329.203000', '100329.206000', '100329.209000', '100329.212000', '100329.214000', '100329.217000', '100329.220000', '100329.223000', '100329.226000', '100329.229000', '100329.232000', '100329.234000', '100329.237000', '100329.240000', '100329.243000', '100329.246000', '100329.249000', '100329.252000', '100329.255000', '100329.257000', '100329.260000', '100329.263000', '100329.266000', '100329.269000', '100329.271000', '100329.274000', '100329.277000', '100329.280000', '100329.283000', '100329.286000', '100329.288000', '100329.291000', '100329.294000', '100329.297000', '100329.300000', '100349.177000', '100349.180000', '100349.183000', '100349.186000', '100349.189000', '100349.192000', '100349.195000', '100349.197000', '100349.200000', '100349.203000', '100349.206000', '100349.209000', '100349.214000', '100349.218000', '100349.221000', '100349.224000', '100349.227000', '100349.230000', '100349.232000', '100349.235000', '100349.238000', '100349.241000', '100349.244000', '100349.247000', '100349.249000', '100349.252000', '100349.255000', '100349.258000', '100349.261000', '100349.264000', '100349.266000', '100349.269000', '100349.272000', '100349.275000', '100349.278000', '100349.281000', '100349.283000', '100349.286000', '100349.289000', '100349.292000', '100349.295000', '100349.297000', '100349.300000', '100409.176000', '100409.179000', '100409.182000', '100409.185000', '100409.187000', '100409.190000', '100409.193000', '100409.196000', '100409.199000', '100409.202000', '100409.205000', '100409.207000', '100409.210000', '100409.213000', '100409.216000', '100409.219000', '100409.222000', '100409.224000', '100409.227000', '100409.230000', '100409.233000', '100409.236000', '100409.239000', '100409.241000', '100409.244000', '100409.247000', '100409.250000', '100409.253000', '100409.256000', '100409.258000', '100409.261000', '100409.264000', '100409.267000', '100409.270000', '100409.273000', '100409.275000', '100409.278000', '100409.281000', '100409.284000', '100409.287000', '100409.289000', '100409.292000', '100409.295000', '100409.298000', '100429.177000', '100429.180000', '100429.183000', '100429.185000', '100429.188000', '100429.191000', '100429.194000', '100429.197000', '100429.200000', '100429.203000', '100429.206000', '100429.208000', '100429.212000', '100429.217000', '100429.220000', '100429.223000', '100429.226000', '100429.229000', '100429.232000', '100429.235000', '100429.237000', '100429.240000', '100429.243000', '100429.246000', '100429.249000', '100429.252000', '100429.255000', '100429.257000', '100429.260000', '100429.263000', '100429.266000', '100429.269000', '100429.272000', '100429.274000', '100429.277000', '100429.280000', '100429.283000', '100429.286000', '100429.289000', '100429.291000', '100429.294000', '100429.297000', '100429.300000', '100449.177000', '100449.180000', '100449.183000', '100449.186000', '100449.188000', '100449.191000', '100449.194000', '100449.197000', '100449.200000', '100449.203000', '100449.221000', '100449.223000', '100449.226000', '100449.229000', '100449.232000', '100449.235000', '100449.238000', '100449.241000', '100449.243000', '100449.246000', '100449.249000', '100449.252000', '100449.255000', '100449.258000', '100449.261000', '100449.264000', '100449.266000', '100449.269000', '100449.272000', '100449.275000', '100449.278000', '100449.281000', '100449.283000', '100449.286000', '100449.289000', '100449.292000', '100449.295000', '100449.298000', '100449.301000', '100449.303000', '100449.306000', '100449.309000', '100449.312000', '100449.315000', '100509.178000', '100509.181000', '100509.184000', '100509.187000', '100509.190000', '100509.193000', '100509.196000', '100509.199000', '100509.202000', '100509.204000', '100509.207000', '100509.210000', '100509.213000', '100509.216000', '100509.219000', '100509.222000', '100509.224000', '100509.227000', '100509.230000', '100509.233000', '100509.237000', '100509.242000', '100509.245000', '100509.248000', '100509.251000', '100509.255000', '100509.257000', '100509.260000', '100509.263000', '100509.266000', '100509.269000', '100509.271000', '100509.274000', '100509.277000', '100509.280000', '100509.283000', '100509.285000', '100509.288000', '100509.291000', '100509.294000', '100509.297000', '100509.300000', '100509.302000', '100529.177000', '100529.180000', '100529.183000', '100529.185000', '100529.188000', '100529.191000', '100529.194000', '100529.197000', '100529.200000', '100529.203000', '100529.206000', '100529.208000', '100529.212000', '100529.214000', '100529.217000', '100529.220000', '100529.223000', '100529.226000', '100529.228000', '100529.231000', '100529.234000', '100529.237000', '100529.240000', '100529.243000', '100529.246000', '100529.248000', '100529.251000', '100529.254000', '100529.257000', '100529.260000', '100529.262000', '100529.265000', '100529.268000', '100529.271000', '100529.274000', '100529.277000', '100529.280000', '100529.282000', '100529.285000', '100529.288000', '100529.291000', '100529.294000', '100529.296000', '100529.299000', '100549.177000', '100549.180000', '100549.183000', '100549.186000', '100549.189000', '100549.191000', '100549.194000', '100549.197000', '100549.200000', '100549.203000', '100549.206000', '100549.209000', '100549.211000', '100549.214000', '100549.224000', '100549.227000', '100549.230000', '100549.232000', '100549.235000', '100549.238000', '100549.241000', '100549.244000', '100549.247000', '100549.250000', '100549.252000', '100549.255000', '100549.258000', '100549.261000', '100549.264000', '100549.266000', '100549.269000', '100549.272000', '100549.275000', '100549.278000', '100549.281000', '100549.284000', '100549.286000', '100549.289000', '100549.294000', '100549.298000', '100549.301000', '100549.303000', '100549.306000', '100609.177000', '100609.180000', '100609.183000', '100609.186000', '100609.188000', '100609.191000', '100609.194000', '100609.197000', '100609.200000', '100609.203000', '100609.205000', '100609.208000', '100609.211000', '100609.214000', '100609.217000', '100609.220000', '100609.223000', '100609.225000', '100609.228000', '100609.231000', '100609.249000', '100609.252000', '100609.255000', '100609.258000', '100609.261000', '100609.264000', '100609.266000', '100609.269000', '100609.272000', '100609.275000', '100609.278000', '100609.281000', '100609.284000', '100609.286000', '100609.289000', '100609.292000', '100609.295000', '100609.298000', '100609.301000', '100609.304000', '100609.306000', '100609.309000', '100609.312000', '100609.315000', '100629.176000', '100629.179000', '100629.182000', '100629.185000', '100629.187000', '100629.190000', '100629.193000', '100629.196000', '100629.199000', '100629.202000', '100629.205000', '100629.207000', '100629.210000', '100629.214000', '100629.217000', '100629.220000', '100629.223000', '100629.226000', '100629.229000', '100629.232000', '100629.235000', '100629.238000', '100629.240000', '100629.243000', '100629.246000', '100629.249000', '100629.252000', '100629.254000', '100629.257000', '100629.260000', '100629.263000', '100629.266000', '100629.269000', '100629.272000', '100629.274000', '100629.277000', '100629.281000', '100629.286000', '100629.289000', '100629.292000', '100629.295000', '100629.298000', '100629.301000', '100649.177000', '100649.180000', '100649.183000', '100649.186000', '100649.188000', '100649.191000', '100649.194000', '100649.197000', '100649.200000', '100649.203000', '100649.206000', '100649.209000', '100649.211000', '100649.214000', '100649.217000', '100649.220000', '100649.223000', '100649.225000', '100649.228000', '100649.231000', '100649.234000', '100649.237000', '100649.240000', '100649.242000', '100649.245000', '100649.248000', '100649.251000', '100649.254000', '100649.256000', '100649.259000', '100649.262000', '100649.265000', '100649.268000', '100649.270000', '100649.273000', '100649.276000', '100649.279000', '100649.282000', '100649.285000', '100649.287000', '100649.290000', '100649.293000', '100649.296000', '100649.299000', '100653.721000', '100653.725000', '100653.728000', '100653.732000', '100653.735000', '100653.738000', '100653.741000', '100653.744000', '100653.747000', '100653.750000'], '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': [9487, 10790, 13465, 10006, 14160, 11050, 10865, 14856, 10062, 11859, 9236, 9962, 12598, 9214, 11198, 8809, 10919, 8580, 10781, 8866, 9277, 12408, 8705, 10462, 8271, 9155, 8412, 7770, 9631, 8452, 9570, 7338, 7351, 8042, 13228, 10544, 12992, 10585, 14105, 11172, 15499, 11913, 12330, 14124, 11722, 15431, 11040, 8819, 12015, 9648, 10407, 9404, 10040, 8983, 12674, 8815, 7928, 9211, 7852, 10342, 8888, 13187, 10266, 13642, 13342, 9109, 15616, 12872, 8014, 10861, 10427, 9981, 13798, 18081, 14371, 14453, 13545, 11904, 15455, 11054, 13904, 9433, 11468, 15767, 10862, 14093, 10529, 10716, 10121, 8480, 10723, 9880, 10619, 10191, 11086, 10962, 9446, 11682, 12362, 11627, 14754, 11449, 9165, 11003, 15562, 10892, 14348, 10097, 11422, 10018, 10597, 9551, 8534, 9939, 8454, 9363, 9197, 11293, 9876, 13761, 9596, 12306, 14374, 10851, 13721, 10521, 10226, 10124, 9244, 10570, 16786, 12758, 14175, 10158, 12246, 9498, 11688, 9338, 11109, 9331, 11873, 9153, 12259, 9562, 11995, 9626, 12627, 9315, 12221, 9189, 10532, 9603, 11305, 8954, 11403, 9418, 11703, 9509, 12149, 9239, 12701, 9624, 12238, 9764, 13427, 9612, 12445, 9780, 12401, 9247, 11825, 10217, 12932, 9676, 14324, 9951, 12798, 10510, 10322, 16403, 11444, 11879, 10025, 11367, 9502, 10235, 9349, 9274, 9635, 9018, 11411, 9189, 13349, 13986, 10524, 13882, 10348, 12451, 9510, 10548, 8887, 9413, 15618, 11002, 14191, 9340, 12842, 9113, 9836, 9130, 10204, 9174, 11399, 8455, 12365, 10199, 11590, 9503, 8918, 9354, 8585, 13339, 10144, 13559, 11192, 12304, 12071, 13332, 9619, 12312, 9396, 11813, 15939, 11094, 15036, 9670, 12709, 9305, 10934, 9346, 9743, 9372, 10303, 9673, 10607, 8903, 10479, 9043, 10292, 8420, 11163, 9840, 9785, 13101, 10745, 13463, 10056, 12779, 10442, 12951, 9417, 12421, 9172, 13606, 9391, 8616, 9488, 10789, 9659, 13158, 9525, 12279, 9792, 12403, 8951, 11018, 7907, 10190, 8983, 9493, 13523, 9320, 10539, 9171, 11390, 9122, 10709, 8901, 10229, 8950, 10077, 9102, 11070, 8916, 10719, 8667, 10633, 8866, 11161, 9351, 10664, 9149, 13064, 9458, 13425, 9310, 12014, 8506, 12041, 9593, 12667, 8597, 11566, 9819, 11912, 15084, 11788, 15267, 11378, 10512, 9642, 13159, 9398, 11670, 8610, 10569, 13912, 10577, 11056, 9652, 8646, 9462, 12588, 9733, 12590, 9065, 10711, 8666, 10634, 8557, 10822, 8283, 10165, 8228, 11088, 9238, 12778, 10175, 8847, 9450, 8068, 10493, 8368, 12077, 10324, 8826, 11915, 10494, 13196, 13888, 12486, 16369, 12687, 15147, 11527, 12770, 9087, 11096, 15372, 10368, 11699, 8942, 10580, 8244, 9744, 8065, 10192, 7780, 9943, 11698, 9994, 11243, 10001, 10527, 9618, 10473, 9378, 10596, 8299, 10093, 10479, 10160, 8991, 10054, 14427, 9864, 12529, 9143, 10791, 14013, 10678, 8648, 10020, 8754, 10070, 13124, 9920, 13606, 10296, 14249, 9882, 11379, 9853, 12642, 11139, 10213, 15291, 11585, 11773, 9769, 10278, 9056, 10076, 7505, 9209, 11669, 9269, 10820, 9261, 9575, 9439, 8757, 9555, 12181, 9068, 10822, 12493, 10208, 12481, 10223, 14222, 9934, 13078, 9573, 12261, 9391, 12323, 8824, 10741, 8704, 11171, 8715, 10087, 13998, 10148, 12273, 10305, 11545, 9846, 12554, 9904, 11575, 8482, 10661, 8356, 10659, 8848, 10895, 8355, 10516, 9581, 9971, 14177, 10047, 12357, 10127, 11411, 9906, 11860, 9347, 10640, 8461, 10191, 9309, 10208, 8655, 10240, 13977, 10041, 12453, 9927, 11024, 9855, 11502, 9736, 12682, 9368, 12394, 10320, 11277, 15041, 10825, 13915, 10101, 12662, 8931, 11025, 14564, 10573, 12289, 10040, 10485, 9695, 11858, 9804, 10989, 9476, 10341, 9803, 10351, 9397, 12118, 8423, 11042, 11647, 10217, 8478, 10262, 13990, 9861, 13825, 10618, 12701, 10211, 13687, 9658, 10627, 9554, 12154, 9374, 11147, 8631, 10346, 11550, 10081, 12012, 9669, 11793, 9410, 10611, 10204, 10450, 8132, 10019, 8191, 10066, 13433, 9774, 11181, 8895, 10302, 8714, 10486, 8212, 10654, 9066, 10112, 11945, 9956, 8941, 9922, 11552, 10314, 13651, 10380, 13069, 10498, 13144, 10194, 13185, 9881, 12155, 14368, 10660, 14655, 10871, 12022, 10045, 11072, 9320, 10378, 8713, 10053, 11811, 9999, 10091, 9795, 9270, 9583, 12237, 9519, 10691, 13103, 9664, 12302, 9912, 11324, 9230, 10281, 9318, 9748, 13330, 9481, 10594, 9650, 9877, 9413, 10389, 7886, 10081, 13433, 9669, 11502, 10025, 12323, 9419, 11197, 12100, 9820, 13978, 9794, 11257, 9848, 12023, 9560, 11086, 9381, 11308, 9682, 11973, 9623, 8323, 9933, 9106, 10225, 15618, 10771, 11914, 15329, 11698, 13385, 10451, 11556, 9839, 12653, 9808, 10950, 8556, 10444, 8687, 10520, 8770, 10422, 9402, 10976, 9163, 11137, 9081, 10272, 14825, 10292, 12555, 10514, 12201, 9678, 10992, 8825, 10459, 14340, 10223, 13361, 9845, 11011, 8856, 12872, 10445, 11462, 9800, 7440, 10324, 8220, 10624, 14271, 10612, 11908, 9521, 10675, 13094, 10443, 12811, 10847, 9205, 10538, 11772, 10766, 16283, 12216, 13629, 10398, 11559, 13120, 11371, 8834, 10450, 8584, 10731, 8519, 10934, 9084, 11033, 9362, 11676, 9292, 12376, 9358, 11943, 9574, 11432, 9348, 11186, 8909, 10964, 14965, 10371, 13191, 10708, 9416, 10161, 8591, 10363, 8694, 11281, 9326, 11212, 10531, 12517, 9651, 12004, 9518, 11571, 9791, 12241, 8882, 11488, 9225, 11318, 12778, 11132, 8770, 10960, 8087, 10895, 8505, 10758, 8446, 10699, 8680, 11250, 9193, 11203, 9584, 11781, 9920, 11906, 9230, 11755, 9476, 12406, 10072, 12075, 9882, 12695, 9362, 12013, 10773, 12038, 8682, 11610, 9548, 11833, 10186, 12021, 10398, 13327, 10925, 12689, 10334, 12846, 9874, 11900, 9246, 11562, 10805, 12648, 8292, 10926, 8680, 11160, 8903, 11713, 9442, 11086, 9630, 9326, 9748, 14129, 10090, 11611, 16059, 10812, 13661, 10887, 10995, 9061, 10326, 12195, 9803, 11439, 8730, 10185, 12066, 9615, 11073, 9548, 10246, 9261, 10562, 8502, 9654, 11494, 9422, 10616, 9423, 9446, 9567, 11229, 9390, 10981, 11377, 10165, 16251, 11307, 13623, 10422, 11238, 9802, 10781, 9575, 11984, 9362, 10953, 14129, 10776, 14252, 10177, 10877, 9845, 11903, 9923, 11295, 9098, 10571], 'WindowCenter': [4516.0, 4523.0, 4527.0, 4486.0, 4524.0, 4480.0, 4478.0, 4496.0, 4457.0, 4476.0, 4445.0, 4457.0, 4483.0, 4446.0, 4464.0, 4447.0, 4465.0, 4447.0, 4478.0, 4458.0, 4458.0, 4513.0, 4462.0, 4480.0, 4450.0, 4457.0, 4450.0, 4472.0, 4482.0, 4463.0, 4492.0, 4422.0, 4425.0, 4399.0, 4462.0, 4482.0, 4529.0, 4510.0, 4540.0, 4532.0, 4552.0, 4545.0, 4533.0, 4526.0, 4508.0, 4539.0, 4521.0, 4509.0, 4563.0, 4517.0, 4521.0, 4487.0, 4510.0, 4504.0, 4543.0, 4505.0, 4482.0, 4514.0, 4495.0, 4537.0, 4528.0, 4566.0, 4538.0, 4568.0, 4566.0, 4520.0, 4577.0, 4568.0, 4499.0, 4524.0, 4537.0, 4526.0, 4565.0, 4576.0, 4551.0, 4553.0, 4529.0, 4520.0, 4540.0, 4509.0, 4527.0, 4475.0, 4495.0, 4514.0, 4484.0, 4513.0, 4482.0, 4471.0, 4483.0, 4465.0, 4504.0, 4496.0, 4506.0, 4509.0, 4518.0, 4520.0, 4498.0, 4530.0, 4529.0, 4533.0, 4550.0, 4520.0, 4489.0, 4520.0, 4547.0, 4518.0, 4536.0, 4509.0, 4519.0, 4510.0, 4520.0, 4513.0, 4516.0, 4536.0, 4518.0, 4537.0, 4528.0, 4556.0, 4549.0, 4578.0, 4541.0, 4570.0, 4577.0, 4549.0, 4566.0, 4538.0, 4525.0, 4526.0, 4514.0, 4536.0, 4575.0, 4543.0, 4553.0, 4525.0, 4531.0, 4511.0, 4530.0, 4503.0, 4522.0, 4503.0, 4531.0, 4503.0, 4532.0, 4503.0, 4532.0, 4511.0, 4531.0, 4501.0, 4531.0, 4500.0, 4521.0, 4510.0, 4530.0, 4501.0, 4530.0, 4501.0, 4529.0, 4512.0, 4542.0, 4515.0, 4554.0, 4515.0, 4543.0, 4524.0, 4551.0, 4513.0, 4542.0, 4524.0, 4554.0, 4527.0, 4544.0, 4524.0, 4553.0, 4515.0, 4553.0, 4514.0, 4542.0, 4521.0, 4524.0, 4562.0, 4532.0, 4520.0, 4511.0, 4520.0, 4524.0, 4533.0, 4525.0, 4515.0, 4514.0, 4515.0, 4544.0, 4526.0, 4567.0, 4553.0, 4524.0, 4552.0, 4523.0, 4542.0, 4501.0, 4511.0, 4491.0, 4500.0, 4549.0, 4520.0, 4550.0, 4501.0, 4527.0, 4488.0, 4497.0, 4499.0, 4509.0, 4500.0, 4543.0, 4502.0, 4553.0, 4522.0, 4530.0, 4510.0, 4500.0, 4512.0, 4503.0, 4565.0, 4524.0, 4566.0, 4534.0, 4543.0, 4542.0, 4542.0, 4501.0, 4530.0, 4486.0, 4527.0, 4545.0, 4516.0, 4536.0, 4499.0, 4528.0, 4487.0, 4495.0, 4486.0, 4486.0, 4498.0, 4507.0, 4510.0, 4520.0, 4501.0, 4523.0, 4502.0, 4521.0, 4493.0, 4522.0, 4511.0, 4502.0, 4520.0, 4498.0, 4488.0, 4485.0, 4503.0, 4478.0, 4523.0, 4496.0, 4513.0, 4485.0, 4523.0, 4496.0, 4486.0, 4507.0, 4516.0, 4509.0, 4535.0, 4510.0, 4529.0, 4508.0, 4527.0, 4487.0, 4517.0, 4467.0, 4506.0, 4485.0, 4497.0, 4527.0, 4490.0, 4507.0, 4501.0, 4528.0, 4509.0, 4519.0, 4514.0, 4521.0, 4503.0, 4522.0, 4512.0, 4531.0, 4512.0, 4532.0, 4514.0, 4533.0, 4514.0, 4531.0, 4526.0, 4534.0, 4522.0, 4553.0, 4524.0, 4564.0, 4524.0, 4555.0, 4514.0, 4545.0, 4513.0, 4541.0, 4501.0, 4531.0, 4510.0, 4541.0, 4559.0, 4541.0, 4547.0, 4517.0, 4506.0, 4497.0, 4527.0, 4496.0, 4518.0, 4485.0, 4518.0, 4538.0, 4506.0, 4516.0, 4498.0, 4488.0, 4511.0, 4526.0, 4510.0, 4537.0, 4500.0, 4521.0, 4499.0, 4520.0, 4504.0, 4530.0, 4491.0, 4520.0, 4504.0, 4543.0, 4512.0, 4552.0, 4533.0, 4501.0, 4510.0, 4481.0, 4520.0, 4501.0, 4542.0, 4532.0, 4513.0, 4544.0, 4522.0, 4552.0, 4550.0, 4542.0, 4559.0, 4530.0, 4537.0, 4506.0, 4513.0, 4462.0, 4504.0, 4522.0, 4483.0, 4500.0, 4471.0, 4480.0, 4449.0, 4481.0, 4453.0, 4494.0, 4455.0, 4506.0, 4525.0, 4509.0, 4517.0, 4508.0, 4517.0, 4510.0, 4517.0, 4509.0, 4530.0, 4492.0, 4533.0, 4532.0, 4533.0, 4512.0, 4523.0, 4561.0, 4521.0, 4541.0, 4511.0, 4532.0, 4563.0, 4532.0, 4491.0, 4521.0, 4499.0, 4522.0, 4551.0, 4535.0, 4563.0, 4534.0, 4550.0, 4521.0, 4531.0, 4520.0, 4541.0, 4520.0, 4510.0, 4550.0, 4530.0, 4528.0, 4508.0, 4505.0, 4489.0, 4509.0, 4468.0, 4512.0, 4529.0, 4510.0, 4531.0, 4512.0, 4511.0, 4511.0, 4500.0, 4524.0, 4552.0, 4513.0, 4532.0, 4541.0, 4523.0, 4541.0, 4521.0, 4538.0, 4509.0, 4539.0, 4510.0, 4528.0, 4500.0, 4537.0, 4488.0, 4517.0, 4488.0, 4530.0, 4487.0, 4510.0, 4547.0, 4518.0, 4527.0, 4509.0, 4517.0, 4509.0, 4527.0, 4509.0, 4527.0, 4500.0, 4519.0, 4488.0, 4506.0, 4488.0, 4515.0, 4478.0, 4516.0, 4497.0, 4507.0, 4537.0, 4510.0, 4529.0, 4508.0, 4515.0, 4509.0, 4527.0, 4499.0, 4516.0, 4478.0, 4518.0, 4499.0, 4519.0, 4488.0, 4521.0, 4550.0, 4520.0, 4539.0, 4521.0, 4528.0, 4523.0, 4531.0, 4512.0, 4539.0, 4512.0, 4541.0, 4521.0, 4542.0, 4548.0, 4519.0, 4537.0, 4508.0, 4527.0, 4486.0, 4517.0, 4547.0, 4519.0, 4527.0, 4507.0, 4506.0, 4508.0, 4527.0, 4509.0, 4530.0, 4511.0, 4519.0, 4521.0, 4518.0, 4512.0, 4551.0, 4501.0, 4542.0, 4542.0, 4523.0, 4488.0, 4520.0, 4538.0, 4510.0, 4521.0, 4522.0, 4550.0, 4519.0, 4538.0, 4508.0, 4506.0, 4508.0, 4527.0, 4498.0, 4528.0, 4488.0, 4517.0, 4527.0, 4508.0, 4529.0, 4508.0, 4527.0, 4498.0, 4519.0, 4507.0, 4516.0, 4477.0, 4508.0, 4487.0, 4509.0, 4537.0, 4509.0, 4530.0, 4499.0, 4507.0, 4489.0, 4519.0, 4491.0, 4531.0, 4511.0, 4533.0, 4541.0, 4521.0, 4499.0, 4521.0, 4528.0, 4520.0, 4550.0, 4533.0, 4552.0, 4530.0, 4538.0, 4520.0, 4538.0, 4509.0, 4529.0, 4535.0, 4508.0, 4547.0, 4507.0, 4514.0, 4496.0, 4515.0, 4497.0, 4508.0, 4486.0, 4520.0, 4528.0, 4520.0, 4507.0, 4509.0, 4497.0, 4509.0, 4527.0, 4509.0, 4518.0, 4539.0, 4511.0, 4528.0, 4508.0, 4516.0, 4497.0, 4507.0, 4487.0, 4497.0, 4537.0, 4509.0, 4518.0, 4510.0, 4507.0, 4508.0, 4518.0, 4481.0, 4531.0, 4561.0, 4521.0, 4529.0, 4520.0, 4538.0, 4499.0, 4528.0, 4528.0, 4511.0, 4549.0, 4510.0, 4517.0, 4509.0, 4527.0, 4509.0, 4531.0, 4512.0, 4529.0, 4513.0, 4529.0, 4511.0, 4491.0, 4522.0, 4500.0, 4522.0, 4560.0, 4520.0, 4530.0, 4549.0, 4528.0, 4525.0, 4507.0, 4505.0, 4496.0, 4526.0, 4496.0, 4516.0, 4488.0, 4508.0, 4486.0, 4507.0, 4488.0, 4506.0, 4499.0, 4518.0, 4500.0, 4530.0, 4499.0, 4520.0, 4549.0, 4520.0, 4527.0, 4509.0, 4515.0, 4497.0, 4507.0, 4485.0, 4507.0, 4535.0, 4495.0, 4525.0, 4507.0, 4518.0, 4487.0, 4527.0, 4508.0, 4529.0, 4509.0, 4459.0, 4520.0, 4490.0, 4532.0, 4549.0, 4521.0, 4530.0, 4498.0, 4520.0, 4539.0, 4521.0, 4529.0, 4520.0, 4498.0, 4518.0, 4519.0, 4519.0, 4548.0, 4517.0, 4525.0, 4495.0, 4506.0, 4512.0, 4504.0, 4474.0, 4505.0, 4487.0, 4506.0, 4488.0, 4516.0, 4486.0, 4518.0, 4488.0, 4529.0, 4500.0, 4528.0, 4498.0, 4530.0, 4521.0, 4528.0, 4498.0, 4518.0, 4487.0, 4530.0, 4549.0, 4519.0, 4539.0, 4508.0, 4498.0, 4509.0, 4489.0, 4519.0, 4489.0, 4531.0, 4510.0, 4542.0, 4532.0, 4540.0, 4500.0, 4530.0, 4499.0, 4518.0, 4508.0, 4528.0, 4489.0, 4529.0, 4498.0, 4529.0, 4538.0, 4519.0, 4478.0, 4519.0, 4479.0, 4532.0, 4489.0, 4531.0, 4493.0, 4534.0, 4504.0, 4531.0, 4511.0, 4531.0, 4524.0, 4540.0, 4524.0, 4543.0, 4514.0, 4542.0, 4512.0, 4542.0, 4523.0, 4541.0, 4521.0, 4551.0, 4526.0, 4554.0, 4530.0, 4542.0, 4502.0, 4531.0, 4511.0, 4531.0, 4523.0, 4552.0, 4537.0, 4564.0, 4534.0, 4540.0, 4522.0, 4542.0, 4521.0, 4530.0, 4501.0, 4532.0, 4518.0, 4538.0, 4479.0, 4519.0, 4501.0, 4530.0, 4500.0, 4541.0, 4512.0, 4532.0, 4513.0, 4510.0, 4524.0, 4552.0, 4521.0, 4532.0, 4560.0, 4520.0, 4540.0, 4510.0, 4506.0, 4487.0, 4507.0, 4516.0, 4497.0, 4516.0, 4477.0, 4508.0, 4527.0, 4500.0, 4516.0, 4499.0, 4508.0, 4510.0, 4522.0, 4490.0, 4522.0, 4543.0, 4526.0, 4532.0, 4514.0, 4512.0, 4525.0, 4532.0, 4513.0, 4534.0, 4533.0, 4522.0, 4562.0, 4522.0, 4540.0, 4509.0, 4516.0, 4509.0, 4509.0, 4500.0, 4529.0, 4499.0, 4520.0, 4550.0, 4519.0, 4537.0, 4511.0, 4507.0, 4498.0, 4515.0, 4497.0, 4516.0, 4486.0, 4507.0], 'WindowWidth': [9926.0, 9925.0, 9921.0, 9860.0, 9910.0, 9840.0, 9834.0, 9856.0, 9802.0, 9827.0, 9783.0, 9801.0, 9833.0, 9785.0, 9805.0, 9788.0, 9810.0, 9790.0, 9835.0, 9807.0, 9808.0, 9891.0, 9820.0, 9842.0, 9800.0, 9804.0, 9802.0, 9852.0, 9853.0, 9827.0, 9872.0, 9755.0, 9767.0, 9711.0, 9795.0, 9844.0, 9925.0, 9901.0, 9943.0, 9936.0, 9966.0, 9959.0, 9936.0, 9912.0, 9890.0, 9937.0, 9915.0, 9911.0, 9995.0, 9921.0, 9917.0, 9861.0, 9898.0, 9901.0, 9950.0, 9902.0, 9868.0, 9913.0, 9890.0, 9952.0, 9943.0, 9994.0, 9959.0, 9997.0, 9989.0, 9936.0, 10007.0, 9996.0, 9904.0, 9927.0, 9950.0, 9932.0, 9985.0, 10005.0, 9959.0, 9964.0, 9926.0, 9912.0, 9938.0, 9894.0, 9917.0, 9840.0, 9866.0, 9892.0, 9849.0, 9887.0, 9846.0, 9828.0, 9848.0, 9827.0, 9882.0, 9874.0, 9889.0, 9898.0, 9908.0, 9916.0, 9883.0, 9929.0, 9927.0, 9939.0, 9958.0, 9914.0, 9870.0, 9914.0, 9948.0, 9909.0, 9928.0, 9896.0, 9909.0, 9901.0, 9914.0, 9912.0, 9925.0, 9953.0, 9932.0, 9954.0, 9944.0, 9977.0, 9974.0, 10011.0, 9963.0, 10001.0, 10010.0, 9972.0, 9990.0, 9950.0, 9931.0, 9935.0, 9915.0, 9947.0, 10003.0, 9952.0, 9967.0, 9928.0, 9930.0, 9906.0, 9928.0, 9896.0, 9918.0, 9896.0, 9930.0, 9897.0, 9933.0, 9895.0, 9930.0, 9903.0, 9930.0, 9893.0, 9933.0, 9888.0, 9917.0, 9903.0, 9932.0, 9892.0, 9931.0, 9893.0, 9927.0, 9909.0, 9948.0, 9918.0, 9968.0, 9916.0, 9951.0, 9927.0, 9959.0, 9913.0, 9948.0, 9927.0, 9968.0, 9938.0, 9955.0, 9927.0, 9966.0, 9918.0, 9964.0, 9912.0, 9949.0, 9918.0, 9930.0, 9981.0, 9935.0, 9913.0, 9903.0, 9913.0, 9929.0, 9943.0, 9934.0, 9918.0, 9914.0, 9917.0, 9956.0, 9938.0, 9993.0, 9967.0, 9928.0, 9962.0, 9925.0, 9951.0, 9892.0, 9905.0, 9873.0, 9887.0, 9956.0, 9916.0, 9961.0, 9891.0, 9920.0, 9869.0, 9879.0, 9884.0, 9897.0, 9889.0, 9953.0, 9903.0, 9968.0, 9924.0, 9928.0, 9902.0, 9890.0, 9910.0, 9900.0, 9986.0, 9930.0, 9989.0, 9943.0, 9956.0, 9950.0, 9949.0, 9889.0, 9929.0, 9864.0, 9919.0, 9946.0, 9905.0, 9934.0, 9887.0, 9921.0, 9863.0, 9868.0, 9863.0, 9861.0, 9882.0, 9891.0, 9901.0, 9915.0, 9892.0, 9926.0, 9894.0, 9918.0, 9881.0, 9919.0, 9902.0, 9883.0, 9906.0, 9872.0, 9839.0, 9852.0, 9871.0, 9835.0, 9911.0, 9881.0, 9897.0, 9860.0, 9910.0, 9878.0, 9865.0, 9897.0, 9907.0, 9902.0, 9933.0, 9902.0, 9927.0, 9897.0, 9920.0, 9867.0, 9907.0, 9840.0, 9893.0, 9863.0, 9881.0, 9921.0, 9874.0, 9894.0, 9893.0, 9926.0, 9901.0, 9916.0, 9918.0, 9923.0, 9900.0, 9926.0, 9914.0, 9935.0, 9913.0, 9940.0, 9918.0, 9942.0, 9917.0, 9935.0, 9936.0, 9945.0, 9929.0, 9968.0, 9931.0, 9985.0, 9933.0, 9974.0, 9918.0, 9959.0, 9912.0, 9950.0, 9894.0, 9934.0, 9905.0, 9948.0, 9972.0, 9951.0, 9953.0, 9911.0, 9891.0, 9881.0, 9919.0, 9880.0, 9910.0, 9864.0, 9912.0, 9937.0, 9893.0, 9904.0, 9885.0, 9872.0, 9907.0, 9921.0, 9905.0, 9938.0, 9891.0, 9921.0, 9890.0, 9916.0, 9905.0, 9931.0, 9882.0, 9919.0, 9907.0, 9956.0, 9912.0, 9966.0, 9944.0, 9893.0, 9904.0, 9865.0, 9916.0, 9894.0, 9952.0, 9940.0, 9913.0, 9958.0, 9923.0, 9967.0, 9960.0, 9951.0, 9973.0, 9929.0, 9934.0, 9888.0, 9894.0, 9820.0, 9880.0, 9905.0, 9851.0, 9872.0, 9833.0, 9843.0, 9801.0, 9846.0, 9812.0, 9870.0, 9820.0, 9893.0, 9916.0, 9901.0, 9910.0, 9899.0, 9907.0, 9906.0, 9910.0, 9905.0, 9933.0, 9885.0, 9941.0, 9941.0, 9943.0, 9911.0, 9928.0, 9978.0, 9923.0, 9949.0, 9908.0, 9940.0, 9982.0, 9940.0, 9880.0, 9920.0, 9890.0, 9927.0, 9963.0, 9950.0, 9983.0, 9942.0, 9959.0, 9923.0, 9934.0, 9919.0, 9949.0, 9915.0, 9902.0, 9961.0, 9931.0, 9924.0, 9897.0, 9889.0, 9873.0, 9900.0, 9846.0, 9911.0, 9931.0, 9907.0, 9936.0, 9911.0, 9906.0, 9910.0, 9894.0, 9930.0, 9967.0, 9913.0, 9938.0, 9951.0, 9926.0, 9947.0, 9920.0, 9940.0, 9900.0, 9941.0, 9902.0, 9923.0, 9889.0, 9938.0, 9869.0, 9908.0, 9872.0, 9931.0, 9869.0, 9903.0, 9952.0, 9914.0, 9925.0, 9902.0, 9908.0, 9902.0, 9921.0, 9900.0, 9922.0, 9891.0, 9916.0, 9873.0, 9893.0, 9870.0, 9905.0, 9859.0, 9909.0, 9882.0, 9897.0, 9936.0, 9904.0, 9926.0, 9897.0, 9902.0, 9900.0, 9920.0, 9886.0, 9908.0, 9858.0, 9916.0, 9890.0, 9916.0, 9874.0, 9921.0, 9961.0, 9920.0, 9941.0, 9922.0, 9929.0, 9926.0, 9934.0, 9911.0, 9943.0, 9911.0, 9949.0, 9924.0, 9955.0, 9956.0, 9916.0, 9937.0, 9897.0, 9922.0, 9866.0, 9910.0, 9951.0, 9916.0, 9924.0, 9896.0, 9892.0, 9900.0, 9922.0, 9902.0, 9933.0, 9909.0, 9916.0, 9924.0, 9915.0, 9913.0, 9965.0, 9897.0, 9957.0, 9954.0, 9927.0, 9873.0, 9918.0, 9940.0, 9904.0, 9904.0, 9925.0, 9961.0, 9917.0, 9937.0, 9899.0, 9892.0, 9901.0, 9924.0, 9887.0, 9926.0, 9871.0, 9911.0, 9922.0, 9899.0, 9930.0, 9900.0, 9922.0, 9885.0, 9915.0, 9896.0, 9907.0, 9856.0, 9898.0, 9867.0, 9901.0, 9937.0, 9902.0, 9932.0, 9890.0, 9896.0, 9874.0, 9915.0, 9881.0, 9935.0, 9911.0, 9945.0, 9952.0, 9925.0, 9889.0, 9922.0, 9926.0, 9920.0, 9961.0, 9942.0, 9966.0, 9934.0, 9940.0, 9918.0, 9940.0, 9901.0, 9929.0, 9931.0, 9898.0, 9951.0, 9895.0, 9900.0, 9879.0, 9900.0, 9882.0, 9899.0, 9868.0, 9920.0, 9927.0, 9920.0, 9896.0, 9901.0, 9883.0, 9904.0, 9924.0, 9903.0, 9916.0, 9945.0, 9908.0, 9926.0, 9897.0, 9904.0, 9881.0, 9897.0, 9868.0, 9883.0, 9935.0, 9901.0, 9912.0, 9904.0, 9895.0, 9901.0, 9914.0, 9867.0, 9936.0, 9979.0, 9924.0, 9929.0, 9920.0, 9940.0, 9890.0, 9928.0, 9924.0, 9908.0, 9960.0, 9904.0, 9909.0, 9902.0, 9921.0, 9903.0, 9934.0, 9910.0, 9929.0, 9913.0, 9930.0, 9908.0, 9881.0, 9924.0, 9894.0, 9924.0, 9977.0, 9916.0, 9931.0, 9957.0, 9925.0, 9916.0, 9893.0, 9887.0, 9877.0, 9917.0, 9878.0, 9908.0, 9869.0, 9896.0, 9866.0, 9893.0, 9869.0, 9891.0, 9888.0, 9911.0, 9892.0, 9932.0, 9889.0, 9919.0, 9957.0, 9919.0, 9923.0, 9900.0, 9903.0, 9881.0, 9894.0, 9861.0, 9895.0, 9930.0, 9877.0, 9916.0, 9896.0, 9911.0, 9866.0, 9922.0, 9897.0, 9927.0, 9899.0, 9833.0, 9917.0, 9878.0, 9938.0, 9957.0, 9921.0, 9932.0, 9886.0, 9917.0, 9942.0, 9919.0, 9926.0, 9916.0, 9881.0, 9912.0, 9913.0, 9912.0, 9954.0, 9905.0, 9915.0, 9872.0, 9889.0, 9891.0, 9881.0, 9838.0, 9885.0, 9868.0, 9892.0, 9870.0, 9907.0, 9863.0, 9908.0, 9868.0, 9927.0, 9889.0, 9926.0, 9883.0, 9931.0, 9924.0, 9925.0, 9885.0, 9912.0, 9869.0, 9933.0, 9958.0, 9917.0, 9941.0, 9898.0, 9882.0, 9899.0, 9872.0, 9914.0, 9875.0, 9934.0, 9905.0, 9953.0, 9937.0, 9947.0, 9889.0, 9930.0, 9887.0, 9911.0, 9900.0, 9925.0, 9874.0, 9928.0, 9884.0, 9929.0, 9940.0, 9914.0, 9855.0, 9912.0, 9861.0, 9939.0, 9875.0, 9934.0, 9887.0, 9942.0, 9902.0, 9935.0, 9909.0, 9933.0, 9929.0, 9947.0, 9930.0, 9956.0, 9917.0, 9954.0, 9912.0, 9950.0, 9927.0, 9946.0, 9924.0, 9963.0, 9938.0, 9972.0, 9936.0, 9951.0, 9896.0, 9935.0, 9907.0, 9933.0, 9928.0, 9965.0, 9955.0, 9989.0, 9946.0, 9946.0, 9925.0, 9949.0, 9924.0, 9931.0, 9895.0, 9938.0, 9911.0, 9938.0, 9860.0, 9913.0, 9895.0, 9932.0, 9888.0, 9949.0, 9911.0, 9936.0, 9912.0, 9905.0, 9931.0, 9964.0, 9922.0, 9937.0, 9972.0, 9919.0, 9944.0, 9900.0, 9890.0, 9866.0, 9893.0, 9904.0, 9880.0, 9904.0, 9852.0, 9898.0, 9923.0, 9888.0, 9905.0, 9888.0, 9896.0, 9906.0, 9924.0, 9879.0, 9927.0, 9956.0, 9937.0, 9937.0, 9916.0, 9911.0, 9933.0, 9937.0, 9913.0, 9942.0, 9939.0, 9924.0, 9981.0, 9921.0, 9941.0, 9899.0, 9904.0, 9900.0, 9896.0, 9887.0, 9925.0, 9885.0, 9917.0, 9960.0, 9914.0, 9936.0, 9904.0, 9889.0, 9881.0, 9900.0, 9880.0, 9904.0, 9865.0, 9894.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.04271746559633028</td></tr>
<tr><td colspan=3>aqi</td><td>0.0769465756880734</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.25867308650979</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2401515186452345</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.150498345384616</td></tr>
<tr><td colspan=3>efc</td><td>0.4452</td></tr>
<tr><td colspan=3>fber</td><td>7493.4917</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.186798439135853</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>172</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>19.724770642201836</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7304235001080666</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6291957554969065</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0569673816616727</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5051073631656195</td></tr>
<tr><td colspan=3>gcor</td><td>0.0108606</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012421813793480396</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.031123077496886253</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6255050071118218</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>25.6315</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.6055</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.6887</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308100.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>716.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.7226</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.5755</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>601.808</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3709.8944</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4004.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68444.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1043.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4920.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1104.3898</td></tr>
<tr><td colspan=3>tsnr</td><td>24.32777303014882</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>