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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0099/ses-04/func/sub-0099_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>48692c5335d8fa0a27efc039219a9a19</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:16:45.620000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998824, 0.0160672, 0.0457425, -0.0190041, 0.997736, 0.0645119]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0843498</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4251, -7792, -7249, 236, -79, -213, -121, 53]</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>234.66</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d2a9df5c-934d-49f0-a18f-399f2045d308||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679771900177002, -0.05098650977015495, 0.12042661011219025, 111.4423599243164], [-0.04310700297355652, 2.6768527030944824, 0.1763242781162262, -99.48847961425781], [0.12272387742996216, -0.17308060824871063, 2.6915435791015625, -81.3580093383789], [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': ['141645.620000', '141646.080000', '141646.540000', '141647.000000', '141647.460000', '141647.920000', '141648.380000', '141648.840000', '141649.300000', '141649.760000', '141650.220000', '141650.680000', '141651.140000', '141651.600000', '141652.060000', '141652.520000', '141652.980000', '141653.440000', '141653.900000', '141654.360000', '141654.820000', '141655.280000', '141655.740000', '141656.200000', '141656.660000', '141657.120000', '141657.580000', '141658.040000', '141658.500000', '141658.960000', '141659.420000', '141659.880000', '141700.340000', '141700.800000', '141701.260000', '141701.720000', '141702.180000', '141702.640000', '141703.100000', '141703.560000', '141704.020000', '141704.480000', '141704.940000', '141705.400000', '141705.860000', '141706.320000', '141706.780000', '141707.240000', '141707.700000', '141708.160000', '141708.620000', '141709.080000', '141709.540000', '141710.000000', '141710.460000', '141710.920000', '141711.380000', '141711.840000', '141712.300000', '141712.760000', '141713.220000', '141713.680000', '141714.140000', '141714.600000', '141715.060000', '141715.520000', '141715.980000', '141716.440000', '141716.900000', '141717.360000', '141717.820000', '141718.280000', '141718.740000', '141719.200000', '141719.660000', '141720.120000', '141720.580000', '141721.040000', '141721.500000', '141721.960000', '141722.420000', '141722.880000', '141723.340000', '141723.800000', '141724.260000', '141724.720000', '141725.180000', '141725.640000', '141726.100000', '141726.560000', '141727.020000', '141727.480000', '141727.940000', '141728.400000', '141728.860000', '141729.320000', '141729.780000', '141730.240000', '141730.700000', '141731.160000', '141731.620000', '141732.080000', '141732.540000', '141733.000000', '141733.460000', '141733.920000', '141734.380000', '141734.840000', '141735.300000', '141735.760000', '141736.220000', '141736.680000', '141737.140000', '141737.600000', '141738.060000', '141738.520000', '141738.980000', '141739.440000', '141739.900000', '141740.360000', '141740.820000', '141741.280000', '141741.740000', '141742.200000', '141742.660000', '141743.120000', '141743.580000', '141744.040000', '141744.500000', '141744.960000', '141745.420000', '141745.880000', '141746.340000', '141746.800000', '141747.260000', '141747.720000', '141748.180000', '141748.640000', '141749.100000', '141749.560000', '141750.020000', '141750.480000', '141750.940000', '141751.400000', '141751.860000', '141752.320000', '141752.780000', '141753.240000', '141753.700000', '141754.160000', '141754.620000', '141755.080000', '141755.540000', '141756.000000', '141756.460000', '141756.920000', '141757.380000', '141757.840000', '141758.300000', '141758.760000', '141759.220000', '141759.680000', '141800.140000', '141800.600000', '141801.060000', '141801.520000', '141801.980000', '141802.440000', '141802.900000', '141803.360000', '141803.820000', '141804.280000', '141804.740000', '141805.200000', '141805.660000', '141806.120000', '141806.580000', '141807.040000', '141807.500000', '141807.960000', '141808.420000', '141808.880000', '141809.340000', '141809.800000', '141810.260000', '141810.720000', '141811.180000', '141811.640000', '141812.100000', '141812.560000', '141813.020000', '141813.480000', '141813.940000', '141814.400000', '141814.860000', '141815.320000', '141815.780000', '141816.240000', '141816.700000', '141817.160000', '141817.620000', '141818.080000', '141818.540000', '141819.000000', '141819.460000', '141819.920000', '141820.380000', '141820.840000', '141821.300000', '141821.760000', '141822.220000', '141822.680000', '141823.140000', '141823.600000', '141824.060000', '141824.520000', '141824.980000', '141825.440000', '141825.900000', '141826.360000', '141826.820000', '141827.280000', '141827.740000', '141828.200000', '141828.660000', '141829.120000', '141829.580000', '141830.040000', '141830.500000', '141830.960000', '141831.420000', '141831.880000', '141832.340000', '141832.800000', '141833.260000', '141833.720000', '141834.180000', '141834.640000', '141835.100000', '141835.560000', '141836.020000', '141836.480000', '141836.940000', '141837.400000', '141837.860000', '141838.320000', '141838.780000', '141839.240000', '141839.700000', '141840.160000', '141840.620000', '141841.080000', '141841.540000', '141842.000000', '141842.460000', '141842.920000', '141843.380000', '141843.840000', '141844.300000', '141844.760000', '141845.220000', '141845.680000', '141846.140000', '141846.600000', '141847.060000', '141847.520000', '141847.980000', '141848.440000', '141848.900000', '141849.360000', '141849.820000', '141850.280000', '141850.740000', '141851.200000', '141851.660000', '141852.120000', '141852.580000', '141853.040000', '141853.500000', '141853.960000', '141854.420000', '141854.880000', '141855.340000', '141855.800000', '141856.260000', '141856.720000', '141857.180000', '141857.640000', '141858.100000', '141858.560000', '141859.020000', '141859.480000', '141859.940000', '141900.400000', '141900.860000', '141901.320000', '141901.780000', '141902.240000', '141902.700000', '141903.160000', '141903.620000', '141904.080000', '141904.540000', '141905.000000', '141905.460000', '141905.920000', '141906.380000', '141906.840000', '141907.300000', '141907.760000', '141908.220000', '141908.680000', '141909.140000', '141909.600000', '141910.060000', '141910.520000', '141910.980000', '141911.440000', '141911.900000', '141912.360000', '141912.820000', '141913.280000', '141913.740000', '141914.200000', '141914.660000', '141915.120000', '141915.580000', '141916.040000', '141916.500000', '141916.960000', '141917.420000', '141917.880000', '141918.340000', '141918.800000', '141919.260000', '141919.720000', '141920.180000', '141920.640000', '141921.100000', '141921.560000', '141922.020000', '141922.480000', '141922.940000', '141923.400000', '141923.860000', '141924.320000', '141924.780000', '141925.240000', '141925.700000', '141926.160000', '141926.620000', '141927.080000', '141927.540000', '141928.000000', '141928.460000', '141928.920000', '141929.380000', '141929.840000', '141930.300000', '141930.760000', '141931.220000', '141931.680000', '141932.140000', '141932.600000', '141933.060000', '141933.520000', '141933.980000', '141934.440000', '141934.900000', '141935.360000', '141935.820000', '141936.280000', '141936.740000', '141937.200000', '141937.660000', '141938.120000', '141938.580000', '141939.040000', '141939.500000', '141939.960000', '141940.420000', '141940.880000', '141941.340000', '141941.800000', '141942.260000', '141942.720000', '141943.180000', '141943.640000', '141944.100000', '141944.560000', '141945.020000', '141945.480000', '141945.940000', '141946.400000', '141946.860000', '141947.320000', '141947.780000', '141948.240000', '141948.700000', '141949.160000', '141949.620000', '141950.080000', '141950.540000', '141951.000000', '141951.460000', '141951.920000', '141952.380000', '141952.840000', '141953.300000', '141953.760000', '141954.220000', '141954.680000', '141955.140000', '141955.600000', '141956.060000', '141956.520000', '141956.980000', '141957.440000', '141957.900000', '141958.360000', '141958.820000', '141959.280000', '141959.740000', '142000.200000', '142000.660000', '142001.120000', '142001.580000', '142002.040000', '142002.500000', '142002.960000', '142003.420000', '142003.880000', '142004.340000', '142004.800000', '142005.260000', '142005.720000', '142006.180000', '142006.640000', '142007.100000', '142007.560000', '142008.020000', '142008.480000', '142008.940000', '142009.400000', '142009.860000', '142010.320000', '142010.780000', '142011.240000', '142011.700000', '142012.160000', '142012.620000', '142013.080000', '142013.540000', '142014.000000', '142014.460000', '142014.920000', '142015.380000', '142015.840000', '142016.300000', '142016.760000', '142017.220000', '142017.680000', '142018.140000', '142018.600000', '142019.060000', '142019.520000', '142019.980000', '142020.440000', '142020.900000', '142021.360000', '142021.820000', '142022.280000', '142022.740000', '142023.200000', '142023.660000', '142024.120000', '142024.580000', '142025.040000', '142025.500000', '142025.960000', '142026.420000', '142026.880000', '142027.340000', '142027.800000', '142028.260000', '142028.720000', '142029.180000', '142029.640000', '142030.100000', '142030.560000', '142031.020000', '142031.480000', '142031.940000', '142032.400000', '142032.860000', '142033.320000', '142033.780000', '142034.240000', '142034.700000', '142035.160000', '142035.620000', '142036.080000', '142036.540000', '142037.000000', '142037.460000', '142037.920000', '142038.380000', '142038.840000', '142039.300000', '142039.760000', '142040.220000', '142040.680000', '142041.140000', '142041.600000', '142042.060000', '142042.520000', '142042.980000', '142043.440000', '142043.900000', '142044.360000', '142044.820000', '142045.280000', '142045.740000', '142046.200000', '142046.660000', '142047.120000', '142047.580000', '142048.040000', '142048.500000', '142048.960000', '142049.420000', '142049.880000', '142050.340000', '142050.800000', '142051.260000', '142051.720000', '142052.180000', '142052.640000', '142053.100000', '142053.560000', '142054.020000', '142054.480000', '142054.940000', '142055.400000', '142055.860000', '142056.320000', '142056.780000', '142057.240000', '142057.700000', '142058.160000', '142058.620000', '142059.080000', '142059.540000', '142100.000000', '142100.460000', '142100.920000', '142101.380000', '142101.840000', '142102.300000', '142102.760000', '142103.220000', '142103.680000', '142104.140000', '142104.600000', '142105.060000', '142105.520000', '142105.980000', '142106.440000', '142106.900000', '142107.360000', '142107.820000', '142108.280000', '142108.740000', '142109.200000', '142109.660000', '142110.120000', '142110.580000', '142111.040000', '142111.500000', '142111.960000', '142112.420000', '142112.880000', '142113.340000', '142113.800000', '142114.260000', '142114.720000', '142115.180000', '142115.640000', '142116.100000', '142116.560000', '142117.020000', '142117.480000', '142117.940000', '142118.400000', '142118.860000', '142119.320000', '142119.780000', '142120.240000', '142120.700000', '142121.160000', '142121.620000', '142122.080000', '142122.540000', '142123.000000', '142123.460000', '142123.920000', '142124.380000', '142124.840000', '142125.300000', '142125.760000', '142126.220000', '142126.680000', '142127.140000', '142127.600000', '142128.060000', '142128.520000', '142128.980000', '142129.440000', '142129.900000', '142130.360000', '142130.820000', '142131.280000', '142131.740000', '142132.200000', '142132.660000', '142133.120000', '142133.580000', '142134.040000', '142134.500000', '142134.960000', '142135.420000', '142135.880000', '142136.340000', '142136.800000', '142137.260000', '142137.720000', '142138.180000', '142138.640000', '142139.100000', '142139.560000', '142140.020000', '142140.480000', '142140.940000', '142141.400000', '142141.860000', '142142.320000', '142142.780000', '142143.240000', '142143.700000', '142144.160000', '142144.620000', '142145.080000', '142145.540000', '142146.000000', '142146.460000', '142146.920000', '142147.380000', '142147.840000', '142148.300000', '142148.760000', '142149.220000', '142149.680000', '142150.140000', '142150.600000', '142151.060000', '142151.520000', '142151.980000', '142152.440000', '142152.900000', '142153.360000', '142153.820000', '142154.280000', '142154.740000', '142155.200000', '142155.660000', '142156.120000', '142156.580000', '142157.040000', '142157.500000', '142157.960000', '142158.420000', '142158.880000', '142159.340000', '142159.800000', '142200.260000', '142200.720000', '142201.180000', '142201.640000', '142202.100000', '142202.560000', '142203.020000', '142203.480000', '142203.940000', '142204.400000', '142204.860000', '142205.320000', '142205.780000', '142206.240000', '142206.700000', '142207.160000', '142207.620000', '142208.080000', '142208.540000', '142209.000000', '142209.460000', '142209.920000', '142210.380000', '142210.840000', '142211.300000', '142211.760000', '142212.220000', '142212.680000', '142213.140000', '142213.600000', '142214.060000', '142214.520000', '142214.980000', '142215.440000', '142215.900000', '142216.360000', '142216.820000', '142217.280000', '142217.740000', '142218.200000', '142218.660000', '142219.120000', '142219.580000', '142220.040000', '142220.500000', '142220.960000', '142221.420000', '142221.880000', '142222.340000', '142222.800000', '142223.260000', '142223.720000', '142224.180000', '142224.640000', '142225.100000', '142225.560000', '142226.020000', '142226.480000', '142226.940000', '142227.400000', '142227.860000', '142228.320000', '142228.780000', '142229.240000', '142229.700000', '142230.160000', '142230.620000', '142231.080000', '142231.540000', '142232.000000', '142232.460000', '142232.920000', '142233.380000', '142233.840000', '142234.300000', '142234.760000', '142235.220000', '142235.680000', '142236.140000', '142236.600000', '142237.060000', '142237.520000', '142237.980000', '142238.440000', '142238.900000', '142239.360000', '142239.820000', '142240.280000', '142240.740000', '142241.200000', '142241.660000', '142242.120000', '142242.580000', '142243.040000', '142243.500000', '142243.960000', '142244.420000', '142244.880000', '142245.340000', '142245.800000', '142246.260000', '142246.720000', '142247.180000', '142247.640000', '142248.100000', '142248.560000', '142249.020000', '142249.480000', '142249.940000', '142250.400000', '142250.860000', '142251.320000', '142251.780000', '142252.240000', '142252.700000', '142253.160000', '142253.620000', '142254.080000', '142254.540000', '142255.000000', '142255.460000', '142255.920000', '142256.380000', '142256.840000', '142257.300000', '142257.760000', '142258.220000', '142258.680000', '142259.140000', '142259.600000', '142300.060000', '142300.520000', '142300.980000', '142301.440000', '142301.900000', '142302.360000', '142302.820000', '142303.280000', '142303.740000', '142304.200000', '142304.660000', '142305.120000', '142305.580000', '142306.040000', '142306.500000', '142306.960000', '142307.420000', '142307.880000', '142308.340000', '142308.800000', '142309.260000', '142309.720000', '142310.180000', '142310.640000', '142311.100000', '142311.560000', '142312.020000', '142312.480000', '142312.940000', '142313.400000', '142313.860000', '142314.320000', '142314.780000', '142315.240000', '142315.700000', '142316.160000', '142316.620000', '142317.080000', '142317.540000', '142318.000000', '142318.460000', '142318.920000', '142319.380000', '142319.840000', '142320.300000', '142320.760000', '142321.220000', '142321.680000', '142322.140000', '142322.600000', '142323.060000', '142323.520000', '142323.980000', '142324.440000', '142324.900000', '142325.360000', '142325.820000', '142326.280000'], 'ContentTime': ['141711.718000', '141711.721000', '141711.724000', '141711.727000', '141711.730000', '141711.733000', '141711.735000', '141711.738000', '141711.740000', '141711.743000', '141711.746000', '141711.748000', '141711.751000', '141711.753000', '141711.756000', '141711.759000', '141711.767000', '141711.770000', '141711.772000', '141711.775000', '141711.778000', '141711.780000', '141711.783000', '141711.785000', '141711.788000', '141711.791000', '141711.793000', '141711.802000', '141711.805000', '141711.807000', '141711.810000', '141711.812000', '141711.815000', '141711.818000', '141711.820000', '141711.823000', '141711.825000', '141711.828000', '141711.831000', '141711.833000', '141711.836000', '141711.838000', '141711.841000', '141711.843000', '141711.846000', '141711.849000', '141711.851000', '141711.854000', '141711.857000', '141711.864000', '141711.867000', '141711.870000', '141711.872000', '141711.875000', '141731.686000', '141731.689000', '141731.692000', '141731.695000', '141731.697000', '141731.700000', '141731.703000', '141731.705000', '141731.708000', '141731.710000', '141731.713000', '141731.716000', '141731.718000', '141731.721000', '141731.724000', '141731.726000', '141731.729000', '141731.731000', '141731.734000', '141731.737000', '141731.739000', '141731.742000', '141731.744000', '141731.747000', '141731.750000', '141731.752000', '141731.755000', '141731.757000', '141731.760000', '141731.776000', '141731.779000', '141731.782000', '141731.784000', '141731.787000', '141731.790000', '141731.792000', '141731.795000', '141731.797000', '141731.800000', '141731.802000', '141731.805000', '141731.807000', '141731.810000', '141731.813000', '141751.686000', '141751.689000', '141751.692000', '141751.695000', '141751.706000', '141751.709000', '141751.712000', '141751.714000', '141751.721000', '141751.723000', '141751.726000', '141751.728000', '141751.731000', '141751.734000', '141751.736000', '141751.739000', '141751.742000', '141751.745000', '141751.748000', '141751.750000', '141751.753000', '141751.756000', '141751.759000', '141751.761000', '141751.764000', '141751.766000', '141751.769000', '141751.771000', '141751.774000', '141751.777000', '141751.779000', '141751.782000', '141751.784000', '141751.787000', '141751.790000', '141751.792000', '141751.795000', '141751.797000', '141751.800000', '141751.803000', '141751.805000', '141751.808000', '141751.811000', '141811.686000', '141811.690000', '141811.692000', '141811.695000', '141811.697000', '141811.700000', '141811.703000', '141811.705000', '141811.708000', '141811.711000', '141811.713000', '141811.716000', '141811.718000', '141811.721000', '141811.724000', '141811.726000', '141811.729000', '141811.732000', '141811.734000', '141811.737000', '141811.739000', '141811.742000', '141811.745000', '141811.747000', '141811.750000', '141811.752000', '141811.755000', '141811.758000', '141811.760000', '141811.763000', '141811.766000', '141811.768000', '141811.771000', '141811.773000', '141811.776000', '141811.779000', '141811.781000', '141811.784000', '141811.786000', '141811.789000', '141811.792000', '141811.794000', '141811.797000', '141811.800000', '141831.685000', '141831.688000', '141831.691000', '141831.694000', '141831.696000', '141831.699000', '141831.702000', '141831.704000', '141831.707000', '141831.709000', '141831.712000', '141831.724000', '141831.727000', '141831.729000', '141831.732000', '141831.734000', '141831.737000', '141831.740000', '141831.742000', '141831.745000', '141831.748000', '141831.750000', '141831.753000', '141831.755000', '141831.758000', '141831.761000', '141831.763000', '141831.766000', '141831.769000', '141831.771000', '141831.774000', '141831.776000', '141831.779000', '141831.783000', '141831.786000', '141831.788000', '141831.791000', '141831.794000', '141831.796000', '141831.799000', '141831.802000', '141831.804000', '141831.807000', '141851.685000', '141851.688000', '141851.691000', '141851.694000', '141851.697000', '141851.699000', '141851.702000', '141851.704000', '141851.715000', '141851.717000', '141851.720000', '141851.722000', '141851.725000', '141851.728000', '141851.730000', '141851.733000', '141851.736000', '141851.738000', '141851.741000', '141851.743000', '141851.746000', '141851.749000', '141851.751000', '141851.754000', '141851.757000', '141851.759000', '141851.774000', '141851.777000', '141851.780000', '141851.782000', '141851.785000', '141851.787000', '141851.790000', '141851.792000', '141851.795000', '141851.798000', '141851.800000', '141851.803000', '141851.806000', '141851.808000', '141851.811000', '141851.814000', '141851.816000', '141851.819000', '141911.685000', '141911.688000', '141911.691000', '141911.694000', '141911.696000', '141911.699000', '141911.702000', '141911.704000', '141911.707000', '141911.709000', '141911.712000', '141911.715000', '141911.717000', '141911.720000', '141911.723000', '141911.725000', '141911.728000', '141911.730000', '141911.733000', '141911.736000', '141911.738000', '141911.741000', '141911.744000', '141911.746000', '141911.749000', '141911.751000', '141911.754000', '141911.757000', '141911.759000', '141911.762000', '141911.764000', '141911.767000', '141911.770000', '141911.772000', '141911.775000', '141911.777000', '141911.780000', '141911.783000', '141911.785000', '141911.788000', '141911.790000', '141911.793000', '141911.796000', '141931.686000', '141931.689000', '141931.692000', '141931.698000', '141931.700000', '141931.703000', '141931.705000', '141931.708000', '141931.711000', '141931.713000', '141931.716000', '141931.719000', '141931.721000', '141931.724000', '141931.726000', '141931.736000', '141931.739000', '141931.741000', '141931.744000', '141931.747000', '141931.750000', '141931.752000', '141931.755000', '141931.757000', '141931.760000', '141931.763000', '141931.765000', '141931.768000', '141931.770000', '141931.773000', '141931.776000', '141931.778000', '141931.781000', '141931.783000', '141931.786000', '141931.789000', '141931.791000', '141931.794000', '141931.796000', '141931.801000', '141931.804000', '141931.807000', '141931.809000', '141931.812000', '141951.687000', '141951.690000', '141951.692000', '141951.695000', '141951.697000', '141951.700000', '141951.703000', '141951.705000', '141951.708000', '141951.711000', '141951.713000', '141951.716000', '141951.719000', '141951.721000', '141951.724000', '141951.726000', '141951.729000', '141951.732000', '141951.734000', '141951.737000', '141951.739000', '141951.742000', '141951.748000', '141951.751000', '141951.753000', '141951.756000', '141951.759000', '141951.762000', '141951.764000', '141951.767000', '141951.769000', '141951.772000', '141951.775000', '141951.777000', '141951.780000', '141951.782000', '141951.785000', '141951.788000', '141951.790000', '141951.793000', '141951.795000', '141951.798000', '141951.801000', '142011.686000', '142011.689000', '142011.692000', '142011.695000', '142011.697000', '142011.700000', '142011.702000', '142011.705000', '142011.708000', '142011.710000', '142011.713000', '142011.716000', '142011.718000', '142011.721000', '142011.724000', '142011.726000', '142011.729000', '142011.731000', '142011.734000', '142011.737000', '142011.739000', '142011.742000', '142011.745000', '142011.747000', '142011.750000', '142011.752000', '142011.755000', '142011.758000', '142011.760000', '142011.763000', '142011.766000', '142011.768000', '142011.771000', '142011.773000', '142011.776000', '142011.779000', '142011.781000', '142011.784000', '142011.787000', '142011.789000', '142011.792000', '142011.794000', '142011.797000', '142011.799000', '142031.686000', '142031.689000', '142031.692000', '142031.694000', '142031.697000', '142031.700000', '142031.702000', '142031.717000', '142031.720000', '142031.722000', '142031.725000', '142031.727000', '142031.730000', '142031.733000', '142031.735000', '142031.738000', '142031.741000', '142031.743000', '142031.746000', '142031.748000', '142031.751000', '142031.754000', '142031.756000', '142031.759000', '142031.761000', '142031.764000', '142031.767000', '142031.769000', '142031.772000', '142031.774000', '142031.777000', '142031.780000', '142031.782000', '142031.785000', '142031.787000', '142031.790000', '142031.793000', '142031.795000', '142031.798000', '142031.800000', '142031.803000', '142031.806000', '142031.808000', '142051.686000', '142051.689000', '142051.691000', '142051.694000', '142051.697000', '142051.699000', '142051.702000', '142051.705000', '142051.707000', '142051.710000', '142051.713000', '142051.716000', '142051.718000', '142051.721000', '142051.724000', '142051.726000', '142051.729000', '142051.731000', '142051.734000', '142051.737000', '142051.739000', '142051.742000', '142051.745000', '142051.748000', '142051.751000', '142051.756000', '142051.758000', '142051.761000', '142051.764000', '142051.767000', '142051.769000', '142051.772000', '142051.774000', '142051.777000', '142051.780000', '142051.782000', '142051.785000', '142051.788000', '142051.790000', '142051.793000', '142051.795000', '142051.798000', '142051.801000', '142111.685000', '142111.688000', '142111.691000', '142111.694000', '142111.696000', '142111.699000', '142111.702000', '142111.704000', '142111.707000', '142111.709000', '142111.712000', '142111.715000', '142111.718000', '142111.720000', '142111.723000', '142111.725000', '142111.728000', '142111.731000', '142111.733000', '142111.736000', '142111.739000', '142111.741000', '142111.744000', '142111.746000', '142111.749000', '142111.751000', '142111.754000', '142111.757000', '142111.759000', '142111.762000', '142111.765000', '142111.767000', '142111.770000', '142111.772000', '142111.775000', '142111.778000', '142111.780000', '142111.783000', '142111.785000', '142111.788000', '142111.791000', '142111.793000', '142111.796000', '142111.798000', '142131.686000', '142131.688000', '142131.691000', '142131.695000', '142131.698000', '142131.700000', '142131.703000', '142131.706000', '142131.709000', '142131.711000', '142131.714000', '142131.716000', '142131.719000', '142131.722000', '142131.724000', '142131.727000', '142131.730000', '142131.732000', '142131.735000', '142131.737000', '142131.740000', '142131.743000', '142131.745000', '142131.748000', '142131.751000', '142131.753000', '142131.756000', '142131.758000', '142131.761000', '142131.764000', '142131.766000', '142131.769000', '142131.772000', '142131.774000', '142131.777000', '142131.779000', '142131.782000', '142131.785000', '142131.787000', '142131.790000', '142131.793000', '142131.795000', '142131.798000', '142131.800000', '142151.686000', '142151.689000', '142151.692000', '142151.695000', '142151.697000', '142151.700000', '142151.703000', '142151.705000', '142151.708000', '142151.710000', '142151.713000', '142151.716000', '142151.719000', '142151.721000', '142151.724000', '142151.726000', '142151.729000', '142151.732000', '142151.735000', '142151.737000', '142151.740000', '142151.742000', '142151.745000', '142151.748000', '142151.750000', '142151.753000', '142151.755000', '142151.758000', '142151.761000', '142151.763000', '142151.766000', '142151.769000', '142151.778000', '142151.781000', '142151.783000', '142151.786000', '142151.788000', '142151.791000', '142151.794000', '142151.796000', '142151.799000', '142151.801000', '142151.804000', '142211.686000', '142211.689000', '142211.692000', '142211.695000', '142211.697000', '142211.700000', '142211.703000', '142211.705000', '142211.708000', '142211.711000', '142211.713000', '142211.716000', '142211.718000', '142211.721000', '142211.723000', '142211.726000', '142211.729000', '142211.732000', '142211.734000', '142211.737000', '142211.739000', '142211.742000', '142211.745000', '142211.747000', '142211.750000', '142211.752000', '142211.755000', '142211.758000', '142211.760000', '142211.763000', '142211.766000', '142211.768000', '142211.771000', '142211.774000', '142211.776000', '142211.779000', '142211.781000', '142211.784000', '142211.786000', '142211.789000', '142211.792000', '142211.795000', '142211.797000', '142211.800000', '142231.686000', '142231.689000', '142231.694000', '142231.697000', '142231.699000', '142231.702000', '142231.704000', '142231.707000', '142231.710000', '142231.712000', '142231.715000', '142231.717000', '142231.720000', '142231.723000', '142231.725000', '142231.728000', '142231.730000', '142231.734000', '142231.736000', '142231.739000', '142231.742000', '142231.744000', '142231.747000', '142231.750000', '142231.752000', '142231.755000', '142231.758000', '142231.760000', '142231.763000', '142231.765000', '142231.768000', '142231.771000', '142231.773000', '142231.776000', '142231.779000', '142231.781000', '142231.784000', '142231.786000', '142231.789000', '142231.791000', '142231.794000', '142231.797000', '142231.799000', '142251.687000', '142251.690000', '142251.692000', '142251.695000', '142251.697000', '142251.700000', '142251.703000', '142251.705000', '142251.708000', '142251.711000', '142251.713000', '142251.716000', '142251.719000', '142251.721000', '142251.724000', '142251.727000', '142251.729000', '142251.732000', '142251.735000', '142251.737000', '142251.740000', '142251.743000', '142251.747000', '142251.749000', '142251.752000', '142251.754000', '142251.757000', '142251.760000', '142251.763000', '142251.765000', '142251.768000', '142251.771000', '142251.773000', '142251.776000', '142251.778000', '142251.781000', '142251.784000', '142251.786000', '142251.789000', '142251.791000', '142251.794000', '142251.797000', '142251.800000', '142251.802000', '142311.686000', '142311.688000', '142311.691000', '142311.694000', '142311.697000', '142311.699000', '142311.702000', '142311.704000', '142311.707000', '142311.710000', '142311.712000', '142311.715000', '142311.718000', '142311.720000', '142311.723000', '142311.726000', '142311.728000', '142311.731000', '142311.733000', '142311.736000', '142311.739000', '142311.741000', '142311.744000', '142311.746000', '142311.749000', '142311.752000', '142311.755000', '142311.757000', '142311.760000', '142311.763000', '142311.765000', '142311.768000', '142311.770000', '142311.773000', '142311.776000', '142311.778000', '142311.781000', '142311.783000', '142311.786000', '142311.789000', '142311.791000', '142311.794000', '142311.796000', '142327.544000', '142327.547000', '142327.550000', '142327.553000', '142327.556000', '142327.558000', '142327.561000', '142327.563000', '142327.566000', '142327.569000', '142327.571000', '142327.574000', '142327.577000', '142327.579000', '142327.582000', '142327.585000', '142327.587000', '142327.590000', '142327.592000', '142327.595000', '142327.598000', '142327.600000', '142327.603000', '142327.606000', '142327.608000', '142327.611000', '142327.614000', '142327.617000', '142327.619000', '142327.622000', '142327.625000', '142327.627000', '142327.630000', '142327.632000', '142327.635000'], 'InstanceCreationTime': ['141711.718000', '141711.721000', '141711.724000', '141711.727000', '141711.730000', '141711.733000', '141711.735000', '141711.738000', '141711.740000', '141711.743000', '141711.746000', '141711.748000', '141711.751000', '141711.753000', '141711.756000', '141711.759000', '141711.767000', '141711.770000', '141711.772000', '141711.775000', '141711.778000', '141711.780000', '141711.783000', '141711.785000', '141711.788000', '141711.791000', '141711.793000', '141711.802000', '141711.805000', '141711.807000', '141711.810000', '141711.812000', '141711.815000', '141711.818000', '141711.820000', '141711.823000', '141711.825000', '141711.828000', '141711.831000', '141711.833000', '141711.836000', '141711.838000', '141711.841000', '141711.843000', '141711.846000', '141711.849000', '141711.851000', '141711.854000', '141711.857000', '141711.864000', '141711.867000', '141711.870000', '141711.872000', '141711.875000', '141731.686000', '141731.689000', '141731.692000', '141731.695000', '141731.697000', '141731.700000', '141731.703000', '141731.705000', '141731.708000', '141731.710000', '141731.713000', '141731.716000', '141731.718000', '141731.721000', '141731.724000', '141731.726000', '141731.729000', '141731.731000', '141731.734000', '141731.737000', '141731.739000', '141731.742000', '141731.744000', '141731.747000', '141731.750000', '141731.752000', '141731.755000', '141731.757000', '141731.760000', '141731.776000', '141731.779000', '141731.782000', '141731.784000', '141731.787000', '141731.790000', '141731.792000', '141731.795000', '141731.797000', '141731.800000', '141731.802000', '141731.805000', '141731.807000', '141731.810000', '141731.813000', '141751.686000', '141751.689000', '141751.692000', '141751.695000', '141751.706000', '141751.709000', '141751.712000', '141751.714000', '141751.721000', '141751.723000', '141751.726000', '141751.728000', '141751.731000', '141751.734000', '141751.736000', '141751.739000', '141751.742000', '141751.745000', '141751.748000', '141751.750000', '141751.753000', '141751.756000', '141751.759000', '141751.761000', '141751.764000', '141751.766000', '141751.769000', '141751.771000', '141751.774000', '141751.777000', '141751.779000', '141751.782000', '141751.784000', '141751.787000', '141751.790000', '141751.792000', '141751.795000', '141751.797000', '141751.800000', '141751.803000', '141751.805000', '141751.808000', '141751.811000', '141811.686000', '141811.690000', '141811.692000', '141811.695000', '141811.697000', '141811.700000', '141811.703000', '141811.705000', '141811.708000', '141811.711000', '141811.713000', '141811.716000', '141811.718000', '141811.721000', '141811.724000', '141811.726000', '141811.729000', '141811.732000', '141811.734000', '141811.737000', '141811.739000', '141811.742000', '141811.745000', '141811.747000', '141811.750000', '141811.752000', '141811.755000', '141811.758000', '141811.760000', '141811.763000', '141811.766000', '141811.768000', '141811.771000', '141811.773000', '141811.776000', '141811.779000', '141811.781000', '141811.784000', '141811.786000', '141811.789000', '141811.792000', '141811.794000', '141811.797000', '141811.800000', '141831.685000', '141831.688000', '141831.691000', '141831.694000', '141831.696000', '141831.699000', '141831.702000', '141831.704000', '141831.707000', '141831.709000', '141831.712000', '141831.724000', '141831.727000', '141831.729000', '141831.732000', '141831.734000', '141831.737000', '141831.740000', '141831.742000', '141831.745000', '141831.748000', '141831.750000', '141831.753000', '141831.755000', '141831.758000', '141831.761000', '141831.763000', '141831.766000', '141831.769000', '141831.771000', '141831.774000', '141831.776000', '141831.779000', '141831.783000', '141831.786000', '141831.788000', '141831.791000', '141831.794000', '141831.796000', '141831.799000', '141831.802000', '141831.804000', '141831.807000', '141851.685000', '141851.688000', '141851.691000', '141851.694000', '141851.697000', '141851.699000', '141851.702000', '141851.704000', '141851.715000', '141851.717000', '141851.720000', '141851.722000', '141851.725000', '141851.728000', '141851.730000', '141851.733000', '141851.736000', '141851.738000', '141851.741000', '141851.743000', '141851.746000', '141851.749000', '141851.751000', '141851.754000', '141851.757000', '141851.759000', '141851.774000', '141851.777000', '141851.780000', '141851.782000', '141851.785000', '141851.787000', '141851.790000', '141851.792000', '141851.795000', '141851.798000', '141851.800000', '141851.803000', '141851.806000', '141851.808000', '141851.811000', '141851.814000', '141851.816000', '141851.819000', '141911.685000', '141911.688000', '141911.691000', '141911.694000', '141911.696000', '141911.699000', '141911.702000', '141911.704000', '141911.707000', '141911.709000', '141911.712000', '141911.715000', '141911.717000', '141911.720000', '141911.723000', '141911.725000', '141911.728000', '141911.730000', '141911.733000', '141911.736000', '141911.738000', '141911.741000', '141911.744000', '141911.746000', '141911.749000', '141911.751000', '141911.754000', '141911.757000', '141911.759000', '141911.762000', '141911.764000', '141911.767000', '141911.770000', '141911.772000', '141911.775000', '141911.777000', '141911.780000', '141911.783000', '141911.785000', '141911.788000', '141911.790000', '141911.793000', '141911.796000', '141931.686000', '141931.689000', '141931.692000', '141931.698000', '141931.700000', '141931.703000', '141931.705000', '141931.708000', '141931.711000', '141931.713000', '141931.716000', '141931.719000', '141931.721000', '141931.724000', '141931.726000', '141931.736000', '141931.739000', '141931.741000', '141931.744000', '141931.747000', '141931.750000', '141931.752000', '141931.755000', '141931.757000', '141931.760000', '141931.763000', '141931.765000', '141931.768000', '141931.770000', '141931.773000', '141931.776000', '141931.778000', '141931.781000', '141931.783000', '141931.786000', '141931.789000', '141931.791000', '141931.794000', '141931.796000', '141931.801000', '141931.804000', '141931.807000', '141931.809000', '141931.812000', '141951.687000', '141951.690000', '141951.692000', '141951.695000', '141951.697000', '141951.700000', '141951.703000', '141951.705000', '141951.708000', '141951.711000', '141951.713000', '141951.716000', '141951.719000', '141951.721000', '141951.724000', '141951.726000', '141951.729000', '141951.732000', '141951.734000', '141951.737000', '141951.739000', '141951.742000', '141951.748000', '141951.751000', '141951.753000', '141951.756000', '141951.759000', '141951.762000', '141951.764000', '141951.767000', '141951.769000', '141951.772000', '141951.775000', '141951.777000', '141951.780000', '141951.782000', '141951.785000', '141951.788000', '141951.790000', '141951.793000', '141951.795000', '141951.798000', '141951.801000', '142011.686000', '142011.689000', '142011.692000', '142011.695000', '142011.697000', '142011.700000', '142011.702000', '142011.705000', '142011.708000', '142011.710000', '142011.713000', '142011.716000', '142011.718000', '142011.721000', '142011.724000', '142011.726000', '142011.729000', '142011.731000', '142011.734000', '142011.737000', '142011.739000', '142011.742000', '142011.745000', '142011.747000', '142011.750000', '142011.752000', '142011.755000', '142011.758000', '142011.760000', '142011.763000', '142011.766000', '142011.768000', '142011.771000', '142011.773000', '142011.776000', '142011.779000', '142011.781000', '142011.784000', '142011.787000', '142011.789000', '142011.792000', '142011.794000', '142011.797000', '142011.799000', '142031.686000', '142031.689000', '142031.692000', '142031.694000', '142031.697000', '142031.700000', '142031.702000', '142031.717000', '142031.720000', '142031.722000', '142031.725000', '142031.727000', '142031.730000', '142031.733000', '142031.735000', '142031.738000', '142031.741000', '142031.743000', '142031.746000', '142031.748000', '142031.751000', '142031.754000', '142031.756000', '142031.759000', '142031.761000', '142031.764000', '142031.767000', '142031.769000', '142031.772000', '142031.774000', '142031.777000', '142031.780000', '142031.782000', '142031.785000', '142031.787000', '142031.790000', '142031.793000', '142031.795000', '142031.798000', '142031.800000', '142031.803000', '142031.806000', '142031.808000', '142051.686000', '142051.689000', '142051.691000', '142051.694000', '142051.697000', '142051.699000', '142051.702000', '142051.705000', '142051.707000', '142051.710000', '142051.713000', '142051.716000', '142051.718000', '142051.721000', '142051.724000', '142051.726000', '142051.729000', '142051.731000', '142051.734000', '142051.737000', '142051.739000', '142051.742000', '142051.745000', '142051.748000', '142051.751000', '142051.756000', '142051.758000', '142051.761000', '142051.764000', '142051.767000', '142051.769000', '142051.772000', '142051.774000', '142051.777000', '142051.780000', '142051.782000', '142051.785000', '142051.788000', '142051.790000', '142051.793000', '142051.795000', '142051.798000', '142051.801000', '142111.685000', '142111.688000', '142111.691000', '142111.694000', '142111.696000', '142111.699000', '142111.702000', '142111.704000', '142111.707000', '142111.709000', '142111.712000', '142111.715000', '142111.718000', '142111.720000', '142111.723000', '142111.725000', '142111.728000', '142111.731000', '142111.733000', '142111.736000', '142111.739000', '142111.741000', '142111.744000', '142111.746000', '142111.749000', '142111.751000', '142111.754000', '142111.757000', '142111.759000', '142111.762000', '142111.765000', '142111.767000', '142111.770000', '142111.772000', '142111.775000', '142111.778000', '142111.780000', '142111.783000', '142111.785000', '142111.788000', '142111.791000', '142111.793000', '142111.796000', '142111.798000', '142131.686000', '142131.688000', '142131.691000', '142131.695000', '142131.698000', '142131.700000', '142131.703000', '142131.706000', '142131.709000', '142131.711000', '142131.714000', '142131.716000', '142131.719000', '142131.722000', '142131.724000', '142131.727000', '142131.730000', '142131.732000', '142131.735000', '142131.737000', '142131.740000', '142131.743000', '142131.745000', '142131.748000', '142131.751000', '142131.753000', '142131.756000', '142131.758000', '142131.761000', '142131.764000', '142131.766000', '142131.769000', '142131.772000', '142131.774000', '142131.777000', '142131.779000', '142131.782000', '142131.785000', '142131.787000', '142131.790000', '142131.793000', '142131.795000', '142131.798000', '142131.800000', '142151.686000', '142151.689000', '142151.692000', '142151.695000', '142151.697000', '142151.700000', '142151.703000', '142151.705000', '142151.708000', '142151.710000', '142151.713000', '142151.716000', '142151.719000', '142151.721000', '142151.724000', '142151.726000', '142151.729000', '142151.732000', '142151.735000', '142151.737000', '142151.740000', '142151.742000', '142151.745000', '142151.748000', '142151.750000', '142151.753000', '142151.755000', '142151.758000', '142151.761000', '142151.763000', '142151.766000', '142151.769000', '142151.778000', '142151.781000', '142151.783000', '142151.786000', '142151.788000', '142151.791000', '142151.794000', '142151.796000', '142151.799000', '142151.801000', '142151.804000', '142211.686000', '142211.689000', '142211.692000', '142211.695000', '142211.697000', '142211.700000', '142211.703000', '142211.705000', '142211.708000', '142211.711000', '142211.713000', '142211.716000', '142211.718000', '142211.721000', '142211.723000', '142211.726000', '142211.729000', '142211.732000', '142211.734000', '142211.737000', '142211.739000', '142211.742000', '142211.745000', '142211.747000', '142211.750000', '142211.752000', '142211.755000', '142211.758000', '142211.760000', '142211.763000', '142211.766000', '142211.768000', '142211.771000', '142211.774000', '142211.776000', '142211.779000', '142211.781000', '142211.784000', '142211.786000', '142211.789000', '142211.792000', '142211.795000', '142211.797000', '142211.800000', '142231.686000', '142231.689000', '142231.694000', '142231.697000', '142231.699000', '142231.702000', '142231.704000', '142231.707000', '142231.710000', '142231.712000', '142231.715000', '142231.717000', '142231.720000', '142231.723000', '142231.725000', '142231.728000', '142231.730000', '142231.734000', '142231.736000', '142231.739000', '142231.742000', '142231.744000', '142231.747000', '142231.750000', '142231.752000', '142231.755000', '142231.758000', '142231.760000', '142231.763000', '142231.765000', '142231.768000', '142231.771000', '142231.773000', '142231.776000', '142231.779000', '142231.781000', '142231.784000', '142231.786000', '142231.789000', '142231.791000', '142231.794000', '142231.797000', '142231.799000', '142251.687000', '142251.690000', '142251.692000', '142251.695000', '142251.697000', '142251.700000', '142251.703000', '142251.705000', '142251.708000', '142251.711000', '142251.713000', '142251.716000', '142251.719000', '142251.721000', '142251.724000', '142251.727000', '142251.729000', '142251.732000', '142251.735000', '142251.737000', '142251.740000', '142251.743000', '142251.747000', '142251.749000', '142251.752000', '142251.754000', '142251.757000', '142251.760000', '142251.763000', '142251.765000', '142251.768000', '142251.771000', '142251.773000', '142251.776000', '142251.778000', '142251.781000', '142251.784000', '142251.786000', '142251.789000', '142251.791000', '142251.794000', '142251.797000', '142251.800000', '142251.802000', '142311.686000', '142311.688000', '142311.691000', '142311.694000', '142311.697000', '142311.699000', '142311.702000', '142311.704000', '142311.707000', '142311.710000', '142311.712000', '142311.715000', '142311.718000', '142311.720000', '142311.723000', '142311.726000', '142311.728000', '142311.731000', '142311.733000', '142311.736000', '142311.739000', '142311.741000', '142311.744000', '142311.746000', '142311.749000', '142311.752000', '142311.755000', '142311.757000', '142311.760000', '142311.763000', '142311.765000', '142311.768000', '142311.770000', '142311.773000', '142311.776000', '142311.778000', '142311.781000', '142311.783000', '142311.786000', '142311.789000', '142311.791000', '142311.794000', '142311.796000', '142327.544000', '142327.547000', '142327.550000', '142327.553000', '142327.556000', '142327.558000', '142327.561000', '142327.563000', '142327.566000', '142327.569000', '142327.571000', '142327.574000', '142327.577000', '142327.579000', '142327.582000', '142327.585000', '142327.587000', '142327.590000', '142327.592000', '142327.595000', '142327.598000', '142327.600000', '142327.603000', '142327.606000', '142327.608000', '142327.611000', '142327.614000', '142327.617000', '142327.619000', '142327.622000', '142327.625000', '142327.627000', '142327.630000', '142327.632000', '142327.635000'], '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': [9350, 10231, 11856, 8279, 7350, 8331, 6603, 8801, 10337, 10156, 9618, 8544, 5954, 6369, 7119, 6132, 9054, 10095, 9236, 8536, 7271, 5956, 10522, 6514, 9200, 10577, 9007, 10873, 6422, 6118, 7852, 5839, 11317, 8219, 7673, 8742, 5777, 5787, 7308, 5782, 8943, 8412, 6124, 9211, 8487, 6680, 9983, 8242, 8940, 12117, 8926, 6933, 8218, 6166, 9840, 7077, 11030, 8511, 6428, 6802, 5948, 8698, 5921, 7577, 8639, 6295, 8322, 6266, 6443, 6767, 7026, 12227, 8698, 6522, 9027, 6213, 8549, 9127, 9490, 12140, 8380, 6637, 9413, 6315, 8359, 9753, 9658, 10243, 8640, 6556, 10313, 6487, 7930, 10279, 9283, 8445, 7878, 6149, 7455, 6649, 7138, 11338, 8552, 6985, 7912, 6072, 10250, 6719, 8641, 9307, 7862, 7048, 5886, 5923, 9838, 6148, 8840, 11146, 8413, 8326, 6983, 6092, 9552, 7305, 9362, 10662, 7106, 7697, 5948, 6042, 9661, 8113, 9031, 8265, 6045, 9832, 5915, 8097, 9796, 7978, 8874, 6190, 6331, 6795, 6140, 9537, 7439, 7988, 6318, 6065, 8655, 5852, 6483, 8878, 9038, 9464, 8012, 6006, 8641, 5799, 7973, 9883, 8243, 8006, 6859, 6516, 10560, 7688, 9065, 11387, 8434, 7272, 7245, 6117, 8106, 8803, 8372, 8598, 7350, 5481, 6565, 5714, 5863, 9411, 8469, 6884, 8373, 6072, 5790, 9189, 6823, 7957, 10387, 7100, 6742, 8447, 6519, 10707, 8273, 9623, 10589, 9607, 8348, 7510, 5627, 7173, 5658, 6457, 9114, 8138, 7657, 5941, 5540, 8052, 5712, 7730, 9268, 8542, 7964, 7241, 5690, 9806, 6880, 9475, 10154, 9014, 8147, 6861, 5615, 8367, 5962, 7096, 11221, 8991, 7646, 8545, 5911, 8404, 7379, 8422, 10945, 8694, 7194, 7662, 5721, 7373, 6756, 7271, 11249, 8129, 5786, 7422, 5593, 5525, 7487, 6428, 9626, 6755, 7456, 6366, 6662, 8148, 7617, 10376, 7966, 8411, 6253, 6890, 6465, 6769, 9671, 7756, 9471, 5971, 6483, 6239, 5861, 9206, 7516, 7982, 5921, 5631, 7074, 5542, 9761, 7390, 6336, 8536, 5597, 6688, 8034, 7442, 10899, 9006, 9693, 9021, 6259, 8462, 5934, 7261, 7619, 7564, 10756, 7282, 5558, 7557, 5605, 9202, 6917, 8197, 10674, 7563, 7647, 6643, 6054, 9947, 7187, 6933, 8382, 5843, 5671, 7550, 5666, 9195, 9026, 8108, 9790, 6618, 8943, 6179, 8077, 8664, 7580, 8991, 5641, 8187, 5651, 6783, 7632, 6503, 8454, 5896, 6898, 5627, 5851, 8670, 6988, 8605, 5908, 5741, 8205, 5517, 7769, 10018, 8051, 7498, 7230, 5606, 8073, 8749, 9304, 11450, 9571, 7349, 9796, 7218, 8841, 10057, 9563, 8834, 8639, 6413, 9287, 6095, 6882, 9790, 7365, 6675, 6541, 5695, 7245, 6702, 6973, 10503, 7339, 5570, 8232, 5766, 8187, 9419, 9141, 9804, 7588, 6764, 8141, 6750, 10017, 7457, 7207, 8809, 5675, 5669, 6740, 5593, 9158, 7216, 7055, 9594, 6309, 5761, 7516, 5704, 10476, 7754, 8283, 8511, 5753, 8585, 5750, 6799, 7280, 8782, 7341, 5640, 5770, 7709, 5626, 5853, 8451, 7732, 8103, 8071, 6144, 9735, 6904, 8322, 11242, 8542, 8252, 7937, 6932, 10510, 8030, 9967, 9796, 7723, 9344, 6461, 7297, 7093, 6704, 10196, 7397, 6200, 6481, 5543, 8284, 5749, 5893, 9614, 6716, 6144, 7183, 5425, 7639, 8683, 9117, 10555, 8735, 6789, 9782, 6957, 8640, 9626, 8349, 8208, 7164, 5878, 8918, 6152, 8464, 8306, 6260, 7920, 5793, 7069, 5900, 6979, 8265, 6307, 7094, 5733, 6005, 9116, 6046, 6956, 9856, 7747, 7406, 7430, 6024, 10365, 6913, 9246, 9894, 8502, 8327, 6922, 5902, 9056, 6400, 8216, 10118, 7565, 7961, 6296, 5989, 8448, 7078, 9301, 8626, 6164, 7778, 5741, 5900, 8701, 6927, 11127, 7998, 8743, 9510, 7823, 7209, 7000, 5563, 7179, 7176, 6606, 10829, 7971, 7531, 7133, 5649, 8856, 5787, 6710, 9950, 7093, 6881, 6716, 5838, 9800, 6996, 8006, 10227, 6958, 7260, 7205, 5867, 10025, 7430, 7782, 8666, 5700, 8531, 6049, 8018, 8081, 8427, 11354, 7894, 9299, 5919, 7423, 6439, 7226, 10021, 6940, 8487, 5692, 6402, 6255, 5981, 10123, 6514, 6506, 5782, 5677, 7956, 5842, 6886, 9653, 6370, 6355, 6885, 5684, 10486, 8373, 8496, 9947, 6639, 5813, 6930, 5548, 8388, 9086, 7668, 9588, 6232, 6591, 7566, 7394, 11328, 8191, 7496, 6028, 5969, 7009, 5859, 5854, 7556, 5894, 6000, 5689, 5809, 8697, 6015, 7736, 10117, 7485, 8006, 6875, 6693, 9320, 8155, 10481, 7799, 5714, 7533, 5771, 5704, 7943, 7428, 9058, 8377, 5603, 5976, 5807, 5685, 10464, 8746, 6762, 8819, 5596, 6114, 7600, 7145, 10415, 8322, 6289, 8397, 5782, 7022, 7487, 7392, 10560, 7789, 5672, 7794, 5807, 5781, 7704, 7388, 9067, 7689, 5711, 7744, 5796, 5747, 6959, 5919, 7359, 6794, 5705, 8366, 5744, 6849, 10176, 8747, 8429, 7981, 5754, 7978, 6208, 6698, 10427, 7598, 5823, 6883, 5717, 5876, 6843, 6188, 10568, 8192, 9077, 8741, 6593, 9476, 6278, 7554, 7110, 6493, 10162, 6300, 5965, 5745, 5760, 8124, 5741, 8702, 7005, 6578, 7431, 5748, 6674, 5658, 5816, 8232, 9029, 14441, 9187, 6688, 6428, 5604, 6513, 7438, 7498, 7999, 6260, 5683, 8263, 5961, 7586, 10877, 8033, 7700, 7454, 6235, 9709, 6763, 7321, 9714, 6269, 6116, 5771, 5707, 9020, 6588, 5837, 8263, 5818, 5843, 7797, 6909, 9391, 9405, 6715, 6700, 6026, 5737, 8226, 6881, 6875, 9131, 5972, 7029, 6694, 6518, 9596, 7704, 10501, 6612, 6019, 5822, 5744, 7152, 6050, 5830, 5900, 5742, 6823, 5729, 6505, 6629, 7148, 8559, 5833, 7558, 6345, 5700, 10374, 7515, 7183, 8678, 6056, 8659, 6365, 7666, 10406, 7533, 6895, 6866, 5725, 7608, 7013, 7222, 11478, 7542, 5851, 7899, 5771, 6590, 8841, 7050, 7196, 5784, 5832, 7908, 5768, 6674, 7984, 5703, 6017, 6109, 5675, 9166, 6891, 6643, 7903, 5699, 6027, 6222, 5751, 9017, 6459, 7694, 7501, 5702, 7190, 5968, 6152, 6788, 5775, 8458, 6039, 5823, 6688, 5833, 5895, 6089, 5712, 9414, 7750, 10550, 7098, 5667, 6981, 5733, 7029, 6856, 7036], 'WindowCenter': [3610.0, 3604.0, 3600.0, 3565.0, 3542.0, 3552.0, 3529.0, 3561.0, 3572.0, 3572.0, 3561.0, 3550.0, 3518.0, 3517.0, 3528.0, 3518.0, 3561.0, 3573.0, 3562.0, 3561.0, 3541.0, 3530.0, 3573.0, 3530.0, 3562.0, 3574.0, 3562.0, 3572.0, 3530.0, 3519.0, 3550.0, 3520.0, 3583.0, 3563.0, 3564.0, 3563.0, 3521.0, 3521.0, 3553.0, 3533.0, 3576.0, 3576.0, 3533.0, 3576.0, 3575.0, 3544.0, 3574.0, 3565.0, 3576.0, 3596.0, 3564.0, 3541.0, 3551.0, 3520.0, 3573.0, 3541.0, 3585.0, 3563.0, 3529.0, 3529.0, 3518.0, 3549.0, 3532.0, 3552.0, 3563.0, 3530.0, 3551.0, 3530.0, 3529.0, 3543.0, 3542.0, 3596.0, 3563.0, 3531.0, 3573.0, 3532.0, 3563.0, 3575.0, 3574.0, 3585.0, 3551.0, 3530.0, 3562.0, 3530.0, 3552.0, 3573.0, 3573.0, 3573.0, 3551.0, 3528.0, 3559.0, 3517.0, 3551.0, 3572.0, 3562.0, 3550.0, 3550.0, 3518.0, 3539.0, 3529.0, 3541.0, 3584.0, 3563.0, 3540.0, 3551.0, 3518.0, 3570.0, 3541.0, 3562.0, 3562.0, 3563.0, 3540.0, 3518.0, 3519.0, 3571.0, 3531.0, 3563.0, 3585.0, 3563.0, 3551.0, 3541.0, 3519.0, 3559.0, 3540.0, 3574.0, 3574.0, 3540.0, 3540.0, 3518.0, 3518.0, 3572.0, 3552.0, 3561.0, 3552.0, 3519.0, 3560.0, 3519.0, 3550.0, 3571.0, 3551.0, 3560.0, 3519.0, 3529.0, 3542.0, 3531.0, 3574.0, 3552.0, 3550.0, 3529.0, 3519.0, 3561.0, 3519.0, 3530.0, 3563.0, 3563.0, 3573.0, 3551.0, 3531.0, 3562.0, 3520.0, 3562.0, 3573.0, 3562.0, 3563.0, 3543.0, 3530.0, 3583.0, 3551.0, 3575.0, 3584.0, 3562.0, 3551.0, 3552.0, 3532.0, 3562.0, 3562.0, 3575.0, 3574.0, 3552.0, 3520.0, 3540.0, 3518.0, 3519.0, 3572.0, 3561.0, 3540.0, 3562.0, 3530.0, 3519.0, 3573.0, 3542.0, 3562.0, 3584.0, 3541.0, 3541.0, 3561.0, 3529.0, 3571.0, 3549.0, 3560.0, 3571.0, 3561.0, 3549.0, 3538.0, 3517.0, 3538.0, 3517.0, 3528.0, 3562.0, 3551.0, 3549.0, 3528.0, 3508.0, 3550.0, 3519.0, 3551.0, 3572.0, 3563.0, 3550.0, 3550.0, 3519.0, 3571.0, 3541.0, 3572.0, 3572.0, 3562.0, 3549.0, 3539.0, 3518.0, 3560.0, 3529.0, 3551.0, 3583.0, 3573.0, 3551.0, 3561.0, 3519.0, 3560.0, 3550.0, 3561.0, 3582.0, 3562.0, 3538.0, 3549.0, 3518.0, 3539.0, 3539.0, 3550.0, 3583.0, 3551.0, 3519.0, 3550.0, 3519.0, 3519.0, 3553.0, 3542.0, 3585.0, 3543.0, 3552.0, 3542.0, 3542.0, 3564.0, 3563.0, 3583.0, 3563.0, 3561.0, 3529.0, 3539.0, 3528.0, 3540.0, 3571.0, 3550.0, 3559.0, 3517.0, 3527.0, 3516.0, 3519.0, 3560.0, 3550.0, 3548.0, 3517.0, 3517.0, 3538.0, 3507.0, 3584.0, 3552.0, 3541.0, 3560.0, 3519.0, 3539.0, 3550.0, 3550.0, 3583.0, 3561.0, 3560.0, 3559.0, 3528.0, 3548.0, 3529.0, 3538.0, 3550.0, 3549.0, 3582.0, 3538.0, 3507.0, 3549.0, 3518.0, 3560.0, 3540.0, 3561.0, 3583.0, 3550.0, 3550.0, 3528.0, 3528.0, 3571.0, 3540.0, 3551.0, 3561.0, 3519.0, 3530.0, 3562.0, 3533.0, 3584.0, 3574.0, 3563.0, 3573.0, 3540.0, 3560.0, 3531.0, 3561.0, 3562.0, 3563.0, 3572.0, 3519.0, 3549.0, 3518.0, 3539.0, 3549.0, 3529.0, 3549.0, 3517.0, 3537.0, 3518.0, 3519.0, 3561.0, 3540.0, 3560.0, 3517.0, 3517.0, 3561.0, 3519.0, 3550.0, 3572.0, 3563.0, 3550.0, 3551.0, 3519.0, 3562.0, 3573.0, 3572.0, 3583.0, 3571.0, 3549.0, 3571.0, 3538.0, 3561.0, 3571.0, 3570.0, 3559.0, 3562.0, 3528.0, 3557.0, 3517.0, 3537.0, 3570.0, 3539.0, 3526.0, 3528.0, 3517.0, 3538.0, 3540.0, 3540.0, 3582.0, 3551.0, 3519.0, 3560.0, 3519.0, 3562.0, 3572.0, 3572.0, 3570.0, 3549.0, 3527.0, 3548.0, 3528.0, 3570.0, 3539.0, 3539.0, 3560.0, 3518.0, 3518.0, 3538.0, 3508.0, 3572.0, 3550.0, 3540.0, 3573.0, 3530.0, 3519.0, 3550.0, 3520.0, 3583.0, 3550.0, 3560.0, 3560.0, 3518.0, 3559.0, 3518.0, 3539.0, 3553.0, 3562.0, 3549.0, 3518.0, 3529.0, 3550.0, 3531.0, 3532.0, 3563.0, 3563.0, 3562.0, 3563.0, 3530.0, 3572.0, 3552.0, 3562.0, 3583.0, 3573.0, 3561.0, 3549.0, 3539.0, 3571.0, 3561.0, 3571.0, 3571.0, 3549.0, 3558.0, 3526.0, 3537.0, 3538.0, 3538.0, 3569.0, 3539.0, 3517.0, 3526.0, 3519.0, 3559.0, 3518.0, 3519.0, 3572.0, 3540.0, 3529.0, 3540.0, 3519.0, 3562.0, 3573.0, 3572.0, 3583.0, 3560.0, 3540.0, 3570.0, 3551.0, 3562.0, 3571.0, 3561.0, 3548.0, 3538.0, 3517.0, 3559.0, 3529.0, 3560.0, 3561.0, 3529.0, 3549.0, 3519.0, 3540.0, 3531.0, 3552.0, 3574.0, 3541.0, 3552.0, 3530.0, 3531.0, 3572.0, 3530.0, 3550.0, 3572.0, 3563.0, 3551.0, 3551.0, 3529.0, 3583.0, 3552.0, 3572.0, 3572.0, 3561.0, 3561.0, 3538.0, 3518.0, 3571.0, 3541.0, 3561.0, 3572.0, 3550.0, 3549.0, 3528.0, 3517.0, 3561.0, 3551.0, 3571.0, 3560.0, 3529.0, 3549.0, 3518.0, 3518.0, 3562.0, 3552.0, 3582.0, 3550.0, 3561.0, 3571.0, 3550.0, 3549.0, 3539.0, 3519.0, 3539.0, 3540.0, 3541.0, 3583.0, 3575.0, 3563.0, 3552.0, 3530.0, 3572.0, 3531.0, 3541.0, 3573.0, 3552.0, 3550.0, 3540.0, 3519.0, 3584.0, 3552.0, 3562.0, 3584.0, 3540.0, 3550.0, 3550.0, 3530.0, 3583.0, 3552.0, 3562.0, 3562.0, 3530.0, 3561.0, 3530.0, 3563.0, 3563.0, 3561.0, 3583.0, 3549.0, 3559.0, 3516.0, 3537.0, 3528.0, 3537.0, 3571.0, 3538.0, 3547.0, 3516.0, 3526.0, 3527.0, 3517.0, 3570.0, 3528.0, 3526.0, 3516.0, 3517.0, 3549.0, 3519.0, 3539.0, 3572.0, 3529.0, 3528.0, 3539.0, 3519.0, 3584.0, 3561.0, 3561.0, 3571.0, 3538.0, 3517.0, 3539.0, 3520.0, 3561.0, 3572.0, 3550.0, 3571.0, 3528.0, 3538.0, 3563.0, 3550.0, 3581.0, 3561.0, 3537.0, 3516.0, 3516.0, 3537.0, 3518.0, 3530.0, 3551.0, 3530.0, 3529.0, 3530.0, 3530.0, 3573.0, 3542.0, 3562.0, 3584.0, 3552.0, 3561.0, 3539.0, 3540.0, 3571.0, 3550.0, 3571.0, 3549.0, 3517.0, 3548.0, 3517.0, 3517.0, 3549.0, 3551.0, 3571.0, 3574.0, 3531.0, 3528.0, 3518.0, 3530.0, 3583.0, 3562.0, 3538.0, 3561.0, 3508.0, 3527.0, 3551.0, 3539.0, 3582.0, 3549.0, 3527.0, 3547.0, 3515.0, 3536.0, 3539.0, 3549.0, 3569.0, 3549.0, 3517.0, 3537.0, 3515.0, 3517.0, 3548.0, 3539.0, 3560.0, 3549.0, 3519.0, 3549.0, 3517.0, 3519.0, 3551.0, 3530.0, 3551.0, 3540.0, 3529.0, 3561.0, 3518.0, 3541.0, 3583.0, 3562.0, 3561.0, 3550.0, 3518.0, 3549.0, 3529.0, 3539.0, 3571.0, 3551.0, 3518.0, 3539.0, 3518.0, 3518.0, 3539.0, 3530.0, 3584.0, 3563.0, 3572.0, 3562.0, 3540.0, 3571.0, 3528.0, 3549.0, 3539.0, 3529.0, 3571.0, 3529.0, 3528.0, 3518.0, 3517.0, 3548.0, 3518.0, 3562.0, 3540.0, 3540.0, 3540.0, 3518.0, 3539.0, 3517.0, 3529.0, 3575.0, 3576.0, 3597.0, 3562.0, 3539.0, 3528.0, 3529.0, 3540.0, 3551.0, 3550.0, 3548.0, 3527.0, 3516.0, 3548.0, 3529.0, 3550.0, 3583.0, 3561.0, 3550.0, 3550.0, 3528.0, 3571.0, 3540.0, 3549.0, 3573.0, 3529.0, 3528.0, 3517.0, 3530.0, 3572.0, 3540.0, 3530.0, 3561.0, 3519.0, 3518.0, 3552.0, 3551.0, 3572.0, 3572.0, 3539.0, 3538.0, 3528.0, 3530.0, 3574.0, 3552.0, 3541.0, 3573.0, 3530.0, 3540.0, 3540.0, 3541.0, 3573.0, 3551.0, 3572.0, 3539.0, 3528.0, 3516.0, 3519.0, 3551.0, 3530.0, 3530.0, 3519.0, 3530.0, 3541.0, 3532.0, 3554.0, 3554.0, 3554.0, 3575.0, 3531.0, 3563.0, 3541.0, 3531.0, 3583.0, 3552.0, 3552.0, 3562.0, 3531.0, 3561.0, 3541.0, 3550.0, 3571.0, 3550.0, 3539.0, 3538.0, 3518.0, 3549.0, 3539.0, 3550.0, 3582.0, 3549.0, 3517.0, 3549.0, 3517.0, 3539.0, 3560.0, 3541.0, 3538.0, 3516.0, 3517.0, 3561.0, 3519.0, 3539.0, 3549.0, 3518.0, 3528.0, 3517.0, 3519.0, 3572.0, 3539.0, 3539.0, 3549.0, 3518.0, 3527.0, 3528.0, 3519.0, 3573.0, 3540.0, 3551.0, 3550.0, 3519.0, 3539.0, 3529.0, 3528.0, 3539.0, 3530.0, 3561.0, 3530.0, 3532.0, 3541.0, 3532.0, 3531.0, 3531.0, 3532.0, 3574.0, 3564.0, 3585.0, 3552.0, 3531.0, 3551.0, 3520.0, 3551.0, 3553.0, 3552.0], 'WindowWidth': [8175.0, 8152.0, 8140.0, 8080.0, 8043.0, 8055.0, 8022.0, 8066.0, 8082.0, 8081.0, 8063.0, 8049.0, 8005.0, 8001.0, 8017.0, 8003.0, 8064.0, 8083.0, 8067.0, 8065.0, 8037.0, 8024.0, 8081.0, 8025.0, 8067.0, 8087.0, 8066.0, 8079.0, 8022.0, 8007.0, 8048.0, 8010.0, 8099.0, 8071.0, 8076.0, 8072.0, 8013.0, 8013.0, 8058.0, 8035.0, 8095.0, 8094.0, 8033.0, 8093.0, 8091.0, 8048.0, 8087.0, 8077.0, 8093.0, 8123.0, 8076.0, 8039.0, 8052.0, 8009.0, 8082.0, 8039.0, 8102.0, 8068.0, 8018.0, 8017.0, 8003.0, 8045.0, 8030.0, 8053.0, 8070.0, 8023.0, 8051.0, 8024.0, 8021.0, 8044.0, 8042.0, 8119.0, 8072.0, 8027.0, 8085.0, 8029.0, 8070.0, 8089.0, 8085.0, 8105.0, 8051.0, 8023.0, 8066.0, 8022.0, 8053.0, 8085.0, 8082.0, 8082.0, 8048.0, 8017.0, 8058.0, 8001.0, 8049.0, 8082.0, 8065.0, 8046.0, 8046.0, 8004.0, 8030.0, 8018.0, 8040.0, 8099.0, 8071.0, 8036.0, 8050.0, 8004.0, 8074.0, 8039.0, 8069.0, 8067.0, 8070.0, 8035.0, 8005.0, 8008.0, 8078.0, 8027.0, 8069.0, 8104.0, 8072.0, 8051.0, 8038.0, 8006.0, 8058.0, 8036.0, 8086.0, 8088.0, 8038.0, 8034.0, 8004.0, 8004.0, 8081.0, 8053.0, 8064.0, 8052.0, 8008.0, 8061.0, 8007.0, 8051.0, 8080.0, 8050.0, 8061.0, 8007.0, 8021.0, 8043.0, 8027.0, 8089.0, 8054.0, 8049.0, 8020.0, 8009.0, 8064.0, 8009.0, 8025.0, 8071.0, 8070.0, 8082.0, 8050.0, 8028.0, 8068.0, 8012.0, 8070.0, 8086.0, 8069.0, 8072.0, 8048.0, 8026.0, 8099.0, 8054.0, 8090.0, 8103.0, 8069.0, 8052.0, 8057.0, 8030.0, 8069.0, 8069.0, 8093.0, 8091.0, 8059.0, 8013.0, 8037.0, 8005.0, 8009.0, 8083.0, 8068.0, 8037.0, 8069.0, 8025.0, 8011.0, 8086.0, 8045.0, 8071.0, 8102.0, 8040.0, 8040.0, 8068.0, 8023.0, 8080.0, 8048.0, 8063.0, 8081.0, 8065.0, 8045.0, 8030.0, 8004.0, 8030.0, 8003.0, 8020.0, 8071.0, 8054.0, 8049.0, 8020.0, 7995.0, 8052.0, 8012.0, 8057.0, 8085.0, 8072.0, 8051.0, 8051.0, 8010.0, 8081.0, 8040.0, 8085.0, 8083.0, 8070.0, 8049.0, 8035.0, 8007.0, 8064.0, 8022.0, 8056.0, 8101.0, 8087.0, 8052.0, 8067.0, 8010.0, 8065.0, 8052.0, 8066.0, 8098.0, 8069.0, 8033.0, 8049.0, 8007.0, 8034.0, 8036.0, 8052.0, 8100.0, 8054.0, 8009.0, 8052.0, 8012.0, 8012.0, 8062.0, 8047.0, 8106.0, 8047.0, 8057.0, 8046.0, 8045.0, 8079.0, 8075.0, 8101.0, 8073.0, 8066.0, 8023.0, 8033.0, 8020.0, 8039.0, 8082.0, 8052.0, 8061.0, 8004.0, 8016.0, 8003.0, 8010.0, 8064.0, 8053.0, 8046.0, 8004.0, 8003.0, 8032.0, 7991.0, 8104.0, 8057.0, 8041.0, 8065.0, 8010.0, 8036.0, 8051.0, 8052.0, 8100.0, 8067.0, 8064.0, 8061.0, 8018.0, 8045.0, 8022.0, 8034.0, 8051.0, 8048.0, 8098.0, 8033.0, 7991.0, 8048.0, 8007.0, 8063.0, 8039.0, 8066.0, 8102.0, 8050.0, 8050.0, 8020.0, 8020.0, 8084.0, 8040.0, 8055.0, 8068.0, 8012.0, 8027.0, 8072.0, 8037.0, 8106.0, 8090.0, 8075.0, 8088.0, 8040.0, 8066.0, 8029.0, 8071.0, 8072.0, 8077.0, 8085.0, 8012.0, 8049.0, 8008.0, 8036.0, 8050.0, 8024.0, 8049.0, 8004.0, 8030.0, 8008.0, 8012.0, 8067.0, 8039.0, 8064.0, 8003.0, 8004.0, 8068.0, 8012.0, 8053.0, 8085.0, 8074.0, 8053.0, 8054.0, 8011.0, 8070.0, 8087.0, 8084.0, 8102.0, 8081.0, 8049.0, 8079.0, 8034.0, 8067.0, 8081.0, 8078.0, 8061.0, 8069.0, 8019.0, 8057.0, 8004.0, 8031.0, 8077.0, 8035.0, 8015.0, 8019.0, 8004.0, 8034.0, 8038.0, 8039.0, 8099.0, 8054.0, 8011.0, 8065.0, 8010.0, 8072.0, 8084.0, 8084.0, 8079.0, 8047.0, 8015.0, 8044.0, 8018.0, 8080.0, 8035.0, 8034.0, 8064.0, 8005.0, 8006.0, 8033.0, 7995.0, 8085.0, 8054.0, 8038.0, 8087.0, 8026.0, 8010.0, 8052.0, 8014.0, 8102.0, 8052.0, 8065.0, 8063.0, 8006.0, 8063.0, 8006.0, 8037.0, 8061.0, 8068.0, 8050.0, 8008.0, 8025.0, 8052.0, 8032.0, 8035.0, 8074.0, 8076.0, 8071.0, 8075.0, 8026.0, 8085.0, 8059.0, 8073.0, 8103.0, 8088.0, 8067.0, 8050.0, 8034.0, 8082.0, 8068.0, 8080.0, 8079.0, 8046.0, 8058.0, 8013.0, 8027.0, 8031.0, 8034.0, 8075.0, 8036.0, 8002.0, 8015.0, 8009.0, 8062.0, 8010.0, 8010.0, 8084.0, 8041.0, 8024.0, 8040.0, 8010.0, 8073.0, 8088.0, 8085.0, 8101.0, 8065.0, 8036.0, 8079.0, 8055.0, 8070.0, 8082.0, 8067.0, 8046.0, 8032.0, 8004.0, 8062.0, 8024.0, 8064.0, 8067.0, 8023.0, 8050.0, 8011.0, 8040.0, 8033.0, 8062.0, 8092.0, 8046.0, 8058.0, 8028.0, 8030.0, 8083.0, 8027.0, 8054.0, 8086.0, 8075.0, 8055.0, 8055.0, 8024.0, 8102.0, 8058.0, 8083.0, 8083.0, 8069.0, 8065.0, 8034.0, 8007.0, 8081.0, 8044.0, 8068.0, 8085.0, 8051.0, 8049.0, 8019.0, 8005.0, 8070.0, 8055.0, 8082.0, 8066.0, 8023.0, 8050.0, 8008.0, 8008.0, 8071.0, 8057.0, 8097.0, 8050.0, 8067.0, 8081.0, 8052.0, 8049.0, 8037.0, 8011.0, 8037.0, 8039.0, 8043.0, 8102.0, 8096.0, 8075.0, 8059.0, 8028.0, 8085.0, 8031.0, 8042.0, 8087.0, 8057.0, 8053.0, 8038.0, 8009.0, 8104.0, 8060.0, 8071.0, 8103.0, 8040.0, 8052.0, 8051.0, 8027.0, 8103.0, 8060.0, 8073.0, 8071.0, 8027.0, 8068.0, 8025.0, 8074.0, 8075.0, 8067.0, 8104.0, 8050.0, 8062.0, 8002.0, 8031.0, 8020.0, 8030.0, 8082.0, 8031.0, 8043.0, 7999.0, 8012.0, 8018.0, 8004.0, 8077.0, 8019.0, 8015.0, 8001.0, 8006.0, 8049.0, 8011.0, 8037.0, 8086.0, 8024.0, 8022.0, 8035.0, 8011.0, 8104.0, 8068.0, 8067.0, 8082.0, 8034.0, 8004.0, 8037.0, 8016.0, 8069.0, 8085.0, 8054.0, 8080.0, 8020.0, 8034.0, 8075.0, 8052.0, 8094.0, 8068.0, 8030.0, 7999.0, 8001.0, 8029.0, 8008.0, 8028.0, 8056.0, 8029.0, 8025.0, 8026.0, 8027.0, 8089.0, 8048.0, 8073.0, 8106.0, 8057.0, 8067.0, 8035.0, 8038.0, 8084.0, 8051.0, 8082.0, 8048.0, 8003.0, 8047.0, 8005.0, 8004.0, 8051.0, 8054.0, 8082.0, 8091.0, 8031.0, 8022.0, 8007.0, 8028.0, 8103.0, 8071.0, 8034.0, 8067.0, 7993.0, 8019.0, 8057.0, 8037.0, 8097.0, 8049.0, 8016.0, 8042.0, 7999.0, 8026.0, 8035.0, 8049.0, 8077.0, 8047.0, 8003.0, 8031.0, 7999.0, 8003.0, 8048.0, 8035.0, 8065.0, 8048.0, 8011.0, 8050.0, 8005.0, 8011.0, 8055.0, 8026.0, 8057.0, 8039.0, 8024.0, 8067.0, 8008.0, 8043.0, 8100.0, 8072.0, 8066.0, 8050.0, 8007.0, 8048.0, 8024.0, 8036.0, 8082.0, 8055.0, 8008.0, 8037.0, 8009.0, 8008.0, 8038.0, 8028.0, 8106.0, 8074.0, 8085.0, 8069.0, 8039.0, 8080.0, 8021.0, 8048.0, 8038.0, 8023.0, 8082.0, 8024.0, 8020.0, 8007.0, 8005.0, 8047.0, 8010.0, 8071.0, 8040.0, 8039.0, 8038.0, 8009.0, 8035.0, 8006.0, 8026.0, 8097.0, 8096.0, 8126.0, 8068.0, 8034.0, 8021.0, 8025.0, 8039.0, 8055.0, 8051.0, 8045.0, 8014.0, 8000.0, 8043.0, 8022.0, 8050.0, 8100.0, 8069.0, 8051.0, 8050.0, 8019.0, 8080.0, 8038.0, 8048.0, 8088.0, 8022.0, 8019.0, 8004.0, 8028.0, 8085.0, 8041.0, 8027.0, 8069.0, 8010.0, 8008.0, 8059.0, 8056.0, 8084.0, 8084.0, 8036.0, 8034.0, 8021.0, 8027.0, 8090.0, 8058.0, 8044.0, 8088.0, 8028.0, 8039.0, 8038.0, 8044.0, 8089.0, 8055.0, 8085.0, 8037.0, 8019.0, 8003.0, 8010.0, 8057.0, 8027.0, 8027.0, 8012.0, 8027.0, 8044.0, 8035.0, 8069.0, 8068.0, 8067.0, 8094.0, 8031.0, 8076.0, 8043.0, 8031.0, 8101.0, 8059.0, 8058.0, 8072.0, 8031.0, 8068.0, 8041.0, 8052.0, 8083.0, 8053.0, 8035.0, 8034.0, 8006.0, 8050.0, 8038.0, 8050.0, 8099.0, 8050.0, 8005.0, 8047.0, 8006.0, 8037.0, 8065.0, 8042.0, 8032.0, 8001.0, 8005.0, 8070.0, 8010.0, 8035.0, 8050.0, 8006.0, 8019.0, 8003.0, 8011.0, 8083.0, 8037.0, 8037.0, 8049.0, 8006.0, 8017.0, 8020.0, 8010.0, 8088.0, 8040.0, 8055.0, 8052.0, 8009.0, 8037.0, 8023.0, 8021.0, 8037.0, 8027.0, 8070.0, 8029.0, 8033.0, 8045.0, 8033.0, 8030.0, 8030.0, 8033.0, 8093.0, 8078.0, 8110.0, 8059.0, 8029.0, 8056.0, 8014.0, 8057.0, 8063.0, 8057.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.007669517241379311</td></tr>
<tr><td colspan=3>aqi</td><td>0.05482751459770116</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.171329516237044</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1948475923935558</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0693900767433835</td></tr>
<tr><td colspan=3>efc</td><td>0.4332</td></tr>
<tr><td colspan=3>fber</td><td>8147.3042</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1356265213496418</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>148</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.011494252873565</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.483666859397438</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3000216724359372</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.70853820815069</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.442440697605686</td></tr>
<tr><td colspan=3>gcor</td><td>0.00462404</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010868385434150696</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03265562281012535</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.005917566793174</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>23.4453</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>24.0948</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>118.8521</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>33.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>312606.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>531.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>243.1735</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4746</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>416.3598</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2864.4399</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3023.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>63938.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1045.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3729.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>754.6277</td></tr>
<tr><td colspan=3>tsnr</td><td>30.530642475932837</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>