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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0084_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-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-02_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-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_ses-04_task-social_acq-mb8_run-02_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-0084/ses-04/func/sub-0084_ses-04_task-social_acq-mb8_run-02_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>85ff54a99f4dac7e7df4f9815d9cbef7</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:56.407500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998631, 0.051432, -0.00950169, -0.0518118, 0.997626, -0.0453599]</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-02_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.100429</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4127, -7728, -7267, 486, -72, -333, 47, 101]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>274.797</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>03da5bda-c755-4b78-b20e-bacc3b1c1040||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6792547702789307, -0.13900722563266754, -0.01929471455514431, 119.03520965576172], [-0.13798819482326508, 2.676558256149292, -0.12363330274820328, -87.7624282836914], [-0.02549234963953495, 0.12169728428125381, 2.697098970413208, -94.429931640625], [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': ['133856.407500', '133856.867500', '133857.327500', '133857.787500', '133858.247500', '133858.707500', '133859.167500', '133859.627500', '133900.087500', '133900.547500', '133901.007500', '133901.467500', '133901.927500', '133902.387500', '133902.847500', '133903.307500', '133903.767500', '133904.227500', '133904.687500', '133905.147500', '133905.607500', '133906.067500', '133906.527500', '133906.987500', '133907.447500', '133907.907500', '133908.367500', '133908.827500', '133909.287500', '133909.747500', '133910.207500', '133910.667500', '133911.127500', '133911.587500', '133912.047500', '133912.507500', '133912.967500', '133913.427500', '133913.887500', '133914.347500', '133914.807500', '133915.267500', '133915.727500', '133916.187500', '133916.647500', '133917.107500', '133917.567500', '133918.027500', '133918.487500', '133918.947500', '133919.407500', '133919.867500', '133920.327500', '133920.787500', '133921.247500', '133921.707500', '133922.167500', '133922.627500', '133923.087500', '133923.547500', '133924.007500', '133924.467500', '133924.927500', '133925.387500', '133925.847500', '133926.307500', '133926.767500', '133927.227500', '133927.687500', '133928.147500', '133928.607500', '133929.067500', '133929.527500', '133929.987500', '133930.447500', '133930.907500', '133931.367500', '133931.827500', '133932.287500', '133932.747500', '133933.207500', '133933.667500', '133934.127500', '133934.587500', '133935.047500', '133935.507500', '133935.967500', '133936.427500', '133936.887500', '133937.347500', '133937.807500', '133938.267500', '133938.727500', '133939.187500', '133939.647500', '133940.107500', '133940.567500', '133941.027500', '133941.487500', '133941.947500', '133942.407500', '133942.867500', '133943.327500', '133943.787500', '133944.247500', '133944.707500', '133945.167500', '133945.627500', '133946.087500', '133946.547500', '133947.007500', '133947.467500', '133947.927500', '133948.387500', '133948.847500', '133949.307500', '133949.767500', '133950.227500', '133950.687500', '133951.147500', '133951.607500', '133952.067500', '133952.527500', '133952.987500', '133953.447500', '133953.907500', '133954.367500', '133954.827500', '133955.287500', '133955.747500', '133956.207500', '133956.667500', '133957.127500', '133957.587500', '133958.047500', '133958.507500', '133958.967500', '133959.427500', '133959.887500', '134000.347500', '134000.807500', '134001.267500', '134001.727500', '134002.187500', '134002.647500', '134003.107500', '134003.567500', '134004.027500', '134004.487500', '134004.947500', '134005.407500', '134005.867500', '134006.327500', '134006.787500', '134007.247500', '134007.707500', '134008.167500', '134008.627500', '134009.087500', '134009.547500', '134010.007500', '134010.467500', '134010.927500', '134011.387500', '134011.847500', '134012.307500', '134012.767500', '134013.227500', '134013.687500', '134014.147500', '134014.607500', '134015.067500', '134015.527500', '134015.987500', '134016.447500', '134016.907500', '134017.367500', '134017.827500', '134018.287500', '134018.747500', '134019.207500', '134019.667500', '134020.127500', '134020.587500', '134021.047500', '134021.507500', '134021.967500', '134022.427500', '134022.887500', '134023.347500', '134023.807500', '134024.267500', '134024.727500', '134025.187500', '134025.647500', '134026.107500', '134026.567500', '134027.027500', '134027.487500', '134027.947500', '134028.407500', '134028.867500', '134029.327500', '134029.787500', '134030.247500', '134030.707500', '134031.167500', '134031.627500', '134032.087500', '134032.547500', '134033.007500', '134033.467500', '134033.927500', '134034.387500', '134034.847500', '134035.307500', '134035.767500', '134036.227500', '134036.687500', '134037.147500', '134037.607500', '134038.067500', '134038.527500', '134038.987500', '134039.447500', '134039.907500', '134040.367500', '134040.827500', '134041.287500', '134041.747500', '134042.207500', '134042.667500', '134043.127500', '134043.587500', '134044.047500', '134044.507500', '134044.967500', '134045.427500', '134045.887500', '134046.347500', '134046.807500', '134047.267500', '134047.727500', '134048.187500', '134048.647500', '134049.107500', '134049.567500', '134050.027500', '134050.487500', '134050.947500', '134051.407500', '134051.867500', '134052.327500', '134052.787500', '134053.247500', '134053.707500', '134054.167500', '134054.627500', '134055.087500', '134055.547500', '134056.007500', '134056.467500', '134056.927500', '134057.387500', '134057.847500', '134058.307500', '134058.767500', '134059.227500', '134059.687500', '134100.147500', '134100.607500', '134101.067500', '134101.527500', '134101.987500', '134102.447500', '134102.907500', '134103.367500', '134103.827500', '134104.287500', '134104.747500', '134105.207500', '134105.667500', '134106.127500', '134106.587500', '134107.047500', '134107.507500', '134107.967500', '134108.427500', '134108.887500', '134109.347500', '134109.807500', '134110.267500', '134110.727500', '134111.187500', '134111.647500', '134112.107500', '134112.567500', '134113.027500', '134113.487500', '134113.947500', '134114.407500', '134114.867500', '134115.327500', '134115.787500', '134116.247500', '134116.707500', '134117.167500', '134117.627500', '134118.087500', '134118.547500', '134119.007500', '134119.467500', '134119.927500', '134120.387500', '134120.847500', '134121.307500', '134121.767500', '134122.227500', '134122.687500', '134123.147500', '134123.607500', '134124.067500', '134124.527500', '134124.987500', '134125.447500', '134125.907500', '134126.367500', '134126.827500', '134127.287500', '134127.747500', '134128.207500', '134128.667500', '134129.127500', '134129.587500', '134130.047500', '134130.507500', '134130.967500', '134131.427500', '134131.887500', '134132.347500', '134132.807500', '134133.267500', '134133.727500', '134134.187500', '134134.647500', '134135.107500', '134135.567500', '134136.027500', '134136.487500', '134136.947500', '134137.407500', '134137.867500', '134138.327500', '134138.787500', '134139.247500', '134139.707500', '134140.167500', '134140.627500', '134141.087500', '134141.547500', '134142.007500', '134142.467500', '134142.927500', '134143.387500', '134143.847500', '134144.307500', '134144.767500', '134145.227500', '134145.687500', '134146.147500', '134146.607500', '134147.067500', '134147.527500', '134147.987500', '134148.447500', '134148.907500', '134149.367500', '134149.827500', '134150.287500', '134150.747500', '134151.207500', '134151.667500', '134152.127500', '134152.587500', '134153.047500', '134153.507500', '134153.967500', '134154.427500', '134154.887500', '134155.347500', '134155.807500', '134156.267500', '134156.727500', '134157.187500', '134157.647500', '134158.107500', '134158.567500', '134159.027500', '134159.487500', '134159.947500', '134200.407500', '134200.867500', '134201.327500', '134201.787500', '134202.247500', '134202.707500', '134203.167500', '134203.627500', '134204.087500', '134204.547500', '134205.007500', '134205.467500', '134205.927500', '134206.387500', '134206.847500', '134207.307500', '134207.767500', '134208.227500', '134208.687500', '134209.147500', '134209.607500', '134210.067500', '134210.527500', '134210.987500', '134211.447500', '134211.907500', '134212.367500', '134212.827500', '134213.287500', '134213.747500', '134214.207500', '134214.667500', '134215.127500', '134215.587500', '134216.047500', '134216.507500', '134216.967500', '134217.427500', '134217.887500', '134218.347500', '134218.807500', '134219.267500', '134219.727500', '134220.187500', '134220.647500', '134221.107500', '134221.567500', '134222.027500', '134222.487500', '134222.947500', '134223.407500', '134223.867500', '134224.327500', '134224.787500', '134225.247500', '134225.707500', '134226.167500', '134226.627500', '134227.087500', '134227.547500', '134228.007500', '134228.467500', '134228.927500', '134229.387500', '134229.847500', '134230.307500', '134230.767500', '134231.227500', '134231.687500', '134232.147500', '134232.607500', '134233.067500', '134233.527500', '134233.987500', '134234.447500', '134234.907500', '134235.367500', '134235.827500', '134236.287500', '134236.747500', '134237.207500', '134237.667500', '134238.127500', '134238.587500', '134239.047500', '134239.507500', '134239.967500', '134240.427500', '134240.887500', '134241.347500', '134241.807500', '134242.267500', '134242.727500', '134243.187500', '134243.647500', '134244.107500', '134244.567500', '134245.027500', '134245.487500', '134245.947500', '134246.407500', '134246.867500', '134247.327500', '134247.787500', '134248.247500', '134248.707500', '134249.167500', '134249.627500', '134250.087500', '134250.547500', '134251.007500', '134251.467500', '134251.927500', '134252.387500', '134252.847500', '134253.307500', '134253.767500', '134254.227500', '134254.687500', '134255.147500', '134255.607500', '134256.067500', '134256.527500', '134256.987500', '134257.447500', '134257.907500', '134258.367500', '134258.827500', '134259.287500', '134259.747500', '134300.207500', '134300.667500', '134301.127500', '134301.587500', '134302.047500', '134302.507500', '134302.967500', '134303.427500', '134303.887500', '134304.347500', '134304.807500', '134305.267500', '134305.727500', '134306.187500', '134306.647500', '134307.107500', '134307.567500', '134308.027500', '134308.487500', '134308.947500', '134309.407500', '134309.867500', '134310.327500', '134310.787500', '134311.247500', '134311.707500', '134312.167500', '134312.627500', '134313.087500', '134313.547500', '134314.007500', '134314.467500', '134314.927500', '134315.387500', '134315.847500', '134316.307500', '134316.767500', '134317.227500', '134317.687500', '134318.147500', '134318.607500', '134319.067500', '134319.527500', '134319.987500', '134320.447500', '134320.907500', '134321.367500', '134321.827500', '134322.287500', '134322.747500', '134323.207500', '134323.667500', '134324.127500', '134324.587500', '134325.047500', '134325.507500', '134325.967500', '134326.427500', '134326.887500', '134327.347500', '134327.807500', '134328.267500', '134328.727500', '134329.187500', '134329.647500', '134330.107500', '134330.567500', '134331.027500', '134331.487500', '134331.947500', '134332.407500', '134332.867500', '134333.327500', '134333.787500', '134334.247500', '134334.707500', '134335.167500', '134335.627500', '134336.087500', '134336.547500', '134337.007500', '134337.467500', '134337.927500', '134338.387500', '134338.847500', '134339.307500', '134339.767500', '134340.227500', '134340.687500', '134341.147500', '134341.607500', '134342.067500', '134342.527500', '134342.987500', '134343.447500', '134343.907500', '134344.367500', '134344.827500', '134345.287500', '134345.747500', '134346.207500', '134346.667500', '134347.127500', '134347.587500', '134348.047500', '134348.507500', '134348.967500', '134349.427500', '134349.887500', '134350.347500', '134350.807500', '134351.267500', '134351.727500', '134352.187500', '134352.647500', '134353.107500', '134353.567500', '134354.027500', '134354.487500', '134354.947500', '134355.407500', '134355.867500', '134356.327500', '134356.787500', '134357.247500', '134357.707500', '134358.167500', '134358.627500', '134359.087500', '134359.547500', '134400.007500', '134400.467500', '134400.927500', '134401.387500', '134401.847500', '134402.307500', '134402.767500', '134403.227500', '134403.687500', '134404.147500', '134404.607500', '134405.067500', '134405.527500', '134405.987500', '134406.447500', '134406.907500', '134407.367500', '134407.827500', '134408.287500', '134408.747500', '134409.207500', '134409.667500', '134410.127500', '134410.587500', '134411.047500', '134411.507500', '134411.967500', '134412.427500', '134412.887500', '134413.347500', '134413.807500', '134414.267500', '134414.727500', '134415.187500', '134415.647500', '134416.107500', '134416.567500', '134417.027500', '134417.487500', '134417.947500', '134418.407500', '134418.867500', '134419.327500', '134419.787500', '134420.247500', '134420.707500', '134421.167500', '134421.627500', '134422.087500', '134422.547500', '134423.007500', '134423.467500', '134423.927500', '134424.387500', '134424.847500', '134425.307500', '134425.767500', '134426.227500', '134426.687500', '134427.147500', '134427.607500', '134428.067500', '134428.527500', '134428.987500', '134429.447500', '134429.907500', '134430.367500', '134430.827500', '134431.287500', '134431.747500', '134432.207500', '134432.667500', '134433.127500', '134433.587500', '134434.047500', '134434.507500', '134434.967500', '134435.427500', '134435.887500', '134436.347500', '134436.807500', '134437.267500', '134437.727500', '134438.187500', '134438.647500', '134439.107500', '134439.567500', '134440.027500', '134440.487500', '134440.947500', '134441.407500', '134441.867500', '134442.327500', '134442.787500', '134443.247500', '134443.707500', '134444.167500', '134444.627500', '134445.087500', '134445.547500', '134446.007500', '134446.467500', '134446.927500', '134447.387500', '134447.847500', '134448.307500', '134448.767500', '134449.227500', '134449.687500', '134450.147500', '134450.607500', '134451.067500', '134451.527500', '134451.987500', '134452.447500', '134452.907500', '134453.367500', '134453.827500', '134454.287500', '134454.747500', '134455.207500', '134455.667500', '134456.127500', '134456.587500', '134457.047500', '134457.507500', '134457.967500', '134458.427500', '134458.887500', '134459.347500', '134459.807500', '134500.267500', '134500.727500', '134501.187500', '134501.647500', '134502.107500', '134502.567500', '134503.027500', '134503.487500', '134503.947500', '134504.407500', '134504.867500', '134505.327500', '134505.787500', '134506.247500', '134506.707500', '134507.167500', '134507.627500', '134508.087500', '134508.547500', '134509.007500', '134509.467500', '134509.927500', '134510.387500', '134510.847500', '134511.307500', '134511.767500', '134512.227500', '134512.687500', '134513.147500', '134513.607500', '134514.067500', '134514.527500', '134514.987500', '134515.447500', '134515.907500', '134516.367500', '134516.827500', '134517.287500', '134517.747500', '134518.207500', '134518.667500', '134519.127500', '134519.587500', '134520.047500', '134520.507500', '134520.967500', '134521.427500', '134521.887500', '134522.347500', '134522.807500', '134523.267500', '134523.727500', '134524.187500', '134524.647500', '134525.107500', '134525.567500', '134526.027500', '134526.487500', '134526.947500', '134527.407500', '134527.867500', '134528.327500', '134528.787500', '134529.247500', '134529.707500', '134530.167500', '134530.627500', '134531.087500', '134531.547500', '134532.007500', '134532.467500', '134532.927500', '134533.387500', '134533.847500', '134534.307500', '134534.767500', '134535.227500', '134535.687500', '134536.147500', '134536.607500', '134537.067500'], 'ContentTime': ['133924.788000', '133924.792000', '133924.795000', '133924.797000', '133924.800000', '133924.802000', '133924.805000', '133924.807000', '133924.810000', '133924.813000', '133924.815000', '133924.818000', '133924.820000', '133924.823000', '133924.826000', '133924.828000', '133924.831000', '133924.833000', '133924.836000', '133924.838000', '133924.841000', '133924.844000', '133924.846000', '133924.849000', '133924.851000', '133924.854000', '133924.857000', '133924.880000', '133924.883000', '133924.885000', '133924.888000', '133924.903000', '133924.906000', '133924.909000', '133924.911000', '133924.915000', '133924.918000', '133924.920000', '133924.923000', '133924.925000', '133924.928000', '133924.931000', '133924.933000', '133924.936000', '133924.938000', '133924.941000', '133924.943000', '133924.946000', '133924.948000', '133924.951000', '133924.954000', '133924.956000', '133924.959000', '133924.961000', '133924.964000', '133924.967000', '133924.969000', '133924.972000', '133924.974000', '133944.743000', '133944.746000', '133944.749000', '133944.751000', '133944.754000', '133944.757000', '133944.759000', '133944.762000', '133944.764000', '133944.767000', '133944.769000', '133944.772000', '133944.775000', '133944.777000', '133944.780000', '133944.782000', '133944.785000', '133944.788000', '133944.790000', '133944.793000', '133944.795000', '133944.798000', '133944.800000', '133944.803000', '133944.805000', '133944.808000', '133944.811000', '133944.813000', '133944.816000', '133944.819000', '133944.821000', '133944.824000', '133944.826000', '133944.829000', '133944.831000', '133944.834000', '133944.837000', '133944.839000', '133944.842000', '133944.844000', '133944.853000', '133944.856000', '133944.858000', '133944.861000', '134004.743000', '134004.746000', '134004.749000', '134004.751000', '134004.754000', '134004.757000', '134004.759000', '134004.762000', '134004.764000', '134004.767000', '134004.769000', '134004.772000', '134004.774000', '134004.777000', '134004.780000', '134004.782000', '134004.785000', '134004.787000', '134004.790000', '134004.792000', '134004.795000', '134004.798000', '134004.800000', '134004.803000', '134004.805000', '134004.808000', '134004.811000', '134004.813000', '134004.816000', '134004.818000', '134004.821000', '134004.823000', '134004.826000', '134004.829000', '134004.831000', '134004.834000', '134004.836000', '134004.839000', '134004.841000', '134004.844000', '134004.857000', '134004.860000', '134004.862000', '134024.743000', '134024.752000', '134024.755000', '134024.757000', '134024.760000', '134024.763000', '134024.765000', '134024.768000', '134024.771000', '134024.773000', '134024.776000', '134024.779000', '134024.781000', '134024.784000', '134024.786000', '134024.789000', '134024.791000', '134024.794000', '134024.797000', '134024.799000', '134024.802000', '134024.805000', '134024.807000', '134024.810000', '134024.812000', '134024.815000', '134024.818000', '134024.820000', '134024.823000', '134024.825000', '134024.828000', '134024.830000', '134024.833000', '134024.836000', '134024.838000', '134024.841000', '134024.843000', '134024.846000', '134024.849000', '134024.851000', '134024.854000', '134024.856000', '134024.859000', '134024.862000', '134044.742000', '134044.745000', '134044.748000', '134044.751000', '134044.753000', '134044.756000', '134044.758000', '134044.761000', '134044.764000', '134044.766000', '134044.769000', '134044.771000', '134044.774000', '134044.776000', '134044.779000', '134044.781000', '134044.784000', '134044.787000', '134044.789000', '134044.792000', '134044.794000', '134044.797000', '134044.840000', '134044.842000', '134044.845000', '134044.847000', '134044.850000', '134044.853000', '134044.855000', '134044.858000', '134044.860000', '134044.863000', '134044.865000', '134044.868000', '134044.870000', '134044.873000', '134044.876000', '134044.878000', '134044.881000', '134044.883000', '134044.886000', '134044.889000', '134044.891000', '134104.742000', '134104.745000', '134104.748000', '134104.750000', '134104.753000', '134104.756000', '134104.758000', '134104.775000', '134104.778000', '134104.780000', '134104.783000', '134104.786000', '134104.788000', '134104.791000', '134104.793000', '134104.796000', '134104.799000', '134104.801000', '134104.804000', '134104.818000', '134104.821000', '134104.823000', '134104.826000', '134104.829000', '134104.832000', '134104.835000', '134104.838000', '134104.840000', '134104.843000', '134104.846000', '134104.848000', '134104.851000', '134104.853000', '134104.856000', '134104.859000', '134104.861000', '134104.864000', '134104.867000', '134104.869000', '134104.872000', '134104.874000', '134104.877000', '134104.879000', '134124.742000', '134124.745000', '134124.748000', '134124.751000', '134124.753000', '134124.756000', '134124.758000', '134124.761000', '134124.764000', '134124.766000', '134124.769000', '134124.771000', '134124.774000', '134124.776000', '134124.779000', '134124.782000', '134124.784000', '134124.787000', '134124.789000', '134124.792000', '134124.795000', '134124.797000', '134124.827000', '134124.830000', '134124.832000', '134124.835000', '134124.837000', '134124.840000', '134124.842000', '134124.845000', '134124.847000', '134124.850000', '134124.852000', '134124.855000', '134124.858000', '134124.860000', '134124.863000', '134124.866000', '134124.868000', '134124.871000', '134124.873000', '134124.876000', '134124.878000', '134124.881000', '134144.742000', '134144.745000', '134144.748000', '134144.750000', '134144.755000', '134144.757000', '134144.760000', '134144.763000', '134144.765000', '134144.768000', '134144.779000', '134144.782000', '134144.784000', '134144.787000', '134144.789000', '134144.792000', '134144.795000', '134144.797000', '134144.800000', '134144.828000', '134144.831000', '134144.834000', '134144.836000', '134144.839000', '134144.841000', '134144.844000', '134144.847000', '134144.849000', '134144.852000', '134144.854000', '134144.857000', '134144.860000', '134144.862000', '134144.865000', '134144.867000', '134144.870000', '134144.872000', '134144.875000', '134144.878000', '134144.880000', '134144.883000', '134144.885000', '134144.888000', '134144.891000', '134204.743000', '134204.746000', '134204.749000', '134204.752000', '134204.754000', '134204.757000', '134204.759000', '134204.762000', '134204.764000', '134204.767000', '134204.770000', '134204.772000', '134204.775000', '134204.777000', '134204.780000', '134204.782000', '134204.785000', '134204.787000', '134204.790000', '134204.793000', '134204.795000', '134204.798000', '134204.835000', '134204.838000', '134204.841000', '134204.843000', '134204.846000', '134204.848000', '134204.851000', '134204.853000', '134204.856000', '134204.858000', '134204.861000', '134204.864000', '134204.866000', '134204.869000', '134204.871000', '134204.874000', '134204.877000', '134204.879000', '134204.882000', '134204.884000', '134204.887000', '134224.744000', '134224.746000', '134224.749000', '134224.752000', '134224.754000', '134224.757000', '134224.759000', '134224.762000', '134224.765000', '134224.767000', '134224.770000', '134224.772000', '134224.775000', '134224.778000', '134224.780000', '134224.783000', '134224.785000', '134224.788000', '134224.791000', '134224.793000', '134224.796000', '134224.798000', '134224.801000', '134224.804000', '134224.806000', '134224.809000', '134224.811000', '134224.814000', '134224.816000', '134224.819000', '134224.822000', '134224.824000', '134224.827000', '134224.830000', '134224.832000', '134224.835000', '134224.837000', '134224.840000', '134224.842000', '134224.845000', '134224.848000', '134224.850000', '134224.853000', '134224.855000', '134244.742000', '134244.745000', '134244.780000', '134244.782000', '134244.785000', '134244.788000', '134244.790000', '134244.793000', '134244.795000', '134244.798000', '134244.832000', '134244.834000', '134244.837000', '134244.839000', '134244.842000', '134244.844000', '134244.847000', '134244.850000', '134244.852000', '134244.855000', '134244.858000', '134244.860000', '134244.863000', '134244.865000', '134244.868000', '134244.871000', '134244.873000', '134244.876000', '134244.878000', '134244.881000', '134244.884000', '134244.886000', '134244.889000', '134244.891000', '134244.894000', '134244.896000', '134244.899000', '134244.901000', '134244.904000', '134244.907000', '134244.909000', '134244.912000', '134244.914000', '134304.742000', '134304.745000', '134304.748000', '134304.751000', '134304.753000', '134304.756000', '134304.758000', '134304.761000', '134304.763000', '134304.766000', '134304.769000', '134304.771000', '134304.774000', '134304.776000', '134304.786000', '134304.788000', '134304.791000', '134304.795000', '134304.797000', '134304.868000', '134304.871000', '134304.874000', '134304.876000', '134304.879000', '134304.881000', '134304.884000', '134304.886000', '134304.889000', '134304.891000', '134304.894000', '134304.897000', '134304.899000', '134304.902000', '134304.905000', '134304.907000', '134304.910000', '134304.912000', '134304.915000', '134304.917000', '134304.920000', '134304.923000', '134304.925000', '134304.928000', '134324.743000', '134324.746000', '134324.748000', '134324.751000', '134324.753000', '134324.756000', '134324.759000', '134324.762000', '134324.765000', '134324.767000', '134324.770000', '134324.773000', '134324.775000', '134324.778000', '134324.780000', '134324.783000', '134324.786000', '134324.788000', '134324.791000', '134324.793000', '134324.796000', '134324.799000', '134324.801000', '134324.804000', '134324.806000', '134324.809000', '134324.812000', '134324.814000', '134324.817000', '134324.820000', '134324.822000', '134324.825000', '134324.828000', '134324.830000', '134324.833000', '134324.835000', '134324.838000', '134324.841000', '134324.843000', '134324.846000', '134324.848000', '134324.851000', '134324.853000', '134324.856000', '134344.743000', '134344.746000', '134344.749000', '134344.752000', '134344.754000', '134344.757000', '134344.760000', '134344.762000', '134344.765000', '134344.767000', '134344.770000', '134344.772000', '134344.775000', '134344.778000', '134344.780000', '134344.783000', '134344.785000', '134344.788000', '134344.791000', '134344.793000', '134344.796000', '134344.798000', '134344.840000', '134344.843000', '134344.845000', '134344.848000', '134344.851000', '134344.853000', '134344.856000', '134344.859000', '134344.861000', '134344.864000', '134344.866000', '134344.869000', '134344.871000', '134344.874000', '134344.877000', '134344.879000', '134344.882000', '134344.884000', '134344.887000', '134344.890000', '134344.892000', '134404.743000', '134404.746000', '134404.748000', '134404.751000', '134404.753000', '134404.756000', '134404.758000', '134404.761000', '134404.764000', '134404.766000', '134404.769000', '134404.771000', '134404.774000', '134404.776000', '134404.811000', '134404.814000', '134404.816000', '134404.819000', '134404.821000', '134404.824000', '134404.827000', '134404.829000', '134404.832000', '134404.834000', '134404.837000', '134404.839000', '134404.842000', '134404.845000', '134404.847000', '134404.850000', '134404.853000', '134404.855000', '134404.858000', '134404.860000', '134404.863000', '134404.865000', '134404.868000', '134404.871000', '134404.873000', '134404.876000', '134404.878000', '134404.881000', '134404.884000', '134404.886000', '134424.744000', '134424.747000', '134424.749000', '134424.752000', '134424.754000', '134424.757000', '134424.759000', '134424.762000', '134424.765000', '134424.767000', '134424.770000', '134424.772000', '134424.775000', '134424.778000', '134424.781000', '134424.784000', '134424.787000', '134424.789000', '134424.792000', '134424.794000', '134424.797000', '134424.823000', '134424.825000', '134424.828000', '134424.830000', '134424.834000', '134424.836000', '134424.839000', '134424.842000', '134424.844000', '134424.847000', '134424.850000', '134424.852000', '134424.855000', '134424.857000', '134424.860000', '134424.863000', '134424.865000', '134424.868000', '134424.870000', '134424.873000', '134424.876000', '134424.878000', '134444.744000', '134444.747000', '134444.749000', '134444.752000', '134444.754000', '134444.757000', '134444.760000', '134444.762000', '134444.765000', '134444.767000', '134444.770000', '134444.772000', '134444.775000', '134444.778000', '134444.780000', '134444.783000', '134444.786000', '134444.788000', '134444.791000', '134444.793000', '134444.796000', '134444.799000', '134444.801000', '134444.804000', '134444.806000', '134444.809000', '134444.812000', '134444.814000', '134444.817000', '134444.819000', '134444.822000', '134444.825000', '134444.827000', '134444.830000', '134444.833000', '134444.835000', '134444.838000', '134444.840000', '134444.845000', '134444.847000', '134444.850000', '134444.852000', '134444.855000', '134444.858000', '134504.743000', '134504.745000', '134504.748000', '134504.751000', '134504.753000', '134504.756000', '134504.758000', '134504.761000', '134504.764000', '134504.766000', '134504.769000', '134504.772000', '134504.774000', '134504.777000', '134504.779000', '134504.782000', '134504.784000', '134504.787000', '134504.789000', '134504.792000', '134504.795000', '134504.797000', '134504.800000', '134504.802000', '134504.805000', '134504.808000', '134504.811000', '134504.814000', '134504.816000', '134504.819000', '134504.822000', '134504.824000', '134504.827000', '134504.829000', '134504.832000', '134504.834000', '134504.837000', '134504.840000', '134504.842000', '134504.845000', '134504.847000', '134504.850000', '134504.853000', '134524.743000', '134524.746000', '134524.748000', '134524.751000', '134524.754000', '134524.756000', '134524.759000', '134524.761000', '134524.764000', '134524.766000', '134524.769000', '134524.772000', '134524.774000', '134524.777000', '134524.779000', '134524.782000', '134524.785000', '134524.787000', '134524.790000', '134524.793000', '134524.795000', '134524.798000', '134524.800000', '134524.867000', '134524.883000', '134524.885000', '134524.888000', '134524.891000', '134524.893000', '134524.896000', '134524.898000', '134524.901000', '134524.903000', '134524.906000', '134524.909000', '134524.911000', '134524.914000', '134524.916000', '134524.919000', '134524.921000', '134524.924000', '134524.927000', '134524.929000', '134524.932000', '134538.379000', '134538.382000', '134538.385000', '134538.387000', '134538.390000', '134538.393000', '134538.396000', '134538.398000', '134538.401000', '134538.404000', '134538.406000', '134538.410000', '134538.413000', '134538.415000', '134538.418000', '134538.421000', '134538.424000', '134538.427000', '134538.430000', '134538.432000', '134538.435000', '134538.438000', '134538.440000', '134538.443000', '134538.446000', '134538.448000', '134538.451000', '134538.454000', '134538.457000', '134538.459000'], 'InstanceCreationTime': ['133924.788000', '133924.792000', '133924.795000', '133924.797000', '133924.800000', '133924.802000', '133924.805000', '133924.807000', '133924.810000', '133924.813000', '133924.815000', '133924.818000', '133924.820000', '133924.823000', '133924.826000', '133924.828000', '133924.831000', '133924.833000', '133924.836000', '133924.838000', '133924.841000', '133924.844000', '133924.846000', '133924.849000', '133924.851000', '133924.854000', '133924.857000', '133924.880000', '133924.883000', '133924.885000', '133924.888000', '133924.903000', '133924.906000', '133924.909000', '133924.911000', '133924.915000', '133924.918000', '133924.920000', '133924.923000', '133924.925000', '133924.928000', '133924.931000', '133924.933000', '133924.936000', '133924.938000', '133924.941000', '133924.943000', '133924.946000', '133924.948000', '133924.951000', '133924.954000', '133924.956000', '133924.959000', '133924.961000', '133924.964000', '133924.967000', '133924.969000', '133924.972000', '133924.974000', '133944.743000', '133944.746000', '133944.749000', '133944.751000', '133944.754000', '133944.757000', '133944.759000', '133944.762000', '133944.764000', '133944.767000', '133944.769000', '133944.772000', '133944.775000', '133944.777000', '133944.780000', '133944.782000', '133944.785000', '133944.788000', '133944.790000', '133944.793000', '133944.795000', '133944.798000', '133944.800000', '133944.803000', '133944.805000', '133944.808000', '133944.811000', '133944.813000', '133944.816000', '133944.819000', '133944.821000', '133944.824000', '133944.826000', '133944.829000', '133944.831000', '133944.834000', '133944.837000', '133944.839000', '133944.842000', '133944.844000', '133944.853000', '133944.856000', '133944.858000', '133944.861000', '134004.743000', '134004.746000', '134004.749000', '134004.751000', '134004.754000', '134004.757000', '134004.759000', '134004.762000', '134004.764000', '134004.767000', '134004.769000', '134004.772000', '134004.774000', '134004.777000', '134004.780000', '134004.782000', '134004.785000', '134004.787000', '134004.790000', '134004.792000', '134004.795000', '134004.798000', '134004.800000', '134004.803000', '134004.805000', '134004.808000', '134004.811000', '134004.813000', '134004.816000', '134004.818000', '134004.821000', '134004.823000', '134004.826000', '134004.829000', '134004.831000', '134004.834000', '134004.836000', '134004.839000', '134004.841000', '134004.844000', '134004.857000', '134004.860000', '134004.862000', '134024.743000', '134024.752000', '134024.755000', '134024.757000', '134024.760000', '134024.763000', '134024.765000', '134024.768000', '134024.771000', '134024.773000', '134024.776000', '134024.779000', '134024.781000', '134024.784000', '134024.786000', '134024.789000', '134024.791000', '134024.794000', '134024.797000', '134024.799000', '134024.802000', '134024.805000', '134024.807000', '134024.810000', '134024.812000', '134024.815000', '134024.818000', '134024.820000', '134024.823000', '134024.825000', '134024.828000', '134024.830000', '134024.833000', '134024.836000', '134024.838000', '134024.841000', '134024.843000', '134024.846000', '134024.849000', '134024.851000', '134024.854000', '134024.856000', '134024.859000', '134024.862000', '134044.742000', '134044.745000', '134044.748000', '134044.751000', '134044.753000', '134044.756000', '134044.758000', '134044.761000', '134044.764000', '134044.766000', '134044.769000', '134044.771000', '134044.774000', '134044.776000', '134044.779000', '134044.781000', '134044.784000', '134044.787000', '134044.789000', '134044.792000', '134044.794000', '134044.797000', '134044.840000', '134044.842000', '134044.845000', '134044.847000', '134044.850000', '134044.853000', '134044.855000', '134044.858000', '134044.860000', '134044.863000', '134044.865000', '134044.868000', '134044.870000', '134044.873000', '134044.876000', '134044.878000', '134044.881000', '134044.883000', '134044.886000', '134044.889000', '134044.891000', '134104.742000', '134104.745000', '134104.748000', '134104.750000', '134104.753000', '134104.756000', '134104.758000', '134104.775000', '134104.778000', '134104.780000', '134104.783000', '134104.786000', '134104.788000', '134104.791000', '134104.793000', '134104.796000', '134104.799000', '134104.801000', '134104.804000', '134104.818000', '134104.821000', '134104.823000', '134104.826000', '134104.829000', '134104.832000', '134104.835000', '134104.838000', '134104.840000', '134104.843000', '134104.846000', '134104.848000', '134104.851000', '134104.853000', '134104.856000', '134104.859000', '134104.861000', '134104.864000', '134104.867000', '134104.869000', '134104.872000', '134104.874000', '134104.877000', '134104.879000', '134124.742000', '134124.745000', '134124.748000', '134124.751000', '134124.753000', '134124.756000', '134124.758000', '134124.761000', '134124.764000', '134124.766000', '134124.769000', '134124.771000', '134124.774000', '134124.776000', '134124.779000', '134124.782000', '134124.784000', '134124.787000', '134124.789000', '134124.792000', '134124.795000', '134124.797000', '134124.827000', '134124.830000', '134124.832000', '134124.835000', '134124.837000', '134124.840000', '134124.842000', '134124.845000', '134124.847000', '134124.850000', '134124.852000', '134124.855000', '134124.858000', '134124.860000', '134124.863000', '134124.866000', '134124.868000', '134124.871000', '134124.873000', '134124.876000', '134124.878000', '134124.881000', '134144.742000', '134144.745000', '134144.748000', '134144.750000', '134144.755000', '134144.757000', '134144.760000', '134144.763000', '134144.765000', '134144.768000', '134144.779000', '134144.782000', '134144.784000', '134144.787000', '134144.789000', '134144.792000', '134144.795000', '134144.797000', '134144.800000', '134144.828000', '134144.831000', '134144.834000', '134144.836000', '134144.839000', '134144.841000', '134144.844000', '134144.847000', '134144.849000', '134144.852000', '134144.854000', '134144.857000', '134144.860000', '134144.862000', '134144.865000', '134144.867000', '134144.870000', '134144.872000', '134144.875000', '134144.878000', '134144.880000', '134144.883000', '134144.885000', '134144.888000', '134144.891000', '134204.743000', '134204.746000', '134204.749000', '134204.752000', '134204.754000', '134204.757000', '134204.759000', '134204.762000', '134204.764000', '134204.767000', '134204.770000', '134204.772000', '134204.775000', '134204.777000', '134204.780000', '134204.782000', '134204.785000', '134204.787000', '134204.790000', '134204.793000', '134204.795000', '134204.798000', '134204.835000', '134204.838000', '134204.841000', '134204.843000', '134204.846000', '134204.848000', '134204.851000', '134204.853000', '134204.856000', '134204.858000', '134204.861000', '134204.864000', '134204.866000', '134204.869000', '134204.871000', '134204.874000', '134204.877000', '134204.879000', '134204.882000', '134204.884000', '134204.887000', '134224.744000', '134224.746000', '134224.749000', '134224.752000', '134224.754000', '134224.757000', '134224.759000', '134224.762000', '134224.765000', '134224.767000', '134224.770000', '134224.772000', '134224.775000', '134224.778000', '134224.780000', '134224.783000', '134224.785000', '134224.788000', '134224.791000', '134224.793000', '134224.796000', '134224.798000', '134224.801000', '134224.804000', '134224.806000', '134224.809000', '134224.811000', '134224.814000', '134224.816000', '134224.819000', '134224.822000', '134224.824000', '134224.827000', '134224.830000', '134224.832000', '134224.835000', '134224.837000', '134224.840000', '134224.842000', '134224.845000', '134224.848000', '134224.850000', '134224.853000', '134224.855000', '134244.742000', '134244.745000', '134244.780000', '134244.782000', '134244.785000', '134244.788000', '134244.790000', '134244.793000', '134244.795000', '134244.798000', '134244.832000', '134244.834000', '134244.837000', '134244.839000', '134244.842000', '134244.844000', '134244.847000', '134244.850000', '134244.852000', '134244.855000', '134244.858000', '134244.860000', '134244.863000', '134244.865000', '134244.868000', '134244.871000', '134244.873000', '134244.876000', '134244.878000', '134244.881000', '134244.884000', '134244.886000', '134244.889000', '134244.891000', '134244.894000', '134244.896000', '134244.899000', '134244.901000', '134244.904000', '134244.907000', '134244.909000', '134244.912000', '134244.914000', '134304.742000', '134304.745000', '134304.748000', '134304.751000', '134304.753000', '134304.756000', '134304.758000', '134304.761000', '134304.763000', '134304.766000', '134304.769000', '134304.771000', '134304.774000', '134304.776000', '134304.786000', '134304.788000', '134304.791000', '134304.795000', '134304.797000', '134304.868000', '134304.871000', '134304.874000', '134304.876000', '134304.879000', '134304.881000', '134304.884000', '134304.886000', '134304.889000', '134304.891000', '134304.894000', '134304.897000', '134304.899000', '134304.902000', '134304.905000', '134304.907000', '134304.910000', '134304.912000', '134304.915000', '134304.917000', '134304.920000', '134304.923000', '134304.925000', '134304.928000', '134324.743000', '134324.746000', '134324.748000', '134324.751000', '134324.753000', '134324.756000', '134324.759000', '134324.762000', '134324.765000', '134324.767000', '134324.770000', '134324.773000', '134324.775000', '134324.778000', '134324.780000', '134324.783000', '134324.786000', '134324.788000', '134324.791000', '134324.793000', '134324.796000', '134324.799000', '134324.801000', '134324.804000', '134324.806000', '134324.809000', '134324.812000', '134324.814000', '134324.817000', '134324.820000', '134324.822000', '134324.825000', '134324.828000', '134324.830000', '134324.833000', '134324.835000', '134324.838000', '134324.841000', '134324.843000', '134324.846000', '134324.848000', '134324.851000', '134324.853000', '134324.856000', '134344.743000', '134344.746000', '134344.749000', '134344.752000', '134344.754000', '134344.757000', '134344.760000', '134344.762000', '134344.765000', '134344.767000', '134344.770000', '134344.772000', '134344.775000', '134344.778000', '134344.780000', '134344.783000', '134344.785000', '134344.788000', '134344.791000', '134344.793000', '134344.796000', '134344.798000', '134344.840000', '134344.843000', '134344.845000', '134344.848000', '134344.851000', '134344.853000', '134344.856000', '134344.859000', '134344.861000', '134344.864000', '134344.866000', '134344.869000', '134344.871000', '134344.874000', '134344.877000', '134344.879000', '134344.882000', '134344.884000', '134344.887000', '134344.890000', '134344.892000', '134404.743000', '134404.746000', '134404.748000', '134404.751000', '134404.753000', '134404.756000', '134404.758000', '134404.761000', '134404.764000', '134404.766000', '134404.769000', '134404.771000', '134404.774000', '134404.776000', '134404.811000', '134404.814000', '134404.816000', '134404.819000', '134404.821000', '134404.824000', '134404.827000', '134404.829000', '134404.832000', '134404.834000', '134404.837000', '134404.839000', '134404.842000', '134404.845000', '134404.847000', '134404.850000', '134404.853000', '134404.855000', '134404.858000', '134404.860000', '134404.863000', '134404.865000', '134404.868000', '134404.871000', '134404.873000', '134404.876000', '134404.878000', '134404.881000', '134404.884000', '134404.886000', '134424.744000', '134424.747000', '134424.749000', '134424.752000', '134424.754000', '134424.757000', '134424.759000', '134424.762000', '134424.765000', '134424.767000', '134424.770000', '134424.772000', '134424.775000', '134424.778000', '134424.781000', '134424.784000', '134424.787000', '134424.789000', '134424.792000', '134424.794000', '134424.797000', '134424.823000', '134424.825000', '134424.828000', '134424.830000', '134424.834000', '134424.836000', '134424.839000', '134424.842000', '134424.844000', '134424.847000', '134424.850000', '134424.852000', '134424.855000', '134424.857000', '134424.860000', '134424.863000', '134424.865000', '134424.868000', '134424.870000', '134424.873000', '134424.876000', '134424.878000', '134444.744000', '134444.747000', '134444.749000', '134444.752000', '134444.754000', '134444.757000', '134444.760000', '134444.762000', '134444.765000', '134444.767000', '134444.770000', '134444.772000', '134444.775000', '134444.778000', '134444.780000', '134444.783000', '134444.786000', '134444.788000', '134444.791000', '134444.793000', '134444.796000', '134444.799000', '134444.801000', '134444.804000', '134444.806000', '134444.809000', '134444.812000', '134444.814000', '134444.817000', '134444.819000', '134444.822000', '134444.825000', '134444.827000', '134444.830000', '134444.833000', '134444.835000', '134444.838000', '134444.840000', '134444.845000', '134444.847000', '134444.850000', '134444.852000', '134444.855000', '134444.858000', '134504.743000', '134504.745000', '134504.748000', '134504.751000', '134504.753000', '134504.756000', '134504.758000', '134504.761000', '134504.764000', '134504.766000', '134504.769000', '134504.772000', '134504.774000', '134504.777000', '134504.779000', '134504.782000', '134504.784000', '134504.787000', '134504.789000', '134504.792000', '134504.795000', '134504.797000', '134504.800000', '134504.802000', '134504.805000', '134504.808000', '134504.811000', '134504.814000', '134504.816000', '134504.819000', '134504.822000', '134504.824000', '134504.827000', '134504.829000', '134504.832000', '134504.834000', '134504.837000', '134504.840000', '134504.842000', '134504.845000', '134504.847000', '134504.850000', '134504.853000', '134524.743000', '134524.746000', '134524.748000', '134524.751000', '134524.754000', '134524.756000', '134524.759000', '134524.761000', '134524.764000', '134524.766000', '134524.769000', '134524.772000', '134524.774000', '134524.777000', '134524.779000', '134524.782000', '134524.785000', '134524.787000', '134524.790000', '134524.793000', '134524.795000', '134524.798000', '134524.800000', '134524.867000', '134524.883000', '134524.885000', '134524.888000', '134524.891000', '134524.893000', '134524.896000', '134524.898000', '134524.901000', '134524.903000', '134524.906000', '134524.909000', '134524.911000', '134524.914000', '134524.916000', '134524.919000', '134524.921000', '134524.924000', '134524.927000', '134524.929000', '134524.932000', '134538.379000', '134538.382000', '134538.385000', '134538.387000', '134538.390000', '134538.393000', '134538.396000', '134538.398000', '134538.401000', '134538.404000', '134538.406000', '134538.410000', '134538.413000', '134538.415000', '134538.418000', '134538.421000', '134538.424000', '134538.427000', '134538.430000', '134538.432000', '134538.435000', '134538.438000', '134538.440000', '134538.443000', '134538.446000', '134538.448000', '134538.451000', '134538.454000', '134538.457000', '134538.459000'], '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': [8342, 7562, 7048, 6621, 6275, 6611, 6197, 5984, 8932, 6910, 6175, 8443, 9133, 6957, 8024, 6910, 5994, 6482, 5837, 7898, 11813, 7033, 6614, 6091, 8740, 5907, 6166, 9787, 8303, 8968, 8319, 9183, 7680, 7450, 8598, 6865, 9128, 7608, 6188, 7982, 6431, 7791, 7444, 5828, 7897, 7886, 7805, 8116, 6217, 5866, 5820, 5775, 5821, 8499, 7026, 6367, 10938, 6324, 5839, 10392, 6032, 5733, 7742, 6673, 8103, 8240, 5937, 7840, 7325, 10208, 8978, 7525, 7849, 7654, 5860, 5562, 6340, 5847, 8765, 7906, 7368, 9839, 6863, 6361, 7860, 6063, 9742, 6977, 5637, 7681, 5863, 9775, 6492, 5826, 8597, 7836, 7249, 7344, 5817, 5575, 6256, 5867, 9302, 6636, 6970, 10010, 5936, 5717, 5728, 5790, 5936, 10074, 7085, 5915, 5606, 5754, 6703, 10339, 8582, 7889, 7038, 7611, 6993, 9084, 8100, 6714, 6527, 9132, 7405, 8041, 6038, 7282, 6350, 7331, 6905, 8075, 7028, 9006, 9930, 8949, 7389, 10048, 6255, 6391, 10357, 6578, 6663, 5649, 6639, 6346, 7311, 7015, 6265, 10692, 9092, 7408, 10666, 6554, 5959, 7055, 7847, 9090, 9093, 7375, 6241, 7034, 5806, 9306, 6618, 6488, 9177, 8395, 7693, 10064, 6471, 6002, 8505, 6964, 6524, 10899, 8451, 7948, 9767, 7075, 6620, 10118, 7692, 6434, 8539, 8456, 6255, 9865, 8626, 7913, 13388, 9170, 6480, 7808, 6423, 5754, 7692, 7069, 6039, 5884, 5859, 6137, 7942, 8449, 11569, 8302, 6943, 11312, 6808, 6388, 8247, 6404, 9892, 7063, 9607, 9089, 7426, 10099, 6926, 5905, 7671, 6339, 7755, 6533, 9265, 6840, 5857, 8446, 6880, 9520, 6741, 5758, 6131, 6525, 5731, 6410, 6587, 9097, 7417, 6241, 9742, 6548, 6777, 6973, 7403, 8547, 7682, 7111, 5925, 7014, 6954, 8294, 8157, 8047, 9041, 7073, 5901, 6891, 7525, 9373, 7083, 6634, 7898, 7466, 9572, 7956, 6812, 9149, 6984, 6609, 7144, 7452, 8209, 6887, 7147, 8485, 7048, 6052, 6259, 7097, 5742, 7483, 6886, 10223, 7827, 6582, 9685, 6827, 6626, 7127, 7326, 6569, 6810, 7476, 7570, 7895, 7643, 9088, 9188, 6854, 6769, 9765, 7607, 7291, 7313, 6236, 6403, 7378, 7051, 7038, 6645, 7834, 7512, 9067, 7260, 7369, 7825, 7623, 7996, 7492, 6714, 7289, 7485, 7401, 7102, 6501, 8513, 6916, 5665, 5633, 6596, 6041, 5775, 6307, 9180, 7631, 6786, 6380, 6651, 8002, 8873, 7211, 5712, 7846, 9456, 8441, 6742, 5920, 5908, 7096, 5795, 6032, 6092, 9840, 8244, 6838, 8984, 7733, 6522, 9000, 6356, 10319, 7796, 6218, 8378, 6461, 11388, 9511, 9330, 9893, 6862, 5830, 6001, 8446, 6934, 11194, 6859, 6074, 5497, 5463, 5708, 6003, 5721, 5676, 6272, 6770, 9148, 6986, 6707, 8948, 7621, 9041, 6805, 6217, 8322, 7036, 5536, 7499, 5993, 6002, 9542, 7074, 6328, 9900, 8040, 6540, 7913, 6396, 5838, 7946, 6568, 10970, 8156, 6425, 6619, 6140, 6160, 9658, 6420, 5894, 8381, 6887, 7328, 8123, 7176, 11000, 7957, 6370, 6191, 5754, 6087, 9714, 5985, 5627, 8312, 6451, 5830, 6465, 6239, 5782, 9381, 6653, 6536, 11246, 8340, 6367, 5917, 9797, 5925, 5652, 6003, 6482, 7758, 8743, 7684, 9890, 7572, 6150, 8819, 6942, 5860, 9763, 8346, 9179, 7454, 6383, 8534, 6297, 5911, 9027, 7758, 10829, 8751, 6141, 5867, 6766, 6433, 6717, 7379, 6402, 10674, 6784, 7356, 9349, 7269, 6462, 10885, 5913, 6476, 5822, 5908, 6900, 6305, 8031, 7737, 5811, 7376, 7038, 6851, 11122, 7922, 5882, 5793, 5824, 9242, 6930, 10066, 7360, 5857, 5770, 7112, 6416, 5792, 6662, 8201, 6670, 6998, 8182, 6970, 6815, 5805, 6699, 6900, 6588, 8502, 6785, 7156, 7217, 6692, 8045, 6829, 6966, 11217, 7869, 8459, 13148, 6739, 6048, 5775, 5917, 5711, 6318, 5793, 5854, 9188, 6448, 6139, 7465, 6417, 9791, 5897, 5689, 7462, 6104, 11169, 7326, 5714, 6935, 6624, 6618, 7430, 6306, 10739, 7048, 6001, 11399, 7372, 7159, 12948, 7822, 6029, 10466, 6047, 5744, 8924, 5832, 6724, 9143, 8090, 6140, 7061, 5982, 5950, 9710, 7763, 6332, 11321, 7336, 5872, 11745, 7176, 7030, 8465, 6559, 10219, 9387, 8178, 12941, 8251, 6449, 5449, 5983, 6465, 5671, 7181, 6936, 10383, 7213, 5770, 5916, 6061, 6370, 9960, 7471, 7279, 12312, 6792, 5668, 6823, 6175, 7078, 6689, 5796, 11244, 8655, 7966, 8186, 5898, 5624, 6096, 6427, 10935, 9457, 6745, 5706, 7603, 7311, 5656, 5951, 10510, 7749, 8853, 13248, 7816, 6299, 10232, 6275, 5860, 8304, 7761, 13874, 8191, 6211, 8835, 6548, 5822, 5816, 5875, 10670, 7162, 8287, 8520, 6329, 5640, 5946, 6096, 9538, 6645, 5769, 7628, 6217, 12789, 8052, 6560, 10065, 5936, 5718, 6887, 6293, 9019, 8245, 8244, 13674, 7830, 6181, 10346, 6321, 5858, 8432, 6111, 6765, 8963, 8579, 8268, 8050, 5949, 5688, 8143, 7123, 9637, 13122, 7299, 5965, 5630, 6001, 6374, 5987, 9823, 6510, 9364, 12904, 9353, 7778, 6522, 7735, 7140, 6470, 8261, 6993, 6943, 7986, 7092, 10430, 9752, 8988, 10660, 7836, 6019, 5736, 6184, 6463, 8132, 8751, 9737, 11139, 8165, 6593, 5630, 7105, 6666, 10069, 9488, 8644, 9764, 10088, 5816, 6195, 6860, 6420, 6092, 8707, 6554, 5846, 9540, 6833, 6829, 8002, 7068, 6887, 7822, 5987, 7244, 7202, 6169, 10041, 7484, 6481, 5737, 7042, 7354, 6636, 9622, 7244, 5668, 5820, 8102, 6189, 5848, 8897, 6169, 7688, 11887, 7827, 7437, 9297, 6822, 6499, 7822, 6568, 10447, 8529, 8218, 11862, 7752, 6083, 5994, 5927, 6006, 5799, 6066, 6036, 8810, 6127, 6446, 7871, 5844, 8856, 6294, 8632, 7046, 9040, 6680, 5865, 7350, 5760, 8334, 6354, 7049, 5983, 5835, 6174, 6527, 7825, 5607, 5670, 5825, 5885, 5852, 6067, 5887, 10155, 6286, 5886, 9205, 6043, 8550, 7741, 7523, 9031, 7298, 9222, 6193, 5988, 6885, 6081, 8726, 7699, 5846, 11328, 8024, 7148, 9242, 6137, 5885, 7565, 5985, 8324, 7164, 6116, 9915, 7688, 6883, 7367, 6096, 5892, 7000, 5906, 8890], 'WindowCenter': [3689.0, 3676.0, 3653.0, 3652.0, 3642.0, 3651.0, 3629.0, 3629.0, 3671.0, 3650.0, 3631.0, 3673.0, 3684.0, 3663.0, 3673.0, 3651.0, 3641.0, 3654.0, 3633.0, 3675.0, 3708.0, 3666.0, 3657.0, 3646.0, 3688.0, 3647.0, 3644.0, 3695.0, 3686.0, 3687.0, 3687.0, 3697.0, 3676.0, 3664.0, 3673.0, 3640.0, 3669.0, 3648.0, 3616.0, 3647.0, 3628.0, 3649.0, 3638.0, 3618.0, 3649.0, 3660.0, 3650.0, 3661.0, 3630.0, 3619.0, 3619.0, 3630.0, 3631.0, 3687.0, 3669.0, 3670.0, 3722.0, 3669.0, 3648.0, 3707.0, 3643.0, 3632.0, 3663.0, 3654.0, 3674.0, 3675.0, 3632.0, 3664.0, 3652.0, 3682.0, 3660.0, 3649.0, 3648.0, 3648.0, 3617.0, 3618.0, 3640.0, 3631.0, 3674.0, 3676.0, 3666.0, 3708.0, 3656.0, 3656.0, 3674.0, 3630.0, 3670.0, 3639.0, 3617.0, 3648.0, 3617.0, 3669.0, 3628.0, 3619.0, 3661.0, 3650.0, 3650.0, 3649.0, 3618.0, 3605.0, 3627.0, 3619.0, 3682.0, 3643.0, 3665.0, 3697.0, 3644.0, 3634.0, 3632.0, 3632.0, 3643.0, 3696.0, 3665.0, 3634.0, 3635.0, 3620.0, 3655.0, 3696.0, 3674.0, 3661.0, 3639.0, 3649.0, 3652.0, 3684.0, 3675.0, 3654.0, 3643.0, 3670.0, 3636.0, 3634.0, 3590.0, 3582.0, 3601.0, 3611.0, 3654.0, 3661.0, 3651.0, 3684.0, 3695.0, 3686.0, 3677.0, 3695.0, 3654.0, 3653.0, 3682.0, 3639.0, 3639.0, 3616.0, 3650.0, 3641.0, 3662.0, 3664.0, 3657.0, 3708.0, 3698.0, 3677.0, 3705.0, 3641.0, 3630.0, 3649.0, 3674.0, 3685.0, 3698.0, 3676.0, 3656.0, 3664.0, 3631.0, 3670.0, 3640.0, 3641.0, 3685.0, 3675.0, 3677.0, 3707.0, 3654.0, 3641.0, 3671.0, 3651.0, 3642.0, 3705.0, 3675.0, 3688.0, 3709.0, 3663.0, 3652.0, 3691.0, 3660.0, 3628.0, 3669.0, 3659.0, 3628.0, 3681.0, 3671.0, 3661.0, 3705.0, 3681.0, 3639.0, 3647.0, 3626.0, 3615.0, 3661.0, 3664.0, 3644.0, 3645.0, 3632.0, 3643.0, 3674.0, 3685.0, 3706.0, 3674.0, 3663.0, 3704.0, 3652.0, 3639.0, 3660.0, 3640.0, 3680.0, 3650.0, 3680.0, 3670.0, 3649.0, 3679.0, 3636.0, 3603.0, 3634.0, 3623.0, 3635.0, 3625.0, 3668.0, 3637.0, 3617.0, 3658.0, 3638.0, 3681.0, 3638.0, 3617.0, 3627.0, 3638.0, 3630.0, 3640.0, 3654.0, 3697.0, 3676.0, 3668.0, 3707.0, 3653.0, 3664.0, 3649.0, 3649.0, 3685.0, 3675.0, 3663.0, 3641.0, 3651.0, 3662.0, 3672.0, 3673.0, 3673.0, 3683.0, 3651.0, 3628.0, 3649.0, 3659.0, 3669.0, 3636.0, 3637.0, 3659.0, 3649.0, 3681.0, 3661.0, 3649.0, 3680.0, 3647.0, 3635.0, 3636.0, 3659.0, 3670.0, 3649.0, 3651.0, 3673.0, 3652.0, 3641.0, 3639.0, 3650.0, 3617.0, 3648.0, 3652.0, 3694.0, 3663.0, 3654.0, 3694.0, 3651.0, 3639.0, 3637.0, 3647.0, 3636.0, 3636.0, 3661.0, 3661.0, 3674.0, 3675.0, 3684.0, 3684.0, 3654.0, 3654.0, 3695.0, 3674.0, 3651.0, 3661.0, 3641.0, 3641.0, 3662.0, 3650.0, 3662.0, 3652.0, 3662.0, 3649.0, 3668.0, 3637.0, 3632.0, 3632.0, 3632.0, 3631.0, 3633.0, 3622.0, 3632.0, 3634.0, 3647.0, 3649.0, 3637.0, 3670.0, 3649.0, 3628.0, 3631.0, 3665.0, 3653.0, 3632.0, 3655.0, 3696.0, 3690.0, 3681.0, 3669.0, 3666.0, 3688.0, 3685.0, 3649.0, 3616.0, 3673.0, 3684.0, 3663.0, 3639.0, 3641.0, 3632.0, 3663.0, 3642.0, 3653.0, 3656.0, 3706.0, 3686.0, 3654.0, 3683.0, 3663.0, 3640.0, 3669.0, 3626.0, 3665.0, 3645.0, 3613.0, 3655.0, 3626.0, 3690.0, 3682.0, 3682.0, 3692.0, 3651.0, 3629.0, 3641.0, 3671.0, 3636.0, 3690.0, 3640.0, 3643.0, 3620.0, 3620.0, 3645.0, 3657.0, 3646.0, 3646.0, 3657.0, 3670.0, 3710.0, 3680.0, 3669.0, 3688.0, 3678.0, 3685.0, 3641.0, 3630.0, 3661.0, 3653.0, 3620.0, 3650.0, 3630.0, 3642.0, 3682.0, 3651.0, 3640.0, 3681.0, 3662.0, 3641.0, 3673.0, 3641.0, 3618.0, 3648.0, 3639.0, 3682.0, 3661.0, 3640.0, 3640.0, 3630.0, 3630.0, 3681.0, 3639.0, 3618.0, 3660.0, 3650.0, 3650.0, 3661.0, 3650.0, 3692.0, 3660.0, 3639.0, 3629.0, 3618.0, 3628.0, 3682.0, 3627.0, 3630.0, 3673.0, 3653.0, 3646.0, 3653.0, 3644.0, 3632.0, 3682.0, 3651.0, 3642.0, 3706.0, 3676.0, 3656.0, 3646.0, 3708.0, 3645.0, 3632.0, 3643.0, 3655.0, 3676.0, 3689.0, 3679.0, 3711.0, 3678.0, 3646.0, 3685.0, 3652.0, 3629.0, 3683.0, 3674.0, 3685.0, 3663.0, 3642.0, 3672.0, 3639.0, 3619.0, 3671.0, 3661.0, 3693.0, 3673.0, 3631.0, 3631.0, 3651.0, 3641.0, 3640.0, 3650.0, 3641.0, 3692.0, 3641.0, 3664.0, 3685.0, 3665.0, 3655.0, 3705.0, 3630.0, 3642.0, 3631.0, 3630.0, 3652.0, 3641.0, 3673.0, 3675.0, 3632.0, 3663.0, 3653.0, 3655.0, 3707.0, 3687.0, 3645.0, 3644.0, 3643.0, 3685.0, 3652.0, 3694.0, 3665.0, 3657.0, 3657.0, 3679.0, 3668.0, 3632.0, 3654.0, 3673.0, 3653.0, 3665.0, 3673.0, 3652.0, 3641.0, 3618.0, 3638.0, 3638.0, 3639.0, 3671.0, 3651.0, 3650.0, 3650.0, 3638.0, 3662.0, 3638.0, 3637.0, 3679.0, 3648.0, 3660.0, 3689.0, 3625.0, 3615.0, 3604.0, 3616.0, 3617.0, 3628.0, 3631.0, 3633.0, 3697.0, 3656.0, 3646.0, 3667.0, 3656.0, 3693.0, 3631.0, 3619.0, 3652.0, 3644.0, 3707.0, 3666.0, 3647.0, 3667.0, 3654.0, 3654.0, 3662.0, 3642.0, 3693.0, 3651.0, 3643.0, 3706.0, 3665.0, 3654.0, 3717.0, 3665.0, 3643.0, 3694.0, 3629.0, 3617.0, 3671.0, 3631.0, 3653.0, 3698.0, 3690.0, 3671.0, 3679.0, 3657.0, 3645.0, 3684.0, 3662.0, 3641.0, 3693.0, 3652.0, 3632.0, 3706.0, 3655.0, 3652.0, 3662.0, 3630.0, 3695.0, 3684.0, 3673.0, 3704.0, 3674.0, 3656.0, 3631.0, 3642.0, 3642.0, 3633.0, 3665.0, 3667.0, 3709.0, 3679.0, 3647.0, 3645.0, 3644.0, 3655.0, 3695.0, 3664.0, 3679.0, 3719.0, 3655.0, 3645.0, 3654.0, 3643.0, 3651.0, 3640.0, 3632.0, 3707.0, 3686.0, 3676.0, 3686.0, 3645.0, 3658.0, 3644.0, 3656.0, 3708.0, 3709.0, 3666.0, 3645.0, 3677.0, 3665.0, 3645.0, 3645.0, 3708.0, 3677.0, 3699.0, 3730.0, 3677.0, 3656.0, 3695.0, 3641.0, 3619.0, 3673.0, 3664.0, 3716.0, 3673.0, 3632.0, 3673.0, 3641.0, 3631.0, 3630.0, 3619.0, 3692.0, 3652.0, 3674.0, 3685.0, 3655.0, 3632.0, 3641.0, 3631.0, 3680.0, 3640.0, 3618.0, 3662.0, 3632.0, 3715.0, 3675.0, 3654.0, 3694.0, 3642.0, 3629.0, 3650.0, 3639.0, 3682.0, 3674.0, 3675.0, 3728.0, 3675.0, 3644.0, 3695.0, 3642.0, 3631.0, 3671.0, 3642.0, 3654.0, 3685.0, 3688.0, 3687.0, 3687.0, 3645.0, 3632.0, 3673.0, 3665.0, 3696.0, 3729.0, 3677.0, 3657.0, 3646.0, 3646.0, 3656.0, 3645.0, 3697.0, 3655.0, 3699.0, 3731.0, 3699.0, 3689.0, 3655.0, 3662.0, 3652.0, 3638.0, 3659.0, 3651.0, 3650.0, 3660.0, 3653.0, 3694.0, 3684.0, 3685.0, 3694.0, 3662.0, 3630.0, 3630.0, 3629.0, 3641.0, 3674.0, 3686.0, 3698.0, 3719.0, 3688.0, 3667.0, 3644.0, 3652.0, 3652.0, 3694.0, 3685.0, 3688.0, 3710.0, 3710.0, 3644.0, 3646.0, 3654.0, 3642.0, 3631.0, 3672.0, 3640.0, 3620.0, 3682.0, 3641.0, 3640.0, 3650.0, 3639.0, 3638.0, 3647.0, 3616.0, 3636.0, 3649.0, 3630.0, 3682.0, 3661.0, 3655.0, 3644.0, 3650.0, 3664.0, 3666.0, 3708.0, 3679.0, 3659.0, 3660.0, 3700.0, 3657.0, 3658.0, 3699.0, 3659.0, 3692.0, 3734.0, 3693.0, 3691.0, 3699.0, 3655.0, 3642.0, 3661.0, 3642.0, 3693.0, 3675.0, 3675.0, 3718.0, 3677.0, 3643.0, 3629.0, 3627.0, 3629.0, 3617.0, 3628.0, 3630.0, 3672.0, 3631.0, 3640.0, 3663.0, 3619.0, 3659.0, 3627.0, 3646.0, 3626.0, 3644.0, 3614.0, 3601.0, 3623.0, 3615.0, 3659.0, 3640.0, 3648.0, 3627.0, 3616.0, 3628.0, 3639.0, 3662.0, 3644.0, 3644.0, 3645.0, 3660.0, 3657.0, 3657.0, 3659.0, 3723.0, 3682.0, 3662.0, 3723.0, 3660.0, 3698.0, 3678.0, 3676.0, 3688.0, 3677.0, 3696.0, 3645.0, 3644.0, 3652.0, 3641.0, 3672.0, 3662.0, 3630.0, 3704.0, 3675.0, 3665.0, 3695.0, 3644.0, 3630.0, 3660.0, 3630.0, 3671.0, 3652.0, 3642.0, 3695.0, 3675.0, 3664.0, 3663.0, 3641.0, 3617.0, 3648.0, 3618.0, 3669.0], 'WindowWidth': [8326.0, 8303.0, 8268.0, 8265.0, 8249.0, 8258.0, 8228.0, 8229.0, 8284.0, 8257.0, 8233.0, 8292.0, 8308.0, 8280.0, 8293.0, 8261.0, 8247.0, 8269.0, 8240.0, 8296.0, 8343.0, 8286.0, 8275.0, 8263.0, 8319.0, 8266.0, 8257.0, 8322.0, 8314.0, 8316.0, 8315.0, 8328.0, 8299.0, 8280.0, 8289.0, 8240.0, 8274.0, 8244.0, 8201.0, 8243.0, 8219.0, 8247.0, 8232.0, 8208.0, 8247.0, 8267.0, 8252.0, 8267.0, 8227.0, 8214.0, 8212.0, 8232.0, 8233.0, 8315.0, 8295.0, 8299.0, 8371.0, 8300.0, 8269.0, 8343.0, 8252.0, 8238.0, 8277.0, 8268.0, 8293.0, 8294.0, 8235.0, 8277.0, 8259.0, 8295.0, 8265.0, 8250.0, 8248.0, 8248.0, 8207.0, 8212.0, 8242.0, 8235.0, 8293.0, 8299.0, 8288.0, 8346.0, 8275.0, 8273.0, 8293.0, 8230.0, 8277.0, 8235.0, 8204.0, 8247.0, 8206.0, 8274.0, 8223.0, 8213.0, 8267.0, 8253.0, 8253.0, 8251.0, 8208.0, 8187.0, 8220.0, 8213.0, 8299.0, 8250.0, 8284.0, 8329.0, 8256.0, 8244.0, 8236.0, 8236.0, 8254.0, 8324.0, 8282.0, 8242.0, 8243.0, 8215.0, 8267.0, 8326.0, 8293.0, 8270.0, 8237.0, 8252.0, 8260.0, 8305.0, 8295.0, 8270.0, 8251.0, 8279.0, 8227.0, 8219.0, 8152.0, 8121.0, 8172.0, 8183.0, 8268.0, 8272.0, 8257.0, 8305.0, 8323.0, 8314.0, 8305.0, 8325.0, 8271.0, 8269.0, 8299.0, 8238.0, 8239.0, 8207.0, 8257.0, 8248.0, 8277.0, 8285.0, 8279.0, 8347.0, 8334.0, 8304.0, 8337.0, 8245.0, 8229.0, 8254.0, 8293.0, 8309.0, 8332.0, 8302.0, 8274.0, 8281.0, 8233.0, 8280.0, 8243.0, 8245.0, 8309.0, 8299.0, 8304.0, 8343.0, 8269.0, 8250.0, 8284.0, 8259.0, 8250.0, 8335.0, 8297.0, 8320.0, 8349.0, 8279.0, 8264.0, 8310.0, 8268.0, 8223.0, 8276.0, 8265.0, 8223.0, 8296.0, 8284.0, 8273.0, 8334.0, 8298.0, 8240.0, 8246.0, 8219.0, 8203.0, 8269.0, 8281.0, 8256.0, 8260.0, 8237.0, 8253.0, 8296.0, 8312.0, 8338.0, 8296.0, 8280.0, 8333.0, 8261.0, 8240.0, 8269.0, 8241.0, 8295.0, 8255.0, 8295.0, 8281.0, 8252.0, 8289.0, 8228.0, 8181.0, 8221.0, 8208.0, 8225.0, 8214.0, 8271.0, 8234.0, 8209.0, 8262.0, 8237.0, 8295.0, 8236.0, 8210.0, 8221.0, 8238.0, 8233.0, 8246.0, 8270.0, 8331.0, 8303.0, 8295.0, 8346.0, 8268.0, 8284.0, 8254.0, 8255.0, 8311.0, 8301.0, 8279.0, 8247.0, 8258.0, 8276.0, 8290.0, 8292.0, 8292.0, 8305.0, 8261.0, 8228.0, 8254.0, 8265.0, 8277.0, 8232.0, 8234.0, 8264.0, 8254.0, 8297.0, 8270.0, 8254.0, 8294.0, 8247.0, 8228.0, 8230.0, 8269.0, 8283.0, 8254.0, 8258.0, 8290.0, 8262.0, 8247.0, 8241.0, 8256.0, 8209.0, 8250.0, 8263.0, 8321.0, 8280.0, 8269.0, 8320.0, 8259.0, 8239.0, 8233.0, 8246.0, 8231.0, 8233.0, 8273.0, 8273.0, 8293.0, 8298.0, 8305.0, 8308.0, 8271.0, 8269.0, 8322.0, 8295.0, 8258.0, 8273.0, 8247.0, 8248.0, 8279.0, 8258.0, 8277.0, 8263.0, 8275.0, 8255.0, 8277.0, 8231.0, 8217.0, 8218.0, 8216.0, 8214.0, 8219.0, 8204.0, 8218.0, 8224.0, 8248.0, 8251.0, 8235.0, 8281.0, 8256.0, 8230.0, 8236.0, 8290.0, 8269.0, 8239.0, 8273.0, 8330.0, 8326.0, 8318.0, 8300.0, 8293.0, 8322.0, 8308.0, 8251.0, 8206.0, 8290.0, 8304.0, 8274.0, 8239.0, 8249.0, 8239.0, 8282.0, 8253.0, 8270.0, 8279.0, 8342.0, 8312.0, 8270.0, 8305.0, 8278.0, 8243.0, 8278.0, 8217.0, 8265.0, 8238.0, 8193.0, 8253.0, 8218.0, 8310.0, 8303.0, 8305.0, 8318.0, 8262.0, 8233.0, 8250.0, 8286.0, 8232.0, 8307.0, 8245.0, 8251.0, 8216.0, 8218.0, 8260.0, 8280.0, 8264.0, 8263.0, 8281.0, 8299.0, 8354.0, 8313.0, 8297.0, 8317.0, 8307.0, 8307.0, 8245.0, 8228.0, 8272.0, 8263.0, 8216.0, 8255.0, 8231.0, 8248.0, 8300.0, 8257.0, 8242.0, 8296.0, 8273.0, 8246.0, 8290.0, 8246.0, 8210.0, 8248.0, 8238.0, 8297.0, 8269.0, 8242.0, 8241.0, 8229.0, 8229.0, 8296.0, 8239.0, 8210.0, 8267.0, 8254.0, 8255.0, 8270.0, 8254.0, 8311.0, 8267.0, 8240.0, 8225.0, 8210.0, 8224.0, 8297.0, 8222.0, 8231.0, 8292.0, 8267.0, 8262.0, 8266.0, 8255.0, 8236.0, 8302.0, 8260.0, 8248.0, 8339.0, 8299.0, 8276.0, 8263.0, 8346.0, 8260.0, 8237.0, 8251.0, 8273.0, 8299.0, 8321.0, 8311.0, 8354.0, 8307.0, 8263.0, 8309.0, 8263.0, 8228.0, 8302.0, 8293.0, 8306.0, 8278.0, 8250.0, 8287.0, 8240.0, 8213.0, 8282.0, 8269.0, 8314.0, 8288.0, 8234.0, 8232.0, 8259.0, 8246.0, 8242.0, 8255.0, 8244.0, 8313.0, 8247.0, 8279.0, 8309.0, 8285.0, 8273.0, 8335.0, 8233.0, 8248.0, 8233.0, 8230.0, 8261.0, 8244.0, 8292.0, 8296.0, 8236.0, 8279.0, 8266.0, 8273.0, 8344.0, 8318.0, 8263.0, 8258.0, 8255.0, 8309.0, 8260.0, 8318.0, 8285.0, 8283.0, 8283.0, 8316.0, 8299.0, 8235.0, 8269.0, 8292.0, 8265.0, 8284.0, 8292.0, 8262.0, 8247.0, 8212.0, 8237.0, 8236.0, 8239.0, 8285.0, 8259.0, 8254.0, 8250.0, 8234.0, 8272.0, 8233.0, 8230.0, 8289.0, 8248.0, 8265.0, 8298.0, 8211.0, 8198.0, 8184.0, 8203.0, 8207.0, 8223.0, 8234.0, 8239.0, 8327.0, 8273.0, 8261.0, 8288.0, 8274.0, 8316.0, 8231.0, 8214.0, 8260.0, 8252.0, 8339.0, 8286.0, 8264.0, 8290.0, 8270.0, 8267.0, 8276.0, 8248.0, 8314.0, 8258.0, 8250.0, 8335.0, 8284.0, 8267.0, 8354.0, 8282.0, 8253.0, 8316.0, 8226.0, 8208.0, 8282.0, 8233.0, 8265.0, 8334.0, 8327.0, 8305.0, 8313.0, 8280.0, 8257.0, 8303.0, 8272.0, 8244.0, 8314.0, 8259.0, 8236.0, 8336.0, 8268.0, 8261.0, 8271.0, 8227.0, 8321.0, 8303.0, 8290.0, 8333.0, 8295.0, 8276.0, 8237.0, 8250.0, 8250.0, 8240.0, 8284.0, 8290.0, 8348.0, 8310.0, 8268.0, 8261.0, 8255.0, 8273.0, 8322.0, 8283.0, 8310.0, 8361.0, 8272.0, 8260.0, 8269.0, 8252.0, 8258.0, 8244.0, 8237.0, 8340.0, 8312.0, 8300.0, 8314.0, 8259.0, 8284.0, 8259.0, 8276.0, 8345.0, 8350.0, 8290.0, 8261.0, 8302.0, 8283.0, 8261.0, 8260.0, 8343.0, 8304.0, 8334.0, 8379.0, 8304.0, 8273.0, 8321.0, 8245.0, 8214.0, 8288.0, 8279.0, 8349.0, 8289.0, 8235.0, 8289.0, 8247.0, 8234.0, 8230.0, 8213.0, 8311.0, 8261.0, 8292.0, 8308.0, 8271.0, 8237.0, 8247.0, 8232.0, 8295.0, 8242.0, 8211.0, 8275.0, 8238.0, 8348.0, 8295.0, 8268.0, 8319.0, 8249.0, 8228.0, 8254.0, 8241.0, 8301.0, 8292.0, 8297.0, 8370.0, 8299.0, 8257.0, 8324.0, 8250.0, 8234.0, 8286.0, 8251.0, 8269.0, 8312.0, 8318.0, 8317.0, 8318.0, 8260.0, 8239.0, 8292.0, 8284.0, 8327.0, 8374.0, 8306.0, 8283.0, 8266.0, 8262.0, 8275.0, 8258.0, 8329.0, 8273.0, 8336.0, 8382.0, 8339.0, 8324.0, 8272.0, 8277.0, 8260.0, 8237.0, 8265.0, 8256.0, 8254.0, 8269.0, 8266.0, 8320.0, 8307.0, 8310.0, 8321.0, 8275.0, 8231.0, 8231.0, 8228.0, 8247.0, 8294.0, 8314.0, 8332.0, 8363.0, 8320.0, 8292.0, 8258.0, 8262.0, 8261.0, 8319.0, 8309.0, 8321.0, 8352.0, 8353.0, 8259.0, 8262.0, 8267.0, 8248.0, 8234.0, 8288.0, 8243.0, 8214.0, 8298.0, 8244.0, 8240.0, 8251.0, 8237.0, 8233.0, 8243.0, 8202.0, 8229.0, 8249.0, 8230.0, 8299.0, 8273.0, 8273.0, 8257.0, 8261.0, 8282.0, 8288.0, 8347.0, 8312.0, 8290.0, 8292.0, 8344.0, 8281.0, 8283.0, 8337.0, 8287.0, 8334.0, 8392.0, 8336.0, 8331.0, 8336.0, 8273.0, 8249.0, 8272.0, 8249.0, 8316.0, 8297.0, 8297.0, 8359.0, 8306.0, 8254.0, 8229.0, 8221.0, 8223.0, 8206.0, 8223.0, 8228.0, 8287.0, 8232.0, 8242.0, 8274.0, 8212.0, 8261.0, 8217.0, 8237.0, 8212.0, 8231.0, 8194.0, 8173.0, 8205.0, 8202.0, 8264.0, 8242.0, 8252.0, 8224.0, 8207.0, 8228.0, 8242.0, 8276.0, 8258.0, 8260.0, 8265.0, 8291.0, 8285.0, 8284.0, 8287.0, 8376.0, 8322.0, 8297.0, 8377.0, 8291.0, 8335.0, 8308.0, 8300.0, 8318.0, 8304.0, 8328.0, 8259.0, 8256.0, 8262.0, 8248.0, 8289.0, 8275.0, 8233.0, 8335.0, 8299.0, 8287.0, 8326.0, 8256.0, 8235.0, 8270.0, 8233.0, 8286.0, 8262.0, 8252.0, 8323.0, 8299.0, 8283.0, 8280.0, 8248.0, 8211.0, 8251.0, 8212.0, 8281.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.00391170871559633</td></tr>
<tr><td colspan=3>aqi</td><td>0.06911132821100917</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.47644804602758</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0962240267508625</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.995761889207808</td></tr>
<tr><td colspan=3>efc</td><td>0.4651</td></tr>
<tr><td colspan=3>fber</td><td>5640.4888</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2410569653960509</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>384</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>44.03669724770642</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.676149373535649</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4740778501042966</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.010574019131413</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.543796251371238</td></tr>
<tr><td colspan=3>gcor</td><td>0.00797114</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010949486866593361</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03212091699242592</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.8535798794797365</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.1535</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.6495</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>138.358</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303001.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>580.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>261.4807</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.067</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>437.1943</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2887.3554</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3075.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73543.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>917.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3772.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>797.9539</td></tr>
<tr><td colspan=3>tsnr</td><td>23.988549428991973</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>