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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0031_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-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0031/figures/sub-0031_ses-04_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-0031/figures/sub-0031_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_ses-04_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-0031/ses-04/func/sub-0031_ses-04_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>5a8f15c7c1cdbb11d6baddb68ce70fdb</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>13:47:14.002500</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.999405, -0.0228089, -0.0258618, 0.0211091, 0.997714, -0.0641981]</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.114717</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>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4150, -7711, -7209, 566, -55, -101, 38, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>288.931</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c12e3067-9bf3-47ab-85ce-d806a031a90e||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.6813313961029053, 0.05663410201668739, -0.0736207589507103, 109.28140258789062], [0.06119472160935402, 2.676793336868286, -0.1717577576637268, -98.97832489013672], [-0.06938526779413223, 0.17223875224590302, 2.6935253143310547, -59.07655334472656], [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': ['134714.002500', '134714.462500', '134714.922500', '134715.382500', '134715.842500', '134716.302500', '134716.762500', '134717.222500', '134717.682500', '134718.142500', '134718.602500', '134719.062500', '134719.522500', '134719.982500', '134720.442500', '134720.902500', '134721.362500', '134721.822500', '134722.282500', '134722.742500', '134723.202500', '134723.662500', '134724.122500', '134724.582500', '134725.042500', '134725.502500', '134725.962500', '134726.422500', '134726.882500', '134727.342500', '134727.802500', '134728.262500', '134728.722500', '134729.182500', '134729.642500', '134730.102500', '134730.562500', '134731.022500', '134731.482500', '134731.942500', '134732.402500', '134732.862500', '134733.322500', '134733.782500', '134734.242500', '134734.702500', '134735.162500', '134735.622500', '134736.082500', '134736.542500', '134737.002500', '134737.462500', '134737.922500', '134738.382500', '134738.842500', '134739.302500', '134739.762500', '134740.222500', '134740.682500', '134741.142500', '134741.602500', '134742.062500', '134742.522500', '134742.982500', '134743.442500', '134743.902500', '134744.362500', '134744.822500', '134745.282500', '134745.742500', '134746.202500', '134746.662500', '134747.122500', '134747.582500', '134748.042500', '134748.502500', '134748.962500', '134749.422500', '134749.882500', '134750.342500', '134750.802500', '134751.262500', '134751.722500', '134752.182500', '134752.642500', '134753.102500', '134753.562500', '134754.022500', '134754.482500', '134754.942500', '134755.402500', '134755.862500', '134756.322500', '134756.782500', '134757.242500', '134757.702500', '134758.162500', '134758.622500', '134759.082500', '134759.542500', '134800.002500', '134800.462500', '134800.922500', '134801.382500', '134801.842500', '134802.302500', '134802.762500', '134803.222500', '134803.682500', '134804.142500', '134804.602500', '134805.062500', '134805.522500', '134805.982500', '134806.442500', '134806.902500', '134807.362500', '134807.822500', '134808.282500', '134808.742500', '134809.202500', '134809.662500', '134810.122500', '134810.582500', '134811.042500', '134811.502500', '134811.962500', '134812.422500', '134812.882500', '134813.342500', '134813.802500', '134814.262500', '134814.722500', '134815.182500', '134815.642500', '134816.102500', '134816.562500', '134817.022500', '134817.482500', '134817.942500', '134818.402500', '134818.862500', '134819.322500', '134819.782500', '134820.242500', '134820.702500', '134821.162500', '134821.622500', '134822.082500', '134822.542500', '134823.002500', '134823.462500', '134823.922500', '134824.382500', '134824.842500', '134825.302500', '134825.762500', '134826.222500', '134826.682500', '134827.142500', '134827.602500', '134828.062500', '134828.522500', '134828.982500', '134829.442500', '134829.902500', '134830.362500', '134830.822500', '134831.282500', '134831.742500', '134832.202500', '134832.662500', '134833.122500', '134833.582500', '134834.042500', '134834.502500', '134834.962500', '134835.422500', '134835.882500', '134836.342500', '134836.802500', '134837.262500', '134837.722500', '134838.182500', '134838.642500', '134839.102500', '134839.562500', '134840.022500', '134840.482500', '134840.942500', '134841.402500', '134841.862500', '134842.322500', '134842.782500', '134843.242500', '134843.702500', '134844.162500', '134844.622500', '134845.082500', '134845.542500', '134846.002500', '134846.462500', '134846.922500', '134847.382500', '134847.842500', '134848.302500', '134848.762500', '134849.222500', '134849.682500', '134850.142500', '134850.602500', '134851.062500', '134851.522500', '134851.982500', '134852.442500', '134852.902500', '134853.362500', '134853.822500', '134854.282500', '134854.742500', '134855.202500', '134855.662500', '134856.122500', '134856.582500', '134857.042500', '134857.502500', '134857.962500', '134858.422500', '134858.882500', '134859.342500', '134859.802500', '134900.262500', '134900.722500', '134901.182500', '134901.642500', '134902.102500', '134902.562500', '134903.022500', '134903.482500', '134903.942500', '134904.402500', '134904.862500', '134905.322500', '134905.782500', '134906.242500', '134906.702500', '134907.162500', '134907.622500', '134908.082500', '134908.542500', '134909.002500', '134909.462500', '134909.922500', '134910.382500', '134910.842500', '134911.302500', '134911.762500', '134912.222500', '134912.682500', '134913.142500', '134913.602500', '134914.062500', '134914.522500', '134914.982500', '134915.442500', '134915.902500', '134916.362500', '134916.822500', '134917.282500', '134917.742500', '134918.202500', '134918.662500', '134919.122500', '134919.582500', '134920.042500', '134920.502500', '134920.962500', '134921.422500', '134921.882500', '134922.342500', '134922.802500', '134923.262500', '134923.722500', '134924.182500', '134924.642500', '134925.102500', '134925.562500', '134926.022500', '134926.482500', '134926.942500', '134927.402500', '134927.862500', '134928.322500', '134928.782500', '134929.242500', '134929.702500', '134930.162500', '134930.622500', '134931.082500', '134931.542500', '134932.002500', '134932.462500', '134932.922500', '134933.382500', '134933.842500', '134934.302500', '134934.762500', '134935.222500', '134935.682500', '134936.142500', '134936.602500', '134937.062500', '134937.522500', '134937.982500', '134938.442500', '134938.902500', '134939.362500', '134939.822500', '134940.282500', '134940.742500', '134941.202500', '134941.662500', '134942.122500', '134942.582500', '134943.042500', '134943.502500', '134943.962500', '134944.422500', '134944.882500', '134945.342500', '134945.802500', '134946.262500', '134946.722500', '134947.182500', '134947.642500', '134948.102500', '134948.562500', '134949.022500', '134949.482500', '134949.942500', '134950.402500', '134950.862500', '134951.322500', '134951.782500', '134952.242500', '134952.702500', '134953.162500', '134953.622500', '134954.082500', '134954.542500', '134955.002500', '134955.462500', '134955.922500', '134956.382500', '134956.842500', '134957.302500', '134957.762500', '134958.222500', '134958.682500', '134959.142500', '134959.602500', '135000.062500', '135000.522500', '135000.982500', '135001.442500', '135001.902500', '135002.362500', '135002.822500', '135003.282500', '135003.742500', '135004.202500', '135004.662500', '135005.122500', '135005.582500', '135006.042500', '135006.502500', '135006.962500', '135007.422500', '135007.882500', '135008.342500', '135008.802500', '135009.262500', '135009.722500', '135010.182500', '135010.642500', '135011.102500', '135011.562500', '135012.022500', '135012.482500', '135012.942500', '135013.402500', '135013.862500', '135014.322500', '135014.782500', '135015.242500', '135015.702500', '135016.162500', '135016.622500', '135017.082500', '135017.542500', '135018.002500', '135018.462500', '135018.922500', '135019.382500', '135019.842500', '135020.302500', '135020.762500', '135021.222500', '135021.682500', '135022.142500', '135022.602500', '135023.062500', '135023.522500', '135023.982500', '135024.442500', '135024.902500', '135025.362500', '135025.822500', '135026.282500', '135026.742500', '135027.202500', '135027.662500', '135028.122500', '135028.582500', '135029.042500', '135029.502500', '135029.962500', '135030.422500', '135030.882500', '135031.342500', '135031.802500', '135032.262500', '135032.722500', '135033.182500', '135033.642500', '135034.102500', '135034.562500', '135035.022500', '135035.482500', '135035.942500', '135036.402500', '135036.862500', '135037.322500', '135037.782500', '135038.242500', '135038.702500', '135039.162500', '135039.622500', '135040.082500', '135040.542500', '135041.002500', '135041.462500', '135041.922500', '135042.382500', '135042.842500', '135043.302500', '135043.762500', '135044.222500', '135044.682500', '135045.142500', '135045.602500', '135046.062500', '135046.522500', '135046.982500', '135047.442500', '135047.902500', '135048.362500', '135048.822500', '135049.282500', '135049.742500', '135050.202500', '135050.662500', '135051.122500', '135051.582500', '135052.042500', '135052.502500', '135052.962500', '135053.422500', '135053.882500', '135054.342500', '135054.802500', '135055.262500', '135055.722500', '135056.182500', '135056.642500', '135057.102500', '135057.562500', '135058.022500', '135058.482500', '135058.942500', '135059.402500', '135059.862500', '135100.322500', '135100.782500', '135101.242500', '135101.702500', '135102.162500', '135102.622500', '135103.082500', '135103.542500', '135104.002500', '135104.462500', '135104.922500', '135105.382500', '135105.842500', '135106.302500', '135106.762500', '135107.222500', '135107.682500', '135108.142500', '135108.602500', '135109.062500', '135109.522500', '135109.982500', '135110.442500', '135110.902500', '135111.362500', '135111.822500', '135112.282500', '135112.742500', '135113.202500', '135113.662500', '135114.122500', '135114.582500', '135115.042500', '135115.502500', '135115.962500', '135116.422500', '135116.882500', '135117.342500', '135117.802500', '135118.262500', '135118.722500', '135119.182500', '135119.642500', '135120.102500', '135120.562500', '135121.022500', '135121.482500', '135121.942500', '135122.402500', '135122.862500', '135123.322500', '135123.782500', '135124.242500', '135124.702500', '135125.162500', '135125.622500', '135126.082500', '135126.542500', '135127.002500', '135127.462500', '135127.922500', '135128.382500', '135128.842500', '135129.302500', '135129.762500', '135130.222500', '135130.682500', '135131.142500', '135131.602500', '135132.062500', '135132.522500', '135132.982500', '135133.442500', '135133.902500', '135134.362500', '135134.822500', '135135.282500', '135135.742500', '135136.202500', '135136.662500', '135137.122500', '135137.582500', '135138.042500', '135138.502500', '135138.962500', '135139.422500', '135139.882500', '135140.342500', '135140.802500', '135141.262500', '135141.722500', '135142.182500', '135142.642500', '135143.102500', '135143.562500', '135144.022500', '135144.482500', '135144.942500', '135145.402500', '135145.862500', '135146.322500', '135146.782500', '135147.242500', '135147.702500', '135148.162500', '135148.622500', '135149.082500', '135149.542500', '135150.002500', '135150.462500', '135150.922500', '135151.382500', '135151.842500', '135152.302500', '135152.762500', '135153.222500', '135153.682500', '135154.142500', '135154.602500', '135155.062500', '135155.522500', '135155.982500', '135156.442500', '135156.902500', '135157.362500', '135157.822500', '135158.282500', '135158.742500', '135159.202500', '135159.662500', '135200.122500', '135200.582500', '135201.042500', '135201.502500', '135201.962500', '135202.422500', '135202.882500', '135203.342500', '135203.802500', '135204.262500', '135204.722500', '135205.182500', '135205.642500', '135206.102500', '135206.562500', '135207.022500', '135207.482500', '135207.942500', '135208.402500', '135208.862500', '135209.322500', '135209.782500', '135210.242500', '135210.702500', '135211.162500', '135211.622500', '135212.082500', '135212.542500', '135213.002500', '135213.462500', '135213.922500', '135214.382500', '135214.842500', '135215.302500', '135215.762500', '135216.222500', '135216.682500', '135217.142500', '135217.602500', '135218.062500', '135218.522500', '135218.982500', '135219.442500', '135219.902500', '135220.362500', '135220.822500', '135221.282500', '135221.742500', '135222.202500', '135222.662500', '135223.122500', '135223.582500', '135224.042500', '135224.502500', '135224.962500', '135225.422500', '135225.882500', '135226.342500', '135226.802500', '135227.262500', '135227.722500', '135228.182500', '135228.642500', '135229.102500', '135229.562500', '135230.022500', '135230.482500', '135230.942500', '135231.402500', '135231.862500', '135232.322500', '135232.782500', '135233.242500', '135233.702500', '135234.162500', '135234.622500', '135235.082500', '135235.542500', '135236.002500', '135236.462500', '135236.922500', '135237.382500', '135237.842500', '135238.302500', '135238.762500', '135239.222500', '135239.682500', '135240.142500', '135240.602500', '135241.062500', '135241.522500', '135241.982500', '135242.442500', '135242.902500', '135243.362500', '135243.822500', '135244.282500', '135244.742500', '135245.202500', '135245.662500', '135246.122500', '135246.582500', '135247.042500', '135247.502500', '135247.962500', '135248.422500', '135248.882500', '135249.342500', '135249.802500', '135250.262500', '135250.722500', '135251.182500', '135251.642500', '135252.102500', '135252.562500', '135253.022500', '135253.482500', '135253.942500', '135254.402500', '135254.862500', '135255.322500', '135255.782500', '135256.242500', '135256.702500', '135257.162500', '135257.622500', '135258.082500', '135258.542500', '135259.002500', '135259.462500', '135259.922500', '135300.382500', '135300.842500', '135301.302500', '135301.762500', '135302.222500', '135302.682500', '135303.142500', '135303.602500', '135304.062500', '135304.522500', '135304.982500', '135305.442500', '135305.902500', '135306.362500', '135306.822500', '135307.282500', '135307.742500', '135308.202500', '135308.662500', '135309.122500', '135309.582500', '135310.042500', '135310.502500', '135310.962500', '135311.422500', '135311.882500', '135312.342500', '135312.802500', '135313.262500', '135313.722500', '135314.182500', '135314.642500', '135315.102500', '135315.562500', '135316.022500', '135316.482500', '135316.942500', '135317.402500', '135317.862500', '135318.322500', '135318.782500', '135319.242500', '135319.702500', '135320.162500', '135320.622500', '135321.082500', '135321.542500', '135322.002500', '135322.462500', '135322.922500', '135323.382500', '135323.842500', '135324.302500', '135324.762500', '135325.222500', '135325.682500', '135326.142500', '135326.602500', '135327.062500', '135327.522500', '135327.982500', '135328.442500', '135328.902500', '135329.362500', '135329.822500', '135330.282500', '135330.742500', '135331.202500', '135331.662500', '135332.122500', '135332.582500', '135333.042500', '135333.502500', '135333.962500', '135334.422500', '135334.882500', '135335.342500', '135335.802500', '135336.262500', '135336.722500', '135337.182500', '135337.642500', '135338.102500', '135338.562500', '135339.022500', '135339.482500', '135339.942500', '135340.402500', '135340.862500', '135341.322500', '135341.782500', '135342.242500', '135342.702500', '135343.162500', '135343.622500', '135344.082500', '135344.542500', '135345.002500', '135345.462500', '135345.922500', '135346.382500', '135346.842500', '135347.302500', '135347.762500', '135348.222500', '135348.682500', '135349.142500', '135349.602500', '135350.062500', '135350.522500', '135350.982500', '135351.442500', '135351.902500', '135352.362500', '135352.822500', '135353.282500', '135353.742500', '135354.202500', '135354.662500'], 'ContentTime': ['134729.237000', '134729.240000', '134729.243000', '134729.246000', '134729.253000', '134729.261000', '134729.263000', '134729.266000', '134729.269000', '134729.271000', '134729.274000', '134729.276000', '134729.279000', '134729.282000', '134729.284000', '134729.289000', '134729.291000', '134729.294000', '134729.297000', '134729.299000', '134729.302000', '134729.304000', '134729.307000', '134729.309000', '134729.312000', '134729.314000', '134729.317000', '134729.329000', '134729.332000', '134729.334000', '134749.208000', '134749.211000', '134749.214000', '134749.243000', '134749.246000', '134749.248000', '134749.251000', '134749.253000', '134749.256000', '134749.258000', '134749.261000', '134749.264000', '134749.266000', '134749.269000', '134749.272000', '134749.274000', '134749.277000', '134749.280000', '134749.282000', '134749.285000', '134749.287000', '134749.290000', '134749.293000', '134749.295000', '134749.298000', '134749.300000', '134749.303000', '134749.306000', '134749.308000', '134749.312000', '134749.315000', '134749.318000', '134749.320000', '134749.323000', '134749.326000', '134749.329000', '134749.331000', '134749.334000', '134749.336000', '134749.339000', '134749.342000', '134749.344000', '134749.347000', '134809.208000', '134809.211000', '134809.214000', '134809.216000', '134809.219000', '134809.221000', '134809.224000', '134809.227000', '134809.229000', '134809.232000', '134809.234000', '134809.237000', '134809.240000', '134809.242000', '134809.245000', '134809.247000', '134809.250000', '134809.252000', '134809.255000', '134809.257000', '134809.260000', '134809.263000', '134809.265000', '134809.268000', '134809.270000', '134809.273000', '134809.276000', '134809.278000', '134809.281000', '134809.284000', '134809.289000', '134809.292000', '134809.294000', '134809.297000', '134809.300000', '134809.302000', '134809.305000', '134809.307000', '134809.310000', '134809.312000', '134809.315000', '134809.318000', '134809.320000', '134809.323000', '134829.208000', '134829.211000', '134829.214000', '134829.216000', '134829.219000', '134829.222000', '134829.224000', '134829.227000', '134829.229000', '134829.232000', '134829.234000', '134829.237000', '134829.239000', '134829.242000', '134829.245000', '134829.247000', '134829.250000', '134829.252000', '134829.255000', '134829.257000', '134829.260000', '134829.263000', '134829.265000', '134829.268000', '134829.270000', '134829.273000', '134829.275000', '134829.278000', '134829.281000', '134829.284000', '134829.286000', '134829.289000', '134829.291000', '134829.294000', '134829.297000', '134829.299000', '134829.302000', '134829.305000', '134829.307000', '134829.310000', '134829.312000', '134829.315000', '134829.318000', '134849.209000', '134849.211000', '134849.214000', '134849.216000', '134849.219000', '134849.222000', '134849.224000', '134849.227000', '134849.229000', '134849.232000', '134849.234000', '134849.237000', '134849.240000', '134849.242000', '134849.245000', '134849.247000', '134849.250000', '134849.252000', '134849.255000', '134849.257000', '134849.260000', '134849.263000', '134849.265000', '134849.268000', '134849.270000', '134849.273000', '134849.275000', '134849.278000', '134849.281000', '134849.283000', '134849.286000', '134849.288000', '134849.291000', '134849.293000', '134849.296000', '134849.298000', '134849.301000', '134849.304000', '134849.306000', '134849.309000', '134849.311000', '134849.314000', '134849.335000', '134849.337000', '134909.208000', '134909.211000', '134909.214000', '134909.216000', '134909.219000', '134909.221000', '134909.224000', '134909.227000', '134909.229000', '134909.232000', '134909.234000', '134909.237000', '134909.240000', '134909.242000', '134909.245000', '134909.247000', '134909.250000', '134909.252000', '134909.255000', '134909.257000', '134909.260000', '134909.263000', '134909.265000', '134909.268000', '134909.270000', '134909.273000', '134909.275000', '134909.278000', '134909.281000', '134909.283000', '134909.286000', '134909.288000', '134909.291000', '134909.294000', '134909.296000', '134909.299000', '134909.310000', '134909.312000', '134909.315000', '134909.317000', '134909.320000', '134909.323000', '134909.325000', '134929.208000', '134929.211000', '134929.214000', '134929.216000', '134929.219000', '134929.222000', '134929.224000', '134929.227000', '134929.229000', '134929.232000', '134929.234000', '134929.237000', '134929.240000', '134929.242000', '134929.245000', '134929.247000', '134929.250000', '134929.252000', '134929.255000', '134929.257000', '134929.260000', '134929.262000', '134929.265000', '134929.268000', '134929.270000', '134929.273000', '134929.275000', '134929.278000', '134929.280000', '134929.283000', '134929.285000', '134929.288000', '134929.291000', '134929.293000', '134929.296000', '134929.298000', '134929.301000', '134929.304000', '134929.306000', '134929.309000', '134929.311000', '134929.314000', '134929.317000', '134929.319000', '134949.208000', '134949.211000', '134949.214000', '134949.216000', '134949.219000', '134949.222000', '134949.224000', '134949.227000', '134949.230000', '134949.232000', '134949.235000', '134949.237000', '134949.240000', '134949.242000', '134949.245000', '134949.247000', '134949.250000', '134949.253000', '134949.255000', '134949.258000', '134949.260000', '134949.263000', '134949.266000', '134949.268000', '134949.271000', '134949.273000', '134949.276000', '134949.278000', '134949.281000', '134949.284000', '134949.286000', '134949.289000', '134949.291000', '134949.294000', '134949.296000', '134949.299000', '134949.302000', '134949.304000', '134949.307000', '134949.309000', '134949.312000', '134949.315000', '134949.317000', '135009.208000', '135009.211000', '135009.214000', '135009.216000', '135009.219000', '135009.222000', '135009.224000', '135009.227000', '135009.229000', '135009.232000', '135009.235000', '135009.237000', '135009.240000', '135009.242000', '135009.245000', '135009.248000', '135009.250000', '135009.253000', '135009.255000', '135009.258000', '135009.261000', '135009.263000', '135009.266000', '135009.268000', '135009.271000', '135009.274000', '135009.276000', '135009.279000', '135009.281000', '135009.284000', '135009.286000', '135009.289000', '135009.291000', '135009.294000', '135009.297000', '135009.299000', '135009.302000', '135009.304000', '135009.307000', '135009.310000', '135009.312000', '135009.315000', '135009.317000', '135009.320000', '135029.208000', '135029.211000', '135029.214000', '135029.216000', '135029.219000', '135029.222000', '135029.224000', '135029.227000', '135029.229000', '135029.232000', '135029.235000', '135029.237000', '135029.240000', '135029.242000', '135029.245000', '135029.248000', '135029.250000', '135029.253000', '135029.256000', '135029.258000', '135029.261000', '135029.263000', '135029.266000', '135029.269000', '135029.271000', '135029.274000', '135029.276000', '135029.279000', '135029.281000', '135029.284000', '135029.287000', '135029.289000', '135029.292000', '135029.295000', '135029.297000', '135029.300000', '135029.302000', '135029.305000', '135029.308000', '135029.310000', '135029.313000', '135029.315000', '135029.318000', '135049.208000', '135049.211000', '135049.214000', '135049.217000', '135049.219000', '135049.222000', '135049.224000', '135049.227000', '135049.229000', '135049.232000', '135049.235000', '135049.237000', '135049.240000', '135049.242000', '135049.245000', '135049.248000', '135049.250000', '135049.253000', '135049.256000', '135049.258000', '135049.261000', '135049.263000', '135049.266000', '135049.268000', '135049.271000', '135049.274000', '135049.276000', '135049.279000', '135049.281000', '135049.284000', '135049.287000', '135049.289000', '135049.301000', '135049.304000', '135049.306000', '135049.309000', '135049.312000', '135049.314000', '135049.317000', '135049.319000', '135049.322000', '135049.325000', '135049.327000', '135049.330000', '135109.208000', '135109.211000', '135109.214000', '135109.216000', '135109.219000', '135109.222000', '135109.224000', '135109.227000', '135109.229000', '135109.232000', '135109.234000', '135109.237000', '135109.240000', '135109.242000', '135109.245000', '135109.247000', '135109.250000', '135109.253000', '135109.255000', '135109.258000', '135109.260000', '135109.263000', '135109.265000', '135109.268000', '135109.271000', '135109.273000', '135109.276000', '135109.278000', '135109.281000', '135109.284000', '135109.286000', '135109.289000', '135109.291000', '135109.294000', '135109.297000', '135109.299000', '135109.302000', '135109.304000', '135109.307000', '135109.310000', '135109.312000', '135109.315000', '135109.317000', '135129.208000', '135129.211000', '135129.214000', '135129.216000', '135129.219000', '135129.221000', '135129.224000', '135129.227000', '135129.229000', '135129.232000', '135129.234000', '135129.237000', '135129.239000', '135129.242000', '135129.245000', '135129.247000', '135129.250000', '135129.252000', '135129.255000', '135129.258000', '135129.260000', '135129.263000', '135129.265000', '135129.268000', '135129.271000', '135129.273000', '135129.276000', '135129.278000', '135129.281000', '135129.283000', '135129.286000', '135129.289000', '135129.291000', '135129.294000', '135129.296000', '135129.299000', '135129.301000', '135129.304000', '135129.307000', '135129.309000', '135129.312000', '135129.314000', '135129.317000', '135129.319000', '135149.208000', '135149.211000', '135149.214000', '135149.216000', '135149.219000', '135149.222000', '135149.224000', '135149.227000', '135149.229000', '135149.232000', '135149.234000', '135149.237000', '135149.240000', '135149.242000', '135149.245000', '135149.247000', '135149.250000', '135149.253000', '135149.255000', '135149.258000', '135149.260000', '135149.263000', '135149.265000', '135149.268000', '135149.271000', '135149.273000', '135149.276000', '135149.278000', '135149.281000', '135149.284000', '135149.286000', '135149.289000', '135149.291000', '135149.294000', '135149.296000', '135149.299000', '135149.302000', '135149.304000', '135149.307000', '135149.310000', '135149.312000', '135149.315000', '135149.317000', '135209.208000', '135209.211000', '135209.214000', '135209.216000', '135209.219000', '135209.221000', '135209.224000', '135209.227000', '135209.229000', '135209.232000', '135209.234000', '135209.237000', '135209.239000', '135209.242000', '135209.245000', '135209.247000', '135209.250000', '135209.253000', '135209.255000', '135209.258000', '135209.260000', '135209.263000', '135209.266000', '135209.268000', '135209.271000', '135209.273000', '135209.276000', '135209.278000', '135209.281000', '135209.284000', '135209.286000', '135209.289000', '135209.291000', '135209.294000', '135209.297000', '135209.299000', '135209.302000', '135209.304000', '135209.307000', '135209.310000', '135209.312000', '135209.315000', '135209.329000', '135209.332000', '135229.208000', '135229.211000', '135229.214000', '135229.216000', '135229.219000', '135229.222000', '135229.224000', '135229.227000', '135229.229000', '135229.232000', '135229.235000', '135229.237000', '135229.240000', '135229.242000', '135229.245000', '135229.248000', '135229.250000', '135229.253000', '135229.255000', '135229.258000', '135229.260000', '135229.263000', '135229.266000', '135229.268000', '135229.271000', '135229.273000', '135229.276000', '135229.279000', '135229.281000', '135229.284000', '135229.286000', '135229.289000', '135229.291000', '135229.294000', '135229.297000', '135229.299000', '135229.302000', '135229.305000', '135229.307000', '135229.310000', '135229.312000', '135229.315000', '135229.318000', '135249.208000', '135249.211000', '135249.214000', '135249.217000', '135249.219000', '135249.222000', '135249.225000', '135249.227000', '135249.230000', '135249.233000', '135249.236000', '135249.239000', '135249.242000', '135249.244000', '135249.247000', '135249.249000', '135249.252000', '135249.255000', '135249.257000', '135249.260000', '135249.262000', '135249.265000', '135249.268000', '135249.270000', '135249.273000', '135249.276000', '135249.278000', '135249.281000', '135249.283000', '135249.286000', '135249.289000', '135249.292000', '135249.294000', '135249.297000', '135249.300000', '135249.302000', '135249.305000', '135249.308000', '135249.310000', '135249.313000', '135249.315000', '135249.318000', '135249.321000', '135309.208000', '135309.211000', '135309.214000', '135309.216000', '135309.219000', '135309.224000', '135309.226000', '135309.229000', '135309.231000', '135309.234000', '135309.236000', '135309.239000', '135309.242000', '135309.244000', '135309.247000', '135309.249000', '135309.252000', '135309.255000', '135309.257000', '135309.260000', '135309.262000', '135309.265000', '135309.268000', '135309.270000', '135309.273000', '135309.275000', '135309.278000', '135309.281000', '135309.283000', '135309.286000', '135309.288000', '135309.291000', '135309.294000', '135309.297000', '135309.299000', '135309.302000', '135309.304000', '135309.307000', '135309.310000', '135309.312000', '135309.315000', '135309.318000', '135309.320000', '135309.323000', '135329.209000', '135329.211000', '135329.214000', '135329.217000', '135329.219000', '135329.222000', '135329.225000', '135329.228000', '135329.231000', '135329.233000', '135329.236000', '135329.238000', '135329.241000', '135329.244000', '135329.246000', '135329.249000', '135329.251000', '135329.254000', '135329.257000', '135329.259000', '135329.262000', '135329.264000', '135329.267000', '135329.270000', '135329.272000', '135329.275000', '135329.277000', '135329.280000', '135329.283000', '135329.285000', '135329.288000', '135329.290000', '135329.293000', '135329.295000', '135329.298000', '135329.301000', '135329.303000', '135329.306000', '135329.309000', '135329.311000', '135329.314000', '135329.317000', '135329.319000', '135329.322000', '135349.208000', '135349.211000', '135349.214000', '135349.216000', '135349.219000', '135349.221000', '135349.224000', '135349.227000', '135349.229000', '135349.239000', '135349.242000', '135349.245000', '135349.247000', '135349.250000', '135349.252000', '135349.255000', '135349.257000', '135349.260000', '135349.263000', '135349.265000', '135349.268000', '135349.270000', '135349.273000', '135349.275000', '135349.278000', '135349.281000', '135349.283000', '135349.286000', '135349.288000', '135349.291000', '135349.294000', '135349.296000', '135349.299000', '135349.302000', '135349.304000', '135349.307000', '135349.309000', '135349.312000', '135349.315000', '135349.317000', '135349.320000', '135349.322000', '135349.325000', '135356.328000', '135356.332000', '135356.334000', '135356.337000', '135356.340000', '135356.343000', '135356.345000', '135356.348000', '135356.350000', '135356.365000', '135356.369000', '135356.372000', '135356.375000', '135356.378000', '135356.380000', '135356.383000'], 'InstanceCreationTime': ['134729.237000', '134729.240000', '134729.243000', '134729.246000', '134729.253000', '134729.261000', '134729.263000', '134729.266000', '134729.269000', '134729.271000', '134729.274000', '134729.276000', '134729.279000', '134729.282000', '134729.284000', '134729.289000', '134729.291000', '134729.294000', '134729.297000', '134729.299000', '134729.302000', '134729.304000', '134729.307000', '134729.309000', '134729.312000', '134729.314000', '134729.317000', '134729.329000', '134729.332000', '134729.334000', '134749.208000', '134749.211000', '134749.214000', '134749.243000', '134749.246000', '134749.248000', '134749.251000', '134749.253000', '134749.256000', '134749.258000', '134749.261000', '134749.264000', '134749.266000', '134749.269000', '134749.272000', '134749.274000', '134749.277000', '134749.280000', '134749.282000', '134749.285000', '134749.287000', '134749.290000', '134749.293000', '134749.295000', '134749.298000', '134749.300000', '134749.303000', '134749.306000', '134749.308000', '134749.312000', '134749.315000', '134749.318000', '134749.320000', '134749.323000', '134749.326000', '134749.329000', '134749.331000', '134749.334000', '134749.336000', '134749.339000', '134749.342000', '134749.344000', '134749.347000', '134809.208000', '134809.211000', '134809.214000', '134809.216000', '134809.219000', '134809.221000', '134809.224000', '134809.227000', '134809.229000', '134809.232000', '134809.234000', '134809.237000', '134809.240000', '134809.242000', '134809.245000', '134809.247000', '134809.250000', '134809.252000', '134809.255000', '134809.257000', '134809.260000', '134809.263000', '134809.265000', '134809.268000', '134809.270000', '134809.273000', '134809.276000', '134809.278000', '134809.281000', '134809.284000', '134809.289000', '134809.292000', '134809.294000', '134809.297000', '134809.300000', '134809.302000', '134809.305000', '134809.307000', '134809.310000', '134809.312000', '134809.315000', '134809.318000', '134809.320000', '134809.323000', '134829.208000', '134829.211000', '134829.214000', '134829.216000', '134829.219000', '134829.222000', '134829.224000', '134829.227000', '134829.229000', '134829.232000', '134829.234000', '134829.237000', '134829.239000', '134829.242000', '134829.245000', '134829.247000', '134829.250000', '134829.252000', '134829.255000', '134829.257000', '134829.260000', '134829.263000', '134829.265000', '134829.268000', '134829.270000', '134829.273000', '134829.275000', '134829.278000', '134829.281000', '134829.284000', '134829.286000', '134829.289000', '134829.291000', '134829.294000', '134829.297000', '134829.299000', '134829.302000', '134829.305000', '134829.307000', '134829.310000', '134829.312000', '134829.315000', '134829.318000', '134849.209000', '134849.211000', '134849.214000', '134849.216000', '134849.219000', '134849.222000', '134849.224000', '134849.227000', '134849.229000', '134849.232000', '134849.234000', '134849.237000', '134849.240000', '134849.242000', '134849.245000', '134849.247000', '134849.250000', '134849.252000', '134849.255000', '134849.257000', '134849.260000', '134849.263000', '134849.265000', '134849.268000', '134849.270000', '134849.273000', '134849.275000', '134849.278000', '134849.281000', '134849.283000', '134849.286000', '134849.288000', '134849.291000', '134849.293000', '134849.296000', '134849.298000', '134849.301000', '134849.304000', '134849.306000', '134849.309000', '134849.311000', '134849.314000', '134849.335000', '134849.337000', '134909.208000', '134909.211000', '134909.214000', '134909.216000', '134909.219000', '134909.221000', '134909.224000', '134909.227000', '134909.229000', '134909.232000', '134909.234000', '134909.237000', '134909.240000', '134909.242000', '134909.245000', '134909.247000', '134909.250000', '134909.252000', '134909.255000', '134909.257000', '134909.260000', '134909.263000', '134909.265000', '134909.268000', '134909.270000', '134909.273000', '134909.275000', '134909.278000', '134909.281000', '134909.283000', '134909.286000', '134909.288000', '134909.291000', '134909.294000', '134909.296000', '134909.299000', '134909.310000', '134909.312000', '134909.315000', '134909.317000', '134909.320000', '134909.323000', '134909.325000', '134929.208000', '134929.211000', '134929.214000', '134929.216000', '134929.219000', '134929.222000', '134929.224000', '134929.227000', '134929.229000', '134929.232000', '134929.234000', '134929.237000', '134929.240000', '134929.242000', '134929.245000', '134929.247000', '134929.250000', '134929.252000', '134929.255000', '134929.257000', '134929.260000', '134929.262000', '134929.265000', '134929.268000', '134929.270000', '134929.273000', '134929.275000', '134929.278000', '134929.280000', '134929.283000', '134929.285000', '134929.288000', '134929.291000', '134929.293000', '134929.296000', '134929.298000', '134929.301000', '134929.304000', '134929.306000', '134929.309000', '134929.311000', '134929.314000', '134929.317000', '134929.319000', '134949.208000', '134949.211000', '134949.214000', '134949.216000', '134949.219000', '134949.222000', '134949.224000', '134949.227000', '134949.230000', '134949.232000', '134949.235000', '134949.237000', '134949.240000', '134949.242000', '134949.245000', '134949.247000', '134949.250000', '134949.253000', '134949.255000', '134949.258000', '134949.260000', '134949.263000', '134949.266000', '134949.268000', '134949.271000', '134949.273000', '134949.276000', '134949.278000', '134949.281000', '134949.284000', '134949.286000', '134949.289000', '134949.291000', '134949.294000', '134949.296000', '134949.299000', '134949.302000', '134949.304000', '134949.307000', '134949.309000', '134949.312000', '134949.315000', '134949.317000', '135009.208000', '135009.211000', '135009.214000', '135009.216000', '135009.219000', '135009.222000', '135009.224000', '135009.227000', '135009.229000', '135009.232000', '135009.235000', '135009.237000', '135009.240000', '135009.242000', '135009.245000', '135009.248000', '135009.250000', '135009.253000', '135009.255000', '135009.258000', '135009.261000', '135009.263000', '135009.266000', '135009.268000', '135009.271000', '135009.274000', '135009.276000', '135009.279000', '135009.281000', '135009.284000', '135009.286000', '135009.289000', '135009.291000', '135009.294000', '135009.297000', '135009.299000', '135009.302000', '135009.304000', '135009.307000', '135009.310000', '135009.312000', '135009.315000', '135009.317000', '135009.320000', '135029.208000', '135029.211000', '135029.214000', '135029.216000', '135029.219000', '135029.222000', '135029.224000', '135029.227000', '135029.229000', '135029.232000', '135029.235000', '135029.237000', '135029.240000', '135029.242000', '135029.245000', '135029.248000', '135029.250000', '135029.253000', '135029.256000', '135029.258000', '135029.261000', '135029.263000', '135029.266000', '135029.269000', '135029.271000', '135029.274000', '135029.276000', '135029.279000', '135029.281000', '135029.284000', '135029.287000', '135029.289000', '135029.292000', '135029.295000', '135029.297000', '135029.300000', '135029.302000', '135029.305000', '135029.308000', '135029.310000', '135029.313000', '135029.315000', '135029.318000', '135049.208000', '135049.211000', '135049.214000', '135049.217000', '135049.219000', '135049.222000', '135049.224000', '135049.227000', '135049.229000', '135049.232000', '135049.235000', '135049.237000', '135049.240000', '135049.242000', '135049.245000', '135049.248000', '135049.250000', '135049.253000', '135049.256000', '135049.258000', '135049.261000', '135049.263000', '135049.266000', '135049.268000', '135049.271000', '135049.274000', '135049.276000', '135049.279000', '135049.281000', '135049.284000', '135049.287000', '135049.289000', '135049.301000', '135049.304000', '135049.306000', '135049.309000', '135049.312000', '135049.314000', '135049.317000', '135049.319000', '135049.322000', '135049.325000', '135049.327000', '135049.330000', '135109.208000', '135109.211000', '135109.214000', '135109.216000', '135109.219000', '135109.222000', '135109.224000', '135109.227000', '135109.229000', '135109.232000', '135109.234000', '135109.237000', '135109.240000', '135109.242000', '135109.245000', '135109.247000', '135109.250000', '135109.253000', '135109.255000', '135109.258000', '135109.260000', '135109.263000', '135109.265000', '135109.268000', '135109.271000', '135109.273000', '135109.276000', '135109.278000', '135109.281000', '135109.284000', '135109.286000', '135109.289000', '135109.291000', '135109.294000', '135109.297000', '135109.299000', '135109.302000', '135109.304000', '135109.307000', '135109.310000', '135109.312000', '135109.315000', '135109.317000', '135129.208000', '135129.211000', '135129.214000', '135129.216000', '135129.219000', '135129.221000', '135129.224000', '135129.227000', '135129.229000', '135129.232000', '135129.234000', '135129.237000', '135129.239000', '135129.242000', '135129.245000', '135129.247000', '135129.250000', '135129.252000', '135129.255000', '135129.258000', '135129.260000', '135129.263000', '135129.265000', '135129.268000', '135129.271000', '135129.273000', '135129.276000', '135129.278000', '135129.281000', '135129.283000', '135129.286000', '135129.289000', '135129.291000', '135129.294000', '135129.296000', '135129.299000', '135129.301000', '135129.304000', '135129.307000', '135129.309000', '135129.312000', '135129.314000', '135129.317000', '135129.319000', '135149.208000', '135149.211000', '135149.214000', '135149.216000', '135149.219000', '135149.222000', '135149.224000', '135149.227000', '135149.229000', '135149.232000', '135149.234000', '135149.237000', '135149.240000', '135149.242000', '135149.245000', '135149.247000', '135149.250000', '135149.253000', '135149.255000', '135149.258000', '135149.260000', '135149.263000', '135149.265000', '135149.268000', '135149.271000', '135149.273000', '135149.276000', '135149.278000', '135149.281000', '135149.284000', '135149.286000', '135149.289000', '135149.291000', '135149.294000', '135149.296000', '135149.299000', '135149.302000', '135149.304000', '135149.307000', '135149.310000', '135149.312000', '135149.315000', '135149.317000', '135209.208000', '135209.211000', '135209.214000', '135209.216000', '135209.219000', '135209.221000', '135209.224000', '135209.227000', '135209.229000', '135209.232000', '135209.234000', '135209.237000', '135209.239000', '135209.242000', '135209.245000', '135209.247000', '135209.250000', '135209.253000', '135209.255000', '135209.258000', '135209.260000', '135209.263000', '135209.266000', '135209.268000', '135209.271000', '135209.273000', '135209.276000', '135209.278000', '135209.281000', '135209.284000', '135209.286000', '135209.289000', '135209.291000', '135209.294000', '135209.297000', '135209.299000', '135209.302000', '135209.304000', '135209.307000', '135209.310000', '135209.312000', '135209.315000', '135209.329000', '135209.332000', '135229.208000', '135229.211000', '135229.214000', '135229.216000', '135229.219000', '135229.222000', '135229.224000', '135229.227000', '135229.229000', '135229.232000', '135229.235000', '135229.237000', '135229.240000', '135229.242000', '135229.245000', '135229.248000', '135229.250000', '135229.253000', '135229.255000', '135229.258000', '135229.260000', '135229.263000', '135229.266000', '135229.268000', '135229.271000', '135229.273000', '135229.276000', '135229.279000', '135229.281000', '135229.284000', '135229.286000', '135229.289000', '135229.291000', '135229.294000', '135229.297000', '135229.299000', '135229.302000', '135229.305000', '135229.307000', '135229.310000', '135229.312000', '135229.315000', '135229.318000', '135249.208000', '135249.211000', '135249.214000', '135249.217000', '135249.219000', '135249.222000', '135249.225000', '135249.227000', '135249.230000', '135249.233000', '135249.236000', '135249.239000', '135249.242000', '135249.244000', '135249.247000', '135249.249000', '135249.252000', '135249.255000', '135249.257000', '135249.260000', '135249.262000', '135249.265000', '135249.268000', '135249.270000', '135249.273000', '135249.276000', '135249.278000', '135249.281000', '135249.283000', '135249.286000', '135249.289000', '135249.292000', '135249.294000', '135249.297000', '135249.300000', '135249.302000', '135249.305000', '135249.308000', '135249.310000', '135249.313000', '135249.315000', '135249.318000', '135249.321000', '135309.208000', '135309.211000', '135309.214000', '135309.216000', '135309.219000', '135309.224000', '135309.226000', '135309.229000', '135309.231000', '135309.234000', '135309.236000', '135309.239000', '135309.242000', '135309.244000', '135309.247000', '135309.249000', '135309.252000', '135309.255000', '135309.257000', '135309.260000', '135309.262000', '135309.265000', '135309.268000', '135309.270000', '135309.273000', '135309.275000', '135309.278000', '135309.281000', '135309.283000', '135309.286000', '135309.288000', '135309.291000', '135309.294000', '135309.297000', '135309.299000', '135309.302000', '135309.304000', '135309.307000', '135309.310000', '135309.312000', '135309.315000', '135309.318000', '135309.320000', '135309.323000', '135329.209000', '135329.211000', '135329.214000', '135329.217000', '135329.219000', '135329.222000', '135329.225000', '135329.228000', '135329.231000', '135329.233000', '135329.236000', '135329.238000', '135329.241000', '135329.244000', '135329.246000', '135329.249000', '135329.251000', '135329.254000', '135329.257000', '135329.259000', '135329.262000', '135329.264000', '135329.267000', '135329.270000', '135329.272000', '135329.275000', '135329.277000', '135329.280000', '135329.283000', '135329.285000', '135329.288000', '135329.290000', '135329.293000', '135329.295000', '135329.298000', '135329.301000', '135329.303000', '135329.306000', '135329.309000', '135329.311000', '135329.314000', '135329.317000', '135329.319000', '135329.322000', '135349.208000', '135349.211000', '135349.214000', '135349.216000', '135349.219000', '135349.221000', '135349.224000', '135349.227000', '135349.229000', '135349.239000', '135349.242000', '135349.245000', '135349.247000', '135349.250000', '135349.252000', '135349.255000', '135349.257000', '135349.260000', '135349.263000', '135349.265000', '135349.268000', '135349.270000', '135349.273000', '135349.275000', '135349.278000', '135349.281000', '135349.283000', '135349.286000', '135349.288000', '135349.291000', '135349.294000', '135349.296000', '135349.299000', '135349.302000', '135349.304000', '135349.307000', '135349.309000', '135349.312000', '135349.315000', '135349.317000', '135349.320000', '135349.322000', '135349.325000', '135356.328000', '135356.332000', '135356.334000', '135356.337000', '135356.340000', '135356.343000', '135356.345000', '135356.348000', '135356.350000', '135356.365000', '135356.369000', '135356.372000', '135356.375000', '135356.378000', '135356.380000', '135356.383000'], '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': [10262, 16548, 10024, 16397, 11278, 16808, 13058, 11009, 11732, 9276, 14474, 9765, 17692, 11888, 12398, 14359, 9851, 17446, 10825, 12778, 11618, 10421, 16754, 11733, 19844, 11035, 13014, 10871, 9927, 14291, 10531, 18173, 10405, 12935, 10875, 10043, 14655, 10886, 19875, 11995, 10692, 11508, 9722, 15940, 11136, 19599, 12362, 10857, 10780, 9580, 15066, 10558, 17192, 10148, 15317, 11105, 11443, 11618, 10184, 16237, 10163, 16950, 10560, 12697, 11632, 10414, 16007, 10211, 18586, 10384, 13336, 11404, 10323, 16677, 10427, 14461, 10735, 9848, 13461, 10215, 18202, 11580, 13496, 10502, 10232, 13225, 10239, 18906, 11697, 10256, 11541, 10130, 15979, 11172, 20045, 13723, 11684, 11285, 9982, 15531, 10586, 18923, 12404, 12637, 10031, 9921, 11434, 10193, 14130, 9944, 16700, 9915, 16555, 10431, 12089, 11836, 10001, 16433, 10133, 15028, 11102, 10539, 13162, 10076, 17343, 10287, 13037, 10946, 10278, 15243, 11466, 19809, 12152, 13382, 11076, 9983, 13575, 10146, 17602, 10147, 17493, 10610, 12771, 11657, 10416, 15296, 10130, 16536, 10251, 10899, 12740, 10383, 16639, 12258, 17480, 10414, 17340, 11964, 18269, 12872, 11268, 10994, 10202, 12172, 10012, 15670, 10927, 18557, 10490, 12466, 10298, 10440, 13765, 10695, 17719, 11156, 12855, 11030, 9841, 13397, 10442, 16517, 10706, 17233, 9908, 17403, 11912, 14158, 11773, 9869, 13421, 9709, 15233, 9954, 17234, 11578, 14394, 11377, 9668, 11503, 9769, 16408, 11224, 19784, 11940, 11344, 10212, 9816, 14452, 10288, 17232, 11430, 15295, 10146, 11160, 11404, 10184, 16068, 10411, 17118, 9847, 10100, 12335, 9839, 16711, 11340, 13816, 10196, 10326, 12249, 10169, 17081, 10556, 16811, 10038, 16267, 11466, 13293, 11884, 9637, 12282, 9621, 15052, 10230, 17479, 11844, 12002, 11389, 10111, 12951, 9830, 10001, 12148, 10056, 13678, 11159, 10220, 18097, 12599, 13862, 11594, 11828, 11958, 15650, 11566, 16946, 13079, 10721, 12377, 9939, 13442, 10151, 17031, 11079, 12979, 11747, 9524, 15925, 10043, 12091, 11088, 10009, 15677, 10843, 17455, 10107, 16433, 11315, 16179, 12545, 16818, 12272, 17831, 10337, 14791, 10140, 10290, 11649, 9591, 15874, 10074, 15715, 10616, 12339, 10972, 10015, 15962, 10736, 17289, 10577, 10160, 11869, 10008, 16032, 11818, 19952, 11103, 14372, 10565, 9986, 12449, 10151, 18094, 10885, 13326, 10437, 9601, 14434, 10294, 19789, 12535, 9775, 11389, 9774, 16372, 10915, 18453, 12214, 9861, 11395, 9703, 15562, 10196, 18263, 11563, 9757, 11489, 9570, 14326, 10023, 14504, 10587, 11373, 12152, 9693, 14503, 10128, 17108, 11489, 12149, 12318, 9723, 16213, 10291, 12894, 10884, 10117, 15856, 11380, 19167, 10375, 10741, 11475, 10146, 15953, 11543, 17718, 9841, 15750, 10370, 12564, 10816, 10044, 14670, 9850, 16229, 10013, 13833, 10903, 10441, 15632, 10001, 15780, 9675, 9822, 12753, 10315, 18634, 12240, 10896, 11461, 10189, 15951, 10769, 20155, 12496, 9992, 11721, 9860, 15561, 10599, 13185, 11313, 9972, 15280, 10125, 12859, 10387, 10527, 15923, 10925, 13800, 10306, 9966, 13977, 10479, 18138, 11861, 10576, 14077, 10169, 14368, 10222, 10650, 14616, 10080, 18876, 10082, 9980, 11535, 10268, 16720, 11119, 13411, 9856, 9638, 11456, 10164, 14987, 10778, 19432, 10939, 9514, 11077, 9822, 15987, 10750, 10301, 13468, 9861, 18401, 10958, 16485, 11139, 15887, 12567, 10130, 12663, 9900, 14867, 10332, 17162, 11678, 16280, 10153, 9880, 11802, 10176, 15617, 11015, 18331, 10087, 11099, 10847, 10193, 15102, 10625, 18548, 10526, 9441, 10588, 9682, 14271, 10189, 15317, 11751, 15731, 9650, 13774, 9726, 11740, 10632, 13521, 9798, 14561, 9604, 14710, 10426, 13640, 10637, 9931, 14135, 9745, 15793, 10540, 18309, 11613, 12555, 10991, 9710, 11645, 10393, 13587, 10257, 17684, 10006, 16625, 10022, 15534, 11092, 12403, 11295, 9890, 12898, 9709, 14519, 10275, 15867, 11311, 10033, 12135, 9757, 14669, 10293, 17286, 11404, 12254, 11897, 9633, 13636, 10017, 17189, 11452, 11308, 10730, 9401, 17545, 10382, 9575, 13200, 10344, 13133, 11456, 9498, 15284, 9947, 18308, 11705, 21189, 12716, 15401, 11098, 9159, 10768, 9722, 12588, 9891, 15858, 11255, 16355, 10254, 9524, 12263, 9818, 16550, 11650, 12610, 11704, 9496, 15052, 10296, 13472, 10785, 9754, 15321, 10019, 17708, 10460, 13882, 10852, 14290, 11938, 10053, 12296, 9703, 13135, 9628, 14729, 11096, 18233, 10228, 15445, 10670, 10397, 12409, 10057, 15771, 10271, 13577, 9937, 9404, 12723, 9719, 15743, 10107, 15226, 10815, 14561, 10678, 15236, 11071, 15964, 9435, 13295, 10042, 14677, 10591, 19488, 11817, 10665, 9899, 9472, 13975, 10117, 19581, 11897, 12652, 10464, 9584, 13616, 9637, 18288, 10120, 19547, 11319, 14624, 11244, 11614, 14175, 9503, 14950, 9911, 14366, 11122, 12198, 13063, 9505, 15316, 9914, 17440, 11457, 13591, 11384, 9440, 12605, 9718, 14884, 10604, 18136, 12241, 10267, 12403, 9235, 14900, 11016, 13087, 11911, 9965, 16333, 9835, 19593, 11889, 18246, 12159, 14459, 12426, 9520, 13487, 9682, 16424, 10634, 21136, 12501, 9967, 11201, 9080, 14411, 10091, 19081, 12144, 11078, 11219, 9250, 14037, 9952, 17174, 12006, 14649, 11528, 9083, 12937, 9580, 16187, 11253, 21463, 12202, 12259, 10539, 9772, 12951, 10047, 15547, 9541, 16753, 9750, 17236, 11354, 13875, 11666, 9425, 13152, 9335, 14808, 10904, 12301, 11514, 9197, 19449, 12047, 14272, 15537, 10155, 17402, 10539, 9304, 13783, 9555, 17527, 11309, 23020, 13578, 10797, 12198, 9537, 15685, 10554, 17524, 11613, 9746, 13178, 9374, 15863, 11613, 13048, 12185, 9456, 15875, 9845, 15137, 10828, 11019, 12566, 9459, 16259, 10874, 13862, 10555, 9342, 14000, 9931, 17265, 11911, 14598, 11766, 9527, 14275, 9788, 20069, 11334, 14139, 11924, 9422, 14438, 9773, 16932, 11748, 12098, 13534, 9590, 19905, 10030, 14204, 10851, 10229, 13841, 9968, 18069, 10027, 13878, 10914, 9540, 15209, 10541, 19662, 10813, 9225, 12365, 9700, 16066, 10886, 16348, 11724, 9671, 13555, 9616, 15634, 10383, 18932, 11623, 10809, 12771, 9436, 15791, 10108, 13773, 11549, 10235, 16209, 9998, 14810, 9927, 10246, 14101, 10399, 21069, 11460, 14318, 10565, 10037, 14003, 10262, 20110, 12060, 11247, 10486, 9873, 14413, 10247, 18822, 11736, 9648, 11773], 'WindowCenter': [4650.0, 4680.0, 4608.0, 4655.0, 4616.0, 4654.0, 4623.0, 4604.0, 4611.0, 4581.0, 4630.0, 4591.0, 4653.0, 4610.0, 4608.0, 4631.0, 4591.0, 4651.0, 4601.0, 4609.0, 4599.0, 4590.0, 4639.0, 4599.0, 4651.0, 4589.0, 4607.0, 4586.0, 4578.0, 4617.0, 4589.0, 4649.0, 4591.0, 4609.0, 4588.0, 4578.0, 4630.0, 4589.0, 4660.0, 4610.0, 4589.0, 4597.0, 4579.0, 4628.0, 4600.0, 4663.0, 4610.0, 4588.0, 4588.0, 4578.0, 4626.0, 4589.0, 4640.0, 4591.0, 4628.0, 4598.0, 4598.0, 4598.0, 4589.0, 4641.0, 4589.0, 4639.0, 4589.0, 4609.0, 4597.0, 4587.0, 4630.0, 4589.0, 4650.0, 4589.0, 4606.0, 4596.0, 4589.0, 4640.0, 4589.0, 4630.0, 4599.0, 4578.0, 4618.0, 4588.0, 4651.0, 4600.0, 4607.0, 4588.0, 4587.0, 4620.0, 4589.0, 4651.0, 4610.0, 4590.0, 4599.0, 4591.0, 4639.0, 4599.0, 4661.0, 4621.0, 4599.0, 4588.0, 4579.0, 4628.0, 4588.0, 4651.0, 4608.0, 4609.0, 4577.0, 4578.0, 4597.0, 4578.0, 4616.0, 4590.0, 4637.0, 4578.0, 4637.0, 4588.0, 4607.0, 4597.0, 4589.0, 4637.0, 4591.0, 4628.0, 4599.0, 4586.0, 4608.0, 4579.0, 4641.0, 4590.0, 4619.0, 4598.0, 4589.0, 4641.0, 4600.0, 4662.0, 4611.0, 4620.0, 4598.0, 4577.0, 4606.0, 4588.0, 4652.0, 4589.0, 4638.0, 4589.0, 4607.0, 4598.0, 4588.0, 4640.0, 4591.0, 4640.0, 4590.0, 4600.0, 4608.0, 4590.0, 4641.0, 4612.0, 4638.0, 4589.0, 4636.0, 4599.0, 4636.0, 4606.0, 4586.0, 4585.0, 4578.0, 4597.0, 4576.0, 4624.0, 4587.0, 4648.0, 4589.0, 4608.0, 4588.0, 4600.0, 4618.0, 4589.0, 4652.0, 4601.0, 4622.0, 4601.0, 4589.0, 4619.0, 4589.0, 4654.0, 4600.0, 4649.0, 4592.0, 4649.0, 4609.0, 4616.0, 4599.0, 4581.0, 4607.0, 4578.0, 4627.0, 4576.0, 4637.0, 4598.0, 4630.0, 4598.0, 4576.0, 4596.0, 4578.0, 4626.0, 4587.0, 4649.0, 4598.0, 4598.0, 4588.0, 4577.0, 4616.0, 4577.0, 4639.0, 4598.0, 4627.0, 4588.0, 4595.0, 4596.0, 4577.0, 4641.0, 4589.0, 4639.0, 4590.0, 4587.0, 4608.0, 4579.0, 4651.0, 4601.0, 4619.0, 4588.0, 4590.0, 4609.0, 4591.0, 4652.0, 4592.0, 4639.0, 4589.0, 4638.0, 4599.0, 4616.0, 4611.0, 4579.0, 4608.0, 4591.0, 4630.0, 4589.0, 4650.0, 4611.0, 4611.0, 4599.0, 4592.0, 4610.0, 4591.0, 4589.0, 4611.0, 4592.0, 4634.0, 4616.0, 4602.0, 4664.0, 4624.0, 4632.0, 4612.0, 4610.0, 4600.0, 4629.0, 4599.0, 4639.0, 4610.0, 4587.0, 4597.0, 4577.0, 4608.0, 4576.0, 4626.0, 4588.0, 4620.0, 4598.0, 4580.0, 4636.0, 4589.0, 4611.0, 4603.0, 4603.0, 4642.0, 4614.0, 4651.0, 4591.0, 4629.0, 4599.0, 4628.0, 4611.0, 4626.0, 4601.0, 4637.0, 4577.0, 4616.0, 4575.0, 4575.0, 4584.0, 4578.0, 4639.0, 4588.0, 4629.0, 4600.0, 4609.0, 4602.0, 4591.0, 4641.0, 4603.0, 4640.0, 4590.0, 4590.0, 4598.0, 4590.0, 4631.0, 4611.0, 4661.0, 4599.0, 4617.0, 4588.0, 4577.0, 4609.0, 4590.0, 4653.0, 4589.0, 4607.0, 4589.0, 4578.0, 4618.0, 4589.0, 4661.0, 4611.0, 4577.0, 4599.0, 4579.0, 4627.0, 4588.0, 4649.0, 4601.0, 4576.0, 4599.0, 4580.0, 4627.0, 4589.0, 4636.0, 4586.0, 4578.0, 4587.0, 4578.0, 4619.0, 4591.0, 4630.0, 4590.0, 4600.0, 4621.0, 4591.0, 4630.0, 4593.0, 4649.0, 4610.0, 4610.0, 4612.0, 4593.0, 4641.0, 4594.0, 4620.0, 4601.0, 4589.0, 4641.0, 4612.0, 4651.0, 4591.0, 4600.0, 4600.0, 4590.0, 4628.0, 4612.0, 4640.0, 4591.0, 4630.0, 4589.0, 4609.0, 4588.0, 4591.0, 4629.0, 4590.0, 4638.0, 4589.0, 4617.0, 4588.0, 4588.0, 4642.0, 4578.0, 4627.0, 4579.0, 4578.0, 4608.0, 4587.0, 4650.0, 4623.0, 4600.0, 4599.0, 4590.0, 4639.0, 4601.0, 4648.0, 4612.0, 4579.0, 4597.0, 4576.0, 4627.0, 4589.0, 4608.0, 4601.0, 4581.0, 4628.0, 4589.0, 4608.0, 4588.0, 4588.0, 4628.0, 4601.0, 4619.0, 4578.0, 4578.0, 4617.0, 4589.0, 4638.0, 4598.0, 4587.0, 4617.0, 4576.0, 4617.0, 4587.0, 4586.0, 4616.0, 4577.0, 4637.0, 4576.0, 4574.0, 4596.0, 4576.0, 4627.0, 4598.0, 4606.0, 4578.0, 4577.0, 4585.0, 4577.0, 4616.0, 4586.0, 4659.0, 4589.0, 4578.0, 4598.0, 4589.0, 4639.0, 4599.0, 4591.0, 4622.0, 4592.0, 4651.0, 4602.0, 4640.0, 4600.0, 4630.0, 4612.0, 4579.0, 4608.0, 4578.0, 4616.0, 4588.0, 4635.0, 4601.0, 4628.0, 4576.0, 4577.0, 4596.0, 4589.0, 4626.0, 4600.0, 4638.0, 4579.0, 4587.0, 4586.0, 4588.0, 4629.0, 4587.0, 4649.0, 4590.0, 4579.0, 4590.0, 4580.0, 4632.0, 4603.0, 4630.0, 4612.0, 4631.0, 4580.0, 4619.0, 4577.0, 4598.0, 4576.0, 4606.0, 4578.0, 4619.0, 4578.0, 4619.0, 4589.0, 4619.0, 4601.0, 4592.0, 4629.0, 4581.0, 4629.0, 4601.0, 4652.0, 4602.0, 4610.0, 4589.0, 4577.0, 4599.0, 4577.0, 4606.0, 4576.0, 4642.0, 4578.0, 4626.0, 4576.0, 4614.0, 4586.0, 4594.0, 4588.0, 4578.0, 4606.0, 4579.0, 4617.0, 4576.0, 4627.0, 4589.0, 4591.0, 4607.0, 4579.0, 4618.0, 4590.0, 4639.0, 4598.0, 4610.0, 4598.0, 4579.0, 4617.0, 4578.0, 4638.0, 4600.0, 4602.0, 4602.0, 4581.0, 4639.0, 4588.0, 4580.0, 4622.0, 4590.0, 4610.0, 4611.0, 4581.0, 4628.0, 4591.0, 4650.0, 4601.0, 4658.0, 4611.0, 4630.0, 4601.0, 4568.0, 4588.0, 4577.0, 4598.0, 4577.0, 4627.0, 4601.0, 4627.0, 4578.0, 4577.0, 4598.0, 4579.0, 4628.0, 4599.0, 4611.0, 4597.0, 4579.0, 4628.0, 4589.0, 4619.0, 4588.0, 4579.0, 4631.0, 4579.0, 4649.0, 4589.0, 4618.0, 4602.0, 4619.0, 4610.0, 4581.0, 4599.0, 4579.0, 4606.0, 4577.0, 4617.0, 4588.0, 4639.0, 4578.0, 4628.0, 4588.0, 4588.0, 4608.0, 4579.0, 4641.0, 4589.0, 4620.0, 4588.0, 4577.0, 4609.0, 4581.0, 4643.0, 4593.0, 4641.0, 4603.0, 4630.0, 4591.0, 4630.0, 4602.0, 4629.0, 4569.0, 4607.0, 4577.0, 4616.0, 4587.0, 4651.0, 4599.0, 4588.0, 4579.0, 4579.0, 4619.0, 4591.0, 4663.0, 4611.0, 4619.0, 4601.0, 4580.0, 4619.0, 4592.0, 4652.0, 4591.0, 4649.0, 4599.0, 4617.0, 4588.0, 4600.0, 4620.0, 4578.0, 4617.0, 4578.0, 4615.0, 4586.0, 4599.0, 4610.0, 4577.0, 4616.0, 4576.0, 4625.0, 4585.0, 4607.0, 4587.0, 4577.0, 4596.0, 4577.0, 4615.0, 4587.0, 4636.0, 4608.0, 4590.0, 4610.0, 4579.0, 4626.0, 4599.0, 4619.0, 4599.0, 4592.0, 4641.0, 4590.0, 4647.0, 4598.0, 4637.0, 4599.0, 4618.0, 4609.0, 4566.0, 4606.0, 4566.0, 4624.0, 4576.0, 4646.0, 4608.0, 4577.0, 4586.0, 4568.0, 4617.0, 4588.0, 4648.0, 4624.0, 4598.0, 4599.0, 4580.0, 4620.0, 4589.0, 4639.0, 4611.0, 4633.0, 4600.0, 4570.0, 4618.0, 4578.0, 4638.0, 4599.0, 4671.0, 4611.0, 4607.0, 4589.0, 4579.0, 4608.0, 4576.0, 4640.0, 4581.0, 4638.0, 4580.0, 4637.0, 4598.0, 4617.0, 4612.0, 4579.0, 4619.0, 4581.0, 4629.0, 4602.0, 4611.0, 4610.0, 4581.0, 4662.0, 4622.0, 4632.0, 4631.0, 4592.0, 4639.0, 4588.0, 4578.0, 4617.0, 4577.0, 4639.0, 4601.0, 4658.0, 4607.0, 4587.0, 4596.0, 4567.0, 4614.0, 4575.0, 4625.0, 4600.0, 4579.0, 4606.0, 4579.0, 4628.0, 4598.0, 4607.0, 4596.0, 4578.0, 4640.0, 4591.0, 4630.0, 4589.0, 4589.0, 4606.0, 4579.0, 4640.0, 4599.0, 4620.0, 4589.0, 4579.0, 4619.0, 4579.0, 4639.0, 4600.0, 4631.0, 4598.0, 4580.0, 4616.0, 4577.0, 4647.0, 4597.0, 4619.0, 4610.0, 4579.0, 4618.0, 4589.0, 4638.0, 4599.0, 4609.0, 4621.0, 4580.0, 4649.0, 4588.0, 4618.0, 4587.0, 4589.0, 4616.0, 4590.0, 4649.0, 4589.0, 4619.0, 4588.0, 4577.0, 4629.0, 4588.0, 4648.0, 4589.0, 4577.0, 4607.0, 4580.0, 4639.0, 4599.0, 4640.0, 4611.0, 4579.0, 4607.0, 4578.0, 4627.0, 4588.0, 4647.0, 4599.0, 4599.0, 4608.0, 4576.0, 4628.0, 4587.0, 4618.0, 4597.0, 4589.0, 4638.0, 4579.0, 4618.0, 4588.0, 4587.0, 4618.0, 4587.0, 4672.0, 4598.0, 4618.0, 4587.0, 4577.0, 4617.0, 4577.0, 4647.0, 4608.0, 4586.0, 4586.0, 4588.0, 4615.0, 4586.0, 4647.0, 4610.0, 4580.0, 4598.0], 'WindowWidth': [10191.0, 10218.0, 10114.0, 10168.0, 10119.0, 10163.0, 10119.0, 10094.0, 10098.0, 10059.0, 10124.0, 10073.0, 10160.0, 10097.0, 10093.0, 10129.0, 10073.0, 10156.0, 10086.0, 10094.0, 10082.0, 10070.0, 10135.0, 10080.0, 10162.0, 10066.0, 10086.0, 10058.0, 10050.0, 10101.0, 10067.0, 10153.0, 10070.0, 10092.0, 10064.0, 10049.0, 10121.0, 10066.0, 10169.0, 10097.0, 10066.0, 10075.0, 10051.0, 10120.0, 10082.0, 10175.0, 10095.0, 10064.0, 10064.0, 10049.0, 10113.0, 10066.0, 10141.0, 10073.0, 10119.0, 10078.0, 10078.0, 10077.0, 10065.0, 10143.0, 10067.0, 10139.0, 10067.0, 10092.0, 10075.0, 10061.0, 10125.0, 10068.0, 10152.0, 10067.0, 10086.0, 10073.0, 10066.0, 10141.0, 10070.0, 10124.0, 10081.0, 10051.0, 10104.0, 10065.0, 10158.0, 10084.0, 10090.0, 10064.0, 10062.0, 10110.0, 10067.0, 10157.0, 10099.0, 10070.0, 10082.0, 10073.0, 10139.0, 10082.0, 10173.0, 10114.0, 10079.0, 10063.0, 10051.0, 10117.0, 10064.0, 10156.0, 10093.0, 10091.0, 10048.0, 10049.0, 10074.0, 10049.0, 10100.0, 10069.0, 10133.0, 10052.0, 10130.0, 10065.0, 10090.0, 10077.0, 10067.0, 10134.0, 10074.0, 10121.0, 10080.0, 10060.0, 10091.0, 10055.0, 10141.0, 10073.0, 10111.0, 10081.0, 10067.0, 10142.0, 10086.0, 10179.0, 10100.0, 10111.0, 10079.0, 10047.0, 10087.0, 10063.0, 10161.0, 10068.0, 10136.0, 10069.0, 10089.0, 10078.0, 10063.0, 10143.0, 10074.0, 10140.0, 10073.0, 10085.0, 10094.0, 10070.0, 10142.0, 10103.0, 10140.0, 10069.0, 10132.0, 10080.0, 10129.0, 10089.0, 10061.0, 10057.0, 10051.0, 10073.0, 10046.0, 10110.0, 10062.0, 10149.0, 10069.0, 10092.0, 10067.0, 10084.0, 10107.0, 10068.0, 10161.0, 10087.0, 10116.0, 10087.0, 10068.0, 10109.0, 10066.0, 10164.0, 10085.0, 10153.0, 10075.0, 10151.0, 10096.0, 10102.0, 10082.0, 10057.0, 10091.0, 10050.0, 10115.0, 10046.0, 10130.0, 10078.0, 10124.0, 10077.0, 10047.0, 10074.0, 10050.0, 10115.0, 10061.0, 10153.0, 10080.0, 10077.0, 10064.0, 10048.0, 10099.0, 10046.0, 10138.0, 10079.0, 10118.0, 10065.0, 10071.0, 10073.0, 10047.0, 10141.0, 10068.0, 10136.0, 10070.0, 10064.0, 10092.0, 10053.0, 10158.0, 10088.0, 10110.0, 10067.0, 10068.0, 10095.0, 10071.0, 10161.0, 10073.0, 10137.0, 10069.0, 10133.0, 10082.0, 10102.0, 10102.0, 10053.0, 10092.0, 10074.0, 10124.0, 10066.0, 10152.0, 10101.0, 10100.0, 10083.0, 10074.0, 10097.0, 10073.0, 10070.0, 10100.0, 10077.0, 10136.0, 10115.0, 10089.0, 10179.0, 10124.0, 10131.0, 10103.0, 10095.0, 10084.0, 10119.0, 10080.0, 10133.0, 10096.0, 10062.0, 10075.0, 10047.0, 10089.0, 10044.0, 10112.0, 10062.0, 10111.0, 10077.0, 10055.0, 10129.0, 10070.0, 10098.0, 10091.0, 10094.0, 10145.0, 10109.0, 10159.0, 10072.0, 10122.0, 10081.0, 10121.0, 10097.0, 10115.0, 10085.0, 10132.0, 10046.0, 10098.0, 10042.0, 10041.0, 10055.0, 10049.0, 10136.0, 10066.0, 10123.0, 10084.0, 10094.0, 10086.0, 10073.0, 10141.0, 10094.0, 10138.0, 10069.0, 10069.0, 10079.0, 10071.0, 10125.0, 10099.0, 10175.0, 10080.0, 10103.0, 10062.0, 10047.0, 10093.0, 10069.0, 10164.0, 10068.0, 10088.0, 10066.0, 10051.0, 10106.0, 10066.0, 10171.0, 10098.0, 10047.0, 10077.0, 10052.0, 10116.0, 10064.0, 10149.0, 10085.0, 10045.0, 10080.0, 10056.0, 10115.0, 10065.0, 10127.0, 10059.0, 10049.0, 10060.0, 10051.0, 10105.0, 10070.0, 10124.0, 10069.0, 10084.0, 10116.0, 10073.0, 10124.0, 10078.0, 10150.0, 10098.0, 10096.0, 10105.0, 10077.0, 10143.0, 10080.0, 10110.0, 10086.0, 10069.0, 10141.0, 10106.0, 10158.0, 10072.0, 10084.0, 10082.0, 10069.0, 10120.0, 10104.0, 10143.0, 10072.0, 10123.0, 10067.0, 10092.0, 10064.0, 10073.0, 10123.0, 10069.0, 10133.0, 10067.0, 10102.0, 10063.0, 10063.0, 10143.0, 10052.0, 10115.0, 10054.0, 10049.0, 10091.0, 10064.0, 10154.0, 10122.0, 10082.0, 10080.0, 10069.0, 10136.0, 10086.0, 10150.0, 10101.0, 10052.0, 10075.0, 10048.0, 10115.0, 10067.0, 10091.0, 10086.0, 10058.0, 10120.0, 10067.0, 10093.0, 10065.0, 10064.0, 10119.0, 10088.0, 10107.0, 10050.0, 10049.0, 10102.0, 10067.0, 10132.0, 10076.0, 10063.0, 10101.0, 10046.0, 10101.0, 10062.0, 10058.0, 10100.0, 10048.0, 10130.0, 10046.0, 10041.0, 10073.0, 10045.0, 10116.0, 10078.0, 10086.0, 10048.0, 10046.0, 10057.0, 10047.0, 10101.0, 10059.0, 10165.0, 10066.0, 10052.0, 10077.0, 10066.0, 10135.0, 10081.0, 10074.0, 10117.0, 10075.0, 10157.0, 10089.0, 10137.0, 10084.0, 10123.0, 10104.0, 10051.0, 10090.0, 10049.0, 10100.0, 10063.0, 10128.0, 10084.0, 10116.0, 10046.0, 10046.0, 10070.0, 10068.0, 10114.0, 10085.0, 10133.0, 10051.0, 10061.0, 10059.0, 10063.0, 10122.0, 10064.0, 10151.0, 10071.0, 10054.0, 10069.0, 10056.0, 10130.0, 10093.0, 10126.0, 10102.0, 10129.0, 10054.0, 10107.0, 10047.0, 10075.0, 10041.0, 10085.0, 10050.0, 10105.0, 10051.0, 10107.0, 10068.0, 10106.0, 10087.0, 10076.0, 10123.0, 10060.0, 10122.0, 10086.0, 10157.0, 10091.0, 10096.0, 10068.0, 10050.0, 10079.0, 10047.0, 10085.0, 10046.0, 10147.0, 10048.0, 10115.0, 10045.0, 10093.0, 10058.0, 10065.0, 10063.0, 10049.0, 10086.0, 10052.0, 10099.0, 10045.0, 10114.0, 10067.0, 10071.0, 10088.0, 10053.0, 10105.0, 10068.0, 10134.0, 10078.0, 10096.0, 10078.0, 10052.0, 10101.0, 10049.0, 10132.0, 10085.0, 10088.0, 10086.0, 10060.0, 10136.0, 10065.0, 10055.0, 10116.0, 10072.0, 10094.0, 10101.0, 10059.0, 10121.0, 10073.0, 10153.0, 10085.0, 10165.0, 10098.0, 10123.0, 10084.0, 10034.0, 10064.0, 10047.0, 10076.0, 10047.0, 10115.0, 10087.0, 10115.0, 10051.0, 10047.0, 10075.0, 10051.0, 10117.0, 10081.0, 10098.0, 10075.0, 10054.0, 10118.0, 10068.0, 10106.0, 10064.0, 10053.0, 10127.0, 10053.0, 10150.0, 10069.0, 10104.0, 10087.0, 10106.0, 10099.0, 10055.0, 10079.0, 10053.0, 10087.0, 10047.0, 10101.0, 10062.0, 10137.0, 10051.0, 10117.0, 10063.0, 10062.0, 10091.0, 10053.0, 10143.0, 10070.0, 10109.0, 10066.0, 10049.0, 10094.0, 10060.0, 10150.0, 10079.0, 10143.0, 10090.0, 10126.0, 10072.0, 10124.0, 10088.0, 10122.0, 10039.0, 10088.0, 10046.0, 10098.0, 10060.0, 10153.0, 10079.0, 10063.0, 10052.0, 10053.0, 10108.0, 10073.0, 10174.0, 10101.0, 10110.0, 10085.0, 10055.0, 10109.0, 10074.0, 10163.0, 10072.0, 10151.0, 10079.0, 10101.0, 10063.0, 10079.0, 10110.0, 10049.0, 10102.0, 10050.0, 10097.0, 10059.0, 10079.0, 10095.0, 10046.0, 10098.0, 10044.0, 10111.0, 10058.0, 10088.0, 10061.0, 10046.0, 10072.0, 10047.0, 10098.0, 10061.0, 10126.0, 10091.0, 10071.0, 10098.0, 10056.0, 10115.0, 10082.0, 10109.0, 10081.0, 10075.0, 10141.0, 10069.0, 10146.0, 10079.0, 10130.0, 10080.0, 10104.0, 10093.0, 10030.0, 10084.0, 10030.0, 10107.0, 10043.0, 10141.0, 10091.0, 10045.0, 10058.0, 10036.0, 10101.0, 10064.0, 10145.0, 10123.0, 10080.0, 10081.0, 10057.0, 10109.0, 10067.0, 10135.0, 10101.0, 10130.0, 10084.0, 10044.0, 10107.0, 10054.0, 10134.0, 10080.0, 10187.0, 10100.0, 10090.0, 10067.0, 10053.0, 10091.0, 10046.0, 10142.0, 10059.0, 10135.0, 10057.0, 10132.0, 10079.0, 10101.0, 10103.0, 10055.0, 10107.0, 10059.0, 10124.0, 10090.0, 10102.0, 10097.0, 10060.0, 10172.0, 10118.0, 10130.0, 10128.0, 10075.0, 10136.0, 10065.0, 10051.0, 10101.0, 10048.0, 10136.0, 10084.0, 10165.0, 10088.0, 10057.0, 10070.0, 10030.0, 10092.0, 10041.0, 10108.0, 10085.0, 10050.0, 10086.0, 10053.0, 10118.0, 10077.0, 10088.0, 10072.0, 10051.0, 10138.0, 10074.0, 10126.0, 10067.0, 10065.0, 10087.0, 10053.0, 10138.0, 10083.0, 10107.0, 10066.0, 10053.0, 10105.0, 10054.0, 10138.0, 10083.0, 10127.0, 10079.0, 10054.0, 10100.0, 10048.0, 10144.0, 10076.0, 10107.0, 10097.0, 10054.0, 10106.0, 10069.0, 10133.0, 10080.0, 10092.0, 10113.0, 10055.0, 10152.0, 10066.0, 10103.0, 10061.0, 10064.0, 10099.0, 10071.0, 10151.0, 10067.0, 10105.0, 10064.0, 10051.0, 10121.0, 10065.0, 10149.0, 10067.0, 10050.0, 10090.0, 10057.0, 10137.0, 10083.0, 10136.0, 10100.0, 10053.0, 10089.0, 10053.0, 10118.0, 10065.0, 10146.0, 10081.0, 10082.0, 10091.0, 10048.0, 10116.0, 10062.0, 10102.0, 10074.0, 10066.0, 10135.0, 10053.0, 10105.0, 10066.0, 10063.0, 10104.0, 10063.0, 10190.0, 10079.0, 10105.0, 10063.0, 10049.0, 10102.0, 10047.0, 10146.0, 10093.0, 10059.0, 10060.0, 10065.0, 10097.0, 10060.0, 10145.0, 10100.0, 10055.0, 10078.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.000489240506329114</td></tr>
<tr><td colspan=3>aqi</td><td>0.01862758745684695</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.191126300426205</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2765562815207394</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0038640634562226</td></tr>
<tr><td colspan=3>efc</td><td>0.5219</td></tr>
<tr><td colspan=3>fber</td><td>3256.8142</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09429657465130482</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>40</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.602991944764097</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.309503368092708</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.214413674476991</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5180223945111226</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.196074035290011</td></tr>
<tr><td colspan=3>gcor</td><td>0.00409131</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0146230673417449</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03536470979452133</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.197955054299799</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>15.3916</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.8026</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>252.2781</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289420.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>1230.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>448.2402</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1731</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>566.6603</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3759.4231</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3907.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87124.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1557.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4884.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>930.6859</td></tr>
<tr><td colspan=3>tsnr</td><td>43.195983370766044</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>