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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0051_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-06_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-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0051/figures/sub-0051_ses-04_task-social_acq-mb8_run-06_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-0051/ses-04/func/sub-0051_ses-04_task-social_acq-mb8_run-06_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>f80eb2985888404bcfd3f72e19d4a633</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>15:16:50.247500</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.993868, 0.0952599, -0.0561443, -0.0796156, 0.968852, 0.234492]</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-06_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.101022</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4109, -7783, -7275, 604, -79, -84, -21, 123]</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>251.595</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>25d3804e-ccb6-4296-8a6e-a2a56e46dbce||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.6664748191833496, -0.21360273659229279, -0.20717976987361908, 127.92860412597656], [-0.2555753290653229, 2.5993597507476807, 0.6171783208847046, -90.31717681884766], [-0.15063102543354034, -0.6291261315345764, 2.6203372478485107, -30.43635368347168], [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': ['151650.247500', '151650.707500', '151651.167500', '151651.627500', '151652.087500', '151652.547500', '151653.007500', '151653.467500', '151653.927500', '151654.387500', '151654.847500', '151655.307500', '151655.767500', '151656.227500', '151656.687500', '151657.147500', '151657.607500', '151658.067500', '151658.527500', '151658.987500', '151659.447500', '151659.907500', '151700.367500', '151700.827500', '151701.287500', '151701.747500', '151702.207500', '151702.667500', '151703.127500', '151703.587500', '151704.047500', '151704.507500', '151704.967500', '151705.427500', '151705.887500', '151706.347500', '151706.807500', '151707.267500', '151707.727500', '151708.187500', '151708.647500', '151709.107500', '151709.567500', '151710.027500', '151710.487500', '151710.947500', '151711.407500', '151711.867500', '151712.327500', '151712.787500', '151713.247500', '151713.707500', '151714.167500', '151714.627500', '151715.087500', '151715.547500', '151716.007500', '151716.467500', '151716.927500', '151717.387500', '151717.847500', '151718.307500', '151718.767500', '151719.227500', '151719.687500', '151720.147500', '151720.607500', '151721.067500', '151721.527500', '151721.987500', '151722.447500', '151722.907500', '151723.367500', '151723.827500', '151724.287500', '151724.747500', '151725.207500', '151725.667500', '151726.127500', '151726.587500', '151727.047500', '151727.507500', '151727.967500', '151728.427500', '151728.887500', '151729.347500', '151729.807500', '151730.267500', '151730.727500', '151731.187500', '151731.647500', '151732.107500', '151732.567500', '151733.027500', '151733.487500', '151733.947500', '151734.407500', '151734.867500', '151735.327500', '151735.787500', '151736.247500', '151736.707500', '151737.167500', '151737.627500', '151738.087500', '151738.547500', '151739.007500', '151739.467500', '151739.927500', '151740.387500', '151740.847500', '151741.307500', '151741.767500', '151742.227500', '151742.687500', '151743.147500', '151743.607500', '151744.067500', '151744.527500', '151744.987500', '151745.447500', '151745.907500', '151746.367500', '151746.827500', '151747.287500', '151747.747500', '151748.207500', '151748.667500', '151749.127500', '151749.587500', '151750.047500', '151750.507500', '151750.967500', '151751.427500', '151751.887500', '151752.347500', '151752.807500', '151753.267500', '151753.727500', '151754.187500', '151754.647500', '151755.107500', '151755.567500', '151756.027500', '151756.487500', '151756.947500', '151757.407500', '151757.867500', '151758.327500', '151758.787500', '151759.247500', '151759.707500', '151800.167500', '151800.627500', '151801.087500', '151801.547500', '151802.007500', '151802.467500', '151802.927500', '151803.387500', '151803.847500', '151804.307500', '151804.767500', '151805.227500', '151805.687500', '151806.147500', '151806.607500', '151807.067500', '151807.527500', '151807.987500', '151808.447500', '151808.907500', '151809.367500', '151809.827500', '151810.287500', '151810.747500', '151811.207500', '151811.667500', '151812.127500', '151812.587500', '151813.047500', '151813.507500', '151813.967500', '151814.427500', '151814.887500', '151815.347500', '151815.807500', '151816.267500', '151816.727500', '151817.187500', '151817.647500', '151818.107500', '151818.567500', '151819.027500', '151819.487500', '151819.947500', '151820.407500', '151820.867500', '151821.327500', '151821.787500', '151822.247500', '151822.707500', '151823.167500', '151823.627500', '151824.087500', '151824.547500', '151825.007500', '151825.467500', '151825.927500', '151826.387500', '151826.847500', '151827.307500', '151827.767500', '151828.227500', '151828.687500', '151829.147500', '151829.607500', '151830.067500', '151830.527500', '151830.987500', '151831.447500', '151831.907500', '151832.367500', '151832.827500', '151833.287500', '151833.747500', '151834.207500', '151834.667500', '151835.127500', '151835.587500', '151836.047500', '151836.507500', '151836.967500', '151837.427500', '151837.887500', '151838.347500', '151838.807500', '151839.267500', '151839.727500', '151840.187500', '151840.647500', '151841.107500', '151841.567500', '151842.027500', '151842.487500', '151842.947500', '151843.407500', '151843.867500', '151844.327500', '151844.787500', '151845.247500', '151845.707500', '151846.167500', '151846.627500', '151847.087500', '151847.547500', '151848.007500', '151848.467500', '151848.927500', '151849.387500', '151849.847500', '151850.307500', '151850.767500', '151851.227500', '151851.687500', '151852.147500', '151852.607500', '151853.067500', '151853.527500', '151853.987500', '151854.447500', '151854.907500', '151855.367500', '151855.827500', '151856.287500', '151856.747500', '151857.207500', '151857.667500', '151858.127500', '151858.587500', '151859.047500', '151859.507500', '151859.967500', '151900.427500', '151900.887500', '151901.347500', '151901.807500', '151902.267500', '151902.727500', '151903.187500', '151903.647500', '151904.107500', '151904.567500', '151905.027500', '151905.487500', '151905.947500', '151906.407500', '151906.867500', '151907.327500', '151907.787500', '151908.247500', '151908.707500', '151909.167500', '151909.627500', '151910.087500', '151910.547500', '151911.007500', '151911.467500', '151911.927500', '151912.387500', '151912.847500', '151913.307500', '151913.767500', '151914.227500', '151914.687500', '151915.147500', '151915.607500', '151916.067500', '151916.527500', '151916.987500', '151917.447500', '151917.907500', '151918.367500', '151918.827500', '151919.287500', '151919.747500', '151920.207500', '151920.667500', '151921.127500', '151921.587500', '151922.047500', '151922.507500', '151922.967500', '151923.427500', '151923.887500', '151924.347500', '151924.807500', '151925.267500', '151925.727500', '151926.187500', '151926.647500', '151927.107500', '151927.567500', '151928.027500', '151928.487500', '151928.947500', '151929.407500', '151929.867500', '151930.327500', '151930.787500', '151931.247500', '151931.707500', '151932.167500', '151932.627500', '151933.087500', '151933.547500', '151934.007500', '151934.467500', '151934.927500', '151935.387500', '151935.847500', '151936.307500', '151936.767500', '151937.227500', '151937.687500', '151938.147500', '151938.607500', '151939.067500', '151939.527500', '151939.987500', '151940.447500', '151940.907500', '151941.367500', '151941.827500', '151942.287500', '151942.747500', '151943.207500', '151943.667500', '151944.127500', '151944.587500', '151945.047500', '151945.507500', '151945.967500', '151946.427500', '151946.887500', '151947.347500', '151947.807500', '151948.267500', '151948.727500', '151949.187500', '151949.647500', '151950.107500', '151950.567500', '151951.027500', '151951.487500', '151951.947500', '151952.407500', '151952.867500', '151953.327500', '151953.787500', '151954.247500', '151954.707500', '151955.167500', '151955.627500', '151956.087500', '151956.547500', '151957.007500', '151957.467500', '151957.927500', '151958.387500', '151958.847500', '151959.307500', '151959.767500', '152000.227500', '152000.687500', '152001.147500', '152001.607500', '152002.067500', '152002.527500', '152002.987500', '152003.447500', '152003.907500', '152004.367500', '152004.827500', '152005.287500', '152005.747500', '152006.207500', '152006.667500', '152007.127500', '152007.587500', '152008.047500', '152008.507500', '152008.967500', '152009.427500', '152009.887500', '152010.347500', '152010.807500', '152011.267500', '152011.727500', '152012.187500', '152012.647500', '152013.107500', '152013.567500', '152014.027500', '152014.487500', '152014.947500', '152015.407500', '152015.867500', '152016.327500', '152016.787500', '152017.247500', '152017.707500', '152018.167500', '152018.627500', '152019.087500', '152019.547500', '152020.007500', '152020.467500', '152020.927500', '152021.387500', '152021.847500', '152022.307500', '152022.767500', '152023.227500', '152023.687500', '152024.147500', '152024.607500', '152025.067500', '152025.527500', '152025.987500', '152026.447500', '152026.907500', '152027.367500', '152027.827500', '152028.287500', '152028.747500', '152029.207500', '152029.667500', '152030.127500', '152030.587500', '152031.047500', '152031.507500', '152031.967500', '152032.427500', '152032.887500', '152033.347500', '152033.807500', '152034.267500', '152034.727500', '152035.187500', '152035.647500', '152036.107500', '152036.567500', '152037.027500', '152037.487500', '152037.947500', '152038.407500', '152038.867500', '152039.327500', '152039.787500', '152040.247500', '152040.707500', '152041.167500', '152041.627500', '152042.087500', '152042.547500', '152043.007500', '152043.467500', '152043.927500', '152044.387500', '152044.847500', '152045.307500', '152045.767500', '152046.227500', '152046.687500', '152047.147500', '152047.607500', '152048.067500', '152048.527500', '152048.987500', '152049.447500', '152049.907500', '152050.367500', '152050.827500', '152051.287500', '152051.747500', '152052.207500', '152052.667500', '152053.127500', '152053.587500', '152054.047500', '152054.507500', '152054.967500', '152055.427500', '152055.887500', '152056.347500', '152056.807500', '152057.267500', '152057.727500', '152058.187500', '152058.647500', '152059.107500', '152059.567500', '152100.027500', '152100.487500', '152100.947500', '152101.407500', '152101.867500', '152102.327500', '152102.787500', '152103.247500', '152103.707500', '152104.167500', '152104.627500', '152105.087500', '152105.547500', '152106.007500', '152106.467500', '152106.927500', '152107.387500', '152107.847500', '152108.307500', '152108.767500', '152109.227500', '152109.687500', '152110.147500', '152110.607500', '152111.067500', '152111.527500', '152111.987500', '152112.447500', '152112.907500', '152113.367500', '152113.827500', '152114.287500', '152114.747500', '152115.207500', '152115.667500', '152116.127500', '152116.587500', '152117.047500', '152117.507500', '152117.967500', '152118.427500', '152118.887500', '152119.347500', '152119.807500', '152120.267500', '152120.727500', '152121.187500', '152121.647500', '152122.107500', '152122.567500', '152123.027500', '152123.487500', '152123.947500', '152124.407500', '152124.867500', '152125.327500', '152125.787500', '152126.247500', '152126.707500', '152127.167500', '152127.627500', '152128.087500', '152128.547500', '152129.007500', '152129.467500', '152129.927500', '152130.387500', '152130.847500', '152131.307500', '152131.767500', '152132.227500', '152132.687500', '152133.147500', '152133.607500', '152134.067500', '152134.527500', '152134.987500', '152135.447500', '152135.907500', '152136.367500', '152136.827500', '152137.287500', '152137.747500', '152138.207500', '152138.667500', '152139.127500', '152139.587500', '152140.047500', '152140.507500', '152140.967500', '152141.427500', '152141.887500', '152142.347500', '152142.807500', '152143.267500', '152143.727500', '152144.187500', '152144.647500', '152145.107500', '152145.567500', '152146.027500', '152146.487500', '152146.947500', '152147.407500', '152147.867500', '152148.327500', '152148.787500', '152149.247500', '152149.707500', '152150.167500', '152150.627500', '152151.087500', '152151.547500', '152152.007500', '152152.467500', '152152.927500', '152153.387500', '152153.847500', '152154.307500', '152154.767500', '152155.227500', '152155.687500', '152156.147500', '152156.607500', '152157.067500', '152157.527500', '152157.987500', '152158.447500', '152158.907500', '152159.367500', '152159.827500', '152200.287500', '152200.747500', '152201.207500', '152201.667500', '152202.127500', '152202.587500', '152203.047500', '152203.507500', '152203.967500', '152204.427500', '152204.887500', '152205.347500', '152205.807500', '152206.267500', '152206.727500', '152207.187500', '152207.647500', '152208.107500', '152208.567500', '152209.027500', '152209.487500', '152209.947500', '152210.407500', '152210.867500', '152211.327500', '152211.787500', '152212.247500', '152212.707500', '152213.167500', '152213.627500', '152214.087500', '152214.547500', '152215.007500', '152215.467500', '152215.927500', '152216.387500', '152216.847500', '152217.307500', '152217.767500', '152218.227500', '152218.687500', '152219.147500', '152219.607500', '152220.067500', '152220.527500', '152220.987500', '152221.447500', '152221.907500', '152222.367500', '152222.827500', '152223.287500', '152223.747500', '152224.207500', '152224.667500', '152225.127500', '152225.587500', '152226.047500', '152226.507500', '152226.967500', '152227.427500', '152227.887500', '152228.347500', '152228.807500', '152229.267500', '152229.727500', '152230.187500', '152230.647500', '152231.107500', '152231.567500', '152232.027500', '152232.487500', '152232.947500', '152233.407500', '152233.867500', '152234.327500', '152234.787500', '152235.247500', '152235.707500', '152236.167500', '152236.627500', '152237.087500', '152237.547500', '152238.007500', '152238.467500', '152238.927500', '152239.387500', '152239.847500', '152240.307500', '152240.767500', '152241.227500', '152241.687500', '152242.147500', '152242.607500', '152243.067500', '152243.527500', '152243.987500', '152244.447500', '152244.907500', '152245.367500', '152245.827500', '152246.287500', '152246.747500', '152247.207500', '152247.667500', '152248.127500', '152248.587500', '152249.047500', '152249.507500', '152249.967500', '152250.427500', '152250.887500', '152251.347500', '152251.807500', '152252.267500', '152252.727500', '152253.187500', '152253.647500', '152254.107500', '152254.567500', '152255.027500', '152255.487500', '152255.947500', '152256.407500', '152256.867500', '152257.327500', '152257.787500', '152258.247500', '152258.707500', '152259.167500', '152259.627500', '152300.087500', '152300.547500', '152301.007500', '152301.467500', '152301.927500', '152302.387500', '152302.847500', '152303.307500', '152303.767500', '152304.227500', '152304.687500', '152305.147500', '152305.607500', '152306.067500', '152306.527500', '152306.987500', '152307.447500', '152307.907500', '152308.367500', '152308.827500', '152309.287500', '152309.747500', '152310.207500', '152310.667500', '152311.127500', '152311.587500', '152312.047500', '152312.507500', '152312.967500', '152313.427500', '152313.887500', '152314.347500', '152314.807500', '152315.267500', '152315.727500', '152316.187500', '152316.647500', '152317.107500', '152317.567500', '152318.027500', '152318.487500', '152318.947500', '152319.407500', '152319.867500', '152320.327500', '152320.787500', '152321.247500', '152321.707500', '152322.167500', '152322.627500', '152323.087500', '152323.547500', '152324.007500', '152324.467500', '152324.927500', '152325.387500', '152325.847500', '152326.307500', '152326.767500', '152327.227500', '152327.687500', '152328.147500', '152328.607500', '152329.067500', '152329.527500', '152329.987500', '152330.447500', '152330.907500'], 'ContentTime': ['151710.816000', '151710.831000', '151710.834000', '151710.837000', '151710.839000', '151710.842000', '151710.844000', '151710.847000', '151710.849000', '151710.852000', '151710.854000', '151710.857000', '151710.860000', '151710.862000', '151710.865000', '151710.867000', '151710.873000', '151710.875000', '151710.878000', '151710.880000', '151710.883000', '151710.885000', '151710.888000', '151710.890000', '151710.893000', '151710.895000', '151710.898000', '151710.901000', '151710.903000', '151710.906000', '151710.908000', '151710.911000', '151710.913000', '151710.916000', '151710.919000', '151710.921000', '151710.924000', '151710.926000', '151710.929000', '151710.931000', '151710.934000', '151710.936000', '151710.939000', '151730.781000', '151730.784000', '151730.787000', '151730.789000', '151730.792000', '151730.795000', '151730.797000', '151730.800000', '151730.802000', '151730.805000', '151730.807000', '151730.810000', '151730.812000', '151730.815000', '151730.912000', '151730.915000', '151730.917000', '151730.920000', '151730.923000', '151730.925000', '151730.928000', '151730.930000', '151730.933000', '151730.935000', '151730.938000', '151730.940000', '151730.943000', '151730.946000', '151730.948000', '151730.951000', '151730.954000', '151730.956000', '151730.959000', '151730.961000', '151730.964000', '151730.966000', '151730.969000', '151730.971000', '151730.974000', '151730.976000', '151730.979000', '151730.982000', '151730.984000', '151730.987000', '151750.781000', '151750.784000', '151750.787000', '151750.789000', '151750.792000', '151750.795000', '151750.797000', '151750.800000', '151750.803000', '151750.805000', '151750.808000', '151750.810000', '151750.813000', '151750.816000', '151750.818000', '151750.821000', '151750.824000', '151750.826000', '151750.829000', '151750.831000', '151750.834000', '151750.837000', '151750.840000', '151750.842000', '151750.845000', '151750.847000', '151750.850000', '151750.852000', '151750.855000', '151750.857000', '151750.860000', '151750.863000', '151750.865000', '151750.868000', '151750.870000', '151750.873000', '151750.875000', '151750.878000', '151750.881000', '151750.883000', '151750.886000', '151750.888000', '151750.891000', '151810.782000', '151810.784000', '151810.787000', '151810.790000', '151810.792000', '151810.795000', '151810.797000', '151810.800000', '151810.803000', '151810.805000', '151810.808000', '151810.810000', '151810.813000', '151810.816000', '151810.818000', '151810.821000', '151810.824000', '151810.827000', '151810.829000', '151810.832000', '151810.834000', '151810.837000', '151810.840000', '151810.843000', '151810.846000', '151810.849000', '151810.852000', '151810.854000', '151810.857000', '151810.859000', '151810.862000', '151810.864000', '151810.867000', '151810.869000', '151810.872000', '151810.875000', '151810.877000', '151810.880000', '151810.882000', '151810.885000', '151810.887000', '151810.890000', '151810.893000', '151830.782000', '151830.784000', '151830.787000', '151830.790000', '151830.792000', '151830.795000', '151830.797000', '151830.800000', '151830.802000', '151830.805000', '151830.808000', '151830.810000', '151830.813000', '151830.816000', '151830.818000', '151830.821000', '151830.823000', '151830.826000', '151830.828000', '151830.831000', '151830.834000', '151830.836000', '151830.839000', '151830.841000', '151830.855000', '151830.857000', '151830.860000', '151830.862000', '151830.865000', '151830.867000', '151830.870000', '151830.873000', '151830.875000', '151830.878000', '151830.880000', '151830.883000', '151830.885000', '151830.888000', '151830.890000', '151830.893000', '151830.896000', '151830.898000', '151830.901000', '151830.903000', '151850.781000', '151850.784000', '151850.787000', '151850.789000', '151850.792000', '151850.795000', '151850.797000', '151850.800000', '151850.802000', '151850.805000', '151850.808000', '151850.810000', '151850.813000', '151850.816000', '151850.818000', '151850.821000', '151850.823000', '151850.826000', '151850.828000', '151850.831000', '151850.834000', '151850.836000', '151850.839000', '151850.842000', '151850.845000', '151850.848000', '151850.850000', '151850.853000', '151850.855000', '151850.858000', '151850.860000', '151850.863000', '151850.866000', '151850.868000', '151850.871000', '151850.873000', '151850.876000', '151850.878000', '151850.881000', '151850.884000', '151850.886000', '151850.889000', '151850.892000', '151910.782000', '151910.784000', '151910.787000', '151910.790000', '151910.792000', '151910.795000', '151910.797000', '151910.800000', '151910.803000', '151910.805000', '151910.808000', '151910.810000', '151910.813000', '151910.844000', '151910.847000', '151910.849000', '151910.852000', '151910.855000', '151910.857000', '151910.860000', '151910.862000', '151910.865000', '151910.868000', '151910.870000', '151910.873000', '151910.875000', '151910.878000', '151910.880000', '151910.883000', '151910.886000', '151910.888000', '151910.891000', '151910.893000', '151910.896000', '151910.898000', '151910.901000', '151910.904000', '151910.906000', '151910.909000', '151910.911000', '151910.914000', '151910.916000', '151910.919000', '151910.922000', '151930.782000', '151930.785000', '151930.787000', '151930.790000', '151930.793000', '151930.795000', '151930.798000', '151930.800000', '151930.803000', '151930.807000', '151930.810000', '151930.812000', '151930.876000', '151930.878000', '151930.881000', '151930.883000', '151930.886000', '151930.889000', '151930.891000', '151930.894000', '151930.896000', '151930.899000', '151930.902000', '151930.904000', '151930.907000', '151930.909000', '151930.912000', '151930.914000', '151930.917000', '151930.920000', '151930.922000', '151930.925000', '151930.927000', '151930.930000', '151930.933000', '151930.935000', '151930.938000', '151930.941000', '151930.943000', '151930.946000', '151930.948000', '151930.951000', '151930.953000', '151950.781000', '151950.784000', '151950.787000', '151950.790000', '151950.792000', '151950.795000', '151950.797000', '151950.800000', '151950.803000', '151950.805000', '151950.808000', '151950.810000', '151950.813000', '151950.866000', '151950.869000', '151950.871000', '151950.874000', '151950.877000', '151950.879000', '151950.882000', '151950.884000', '151950.887000', '151950.889000', '151950.892000', '151950.894000', '151950.897000', '151950.900000', '151950.902000', '151950.905000', '151950.907000', '151950.910000', '151950.913000', '151950.915000', '151950.918000', '151950.920000', '151950.923000', '151950.925000', '151950.928000', '151950.931000', '151950.933000', '151950.936000', '151950.938000', '151950.941000', '151950.943000', '152010.782000', '152010.784000', '152010.787000', '152010.790000', '152010.793000', '152010.796000', '152010.799000', '152010.801000', '152010.804000', '152010.807000', '152010.809000', '152010.812000', '152010.814000', '152010.875000', '152010.878000', '152010.880000', '152010.883000', '152010.885000', '152010.888000', '152010.898000', '152010.900000', '152010.903000', '152010.906000', '152010.908000', '152010.911000', '152010.913000', '152010.916000', '152010.918000', '152010.921000', '152010.924000', '152010.926000', '152010.929000', '152010.931000', '152010.934000', '152010.937000', '152010.939000', '152010.942000', '152010.945000', '152010.947000', '152010.950000', '152010.952000', '152010.955000', '152010.958000', '152030.782000', '152030.784000', '152030.787000', '152030.790000', '152030.792000', '152030.795000', '152030.797000', '152030.800000', '152030.803000', '152030.805000', '152030.808000', '152030.810000', '152030.813000', '152030.841000', '152030.844000', '152030.847000', '152030.849000', '152030.852000', '152030.854000', '152030.857000', '152030.860000', '152030.862000', '152030.865000', '152030.867000', '152030.870000', '152030.873000', '152030.875000', '152030.878000', '152030.881000', '152030.883000', '152030.886000', '152030.889000', '152030.891000', '152030.894000', '152030.896000', '152030.899000', '152030.902000', '152030.904000', '152030.907000', '152030.909000', '152030.912000', '152030.914000', '152030.917000', '152030.920000', '152050.782000', '152050.784000', '152050.787000', '152050.790000', '152050.792000', '152050.795000', '152050.798000', '152050.800000', '152050.803000', '152050.805000', '152050.808000', '152050.810000', '152050.813000', '152050.838000', '152050.841000', '152050.843000', '152050.846000', '152050.849000', '152050.852000', '152050.855000', '152050.857000', '152050.860000', '152050.862000', '152050.865000', '152050.868000', '152050.870000', '152050.874000', '152050.877000', '152050.879000', '152050.882000', '152050.885000', '152050.887000', '152050.890000', '152050.893000', '152050.895000', '152050.898000', '152050.901000', '152050.903000', '152050.906000', '152050.909000', '152050.916000', '152050.919000', '152050.922000', '152110.782000', '152110.785000', '152110.787000', '152110.790000', '152110.792000', '152110.795000', '152110.798000', '152110.800000', '152110.803000', '152110.805000', '152110.808000', '152110.811000', '152110.813000', '152110.887000', '152110.889000', '152110.892000', '152110.894000', '152110.897000', '152110.900000', '152110.902000', '152110.905000', '152110.907000', '152110.910000', '152110.913000', '152110.915000', '152110.918000', '152110.920000', '152110.923000', '152110.926000', '152110.928000', '152110.931000', '152110.933000', '152110.936000', '152110.939000', '152110.941000', '152110.944000', '152110.946000', '152110.949000', '152110.952000', '152110.954000', '152110.957000', '152110.959000', '152110.962000', '152110.965000', '152130.782000', '152130.784000', '152130.787000', '152130.790000', '152130.792000', '152130.795000', '152130.797000', '152130.800000', '152130.803000', '152130.805000', '152130.808000', '152130.810000', '152130.813000', '152130.861000', '152130.864000', '152130.866000', '152130.869000', '152130.872000', '152130.874000', '152130.877000', '152130.880000', '152130.882000', '152130.885000', '152130.888000', '152130.890000', '152130.893000', '152130.895000', '152130.898000', '152130.901000', '152130.903000', '152130.906000', '152130.909000', '152130.911000', '152130.914000', '152130.916000', '152130.919000', '152130.922000', '152130.924000', '152130.927000', '152130.929000', '152130.932000', '152130.935000', '152130.937000', '152150.782000', '152150.798000', '152150.800000', '152150.803000', '152150.806000', '152150.808000', '152150.811000', '152150.813000', '152150.816000', '152150.819000', '152150.821000', '152150.824000', '152150.827000', '152150.844000', '152150.847000', '152150.850000', '152150.852000', '152150.855000', '152150.858000', '152150.860000', '152150.863000', '152150.865000', '152150.868000', '152150.870000', '152150.873000', '152150.876000', '152150.878000', '152150.881000', '152150.883000', '152150.886000', '152150.889000', '152150.891000', '152150.894000', '152150.896000', '152150.899000', '152150.901000', '152150.904000', '152150.907000', '152150.909000', '152150.912000', '152150.914000', '152150.917000', '152150.920000', '152150.922000', '152210.782000', '152210.785000', '152210.787000', '152210.790000', '152210.792000', '152210.795000', '152210.798000', '152210.800000', '152210.803000', '152210.806000', '152210.808000', '152210.811000', '152210.813000', '152210.883000', '152210.915000', '152210.918000', '152210.920000', '152210.923000', '152210.925000', '152210.928000', '152210.931000', '152210.933000', '152210.936000', '152210.938000', '152210.941000', '152210.944000', '152210.946000', '152210.949000', '152210.952000', '152210.954000', '152210.957000', '152210.959000', '152210.962000', '152210.965000', '152210.967000', '152210.970000', '152210.972000', '152210.975000', '152210.978000', '152210.980000', '152210.983000', '152210.985000', '152210.988000', '152230.782000', '152230.784000', '152230.787000', '152230.790000', '152230.792000', '152230.795000', '152230.797000', '152230.800000', '152230.803000', '152230.805000', '152230.808000', '152230.810000', '152230.813000', '152230.889000', '152230.892000', '152230.895000', '152230.899000', '152230.902000', '152230.904000', '152230.907000', '152230.910000', '152230.912000', '152230.915000', '152230.917000', '152230.920000', '152230.922000', '152230.925000', '152230.928000', '152230.930000', '152230.933000', '152230.936000', '152230.938000', '152230.941000', '152230.943000', '152230.946000', '152230.948000', '152230.951000', '152230.954000', '152230.956000', '152230.959000', '152230.962000', '152230.964000', '152230.967000', '152230.970000', '152250.782000', '152250.785000', '152250.787000', '152250.790000', '152250.792000', '152250.795000', '152250.798000', '152250.800000', '152250.803000', '152250.805000', '152250.808000', '152250.810000', '152250.813000', '152250.838000', '152250.840000', '152250.843000', '152250.846000', '152250.848000', '152250.851000', '152250.853000', '152250.856000', '152250.858000', '152250.861000', '152250.864000', '152250.866000', '152250.869000', '152250.871000', '152250.874000', '152250.877000', '152250.879000', '152250.882000', '152250.885000', '152250.887000', '152250.890000', '152250.892000', '152250.895000', '152250.897000', '152250.900000', '152250.903000', '152250.905000', '152250.908000', '152250.910000', '152250.913000', '152310.781000', '152310.784000', '152310.787000', '152310.790000', '152310.792000', '152310.795000', '152310.797000', '152310.800000', '152310.803000', '152310.805000', '152310.808000', '152310.810000', '152310.835000', '152310.838000', '152310.840000', '152310.843000', '152310.845000', '152310.848000', '152310.850000', '152310.853000', '152310.856000', '152310.858000', '152310.861000', '152310.863000', '152310.866000', '152310.869000', '152310.871000', '152310.874000', '152310.876000', '152310.879000', '152310.882000', '152310.884000', '152310.887000', '152310.889000', '152310.892000', '152310.894000', '152310.897000', '152310.900000', '152310.902000', '152310.905000', '152310.907000', '152310.910000', '152310.913000', '152310.915000', '152330.782000', '152330.784000', '152330.787000', '152330.790000', '152330.792000', '152330.795000', '152330.797000', '152330.800000', '152330.802000', '152330.805000', '152330.808000', '152330.810000', '152330.813000', '152330.862000', '152330.864000', '152330.867000', '152330.869000', '152330.872000', '152330.875000', '152330.877000', '152330.880000', '152330.882000', '152330.885000', '152330.887000', '152330.890000', '152330.893000', '152330.895000', '152330.898000', '152330.900000', '152330.903000', '152330.906000', '152330.908000', '152330.911000', '152330.913000', '152330.916000', '152330.919000', '152330.921000', '152330.924000', '152330.927000', '152330.930000', '152330.932000', '152330.935000', '152330.938000', '152331.809000', '152331.812000', '152331.815000'], 'InstanceCreationTime': ['151710.816000', '151710.831000', '151710.834000', '151710.837000', '151710.839000', '151710.842000', '151710.844000', '151710.847000', '151710.849000', '151710.852000', '151710.854000', '151710.857000', '151710.860000', '151710.862000', '151710.865000', '151710.867000', '151710.873000', '151710.875000', '151710.878000', '151710.880000', '151710.883000', '151710.885000', '151710.888000', '151710.890000', '151710.893000', '151710.895000', '151710.898000', '151710.901000', '151710.903000', '151710.906000', '151710.908000', '151710.911000', '151710.913000', '151710.916000', '151710.919000', '151710.921000', '151710.924000', '151710.926000', '151710.929000', '151710.931000', '151710.934000', '151710.936000', '151710.939000', '151730.781000', '151730.784000', '151730.787000', '151730.789000', '151730.792000', '151730.795000', '151730.797000', '151730.800000', '151730.802000', '151730.805000', '151730.807000', '151730.810000', '151730.812000', '151730.815000', '151730.912000', '151730.915000', '151730.917000', '151730.920000', '151730.923000', '151730.925000', '151730.928000', '151730.930000', '151730.933000', '151730.935000', '151730.938000', '151730.940000', '151730.943000', '151730.946000', '151730.948000', '151730.951000', '151730.954000', '151730.956000', '151730.959000', '151730.961000', '151730.964000', '151730.966000', '151730.969000', '151730.971000', '151730.974000', '151730.976000', '151730.979000', '151730.982000', '151730.984000', '151730.987000', '151750.781000', '151750.784000', '151750.787000', '151750.789000', '151750.792000', '151750.795000', '151750.797000', '151750.800000', '151750.803000', '151750.805000', '151750.808000', '151750.810000', '151750.813000', '151750.816000', '151750.818000', '151750.821000', '151750.824000', '151750.826000', '151750.829000', '151750.831000', '151750.834000', '151750.837000', '151750.840000', '151750.842000', '151750.845000', '151750.847000', '151750.850000', '151750.852000', '151750.855000', '151750.857000', '151750.860000', '151750.863000', '151750.865000', '151750.868000', '151750.870000', '151750.873000', '151750.875000', '151750.878000', '151750.881000', '151750.883000', '151750.886000', '151750.888000', '151750.891000', '151810.782000', '151810.784000', '151810.787000', '151810.790000', '151810.792000', '151810.795000', '151810.797000', '151810.800000', '151810.803000', '151810.805000', '151810.808000', '151810.810000', '151810.813000', '151810.816000', '151810.818000', '151810.821000', '151810.824000', '151810.827000', '151810.829000', '151810.832000', '151810.834000', '151810.837000', '151810.840000', '151810.843000', '151810.846000', '151810.849000', '151810.852000', '151810.854000', '151810.857000', '151810.859000', '151810.862000', '151810.864000', '151810.867000', '151810.869000', '151810.872000', '151810.875000', '151810.877000', '151810.880000', '151810.882000', '151810.885000', '151810.887000', '151810.890000', '151810.893000', '151830.782000', '151830.784000', '151830.787000', '151830.790000', '151830.792000', '151830.795000', '151830.797000', '151830.800000', '151830.802000', '151830.805000', '151830.808000', '151830.810000', '151830.813000', '151830.816000', '151830.818000', '151830.821000', '151830.823000', '151830.826000', '151830.828000', '151830.831000', '151830.834000', '151830.836000', '151830.839000', '151830.841000', '151830.855000', '151830.857000', '151830.860000', '151830.862000', '151830.865000', '151830.867000', '151830.870000', '151830.873000', '151830.875000', '151830.878000', '151830.880000', '151830.883000', '151830.885000', '151830.888000', '151830.890000', '151830.893000', '151830.896000', '151830.898000', '151830.901000', '151830.903000', '151850.781000', '151850.784000', '151850.787000', '151850.789000', '151850.792000', '151850.795000', '151850.797000', '151850.800000', '151850.802000', '151850.805000', '151850.808000', '151850.810000', '151850.813000', '151850.816000', '151850.818000', '151850.821000', '151850.823000', '151850.826000', '151850.828000', '151850.831000', '151850.834000', '151850.836000', '151850.839000', '151850.842000', '151850.845000', '151850.848000', '151850.850000', '151850.853000', '151850.855000', '151850.858000', '151850.860000', '151850.863000', '151850.866000', '151850.868000', '151850.871000', '151850.873000', '151850.876000', '151850.878000', '151850.881000', '151850.884000', '151850.886000', '151850.889000', '151850.892000', '151910.782000', '151910.784000', '151910.787000', '151910.790000', '151910.792000', '151910.795000', '151910.797000', '151910.800000', '151910.803000', '151910.805000', '151910.808000', '151910.810000', '151910.813000', '151910.844000', '151910.847000', '151910.849000', '151910.852000', '151910.855000', '151910.857000', '151910.860000', '151910.862000', '151910.865000', '151910.868000', '151910.870000', '151910.873000', '151910.875000', '151910.878000', '151910.880000', '151910.883000', '151910.886000', '151910.888000', '151910.891000', '151910.893000', '151910.896000', '151910.898000', '151910.901000', '151910.904000', '151910.906000', '151910.909000', '151910.911000', '151910.914000', '151910.916000', '151910.919000', '151910.922000', '151930.782000', '151930.785000', '151930.787000', '151930.790000', '151930.793000', '151930.795000', '151930.798000', '151930.800000', '151930.803000', '151930.807000', '151930.810000', '151930.812000', '151930.876000', '151930.878000', '151930.881000', '151930.883000', '151930.886000', '151930.889000', '151930.891000', '151930.894000', '151930.896000', '151930.899000', '151930.902000', '151930.904000', '151930.907000', '151930.909000', '151930.912000', '151930.914000', '151930.917000', '151930.920000', '151930.922000', '151930.925000', '151930.927000', '151930.930000', '151930.933000', '151930.935000', '151930.938000', '151930.941000', '151930.943000', '151930.946000', '151930.948000', '151930.951000', '151930.953000', '151950.781000', '151950.784000', '151950.787000', '151950.790000', '151950.792000', '151950.795000', '151950.797000', '151950.800000', '151950.803000', '151950.805000', '151950.808000', '151950.810000', '151950.813000', '151950.866000', '151950.869000', '151950.871000', '151950.874000', '151950.877000', '151950.879000', '151950.882000', '151950.884000', '151950.887000', '151950.889000', '151950.892000', '151950.894000', '151950.897000', '151950.900000', '151950.902000', '151950.905000', '151950.907000', '151950.910000', '151950.913000', '151950.915000', '151950.918000', '151950.920000', '151950.923000', '151950.925000', '151950.928000', '151950.931000', '151950.933000', '151950.936000', '151950.938000', '151950.941000', '151950.943000', '152010.782000', '152010.784000', '152010.787000', '152010.790000', '152010.793000', '152010.796000', '152010.799000', '152010.801000', '152010.804000', '152010.807000', '152010.809000', '152010.812000', '152010.814000', '152010.875000', '152010.878000', '152010.880000', '152010.883000', '152010.885000', '152010.888000', '152010.898000', '152010.900000', '152010.903000', '152010.906000', '152010.908000', '152010.911000', '152010.913000', '152010.916000', '152010.918000', '152010.921000', '152010.924000', '152010.926000', '152010.929000', '152010.931000', '152010.934000', '152010.937000', '152010.939000', '152010.942000', '152010.945000', '152010.947000', '152010.950000', '152010.952000', '152010.955000', '152010.958000', '152030.782000', '152030.784000', '152030.787000', '152030.790000', '152030.792000', '152030.795000', '152030.797000', '152030.800000', '152030.803000', '152030.805000', '152030.808000', '152030.810000', '152030.813000', '152030.841000', '152030.844000', '152030.847000', '152030.849000', '152030.852000', '152030.854000', '152030.857000', '152030.860000', '152030.862000', '152030.865000', '152030.867000', '152030.870000', '152030.873000', '152030.875000', '152030.878000', '152030.881000', '152030.883000', '152030.886000', '152030.889000', '152030.891000', '152030.894000', '152030.896000', '152030.899000', '152030.902000', '152030.904000', '152030.907000', '152030.909000', '152030.912000', '152030.914000', '152030.917000', '152030.920000', '152050.782000', '152050.784000', '152050.787000', '152050.790000', '152050.792000', '152050.795000', '152050.798000', '152050.800000', '152050.803000', '152050.805000', '152050.808000', '152050.810000', '152050.813000', '152050.838000', '152050.841000', '152050.843000', '152050.846000', '152050.849000', '152050.852000', '152050.855000', '152050.857000', '152050.860000', '152050.862000', '152050.865000', '152050.868000', '152050.870000', '152050.874000', '152050.877000', '152050.879000', '152050.882000', '152050.885000', '152050.887000', '152050.890000', '152050.893000', '152050.895000', '152050.898000', '152050.901000', '152050.903000', '152050.906000', '152050.909000', '152050.916000', '152050.919000', '152050.922000', '152110.782000', '152110.785000', '152110.787000', '152110.790000', '152110.792000', '152110.795000', '152110.798000', '152110.800000', '152110.803000', '152110.805000', '152110.808000', '152110.811000', '152110.813000', '152110.887000', '152110.889000', '152110.892000', '152110.894000', '152110.897000', '152110.900000', '152110.902000', '152110.905000', '152110.907000', '152110.910000', '152110.913000', '152110.915000', '152110.918000', '152110.920000', '152110.923000', '152110.926000', '152110.928000', '152110.931000', '152110.933000', '152110.936000', '152110.939000', '152110.941000', '152110.944000', '152110.946000', '152110.949000', '152110.952000', '152110.954000', '152110.957000', '152110.959000', '152110.962000', '152110.965000', '152130.782000', '152130.784000', '152130.787000', '152130.790000', '152130.792000', '152130.795000', '152130.797000', '152130.800000', '152130.803000', '152130.805000', '152130.808000', '152130.810000', '152130.813000', '152130.861000', '152130.864000', '152130.866000', '152130.869000', '152130.872000', '152130.874000', '152130.877000', '152130.880000', '152130.882000', '152130.885000', '152130.888000', '152130.890000', '152130.893000', '152130.895000', '152130.898000', '152130.901000', '152130.903000', '152130.906000', '152130.909000', '152130.911000', '152130.914000', '152130.916000', '152130.919000', '152130.922000', '152130.924000', '152130.927000', '152130.929000', '152130.932000', '152130.935000', '152130.937000', '152150.782000', '152150.798000', '152150.800000', '152150.803000', '152150.806000', '152150.808000', '152150.811000', '152150.813000', '152150.816000', '152150.819000', '152150.821000', '152150.824000', '152150.827000', '152150.844000', '152150.847000', '152150.850000', '152150.852000', '152150.855000', '152150.858000', '152150.860000', '152150.863000', '152150.865000', '152150.868000', '152150.870000', '152150.873000', '152150.876000', '152150.878000', '152150.881000', '152150.883000', '152150.886000', '152150.889000', '152150.891000', '152150.894000', '152150.896000', '152150.899000', '152150.901000', '152150.904000', '152150.907000', '152150.909000', '152150.912000', '152150.914000', '152150.917000', '152150.920000', '152150.922000', '152210.782000', '152210.785000', '152210.787000', '152210.790000', '152210.792000', '152210.795000', '152210.798000', '152210.800000', '152210.803000', '152210.806000', '152210.808000', '152210.811000', '152210.813000', '152210.883000', '152210.915000', '152210.918000', '152210.920000', '152210.923000', '152210.925000', '152210.928000', '152210.931000', '152210.933000', '152210.936000', '152210.938000', '152210.941000', '152210.944000', '152210.946000', '152210.949000', '152210.952000', '152210.954000', '152210.957000', '152210.959000', '152210.962000', '152210.965000', '152210.967000', '152210.970000', '152210.972000', '152210.975000', '152210.978000', '152210.980000', '152210.983000', '152210.985000', '152210.988000', '152230.782000', '152230.784000', '152230.787000', '152230.790000', '152230.792000', '152230.795000', '152230.797000', '152230.800000', '152230.803000', '152230.805000', '152230.808000', '152230.810000', '152230.813000', '152230.889000', '152230.892000', '152230.895000', '152230.899000', '152230.902000', '152230.904000', '152230.907000', '152230.910000', '152230.912000', '152230.915000', '152230.917000', '152230.920000', '152230.922000', '152230.925000', '152230.928000', '152230.930000', '152230.933000', '152230.936000', '152230.938000', '152230.941000', '152230.943000', '152230.946000', '152230.948000', '152230.951000', '152230.954000', '152230.956000', '152230.959000', '152230.962000', '152230.964000', '152230.967000', '152230.970000', '152250.782000', '152250.785000', '152250.787000', '152250.790000', '152250.792000', '152250.795000', '152250.798000', '152250.800000', '152250.803000', '152250.805000', '152250.808000', '152250.810000', '152250.813000', '152250.838000', '152250.840000', '152250.843000', '152250.846000', '152250.848000', '152250.851000', '152250.853000', '152250.856000', '152250.858000', '152250.861000', '152250.864000', '152250.866000', '152250.869000', '152250.871000', '152250.874000', '152250.877000', '152250.879000', '152250.882000', '152250.885000', '152250.887000', '152250.890000', '152250.892000', '152250.895000', '152250.897000', '152250.900000', '152250.903000', '152250.905000', '152250.908000', '152250.910000', '152250.913000', '152310.781000', '152310.784000', '152310.787000', '152310.790000', '152310.792000', '152310.795000', '152310.797000', '152310.800000', '152310.803000', '152310.805000', '152310.808000', '152310.810000', '152310.835000', '152310.838000', '152310.840000', '152310.843000', '152310.845000', '152310.848000', '152310.850000', '152310.853000', '152310.856000', '152310.858000', '152310.861000', '152310.863000', '152310.866000', '152310.869000', '152310.871000', '152310.874000', '152310.876000', '152310.879000', '152310.882000', '152310.884000', '152310.887000', '152310.889000', '152310.892000', '152310.894000', '152310.897000', '152310.900000', '152310.902000', '152310.905000', '152310.907000', '152310.910000', '152310.913000', '152310.915000', '152330.782000', '152330.784000', '152330.787000', '152330.790000', '152330.792000', '152330.795000', '152330.797000', '152330.800000', '152330.802000', '152330.805000', '152330.808000', '152330.810000', '152330.813000', '152330.862000', '152330.864000', '152330.867000', '152330.869000', '152330.872000', '152330.875000', '152330.877000', '152330.880000', '152330.882000', '152330.885000', '152330.887000', '152330.890000', '152330.893000', '152330.895000', '152330.898000', '152330.900000', '152330.903000', '152330.906000', '152330.908000', '152330.911000', '152330.913000', '152330.916000', '152330.919000', '152330.921000', '152330.924000', '152330.927000', '152330.930000', '152330.932000', '152330.935000', '152330.938000', '152331.809000', '152331.812000', '152331.815000'], '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': [11291, 12650, 11037, 15473, 15187, 10746, 10993, 12211, 12448, 12372, 13618, 12939, 13175, 14003, 14164, 13698, 15450, 13847, 15717, 14165, 15872, 14386, 12801, 12709, 14402, 12646, 12880, 13813, 11260, 12518, 13548, 12685, 12869, 12128, 13024, 13364, 12431, 12335, 12899, 12772, 10653, 12955, 11735, 10000, 12334, 11240, 14265, 12412, 11930, 12035, 11489, 10803, 12828, 12176, 14354, 11552, 13959, 12604, 15113, 13452, 11652, 12279, 14016, 12883, 10882, 12757, 11320, 10649, 12413, 11949, 14875, 14131, 12554, 13703, 14290, 15600, 13241, 17975, 11777, 14667, 13116, 12563, 14389, 12445, 12745, 13117, 14126, 14412, 14027, 12411, 14104, 12994, 12131, 12106, 13432, 12653, 11373, 12950, 12197, 12625, 12593, 11968, 12325, 11891, 12632, 12807, 13338, 13497, 13294, 12819, 14981, 13986, 14013, 12227, 13107, 12338, 11331, 11880, 12631, 13381, 13205, 14110, 13515, 14942, 11457, 11675, 11784, 15004, 13194, 14406, 13376, 12969, 13052, 13689, 12968, 12962, 14031, 15457, 14109, 13179, 14886, 14011, 12584, 13610, 13412, 13767, 13317, 13532, 12616, 14285, 13500, 14815, 12336, 12957, 12605, 12842, 12563, 12981, 13086, 13327, 13666, 11997, 12960, 10497, 12353, 12727, 13877, 12062, 13069, 12910, 12381, 12119, 11553, 12627, 13253, 12323, 13003, 11369, 12489, 13997, 14312, 14052, 15848, 13576, 15341, 13787, 13715, 13983, 13703, 13405, 14102, 12766, 13763, 13002, 12868, 12971, 13335, 12562, 12923, 13106, 13965, 13325, 13559, 13306, 13517, 13818, 14681, 13841, 13631, 13204, 13065, 14037, 13583, 14200, 14296, 14451, 14935, 14205, 13453, 13092, 13162, 13167, 13823, 12448, 13908, 16141, 13270, 14011, 12641, 14849, 13424, 14197, 14732, 13869, 14817, 13493, 13045, 13602, 12681, 12177, 13275, 12959, 13243, 11787, 13747, 11975, 12464, 12339, 10998, 10036, 11039, 11442, 10354, 10299, 11208, 10886, 10689, 12411, 13444, 11338, 13905, 11756, 13353, 12531, 13551, 12386, 13168, 13294, 14031, 13384, 12475, 13433, 13440, 13601, 14269, 13763, 13086, 13428, 11182, 13974, 14456, 11965, 14962, 13834, 14546, 14167, 13828, 14359, 14677, 13864, 12636, 12634, 13406, 14012, 13076, 13520, 13531, 13490, 14053, 13515, 13765, 13148, 13818, 13273, 13926, 13883, 13143, 12574, 12217, 13362, 11985, 14439, 12968, 12084, 13288, 12855, 13714, 12700, 13515, 12621, 12607, 12854, 13234, 13061, 12761, 13343, 13029, 13298, 13707, 12685, 13887, 12284, 13970, 13078, 13667, 14472, 13552, 14077, 15079, 13412, 11941, 13968, 11603, 13737, 14195, 13774, 14354, 13384, 12911, 12661, 11590, 13823, 13573, 10732, 12937, 11630, 15602, 14873, 12410, 13691, 14375, 15851, 14231, 14716, 14868, 14296, 14600, 13549, 12085, 13628, 14344, 17741, 13746, 13182, 12682, 13893, 13002, 13409, 12984, 12878, 12640, 13196, 12302, 13573, 12928, 13526, 11468, 13429, 12508, 11107, 13560, 10843, 13720, 12940, 13253, 12762, 13993, 13414, 11019, 15854, 10936, 13746, 14342, 11395, 14345, 13073, 14448, 15583, 12038, 12982, 12854, 13289, 12500, 11167, 15276, 11497, 11959, 13336, 14279, 13416, 15855, 14639, 14008, 15807, 15320, 15107, 15085, 13920, 13278, 12415, 13534, 12764, 13307, 14695, 11749, 15204, 12355, 14590, 13877, 14440, 13141, 12845, 12708, 13922, 13561, 12832, 18511, 12974, 12738, 13350, 13769, 11202, 11398, 15195, 12109, 12974, 12436, 11853, 12809, 14501, 13277, 14756, 14905, 12975, 14472, 13449, 13002, 13936, 13180, 12121, 13313, 13571, 12668, 13803, 12743, 13606, 13507, 13225, 13549, 14007, 12926, 13383, 13210, 13048, 12400, 12979, 12626, 12551, 12412, 13317, 13337, 13405, 12216, 12930, 13631, 12666, 12811, 13040, 13981, 12877, 12556, 13517, 13137, 12985, 13616, 12928, 13336, 12526, 13280, 13025, 13280, 12615, 13635, 11955, 12833, 13069, 12586, 13829, 12752, 13840, 15017, 12533, 12945, 12428, 13532, 12869, 13627, 12888, 13642, 13377, 12640, 12827, 12534, 13715, 13210, 13262, 12959, 11859, 13501, 13001, 13365, 12571, 12567, 13861, 14105, 11895, 12936, 11977, 12154, 11999, 13836, 14367, 14947, 16423, 15113, 15688, 14205, 15182, 13876, 13488, 13637, 13261, 13059, 13265, 12341, 11573, 11770, 11910, 11480, 14028, 13834, 13237, 14534, 14890, 14172, 14957, 13854, 15077, 13755, 14672, 13402, 12938, 12683, 12189, 14636, 13340, 11440, 13385, 11707, 12928, 12251, 10877, 12894, 11590, 13192, 13182, 11404, 13569, 13431, 12760, 12299, 13644, 12254, 12944, 12723, 13127, 11929, 11535, 11908, 12968, 12785, 11971, 12445, 12857, 13490, 13215, 14295, 12981, 12521, 13364, 12790, 12253, 10779, 13823, 12364, 12289, 12895, 13352, 16089, 14061, 13953, 15094, 14826, 14917, 14061, 12407, 14170, 13138, 12868, 13998, 12232, 12624, 15570, 12326, 12439, 14962, 14081, 14900, 14393, 14621, 14490, 14378, 13434, 14414, 12359, 15127, 11352, 12689, 12677, 12344, 13681, 11917, 12274, 12602, 12455, 13856, 13607, 13052, 11278, 12837, 11630, 13003, 11750, 11181, 12739, 12162, 10702, 12526, 11344, 13636, 13318, 13484, 12770, 11467, 12892, 11955, 14329, 12292, 11213, 11442, 11979, 12038, 13105, 12268, 13907, 12863, 13889, 14262, 14150, 12854, 11725, 12986, 13008, 13226, 12925, 12407, 12397, 12655, 11787, 13446, 13102, 12634, 13441, 12490, 12803, 12963, 13319, 13289, 15373, 13274, 14912, 12890, 14617, 13218, 14995, 14241, 12294, 13068, 13159, 12954, 13498, 12188, 12568, 13748, 12205, 15016, 13610, 14977, 14814, 13631, 12442, 12678, 13081, 13693, 14173, 11385, 13210, 13042, 13003, 11818, 13502, 12430, 12287, 9903, 12422, 10277, 11728, 11519, 12622, 12544, 12947, 12538, 12966, 11413, 13450, 13167, 13313, 15062, 13378, 15404, 13088, 13868, 12196, 11875, 12425, 12117, 12177, 12610, 12052, 12560, 12843, 12562, 13064, 13176, 13638, 12680, 13537, 12884, 13834, 11854, 11891, 12328, 12510, 12865, 13149, 12614, 12336, 11748, 12604, 11793, 12652, 12927, 12929, 12386, 13382, 12392, 11936, 11521, 12156, 12792, 10532, 11528, 12855, 11139, 11707, 12186, 12438, 14341, 12207, 12817, 13801, 12044, 13802, 11765, 13431, 12271, 12124, 13223, 11203, 11501, 12945, 12196, 14811, 11881, 11783, 13303, 11679, 11351, 12713, 11825, 14801, 12446, 14795, 11959, 12072, 13262, 11972, 14226, 11999, 11040, 12246, 12762, 13093, 12650, 14521, 11782, 12381, 12154, 14434, 13875, 14215, 14521, 14549, 15243, 14677, 13188, 12054, 12010, 12172, 12984, 12860, 14094], 'WindowCenter': [4905.0, 4906.0, 4885.0, 4954.0, 4802.0, 4873.0, 4875.0, 4883.0, 4881.0, 4856.0, 4866.0, 4864.0, 4866.0, 4865.0, 4865.0, 4851.0, 4850.0, 4841.0, 4849.0, 4836.0, 4846.0, 4833.0, 4811.0, 4810.0, 4832.0, 4823.0, 4832.0, 4846.0, 4815.0, 4834.0, 4847.0, 4838.0, 4839.0, 4840.0, 4850.0, 4850.0, 4840.0, 4837.0, 4838.0, 4840.0, 4820.0, 4840.0, 4842.0, 4823.0, 4864.0, 4845.0, 4873.0, 4855.0, 4855.0, 4856.0, 4846.0, 4847.0, 4867.0, 4845.0, 4863.0, 4834.0, 4850.0, 4841.0, 4863.0, 4854.0, 4844.0, 4853.0, 4833.0, 4823.0, 4815.0, 4847.0, 4825.0, 4829.0, 4850.0, 4865.0, 4899.0, 4898.0, 4865.0, 4864.0, 4876.0, 4884.0, 4851.0, 4875.0, 4869.0, 4874.0, 4834.0, 4822.0, 4829.0, 4824.0, 4878.0, 4863.0, 4859.0, 4831.0, 4833.0, 4810.0, 4818.0, 4774.0, 4783.0, 4808.0, 4817.0, 4806.0, 4797.0, 4819.0, 4832.0, 4834.0, 4848.0, 4825.0, 4836.0, 4837.0, 4837.0, 4847.0, 4862.0, 4849.0, 4849.0, 4848.0, 4871.0, 4859.0, 4860.0, 4839.0, 4848.0, 4840.0, 4831.0, 4839.0, 4852.0, 4851.0, 4851.0, 4852.0, 4849.0, 4873.0, 4853.0, 4855.0, 4852.0, 4868.0, 4845.0, 4867.0, 4862.0, 4847.0, 4836.0, 4844.0, 4822.0, 4822.0, 4831.0, 4839.0, 4832.0, 4821.0, 4832.0, 4817.0, 4809.0, 4808.0, 4806.0, 4804.0, 4804.0, 4805.0, 4795.0, 4826.0, 4816.0, 4828.0, 4807.0, 4819.0, 4807.0, 4820.0, 4809.0, 4821.0, 4819.0, 4820.0, 4827.0, 4810.0, 4831.0, 4799.0, 4829.0, 4835.0, 4857.0, 4851.0, 4875.0, 4862.0, 4862.0, 4864.0, 4864.0, 4864.0, 4873.0, 4863.0, 4877.0, 4867.0, 4865.0, 4886.0, 4876.0, 4862.0, 4870.0, 4852.0, 4858.0, 4847.0, 4834.0, 4831.0, 4820.0, 4822.0, 4829.0, 4809.0, 4832.0, 4820.0, 4820.0, 4822.0, 4831.0, 4822.0, 4821.0, 4831.0, 4831.0, 4834.0, 4830.0, 4831.0, 4831.0, 4857.0, 4868.0, 4856.0, 4859.0, 4845.0, 4833.0, 4845.0, 4845.0, 4846.0, 4844.0, 4843.0, 4831.0, 4830.0, 4818.0, 4820.0, 4818.0, 4834.0, 4832.0, 4824.0, 4830.0, 4838.0, 4818.0, 4828.0, 4808.0, 4827.0, 4813.0, 4815.0, 4814.0, 4813.0, 4815.0, 4802.0, 4793.0, 4802.0, 4794.0, 4794.0, 4802.0, 4805.0, 4805.0, 4805.0, 4815.0, 4808.0, 4833.0, 4835.0, 4792.0, 4798.0, 4806.0, 4804.0, 4796.0, 4806.0, 4811.0, 4842.0, 4859.0, 4878.0, 4889.0, 4859.0, 4874.0, 4829.0, 4849.0, 4825.0, 4836.0, 4837.0, 4848.0, 4860.0, 4859.0, 4849.0, 4837.0, 4835.0, 4834.0, 4834.0, 4833.0, 4808.0, 4794.0, 4792.0, 4764.0, 4794.0, 4807.0, 4773.0, 4722.0, 4831.0, 4845.0, 4818.0, 4818.0, 4805.0, 4814.0, 4790.0, 4780.0, 4779.0, 4789.0, 4810.0, 4803.0, 4804.0, 4803.0, 4804.0, 4816.0, 4802.0, 4803.0, 4792.0, 4804.0, 4792.0, 4801.0, 4791.0, 4790.0, 4780.0, 4781.0, 4790.0, 4781.0, 4801.0, 4792.0, 4780.0, 4803.0, 4802.0, 4814.0, 4803.0, 4816.0, 4794.0, 4793.0, 4794.0, 4803.0, 4802.0, 4803.0, 4803.0, 4802.0, 4803.0, 4816.0, 4804.0, 4817.0, 4795.0, 4825.0, 4808.0, 4818.0, 4827.0, 4830.0, 4830.0, 4828.0, 4820.0, 4808.0, 4830.0, 4797.0, 4816.0, 4813.0, 4816.0, 4817.0, 4818.0, 4807.0, 4808.0, 4783.0, 4805.0, 4834.0, 4820.0, 4827.0, 4804.0, 4841.0, 4816.0, 4824.0, 4848.0, 4859.0, 4858.0, 4824.0, 4817.0, 4803.0, 4792.0, 4800.0, 4796.0, 4781.0, 4805.0, 4829.0, 4850.0, 4820.0, 4805.0, 4794.0, 4801.0, 4790.0, 4789.0, 4790.0, 4791.0, 4790.0, 4803.0, 4782.0, 4804.0, 4805.0, 4816.0, 4795.0, 4815.0, 4805.0, 4795.0, 4816.0, 4797.0, 4829.0, 4820.0, 4822.0, 4822.0, 4832.0, 4833.0, 4813.0, 4864.0, 4813.0, 4841.0, 4854.0, 4824.0, 4853.0, 4834.0, 4855.0, 4866.0, 4834.0, 4834.0, 4832.0, 4844.0, 4823.0, 4805.0, 4807.0, 4756.0, 4752.0, 4761.0, 4748.0, 4791.0, 4839.0, 4830.0, 4823.0, 4816.0, 4804.0, 4790.0, 4788.0, 4779.0, 4766.0, 4769.0, 4793.0, 4806.0, 4806.0, 4814.0, 4784.0, 4824.0, 4782.0, 4798.0, 4792.0, 4814.0, 4793.0, 4791.0, 4806.0, 4827.0, 4830.0, 4835.0, 4903.0, 4875.0, 4847.0, 4812.0, 4782.0, 4764.0, 4806.0, 4838.0, 4806.0, 4817.0, 4809.0, 4799.0, 4821.0, 4832.0, 4823.0, 4831.0, 4817.0, 4796.0, 4805.0, 4791.0, 4778.0, 4787.0, 4776.0, 4768.0, 4790.0, 4802.0, 4805.0, 4803.0, 4796.0, 4790.0, 4791.0, 4781.0, 4778.0, 4788.0, 4777.0, 4778.0, 4778.0, 4788.0, 4779.0, 4777.0, 4777.0, 4780.0, 4777.0, 4801.0, 4799.0, 4812.0, 4794.0, 4815.0, 4814.0, 4817.0, 4820.0, 4820.0, 4827.0, 4807.0, 4795.0, 4804.0, 4804.0, 4792.0, 4802.0, 4793.0, 4793.0, 4793.0, 4801.0, 4791.0, 4801.0, 4795.0, 4803.0, 4794.0, 4805.0, 4805.0, 4805.0, 4816.0, 4816.0, 4828.0, 4828.0, 4820.0, 4816.0, 4818.0, 4817.0, 4805.0, 4814.0, 4806.0, 4816.0, 4815.0, 4818.0, 4807.0, 4819.0, 4845.0, 4818.0, 4816.0, 4816.0, 4808.0, 4818.0, 4818.0, 4830.0, 4823.0, 4831.0, 4844.0, 4844.0, 4823.0, 4833.0, 4812.0, 4861.0, 4880.0, 4863.0, 4832.0, 4859.0, 4867.0, 4869.0, 4866.0, 4842.0, 4826.0, 4802.0, 4792.0, 4762.0, 4766.0, 4778.0, 4789.0, 4789.0, 4819.0, 4804.0, 4804.0, 4809.0, 4829.0, 4829.0, 4818.0, 4829.0, 4829.0, 4817.0, 4816.0, 4805.0, 4813.0, 4804.0, 4801.0, 4802.0, 4790.0, 4802.0, 4793.0, 4812.0, 4815.0, 4794.0, 4814.0, 4806.0, 4817.0, 4817.0, 4800.0, 4830.0, 4820.0, 4832.0, 4833.0, 4823.0, 4832.0, 4834.0, 4832.0, 4821.0, 4844.0, 4834.0, 4832.0, 4834.0, 4833.0, 4821.0, 4824.0, 4825.0, 4834.0, 4844.0, 4823.0, 4834.0, 4833.0, 4833.0, 4834.0, 4841.0, 4834.0, 4834.0, 4831.0, 4830.0, 4835.0, 4816.0, 4842.0, 4836.0, 4850.0, 4870.0, 4858.0, 4862.0, 4820.0, 4833.0, 4843.0, 4816.0, 4813.0, 4791.0, 4780.0, 4800.0, 4789.0, 4778.0, 4800.0, 4793.0, 4804.0, 4837.0, 4806.0, 4807.0, 4826.0, 4817.0, 4814.0, 4804.0, 4799.0, 4802.0, 4800.0, 4790.0, 4816.0, 4794.0, 4813.0, 4781.0, 4803.0, 4802.0, 4804.0, 4817.0, 4806.0, 4821.0, 4831.0, 4822.0, 4843.0, 4842.0, 4831.0, 4824.0, 4834.0, 4825.0, 4834.0, 4825.0, 4814.0, 4836.0, 4835.0, 4815.0, 4834.0, 4827.0, 4844.0, 4847.0, 4833.0, 4835.0, 4824.0, 4833.0, 4823.0, 4842.0, 4824.0, 4815.0, 4824.0, 4836.0, 4835.0, 4848.0, 4837.0, 4847.0, 4837.0, 4845.0, 4846.0, 4843.0, 4823.0, 4810.0, 4820.0, 4823.0, 4822.0, 4820.0, 4811.0, 4818.0, 4821.0, 4810.0, 4821.0, 4822.0, 4820.0, 4830.0, 4822.0, 4820.0, 4832.0, 4833.0, 4835.0, 4854.0, 4824.0, 4842.0, 4809.0, 4829.0, 4806.0, 4827.0, 4826.0, 4810.0, 4815.0, 4815.0, 4806.0, 4817.0, 4808.0, 4820.0, 4829.0, 4810.0, 4841.0, 4831.0, 4843.0, 4840.0, 4832.0, 4808.0, 4806.0, 4817.0, 4818.0, 4828.0, 4808.0, 4829.0, 4845.0, 4843.0, 4832.0, 4842.0, 4845.0, 4847.0, 4820.0, 4861.0, 4842.0, 4865.0, 4851.0, 4851.0, 4848.0, 4849.0, 4837.0, 4838.0, 4813.0, 4846.0, 4831.0, 4834.0, 4839.0, 4830.0, 4827.0, 4819.0, 4818.0, 4809.0, 4808.0, 4819.0, 4820.0, 4822.0, 4822.0, 4823.0, 4821.0, 4831.0, 4834.0, 4831.0, 4843.0, 4843.0, 4833.0, 4842.0, 4834.0, 4832.0, 4822.0, 4823.0, 4831.0, 4834.0, 4843.0, 4846.0, 4835.0, 4845.0, 4837.0, 4848.0, 4835.0, 4847.0, 4836.0, 4836.0, 4836.0, 4842.0, 4847.0, 4823.0, 4825.0, 4846.0, 4845.0, 4830.0, 4839.0, 4859.0, 4839.0, 4852.0, 4863.0, 4864.0, 4873.0, 4852.0, 4852.0, 4861.0, 4842.0, 4858.0, 4838.0, 4847.0, 4837.0, 4838.0, 4849.0, 4829.0, 4828.0, 4848.0, 4840.0, 4860.0, 4838.0, 4838.0, 4849.0, 4838.0, 4829.0, 4848.0, 4839.0, 4857.0, 4838.0, 4855.0, 4826.0, 4836.0, 4836.0, 4838.0, 4844.0, 4836.0, 4826.0, 4838.0, 4848.0, 4861.0, 4860.0, 4858.0, 4840.0, 4850.0, 4848.0, 4872.0, 4857.0, 4869.0, 4856.0, 4856.0, 4856.0, 4855.0, 4834.0, 4825.0, 4825.0, 4826.0, 4829.0, 4821.0, 4842.0], 'WindowWidth': [10686.0, 10672.0, 10643.0, 10757.0, 10464.0, 10621.0, 10625.0, 10629.0, 10620.0, 10580.0, 10593.0, 10588.0, 10593.0, 10591.0, 10589.0, 10566.0, 10561.0, 10546.0, 10557.0, 10532.0, 10548.0, 10524.0, 10488.0, 10487.0, 10520.0, 10510.0, 10526.0, 10548.0, 10506.0, 10531.0, 10553.0, 10540.0, 10544.0, 10544.0, 10561.0, 10557.0, 10545.0, 10537.0, 10538.0, 10544.0, 10518.0, 10544.0, 10551.0, 10528.0, 10590.0, 10562.0, 10596.0, 10576.0, 10576.0, 10577.0, 10566.0, 10566.0, 10596.0, 10562.0, 10583.0, 10544.0, 10556.0, 10545.0, 10579.0, 10569.0, 10560.0, 10572.0, 10521.0, 10512.0, 10505.0, 10553.0, 10519.0, 10534.0, 10562.0, 10594.0, 10649.0, 10646.0, 10594.0, 10590.0, 10608.0, 10620.0, 10569.0, 10591.0, 10610.0, 10604.0, 10530.0, 10510.0, 10518.0, 10520.0, 10617.0, 10587.0, 10571.0, 10520.0, 10524.0, 10486.0, 10496.0, 10412.0, 10439.0, 10484.0, 10492.0, 10480.0, 10470.0, 10502.0, 10528.0, 10532.0, 10557.0, 10521.0, 10537.0, 10539.0, 10541.0, 10556.0, 10579.0, 10558.0, 10556.0, 10557.0, 10590.0, 10572.0, 10574.0, 10545.0, 10557.0, 10547.0, 10534.0, 10546.0, 10569.0, 10564.0, 10565.0, 10564.0, 10558.0, 10600.0, 10576.0, 10583.0, 10575.0, 10592.0, 10555.0, 10585.0, 10585.0, 10556.0, 10538.0, 10547.0, 10512.0, 10508.0, 10520.0, 10530.0, 10525.0, 10505.0, 10524.0, 10498.0, 10488.0, 10482.0, 10478.0, 10472.0, 10473.0, 10473.0, 10461.0, 10506.0, 10494.0, 10515.0, 10483.0, 10504.0, 10484.0, 10506.0, 10488.0, 10509.0, 10500.0, 10503.0, 10511.0, 10490.0, 10522.0, 10480.0, 10523.0, 10534.0, 10569.0, 10569.0, 10610.0, 10587.0, 10586.0, 10593.0, 10597.0, 10593.0, 10604.0, 10589.0, 10612.0, 10600.0, 10594.0, 10621.0, 10612.0, 10585.0, 10594.0, 10568.0, 10571.0, 10553.0, 10531.0, 10524.0, 10507.0, 10510.0, 10515.0, 10488.0, 10521.0, 10505.0, 10507.0, 10511.0, 10525.0, 10511.0, 10509.0, 10524.0, 10524.0, 10534.0, 10522.0, 10527.0, 10526.0, 10571.0, 10588.0, 10569.0, 10578.0, 10551.0, 10529.0, 10552.0, 10548.0, 10554.0, 10547.0, 10542.0, 10522.0, 10521.0, 10501.0, 10507.0, 10500.0, 10532.0, 10527.0, 10519.0, 10520.0, 10529.0, 10500.0, 10516.0, 10483.0, 10509.0, 10486.0, 10494.0, 10489.0, 10487.0, 10491.0, 10470.0, 10457.0, 10468.0, 10458.0, 10461.0, 10468.0, 10477.0, 10476.0, 10480.0, 10492.0, 10490.0, 10529.0, 10533.0, 10463.0, 10483.0, 10486.0, 10481.0, 10476.0, 10490.0, 10493.0, 10554.0, 10589.0, 10618.0, 10633.0, 10589.0, 10607.0, 10529.0, 10560.0, 10518.0, 10538.0, 10540.0, 10559.0, 10578.0, 10572.0, 10562.0, 10539.0, 10536.0, 10531.0, 10531.0, 10524.0, 10480.0, 10454.0, 10447.0, 10408.0, 10448.0, 10473.0, 10415.0, 10309.0, 10527.0, 10553.0, 10500.0, 10499.0, 10475.0, 10487.0, 10445.0, 10433.0, 10432.0, 10445.0, 10479.0, 10471.0, 10472.0, 10470.0, 10474.0, 10493.0, 10467.0, 10471.0, 10455.0, 10473.0, 10457.0, 10466.0, 10454.0, 10448.0, 10433.0, 10436.0, 10449.0, 10439.0, 10464.0, 10454.0, 10434.0, 10473.0, 10470.0, 10490.0, 10472.0, 10494.0, 10463.0, 10459.0, 10459.0, 10471.0, 10469.0, 10472.0, 10471.0, 10469.0, 10472.0, 10492.0, 10473.0, 10497.0, 10464.0, 10509.0, 10485.0, 10501.0, 10511.0, 10524.0, 10519.0, 10517.0, 10504.0, 10489.0, 10522.0, 10468.0, 10494.0, 10484.0, 10493.0, 10494.0, 10499.0, 10481.0, 10482.0, 10442.0, 10471.0, 10528.0, 10515.0, 10516.0, 10480.0, 10529.0, 10487.0, 10515.0, 10555.0, 10576.0, 10569.0, 10517.0, 10494.0, 10470.0, 10449.0, 10463.0, 10461.0, 10435.0, 10475.0, 10515.0, 10554.0, 10505.0, 10474.0, 10455.0, 10462.0, 10449.0, 10446.0, 10449.0, 10449.0, 10449.0, 10468.0, 10440.0, 10474.0, 10475.0, 10492.0, 10462.0, 10489.0, 10479.0, 10465.0, 10496.0, 10469.0, 10518.0, 10504.0, 10510.0, 10509.0, 10525.0, 10527.0, 10500.0, 10574.0, 10502.0, 10539.0, 10560.0, 10522.0, 10556.0, 10531.0, 10564.0, 10580.0, 10535.0, 10532.0, 10526.0, 10546.0, 10512.0, 10482.0, 10461.0, 10387.0, 10375.0, 10385.0, 10355.0, 10444.0, 10528.0, 10515.0, 10510.0, 10493.0, 10469.0, 10443.0, 10437.0, 10425.0, 10402.0, 10412.0, 10451.0, 10476.0, 10476.0, 10483.0, 10443.0, 10498.0, 10438.0, 10453.0, 10452.0, 10484.0, 10455.0, 10449.0, 10477.0, 10514.0, 10526.0, 10538.0, 10653.0, 10618.0, 10562.0, 10488.0, 10429.0, 10407.0, 10486.0, 10532.0, 10481.0, 10495.0, 10488.0, 10474.0, 10508.0, 10523.0, 10513.0, 10517.0, 10495.0, 10462.0, 10472.0, 10447.0, 10424.0, 10436.0, 10420.0, 10414.0, 10445.0, 10467.0, 10481.0, 10470.0, 10463.0, 10449.0, 10451.0, 10432.0, 10428.0, 10439.0, 10423.0, 10424.0, 10428.0, 10441.0, 10430.0, 10422.0, 10425.0, 10431.0, 10425.0, 10462.0, 10461.0, 10484.0, 10461.0, 10494.0, 10490.0, 10499.0, 10505.0, 10508.0, 10512.0, 10481.0, 10463.0, 10473.0, 10474.0, 10453.0, 10470.0, 10454.0, 10456.0, 10454.0, 10464.0, 10450.0, 10464.0, 10461.0, 10470.0, 10461.0, 10477.0, 10477.0, 10479.0, 10494.0, 10497.0, 10511.0, 10513.0, 10506.0, 10496.0, 10500.0, 10495.0, 10480.0, 10487.0, 10480.0, 10493.0, 10491.0, 10499.0, 10484.0, 10504.0, 10550.0, 10500.0, 10495.0, 10494.0, 10487.0, 10498.0, 10500.0, 10520.0, 10513.0, 10526.0, 10547.0, 10543.0, 10515.0, 10526.0, 10496.0, 10587.0, 10624.0, 10584.0, 10523.0, 10579.0, 10589.0, 10592.0, 10581.0, 10542.0, 10507.0, 10468.0, 10448.0, 10390.0, 10402.0, 10424.0, 10443.0, 10449.0, 10509.0, 10478.0, 10475.0, 10489.0, 10516.0, 10515.0, 10500.0, 10517.0, 10516.0, 10496.0, 10494.0, 10477.0, 10486.0, 10474.0, 10464.0, 10466.0, 10450.0, 10471.0, 10459.0, 10484.0, 10493.0, 10463.0, 10489.0, 10483.0, 10497.0, 10499.0, 10479.0, 10521.0, 10510.0, 10526.0, 10530.0, 10513.0, 10528.0, 10527.0, 10526.0, 10508.0, 10546.0, 10535.0, 10528.0, 10532.0, 10530.0, 10511.0, 10517.0, 10521.0, 10531.0, 10546.0, 10517.0, 10531.0, 10529.0, 10529.0, 10533.0, 10539.0, 10532.0, 10532.0, 10523.0, 10520.0, 10537.0, 10511.0, 10542.0, 10538.0, 10566.0, 10602.0, 10580.0, 10578.0, 10505.0, 10532.0, 10541.0, 10494.0, 10483.0, 10449.0, 10431.0, 10460.0, 10443.0, 10427.0, 10462.0, 10457.0, 10475.0, 10525.0, 10482.0, 10486.0, 10506.0, 10497.0, 10484.0, 10472.0, 10458.0, 10466.0, 10459.0, 10448.0, 10488.0, 10458.0, 10483.0, 10438.0, 10470.0, 10470.0, 10474.0, 10494.0, 10481.0, 10512.0, 10523.0, 10513.0, 10543.0, 10537.0, 10526.0, 10519.0, 10531.0, 10519.0, 10531.0, 10520.0, 10505.0, 10536.0, 10533.0, 10507.0, 10531.0, 10526.0, 10545.0, 10553.0, 10529.0, 10534.0, 10517.0, 10530.0, 10514.0, 10540.0, 10516.0, 10507.0, 10517.0, 10539.0, 10536.0, 10556.0, 10540.0, 10553.0, 10537.0, 10547.0, 10552.0, 10541.0, 10515.0, 10489.0, 10507.0, 10510.0, 10510.0, 10504.0, 10492.0, 10500.0, 10508.0, 10492.0, 10507.0, 10509.0, 10505.0, 10518.0, 10510.0, 10507.0, 10527.0, 10528.0, 10534.0, 10556.0, 10516.0, 10538.0, 10492.0, 10514.0, 10482.0, 10510.0, 10507.0, 10490.0, 10494.0, 10493.0, 10479.0, 10497.0, 10486.0, 10505.0, 10518.0, 10494.0, 10534.0, 10526.0, 10542.0, 10536.0, 10525.0, 10486.0, 10481.0, 10495.0, 10499.0, 10513.0, 10486.0, 10517.0, 10552.0, 10548.0, 10530.0, 10545.0, 10555.0, 10558.0, 10525.0, 10586.0, 10561.0, 10594.0, 10567.0, 10569.0, 10556.0, 10561.0, 10539.0, 10543.0, 10501.0, 10550.0, 10524.0, 10531.0, 10530.0, 10519.0, 10513.0, 10504.0, 10500.0, 10491.0, 10487.0, 10506.0, 10506.0, 10514.0, 10513.0, 10517.0, 10512.0, 10526.0, 10531.0, 10524.0, 10546.0, 10544.0, 10533.0, 10542.0, 10533.0, 10528.0, 10516.0, 10516.0, 10528.0, 10536.0, 10547.0, 10556.0, 10537.0, 10553.0, 10541.0, 10559.0, 10537.0, 10557.0, 10538.0, 10539.0, 10537.0, 10544.0, 10554.0, 10519.0, 10524.0, 10554.0, 10552.0, 10536.0, 10548.0, 10575.0, 10548.0, 10570.0, 10585.0, 10590.0, 10598.0, 10571.0, 10567.0, 10579.0, 10551.0, 10571.0, 10544.0, 10554.0, 10543.0, 10543.0, 10558.0, 10533.0, 10529.0, 10560.0, 10549.0, 10575.0, 10546.0, 10544.0, 10558.0, 10545.0, 10533.0, 10558.0, 10545.0, 10568.0, 10543.0, 10563.0, 10525.0, 10537.0, 10536.0, 10541.0, 10545.0, 10540.0, 10526.0, 10547.0, 10558.0, 10581.0, 10578.0, 10572.0, 10550.0, 10565.0, 10560.0, 10596.0, 10569.0, 10589.0, 10568.0, 10567.0, 10564.0, 10563.0, 10532.0, 10522.0, 10519.0, 10524.0, 10518.0, 10510.0, 10539.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.004490389908256881</td></tr>
<tr><td colspan=3>aqi</td><td>0.041392948509174306</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.2276443629277</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.29766088617681</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0453346807692308</td></tr>
<tr><td colspan=3>efc</td><td>0.5027</td></tr>
<tr><td colspan=3>fber</td><td>4856.4814</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.19998187220278893</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>247</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>28.325688073394495</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.349685419783461</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.243847946502496</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.658130572988865</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1470777398590206</td></tr>
<tr><td colspan=3>gcor</td><td>0.0321494</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009844958782196045</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04786883294582367</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.124214246489654</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>21.3916</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>58.624</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>235.2048</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293736.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1086.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>419.0297</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.059</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>588.0208</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3990.4316</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4190.5</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82808.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1510.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5156.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1016.0662</td></tr>
<tr><td colspan=3>tsnr</td><td>31.113042609009426</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>