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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0033/ses-04/func/sub-0033_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a37d691e4c197e3a27e12f03391e04b7</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>11:21:10.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.999273, 0.0169042, 0.0341761, -0.0148256, 0.998077, -0.0601839]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.104251</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4162, -7732, -7262, 441, -70, -31, 23, 63]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</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>290.949</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e6f227fc-9bca-48a1-91a6-c396a5366368||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.680975914001465, -0.03977610915899277, 0.09484487771987915, 110.62857055664062], [-0.04535277187824249, 2.6777682304382324, -0.16101045906543732, -82.45999908447266], [0.09169194102287292, 0.16146913170814514, 2.693525552749634, -84.77753448486328], [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': ['112110.620000', '112111.080000', '112111.540000', '112112.000000', '112112.460000', '112112.920000', '112113.380000', '112113.840000', '112114.300000', '112114.760000', '112115.220000', '112115.680000', '112116.140000', '112116.600000', '112117.060000', '112117.520000', '112117.980000', '112118.440000', '112118.900000', '112119.360000', '112119.820000', '112120.280000', '112120.740000', '112121.200000', '112121.660000', '112122.120000', '112122.580000', '112123.040000', '112123.500000', '112123.960000', '112124.420000', '112124.880000', '112125.340000', '112125.800000', '112126.260000', '112126.720000', '112127.180000', '112127.640000', '112128.100000', '112128.560000', '112129.020000', '112129.480000', '112129.940000', '112130.400000', '112130.860000', '112131.320000', '112131.780000', '112132.240000', '112132.700000', '112133.160000', '112133.620000', '112134.080000', '112134.540000', '112135.000000', '112135.460000', '112135.920000', '112136.380000', '112136.840000', '112137.300000', '112137.760000', '112138.220000', '112138.680000', '112139.140000', '112139.600000', '112140.060000', '112140.520000', '112140.980000', '112141.440000', '112141.900000', '112142.360000', '112142.820000', '112143.280000', '112143.740000', '112144.200000', '112144.660000', '112145.120000', '112145.580000', '112146.040000', '112146.500000', '112146.960000', '112147.420000', '112147.880000', '112148.340000', '112148.800000', '112149.260000', '112149.720000', '112150.180000', '112150.640000', '112151.100000', '112151.560000', '112152.020000', '112152.480000', '112152.940000', '112153.400000', '112153.860000', '112154.320000', '112154.780000', '112155.240000', '112155.700000', '112156.160000', '112156.620000', '112157.080000', '112157.540000', '112158.000000', '112158.460000', '112158.920000', '112159.380000', '112159.840000', '112200.300000', '112200.760000', '112201.220000', '112201.680000', '112202.140000', '112202.600000', '112203.060000', '112203.520000', '112203.980000', '112204.440000', '112204.900000', '112205.360000', '112205.820000', '112206.280000', '112206.740000', '112207.200000', '112207.660000', '112208.120000', '112208.580000', '112209.040000', '112209.500000', '112209.960000', '112210.420000', '112210.880000', '112211.340000', '112211.800000', '112212.260000', '112212.720000', '112213.180000', '112213.640000', '112214.100000', '112214.560000', '112215.020000', '112215.480000', '112215.940000', '112216.400000', '112216.860000', '112217.320000', '112217.780000', '112218.240000', '112218.700000', '112219.160000', '112219.620000', '112220.080000', '112220.540000', '112221.000000', '112221.460000', '112221.920000', '112222.380000', '112222.840000', '112223.300000', '112223.760000', '112224.220000', '112224.680000', '112225.140000', '112225.600000', '112226.060000', '112226.520000', '112226.980000', '112227.440000', '112227.900000', '112228.360000', '112228.820000', '112229.280000', '112229.740000', '112230.200000', '112230.660000', '112231.120000', '112231.580000', '112232.040000', '112232.500000', '112232.960000', '112233.420000', '112233.880000', '112234.340000', '112234.800000', '112235.260000', '112235.720000', '112236.180000', '112236.640000', '112237.100000', '112237.560000', '112238.020000', '112238.480000', '112238.940000', '112239.400000', '112239.860000', '112240.320000', '112240.780000', '112241.240000', '112241.700000', '112242.160000', '112242.620000', '112243.080000', '112243.540000', '112244.000000', '112244.460000', '112244.920000', '112245.380000', '112245.840000', '112246.300000', '112246.760000', '112247.220000', '112247.680000', '112248.140000', '112248.600000', '112249.060000', '112249.520000', '112249.980000', '112250.440000', '112250.900000', '112251.360000', '112251.820000', '112252.280000', '112252.740000', '112253.200000', '112253.660000', '112254.120000', '112254.580000', '112255.040000', '112255.500000', '112255.960000', '112256.420000', '112256.880000', '112257.340000', '112257.800000', '112258.260000', '112258.720000', '112259.180000', '112259.640000', '112300.100000', '112300.560000', '112301.020000', '112301.480000', '112301.940000', '112302.400000', '112302.860000', '112303.320000', '112303.780000', '112304.240000', '112304.700000', '112305.160000', '112305.620000', '112306.080000', '112306.540000', '112307.000000', '112307.460000', '112307.920000', '112308.380000', '112308.840000', '112309.300000', '112309.760000', '112310.220000', '112310.680000', '112311.140000', '112311.600000', '112312.060000', '112312.520000', '112312.980000', '112313.440000', '112313.900000', '112314.360000', '112314.820000', '112315.280000', '112315.740000', '112316.200000', '112316.660000', '112317.120000', '112317.580000', '112318.040000', '112318.500000', '112318.960000', '112319.420000', '112319.880000', '112320.340000', '112320.800000', '112321.260000', '112321.720000', '112322.180000', '112322.640000', '112323.100000', '112323.560000', '112324.020000', '112324.480000', '112324.940000', '112325.400000', '112325.860000', '112326.320000', '112326.780000', '112327.240000', '112327.700000', '112328.160000', '112328.620000', '112329.080000', '112329.540000', '112330.000000', '112330.460000', '112330.920000', '112331.380000', '112331.840000', '112332.300000', '112332.760000', '112333.220000', '112333.680000', '112334.140000', '112334.600000', '112335.060000', '112335.520000', '112335.980000', '112336.440000', '112336.900000', '112337.360000', '112337.820000', '112338.280000', '112338.740000', '112339.200000', '112339.660000', '112340.120000', '112340.580000', '112341.040000', '112341.500000', '112341.960000', '112342.420000', '112342.880000', '112343.340000', '112343.800000', '112344.260000', '112344.720000', '112345.180000', '112345.640000', '112346.100000', '112346.560000', '112347.020000', '112347.480000', '112347.940000', '112348.400000', '112348.860000', '112349.320000', '112349.780000', '112350.240000', '112350.700000', '112351.160000', '112351.620000', '112352.080000', '112352.540000', '112353.000000', '112353.460000', '112353.920000', '112354.380000', '112354.840000', '112355.300000', '112355.760000', '112356.220000', '112356.680000', '112357.140000', '112357.600000', '112358.060000', '112358.520000', '112358.980000', '112359.440000', '112359.900000', '112400.360000', '112400.820000', '112401.280000', '112401.740000', '112402.200000', '112402.660000', '112403.120000', '112403.580000', '112404.040000', '112404.500000', '112404.960000', '112405.420000', '112405.880000', '112406.340000', '112406.800000', '112407.260000', '112407.720000', '112408.180000', '112408.640000', '112409.100000', '112409.560000', '112410.020000', '112410.480000', '112410.940000', '112411.400000', '112411.860000', '112412.320000', '112412.780000', '112413.240000', '112413.700000', '112414.160000', '112414.620000', '112415.080000', '112415.540000', '112416.000000', '112416.460000', '112416.920000', '112417.380000', '112417.840000', '112418.300000', '112418.760000', '112419.220000', '112419.680000', '112420.140000', '112420.600000', '112421.060000', '112421.520000', '112421.980000', '112422.440000', '112422.900000', '112423.360000', '112423.820000', '112424.280000', '112424.740000', '112425.200000', '112425.660000', '112426.120000', '112426.580000', '112427.040000', '112427.500000', '112427.960000', '112428.420000', '112428.880000', '112429.340000', '112429.800000', '112430.260000', '112430.720000', '112431.180000', '112431.640000', '112432.100000', '112432.560000', '112433.020000', '112433.480000', '112433.940000', '112434.400000', '112434.860000', '112435.320000', '112435.780000', '112436.240000', '112436.700000', '112437.160000', '112437.620000', '112438.080000', '112438.540000', '112439.000000', '112439.460000', '112439.920000', '112440.380000', '112440.840000', '112441.300000', '112441.760000', '112442.220000', '112442.680000', '112443.140000', '112443.600000', '112444.060000', '112444.520000', '112444.980000', '112445.440000', '112445.900000', '112446.360000', '112446.820000', '112447.280000', '112447.740000', '112448.200000', '112448.660000', '112449.120000', '112449.580000', '112450.040000', '112450.500000', '112450.960000', '112451.420000', '112451.880000', '112452.340000', '112452.800000', '112453.260000', '112453.720000', '112454.180000', '112454.640000', '112455.100000', '112455.560000', '112456.020000', '112456.480000', '112456.940000', '112457.400000', '112457.860000', '112458.320000', '112458.780000', '112459.240000', '112459.700000', '112500.160000', '112500.620000', '112501.080000', '112501.540000', '112502.000000', '112502.460000', '112502.920000', '112503.380000', '112503.840000', '112504.300000', '112504.760000', '112505.220000', '112505.680000', '112506.140000', '112506.600000', '112507.060000', '112507.520000', '112507.980000', '112508.440000', '112508.900000', '112509.360000', '112509.820000', '112510.280000', '112510.740000', '112511.200000', '112511.660000', '112512.120000', '112512.580000', '112513.040000', '112513.500000', '112513.960000', '112514.420000', '112514.880000', '112515.340000', '112515.800000', '112516.260000', '112516.720000', '112517.180000', '112517.640000', '112518.100000', '112518.560000', '112519.020000', '112519.480000', '112519.940000', '112520.400000', '112520.860000', '112521.320000', '112521.780000', '112522.240000', '112522.700000', '112523.160000', '112523.620000', '112524.080000', '112524.540000', '112525.000000', '112525.460000', '112525.920000', '112526.380000', '112526.840000', '112527.300000', '112527.760000', '112528.220000', '112528.680000', '112529.140000', '112529.600000', '112530.060000', '112530.520000', '112530.980000', '112531.440000', '112531.900000', '112532.360000', '112532.820000', '112533.280000', '112533.740000', '112534.200000', '112534.660000', '112535.120000', '112535.580000', '112536.040000', '112536.500000', '112536.960000', '112537.420000', '112537.880000', '112538.340000', '112538.800000', '112539.260000', '112539.720000', '112540.180000', '112540.640000', '112541.100000', '112541.560000', '112542.020000', '112542.480000', '112542.940000', '112543.400000', '112543.860000', '112544.320000', '112544.780000', '112545.240000', '112545.700000', '112546.160000', '112546.620000', '112547.080000', '112547.540000', '112548.000000', '112548.460000', '112548.920000', '112549.380000', '112549.840000', '112550.300000', '112550.760000', '112551.220000', '112551.680000', '112552.140000', '112552.600000', '112553.060000', '112553.520000', '112553.980000', '112554.440000', '112554.900000', '112555.360000', '112555.820000', '112556.280000', '112556.740000', '112557.200000', '112557.660000', '112558.120000', '112558.580000', '112559.040000', '112559.500000', '112559.960000', '112600.420000', '112600.880000', '112601.340000', '112601.800000', '112602.260000', '112602.720000', '112603.180000', '112603.640000', '112604.100000', '112604.560000', '112605.020000', '112605.480000', '112605.940000', '112606.400000', '112606.860000', '112607.320000', '112607.780000', '112608.240000', '112608.700000', '112609.160000', '112609.620000', '112610.080000', '112610.540000', '112611.000000', '112611.460000', '112611.920000', '112612.380000', '112612.840000', '112613.300000', '112613.760000', '112614.220000', '112614.680000', '112615.140000', '112615.600000', '112616.060000', '112616.520000', '112616.980000', '112617.440000', '112617.900000', '112618.360000', '112618.820000', '112619.280000', '112619.740000', '112620.200000', '112620.660000', '112621.120000', '112621.580000', '112622.040000', '112622.500000', '112622.960000', '112623.420000', '112623.880000', '112624.340000', '112624.800000', '112625.260000', '112625.720000', '112626.180000', '112626.640000', '112627.100000', '112627.560000', '112628.020000', '112628.480000', '112628.940000', '112629.400000', '112629.860000', '112630.320000', '112630.780000', '112631.240000', '112631.700000', '112632.160000', '112632.620000', '112633.080000', '112633.540000', '112634.000000', '112634.460000', '112634.920000', '112635.380000', '112635.840000', '112636.300000', '112636.760000', '112637.220000', '112637.680000', '112638.140000', '112638.600000', '112639.060000', '112639.520000', '112639.980000', '112640.440000', '112640.900000', '112641.360000', '112641.820000', '112642.280000', '112642.740000', '112643.200000', '112643.660000', '112644.120000', '112644.580000', '112645.040000', '112645.500000', '112645.960000', '112646.420000', '112646.880000', '112647.340000', '112647.800000', '112648.260000', '112648.720000', '112649.180000', '112649.640000', '112650.100000', '112650.560000', '112651.020000', '112651.480000', '112651.940000', '112652.400000', '112652.860000', '112653.320000', '112653.780000', '112654.240000', '112654.700000', '112655.160000', '112655.620000', '112656.080000', '112656.540000', '112657.000000', '112657.460000', '112657.920000', '112658.380000', '112658.840000', '112659.300000', '112659.760000', '112700.220000', '112700.680000', '112701.140000', '112701.600000', '112702.060000', '112702.520000', '112702.980000', '112703.440000', '112703.900000', '112704.360000', '112704.820000', '112705.280000', '112705.740000', '112706.200000', '112706.660000', '112707.120000', '112707.580000', '112708.040000', '112708.500000', '112708.960000', '112709.420000', '112709.880000', '112710.340000', '112710.800000', '112711.260000', '112711.720000', '112712.180000', '112712.640000', '112713.100000', '112713.560000', '112714.020000', '112714.480000', '112714.940000', '112715.400000', '112715.860000', '112716.320000', '112716.780000', '112717.240000', '112717.700000', '112718.160000', '112718.620000', '112719.080000', '112719.540000', '112720.000000', '112720.460000', '112720.920000', '112721.380000', '112721.840000', '112722.300000', '112722.760000', '112723.220000', '112723.680000', '112724.140000', '112724.600000', '112725.060000', '112725.520000', '112725.980000', '112726.440000', '112726.900000', '112727.360000', '112727.820000', '112728.280000', '112728.740000', '112729.200000', '112729.660000', '112730.120000', '112730.580000', '112731.040000', '112731.500000', '112731.960000', '112732.420000', '112732.880000', '112733.340000', '112733.800000', '112734.260000', '112734.720000', '112735.180000', '112735.640000', '112736.100000', '112736.560000', '112737.020000', '112737.480000', '112737.940000', '112738.400000', '112738.860000', '112739.320000', '112739.780000', '112740.240000', '112740.700000', '112741.160000', '112741.620000', '112742.080000', '112742.540000', '112743.000000', '112743.460000', '112743.920000', '112744.380000', '112744.840000', '112745.300000', '112745.760000', '112746.220000', '112746.680000', '112747.140000', '112747.600000', '112748.060000', '112748.520000', '112748.980000', '112749.440000', '112749.900000', '112750.360000', '112750.820000', '112751.280000'], 'ContentTime': ['112121.639000', '112121.642000', '112121.644000', '112121.647000', '112121.650000', '112121.652000', '112121.655000', '112121.657000', '112121.660000', '112121.662000', '112121.665000', '112121.672000', '112121.674000', '112121.677000', '112121.680000', '112121.682000', '112121.685000', '112121.687000', '112121.690000', '112121.692000', '112121.695000', '112121.698000', '112141.611000', '112141.614000', '112141.617000', '112141.619000', '112141.628000', '112141.647000', '112141.649000', '112141.652000', '112141.654000', '112141.657000', '112141.659000', '112141.662000', '112141.664000', '112141.667000', '112141.669000', '112141.672000', '112141.675000', '112141.677000', '112141.680000', '112141.682000', '112141.685000', '112141.687000', '112141.690000', '112141.692000', '112141.695000', '112141.697000', '112141.700000', '112141.703000', '112141.705000', '112141.708000', '112141.710000', '112141.713000', '112141.715000', '112141.718000', '112141.720000', '112141.723000', '112141.728000', '112141.730000', '112141.733000', '112141.736000', '112141.738000', '112141.741000', '112141.743000', '112201.612000', '112201.614000', '112201.617000', '112201.619000', '112201.622000', '112201.625000', '112201.627000', '112201.630000', '112201.632000', '112201.635000', '112201.637000', '112201.640000', '112201.642000', '112201.645000', '112201.648000', '112201.650000', '112201.653000', '112201.655000', '112201.658000', '112201.660000', '112201.663000', '112201.666000', '112201.668000', '112201.671000', '112201.673000', '112201.676000', '112201.678000', '112201.681000', '112201.683000', '112201.686000', '112201.689000', '112201.691000', '112201.694000', '112201.696000', '112201.699000', '112201.701000', '112201.704000', '112201.706000', '112201.709000', '112201.711000', '112201.714000', '112201.717000', '112201.719000', '112201.722000', '112221.612000', '112221.614000', '112221.617000', '112221.620000', '112221.622000', '112221.625000', '112221.627000', '112221.630000', '112221.632000', '112221.635000', '112221.637000', '112221.640000', '112221.643000', '112221.645000', '112221.648000', '112221.650000', '112221.653000', '112221.656000', '112221.658000', '112221.661000', '112221.663000', '112221.666000', '112221.668000', '112221.671000', '112221.674000', '112221.676000', '112221.679000', '112221.681000', '112221.684000', '112221.686000', '112221.689000', '112221.692000', '112221.694000', '112221.697000', '112221.699000', '112221.702000', '112221.705000', '112221.707000', '112221.710000', '112221.712000', '112221.715000', '112221.717000', '112221.720000', '112241.611000', '112241.614000', '112241.617000', '112241.619000', '112241.622000', '112241.625000', '112241.627000', '112241.630000', '112241.633000', '112241.635000', '112241.638000', '112241.642000', '112241.644000', '112241.647000', '112241.650000', '112241.652000', '112241.655000', '112241.657000', '112241.660000', '112241.663000', '112241.665000', '112241.668000', '112241.670000', '112241.673000', '112241.676000', '112241.678000', '112241.681000', '112241.683000', '112241.686000', '112241.688000', '112241.691000', '112241.694000', '112241.696000', '112241.699000', '112241.701000', '112241.704000', '112241.707000', '112241.709000', '112241.712000', '112241.714000', '112241.717000', '112241.719000', '112241.722000', '112301.611000', '112301.614000', '112301.623000', '112301.625000', '112301.628000', '112301.631000', '112301.633000', '112301.636000', '112301.638000', '112301.641000', '112301.643000', '112301.646000', '112301.649000', '112301.651000', '112301.654000', '112301.656000', '112301.659000', '112301.662000', '112301.664000', '112301.667000', '112301.669000', '112301.672000', '112301.675000', '112301.677000', '112301.680000', '112301.682000', '112301.685000', '112301.688000', '112301.690000', '112301.693000', '112301.695000', '112301.698000', '112301.701000', '112301.703000', '112301.706000', '112301.708000', '112301.711000', '112301.713000', '112301.716000', '112301.719000', '112301.721000', '112301.724000', '112301.726000', '112301.729000', '112321.612000', '112321.625000', '112321.628000', '112321.630000', '112321.633000', '112321.635000', '112321.638000', '112321.641000', '112321.643000', '112321.646000', '112321.648000', '112321.651000', '112321.653000', '112321.656000', '112321.659000', '112321.661000', '112321.664000', '112321.666000', '112321.669000', '112321.672000', '112321.674000', '112321.677000', '112321.679000', '112321.682000', '112321.684000', '112321.687000', '112321.690000', '112321.692000', '112321.695000', '112321.697000', '112321.700000', '112321.703000', '112321.705000', '112321.708000', '112321.710000', '112321.713000', '112321.715000', '112321.718000', '112321.721000', '112321.723000', '112321.726000', '112321.728000', '112321.731000', '112341.611000', '112341.613000', '112341.616000', '112341.619000', '112341.621000', '112341.624000', '112341.626000', '112341.629000', '112341.631000', '112341.634000', '112341.637000', '112341.639000', '112341.642000', '112341.644000', '112341.647000', '112341.650000', '112341.652000', '112341.655000', '112341.657000', '112341.660000', '112341.662000', '112341.665000', '112341.668000', '112341.670000', '112341.673000', '112341.675000', '112341.678000', '112341.680000', '112341.683000', '112341.686000', '112341.688000', '112341.691000', '112341.693000', '112341.696000', '112341.698000', '112341.701000', '112341.703000', '112341.706000', '112341.709000', '112341.711000', '112341.714000', '112341.716000', '112341.719000', '112341.722000', '112401.612000', '112401.615000', '112401.617000', '112401.620000', '112401.622000', '112401.625000', '112401.628000', '112401.630000', '112401.633000', '112401.635000', '112401.638000', '112401.641000', '112401.643000', '112401.646000', '112401.648000', '112401.651000', '112401.654000', '112401.656000', '112401.659000', '112401.661000', '112401.664000', '112401.667000', '112401.669000', '112401.672000', '112401.674000', '112401.677000', '112401.680000', '112401.683000', '112401.686000', '112401.689000', '112401.691000', '112401.694000', '112401.697000', '112401.699000', '112401.702000', '112401.704000', '112401.707000', '112401.709000', '112401.712000', '112401.715000', '112401.717000', '112401.720000', '112401.722000', '112421.612000', '112421.615000', '112421.617000', '112421.620000', '112421.622000', '112421.625000', '112421.628000', '112421.630000', '112421.633000', '112421.635000', '112421.638000', '112421.640000', '112421.643000', '112421.646000', '112421.648000', '112421.651000', '112421.654000', '112421.656000', '112421.659000', '112421.661000', '112421.664000', '112421.667000', '112421.669000', '112421.672000', '112421.674000', '112421.677000', '112421.679000', '112421.682000', '112421.685000', '112421.687000', '112421.690000', '112421.692000', '112421.695000', '112421.698000', '112421.700000', '112421.703000', '112421.705000', '112421.708000', '112421.711000', '112421.713000', '112421.716000', '112421.718000', '112421.721000', '112421.724000', '112441.612000', '112441.614000', '112441.617000', '112441.620000', '112441.622000', '112441.625000', '112441.627000', '112441.630000', '112441.632000', '112441.635000', '112441.638000', '112441.640000', '112441.643000', '112441.645000', '112441.648000', '112441.651000', '112441.653000', '112441.656000', '112441.658000', '112441.661000', '112441.664000', '112441.666000', '112441.669000', '112441.671000', '112441.674000', '112441.677000', '112441.679000', '112441.682000', '112441.684000', '112441.687000', '112441.690000', '112441.692000', '112441.695000', '112441.697000', '112441.700000', '112441.703000', '112441.705000', '112441.708000', '112441.710000', '112441.713000', '112441.726000', '112441.729000', '112441.731000', '112501.612000', '112501.614000', '112501.617000', '112501.620000', '112501.622000', '112501.625000', '112501.627000', '112501.630000', '112501.632000', '112501.635000', '112501.638000', '112501.640000', '112501.643000', '112501.645000', '112501.648000', '112501.651000', '112501.653000', '112501.656000', '112501.658000', '112501.661000', '112501.663000', '112501.666000', '112501.669000', '112501.671000', '112501.674000', '112501.676000', '112501.679000', '112501.682000', '112501.684000', '112501.687000', '112501.690000', '112501.692000', '112501.695000', '112501.697000', '112501.700000', '112501.702000', '112501.705000', '112501.708000', '112501.710000', '112501.713000', '112501.715000', '112501.718000', '112501.721000', '112501.723000', '112521.612000', '112521.615000', '112521.617000', '112521.620000', '112521.622000', '112521.625000', '112521.628000', '112521.630000', '112521.633000', '112521.635000', '112521.638000', '112521.641000', '112521.643000', '112521.646000', '112521.648000', '112521.651000', '112521.654000', '112521.656000', '112521.659000', '112521.662000', '112521.664000', '112521.667000', '112521.669000', '112521.672000', '112521.675000', '112521.677000', '112521.680000', '112521.683000', '112521.685000', '112521.688000', '112521.690000', '112521.693000', '112521.696000', '112521.698000', '112521.701000', '112521.703000', '112521.706000', '112521.708000', '112521.711000', '112521.714000', '112521.717000', '112521.720000', '112521.722000', '112541.612000', '112541.615000', '112541.617000', '112541.620000', '112541.622000', '112541.625000', '112541.628000', '112541.630000', '112541.633000', '112541.635000', '112541.638000', '112541.641000', '112541.643000', '112541.646000', '112541.648000', '112541.651000', '112541.654000', '112541.656000', '112541.659000', '112541.661000', '112541.664000', '112541.666000', '112541.669000', '112541.672000', '112541.674000', '112541.677000', '112541.679000', '112541.682000', '112541.685000', '112541.687000', '112541.690000', '112541.692000', '112541.695000', '112541.698000', '112541.700000', '112541.703000', '112541.705000', '112541.708000', '112541.711000', '112541.713000', '112541.716000', '112541.719000', '112541.721000', '112541.724000', '112601.611000', '112601.613000', '112601.616000', '112601.619000', '112601.621000', '112601.624000', '112601.627000', '112601.629000', '112601.632000', '112601.635000', '112601.637000', '112601.640000', '112601.642000', '112601.645000', '112601.647000', '112601.650000', '112601.653000', '112601.655000', '112601.658000', '112601.660000', '112601.663000', '112601.666000', '112601.668000', '112601.671000', '112601.673000', '112601.676000', '112601.679000', '112601.681000', '112601.684000', '112601.686000', '112601.689000', '112601.692000', '112601.694000', '112601.697000', '112601.699000', '112601.702000', '112601.705000', '112601.707000', '112601.710000', '112601.713000', '112601.715000', '112601.718000', '112601.720000', '112621.612000', '112621.614000', '112621.617000', '112621.620000', '112621.622000', '112621.625000', '112621.627000', '112621.630000', '112621.645000', '112621.648000', '112621.650000', '112621.653000', '112621.655000', '112621.658000', '112621.661000', '112621.663000', '112621.666000', '112621.668000', '112621.671000', '112621.673000', '112621.676000', '112621.679000', '112621.681000', '112621.684000', '112621.686000', '112621.689000', '112621.692000', '112621.694000', '112621.697000', '112621.700000', '112621.702000', '112621.705000', '112621.707000', '112621.710000', '112621.713000', '112621.715000', '112621.718000', '112621.720000', '112621.723000', '112621.726000', '112621.728000', '112621.731000', '112621.733000', '112621.736000', '112641.612000', '112641.614000', '112641.617000', '112641.620000', '112641.622000', '112641.625000', '112641.628000', '112641.630000', '112641.633000', '112641.635000', '112641.638000', '112641.641000', '112641.643000', '112641.646000', '112641.648000', '112641.651000', '112641.654000', '112641.656000', '112641.659000', '112641.661000', '112641.664000', '112641.667000', '112641.669000', '112641.672000', '112641.674000', '112641.677000', '112641.680000', '112641.682000', '112641.685000', '112641.687000', '112641.690000', '112641.693000', '112641.695000', '112641.698000', '112641.700000', '112641.703000', '112641.706000', '112641.708000', '112641.711000', '112641.714000', '112641.716000', '112641.719000', '112641.721000', '112701.611000', '112701.614000', '112701.619000', '112701.621000', '112701.624000', '112701.627000', '112701.629000', '112701.632000', '112701.634000', '112701.637000', '112701.640000', '112701.643000', '112701.645000', '112701.648000', '112701.650000', '112701.653000', '112701.656000', '112701.658000', '112701.661000', '112701.663000', '112701.666000', '112701.669000', '112701.671000', '112701.674000', '112701.676000', '112701.679000', '112701.682000', '112701.684000', '112701.687000', '112701.689000', '112701.692000', '112701.695000', '112701.697000', '112701.700000', '112701.703000', '112701.705000', '112701.708000', '112701.711000', '112701.713000', '112701.716000', '112701.718000', '112701.721000', '112701.723000', '112701.726000', '112721.612000', '112721.615000', '112721.617000', '112721.620000', '112721.622000', '112721.625000', '112721.628000', '112721.630000', '112721.633000', '112721.635000', '112721.638000', '112721.641000', '112721.643000', '112721.646000', '112721.648000', '112721.651000', '112721.654000', '112721.656000', '112721.659000', '112721.661000', '112721.664000', '112721.667000', '112721.670000', '112721.672000', '112721.675000', '112721.677000', '112721.680000', '112721.682000', '112721.685000', '112721.688000', '112721.690000', '112721.693000', '112721.695000', '112721.698000', '112721.701000', '112721.703000', '112721.706000', '112721.708000', '112721.711000', '112721.713000', '112721.716000', '112721.719000', '112721.721000', '112741.612000', '112741.615000', '112741.617000', '112741.620000', '112741.623000', '112741.625000', '112741.628000', '112741.631000', '112741.633000', '112741.636000', '112741.638000', '112741.641000', '112741.643000', '112741.646000', '112741.649000', '112741.651000', '112741.654000', '112741.656000', '112741.675000', '112741.678000', '112741.681000', '112741.683000', '112741.686000', '112741.688000', '112741.691000', '112741.693000', '112741.696000', '112741.699000', '112741.701000', '112741.704000', '112741.706000', '112741.709000', '112741.712000', '112741.714000', '112741.717000', '112741.719000', '112741.722000', '112741.725000', '112741.727000', '112741.730000', '112741.732000', '112741.735000', '112741.738000', '112741.740000', '112752.541000', '112752.544000', '112752.547000', '112752.550000', '112752.552000', '112752.555000', '112752.558000', '112752.560000', '112752.563000', '112752.566000', '112752.569000', '112752.571000', '112752.574000', '112752.577000', '112752.580000', '112752.582000', '112752.585000', '112752.588000', '112752.591000', '112752.593000', '112752.596000', '112752.599000', '112752.602000', '112752.605000'], 'InstanceCreationTime': ['112121.639000', '112121.642000', '112121.644000', '112121.647000', '112121.650000', '112121.652000', '112121.655000', '112121.657000', '112121.660000', '112121.662000', '112121.665000', '112121.672000', '112121.674000', '112121.677000', '112121.680000', '112121.682000', '112121.685000', '112121.687000', '112121.690000', '112121.692000', '112121.695000', '112121.698000', '112141.611000', '112141.614000', '112141.617000', '112141.619000', '112141.628000', '112141.647000', '112141.649000', '112141.652000', '112141.654000', '112141.657000', '112141.659000', '112141.662000', '112141.664000', '112141.667000', '112141.669000', '112141.672000', '112141.675000', '112141.677000', '112141.680000', '112141.682000', '112141.685000', '112141.687000', '112141.690000', '112141.692000', '112141.695000', '112141.697000', '112141.700000', '112141.703000', '112141.705000', '112141.708000', '112141.710000', '112141.713000', '112141.715000', '112141.718000', '112141.720000', '112141.723000', '112141.728000', '112141.730000', '112141.733000', '112141.736000', '112141.738000', '112141.741000', '112141.743000', '112201.612000', '112201.614000', '112201.617000', '112201.619000', '112201.622000', '112201.625000', '112201.627000', '112201.630000', '112201.632000', '112201.635000', '112201.637000', '112201.640000', '112201.642000', '112201.645000', '112201.648000', '112201.650000', '112201.653000', '112201.655000', '112201.658000', '112201.660000', '112201.663000', '112201.666000', '112201.668000', '112201.671000', '112201.673000', '112201.676000', '112201.678000', '112201.681000', '112201.683000', '112201.686000', '112201.689000', '112201.691000', '112201.694000', '112201.696000', '112201.699000', '112201.701000', '112201.704000', '112201.706000', '112201.709000', '112201.711000', '112201.714000', '112201.717000', '112201.719000', '112201.722000', '112221.612000', '112221.614000', '112221.617000', '112221.620000', '112221.622000', '112221.625000', '112221.627000', '112221.630000', '112221.632000', '112221.635000', '112221.637000', '112221.640000', '112221.643000', '112221.645000', '112221.648000', '112221.650000', '112221.653000', '112221.656000', '112221.658000', '112221.661000', '112221.663000', '112221.666000', '112221.668000', '112221.671000', '112221.674000', '112221.676000', '112221.679000', '112221.681000', '112221.684000', '112221.686000', '112221.689000', '112221.692000', '112221.694000', '112221.697000', '112221.699000', '112221.702000', '112221.705000', '112221.707000', '112221.710000', '112221.712000', '112221.715000', '112221.717000', '112221.720000', '112241.611000', '112241.614000', '112241.617000', '112241.619000', '112241.622000', '112241.625000', '112241.627000', '112241.630000', '112241.633000', '112241.635000', '112241.638000', '112241.642000', '112241.644000', '112241.647000', '112241.650000', '112241.652000', '112241.655000', '112241.657000', '112241.660000', '112241.663000', '112241.665000', '112241.668000', '112241.670000', '112241.673000', '112241.676000', '112241.678000', '112241.681000', '112241.683000', '112241.686000', '112241.688000', '112241.691000', '112241.694000', '112241.696000', '112241.699000', '112241.701000', '112241.704000', '112241.707000', '112241.709000', '112241.712000', '112241.714000', '112241.717000', '112241.719000', '112241.722000', '112301.611000', '112301.614000', '112301.623000', '112301.625000', '112301.628000', '112301.631000', '112301.633000', '112301.636000', '112301.638000', '112301.641000', '112301.643000', '112301.646000', '112301.649000', '112301.651000', '112301.654000', '112301.656000', '112301.659000', '112301.662000', '112301.664000', '112301.667000', '112301.669000', '112301.672000', '112301.675000', '112301.677000', '112301.680000', '112301.682000', '112301.685000', '112301.688000', '112301.690000', '112301.693000', '112301.695000', '112301.698000', '112301.701000', '112301.703000', '112301.706000', '112301.708000', '112301.711000', '112301.713000', '112301.716000', '112301.719000', '112301.721000', '112301.724000', '112301.726000', '112301.729000', '112321.612000', '112321.625000', '112321.628000', '112321.630000', '112321.633000', '112321.635000', '112321.638000', '112321.641000', '112321.643000', '112321.646000', '112321.648000', '112321.651000', '112321.653000', '112321.656000', '112321.659000', '112321.661000', '112321.664000', '112321.666000', '112321.669000', '112321.672000', '112321.674000', '112321.677000', '112321.679000', '112321.682000', '112321.684000', '112321.687000', '112321.690000', '112321.692000', '112321.695000', '112321.697000', '112321.700000', '112321.703000', '112321.705000', '112321.708000', '112321.710000', '112321.713000', '112321.715000', '112321.718000', '112321.721000', '112321.723000', '112321.726000', '112321.728000', '112321.731000', '112341.611000', '112341.613000', '112341.616000', '112341.619000', '112341.621000', '112341.624000', '112341.626000', '112341.629000', '112341.631000', '112341.634000', '112341.637000', '112341.639000', '112341.642000', '112341.644000', '112341.647000', '112341.650000', '112341.652000', '112341.655000', '112341.657000', '112341.660000', '112341.662000', '112341.665000', '112341.668000', '112341.670000', '112341.673000', '112341.675000', '112341.678000', '112341.680000', '112341.683000', '112341.686000', '112341.688000', '112341.691000', '112341.693000', '112341.696000', '112341.698000', '112341.701000', '112341.703000', '112341.706000', '112341.709000', '112341.711000', '112341.714000', '112341.716000', '112341.719000', '112341.722000', '112401.612000', '112401.615000', '112401.617000', '112401.620000', '112401.622000', '112401.625000', '112401.628000', '112401.630000', '112401.633000', '112401.635000', '112401.638000', '112401.641000', '112401.643000', '112401.646000', '112401.648000', '112401.651000', '112401.654000', '112401.656000', '112401.659000', '112401.661000', '112401.664000', '112401.667000', '112401.669000', '112401.672000', '112401.674000', '112401.677000', '112401.680000', '112401.683000', '112401.686000', '112401.689000', '112401.691000', '112401.694000', '112401.697000', '112401.699000', '112401.702000', '112401.704000', '112401.707000', '112401.709000', '112401.712000', '112401.715000', '112401.717000', '112401.720000', '112401.722000', '112421.612000', '112421.615000', '112421.617000', '112421.620000', '112421.622000', '112421.625000', '112421.628000', '112421.630000', '112421.633000', '112421.635000', '112421.638000', '112421.640000', '112421.643000', '112421.646000', '112421.648000', '112421.651000', '112421.654000', '112421.656000', '112421.659000', '112421.661000', '112421.664000', '112421.667000', '112421.669000', '112421.672000', '112421.674000', '112421.677000', '112421.679000', '112421.682000', '112421.685000', '112421.687000', '112421.690000', '112421.692000', '112421.695000', '112421.698000', '112421.700000', '112421.703000', '112421.705000', '112421.708000', '112421.711000', '112421.713000', '112421.716000', '112421.718000', '112421.721000', '112421.724000', '112441.612000', '112441.614000', '112441.617000', '112441.620000', '112441.622000', '112441.625000', '112441.627000', '112441.630000', '112441.632000', '112441.635000', '112441.638000', '112441.640000', '112441.643000', '112441.645000', '112441.648000', '112441.651000', '112441.653000', '112441.656000', '112441.658000', '112441.661000', '112441.664000', '112441.666000', '112441.669000', '112441.671000', '112441.674000', '112441.677000', '112441.679000', '112441.682000', '112441.684000', '112441.687000', '112441.690000', '112441.692000', '112441.695000', '112441.697000', '112441.700000', '112441.703000', '112441.705000', '112441.708000', '112441.710000', '112441.713000', '112441.726000', '112441.729000', '112441.731000', '112501.612000', '112501.614000', '112501.617000', '112501.620000', '112501.622000', '112501.625000', '112501.627000', '112501.630000', '112501.632000', '112501.635000', '112501.638000', '112501.640000', '112501.643000', '112501.645000', '112501.648000', '112501.651000', '112501.653000', '112501.656000', '112501.658000', '112501.661000', '112501.663000', '112501.666000', '112501.669000', '112501.671000', '112501.674000', '112501.676000', '112501.679000', '112501.682000', '112501.684000', '112501.687000', '112501.690000', '112501.692000', '112501.695000', '112501.697000', '112501.700000', '112501.702000', '112501.705000', '112501.708000', '112501.710000', '112501.713000', '112501.715000', '112501.718000', '112501.721000', '112501.723000', '112521.612000', '112521.615000', '112521.617000', '112521.620000', '112521.622000', '112521.625000', '112521.628000', '112521.630000', '112521.633000', '112521.635000', '112521.638000', '112521.641000', '112521.643000', '112521.646000', '112521.648000', '112521.651000', '112521.654000', '112521.656000', '112521.659000', '112521.662000', '112521.664000', '112521.667000', '112521.669000', '112521.672000', '112521.675000', '112521.677000', '112521.680000', '112521.683000', '112521.685000', '112521.688000', '112521.690000', '112521.693000', '112521.696000', '112521.698000', '112521.701000', '112521.703000', '112521.706000', '112521.708000', '112521.711000', '112521.714000', '112521.717000', '112521.720000', '112521.722000', '112541.612000', '112541.615000', '112541.617000', '112541.620000', '112541.622000', '112541.625000', '112541.628000', '112541.630000', '112541.633000', '112541.635000', '112541.638000', '112541.641000', '112541.643000', '112541.646000', '112541.648000', '112541.651000', '112541.654000', '112541.656000', '112541.659000', '112541.661000', '112541.664000', '112541.666000', '112541.669000', '112541.672000', '112541.674000', '112541.677000', '112541.679000', '112541.682000', '112541.685000', '112541.687000', '112541.690000', '112541.692000', '112541.695000', '112541.698000', '112541.700000', '112541.703000', '112541.705000', '112541.708000', '112541.711000', '112541.713000', '112541.716000', '112541.719000', '112541.721000', '112541.724000', '112601.611000', '112601.613000', '112601.616000', '112601.619000', '112601.621000', '112601.624000', '112601.627000', '112601.629000', '112601.632000', '112601.635000', '112601.637000', '112601.640000', '112601.642000', '112601.645000', '112601.647000', '112601.650000', '112601.653000', '112601.655000', '112601.658000', '112601.660000', '112601.663000', '112601.666000', '112601.668000', '112601.671000', '112601.673000', '112601.676000', '112601.679000', '112601.681000', '112601.684000', '112601.686000', '112601.689000', '112601.692000', '112601.694000', '112601.697000', '112601.699000', '112601.702000', '112601.705000', '112601.707000', '112601.710000', '112601.713000', '112601.715000', '112601.718000', '112601.720000', '112621.612000', '112621.614000', '112621.617000', '112621.620000', '112621.622000', '112621.625000', '112621.627000', '112621.630000', '112621.645000', '112621.648000', '112621.650000', '112621.653000', '112621.655000', '112621.658000', '112621.661000', '112621.663000', '112621.666000', '112621.668000', '112621.671000', '112621.673000', '112621.676000', '112621.679000', '112621.681000', '112621.684000', '112621.686000', '112621.689000', '112621.692000', '112621.694000', '112621.697000', '112621.700000', '112621.702000', '112621.705000', '112621.707000', '112621.710000', '112621.713000', '112621.715000', '112621.718000', '112621.720000', '112621.723000', '112621.726000', '112621.728000', '112621.731000', '112621.733000', '112621.736000', '112641.612000', '112641.614000', '112641.617000', '112641.620000', '112641.622000', '112641.625000', '112641.628000', '112641.630000', '112641.633000', '112641.635000', '112641.638000', '112641.641000', '112641.643000', '112641.646000', '112641.648000', '112641.651000', '112641.654000', '112641.656000', '112641.659000', '112641.661000', '112641.664000', '112641.667000', '112641.669000', '112641.672000', '112641.674000', '112641.677000', '112641.680000', '112641.682000', '112641.685000', '112641.687000', '112641.690000', '112641.693000', '112641.695000', '112641.698000', '112641.700000', '112641.703000', '112641.706000', '112641.708000', '112641.711000', '112641.714000', '112641.716000', '112641.719000', '112641.721000', '112701.611000', '112701.614000', '112701.619000', '112701.621000', '112701.624000', '112701.627000', '112701.629000', '112701.632000', '112701.634000', '112701.637000', '112701.640000', '112701.643000', '112701.645000', '112701.648000', '112701.650000', '112701.653000', '112701.656000', '112701.658000', '112701.661000', '112701.663000', '112701.666000', '112701.669000', '112701.671000', '112701.674000', '112701.676000', '112701.679000', '112701.682000', '112701.684000', '112701.687000', '112701.689000', '112701.692000', '112701.695000', '112701.697000', '112701.700000', '112701.703000', '112701.705000', '112701.708000', '112701.711000', '112701.713000', '112701.716000', '112701.718000', '112701.721000', '112701.723000', '112701.726000', '112721.612000', '112721.615000', '112721.617000', '112721.620000', '112721.622000', '112721.625000', '112721.628000', '112721.630000', '112721.633000', '112721.635000', '112721.638000', '112721.641000', '112721.643000', '112721.646000', '112721.648000', '112721.651000', '112721.654000', '112721.656000', '112721.659000', '112721.661000', '112721.664000', '112721.667000', '112721.670000', '112721.672000', '112721.675000', '112721.677000', '112721.680000', '112721.682000', '112721.685000', '112721.688000', '112721.690000', '112721.693000', '112721.695000', '112721.698000', '112721.701000', '112721.703000', '112721.706000', '112721.708000', '112721.711000', '112721.713000', '112721.716000', '112721.719000', '112721.721000', '112741.612000', '112741.615000', '112741.617000', '112741.620000', '112741.623000', '112741.625000', '112741.628000', '112741.631000', '112741.633000', '112741.636000', '112741.638000', '112741.641000', '112741.643000', '112741.646000', '112741.649000', '112741.651000', '112741.654000', '112741.656000', '112741.675000', '112741.678000', '112741.681000', '112741.683000', '112741.686000', '112741.688000', '112741.691000', '112741.693000', '112741.696000', '112741.699000', '112741.701000', '112741.704000', '112741.706000', '112741.709000', '112741.712000', '112741.714000', '112741.717000', '112741.719000', '112741.722000', '112741.725000', '112741.727000', '112741.730000', '112741.732000', '112741.735000', '112741.738000', '112741.740000', '112752.541000', '112752.544000', '112752.547000', '112752.550000', '112752.552000', '112752.555000', '112752.558000', '112752.560000', '112752.563000', '112752.566000', '112752.569000', '112752.571000', '112752.574000', '112752.577000', '112752.580000', '112752.582000', '112752.585000', '112752.588000', '112752.591000', '112752.593000', '112752.596000', '112752.599000', '112752.602000', '112752.605000'], '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': [8074, 10705, 12584, 12254, 12809, 7803, 12932, 7950, 9566, 8088, 7627, 11076, 7922, 14106, 9528, 11314, 8050, 7665, 8095, 7724, 9954, 7507, 12786, 7816, 10168, 8304, 7746, 8040, 7581, 10591, 8037, 9964, 7850, 9383, 7662, 10108, 7886, 7642, 7592, 6820, 7262, 7773, 7407, 7683, 7349, 7680, 8141, 10767, 8125, 11017, 7503, 7718, 7273, 8150, 8187, 7960, 13790, 9029, 12801, 10324, 14017, 11282, 13952, 7953, 7512, 7910, 8090, 11916, 7649, 12764, 7934, 8886, 7860, 7845, 15075, 10350, 14249, 8112, 7927, 7673, 8035, 7716, 7360, 10485, 7177, 12533, 9300, 8792, 7264, 7058, 7661, 7257, 8666, 7222, 8976, 7183, 10857, 7347, 8372, 7047, 7027, 7643, 7233, 7486, 6871, 9468, 7242, 10513, 7138, 10455, 7430, 11583, 7569, 9494, 7779, 8649, 7445, 8899, 7013, 7184, 12707, 11330, 14572, 10604, 8336, 7065, 7586, 7314, 10876, 7739, 11274, 9437, 15438, 12261, 12198, 7119, 7175, 7556, 6938, 11064, 7209, 10207, 7142, 7507, 11374, 7101, 13231, 7347, 9629, 7136, 7024, 7596, 7210, 10266, 7156, 9434, 7649, 8809, 7203, 7369, 6987, 7379, 7928, 7187, 10799, 7593, 7689, 7223, 7717, 7998, 7014, 8844, 7110, 8634, 7311, 8073, 7154, 7059, 7366, 7387, 8844, 7673, 8033, 7353, 7272, 7563, 7314, 7063, 7633, 8739, 7365, 11020, 7799, 10221, 7941, 7512, 8566, 7250, 11842, 7910, 9733, 7265, 9959, 13023, 8739, 11915, 7498, 10441, 7751, 8133, 11587, 7472, 13165, 7723, 9466, 7209, 7093, 9675, 7520, 9724, 7390, 7795, 7379, 7666, 8604, 7270, 8816, 7408, 8269, 7438, 8443, 7133, 7331, 7820, 7178, 7053, 7306, 8396, 7233, 9900, 7170, 8361, 7420, 7979, 7490, 7318, 8437, 7227, 12874, 8485, 9388, 7611, 8931, 7335, 7546, 10398, 9431, 14566, 10160, 13755, 7784, 10837, 7924, 8146, 8636, 7477, 15371, 11469, 14256, 10741, 10091, 8636, 7788, 12120, 7993, 10692, 8321, 7864, 9260, 7760, 12208, 8001, 10982, 7945, 8362, 7833, 7870, 8398, 8209, 10715, 8220, 8933, 8086, 7549, 7980, 7620, 8500, 7754, 10152, 8081, 7850, 7702, 7632, 8314, 7646, 8316, 7579, 9237, 7574, 8129, 8194, 7659, 8394, 7504, 10197, 7566, 8577, 7582, 8725, 8114, 7741, 7746, 7739, 10395, 7778, 11056, 7967, 8257, 7814, 7632, 7745, 7782, 12046, 7626, 13891, 9939, 10403, 7936, 7262, 7547, 8295, 8035, 8046, 7905, 8928, 11718, 8090, 11662, 8024, 10213, 8092, 9905, 8109, 13168, 12463, 13672, 8308, 7301, 7468, 7157, 9097, 7243, 9111, 7527, 9699, 7236, 7072, 8174, 7299, 10435, 7647, 7828, 7354, 7490, 6790, 9328, 8618, 14606, 10429, 7856, 7318, 6800, 7633, 7106, 7787, 8201, 8337, 9700, 9547, 12236, 11364, 10432, 13730, 13122, 15658, 10808, 13615, 8517, 7684, 6982, 7590, 7395, 9271, 7540, 12724, 7937, 13273, 8997, 11439, 7182, 7833, 7514, 7355, 7182, 8197, 6868, 8230, 7154, 7288, 13478, 8908, 10047, 7471, 7419, 7576, 7142, 10993, 7279, 12299, 7203, 9530, 6826, 7402, 7757, 7060, 11556, 7628, 9117, 7510, 7837, 6747, 7715, 7926, 6955, 7318, 7317, 8196, 7393, 8351, 7658, 8308, 7532, 8185, 7493, 9051, 7618, 7562, 7236, 7322, 10598, 7378, 11253, 7560, 9001, 10284, 10441, 13533, 7392, 11653, 7775, 8367, 7579, 7785, 11511, 7832, 14988, 9127, 9825, 7285, 8156, 7683, 8882, 7327, 7156, 7894, 7028, 9118, 7760, 7755, 7112, 7141, 10470, 7350, 12779, 7898, 10932, 8406, 11510, 9684, 7362, 12255, 7461, 9337, 7435, 7735, 7401, 7402, 8964, 7639, 8371, 7563, 8413, 7362, 8103, 8718, 7386, 8559, 7609, 8651, 7503, 7520, 7249, 7062, 9523, 7225, 9124, 7583, 7992, 7285, 7240, 7280, 7044, 8986, 7041, 10109, 7503, 7505, 7499, 8549, 7481, 9494, 8674, 7133, 7242, 7180, 10890, 7193, 8894, 7440, 7478, 7570, 8764, 12998, 9206, 11148, 7518, 10345, 7520, 10196, 7742, 10520, 10949, 11069, 14965, 10711, 13186, 8002, 8988, 7575, 7477, 9743, 7455, 11656, 7965, 8367, 7467, 7070, 7946, 6968, 12325, 8057, 13096, 7768, 8835, 7454, 7433, 7848, 7334, 8889, 7308, 11208, 7398, 9019, 8063, 7774, 7487, 8367, 7601, 7532, 11303, 7271, 9697, 7672, 7336, 7845, 7264, 11549, 7416, 8767, 7343, 7253, 7671, 7935, 8847, 7304, 7082, 7368, 7230, 7658, 7065, 7593, 8013, 7645, 7605, 7450, 7374, 10864, 9113, 13510, 9376, 12446, 7727, 9914, 7610, 7458, 11524, 7449, 13881, 9444, 12536, 10950, 13696, 9896, 8768, 8666, 7129, 11046, 7876, 7822, 7878, 7132, 11617, 7377, 13537, 8336, 10031, 7183, 7237, 8718, 7030, 11500, 7165, 8265, 6902, 7254, 8255, 7229, 11952, 7273, 7458, 7533, 7753, 7673, 7994, 7987, 7184, 7574, 7074, 8890, 7264, 8324, 7402, 7865, 7559, 7034, 10309, 7378, 10260, 7892, 8089, 6828, 8393, 7491, 7272, 7286, 7395, 7226, 7666, 8929, 7185, 9471, 7211, 10046, 7795, 7590, 7674, 7265, 8204, 7445, 10141, 7755, 10106, 7881, 11163, 11374, 10642, 8088, 7701, 11643, 7765, 10215, 7477, 8148, 8515, 10123, 13034, 9789, 8150, 7427, 8917, 7501, 9936, 7714, 9068, 7970, 9014, 13680, 7731, 10323, 7442, 8819, 7564, 7860, 6984, 7031, 8739, 7171, 9158, 7241, 6655, 9247, 6724, 7290, 6731, 9429, 7406, 7468, 10512, 6786, 11662, 8481, 11746, 9560, 12165, 9215, 8771, 7311, 6856, 9086, 7390, 11724, 7456, 11944, 8073, 9596, 7395, 7134, 7159, 6972, 9657, 7491, 10125, 6993, 7799, 7377, 6805, 10172, 6781, 8806, 6780, 7380, 7340, 7705, 8772, 13423, 7882, 7904, 8024, 8127, 8307, 7701, 7987, 7748, 7652, 7438, 7232, 8420, 7348, 11439, 7544, 9717, 7842, 7078, 7853, 7321, 10022, 7491, 11576, 7476, 8914, 7604, 7716, 7328, 8016, 7548, 6985, 8834, 7060, 8300, 7457, 8058, 7309, 8232, 7231, 7370, 8200, 7266, 8782, 7190, 8515, 6928, 7470, 7409, 7115, 9006, 7338, 9607, 7624, 8547, 6846, 8875, 7086, 7269, 7392, 7568, 6932, 7234, 8923, 7436, 8688, 7530, 8787, 7579, 9830, 9089, 8611, 12758, 7444, 10623, 7335, 12544, 10292], 'WindowCenter': [4582.0, 4586.0, 4595.0, 4581.0, 4577.0, 4537.0, 4564.0, 4524.0, 4531.0, 4521.0, 4509.0, 4541.0, 4521.0, 4560.0, 4531.0, 4540.0, 4521.0, 4508.0, 4519.0, 4508.0, 4528.0, 4508.0, 4557.0, 4520.0, 4537.0, 4521.0, 4519.0, 4517.0, 4507.0, 4537.0, 4517.0, 4538.0, 4521.0, 4531.0, 4521.0, 4541.0, 4531.0, 4532.0, 4532.0, 4511.0, 4520.0, 4517.0, 4523.0, 4535.0, 4535.0, 4537.0, 4548.0, 4569.0, 4534.0, 4554.0, 4535.0, 4532.0, 4524.0, 4537.0, 4534.0, 4536.0, 4575.0, 4545.0, 4564.0, 4552.0, 4562.0, 4552.0, 4575.0, 4521.0, 4508.0, 4521.0, 4518.0, 4547.0, 4507.0, 4548.0, 4506.0, 4515.0, 4503.0, 4504.0, 4556.0, 4523.0, 4543.0, 4504.0, 4502.0, 4502.0, 4502.0, 4500.0, 4492.0, 4523.0, 4494.0, 4533.0, 4512.0, 4502.0, 4491.0, 4478.0, 4488.0, 4489.0, 4500.0, 4490.0, 4511.0, 4494.0, 4522.0, 4493.0, 4514.0, 4493.0, 4490.0, 4500.0, 4490.0, 4505.0, 4493.0, 4524.0, 4509.0, 4532.0, 4504.0, 4520.0, 4490.0, 4519.0, 4504.0, 4522.0, 4516.0, 4516.0, 4522.0, 4528.0, 4494.0, 4493.0, 4544.0, 4533.0, 4556.0, 4524.0, 4514.0, 4505.0, 4504.0, 4492.0, 4519.0, 4492.0, 4519.0, 4511.0, 4553.0, 4533.0, 4530.0, 4490.0, 4476.0, 4473.0, 4465.0, 4502.0, 4476.0, 4495.0, 4476.0, 4476.0, 4504.0, 4475.0, 4514.0, 4473.0, 4482.0, 4463.0, 4462.0, 4472.0, 4472.0, 4494.0, 4473.0, 4493.0, 4484.0, 4493.0, 4473.0, 4472.0, 4474.0, 4474.0, 4485.0, 4477.0, 4504.0, 4486.0, 4485.0, 4488.0, 4486.0, 4498.0, 4489.0, 4510.0, 4491.0, 4498.0, 4500.0, 4500.0, 4491.0, 4491.0, 4489.0, 4503.0, 4513.0, 4516.0, 4514.0, 4519.0, 4505.0, 4516.0, 4505.0, 4507.0, 4518.0, 4530.0, 4522.0, 4551.0, 4522.0, 4539.0, 4530.0, 4520.0, 4526.0, 4506.0, 4545.0, 4517.0, 4537.0, 4507.0, 4539.0, 4558.0, 4527.0, 4547.0, 4506.0, 4522.0, 4503.0, 4503.0, 4532.0, 4491.0, 4531.0, 4502.0, 4511.0, 4491.0, 4490.0, 4511.0, 4491.0, 4508.0, 4489.0, 4487.0, 4489.0, 4500.0, 4501.0, 4491.0, 4511.0, 4502.0, 4512.0, 4504.0, 4519.0, 4505.0, 4505.0, 4517.0, 4507.0, 4518.0, 4517.0, 4527.0, 4518.0, 4537.0, 4511.0, 4528.0, 4518.0, 4516.0, 4504.0, 4506.0, 4528.0, 4519.0, 4571.0, 4531.0, 4540.0, 4531.0, 4529.0, 4507.0, 4519.0, 4550.0, 4542.0, 4571.0, 4540.0, 4557.0, 4520.0, 4538.0, 4517.0, 4515.0, 4514.0, 4508.0, 4557.0, 4540.0, 4558.0, 4523.0, 4514.0, 4499.0, 4489.0, 4520.0, 4490.0, 4508.0, 4490.0, 4489.0, 4500.0, 4490.0, 4518.0, 4491.0, 4509.0, 4491.0, 4487.0, 4479.0, 4489.0, 4490.0, 4489.0, 4508.0, 4501.0, 4500.0, 4490.0, 4490.0, 4490.0, 4492.0, 4501.0, 4492.0, 4510.0, 4503.0, 4502.0, 4493.0, 4492.0, 4515.0, 4505.0, 4504.0, 4505.0, 4515.0, 4507.0, 4503.0, 4515.0, 4506.0, 4518.0, 4508.0, 4539.0, 4519.0, 4519.0, 4519.0, 4516.0, 4517.0, 4505.0, 4507.0, 4507.0, 4538.0, 4518.0, 4547.0, 4519.0, 4516.0, 4518.0, 4506.0, 4518.0, 4519.0, 4562.0, 4521.0, 4573.0, 4542.0, 4550.0, 4533.0, 4522.0, 4521.0, 4519.0, 4520.0, 4521.0, 4521.0, 4542.0, 4562.0, 4532.0, 4560.0, 4529.0, 4537.0, 4517.0, 4526.0, 4517.0, 4562.0, 4560.0, 4560.0, 4530.0, 4505.0, 4503.0, 4493.0, 4510.0, 4502.0, 4510.0, 4503.0, 4522.0, 4502.0, 4492.0, 4512.0, 4503.0, 4507.0, 4500.0, 4487.0, 4474.0, 4459.0, 4479.0, 4496.0, 4501.0, 4557.0, 4536.0, 4518.0, 4546.0, 4535.0, 4540.0, 4502.0, 4544.0, 4529.0, 4530.0, 4539.0, 4525.0, 4544.0, 4533.0, 4522.0, 4531.0, 4532.0, 4537.0, 4509.0, 4528.0, 4488.0, 4475.0, 4464.0, 4474.0, 4473.0, 4495.0, 4475.0, 4514.0, 4474.0, 4515.0, 4484.0, 4505.0, 4475.0, 4474.0, 4474.0, 4476.0, 4478.0, 4499.0, 4490.0, 4496.0, 4475.0, 4486.0, 4526.0, 4511.0, 4506.0, 4486.0, 4473.0, 4475.0, 4476.0, 4506.0, 4477.0, 4516.0, 4477.0, 4496.0, 4476.0, 4477.0, 4487.0, 4477.0, 4517.0, 4487.0, 4498.0, 4490.0, 4488.0, 4478.0, 4491.0, 4500.0, 4493.0, 4503.0, 4502.0, 4502.0, 4492.0, 4502.0, 4505.0, 4513.0, 4517.0, 4516.0, 4518.0, 4527.0, 4518.0, 4517.0, 4506.0, 4505.0, 4537.0, 4507.0, 4536.0, 4505.0, 4526.0, 4526.0, 4536.0, 4546.0, 4506.0, 4532.0, 4504.0, 4503.0, 4492.0, 4501.0, 4532.0, 4502.0, 4556.0, 4515.0, 4524.0, 4493.0, 4501.0, 4501.0, 4511.0, 4490.0, 4491.0, 4504.0, 4508.0, 4513.0, 4505.0, 4503.0, 4494.0, 4493.0, 4525.0, 4492.0, 4531.0, 4502.0, 4523.0, 4502.0, 4521.0, 4510.0, 4492.0, 4528.0, 4489.0, 4496.0, 4478.0, 4486.0, 4478.0, 4486.0, 4498.0, 4489.0, 4499.0, 4492.0, 4499.0, 4490.0, 4500.0, 4512.0, 4491.0, 4512.0, 4502.0, 4512.0, 4503.0, 4502.0, 4503.0, 4503.0, 4523.0, 4507.0, 4526.0, 4517.0, 4517.0, 4518.0, 4507.0, 4516.0, 4510.0, 4542.0, 4522.0, 4549.0, 4521.0, 4522.0, 4521.0, 4541.0, 4519.0, 4555.0, 4531.0, 4521.0, 4521.0, 4523.0, 4549.0, 4519.0, 4527.0, 4518.0, 4517.0, 4532.0, 4544.0, 4574.0, 4541.0, 4560.0, 4523.0, 4550.0, 4518.0, 4539.0, 4519.0, 4551.0, 4550.0, 4551.0, 4572.0, 4537.0, 4557.0, 4517.0, 4514.0, 4504.0, 4491.0, 4512.0, 4492.0, 4533.0, 4515.0, 4515.0, 4503.0, 4492.0, 4503.0, 4494.0, 4542.0, 4503.0, 4543.0, 4502.0, 4511.0, 4492.0, 4490.0, 4501.0, 4503.0, 4526.0, 4504.0, 4534.0, 4506.0, 4514.0, 4515.0, 4502.0, 4503.0, 4513.0, 4504.0, 4507.0, 4534.0, 4506.0, 4513.0, 4505.0, 4502.0, 4504.0, 4503.0, 4531.0, 4502.0, 4511.0, 4492.0, 4494.0, 4503.0, 4516.0, 4516.0, 4504.0, 4508.0, 4518.0, 4508.0, 4529.0, 4520.0, 4530.0, 4518.0, 4531.0, 4531.0, 4531.0, 4534.0, 4564.0, 4543.0, 4572.0, 4542.0, 4563.0, 4530.0, 4538.0, 4519.0, 4517.0, 4546.0, 4506.0, 4556.0, 4538.0, 4549.0, 4537.0, 4556.0, 4523.0, 4514.0, 4516.0, 4492.0, 4521.0, 4501.0, 4490.0, 4500.0, 4492.0, 4533.0, 4493.0, 4541.0, 4502.0, 4509.0, 4477.0, 4476.0, 4487.0, 4476.0, 4506.0, 4477.0, 4487.0, 4477.0, 4478.0, 4498.0, 4490.0, 4516.0, 4488.0, 4488.0, 4490.0, 4488.0, 4490.0, 4501.0, 4502.0, 4492.0, 4503.0, 4505.0, 4515.0, 4504.0, 4513.0, 4505.0, 4514.0, 4503.0, 4505.0, 4535.0, 4506.0, 4535.0, 4518.0, 4517.0, 4508.0, 4518.0, 4506.0, 4506.0, 4519.0, 4518.0, 4507.0, 4518.0, 4526.0, 4522.0, 4541.0, 4523.0, 4538.0, 4531.0, 4521.0, 4530.0, 4520.0, 4528.0, 4519.0, 4550.0, 4532.0, 4549.0, 4529.0, 4552.0, 4549.0, 4549.0, 4518.0, 4519.0, 4547.0, 4517.0, 4534.0, 4505.0, 4519.0, 4529.0, 4541.0, 4560.0, 4537.0, 4516.0, 4506.0, 4515.0, 4504.0, 4522.0, 4504.0, 4525.0, 4515.0, 4515.0, 4554.0, 4504.0, 4523.0, 4501.0, 4511.0, 4501.0, 4503.0, 4503.0, 4492.0, 4499.0, 4477.0, 4502.0, 4465.0, 4467.0, 4511.0, 4496.0, 4501.0, 4522.0, 4549.0, 4518.0, 4519.0, 4535.0, 4494.0, 4532.0, 4514.0, 4532.0, 4525.0, 4548.0, 4515.0, 4514.0, 4503.0, 4491.0, 4500.0, 4489.0, 4519.0, 4490.0, 4517.0, 4488.0, 4497.0, 4474.0, 4464.0, 4464.0, 4463.0, 4493.0, 4474.0, 4505.0, 4478.0, 4475.0, 4474.0, 4463.0, 4496.0, 4465.0, 4483.0, 4462.0, 4471.0, 4472.0, 4487.0, 4488.0, 4517.0, 4476.0, 4491.0, 4489.0, 4501.0, 4499.0, 4489.0, 4488.0, 4490.0, 4490.0, 4491.0, 4491.0, 4501.0, 4491.0, 4519.0, 4490.0, 4510.0, 4500.0, 4492.0, 4502.0, 4491.0, 4513.0, 4492.0, 4521.0, 4493.0, 4501.0, 4503.0, 4491.0, 4503.0, 4504.0, 4504.0, 4493.0, 4513.0, 4495.0, 4513.0, 4505.0, 4513.0, 4518.0, 4514.0, 4503.0, 4507.0, 4529.0, 4506.0, 4514.0, 4505.0, 4515.0, 4506.0, 4517.0, 4518.0, 4519.0, 4527.0, 4507.0, 4537.0, 4530.0, 4530.0, 4509.0, 4540.0, 4520.0, 4520.0, 4520.0, 4519.0, 4520.0, 4521.0, 4541.0, 4532.0, 4543.0, 4535.0, 4530.0, 4532.0, 4553.0, 4540.0, 4513.0, 4544.0, 4489.0, 4510.0, 4491.0, 4542.0, 4533.0], 'WindowWidth': [10069.0, 10064.0, 10070.0, 10044.0, 10031.0, 9978.0, 10010.0, 9954.0, 9961.0, 9947.0, 9930.0, 9972.0, 9944.0, 9998.0, 9959.0, 9971.0, 9947.0, 9925.0, 9941.0, 9926.0, 9953.0, 9928.0, 9993.0, 9945.0, 9966.0, 9948.0, 9942.0, 9938.0, 9926.0, 9964.0, 9938.0, 9967.0, 9950.0, 9960.0, 9949.0, 9975.0, 9965.0, 9967.0, 9969.0, 9937.0, 9945.0, 9937.0, 9957.0, 9972.0, 9976.0, 9979.0, 9995.0, 10024.0, 9973.0, 9999.0, 9975.0, 9969.0, 9960.0, 9978.0, 9972.0, 9973.0, 10027.0, 9985.0, 10011.0, 9993.0, 10005.0, 9989.0, 10025.0, 9949.0, 9926.0, 9946.0, 9940.0, 9977.0, 9925.0, 9979.0, 9920.0, 9930.0, 9913.0, 9915.0, 9987.0, 9940.0, 9968.0, 9914.0, 9910.0, 9910.0, 9908.0, 9906.0, 9898.0, 9940.0, 9902.0, 9952.0, 9923.0, 9910.0, 9893.0, 9873.0, 9885.0, 9887.0, 9904.0, 9891.0, 9921.0, 9903.0, 9937.0, 9899.0, 9929.0, 9899.0, 9893.0, 9907.0, 9892.0, 9917.0, 9901.0, 9944.0, 9928.0, 9952.0, 9917.0, 9933.0, 9893.0, 9930.0, 9919.0, 9941.0, 9938.0, 9937.0, 9957.0, 9955.0, 9903.0, 9903.0, 9972.0, 9953.0, 9988.0, 9943.0, 9932.0, 9923.0, 9916.0, 9896.0, 9930.0, 9896.0, 9929.0, 9920.0, 9980.0, 9953.0, 9946.0, 9892.0, 9866.0, 9859.0, 9848.0, 9896.0, 9865.0, 9889.0, 9863.0, 9864.0, 9902.0, 9863.0, 9912.0, 9857.0, 9867.0, 9843.0, 9840.0, 9854.0, 9856.0, 9886.0, 9859.0, 9886.0, 9876.0, 9885.0, 9860.0, 9856.0, 9860.0, 9861.0, 9878.0, 9869.0, 9902.0, 9881.0, 9877.0, 9884.0, 9881.0, 9900.0, 9891.0, 9919.0, 9894.0, 9902.0, 9907.0, 9906.0, 9897.0, 9896.0, 9892.0, 9914.0, 9928.0, 9939.0, 9931.0, 9943.0, 9921.0, 9941.0, 9923.0, 9927.0, 9944.0, 9963.0, 9955.0, 9991.0, 9955.0, 9973.0, 9965.0, 9948.0, 9952.0, 9924.0, 9973.0, 9941.0, 9967.0, 9926.0, 9972.0, 9996.0, 9954.0, 9980.0, 9923.0, 9939.0, 9912.0, 9912.0, 9951.0, 9896.0, 9950.0, 9910.0, 9921.0, 9895.0, 9893.0, 9921.0, 9892.0, 9915.0, 9890.0, 9886.0, 9891.0, 9906.0, 9909.0, 9894.0, 9922.0, 9912.0, 9925.0, 9919.0, 9943.0, 9921.0, 9921.0, 9942.0, 9927.0, 9946.0, 9941.0, 9955.0, 9943.0, 9969.0, 9935.0, 9956.0, 9944.0, 9937.0, 9919.0, 9923.0, 9959.0, 9947.0, 10021.0, 9964.0, 9979.0, 9968.0, 9959.0, 9928.0, 9946.0, 9991.0, 9982.0, 10021.0, 9974.0, 9997.0, 9950.0, 9969.0, 9940.0, 9935.0, 9931.0, 9927.0, 9991.0, 9968.0, 9992.0, 9936.0, 9922.0, 9900.0, 9885.0, 9927.0, 9887.0, 9908.0, 9888.0, 9885.0, 9902.0, 9887.0, 9926.0, 9890.0, 9913.0, 9891.0, 9882.0, 9873.0, 9886.0, 9887.0, 9883.0, 9909.0, 9904.0, 9901.0, 9890.0, 9888.0, 9890.0, 9893.0, 9904.0, 9894.0, 9916.0, 9911.0, 9907.0, 9898.0, 9897.0, 9931.0, 9917.0, 9915.0, 9917.0, 9931.0, 9921.0, 9912.0, 9932.0, 9920.0, 9937.0, 9926.0, 9969.0, 9941.0, 9943.0, 9944.0, 9937.0, 9938.0, 9920.0, 9924.0, 9925.0, 9969.0, 9941.0, 9978.0, 9944.0, 9936.0, 9940.0, 9922.0, 9941.0, 9945.0, 10006.0, 9951.0, 10023.0, 9978.0, 9989.0, 9971.0, 9954.0, 9951.0, 9944.0, 9946.0, 9949.0, 9950.0, 9981.0, 10007.0, 9968.0, 10004.0, 9960.0, 9966.0, 9940.0, 9950.0, 9940.0, 10006.0, 10001.0, 9998.0, 9961.0, 9920.0, 9913.0, 9901.0, 9921.0, 9913.0, 9920.0, 9914.0, 9940.0, 9913.0, 9900.0, 9927.0, 9915.0, 9910.0, 9909.0, 9884.0, 9864.0, 9832.0, 9873.0, 9893.0, 9904.0, 9991.0, 9963.0, 9942.0, 10000.0, 9984.0, 9983.0, 9916.0, 9994.0, 9963.0, 9965.0, 9970.0, 9947.0, 9974.0, 9956.0, 9936.0, 9949.0, 9949.0, 9953.0, 9912.0, 9937.0, 9880.0, 9860.0, 9847.0, 9860.0, 9859.0, 9888.0, 9860.0, 9912.0, 9860.0, 9915.0, 9873.0, 9902.0, 9863.0, 9862.0, 9862.0, 9868.0, 9873.0, 9903.0, 9894.0, 9895.0, 9865.0, 9881.0, 9933.0, 9919.0, 9906.0, 9880.0, 9860.0, 9862.0, 9864.0, 9907.0, 9868.0, 9919.0, 9870.0, 9891.0, 9867.0, 9868.0, 9881.0, 9870.0, 9923.0, 9883.0, 9899.0, 9892.0, 9886.0, 9871.0, 9893.0, 9905.0, 9901.0, 9914.0, 9912.0, 9912.0, 9899.0, 9911.0, 9919.0, 9929.0, 9939.0, 9936.0, 9943.0, 9953.0, 9945.0, 9940.0, 9923.0, 9922.0, 9965.0, 9925.0, 9963.0, 9921.0, 9949.0, 9948.0, 9961.0, 9976.0, 9921.0, 9951.0, 9917.0, 9911.0, 9895.0, 9909.0, 9952.0, 9911.0, 9989.0, 9930.0, 9941.0, 9900.0, 9908.0, 9908.0, 9922.0, 9892.0, 9895.0, 9916.0, 9926.0, 9929.0, 9920.0, 9913.0, 9902.0, 9898.0, 9941.0, 9896.0, 9948.0, 9910.0, 9939.0, 9909.0, 9934.0, 9919.0, 9896.0, 9941.0, 9887.0, 9894.0, 9870.0, 9879.0, 9871.0, 9882.0, 9899.0, 9889.0, 9901.0, 9895.0, 9903.0, 9893.0, 9906.0, 9923.0, 9895.0, 9924.0, 9912.0, 9924.0, 9914.0, 9912.0, 9916.0, 9917.0, 9943.0, 9924.0, 9949.0, 9939.0, 9939.0, 9943.0, 9926.0, 9938.0, 9934.0, 9980.0, 9951.0, 9987.0, 9952.0, 9954.0, 9952.0, 9980.0, 9948.0, 10000.0, 9964.0, 9953.0, 9954.0, 9957.0, 9988.0, 9947.0, 9954.0, 9945.0, 9944.0, 9966.0, 9987.0, 10027.0, 9979.0, 10006.0, 9956.0, 9992.0, 9946.0, 9972.0, 9946.0, 9991.0, 9988.0, 9992.0, 10021.0, 9968.0, 9995.0, 9940.0, 9931.0, 9916.0, 9896.0, 9924.0, 9899.0, 9955.0, 9933.0, 9931.0, 9916.0, 9899.0, 9914.0, 9902.0, 9969.0, 9914.0, 9967.0, 9911.0, 9921.0, 9898.0, 9894.0, 9910.0, 9915.0, 9949.0, 9919.0, 9959.0, 9925.0, 9931.0, 9933.0, 9911.0, 9915.0, 9928.0, 9918.0, 9923.0, 9960.0, 9922.0, 9928.0, 9918.0, 9913.0, 9915.0, 9915.0, 9950.0, 9912.0, 9923.0, 9898.0, 9901.0, 9914.0, 9934.0, 9934.0, 9918.0, 9929.0, 9944.0, 9930.0, 9962.0, 9952.0, 9967.0, 9945.0, 9968.0, 9968.0, 9968.0, 9977.0, 10015.0, 9984.0, 10023.0, 9980.0, 10009.0, 9963.0, 9970.0, 9946.0, 9941.0, 9978.0, 9925.0, 9992.0, 9971.0, 9985.0, 9965.0, 9989.0, 9940.0, 9928.0, 9932.0, 9900.0, 9934.0, 9906.0, 9889.0, 9904.0, 9897.0, 9955.0, 9900.0, 9963.0, 9910.0, 9914.0, 9869.0, 9865.0, 9881.0, 9865.0, 9905.0, 9870.0, 9881.0, 9869.0, 9870.0, 9899.0, 9889.0, 9921.0, 9884.0, 9886.0, 9892.0, 9886.0, 9892.0, 9906.0, 9911.0, 9898.0, 9916.0, 9918.0, 9932.0, 9918.0, 9928.0, 9920.0, 9930.0, 9916.0, 9920.0, 9959.0, 9924.0, 9959.0, 9940.0, 9938.0, 9927.0, 9942.0, 9921.0, 9924.0, 9944.0, 9943.0, 9927.0, 9942.0, 9953.0, 9955.0, 9977.0, 9955.0, 9971.0, 9965.0, 9952.0, 9965.0, 9951.0, 9958.0, 9947.0, 9990.0, 9968.0, 9989.0, 9962.0, 9996.0, 9985.0, 9986.0, 9944.0, 9946.0, 9980.0, 9939.0, 9960.0, 9921.0, 9943.0, 9956.0, 9975.0, 10000.0, 9966.0, 9937.0, 9923.0, 9934.0, 9917.0, 9939.0, 9916.0, 9946.0, 9934.0, 9934.0, 9986.0, 9917.0, 9942.0, 9910.0, 9921.0, 9909.0, 9912.0, 9915.0, 9899.0, 9903.0, 9865.0, 9906.0, 9844.0, 9851.0, 9919.0, 9908.0, 9914.0, 9960.0, 9991.0, 9949.0, 9947.0, 9963.0, 9903.0, 9952.0, 9931.0, 9952.0, 9945.0, 9981.0, 9930.0, 9929.0, 9913.0, 9895.0, 9905.0, 9888.0, 9927.0, 9888.0, 9923.0, 9883.0, 9892.0, 9858.0, 9845.0, 9846.0, 9843.0, 9884.0, 9861.0, 9903.0, 9869.0, 9861.0, 9861.0, 9844.0, 9890.0, 9849.0, 9870.0, 9844.0, 9852.0, 9855.0, 9880.0, 9878.0, 9919.0, 9863.0, 9885.0, 9883.0, 9906.0, 9901.0, 9886.0, 9883.0, 9889.0, 9888.0, 9893.0, 9890.0, 9904.0, 9890.0, 9929.0, 9892.0, 9915.0, 9904.0, 9893.0, 9907.0, 9891.0, 9924.0, 9894.0, 9932.0, 9896.0, 9904.0, 9912.0, 9893.0, 9913.0, 9914.0, 9918.0, 9902.0, 9928.0, 9903.0, 9928.0, 9920.0, 9930.0, 9943.0, 9932.0, 9917.0, 9924.0, 9957.0, 9923.0, 9932.0, 9922.0, 9933.0, 9924.0, 9939.0, 9943.0, 9945.0, 9955.0, 9927.0, 9966.0, 9963.0, 9959.0, 9933.0, 9974.0, 9950.0, 9949.0, 9951.0, 9947.0, 9949.0, 9953.0, 9980.0, 9970.0, 9983.0, 9976.0, 9965.0, 9970.0, 9999.0, 9978.0, 9928.0, 9968.0, 9886.0, 9915.0, 9892.0, 9965.0, 9956.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.007803179723502304</td></tr>
<tr><td colspan=3>aqi</td><td>0.03706888502304148</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.07747597356403</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2097993754440608</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1119251958477514</td></tr>
<tr><td colspan=3>efc</td><td>0.5103</td></tr>
<tr><td colspan=3>fber</td><td>6455.0015</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17947993908353413</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>156</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.972350230414747</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4850822700774806</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.366292579946825</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.675935754382538</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.413018475903079</td></tr>
<tr><td colspan=3>gcor</td><td>0.0172345</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.018971558660268784</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04725280776619911</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.70342388257829</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>22.4721</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.2448</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>219.717</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289850.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>1070.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>448.1863</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6144</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>483.7504</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3711.7517</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3859.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86694.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1840.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4683.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>820.4614</td></tr>
<tr><td colspan=3>tsnr</td><td>33.61938130715862</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>