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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0091/ses-01/func/sub-0091_ses-01_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>30d7a9c28615bdf0fb9a821ac04b1f7e</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>21:18:57.267500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999706, 0.0201503, 0.0134922, -0.0157047, 0.961902, -0.272942]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.11903</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>19</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4171, -7679, -7291, 548, -78, -162, -93, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>274.136</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f2948443-e8fd-4e09-97dd-2018a0b48964||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682137966156006, -0.042134467512369156, 0.0498906709253788, 112.83476257324219], [-0.05406179279088974, 2.580713987350464, -0.7361533045768738, -68.29856872558594], [0.03619856387376785, 0.7322821617126465, 2.597227096557617, -118.1077880859375], [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': ['211857.267500', '211857.727500', '211858.187500', '211858.647500', '211859.107500', '211859.567500', '211900.027500', '211900.487500', '211900.947500', '211901.407500', '211901.867500', '211902.327500', '211902.787500', '211903.247500', '211903.707500', '211904.167500', '211904.627500', '211905.087500', '211905.547500', '211906.007500', '211906.467500', '211906.927500', '211907.387500', '211907.847500', '211908.307500', '211908.767500', '211909.227500', '211909.687500', '211910.147500', '211910.607500', '211911.067500', '211911.527500', '211911.987500', '211912.447500', '211912.907500', '211913.367500', '211913.827500', '211914.287500', '211914.747500', '211915.207500', '211915.667500', '211916.127500', '211916.587500', '211917.047500', '211917.507500', '211917.967500', '211918.427500', '211918.887500', '211919.347500', '211919.807500', '211920.267500', '211920.727500', '211921.187500', '211921.647500', '211922.107500', '211922.567500', '211923.027500', '211923.487500', '211923.947500', '211924.407500', '211924.867500', '211925.327500', '211925.787500', '211926.247500', '211926.707500', '211927.167500', '211927.627500', '211928.087500', '211928.547500', '211929.007500', '211929.467500', '211929.927500', '211930.387500', '211930.847500', '211931.307500', '211931.767500', '211932.227500', '211932.687500', '211933.147500', '211933.607500', '211934.067500', '211934.527500', '211934.987500', '211935.447500', '211935.907500', '211936.367500', '211936.827500', '211937.287500', '211937.747500', '211938.207500', '211938.667500', '211939.127500', '211939.587500', '211940.047500', '211940.507500', '211940.967500', '211941.427500', '211941.887500', '211942.347500', '211942.807500', '211943.267500', '211943.727500', '211944.187500', '211944.647500', '211945.107500', '211945.567500', '211946.027500', '211946.487500', '211946.947500', '211947.407500', '211947.867500', '211948.327500', '211948.787500', '211949.247500', '211949.707500', '211950.167500', '211950.627500', '211951.087500', '211951.547500', '211952.007500', '211952.467500', '211952.927500', '211953.387500', '211953.847500', '211954.307500', '211954.767500', '211955.227500', '211955.687500', '211956.147500', '211956.607500', '211957.067500', '211957.527500', '211957.987500', '211958.447500', '211958.907500', '211959.367500', '211959.827500', '212000.287500', '212000.747500', '212001.207500', '212001.667500', '212002.127500', '212002.587500', '212003.047500', '212003.507500', '212003.967500', '212004.427500', '212004.887500', '212005.347500', '212005.807500', '212006.267500', '212006.727500', '212007.187500', '212007.647500', '212008.107500', '212008.567500', '212009.027500', '212009.487500', '212009.947500', '212010.407500', '212010.867500', '212011.327500', '212011.787500', '212012.247500', '212012.707500', '212013.167500', '212013.627500', '212014.087500', '212014.547500', '212015.007500', '212015.467500', '212015.927500', '212016.387500', '212016.847500', '212017.307500', '212017.767500', '212018.227500', '212018.687500', '212019.147500', '212019.607500', '212020.067500', '212020.527500', '212020.987500', '212021.447500', '212021.907500', '212022.367500', '212022.827500', '212023.287500', '212023.747500', '212024.207500', '212024.667500', '212025.127500', '212025.587500', '212026.047500', '212026.507500', '212026.967500', '212027.427500', '212027.887500', '212028.347500', '212028.807500', '212029.267500', '212029.727500', '212030.187500', '212030.647500', '212031.107500', '212031.567500', '212032.027500', '212032.487500', '212032.947500', '212033.407500', '212033.867500', '212034.327500', '212034.787500', '212035.247500', '212035.707500', '212036.167500', '212036.627500', '212037.087500', '212037.547500', '212038.007500', '212038.467500', '212038.927500', '212039.387500', '212039.847500', '212040.307500', '212040.767500', '212041.227500', '212041.687500', '212042.147500', '212042.607500', '212043.067500', '212043.527500', '212043.987500', '212044.447500', '212044.907500', '212045.367500', '212045.827500', '212046.287500', '212046.747500', '212047.207500', '212047.667500', '212048.127500', '212048.587500', '212049.047500', '212049.507500', '212049.967500', '212050.427500', '212050.887500', '212051.347500', '212051.807500', '212052.267500', '212052.727500', '212053.187500', '212053.647500', '212054.107500', '212054.567500', '212055.027500', '212055.487500', '212055.947500', '212056.407500', '212056.867500', '212057.327500', '212057.787500', '212058.247500', '212058.707500', '212059.167500', '212059.627500', '212100.087500', '212100.547500', '212101.007500', '212101.467500', '212101.927500', '212102.387500', '212102.847500', '212103.307500', '212103.767500', '212104.227500', '212104.687500', '212105.147500', '212105.607500', '212106.067500', '212106.527500', '212106.987500', '212107.447500', '212107.907500', '212108.367500', '212108.827500', '212109.287500', '212109.747500', '212110.207500', '212110.667500', '212111.127500', '212111.587500', '212112.047500', '212112.507500', '212112.967500', '212113.427500', '212113.887500', '212114.347500', '212114.807500', '212115.267500', '212115.727500', '212116.187500', '212116.647500', '212117.107500', '212117.567500', '212118.027500', '212118.487500', '212118.947500', '212119.407500', '212119.867500', '212120.327500', '212120.787500', '212121.247500', '212121.707500', '212122.167500', '212122.627500', '212123.087500', '212123.547500', '212124.007500', '212124.467500', '212124.927500', '212125.387500', '212125.847500', '212126.307500', '212126.767500', '212127.227500', '212127.687500', '212128.147500', '212128.607500', '212129.067500', '212129.527500', '212129.987500', '212130.447500', '212130.907500', '212131.367500', '212131.827500', '212132.287500', '212132.747500', '212133.207500', '212133.667500', '212134.127500', '212134.587500', '212135.047500', '212135.507500', '212135.967500', '212136.427500', '212136.887500', '212137.347500', '212137.807500', '212138.267500', '212138.727500', '212139.187500', '212139.647500', '212140.107500', '212140.567500', '212141.027500', '212141.487500', '212141.947500', '212142.407500', '212142.867500', '212143.327500', '212143.787500', '212144.247500', '212144.707500', '212145.167500', '212145.627500', '212146.087500', '212146.547500', '212147.007500', '212147.467500', '212147.927500', '212148.387500', '212148.847500', '212149.307500', '212149.767500', '212150.227500', '212150.687500', '212151.147500', '212151.607500', '212152.067500', '212152.527500', '212152.987500', '212153.447500', '212153.907500', '212154.367500', '212154.827500', '212155.287500', '212155.747500', '212156.207500', '212156.667500', '212157.127500', '212157.587500', '212158.047500', '212158.507500', '212158.967500', '212159.427500', '212159.887500', '212200.347500', '212200.807500', '212201.267500', '212201.727500', '212202.187500', '212202.647500', '212203.107500', '212203.567500', '212204.027500', '212204.487500', '212204.947500', '212205.407500', '212205.867500', '212206.327500', '212206.787500', '212207.247500', '212207.707500', '212208.167500', '212208.627500', '212209.087500', '212209.547500', '212210.007500', '212210.467500', '212210.927500', '212211.387500', '212211.847500', '212212.307500', '212212.767500', '212213.227500', '212213.687500', '212214.147500', '212214.607500', '212215.067500', '212215.527500', '212215.987500', '212216.447500', '212216.907500', '212217.367500', '212217.827500', '212218.287500', '212218.747500', '212219.207500', '212219.667500', '212220.127500', '212220.587500', '212221.047500', '212221.507500', '212221.967500', '212222.427500', '212222.887500', '212223.347500', '212223.807500', '212224.267500', '212224.727500', '212225.187500', '212225.647500', '212226.107500', '212226.567500', '212227.027500', '212227.487500', '212227.947500', '212228.407500', '212228.867500', '212229.327500', '212229.787500', '212230.247500', '212230.707500', '212231.167500', '212231.627500', '212232.087500', '212232.547500', '212233.007500', '212233.467500', '212233.927500', '212234.387500', '212234.847500', '212235.307500', '212235.767500', '212236.227500', '212236.687500', '212237.147500', '212237.607500', '212238.067500', '212238.527500', '212238.987500', '212239.447500', '212239.907500', '212240.367500', '212240.827500', '212241.287500', '212241.747500', '212242.207500', '212242.667500', '212243.127500', '212243.587500', '212244.047500', '212244.507500', '212244.967500', '212245.427500', '212245.887500', '212246.347500', '212246.807500', '212247.267500', '212247.727500', '212248.187500', '212248.647500', '212249.107500', '212249.567500', '212250.027500', '212250.487500', '212250.947500', '212251.407500', '212251.867500', '212252.327500', '212252.787500', '212253.247500', '212253.707500', '212254.167500', '212254.627500', '212255.087500', '212255.547500', '212256.007500', '212256.467500', '212256.927500', '212257.387500', '212257.847500', '212258.307500', '212258.767500', '212259.227500', '212259.687500', '212300.147500', '212300.607500', '212301.067500', '212301.527500', '212301.987500', '212302.447500', '212302.907500', '212303.367500', '212303.827500', '212304.287500', '212304.747500', '212305.207500', '212305.667500', '212306.127500', '212306.587500', '212307.047500', '212307.507500', '212307.967500', '212308.427500', '212308.887500', '212309.347500', '212309.807500', '212310.267500', '212310.727500', '212311.187500', '212311.647500', '212312.107500', '212312.567500', '212313.027500', '212313.487500', '212313.947500', '212314.407500', '212314.867500', '212315.327500', '212315.787500', '212316.247500', '212316.707500', '212317.167500', '212317.627500', '212318.087500', '212318.547500', '212319.007500', '212319.467500', '212319.927500', '212320.387500', '212320.847500', '212321.307500', '212321.767500', '212322.227500', '212322.687500', '212323.147500', '212323.607500', '212324.067500', '212324.527500', '212324.987500', '212325.447500', '212325.907500', '212326.367500', '212326.827500', '212327.287500', '212327.747500', '212328.207500', '212328.667500', '212329.127500', '212329.587500', '212330.047500', '212330.507500', '212330.967500', '212331.427500', '212331.887500', '212332.347500', '212332.807500', '212333.267500', '212333.727500', '212334.187500', '212334.647500', '212335.107500', '212335.567500', '212336.027500', '212336.487500', '212336.947500', '212337.407500', '212337.867500', '212338.327500', '212338.787500', '212339.247500', '212339.707500', '212340.167500', '212340.627500', '212341.087500', '212341.547500', '212342.007500', '212342.467500', '212342.927500', '212343.387500', '212343.847500', '212344.307500', '212344.767500', '212345.227500', '212345.687500', '212346.147500', '212346.607500', '212347.067500', '212347.527500', '212347.987500', '212348.447500', '212348.907500', '212349.367500', '212349.827500', '212350.287500', '212350.747500', '212351.207500', '212351.667500', '212352.127500', '212352.587500', '212353.047500', '212353.507500', '212353.967500', '212354.427500', '212354.887500', '212355.347500', '212355.807500', '212356.267500', '212356.727500', '212357.187500', '212357.647500', '212358.107500', '212358.567500', '212359.027500', '212359.487500', '212359.947500', '212400.407500', '212400.867500', '212401.327500', '212401.787500', '212402.247500', '212402.707500', '212403.167500', '212403.627500', '212404.087500', '212404.547500', '212405.007500', '212405.467500', '212405.927500', '212406.387500', '212406.847500', '212407.307500', '212407.767500', '212408.227500', '212408.687500', '212409.147500', '212409.607500', '212410.067500', '212410.527500', '212410.987500', '212411.447500', '212411.907500', '212412.367500', '212412.827500', '212413.287500', '212413.747500', '212414.207500', '212414.667500', '212415.127500', '212415.587500', '212416.047500', '212416.507500', '212416.967500', '212417.427500', '212417.887500', '212418.347500', '212418.807500', '212419.267500', '212419.727500', '212420.187500', '212420.647500', '212421.107500', '212421.567500', '212422.027500', '212422.487500', '212422.947500', '212423.407500', '212423.867500', '212424.327500', '212424.787500', '212425.247500', '212425.707500', '212426.167500', '212426.627500', '212427.087500', '212427.547500', '212428.007500', '212428.467500', '212428.927500', '212429.387500', '212429.847500', '212430.307500', '212430.767500', '212431.227500', '212431.687500', '212432.147500', '212432.607500', '212433.067500', '212433.527500', '212433.987500', '212434.447500', '212434.907500', '212435.367500', '212435.827500', '212436.287500', '212436.747500', '212437.207500', '212437.667500', '212438.127500', '212438.587500', '212439.047500', '212439.507500', '212439.967500', '212440.427500', '212440.887500', '212441.347500', '212441.807500', '212442.267500', '212442.727500', '212443.187500', '212443.647500', '212444.107500', '212444.567500', '212445.027500', '212445.487500', '212445.947500', '212446.407500', '212446.867500', '212447.327500', '212447.787500', '212448.247500', '212448.707500', '212449.167500', '212449.627500', '212450.087500', '212450.547500', '212451.007500', '212451.467500', '212451.927500', '212452.387500', '212452.847500', '212453.307500', '212453.767500', '212454.227500', '212454.687500', '212455.147500', '212455.607500', '212456.067500', '212456.527500', '212456.987500', '212457.447500', '212457.907500', '212458.367500', '212458.827500', '212459.287500', '212459.747500', '212500.207500', '212500.667500', '212501.127500', '212501.587500', '212502.047500', '212502.507500', '212502.967500', '212503.427500', '212503.887500', '212504.347500', '212504.807500', '212505.267500', '212505.727500', '212506.187500', '212506.647500', '212507.107500', '212507.567500', '212508.027500', '212508.487500', '212508.947500', '212509.407500', '212509.867500', '212510.327500', '212510.787500', '212511.247500', '212511.707500', '212512.167500', '212512.627500', '212513.087500', '212513.547500', '212514.007500', '212514.467500', '212514.927500', '212515.387500', '212515.847500', '212516.307500', '212516.767500', '212517.227500', '212517.687500', '212518.147500', '212518.607500', '212519.067500', '212519.527500', '212519.987500', '212520.447500', '212520.907500', '212521.367500', '212521.827500', '212522.287500', '212522.747500', '212523.207500', '212523.667500', '212524.127500', '212524.587500', '212525.047500', '212525.507500', '212525.967500', '212526.427500', '212526.887500', '212527.347500', '212527.807500', '212528.267500', '212528.727500', '212529.187500', '212529.647500', '212530.107500', '212530.567500', '212531.027500', '212531.487500', '212531.947500', '212532.407500', '212532.867500', '212533.327500', '212533.787500', '212534.247500', '212534.707500', '212535.167500', '212535.627500', '212536.087500', '212536.547500', '212537.007500', '212537.467500', '212537.927500'], 'ContentTime': ['211911.914000', '211911.917000', '211911.919000', '211911.922000', '211911.925000', '211911.927000', '211911.930000', '211911.932000', '211911.935000', '211911.938000', '211911.940000', '211911.943000', '211911.945000', '211911.948000', '211911.951000', '211911.953000', '211911.956000', '211911.963000', '211911.965000', '211911.968000', '211911.971000', '211911.973000', '211911.976000', '211911.978000', '211911.981000', '211911.984000', '211911.986000', '211911.989000', '211911.991000', '211911.994000', '211931.869000', '211931.872000', '211931.875000', '211931.877000', '211931.880000', '211931.883000', '211931.885000', '211931.888000', '211931.890000', '211931.893000', '211931.896000', '211931.898000', '211931.901000', '211931.903000', '211931.906000', '211931.909000', '211931.911000', '211931.914000', '211931.917000', '211931.920000', '211931.922000', '211931.925000', '211931.927000', '211931.930000', '211931.933000', '211931.935000', '211931.938000', '211931.940000', '211931.943000', '211931.946000', '211931.948000', '211931.953000', '211931.955000', '211931.958000', '211931.960000', '211931.963000', '211931.965000', '211931.968000', '211931.971000', '211931.973000', '211931.976000', '211931.979000', '211931.981000', '211931.984000', '211951.869000', '211951.872000', '211951.875000', '211951.878000', '211951.880000', '211951.883000', '211951.885000', '211951.888000', '211951.890000', '211951.893000', '211951.896000', '211951.898000', '211951.901000', '211951.904000', '211951.906000', '211951.909000', '211951.911000', '211951.914000', '211951.916000', '211951.919000', '211951.922000', '211951.924000', '211951.927000', '211951.930000', '211951.932000', '211951.935000', '211951.937000', '211951.940000', '211951.943000', '211951.945000', '211951.948000', '211951.950000', '211951.958000', '211951.960000', '211951.963000', '211951.966000', '211951.968000', '211951.971000', '211951.974000', '211951.976000', '211951.979000', '211951.981000', '211951.984000', '212011.869000', '212011.879000', '212011.882000', '212011.884000', '212011.887000', '212011.890000', '212011.892000', '212011.895000', '212011.898000', '212011.900000', '212011.903000', '212011.905000', '212011.908000', '212011.911000', '212011.913000', '212011.916000', '212011.918000', '212011.921000', '212011.924000', '212011.926000', '212011.929000', '212011.931000', '212011.934000', '212011.937000', '212011.939000', '212011.942000', '212011.944000', '212011.947000', '212011.950000', '212011.952000', '212011.955000', '212011.957000', '212011.960000', '212011.963000', '212011.965000', '212011.968000', '212011.970000', '212011.973000', '212011.976000', '212011.978000', '212011.981000', '212011.983000', '212011.986000', '212031.868000', '212031.871000', '212031.874000', '212031.877000', '212031.879000', '212031.882000', '212031.884000', '212031.887000', '212031.890000', '212031.892000', '212031.895000', '212031.897000', '212031.900000', '212031.903000', '212031.905000', '212031.908000', '212031.910000', '212031.913000', '212031.916000', '212031.918000', '212031.921000', '212031.924000', '212031.926000', '212031.929000', '212031.931000', '212031.934000', '212031.937000', '212031.939000', '212031.942000', '212031.944000', '212031.947000', '212031.950000', '212031.952000', '212031.955000', '212031.957000', '212031.960000', '212031.963000', '212031.965000', '212031.968000', '212031.971000', '212031.973000', '212031.976000', '212031.978000', '212031.981000', '212051.870000', '212051.873000', '212051.875000', '212051.879000', '212051.882000', '212051.884000', '212051.887000', '212051.889000', '212051.892000', '212051.896000', '212051.898000', '212051.901000', '212051.904000', '212051.906000', '212051.909000', '212051.912000', '212051.914000', '212051.917000', '212051.919000', '212051.922000', '212051.925000', '212051.927000', '212051.930000', '212051.933000', '212051.935000', '212051.938000', '212051.940000', '212051.943000', '212051.946000', '212051.948000', '212051.951000', '212051.953000', '212051.956000', '212051.958000', '212051.961000', '212051.964000', '212051.980000', '212051.983000', '212051.985000', '212051.988000', '212051.991000', '212051.993000', '212051.996000', '212111.869000', '212111.884000', '212111.887000', '212111.890000', '212111.892000', '212111.895000', '212111.898000', '212111.900000', '212111.903000', '212111.906000', '212111.908000', '212111.911000', '212111.913000', '212111.916000', '212111.919000', '212111.921000', '212111.924000', '212111.927000', '212111.929000', '212111.932000', '212111.934000', '212111.937000', '212111.940000', '212111.942000', '212111.945000', '212111.947000', '212111.950000', '212111.953000', '212111.955000', '212111.958000', '212111.961000', '212111.963000', '212111.966000', '212111.968000', '212111.971000', '212111.974000', '212111.976000', '212111.979000', '212111.981000', '212111.984000', '212111.987000', '212111.989000', '212111.992000', '212111.994000', '212131.870000', '212131.872000', '212131.875000', '212131.878000', '212131.880000', '212131.883000', '212131.886000', '212131.889000', '212131.892000', '212131.894000', '212131.897000', '212131.900000', '212131.902000', '212131.905000', '212131.908000', '212131.910000', '212131.913000', '212131.916000', '212131.918000', '212131.921000', '212131.924000', '212131.926000', '212131.929000', '212131.931000', '212131.934000', '212131.937000', '212131.939000', '212131.942000', '212131.945000', '212131.947000', '212131.950000', '212131.952000', '212131.955000', '212131.958000', '212131.960000', '212131.963000', '212131.965000', '212131.968000', '212131.971000', '212131.973000', '212131.976000', '212131.979000', '212131.981000', '212151.869000', '212151.873000', '212151.875000', '212151.878000', '212151.880000', '212151.883000', '212151.886000', '212151.888000', '212151.891000', '212151.893000', '212151.896000', '212151.899000', '212151.901000', '212151.904000', '212151.907000', '212151.909000', '212151.912000', '212151.915000', '212151.917000', '212151.920000', '212151.922000', '212151.925000', '212151.928000', '212151.930000', '212151.933000', '212151.936000', '212151.938000', '212151.941000', '212151.944000', '212151.946000', '212151.949000', '212151.951000', '212151.954000', '212151.957000', '212151.959000', '212151.962000', '212151.964000', '212151.971000', '212151.973000', '212151.976000', '212151.979000', '212151.981000', '212151.984000', '212151.986000', '212211.870000', '212211.952000', '212211.955000', '212211.957000', '212211.960000', '212211.963000', '212211.965000', '212211.968000', '212211.971000', '212211.973000', '212211.976000', '212211.979000', '212211.981000', '212211.984000', '212211.986000', '212211.989000', '212211.992000', '212211.995000', '212211.997000', '212212.001000', '212212.003000', '212212.007000', '212212.009000', '212212.012000', '212212.014000', '212212.017000', '212212.020000', '212212.022000', '212212.025000', '212212.028000', '212212.030000', '212212.033000', '212212.035000', '212212.038000', '212212.041000', '212212.043000', '212212.046000', '212212.049000', '212212.051000', '212212.054000', '212212.056000', '212212.059000', '212212.062000', '212231.869000', '212231.871000', '212231.874000', '212231.876000', '212231.879000', '212231.882000', '212231.884000', '212231.887000', '212231.890000', '212231.892000', '212231.895000', '212231.898000', '212231.900000', '212231.903000', '212231.906000', '212231.908000', '212231.911000', '212231.914000', '212231.916000', '212231.919000', '212231.921000', '212231.924000', '212231.927000', '212231.929000', '212231.932000', '212231.935000', '212231.937000', '212231.940000', '212231.943000', '212231.945000', '212231.948000', '212231.950000', '212231.965000', '212231.968000', '212231.971000', '212231.973000', '212231.976000', '212231.979000', '212231.981000', '212231.984000', '212231.986000', '212231.989000', '212231.992000', '212231.994000', '212251.868000', '212251.871000', '212251.874000', '212251.877000', '212251.880000', '212251.882000', '212251.885000', '212251.887000', '212251.890000', '212251.893000', '212251.895000', '212251.898000', '212251.901000', '212251.903000', '212251.906000', '212251.908000', '212251.911000', '212251.914000', '212251.917000', '212251.919000', '212251.922000', '212251.924000', '212251.927000', '212251.930000', '212251.932000', '212251.935000', '212251.937000', '212251.940000', '212251.943000', '212251.945000', '212251.948000', '212251.951000', '212251.953000', '212251.956000', '212251.959000', '212251.961000', '212251.964000', '212251.966000', '212251.969000', '212251.972000', '212251.974000', '212251.977000', '212251.980000', '212311.869000', '212311.872000', '212311.875000', '212311.878000', '212311.880000', '212311.883000', '212311.886000', '212311.888000', '212311.891000', '212311.894000', '212311.896000', '212311.899000', '212311.902000', '212311.904000', '212311.907000', '212311.910000', '212311.912000', '212311.915000', '212311.917000', '212311.920000', '212311.923000', '212311.925000', '212311.928000', '212311.931000', '212311.933000', '212311.936000', '212311.938000', '212311.941000', '212311.944000', '212311.946000', '212311.949000', '212311.952000', '212311.954000', '212311.957000', '212311.959000', '212311.962000', '212311.965000', '212311.967000', '212311.970000', '212311.973000', '212311.975000', '212311.978000', '212311.980000', '212311.983000', '212331.870000', '212331.873000', '212331.875000', '212331.878000', '212331.881000', '212331.883000', '212331.886000', '212331.889000', '212331.891000', '212331.894000', '212331.896000', '212331.899000', '212331.902000', '212331.904000', '212331.907000', '212331.910000', '212331.912000', '212331.915000', '212331.918000', '212331.921000', '212331.924000', '212331.926000', '212331.929000', '212331.932000', '212331.934000', '212331.937000', '212331.940000', '212331.942000', '212331.945000', '212331.948000', '212331.950000', '212331.953000', '212331.956000', '212331.958000', '212331.961000', '212331.964000', '212331.966000', '212331.969000', '212331.971000', '212331.975000', '212331.978000', '212331.981000', '212331.983000', '212351.869000', '212351.872000', '212351.875000', '212351.878000', '212351.880000', '212351.883000', '212351.886000', '212351.888000', '212351.891000', '212351.893000', '212351.896000', '212351.899000', '212351.901000', '212351.904000', '212351.906000', '212351.909000', '212351.912000', '212351.914000', '212351.917000', '212351.920000', '212351.922000', '212351.925000', '212351.928000', '212351.930000', '212351.933000', '212351.935000', '212351.938000', '212351.941000', '212351.944000', '212351.947000', '212351.950000', '212351.952000', '212351.955000', '212351.958000', '212351.960000', '212351.963000', '212351.966000', '212351.968000', '212351.971000', '212351.974000', '212351.976000', '212351.979000', '212351.981000', '212351.984000', '212411.870000', '212411.873000', '212411.875000', '212411.878000', '212411.881000', '212411.883000', '212411.886000', '212411.888000', '212411.891000', '212411.894000', '212411.896000', '212411.899000', '212411.902000', '212411.904000', '212411.907000', '212411.910000', '212411.912000', '212411.915000', '212411.917000', '212411.920000', '212411.923000', '212411.925000', '212411.928000', '212411.931000', '212411.933000', '212411.936000', '212411.939000', '212411.944000', '212411.947000', '212411.949000', '212411.952000', '212411.955000', '212411.958000', '212411.960000', '212411.963000', '212411.966000', '212411.968000', '212411.971000', '212411.974000', '212411.976000', '212411.979000', '212411.981000', '212411.984000', '212431.870000', '212431.873000', '212431.875000', '212431.878000', '212431.880000', '212431.883000', '212431.886000', '212431.888000', '212431.891000', '212431.894000', '212431.896000', '212431.899000', '212431.902000', '212431.905000', '212431.907000', '212431.910000', '212431.912000', '212431.915000', '212431.918000', '212431.920000', '212431.923000', '212431.926000', '212431.928000', '212431.931000', '212431.933000', '212431.936000', '212431.939000', '212431.942000', '212431.944000', '212431.947000', '212431.950000', '212431.952000', '212431.955000', '212431.957000', '212431.960000', '212431.963000', '212431.965000', '212431.968000', '212431.971000', '212431.973000', '212431.976000', '212431.979000', '212431.981000', '212431.984000', '212451.869000', '212451.871000', '212451.874000', '212451.877000', '212451.879000', '212451.882000', '212451.884000', '212451.887000', '212451.890000', '212451.892000', '212451.895000', '212451.898000', '212451.900000', '212451.903000', '212451.905000', '212451.908000', '212451.911000', '212451.913000', '212451.916000', '212451.919000', '212451.921000', '212451.924000', '212451.927000', '212451.929000', '212451.932000', '212451.935000', '212451.937000', '212451.940000', '212451.943000', '212451.945000', '212451.949000', '212451.952000', '212451.955000', '212451.957000', '212451.960000', '212451.963000', '212451.965000', '212451.968000', '212451.971000', '212451.973000', '212451.976000', '212451.979000', '212451.981000', '212511.869000', '212511.871000', '212511.874000', '212511.877000', '212511.879000', '212511.882000', '212511.885000', '212511.887000', '212511.890000', '212511.893000', '212511.895000', '212511.898000', '212511.901000', '212511.903000', '212511.906000', '212511.908000', '212511.911000', '212511.914000', '212511.916000', '212511.919000', '212511.922000', '212511.924000', '212511.927000', '212511.929000', '212511.932000', '212511.935000', '212511.937000', '212511.940000', '212511.943000', '212511.945000', '212511.948000', '212511.950000', '212511.953000', '212511.956000', '212511.958000', '212511.961000', '212511.963000', '212511.966000', '212511.968000', '212511.971000', '212511.974000', '212511.976000', '212511.979000', '212511.982000', '212531.870000', '212531.873000', '212531.875000', '212531.878000', '212531.880000', '212531.883000', '212531.886000', '212531.888000', '212531.891000', '212531.904000', '212531.907000', '212531.910000', '212531.913000', '212531.915000', '212531.918000', '212531.921000', '212531.923000', '212531.926000', '212531.929000', '212531.931000', '212531.934000', '212531.937000', '212531.939000', '212531.942000', '212531.945000', '212531.947000', '212531.950000', '212531.953000', '212531.955000', '212531.958000', '212531.961000', '212531.963000', '212531.966000', '212531.968000', '212531.971000', '212531.974000', '212531.976000', '212531.979000', '212531.982000', '212531.984000', '212531.987000', '212531.990000', '212531.992000', '212538.892000', '212538.895000', '212538.898000', '212538.900000', '212538.903000', '212538.906000', '212538.908000', '212538.911000', '212538.914000', '212538.917000', '212538.919000', '212538.928000', '212538.931000', '212538.934000', '212538.937000', '212538.940000'], 'InstanceCreationTime': ['211911.914000', '211911.917000', '211911.919000', '211911.922000', '211911.925000', '211911.927000', '211911.930000', '211911.932000', '211911.935000', '211911.938000', '211911.940000', '211911.943000', '211911.945000', '211911.948000', '211911.951000', '211911.953000', '211911.956000', '211911.963000', '211911.965000', '211911.968000', '211911.971000', '211911.973000', '211911.976000', '211911.978000', '211911.981000', '211911.984000', '211911.986000', '211911.989000', '211911.991000', '211911.994000', '211931.869000', '211931.872000', '211931.875000', '211931.877000', '211931.880000', '211931.883000', '211931.885000', '211931.888000', '211931.890000', '211931.893000', '211931.896000', '211931.898000', '211931.901000', '211931.903000', '211931.906000', '211931.909000', '211931.911000', '211931.914000', '211931.917000', '211931.920000', '211931.922000', '211931.925000', '211931.927000', '211931.930000', '211931.933000', '211931.935000', '211931.938000', '211931.940000', '211931.943000', '211931.946000', '211931.948000', '211931.953000', '211931.955000', '211931.958000', '211931.960000', '211931.963000', '211931.965000', '211931.968000', '211931.971000', '211931.973000', '211931.976000', '211931.979000', '211931.981000', '211931.984000', '211951.869000', '211951.872000', '211951.875000', '211951.878000', '211951.880000', '211951.883000', '211951.885000', '211951.888000', '211951.890000', '211951.893000', '211951.896000', '211951.898000', '211951.901000', '211951.904000', '211951.906000', '211951.909000', '211951.911000', '211951.914000', '211951.916000', '211951.919000', '211951.922000', '211951.924000', '211951.927000', '211951.930000', '211951.932000', '211951.935000', '211951.937000', '211951.940000', '211951.943000', '211951.945000', '211951.948000', '211951.950000', '211951.958000', '211951.960000', '211951.963000', '211951.966000', '211951.968000', '211951.971000', '211951.974000', '211951.976000', '211951.979000', '211951.981000', '211951.984000', '212011.869000', '212011.879000', '212011.882000', '212011.884000', '212011.887000', '212011.890000', '212011.892000', '212011.895000', '212011.898000', '212011.900000', '212011.903000', '212011.905000', '212011.908000', '212011.911000', '212011.913000', '212011.916000', '212011.918000', '212011.921000', '212011.924000', '212011.926000', '212011.929000', '212011.931000', '212011.934000', '212011.937000', '212011.939000', '212011.942000', '212011.944000', '212011.947000', '212011.950000', '212011.952000', '212011.955000', '212011.957000', '212011.960000', '212011.963000', '212011.965000', '212011.968000', '212011.970000', '212011.973000', '212011.976000', '212011.978000', '212011.981000', '212011.983000', '212011.986000', '212031.868000', '212031.871000', '212031.874000', '212031.877000', '212031.879000', '212031.882000', '212031.884000', '212031.887000', '212031.890000', '212031.892000', '212031.895000', '212031.897000', '212031.900000', '212031.903000', '212031.905000', '212031.908000', '212031.910000', '212031.913000', '212031.916000', '212031.918000', '212031.921000', '212031.924000', '212031.926000', '212031.929000', '212031.931000', '212031.934000', '212031.937000', '212031.939000', '212031.942000', '212031.944000', '212031.947000', '212031.950000', '212031.952000', '212031.955000', '212031.957000', '212031.960000', '212031.963000', '212031.965000', '212031.968000', '212031.971000', '212031.973000', '212031.976000', '212031.978000', '212031.981000', '212051.870000', '212051.873000', '212051.875000', '212051.879000', '212051.882000', '212051.884000', '212051.887000', '212051.889000', '212051.892000', '212051.896000', '212051.898000', '212051.901000', '212051.904000', '212051.906000', '212051.909000', '212051.912000', '212051.914000', '212051.917000', '212051.919000', '212051.922000', '212051.925000', '212051.927000', '212051.930000', '212051.933000', '212051.935000', '212051.938000', '212051.940000', '212051.943000', '212051.946000', '212051.948000', '212051.951000', '212051.953000', '212051.956000', '212051.958000', '212051.961000', '212051.964000', '212051.980000', '212051.983000', '212051.985000', '212051.988000', '212051.991000', '212051.993000', '212051.996000', '212111.869000', '212111.884000', '212111.887000', '212111.890000', '212111.892000', '212111.895000', '212111.898000', '212111.900000', '212111.903000', '212111.906000', '212111.908000', '212111.911000', '212111.913000', '212111.916000', '212111.919000', '212111.921000', '212111.924000', '212111.927000', '212111.929000', '212111.932000', '212111.934000', '212111.937000', '212111.940000', '212111.942000', '212111.945000', '212111.947000', '212111.950000', '212111.953000', '212111.955000', '212111.958000', '212111.961000', '212111.963000', '212111.966000', '212111.968000', '212111.971000', '212111.974000', '212111.976000', '212111.979000', '212111.981000', '212111.984000', '212111.987000', '212111.989000', '212111.992000', '212111.994000', '212131.870000', '212131.872000', '212131.875000', '212131.878000', '212131.880000', '212131.883000', '212131.886000', '212131.889000', '212131.892000', '212131.894000', '212131.897000', '212131.900000', '212131.902000', '212131.905000', '212131.908000', '212131.910000', '212131.913000', '212131.916000', '212131.918000', '212131.921000', '212131.924000', '212131.926000', '212131.929000', '212131.931000', '212131.934000', '212131.937000', '212131.939000', '212131.942000', '212131.945000', '212131.947000', '212131.950000', '212131.952000', '212131.955000', '212131.958000', '212131.960000', '212131.963000', '212131.965000', '212131.968000', '212131.971000', '212131.973000', '212131.976000', '212131.979000', '212131.981000', '212151.869000', '212151.873000', '212151.875000', '212151.878000', '212151.880000', '212151.883000', '212151.886000', '212151.888000', '212151.891000', '212151.893000', '212151.896000', '212151.899000', '212151.901000', '212151.904000', '212151.907000', '212151.909000', '212151.912000', '212151.915000', '212151.917000', '212151.920000', '212151.922000', '212151.925000', '212151.928000', '212151.930000', '212151.933000', '212151.936000', '212151.938000', '212151.941000', '212151.944000', '212151.946000', '212151.949000', '212151.951000', '212151.954000', '212151.957000', '212151.959000', '212151.962000', '212151.964000', '212151.971000', '212151.973000', '212151.976000', '212151.979000', '212151.981000', '212151.984000', '212151.986000', '212211.870000', '212211.952000', '212211.955000', '212211.957000', '212211.960000', '212211.963000', '212211.965000', '212211.968000', '212211.971000', '212211.973000', '212211.976000', '212211.979000', '212211.981000', '212211.984000', '212211.986000', '212211.989000', '212211.992000', '212211.995000', '212211.997000', '212212.001000', '212212.003000', '212212.007000', '212212.009000', '212212.012000', '212212.014000', '212212.017000', '212212.020000', '212212.022000', '212212.025000', '212212.028000', '212212.030000', '212212.033000', '212212.035000', '212212.038000', '212212.041000', '212212.043000', '212212.046000', '212212.049000', '212212.051000', '212212.054000', '212212.056000', '212212.059000', '212212.062000', '212231.869000', '212231.871000', '212231.874000', '212231.876000', '212231.879000', '212231.882000', '212231.884000', '212231.887000', '212231.890000', '212231.892000', '212231.895000', '212231.898000', '212231.900000', '212231.903000', '212231.906000', '212231.908000', '212231.911000', '212231.914000', '212231.916000', '212231.919000', '212231.921000', '212231.924000', '212231.927000', '212231.929000', '212231.932000', '212231.935000', '212231.937000', '212231.940000', '212231.943000', '212231.945000', '212231.948000', '212231.950000', '212231.965000', '212231.968000', '212231.971000', '212231.973000', '212231.976000', '212231.979000', '212231.981000', '212231.984000', '212231.986000', '212231.989000', '212231.992000', '212231.994000', '212251.868000', '212251.871000', '212251.874000', '212251.877000', '212251.880000', '212251.882000', '212251.885000', '212251.887000', '212251.890000', '212251.893000', '212251.895000', '212251.898000', '212251.901000', '212251.903000', '212251.906000', '212251.908000', '212251.911000', '212251.914000', '212251.917000', '212251.919000', '212251.922000', '212251.924000', '212251.927000', '212251.930000', '212251.932000', '212251.935000', '212251.937000', '212251.940000', '212251.943000', '212251.945000', '212251.948000', '212251.951000', '212251.953000', '212251.956000', '212251.959000', '212251.961000', '212251.964000', '212251.966000', '212251.969000', '212251.972000', '212251.974000', '212251.977000', '212251.980000', '212311.869000', '212311.872000', '212311.875000', '212311.878000', '212311.880000', '212311.883000', '212311.886000', '212311.888000', '212311.891000', '212311.894000', '212311.896000', '212311.899000', '212311.902000', '212311.904000', '212311.907000', '212311.910000', '212311.912000', '212311.915000', '212311.917000', '212311.920000', '212311.923000', '212311.925000', '212311.928000', '212311.931000', '212311.933000', '212311.936000', '212311.938000', '212311.941000', '212311.944000', '212311.946000', '212311.949000', '212311.952000', '212311.954000', '212311.957000', '212311.959000', '212311.962000', '212311.965000', '212311.967000', '212311.970000', '212311.973000', '212311.975000', '212311.978000', '212311.980000', '212311.983000', '212331.870000', '212331.873000', '212331.875000', '212331.878000', '212331.881000', '212331.883000', '212331.886000', '212331.889000', '212331.891000', '212331.894000', '212331.896000', '212331.899000', '212331.902000', '212331.904000', '212331.907000', '212331.910000', '212331.912000', '212331.915000', '212331.918000', '212331.921000', '212331.924000', '212331.926000', '212331.929000', '212331.932000', '212331.934000', '212331.937000', '212331.940000', '212331.942000', '212331.945000', '212331.948000', '212331.950000', '212331.953000', '212331.956000', '212331.958000', '212331.961000', '212331.964000', '212331.966000', '212331.969000', '212331.971000', '212331.975000', '212331.978000', '212331.981000', '212331.983000', '212351.869000', '212351.872000', '212351.875000', '212351.878000', '212351.880000', '212351.883000', '212351.886000', '212351.888000', '212351.891000', '212351.893000', '212351.896000', '212351.899000', '212351.901000', '212351.904000', '212351.906000', '212351.909000', '212351.912000', '212351.914000', '212351.917000', '212351.920000', '212351.922000', '212351.925000', '212351.928000', '212351.930000', '212351.933000', '212351.935000', '212351.938000', '212351.941000', '212351.944000', '212351.947000', '212351.950000', '212351.952000', '212351.955000', '212351.958000', '212351.960000', '212351.963000', '212351.966000', '212351.968000', '212351.971000', '212351.974000', '212351.976000', '212351.979000', '212351.981000', '212351.984000', '212411.870000', '212411.873000', '212411.875000', '212411.878000', '212411.881000', '212411.883000', '212411.886000', '212411.888000', '212411.891000', '212411.894000', '212411.896000', '212411.899000', '212411.902000', '212411.904000', '212411.907000', '212411.910000', '212411.912000', '212411.915000', '212411.917000', '212411.920000', '212411.923000', '212411.925000', '212411.928000', '212411.931000', '212411.933000', '212411.936000', '212411.939000', '212411.944000', '212411.947000', '212411.949000', '212411.952000', '212411.955000', '212411.958000', '212411.960000', '212411.963000', '212411.966000', '212411.968000', '212411.971000', '212411.974000', '212411.976000', '212411.979000', '212411.981000', '212411.984000', '212431.870000', '212431.873000', '212431.875000', '212431.878000', '212431.880000', '212431.883000', '212431.886000', '212431.888000', '212431.891000', '212431.894000', '212431.896000', '212431.899000', '212431.902000', '212431.905000', '212431.907000', '212431.910000', '212431.912000', '212431.915000', '212431.918000', '212431.920000', '212431.923000', '212431.926000', '212431.928000', '212431.931000', '212431.933000', '212431.936000', '212431.939000', '212431.942000', '212431.944000', '212431.947000', '212431.950000', '212431.952000', '212431.955000', '212431.957000', '212431.960000', '212431.963000', '212431.965000', '212431.968000', '212431.971000', '212431.973000', '212431.976000', '212431.979000', '212431.981000', '212431.984000', '212451.869000', '212451.871000', '212451.874000', '212451.877000', '212451.879000', '212451.882000', '212451.884000', '212451.887000', '212451.890000', '212451.892000', '212451.895000', '212451.898000', '212451.900000', '212451.903000', '212451.905000', '212451.908000', '212451.911000', '212451.913000', '212451.916000', '212451.919000', '212451.921000', '212451.924000', '212451.927000', '212451.929000', '212451.932000', '212451.935000', '212451.937000', '212451.940000', '212451.943000', '212451.945000', '212451.949000', '212451.952000', '212451.955000', '212451.957000', '212451.960000', '212451.963000', '212451.965000', '212451.968000', '212451.971000', '212451.973000', '212451.976000', '212451.979000', '212451.981000', '212511.869000', '212511.871000', '212511.874000', '212511.877000', '212511.879000', '212511.882000', '212511.885000', '212511.887000', '212511.890000', '212511.893000', '212511.895000', '212511.898000', '212511.901000', '212511.903000', '212511.906000', '212511.908000', '212511.911000', '212511.914000', '212511.916000', '212511.919000', '212511.922000', '212511.924000', '212511.927000', '212511.929000', '212511.932000', '212511.935000', '212511.937000', '212511.940000', '212511.943000', '212511.945000', '212511.948000', '212511.950000', '212511.953000', '212511.956000', '212511.958000', '212511.961000', '212511.963000', '212511.966000', '212511.968000', '212511.971000', '212511.974000', '212511.976000', '212511.979000', '212511.982000', '212531.870000', '212531.873000', '212531.875000', '212531.878000', '212531.880000', '212531.883000', '212531.886000', '212531.888000', '212531.891000', '212531.904000', '212531.907000', '212531.910000', '212531.913000', '212531.915000', '212531.918000', '212531.921000', '212531.923000', '212531.926000', '212531.929000', '212531.931000', '212531.934000', '212531.937000', '212531.939000', '212531.942000', '212531.945000', '212531.947000', '212531.950000', '212531.953000', '212531.955000', '212531.958000', '212531.961000', '212531.963000', '212531.966000', '212531.968000', '212531.971000', '212531.974000', '212531.976000', '212531.979000', '212531.982000', '212531.984000', '212531.987000', '212531.990000', '212531.992000', '212538.892000', '212538.895000', '212538.898000', '212538.900000', '212538.903000', '212538.906000', '212538.908000', '212538.911000', '212538.914000', '212538.917000', '212538.919000', '212538.928000', '212538.931000', '212538.934000', '212538.937000', '212538.940000'], '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': [9903, 9420, 11192, 9037, 14285, 10095, 14947, 10271, 8495, 9572, 9191, 11376, 8509, 12430, 8734, 7770, 9346, 8185, 11455, 8338, 13066, 8829, 11213, 8918, 8351, 9725, 8356, 11658, 8760, 13736, 9390, 12575, 8910, 11481, 8827, 11086, 10459, 8458, 11416, 8941, 12536, 8694, 13225, 9156, 12284, 9522, 8468, 10684, 9034, 11863, 8739, 12957, 9111, 8987, 10240, 8826, 11474, 9677, 12851, 9264, 14283, 10002, 9633, 9430, 8678, 10666, 9230, 13225, 9767, 13081, 9247, 13076, 9338, 12340, 9877, 9265, 11445, 9291, 12219, 9593, 12872, 9629, 9110, 10418, 9226, 11166, 10318, 12662, 9754, 12586, 10018, 9197, 10206, 10305, 12908, 9560, 12499, 10153, 9272, 10926, 8982, 13231, 10042, 13904, 9787, 12555, 10008, 10601, 11898, 9718, 12650, 10024, 13247, 9892, 9278, 9461, 7384, 5937, 6587, 6843, 6546, 6932, 7235, 9456, 8802, 10169, 10129, 8271, 11895, 11323, 8918, 12775, 11179, 11889, 11686, 9853, 12285, 9147, 13601, 12359, 13432, 12020, 10383, 11961, 7955, 13140, 9148, 11395, 8825, 7923, 10792, 7870, 9928, 7826, 8147, 8447, 6927, 10792, 7036, 10908, 7075, 9920, 8307, 7681, 8169, 6964, 9242, 7942, 9954, 6677, 11254, 6459, 10182, 7680, 8317, 8043, 6974, 9316, 6396, 10129, 8329, 8132, 8308, 6814, 10123, 6846, 10073, 8472, 9639, 9208, 9143, 11192, 7670, 11367, 7117, 11835, 8213, 12956, 9406, 10704, 8761, 6681, 9285, 6793, 11511, 7297, 9841, 8437, 6928, 9570, 7199, 11937, 8859, 10855, 8789, 10609, 9453, 8761, 9567, 7617, 8325, 7024, 17977, 18357, 14881, 12405, 8602, 10035, 7854, 8349, 12002, 9159, 8884, 15627, 9963, 8777, 10002, 8875, 9794, 11275, 9348, 13954, 9716, 13844, 10953, 12381, 14429, 12227, 14828, 9785, 12135, 9981, 8720, 13133, 10930, 15340, 9506, 9514, 9790, 8428, 12055, 8360, 13851, 8922, 12897, 8951, 11608, 8897, 10147, 11927, 7986, 12576, 8551, 13473, 8912, 9573, 9325, 9019, 12089, 8349, 12096, 8445, 8432, 12064, 7851, 6543, 6800, 5901, 7090, 6928, 6560, 6462, 6445, 6391, 6540, 7000, 8702, 7496, 9559, 6559, 6365, 7074, 6872, 7974, 9167, 7491, 10351, 10318, 8633, 11537, 13480, 11521, 10246, 7784, 8276, 7360, 7098, 11681, 7219, 9378, 7434, 7694, 9559, 6650, 7514, 6612, 7476, 8559, 6468, 6709, 6486, 6619, 7887, 6481, 6423, 6767, 6728, 7962, 6447, 7374, 7255, 7539, 9701, 6458, 10929, 6702, 7330, 7138, 6650, 7973, 6500, 9548, 6673, 7485, 6880, 6644, 7244, 6615, 7865, 6781, 9779, 6773, 9344, 6740, 8113, 6919, 6767, 6914, 6563, 7070, 6608, 8484, 6401, 8301, 6599, 6526, 6869, 6426, 8549, 6452, 9069, 6301, 9746, 6897, 10588, 8210, 8178, 8303, 12781, 15071, 11192, 12996, 10619, 7470, 9090, 7414, 10236, 7169, 7333, 7114, 15330, 17728, 11872, 9371, 10917, 8200, 12433, 10692, 10756, 10508, 9875, 12229, 10441, 10179, 13933, 9249, 12234, 11829, 10538, 10699, 11409, 11023, 11115, 11562, 10057, 11446, 11383, 12007, 11357, 9740, 10962, 10576, 10273, 10400, 9603, 10178, 8854, 8691, 8546, 8685, 8658, 8284, 8868, 8884, 9373, 7609, 9972, 5510, 7102, 8044, 7020, 7057, 9758, 7580, 6906, 6656, 6505, 6466, 6360, 6668, 6203, 6374, 6900, 6468, 6500, 6687, 6532, 7026, 7725, 6779, 9032, 6954, 7432, 13862, 11192, 9656, 6654, 6721, 7433, 6501, 6989, 8775, 8045, 6740, 8124, 6708, 6735, 6298, 6250, 6677, 6103, 5872, 6375, 6443, 6528, 6505, 6776, 6752, 8236, 9764, 8528, 8322, 7420, 10224, 9308, 14648, 17925, 19961, 19098, 13938, 11775, 8603, 7925, 10113, 10357, 11560, 10531, 8848, 10250, 9487, 8024, 8757, 8814, 9725, 8763, 9109, 8387, 8052, 9206, 9292, 9960, 8623, 10042, 10184, 9773, 9826, 10328, 10236, 9970, 9759, 10158, 12117, 9598, 10724, 10168, 9038, 10027, 9505, 10189, 10161, 9754, 10086, 11123, 10571, 11622, 10400, 12076, 10373, 8966, 10343, 10090, 10107, 10918, 11008, 10870, 8945, 10373, 10169, 10281, 10569, 10464, 10729, 9706, 10353, 8729, 10315, 10227, 11094, 10866, 13307, 10276, 13223, 10133, 9749, 10429, 7185, 9409, 9097, 10031, 10052, 11449, 9727, 11599, 10143, 10278, 10637, 10023, 12214, 10155, 10395, 10239, 9283, 9992, 9167, 12138, 9297, 11665, 9271, 10975, 11396, 10092, 11058, 9456, 11496, 9464, 9581, 9860, 9140, 10026, 8722, 11093, 9496, 10053, 11007, 11633, 11387, 9273, 11734, 9885, 12866, 8993, 13925, 9564, 8002, 10088, 8250, 12495, 8431, 14292, 8739, 9117, 10040, 9270, 10044, 10552, 9101, 9578, 7312, 9580, 8764, 9430, 8887, 10328, 8241, 10828, 9105, 10987, 9304, 10001, 9471, 8721, 9392, 8144, 9999, 8333, 11199, 8845, 9621, 9175, 7242, 8548, 7870, 9851, 8527, 7897, 8928, 7547, 9564, 7607, 10933, 8466, 8576, 9034, 7609, 9572, 7887, 9698, 8347, 10404, 8209, 10951, 8650, 11107, 9410, 9597, 9610, 7590, 9909, 7432, 10367, 7847, 9799, 8430, 8018, 8871, 7804, 10447, 8142, 11211, 8231, 11101, 8540, 10666, 9456, 11047, 9058, 11141, 9040, 9418, 9486, 8242, 9585, 7700, 10726, 8083, 10930, 8088, 7896, 8220, 7565, 9946, 8133, 11640, 10176, 11946, 8550, 10800, 11215, 9822, 10111, 9905, 12009, 10666, 12671, 9955, 12240, 10303, 12209, 10732, 12760, 10372, 11867, 10213, 9609, 10032, 8458, 10541, 10455, 10795, 10372, 12065, 10402, 10255, 10683, 9584, 11065, 10477, 11465, 11295, 11725, 11137, 11238, 10553, 12701, 10554, 11143, 10732, 8805, 10955, 8571, 9163, 9059, 9961, 9826, 10828, 9347, 11276, 9104, 8789, 9277, 9171, 9349, 9614, 10135, 10610, 9882, 10389, 9903, 10239, 10665, 11202, 10852, 12571, 10746, 10504, 9838, 10137, 10981, 10318, 11265, 9434, 11381, 10663, 9180, 10679, 10552, 12088, 10839, 11838, 10911, 8434, 10407, 10630, 10480, 10655, 10749, 10658, 10015, 10410, 8468, 10689, 11095, 10871, 11341, 11950, 11535, 11025, 11121, 9430, 10966, 10200, 11339, 11114, 11891, 11173, 13643, 11451, 12658, 11419, 11764, 11124, 8621, 11146, 10249, 10611, 10710, 10550, 10957, 9096, 11015, 8130, 10417, 9683, 10554, 10304, 10796, 10552, 10830, 9699, 10929, 10284, 8721], 'WindowCenter': [4164.0, 4135.0, 4141.0, 4110.0, 4150.0, 4104.0, 4135.0, 4114.0, 4080.0, 4088.0, 4089.0, 4121.0, 4091.0, 4122.0, 4091.0, 4081.0, 4101.0, 4093.0, 4124.0, 4095.0, 4135.0, 4106.0, 4126.0, 4106.0, 4094.0, 4115.0, 4094.0, 4137.0, 4107.0, 4149.0, 4106.0, 4136.0, 4106.0, 4136.0, 4119.0, 4139.0, 4129.0, 4106.0, 4126.0, 4105.0, 4136.0, 4105.0, 4149.0, 4119.0, 4138.0, 4117.0, 4106.0, 4127.0, 4117.0, 4138.0, 4120.0, 4152.0, 4121.0, 4120.0, 4130.0, 4119.0, 4139.0, 4132.0, 4152.0, 4121.0, 4162.0, 4132.0, 4119.0, 4119.0, 4119.0, 4142.0, 4131.0, 4151.0, 4129.0, 4149.0, 4117.0, 4147.0, 4118.0, 4148.0, 4129.0, 4118.0, 4138.0, 4118.0, 4138.0, 4130.0, 4151.0, 4130.0, 4121.0, 4140.0, 4143.0, 4140.0, 4142.0, 4149.0, 4118.0, 4151.0, 4130.0, 4118.0, 4128.0, 4141.0, 4151.0, 4131.0, 4151.0, 4128.0, 4116.0, 4127.0, 4117.0, 4149.0, 4117.0, 4148.0, 4116.0, 4134.0, 4115.0, 4114.0, 4124.0, 4102.0, 4123.0, 4100.0, 4131.0, 4101.0, 4116.0, 4069.0, 3814.0, 3585.0, 3917.0, 3913.0, 3966.0, 4020.0, 4057.0, 4043.0, 4045.0, 4099.0, 4097.0, 4078.0, 4108.0, 4095.0, 4074.0, 4105.0, 4094.0, 4107.0, 4104.0, 4083.0, 4092.0, 4060.0, 4090.0, 4078.0, 4076.0, 4064.0, 4066.0, 4077.0, 4021.0, 4072.0, 4041.0, 4049.0, 4028.0, 4020.0, 4051.0, 4032.0, 4052.0, 4021.0, 4031.0, 4032.0, 4024.0, 4064.0, 4022.0, 4065.0, 4024.0, 4054.0, 4045.0, 4034.0, 4045.0, 4024.0, 4056.0, 4049.0, 4068.0, 4025.0, 4078.0, 4027.0, 4067.0, 4048.0, 4059.0, 4048.0, 4038.0, 4084.0, 4056.0, 4098.0, 4092.0, 4065.0, 4063.0, 4054.0, 4097.0, 4055.0, 4085.0, 4091.0, 4100.0, 4087.0, 4074.0, 4095.0, 4052.0, 4093.0, 4051.0, 4093.0, 4063.0, 4104.0, 4073.0, 4082.0, 4073.0, 4054.0, 4084.0, 4052.0, 4094.0, 4065.0, 4084.0, 4074.0, 4054.0, 4086.0, 4053.0, 4105.0, 4073.0, 4093.0, 4069.0, 4082.0, 4072.0, 4060.0, 4075.0, 4027.0, 4039.0, 3975.0, 3981.0, 4018.0, 4211.0, 4000.0, 4147.0, 4117.0, 4110.0, 4098.0, 4140.0, 4107.0, 4121.0, 4174.0, 4132.0, 4112.0, 4132.0, 4119.0, 4120.0, 4141.0, 4121.0, 4151.0, 4107.0, 4137.0, 4116.0, 4136.0, 4149.0, 4126.0, 4135.0, 4102.0, 4122.0, 4090.0, 4092.0, 4123.0, 4101.0, 4144.0, 4091.0, 4090.0, 4090.0, 4075.0, 4123.0, 4082.0, 4135.0, 4093.0, 4123.0, 4093.0, 4112.0, 4093.0, 4113.0, 4125.0, 4083.0, 4124.0, 4093.0, 4134.0, 4094.0, 4107.0, 4106.0, 4094.0, 4125.0, 4097.0, 4150.0, 4124.0, 4111.0, 4153.0, 4083.0, 3643.0, 4049.0, 3757.0, 4055.0, 4038.0, 4007.0, 4010.0, 4020.0, 4006.0, 4017.0, 4029.0, 4051.0, 4042.0, 4074.0, 4030.0, 4029.0, 4028.0, 4032.0, 4055.0, 4078.0, 4043.0, 4061.0, 4060.0, 4039.0, 4057.0, 4079.0, 4070.0, 4060.0, 4026.0, 4036.0, 4026.0, 4014.0, 4055.0, 4014.0, 4035.0, 4013.0, 4023.0, 4034.0, 4003.0, 4025.0, 4002.0, 4014.0, 4049.0, 4016.0, 4017.0, 4016.0, 4017.0, 4040.0, 4031.0, 4020.0, 4030.0, 4032.0, 4041.0, 4022.0, 4042.0, 4031.0, 4042.0, 4050.0, 4020.0, 4072.0, 4031.0, 4030.0, 4029.0, 4019.0, 4042.0, 4021.0, 4050.0, 4020.0, 4029.0, 4030.0, 4030.0, 4041.0, 4033.0, 4052.0, 4031.0, 4061.0, 4031.0, 4062.0, 4032.0, 4040.0, 4031.0, 4031.0, 4031.0, 4031.0, 4057.0, 4050.0, 4067.0, 4037.0, 4055.0, 4047.0, 4035.0, 4034.0, 4036.0, 4067.0, 4036.0, 4067.0, 4049.0, 4077.0, 4047.0, 4087.0, 4069.0, 4068.0, 4071.0, 4118.0, 4133.0, 4107.0, 4116.0, 4095.0, 4077.0, 4097.0, 4079.0, 4108.0, 4079.0, 4051.0, 4016.0, 4086.0, 4134.0, 4086.0, 4073.0, 4136.0, 4084.0, 4125.0, 4117.0, 4129.0, 4116.0, 4117.0, 4137.0, 4115.0, 4118.0, 4140.0, 4081.0, 4126.0, 4097.0, 4116.0, 4113.0, 4124.0, 4113.0, 4110.0, 4109.0, 4101.0, 4111.0, 4125.0, 4123.0, 4112.0, 4103.0, 4109.0, 4110.0, 4094.0, 4084.0, 4086.0, 4097.0, 4075.0, 4062.0, 4061.0, 4062.0, 4063.0, 4062.0, 4061.0, 4062.0, 4087.0, 4067.0, 3954.0, 3630.0, 3647.0, 3997.0, 3972.0, 4014.0, 4015.0, 3961.0, 3970.0, 3955.0, 3953.0, 3955.0, 3982.0, 3980.0, 3967.0, 3967.0, 3990.0, 3982.0, 3981.0, 3979.0, 3968.0, 3980.0, 3988.0, 3967.0, 4000.0, 3976.0, 3963.0, 4027.0, 4017.0, 4006.0, 3976.0, 3979.0, 3990.0, 3967.0, 3979.0, 4000.0, 3998.0, 3978.0, 3988.0, 3977.0, 3978.0, 3982.0, 3997.0, 3993.0, 3984.0, 3983.0, 4007.0, 4008.0, 3983.0, 3982.0, 3995.0, 3995.0, 4017.0, 4027.0, 4016.0, 4016.0, 4005.0, 4037.0, 4015.0, 3990.0, 3916.0, 4275.0, 4073.0, 4064.0, 4114.0, 4107.0, 4067.0, 4087.0, 4103.0, 4097.0, 4087.0, 4075.0, 4098.0, 4084.0, 4060.0, 4073.0, 4073.0, 4073.0, 4076.0, 4069.0, 4045.0, 4047.0, 4070.0, 4056.0, 4070.0, 4059.0, 4068.0, 4069.0, 4085.0, 4085.0, 4094.0, 4085.0, 4084.0, 4083.0, 4083.0, 4094.0, 4074.0, 4096.0, 4084.0, 4075.0, 4084.0, 4084.0, 4097.0, 4085.0, 4074.0, 4084.0, 4082.0, 4081.0, 4093.0, 4085.0, 4109.0, 4099.0, 4075.0, 4085.0, 4084.0, 4097.0, 4109.0, 4096.0, 4095.0, 4061.0, 4083.0, 4082.0, 4082.0, 4084.0, 4081.0, 4095.0, 4086.0, 4085.0, 4062.0, 4098.0, 4086.0, 4093.0, 4093.0, 4118.0, 4091.0, 4105.0, 4083.0, 4074.0, 4095.0, 4066.0, 4073.0, 4088.0, 4097.0, 4098.0, 4105.0, 4089.0, 4081.0, 4085.0, 4084.0, 4096.0, 4083.0, 4094.0, 4086.0, 4071.0, 4083.0, 4075.0, 4084.0, 4072.0, 4102.0, 4086.0, 4106.0, 4082.0, 4093.0, 4107.0, 4095.0, 4104.0, 4083.0, 4105.0, 4099.0, 4096.0, 4095.0, 4084.0, 4084.0, 4074.0, 4121.0, 4107.0, 4110.0, 4124.0, 4120.0, 4108.0, 4088.0, 4106.0, 4086.0, 4107.0, 4076.0, 4130.0, 4098.0, 4076.0, 4110.0, 4081.0, 4121.0, 4091.0, 4156.0, 4105.0, 4104.0, 4115.0, 4114.0, 4096.0, 4106.0, 4086.0, 4096.0, 4077.0, 4097.0, 4076.0, 4085.0, 4086.0, 4123.0, 4089.0, 4108.0, 4086.0, 4093.0, 4083.0, 4083.0, 4084.0, 4086.0, 4096.0, 4073.0, 4083.0, 4059.0, 4089.0, 4083.0, 4082.0, 4083.0, 4076.0, 4084.0, 4074.0, 4094.0, 4086.0, 4074.0, 4086.0, 4090.0, 4110.0, 4078.0, 4119.0, 4089.0, 4086.0, 4088.0, 4076.0, 4112.0, 4090.0, 4097.0, 4075.0, 4095.0, 4073.0, 4093.0, 4084.0, 4117.0, 4096.0, 4095.0, 4095.0, 4074.0, 4095.0, 4065.0, 4105.0, 4089.0, 4124.0, 4103.0, 4090.0, 4101.0, 4078.0, 4108.0, 4088.0, 4120.0, 4089.0, 4134.0, 4101.0, 4107.0, 4095.0, 4105.0, 4096.0, 4116.0, 4085.0, 4097.0, 4109.0, 4086.0, 4097.0, 4074.0, 4105.0, 4075.0, 4118.0, 4103.0, 4101.0, 4104.0, 4090.0, 4109.0, 4091.0, 4137.0, 4124.0, 4120.0, 4102.0, 4135.0, 4123.0, 4108.0, 4117.0, 4096.0, 4118.0, 4106.0, 4129.0, 4108.0, 4118.0, 4108.0, 4117.0, 4106.0, 4112.0, 4111.0, 4120.0, 4109.0, 4096.0, 4096.0, 4088.0, 4097.0, 4097.0, 4096.0, 4097.0, 4120.0, 4110.0, 4110.0, 4099.0, 4087.0, 4096.0, 4096.0, 4108.0, 4107.0, 4107.0, 4109.0, 4111.0, 4098.0, 4114.0, 4098.0, 4094.0, 4095.0, 4067.0, 4112.0, 4088.0, 4098.0, 4085.0, 4084.0, 4082.0, 4095.0, 4099.0, 4108.0, 4088.0, 4089.0, 4098.0, 4098.0, 4088.0, 4099.0, 4096.0, 4098.0, 4098.0, 4112.0, 4099.0, 4098.0, 4099.0, 4121.0, 4111.0, 4120.0, 4124.0, 4126.0, 4102.0, 4098.0, 4109.0, 4112.0, 4123.0, 4100.0, 4121.0, 4112.0, 4087.0, 4098.0, 4097.0, 4133.0, 4111.0, 4120.0, 4108.0, 4077.0, 4096.0, 4097.0, 4097.0, 4098.0, 4108.0, 4111.0, 4098.0, 4111.0, 4106.0, 4138.0, 4150.0, 4125.0, 4137.0, 4139.0, 4138.0, 4127.0, 4123.0, 4090.0, 4111.0, 4099.0, 4108.0, 4108.0, 4110.0, 4108.0, 4118.0, 4108.0, 4119.0, 4106.0, 4105.0, 4095.0, 4087.0, 4109.0, 4109.0, 4095.0, 4096.0, 4094.0, 4107.0, 4086.0, 4123.0, 4103.0, 4122.0, 4111.0, 4124.0, 4123.0, 4123.0, 4124.0, 4139.0, 4127.0, 4123.0, 4127.0, 4102.0], 'WindowWidth': [9242.0, 9184.0, 9186.0, 9140.0, 9196.0, 9121.0, 9170.0, 9133.0, 9082.0, 9090.0, 9092.0, 9140.0, 9102.0, 9142.0, 9099.0, 9086.0, 9113.0, 9105.0, 9148.0, 9112.0, 9167.0, 9127.0, 9154.0, 9127.0, 9108.0, 9139.0, 9109.0, 9172.0, 9131.0, 9193.0, 9128.0, 9168.0, 9126.0, 9169.0, 9150.0, 9176.0, 9163.0, 9128.0, 9155.0, 9124.0, 9168.0, 9127.0, 9192.0, 9150.0, 9173.0, 9144.0, 9129.0, 9157.0, 9145.0, 9176.0, 9153.0, 9202.0, 9156.0, 9151.0, 9165.0, 9147.0, 9176.0, 9169.0, 9202.0, 9156.0, 9216.0, 9174.0, 9150.0, 9149.0, 9151.0, 9187.0, 9169.0, 9199.0, 9162.0, 9190.0, 9144.0, 9188.0, 9150.0, 9187.0, 9166.0, 9148.0, 9174.0, 9148.0, 9175.0, 9167.0, 9199.0, 9169.0, 9156.0, 9183.0, 9192.0, 9184.0, 9188.0, 9191.0, 9148.0, 9200.0, 9169.0, 9147.0, 9161.0, 9184.0, 9200.0, 9171.0, 9198.0, 9163.0, 9143.0, 9159.0, 9145.0, 9194.0, 9147.0, 9193.0, 9140.0, 9163.0, 9137.0, 9135.0, 9149.0, 9115.0, 9147.0, 9111.0, 9153.0, 9113.0, 9142.0, 9050.0, 8564.0, 8126.0, 8796.0, 8782.0, 8887.0, 8980.0, 9042.0, 8999.0, 9008.0, 9108.0, 9102.0, 9078.0, 9118.0, 9095.0, 9062.0, 9108.0, 9089.0, 9113.0, 9109.0, 9072.0, 9085.0, 9038.0, 9081.0, 9058.0, 9055.0, 9032.0, 9039.0, 9058.0, 8969.0, 9041.0, 8997.0, 9005.0, 8976.0, 8967.0, 9010.0, 8987.0, 9014.0, 8971.0, 8983.0, 8987.0, 8980.0, 9034.0, 8975.0, 9037.0, 8982.0, 9021.0, 9009.0, 8993.0, 9009.0, 8980.0, 9028.0, 9021.0, 9044.0, 8985.0, 9059.0, 8989.0, 9045.0, 9020.0, 9035.0, 9020.0, 9007.0, 9079.0, 9046.0, 9104.0, 9102.0, 9054.0, 9049.0, 9038.0, 9102.0, 9041.0, 9083.0, 9099.0, 9110.0, 9086.0, 9064.0, 9095.0, 9032.0, 9090.0, 9030.0, 9089.0, 9047.0, 9105.0, 9060.0, 9073.0, 9062.0, 9043.0, 9080.0, 9035.0, 9093.0, 9054.0, 9079.0, 9066.0, 9039.0, 9086.0, 9038.0, 9110.0, 9062.0, 9092.0, 9055.0, 9073.0, 9059.0, 9039.0, 9062.0, 8977.0, 8995.0, 8883.0, 8884.0, 8967.0, 9322.0, 8916.0, 9216.0, 9147.0, 9141.0, 9117.0, 9176.0, 9126.0, 9154.0, 9234.0, 9172.0, 9141.0, 9172.0, 9149.0, 9150.0, 9181.0, 9154.0, 9198.0, 9129.0, 9168.0, 9138.0, 9165.0, 9193.0, 9150.0, 9167.0, 9113.0, 9143.0, 9095.0, 9100.0, 9143.0, 9111.0, 9174.0, 9097.0, 9094.0, 9096.0, 9073.0, 9144.0, 9089.0, 9165.0, 9103.0, 9143.0, 9101.0, 9127.0, 9104.0, 9131.0, 9147.0, 9089.0, 9147.0, 9104.0, 9162.0, 9108.0, 9128.0, 9125.0, 9105.0, 9148.0, 9117.0, 9195.0, 9164.0, 9142.0, 9201.0, 9086.0, 8245.0, 9047.0, 8469.0, 9057.0, 9012.0, 8949.0, 8958.0, 8975.0, 8949.0, 8967.0, 8988.0, 9021.0, 9012.0, 9057.0, 8993.0, 8991.0, 8984.0, 8996.0, 9033.0, 9069.0, 9012.0, 9033.0, 9031.0, 8999.0, 9018.0, 9053.0, 9045.0, 9030.0, 8978.0, 8991.0, 8978.0, 8959.0, 9014.0, 8959.0, 8989.0, 8955.0, 8969.0, 8986.0, 8944.0, 8976.0, 8941.0, 8958.0, 9014.0, 8968.0, 8969.0, 8968.0, 8971.0, 9007.0, 8996.0, 8979.0, 8992.0, 8996.0, 9009.0, 8983.0, 9009.0, 8993.0, 9010.0, 9017.0, 8976.0, 9048.0, 8995.0, 8991.0, 8989.0, 8976.0, 9010.0, 8980.0, 9015.0, 8977.0, 8990.0, 8990.0, 8992.0, 9007.0, 9002.0, 9022.0, 8993.0, 9034.0, 8996.0, 9037.0, 8997.0, 9004.0, 8995.0, 8993.0, 8992.0, 8992.0, 9040.0, 9033.0, 9051.0, 9011.0, 9031.0, 9023.0, 9004.0, 9002.0, 9007.0, 9049.0, 9008.0, 9049.0, 9030.0, 9064.0, 9021.0, 9079.0, 9058.0, 9055.0, 9062.0, 9134.0, 9169.0, 9115.0, 9133.0, 9101.0, 9079.0, 9110.0, 9085.0, 9121.0, 9084.0, 9030.0, 8963.0, 9072.0, 9155.0, 9071.0, 9060.0, 9174.0, 9087.0, 9147.0, 9137.0, 9157.0, 9136.0, 9139.0, 9170.0, 9131.0, 9140.0, 9177.0, 9076.0, 9147.0, 9097.0, 9137.0, 9126.0, 9143.0, 9130.0, 9120.0, 9117.0, 9110.0, 9124.0, 9146.0, 9145.0, 9128.0, 9119.0, 9119.0, 9120.0, 9092.0, 9075.0, 9081.0, 9097.0, 9064.0, 9041.0, 9035.0, 9038.0, 9042.0, 9039.0, 9038.0, 9040.0, 9087.0, 9054.0, 8820.0, 8223.0, 8256.0, 8958.0, 8896.0, 8968.0, 8946.0, 8850.0, 8872.0, 8847.0, 8844.0, 8848.0, 8898.0, 8894.0, 8873.0, 8872.0, 8909.0, 8901.0, 8897.0, 8892.0, 8873.0, 8893.0, 8898.0, 8871.0, 8918.0, 8881.0, 8855.0, 8952.0, 8939.0, 8923.0, 8884.0, 8887.0, 8904.0, 8870.0, 8892.0, 8922.0, 8918.0, 8887.0, 8904.0, 8887.0, 8888.0, 8902.0, 8930.0, 8917.0, 8908.0, 8909.0, 8947.0, 8951.0, 8906.0, 8900.0, 8920.0, 8921.0, 8955.0, 8966.0, 8954.0, 8952.0, 8933.0, 8984.0, 8945.0, 8893.0, 8806.0, 9479.0, 9079.0, 9035.0, 9132.0, 9132.0, 9057.0, 9085.0, 9110.0, 9095.0, 9081.0, 9067.0, 9101.0, 9079.0, 9041.0, 9064.0, 9062.0, 9059.0, 9068.0, 9053.0, 9013.0, 9017.0, 9051.0, 9027.0, 9051.0, 9036.0, 9046.0, 9048.0, 9082.0, 9082.0, 9097.0, 9079.0, 9077.0, 9077.0, 9075.0, 9090.0, 9061.0, 9097.0, 9075.0, 9065.0, 9075.0, 9078.0, 9100.0, 9080.0, 9066.0, 9075.0, 9073.0, 9067.0, 9089.0, 9077.0, 9122.0, 9105.0, 9068.0, 9081.0, 9077.0, 9102.0, 9119.0, 9098.0, 9090.0, 9042.0, 9072.0, 9068.0, 9070.0, 9076.0, 9068.0, 9092.0, 9083.0, 9077.0, 9043.0, 9101.0, 9080.0, 9087.0, 9087.0, 9134.0, 9091.0, 9111.0, 9073.0, 9063.0, 9094.0, 9061.0, 9060.0, 9091.0, 9104.0, 9101.0, 9108.0, 9089.0, 9069.0, 9080.0, 9076.0, 9097.0, 9073.0, 9088.0, 9082.0, 9056.0, 9072.0, 9066.0, 9078.0, 9056.0, 9105.0, 9089.0, 9118.0, 9076.0, 9090.0, 9120.0, 9098.0, 9112.0, 9081.0, 9115.0, 9113.0, 9106.0, 9099.0, 9082.0, 9083.0, 9069.0, 9146.0, 9125.0, 9135.0, 9155.0, 9140.0, 9121.0, 9094.0, 9111.0, 9084.0, 9115.0, 9072.0, 9155.0, 9109.0, 9077.0, 9128.0, 9086.0, 9140.0, 9103.0, 9198.0, 9131.0, 9122.0, 9138.0, 9138.0, 9101.0, 9113.0, 9089.0, 9102.0, 9077.0, 9103.0, 9073.0, 9086.0, 9089.0, 9150.0, 9100.0, 9123.0, 9089.0, 9094.0, 9080.0, 9081.0, 9080.0, 9088.0, 9106.0, 9067.0, 9080.0, 9042.0, 9085.0, 9083.0, 9078.0, 9079.0, 9077.0, 9084.0, 9070.0, 9098.0, 9088.0, 9072.0, 9089.0, 9105.0, 9129.0, 9083.0, 9141.0, 9096.0, 9090.0, 9092.0, 9076.0, 9134.0, 9100.0, 9106.0, 9072.0, 9100.0, 9068.0, 9096.0, 9083.0, 9134.0, 9107.0, 9102.0, 9101.0, 9071.0, 9102.0, 9060.0, 9115.0, 9100.0, 9156.0, 9126.0, 9105.0, 9120.0, 9083.0, 9125.0, 9098.0, 9143.0, 9101.0, 9169.0, 9119.0, 9121.0, 9101.0, 9116.0, 9104.0, 9132.0, 9088.0, 9110.0, 9126.0, 9090.0, 9108.0, 9073.0, 9115.0, 9073.0, 9137.0, 9128.0, 9120.0, 9127.0, 9103.0, 9126.0, 9103.0, 9177.0, 9154.0, 9145.0, 9122.0, 9172.0, 9152.0, 9127.0, 9141.0, 9108.0, 9146.0, 9121.0, 9156.0, 9124.0, 9138.0, 9122.0, 9135.0, 9116.0, 9129.0, 9132.0, 9144.0, 9123.0, 9105.0, 9103.0, 9095.0, 9104.0, 9102.0, 9102.0, 9105.0, 9144.0, 9126.0, 9128.0, 9106.0, 9088.0, 9099.0, 9099.0, 9116.0, 9112.0, 9114.0, 9123.0, 9129.0, 9106.0, 9130.0, 9104.0, 9094.0, 9094.0, 9050.0, 9129.0, 9095.0, 9107.0, 9084.0, 9079.0, 9076.0, 9099.0, 9110.0, 9122.0, 9095.0, 9097.0, 9107.0, 9105.0, 9096.0, 9110.0, 9102.0, 9106.0, 9107.0, 9130.0, 9107.0, 9109.0, 9105.0, 9144.0, 9126.0, 9140.0, 9150.0, 9155.0, 9117.0, 9106.0, 9123.0, 9132.0, 9149.0, 9114.0, 9143.0, 9129.0, 9091.0, 9106.0, 9101.0, 9160.0, 9128.0, 9138.0, 9120.0, 9076.0, 9100.0, 9100.0, 9105.0, 9104.0, 9120.0, 9128.0, 9109.0, 9129.0, 9133.0, 9177.0, 9193.0, 9155.0, 9170.0, 9179.0, 9175.0, 9160.0, 9146.0, 9097.0, 9127.0, 9107.0, 9122.0, 9117.0, 9127.0, 9118.0, 9136.0, 9117.0, 9137.0, 9111.0, 9111.0, 9096.0, 9090.0, 9122.0, 9122.0, 9098.0, 9100.0, 9097.0, 9116.0, 9089.0, 9148.0, 9124.0, 9145.0, 9130.0, 9152.0, 9147.0, 9147.0, 9149.0, 9183.0, 9160.0, 9150.0, 9161.0, 9118.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.025466727898966705</td></tr>
<tr><td colspan=3>aqi</td><td>0.2321256901262916</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>52.34570433505752</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.018318777413793</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.099361584632185</td></tr>
<tr><td colspan=3>efc</td><td>0.5598</td></tr>
<tr><td colspan=3>fber</td><td>1995.5559</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.44377053165324865</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>342</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>39.26521239954076</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.9837178779085405</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6862901177720344</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.2145080142692475</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>3.050355501684339</td></tr>
<tr><td colspan=3>gcor</td><td>0.0417884</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022685924544930458</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.06736135482788086</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>5.490831147329482</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>13.4473</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>79.8529</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>264.5787</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>74.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284432.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1094.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>406.0006</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.8649</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>372.2975</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3223.6763</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3317.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92112.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1863.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3949.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>604.0947</td></tr>
<tr><td colspan=3>tsnr</td><td>13.50868979410734</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>