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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0011_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-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-04_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-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-04_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-0011/ses-04/func/sub-0011_ses-04_task-social_acq-mb8_run-04_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>da4b2a7a7b8f62e7a737b0be369a8d0a</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>15:35:30.072500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997745, -0.0158137, -0.0652256, 0.0139321, 0.999476, -0.0292032]</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-04_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.0777482</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4125, -7758, -7292, 603, -31, -221, -9, 105]</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>219.554</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>92cbfb83-5bac-4a53-9c04-068187ccf38c||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676877498626709, 0.03737867996096611, -0.17726367712020874, 111.68597412109375], [0.04242703318595886, 2.6815221309661865, -0.07621720433235168, -91.24716186523438], [-0.17499540746212006, 0.07834996283054352, 2.693096399307251, -70.44461822509766], [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': ['153530.072500', '153530.532500', '153530.992500', '153531.452500', '153531.912500', '153532.372500', '153532.832500', '153533.292500', '153533.752500', '153534.212500', '153534.672500', '153535.132500', '153535.592500', '153536.052500', '153536.512500', '153536.972500', '153537.432500', '153537.892500', '153538.352500', '153538.812500', '153539.272500', '153539.732500', '153540.192500', '153540.652500', '153541.112500', '153541.572500', '153542.032500', '153542.492500', '153542.952500', '153543.412500', '153543.872500', '153544.332500', '153544.792500', '153545.252500', '153545.712500', '153546.172500', '153546.632500', '153547.092500', '153547.552500', '153548.012500', '153548.472500', '153548.932500', '153549.392500', '153549.852500', '153550.312500', '153550.772500', '153551.232500', '153551.692500', '153552.152500', '153552.612500', '153553.072500', '153553.532500', '153553.992500', '153554.452500', '153554.912500', '153555.372500', '153555.832500', '153556.292500', '153556.752500', '153557.212500', '153557.672500', '153558.132500', '153558.592500', '153559.052500', '153559.512500', '153559.972500', '153600.432500', '153600.892500', '153601.352500', '153601.812500', '153602.272500', '153602.732500', '153603.192500', '153603.652500', '153604.112500', '153604.572500', '153605.032500', '153605.492500', '153605.952500', '153606.412500', '153606.872500', '153607.332500', '153607.792500', '153608.252500', '153608.712500', '153609.172500', '153609.632500', '153610.092500', '153610.552500', '153611.012500', '153611.472500', '153611.932500', '153612.392500', '153612.852500', '153613.312500', '153613.772500', '153614.232500', '153614.692500', '153615.152500', '153615.612500', '153616.072500', '153616.532500', '153616.992500', '153617.452500', '153617.912500', '153618.372500', '153618.832500', '153619.292500', '153619.752500', '153620.212500', '153620.672500', '153621.132500', '153621.592500', '153622.052500', '153622.512500', '153622.972500', '153623.432500', '153623.892500', '153624.352500', '153624.812500', '153625.272500', '153625.732500', '153626.192500', '153626.652500', '153627.112500', '153627.572500', '153628.032500', '153628.492500', '153628.952500', '153629.412500', '153629.872500', '153630.332500', '153630.792500', '153631.252500', '153631.712500', '153632.172500', '153632.632500', '153633.092500', '153633.552500', '153634.012500', '153634.472500', '153634.932500', '153635.392500', '153635.852500', '153636.312500', '153636.772500', '153637.232500', '153637.692500', '153638.152500', '153638.612500', '153639.072500', '153639.532500', '153639.992500', '153640.452500', '153640.912500', '153641.372500', '153641.832500', '153642.292500', '153642.752500', '153643.212500', '153643.672500', '153644.132500', '153644.592500', '153645.052500', '153645.512500', '153645.972500', '153646.432500', '153646.892500', '153647.352500', '153647.812500', '153648.272500', '153648.732500', '153649.192500', '153649.652500', '153650.112500', '153650.572500', '153651.032500', '153651.492500', '153651.952500', '153652.412500', '153652.872500', '153653.332500', '153653.792500', '153654.252500', '153654.712500', '153655.172500', '153655.632500', '153656.092500', '153656.552500', '153657.012500', '153657.472500', '153657.932500', '153658.392500', '153658.852500', '153659.312500', '153659.772500', '153700.232500', '153700.692500', '153701.152500', '153701.612500', '153702.072500', '153702.532500', '153702.992500', '153703.452500', '153703.912500', '153704.372500', '153704.832500', '153705.292500', '153705.752500', '153706.212500', '153706.672500', '153707.132500', '153707.592500', '153708.052500', '153708.512500', '153708.972500', '153709.432500', '153709.892500', '153710.352500', '153710.812500', '153711.272500', '153711.732500', '153712.192500', '153712.652500', '153713.112500', '153713.572500', '153714.032500', '153714.492500', '153714.952500', '153715.412500', '153715.872500', '153716.332500', '153716.792500', '153717.252500', '153717.712500', '153718.172500', '153718.632500', '153719.092500', '153719.552500', '153720.012500', '153720.472500', '153720.932500', '153721.392500', '153721.852500', '153722.312500', '153722.772500', '153723.232500', '153723.692500', '153724.152500', '153724.612500', '153725.072500', '153725.532500', '153725.992500', '153726.452500', '153726.912500', '153727.372500', '153727.832500', '153728.292500', '153728.752500', '153729.212500', '153729.672500', '153730.132500', '153730.592500', '153731.052500', '153731.512500', '153731.972500', '153732.432500', '153732.892500', '153733.352500', '153733.812500', '153734.272500', '153734.732500', '153735.192500', '153735.652500', '153736.112500', '153736.572500', '153737.032500', '153737.492500', '153737.952500', '153738.412500', '153738.872500', '153739.332500', '153739.792500', '153740.252500', '153740.712500', '153741.172500', '153741.632500', '153742.092500', '153742.552500', '153743.012500', '153743.472500', '153743.932500', '153744.392500', '153744.852500', '153745.312500', '153745.772500', '153746.232500', '153746.692500', '153747.152500', '153747.612500', '153748.072500', '153748.532500', '153748.992500', '153749.452500', '153749.912500', '153750.372500', '153750.832500', '153751.292500', '153751.752500', '153752.212500', '153752.672500', '153753.132500', '153753.592500', '153754.052500', '153754.512500', '153754.972500', '153755.432500', '153755.892500', '153756.352500', '153756.812500', '153757.272500', '153757.732500', '153758.192500', '153758.652500', '153759.112500', '153759.572500', '153800.032500', '153800.492500', '153800.952500', '153801.412500', '153801.872500', '153802.332500', '153802.792500', '153803.252500', '153803.712500', '153804.172500', '153804.632500', '153805.092500', '153805.552500', '153806.012500', '153806.472500', '153806.932500', '153807.392500', '153807.852500', '153808.312500', '153808.772500', '153809.232500', '153809.692500', '153810.152500', '153810.612500', '153811.072500', '153811.532500', '153811.992500', '153812.452500', '153812.912500', '153813.372500', '153813.832500', '153814.292500', '153814.752500', '153815.212500', '153815.672500', '153816.132500', '153816.592500', '153817.052500', '153817.512500', '153817.972500', '153818.432500', '153818.892500', '153819.352500', '153819.812500', '153820.272500', '153820.732500', '153821.192500', '153821.652500', '153822.112500', '153822.572500', '153823.032500', '153823.492500', '153823.952500', '153824.412500', '153824.872500', '153825.332500', '153825.792500', '153826.252500', '153826.712500', '153827.172500', '153827.632500', '153828.092500', '153828.552500', '153829.012500', '153829.472500', '153829.932500', '153830.392500', '153830.852500', '153831.312500', '153831.772500', '153832.232500', '153832.692500', '153833.152500', '153833.612500', '153834.072500', '153834.532500', '153834.992500', '153835.452500', '153835.912500', '153836.372500', '153836.832500', '153837.292500', '153837.752500', '153838.212500', '153838.672500', '153839.132500', '153839.592500', '153840.052500', '153840.512500', '153840.972500', '153841.432500', '153841.892500', '153842.352500', '153842.812500', '153843.272500', '153843.732500', '153844.192500', '153844.652500', '153845.112500', '153845.572500', '153846.032500', '153846.492500', '153846.952500', '153847.412500', '153847.872500', '153848.332500', '153848.792500', '153849.252500', '153849.712500', '153850.172500', '153850.632500', '153851.092500', '153851.552500', '153852.012500', '153852.472500', '153852.932500', '153853.392500', '153853.852500', '153854.312500', '153854.772500', '153855.232500', '153855.692500', '153856.152500', '153856.612500', '153857.072500', '153857.532500', '153857.992500', '153858.452500', '153858.912500', '153859.372500', '153859.832500', '153900.292500', '153900.752500', '153901.212500', '153901.672500', '153902.132500', '153902.592500', '153903.052500', '153903.512500', '153903.972500', '153904.432500', '153904.892500', '153905.352500', '153905.812500', '153906.272500', '153906.732500', '153907.192500', '153907.652500', '153908.112500', '153908.572500', '153909.032500', '153909.492500', '153909.952500', '153910.412500', '153910.872500', '153911.332500', '153911.792500', '153912.252500', '153912.712500', '153913.172500', '153913.632500', '153914.092500', '153914.552500', '153915.012500', '153915.472500', '153915.932500', '153916.392500', '153916.852500', '153917.312500', '153917.772500', '153918.232500', '153918.692500', '153919.152500', '153919.612500', '153920.072500', '153920.532500', '153920.992500', '153921.452500', '153921.912500', '153922.372500', '153922.832500', '153923.292500', '153923.752500', '153924.212500', '153924.672500', '153925.132500', '153925.592500', '153926.052500', '153926.512500', '153926.972500', '153927.432500', '153927.892500', '153928.352500', '153928.812500', '153929.272500', '153929.732500', '153930.192500', '153930.652500', '153931.112500', '153931.572500', '153932.032500', '153932.492500', '153932.952500', '153933.412500', '153933.872500', '153934.332500', '153934.792500', '153935.252500', '153935.712500', '153936.172500', '153936.632500', '153937.092500', '153937.552500', '153938.012500', '153938.472500', '153938.932500', '153939.392500', '153939.852500', '153940.312500', '153940.772500', '153941.232500', '153941.692500', '153942.152500', '153942.612500', '153943.072500', '153943.532500', '153943.992500', '153944.452500', '153944.912500', '153945.372500', '153945.832500', '153946.292500', '153946.752500', '153947.212500', '153947.672500', '153948.132500', '153948.592500', '153949.052500', '153949.512500', '153949.972500', '153950.432500', '153950.892500', '153951.352500', '153951.812500', '153952.272500', '153952.732500', '153953.192500', '153953.652500', '153954.112500', '153954.572500', '153955.032500', '153955.492500', '153955.952500', '153956.412500', '153956.872500', '153957.332500', '153957.792500', '153958.252500', '153958.712500', '153959.172500', '153959.632500', '154000.092500', '154000.552500', '154001.012500', '154001.472500', '154001.932500', '154002.392500', '154002.852500', '154003.312500', '154003.772500', '154004.232500', '154004.692500', '154005.152500', '154005.612500', '154006.072500', '154006.532500', '154006.992500', '154007.452500', '154007.912500', '154008.372500', '154008.832500', '154009.292500', '154009.752500', '154010.212500', '154010.672500', '154011.132500', '154011.592500', '154012.052500', '154012.512500', '154012.972500', '154013.432500', '154013.892500', '154014.352500', '154014.812500', '154015.272500', '154015.732500', '154016.192500', '154016.652500', '154017.112500', '154017.572500', '154018.032500', '154018.492500', '154018.952500', '154019.412500', '154019.872500', '154020.332500', '154020.792500', '154021.252500', '154021.712500', '154022.172500', '154022.632500', '154023.092500', '154023.552500', '154024.012500', '154024.472500', '154024.932500', '154025.392500', '154025.852500', '154026.312500', '154026.772500', '154027.232500', '154027.692500', '154028.152500', '154028.612500', '154029.072500', '154029.532500', '154029.992500', '154030.452500', '154030.912500', '154031.372500', '154031.832500', '154032.292500', '154032.752500', '154033.212500', '154033.672500', '154034.132500', '154034.592500', '154035.052500', '154035.512500', '154035.972500', '154036.432500', '154036.892500', '154037.352500', '154037.812500', '154038.272500', '154038.732500', '154039.192500', '154039.652500', '154040.112500', '154040.572500', '154041.032500', '154041.492500', '154041.952500', '154042.412500', '154042.872500', '154043.332500', '154043.792500', '154044.252500', '154044.712500', '154045.172500', '154045.632500', '154046.092500', '154046.552500', '154047.012500', '154047.472500', '154047.932500', '154048.392500', '154048.852500', '154049.312500', '154049.772500', '154050.232500', '154050.692500', '154051.152500', '154051.612500', '154052.072500', '154052.532500', '154052.992500', '154053.452500', '154053.912500', '154054.372500', '154054.832500', '154055.292500', '154055.752500', '154056.212500', '154056.672500', '154057.132500', '154057.592500', '154058.052500', '154058.512500', '154058.972500', '154059.432500', '154059.892500', '154100.352500', '154100.812500', '154101.272500', '154101.732500', '154102.192500', '154102.652500', '154103.112500', '154103.572500', '154104.032500', '154104.492500', '154104.952500', '154105.412500', '154105.872500', '154106.332500', '154106.792500', '154107.252500', '154107.712500', '154108.172500', '154108.632500', '154109.092500', '154109.552500', '154110.012500', '154110.472500', '154110.932500', '154111.392500', '154111.852500', '154112.312500', '154112.772500', '154113.232500', '154113.692500', '154114.152500', '154114.612500', '154115.072500', '154115.532500', '154115.992500', '154116.452500', '154116.912500', '154117.372500', '154117.832500', '154118.292500', '154118.752500', '154119.212500', '154119.672500', '154120.132500', '154120.592500', '154121.052500', '154121.512500', '154121.972500', '154122.432500', '154122.892500', '154123.352500', '154123.812500', '154124.272500', '154124.732500', '154125.192500', '154125.652500', '154126.112500', '154126.572500', '154127.032500', '154127.492500', '154127.952500', '154128.412500', '154128.872500', '154129.332500', '154129.792500', '154130.252500', '154130.712500', '154131.172500', '154131.632500', '154132.092500', '154132.552500', '154133.012500', '154133.472500', '154133.932500', '154134.392500', '154134.852500', '154135.312500', '154135.772500', '154136.232500', '154136.692500', '154137.152500', '154137.612500', '154138.072500', '154138.532500', '154138.992500', '154139.452500', '154139.912500', '154140.372500', '154140.832500', '154141.292500', '154141.752500', '154142.212500', '154142.672500', '154143.132500', '154143.592500', '154144.052500', '154144.512500', '154144.972500', '154145.432500', '154145.892500', '154146.352500', '154146.812500', '154147.272500', '154147.732500', '154148.192500', '154148.652500', '154149.112500', '154149.572500', '154150.032500', '154150.492500', '154150.952500', '154151.412500', '154151.872500', '154152.332500', '154152.792500', '154153.252500', '154153.712500', '154154.172500', '154154.632500', '154155.092500', '154155.552500', '154156.012500', '154156.472500', '154156.932500', '154157.392500', '154157.852500', '154158.312500', '154158.772500', '154159.232500', '154159.692500', '154200.152500', '154200.612500', '154201.072500', '154201.532500', '154201.992500', '154202.452500', '154202.912500', '154203.372500', '154203.832500', '154204.292500', '154204.752500', '154205.212500', '154205.672500', '154206.132500', '154206.592500', '154207.052500', '154207.512500', '154207.972500', '154208.432500', '154208.892500', '154209.352500', '154209.812500', '154210.272500', '154210.732500'], 'ContentTime': ['153545.675000', '153545.678000', '153545.681000', '153545.697000', '153545.700000', '153545.703000', '153545.706000', '153545.709000', '153545.712000', '153545.715000', '153545.718000', '153545.721000', '153545.724000', '153545.727000', '153545.730000', '153545.733000', '153545.735000', '153545.739000', '153545.742000', '153545.745000', '153545.749000', '153545.752000', '153545.755000', '153545.758000', '153545.761000', '153545.764000', '153545.767000', '153545.770000', '153545.773000', '153545.776000', '153545.779000', '153605.644000', '153605.647000', '153605.650000', '153605.653000', '153605.656000', '153605.658000', '153605.661000', '153605.664000', '153605.667000', '153605.670000', '153605.673000', '153605.676000', '153605.678000', '153605.681000', '153605.684000', '153605.687000', '153605.690000', '153605.693000', '153605.695000', '153605.698000', '153605.701000', '153605.704000', '153605.707000', '153605.710000', '153605.713000', '153605.715000', '153605.718000', '153605.721000', '153605.724000', '153605.727000', '153605.730000', '153605.733000', '153605.735000', '153605.738000', '153605.741000', '153605.744000', '153605.747000', '153605.750000', '153605.753000', '153605.755000', '153605.758000', '153605.761000', '153605.764000', '153605.767000', '153625.645000', '153625.649000', '153625.652000', '153625.655000', '153625.657000', '153625.660000', '153625.663000', '153625.666000', '153625.669000', '153625.672000', '153625.675000', '153625.678000', '153625.680000', '153625.683000', '153625.686000', '153625.695000', '153625.698000', '153625.701000', '153625.704000', '153625.707000', '153625.710000', '153625.713000', '153625.715000', '153625.718000', '153625.721000', '153625.724000', '153625.727000', '153625.730000', '153625.733000', '153625.736000', '153625.739000', '153625.741000', '153625.744000', '153625.747000', '153625.750000', '153625.753000', '153625.756000', '153625.759000', '153625.762000', '153625.765000', '153625.767000', '153625.770000', '153625.773000', '153645.645000', '153645.648000', '153645.651000', '153645.654000', '153645.656000', '153645.659000', '153645.662000', '153645.665000', '153645.668000', '153645.671000', '153645.674000', '153645.677000', '153645.680000', '153645.682000', '153645.685000', '153645.688000', '153645.691000', '153645.694000', '153645.697000', '153645.700000', '153645.703000', '153645.705000', '153645.708000', '153645.711000', '153645.714000', '153645.717000', '153645.720000', '153645.723000', '153645.726000', '153645.728000', '153645.731000', '153645.734000', '153645.737000', '153645.740000', '153645.743000', '153645.746000', '153645.748000', '153645.751000', '153645.754000', '153645.757000', '153645.760000', '153645.763000', '153645.766000', '153645.769000', '153705.645000', '153705.648000', '153705.651000', '153705.654000', '153705.657000', '153705.661000', '153705.665000', '153705.668000', '153705.671000', '153705.673000', '153705.676000', '153705.679000', '153705.682000', '153705.685000', '153705.688000', '153705.691000', '153705.694000', '153705.696000', '153705.699000', '153705.702000', '153705.705000', '153705.722000', '153705.725000', '153705.728000', '153705.731000', '153705.734000', '153705.737000', '153705.740000', '153705.743000', '153705.745000', '153705.748000', '153705.751000', '153705.754000', '153705.757000', '153705.760000', '153705.763000', '153705.766000', '153705.768000', '153705.771000', '153705.774000', '153705.777000', '153705.780000', '153705.783000', '153725.645000', '153725.648000', '153725.651000', '153725.654000', '153725.657000', '153725.659000', '153725.662000', '153725.665000', '153725.668000', '153725.671000', '153725.674000', '153725.677000', '153725.680000', '153725.683000', '153725.686000', '153725.688000', '153725.691000', '153725.694000', '153725.697000', '153725.700000', '153725.703000', '153725.706000', '153725.709000', '153725.711000', '153725.714000', '153725.717000', '153725.720000', '153725.723000', '153725.726000', '153725.729000', '153725.732000', '153725.734000', '153725.737000', '153725.740000', '153725.743000', '153725.746000', '153725.749000', '153725.752000', '153725.755000', '153725.757000', '153725.760000', '153725.763000', '153725.766000', '153725.769000', '153745.645000', '153745.648000', '153745.651000', '153745.654000', '153745.657000', '153745.660000', '153745.662000', '153745.665000', '153745.668000', '153745.672000', '153745.677000', '153745.681000', '153745.684000', '153745.686000', '153745.689000', '153745.692000', '153745.695000', '153745.698000', '153745.701000', '153745.704000', '153745.707000', '153745.709000', '153745.712000', '153745.715000', '153745.718000', '153745.721000', '153745.724000', '153745.727000', '153745.730000', '153745.732000', '153745.735000', '153745.738000', '153745.741000', '153745.744000', '153745.747000', '153745.750000', '153745.753000', '153745.756000', '153745.759000', '153745.761000', '153745.764000', '153745.767000', '153745.770000', '153805.644000', '153805.647000', '153805.650000', '153805.653000', '153805.656000', '153805.658000', '153805.661000', '153805.664000', '153805.667000', '153805.670000', '153805.673000', '153805.676000', '153805.679000', '153805.682000', '153805.684000', '153805.687000', '153805.690000', '153805.693000', '153805.696000', '153805.699000', '153805.702000', '153805.705000', '153805.707000', '153805.710000', '153805.713000', '153805.716000', '153805.719000', '153805.722000', '153805.725000', '153805.728000', '153805.731000', '153805.733000', '153805.736000', '153805.739000', '153805.742000', '153805.745000', '153805.748000', '153805.751000', '153805.754000', '153805.757000', '153805.760000', '153805.762000', '153805.765000', '153805.768000', '153825.644000', '153825.647000', '153825.650000', '153825.653000', '153825.656000', '153825.659000', '153825.662000', '153825.664000', '153825.667000', '153825.670000', '153825.673000', '153825.676000', '153825.679000', '153825.682000', '153825.685000', '153825.688000', '153825.691000', '153825.693000', '153825.696000', '153825.700000', '153825.704000', '153825.707000', '153825.710000', '153825.713000', '153825.715000', '153825.718000', '153825.721000', '153825.724000', '153825.727000', '153825.730000', '153825.733000', '153825.736000', '153825.739000', '153825.742000', '153825.744000', '153825.747000', '153825.750000', '153825.753000', '153825.756000', '153825.759000', '153825.762000', '153825.765000', '153825.768000', '153845.645000', '153845.648000', '153845.651000', '153845.654000', '153845.657000', '153845.660000', '153845.663000', '153845.666000', '153845.668000', '153845.671000', '153845.674000', '153845.677000', '153845.680000', '153845.683000', '153845.686000', '153845.689000', '153845.691000', '153845.707000', '153845.710000', '153845.713000', '153845.716000', '153845.719000', '153845.722000', '153845.725000', '153845.727000', '153845.730000', '153845.733000', '153845.736000', '153845.739000', '153845.742000', '153845.745000', '153845.748000', '153845.751000', '153845.754000', '153845.756000', '153845.759000', '153845.762000', '153845.765000', '153845.768000', '153845.771000', '153845.774000', '153845.777000', '153845.780000', '153845.783000', '153905.645000', '153905.648000', '153905.651000', '153905.655000', '153905.658000', '153905.661000', '153905.664000', '153905.670000', '153905.673000', '153905.676000', '153905.679000', '153905.682000', '153905.685000', '153905.688000', '153905.691000', '153905.693000', '153905.697000', '153905.699000', '153905.702000', '153905.705000', '153905.708000', '153905.711000', '153905.714000', '153905.717000', '153905.720000', '153905.723000', '153905.726000', '153905.728000', '153905.731000', '153905.734000', '153905.737000', '153905.740000', '153905.743000', '153905.746000', '153905.749000', '153905.752000', '153905.754000', '153905.757000', '153905.760000', '153905.763000', '153905.767000', '153905.772000', '153905.776000', '153925.645000', '153925.648000', '153925.651000', '153925.654000', '153925.657000', '153925.660000', '153925.662000', '153925.665000', '153925.668000', '153925.671000', '153925.674000', '153925.677000', '153925.680000', '153925.683000', '153925.686000', '153925.689000', '153925.692000', '153925.695000', '153925.698000', '153925.700000', '153925.703000', '153925.706000', '153925.709000', '153925.712000', '153925.715000', '153925.718000', '153925.721000', '153925.723000', '153925.726000', '153925.729000', '153925.732000', '153925.735000', '153925.738000', '153925.741000', '153925.744000', '153925.747000', '153925.750000', '153925.753000', '153925.756000', '153925.759000', '153925.761000', '153925.764000', '153925.767000', '153925.770000', '153945.645000', '153945.648000', '153945.651000', '153945.654000', '153945.657000', '153945.660000', '153945.663000', '153945.665000', '153945.668000', '153945.671000', '153945.674000', '153945.677000', '153945.680000', '153945.683000', '153945.686000', '153945.689000', '153945.692000', '153945.695000', '153945.698000', '153945.700000', '153945.703000', '153945.706000', '153945.709000', '153945.712000', '153945.715000', '153945.718000', '153945.721000', '153945.724000', '153945.727000', '153945.729000', '153945.733000', '153945.735000', '153945.738000', '153945.741000', '153945.744000', '153945.750000', '153945.754000', '153945.757000', '153945.759000', '153945.762000', '153945.765000', '153945.768000', '153945.771000', '154005.645000', '154005.648000', '154005.651000', '154005.654000', '154005.657000', '154005.660000', '154005.663000', '154005.665000', '154005.668000', '154005.671000', '154005.674000', '154005.677000', '154005.680000', '154005.683000', '154005.686000', '154005.689000', '154005.692000', '154005.695000', '154005.697000', '154005.700000', '154005.703000', '154005.706000', '154005.709000', '154005.712000', '154005.715000', '154005.718000', '154005.721000', '154005.724000', '154005.744000', '154005.747000', '154005.749000', '154005.752000', '154005.755000', '154005.758000', '154005.761000', '154005.764000', '154005.767000', '154005.770000', '154005.772000', '154005.775000', '154005.778000', '154005.781000', '154005.784000', '154005.787000', '154025.644000', '154025.647000', '154025.650000', '154025.653000', '154025.656000', '154025.659000', '154025.662000', '154025.664000', '154025.667000', '154025.670000', '154025.673000', '154025.676000', '154025.679000', '154025.682000', '154025.685000', '154025.688000', '154025.691000', '154025.694000', '154025.697000', '154025.700000', '154025.703000', '154025.706000', '154025.709000', '154025.712000', '154025.715000', '154025.717000', '154025.721000', '154025.723000', '154025.726000', '154025.729000', '154025.732000', '154025.735000', '154025.738000', '154025.741000', '154025.744000', '154025.747000', '154025.750000', '154025.753000', '154025.755000', '154025.758000', '154025.761000', '154025.764000', '154025.767000', '154045.644000', '154045.647000', '154045.650000', '154045.653000', '154045.656000', '154045.659000', '154045.662000', '154045.665000', '154045.668000', '154045.671000', '154045.674000', '154045.677000', '154045.680000', '154045.682000', '154045.685000', '154045.688000', '154045.691000', '154045.694000', '154045.697000', '154045.700000', '154045.703000', '154045.706000', '154045.708000', '154045.711000', '154045.714000', '154045.717000', '154045.720000', '154045.723000', '154045.726000', '154045.729000', '154045.732000', '154045.734000', '154045.737000', '154045.740000', '154045.743000', '154045.746000', '154045.749000', '154045.752000', '154045.755000', '154045.758000', '154045.761000', '154045.764000', '154045.767000', '154045.770000', '154105.645000', '154105.648000', '154105.651000', '154105.654000', '154105.657000', '154105.660000', '154105.663000', '154105.665000', '154105.668000', '154105.671000', '154105.674000', '154105.677000', '154105.680000', '154105.683000', '154105.686000', '154105.689000', '154105.692000', '154105.695000', '154105.698000', '154105.701000', '154105.704000', '154105.706000', '154105.709000', '154105.712000', '154105.715000', '154105.718000', '154105.721000', '154105.724000', '154105.727000', '154105.730000', '154105.733000', '154105.735000', '154105.738000', '154105.741000', '154105.744000', '154105.747000', '154105.750000', '154105.753000', '154105.756000', '154105.759000', '154105.762000', '154105.765000', '154105.768000', '154125.645000', '154125.648000', '154125.653000', '154125.656000', '154125.659000', '154125.662000', '154125.665000', '154125.668000', '154125.671000', '154125.673000', '154125.676000', '154125.679000', '154125.682000', '154125.685000', '154125.688000', '154125.691000', '154125.694000', '154125.697000', '154125.700000', '154125.703000', '154125.705000', '154125.708000', '154125.711000', '154125.714000', '154125.717000', '154125.720000', '154125.723000', '154125.726000', '154125.729000', '154125.732000', '154125.735000', '154125.738000', '154125.740000', '154125.743000', '154125.746000', '154125.749000', '154125.752000', '154125.755000', '154125.758000', '154125.761000', '154125.764000', '154125.767000', '154125.769000', '154125.772000', '154145.645000', '154145.648000', '154145.651000', '154145.654000', '154145.657000', '154145.660000', '154145.663000', '154145.665000', '154145.668000', '154145.671000', '154145.674000', '154145.677000', '154145.680000', '154145.683000', '154145.686000', '154145.689000', '154145.692000', '154145.695000', '154145.698000', '154145.700000', '154145.703000', '154145.706000', '154145.709000', '154145.712000', '154145.715000', '154145.718000', '154145.721000', '154145.724000', '154145.726000', '154145.729000', '154145.733000', '154145.736000', '154145.739000', '154145.742000', '154145.745000', '154145.748000', '154145.751000', '154145.754000', '154145.757000', '154145.760000', '154145.762000', '154145.765000', '154145.768000', '154205.645000', '154205.648000', '154205.651000', '154205.654000', '154205.657000', '154205.660000', '154205.663000', '154205.665000', '154205.668000', '154205.671000', '154205.674000', '154205.677000', '154205.680000', '154205.683000', '154205.686000', '154205.689000', '154205.692000', '154205.695000', '154205.698000', '154205.700000', '154205.703000', '154205.706000', '154205.709000', '154205.712000', '154205.715000', '154205.718000', '154205.721000', '154205.724000', '154205.727000', '154205.730000', '154205.733000', '154205.735000', '154205.738000', '154205.741000', '154205.744000', '154205.747000', '154205.750000', '154205.753000', '154205.756000', '154205.759000', '154205.762000', '154205.765000', '154205.768000', '154205.770000', '154212.062000', '154212.066000', '154212.069000', '154212.072000', '154212.076000', '154212.079000', '154212.082000', '154212.085000', '154212.088000', '154212.092000', '154212.095000', '154212.098000', '154212.101000', '154212.104000'], 'InstanceCreationTime': ['153545.675000', '153545.678000', '153545.681000', '153545.697000', '153545.700000', '153545.703000', '153545.706000', '153545.709000', '153545.712000', '153545.715000', '153545.718000', '153545.721000', '153545.724000', '153545.727000', '153545.730000', '153545.733000', '153545.735000', '153545.739000', '153545.742000', '153545.745000', '153545.749000', '153545.752000', '153545.755000', '153545.758000', '153545.761000', '153545.764000', '153545.767000', '153545.770000', '153545.773000', '153545.776000', '153545.779000', '153605.644000', '153605.647000', '153605.650000', '153605.653000', '153605.656000', '153605.658000', '153605.661000', '153605.664000', '153605.667000', '153605.670000', '153605.673000', '153605.676000', '153605.678000', '153605.681000', '153605.684000', '153605.687000', '153605.690000', '153605.693000', '153605.695000', '153605.698000', '153605.701000', '153605.704000', '153605.707000', '153605.710000', '153605.713000', '153605.715000', '153605.718000', '153605.721000', '153605.724000', '153605.727000', '153605.730000', '153605.733000', '153605.735000', '153605.738000', '153605.741000', '153605.744000', '153605.747000', '153605.750000', '153605.753000', '153605.755000', '153605.758000', '153605.761000', '153605.764000', '153605.767000', '153625.645000', '153625.649000', '153625.652000', '153625.655000', '153625.657000', '153625.660000', '153625.663000', '153625.666000', '153625.669000', '153625.672000', '153625.675000', '153625.678000', '153625.680000', '153625.683000', '153625.686000', '153625.695000', '153625.698000', '153625.701000', '153625.704000', '153625.707000', '153625.710000', '153625.713000', '153625.715000', '153625.718000', '153625.721000', '153625.724000', '153625.727000', '153625.730000', '153625.733000', '153625.736000', '153625.739000', '153625.741000', '153625.744000', '153625.747000', '153625.750000', '153625.753000', '153625.756000', '153625.759000', '153625.762000', '153625.765000', '153625.767000', '153625.770000', '153625.773000', '153645.645000', '153645.648000', '153645.651000', '153645.654000', '153645.656000', '153645.659000', '153645.662000', '153645.665000', '153645.668000', '153645.671000', '153645.674000', '153645.677000', '153645.680000', '153645.682000', '153645.685000', '153645.688000', '153645.691000', '153645.694000', '153645.697000', '153645.700000', '153645.703000', '153645.705000', '153645.708000', '153645.711000', '153645.714000', '153645.717000', '153645.720000', '153645.723000', '153645.726000', '153645.728000', '153645.731000', '153645.734000', '153645.737000', '153645.740000', '153645.743000', '153645.746000', '153645.748000', '153645.751000', '153645.754000', '153645.757000', '153645.760000', '153645.763000', '153645.766000', '153645.769000', '153705.645000', '153705.648000', '153705.651000', '153705.654000', '153705.657000', '153705.661000', '153705.665000', '153705.668000', '153705.671000', '153705.673000', '153705.676000', '153705.679000', '153705.682000', '153705.685000', '153705.688000', '153705.691000', '153705.694000', '153705.696000', '153705.699000', '153705.702000', '153705.705000', '153705.722000', '153705.725000', '153705.728000', '153705.731000', '153705.734000', '153705.737000', '153705.740000', '153705.743000', '153705.745000', '153705.748000', '153705.751000', '153705.754000', '153705.757000', '153705.760000', '153705.763000', '153705.766000', '153705.768000', '153705.771000', '153705.774000', '153705.777000', '153705.780000', '153705.783000', '153725.645000', '153725.648000', '153725.651000', '153725.654000', '153725.657000', '153725.659000', '153725.662000', '153725.665000', '153725.668000', '153725.671000', '153725.674000', '153725.677000', '153725.680000', '153725.683000', '153725.686000', '153725.688000', '153725.691000', '153725.694000', '153725.697000', '153725.700000', '153725.703000', '153725.706000', '153725.709000', '153725.711000', '153725.714000', '153725.717000', '153725.720000', '153725.723000', '153725.726000', '153725.729000', '153725.732000', '153725.734000', '153725.737000', '153725.740000', '153725.743000', '153725.746000', '153725.749000', '153725.752000', '153725.755000', '153725.757000', '153725.760000', '153725.763000', '153725.766000', '153725.769000', '153745.645000', '153745.648000', '153745.651000', '153745.654000', '153745.657000', '153745.660000', '153745.662000', '153745.665000', '153745.668000', '153745.672000', '153745.677000', '153745.681000', '153745.684000', '153745.686000', '153745.689000', '153745.692000', '153745.695000', '153745.698000', '153745.701000', '153745.704000', '153745.707000', '153745.709000', '153745.712000', '153745.715000', '153745.718000', '153745.721000', '153745.724000', '153745.727000', '153745.730000', '153745.732000', '153745.735000', '153745.738000', '153745.741000', '153745.744000', '153745.747000', '153745.750000', '153745.753000', '153745.756000', '153745.759000', '153745.761000', '153745.764000', '153745.767000', '153745.770000', '153805.644000', '153805.647000', '153805.650000', '153805.653000', '153805.656000', '153805.658000', '153805.661000', '153805.664000', '153805.667000', '153805.670000', '153805.673000', '153805.676000', '153805.679000', '153805.682000', '153805.684000', '153805.687000', '153805.690000', '153805.693000', '153805.696000', '153805.699000', '153805.702000', '153805.705000', '153805.707000', '153805.710000', '153805.713000', '153805.716000', '153805.719000', '153805.722000', '153805.725000', '153805.728000', '153805.731000', '153805.733000', '153805.736000', '153805.739000', '153805.742000', '153805.745000', '153805.748000', '153805.751000', '153805.754000', '153805.757000', '153805.760000', '153805.762000', '153805.765000', '153805.768000', '153825.644000', '153825.647000', '153825.650000', '153825.653000', '153825.656000', '153825.659000', '153825.662000', '153825.664000', '153825.667000', '153825.670000', '153825.673000', '153825.676000', '153825.679000', '153825.682000', '153825.685000', '153825.688000', '153825.691000', '153825.693000', '153825.696000', '153825.700000', '153825.704000', '153825.707000', '153825.710000', '153825.713000', '153825.715000', '153825.718000', '153825.721000', '153825.724000', '153825.727000', '153825.730000', '153825.733000', '153825.736000', '153825.739000', '153825.742000', '153825.744000', '153825.747000', '153825.750000', '153825.753000', '153825.756000', '153825.759000', '153825.762000', '153825.765000', '153825.768000', '153845.645000', '153845.648000', '153845.651000', '153845.654000', '153845.657000', '153845.660000', '153845.663000', '153845.666000', '153845.668000', '153845.671000', '153845.674000', '153845.677000', '153845.680000', '153845.683000', '153845.686000', '153845.689000', '153845.691000', '153845.707000', '153845.710000', '153845.713000', '153845.716000', '153845.719000', '153845.722000', '153845.725000', '153845.727000', '153845.730000', '153845.733000', '153845.736000', '153845.739000', '153845.742000', '153845.745000', '153845.748000', '153845.751000', '153845.754000', '153845.756000', '153845.759000', '153845.762000', '153845.765000', '153845.768000', '153845.771000', '153845.774000', '153845.777000', '153845.780000', '153845.783000', '153905.645000', '153905.648000', '153905.651000', '153905.655000', '153905.658000', '153905.661000', '153905.664000', '153905.670000', '153905.673000', '153905.676000', '153905.679000', '153905.682000', '153905.685000', '153905.688000', '153905.691000', '153905.693000', '153905.697000', '153905.699000', '153905.702000', '153905.705000', '153905.708000', '153905.711000', '153905.714000', '153905.717000', '153905.720000', '153905.723000', '153905.726000', '153905.728000', '153905.731000', '153905.734000', '153905.737000', '153905.740000', '153905.743000', '153905.746000', '153905.749000', '153905.752000', '153905.754000', '153905.757000', '153905.760000', '153905.763000', '153905.767000', '153905.772000', '153905.776000', '153925.645000', '153925.648000', '153925.651000', '153925.654000', '153925.657000', '153925.660000', '153925.662000', '153925.665000', '153925.668000', '153925.671000', '153925.674000', '153925.677000', '153925.680000', '153925.683000', '153925.686000', '153925.689000', '153925.692000', '153925.695000', '153925.698000', '153925.700000', '153925.703000', '153925.706000', '153925.709000', '153925.712000', '153925.715000', '153925.718000', '153925.721000', '153925.723000', '153925.726000', '153925.729000', '153925.732000', '153925.735000', '153925.738000', '153925.741000', '153925.744000', '153925.747000', '153925.750000', '153925.753000', '153925.756000', '153925.759000', '153925.761000', '153925.764000', '153925.767000', '153925.770000', '153945.645000', '153945.648000', '153945.651000', '153945.654000', '153945.657000', '153945.660000', '153945.663000', '153945.665000', '153945.668000', '153945.671000', '153945.674000', '153945.677000', '153945.680000', '153945.683000', '153945.686000', '153945.689000', '153945.692000', '153945.695000', '153945.698000', '153945.700000', '153945.703000', '153945.706000', '153945.709000', '153945.712000', '153945.715000', '153945.718000', '153945.721000', '153945.724000', '153945.727000', '153945.729000', '153945.733000', '153945.735000', '153945.738000', '153945.741000', '153945.744000', '153945.750000', '153945.754000', '153945.757000', '153945.759000', '153945.762000', '153945.765000', '153945.768000', '153945.771000', '154005.645000', '154005.648000', '154005.651000', '154005.654000', '154005.657000', '154005.660000', '154005.663000', '154005.665000', '154005.668000', '154005.671000', '154005.674000', '154005.677000', '154005.680000', '154005.683000', '154005.686000', '154005.689000', '154005.692000', '154005.695000', '154005.697000', '154005.700000', '154005.703000', '154005.706000', '154005.709000', '154005.712000', '154005.715000', '154005.718000', '154005.721000', '154005.724000', '154005.744000', '154005.747000', '154005.749000', '154005.752000', '154005.755000', '154005.758000', '154005.761000', '154005.764000', '154005.767000', '154005.770000', '154005.772000', '154005.775000', '154005.778000', '154005.781000', '154005.784000', '154005.787000', '154025.644000', '154025.647000', '154025.650000', '154025.653000', '154025.656000', '154025.659000', '154025.662000', '154025.664000', '154025.667000', '154025.670000', '154025.673000', '154025.676000', '154025.679000', '154025.682000', '154025.685000', '154025.688000', '154025.691000', '154025.694000', '154025.697000', '154025.700000', '154025.703000', '154025.706000', '154025.709000', '154025.712000', '154025.715000', '154025.717000', '154025.721000', '154025.723000', '154025.726000', '154025.729000', '154025.732000', '154025.735000', '154025.738000', '154025.741000', '154025.744000', '154025.747000', '154025.750000', '154025.753000', '154025.755000', '154025.758000', '154025.761000', '154025.764000', '154025.767000', '154045.644000', '154045.647000', '154045.650000', '154045.653000', '154045.656000', '154045.659000', '154045.662000', '154045.665000', '154045.668000', '154045.671000', '154045.674000', '154045.677000', '154045.680000', '154045.682000', '154045.685000', '154045.688000', '154045.691000', '154045.694000', '154045.697000', '154045.700000', '154045.703000', '154045.706000', '154045.708000', '154045.711000', '154045.714000', '154045.717000', '154045.720000', '154045.723000', '154045.726000', '154045.729000', '154045.732000', '154045.734000', '154045.737000', '154045.740000', '154045.743000', '154045.746000', '154045.749000', '154045.752000', '154045.755000', '154045.758000', '154045.761000', '154045.764000', '154045.767000', '154045.770000', '154105.645000', '154105.648000', '154105.651000', '154105.654000', '154105.657000', '154105.660000', '154105.663000', '154105.665000', '154105.668000', '154105.671000', '154105.674000', '154105.677000', '154105.680000', '154105.683000', '154105.686000', '154105.689000', '154105.692000', '154105.695000', '154105.698000', '154105.701000', '154105.704000', '154105.706000', '154105.709000', '154105.712000', '154105.715000', '154105.718000', '154105.721000', '154105.724000', '154105.727000', '154105.730000', '154105.733000', '154105.735000', '154105.738000', '154105.741000', '154105.744000', '154105.747000', '154105.750000', '154105.753000', '154105.756000', '154105.759000', '154105.762000', '154105.765000', '154105.768000', '154125.645000', '154125.648000', '154125.653000', '154125.656000', '154125.659000', '154125.662000', '154125.665000', '154125.668000', '154125.671000', '154125.673000', '154125.676000', '154125.679000', '154125.682000', '154125.685000', '154125.688000', '154125.691000', '154125.694000', '154125.697000', '154125.700000', '154125.703000', '154125.705000', '154125.708000', '154125.711000', '154125.714000', '154125.717000', '154125.720000', '154125.723000', '154125.726000', '154125.729000', '154125.732000', '154125.735000', '154125.738000', '154125.740000', '154125.743000', '154125.746000', '154125.749000', '154125.752000', '154125.755000', '154125.758000', '154125.761000', '154125.764000', '154125.767000', '154125.769000', '154125.772000', '154145.645000', '154145.648000', '154145.651000', '154145.654000', '154145.657000', '154145.660000', '154145.663000', '154145.665000', '154145.668000', '154145.671000', '154145.674000', '154145.677000', '154145.680000', '154145.683000', '154145.686000', '154145.689000', '154145.692000', '154145.695000', '154145.698000', '154145.700000', '154145.703000', '154145.706000', '154145.709000', '154145.712000', '154145.715000', '154145.718000', '154145.721000', '154145.724000', '154145.726000', '154145.729000', '154145.733000', '154145.736000', '154145.739000', '154145.742000', '154145.745000', '154145.748000', '154145.751000', '154145.754000', '154145.757000', '154145.760000', '154145.762000', '154145.765000', '154145.768000', '154205.645000', '154205.648000', '154205.651000', '154205.654000', '154205.657000', '154205.660000', '154205.663000', '154205.665000', '154205.668000', '154205.671000', '154205.674000', '154205.677000', '154205.680000', '154205.683000', '154205.686000', '154205.689000', '154205.692000', '154205.695000', '154205.698000', '154205.700000', '154205.703000', '154205.706000', '154205.709000', '154205.712000', '154205.715000', '154205.718000', '154205.721000', '154205.724000', '154205.727000', '154205.730000', '154205.733000', '154205.735000', '154205.738000', '154205.741000', '154205.744000', '154205.747000', '154205.750000', '154205.753000', '154205.756000', '154205.759000', '154205.762000', '154205.765000', '154205.768000', '154205.770000', '154212.062000', '154212.066000', '154212.069000', '154212.072000', '154212.076000', '154212.079000', '154212.082000', '154212.085000', '154212.088000', '154212.092000', '154212.095000', '154212.098000', '154212.101000', '154212.104000'], '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': [9274, 13511, 8132, 11891, 9054, 13608, 10841, 10328, 13306, 8380, 12934, 10076, 12781, 8314, 12986, 10329, 10821, 13527, 9221, 10760, 8302, 10049, 10528, 7438, 12000, 11592, 13040, 13280, 8466, 11176, 7312, 11828, 8043, 11887, 7947, 11494, 8961, 10764, 9068, 13265, 11057, 11375, 9502, 12996, 8841, 12385, 7712, 11862, 8070, 10016, 8008, 9359, 8038, 11449, 7460, 12002, 7988, 11706, 8103, 12019, 8937, 12373, 8691, 13448, 9289, 12074, 12075, 11600, 13744, 8988, 12470, 8211, 11691, 7690, 12388, 7739, 11477, 7175, 13025, 8726, 12425, 9835, 12120, 8459, 11405, 8427, 11538, 9448, 11660, 8736, 11250, 8845, 11388, 9828, 11967, 13957, 8899, 12655, 7829, 11173, 7399, 11171, 7646, 8981, 7136, 10214, 7579, 12797, 8891, 11553, 7626, 11127, 7596, 11636, 7935, 11067, 10555, 9919, 13094, 10980, 12060, 9152, 11825, 11371, 11565, 14642, 9416, 11996, 9290, 12323, 8492, 12883, 9056, 11600, 8641, 9315, 8693, 9114, 8810, 10410, 8221, 10898, 7979, 11898, 8193, 12410, 8225, 10605, 8164, 11928, 8777, 12846, 9939, 10945, 7925, 10894, 7674, 14295, 10252, 10932, 7843, 9414, 6977, 12342, 8309, 12418, 9864, 12481, 8199, 10895, 7459, 13208, 9216, 12757, 9720, 11751, 8933, 11980, 13500, 10550, 13329, 8097, 12170, 8574, 11291, 7519, 11581, 7805, 11651, 8014, 10836, 7782, 11636, 8060, 12619, 8009, 11417, 8402, 11749, 8200, 12773, 8620, 10599, 10707, 9133, 13137, 9666, 10176, 7513, 10782, 8671, 13751, 9648, 8919, 10612, 7052, 12569, 11711, 10179, 14178, 10532, 10720, 8200, 11272, 7534, 12705, 9806, 13132, 11478, 7886, 12392, 8167, 12659, 9236, 12542, 8185, 12776, 7895, 12301, 7715, 13713, 8383, 12188, 7137, 12804, 7418, 12079, 8976, 12310, 8525, 11318, 8486, 9893, 8536, 10941, 8632, 12733, 8020, 11326, 8471, 11974, 10924, 11705, 9013, 11227, 8744, 11428, 11748, 10766, 13668, 8925, 12791, 8959, 12415, 9192, 13100, 10575, 12843, 10891, 8677, 11333, 8507, 11821, 9857, 13005, 9216, 13150, 8593, 12510, 9178, 12482, 10106, 11911, 8851, 11886, 8156, 12753, 8185, 9397, 7312, 10900, 9099, 12901, 11528, 9600, 12688, 8664, 14129, 10177, 11369, 8498, 11117, 7671, 12155, 8626, 13290, 8331, 12076, 8238, 12241, 10152, 10109, 12942, 7554, 11018, 7436, 11554, 8810, 13024, 8579, 12268, 9462, 12405, 9031, 12827, 9048, 12294, 8797, 12284, 8625, 12240, 8164, 12964, 8848, 11766, 8910, 12190, 8490, 12709, 9338, 10189, 10018, 13026, 9623, 12700, 8967, 12184, 7795, 11333, 7853, 12224, 8902, 13083, 10219, 9626, 10649, 8528, 11928, 8646, 13141, 9851, 8671, 12022, 7399, 14362, 10722, 11117, 7896, 13120, 8176, 12741, 10213, 12668, 8330, 9497, 7310, 10997, 7788, 10754, 7404, 10223, 7651, 11217, 7646, 13051, 8989, 12222, 8495, 11278, 8393, 12917, 9245, 12532, 7859, 12662, 8615, 12452, 10482, 11881, 8705, 11914, 8307, 11852, 8965, 12594, 9023, 11829, 8838, 12119, 10332, 12324, 11666, 11362, 11199, 9746, 13415, 10084, 12695, 10857, 8617, 10634, 11037, 11149, 13845, 10007, 12492, 9289, 12496, 7497, 11593, 7429, 10960, 8587, 9892, 9667, 12841, 9910, 13007, 9472, 12431, 10355, 10666, 11961, 7976, 13155, 12023, 11535, 13073, 8645, 12643, 9069, 12264, 14825, 9587, 12740, 8386, 11868, 7552, 11473, 7176, 10872, 8354, 11641, 7966, 11103, 8250, 12785, 8279, 11707, 8801, 10237, 12584, 9787, 11437, 8676, 10144, 8539, 11584, 9851, 9247, 10930, 8590, 11870, 12506, 11750, 13783, 10465, 12519, 8761, 12580, 8508, 12325, 8296, 10589, 8044, 11247, 9610, 13250, 10444, 12760, 9500, 12530, 8631, 12734, 8835, 12208, 7568, 11687, 7783, 12516, 9955, 11672, 8861, 10376, 8603, 11571, 8718, 11613, 7545, 11479, 7271, 12383, 9577, 12044, 8678, 11940, 9961, 11580, 14202, 10225, 12590, 9084, 13169, 9012, 13054, 8446, 12062, 8203, 11477, 7650, 11079, 7770, 9986, 7041, 9925, 7115, 10582, 7609, 12877, 9418, 12755, 8207, 12050, 9054, 12311, 11245, 11679, 8289, 11356, 8444, 11804, 8798, 12677, 8207, 11887, 7749, 12051, 9744, 12075, 10700, 11148, 9851, 9989, 13309, 10127, 13610, 10128, 11135, 9352, 11084, 9603, 13971, 10460, 11197, 9466, 7083, 11291, 8849, 13353, 7750, 12614, 7382, 13113, 8261, 12643, 9376, 13250, 9749, 10662, 8373, 12683, 9072, 13955, 11753, 13025, 11836, 13827, 11290, 9275, 10704, 7017, 12091, 9917, 14323, 11067, 10766, 10506, 7530, 12755, 7505, 9338, 6871, 11528, 7098, 11824, 7998, 12668, 7921, 13031, 8556, 12912, 10250, 10538, 9161, 10616, 9132, 12175, 10822, 7707, 10508, 7178, 11521, 7009, 13340, 8378, 11877, 9395, 10379, 11356, 12578, 11691, 11495, 11924, 8529, 12037, 9790, 12111, 11621, 12129, 8346, 11466, 8330, 10797, 8961, 10690, 10761, 11331, 8886, 10496, 7275, 10014, 6814, 11978, 8284, 13164, 7568, 12665, 7635, 12788, 7473, 12976, 8821, 10732, 7043, 9975, 6830, 10085, 6939, 11418, 7258, 10810, 10126, 12618, 10563, 14049, 8882, 12273, 7266, 8975, 13047, 7546, 9484, 7557, 11541, 13292, 7998, 11571, 8668, 12953, 11280, 12568, 12336, 7731, 10990, 7265, 13550, 8624, 15117, 11305, 8029, 11529, 7347, 11074, 7237, 13140, 7741, 11620, 10282, 10320, 11457, 11561, 13282, 8523, 10033, 7152, 10668, 6665, 11652, 7358, 12547, 7005, 11970, 7150, 12724, 7697, 13243, 7772, 12770, 8710, 13131, 8474, 13065, 7772, 12850, 7257, 11919, 7685, 13418, 8147, 11390, 8181, 7988, 13417, 8001, 14144, 9041, 12459, 7549, 12605, 9315, 12183, 12064, 11613, 11830, 9757, 12635, 8410, 13519, 7181, 12656, 7490, 10775, 7537, 11933, 7314, 11598, 7486, 11540, 7906, 10397, 7436, 9050, 7253, 11530, 7735, 11898, 6887, 11169, 6752, 12251, 7691, 11318, 7040, 11939, 7830, 11648, 10253, 11001, 13627, 8095, 10890, 7351, 11793, 8006, 13392, 8107, 13000, 8291, 13424, 11071, 12806, 12993, 8661, 10139, 7085, 12224, 7568, 12696, 7986, 11609, 7394, 10250, 9401, 8333, 13782, 9354, 10833, 7666, 11966, 7537, 12895, 8057, 13461, 8138, 13292, 7993, 12217, 7294, 12842, 8160, 12922, 8042, 12537, 8720, 13002, 8132, 13440, 8095, 10745, 7772, 9308, 9950], 'WindowCenter': [4159.0, 4184.0, 4121.0, 4161.0, 4130.0, 4157.0, 4138.0, 4125.0, 4154.0, 4105.0, 4156.0, 4127.0, 4146.0, 4093.0, 4143.0, 4125.0, 4124.0, 4156.0, 4115.0, 4124.0, 4093.0, 4112.0, 4124.0, 4083.0, 4146.0, 4147.0, 4144.0, 4157.0, 4104.0, 4123.0, 4084.0, 4135.0, 4095.0, 4122.0, 4081.0, 4122.0, 4103.0, 4122.0, 4115.0, 4145.0, 4136.0, 4135.0, 4126.0, 4146.0, 4115.0, 4144.0, 4095.0, 4135.0, 4092.0, 4114.0, 4094.0, 4115.0, 4107.0, 4148.0, 4098.0, 4156.0, 4109.0, 4148.0, 4106.0, 4148.0, 4116.0, 4146.0, 4106.0, 4146.0, 4103.0, 4133.0, 4132.0, 4123.0, 4130.0, 4091.0, 4120.0, 4092.0, 4122.0, 4083.0, 4133.0, 4081.0, 4121.0, 4070.0, 4142.0, 4092.0, 4133.0, 4110.0, 4132.0, 4080.0, 4122.0, 4090.0, 4133.0, 4113.0, 4133.0, 4102.0, 4134.0, 4103.0, 4134.0, 4125.0, 4146.0, 4142.0, 4102.0, 4132.0, 4078.0, 4120.0, 4081.0, 4121.0, 4080.0, 4090.0, 4072.0, 4122.0, 4093.0, 4145.0, 4105.0, 4134.0, 4093.0, 4134.0, 4094.0, 4145.0, 4106.0, 4137.0, 4137.0, 4138.0, 4170.0, 4138.0, 4147.0, 4104.0, 4132.0, 4124.0, 4135.0, 4143.0, 4102.0, 4119.0, 4101.0, 4121.0, 4090.0, 4132.0, 4101.0, 4120.0, 4089.0, 4100.0, 4091.0, 4103.0, 4113.0, 4134.0, 4105.0, 4137.0, 4106.0, 4149.0, 4118.0, 4156.0, 4107.0, 4138.0, 4108.0, 4146.0, 4118.0, 4158.0, 4126.0, 4126.0, 4094.0, 4123.0, 4084.0, 4169.0, 4127.0, 4123.0, 4082.0, 4102.0, 4073.0, 4145.0, 4094.0, 4144.0, 4113.0, 4144.0, 4093.0, 4123.0, 4083.0, 4143.0, 4114.0, 4143.0, 4103.0, 4133.0, 4089.0, 4122.0, 4130.0, 4112.0, 4130.0, 4079.0, 4120.0, 4090.0, 4110.0, 4080.0, 4133.0, 4082.0, 4133.0, 4090.0, 4121.0, 4092.0, 4133.0, 4104.0, 4144.0, 4093.0, 4122.0, 4094.0, 4133.0, 4105.0, 4144.0, 4103.0, 4124.0, 4124.0, 4113.0, 4158.0, 4115.0, 4125.0, 4095.0, 4135.0, 4116.0, 4156.0, 4115.0, 4114.0, 4126.0, 4084.0, 4146.0, 4147.0, 4124.0, 4156.0, 4113.0, 4122.0, 4082.0, 4110.0, 4070.0, 4131.0, 4102.0, 4119.0, 4110.0, 4068.0, 4119.0, 4066.0, 4131.0, 4088.0, 4119.0, 4067.0, 4118.0, 4068.0, 4120.0, 4067.0, 4131.0, 4080.0, 4121.0, 4058.0, 4130.0, 4069.0, 4131.0, 4090.0, 4121.0, 4089.0, 4122.0, 4090.0, 4101.0, 4091.0, 4122.0, 4092.0, 4144.0, 4093.0, 4135.0, 4093.0, 4135.0, 4124.0, 4133.0, 4103.0, 4124.0, 4091.0, 4132.0, 4121.0, 4135.0, 4144.0, 4104.0, 4131.0, 4104.0, 4133.0, 4103.0, 4143.0, 4135.0, 4143.0, 4126.0, 4103.0, 4134.0, 4105.0, 4147.0, 4126.0, 4147.0, 4114.0, 4145.0, 4104.0, 4144.0, 4103.0, 4147.0, 4125.0, 4133.0, 4101.0, 4132.0, 4092.0, 4143.0, 4103.0, 4114.0, 4085.0, 4135.0, 4116.0, 4147.0, 4147.0, 4127.0, 4157.0, 4105.0, 4157.0, 4126.0, 4134.0, 4104.0, 4123.0, 4083.0, 4134.0, 4106.0, 4143.0, 4093.0, 4122.0, 4092.0, 4132.0, 4124.0, 4123.0, 4143.0, 4094.0, 4123.0, 4084.0, 4134.0, 4116.0, 4144.0, 4104.0, 4133.0, 4113.0, 4134.0, 4103.0, 4132.0, 4103.0, 4119.0, 4090.0, 4120.0, 4103.0, 4134.0, 4092.0, 4143.0, 4103.0, 4133.0, 4103.0, 4132.0, 4106.0, 4144.0, 4117.0, 4124.0, 4127.0, 4145.0, 4127.0, 4146.0, 4114.0, 4134.0, 4084.0, 4122.0, 4094.0, 4146.0, 4117.0, 4144.0, 4127.0, 4112.0, 4124.0, 4117.0, 4146.0, 4116.0, 4156.0, 4126.0, 4116.0, 4147.0, 4096.0, 4168.0, 4137.0, 4134.0, 4095.0, 4143.0, 4093.0, 4144.0, 4110.0, 4133.0, 4090.0, 4099.0, 4070.0, 4122.0, 4081.0, 4122.0, 4081.0, 4112.0, 4082.0, 4121.0, 4095.0, 4144.0, 4103.0, 4132.0, 4090.0, 4135.0, 4105.0, 4145.0, 4115.0, 4146.0, 4094.0, 4146.0, 4104.0, 4146.0, 4125.0, 4135.0, 4093.0, 4135.0, 4092.0, 4135.0, 4115.0, 4145.0, 4104.0, 4145.0, 4103.0, 4144.0, 4125.0, 4145.0, 4124.0, 4134.0, 4121.0, 4114.0, 4142.0, 4125.0, 4132.0, 4123.0, 4092.0, 4125.0, 4123.0, 4135.0, 4144.0, 4113.0, 4132.0, 4113.0, 4133.0, 4084.0, 4135.0, 4081.0, 4123.0, 4105.0, 4124.0, 4127.0, 4157.0, 4138.0, 4157.0, 4125.0, 4145.0, 4124.0, 4136.0, 4147.0, 4094.0, 4147.0, 4147.0, 4159.0, 4158.0, 4106.0, 4146.0, 4106.0, 4145.0, 4142.0, 4101.0, 4119.0, 4079.0, 4108.0, 4070.0, 4120.0, 4070.0, 4109.0, 4093.0, 4122.0, 4093.0, 4134.0, 4103.0, 4144.0, 4091.0, 4133.0, 4091.0, 4114.0, 4143.0, 4115.0, 4123.0, 4104.0, 4114.0, 4106.0, 4136.0, 4128.0, 4116.0, 4139.0, 4117.0, 4158.0, 4158.0, 4149.0, 4158.0, 4137.0, 4145.0, 4106.0, 4146.0, 4107.0, 4132.0, 4093.0, 4123.0, 4094.0, 4134.0, 4126.0, 4145.0, 4136.0, 4144.0, 4128.0, 4147.0, 4105.0, 4147.0, 4104.0, 4133.0, 4083.0, 4123.0, 4071.0, 4133.0, 4110.0, 4123.0, 4091.0, 4111.0, 4092.0, 4135.0, 4102.0, 4134.0, 4083.0, 4133.0, 4081.0, 4157.0, 4127.0, 4146.0, 4104.0, 4136.0, 4114.0, 4135.0, 4143.0, 4113.0, 4130.0, 4103.0, 4132.0, 4102.0, 4144.0, 4093.0, 4131.0, 4092.0, 4121.0, 4082.0, 4123.0, 4084.0, 4113.0, 4074.0, 4112.0, 4072.0, 4124.0, 4095.0, 4145.0, 4115.0, 4143.0, 4092.0, 4135.0, 4103.0, 4145.0, 4122.0, 4135.0, 4089.0, 4124.0, 4092.0, 4135.0, 4104.0, 4146.0, 4095.0, 4135.0, 4082.0, 4146.0, 4116.0, 4145.0, 4111.0, 4124.0, 4100.0, 4114.0, 4143.0, 4125.0, 4141.0, 4112.0, 4120.0, 4103.0, 4133.0, 4126.0, 4168.0, 4127.0, 4137.0, 4114.0, 4085.0, 4135.0, 4116.0, 4145.0, 4094.0, 4145.0, 4085.0, 4146.0, 4094.0, 4158.0, 4114.0, 4145.0, 4113.0, 4123.0, 4079.0, 4119.0, 4077.0, 4116.0, 4108.0, 4118.0, 4107.0, 4104.0, 4084.0, 4064.0, 4072.0, 4032.0, 4093.0, 4073.0, 4115.0, 4096.0, 4081.0, 4083.0, 4042.0, 4105.0, 4043.0, 4075.0, 4046.0, 4107.0, 4048.0, 4106.0, 4068.0, 4118.0, 4079.0, 4131.0, 4091.0, 4120.0, 4112.0, 4110.0, 4101.0, 4112.0, 4104.0, 4135.0, 4124.0, 4082.0, 4126.0, 4086.0, 4147.0, 4088.0, 4158.0, 4107.0, 4146.0, 4117.0, 4127.0, 4148.0, 4159.0, 4148.0, 4136.0, 4136.0, 4105.0, 4147.0, 4126.0, 4147.0, 4125.0, 4133.0, 4091.0, 4135.0, 4093.0, 4125.0, 4101.0, 4125.0, 4123.0, 4125.0, 4102.0, 4122.0, 4084.0, 4114.0, 4074.0, 4134.0, 4104.0, 4145.0, 4082.0, 4134.0, 4084.0, 4132.0, 4071.0, 4134.0, 4091.0, 4110.0, 4060.0, 4101.0, 4060.0, 4112.0, 4083.0, 4134.0, 4083.0, 4123.0, 4127.0, 4143.0, 4137.0, 4158.0, 4104.0, 4133.0, 4084.0, 4104.0, 4145.0, 4093.0, 4116.0, 4096.0, 4149.0, 4171.0, 4107.0, 4148.0, 4117.0, 4156.0, 4147.0, 4146.0, 4147.0, 4084.0, 4125.0, 4084.0, 4146.0, 4105.0, 4154.0, 4123.0, 4081.0, 4134.0, 4071.0, 4123.0, 4085.0, 4144.0, 4083.0, 4132.0, 4124.0, 4114.0, 4135.0, 4136.0, 4145.0, 4092.0, 4110.0, 4072.0, 4124.0, 4075.0, 4136.0, 4085.0, 4134.0, 4074.0, 4133.0, 4074.0, 4143.0, 4083.0, 4144.0, 4083.0, 4133.0, 4104.0, 4144.0, 4104.0, 4157.0, 4094.0, 4133.0, 4085.0, 4145.0, 4096.0, 4144.0, 4095.0, 4134.0, 4106.0, 4109.0, 4157.0, 4106.0, 4156.0, 4105.0, 4145.0, 4082.0, 4135.0, 4101.0, 4134.0, 4122.0, 4121.0, 4108.0, 4089.0, 4106.0, 4068.0, 4117.0, 4057.0, 4119.0, 4057.0, 4098.0, 4057.0, 4107.0, 4057.0, 4109.0, 4070.0, 4122.0, 4081.0, 4112.0, 4071.0, 4102.0, 4082.0, 4136.0, 4094.0, 4134.0, 4073.0, 4123.0, 4072.0, 4134.0, 4082.0, 4124.0, 4074.0, 4132.0, 4083.0, 4135.0, 4136.0, 4136.0, 4157.0, 4095.0, 4136.0, 4084.0, 4147.0, 4107.0, 4147.0, 4096.0, 4145.0, 4105.0, 4156.0, 4137.0, 4147.0, 4146.0, 4104.0, 4125.0, 4084.0, 4145.0, 4084.0, 4144.0, 4094.0, 4134.0, 4083.0, 4125.0, 4116.0, 4105.0, 4156.0, 4117.0, 4138.0, 4095.0, 4135.0, 4085.0, 4146.0, 4094.0, 4145.0, 4107.0, 4145.0, 4092.0, 4133.0, 4096.0, 4145.0, 4093.0, 4132.0, 4081.0, 4121.0, 4093.0, 4132.0, 4094.0, 4143.0, 4083.0, 4122.0, 4083.0, 4103.0, 4125.0], 'WindowWidth': [9230.0, 9253.0, 9160.0, 9213.0, 9168.0, 9199.0, 9172.0, 9153.0, 9190.0, 9127.0, 9196.0, 9156.0, 9182.0, 9105.0, 9170.0, 9148.0, 9147.0, 9195.0, 9138.0, 9149.0, 9107.0, 9129.0, 9147.0, 9093.0, 9181.0, 9186.0, 9176.0, 9198.0, 9120.0, 9145.0, 9093.0, 9163.0, 9110.0, 9142.0, 9086.0, 9140.0, 9119.0, 9140.0, 9139.0, 9177.0, 9166.0, 9163.0, 9155.0, 9179.0, 9140.0, 9177.0, 9114.0, 9166.0, 9104.0, 9134.0, 9108.0, 9137.0, 9131.0, 9189.0, 9122.0, 9198.0, 9137.0, 9188.0, 9129.0, 9188.0, 9141.0, 9183.0, 9127.0, 9181.0, 9116.0, 9158.0, 9157.0, 9144.0, 9148.0, 9097.0, 9134.0, 9099.0, 9140.0, 9092.0, 9157.0, 9087.0, 9140.0, 9071.0, 9168.0, 9101.0, 9159.0, 9122.0, 9155.0, 9083.0, 9139.0, 9096.0, 9159.0, 9131.0, 9158.0, 9116.0, 9160.0, 9119.0, 9162.0, 9152.0, 9181.0, 9170.0, 9116.0, 9154.0, 9079.0, 9137.0, 9089.0, 9139.0, 9082.0, 9094.0, 9075.0, 9143.0, 9106.0, 9179.0, 9124.0, 9162.0, 9107.0, 9162.0, 9109.0, 9181.0, 9129.0, 9169.0, 9171.0, 9175.0, 9221.0, 9172.0, 9183.0, 9121.0, 9156.0, 9145.0, 9162.0, 9170.0, 9114.0, 9131.0, 9110.0, 9136.0, 9096.0, 9156.0, 9112.0, 9136.0, 9093.0, 9108.0, 9098.0, 9119.0, 9134.0, 9165.0, 9125.0, 9173.0, 9130.0, 9191.0, 9149.0, 9197.0, 9133.0, 9176.0, 9134.0, 9183.0, 9147.0, 9204.0, 9154.0, 9155.0, 9107.0, 9144.0, 9095.0, 9217.0, 9158.0, 9145.0, 9087.0, 9114.0, 9077.0, 9177.0, 9106.0, 9174.0, 9132.0, 9175.0, 9105.0, 9145.0, 9092.0, 9174.0, 9135.0, 9174.0, 9116.0, 9157.0, 9091.0, 9140.0, 9148.0, 9128.0, 9148.0, 9079.0, 9131.0, 9094.0, 9122.0, 9085.0, 9157.0, 9090.0, 9157.0, 9099.0, 9140.0, 9103.0, 9160.0, 9124.0, 9175.0, 9105.0, 9143.0, 9108.0, 9159.0, 9126.0, 9175.0, 9119.0, 9149.0, 9149.0, 9132.0, 9199.0, 9136.0, 9154.0, 9112.0, 9169.0, 9144.0, 9195.0, 9138.0, 9137.0, 9153.0, 9097.0, 9179.0, 9182.0, 9150.0, 9194.0, 9131.0, 9140.0, 9086.0, 9121.0, 9068.0, 9149.0, 9113.0, 9130.0, 9119.0, 9061.0, 9130.0, 9055.0, 9149.0, 9088.0, 9130.0, 9057.0, 9128.0, 9059.0, 9133.0, 9061.0, 9149.0, 9079.0, 9137.0, 9050.0, 9146.0, 9064.0, 9150.0, 9095.0, 9137.0, 9091.0, 9138.0, 9093.0, 9110.0, 9098.0, 9142.0, 9102.0, 9174.0, 9104.0, 9164.0, 9104.0, 9164.0, 9147.0, 9159.0, 9117.0, 9146.0, 9099.0, 9155.0, 9139.0, 9163.0, 9174.0, 9120.0, 9152.0, 9121.0, 9156.0, 9118.0, 9172.0, 9165.0, 9171.0, 9152.0, 9120.0, 9162.0, 9123.0, 9183.0, 9154.0, 9184.0, 9135.0, 9177.0, 9122.0, 9175.0, 9119.0, 9183.0, 9149.0, 9158.0, 9111.0, 9155.0, 9102.0, 9173.0, 9119.0, 9134.0, 9097.0, 9164.0, 9143.0, 9183.0, 9186.0, 9158.0, 9198.0, 9126.0, 9198.0, 9155.0, 9164.0, 9123.0, 9145.0, 9091.0, 9162.0, 9126.0, 9172.0, 9103.0, 9139.0, 9100.0, 9154.0, 9147.0, 9145.0, 9173.0, 9108.0, 9147.0, 9095.0, 9162.0, 9141.0, 9176.0, 9121.0, 9157.0, 9131.0, 9159.0, 9118.0, 9154.0, 9117.0, 9133.0, 9097.0, 9135.0, 9118.0, 9160.0, 9104.0, 9171.0, 9118.0, 9157.0, 9120.0, 9157.0, 9126.0, 9177.0, 9144.0, 9150.0, 9158.0, 9179.0, 9158.0, 9183.0, 9138.0, 9163.0, 9095.0, 9142.0, 9107.0, 9180.0, 9143.0, 9175.0, 9157.0, 9131.0, 9149.0, 9147.0, 9182.0, 9143.0, 9195.0, 9156.0, 9141.0, 9185.0, 9118.0, 9216.0, 9169.0, 9163.0, 9109.0, 9173.0, 9104.0, 9174.0, 9122.0, 9156.0, 9096.0, 9105.0, 9068.0, 9140.0, 9086.0, 9141.0, 9087.0, 9128.0, 9088.0, 9142.0, 9113.0, 9174.0, 9117.0, 9156.0, 9097.0, 9163.0, 9126.0, 9178.0, 9138.0, 9181.0, 9108.0, 9180.0, 9120.0, 9179.0, 9150.0, 9165.0, 9104.0, 9163.0, 9102.0, 9164.0, 9138.0, 9178.0, 9121.0, 9179.0, 9119.0, 9175.0, 9150.0, 9177.0, 9147.0, 9159.0, 9138.0, 9132.0, 9168.0, 9149.0, 9154.0, 9144.0, 9101.0, 9150.0, 9145.0, 9165.0, 9174.0, 9133.0, 9155.0, 9131.0, 9158.0, 9096.0, 9165.0, 9089.0, 9144.0, 9124.0, 9149.0, 9158.0, 9198.0, 9175.0, 9200.0, 9152.0, 9179.0, 9151.0, 9168.0, 9184.0, 9110.0, 9183.0, 9186.0, 9208.0, 9201.0, 9125.0, 9180.0, 9125.0, 9177.0, 9168.0, 9109.0, 9131.0, 9076.0, 9113.0, 9065.0, 9135.0, 9069.0, 9120.0, 9103.0, 9140.0, 9106.0, 9162.0, 9121.0, 9174.0, 9099.0, 9158.0, 9098.0, 9133.0, 9172.0, 9135.0, 9143.0, 9121.0, 9132.0, 9128.0, 9169.0, 9161.0, 9143.0, 9176.0, 9144.0, 9203.0, 9201.0, 9191.0, 9200.0, 9169.0, 9176.0, 9127.0, 9182.0, 9130.0, 9156.0, 9105.0, 9143.0, 9108.0, 9162.0, 9155.0, 9179.0, 9167.0, 9176.0, 9161.0, 9184.0, 9124.0, 9184.0, 9121.0, 9157.0, 9090.0, 9143.0, 9072.0, 9158.0, 9124.0, 9142.0, 9097.0, 9124.0, 9102.0, 9165.0, 9117.0, 9163.0, 9092.0, 9161.0, 9090.0, 9198.0, 9157.0, 9181.0, 9122.0, 9167.0, 9131.0, 9164.0, 9172.0, 9129.0, 9148.0, 9117.0, 9152.0, 9113.0, 9173.0, 9104.0, 9152.0, 9102.0, 9137.0, 9087.0, 9145.0, 9095.0, 9130.0, 9079.0, 9129.0, 9077.0, 9148.0, 9112.0, 9178.0, 9136.0, 9172.0, 9101.0, 9162.0, 9118.0, 9177.0, 9141.0, 9163.0, 9093.0, 9144.0, 9101.0, 9165.0, 9123.0, 9178.0, 9109.0, 9164.0, 9091.0, 9182.0, 9142.0, 9177.0, 9125.0, 9147.0, 9110.0, 9132.0, 9170.0, 9151.0, 9166.0, 9127.0, 9136.0, 9116.0, 9159.0, 9153.0, 9216.0, 9157.0, 9171.0, 9136.0, 9100.0, 9166.0, 9142.0, 9178.0, 9110.0, 9179.0, 9095.0, 9180.0, 9109.0, 9201.0, 9135.0, 9178.0, 9135.0, 9146.0, 9079.0, 9132.0, 9069.0, 9120.0, 9113.0, 9124.0, 9108.0, 9099.0, 9072.0, 9042.0, 9052.0, 9001.0, 9081.0, 9057.0, 9114.0, 9089.0, 9062.0, 9068.0, 9011.0, 9100.0, 9016.0, 9062.0, 9027.0, 9109.0, 9032.0, 9107.0, 9060.0, 9125.0, 9077.0, 9147.0, 9096.0, 9131.0, 9125.0, 9119.0, 9111.0, 9124.0, 9120.0, 9161.0, 9148.0, 9091.0, 9152.0, 9100.0, 9184.0, 9108.0, 9201.0, 9132.0, 9182.0, 9145.0, 9158.0, 9186.0, 9204.0, 9187.0, 9167.0, 9166.0, 9121.0, 9181.0, 9153.0, 9184.0, 9148.0, 9156.0, 9098.0, 9160.0, 9102.0, 9149.0, 9112.0, 9149.0, 9144.0, 9147.0, 9115.0, 9143.0, 9095.0, 9134.0, 9082.0, 9162.0, 9120.0, 9177.0, 9090.0, 9158.0, 9092.0, 9154.0, 9072.0, 9157.0, 9096.0, 9120.0, 9054.0, 9110.0, 9057.0, 9127.0, 9093.0, 9160.0, 9094.0, 9146.0, 9156.0, 9172.0, 9171.0, 9201.0, 9120.0, 9156.0, 9094.0, 9122.0, 9177.0, 9107.0, 9140.0, 9117.0, 9192.0, 9223.0, 9133.0, 9187.0, 9146.0, 9197.0, 9186.0, 9181.0, 9183.0, 9094.0, 9150.0, 9094.0, 9181.0, 9126.0, 9186.0, 9143.0, 9086.0, 9159.0, 9073.0, 9145.0, 9098.0, 9174.0, 9092.0, 9154.0, 9147.0, 9133.0, 9166.0, 9168.0, 9177.0, 9102.0, 9125.0, 9076.0, 9146.0, 9083.0, 9168.0, 9098.0, 9160.0, 9082.0, 9159.0, 9081.0, 9171.0, 9093.0, 9173.0, 9092.0, 9157.0, 9121.0, 9172.0, 9123.0, 9197.0, 9108.0, 9158.0, 9096.0, 9181.0, 9117.0, 9175.0, 9110.0, 9157.0, 9128.0, 9138.0, 9198.0, 9129.0, 9195.0, 9124.0, 9176.0, 9089.0, 9162.0, 9111.0, 9159.0, 9138.0, 9135.0, 9113.0, 9089.0, 9106.0, 9059.0, 9123.0, 9045.0, 9129.0, 9046.0, 9100.0, 9043.0, 9111.0, 9044.0, 9117.0, 9066.0, 9139.0, 9082.0, 9125.0, 9072.0, 9114.0, 9089.0, 9167.0, 9109.0, 9160.0, 9078.0, 9144.0, 9077.0, 9160.0, 9091.0, 9145.0, 9079.0, 9155.0, 9093.0, 9163.0, 9167.0, 9167.0, 9195.0, 9110.0, 9166.0, 9096.0, 9184.0, 9131.0, 9182.0, 9114.0, 9178.0, 9123.0, 9194.0, 9170.0, 9183.0, 9179.0, 9120.0, 9148.0, 9095.0, 9177.0, 9094.0, 9173.0, 9108.0, 9161.0, 9092.0, 9148.0, 9140.0, 9124.0, 9195.0, 9142.0, 9172.0, 9113.0, 9165.0, 9097.0, 9179.0, 9109.0, 9178.0, 9131.0, 9177.0, 9103.0, 9157.0, 9115.0, 9178.0, 9103.0, 9154.0, 9086.0, 9136.0, 9103.0, 9154.0, 9108.0, 9172.0, 9088.0, 9140.0, 9091.0, 9118.0, 9152.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.0005674568469505179</td></tr>
<tr><td colspan=3>aqi</td><td>0.0194940333716916</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.41926349258062</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.220198105783409</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0006314401728116</td></tr>
<tr><td colspan=3>efc</td><td>0.4397</td></tr>
<tr><td colspan=3>fber</td><td>6827.4326</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09040773619879383</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>32</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.6823935558112773</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3905962641153677</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3125043085019645</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.57467321134228</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.284611272501859</td></tr>
<tr><td colspan=3>gcor</td><td>0.0148491</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019588738679885864</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02307950146496296</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</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.875968471266147</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>45.5733</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.3572</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.7214</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310670.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>649.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>300.9664</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3005</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.6746</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3386.2542</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3587.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65874.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1124.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4436.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>925.4391</td></tr>
<tr><td colspan=3>tsnr</td><td>43.30052528367378</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>