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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0003/ses-01/func/sub-0003_ses-01_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c842c0ddc84e23eafd933a96e562e59e</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>13:38:4.632500</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.999621, -0.0060338, 0.0268665, 0.00226813, 0.990424, 0.138044]</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.103517</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7755, -7277, 568, -7, -32, 47, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.849</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>944fb377-fa1c-40a0-9fdf-96c310db4291||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.6819095611572266, 0.006085225380957127, 0.074093759059906, 114.19893646240234], [0.016188250854611397, 2.657233953475952, 0.37241220474243164, -101.742919921875], [0.0720808282494545, -0.37036120891571045, 2.673166513442993, -50.72848892211914], [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': ['133804.632500', '133805.092500', '133805.552500', '133806.012500', '133806.472500', '133806.932500', '133807.392500', '133807.852500', '133808.312500', '133808.772500', '133809.232500', '133809.692500', '133810.152500', '133810.612500', '133811.072500', '133811.532500', '133811.992500', '133812.452500', '133812.912500', '133813.372500', '133813.832500', '133814.292500', '133814.752500', '133815.212500', '133815.672500', '133816.132500', '133816.592500', '133817.052500', '133817.512500', '133817.972500', '133818.432500', '133818.892500', '133819.352500', '133819.812500', '133820.272500', '133820.732500', '133821.192500', '133821.652500', '133822.112500', '133822.572500', '133823.032500', '133823.492500', '133823.952500', '133824.412500', '133824.872500', '133825.332500', '133825.792500', '133826.252500', '133826.712500', '133827.172500', '133827.632500', '133828.092500', '133828.552500', '133829.012500', '133829.472500', '133829.932500', '133830.392500', '133830.852500', '133831.312500', '133831.772500', '133832.232500', '133832.692500', '133833.152500', '133833.612500', '133834.072500', '133834.532500', '133834.992500', '133835.452500', '133835.912500', '133836.372500', '133836.832500', '133837.292500', '133837.752500', '133838.212500', '133838.672500', '133839.132500', '133839.592500', '133840.052500', '133840.512500', '133840.972500', '133841.432500', '133841.892500', '133842.352500', '133842.812500', '133843.272500', '133843.732500', '133844.192500', '133844.652500', '133845.112500', '133845.572500', '133846.032500', '133846.492500', '133846.952500', '133847.412500', '133847.872500', '133848.332500', '133848.792500', '133849.252500', '133849.712500', '133850.172500', '133850.632500', '133851.092500', '133851.552500', '133852.012500', '133852.472500', '133852.932500', '133853.392500', '133853.852500', '133854.312500', '133854.772500', '133855.232500', '133855.692500', '133856.152500', '133856.612500', '133857.072500', '133857.532500', '133857.992500', '133858.452500', '133858.912500', '133859.372500', '133859.832500', '133900.292500', '133900.752500', '133901.212500', '133901.672500', '133902.132500', '133902.592500', '133903.052500', '133903.512500', '133903.972500', '133904.432500', '133904.892500', '133905.352500', '133905.812500', '133906.272500', '133906.732500', '133907.192500', '133907.652500', '133908.112500', '133908.572500', '133909.032500', '133909.492500', '133909.952500', '133910.412500', '133910.872500', '133911.332500', '133911.792500', '133912.252500', '133912.712500', '133913.172500', '133913.632500', '133914.092500', '133914.552500', '133915.012500', '133915.472500', '133915.932500', '133916.392500', '133916.852500', '133917.312500', '133917.772500', '133918.232500', '133918.692500', '133919.152500', '133919.612500', '133920.072500', '133920.532500', '133920.992500', '133921.452500', '133921.912500', '133922.372500', '133922.832500', '133923.292500', '133923.752500', '133924.212500', '133924.672500', '133925.132500', '133925.592500', '133926.052500', '133926.512500', '133926.972500', '133927.432500', '133927.892500', '133928.352500', '133928.812500', '133929.272500', '133929.732500', '133930.192500', '133930.652500', '133931.112500', '133931.572500', '133932.032500', '133932.492500', '133932.952500', '133933.412500', '133933.872500', '133934.332500', '133934.792500', '133935.252500', '133935.712500', '133936.172500', '133936.632500', '133937.092500', '133937.552500', '133938.012500', '133938.472500', '133938.932500', '133939.392500', '133939.852500', '133940.312500', '133940.772500', '133941.232500', '133941.692500', '133942.152500', '133942.612500', '133943.072500', '133943.532500', '133943.992500', '133944.452500', '133944.912500', '133945.372500', '133945.832500', '133946.292500', '133946.752500', '133947.212500', '133947.672500', '133948.132500', '133948.592500', '133949.052500', '133949.512500', '133949.972500', '133950.432500', '133950.892500', '133951.352500', '133951.812500', '133952.272500', '133952.732500', '133953.192500', '133953.652500', '133954.112500', '133954.572500', '133955.032500', '133955.492500', '133955.952500', '133956.412500', '133956.872500', '133957.332500', '133957.792500', '133958.252500', '133958.712500', '133959.172500', '133959.632500', '134000.092500', '134000.552500', '134001.012500', '134001.472500', '134001.932500', '134002.392500', '134002.852500', '134003.312500', '134003.772500', '134004.232500', '134004.692500', '134005.152500', '134005.612500', '134006.072500', '134006.532500', '134006.992500', '134007.452500', '134007.912500', '134008.372500', '134008.832500', '134009.292500', '134009.752500', '134010.212500', '134010.672500', '134011.132500', '134011.592500', '134012.052500', '134012.512500', '134012.972500', '134013.432500', '134013.892500', '134014.352500', '134014.812500', '134015.272500', '134015.732500', '134016.192500', '134016.652500', '134017.112500', '134017.572500', '134018.032500', '134018.492500', '134018.952500', '134019.412500', '134019.872500', '134020.332500', '134020.792500', '134021.252500', '134021.712500', '134022.172500', '134022.632500', '134023.092500', '134023.552500', '134024.012500', '134024.472500', '134024.932500', '134025.392500', '134025.852500', '134026.312500', '134026.772500', '134027.232500', '134027.692500', '134028.152500', '134028.612500', '134029.072500', '134029.532500', '134029.992500', '134030.452500', '134030.912500', '134031.372500', '134031.832500', '134032.292500', '134032.752500', '134033.212500', '134033.672500', '134034.132500', '134034.592500', '134035.052500', '134035.512500', '134035.972500', '134036.432500', '134036.892500', '134037.352500', '134037.812500', '134038.272500', '134038.732500', '134039.192500', '134039.652500', '134040.112500', '134040.572500', '134041.032500', '134041.492500', '134041.952500', '134042.412500', '134042.872500', '134043.332500', '134043.792500', '134044.252500', '134044.712500', '134045.172500', '134045.632500', '134046.092500', '134046.552500', '134047.012500', '134047.472500', '134047.932500', '134048.392500', '134048.852500', '134049.312500', '134049.772500', '134050.232500', '134050.692500', '134051.152500', '134051.612500', '134052.072500', '134052.532500', '134052.992500', '134053.452500', '134053.912500', '134054.372500', '134054.832500', '134055.292500', '134055.752500', '134056.212500', '134056.672500', '134057.132500', '134057.592500', '134058.052500', '134058.512500', '134058.972500', '134059.432500', '134059.892500', '134100.352500', '134100.812500', '134101.272500', '134101.732500', '134102.192500', '134102.652500', '134103.112500', '134103.572500', '134104.032500', '134104.492500', '134104.952500', '134105.412500', '134105.872500', '134106.332500', '134106.792500', '134107.252500', '134107.712500', '134108.172500', '134108.632500', '134109.092500', '134109.552500', '134110.012500', '134110.472500', '134110.932500', '134111.392500', '134111.852500', '134112.312500', '134112.772500', '134113.232500', '134113.692500', '134114.152500', '134114.612500', '134115.072500', '134115.532500', '134115.992500', '134116.452500', '134116.912500', '134117.372500', '134117.832500', '134118.292500', '134118.752500', '134119.212500', '134119.672500', '134120.132500', '134120.592500', '134121.052500', '134121.512500', '134121.972500', '134122.432500', '134122.892500', '134123.352500', '134123.812500', '134124.272500', '134124.732500', '134125.192500', '134125.652500', '134126.112500', '134126.572500', '134127.032500', '134127.492500', '134127.952500', '134128.412500', '134128.872500', '134129.332500', '134129.792500', '134130.252500', '134130.712500', '134131.172500', '134131.632500', '134132.092500', '134132.552500', '134133.012500', '134133.472500', '134133.932500', '134134.392500', '134134.852500', '134135.312500', '134135.772500', '134136.232500', '134136.692500', '134137.152500', '134137.612500', '134138.072500', '134138.532500', '134138.992500', '134139.452500', '134139.912500', '134140.372500', '134140.832500', '134141.292500', '134141.752500', '134142.212500', '134142.672500', '134143.132500', '134143.592500', '134144.052500', '134144.512500', '134144.972500', '134145.432500', '134145.892500', '134146.352500', '134146.812500', '134147.272500', '134147.732500', '134148.192500', '134148.652500', '134149.112500', '134149.572500', '134150.032500', '134150.492500', '134150.952500', '134151.412500', '134151.872500', '134152.332500', '134152.792500', '134153.252500', '134153.712500', '134154.172500', '134154.632500', '134155.092500', '134155.552500', '134156.012500', '134156.472500', '134156.932500', '134157.392500', '134157.852500', '134158.312500', '134158.772500', '134159.232500', '134159.692500', '134200.152500', '134200.612500', '134201.072500', '134201.532500', '134201.992500', '134202.452500', '134202.912500', '134203.372500', '134203.832500', '134204.292500', '134204.752500', '134205.212500', '134205.672500', '134206.132500', '134206.592500', '134207.052500', '134207.512500', '134207.972500', '134208.432500', '134208.892500', '134209.352500', '134209.812500', '134210.272500', '134210.732500', '134211.192500', '134211.652500', '134212.112500', '134212.572500', '134213.032500', '134213.492500', '134213.952500', '134214.412500', '134214.872500', '134215.332500', '134215.792500', '134216.252500', '134216.712500', '134217.172500', '134217.632500', '134218.092500', '134218.552500', '134219.012500', '134219.472500', '134219.932500', '134220.392500', '134220.852500', '134221.312500', '134221.772500', '134222.232500', '134222.692500', '134223.152500', '134223.612500', '134224.072500', '134224.532500', '134224.992500', '134225.452500', '134225.912500', '134226.372500', '134226.832500', '134227.292500', '134227.752500', '134228.212500', '134228.672500', '134229.132500', '134229.592500', '134230.052500', '134230.512500', '134230.972500', '134231.432500', '134231.892500', '134232.352500', '134232.812500', '134233.272500', '134233.732500', '134234.192500', '134234.652500', '134235.112500', '134235.572500', '134236.032500', '134236.492500', '134236.952500', '134237.412500', '134237.872500', '134238.332500', '134238.792500', '134239.252500', '134239.712500', '134240.172500', '134240.632500', '134241.092500', '134241.552500', '134242.012500', '134242.472500', '134242.932500', '134243.392500', '134243.852500', '134244.312500', '134244.772500', '134245.232500', '134245.692500', '134246.152500', '134246.612500', '134247.072500', '134247.532500', '134247.992500', '134248.452500', '134248.912500', '134249.372500', '134249.832500', '134250.292500', '134250.752500', '134251.212500', '134251.672500', '134252.132500', '134252.592500', '134253.052500', '134253.512500', '134253.972500', '134254.432500', '134254.892500', '134255.352500', '134255.812500', '134256.272500', '134256.732500', '134257.192500', '134257.652500', '134258.112500', '134258.572500', '134259.032500', '134259.492500', '134259.952500', '134300.412500', '134300.872500', '134301.332500', '134301.792500', '134302.252500', '134302.712500', '134303.172500', '134303.632500', '134304.092500', '134304.552500', '134305.012500', '134305.472500', '134305.932500', '134306.392500', '134306.852500', '134307.312500', '134307.772500', '134308.232500', '134308.692500', '134309.152500', '134309.612500', '134310.072500', '134310.532500', '134310.992500', '134311.452500', '134311.912500', '134312.372500', '134312.832500', '134313.292500', '134313.752500', '134314.212500', '134314.672500', '134315.132500', '134315.592500', '134316.052500', '134316.512500', '134316.972500', '134317.432500', '134317.892500', '134318.352500', '134318.812500', '134319.272500', '134319.732500', '134320.192500', '134320.652500', '134321.112500', '134321.572500', '134322.032500', '134322.492500', '134322.952500', '134323.412500', '134323.872500', '134324.332500', '134324.792500', '134325.252500', '134325.712500', '134326.172500', '134326.632500', '134327.092500', '134327.552500', '134328.012500', '134328.472500', '134328.932500', '134329.392500', '134329.852500', '134330.312500', '134330.772500', '134331.232500', '134331.692500', '134332.152500', '134332.612500', '134333.072500', '134333.532500', '134333.992500', '134334.452500', '134334.912500', '134335.372500', '134335.832500', '134336.292500', '134336.752500', '134337.212500', '134337.672500', '134338.132500', '134338.592500', '134339.052500', '134339.512500', '134339.972500', '134340.432500', '134340.892500', '134341.352500', '134341.812500', '134342.272500', '134342.732500', '134343.192500', '134343.652500', '134344.112500', '134344.572500', '134345.032500', '134345.492500', '134345.952500', '134346.412500', '134346.872500', '134347.332500', '134347.792500', '134348.252500', '134348.712500', '134349.172500', '134349.632500', '134350.092500', '134350.552500', '134351.012500', '134351.472500', '134351.932500', '134352.392500', '134352.852500', '134353.312500', '134353.772500', '134354.232500', '134354.692500', '134355.152500', '134355.612500', '134356.072500', '134356.532500', '134356.992500', '134357.452500', '134357.912500', '134358.372500', '134358.832500', '134359.292500', '134359.752500', '134400.212500', '134400.672500', '134401.132500', '134401.592500', '134402.052500', '134402.512500', '134402.972500', '134403.432500', '134403.892500', '134404.352500', '134404.812500', '134405.272500', '134405.732500', '134406.192500', '134406.652500', '134407.112500', '134407.572500', '134408.032500', '134408.492500', '134408.952500', '134409.412500', '134409.872500', '134410.332500', '134410.792500', '134411.252500', '134411.712500', '134412.172500', '134412.632500', '134413.092500', '134413.552500', '134414.012500', '134414.472500', '134414.932500', '134415.392500', '134415.852500', '134416.312500', '134416.772500', '134417.232500', '134417.692500', '134418.152500', '134418.612500', '134419.072500', '134419.532500', '134419.992500', '134420.452500', '134420.912500', '134421.372500', '134421.832500', '134422.292500', '134422.752500', '134423.212500', '134423.672500', '134424.132500', '134424.592500', '134425.052500', '134425.512500', '134425.972500', '134426.432500', '134426.892500', '134427.352500', '134427.812500', '134428.272500', '134428.732500', '134429.192500', '134429.652500', '134430.112500', '134430.572500', '134431.032500', '134431.492500', '134431.952500', '134432.412500', '134432.872500', '134433.332500', '134433.792500', '134434.252500', '134434.712500', '134435.172500', '134435.632500', '134436.092500', '134436.552500', '134437.012500', '134437.472500', '134437.932500', '134438.392500', '134438.852500', '134439.312500', '134439.772500', '134440.232500', '134440.692500', '134441.152500', '134441.612500', '134442.072500', '134442.532500', '134442.992500', '134443.452500', '134443.912500', '134444.372500', '134444.832500', '134445.292500'], 'ContentTime': ['133831.639000', '133831.643000', '133831.646000', '133831.649000', '133831.652000', '133831.655000', '133831.657000', '133831.660000', '133831.663000', '133831.666000', '133831.670000', '133831.673000', '133831.676000', '133831.679000', '133831.682000', '133831.685000', '133831.696000', '133831.699000', '133831.702000', '133831.705000', '133831.708000', '133831.710000', '133831.713000', '133831.716000', '133831.719000', '133831.722000', '133831.725000', '133831.728000', '133831.732000', '133831.734000', '133831.737000', '133831.740000', '133831.743000', '133831.746000', '133831.749000', '133831.751000', '133831.754000', '133831.757000', '133831.760000', '133831.763000', '133831.765000', '133831.768000', '133831.771000', '133831.774000', '133831.777000', '133831.780000', '133831.782000', '133831.785000', '133831.788000', '133831.791000', '133831.794000', '133831.796000', '133831.799000', '133831.802000', '133831.805000', '133831.808000', '133851.609000', '133851.612000', '133851.615000', '133851.618000', '133851.621000', '133851.623000', '133851.626000', '133851.629000', '133851.632000', '133851.636000', '133851.639000', '133851.654000', '133851.657000', '133851.660000', '133851.663000', '133851.666000', '133851.668000', '133851.671000', '133851.674000', '133851.683000', '133851.686000', '133851.689000', '133851.692000', '133851.695000', '133851.697000', '133851.700000', '133851.703000', '133851.706000', '133851.709000', '133851.712000', '133851.714000', '133851.717000', '133851.720000', '133851.723000', '133851.726000', '133851.729000', '133851.731000', '133851.734000', '133851.737000', '133851.740000', '133851.743000', '133851.745000', '133851.748000', '133851.751000', '133911.608000', '133911.611000', '133911.614000', '133911.617000', '133911.620000', '133911.623000', '133911.625000', '133911.628000', '133911.631000', '133911.634000', '133911.637000', '133911.639000', '133911.642000', '133911.645000', '133911.648000', '133911.651000', '133911.654000', '133911.656000', '133911.659000', '133911.662000', '133911.665000', '133911.668000', '133911.671000', '133911.687000', '133911.690000', '133911.693000', '133911.696000', '133911.699000', '133911.702000', '133911.705000', '133911.707000', '133911.710000', '133911.713000', '133911.723000', '133911.725000', '133911.728000', '133911.731000', '133911.734000', '133911.737000', '133911.740000', '133911.742000', '133911.745000', '133911.748000', '133931.608000', '133931.611000', '133931.614000', '133931.617000', '133931.619000', '133931.622000', '133931.625000', '133931.628000', '133931.631000', '133931.634000', '133931.637000', '133931.640000', '133931.642000', '133931.645000', '133931.656000', '133931.659000', '133931.662000', '133931.665000', '133931.668000', '133931.671000', '133931.673000', '133931.676000', '133931.679000', '133931.682000', '133931.685000', '133931.688000', '133931.691000', '133931.693000', '133931.696000', '133931.699000', '133931.702000', '133931.705000', '133931.707000', '133931.710000', '133931.713000', '133931.716000', '133931.719000', '133931.722000', '133931.725000', '133931.727000', '133931.730000', '133931.733000', '133931.736000', '133931.739000', '133951.608000', '133951.611000', '133951.614000', '133951.616000', '133951.619000', '133951.634000', '133951.637000', '133951.640000', '133951.643000', '133951.646000', '133951.648000', '133951.651000', '133951.654000', '133951.657000', '133951.660000', '133951.663000', '133951.666000', '133951.668000', '133951.671000', '133951.674000', '133951.677000', '133951.680000', '133951.683000', '133951.685000', '133951.688000', '133951.691000', '133951.694000', '133951.697000', '133951.700000', '133951.703000', '133951.707000', '133951.710000', '133951.713000', '133951.716000', '133951.719000', '133951.721000', '133951.724000', '133951.727000', '133951.730000', '133951.733000', '133951.736000', '133951.739000', '133951.741000', '134011.608000', '134011.611000', '134011.614000', '134011.617000', '134011.619000', '134011.622000', '134011.625000', '134011.628000', '134011.631000', '134011.634000', '134011.637000', '134011.639000', '134011.642000', '134011.645000', '134011.648000', '134011.651000', '134011.654000', '134011.657000', '134011.660000', '134011.662000', '134011.665000', '134011.668000', '134011.671000', '134011.674000', '134011.677000', '134011.680000', '134011.683000', '134011.686000', '134011.689000', '134011.692000', '134011.695000', '134011.697000', '134011.700000', '134011.703000', '134011.706000', '134011.709000', '134011.712000', '134011.715000', '134011.717000', '134011.720000', '134011.723000', '134011.726000', '134011.729000', '134011.731000', '134031.609000', '134031.622000', '134031.625000', '134031.628000', '134031.631000', '134031.634000', '134031.636000', '134031.639000', '134031.642000', '134031.645000', '134031.648000', '134031.651000', '134031.653000', '134031.656000', '134031.659000', '134031.662000', '134031.665000', '134031.668000', '134031.671000', '134031.673000', '134031.676000', '134031.679000', '134031.682000', '134031.685000', '134031.688000', '134031.690000', '134031.693000', '134031.696000', '134031.699000', '134031.702000', '134031.705000', '134031.708000', '134031.711000', '134031.714000', '134031.716000', '134031.719000', '134031.722000', '134031.725000', '134031.728000', '134031.731000', '134031.733000', '134031.736000', '134031.739000', '134051.609000', '134051.612000', '134051.615000', '134051.617000', '134051.620000', '134051.623000', '134051.626000', '134051.629000', '134051.632000', '134051.635000', '134051.637000', '134051.640000', '134051.643000', '134051.646000', '134051.649000', '134051.652000', '134051.655000', '134051.657000', '134051.660000', '134051.663000', '134051.666000', '134051.669000', '134051.672000', '134051.674000', '134051.677000', '134051.690000', '134051.693000', '134051.696000', '134051.699000', '134051.702000', '134051.705000', '134051.707000', '134051.710000', '134051.713000', '134051.716000', '134051.719000', '134051.722000', '134051.725000', '134051.727000', '134051.730000', '134051.733000', '134051.736000', '134051.739000', '134051.742000', '134111.609000', '134111.612000', '134111.615000', '134111.618000', '134111.620000', '134111.623000', '134111.626000', '134111.631000', '134111.634000', '134111.637000', '134111.640000', '134111.643000', '134111.646000', '134111.649000', '134111.651000', '134111.654000', '134111.657000', '134111.660000', '134111.663000', '134111.666000', '134111.668000', '134111.671000', '134111.674000', '134111.677000', '134111.680000', '134111.683000', '134111.686000', '134111.689000', '134111.692000', '134111.694000', '134111.697000', '134111.705000', '134111.708000', '134111.711000', '134111.714000', '134111.716000', '134111.719000', '134111.722000', '134111.725000', '134111.728000', '134111.731000', '134111.733000', '134111.736000', '134131.608000', '134131.611000', '134131.614000', '134131.617000', '134131.620000', '134131.622000', '134131.625000', '134131.628000', '134131.631000', '134131.634000', '134131.647000', '134131.650000', '134131.653000', '134131.655000', '134131.660000', '134131.662000', '134131.665000', '134131.668000', '134131.671000', '134131.674000', '134131.676000', '134131.679000', '134131.682000', '134131.685000', '134131.688000', '134131.691000', '134131.694000', '134131.696000', '134131.699000', '134131.702000', '134131.705000', '134131.708000', '134131.711000', '134131.713000', '134131.716000', '134131.719000', '134131.722000', '134131.725000', '134131.736000', '134131.738000', '134131.741000', '134131.744000', '134131.747000', '134151.608000', '134151.611000', '134151.614000', '134151.617000', '134151.619000', '134151.622000', '134151.625000', '134151.628000', '134151.631000', '134151.634000', '134151.637000', '134151.640000', '134151.642000', '134151.645000', '134151.656000', '134151.659000', '134151.662000', '134151.665000', '134151.667000', '134151.670000', '134151.673000', '134151.676000', '134151.679000', '134151.681000', '134151.684000', '134151.687000', '134151.690000', '134151.693000', '134151.696000', '134151.699000', '134151.701000', '134151.704000', '134151.707000', '134151.710000', '134151.713000', '134151.727000', '134151.729000', '134151.732000', '134151.735000', '134151.738000', '134151.741000', '134151.744000', '134151.747000', '134151.750000', '134211.608000', '134211.611000', '134211.614000', '134211.617000', '134211.620000', '134211.622000', '134211.625000', '134211.628000', '134211.631000', '134211.634000', '134211.637000', '134211.640000', '134211.643000', '134211.645000', '134211.648000', '134211.651000', '134211.654000', '134211.657000', '134211.661000', '134211.665000', '134211.667000', '134211.671000', '134211.674000', '134211.677000', '134211.680000', '134211.683000', '134211.685000', '134211.688000', '134211.691000', '134211.694000', '134211.697000', '134211.700000', '134211.702000', '134211.705000', '134211.708000', '134211.711000', '134211.714000', '134211.717000', '134211.720000', '134211.723000', '134211.726000', '134211.729000', '134211.736000', '134231.608000', '134231.611000', '134231.614000', '134231.617000', '134231.620000', '134231.622000', '134231.625000', '134231.628000', '134231.631000', '134231.634000', '134231.637000', '134231.647000', '134231.650000', '134231.652000', '134231.655000', '134231.658000', '134231.661000', '134231.664000', '134231.667000', '134231.670000', '134231.673000', '134231.675000', '134231.678000', '134231.681000', '134231.684000', '134231.687000', '134231.690000', '134231.692000', '134231.695000', '134231.698000', '134231.701000', '134231.704000', '134231.707000', '134231.710000', '134231.712000', '134231.715000', '134231.718000', '134231.721000', '134231.724000', '134231.727000', '134231.730000', '134231.732000', '134231.735000', '134231.738000', '134251.609000', '134251.612000', '134251.615000', '134251.618000', '134251.621000', '134251.623000', '134251.626000', '134251.629000', '134251.632000', '134251.635000', '134251.638000', '134251.641000', '134251.644000', '134251.647000', '134251.650000', '134251.653000', '134251.656000', '134251.658000', '134251.661000', '134251.664000', '134251.667000', '134251.670000', '134251.673000', '134251.675000', '134251.678000', '134251.681000', '134251.684000', '134251.687000', '134251.690000', '134251.693000', '134251.696000', '134251.698000', '134251.701000', '134251.704000', '134251.707000', '134251.710000', '134251.713000', '134251.715000', '134251.718000', '134251.721000', '134251.724000', '134251.727000', '134251.729000', '134311.609000', '134311.612000', '134311.615000', '134311.618000', '134311.621000', '134311.623000', '134311.626000', '134311.629000', '134311.632000', '134311.635000', '134311.638000', '134311.641000', '134311.643000', '134311.646000', '134311.649000', '134311.652000', '134311.655000', '134311.658000', '134311.672000', '134311.675000', '134311.678000', '134311.681000', '134311.684000', '134311.687000', '134311.690000', '134311.692000', '134311.695000', '134311.698000', '134311.701000', '134311.704000', '134311.707000', '134311.710000', '134311.713000', '134311.715000', '134311.718000', '134311.721000', '134311.724000', '134311.727000', '134311.730000', '134311.733000', '134311.736000', '134311.739000', '134311.742000', '134311.745000', '134331.609000', '134331.612000', '134331.615000', '134331.618000', '134331.621000', '134331.624000', '134331.626000', '134331.629000', '134331.632000', '134331.635000', '134331.638000', '134331.641000', '134331.645000', '134331.648000', '134331.651000', '134331.654000', '134331.657000', '134331.659000', '134331.662000', '134331.665000', '134331.668000', '134331.671000', '134331.674000', '134331.677000', '134331.680000', '134331.683000', '134331.685000', '134331.688000', '134331.691000', '134331.694000', '134331.697000', '134331.700000', '134331.702000', '134331.705000', '134331.708000', '134331.715000', '134331.718000', '134331.720000', '134331.723000', '134331.726000', '134331.729000', '134331.732000', '134331.734000', '134351.608000', '134351.611000', '134351.614000', '134351.617000', '134351.620000', '134351.622000', '134351.625000', '134351.628000', '134351.631000', '134351.634000', '134351.637000', '134351.642000', '134351.644000', '134351.647000', '134351.650000', '134351.653000', '134351.656000', '134351.659000', '134351.662000', '134351.664000', '134351.667000', '134351.670000', '134351.673000', '134351.676000', '134351.679000', '134351.681000', '134351.684000', '134351.687000', '134351.690000', '134351.698000', '134351.701000', '134351.704000', '134351.707000', '134351.710000', '134351.713000', '134351.716000', '134351.718000', '134351.721000', '134351.724000', '134351.727000', '134351.730000', '134351.733000', '134351.735000', '134351.738000', '134411.608000', '134411.611000', '134411.614000', '134411.617000', '134411.620000', '134411.622000', '134411.625000', '134411.628000', '134411.631000', '134411.634000', '134411.637000', '134411.639000', '134411.642000', '134411.645000', '134411.648000', '134411.651000', '134411.654000', '134411.657000', '134411.659000', '134411.662000', '134411.665000', '134411.668000', '134411.671000', '134411.674000', '134411.677000', '134411.680000', '134411.684000', '134411.686000', '134411.689000', '134411.692000', '134411.695000', '134411.698000', '134411.701000', '134411.704000', '134411.707000', '134411.710000', '134411.712000', '134411.715000', '134411.718000', '134411.721000', '134411.724000', '134411.727000', '134411.729000', '134431.608000', '134431.611000', '134431.614000', '134431.617000', '134431.620000', '134431.628000', '134431.631000', '134431.633000', '134431.636000', '134431.639000', '134431.642000', '134431.645000', '134431.648000', '134431.655000', '134431.658000', '134431.661000', '134431.663000', '134431.666000', '134431.669000', '134431.672000', '134431.675000', '134431.678000', '134431.681000', '134431.683000', '134431.686000', '134431.689000', '134431.692000', '134431.695000', '134431.697000', '134431.700000', '134431.703000', '134431.706000', '134431.709000', '134431.712000', '134431.715000', '134431.718000', '134431.720000', '134431.723000', '134431.726000', '134431.729000', '134431.732000', '134431.735000', '134431.737000', '134431.740000', '134446.680000', '134446.683000', '134446.687000', '134446.697000', '134446.700000', '134446.703000', '134446.706000', '134446.709000', '134446.712000', '134446.716000', '134446.719000', '134446.722000', '134446.725000', '134446.727000', '134446.730000', '134446.734000', '134446.748000', '134446.751000', '134446.755000', '134446.765000', '134446.768000', '134446.771000', '134446.774000', '134446.777000', '134446.780000', '134446.783000', '134446.786000', '134446.789000', '134446.792000', '134446.794000', '134446.797000', '134446.800000', '134446.803000'], 'InstanceCreationTime': ['133831.639000', '133831.643000', '133831.646000', '133831.649000', '133831.652000', '133831.655000', '133831.657000', '133831.660000', '133831.663000', '133831.666000', '133831.670000', '133831.673000', '133831.676000', '133831.679000', '133831.682000', '133831.685000', '133831.696000', '133831.699000', '133831.702000', '133831.705000', '133831.708000', '133831.710000', '133831.713000', '133831.716000', '133831.719000', '133831.722000', '133831.725000', '133831.728000', '133831.732000', '133831.734000', '133831.737000', '133831.740000', '133831.743000', '133831.746000', '133831.749000', '133831.751000', '133831.754000', '133831.757000', '133831.760000', '133831.763000', '133831.765000', '133831.768000', '133831.771000', '133831.774000', '133831.777000', '133831.780000', '133831.782000', '133831.785000', '133831.788000', '133831.791000', '133831.794000', '133831.796000', '133831.799000', '133831.802000', '133831.805000', '133831.808000', '133851.609000', '133851.612000', '133851.615000', '133851.618000', '133851.621000', '133851.623000', '133851.626000', '133851.629000', '133851.632000', '133851.636000', '133851.639000', '133851.654000', '133851.657000', '133851.660000', '133851.663000', '133851.666000', '133851.668000', '133851.671000', '133851.674000', '133851.683000', '133851.686000', '133851.689000', '133851.692000', '133851.695000', '133851.697000', '133851.700000', '133851.703000', '133851.706000', '133851.709000', '133851.712000', '133851.714000', '133851.717000', '133851.720000', '133851.723000', '133851.726000', '133851.729000', '133851.731000', '133851.734000', '133851.737000', '133851.740000', '133851.743000', '133851.745000', '133851.748000', '133851.751000', '133911.608000', '133911.611000', '133911.614000', '133911.617000', '133911.620000', '133911.623000', '133911.625000', '133911.628000', '133911.631000', '133911.634000', '133911.637000', '133911.639000', '133911.642000', '133911.645000', '133911.648000', '133911.651000', '133911.654000', '133911.656000', '133911.659000', '133911.662000', '133911.665000', '133911.668000', '133911.671000', '133911.687000', '133911.690000', '133911.693000', '133911.696000', '133911.699000', '133911.702000', '133911.705000', '133911.707000', '133911.710000', '133911.713000', '133911.723000', '133911.725000', '133911.728000', '133911.731000', '133911.734000', '133911.737000', '133911.740000', '133911.742000', '133911.745000', '133911.748000', '133931.608000', '133931.611000', '133931.614000', '133931.617000', '133931.619000', '133931.622000', '133931.625000', '133931.628000', '133931.631000', '133931.634000', '133931.637000', '133931.640000', '133931.642000', '133931.645000', '133931.656000', '133931.659000', '133931.662000', '133931.665000', '133931.668000', '133931.671000', '133931.673000', '133931.676000', '133931.679000', '133931.682000', '133931.685000', '133931.688000', '133931.691000', '133931.693000', '133931.696000', '133931.699000', '133931.702000', '133931.705000', '133931.707000', '133931.710000', '133931.713000', '133931.716000', '133931.719000', '133931.722000', '133931.725000', '133931.727000', '133931.730000', '133931.733000', '133931.736000', '133931.739000', '133951.608000', '133951.611000', '133951.614000', '133951.616000', '133951.619000', '133951.634000', '133951.637000', '133951.640000', '133951.643000', '133951.646000', '133951.648000', '133951.651000', '133951.654000', '133951.657000', '133951.660000', '133951.663000', '133951.666000', '133951.668000', '133951.671000', '133951.674000', '133951.677000', '133951.680000', '133951.683000', '133951.685000', '133951.688000', '133951.691000', '133951.694000', '133951.697000', '133951.700000', '133951.703000', '133951.707000', '133951.710000', '133951.713000', '133951.716000', '133951.719000', '133951.721000', '133951.724000', '133951.727000', '133951.730000', '133951.733000', '133951.736000', '133951.739000', '133951.741000', '134011.608000', '134011.611000', '134011.614000', '134011.617000', '134011.619000', '134011.622000', '134011.625000', '134011.628000', '134011.631000', '134011.634000', '134011.637000', '134011.639000', '134011.642000', '134011.645000', '134011.648000', '134011.651000', '134011.654000', '134011.657000', '134011.660000', '134011.662000', '134011.665000', '134011.668000', '134011.671000', '134011.674000', '134011.677000', '134011.680000', '134011.683000', '134011.686000', '134011.689000', '134011.692000', '134011.695000', '134011.697000', '134011.700000', '134011.703000', '134011.706000', '134011.709000', '134011.712000', '134011.715000', '134011.717000', '134011.720000', '134011.723000', '134011.726000', '134011.729000', '134011.731000', '134031.609000', '134031.622000', '134031.625000', '134031.628000', '134031.631000', '134031.634000', '134031.636000', '134031.639000', '134031.642000', '134031.645000', '134031.648000', '134031.651000', '134031.653000', '134031.656000', '134031.659000', '134031.662000', '134031.665000', '134031.668000', '134031.671000', '134031.673000', '134031.676000', '134031.679000', '134031.682000', '134031.685000', '134031.688000', '134031.690000', '134031.693000', '134031.696000', '134031.699000', '134031.702000', '134031.705000', '134031.708000', '134031.711000', '134031.714000', '134031.716000', '134031.719000', '134031.722000', '134031.725000', '134031.728000', '134031.731000', '134031.733000', '134031.736000', '134031.739000', '134051.609000', '134051.612000', '134051.615000', '134051.617000', '134051.620000', '134051.623000', '134051.626000', '134051.629000', '134051.632000', '134051.635000', '134051.637000', '134051.640000', '134051.643000', '134051.646000', '134051.649000', '134051.652000', '134051.655000', '134051.657000', '134051.660000', '134051.663000', '134051.666000', '134051.669000', '134051.672000', '134051.674000', '134051.677000', '134051.690000', '134051.693000', '134051.696000', '134051.699000', '134051.702000', '134051.705000', '134051.707000', '134051.710000', '134051.713000', '134051.716000', '134051.719000', '134051.722000', '134051.725000', '134051.727000', '134051.730000', '134051.733000', '134051.736000', '134051.739000', '134051.742000', '134111.609000', '134111.612000', '134111.615000', '134111.618000', '134111.620000', '134111.623000', '134111.626000', '134111.631000', '134111.634000', '134111.637000', '134111.640000', '134111.643000', '134111.646000', '134111.649000', '134111.651000', '134111.654000', '134111.657000', '134111.660000', '134111.663000', '134111.666000', '134111.668000', '134111.671000', '134111.674000', '134111.677000', '134111.680000', '134111.683000', '134111.686000', '134111.689000', '134111.692000', '134111.694000', '134111.697000', '134111.705000', '134111.708000', '134111.711000', '134111.714000', '134111.716000', '134111.719000', '134111.722000', '134111.725000', '134111.728000', '134111.731000', '134111.733000', '134111.736000', '134131.608000', '134131.611000', '134131.614000', '134131.617000', '134131.620000', '134131.622000', '134131.625000', '134131.628000', '134131.631000', '134131.634000', '134131.647000', '134131.650000', '134131.653000', '134131.655000', '134131.660000', '134131.662000', '134131.665000', '134131.668000', '134131.671000', '134131.674000', '134131.676000', '134131.679000', '134131.682000', '134131.685000', '134131.688000', '134131.691000', '134131.694000', '134131.696000', '134131.699000', '134131.702000', '134131.705000', '134131.708000', '134131.711000', '134131.713000', '134131.716000', '134131.719000', '134131.722000', '134131.725000', '134131.736000', '134131.738000', '134131.741000', '134131.744000', '134131.747000', '134151.608000', '134151.611000', '134151.614000', '134151.617000', '134151.619000', '134151.622000', '134151.625000', '134151.628000', '134151.631000', '134151.634000', '134151.637000', '134151.640000', '134151.642000', '134151.645000', '134151.656000', '134151.659000', '134151.662000', '134151.665000', '134151.667000', '134151.670000', '134151.673000', '134151.676000', '134151.679000', '134151.681000', '134151.684000', '134151.687000', '134151.690000', '134151.693000', '134151.696000', '134151.699000', '134151.701000', '134151.704000', '134151.707000', '134151.710000', '134151.713000', '134151.727000', '134151.729000', '134151.732000', '134151.735000', '134151.738000', '134151.741000', '134151.744000', '134151.747000', '134151.750000', '134211.608000', '134211.611000', '134211.614000', '134211.617000', '134211.620000', '134211.622000', '134211.625000', '134211.628000', '134211.631000', '134211.634000', '134211.637000', '134211.640000', '134211.643000', '134211.645000', '134211.648000', '134211.651000', '134211.654000', '134211.657000', '134211.661000', '134211.665000', '134211.667000', '134211.671000', '134211.674000', '134211.677000', '134211.680000', '134211.683000', '134211.685000', '134211.688000', '134211.691000', '134211.694000', '134211.697000', '134211.700000', '134211.702000', '134211.705000', '134211.708000', '134211.711000', '134211.714000', '134211.717000', '134211.720000', '134211.723000', '134211.726000', '134211.729000', '134211.736000', '134231.608000', '134231.611000', '134231.614000', '134231.617000', '134231.620000', '134231.622000', '134231.625000', '134231.628000', '134231.631000', '134231.634000', '134231.637000', '134231.647000', '134231.650000', '134231.652000', '134231.655000', '134231.658000', '134231.661000', '134231.664000', '134231.667000', '134231.670000', '134231.673000', '134231.675000', '134231.678000', '134231.681000', '134231.684000', '134231.687000', '134231.690000', '134231.692000', '134231.695000', '134231.698000', '134231.701000', '134231.704000', '134231.707000', '134231.710000', '134231.712000', '134231.715000', '134231.718000', '134231.721000', '134231.724000', '134231.727000', '134231.730000', '134231.732000', '134231.735000', '134231.738000', '134251.609000', '134251.612000', '134251.615000', '134251.618000', '134251.621000', '134251.623000', '134251.626000', '134251.629000', '134251.632000', '134251.635000', '134251.638000', '134251.641000', '134251.644000', '134251.647000', '134251.650000', '134251.653000', '134251.656000', '134251.658000', '134251.661000', '134251.664000', '134251.667000', '134251.670000', '134251.673000', '134251.675000', '134251.678000', '134251.681000', '134251.684000', '134251.687000', '134251.690000', '134251.693000', '134251.696000', '134251.698000', '134251.701000', '134251.704000', '134251.707000', '134251.710000', '134251.713000', '134251.715000', '134251.718000', '134251.721000', '134251.724000', '134251.727000', '134251.729000', '134311.609000', '134311.612000', '134311.615000', '134311.618000', '134311.621000', '134311.623000', '134311.626000', '134311.629000', '134311.632000', '134311.635000', '134311.638000', '134311.641000', '134311.643000', '134311.646000', '134311.649000', '134311.652000', '134311.655000', '134311.658000', '134311.672000', '134311.675000', '134311.678000', '134311.681000', '134311.684000', '134311.687000', '134311.690000', '134311.692000', '134311.695000', '134311.698000', '134311.701000', '134311.704000', '134311.707000', '134311.710000', '134311.713000', '134311.715000', '134311.718000', '134311.721000', '134311.724000', '134311.727000', '134311.730000', '134311.733000', '134311.736000', '134311.739000', '134311.742000', '134311.745000', '134331.609000', '134331.612000', '134331.615000', '134331.618000', '134331.621000', '134331.624000', '134331.626000', '134331.629000', '134331.632000', '134331.635000', '134331.638000', '134331.641000', '134331.645000', '134331.648000', '134331.651000', '134331.654000', '134331.657000', '134331.659000', '134331.662000', '134331.665000', '134331.668000', '134331.671000', '134331.674000', '134331.677000', '134331.680000', '134331.683000', '134331.685000', '134331.688000', '134331.691000', '134331.694000', '134331.697000', '134331.700000', '134331.702000', '134331.705000', '134331.708000', '134331.715000', '134331.718000', '134331.720000', '134331.723000', '134331.726000', '134331.729000', '134331.732000', '134331.734000', '134351.608000', '134351.611000', '134351.614000', '134351.617000', '134351.620000', '134351.622000', '134351.625000', '134351.628000', '134351.631000', '134351.634000', '134351.637000', '134351.642000', '134351.644000', '134351.647000', '134351.650000', '134351.653000', '134351.656000', '134351.659000', '134351.662000', '134351.664000', '134351.667000', '134351.670000', '134351.673000', '134351.676000', '134351.679000', '134351.681000', '134351.684000', '134351.687000', '134351.690000', '134351.698000', '134351.701000', '134351.704000', '134351.707000', '134351.710000', '134351.713000', '134351.716000', '134351.718000', '134351.721000', '134351.724000', '134351.727000', '134351.730000', '134351.733000', '134351.735000', '134351.738000', '134411.608000', '134411.611000', '134411.614000', '134411.617000', '134411.620000', '134411.622000', '134411.625000', '134411.628000', '134411.631000', '134411.634000', '134411.637000', '134411.639000', '134411.642000', '134411.645000', '134411.648000', '134411.651000', '134411.654000', '134411.657000', '134411.659000', '134411.662000', '134411.665000', '134411.668000', '134411.671000', '134411.674000', '134411.677000', '134411.680000', '134411.684000', '134411.686000', '134411.689000', '134411.692000', '134411.695000', '134411.698000', '134411.701000', '134411.704000', '134411.707000', '134411.710000', '134411.712000', '134411.715000', '134411.718000', '134411.721000', '134411.724000', '134411.727000', '134411.729000', '134431.608000', '134431.611000', '134431.614000', '134431.617000', '134431.620000', '134431.628000', '134431.631000', '134431.633000', '134431.636000', '134431.639000', '134431.642000', '134431.645000', '134431.648000', '134431.655000', '134431.658000', '134431.661000', '134431.663000', '134431.666000', '134431.669000', '134431.672000', '134431.675000', '134431.678000', '134431.681000', '134431.683000', '134431.686000', '134431.689000', '134431.692000', '134431.695000', '134431.697000', '134431.700000', '134431.703000', '134431.706000', '134431.709000', '134431.712000', '134431.715000', '134431.718000', '134431.720000', '134431.723000', '134431.726000', '134431.729000', '134431.732000', '134431.735000', '134431.737000', '134431.740000', '134446.680000', '134446.683000', '134446.687000', '134446.697000', '134446.700000', '134446.703000', '134446.706000', '134446.709000', '134446.712000', '134446.716000', '134446.719000', '134446.722000', '134446.725000', '134446.727000', '134446.730000', '134446.734000', '134446.748000', '134446.751000', '134446.755000', '134446.765000', '134446.768000', '134446.771000', '134446.774000', '134446.777000', '134446.780000', '134446.783000', '134446.786000', '134446.789000', '134446.792000', '134446.794000', '134446.797000', '134446.800000', '134446.803000'], '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': [7890, 7412, 13743, 11602, 7177, 7275, 11314, 7949, 9776, 13524, 8556, 8616, 10988, 7265, 7177, 10683, 7661, 7461, 12458, 7441, 7005, 9120, 7160, 7293, 8865, 9113, 7020, 6938, 10622, 7131, 7119, 11635, 8399, 8916, 13390, 7180, 7062, 9572, 7496, 9928, 8566, 7577, 11486, 7395, 6997, 8901, 7018, 7138, 10591, 7312, 7029, 11558, 7628, 6935, 9818, 7546, 13141, 8886, 10467, 13121, 7726, 13785, 7635, 7152, 10214, 7313, 14058, 10341, 7244, 11294, 7598, 7253, 10264, 7534, 8726, 8854, 7466, 7339, 8634, 7308, 7630, 10257, 7286, 7080, 9471, 7689, 7314, 9937, 7527, 10898, 8201, 7414, 7641, 8898, 7824, 10314, 11345, 7580, 8051, 9063, 7651, 7830, 8621, 7507, 13228, 9713, 7219, 9934, 7082, 7149, 11743, 7460, 7167, 11032, 7203, 7080, 9266, 7084, 7227, 7055, 7640, 7273, 11576, 8093, 10628, 9408, 7226, 13255, 7305, 12977, 9030, 9183, 13010, 7606, 10897, 7351, 6970, 10579, 7258, 7409, 10719, 7248, 7296, 10042, 7314, 7032, 12175, 8574, 7052, 11378, 7712, 7096, 11552, 7998, 11015, 13489, 7322, 7054, 10104, 7360, 7163, 10860, 7330, 7025, 9473, 7389, 7832, 7316, 8447, 8417, 12584, 9320, 7186, 12352, 9081, 7061, 7104, 8895, 7498, 7074, 12393, 7288, 7132, 10900, 7439, 7326, 11218, 7433, 7463, 10177, 7326, 7353, 9915, 7304, 11116, 8536, 10211, 10943, 7106, 13997, 7952, 9508, 9285, 7964, 15543, 8444, 7215, 11315, 7564, 7435, 12022, 8707, 7132, 11280, 7213, 7081, 11210, 8218, 7067, 12419, 7376, 7136, 10570, 7050, 7545, 11533, 7379, 7147, 9247, 7541, 8047, 9312, 7326, 12752, 9007, 7239, 9278, 7751, 7111, 11938, 8139, 7013, 9453, 7295, 7316, 8348, 7154, 12318, 8763, 6875, 10387, 7811, 7256, 8149, 7034, 14595, 9903, 7010, 10230, 7799, 7808, 7789, 7006, 11439, 7623, 7046, 9391, 7235, 7262, 10730, 8301, 6941, 9478, 7671, 7095, 11250, 8274, 7265, 14478, 7797, 7047, 10520, 7194, 7219, 10572, 7353, 7149, 9086, 7300, 7217, 9827, 7212, 9862, 8473, 7262, 9548, 7526, 7136, 12286, 8132, 8969, 9037, 7333, 13732, 7656, 7211, 7063, 7138, 7275, 11647, 8497, 6989, 10751, 7256, 13365, 7886, 11913, 10274, 9046, 14122, 7783, 8926, 7890, 7399, 10920, 8430, 7437, 11163, 8589, 7200, 7183, 9027, 7257, 7263, 8405, 9182, 6993, 7176, 10228, 7100, 7087, 11047, 7568, 8828, 12321, 7537, 7076, 10946, 7544, 7256, 13626, 7385, 7341, 10329, 6990, 7204, 10091, 8032, 7850, 10085, 7827, 7308, 7083, 11230, 7663, 7517, 10090, 7226, 11544, 8780, 7264, 9658, 7190, 7313, 9707, 8345, 8025, 10245, 8886, 7468, 7103, 10100, 7601, 7297, 13598, 8018, 7754, 8649, 8282, 7650, 10182, 9709, 7806, 7058, 8588, 8023, 7019, 8398, 7526, 7685, 8337, 7339, 10153, 8625, 7440, 7081, 7689, 7143, 10527, 7677, 7131, 12320, 7284, 7155, 11044, 7558, 7192, 13050, 7203, 6932, 9138, 7184, 7080, 10620, 7525, 7091, 11061, 7292, 7527, 7015, 8743, 7765, 9522, 12834, 7886, 7043, 10773, 7132, 7146, 11340, 8128, 6953, 10557, 7212, 7085, 9161, 7604, 7196, 9926, 8181, 7169, 7314, 9314, 7023, 7247, 10019, 7735, 8249, 8766, 10739, 7450, 7525, 9197, 9825, 7120, 7412, 10315, 8206, 6957, 7145, 11181, 7971, 7163, 10324, 7967, 7206, 7263, 9924, 7799, 7212, 13674, 8137, 7465, 9424, 8285, 7661, 10839, 8546, 7696, 9902, 8043, 7215, 7106, 8518, 7223, 6904, 9665, 7316, 7144, 10791, 7767, 13564, 10399, 8423, 13295, 7484, 7216, 10783, 7997, 7386, 13230, 8047, 7243, 8587, 7791, 7653, 8531, 8894, 7169, 7192, 9145, 7377, 6967, 10856, 7296, 7319, 9767, 8265, 7190, 7163, 9855, 7577, 7527, 10069, 9226, 7128, 7246, 12233, 10183, 8352, 7068, 9841, 7804, 7966, 9352, 8835, 6986, 7298, 8830, 7857, 7591, 7627, 8112, 7381, 11426, 9223, 7372, 12004, 7934, 7514, 11300, 8354, 7560, 8081, 7795, 7099, 7098, 10837, 7789, 7340, 7264, 7899, 7179, 6869, 11207, 7673, 6872, 12244, 7728, 9126, 8147, 7081, 14069, 9338, 13890, 8521, 7226, 10098, 7367, 7165, 11874, 8559, 7206, 8570, 7249, 7331, 7035, 7852, 7283, 9945, 11262, 7180, 7103, 10449, 8216, 7202, 11950, 7799, 10040, 12104, 7160, 7198, 9897, 7265, 7188, 10414, 7519, 7528, 7603, 7483, 7402, 9835, 9235, 7583, 6997, 8089, 7071, 7851, 9343, 8629, 7309, 7211, 9194, 7353, 7777, 7883, 8542, 8254, 8589, 10713, 7390, 7335, 12135, 7764, 8163, 7054, 8915, 8586, 10118, 9436, 7692, 12381, 7729, 8132, 12152, 8469, 8012, 12110, 9805, 8035, 10518, 9141, 7846, 7630, 8345, 8077, 7115, 7234, 9797, 7167, 7778, 9150, 7466, 7532, 10189, 8415, 7138, 7129, 9604, 7156, 7117, 10176, 7985, 7559, 7019, 9489, 7909, 7278, 12339, 7647, 7384, 9756, 7251, 7407, 10915, 7756, 7777, 8650, 8221, 7101, 7077, 10166, 7190, 7354, 11512, 8883, 8205, 7013, 9472, 7045, 7573, 13227, 8635, 7554, 10837, 7294, 7887, 8080, 7761, 7162, 7525, 11636, 7261, 7580, 8857, 7623, 7512, 11615, 8894, 7546, 13196, 7883, 8248, 8569, 8229, 8036, 10543, 8584, 7869, 7064, 8340, 7369, 7265, 11342, 7960, 7960, 6963, 8040, 8013, 7020, 10189, 7330, 7023, 10217, 7185, 7477, 11589, 7405, 7120, 10782, 7633, 7677, 7062, 8766, 7390, 7495, 8542, 8754, 7183, 7265, 11376, 7364, 7438, 13665, 9980, 9251, 14958, 8814, 7853, 13126, 8218, 7457, 10479, 7406, 7055, 10445, 7347, 7470, 7196, 7237, 7335, 8765, 10341, 7891, 8476, 9670, 7837, 13660, 10783, 9081, 13952, 8024, 7137, 9002, 8282, 9301, 9004, 8262, 6981, 8629, 7346, 8237, 9514, 8264, 7197, 7250, 9905, 8183, 6971, 7258, 10058, 7342, 7530, 11225, 8824, 7954, 8985, 8270, 7669, 9574, 8936, 7257, 7133, 9019, 7225, 7450, 9652, 8780, 7049, 7153, 9794, 7281, 7292, 10756, 7566, 7842, 13390, 9131, 7713, 9041, 7245, 7265, 7085, 7416, 6932, 8290, 9412, 8988, 8346, 11473, 9167, 8017, 12427, 8968, 9233, 11922, 8680, 7441, 8369, 8651, 6987, 9046], 'WindowCenter': [4338.0, 4299.0, 4344.0, 4320.0, 4267.0, 4264.0, 4296.0, 4264.0, 4283.0, 4300.0, 4261.0, 4259.0, 4277.0, 4236.0, 4237.0, 4278.0, 4260.0, 4248.0, 4288.0, 4246.0, 4237.0, 4268.0, 4237.0, 4249.0, 4269.0, 4271.0, 4250.0, 4249.0, 4280.0, 4247.0, 4239.0, 4290.0, 4259.0, 4258.0, 4288.0, 4237.0, 4236.0, 4267.0, 4236.0, 4269.0, 4256.0, 4246.0, 4276.0, 4235.0, 4236.0, 4257.0, 4236.0, 4249.0, 4280.0, 4250.0, 4250.0, 4293.0, 4261.0, 4251.0, 4280.0, 4249.0, 4302.0, 4259.0, 4268.0, 4289.0, 4247.0, 4287.0, 4247.0, 4237.0, 4268.0, 4246.0, 4286.0, 4267.0, 4235.0, 4263.0, 4244.0, 4236.0, 4279.0, 4247.0, 4257.0, 4255.0, 4236.0, 4236.0, 4258.0, 4248.0, 4248.0, 4279.0, 4249.0, 4248.0, 4269.0, 4259.0, 4262.0, 4281.0, 4259.0, 4280.0, 4259.0, 4249.0, 4249.0, 4268.0, 4259.0, 4269.0, 4279.0, 4247.0, 4248.0, 4257.0, 4247.0, 4245.0, 4256.0, 4236.0, 4286.0, 4267.0, 4235.0, 4265.0, 4236.0, 4226.0, 4277.0, 4236.0, 4240.0, 4281.0, 4247.0, 4250.0, 4269.0, 4248.0, 4250.0, 4252.0, 4261.0, 4265.0, 4303.0, 4274.0, 4294.0, 4282.0, 4251.0, 4302.0, 4251.0, 4300.0, 4271.0, 4269.0, 4290.0, 4247.0, 4276.0, 4236.0, 4248.0, 4278.0, 4248.0, 4247.0, 4279.0, 4248.0, 4249.0, 4269.0, 4260.0, 4251.0, 4290.0, 4271.0, 4250.0, 4290.0, 4248.0, 4250.0, 4292.0, 4259.0, 4279.0, 4288.0, 4246.0, 4236.0, 4267.0, 4249.0, 4236.0, 4278.0, 4248.0, 4236.0, 4267.0, 4246.0, 4260.0, 4246.0, 4257.0, 4257.0, 4288.0, 4270.0, 4236.0, 4288.0, 4258.0, 4248.0, 4248.0, 4269.0, 4248.0, 4249.0, 4289.0, 4236.0, 4236.0, 4278.0, 4237.0, 4247.0, 4279.0, 4250.0, 4249.0, 4280.0, 4251.0, 4263.0, 4283.0, 4263.0, 4293.0, 4273.0, 4284.0, 4282.0, 4251.0, 4301.0, 4259.0, 4269.0, 4269.0, 4261.0, 4310.0, 4258.0, 4248.0, 4278.0, 4246.0, 4248.0, 4290.0, 4272.0, 4250.0, 4280.0, 4248.0, 4250.0, 4293.0, 4260.0, 4249.0, 4289.0, 4247.0, 4238.0, 4278.0, 4250.0, 4249.0, 4290.0, 4249.0, 4236.0, 4269.0, 4247.0, 4248.0, 4257.0, 4238.0, 4287.0, 4256.0, 4236.0, 4256.0, 4246.0, 4235.0, 4287.0, 4246.0, 4237.0, 4267.0, 4247.0, 4248.0, 4256.0, 4238.0, 4288.0, 4259.0, 4237.0, 4266.0, 4246.0, 4247.0, 4259.0, 4248.0, 4297.0, 4267.0, 4236.0, 4266.0, 4246.0, 4247.0, 4247.0, 4237.0, 4278.0, 4245.0, 4237.0, 4266.0, 4248.0, 4250.0, 4290.0, 4271.0, 4251.0, 4280.0, 4261.0, 4251.0, 4291.0, 4260.0, 4249.0, 4310.0, 4248.0, 4249.0, 4279.0, 4238.0, 4248.0, 4279.0, 4250.0, 4238.0, 4269.0, 4249.0, 4247.0, 4280.0, 4250.0, 4269.0, 4260.0, 4248.0, 4269.0, 4248.0, 4238.0, 4287.0, 4247.0, 4256.0, 4257.0, 4237.0, 4298.0, 4246.0, 4247.0, 4248.0, 4249.0, 4248.0, 4291.0, 4271.0, 4249.0, 4281.0, 4248.0, 4300.0, 4260.0, 4289.0, 4268.0, 4258.0, 4296.0, 4245.0, 4268.0, 4244.0, 4235.0, 4265.0, 4254.0, 4245.0, 4278.0, 4259.0, 4247.0, 4236.0, 4267.0, 4247.0, 4261.0, 4260.0, 4268.0, 4248.0, 4239.0, 4279.0, 4239.0, 4249.0, 4280.0, 4249.0, 4258.0, 4289.0, 4247.0, 4236.0, 4267.0, 4248.0, 4249.0, 4299.0, 4236.0, 4237.0, 4267.0, 4236.0, 4235.0, 4266.0, 4248.0, 4261.0, 4280.0, 4259.0, 4250.0, 4251.0, 4278.0, 4248.0, 4237.0, 4267.0, 4247.0, 4279.0, 4257.0, 4238.0, 4268.0, 4236.0, 4247.0, 4268.0, 4245.0, 4259.0, 4267.0, 4256.0, 4235.0, 4237.0, 4266.0, 4246.0, 4237.0, 4286.0, 4245.0, 4234.0, 4245.0, 4245.0, 4234.0, 4255.0, 4254.0, 4233.0, 4223.0, 4242.0, 4232.0, 4223.0, 4242.0, 4234.0, 4234.0, 4245.0, 4248.0, 4267.0, 4256.0, 4261.0, 4249.0, 4248.0, 4237.0, 4279.0, 4249.0, 4249.0, 4289.0, 4248.0, 4248.0, 4279.0, 4250.0, 4239.0, 4290.0, 4248.0, 4237.0, 4257.0, 4235.0, 4238.0, 4281.0, 4259.0, 4250.0, 4290.0, 4249.0, 4249.0, 4249.0, 4260.0, 4261.0, 4270.0, 4289.0, 4247.0, 4237.0, 4277.0, 4236.0, 4250.0, 4275.0, 4246.0, 4236.0, 4265.0, 4235.0, 4236.0, 4268.0, 4247.0, 4237.0, 4268.0, 4246.0, 4237.0, 4248.0, 4268.0, 4238.0, 4248.0, 4281.0, 4248.0, 4269.0, 4259.0, 4292.0, 4274.0, 4260.0, 4271.0, 4269.0, 4249.0, 4249.0, 4279.0, 4258.0, 4238.0, 4237.0, 4279.0, 4247.0, 4249.0, 4279.0, 4259.0, 4248.0, 4237.0, 4268.0, 4247.0, 4247.0, 4299.0, 4245.0, 4236.0, 4256.0, 4245.0, 4245.0, 4266.0, 4258.0, 4250.0, 4267.0, 4246.0, 4235.0, 4237.0, 4270.0, 4249.0, 4249.0, 4281.0, 4249.0, 4250.0, 4281.0, 4260.0, 4301.0, 4281.0, 4259.0, 4299.0, 4237.0, 4236.0, 4277.0, 4248.0, 4246.0, 4299.0, 4248.0, 4247.0, 4256.0, 4247.0, 4249.0, 4258.0, 4257.0, 4236.0, 4235.0, 4255.0, 4236.0, 4236.0, 4278.0, 4236.0, 4237.0, 4267.0, 4247.0, 4236.0, 4248.0, 4268.0, 4260.0, 4249.0, 4269.0, 4268.0, 4236.0, 4252.0, 4292.0, 4282.0, 4270.0, 4236.0, 4268.0, 4247.0, 4246.0, 4258.0, 4256.0, 4235.0, 4235.0, 4255.0, 4245.0, 4246.0, 4247.0, 4247.0, 4247.0, 4278.0, 4269.0, 4238.0, 4276.0, 4247.0, 4236.0, 4277.0, 4245.0, 4246.0, 4247.0, 4250.0, 4253.0, 4250.0, 4280.0, 4249.0, 4249.0, 4249.0, 4259.0, 4250.0, 4241.0, 4291.0, 4261.0, 4241.0, 4291.0, 4251.0, 4269.0, 4248.0, 4238.0, 4300.0, 4269.0, 4289.0, 4245.0, 4248.0, 4267.0, 4236.0, 4236.0, 4275.0, 4257.0, 4237.0, 4255.0, 4236.0, 4247.0, 4238.0, 4259.0, 4249.0, 4280.0, 4280.0, 4238.0, 4239.0, 4279.0, 4257.0, 4249.0, 4290.0, 4248.0, 4266.0, 4276.0, 4235.0, 4237.0, 4269.0, 4249.0, 4248.0, 4277.0, 4235.0, 4246.0, 4246.0, 4248.0, 4248.0, 4269.0, 4268.0, 4247.0, 4236.0, 4258.0, 4236.0, 4247.0, 4269.0, 4259.0, 4250.0, 4249.0, 4257.0, 4236.0, 4246.0, 4246.0, 4257.0, 4272.0, 4271.0, 4277.0, 4247.0, 4260.0, 4288.0, 4246.0, 4256.0, 4236.0, 4256.0, 4258.0, 4268.0, 4269.0, 4247.0, 4287.0, 4245.0, 4247.0, 4287.0, 4270.0, 4258.0, 4289.0, 4269.0, 4247.0, 4266.0, 4255.0, 4245.0, 4246.0, 4247.0, 4246.0, 4238.0, 4236.0, 4267.0, 4237.0, 4248.0, 4268.0, 4248.0, 4248.0, 4269.0, 4247.0, 4237.0, 4238.0, 4268.0, 4238.0, 4238.0, 4280.0, 4259.0, 4249.0, 4238.0, 4268.0, 4260.0, 4249.0, 4289.0, 4249.0, 4236.0, 4256.0, 4235.0, 4235.0, 4279.0, 4247.0, 4246.0, 4257.0, 4246.0, 4236.0, 4237.0, 4268.0, 4238.0, 4248.0, 4279.0, 4256.0, 4246.0, 4237.0, 4255.0, 4236.0, 4245.0, 4287.0, 4246.0, 4235.0, 4278.0, 4235.0, 4246.0, 4246.0, 4246.0, 4237.0, 4246.0, 4279.0, 4246.0, 4249.0, 4258.0, 4247.0, 4235.0, 4278.0, 4257.0, 4247.0, 4288.0, 4247.0, 4247.0, 4257.0, 4261.0, 4258.0, 4268.0, 4246.0, 4246.0, 4237.0, 4257.0, 4248.0, 4248.0, 4289.0, 4256.0, 4257.0, 4237.0, 4257.0, 4260.0, 4252.0, 4278.0, 4252.0, 4248.0, 4280.0, 4249.0, 4249.0, 4278.0, 4248.0, 4238.0, 4279.0, 4247.0, 4246.0, 4237.0, 4258.0, 4249.0, 4251.0, 4271.0, 4271.0, 4251.0, 4251.0, 4291.0, 4250.0, 4262.0, 4301.0, 4271.0, 4260.0, 4299.0, 4257.0, 4246.0, 4275.0, 4235.0, 4225.0, 4267.0, 4236.0, 4237.0, 4266.0, 4236.0, 4248.0, 4249.0, 4260.0, 4252.0, 4272.0, 4282.0, 4261.0, 4260.0, 4269.0, 4249.0, 4298.0, 4268.0, 4258.0, 4288.0, 4246.0, 4234.0, 4245.0, 4246.0, 4258.0, 4257.0, 4247.0, 4238.0, 4246.0, 4235.0, 4258.0, 4268.0, 4259.0, 4252.0, 4250.0, 4280.0, 4259.0, 4238.0, 4250.0, 4281.0, 4261.0, 4261.0, 4281.0, 4259.0, 4248.0, 4258.0, 4247.0, 4250.0, 4269.0, 4258.0, 4237.0, 4236.0, 4257.0, 4247.0, 4250.0, 4281.0, 4260.0, 4250.0, 4249.0, 4295.0, 4249.0, 4247.0, 4287.0, 4247.0, 4247.0, 4288.0, 4268.0, 4260.0, 4270.0, 4248.0, 4250.0, 4249.0, 4261.0, 4250.0, 4273.0, 4284.0, 4273.0, 4273.0, 4293.0, 4271.0, 4262.0, 4291.0, 4284.0, 4271.0, 4289.0, 4256.0, 4236.0, 4246.0, 4257.0, 4236.0, 4270.0], 'WindowWidth': [9617.0, 9544.0, 9593.0, 9552.0, 9472.0, 9463.0, 9506.0, 9459.0, 9483.0, 9503.0, 9451.0, 9443.0, 9467.0, 9409.0, 9411.0, 9468.0, 9449.0, 9430.0, 9483.0, 9423.0, 9413.0, 9455.0, 9414.0, 9432.0, 9459.0, 9465.0, 9437.0, 9431.0, 9475.0, 9428.0, 9417.0, 9490.0, 9444.0, 9442.0, 9484.0, 9413.0, 9410.0, 9451.0, 9410.0, 9457.0, 9438.0, 9424.0, 9462.0, 9406.0, 9409.0, 9437.0, 9411.0, 9431.0, 9474.0, 9435.0, 9434.0, 9499.0, 9452.0, 9439.0, 9476.0, 9432.0, 9507.0, 9446.0, 9455.0, 9486.0, 9425.0, 9481.0, 9426.0, 9411.0, 9456.0, 9425.0, 9477.0, 9452.0, 9405.0, 9442.0, 9418.0, 9410.0, 9471.0, 9427.0, 9439.0, 9435.0, 9410.0, 9409.0, 9441.0, 9429.0, 9430.0, 9473.0, 9432.0, 9429.0, 9460.0, 9448.0, 9456.0, 9476.0, 9449.0, 9475.0, 9444.0, 9431.0, 9431.0, 9456.0, 9446.0, 9458.0, 9472.0, 9428.0, 9427.0, 9439.0, 9426.0, 9421.0, 9438.0, 9410.0, 9478.0, 9452.0, 9407.0, 9447.0, 9407.0, 9394.0, 9464.0, 9409.0, 9420.0, 9477.0, 9428.0, 9438.0, 9459.0, 9431.0, 9437.0, 9442.0, 9455.0, 9466.0, 9513.0, 9474.0, 9501.0, 9483.0, 9438.0, 9510.0, 9438.0, 9503.0, 9464.0, 9457.0, 9488.0, 9426.0, 9464.0, 9410.0, 9430.0, 9470.0, 9430.0, 9429.0, 9471.0, 9429.0, 9432.0, 9459.0, 9450.0, 9439.0, 9492.0, 9465.0, 9436.0, 9488.0, 9431.0, 9434.0, 9497.0, 9445.0, 9472.0, 9485.0, 9424.0, 9410.0, 9453.0, 9434.0, 9411.0, 9471.0, 9430.0, 9410.0, 9452.0, 9425.0, 9452.0, 9424.0, 9441.0, 9440.0, 9486.0, 9461.0, 9411.0, 9483.0, 9443.0, 9429.0, 9432.0, 9461.0, 9429.0, 9430.0, 9485.0, 9409.0, 9409.0, 9466.0, 9411.0, 9424.0, 9471.0, 9434.0, 9431.0, 9475.0, 9440.0, 9458.0, 9484.0, 9458.0, 9501.0, 9472.0, 9485.0, 9481.0, 9437.0, 9505.0, 9444.0, 9459.0, 9463.0, 9449.0, 9517.0, 9443.0, 9428.0, 9469.0, 9423.0, 9430.0, 9488.0, 9468.0, 9436.0, 9475.0, 9431.0, 9436.0, 9498.0, 9450.0, 9433.0, 9485.0, 9427.0, 9413.0, 9469.0, 9437.0, 9433.0, 9489.0, 9433.0, 9411.0, 9460.0, 9429.0, 9429.0, 9439.0, 9414.0, 9478.0, 9436.0, 9410.0, 9437.0, 9421.0, 9408.0, 9482.0, 9423.0, 9412.0, 9452.0, 9426.0, 9429.0, 9439.0, 9415.0, 9485.0, 9445.0, 9412.0, 9452.0, 9425.0, 9426.0, 9447.0, 9430.0, 9496.0, 9453.0, 9409.0, 9449.0, 9423.0, 9425.0, 9428.0, 9415.0, 9470.0, 9423.0, 9414.0, 9453.0, 9431.0, 9436.0, 9490.0, 9467.0, 9439.0, 9477.0, 9453.0, 9439.0, 9493.0, 9450.0, 9432.0, 9519.0, 9431.0, 9431.0, 9473.0, 9417.0, 9430.0, 9473.0, 9437.0, 9416.0, 9458.0, 9433.0, 9429.0, 9476.0, 9436.0, 9460.0, 9448.0, 9429.0, 9458.0, 9428.0, 9415.0, 9482.0, 9426.0, 9438.0, 9440.0, 9412.0, 9494.0, 9425.0, 9428.0, 9432.0, 9436.0, 9434.0, 9493.0, 9468.0, 9434.0, 9478.0, 9431.0, 9501.0, 9450.0, 9488.0, 9458.0, 9440.0, 9491.0, 9420.0, 9460.0, 9421.0, 9410.0, 9449.0, 9435.0, 9423.0, 9471.0, 9445.0, 9428.0, 9412.0, 9457.0, 9430.0, 9456.0, 9451.0, 9458.0, 9431.0, 9417.0, 9471.0, 9417.0, 9431.0, 9475.0, 9432.0, 9442.0, 9483.0, 9425.0, 9409.0, 9452.0, 9428.0, 9430.0, 9500.0, 9410.0, 9413.0, 9451.0, 9407.0, 9408.0, 9451.0, 9429.0, 9454.0, 9476.0, 9447.0, 9436.0, 9438.0, 9470.0, 9430.0, 9413.0, 9453.0, 9427.0, 9471.0, 9441.0, 9414.0, 9455.0, 9411.0, 9426.0, 9458.0, 9421.0, 9446.0, 9452.0, 9436.0, 9407.0, 9410.0, 9450.0, 9421.0, 9411.0, 9476.0, 9419.0, 9403.0, 9418.0, 9419.0, 9402.0, 9430.0, 9428.0, 9400.0, 9385.0, 9411.0, 9398.0, 9386.0, 9412.0, 9403.0, 9403.0, 9419.0, 9428.0, 9451.0, 9436.0, 9455.0, 9433.0, 9428.0, 9414.0, 9472.0, 9432.0, 9433.0, 9486.0, 9431.0, 9431.0, 9472.0, 9435.0, 9417.0, 9487.0, 9430.0, 9411.0, 9438.0, 9408.0, 9415.0, 9480.0, 9448.0, 9434.0, 9490.0, 9431.0, 9431.0, 9432.0, 9448.0, 9453.0, 9460.0, 9485.0, 9427.0, 9412.0, 9466.0, 9411.0, 9437.0, 9464.0, 9425.0, 9410.0, 9448.0, 9408.0, 9408.0, 9457.0, 9428.0, 9411.0, 9455.0, 9423.0, 9413.0, 9428.0, 9457.0, 9415.0, 9430.0, 9479.0, 9430.0, 9461.0, 9447.0, 9496.0, 9477.0, 9450.0, 9464.0, 9460.0, 9434.0, 9434.0, 9471.0, 9442.0, 9416.0, 9412.0, 9473.0, 9426.0, 9434.0, 9474.0, 9444.0, 9429.0, 9411.0, 9457.0, 9427.0, 9425.0, 9498.0, 9421.0, 9409.0, 9436.0, 9419.0, 9419.0, 9450.0, 9443.0, 9432.0, 9453.0, 9421.0, 9408.0, 9413.0, 9465.0, 9436.0, 9434.0, 9478.0, 9435.0, 9438.0, 9479.0, 9449.0, 9507.0, 9477.0, 9444.0, 9499.0, 9411.0, 9410.0, 9467.0, 9429.0, 9425.0, 9501.0, 9429.0, 9426.0, 9436.0, 9425.0, 9432.0, 9442.0, 9441.0, 9412.0, 9408.0, 9436.0, 9410.0, 9408.0, 9469.0, 9410.0, 9412.0, 9454.0, 9425.0, 9412.0, 9430.0, 9458.0, 9451.0, 9433.0, 9459.0, 9455.0, 9410.0, 9440.0, 9494.0, 9482.0, 9465.0, 9412.0, 9455.0, 9425.0, 9424.0, 9442.0, 9435.0, 9408.0, 9406.0, 9431.0, 9420.0, 9423.0, 9426.0, 9428.0, 9431.0, 9470.0, 9458.0, 9414.0, 9464.0, 9425.0, 9409.0, 9465.0, 9419.0, 9421.0, 9425.0, 9435.0, 9447.0, 9433.0, 9475.0, 9432.0, 9432.0, 9432.0, 9444.0, 9435.0, 9425.0, 9494.0, 9454.0, 9425.0, 9491.0, 9436.0, 9458.0, 9429.0, 9413.0, 9502.0, 9457.0, 9483.0, 9420.0, 9427.0, 9452.0, 9409.0, 9410.0, 9462.0, 9439.0, 9411.0, 9434.0, 9410.0, 9427.0, 9415.0, 9445.0, 9433.0, 9475.0, 9475.0, 9417.0, 9418.0, 9473.0, 9440.0, 9433.0, 9488.0, 9428.0, 9450.0, 9463.0, 9407.0, 9414.0, 9459.0, 9435.0, 9431.0, 9468.0, 9408.0, 9423.0, 9422.0, 9428.0, 9430.0, 9458.0, 9457.0, 9426.0, 9410.0, 9443.0, 9411.0, 9427.0, 9461.0, 9446.0, 9437.0, 9430.0, 9441.0, 9410.0, 9423.0, 9421.0, 9438.0, 9470.0, 9464.0, 9469.0, 9427.0, 9451.0, 9484.0, 9424.0, 9437.0, 9410.0, 9437.0, 9442.0, 9456.0, 9459.0, 9427.0, 9480.0, 9420.0, 9426.0, 9480.0, 9465.0, 9445.0, 9484.0, 9457.0, 9424.0, 9450.0, 9433.0, 9419.0, 9423.0, 9426.0, 9425.0, 9415.0, 9409.0, 9451.0, 9412.0, 9429.0, 9454.0, 9429.0, 9426.0, 9457.0, 9424.0, 9412.0, 9415.0, 9454.0, 9415.0, 9415.0, 9474.0, 9445.0, 9432.0, 9415.0, 9455.0, 9447.0, 9433.0, 9485.0, 9432.0, 9409.0, 9435.0, 9406.0, 9407.0, 9472.0, 9425.0, 9424.0, 9439.0, 9423.0, 9410.0, 9412.0, 9456.0, 9416.0, 9428.0, 9471.0, 9436.0, 9422.0, 9412.0, 9434.0, 9409.0, 9420.0, 9478.0, 9422.0, 9406.0, 9470.0, 9408.0, 9422.0, 9421.0, 9423.0, 9414.0, 9424.0, 9473.0, 9425.0, 9434.0, 9442.0, 9427.0, 9408.0, 9468.0, 9437.0, 9424.0, 9480.0, 9424.0, 9426.0, 9439.0, 9452.0, 9444.0, 9455.0, 9423.0, 9422.0, 9414.0, 9443.0, 9434.0, 9431.0, 9487.0, 9438.0, 9442.0, 9414.0, 9441.0, 9447.0, 9442.0, 9471.0, 9441.0, 9430.0, 9476.0, 9432.0, 9430.0, 9468.0, 9427.0, 9415.0, 9470.0, 9427.0, 9422.0, 9412.0, 9442.0, 9431.0, 9437.0, 9463.0, 9465.0, 9438.0, 9437.0, 9492.0, 9434.0, 9454.0, 9507.0, 9464.0, 9445.0, 9498.0, 9436.0, 9421.0, 9457.0, 9402.0, 9389.0, 9451.0, 9409.0, 9411.0, 9449.0, 9409.0, 9429.0, 9435.0, 9449.0, 9439.0, 9466.0, 9479.0, 9449.0, 9445.0, 9457.0, 9429.0, 9496.0, 9454.0, 9441.0, 9482.0, 9422.0, 9404.0, 9419.0, 9423.0, 9441.0, 9437.0, 9426.0, 9413.0, 9420.0, 9406.0, 9442.0, 9456.0, 9445.0, 9444.0, 9435.0, 9476.0, 9444.0, 9416.0, 9432.0, 9477.0, 9454.0, 9450.0, 9477.0, 9444.0, 9428.0, 9442.0, 9425.0, 9434.0, 9459.0, 9441.0, 9411.0, 9410.0, 9439.0, 9427.0, 9434.0, 9479.0, 9447.0, 9433.0, 9432.0, 9505.0, 9434.0, 9425.0, 9486.0, 9427.0, 9426.0, 9484.0, 9453.0, 9450.0, 9463.0, 9430.0, 9434.0, 9436.0, 9452.0, 9435.0, 9470.0, 9486.0, 9470.0, 9472.0, 9495.0, 9462.0, 9453.0, 9493.0, 9487.0, 9466.0, 9487.0, 9437.0, 9408.0, 9422.0, 9438.0, 9410.0, 9462.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.00043497695852534563</td></tr>
<tr><td colspan=3>aqi</td><td>0.017244321082949307</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.74879917547869</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.204721505017301</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.005510403079585</td></tr>
<tr><td colspan=3>efc</td><td>0.4971</td></tr>
<tr><td colspan=3>fber</td><td>5617.7334</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0997211685607255</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>45</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.184331797235023</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4314988210095483</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3100256721974235</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6263928464728243</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.358077944358398</td></tr>
<tr><td colspan=3>gcor</td><td>0.00662244</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.004156818147748709</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.038430340588092804</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8770598878115585</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>15.2234</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.5309</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>210.0022</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295244.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1120.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>407.6002</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5036</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>542.9023</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3438.7285</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3629.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81300.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1161.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4536.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>936.0128</td></tr>
<tr><td colspan=3>tsnr</td><td>42.62294408516027</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>