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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0129_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-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-05_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-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0129/figures/sub-0129_ses-04_task-social_acq-mb8_run-05_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-0129/ses-04/func/sub-0129_ses-04_task-social_acq-mb8_run-05_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>bab06530834b0fd5a7b8dd4840644fef</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>14:04:25.070000</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.996972, -0.0689398, -0.0359629, 0.0718137, 0.99371, 0.0859244]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.120818</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7757, -7256, 128, -162, -15, 90, 132]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>252.89</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ba31e92f-f9dd-472c-a36a-12ce5e253416||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.6748039722442627, 0.19267088174819946, -0.0804954543709755, 105.99474334716797], [0.18496042490005493, 2.6660516262054443, 0.23826664686203003, -104.41674041748047], [-0.09648595750331879, -0.23052893579006195, 2.6882615089416504, -67.41300964355469], [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': ['140425.070000', '140425.530000', '140425.990000', '140426.450000', '140426.910000', '140427.370000', '140427.830000', '140428.290000', '140428.750000', '140429.210000', '140429.670000', '140430.130000', '140430.590000', '140431.050000', '140431.510000', '140431.970000', '140432.430000', '140432.890000', '140433.350000', '140433.810000', '140434.270000', '140434.730000', '140435.190000', '140435.650000', '140436.110000', '140436.570000', '140437.030000', '140437.490000', '140437.950000', '140438.410000', '140438.870000', '140439.330000', '140439.790000', '140440.250000', '140440.710000', '140441.170000', '140441.630000', '140442.090000', '140442.550000', '140443.010000', '140443.470000', '140443.930000', '140444.390000', '140444.850000', '140445.310000', '140445.770000', '140446.230000', '140446.690000', '140447.150000', '140447.610000', '140448.070000', '140448.530000', '140448.990000', '140449.450000', '140449.910000', '140450.370000', '140450.830000', '140451.290000', '140451.750000', '140452.210000', '140452.670000', '140453.130000', '140453.590000', '140454.050000', '140454.510000', '140454.970000', '140455.430000', '140455.890000', '140456.350000', '140456.810000', '140457.270000', '140457.730000', '140458.190000', '140458.650000', '140459.110000', '140459.570000', '140500.030000', '140500.490000', '140500.950000', '140501.410000', '140501.870000', '140502.330000', '140502.790000', '140503.250000', '140503.710000', '140504.170000', '140504.630000', '140505.090000', '140505.550000', '140506.010000', '140506.470000', '140506.930000', '140507.390000', '140507.850000', '140508.310000', '140508.770000', '140509.230000', '140509.690000', '140510.150000', '140510.610000', '140511.070000', '140511.530000', '140511.990000', '140512.450000', '140512.910000', '140513.370000', '140513.830000', '140514.290000', '140514.750000', '140515.210000', '140515.670000', '140516.130000', '140516.590000', '140517.050000', '140517.510000', '140517.970000', '140518.430000', '140518.890000', '140519.350000', '140519.810000', '140520.270000', '140520.730000', '140521.190000', '140521.650000', '140522.110000', '140522.570000', '140523.030000', '140523.490000', '140523.950000', '140524.410000', '140524.870000', '140525.330000', '140525.790000', '140526.250000', '140526.710000', '140527.170000', '140527.630000', '140528.090000', '140528.550000', '140529.010000', '140529.470000', '140529.930000', '140530.390000', '140530.850000', '140531.310000', '140531.770000', '140532.230000', '140532.690000', '140533.150000', '140533.610000', '140534.070000', '140534.530000', '140534.990000', '140535.450000', '140535.910000', '140536.370000', '140536.830000', '140537.290000', '140537.750000', '140538.210000', '140538.670000', '140539.130000', '140539.590000', '140540.050000', '140540.510000', '140540.970000', '140541.430000', '140541.890000', '140542.350000', '140542.810000', '140543.270000', '140543.730000', '140544.190000', '140544.650000', '140545.110000', '140545.570000', '140546.030000', '140546.490000', '140546.950000', '140547.410000', '140547.870000', '140548.330000', '140548.790000', '140549.250000', '140549.710000', '140550.170000', '140550.630000', '140551.090000', '140551.550000', '140552.010000', '140552.470000', '140552.930000', '140553.390000', '140553.850000', '140554.310000', '140554.770000', '140555.230000', '140555.690000', '140556.150000', '140556.610000', '140557.070000', '140557.530000', '140557.990000', '140558.450000', '140558.910000', '140559.370000', '140559.830000', '140600.290000', '140600.750000', '140601.210000', '140601.670000', '140602.130000', '140602.590000', '140603.050000', '140603.510000', '140603.970000', '140604.430000', '140604.890000', '140605.350000', '140605.810000', '140606.270000', '140606.730000', '140607.190000', '140607.650000', '140608.110000', '140608.570000', '140609.030000', '140609.490000', '140609.950000', '140610.410000', '140610.870000', '140611.330000', '140611.790000', '140612.250000', '140612.710000', '140613.170000', '140613.630000', '140614.090000', '140614.550000', '140615.010000', '140615.470000', '140615.930000', '140616.390000', '140616.850000', '140617.310000', '140617.770000', '140618.230000', '140618.690000', '140619.150000', '140619.610000', '140620.070000', '140620.530000', '140620.990000', '140621.450000', '140621.910000', '140622.370000', '140622.830000', '140623.290000', '140623.750000', '140624.210000', '140624.670000', '140625.130000', '140625.590000', '140626.050000', '140626.510000', '140626.970000', '140627.430000', '140627.890000', '140628.350000', '140628.810000', '140629.270000', '140629.730000', '140630.190000', '140630.650000', '140631.110000', '140631.570000', '140632.030000', '140632.490000', '140632.950000', '140633.410000', '140633.870000', '140634.330000', '140634.790000', '140635.250000', '140635.710000', '140636.170000', '140636.630000', '140637.090000', '140637.550000', '140638.010000', '140638.470000', '140638.930000', '140639.390000', '140639.850000', '140640.310000', '140640.770000', '140641.230000', '140641.690000', '140642.150000', '140642.610000', '140643.070000', '140643.530000', '140643.990000', '140644.450000', '140644.910000', '140645.370000', '140645.830000', '140646.290000', '140646.750000', '140647.210000', '140647.670000', '140648.130000', '140648.590000', '140649.050000', '140649.510000', '140649.970000', '140650.430000', '140650.890000', '140651.350000', '140651.810000', '140652.270000', '140652.730000', '140653.190000', '140653.650000', '140654.110000', '140654.570000', '140655.030000', '140655.490000', '140655.950000', '140656.410000', '140656.870000', '140657.330000', '140657.790000', '140658.250000', '140658.710000', '140659.170000', '140659.630000', '140700.090000', '140700.550000', '140701.010000', '140701.470000', '140701.930000', '140702.390000', '140702.850000', '140703.310000', '140703.770000', '140704.230000', '140704.690000', '140705.150000', '140705.610000', '140706.070000', '140706.530000', '140706.990000', '140707.450000', '140707.910000', '140708.370000', '140708.830000', '140709.290000', '140709.750000', '140710.210000', '140710.670000', '140711.130000', '140711.590000', '140712.050000', '140712.510000', '140712.970000', '140713.430000', '140713.890000', '140714.350000', '140714.810000', '140715.270000', '140715.730000', '140716.190000', '140716.650000', '140717.110000', '140717.570000', '140718.030000', '140718.490000', '140718.950000', '140719.410000', '140719.870000', '140720.330000', '140720.790000', '140721.250000', '140721.710000', '140722.170000', '140722.630000', '140723.090000', '140723.550000', '140724.010000', '140724.470000', '140724.930000', '140725.390000', '140725.850000', '140726.310000', '140726.770000', '140727.230000', '140727.690000', '140728.150000', '140728.610000', '140729.070000', '140729.530000', '140729.990000', '140730.450000', '140730.910000', '140731.370000', '140731.830000', '140732.290000', '140732.750000', '140733.210000', '140733.670000', '140734.130000', '140734.590000', '140735.050000', '140735.510000', '140735.970000', '140736.430000', '140736.890000', '140737.350000', '140737.810000', '140738.270000', '140738.730000', '140739.190000', '140739.650000', '140740.110000', '140740.570000', '140741.030000', '140741.490000', '140741.950000', '140742.410000', '140742.870000', '140743.330000', '140743.790000', '140744.250000', '140744.710000', '140745.170000', '140745.630000', '140746.090000', '140746.550000', '140747.010000', '140747.470000', '140747.930000', '140748.390000', '140748.850000', '140749.310000', '140749.770000', '140750.230000', '140750.690000', '140751.150000', '140751.610000', '140752.070000', '140752.530000', '140752.990000', '140753.450000', '140753.910000', '140754.370000', '140754.830000', '140755.290000', '140755.750000', '140756.210000', '140756.670000', '140757.130000', '140757.590000', '140758.050000', '140758.510000', '140758.970000', '140759.430000', '140759.890000', '140800.350000', '140800.810000', '140801.270000', '140801.730000', '140802.190000', '140802.650000', '140803.110000', '140803.570000', '140804.030000', '140804.490000', '140804.950000', '140805.410000', '140805.870000', '140806.330000', '140806.790000', '140807.250000', '140807.710000', '140808.170000', '140808.630000', '140809.090000', '140809.550000', '140810.010000', '140810.470000', '140810.930000', '140811.390000', '140811.850000', '140812.310000', '140812.770000', '140813.230000', '140813.690000', '140814.150000', '140814.610000', '140815.070000', '140815.530000', '140815.990000', '140816.450000', '140816.910000', '140817.370000', '140817.830000', '140818.290000', '140818.750000', '140819.210000', '140819.670000', '140820.130000', '140820.590000', '140821.050000', '140821.510000', '140821.970000', '140822.430000', '140822.890000', '140823.350000', '140823.810000', '140824.270000', '140824.730000', '140825.190000', '140825.650000', '140826.110000', '140826.570000', '140827.030000', '140827.490000', '140827.950000', '140828.410000', '140828.870000', '140829.330000', '140829.790000', '140830.250000', '140830.710000', '140831.170000', '140831.630000', '140832.090000', '140832.550000', '140833.010000', '140833.470000', '140833.930000', '140834.390000', '140834.850000', '140835.310000', '140835.770000', '140836.230000', '140836.690000', '140837.150000', '140837.610000', '140838.070000', '140838.530000', '140838.990000', '140839.450000', '140839.910000', '140840.370000', '140840.830000', '140841.290000', '140841.750000', '140842.210000', '140842.670000', '140843.130000', '140843.590000', '140844.050000', '140844.510000', '140844.970000', '140845.430000', '140845.890000', '140846.350000', '140846.810000', '140847.270000', '140847.730000', '140848.190000', '140848.650000', '140849.110000', '140849.570000', '140850.030000', '140850.490000', '140850.950000', '140851.410000', '140851.870000', '140852.330000', '140852.790000', '140853.250000', '140853.710000', '140854.170000', '140854.630000', '140855.090000', '140855.550000', '140856.010000', '140856.470000', '140856.930000', '140857.390000', '140857.850000', '140858.310000', '140858.770000', '140859.230000', '140859.690000', '140900.150000', '140900.610000', '140901.070000', '140901.530000', '140901.990000', '140902.450000', '140902.910000', '140903.370000', '140903.830000', '140904.290000', '140904.750000', '140905.210000', '140905.670000', '140906.130000', '140906.590000', '140907.050000', '140907.510000', '140907.970000', '140908.430000', '140908.890000', '140909.350000', '140909.810000', '140910.270000', '140910.730000', '140911.190000', '140911.650000', '140912.110000', '140912.570000', '140913.030000', '140913.490000', '140913.950000', '140914.410000', '140914.870000', '140915.330000', '140915.790000', '140916.250000', '140916.710000', '140917.170000', '140917.630000', '140918.090000', '140918.550000', '140919.010000', '140919.470000', '140919.930000', '140920.390000', '140920.850000', '140921.310000', '140921.770000', '140922.230000', '140922.690000', '140923.150000', '140923.610000', '140924.070000', '140924.530000', '140924.990000', '140925.450000', '140925.910000', '140926.370000', '140926.830000', '140927.290000', '140927.750000', '140928.210000', '140928.670000', '140929.130000', '140929.590000', '140930.050000', '140930.510000', '140930.970000', '140931.430000', '140931.890000', '140932.350000', '140932.810000', '140933.270000', '140933.730000', '140934.190000', '140934.650000', '140935.110000', '140935.570000', '140936.030000', '140936.490000', '140936.950000', '140937.410000', '140937.870000', '140938.330000', '140938.790000', '140939.250000', '140939.710000', '140940.170000', '140940.630000', '140941.090000', '140941.550000', '140942.010000', '140942.470000', '140942.930000', '140943.390000', '140943.850000', '140944.310000', '140944.770000', '140945.230000', '140945.690000', '140946.150000', '140946.610000', '140947.070000', '140947.530000', '140947.990000', '140948.450000', '140948.910000', '140949.370000', '140949.830000', '140950.290000', '140950.750000', '140951.210000', '140951.670000', '140952.130000', '140952.590000', '140953.050000', '140953.510000', '140953.970000', '140954.430000', '140954.890000', '140955.350000', '140955.810000', '140956.270000', '140956.730000', '140957.190000', '140957.650000', '140958.110000', '140958.570000', '140959.030000', '140959.490000', '140959.950000', '141000.410000', '141000.870000', '141001.330000', '141001.790000', '141002.250000', '141002.710000', '141003.170000', '141003.630000', '141004.090000', '141004.550000', '141005.010000', '141005.470000', '141005.930000', '141006.390000', '141006.850000', '141007.310000', '141007.770000', '141008.230000', '141008.690000', '141009.150000', '141009.610000', '141010.070000', '141010.530000', '141010.990000', '141011.450000', '141011.910000', '141012.370000', '141012.830000', '141013.290000', '141013.750000', '141014.210000', '141014.670000', '141015.130000', '141015.590000', '141016.050000', '141016.510000', '141016.970000', '141017.430000', '141017.890000', '141018.350000', '141018.810000', '141019.270000', '141019.730000', '141020.190000', '141020.650000', '141021.110000', '141021.570000', '141022.030000', '141022.490000', '141022.950000', '141023.410000', '141023.870000', '141024.330000', '141024.790000', '141025.250000', '141025.710000', '141026.170000', '141026.630000', '141027.090000', '141027.550000', '141028.010000', '141028.470000', '141028.930000', '141029.390000', '141029.850000', '141030.310000', '141030.770000', '141031.230000', '141031.690000', '141032.150000', '141032.610000', '141033.070000', '141033.530000', '141033.990000', '141034.450000', '141034.910000', '141035.370000', '141035.830000', '141036.290000', '141036.750000', '141037.210000', '141037.670000', '141038.130000', '141038.590000', '141039.050000', '141039.510000', '141039.970000', '141040.430000', '141040.890000', '141041.350000', '141041.810000', '141042.270000', '141042.730000', '141043.190000', '141043.650000', '141044.110000', '141044.570000', '141045.030000', '141045.490000', '141045.950000', '141046.410000', '141046.870000', '141047.330000', '141047.790000', '141048.250000', '141048.710000', '141049.170000', '141049.630000', '141050.090000', '141050.550000', '141051.010000', '141051.470000', '141051.930000', '141052.390000', '141052.850000', '141053.310000', '141053.770000', '141054.230000', '141054.690000', '141055.150000', '141055.610000', '141056.070000', '141056.530000', '141056.990000', '141057.450000', '141057.910000', '141058.370000', '141058.830000', '141059.290000', '141059.750000', '141100.210000', '141100.670000', '141101.130000', '141101.590000', '141102.050000', '141102.510000', '141102.970000', '141103.430000', '141103.890000', '141104.350000', '141104.810000', '141105.270000', '141105.730000'], 'ContentTime': ['140448.302000', '140448.305000', '140448.308000', '140448.310000', '140448.313000', '140448.316000', '140448.318000', '140448.321000', '140448.323000', '140448.326000', '140448.329000', '140448.331000', '140448.334000', '140448.336000', '140448.339000', '140448.341000', '140448.344000', '140448.347000', '140448.349000', '140448.352000', '140448.354000', '140448.357000', '140448.359000', '140448.362000', '140448.364000', '140448.367000', '140448.369000', '140448.372000', '140448.375000', '140448.377000', '140448.380000', '140448.382000', '140448.385000', '140448.388000', '140448.390000', '140448.393000', '140448.395000', '140448.398000', '140448.400000', '140448.403000', '140448.406000', '140448.445000', '140448.447000', '140448.450000', '140448.452000', '140448.455000', '140448.457000', '140448.460000', '140508.256000', '140508.259000', '140508.262000', '140508.264000', '140508.267000', '140508.270000', '140508.272000', '140508.275000', '140508.277000', '140508.280000', '140508.282000', '140508.285000', '140508.288000', '140508.290000', '140508.293000', '140508.295000', '140508.298000', '140508.300000', '140508.303000', '140508.305000', '140508.308000', '140508.311000', '140508.313000', '140508.320000', '140508.323000', '140508.325000', '140508.328000', '140508.330000', '140508.333000', '140508.336000', '140508.338000', '140508.341000', '140508.343000', '140508.346000', '140508.348000', '140508.351000', '140508.354000', '140508.356000', '140508.359000', '140508.361000', '140508.364000', '140508.367000', '140508.369000', '140508.372000', '140528.256000', '140528.259000', '140528.262000', '140528.264000', '140528.267000', '140528.269000', '140528.272000', '140528.275000', '140528.277000', '140528.280000', '140528.282000', '140528.285000', '140528.287000', '140528.290000', '140528.292000', '140528.295000', '140528.297000', '140528.300000', '140528.303000', '140528.305000', '140528.308000', '140528.310000', '140528.313000', '140528.316000', '140528.318000', '140528.321000', '140528.323000', '140528.326000', '140528.329000', '140528.331000', '140528.334000', '140528.336000', '140528.339000', '140528.341000', '140528.344000', '140528.347000', '140528.350000', '140528.353000', '140528.356000', '140528.359000', '140528.361000', '140528.364000', '140528.366000', '140548.255000', '140548.258000', '140548.261000', '140548.263000', '140548.266000', '140548.269000', '140548.271000', '140548.274000', '140548.276000', '140548.279000', '140548.281000', '140548.284000', '140548.287000', '140548.289000', '140548.292000', '140548.294000', '140548.297000', '140548.299000', '140548.302000', '140548.304000', '140548.307000', '140548.310000', '140548.312000', '140548.315000', '140548.317000', '140548.320000', '140548.323000', '140548.334000', '140548.336000', '140548.339000', '140548.342000', '140548.344000', '140548.347000', '140548.349000', '140548.352000', '140548.355000', '140548.357000', '140548.360000', '140548.362000', '140548.365000', '140548.367000', '140548.370000', '140548.373000', '140548.375000', '140608.255000', '140608.258000', '140608.261000', '140608.263000', '140608.266000', '140608.269000', '140608.271000', '140608.274000', '140608.276000', '140608.279000', '140608.282000', '140608.284000', '140608.287000', '140608.289000', '140608.292000', '140608.294000', '140608.297000', '140608.300000', '140608.302000', '140608.305000', '140608.308000', '140608.311000', '140608.314000', '140608.317000', '140608.319000', '140608.322000', '140608.324000', '140608.327000', '140608.329000', '140608.332000', '140608.335000', '140608.337000', '140608.340000', '140608.342000', '140608.345000', '140608.347000', '140608.350000', '140608.353000', '140608.355000', '140608.358000', '140608.360000', '140608.363000', '140608.365000', '140628.256000', '140628.259000', '140628.262000', '140628.264000', '140628.301000', '140628.304000', '140628.306000', '140628.309000', '140628.312000', '140628.314000', '140628.317000', '140628.319000', '140628.322000', '140628.324000', '140628.327000', '140628.329000', '140628.332000', '140628.335000', '140628.337000', '140628.340000', '140628.342000', '140628.345000', '140628.348000', '140628.350000', '140628.353000', '140628.355000', '140628.358000', '140628.360000', '140628.363000', '140628.366000', '140628.368000', '140628.371000', '140628.373000', '140628.376000', '140628.378000', '140628.381000', '140628.384000', '140628.386000', '140628.389000', '140628.391000', '140628.394000', '140628.396000', '140628.399000', '140628.406000', '140648.256000', '140648.259000', '140648.262000', '140648.264000', '140648.267000', '140648.270000', '140648.272000', '140648.275000', '140648.277000', '140648.280000', '140648.282000', '140648.285000', '140648.288000', '140648.290000', '140648.293000', '140648.295000', '140648.298000', '140648.301000', '140648.303000', '140648.306000', '140648.308000', '140648.311000', '140648.313000', '140648.316000', '140648.319000', '140648.321000', '140648.324000', '140648.326000', '140648.329000', '140648.331000', '140648.334000', '140648.337000', '140648.339000', '140648.342000', '140648.344000', '140648.347000', '140648.350000', '140648.352000', '140648.355000', '140648.358000', '140648.360000', '140648.363000', '140648.365000', '140708.257000', '140708.259000', '140708.262000', '140708.265000', '140708.267000', '140708.270000', '140708.272000', '140708.275000', '140708.277000', '140708.280000', '140708.283000', '140708.285000', '140708.288000', '140708.290000', '140708.293000', '140708.296000', '140708.298000', '140708.301000', '140708.303000', '140708.306000', '140708.308000', '140708.311000', '140708.314000', '140708.316000', '140708.319000', '140708.322000', '140708.324000', '140708.327000', '140708.329000', '140708.332000', '140708.339000', '140708.341000', '140708.344000', '140708.347000', '140708.349000', '140708.352000', '140708.354000', '140708.357000', '140708.360000', '140708.371000', '140708.374000', '140708.377000', '140708.379000', '140708.382000', '140728.256000', '140728.259000', '140728.262000', '140728.265000', '140728.267000', '140728.270000', '140728.272000', '140728.275000', '140728.277000', '140728.280000', '140728.283000', '140728.285000', '140728.288000', '140728.290000', '140728.293000', '140728.300000', '140728.302000', '140728.305000', '140728.307000', '140728.310000', '140728.312000', '140728.315000', '140728.318000', '140728.320000', '140728.323000', '140728.325000', '140728.328000', '140728.331000', '140728.333000', '140728.336000', '140728.338000', '140728.341000', '140728.344000', '140728.346000', '140728.349000', '140728.351000', '140728.354000', '140728.357000', '140728.359000', '140728.362000', '140728.364000', '140728.367000', '140728.369000', '140748.257000', '140748.259000', '140748.262000', '140748.265000', '140748.267000', '140748.270000', '140748.272000', '140748.275000', '140748.277000', '140748.280000', '140748.283000', '140748.285000', '140748.288000', '140748.290000', '140748.293000', '140748.296000', '140748.298000', '140748.301000', '140748.303000', '140748.306000', '140748.309000', '140748.311000', '140748.314000', '140748.316000', '140748.319000', '140748.322000', '140748.324000', '140748.327000', '140748.329000', '140748.332000', '140748.334000', '140748.337000', '140748.340000', '140748.342000', '140748.345000', '140748.347000', '140748.350000', '140748.352000', '140748.355000', '140748.358000', '140748.360000', '140748.363000', '140748.365000', '140748.376000', '140808.255000', '140808.258000', '140808.261000', '140808.263000', '140808.266000', '140808.269000', '140808.271000', '140808.274000', '140808.276000', '140808.279000', '140808.281000', '140808.284000', '140808.287000', '140808.289000', '140808.292000', '140808.294000', '140808.297000', '140808.300000', '140808.302000', '140808.305000', '140808.307000', '140808.310000', '140808.312000', '140808.315000', '140808.317000', '140808.320000', '140808.323000', '140808.325000', '140808.328000', '140808.330000', '140808.333000', '140808.336000', '140808.338000', '140808.341000', '140808.343000', '140808.346000', '140808.348000', '140808.351000', '140808.354000', '140808.356000', '140808.359000', '140808.361000', '140808.364000', '140828.255000', '140828.258000', '140828.261000', '140828.264000', '140828.266000', '140828.269000', '140828.271000', '140828.274000', '140828.276000', '140828.279000', '140828.282000', '140828.284000', '140828.287000', '140828.289000', '140828.292000', '140828.295000', '140828.297000', '140828.300000', '140828.302000', '140828.305000', '140828.307000', '140828.310000', '140828.313000', '140828.315000', '140828.318000', '140828.321000', '140828.323000', '140828.326000', '140828.329000', '140828.331000', '140828.334000', '140828.336000', '140828.339000', '140828.341000', '140828.344000', '140828.347000', '140828.349000', '140828.352000', '140828.354000', '140828.357000', '140828.360000', '140828.362000', '140828.365000', '140828.367000', '140848.256000', '140848.259000', '140848.262000', '140848.264000', '140848.267000', '140848.269000', '140848.272000', '140848.275000', '140848.277000', '140848.280000', '140848.282000', '140848.285000', '140848.288000', '140848.290000', '140848.293000', '140848.295000', '140848.298000', '140848.301000', '140848.303000', '140848.306000', '140848.308000', '140848.311000', '140848.314000', '140848.316000', '140848.319000', '140848.322000', '140848.324000', '140848.327000', '140848.329000', '140848.332000', '140848.335000', '140848.337000', '140848.340000', '140848.342000', '140848.345000', '140848.347000', '140848.350000', '140848.353000', '140848.355000', '140848.358000', '140848.360000', '140848.363000', '140848.365000', '140908.256000', '140908.259000', '140908.262000', '140908.265000', '140908.267000', '140908.270000', '140908.272000', '140908.275000', '140908.277000', '140908.280000', '140908.283000', '140908.286000', '140908.288000', '140908.291000', '140908.293000', '140908.296000', '140908.299000', '140908.301000', '140908.304000', '140908.306000', '140908.309000', '140908.312000', '140908.314000', '140908.317000', '140908.320000', '140908.322000', '140908.325000', '140908.327000', '140908.330000', '140908.332000', '140908.335000', '140908.338000', '140908.340000', '140908.343000', '140908.345000', '140908.348000', '140908.350000', '140908.353000', '140908.356000', '140908.358000', '140908.361000', '140908.363000', '140908.366000', '140908.369000', '140928.256000', '140928.259000', '140928.262000', '140928.264000', '140928.267000', '140928.270000', '140928.272000', '140928.275000', '140928.277000', '140928.293000', '140928.296000', '140928.298000', '140928.301000', '140928.303000', '140928.306000', '140928.309000', '140928.311000', '140928.314000', '140928.316000', '140928.319000', '140928.322000', '140928.324000', '140928.327000', '140928.329000', '140928.332000', '140928.335000', '140928.337000', '140928.340000', '140928.343000', '140928.345000', '140928.348000', '140928.350000', '140928.353000', '140928.356000', '140928.358000', '140928.361000', '140928.363000', '140928.366000', '140928.369000', '140928.371000', '140928.374000', '140928.376000', '140928.379000', '140948.257000', '140948.259000', '140948.262000', '140948.265000', '140948.267000', '140948.270000', '140948.272000', '140948.275000', '140948.278000', '140948.280000', '140948.283000', '140948.285000', '140948.288000', '140948.291000', '140948.293000', '140948.296000', '140948.298000', '140948.301000', '140948.304000', '140948.306000', '140948.309000', '140948.312000', '140948.314000', '140948.317000', '140948.319000', '140948.322000', '140948.325000', '140948.327000', '140948.330000', '140948.333000', '140948.335000', '140948.338000', '140948.340000', '140948.343000', '140948.345000', '140948.348000', '140948.351000', '140948.353000', '140948.356000', '140948.359000', '140948.361000', '140948.364000', '140948.366000', '140948.369000', '141008.256000', '141008.259000', '141008.262000', '141008.264000', '141008.267000', '141008.270000', '141008.272000', '141008.275000', '141008.277000', '141008.280000', '141008.282000', '141008.285000', '141008.288000', '141008.290000', '141008.293000', '141008.295000', '141008.298000', '141008.300000', '141008.303000', '141008.306000', '141008.308000', '141008.311000', '141008.315000', '141008.318000', '141008.320000', '141008.323000', '141008.326000', '141008.328000', '141008.331000', '141008.333000', '141008.336000', '141008.339000', '141008.341000', '141008.344000', '141008.346000', '141008.349000', '141008.351000', '141008.354000', '141008.357000', '141008.359000', '141008.362000', '141008.364000', '141008.367000', '141028.256000', '141028.258000', '141028.261000', '141028.263000', '141028.266000', '141028.270000', '141028.272000', '141028.275000', '141028.278000', '141028.280000', '141028.283000', '141028.286000', '141028.288000', '141028.291000', '141028.293000', '141028.296000', '141028.298000', '141028.301000', '141028.303000', '141028.306000', '141028.309000', '141028.311000', '141028.314000', '141028.317000', '141028.319000', '141028.322000', '141028.325000', '141028.327000', '141028.330000', '141028.332000', '141028.335000', '141028.338000', '141028.340000', '141028.343000', '141028.345000', '141028.348000', '141028.351000', '141028.353000', '141028.356000', '141028.359000', '141028.361000', '141028.364000', '141028.366000', '141028.369000', '141048.255000', '141048.258000', '141048.261000', '141048.263000', '141048.266000', '141048.269000', '141048.271000', '141048.274000', '141048.276000', '141048.279000', '141048.282000', '141048.284000', '141048.287000', '141048.289000', '141048.292000', '141048.294000', '141048.297000', '141048.299000', '141048.302000', '141048.305000', '141048.344000', '141048.346000', '141048.349000', '141048.351000', '141048.354000', '141048.357000', '141048.359000', '141048.362000', '141048.364000', '141048.367000', '141048.369000', '141048.372000', '141048.374000', '141048.377000', '141048.380000', '141048.382000', '141048.385000', '141048.387000', '141048.390000', '141048.393000', '141048.395000', '141048.398000', '141048.400000', '141106.859000', '141106.906000', '141106.909000', '141106.912000', '141106.914000', '141106.917000', '141106.920000', '141106.923000', '141106.925000', '141106.928000', '141106.931000', '141106.933000', '141106.936000', '141106.939000', '141106.942000', '141106.945000', '141106.947000', '141106.950000', '141106.953000', '141106.955000', '141106.958000', '141106.961000', '141106.963000', '141106.966000', '141106.969000', '141106.971000', '141106.974000', '141106.977000', '141106.980000', '141106.983000', '141106.986000', '141106.989000', '141106.992000', '141106.995000', '141107.001000', '141107.005000', '141107.013000', '141107.016000', '141107.019000', '141107.022000', '141107.024000'], 'InstanceCreationTime': ['140448.302000', '140448.305000', '140448.308000', '140448.310000', '140448.313000', '140448.316000', '140448.318000', '140448.321000', '140448.323000', '140448.326000', '140448.329000', '140448.331000', '140448.334000', '140448.336000', '140448.339000', '140448.341000', '140448.344000', '140448.347000', '140448.349000', '140448.352000', '140448.354000', '140448.357000', '140448.359000', '140448.362000', '140448.364000', '140448.367000', '140448.369000', '140448.372000', '140448.375000', '140448.377000', '140448.380000', '140448.382000', '140448.385000', '140448.388000', '140448.390000', '140448.393000', '140448.395000', '140448.398000', '140448.400000', '140448.403000', '140448.406000', '140448.445000', '140448.447000', '140448.450000', '140448.452000', '140448.455000', '140448.457000', '140448.460000', '140508.256000', '140508.259000', '140508.262000', '140508.264000', '140508.267000', '140508.270000', '140508.272000', '140508.275000', '140508.277000', '140508.280000', '140508.282000', '140508.285000', '140508.288000', '140508.290000', '140508.293000', '140508.295000', '140508.298000', '140508.300000', '140508.303000', '140508.305000', '140508.308000', '140508.311000', '140508.313000', '140508.320000', '140508.323000', '140508.325000', '140508.328000', '140508.330000', '140508.333000', '140508.336000', '140508.338000', '140508.341000', '140508.343000', '140508.346000', '140508.348000', '140508.351000', '140508.354000', '140508.356000', '140508.359000', '140508.361000', '140508.364000', '140508.367000', '140508.369000', '140508.372000', '140528.256000', '140528.259000', '140528.262000', '140528.264000', '140528.267000', '140528.269000', '140528.272000', '140528.275000', '140528.277000', '140528.280000', '140528.282000', '140528.285000', '140528.287000', '140528.290000', '140528.292000', '140528.295000', '140528.297000', '140528.300000', '140528.303000', '140528.305000', '140528.308000', '140528.310000', '140528.313000', '140528.316000', '140528.318000', '140528.321000', '140528.323000', '140528.326000', '140528.329000', '140528.331000', '140528.334000', '140528.336000', '140528.339000', '140528.341000', '140528.344000', '140528.347000', '140528.350000', '140528.353000', '140528.356000', '140528.359000', '140528.361000', '140528.364000', '140528.366000', '140548.255000', '140548.258000', '140548.261000', '140548.263000', '140548.266000', '140548.269000', '140548.271000', '140548.274000', '140548.276000', '140548.279000', '140548.281000', '140548.284000', '140548.287000', '140548.289000', '140548.292000', '140548.294000', '140548.297000', '140548.299000', '140548.302000', '140548.304000', '140548.307000', '140548.310000', '140548.312000', '140548.315000', '140548.317000', '140548.320000', '140548.323000', '140548.334000', '140548.336000', '140548.339000', '140548.342000', '140548.344000', '140548.347000', '140548.349000', '140548.352000', '140548.355000', '140548.357000', '140548.360000', '140548.362000', '140548.365000', '140548.367000', '140548.370000', '140548.373000', '140548.375000', '140608.255000', '140608.258000', '140608.261000', '140608.263000', '140608.266000', '140608.269000', '140608.271000', '140608.274000', '140608.276000', '140608.279000', '140608.282000', '140608.284000', '140608.287000', '140608.289000', '140608.292000', '140608.294000', '140608.297000', '140608.300000', '140608.302000', '140608.305000', '140608.308000', '140608.311000', '140608.314000', '140608.317000', '140608.319000', '140608.322000', '140608.324000', '140608.327000', '140608.329000', '140608.332000', '140608.335000', '140608.337000', '140608.340000', '140608.342000', '140608.345000', '140608.347000', '140608.350000', '140608.353000', '140608.355000', '140608.358000', '140608.360000', '140608.363000', '140608.365000', '140628.256000', '140628.259000', '140628.262000', '140628.264000', '140628.301000', '140628.304000', '140628.306000', '140628.309000', '140628.312000', '140628.314000', '140628.317000', '140628.319000', '140628.322000', '140628.324000', '140628.327000', '140628.329000', '140628.332000', '140628.335000', '140628.337000', '140628.340000', '140628.342000', '140628.345000', '140628.348000', '140628.350000', '140628.353000', '140628.355000', '140628.358000', '140628.360000', '140628.363000', '140628.366000', '140628.368000', '140628.371000', '140628.373000', '140628.376000', '140628.378000', '140628.381000', '140628.384000', '140628.386000', '140628.389000', '140628.391000', '140628.394000', '140628.396000', '140628.399000', '140628.406000', '140648.256000', '140648.259000', '140648.262000', '140648.264000', '140648.267000', '140648.270000', '140648.272000', '140648.275000', '140648.277000', '140648.280000', '140648.282000', '140648.285000', '140648.288000', '140648.290000', '140648.293000', '140648.295000', '140648.298000', '140648.301000', '140648.303000', '140648.306000', '140648.308000', '140648.311000', '140648.313000', '140648.316000', '140648.319000', '140648.321000', '140648.324000', '140648.326000', '140648.329000', '140648.331000', '140648.334000', '140648.337000', '140648.339000', '140648.342000', '140648.344000', '140648.347000', '140648.350000', '140648.352000', '140648.355000', '140648.358000', '140648.360000', '140648.363000', '140648.365000', '140708.257000', '140708.259000', '140708.262000', '140708.265000', '140708.267000', '140708.270000', '140708.272000', '140708.275000', '140708.277000', '140708.280000', '140708.283000', '140708.285000', '140708.288000', '140708.290000', '140708.293000', '140708.296000', '140708.298000', '140708.301000', '140708.303000', '140708.306000', '140708.308000', '140708.311000', '140708.314000', '140708.316000', '140708.319000', '140708.322000', '140708.324000', '140708.327000', '140708.329000', '140708.332000', '140708.339000', '140708.341000', '140708.344000', '140708.347000', '140708.349000', '140708.352000', '140708.354000', '140708.357000', '140708.360000', '140708.371000', '140708.374000', '140708.377000', '140708.379000', '140708.382000', '140728.256000', '140728.259000', '140728.262000', '140728.265000', '140728.267000', '140728.270000', '140728.272000', '140728.275000', '140728.277000', '140728.280000', '140728.283000', '140728.285000', '140728.288000', '140728.290000', '140728.293000', '140728.300000', '140728.302000', '140728.305000', '140728.307000', '140728.310000', '140728.312000', '140728.315000', '140728.318000', '140728.320000', '140728.323000', '140728.325000', '140728.328000', '140728.331000', '140728.333000', '140728.336000', '140728.338000', '140728.341000', '140728.344000', '140728.346000', '140728.349000', '140728.351000', '140728.354000', '140728.357000', '140728.359000', '140728.362000', '140728.364000', '140728.367000', '140728.369000', '140748.257000', '140748.259000', '140748.262000', '140748.265000', '140748.267000', '140748.270000', '140748.272000', '140748.275000', '140748.277000', '140748.280000', '140748.283000', '140748.285000', '140748.288000', '140748.290000', '140748.293000', '140748.296000', '140748.298000', '140748.301000', '140748.303000', '140748.306000', '140748.309000', '140748.311000', '140748.314000', '140748.316000', '140748.319000', '140748.322000', '140748.324000', '140748.327000', '140748.329000', '140748.332000', '140748.334000', '140748.337000', '140748.340000', '140748.342000', '140748.345000', '140748.347000', '140748.350000', '140748.352000', '140748.355000', '140748.358000', '140748.360000', '140748.363000', '140748.365000', '140748.376000', '140808.255000', '140808.258000', '140808.261000', '140808.263000', '140808.266000', '140808.269000', '140808.271000', '140808.274000', '140808.276000', '140808.279000', '140808.281000', '140808.284000', '140808.287000', '140808.289000', '140808.292000', '140808.294000', '140808.297000', '140808.300000', '140808.302000', '140808.305000', '140808.307000', '140808.310000', '140808.312000', '140808.315000', '140808.317000', '140808.320000', '140808.323000', '140808.325000', '140808.328000', '140808.330000', '140808.333000', '140808.336000', '140808.338000', '140808.341000', '140808.343000', '140808.346000', '140808.348000', '140808.351000', '140808.354000', '140808.356000', '140808.359000', '140808.361000', '140808.364000', '140828.255000', '140828.258000', '140828.261000', '140828.264000', '140828.266000', '140828.269000', '140828.271000', '140828.274000', '140828.276000', '140828.279000', '140828.282000', '140828.284000', '140828.287000', '140828.289000', '140828.292000', '140828.295000', '140828.297000', '140828.300000', '140828.302000', '140828.305000', '140828.307000', '140828.310000', '140828.313000', '140828.315000', '140828.318000', '140828.321000', '140828.323000', '140828.326000', '140828.329000', '140828.331000', '140828.334000', '140828.336000', '140828.339000', '140828.341000', '140828.344000', '140828.347000', '140828.349000', '140828.352000', '140828.354000', '140828.357000', '140828.360000', '140828.362000', '140828.365000', '140828.367000', '140848.256000', '140848.259000', '140848.262000', '140848.264000', '140848.267000', '140848.269000', '140848.272000', '140848.275000', '140848.277000', '140848.280000', '140848.282000', '140848.285000', '140848.288000', '140848.290000', '140848.293000', '140848.295000', '140848.298000', '140848.301000', '140848.303000', '140848.306000', '140848.308000', '140848.311000', '140848.314000', '140848.316000', '140848.319000', '140848.322000', '140848.324000', '140848.327000', '140848.329000', '140848.332000', '140848.335000', '140848.337000', '140848.340000', '140848.342000', '140848.345000', '140848.347000', '140848.350000', '140848.353000', '140848.355000', '140848.358000', '140848.360000', '140848.363000', '140848.365000', '140908.256000', '140908.259000', '140908.262000', '140908.265000', '140908.267000', '140908.270000', '140908.272000', '140908.275000', '140908.277000', '140908.280000', '140908.283000', '140908.286000', '140908.288000', '140908.291000', '140908.293000', '140908.296000', '140908.299000', '140908.301000', '140908.304000', '140908.306000', '140908.309000', '140908.312000', '140908.314000', '140908.317000', '140908.320000', '140908.322000', '140908.325000', '140908.327000', '140908.330000', '140908.332000', '140908.335000', '140908.338000', '140908.340000', '140908.343000', '140908.345000', '140908.348000', '140908.350000', '140908.353000', '140908.356000', '140908.358000', '140908.361000', '140908.363000', '140908.366000', '140908.369000', '140928.256000', '140928.259000', '140928.262000', '140928.264000', '140928.267000', '140928.270000', '140928.272000', '140928.275000', '140928.277000', '140928.293000', '140928.296000', '140928.298000', '140928.301000', '140928.303000', '140928.306000', '140928.309000', '140928.311000', '140928.314000', '140928.316000', '140928.319000', '140928.322000', '140928.324000', '140928.327000', '140928.329000', '140928.332000', '140928.335000', '140928.337000', '140928.340000', '140928.343000', '140928.345000', '140928.348000', '140928.350000', '140928.353000', '140928.356000', '140928.358000', '140928.361000', '140928.363000', '140928.366000', '140928.369000', '140928.371000', '140928.374000', '140928.376000', '140928.379000', '140948.257000', '140948.259000', '140948.262000', '140948.265000', '140948.267000', '140948.270000', '140948.272000', '140948.275000', '140948.278000', '140948.280000', '140948.283000', '140948.285000', '140948.288000', '140948.291000', '140948.293000', '140948.296000', '140948.298000', '140948.301000', '140948.304000', '140948.306000', '140948.309000', '140948.312000', '140948.314000', '140948.317000', '140948.319000', '140948.322000', '140948.325000', '140948.327000', '140948.330000', '140948.333000', '140948.335000', '140948.338000', '140948.340000', '140948.343000', '140948.345000', '140948.348000', '140948.351000', '140948.353000', '140948.356000', '140948.359000', '140948.361000', '140948.364000', '140948.366000', '140948.369000', '141008.256000', '141008.259000', '141008.262000', '141008.264000', '141008.267000', '141008.270000', '141008.272000', '141008.275000', '141008.277000', '141008.280000', '141008.282000', '141008.285000', '141008.288000', '141008.290000', '141008.293000', '141008.295000', '141008.298000', '141008.300000', '141008.303000', '141008.306000', '141008.308000', '141008.311000', '141008.315000', '141008.318000', '141008.320000', '141008.323000', '141008.326000', '141008.328000', '141008.331000', '141008.333000', '141008.336000', '141008.339000', '141008.341000', '141008.344000', '141008.346000', '141008.349000', '141008.351000', '141008.354000', '141008.357000', '141008.359000', '141008.362000', '141008.364000', '141008.367000', '141028.256000', '141028.258000', '141028.261000', '141028.263000', '141028.266000', '141028.270000', '141028.272000', '141028.275000', '141028.278000', '141028.280000', '141028.283000', '141028.286000', '141028.288000', '141028.291000', '141028.293000', '141028.296000', '141028.298000', '141028.301000', '141028.303000', '141028.306000', '141028.309000', '141028.311000', '141028.314000', '141028.317000', '141028.319000', '141028.322000', '141028.325000', '141028.327000', '141028.330000', '141028.332000', '141028.335000', '141028.338000', '141028.340000', '141028.343000', '141028.345000', '141028.348000', '141028.351000', '141028.353000', '141028.356000', '141028.359000', '141028.361000', '141028.364000', '141028.366000', '141028.369000', '141048.255000', '141048.258000', '141048.261000', '141048.263000', '141048.266000', '141048.269000', '141048.271000', '141048.274000', '141048.276000', '141048.279000', '141048.282000', '141048.284000', '141048.287000', '141048.289000', '141048.292000', '141048.294000', '141048.297000', '141048.299000', '141048.302000', '141048.305000', '141048.344000', '141048.346000', '141048.349000', '141048.351000', '141048.354000', '141048.357000', '141048.359000', '141048.362000', '141048.364000', '141048.367000', '141048.369000', '141048.372000', '141048.374000', '141048.377000', '141048.380000', '141048.382000', '141048.385000', '141048.387000', '141048.390000', '141048.393000', '141048.395000', '141048.398000', '141048.400000', '141106.859000', '141106.906000', '141106.909000', '141106.912000', '141106.914000', '141106.917000', '141106.920000', '141106.923000', '141106.925000', '141106.928000', '141106.931000', '141106.933000', '141106.936000', '141106.939000', '141106.942000', '141106.945000', '141106.947000', '141106.950000', '141106.953000', '141106.955000', '141106.958000', '141106.961000', '141106.963000', '141106.966000', '141106.969000', '141106.971000', '141106.974000', '141106.977000', '141106.980000', '141106.983000', '141106.986000', '141106.989000', '141106.992000', '141106.995000', '141107.001000', '141107.005000', '141107.013000', '141107.016000', '141107.019000', '141107.022000', '141107.024000'], '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': [10104, 16845, 10379, 15662, 10762, 14625, 10544, 13397, 10469, 10169, 10832, 10167, 10991, 9359, 12121, 9973, 10023, 9547, 10769, 10139, 11179, 11520, 10164, 9674, 10948, 9572, 10884, 9647, 10708, 15500, 13367, 16457, 17299, 13469, 17424, 9961, 8852, 11926, 9917, 14135, 10086, 13569, 13254, 18177, 12209, 9577, 13122, 9772, 9892, 9036, 10281, 9569, 17259, 17989, 18579, 18893, 10317, 11324, 8698, 11173, 12565, 13381, 15009, 9957, 10202, 10584, 9712, 17384, 13083, 19768, 16562, 16240, 10593, 10649, 10370, 9955, 9972, 10444, 10124, 9619, 10317, 9164, 9828, 10220, 9439, 8870, 9447, 9586, 10309, 9871, 13832, 9590, 15880, 9848, 12958, 9549, 10294, 9902, 10297, 11299, 11118, 14427, 12398, 10452, 10315, 11824, 9510, 10695, 9984, 11588, 9484, 13754, 13716, 12698, 17157, 13248, 9774, 14071, 9772, 8803, 10349, 15978, 16703, 18300, 18728, 11066, 15899, 11210, 11219, 12000, 11233, 12330, 11957, 16482, 19590, 17705, 11143, 10558, 10458, 10676, 10191, 8693, 11143, 11369, 8260, 10890, 11589, 13105, 11787, 10536, 11005, 10464, 10080, 8518, 11162, 10415, 9788, 10553, 12389, 11154, 11137, 10682, 8479, 11148, 11042, 10231, 10674, 9657, 14054, 14266, 13013, 10522, 10649, 10407, 8943, 9698, 9359, 9806, 10103, 9926, 10574, 9914, 10110, 10471, 10212, 10719, 11424, 15106, 14446, 10622, 9249, 11661, 10747, 13995, 14457, 15246, 11713, 10770, 10971, 12382, 11463, 13526, 11246, 11300, 10855, 9653, 8682, 16579, 14901, 12300, 10977, 17845, 13929, 11879, 10358, 10790, 10079, 10246, 10576, 10065, 10359, 9095, 10785, 9550, 11067, 8744, 10919, 8789, 8344, 10379, 13318, 15158, 15356, 12920, 10889, 10096, 8747, 9585, 10294, 9820, 10257, 14128, 11921, 12579, 15206, 10138, 11636, 10605, 10486, 10182, 15461, 15288, 14661, 14808, 11092, 12863, 11280, 16302, 18229, 18019, 17307, 11031, 10719, 9661, 10794, 10402, 9168, 12122, 10738, 8629, 10936, 12634, 11611, 13696, 10883, 8571, 10705, 10284, 10256, 10089, 9981, 10422, 9702, 10580, 9685, 15922, 16704, 16331, 10948, 10530, 9899, 10300, 10506, 10310, 8555, 9005, 9261, 9895, 8074, 9357, 9944, 8210, 10404, 9416, 11749, 16226, 14451, 15688, 18186, 14178, 13340, 10414, 13561, 10412, 9003, 9855, 9200, 9937, 14574, 16653, 9677, 11940, 9455, 10516, 8655, 10388, 13719, 13389, 17954, 16828, 15243, 13017, 10750, 16903, 11064, 9213, 10675, 10357, 10610, 7945, 11023, 13195, 11319, 11006, 9430, 10575, 10966, 12112, 14761, 12920, 17161, 11725, 16452, 17236, 18248, 10535, 14336, 10055, 9871, 9110, 9265, 10700, 11024, 7613, 10584, 10828, 7494, 10534, 10214, 9179, 10455, 9018, 10449, 12556, 13831, 14737, 13072, 14432, 8714, 10264, 9744, 10379, 10671, 10356, 9496, 10079, 9811, 10144, 10236, 9969, 10451, 9732, 10495, 10683, 10802, 14681, 14682, 17045, 16987, 17937, 18943, 11934, 17662, 10470, 10168, 10636, 9810, 15917, 15975, 12207, 8965, 10968, 10608, 10304, 13028, 14755, 10176, 10114, 10891, 9704, 11060, 10115, 10008, 10553, 10779, 10411, 9751, 7772, 10568, 10762, 9045, 10837, 8934, 10500, 10891, 10347, 8949, 10148, 8796, 10062, 8166, 8790, 9910, 10359, 9266, 9820, 13719, 14855, 9204, 9438, 9702, 9256, 9157, 9869, 8867, 9934, 9637, 9842, 8890, 8902, 9381, 9050, 12836, 8972, 16037, 11741, 15907, 13049, 10852, 10124, 9186, 9930, 16368, 17499, 17401, 16528, 10625, 15953, 10513, 11462, 10332, 10284, 10174, 12700, 10387, 11458, 10221, 16820, 10316, 9421, 10142, 9772, 8683, 10397, 11987, 10316, 17995, 15773, 16799, 9964, 9947, 9341, 9840, 9652, 9777, 10098, 9776, 9838, 9126, 9641, 9396, 9561, 9654, 9907, 9689, 12328, 9585, 9237, 9932, 9454, 9981, 9031, 9219, 15906, 9281, 13179, 9281, 8219, 9757, 8287, 9688, 9977, 9578, 12411, 11735, 15510, 16187, 10679, 11396, 9444, 10292, 8979, 9512, 13307, 13621, 17408, 18016, 18459, 19522, 17063, 12315, 10578, 9981, 9937, 9517, 9451, 11023, 10300, 10486, 9940, 8153, 10184, 9467, 10015, 12129, 15432, 16200, 18575, 14050, 15218, 9722, 8384, 8057, 13558, 14533, 12151, 10456, 9482, 8849, 9789, 9172, 9602, 10098, 8889, 8270, 9855, 8393, 9313, 8110, 9388, 8892, 8520, 9102, 9418, 9282, 8930, 9024, 8860, 9380, 10067, 11782, 15095, 15531, 9760, 12748, 9972, 9621, 9842, 9398, 9475, 8864, 10007, 13002, 10215, 10654, 14990, 9007, 14155, 9107, 12743, 12926, 18327, 20289, 15632, 10672, 10290, 9093, 7879, 10048, 12183, 14329, 14304, 16893, 14379, 9406, 11069, 9559, 9583, 8701, 10372, 15643, 11940, 9940, 9453, 8441, 9776, 9514, 9392, 12062, 15216, 17540, 15942, 9776, 8952, 9271, 8810, 8887, 9215, 8325, 9047, 9359, 8733, 8919, 9311, 8276, 9409, 9674, 8879, 9697, 8554, 9265, 10000, 9360, 9823, 8734, 10192, 10007, 9367, 8934, 9416, 12836, 13387, 13254, 15399, 17375, 18202, 19608, 16377, 10481, 9311, 9709, 9086, 9473, 8497, 9393, 15026, 13255, 11578, 9931, 9337, 9554, 9110, 9359, 8598, 11217, 16697, 16700, 10936, 9643, 9652, 9390, 9277, 8874, 9978, 13150, 17005, 15095, 8962, 9978, 8479, 9895, 9807, 9593, 8107, 8786, 12492, 10501, 10378, 9251, 16390, 9173, 12654, 8535, 9109, 8372, 8314, 8888, 8964, 9280, 10275, 8787, 9213, 9279, 8752, 9178, 9891, 8650, 9401, 8204, 9530, 8047, 9412, 10684, 9103, 9523, 9255, 9856, 9375, 9093, 10004, 12124, 10252, 10336, 10998, 15273, 17337, 10224, 10827, 9041, 9718, 8586, 9889, 9730, 9690, 13218, 9994, 10088, 10285, 9452, 9590, 13897, 16861, 14701, 13083, 11511, 10080, 9348, 9124, 9129, 9948, 10312, 9430, 10342, 11905, 9827, 9769, 14086, 17140, 16015, 16361, 18527, 12868, 9837, 8730, 9818, 9170, 9597, 9540, 9608, 9449, 9756, 9253, 9644, 9861, 10167, 8743, 10147, 9026, 10238, 10698, 9761, 15435, 12829, 10467, 10085, 10357, 10561, 16182, 14860, 16404, 17284, 13121, 11785, 9977, 8911, 10485, 9105, 11992, 13695, 14879, 16261, 9642, 10829, 9916, 9043, 10145, 8696, 12681, 16267, 15490, 9633, 9099, 9764, 9465, 9489, 13162, 9170, 9368, 8650, 11483, 14422, 11572, 9477, 10315, 9016, 9066, 8259, 9123, 9806, 8589, 9440, 8916], 'WindowCenter': [3879.0, 3904.0, 3848.0, 3876.0, 3833.0, 3863.0, 3830.0, 3852.0, 3830.0, 3818.0, 3828.0, 3818.0, 3817.0, 3808.0, 3839.0, 3819.0, 3818.0, 3819.0, 3843.0, 3831.0, 3842.0, 3843.0, 3833.0, 3822.0, 3843.0, 3834.0, 3845.0, 3823.0, 3834.0, 3877.0, 3867.0, 3892.0, 3905.0, 3882.0, 3890.0, 3822.0, 3811.0, 3842.0, 3821.0, 3851.0, 3819.0, 3841.0, 3852.0, 3874.0, 3842.0, 3821.0, 3854.0, 3822.0, 3809.0, 3798.0, 3809.0, 3809.0, 3865.0, 3866.0, 3865.0, 3863.0, 3808.0, 3803.0, 3771.0, 3803.0, 3804.0, 3818.0, 3826.0, 3793.0, 3791.0, 3790.0, 3779.0, 3831.0, 3808.0, 3827.0, 3807.0, 3805.0, 3774.0, 3774.0, 3775.0, 3776.0, 3762.0, 3771.0, 3761.0, 3749.0, 3760.0, 3749.0, 3759.0, 3761.0, 3761.0, 3766.0, 3776.0, 3776.0, 3787.0, 3789.0, 3808.0, 3776.0, 3817.0, 3777.0, 3796.0, 3778.0, 3803.0, 3790.0, 3801.0, 3813.0, 3815.0, 3836.0, 3828.0, 3817.0, 3805.0, 3826.0, 3807.0, 3804.0, 3793.0, 3812.0, 3795.0, 3838.0, 3838.0, 3840.0, 3873.0, 3826.0, 3805.0, 3836.0, 3804.0, 3782.0, 3792.0, 3837.0, 3851.0, 3851.0, 3837.0, 3805.0, 3824.0, 3789.0, 3788.0, 3786.0, 3801.0, 3799.0, 3802.0, 3835.0, 3848.0, 3833.0, 3800.0, 3785.0, 3773.0, 3771.0, 3759.0, 3750.0, 3783.0, 3781.0, 3751.0, 3784.0, 3783.0, 3792.0, 3769.0, 3756.0, 3755.0, 3743.0, 3743.0, 3723.0, 3756.0, 3755.0, 3756.0, 3770.0, 3768.0, 3768.0, 3768.0, 3757.0, 3734.0, 3768.0, 3767.0, 3758.0, 3769.0, 3761.0, 3807.0, 3807.0, 3806.0, 3784.0, 3786.0, 3784.0, 3763.0, 3760.0, 3761.0, 3773.0, 3788.0, 3788.0, 3802.0, 3802.0, 3803.0, 3789.0, 3790.0, 3792.0, 3803.0, 3826.0, 3823.0, 3791.0, 3779.0, 3800.0, 3776.0, 3798.0, 3809.0, 3817.0, 3796.0, 3785.0, 3784.0, 3794.0, 3782.0, 3792.0, 3771.0, 3770.0, 3771.0, 3763.0, 3751.0, 3804.0, 3803.0, 3780.0, 3771.0, 3800.0, 3779.0, 3754.0, 3744.0, 3753.0, 3743.0, 3743.0, 3755.0, 3743.0, 3744.0, 3732.0, 3754.0, 3743.0, 3766.0, 3735.0, 3767.0, 3748.0, 3748.0, 3783.0, 3805.0, 3829.0, 3844.0, 3823.0, 3811.0, 3800.0, 3780.0, 3804.0, 3802.0, 3787.0, 3787.0, 3819.0, 3799.0, 3812.0, 3834.0, 3802.0, 3811.0, 3790.0, 3788.0, 3780.0, 3810.0, 3821.0, 3837.0, 3822.0, 3800.0, 3809.0, 3788.0, 3807.0, 3807.0, 3807.0, 3805.0, 3772.0, 3772.0, 3762.0, 3787.0, 3772.0, 3749.0, 3783.0, 3772.0, 3750.0, 3770.0, 3768.0, 3768.0, 3777.0, 3756.0, 3723.0, 3744.0, 3743.0, 3744.0, 3745.0, 3743.0, 3744.0, 3733.0, 3744.0, 3746.0, 3801.0, 3802.0, 3803.0, 3769.0, 3772.0, 3760.0, 3757.0, 3756.0, 3744.0, 3735.0, 3748.0, 3760.0, 3773.0, 3765.0, 3775.0, 3786.0, 3767.0, 3800.0, 3776.0, 3797.0, 3820.0, 3821.0, 3820.0, 3831.0, 3819.0, 3806.0, 3785.0, 3806.0, 3784.0, 3750.0, 3760.0, 3760.0, 3773.0, 3818.0, 3828.0, 3777.0, 3796.0, 3774.0, 3784.0, 3750.0, 3771.0, 3793.0, 3795.0, 3829.0, 3820.0, 3807.0, 3782.0, 3773.0, 3803.0, 3759.0, 3734.0, 3746.0, 3746.0, 3760.0, 3726.0, 3758.0, 3768.0, 3755.0, 3757.0, 3733.0, 3743.0, 3742.0, 3765.0, 3775.0, 3765.0, 3786.0, 3755.0, 3790.0, 3812.0, 3814.0, 3771.0, 3787.0, 3745.0, 3743.0, 3732.0, 3730.0, 3753.0, 3753.0, 3711.0, 3753.0, 3753.0, 3711.0, 3754.0, 3742.0, 3731.0, 3743.0, 3732.0, 3757.0, 3780.0, 3793.0, 3804.0, 3791.0, 3790.0, 3748.0, 3757.0, 3745.0, 3756.0, 3757.0, 3758.0, 3760.0, 3772.0, 3773.0, 3785.0, 3785.0, 3772.0, 3784.0, 3760.0, 3771.0, 3770.0, 3772.0, 3803.0, 3804.0, 3805.0, 3806.0, 3805.0, 3815.0, 3782.0, 3812.0, 3756.0, 3744.0, 3747.0, 3738.0, 3795.0, 3794.0, 3769.0, 3737.0, 3757.0, 3744.0, 3744.0, 3764.0, 3776.0, 3743.0, 3742.0, 3753.0, 3744.0, 3766.0, 3742.0, 3742.0, 3755.0, 3754.0, 3753.0, 3731.0, 3698.0, 3740.0, 3740.0, 3718.0, 3741.0, 3718.0, 3739.0, 3737.0, 3727.0, 3715.0, 3727.0, 3717.0, 3728.0, 3719.0, 3719.0, 3742.0, 3753.0, 3745.0, 3770.0, 3791.0, 3801.0, 3761.0, 3773.0, 3774.0, 3760.0, 3759.0, 3758.0, 3750.0, 3772.0, 3773.0, 3786.0, 3763.0, 3777.0, 3775.0, 3776.0, 3806.0, 3774.0, 3815.0, 3797.0, 3817.0, 3795.0, 3772.0, 3771.0, 3749.0, 3762.0, 3791.0, 3817.0, 3815.0, 3802.0, 3770.0, 3801.0, 3757.0, 3765.0, 3744.0, 3742.0, 3742.0, 3763.0, 3744.0, 3752.0, 3743.0, 3784.0, 3742.0, 3731.0, 3741.0, 3741.0, 3720.0, 3741.0, 3763.0, 3754.0, 3799.0, 3787.0, 3784.0, 3742.0, 3742.0, 3742.0, 3742.0, 3731.0, 3740.0, 3741.0, 3742.0, 3754.0, 3745.0, 3757.0, 3758.0, 3758.0, 3758.0, 3769.0, 3770.0, 3791.0, 3759.0, 3758.0, 3770.0, 3758.0, 3770.0, 3760.0, 3774.0, 3826.0, 3773.0, 3804.0, 3775.0, 3762.0, 3772.0, 3751.0, 3775.0, 3772.0, 3775.0, 3807.0, 3809.0, 3830.0, 3829.0, 3787.0, 3796.0, 3775.0, 3785.0, 3763.0, 3761.0, 3793.0, 3795.0, 3817.0, 3830.0, 3829.0, 3832.0, 3820.0, 3772.0, 3759.0, 3749.0, 3747.0, 3747.0, 3736.0, 3758.0, 3759.0, 3760.0, 3760.0, 3727.0, 3758.0, 3747.0, 3746.0, 3767.0, 3791.0, 3802.0, 3799.0, 3780.0, 3788.0, 3744.0, 3722.0, 3721.0, 3762.0, 3762.0, 3751.0, 3740.0, 3731.0, 3719.0, 3730.0, 3731.0, 3728.0, 3728.0, 3718.0, 3708.0, 3729.0, 3706.0, 3718.0, 3706.0, 3730.0, 3729.0, 3730.0, 3744.0, 3744.0, 3745.0, 3747.0, 3747.0, 3760.0, 3762.0, 3774.0, 3796.0, 3820.0, 3832.0, 3787.0, 3806.0, 3787.0, 3774.0, 3774.0, 3763.0, 3776.0, 3765.0, 3787.0, 3808.0, 3789.0, 3799.0, 3835.0, 3792.0, 3808.0, 3765.0, 3787.0, 3803.0, 3837.0, 3834.0, 3810.0, 3777.0, 3762.0, 3743.0, 3717.0, 3738.0, 3759.0, 3782.0, 3781.0, 3803.0, 3793.0, 3749.0, 3758.0, 3761.0, 3746.0, 3723.0, 3744.0, 3776.0, 3753.0, 3731.0, 3732.0, 3722.0, 3732.0, 3730.0, 3718.0, 3750.0, 3774.0, 3784.0, 3784.0, 3741.0, 3733.0, 3745.0, 3729.0, 3719.0, 3730.0, 3718.0, 3730.0, 3731.0, 3733.0, 3745.0, 3745.0, 3736.0, 3757.0, 3757.0, 3746.0, 3756.0, 3735.0, 3747.0, 3757.0, 3758.0, 3757.0, 3748.0, 3771.0, 3770.0, 3773.0, 3776.0, 3761.0, 3793.0, 3805.0, 3793.0, 3805.0, 3817.0, 3831.0, 3831.0, 3816.0, 3769.0, 3759.0, 3757.0, 3736.0, 3744.0, 3734.0, 3747.0, 3803.0, 3792.0, 3781.0, 3769.0, 3758.0, 3759.0, 3746.0, 3736.0, 3738.0, 3773.0, 3808.0, 3806.0, 3773.0, 3761.0, 3760.0, 3734.0, 3734.0, 3725.0, 3735.0, 3769.0, 3800.0, 3788.0, 3734.0, 3745.0, 3721.0, 3743.0, 3741.0, 3729.0, 3721.0, 3720.0, 3763.0, 3753.0, 3741.0, 3743.0, 3784.0, 3729.0, 3747.0, 3705.0, 3715.0, 3705.0, 3706.0, 3716.0, 3718.0, 3730.0, 3740.0, 3730.0, 3729.0, 3729.0, 3730.0, 3744.0, 3754.0, 3746.0, 3758.0, 3735.0, 3757.0, 3734.0, 3745.0, 3767.0, 3748.0, 3759.0, 3758.0, 3770.0, 3771.0, 3773.0, 3785.0, 3808.0, 3800.0, 3788.0, 3799.0, 3822.0, 3830.0, 3774.0, 3771.0, 3761.0, 3759.0, 3749.0, 3762.0, 3746.0, 3746.0, 3777.0, 3756.0, 3756.0, 3755.0, 3742.0, 3742.0, 3775.0, 3783.0, 3774.0, 3762.0, 3750.0, 3740.0, 3728.0, 3727.0, 3728.0, 3742.0, 3740.0, 3729.0, 3741.0, 3751.0, 3741.0, 3741.0, 3774.0, 3785.0, 3787.0, 3797.0, 3797.0, 3776.0, 3754.0, 3744.0, 3755.0, 3744.0, 3742.0, 3744.0, 3743.0, 3756.0, 3756.0, 3758.0, 3769.0, 3769.0, 3782.0, 3759.0, 3782.0, 3760.0, 3772.0, 3782.0, 3784.0, 3817.0, 3794.0, 3784.0, 3783.0, 3769.0, 3769.0, 3803.0, 3804.0, 3804.0, 3815.0, 3791.0, 3778.0, 3769.0, 3748.0, 3755.0, 3732.0, 3766.0, 3777.0, 3788.0, 3798.0, 3755.0, 3765.0, 3755.0, 3731.0, 3744.0, 3721.0, 3765.0, 3789.0, 3787.0, 3734.0, 3722.0, 3757.0, 3743.0, 3733.0, 3765.0, 3722.0, 3722.0, 3722.0, 3754.0, 3775.0, 3754.0, 3743.0, 3739.0, 3717.0, 3717.0, 3706.0, 3727.0, 3727.0, 3716.0, 3729.0, 3728.0], 'WindowWidth': [8690.0, 8712.0, 8627.0, 8659.0, 8596.0, 8635.0, 8587.0, 8617.0, 8587.0, 8568.0, 8582.0, 8568.0, 8565.0, 8555.0, 8597.0, 8570.0, 8568.0, 8573.0, 8610.0, 8591.0, 8608.0, 8610.0, 8595.0, 8579.0, 8610.0, 8598.0, 8614.0, 8581.0, 8598.0, 8662.0, 8649.0, 8693.0, 8716.0, 8682.0, 8689.0, 8580.0, 8564.0, 8605.0, 8575.0, 8613.0, 8569.0, 8603.0, 8622.0, 8655.0, 8606.0, 8575.0, 8624.0, 8578.0, 8554.0, 8537.0, 8552.0, 8553.0, 8642.0, 8647.0, 8643.0, 8635.0, 8550.0, 8534.0, 8487.0, 8535.0, 8537.0, 8563.0, 8571.0, 8522.0, 8516.0, 8513.0, 8498.0, 8569.0, 8535.0, 8564.0, 8531.0, 8523.0, 8480.0, 8482.0, 8486.0, 8489.0, 8463.0, 8473.0, 8460.0, 8439.0, 8455.0, 8441.0, 8454.0, 8459.0, 8462.0, 8475.0, 8489.0, 8491.0, 8506.0, 8512.0, 8535.0, 8488.0, 8545.0, 8489.0, 8514.0, 8494.0, 8536.0, 8515.0, 8531.0, 8549.0, 8555.0, 8585.0, 8577.0, 8564.0, 8544.0, 8572.0, 8548.0, 8538.0, 8522.0, 8547.0, 8529.0, 8590.0, 8594.0, 8600.0, 8650.0, 8573.0, 8544.0, 8584.0, 8539.0, 8505.0, 8521.0, 8587.0, 8615.0, 8616.0, 8587.0, 8537.0, 8565.0, 8508.0, 8504.0, 8497.0, 8526.0, 8521.0, 8531.0, 8590.0, 8617.0, 8583.0, 8528.0, 8499.0, 8479.0, 8472.0, 8452.0, 8446.0, 8493.0, 8488.0, 8449.0, 8497.0, 8493.0, 8504.0, 8467.0, 8445.0, 8441.0, 8424.0, 8423.0, 8395.0, 8444.0, 8442.0, 8446.0, 8471.0, 8463.0, 8463.0, 8462.0, 8449.0, 8415.0, 8463.0, 8462.0, 8451.0, 8468.0, 8462.0, 8531.0, 8534.0, 8529.0, 8497.0, 8505.0, 8497.0, 8469.0, 8455.0, 8460.0, 8478.0, 8507.0, 8508.0, 8534.0, 8534.0, 8534.0, 8510.0, 8511.0, 8518.0, 8536.0, 8571.0, 8561.0, 8517.0, 8496.0, 8523.0, 8486.0, 8518.0, 8536.0, 8546.0, 8514.0, 8500.0, 8499.0, 8511.0, 8492.0, 8503.0, 8471.0, 8471.0, 8475.0, 8466.0, 8449.0, 8524.0, 8519.0, 8484.0, 8474.0, 8516.0, 8480.0, 8438.0, 8425.0, 8435.0, 8424.0, 8423.0, 8443.0, 8425.0, 8428.0, 8409.0, 8440.0, 8424.0, 8459.0, 8417.0, 8463.0, 8441.0, 8440.0, 8496.0, 8529.0, 8572.0, 8599.0, 8568.0, 8547.0, 8531.0, 8507.0, 8542.0, 8537.0, 8507.0, 8508.0, 8551.0, 8527.0, 8548.0, 8582.0, 8536.0, 8544.0, 8510.0, 8504.0, 8495.0, 8539.0, 8556.0, 8587.0, 8559.0, 8526.0, 8537.0, 8505.0, 8529.0, 8536.0, 8533.0, 8525.0, 8476.0, 8476.0, 8464.0, 8505.0, 8476.0, 8442.0, 8490.0, 8476.0, 8445.0, 8471.0, 8464.0, 8463.0, 8473.0, 8441.0, 8394.0, 8426.0, 8423.0, 8426.0, 8427.0, 8422.0, 8425.0, 8407.0, 8424.0, 8431.0, 8516.0, 8522.0, 8522.0, 8469.0, 8479.0, 8458.0, 8448.0, 8443.0, 8427.0, 8417.0, 8440.0, 8460.0, 8481.0, 8477.0, 8489.0, 8504.0, 8482.0, 8527.0, 8491.0, 8521.0, 8557.0, 8560.0, 8556.0, 8573.0, 8553.0, 8529.0, 8501.0, 8529.0, 8498.0, 8443.0, 8458.0, 8460.0, 8481.0, 8549.0, 8566.0, 8496.0, 8518.0, 8485.0, 8496.0, 8446.0, 8476.0, 8506.0, 8513.0, 8567.0, 8552.0, 8528.0, 8486.0, 8481.0, 8517.0, 8449.0, 8409.0, 8427.0, 8427.0, 8453.0, 8403.0, 8447.0, 8461.0, 8439.0, 8446.0, 8408.0, 8420.0, 8418.0, 8456.0, 8470.0, 8454.0, 8485.0, 8441.0, 8498.0, 8535.0, 8543.0, 8478.0, 8488.0, 8429.0, 8425.0, 8408.0, 8402.0, 8438.0, 8436.0, 8380.0, 8439.0, 8437.0, 8379.0, 8440.0, 8420.0, 8404.0, 8423.0, 8407.0, 8448.0, 8487.0, 8508.0, 8525.0, 8504.0, 8501.0, 8440.0, 8449.0, 8430.0, 8444.0, 8446.0, 8453.0, 8460.0, 8477.0, 8482.0, 8502.0, 8502.0, 8481.0, 8498.0, 8459.0, 8474.0, 8472.0, 8475.0, 8520.0, 8522.0, 8528.0, 8529.0, 8527.0, 8541.0, 8491.0, 8534.0, 8445.0, 8422.0, 8427.0, 8421.0, 8515.0, 8506.0, 8462.0, 8420.0, 8446.0, 8424.0, 8427.0, 8453.0, 8472.0, 8423.0, 8417.0, 8437.0, 8425.0, 8459.0, 8423.0, 8423.0, 8445.0, 8442.0, 8437.0, 8404.0, 8356.0, 8411.0, 8411.0, 8380.0, 8416.0, 8383.0, 8412.0, 8404.0, 8393.0, 8373.0, 8394.0, 8378.0, 8396.0, 8388.0, 8387.0, 8422.0, 8436.0, 8431.0, 8473.0, 8503.0, 8515.0, 8462.0, 8483.0, 8486.0, 8461.0, 8455.0, 8452.0, 8444.0, 8476.0, 8481.0, 8501.0, 8471.0, 8493.0, 8489.0, 8492.0, 8529.0, 8485.0, 8540.0, 8518.0, 8547.0, 8513.0, 8477.0, 8475.0, 8442.0, 8461.0, 8499.0, 8549.0, 8545.0, 8519.0, 8473.0, 8516.0, 8452.0, 8458.0, 8426.0, 8421.0, 8422.0, 8452.0, 8426.0, 8437.0, 8424.0, 8481.0, 8422.0, 8406.0, 8418.0, 8422.0, 8390.0, 8421.0, 8451.0, 8442.0, 8516.0, 8491.0, 8484.0, 8425.0, 8424.0, 8425.0, 8421.0, 8406.0, 8418.0, 8419.0, 8422.0, 8442.0, 8434.0, 8452.0, 8454.0, 8457.0, 8457.0, 8472.0, 8476.0, 8506.0, 8459.0, 8456.0, 8475.0, 8455.0, 8474.0, 8463.0, 8487.0, 8560.0, 8485.0, 8528.0, 8490.0, 8468.0, 8480.0, 8450.0, 8486.0, 8480.0, 8489.0, 8534.0, 8542.0, 8571.0, 8570.0, 8508.0, 8516.0, 8490.0, 8502.0, 8469.0, 8463.0, 8505.0, 8510.0, 8547.0, 8577.0, 8570.0, 8578.0, 8554.0, 8472.0, 8449.0, 8435.0, 8431.0, 8433.0, 8415.0, 8447.0, 8454.0, 8457.0, 8457.0, 8408.0, 8452.0, 8436.0, 8434.0, 8464.0, 8503.0, 8528.0, 8517.0, 8487.0, 8492.0, 8428.0, 8393.0, 8392.0, 8448.0, 8446.0, 8429.0, 8414.0, 8405.0, 8387.0, 8400.0, 8402.0, 8396.0, 8395.0, 8383.0, 8367.0, 8397.0, 8364.0, 8383.0, 8365.0, 8401.0, 8400.0, 8404.0, 8428.0, 8427.0, 8431.0, 8438.0, 8437.0, 8458.0, 8463.0, 8484.0, 8515.0, 8554.0, 8577.0, 8508.0, 8528.0, 8504.0, 8483.0, 8484.0, 8466.0, 8489.0, 8474.0, 8505.0, 8534.0, 8511.0, 8527.0, 8581.0, 8520.0, 8531.0, 8469.0, 8500.0, 8534.0, 8595.0, 8588.0, 8544.0, 8488.0, 8460.0, 8433.0, 8390.0, 8417.0, 8448.0, 8482.0, 8481.0, 8517.0, 8503.0, 8439.0, 8451.0, 8459.0, 8430.0, 8394.0, 8423.0, 8468.0, 8434.0, 8401.0, 8406.0, 8393.0, 8406.0, 8398.0, 8380.0, 8427.0, 8464.0, 8484.0, 8482.0, 8419.0, 8412.0, 8430.0, 8400.0, 8386.0, 8400.0, 8383.0, 8403.0, 8405.0, 8411.0, 8430.0, 8432.0, 8421.0, 8454.0, 8449.0, 8434.0, 8447.0, 8418.0, 8438.0, 8449.0, 8452.0, 8452.0, 8440.0, 8475.0, 8472.0, 8484.0, 8489.0, 8459.0, 8507.0, 8528.0, 8509.0, 8528.0, 8553.0, 8579.0, 8585.0, 8551.0, 8470.0, 8461.0, 8452.0, 8418.0, 8424.0, 8412.0, 8435.0, 8520.0, 8505.0, 8491.0, 8470.0, 8455.0, 8454.0, 8433.0, 8418.0, 8423.0, 8479.0, 8537.0, 8531.0, 8481.0, 8461.0, 8458.0, 8413.0, 8410.0, 8397.0, 8413.0, 8467.0, 8515.0, 8494.0, 8417.0, 8431.0, 8394.0, 8425.0, 8418.0, 8400.0, 8391.0, 8389.0, 8450.0, 8440.0, 8421.0, 8428.0, 8482.0, 8400.0, 8419.0, 8362.0, 8373.0, 8360.0, 8363.0, 8378.0, 8383.0, 8405.0, 8417.0, 8402.0, 8402.0, 8400.0, 8404.0, 8427.0, 8441.0, 8435.0, 8454.0, 8421.0, 8451.0, 8418.0, 8434.0, 8464.0, 8441.0, 8459.0, 8455.0, 8476.0, 8480.0, 8484.0, 8504.0, 8541.0, 8531.0, 8509.0, 8526.0, 8570.0, 8580.0, 8485.0, 8475.0, 8463.0, 8458.0, 8442.0, 8460.0, 8434.0, 8431.0, 8477.0, 8448.0, 8447.0, 8443.0, 8424.0, 8423.0, 8471.0, 8480.0, 8468.0, 8450.0, 8430.0, 8415.0, 8397.0, 8396.0, 8396.0, 8421.0, 8416.0, 8399.0, 8419.0, 8434.0, 8421.0, 8421.0, 8469.0, 8487.0, 8497.0, 8508.0, 8508.0, 8474.0, 8444.0, 8433.0, 8447.0, 8431.0, 8425.0, 8430.0, 8427.0, 8449.0, 8449.0, 8455.0, 8472.0, 8475.0, 8495.0, 8460.0, 8492.0, 8459.0, 8479.0, 8492.0, 8500.0, 8548.0, 8514.0, 8500.0, 8496.0, 8471.0, 8470.0, 8523.0, 8530.0, 8529.0, 8550.0, 8506.0, 8483.0, 8472.0, 8442.0, 8446.0, 8411.0, 8460.0, 8480.0, 8495.0, 8507.0, 8446.0, 8460.0, 8445.0, 8408.0, 8426.0, 8392.0, 8456.0, 8500.0, 8492.0, 8412.0, 8392.0, 8451.0, 8422.0, 8410.0, 8451.0, 8390.0, 8390.0, 8393.0, 8439.0, 8469.0, 8440.0, 8427.0, 8414.0, 8382.0, 8382.0, 8363.0, 8394.0, 8393.0, 8379.0, 8401.0, 8400.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.0012867853042479907</td></tr>
<tr><td colspan=3>aqi</td><td>0.038337749712973594</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.49474731529882</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2042011736666665</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0106961910804604</td></tr>
<tr><td colspan=3>efc</td><td>0.5</td></tr>
<tr><td colspan=3>fber</td><td>3725.553</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14557267116907413</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>167</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>19.173363949483353</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5074275948560696</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.346534307690626</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8431262958509507</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.332622181026632</td></tr>
<tr><td colspan=3>gcor</td><td>0.0433282</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.027523986995220184</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04665914550423622</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6658546694079455</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>17.0601</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.5344</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>195.8214</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298363.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>925.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>342.4642</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9285</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>473.5919</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2923.876</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3129.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78181.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>838.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3875.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>853.5472</td></tr>
<tr><td colspan=3>tsnr</td><td>29.12313613225706</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>