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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0046/ses-04/func/sub-0046_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>cac847924b7cdcc2c24087047129228f</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:10:27.030000</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.999305, -0.0303518, -0.0216175, 0.0312299, 0.99865, 0.0415089]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.11319</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4131, -7757, -7277, 554, -77, -41, -26, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.932</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4579464f-1869-46ae-8551-e900303b933b||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.681063652038574, 0.08378744125366211, -0.054886844009160995, 110.87623596191406], [0.08143174648284912, 2.679304838180542, 0.11381898820400238, -101.37508392333984], [-0.05799821764230728, -0.11136533319950104, 2.6970415115356445, -64.10438537597656], [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': ['161027.030000', '161027.490000', '161027.950000', '161028.410000', '161028.870000', '161029.330000', '161029.790000', '161030.250000', '161030.710000', '161031.170000', '161031.630000', '161032.090000', '161032.550000', '161033.010000', '161033.470000', '161033.930000', '161034.390000', '161034.850000', '161035.310000', '161035.770000', '161036.230000', '161036.690000', '161037.150000', '161037.610000', '161038.070000', '161038.530000', '161038.990000', '161039.450000', '161039.910000', '161040.370000', '161040.830000', '161041.290000', '161041.750000', '161042.210000', '161042.670000', '161043.130000', '161043.590000', '161044.050000', '161044.510000', '161044.970000', '161045.430000', '161045.890000', '161046.350000', '161046.810000', '161047.270000', '161047.730000', '161048.190000', '161048.650000', '161049.110000', '161049.570000', '161050.030000', '161050.490000', '161050.950000', '161051.410000', '161051.870000', '161052.330000', '161052.790000', '161053.250000', '161053.710000', '161054.170000', '161054.630000', '161055.090000', '161055.550000', '161056.010000', '161056.470000', '161056.930000', '161057.390000', '161057.850000', '161058.310000', '161058.770000', '161059.230000', '161059.690000', '161100.150000', '161100.610000', '161101.070000', '161101.530000', '161101.990000', '161102.450000', '161102.910000', '161103.370000', '161103.830000', '161104.290000', '161104.750000', '161105.210000', '161105.670000', '161106.130000', '161106.590000', '161107.050000', '161107.510000', '161107.970000', '161108.430000', '161108.890000', '161109.350000', '161109.810000', '161110.270000', '161110.730000', '161111.190000', '161111.650000', '161112.110000', '161112.570000', '161113.030000', '161113.490000', '161113.950000', '161114.410000', '161114.870000', '161115.330000', '161115.790000', '161116.250000', '161116.710000', '161117.170000', '161117.630000', '161118.090000', '161118.550000', '161119.010000', '161119.470000', '161119.930000', '161120.390000', '161120.850000', '161121.310000', '161121.770000', '161122.230000', '161122.690000', '161123.150000', '161123.610000', '161124.070000', '161124.530000', '161124.990000', '161125.450000', '161125.910000', '161126.370000', '161126.830000', '161127.290000', '161127.750000', '161128.210000', '161128.670000', '161129.130000', '161129.590000', '161130.050000', '161130.510000', '161130.970000', '161131.430000', '161131.890000', '161132.350000', '161132.810000', '161133.270000', '161133.730000', '161134.190000', '161134.650000', '161135.110000', '161135.570000', '161136.030000', '161136.490000', '161136.950000', '161137.410000', '161137.870000', '161138.330000', '161138.790000', '161139.250000', '161139.710000', '161140.170000', '161140.630000', '161141.090000', '161141.550000', '161142.010000', '161142.470000', '161142.930000', '161143.390000', '161143.850000', '161144.310000', '161144.770000', '161145.230000', '161145.690000', '161146.150000', '161146.610000', '161147.070000', '161147.530000', '161147.990000', '161148.450000', '161148.910000', '161149.370000', '161149.830000', '161150.290000', '161150.750000', '161151.210000', '161151.670000', '161152.130000', '161152.590000', '161153.050000', '161153.510000', '161153.970000', '161154.430000', '161154.890000', '161155.350000', '161155.810000', '161156.270000', '161156.730000', '161157.190000', '161157.650000', '161158.110000', '161158.570000', '161159.030000', '161159.490000', '161159.950000', '161200.410000', '161200.870000', '161201.330000', '161201.790000', '161202.250000', '161202.710000', '161203.170000', '161203.630000', '161204.090000', '161204.550000', '161205.010000', '161205.470000', '161205.930000', '161206.390000', '161206.850000', '161207.310000', '161207.770000', '161208.230000', '161208.690000', '161209.150000', '161209.610000', '161210.070000', '161210.530000', '161210.990000', '161211.450000', '161211.910000', '161212.370000', '161212.830000', '161213.290000', '161213.750000', '161214.210000', '161214.670000', '161215.130000', '161215.590000', '161216.050000', '161216.510000', '161216.970000', '161217.430000', '161217.890000', '161218.350000', '161218.810000', '161219.270000', '161219.730000', '161220.190000', '161220.650000', '161221.110000', '161221.570000', '161222.030000', '161222.490000', '161222.950000', '161223.410000', '161223.870000', '161224.330000', '161224.790000', '161225.250000', '161225.710000', '161226.170000', '161226.630000', '161227.090000', '161227.550000', '161228.010000', '161228.470000', '161228.930000', '161229.390000', '161229.850000', '161230.310000', '161230.770000', '161231.230000', '161231.690000', '161232.150000', '161232.610000', '161233.070000', '161233.530000', '161233.990000', '161234.450000', '161234.910000', '161235.370000', '161235.830000', '161236.290000', '161236.750000', '161237.210000', '161237.670000', '161238.130000', '161238.590000', '161239.050000', '161239.510000', '161239.970000', '161240.430000', '161240.890000', '161241.350000', '161241.810000', '161242.270000', '161242.730000', '161243.190000', '161243.650000', '161244.110000', '161244.570000', '161245.030000', '161245.490000', '161245.950000', '161246.410000', '161246.870000', '161247.330000', '161247.790000', '161248.250000', '161248.710000', '161249.170000', '161249.630000', '161250.090000', '161250.550000', '161251.010000', '161251.470000', '161251.930000', '161252.390000', '161252.850000', '161253.310000', '161253.770000', '161254.230000', '161254.690000', '161255.150000', '161255.610000', '161256.070000', '161256.530000', '161256.990000', '161257.450000', '161257.910000', '161258.370000', '161258.830000', '161259.290000', '161259.750000', '161300.210000', '161300.670000', '161301.130000', '161301.590000', '161302.050000', '161302.510000', '161302.970000', '161303.430000', '161303.890000', '161304.350000', '161304.810000', '161305.270000', '161305.730000', '161306.190000', '161306.650000', '161307.110000', '161307.570000', '161308.030000', '161308.490000', '161308.950000', '161309.410000', '161309.870000', '161310.330000', '161310.790000', '161311.250000', '161311.710000', '161312.170000', '161312.630000', '161313.090000', '161313.550000', '161314.010000', '161314.470000', '161314.930000', '161315.390000', '161315.850000', '161316.310000', '161316.770000', '161317.230000', '161317.690000', '161318.150000', '161318.610000', '161319.070000', '161319.530000', '161319.990000', '161320.450000', '161320.910000', '161321.370000', '161321.830000', '161322.290000', '161322.750000', '161323.210000', '161323.670000', '161324.130000', '161324.590000', '161325.050000', '161325.510000', '161325.970000', '161326.430000', '161326.890000', '161327.350000', '161327.810000', '161328.270000', '161328.730000', '161329.190000', '161329.650000', '161330.110000', '161330.570000', '161331.030000', '161331.490000', '161331.950000', '161332.410000', '161332.870000', '161333.330000', '161333.790000', '161334.250000', '161334.710000', '161335.170000', '161335.630000', '161336.090000', '161336.550000', '161337.010000', '161337.470000', '161337.930000', '161338.390000', '161338.850000', '161339.310000', '161339.770000', '161340.230000', '161340.690000', '161341.150000', '161341.610000', '161342.070000', '161342.530000', '161342.990000', '161343.450000', '161343.910000', '161344.370000', '161344.830000', '161345.290000', '161345.750000', '161346.210000', '161346.670000', '161347.130000', '161347.590000', '161348.050000', '161348.510000', '161348.970000', '161349.430000', '161349.890000', '161350.350000', '161350.810000', '161351.270000', '161351.730000', '161352.190000', '161352.650000', '161353.110000', '161353.570000', '161354.030000', '161354.490000', '161354.950000', '161355.410000', '161355.870000', '161356.330000', '161356.790000', '161357.250000', '161357.710000', '161358.170000', '161358.630000', '161359.090000', '161359.550000', '161400.010000', '161400.470000', '161400.930000', '161401.390000', '161401.850000', '161402.310000', '161402.770000', '161403.230000', '161403.690000', '161404.150000', '161404.610000', '161405.070000', '161405.530000', '161405.990000', '161406.450000', '161406.910000', '161407.370000', '161407.830000', '161408.290000', '161408.750000', '161409.210000', '161409.670000', '161410.130000', '161410.590000', '161411.050000', '161411.510000', '161411.970000', '161412.430000', '161412.890000', '161413.350000', '161413.810000', '161414.270000', '161414.730000', '161415.190000', '161415.650000', '161416.110000', '161416.570000', '161417.030000', '161417.490000', '161417.950000', '161418.410000', '161418.870000', '161419.330000', '161419.790000', '161420.250000', '161420.710000', '161421.170000', '161421.630000', '161422.090000', '161422.550000', '161423.010000', '161423.470000', '161423.930000', '161424.390000', '161424.850000', '161425.310000', '161425.770000', '161426.230000', '161426.690000', '161427.150000', '161427.610000', '161428.070000', '161428.530000', '161428.990000', '161429.450000', '161429.910000', '161430.370000', '161430.830000', '161431.290000', '161431.750000', '161432.210000', '161432.670000', '161433.130000', '161433.590000', '161434.050000', '161434.510000', '161434.970000', '161435.430000', '161435.890000', '161436.350000', '161436.810000', '161437.270000', '161437.730000', '161438.190000', '161438.650000', '161439.110000', '161439.570000', '161440.030000', '161440.490000', '161440.950000', '161441.410000', '161441.870000', '161442.330000', '161442.790000', '161443.250000', '161443.710000', '161444.170000', '161444.630000', '161445.090000', '161445.550000', '161446.010000', '161446.470000', '161446.930000', '161447.390000', '161447.850000', '161448.310000', '161448.770000', '161449.230000', '161449.690000', '161450.150000', '161450.610000', '161451.070000', '161451.530000', '161451.990000', '161452.450000', '161452.910000', '161453.370000', '161453.830000', '161454.290000', '161454.750000', '161455.210000', '161455.670000', '161456.130000', '161456.590000', '161457.050000', '161457.510000', '161457.970000', '161458.430000', '161458.890000', '161459.350000', '161459.810000', '161500.270000', '161500.730000', '161501.190000', '161501.650000', '161502.110000', '161502.570000', '161503.030000', '161503.490000', '161503.950000', '161504.410000', '161504.870000', '161505.330000', '161505.790000', '161506.250000', '161506.710000', '161507.170000', '161507.630000', '161508.090000', '161508.550000', '161509.010000', '161509.470000', '161509.930000', '161510.390000', '161510.850000', '161511.310000', '161511.770000', '161512.230000', '161512.690000', '161513.150000', '161513.610000', '161514.070000', '161514.530000', '161514.990000', '161515.450000', '161515.910000', '161516.370000', '161516.830000', '161517.290000', '161517.750000', '161518.210000', '161518.670000', '161519.130000', '161519.590000', '161520.050000', '161520.510000', '161520.970000', '161521.430000', '161521.890000', '161522.350000', '161522.810000', '161523.270000', '161523.730000', '161524.190000', '161524.650000', '161525.110000', '161525.570000', '161526.030000', '161526.490000', '161526.950000', '161527.410000', '161527.870000', '161528.330000', '161528.790000', '161529.250000', '161529.710000', '161530.170000', '161530.630000', '161531.090000', '161531.550000', '161532.010000', '161532.470000', '161532.930000', '161533.390000', '161533.850000', '161534.310000', '161534.770000', '161535.230000', '161535.690000', '161536.150000', '161536.610000', '161537.070000', '161537.530000', '161537.990000', '161538.450000', '161538.910000', '161539.370000', '161539.830000', '161540.290000', '161540.750000', '161541.210000', '161541.670000', '161542.130000', '161542.590000', '161543.050000', '161543.510000', '161543.970000', '161544.430000', '161544.890000', '161545.350000', '161545.810000', '161546.270000', '161546.730000', '161547.190000', '161547.650000', '161548.110000', '161548.570000', '161549.030000', '161549.490000', '161549.950000', '161550.410000', '161550.870000', '161551.330000', '161551.790000', '161552.250000', '161552.710000', '161553.170000', '161553.630000', '161554.090000', '161554.550000', '161555.010000', '161555.470000', '161555.930000', '161556.390000', '161556.850000', '161557.310000', '161557.770000', '161558.230000', '161558.690000', '161559.150000', '161559.610000', '161600.070000', '161600.530000', '161600.990000', '161601.450000', '161601.910000', '161602.370000', '161602.830000', '161603.290000', '161603.750000', '161604.210000', '161604.670000', '161605.130000', '161605.590000', '161606.050000', '161606.510000', '161606.970000', '161607.430000', '161607.890000', '161608.350000', '161608.810000', '161609.270000', '161609.730000', '161610.190000', '161610.650000', '161611.110000', '161611.570000', '161612.030000', '161612.490000', '161612.950000', '161613.410000', '161613.870000', '161614.330000', '161614.790000', '161615.250000', '161615.710000', '161616.170000', '161616.630000', '161617.090000', '161617.550000', '161618.010000', '161618.470000', '161618.930000', '161619.390000', '161619.850000', '161620.310000', '161620.770000', '161621.230000', '161621.690000', '161622.150000', '161622.610000', '161623.070000', '161623.530000', '161623.990000', '161624.450000', '161624.910000', '161625.370000', '161625.830000', '161626.290000', '161626.750000', '161627.210000', '161627.670000', '161628.130000', '161628.590000', '161629.050000', '161629.510000', '161629.970000', '161630.430000', '161630.890000', '161631.350000', '161631.810000', '161632.270000', '161632.730000', '161633.190000', '161633.650000', '161634.110000', '161634.570000', '161635.030000', '161635.490000', '161635.950000', '161636.410000', '161636.870000', '161637.330000', '161637.790000', '161638.250000', '161638.710000', '161639.170000', '161639.630000', '161640.090000', '161640.550000', '161641.010000', '161641.470000', '161641.930000', '161642.390000', '161642.850000', '161643.310000', '161643.770000', '161644.230000', '161644.690000', '161645.150000', '161645.610000', '161646.070000', '161646.530000', '161646.990000', '161647.450000', '161647.910000', '161648.370000', '161648.830000', '161649.290000', '161649.750000', '161650.210000', '161650.670000', '161651.130000', '161651.590000', '161652.050000', '161652.510000', '161652.970000', '161653.430000', '161653.890000', '161654.350000', '161654.810000', '161655.270000', '161655.730000', '161656.190000', '161656.650000', '161657.110000', '161657.570000', '161658.030000', '161658.490000', '161658.950000', '161659.410000', '161659.870000', '161700.330000', '161700.790000', '161701.250000', '161701.710000', '161702.170000', '161702.630000', '161703.090000', '161703.550000', '161704.010000', '161704.470000', '161704.930000', '161705.390000', '161705.850000', '161706.310000', '161706.770000', '161707.230000', '161707.690000'], 'ContentTime': ['161053.578000', '161053.581000', '161053.584000', '161053.586000', '161053.589000', '161053.592000', '161053.594000', '161053.597000', '161053.599000', '161053.602000', '161053.604000', '161053.607000', '161053.609000', '161053.612000', '161053.615000', '161053.617000', '161053.620000', '161053.622000', '161053.625000', '161053.627000', '161053.630000', '161053.632000', '161053.635000', '161053.637000', '161053.640000', '161053.642000', '161053.645000', '161053.648000', '161053.650000', '161053.653000', '161053.655000', '161053.658000', '161053.672000', '161053.675000', '161053.677000', '161053.680000', '161053.682000', '161053.685000', '161053.687000', '161053.690000', '161053.692000', '161053.695000', '161053.697000', '161053.700000', '161053.703000', '161053.705000', '161053.708000', '161053.710000', '161053.713000', '161053.715000', '161053.718000', '161053.720000', '161053.723000', '161053.725000', '161053.728000', '161113.551000', '161113.556000', '161113.559000', '161113.561000', '161113.564000', '161113.566000', '161113.569000', '161113.571000', '161113.574000', '161113.576000', '161113.579000', '161113.581000', '161113.584000', '161113.586000', '161113.589000', '161113.592000', '161113.594000', '161113.597000', '161113.599000', '161113.602000', '161113.604000', '161113.607000', '161113.609000', '161113.612000', '161113.614000', '161113.617000', '161113.619000', '161113.622000', '161113.624000', '161113.627000', '161113.630000', '161113.632000', '161113.635000', '161113.637000', '161113.640000', '161113.642000', '161113.645000', '161113.647000', '161113.650000', '161113.653000', '161113.655000', '161113.658000', '161113.660000', '161133.550000', '161133.553000', '161133.556000', '161133.558000', '161133.561000', '161133.564000', '161133.566000', '161133.569000', '161133.571000', '161133.574000', '161133.576000', '161133.579000', '161133.581000', '161133.584000', '161133.587000', '161133.589000', '161133.592000', '161133.595000', '161133.597000', '161133.600000', '161133.602000', '161133.605000', '161133.607000', '161133.610000', '161133.613000', '161133.615000', '161133.618000', '161133.620000', '161133.634000', '161133.637000', '161133.640000', '161133.642000', '161133.645000', '161133.647000', '161133.650000', '161133.652000', '161133.655000', '161133.657000', '161133.660000', '161133.663000', '161133.665000', '161133.668000', '161133.670000', '161133.673000', '161153.551000', '161153.553000', '161153.556000', '161153.559000', '161153.561000', '161153.564000', '161153.566000', '161153.569000', '161153.571000', '161153.574000', '161153.576000', '161153.584000', '161153.587000', '161153.590000', '161153.592000', '161153.595000', '161153.598000', '161153.600000', '161153.603000', '161153.605000', '161153.608000', '161153.610000', '161153.613000', '161153.615000', '161153.618000', '161153.620000', '161153.623000', '161153.625000', '161153.628000', '161153.631000', '161153.633000', '161153.636000', '161153.638000', '161153.641000', '161153.643000', '161153.646000', '161153.648000', '161153.651000', '161153.653000', '161153.656000', '161153.659000', '161153.661000', '161153.664000', '161213.551000', '161213.553000', '161213.556000', '161213.559000', '161213.561000', '161213.564000', '161213.566000', '161213.569000', '161213.571000', '161213.574000', '161213.576000', '161213.579000', '161213.582000', '161213.584000', '161213.587000', '161213.589000', '161213.592000', '161213.594000', '161213.597000', '161213.600000', '161213.602000', '161213.605000', '161213.607000', '161213.610000', '161213.612000', '161213.615000', '161213.617000', '161213.620000', '161213.622000', '161213.625000', '161213.628000', '161213.630000', '161213.633000', '161213.635000', '161213.638000', '161213.640000', '161213.643000', '161213.646000', '161213.648000', '161213.651000', '161213.653000', '161213.656000', '161213.659000', '161233.551000', '161233.553000', '161233.556000', '161233.559000', '161233.561000', '161233.564000', '161233.566000', '161233.569000', '161233.571000', '161233.574000', '161233.577000', '161233.579000', '161233.582000', '161233.584000', '161233.587000', '161233.590000', '161233.592000', '161233.595000', '161233.597000', '161233.600000', '161233.602000', '161233.605000', '161233.607000', '161233.610000', '161233.612000', '161233.615000', '161233.618000', '161233.620000', '161233.623000', '161233.625000', '161233.628000', '161233.631000', '161233.633000', '161233.636000', '161233.638000', '161233.641000', '161233.643000', '161233.646000', '161233.648000', '161233.651000', '161233.654000', '161233.656000', '161233.659000', '161233.661000', '161253.551000', '161253.554000', '161253.557000', '161253.559000', '161253.562000', '161253.564000', '161253.567000', '161253.570000', '161253.572000', '161253.575000', '161253.577000', '161253.580000', '161253.583000', '161253.585000', '161253.588000', '161253.590000', '161253.593000', '161253.595000', '161253.598000', '161253.601000', '161253.603000', '161253.606000', '161253.608000', '161253.611000', '161253.614000', '161253.616000', '161253.619000', '161253.621000', '161253.624000', '161253.626000', '161253.629000', '161253.631000', '161253.634000', '161253.637000', '161253.639000', '161253.642000', '161253.644000', '161253.647000', '161253.649000', '161253.652000', '161253.655000', '161253.657000', '161253.660000', '161253.662000', '161313.550000', '161313.553000', '161313.556000', '161313.558000', '161313.561000', '161313.564000', '161313.566000', '161313.569000', '161313.571000', '161313.574000', '161313.577000', '161313.579000', '161313.582000', '161313.584000', '161313.587000', '161313.590000', '161313.592000', '161313.595000', '161313.597000', '161313.600000', '161313.602000', '161313.605000', '161313.607000', '161313.665000', '161313.668000', '161313.671000', '161313.673000', '161313.676000', '161313.687000', '161313.690000', '161313.693000', '161313.695000', '161313.698000', '161313.700000', '161313.703000', '161313.705000', '161313.708000', '161313.710000', '161313.713000', '161313.716000', '161313.718000', '161313.721000', '161313.723000', '161333.551000', '161333.553000', '161333.556000', '161333.559000', '161333.562000', '161333.565000', '161333.568000', '161333.570000', '161333.573000', '161333.575000', '161333.578000', '161333.581000', '161333.583000', '161333.586000', '161333.588000', '161333.591000', '161333.593000', '161333.596000', '161333.599000', '161333.601000', '161333.604000', '161333.606000', '161333.609000', '161333.612000', '161333.614000', '161333.617000', '161333.619000', '161333.622000', '161333.624000', '161333.627000', '161333.630000', '161333.632000', '161333.635000', '161333.637000', '161333.640000', '161333.642000', '161333.645000', '161333.648000', '161333.650000', '161333.653000', '161333.655000', '161333.658000', '161333.660000', '161353.550000', '161353.553000', '161353.556000', '161353.558000', '161353.561000', '161353.564000', '161353.566000', '161353.569000', '161353.571000', '161353.574000', '161353.577000', '161353.579000', '161353.582000', '161353.584000', '161353.587000', '161353.590000', '161353.592000', '161353.595000', '161353.597000', '161353.600000', '161353.602000', '161353.605000', '161353.608000', '161353.610000', '161353.613000', '161353.615000', '161353.618000', '161353.620000', '161353.623000', '161353.625000', '161353.628000', '161353.631000', '161353.633000', '161353.636000', '161353.638000', '161353.641000', '161353.643000', '161353.646000', '161353.648000', '161353.651000', '161353.654000', '161353.656000', '161353.659000', '161353.661000', '161413.550000', '161413.553000', '161413.556000', '161413.558000', '161413.561000', '161413.564000', '161413.566000', '161413.569000', '161413.571000', '161413.574000', '161413.577000', '161413.579000', '161413.582000', '161413.584000', '161413.589000', '161413.591000', '161413.594000', '161413.596000', '161413.599000', '161413.602000', '161413.604000', '161413.607000', '161413.609000', '161413.612000', '161413.615000', '161413.617000', '161413.620000', '161413.622000', '161413.625000', '161413.627000', '161413.630000', '161413.633000', '161413.635000', '161413.638000', '161413.640000', '161413.643000', '161413.646000', '161413.648000', '161413.651000', '161413.653000', '161413.656000', '161413.659000', '161413.661000', '161433.550000', '161433.553000', '161433.556000', '161433.558000', '161433.561000', '161433.563000', '161433.566000', '161433.569000', '161433.571000', '161433.574000', '161433.576000', '161433.579000', '161433.581000', '161433.584000', '161433.587000', '161433.589000', '161433.592000', '161433.594000', '161433.597000', '161433.599000', '161433.602000', '161433.604000', '161433.607000', '161433.610000', '161433.612000', '161433.615000', '161433.617000', '161433.620000', '161433.622000', '161433.625000', '161433.627000', '161433.630000', '161433.633000', '161433.635000', '161433.638000', '161433.640000', '161433.643000', '161433.648000', '161433.651000', '161433.653000', '161433.656000', '161433.659000', '161433.661000', '161433.664000', '161453.550000', '161453.553000', '161453.556000', '161453.558000', '161453.561000', '161453.572000', '161453.574000', '161453.577000', '161453.580000', '161453.582000', '161453.585000', '161453.587000', '161453.590000', '161453.593000', '161453.595000', '161453.598000', '161453.600000', '161453.603000', '161453.606000', '161453.609000', '161453.612000', '161453.615000', '161453.617000', '161453.620000', '161453.622000', '161453.625000', '161453.627000', '161453.630000', '161453.633000', '161453.635000', '161453.638000', '161453.640000', '161453.643000', '161453.646000', '161453.648000', '161453.651000', '161453.653000', '161453.656000', '161453.659000', '161453.661000', '161453.664000', '161453.666000', '161453.669000', '161513.552000', '161513.555000', '161513.557000', '161513.560000', '161513.562000', '161513.565000', '161513.567000', '161513.570000', '161513.572000', '161513.575000', '161513.577000', '161513.580000', '161513.582000', '161513.585000', '161513.588000', '161513.590000', '161513.593000', '161513.595000', '161513.598000', '161513.601000', '161513.603000', '161513.606000', '161513.608000', '161513.611000', '161513.613000', '161513.616000', '161513.618000', '161513.621000', '161513.624000', '161513.626000', '161513.629000', '161513.631000', '161513.634000', '161513.636000', '161513.639000', '161513.642000', '161513.644000', '161513.647000', '161513.649000', '161513.652000', '161513.654000', '161513.657000', '161513.659000', '161513.662000', '161533.551000', '161533.553000', '161533.556000', '161533.559000', '161533.561000', '161533.564000', '161533.566000', '161533.569000', '161533.571000', '161533.574000', '161533.577000', '161533.579000', '161533.582000', '161533.584000', '161533.587000', '161533.590000', '161533.592000', '161533.595000', '161533.598000', '161533.600000', '161533.603000', '161533.605000', '161533.608000', '161533.610000', '161533.613000', '161533.616000', '161533.618000', '161533.621000', '161533.623000', '161533.626000', '161533.630000', '161533.632000', '161533.635000', '161533.638000', '161533.640000', '161533.643000', '161533.645000', '161533.648000', '161533.650000', '161533.653000', '161533.655000', '161533.658000', '161533.661000', '161553.550000', '161553.553000', '161553.556000', '161553.558000', '161553.561000', '161553.563000', '161553.566000', '161553.568000', '161553.571000', '161553.573000', '161553.583000', '161553.586000', '161553.589000', '161553.591000', '161553.595000', '161553.598000', '161553.600000', '161553.603000', '161553.605000', '161553.608000', '161553.610000', '161553.613000', '161553.615000', '161553.618000', '161553.621000', '161553.623000', '161553.626000', '161553.628000', '161553.631000', '161553.633000', '161553.636000', '161553.638000', '161553.641000', '161553.644000', '161553.646000', '161553.649000', '161553.651000', '161553.654000', '161553.656000', '161553.659000', '161553.662000', '161553.664000', '161553.667000', '161553.669000', '161613.551000', '161613.553000', '161613.556000', '161613.559000', '161613.561000', '161613.564000', '161613.566000', '161613.569000', '161613.572000', '161613.574000', '161613.577000', '161613.579000', '161613.582000', '161613.584000', '161613.587000', '161613.590000', '161613.592000', '161613.595000', '161613.598000', '161613.600000', '161613.603000', '161613.605000', '161613.608000', '161613.610000', '161613.613000', '161613.616000', '161613.618000', '161613.621000', '161613.623000', '161613.626000', '161613.639000', '161613.641000', '161613.644000', '161613.646000', '161613.649000', '161613.652000', '161613.654000', '161613.657000', '161613.659000', '161613.662000', '161613.664000', '161613.667000', '161613.670000', '161633.550000', '161633.553000', '161633.556000', '161633.559000', '161633.561000', '161633.564000', '161633.566000', '161633.569000', '161633.572000', '161633.574000', '161633.577000', '161633.579000', '161633.583000', '161633.586000', '161633.588000', '161633.591000', '161633.594000', '161633.596000', '161633.599000', '161633.601000', '161633.604000', '161633.606000', '161633.609000', '161633.611000', '161633.614000', '161633.616000', '161633.619000', '161633.622000', '161633.624000', '161633.627000', '161633.629000', '161633.632000', '161633.634000', '161633.637000', '161633.640000', '161633.642000', '161633.645000', '161633.647000', '161633.650000', '161633.652000', '161633.655000', '161633.657000', '161633.660000', '161633.663000', '161653.551000', '161653.553000', '161653.556000', '161653.559000', '161653.561000', '161653.564000', '161653.566000', '161653.569000', '161653.572000', '161653.574000', '161653.577000', '161653.579000', '161653.582000', '161653.584000', '161653.587000', '161653.590000', '161653.592000', '161653.595000', '161653.597000', '161653.600000', '161653.603000', '161653.605000', '161653.608000', '161653.610000', '161653.613000', '161653.615000', '161653.618000', '161653.620000', '161653.623000', '161653.626000', '161653.628000', '161653.631000', '161653.633000', '161653.636000', '161653.638000', '161653.641000', '161653.644000', '161653.646000', '161653.649000', '161653.651000', '161653.654000', '161653.656000', '161653.659000', '161709.265000', '161709.268000', '161709.271000', '161709.274000', '161709.276000', '161709.279000', '161709.282000', '161709.284000', '161709.287000', '161709.289000', '161709.292000', '161709.295000', '161709.297000', '161709.300000', '161709.303000', '161709.305000', '161709.308000', '161709.310000', '161709.313000', '161709.316000', '161709.318000', '161709.321000', '161709.324000', '161709.332000', '161709.335000', '161709.338000', '161709.340000', '161709.343000', '161709.346000', '161709.349000', '161709.351000', '161709.354000', '161709.357000', '161709.359000', '161709.362000'], 'InstanceCreationTime': ['161053.578000', '161053.581000', '161053.584000', '161053.586000', '161053.589000', '161053.592000', '161053.594000', '161053.597000', '161053.599000', '161053.602000', '161053.604000', '161053.607000', '161053.609000', '161053.612000', '161053.615000', '161053.617000', '161053.620000', '161053.622000', '161053.625000', '161053.627000', '161053.630000', '161053.632000', '161053.635000', '161053.637000', '161053.640000', '161053.642000', '161053.645000', '161053.648000', '161053.650000', '161053.653000', '161053.655000', '161053.658000', '161053.672000', '161053.675000', '161053.677000', '161053.680000', '161053.682000', '161053.685000', '161053.687000', '161053.690000', '161053.692000', '161053.695000', '161053.697000', '161053.700000', '161053.703000', '161053.705000', '161053.708000', '161053.710000', '161053.713000', '161053.715000', '161053.718000', '161053.720000', '161053.723000', '161053.725000', '161053.728000', '161113.551000', '161113.556000', '161113.559000', '161113.561000', '161113.564000', '161113.566000', '161113.569000', '161113.571000', '161113.574000', '161113.576000', '161113.579000', '161113.581000', '161113.584000', '161113.586000', '161113.589000', '161113.592000', '161113.594000', '161113.597000', '161113.599000', '161113.602000', '161113.604000', '161113.607000', '161113.609000', '161113.612000', '161113.614000', '161113.617000', '161113.619000', '161113.622000', '161113.624000', '161113.627000', '161113.630000', '161113.632000', '161113.635000', '161113.637000', '161113.640000', '161113.642000', '161113.645000', '161113.647000', '161113.650000', '161113.653000', '161113.655000', '161113.658000', '161113.660000', '161133.550000', '161133.553000', '161133.556000', '161133.558000', '161133.561000', '161133.564000', '161133.566000', '161133.569000', '161133.571000', '161133.574000', '161133.576000', '161133.579000', '161133.581000', '161133.584000', '161133.587000', '161133.589000', '161133.592000', '161133.595000', '161133.597000', '161133.600000', '161133.602000', '161133.605000', '161133.607000', '161133.610000', '161133.613000', '161133.615000', '161133.618000', '161133.620000', '161133.634000', '161133.637000', '161133.640000', '161133.642000', '161133.645000', '161133.647000', '161133.650000', '161133.652000', '161133.655000', '161133.657000', '161133.660000', '161133.663000', '161133.665000', '161133.668000', '161133.670000', '161133.673000', '161153.551000', '161153.553000', '161153.556000', '161153.559000', '161153.561000', '161153.564000', '161153.566000', '161153.569000', '161153.571000', '161153.574000', '161153.576000', '161153.584000', '161153.587000', '161153.590000', '161153.592000', '161153.595000', '161153.598000', '161153.600000', '161153.603000', '161153.605000', '161153.608000', '161153.610000', '161153.613000', '161153.615000', '161153.618000', '161153.620000', '161153.623000', '161153.625000', '161153.628000', '161153.631000', '161153.633000', '161153.636000', '161153.638000', '161153.641000', '161153.643000', '161153.646000', '161153.648000', '161153.651000', '161153.653000', '161153.656000', '161153.659000', '161153.661000', '161153.664000', '161213.551000', '161213.553000', '161213.556000', '161213.559000', '161213.561000', '161213.564000', '161213.566000', '161213.569000', '161213.571000', '161213.574000', '161213.576000', '161213.579000', '161213.582000', '161213.584000', '161213.587000', '161213.589000', '161213.592000', '161213.594000', '161213.597000', '161213.600000', '161213.602000', '161213.605000', '161213.607000', '161213.610000', '161213.612000', '161213.615000', '161213.617000', '161213.620000', '161213.622000', '161213.625000', '161213.628000', '161213.630000', '161213.633000', '161213.635000', '161213.638000', '161213.640000', '161213.643000', '161213.646000', '161213.648000', '161213.651000', '161213.653000', '161213.656000', '161213.659000', '161233.551000', '161233.553000', '161233.556000', '161233.559000', '161233.561000', '161233.564000', '161233.566000', '161233.569000', '161233.571000', '161233.574000', '161233.577000', '161233.579000', '161233.582000', '161233.584000', '161233.587000', '161233.590000', '161233.592000', '161233.595000', '161233.597000', '161233.600000', '161233.602000', '161233.605000', '161233.607000', '161233.610000', '161233.612000', '161233.615000', '161233.618000', '161233.620000', '161233.623000', '161233.625000', '161233.628000', '161233.631000', '161233.633000', '161233.636000', '161233.638000', '161233.641000', '161233.643000', '161233.646000', '161233.648000', '161233.651000', '161233.654000', '161233.656000', '161233.659000', '161233.661000', '161253.551000', '161253.554000', '161253.557000', '161253.559000', '161253.562000', '161253.564000', '161253.567000', '161253.570000', '161253.572000', '161253.575000', '161253.577000', '161253.580000', '161253.583000', '161253.585000', '161253.588000', '161253.590000', '161253.593000', '161253.595000', '161253.598000', '161253.601000', '161253.603000', '161253.606000', '161253.608000', '161253.611000', '161253.614000', '161253.616000', '161253.619000', '161253.621000', '161253.624000', '161253.626000', '161253.629000', '161253.631000', '161253.634000', '161253.637000', '161253.639000', '161253.642000', '161253.644000', '161253.647000', '161253.649000', '161253.652000', '161253.655000', '161253.657000', '161253.660000', '161253.662000', '161313.550000', '161313.553000', '161313.556000', '161313.558000', '161313.561000', '161313.564000', '161313.566000', '161313.569000', '161313.571000', '161313.574000', '161313.577000', '161313.579000', '161313.582000', '161313.584000', '161313.587000', '161313.590000', '161313.592000', '161313.595000', '161313.597000', '161313.600000', '161313.602000', '161313.605000', '161313.607000', '161313.665000', '161313.668000', '161313.671000', '161313.673000', '161313.676000', '161313.687000', '161313.690000', '161313.693000', '161313.695000', '161313.698000', '161313.700000', '161313.703000', '161313.705000', '161313.708000', '161313.710000', '161313.713000', '161313.716000', '161313.718000', '161313.721000', '161313.723000', '161333.551000', '161333.553000', '161333.556000', '161333.559000', '161333.562000', '161333.565000', '161333.568000', '161333.570000', '161333.573000', '161333.575000', '161333.578000', '161333.581000', '161333.583000', '161333.586000', '161333.588000', '161333.591000', '161333.593000', '161333.596000', '161333.599000', '161333.601000', '161333.604000', '161333.606000', '161333.609000', '161333.612000', '161333.614000', '161333.617000', '161333.619000', '161333.622000', '161333.624000', '161333.627000', '161333.630000', '161333.632000', '161333.635000', '161333.637000', '161333.640000', '161333.642000', '161333.645000', '161333.648000', '161333.650000', '161333.653000', '161333.655000', '161333.658000', '161333.660000', '161353.550000', '161353.553000', '161353.556000', '161353.558000', '161353.561000', '161353.564000', '161353.566000', '161353.569000', '161353.571000', '161353.574000', '161353.577000', '161353.579000', '161353.582000', '161353.584000', '161353.587000', '161353.590000', '161353.592000', '161353.595000', '161353.597000', '161353.600000', '161353.602000', '161353.605000', '161353.608000', '161353.610000', '161353.613000', '161353.615000', '161353.618000', '161353.620000', '161353.623000', '161353.625000', '161353.628000', '161353.631000', '161353.633000', '161353.636000', '161353.638000', '161353.641000', '161353.643000', '161353.646000', '161353.648000', '161353.651000', '161353.654000', '161353.656000', '161353.659000', '161353.661000', '161413.550000', '161413.553000', '161413.556000', '161413.558000', '161413.561000', '161413.564000', '161413.566000', '161413.569000', '161413.571000', '161413.574000', '161413.577000', '161413.579000', '161413.582000', '161413.584000', '161413.589000', '161413.591000', '161413.594000', '161413.596000', '161413.599000', '161413.602000', '161413.604000', '161413.607000', '161413.609000', '161413.612000', '161413.615000', '161413.617000', '161413.620000', '161413.622000', '161413.625000', '161413.627000', '161413.630000', '161413.633000', '161413.635000', '161413.638000', '161413.640000', '161413.643000', '161413.646000', '161413.648000', '161413.651000', '161413.653000', '161413.656000', '161413.659000', '161413.661000', '161433.550000', '161433.553000', '161433.556000', '161433.558000', '161433.561000', '161433.563000', '161433.566000', '161433.569000', '161433.571000', '161433.574000', '161433.576000', '161433.579000', '161433.581000', '161433.584000', '161433.587000', '161433.589000', '161433.592000', '161433.594000', '161433.597000', '161433.599000', '161433.602000', '161433.604000', '161433.607000', '161433.610000', '161433.612000', '161433.615000', '161433.617000', '161433.620000', '161433.622000', '161433.625000', '161433.627000', '161433.630000', '161433.633000', '161433.635000', '161433.638000', '161433.640000', '161433.643000', '161433.648000', '161433.651000', '161433.653000', '161433.656000', '161433.659000', '161433.661000', '161433.664000', '161453.550000', '161453.553000', '161453.556000', '161453.558000', '161453.561000', '161453.572000', '161453.574000', '161453.577000', '161453.580000', '161453.582000', '161453.585000', '161453.587000', '161453.590000', '161453.593000', '161453.595000', '161453.598000', '161453.600000', '161453.603000', '161453.606000', '161453.609000', '161453.612000', '161453.615000', '161453.617000', '161453.620000', '161453.622000', '161453.625000', '161453.627000', '161453.630000', '161453.633000', '161453.635000', '161453.638000', '161453.640000', '161453.643000', '161453.646000', '161453.648000', '161453.651000', '161453.653000', '161453.656000', '161453.659000', '161453.661000', '161453.664000', '161453.666000', '161453.669000', '161513.552000', '161513.555000', '161513.557000', '161513.560000', '161513.562000', '161513.565000', '161513.567000', '161513.570000', '161513.572000', '161513.575000', '161513.577000', '161513.580000', '161513.582000', '161513.585000', '161513.588000', '161513.590000', '161513.593000', '161513.595000', '161513.598000', '161513.601000', '161513.603000', '161513.606000', '161513.608000', '161513.611000', '161513.613000', '161513.616000', '161513.618000', '161513.621000', '161513.624000', '161513.626000', '161513.629000', '161513.631000', '161513.634000', '161513.636000', '161513.639000', '161513.642000', '161513.644000', '161513.647000', '161513.649000', '161513.652000', '161513.654000', '161513.657000', '161513.659000', '161513.662000', '161533.551000', '161533.553000', '161533.556000', '161533.559000', '161533.561000', '161533.564000', '161533.566000', '161533.569000', '161533.571000', '161533.574000', '161533.577000', '161533.579000', '161533.582000', '161533.584000', '161533.587000', '161533.590000', '161533.592000', '161533.595000', '161533.598000', '161533.600000', '161533.603000', '161533.605000', '161533.608000', '161533.610000', '161533.613000', '161533.616000', '161533.618000', '161533.621000', '161533.623000', '161533.626000', '161533.630000', '161533.632000', '161533.635000', '161533.638000', '161533.640000', '161533.643000', '161533.645000', '161533.648000', '161533.650000', '161533.653000', '161533.655000', '161533.658000', '161533.661000', '161553.550000', '161553.553000', '161553.556000', '161553.558000', '161553.561000', '161553.563000', '161553.566000', '161553.568000', '161553.571000', '161553.573000', '161553.583000', '161553.586000', '161553.589000', '161553.591000', '161553.595000', '161553.598000', '161553.600000', '161553.603000', '161553.605000', '161553.608000', '161553.610000', '161553.613000', '161553.615000', '161553.618000', '161553.621000', '161553.623000', '161553.626000', '161553.628000', '161553.631000', '161553.633000', '161553.636000', '161553.638000', '161553.641000', '161553.644000', '161553.646000', '161553.649000', '161553.651000', '161553.654000', '161553.656000', '161553.659000', '161553.662000', '161553.664000', '161553.667000', '161553.669000', '161613.551000', '161613.553000', '161613.556000', '161613.559000', '161613.561000', '161613.564000', '161613.566000', '161613.569000', '161613.572000', '161613.574000', '161613.577000', '161613.579000', '161613.582000', '161613.584000', '161613.587000', '161613.590000', '161613.592000', '161613.595000', '161613.598000', '161613.600000', '161613.603000', '161613.605000', '161613.608000', '161613.610000', '161613.613000', '161613.616000', '161613.618000', '161613.621000', '161613.623000', '161613.626000', '161613.639000', '161613.641000', '161613.644000', '161613.646000', '161613.649000', '161613.652000', '161613.654000', '161613.657000', '161613.659000', '161613.662000', '161613.664000', '161613.667000', '161613.670000', '161633.550000', '161633.553000', '161633.556000', '161633.559000', '161633.561000', '161633.564000', '161633.566000', '161633.569000', '161633.572000', '161633.574000', '161633.577000', '161633.579000', '161633.583000', '161633.586000', '161633.588000', '161633.591000', '161633.594000', '161633.596000', '161633.599000', '161633.601000', '161633.604000', '161633.606000', '161633.609000', '161633.611000', '161633.614000', '161633.616000', '161633.619000', '161633.622000', '161633.624000', '161633.627000', '161633.629000', '161633.632000', '161633.634000', '161633.637000', '161633.640000', '161633.642000', '161633.645000', '161633.647000', '161633.650000', '161633.652000', '161633.655000', '161633.657000', '161633.660000', '161633.663000', '161653.551000', '161653.553000', '161653.556000', '161653.559000', '161653.561000', '161653.564000', '161653.566000', '161653.569000', '161653.572000', '161653.574000', '161653.577000', '161653.579000', '161653.582000', '161653.584000', '161653.587000', '161653.590000', '161653.592000', '161653.595000', '161653.597000', '161653.600000', '161653.603000', '161653.605000', '161653.608000', '161653.610000', '161653.613000', '161653.615000', '161653.618000', '161653.620000', '161653.623000', '161653.626000', '161653.628000', '161653.631000', '161653.633000', '161653.636000', '161653.638000', '161653.641000', '161653.644000', '161653.646000', '161653.649000', '161653.651000', '161653.654000', '161653.656000', '161653.659000', '161709.265000', '161709.268000', '161709.271000', '161709.274000', '161709.276000', '161709.279000', '161709.282000', '161709.284000', '161709.287000', '161709.289000', '161709.292000', '161709.295000', '161709.297000', '161709.300000', '161709.303000', '161709.305000', '161709.308000', '161709.310000', '161709.313000', '161709.316000', '161709.318000', '161709.321000', '161709.324000', '161709.332000', '161709.335000', '161709.338000', '161709.340000', '161709.343000', '161709.346000', '161709.349000', '161709.351000', '161709.354000', '161709.357000', '161709.359000', '161709.362000'], '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': [10397, 12699, 10284, 8726, 16046, 13053, 12299, 10653, 9805, 18625, 14570, 10029, 12475, 10536, 14735, 12313, 9329, 10057, 9774, 8776, 17937, 10168, 7409, 12758, 10251, 16770, 13983, 9214, 16433, 12891, 17382, 14341, 9398, 16428, 9880, 7727, 15739, 13158, 13754, 10432, 8014, 18630, 12236, 7624, 13281, 11215, 11253, 11741, 11406, 9880, 7710, 13922, 13933, 12435, 12493, 11635, 10474, 12925, 17179, 14915, 19868, 18722, 14467, 20580, 15278, 12713, 19613, 15869, 12988, 17787, 13247, 12671, 13064, 11517, 11768, 14497, 11064, 7821, 11121, 8443, 8486, 10211, 8062, 11478, 9167, 7405, 11847, 9612, 7471, 11586, 10255, 7851, 11327, 8939, 11805, 9556, 8082, 11921, 8440, 13188, 12834, 15840, 11170, 9139, 11723, 10085, 18609, 10264, 8975, 11377, 10148, 18005, 12180, 11932, 14318, 14073, 18663, 11477, 8923, 12738, 9535, 8673, 15650, 14835, 12439, 12079, 10371, 15796, 10668, 13273, 19126, 18423, 19932, 17879, 11277, 8724, 12949, 14501, 18352, 18874, 19911, 19849, 20430, 12356, 10966, 9722, 8332, 12002, 10417, 9085, 15096, 11054, 8156, 14946, 10215, 8195, 11675, 10620, 14446, 11720, 9411, 13918, 9864, 7851, 13055, 10392, 8770, 13996, 11089, 7965, 13139, 10372, 8042, 11266, 11544, 13407, 12754, 8825, 11276, 9201, 7735, 10976, 9402, 13741, 10468, 14666, 9921, 10066, 10533, 8230, 14237, 11447, 15584, 9821, 9231, 12069, 9816, 16173, 13419, 18097, 17259, 11740, 15400, 9978, 7619, 12320, 10763, 15690, 12733, 13157, 16271, 12609, 18847, 14891, 18217, 13489, 19717, 12291, 16837, 15771, 10801, 18741, 11827, 13374, 9493, 7837, 12892, 9621, 15865, 11901, 8476, 13568, 10537, 14027, 11280, 8436, 13617, 10507, 15996, 11836, 11201, 10382, 8253, 15654, 11250, 11667, 9034, 7128, 10921, 9424, 14283, 9927, 7865, 9583, 9149, 13399, 9562, 13294, 9430, 9795, 12043, 9120, 12781, 9449, 14101, 9418, 8009, 11859, 8301, 13257, 10090, 14298, 13641, 17767, 12561, 8560, 11030, 9821, 14256, 10087, 15459, 11501, 9347, 12468, 10075, 14340, 10425, 17575, 12001, 13419, 11887, 9089, 15911, 11256, 15406, 11758, 16785, 10744, 11479, 11055, 8542, 14736, 11305, 16467, 9354, 8831, 9820, 8279, 13721, 10134, 13883, 9911, 13923, 9746, 9960, 12394, 9329, 12366, 11241, 8643, 13066, 11645, 9879, 12452, 9103, 9347, 13227, 9754, 15132, 10258, 13359, 15754, 11407, 16861, 14586, 18724, 14501, 10386, 14677, 11257, 19843, 14933, 16771, 13145, 14957, 19510, 17315, 17785, 11763, 8946, 13863, 11742, 10280, 17231, 15539, 21041, 15454, 10939, 17734, 16391, 10405, 11859, 10103, 8726, 13000, 11054, 16736, 11867, 9079, 12721, 9764, 10581, 10321, 10677, 16241, 12244, 9066, 14036, 10319, 11245, 10689, 8634, 12699, 10550, 14303, 9479, 7912, 10385, 9039, 14775, 9959, 9340, 9646, 8168, 13432, 10008, 9378, 9742, 8386, 16012, 12518, 9415, 12562, 10113, 12014, 17454, 13910, 7859, 9263, 8069, 9894, 14389, 13283, 18185, 12056, 9683, 17428, 14475, 19727, 14789, 13681, 18075, 14196, 18587, 15994, 14167, 16600, 11062, 17820, 11540, 18581, 10558, 9741, 11962, 8795, 13939, 10467, 15018, 9427, 9672, 9558, 7407, 12209, 9674, 14298, 8993, 9872, 9303, 7505, 11591, 8521, 12636, 9499, 11801, 9111, 7426, 11829, 8411, 12831, 9581, 13875, 9628, 12083, 9847, 7468, 11511, 9456, 14099, 10623, 14654, 9109, 10569, 11170, 8644, 11989, 9944, 13372, 10259, 11327, 11016, 9513, 15068, 13548, 9945, 11534, 10192, 15946, 11510, 16557, 15364, 14364, 17136, 11356, 18103, 14423, 19837, 14924, 18901, 14105, 16536, 17509, 12777, 19028, 15208, 17880, 13057, 12695, 11625, 9954, 16486, 11780, 9371, 13009, 10632, 15688, 10357, 14924, 9812, 10648, 10303, 8356, 14050, 9706, 12568, 9292, 14595, 9779, 7874, 10008, 7356, 11978, 9005, 12742, 9887, 13130, 9661, 13517, 9644, 13775, 9659, 13867, 9975, 14022, 10388, 14358, 9337, 13955, 9516, 11482, 11114, 7518, 11444, 10847, 15575, 13590, 9362, 11295, 8363, 9898, 14346, 11122, 14182, 17774, 14246, 8350, 13464, 11681, 10587, 15936, 16835, 19263, 19285, 18796, 21104, 19418, 16421, 20524, 18889, 20955, 16166, 19315, 13818, 9468, 14558, 10468, 14591, 11466, 12920, 9978, 8320, 11602, 8766, 10423, 8710, 7527, 11072, 9566, 11748, 8831, 7835, 11038, 9597, 12846, 9464, 14162, 10102, 12134, 12334, 7832, 12527, 9598, 13609, 11440, 12130, 16437, 9715, 7580, 10941, 12642, 11631, 13736, 9287, 9576, 11505, 8495, 15566, 12443, 20243, 16791, 19185, 18911, 19699, 19686, 17111, 20425, 19363, 20832, 14304, 12306, 18336, 13645, 20060, 13338, 9301, 12042, 10208, 14971, 13000, 10671, 15570, 10840, 11279, 11057, 11917, 14355, 11274, 15266, 12249, 11261, 12776, 8424, 14358, 9409, 15264, 11017, 14792, 11891, 17015, 10747, 13507, 10329, 8699, 12092, 7606, 12843, 9854, 12973, 9852, 13067, 10609, 9343, 11088, 8399, 12972, 10101, 7975, 15085, 11916, 13292, 12064, 10348, 8667, 13479, 10565, 15309, 11997, 16865, 18948, 16259, 8096, 12220, 10210, 10392, 12697, 11519, 17497, 15110, 17152, 15878, 11749, 19812, 13372, 11095, 18767, 13938, 19237, 13367, 11045, 14737, 11819, 17401, 11321, 13288, 10423, 11204, 9642, 7785, 10818, 7436, 12132, 9257, 12503, 9503, 12165, 9037, 8551, 10357, 8030, 11496, 8021, 12686, 9709, 13799, 10221, 13450, 9406, 7744, 11035, 8167, 12741, 9419, 12109, 9972, 7587, 10874, 8602, 13027, 9957, 14237, 11637, 18005, 15767, 14929, 10112, 9563, 8445, 14158, 16849, 20837, 19315, 19210, 20176, 19861, 19406, 18825, 11557, 8457, 8048, 7913, 7633, 9074, 8211, 10893, 9574, 8435, 13383, 10413, 10331, 16312, 16201, 18516, 18840, 15080, 18029, 13315, 11413, 17064, 13234, 19540, 15577, 17114, 17371, 9675, 12658, 10127, 12619, 11989, 8222, 13258, 10143, 16042, 13303, 8412, 9584, 7932, 14430, 11865, 10387, 13286, 9844, 14563, 11734, 10930, 15808, 10607, 18200, 14663, 14385, 19386, 12930, 12282, 19851, 17114, 14651, 20825, 18196, 12778, 19818, 20104, 20981, 17201, 11205, 8526, 9924, 9468, 9767, 13954, 13266, 9006, 9838, 10822, 16234, 13475, 9120, 14626, 12009, 15041, 12789, 8755, 15633, 12814, 11286, 14226, 12808, 16770, 12875, 11963, 12033, 7997, 13791, 11452, 14880], 'WindowCenter': [4668.0, 4680.0, 4650.0, 4618.0, 4676.0, 4652.0, 4640.0, 4619.0, 4621.0, 4683.0, 4663.0, 4622.0, 4651.0, 4646.0, 4662.0, 4642.0, 4610.0, 4618.0, 4620.0, 4612.0, 4679.0, 4620.0, 4581.0, 4649.0, 4621.0, 4670.0, 4648.0, 4609.0, 4659.0, 4641.0, 4670.0, 4635.0, 4597.0, 4655.0, 4606.0, 4578.0, 4660.0, 4635.0, 4662.0, 4633.0, 4591.0, 4670.0, 4656.0, 4608.0, 4652.0, 4619.0, 4634.0, 4643.0, 4634.0, 4613.0, 4584.0, 4651.0, 4653.0, 4631.0, 4630.0, 4622.0, 4609.0, 4631.0, 4660.0, 4638.0, 4656.0, 4661.0, 4637.0, 4654.0, 4624.0, 4615.0, 4643.0, 4619.0, 4597.0, 4619.0, 4596.0, 4599.0, 4599.0, 4601.0, 4602.0, 4620.0, 4604.0, 4599.0, 4636.0, 4610.0, 4577.0, 4582.0, 4518.0, 4546.0, 4553.0, 4540.0, 4587.0, 4581.0, 4555.0, 4605.0, 4607.0, 4579.0, 4615.0, 4601.0, 4617.0, 4612.0, 4580.0, 4632.0, 4590.0, 4639.0, 4641.0, 4658.0, 4634.0, 4603.0, 4630.0, 4623.0, 4670.0, 4621.0, 4601.0, 4630.0, 4625.0, 4674.0, 4641.0, 4628.0, 4651.0, 4664.0, 4695.0, 4631.0, 4614.0, 4651.0, 4613.0, 4604.0, 4660.0, 4664.0, 4643.0, 4642.0, 4624.0, 4672.0, 4635.0, 4666.0, 4686.0, 4672.0, 4673.0, 4672.0, 4626.0, 4597.0, 4637.0, 4658.0, 4656.0, 4644.0, 4633.0, 4631.0, 4616.0, 4573.0, 4574.0, 4563.0, 4553.0, 4592.0, 4583.0, 4561.0, 4612.0, 4580.0, 4538.0, 4598.0, 4567.0, 4537.0, 4579.0, 4579.0, 4598.0, 4575.0, 4546.0, 4587.0, 4555.0, 4552.0, 4613.0, 4571.0, 4551.0, 4621.0, 4591.0, 4550.0, 4600.0, 4581.0, 4564.0, 4605.0, 4606.0, 4626.0, 4617.0, 4574.0, 4604.0, 4586.0, 4566.0, 4605.0, 4586.0, 4626.0, 4609.0, 4636.0, 4597.0, 4598.0, 4607.0, 4578.0, 4637.0, 4620.0, 4662.0, 4608.0, 4585.0, 4617.0, 4596.0, 4646.0, 4628.0, 4673.0, 4659.0, 4630.0, 4636.0, 4595.0, 4567.0, 4629.0, 4609.0, 4646.0, 4629.0, 4627.0, 4635.0, 4606.0, 4647.0, 4638.0, 4632.0, 4602.0, 4643.0, 4604.0, 4632.0, 4611.0, 4581.0, 4632.0, 4593.0, 4599.0, 4569.0, 4551.0, 4612.0, 4570.0, 4632.0, 4589.0, 4561.0, 4608.0, 4579.0, 4608.0, 4588.0, 4561.0, 4609.0, 4592.0, 4619.0, 4601.0, 4590.0, 4568.0, 4562.0, 4619.0, 4591.0, 4588.0, 4560.0, 4542.0, 4591.0, 4584.0, 4624.0, 4585.0, 4562.0, 4594.0, 4596.0, 4627.0, 4595.0, 4636.0, 4596.0, 4610.0, 4616.0, 4585.0, 4616.0, 4585.0, 4622.0, 4585.0, 4566.0, 4615.0, 4574.0, 4624.0, 4594.0, 4634.0, 4628.0, 4657.0, 4614.0, 4575.0, 4605.0, 4592.0, 4636.0, 4608.0, 4645.0, 4619.0, 4597.0, 4615.0, 4596.0, 4634.0, 4603.0, 4645.0, 4615.0, 4625.0, 4615.0, 4584.0, 4645.0, 4605.0, 4635.0, 4613.0, 4644.0, 4607.0, 4606.0, 4615.0, 4586.0, 4634.0, 4605.0, 4644.0, 4585.0, 4597.0, 4609.0, 4587.0, 4637.0, 4605.0, 4636.0, 4597.0, 4636.0, 4599.0, 4606.0, 4641.0, 4612.0, 4618.0, 4632.0, 4602.0, 4652.0, 4643.0, 4624.0, 4654.0, 4627.0, 4638.0, 4666.0, 4626.0, 4676.0, 4636.0, 4653.0, 4664.0, 4660.0, 4674.0, 4664.0, 4684.0, 4654.0, 4624.0, 4652.0, 4619.0, 4669.0, 4649.0, 4659.0, 4642.0, 4647.0, 4670.0, 4675.0, 4649.0, 4595.0, 4578.0, 4628.0, 4619.0, 4613.0, 4659.0, 4659.0, 4668.0, 4635.0, 4592.0, 4643.0, 4635.0, 4591.0, 4604.0, 4598.0, 4585.0, 4612.0, 4605.0, 4646.0, 4604.0, 4574.0, 4617.0, 4585.0, 4594.0, 4594.0, 4593.0, 4634.0, 4611.0, 4574.0, 4621.0, 4595.0, 4603.0, 4595.0, 4573.0, 4602.0, 4592.0, 4623.0, 4581.0, 4563.0, 4594.0, 4584.0, 4633.0, 4595.0, 4584.0, 4596.0, 4577.0, 4642.0, 4609.0, 4600.0, 4599.0, 4593.0, 4688.0, 4660.0, 4596.0, 4607.0, 4572.0, 4593.0, 4648.0, 4616.0, 4567.0, 4599.0, 4593.0, 4609.0, 4652.0, 4651.0, 4670.0, 4627.0, 4608.0, 4658.0, 4650.0, 4668.0, 4638.0, 4638.0, 4647.0, 4636.0, 4643.0, 4621.0, 4608.0, 4616.0, 4587.0, 4629.0, 4589.0, 4626.0, 4576.0, 4568.0, 4586.0, 4557.0, 4605.0, 4578.0, 4605.0, 4567.0, 4567.0, 4567.0, 4538.0, 4598.0, 4579.0, 4620.0, 4570.0, 4594.0, 4585.0, 4553.0, 4601.0, 4571.0, 4624.0, 4595.0, 4614.0, 4586.0, 4567.0, 4627.0, 4588.0, 4625.0, 4597.0, 4639.0, 4601.0, 4628.0, 4598.0, 4569.0, 4618.0, 4610.0, 4649.0, 4620.0, 4649.0, 4600.0, 4620.0, 4633.0, 4605.0, 4644.0, 4625.0, 4652.0, 4624.0, 4636.0, 4647.0, 4623.0, 4664.0, 4651.0, 4599.0, 4618.0, 4623.0, 4673.0, 4649.0, 4676.0, 4674.0, 4661.0, 4671.0, 4632.0, 4671.0, 4648.0, 4668.0, 4649.0, 4665.0, 4637.0, 4654.0, 4659.0, 4627.0, 4656.0, 4636.0, 4642.0, 4626.0, 4612.0, 4603.0, 4593.0, 4645.0, 4603.0, 4583.0, 4622.0, 4603.0, 4631.0, 4592.0, 4631.0, 4584.0, 4591.0, 4595.0, 4576.0, 4632.0, 4583.0, 4611.0, 4585.0, 4633.0, 4594.0, 4574.0, 4595.0, 4566.0, 4626.0, 4589.0, 4624.0, 4607.0, 4635.0, 4596.0, 4634.0, 4597.0, 4637.0, 4598.0, 4636.0, 4607.0, 4637.0, 4607.0, 4646.0, 4596.0, 4645.0, 4608.0, 4644.0, 4643.0, 4594.0, 4641.0, 4633.0, 4661.0, 4624.0, 4625.0, 4573.0, 4604.0, 4593.0, 4617.0, 4630.0, 4643.0, 4689.0, 4652.0, 4592.0, 4638.0, 4626.0, 4617.0, 4649.0, 4671.0, 4671.0, 4670.0, 4662.0, 4668.0, 4656.0, 4636.0, 4645.0, 4632.0, 4629.0, 4608.0, 4615.0, 4583.0, 4544.0, 4583.0, 4563.0, 4592.0, 4574.0, 4582.0, 4554.0, 4534.0, 4573.0, 4546.0, 4575.0, 4559.0, 4551.0, 4602.0, 4595.0, 4612.0, 4584.0, 4562.0, 4602.0, 4593.0, 4612.0, 4597.0, 4648.0, 4608.0, 4626.0, 4641.0, 4580.0, 4625.0, 4609.0, 4647.0, 4622.0, 4622.0, 4649.0, 4600.0, 4571.0, 4612.0, 4647.0, 4637.0, 4647.0, 4594.0, 4589.0, 4608.0, 4579.0, 4638.0, 4643.0, 4683.0, 4663.0, 4684.0, 4660.0, 4656.0, 4647.0, 4631.0, 4642.0, 4631.0, 4628.0, 4599.0, 4585.0, 4627.0, 4598.0, 4626.0, 4596.0, 4554.0, 4573.0, 4576.0, 4603.0, 4596.0, 4578.0, 4614.0, 4576.0, 4589.0, 4593.0, 4589.0, 4606.0, 4577.0, 4619.0, 4598.0, 4576.0, 4586.0, 4547.0, 4593.0, 4553.0, 4604.0, 4574.0, 4592.0, 4584.0, 4612.0, 4563.0, 4592.0, 4563.0, 4542.0, 4573.0, 4523.0, 4582.0, 4563.0, 4583.0, 4565.0, 4607.0, 4588.0, 4582.0, 4614.0, 4574.0, 4612.0, 4565.0, 4554.0, 4623.0, 4592.0, 4590.0, 4580.0, 4564.0, 4542.0, 4591.0, 4583.0, 4613.0, 4593.0, 4619.0, 4645.0, 4619.0, 4549.0, 4599.0, 4577.0, 4578.0, 4597.0, 4588.0, 4629.0, 4609.0, 4629.0, 4620.0, 4588.0, 4641.0, 4610.0, 4589.0, 4627.0, 4595.0, 4615.0, 4582.0, 4560.0, 4592.0, 4584.0, 4612.0, 4573.0, 4592.0, 4564.0, 4571.0, 4554.0, 4522.0, 4564.0, 4522.0, 4584.0, 4555.0, 4597.0, 4566.0, 4597.0, 4569.0, 4557.0, 4578.0, 4548.0, 4587.0, 4549.0, 4610.0, 4592.0, 4622.0, 4591.0, 4609.0, 4581.0, 4562.0, 4605.0, 4574.0, 4624.0, 4598.0, 4626.0, 4597.0, 4566.0, 4606.0, 4575.0, 4625.0, 4596.0, 4649.0, 4622.0, 4649.0, 4638.0, 4628.0, 4574.0, 4564.0, 4536.0, 4597.0, 4618.0, 4641.0, 4631.0, 4620.0, 4615.0, 4610.0, 4608.0, 4617.0, 4576.0, 4534.0, 4520.0, 4538.0, 4539.0, 4549.0, 4565.0, 4596.0, 4584.0, 4564.0, 4614.0, 4593.0, 4581.0, 4631.0, 4634.0, 4641.0, 4633.0, 4609.0, 4605.0, 4583.0, 4562.0, 4608.0, 4585.0, 4617.0, 4596.0, 4606.0, 4606.0, 4541.0, 4569.0, 4549.0, 4582.0, 4571.0, 4521.0, 4595.0, 4565.0, 4606.0, 4586.0, 4523.0, 4530.0, 4511.0, 4582.0, 4565.0, 4571.0, 4588.0, 4559.0, 4599.0, 4578.0, 4567.0, 4609.0, 4570.0, 4617.0, 4586.0, 4601.0, 4616.0, 4561.0, 4567.0, 4619.0, 4602.0, 4590.0, 4631.0, 4619.0, 4576.0, 4606.0, 4595.0, 4602.0, 4588.0, 4551.0, 4520.0, 4538.0, 4554.0, 4553.0, 4591.0, 4585.0, 4542.0, 4552.0, 4561.0, 4604.0, 4582.0, 4530.0, 4578.0, 4560.0, 4591.0, 4571.0, 4517.0, 4592.0, 4571.0, 4558.0, 4580.0, 4569.0, 4602.0, 4586.0, 4588.0, 4561.0, 4507.0, 4566.0, 4559.0, 4590.0], 'WindowWidth': [10224.0, 10226.0, 10179.0, 10132.0, 10210.0, 10168.0, 10149.0, 10118.0, 10123.0, 10214.0, 10180.0, 10123.0, 10168.0, 10166.0, 10182.0, 10153.0, 10110.0, 10117.0, 10125.0, 10113.0, 10202.0, 10118.0, 10068.0, 10158.0, 10123.0, 10189.0, 10157.0, 10103.0, 10174.0, 10144.0, 10184.0, 10133.0, 10084.0, 10162.0, 10094.0, 10059.0, 10175.0, 10134.0, 10182.0, 10144.0, 10082.0, 10188.0, 10183.0, 10116.0, 10169.0, 10113.0, 10144.0, 10153.0, 10142.0, 10111.0, 10074.0, 10161.0, 10163.0, 10130.0, 10127.0, 10117.0, 10097.0, 10127.0, 10171.0, 10134.0, 10159.0, 10175.0, 10132.0, 10156.0, 10111.0, 10099.0, 10140.0, 10096.0, 10060.0, 10095.0, 10059.0, 10068.0, 10067.0, 10072.0, 10076.0, 10098.0, 10081.0, 10099.0, 10144.0, 10114.0, 10046.0, 10042.0, 9936.0, 9970.0, 9993.0, 9985.0, 10047.0, 10044.0, 10018.0, 10085.0, 10092.0, 10057.0, 10103.0, 10087.0, 10107.0, 10104.0, 10061.0, 10133.0, 10074.0, 10140.0, 10142.0, 10166.0, 10138.0, 10094.0, 10129.0, 10122.0, 10185.0, 10118.0, 10088.0, 10128.0, 10132.0, 10196.0, 10146.0, 10124.0, 10162.0, 10184.0, 10230.0, 10134.0, 10114.0, 10162.0, 10110.0, 10099.0, 10174.0, 10183.0, 10151.0, 10151.0, 10130.0, 10191.0, 10150.0, 10189.0, 10227.0, 10198.0, 10195.0, 10194.0, 10128.0, 10087.0, 10142.0, 10170.0, 10169.0, 10153.0, 10143.0, 10141.0, 10092.0, 10022.0, 10029.0, 10015.0, 10006.0, 10057.0, 10045.0, 10010.0, 10085.0, 10038.0, 9978.0, 10059.0, 10017.0, 9975.0, 10033.0, 10037.0, 10061.0, 10026.0, 9985.0, 10041.0, 9999.0, 10007.0, 10089.0, 10026.0, 9999.0, 10099.0, 10057.0, 10003.0, 10068.0, 10042.0, 10025.0, 10081.0, 10083.0, 10112.0, 10099.0, 10039.0, 10080.0, 10058.0, 10031.0, 10082.0, 10060.0, 10114.0, 10095.0, 10129.0, 10076.0, 10078.0, 10090.0, 10054.0, 10135.0, 10111.0, 10174.0, 10096.0, 10060.0, 10102.0, 10073.0, 10146.0, 10122.0, 10190.0, 10171.0, 10129.0, 10127.0, 10070.0, 10037.0, 10120.0, 10094.0, 10145.0, 10121.0, 10114.0, 10131.0, 10084.0, 10150.0, 10137.0, 10121.0, 10074.0, 10137.0, 10080.0, 10117.0, 10084.0, 10042.0, 10120.0, 10060.0, 10066.0, 10024.0, 10003.0, 10090.0, 10031.0, 10118.0, 10055.0, 10020.0, 10079.0, 10040.0, 10077.0, 10050.0, 10016.0, 10082.0, 10061.0, 10094.0, 10075.0, 10054.0, 10024.0, 10022.0, 10096.0, 10060.0, 10053.0, 10015.0, 9994.0, 10059.0, 10055.0, 10107.0, 10056.0, 10025.0, 10074.0, 10076.0, 10117.0, 10074.0, 10129.0, 10079.0, 10101.0, 10102.0, 10060.0, 10101.0, 10058.0, 10106.0, 10059.0, 10034.0, 10100.0, 10045.0, 10113.0, 10073.0, 10126.0, 10120.0, 10159.0, 10099.0, 10043.0, 10087.0, 10067.0, 10127.0, 10098.0, 10143.0, 10111.0, 10078.0, 10099.0, 10075.0, 10125.0, 10083.0, 10140.0, 10099.0, 10114.0, 10099.0, 10056.0, 10142.0, 10084.0, 10125.0, 10094.0, 10138.0, 10092.0, 10086.0, 10101.0, 10064.0, 10125.0, 10086.0, 10137.0, 10059.0, 10081.0, 10098.0, 10066.0, 10136.0, 10087.0, 10129.0, 10078.0, 10132.0, 10083.0, 10091.0, 10148.0, 10109.0, 10105.0, 10140.0, 10096.0, 10168.0, 10157.0, 10130.0, 10170.0, 10143.0, 10155.0, 10189.0, 10134.0, 10203.0, 10149.0, 10163.0, 10183.0, 10186.0, 10202.0, 10181.0, 10215.0, 10170.0, 10130.0, 10162.0, 10114.0, 10190.0, 10155.0, 10169.0, 10147.0, 10147.0, 10189.0, 10205.0, 10149.0, 10066.0, 10048.0, 10122.0, 10109.0, 10108.0, 10172.0, 10170.0, 10181.0, 10126.0, 10065.0, 10139.0, 10129.0, 10059.0, 10080.0, 10078.0, 10062.0, 10092.0, 10081.0, 10144.0, 10082.0, 10041.0, 10102.0, 10055.0, 10067.0, 10066.0, 10068.0, 10124.0, 10090.0, 10041.0, 10103.0, 10069.0, 10079.0, 10071.0, 10037.0, 10074.0, 10061.0, 10104.0, 10049.0, 10027.0, 10067.0, 10057.0, 10120.0, 10071.0, 10057.0, 10075.0, 10048.0, 10147.0, 10099.0, 10086.0, 10085.0, 10085.0, 10225.0, 10184.0, 10082.0, 10084.0, 10028.0, 10058.0, 10150.0, 10096.0, 10033.0, 10085.0, 10083.0, 10101.0, 10162.0, 10160.0, 10183.0, 10120.0, 10096.0, 10169.0, 10160.0, 10181.0, 10136.0, 10137.0, 10152.0, 10133.0, 10143.0, 10103.0, 10079.0, 10091.0, 10047.0, 10110.0, 10052.0, 10105.0, 10034.0, 10024.0, 10045.0, 10007.0, 10070.0, 10037.0, 10072.0, 10023.0, 10023.0, 10023.0, 9987.0, 10067.0, 10045.0, 10099.0, 10035.0, 10072.0, 10058.0, 10015.0, 10077.0, 10037.0, 10113.0, 10075.0, 10098.0, 10065.0, 10041.0, 10123.0, 10069.0, 10116.0, 10081.0, 10141.0, 10090.0, 10124.0, 10082.0, 10043.0, 10110.0, 10102.0, 10154.0, 10117.0, 10155.0, 10090.0, 10117.0, 10139.0, 10104.0, 10154.0, 10133.0, 10167.0, 10131.0, 10145.0, 10167.0, 10130.0, 10190.0, 10162.0, 10085.0, 10108.0, 10125.0, 10195.0, 10172.0, 10203.0, 10199.0, 10176.0, 10193.0, 10135.0, 10191.0, 10153.0, 10187.0, 10157.0, 10174.0, 10139.0, 10154.0, 10174.0, 10123.0, 10168.0, 10133.0, 10140.0, 10117.0, 10094.0, 10082.0, 10066.0, 10144.0, 10081.0, 10052.0, 10106.0, 10082.0, 10119.0, 10066.0, 10116.0, 10056.0, 10063.0, 10073.0, 10048.0, 10122.0, 10055.0, 10092.0, 10061.0, 10125.0, 10072.0, 10046.0, 10075.0, 10042.0, 10120.0, 10072.0, 10117.0, 10095.0, 10130.0, 10079.0, 10129.0, 10083.0, 10133.0, 10083.0, 10132.0, 10097.0, 10136.0, 10098.0, 10146.0, 10080.0, 10145.0, 10102.0, 10158.0, 10160.0, 10093.0, 10152.0, 10140.0, 10178.0, 10114.0, 10139.0, 10025.0, 10112.0, 10094.0, 10094.0, 10135.0, 10150.0, 10233.0, 10161.0, 10082.0, 10138.0, 10121.0, 10109.0, 10157.0, 10195.0, 10192.0, 10196.0, 10179.0, 10187.0, 10168.0, 10127.0, 10151.0, 10119.0, 10116.0, 10077.0, 10084.0, 10036.0, 9982.0, 10034.0, 10008.0, 10049.0, 10023.0, 10033.0, 9999.0, 9971.0, 10022.0, 9990.0, 10031.0, 10017.0, 10008.0, 10077.0, 10074.0, 10094.0, 10059.0, 10027.0, 10077.0, 10068.0, 10094.0, 10078.0, 10151.0, 10096.0, 10117.0, 10148.0, 10060.0, 10116.0, 10100.0, 10153.0, 10120.0, 10117.0, 10152.0, 10087.0, 10049.0, 10102.0, 10158.0, 10146.0, 10159.0, 10081.0, 10066.0, 10089.0, 10052.0, 10133.0, 10150.0, 10215.0, 10186.0, 10218.0, 10178.0, 10164.0, 10155.0, 10116.0, 10142.0, 10119.0, 10104.0, 10063.0, 10042.0, 10107.0, 10065.0, 10105.0, 10059.0, 9997.0, 10020.0, 10035.0, 10065.0, 10061.0, 10038.0, 10081.0, 10032.0, 10055.0, 10063.0, 10054.0, 10073.0, 10031.0, 10096.0, 10065.0, 10030.0, 10042.0, 9990.0, 10048.0, 9994.0, 10064.0, 10026.0, 10049.0, 10041.0, 10075.0, 10008.0, 10048.0, 10011.0, 9980.0, 10021.0, 9955.0, 10033.0, 10010.0, 10036.0, 10017.0, 10078.0, 10055.0, 10054.0, 10101.0, 10043.0, 10090.0, 10015.0, 10013.0, 10105.0, 10060.0, 10049.0, 10032.0, 10014.0, 9984.0, 10051.0, 10044.0, 10089.0, 10061.0, 10093.0, 10147.0, 10096.0, 9999.0, 10065.0, 10036.0, 10037.0, 10065.0, 10050.0, 10112.0, 10082.0, 10110.0, 10102.0, 10047.0, 10136.0, 10086.0, 10052.0, 10108.0, 10055.0, 10084.0, 10031.0, 10001.0, 10047.0, 10040.0, 10079.0, 10023.0, 10050.0, 10014.0, 10019.0, 9997.0, 9955.0, 10010.0, 9956.0, 10038.0, 10003.0, 10060.0, 10022.0, 10065.0, 10031.0, 10011.0, 10040.0, 10000.0, 10051.0, 10001.0, 10088.0, 10068.0, 10109.0, 10065.0, 10086.0, 10049.0, 10028.0, 10087.0, 10045.0, 10111.0, 10080.0, 10120.0, 10081.0, 10034.0, 10088.0, 10047.0, 10114.0, 10078.0, 10156.0, 10120.0, 10149.0, 10133.0, 10115.0, 10035.0, 10019.0, 9976.0, 10058.0, 10091.0, 10131.0, 10121.0, 10102.0, 10094.0, 10074.0, 10073.0, 10089.0, 10027.0, 9971.0, 9943.0, 9982.0, 9984.0, 9993.0, 10031.0, 10072.0, 10055.0, 10029.0, 10095.0, 10063.0, 10041.0, 10116.0, 10120.0, 10132.0, 10126.0, 10077.0, 10069.0, 10034.0, 10002.0, 10078.0, 10042.0, 10092.0, 10054.0, 10069.0, 10072.0, 9974.0, 10007.0, 9982.0, 10033.0, 10017.0, 9946.0, 10053.0, 10017.0, 10067.0, 10042.0, 9947.0, 9952.0, 9930.0, 10028.0, 10010.0, 10025.0, 10045.0, 10008.0, 10062.0, 10032.0, 10014.0, 10078.0, 10026.0, 10088.0, 10039.0, 10067.0, 10084.0, 9992.0, 10009.0, 10092.0, 10068.0, 10043.0, 10112.0, 10092.0, 10023.0, 10076.0, 10062.0, 10061.0, 10038.0, 9986.0, 9940.0, 9966.0, 9995.0, 9993.0, 10043.0, 10041.0, 9977.0, 9990.0, 10002.0, 10066.0, 10030.0, 9957.0, 10022.0, 9996.0, 10044.0, 10013.0, 9936.0, 10044.0, 10015.0, 9995.0, 10027.0, 10007.0, 10060.0, 10041.0, 10047.0, 9998.0, 9922.0, 10001.0, 9994.0, 10040.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.004806367816091954</td></tr>
<tr><td colspan=3>aqi</td><td>0.04203704735632184</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.6844573333257</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.222196257065591</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0534808313808977</td></tr>
<tr><td colspan=3>efc</td><td>0.5213</td></tr>
<tr><td colspan=3>fber</td><td>2723.9634</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.21620765649386206</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>298</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>34.252873563218394</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.621788600374829</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.56624584790684</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7777014792289814</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.521418473988666</td></tr>
<tr><td colspan=3>gcor</td><td>0.0302534</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0014144014567136765</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023348193615674973</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>4.04274998028408</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>13.4752</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>75.8734</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>261.1896</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>75.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291310.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1242.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>452.8821</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6358</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>571.9171</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3729.6689</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3936.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85234.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1374.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4849.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>973.589</td></tr>
<tr><td colspan=3>tsnr</td><td>28.96953070757445</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>