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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0111/ses-01/func/sub-0111_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>9836d457ed1a136661e6f635ccca0682</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>15:22:36.160000</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.998744, -0.0207963, -0.0455935, 0.0242343, 0.996798, 0.0761982]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0750248</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4206, -7743, -7258, 264, -92, 140, 121, 104]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>219.974</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>39834ca0-1354-4424-ba39-6fe7e9133e43||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.679556131362915, 0.06501895189285278, -0.11842966824769974, 109.1294174194336], [0.05579505115747452, 2.6743364334106445, 0.20845991373062134, -100.5362548828125], [-0.12232393026351929, -0.20443414151668549, 2.6893343925476074, -59.7269172668457], [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': ['152236.160000', '152236.620000', '152237.080000', '152237.540000', '152238.000000', '152238.460000', '152238.920000', '152239.380000', '152239.840000', '152240.300000', '152240.760000', '152241.220000', '152241.680000', '152242.140000', '152242.600000', '152243.060000', '152243.520000', '152243.980000', '152244.440000', '152244.900000', '152245.360000', '152245.820000', '152246.280000', '152246.740000', '152247.200000', '152247.660000', '152248.120000', '152248.580000', '152249.040000', '152249.500000', '152249.960000', '152250.420000', '152250.880000', '152251.340000', '152251.800000', '152252.260000', '152252.720000', '152253.180000', '152253.640000', '152254.100000', '152254.560000', '152255.020000', '152255.480000', '152255.940000', '152256.400000', '152256.860000', '152257.320000', '152257.780000', '152258.240000', '152258.700000', '152259.160000', '152259.620000', '152300.080000', '152300.540000', '152301.000000', '152301.460000', '152301.920000', '152302.380000', '152302.840000', '152303.300000', '152303.760000', '152304.220000', '152304.680000', '152305.140000', '152305.600000', '152306.060000', '152306.520000', '152306.980000', '152307.440000', '152307.900000', '152308.360000', '152308.820000', '152309.280000', '152309.740000', '152310.200000', '152310.660000', '152311.120000', '152311.580000', '152312.040000', '152312.500000', '152312.960000', '152313.420000', '152313.880000', '152314.340000', '152314.800000', '152315.260000', '152315.720000', '152316.180000', '152316.640000', '152317.100000', '152317.560000', '152318.020000', '152318.480000', '152318.940000', '152319.400000', '152319.860000', '152320.320000', '152320.780000', '152321.240000', '152321.700000', '152322.160000', '152322.620000', '152323.080000', '152323.540000', '152324.000000', '152324.460000', '152324.920000', '152325.380000', '152325.840000', '152326.300000', '152326.760000', '152327.220000', '152327.680000', '152328.140000', '152328.600000', '152329.060000', '152329.520000', '152329.980000', '152330.440000', '152330.900000', '152331.360000', '152331.820000', '152332.280000', '152332.740000', '152333.200000', '152333.660000', '152334.120000', '152334.580000', '152335.040000', '152335.500000', '152335.960000', '152336.420000', '152336.880000', '152337.340000', '152337.800000', '152338.260000', '152338.720000', '152339.180000', '152339.640000', '152340.100000', '152340.560000', '152341.020000', '152341.480000', '152341.940000', '152342.400000', '152342.860000', '152343.320000', '152343.780000', '152344.240000', '152344.700000', '152345.160000', '152345.620000', '152346.080000', '152346.540000', '152347.000000', '152347.460000', '152347.920000', '152348.380000', '152348.840000', '152349.300000', '152349.760000', '152350.220000', '152350.680000', '152351.140000', '152351.600000', '152352.060000', '152352.520000', '152352.980000', '152353.440000', '152353.900000', '152354.360000', '152354.820000', '152355.280000', '152355.740000', '152356.200000', '152356.660000', '152357.120000', '152357.580000', '152358.040000', '152358.500000', '152358.960000', '152359.420000', '152359.880000', '152400.340000', '152400.800000', '152401.260000', '152401.720000', '152402.180000', '152402.640000', '152403.100000', '152403.560000', '152404.020000', '152404.480000', '152404.940000', '152405.400000', '152405.860000', '152406.320000', '152406.780000', '152407.240000', '152407.700000', '152408.160000', '152408.620000', '152409.080000', '152409.540000', '152410.000000', '152410.460000', '152410.920000', '152411.380000', '152411.840000', '152412.300000', '152412.760000', '152413.220000', '152413.680000', '152414.140000', '152414.600000', '152415.060000', '152415.520000', '152415.980000', '152416.440000', '152416.900000', '152417.360000', '152417.820000', '152418.280000', '152418.740000', '152419.200000', '152419.660000', '152420.120000', '152420.580000', '152421.040000', '152421.500000', '152421.960000', '152422.420000', '152422.880000', '152423.340000', '152423.800000', '152424.260000', '152424.720000', '152425.180000', '152425.640000', '152426.100000', '152426.560000', '152427.020000', '152427.480000', '152427.940000', '152428.400000', '152428.860000', '152429.320000', '152429.780000', '152430.240000', '152430.700000', '152431.160000', '152431.620000', '152432.080000', '152432.540000', '152433.000000', '152433.460000', '152433.920000', '152434.380000', '152434.840000', '152435.300000', '152435.760000', '152436.220000', '152436.680000', '152437.140000', '152437.600000', '152438.060000', '152438.520000', '152438.980000', '152439.440000', '152439.900000', '152440.360000', '152440.820000', '152441.280000', '152441.740000', '152442.200000', '152442.660000', '152443.120000', '152443.580000', '152444.040000', '152444.500000', '152444.960000', '152445.420000', '152445.880000', '152446.340000', '152446.800000', '152447.260000', '152447.720000', '152448.180000', '152448.640000', '152449.100000', '152449.560000', '152450.020000', '152450.480000', '152450.940000', '152451.400000', '152451.860000', '152452.320000', '152452.780000', '152453.240000', '152453.700000', '152454.160000', '152454.620000', '152455.080000', '152455.540000', '152456.000000', '152456.460000', '152456.920000', '152457.380000', '152457.840000', '152458.300000', '152458.760000', '152459.220000', '152459.680000', '152500.140000', '152500.600000', '152501.060000', '152501.520000', '152501.980000', '152502.440000', '152502.900000', '152503.360000', '152503.820000', '152504.280000', '152504.740000', '152505.200000', '152505.660000', '152506.120000', '152506.580000', '152507.040000', '152507.500000', '152507.960000', '152508.420000', '152508.880000', '152509.340000', '152509.800000', '152510.260000', '152510.720000', '152511.180000', '152511.640000', '152512.100000', '152512.560000', '152513.020000', '152513.480000', '152513.940000', '152514.400000', '152514.860000', '152515.320000', '152515.780000', '152516.240000', '152516.700000', '152517.160000', '152517.620000', '152518.080000', '152518.540000', '152519.000000', '152519.460000', '152519.920000', '152520.380000', '152520.840000', '152521.300000', '152521.760000', '152522.220000', '152522.680000', '152523.140000', '152523.600000', '152524.060000', '152524.520000', '152524.980000', '152525.440000', '152525.900000', '152526.360000', '152526.820000', '152527.280000', '152527.740000', '152528.200000', '152528.660000', '152529.120000', '152529.580000', '152530.040000', '152530.500000', '152530.960000', '152531.420000', '152531.880000', '152532.340000', '152532.800000', '152533.260000', '152533.720000', '152534.180000', '152534.640000', '152535.100000', '152535.560000', '152536.020000', '152536.480000', '152536.940000', '152537.400000', '152537.860000', '152538.320000', '152538.780000', '152539.240000', '152539.700000', '152540.160000', '152540.620000', '152541.080000', '152541.540000', '152542.000000', '152542.460000', '152542.920000', '152543.380000', '152543.840000', '152544.300000', '152544.760000', '152545.220000', '152545.680000', '152546.140000', '152546.600000', '152547.060000', '152547.520000', '152547.980000', '152548.440000', '152548.900000', '152549.360000', '152549.820000', '152550.280000', '152550.740000', '152551.200000', '152551.660000', '152552.120000', '152552.580000', '152553.040000', '152553.500000', '152553.960000', '152554.420000', '152554.880000', '152555.340000', '152555.800000', '152556.260000', '152556.720000', '152557.180000', '152557.640000', '152558.100000', '152558.560000', '152559.020000', '152559.480000', '152559.940000', '152600.400000', '152600.860000', '152601.320000', '152601.780000', '152602.240000', '152602.700000', '152603.160000', '152603.620000', '152604.080000', '152604.540000', '152605.000000', '152605.460000', '152605.920000', '152606.380000', '152606.840000', '152607.300000', '152607.760000', '152608.220000', '152608.680000', '152609.140000', '152609.600000', '152610.060000', '152610.520000', '152610.980000', '152611.440000', '152611.900000', '152612.360000', '152612.820000', '152613.280000', '152613.740000', '152614.200000', '152614.660000', '152615.120000', '152615.580000', '152616.040000', '152616.500000', '152616.960000', '152617.420000', '152617.880000', '152618.340000', '152618.800000', '152619.260000', '152619.720000', '152620.180000', '152620.640000', '152621.100000', '152621.560000', '152622.020000', '152622.480000', '152622.940000', '152623.400000', '152623.860000', '152624.320000', '152624.780000', '152625.240000', '152625.700000', '152626.160000', '152626.620000', '152627.080000', '152627.540000', '152628.000000', '152628.460000', '152628.920000', '152629.380000', '152629.840000', '152630.300000', '152630.760000', '152631.220000', '152631.680000', '152632.140000', '152632.600000', '152633.060000', '152633.520000', '152633.980000', '152634.440000', '152634.900000', '152635.360000', '152635.820000', '152636.280000', '152636.740000', '152637.200000', '152637.660000', '152638.120000', '152638.580000', '152639.040000', '152639.500000', '152639.960000', '152640.420000', '152640.880000', '152641.340000', '152641.800000', '152642.260000', '152642.720000', '152643.180000', '152643.640000', '152644.100000', '152644.560000', '152645.020000', '152645.480000', '152645.940000', '152646.400000', '152646.860000', '152647.320000', '152647.780000', '152648.240000', '152648.700000', '152649.160000', '152649.620000', '152650.080000', '152650.540000', '152651.000000', '152651.460000', '152651.920000', '152652.380000', '152652.840000', '152653.300000', '152653.760000', '152654.220000', '152654.680000', '152655.140000', '152655.600000', '152656.060000', '152656.520000', '152656.980000', '152657.440000', '152657.900000', '152658.360000', '152658.820000', '152659.280000', '152659.740000', '152700.200000', '152700.660000', '152701.120000', '152701.580000', '152702.040000', '152702.500000', '152702.960000', '152703.420000', '152703.880000', '152704.340000', '152704.800000', '152705.260000', '152705.720000', '152706.180000', '152706.640000', '152707.100000', '152707.560000', '152708.020000', '152708.480000', '152708.940000', '152709.400000', '152709.860000', '152710.320000', '152710.780000', '152711.240000', '152711.700000', '152712.160000', '152712.620000', '152713.080000', '152713.540000', '152714.000000', '152714.460000', '152714.920000', '152715.380000', '152715.840000', '152716.300000', '152716.760000', '152717.220000', '152717.680000', '152718.140000', '152718.600000', '152719.060000', '152719.520000', '152719.980000', '152720.440000', '152720.900000', '152721.360000', '152721.820000', '152722.280000', '152722.740000', '152723.200000', '152723.660000', '152724.120000', '152724.580000', '152725.040000', '152725.500000', '152725.960000', '152726.420000', '152726.880000', '152727.340000', '152727.800000', '152728.260000', '152728.720000', '152729.180000', '152729.640000', '152730.100000', '152730.560000', '152731.020000', '152731.480000', '152731.940000', '152732.400000', '152732.860000', '152733.320000', '152733.780000', '152734.240000', '152734.700000', '152735.160000', '152735.620000', '152736.080000', '152736.540000', '152737.000000', '152737.460000', '152737.920000', '152738.380000', '152738.840000', '152739.300000', '152739.760000', '152740.220000', '152740.680000', '152741.140000', '152741.600000', '152742.060000', '152742.520000', '152742.980000', '152743.440000', '152743.900000', '152744.360000', '152744.820000', '152745.280000', '152745.740000', '152746.200000', '152746.660000', '152747.120000', '152747.580000', '152748.040000', '152748.500000', '152748.960000', '152749.420000', '152749.880000', '152750.340000', '152750.800000', '152751.260000', '152751.720000', '152752.180000', '152752.640000', '152753.100000', '152753.560000', '152754.020000', '152754.480000', '152754.940000', '152755.400000', '152755.860000', '152756.320000', '152756.780000', '152757.240000', '152757.700000', '152758.160000', '152758.620000', '152759.080000', '152759.540000', '152800.000000', '152800.460000', '152800.920000', '152801.380000', '152801.840000', '152802.300000', '152802.760000', '152803.220000', '152803.680000', '152804.140000', '152804.600000', '152805.060000', '152805.520000', '152805.980000', '152806.440000', '152806.900000', '152807.360000', '152807.820000', '152808.280000', '152808.740000', '152809.200000', '152809.660000', '152810.120000', '152810.580000', '152811.040000', '152811.500000', '152811.960000', '152812.420000', '152812.880000', '152813.340000', '152813.800000', '152814.260000', '152814.720000', '152815.180000', '152815.640000', '152816.100000', '152816.560000', '152817.020000', '152817.480000', '152817.940000', '152818.400000', '152818.860000', '152819.320000', '152819.780000', '152820.240000', '152820.700000', '152821.160000', '152821.620000', '152822.080000', '152822.540000', '152823.000000', '152823.460000', '152823.920000', '152824.380000', '152824.840000', '152825.300000', '152825.760000', '152826.220000', '152826.680000', '152827.140000', '152827.600000', '152828.060000', '152828.520000', '152828.980000', '152829.440000', '152829.900000', '152830.360000', '152830.820000', '152831.280000', '152831.740000', '152832.200000', '152832.660000', '152833.120000', '152833.580000', '152834.040000', '152834.500000', '152834.960000', '152835.420000', '152835.880000', '152836.340000', '152836.800000', '152837.260000', '152837.720000', '152838.180000', '152838.640000', '152839.100000', '152839.560000', '152840.020000', '152840.480000', '152840.940000', '152841.400000', '152841.860000', '152842.320000', '152842.780000', '152843.240000', '152843.700000', '152844.160000', '152844.620000', '152845.080000', '152845.540000', '152846.000000', '152846.460000', '152846.920000', '152847.380000', '152847.840000', '152848.300000', '152848.760000', '152849.220000', '152849.680000', '152850.140000', '152850.600000', '152851.060000', '152851.520000', '152851.980000', '152852.440000', '152852.900000', '152853.360000', '152853.820000', '152854.280000', '152854.740000', '152855.200000', '152855.660000', '152856.120000', '152856.580000', '152857.040000', '152857.500000', '152857.960000', '152858.420000', '152858.880000', '152859.340000', '152859.800000', '152900.260000', '152900.720000', '152901.180000', '152901.640000', '152902.100000', '152902.560000', '152903.020000', '152903.480000', '152903.940000', '152904.400000', '152904.860000', '152905.320000', '152905.780000', '152906.240000', '152906.700000', '152907.160000', '152907.620000', '152908.080000', '152908.540000', '152909.000000', '152909.460000', '152909.920000', '152910.380000', '152910.840000', '152911.300000', '152911.760000', '152912.220000', '152912.680000', '152913.140000', '152913.600000', '152914.060000', '152914.520000', '152914.980000', '152915.440000', '152915.900000', '152916.360000', '152916.820000'], 'ContentTime': ['152248.966000', '152248.968000', '152248.971000', '152248.974000', '152248.977000', '152248.984000', '152248.986000', '152248.989000', '152248.992000', '152248.994000', '152249.004000', '152249.006000', '152249.009000', '152249.021000', '152249.023000', '152249.026000', '152249.028000', '152249.031000', '152249.034000', '152249.036000', '152249.039000', '152249.042000', '152249.044000', '152249.047000', '152249.050000', '152308.939000', '152308.942000', '152308.945000', '152308.948000', '152308.950000', '152308.953000', '152308.955000', '152308.958000', '152308.960000', '152308.963000', '152308.965000', '152308.968000', '152308.971000', '152308.973000', '152308.976000', '152308.978000', '152308.981000', '152308.983000', '152308.986000', '152308.989000', '152308.991000', '152308.994000', '152308.996000', '152309.000000', '152309.002000', '152309.005000', '152309.008000', '152309.010000', '152309.013000', '152309.016000', '152309.019000', '152309.021000', '152309.024000', '152309.026000', '152309.029000', '152309.031000', '152309.042000', '152309.044000', '152309.047000', '152309.049000', '152309.052000', '152309.054000', '152309.057000', '152328.939000', '152328.942000', '152328.945000', '152328.947000', '152328.950000', '152328.952000', '152328.955000', '152328.958000', '152328.960000', '152328.963000', '152328.965000', '152328.968000', '152328.971000', '152328.973000', '152328.976000', '152328.978000', '152328.981000', '152328.984000', '152328.986000', '152328.989000', '152328.991000', '152328.994000', '152328.997000', '152329.000000', '152329.003000', '152329.005000', '152329.012000', '152329.015000', '152329.017000', '152329.020000', '152329.034000', '152329.036000', '152329.039000', '152329.042000', '152329.044000', '152329.047000', '152329.049000', '152329.052000', '152329.054000', '152329.057000', '152329.060000', '152329.062000', '152329.065000', '152329.067000', '152348.939000', '152348.942000', '152348.945000', '152348.949000', '152348.951000', '152348.954000', '152348.957000', '152348.959000', '152348.962000', '152348.964000', '152348.967000', '152348.970000', '152348.972000', '152348.975000', '152348.977000', '152348.980000', '152348.983000', '152348.985000', '152348.988000', '152348.990000', '152348.993000', '152348.996000', '152348.998000', '152349.002000', '152349.005000', '152349.008000', '152349.010000', '152349.013000', '152349.015000', '152349.018000', '152349.021000', '152349.023000', '152349.026000', '152349.028000', '152349.031000', '152349.033000', '152349.036000', '152349.039000', '152349.041000', '152349.044000', '152349.047000', '152349.049000', '152349.052000', '152349.055000', '152408.940000', '152408.943000', '152408.946000', '152408.948000', '152408.951000', '152408.954000', '152408.956000', '152408.959000', '152408.961000', '152408.964000', '152408.966000', '152408.969000', '152408.972000', '152408.974000', '152408.977000', '152408.979000', '152408.982000', '152408.984000', '152408.987000', '152408.990000', '152408.992000', '152408.995000', '152408.998000', '152409.000000', '152409.003000', '152409.005000', '152409.008000', '152409.011000', '152409.013000', '152409.016000', '152409.018000', '152409.021000', '152409.024000', '152409.026000', '152409.029000', '152409.031000', '152409.034000', '152409.036000', '152409.039000', '152409.041000', '152409.044000', '152409.047000', '152409.050000', '152428.940000', '152428.943000', '152428.946000', '152428.948000', '152428.951000', '152428.953000', '152428.956000', '152428.959000', '152428.961000', '152428.964000', '152428.966000', '152428.969000', '152428.972000', '152428.974000', '152428.977000', '152428.979000', '152428.982000', '152428.984000', '152428.987000', '152428.990000', '152428.992000', '152428.995000', '152428.997000', '152429.000000', '152429.003000', '152429.005000', '152429.008000', '152429.011000', '152429.013000', '152429.016000', '152429.018000', '152429.021000', '152429.023000', '152429.026000', '152429.029000', '152429.031000', '152429.034000', '152429.036000', '152429.039000', '152429.041000', '152429.044000', '152429.047000', '152429.049000', '152429.052000', '152448.940000', '152448.942000', '152448.945000', '152448.948000', '152448.950000', '152448.953000', '152448.955000', '152448.958000', '152448.960000', '152448.963000', '152448.966000', '152448.968000', '152448.971000', '152448.973000', '152448.976000', '152448.979000', '152448.981000', '152448.984000', '152448.986000', '152448.989000', '152448.992000', '152448.994000', '152448.997000', '152449.000000', '152449.003000', '152449.006000', '152449.009000', '152449.011000', '152449.014000', '152449.016000', '152449.019000', '152449.021000', '152449.024000', '152449.027000', '152449.029000', '152449.032000', '152449.034000', '152449.037000', '152449.039000', '152449.042000', '152449.045000', '152449.047000', '152449.050000', '152508.939000', '152508.942000', '152508.945000', '152508.948000', '152508.950000', '152508.953000', '152508.956000', '152508.958000', '152508.961000', '152508.963000', '152508.966000', '152508.968000', '152508.971000', '152508.974000', '152508.976000', '152508.979000', '152508.981000', '152508.984000', '152508.988000', '152508.991000', '152508.994000', '152508.996000', '152509.000000', '152509.003000', '152509.005000', '152509.020000', '152509.023000', '152509.025000', '152509.028000', '152509.031000', '152509.033000', '152509.036000', '152509.038000', '152509.041000', '152509.044000', '152509.046000', '152509.049000', '152509.052000', '152509.054000', '152509.057000', '152509.059000', '152509.062000', '152509.065000', '152528.939000', '152528.942000', '152528.945000', '152528.947000', '152528.950000', '152528.953000', '152528.955000', '152528.958000', '152528.960000', '152528.963000', '152528.966000', '152528.968000', '152528.971000', '152528.973000', '152528.976000', '152528.979000', '152528.981000', '152528.984000', '152528.986000', '152528.989000', '152528.992000', '152528.994000', '152528.997000', '152529.000000', '152529.003000', '152529.005000', '152529.008000', '152529.011000', '152529.013000', '152529.016000', '152529.018000', '152529.021000', '152529.024000', '152529.026000', '152529.029000', '152529.031000', '152529.034000', '152529.036000', '152529.039000', '152529.042000', '152529.044000', '152529.047000', '152529.049000', '152529.052000', '152548.939000', '152548.943000', '152548.945000', '152548.948000', '152548.951000', '152548.954000', '152548.956000', '152548.959000', '152548.961000', '152548.964000', '152548.967000', '152548.969000', '152548.972000', '152548.975000', '152548.977000', '152548.980000', '152548.982000', '152548.985000', '152548.988000', '152548.990000', '152548.993000', '152548.995000', '152549.002000', '152549.004000', '152549.007000', '152549.010000', '152549.012000', '152549.015000', '152549.017000', '152549.020000', '152549.023000', '152549.025000', '152549.028000', '152549.030000', '152549.033000', '152549.036000', '152549.038000', '152549.041000', '152549.044000', '152549.046000', '152549.049000', '152549.052000', '152549.054000', '152608.939000', '152608.942000', '152608.945000', '152608.948000', '152608.950000', '152608.953000', '152608.955000', '152608.958000', '152608.961000', '152608.963000', '152608.966000', '152608.968000', '152608.971000', '152608.974000', '152608.976000', '152608.979000', '152608.981000', '152608.984000', '152608.986000', '152608.989000', '152608.992000', '152608.994000', '152608.997000', '152609.001000', '152609.003000', '152609.006000', '152609.009000', '152609.011000', '152609.014000', '152609.016000', '152609.019000', '152609.022000', '152609.024000', '152609.027000', '152609.029000', '152609.032000', '152609.035000', '152609.037000', '152609.040000', '152609.042000', '152609.045000', '152609.048000', '152609.050000', '152609.053000', '152628.941000', '152628.943000', '152628.946000', '152628.949000', '152628.951000', '152628.954000', '152628.956000', '152628.959000', '152628.961000', '152628.964000', '152628.967000', '152628.969000', '152628.972000', '152628.974000', '152628.977000', '152628.980000', '152628.982000', '152628.985000', '152628.988000', '152628.990000', '152628.993000', '152628.996000', '152628.998000', '152629.001000', '152629.004000', '152629.006000', '152629.009000', '152629.011000', '152629.014000', '152629.017000', '152629.019000', '152629.022000', '152629.025000', '152629.029000', '152629.031000', '152629.034000', '152629.037000', '152629.040000', '152629.042000', '152629.045000', '152629.047000', '152629.050000', '152629.052000', '152648.941000', '152648.943000', '152648.946000', '152648.949000', '152648.951000', '152648.954000', '152648.956000', '152649.008000', '152649.011000', '152649.013000', '152649.016000', '152649.018000', '152649.021000', '152649.023000', '152649.026000', '152649.029000', '152649.031000', '152649.034000', '152649.036000', '152649.039000', '152649.042000', '152649.044000', '152649.047000', '152649.049000', '152649.052000', '152649.055000', '152649.057000', '152649.060000', '152649.062000', '152649.065000', '152649.067000', '152649.070000', '152649.073000', '152649.075000', '152649.078000', '152649.080000', '152649.083000', '152649.086000', '152649.088000', '152649.091000', '152649.094000', '152649.096000', '152649.099000', '152649.101000', '152708.940000', '152709.010000', '152709.013000', '152709.016000', '152709.018000', '152709.021000', '152709.024000', '152709.026000', '152709.029000', '152709.031000', '152709.034000', '152709.037000', '152709.039000', '152709.042000', '152709.044000', '152709.047000', '152709.049000', '152709.052000', '152709.055000', '152709.057000', '152709.060000', '152709.063000', '152709.065000', '152709.068000', '152709.070000', '152709.073000', '152709.076000', '152709.078000', '152709.081000', '152709.083000', '152709.086000', '152709.089000', '152709.091000', '152709.094000', '152709.096000', '152709.099000', '152709.102000', '152709.104000', '152709.107000', '152709.109000', '152709.112000', '152709.115000', '152709.117000', '152728.939000', '152728.942000', '152728.945000', '152728.948000', '152728.950000', '152728.953000', '152728.956000', '152728.958000', '152728.961000', '152728.963000', '152728.966000', '152728.969000', '152728.971000', '152728.974000', '152728.977000', '152728.979000', '152728.982000', '152728.984000', '152728.987000', '152728.990000', '152728.992000', '152728.995000', '152728.998000', '152729.001000', '152729.004000', '152729.006000', '152729.009000', '152729.012000', '152729.014000', '152729.017000', '152729.019000', '152729.022000', '152729.025000', '152729.027000', '152729.030000', '152729.033000', '152729.035000', '152729.038000', '152729.040000', '152729.043000', '152729.046000', '152729.048000', '152729.051000', '152729.053000', '152748.939000', '152748.942000', '152748.945000', '152748.948000', '152748.951000', '152748.953000', '152748.956000', '152748.959000', '152748.962000', '152748.964000', '152748.967000', '152748.969000', '152748.972000', '152748.975000', '152748.977000', '152748.980000', '152748.983000', '152748.985000', '152748.988000', '152748.990000', '152748.993000', '152748.996000', '152748.998000', '152749.002000', '152749.005000', '152749.007000', '152749.010000', '152749.013000', '152749.015000', '152749.018000', '152749.021000', '152749.023000', '152749.026000', '152749.029000', '152749.031000', '152749.034000', '152749.036000', '152749.039000', '152749.042000', '152749.044000', '152749.047000', '152749.049000', '152749.052000', '152808.939000', '152808.942000', '152808.945000', '152808.948000', '152808.950000', '152808.953000', '152808.955000', '152808.958000', '152808.961000', '152808.963000', '152808.966000', '152808.969000', '152808.971000', '152808.974000', '152808.976000', '152808.979000', '152808.982000', '152808.984000', '152808.987000', '152808.989000', '152808.992000', '152808.995000', '152808.997000', '152809.001000', '152809.003000', '152809.006000', '152809.009000', '152809.011000', '152809.014000', '152809.017000', '152809.019000', '152809.022000', '152809.033000', '152809.036000', '152809.039000', '152809.042000', '152809.044000', '152809.047000', '152809.049000', '152809.052000', '152809.055000', '152809.057000', '152809.060000', '152809.063000', '152828.939000', '152828.942000', '152828.945000', '152828.948000', '152828.950000', '152828.953000', '152828.956000', '152828.958000', '152828.961000', '152828.963000', '152828.966000', '152828.969000', '152828.971000', '152828.974000', '152828.977000', '152828.979000', '152828.982000', '152828.984000', '152828.987000', '152828.990000', '152828.992000', '152828.995000', '152828.997000', '152829.001000', '152829.004000', '152829.007000', '152829.009000', '152829.012000', '152829.015000', '152829.017000', '152829.020000', '152829.023000', '152829.025000', '152829.040000', '152829.043000', '152829.045000', '152829.048000', '152829.051000', '152829.053000', '152829.056000', '152829.058000', '152829.076000', '152829.079000', '152848.940000', '152848.943000', '152848.946000', '152848.949000', '152848.951000', '152848.954000', '152848.957000', '152848.959000', '152848.962000', '152848.964000', '152848.967000', '152848.970000', '152848.972000', '152848.975000', '152848.977000', '152848.980000', '152848.983000', '152848.985000', '152848.988000', '152848.990000', '152848.993000', '152848.996000', '152848.998000', '152849.001000', '152849.004000', '152849.006000', '152849.009000', '152849.011000', '152849.014000', '152849.016000', '152849.019000', '152849.022000', '152849.024000', '152849.027000', '152849.030000', '152849.032000', '152849.035000', '152849.037000', '152849.040000', '152849.042000', '152849.045000', '152849.048000', '152849.050000', '152849.053000', '152908.941000', '152908.943000', '152908.946000', '152908.949000', '152908.951000', '152908.954000', '152908.956000', '152908.959000', '152908.962000', '152908.964000', '152908.967000', '152908.969000', '152908.972000', '152908.975000', '152908.977000', '152908.980000', '152908.983000', '152908.985000', '152908.988000', '152908.990000', '152908.993000', '152908.996000', '152908.998000', '152909.001000', '152909.004000', '152909.006000', '152909.009000', '152909.011000', '152909.014000', '152909.017000', '152909.019000', '152909.022000', '152909.024000', '152909.027000', '152909.030000', '152909.032000', '152909.035000', '152909.037000', '152909.040000', '152909.042000', '152909.045000', '152909.048000', '152909.050000', '152918.240000', '152918.244000', '152918.247000', '152918.249000', '152918.252000', '152918.255000', '152918.258000', '152918.261000', '152918.264000', '152918.267000', '152918.269000', '152918.272000', '152918.275000', '152918.278000', '152918.281000', '152918.284000', '152918.286000', '152918.289000', '152918.292000', '152918.294000', '152918.297000'], 'InstanceCreationTime': ['152248.966000', '152248.968000', '152248.971000', '152248.974000', '152248.977000', '152248.984000', '152248.986000', '152248.989000', '152248.992000', '152248.994000', '152249.004000', '152249.006000', '152249.009000', '152249.021000', '152249.023000', '152249.026000', '152249.028000', '152249.031000', '152249.034000', '152249.036000', '152249.039000', '152249.042000', '152249.044000', '152249.047000', '152249.050000', '152308.939000', '152308.942000', '152308.945000', '152308.948000', '152308.950000', '152308.953000', '152308.955000', '152308.958000', '152308.960000', '152308.963000', '152308.965000', '152308.968000', '152308.971000', '152308.973000', '152308.976000', '152308.978000', '152308.981000', '152308.983000', '152308.986000', '152308.989000', '152308.991000', '152308.994000', '152308.996000', '152309.000000', '152309.002000', '152309.005000', '152309.008000', '152309.010000', '152309.013000', '152309.016000', '152309.019000', '152309.021000', '152309.024000', '152309.026000', '152309.029000', '152309.031000', '152309.042000', '152309.044000', '152309.047000', '152309.049000', '152309.052000', '152309.054000', '152309.057000', '152328.939000', '152328.942000', '152328.945000', '152328.947000', '152328.950000', '152328.952000', '152328.955000', '152328.958000', '152328.960000', '152328.963000', '152328.965000', '152328.968000', '152328.971000', '152328.973000', '152328.976000', '152328.978000', '152328.981000', '152328.984000', '152328.986000', '152328.989000', '152328.991000', '152328.994000', '152328.997000', '152329.000000', '152329.003000', '152329.005000', '152329.012000', '152329.015000', '152329.017000', '152329.020000', '152329.034000', '152329.036000', '152329.039000', '152329.042000', '152329.044000', '152329.047000', '152329.049000', '152329.052000', '152329.054000', '152329.057000', '152329.060000', '152329.062000', '152329.065000', '152329.067000', '152348.939000', '152348.942000', '152348.945000', '152348.949000', '152348.951000', '152348.954000', '152348.957000', '152348.959000', '152348.962000', '152348.964000', '152348.967000', '152348.970000', '152348.972000', '152348.975000', '152348.977000', '152348.980000', '152348.983000', '152348.985000', '152348.988000', '152348.990000', '152348.993000', '152348.996000', '152348.998000', '152349.002000', '152349.005000', '152349.008000', '152349.010000', '152349.013000', '152349.015000', '152349.018000', '152349.021000', '152349.023000', '152349.026000', '152349.028000', '152349.031000', '152349.033000', '152349.036000', '152349.039000', '152349.041000', '152349.044000', '152349.047000', '152349.049000', '152349.052000', '152349.055000', '152408.940000', '152408.943000', '152408.946000', '152408.948000', '152408.951000', '152408.954000', '152408.956000', '152408.959000', '152408.961000', '152408.964000', '152408.966000', '152408.969000', '152408.972000', '152408.974000', '152408.977000', '152408.979000', '152408.982000', '152408.984000', '152408.987000', '152408.990000', '152408.992000', '152408.995000', '152408.998000', '152409.000000', '152409.003000', '152409.005000', '152409.008000', '152409.011000', '152409.013000', '152409.016000', '152409.018000', '152409.021000', '152409.024000', '152409.026000', '152409.029000', '152409.031000', '152409.034000', '152409.036000', '152409.039000', '152409.041000', '152409.044000', '152409.047000', '152409.050000', '152428.940000', '152428.943000', '152428.946000', '152428.948000', '152428.951000', '152428.953000', '152428.956000', '152428.959000', '152428.961000', '152428.964000', '152428.966000', '152428.969000', '152428.972000', '152428.974000', '152428.977000', '152428.979000', '152428.982000', '152428.984000', '152428.987000', '152428.990000', '152428.992000', '152428.995000', '152428.997000', '152429.000000', '152429.003000', '152429.005000', '152429.008000', '152429.011000', '152429.013000', '152429.016000', '152429.018000', '152429.021000', '152429.023000', '152429.026000', '152429.029000', '152429.031000', '152429.034000', '152429.036000', '152429.039000', '152429.041000', '152429.044000', '152429.047000', '152429.049000', '152429.052000', '152448.940000', '152448.942000', '152448.945000', '152448.948000', '152448.950000', '152448.953000', '152448.955000', '152448.958000', '152448.960000', '152448.963000', '152448.966000', '152448.968000', '152448.971000', '152448.973000', '152448.976000', '152448.979000', '152448.981000', '152448.984000', '152448.986000', '152448.989000', '152448.992000', '152448.994000', '152448.997000', '152449.000000', '152449.003000', '152449.006000', '152449.009000', '152449.011000', '152449.014000', '152449.016000', '152449.019000', '152449.021000', '152449.024000', '152449.027000', '152449.029000', '152449.032000', '152449.034000', '152449.037000', '152449.039000', '152449.042000', '152449.045000', '152449.047000', '152449.050000', '152508.939000', '152508.942000', '152508.945000', '152508.948000', '152508.950000', '152508.953000', '152508.956000', '152508.958000', '152508.961000', '152508.963000', '152508.966000', '152508.968000', '152508.971000', '152508.974000', '152508.976000', '152508.979000', '152508.981000', '152508.984000', '152508.988000', '152508.991000', '152508.994000', '152508.996000', '152509.000000', '152509.003000', '152509.005000', '152509.020000', '152509.023000', '152509.025000', '152509.028000', '152509.031000', '152509.033000', '152509.036000', '152509.038000', '152509.041000', '152509.044000', '152509.046000', '152509.049000', '152509.052000', '152509.054000', '152509.057000', '152509.059000', '152509.062000', '152509.065000', '152528.939000', '152528.942000', '152528.945000', '152528.947000', '152528.950000', '152528.953000', '152528.955000', '152528.958000', '152528.960000', '152528.963000', '152528.966000', '152528.968000', '152528.971000', '152528.973000', '152528.976000', '152528.979000', '152528.981000', '152528.984000', '152528.986000', '152528.989000', '152528.992000', '152528.994000', '152528.997000', '152529.000000', '152529.003000', '152529.005000', '152529.008000', '152529.011000', '152529.013000', '152529.016000', '152529.018000', '152529.021000', '152529.024000', '152529.026000', '152529.029000', '152529.031000', '152529.034000', '152529.036000', '152529.039000', '152529.042000', '152529.044000', '152529.047000', '152529.049000', '152529.052000', '152548.939000', '152548.943000', '152548.945000', '152548.948000', '152548.951000', '152548.954000', '152548.956000', '152548.959000', '152548.961000', '152548.964000', '152548.967000', '152548.969000', '152548.972000', '152548.975000', '152548.977000', '152548.980000', '152548.982000', '152548.985000', '152548.988000', '152548.990000', '152548.993000', '152548.995000', '152549.002000', '152549.004000', '152549.007000', '152549.010000', '152549.012000', '152549.015000', '152549.017000', '152549.020000', '152549.023000', '152549.025000', '152549.028000', '152549.030000', '152549.033000', '152549.036000', '152549.038000', '152549.041000', '152549.044000', '152549.046000', '152549.049000', '152549.052000', '152549.054000', '152608.939000', '152608.942000', '152608.945000', '152608.948000', '152608.950000', '152608.953000', '152608.955000', '152608.958000', '152608.961000', '152608.963000', '152608.966000', '152608.968000', '152608.971000', '152608.974000', '152608.976000', '152608.979000', '152608.981000', '152608.984000', '152608.986000', '152608.989000', '152608.992000', '152608.994000', '152608.997000', '152609.001000', '152609.003000', '152609.006000', '152609.009000', '152609.011000', '152609.014000', '152609.016000', '152609.019000', '152609.022000', '152609.024000', '152609.027000', '152609.029000', '152609.032000', '152609.035000', '152609.037000', '152609.040000', '152609.042000', '152609.045000', '152609.048000', '152609.050000', '152609.053000', '152628.941000', '152628.943000', '152628.946000', '152628.949000', '152628.951000', '152628.954000', '152628.956000', '152628.959000', '152628.961000', '152628.964000', '152628.967000', '152628.969000', '152628.972000', '152628.974000', '152628.977000', '152628.980000', '152628.982000', '152628.985000', '152628.988000', '152628.990000', '152628.993000', '152628.996000', '152628.998000', '152629.001000', '152629.004000', '152629.006000', '152629.009000', '152629.011000', '152629.014000', '152629.017000', '152629.019000', '152629.022000', '152629.025000', '152629.029000', '152629.031000', '152629.034000', '152629.037000', '152629.040000', '152629.042000', '152629.045000', '152629.047000', '152629.050000', '152629.052000', '152648.941000', '152648.943000', '152648.946000', '152648.949000', '152648.951000', '152648.954000', '152648.956000', '152649.008000', '152649.011000', '152649.013000', '152649.016000', '152649.018000', '152649.021000', '152649.023000', '152649.026000', '152649.029000', '152649.031000', '152649.034000', '152649.036000', '152649.039000', '152649.042000', '152649.044000', '152649.047000', '152649.049000', '152649.052000', '152649.055000', '152649.057000', '152649.060000', '152649.062000', '152649.065000', '152649.067000', '152649.070000', '152649.073000', '152649.075000', '152649.078000', '152649.080000', '152649.083000', '152649.086000', '152649.088000', '152649.091000', '152649.094000', '152649.096000', '152649.099000', '152649.101000', '152708.940000', '152709.010000', '152709.013000', '152709.016000', '152709.018000', '152709.021000', '152709.024000', '152709.026000', '152709.029000', '152709.031000', '152709.034000', '152709.037000', '152709.039000', '152709.042000', '152709.044000', '152709.047000', '152709.049000', '152709.052000', '152709.055000', '152709.057000', '152709.060000', '152709.063000', '152709.065000', '152709.068000', '152709.070000', '152709.073000', '152709.076000', '152709.078000', '152709.081000', '152709.083000', '152709.086000', '152709.089000', '152709.091000', '152709.094000', '152709.096000', '152709.099000', '152709.102000', '152709.104000', '152709.107000', '152709.109000', '152709.112000', '152709.115000', '152709.117000', '152728.939000', '152728.942000', '152728.945000', '152728.948000', '152728.950000', '152728.953000', '152728.956000', '152728.958000', '152728.961000', '152728.963000', '152728.966000', '152728.969000', '152728.971000', '152728.974000', '152728.977000', '152728.979000', '152728.982000', '152728.984000', '152728.987000', '152728.990000', '152728.992000', '152728.995000', '152728.998000', '152729.001000', '152729.004000', '152729.006000', '152729.009000', '152729.012000', '152729.014000', '152729.017000', '152729.019000', '152729.022000', '152729.025000', '152729.027000', '152729.030000', '152729.033000', '152729.035000', '152729.038000', '152729.040000', '152729.043000', '152729.046000', '152729.048000', '152729.051000', '152729.053000', '152748.939000', '152748.942000', '152748.945000', '152748.948000', '152748.951000', '152748.953000', '152748.956000', '152748.959000', '152748.962000', '152748.964000', '152748.967000', '152748.969000', '152748.972000', '152748.975000', '152748.977000', '152748.980000', '152748.983000', '152748.985000', '152748.988000', '152748.990000', '152748.993000', '152748.996000', '152748.998000', '152749.002000', '152749.005000', '152749.007000', '152749.010000', '152749.013000', '152749.015000', '152749.018000', '152749.021000', '152749.023000', '152749.026000', '152749.029000', '152749.031000', '152749.034000', '152749.036000', '152749.039000', '152749.042000', '152749.044000', '152749.047000', '152749.049000', '152749.052000', '152808.939000', '152808.942000', '152808.945000', '152808.948000', '152808.950000', '152808.953000', '152808.955000', '152808.958000', '152808.961000', '152808.963000', '152808.966000', '152808.969000', '152808.971000', '152808.974000', '152808.976000', '152808.979000', '152808.982000', '152808.984000', '152808.987000', '152808.989000', '152808.992000', '152808.995000', '152808.997000', '152809.001000', '152809.003000', '152809.006000', '152809.009000', '152809.011000', '152809.014000', '152809.017000', '152809.019000', '152809.022000', '152809.033000', '152809.036000', '152809.039000', '152809.042000', '152809.044000', '152809.047000', '152809.049000', '152809.052000', '152809.055000', '152809.057000', '152809.060000', '152809.063000', '152828.939000', '152828.942000', '152828.945000', '152828.948000', '152828.950000', '152828.953000', '152828.956000', '152828.958000', '152828.961000', '152828.963000', '152828.966000', '152828.969000', '152828.971000', '152828.974000', '152828.977000', '152828.979000', '152828.982000', '152828.984000', '152828.987000', '152828.990000', '152828.992000', '152828.995000', '152828.997000', '152829.001000', '152829.004000', '152829.007000', '152829.009000', '152829.012000', '152829.015000', '152829.017000', '152829.020000', '152829.023000', '152829.025000', '152829.040000', '152829.043000', '152829.045000', '152829.048000', '152829.051000', '152829.053000', '152829.056000', '152829.058000', '152829.076000', '152829.079000', '152848.940000', '152848.943000', '152848.946000', '152848.949000', '152848.951000', '152848.954000', '152848.957000', '152848.959000', '152848.962000', '152848.964000', '152848.967000', '152848.970000', '152848.972000', '152848.975000', '152848.977000', '152848.980000', '152848.983000', '152848.985000', '152848.988000', '152848.990000', '152848.993000', '152848.996000', '152848.998000', '152849.001000', '152849.004000', '152849.006000', '152849.009000', '152849.011000', '152849.014000', '152849.016000', '152849.019000', '152849.022000', '152849.024000', '152849.027000', '152849.030000', '152849.032000', '152849.035000', '152849.037000', '152849.040000', '152849.042000', '152849.045000', '152849.048000', '152849.050000', '152849.053000', '152908.941000', '152908.943000', '152908.946000', '152908.949000', '152908.951000', '152908.954000', '152908.956000', '152908.959000', '152908.962000', '152908.964000', '152908.967000', '152908.969000', '152908.972000', '152908.975000', '152908.977000', '152908.980000', '152908.983000', '152908.985000', '152908.988000', '152908.990000', '152908.993000', '152908.996000', '152908.998000', '152909.001000', '152909.004000', '152909.006000', '152909.009000', '152909.011000', '152909.014000', '152909.017000', '152909.019000', '152909.022000', '152909.024000', '152909.027000', '152909.030000', '152909.032000', '152909.035000', '152909.037000', '152909.040000', '152909.042000', '152909.045000', '152909.048000', '152909.050000', '152918.240000', '152918.244000', '152918.247000', '152918.249000', '152918.252000', '152918.255000', '152918.258000', '152918.261000', '152918.264000', '152918.267000', '152918.269000', '152918.272000', '152918.275000', '152918.278000', '152918.281000', '152918.284000', '152918.286000', '152918.289000', '152918.292000', '152918.294000', '152918.297000'], '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': [10736, 10404, 10465, 10147, 10225, 10156, 10682, 10762, 9662, 9112, 9477, 11406, 9775, 9176, 13150, 9707, 8283, 8577, 9823, 12400, 9881, 9940, 10375, 9133, 10527, 10171, 10827, 9699, 9426, 9417, 8876, 10400, 9964, 10298, 9805, 12966, 9856, 9171, 11257, 11042, 9341, 11008, 9876, 9539, 10482, 11470, 11697, 9563, 11080, 10916, 9442, 10335, 10988, 10329, 11165, 10266, 14260, 10763, 11145, 10705, 11332, 12464, 10264, 9510, 9254, 10008, 10036, 9367, 11309, 9899, 11433, 11779, 11297, 16234, 11384, 12483, 11066, 12429, 11285, 11522, 11393, 11338, 11279, 11646, 10999, 9796, 8172, 9694, 8804, 10087, 8981, 8253, 10474, 12766, 11123, 13644, 10861, 15116, 10980, 10590, 10646, 9649, 9462, 9797, 9265, 10768, 10512, 10613, 10266, 10527, 9550, 9621, 11041, 10812, 10927, 9741, 10036, 10181, 10271, 9894, 10550, 11111, 9494, 11348, 10794, 9500, 12711, 9747, 12494, 10002, 12596, 10080, 10924, 10363, 9663, 10498, 11289, 10880, 9620, 8734, 10061, 9256, 10897, 10877, 10725, 11023, 10900, 10668, 10951, 10297, 10953, 10791, 11000, 10080, 10706, 11396, 10568, 9322, 9886, 10151, 11038, 11187, 10003, 11312, 9518, 11088, 10244, 11079, 9540, 11053, 10011, 10049, 10620, 9231, 10811, 8788, 12149, 9972, 13076, 9801, 12819, 11460, 12748, 10963, 11559, 11276, 11229, 11207, 10001, 11043, 9652, 10806, 10180, 10272, 10597, 9679, 8745, 9744, 10799, 10389, 9299, 8915, 10142, 10782, 10581, 11178, 10351, 10328, 12528, 11085, 9347, 10982, 9720, 11007, 9759, 9696, 9526, 9628, 10608, 13637, 10517, 8948, 8710, 10943, 10221, 10294, 9608, 13321, 11024, 8412, 11875, 9922, 13207, 10258, 12611, 10378, 10265, 10370, 10441, 10679, 13987, 10823, 8814, 8659, 10730, 9808, 10949, 9758, 11218, 9969, 11273, 10062, 10939, 9120, 12245, 10412, 10235, 10352, 9324, 9013, 9989, 9856, 10839, 9025, 10766, 9728, 10146, 9421, 13778, 9844, 10228, 9997, 11564, 10876, 15286, 11204, 10908, 11100, 9931, 10170, 9059, 11410, 10241, 11983, 11016, 10959, 11091, 10106, 11038, 10163, 11007, 10232, 10669, 9918, 9874, 9103, 9293, 9937, 9590, 10040, 9568, 9897, 9669, 9697, 9860, 10148, 8960, 8949, 9145, 9669, 10298, 12850, 10882, 12106, 10603, 12471, 10441, 13827, 10742, 10985, 10409, 9276, 12256, 10031, 9414, 9844, 10005, 9465, 9875, 9797, 10783, 10567, 9839, 10797, 9397, 9012, 8934, 9461, 9751, 10189, 10493, 15862, 10894, 10566, 11110, 14060, 11196, 12630, 10793, 11675, 10684, 10798, 10938, 10902, 10917, 9780, 8713, 8628, 12483, 9442, 9699, 9402, 10027, 10302, 10818, 9715, 9701, 9091, 10052, 10372, 10377, 10936, 10662, 10776, 10847, 10726, 10959, 11230, 10832, 11823, 10614, 11070, 9707, 8786, 9056, 9655, 9669, 10152, 10352, 10251, 11052, 10024, 13578, 10592, 9413, 9507, 9138, 9361, 9149, 9340, 10203, 11863, 10178, 8587, 10220, 10781, 11405, 11040, 12271, 10798, 11988, 10753, 15520, 11514, 11160, 11130, 10023, 12825, 10364, 10487, 10688, 11718, 10628, 11747, 13346, 11054, 10312, 11130, 13463, 11341, 11207, 11121, 10803, 10050, 9453, 12772, 10557, 11131, 11046, 10592, 10914, 10319, 13921, 10134, 13130, 10391, 10655, 10588, 11626, 11113, 10278, 11115, 10437, 11886, 9872, 9389, 10184, 10662, 10563, 11125, 9920, 9071, 9365, 10617, 10775, 11175, 12091, 11252, 12102, 11174, 11095, 11060, 10652, 10796, 9634, 8895, 10064, 9774, 10882, 11615, 10892, 15672, 10922, 11271, 11336, 10296, 13010, 10135, 12610, 10634, 14084, 10487, 9534, 9478, 10977, 10567, 9688, 10806, 9886, 11141, 10148, 11091, 12629, 11187, 11373, 10913, 11216, 11441, 10506, 9768, 9460, 12975, 10046, 13395, 10118, 12011, 9972, 9974, 10318, 12611, 11170, 9957, 11172, 9604, 10044, 10022, 11083, 10844, 10929, 11459, 9732, 12396, 9973, 13505, 10395, 14608, 10096, 11570, 10499, 12427, 11326, 10770, 11560, 10793, 11726, 10005, 10864, 10890, 10663, 11973, 10352, 11098, 11028, 12472, 11027, 11885, 10979, 12032, 11259, 14445, 11630, 11109, 11857, 10993, 10114, 11043, 11673, 11361, 11126, 10308, 10546, 10073, 11615, 10268, 11701, 10744, 12420, 10267, 10998, 11154, 11322, 9188, 10633, 13225, 11492, 11856, 11681, 11251, 10202, 9683, 11250, 11206, 11933, 8849, 10520, 14055, 11227, 9868, 10994, 10691, 10915, 9652, 10666, 10467, 11485, 10838, 11484, 10853, 12620, 10581, 16561, 10787, 10707, 10778, 11536, 11354, 11834, 13442, 11638, 15035, 11760, 15795, 11773, 10933, 11386, 11122, 8802, 10804, 9346, 11441, 9962, 11617, 9938, 9695, 10602, 11484, 11745, 11445, 11952, 10320, 14278, 10890, 10048, 10700, 11589, 11526, 10783, 9708, 11084, 12188, 11875, 10567, 11733, 10995, 11327, 10990, 12692, 10906, 10507, 11409, 10570, 11731, 11852, 11549, 11360, 11437, 10528, 11890, 10741, 11196, 11565, 10738, 11541, 10102, 13505, 10410, 11093, 10398, 10643, 10652, 10956, 11303, 11980, 11584, 11141, 11821, 10849, 9984, 9866, 11369, 10762, 11326, 11742, 13536, 11972, 12008, 11712, 11121, 13808, 11175, 11555, 11646, 10089, 11634, 10486, 10450, 11003, 11993, 11234, 12958, 11470, 12962, 11620, 11156, 9323, 10948, 11358, 11532, 10730, 11711, 11616, 10326, 9605, 10921, 11186, 11913, 11624, 10970, 10706, 9753, 14124, 10748, 10604, 11015, 10976, 11232, 9764, 9981, 10868, 11490, 11235, 14315, 11517, 10352, 11111, 10155, 10805, 11085, 9914, 11406, 9740, 10747, 10713, 11847, 11073, 9252, 12794, 12209, 9834, 9687, 11102, 10770, 10854, 10340, 10906, 10706, 11178, 11625, 11667, 12876, 11638, 13342, 11551, 16003, 11245, 11909, 10475, 10812, 10374, 11460, 14309, 11497, 11521, 11604, 11208, 10652, 11244, 12089, 11278, 9934, 9480, 11262, 11520, 11630, 12207, 11561, 10428, 11627, 10557, 8922, 10869, 10295, 11567, 10687, 9861, 9532, 10022, 10555, 12824, 11685, 10180, 12101, 10973, 11616, 12162, 11573, 10622, 11406, 11069, 10530, 10481, 9282, 10751, 9959, 11113, 11217, 11263, 10331, 11288, 10751, 10046, 11621, 9224, 12676, 9787, 11461, 10546, 12512, 11449, 12310, 11936, 11047, 11846, 11998, 11798, 12068, 11622, 12161, 11317, 10367, 10857, 11121, 12822, 11570, 11399, 11810, 10638, 11294, 9433, 12063, 10585, 11391, 11072, 11013, 11611, 10292, 10554, 9988, 12290, 11709, 9460, 11131], 'WindowCenter': [4708.0, 4680.0, 4669.0, 4657.0, 4655.0, 4654.0, 4665.0, 4665.0, 4656.0, 4659.0, 4669.0, 4689.0, 4669.0, 4670.0, 4712.0, 4682.0, 4663.0, 4673.0, 4683.0, 4704.0, 4682.0, 4683.0, 4681.0, 4671.0, 4682.0, 4671.0, 4681.0, 4671.0, 4671.0, 4671.0, 4660.0, 4692.0, 4684.0, 4684.0, 4684.0, 4712.0, 4697.0, 4697.0, 4705.0, 4717.0, 4698.0, 4718.0, 4709.0, 4699.0, 4709.0, 4708.0, 4718.0, 4686.0, 4706.0, 4706.0, 4685.0, 4696.0, 4705.0, 4684.0, 4705.0, 4685.0, 4725.0, 4694.0, 4693.0, 4695.0, 4694.0, 4701.0, 4683.0, 4683.0, 4684.0, 4684.0, 4695.0, 4683.0, 4705.0, 4685.0, 4707.0, 4693.0, 4692.0, 4709.0, 4678.0, 4675.0, 4665.0, 4664.0, 4663.0, 4653.0, 4663.0, 4652.0, 4662.0, 4663.0, 4665.0, 4654.0, 4647.0, 4658.0, 4659.0, 4681.0, 4672.0, 4664.0, 4695.0, 4714.0, 4708.0, 4714.0, 4708.0, 4724.0, 4696.0, 4682.0, 4683.0, 4672.0, 4671.0, 4671.0, 4670.0, 4693.0, 4682.0, 4695.0, 4681.0, 4682.0, 4682.0, 4672.0, 4705.0, 4693.0, 4695.0, 4681.0, 4696.0, 4707.0, 4696.0, 4695.0, 4705.0, 4693.0, 4682.0, 4691.0, 4693.0, 4672.0, 4713.0, 4682.0, 4704.0, 4682.0, 4702.0, 4680.0, 4680.0, 4681.0, 4658.0, 4668.0, 4677.0, 4678.0, 4668.0, 4660.0, 4671.0, 4671.0, 4693.0, 4692.0, 4693.0, 4693.0, 4692.0, 4681.0, 4681.0, 4669.0, 4679.0, 4669.0, 4680.0, 4670.0, 4682.0, 4690.0, 4680.0, 4660.0, 4670.0, 4682.0, 4680.0, 4694.0, 4682.0, 4695.0, 4673.0, 4694.0, 4681.0, 4694.0, 4682.0, 4692.0, 4672.0, 4682.0, 4693.0, 4684.0, 4706.0, 4674.0, 4715.0, 4684.0, 4715.0, 4697.0, 4716.0, 4694.0, 4702.0, 4680.0, 4677.0, 4680.0, 4678.0, 4680.0, 4667.0, 4681.0, 4670.0, 4680.0, 4680.0, 4680.0, 4681.0, 4670.0, 4661.0, 4684.0, 4705.0, 4709.0, 4684.0, 4685.0, 4696.0, 4707.0, 4707.0, 4693.0, 4683.0, 4683.0, 4690.0, 4680.0, 4660.0, 4680.0, 4657.0, 4679.0, 4658.0, 4658.0, 4658.0, 4659.0, 4667.0, 4696.0, 4678.0, 4659.0, 4658.0, 4691.0, 4682.0, 4683.0, 4684.0, 4712.0, 4694.0, 4664.0, 4703.0, 4683.0, 4713.0, 4681.0, 4691.0, 4668.0, 4668.0, 4669.0, 4668.0, 4670.0, 4698.0, 4667.0, 4648.0, 4648.0, 4679.0, 4668.0, 4682.0, 4668.0, 4692.0, 4670.0, 4692.0, 4670.0, 4682.0, 4672.0, 4690.0, 4680.0, 4668.0, 4668.0, 4658.0, 4660.0, 4680.0, 4681.0, 4695.0, 4674.0, 4706.0, 4686.0, 4698.0, 4674.0, 4715.0, 4671.0, 4681.0, 4682.0, 4691.0, 4683.0, 4710.0, 4691.0, 4679.0, 4691.0, 4669.0, 4680.0, 4661.0, 4678.0, 4669.0, 4677.0, 4679.0, 4667.0, 4677.0, 4656.0, 4668.0, 4657.0, 4667.0, 4657.0, 4667.0, 4655.0, 4654.0, 4633.0, 4645.0, 4655.0, 4655.0, 4656.0, 4656.0, 4668.0, 4669.0, 4673.0, 4671.0, 4680.0, 4660.0, 4661.0, 4670.0, 4671.0, 4682.0, 4701.0, 4692.0, 4691.0, 4684.0, 4692.0, 4683.0, 4698.0, 4670.0, 4667.0, 4666.0, 4646.0, 4676.0, 4657.0, 4659.0, 4667.0, 4667.0, 4670.0, 4669.0, 4670.0, 4678.0, 4669.0, 4668.0, 4679.0, 4658.0, 4659.0, 4673.0, 4682.0, 4684.0, 4682.0, 4683.0, 4720.0, 4693.0, 4680.0, 4691.0, 4699.0, 4681.0, 4689.0, 4681.0, 4680.0, 4670.0, 4666.0, 4668.0, 4666.0, 4667.0, 4669.0, 4660.0, 4661.0, 4702.0, 4670.0, 4670.0, 4672.0, 4680.0, 4681.0, 4679.0, 4658.0, 4671.0, 4685.0, 4695.0, 4692.0, 4694.0, 4692.0, 4692.0, 4691.0, 4694.0, 4681.0, 4691.0, 4679.0, 4680.0, 4678.0, 4668.0, 4665.0, 4657.0, 4647.0, 4657.0, 4667.0, 4668.0, 4680.0, 4678.0, 4681.0, 4691.0, 4682.0, 4700.0, 4682.0, 4670.0, 4671.0, 4671.0, 4671.0, 4674.0, 4673.0, 4692.0, 4701.0, 4695.0, 4673.0, 4695.0, 4705.0, 4705.0, 4706.0, 4702.0, 4695.0, 4705.0, 4694.0, 4721.0, 4705.0, 4691.0, 4690.0, 4670.0, 4699.0, 4680.0, 4681.0, 4680.0, 4689.0, 4681.0, 4690.0, 4699.0, 4679.0, 4680.0, 4690.0, 4699.0, 4690.0, 4678.0, 4679.0, 4677.0, 4669.0, 4669.0, 4690.0, 4667.0, 4666.0, 4667.0, 4665.0, 4666.0, 4654.0, 4696.0, 4667.0, 4688.0, 4668.0, 4666.0, 4667.0, 4666.0, 4666.0, 4665.0, 4677.0, 4665.0, 4676.0, 4666.0, 4657.0, 4680.0, 4682.0, 4691.0, 4678.0, 4670.0, 4659.0, 4658.0, 4679.0, 4679.0, 4681.0, 4688.0, 4680.0, 4689.0, 4681.0, 4680.0, 4679.0, 4666.0, 4677.0, 4657.0, 4659.0, 4669.0, 4670.0, 4681.0, 4688.0, 4693.0, 4719.0, 4692.0, 4678.0, 4680.0, 4667.0, 4687.0, 4667.0, 4687.0, 4667.0, 4697.0, 4666.0, 4658.0, 4658.0, 4667.0, 4667.0, 4657.0, 4668.0, 4667.0, 4679.0, 4668.0, 4691.0, 4690.0, 4693.0, 4690.0, 4694.0, 4690.0, 4693.0, 4681.0, 4670.0, 4670.0, 4701.0, 4670.0, 4702.0, 4671.0, 4692.0, 4682.0, 4681.0, 4682.0, 4690.0, 4691.0, 4669.0, 4690.0, 4670.0, 4682.0, 4683.0, 4695.0, 4695.0, 4693.0, 4705.0, 4684.0, 4714.0, 4684.0, 4714.0, 4682.0, 4722.0, 4682.0, 4691.0, 4681.0, 4690.0, 4679.0, 4678.0, 4678.0, 4678.0, 4690.0, 4682.0, 4681.0, 4681.0, 4680.0, 4691.0, 4681.0, 4690.0, 4692.0, 4701.0, 4681.0, 4689.0, 4681.0, 4689.0, 4679.0, 4695.0, 4676.0, 4666.0, 4677.0, 4667.0, 4666.0, 4677.0, 4677.0, 4691.0, 4679.0, 4669.0, 4679.0, 4669.0, 4691.0, 4669.0, 4689.0, 4678.0, 4689.0, 4681.0, 4680.0, 4681.0, 4678.0, 4660.0, 4680.0, 4700.0, 4692.0, 4689.0, 4692.0, 4680.0, 4680.0, 4670.0, 4680.0, 4680.0, 4678.0, 4657.0, 4679.0, 4699.0, 4692.0, 4684.0, 4692.0, 4684.0, 4693.0, 4672.0, 4683.0, 4682.0, 4694.0, 4681.0, 4692.0, 4681.0, 4702.0, 4682.0, 4718.0, 4678.0, 4668.0, 4679.0, 4690.0, 4678.0, 4691.0, 4688.0, 4679.0, 4697.0, 4678.0, 4697.0, 4678.0, 4666.0, 4666.0, 4664.0, 4633.0, 4665.0, 4645.0, 4677.0, 4657.0, 4690.0, 4670.0, 4672.0, 4682.0, 4691.0, 4692.0, 4680.0, 4690.0, 4670.0, 4711.0, 4680.0, 4670.0, 4682.0, 4678.0, 4680.0, 4669.0, 4669.0, 4680.0, 4690.0, 4693.0, 4669.0, 4693.0, 4682.0, 4694.0, 4680.0, 4690.0, 4680.0, 4670.0, 4691.0, 4669.0, 4690.0, 4679.0, 4692.0, 4691.0, 4691.0, 4670.0, 4678.0, 4668.0, 4678.0, 4679.0, 4668.0, 4679.0, 4669.0, 4700.0, 4681.0, 4694.0, 4683.0, 4680.0, 4668.0, 4679.0, 4679.0, 4678.0, 4680.0, 4678.0, 4691.0, 4680.0, 4672.0, 4672.0, 4692.0, 4681.0, 4681.0, 4690.0, 4688.0, 4680.0, 4677.0, 4679.0, 4669.0, 4698.0, 4680.0, 4679.0, 4679.0, 4668.0, 4679.0, 4668.0, 4667.0, 4669.0, 4678.0, 4680.0, 4687.0, 4679.0, 4687.0, 4678.0, 4667.0, 4656.0, 4668.0, 4667.0, 4679.0, 4668.0, 4691.0, 4679.0, 4682.0, 4660.0, 4680.0, 4681.0, 4680.0, 4691.0, 4679.0, 4681.0, 4660.0, 4710.0, 4681.0, 4682.0, 4680.0, 4680.0, 4680.0, 4670.0, 4670.0, 4681.0, 4680.0, 4681.0, 4701.0, 4693.0, 4682.0, 4693.0, 4670.0, 4680.0, 4680.0, 4669.0, 4681.0, 4671.0, 4682.0, 4695.0, 4704.0, 4695.0, 4685.0, 4716.0, 4704.0, 4682.0, 4671.0, 4689.0, 4678.0, 4678.0, 4668.0, 4680.0, 4669.0, 4680.0, 4680.0, 4678.0, 4678.0, 4667.0, 4673.0, 4653.0, 4671.0, 4651.0, 4649.0, 4639.0, 4639.0, 4629.0, 4649.0, 4658.0, 4649.0, 4648.0, 4651.0, 4649.0, 4652.0, 4654.0, 4662.0, 4652.0, 4643.0, 4643.0, 4654.0, 4653.0, 4664.0, 4664.0, 4666.0, 4643.0, 4664.0, 4653.0, 4634.0, 4665.0, 4655.0, 4677.0, 4666.0, 4670.0, 4671.0, 4671.0, 4681.0, 4691.0, 4691.0, 4670.0, 4692.0, 4669.0, 4681.0, 4679.0, 4681.0, 4658.0, 4680.0, 4667.0, 4668.0, 4668.0, 4658.0, 4669.0, 4658.0, 4681.0, 4680.0, 4692.0, 4671.0, 4692.0, 4683.0, 4672.0, 4694.0, 4673.0, 4704.0, 4684.0, 4695.0, 4683.0, 4703.0, 4693.0, 4692.0, 4693.0, 4678.0, 4681.0, 4678.0, 4680.0, 4677.0, 4680.0, 4678.0, 4679.0, 4657.0, 4666.0, 4667.0, 4676.0, 4679.0, 4675.0, 4680.0, 4669.0, 4682.0, 4662.0, 4692.0, 4671.0, 4681.0, 4681.0, 4679.0, 4691.0, 4671.0, 4684.0, 4683.0, 4693.0, 4693.0, 4683.0, 4694.0], 'WindowWidth': [10299.0, 10247.0, 10228.0, 10205.0, 10200.0, 10198.0, 10212.0, 10213.0, 10205.0, 10211.0, 10226.0, 10253.0, 10228.0, 10231.0, 10288.0, 10250.0, 10226.0, 10240.0, 10253.0, 10283.0, 10250.0, 10250.0, 10245.0, 10232.0, 10247.0, 10231.0, 10245.0, 10229.0, 10232.0, 10230.0, 10217.0, 10262.0, 10254.0, 10256.0, 10255.0, 10290.0, 10277.0, 10281.0, 10287.0, 10308.0, 10281.0, 10311.0, 10298.0, 10283.0, 10299.0, 10294.0, 10307.0, 10262.0, 10288.0, 10288.0, 10257.0, 10273.0, 10286.0, 10254.0, 10285.0, 10256.0, 10311.0, 10267.0, 10266.0, 10272.0, 10270.0, 10274.0, 10250.0, 10254.0, 10258.0, 10256.0, 10273.0, 10254.0, 10286.0, 10256.0, 10291.0, 10262.0, 10260.0, 10277.0, 10232.0, 10225.0, 10211.0, 10207.0, 10204.0, 10188.0, 10204.0, 10187.0, 10203.0, 10206.0, 10212.0, 10197.0, 10191.0, 10207.0, 10211.0, 10244.0, 10237.0, 10228.0, 10272.0, 10296.0, 10292.0, 10296.0, 10295.0, 10309.0, 10273.0, 10247.0, 10249.0, 10233.0, 10232.0, 10230.0, 10230.0, 10263.0, 10250.0, 10269.0, 10245.0, 10248.0, 10247.0, 10234.0, 10284.0, 10265.0, 10270.0, 10245.0, 10275.0, 10295.0, 10276.0, 10275.0, 10288.0, 10266.0, 10250.0, 10259.0, 10266.0, 10236.0, 10293.0, 10249.0, 10280.0, 10247.0, 10275.0, 10241.0, 10242.0, 10243.0, 10210.0, 10224.0, 10233.0, 10236.0, 10222.0, 10215.0, 10232.0, 10232.0, 10265.0, 10262.0, 10266.0, 10264.0, 10262.0, 10244.0, 10245.0, 10225.0, 10239.0, 10223.0, 10241.0, 10227.0, 10248.0, 10256.0, 10243.0, 10214.0, 10229.0, 10246.0, 10243.0, 10268.0, 10246.0, 10269.0, 10235.0, 10267.0, 10247.0, 10269.0, 10250.0, 10262.0, 10234.0, 10246.0, 10265.0, 10255.0, 10287.0, 10242.0, 10299.0, 10255.0, 10298.0, 10277.0, 10298.0, 10268.0, 10272.0, 10241.0, 10233.0, 10242.0, 10235.0, 10240.0, 10217.0, 10242.0, 10231.0, 10242.0, 10242.0, 10242.0, 10245.0, 10228.0, 10219.0, 10254.0, 10287.0, 10301.0, 10260.0, 10261.0, 10275.0, 10292.0, 10293.0, 10267.0, 10253.0, 10249.0, 10256.0, 10242.0, 10215.0, 10245.0, 10207.0, 10238.0, 10207.0, 10209.0, 10209.0, 10210.0, 10219.0, 10257.0, 10237.0, 10212.0, 10210.0, 10260.0, 10250.0, 10253.0, 10252.0, 10290.0, 10268.0, 10226.0, 10280.0, 10251.0, 10291.0, 10246.0, 10257.0, 10223.0, 10223.0, 10223.0, 10220.0, 10226.0, 10260.0, 10217.0, 10193.0, 10195.0, 10239.0, 10223.0, 10246.0, 10224.0, 10261.0, 10229.0, 10261.0, 10228.0, 10246.0, 10233.0, 10256.0, 10242.0, 10221.0, 10221.0, 10209.0, 10213.0, 10246.0, 10247.0, 10271.0, 10240.0, 10288.0, 10261.0, 10280.0, 10241.0, 10297.0, 10232.0, 10243.0, 10247.0, 10257.0, 10250.0, 10282.0, 10259.0, 10238.0, 10257.0, 10225.0, 10243.0, 10217.0, 10237.0, 10222.0, 10232.0, 10235.0, 10216.0, 10233.0, 10201.0, 10221.0, 10202.0, 10217.0, 10202.0, 10219.0, 10198.0, 10195.0, 10165.0, 10183.0, 10199.0, 10198.0, 10202.0, 10204.0, 10222.0, 10225.0, 10236.0, 10231.0, 10242.0, 10213.0, 10217.0, 10229.0, 10232.0, 10248.0, 10272.0, 10262.0, 10257.0, 10252.0, 10259.0, 10248.0, 10262.0, 10224.0, 10215.0, 10215.0, 10187.0, 10229.0, 10204.0, 10208.0, 10218.0, 10220.0, 10228.0, 10224.0, 10226.0, 10234.0, 10223.0, 10220.0, 10237.0, 10210.0, 10214.0, 10237.0, 10250.0, 10256.0, 10247.0, 10251.0, 10296.0, 10263.0, 10241.0, 10257.0, 10265.0, 10242.0, 10249.0, 10242.0, 10239.0, 10225.0, 10214.0, 10221.0, 10215.0, 10217.0, 10225.0, 10216.0, 10219.0, 10277.0, 10230.0, 10231.0, 10234.0, 10244.0, 10246.0, 10240.0, 10211.0, 10234.0, 10260.0, 10276.0, 10267.0, 10271.0, 10263.0, 10266.0, 10262.0, 10268.0, 10247.0, 10261.0, 10240.0, 10243.0, 10236.0, 10224.0, 10214.0, 10206.0, 10192.0, 10206.0, 10222.0, 10224.0, 10244.0, 10241.0, 10249.0, 10259.0, 10248.0, 10268.0, 10247.0, 10228.0, 10231.0, 10232.0, 10234.0, 10241.0, 10240.0, 10266.0, 10276.0, 10272.0, 10241.0, 10271.0, 10288.0, 10284.0, 10288.0, 10278.0, 10272.0, 10284.0, 10270.0, 10300.0, 10285.0, 10257.0, 10257.0, 10228.0, 10266.0, 10241.0, 10243.0, 10244.0, 10255.0, 10246.0, 10256.0, 10267.0, 10239.0, 10244.0, 10256.0, 10265.0, 10256.0, 10236.0, 10240.0, 10232.0, 10225.0, 10226.0, 10254.0, 10221.0, 10215.0, 10217.0, 10211.0, 10216.0, 10198.0, 10258.0, 10217.0, 10248.0, 10223.0, 10218.0, 10218.0, 10213.0, 10215.0, 10212.0, 10230.0, 10212.0, 10230.0, 10217.0, 10207.0, 10243.0, 10248.0, 10261.0, 10238.0, 10227.0, 10212.0, 10211.0, 10239.0, 10238.0, 10244.0, 10249.0, 10242.0, 10253.0, 10246.0, 10243.0, 10240.0, 10217.0, 10233.0, 10205.0, 10211.0, 10225.0, 10226.0, 10244.0, 10252.0, 10264.0, 10295.0, 10262.0, 10236.0, 10241.0, 10218.0, 10247.0, 10217.0, 10246.0, 10218.0, 10259.0, 10215.0, 10208.0, 10209.0, 10220.0, 10219.0, 10204.0, 10221.0, 10218.0, 10238.0, 10223.0, 10258.0, 10256.0, 10266.0, 10258.0, 10267.0, 10256.0, 10262.0, 10243.0, 10230.0, 10227.0, 10272.0, 10227.0, 10273.0, 10230.0, 10260.0, 10249.0, 10246.0, 10247.0, 10254.0, 10258.0, 10225.0, 10258.0, 10231.0, 10250.0, 10252.0, 10270.0, 10271.0, 10266.0, 10283.0, 10255.0, 10296.0, 10255.0, 10296.0, 10248.0, 10303.0, 10250.0, 10260.0, 10244.0, 10253.0, 10238.0, 10235.0, 10237.0, 10235.0, 10256.0, 10248.0, 10242.0, 10243.0, 10239.0, 10257.0, 10244.0, 10256.0, 10260.0, 10271.0, 10242.0, 10251.0, 10242.0, 10252.0, 10237.0, 10253.0, 10230.0, 10214.0, 10230.0, 10218.0, 10215.0, 10232.0, 10234.0, 10256.0, 10239.0, 10225.0, 10237.0, 10223.0, 10257.0, 10223.0, 10251.0, 10235.0, 10254.0, 10246.0, 10241.0, 10242.0, 10234.0, 10212.0, 10241.0, 10268.0, 10261.0, 10251.0, 10260.0, 10242.0, 10242.0, 10228.0, 10239.0, 10238.0, 10233.0, 10207.0, 10239.0, 10266.0, 10261.0, 10254.0, 10264.0, 10253.0, 10263.0, 10236.0, 10250.0, 10248.0, 10266.0, 10243.0, 10260.0, 10245.0, 10272.0, 10248.0, 10291.0, 10236.0, 10221.0, 10236.0, 10253.0, 10235.0, 10257.0, 10249.0, 10236.0, 10257.0, 10233.0, 10256.0, 10233.0, 10213.0, 10213.0, 10207.0, 10166.0, 10209.0, 10185.0, 10232.0, 10205.0, 10255.0, 10229.0, 10233.0, 10245.0, 10256.0, 10260.0, 10241.0, 10254.0, 10226.0, 10283.0, 10239.0, 10229.0, 10245.0, 10236.0, 10239.0, 10223.0, 10224.0, 10241.0, 10254.0, 10262.0, 10225.0, 10262.0, 10246.0, 10263.0, 10242.0, 10253.0, 10239.0, 10225.0, 10255.0, 10224.0, 10256.0, 10236.0, 10257.0, 10255.0, 10257.0, 10226.0, 10236.0, 10220.0, 10231.0, 10235.0, 10219.0, 10238.0, 10224.0, 10267.0, 10243.0, 10265.0, 10249.0, 10241.0, 10222.0, 10236.0, 10237.0, 10233.0, 10239.0, 10234.0, 10256.0, 10238.0, 10234.0, 10231.0, 10260.0, 10243.0, 10242.0, 10253.0, 10247.0, 10238.0, 10228.0, 10237.0, 10221.0, 10261.0, 10237.0, 10234.0, 10236.0, 10219.0, 10235.0, 10219.0, 10219.0, 10220.0, 10234.0, 10237.0, 10244.0, 10236.0, 10243.0, 10233.0, 10216.0, 10201.0, 10219.0, 10217.0, 10236.0, 10220.0, 10255.0, 10239.0, 10247.0, 10214.0, 10240.0, 10241.0, 10238.0, 10255.0, 10236.0, 10243.0, 10212.0, 10281.0, 10243.0, 10244.0, 10240.0, 10238.0, 10240.0, 10226.0, 10227.0, 10243.0, 10240.0, 10244.0, 10269.0, 10262.0, 10247.0, 10262.0, 10226.0, 10240.0, 10240.0, 10223.0, 10243.0, 10228.0, 10246.0, 10271.0, 10283.0, 10270.0, 10258.0, 10299.0, 10278.0, 10247.0, 10229.0, 10254.0, 10237.0, 10236.0, 10223.0, 10238.0, 10223.0, 10240.0, 10238.0, 10235.0, 10232.0, 10214.0, 10218.0, 10189.0, 10210.0, 10183.0, 10175.0, 10164.0, 10161.0, 10149.0, 10176.0, 10188.0, 10178.0, 10175.0, 10183.0, 10179.0, 10188.0, 10192.0, 10199.0, 10188.0, 10175.0, 10175.0, 10192.0, 10190.0, 10206.0, 10205.0, 10211.0, 10175.0, 10205.0, 10189.0, 10165.0, 10211.0, 10197.0, 10231.0, 10215.0, 10226.0, 10229.0, 10228.0, 10243.0, 10255.0, 10258.0, 10226.0, 10258.0, 10222.0, 10242.0, 10237.0, 10241.0, 10204.0, 10236.0, 10215.0, 10219.0, 10219.0, 10206.0, 10222.0, 10208.0, 10243.0, 10242.0, 10261.0, 10229.0, 10259.0, 10248.0, 10231.0, 10265.0, 10236.0, 10281.0, 10254.0, 10270.0, 10250.0, 10274.0, 10262.0, 10259.0, 10262.0, 10235.0, 10242.0, 10232.0, 10239.0, 10229.0, 10238.0, 10232.0, 10235.0, 10202.0, 10212.0, 10217.0, 10227.0, 10234.0, 10226.0, 10238.0, 10222.0, 10244.0, 10218.0, 10258.0, 10228.0, 10241.0, 10243.0, 10237.0, 10256.0, 10230.0, 10251.0, 10250.0, 10262.0, 10264.0, 10251.0, 10267.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.0002444036697247706</td></tr>
<tr><td colspan=3>aqi</td><td>0.025441394036697245</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.82885065517798</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1911648801262915</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9655096629735929</td></tr>
<tr><td colspan=3>efc</td><td>0.4882</td></tr>
<tr><td colspan=3>fber</td><td>5816.2954</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07612202189258611</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3761467889908257</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.575881584373107</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5003849403861778</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8326191142832795</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3946406984498645</td></tr>
<tr><td colspan=3>gcor</td><td>0.0131314</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014893931336700916</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03185349330306053</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.024639170206498</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>33.0123</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.1389</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.2736</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293022.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>851.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>357.2424</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5625</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>582.3767</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3833.5853</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4049.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83522.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1364.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4972.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1006.0469</td></tr>
<tr><td colspan=3>tsnr</td><td>40.51334073347971</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>