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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:31:9.440000</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.997759, 0.0457585, 0.0488213, -0.0507189, 0.993099, 0.105743]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.102029</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7751, -7251, 456, -83, -164, -29, 7]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 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>251.813</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f6e20ce7-2cc2-46f2-947f-fcef96e2e94a||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.6769139766693115, -0.1360749751329422, 0.11784358322620392, 116.6454086303711], [-0.12276657670736313, 2.664412498474121, 0.29155126214027405, -92.31764221191406], [0.13098397850990295, -0.2837001383304596, 2.6816246509552, -50.06892395019531], [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': ['123109.440000', '123109.900000', '123110.360000', '123110.820000', '123111.280000', '123111.740000', '123112.200000', '123112.660000', '123113.120000', '123113.580000', '123114.040000', '123114.500000', '123114.960000', '123115.420000', '123115.880000', '123116.340000', '123116.800000', '123117.260000', '123117.720000', '123118.180000', '123118.640000', '123119.100000', '123119.560000', '123120.020000', '123120.480000', '123120.940000', '123121.400000', '123121.860000', '123122.320000', '123122.780000', '123123.240000', '123123.700000', '123124.160000', '123124.620000', '123125.080000', '123125.540000', '123126.000000', '123126.460000', '123126.920000', '123127.380000', '123127.840000', '123128.300000', '123128.760000', '123129.220000', '123129.680000', '123130.140000', '123130.600000', '123131.060000', '123131.520000', '123131.980000', '123132.440000', '123132.900000', '123133.360000', '123133.820000', '123134.280000', '123134.740000', '123135.200000', '123135.660000', '123136.120000', '123136.580000', '123137.040000', '123137.500000', '123137.960000', '123138.420000', '123138.880000', '123139.340000', '123139.800000', '123140.260000', '123140.720000', '123141.180000', '123141.640000', '123142.100000', '123142.560000', '123143.020000', '123143.480000', '123143.940000', '123144.400000', '123144.860000', '123145.320000', '123145.780000', '123146.240000', '123146.700000', '123147.160000', '123147.620000', '123148.080000', '123148.540000', '123149.000000', '123149.460000', '123149.920000', '123150.380000', '123150.840000', '123151.300000', '123151.760000', '123152.220000', '123152.680000', '123153.140000', '123153.600000', '123154.060000', '123154.520000', '123154.980000', '123155.440000', '123155.900000', '123156.360000', '123156.820000', '123157.280000', '123157.740000', '123158.200000', '123158.660000', '123159.120000', '123159.580000', '123200.040000', '123200.500000', '123200.960000', '123201.420000', '123201.880000', '123202.340000', '123202.800000', '123203.260000', '123203.720000', '123204.180000', '123204.640000', '123205.100000', '123205.560000', '123206.020000', '123206.480000', '123206.940000', '123207.400000', '123207.860000', '123208.320000', '123208.780000', '123209.240000', '123209.700000', '123210.160000', '123210.620000', '123211.080000', '123211.540000', '123212.000000', '123212.460000', '123212.920000', '123213.380000', '123213.840000', '123214.300000', '123214.760000', '123215.220000', '123215.680000', '123216.140000', '123216.600000', '123217.060000', '123217.520000', '123217.980000', '123218.440000', '123218.900000', '123219.360000', '123219.820000', '123220.280000', '123220.740000', '123221.200000', '123221.660000', '123222.120000', '123222.580000', '123223.040000', '123223.500000', '123223.960000', '123224.420000', '123224.880000', '123225.340000', '123225.800000', '123226.260000', '123226.720000', '123227.180000', '123227.640000', '123228.100000', '123228.560000', '123229.020000', '123229.480000', '123229.940000', '123230.400000', '123230.860000', '123231.320000', '123231.780000', '123232.240000', '123232.700000', '123233.160000', '123233.620000', '123234.080000', '123234.540000', '123235.000000', '123235.460000', '123235.920000', '123236.380000', '123236.840000', '123237.300000', '123237.760000', '123238.220000', '123238.680000', '123239.140000', '123239.600000', '123240.060000', '123240.520000', '123240.980000', '123241.440000', '123241.900000', '123242.360000', '123242.820000', '123243.280000', '123243.740000', '123244.200000', '123244.660000', '123245.120000', '123245.580000', '123246.040000', '123246.500000', '123246.960000', '123247.420000', '123247.880000', '123248.340000', '123248.800000', '123249.260000', '123249.720000', '123250.180000', '123250.640000', '123251.100000', '123251.560000', '123252.020000', '123252.480000', '123252.940000', '123253.400000', '123253.860000', '123254.320000', '123254.780000', '123255.240000', '123255.700000', '123256.160000', '123256.620000', '123257.080000', '123257.540000', '123258.000000', '123258.460000', '123258.920000', '123259.380000', '123259.840000', '123300.300000', '123300.760000', '123301.220000', '123301.680000', '123302.140000', '123302.600000', '123303.060000', '123303.520000', '123303.980000', '123304.440000', '123304.900000', '123305.360000', '123305.820000', '123306.280000', '123306.740000', '123307.200000', '123307.660000', '123308.120000', '123308.580000', '123309.040000', '123309.500000', '123309.960000', '123310.420000', '123310.880000', '123311.340000', '123311.800000', '123312.260000', '123312.720000', '123313.180000', '123313.640000', '123314.100000', '123314.560000', '123315.020000', '123315.480000', '123315.940000', '123316.400000', '123316.860000', '123317.320000', '123317.780000', '123318.240000', '123318.700000', '123319.160000', '123319.620000', '123320.080000', '123320.540000', '123321.000000', '123321.460000', '123321.920000', '123322.380000', '123322.840000', '123323.300000', '123323.760000', '123324.220000', '123324.680000', '123325.140000', '123325.600000', '123326.060000', '123326.520000', '123326.980000', '123327.440000', '123327.900000', '123328.360000', '123328.820000', '123329.280000', '123329.740000', '123330.200000', '123330.660000', '123331.120000', '123331.580000', '123332.040000', '123332.500000', '123332.960000', '123333.420000', '123333.880000', '123334.340000', '123334.800000', '123335.260000', '123335.720000', '123336.180000', '123336.640000', '123337.100000', '123337.560000', '123338.020000', '123338.480000', '123338.940000', '123339.400000', '123339.860000', '123340.320000', '123340.780000', '123341.240000', '123341.700000', '123342.160000', '123342.620000', '123343.080000', '123343.540000', '123344.000000', '123344.460000', '123344.920000', '123345.380000', '123345.840000', '123346.300000', '123346.760000', '123347.220000', '123347.680000', '123348.140000', '123348.600000', '123349.060000', '123349.520000', '123349.980000', '123350.440000', '123350.900000', '123351.360000', '123351.820000', '123352.280000', '123352.740000', '123353.200000', '123353.660000', '123354.120000', '123354.580000', '123355.040000', '123355.500000', '123355.960000', '123356.420000', '123356.880000', '123357.340000', '123357.800000', '123358.260000', '123358.720000', '123359.180000', '123359.640000', '123400.100000', '123400.560000', '123401.020000', '123401.480000', '123401.940000', '123402.400000', '123402.860000', '123403.320000', '123403.780000', '123404.240000', '123404.700000', '123405.160000', '123405.620000', '123406.080000', '123406.540000', '123407.000000', '123407.460000', '123407.920000', '123408.380000', '123408.840000', '123409.300000', '123409.760000', '123410.220000', '123410.680000', '123411.140000', '123411.600000', '123412.060000', '123412.520000', '123412.980000', '123413.440000', '123413.900000', '123414.360000', '123414.820000', '123415.280000', '123415.740000', '123416.200000', '123416.660000', '123417.120000', '123417.580000', '123418.040000', '123418.500000', '123418.960000', '123419.420000', '123419.880000', '123420.340000', '123420.800000', '123421.260000', '123421.720000', '123422.180000', '123422.640000', '123423.100000', '123423.560000', '123424.020000', '123424.480000', '123424.940000', '123425.400000', '123425.860000', '123426.320000', '123426.780000', '123427.240000', '123427.700000', '123428.160000', '123428.620000', '123429.080000', '123429.540000', '123430.000000', '123430.460000', '123430.920000', '123431.380000', '123431.840000', '123432.300000', '123432.760000', '123433.220000', '123433.680000', '123434.140000', '123434.600000', '123435.060000', '123435.520000', '123435.980000', '123436.440000', '123436.900000', '123437.360000', '123437.820000', '123438.280000', '123438.740000', '123439.200000', '123439.660000', '123440.120000', '123440.580000', '123441.040000', '123441.500000', '123441.960000', '123442.420000', '123442.880000', '123443.340000', '123443.800000', '123444.260000', '123444.720000', '123445.180000', '123445.640000', '123446.100000', '123446.560000', '123447.020000', '123447.480000', '123447.940000', '123448.400000', '123448.860000', '123449.320000', '123449.780000', '123450.240000', '123450.700000', '123451.160000', '123451.620000', '123452.080000', '123452.540000', '123453.000000', '123453.460000', '123453.920000', '123454.380000', '123454.840000', '123455.300000', '123455.760000', '123456.220000', '123456.680000', '123457.140000', '123457.600000', '123458.060000', '123458.520000', '123458.980000', '123459.440000', '123459.900000', '123500.360000', '123500.820000', '123501.280000', '123501.740000', '123502.200000', '123502.660000', '123503.120000', '123503.580000', '123504.040000', '123504.500000', '123504.960000', '123505.420000', '123505.880000', '123506.340000', '123506.800000', '123507.260000', '123507.720000', '123508.180000', '123508.640000', '123509.100000', '123509.560000', '123510.020000', '123510.480000', '123510.940000', '123511.400000', '123511.860000', '123512.320000', '123512.780000', '123513.240000', '123513.700000', '123514.160000', '123514.620000', '123515.080000', '123515.540000', '123516.000000', '123516.460000', '123516.920000', '123517.380000', '123517.840000', '123518.300000', '123518.760000', '123519.220000', '123519.680000', '123520.140000', '123520.600000', '123521.060000', '123521.520000', '123521.980000', '123522.440000', '123522.900000', '123523.360000', '123523.820000', '123524.280000', '123524.740000', '123525.200000', '123525.660000', '123526.120000', '123526.580000', '123527.040000', '123527.500000', '123527.960000', '123528.420000', '123528.880000', '123529.340000', '123529.800000', '123530.260000', '123530.720000', '123531.180000', '123531.640000', '123532.100000', '123532.560000', '123533.020000', '123533.480000', '123533.940000', '123534.400000', '123534.860000', '123535.320000', '123535.780000', '123536.240000', '123536.700000', '123537.160000', '123537.620000', '123538.080000', '123538.540000', '123539.000000', '123539.460000', '123539.920000', '123540.380000', '123540.840000', '123541.300000', '123541.760000', '123542.220000', '123542.680000', '123543.140000', '123543.600000', '123544.060000', '123544.520000', '123544.980000', '123545.440000', '123545.900000', '123546.360000', '123546.820000', '123547.280000', '123547.740000', '123548.200000', '123548.660000', '123549.120000', '123549.580000', '123550.040000', '123550.500000', '123550.960000', '123551.420000', '123551.880000', '123552.340000', '123552.800000', '123553.260000', '123553.720000', '123554.180000', '123554.640000', '123555.100000', '123555.560000', '123556.020000', '123556.480000', '123556.940000', '123557.400000', '123557.860000', '123558.320000', '123558.780000', '123559.240000', '123559.700000', '123600.160000', '123600.620000', '123601.080000', '123601.540000', '123602.000000', '123602.460000', '123602.920000', '123603.380000', '123603.840000', '123604.300000', '123604.760000', '123605.220000', '123605.680000', '123606.140000', '123606.600000', '123607.060000', '123607.520000', '123607.980000', '123608.440000', '123608.900000', '123609.360000', '123609.820000', '123610.280000', '123610.740000', '123611.200000', '123611.660000', '123612.120000', '123612.580000', '123613.040000', '123613.500000', '123613.960000', '123614.420000', '123614.880000', '123615.340000', '123615.800000', '123616.260000', '123616.720000', '123617.180000', '123617.640000', '123618.100000', '123618.560000', '123619.020000', '123619.480000', '123619.940000', '123620.400000', '123620.860000', '123621.320000', '123621.780000', '123622.240000', '123622.700000', '123623.160000', '123623.620000', '123624.080000', '123624.540000', '123625.000000', '123625.460000', '123625.920000', '123626.380000', '123626.840000', '123627.300000', '123627.760000', '123628.220000', '123628.680000', '123629.140000', '123629.600000', '123630.060000', '123630.520000', '123630.980000', '123631.440000', '123631.900000', '123632.360000', '123632.820000', '123633.280000', '123633.740000', '123634.200000', '123634.660000', '123635.120000', '123635.580000', '123636.040000', '123636.500000', '123636.960000', '123637.420000', '123637.880000', '123638.340000', '123638.800000', '123639.260000', '123639.720000', '123640.180000', '123640.640000', '123641.100000', '123641.560000', '123642.020000', '123642.480000', '123642.940000', '123643.400000', '123643.860000', '123644.320000', '123644.780000', '123645.240000', '123645.700000', '123646.160000', '123646.620000', '123647.080000', '123647.540000', '123648.000000', '123648.460000', '123648.920000', '123649.380000', '123649.840000', '123650.300000', '123650.760000', '123651.220000', '123651.680000', '123652.140000', '123652.600000', '123653.060000', '123653.520000', '123653.980000', '123654.440000', '123654.900000', '123655.360000', '123655.820000', '123656.280000', '123656.740000', '123657.200000', '123657.660000', '123658.120000', '123658.580000', '123659.040000', '123659.500000', '123659.960000', '123700.420000', '123700.880000', '123701.340000', '123701.800000', '123702.260000', '123702.720000', '123703.180000', '123703.640000', '123704.100000', '123704.560000', '123705.020000', '123705.480000', '123705.940000', '123706.400000', '123706.860000', '123707.320000', '123707.780000', '123708.240000', '123708.700000', '123709.160000', '123709.620000', '123710.080000', '123710.540000', '123711.000000', '123711.460000', '123711.920000', '123712.380000', '123712.840000', '123713.300000', '123713.760000', '123714.220000', '123714.680000', '123715.140000', '123715.600000', '123716.060000', '123716.520000', '123716.980000', '123717.440000', '123717.900000', '123718.360000', '123718.820000', '123719.280000', '123719.740000', '123720.200000', '123720.660000', '123721.120000', '123721.580000', '123722.040000', '123722.500000', '123722.960000', '123723.420000', '123723.880000', '123724.340000', '123724.800000', '123725.260000', '123725.720000', '123726.180000', '123726.640000', '123727.100000', '123727.560000', '123728.020000', '123728.480000', '123728.940000', '123729.400000', '123729.860000', '123730.320000', '123730.780000', '123731.240000', '123731.700000', '123732.160000', '123732.620000', '123733.080000', '123733.540000', '123734.000000', '123734.460000', '123734.920000', '123735.380000', '123735.840000', '123736.300000', '123736.760000', '123737.220000', '123737.680000', '123738.140000', '123738.600000', '123739.060000', '123739.520000', '123739.980000', '123740.440000', '123740.900000', '123741.360000', '123741.820000', '123742.280000', '123742.740000', '123743.200000', '123743.660000', '123744.120000', '123744.580000', '123745.040000', '123745.500000', '123745.960000', '123746.420000', '123746.880000', '123747.340000', '123747.800000', '123748.260000', '123748.720000', '123749.180000', '123749.640000', '123750.100000'], 'ContentTime': ['123133.859000', '123133.863000', '123133.866000', '123133.868000', '123133.871000', '123133.873000', '123133.876000', '123133.879000', '123133.881000', '123133.884000', '123133.886000', '123133.889000', '123133.891000', '123133.894000', '123133.896000', '123133.899000', '123133.902000', '123133.904000', '123133.907000', '123133.909000', '123133.912000', '123133.914000', '123133.917000', '123133.919000', '123133.922000', '123133.925000', '123133.927000', '123133.930000', '123133.933000', '123133.935000', '123133.938000', '123133.940000', '123133.943000', '123133.948000', '123133.951000', '123133.953000', '123133.956000', '123133.958000', '123133.961000', '123133.963000', '123133.966000', '123133.968000', '123133.971000', '123133.974000', '123133.976000', '123133.979000', '123133.981000', '123133.984000', '123133.986000', '123133.989000', '123133.992000', '123153.827000', '123153.830000', '123153.833000', '123153.835000', '123153.838000', '123153.840000', '123153.843000', '123153.845000', '123153.848000', '123153.851000', '123153.853000', '123153.856000', '123153.858000', '123153.861000', '123153.863000', '123153.866000', '123153.869000', '123153.871000', '123153.874000', '123153.876000', '123153.880000', '123153.883000', '123153.885000', '123153.888000', '123153.890000', '123153.893000', '123153.895000', '123153.898000', '123153.901000', '123153.903000', '123153.906000', '123153.908000', '123153.911000', '123153.913000', '123153.916000', '123153.918000', '123153.921000', '123153.923000', '123153.926000', '123153.928000', '123153.931000', '123153.934000', '123153.936000', '123153.939000', '123213.827000', '123213.829000', '123213.832000', '123213.835000', '123213.837000', '123213.840000', '123213.842000', '123213.845000', '123213.847000', '123213.850000', '123213.852000', '123213.855000', '123213.858000', '123213.860000', '123213.863000', '123213.865000', '123213.868000', '123213.870000', '123213.873000', '123213.876000', '123213.878000', '123213.881000', '123213.883000', '123213.886000', '123213.888000', '123213.891000', '123213.894000', '123213.896000', '123213.907000', '123213.910000', '123213.912000', '123213.927000', '123213.929000', '123213.932000', '123213.935000', '123213.937000', '123213.940000', '123213.942000', '123213.945000', '123213.948000', '123213.950000', '123213.953000', '123213.955000', '123233.828000', '123233.831000', '123233.834000', '123233.837000', '123233.839000', '123233.842000', '123233.844000', '123233.847000', '123233.850000', '123233.852000', '123233.855000', '123233.857000', '123233.860000', '123233.868000', '123233.870000', '123233.873000', '123233.876000', '123233.878000', '123233.881000', '123233.884000', '123233.886000', '123233.889000', '123233.891000', '123233.894000', '123233.897000', '123233.899000', '123233.902000', '123233.904000', '123233.907000', '123233.909000', '123233.912000', '123233.915000', '123233.917000', '123233.920000', '123233.922000', '123233.925000', '123233.927000', '123233.930000', '123233.932000', '123233.935000', '123233.938000', '123233.940000', '123233.943000', '123233.945000', '123253.828000', '123253.830000', '123253.833000', '123253.835000', '123253.838000', '123253.841000', '123253.843000', '123253.846000', '123253.848000', '123253.851000', '123253.853000', '123253.856000', '123253.858000', '123253.861000', '123253.864000', '123253.866000', '123253.869000', '123253.871000', '123253.874000', '123253.877000', '123253.879000', '123253.882000', '123253.884000', '123253.887000', '123253.889000', '123253.892000', '123253.895000', '123253.902000', '123253.904000', '123253.907000', '123253.909000', '123253.912000', '123253.915000', '123253.917000', '123253.920000', '123253.922000', '123253.925000', '123253.927000', '123253.930000', '123253.932000', '123253.935000', '123253.938000', '123253.940000', '123313.828000', '123313.830000', '123313.833000', '123313.835000', '123313.838000', '123313.841000', '123313.843000', '123313.846000', '123313.848000', '123313.851000', '123313.853000', '123313.856000', '123313.859000', '123313.861000', '123313.864000', '123313.866000', '123313.869000', '123313.872000', '123313.874000', '123313.877000', '123313.879000', '123313.882000', '123313.884000', '123313.887000', '123313.890000', '123313.892000', '123313.895000', '123313.897000', '123313.900000', '123313.903000', '123313.905000', '123313.908000', '123313.910000', '123313.913000', '123313.915000', '123313.918000', '123313.921000', '123313.923000', '123313.926000', '123313.928000', '123313.962000', '123313.965000', '123313.968000', '123313.970000', '123333.827000', '123333.830000', '123333.833000', '123333.835000', '123333.838000', '123333.840000', '123333.843000', '123333.845000', '123333.848000', '123333.851000', '123333.853000', '123333.856000', '123333.858000', '123333.861000', '123333.863000', '123333.866000', '123333.869000', '123333.871000', '123333.874000', '123333.876000', '123333.879000', '123333.881000', '123333.884000', '123333.887000', '123333.889000', '123333.892000', '123333.894000', '123333.897000', '123333.899000', '123333.902000', '123333.905000', '123333.907000', '123333.910000', '123333.912000', '123333.915000', '123333.917000', '123333.920000', '123333.922000', '123333.925000', '123333.928000', '123333.930000', '123333.933000', '123333.935000', '123353.827000', '123353.830000', '123353.833000', '123353.835000', '123353.838000', '123353.841000', '123353.843000', '123353.846000', '123353.848000', '123353.851000', '123353.853000', '123353.856000', '123353.858000', '123353.861000', '123353.864000', '123353.867000', '123353.870000', '123353.872000', '123353.875000', '123353.877000', '123353.880000', '123353.883000', '123353.885000', '123353.888000', '123353.891000', '123353.893000', '123353.896000', '123353.908000', '123353.910000', '123353.913000', '123353.915000', '123353.918000', '123353.921000', '123353.923000', '123353.926000', '123353.928000', '123353.931000', '123353.934000', '123353.936000', '123353.939000', '123353.941000', '123353.944000', '123353.946000', '123413.827000', '123413.830000', '123413.833000', '123413.835000', '123413.838000', '123413.840000', '123413.843000', '123413.846000', '123413.848000', '123413.851000', '123413.853000', '123413.856000', '123413.859000', '123413.861000', '123413.864000', '123413.867000', '123413.869000', '123413.872000', '123413.874000', '123413.877000', '123413.880000', '123413.882000', '123413.885000', '123413.887000', '123413.890000', '123413.892000', '123413.895000', '123413.897000', '123413.900000', '123413.903000', '123413.905000', '123413.908000', '123413.911000', '123413.913000', '123413.916000', '123413.918000', '123413.921000', '123413.923000', '123413.926000', '123413.929000', '123413.931000', '123413.934000', '123413.936000', '123413.939000', '123433.826000', '123433.829000', '123433.832000', '123433.834000', '123433.837000', '123433.839000', '123433.842000', '123433.845000', '123433.847000', '123433.850000', '123433.854000', '123433.857000', '123433.859000', '123433.877000', '123433.880000', '123433.883000', '123433.885000', '123433.888000', '123433.890000', '123433.893000', '123433.895000', '123433.898000', '123433.901000', '123433.903000', '123433.906000', '123433.908000', '123433.911000', '123433.913000', '123433.916000', '123433.919000', '123433.921000', '123433.924000', '123433.926000', '123433.929000', '123433.932000', '123433.934000', '123433.937000', '123433.939000', '123433.942000', '123433.944000', '123433.947000', '123433.950000', '123433.952000', '123453.827000', '123453.830000', '123453.833000', '123453.835000', '123453.838000', '123453.840000', '123453.843000', '123453.845000', '123453.848000', '123453.851000', '123453.853000', '123453.856000', '123453.858000', '123453.861000', '123453.863000', '123453.866000', '123453.869000', '123453.871000', '123453.874000', '123453.876000', '123453.879000', '123453.882000', '123453.884000', '123453.887000', '123453.889000', '123453.892000', '123453.895000', '123453.897000', '123453.900000', '123453.902000', '123453.905000', '123453.907000', '123453.910000', '123453.912000', '123453.915000', '123453.918000', '123453.920000', '123453.923000', '123453.925000', '123453.928000', '123453.931000', '123453.933000', '123453.936000', '123453.938000', '123513.828000', '123513.830000', '123513.833000', '123513.835000', '123513.838000', '123513.841000', '123513.843000', '123513.846000', '123513.848000', '123513.851000', '123513.854000', '123513.856000', '123513.859000', '123513.861000', '123513.864000', '123513.866000', '123513.869000', '123513.872000', '123513.874000', '123513.877000', '123513.880000', '123513.882000', '123513.885000', '123513.887000', '123513.890000', '123513.893000', '123513.895000', '123513.898000', '123513.900000', '123513.903000', '123513.905000', '123513.910000', '123513.912000', '123513.915000', '123513.917000', '123513.920000', '123513.922000', '123513.925000', '123513.928000', '123513.930000', '123513.933000', '123513.935000', '123513.941000', '123533.827000', '123533.830000', '123533.833000', '123533.835000', '123533.838000', '123533.840000', '123533.843000', '123533.846000', '123533.848000', '123533.865000', '123533.868000', '123533.871000', '123533.873000', '123533.876000', '123533.879000', '123533.881000', '123533.884000', '123533.886000', '123533.889000', '123533.892000', '123533.894000', '123533.897000', '123533.899000', '123533.902000', '123533.905000', '123533.907000', '123533.910000', '123533.912000', '123533.915000', '123533.918000', '123533.920000', '123533.923000', '123533.925000', '123533.928000', '123533.930000', '123533.933000', '123533.935000', '123533.938000', '123533.941000', '123533.943000', '123533.946000', '123533.948000', '123533.951000', '123533.954000', '123553.827000', '123553.830000', '123553.833000', '123553.836000', '123553.838000', '123553.841000', '123553.843000', '123553.846000', '123553.849000', '123553.851000', '123553.854000', '123553.856000', '123553.859000', '123553.861000', '123553.864000', '123553.867000', '123553.869000', '123553.872000', '123553.874000', '123553.877000', '123553.879000', '123553.882000', '123553.885000', '123553.887000', '123553.890000', '123553.893000', '123553.895000', '123553.898000', '123553.900000', '123553.903000', '123553.906000', '123553.908000', '123553.911000', '123553.913000', '123553.916000', '123553.919000', '123553.921000', '123553.924000', '123553.926000', '123553.929000', '123553.932000', '123553.934000', '123553.937000', '123613.827000', '123613.830000', '123613.833000', '123613.835000', '123613.838000', '123613.841000', '123613.843000', '123613.846000', '123613.848000', '123613.851000', '123613.853000', '123613.856000', '123613.859000', '123613.861000', '123613.864000', '123613.866000', '123613.869000', '123613.871000', '123613.874000', '123613.877000', '123613.879000', '123613.882000', '123613.884000', '123613.887000', '123613.890000', '123613.892000', '123613.895000', '123613.898000', '123613.900000', '123613.903000', '123613.905000', '123613.908000', '123613.910000', '123613.913000', '123613.916000', '123613.918000', '123613.921000', '123613.924000', '123613.926000', '123613.929000', '123613.931000', '123613.934000', '123613.937000', '123613.939000', '123633.827000', '123633.830000', '123633.833000', '123633.835000', '123633.838000', '123633.841000', '123633.843000', '123633.846000', '123633.848000', '123633.851000', '123633.854000', '123633.856000', '123633.859000', '123633.861000', '123633.864000', '123633.867000', '123633.869000', '123633.872000', '123633.875000', '123633.877000', '123633.880000', '123633.882000', '123633.885000', '123633.887000', '123633.890000', '123633.893000', '123633.895000', '123633.898000', '123633.900000', '123633.903000', '123633.906000', '123633.908000', '123633.911000', '123633.914000', '123633.916000', '123633.919000', '123633.922000', '123633.924000', '123633.927000', '123633.929000', '123633.932000', '123633.934000', '123633.937000', '123653.827000', '123653.830000', '123653.833000', '123653.835000', '123653.838000', '123653.840000', '123653.843000', '123653.846000', '123653.848000', '123653.851000', '123653.853000', '123653.856000', '123653.859000', '123653.861000', '123653.864000', '123653.866000', '123653.869000', '123653.871000', '123653.874000', '123653.877000', '123653.892000', '123653.895000', '123653.898000', '123653.900000', '123653.903000', '123653.905000', '123653.908000', '123653.910000', '123653.913000', '123653.916000', '123653.918000', '123653.921000', '123653.924000', '123653.926000', '123653.929000', '123653.931000', '123653.934000', '123653.937000', '123653.939000', '123653.942000', '123653.944000', '123653.947000', '123653.950000', '123653.952000', '123713.828000', '123713.831000', '123713.833000', '123713.836000', '123713.839000', '123713.841000', '123713.844000', '123713.846000', '123713.849000', '123713.852000', '123713.854000', '123713.857000', '123713.859000', '123713.862000', '123713.864000', '123713.867000', '123713.870000', '123713.872000', '123713.875000', '123713.877000', '123713.880000', '123713.883000', '123713.885000', '123713.888000', '123713.890000', '123713.893000', '123713.895000', '123713.898000', '123713.901000', '123713.903000', '123713.906000', '123713.908000', '123713.911000', '123713.914000', '123713.916000', '123713.919000', '123713.921000', '123713.924000', '123713.926000', '123713.929000', '123713.932000', '123713.934000', '123713.937000', '123733.828000', '123733.830000', '123733.833000', '123733.836000', '123733.838000', '123733.841000', '123733.843000', '123733.846000', '123733.849000', '123733.851000', '123733.854000', '123733.856000', '123733.859000', '123733.862000', '123733.864000', '123733.867000', '123733.869000', '123733.872000', '123733.875000', '123733.877000', '123733.880000', '123733.882000', '123733.885000', '123733.887000', '123733.890000', '123733.892000', '123733.895000', '123733.898000', '123733.900000', '123733.903000', '123733.905000', '123733.908000', '123733.911000', '123733.913000', '123733.916000', '123733.918000', '123733.921000', '123733.923000', '123733.926000', '123733.929000', '123733.931000', '123733.934000', '123733.936000', '123733.939000', '123751.168000', '123751.171000', '123751.174000', '123751.177000', '123751.180000', '123751.183000', '123751.186000', '123751.188000', '123751.244000', '123751.247000', '123751.250000', '123751.252000', '123751.255000', '123751.258000', '123751.261000', '123751.264000', '123751.266000', '123751.269000', '123751.272000', '123751.274000', '123751.277000', '123751.280000', '123751.282000', '123751.285000', '123751.287000', '123751.290000', '123751.293000', '123751.295000', '123751.298000', '123751.300000', '123751.303000', '123751.306000', '123751.310000', '123751.315000', '123751.318000', '123751.325000', '123751.335000', '123751.339000'], 'InstanceCreationTime': ['123133.859000', '123133.863000', '123133.866000', '123133.868000', '123133.871000', '123133.873000', '123133.876000', '123133.879000', '123133.881000', '123133.884000', '123133.886000', '123133.889000', '123133.891000', '123133.894000', '123133.896000', '123133.899000', '123133.902000', '123133.904000', '123133.907000', '123133.909000', '123133.912000', '123133.914000', '123133.917000', '123133.919000', '123133.922000', '123133.925000', '123133.927000', '123133.930000', '123133.933000', '123133.935000', '123133.938000', '123133.940000', '123133.943000', '123133.948000', '123133.951000', '123133.953000', '123133.956000', '123133.958000', '123133.961000', '123133.963000', '123133.966000', '123133.968000', '123133.971000', '123133.974000', '123133.976000', '123133.979000', '123133.981000', '123133.984000', '123133.986000', '123133.989000', '123133.992000', '123153.827000', '123153.830000', '123153.833000', '123153.835000', '123153.838000', '123153.840000', '123153.843000', '123153.845000', '123153.848000', '123153.851000', '123153.853000', '123153.856000', '123153.858000', '123153.861000', '123153.863000', '123153.866000', '123153.869000', '123153.871000', '123153.874000', '123153.876000', '123153.880000', '123153.883000', '123153.885000', '123153.888000', '123153.890000', '123153.893000', '123153.895000', '123153.898000', '123153.901000', '123153.903000', '123153.906000', '123153.908000', '123153.911000', '123153.913000', '123153.916000', '123153.918000', '123153.921000', '123153.923000', '123153.926000', '123153.928000', '123153.931000', '123153.934000', '123153.936000', '123153.939000', '123213.827000', '123213.829000', '123213.832000', '123213.835000', '123213.837000', '123213.840000', '123213.842000', '123213.845000', '123213.847000', '123213.850000', '123213.852000', '123213.855000', '123213.858000', '123213.860000', '123213.863000', '123213.865000', '123213.868000', '123213.870000', '123213.873000', '123213.876000', '123213.878000', '123213.881000', '123213.883000', '123213.886000', '123213.888000', '123213.891000', '123213.894000', '123213.896000', '123213.907000', '123213.910000', '123213.912000', '123213.927000', '123213.929000', '123213.932000', '123213.935000', '123213.937000', '123213.940000', '123213.942000', '123213.945000', '123213.948000', '123213.950000', '123213.953000', '123213.955000', '123233.828000', '123233.831000', '123233.834000', '123233.837000', '123233.839000', '123233.842000', '123233.844000', '123233.847000', '123233.850000', '123233.852000', '123233.855000', '123233.857000', '123233.860000', '123233.868000', '123233.870000', '123233.873000', '123233.876000', '123233.878000', '123233.881000', '123233.884000', '123233.886000', '123233.889000', '123233.891000', '123233.894000', '123233.897000', '123233.899000', '123233.902000', '123233.904000', '123233.907000', '123233.909000', '123233.912000', '123233.915000', '123233.917000', '123233.920000', '123233.922000', '123233.925000', '123233.927000', '123233.930000', '123233.932000', '123233.935000', '123233.938000', '123233.940000', '123233.943000', '123233.945000', '123253.828000', '123253.830000', '123253.833000', '123253.835000', '123253.838000', '123253.841000', '123253.843000', '123253.846000', '123253.848000', '123253.851000', '123253.853000', '123253.856000', '123253.858000', '123253.861000', '123253.864000', '123253.866000', '123253.869000', '123253.871000', '123253.874000', '123253.877000', '123253.879000', '123253.882000', '123253.884000', '123253.887000', '123253.889000', '123253.892000', '123253.895000', '123253.902000', '123253.904000', '123253.907000', '123253.909000', '123253.912000', '123253.915000', '123253.917000', '123253.920000', '123253.922000', '123253.925000', '123253.927000', '123253.930000', '123253.932000', '123253.935000', '123253.938000', '123253.940000', '123313.828000', '123313.830000', '123313.833000', '123313.835000', '123313.838000', '123313.841000', '123313.843000', '123313.846000', '123313.848000', '123313.851000', '123313.853000', '123313.856000', '123313.859000', '123313.861000', '123313.864000', '123313.866000', '123313.869000', '123313.872000', '123313.874000', '123313.877000', '123313.879000', '123313.882000', '123313.884000', '123313.887000', '123313.890000', '123313.892000', '123313.895000', '123313.897000', '123313.900000', '123313.903000', '123313.905000', '123313.908000', '123313.910000', '123313.913000', '123313.915000', '123313.918000', '123313.921000', '123313.923000', '123313.926000', '123313.928000', '123313.962000', '123313.965000', '123313.968000', '123313.970000', '123333.827000', '123333.830000', '123333.833000', '123333.835000', '123333.838000', '123333.840000', '123333.843000', '123333.845000', '123333.848000', '123333.851000', '123333.853000', '123333.856000', '123333.858000', '123333.861000', '123333.863000', '123333.866000', '123333.869000', '123333.871000', '123333.874000', '123333.876000', '123333.879000', '123333.881000', '123333.884000', '123333.887000', '123333.889000', '123333.892000', '123333.894000', '123333.897000', '123333.899000', '123333.902000', '123333.905000', '123333.907000', '123333.910000', '123333.912000', '123333.915000', '123333.917000', '123333.920000', '123333.922000', '123333.925000', '123333.928000', '123333.930000', '123333.933000', '123333.935000', '123353.827000', '123353.830000', '123353.833000', '123353.835000', '123353.838000', '123353.841000', '123353.843000', '123353.846000', '123353.848000', '123353.851000', '123353.853000', '123353.856000', '123353.858000', '123353.861000', '123353.864000', '123353.867000', '123353.870000', '123353.872000', '123353.875000', '123353.877000', '123353.880000', '123353.883000', '123353.885000', '123353.888000', '123353.891000', '123353.893000', '123353.896000', '123353.908000', '123353.910000', '123353.913000', '123353.915000', '123353.918000', '123353.921000', '123353.923000', '123353.926000', '123353.928000', '123353.931000', '123353.934000', '123353.936000', '123353.939000', '123353.941000', '123353.944000', '123353.946000', '123413.827000', '123413.830000', '123413.833000', '123413.835000', '123413.838000', '123413.840000', '123413.843000', '123413.846000', '123413.848000', '123413.851000', '123413.853000', '123413.856000', '123413.859000', '123413.861000', '123413.864000', '123413.867000', '123413.869000', '123413.872000', '123413.874000', '123413.877000', '123413.880000', '123413.882000', '123413.885000', '123413.887000', '123413.890000', '123413.892000', '123413.895000', '123413.897000', '123413.900000', '123413.903000', '123413.905000', '123413.908000', '123413.911000', '123413.913000', '123413.916000', '123413.918000', '123413.921000', '123413.923000', '123413.926000', '123413.929000', '123413.931000', '123413.934000', '123413.936000', '123413.939000', '123433.826000', '123433.829000', '123433.832000', '123433.834000', '123433.837000', '123433.839000', '123433.842000', '123433.845000', '123433.847000', '123433.850000', '123433.854000', '123433.857000', '123433.859000', '123433.877000', '123433.880000', '123433.883000', '123433.885000', '123433.888000', '123433.890000', '123433.893000', '123433.895000', '123433.898000', '123433.901000', '123433.903000', '123433.906000', '123433.908000', '123433.911000', '123433.913000', '123433.916000', '123433.919000', '123433.921000', '123433.924000', '123433.926000', '123433.929000', '123433.932000', '123433.934000', '123433.937000', '123433.939000', '123433.942000', '123433.944000', '123433.947000', '123433.950000', '123433.952000', '123453.827000', '123453.830000', '123453.833000', '123453.835000', '123453.838000', '123453.840000', '123453.843000', '123453.845000', '123453.848000', '123453.851000', '123453.853000', '123453.856000', '123453.858000', '123453.861000', '123453.863000', '123453.866000', '123453.869000', '123453.871000', '123453.874000', '123453.876000', '123453.879000', '123453.882000', '123453.884000', '123453.887000', '123453.889000', '123453.892000', '123453.895000', '123453.897000', '123453.900000', '123453.902000', '123453.905000', '123453.907000', '123453.910000', '123453.912000', '123453.915000', '123453.918000', '123453.920000', '123453.923000', '123453.925000', '123453.928000', '123453.931000', '123453.933000', '123453.936000', '123453.938000', '123513.828000', '123513.830000', '123513.833000', '123513.835000', '123513.838000', '123513.841000', '123513.843000', '123513.846000', '123513.848000', '123513.851000', '123513.854000', '123513.856000', '123513.859000', '123513.861000', '123513.864000', '123513.866000', '123513.869000', '123513.872000', '123513.874000', '123513.877000', '123513.880000', '123513.882000', '123513.885000', '123513.887000', '123513.890000', '123513.893000', '123513.895000', '123513.898000', '123513.900000', '123513.903000', '123513.905000', '123513.910000', '123513.912000', '123513.915000', '123513.917000', '123513.920000', '123513.922000', '123513.925000', '123513.928000', '123513.930000', '123513.933000', '123513.935000', '123513.941000', '123533.827000', '123533.830000', '123533.833000', '123533.835000', '123533.838000', '123533.840000', '123533.843000', '123533.846000', '123533.848000', '123533.865000', '123533.868000', '123533.871000', '123533.873000', '123533.876000', '123533.879000', '123533.881000', '123533.884000', '123533.886000', '123533.889000', '123533.892000', '123533.894000', '123533.897000', '123533.899000', '123533.902000', '123533.905000', '123533.907000', '123533.910000', '123533.912000', '123533.915000', '123533.918000', '123533.920000', '123533.923000', '123533.925000', '123533.928000', '123533.930000', '123533.933000', '123533.935000', '123533.938000', '123533.941000', '123533.943000', '123533.946000', '123533.948000', '123533.951000', '123533.954000', '123553.827000', '123553.830000', '123553.833000', '123553.836000', '123553.838000', '123553.841000', '123553.843000', '123553.846000', '123553.849000', '123553.851000', '123553.854000', '123553.856000', '123553.859000', '123553.861000', '123553.864000', '123553.867000', '123553.869000', '123553.872000', '123553.874000', '123553.877000', '123553.879000', '123553.882000', '123553.885000', '123553.887000', '123553.890000', '123553.893000', '123553.895000', '123553.898000', '123553.900000', '123553.903000', '123553.906000', '123553.908000', '123553.911000', '123553.913000', '123553.916000', '123553.919000', '123553.921000', '123553.924000', '123553.926000', '123553.929000', '123553.932000', '123553.934000', '123553.937000', '123613.827000', '123613.830000', '123613.833000', '123613.835000', '123613.838000', '123613.841000', '123613.843000', '123613.846000', '123613.848000', '123613.851000', '123613.853000', '123613.856000', '123613.859000', '123613.861000', '123613.864000', '123613.866000', '123613.869000', '123613.871000', '123613.874000', '123613.877000', '123613.879000', '123613.882000', '123613.884000', '123613.887000', '123613.890000', '123613.892000', '123613.895000', '123613.898000', '123613.900000', '123613.903000', '123613.905000', '123613.908000', '123613.910000', '123613.913000', '123613.916000', '123613.918000', '123613.921000', '123613.924000', '123613.926000', '123613.929000', '123613.931000', '123613.934000', '123613.937000', '123613.939000', '123633.827000', '123633.830000', '123633.833000', '123633.835000', '123633.838000', '123633.841000', '123633.843000', '123633.846000', '123633.848000', '123633.851000', '123633.854000', '123633.856000', '123633.859000', '123633.861000', '123633.864000', '123633.867000', '123633.869000', '123633.872000', '123633.875000', '123633.877000', '123633.880000', '123633.882000', '123633.885000', '123633.887000', '123633.890000', '123633.893000', '123633.895000', '123633.898000', '123633.900000', '123633.903000', '123633.906000', '123633.908000', '123633.911000', '123633.914000', '123633.916000', '123633.919000', '123633.922000', '123633.924000', '123633.927000', '123633.929000', '123633.932000', '123633.934000', '123633.937000', '123653.827000', '123653.830000', '123653.833000', '123653.835000', '123653.838000', '123653.840000', '123653.843000', '123653.846000', '123653.848000', '123653.851000', '123653.853000', '123653.856000', '123653.859000', '123653.861000', '123653.864000', '123653.866000', '123653.869000', '123653.871000', '123653.874000', '123653.877000', '123653.892000', '123653.895000', '123653.898000', '123653.900000', '123653.903000', '123653.905000', '123653.908000', '123653.910000', '123653.913000', '123653.916000', '123653.918000', '123653.921000', '123653.924000', '123653.926000', '123653.929000', '123653.931000', '123653.934000', '123653.937000', '123653.939000', '123653.942000', '123653.944000', '123653.947000', '123653.950000', '123653.952000', '123713.828000', '123713.831000', '123713.833000', '123713.836000', '123713.839000', '123713.841000', '123713.844000', '123713.846000', '123713.849000', '123713.852000', '123713.854000', '123713.857000', '123713.859000', '123713.862000', '123713.864000', '123713.867000', '123713.870000', '123713.872000', '123713.875000', '123713.877000', '123713.880000', '123713.883000', '123713.885000', '123713.888000', '123713.890000', '123713.893000', '123713.895000', '123713.898000', '123713.901000', '123713.903000', '123713.906000', '123713.908000', '123713.911000', '123713.914000', '123713.916000', '123713.919000', '123713.921000', '123713.924000', '123713.926000', '123713.929000', '123713.932000', '123713.934000', '123713.937000', '123733.828000', '123733.830000', '123733.833000', '123733.836000', '123733.838000', '123733.841000', '123733.843000', '123733.846000', '123733.849000', '123733.851000', '123733.854000', '123733.856000', '123733.859000', '123733.862000', '123733.864000', '123733.867000', '123733.869000', '123733.872000', '123733.875000', '123733.877000', '123733.880000', '123733.882000', '123733.885000', '123733.887000', '123733.890000', '123733.892000', '123733.895000', '123733.898000', '123733.900000', '123733.903000', '123733.905000', '123733.908000', '123733.911000', '123733.913000', '123733.916000', '123733.918000', '123733.921000', '123733.923000', '123733.926000', '123733.929000', '123733.931000', '123733.934000', '123733.936000', '123733.939000', '123751.168000', '123751.171000', '123751.174000', '123751.177000', '123751.180000', '123751.183000', '123751.186000', '123751.188000', '123751.244000', '123751.247000', '123751.250000', '123751.252000', '123751.255000', '123751.258000', '123751.261000', '123751.264000', '123751.266000', '123751.269000', '123751.272000', '123751.274000', '123751.277000', '123751.280000', '123751.282000', '123751.285000', '123751.287000', '123751.290000', '123751.293000', '123751.295000', '123751.298000', '123751.300000', '123751.303000', '123751.306000', '123751.310000', '123751.315000', '123751.318000', '123751.325000', '123751.335000', '123751.339000'], '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': [8171, 12386, 8364, 11376, 8087, 9341, 7960, 7805, 8154, 7319, 9573, 7262, 11369, 7804, 12055, 7897, 11388, 7597, 10895, 7457, 11064, 7351, 10631, 7201, 11074, 7194, 10286, 7554, 6987, 8853, 7330, 10513, 7311, 12556, 7863, 8809, 8466, 7940, 12094, 9305, 13207, 8544, 11411, 7464, 10692, 7201, 11453, 7422, 10504, 7319, 10515, 7497, 11984, 7966, 7629, 7924, 6941, 9582, 7251, 11623, 7625, 11732, 7663, 11416, 7926, 10817, 8428, 7822, 8558, 7832, 9698, 9337, 10390, 7168, 9092, 7091, 9890, 7282, 10413, 7627, 9932, 7160, 11222, 7634, 11332, 8232, 10615, 7971, 12552, 8360, 13550, 10049, 12675, 7909, 10027, 8011, 10769, 8012, 10343, 8241, 7159, 8137, 7279, 10853, 7437, 11550, 7165, 9665, 7432, 10550, 7450, 11569, 7563, 10430, 7265, 10138, 7340, 11165, 7694, 9706, 7543, 9553, 7931, 10567, 8206, 7364, 8951, 7429, 10981, 7498, 12486, 8720, 11462, 8068, 11203, 8007, 11571, 8076, 11878, 8081, 10241, 7726, 9919, 7438, 10650, 7341, 9112, 7335, 10418, 7507, 9110, 7877, 7182, 8493, 7220, 10112, 8118, 12370, 8146, 11240, 7478, 11315, 7906, 13538, 9464, 13519, 8213, 11100, 8207, 11075, 8212, 9517, 8336, 7026, 8138, 7257, 10117, 7344, 11161, 7424, 11955, 7856, 12001, 8254, 11733, 7591, 10277, 7706, 9592, 7681, 9056, 8018, 7017, 8992, 7233, 10622, 7303, 11902, 7663, 8564, 7977, 7888, 9160, 10239, 10530, 8805, 8509, 8291, 8670, 9337, 9596, 8321, 8879, 7339, 9181, 7747, 11035, 7507, 9951, 7437, 10027, 7605, 10924, 7625, 8432, 7666, 9236, 8095, 11700, 9444, 11203, 8993, 8243, 8332, 7553, 9264, 8499, 10050, 7363, 9606, 7479, 11038, 7564, 11330, 8164, 7493, 8291, 7440, 9687, 7637, 11358, 7507, 9808, 7617, 10568, 7592, 11713, 7487, 9170, 8047, 7842, 8463, 8426, 9159, 7384, 8933, 7312, 9538, 7394, 10646, 7329, 9431, 7418, 9534, 7232, 11202, 7384, 10496, 7580, 10247, 7660, 10126, 7788, 7547, 8550, 8484, 9619, 11620, 9923, 11601, 8247, 10615, 8204, 11154, 8079, 10761, 8192, 7654, 7974, 7420, 8668, 7183, 8661, 7150, 9461, 7259, 10700, 7670, 11982, 9337, 10829, 7511, 9786, 7468, 10090, 9154, 10572, 7319, 8502, 7109, 9070, 7372, 10519, 7658, 8048, 7524, 7173, 8453, 6990, 10940, 7714, 10666, 7658, 9566, 8226, 10386, 10436, 7515, 10715, 7671, 12172, 8265, 13806, 8917, 10990, 7561, 10114, 7497, 10870, 7997, 11271, 8115, 7697, 8414, 7087, 9307, 7687, 11873, 8042, 11230, 8248, 8269, 8652, 7905, 10797, 7543, 11044, 7542, 10780, 7856, 9344, 8242, 7146, 8577, 7424, 9550, 7719, 10554, 7973, 7972, 8917, 8027, 10708, 8761, 12089, 8087, 11075, 7498, 11775, 7998, 13144, 8100, 8110, 8149, 8146, 7905, 8832, 7681, 8966, 7493, 7053, 7826, 7175, 8947, 7348, 9613, 7226, 9815, 7919, 10955, 7615, 11971, 8469, 9197, 8585, 7313, 10466, 7552, 11885, 8275, 11228, 7407, 10898, 7595, 11476, 7659, 10854, 7800, 7384, 8077, 7126, 9131, 7014, 10773, 7331, 10109, 7489, 11064, 7389, 12162, 8931, 12431, 7321, 9808, 7600, 10113, 7157, 10464, 7275, 8622, 7348, 9368, 7468, 10264, 7474, 10532, 7654, 10262, 7436, 10872, 8415, 10494, 9479, 7938, 8989, 8027, 9760, 10404, 12563, 7388, 9392, 7165, 9584, 7478, 11202, 7497, 9788, 7302, 9593, 7440, 11146, 7541, 10490, 7574, 9422, 7259, 10395, 7462, 10249, 7274, 9788, 7430, 10759, 7608, 10830, 8081, 9126, 7815, 9788, 8139, 11408, 8233, 7959, 8141, 7377, 8705, 8889, 10026, 7107, 9231, 7470, 10558, 7517, 12351, 8671, 12322, 7866, 10348, 8015, 11465, 7830, 11572, 7755, 8043, 8151, 7008, 8529, 7380, 10037, 7227, 10016, 7380, 10401, 7599, 11785, 7724, 10866, 8002, 9879, 8170, 10355, 8271, 10311, 8306, 7733, 8519, 7440, 8656, 8593, 9199, 8595, 8479, 7510, 8676, 7266, 9056, 7271, 9716, 7318, 9319, 7222, 9316, 7666, 11419, 7444, 9914, 7689, 9564, 8106, 10984, 9152, 7390, 8303, 7237, 9405, 7243, 11357, 7321, 9820, 7522, 9909, 7426, 9197, 8014, 7334, 9242, 7071, 11299, 7286, 12237, 9189, 12558, 7631, 11044, 7642, 11810, 8143, 15542, 10094, 10798, 8519, 8404, 8535, 8019, 8231, 7286, 9300, 7445, 10478, 8164, 9587, 8619, 13151, 9003, 10663, 8468, 11207, 8509, 10873, 7764, 9536, 7445, 9272, 7676, 10010, 7409, 9464, 7846, 7547, 8232, 7615, 9208, 9891, 11137, 9001, 9872, 8016, 9506, 10935, 9173, 13923, 8894, 9653, 8319, 9928, 8679, 10994, 8463, 8347, 7838, 7267, 8828, 7090, 9262, 7163, 10872, 7542, 10354, 7427, 11561, 7899, 12250, 8906, 10513, 8548, 9749, 8811, 12031, 8780, 10710, 8267, 7395, 9210, 7135, 10591, 7497, 11218, 7767, 10679, 7839, 10687, 7956, 11484, 8027, 9363, 8036, 10122, 8123, 11592, 8044, 9816, 7698, 7177, 8644, 7135, 9474, 7328, 11396, 7805, 9043, 8633, 9379, 8656, 12087, 9481, 14858, 9598, 10513, 8520, 9386, 8774, 12288, 9034, 7299, 8699, 7139, 10502, 7550, 11334, 8011, 11671, 8104, 9383, 8548, 7717, 8420, 8152, 10243, 7259, 10058, 7581, 10362, 7508, 11203, 7751, 10713, 8034, 11266, 8374, 11234, 8566, 9537, 8045, 7135, 8599, 7083, 10115, 7467, 11460, 7683, 9769, 7870, 8201, 8022, 8726, 9231, 7155, 10307, 7190, 10732, 8651, 11253, 7106, 9625, 7531, 10127, 7319, 10344, 7196, 8772, 7068, 9178, 7358, 10906, 7608, 10137, 7921, 9076, 8221, 9944, 8695, 7352, 9010, 7495, 10775, 8141, 13246, 7944, 11856, 7520, 11696, 8221, 14786, 9666, 12437, 8363, 11248, 8477, 12243, 8367, 10040, 8652, 8430, 8821, 7586, 8500, 7516, 9946, 7271, 10918, 8196, 12312, 8843, 12121, 8912, 11193, 8956, 11968, 9079, 10175, 8919, 7408, 8374, 7060, 9102, 8145, 9777, 7149, 8533, 7327, 8625, 7237, 9711, 7188, 9279, 7102, 9394, 7198, 10140, 7905, 10044, 7225, 9378, 7377, 10298, 7604, 11432, 7953, 11581, 8250, 10943, 8800, 10266, 8948, 9021, 8814, 7540, 9626, 7644, 11075, 8050, 12450, 9026, 7875, 8755, 7074, 10555, 7306, 11861, 7696, 7209, 9242], 'WindowCenter': [4354.0, 4376.0, 4325.0, 4349.0, 4310.0, 4317.0, 4307.0, 4297.0, 4309.0, 4298.0, 4328.0, 4299.0, 4349.0, 4308.0, 4349.0, 4309.0, 4338.0, 4308.0, 4337.0, 4298.0, 4338.0, 4310.0, 4339.0, 4310.0, 4348.0, 4300.0, 4339.0, 4309.0, 4298.0, 4328.0, 4310.0, 4351.0, 4312.0, 4362.0, 4324.0, 4332.0, 4322.0, 4309.0, 4362.0, 4330.0, 4351.0, 4308.0, 4339.0, 4298.0, 4327.0, 4285.0, 4325.0, 4282.0, 4313.0, 4284.0, 4312.0, 4284.0, 4335.0, 4306.0, 4295.0, 4306.0, 4286.0, 4327.0, 4298.0, 4337.0, 4308.0, 4346.0, 4308.0, 4336.0, 4308.0, 4337.0, 4307.0, 4295.0, 4306.0, 4295.0, 4316.0, 4304.0, 4325.0, 4274.0, 4302.0, 4283.0, 4315.0, 4296.0, 4324.0, 4307.0, 4326.0, 4298.0, 4346.0, 4309.0, 4348.0, 4320.0, 4337.0, 4308.0, 4347.0, 4307.0, 4347.0, 4317.0, 4334.0, 4294.0, 4313.0, 4294.0, 4323.0, 4294.0, 4313.0, 4293.0, 4272.0, 4293.0, 4283.0, 4325.0, 4284.0, 4323.0, 4284.0, 4312.0, 4284.0, 4325.0, 4297.0, 4336.0, 4298.0, 4326.0, 4296.0, 4325.0, 4296.0, 4336.0, 4307.0, 4326.0, 4297.0, 4315.0, 4307.0, 4326.0, 4307.0, 4295.0, 4317.0, 4296.0, 4336.0, 4297.0, 4346.0, 4318.0, 4335.0, 4296.0, 4324.0, 4294.0, 4323.0, 4294.0, 4323.0, 4293.0, 4312.0, 4282.0, 4313.0, 4282.0, 4312.0, 4283.0, 4302.0, 4284.0, 4324.0, 4296.0, 4315.0, 4307.0, 4286.0, 4317.0, 4297.0, 4338.0, 4307.0, 4348.0, 4307.0, 4337.0, 4296.0, 4334.0, 4295.0, 4345.0, 4315.0, 4344.0, 4294.0, 4323.0, 4292.0, 4323.0, 4293.0, 4313.0, 4293.0, 4282.0, 4293.0, 4295.0, 4336.0, 4297.0, 4337.0, 4298.0, 4346.0, 4307.0, 4345.0, 4307.0, 4336.0, 4296.0, 4325.0, 4296.0, 4327.0, 4307.0, 4316.0, 4306.0, 4297.0, 4316.0, 4297.0, 4338.0, 4309.0, 4348.0, 4309.0, 4318.0, 4309.0, 4307.0, 4329.0, 4327.0, 4338.0, 4316.0, 4306.0, 4304.0, 4305.0, 4314.0, 4315.0, 4293.0, 4304.0, 4282.0, 4303.0, 4293.0, 4325.0, 4284.0, 4312.0, 4284.0, 4324.0, 4306.0, 4336.0, 4307.0, 4307.0, 4307.0, 4327.0, 4309.0, 4348.0, 4328.0, 4337.0, 4316.0, 4294.0, 4294.0, 4294.0, 4314.0, 4302.0, 4315.0, 4283.0, 4312.0, 4284.0, 4324.0, 4296.0, 4335.0, 4305.0, 4295.0, 4305.0, 4295.0, 4326.0, 4295.0, 4337.0, 4295.0, 4326.0, 4295.0, 4325.0, 4295.0, 4335.0, 4295.0, 4315.0, 4305.0, 4304.0, 4306.0, 4305.0, 4317.0, 4295.0, 4316.0, 4295.0, 4326.0, 4294.0, 4327.0, 4284.0, 4315.0, 4284.0, 4315.0, 4295.0, 4335.0, 4296.0, 4325.0, 4296.0, 4325.0, 4307.0, 4326.0, 4308.0, 4296.0, 4317.0, 4306.0, 4328.0, 4336.0, 4316.0, 4324.0, 4294.0, 4312.0, 4293.0, 4322.0, 4292.0, 4322.0, 4292.0, 4282.0, 4293.0, 4283.0, 4305.0, 4284.0, 4317.0, 4297.0, 4328.0, 4297.0, 4339.0, 4308.0, 4349.0, 4317.0, 4337.0, 4284.0, 4315.0, 4282.0, 4325.0, 4303.0, 4324.0, 4282.0, 4302.0, 4282.0, 4304.0, 4295.0, 4325.0, 4297.0, 4305.0, 4307.0, 4298.0, 4319.0, 4299.0, 4349.0, 4310.0, 4338.0, 4309.0, 4329.0, 4320.0, 4339.0, 4339.0, 4297.0, 4338.0, 4296.0, 4337.0, 4305.0, 4345.0, 4303.0, 4323.0, 4282.0, 4312.0, 4283.0, 4323.0, 4294.0, 4323.0, 4294.0, 4292.0, 4304.0, 4282.0, 4315.0, 4295.0, 4334.0, 4295.0, 4323.0, 4304.0, 4293.0, 4305.0, 4294.0, 4323.0, 4294.0, 4335.0, 4294.0, 4323.0, 4305.0, 4314.0, 4304.0, 4284.0, 4304.0, 4296.0, 4328.0, 4310.0, 4349.0, 4321.0, 4308.0, 4329.0, 4308.0, 4339.0, 4317.0, 4349.0, 4307.0, 4336.0, 4296.0, 4336.0, 4306.0, 4346.0, 4295.0, 4294.0, 4305.0, 4293.0, 4294.0, 4303.0, 4295.0, 4314.0, 4296.0, 4285.0, 4307.0, 4297.0, 4329.0, 4297.0, 4328.0, 4308.0, 4338.0, 4319.0, 4338.0, 4310.0, 4349.0, 4320.0, 4328.0, 4318.0, 4298.0, 4338.0, 4308.0, 4348.0, 4318.0, 4337.0, 4298.0, 4337.0, 4308.0, 4347.0, 4308.0, 4337.0, 4308.0, 4297.0, 4307.0, 4297.0, 4329.0, 4299.0, 4350.0, 4310.0, 4339.0, 4299.0, 4349.0, 4300.0, 4350.0, 4317.0, 4348.0, 4297.0, 4326.0, 4296.0, 4326.0, 4297.0, 4337.0, 4296.0, 4316.0, 4297.0, 4327.0, 4309.0, 4339.0, 4310.0, 4338.0, 4310.0, 4339.0, 4311.0, 4350.0, 4320.0, 4339.0, 4329.0, 4307.0, 4318.0, 4296.0, 4328.0, 4326.0, 4337.0, 4284.0, 4314.0, 4284.0, 4315.0, 4296.0, 4335.0, 4295.0, 4325.0, 4295.0, 4314.0, 4295.0, 4336.0, 4296.0, 4325.0, 4294.0, 4314.0, 4295.0, 4325.0, 4285.0, 4324.0, 4295.0, 4324.0, 4296.0, 4336.0, 4308.0, 4337.0, 4308.0, 4316.0, 4296.0, 4327.0, 4307.0, 4336.0, 4306.0, 4294.0, 4305.0, 4294.0, 4306.0, 4315.0, 4326.0, 4285.0, 4315.0, 4295.0, 4325.0, 4296.0, 4346.0, 4306.0, 4334.0, 4294.0, 4323.0, 4294.0, 4334.0, 4295.0, 4333.0, 4295.0, 4293.0, 4304.0, 4284.0, 4317.0, 4295.0, 4326.0, 4295.0, 4325.0, 4295.0, 4325.0, 4296.0, 4345.0, 4307.0, 4335.0, 4306.0, 4324.0, 4306.0, 4325.0, 4305.0, 4324.0, 4305.0, 4293.0, 4304.0, 4283.0, 4304.0, 4304.0, 4314.0, 4303.0, 4292.0, 4283.0, 4303.0, 4293.0, 4315.0, 4295.0, 4326.0, 4296.0, 4315.0, 4296.0, 4327.0, 4308.0, 4347.0, 4309.0, 4327.0, 4308.0, 4327.0, 4320.0, 4338.0, 4330.0, 4297.0, 4318.0, 4298.0, 4327.0, 4298.0, 4349.0, 4298.0, 4327.0, 4308.0, 4338.0, 4310.0, 4329.0, 4321.0, 4309.0, 4341.0, 4299.0, 4349.0, 4299.0, 4350.0, 4329.0, 4347.0, 4297.0, 4336.0, 4296.0, 4335.0, 4306.0, 4356.0, 4326.0, 4324.0, 4304.0, 4292.0, 4304.0, 4306.0, 4306.0, 4283.0, 4314.0, 4294.0, 4335.0, 4306.0, 4326.0, 4318.0, 4346.0, 4317.0, 4324.0, 4305.0, 4324.0, 4305.0, 4324.0, 4284.0, 4302.0, 4282.0, 4301.0, 4293.0, 4324.0, 4296.0, 4315.0, 4306.0, 4306.0, 4318.0, 4308.0, 4341.0, 4340.0, 4351.0, 4318.0, 4328.0, 4306.0, 4328.0, 4337.0, 4317.0, 4356.0, 4315.0, 4313.0, 4305.0, 4313.0, 4316.0, 4336.0, 4305.0, 4304.0, 4295.0, 4284.0, 4316.0, 4286.0, 4328.0, 4298.0, 4337.0, 4308.0, 4337.0, 4309.0, 4349.0, 4321.0, 4359.0, 4330.0, 4337.0, 4317.0, 4315.0, 4316.0, 4336.0, 4305.0, 4324.0, 4294.0, 4283.0, 4313.0, 4284.0, 4325.0, 4295.0, 4334.0, 4296.0, 4325.0, 4296.0, 4325.0, 4306.0, 4336.0, 4307.0, 4315.0, 4306.0, 4324.0, 4306.0, 4347.0, 4307.0, 4324.0, 4295.0, 4284.0, 4315.0, 4296.0, 4327.0, 4308.0, 4348.0, 4310.0, 4329.0, 4330.0, 4328.0, 4320.0, 4359.0, 4329.0, 4358.0, 4327.0, 4325.0, 4305.0, 4314.0, 4305.0, 4334.0, 4315.0, 4283.0, 4303.0, 4282.0, 4323.0, 4294.0, 4334.0, 4295.0, 4334.0, 4295.0, 4313.0, 4304.0, 4294.0, 4305.0, 4294.0, 4325.0, 4284.0, 4314.0, 4294.0, 4324.0, 4295.0, 4335.0, 4295.0, 4324.0, 4305.0, 4334.0, 4305.0, 4335.0, 4315.0, 4314.0, 4305.0, 4285.0, 4316.0, 4296.0, 4338.0, 4309.0, 4348.0, 4309.0, 4338.0, 4319.0, 4320.0, 4320.0, 4319.0, 4330.0, 4298.0, 4339.0, 4297.0, 4350.0, 4317.0, 4338.0, 4286.0, 4326.0, 4295.0, 4326.0, 4295.0, 4326.0, 4285.0, 4305.0, 4286.0, 4326.0, 4298.0, 4337.0, 4309.0, 4338.0, 4319.0, 4329.0, 4322.0, 4340.0, 4320.0, 4297.0, 4318.0, 4297.0, 4349.0, 4308.0, 4360.0, 4307.0, 4347.0, 4296.0, 4336.0, 4306.0, 4356.0, 4315.0, 4334.0, 4304.0, 4323.0, 4304.0, 4334.0, 4306.0, 4313.0, 4305.0, 4304.0, 4317.0, 4321.0, 4330.0, 4323.0, 4339.0, 4296.0, 4335.0, 4306.0, 4346.0, 4319.0, 4346.0, 4316.0, 4335.0, 4316.0, 4335.0, 4305.0, 4313.0, 4303.0, 4282.0, 4293.0, 4272.0, 4304.0, 4293.0, 4314.0, 4272.0, 4303.0, 4282.0, 4303.0, 4284.0, 4315.0, 4283.0, 4315.0, 4283.0, 4314.0, 4283.0, 4325.0, 4294.0, 4315.0, 4283.0, 4313.0, 4283.0, 4323.0, 4295.0, 4335.0, 4295.0, 4335.0, 4305.0, 4323.0, 4305.0, 4313.0, 4315.0, 4304.0, 4304.0, 4294.0, 4314.0, 4294.0, 4334.0, 4306.0, 4346.0, 4317.0, 4305.0, 4317.0, 4297.0, 4350.0, 4309.0, 4348.0, 4308.0, 4296.0, 4316.0], 'WindowWidth': [9641.0, 9657.0, 9583.0, 9606.0, 9552.0, 9556.0, 9544.0, 9531.0, 9547.0, 9533.0, 9575.0, 9536.0, 9601.0, 9546.0, 9602.0, 9549.0, 9586.0, 9547.0, 9582.0, 9532.0, 9586.0, 9553.0, 9588.0, 9552.0, 9600.0, 9538.0, 9588.0, 9551.0, 9534.0, 9574.0, 9553.0, 9608.0, 9560.0, 9627.0, 9577.0, 9584.0, 9572.0, 9550.0, 9625.0, 9577.0, 9610.0, 9543.0, 9588.0, 9530.0, 9569.0, 9510.0, 9562.0, 9501.0, 9544.0, 9504.0, 9540.0, 9509.0, 9575.0, 9540.0, 9522.0, 9539.0, 9513.0, 9569.0, 9532.0, 9583.0, 9545.0, 9594.0, 9546.0, 9581.0, 9545.0, 9581.0, 9542.0, 9524.0, 9539.0, 9520.0, 9552.0, 9533.0, 9563.0, 9491.0, 9529.0, 9504.0, 9548.0, 9526.0, 9561.0, 9543.0, 9567.0, 9534.0, 9595.0, 9552.0, 9601.0, 9566.0, 9583.0, 9547.0, 9596.0, 9543.0, 9598.0, 9555.0, 9576.0, 9520.0, 9543.0, 9518.0, 9556.0, 9519.0, 9543.0, 9516.0, 9488.0, 9516.0, 9505.0, 9562.0, 9507.0, 9559.0, 9507.0, 9542.0, 9509.0, 9565.0, 9531.0, 9580.0, 9533.0, 9566.0, 9528.0, 9563.0, 9528.0, 9579.0, 9543.0, 9566.0, 9528.0, 9550.0, 9544.0, 9567.0, 9544.0, 9524.0, 9555.0, 9527.0, 9580.0, 9530.0, 9595.0, 9559.0, 9577.0, 9525.0, 9559.0, 9520.0, 9557.0, 9519.0, 9558.0, 9517.0, 9540.0, 9501.0, 9542.0, 9501.0, 9541.0, 9503.0, 9527.0, 9507.0, 9559.0, 9526.0, 9550.0, 9543.0, 9514.0, 9556.0, 9529.0, 9585.0, 9544.0, 9601.0, 9542.0, 9582.0, 9526.0, 9576.0, 9525.0, 9593.0, 9550.0, 9588.0, 9520.0, 9557.0, 9515.0, 9557.0, 9518.0, 9543.0, 9515.0, 9501.0, 9517.0, 9525.0, 9579.0, 9530.0, 9583.0, 9533.0, 9594.0, 9545.0, 9593.0, 9544.0, 9581.0, 9527.0, 9563.0, 9527.0, 9570.0, 9543.0, 9551.0, 9539.0, 9529.0, 9554.0, 9531.0, 9587.0, 9550.0, 9602.0, 9551.0, 9561.0, 9550.0, 9544.0, 9576.0, 9571.0, 9587.0, 9551.0, 9539.0, 9534.0, 9537.0, 9548.0, 9548.0, 9515.0, 9532.0, 9501.0, 9530.0, 9519.0, 9565.0, 9508.0, 9543.0, 9508.0, 9562.0, 9542.0, 9579.0, 9545.0, 9543.0, 9545.0, 9570.0, 9550.0, 9600.0, 9572.0, 9582.0, 9554.0, 9519.0, 9520.0, 9519.0, 9549.0, 9529.0, 9549.0, 9506.0, 9542.0, 9508.0, 9562.0, 9526.0, 9577.0, 9538.0, 9523.0, 9537.0, 9524.0, 9568.0, 9523.0, 9583.0, 9523.0, 9566.0, 9524.0, 9563.0, 9526.0, 9578.0, 9526.0, 9550.0, 9538.0, 9535.0, 9541.0, 9539.0, 9557.0, 9525.0, 9554.0, 9525.0, 9568.0, 9522.0, 9568.0, 9508.0, 9550.0, 9508.0, 9550.0, 9524.0, 9577.0, 9527.0, 9564.0, 9528.0, 9565.0, 9545.0, 9567.0, 9546.0, 9526.0, 9557.0, 9539.0, 9572.0, 9580.0, 9552.0, 9561.0, 9519.0, 9542.0, 9515.0, 9557.0, 9515.0, 9554.0, 9512.0, 9500.0, 9518.0, 9505.0, 9538.0, 9509.0, 9557.0, 9530.0, 9573.0, 9532.0, 9589.0, 9546.0, 9606.0, 9557.0, 9583.0, 9508.0, 9550.0, 9502.0, 9566.0, 9530.0, 9560.0, 9499.0, 9527.0, 9502.0, 9533.0, 9524.0, 9563.0, 9530.0, 9539.0, 9543.0, 9534.0, 9563.0, 9537.0, 9604.0, 9552.0, 9587.0, 9551.0, 9577.0, 9566.0, 9589.0, 9591.0, 9531.0, 9586.0, 9525.0, 9586.0, 9537.0, 9594.0, 9531.0, 9557.0, 9502.0, 9540.0, 9503.0, 9557.0, 9520.0, 9557.0, 9520.0, 9515.0, 9532.0, 9501.0, 9553.0, 9525.0, 9575.0, 9524.0, 9558.0, 9533.0, 9516.0, 9537.0, 9520.0, 9559.0, 9521.0, 9577.0, 9520.0, 9559.0, 9538.0, 9549.0, 9535.0, 9507.0, 9534.0, 9530.0, 9574.0, 9555.0, 9604.0, 9570.0, 9547.0, 9578.0, 9546.0, 9590.0, 9557.0, 9605.0, 9543.0, 9583.0, 9528.0, 9580.0, 9542.0, 9595.0, 9524.0, 9520.0, 9536.0, 9518.0, 9522.0, 9532.0, 9525.0, 9548.0, 9527.0, 9512.0, 9545.0, 9531.0, 9575.0, 9532.0, 9575.0, 9548.0, 9587.0, 9564.0, 9588.0, 9554.0, 9603.0, 9565.0, 9572.0, 9560.0, 9531.0, 9588.0, 9546.0, 9600.0, 9560.0, 9584.0, 9532.0, 9582.0, 9547.0, 9598.0, 9548.0, 9584.0, 9546.0, 9530.0, 9545.0, 9531.0, 9576.0, 9536.0, 9605.0, 9553.0, 9591.0, 9539.0, 9603.0, 9539.0, 9606.0, 9557.0, 9600.0, 9528.0, 9567.0, 9527.0, 9568.0, 9530.0, 9582.0, 9527.0, 9554.0, 9530.0, 9570.0, 9551.0, 9589.0, 9554.0, 9588.0, 9554.0, 9590.0, 9556.0, 9608.0, 9568.0, 9589.0, 9577.0, 9541.0, 9558.0, 9526.0, 9574.0, 9567.0, 9585.0, 9508.0, 9547.0, 9506.0, 9551.0, 9526.0, 9576.0, 9524.0, 9563.0, 9525.0, 9549.0, 9525.0, 9581.0, 9526.0, 9563.0, 9521.0, 9547.0, 9524.0, 9564.0, 9511.0, 9562.0, 9525.0, 9561.0, 9528.0, 9581.0, 9546.0, 9582.0, 9546.0, 9553.0, 9528.0, 9570.0, 9544.0, 9579.0, 9541.0, 9522.0, 9538.0, 9521.0, 9539.0, 9549.0, 9568.0, 9509.0, 9551.0, 9523.0, 9563.0, 9527.0, 9594.0, 9539.0, 9577.0, 9521.0, 9558.0, 9522.0, 9575.0, 9525.0, 9572.0, 9525.0, 9518.0, 9534.0, 9507.0, 9557.0, 9525.0, 9567.0, 9524.0, 9565.0, 9524.0, 9563.0, 9529.0, 9592.0, 9543.0, 9577.0, 9541.0, 9562.0, 9540.0, 9563.0, 9539.0, 9561.0, 9538.0, 9518.0, 9535.0, 9504.0, 9536.0, 9536.0, 9548.0, 9529.0, 9516.0, 9503.0, 9531.0, 9519.0, 9550.0, 9525.0, 9566.0, 9527.0, 9552.0, 9529.0, 9572.0, 9548.0, 9597.0, 9550.0, 9571.0, 9548.0, 9571.0, 9566.0, 9588.0, 9580.0, 9530.0, 9560.0, 9534.0, 9571.0, 9533.0, 9603.0, 9533.0, 9570.0, 9548.0, 9588.0, 9556.0, 9579.0, 9571.0, 9552.0, 9595.0, 9538.0, 9605.0, 9537.0, 9606.0, 9575.0, 9599.0, 9531.0, 9580.0, 9529.0, 9580.0, 9543.0, 9610.0, 9566.0, 9562.0, 9533.0, 9513.0, 9536.0, 9540.0, 9543.0, 9505.0, 9548.0, 9523.0, 9578.0, 9543.0, 9567.0, 9561.0, 9597.0, 9555.0, 9562.0, 9537.0, 9561.0, 9535.0, 9562.0, 9505.0, 9528.0, 9501.0, 9525.0, 9519.0, 9562.0, 9527.0, 9550.0, 9542.0, 9543.0, 9562.0, 9547.0, 9597.0, 9592.0, 9611.0, 9559.0, 9574.0, 9541.0, 9571.0, 9581.0, 9556.0, 9607.0, 9550.0, 9544.0, 9535.0, 9545.0, 9553.0, 9580.0, 9538.0, 9533.0, 9524.0, 9508.0, 9553.0, 9516.0, 9575.0, 9533.0, 9584.0, 9546.0, 9584.0, 9550.0, 9602.0, 9569.0, 9619.0, 9578.0, 9584.0, 9557.0, 9551.0, 9553.0, 9581.0, 9537.0, 9560.0, 9519.0, 9503.0, 9545.0, 9507.0, 9565.0, 9525.0, 9575.0, 9527.0, 9563.0, 9527.0, 9564.0, 9543.0, 9583.0, 9542.0, 9550.0, 9541.0, 9562.0, 9540.0, 9599.0, 9542.0, 9562.0, 9526.0, 9509.0, 9552.0, 9529.0, 9573.0, 9549.0, 9602.0, 9554.0, 9576.0, 9579.0, 9575.0, 9566.0, 9620.0, 9577.0, 9615.0, 9570.0, 9563.0, 9538.0, 9548.0, 9538.0, 9575.0, 9551.0, 9505.0, 9531.0, 9503.0, 9558.0, 9522.0, 9576.0, 9524.0, 9573.0, 9524.0, 9545.0, 9535.0, 9521.0, 9538.0, 9521.0, 9565.0, 9507.0, 9547.0, 9521.0, 9561.0, 9524.0, 9578.0, 9526.0, 9563.0, 9539.0, 9574.0, 9537.0, 9577.0, 9552.0, 9549.0, 9539.0, 9510.0, 9553.0, 9527.0, 9587.0, 9550.0, 9602.0, 9551.0, 9587.0, 9564.0, 9568.0, 9567.0, 9565.0, 9580.0, 9536.0, 9591.0, 9533.0, 9607.0, 9558.0, 9589.0, 9514.0, 9568.0, 9525.0, 9567.0, 9524.0, 9568.0, 9513.0, 9538.0, 9514.0, 9569.0, 9534.0, 9585.0, 9552.0, 9587.0, 9565.0, 9576.0, 9573.0, 9596.0, 9567.0, 9532.0, 9561.0, 9532.0, 9604.0, 9547.0, 9622.0, 9545.0, 9599.0, 9529.0, 9582.0, 9542.0, 9609.0, 9552.0, 9575.0, 9536.0, 9557.0, 9535.0, 9575.0, 9541.0, 9546.0, 9537.0, 9533.0, 9556.0, 9572.0, 9583.0, 9579.0, 9591.0, 9527.0, 9579.0, 9543.0, 9596.0, 9564.0, 9594.0, 9555.0, 9575.0, 9553.0, 9578.0, 9537.0, 9545.0, 9532.0, 9502.0, 9518.0, 9487.0, 9534.0, 9519.0, 9549.0, 9489.0, 9531.0, 9503.0, 9532.0, 9509.0, 9550.0, 9506.0, 9549.0, 9505.0, 9548.0, 9506.0, 9565.0, 9520.0, 9550.0, 9504.0, 9545.0, 9506.0, 9558.0, 9525.0, 9578.0, 9525.0, 9576.0, 9538.0, 9559.0, 9536.0, 9544.0, 9552.0, 9534.0, 9537.0, 9521.0, 9548.0, 9523.0, 9575.0, 9543.0, 9595.0, 9557.0, 9538.0, 9559.0, 9532.0, 9609.0, 9553.0, 9600.0, 9546.0, 9528.0, 9556.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.0005206091954022988</td></tr>
<tr><td colspan=3>aqi</td><td>0.02491317448275862</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.824589868699654</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2509086706444208</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9837459515304942</td></tr>
<tr><td colspan=3>efc</td><td>0.4797</td></tr>
<tr><td colspan=3>fber</td><td>6424.3496</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08171829335244288</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>15</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.7241379310344827</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.427166619087562</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.339008944233681</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6723650271949437</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.27012588583406</td></tr>
<tr><td colspan=3>gcor</td><td>0.00706751</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015298699028789997</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03732681646943092</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.95872726959625</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>21.7217</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.4498</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.0063</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296659.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>782.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>317.5309</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.672</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>526.3068</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3508.2155</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3705.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79885.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1199.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4568.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>935.901</td></tr>
<tr><td colspan=3>tsnr</td><td>40.84684393554926</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>