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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0116_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-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0116/figures/sub-0116_ses-03_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-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_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-0116/ses-03/func/sub-0116_ses-03_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>0b62066581f7ebe464af706ae74516ef</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>14:56:2.462500</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.997774, -0.0662148, 0.00797191, 0.0645231, 0.988632, 0.135805]</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.259</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.0883897</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>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4236, -7913, -7204, 544, -175, -258, 315, 149]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>237.882</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3de3e70f-13c1-432b-af9e-b3139883c49b||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.6769535541534424, 0.17311081290245056, 0.04555869475007057, 102.24628448486328], [0.17764946818351746, 2.652428150177002, 0.3644682466983795, -118.98263549804688], [0.021388059481978416, -0.36435481905937195, 2.6748995780944824, -45.51960372924805], [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': ['145602.462500', '145602.922500', '145603.382500', '145603.842500', '145604.302500', '145604.762500', '145605.222500', '145605.682500', '145606.142500', '145606.602500', '145607.062500', '145607.522500', '145607.982500', '145608.442500', '145608.902500', '145609.362500', '145609.822500', '145610.282500', '145610.742500', '145611.202500', '145611.662500', '145612.122500', '145612.582500', '145613.042500', '145613.502500', '145613.962500', '145614.422500', '145614.882500', '145615.342500', '145615.802500', '145616.262500', '145616.722500', '145617.182500', '145617.642500', '145618.102500', '145618.562500', '145619.022500', '145619.482500', '145619.942500', '145620.402500', '145620.862500', '145621.322500', '145621.782500', '145622.242500', '145622.702500', '145623.162500', '145623.622500', '145624.082500', '145624.542500', '145625.002500', '145625.462500', '145625.922500', '145626.382500', '145626.842500', '145627.302500', '145627.762500', '145628.222500', '145628.682500', '145629.142500', '145629.602500', '145630.062500', '145630.522500', '145630.982500', '145631.442500', '145631.902500', '145632.362500', '145632.822500', '145633.282500', '145633.742500', '145634.202500', '145634.662500', '145635.122500', '145635.582500', '145636.042500', '145636.502500', '145636.962500', '145637.422500', '145637.882500', '145638.342500', '145638.802500', '145639.262500', '145639.722500', '145640.182500', '145640.642500', '145641.102500', '145641.562500', '145642.022500', '145642.482500', '145642.942500', '145643.402500', '145643.862500', '145644.322500', '145644.782500', '145645.242500', '145645.702500', '145646.162500', '145646.622500', '145647.082500', '145647.542500', '145648.002500', '145648.462500', '145648.922500', '145649.382500', '145649.842500', '145650.302500', '145650.762500', '145651.222500', '145651.682500', '145652.142500', '145652.602500', '145653.062500', '145653.522500', '145653.982500', '145654.442500', '145654.902500', '145655.362500', '145655.822500', '145656.282500', '145656.742500', '145657.202500', '145657.662500', '145658.122500', '145658.582500', '145659.042500', '145659.502500', '145659.962500', '145700.422500', '145700.882500', '145701.342500', '145701.802500', '145702.262500', '145702.722500', '145703.182500', '145703.642500', '145704.102500', '145704.562500', '145705.022500', '145705.482500', '145705.942500', '145706.402500', '145706.862500', '145707.322500', '145707.782500', '145708.242500', '145708.702500', '145709.162500', '145709.622500', '145710.082500', '145710.542500', '145711.002500', '145711.462500', '145711.922500', '145712.382500', '145712.842500', '145713.302500', '145713.762500', '145714.222500', '145714.682500', '145715.142500', '145715.602500', '145716.062500', '145716.522500', '145716.982500', '145717.442500', '145717.902500', '145718.362500', '145718.822500', '145719.282500', '145719.742500', '145720.202500', '145720.662500', '145721.122500', '145721.582500', '145722.042500', '145722.502500', '145722.962500', '145723.422500', '145723.882500', '145724.342500', '145724.802500', '145725.262500', '145725.722500', '145726.182500', '145726.642500', '145727.102500', '145727.562500', '145728.022500', '145728.482500', '145728.942500', '145729.402500', '145729.862500', '145730.322500', '145730.782500', '145731.242500', '145731.702500', '145732.162500', '145732.622500', '145733.082500', '145733.542500', '145734.002500', '145734.462500', '145734.922500', '145735.382500', '145735.842500', '145736.302500', '145736.762500', '145737.222500', '145737.682500', '145738.142500', '145738.602500', '145739.062500', '145739.522500', '145739.982500', '145740.442500', '145740.902500', '145741.362500', '145741.822500', '145742.282500', '145742.742500', '145743.202500', '145743.662500', '145744.122500', '145744.582500', '145745.042500', '145745.502500', '145745.962500', '145746.422500', '145746.882500', '145747.342500', '145747.802500', '145748.262500', '145748.722500', '145749.182500', '145749.642500', '145750.102500', '145750.562500', '145751.022500', '145751.482500', '145751.942500', '145752.402500', '145752.862500', '145753.322500', '145753.782500', '145754.242500', '145754.702500', '145755.162500', '145755.622500', '145756.082500', '145756.542500', '145757.002500', '145757.462500', '145757.922500', '145758.382500', '145758.842500', '145759.302500', '145759.762500', '145800.222500', '145800.682500', '145801.142500', '145801.602500', '145802.062500', '145802.522500', '145802.982500', '145803.442500', '145803.902500', '145804.362500', '145804.822500', '145805.282500', '145805.742500', '145806.202500', '145806.662500', '145807.122500', '145807.582500', '145808.042500', '145808.502500', '145808.962500', '145809.422500', '145809.882500', '145810.342500', '145810.802500', '145811.262500', '145811.722500', '145812.182500', '145812.642500', '145813.102500', '145813.562500', '145814.022500', '145814.482500', '145814.942500', '145815.402500', '145815.862500', '145816.322500', '145816.782500', '145817.242500', '145817.702500', '145818.162500', '145818.622500', '145819.082500', '145819.542500', '145820.002500', '145820.462500', '145820.922500', '145821.382500', '145821.842500', '145822.302500', '145822.762500', '145823.222500', '145823.682500', '145824.142500', '145824.602500', '145825.062500', '145825.522500', '145825.982500', '145826.442500', '145826.902500', '145827.362500', '145827.822500', '145828.282500', '145828.742500', '145829.202500', '145829.662500', '145830.122500', '145830.582500', '145831.042500', '145831.502500', '145831.962500', '145832.422500', '145832.882500', '145833.342500', '145833.802500', '145834.262500', '145834.722500', '145835.182500', '145835.642500', '145836.102500', '145836.562500', '145837.022500', '145837.482500', '145837.942500', '145838.402500', '145838.862500', '145839.322500', '145839.782500', '145840.242500', '145840.702500', '145841.162500', '145841.622500', '145842.082500', '145842.542500', '145843.002500', '145843.462500', '145843.922500', '145844.382500', '145844.842500', '145845.302500', '145845.762500', '145846.222500', '145846.682500', '145847.142500', '145847.602500', '145848.062500', '145848.522500', '145848.982500', '145849.442500', '145849.902500', '145850.362500', '145850.822500', '145851.282500', '145851.742500', '145852.202500', '145852.662500', '145853.122500', '145853.582500', '145854.042500', '145854.502500', '145854.962500', '145855.422500', '145855.882500', '145856.342500', '145856.802500', '145857.262500', '145857.722500', '145858.182500', '145858.642500', '145859.102500', '145859.562500', '145900.022500', '145900.482500', '145900.942500', '145901.402500', '145901.862500', '145902.322500', '145902.782500', '145903.242500', '145903.702500', '145904.162500', '145904.622500', '145905.082500', '145905.542500', '145906.002500', '145906.462500', '145906.922500', '145907.382500', '145907.842500', '145908.302500', '145908.762500', '145909.222500', '145909.682500', '145910.142500', '145910.602500', '145911.062500', '145911.522500', '145911.982500', '145912.442500', '145912.902500', '145913.362500', '145913.822500', '145914.282500', '145914.742500', '145915.202500', '145915.662500', '145916.122500', '145916.582500', '145917.042500', '145917.502500', '145917.962500', '145918.422500', '145918.882500', '145919.342500', '145919.802500', '145920.262500', '145920.722500', '145921.182500', '145921.642500', '145922.102500', '145922.562500', '145923.022500', '145923.482500', '145923.942500', '145924.402500', '145924.862500', '145925.322500', '145925.782500', '145926.242500', '145926.702500', '145927.162500', '145927.622500', '145928.082500', '145928.542500', '145929.002500', '145929.462500', '145929.922500', '145930.382500', '145930.842500', '145931.302500', '145931.762500', '145932.222500', '145932.682500', '145933.142500', '145933.602500', '145934.062500', '145934.522500', '145934.982500', '145935.442500', '145935.902500', '145936.362500', '145936.822500', '145937.282500', '145937.742500', '145938.202500', '145938.662500', '145939.122500', '145939.582500', '145940.042500', '145940.502500', '145940.962500', '145941.422500', '145941.882500', '145942.342500', '145942.802500', '145943.262500', '145943.722500', '145944.182500', '145944.642500', '145945.102500', '145945.562500', '145946.022500', '145946.482500', '145946.942500', '145947.402500', '145947.862500', '145948.322500', '145948.782500', '145949.242500', '145949.702500', '145950.162500', '145950.622500', '145951.082500', '145951.542500', '145952.002500', '145952.462500', '145952.922500', '145953.382500', '145953.842500', '145954.302500', '145954.762500', '145955.222500', '145955.682500', '145956.142500', '145956.602500', '145957.062500', '145957.522500', '145957.982500', '145958.442500', '145958.902500', '145959.362500', '145959.822500', '150000.282500', '150000.742500', '150001.202500', '150001.662500', '150002.122500', '150002.582500', '150003.042500', '150003.502500', '150003.962500', '150004.422500', '150004.882500', '150005.342500', '150005.802500', '150006.262500', '150006.722500', '150007.182500', '150007.642500', '150008.102500', '150008.562500', '150009.022500', '150009.482500', '150009.942500', '150010.402500', '150010.862500', '150011.322500', '150011.782500', '150012.242500', '150012.702500', '150013.162500', '150013.622500', '150014.082500', '150014.542500', '150015.002500', '150015.462500', '150015.922500', '150016.382500', '150016.842500', '150017.302500', '150017.762500', '150018.222500', '150018.682500', '150019.142500', '150019.602500', '150020.062500', '150020.522500', '150020.982500', '150021.442500', '150021.902500', '150022.362500', '150022.822500', '150023.282500', '150023.742500', '150024.202500', '150024.662500', '150025.122500', '150025.582500', '150026.042500', '150026.502500', '150026.962500', '150027.422500', '150027.882500', '150028.342500', '150028.802500', '150029.262500', '150029.722500', '150030.182500', '150030.642500', '150031.102500', '150031.562500', '150032.022500', '150032.482500', '150032.942500', '150033.402500', '150033.862500', '150034.322500', '150034.782500', '150035.242500', '150035.702500', '150036.162500', '150036.622500', '150037.082500', '150037.542500', '150038.002500', '150038.462500', '150038.922500', '150039.382500', '150039.842500', '150040.302500', '150040.762500', '150041.222500', '150041.682500', '150042.142500', '150042.602500', '150043.062500', '150043.522500', '150043.982500', '150044.442500', '150044.902500', '150045.362500', '150045.822500', '150046.282500', '150046.742500', '150047.202500', '150047.662500', '150048.122500', '150048.582500', '150049.042500', '150049.502500', '150049.962500', '150050.422500', '150050.882500', '150051.342500', '150051.802500', '150052.262500', '150052.722500', '150053.182500', '150053.642500', '150054.102500', '150054.562500', '150055.022500', '150055.482500', '150055.942500', '150056.402500', '150056.862500', '150057.322500', '150057.782500', '150058.242500', '150058.702500', '150059.162500', '150059.622500', '150100.082500', '150100.542500', '150101.002500', '150101.462500', '150101.922500', '150102.382500', '150102.842500', '150103.302500', '150103.762500', '150104.222500', '150104.682500', '150105.142500', '150105.602500', '150106.062500', '150106.522500', '150106.982500', '150107.442500', '150107.902500', '150108.362500', '150108.822500', '150109.282500', '150109.742500', '150110.202500', '150110.662500', '150111.122500', '150111.582500', '150112.042500', '150112.502500', '150112.962500', '150113.422500', '150113.882500', '150114.342500', '150114.802500', '150115.262500', '150115.722500', '150116.182500', '150116.642500', '150117.102500', '150117.562500', '150118.022500', '150118.482500', '150118.942500', '150119.402500', '150119.862500', '150120.322500', '150120.782500', '150121.242500', '150121.702500', '150122.162500', '150122.622500', '150123.082500', '150123.542500', '150124.002500', '150124.462500', '150124.922500', '150125.382500', '150125.842500', '150126.302500', '150126.762500', '150127.222500', '150127.682500', '150128.142500', '150128.602500', '150129.062500', '150129.522500', '150129.982500', '150130.442500', '150130.902500', '150131.362500', '150131.822500', '150132.282500', '150132.742500', '150133.202500', '150133.662500', '150134.122500', '150134.582500', '150135.042500', '150135.502500', '150135.962500', '150136.422500', '150136.882500', '150137.342500', '150137.802500', '150138.262500', '150138.722500', '150139.182500', '150139.642500', '150140.102500', '150140.562500', '150141.022500', '150141.482500', '150141.942500', '150142.402500', '150142.862500', '150143.322500', '150143.782500', '150144.242500', '150144.702500', '150145.162500', '150145.622500', '150146.082500', '150146.542500', '150147.002500', '150147.462500', '150147.922500', '150148.382500', '150148.842500', '150149.302500', '150149.762500', '150150.222500', '150150.682500', '150151.142500', '150151.602500', '150152.062500', '150152.522500', '150152.982500', '150153.442500', '150153.902500', '150154.362500', '150154.822500', '150155.282500', '150155.742500', '150156.202500', '150156.662500', '150157.122500', '150157.582500', '150158.042500', '150158.502500', '150158.962500', '150159.422500', '150159.882500', '150200.342500', '150200.802500', '150201.262500', '150201.722500', '150202.182500', '150202.642500', '150203.102500', '150203.562500', '150204.022500', '150204.482500', '150204.942500', '150205.402500', '150205.862500', '150206.322500', '150206.782500', '150207.242500', '150207.702500', '150208.162500', '150208.622500', '150209.082500', '150209.542500', '150210.002500', '150210.462500', '150210.922500', '150211.382500', '150211.842500', '150212.302500', '150212.762500', '150213.222500', '150213.682500', '150214.142500', '150214.602500', '150215.062500', '150215.522500', '150215.982500', '150216.442500', '150216.902500', '150217.362500', '150217.822500', '150218.282500', '150218.742500', '150219.202500', '150219.662500', '150220.122500', '150220.582500', '150221.042500', '150221.502500', '150221.962500', '150222.422500', '150222.882500', '150223.342500', '150223.802500', '150224.262500', '150224.722500', '150225.182500', '150225.642500', '150226.102500', '150226.562500', '150227.022500', '150227.482500', '150227.942500', '150228.402500', '150228.862500', '150229.322500', '150229.782500', '150230.242500', '150230.702500', '150231.162500', '150231.622500', '150232.082500', '150232.542500', '150233.002500', '150233.462500', '150233.922500', '150234.382500', '150234.842500', '150235.302500', '150235.762500', '150236.222500', '150236.682500', '150237.142500', '150237.602500', '150238.062500', '150238.522500', '150238.982500', '150239.442500', '150239.902500', '150240.362500', '150240.822500', '150241.282500', '150241.742500', '150242.202500', '150242.662500', '150243.122500'], 'ContentTime': ['145619.884000', '145619.888000', '145619.890000', '145619.893000', '145619.896000', '145619.898000', '145619.901000', '145619.903000', '145619.906000', '145619.909000', '145619.911000', '145619.914000', '145619.916000', '145619.919000', '145619.922000', '145619.924000', '145619.927000', '145619.929000', '145619.932000', '145619.935000', '145619.937000', '145619.940000', '145619.942000', '145619.945000', '145619.947000', '145619.950000', '145619.953000', '145619.955000', '145619.958000', '145619.960000', '145619.963000', '145619.965000', '145619.968000', '145619.970000', '145619.973000', '145639.811000', '145639.813000', '145639.816000', '145639.819000', '145639.821000', '145639.824000', '145639.826000', '145639.829000', '145639.832000', '145639.834000', '145639.837000', '145639.839000', '145639.842000', '145639.845000', '145639.847000', '145639.850000', '145639.852000', '145639.855000', '145639.857000', '145639.860000', '145639.862000', '145639.865000', '145639.867000', '145639.870000', '145639.873000', '145639.875000', '145639.878000', '145639.880000', '145639.883000', '145639.885000', '145639.888000', '145639.890000', '145639.893000', '145639.895000', '145639.898000', '145639.901000', '145639.903000', '145639.906000', '145639.909000', '145639.911000', '145639.914000', '145639.916000', '145639.919000', '145659.811000', '145659.814000', '145659.817000', '145659.819000', '145659.822000', '145659.825000', '145659.827000', '145659.830000', '145659.832000', '145659.835000', '145659.837000', '145659.840000', '145659.843000', '145659.845000', '145659.848000', '145659.850000', '145659.853000', '145659.855000', '145659.858000', '145659.860000', '145659.863000', '145659.866000', '145659.868000', '145659.871000', '145659.883000', '145659.886000', '145659.888000', '145659.891000', '145659.894000', '145659.896000', '145659.899000', '145659.901000', '145659.904000', '145659.907000', '145659.909000', '145659.912000', '145659.914000', '145659.917000', '145659.919000', '145659.922000', '145659.924000', '145659.927000', '145659.930000', '145659.932000', '145719.811000', '145719.814000', '145719.817000', '145719.819000', '145719.822000', '145719.824000', '145719.827000', '145719.830000', '145719.832000', '145719.835000', '145719.837000', '145719.840000', '145719.843000', '145719.845000', '145719.848000', '145719.850000', '145719.853000', '145719.856000', '145719.858000', '145719.861000', '145719.864000', '145719.866000', '145719.869000', '145719.871000', '145719.874000', '145719.876000', '145719.879000', '145719.882000', '145719.884000', '145719.887000', '145719.890000', '145719.893000', '145719.896000', '145719.899000', '145719.901000', '145719.904000', '145719.907000', '145719.909000', '145719.912000', '145719.914000', '145719.917000', '145719.919000', '145719.922000', '145739.811000', '145739.814000', '145739.816000', '145739.819000', '145739.821000', '145739.824000', '145739.827000', '145739.829000', '145739.832000', '145739.834000', '145739.837000', '145739.839000', '145739.842000', '145739.844000', '145739.847000', '145739.850000', '145739.852000', '145739.855000', '145739.857000', '145739.860000', '145739.863000', '145739.865000', '145739.868000', '145739.870000', '145739.873000', '145739.875000', '145739.878000', '145739.881000', '145739.883000', '145739.886000', '145739.888000', '145739.891000', '145739.893000', '145739.896000', '145739.899000', '145739.901000', '145739.904000', '145739.906000', '145739.909000', '145739.911000', '145739.914000', '145739.917000', '145739.919000', '145739.922000', '145759.810000', '145759.813000', '145759.826000', '145759.829000', '145759.831000', '145759.834000', '145759.836000', '145759.839000', '145759.842000', '145759.844000', '145759.847000', '145759.849000', '145759.852000', '145759.855000', '145759.857000', '145759.860000', '145759.862000', '145759.865000', '145759.868000', '145759.870000', '145759.873000', '145759.875000', '145759.878000', '145759.881000', '145759.883000', '145759.886000', '145759.888000', '145759.891000', '145759.893000', '145759.896000', '145759.899000', '145759.901000', '145759.904000', '145759.906000', '145759.909000', '145759.911000', '145759.914000', '145759.917000', '145759.919000', '145759.922000', '145759.924000', '145759.927000', '145759.929000', '145819.810000', '145819.813000', '145819.816000', '145819.818000', '145819.821000', '145819.823000', '145819.826000', '145819.829000', '145819.831000', '145819.834000', '145819.836000', '145819.839000', '145819.842000', '145819.844000', '145819.847000', '145819.850000', '145819.852000', '145819.855000', '145819.857000', '145819.860000', '145819.863000', '145819.865000', '145819.868000', '145819.870000', '145819.873000', '145819.875000', '145819.878000', '145819.880000', '145819.883000', '145819.886000', '145819.888000', '145819.891000', '145819.894000', '145819.896000', '145819.899000', '145819.901000', '145819.904000', '145819.906000', '145819.909000', '145819.911000', '145819.914000', '145819.917000', '145819.919000', '145819.922000', '145839.810000', '145839.813000', '145839.816000', '145839.819000', '145839.821000', '145839.824000', '145839.827000', '145839.829000', '145839.832000', '145839.834000', '145839.837000', '145839.840000', '145839.842000', '145839.845000', '145839.847000', '145839.850000', '145839.853000', '145839.855000', '145839.858000', '145839.860000', '145839.863000', '145839.866000', '145839.868000', '145839.871000', '145839.873000', '145839.876000', '145839.879000', '145839.882000', '145839.884000', '145839.887000', '145839.889000', '145839.892000', '145839.895000', '145839.897000', '145839.900000', '145839.902000', '145839.905000', '145839.908000', '145839.910000', '145839.913000', '145839.915000', '145839.918000', '145839.920000', '145859.810000', '145859.813000', '145859.816000', '145859.819000', '145859.821000', '145859.824000', '145859.826000', '145859.829000', '145859.831000', '145859.834000', '145859.837000', '145859.839000', '145859.842000', '145859.844000', '145859.847000', '145859.850000', '145859.852000', '145859.855000', '145859.857000', '145859.860000', '145859.862000', '145859.865000', '145859.868000', '145859.870000', '145859.873000', '145859.875000', '145859.878000', '145859.880000', '145859.883000', '145859.886000', '145859.888000', '145859.891000', '145859.893000', '145859.896000', '145859.899000', '145859.901000', '145859.904000', '145859.906000', '145859.909000', '145859.912000', '145859.914000', '145859.917000', '145859.920000', '145859.922000', '145919.812000', '145919.814000', '145919.817000', '145919.820000', '145919.822000', '145919.825000', '145919.827000', '145919.830000', '145919.832000', '145919.835000', '145919.838000', '145919.840000', '145919.843000', '145919.846000', '145919.848000', '145919.851000', '145919.854000', '145919.856000', '145919.859000', '145919.861000', '145919.864000', '145919.866000', '145919.869000', '145919.872000', '145919.874000', '145919.877000', '145919.879000', '145919.882000', '145919.885000', '145919.888000', '145919.890000', '145919.894000', '145919.896000', '145919.899000', '145919.902000', '145919.904000', '145919.907000', '145919.909000', '145919.912000', '145919.914000', '145919.917000', '145919.920000', '145919.947000', '145939.812000', '145939.814000', '145939.817000', '145939.820000', '145939.822000', '145939.825000', '145939.827000', '145939.830000', '145939.833000', '145939.835000', '145939.838000', '145939.840000', '145939.843000', '145939.846000', '145939.848000', '145939.851000', '145939.854000', '145939.856000', '145939.859000', '145939.861000', '145939.864000', '145939.867000', '145939.869000', '145939.872000', '145939.874000', '145939.877000', '145939.880000', '145939.882000', '145939.885000', '145939.888000', '145939.890000', '145939.893000', '145939.895000', '145939.898000', '145939.901000', '145939.903000', '145939.906000', '145939.908000', '145939.911000', '145939.914000', '145939.916000', '145939.919000', '145939.921000', '145939.924000', '145959.811000', '145959.813000', '145959.816000', '145959.819000', '145959.821000', '145959.824000', '145959.826000', '145959.829000', '145959.832000', '145959.834000', '145959.837000', '145959.839000', '145959.842000', '145959.845000', '145959.847000', '145959.850000', '145959.853000', '145959.855000', '145959.858000', '145959.861000', '145959.863000', '145959.866000', '145959.868000', '145959.871000', '145959.874000', '145959.876000', '145959.879000', '145959.882000', '145959.884000', '145959.887000', '145959.889000', '145959.892000', '145959.895000', '145959.897000', '145959.900000', '145959.902000', '145959.905000', '145959.907000', '145959.910000', '145959.913000', '145959.915000', '145959.918000', '145959.921000', '150019.811000', '150019.837000', '150019.840000', '150019.843000', '150019.845000', '150019.848000', '150019.850000', '150019.853000', '150019.856000', '150019.858000', '150019.861000', '150019.863000', '150019.866000', '150019.869000', '150019.871000', '150019.874000', '150019.876000', '150019.879000', '150019.881000', '150019.884000', '150019.887000', '150019.889000', '150019.892000', '150019.894000', '150019.897000', '150019.900000', '150019.902000', '150019.905000', '150019.907000', '150019.910000', '150019.913000', '150019.915000', '150019.918000', '150019.920000', '150019.923000', '150019.925000', '150019.928000', '150019.931000', '150019.933000', '150019.936000', '150019.939000', '150019.941000', '150019.944000', '150019.946000', '150039.811000', '150039.834000', '150039.836000', '150039.839000', '150039.841000', '150039.844000', '150039.847000', '150039.849000', '150039.852000', '150039.854000', '150039.857000', '150039.859000', '150039.862000', '150039.865000', '150039.867000', '150039.870000', '150039.872000', '150039.875000', '150039.878000', '150039.880000', '150039.883000', '150039.885000', '150039.888000', '150039.891000', '150039.893000', '150039.896000', '150039.898000', '150039.901000', '150039.904000', '150039.906000', '150039.909000', '150039.912000', '150039.914000', '150039.917000', '150039.919000', '150039.922000', '150039.925000', '150039.927000', '150039.930000', '150039.933000', '150039.935000', '150039.938000', '150039.941000', '150059.810000', '150059.865000', '150059.867000', '150059.870000', '150059.872000', '150059.875000', '150059.877000', '150059.880000', '150059.883000', '150059.885000', '150059.888000', '150059.890000', '150059.893000', '150059.896000', '150059.898000', '150059.901000', '150059.903000', '150059.906000', '150059.909000', '150059.911000', '150059.914000', '150059.916000', '150059.919000', '150059.943000', '150059.949000', '150059.951000', '150059.954000', '150059.956000', '150059.959000', '150059.962000', '150059.964000', '150059.967000', '150059.969000', '150059.972000', '150059.975000', '150059.977000', '150059.980000', '150059.987000', '150059.990000', '150059.993000', '150059.995000', '150059.998000', '150100.001000', '150100.004000', '150119.811000', '150119.852000', '150119.855000', '150119.857000', '150119.860000', '150119.862000', '150119.865000', '150119.867000', '150119.870000', '150119.873000', '150119.875000', '150119.878000', '150119.880000', '150119.883000', '150119.886000', '150119.888000', '150119.891000', '150119.893000', '150119.896000', '150119.898000', '150119.901000', '150119.904000', '150119.906000', '150119.909000', '150119.912000', '150119.914000', '150119.917000', '150119.919000', '150119.922000', '150119.924000', '150119.927000', '150119.930000', '150119.932000', '150119.935000', '150119.938000', '150119.940000', '150119.943000', '150119.945000', '150119.948000', '150119.951000', '150119.953000', '150119.956000', '150119.959000', '150139.812000', '150139.890000', '150139.893000', '150139.896000', '150139.898000', '150139.901000', '150139.903000', '150139.906000', '150139.909000', '150139.911000', '150139.914000', '150139.916000', '150139.919000', '150139.921000', '150139.924000', '150139.927000', '150139.929000', '150139.932000', '150139.935000', '150139.937000', '150139.940000', '150139.942000', '150139.945000', '150139.948000', '150139.950000', '150139.953000', '150139.955000', '150139.958000', '150139.960000', '150139.963000', '150139.966000', '150139.968000', '150139.971000', '150139.974000', '150139.976000', '150139.979000', '150139.982000', '150139.984000', '150139.987000', '150139.989000', '150139.992000', '150139.994000', '150139.997000', '150140.001000', '150159.812000', '150159.831000', '150159.833000', '150159.836000', '150159.838000', '150159.841000', '150159.844000', '150159.846000', '150159.849000', '150159.852000', '150159.854000', '150159.857000', '150159.859000', '150159.862000', '150159.865000', '150159.867000', '150159.870000', '150159.872000', '150159.875000', '150159.877000', '150159.880000', '150159.883000', '150159.885000', '150159.888000', '150159.891000', '150159.893000', '150159.896000', '150159.898000', '150159.901000', '150159.904000', '150159.906000', '150159.909000', '150159.911000', '150159.914000', '150159.916000', '150159.919000', '150159.922000', '150159.924000', '150159.927000', '150159.929000', '150159.932000', '150159.935000', '150159.937000', '150219.811000', '150219.852000', '150219.854000', '150219.857000', '150219.859000', '150219.862000', '150219.865000', '150219.869000', '150219.872000', '150219.874000', '150219.877000', '150219.880000', '150219.882000', '150219.885000', '150219.887000', '150219.890000', '150219.893000', '150219.895000', '150219.898000', '150219.900000', '150219.903000', '150219.906000', '150219.908000', '150219.911000', '150219.913000', '150219.916000', '150219.919000', '150219.921000', '150219.924000', '150219.926000', '150219.929000', '150219.931000', '150219.934000', '150219.937000', '150219.951000', '150219.953000', '150219.956000', '150219.958000', '150219.961000', '150219.964000', '150219.966000', '150219.969000', '150219.971000', '150239.810000', '150239.854000', '150239.856000', '150239.859000', '150239.861000', '150239.864000', '150239.866000', '150239.869000', '150239.872000', '150239.874000', '150239.877000', '150239.879000', '150239.882000', '150239.885000', '150239.887000', '150239.890000', '150239.892000', '150239.895000', '150239.898000', '150239.900000', '150239.903000', '150239.906000', '150239.908000', '150239.911000', '150239.913000', '150239.916000', '150239.918000', '150239.921000', '150239.923000', '150239.926000', '150239.929000', '150239.931000', '150239.934000', '150239.936000', '150239.939000', '150239.941000', '150239.944000', '150239.947000', '150239.949000', '150239.952000', '150239.954000', '150239.957000', '150239.960000', '150239.962000', '150244.598000', '150244.601000', '150244.605000', '150244.608000', '150244.611000', '150244.614000', '150244.616000', '150244.619000', '150244.622000', '150244.624000', '150244.627000'], 'InstanceCreationTime': ['145619.884000', '145619.888000', '145619.890000', '145619.893000', '145619.896000', '145619.898000', '145619.901000', '145619.903000', '145619.906000', '145619.909000', '145619.911000', '145619.914000', '145619.916000', '145619.919000', '145619.922000', '145619.924000', '145619.927000', '145619.929000', '145619.932000', '145619.935000', '145619.937000', '145619.940000', '145619.942000', '145619.945000', '145619.947000', '145619.950000', '145619.953000', '145619.955000', '145619.958000', '145619.960000', '145619.963000', '145619.965000', '145619.968000', '145619.970000', '145619.973000', '145639.811000', '145639.813000', '145639.816000', '145639.819000', '145639.821000', '145639.824000', '145639.826000', '145639.829000', '145639.832000', '145639.834000', '145639.837000', '145639.839000', '145639.842000', '145639.845000', '145639.847000', '145639.850000', '145639.852000', '145639.855000', '145639.857000', '145639.860000', '145639.862000', '145639.865000', '145639.867000', '145639.870000', '145639.873000', '145639.875000', '145639.878000', '145639.880000', '145639.883000', '145639.885000', '145639.888000', '145639.890000', '145639.893000', '145639.895000', '145639.898000', '145639.901000', '145639.903000', '145639.906000', '145639.909000', '145639.911000', '145639.914000', '145639.916000', '145639.919000', '145659.811000', '145659.814000', '145659.817000', '145659.819000', '145659.822000', '145659.825000', '145659.827000', '145659.830000', '145659.832000', '145659.835000', '145659.837000', '145659.840000', '145659.843000', '145659.845000', '145659.848000', '145659.850000', '145659.853000', '145659.855000', '145659.858000', '145659.860000', '145659.863000', '145659.866000', '145659.868000', '145659.871000', '145659.883000', '145659.886000', '145659.888000', '145659.891000', '145659.894000', '145659.896000', '145659.899000', '145659.901000', '145659.904000', '145659.907000', '145659.909000', '145659.912000', '145659.914000', '145659.917000', '145659.919000', '145659.922000', '145659.924000', '145659.927000', '145659.930000', '145659.932000', '145719.811000', '145719.814000', '145719.817000', '145719.819000', '145719.822000', '145719.824000', '145719.827000', '145719.830000', '145719.832000', '145719.835000', '145719.837000', '145719.840000', '145719.843000', '145719.845000', '145719.848000', '145719.850000', '145719.853000', '145719.856000', '145719.858000', '145719.861000', '145719.864000', '145719.866000', '145719.869000', '145719.871000', '145719.874000', '145719.876000', '145719.879000', '145719.882000', '145719.884000', '145719.887000', '145719.890000', '145719.893000', '145719.896000', '145719.899000', '145719.901000', '145719.904000', '145719.907000', '145719.909000', '145719.912000', '145719.914000', '145719.917000', '145719.919000', '145719.922000', '145739.811000', '145739.814000', '145739.816000', '145739.819000', '145739.821000', '145739.824000', '145739.827000', '145739.829000', '145739.832000', '145739.834000', '145739.837000', '145739.839000', '145739.842000', '145739.844000', '145739.847000', '145739.850000', '145739.852000', '145739.855000', '145739.857000', '145739.860000', '145739.863000', '145739.865000', '145739.868000', '145739.870000', '145739.873000', '145739.875000', '145739.878000', '145739.881000', '145739.883000', '145739.886000', '145739.888000', '145739.891000', '145739.893000', '145739.896000', '145739.899000', '145739.901000', '145739.904000', '145739.906000', '145739.909000', '145739.911000', '145739.914000', '145739.917000', '145739.919000', '145739.922000', '145759.810000', '145759.813000', '145759.826000', '145759.829000', '145759.831000', '145759.834000', '145759.836000', '145759.839000', '145759.842000', '145759.844000', '145759.847000', '145759.849000', '145759.852000', '145759.855000', '145759.857000', '145759.860000', '145759.862000', '145759.865000', '145759.868000', '145759.870000', '145759.873000', '145759.875000', '145759.878000', '145759.881000', '145759.883000', '145759.886000', '145759.888000', '145759.891000', '145759.893000', '145759.896000', '145759.899000', '145759.901000', '145759.904000', '145759.906000', '145759.909000', '145759.911000', '145759.914000', '145759.917000', '145759.919000', '145759.922000', '145759.924000', '145759.927000', '145759.929000', '145819.810000', '145819.813000', '145819.816000', '145819.818000', '145819.821000', '145819.823000', '145819.826000', '145819.829000', '145819.831000', '145819.834000', '145819.836000', '145819.839000', '145819.842000', '145819.844000', '145819.847000', '145819.850000', '145819.852000', '145819.855000', '145819.857000', '145819.860000', '145819.863000', '145819.865000', '145819.868000', '145819.870000', '145819.873000', '145819.875000', '145819.878000', '145819.880000', '145819.883000', '145819.886000', '145819.888000', '145819.891000', '145819.894000', '145819.896000', '145819.899000', '145819.901000', '145819.904000', '145819.906000', '145819.909000', '145819.911000', '145819.914000', '145819.917000', '145819.919000', '145819.922000', '145839.810000', '145839.813000', '145839.816000', '145839.819000', '145839.821000', '145839.824000', '145839.827000', '145839.829000', '145839.832000', '145839.834000', '145839.837000', '145839.840000', '145839.842000', '145839.845000', '145839.847000', '145839.850000', '145839.853000', '145839.855000', '145839.858000', '145839.860000', '145839.863000', '145839.866000', '145839.868000', '145839.871000', '145839.873000', '145839.876000', '145839.879000', '145839.882000', '145839.884000', '145839.887000', '145839.889000', '145839.892000', '145839.895000', '145839.897000', '145839.900000', '145839.902000', '145839.905000', '145839.908000', '145839.910000', '145839.913000', '145839.915000', '145839.918000', '145839.920000', '145859.810000', '145859.813000', '145859.816000', '145859.819000', '145859.821000', '145859.824000', '145859.826000', '145859.829000', '145859.831000', '145859.834000', '145859.837000', '145859.839000', '145859.842000', '145859.844000', '145859.847000', '145859.850000', '145859.852000', '145859.855000', '145859.857000', '145859.860000', '145859.862000', '145859.865000', '145859.868000', '145859.870000', '145859.873000', '145859.875000', '145859.878000', '145859.880000', '145859.883000', '145859.886000', '145859.888000', '145859.891000', '145859.893000', '145859.896000', '145859.899000', '145859.901000', '145859.904000', '145859.906000', '145859.909000', '145859.912000', '145859.914000', '145859.917000', '145859.920000', '145859.922000', '145919.812000', '145919.814000', '145919.817000', '145919.820000', '145919.822000', '145919.825000', '145919.827000', '145919.830000', '145919.832000', '145919.835000', '145919.838000', '145919.840000', '145919.843000', '145919.846000', '145919.848000', '145919.851000', '145919.854000', '145919.856000', '145919.859000', '145919.861000', '145919.864000', '145919.866000', '145919.869000', '145919.872000', '145919.874000', '145919.877000', '145919.879000', '145919.882000', '145919.885000', '145919.888000', '145919.890000', '145919.894000', '145919.896000', '145919.899000', '145919.902000', '145919.904000', '145919.907000', '145919.909000', '145919.912000', '145919.914000', '145919.917000', '145919.920000', '145919.947000', '145939.812000', '145939.814000', '145939.817000', '145939.820000', '145939.822000', '145939.825000', '145939.827000', '145939.830000', '145939.833000', '145939.835000', '145939.838000', '145939.840000', '145939.843000', '145939.846000', '145939.848000', '145939.851000', '145939.854000', '145939.856000', '145939.859000', '145939.861000', '145939.864000', '145939.867000', '145939.869000', '145939.872000', '145939.874000', '145939.877000', '145939.880000', '145939.882000', '145939.885000', '145939.888000', '145939.890000', '145939.893000', '145939.895000', '145939.898000', '145939.901000', '145939.903000', '145939.906000', '145939.908000', '145939.911000', '145939.914000', '145939.916000', '145939.919000', '145939.921000', '145939.924000', '145959.811000', '145959.813000', '145959.816000', '145959.819000', '145959.821000', '145959.824000', '145959.826000', '145959.829000', '145959.832000', '145959.834000', '145959.837000', '145959.839000', '145959.842000', '145959.845000', '145959.847000', '145959.850000', '145959.853000', '145959.855000', '145959.858000', '145959.861000', '145959.863000', '145959.866000', '145959.868000', '145959.871000', '145959.874000', '145959.876000', '145959.879000', '145959.882000', '145959.884000', '145959.887000', '145959.889000', '145959.892000', '145959.895000', '145959.897000', '145959.900000', '145959.902000', '145959.905000', '145959.907000', '145959.910000', '145959.913000', '145959.915000', '145959.918000', '145959.921000', '150019.811000', '150019.837000', '150019.840000', '150019.843000', '150019.845000', '150019.848000', '150019.850000', '150019.853000', '150019.856000', '150019.858000', '150019.861000', '150019.863000', '150019.866000', '150019.869000', '150019.871000', '150019.874000', '150019.876000', '150019.879000', '150019.881000', '150019.884000', '150019.887000', '150019.889000', '150019.892000', '150019.894000', '150019.897000', '150019.900000', '150019.902000', '150019.905000', '150019.907000', '150019.910000', '150019.913000', '150019.915000', '150019.918000', '150019.920000', '150019.923000', '150019.925000', '150019.928000', '150019.931000', '150019.933000', '150019.936000', '150019.939000', '150019.941000', '150019.944000', '150019.946000', '150039.811000', '150039.834000', '150039.836000', '150039.839000', '150039.841000', '150039.844000', '150039.847000', '150039.849000', '150039.852000', '150039.854000', '150039.857000', '150039.859000', '150039.862000', '150039.865000', '150039.867000', '150039.870000', '150039.872000', '150039.875000', '150039.878000', '150039.880000', '150039.883000', '150039.885000', '150039.888000', '150039.891000', '150039.893000', '150039.896000', '150039.898000', '150039.901000', '150039.904000', '150039.906000', '150039.909000', '150039.912000', '150039.914000', '150039.917000', '150039.919000', '150039.922000', '150039.925000', '150039.927000', '150039.930000', '150039.933000', '150039.935000', '150039.938000', '150039.941000', '150059.810000', '150059.865000', '150059.867000', '150059.870000', '150059.872000', '150059.875000', '150059.877000', '150059.880000', '150059.883000', '150059.885000', '150059.888000', '150059.890000', '150059.893000', '150059.896000', '150059.898000', '150059.901000', '150059.903000', '150059.906000', '150059.909000', '150059.911000', '150059.914000', '150059.916000', '150059.919000', '150059.943000', '150059.949000', '150059.951000', '150059.954000', '150059.956000', '150059.959000', '150059.962000', '150059.964000', '150059.967000', '150059.969000', '150059.972000', '150059.975000', '150059.977000', '150059.980000', '150059.987000', '150059.990000', '150059.993000', '150059.995000', '150059.998000', '150100.001000', '150100.004000', '150119.811000', '150119.852000', '150119.855000', '150119.857000', '150119.860000', '150119.862000', '150119.865000', '150119.867000', '150119.870000', '150119.873000', '150119.875000', '150119.878000', '150119.880000', '150119.883000', '150119.886000', '150119.888000', '150119.891000', '150119.893000', '150119.896000', '150119.898000', '150119.901000', '150119.904000', '150119.906000', '150119.909000', '150119.912000', '150119.914000', '150119.917000', '150119.919000', '150119.922000', '150119.924000', '150119.927000', '150119.930000', '150119.932000', '150119.935000', '150119.938000', '150119.940000', '150119.943000', '150119.945000', '150119.948000', '150119.951000', '150119.953000', '150119.956000', '150119.959000', '150139.812000', '150139.890000', '150139.893000', '150139.896000', '150139.898000', '150139.901000', '150139.903000', '150139.906000', '150139.909000', '150139.911000', '150139.914000', '150139.916000', '150139.919000', '150139.921000', '150139.924000', '150139.927000', '150139.929000', '150139.932000', '150139.935000', '150139.937000', '150139.940000', '150139.942000', '150139.945000', '150139.948000', '150139.950000', '150139.953000', '150139.955000', '150139.958000', '150139.960000', '150139.963000', '150139.966000', '150139.968000', '150139.971000', '150139.974000', '150139.976000', '150139.979000', '150139.982000', '150139.984000', '150139.987000', '150139.989000', '150139.992000', '150139.994000', '150139.997000', '150140.001000', '150159.812000', '150159.831000', '150159.833000', '150159.836000', '150159.838000', '150159.841000', '150159.844000', '150159.846000', '150159.849000', '150159.852000', '150159.854000', '150159.857000', '150159.859000', '150159.862000', '150159.865000', '150159.867000', '150159.870000', '150159.872000', '150159.875000', '150159.877000', '150159.880000', '150159.883000', '150159.885000', '150159.888000', '150159.891000', '150159.893000', '150159.896000', '150159.898000', '150159.901000', '150159.904000', '150159.906000', '150159.909000', '150159.911000', '150159.914000', '150159.916000', '150159.919000', '150159.922000', '150159.924000', '150159.927000', '150159.929000', '150159.932000', '150159.935000', '150159.937000', '150219.811000', '150219.852000', '150219.854000', '150219.857000', '150219.859000', '150219.862000', '150219.865000', '150219.869000', '150219.872000', '150219.874000', '150219.877000', '150219.880000', '150219.882000', '150219.885000', '150219.887000', '150219.890000', '150219.893000', '150219.895000', '150219.898000', '150219.900000', '150219.903000', '150219.906000', '150219.908000', '150219.911000', '150219.913000', '150219.916000', '150219.919000', '150219.921000', '150219.924000', '150219.926000', '150219.929000', '150219.931000', '150219.934000', '150219.937000', '150219.951000', '150219.953000', '150219.956000', '150219.958000', '150219.961000', '150219.964000', '150219.966000', '150219.969000', '150219.971000', '150239.810000', '150239.854000', '150239.856000', '150239.859000', '150239.861000', '150239.864000', '150239.866000', '150239.869000', '150239.872000', '150239.874000', '150239.877000', '150239.879000', '150239.882000', '150239.885000', '150239.887000', '150239.890000', '150239.892000', '150239.895000', '150239.898000', '150239.900000', '150239.903000', '150239.906000', '150239.908000', '150239.911000', '150239.913000', '150239.916000', '150239.918000', '150239.921000', '150239.923000', '150239.926000', '150239.929000', '150239.931000', '150239.934000', '150239.936000', '150239.939000', '150239.941000', '150239.944000', '150239.947000', '150239.949000', '150239.952000', '150239.954000', '150239.957000', '150239.960000', '150239.962000', '150244.598000', '150244.601000', '150244.605000', '150244.608000', '150244.611000', '150244.614000', '150244.616000', '150244.619000', '150244.622000', '150244.624000', '150244.627000'], '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': [11313, 9027, 9812, 13584, 8803, 11637, 8587, 10562, 8419, 9034, 8432, 9519, 10658, 9066, 8090, 9312, 8297, 9208, 10161, 8978, 8376, 9397, 9471, 9422, 11418, 9186, 8158, 9593, 10268, 8864, 11137, 8991, 9548, 8210, 9239, 8249, 9261, 11756, 9161, 10068, 8990, 8755, 8916, 8708, 8985, 13561, 9012, 12069, 9024, 9722, 8588, 9510, 8437, 9273, 8862, 9254, 8680, 9083, 11681, 8452, 9946, 8401, 9233, 8324, 9149, 12174, 9067, 12149, 8574, 10724, 8552, 9185, 8768, 9324, 8255, 9236, 11595, 8700, 11092, 8467, 9036, 8310, 9297, 8514, 9277, 12650, 8701, 9845, 9271, 10456, 8683, 10891, 8540, 8942, 8190, 8951, 11688, 8958, 11322, 8409, 9128, 8048, 9468, 12395, 8380, 10518, 8657, 8805, 8282, 8840, 9255, 8695, 8674, 8745, 13043, 8529, 11029, 8334, 9148, 8448, 9368, 12743, 8560, 10345, 8221, 9138, 8182, 8848, 8446, 9164, 8278, 8932, 13105, 8821, 12776, 8374, 9582, 8435, 9112, 11209, 8753, 10183, 8428, 10608, 8589, 9242, 8292, 8621, 8575, 8781, 11205, 8932, 12095, 8402, 11007, 8340, 10237, 10141, 8822, 12973, 8411, 10404, 8318, 8897, 12396, 8807, 10851, 8629, 8950, 8237, 8740, 11696, 8683, 8670, 9151, 8531, 8966, 13088, 8746, 10965, 8765, 10197, 9523, 9092, 13280, 8991, 11118, 8736, 9003, 8450, 9084, 8336, 8670, 12067, 8425, 10828, 8449, 9262, 8357, 9080, 13118, 8455, 9162, 8258, 9227, 8632, 9192, 12342, 8318, 9961, 8303, 9309, 8232, 8605, 8066, 8945, 8457, 8974, 8289, 9122, 14267, 8540, 12348, 8305, 8860, 11737, 8769, 10061, 8740, 8986, 8354, 8680, 12220, 8649, 10101, 8861, 9213, 8239, 8858, 10956, 9146, 12089, 9027, 9345, 8112, 8881, 12135, 8770, 10954, 8466, 9086, 8366, 8921, 12244, 8239, 9466, 8589, 8995, 8478, 9156, 12270, 9128, 11567, 8693, 9515, 8794, 8808, 11330, 8851, 8835, 8288, 8753, 11976, 8551, 9182, 8526, 8896, 8429, 8526, 8539, 8914, 12496, 8358, 10523, 8508, 9453, 10207, 8919, 8572, 9183, 11116, 8549, 10691, 8634, 9649, 9177, 10861, 8694, 11125, 8206, 8705, 13069, 8958, 13256, 9773, 9814, 8293, 9466, 8471, 9960, 8495, 8791, 8169, 8986, 11926, 8453, 9313, 8443, 8660, 8416, 8588, 8387, 9415, 12906, 9054, 9604, 9426, 9506, 8739, 10674, 8620, 9859, 8507, 8901, 13807, 8532, 10786, 8188, 9009, 8268, 8992, 10956, 8434, 8630, 8405, 8526, 12232, 8704, 11755, 8678, 9989, 8342, 9365, 8321, 8602, 12015, 8900, 12238, 8570, 9559, 8645, 8831, 14912, 8543, 10825, 8424, 8895, 11586, 8771, 10204, 8722, 8947, 10392, 8748, 8602, 8882, 9983, 8929, 9800, 8789, 8702, 8862, 8848, 9037, 8898, 11678, 8858, 10032, 9153, 11169, 8831, 10331, 8715, 10924, 8882, 10927, 8690, 11413, 8493, 8524, 8865, 13743, 8653, 9668, 8750, 9404, 8569, 8780, 12330, 8807, 10912, 8515, 9045, 8927, 9399, 8940, 9776, 9037, 8651, 9870, 8849, 11988, 8788, 10566, 9056, 8864, 11314, 8731, 12880, 8592, 10117, 8797, 13274, 9901, 12131, 8427, 11575, 8383, 11117, 8544, 9375, 7836, 8723, 10238, 9085, 12462, 8555, 10273, 8948, 11421, 8683, 11777, 8763, 11973, 8619, 11226, 8467, 10332, 8340, 9113, 10470, 9070, 12769, 9043, 9597, 8945, 11630, 8488, 11165, 8500, 10015, 8448, 9827, 8673, 9967, 9831, 9279, 8239, 8905, 12715, 8453, 11143, 8493, 10378, 8254, 9220, 10449, 8790, 12243, 8686, 11157, 9287, 10710, 8620, 10023, 8386, 8943, 10483, 8926, 11705, 8693, 10443, 8309, 10117, 8663, 9650, 9545, 8945, 11479, 9001, 9754, 8799, 10326, 8804, 10609, 8730, 8482, 9026, 11701, 8512, 8604, 13310, 8825, 12188, 8791, 8867, 8567, 8567, 8307, 8652, 8395, 8684, 8708, 11057, 8622, 11438, 11378, 9456, 12590, 9021, 10800, 8425, 8835, 14465, 9693, 10551, 8707, 8946, 8506, 8781, 8510, 8587, 8445, 9815, 13824, 9974, 11170, 8428, 9481, 8918, 8896, 8370, 8360, 8291, 8429, 8455, 10873, 11196, 9789, 12374, 8324, 10777, 8558, 8672, 10798, 8630, 9867, 8264, 8911, 9430, 8802, 8284, 9010, 10213, 8786, 10473, 8757, 9536, 8774, 9036, 8814, 12266, 8825, 12289, 8651, 10782, 8910, 11457, 8461, 14649, 9910, 10163, 8792, 12508, 9989, 9666, 8382, 8791, 12639, 8547, 10813, 8495, 9864, 8653, 9254, 8634, 8819, 11625, 8624, 11681, 8523, 9975, 8393, 9312, 8614, 8902, 12676, 8625, 10084, 8737, 8998, 8511, 9097, 12375, 8817, 9251, 8632, 9266, 8554, 8647, 8445, 8665, 8643, 9677, 13562, 9916, 10187, 8607, 9007, 13375, 8842, 11653, 8540, 9548, 9848, 8793, 10615, 8429, 9457, 8138, 8822, 11682, 8780, 10615, 8476, 8738, 9143, 10944, 8562, 8699, 12298, 8814, 10768, 8469, 8813, 11621, 8822, 9117, 9191, 9905, 8920, 10885, 8646, 8533, 13060, 8374, 10129, 9653, 8758, 10559, 8421, 9342, 8609, 9082, 11771, 8588, 11297, 8200, 9185, 11678, 8585, 10236, 8534, 8957, 11685, 8752, 9924, 8487, 8877, 12235, 8868, 10085, 8515, 8792, 8739, 8955, 8425, 8927, 13303, 8772, 9765, 12128, 10113, 9146, 8755, 12115, 8666, 9150, 9100, 9988, 10168, 8717, 11595, 8469, 9602, 12002, 8568, 10256, 8329, 9194, 12341, 8861, 9206, 8898, 8936, 8642, 8731, 8790, 8867, 8621, 8814, 13722, 8977, 10640, 8700, 9924, 10595, 8698, 12160, 8705, 9135, 11300, 8910, 10646, 8624, 8992, 11534, 8796, 9937, 8907, 8883, 8340, 8824, 11407, 8687, 11366, 8745, 9281, 12189, 8880, 10308, 8665, 8853, 10569, 9090, 10895, 8925, 9608, 9262, 10305, 8999, 10993, 10403, 8752, 10553, 8723, 11040, 10474, 8719, 14134, 9575, 10462, 8602, 8885, 11648, 8901, 9350, 8270, 8849, 13142, 9006, 9564, 8728, 8827, 8694, 9192, 11053, 9181, 9968, 8960, 9159, 11123, 8934, 11992, 8952, 10322, 9048, 8918, 13480, 9034, 12661, 8904, 9779, 8842, 8758, 12607, 8800, 11143, 8901, 10554, 8689, 8936, 13152, 8760, 9846, 8902, 9642, 9759, 8699, 12762, 8717, 11323, 8799, 9547, 9682, 8928, 12985, 8796, 11792, 8796, 9446, 8543, 8734, 8578, 8863, 12214, 8812, 11097, 8586, 10061, 8725, 8738], 'WindowCenter': [4718.0, 4670.0, 4676.0, 4693.0, 4642.0, 4659.0, 4627.0, 4644.0, 4615.0, 4625.0, 4616.0, 4636.0, 4643.0, 4626.0, 4604.0, 4636.0, 4614.0, 4638.0, 4646.0, 4638.0, 4627.0, 4650.0, 4648.0, 4640.0, 4657.0, 4637.0, 4618.0, 4651.0, 4647.0, 4640.0, 4683.0, 4651.0, 4648.0, 4627.0, 4649.0, 4639.0, 4651.0, 4679.0, 4662.0, 4671.0, 4664.0, 4654.0, 4664.0, 4656.0, 4667.0, 4702.0, 4666.0, 4695.0, 4655.0, 4664.0, 4655.0, 4663.0, 4654.0, 4664.0, 4665.0, 4666.0, 4652.0, 4653.0, 4682.0, 4656.0, 4663.0, 4643.0, 4664.0, 4644.0, 4662.0, 4693.0, 4655.0, 4681.0, 4644.0, 4671.0, 4641.0, 4664.0, 4651.0, 4663.0, 4643.0, 4665.0, 4683.0, 4652.0, 4680.0, 4642.0, 4654.0, 4641.0, 4663.0, 4652.0, 4664.0, 4693.0, 4654.0, 4661.0, 4664.0, 4683.0, 4655.0, 4673.0, 4655.0, 4679.0, 4655.0, 4666.0, 4684.0, 4653.0, 4682.0, 4643.0, 4663.0, 4642.0, 4677.0, 4693.0, 4643.0, 4671.0, 4652.0, 4653.0, 4654.0, 4667.0, 4666.0, 4665.0, 4665.0, 4668.0, 4708.0, 4669.0, 4686.0, 4656.0, 4666.0, 4645.0, 4666.0, 4695.0, 4655.0, 4662.0, 4643.0, 4652.0, 4640.0, 4663.0, 4643.0, 4663.0, 4642.0, 4662.0, 4691.0, 4655.0, 4693.0, 4642.0, 4651.0, 4629.0, 4651.0, 4683.0, 4653.0, 4670.0, 4655.0, 4673.0, 4654.0, 4675.0, 4653.0, 4678.0, 4665.0, 4666.0, 4682.0, 4664.0, 4693.0, 4656.0, 4684.0, 4656.0, 4686.0, 4674.0, 4654.0, 4679.0, 4640.0, 4672.0, 4641.0, 4655.0, 4682.0, 4651.0, 4670.0, 4639.0, 4651.0, 4640.0, 4652.0, 4680.0, 4652.0, 4651.0, 4664.0, 4663.0, 4676.0, 4706.0, 4656.0, 4683.0, 4652.0, 4673.0, 4663.0, 4654.0, 4679.0, 4640.0, 4668.0, 4639.0, 4652.0, 4640.0, 4652.0, 4641.0, 4652.0, 4681.0, 4642.0, 4673.0, 4640.0, 4652.0, 4640.0, 4650.0, 4680.0, 4641.0, 4652.0, 4629.0, 4652.0, 4641.0, 4661.0, 4681.0, 4645.0, 4662.0, 4641.0, 4652.0, 4640.0, 4651.0, 4644.0, 4664.0, 4642.0, 4654.0, 4642.0, 4664.0, 4700.0, 4652.0, 4682.0, 4641.0, 4677.0, 4680.0, 4655.0, 4673.0, 4652.0, 4651.0, 4639.0, 4651.0, 4678.0, 4653.0, 4673.0, 4653.0, 4666.0, 4654.0, 4665.0, 4683.0, 4676.0, 4694.0, 4652.0, 4652.0, 4632.0, 4664.0, 4694.0, 4654.0, 4685.0, 4655.0, 4655.0, 4640.0, 4653.0, 4681.0, 4655.0, 4662.0, 4653.0, 4665.0, 4654.0, 4674.0, 4695.0, 4678.0, 4694.0, 4654.0, 4691.0, 4654.0, 4654.0, 4697.0, 4664.0, 4653.0, 4642.0, 4653.0, 4681.0, 4654.0, 4663.0, 4653.0, 4665.0, 4654.0, 4667.0, 4665.0, 4678.0, 4705.0, 4667.0, 4686.0, 4666.0, 4677.0, 4685.0, 4665.0, 4654.0, 4678.0, 4685.0, 4664.0, 4673.0, 4665.0, 4674.0, 4674.0, 4683.0, 4666.0, 4684.0, 4643.0, 4653.0, 4691.0, 4651.0, 4692.0, 4660.0, 4660.0, 4642.0, 4647.0, 4642.0, 4673.0, 4651.0, 4641.0, 4652.0, 4665.0, 4692.0, 4653.0, 4662.0, 4639.0, 4640.0, 4640.0, 4651.0, 4653.0, 4674.0, 4692.0, 4653.0, 4675.0, 4663.0, 4661.0, 4666.0, 4684.0, 4656.0, 4664.0, 4642.0, 4655.0, 4689.0, 4651.0, 4684.0, 4642.0, 4651.0, 4639.0, 4654.0, 4682.0, 4642.0, 4653.0, 4643.0, 4653.0, 4691.0, 4650.0, 4692.0, 4664.0, 4685.0, 4655.0, 4676.0, 4656.0, 4668.0, 4695.0, 4668.0, 4695.0, 4655.0, 4664.0, 4654.0, 4665.0, 4704.0, 4655.0, 4683.0, 4640.0, 4655.0, 4681.0, 4651.0, 4659.0, 4651.0, 4663.0, 4674.0, 4652.0, 4653.0, 4661.0, 4672.0, 4664.0, 4684.0, 4666.0, 4666.0, 4676.0, 4676.0, 4677.0, 4676.0, 4707.0, 4667.0, 4675.0, 4675.0, 4693.0, 4666.0, 4685.0, 4668.0, 4695.0, 4678.0, 4686.0, 4655.0, 4694.0, 4664.0, 4665.0, 4676.0, 4703.0, 4655.0, 4663.0, 4650.0, 4662.0, 4641.0, 4652.0, 4679.0, 4652.0, 4670.0, 4652.0, 4650.0, 4663.0, 4661.0, 4666.0, 4683.0, 4675.0, 4666.0, 4686.0, 4677.0, 4708.0, 4671.0, 4685.0, 4677.0, 4678.0, 4709.0, 4679.0, 4719.0, 4669.0, 4685.0, 4667.0, 4706.0, 4675.0, 4693.0, 4654.0, 4681.0, 4642.0, 4681.0, 4650.0, 4662.0, 4631.0, 4653.0, 4672.0, 4664.0, 4692.0, 4652.0, 4659.0, 4652.0, 4681.0, 4652.0, 4692.0, 4653.0, 4692.0, 4652.0, 4683.0, 4640.0, 4673.0, 4640.0, 4652.0, 4668.0, 4652.0, 4680.0, 4650.0, 4646.0, 4648.0, 4669.0, 4640.0, 4668.0, 4639.0, 4658.0, 4640.0, 4659.0, 4651.0, 4671.0, 4661.0, 4650.0, 4638.0, 4650.0, 4687.0, 4640.0, 4679.0, 4641.0, 4660.0, 4640.0, 4661.0, 4669.0, 4654.0, 4690.0, 4652.0, 4681.0, 4661.0, 4671.0, 4664.0, 4673.0, 4642.0, 4665.0, 4672.0, 4663.0, 4692.0, 4663.0, 4681.0, 4653.0, 4683.0, 4664.0, 4675.0, 4676.0, 4666.0, 4684.0, 4666.0, 4676.0, 4666.0, 4684.0, 4677.0, 4685.0, 4665.0, 4665.0, 4669.0, 4695.0, 4655.0, 4666.0, 4692.0, 4665.0, 4679.0, 4652.0, 4651.0, 4651.0, 4663.0, 4652.0, 4664.0, 4655.0, 4665.0, 4666.0, 4706.0, 4678.0, 4719.0, 4696.0, 4677.0, 4695.0, 4654.0, 4673.0, 4640.0, 4652.0, 4691.0, 4651.0, 4658.0, 4639.0, 4639.0, 4638.0, 4639.0, 4640.0, 4640.0, 4640.0, 4673.0, 4700.0, 4660.0, 4668.0, 4638.0, 4649.0, 4638.0, 4638.0, 4639.0, 4638.0, 4640.0, 4641.0, 4655.0, 4694.0, 4681.0, 4672.0, 4689.0, 4641.0, 4683.0, 4640.0, 4641.0, 4658.0, 4640.0, 4660.0, 4629.0, 4650.0, 4649.0, 4648.0, 4639.0, 4661.0, 4669.0, 4663.0, 4682.0, 4664.0, 4687.0, 4665.0, 4663.0, 4665.0, 4719.0, 4690.0, 4707.0, 4668.0, 4682.0, 4664.0, 4693.0, 4657.0, 4714.0, 4676.0, 4661.0, 4652.0, 4690.0, 4659.0, 4648.0, 4625.0, 4638.0, 4666.0, 4638.0, 4657.0, 4637.0, 4647.0, 4636.0, 4646.0, 4639.0, 4650.0, 4667.0, 4638.0, 4666.0, 4638.0, 4659.0, 4639.0, 4646.0, 4637.0, 4647.0, 4677.0, 4652.0, 4669.0, 4638.0, 4648.0, 4638.0, 4651.0, 4690.0, 4650.0, 4661.0, 4652.0, 4661.0, 4652.0, 4664.0, 4653.0, 4664.0, 4653.0, 4675.0, 4704.0, 4672.0, 4671.0, 4641.0, 4651.0, 4702.0, 4652.0, 4679.0, 4640.0, 4649.0, 4645.0, 4640.0, 4669.0, 4639.0, 4659.0, 4629.0, 4652.0, 4679.0, 4651.0, 4670.0, 4641.0, 4651.0, 4663.0, 4694.0, 4651.0, 4655.0, 4692.0, 4653.0, 4682.0, 4640.0, 4664.0, 4694.0, 4661.0, 4650.0, 4675.0, 4673.0, 4676.0, 4697.0, 4653.0, 4655.0, 4692.0, 4643.0, 4675.0, 4650.0, 4641.0, 4659.0, 4640.0, 4649.0, 4640.0, 4651.0, 4678.0, 4640.0, 4670.0, 4639.0, 4652.0, 4668.0, 4650.0, 4671.0, 4640.0, 4652.0, 4681.0, 4654.0, 4671.0, 4650.0, 4650.0, 4679.0, 4652.0, 4671.0, 4653.0, 4655.0, 4653.0, 4665.0, 4656.0, 4679.0, 4714.0, 4665.0, 4685.0, 4692.0, 4671.0, 4653.0, 4653.0, 4693.0, 4655.0, 4662.0, 4664.0, 4673.0, 4674.0, 4666.0, 4694.0, 4653.0, 4665.0, 4682.0, 4652.0, 4672.0, 4652.0, 4663.0, 4678.0, 4651.0, 4660.0, 4665.0, 4660.0, 4654.0, 4663.0, 4653.0, 4665.0, 4666.0, 4676.0, 4716.0, 4665.0, 4684.0, 4653.0, 4675.0, 4672.0, 4653.0, 4693.0, 4651.0, 4651.0, 4668.0, 4648.0, 4659.0, 4640.0, 4651.0, 4669.0, 4639.0, 4658.0, 4650.0, 4651.0, 4641.0, 4664.0, 4681.0, 4651.0, 4682.0, 4651.0, 4662.0, 4690.0, 4665.0, 4672.0, 4652.0, 4663.0, 4670.0, 4664.0, 4682.0, 4664.0, 4673.0, 4689.0, 4696.0, 4680.0, 4710.0, 4697.0, 4669.0, 4683.0, 4656.0, 4696.0, 4685.0, 4656.0, 4692.0, 4661.0, 4671.0, 4641.0, 4652.0, 4682.0, 4652.0, 4651.0, 4640.0, 4663.0, 4692.0, 4663.0, 4675.0, 4651.0, 4663.0, 4663.0, 4674.0, 4695.0, 4687.0, 4689.0, 4678.0, 4688.0, 4696.0, 4680.0, 4705.0, 4667.0, 4685.0, 4666.0, 4665.0, 4702.0, 4663.0, 4693.0, 4650.0, 4662.0, 4651.0, 4652.0, 4691.0, 4652.0, 4671.0, 4648.0, 4670.0, 4640.0, 4651.0, 4688.0, 4640.0, 4661.0, 4650.0, 4661.0, 4662.0, 4653.0, 4688.0, 4640.0, 4669.0, 4639.0, 4659.0, 4660.0, 4663.0, 4691.0, 4653.0, 4679.0, 4650.0, 4672.0, 4651.0, 4652.0, 4653.0, 4677.0, 4693.0, 4666.0, 4694.0, 4654.0, 4673.0, 4654.0, 4664.0], 'WindowWidth': [10326.0, 10242.0, 10241.0, 10262.0, 10186.0, 10203.0, 10158.0, 10176.0, 10138.0, 10152.0, 10140.0, 10167.0, 10173.0, 10153.0, 10120.0, 10167.0, 10136.0, 10175.0, 10183.0, 10173.0, 10157.0, 10192.0, 10187.0, 10177.0, 10199.0, 10173.0, 10145.0, 10194.0, 10184.0, 10179.0, 10245.0, 10196.0, 10188.0, 10159.0, 10191.0, 10178.0, 10197.0, 10234.0, 10214.0, 10226.0, 10224.0, 10208.0, 10222.0, 10211.0, 10229.0, 10272.0, 10226.0, 10263.0, 10208.0, 10216.0, 10207.0, 10217.0, 10208.0, 10222.0, 10223.0, 10227.0, 10200.0, 10205.0, 10241.0, 10211.0, 10216.0, 10189.0, 10219.0, 10190.0, 10216.0, 10260.0, 10208.0, 10239.0, 10191.0, 10225.0, 10184.0, 10219.0, 10201.0, 10217.0, 10189.0, 10223.0, 10245.0, 10202.0, 10238.0, 10187.0, 10205.0, 10184.0, 10218.0, 10200.0, 10221.0, 10259.0, 10206.0, 10212.0, 10219.0, 10244.0, 10210.0, 10230.0, 10209.0, 10252.0, 10211.0, 10227.0, 10246.0, 10203.0, 10240.0, 10190.0, 10216.0, 10189.0, 10244.0, 10260.0, 10191.0, 10225.0, 10202.0, 10204.0, 10208.0, 10229.0, 10226.0, 10224.0, 10226.0, 10235.0, 10288.0, 10236.0, 10255.0, 10213.0, 10227.0, 10196.0, 10224.0, 10262.0, 10209.0, 10214.0, 10188.0, 10199.0, 10183.0, 10218.0, 10190.0, 10216.0, 10188.0, 10217.0, 10255.0, 10207.0, 10258.0, 10185.0, 10196.0, 10164.0, 10198.0, 10241.0, 10205.0, 10224.0, 10210.0, 10233.0, 10208.0, 10240.0, 10206.0, 10250.0, 10227.0, 10229.0, 10244.0, 10223.0, 10260.0, 10214.0, 10246.0, 10212.0, 10257.0, 10235.0, 10204.0, 10233.0, 10181.0, 10228.0, 10182.0, 10209.0, 10241.0, 10197.0, 10218.0, 10179.0, 10196.0, 10179.0, 10204.0, 10238.0, 10202.0, 10198.0, 10221.0, 10219.0, 10243.0, 10282.0, 10214.0, 10243.0, 10202.0, 10231.0, 10220.0, 10207.0, 10234.0, 10182.0, 10215.0, 10179.0, 10198.0, 10181.0, 10199.0, 10185.0, 10203.0, 10239.0, 10190.0, 10231.0, 10184.0, 10200.0, 10181.0, 10196.0, 10237.0, 10184.0, 10198.0, 10165.0, 10198.0, 10182.0, 10212.0, 10237.0, 10194.0, 10213.0, 10183.0, 10201.0, 10183.0, 10198.0, 10192.0, 10223.0, 10188.0, 10205.0, 10189.0, 10222.0, 10268.0, 10203.0, 10243.0, 10182.0, 10247.0, 10237.0, 10210.0, 10232.0, 10202.0, 10198.0, 10177.0, 10198.0, 10232.0, 10206.0, 10232.0, 10206.0, 10224.0, 10207.0, 10226.0, 10245.0, 10240.0, 10261.0, 10201.0, 10200.0, 10173.0, 10221.0, 10263.0, 10208.0, 10249.0, 10211.0, 10209.0, 10183.0, 10204.0, 10238.0, 10209.0, 10217.0, 10206.0, 10223.0, 10206.0, 10238.0, 10266.0, 10247.0, 10263.0, 10209.0, 10269.0, 10209.0, 10208.0, 10271.0, 10222.0, 10203.0, 10189.0, 10205.0, 10239.0, 10209.0, 10220.0, 10206.0, 10224.0, 10208.0, 10231.0, 10226.0, 10249.0, 10281.0, 10234.0, 10255.0, 10229.0, 10245.0, 10252.0, 10226.0, 10209.0, 10248.0, 10252.0, 10223.0, 10232.0, 10228.0, 10235.0, 10239.0, 10250.0, 10230.0, 10250.0, 10190.0, 10206.0, 10253.0, 10200.0, 10256.0, 10209.0, 10205.0, 10187.0, 10188.0, 10189.0, 10232.0, 10198.0, 10186.0, 10205.0, 10226.0, 10259.0, 10207.0, 10215.0, 10180.0, 10181.0, 10182.0, 10201.0, 10205.0, 10238.0, 10260.0, 10206.0, 10236.0, 10221.0, 10213.0, 10226.0, 10250.0, 10211.0, 10218.0, 10187.0, 10208.0, 10249.0, 10201.0, 10247.0, 10188.0, 10199.0, 10178.0, 10205.0, 10243.0, 10189.0, 10204.0, 10190.0, 10206.0, 10253.0, 10201.0, 10256.0, 10225.0, 10254.0, 10214.0, 10241.0, 10214.0, 10235.0, 10266.0, 10233.0, 10267.0, 10208.0, 10221.0, 10207.0, 10226.0, 10275.0, 10211.0, 10244.0, 10181.0, 10207.0, 10238.0, 10197.0, 10206.0, 10198.0, 10219.0, 10233.0, 10202.0, 10202.0, 10216.0, 10229.0, 10226.0, 10251.0, 10229.0, 10230.0, 10245.0, 10247.0, 10246.0, 10245.0, 10290.0, 10231.0, 10239.0, 10242.0, 10262.0, 10229.0, 10253.0, 10235.0, 10268.0, 10247.0, 10256.0, 10213.0, 10264.0, 10227.0, 10227.0, 10243.0, 10278.0, 10211.0, 10218.0, 10198.0, 10216.0, 10183.0, 10202.0, 10237.0, 10202.0, 10225.0, 10205.0, 10200.0, 10220.0, 10215.0, 10229.0, 10250.0, 10243.0, 10229.0, 10257.0, 10246.0, 10289.0, 10241.0, 10255.0, 10246.0, 10248.0, 10295.0, 10257.0, 10310.0, 10240.0, 10253.0, 10233.0, 10283.0, 10239.0, 10260.0, 10208.0, 10240.0, 10191.0, 10241.0, 10197.0, 10216.0, 10173.0, 10206.0, 10229.0, 10222.0, 10257.0, 10203.0, 10209.0, 10203.0, 10242.0, 10206.0, 10256.0, 10209.0, 10256.0, 10205.0, 10246.0, 10184.0, 10231.0, 10182.0, 10202.0, 10219.0, 10202.0, 10239.0, 10196.0, 10187.0, 10193.0, 10219.0, 10183.0, 10219.0, 10179.0, 10204.0, 10182.0, 10206.0, 10201.0, 10229.0, 10212.0, 10196.0, 10179.0, 10196.0, 10243.0, 10184.0, 10236.0, 10184.0, 10210.0, 10183.0, 10214.0, 10222.0, 10208.0, 10252.0, 10201.0, 10238.0, 10215.0, 10228.0, 10224.0, 10233.0, 10189.0, 10223.0, 10229.0, 10219.0, 10259.0, 10222.0, 10243.0, 10207.0, 10246.0, 10224.0, 10242.0, 10242.0, 10229.0, 10250.0, 10227.0, 10243.0, 10229.0, 10250.0, 10245.0, 10253.0, 10228.0, 10226.0, 10236.0, 10269.0, 10211.0, 10227.0, 10259.0, 10225.0, 10237.0, 10202.0, 10201.0, 10199.0, 10222.0, 10205.0, 10223.0, 10212.0, 10227.0, 10231.0, 10287.0, 10254.0, 10310.0, 10273.0, 10248.0, 10266.0, 10208.0, 10232.0, 10182.0, 10204.0, 10255.0, 10197.0, 10204.0, 10179.0, 10179.0, 10177.0, 10179.0, 10180.0, 10184.0, 10182.0, 10233.0, 10268.0, 10211.0, 10216.0, 10178.0, 10192.0, 10177.0, 10175.0, 10179.0, 10177.0, 10183.0, 10186.0, 10214.0, 10266.0, 10243.0, 10231.0, 10249.0, 10187.0, 10245.0, 10181.0, 10182.0, 10202.0, 10182.0, 10207.0, 10163.0, 10197.0, 10194.0, 10193.0, 10181.0, 10216.0, 10225.0, 10222.0, 10247.0, 10224.0, 10261.0, 10228.0, 10221.0, 10226.0, 10309.0, 10270.0, 10286.0, 10231.0, 10243.0, 10222.0, 10261.0, 10220.0, 10293.0, 10241.0, 10213.0, 10203.0, 10254.0, 10206.0, 10190.0, 10155.0, 10175.0, 10213.0, 10178.0, 10200.0, 10174.0, 10187.0, 10174.0, 10188.0, 10181.0, 10198.0, 10215.0, 10180.0, 10212.0, 10179.0, 10209.0, 10181.0, 10187.0, 10173.0, 10189.0, 10230.0, 10203.0, 10222.0, 10178.0, 10192.0, 10178.0, 10201.0, 10251.0, 10199.0, 10213.0, 10205.0, 10217.0, 10204.0, 10224.0, 10206.0, 10225.0, 10206.0, 10240.0, 10281.0, 10232.0, 10226.0, 10186.0, 10201.0, 10273.0, 10205.0, 10234.0, 10179.0, 10193.0, 10183.0, 10182.0, 10219.0, 10179.0, 10207.0, 10168.0, 10203.0, 10235.0, 10202.0, 10225.0, 10187.0, 10199.0, 10221.0, 10264.0, 10201.0, 10209.0, 10256.0, 10206.0, 10243.0, 10182.0, 10223.0, 10263.0, 10217.0, 10199.0, 10238.0, 10234.0, 10245.0, 10273.0, 10208.0, 10212.0, 10259.0, 10193.0, 10237.0, 10198.0, 10184.0, 10204.0, 10182.0, 10193.0, 10181.0, 10200.0, 10232.0, 10182.0, 10222.0, 10181.0, 10202.0, 10220.0, 10198.0, 10227.0, 10180.0, 10203.0, 10239.0, 10208.0, 10228.0, 10197.0, 10199.0, 10235.0, 10203.0, 10227.0, 10206.0, 10211.0, 10207.0, 10227.0, 10216.0, 10251.0, 10294.0, 10229.0, 10254.0, 10260.0, 10229.0, 10204.0, 10207.0, 10260.0, 10210.0, 10218.0, 10224.0, 10237.0, 10237.0, 10231.0, 10263.0, 10205.0, 10223.0, 10244.0, 10202.0, 10228.0, 10204.0, 10219.0, 10231.0, 10200.0, 10211.0, 10226.0, 10213.0, 10207.0, 10221.0, 10207.0, 10228.0, 10230.0, 10245.0, 10298.0, 10229.0, 10249.0, 10206.0, 10237.0, 10229.0, 10208.0, 10262.0, 10199.0, 10198.0, 10218.0, 10192.0, 10205.0, 10182.0, 10201.0, 10219.0, 10179.0, 10202.0, 10197.0, 10198.0, 10188.0, 10223.0, 10240.0, 10202.0, 10244.0, 10200.0, 10217.0, 10251.0, 10225.0, 10231.0, 10202.0, 10219.0, 10224.0, 10222.0, 10244.0, 10226.0, 10235.0, 10267.0, 10272.0, 10256.0, 10297.0, 10275.0, 10236.0, 10249.0, 10213.0, 10268.0, 10254.0, 10214.0, 10255.0, 10212.0, 10226.0, 10182.0, 10198.0, 10242.0, 10203.0, 10198.0, 10184.0, 10219.0, 10255.0, 10221.0, 10239.0, 10203.0, 10221.0, 10221.0, 10240.0, 10268.0, 10263.0, 10267.0, 10249.0, 10265.0, 10271.0, 10252.0, 10283.0, 10232.0, 10254.0, 10227.0, 10225.0, 10273.0, 10221.0, 10261.0, 10198.0, 10216.0, 10198.0, 10204.0, 10257.0, 10205.0, 10227.0, 10195.0, 10225.0, 10183.0, 10202.0, 10249.0, 10184.0, 10211.0, 10198.0, 10213.0, 10215.0, 10206.0, 10247.0, 10184.0, 10221.0, 10181.0, 10209.0, 10213.0, 10219.0, 10252.0, 10204.0, 10235.0, 10198.0, 10230.0, 10199.0, 10203.0, 10207.0, 10248.0, 10261.0, 10229.0, 10263.0, 10210.0, 10234.0, 10209.0, 10226.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.00029726750861079225</td></tr>
<tr><td colspan=3>aqi</td><td>0.023088501951779566</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.381928533793115</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1920740018505755</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9591930430574711</td></tr>
<tr><td colspan=3>efc</td><td>0.4719</td></tr>
<tr><td colspan=3>fber</td><td>6339.061</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09529803349283675</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>34</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.9035591274397246</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4725256304344967</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.417669305994636</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6896446631466016</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3102629221622517</td></tr>
<tr><td colspan=3>gcor</td><td>0.0101469</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010252869687974453</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019659431651234627</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.7514295061840035</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>39.5804</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.1674</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>171.2322</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296514.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>723.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>355.9191</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1319</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>633.6235</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3813.2555</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4034.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80030.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1179.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5055.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1075.3167</td></tr>
<tr><td colspan=3>tsnr</td><td>40.540631115436554</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>