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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0025/ses-03/func/sub-0025_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f09808f69dd134941c2e96309086d14f</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>12:00:0.652500</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_VE11C_LATEST_20160120</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.999581, 0.0237873, 0.0164756, -0.0237311, 0.999712, -0.00360201]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8_51</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.0927202</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8_51</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7712, -7222, 600, -56, -11, -122, 73]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>288.042</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>12f250be-3d1a-4289-8cf4-91254c7b8001||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6818034648895264, -0.06366871297359467, 0.04470270499587059, 113.54895782470703], [-0.06381966173648834, 2.6821539402008057, -0.008665688335895538, -94.49252319335938], [0.04420289024710655, 0.009663919918239117, 2.699615955352783, -64.56947326660156], [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': ['120000.652500', '120001.112500', '120001.572500', '120002.032500', '120002.492500', '120002.952500', '120003.412500', '120003.872500', '120004.332500', '120004.792500', '120005.252500', '120005.712500', '120006.172500', '120006.632500', '120007.092500', '120007.552500', '120008.012500', '120008.472500', '120008.932500', '120009.392500', '120009.852500', '120010.312500', '120010.772500', '120011.232500', '120011.692500', '120012.152500', '120012.612500', '120013.072500', '120013.532500', '120013.992500', '120014.452500', '120014.912500', '120015.372500', '120015.832500', '120016.292500', '120016.752500', '120017.212500', '120017.672500', '120018.132500', '120018.592500', '120019.052500', '120019.512500', '120019.972500', '120020.432500', '120020.892500', '120021.352500', '120021.812500', '120022.272500', '120022.732500', '120023.192500', '120023.652500', '120024.112500', '120024.572500', '120025.032500', '120025.492500', '120025.952500', '120026.412500', '120026.872500', '120027.332500', '120027.792500', '120028.252500', '120028.712500', '120029.172500', '120029.632500', '120030.092500', '120030.552500', '120031.012500', '120031.472500', '120031.932500', '120032.392500', '120032.852500', '120033.312500', '120033.772500', '120034.232500', '120034.692500', '120035.152500', '120035.612500', '120036.072500', '120036.532500', '120036.992500', '120037.452500', '120037.912500', '120038.372500', '120038.832500', '120039.292500', '120039.752500', '120040.212500', '120040.672500', '120041.132500', '120041.592500', '120042.052500', '120042.512500', '120042.972500', '120043.432500', '120043.892500', '120044.352500', '120044.812500', '120045.272500', '120045.732500', '120046.192500', '120046.652500', '120047.112500', '120047.572500', '120048.032500', '120048.492500', '120048.952500', '120049.412500', '120049.872500', '120050.332500', '120050.792500', '120051.252500', '120051.712500', '120052.172500', '120052.632500', '120053.092500', '120053.552500', '120054.012500', '120054.472500', '120054.932500', '120055.392500', '120055.852500', '120056.312500', '120056.772500', '120057.232500', '120057.692500', '120058.152500', '120058.612500', '120059.072500', '120059.532500', '120059.992500', '120100.452500', '120100.912500', '120101.372500', '120101.832500', '120102.292500', '120102.752500', '120103.212500', '120103.672500', '120104.132500', '120104.592500', '120105.052500', '120105.512500', '120105.972500', '120106.432500', '120106.892500', '120107.352500', '120107.812500', '120108.272500', '120108.732500', '120109.192500', '120109.652500', '120110.112500', '120110.572500', '120111.032500', '120111.492500', '120111.952500', '120112.412500', '120112.872500', '120113.332500', '120113.792500', '120114.252500', '120114.712500', '120115.172500', '120115.632500', '120116.092500', '120116.552500', '120117.012500', '120117.472500', '120117.932500', '120118.392500', '120118.852500', '120119.312500', '120119.772500', '120120.232500', '120120.692500', '120121.152500', '120121.612500', '120122.072500', '120122.532500', '120122.992500', '120123.452500', '120123.912500', '120124.372500', '120124.832500', '120125.292500', '120125.752500', '120126.212500', '120126.672500', '120127.132500', '120127.592500', '120128.052500', '120128.512500', '120128.972500', '120129.432500', '120129.892500', '120130.352500', '120130.812500', '120131.272500', '120131.732500', '120132.192500', '120132.652500', '120133.112500', '120133.572500', '120134.032500', '120134.492500', '120134.952500', '120135.412500', '120135.872500', '120136.332500', '120136.792500', '120137.252500', '120137.712500', '120138.172500', '120138.632500', '120139.092500', '120139.552500', '120140.012500', '120140.472500', '120140.932500', '120141.392500', '120141.852500', '120142.312500', '120142.772500', '120143.232500', '120143.692500', '120144.152500', '120144.612500', '120145.072500', '120145.532500', '120145.992500', '120146.452500', '120146.912500', '120147.372500', '120147.832500', '120148.292500', '120148.752500', '120149.212500', '120149.672500', '120150.132500', '120150.592500', '120151.052500', '120151.512500', '120151.972500', '120152.432500', '120152.892500', '120153.352500', '120153.812500', '120154.272500', '120154.732500', '120155.192500', '120155.652500', '120156.112500', '120156.572500', '120157.032500', '120157.492500', '120157.952500', '120158.412500', '120158.872500', '120159.332500', '120159.792500', '120200.252500', '120200.712500', '120201.172500', '120201.632500', '120202.092500', '120202.552500', '120203.012500', '120203.472500', '120203.932500', '120204.392500', '120204.852500', '120205.312500', '120205.772500', '120206.232500', '120206.692500', '120207.152500', '120207.612500', '120208.072500', '120208.532500', '120208.992500', '120209.452500', '120209.912500', '120210.372500', '120210.832500', '120211.292500', '120211.752500', '120212.212500', '120212.672500', '120213.132500', '120213.592500', '120214.052500', '120214.512500', '120214.972500', '120215.432500', '120215.892500', '120216.352500', '120216.812500', '120217.272500', '120217.732500', '120218.192500', '120218.652500', '120219.112500', '120219.572500', '120220.032500', '120220.492500', '120220.952500', '120221.412500', '120221.872500', '120222.332500', '120222.792500', '120223.252500', '120223.712500', '120224.172500', '120224.632500', '120225.092500', '120225.552500', '120226.012500', '120226.472500', '120226.932500', '120227.392500', '120227.852500', '120228.312500', '120228.772500', '120229.232500', '120229.692500', '120230.152500', '120230.612500', '120231.072500', '120231.532500', '120231.992500', '120232.452500', '120232.912500', '120233.372500', '120233.832500', '120234.292500', '120234.752500', '120235.212500', '120235.672500', '120236.132500', '120236.592500', '120237.052500', '120237.512500', '120237.972500', '120238.432500', '120238.892500', '120239.352500', '120239.812500', '120240.272500', '120240.732500', '120241.192500', '120241.652500', '120242.112500', '120242.572500', '120243.032500', '120243.492500', '120243.952500', '120244.412500', '120244.872500', '120245.332500', '120245.792500', '120246.252500', '120246.712500', '120247.172500', '120247.632500', '120248.092500', '120248.552500', '120249.012500', '120249.472500', '120249.932500', '120250.392500', '120250.852500', '120251.312500', '120251.772500', '120252.232500', '120252.692500', '120253.152500', '120253.612500', '120254.072500', '120254.532500', '120254.992500', '120255.452500', '120255.912500', '120256.372500', '120256.832500', '120257.292500', '120257.752500', '120258.212500', '120258.672500', '120259.132500', '120259.592500', '120300.052500', '120300.512500', '120300.972500', '120301.432500', '120301.892500', '120302.352500', '120302.812500', '120303.272500', '120303.732500', '120304.192500', '120304.652500', '120305.112500', '120305.572500', '120306.032500', '120306.492500', '120306.952500', '120307.412500', '120307.872500', '120308.332500', '120308.792500', '120309.252500', '120309.712500', '120310.172500', '120310.632500', '120311.092500', '120311.552500', '120312.012500', '120312.472500', '120312.932500', '120313.392500', '120313.852500', '120314.312500', '120314.772500', '120315.232500', '120315.692500', '120316.152500', '120316.612500', '120317.072500', '120317.532500', '120317.992500', '120318.452500', '120318.912500', '120319.372500', '120319.832500', '120320.292500', '120320.752500', '120321.212500', '120321.672500', '120322.132500', '120322.592500', '120323.052500', '120323.512500', '120323.972500', '120324.432500', '120324.892500', '120325.352500', '120325.812500', '120326.272500', '120326.732500', '120327.192500', '120327.652500', '120328.112500', '120328.572500', '120329.032500', '120329.492500', '120329.952500', '120330.412500', '120330.872500', '120331.332500', '120331.792500', '120332.252500', '120332.712500', '120333.172500', '120333.632500', '120334.092500', '120334.552500', '120335.012500', '120335.472500', '120335.932500', '120336.392500', '120336.852500', '120337.312500', '120337.772500', '120338.232500', '120338.692500', '120339.152500', '120339.612500', '120340.072500', '120340.532500', '120340.992500', '120341.452500', '120341.912500', '120342.372500', '120342.832500', '120343.292500', '120343.752500', '120344.212500', '120344.672500', '120345.132500', '120345.592500', '120346.052500', '120346.512500', '120346.972500', '120347.432500', '120347.892500', '120348.352500', '120348.812500', '120349.272500', '120349.732500', '120350.192500', '120350.652500', '120351.112500', '120351.572500', '120352.032500', '120352.492500', '120352.952500', '120353.412500', '120353.872500', '120354.332500', '120354.792500', '120355.252500', '120355.712500', '120356.172500', '120356.632500', '120357.092500', '120357.552500', '120358.012500', '120358.472500', '120358.932500', '120359.392500', '120359.852500', '120400.312500', '120400.772500', '120401.232500', '120401.692500', '120402.152500', '120402.612500', '120403.072500', '120403.532500', '120403.992500', '120404.452500', '120404.912500', '120405.372500', '120405.832500', '120406.292500', '120406.752500', '120407.212500', '120407.672500', '120408.132500', '120408.592500', '120409.052500', '120409.512500', '120409.972500', '120410.432500', '120410.892500', '120411.352500', '120411.812500', '120412.272500', '120412.732500', '120413.192500', '120413.652500', '120414.112500', '120414.572500', '120415.032500', '120415.492500', '120415.952500', '120416.412500', '120416.872500', '120417.332500', '120417.792500', '120418.252500', '120418.712500', '120419.172500', '120419.632500', '120420.092500', '120420.552500', '120421.012500', '120421.472500', '120421.932500', '120422.392500', '120422.852500', '120423.312500', '120423.772500', '120424.232500', '120424.692500', '120425.152500', '120425.612500', '120426.072500', '120426.532500', '120426.992500', '120427.452500', '120427.912500', '120428.372500', '120428.832500', '120429.292500', '120429.752500', '120430.212500', '120430.672500', '120431.132500', '120431.592500', '120432.052500', '120432.512500', '120432.972500', '120433.432500', '120433.892500', '120434.352500', '120434.812500', '120435.272500', '120435.732500', '120436.192500', '120436.652500', '120437.112500', '120437.572500', '120438.032500', '120438.492500', '120438.952500', '120439.412500', '120439.872500', '120440.332500', '120440.792500', '120441.252500', '120441.712500', '120442.172500', '120442.632500', '120443.092500', '120443.552500', '120444.012500', '120444.472500', '120444.932500', '120445.392500', '120445.852500', '120446.312500', '120446.772500', '120447.232500', '120447.692500', '120448.152500', '120448.612500', '120449.072500', '120449.532500', '120449.992500', '120450.452500', '120450.912500', '120451.372500', '120451.832500', '120452.292500', '120452.752500', '120453.212500', '120453.672500', '120454.132500', '120454.592500', '120455.052500', '120455.512500', '120455.972500', '120456.432500', '120456.892500', '120457.352500', '120457.812500', '120458.272500', '120458.732500', '120459.192500', '120459.652500', '120500.112500', '120500.572500', '120501.032500', '120501.492500', '120501.952500', '120502.412500', '120502.872500', '120503.332500', '120503.792500', '120504.252500', '120504.712500', '120505.172500', '120505.632500', '120506.092500', '120506.552500', '120507.012500', '120507.472500', '120507.932500', '120508.392500', '120508.852500', '120509.312500', '120509.772500', '120510.232500', '120510.692500', '120511.152500', '120511.612500', '120512.072500', '120512.532500', '120512.992500', '120513.452500', '120513.912500', '120514.372500', '120514.832500', '120515.292500', '120515.752500', '120516.212500', '120516.672500', '120517.132500', '120517.592500', '120518.052500', '120518.512500', '120518.972500', '120519.432500', '120519.892500', '120520.352500', '120520.812500', '120521.272500', '120521.732500', '120522.192500', '120522.652500', '120523.112500', '120523.572500', '120524.032500', '120524.492500', '120524.952500', '120525.412500', '120525.872500', '120526.332500', '120526.792500', '120527.252500', '120527.712500', '120528.172500', '120528.632500', '120529.092500', '120529.552500', '120530.012500', '120530.472500', '120530.932500', '120531.392500', '120531.852500', '120532.312500', '120532.772500', '120533.232500', '120533.692500', '120534.152500', '120534.612500', '120535.072500', '120535.532500', '120535.992500', '120536.452500', '120536.912500', '120537.372500', '120537.832500', '120538.292500', '120538.752500', '120539.212500', '120539.672500', '120540.132500', '120540.592500', '120541.052500', '120541.512500', '120541.972500', '120542.432500', '120542.892500', '120543.352500', '120543.812500', '120544.272500', '120544.732500', '120545.192500', '120545.652500', '120546.112500', '120546.572500', '120547.032500', '120547.492500', '120547.952500', '120548.412500', '120548.872500', '120549.332500', '120549.792500', '120550.252500', '120550.712500', '120551.172500', '120551.632500', '120552.092500', '120552.552500', '120553.012500', '120553.472500', '120553.932500', '120554.392500', '120554.852500', '120555.312500', '120555.772500', '120556.232500', '120556.692500', '120557.152500', '120557.612500', '120558.072500', '120558.532500', '120558.992500', '120559.452500', '120559.912500', '120600.372500', '120600.832500', '120601.292500', '120601.752500', '120602.212500', '120602.672500', '120603.132500', '120603.592500', '120604.052500', '120604.512500', '120604.972500', '120605.432500', '120605.892500', '120606.352500', '120606.812500', '120607.272500', '120607.732500', '120608.192500', '120608.652500', '120609.112500', '120609.572500', '120610.032500', '120610.492500', '120610.952500', '120611.412500', '120611.872500', '120612.332500', '120612.792500', '120613.252500', '120613.712500', '120614.172500', '120614.632500', '120615.092500', '120615.552500', '120616.012500', '120616.472500', '120616.932500', '120617.392500', '120617.852500', '120618.312500', '120618.772500', '120619.232500', '120619.692500', '120620.152500', '120620.612500', '120621.072500', '120621.532500', '120621.992500', '120622.452500', '120622.912500', '120623.372500', '120623.832500', '120624.292500', '120624.752500', '120625.212500', '120625.672500', '120626.132500', '120626.592500', '120627.052500', '120627.512500', '120627.972500', '120628.432500', '120628.892500', '120629.352500', '120629.812500', '120630.272500', '120630.732500', '120631.192500', '120631.652500', '120632.112500', '120632.572500', '120633.032500', '120633.492500', '120633.952500', '120634.412500', '120634.872500', '120635.332500', '120635.792500', '120636.252500', '120636.712500', '120637.172500', '120637.632500', '120638.092500', '120638.552500', '120639.012500', '120639.472500', '120639.932500', '120640.392500', '120640.852500', '120641.312500'], 'ContentTime': ['120023.882000', '120023.885000', '120023.888000', '120023.891000', '120023.899000', '120023.902000', '120023.905000', '120023.908000', '120023.911000', '120023.913000', '120023.916000', '120023.919000', '120023.922000', '120023.925000', '120023.928000', '120023.930000', '120023.933000', '120023.936000', '120023.939000', '120023.942000', '120023.944000', '120023.947000', '120023.950000', '120023.953000', '120023.956000', '120023.959000', '120023.962000', '120023.964000', '120023.967000', '120023.970000', '120023.973000', '120023.976000', '120023.979000', '120023.981000', '120023.984000', '120023.987000', '120023.995000', '120023.997000', '120024.001000', '120024.004000', '120024.007000', '120024.010000', '120024.013000', '120024.015000', '120024.018000', '120024.021000', '120024.024000', '120024.027000', '120043.842000', '120043.845000', '120043.848000', '120043.851000', '120043.853000', '120043.856000', '120043.859000', '120043.862000', '120043.865000', '120043.868000', '120043.870000', '120043.873000', '120043.876000', '120043.879000', '120043.882000', '120043.884000', '120043.887000', '120043.890000', '120043.893000', '120043.896000', '120043.898000', '120043.901000', '120043.904000', '120043.907000', '120043.910000', '120043.913000', '120043.915000', '120043.918000', '120043.921000', '120043.924000', '120043.927000', '120043.929000', '120043.932000', '120043.935000', '120043.938000', '120043.941000', '120043.944000', '120043.946000', '120043.949000', '120043.952000', '120043.955000', '120043.958000', '120043.964000', '120103.843000', '120103.847000', '120103.850000', '120103.853000', '120103.856000', '120103.859000', '120103.861000', '120103.864000', '120103.867000', '120103.870000', '120103.873000', '120103.876000', '120103.879000', '120103.881000', '120103.884000', '120103.887000', '120103.890000', '120103.893000', '120103.895000', '120103.898000', '120103.901000', '120103.904000', '120103.907000', '120103.910000', '120103.913000', '120103.916000', '120103.919000', '120103.921000', '120103.924000', '120103.927000', '120103.930000', '120103.933000', '120103.936000', '120103.938000', '120103.941000', '120103.944000', '120103.947000', '120103.950000', '120104.011000', '120104.014000', '120104.017000', '120104.020000', '120104.023000', '120104.026000', '120123.842000', '120123.845000', '120123.848000', '120123.851000', '120123.854000', '120123.857000', '120123.860000', '120123.863000', '120123.866000', '120123.869000', '120123.872000', '120123.875000', '120123.878000', '120123.881000', '120123.884000', '120123.887000', '120123.889000', '120123.892000', '120123.895000', '120123.898000', '120123.901000', '120123.904000', '120123.907000', '120123.910000', '120123.913000', '120123.916000', '120123.919000', '120123.921000', '120123.924000', '120123.933000', '120123.936000', '120123.939000', '120123.942000', '120123.945000', '120123.949000', '120123.953000', '120123.956000', '120123.958000', '120123.961000', '120123.964000', '120123.967000', '120123.970000', '120123.973000', '120143.842000', '120143.853000', '120143.863000', '120143.866000', '120143.870000', '120143.877000', '120143.884000', '120143.887000', '120143.890000', '120143.893000', '120143.896000', '120143.899000', '120143.904000', '120143.907000', '120143.910000', '120143.913000', '120143.922000', '120143.934000', '120143.937000', '120143.955000', '120143.967000', '120143.970000', '120143.973000', '120143.986000', '120143.989000', '120143.992000', '120143.995000', '120143.997000', '120144.001000', '120144.004000', '120144.007000', '120144.010000', '120144.013000', '120144.016000', '120144.019000', '120144.022000', '120144.025000', '120144.027000', '120144.030000', '120144.033000', '120144.036000', '120144.039000', '120144.042000', '120144.045000', '120203.842000', '120203.845000', '120203.848000', '120203.851000', '120203.854000', '120203.857000', '120203.860000', '120203.862000', '120203.865000', '120203.868000', '120203.871000', '120203.874000', '120203.877000', '120203.879000', '120203.882000', '120203.885000', '120203.888000', '120203.891000', '120203.894000', '120203.897000', '120203.900000', '120203.903000', '120203.906000', '120203.909000', '120203.911000', '120203.914000', '120203.917000', '120203.920000', '120203.923000', '120203.926000', '120203.929000', '120203.932000', '120203.935000', '120203.938000', '120203.941000', '120203.943000', '120203.946000', '120203.949000', '120203.952000', '120203.955000', '120203.958000', '120203.960000', '120203.963000', '120223.842000', '120223.845000', '120223.848000', '120223.851000', '120223.854000', '120223.857000', '120223.859000', '120223.862000', '120223.865000', '120223.868000', '120223.871000', '120223.874000', '120223.877000', '120223.879000', '120223.882000', '120223.885000', '120223.888000', '120223.891000', '120223.894000', '120223.897000', '120223.900000', '120223.909000', '120223.912000', '120223.915000', '120223.918000', '120223.921000', '120223.924000', '120223.927000', '120223.930000', '120223.932000', '120223.935000', '120223.938000', '120223.941000', '120223.944000', '120223.947000', '120223.950000', '120223.953000', '120223.955000', '120223.958000', '120223.961000', '120223.964000', '120223.967000', '120223.970000', '120223.973000', '120243.842000', '120243.845000', '120243.848000', '120243.851000', '120243.854000', '120243.857000', '120243.860000', '120243.863000', '120243.866000', '120243.869000', '120243.871000', '120243.874000', '120243.877000', '120243.880000', '120243.883000', '120243.886000', '120243.889000', '120243.892000', '120243.895000', '120243.897000', '120243.900000', '120243.903000', '120243.906000', '120243.909000', '120243.912000', '120243.915000', '120243.918000', '120243.920000', '120243.923000', '120243.926000', '120243.929000', '120243.932000', '120243.935000', '120243.938000', '120243.941000', '120243.943000', '120243.946000', '120243.949000', '120243.952000', '120243.955000', '120243.958000', '120243.961000', '120243.964000', '120303.842000', '120303.845000', '120303.848000', '120303.851000', '120303.854000', '120303.856000', '120303.859000', '120303.862000', '120303.865000', '120303.868000', '120303.871000', '120303.874000', '120303.883000', '120303.886000', '120303.889000', '120303.891000', '120303.894000', '120303.897000', '120303.900000', '120303.903000', '120303.906000', '120303.909000', '120303.912000', '120303.915000', '120303.917000', '120303.920000', '120303.923000', '120303.926000', '120303.929000', '120303.932000', '120303.935000', '120303.938000', '120303.944000', '120303.947000', '120303.950000', '120303.952000', '120303.955000', '120303.958000', '120303.961000', '120303.964000', '120303.967000', '120303.970000', '120303.973000', '120303.976000', '120323.848000', '120323.851000', '120323.854000', '120323.857000', '120323.860000', '120323.863000', '120323.866000', '120323.869000', '120323.872000', '120323.888000', '120323.891000', '120323.894000', '120323.897000', '120323.900000', '120323.902000', '120323.905000', '120323.908000', '120323.911000', '120323.914000', '120323.917000', '120323.920000', '120323.923000', '120323.926000', '120323.928000', '120323.931000', '120323.934000', '120323.937000', '120323.940000', '120323.943000', '120323.946000', '120323.949000', '120323.951000', '120323.954000', '120323.957000', '120323.960000', '120323.963000', '120323.966000', '120323.969000', '120323.972000', '120323.975000', '120323.978000', '120323.980000', '120323.983000', '120343.842000', '120343.845000', '120343.848000', '120343.851000', '120343.854000', '120343.858000', '120343.861000', '120343.864000', '120343.866000', '120343.869000', '120343.872000', '120343.875000', '120343.878000', '120343.881000', '120343.884000', '120343.887000', '120343.890000', '120343.893000', '120343.896000', '120343.898000', '120343.906000', '120343.909000', '120343.912000', '120343.914000', '120343.917000', '120343.920000', '120343.923000', '120343.926000', '120343.929000', '120343.932000', '120343.935000', '120343.938000', '120343.940000', '120343.943000', '120343.946000', '120343.949000', '120343.952000', '120343.955000', '120343.958000', '120343.960000', '120343.963000', '120343.966000', '120343.969000', '120403.842000', '120403.845000', '120403.848000', '120403.851000', '120403.854000', '120403.857000', '120403.859000', '120403.862000', '120403.865000', '120403.868000', '120403.871000', '120403.874000', '120403.877000', '120403.880000', '120403.883000', '120403.886000', '120403.889000', '120403.891000', '120403.894000', '120403.897000', '120403.900000', '120403.903000', '120403.906000', '120403.909000', '120403.912000', '120403.914000', '120403.917000', '120403.920000', '120403.923000', '120403.926000', '120403.929000', '120403.932000', '120403.935000', '120403.938000', '120403.940000', '120403.943000', '120403.946000', '120403.949000', '120403.952000', '120403.955000', '120403.958000', '120403.961000', '120403.964000', '120403.966000', '120423.842000', '120423.845000', '120423.848000', '120423.851000', '120423.854000', '120423.857000', '120423.860000', '120423.863000', '120423.865000', '120423.869000', '120423.873000', '120423.876000', '120423.879000', '120423.882000', '120423.885000', '120423.888000', '120423.891000', '120423.894000', '120423.897000', '120423.899000', '120423.902000', '120423.905000', '120423.908000', '120423.911000', '120423.914000', '120423.917000', '120423.927000', '120423.930000', '120423.933000', '120423.936000', '120423.939000', '120423.941000', '120423.945000', '120423.947000', '120423.950000', '120423.953000', '120423.956000', '120423.959000', '120423.962000', '120423.964000', '120423.967000', '120423.970000', '120423.973000', '120443.842000', '120443.845000', '120443.848000', '120443.851000', '120443.854000', '120443.857000', '120443.860000', '120443.863000', '120443.866000', '120443.868000', '120443.871000', '120443.874000', '120443.877000', '120443.880000', '120443.883000', '120443.886000', '120443.889000', '120443.892000', '120443.894000', '120443.897000', '120443.900000', '120443.903000', '120443.906000', '120443.909000', '120443.912000', '120443.924000', '120443.938000', '120443.941000', '120443.944000', '120443.947000', '120443.949000', '120443.952000', '120443.955000', '120443.958000', '120443.961000', '120443.964000', '120443.967000', '120443.970000', '120443.973000', '120443.976000', '120443.978000', '120443.981000', '120443.984000', '120443.987000', '120503.842000', '120503.846000', '120503.848000', '120503.851000', '120503.854000', '120503.857000', '120503.860000', '120503.863000', '120503.866000', '120503.869000', '120503.872000', '120503.876000', '120503.879000', '120503.882000', '120503.885000', '120503.888000', '120503.891000', '120503.894000', '120503.896000', '120503.899000', '120503.902000', '120503.905000', '120503.908000', '120503.911000', '120503.914000', '120503.917000', '120503.920000', '120503.923000', '120503.926000', '120503.928000', '120503.931000', '120503.934000', '120503.937000', '120503.940000', '120503.943000', '120503.946000', '120503.949000', '120503.952000', '120503.954000', '120503.957000', '120503.960000', '120503.963000', '120503.966000', '120523.842000', '120523.845000', '120523.848000', '120523.851000', '120523.854000', '120523.857000', '120523.860000', '120523.863000', '120523.865000', '120523.868000', '120523.871000', '120523.874000', '120523.877000', '120523.880000', '120523.883000', '120523.886000', '120523.888000', '120523.891000', '120523.894000', '120523.897000', '120523.908000', '120523.911000', '120523.914000', '120523.917000', '120523.920000', '120523.923000', '120523.926000', '120523.929000', '120523.932000', '120523.934000', '120523.937000', '120523.940000', '120523.943000', '120523.946000', '120523.949000', '120523.952000', '120523.955000', '120523.958000', '120523.961000', '120523.964000', '120523.966000', '120523.969000', '120523.972000', '120523.975000', '120543.842000', '120543.845000', '120543.855000', '120543.857000', '120543.861000', '120543.863000', '120543.866000', '120543.869000', '120543.872000', '120543.875000', '120543.878000', '120543.881000', '120543.884000', '120543.886000', '120543.889000', '120543.892000', '120543.895000', '120543.898000', '120543.901000', '120543.904000', '120543.908000', '120543.911000', '120543.915000', '120543.918000', '120543.920000', '120543.923000', '120543.926000', '120543.929000', '120543.932000', '120543.935000', '120543.938000', '120543.941000', '120543.944000', '120543.946000', '120543.949000', '120543.952000', '120543.955000', '120543.958000', '120543.961000', '120543.964000', '120543.967000', '120543.969000', '120543.972000', '120603.842000', '120603.845000', '120603.848000', '120603.851000', '120603.854000', '120603.862000', '120603.865000', '120603.867000', '120603.870000', '120603.873000', '120603.876000', '120603.879000', '120603.882000', '120603.885000', '120603.888000', '120603.891000', '120603.893000', '120603.896000', '120603.899000', '120603.902000', '120603.905000', '120603.908000', '120603.911000', '120603.914000', '120603.917000', '120603.920000', '120603.923000', '120603.926000', '120603.928000', '120603.933000', '120603.936000', '120603.939000', '120603.942000', '120603.945000', '120603.947000', '120603.950000', '120603.953000', '120603.956000', '120603.959000', '120603.962000', '120603.965000', '120603.968000', '120603.971000', '120603.974000', '120623.842000', '120623.845000', '120623.848000', '120623.851000', '120623.855000', '120623.858000', '120623.861000', '120623.864000', '120623.867000', '120623.870000', '120623.872000', '120623.875000', '120623.878000', '120623.881000', '120623.884000', '120623.887000', '120623.890000', '120623.893000', '120623.903000', '120623.906000', '120623.909000', '120623.912000', '120623.915000', '120623.918000', '120623.920000', '120623.923000', '120623.926000', '120623.929000', '120623.932000', '120623.935000', '120623.938000', '120623.941000', '120623.944000', '120623.947000', '120623.950000', '120623.953000', '120623.956000', '120623.959000', '120623.961000', '120623.964000', '120623.967000', '120623.970000', '120623.973000', '120642.969000', '120642.974000', '120642.977000', '120642.981000', '120642.985000', '120642.988000', '120642.991000', '120642.994000', '120643.005000', '120643.009000', '120643.013000', '120643.017000', '120643.020000', '120643.023000', '120643.027000', '120643.030000', '120643.033000', '120643.045000', '120643.048000', '120643.051000', '120643.054000', '120643.058000', '120643.061000', '120643.066000', '120643.069000', '120643.073000', '120643.076000', '120643.079000', '120643.082000', '120643.085000', '120643.088000', '120643.091000', '120643.094000', '120643.097000', '120643.100000', '120643.104000', '120643.107000', '120643.110000', '120643.117000', '120643.120000', '120643.124000', '120643.128000'], 'InstanceCreationTime': ['120023.882000', '120023.885000', '120023.888000', '120023.891000', '120023.899000', '120023.902000', '120023.905000', '120023.908000', '120023.911000', '120023.913000', '120023.916000', '120023.919000', '120023.922000', '120023.925000', '120023.928000', '120023.930000', '120023.933000', '120023.936000', '120023.939000', '120023.942000', '120023.944000', '120023.947000', '120023.950000', '120023.953000', '120023.956000', '120023.959000', '120023.962000', '120023.964000', '120023.967000', '120023.970000', '120023.973000', '120023.976000', '120023.979000', '120023.981000', '120023.984000', '120023.987000', '120023.995000', '120023.997000', '120024.001000', '120024.004000', '120024.007000', '120024.010000', '120024.013000', '120024.015000', '120024.018000', '120024.021000', '120024.024000', '120024.027000', '120043.842000', '120043.845000', '120043.848000', '120043.851000', '120043.853000', '120043.856000', '120043.859000', '120043.862000', '120043.865000', '120043.868000', '120043.870000', '120043.873000', '120043.876000', '120043.879000', '120043.882000', '120043.884000', '120043.887000', '120043.890000', '120043.893000', '120043.896000', '120043.898000', '120043.901000', '120043.904000', '120043.907000', '120043.910000', '120043.913000', '120043.915000', '120043.918000', '120043.921000', '120043.924000', '120043.927000', '120043.929000', '120043.932000', '120043.935000', '120043.938000', '120043.941000', '120043.944000', '120043.946000', '120043.949000', '120043.952000', '120043.955000', '120043.958000', '120043.964000', '120103.843000', '120103.847000', '120103.850000', '120103.853000', '120103.856000', '120103.859000', '120103.861000', '120103.864000', '120103.867000', '120103.870000', '120103.873000', '120103.876000', '120103.879000', '120103.881000', '120103.884000', '120103.887000', '120103.890000', '120103.893000', '120103.895000', '120103.898000', '120103.901000', '120103.904000', '120103.907000', '120103.910000', '120103.913000', '120103.916000', '120103.919000', '120103.921000', '120103.924000', '120103.927000', '120103.930000', '120103.933000', '120103.936000', '120103.938000', '120103.941000', '120103.944000', '120103.947000', '120103.950000', '120104.011000', '120104.014000', '120104.017000', '120104.020000', '120104.023000', '120104.026000', '120123.842000', '120123.845000', '120123.848000', '120123.851000', '120123.854000', '120123.857000', '120123.860000', '120123.863000', '120123.866000', '120123.869000', '120123.872000', '120123.875000', '120123.878000', '120123.881000', '120123.884000', '120123.887000', '120123.889000', '120123.892000', '120123.895000', '120123.898000', '120123.901000', '120123.904000', '120123.907000', '120123.910000', '120123.913000', '120123.916000', '120123.919000', '120123.921000', '120123.924000', '120123.933000', '120123.936000', '120123.939000', '120123.942000', '120123.945000', '120123.949000', '120123.953000', '120123.956000', '120123.958000', '120123.961000', '120123.964000', '120123.967000', '120123.970000', '120123.973000', '120143.842000', '120143.853000', '120143.863000', '120143.866000', '120143.870000', '120143.877000', '120143.884000', '120143.887000', '120143.890000', '120143.893000', '120143.896000', '120143.899000', '120143.904000', '120143.907000', '120143.910000', '120143.913000', '120143.922000', '120143.934000', '120143.937000', '120143.955000', '120143.967000', '120143.970000', '120143.973000', '120143.986000', '120143.989000', '120143.992000', '120143.995000', '120143.997000', '120144.001000', '120144.004000', '120144.007000', '120144.010000', '120144.013000', '120144.016000', '120144.019000', '120144.022000', '120144.025000', '120144.027000', '120144.030000', '120144.033000', '120144.036000', '120144.039000', '120144.042000', '120144.045000', '120203.842000', '120203.845000', '120203.848000', '120203.851000', '120203.854000', '120203.857000', '120203.860000', '120203.862000', '120203.865000', '120203.868000', '120203.871000', '120203.874000', '120203.877000', '120203.879000', '120203.882000', '120203.885000', '120203.888000', '120203.891000', '120203.894000', '120203.897000', '120203.900000', '120203.903000', '120203.906000', '120203.909000', '120203.911000', '120203.914000', '120203.917000', '120203.920000', '120203.923000', '120203.926000', '120203.929000', '120203.932000', '120203.935000', '120203.938000', '120203.941000', '120203.943000', '120203.946000', '120203.949000', '120203.952000', '120203.955000', '120203.958000', '120203.960000', '120203.963000', '120223.842000', '120223.845000', '120223.848000', '120223.851000', '120223.854000', '120223.857000', '120223.859000', '120223.862000', '120223.865000', '120223.868000', '120223.871000', '120223.874000', '120223.877000', '120223.879000', '120223.882000', '120223.885000', '120223.888000', '120223.891000', '120223.894000', '120223.897000', '120223.900000', '120223.909000', '120223.912000', '120223.915000', '120223.918000', '120223.921000', '120223.924000', '120223.927000', '120223.930000', '120223.932000', '120223.935000', '120223.938000', '120223.941000', '120223.944000', '120223.947000', '120223.950000', '120223.953000', '120223.955000', '120223.958000', '120223.961000', '120223.964000', '120223.967000', '120223.970000', '120223.973000', '120243.842000', '120243.845000', '120243.848000', '120243.851000', '120243.854000', '120243.857000', '120243.860000', '120243.863000', '120243.866000', '120243.869000', '120243.871000', '120243.874000', '120243.877000', '120243.880000', '120243.883000', '120243.886000', '120243.889000', '120243.892000', '120243.895000', '120243.897000', '120243.900000', '120243.903000', '120243.906000', '120243.909000', '120243.912000', '120243.915000', '120243.918000', '120243.920000', '120243.923000', '120243.926000', '120243.929000', '120243.932000', '120243.935000', '120243.938000', '120243.941000', '120243.943000', '120243.946000', '120243.949000', '120243.952000', '120243.955000', '120243.958000', '120243.961000', '120243.964000', '120303.842000', '120303.845000', '120303.848000', '120303.851000', '120303.854000', '120303.856000', '120303.859000', '120303.862000', '120303.865000', '120303.868000', '120303.871000', '120303.874000', '120303.883000', '120303.886000', '120303.889000', '120303.891000', '120303.894000', '120303.897000', '120303.900000', '120303.903000', '120303.906000', '120303.909000', '120303.912000', '120303.915000', '120303.917000', '120303.920000', '120303.923000', '120303.926000', '120303.929000', '120303.932000', '120303.935000', '120303.938000', '120303.944000', '120303.947000', '120303.950000', '120303.952000', '120303.955000', '120303.958000', '120303.961000', '120303.964000', '120303.967000', '120303.970000', '120303.973000', '120303.976000', '120323.848000', '120323.851000', '120323.854000', '120323.857000', '120323.860000', '120323.863000', '120323.866000', '120323.869000', '120323.872000', '120323.888000', '120323.891000', '120323.894000', '120323.897000', '120323.900000', '120323.902000', '120323.905000', '120323.908000', '120323.911000', '120323.914000', '120323.917000', '120323.920000', '120323.923000', '120323.926000', '120323.928000', '120323.931000', '120323.934000', '120323.937000', '120323.940000', '120323.943000', '120323.946000', '120323.949000', '120323.951000', '120323.954000', '120323.957000', '120323.960000', '120323.963000', '120323.966000', '120323.969000', '120323.972000', '120323.975000', '120323.978000', '120323.980000', '120323.983000', '120343.842000', '120343.845000', '120343.848000', '120343.851000', '120343.854000', '120343.858000', '120343.861000', '120343.864000', '120343.866000', '120343.869000', '120343.872000', '120343.875000', '120343.878000', '120343.881000', '120343.884000', '120343.887000', '120343.890000', '120343.893000', '120343.896000', '120343.898000', '120343.906000', '120343.909000', '120343.912000', '120343.914000', '120343.917000', '120343.920000', '120343.923000', '120343.926000', '120343.929000', '120343.932000', '120343.935000', '120343.938000', '120343.940000', '120343.943000', '120343.946000', '120343.949000', '120343.952000', '120343.955000', '120343.958000', '120343.960000', '120343.963000', '120343.966000', '120343.969000', '120403.842000', '120403.845000', '120403.848000', '120403.851000', '120403.854000', '120403.857000', '120403.859000', '120403.862000', '120403.865000', '120403.868000', '120403.871000', '120403.874000', '120403.877000', '120403.880000', '120403.883000', '120403.886000', '120403.889000', '120403.891000', '120403.894000', '120403.897000', '120403.900000', '120403.903000', '120403.906000', '120403.909000', '120403.912000', '120403.914000', '120403.917000', '120403.920000', '120403.923000', '120403.926000', '120403.929000', '120403.932000', '120403.935000', '120403.938000', '120403.940000', '120403.943000', '120403.946000', '120403.949000', '120403.952000', '120403.955000', '120403.958000', '120403.961000', '120403.964000', '120403.966000', '120423.842000', '120423.845000', '120423.848000', '120423.851000', '120423.854000', '120423.857000', '120423.860000', '120423.863000', '120423.865000', '120423.869000', '120423.873000', '120423.876000', '120423.879000', '120423.882000', '120423.885000', '120423.888000', '120423.891000', '120423.894000', '120423.897000', '120423.899000', '120423.902000', '120423.905000', '120423.908000', '120423.911000', '120423.914000', '120423.917000', '120423.927000', '120423.930000', '120423.933000', '120423.936000', '120423.939000', '120423.941000', '120423.945000', '120423.947000', '120423.950000', '120423.953000', '120423.956000', '120423.959000', '120423.962000', '120423.964000', '120423.967000', '120423.970000', '120423.973000', '120443.842000', '120443.845000', '120443.848000', '120443.851000', '120443.854000', '120443.857000', '120443.860000', '120443.863000', '120443.866000', '120443.868000', '120443.871000', '120443.874000', '120443.877000', '120443.880000', '120443.883000', '120443.886000', '120443.889000', '120443.892000', '120443.894000', '120443.897000', '120443.900000', '120443.903000', '120443.906000', '120443.909000', '120443.912000', '120443.924000', '120443.938000', '120443.941000', '120443.944000', '120443.947000', '120443.949000', '120443.952000', '120443.955000', '120443.958000', '120443.961000', '120443.964000', '120443.967000', '120443.970000', '120443.973000', '120443.976000', '120443.978000', '120443.981000', '120443.984000', '120443.987000', '120503.842000', '120503.846000', '120503.848000', '120503.851000', '120503.854000', '120503.857000', '120503.860000', '120503.863000', '120503.866000', '120503.869000', '120503.872000', '120503.876000', '120503.879000', '120503.882000', '120503.885000', '120503.888000', '120503.891000', '120503.894000', '120503.896000', '120503.899000', '120503.902000', '120503.905000', '120503.908000', '120503.911000', '120503.914000', '120503.917000', '120503.920000', '120503.923000', '120503.926000', '120503.928000', '120503.931000', '120503.934000', '120503.937000', '120503.940000', '120503.943000', '120503.946000', '120503.949000', '120503.952000', '120503.954000', '120503.957000', '120503.960000', '120503.963000', '120503.966000', '120523.842000', '120523.845000', '120523.848000', '120523.851000', '120523.854000', '120523.857000', '120523.860000', '120523.863000', '120523.865000', '120523.868000', '120523.871000', '120523.874000', '120523.877000', '120523.880000', '120523.883000', '120523.886000', '120523.888000', '120523.891000', '120523.894000', '120523.897000', '120523.908000', '120523.911000', '120523.914000', '120523.917000', '120523.920000', '120523.923000', '120523.926000', '120523.929000', '120523.932000', '120523.934000', '120523.937000', '120523.940000', '120523.943000', '120523.946000', '120523.949000', '120523.952000', '120523.955000', '120523.958000', '120523.961000', '120523.964000', '120523.966000', '120523.969000', '120523.972000', '120523.975000', '120543.842000', '120543.845000', '120543.855000', '120543.857000', '120543.861000', '120543.863000', '120543.866000', '120543.869000', '120543.872000', '120543.875000', '120543.878000', '120543.881000', '120543.884000', '120543.886000', '120543.889000', '120543.892000', '120543.895000', '120543.898000', '120543.901000', '120543.904000', '120543.908000', '120543.911000', '120543.915000', '120543.918000', '120543.920000', '120543.923000', '120543.926000', '120543.929000', '120543.932000', '120543.935000', '120543.938000', '120543.941000', '120543.944000', '120543.946000', '120543.949000', '120543.952000', '120543.955000', '120543.958000', '120543.961000', '120543.964000', '120543.967000', '120543.969000', '120543.972000', '120603.842000', '120603.845000', '120603.848000', '120603.851000', '120603.854000', '120603.862000', '120603.865000', '120603.867000', '120603.870000', '120603.873000', '120603.876000', '120603.879000', '120603.882000', '120603.885000', '120603.888000', '120603.891000', '120603.893000', '120603.896000', '120603.899000', '120603.902000', '120603.905000', '120603.908000', '120603.911000', '120603.914000', '120603.917000', '120603.920000', '120603.923000', '120603.926000', '120603.928000', '120603.933000', '120603.936000', '120603.939000', '120603.942000', '120603.945000', '120603.947000', '120603.950000', '120603.953000', '120603.956000', '120603.959000', '120603.962000', '120603.965000', '120603.968000', '120603.971000', '120603.974000', '120623.842000', '120623.845000', '120623.848000', '120623.851000', '120623.855000', '120623.858000', '120623.861000', '120623.864000', '120623.867000', '120623.870000', '120623.872000', '120623.875000', '120623.878000', '120623.881000', '120623.884000', '120623.887000', '120623.890000', '120623.893000', '120623.903000', '120623.906000', '120623.909000', '120623.912000', '120623.915000', '120623.918000', '120623.920000', '120623.923000', '120623.926000', '120623.929000', '120623.932000', '120623.935000', '120623.938000', '120623.941000', '120623.944000', '120623.947000', '120623.950000', '120623.953000', '120623.956000', '120623.959000', '120623.961000', '120623.964000', '120623.967000', '120623.970000', '120623.973000', '120642.969000', '120642.974000', '120642.977000', '120642.981000', '120642.985000', '120642.988000', '120642.991000', '120642.994000', '120643.005000', '120643.009000', '120643.013000', '120643.017000', '120643.020000', '120643.023000', '120643.027000', '120643.030000', '120643.033000', '120643.045000', '120643.048000', '120643.051000', '120643.054000', '120643.058000', '120643.061000', '120643.066000', '120643.069000', '120643.073000', '120643.076000', '120643.079000', '120643.082000', '120643.085000', '120643.088000', '120643.091000', '120643.094000', '120643.097000', '120643.100000', '120643.104000', '120643.107000', '120643.110000', '120643.117000', '120643.120000', '120643.124000', '120643.128000'], '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': [13623, 10034, 14316, 13369, 13045, 14810, 13086, 14530, 14204, 11897, 14556, 13990, 13743, 14922, 13144, 14601, 11502, 14310, 13400, 13626, 13022, 13926, 13625, 12252, 13235, 13066, 11531, 12692, 13006, 10444, 13294, 11850, 13051, 11108, 10861, 13612, 13705, 11885, 13046, 10919, 14251, 10427, 13994, 13970, 13158, 14285, 13680, 13757, 14352, 11396, 14344, 14008, 12777, 11472, 13862, 11180, 13841, 12640, 14235, 11766, 14368, 13209, 14522, 14572, 13864, 14452, 14236, 14610, 12694, 13088, 10925, 12247, 10610, 11784, 14572, 11271, 14276, 14460, 13411, 11727, 11091, 14199, 13240, 13678, 14411, 12504, 13901, 13730, 9757, 13597, 12175, 13911, 12046, 12808, 14563, 11846, 14364, 11530, 13299, 12676, 14298, 12304, 14312, 12653, 12041, 14723, 14151, 11591, 13965, 13470, 13659, 12512, 12831, 14266, 13507, 13542, 13987, 14625, 13261, 11536, 12158, 14208, 12193, 14018, 11098, 12550, 14144, 11084, 14649, 11250, 14616, 12365, 15040, 12522, 14766, 14316, 15134, 12465, 14019, 13363, 12206, 14529, 13342, 14335, 14230, 14049, 13765, 14272, 11511, 14088, 11411, 12589, 14670, 13425, 13344, 14510, 12552, 14264, 11705, 13879, 14200, 11603, 14023, 12902, 13397, 14509, 11982, 14698, 13662, 12967, 14493, 13458, 13471, 11143, 12367, 14597, 13678, 13269, 13855, 13748, 13069, 11144, 11896, 14326, 12760, 13254, 14148, 11105, 13391, 12159, 11402, 13674, 13349, 14165, 11691, 11759, 14036, 12612, 12259, 14208, 12780, 14379, 12088, 12903, 14811, 12295, 13417, 11224, 12012, 11086, 11901, 11331, 13177, 10131, 13014, 12589, 11809, 13860, 13014, 13844, 12627, 13651, 12337, 12697, 11359, 12779, 13491, 11759, 13652, 13270, 13782, 14663, 14108, 12961, 14068, 13817, 11315, 12792, 13928, 11925, 13749, 13744, 13498, 13631, 12036, 13455, 13891, 13274, 13983, 13654, 13597, 13471, 11506, 12780, 14329, 13632, 14072, 11103, 10942, 13599, 14009, 14253, 11506, 14038, 14529, 11495, 14462, 12502, 12944, 13822, 13264, 13197, 13276, 13712, 10724, 13237, 11331, 12752, 13897, 11335, 13939, 13979, 13809, 11955, 12034, 13926, 11274, 14183, 12002, 12423, 13735, 10728, 13009, 12076, 13550, 11106, 12190, 13814, 12700, 10722, 12902, 12594, 12413, 13687, 9647, 13349, 12262, 10757, 12461, 10679, 12884, 10084, 13711, 13896, 11659, 13130, 11864, 11250, 11608, 11279, 14269, 11789, 13881, 12976, 11406, 13222, 14507, 12084, 12347, 11346, 13493, 13309, 12935, 13409, 11374, 13482, 13351, 11538, 12786, 10701, 13662, 11391, 13096, 13606, 12824, 12987, 11541, 11091, 13722, 12446, 13791, 12270, 10961, 13629, 12239, 11175, 13223, 12964, 13750, 10408, 11471, 13910, 12091, 12091, 12709, 11052, 11983, 13186, 12539, 10508, 9872, 12616, 12239, 10819, 11712, 10669, 12791, 11334, 12669, 12095, 11884, 13265, 13417, 12083, 12889, 13614, 12321, 11830, 12320, 10746, 11918, 13071, 10966, 13820, 10981, 13884, 13839, 13386, 13988, 13729, 13879, 11904, 12324, 13076, 11058, 13105, 14569, 13495, 13135, 14357, 13600, 12652, 13497, 13109, 14222, 12717, 13160, 10833, 13205, 11620, 13422, 13779, 10115, 13074, 11420, 11590, 13773, 10475, 13426, 10255, 13028, 12706, 12470, 13457, 13615, 13101, 11410, 11130, 11969, 12184, 11660, 12464, 11824, 13213, 10727, 12311, 12001, 10855, 12231, 11761, 12620, 12405, 10206, 12341, 12946, 12037, 11878, 11903, 10332, 13265, 12807, 12199, 12861, 13088, 12847, 11250, 11116, 13683, 11765, 14101, 13436, 11588, 13538, 12292, 10762, 12944, 14297, 12668, 11863, 12589, 13549, 11089, 12649, 13020, 13824, 12186, 11192, 10976, 13351, 11509, 12405, 13528, 10889, 12538, 12310, 12387, 12168, 13340, 11993, 14486, 14372, 15055, 13995, 11493, 12811, 14458, 10630, 14250, 10277, 13549, 13275, 13003, 13493, 12972, 10906, 12432, 13298, 13504, 13276, 12981, 11299, 13395, 13674, 11962, 13717, 13269, 11931, 13649, 11462, 12679, 13346, 10794, 13600, 13328, 13324, 10709, 12196, 11298, 10959, 12310, 11212, 11601, 13443, 13988, 11879, 12504, 13112, 11816, 11517, 10302, 12287, 13069, 11808, 11680, 10805, 12163, 12194, 11704, 11160, 10242, 12670, 12623, 11549, 11484, 11539, 13410, 10752, 12329, 13223, 12529, 11545, 12020, 10940, 13309, 10732, 12654, 13428, 12098, 11628, 11988, 11624, 12421, 11807, 11891, 11494, 11674, 11452, 11787, 12359, 11281, 12712, 15506, 12987, 13628, 11348, 13258, 12248, 11533, 11484, 11119, 11559, 10914, 12572, 11924, 13700, 13943, 14072, 12887, 12754, 13859, 12287, 12736, 11195, 13381, 11112, 10814, 13496, 12451, 11582, 12612, 11484, 12364, 12406, 13478, 11398, 10790, 13694, 12791, 11338, 13003, 12106, 11970, 12344, 11327, 13070, 11938, 11017, 12278, 12808, 11304, 12018, 11428, 11868, 12250, 11854, 12710, 10882, 11666, 12944, 11890, 12126, 11284, 11504, 10853, 12844, 14354, 11053, 12527, 13351, 10953, 12707, 13366, 11431, 13531, 13465, 13517, 11416, 10834, 12909, 12524, 12343, 12721, 11814, 12368, 12916, 11767, 11644, 10751, 11711, 11627, 12318, 11343, 12250, 13416, 11460, 11961, 12477, 11397, 11851, 11634, 11599, 12508, 11583, 11627, 11864, 11104, 11470, 12893, 15753, 11809, 11504, 11899, 11944, 12995, 10753, 13105, 12805, 10509, 12827, 12636, 11715, 12442, 13540, 12455, 12880, 13864, 13023, 12757, 12510, 12881, 14218, 13107, 12442, 15204, 13149, 12272, 13926, 13247, 11289, 12051, 12776, 11604, 12428, 10428, 11468, 12495, 12610, 12656, 11543, 11044, 12130, 11019, 11827, 11971, 11079, 11497, 12367, 11791, 11365, 11400, 11267, 11123, 11573, 13193, 12074, 11759, 12366, 12422, 11808, 11746, 10946, 11446, 12625, 11475, 12613, 11638, 13081, 12415, 11636, 12425, 10985, 11813, 10841, 11384, 14469, 11468, 11794, 15071, 12261, 11702, 15078, 11851, 12026, 13775, 11419, 11795, 11924, 11949, 12222, 11213, 12801, 13419, 11539, 12817, 11837, 12144, 12523, 12354, 11943, 11625, 12099, 12821, 11282, 12540, 11595, 11845, 12429, 11906, 12508, 12632, 11358, 11543, 10902, 11660, 12365, 11856, 11707, 11648, 11390, 11891, 11805, 11003, 11592, 12587, 11632, 12193, 12052, 11861, 11159, 11648, 10947, 11800, 13367, 11670, 12271, 13265, 11545, 11936, 12724, 12505, 12570, 12866, 12349, 12437, 11398, 10870, 11321, 11133, 12672, 16063, 11177, 11461, 10932, 11858, 11373, 13213, 12703, 10720, 13098, 13432, 12846, 11642, 11100, 11314, 11392, 12884, 13853, 13457, 12758, 13823, 11378, 12957], 'WindowCenter': [4370.0, 4314.0, 4340.0, 4328.0, 4315.0, 4336.0, 4315.0, 4323.0, 4325.0, 4304.0, 4324.0, 4325.0, 4325.0, 4336.0, 4326.0, 4349.0, 4319.0, 4352.0, 4342.0, 4355.0, 4356.0, 4368.0, 4357.0, 4334.0, 4343.0, 4342.0, 4332.0, 4344.0, 4345.0, 4321.0, 4354.0, 4334.0, 4355.0, 4334.0, 4333.0, 4353.0, 4354.0, 4359.0, 4368.0, 4350.0, 4382.0, 4353.0, 4395.0, 4383.0, 4372.0, 4382.0, 4371.0, 4384.0, 4384.0, 4363.0, 4383.0, 4383.0, 4372.0, 4363.0, 4385.0, 4376.0, 4396.0, 4385.0, 4384.0, 4363.0, 4385.0, 4374.0, 4384.0, 4384.0, 4371.0, 4373.0, 4358.0, 4367.0, 4346.0, 4358.0, 4335.0, 4345.0, 4335.0, 4358.0, 4381.0, 4362.0, 4382.0, 4380.0, 4370.0, 4359.0, 4346.0, 4382.0, 4384.0, 4382.0, 4382.0, 4358.0, 4368.0, 4368.0, 4327.0, 4369.0, 4361.0, 4383.0, 4373.0, 4386.0, 4397.0, 4375.0, 4396.0, 4387.0, 4409.0, 4397.0, 4411.0, 4390.0, 4411.0, 4389.0, 4376.0, 4397.0, 4384.0, 4375.0, 4384.0, 4384.0, 4387.0, 4377.0, 4385.0, 4397.0, 4373.0, 4371.0, 4369.0, 4368.0, 4358.0, 4350.0, 4359.0, 4381.0, 4359.0, 4370.0, 4346.0, 4359.0, 4368.0, 4346.0, 4368.0, 4349.0, 4380.0, 4370.0, 4381.0, 4370.0, 4380.0, 4370.0, 4382.0, 4361.0, 4381.0, 4384.0, 4371.0, 4394.0, 4370.0, 4393.0, 4381.0, 4357.0, 4356.0, 4366.0, 4334.0, 4365.0, 4346.0, 4356.0, 4378.0, 4355.0, 4355.0, 4364.0, 4344.0, 4380.0, 4361.0, 4369.0, 4368.0, 4348.0, 4393.0, 4369.0, 4370.0, 4381.0, 4360.0, 4382.0, 4371.0, 4369.0, 4382.0, 4369.0, 4369.0, 4351.0, 4360.0, 4384.0, 4369.0, 4368.0, 4370.0, 4369.0, 4359.0, 4348.0, 4358.0, 4379.0, 4359.0, 4358.0, 4367.0, 4334.0, 4355.0, 4347.0, 4347.0, 4368.0, 4368.0, 4369.0, 4347.0, 4346.0, 4367.0, 4346.0, 4347.0, 4367.0, 4357.0, 4368.0, 4346.0, 4356.0, 4367.0, 4346.0, 4357.0, 4346.0, 4371.0, 4360.0, 4359.0, 4347.0, 4383.0, 4352.0, 4385.0, 4387.0, 4377.0, 4386.0, 4384.0, 4385.0, 4374.0, 4399.0, 4402.0, 4399.0, 4378.0, 4385.0, 4385.0, 4362.0, 4371.0, 4370.0, 4382.0, 4382.0, 4381.0, 4383.0, 4372.0, 4371.0, 4347.0, 4355.0, 4367.0, 4347.0, 4368.0, 4370.0, 4355.0, 4356.0, 4345.0, 4368.0, 4369.0, 4354.0, 4354.0, 4366.0, 4354.0, 4356.0, 4348.0, 4370.0, 4382.0, 4381.0, 4380.0, 4349.0, 4346.0, 4368.0, 4369.0, 4382.0, 4362.0, 4393.0, 4394.0, 4361.0, 4380.0, 4361.0, 4370.0, 4371.0, 4369.0, 4371.0, 4372.0, 4380.0, 4350.0, 4370.0, 4349.0, 4358.0, 4369.0, 4348.0, 4381.0, 4370.0, 4370.0, 4374.0, 4373.0, 4381.0, 4360.0, 4368.0, 4348.0, 4357.0, 4369.0, 4347.0, 4368.0, 4359.0, 4371.0, 4350.0, 4373.0, 4382.0, 4360.0, 4346.0, 4356.0, 4358.0, 4357.0, 4369.0, 4338.0, 4369.0, 4356.0, 4346.0, 4358.0, 4349.0, 4372.0, 4364.0, 4396.0, 4396.0, 4362.0, 4371.0, 4360.0, 4360.0, 4360.0, 4362.0, 4394.0, 4374.0, 4382.0, 4371.0, 4360.0, 4370.0, 4370.0, 4359.0, 4360.0, 4348.0, 4370.0, 4368.0, 4358.0, 4356.0, 4345.0, 4355.0, 4353.0, 4343.0, 4354.0, 4335.0, 4366.0, 4345.0, 4354.0, 4367.0, 4355.0, 4355.0, 4345.0, 4345.0, 4368.0, 4359.0, 4380.0, 4358.0, 4335.0, 4367.0, 4347.0, 4345.0, 4357.0, 4358.0, 4368.0, 4338.0, 4346.0, 4367.0, 4346.0, 4358.0, 4370.0, 4347.0, 4359.0, 4370.0, 4371.0, 4352.0, 4339.0, 4370.0, 4359.0, 4350.0, 4360.0, 4349.0, 4371.0, 4362.0, 4386.0, 4374.0, 4373.0, 4370.0, 4359.0, 4358.0, 4359.0, 4368.0, 4359.0, 4358.0, 4359.0, 4349.0, 4358.0, 4356.0, 4335.0, 4368.0, 4349.0, 4369.0, 4370.0, 4368.0, 4369.0, 4357.0, 4356.0, 4344.0, 4355.0, 4355.0, 4334.0, 4356.0, 4367.0, 4357.0, 4356.0, 4353.0, 4353.0, 4343.0, 4354.0, 4355.0, 4343.0, 4341.0, 4340.0, 4319.0, 4339.0, 4331.0, 4351.0, 4352.0, 4321.0, 4354.0, 4344.0, 4347.0, 4368.0, 4349.0, 4381.0, 4363.0, 4396.0, 4385.0, 4374.0, 4385.0, 4383.0, 4372.0, 4349.0, 4349.0, 4374.0, 4360.0, 4360.0, 4372.0, 4360.0, 4372.0, 4349.0, 4360.0, 4359.0, 4348.0, 4358.0, 4360.0, 4370.0, 4370.0, 4337.0, 4359.0, 4359.0, 4356.0, 4346.0, 4358.0, 4336.0, 4369.0, 4358.0, 4357.0, 4359.0, 4369.0, 4370.0, 4349.0, 4348.0, 4371.0, 4359.0, 4381.0, 4371.0, 4346.0, 4356.0, 4348.0, 4336.0, 4357.0, 4367.0, 4358.0, 4358.0, 4369.0, 4370.0, 4346.0, 4344.0, 4355.0, 4356.0, 4343.0, 4333.0, 4334.0, 4356.0, 4346.0, 4356.0, 4379.0, 4347.0, 4356.0, 4329.0, 4342.0, 4357.0, 4373.0, 4373.0, 4383.0, 4383.0, 4380.0, 4356.0, 4346.0, 4345.0, 4367.0, 4348.0, 4380.0, 4338.0, 4383.0, 4369.0, 4357.0, 4358.0, 4359.0, 4337.0, 4356.0, 4358.0, 4356.0, 4345.0, 4344.0, 4333.0, 4343.0, 4342.0, 4330.0, 4341.0, 4329.0, 4317.0, 4338.0, 4318.0, 4340.0, 4340.0, 4331.0, 4353.0, 4353.0, 4366.0, 4336.0, 4357.0, 4360.0, 4372.0, 4373.0, 4362.0, 4359.0, 4383.0, 4382.0, 4359.0, 4358.0, 4355.0, 4358.0, 4360.0, 4338.0, 4357.0, 4354.0, 4345.0, 4345.0, 4346.0, 4361.0, 4358.0, 4361.0, 4361.0, 4351.0, 4371.0, 4369.0, 4349.0, 4359.0, 4358.0, 4370.0, 4348.0, 4358.0, 4369.0, 4358.0, 4348.0, 4360.0, 4350.0, 4370.0, 4349.0, 4371.0, 4368.0, 4346.0, 4347.0, 4348.0, 4347.0, 4358.0, 4359.0, 4360.0, 4362.0, 4362.0, 4360.0, 4360.0, 4372.0, 4364.0, 4375.0, 4383.0, 4373.0, 4384.0, 4351.0, 4370.0, 4359.0, 4359.0, 4359.0, 4348.0, 4360.0, 4351.0, 4371.0, 4360.0, 4368.0, 4370.0, 4354.0, 4331.0, 4344.0, 4341.0, 4342.0, 4341.0, 4331.0, 4352.0, 4332.0, 4330.0, 4352.0, 4341.0, 4334.0, 4356.0, 4344.0, 4355.0, 4357.0, 4368.0, 4359.0, 4347.0, 4368.0, 4357.0, 4335.0, 4357.0, 4346.0, 4346.0, 4358.0, 4348.0, 4370.0, 4358.0, 4348.0, 4358.0, 4357.0, 4348.0, 4358.0, 4347.0, 4361.0, 4359.0, 4361.0, 4370.0, 4348.0, 4359.0, 4359.0, 4360.0, 4360.0, 4361.0, 4363.0, 4375.0, 4385.0, 4381.0, 4348.0, 4357.0, 4357.0, 4336.0, 4358.0, 4358.0, 4347.0, 4369.0, 4369.0, 4368.0, 4346.0, 4334.0, 4356.0, 4345.0, 4345.0, 4358.0, 4346.0, 4357.0, 4356.0, 4358.0, 4347.0, 4336.0, 4345.0, 4346.0, 4357.0, 4348.0, 4358.0, 4371.0, 4347.0, 4347.0, 4346.0, 4345.0, 4347.0, 4346.0, 4347.0, 4357.0, 4348.0, 4349.0, 4358.0, 4347.0, 4361.0, 4370.0, 4378.0, 4358.0, 4347.0, 4346.0, 4359.0, 4370.0, 4348.0, 4380.0, 4370.0, 4336.0, 4357.0, 4356.0, 4356.0, 4357.0, 4369.0, 4370.0, 4372.0, 4369.0, 4358.0, 4359.0, 4344.0, 4345.0, 4340.0, 4341.0, 4329.0, 4338.0, 4329.0, 4318.0, 4326.0, 4326.0, 4305.0, 4315.0, 4325.0, 4316.0, 4325.0, 4305.0, 4316.0, 4329.0, 4338.0, 4339.0, 4331.0, 4330.0, 4340.0, 4332.0, 4343.0, 4343.0, 4346.0, 4358.0, 4354.0, 4344.0, 4357.0, 4348.0, 4346.0, 4346.0, 4347.0, 4354.0, 4344.0, 4344.0, 4355.0, 4354.0, 4345.0, 4356.0, 4348.0, 4360.0, 4357.0, 4356.0, 4369.0, 4358.0, 4381.0, 4373.0, 4376.0, 4398.0, 4389.0, 4386.0, 4364.0, 4373.0, 4395.0, 4374.0, 4375.0, 4395.0, 4374.0, 4375.0, 4393.0, 4361.0, 4361.0, 4357.0, 4344.0, 4346.0, 4345.0, 4346.0, 4348.0, 4335.0, 4355.0, 4355.0, 4333.0, 4343.0, 4332.0, 4343.0, 4343.0, 4343.0, 4343.0, 4344.0, 4345.0, 4357.0, 4358.0, 4358.0, 4348.0, 4358.0, 4371.0, 4358.0, 4371.0, 4372.0, 4364.0, 4362.0, 4351.0, 4361.0, 4360.0, 4347.0, 4348.0, 4346.0, 4346.0, 4357.0, 4348.0, 4348.0, 4359.0, 4359.0, 4359.0, 4358.0, 4373.0, 4373.0, 4373.0, 4374.0, 4363.0, 4375.0, 4385.0, 4361.0, 4363.0, 4373.0, 4349.0, 4360.0, 4370.0, 4369.0, 4371.0, 4370.0, 4383.0, 4384.0, 4376.0, 4389.0, 4378.0, 4377.0, 4388.0, 4396.0, 4353.0, 4352.0, 4351.0, 4363.0, 4362.0, 4383.0, 4372.0, 4348.0, 4358.0, 4358.0, 4356.0, 4346.0, 4346.0, 4348.0, 4348.0, 4359.0, 4360.0, 4345.0, 4344.0, 4343.0, 4317.0, 4329.0], 'WindowWidth': [9640.0, 9552.0, 9578.0, 9560.0, 9538.0, 9564.0, 9535.0, 9545.0, 9548.0, 9520.0, 9546.0, 9549.0, 9550.0, 9565.0, 9553.0, 9589.0, 9551.0, 9601.0, 9584.0, 9607.0, 9612.0, 9628.0, 9614.0, 9578.0, 9583.0, 9583.0, 9568.0, 9590.0, 9593.0, 9555.0, 9602.0, 9576.0, 9606.0, 9577.0, 9572.0, 9600.0, 9604.0, 9619.0, 9630.0, 9606.0, 9655.0, 9619.0, 9676.0, 9659.0, 9641.0, 9653.0, 9641.0, 9661.0, 9660.0, 9631.0, 9658.0, 9660.0, 9643.0, 9632.0, 9666.0, 9654.0, 9682.0, 9666.0, 9663.0, 9633.0, 9663.0, 9650.0, 9660.0, 9666.0, 9639.0, 9643.0, 9618.0, 9624.0, 9598.0, 9615.0, 9582.0, 9593.0, 9583.0, 9617.0, 9652.0, 9631.0, 9656.0, 9652.0, 9637.0, 9622.0, 9597.0, 9655.0, 9664.0, 9656.0, 9654.0, 9618.0, 9630.0, 9628.0, 9571.0, 9632.0, 9627.0, 9659.0, 9646.0, 9667.0, 9684.0, 9652.0, 9680.0, 9673.0, 9707.0, 9689.0, 9711.0, 9682.0, 9711.0, 9677.0, 9654.0, 9681.0, 9664.0, 9652.0, 9664.0, 9665.0, 9670.0, 9658.0, 9668.0, 9684.0, 9649.0, 9637.0, 9635.0, 9632.0, 9616.0, 9610.0, 9620.0, 9653.0, 9624.0, 9635.0, 9600.0, 9618.0, 9629.0, 9599.0, 9630.0, 9608.0, 9649.0, 9638.0, 9654.0, 9637.0, 9651.0, 9640.0, 9656.0, 9628.0, 9653.0, 9663.0, 9640.0, 9677.0, 9639.0, 9674.0, 9655.0, 9619.0, 9609.0, 9625.0, 9579.0, 9621.0, 9599.0, 9609.0, 9644.0, 9611.0, 9607.0, 9619.0, 9593.0, 9650.0, 9626.0, 9633.0, 9630.0, 9603.0, 9673.0, 9636.0, 9637.0, 9654.0, 9621.0, 9655.0, 9639.0, 9635.0, 9655.0, 9635.0, 9632.0, 9611.0, 9622.0, 9659.0, 9635.0, 9631.0, 9635.0, 9635.0, 9617.0, 9606.0, 9616.0, 9647.0, 9620.0, 9614.0, 9626.0, 9576.0, 9606.0, 9600.0, 9598.0, 9632.0, 9633.0, 9631.0, 9601.0, 9596.0, 9627.0, 9599.0, 9598.0, 9628.0, 9616.0, 9629.0, 9599.0, 9610.0, 9625.0, 9596.0, 9611.0, 9597.0, 9640.0, 9623.0, 9619.0, 9602.0, 9661.0, 9616.0, 9664.0, 9671.0, 9657.0, 9667.0, 9663.0, 9662.0, 9650.0, 9690.0, 9703.0, 9690.0, 9664.0, 9665.0, 9665.0, 9628.0, 9636.0, 9637.0, 9656.0, 9660.0, 9653.0, 9659.0, 9648.0, 9638.0, 9600.0, 9608.0, 9626.0, 9601.0, 9629.0, 9636.0, 9608.0, 9607.0, 9595.0, 9628.0, 9631.0, 9604.0, 9603.0, 9624.0, 9603.0, 9608.0, 9603.0, 9637.0, 9656.0, 9653.0, 9647.0, 9607.0, 9597.0, 9630.0, 9633.0, 9656.0, 9629.0, 9674.0, 9676.0, 9626.0, 9649.0, 9624.0, 9634.0, 9638.0, 9636.0, 9639.0, 9642.0, 9650.0, 9609.0, 9636.0, 9605.0, 9615.0, 9633.0, 9601.0, 9651.0, 9638.0, 9636.0, 9650.0, 9646.0, 9655.0, 9625.0, 9631.0, 9603.0, 9613.0, 9633.0, 9600.0, 9630.0, 9623.0, 9639.0, 9611.0, 9646.0, 9657.0, 9623.0, 9599.0, 9609.0, 9617.0, 9616.0, 9632.0, 9592.0, 9632.0, 9613.0, 9600.0, 9616.0, 9607.0, 9643.0, 9637.0, 9683.0, 9685.0, 9630.0, 9640.0, 9624.0, 9624.0, 9626.0, 9629.0, 9676.0, 9652.0, 9658.0, 9643.0, 9622.0, 9637.0, 9640.0, 9621.0, 9624.0, 9605.0, 9634.0, 9633.0, 9615.0, 9611.0, 9594.0, 9606.0, 9605.0, 9591.0, 9608.0, 9582.0, 9624.0, 9596.0, 9607.0, 9628.0, 9610.0, 9607.0, 9595.0, 9596.0, 9630.0, 9621.0, 9650.0, 9620.0, 9583.0, 9626.0, 9600.0, 9595.0, 9613.0, 9618.0, 9630.0, 9590.0, 9597.0, 9628.0, 9598.0, 9618.0, 9638.0, 9603.0, 9621.0, 9640.0, 9641.0, 9616.0, 9593.0, 9636.0, 9620.0, 9608.0, 9623.0, 9607.0, 9640.0, 9632.0, 9668.0, 9650.0, 9644.0, 9636.0, 9620.0, 9615.0, 9619.0, 9632.0, 9619.0, 9620.0, 9621.0, 9606.0, 9615.0, 9612.0, 9582.0, 9628.0, 9605.0, 9632.0, 9641.0, 9630.0, 9632.0, 9615.0, 9610.0, 9594.0, 9609.0, 9606.0, 9579.0, 9612.0, 9631.0, 9613.0, 9612.0, 9605.0, 9598.0, 9585.0, 9603.0, 9614.0, 9592.0, 9580.0, 9579.0, 9548.0, 9578.0, 9570.0, 9597.0, 9600.0, 9558.0, 9603.0, 9592.0, 9599.0, 9632.0, 9610.0, 9654.0, 9634.0, 9682.0, 9668.0, 9650.0, 9670.0, 9658.0, 9641.0, 9607.0, 9606.0, 9650.0, 9624.0, 9622.0, 9645.0, 9625.0, 9643.0, 9608.0, 9622.0, 9619.0, 9603.0, 9619.0, 9624.0, 9637.0, 9638.0, 9590.0, 9617.0, 9620.0, 9611.0, 9598.0, 9620.0, 9585.0, 9632.0, 9618.0, 9613.0, 9619.0, 9633.0, 9636.0, 9607.0, 9602.0, 9637.0, 9620.0, 9651.0, 9639.0, 9598.0, 9610.0, 9602.0, 9584.0, 9612.0, 9631.0, 9617.0, 9619.0, 9636.0, 9638.0, 9599.0, 9590.0, 9609.0, 9611.0, 9589.0, 9575.0, 9577.0, 9610.0, 9597.0, 9611.0, 9651.0, 9607.0, 9611.0, 9561.0, 9584.0, 9614.0, 9643.0, 9646.0, 9658.0, 9660.0, 9651.0, 9609.0, 9597.0, 9592.0, 9627.0, 9605.0, 9648.0, 9593.0, 9660.0, 9638.0, 9616.0, 9620.0, 9619.0, 9586.0, 9611.0, 9615.0, 9611.0, 9593.0, 9593.0, 9574.0, 9585.0, 9586.0, 9564.0, 9580.0, 9562.0, 9542.0, 9573.0, 9547.0, 9576.0, 9578.0, 9568.0, 9602.0, 9602.0, 9626.0, 9585.0, 9615.0, 9628.0, 9648.0, 9648.0, 9631.0, 9623.0, 9659.0, 9660.0, 9618.0, 9618.0, 9609.0, 9616.0, 9625.0, 9589.0, 9615.0, 9607.0, 9594.0, 9595.0, 9598.0, 9623.0, 9618.0, 9624.0, 9626.0, 9614.0, 9639.0, 9637.0, 9607.0, 9621.0, 9617.0, 9634.0, 9602.0, 9615.0, 9634.0, 9617.0, 9602.0, 9621.0, 9609.0, 9636.0, 9607.0, 9637.0, 9632.0, 9596.0, 9598.0, 9603.0, 9597.0, 9616.0, 9620.0, 9622.0, 9629.0, 9628.0, 9624.0, 9622.0, 9641.0, 9635.0, 9651.0, 9660.0, 9645.0, 9662.0, 9610.0, 9633.0, 9621.0, 9619.0, 9620.0, 9603.0, 9624.0, 9613.0, 9641.0, 9622.0, 9632.0, 9640.0, 9606.0, 9568.0, 9590.0, 9585.0, 9584.0, 9583.0, 9567.0, 9597.0, 9573.0, 9568.0, 9599.0, 9583.0, 9577.0, 9610.0, 9592.0, 9610.0, 9616.0, 9632.0, 9620.0, 9601.0, 9629.0, 9616.0, 9579.0, 9612.0, 9598.0, 9597.0, 9616.0, 9604.0, 9637.0, 9619.0, 9603.0, 9615.0, 9616.0, 9604.0, 9616.0, 9601.0, 9624.0, 9623.0, 9625.0, 9637.0, 9603.0, 9620.0, 9619.0, 9621.0, 9623.0, 9625.0, 9632.0, 9652.0, 9664.0, 9656.0, 9600.0, 9613.0, 9616.0, 9582.0, 9615.0, 9619.0, 9601.0, 9633.0, 9636.0, 9630.0, 9599.0, 9578.0, 9608.0, 9593.0, 9594.0, 9615.0, 9599.0, 9612.0, 9614.0, 9618.0, 9601.0, 9585.0, 9595.0, 9597.0, 9615.0, 9605.0, 9619.0, 9642.0, 9598.0, 9600.0, 9597.0, 9595.0, 9600.0, 9597.0, 9601.0, 9615.0, 9602.0, 9603.0, 9617.0, 9601.0, 9627.0, 9640.0, 9648.0, 9617.0, 9602.0, 9600.0, 9620.0, 9639.0, 9605.0, 9652.0, 9637.0, 9584.0, 9615.0, 9614.0, 9612.0, 9617.0, 9636.0, 9638.0, 9642.0, 9635.0, 9618.0, 9621.0, 9592.0, 9592.0, 9583.0, 9581.0, 9562.0, 9576.0, 9561.0, 9544.0, 9555.0, 9551.0, 9523.0, 9536.0, 9549.0, 9539.0, 9552.0, 9525.0, 9542.0, 9564.0, 9575.0, 9577.0, 9569.0, 9566.0, 9581.0, 9571.0, 9588.0, 9589.0, 9598.0, 9619.0, 9608.0, 9593.0, 9613.0, 9603.0, 9599.0, 9596.0, 9602.0, 9605.0, 9591.0, 9590.0, 9604.0, 9605.0, 9594.0, 9614.0, 9605.0, 9623.0, 9616.0, 9612.0, 9633.0, 9616.0, 9653.0, 9648.0, 9656.0, 9691.0, 9679.0, 9673.0, 9638.0, 9647.0, 9682.0, 9646.0, 9653.0, 9683.0, 9647.0, 9653.0, 9676.0, 9627.0, 9625.0, 9614.0, 9592.0, 9597.0, 9593.0, 9596.0, 9602.0, 9579.0, 9608.0, 9609.0, 9574.0, 9589.0, 9573.0, 9586.0, 9588.0, 9590.0, 9590.0, 9594.0, 9595.0, 9615.0, 9619.0, 9619.0, 9605.0, 9618.0, 9639.0, 9618.0, 9637.0, 9643.0, 9632.0, 9630.0, 9612.0, 9624.0, 9621.0, 9597.0, 9600.0, 9598.0, 9595.0, 9614.0, 9602.0, 9603.0, 9622.0, 9619.0, 9621.0, 9620.0, 9646.0, 9646.0, 9648.0, 9648.0, 9635.0, 9654.0, 9666.0, 9624.0, 9629.0, 9645.0, 9606.0, 9623.0, 9637.0, 9633.0, 9638.0, 9635.0, 9659.0, 9663.0, 9656.0, 9680.0, 9662.0, 9656.0, 9676.0, 9686.0, 9618.0, 9613.0, 9612.0, 9629.0, 9627.0, 9657.0, 9642.0, 9603.0, 9616.0, 9617.0, 9608.0, 9597.0, 9596.0, 9602.0, 9604.0, 9620.0, 9630.0, 9594.0, 9590.0, 9587.0, 9542.0, 9558.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.000933119266055046</td></tr>
<tr><td colspan=3>aqi</td><td>0.025083414564220183</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.49375869113661</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3174038365442011</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0142524491963265</td></tr>
<tr><td colspan=3>efc</td><td>0.5103</td></tr>
<tr><td colspan=3>fber</td><td>4749.6641</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1145186995468083</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>69</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.912844036697248</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2790757088282434</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1741777663453807</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.494764213247459</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1682851468918916</td></tr>
<tr><td colspan=3>gcor</td><td>0.0206095</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.006245085038244724</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0383109487593174</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.333453447274516</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.6141</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.8865</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>223.989</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292519.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>1113.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>420.7918</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.347</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>499.5982</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3544.9838</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3682.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84025.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1561.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4587.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>849.6637</td></tr>
<tr><td colspan=3>tsnr</td><td>38.47083345463034</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>