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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-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-03_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-03_desc-background_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-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-03_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-03_desc-zoomed_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-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-03_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-03_desc-carpet_bold.svg" target="_blank">sub-0002/figures/sub-0002_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0002/ses-01/func/sub-0002_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>0b6af073d7f34b47e3562ff6067195e1</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:07:12.902500</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</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.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>e6ac3758-07a3-4009-b221-a97c8d4016de||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': ['100712.902500', '100713.362500', '100713.822500', '100714.282500', '100714.742500', '100715.202500', '100715.662500', '100716.122500', '100716.582500', '100717.042500', '100717.502500', '100717.962500', '100718.422500', '100718.882500', '100719.342500', '100719.802500', '100720.262500', '100720.722500', '100721.182500', '100721.642500', '100722.102500', '100722.562500', '100723.022500', '100723.482500', '100723.942500', '100724.402500', '100724.862500', '100725.322500', '100725.782500', '100726.242500', '100726.702500', '100727.162500', '100727.622500', '100728.082500', '100728.542500', '100729.002500', '100729.462500', '100729.922500', '100730.382500', '100730.842500', '100731.302500', '100731.762500', '100732.222500', '100732.682500', '100733.142500', '100733.602500', '100734.062500', '100734.522500', '100734.982500', '100735.442500', '100735.902500', '100736.362500', '100736.822500', '100737.282500', '100737.742500', '100738.202500', '100738.662500', '100739.122500', '100739.582500', '100740.042500', '100740.502500', '100740.962500', '100741.422500', '100741.882500', '100742.342500', '100742.802500', '100743.262500', '100743.722500', '100744.182500', '100744.642500', '100745.102500', '100745.562500', '100746.022500', '100746.482500', '100746.942500', '100747.402500', '100747.862500', '100748.322500', '100748.782500', '100749.242500', '100749.702500', '100750.162500', '100750.622500', '100751.082500', '100751.542500', '100752.002500', '100752.462500', '100752.922500', '100753.382500', '100753.842500', '100754.302500', '100754.762500', '100755.222500', '100755.682500', '100756.142500', '100756.602500', '100757.062500', '100757.522500', '100757.982500', '100758.442500', '100758.902500', '100759.362500', '100759.822500', '100800.282500', '100800.742500', '100801.202500', '100801.662500', '100802.122500', '100802.582500', '100803.042500', '100803.502500', '100803.962500', '100804.422500', '100804.882500', '100805.342500', '100805.802500', '100806.262500', '100806.722500', '100807.182500', '100807.642500', '100808.102500', '100808.562500', '100809.022500', '100809.482500', '100809.942500', '100810.402500', '100810.862500', '100811.322500', '100811.782500', '100812.242500', '100812.702500', '100813.162500', '100813.622500', '100814.082500', '100814.542500', '100815.002500', '100815.462500', '100815.922500', '100816.382500', '100816.842500', '100817.302500', '100817.762500', '100818.222500', '100818.682500', '100819.142500', '100819.602500', '100820.062500', '100820.522500', '100820.982500', '100821.442500', '100821.902500', '100822.362500', '100822.822500', '100823.282500', '100823.742500', '100824.202500', '100824.662500', '100825.122500', '100825.582500', '100826.042500', '100826.502500', '100826.962500', '100827.422500', '100827.882500', '100828.342500', '100828.802500', '100829.262500', '100829.722500', '100830.182500', '100830.642500', '100831.102500', '100831.562500', '100832.022500', '100832.482500', '100832.942500', '100833.402500', '100833.862500', '100834.322500', '100834.782500', '100835.242500', '100835.702500', '100836.162500', '100836.622500', '100837.082500', '100837.542500', '100838.002500', '100838.462500', '100838.922500', '100839.382500', '100839.842500', '100840.302500', '100840.762500', '100841.222500', '100841.682500', '100842.142500', '100842.602500', '100843.062500', '100843.522500', '100843.982500', '100844.442500', '100844.902500', '100845.362500', '100845.822500', '100846.282500', '100846.742500', '100847.202500', '100847.662500', '100848.122500', '100848.582500', '100849.042500', '100849.502500', '100849.962500', '100850.422500', '100850.882500', '100851.342500', '100851.802500', '100852.262500', '100852.722500', '100853.182500', '100853.642500', '100854.102500', '100854.562500', '100855.022500', '100855.482500', '100855.942500', '100856.402500', '100856.862500', '100857.322500', '100857.782500', '100858.242500', '100858.702500', '100859.162500', '100859.622500', '100900.082500', '100900.542500', '100901.002500', '100901.462500', '100901.922500', '100902.382500', '100902.842500', '100903.302500', '100903.762500', '100904.222500', '100904.682500', '100905.142500', '100905.602500', '100906.062500', '100906.522500', '100906.982500', '100907.442500', '100907.902500', '100908.362500', '100908.822500', '100909.282500', '100909.742500', '100910.202500', '100910.662500', '100911.122500', '100911.582500', '100912.042500', '100912.502500', '100912.962500', '100913.422500', '100913.882500', '100914.342500', '100914.802500', '100915.262500', '100915.722500', '100916.182500', '100916.642500', '100917.102500', '100917.562500', '100918.022500', '100918.482500', '100918.942500', '100919.402500', '100919.862500', '100920.322500', '100920.782500', '100921.242500', '100921.702500', '100922.162500', '100922.622500', '100923.082500', '100923.542500', '100924.002500', '100924.462500', '100924.922500', '100925.382500', '100925.842500', '100926.302500', '100926.762500', '100927.222500', '100927.682500', '100928.142500', '100928.602500', '100929.062500', '100929.522500', '100929.982500', '100930.442500', '100930.902500', '100931.362500', '100931.822500', '100932.282500', '100932.742500', '100933.202500', '100933.662500', '100934.122500', '100934.582500', '100935.042500', '100935.502500', '100935.962500', '100936.422500', '100936.882500', '100937.342500', '100937.802500', '100938.262500', '100938.722500', '100939.182500', '100939.642500', '100940.102500', '100940.562500', '100941.022500', '100941.482500', '100941.942500', '100942.402500', '100942.862500', '100943.322500', '100943.782500', '100944.242500', '100944.702500', '100945.162500', '100945.622500', '100946.082500', '100946.542500', '100947.002500', '100947.462500', '100947.922500', '100948.382500', '100948.842500', '100949.302500', '100949.762500', '100950.222500', '100950.682500', '100951.142500', '100951.602500', '100952.062500', '100952.522500', '100952.982500', '100953.442500', '100953.902500', '100954.362500', '100954.822500', '100955.282500', '100955.742500', '100956.202500', '100956.662500', '100957.122500', '100957.582500', '100958.042500', '100958.502500', '100958.962500', '100959.422500', '100959.882500', '101000.342500', '101000.802500', '101001.262500', '101001.722500', '101002.182500', '101002.642500', '101003.102500', '101003.562500', '101004.022500', '101004.482500', '101004.942500', '101005.402500', '101005.862500', '101006.322500', '101006.782500', '101007.242500', '101007.702500', '101008.162500', '101008.622500', '101009.082500', '101009.542500', '101010.002500', '101010.462500', '101010.922500', '101011.382500', '101011.842500', '101012.302500', '101012.762500', '101013.222500', '101013.682500', '101014.142500', '101014.602500', '101015.062500', '101015.522500', '101015.982500', '101016.442500', '101016.902500', '101017.362500', '101017.822500', '101018.282500', '101018.742500', '101019.202500', '101019.662500', '101020.122500', '101020.582500', '101021.042500', '101021.502500', '101021.962500', '101022.422500', '101022.882500', '101023.342500', '101023.802500', '101024.262500', '101024.722500', '101025.182500', '101025.642500', '101026.102500', '101026.562500', '101027.022500', '101027.482500', '101027.942500', '101028.402500', '101028.862500', '101029.322500', '101029.782500', '101030.242500', '101030.702500', '101031.162500', '101031.622500', '101032.082500', '101032.542500', '101033.002500', '101033.462500', '101033.922500', '101034.382500', '101034.842500', '101035.302500', '101035.762500', '101036.222500', '101036.682500', '101037.142500', '101037.602500', '101038.062500', '101038.522500', '101038.982500', '101039.442500', '101039.902500', '101040.362500', '101040.822500', '101041.282500', '101041.742500', '101042.202500', '101042.662500', '101043.122500', '101043.582500', '101044.042500', '101044.502500', '101044.962500', '101045.422500', '101045.882500', '101046.342500', '101046.802500', '101047.262500', '101047.722500', '101048.182500', '101048.642500', '101049.102500', '101049.562500', '101050.022500', '101050.482500', '101050.942500', '101051.402500', '101051.862500', '101052.322500', '101052.782500', '101053.242500', '101053.702500', '101054.162500', '101054.622500', '101055.082500', '101055.542500', '101056.002500', '101056.462500', '101056.922500', '101057.382500', '101057.842500', '101058.302500', '101058.762500', '101059.222500', '101059.682500', '101100.142500', '101100.602500', '101101.062500', '101101.522500', '101101.982500', '101102.442500', '101102.902500', '101103.362500', '101103.822500', '101104.282500', '101104.742500', '101105.202500', '101105.662500', '101106.122500', '101106.582500', '101107.042500', '101107.502500', '101107.962500', '101108.422500', '101108.882500', '101109.342500', '101109.802500', '101110.262500', '101110.722500', '101111.182500', '101111.642500', '101112.102500', '101112.562500', '101113.022500', '101113.482500', '101113.942500', '101114.402500', '101114.862500', '101115.322500', '101115.782500', '101116.242500', '101116.702500', '101117.162500', '101117.622500', '101118.082500', '101118.542500', '101119.002500', '101119.462500', '101119.922500', '101120.382500', '101120.842500', '101121.302500', '101121.762500', '101122.222500', '101122.682500', '101123.142500', '101123.602500', '101124.062500', '101124.522500', '101124.982500', '101125.442500', '101125.902500', '101126.362500', '101126.822500', '101127.282500', '101127.742500', '101128.202500', '101128.662500', '101129.122500', '101129.582500', '101130.042500', '101130.502500', '101130.962500', '101131.422500', '101131.882500', '101132.342500', '101132.802500', '101133.262500', '101133.722500', '101134.182500', '101134.642500', '101135.102500', '101135.562500', '101136.022500', '101136.482500', '101136.942500', '101137.402500', '101137.862500', '101138.322500', '101138.782500', '101139.242500', '101139.702500', '101140.162500', '101140.622500', '101141.082500', '101141.542500', '101142.002500', '101142.462500', '101142.922500', '101143.382500', '101143.842500', '101144.302500', '101144.762500', '101145.222500', '101145.682500', '101146.142500', '101146.602500', '101147.062500', '101147.522500', '101147.982500', '101148.442500', '101148.902500', '101149.362500', '101149.822500', '101150.282500', '101150.742500', '101151.202500', '101151.662500', '101152.122500', '101152.582500', '101153.042500', '101153.502500', '101153.962500', '101154.422500', '101154.882500', '101155.342500', '101155.802500', '101156.262500', '101156.722500', '101157.182500', '101157.642500', '101158.102500', '101158.562500', '101159.022500', '101159.482500', '101159.942500', '101200.402500', '101200.862500', '101201.322500', '101201.782500', '101202.242500', '101202.702500', '101203.162500', '101203.622500', '101204.082500', '101204.542500', '101205.002500', '101205.462500', '101205.922500', '101206.382500', '101206.842500', '101207.302500', '101207.762500', '101208.222500', '101208.682500', '101209.142500', '101209.602500', '101210.062500', '101210.522500', '101210.982500', '101211.442500', '101211.902500', '101212.362500', '101212.822500', '101213.282500', '101213.742500', '101214.202500', '101214.662500', '101215.122500', '101215.582500', '101216.042500', '101216.502500', '101216.962500', '101217.422500', '101217.882500', '101218.342500', '101218.802500', '101219.262500', '101219.722500', '101220.182500', '101220.642500', '101221.102500', '101221.562500', '101222.022500', '101222.482500', '101222.942500', '101223.402500', '101223.862500', '101224.322500', '101224.782500', '101225.242500', '101225.702500', '101226.162500', '101226.622500', '101227.082500', '101227.542500', '101228.002500', '101228.462500', '101228.922500', '101229.382500', '101229.842500', '101230.302500', '101230.762500', '101231.222500', '101231.682500', '101232.142500', '101232.602500', '101233.062500', '101233.522500', '101233.982500', '101234.442500', '101234.902500', '101235.362500', '101235.822500', '101236.282500', '101236.742500', '101237.202500', '101237.662500', '101238.122500', '101238.582500', '101239.042500', '101239.502500', '101239.962500', '101240.422500', '101240.882500', '101241.342500', '101241.802500', '101242.262500', '101242.722500', '101243.182500', '101243.642500', '101244.102500', '101244.562500', '101245.022500', '101245.482500', '101245.942500', '101246.402500', '101246.862500', '101247.322500', '101247.782500', '101248.242500', '101248.702500', '101249.162500', '101249.622500', '101250.082500', '101250.542500', '101251.002500', '101251.462500', '101251.922500', '101252.382500', '101252.842500', '101253.302500', '101253.762500', '101254.222500', '101254.682500', '101255.142500', '101255.602500', '101256.062500', '101256.522500', '101256.982500', '101257.442500', '101257.902500', '101258.362500', '101258.822500', '101259.282500', '101259.742500', '101300.202500', '101300.662500', '101301.122500', '101301.582500', '101302.042500', '101302.502500', '101302.962500', '101303.422500', '101303.882500', '101304.342500', '101304.802500', '101305.262500', '101305.722500', '101306.182500', '101306.642500', '101307.102500', '101307.562500', '101308.022500', '101308.482500', '101308.942500', '101309.402500', '101309.862500', '101310.322500', '101310.782500', '101311.242500', '101311.702500', '101312.162500', '101312.622500', '101313.082500', '101313.542500', '101314.002500', '101314.462500', '101314.922500', '101315.382500', '101315.842500', '101316.302500', '101316.762500', '101317.222500', '101317.682500', '101318.142500', '101318.602500', '101319.062500', '101319.522500', '101319.982500', '101320.442500', '101320.902500', '101321.362500', '101321.822500', '101322.282500', '101322.742500', '101323.202500', '101323.662500', '101324.122500', '101324.582500', '101325.042500', '101325.502500', '101325.962500', '101326.422500', '101326.882500', '101327.342500', '101327.802500', '101328.262500', '101328.722500', '101329.182500', '101329.642500', '101330.102500', '101330.562500', '101331.022500', '101331.482500', '101331.942500', '101332.402500', '101332.862500', '101333.322500', '101333.782500', '101334.242500', '101334.702500', '101335.162500', '101335.622500', '101336.082500', '101336.542500', '101337.002500', '101337.462500', '101337.922500', '101338.382500', '101338.842500', '101339.302500', '101339.762500', '101340.222500', '101340.682500', '101341.142500', '101341.602500', '101342.062500', '101342.522500', '101342.982500', '101343.442500', '101343.902500', '101344.362500', '101344.822500', '101345.282500', '101345.742500', '101346.202500', '101346.662500', '101347.122500', '101347.582500', '101348.042500', '101348.502500', '101348.962500', '101349.422500', '101349.882500', '101350.342500', '101350.802500', '101351.262500', '101351.722500', '101352.182500', '101352.642500', '101353.102500', '101353.562500'], 'ContentTime': ['100729.276000', '100729.280000', '100729.283000', '100729.286000', '100729.289000', '100729.291000', '100729.294000', '100729.334000', '100729.337000', '100729.339000', '100729.342000', '100729.345000', '100729.348000', '100729.351000', '100729.353000', '100729.356000', '100729.359000', '100729.362000', '100729.365000', '100729.368000', '100729.370000', '100729.373000', '100729.376000', '100729.379000', '100729.382000', '100729.384000', '100729.387000', '100729.390000', '100729.393000', '100729.396000', '100729.399000', '100729.402000', '100729.405000', '100729.407000', '100749.247000', '100749.250000', '100749.253000', '100749.256000', '100749.258000', '100749.261000', '100749.264000', '100749.267000', '100749.270000', '100749.273000', '100749.275000', '100749.278000', '100749.285000', '100749.288000', '100749.291000', '100749.293000', '100749.296000', '100749.299000', '100749.302000', '100749.305000', '100749.307000', '100749.310000', '100749.313000', '100749.316000', '100749.319000', '100749.321000', '100749.324000', '100749.327000', '100749.330000', '100749.333000', '100749.336000', '100749.338000', '100749.341000', '100749.344000', '100749.347000', '100749.350000', '100749.352000', '100749.355000', '100749.358000', '100749.361000', '100749.364000', '100749.366000', '100749.369000', '100809.247000', '100809.250000', '100809.252000', '100809.255000', '100809.258000', '100809.261000', '100809.264000', '100809.267000', '100809.270000', '100809.272000', '100809.275000', '100809.278000', '100809.281000', '100809.284000', '100809.286000', '100809.289000', '100809.292000', '100809.295000', '100809.298000', '100809.301000', '100809.304000', '100809.306000', '100809.309000', '100809.312000', '100809.315000', '100809.318000', '100809.320000', '100809.323000', '100809.326000', '100809.329000', '100809.332000', '100809.335000', '100809.337000', '100809.340000', '100809.343000', '100809.346000', '100809.349000', '100809.352000', '100809.354000', '100809.357000', '100809.360000', '100809.363000', '100809.366000', '100809.369000', '100829.247000', '100829.250000', '100829.253000', '100829.256000', '100829.258000', '100829.261000', '100829.264000', '100829.267000', '100829.270000', '100829.273000', '100829.276000', '100829.278000', '100829.281000', '100829.284000', '100829.287000', '100829.290000', '100829.292000', '100829.295000', '100829.298000', '100829.301000', '100829.304000', '100829.307000', '100829.310000', '100829.312000', '100829.315000', '100829.318000', '100829.321000', '100829.324000', '100829.326000', '100829.329000', '100829.332000', '100829.335000', '100829.338000', '100829.341000', '100829.343000', '100829.346000', '100829.349000', '100829.352000', '100829.355000', '100829.358000', '100829.360000', '100829.363000', '100829.366000', '100849.246000', '100849.249000', '100849.252000', '100849.255000', '100849.258000', '100849.261000', '100849.281000', '100849.284000', '100849.287000', '100849.290000', '100849.293000', '100849.296000', '100849.298000', '100849.301000', '100849.304000', '100849.307000', '100849.310000', '100849.312000', '100849.315000', '100849.318000', '100849.321000', '100849.324000', '100849.327000', '100849.330000', '100849.333000', '100849.335000', '100849.338000', '100849.341000', '100849.344000', '100849.347000', '100849.350000', '100849.352000', '100849.355000', '100849.363000', '100849.366000', '100849.369000', '100849.372000', '100849.374000', '100849.377000', '100849.380000', '100849.383000', '100849.386000', '100849.389000', '100909.247000', '100909.250000', '100909.253000', '100909.256000', '100909.259000', '100909.262000', '100909.264000', '100909.267000', '100909.270000', '100909.273000', '100909.276000', '100909.278000', '100909.281000', '100909.284000', '100909.287000', '100909.290000', '100909.293000', '100909.296000', '100909.298000', '100909.301000', '100909.304000', '100909.307000', '100909.310000', '100909.313000', '100909.315000', '100909.322000', '100909.325000', '100909.328000', '100909.331000', '100909.334000', '100909.336000', '100909.339000', '100909.342000', '100909.345000', '100909.348000', '100909.351000', '100909.353000', '100909.356000', '100909.359000', '100909.362000', '100909.365000', '100909.368000', '100909.370000', '100909.373000', '100929.247000', '100929.250000', '100929.253000', '100929.256000', '100929.259000', '100929.262000', '100929.265000', '100929.268000', '100929.271000', '100929.274000', '100929.277000', '100929.280000', '100929.282000', '100929.285000', '100929.288000', '100929.291000', '100929.294000', '100929.297000', '100929.300000', '100929.303000', '100929.305000', '100929.308000', '100929.311000', '100929.314000', '100929.317000', '100929.320000', '100929.322000', '100929.325000', '100929.328000', '100929.331000', '100929.334000', '100929.337000', '100929.339000', '100929.342000', '100929.345000', '100929.348000', '100929.351000', '100929.354000', '100929.356000', '100929.359000', '100929.362000', '100929.365000', '100929.368000', '100949.247000', '100949.250000', '100949.253000', '100949.256000', '100949.259000', '100949.261000', '100949.264000', '100949.267000', '100949.270000', '100949.273000', '100949.276000', '100949.279000', '100949.282000', '100949.284000', '100949.287000', '100949.290000', '100949.293000', '100949.296000', '100949.299000', '100949.301000', '100949.304000', '100949.307000', '100949.310000', '100949.313000', '100949.316000', '100949.319000', '100949.321000', '100949.324000', '100949.327000', '100949.330000', '100949.333000', '100949.336000', '100949.339000', '100949.341000', '100949.344000', '100949.347000', '100949.350000', '100949.353000', '100949.355000', '100949.358000', '100949.361000', '100949.364000', '100949.367000', '100949.370000', '101009.247000', '101009.250000', '101009.253000', '101009.256000', '101009.259000', '101009.262000', '101009.265000', '101009.268000', '101009.270000', '101009.274000', '101009.277000', '101009.279000', '101009.282000', '101009.285000', '101009.288000', '101009.291000', '101009.294000', '101009.297000', '101009.300000', '101009.303000', '101009.306000', '101009.308000', '101009.311000', '101009.314000', '101009.317000', '101009.320000', '101009.322000', '101009.325000', '101009.328000', '101009.331000', '101009.334000', '101009.337000', '101009.340000', '101009.342000', '101009.345000', '101009.348000', '101009.351000', '101009.354000', '101009.357000', '101009.359000', '101009.362000', '101009.365000', '101009.368000', '101029.247000', '101029.250000', '101029.253000', '101029.256000', '101029.259000', '101029.261000', '101029.264000', '101029.267000', '101029.270000', '101029.273000', '101029.276000', '101029.279000', '101029.281000', '101029.284000', '101029.287000', '101029.290000', '101029.293000', '101029.296000', '101029.299000', '101029.302000', '101029.304000', '101029.307000', '101029.310000', '101029.313000', '101029.316000', '101029.319000', '101029.321000', '101029.324000', '101029.327000', '101029.342000', '101029.345000', '101029.348000', '101029.351000', '101029.354000', '101029.356000', '101029.359000', '101029.362000', '101029.365000', '101029.368000', '101029.371000', '101029.374000', '101029.376000', '101029.379000', '101029.382000', '101049.247000', '101049.250000', '101049.253000', '101049.256000', '101049.259000', '101049.262000', '101049.264000', '101049.267000', '101049.270000', '101049.273000', '101049.276000', '101049.279000', '101049.281000', '101049.284000', '101049.287000', '101049.290000', '101049.293000', '101049.297000', '101049.301000', '101049.305000', '101049.307000', '101049.310000', '101049.313000', '101049.316000', '101049.319000', '101049.322000', '101049.324000', '101049.327000', '101049.330000', '101049.333000', '101049.336000', '101049.339000', '101049.342000', '101049.344000', '101049.347000', '101049.350000', '101049.353000', '101049.356000', '101049.359000', '101049.362000', '101049.364000', '101049.367000', '101049.370000', '101109.246000', '101109.249000', '101109.252000', '101109.255000', '101109.258000', '101109.260000', '101109.263000', '101109.266000', '101109.269000', '101109.272000', '101109.275000', '101109.278000', '101109.280000', '101109.283000', '101109.286000', '101109.289000', '101109.292000', '101109.295000', '101109.298000', '101109.300000', '101109.303000', '101109.306000', '101109.309000', '101109.312000', '101109.315000', '101109.317000', '101109.320000', '101109.323000', '101109.326000', '101109.329000', '101109.332000', '101109.334000', '101109.337000', '101109.340000', '101109.343000', '101109.346000', '101109.349000', '101109.351000', '101109.354000', '101109.357000', '101109.360000', '101109.363000', '101109.366000', '101109.369000', '101129.247000', '101129.250000', '101129.253000', '101129.255000', '101129.258000', '101129.261000', '101129.264000', '101129.267000', '101129.270000', '101129.273000', '101129.276000', '101129.278000', '101129.281000', '101129.284000', '101129.287000', '101129.290000', '101129.293000', '101129.296000', '101129.298000', '101129.301000', '101129.304000', '101129.307000', '101129.310000', '101129.313000', '101129.316000', '101129.318000', '101129.321000', '101129.324000', '101129.327000', '101129.333000', '101129.336000', '101129.339000', '101129.341000', '101129.344000', '101129.347000', '101129.350000', '101129.353000', '101129.356000', '101129.359000', '101129.368000', '101129.370000', '101129.373000', '101129.376000', '101149.247000', '101149.250000', '101149.253000', '101149.256000', '101149.258000', '101149.261000', '101149.264000', '101149.267000', '101149.270000', '101149.273000', '101149.276000', '101149.278000', '101149.281000', '101149.284000', '101149.287000', '101149.290000', '101149.293000', '101149.296000', '101149.298000', '101149.301000', '101149.304000', '101149.307000', '101149.310000', '101149.313000', '101149.315000', '101149.318000', '101149.321000', '101149.324000', '101149.327000', '101149.330000', '101149.332000', '101149.335000', '101149.338000', '101149.341000', '101149.344000', '101149.347000', '101149.349000', '101149.352000', '101149.355000', '101149.358000', '101149.361000', '101149.364000', '101149.367000', '101149.369000', '101209.247000', '101209.250000', '101209.253000', '101209.256000', '101209.259000', '101209.261000', '101209.264000', '101209.267000', '101209.270000', '101209.273000', '101209.277000', '101209.280000', '101209.283000', '101209.286000', '101209.288000', '101209.291000', '101209.294000', '101209.297000', '101209.300000', '101209.303000', '101209.306000', '101209.308000', '101209.311000', '101209.314000', '101209.317000', '101209.320000', '101209.323000', '101209.325000', '101209.328000', '101209.331000', '101209.334000', '101209.337000', '101209.340000', '101209.344000', '101209.348000', '101209.350000', '101209.353000', '101209.356000', '101209.359000', '101209.362000', '101209.365000', '101209.368000', '101209.371000', '101229.247000', '101229.250000', '101229.253000', '101229.256000', '101229.259000', '101229.261000', '101229.264000', '101229.267000', '101229.270000', '101229.273000', '101229.276000', '101229.278000', '101229.281000', '101229.284000', '101229.287000', '101229.290000', '101229.293000', '101229.296000', '101229.298000', '101229.301000', '101229.304000', '101229.307000', '101229.310000', '101229.312000', '101229.316000', '101229.318000', '101229.321000', '101229.324000', '101229.327000', '101229.330000', '101229.333000', '101229.335000', '101229.338000', '101229.341000', '101229.344000', '101229.347000', '101229.350000', '101229.352000', '101229.355000', '101229.358000', '101229.361000', '101229.364000', '101229.367000', '101229.369000', '101249.247000', '101249.250000', '101249.253000', '101249.256000', '101249.259000', '101249.261000', '101249.264000', '101249.267000', '101249.270000', '101249.273000', '101249.276000', '101249.279000', '101249.281000', '101249.284000', '101249.287000', '101249.290000', '101249.293000', '101249.296000', '101249.299000', '101249.302000', '101249.304000', '101249.307000', '101249.310000', '101249.313000', '101249.316000', '101249.319000', '101249.322000', '101249.324000', '101249.327000', '101249.330000', '101249.333000', '101249.336000', '101249.338000', '101249.341000', '101249.344000', '101249.347000', '101249.350000', '101249.354000', '101249.357000', '101249.360000', '101249.363000', '101249.366000', '101249.369000', '101309.247000', '101309.250000', '101309.253000', '101309.256000', '101309.259000', '101309.261000', '101309.264000', '101309.267000', '101309.270000', '101309.273000', '101309.276000', '101309.279000', '101309.281000', '101309.284000', '101309.287000', '101309.290000', '101309.293000', '101309.295000', '101309.298000', '101309.301000', '101309.304000', '101309.307000', '101309.310000', '101309.313000', '101309.315000', '101309.318000', '101309.321000', '101309.324000', '101309.327000', '101309.330000', '101309.332000', '101309.335000', '101309.338000', '101309.341000', '101309.344000', '101309.347000', '101309.349000', '101309.352000', '101309.355000', '101309.358000', '101309.361000', '101309.364000', '101309.368000', '101309.371000', '101329.246000', '101329.249000', '101329.252000', '101329.255000', '101329.258000', '101329.261000', '101329.263000', '101329.266000', '101329.269000', '101329.272000', '101329.275000', '101329.278000', '101329.280000', '101329.283000', '101329.286000', '101329.289000', '101329.292000', '101329.295000', '101329.297000', '101329.300000', '101329.303000', '101329.323000', '101329.327000', '101329.329000', '101329.332000', '101329.335000', '101329.338000', '101329.341000', '101329.344000', '101329.347000', '101329.349000', '101329.352000', '101329.355000', '101329.358000', '101329.361000', '101329.364000', '101329.367000', '101329.370000', '101329.373000', '101329.375000', '101329.378000', '101329.382000', '101329.385000', '101349.247000', '101349.250000', '101349.253000', '101349.256000', '101349.259000', '101349.261000', '101349.264000', '101349.267000', '101349.270000', '101349.273000', '101349.276000', '101349.279000', '101349.282000', '101349.284000', '101349.287000', '101349.290000', '101349.293000', '101349.296000', '101349.298000', '101349.301000', '101349.304000', '101349.307000', '101349.310000', '101349.313000', '101349.315000', '101349.318000', '101349.321000', '101349.324000', '101349.327000', '101349.330000', '101349.333000', '101349.335000', '101349.338000', '101349.341000', '101349.344000', '101349.347000', '101349.349000', '101349.352000', '101349.355000', '101349.358000', '101349.361000', '101349.364000', '101349.367000', '101349.370000', '101354.727000', '101354.731000', '101354.735000', '101354.738000', '101354.741000', '101354.744000', '101354.748000', '101354.751000', '101354.754000', '101354.757000', '101354.760000', '101354.763000'], 'InstanceCreationTime': ['100729.276000', '100729.280000', '100729.283000', '100729.286000', '100729.289000', '100729.291000', '100729.294000', '100729.334000', '100729.337000', '100729.339000', '100729.342000', '100729.345000', '100729.348000', '100729.351000', '100729.353000', '100729.356000', '100729.359000', '100729.362000', '100729.365000', '100729.368000', '100729.370000', '100729.373000', '100729.376000', '100729.379000', '100729.382000', '100729.384000', '100729.387000', '100729.390000', '100729.393000', '100729.396000', '100729.399000', '100729.402000', '100729.405000', '100729.407000', '100749.247000', '100749.250000', '100749.253000', '100749.256000', '100749.258000', '100749.261000', '100749.264000', '100749.267000', '100749.270000', '100749.273000', '100749.275000', '100749.278000', '100749.285000', '100749.288000', '100749.291000', '100749.293000', '100749.296000', '100749.299000', '100749.302000', '100749.305000', '100749.307000', '100749.310000', '100749.313000', '100749.316000', '100749.319000', '100749.321000', '100749.324000', '100749.327000', '100749.330000', '100749.333000', '100749.336000', '100749.338000', '100749.341000', '100749.344000', '100749.347000', '100749.350000', '100749.352000', '100749.355000', '100749.358000', '100749.361000', '100749.364000', '100749.366000', '100749.369000', '100809.247000', '100809.250000', '100809.252000', '100809.255000', '100809.258000', '100809.261000', '100809.264000', '100809.267000', '100809.270000', '100809.272000', '100809.275000', '100809.278000', '100809.281000', '100809.284000', '100809.286000', '100809.289000', '100809.292000', '100809.295000', '100809.298000', '100809.301000', '100809.304000', '100809.306000', '100809.309000', '100809.312000', '100809.315000', '100809.318000', '100809.320000', '100809.323000', '100809.326000', '100809.329000', '100809.332000', '100809.335000', '100809.337000', '100809.340000', '100809.343000', '100809.346000', '100809.349000', '100809.352000', '100809.354000', '100809.357000', '100809.360000', '100809.363000', '100809.366000', '100809.369000', '100829.247000', '100829.250000', '100829.253000', '100829.256000', '100829.258000', '100829.261000', '100829.264000', '100829.267000', '100829.270000', '100829.273000', '100829.276000', '100829.278000', '100829.281000', '100829.284000', '100829.287000', '100829.290000', '100829.292000', '100829.295000', '100829.298000', '100829.301000', '100829.304000', '100829.307000', '100829.310000', '100829.312000', '100829.315000', '100829.318000', '100829.321000', '100829.324000', '100829.326000', '100829.329000', '100829.332000', '100829.335000', '100829.338000', '100829.341000', '100829.343000', '100829.346000', '100829.349000', '100829.352000', '100829.355000', '100829.358000', '100829.360000', '100829.363000', '100829.366000', '100849.246000', '100849.249000', '100849.252000', '100849.255000', '100849.258000', '100849.261000', '100849.281000', '100849.284000', '100849.287000', '100849.290000', '100849.293000', '100849.296000', '100849.298000', '100849.301000', '100849.304000', '100849.307000', '100849.310000', '100849.312000', '100849.315000', '100849.318000', '100849.321000', '100849.324000', '100849.327000', '100849.330000', '100849.333000', '100849.335000', '100849.338000', '100849.341000', '100849.344000', '100849.347000', '100849.350000', '100849.352000', '100849.355000', '100849.363000', '100849.366000', '100849.369000', '100849.372000', '100849.374000', '100849.377000', '100849.380000', '100849.383000', '100849.386000', '100849.389000', '100909.247000', '100909.250000', '100909.253000', '100909.256000', '100909.259000', '100909.262000', '100909.264000', '100909.267000', '100909.270000', '100909.273000', '100909.276000', '100909.278000', '100909.281000', '100909.284000', '100909.287000', '100909.290000', '100909.293000', '100909.296000', '100909.298000', '100909.301000', '100909.304000', '100909.307000', '100909.310000', '100909.313000', '100909.315000', '100909.322000', '100909.325000', '100909.328000', '100909.331000', '100909.334000', '100909.336000', '100909.339000', '100909.342000', '100909.345000', '100909.348000', '100909.351000', '100909.353000', '100909.356000', '100909.359000', '100909.362000', '100909.365000', '100909.368000', '100909.370000', '100909.373000', '100929.247000', '100929.250000', '100929.253000', '100929.256000', '100929.259000', '100929.262000', '100929.265000', '100929.268000', '100929.271000', '100929.274000', '100929.277000', '100929.280000', '100929.282000', '100929.285000', '100929.288000', '100929.291000', '100929.294000', '100929.297000', '100929.300000', '100929.303000', '100929.305000', '100929.308000', '100929.311000', '100929.314000', '100929.317000', '100929.320000', '100929.322000', '100929.325000', '100929.328000', '100929.331000', '100929.334000', '100929.337000', '100929.339000', '100929.342000', '100929.345000', '100929.348000', '100929.351000', '100929.354000', '100929.356000', '100929.359000', '100929.362000', '100929.365000', '100929.368000', '100949.247000', '100949.250000', '100949.253000', '100949.256000', '100949.259000', '100949.261000', '100949.264000', '100949.267000', '100949.270000', '100949.273000', '100949.276000', '100949.279000', '100949.282000', '100949.284000', '100949.287000', '100949.290000', '100949.293000', '100949.296000', '100949.299000', '100949.301000', '100949.304000', '100949.307000', '100949.310000', '100949.313000', '100949.316000', '100949.319000', '100949.321000', '100949.324000', '100949.327000', '100949.330000', '100949.333000', '100949.336000', '100949.339000', '100949.341000', '100949.344000', '100949.347000', '100949.350000', '100949.353000', '100949.355000', '100949.358000', '100949.361000', '100949.364000', '100949.367000', '100949.370000', '101009.247000', '101009.250000', '101009.253000', '101009.256000', '101009.259000', '101009.262000', '101009.265000', '101009.268000', '101009.270000', '101009.274000', '101009.277000', '101009.279000', '101009.282000', '101009.285000', '101009.288000', '101009.291000', '101009.294000', '101009.297000', '101009.300000', '101009.303000', '101009.306000', '101009.308000', '101009.311000', '101009.314000', '101009.317000', '101009.320000', '101009.322000', '101009.325000', '101009.328000', '101009.331000', '101009.334000', '101009.337000', '101009.340000', '101009.342000', '101009.345000', '101009.348000', '101009.351000', '101009.354000', '101009.357000', '101009.359000', '101009.362000', '101009.365000', '101009.368000', '101029.247000', '101029.250000', '101029.253000', '101029.256000', '101029.259000', '101029.261000', '101029.264000', '101029.267000', '101029.270000', '101029.273000', '101029.276000', '101029.279000', '101029.281000', '101029.284000', '101029.287000', '101029.290000', '101029.293000', '101029.296000', '101029.299000', '101029.302000', '101029.304000', '101029.307000', '101029.310000', '101029.313000', '101029.316000', '101029.319000', '101029.321000', '101029.324000', '101029.327000', '101029.342000', '101029.345000', '101029.348000', '101029.351000', '101029.354000', '101029.356000', '101029.359000', '101029.362000', '101029.365000', '101029.368000', '101029.371000', '101029.374000', '101029.376000', '101029.379000', '101029.382000', '101049.247000', '101049.250000', '101049.253000', '101049.256000', '101049.259000', '101049.262000', '101049.264000', '101049.267000', '101049.270000', '101049.273000', '101049.276000', '101049.279000', '101049.281000', '101049.284000', '101049.287000', '101049.290000', '101049.293000', '101049.297000', '101049.301000', '101049.305000', '101049.307000', '101049.310000', '101049.313000', '101049.316000', '101049.319000', '101049.322000', '101049.324000', '101049.327000', '101049.330000', '101049.333000', '101049.336000', '101049.339000', '101049.342000', '101049.344000', '101049.347000', '101049.350000', '101049.353000', '101049.356000', '101049.359000', '101049.362000', '101049.364000', '101049.367000', '101049.370000', '101109.246000', '101109.249000', '101109.252000', '101109.255000', '101109.258000', '101109.260000', '101109.263000', '101109.266000', '101109.269000', '101109.272000', '101109.275000', '101109.278000', '101109.280000', '101109.283000', '101109.286000', '101109.289000', '101109.292000', '101109.295000', '101109.298000', '101109.300000', '101109.303000', '101109.306000', '101109.309000', '101109.312000', '101109.315000', '101109.317000', '101109.320000', '101109.323000', '101109.326000', '101109.329000', '101109.332000', '101109.334000', '101109.337000', '101109.340000', '101109.343000', '101109.346000', '101109.349000', '101109.351000', '101109.354000', '101109.357000', '101109.360000', '101109.363000', '101109.366000', '101109.369000', '101129.247000', '101129.250000', '101129.253000', '101129.255000', '101129.258000', '101129.261000', '101129.264000', '101129.267000', '101129.270000', '101129.273000', '101129.276000', '101129.278000', '101129.281000', '101129.284000', '101129.287000', '101129.290000', '101129.293000', '101129.296000', '101129.298000', '101129.301000', '101129.304000', '101129.307000', '101129.310000', '101129.313000', '101129.316000', '101129.318000', '101129.321000', '101129.324000', '101129.327000', '101129.333000', '101129.336000', '101129.339000', '101129.341000', '101129.344000', '101129.347000', '101129.350000', '101129.353000', '101129.356000', '101129.359000', '101129.368000', '101129.370000', '101129.373000', '101129.376000', '101149.247000', '101149.250000', '101149.253000', '101149.256000', '101149.258000', '101149.261000', '101149.264000', '101149.267000', '101149.270000', '101149.273000', '101149.276000', '101149.278000', '101149.281000', '101149.284000', '101149.287000', '101149.290000', '101149.293000', '101149.296000', '101149.298000', '101149.301000', '101149.304000', '101149.307000', '101149.310000', '101149.313000', '101149.315000', '101149.318000', '101149.321000', '101149.324000', '101149.327000', '101149.330000', '101149.332000', '101149.335000', '101149.338000', '101149.341000', '101149.344000', '101149.347000', '101149.349000', '101149.352000', '101149.355000', '101149.358000', '101149.361000', '101149.364000', '101149.367000', '101149.369000', '101209.247000', '101209.250000', '101209.253000', '101209.256000', '101209.259000', '101209.261000', '101209.264000', '101209.267000', '101209.270000', '101209.273000', '101209.277000', '101209.280000', '101209.283000', '101209.286000', '101209.288000', '101209.291000', '101209.294000', '101209.297000', '101209.300000', '101209.303000', '101209.306000', '101209.308000', '101209.311000', '101209.314000', '101209.317000', '101209.320000', '101209.323000', '101209.325000', '101209.328000', '101209.331000', '101209.334000', '101209.337000', '101209.340000', '101209.344000', '101209.348000', '101209.350000', '101209.353000', '101209.356000', '101209.359000', '101209.362000', '101209.365000', '101209.368000', '101209.371000', '101229.247000', '101229.250000', '101229.253000', '101229.256000', '101229.259000', '101229.261000', '101229.264000', '101229.267000', '101229.270000', '101229.273000', '101229.276000', '101229.278000', '101229.281000', '101229.284000', '101229.287000', '101229.290000', '101229.293000', '101229.296000', '101229.298000', '101229.301000', '101229.304000', '101229.307000', '101229.310000', '101229.312000', '101229.316000', '101229.318000', '101229.321000', '101229.324000', '101229.327000', '101229.330000', '101229.333000', '101229.335000', '101229.338000', '101229.341000', '101229.344000', '101229.347000', '101229.350000', '101229.352000', '101229.355000', '101229.358000', '101229.361000', '101229.364000', '101229.367000', '101229.369000', '101249.247000', '101249.250000', '101249.253000', '101249.256000', '101249.259000', '101249.261000', '101249.264000', '101249.267000', '101249.270000', '101249.273000', '101249.276000', '101249.279000', '101249.281000', '101249.284000', '101249.287000', '101249.290000', '101249.293000', '101249.296000', '101249.299000', '101249.302000', '101249.304000', '101249.307000', '101249.310000', '101249.313000', '101249.316000', '101249.319000', '101249.322000', '101249.324000', '101249.327000', '101249.330000', '101249.333000', '101249.336000', '101249.338000', '101249.341000', '101249.344000', '101249.347000', '101249.350000', '101249.354000', '101249.357000', '101249.360000', '101249.363000', '101249.366000', '101249.369000', '101309.247000', '101309.250000', '101309.253000', '101309.256000', '101309.259000', '101309.261000', '101309.264000', '101309.267000', '101309.270000', '101309.273000', '101309.276000', '101309.279000', '101309.281000', '101309.284000', '101309.287000', '101309.290000', '101309.293000', '101309.295000', '101309.298000', '101309.301000', '101309.304000', '101309.307000', '101309.310000', '101309.313000', '101309.315000', '101309.318000', '101309.321000', '101309.324000', '101309.327000', '101309.330000', '101309.332000', '101309.335000', '101309.338000', '101309.341000', '101309.344000', '101309.347000', '101309.349000', '101309.352000', '101309.355000', '101309.358000', '101309.361000', '101309.364000', '101309.368000', '101309.371000', '101329.246000', '101329.249000', '101329.252000', '101329.255000', '101329.258000', '101329.261000', '101329.263000', '101329.266000', '101329.269000', '101329.272000', '101329.275000', '101329.278000', '101329.280000', '101329.283000', '101329.286000', '101329.289000', '101329.292000', '101329.295000', '101329.297000', '101329.300000', '101329.303000', '101329.323000', '101329.327000', '101329.329000', '101329.332000', '101329.335000', '101329.338000', '101329.341000', '101329.344000', '101329.347000', '101329.349000', '101329.352000', '101329.355000', '101329.358000', '101329.361000', '101329.364000', '101329.367000', '101329.370000', '101329.373000', '101329.375000', '101329.378000', '101329.382000', '101329.385000', '101349.247000', '101349.250000', '101349.253000', '101349.256000', '101349.259000', '101349.261000', '101349.264000', '101349.267000', '101349.270000', '101349.273000', '101349.276000', '101349.279000', '101349.282000', '101349.284000', '101349.287000', '101349.290000', '101349.293000', '101349.296000', '101349.298000', '101349.301000', '101349.304000', '101349.307000', '101349.310000', '101349.313000', '101349.315000', '101349.318000', '101349.321000', '101349.324000', '101349.327000', '101349.330000', '101349.333000', '101349.335000', '101349.338000', '101349.341000', '101349.344000', '101349.347000', '101349.349000', '101349.352000', '101349.355000', '101349.358000', '101349.361000', '101349.364000', '101349.367000', '101349.370000', '101354.727000', '101354.731000', '101354.735000', '101354.738000', '101354.741000', '101354.744000', '101354.748000', '101354.751000', '101354.754000', '101354.757000', '101354.760000', '101354.763000'], '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': [9944, 8479, 9763, 14395, 9788, 12659, 10529, 10608, 14065, 10318, 13598, 9263, 11691, 9049, 10061, 9155, 9421, 13435, 9520, 10591, 9276, 10390, 8993, 10150, 8886, 9016, 9185, 7609, 9592, 7790, 10317, 11990, 9926, 13729, 10050, 11415, 12659, 12003, 11801, 9966, 13525, 9334, 10245, 9092, 9303, 11318, 9362, 10240, 8937, 9936, 9161, 9318, 8576, 9482, 8103, 9179, 11406, 8877, 9696, 8799, 9404, 8891, 9861, 8583, 9827, 9413, 9158, 13165, 9576, 12885, 11593, 8661, 8762, 7677, 9360, 8031, 10541, 8717, 8532, 11529, 8797, 11777, 9603, 11829, 9425, 12313, 10059, 13220, 10768, 12660, 9309, 8741, 9073, 12505, 9359, 12110, 8321, 9155, 7861, 9306, 8670, 8250, 8904, 7612, 9414, 11462, 8333, 10070, 13783, 9741, 11392, 9175, 9887, 8113, 9509, 8702, 9087, 10742, 9105, 10548, 8128, 9574, 8231, 9474, 8952, 10130, 8636, 9921, 11007, 9230, 12712, 9815, 10703, 9160, 7636, 9517, 8607, 10031, 14962, 10067, 9687, 13611, 10368, 12849, 9603, 11541, 8370, 8905, 14151, 8938, 11260, 8687, 8289, 10500, 7995, 8690, 8426, 8962, 7304, 8309, 10909, 8699, 9570, 7942, 8288, 7922, 9575, 7793, 8620, 8382, 8785, 12262, 9708, 8658, 8620, 12579, 9002, 12013, 9358, 9378, 14248, 10391, 11399, 8622, 8774, 7280, 9361, 12810, 8458, 9235, 7791, 8345, 7253, 8298, 7561, 8504, 11022, 8462, 8853, 7249, 8635, 7524, 8535, 7233, 8421, 7473, 8989, 12723, 9010, 9278, 7982, 8644, 7384, 9565, 9803, 8947, 11879, 8593, 9778, 11836, 9174, 9005, 9123, 8289, 8522, 10447, 7854, 9216, 10429, 8739, 11115, 8575, 9246, 8240, 10050, 8016, 9380, 9935, 9164, 13455, 9901, 11489, 8577, 9446, 8086, 11248, 8153, 8644, 8607, 7981, 7168, 8872, 7129, 8530, 10512, 8623, 13012, 10231, 9011, 13843, 9825, 12228, 8911, 9392, 7294, 8863, 13297, 8880, 10742, 8555, 9075, 8042, 8801, 7222, 8770, 10683, 8422, 10381, 8682, 8744, 8298, 9252, 7959, 9716, 7485, 8503, 8087, 8690, 7156, 9511, 7886, 9300, 13753, 9684, 10436, 12650, 9431, 11938, 8913, 9174, 8045, 9184, 7342, 8835, 7290, 8807, 11250, 8649, 7859, 8309, 7226, 8132, 8087, 8032, 8677, 13729, 9144, 9743, 16508, 10544, 12901, 9473, 12120, 14496, 11231, 13232, 9700, 10681, 8652, 10372, 13021, 8665, 10954, 8531, 9501, 8375, 9444, 7238, 9018, 12121, 8650, 10175, 8283, 8925, 7109, 8650, 7179, 9017, 7082, 8475, 10724, 8952, 9731, 8590, 9179, 8622, 9628, 8382, 9360, 8451, 8723, 8719, 7352, 9776, 7686, 10444, 11878, 9988, 14623, 10902, 11768, 9203, 11347, 7866, 9119, 7189, 8596, 10046, 8560, 9971, 8234, 9527, 8122, 8528, 8215, 8781, 7128, 8677, 15060, 10213, 10578, 10023, 11687, 11010, 8552, 12247, 8219, 9230, 7236, 8746, 12830, 7933, 8849, 8069, 8143, 7304, 8426, 7219, 8205, 11908, 8000, 9873, 8080, 9349, 7998, 8929, 7884, 8836, 9190, 9211, 12444, 8364, 10162, 8231, 9153, 8334, 9434, 8326, 9733, 8108, 10109, 7961, 8538, 8114, 9715, 7284, 8622, 12594, 8476, 8598, 8337, 7548, 7826, 7298, 8879, 8576, 9182, 8168, 8066, 8225, 7270, 11575, 9006, 13258, 10893, 12547, 13052, 12496, 12141, 11986, 9778, 10006, 15203, 11542, 12001, 8179, 9638, 7658, 8384, 7471, 8381, 11350, 7852, 9007, 8944, 7845, 9687, 8298, 7886, 8680, 10067, 8004, 11423, 8607, 10041, 12203, 9589, 9873, 8826, 7026, 9417, 10651, 9569, 15063, 11424, 12458, 11341, 9460, 7613, 8560, 13056, 8810, 10170, 8649, 8686, 13531, 8465, 8118, 8574, 9903, 8250, 9954, 8226, 9181, 7847, 8818, 7268, 8974, 8622, 9149, 14331, 10849, 10470, 8079, 9430, 7267, 9531, 7322, 9523, 13140, 8958, 12045, 8867, 7615, 9140, 7808, 8874, 13223, 9493, 10731, 8235, 9387, 7475, 9309, 7229, 9552, 11387, 8551, 11882, 8639, 10026, 7944, 9258, 7214, 9032, 13303, 8383, 10662, 8837, 9022, 14161, 9760, 10522, 8466, 10699, 8557, 10169, 11101, 9429, 13445, 9763, 10476, 8507, 10180, 7995, 9756, 10598, 9084, 13592, 10270, 10369, 8648, 9597, 7768, 9604, 15257, 8668, 10416, 7500, 9554, 7834, 9216, 7305, 9228, 7630, 9138, 12155, 8218, 9558, 11098, 8487, 7897, 8794, 11583, 8677, 10525, 9108, 8895, 12621, 8882, 10022, 8749, 9831, 7177, 9109, 13241, 9039, 10561, 9718, 9014, 13089, 8850, 8049, 8618, 11083, 8254, 9744, 10801, 8811, 11658, 9279, 10731, 8546, 10551, 8478, 9854, 12095, 9071, 12231, 8757, 9735, 8406, 9205, 7254, 9265, 13987, 8934, 10031, 9039, 9002, 8917, 8616, 9010, 8836, 9974, 9005, 10776, 8603, 11177, 8466, 8576, 9153, 12344, 9492, 10458, 9399, 10318, 7629, 10523, 8726, 11361, 8458, 8531, 9813, 8535, 11507, 8542, 7378, 11049, 8122, 13199, 11610, 11426, 14882, 10619, 14968, 11267, 13814, 9779, 8406, 9045, 7640, 9030, 12576, 9576, 9915, 7357, 8942, 13409, 8330, 9598, 8269, 9150, 7860, 9076, 8005, 8687, 11766, 9778, 10069, 8632, 9636, 7956, 9675, 8688, 8770, 12892, 9388, 10095, 8338, 9233, 7532, 9525, 7596, 9413, 14143, 10352, 10435, 9571, 7161, 10158, 10831, 9594, 14662, 9897, 10424, 11447, 9962, 7429, 9444, 14897, 9278, 11737, 8740, 10409, 11235, 10535, 7847, 9403, 12299, 8827, 11630, 7730, 9430, 10509, 8982, 8301, 8675, 11614, 7627, 9157, 14239, 8903, 10429, 8741, 9592, 7537, 9089, 14095, 8755, 10408, 7915, 8909, 12947, 9061, 9798, 8131, 10656, 7608, 9134, 14659, 8761, 10634, 9001, 9150, 7812, 9072, 7371, 8975, 13184, 8662, 10015, 8511, 9592, 8248, 10242, 7360, 9166, 11237, 8075, 11361, 8506, 7476, 9124, 13121, 9153, 12369, 8935, 9883, 15331, 10600, 10957, 9182, 9750, 8447, 9826, 7217, 9264, 11031, 9252, 10934, 8417, 9308, 8073, 9341, 8116, 9585, 7269, 9191, 7633, 9353, 7675, 9549, 7323, 9841, 14476, 10431, 10484, 12439, 9278, 12795, 9035, 10622, 7655, 9521, 13291, 9011, 10694, 7716, 8890, 7351, 9283, 12311, 8866, 10630, 7909, 9320, 13235, 9171, 10268, 8482, 9665, 7245, 8921, 12422, 8712, 10311, 8749, 9669, 8269, 10117, 7372], 'WindowCenter': [4539.0, 4503.0, 4520.0, 4547.0, 4492.0, 4523.0, 4508.0, 4507.0, 4507.0, 4492.0, 4511.0, 4470.0, 4488.0, 4458.0, 4468.0, 4456.0, 4469.0, 4510.0, 4483.0, 4488.0, 4469.0, 4478.0, 4468.0, 4490.0, 4484.0, 4472.0, 4482.0, 4452.0, 4496.0, 4462.0, 4505.0, 4513.0, 4492.0, 4522.0, 4483.0, 4502.0, 4500.0, 4501.0, 4489.0, 4469.0, 4497.0, 4456.0, 4478.0, 4441.0, 4457.0, 4476.0, 4457.0, 4466.0, 4458.0, 4468.0, 4469.0, 4467.0, 4460.0, 4478.0, 4448.0, 4470.0, 4500.0, 4471.0, 4479.0, 4461.0, 4469.0, 4473.0, 4479.0, 4474.0, 4494.0, 4472.0, 4496.0, 4523.0, 4495.0, 4539.0, 4503.0, 4462.0, 4461.0, 4453.0, 4481.0, 4488.0, 4518.0, 4487.0, 4485.0, 4516.0, 4485.0, 4514.0, 4482.0, 4503.0, 4497.0, 4502.0, 4494.0, 4524.0, 4492.0, 4513.0, 4483.0, 4458.0, 4473.0, 4500.0, 4459.0, 4498.0, 4460.0, 4471.0, 4450.0, 4470.0, 4462.0, 4448.0, 4459.0, 4438.0, 4494.0, 4501.0, 4461.0, 4495.0, 4509.0, 4481.0, 4512.0, 4471.0, 4482.0, 4452.0, 4468.0, 4447.0, 4473.0, 4478.0, 4473.0, 4493.0, 4453.0, 4494.0, 4475.0, 4494.0, 4486.0, 4491.0, 4461.0, 4495.0, 4503.0, 4496.0, 4524.0, 4496.0, 4518.0, 4495.0, 4453.0, 4498.0, 4485.0, 4493.0, 4534.0, 4497.0, 4495.0, 4523.0, 4491.0, 4524.0, 4484.0, 4488.0, 4463.0, 4461.0, 4496.0, 4473.0, 4491.0, 4459.0, 4460.0, 4478.0, 4438.0, 4461.0, 4449.0, 4482.0, 4439.0, 4461.0, 4490.0, 4462.0, 4482.0, 4463.0, 4460.0, 4466.0, 4495.0, 4440.0, 4471.0, 4461.0, 4461.0, 4498.0, 4484.0, 4485.0, 4486.0, 4500.0, 4497.0, 4511.0, 4482.0, 4471.0, 4497.0, 4481.0, 4489.0, 4461.0, 4447.0, 4440.0, 4470.0, 4499.0, 4438.0, 4469.0, 4438.0, 4461.0, 4427.0, 4449.0, 4441.0, 4449.0, 4489.0, 4461.0, 4459.0, 4429.0, 4475.0, 4440.0, 4487.0, 4443.0, 4463.0, 4441.0, 4487.0, 4512.0, 4473.0, 4483.0, 4452.0, 4461.0, 4454.0, 4485.0, 4493.0, 4473.0, 4500.0, 4475.0, 4482.0, 4512.0, 4471.0, 4471.0, 4485.0, 4451.0, 4461.0, 4490.0, 4449.0, 4482.0, 4491.0, 4472.0, 4502.0, 4462.0, 4470.0, 4478.0, 4493.0, 4465.0, 4486.0, 4492.0, 4484.0, 4525.0, 4468.0, 4501.0, 4463.0, 4469.0, 4465.0, 4520.0, 4451.0, 4461.0, 4458.0, 4452.0, 4443.0, 4472.0, 4456.0, 4474.0, 4491.0, 4487.0, 4525.0, 4467.0, 4484.0, 4522.0, 4482.0, 4515.0, 4461.0, 4471.0, 4440.0, 4458.0, 4496.0, 4472.0, 4480.0, 4473.0, 4458.0, 4439.0, 4472.0, 4431.0, 4473.0, 4478.0, 4449.0, 4480.0, 4462.0, 4460.0, 4476.0, 4470.0, 4465.0, 4481.0, 4442.0, 4473.0, 4452.0, 4461.0, 4446.0, 4469.0, 4463.0, 4472.0, 4496.0, 4471.0, 4506.0, 4487.0, 4474.0, 4501.0, 4461.0, 4456.0, 4450.0, 4482.0, 4440.0, 4480.0, 4451.0, 4484.0, 4501.0, 4458.0, 4464.0, 4475.0, 4457.0, 4451.0, 4452.0, 4451.0, 4488.0, 4522.0, 4484.0, 4483.0, 4532.0, 4495.0, 4525.0, 4474.0, 4491.0, 4511.0, 4488.0, 4483.0, 4445.0, 4468.0, 4436.0, 4453.0, 4485.0, 4435.0, 4452.0, 4431.0, 4453.0, 4436.0, 4442.0, 4415.0, 4446.0, 4472.0, 4449.0, 4466.0, 4447.0, 4459.0, 4417.0, 4446.0, 4429.0, 4458.0, 4427.0, 4449.0, 4490.0, 4470.0, 4469.0, 4460.0, 4482.0, 4475.0, 4481.0, 4460.0, 4471.0, 4477.0, 4487.0, 4486.0, 4454.0, 4495.0, 4455.0, 4489.0, 4513.0, 4485.0, 4523.0, 4503.0, 4514.0, 4485.0, 4504.0, 4449.0, 4460.0, 4417.0, 4460.0, 4505.0, 4487.0, 4492.0, 4448.0, 4484.0, 4454.0, 4462.0, 4464.0, 4464.0, 4433.0, 4463.0, 4522.0, 4468.0, 4504.0, 4495.0, 4503.0, 4479.0, 4449.0, 4488.0, 4423.0, 4459.0, 4428.0, 4448.0, 4498.0, 4450.0, 4460.0, 4440.0, 4441.0, 4441.0, 4437.0, 4440.0, 4462.0, 4502.0, 4466.0, 4495.0, 4464.0, 4471.0, 4452.0, 4461.0, 4437.0, 4488.0, 4484.0, 4484.0, 4499.0, 4463.0, 4494.0, 4463.0, 4455.0, 4462.0, 4470.0, 4460.0, 4484.0, 4453.0, 4505.0, 4463.0, 4462.0, 4477.0, 4479.0, 4457.0, 4488.0, 4523.0, 4464.0, 4457.0, 4463.0, 4430.0, 4487.0, 4473.0, 4422.0, 4446.0, 4482.0, 4465.0, 4449.0, 4475.0, 4457.0, 4516.0, 4488.0, 4526.0, 4504.0, 4526.0, 4526.0, 4514.0, 4486.0, 4490.0, 4457.0, 4468.0, 4521.0, 4488.0, 4476.0, 4437.0, 4482.0, 4428.0, 4437.0, 4416.0, 4461.0, 4477.0, 4438.0, 4459.0, 4459.0, 4451.0, 4469.0, 4464.0, 4465.0, 4486.0, 4492.0, 4464.0, 4516.0, 4489.0, 4496.0, 4503.0, 4499.0, 4497.0, 4485.0, 4444.0, 4499.0, 4497.0, 4499.0, 4548.0, 4504.0, 4517.0, 4504.0, 4487.0, 4441.0, 4474.0, 4525.0, 4473.0, 4483.0, 4474.0, 4486.0, 4524.0, 4465.0, 4452.0, 4474.0, 4481.0, 4465.0, 4483.0, 4475.0, 4484.0, 4466.0, 4475.0, 4444.0, 4476.0, 4472.0, 4484.0, 4524.0, 4494.0, 4494.0, 4464.0, 4496.0, 4444.0, 4481.0, 4440.0, 4484.0, 4512.0, 4472.0, 4501.0, 4474.0, 4440.0, 4472.0, 4442.0, 4474.0, 4497.0, 4473.0, 4518.0, 4465.0, 4484.0, 4443.0, 4471.0, 4442.0, 4471.0, 4489.0, 4459.0, 4488.0, 4462.0, 4481.0, 4463.0, 4472.0, 4431.0, 4472.0, 4496.0, 4450.0, 4480.0, 4460.0, 4473.0, 4521.0, 4482.0, 4491.0, 4464.0, 4493.0, 4463.0, 4492.0, 4490.0, 4484.0, 4514.0, 4483.0, 4480.0, 4460.0, 4479.0, 4450.0, 4469.0, 4479.0, 4460.0, 4512.0, 4481.0, 4481.0, 4474.0, 4470.0, 4440.0, 4471.0, 4507.0, 4473.0, 4503.0, 4440.0, 4470.0, 4439.0, 4472.0, 4455.0, 4482.0, 4437.0, 4469.0, 4501.0, 4464.0, 4482.0, 4492.0, 4461.0, 4451.0, 4462.0, 4490.0, 4461.0, 4490.0, 4458.0, 4472.0, 4510.0, 4471.0, 4469.0, 4460.0, 4467.0, 4418.0, 4458.0, 4497.0, 4458.0, 4479.0, 4469.0, 4461.0, 4498.0, 4457.0, 4422.0, 4460.0, 4478.0, 4449.0, 4470.0, 4489.0, 4473.0, 4500.0, 4472.0, 4480.0, 4460.0, 4479.0, 4451.0, 4469.0, 4488.0, 4458.0, 4500.0, 4464.0, 4481.0, 4450.0, 4459.0, 4428.0, 4458.0, 4509.0, 4459.0, 4468.0, 4458.0, 4469.0, 4458.0, 4460.0, 4471.0, 4471.0, 4492.0, 4482.0, 4503.0, 4459.0, 4501.0, 4464.0, 4473.0, 4495.0, 4526.0, 4510.0, 4505.0, 4472.0, 4494.0, 4453.0, 4492.0, 4473.0, 4500.0, 4464.0, 4472.0, 4483.0, 4462.0, 4491.0, 4463.0, 4440.0, 4491.0, 4440.0, 4501.0, 4489.0, 4491.0, 4509.0, 4470.0, 4497.0, 4477.0, 4484.0, 4445.0, 4423.0, 4434.0, 4413.0, 4445.0, 4474.0, 4445.0, 4455.0, 4403.0, 4447.0, 4486.0, 4437.0, 4444.0, 4437.0, 4445.0, 4428.0, 4459.0, 4439.0, 4462.0, 4491.0, 4483.0, 4482.0, 4463.0, 4471.0, 4452.0, 4471.0, 4450.0, 4463.0, 4512.0, 4486.0, 4494.0, 4466.0, 4486.0, 4454.0, 4485.0, 4454.0, 4499.0, 4537.0, 4509.0, 4495.0, 4487.0, 4445.0, 4497.0, 4493.0, 4499.0, 4548.0, 4498.0, 4506.0, 4503.0, 4483.0, 4443.0, 4472.0, 4510.0, 4472.0, 4500.0, 4462.0, 4492.0, 4494.0, 4493.0, 4440.0, 4460.0, 4489.0, 4460.0, 4489.0, 4440.0, 4470.0, 4479.0, 4459.0, 4447.0, 4450.0, 4489.0, 4440.0, 4459.0, 4508.0, 4473.0, 4490.0, 4461.0, 4469.0, 4440.0, 4462.0, 4509.0, 4450.0, 4480.0, 4442.0, 4474.0, 4513.0, 4461.0, 4467.0, 4441.0, 4480.0, 4439.0, 4460.0, 4508.0, 4461.0, 4480.0, 4460.0, 4459.0, 4440.0, 4458.0, 4429.0, 4459.0, 4509.0, 4461.0, 4481.0, 4472.0, 4482.0, 4475.0, 4493.0, 4441.0, 4482.0, 4502.0, 4465.0, 4502.0, 4462.0, 4442.0, 4473.0, 4512.0, 4486.0, 4514.0, 4461.0, 4470.0, 4509.0, 4482.0, 4479.0, 4458.0, 4455.0, 4437.0, 4456.0, 4416.0, 4470.0, 4491.0, 4482.0, 4502.0, 4474.0, 4470.0, 4452.0, 4468.0, 4451.0, 4469.0, 4441.0, 4482.0, 4453.0, 4484.0, 4451.0, 4483.0, 4444.0, 4493.0, 4522.0, 4493.0, 4495.0, 4503.0, 4472.0, 4498.0, 4458.0, 4466.0, 4428.0, 4458.0, 4496.0, 4458.0, 4479.0, 4439.0, 4459.0, 4429.0, 4469.0, 4488.0, 4458.0, 4477.0, 4438.0, 4471.0, 4510.0, 4470.0, 4468.0, 4449.0, 4468.0, 4428.0, 4460.0, 4500.0, 4462.0, 4479.0, 4461.0, 4470.0, 4450.0, 4479.0, 4430.0], 'WindowWidth': [9967.0, 9905.0, 9923.0, 9952.0, 9864.0, 9916.0, 9896.0, 9895.0, 9874.0, 9863.0, 9887.0, 9830.0, 9852.0, 9810.0, 9822.0, 9805.0, 9827.0, 9888.0, 9852.0, 9852.0, 9831.0, 9840.0, 9826.0, 9861.0, 9860.0, 9837.0, 9853.0, 9813.0, 9878.0, 9829.0, 9889.0, 9893.0, 9864.0, 9907.0, 9851.0, 9876.0, 9872.0, 9873.0, 9854.0, 9826.0, 9862.0, 9805.0, 9837.0, 9774.0, 9807.0, 9830.0, 9809.0, 9818.0, 9813.0, 9824.0, 9827.0, 9823.0, 9818.0, 9840.0, 9797.0, 9831.0, 9872.0, 9835.0, 9842.0, 9819.0, 9828.0, 9839.0, 9842.0, 9846.0, 9872.0, 9837.0, 9877.0, 9911.0, 9872.0, 9940.0, 9876.0, 9819.0, 9818.0, 9810.0, 9849.0, 9872.0, 9915.0, 9869.0, 9862.0, 9904.0, 9861.0, 9897.0, 9850.0, 9877.0, 9880.0, 9876.0, 9870.0, 9911.0, 9864.0, 9895.0, 9854.0, 9810.0, 9841.0, 9869.0, 9810.0, 9863.0, 9820.0, 9834.0, 9803.0, 9829.0, 9822.0, 9796.0, 9812.0, 9783.0, 9873.0, 9873.0, 9820.0, 9875.0, 9881.0, 9846.0, 9893.0, 9834.0, 9849.0, 9810.0, 9821.0, 9794.0, 9839.0, 9835.0, 9842.0, 9865.0, 9811.0, 9872.0, 9845.0, 9871.0, 9863.0, 9859.0, 9819.0, 9876.0, 9881.0, 9877.0, 9910.0, 9875.0, 9911.0, 9874.0, 9815.0, 9881.0, 9862.0, 9866.0, 9924.0, 9880.0, 9876.0, 9907.0, 9861.0, 9912.0, 9853.0, 9851.0, 9825.0, 9819.0, 9858.0, 9839.0, 9860.0, 9816.0, 9820.0, 9838.0, 9783.0, 9821.0, 9801.0, 9854.0, 9790.0, 9820.0, 9859.0, 9823.0, 9850.0, 9827.0, 9818.0, 9837.0, 9874.0, 9787.0, 9834.0, 9818.0, 9820.0, 9862.0, 9854.0, 9860.0, 9862.0, 9871.0, 9879.0, 9890.0, 9852.0, 9832.0, 9861.0, 9846.0, 9854.0, 9821.0, 9792.0, 9790.0, 9829.0, 9866.0, 9781.0, 9827.0, 9784.0, 9822.0, 9768.0, 9800.0, 9792.0, 9798.0, 9853.0, 9821.0, 9812.0, 9772.0, 9845.0, 9790.0, 9865.0, 9801.0, 9823.0, 9793.0, 9866.0, 9892.0, 9839.0, 9855.0, 9809.0, 9819.0, 9817.0, 9853.0, 9866.0, 9837.0, 9871.0, 9845.0, 9849.0, 9892.0, 9835.0, 9834.0, 9858.0, 9803.0, 9820.0, 9858.0, 9800.0, 9851.0, 9861.0, 9836.0, 9878.0, 9821.0, 9829.0, 9855.0, 9865.0, 9832.0, 9861.0, 9865.0, 9855.0, 9912.0, 9819.0, 9875.0, 9826.0, 9825.0, 9833.0, 9915.0, 9807.0, 9819.0, 9810.0, 9808.0, 9800.0, 9837.0, 9825.0, 9844.0, 9859.0, 9866.0, 9914.0, 9816.0, 9860.0, 9905.0, 9847.0, 9898.0, 9819.0, 9832.0, 9788.0, 9808.0, 9858.0, 9835.0, 9840.0, 9838.0, 9809.0, 9786.0, 9837.0, 9777.0, 9840.0, 9839.0, 9800.0, 9844.0, 9822.0, 9816.0, 9849.0, 9831.0, 9833.0, 9846.0, 9797.0, 9841.0, 9809.0, 9818.0, 9808.0, 9822.0, 9826.0, 9836.0, 9853.0, 9831.0, 9888.0, 9841.0, 9841.0, 9874.0, 9818.0, 9803.0, 9804.0, 9851.0, 9791.0, 9845.0, 9810.0, 9857.0, 9875.0, 9810.0, 9832.0, 9849.0, 9824.0, 9805.0, 9806.0, 9806.0, 9869.0, 9904.0, 9856.0, 9852.0, 9916.0, 9872.0, 9915.0, 9840.0, 9855.0, 9887.0, 9851.0, 9833.0, 9781.0, 9822.0, 9773.0, 9790.0, 9841.0, 9771.0, 9789.0, 9759.0, 9793.0, 9776.0, 9774.0, 9746.0, 9787.0, 9814.0, 9796.0, 9814.0, 9791.0, 9815.0, 9752.0, 9788.0, 9773.0, 9808.0, 9769.0, 9802.0, 9859.0, 9829.0, 9828.0, 9816.0, 9849.0, 9847.0, 9847.0, 9816.0, 9832.0, 9852.0, 9867.0, 9861.0, 9816.0, 9871.0, 9817.0, 9850.0, 9891.0, 9856.0, 9907.0, 9880.0, 9898.0, 9859.0, 9880.0, 9800.0, 9813.0, 9754.0, 9814.0, 9890.0, 9868.0, 9866.0, 9796.0, 9856.0, 9815.0, 9822.0, 9827.0, 9827.0, 9784.0, 9825.0, 9905.0, 9819.0, 9885.0, 9873.0, 9877.0, 9837.0, 9798.0, 9847.0, 9749.0, 9810.0, 9768.0, 9796.0, 9861.0, 9802.0, 9814.0, 9787.0, 9789.0, 9792.0, 9774.0, 9790.0, 9821.0, 9876.0, 9837.0, 9873.0, 9827.0, 9831.0, 9809.0, 9817.0, 9777.0, 9868.0, 9858.0, 9854.0, 9864.0, 9826.0, 9867.0, 9823.0, 9796.0, 9821.0, 9828.0, 9818.0, 9853.0, 9812.0, 9887.0, 9826.0, 9820.0, 9854.0, 9839.0, 9823.0, 9870.0, 9909.0, 9829.0, 9803.0, 9827.0, 9771.0, 9882.0, 9855.0, 9740.0, 9786.0, 9848.0, 9830.0, 9798.0, 9847.0, 9825.0, 9904.0, 9869.0, 9917.0, 9882.0, 9918.0, 9917.0, 9897.0, 9838.0, 9854.0, 9802.0, 9818.0, 9903.0, 9849.0, 9828.0, 9774.0, 9846.0, 9768.0, 9776.0, 9747.0, 9821.0, 9831.0, 9782.0, 9813.0, 9812.0, 9805.0, 9827.0, 9828.0, 9831.0, 9863.0, 9865.0, 9828.0, 9903.0, 9872.0, 9873.0, 9878.0, 9884.0, 9877.0, 9858.0, 9801.0, 9887.0, 9875.0, 9883.0, 9951.0, 9882.0, 9905.0, 9880.0, 9861.0, 9790.0, 9841.0, 9912.0, 9836.0, 9850.0, 9844.0, 9866.0, 9909.0, 9831.0, 9810.0, 9842.0, 9846.0, 9830.0, 9851.0, 9845.0, 9855.0, 9835.0, 9843.0, 9802.0, 9845.0, 9835.0, 9855.0, 9909.0, 9868.0, 9866.0, 9829.0, 9878.0, 9802.0, 9848.0, 9789.0, 9854.0, 9889.0, 9835.0, 9869.0, 9840.0, 9785.0, 9835.0, 9794.0, 9839.0, 9855.0, 9836.0, 9909.0, 9831.0, 9855.0, 9796.0, 9831.0, 9795.0, 9831.0, 9851.0, 9812.0, 9850.0, 9822.0, 9846.0, 9827.0, 9834.0, 9777.0, 9833.0, 9859.0, 9801.0, 9841.0, 9814.0, 9838.0, 9901.0, 9847.0, 9858.0, 9828.0, 9864.0, 9824.0, 9863.0, 9856.0, 9855.0, 9894.0, 9852.0, 9844.0, 9815.0, 9838.0, 9802.0, 9827.0, 9840.0, 9816.0, 9893.0, 9844.0, 9844.0, 9841.0, 9828.0, 9791.0, 9832.0, 9875.0, 9839.0, 9882.0, 9792.0, 9829.0, 9789.0, 9835.0, 9820.0, 9851.0, 9782.0, 9827.0, 9875.0, 9826.0, 9847.0, 9863.0, 9817.0, 9806.0, 9820.0, 9854.0, 9818.0, 9856.0, 9810.0, 9838.0, 9886.0, 9834.0, 9824.0, 9815.0, 9821.0, 9755.0, 9809.0, 9858.0, 9809.0, 9837.0, 9827.0, 9819.0, 9862.0, 9805.0, 9748.0, 9816.0, 9835.0, 9798.0, 9828.0, 9853.0, 9840.0, 9870.0, 9834.0, 9840.0, 9815.0, 9837.0, 9802.0, 9825.0, 9847.0, 9808.0, 9870.0, 9826.0, 9847.0, 9803.0, 9813.0, 9767.0, 9808.0, 9881.0, 9813.0, 9822.0, 9809.0, 9828.0, 9812.0, 9816.0, 9832.0, 9835.0, 9865.0, 9853.0, 9881.0, 9813.0, 9875.0, 9829.0, 9842.0, 9875.0, 9918.0, 9904.0, 9888.0, 9836.0, 9868.0, 9811.0, 9861.0, 9837.0, 9870.0, 9826.0, 9837.0, 9850.0, 9822.0, 9855.0, 9823.0, 9789.0, 9856.0, 9786.0, 9871.0, 9850.0, 9854.0, 9876.0, 9825.0, 9859.0, 9829.0, 9834.0, 9780.0, 9748.0, 9763.0, 9736.0, 9781.0, 9820.0, 9783.0, 9795.0, 9723.0, 9789.0, 9840.0, 9776.0, 9779.0, 9774.0, 9783.0, 9765.0, 9810.0, 9783.0, 9818.0, 9858.0, 9851.0, 9848.0, 9822.0, 9828.0, 9805.0, 9829.0, 9800.0, 9822.0, 9888.0, 9862.0, 9867.0, 9832.0, 9860.0, 9815.0, 9855.0, 9813.0, 9884.0, 9932.0, 9896.0, 9869.0, 9862.0, 9802.0, 9875.0, 9864.0, 9884.0, 9954.0, 9878.0, 9888.0, 9877.0, 9848.0, 9798.0, 9832.0, 9881.0, 9831.0, 9868.0, 9819.0, 9859.0, 9863.0, 9862.0, 9787.0, 9813.0, 9849.0, 9814.0, 9852.0, 9786.0, 9828.0, 9837.0, 9809.0, 9790.0, 9800.0, 9851.0, 9788.0, 9811.0, 9875.0, 9837.0, 9859.0, 9819.0, 9825.0, 9787.0, 9819.0, 9878.0, 9800.0, 9840.0, 9791.0, 9841.0, 9890.0, 9816.0, 9818.0, 9789.0, 9840.0, 9784.0, 9813.0, 9877.0, 9819.0, 9840.0, 9815.0, 9811.0, 9788.0, 9810.0, 9771.0, 9813.0, 9882.0, 9821.0, 9844.0, 9838.0, 9848.0, 9848.0, 9865.0, 9792.0, 9850.0, 9878.0, 9832.0, 9876.0, 9822.0, 9795.0, 9837.0, 9891.0, 9861.0, 9895.0, 9815.0, 9826.0, 9880.0, 9847.0, 9839.0, 9806.0, 9799.0, 9779.0, 9801.0, 9747.0, 9830.0, 9861.0, 9849.0, 9877.0, 9845.0, 9829.0, 9806.0, 9823.0, 9807.0, 9825.0, 9793.0, 9850.0, 9815.0, 9856.0, 9809.0, 9853.0, 9801.0, 9868.0, 9906.0, 9866.0, 9874.0, 9879.0, 9834.0, 9864.0, 9808.0, 9817.0, 9767.0, 9809.0, 9857.0, 9810.0, 9839.0, 9787.0, 9810.0, 9771.0, 9825.0, 9848.0, 9810.0, 9834.0, 9781.0, 9833.0, 9884.0, 9829.0, 9822.0, 9798.0, 9823.0, 9768.0, 9816.0, 9870.0, 9824.0, 9843.0, 9818.0, 9828.0, 9802.0, 9839.0, 9775.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.0009452353616532721</td></tr>
<tr><td colspan=3>aqi</td><td>0.0303573840413318</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.12794363960918</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.116425970586208</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9751600603218379</td></tr>
<tr><td colspan=3>efc</td><td>0.443</td></tr>
<tr><td colspan=3>fber</td><td>7853.0859</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18425411636936462</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>251</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>28.817451205510906</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.647572962090354</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5338409395885244</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9766446563039883</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4322332903785475</td></tr>
<tr><td colspan=3>gcor</td><td>0.0116175</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01180860586464405</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030465228483080864</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.4618537102604607</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.601</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.14</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.8639</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307386.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>683.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.6239</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.4393</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>619.7277</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3657.9028</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3974.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69158.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>864.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4907.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1147.9316</td></tr>
<tr><td colspan=3>tsnr</td><td>35.09725377196446</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>