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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0092/ses-03/func/sub-0092_ses-03_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>bbc3c6d94ca07d60c0db54e82ae5d4d5</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>09:11:20.607500</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.99931, 0.0021389, -0.0370749, 0.00122086, 0.995908, 0.090362]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0793542</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4126, -7740, -7291, 688, -52, -139, 23, 83]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>229.016</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2e27274a-7da1-4db2-b42f-0befa849a00b||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.6810762882232666, 0.003275474300608039, -0.10021442919969559, 112.08827209472656], [-0.005738506093621254, 2.6719489097595215, 0.24393142759799957, -99.90277862548828], [-0.09946919977664948, -0.2424347698688507, 2.6870901584625244, -60.39604949951172], [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': ['091120.607500', '091121.067500', '091121.527500', '091121.987500', '091122.447500', '091122.907500', '091123.367500', '091123.827500', '091124.287500', '091124.747500', '091125.207500', '091125.667500', '091126.127500', '091126.587500', '091127.047500', '091127.507500', '091127.967500', '091128.427500', '091128.887500', '091129.347500', '091129.807500', '091130.267500', '091130.727500', '091131.187500', '091131.647500', '091132.107500', '091132.567500', '091133.027500', '091133.487500', '091133.947500', '091134.407500', '091134.867500', '091135.327500', '091135.787500', '091136.247500', '091136.707500', '091137.167500', '091137.627500', '091138.087500', '091138.547500', '091139.007500', '091139.467500', '091139.927500', '091140.387500', '091140.847500', '091141.307500', '091141.767500', '091142.227500', '091142.687500', '091143.147500', '091143.607500', '091144.067500', '091144.527500', '091144.987500', '091145.447500', '091145.907500', '091146.367500', '091146.827500', '091147.287500', '091147.747500', '091148.207500', '091148.667500', '091149.127500', '091149.587500', '091150.047500', '091150.507500', '091150.967500', '091151.427500', '091151.887500', '091152.347500', '091152.807500', '091153.267500', '091153.727500', '091154.187500', '091154.647500', '091155.107500', '091155.567500', '091156.027500', '091156.487500', '091156.947500', '091157.407500', '091157.867500', '091158.327500', '091158.787500', '091159.247500', '091159.707500', '091200.167500', '091200.627500', '091201.087500', '091201.547500', '091202.007500', '091202.467500', '091202.927500', '091203.387500', '091203.847500', '091204.307500', '091204.767500', '091205.227500', '091205.687500', '091206.147500', '091206.607500', '091207.067500', '091207.527500', '091207.987500', '091208.447500', '091208.907500', '091209.367500', '091209.827500', '091210.287500', '091210.747500', '091211.207500', '091211.667500', '091212.127500', '091212.587500', '091213.047500', '091213.507500', '091213.967500', '091214.427500', '091214.887500', '091215.347500', '091215.807500', '091216.267500', '091216.727500', '091217.187500', '091217.647500', '091218.107500', '091218.567500', '091219.027500', '091219.487500', '091219.947500', '091220.407500', '091220.867500', '091221.327500', '091221.787500', '091222.247500', '091222.707500', '091223.167500', '091223.627500', '091224.087500', '091224.547500', '091225.007500', '091225.467500', '091225.927500', '091226.387500', '091226.847500', '091227.307500', '091227.767500', '091228.227500', '091228.687500', '091229.147500', '091229.607500', '091230.067500', '091230.527500', '091230.987500', '091231.447500', '091231.907500', '091232.367500', '091232.827500', '091233.287500', '091233.747500', '091234.207500', '091234.667500', '091235.127500', '091235.587500', '091236.047500', '091236.507500', '091236.967500', '091237.427500', '091237.887500', '091238.347500', '091238.807500', '091239.267500', '091239.727500', '091240.187500', '091240.647500', '091241.107500', '091241.567500', '091242.027500', '091242.487500', '091242.947500', '091243.407500', '091243.867500', '091244.327500', '091244.787500', '091245.247500', '091245.707500', '091246.167500', '091246.627500', '091247.087500', '091247.547500', '091248.007500', '091248.467500', '091248.927500', '091249.387500', '091249.847500', '091250.307500', '091250.767500', '091251.227500', '091251.687500', '091252.147500', '091252.607500', '091253.067500', '091253.527500', '091253.987500', '091254.447500', '091254.907500', '091255.367500', '091255.827500', '091256.287500', '091256.747500', '091257.207500', '091257.667500', '091258.127500', '091258.587500', '091259.047500', '091259.507500', '091259.967500', '091300.427500', '091300.887500', '091301.347500', '091301.807500', '091302.267500', '091302.727500', '091303.187500', '091303.647500', '091304.107500', '091304.567500', '091305.027500', '091305.487500', '091305.947500', '091306.407500', '091306.867500', '091307.327500', '091307.787500', '091308.247500', '091308.707500', '091309.167500', '091309.627500', '091310.087500', '091310.547500', '091311.007500', '091311.467500', '091311.927500', '091312.387500', '091312.847500', '091313.307500', '091313.767500', '091314.227500', '091314.687500', '091315.147500', '091315.607500', '091316.067500', '091316.527500', '091316.987500', '091317.447500', '091317.907500', '091318.367500', '091318.827500', '091319.287500', '091319.747500', '091320.207500', '091320.667500', '091321.127500', '091321.587500', '091322.047500', '091322.507500', '091322.967500', '091323.427500', '091323.887500', '091324.347500', '091324.807500', '091325.267500', '091325.727500', '091326.187500', '091326.647500', '091327.107500', '091327.567500', '091328.027500', '091328.487500', '091328.947500', '091329.407500', '091329.867500', '091330.327500', '091330.787500', '091331.247500', '091331.707500', '091332.167500', '091332.627500', '091333.087500', '091333.547500', '091334.007500', '091334.467500', '091334.927500', '091335.387500', '091335.847500', '091336.307500', '091336.767500', '091337.227500', '091337.687500', '091338.147500', '091338.607500', '091339.067500', '091339.527500', '091339.987500', '091340.447500', '091340.907500', '091341.367500', '091341.827500', '091342.287500', '091342.747500', '091343.207500', '091343.667500', '091344.127500', '091344.587500', '091345.047500', '091345.507500', '091345.967500', '091346.427500', '091346.887500', '091347.347500', '091347.807500', '091348.267500', '091348.727500', '091349.187500', '091349.647500', '091350.107500', '091350.567500', '091351.027500', '091351.487500', '091351.947500', '091352.407500', '091352.867500', '091353.327500', '091353.787500', '091354.247500', '091354.707500', '091355.167500', '091355.627500', '091356.087500', '091356.547500', '091357.007500', '091357.467500', '091357.927500', '091358.387500', '091358.847500', '091359.307500', '091359.767500', '091400.227500', '091400.687500', '091401.147500', '091401.607500', '091402.067500', '091402.527500', '091402.987500', '091403.447500', '091403.907500', '091404.367500', '091404.827500', '091405.287500', '091405.747500', '091406.207500', '091406.667500', '091407.127500', '091407.587500', '091408.047500', '091408.507500', '091408.967500', '091409.427500', '091409.887500', '091410.347500', '091410.807500', '091411.267500', '091411.727500', '091412.187500', '091412.647500', '091413.107500', '091413.567500', '091414.027500', '091414.487500', '091414.947500', '091415.407500', '091415.867500', '091416.327500', '091416.787500', '091417.247500', '091417.707500', '091418.167500', '091418.627500', '091419.087500', '091419.547500', '091420.007500', '091420.467500', '091420.927500', '091421.387500', '091421.847500', '091422.307500', '091422.767500', '091423.227500', '091423.687500', '091424.147500', '091424.607500', '091425.067500', '091425.527500', '091425.987500', '091426.447500', '091426.907500', '091427.367500', '091427.827500', '091428.287500', '091428.747500', '091429.207500', '091429.667500', '091430.127500', '091430.587500', '091431.047500', '091431.507500', '091431.967500', '091432.427500', '091432.887500', '091433.347500', '091433.807500', '091434.267500', '091434.727500', '091435.187500', '091435.647500', '091436.107500', '091436.567500', '091437.027500', '091437.487500', '091437.947500', '091438.407500', '091438.867500', '091439.327500', '091439.787500', '091440.247500', '091440.707500', '091441.167500', '091441.627500', '091442.087500', '091442.547500', '091443.007500', '091443.467500', '091443.927500', '091444.387500', '091444.847500', '091445.307500', '091445.767500', '091446.227500', '091446.687500', '091447.147500', '091447.607500', '091448.067500', '091448.527500', '091448.987500', '091449.447500', '091449.907500', '091450.367500', '091450.827500', '091451.287500', '091451.747500', '091452.207500', '091452.667500', '091453.127500', '091453.587500', '091454.047500', '091454.507500', '091454.967500', '091455.427500', '091455.887500', '091456.347500', '091456.807500', '091457.267500', '091457.727500', '091458.187500', '091458.647500', '091459.107500', '091459.567500', '091500.027500', '091500.487500', '091500.947500', '091501.407500', '091501.867500', '091502.327500', '091502.787500', '091503.247500', '091503.707500', '091504.167500', '091504.627500', '091505.087500', '091505.547500', '091506.007500', '091506.467500', '091506.927500', '091507.387500', '091507.847500', '091508.307500', '091508.767500', '091509.227500', '091509.687500', '091510.147500', '091510.607500', '091511.067500', '091511.527500', '091511.987500', '091512.447500', '091512.907500', '091513.367500', '091513.827500', '091514.287500', '091514.747500', '091515.207500', '091515.667500', '091516.127500', '091516.587500', '091517.047500', '091517.507500', '091517.967500', '091518.427500', '091518.887500', '091519.347500', '091519.807500', '091520.267500', '091520.727500', '091521.187500', '091521.647500', '091522.107500', '091522.567500', '091523.027500', '091523.487500', '091523.947500', '091524.407500', '091524.867500', '091525.327500', '091525.787500', '091526.247500', '091526.707500', '091527.167500', '091527.627500', '091528.087500', '091528.547500', '091529.007500', '091529.467500', '091529.927500', '091530.387500', '091530.847500', '091531.307500', '091531.767500', '091532.227500', '091532.687500', '091533.147500', '091533.607500', '091534.067500', '091534.527500', '091534.987500', '091535.447500', '091535.907500', '091536.367500', '091536.827500', '091537.287500', '091537.747500', '091538.207500', '091538.667500', '091539.127500', '091539.587500', '091540.047500', '091540.507500', '091540.967500', '091541.427500', '091541.887500', '091542.347500', '091542.807500', '091543.267500', '091543.727500', '091544.187500', '091544.647500', '091545.107500', '091545.567500', '091546.027500', '091546.487500', '091546.947500', '091547.407500', '091547.867500', '091548.327500', '091548.787500', '091549.247500', '091549.707500', '091550.167500', '091550.627500', '091551.087500', '091551.547500', '091552.007500', '091552.467500', '091552.927500', '091553.387500', '091553.847500', '091554.307500', '091554.767500', '091555.227500', '091555.687500', '091556.147500', '091556.607500', '091557.067500', '091557.527500', '091557.987500', '091558.447500', '091558.907500', '091559.367500', '091559.827500', '091600.287500', '091600.747500', '091601.207500', '091601.667500', '091602.127500', '091602.587500', '091603.047500', '091603.507500', '091603.967500', '091604.427500', '091604.887500', '091605.347500', '091605.807500', '091606.267500', '091606.727500', '091607.187500', '091607.647500', '091608.107500', '091608.567500', '091609.027500', '091609.487500', '091609.947500', '091610.407500', '091610.867500', '091611.327500', '091611.787500', '091612.247500', '091612.707500', '091613.167500', '091613.627500', '091614.087500', '091614.547500', '091615.007500', '091615.467500', '091615.927500', '091616.387500', '091616.847500', '091617.307500', '091617.767500', '091618.227500', '091618.687500', '091619.147500', '091619.607500', '091620.067500', '091620.527500', '091620.987500', '091621.447500', '091621.907500', '091622.367500', '091622.827500', '091623.287500', '091623.747500', '091624.207500', '091624.667500', '091625.127500', '091625.587500', '091626.047500', '091626.507500', '091626.967500', '091627.427500', '091627.887500', '091628.347500', '091628.807500', '091629.267500', '091629.727500', '091630.187500', '091630.647500', '091631.107500', '091631.567500', '091632.027500', '091632.487500', '091632.947500', '091633.407500', '091633.867500', '091634.327500', '091634.787500', '091635.247500', '091635.707500', '091636.167500', '091636.627500', '091637.087500', '091637.547500', '091638.007500', '091638.467500', '091638.927500', '091639.387500', '091639.847500', '091640.307500', '091640.767500', '091641.227500', '091641.687500', '091642.147500', '091642.607500', '091643.067500', '091643.527500', '091643.987500', '091644.447500', '091644.907500', '091645.367500', '091645.827500', '091646.287500', '091646.747500', '091647.207500', '091647.667500', '091648.127500', '091648.587500', '091649.047500', '091649.507500', '091649.967500', '091650.427500', '091650.887500', '091651.347500', '091651.807500', '091652.267500', '091652.727500', '091653.187500', '091653.647500', '091654.107500', '091654.567500', '091655.027500', '091655.487500', '091655.947500', '091656.407500', '091656.867500', '091657.327500', '091657.787500', '091658.247500', '091658.707500', '091659.167500', '091659.627500', '091700.087500', '091700.547500', '091701.007500', '091701.467500', '091701.927500', '091702.387500', '091702.847500', '091703.307500', '091703.767500', '091704.227500', '091704.687500', '091705.147500', '091705.607500', '091706.067500', '091706.527500', '091706.987500', '091707.447500', '091707.907500', '091708.367500', '091708.827500', '091709.287500', '091709.747500', '091710.207500', '091710.667500', '091711.127500', '091711.587500', '091712.047500', '091712.507500', '091712.967500', '091713.427500', '091713.887500', '091714.347500', '091714.807500', '091715.267500', '091715.727500', '091716.187500', '091716.647500', '091717.107500', '091717.567500', '091718.027500', '091718.487500', '091718.947500', '091719.407500', '091719.867500', '091720.327500', '091720.787500', '091721.247500', '091721.707500', '091722.167500', '091722.627500', '091723.087500', '091723.547500', '091724.007500', '091724.467500', '091724.927500', '091725.387500', '091725.847500', '091726.307500', '091726.767500', '091727.227500', '091727.687500', '091728.147500', '091728.607500', '091729.067500', '091729.527500', '091729.987500', '091730.447500', '091730.907500', '091731.367500', '091731.827500', '091732.287500', '091732.747500', '091733.207500', '091733.667500', '091734.127500', '091734.587500', '091735.047500', '091735.507500', '091735.967500', '091736.427500', '091736.887500', '091737.347500', '091737.807500', '091738.267500', '091738.727500', '091739.187500', '091739.647500', '091740.107500', '091740.567500', '091741.027500', '091741.487500', '091741.947500', '091742.407500', '091742.867500', '091743.327500', '091743.787500', '091744.247500', '091744.707500', '091745.167500', '091745.627500', '091746.087500', '091746.547500', '091747.007500', '091747.467500', '091747.927500', '091748.387500', '091748.847500', '091749.307500', '091749.767500', '091750.227500', '091750.687500', '091751.147500', '091751.607500', '091752.067500', '091752.527500', '091752.987500', '091753.447500', '091753.907500', '091754.367500', '091754.827500', '091755.287500', '091755.747500', '091756.207500', '091756.667500', '091757.127500', '091757.587500', '091758.047500', '091758.507500', '091758.967500', '091759.427500', '091759.887500', '091800.347500', '091800.807500', '091801.267500'], 'ContentTime': ['091143.783000', '091143.800000', '091143.802000', '091143.805000', '091143.807000', '091143.810000', '091143.813000', '091143.816000', '091143.819000', '091143.822000', '091143.824000', '091143.827000', '091143.829000', '091143.832000', '091143.835000', '091143.837000', '091143.840000', '091143.842000', '091143.845000', '091143.847000', '091143.850000', '091143.852000', '091143.855000', '091143.860000', '091143.863000', '091143.866000', '091143.868000', '091143.871000', '091143.873000', '091143.876000', '091143.878000', '091143.881000', '091143.883000', '091143.886000', '091143.888000', '091143.891000', '091143.894000', '091143.896000', '091143.899000', '091143.901000', '091143.904000', '091143.906000', '091143.909000', '091143.911000', '091143.914000', '091143.916000', '091143.919000', '091143.921000', '091203.753000', '091203.756000', '091203.759000', '091203.761000', '091203.764000', '091203.766000', '091203.769000', '091203.772000', '091203.774000', '091203.777000', '091203.779000', '091203.782000', '091203.784000', '091203.787000', '091203.789000', '091203.792000', '091203.795000', '091203.797000', '091203.800000', '091203.802000', '091203.805000', '091203.808000', '091203.810000', '091203.813000', '091203.815000', '091203.818000', '091203.820000', '091203.823000', '091203.825000', '091203.828000', '091203.831000', '091203.840000', '091203.843000', '091203.845000', '091203.848000', '091203.851000', '091203.864000', '091203.866000', '091203.869000', '091203.871000', '091203.874000', '091203.876000', '091203.879000', '091203.882000', '091223.753000', '091223.756000', '091223.759000', '091223.761000', '091223.764000', '091223.766000', '091223.769000', '091223.772000', '091223.774000', '091223.777000', '091223.779000', '091223.782000', '091223.784000', '091223.787000', '091223.789000', '091223.792000', '091223.794000', '091223.797000', '091223.800000', '091223.802000', '091223.805000', '091223.807000', '091223.810000', '091223.812000', '091223.815000', '091223.818000', '091223.820000', '091223.823000', '091223.825000', '091223.828000', '091223.830000', '091223.833000', '091223.835000', '091223.838000', '091223.848000', '091223.850000', '091223.853000', '091223.855000', '091223.858000', '091223.861000', '091223.864000', '091223.867000', '091223.870000', '091243.753000', '091243.756000', '091243.759000', '091243.762000', '091243.764000', '091243.767000', '091243.769000', '091243.772000', '091243.774000', '091243.777000', '091243.780000', '091243.782000', '091243.785000', '091243.787000', '091243.790000', '091243.792000', '091243.795000', '091243.798000', '091243.800000', '091243.803000', '091243.805000', '091243.808000', '091243.810000', '091243.813000', '091243.816000', '091243.818000', '091243.821000', '091243.823000', '091243.826000', '091243.828000', '091243.831000', '091243.833000', '091243.836000', '091243.839000', '091243.849000', '091243.852000', '091243.854000', '091243.857000', '091243.859000', '091243.862000', '091243.865000', '091243.867000', '091243.870000', '091303.753000', '091303.756000', '091303.759000', '091303.762000', '091303.764000', '091303.767000', '091303.769000', '091303.772000', '091303.775000', '091303.777000', '091303.780000', '091303.782000', '091303.785000', '091303.794000', '091303.796000', '091303.799000', '091303.801000', '091303.804000', '091303.807000', '091303.809000', '091303.812000', '091303.814000', '091303.817000', '091303.820000', '091303.822000', '091303.825000', '091303.827000', '091303.830000', '091303.832000', '091303.835000', '091303.838000', '091303.840000', '091303.843000', '091303.845000', '091303.848000', '091303.851000', '091303.853000', '091303.856000', '091303.858000', '091303.861000', '091303.863000', '091303.866000', '091303.868000', '091303.871000', '091323.754000', '091323.757000', '091323.759000', '091323.762000', '091323.765000', '091323.768000', '091323.770000', '091323.773000', '091323.775000', '091323.778000', '091323.780000', '091323.783000', '091323.785000', '091323.788000', '091323.791000', '091323.793000', '091323.796000', '091323.798000', '091323.801000', '091323.803000', '091323.806000', '091323.809000', '091323.811000', '091323.826000', '091323.828000', '091323.831000', '091323.833000', '091323.836000', '091323.839000', '091323.841000', '091323.844000', '091323.846000', '091323.849000', '091323.851000', '091323.854000', '091323.857000', '091323.859000', '091323.862000', '091323.864000', '091323.867000', '091323.869000', '091323.872000', '091323.874000', '091343.754000', '091343.757000', '091343.759000', '091343.762000', '091343.764000', '091343.767000', '091343.769000', '091343.772000', '091343.775000', '091343.777000', '091343.780000', '091343.782000', '091343.785000', '091343.788000', '091343.790000', '091343.793000', '091343.795000', '091343.798000', '091343.801000', '091343.804000', '091343.806000', '091343.809000', '091343.811000', '091343.814000', '091343.816000', '091343.819000', '091343.821000', '091343.824000', '091343.827000', '091343.829000', '091343.832000', '091343.834000', '091343.849000', '091343.852000', '091343.854000', '091343.857000', '091343.860000', '091343.862000', '091343.865000', '091343.867000', '091343.870000', '091343.872000', '091343.875000', '091343.878000', '091403.753000', '091403.756000', '091403.759000', '091403.762000', '091403.764000', '091403.767000', '091403.769000', '091403.772000', '091403.775000', '091403.777000', '091403.780000', '091403.782000', '091403.785000', '091403.787000', '091403.790000', '091403.793000', '091403.795000', '091403.798000', '091403.800000', '091403.803000', '091403.805000', '091403.808000', '091403.810000', '091403.813000', '091403.816000', '091403.818000', '091403.821000', '091403.823000', '091403.826000', '091403.835000', '091403.837000', '091403.840000', '091403.842000', '091403.845000', '091403.848000', '091403.850000', '091403.853000', '091403.855000', '091403.858000', '091403.860000', '091403.863000', '091403.865000', '091403.868000', '091403.871000', '091423.754000', '091423.756000', '091423.759000', '091423.762000', '091423.764000', '091423.767000', '091423.769000', '091423.772000', '091423.774000', '091423.777000', '091423.780000', '091423.782000', '091423.785000', '091423.787000', '091423.790000', '091423.792000', '091423.795000', '091423.798000', '091423.800000', '091423.803000', '091423.805000', '091423.808000', '091423.810000', '091423.813000', '091423.816000', '091423.818000', '091423.821000', '091423.823000', '091423.826000', '091423.829000', '091423.831000', '091423.834000', '091423.837000', '091423.839000', '091423.842000', '091423.845000', '091423.847000', '091423.850000', '091423.853000', '091423.856000', '091423.859000', '091423.861000', '091423.864000', '091443.753000', '091443.756000', '091443.759000', '091443.761000', '091443.764000', '091443.767000', '091443.769000', '091443.772000', '091443.774000', '091443.777000', '091443.779000', '091443.782000', '091443.785000', '091443.787000', '091443.790000', '091443.792000', '091443.795000', '091443.798000', '091443.800000', '091443.803000', '091443.805000', '091443.808000', '091443.811000', '091443.813000', '091443.816000', '091443.818000', '091443.821000', '091443.823000', '091443.826000', '091443.829000', '091443.831000', '091443.834000', '091443.836000', '091443.839000', '091443.841000', '091443.844000', '091443.846000', '091443.849000', '091443.852000', '091443.854000', '091443.857000', '091443.859000', '091443.862000', '091443.864000', '091503.753000', '091503.756000', '091503.759000', '091503.761000', '091503.764000', '091503.766000', '091503.769000', '091503.772000', '091503.774000', '091503.777000', '091503.779000', '091503.782000', '091503.785000', '091503.787000', '091503.790000', '091503.792000', '091503.795000', '091503.797000', '091503.800000', '091503.803000', '091503.805000', '091503.808000', '091503.810000', '091503.813000', '091503.816000', '091503.818000', '091503.821000', '091503.823000', '091503.826000', '091503.828000', '091503.831000', '091503.834000', '091503.836000', '091503.839000', '091503.841000', '091503.844000', '091503.846000', '091503.849000', '091503.851000', '091503.854000', '091503.857000', '091503.859000', '091503.862000', '091523.754000', '091523.756000', '091523.759000', '091523.762000', '091523.764000', '091523.767000', '091523.769000', '091523.772000', '091523.774000', '091523.777000', '091523.779000', '091523.782000', '091523.784000', '091523.814000', '091523.817000', '091523.819000', '091523.822000', '091523.824000', '091523.827000', '091523.830000', '091523.832000', '091523.835000', '091523.837000', '091523.840000', '091523.842000', '091523.845000', '091523.847000', '091523.850000', '091523.853000', '091523.855000', '091523.858000', '091523.860000', '091523.863000', '091523.865000', '091523.868000', '091523.870000', '091523.873000', '091523.876000', '091523.878000', '091523.881000', '091523.883000', '091523.886000', '091523.888000', '091523.891000', '091543.753000', '091543.756000', '091543.759000', '091543.761000', '091543.764000', '091543.767000', '091543.769000', '091543.772000', '091543.774000', '091543.777000', '091543.779000', '091543.782000', '091543.785000', '091543.787000', '091543.790000', '091543.792000', '091543.795000', '091543.797000', '091543.800000', '091543.803000', '091543.805000', '091543.808000', '091543.810000', '091543.813000', '091543.816000', '091543.818000', '091543.821000', '091543.823000', '091543.826000', '091543.829000', '091543.831000', '091543.834000', '091543.836000', '091543.839000', '091543.841000', '091543.844000', '091543.846000', '091543.849000', '091543.852000', '091543.854000', '091543.857000', '091543.859000', '091543.862000', '091603.754000', '091603.756000', '091603.759000', '091603.762000', '091603.764000', '091603.767000', '091603.770000', '091603.772000', '091603.775000', '091603.777000', '091603.780000', '091603.783000', '091603.786000', '091603.789000', '091603.792000', '091603.794000', '091603.797000', '091603.799000', '091603.802000', '091603.804000', '091603.807000', '091603.810000', '091603.812000', '091603.815000', '091603.817000', '091603.820000', '091603.823000', '091603.825000', '091603.828000', '091603.830000', '091603.833000', '091603.836000', '091603.838000', '091603.841000', '091603.844000', '091603.846000', '091603.849000', '091603.851000', '091603.854000', '091603.856000', '091603.859000', '091603.862000', '091603.864000', '091623.754000', '091623.756000', '091623.759000', '091623.762000', '091623.764000', '091623.767000', '091623.769000', '091623.772000', '091623.775000', '091623.777000', '091623.780000', '091623.782000', '091623.785000', '091623.787000', '091623.790000', '091623.793000', '091623.795000', '091623.798000', '091623.800000', '091623.803000', '091623.805000', '091623.808000', '091623.810000', '091623.813000', '091623.816000', '091623.818000', '091623.821000', '091623.823000', '091623.826000', '091623.829000', '091623.831000', '091623.834000', '091623.836000', '091623.839000', '091623.841000', '091623.844000', '091623.846000', '091623.849000', '091623.852000', '091623.854000', '091623.857000', '091623.859000', '091623.862000', '091623.864000', '091643.754000', '091643.756000', '091643.759000', '091643.762000', '091643.764000', '091643.767000', '091643.769000', '091643.772000', '091643.774000', '091643.777000', '091643.780000', '091643.782000', '091643.785000', '091643.788000', '091643.790000', '091643.793000', '091643.795000', '091643.798000', '091643.800000', '091643.803000', '091643.806000', '091643.808000', '091643.811000', '091643.838000', '091643.840000', '091643.843000', '091643.845000', '091643.848000', '091643.850000', '091643.853000', '091643.856000', '091643.858000', '091643.861000', '091643.863000', '091643.866000', '091643.869000', '091643.871000', '091643.874000', '091643.876000', '091643.879000', '091643.882000', '091643.884000', '091643.887000', '091643.889000', '091703.754000', '091703.756000', '091703.759000', '091703.761000', '091703.764000', '091703.767000', '091703.769000', '091703.772000', '091703.774000', '091703.777000', '091703.780000', '091703.782000', '091703.785000', '091703.787000', '091703.790000', '091703.793000', '091703.795000', '091703.798000', '091703.800000', '091703.803000', '091703.806000', '091703.808000', '091703.811000', '091703.814000', '091703.816000', '091703.819000', '091703.821000', '091703.824000', '091703.827000', '091703.829000', '091703.832000', '091703.834000', '091703.837000', '091703.840000', '091703.842000', '091703.845000', '091703.847000', '091703.850000', '091703.853000', '091703.855000', '091703.858000', '091703.860000', '091703.863000', '091723.753000', '091723.756000', '091723.759000', '091723.761000', '091723.764000', '091723.767000', '091723.769000', '091723.772000', '091723.775000', '091723.777000', '091723.780000', '091723.782000', '091723.785000', '091723.787000', '091723.790000', '091723.793000', '091723.795000', '091723.798000', '091723.801000', '091723.805000', '091723.808000', '091723.811000', '091723.814000', '091723.816000', '091723.819000', '091723.822000', '091723.825000', '091723.828000', '091723.830000', '091723.833000', '091723.836000', '091723.838000', '091723.841000', '091723.843000', '091723.846000', '091723.848000', '091723.851000', '091723.854000', '091723.856000', '091723.859000', '091723.861000', '091723.864000', '091723.867000', '091743.754000', '091743.756000', '091743.759000', '091743.762000', '091743.764000', '091743.767000', '091743.769000', '091743.772000', '091743.775000', '091743.777000', '091743.780000', '091743.782000', '091743.785000', '091743.788000', '091743.790000', '091743.793000', '091743.796000', '091743.798000', '091743.801000', '091743.803000', '091743.806000', '091743.809000', '091743.811000', '091743.814000', '091743.816000', '091743.819000', '091743.822000', '091743.824000', '091743.827000', '091743.829000', '091743.832000', '091743.834000', '091743.837000', '091743.840000', '091743.842000', '091743.845000', '091743.847000', '091743.850000', '091743.852000', '091743.855000', '091743.858000', '091743.860000', '091743.863000', '091743.865000', '091802.409000', '091802.412000', '091802.415000', '091802.418000', '091802.421000', '091802.423000', '091802.426000', '091802.429000', '091802.432000', '091802.435000', '091802.437000', '091802.440000', '091802.443000', '091802.446000', '091802.449000', '091802.452000', '091802.454000', '091802.457000', '091802.460000', '091802.462000', '091802.465000', '091802.468000', '091802.470000', '091802.473000', '091802.476000', '091802.480000', '091802.483000', '091802.485000', '091802.488000', '091802.491000', '091802.494000', '091802.497000', '091802.502000', '091802.505000', '091802.521000', '091802.524000', '091802.527000', '091802.530000', '091802.532000', '091802.535000', '091802.538000'], 'InstanceCreationTime': ['091143.783000', '091143.800000', '091143.802000', '091143.805000', '091143.807000', '091143.810000', '091143.813000', '091143.816000', '091143.819000', '091143.822000', '091143.824000', '091143.827000', '091143.829000', '091143.832000', '091143.835000', '091143.837000', '091143.840000', '091143.842000', '091143.845000', '091143.847000', '091143.850000', '091143.852000', '091143.855000', '091143.860000', '091143.863000', '091143.866000', '091143.868000', '091143.871000', '091143.873000', '091143.876000', '091143.878000', '091143.881000', '091143.883000', '091143.886000', '091143.888000', '091143.891000', '091143.894000', '091143.896000', '091143.899000', '091143.901000', '091143.904000', '091143.906000', '091143.909000', '091143.911000', '091143.914000', '091143.916000', '091143.919000', '091143.921000', '091203.753000', '091203.756000', '091203.759000', '091203.761000', '091203.764000', '091203.766000', '091203.769000', '091203.772000', '091203.774000', '091203.777000', '091203.779000', '091203.782000', '091203.784000', '091203.787000', '091203.789000', '091203.792000', '091203.795000', '091203.797000', '091203.800000', '091203.802000', '091203.805000', '091203.808000', '091203.810000', '091203.813000', '091203.815000', '091203.818000', '091203.820000', '091203.823000', '091203.825000', '091203.828000', '091203.831000', '091203.840000', '091203.843000', '091203.845000', '091203.848000', '091203.851000', '091203.864000', '091203.866000', '091203.869000', '091203.871000', '091203.874000', '091203.876000', '091203.879000', '091203.882000', '091223.753000', '091223.756000', '091223.759000', '091223.761000', '091223.764000', '091223.766000', '091223.769000', '091223.772000', '091223.774000', '091223.777000', '091223.779000', '091223.782000', '091223.784000', '091223.787000', '091223.789000', '091223.792000', '091223.794000', '091223.797000', '091223.800000', '091223.802000', '091223.805000', '091223.807000', '091223.810000', '091223.812000', '091223.815000', '091223.818000', '091223.820000', '091223.823000', '091223.825000', '091223.828000', '091223.830000', '091223.833000', '091223.835000', '091223.838000', '091223.848000', '091223.850000', '091223.853000', '091223.855000', '091223.858000', '091223.861000', '091223.864000', '091223.867000', '091223.870000', '091243.753000', '091243.756000', '091243.759000', '091243.762000', '091243.764000', '091243.767000', '091243.769000', '091243.772000', '091243.774000', '091243.777000', '091243.780000', '091243.782000', '091243.785000', '091243.787000', '091243.790000', '091243.792000', '091243.795000', '091243.798000', '091243.800000', '091243.803000', '091243.805000', '091243.808000', '091243.810000', '091243.813000', '091243.816000', '091243.818000', '091243.821000', '091243.823000', '091243.826000', '091243.828000', '091243.831000', '091243.833000', '091243.836000', '091243.839000', '091243.849000', '091243.852000', '091243.854000', '091243.857000', '091243.859000', '091243.862000', '091243.865000', '091243.867000', '091243.870000', '091303.753000', '091303.756000', '091303.759000', '091303.762000', '091303.764000', '091303.767000', '091303.769000', '091303.772000', '091303.775000', '091303.777000', '091303.780000', '091303.782000', '091303.785000', '091303.794000', '091303.796000', '091303.799000', '091303.801000', '091303.804000', '091303.807000', '091303.809000', '091303.812000', '091303.814000', '091303.817000', '091303.820000', '091303.822000', '091303.825000', '091303.827000', '091303.830000', '091303.832000', '091303.835000', '091303.838000', '091303.840000', '091303.843000', '091303.845000', '091303.848000', '091303.851000', '091303.853000', '091303.856000', '091303.858000', '091303.861000', '091303.863000', '091303.866000', '091303.868000', '091303.871000', '091323.754000', '091323.757000', '091323.759000', '091323.762000', '091323.765000', '091323.768000', '091323.770000', '091323.773000', '091323.775000', '091323.778000', '091323.780000', '091323.783000', '091323.785000', '091323.788000', '091323.791000', '091323.793000', '091323.796000', '091323.798000', '091323.801000', '091323.803000', '091323.806000', '091323.809000', '091323.811000', '091323.826000', '091323.828000', '091323.831000', '091323.833000', '091323.836000', '091323.839000', '091323.841000', '091323.844000', '091323.846000', '091323.849000', '091323.851000', '091323.854000', '091323.857000', '091323.859000', '091323.862000', '091323.864000', '091323.867000', '091323.869000', '091323.872000', '091323.874000', '091343.754000', '091343.757000', '091343.759000', '091343.762000', '091343.764000', '091343.767000', '091343.769000', '091343.772000', '091343.775000', '091343.777000', '091343.780000', '091343.782000', '091343.785000', '091343.788000', '091343.790000', '091343.793000', '091343.795000', '091343.798000', '091343.801000', '091343.804000', '091343.806000', '091343.809000', '091343.811000', '091343.814000', '091343.816000', '091343.819000', '091343.821000', '091343.824000', '091343.827000', '091343.829000', '091343.832000', '091343.834000', '091343.849000', '091343.852000', '091343.854000', '091343.857000', '091343.860000', '091343.862000', '091343.865000', '091343.867000', '091343.870000', '091343.872000', '091343.875000', '091343.878000', '091403.753000', '091403.756000', '091403.759000', '091403.762000', '091403.764000', '091403.767000', '091403.769000', '091403.772000', '091403.775000', '091403.777000', '091403.780000', '091403.782000', '091403.785000', '091403.787000', '091403.790000', '091403.793000', '091403.795000', '091403.798000', '091403.800000', '091403.803000', '091403.805000', '091403.808000', '091403.810000', '091403.813000', '091403.816000', '091403.818000', '091403.821000', '091403.823000', '091403.826000', '091403.835000', '091403.837000', '091403.840000', '091403.842000', '091403.845000', '091403.848000', '091403.850000', '091403.853000', '091403.855000', '091403.858000', '091403.860000', '091403.863000', '091403.865000', '091403.868000', '091403.871000', '091423.754000', '091423.756000', '091423.759000', '091423.762000', '091423.764000', '091423.767000', '091423.769000', '091423.772000', '091423.774000', '091423.777000', '091423.780000', '091423.782000', '091423.785000', '091423.787000', '091423.790000', '091423.792000', '091423.795000', '091423.798000', '091423.800000', '091423.803000', '091423.805000', '091423.808000', '091423.810000', '091423.813000', '091423.816000', '091423.818000', '091423.821000', '091423.823000', '091423.826000', '091423.829000', '091423.831000', '091423.834000', '091423.837000', '091423.839000', '091423.842000', '091423.845000', '091423.847000', '091423.850000', '091423.853000', '091423.856000', '091423.859000', '091423.861000', '091423.864000', '091443.753000', '091443.756000', '091443.759000', '091443.761000', '091443.764000', '091443.767000', '091443.769000', '091443.772000', '091443.774000', '091443.777000', '091443.779000', '091443.782000', '091443.785000', '091443.787000', '091443.790000', '091443.792000', '091443.795000', '091443.798000', '091443.800000', '091443.803000', '091443.805000', '091443.808000', '091443.811000', '091443.813000', '091443.816000', '091443.818000', '091443.821000', '091443.823000', '091443.826000', '091443.829000', '091443.831000', '091443.834000', '091443.836000', '091443.839000', '091443.841000', '091443.844000', '091443.846000', '091443.849000', '091443.852000', '091443.854000', '091443.857000', '091443.859000', '091443.862000', '091443.864000', '091503.753000', '091503.756000', '091503.759000', '091503.761000', '091503.764000', '091503.766000', '091503.769000', '091503.772000', '091503.774000', '091503.777000', '091503.779000', '091503.782000', '091503.785000', '091503.787000', '091503.790000', '091503.792000', '091503.795000', '091503.797000', '091503.800000', '091503.803000', '091503.805000', '091503.808000', '091503.810000', '091503.813000', '091503.816000', '091503.818000', '091503.821000', '091503.823000', '091503.826000', '091503.828000', '091503.831000', '091503.834000', '091503.836000', '091503.839000', '091503.841000', '091503.844000', '091503.846000', '091503.849000', '091503.851000', '091503.854000', '091503.857000', '091503.859000', '091503.862000', '091523.754000', '091523.756000', '091523.759000', '091523.762000', '091523.764000', '091523.767000', '091523.769000', '091523.772000', '091523.774000', '091523.777000', '091523.779000', '091523.782000', '091523.784000', '091523.814000', '091523.817000', '091523.819000', '091523.822000', '091523.824000', '091523.827000', '091523.830000', '091523.832000', '091523.835000', '091523.837000', '091523.840000', '091523.842000', '091523.845000', '091523.847000', '091523.850000', '091523.853000', '091523.855000', '091523.858000', '091523.860000', '091523.863000', '091523.865000', '091523.868000', '091523.870000', '091523.873000', '091523.876000', '091523.878000', '091523.881000', '091523.883000', '091523.886000', '091523.888000', '091523.891000', '091543.753000', '091543.756000', '091543.759000', '091543.761000', '091543.764000', '091543.767000', '091543.769000', '091543.772000', '091543.774000', '091543.777000', '091543.779000', '091543.782000', '091543.785000', '091543.787000', '091543.790000', '091543.792000', '091543.795000', '091543.797000', '091543.800000', '091543.803000', '091543.805000', '091543.808000', '091543.810000', '091543.813000', '091543.816000', '091543.818000', '091543.821000', '091543.823000', '091543.826000', '091543.829000', '091543.831000', '091543.834000', '091543.836000', '091543.839000', '091543.841000', '091543.844000', '091543.846000', '091543.849000', '091543.852000', '091543.854000', '091543.857000', '091543.859000', '091543.862000', '091603.754000', '091603.756000', '091603.759000', '091603.762000', '091603.764000', '091603.767000', '091603.770000', '091603.772000', '091603.775000', '091603.777000', '091603.780000', '091603.783000', '091603.786000', '091603.789000', '091603.792000', '091603.794000', '091603.797000', '091603.799000', '091603.802000', '091603.804000', '091603.807000', '091603.810000', '091603.812000', '091603.815000', '091603.817000', '091603.820000', '091603.823000', '091603.825000', '091603.828000', '091603.830000', '091603.833000', '091603.836000', '091603.838000', '091603.841000', '091603.844000', '091603.846000', '091603.849000', '091603.851000', '091603.854000', '091603.856000', '091603.859000', '091603.862000', '091603.864000', '091623.754000', '091623.756000', '091623.759000', '091623.762000', '091623.764000', '091623.767000', '091623.769000', '091623.772000', '091623.775000', '091623.777000', '091623.780000', '091623.782000', '091623.785000', '091623.787000', '091623.790000', '091623.793000', '091623.795000', '091623.798000', '091623.800000', '091623.803000', '091623.805000', '091623.808000', '091623.810000', '091623.813000', '091623.816000', '091623.818000', '091623.821000', '091623.823000', '091623.826000', '091623.829000', '091623.831000', '091623.834000', '091623.836000', '091623.839000', '091623.841000', '091623.844000', '091623.846000', '091623.849000', '091623.852000', '091623.854000', '091623.857000', '091623.859000', '091623.862000', '091623.864000', '091643.754000', '091643.756000', '091643.759000', '091643.762000', '091643.764000', '091643.767000', '091643.769000', '091643.772000', '091643.774000', '091643.777000', '091643.780000', '091643.782000', '091643.785000', '091643.788000', '091643.790000', '091643.793000', '091643.795000', '091643.798000', '091643.800000', '091643.803000', '091643.806000', '091643.808000', '091643.811000', '091643.838000', '091643.840000', '091643.843000', '091643.845000', '091643.848000', '091643.850000', '091643.853000', '091643.856000', '091643.858000', '091643.861000', '091643.863000', '091643.866000', '091643.869000', '091643.871000', '091643.874000', '091643.876000', '091643.879000', '091643.882000', '091643.884000', '091643.887000', '091643.889000', '091703.754000', '091703.756000', '091703.759000', '091703.761000', '091703.764000', '091703.767000', '091703.769000', '091703.772000', '091703.774000', '091703.777000', '091703.780000', '091703.782000', '091703.785000', '091703.787000', '091703.790000', '091703.793000', '091703.795000', '091703.798000', '091703.800000', '091703.803000', '091703.806000', '091703.808000', '091703.811000', '091703.814000', '091703.816000', '091703.819000', '091703.821000', '091703.824000', '091703.827000', '091703.829000', '091703.832000', '091703.834000', '091703.837000', '091703.840000', '091703.842000', '091703.845000', '091703.847000', '091703.850000', '091703.853000', '091703.855000', '091703.858000', '091703.860000', '091703.863000', '091723.753000', '091723.756000', '091723.759000', '091723.761000', '091723.764000', '091723.767000', '091723.769000', '091723.772000', '091723.775000', '091723.777000', '091723.780000', '091723.782000', '091723.785000', '091723.787000', '091723.790000', '091723.793000', '091723.795000', '091723.798000', '091723.801000', '091723.805000', '091723.808000', '091723.811000', '091723.814000', '091723.816000', '091723.819000', '091723.822000', '091723.825000', '091723.828000', '091723.830000', '091723.833000', '091723.836000', '091723.838000', '091723.841000', '091723.843000', '091723.846000', '091723.848000', '091723.851000', '091723.854000', '091723.856000', '091723.859000', '091723.861000', '091723.864000', '091723.867000', '091743.754000', '091743.756000', '091743.759000', '091743.762000', '091743.764000', '091743.767000', '091743.769000', '091743.772000', '091743.775000', '091743.777000', '091743.780000', '091743.782000', '091743.785000', '091743.788000', '091743.790000', '091743.793000', '091743.796000', '091743.798000', '091743.801000', '091743.803000', '091743.806000', '091743.809000', '091743.811000', '091743.814000', '091743.816000', '091743.819000', '091743.822000', '091743.824000', '091743.827000', '091743.829000', '091743.832000', '091743.834000', '091743.837000', '091743.840000', '091743.842000', '091743.845000', '091743.847000', '091743.850000', '091743.852000', '091743.855000', '091743.858000', '091743.860000', '091743.863000', '091743.865000', '091802.409000', '091802.412000', '091802.415000', '091802.418000', '091802.421000', '091802.423000', '091802.426000', '091802.429000', '091802.432000', '091802.435000', '091802.437000', '091802.440000', '091802.443000', '091802.446000', '091802.449000', '091802.452000', '091802.454000', '091802.457000', '091802.460000', '091802.462000', '091802.465000', '091802.468000', '091802.470000', '091802.473000', '091802.476000', '091802.480000', '091802.483000', '091802.485000', '091802.488000', '091802.491000', '091802.494000', '091802.497000', '091802.502000', '091802.505000', '091802.521000', '091802.524000', '091802.527000', '091802.530000', '091802.532000', '091802.535000', '091802.538000'], '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': [11470, 17035, 16677, 13012, 11113, 9172, 10678, 7571, 13689, 7790, 12963, 11193, 11415, 7159, 7994, 7754, 10053, 7730, 7105, 7728, 7080, 8470, 7492, 9218, 7084, 9748, 7980, 13492, 10009, 15599, 11613, 16507, 18490, 15483, 14898, 15574, 11203, 15622, 10575, 9380, 18566, 7887, 10770, 15075, 7285, 11296, 7205, 7913, 13164, 7709, 8832, 6942, 7363, 11395, 7775, 8941, 8601, 7606, 10634, 7405, 9161, 7103, 8544, 15241, 7503, 9889, 8333, 9134, 7374, 8779, 7132, 8415, 6995, 8701, 7660, 7723, 7476, 8339, 7406, 8930, 7895, 8855, 8789, 8960, 7621, 9360, 8454, 9269, 15672, 9609, 17310, 11130, 11628, 13012, 8924, 17030, 8094, 17096, 8875, 13703, 12551, 10311, 18508, 13081, 11673, 18710, 8110, 9682, 7479, 9168, 7956, 7900, 6981, 7574, 9934, 7552, 11421, 9193, 13910, 8683, 14828, 17777, 7883, 16130, 10015, 8923, 14561, 8124, 12115, 7410, 9937, 7457, 13853, 8911, 12194, 8976, 11364, 8485, 10163, 8819, 8452, 18082, 11439, 10223, 7764, 7912, 7733, 7853, 8448, 7373, 14006, 7985, 11351, 15268, 9244, 10704, 7237, 10909, 7046, 10176, 19433, 10615, 12207, 7513, 9084, 7116, 7622, 7037, 8053, 7220, 7199, 7460, 8808, 7402, 9616, 7382, 11887, 8480, 11378, 9332, 16932, 13651, 15733, 9847, 12874, 9232, 9036, 18461, 14351, 9197, 13442, 9955, 8563, 7291, 8269, 7351, 7895, 8471, 7758, 9377, 7495, 6707, 7634, 11129, 6984, 12453, 8776, 10035, 9420, 11537, 18134, 9591, 9672, 7777, 8783, 7533, 10632, 7069, 9400, 7609, 9232, 10427, 8251, 18248, 10485, 14467, 20369, 15840, 13570, 7660, 9187, 7129, 7991, 7586, 8110, 7923, 7947, 7185, 7633, 6902, 8687, 8032, 8782, 12549, 8965, 17883, 14675, 11816, 14016, 7582, 11685, 7608, 10251, 9122, 9520, 7676, 9576, 7356, 8877, 7406, 9193, 8162, 8353, 14944, 7384, 12780, 7268, 11541, 7402, 10438, 7563, 9729, 7450, 9621, 7397, 8991, 18402, 11744, 9140, 16885, 7662, 9546, 15303, 7794, 9685, 7064, 7825, 6881, 7907, 8597, 7405, 10059, 7142, 9466, 6742, 8404, 8497, 8560, 11644, 9106, 13037, 8668, 18293, 8809, 16433, 11869, 15999, 9512, 15190, 10156, 12320, 19214, 14373, 12983, 11765, 8664, 12704, 7954, 14871, 9997, 13846, 11713, 13308, 8593, 8934, 18746, 16097, 9187, 14091, 7701, 10006, 8178, 9106, 6973, 8202, 10628, 7657, 10826, 9191, 8851, 7851, 7609, 10815, 7240, 11784, 7976, 11215, 19560, 12567, 15729, 7290, 9474, 7486, 8339, 12362, 7845, 11773, 7387, 11756, 7319, 10985, 7600, 10310, 9961, 11252, 9035, 10768, 8515, 10640, 16448, 10794, 18496, 13626, 13112, 15543, 8346, 12860, 7171, 9555, 19682, 7789, 9723, 7374, 7614, 7253, 8048, 6855, 8379, 6720, 8412, 8869, 7802, 7611, 7623, 11013, 7555, 15375, 19264, 10055, 16541, 8355, 8493, 7653, 7274, 8844, 7185, 12385, 7321, 10090, 7479, 9470, 6788, 8632, 8970, 7872, 10266, 8076, 11656, 7516, 14850, 8843, 13321, 15815, 11225, 10575, 8039, 11731, 7785, 17345, 10140, 17230, 12308, 16891, 19240, 11497, 9576, 18014, 8241, 10158, 11355, 7880, 10090, 7476, 7761, 7268, 7320, 10314, 7047, 9888, 7702, 9253, 7329, 9676, 7736, 9681, 10599, 9864, 13861, 10930, 16175, 9611, 19213, 14327, 16084, 14887, 12155, 14934, 8874, 18302, 9310, 14428, 14652, 9639, 15295, 7479, 11673, 8853, 8352, 19350, 7776, 11447, 8533, 9824, 7247, 9064, 7764, 8217, 17541, 18714, 11593, 14561, 8039, 8893, 6878, 7909, 10362, 7479, 11921, 9311, 9741, 7654, 9393, 18296, 10952, 8616, 17497, 9041, 8846, 7204, 7975, 11866, 7476, 10073, 8288, 8401, 7695, 10924, 7424, 10065, 7733, 10026, 7904, 14841, 9197, 15456, 11269, 14902, 8375, 9331, 11632, 8458, 18387, 14026, 10934, 8214, 7887, 9777, 7532, 13028, 7635, 10389, 9509, 9197, 7791, 8816, 7026, 7755, 16525, 12486, 7894, 11286, 7842, 9992, 7343, 8559, 6875, 8573, 7805, 8131, 9260, 7712, 7891, 7827, 12335, 7550, 13721, 9077, 14044, 13202, 9791, 18096, 8898, 13254, 16547, 8668, 17711, 10989, 12501, 7416, 9618, 7596, 9080, 13516, 8430, 18731, 11148, 17209, 7736, 13586, 19643, 12189, 9432, 17203, 9558, 9182, 13144, 8196, 8605, 6841, 7545, 9934, 7243, 8514, 14108, 7955, 10126, 7154, 8769, 7375, 9382, 7405, 8925, 7661, 10570, 7903, 9987, 18450, 11793, 18071, 13825, 16974, 11476, 15248, 10422, 16524, 14718, 13890, 19390, 16673, 13226, 12754, 7776, 12933, 7998, 10951, 10300, 8821, 8033, 8877, 7313, 7836, 14031, 8378, 18522, 10568, 16345, 20534, 9304, 13273, 19089, 7985, 12244, 7662, 7890, 7036, 7473, 12485, 7563, 10182, 7286, 8035, 8361, 7567, 12639, 7422, 9098, 8598, 7737, 11393, 7693, 8497, 7882, 7719, 10908, 7131, 10536, 7202, 9386, 8459, 9128, 7334, 9540, 7616, 8384, 17592, 11287, 10072, 8864, 8067, 9027, 7498, 14032, 7440, 10517, 8148, 8497, 10659, 7891, 9599, 7354, 15719, 20463, 10023, 11626, 9745, 8083, 7380, 7378, 10320, 7449, 11607, 7508, 9765, 9656, 9097, 7601, 9258, 7327, 8689, 17922, 12928, 11985, 10819, 7675, 12059, 7930, 8084, 7305, 7771, 10391, 8045, 11009, 7340, 13619, 7919, 13321, 20233, 16205, 14975, 10307, 10707, 7588, 8774, 7035, 8640, 11486, 7973, 18826, 10491, 14493, 8012, 8019, 18613, 10319, 9039, 17676, 8937, 8389, 7243, 7829, 9122, 6981, 10164, 7307, 8727, 7454, 7918, 7033, 7446, 12433, 15562, 7849, 12689, 7327, 10084, 7242, 9470, 7298, 8955, 8966, 8771, 12784, 8083, 18415, 7822, 14442, 9640, 12593, 10607, 10706, 7995, 8156, 18486, 15719, 10971, 14326, 7808, 11824, 7162, 8918, 7140, 8772, 7645, 7899, 14174, 8506, 10522, 9429, 10100, 8542, 8232, 13336, 7637, 16865, 9521, 13681, 8737, 8603, 15543, 7307, 12760, 7619, 12083, 9645, 11421, 7378, 11233, 7368, 9992, 8456, 9478, 18585, 12931, 11423, 7582, 7603, 7930, 7286, 12809, 7169, 9899, 8974, 9104, 7555, 8727, 6820, 8072, 9089, 8014, 16599, 11054, 12576, 7996, 8378, 10123, 7523, 17395, 14438, 12414, 9623, 7323, 10569, 7225, 9444, 7239, 9133, 8495, 8816, 7623, 9128, 7256, 8475], 'WindowCenter': [4210.0, 4219.0, 4203.0, 4179.0, 4155.0, 4147.0, 4154.0, 4149.0, 4178.0, 4137.0, 4177.0, 4157.0, 4167.0, 4116.0, 4135.0, 4138.0, 4144.0, 4124.0, 4124.0, 4136.0, 4138.0, 4162.0, 4151.0, 4170.0, 4140.0, 4171.0, 4165.0, 4205.0, 4172.0, 4202.0, 4182.0, 4204.0, 4190.0, 4166.0, 4154.0, 4149.0, 4117.0, 4136.0, 4101.0, 4092.0, 4131.0, 4081.0, 4114.0, 4120.0, 4069.0, 4098.0, 4068.0, 4081.0, 4119.0, 4080.0, 4102.0, 4070.0, 4095.0, 4124.0, 4096.0, 4116.0, 4106.0, 4107.0, 4128.0, 4110.0, 4132.0, 4113.0, 4133.0, 4174.0, 4124.0, 4155.0, 4147.0, 4145.0, 4127.0, 4146.0, 4128.0, 4148.0, 4142.0, 4174.0, 4153.0, 4166.0, 4153.0, 4164.0, 4152.0, 4174.0, 4166.0, 4188.0, 4176.0, 4186.0, 4165.0, 4186.0, 4175.0, 4187.0, 4229.0, 4199.0, 4231.0, 4195.0, 4184.0, 4191.0, 4162.0, 4212.0, 4151.0, 4210.0, 4161.0, 4191.0, 4190.0, 4171.0, 4213.0, 4177.0, 4167.0, 4185.0, 4125.0, 4143.0, 4125.0, 4147.0, 4136.0, 4137.0, 4126.0, 4137.0, 4157.0, 4150.0, 4181.0, 4171.0, 4201.0, 4161.0, 4202.0, 4199.0, 4137.0, 4188.0, 4157.0, 4147.0, 4187.0, 4136.0, 4165.0, 4126.0, 4156.0, 4139.0, 4190.0, 4161.0, 4181.0, 4161.0, 4179.0, 4150.0, 4170.0, 4148.0, 4149.0, 4200.0, 4168.0, 4157.0, 4136.0, 4137.0, 4136.0, 4137.0, 4147.0, 4139.0, 4189.0, 4149.0, 4169.0, 4188.0, 4147.0, 4156.0, 4126.0, 4154.0, 4127.0, 4159.0, 4198.0, 4156.0, 4164.0, 4126.0, 4145.0, 4126.0, 4136.0, 4153.0, 4163.0, 4154.0, 4153.0, 4154.0, 4174.0, 4154.0, 4183.0, 4154.0, 4205.0, 4176.0, 4207.0, 4189.0, 4228.0, 4208.0, 4203.0, 4172.0, 4192.0, 4160.0, 4150.0, 4204.0, 4177.0, 4147.0, 4177.0, 4157.0, 4136.0, 4126.0, 4134.0, 4126.0, 4137.0, 4148.0, 4150.0, 4160.0, 4141.0, 4140.0, 4152.0, 4181.0, 4142.0, 4191.0, 4163.0, 4172.0, 4162.0, 4182.0, 4202.0, 4148.0, 4147.0, 4138.0, 4149.0, 4140.0, 4170.0, 4129.0, 4160.0, 4139.0, 4161.0, 4170.0, 4151.0, 4212.0, 4169.0, 4205.0, 4212.0, 4187.0, 4174.0, 4125.0, 4146.0, 4127.0, 4137.0, 4138.0, 4149.0, 4138.0, 4149.0, 4141.0, 4150.0, 4143.0, 4160.0, 4149.0, 4150.0, 4180.0, 4161.0, 4205.0, 4188.0, 4169.0, 4177.0, 4139.0, 4168.0, 4138.0, 4167.0, 4159.0, 4157.0, 4136.0, 4145.0, 4137.0, 4146.0, 4138.0, 4160.0, 4150.0, 4149.0, 4188.0, 4127.0, 4175.0, 4126.0, 4165.0, 4138.0, 4167.0, 4141.0, 4160.0, 4141.0, 4159.0, 4140.0, 4161.0, 4202.0, 4168.0, 4147.0, 4186.0, 4125.0, 4157.0, 4186.0, 4135.0, 4156.0, 4127.0, 4136.0, 4139.0, 4161.0, 4173.0, 4165.0, 4185.0, 4167.0, 4186.0, 4155.0, 4176.0, 4187.0, 4188.0, 4208.0, 4189.0, 4205.0, 4176.0, 4226.0, 4176.0, 4217.0, 4207.0, 4215.0, 4173.0, 4203.0, 4171.0, 4193.0, 4216.0, 4191.0, 4180.0, 4168.0, 4148.0, 4178.0, 4149.0, 4189.0, 4170.0, 4190.0, 4179.0, 4189.0, 4147.0, 4147.0, 4201.0, 4176.0, 4147.0, 4173.0, 4124.0, 4142.0, 4136.0, 4145.0, 4125.0, 4137.0, 4157.0, 4139.0, 4168.0, 4159.0, 4150.0, 4137.0, 4138.0, 4168.0, 4139.0, 4179.0, 4151.0, 4183.0, 4210.0, 4179.0, 4187.0, 4125.0, 4157.0, 4126.0, 4149.0, 4179.0, 4150.0, 4180.0, 4140.0, 4180.0, 4140.0, 4181.0, 4152.0, 4172.0, 4184.0, 4181.0, 4162.0, 4181.0, 4150.0, 4170.0, 4201.0, 4171.0, 4215.0, 4178.0, 4180.0, 4185.0, 4136.0, 4165.0, 4125.0, 4159.0, 4209.0, 4136.0, 4145.0, 4125.0, 4125.0, 4126.0, 4137.0, 4129.0, 4150.0, 4153.0, 4175.0, 4175.0, 4163.0, 4152.0, 4152.0, 4182.0, 4153.0, 4208.0, 4212.0, 4161.0, 4201.0, 4148.0, 4148.0, 4137.0, 4138.0, 4158.0, 4141.0, 4192.0, 4152.0, 4182.0, 4153.0, 4172.0, 4143.0, 4176.0, 4186.0, 4166.0, 4196.0, 4165.0, 4194.0, 4154.0, 4215.0, 4174.0, 4205.0, 4203.0, 4182.0, 4170.0, 4151.0, 4180.0, 4151.0, 4214.0, 4182.0, 4214.0, 4192.0, 4204.0, 4202.0, 4167.0, 4147.0, 4187.0, 4135.0, 4145.0, 4155.0, 4137.0, 4155.0, 4126.0, 4135.0, 4137.0, 4139.0, 4180.0, 4153.0, 4182.0, 4165.0, 4174.0, 4165.0, 4185.0, 4164.0, 4186.0, 4196.0, 4186.0, 4206.0, 4184.0, 4213.0, 4172.0, 4213.0, 4202.0, 4203.0, 4202.0, 4181.0, 4188.0, 4149.0, 4197.0, 4157.0, 4188.0, 4200.0, 4159.0, 4188.0, 4138.0, 4167.0, 4146.0, 4147.0, 4208.0, 4139.0, 4166.0, 4148.0, 4157.0, 4137.0, 4147.0, 4137.0, 4149.0, 4202.0, 4200.0, 4168.0, 4177.0, 4123.0, 4135.0, 4114.0, 4136.0, 4155.0, 4139.0, 4178.0, 4158.0, 4156.0, 4138.0, 4160.0, 4200.0, 4157.0, 4148.0, 4186.0, 4146.0, 4134.0, 4124.0, 4136.0, 4176.0, 4138.0, 4158.0, 4148.0, 4149.0, 4139.0, 4168.0, 4140.0, 4170.0, 4152.0, 4172.0, 4164.0, 4206.0, 4175.0, 4217.0, 4183.0, 4201.0, 4150.0, 4159.0, 4169.0, 4151.0, 4214.0, 4191.0, 4170.0, 4136.0, 4137.0, 4157.0, 4138.0, 4178.0, 4149.0, 4169.0, 4162.0, 4160.0, 4140.0, 4159.0, 4139.0, 4151.0, 4203.0, 4179.0, 4139.0, 4168.0, 4149.0, 4158.0, 4139.0, 4149.0, 4140.0, 4162.0, 4164.0, 4164.0, 4174.0, 4166.0, 4163.0, 4165.0, 4194.0, 4153.0, 4205.0, 4175.0, 4205.0, 4194.0, 4187.0, 4215.0, 4163.0, 4193.0, 4202.0, 4149.0, 4199.0, 4171.0, 4179.0, 4138.0, 4158.0, 4138.0, 4161.0, 4192.0, 4153.0, 4211.0, 4172.0, 4199.0, 4139.0, 4180.0, 4202.0, 4166.0, 4135.0, 4175.0, 4134.0, 4145.0, 4164.0, 4133.0, 4133.0, 4102.0, 4126.0, 4155.0, 4139.0, 4160.0, 4190.0, 4152.0, 4170.0, 4152.0, 4162.0, 4165.0, 4186.0, 4167.0, 4189.0, 4177.0, 4195.0, 4165.0, 4187.0, 4227.0, 4208.0, 4226.0, 4217.0, 4213.0, 4184.0, 4203.0, 4182.0, 4214.0, 4202.0, 4193.0, 4216.0, 4188.0, 4168.0, 4164.0, 4125.0, 4164.0, 4134.0, 4155.0, 4158.0, 4146.0, 4137.0, 4145.0, 4126.0, 4136.0, 4188.0, 4149.0, 4199.0, 4157.0, 4190.0, 4186.0, 4131.0, 4166.0, 4182.0, 4122.0, 4152.0, 4112.0, 4121.0, 4100.0, 4113.0, 4164.0, 4123.0, 4144.0, 4126.0, 4136.0, 4137.0, 4138.0, 4166.0, 4127.0, 4147.0, 4146.0, 4138.0, 4168.0, 4138.0, 4148.0, 4137.0, 4138.0, 4166.0, 4138.0, 4180.0, 4151.0, 4170.0, 4163.0, 4161.0, 4141.0, 4170.0, 4139.0, 4151.0, 4214.0, 4180.0, 4157.0, 4147.0, 4138.0, 4146.0, 4138.0, 4188.0, 4138.0, 4169.0, 4150.0, 4161.0, 4169.0, 4149.0, 4158.0, 4141.0, 4204.0, 4211.0, 4157.0, 4166.0, 4145.0, 4135.0, 4124.0, 4125.0, 4167.0, 4139.0, 4180.0, 4152.0, 4171.0, 4185.0, 4161.0, 4151.0, 4171.0, 4140.0, 4162.0, 4215.0, 4180.0, 4180.0, 4169.0, 4139.0, 4177.0, 4137.0, 4138.0, 4139.0, 4150.0, 4170.0, 4150.0, 4179.0, 4141.0, 4189.0, 4151.0, 4194.0, 4214.0, 4199.0, 4187.0, 4157.0, 4156.0, 4136.0, 4147.0, 4128.0, 4148.0, 4181.0, 4150.0, 4200.0, 4159.0, 4188.0, 4137.0, 4138.0, 4198.0, 4155.0, 4146.0, 4186.0, 4134.0, 4134.0, 4123.0, 4124.0, 4145.0, 4128.0, 4168.0, 4139.0, 4160.0, 4139.0, 4150.0, 4139.0, 4152.0, 4193.0, 4200.0, 4149.0, 4190.0, 4139.0, 4168.0, 4139.0, 4170.0, 4150.0, 4162.0, 4161.0, 4163.0, 4192.0, 4151.0, 4211.0, 4140.0, 4201.0, 4160.0, 4182.0, 4170.0, 4169.0, 4138.0, 4149.0, 4213.0, 4188.0, 4168.0, 4176.0, 4137.0, 4166.0, 4127.0, 4147.0, 4127.0, 4149.0, 4138.0, 4152.0, 4203.0, 4162.0, 4180.0, 4161.0, 4171.0, 4149.0, 4150.0, 4191.0, 4152.0, 4213.0, 4172.0, 4193.0, 4149.0, 4149.0, 4198.0, 4138.0, 4189.0, 4150.0, 4180.0, 4171.0, 4180.0, 4151.0, 4181.0, 4141.0, 4171.0, 4150.0, 4172.0, 4215.0, 4179.0, 4168.0, 4136.0, 4136.0, 4147.0, 4138.0, 4178.0, 4140.0, 4170.0, 4161.0, 4161.0, 4151.0, 4160.0, 4130.0, 4151.0, 4172.0, 4163.0, 4214.0, 4182.0, 4179.0, 4149.0, 4149.0, 4169.0, 4151.0, 4214.0, 4190.0, 4179.0, 4156.0, 4127.0, 4167.0, 4138.0, 4159.0, 4152.0, 4171.0, 4163.0, 4162.0, 4152.0, 4174.0, 4152.0, 4163.0], 'WindowWidth': [9333.0, 9348.0, 9309.0, 9267.0, 9228.0, 9218.0, 9224.0, 9229.0, 9264.0, 9206.0, 9262.0, 9231.0, 9244.0, 9175.0, 9201.0, 9208.0, 9211.0, 9184.0, 9187.0, 9207.0, 9213.0, 9252.0, 9234.0, 9259.0, 9218.0, 9261.0, 9259.0, 9312.0, 9265.0, 9307.0, 9276.0, 9321.0, 9294.0, 9244.0, 9225.0, 9206.0, 9156.0, 9186.0, 9127.0, 9116.0, 9171.0, 9099.0, 9151.0, 9153.0, 9081.0, 9119.0, 9079.0, 9100.0, 9150.0, 9100.0, 9131.0, 9088.0, 9127.0, 9165.0, 9129.0, 9157.0, 9143.0, 9149.0, 9178.0, 9159.0, 9191.0, 9165.0, 9196.0, 9250.0, 9184.0, 9226.0, 9220.0, 9214.0, 9194.0, 9216.0, 9197.0, 9224.0, 9225.0, 9269.0, 9241.0, 9261.0, 9239.0, 9255.0, 9239.0, 9271.0, 9263.0, 9294.0, 9278.0, 9291.0, 9260.0, 9289.0, 9272.0, 9291.0, 9352.0, 9311.0, 9364.0, 9297.0, 9283.0, 9286.0, 9248.0, 9317.0, 9233.0, 9314.0, 9245.0, 9291.0, 9283.0, 9259.0, 9329.0, 9261.0, 9247.0, 9271.0, 9184.0, 9208.0, 9189.0, 9220.0, 9206.0, 9208.0, 9192.0, 9208.0, 9235.0, 9230.0, 9274.0, 9261.0, 9300.0, 9246.0, 9306.0, 9294.0, 9205.0, 9280.0, 9236.0, 9222.0, 9272.0, 9203.0, 9242.0, 9189.0, 9231.0, 9215.0, 9285.0, 9246.0, 9273.0, 9247.0, 9267.0, 9229.0, 9256.0, 9222.0, 9226.0, 9303.0, 9251.0, 9235.0, 9205.0, 9205.0, 9204.0, 9207.0, 9219.0, 9213.0, 9282.0, 9228.0, 9257.0, 9275.0, 9219.0, 9228.0, 9190.0, 9227.0, 9194.0, 9239.0, 9295.0, 9229.0, 9237.0, 9190.0, 9214.0, 9192.0, 9207.0, 9240.0, 9252.0, 9243.0, 9240.0, 9244.0, 9268.0, 9242.0, 9280.0, 9245.0, 9313.0, 9277.0, 9318.0, 9298.0, 9354.0, 9319.0, 9306.0, 9260.0, 9289.0, 9242.0, 9230.0, 9320.0, 9259.0, 9219.0, 9261.0, 9232.0, 9202.0, 9188.0, 9198.0, 9190.0, 9206.0, 9224.0, 9230.0, 9243.0, 9221.0, 9218.0, 9236.0, 9273.0, 9222.0, 9289.0, 9253.0, 9262.0, 9247.0, 9277.0, 9307.0, 9219.0, 9218.0, 9211.0, 9224.0, 9215.0, 9253.0, 9198.0, 9240.0, 9212.0, 9244.0, 9256.0, 9230.0, 9318.0, 9255.0, 9313.0, 9322.0, 9273.0, 9251.0, 9187.0, 9217.0, 9195.0, 9207.0, 9208.0, 9225.0, 9210.0, 9224.0, 9220.0, 9232.0, 9225.0, 9244.0, 9226.0, 9228.0, 9267.0, 9244.0, 9318.0, 9278.0, 9252.0, 9261.0, 9211.0, 9250.0, 9210.0, 9249.0, 9238.0, 9233.0, 9205.0, 9214.0, 9207.0, 9219.0, 9211.0, 9242.0, 9228.0, 9226.0, 9276.0, 9192.0, 9254.0, 9191.0, 9242.0, 9210.0, 9248.0, 9217.0, 9241.0, 9220.0, 9242.0, 9216.0, 9246.0, 9307.0, 9247.0, 9217.0, 9271.0, 9186.0, 9233.0, 9272.0, 9203.0, 9230.0, 9194.0, 9204.0, 9215.0, 9248.0, 9269.0, 9261.0, 9287.0, 9269.0, 9289.0, 9247.0, 9278.0, 9295.0, 9298.0, 9323.0, 9298.0, 9314.0, 9274.0, 9346.0, 9276.0, 9334.0, 9319.0, 9326.0, 9267.0, 9308.0, 9262.0, 9295.0, 9344.0, 9288.0, 9270.0, 9248.0, 9223.0, 9262.0, 9225.0, 9281.0, 9255.0, 9283.0, 9267.0, 9281.0, 9221.0, 9222.0, 9314.0, 9256.0, 9218.0, 9249.0, 9185.0, 9206.0, 9201.0, 9212.0, 9189.0, 9205.0, 9232.0, 9211.0, 9250.0, 9239.0, 9227.0, 9206.0, 9210.0, 9248.0, 9212.0, 9267.0, 9232.0, 9279.0, 9314.0, 9263.0, 9272.0, 9187.0, 9232.0, 9191.0, 9226.0, 9267.0, 9230.0, 9270.0, 9215.0, 9268.0, 9216.0, 9271.0, 9238.0, 9263.0, 9283.0, 9272.0, 9248.0, 9272.0, 9230.0, 9259.0, 9298.0, 9257.0, 9333.0, 9264.0, 9268.0, 9269.0, 9201.0, 9240.0, 9187.0, 9239.0, 9312.0, 9203.0, 9212.0, 9188.0, 9185.0, 9193.0, 9209.0, 9201.0, 9229.0, 9244.0, 9274.0, 9271.0, 9255.0, 9236.0, 9238.0, 9275.0, 9238.0, 9325.0, 9320.0, 9243.0, 9298.0, 9223.0, 9223.0, 9206.0, 9210.0, 9238.0, 9222.0, 9292.0, 9240.0, 9279.0, 9242.0, 9265.0, 9227.0, 9276.0, 9290.0, 9264.0, 9301.0, 9260.0, 9296.0, 9243.0, 9327.0, 9271.0, 9315.0, 9305.0, 9274.0, 9255.0, 9233.0, 9269.0, 9234.0, 9324.0, 9277.0, 9323.0, 9288.0, 9313.0, 9311.0, 9244.0, 9219.0, 9273.0, 9197.0, 9212.0, 9226.0, 9206.0, 9228.0, 9190.0, 9202.0, 9209.0, 9214.0, 9273.0, 9241.0, 9279.0, 9262.0, 9270.0, 9262.0, 9286.0, 9258.0, 9290.0, 9305.0, 9290.0, 9315.0, 9283.0, 9319.0, 9263.0, 9325.0, 9305.0, 9309.0, 9302.0, 9272.0, 9277.0, 9225.0, 9293.0, 9234.0, 9280.0, 9298.0, 9239.0, 9278.0, 9209.0, 9248.0, 9217.0, 9220.0, 9310.0, 9213.0, 9247.0, 9224.0, 9232.0, 9208.0, 9222.0, 9208.0, 9226.0, 9310.0, 9299.0, 9247.0, 9260.0, 9183.0, 9199.0, 9173.0, 9203.0, 9229.0, 9213.0, 9264.0, 9238.0, 9231.0, 9210.0, 9243.0, 9302.0, 9233.0, 9222.0, 9271.0, 9214.0, 9196.0, 9184.0, 9202.0, 9261.0, 9212.0, 9238.0, 9226.0, 9227.0, 9213.0, 9250.0, 9217.0, 9258.0, 9237.0, 9263.0, 9254.0, 9314.0, 9271.0, 9331.0, 9279.0, 9299.0, 9229.0, 9239.0, 9252.0, 9231.0, 9326.0, 9284.0, 9253.0, 9204.0, 9206.0, 9232.0, 9209.0, 9264.0, 9228.0, 9254.0, 9246.0, 9239.0, 9214.0, 9239.0, 9213.0, 9232.0, 9310.0, 9265.0, 9212.0, 9251.0, 9226.0, 9236.0, 9214.0, 9225.0, 9218.0, 9248.0, 9256.0, 9255.0, 9269.0, 9260.0, 9254.0, 9257.0, 9294.0, 9239.0, 9310.0, 9271.0, 9314.0, 9293.0, 9291.0, 9328.0, 9252.0, 9292.0, 9300.0, 9226.0, 9295.0, 9257.0, 9264.0, 9211.0, 9236.0, 9211.0, 9244.0, 9289.0, 9236.0, 9314.0, 9258.0, 9293.0, 9209.0, 9271.0, 9310.0, 9240.0, 9197.0, 9254.0, 9194.0, 9212.0, 9235.0, 9192.0, 9193.0, 9151.0, 9188.0, 9226.0, 9214.0, 9244.0, 9285.0, 9234.0, 9257.0, 9239.0, 9251.0, 9260.0, 9290.0, 9267.0, 9298.0, 9281.0, 9302.0, 9259.0, 9292.0, 9350.0, 9319.0, 9346.0, 9332.0, 9321.0, 9281.0, 9305.0, 9274.0, 9324.0, 9302.0, 9293.0, 9340.0, 9279.0, 9248.0, 9236.0, 9185.0, 9236.0, 9197.0, 9228.0, 9235.0, 9217.0, 9206.0, 9215.0, 9190.0, 9204.0, 9278.0, 9226.0, 9294.0, 9234.0, 9286.0, 9273.0, 9186.0, 9243.0, 9260.0, 9178.0, 9218.0, 9163.0, 9174.0, 9145.0, 9166.0, 9234.0, 9181.0, 9210.0, 9189.0, 9204.0, 9205.0, 9210.0, 9246.0, 9193.0, 9219.0, 9217.0, 9210.0, 9251.0, 9211.0, 9224.0, 9206.0, 9209.0, 9246.0, 9211.0, 9271.0, 9234.0, 9257.0, 9254.0, 9245.0, 9219.0, 9257.0, 9216.0, 9232.0, 9327.0, 9269.0, 9234.0, 9220.0, 9208.0, 9218.0, 9211.0, 9278.0, 9211.0, 9253.0, 9230.0, 9245.0, 9255.0, 9227.0, 9236.0, 9219.0, 9314.0, 9319.0, 9234.0, 9244.0, 9213.0, 9200.0, 9184.0, 9188.0, 9246.0, 9213.0, 9271.0, 9237.0, 9259.0, 9285.0, 9246.0, 9236.0, 9260.0, 9219.0, 9250.0, 9332.0, 9271.0, 9269.0, 9252.0, 9212.0, 9262.0, 9207.0, 9210.0, 9215.0, 9231.0, 9257.0, 9230.0, 9268.0, 9219.0, 9282.0, 9233.0, 9297.0, 9328.0, 9295.0, 9275.0, 9232.0, 9229.0, 9203.0, 9219.0, 9196.0, 9222.0, 9271.0, 9230.0, 9298.0, 9236.0, 9277.0, 9208.0, 9209.0, 9296.0, 9225.0, 9215.0, 9271.0, 9196.0, 9198.0, 9181.0, 9186.0, 9214.0, 9196.0, 9250.0, 9216.0, 9244.0, 9216.0, 9229.0, 9215.0, 9236.0, 9294.0, 9298.0, 9228.0, 9283.0, 9215.0, 9252.0, 9216.0, 9256.0, 9231.0, 9250.0, 9249.0, 9252.0, 9290.0, 9232.0, 9317.0, 9216.0, 9302.0, 9244.0, 9274.0, 9256.0, 9253.0, 9211.0, 9226.0, 9328.0, 9276.0, 9248.0, 9257.0, 9206.0, 9243.0, 9194.0, 9221.0, 9196.0, 9227.0, 9213.0, 9236.0, 9308.0, 9250.0, 9272.0, 9245.0, 9258.0, 9226.0, 9230.0, 9288.0, 9236.0, 9323.0, 9264.0, 9293.0, 9226.0, 9225.0, 9292.0, 9210.0, 9280.0, 9231.0, 9270.0, 9259.0, 9270.0, 9233.0, 9272.0, 9220.0, 9259.0, 9230.0, 9263.0, 9333.0, 9267.0, 9249.0, 9203.0, 9205.0, 9222.0, 9210.0, 9263.0, 9216.0, 9258.0, 9247.0, 9246.0, 9233.0, 9243.0, 9204.0, 9234.0, 9264.0, 9253.0, 9324.0, 9274.0, 9267.0, 9226.0, 9227.0, 9251.0, 9232.0, 9328.0, 9282.0, 9265.0, 9231.0, 9193.0, 9247.0, 9212.0, 9241.0, 9237.0, 9260.0, 9254.0, 9248.0, 9238.0, 9266.0, 9235.0, 9250.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.002716284403669725</td></tr>
<tr><td colspan=3>aqi</td><td>0.02096975584862385</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.55565498350178</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3178853717680812</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0484056833983928</td></tr>
<tr><td colspan=3>efc</td><td>0.4671</td></tr>
<tr><td colspan=3>fber</td><td>7290.5308</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0910144563281129</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>23</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.6376146788990824</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.449258910021902</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4039976699569565</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.668115936387159</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2756631237215905</td></tr>
<tr><td colspan=3>gcor</td><td>0.0261183</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016002971678972244</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028513576835393906</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.0322446133839245</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.1088</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.3449</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.2107</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300948.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>754.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>315.0284</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8886</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>495.7154</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3379.9862</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3567.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75596.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1197.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4366.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>884.6131</td></tr>
<tr><td colspan=3>tsnr</td><td>42.814860023208894</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>