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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-01_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-01_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-0055/ses-01/func/sub-0055_ses-01_task-social_acq-mb8_run-01_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>8e145b7211bda10bb78cf40bf7786bc0</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>19:14:29.762500</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.999221, -0.0110893, 0.0378745, 0.0137782, 0.997346, -0.0714895]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.104278</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4195, -7700, -7250, 553, 62, -177, -75, 43]</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>265.197</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2e945770-6a13-490d-ab59-a48ea7cb0a70||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.6808369159698486, 0.03696594759821892, 0.09984917938709259, 107.17920684814453], [0.029751742258667946, 2.675806999206543, -0.1942802369594574, -88.2806396484375], [0.10161439329385757, 0.19180108606815338, 2.6911494731903076, -84.10594940185547], [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': ['191429.762500', '191430.222500', '191430.682500', '191431.142500', '191431.602500', '191432.062500', '191432.522500', '191432.982500', '191433.442500', '191433.902500', '191434.362500', '191434.822500', '191435.282500', '191435.742500', '191436.202500', '191436.662500', '191437.122500', '191437.582500', '191438.042500', '191438.502500', '191438.962500', '191439.422500', '191439.882500', '191440.342500', '191440.802500', '191441.262500', '191441.722500', '191442.182500', '191442.642500', '191443.102500', '191443.562500', '191444.022500', '191444.482500', '191444.942500', '191445.402500', '191445.862500', '191446.322500', '191446.782500', '191447.242500', '191447.702500', '191448.162500', '191448.622500', '191449.082500', '191449.542500', '191450.002500', '191450.462500', '191450.922500', '191451.382500', '191451.842500', '191452.302500', '191452.762500', '191453.222500', '191453.682500', '191454.142500', '191454.602500', '191455.062500', '191455.522500', '191455.982500', '191456.442500', '191456.902500', '191457.362500', '191457.822500', '191458.282500', '191458.742500', '191459.202500', '191459.662500', '191500.122500', '191500.582500', '191501.042500', '191501.502500', '191501.962500', '191502.422500', '191502.882500', '191503.342500', '191503.802500', '191504.262500', '191504.722500', '191505.182500', '191505.642500', '191506.102500', '191506.562500', '191507.022500', '191507.482500', '191507.942500', '191508.402500', '191508.862500', '191509.322500', '191509.782500', '191510.242500', '191510.702500', '191511.162500', '191511.622500', '191512.082500', '191512.542500', '191513.002500', '191513.462500', '191513.922500', '191514.382500', '191514.842500', '191515.302500', '191515.762500', '191516.222500', '191516.682500', '191517.142500', '191517.602500', '191518.062500', '191518.522500', '191518.982500', '191519.442500', '191519.902500', '191520.362500', '191520.822500', '191521.282500', '191521.742500', '191522.202500', '191522.662500', '191523.122500', '191523.582500', '191524.042500', '191524.502500', '191524.962500', '191525.422500', '191525.882500', '191526.342500', '191526.802500', '191527.262500', '191527.722500', '191528.182500', '191528.642500', '191529.102500', '191529.562500', '191530.022500', '191530.482500', '191530.942500', '191531.402500', '191531.862500', '191532.322500', '191532.782500', '191533.242500', '191533.702500', '191534.162500', '191534.622500', '191535.082500', '191535.542500', '191536.002500', '191536.462500', '191536.922500', '191537.382500', '191537.842500', '191538.302500', '191538.762500', '191539.222500', '191539.682500', '191540.142500', '191540.602500', '191541.062500', '191541.522500', '191541.982500', '191542.442500', '191542.902500', '191543.362500', '191543.822500', '191544.282500', '191544.742500', '191545.202500', '191545.662500', '191546.122500', '191546.582500', '191547.042500', '191547.502500', '191547.962500', '191548.422500', '191548.882500', '191549.342500', '191549.802500', '191550.262500', '191550.722500', '191551.182500', '191551.642500', '191552.102500', '191552.562500', '191553.022500', '191553.482500', '191553.942500', '191554.402500', '191554.862500', '191555.322500', '191555.782500', '191556.242500', '191556.702500', '191557.162500', '191557.622500', '191558.082500', '191558.542500', '191559.002500', '191559.462500', '191559.922500', '191600.382500', '191600.842500', '191601.302500', '191601.762500', '191602.222500', '191602.682500', '191603.142500', '191603.602500', '191604.062500', '191604.522500', '191604.982500', '191605.442500', '191605.902500', '191606.362500', '191606.822500', '191607.282500', '191607.742500', '191608.202500', '191608.662500', '191609.122500', '191609.582500', '191610.042500', '191610.502500', '191610.962500', '191611.422500', '191611.882500', '191612.342500', '191612.802500', '191613.262500', '191613.722500', '191614.182500', '191614.642500', '191615.102500', '191615.562500', '191616.022500', '191616.482500', '191616.942500', '191617.402500', '191617.862500', '191618.322500', '191618.782500', '191619.242500', '191619.702500', '191620.162500', '191620.622500', '191621.082500', '191621.542500', '191622.002500', '191622.462500', '191622.922500', '191623.382500', '191623.842500', '191624.302500', '191624.762500', '191625.222500', '191625.682500', '191626.142500', '191626.602500', '191627.062500', '191627.522500', '191627.982500', '191628.442500', '191628.902500', '191629.362500', '191629.822500', '191630.282500', '191630.742500', '191631.202500', '191631.662500', '191632.122500', '191632.582500', '191633.042500', '191633.502500', '191633.962500', '191634.422500', '191634.882500', '191635.342500', '191635.802500', '191636.262500', '191636.722500', '191637.182500', '191637.642500', '191638.102500', '191638.562500', '191639.022500', '191639.482500', '191639.942500', '191640.402500', '191640.862500', '191641.322500', '191641.782500', '191642.242500', '191642.702500', '191643.162500', '191643.622500', '191644.082500', '191644.542500', '191645.002500', '191645.462500', '191645.922500', '191646.382500', '191646.842500', '191647.302500', '191647.762500', '191648.222500', '191648.682500', '191649.142500', '191649.602500', '191650.062500', '191650.522500', '191650.982500', '191651.442500', '191651.902500', '191652.362500', '191652.822500', '191653.282500', '191653.742500', '191654.202500', '191654.662500', '191655.122500', '191655.582500', '191656.042500', '191656.502500', '191656.962500', '191657.422500', '191657.882500', '191658.342500', '191658.802500', '191659.262500', '191659.722500', '191700.182500', '191700.642500', '191701.102500', '191701.562500', '191702.022500', '191702.482500', '191702.942500', '191703.402500', '191703.862500', '191704.322500', '191704.782500', '191705.242500', '191705.702500', '191706.162500', '191706.622500', '191707.082500', '191707.542500', '191708.002500', '191708.462500', '191708.922500', '191709.382500', '191709.842500', '191710.302500', '191710.762500', '191711.222500', '191711.682500', '191712.142500', '191712.602500', '191713.062500', '191713.522500', '191713.982500', '191714.442500', '191714.902500', '191715.362500', '191715.822500', '191716.282500', '191716.742500', '191717.202500', '191717.662500', '191718.122500', '191718.582500', '191719.042500', '191719.502500', '191719.962500', '191720.422500', '191720.882500', '191721.342500', '191721.802500', '191722.262500', '191722.722500', '191723.182500', '191723.642500', '191724.102500', '191724.562500', '191725.022500', '191725.482500', '191725.942500', '191726.402500', '191726.862500', '191727.322500', '191727.782500', '191728.242500', '191728.702500', '191729.162500', '191729.622500', '191730.082500', '191730.542500', '191731.002500', '191731.462500', '191731.922500', '191732.382500', '191732.842500', '191733.302500', '191733.762500', '191734.222500', '191734.682500', '191735.142500', '191735.602500', '191736.062500', '191736.522500', '191736.982500', '191737.442500', '191737.902500', '191738.362500', '191738.822500', '191739.282500', '191739.742500', '191740.202500', '191740.662500', '191741.122500', '191741.582500', '191742.042500', '191742.502500', '191742.962500', '191743.422500', '191743.882500', '191744.342500', '191744.802500', '191745.262500', '191745.722500', '191746.182500', '191746.642500', '191747.102500', '191747.562500', '191748.022500', '191748.482500', '191748.942500', '191749.402500', '191749.862500', '191750.322500', '191750.782500', '191751.242500', '191751.702500', '191752.162500', '191752.622500', '191753.082500', '191753.542500', '191754.002500', '191754.462500', '191754.922500', '191755.382500', '191755.842500', '191756.302500', '191756.762500', '191757.222500', '191757.682500', '191758.142500', '191758.602500', '191759.062500', '191759.522500', '191759.982500', '191800.442500', '191800.902500', '191801.362500', '191801.822500', '191802.282500', '191802.742500', '191803.202500', '191803.662500', '191804.122500', '191804.582500', '191805.042500', '191805.502500', '191805.962500', '191806.422500', '191806.882500', '191807.342500', '191807.802500', '191808.262500', '191808.722500', '191809.182500', '191809.642500', '191810.102500', '191810.562500', '191811.022500', '191811.482500', '191811.942500', '191812.402500', '191812.862500', '191813.322500', '191813.782500', '191814.242500', '191814.702500', '191815.162500', '191815.622500', '191816.082500', '191816.542500', '191817.002500', '191817.462500', '191817.922500', '191818.382500', '191818.842500', '191819.302500', '191819.762500', '191820.222500', '191820.682500', '191821.142500', '191821.602500', '191822.062500', '191822.522500', '191822.982500', '191823.442500', '191823.902500', '191824.362500', '191824.822500', '191825.282500', '191825.742500', '191826.202500', '191826.662500', '191827.122500', '191827.582500', '191828.042500', '191828.502500', '191828.962500', '191829.422500', '191829.882500', '191830.342500', '191830.802500', '191831.262500', '191831.722500', '191832.182500', '191832.642500', '191833.102500', '191833.562500', '191834.022500', '191834.482500', '191834.942500', '191835.402500', '191835.862500', '191836.322500', '191836.782500', '191837.242500', '191837.702500', '191838.162500', '191838.622500', '191839.082500', '191839.542500', '191840.002500', '191840.462500', '191840.922500', '191841.382500', '191841.842500', '191842.302500', '191842.762500', '191843.222500', '191843.682500', '191844.142500', '191844.602500', '191845.062500', '191845.522500', '191845.982500', '191846.442500', '191846.902500', '191847.362500', '191847.822500', '191848.282500', '191848.742500', '191849.202500', '191849.662500', '191850.122500', '191850.582500', '191851.042500', '191851.502500', '191851.962500', '191852.422500', '191852.882500', '191853.342500', '191853.802500', '191854.262500', '191854.722500', '191855.182500', '191855.642500', '191856.102500', '191856.562500', '191857.022500', '191857.482500', '191857.942500', '191858.402500', '191858.862500', '191859.322500', '191859.782500', '191900.242500', '191900.702500', '191901.162500', '191901.622500', '191902.082500', '191902.542500', '191903.002500', '191903.462500', '191903.922500', '191904.382500', '191904.842500', '191905.302500', '191905.762500', '191906.222500', '191906.682500', '191907.142500', '191907.602500', '191908.062500', '191908.522500', '191908.982500', '191909.442500', '191909.902500', '191910.362500', '191910.822500', '191911.282500', '191911.742500', '191912.202500', '191912.662500', '191913.122500', '191913.582500', '191914.042500', '191914.502500', '191914.962500', '191915.422500', '191915.882500', '191916.342500', '191916.802500', '191917.262500', '191917.722500', '191918.182500', '191918.642500', '191919.102500', '191919.562500', '191920.022500', '191920.482500', '191920.942500', '191921.402500', '191921.862500', '191922.322500', '191922.782500', '191923.242500', '191923.702500', '191924.162500', '191924.622500', '191925.082500', '191925.542500', '191926.002500', '191926.462500', '191926.922500', '191927.382500', '191927.842500', '191928.302500', '191928.762500', '191929.222500', '191929.682500', '191930.142500', '191930.602500', '191931.062500', '191931.522500', '191931.982500', '191932.442500', '191932.902500', '191933.362500', '191933.822500', '191934.282500', '191934.742500', '191935.202500', '191935.662500', '191936.122500', '191936.582500', '191937.042500', '191937.502500', '191937.962500', '191938.422500', '191938.882500', '191939.342500', '191939.802500', '191940.262500', '191940.722500', '191941.182500', '191941.642500', '191942.102500', '191942.562500', '191943.022500', '191943.482500', '191943.942500', '191944.402500', '191944.862500', '191945.322500', '191945.782500', '191946.242500', '191946.702500', '191947.162500', '191947.622500', '191948.082500', '191948.542500', '191949.002500', '191949.462500', '191949.922500', '191950.382500', '191950.842500', '191951.302500', '191951.762500', '191952.222500', '191952.682500', '191953.142500', '191953.602500', '191954.062500', '191954.522500', '191954.982500', '191955.442500', '191955.902500', '191956.362500', '191956.822500', '191957.282500', '191957.742500', '191958.202500', '191958.662500', '191959.122500', '191959.582500', '192000.042500', '192000.502500', '192000.962500', '192001.422500', '192001.882500', '192002.342500', '192002.802500', '192003.262500', '192003.722500', '192004.182500', '192004.642500', '192005.102500', '192005.562500', '192006.022500', '192006.482500', '192006.942500', '192007.402500', '192007.862500', '192008.322500', '192008.782500', '192009.242500', '192009.702500', '192010.162500', '192010.622500', '192011.082500', '192011.542500', '192012.002500', '192012.462500', '192012.922500', '192013.382500', '192013.842500', '192014.302500', '192014.762500', '192015.222500', '192015.682500', '192016.142500', '192016.602500', '192017.062500', '192017.522500', '192017.982500', '192018.442500', '192018.902500', '192019.362500', '192019.822500', '192020.282500', '192020.742500', '192021.202500', '192021.662500', '192022.122500', '192022.582500', '192023.042500', '192023.502500', '192023.962500', '192024.422500', '192024.882500', '192025.342500', '192025.802500', '192026.262500', '192026.722500', '192027.182500', '192027.642500', '192028.102500', '192028.562500', '192029.022500', '192029.482500', '192029.942500', '192030.402500', '192030.862500', '192031.322500', '192031.782500', '192032.242500', '192032.702500', '192033.162500', '192033.622500', '192034.082500', '192034.542500', '192035.002500', '192035.462500', '192035.922500', '192036.382500', '192036.842500', '192037.302500', '192037.762500', '192038.222500', '192038.682500', '192039.142500', '192039.602500', '192040.062500', '192040.522500', '192040.982500', '192041.442500', '192041.902500', '192042.362500', '192042.822500', '192043.282500', '192043.742500', '192044.202500', '192044.662500', '192045.122500', '192045.582500', '192046.042500', '192046.502500', '192046.962500', '192047.422500', '192047.882500', '192048.342500', '192048.802500', '192049.262500', '192049.722500', '192050.182500', '192050.642500', '192051.102500', '192051.562500', '192052.022500', '192052.482500', '192052.942500', '192053.402500', '192053.862500', '192054.322500', '192054.782500', '192055.242500', '192055.702500', '192056.162500', '192056.622500', '192057.082500', '192057.542500', '192058.002500', '192058.462500', '192058.922500', '192059.382500', '192059.842500', '192100.302500', '192100.762500', '192101.222500', '192101.682500', '192102.142500', '192102.602500', '192103.062500', '192103.522500', '192103.982500', '192104.442500', '192104.902500', '192105.362500', '192105.822500', '192106.282500', '192106.742500', '192107.202500', '192107.662500', '192108.122500', '192108.582500', '192109.042500', '192109.502500', '192109.962500', '192110.422500'], 'ContentTime': ['191455.556000', '191455.559000', '191455.562000', '191455.565000', '191455.567000', '191455.570000', '191455.572000', '191455.575000', '191455.578000', '191455.580000', '191455.583000', '191455.585000', '191455.588000', '191455.590000', '191455.593000', '191455.601000', '191455.603000', '191455.606000', '191455.608000', '191455.611000', '191455.614000', '191455.616000', '191455.619000', '191455.621000', '191455.624000', '191455.627000', '191455.629000', '191455.632000', '191455.634000', '191455.637000', '191455.639000', '191455.642000', '191455.644000', '191455.647000', '191455.650000', '191455.652000', '191455.655000', '191455.657000', '191455.660000', '191455.662000', '191455.665000', '191455.667000', '191455.670000', '191455.673000', '191455.675000', '191455.678000', '191455.680000', '191455.683000', '191455.685000', '191455.688000', '191455.690000', '191455.693000', '191455.695000', '191455.698000', '191515.503000', '191515.506000', '191515.508000', '191515.511000', '191515.513000', '191515.516000', '191515.518000', '191515.529000', '191515.531000', '191515.534000', '191515.536000', '191515.539000', '191515.541000', '191515.544000', '191515.547000', '191515.549000', '191515.552000', '191515.554000', '191515.557000', '191515.559000', '191515.562000', '191515.564000', '191515.567000', '191515.569000', '191515.572000', '191515.574000', '191515.577000', '191515.579000', '191515.582000', '191515.584000', '191515.587000', '191515.590000', '191515.592000', '191515.595000', '191515.597000', '191515.600000', '191515.602000', '191515.605000', '191515.608000', '191515.610000', '191515.613000', '191515.615000', '191515.618000', '191535.503000', '191535.505000', '191535.508000', '191535.511000', '191535.513000', '191535.516000', '191535.518000', '191535.521000', '191535.523000', '191535.526000', '191535.528000', '191535.531000', '191535.533000', '191535.536000', '191535.539000', '191535.541000', '191535.544000', '191535.546000', '191535.549000', '191535.551000', '191535.554000', '191535.556000', '191535.564000', '191535.566000', '191535.569000', '191535.571000', '191535.574000', '191535.577000', '191535.579000', '191535.582000', '191535.584000', '191535.587000', '191535.590000', '191535.592000', '191535.595000', '191535.597000', '191535.600000', '191535.602000', '191535.605000', '191535.608000', '191535.610000', '191535.613000', '191535.615000', '191535.618000', '191555.501000', '191555.504000', '191555.509000', '191555.511000', '191555.514000', '191555.516000', '191555.519000', '191555.521000', '191555.524000', '191555.526000', '191555.529000', '191555.532000', '191555.534000', '191555.537000', '191555.540000', '191555.542000', '191555.545000', '191555.547000', '191555.550000', '191555.552000', '191555.555000', '191555.557000', '191555.560000', '191555.562000', '191555.565000', '191555.568000', '191555.570000', '191555.573000', '191555.575000', '191555.578000', '191555.581000', '191555.583000', '191555.586000', '191555.588000', '191555.591000', '191555.593000', '191555.596000', '191555.599000', '191555.601000', '191555.604000', '191555.606000', '191555.609000', '191555.611000', '191615.502000', '191615.505000', '191615.508000', '191615.511000', '191615.513000', '191615.516000', '191615.518000', '191615.521000', '191615.523000', '191615.526000', '191615.528000', '191615.531000', '191615.534000', '191615.536000', '191615.539000', '191615.541000', '191615.544000', '191615.546000', '191615.549000', '191615.552000', '191615.554000', '191615.557000', '191615.559000', '191615.562000', '191615.564000', '191615.567000', '191615.569000', '191615.572000', '191615.575000', '191615.577000', '191615.580000', '191615.582000', '191615.585000', '191615.587000', '191615.590000', '191615.593000', '191615.595000', '191615.598000', '191615.600000', '191615.603000', '191615.605000', '191615.608000', '191615.630000', '191615.632000', '191635.503000', '191635.505000', '191635.508000', '191635.511000', '191635.513000', '191635.516000', '191635.518000', '191635.521000', '191635.523000', '191635.526000', '191635.528000', '191635.531000', '191635.534000', '191635.536000', '191635.539000', '191635.541000', '191635.544000', '191635.546000', '191635.549000', '191635.552000', '191635.554000', '191635.557000', '191635.559000', '191635.562000', '191635.564000', '191635.567000', '191635.570000', '191635.572000', '191635.575000', '191635.577000', '191635.580000', '191635.582000', '191635.585000', '191635.587000', '191635.590000', '191635.593000', '191635.595000', '191635.598000', '191635.601000', '191635.604000', '191635.607000', '191635.610000', '191635.612000', '191655.502000', '191655.505000', '191655.508000', '191655.511000', '191655.513000', '191655.516000', '191655.518000', '191655.521000', '191655.523000', '191655.526000', '191655.528000', '191655.531000', '191655.534000', '191655.536000', '191655.539000', '191655.541000', '191655.544000', '191655.547000', '191655.549000', '191655.552000', '191655.554000', '191655.557000', '191655.559000', '191655.562000', '191655.564000', '191655.567000', '191655.570000', '191655.573000', '191655.575000', '191655.578000', '191655.580000', '191655.583000', '191655.586000', '191655.588000', '191655.591000', '191655.593000', '191655.596000', '191655.599000', '191655.601000', '191655.604000', '191655.606000', '191655.609000', '191655.612000', '191715.503000', '191715.506000', '191715.508000', '191715.511000', '191715.513000', '191715.516000', '191715.519000', '191715.521000', '191715.524000', '191715.526000', '191715.529000', '191715.531000', '191715.534000', '191715.545000', '191715.547000', '191715.550000', '191715.552000', '191715.555000', '191715.558000', '191715.560000', '191715.563000', '191715.565000', '191715.568000', '191715.570000', '191715.573000', '191715.575000', '191715.578000', '191715.580000', '191715.583000', '191715.586000', '191715.588000', '191715.591000', '191715.593000', '191715.596000', '191715.598000', '191715.601000', '191715.604000', '191715.606000', '191715.609000', '191715.611000', '191715.614000', '191715.616000', '191715.619000', '191715.621000', '191735.503000', '191735.505000', '191735.508000', '191735.511000', '191735.513000', '191735.516000', '191735.518000', '191735.521000', '191735.523000', '191735.526000', '191735.529000', '191735.532000', '191735.534000', '191735.537000', '191735.539000', '191735.542000', '191735.544000', '191735.547000', '191735.550000', '191735.552000', '191735.555000', '191735.557000', '191735.560000', '191735.562000', '191735.565000', '191735.568000', '191735.570000', '191735.573000', '191735.576000', '191735.578000', '191735.581000', '191735.583000', '191735.586000', '191735.589000', '191735.591000', '191735.594000', '191735.596000', '191735.599000', '191735.602000', '191735.604000', '191735.607000', '191735.609000', '191735.612000', '191735.614000', '191755.502000', '191755.505000', '191755.508000', '191755.510000', '191755.513000', '191755.516000', '191755.518000', '191755.521000', '191755.523000', '191755.526000', '191755.529000', '191755.531000', '191755.534000', '191755.537000', '191755.539000', '191755.542000', '191755.544000', '191755.547000', '191755.549000', '191755.552000', '191755.554000', '191755.557000', '191755.560000', '191755.577000', '191755.580000', '191755.583000', '191755.585000', '191755.588000', '191755.591000', '191755.593000', '191755.596000', '191755.598000', '191755.601000', '191755.603000', '191755.606000', '191755.608000', '191755.611000', '191755.614000', '191755.616000', '191755.619000', '191755.622000', '191755.624000', '191755.627000', '191815.502000', '191815.504000', '191815.507000', '191815.509000', '191815.512000', '191815.515000', '191815.517000', '191815.520000', '191815.523000', '191815.525000', '191815.528000', '191815.530000', '191815.533000', '191815.535000', '191815.538000', '191815.541000', '191815.543000', '191815.546000', '191815.548000', '191815.551000', '191815.553000', '191815.556000', '191815.559000', '191815.561000', '191815.564000', '191815.567000', '191815.569000', '191815.572000', '191815.574000', '191815.577000', '191815.580000', '191815.582000', '191815.585000', '191815.587000', '191815.590000', '191815.592000', '191815.595000', '191815.598000', '191815.600000', '191815.603000', '191815.605000', '191815.608000', '191815.611000', '191815.613000', '191835.503000', '191835.506000', '191835.508000', '191835.511000', '191835.513000', '191835.516000', '191835.518000', '191835.521000', '191835.524000', '191835.526000', '191835.529000', '191835.531000', '191835.534000', '191835.536000', '191835.539000', '191835.542000', '191835.544000', '191835.547000', '191835.549000', '191835.552000', '191835.554000', '191835.557000', '191835.560000', '191835.562000', '191835.565000', '191835.567000', '191835.570000', '191835.573000', '191835.575000', '191835.578000', '191835.580000', '191835.583000', '191835.585000', '191835.588000', '191835.591000', '191835.593000', '191835.596000', '191835.598000', '191835.601000', '191835.604000', '191835.606000', '191835.609000', '191835.611000', '191855.502000', '191855.505000', '191855.508000', '191855.510000', '191855.514000', '191855.517000', '191855.520000', '191855.522000', '191855.525000', '191855.528000', '191855.530000', '191855.533000', '191855.535000', '191855.538000', '191855.540000', '191855.543000', '191855.545000', '191855.548000', '191855.551000', '191855.553000', '191855.556000', '191855.558000', '191855.561000', '191855.564000', '191855.566000', '191855.569000', '191855.571000', '191855.574000', '191855.576000', '191855.579000', '191855.581000', '191855.584000', '191855.587000', '191855.589000', '191855.592000', '191855.595000', '191855.597000', '191855.600000', '191855.602000', '191855.605000', '191855.607000', '191855.610000', '191855.612000', '191855.615000', '191915.503000', '191915.506000', '191915.508000', '191915.511000', '191915.513000', '191915.516000', '191915.518000', '191915.521000', '191915.524000', '191915.526000', '191915.529000', '191915.531000', '191915.534000', '191915.537000', '191915.539000', '191915.542000', '191915.544000', '191915.547000', '191915.549000', '191915.552000', '191915.555000', '191915.557000', '191915.560000', '191915.562000', '191915.565000', '191915.568000', '191915.570000', '191915.573000', '191915.575000', '191915.578000', '191915.580000', '191915.583000', '191915.585000', '191915.588000', '191915.591000', '191915.593000', '191915.596000', '191915.599000', '191915.601000', '191915.604000', '191915.606000', '191915.609000', '191915.611000', '191935.503000', '191935.506000', '191935.508000', '191935.511000', '191935.521000', '191935.524000', '191935.526000', '191935.529000', '191935.531000', '191935.534000', '191935.536000', '191935.539000', '191935.541000', '191935.544000', '191935.547000', '191935.549000', '191935.552000', '191935.554000', '191935.557000', '191935.559000', '191935.562000', '191935.564000', '191935.567000', '191935.570000', '191935.572000', '191935.575000', '191935.577000', '191935.580000', '191935.582000', '191935.585000', '191935.587000', '191935.590000', '191935.593000', '191935.595000', '191935.598000', '191935.601000', '191935.603000', '191935.606000', '191935.608000', '191935.611000', '191935.614000', '191935.616000', '191935.619000', '191935.621000', '191955.503000', '191955.505000', '191955.508000', '191955.511000', '191955.513000', '191955.516000', '191955.518000', '191955.521000', '191955.524000', '191955.526000', '191955.529000', '191955.531000', '191955.534000', '191955.544000', '191955.547000', '191955.549000', '191955.552000', '191955.555000', '191955.557000', '191955.560000', '191955.562000', '191955.565000', '191955.568000', '191955.570000', '191955.573000', '191955.575000', '191955.578000', '191955.580000', '191955.583000', '191955.586000', '191955.588000', '191955.591000', '191955.594000', '191955.596000', '191955.599000', '191955.601000', '191955.604000', '191955.606000', '191955.609000', '191955.612000', '191955.614000', '191955.617000', '191955.619000', '192015.502000', '192015.505000', '192015.508000', '192015.511000', '192015.513000', '192015.516000', '192015.519000', '192015.521000', '192015.524000', '192015.526000', '192015.529000', '192015.532000', '192015.534000', '192015.537000', '192015.539000', '192015.542000', '192015.544000', '192015.547000', '192015.550000', '192015.553000', '192015.556000', '192015.559000', '192015.562000', '192015.564000', '192015.567000', '192015.569000', '192015.572000', '192015.574000', '192015.577000', '192015.580000', '192015.582000', '192015.585000', '192015.587000', '192015.590000', '192015.593000', '192015.595000', '192015.598000', '192015.600000', '192015.603000', '192015.606000', '192015.608000', '192015.611000', '192015.614000', '192035.501000', '192035.504000', '192035.507000', '192035.510000', '192035.512000', '192035.515000', '192035.517000', '192035.520000', '192035.523000', '192035.525000', '192035.528000', '192035.531000', '192035.533000', '192035.536000', '192035.538000', '192035.541000', '192035.543000', '192035.546000', '192035.549000', '192035.551000', '192035.554000', '192035.556000', '192035.559000', '192035.561000', '192035.564000', '192035.567000', '192035.569000', '192035.572000', '192035.574000', '192035.577000', '192035.579000', '192035.582000', '192035.585000', '192035.587000', '192035.590000', '192035.592000', '192035.595000', '192035.598000', '192035.600000', '192035.603000', '192035.605000', '192035.608000', '192035.611000', '192035.614000', '192055.502000', '192055.539000', '192055.542000', '192055.545000', '192055.547000', '192055.550000', '192055.552000', '192055.555000', '192055.558000', '192055.560000', '192055.563000', '192055.565000', '192055.568000', '192055.570000', '192055.573000', '192055.575000', '192055.578000', '192055.581000', '192055.583000', '192055.586000', '192055.588000', '192055.591000', '192055.594000', '192055.596000', '192055.599000', '192055.601000', '192055.604000', '192055.606000', '192055.609000', '192055.612000', '192055.614000', '192055.617000', '192055.619000', '192055.622000', '192055.624000', '192055.627000', '192055.629000', '192055.632000', '192055.635000', '192055.637000', '192055.640000', '192055.642000', '192055.645000', '192111.643000', '192111.646000', '192111.649000', '192111.651000', '192111.654000', '192111.657000', '192111.659000', '192111.662000', '192111.665000', '192111.667000', '192111.670000', '192111.673000', '192111.675000', '192111.678000', '192111.680000', '192111.683000', '192111.686000', '192111.689000', '192111.694000', '192111.696000', '192111.699000', '192111.702000', '192111.705000', '192111.708000', '192111.711000', '192111.714000', '192111.717000', '192111.720000', '192111.723000', '192111.726000', '192111.730000', '192111.733000', '192111.736000', '192111.745000', '192111.749000', '192111.752000'], 'InstanceCreationTime': ['191455.556000', '191455.559000', '191455.562000', '191455.565000', '191455.567000', '191455.570000', '191455.572000', '191455.575000', '191455.578000', '191455.580000', '191455.583000', '191455.585000', '191455.588000', '191455.590000', '191455.593000', '191455.601000', '191455.603000', '191455.606000', '191455.608000', '191455.611000', '191455.614000', '191455.616000', '191455.619000', '191455.621000', '191455.624000', '191455.627000', '191455.629000', '191455.632000', '191455.634000', '191455.637000', '191455.639000', '191455.642000', '191455.644000', '191455.647000', '191455.650000', '191455.652000', '191455.655000', '191455.657000', '191455.660000', '191455.662000', '191455.665000', '191455.667000', '191455.670000', '191455.673000', '191455.675000', '191455.678000', '191455.680000', '191455.683000', '191455.685000', '191455.688000', '191455.690000', '191455.693000', '191455.695000', '191455.698000', '191515.503000', '191515.506000', '191515.508000', '191515.511000', '191515.513000', '191515.516000', '191515.518000', '191515.529000', '191515.531000', '191515.534000', '191515.536000', '191515.539000', '191515.541000', '191515.544000', '191515.547000', '191515.549000', '191515.552000', '191515.554000', '191515.557000', '191515.559000', '191515.562000', '191515.564000', '191515.567000', '191515.569000', '191515.572000', '191515.574000', '191515.577000', '191515.579000', '191515.582000', '191515.584000', '191515.587000', '191515.590000', '191515.592000', '191515.595000', '191515.597000', '191515.600000', '191515.602000', '191515.605000', '191515.608000', '191515.610000', '191515.613000', '191515.615000', '191515.618000', '191535.503000', '191535.505000', '191535.508000', '191535.511000', '191535.513000', '191535.516000', '191535.518000', '191535.521000', '191535.523000', '191535.526000', '191535.528000', '191535.531000', '191535.533000', '191535.536000', '191535.539000', '191535.541000', '191535.544000', '191535.546000', '191535.549000', '191535.551000', '191535.554000', '191535.556000', '191535.564000', '191535.566000', '191535.569000', '191535.571000', '191535.574000', '191535.577000', '191535.579000', '191535.582000', '191535.584000', '191535.587000', '191535.590000', '191535.592000', '191535.595000', '191535.597000', '191535.600000', '191535.602000', '191535.605000', '191535.608000', '191535.610000', '191535.613000', '191535.615000', '191535.618000', '191555.501000', '191555.504000', '191555.509000', '191555.511000', '191555.514000', '191555.516000', '191555.519000', '191555.521000', '191555.524000', '191555.526000', '191555.529000', '191555.532000', '191555.534000', '191555.537000', '191555.540000', '191555.542000', '191555.545000', '191555.547000', '191555.550000', '191555.552000', '191555.555000', '191555.557000', '191555.560000', '191555.562000', '191555.565000', '191555.568000', '191555.570000', '191555.573000', '191555.575000', '191555.578000', '191555.581000', '191555.583000', '191555.586000', '191555.588000', '191555.591000', '191555.593000', '191555.596000', '191555.599000', '191555.601000', '191555.604000', '191555.606000', '191555.609000', '191555.611000', '191615.502000', '191615.505000', '191615.508000', '191615.511000', '191615.513000', '191615.516000', '191615.518000', '191615.521000', '191615.523000', '191615.526000', '191615.528000', '191615.531000', '191615.534000', '191615.536000', '191615.539000', '191615.541000', '191615.544000', '191615.546000', '191615.549000', '191615.552000', '191615.554000', '191615.557000', '191615.559000', '191615.562000', '191615.564000', '191615.567000', '191615.569000', '191615.572000', '191615.575000', '191615.577000', '191615.580000', '191615.582000', '191615.585000', '191615.587000', '191615.590000', '191615.593000', '191615.595000', '191615.598000', '191615.600000', '191615.603000', '191615.605000', '191615.608000', '191615.630000', '191615.632000', '191635.503000', '191635.505000', '191635.508000', '191635.511000', '191635.513000', '191635.516000', '191635.518000', '191635.521000', '191635.523000', '191635.526000', '191635.528000', '191635.531000', '191635.534000', '191635.536000', '191635.539000', '191635.541000', '191635.544000', '191635.546000', '191635.549000', '191635.552000', '191635.554000', '191635.557000', '191635.559000', '191635.562000', '191635.564000', '191635.567000', '191635.570000', '191635.572000', '191635.575000', '191635.577000', '191635.580000', '191635.582000', '191635.585000', '191635.587000', '191635.590000', '191635.593000', '191635.595000', '191635.598000', '191635.601000', '191635.604000', '191635.607000', '191635.610000', '191635.612000', '191655.502000', '191655.505000', '191655.508000', '191655.511000', '191655.513000', '191655.516000', '191655.518000', '191655.521000', '191655.523000', '191655.526000', '191655.528000', '191655.531000', '191655.534000', '191655.536000', '191655.539000', '191655.541000', '191655.544000', '191655.547000', '191655.549000', '191655.552000', '191655.554000', '191655.557000', '191655.559000', '191655.562000', '191655.564000', '191655.567000', '191655.570000', '191655.573000', '191655.575000', '191655.578000', '191655.580000', '191655.583000', '191655.586000', '191655.588000', '191655.591000', '191655.593000', '191655.596000', '191655.599000', '191655.601000', '191655.604000', '191655.606000', '191655.609000', '191655.612000', '191715.503000', '191715.506000', '191715.508000', '191715.511000', '191715.513000', '191715.516000', '191715.519000', '191715.521000', '191715.524000', '191715.526000', '191715.529000', '191715.531000', '191715.534000', '191715.545000', '191715.547000', '191715.550000', '191715.552000', '191715.555000', '191715.558000', '191715.560000', '191715.563000', '191715.565000', '191715.568000', '191715.570000', '191715.573000', '191715.575000', '191715.578000', '191715.580000', '191715.583000', '191715.586000', '191715.588000', '191715.591000', '191715.593000', '191715.596000', '191715.598000', '191715.601000', '191715.604000', '191715.606000', '191715.609000', '191715.611000', '191715.614000', '191715.616000', '191715.619000', '191715.621000', '191735.503000', '191735.505000', '191735.508000', '191735.511000', '191735.513000', '191735.516000', '191735.518000', '191735.521000', '191735.523000', '191735.526000', '191735.529000', '191735.532000', '191735.534000', '191735.537000', '191735.539000', '191735.542000', '191735.544000', '191735.547000', '191735.550000', '191735.552000', '191735.555000', '191735.557000', '191735.560000', '191735.562000', '191735.565000', '191735.568000', '191735.570000', '191735.573000', '191735.576000', '191735.578000', '191735.581000', '191735.583000', '191735.586000', '191735.589000', '191735.591000', '191735.594000', '191735.596000', '191735.599000', '191735.602000', '191735.604000', '191735.607000', '191735.609000', '191735.612000', '191735.614000', '191755.502000', '191755.505000', '191755.508000', '191755.510000', '191755.513000', '191755.516000', '191755.518000', '191755.521000', '191755.523000', '191755.526000', '191755.529000', '191755.531000', '191755.534000', '191755.537000', '191755.539000', '191755.542000', '191755.544000', '191755.547000', '191755.549000', '191755.552000', '191755.554000', '191755.557000', '191755.560000', '191755.577000', '191755.580000', '191755.583000', '191755.585000', '191755.588000', '191755.591000', '191755.593000', '191755.596000', '191755.598000', '191755.601000', '191755.603000', '191755.606000', '191755.608000', '191755.611000', '191755.614000', '191755.616000', '191755.619000', '191755.622000', '191755.624000', '191755.627000', '191815.502000', '191815.504000', '191815.507000', '191815.509000', '191815.512000', '191815.515000', '191815.517000', '191815.520000', '191815.523000', '191815.525000', '191815.528000', '191815.530000', '191815.533000', '191815.535000', '191815.538000', '191815.541000', '191815.543000', '191815.546000', '191815.548000', '191815.551000', '191815.553000', '191815.556000', '191815.559000', '191815.561000', '191815.564000', '191815.567000', '191815.569000', '191815.572000', '191815.574000', '191815.577000', '191815.580000', '191815.582000', '191815.585000', '191815.587000', '191815.590000', '191815.592000', '191815.595000', '191815.598000', '191815.600000', '191815.603000', '191815.605000', '191815.608000', '191815.611000', '191815.613000', '191835.503000', '191835.506000', '191835.508000', '191835.511000', '191835.513000', '191835.516000', '191835.518000', '191835.521000', '191835.524000', '191835.526000', '191835.529000', '191835.531000', '191835.534000', '191835.536000', '191835.539000', '191835.542000', '191835.544000', '191835.547000', '191835.549000', '191835.552000', '191835.554000', '191835.557000', '191835.560000', '191835.562000', '191835.565000', '191835.567000', '191835.570000', '191835.573000', '191835.575000', '191835.578000', '191835.580000', '191835.583000', '191835.585000', '191835.588000', '191835.591000', '191835.593000', '191835.596000', '191835.598000', '191835.601000', '191835.604000', '191835.606000', '191835.609000', '191835.611000', '191855.502000', '191855.505000', '191855.508000', '191855.510000', '191855.514000', '191855.517000', '191855.520000', '191855.522000', '191855.525000', '191855.528000', '191855.530000', '191855.533000', '191855.535000', '191855.538000', '191855.540000', '191855.543000', '191855.545000', '191855.548000', '191855.551000', '191855.553000', '191855.556000', '191855.558000', '191855.561000', '191855.564000', '191855.566000', '191855.569000', '191855.571000', '191855.574000', '191855.576000', '191855.579000', '191855.581000', '191855.584000', '191855.587000', '191855.589000', '191855.592000', '191855.595000', '191855.597000', '191855.600000', '191855.602000', '191855.605000', '191855.607000', '191855.610000', '191855.612000', '191855.615000', '191915.503000', '191915.506000', '191915.508000', '191915.511000', '191915.513000', '191915.516000', '191915.518000', '191915.521000', '191915.524000', '191915.526000', '191915.529000', '191915.531000', '191915.534000', '191915.537000', '191915.539000', '191915.542000', '191915.544000', '191915.547000', '191915.549000', '191915.552000', '191915.555000', '191915.557000', '191915.560000', '191915.562000', '191915.565000', '191915.568000', '191915.570000', '191915.573000', '191915.575000', '191915.578000', '191915.580000', '191915.583000', '191915.585000', '191915.588000', '191915.591000', '191915.593000', '191915.596000', '191915.599000', '191915.601000', '191915.604000', '191915.606000', '191915.609000', '191915.611000', '191935.503000', '191935.506000', '191935.508000', '191935.511000', '191935.521000', '191935.524000', '191935.526000', '191935.529000', '191935.531000', '191935.534000', '191935.536000', '191935.539000', '191935.541000', '191935.544000', '191935.547000', '191935.549000', '191935.552000', '191935.554000', '191935.557000', '191935.559000', '191935.562000', '191935.564000', '191935.567000', '191935.570000', '191935.572000', '191935.575000', '191935.577000', '191935.580000', '191935.582000', '191935.585000', '191935.587000', '191935.590000', '191935.593000', '191935.595000', '191935.598000', '191935.601000', '191935.603000', '191935.606000', '191935.608000', '191935.611000', '191935.614000', '191935.616000', '191935.619000', '191935.621000', '191955.503000', '191955.505000', '191955.508000', '191955.511000', '191955.513000', '191955.516000', '191955.518000', '191955.521000', '191955.524000', '191955.526000', '191955.529000', '191955.531000', '191955.534000', '191955.544000', '191955.547000', '191955.549000', '191955.552000', '191955.555000', '191955.557000', '191955.560000', '191955.562000', '191955.565000', '191955.568000', '191955.570000', '191955.573000', '191955.575000', '191955.578000', '191955.580000', '191955.583000', '191955.586000', '191955.588000', '191955.591000', '191955.594000', '191955.596000', '191955.599000', '191955.601000', '191955.604000', '191955.606000', '191955.609000', '191955.612000', '191955.614000', '191955.617000', '191955.619000', '192015.502000', '192015.505000', '192015.508000', '192015.511000', '192015.513000', '192015.516000', '192015.519000', '192015.521000', '192015.524000', '192015.526000', '192015.529000', '192015.532000', '192015.534000', '192015.537000', '192015.539000', '192015.542000', '192015.544000', '192015.547000', '192015.550000', '192015.553000', '192015.556000', '192015.559000', '192015.562000', '192015.564000', '192015.567000', '192015.569000', '192015.572000', '192015.574000', '192015.577000', '192015.580000', '192015.582000', '192015.585000', '192015.587000', '192015.590000', '192015.593000', '192015.595000', '192015.598000', '192015.600000', '192015.603000', '192015.606000', '192015.608000', '192015.611000', '192015.614000', '192035.501000', '192035.504000', '192035.507000', '192035.510000', '192035.512000', '192035.515000', '192035.517000', '192035.520000', '192035.523000', '192035.525000', '192035.528000', '192035.531000', '192035.533000', '192035.536000', '192035.538000', '192035.541000', '192035.543000', '192035.546000', '192035.549000', '192035.551000', '192035.554000', '192035.556000', '192035.559000', '192035.561000', '192035.564000', '192035.567000', '192035.569000', '192035.572000', '192035.574000', '192035.577000', '192035.579000', '192035.582000', '192035.585000', '192035.587000', '192035.590000', '192035.592000', '192035.595000', '192035.598000', '192035.600000', '192035.603000', '192035.605000', '192035.608000', '192035.611000', '192035.614000', '192055.502000', '192055.539000', '192055.542000', '192055.545000', '192055.547000', '192055.550000', '192055.552000', '192055.555000', '192055.558000', '192055.560000', '192055.563000', '192055.565000', '192055.568000', '192055.570000', '192055.573000', '192055.575000', '192055.578000', '192055.581000', '192055.583000', '192055.586000', '192055.588000', '192055.591000', '192055.594000', '192055.596000', '192055.599000', '192055.601000', '192055.604000', '192055.606000', '192055.609000', '192055.612000', '192055.614000', '192055.617000', '192055.619000', '192055.622000', '192055.624000', '192055.627000', '192055.629000', '192055.632000', '192055.635000', '192055.637000', '192055.640000', '192055.642000', '192055.645000', '192111.643000', '192111.646000', '192111.649000', '192111.651000', '192111.654000', '192111.657000', '192111.659000', '192111.662000', '192111.665000', '192111.667000', '192111.670000', '192111.673000', '192111.675000', '192111.678000', '192111.680000', '192111.683000', '192111.686000', '192111.689000', '192111.694000', '192111.696000', '192111.699000', '192111.702000', '192111.705000', '192111.708000', '192111.711000', '192111.714000', '192111.717000', '192111.720000', '192111.723000', '192111.726000', '192111.730000', '192111.733000', '192111.736000', '192111.745000', '192111.749000', '192111.752000'], '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': [7737, 11835, 7845, 13393, 7818, 11822, 7890, 12172, 8736, 8156, 8303, 7667, 10969, 7921, 8265, 9111, 7855, 11746, 8325, 10336, 8903, 7625, 11202, 7802, 12606, 8883, 11501, 8692, 14343, 10451, 12845, 8444, 11332, 8050, 9488, 8319, 7033, 8197, 7438, 10099, 7791, 8379, 7514, 6932, 11383, 8329, 7751, 10497, 8142, 7835, 11249, 7688, 12857, 9762, 14470, 9299, 14717, 10127, 12636, 11443, 7602, 9498, 7824, 11353, 7739, 12268, 8073, 11556, 7950, 12074, 8758, 11158, 7738, 11739, 7773, 11859, 9507, 9525, 7920, 7106, 9469, 7499, 11275, 7671, 11130, 7601, 11525, 7650, 11288, 7719, 11304, 8410, 11295, 7891, 11201, 8699, 12175, 7799, 11932, 8519, 13453, 10123, 13328, 8084, 12410, 8792, 12648, 9729, 10596, 7855, 11104, 8045, 9384, 8993, 7503, 8710, 7401, 9416, 8177, 10059, 7553, 10462, 7662, 11257, 7801, 11638, 7404, 11223, 7805, 10925, 7588, 11242, 7597, 11214, 7853, 12167, 8642, 11373, 7786, 10219, 7767, 10190, 8739, 7802, 8311, 7589, 8517, 7777, 9944, 7879, 10807, 7671, 11483, 8009, 11885, 7710, 11367, 7963, 11226, 8065, 11746, 7943, 11165, 8184, 9921, 7893, 8307, 8022, 8949, 8804, 8207, 9128, 7601, 8933, 7998, 9506, 7911, 9473, 8149, 9488, 8438, 9719, 7864, 9469, 7884, 10554, 7841, 11130, 7893, 11209, 8036, 11005, 8085, 9203, 7936, 7314, 8806, 8806, 8967, 11225, 7795, 12152, 8009, 11463, 8671, 10892, 7667, 10470, 7816, 10802, 8387, 11162, 7863, 10822, 8067, 11190, 8600, 10863, 7721, 10884, 7805, 10543, 8354, 8315, 8081, 7389, 8744, 8336, 9346, 7951, 9658, 7889, 10043, 7823, 11110, 7878, 10535, 7941, 11798, 8161, 11495, 7938, 10656, 8330, 7935, 9305, 8116, 7991, 11194, 8579, 15070, 11622, 16050, 9210, 14299, 8415, 12659, 9909, 7953, 8334, 7901, 10365, 7736, 11375, 7987, 11138, 8131, 8833, 7954, 8811, 8547, 8986, 7929, 13177, 8046, 11774, 8447, 10585, 7656, 9235, 7846, 10328, 7788, 9848, 7676, 9836, 8039, 9989, 7852, 10114, 7861, 11425, 7884, 11546, 8212, 11790, 8524, 12442, 8385, 11299, 8384, 10216, 9504, 7872, 8579, 7732, 9267, 8149, 11746, 8065, 11433, 8304, 11394, 8006, 10494, 7722, 10386, 8067, 11371, 8152, 10996, 8174, 11138, 8617, 10085, 8055, 8946, 8317, 9131, 9582, 8582, 8897, 7816, 10563, 8244, 13890, 10071, 17122, 8122, 9581, 8168, 8472, 8578, 8294, 9401, 7923, 8857, 7912, 8622, 14844, 9081, 10363, 8326, 7925, 8995, 8241, 10488, 8486, 11584, 8329, 8308, 8254, 8070, 10539, 8486, 11647, 10050, 8775, 13459, 8057, 11818, 8285, 11277, 8512, 11019, 8011, 10701, 8401, 11436, 7907, 10689, 8318, 10510, 8199, 11183, 8274, 10630, 8395, 11450, 8478, 10585, 8247, 10479, 8420, 10911, 8296, 8265, 8022, 6782, 8150, 8050, 10226, 8180, 10132, 7935, 10742, 8098, 11508, 8381, 11425, 8218, 10925, 7986, 11551, 9089, 12311, 8619, 9663, 7806, 7567, 8232, 8246, 9007, 7755, 8785, 7751, 9156, 7702, 9889, 8141, 9990, 8054, 8213, 14583, 7998, 12023, 8042, 11284, 8015, 11088, 8324, 11190, 9118, 9018, 8910, 7586, 10527, 8865, 6895, 10487, 16442, 11274, 12338, 8817, 10146, 8930, 9078, 8922, 7015, 9168, 7263, 9475, 7847, 10598, 7611, 11368, 8185, 11460, 8751, 11185, 8884, 9634, 8877, 10947, 9276, 8082, 9233, 8118, 9948, 8674, 10455, 7949, 11644, 8540, 11304, 8669, 11617, 9051, 8323, 9033, 7375, 9388, 9784, 9260, 7985, 9335, 11299, 9263, 13036, 8895, 12198, 8458, 11147, 8791, 11522, 8891, 10536, 8502, 9617, 8475, 9162, 9063, 7089, 9047, 7221, 10459, 7944, 11259, 8557, 11596, 8619, 11270, 9028, 11191, 7921, 10537, 7866, 11693, 8643, 12270, 8615, 11909, 9049, 10556, 8970, 8810, 9522, 10214, 9165, 8247, 9645, 8246, 10723, 7844, 12168, 8456, 11959, 8812, 12538, 8988, 14141, 9261, 12263, 9265, 12236, 9284, 10779, 9132, 7936, 9390, 7877, 9412, 7853, 9423, 8403, 9834, 7465, 10802, 7990, 10870, 8385, 8837, 9148, 7626, 10864, 8478, 10530, 8824, 7493, 9329, 7983, 9907, 7418, 11137, 8178, 11044, 8355, 11544, 8938, 7288, 9322, 7422, 10709, 8049, 11444, 8817, 7736, 8889, 7764, 11407, 8705, 11378, 8930, 9053, 9204, 7548, 9559, 7478, 10595, 7757, 12096, 8928, 9364, 9083, 8104, 9332, 8745, 9223, 12464, 8419, 11694, 7447, 10466, 7462, 9596, 7313, 9507, 7434, 10274, 7140, 10194, 7301, 9475, 7311, 10293, 7266, 10068, 7537, 10346, 7623, 10853, 8345, 9053, 8480, 7862, 9087, 7336, 10681, 7486, 11218, 8286, 11748, 8415, 12900, 8229, 10583, 9028, 9282, 9267, 8345, 7846, 10462, 8845, 9980, 9378, 16961, 15129, 16741, 8219, 12633, 7519, 11729, 8907, 12539, 8651, 10962, 8311, 7882, 9369, 7489, 10199, 8135, 9458, 8255, 12453, 9134, 11681, 8388, 10419, 7952, 10879, 8815, 10607, 7992, 10544, 8477, 11179, 8938, 11092, 8079, 10546, 7613, 11131, 8111, 9801, 8195, 8871, 8959, 7847, 14011, 9994, 7436, 9294, 13706, 13212, 8928, 12547, 7591, 10314, 8262, 9517, 10610, 9221, 12476, 9362, 13848, 9649, 16972, 12400, 17155, 10332, 14393, 10008, 12761, 11305, 12715, 9325, 11385, 8931, 11581, 8973, 11598, 9569, 9701, 9616, 8375, 9593, 7920, 9400, 9485, 7850, 9709, 8017, 11088, 8322, 11271, 9140, 8790, 9460, 8512, 9902, 7551, 10815, 8686, 7738, 9376, 7803, 11354, 8540, 8450, 8950, 8143, 10542, 7920, 8864, 8463, 8121, 9994, 7899, 11014, 7451, 7666, 8590, 7851, 10563, 7815, 9065, 7875, 7787, 9484, 8024, 11104, 7985, 9276, 8258, 7994, 9343, 7746, 10171, 7799, 8331, 8752, 7906, 10453, 8121, 11220, 8543, 8106, 9384, 8265, 11398, 8060, 7981, 9432, 7882, 11395, 7933, 8547, 8980, 7992, 10577, 7724, 7250, 11003, 7803, 7769, 8974, 8187, 7800, 11675, 7990, 11489, 8606, 10985, 11504, 8406, 7945, 8458, 11346, 8363, 17284, 9486, 14384, 7511, 12487, 7854, 12246, 9501, 11937, 8174, 11173, 7631, 10995, 8863, 10895, 7690, 10878, 7562, 11163, 8457, 9807, 7966, 9709, 8204, 9721, 8857, 7423, 8668, 7587, 8937, 7974, 9700], 'WindowCenter': [4079.0, 4092.0, 4048.0, 4088.0, 4030.0, 4061.0, 4030.0, 4061.0, 4039.0, 4029.0, 4028.0, 4018.0, 4050.0, 4029.0, 4032.0, 4040.0, 4029.0, 4074.0, 4043.0, 4065.0, 4042.0, 4031.0, 4063.0, 4034.0, 4076.0, 4041.0, 4049.0, 4029.0, 4072.0, 4051.0, 4059.0, 4016.0, 4048.0, 4016.0, 4051.0, 4028.0, 4018.0, 4027.0, 4020.0, 4052.0, 4030.0, 4041.0, 4033.0, 4021.0, 4076.0, 4045.0, 4046.0, 4065.0, 4044.0, 4036.0, 4075.0, 4035.0, 4075.0, 4054.0, 4074.0, 4042.0, 4073.0, 4051.0, 4059.0, 4050.0, 4017.0, 4037.0, 4017.0, 4060.0, 4018.0, 4071.0, 4031.0, 4062.0, 4030.0, 4060.0, 4042.0, 4048.0, 4019.0, 4049.0, 4018.0, 4058.0, 4056.0, 4039.0, 4029.0, 4019.0, 4051.0, 4045.0, 4061.0, 4033.0, 4075.0, 4034.0, 4074.0, 4032.0, 4062.0, 4033.0, 4062.0, 4057.0, 4064.0, 4031.0, 4063.0, 4043.0, 4063.0, 4031.0, 4074.0, 4041.0, 4073.0, 4052.0, 4059.0, 4016.0, 4060.0, 4028.0, 4058.0, 4040.0, 4038.0, 4016.0, 4048.0, 4017.0, 4026.0, 4028.0, 4006.0, 4026.0, 4003.0, 4027.0, 4016.0, 4038.0, 4005.0, 4037.0, 4019.0, 4060.0, 4018.0, 4048.0, 4004.0, 4046.0, 4015.0, 4036.0, 4016.0, 4048.0, 4016.0, 4047.0, 4019.0, 4047.0, 4028.0, 4047.0, 4018.0, 4038.0, 4018.0, 4039.0, 4027.0, 4015.0, 4015.0, 4004.0, 4028.0, 4016.0, 4039.0, 4017.0, 4048.0, 4016.0, 4048.0, 4015.0, 4048.0, 4016.0, 4046.0, 4019.0, 4047.0, 4031.0, 4060.0, 4030.0, 4048.0, 4027.0, 4038.0, 4017.0, 4027.0, 4030.0, 4038.0, 4028.0, 4029.0, 4039.0, 4017.0, 4039.0, 4017.0, 4039.0, 4016.0, 4037.0, 4016.0, 4037.0, 4014.0, 4025.0, 4014.0, 4024.0, 4014.0, 4035.0, 4014.0, 4036.0, 4015.0, 4046.0, 4016.0, 4048.0, 4018.0, 4038.0, 4032.0, 4020.0, 4040.0, 4030.0, 4043.0, 4049.0, 4018.0, 4060.0, 4017.0, 4049.0, 4029.0, 4048.0, 4018.0, 4036.0, 4019.0, 4048.0, 4031.0, 4050.0, 4018.0, 4049.0, 4016.0, 4050.0, 4043.0, 4051.0, 4019.0, 4049.0, 4031.0, 4051.0, 4042.0, 4031.0, 4030.0, 4021.0, 4043.0, 4032.0, 4042.0, 4030.0, 4039.0, 4031.0, 4051.0, 4029.0, 4050.0, 4019.0, 4047.0, 4015.0, 4060.0, 4027.0, 4060.0, 4027.0, 4051.0, 4029.0, 4032.0, 4053.0, 4033.0, 4031.0, 4063.0, 4045.0, 4072.0, 4050.0, 4071.0, 4026.0, 4056.0, 4014.0, 4043.0, 4024.0, 4003.0, 4012.0, 4013.0, 4036.0, 4018.0, 4047.0, 4016.0, 4049.0, 4029.0, 4039.0, 4030.0, 4039.0, 4043.0, 4040.0, 4031.0, 4073.0, 4018.0, 4049.0, 4028.0, 4038.0, 4018.0, 4027.0, 4015.0, 4052.0, 4018.0, 4036.0, 4018.0, 4040.0, 4018.0, 4038.0, 4028.0, 4049.0, 4019.0, 4061.0, 4028.0, 4048.0, 4029.0, 4048.0, 4027.0, 4060.0, 4028.0, 4047.0, 4028.0, 4037.0, 4040.0, 4017.0, 4026.0, 4017.0, 4038.0, 4018.0, 4059.0, 4016.0, 4045.0, 4027.0, 4047.0, 4028.0, 4049.0, 4016.0, 4048.0, 4015.0, 4048.0, 4017.0, 4047.0, 4030.0, 4049.0, 4041.0, 4037.0, 4016.0, 4041.0, 4028.0, 4027.0, 4040.0, 4026.0, 4025.0, 4004.0, 4038.0, 4014.0, 4045.0, 4025.0, 4069.0, 4014.0, 4025.0, 4025.0, 4026.0, 4013.0, 4015.0, 4025.0, 4003.0, 4013.0, 4003.0, 4012.0, 4041.0, 4010.0, 4020.0, 3999.0, 4000.0, 4008.0, 4000.0, 4022.0, 4014.0, 4046.0, 4014.0, 4014.0, 4014.0, 4014.0, 4032.0, 4014.0, 4035.0, 4025.0, 4030.0, 4045.0, 3999.0, 4032.0, 4011.0, 4032.0, 4014.0, 4033.0, 4002.0, 4021.0, 4000.0, 4034.0, 4013.0, 4032.0, 4015.0, 4035.0, 4026.0, 4046.0, 4015.0, 4034.0, 4016.0, 4045.0, 4030.0, 4047.0, 4026.0, 4034.0, 4026.0, 4034.0, 4029.0, 4015.0, 4017.0, 4007.0, 4028.0, 4015.0, 4039.0, 4028.0, 4049.0, 4027.0, 4047.0, 4030.0, 4048.0, 4029.0, 4048.0, 4028.0, 4038.0, 4017.0, 4047.0, 4012.0, 4046.0, 4014.0, 4025.0, 4004.0, 4003.0, 4015.0, 4014.0, 4027.0, 4017.0, 4026.0, 4016.0, 4027.0, 4019.0, 4050.0, 4016.0, 4036.0, 4028.0, 4016.0, 4070.0, 4016.0, 4047.0, 4029.0, 4046.0, 4030.0, 4062.0, 4033.0, 4037.0, 4015.0, 4027.0, 4029.0, 4020.0, 4038.0, 4027.0, 4008.0, 4050.0, 4072.0, 4051.0, 4049.0, 4016.0, 4037.0, 4014.0, 4013.0, 4015.0, 3995.0, 4024.0, 4006.0, 4025.0, 4019.0, 4038.0, 4006.0, 4046.0, 4015.0, 4047.0, 4029.0, 4049.0, 4026.0, 4027.0, 4028.0, 4036.0, 4026.0, 4004.0, 4025.0, 4002.0, 4024.0, 4014.0, 4024.0, 4002.0, 4033.0, 4013.0, 4035.0, 4016.0, 4034.0, 4027.0, 4015.0, 4026.0, 4005.0, 4038.0, 4025.0, 4028.0, 4003.0, 4027.0, 4036.0, 4025.0, 4046.0, 4028.0, 4033.0, 4015.0, 4033.0, 4013.0, 4032.0, 4028.0, 4037.0, 4015.0, 4024.0, 4015.0, 4026.0, 4027.0, 4007.0, 4027.0, 4021.0, 4051.0, 4035.0, 4062.0, 4042.0, 4063.0, 4031.0, 4052.0, 4056.0, 4050.0, 4019.0, 4050.0, 4019.0, 4050.0, 4030.0, 4050.0, 4030.0, 4048.0, 4028.0, 4038.0, 4029.0, 4026.0, 4026.0, 4026.0, 4026.0, 4016.0, 4025.0, 4014.0, 4034.0, 4006.0, 4046.0, 4016.0, 4035.0, 4026.0, 4046.0, 4015.0, 4046.0, 4026.0, 4034.0, 4012.0, 4033.0, 4014.0, 4022.0, 4010.0, 3999.0, 4011.0, 3999.0, 4024.0, 4001.0, 4011.0, 4001.0, 4023.0, 4003.0, 4033.0, 4003.0, 4035.0, 4016.0, 4025.0, 4037.0, 4017.0, 4050.0, 4042.0, 4049.0, 4041.0, 4009.0, 4027.0, 4018.0, 4039.0, 4007.0, 4049.0, 4017.0, 4047.0, 4029.0, 4049.0, 4028.0, 4006.0, 4026.0, 4007.0, 4051.0, 4019.0, 4051.0, 4029.0, 4005.0, 4016.0, 4004.0, 4049.0, 4028.0, 4048.0, 4027.0, 4016.0, 4013.0, 4004.0, 4025.0, 3994.0, 4037.0, 4005.0, 4043.0, 4027.0, 4027.0, 4014.0, 4015.0, 4027.0, 4015.0, 4027.0, 4046.0, 4014.0, 4046.0, 4005.0, 4023.0, 3992.0, 4013.0, 3992.0, 4024.0, 4003.0, 4025.0, 3994.0, 4024.0, 3993.0, 4025.0, 4004.0, 4037.0, 4006.0, 4037.0, 4017.0, 4024.0, 4003.0, 4037.0, 4017.0, 4028.0, 4030.0, 4018.0, 4028.0, 4020.0, 4051.0, 4007.0, 4050.0, 4030.0, 4051.0, 4030.0, 4063.0, 4029.0, 4038.0, 4027.0, 4044.0, 4040.0, 4031.0, 4030.0, 4052.0, 4041.0, 4040.0, 4041.0, 4073.0, 4071.0, 4056.0, 4001.0, 4035.0, 3994.0, 4034.0, 4013.0, 4044.0, 4013.0, 4020.0, 4013.0, 4012.0, 4024.0, 4004.0, 4037.0, 4016.0, 4039.0, 4028.0, 4048.0, 4028.0, 4049.0, 4015.0, 4035.0, 4016.0, 4037.0, 4028.0, 4035.0, 4004.0, 4034.0, 4027.0, 4035.0, 4028.0, 4037.0, 4016.0, 4036.0, 4005.0, 4049.0, 4018.0, 4036.0, 4028.0, 4028.0, 4013.0, 4004.0, 4060.0, 4027.0, 4007.0, 4028.0, 4060.0, 4045.0, 4014.0, 4034.0, 4003.0, 4025.0, 4003.0, 4024.0, 4022.0, 4014.0, 4031.0, 4012.0, 4031.0, 4014.0, 4040.0, 4018.0, 4038.0, 3994.0, 4014.0, 3991.0, 4014.0, 4004.0, 4002.0, 3980.0, 3989.0, 3981.0, 4000.0, 3984.0, 4002.0, 3991.0, 3990.0, 3992.0, 3983.0, 3994.0, 3984.0, 3994.0, 4008.0, 3985.0, 4008.0, 3998.0, 4020.0, 4000.0, 4020.0, 4009.0, 4012.0, 4009.0, 4000.0, 4010.0, 3990.0, 4021.0, 4012.0, 4001.0, 4024.0, 4002.0, 4033.0, 4013.0, 4015.0, 4014.0, 4015.0, 4035.0, 4003.0, 4011.0, 4012.0, 4015.0, 4025.0, 4016.0, 4036.0, 4003.0, 4004.0, 4015.0, 4015.0, 4036.0, 4006.0, 4025.0, 4016.0, 4019.0, 4040.0, 4031.0, 4050.0, 4031.0, 4040.0, 4028.0, 4016.0, 4039.0, 4018.0, 4049.0, 4031.0, 4031.0, 4042.0, 4032.0, 4051.0, 4031.0, 4064.0, 4032.0, 4030.0, 4040.0, 4029.0, 4063.0, 4019.0, 4028.0, 4040.0, 4018.0, 4050.0, 4020.0, 4030.0, 4043.0, 4020.0, 4050.0, 4017.0, 4007.0, 4051.0, 4032.0, 4035.0, 4044.0, 4044.0, 4046.0, 4066.0, 4034.0, 4065.0, 4031.0, 4051.0, 4051.0, 4018.0, 4018.0, 4018.0, 4050.0, 4017.0, 4071.0, 4028.0, 4056.0, 3993.0, 4045.0, 4004.0, 4034.0, 4027.0, 4045.0, 4013.0, 4035.0, 4004.0, 4023.0, 4026.0, 4034.0, 4003.0, 4033.0, 4006.0, 4034.0, 4018.0, 4024.0, 4004.0, 4024.0, 4017.0, 4024.0, 4015.0, 4003.0, 4014.0, 4004.0, 4015.0, 4016.0, 4039.0], 'WindowWidth': [9096.0, 9101.0, 9031.0, 9084.0, 8993.0, 9032.0, 8991.0, 9033.0, 9004.0, 8985.0, 8983.0, 8971.0, 9018.0, 8989.0, 8993.0, 9001.0, 8989.0, 9054.0, 9011.0, 9044.0, 9008.0, 8992.0, 9038.0, 8999.0, 9060.0, 9005.0, 9013.0, 8986.0, 9052.0, 9019.0, 9027.0, 8962.0, 9009.0, 8964.0, 9018.0, 8984.0, 8970.0, 8981.0, 8974.0, 9021.0, 8989.0, 9005.0, 9001.0, 8978.0, 9062.0, 9017.0, 9019.0, 9046.0, 9015.0, 9005.0, 9058.0, 9002.0, 9061.0, 9028.0, 9059.0, 9007.0, 9053.0, 9017.0, 9029.0, 9016.0, 8966.0, 8992.0, 8968.0, 9028.0, 8971.0, 9048.0, 8995.0, 9036.0, 8988.0, 9031.0, 9010.0, 9011.0, 8971.0, 9011.0, 8968.0, 9026.0, 9034.0, 9000.0, 8988.0, 8974.0, 9021.0, 9020.0, 9032.0, 8998.0, 9059.0, 9003.0, 9056.0, 8997.0, 9037.0, 8997.0, 9033.0, 9039.0, 9042.0, 8995.0, 9039.0, 9011.0, 9039.0, 8992.0, 9057.0, 9006.0, 9051.0, 9022.0, 9029.0, 8965.0, 9032.0, 8983.0, 9024.0, 9002.0, 8995.0, 8963.0, 9010.0, 8965.0, 8976.0, 8982.0, 8949.0, 8976.0, 8943.0, 8977.0, 8961.0, 8995.0, 8947.0, 8991.0, 8973.0, 9031.0, 8968.0, 9012.0, 8946.0, 9003.0, 8962.0, 8989.0, 8966.0, 9009.0, 8964.0, 9006.0, 8970.0, 9007.0, 8986.0, 9008.0, 8969.0, 8996.0, 8970.0, 8999.0, 8980.0, 8962.0, 8961.0, 8946.0, 8982.0, 8963.0, 8999.0, 8968.0, 9009.0, 8964.0, 9009.0, 8962.0, 9011.0, 8964.0, 9004.0, 8971.0, 9006.0, 8993.0, 9029.0, 8988.0, 9009.0, 8979.0, 8997.0, 8968.0, 8980.0, 8988.0, 8998.0, 8981.0, 8985.0, 8998.0, 8966.0, 9000.0, 8966.0, 8998.0, 8964.0, 8994.0, 8964.0, 8993.0, 8957.0, 8974.0, 8957.0, 8973.0, 8957.0, 8987.0, 8959.0, 8990.0, 8960.0, 9004.0, 8963.0, 9009.0, 8970.0, 8998.0, 8994.0, 8976.0, 9003.0, 8989.0, 9011.0, 9017.0, 8968.0, 9029.0, 8969.0, 9011.0, 8985.0, 9008.0, 8968.0, 8991.0, 8972.0, 9010.0, 8990.0, 9015.0, 8969.0, 9010.0, 8966.0, 9017.0, 9012.0, 9017.0, 8973.0, 9015.0, 8993.0, 9019.0, 9012.0, 8991.0, 8990.0, 8980.0, 9008.0, 8993.0, 9009.0, 8986.0, 8998.0, 8992.0, 9020.0, 8988.0, 9014.0, 8971.0, 9008.0, 8963.0, 9030.0, 8982.0, 9031.0, 8982.0, 9019.0, 8990.0, 8995.0, 9024.0, 8999.0, 8995.0, 9037.0, 9015.0, 9054.0, 9017.0, 9051.0, 8975.0, 9020.0, 8957.0, 8998.0, 8969.0, 8940.0, 8953.0, 8956.0, 8989.0, 8969.0, 9008.0, 8967.0, 9014.0, 8985.0, 8998.0, 8989.0, 9001.0, 9010.0, 9004.0, 8991.0, 9054.0, 8969.0, 9013.0, 8984.0, 8998.0, 8968.0, 8979.0, 8961.0, 9021.0, 8969.0, 8992.0, 8970.0, 9000.0, 8970.0, 8996.0, 8983.0, 9014.0, 8971.0, 9031.0, 8984.0, 9009.0, 8987.0, 9011.0, 8981.0, 9028.0, 8981.0, 9008.0, 8983.0, 8993.0, 9001.0, 8967.0, 8977.0, 8964.0, 8998.0, 8969.0, 9027.0, 8965.0, 9001.0, 8980.0, 9006.0, 8985.0, 9013.0, 8964.0, 9011.0, 8964.0, 9011.0, 8968.0, 9008.0, 8989.0, 9013.0, 9007.0, 8995.0, 8964.0, 9006.0, 8984.0, 8981.0, 9002.0, 8978.0, 8974.0, 8946.0, 8995.0, 8958.0, 9004.0, 8976.0, 9045.0, 8959.0, 8975.0, 8978.0, 8979.0, 8957.0, 8963.0, 8976.0, 8939.0, 8955.0, 8942.0, 8952.0, 8996.0, 8946.0, 8959.0, 8929.0, 8932.0, 8942.0, 8929.0, 8965.0, 8957.0, 9007.0, 8958.0, 8959.0, 8958.0, 8957.0, 8982.0, 8957.0, 8988.0, 8972.0, 8987.0, 9002.0, 8930.0, 8984.0, 8952.0, 8979.0, 8957.0, 8983.0, 8940.0, 8963.0, 8934.0, 8984.0, 8955.0, 8980.0, 8961.0, 8989.0, 8979.0, 9003.0, 8962.0, 8986.0, 8965.0, 9001.0, 8988.0, 9009.0, 8979.0, 8986.0, 8976.0, 8988.0, 8988.0, 8962.0, 8965.0, 8955.0, 8982.0, 8962.0, 8998.0, 8985.0, 9013.0, 8981.0, 9009.0, 8989.0, 9013.0, 8984.0, 9012.0, 8981.0, 8997.0, 8966.0, 9007.0, 8956.0, 9005.0, 8958.0, 8972.0, 8944.0, 8943.0, 8959.0, 8958.0, 8979.0, 8964.0, 8977.0, 8966.0, 8981.0, 8972.0, 9017.0, 8963.0, 8993.0, 8985.0, 8963.0, 9048.0, 8965.0, 9012.0, 8986.0, 9005.0, 8991.0, 9035.0, 8996.0, 8989.0, 8957.0, 8976.0, 8982.0, 8972.0, 8995.0, 8978.0, 8954.0, 9014.0, 9052.0, 9015.0, 9013.0, 8960.0, 8990.0, 8956.0, 8954.0, 8959.0, 8931.0, 8970.0, 8949.0, 8971.0, 8969.0, 8996.0, 8948.0, 9001.0, 8958.0, 9004.0, 8984.0, 9011.0, 8977.0, 8977.0, 8981.0, 8987.0, 8975.0, 8942.0, 8971.0, 8939.0, 8970.0, 8956.0, 8968.0, 8938.0, 8981.0, 8953.0, 8987.0, 8961.0, 8985.0, 8979.0, 8961.0, 8976.0, 8947.0, 8996.0, 8972.0, 8981.0, 8941.0, 8974.0, 8991.0, 8972.0, 9005.0, 8981.0, 8984.0, 8956.0, 8981.0, 8953.0, 8978.0, 8983.0, 8990.0, 8958.0, 8973.0, 8959.0, 8974.0, 8978.0, 8952.0, 8979.0, 8978.0, 9019.0, 9003.0, 9036.0, 9007.0, 9036.0, 8991.0, 9021.0, 9033.0, 9018.0, 8969.0, 9015.0, 8969.0, 9013.0, 8987.0, 9012.0, 8985.0, 9010.0, 8982.0, 8996.0, 8982.0, 8975.0, 8975.0, 8974.0, 8974.0, 8958.0, 8971.0, 8956.0, 8985.0, 8946.0, 9004.0, 8961.0, 8988.0, 8975.0, 9002.0, 8959.0, 9007.0, 8975.0, 8985.0, 8949.0, 8981.0, 8956.0, 8962.0, 8943.0, 8931.0, 8947.0, 8930.0, 8970.0, 8932.0, 8945.0, 8933.0, 8967.0, 8941.0, 8980.0, 8939.0, 8985.0, 8962.0, 8972.0, 8993.0, 8966.0, 9014.0, 9009.0, 9012.0, 9002.0, 8956.0, 8981.0, 8966.0, 8997.0, 8952.0, 9013.0, 8964.0, 9006.0, 8984.0, 9011.0, 8984.0, 8950.0, 8975.0, 8950.0, 9014.0, 8969.0, 9016.0, 8982.0, 8946.0, 8960.0, 8942.0, 9010.0, 8979.0, 9006.0, 8976.0, 8960.0, 8954.0, 8942.0, 8970.0, 8928.0, 8987.0, 8945.0, 8995.0, 8977.0, 8979.0, 8955.0, 8959.0, 8976.0, 8957.0, 8977.0, 9004.0, 8953.0, 9004.0, 8944.0, 8967.0, 8923.0, 8951.0, 8924.0, 8970.0, 8942.0, 8971.0, 8928.0, 8967.0, 8926.0, 8972.0, 8941.0, 8989.0, 8948.0, 8990.0, 8967.0, 8968.0, 8939.0, 8989.0, 8963.0, 8979.0, 8985.0, 8968.0, 8980.0, 8973.0, 9015.0, 8954.0, 9013.0, 8988.0, 9014.0, 8989.0, 9038.0, 8984.0, 8996.0, 8974.0, 9011.0, 9003.0, 8989.0, 8987.0, 9019.0, 9003.0, 9001.0, 9001.0, 9060.0, 9046.0, 9022.0, 8934.0, 8984.0, 8928.0, 8981.0, 8951.0, 8997.0, 8951.0, 8960.0, 8954.0, 8951.0, 8969.0, 8945.0, 8992.0, 8963.0, 8995.0, 8981.0, 9010.0, 8979.0, 9009.0, 8959.0, 8986.0, 8960.0, 8990.0, 8980.0, 8985.0, 8941.0, 8984.0, 8979.0, 8987.0, 8984.0, 8990.0, 8962.0, 8990.0, 8945.0, 9011.0, 8967.0, 8988.0, 8982.0, 8980.0, 8955.0, 8940.0, 9029.0, 8975.0, 8949.0, 8978.0, 9032.0, 8997.0, 8954.0, 8983.0, 8939.0, 8973.0, 8940.0, 8971.0, 8966.0, 8955.0, 8978.0, 8949.0, 8979.0, 8956.0, 8993.0, 8954.0, 8986.0, 8912.0, 8942.0, 8905.0, 8944.0, 8928.0, 8923.0, 8889.0, 8900.0, 8891.0, 8917.0, 8899.0, 8922.0, 8907.0, 8905.0, 8910.0, 8896.0, 8915.0, 8904.0, 8915.0, 8937.0, 8906.0, 8940.0, 8925.0, 8959.0, 8931.0, 8959.0, 8943.0, 8950.0, 8943.0, 8931.0, 8944.0, 8916.0, 8962.0, 8950.0, 8934.0, 8968.0, 8937.0, 8980.0, 8954.0, 8957.0, 8957.0, 8961.0, 8987.0, 8940.0, 8950.0, 8952.0, 8960.0, 8972.0, 8961.0, 8989.0, 8942.0, 8944.0, 8959.0, 8957.0, 8989.0, 8949.0, 8975.0, 8962.0, 8973.0, 9002.0, 8989.0, 9016.0, 8989.0, 9001.0, 8983.0, 8963.0, 8999.0, 8968.0, 9011.0, 8993.0, 8990.0, 9008.0, 8992.0, 9017.0, 8992.0, 9040.0, 8992.0, 8988.0, 9001.0, 8983.0, 9037.0, 8971.0, 8984.0, 9000.0, 8966.0, 9015.0, 8973.0, 8987.0, 9009.0, 8971.0, 9013.0, 8965.0, 8949.0, 9018.0, 8995.0, 9001.0, 9012.0, 9014.0, 9019.0, 9044.0, 8998.0, 9044.0, 8988.0, 9016.0, 9013.0, 8968.0, 8966.0, 8969.0, 9012.0, 8963.0, 9052.0, 8978.0, 9020.0, 8926.0, 9001.0, 8942.0, 8985.0, 8978.0, 9002.0, 8952.0, 8986.0, 8942.0, 8966.0, 8975.0, 8982.0, 8939.0, 8981.0, 8946.0, 8984.0, 8966.0, 8969.0, 8942.0, 8972.0, 8966.0, 8969.0, 8958.0, 8940.0, 8955.0, 8944.0, 8957.0, 8960.0, 8996.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.001237049368541906</td></tr>
<tr><td colspan=3>aqi</td><td>0.030211639494833523</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.4755672191954</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.270306550574711</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9961620890689652</td></tr>
<tr><td colspan=3>efc</td><td>0.5297</td></tr>
<tr><td colspan=3>fber</td><td>3820.9133</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09995006044739692</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>44</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.051664753157291</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.533092381243167</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3625205800367564</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7864195699302168</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.450336993762529</td></tr>
<tr><td colspan=3>gcor</td><td>0.0147704</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01674536056816578</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.041129328310489655</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.347680273533822</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>19.8128</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.1114</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>202.9672</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>283540.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>962.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>378.6143</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6042</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>473.4265</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3162.7775</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3273.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>93004.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1426.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4085.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>752.8112</td></tr>
<tr><td colspan=3>tsnr</td><td>35.454805960762314</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>