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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0041/ses-04/func/sub-0041_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>4f9a0247e155bfa0b8abbaf88583e996</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>16:09:21.345000</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.999852, -0.0171893, 0.000972382, 0.0171033, 0.998149, 0.0583565]</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_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.103977</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7767, -7244, 441, -53, -235, -19, 81]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.825</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a4c4f391-dc05-483d-a052-2eee5bd28525||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.6825292110443115, 0.04588695243000984, 0.005328970029950142, 110.12684631347656], [0.04611774533987045, 2.677961587905884, 0.15749430656433105, -99.40980529785156], [0.002608830574899912, -0.15656624734401703, 2.69539737701416, -49.91384506225586], [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': ['160921.345000', '160921.805000', '160922.265000', '160922.725000', '160923.185000', '160923.645000', '160924.105000', '160924.565000', '160925.025000', '160925.485000', '160925.945000', '160926.405000', '160926.865000', '160927.325000', '160927.785000', '160928.245000', '160928.705000', '160929.165000', '160929.625000', '160930.085000', '160930.545000', '160931.005000', '160931.465000', '160931.925000', '160932.385000', '160932.845000', '160933.305000', '160933.765000', '160934.225000', '160934.685000', '160935.145000', '160935.605000', '160936.065000', '160936.525000', '160936.985000', '160937.445000', '160937.905000', '160938.365000', '160938.825000', '160939.285000', '160939.745000', '160940.205000', '160940.665000', '160941.125000', '160941.585000', '160942.045000', '160942.505000', '160942.965000', '160943.425000', '160943.885000', '160944.345000', '160944.805000', '160945.265000', '160945.725000', '160946.185000', '160946.645000', '160947.105000', '160947.565000', '160948.025000', '160948.485000', '160948.945000', '160949.405000', '160949.865000', '160950.325000', '160950.785000', '160951.245000', '160951.705000', '160952.165000', '160952.625000', '160953.085000', '160953.545000', '160954.005000', '160954.465000', '160954.925000', '160955.385000', '160955.845000', '160956.305000', '160956.765000', '160957.225000', '160957.685000', '160958.145000', '160958.605000', '160959.065000', '160959.525000', '160959.985000', '161000.445000', '161000.905000', '161001.365000', '161001.825000', '161002.285000', '161002.745000', '161003.205000', '161003.665000', '161004.125000', '161004.585000', '161005.045000', '161005.505000', '161005.965000', '161006.425000', '161006.885000', '161007.345000', '161007.805000', '161008.265000', '161008.725000', '161009.185000', '161009.645000', '161010.105000', '161010.565000', '161011.025000', '161011.485000', '161011.945000', '161012.405000', '161012.865000', '161013.325000', '161013.785000', '161014.245000', '161014.705000', '161015.165000', '161015.625000', '161016.085000', '161016.545000', '161017.005000', '161017.465000', '161017.925000', '161018.385000', '161018.845000', '161019.305000', '161019.765000', '161020.225000', '161020.685000', '161021.145000', '161021.605000', '161022.065000', '161022.525000', '161022.985000', '161023.445000', '161023.905000', '161024.365000', '161024.825000', '161025.285000', '161025.745000', '161026.205000', '161026.665000', '161027.125000', '161027.585000', '161028.045000', '161028.505000', '161028.965000', '161029.425000', '161029.885000', '161030.345000', '161030.805000', '161031.265000', '161031.725000', '161032.185000', '161032.645000', '161033.105000', '161033.565000', '161034.025000', '161034.485000', '161034.945000', '161035.405000', '161035.865000', '161036.325000', '161036.785000', '161037.245000', '161037.705000', '161038.165000', '161038.625000', '161039.085000', '161039.545000', '161040.005000', '161040.465000', '161040.925000', '161041.385000', '161041.845000', '161042.305000', '161042.765000', '161043.225000', '161043.685000', '161044.145000', '161044.605000', '161045.065000', '161045.525000', '161045.985000', '161046.445000', '161046.905000', '161047.365000', '161047.825000', '161048.285000', '161048.745000', '161049.205000', '161049.665000', '161050.125000', '161050.585000', '161051.045000', '161051.505000', '161051.965000', '161052.425000', '161052.885000', '161053.345000', '161053.805000', '161054.265000', '161054.725000', '161055.185000', '161055.645000', '161056.105000', '161056.565000', '161057.025000', '161057.485000', '161057.945000', '161058.405000', '161058.865000', '161059.325000', '161059.785000', '161100.245000', '161100.705000', '161101.165000', '161101.625000', '161102.085000', '161102.545000', '161103.005000', '161103.465000', '161103.925000', '161104.385000', '161104.845000', '161105.305000', '161105.765000', '161106.225000', '161106.685000', '161107.145000', '161107.605000', '161108.065000', '161108.525000', '161108.985000', '161109.445000', '161109.905000', '161110.365000', '161110.825000', '161111.285000', '161111.745000', '161112.205000', '161112.665000', '161113.125000', '161113.585000', '161114.045000', '161114.505000', '161114.965000', '161115.425000', '161115.885000', '161116.345000', '161116.805000', '161117.265000', '161117.725000', '161118.185000', '161118.645000', '161119.105000', '161119.565000', '161120.025000', '161120.485000', '161120.945000', '161121.405000', '161121.865000', '161122.325000', '161122.785000', '161123.245000', '161123.705000', '161124.165000', '161124.625000', '161125.085000', '161125.545000', '161126.005000', '161126.465000', '161126.925000', '161127.385000', '161127.845000', '161128.305000', '161128.765000', '161129.225000', '161129.685000', '161130.145000', '161130.605000', '161131.065000', '161131.525000', '161131.985000', '161132.445000', '161132.905000', '161133.365000', '161133.825000', '161134.285000', '161134.745000', '161135.205000', '161135.665000', '161136.125000', '161136.585000', '161137.045000', '161137.505000', '161137.965000', '161138.425000', '161138.885000', '161139.345000', '161139.805000', '161140.265000', '161140.725000', '161141.185000', '161141.645000', '161142.105000', '161142.565000', '161143.025000', '161143.485000', '161143.945000', '161144.405000', '161144.865000', '161145.325000', '161145.785000', '161146.245000', '161146.705000', '161147.165000', '161147.625000', '161148.085000', '161148.545000', '161149.005000', '161149.465000', '161149.925000', '161150.385000', '161150.845000', '161151.305000', '161151.765000', '161152.225000', '161152.685000', '161153.145000', '161153.605000', '161154.065000', '161154.525000', '161154.985000', '161155.445000', '161155.905000', '161156.365000', '161156.825000', '161157.285000', '161157.745000', '161158.205000', '161158.665000', '161159.125000', '161159.585000', '161200.045000', '161200.505000', '161200.965000', '161201.425000', '161201.885000', '161202.345000', '161202.805000', '161203.265000', '161203.725000', '161204.185000', '161204.645000', '161205.105000', '161205.565000', '161206.025000', '161206.485000', '161206.945000', '161207.405000', '161207.865000', '161208.325000', '161208.785000', '161209.245000', '161209.705000', '161210.165000', '161210.625000', '161211.085000', '161211.545000', '161212.005000', '161212.465000', '161212.925000', '161213.385000', '161213.845000', '161214.305000', '161214.765000', '161215.225000', '161215.685000', '161216.145000', '161216.605000', '161217.065000', '161217.525000', '161217.985000', '161218.445000', '161218.905000', '161219.365000', '161219.825000', '161220.285000', '161220.745000', '161221.205000', '161221.665000', '161222.125000', '161222.585000', '161223.045000', '161223.505000', '161223.965000', '161224.425000', '161224.885000', '161225.345000', '161225.805000', '161226.265000', '161226.725000', '161227.185000', '161227.645000', '161228.105000', '161228.565000', '161229.025000', '161229.485000', '161229.945000', '161230.405000', '161230.865000', '161231.325000', '161231.785000', '161232.245000', '161232.705000', '161233.165000', '161233.625000', '161234.085000', '161234.545000', '161235.005000', '161235.465000', '161235.925000', '161236.385000', '161236.845000', '161237.305000', '161237.765000', '161238.225000', '161238.685000', '161239.145000', '161239.605000', '161240.065000', '161240.525000', '161240.985000', '161241.445000', '161241.905000', '161242.365000', '161242.825000', '161243.285000', '161243.745000', '161244.205000', '161244.665000', '161245.125000', '161245.585000', '161246.045000', '161246.505000', '161246.965000', '161247.425000', '161247.885000', '161248.345000', '161248.805000', '161249.265000', '161249.725000', '161250.185000', '161250.645000', '161251.105000', '161251.565000', '161252.025000', '161252.485000', '161252.945000', '161253.405000', '161253.865000', '161254.325000', '161254.785000', '161255.245000', '161255.705000', '161256.165000', '161256.625000', '161257.085000', '161257.545000', '161258.005000', '161258.465000', '161258.925000', '161259.385000', '161259.845000', '161300.305000', '161300.765000', '161301.225000', '161301.685000', '161302.145000', '161302.605000', '161303.065000', '161303.525000', '161303.985000', '161304.445000', '161304.905000', '161305.365000', '161305.825000', '161306.285000', '161306.745000', '161307.205000', '161307.665000', '161308.125000', '161308.585000', '161309.045000', '161309.505000', '161309.965000', '161310.425000', '161310.885000', '161311.345000', '161311.805000', '161312.265000', '161312.725000', '161313.185000', '161313.645000', '161314.105000', '161314.565000', '161315.025000', '161315.485000', '161315.945000', '161316.405000', '161316.865000', '161317.325000', '161317.785000', '161318.245000', '161318.705000', '161319.165000', '161319.625000', '161320.085000', '161320.545000', '161321.005000', '161321.465000', '161321.925000', '161322.385000', '161322.845000', '161323.305000', '161323.765000', '161324.225000', '161324.685000', '161325.145000', '161325.605000', '161326.065000', '161326.525000', '161326.985000', '161327.445000', '161327.905000', '161328.365000', '161328.825000', '161329.285000', '161329.745000', '161330.205000', '161330.665000', '161331.125000', '161331.585000', '161332.045000', '161332.505000', '161332.965000', '161333.425000', '161333.885000', '161334.345000', '161334.805000', '161335.265000', '161335.725000', '161336.185000', '161336.645000', '161337.105000', '161337.565000', '161338.025000', '161338.485000', '161338.945000', '161339.405000', '161339.865000', '161340.325000', '161340.785000', '161341.245000', '161341.705000', '161342.165000', '161342.625000', '161343.085000', '161343.545000', '161344.005000', '161344.465000', '161344.925000', '161345.385000', '161345.845000', '161346.305000', '161346.765000', '161347.225000', '161347.685000', '161348.145000', '161348.605000', '161349.065000', '161349.525000', '161349.985000', '161350.445000', '161350.905000', '161351.365000', '161351.825000', '161352.285000', '161352.745000', '161353.205000', '161353.665000', '161354.125000', '161354.585000', '161355.045000', '161355.505000', '161355.965000', '161356.425000', '161356.885000', '161357.345000', '161357.805000', '161358.265000', '161358.725000', '161359.185000', '161359.645000', '161400.105000', '161400.565000', '161401.025000', '161401.485000', '161401.945000', '161402.405000', '161402.865000', '161403.325000', '161403.785000', '161404.245000', '161404.705000', '161405.165000', '161405.625000', '161406.085000', '161406.545000', '161407.005000', '161407.465000', '161407.925000', '161408.385000', '161408.845000', '161409.305000', '161409.765000', '161410.225000', '161410.685000', '161411.145000', '161411.605000', '161412.065000', '161412.525000', '161412.985000', '161413.445000', '161413.905000', '161414.365000', '161414.825000', '161415.285000', '161415.745000', '161416.205000', '161416.665000', '161417.125000', '161417.585000', '161418.045000', '161418.505000', '161418.965000', '161419.425000', '161419.885000', '161420.345000', '161420.805000', '161421.265000', '161421.725000', '161422.185000', '161422.645000', '161423.105000', '161423.565000', '161424.025000', '161424.485000', '161424.945000', '161425.405000', '161425.865000', '161426.325000', '161426.785000', '161427.245000', '161427.705000', '161428.165000', '161428.625000', '161429.085000', '161429.545000', '161430.005000', '161430.465000', '161430.925000', '161431.385000', '161431.845000', '161432.305000', '161432.765000', '161433.225000', '161433.685000', '161434.145000', '161434.605000', '161435.065000', '161435.525000', '161435.985000', '161436.445000', '161436.905000', '161437.365000', '161437.825000', '161438.285000', '161438.745000', '161439.205000', '161439.665000', '161440.125000', '161440.585000', '161441.045000', '161441.505000', '161441.965000', '161442.425000', '161442.885000', '161443.345000', '161443.805000', '161444.265000', '161444.725000', '161445.185000', '161445.645000', '161446.105000', '161446.565000', '161447.025000', '161447.485000', '161447.945000', '161448.405000', '161448.865000', '161449.325000', '161449.785000', '161450.245000', '161450.705000', '161451.165000', '161451.625000', '161452.085000', '161452.545000', '161453.005000', '161453.465000', '161453.925000', '161454.385000', '161454.845000', '161455.305000', '161455.765000', '161456.225000', '161456.685000', '161457.145000', '161457.605000', '161458.065000', '161458.525000', '161458.985000', '161459.445000', '161459.905000', '161500.365000', '161500.825000', '161501.285000', '161501.745000', '161502.205000', '161502.665000', '161503.125000', '161503.585000', '161504.045000', '161504.505000', '161504.965000', '161505.425000', '161505.885000', '161506.345000', '161506.805000', '161507.265000', '161507.725000', '161508.185000', '161508.645000', '161509.105000', '161509.565000', '161510.025000', '161510.485000', '161510.945000', '161511.405000', '161511.865000', '161512.325000', '161512.785000', '161513.245000', '161513.705000', '161514.165000', '161514.625000', '161515.085000', '161515.545000', '161516.005000', '161516.465000', '161516.925000', '161517.385000', '161517.845000', '161518.305000', '161518.765000', '161519.225000', '161519.685000', '161520.145000', '161520.605000', '161521.065000', '161521.525000', '161521.985000', '161522.445000', '161522.905000', '161523.365000', '161523.825000', '161524.285000', '161524.745000', '161525.205000', '161525.665000', '161526.125000', '161526.585000', '161527.045000', '161527.505000', '161527.965000', '161528.425000', '161528.885000', '161529.345000', '161529.805000', '161530.265000', '161530.725000', '161531.185000', '161531.645000', '161532.105000', '161532.565000', '161533.025000', '161533.485000', '161533.945000', '161534.405000', '161534.865000', '161535.325000', '161535.785000', '161536.245000', '161536.705000', '161537.165000', '161537.625000', '161538.085000', '161538.545000', '161539.005000', '161539.465000', '161539.925000', '161540.385000', '161540.845000', '161541.305000', '161541.765000', '161542.225000', '161542.685000', '161543.145000', '161543.605000', '161544.065000', '161544.525000', '161544.985000', '161545.445000', '161545.905000', '161546.365000', '161546.825000', '161547.285000', '161547.745000', '161548.205000', '161548.665000', '161549.125000', '161549.585000', '161550.045000', '161550.505000', '161550.965000', '161551.425000', '161551.885000', '161552.345000', '161552.805000', '161553.265000', '161553.725000', '161554.185000', '161554.645000', '161555.105000', '161555.565000', '161556.025000', '161556.485000', '161556.945000', '161557.405000', '161557.865000', '161558.325000', '161558.785000', '161559.245000', '161559.705000', '161600.165000', '161600.625000', '161601.085000', '161601.545000', '161602.005000'], 'ContentTime': ['160932.908000', '160932.912000', '160932.915000', '160932.918000', '160932.920000', '160932.923000', '160932.925000', '160932.928000', '160932.931000', '160932.933000', '160932.936000', '160932.938000', '160932.941000', '160932.948000', '160932.951000', '160932.954000', '160932.956000', '160932.959000', '160932.965000', '160932.967000', '160932.970000', '160932.972000', '160932.975000', '160952.859000', '160952.862000', '160952.865000', '160952.867000', '160952.870000', '160952.873000', '160952.875000', '160952.878000', '160952.880000', '160952.889000', '160952.891000', '160952.894000', '160952.897000', '160952.899000', '160952.902000', '160952.904000', '160952.907000', '160952.909000', '160952.912000', '160952.914000', '160952.917000', '160952.920000', '160952.922000', '160952.925000', '160952.927000', '160952.930000', '160952.932000', '160952.935000', '160952.937000', '160952.940000', '160952.943000', '160952.945000', '160952.948000', '160952.954000', '160952.956000', '160952.959000', '160952.962000', '160952.964000', '160952.967000', '160952.969000', '160952.972000', '160952.975000', '160952.977000', '161012.859000', '161012.862000', '161012.865000', '161012.867000', '161012.870000', '161012.872000', '161012.875000', '161012.878000', '161012.880000', '161012.883000', '161012.885000', '161012.888000', '161012.890000', '161012.893000', '161012.895000', '161012.898000', '161012.901000', '161012.903000', '161012.906000', '161012.909000', '161012.912000', '161012.915000', '161012.918000', '161012.920000', '161012.923000', '161012.931000', '161012.934000', '161012.936000', '161012.939000', '161012.942000', '161012.944000', '161012.947000', '161012.949000', '161012.952000', '161012.954000', '161012.957000', '161012.960000', '161012.962000', '161012.965000', '161012.967000', '161012.970000', '161012.972000', '161012.975000', '161012.978000', '161032.858000', '161032.861000', '161032.864000', '161032.866000', '161032.869000', '161032.872000', '161032.874000', '161032.877000', '161032.879000', '161032.882000', '161032.885000', '161032.887000', '161032.890000', '161032.892000', '161032.895000', '161032.898000', '161032.900000', '161032.903000', '161032.906000', '161032.908000', '161032.911000', '161032.913000', '161032.916000', '161032.918000', '161032.921000', '161032.924000', '161032.926000', '161032.929000', '161032.931000', '161032.934000', '161032.936000', '161032.939000', '161032.942000', '161032.944000', '161032.947000', '161032.949000', '161032.952000', '161032.955000', '161032.957000', '161032.960000', '161032.962000', '161032.965000', '161032.968000', '161052.858000', '161052.861000', '161052.864000', '161052.867000', '161052.869000', '161052.872000', '161052.874000', '161052.877000', '161052.880000', '161052.882000', '161052.885000', '161052.888000', '161052.891000', '161052.893000', '161052.896000', '161052.898000', '161052.901000', '161052.904000', '161052.906000', '161052.909000', '161052.911000', '161052.914000', '161052.917000', '161052.919000', '161052.922000', '161052.924000', '161052.927000', '161052.930000', '161052.932000', '161052.935000', '161052.937000', '161052.940000', '161052.943000', '161052.945000', '161052.948000', '161052.950000', '161052.953000', '161052.956000', '161052.958000', '161052.961000', '161052.963000', '161052.966000', '161052.968000', '161112.858000', '161112.861000', '161112.864000', '161112.867000', '161112.869000', '161112.872000', '161112.874000', '161112.877000', '161112.880000', '161112.882000', '161112.885000', '161112.887000', '161112.890000', '161112.893000', '161112.895000', '161112.911000', '161112.914000', '161112.917000', '161112.919000', '161112.922000', '161112.925000', '161112.927000', '161112.930000', '161112.932000', '161112.935000', '161112.938000', '161112.940000', '161112.943000', '161112.945000', '161112.948000', '161112.951000', '161112.953000', '161112.956000', '161112.958000', '161112.961000', '161112.964000', '161112.966000', '161112.969000', '161112.971000', '161112.974000', '161112.977000', '161112.979000', '161112.982000', '161112.984000', '161132.859000', '161132.862000', '161132.865000', '161132.868000', '161132.870000', '161132.873000', '161132.875000', '161132.878000', '161132.881000', '161132.883000', '161132.886000', '161132.888000', '161132.891000', '161132.893000', '161132.896000', '161132.899000', '161132.901000', '161132.904000', '161132.906000', '161132.909000', '161132.912000', '161132.914000', '161132.917000', '161132.919000', '161132.922000', '161132.926000', '161132.929000', '161132.931000', '161132.934000', '161132.937000', '161132.940000', '161132.942000', '161132.945000', '161132.947000', '161132.951000', '161132.953000', '161132.956000', '161132.959000', '161132.961000', '161132.964000', '161132.966000', '161132.969000', '161132.972000', '161152.860000', '161152.862000', '161152.865000', '161152.868000', '161152.870000', '161152.873000', '161152.876000', '161152.878000', '161152.881000', '161152.883000', '161152.886000', '161152.889000', '161152.891000', '161152.894000', '161152.896000', '161152.899000', '161152.902000', '161152.904000', '161152.907000', '161152.910000', '161152.912000', '161152.915000', '161152.917000', '161152.920000', '161152.922000', '161152.925000', '161152.928000', '161152.930000', '161152.933000', '161152.936000', '161152.938000', '161152.941000', '161152.943000', '161152.946000', '161152.949000', '161152.951000', '161152.954000', '161152.956000', '161152.959000', '161152.961000', '161152.964000', '161152.967000', '161152.969000', '161152.972000', '161212.859000', '161212.862000', '161212.865000', '161212.868000', '161212.870000', '161212.873000', '161212.875000', '161212.878000', '161212.881000', '161212.883000', '161212.886000', '161212.888000', '161212.891000', '161212.894000', '161212.896000', '161212.899000', '161212.902000', '161212.904000', '161212.907000', '161212.910000', '161212.912000', '161212.915000', '161212.917000', '161212.920000', '161212.923000', '161212.925000', '161212.928000', '161212.931000', '161212.933000', '161212.936000', '161212.939000', '161212.941000', '161212.944000', '161212.946000', '161212.949000', '161212.952000', '161212.954000', '161212.957000', '161212.959000', '161212.962000', '161212.964000', '161212.967000', '161212.970000', '161232.859000', '161232.862000', '161232.865000', '161232.868000', '161232.870000', '161232.873000', '161232.875000', '161232.878000', '161232.881000', '161232.883000', '161232.886000', '161232.888000', '161232.891000', '161232.894000', '161232.896000', '161232.899000', '161232.901000', '161232.904000', '161232.907000', '161232.909000', '161232.912000', '161232.914000', '161232.917000', '161232.919000', '161232.922000', '161232.925000', '161232.927000', '161232.930000', '161232.933000', '161232.935000', '161232.938000', '161232.940000', '161232.943000', '161232.946000', '161232.948000', '161232.951000', '161232.953000', '161232.956000', '161232.958000', '161232.961000', '161232.964000', '161232.966000', '161232.969000', '161232.971000', '161252.858000', '161252.861000', '161252.864000', '161252.867000', '161252.869000', '161252.872000', '161252.874000', '161252.877000', '161252.880000', '161252.882000', '161252.885000', '161252.888000', '161252.890000', '161252.893000', '161252.895000', '161252.898000', '161252.901000', '161252.903000', '161252.906000', '161252.908000', '161252.911000', '161252.914000', '161252.916000', '161252.919000', '161252.922000', '161252.924000', '161252.927000', '161252.929000', '161252.932000', '161252.935000', '161252.937000', '161252.940000', '161252.942000', '161252.945000', '161252.948000', '161252.950000', '161252.953000', '161252.956000', '161252.958000', '161252.961000', '161252.964000', '161252.966000', '161252.969000', '161312.859000', '161312.861000', '161312.864000', '161312.867000', '161312.869000', '161312.872000', '161312.874000', '161312.877000', '161312.879000', '161312.882000', '161312.885000', '161312.887000', '161312.890000', '161312.892000', '161312.895000', '161312.898000', '161312.901000', '161312.903000', '161312.906000', '161312.908000', '161312.911000', '161312.914000', '161312.916000', '161312.919000', '161312.921000', '161312.924000', '161312.927000', '161312.929000', '161312.932000', '161312.934000', '161312.937000', '161312.939000', '161312.942000', '161312.945000', '161312.947000', '161312.950000', '161312.952000', '161312.955000', '161312.959000', '161312.961000', '161312.964000', '161312.966000', '161312.969000', '161312.972000', '161332.858000', '161332.861000', '161332.864000', '161332.867000', '161332.869000', '161332.872000', '161332.874000', '161332.877000', '161332.879000', '161332.882000', '161332.885000', '161332.887000', '161332.890000', '161332.892000', '161332.895000', '161332.898000', '161332.900000', '161332.903000', '161332.905000', '161332.908000', '161332.910000', '161332.913000', '161332.916000', '161332.918000', '161332.921000', '161332.924000', '161332.926000', '161332.929000', '161332.931000', '161332.934000', '161332.936000', '161332.939000', '161332.942000', '161332.944000', '161332.947000', '161332.949000', '161332.952000', '161332.955000', '161332.958000', '161332.961000', '161332.964000', '161332.966000', '161332.969000', '161352.859000', '161352.862000', '161352.865000', '161352.868000', '161352.870000', '161352.873000', '161352.875000', '161352.878000', '161352.881000', '161352.883000', '161352.886000', '161352.888000', '161352.891000', '161352.894000', '161352.896000', '161352.899000', '161352.901000', '161352.904000', '161352.907000', '161352.910000', '161352.912000', '161352.915000', '161352.917000', '161352.920000', '161352.923000', '161352.925000', '161352.928000', '161352.930000', '161352.933000', '161352.936000', '161352.938000', '161352.941000', '161352.943000', '161352.946000', '161352.949000', '161352.951000', '161352.954000', '161352.956000', '161352.959000', '161352.961000', '161352.964000', '161352.967000', '161352.969000', '161352.972000', '161412.860000', '161412.862000', '161412.865000', '161412.868000', '161412.870000', '161412.873000', '161412.875000', '161412.878000', '161412.881000', '161412.883000', '161412.886000', '161412.889000', '161412.891000', '161412.894000', '161412.896000', '161412.899000', '161412.902000', '161412.904000', '161412.907000', '161412.909000', '161412.912000', '161412.946000', '161412.949000', '161412.951000', '161412.954000', '161412.957000', '161412.959000', '161412.962000', '161412.964000', '161412.967000', '161412.969000', '161412.972000', '161412.975000', '161412.977000', '161412.980000', '161412.982000', '161412.985000', '161412.988000', '161412.990000', '161412.993000', '161412.995000', '161412.998000', '161413.001000', '161432.859000', '161432.862000', '161432.865000', '161432.868000', '161432.870000', '161432.873000', '161432.876000', '161432.878000', '161432.881000', '161432.884000', '161432.886000', '161432.889000', '161432.892000', '161432.894000', '161432.897000', '161432.899000', '161432.902000', '161432.905000', '161432.907000', '161432.910000', '161432.912000', '161432.915000', '161432.918000', '161432.920000', '161432.923000', '161432.925000', '161432.928000', '161432.931000', '161432.933000', '161432.936000', '161432.939000', '161432.941000', '161432.944000', '161432.946000', '161432.949000', '161432.952000', '161432.954000', '161432.957000', '161432.959000', '161432.962000', '161432.965000', '161432.967000', '161432.970000', '161432.972000', '161452.859000', '161452.862000', '161452.865000', '161452.868000', '161452.870000', '161452.873000', '161452.875000', '161452.878000', '161452.881000', '161452.883000', '161452.886000', '161452.888000', '161452.891000', '161452.893000', '161452.896000', '161452.898000', '161452.901000', '161452.904000', '161452.906000', '161452.909000', '161452.911000', '161452.914000', '161452.917000', '161452.919000', '161452.922000', '161452.924000', '161452.927000', '161452.929000', '161452.932000', '161452.935000', '161452.937000', '161452.940000', '161452.942000', '161452.945000', '161452.947000', '161452.950000', '161452.953000', '161452.955000', '161452.958000', '161452.961000', '161452.963000', '161452.968000', '161452.970000', '161512.859000', '161512.862000', '161512.864000', '161512.867000', '161512.870000', '161512.872000', '161512.875000', '161512.878000', '161512.880000', '161512.883000', '161512.886000', '161512.888000', '161512.891000', '161512.894000', '161512.896000', '161512.899000', '161512.902000', '161512.904000', '161512.907000', '161512.909000', '161512.912000', '161512.915000', '161512.917000', '161512.920000', '161512.922000', '161512.925000', '161512.927000', '161512.930000', '161512.933000', '161512.935000', '161512.938000', '161512.941000', '161512.943000', '161512.946000', '161512.949000', '161512.951000', '161512.954000', '161512.956000', '161512.959000', '161512.961000', '161512.964000', '161512.967000', '161512.969000', '161532.858000', '161532.861000', '161532.864000', '161532.867000', '161532.869000', '161532.872000', '161532.875000', '161532.877000', '161532.880000', '161532.882000', '161532.885000', '161532.887000', '161532.890000', '161532.893000', '161532.895000', '161532.898000', '161532.900000', '161532.903000', '161532.905000', '161532.908000', '161532.911000', '161532.913000', '161532.916000', '161532.918000', '161532.921000', '161532.923000', '161532.926000', '161532.929000', '161532.931000', '161532.934000', '161532.936000', '161532.939000', '161532.942000', '161532.951000', '161532.954000', '161532.956000', '161532.959000', '161532.961000', '161532.964000', '161532.967000', '161532.969000', '161532.972000', '161532.974000', '161532.977000', '161552.858000', '161552.861000', '161552.864000', '161552.867000', '161552.869000', '161552.872000', '161552.875000', '161552.877000', '161552.880000', '161552.882000', '161552.885000', '161552.888000', '161552.891000', '161552.894000', '161552.897000', '161552.899000', '161552.902000', '161552.905000', '161552.907000', '161552.910000', '161552.912000', '161552.915000', '161552.918000', '161552.920000', '161552.923000', '161552.925000', '161552.928000', '161552.931000', '161552.933000', '161552.936000', '161552.938000', '161552.941000', '161552.944000', '161552.946000', '161552.949000', '161552.951000', '161552.954000', '161552.957000', '161552.959000', '161552.962000', '161552.964000', '161552.967000', '161552.969000', '161603.382000', '161603.385000', '161603.388000', '161603.391000', '161603.394000', '161603.397000', '161603.400000', '161603.403000', '161603.406000', '161603.409000', '161603.412000', '161603.414000', '161603.417000', '161603.420000', '161603.422000', '161603.425000', '161603.427000', '161603.430000', '161603.433000', '161603.435000', '161603.438000', '161603.440000', '161603.443000', '161603.446000'], 'InstanceCreationTime': ['160932.908000', '160932.912000', '160932.915000', '160932.918000', '160932.920000', '160932.923000', '160932.925000', '160932.928000', '160932.931000', '160932.933000', '160932.936000', '160932.938000', '160932.941000', '160932.948000', '160932.951000', '160932.954000', '160932.956000', '160932.959000', '160932.965000', '160932.967000', '160932.970000', '160932.972000', '160932.975000', '160952.859000', '160952.862000', '160952.865000', '160952.867000', '160952.870000', '160952.873000', '160952.875000', '160952.878000', '160952.880000', '160952.889000', '160952.891000', '160952.894000', '160952.897000', '160952.899000', '160952.902000', '160952.904000', '160952.907000', '160952.909000', '160952.912000', '160952.914000', '160952.917000', '160952.920000', '160952.922000', '160952.925000', '160952.927000', '160952.930000', '160952.932000', '160952.935000', '160952.937000', '160952.940000', '160952.943000', '160952.945000', '160952.948000', '160952.954000', '160952.956000', '160952.959000', '160952.962000', '160952.964000', '160952.967000', '160952.969000', '160952.972000', '160952.975000', '160952.977000', '161012.859000', '161012.862000', '161012.865000', '161012.867000', '161012.870000', '161012.872000', '161012.875000', '161012.878000', '161012.880000', '161012.883000', '161012.885000', '161012.888000', '161012.890000', '161012.893000', '161012.895000', '161012.898000', '161012.901000', '161012.903000', '161012.906000', '161012.909000', '161012.912000', '161012.915000', '161012.918000', '161012.920000', '161012.923000', '161012.931000', '161012.934000', '161012.936000', '161012.939000', '161012.942000', '161012.944000', '161012.947000', '161012.949000', '161012.952000', '161012.954000', '161012.957000', '161012.960000', '161012.962000', '161012.965000', '161012.967000', '161012.970000', '161012.972000', '161012.975000', '161012.978000', '161032.858000', '161032.861000', '161032.864000', '161032.866000', '161032.869000', '161032.872000', '161032.874000', '161032.877000', '161032.879000', '161032.882000', '161032.885000', '161032.887000', '161032.890000', '161032.892000', '161032.895000', '161032.898000', '161032.900000', '161032.903000', '161032.906000', '161032.908000', '161032.911000', '161032.913000', '161032.916000', '161032.918000', '161032.921000', '161032.924000', '161032.926000', '161032.929000', '161032.931000', '161032.934000', '161032.936000', '161032.939000', '161032.942000', '161032.944000', '161032.947000', '161032.949000', '161032.952000', '161032.955000', '161032.957000', '161032.960000', '161032.962000', '161032.965000', '161032.968000', '161052.858000', '161052.861000', '161052.864000', '161052.867000', '161052.869000', '161052.872000', '161052.874000', '161052.877000', '161052.880000', '161052.882000', '161052.885000', '161052.888000', '161052.891000', '161052.893000', '161052.896000', '161052.898000', '161052.901000', '161052.904000', '161052.906000', '161052.909000', '161052.911000', '161052.914000', '161052.917000', '161052.919000', '161052.922000', '161052.924000', '161052.927000', '161052.930000', '161052.932000', '161052.935000', '161052.937000', '161052.940000', '161052.943000', '161052.945000', '161052.948000', '161052.950000', '161052.953000', '161052.956000', '161052.958000', '161052.961000', '161052.963000', '161052.966000', '161052.968000', '161112.858000', '161112.861000', '161112.864000', '161112.867000', '161112.869000', '161112.872000', '161112.874000', '161112.877000', '161112.880000', '161112.882000', '161112.885000', '161112.887000', '161112.890000', '161112.893000', '161112.895000', '161112.911000', '161112.914000', '161112.917000', '161112.919000', '161112.922000', '161112.925000', '161112.927000', '161112.930000', '161112.932000', '161112.935000', '161112.938000', '161112.940000', '161112.943000', '161112.945000', '161112.948000', '161112.951000', '161112.953000', '161112.956000', '161112.958000', '161112.961000', '161112.964000', '161112.966000', '161112.969000', '161112.971000', '161112.974000', '161112.977000', '161112.979000', '161112.982000', '161112.984000', '161132.859000', '161132.862000', '161132.865000', '161132.868000', '161132.870000', '161132.873000', '161132.875000', '161132.878000', '161132.881000', '161132.883000', '161132.886000', '161132.888000', '161132.891000', '161132.893000', '161132.896000', '161132.899000', '161132.901000', '161132.904000', '161132.906000', '161132.909000', '161132.912000', '161132.914000', '161132.917000', '161132.919000', '161132.922000', '161132.926000', '161132.929000', '161132.931000', '161132.934000', '161132.937000', '161132.940000', '161132.942000', '161132.945000', '161132.947000', '161132.951000', '161132.953000', '161132.956000', '161132.959000', '161132.961000', '161132.964000', '161132.966000', '161132.969000', '161132.972000', '161152.860000', '161152.862000', '161152.865000', '161152.868000', '161152.870000', '161152.873000', '161152.876000', '161152.878000', '161152.881000', '161152.883000', '161152.886000', '161152.889000', '161152.891000', '161152.894000', '161152.896000', '161152.899000', '161152.902000', '161152.904000', '161152.907000', '161152.910000', '161152.912000', '161152.915000', '161152.917000', '161152.920000', '161152.922000', '161152.925000', '161152.928000', '161152.930000', '161152.933000', '161152.936000', '161152.938000', '161152.941000', '161152.943000', '161152.946000', '161152.949000', '161152.951000', '161152.954000', '161152.956000', '161152.959000', '161152.961000', '161152.964000', '161152.967000', '161152.969000', '161152.972000', '161212.859000', '161212.862000', '161212.865000', '161212.868000', '161212.870000', '161212.873000', '161212.875000', '161212.878000', '161212.881000', '161212.883000', '161212.886000', '161212.888000', '161212.891000', '161212.894000', '161212.896000', '161212.899000', '161212.902000', '161212.904000', '161212.907000', '161212.910000', '161212.912000', '161212.915000', '161212.917000', '161212.920000', '161212.923000', '161212.925000', '161212.928000', '161212.931000', '161212.933000', '161212.936000', '161212.939000', '161212.941000', '161212.944000', '161212.946000', '161212.949000', '161212.952000', '161212.954000', '161212.957000', '161212.959000', '161212.962000', '161212.964000', '161212.967000', '161212.970000', '161232.859000', '161232.862000', '161232.865000', '161232.868000', '161232.870000', '161232.873000', '161232.875000', '161232.878000', '161232.881000', '161232.883000', '161232.886000', '161232.888000', '161232.891000', '161232.894000', '161232.896000', '161232.899000', '161232.901000', '161232.904000', '161232.907000', '161232.909000', '161232.912000', '161232.914000', '161232.917000', '161232.919000', '161232.922000', '161232.925000', '161232.927000', '161232.930000', '161232.933000', '161232.935000', '161232.938000', '161232.940000', '161232.943000', '161232.946000', '161232.948000', '161232.951000', '161232.953000', '161232.956000', '161232.958000', '161232.961000', '161232.964000', '161232.966000', '161232.969000', '161232.971000', '161252.858000', '161252.861000', '161252.864000', '161252.867000', '161252.869000', '161252.872000', '161252.874000', '161252.877000', '161252.880000', '161252.882000', '161252.885000', '161252.888000', '161252.890000', '161252.893000', '161252.895000', '161252.898000', '161252.901000', '161252.903000', '161252.906000', '161252.908000', '161252.911000', '161252.914000', '161252.916000', '161252.919000', '161252.922000', '161252.924000', '161252.927000', '161252.929000', '161252.932000', '161252.935000', '161252.937000', '161252.940000', '161252.942000', '161252.945000', '161252.948000', '161252.950000', '161252.953000', '161252.956000', '161252.958000', '161252.961000', '161252.964000', '161252.966000', '161252.969000', '161312.859000', '161312.861000', '161312.864000', '161312.867000', '161312.869000', '161312.872000', '161312.874000', '161312.877000', '161312.879000', '161312.882000', '161312.885000', '161312.887000', '161312.890000', '161312.892000', '161312.895000', '161312.898000', '161312.901000', '161312.903000', '161312.906000', '161312.908000', '161312.911000', '161312.914000', '161312.916000', '161312.919000', '161312.921000', '161312.924000', '161312.927000', '161312.929000', '161312.932000', '161312.934000', '161312.937000', '161312.939000', '161312.942000', '161312.945000', '161312.947000', '161312.950000', '161312.952000', '161312.955000', '161312.959000', '161312.961000', '161312.964000', '161312.966000', '161312.969000', '161312.972000', '161332.858000', '161332.861000', '161332.864000', '161332.867000', '161332.869000', '161332.872000', '161332.874000', '161332.877000', '161332.879000', '161332.882000', '161332.885000', '161332.887000', '161332.890000', '161332.892000', '161332.895000', '161332.898000', '161332.900000', '161332.903000', '161332.905000', '161332.908000', '161332.910000', '161332.913000', '161332.916000', '161332.918000', '161332.921000', '161332.924000', '161332.926000', '161332.929000', '161332.931000', '161332.934000', '161332.936000', '161332.939000', '161332.942000', '161332.944000', '161332.947000', '161332.949000', '161332.952000', '161332.955000', '161332.958000', '161332.961000', '161332.964000', '161332.966000', '161332.969000', '161352.859000', '161352.862000', '161352.865000', '161352.868000', '161352.870000', '161352.873000', '161352.875000', '161352.878000', '161352.881000', '161352.883000', '161352.886000', '161352.888000', '161352.891000', '161352.894000', '161352.896000', '161352.899000', '161352.901000', '161352.904000', '161352.907000', '161352.910000', '161352.912000', '161352.915000', '161352.917000', '161352.920000', '161352.923000', '161352.925000', '161352.928000', '161352.930000', '161352.933000', '161352.936000', '161352.938000', '161352.941000', '161352.943000', '161352.946000', '161352.949000', '161352.951000', '161352.954000', '161352.956000', '161352.959000', '161352.961000', '161352.964000', '161352.967000', '161352.969000', '161352.972000', '161412.860000', '161412.862000', '161412.865000', '161412.868000', '161412.870000', '161412.873000', '161412.875000', '161412.878000', '161412.881000', '161412.883000', '161412.886000', '161412.889000', '161412.891000', '161412.894000', '161412.896000', '161412.899000', '161412.902000', '161412.904000', '161412.907000', '161412.909000', '161412.912000', '161412.946000', '161412.949000', '161412.951000', '161412.954000', '161412.957000', '161412.959000', '161412.962000', '161412.964000', '161412.967000', '161412.969000', '161412.972000', '161412.975000', '161412.977000', '161412.980000', '161412.982000', '161412.985000', '161412.988000', '161412.990000', '161412.993000', '161412.995000', '161412.998000', '161413.001000', '161432.859000', '161432.862000', '161432.865000', '161432.868000', '161432.870000', '161432.873000', '161432.876000', '161432.878000', '161432.881000', '161432.884000', '161432.886000', '161432.889000', '161432.892000', '161432.894000', '161432.897000', '161432.899000', '161432.902000', '161432.905000', '161432.907000', '161432.910000', '161432.912000', '161432.915000', '161432.918000', '161432.920000', '161432.923000', '161432.925000', '161432.928000', '161432.931000', '161432.933000', '161432.936000', '161432.939000', '161432.941000', '161432.944000', '161432.946000', '161432.949000', '161432.952000', '161432.954000', '161432.957000', '161432.959000', '161432.962000', '161432.965000', '161432.967000', '161432.970000', '161432.972000', '161452.859000', '161452.862000', '161452.865000', '161452.868000', '161452.870000', '161452.873000', '161452.875000', '161452.878000', '161452.881000', '161452.883000', '161452.886000', '161452.888000', '161452.891000', '161452.893000', '161452.896000', '161452.898000', '161452.901000', '161452.904000', '161452.906000', '161452.909000', '161452.911000', '161452.914000', '161452.917000', '161452.919000', '161452.922000', '161452.924000', '161452.927000', '161452.929000', '161452.932000', '161452.935000', '161452.937000', '161452.940000', '161452.942000', '161452.945000', '161452.947000', '161452.950000', '161452.953000', '161452.955000', '161452.958000', '161452.961000', '161452.963000', '161452.968000', '161452.970000', '161512.859000', '161512.862000', '161512.864000', '161512.867000', '161512.870000', '161512.872000', '161512.875000', '161512.878000', '161512.880000', '161512.883000', '161512.886000', '161512.888000', '161512.891000', '161512.894000', '161512.896000', '161512.899000', '161512.902000', '161512.904000', '161512.907000', '161512.909000', '161512.912000', '161512.915000', '161512.917000', '161512.920000', '161512.922000', '161512.925000', '161512.927000', '161512.930000', '161512.933000', '161512.935000', '161512.938000', '161512.941000', '161512.943000', '161512.946000', '161512.949000', '161512.951000', '161512.954000', '161512.956000', '161512.959000', '161512.961000', '161512.964000', '161512.967000', '161512.969000', '161532.858000', '161532.861000', '161532.864000', '161532.867000', '161532.869000', '161532.872000', '161532.875000', '161532.877000', '161532.880000', '161532.882000', '161532.885000', '161532.887000', '161532.890000', '161532.893000', '161532.895000', '161532.898000', '161532.900000', '161532.903000', '161532.905000', '161532.908000', '161532.911000', '161532.913000', '161532.916000', '161532.918000', '161532.921000', '161532.923000', '161532.926000', '161532.929000', '161532.931000', '161532.934000', '161532.936000', '161532.939000', '161532.942000', '161532.951000', '161532.954000', '161532.956000', '161532.959000', '161532.961000', '161532.964000', '161532.967000', '161532.969000', '161532.972000', '161532.974000', '161532.977000', '161552.858000', '161552.861000', '161552.864000', '161552.867000', '161552.869000', '161552.872000', '161552.875000', '161552.877000', '161552.880000', '161552.882000', '161552.885000', '161552.888000', '161552.891000', '161552.894000', '161552.897000', '161552.899000', '161552.902000', '161552.905000', '161552.907000', '161552.910000', '161552.912000', '161552.915000', '161552.918000', '161552.920000', '161552.923000', '161552.925000', '161552.928000', '161552.931000', '161552.933000', '161552.936000', '161552.938000', '161552.941000', '161552.944000', '161552.946000', '161552.949000', '161552.951000', '161552.954000', '161552.957000', '161552.959000', '161552.962000', '161552.964000', '161552.967000', '161552.969000', '161603.382000', '161603.385000', '161603.388000', '161603.391000', '161603.394000', '161603.397000', '161603.400000', '161603.403000', '161603.406000', '161603.409000', '161603.412000', '161603.414000', '161603.417000', '161603.420000', '161603.422000', '161603.425000', '161603.427000', '161603.430000', '161603.433000', '161603.435000', '161603.438000', '161603.440000', '161603.443000', '161603.446000'], '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': [11199, 16117, 11391, 10923, 16188, 11470, 11083, 12636, 11192, 12323, 11040, 10699, 16886, 12000, 11166, 15925, 11221, 14074, 11864, 10908, 16917, 11755, 11862, 16351, 11540, 12810, 11964, 10522, 15153, 10587, 10878, 16130, 10955, 11317, 10834, 10570, 15967, 11443, 11924, 11069, 10655, 11372, 11090, 10908, 11314, 11402, 17999, 14637, 15010, 15825, 11383, 10743, 18271, 13594, 13049, 11041, 11404, 10703, 11433, 12920, 10040, 15101, 10159, 14610, 16542, 11480, 15118, 11733, 10431, 11135, 10729, 15022, 10730, 13561, 17980, 12131, 11333, 17413, 11472, 13381, 14848, 11025, 15878, 10687, 10006, 14084, 11113, 11501, 11145, 10499, 15965, 11621, 10045, 15093, 11386, 11773, 11785, 10478, 14798, 10693, 10112, 15407, 11442, 10527, 16511, 10669, 12925, 12045, 10331, 12695, 11157, 10495, 16732, 11011, 11754, 11422, 10902, 13627, 10892, 10501, 18499, 11730, 10398, 15038, 11272, 11501, 16003, 10865, 14269, 13300, 10754, 13000, 10714, 10540, 13818, 12097, 10687, 17984, 10715, 13215, 11998, 10771, 14383, 11195, 12098, 11660, 9818, 10665, 10365, 10528, 16302, 12052, 13057, 18464, 13937, 14398, 10731, 10788, 14435, 10597, 14890, 14596, 10911, 14814, 14355, 10873, 13591, 12183, 10809, 13773, 11951, 10567, 15488, 11428, 10433, 15555, 10951, 10242, 15432, 11525, 9919, 11159, 11385, 11063, 10769, 10359, 11695, 12504, 11155, 15237, 10607, 11388, 16525, 12229, 10803, 16822, 11863, 12211, 12659, 11880, 12539, 11605, 12260, 10851, 11030, 15697, 11781, 11237, 12473, 11270, 15059, 11037, 11071, 11433, 11173, 13194, 14714, 10609, 17432, 12177, 10775, 10445, 12948, 11430, 13260, 17842, 11278, 15385, 16319, 11357, 14871, 14024, 10899, 14848, 11993, 10565, 16526, 11612, 11092, 13171, 11511, 12395, 10958, 9989, 11981, 10449, 16199, 12049, 13630, 10213, 9917, 11400, 10772, 11199, 10816, 17516, 12552, 14601, 11408, 11138, 11167, 13623, 11146, 10970, 17675, 12246, 13460, 10545, 10288, 10368, 16209, 9564, 12493, 12078, 10366, 11872, 11669, 11531, 11924, 18958, 12486, 12474, 18223, 14539, 14431, 10432, 11873, 9677, 14481, 10219, 13509, 13041, 9797, 14027, 9560, 9944, 11245, 9900, 12722, 10610, 11170, 10874, 9082, 9841, 10864, 10762, 12082, 14412, 9995, 16804, 10830, 10978, 11209, 9652, 14672, 10635, 11651, 11081, 9665, 16090, 10320, 12489, 11053, 9424, 10768, 10342, 15779, 10611, 14909, 10550, 9789, 11363, 10680, 12606, 11043, 10265, 19321, 10052, 14932, 9905, 10682, 10289, 13933, 11557, 10433, 19260, 11422, 15039, 15062, 11034, 15974, 12126, 10931, 16592, 11142, 10454, 18741, 11820, 14166, 12204, 10943, 16670, 11729, 10300, 18914, 11593, 11886, 12870, 11280, 11281, 12019, 10696, 15938, 12291, 11620, 11917, 12455, 11847, 12459, 13234, 16699, 12512, 14223, 16165, 12785, 13420, 14960, 12901, 13748, 13302, 12435, 12376, 13337, 12071, 14310, 12804, 11619, 12765, 12758, 11612, 13321, 12234, 12881, 12101, 11856, 18231, 12674, 13180, 17996, 12635, 14295, 16433, 12677, 14683, 13246, 11857, 15616, 12868, 11551, 14814, 12054, 13459, 11891, 11337, 12604, 11705, 13597, 19053, 12312, 15110, 17809, 11680, 11438, 17510, 12224, 14231, 16557, 11437, 14577, 11818, 10943, 18127, 11341, 11582, 16241, 10937, 14808, 11256, 10353, 15349, 11004, 10121, 11388, 10715, 14318, 11340, 11001, 11869, 10901, 13195, 10803, 10733, 10907, 10757, 10825, 10417, 16397, 11179, 13275, 10919, 10958, 17671, 11432, 12931, 11180, 10869, 15456, 11200, 12042, 14633, 10933, 18388, 11610, 14033, 12005, 10976, 11612, 10669, 16406, 15362, 13899, 18478, 12414, 18392, 20044, 11329, 10751, 12263, 11301, 12162, 11010, 11969, 11512, 15822, 11224, 14665, 12099, 10272, 15911, 11829, 11489, 12198, 10772, 14778, 11934, 9873, 12341, 11342, 13029, 12522, 9933, 12277, 10569, 12902, 10882, 14427, 11432, 13450, 11668, 10734, 18052, 11224, 15546, 11931, 10477, 12043, 11419, 12275, 12248, 11238, 17644, 12026, 14774, 12220, 12613, 11771, 12659, 12096, 16785, 11043, 11535, 10715, 10783, 17189, 11536, 12838, 18749, 10870, 14831, 19438, 11198, 13710, 14441, 11100, 14291, 11562, 9955, 17987, 11106, 10736, 10997, 11161, 10774, 15977, 11492, 10189, 15772, 10968, 10232, 17169, 11373, 16916, 12238, 11135, 11313, 12184, 12433, 12418, 16333, 13133, 11855, 14210, 12944, 11180, 14536, 10438, 9945, 11721, 10306, 12175, 10697, 9711, 15261, 11111, 11324, 11220, 10555, 13288, 10514, 11881, 10150, 9550, 9856, 10419, 16917, 10005, 11735, 17215, 10058, 12951, 17052, 10305, 15308, 9840, 13565, 8610, 10022, 9818, 13988, 14663, 9528, 13321, 9138, 8770, 14782, 9647, 10444, 17705, 10546, 12851, 15140, 8726, 15041, 9380, 9243, 17731, 9194, 11005, 13153, 8296, 13668, 8654, 11052, 12516, 8427, 12896, 9045, 10248, 9136, 8016, 10423, 9357, 8982, 14188, 9748, 16287, 14913, 11942, 14655, 9526, 9939, 16591, 9687, 11439, 15052, 9269, 10935, 9619, 10195, 9611, 9566, 9668, 8341, 14110, 9612, 16245, 16153, 11123, 13514, 9616, 9343, 11980, 9151, 8926, 15156, 9385, 11492, 15245, 8862, 13297, 8744, 9258, 16798, 9326, 12517, 11851, 8989, 13533, 9851, 9547, 15902, 10131, 10949, 11016, 9211, 13366, 9165, 10995, 8646, 10416, 8704, 11747, 17626, 9873, 13014, 8749, 8791, 9140, 9100, 9290, 11679, 9233, 8495, 11649, 17117, 11285, 10540, 15421, 9197, 10315, 16000, 9244, 11364, 17491, 9513, 12789, 9449, 8825, 12976, 8802, 10863, 11774, 8803, 12308, 8908, 11346, 9150, 12387, 9037, 9467, 12514, 12103, 14196, 19087, 11245, 10036, 14302, 9022, 9442, 13999, 8844, 11263, 10501, 8669, 15429, 9117, 9414, 16706, 8709, 11842, 13061, 8784, 12986, 8486, 9787, 14965, 8710, 11558, 8292, 8727, 14075, 8579, 11158, 7920, 8681, 14893, 8370, 11357, 7752, 9893, 7834, 10226, 8285, 10643, 8333, 12571, 14293, 9337, 14664, 10632, 9935, 14121, 8589, 9268, 16057, 8302, 11788, 17106, 9019, 12192, 17266, 8961, 12255, 8473, 9190, 16080, 9640, 12801, 8843, 8356, 7801, 7337, 11483, 11912, 18849, 19501, 12499, 8675, 11608, 16926, 10120, 8027, 11086, 7481, 9096, 13364, 7845, 10565, 15312, 8293, 11082, 10243, 8180, 12326, 7691, 9464, 15387, 8022, 11145, 9411, 11036, 8437, 12297, 11756, 8450, 15195, 7745, 8317, 16116, 7589, 10663, 10941], 'WindowCenter': [4358.0, 4374.0, 4339.0, 4327.0, 4354.0, 4324.0, 4325.0, 4323.0, 4313.0, 4323.0, 4312.0, 4313.0, 4353.0, 4336.0, 4323.0, 4342.0, 4313.0, 4334.0, 4324.0, 4314.0, 4353.0, 4322.0, 4325.0, 4354.0, 4323.0, 4333.0, 4323.0, 4314.0, 4357.0, 4314.0, 4326.0, 4356.0, 4326.0, 4325.0, 4314.0, 4326.0, 4368.0, 4324.0, 4324.0, 4314.0, 4314.0, 4326.0, 4326.0, 4328.0, 4339.0, 4340.0, 4373.0, 4348.0, 4347.0, 4333.0, 4299.0, 4300.0, 4340.0, 4322.0, 4333.0, 4325.0, 4337.0, 4326.0, 4337.0, 4337.0, 4318.0, 4347.0, 4318.0, 4347.0, 4343.0, 4301.0, 4332.0, 4311.0, 4299.0, 4310.0, 4311.0, 4330.0, 4298.0, 4320.0, 4341.0, 4294.0, 4296.0, 4326.0, 4295.0, 4306.0, 4312.0, 4285.0, 4328.0, 4298.0, 4286.0, 4304.0, 4284.0, 4294.0, 4284.0, 4286.0, 4315.0, 4295.0, 4286.0, 4315.0, 4296.0, 4297.0, 4296.0, 4286.0, 4317.0, 4286.0, 4286.0, 4315.0, 4296.0, 4287.0, 4327.0, 4288.0, 4308.0, 4307.0, 4288.0, 4306.0, 4297.0, 4298.0, 4339.0, 4300.0, 4310.0, 4298.0, 4298.0, 4319.0, 4298.0, 4300.0, 4350.0, 4310.0, 4300.0, 4329.0, 4299.0, 4299.0, 4327.0, 4299.0, 4331.0, 4319.0, 4300.0, 4321.0, 4301.0, 4300.0, 4318.0, 4309.0, 4301.0, 4351.0, 4301.0, 4332.0, 4321.0, 4312.0, 4331.0, 4299.0, 4310.0, 4322.0, 4315.0, 4327.0, 4316.0, 4327.0, 4360.0, 4338.0, 4337.0, 4356.0, 4337.0, 4346.0, 4325.0, 4314.0, 4330.0, 4299.0, 4330.0, 4318.0, 4298.0, 4329.0, 4317.0, 4287.0, 4307.0, 4295.0, 4285.0, 4304.0, 4283.0, 4284.0, 4314.0, 4283.0, 4284.0, 4325.0, 4284.0, 4286.0, 4315.0, 4295.0, 4286.0, 4295.0, 4311.0, 4312.0, 4300.0, 4300.0, 4335.0, 4346.0, 4337.0, 4356.0, 4314.0, 4313.0, 4342.0, 4310.0, 4300.0, 4338.0, 4310.0, 4323.0, 4321.0, 4323.0, 4335.0, 4337.0, 4334.0, 4313.0, 4314.0, 4344.0, 4327.0, 4326.0, 4335.0, 4327.0, 4358.0, 4328.0, 4328.0, 4341.0, 4355.0, 4363.0, 4361.0, 4316.0, 4358.0, 4325.0, 4328.0, 4325.0, 4337.0, 4338.0, 4348.0, 4355.0, 4311.0, 4331.0, 4329.0, 4298.0, 4319.0, 4308.0, 4298.0, 4319.0, 4296.0, 4298.0, 4326.0, 4297.0, 4285.0, 4294.0, 4295.0, 4295.0, 4287.0, 4287.0, 4308.0, 4300.0, 4329.0, 4307.0, 4317.0, 4287.0, 4289.0, 4311.0, 4301.0, 4298.0, 4299.0, 4340.0, 4310.0, 4331.0, 4324.0, 4313.0, 4324.0, 4333.0, 4314.0, 4313.0, 4344.0, 4312.0, 4334.0, 4316.0, 4315.0, 4326.0, 4342.0, 4289.0, 4297.0, 4295.0, 4286.0, 4308.0, 4311.0, 4311.0, 4312.0, 4342.0, 4296.0, 4295.0, 4328.0, 4316.0, 4304.0, 4283.0, 4295.0, 4286.0, 4304.0, 4272.0, 4293.0, 4291.0, 4262.0, 4302.0, 4262.0, 4272.0, 4270.0, 4272.0, 4292.0, 4272.0, 4283.0, 4283.0, 4263.0, 4286.0, 4296.0, 4298.0, 4310.0, 4317.0, 4276.0, 4326.0, 4284.0, 4285.0, 4284.0, 4276.0, 4316.0, 4286.0, 4297.0, 4296.0, 4288.0, 4329.0, 4299.0, 4319.0, 4311.0, 4289.0, 4311.0, 4302.0, 4338.0, 4305.0, 4344.0, 4302.0, 4303.0, 4322.0, 4313.0, 4322.0, 4311.0, 4303.0, 4353.0, 4303.0, 4342.0, 4303.0, 4313.0, 4315.0, 4343.0, 4312.0, 4313.0, 4350.0, 4313.0, 4344.0, 4332.0, 4312.0, 4343.0, 4309.0, 4298.0, 4329.0, 4296.0, 4286.0, 4339.0, 4297.0, 4317.0, 4306.0, 4296.0, 4326.0, 4296.0, 4286.0, 4336.0, 4296.0, 4296.0, 4305.0, 4296.0, 4297.0, 4307.0, 4298.0, 4341.0, 4323.0, 4312.0, 4325.0, 4336.0, 4338.0, 4351.0, 4351.0, 4357.0, 4324.0, 4337.0, 4344.0, 4324.0, 4336.0, 4333.0, 4323.0, 4335.0, 4334.0, 4322.0, 4310.0, 4320.0, 4322.0, 4330.0, 4321.0, 4314.0, 4322.0, 4334.0, 4313.0, 4332.0, 4325.0, 4335.0, 4325.0, 4335.0, 4365.0, 4336.0, 4335.0, 4353.0, 4323.0, 4344.0, 4343.0, 4323.0, 4345.0, 4332.0, 4324.0, 4342.0, 4321.0, 4323.0, 4334.0, 4324.0, 4336.0, 4323.0, 4327.0, 4348.0, 4338.0, 4351.0, 4382.0, 4337.0, 4345.0, 4343.0, 4311.0, 4323.0, 4353.0, 4322.0, 4333.0, 4340.0, 4308.0, 4327.0, 4296.0, 4297.0, 4338.0, 4295.0, 4297.0, 4326.0, 4296.0, 4316.0, 4295.0, 4286.0, 4314.0, 4285.0, 4284.0, 4295.0, 4297.0, 4318.0, 4298.0, 4299.0, 4309.0, 4299.0, 4318.0, 4308.0, 4308.0, 4299.0, 4308.0, 4311.0, 4323.0, 4341.0, 4310.0, 4331.0, 4301.0, 4312.0, 4353.0, 4311.0, 4333.0, 4310.0, 4310.0, 4329.0, 4309.0, 4322.0, 4331.0, 4313.0, 4354.0, 4313.0, 4330.0, 4321.0, 4311.0, 4323.0, 4328.0, 4372.0, 4361.0, 4351.0, 4373.0, 4329.0, 4360.0, 4353.0, 4311.0, 4287.0, 4307.0, 4296.0, 4321.0, 4311.0, 4326.0, 4326.0, 4343.0, 4311.0, 4318.0, 4294.0, 4273.0, 4302.0, 4282.0, 4283.0, 4281.0, 4284.0, 4302.0, 4282.0, 4272.0, 4293.0, 4285.0, 4305.0, 4307.0, 4289.0, 4308.0, 4298.0, 4307.0, 4297.0, 4317.0, 4309.0, 4318.0, 4299.0, 4299.0, 4340.0, 4299.0, 4329.0, 4309.0, 4299.0, 4310.0, 4312.0, 4309.0, 4310.0, 4312.0, 4353.0, 4323.0, 4344.0, 4325.0, 4335.0, 4326.0, 4332.0, 4325.0, 4368.0, 4326.0, 4326.0, 4328.0, 4325.0, 4370.0, 4339.0, 4336.0, 4355.0, 4298.0, 4320.0, 4338.0, 4298.0, 4318.0, 4317.0, 4297.0, 4317.0, 4296.0, 4286.0, 4325.0, 4285.0, 4283.0, 4296.0, 4297.0, 4299.0, 4340.0, 4298.0, 4287.0, 4328.0, 4285.0, 4287.0, 4339.0, 4309.0, 4340.0, 4323.0, 4312.0, 4323.0, 4338.0, 4335.0, 4336.0, 4346.0, 4323.0, 4312.0, 4336.0, 4324.0, 4314.0, 4330.0, 4287.0, 4287.0, 4308.0, 4299.0, 4296.0, 4286.0, 4287.0, 4326.0, 4299.0, 4299.0, 4299.0, 4312.0, 4332.0, 4315.0, 4324.0, 4313.0, 4302.0, 4327.0, 4315.0, 4342.0, 4302.0, 4322.0, 4343.0, 4302.0, 4334.0, 4354.0, 4303.0, 4334.0, 4291.0, 4319.0, 4279.0, 4288.0, 4302.0, 4332.0, 4331.0, 4290.0, 4319.0, 4276.0, 4278.0, 4329.0, 4287.0, 4297.0, 4338.0, 4285.0, 4306.0, 4314.0, 4263.0, 4314.0, 4261.0, 4262.0, 4321.0, 4273.0, 4297.0, 4303.0, 4252.0, 4301.0, 4263.0, 4283.0, 4290.0, 4262.0, 4304.0, 4287.0, 4312.0, 4289.0, 4292.0, 4324.0, 4303.0, 4303.0, 4332.0, 4302.0, 4344.0, 4331.0, 4309.0, 4330.0, 4277.0, 4287.0, 4328.0, 4275.0, 4296.0, 4317.0, 4276.0, 4283.0, 4274.0, 4285.0, 4301.0, 4303.0, 4314.0, 4306.0, 4358.0, 4319.0, 4359.0, 4344.0, 4300.0, 4319.0, 4287.0, 4289.0, 4308.0, 4287.0, 4290.0, 4329.0, 4289.0, 4309.0, 4327.0, 4276.0, 4316.0, 4263.0, 4275.0, 4326.0, 4274.0, 4306.0, 4294.0, 4275.0, 4317.0, 4285.0, 4286.0, 4324.0, 4284.0, 4295.0, 4297.0, 4302.0, 4318.0, 4287.0, 4297.0, 4290.0, 4310.0, 4291.0, 4321.0, 4339.0, 4299.0, 4319.0, 4277.0, 4290.0, 4302.0, 4291.0, 4303.0, 4334.0, 4316.0, 4306.0, 4339.0, 4371.0, 4314.0, 4302.0, 4331.0, 4278.0, 4288.0, 4327.0, 4276.0, 4308.0, 4338.0, 4288.0, 4320.0, 4288.0, 4289.0, 4318.0, 4289.0, 4309.0, 4307.0, 4290.0, 4334.0, 4288.0, 4312.0, 4303.0, 4334.0, 4305.0, 4315.0, 4348.0, 4350.0, 4359.0, 4382.0, 4325.0, 4302.0, 4330.0, 4277.0, 4288.0, 4317.0, 4277.0, 4308.0, 4298.0, 4278.0, 4329.0, 4275.0, 4275.0, 4325.0, 4264.0, 4294.0, 4302.0, 4263.0, 4303.0, 4262.0, 4284.0, 4313.0, 4274.0, 4295.0, 4264.0, 4277.0, 4315.0, 4278.0, 4307.0, 4265.0, 4277.0, 4326.0, 4277.0, 4307.0, 4280.0, 4298.0, 4281.0, 4312.0, 4294.0, 4324.0, 4302.0, 4336.0, 4342.0, 4302.0, 4344.0, 4301.0, 4300.0, 4330.0, 4278.0, 4289.0, 4339.0, 4277.0, 4308.0, 4338.0, 4277.0, 4308.0, 4336.0, 4276.0, 4308.0, 4266.0, 4288.0, 4328.0, 4288.0, 4320.0, 4292.0, 4295.0, 4283.0, 4285.0, 4335.0, 4340.0, 4387.0, 4388.0, 4353.0, 4310.0, 4324.0, 4329.0, 4272.0, 4241.0, 4270.0, 4241.0, 4275.0, 4304.0, 4265.0, 4296.0, 4314.0, 4263.0, 4282.0, 4269.0, 4251.0, 4292.0, 4241.0, 4273.0, 4315.0, 4266.0, 4297.0, 4302.0, 4297.0, 4278.0, 4309.0, 4295.0, 4265.0, 4315.0, 4251.0, 4265.0, 4326.0, 4255.0, 4309.0, 4309.0], 'WindowWidth': [9631.0, 9647.0, 9587.0, 9565.0, 9601.0, 9556.0, 9559.0, 9552.0, 9540.0, 9553.0, 9534.0, 9539.0, 9597.0, 9575.0, 9555.0, 9578.0, 9539.0, 9570.0, 9555.0, 9542.0, 9595.0, 9549.0, 9557.0, 9597.0, 9554.0, 9568.0, 9554.0, 9543.0, 9608.0, 9541.0, 9564.0, 9606.0, 9562.0, 9560.0, 9541.0, 9562.0, 9625.0, 9555.0, 9556.0, 9541.0, 9543.0, 9562.0, 9564.0, 9570.0, 9586.0, 9591.0, 9648.0, 9599.0, 9594.0, 9568.0, 9514.0, 9515.0, 9572.0, 9547.0, 9565.0, 9561.0, 9582.0, 9563.0, 9580.0, 9580.0, 9556.0, 9595.0, 9555.0, 9594.0, 9580.0, 9518.0, 9568.0, 9535.0, 9514.0, 9529.0, 9533.0, 9559.0, 9509.0, 9545.0, 9578.0, 9500.0, 9504.0, 9545.0, 9499.0, 9517.0, 9522.0, 9487.0, 9550.0, 9510.0, 9490.0, 9512.0, 9484.0, 9499.0, 9482.0, 9488.0, 9530.0, 9502.0, 9490.0, 9527.0, 9502.0, 9508.0, 9503.0, 9491.0, 9534.0, 9489.0, 9490.0, 9529.0, 9504.0, 9495.0, 9548.0, 9496.0, 9523.0, 9520.0, 9498.0, 9519.0, 9505.0, 9511.0, 9569.0, 9515.0, 9529.0, 9509.0, 9509.0, 9541.0, 9508.0, 9516.0, 9587.0, 9528.0, 9517.0, 9554.0, 9512.0, 9512.0, 9545.0, 9512.0, 9559.0, 9539.0, 9515.0, 9546.0, 9519.0, 9517.0, 9537.0, 9525.0, 9519.0, 9587.0, 9520.0, 9564.0, 9547.0, 9536.0, 9560.0, 9514.0, 9529.0, 9550.0, 9548.0, 9566.0, 9551.0, 9567.0, 9617.0, 9581.0, 9577.0, 9612.0, 9576.0, 9593.0, 9561.0, 9543.0, 9558.0, 9514.0, 9557.0, 9537.0, 9509.0, 9554.0, 9533.0, 9491.0, 9520.0, 9499.0, 9487.0, 9512.0, 9479.0, 9482.0, 9524.0, 9480.0, 9484.0, 9543.0, 9485.0, 9489.0, 9527.0, 9501.0, 9491.0, 9501.0, 9533.0, 9536.0, 9515.0, 9518.0, 9573.0, 9590.0, 9579.0, 9606.0, 9542.0, 9538.0, 9577.0, 9527.0, 9515.0, 9566.0, 9528.0, 9550.0, 9545.0, 9551.0, 9572.0, 9581.0, 9570.0, 9540.0, 9543.0, 9584.0, 9562.0, 9562.0, 9572.0, 9562.0, 9609.0, 9568.0, 9568.0, 9592.0, 9618.0, 9627.0, 9618.0, 9547.0, 9613.0, 9556.0, 9568.0, 9561.0, 9579.0, 9581.0, 9595.0, 9605.0, 9533.0, 9563.0, 9555.0, 9509.0, 9542.0, 9522.0, 9508.0, 9541.0, 9503.0, 9507.0, 9547.0, 9505.0, 9487.0, 9495.0, 9499.0, 9499.0, 9491.0, 9493.0, 9522.0, 9515.0, 9554.0, 9520.0, 9533.0, 9492.0, 9498.0, 9534.0, 9518.0, 9508.0, 9510.0, 9571.0, 9528.0, 9560.0, 9554.0, 9539.0, 9556.0, 9568.0, 9542.0, 9536.0, 9587.0, 9535.0, 9569.0, 9550.0, 9548.0, 9566.0, 9583.0, 9500.0, 9505.0, 9499.0, 9488.0, 9521.0, 9533.0, 9531.0, 9534.0, 9590.0, 9505.0, 9499.0, 9557.0, 9531.0, 9512.0, 9481.0, 9499.0, 9491.0, 9511.0, 9464.0, 9493.0, 9486.0, 9448.0, 9505.0, 9451.0, 9463.0, 9457.0, 9462.0, 9490.0, 9463.0, 9479.0, 9479.0, 9454.0, 9490.0, 9504.0, 9511.0, 9529.0, 9534.0, 9475.0, 9546.0, 9483.0, 9485.0, 9482.0, 9475.0, 9529.0, 9491.0, 9507.0, 9504.0, 9495.0, 9553.0, 9513.0, 9541.0, 9533.0, 9500.0, 9533.0, 9523.0, 9567.0, 9527.0, 9582.0, 9522.0, 9525.0, 9549.0, 9536.0, 9550.0, 9530.0, 9523.0, 9596.0, 9525.0, 9578.0, 9527.0, 9541.0, 9547.0, 9582.0, 9536.0, 9538.0, 9591.0, 9537.0, 9585.0, 9564.0, 9536.0, 9585.0, 9524.0, 9510.0, 9555.0, 9503.0, 9491.0, 9568.0, 9506.0, 9535.0, 9515.0, 9504.0, 9547.0, 9502.0, 9490.0, 9559.0, 9502.0, 9503.0, 9513.0, 9502.0, 9504.0, 9518.0, 9510.0, 9574.0, 9553.0, 9533.0, 9558.0, 9575.0, 9582.0, 9605.0, 9602.0, 9603.0, 9553.0, 9574.0, 9583.0, 9551.0, 9570.0, 9561.0, 9547.0, 9568.0, 9566.0, 9547.0, 9529.0, 9541.0, 9546.0, 9557.0, 9545.0, 9539.0, 9549.0, 9565.0, 9537.0, 9559.0, 9555.0, 9569.0, 9556.0, 9572.0, 9616.0, 9573.0, 9573.0, 9593.0, 9549.0, 9583.0, 9577.0, 9551.0, 9585.0, 9562.0, 9554.0, 9575.0, 9544.0, 9552.0, 9566.0, 9553.0, 9571.0, 9552.0, 9562.0, 9594.0, 9583.0, 9602.0, 9654.0, 9578.0, 9588.0, 9584.0, 9533.0, 9554.0, 9595.0, 9549.0, 9566.0, 9572.0, 9525.0, 9551.0, 9502.0, 9505.0, 9566.0, 9499.0, 9506.0, 9547.0, 9504.0, 9534.0, 9501.0, 9489.0, 9526.0, 9487.0, 9487.0, 9499.0, 9508.0, 9536.0, 9512.0, 9514.0, 9525.0, 9513.0, 9539.0, 9526.0, 9526.0, 9514.0, 9526.0, 9536.0, 9556.0, 9576.0, 9530.0, 9561.0, 9517.0, 9536.0, 9597.0, 9535.0, 9568.0, 9532.0, 9531.0, 9554.0, 9527.0, 9549.0, 9559.0, 9536.0, 9600.0, 9538.0, 9559.0, 9545.0, 9533.0, 9551.0, 9565.0, 9632.0, 9616.0, 9603.0, 9646.0, 9568.0, 9625.0, 9606.0, 9533.0, 9494.0, 9520.0, 9505.0, 9547.0, 9534.0, 9559.0, 9564.0, 9582.0, 9531.0, 9539.0, 9495.0, 9466.0, 9504.0, 9473.0, 9477.0, 9473.0, 9481.0, 9503.0, 9477.0, 9465.0, 9492.0, 9483.0, 9510.0, 9518.0, 9501.0, 9522.0, 9509.0, 9518.0, 9506.0, 9531.0, 9525.0, 9538.0, 9509.0, 9510.0, 9568.0, 9510.0, 9550.0, 9522.0, 9512.0, 9527.0, 9533.0, 9527.0, 9528.0, 9536.0, 9593.0, 9550.0, 9582.0, 9556.0, 9569.0, 9559.0, 9564.0, 9557.0, 9621.0, 9563.0, 9562.0, 9567.0, 9561.0, 9635.0, 9584.0, 9578.0, 9608.0, 9508.0, 9545.0, 9567.0, 9510.0, 9537.0, 9531.0, 9505.0, 9533.0, 9503.0, 9490.0, 9542.0, 9484.0, 9480.0, 9504.0, 9507.0, 9512.0, 9571.0, 9508.0, 9492.0, 9551.0, 9485.0, 9493.0, 9566.0, 9525.0, 9571.0, 9550.0, 9534.0, 9552.0, 9578.0, 9570.0, 9570.0, 9590.0, 9550.0, 9532.0, 9577.0, 9552.0, 9540.0, 9558.0, 9491.0, 9492.0, 9522.0, 9510.0, 9501.0, 9487.0, 9493.0, 9543.0, 9509.0, 9512.0, 9511.0, 9536.0, 9562.0, 9543.0, 9556.0, 9537.0, 9523.0, 9566.0, 9546.0, 9580.0, 9520.0, 9550.0, 9581.0, 9522.0, 9571.0, 9597.0, 9525.0, 9570.0, 9504.0, 9540.0, 9486.0, 9497.0, 9522.0, 9565.0, 9564.0, 9504.0, 9544.0, 9479.0, 9485.0, 9557.0, 9493.0, 9508.0, 9570.0, 9489.0, 9519.0, 9525.0, 9453.0, 9529.0, 9449.0, 9451.0, 9535.0, 9468.0, 9508.0, 9509.0, 9439.0, 9501.0, 9456.0, 9481.0, 9485.0, 9455.0, 9512.0, 9498.0, 9536.0, 9501.0, 9516.0, 9561.0, 9529.0, 9527.0, 9566.0, 9525.0, 9590.0, 9560.0, 9526.0, 9559.0, 9479.0, 9493.0, 9554.0, 9475.0, 9504.0, 9535.0, 9475.0, 9482.0, 9471.0, 9488.0, 9519.0, 9527.0, 9544.0, 9536.0, 9612.0, 9557.0, 9616.0, 9587.0, 9514.0, 9542.0, 9495.0, 9502.0, 9527.0, 9496.0, 9505.0, 9558.0, 9502.0, 9529.0, 9551.0, 9478.0, 9532.0, 9456.0, 9476.0, 9549.0, 9473.0, 9518.0, 9498.0, 9476.0, 9538.0, 9486.0, 9492.0, 9541.0, 9485.0, 9503.0, 9508.0, 9524.0, 9540.0, 9497.0, 9508.0, 9507.0, 9534.0, 9510.0, 9550.0, 9571.0, 9514.0, 9544.0, 9482.0, 9503.0, 9526.0, 9509.0, 9528.0, 9573.0, 9551.0, 9536.0, 9587.0, 9640.0, 9544.0, 9523.0, 9565.0, 9483.0, 9495.0, 9549.0, 9479.0, 9523.0, 9565.0, 9496.0, 9543.0, 9498.0, 9501.0, 9539.0, 9499.0, 9526.0, 9522.0, 9505.0, 9570.0, 9501.0, 9536.0, 9525.0, 9568.0, 9532.0, 9547.0, 9598.0, 9605.0, 9615.0, 9665.0, 9561.0, 9526.0, 9559.0, 9483.0, 9496.0, 9534.0, 9482.0, 9525.0, 9511.0, 9484.0, 9558.0, 9476.0, 9476.0, 9547.0, 9458.0, 9500.0, 9507.0, 9454.0, 9510.0, 9453.0, 9484.0, 9525.0, 9474.0, 9502.0, 9460.0, 9484.0, 9532.0, 9485.0, 9524.0, 9464.0, 9481.0, 9547.0, 9483.0, 9522.0, 9495.0, 9512.0, 9495.0, 9539.0, 9519.0, 9559.0, 9529.0, 9578.0, 9577.0, 9524.0, 9586.0, 9519.0, 9517.0, 9562.0, 9486.0, 9501.0, 9573.0, 9482.0, 9525.0, 9568.0, 9479.0, 9524.0, 9561.0, 9480.0, 9525.0, 9463.0, 9496.0, 9554.0, 9495.0, 9543.0, 9511.0, 9522.0, 9501.0, 9506.0, 9576.0, 9588.0, 9672.0, 9681.0, 9614.0, 9551.0, 9558.0, 9559.0, 9462.0, 9420.0, 9458.0, 9421.0, 9472.0, 9513.0, 9463.0, 9506.0, 9528.0, 9455.0, 9479.0, 9456.0, 9434.0, 9490.0, 9421.0, 9467.0, 9528.0, 9464.0, 9508.0, 9525.0, 9511.0, 9485.0, 9528.0, 9501.0, 9460.0, 9531.0, 9440.0, 9461.0, 9548.0, 9448.0, 9530.0, 9529.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.0012994137931034483</td></tr>
<tr><td colspan=3>aqi</td><td>0.04258301505747126</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.934582147353304</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1790088160874566</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.969273105949368</td></tr>
<tr><td colspan=3>efc</td><td>0.4791</td></tr>
<tr><td colspan=3>fber</td><td>5643.8086</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11671124086175708</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>105</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.068965517241379</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6390820251376925</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.586708574691698</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.901133839922488</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.429403660798891</td></tr>
<tr><td colspan=3>gcor</td><td>0.0159065</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015740547329187393</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02758580632507801</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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>3.8416199610493624</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>28.4141</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.2276</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.9169</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300017.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>894.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.8343</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3319</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>495.8418</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3495.5713</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3727.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76527.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1068.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4592.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>970.1573</td></tr>
<tr><td colspan=3>tsnr</td><td>33.66800695518032</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>