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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0130_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-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-05_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-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-05_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-0130/ses-03/func/sub-0130_ses-03_task-social_acq-mb8_run-05_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>870fd4e228f4c4571795d03413179a43</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>10:07:14.232500</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.994857, -0.0518089, 0.0870417, 0.0575373, 0.996248, -0.0646451]</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-05_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.0801166</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4233, -7670, -7256, 385, -252, 179, -74, 115]</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>232.377</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ac3391e5-462e-428a-87c2-09ea0bb68367||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.6691274642944336, 0.1543683558702469, 0.2250880002975464, 99.16458129882812], [0.13899953663349152, 2.672861099243164, -0.1871659755706787, -105.13819122314453], [0.23352646827697754, 0.17343804240226746, 2.6840834617614746, -89.83116149902344], [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': ['100714.232500', '100714.692500', '100715.152500', '100715.612500', '100716.072500', '100716.532500', '100716.992500', '100717.452500', '100717.912500', '100718.372500', '100718.832500', '100719.292500', '100719.752500', '100720.212500', '100720.672500', '100721.132500', '100721.592500', '100722.052500', '100722.512500', '100722.972500', '100723.432500', '100723.892500', '100724.352500', '100724.812500', '100725.272500', '100725.732500', '100726.192500', '100726.652500', '100727.112500', '100727.572500', '100728.032500', '100728.492500', '100728.952500', '100729.412500', '100729.872500', '100730.332500', '100730.792500', '100731.252500', '100731.712500', '100732.172500', '100732.632500', '100733.092500', '100733.552500', '100734.012500', '100734.472500', '100734.932500', '100735.392500', '100735.852500', '100736.312500', '100736.772500', '100737.232500', '100737.692500', '100738.152500', '100738.612500', '100739.072500', '100739.532500', '100739.992500', '100740.452500', '100740.912500', '100741.372500', '100741.832500', '100742.292500', '100742.752500', '100743.212500', '100743.672500', '100744.132500', '100744.592500', '100745.052500', '100745.512500', '100745.972500', '100746.432500', '100746.892500', '100747.352500', '100747.812500', '100748.272500', '100748.732500', '100749.192500', '100749.652500', '100750.112500', '100750.572500', '100751.032500', '100751.492500', '100751.952500', '100752.412500', '100752.872500', '100753.332500', '100753.792500', '100754.252500', '100754.712500', '100755.172500', '100755.632500', '100756.092500', '100756.552500', '100757.012500', '100757.472500', '100757.932500', '100758.392500', '100758.852500', '100759.312500', '100759.772500', '100800.232500', '100800.692500', '100801.152500', '100801.612500', '100802.072500', '100802.532500', '100802.992500', '100803.452500', '100803.912500', '100804.372500', '100804.832500', '100805.292500', '100805.752500', '100806.212500', '100806.672500', '100807.132500', '100807.592500', '100808.052500', '100808.512500', '100808.972500', '100809.432500', '100809.892500', '100810.352500', '100810.812500', '100811.272500', '100811.732500', '100812.192500', '100812.652500', '100813.112500', '100813.572500', '100814.032500', '100814.492500', '100814.952500', '100815.412500', '100815.872500', '100816.332500', '100816.792500', '100817.252500', '100817.712500', '100818.172500', '100818.632500', '100819.092500', '100819.552500', '100820.012500', '100820.472500', '100820.932500', '100821.392500', '100821.852500', '100822.312500', '100822.772500', '100823.232500', '100823.692500', '100824.152500', '100824.612500', '100825.072500', '100825.532500', '100825.992500', '100826.452500', '100826.912500', '100827.372500', '100827.832500', '100828.292500', '100828.752500', '100829.212500', '100829.672500', '100830.132500', '100830.592500', '100831.052500', '100831.512500', '100831.972500', '100832.432500', '100832.892500', '100833.352500', '100833.812500', '100834.272500', '100834.732500', '100835.192500', '100835.652500', '100836.112500', '100836.572500', '100837.032500', '100837.492500', '100837.952500', '100838.412500', '100838.872500', '100839.332500', '100839.792500', '100840.252500', '100840.712500', '100841.172500', '100841.632500', '100842.092500', '100842.552500', '100843.012500', '100843.472500', '100843.932500', '100844.392500', '100844.852500', '100845.312500', '100845.772500', '100846.232500', '100846.692500', '100847.152500', '100847.612500', '100848.072500', '100848.532500', '100848.992500', '100849.452500', '100849.912500', '100850.372500', '100850.832500', '100851.292500', '100851.752500', '100852.212500', '100852.672500', '100853.132500', '100853.592500', '100854.052500', '100854.512500', '100854.972500', '100855.432500', '100855.892500', '100856.352500', '100856.812500', '100857.272500', '100857.732500', '100858.192500', '100858.652500', '100859.112500', '100859.572500', '100900.032500', '100900.492500', '100900.952500', '100901.412500', '100901.872500', '100902.332500', '100902.792500', '100903.252500', '100903.712500', '100904.172500', '100904.632500', '100905.092500', '100905.552500', '100906.012500', '100906.472500', '100906.932500', '100907.392500', '100907.852500', '100908.312500', '100908.772500', '100909.232500', '100909.692500', '100910.152500', '100910.612500', '100911.072500', '100911.532500', '100911.992500', '100912.452500', '100912.912500', '100913.372500', '100913.832500', '100914.292500', '100914.752500', '100915.212500', '100915.672500', '100916.132500', '100916.592500', '100917.052500', '100917.512500', '100917.972500', '100918.432500', '100918.892500', '100919.352500', '100919.812500', '100920.272500', '100920.732500', '100921.192500', '100921.652500', '100922.112500', '100922.572500', '100923.032500', '100923.492500', '100923.952500', '100924.412500', '100924.872500', '100925.332500', '100925.792500', '100926.252500', '100926.712500', '100927.172500', '100927.632500', '100928.092500', '100928.552500', '100929.012500', '100929.472500', '100929.932500', '100930.392500', '100930.852500', '100931.312500', '100931.772500', '100932.232500', '100932.692500', '100933.152500', '100933.612500', '100934.072500', '100934.532500', '100934.992500', '100935.452500', '100935.912500', '100936.372500', '100936.832500', '100937.292500', '100937.752500', '100938.212500', '100938.672500', '100939.132500', '100939.592500', '100940.052500', '100940.512500', '100940.972500', '100941.432500', '100941.892500', '100942.352500', '100942.812500', '100943.272500', '100943.732500', '100944.192500', '100944.652500', '100945.112500', '100945.572500', '100946.032500', '100946.492500', '100946.952500', '100947.412500', '100947.872500', '100948.332500', '100948.792500', '100949.252500', '100949.712500', '100950.172500', '100950.632500', '100951.092500', '100951.552500', '100952.012500', '100952.472500', '100952.932500', '100953.392500', '100953.852500', '100954.312500', '100954.772500', '100955.232500', '100955.692500', '100956.152500', '100956.612500', '100957.072500', '100957.532500', '100957.992500', '100958.452500', '100958.912500', '100959.372500', '100959.832500', '101000.292500', '101000.752500', '101001.212500', '101001.672500', '101002.132500', '101002.592500', '101003.052500', '101003.512500', '101003.972500', '101004.432500', '101004.892500', '101005.352500', '101005.812500', '101006.272500', '101006.732500', '101007.192500', '101007.652500', '101008.112500', '101008.572500', '101009.032500', '101009.492500', '101009.952500', '101010.412500', '101010.872500', '101011.332500', '101011.792500', '101012.252500', '101012.712500', '101013.172500', '101013.632500', '101014.092500', '101014.552500', '101015.012500', '101015.472500', '101015.932500', '101016.392500', '101016.852500', '101017.312500', '101017.772500', '101018.232500', '101018.692500', '101019.152500', '101019.612500', '101020.072500', '101020.532500', '101020.992500', '101021.452500', '101021.912500', '101022.372500', '101022.832500', '101023.292500', '101023.752500', '101024.212500', '101024.672500', '101025.132500', '101025.592500', '101026.052500', '101026.512500', '101026.972500', '101027.432500', '101027.892500', '101028.352500', '101028.812500', '101029.272500', '101029.732500', '101030.192500', '101030.652500', '101031.112500', '101031.572500', '101032.032500', '101032.492500', '101032.952500', '101033.412500', '101033.872500', '101034.332500', '101034.792500', '101035.252500', '101035.712500', '101036.172500', '101036.632500', '101037.092500', '101037.552500', '101038.012500', '101038.472500', '101038.932500', '101039.392500', '101039.852500', '101040.312500', '101040.772500', '101041.232500', '101041.692500', '101042.152500', '101042.612500', '101043.072500', '101043.532500', '101043.992500', '101044.452500', '101044.912500', '101045.372500', '101045.832500', '101046.292500', '101046.752500', '101047.212500', '101047.672500', '101048.132500', '101048.592500', '101049.052500', '101049.512500', '101049.972500', '101050.432500', '101050.892500', '101051.352500', '101051.812500', '101052.272500', '101052.732500', '101053.192500', '101053.652500', '101054.112500', '101054.572500', '101055.032500', '101055.492500', '101055.952500', '101056.412500', '101056.872500', '101057.332500', '101057.792500', '101058.252500', '101058.712500', '101059.172500', '101059.632500', '101100.092500', '101100.552500', '101101.012500', '101101.472500', '101101.932500', '101102.392500', '101102.852500', '101103.312500', '101103.772500', '101104.232500', '101104.692500', '101105.152500', '101105.612500', '101106.072500', '101106.532500', '101106.992500', '101107.452500', '101107.912500', '101108.372500', '101108.832500', '101109.292500', '101109.752500', '101110.212500', '101110.672500', '101111.132500', '101111.592500', '101112.052500', '101112.512500', '101112.972500', '101113.432500', '101113.892500', '101114.352500', '101114.812500', '101115.272500', '101115.732500', '101116.192500', '101116.652500', '101117.112500', '101117.572500', '101118.032500', '101118.492500', '101118.952500', '101119.412500', '101119.872500', '101120.332500', '101120.792500', '101121.252500', '101121.712500', '101122.172500', '101122.632500', '101123.092500', '101123.552500', '101124.012500', '101124.472500', '101124.932500', '101125.392500', '101125.852500', '101126.312500', '101126.772500', '101127.232500', '101127.692500', '101128.152500', '101128.612500', '101129.072500', '101129.532500', '101129.992500', '101130.452500', '101130.912500', '101131.372500', '101131.832500', '101132.292500', '101132.752500', '101133.212500', '101133.672500', '101134.132500', '101134.592500', '101135.052500', '101135.512500', '101135.972500', '101136.432500', '101136.892500', '101137.352500', '101137.812500', '101138.272500', '101138.732500', '101139.192500', '101139.652500', '101140.112500', '101140.572500', '101141.032500', '101141.492500', '101141.952500', '101142.412500', '101142.872500', '101143.332500', '101143.792500', '101144.252500', '101144.712500', '101145.172500', '101145.632500', '101146.092500', '101146.552500', '101147.012500', '101147.472500', '101147.932500', '101148.392500', '101148.852500', '101149.312500', '101149.772500', '101150.232500', '101150.692500', '101151.152500', '101151.612500', '101152.072500', '101152.532500', '101152.992500', '101153.452500', '101153.912500', '101154.372500', '101154.832500', '101155.292500', '101155.752500', '101156.212500', '101156.672500', '101157.132500', '101157.592500', '101158.052500', '101158.512500', '101158.972500', '101159.432500', '101159.892500', '101200.352500', '101200.812500', '101201.272500', '101201.732500', '101202.192500', '101202.652500', '101203.112500', '101203.572500', '101204.032500', '101204.492500', '101204.952500', '101205.412500', '101205.872500', '101206.332500', '101206.792500', '101207.252500', '101207.712500', '101208.172500', '101208.632500', '101209.092500', '101209.552500', '101210.012500', '101210.472500', '101210.932500', '101211.392500', '101211.852500', '101212.312500', '101212.772500', '101213.232500', '101213.692500', '101214.152500', '101214.612500', '101215.072500', '101215.532500', '101215.992500', '101216.452500', '101216.912500', '101217.372500', '101217.832500', '101218.292500', '101218.752500', '101219.212500', '101219.672500', '101220.132500', '101220.592500', '101221.052500', '101221.512500', '101221.972500', '101222.432500', '101222.892500', '101223.352500', '101223.812500', '101224.272500', '101224.732500', '101225.192500', '101225.652500', '101226.112500', '101226.572500', '101227.032500', '101227.492500', '101227.952500', '101228.412500', '101228.872500', '101229.332500', '101229.792500', '101230.252500', '101230.712500', '101231.172500', '101231.632500', '101232.092500', '101232.552500', '101233.012500', '101233.472500', '101233.932500', '101234.392500', '101234.852500', '101235.312500', '101235.772500', '101236.232500', '101236.692500', '101237.152500', '101237.612500', '101238.072500', '101238.532500', '101238.992500', '101239.452500', '101239.912500', '101240.372500', '101240.832500', '101241.292500', '101241.752500', '101242.212500', '101242.672500', '101243.132500', '101243.592500', '101244.052500', '101244.512500', '101244.972500', '101245.432500', '101245.892500', '101246.352500', '101246.812500', '101247.272500', '101247.732500', '101248.192500', '101248.652500', '101249.112500', '101249.572500', '101250.032500', '101250.492500', '101250.952500', '101251.412500', '101251.872500', '101252.332500', '101252.792500', '101253.252500', '101253.712500', '101254.172500', '101254.632500', '101255.092500', '101255.552500', '101256.012500', '101256.472500', '101256.932500', '101257.392500', '101257.852500', '101258.312500', '101258.772500', '101259.232500', '101259.692500', '101300.152500', '101300.612500', '101301.072500', '101301.532500', '101301.992500', '101302.452500', '101302.912500', '101303.372500', '101303.832500', '101304.292500', '101304.752500', '101305.212500', '101305.672500', '101306.132500', '101306.592500', '101307.052500', '101307.512500', '101307.972500', '101308.432500', '101308.892500', '101309.352500', '101309.812500', '101310.272500', '101310.732500', '101311.192500', '101311.652500', '101312.112500', '101312.572500', '101313.032500', '101313.492500', '101313.952500', '101314.412500', '101314.872500', '101315.332500', '101315.792500', '101316.252500', '101316.712500', '101317.172500', '101317.632500', '101318.092500', '101318.552500', '101319.012500', '101319.472500', '101319.932500', '101320.392500', '101320.852500', '101321.312500', '101321.772500', '101322.232500', '101322.692500', '101323.152500', '101323.612500', '101324.072500', '101324.532500', '101324.992500', '101325.452500', '101325.912500', '101326.372500', '101326.832500', '101327.292500', '101327.752500', '101328.212500', '101328.672500', '101329.132500', '101329.592500', '101330.052500', '101330.512500', '101330.972500', '101331.432500', '101331.892500', '101332.352500', '101332.812500', '101333.272500', '101333.732500', '101334.192500', '101334.652500', '101335.112500', '101335.572500', '101336.032500', '101336.492500', '101336.952500', '101337.412500', '101337.872500', '101338.332500', '101338.792500', '101339.252500', '101339.712500', '101340.172500', '101340.632500', '101341.092500', '101341.552500', '101342.012500', '101342.472500', '101342.932500', '101343.392500', '101343.852500', '101344.312500', '101344.772500', '101345.232500', '101345.692500', '101346.152500', '101346.612500', '101347.072500', '101347.532500', '101347.992500', '101348.452500', '101348.912500', '101349.372500', '101349.832500', '101350.292500', '101350.752500', '101351.212500', '101351.672500', '101352.132500', '101352.592500', '101353.052500', '101353.512500', '101353.972500', '101354.432500', '101354.892500'], 'ContentTime': ['100741.614000', '100741.617000', '100741.620000', '100741.622000', '100741.625000', '100741.627000', '100741.630000', '100741.633000', '100741.635000', '100741.638000', '100741.640000', '100741.643000', '100741.645000', '100741.648000', '100741.651000', '100741.653000', '100741.656000', '100741.658000', '100741.661000', '100741.663000', '100741.666000', '100741.669000', '100741.671000', '100741.674000', '100741.676000', '100741.679000', '100741.690000', '100741.692000', '100741.695000', '100741.698000', '100741.700000', '100741.703000', '100741.705000', '100741.708000', '100741.711000', '100741.713000', '100741.716000', '100741.718000', '100741.721000', '100741.723000', '100741.726000', '100741.729000', '100741.731000', '100741.734000', '100741.736000', '100741.739000', '100741.741000', '100741.744000', '100741.746000', '100741.749000', '100741.752000', '100741.754000', '100741.757000', '100741.759000', '100741.762000', '100741.764000', '100801.578000', '100801.580000', '100801.583000', '100801.586000', '100801.589000', '100801.592000', '100801.595000', '100801.597000', '100801.600000', '100801.602000', '100801.605000', '100801.608000', '100801.610000', '100801.639000', '100801.642000', '100801.644000', '100801.647000', '100801.650000', '100801.652000', '100801.655000', '100801.657000', '100801.660000', '100801.662000', '100801.665000', '100801.667000', '100801.670000', '100801.673000', '100801.675000', '100801.678000', '100801.680000', '100801.683000', '100801.685000', '100801.688000', '100801.691000', '100801.693000', '100801.696000', '100801.698000', '100801.701000', '100801.703000', '100801.706000', '100801.709000', '100801.711000', '100801.714000', '100821.577000', '100821.580000', '100821.583000', '100821.585000', '100821.588000', '100821.591000', '100821.593000', '100821.596000', '100821.598000', '100821.610000', '100821.612000', '100821.615000', '100821.617000', '100821.620000', '100821.622000', '100821.625000', '100821.628000', '100821.630000', '100821.633000', '100821.635000', '100821.638000', '100821.640000', '100821.643000', '100821.645000', '100821.648000', '100821.651000', '100821.653000', '100821.656000', '100821.658000', '100821.661000', '100821.663000', '100821.666000', '100821.669000', '100821.671000', '100821.674000', '100821.676000', '100821.679000', '100821.682000', '100821.684000', '100821.687000', '100821.689000', '100821.692000', '100821.694000', '100821.697000', '100841.576000', '100841.579000', '100841.582000', '100841.584000', '100841.587000', '100841.590000', '100841.592000', '100841.595000', '100841.597000', '100841.600000', '100841.602000', '100841.605000', '100841.608000', '100841.610000', '100841.613000', '100841.616000', '100841.618000', '100841.621000', '100841.623000', '100841.626000', '100841.629000', '100841.631000', '100841.634000', '100841.636000', '100841.639000', '100841.641000', '100841.644000', '100841.647000', '100841.649000', '100841.652000', '100841.654000', '100841.657000', '100841.659000', '100841.662000', '100841.664000', '100841.667000', '100841.670000', '100841.672000', '100841.675000', '100841.677000', '100841.680000', '100841.682000', '100841.685000', '100901.577000', '100901.580000', '100901.582000', '100901.585000', '100901.587000', '100901.590000', '100901.593000', '100901.595000', '100901.598000', '100901.600000', '100901.603000', '100901.606000', '100901.608000', '100901.611000', '100901.613000', '100901.616000', '100901.618000', '100901.621000', '100901.623000', '100901.626000', '100901.629000', '100901.631000', '100901.634000', '100901.636000', '100901.639000', '100901.642000', '100901.644000', '100901.647000', '100901.649000', '100901.652000', '100901.654000', '100901.657000', '100901.659000', '100901.662000', '100901.665000', '100901.667000', '100901.670000', '100901.672000', '100901.675000', '100901.677000', '100901.680000', '100901.683000', '100901.685000', '100901.688000', '100921.577000', '100921.580000', '100921.583000', '100921.585000', '100921.588000', '100921.591000', '100921.593000', '100921.596000', '100921.598000', '100921.601000', '100921.603000', '100921.606000', '100921.609000', '100921.611000', '100921.614000', '100921.616000', '100921.619000', '100921.622000', '100921.624000', '100921.628000', '100921.630000', '100921.633000', '100921.636000', '100921.638000', '100921.641000', '100921.643000', '100921.646000', '100921.649000', '100921.651000', '100921.654000', '100921.656000', '100921.659000', '100921.661000', '100921.664000', '100921.667000', '100921.669000', '100921.672000', '100921.674000', '100921.677000', '100921.680000', '100921.682000', '100921.685000', '100921.688000', '100941.577000', '100941.580000', '100941.583000', '100941.585000', '100941.588000', '100941.591000', '100941.593000', '100941.596000', '100941.599000', '100941.612000', '100941.614000', '100941.617000', '100941.619000', '100941.622000', '100941.625000', '100941.627000', '100941.630000', '100941.632000', '100941.635000', '100941.637000', '100941.640000', '100941.643000', '100941.645000', '100941.648000', '100941.650000', '100941.653000', '100941.656000', '100941.658000', '100941.661000', '100941.663000', '100941.666000', '100941.668000', '100941.671000', '100941.673000', '100941.676000', '100941.679000', '100941.681000', '100941.684000', '100941.686000', '100941.689000', '100941.691000', '100941.694000', '100941.697000', '100941.699000', '101001.577000', '101001.580000', '101001.583000', '101001.585000', '101001.588000', '101001.601000', '101001.604000', '101001.607000', '101001.609000', '101001.612000', '101001.614000', '101001.618000', '101001.621000', '101001.624000', '101001.626000', '101001.629000', '101001.632000', '101001.634000', '101001.637000', '101001.640000', '101001.642000', '101001.645000', '101001.647000', '101001.650000', '101001.653000', '101001.655000', '101001.658000', '101001.660000', '101001.663000', '101001.666000', '101001.668000', '101001.671000', '101001.673000', '101001.676000', '101001.678000', '101001.681000', '101001.683000', '101001.686000', '101001.689000', '101001.691000', '101001.694000', '101001.696000', '101001.699000', '101021.578000', '101021.580000', '101021.583000', '101021.586000', '101021.588000', '101021.591000', '101021.594000', '101021.596000', '101021.599000', '101021.601000', '101021.604000', '101021.607000', '101021.609000', '101021.612000', '101021.614000', '101021.617000', '101021.619000', '101021.622000', '101021.625000', '101021.627000', '101021.630000', '101021.632000', '101021.635000', '101021.637000', '101021.640000', '101021.643000', '101021.645000', '101021.648000', '101021.650000', '101021.653000', '101021.656000', '101021.658000', '101021.661000', '101021.663000', '101021.666000', '101021.668000', '101021.671000', '101021.673000', '101021.676000', '101021.679000', '101021.681000', '101021.684000', '101021.686000', '101021.689000', '101041.577000', '101041.580000', '101041.583000', '101041.585000', '101041.588000', '101041.591000', '101041.593000', '101041.596000', '101041.599000', '101041.601000', '101041.604000', '101041.606000', '101041.609000', '101041.611000', '101041.614000', '101041.617000', '101041.619000', '101041.622000', '101041.624000', '101041.627000', '101041.629000', '101041.632000', '101041.635000', '101041.637000', '101041.640000', '101041.642000', '101041.645000', '101041.648000', '101041.650000', '101041.654000', '101041.657000', '101041.660000', '101041.662000', '101041.666000', '101041.669000', '101041.671000', '101041.674000', '101041.677000', '101041.679000', '101041.682000', '101041.685000', '101041.687000', '101041.690000', '101101.577000', '101101.579000', '101101.582000', '101101.585000', '101101.587000', '101101.590000', '101101.593000', '101101.595000', '101101.598000', '101101.600000', '101101.603000', '101101.605000', '101101.608000', '101101.611000', '101101.613000', '101101.616000', '101101.618000', '101101.621000', '101101.623000', '101101.626000', '101101.629000', '101101.631000', '101101.634000', '101101.636000', '101101.639000', '101101.642000', '101101.644000', '101101.647000', '101101.649000', '101101.652000', '101101.654000', '101101.657000', '101101.660000', '101101.662000', '101101.665000', '101101.667000', '101101.670000', '101101.673000', '101101.675000', '101101.678000', '101101.680000', '101101.683000', '101101.686000', '101101.688000', '101121.576000', '101121.579000', '101121.582000', '101121.584000', '101121.587000', '101121.605000', '101121.608000', '101121.610000', '101121.613000', '101121.616000', '101121.618000', '101121.621000', '101121.623000', '101121.626000', '101121.628000', '101121.631000', '101121.634000', '101121.636000', '101121.639000', '101121.642000', '101121.644000', '101121.647000', '101121.649000', '101121.652000', '101121.655000', '101121.657000', '101121.660000', '101121.662000', '101121.665000', '101121.668000', '101121.670000', '101121.673000', '101121.676000', '101121.678000', '101121.681000', '101121.684000', '101121.687000', '101121.690000', '101121.692000', '101121.695000', '101121.697000', '101121.700000', '101121.702000', '101141.577000', '101141.580000', '101141.583000', '101141.585000', '101141.588000', '101141.591000', '101141.593000', '101141.596000', '101141.599000', '101141.601000', '101141.604000', '101141.606000', '101141.609000', '101141.611000', '101141.614000', '101141.616000', '101141.619000', '101141.622000', '101141.624000', '101141.627000', '101141.630000', '101141.632000', '101141.635000', '101141.637000', '101141.640000', '101141.642000', '101141.645000', '101141.647000', '101141.650000', '101141.653000', '101141.655000', '101141.658000', '101141.660000', '101141.663000', '101141.665000', '101141.668000', '101141.671000', '101141.673000', '101141.676000', '101141.678000', '101141.681000', '101141.683000', '101141.686000', '101141.689000', '101201.578000', '101201.581000', '101201.583000', '101201.586000', '101201.589000', '101201.591000', '101201.594000', '101201.596000', '101201.599000', '101201.602000', '101201.604000', '101201.607000', '101201.609000', '101201.612000', '101201.614000', '101201.617000', '101201.620000', '101201.622000', '101201.625000', '101201.628000', '101201.630000', '101201.633000', '101201.635000', '101201.638000', '101201.641000', '101201.643000', '101201.646000', '101201.648000', '101201.651000', '101201.654000', '101201.656000', '101201.659000', '101201.661000', '101201.664000', '101201.666000', '101201.669000', '101201.672000', '101201.674000', '101201.677000', '101201.679000', '101201.682000', '101201.685000', '101201.687000', '101221.577000', '101221.580000', '101221.583000', '101221.586000', '101221.588000', '101221.591000', '101221.594000', '101221.596000', '101221.599000', '101221.601000', '101221.604000', '101221.606000', '101221.609000', '101221.612000', '101221.614000', '101221.617000', '101221.619000', '101221.622000', '101221.625000', '101221.627000', '101221.630000', '101221.632000', '101221.635000', '101221.638000', '101221.640000', '101221.643000', '101221.645000', '101221.648000', '101221.650000', '101221.653000', '101221.656000', '101221.658000', '101221.661000', '101221.663000', '101221.666000', '101221.669000', '101221.671000', '101221.674000', '101221.676000', '101221.679000', '101221.681000', '101221.684000', '101221.687000', '101221.689000', '101241.578000', '101241.581000', '101241.583000', '101241.586000', '101241.589000', '101241.591000', '101241.594000', '101241.596000', '101241.599000', '101241.602000', '101241.604000', '101241.607000', '101241.609000', '101241.612000', '101241.615000', '101241.624000', '101241.627000', '101241.629000', '101241.632000', '101241.634000', '101241.637000', '101241.639000', '101241.642000', '101241.645000', '101241.647000', '101241.650000', '101241.652000', '101241.655000', '101241.657000', '101241.660000', '101241.663000', '101241.665000', '101241.668000', '101241.670000', '101241.673000', '101241.676000', '101241.678000', '101241.681000', '101241.683000', '101241.686000', '101241.689000', '101241.691000', '101241.694000', '101301.577000', '101301.580000', '101301.583000', '101301.586000', '101301.588000', '101301.591000', '101301.593000', '101301.596000', '101301.598000', '101301.601000', '101301.604000', '101301.606000', '101301.609000', '101301.611000', '101301.614000', '101301.617000', '101301.619000', '101301.622000', '101301.624000', '101301.627000', '101301.630000', '101301.632000', '101301.635000', '101301.637000', '101301.640000', '101301.642000', '101301.645000', '101301.647000', '101301.650000', '101301.653000', '101301.655000', '101301.658000', '101301.660000', '101301.663000', '101301.666000', '101301.668000', '101301.671000', '101301.673000', '101301.676000', '101301.678000', '101301.681000', '101301.683000', '101301.686000', '101301.689000', '101321.576000', '101321.579000', '101321.582000', '101321.585000', '101321.587000', '101321.590000', '101321.593000', '101321.595000', '101321.598000', '101321.600000', '101321.603000', '101321.605000', '101321.608000', '101321.611000', '101321.613000', '101321.616000', '101321.618000', '101321.621000', '101321.624000', '101321.626000', '101321.629000', '101321.631000', '101321.634000', '101321.636000', '101321.639000', '101321.642000', '101321.644000', '101321.647000', '101321.650000', '101321.652000', '101321.655000', '101321.657000', '101321.660000', '101321.662000', '101321.665000', '101321.668000', '101321.670000', '101321.673000', '101321.675000', '101321.678000', '101321.680000', '101321.683000', '101321.686000', '101341.577000', '101341.579000', '101341.582000', '101341.585000', '101341.587000', '101341.590000', '101341.592000', '101341.595000', '101341.598000', '101341.600000', '101341.603000', '101341.605000', '101341.608000', '101341.610000', '101341.613000', '101341.616000', '101341.618000', '101341.621000', '101341.623000', '101341.626000', '101341.629000', '101341.631000', '101341.634000', '101341.636000', '101341.639000', '101341.641000', '101341.644000', '101341.646000', '101341.649000', '101341.652000', '101341.654000', '101341.657000', '101341.659000', '101341.662000', '101341.664000', '101341.667000', '101341.670000', '101341.672000', '101341.675000', '101341.677000', '101341.680000', '101341.683000', '101341.685000', '101341.688000', '101356.659000', '101356.663000', '101356.665000', '101356.668000', '101356.671000', '101356.673000', '101356.676000', '101356.679000', '101356.681000', '101356.684000', '101356.687000', '101356.690000', '101356.694000', '101356.697000', '101356.699000', '101356.702000', '101356.705000', '101356.708000', '101356.711000', '101356.714000', '101356.716000', '101356.720000', '101356.723000', '101356.726000', '101356.730000', '101356.732000', '101356.742000', '101356.745000', '101356.748000', '101356.750000', '101356.753000', '101356.756000', '101356.759000'], 'InstanceCreationTime': ['100741.614000', '100741.617000', '100741.620000', '100741.622000', '100741.625000', '100741.627000', '100741.630000', '100741.633000', '100741.635000', '100741.638000', '100741.640000', '100741.643000', '100741.645000', '100741.648000', '100741.651000', '100741.653000', '100741.656000', '100741.658000', '100741.661000', '100741.663000', '100741.666000', '100741.669000', '100741.671000', '100741.674000', '100741.676000', '100741.679000', '100741.690000', '100741.692000', '100741.695000', '100741.698000', '100741.700000', '100741.703000', '100741.705000', '100741.708000', '100741.711000', '100741.713000', '100741.716000', '100741.718000', '100741.721000', '100741.723000', '100741.726000', '100741.729000', '100741.731000', '100741.734000', '100741.736000', '100741.739000', '100741.741000', '100741.744000', '100741.746000', '100741.749000', '100741.752000', '100741.754000', '100741.757000', '100741.759000', '100741.762000', '100741.764000', '100801.578000', '100801.580000', '100801.583000', '100801.586000', '100801.589000', '100801.592000', '100801.595000', '100801.597000', '100801.600000', '100801.602000', '100801.605000', '100801.608000', '100801.610000', '100801.639000', '100801.642000', '100801.644000', '100801.647000', '100801.650000', '100801.652000', '100801.655000', '100801.657000', '100801.660000', '100801.662000', '100801.665000', '100801.667000', '100801.670000', '100801.673000', '100801.675000', '100801.678000', '100801.680000', '100801.683000', '100801.685000', '100801.688000', '100801.691000', '100801.693000', '100801.696000', '100801.698000', '100801.701000', '100801.703000', '100801.706000', '100801.709000', '100801.711000', '100801.714000', '100821.577000', '100821.580000', '100821.583000', '100821.585000', '100821.588000', '100821.591000', '100821.593000', '100821.596000', '100821.598000', '100821.610000', '100821.612000', '100821.615000', '100821.617000', '100821.620000', '100821.622000', '100821.625000', '100821.628000', '100821.630000', '100821.633000', '100821.635000', '100821.638000', '100821.640000', '100821.643000', '100821.645000', '100821.648000', '100821.651000', '100821.653000', '100821.656000', '100821.658000', '100821.661000', '100821.663000', '100821.666000', '100821.669000', '100821.671000', '100821.674000', '100821.676000', '100821.679000', '100821.682000', '100821.684000', '100821.687000', '100821.689000', '100821.692000', '100821.694000', '100821.697000', '100841.576000', '100841.579000', '100841.582000', '100841.584000', '100841.587000', '100841.590000', '100841.592000', '100841.595000', '100841.597000', '100841.600000', '100841.602000', '100841.605000', '100841.608000', '100841.610000', '100841.613000', '100841.616000', '100841.618000', '100841.621000', '100841.623000', '100841.626000', '100841.629000', '100841.631000', '100841.634000', '100841.636000', '100841.639000', '100841.641000', '100841.644000', '100841.647000', '100841.649000', '100841.652000', '100841.654000', '100841.657000', '100841.659000', '100841.662000', '100841.664000', '100841.667000', '100841.670000', '100841.672000', '100841.675000', '100841.677000', '100841.680000', '100841.682000', '100841.685000', '100901.577000', '100901.580000', '100901.582000', '100901.585000', '100901.587000', '100901.590000', '100901.593000', '100901.595000', '100901.598000', '100901.600000', '100901.603000', '100901.606000', '100901.608000', '100901.611000', '100901.613000', '100901.616000', '100901.618000', '100901.621000', '100901.623000', '100901.626000', '100901.629000', '100901.631000', '100901.634000', '100901.636000', '100901.639000', '100901.642000', '100901.644000', '100901.647000', '100901.649000', '100901.652000', '100901.654000', '100901.657000', '100901.659000', '100901.662000', '100901.665000', '100901.667000', '100901.670000', '100901.672000', '100901.675000', '100901.677000', '100901.680000', '100901.683000', '100901.685000', '100901.688000', '100921.577000', '100921.580000', '100921.583000', '100921.585000', '100921.588000', '100921.591000', '100921.593000', '100921.596000', '100921.598000', '100921.601000', '100921.603000', '100921.606000', '100921.609000', '100921.611000', '100921.614000', '100921.616000', '100921.619000', '100921.622000', '100921.624000', '100921.628000', '100921.630000', '100921.633000', '100921.636000', '100921.638000', '100921.641000', '100921.643000', '100921.646000', '100921.649000', '100921.651000', '100921.654000', '100921.656000', '100921.659000', '100921.661000', '100921.664000', '100921.667000', '100921.669000', '100921.672000', '100921.674000', '100921.677000', '100921.680000', '100921.682000', '100921.685000', '100921.688000', '100941.577000', '100941.580000', '100941.583000', '100941.585000', '100941.588000', '100941.591000', '100941.593000', '100941.596000', '100941.599000', '100941.612000', '100941.614000', '100941.617000', '100941.619000', '100941.622000', '100941.625000', '100941.627000', '100941.630000', '100941.632000', '100941.635000', '100941.637000', '100941.640000', '100941.643000', '100941.645000', '100941.648000', '100941.650000', '100941.653000', '100941.656000', '100941.658000', '100941.661000', '100941.663000', '100941.666000', '100941.668000', '100941.671000', '100941.673000', '100941.676000', '100941.679000', '100941.681000', '100941.684000', '100941.686000', '100941.689000', '100941.691000', '100941.694000', '100941.697000', '100941.699000', '101001.577000', '101001.580000', '101001.583000', '101001.585000', '101001.588000', '101001.601000', '101001.604000', '101001.607000', '101001.609000', '101001.612000', '101001.614000', '101001.618000', '101001.621000', '101001.624000', '101001.626000', '101001.629000', '101001.632000', '101001.634000', '101001.637000', '101001.640000', '101001.642000', '101001.645000', '101001.647000', '101001.650000', '101001.653000', '101001.655000', '101001.658000', '101001.660000', '101001.663000', '101001.666000', '101001.668000', '101001.671000', '101001.673000', '101001.676000', '101001.678000', '101001.681000', '101001.683000', '101001.686000', '101001.689000', '101001.691000', '101001.694000', '101001.696000', '101001.699000', '101021.578000', '101021.580000', '101021.583000', '101021.586000', '101021.588000', '101021.591000', '101021.594000', '101021.596000', '101021.599000', '101021.601000', '101021.604000', '101021.607000', '101021.609000', '101021.612000', '101021.614000', '101021.617000', '101021.619000', '101021.622000', '101021.625000', '101021.627000', '101021.630000', '101021.632000', '101021.635000', '101021.637000', '101021.640000', '101021.643000', '101021.645000', '101021.648000', '101021.650000', '101021.653000', '101021.656000', '101021.658000', '101021.661000', '101021.663000', '101021.666000', '101021.668000', '101021.671000', '101021.673000', '101021.676000', '101021.679000', '101021.681000', '101021.684000', '101021.686000', '101021.689000', '101041.577000', '101041.580000', '101041.583000', '101041.585000', '101041.588000', '101041.591000', '101041.593000', '101041.596000', '101041.599000', '101041.601000', '101041.604000', '101041.606000', '101041.609000', '101041.611000', '101041.614000', '101041.617000', '101041.619000', '101041.622000', '101041.624000', '101041.627000', '101041.629000', '101041.632000', '101041.635000', '101041.637000', '101041.640000', '101041.642000', '101041.645000', '101041.648000', '101041.650000', '101041.654000', '101041.657000', '101041.660000', '101041.662000', '101041.666000', '101041.669000', '101041.671000', '101041.674000', '101041.677000', '101041.679000', '101041.682000', '101041.685000', '101041.687000', '101041.690000', '101101.577000', '101101.579000', '101101.582000', '101101.585000', '101101.587000', '101101.590000', '101101.593000', '101101.595000', '101101.598000', '101101.600000', '101101.603000', '101101.605000', '101101.608000', '101101.611000', '101101.613000', '101101.616000', '101101.618000', '101101.621000', '101101.623000', '101101.626000', '101101.629000', '101101.631000', '101101.634000', '101101.636000', '101101.639000', '101101.642000', '101101.644000', '101101.647000', '101101.649000', '101101.652000', '101101.654000', '101101.657000', '101101.660000', '101101.662000', '101101.665000', '101101.667000', '101101.670000', '101101.673000', '101101.675000', '101101.678000', '101101.680000', '101101.683000', '101101.686000', '101101.688000', '101121.576000', '101121.579000', '101121.582000', '101121.584000', '101121.587000', '101121.605000', '101121.608000', '101121.610000', '101121.613000', '101121.616000', '101121.618000', '101121.621000', '101121.623000', '101121.626000', '101121.628000', '101121.631000', '101121.634000', '101121.636000', '101121.639000', '101121.642000', '101121.644000', '101121.647000', '101121.649000', '101121.652000', '101121.655000', '101121.657000', '101121.660000', '101121.662000', '101121.665000', '101121.668000', '101121.670000', '101121.673000', '101121.676000', '101121.678000', '101121.681000', '101121.684000', '101121.687000', '101121.690000', '101121.692000', '101121.695000', '101121.697000', '101121.700000', '101121.702000', '101141.577000', '101141.580000', '101141.583000', '101141.585000', '101141.588000', '101141.591000', '101141.593000', '101141.596000', '101141.599000', '101141.601000', '101141.604000', '101141.606000', '101141.609000', '101141.611000', '101141.614000', '101141.616000', '101141.619000', '101141.622000', '101141.624000', '101141.627000', '101141.630000', '101141.632000', '101141.635000', '101141.637000', '101141.640000', '101141.642000', '101141.645000', '101141.647000', '101141.650000', '101141.653000', '101141.655000', '101141.658000', '101141.660000', '101141.663000', '101141.665000', '101141.668000', '101141.671000', '101141.673000', '101141.676000', '101141.678000', '101141.681000', '101141.683000', '101141.686000', '101141.689000', '101201.578000', '101201.581000', '101201.583000', '101201.586000', '101201.589000', '101201.591000', '101201.594000', '101201.596000', '101201.599000', '101201.602000', '101201.604000', '101201.607000', '101201.609000', '101201.612000', '101201.614000', '101201.617000', '101201.620000', '101201.622000', '101201.625000', '101201.628000', '101201.630000', '101201.633000', '101201.635000', '101201.638000', '101201.641000', '101201.643000', '101201.646000', '101201.648000', '101201.651000', '101201.654000', '101201.656000', '101201.659000', '101201.661000', '101201.664000', '101201.666000', '101201.669000', '101201.672000', '101201.674000', '101201.677000', '101201.679000', '101201.682000', '101201.685000', '101201.687000', '101221.577000', '101221.580000', '101221.583000', '101221.586000', '101221.588000', '101221.591000', '101221.594000', '101221.596000', '101221.599000', '101221.601000', '101221.604000', '101221.606000', '101221.609000', '101221.612000', '101221.614000', '101221.617000', '101221.619000', '101221.622000', '101221.625000', '101221.627000', '101221.630000', '101221.632000', '101221.635000', '101221.638000', '101221.640000', '101221.643000', '101221.645000', '101221.648000', '101221.650000', '101221.653000', '101221.656000', '101221.658000', '101221.661000', '101221.663000', '101221.666000', '101221.669000', '101221.671000', '101221.674000', '101221.676000', '101221.679000', '101221.681000', '101221.684000', '101221.687000', '101221.689000', '101241.578000', '101241.581000', '101241.583000', '101241.586000', '101241.589000', '101241.591000', '101241.594000', '101241.596000', '101241.599000', '101241.602000', '101241.604000', '101241.607000', '101241.609000', '101241.612000', '101241.615000', '101241.624000', '101241.627000', '101241.629000', '101241.632000', '101241.634000', '101241.637000', '101241.639000', '101241.642000', '101241.645000', '101241.647000', '101241.650000', '101241.652000', '101241.655000', '101241.657000', '101241.660000', '101241.663000', '101241.665000', '101241.668000', '101241.670000', '101241.673000', '101241.676000', '101241.678000', '101241.681000', '101241.683000', '101241.686000', '101241.689000', '101241.691000', '101241.694000', '101301.577000', '101301.580000', '101301.583000', '101301.586000', '101301.588000', '101301.591000', '101301.593000', '101301.596000', '101301.598000', '101301.601000', '101301.604000', '101301.606000', '101301.609000', '101301.611000', '101301.614000', '101301.617000', '101301.619000', '101301.622000', '101301.624000', '101301.627000', '101301.630000', '101301.632000', '101301.635000', '101301.637000', '101301.640000', '101301.642000', '101301.645000', '101301.647000', '101301.650000', '101301.653000', '101301.655000', '101301.658000', '101301.660000', '101301.663000', '101301.666000', '101301.668000', '101301.671000', '101301.673000', '101301.676000', '101301.678000', '101301.681000', '101301.683000', '101301.686000', '101301.689000', '101321.576000', '101321.579000', '101321.582000', '101321.585000', '101321.587000', '101321.590000', '101321.593000', '101321.595000', '101321.598000', '101321.600000', '101321.603000', '101321.605000', '101321.608000', '101321.611000', '101321.613000', '101321.616000', '101321.618000', '101321.621000', '101321.624000', '101321.626000', '101321.629000', '101321.631000', '101321.634000', '101321.636000', '101321.639000', '101321.642000', '101321.644000', '101321.647000', '101321.650000', '101321.652000', '101321.655000', '101321.657000', '101321.660000', '101321.662000', '101321.665000', '101321.668000', '101321.670000', '101321.673000', '101321.675000', '101321.678000', '101321.680000', '101321.683000', '101321.686000', '101341.577000', '101341.579000', '101341.582000', '101341.585000', '101341.587000', '101341.590000', '101341.592000', '101341.595000', '101341.598000', '101341.600000', '101341.603000', '101341.605000', '101341.608000', '101341.610000', '101341.613000', '101341.616000', '101341.618000', '101341.621000', '101341.623000', '101341.626000', '101341.629000', '101341.631000', '101341.634000', '101341.636000', '101341.639000', '101341.641000', '101341.644000', '101341.646000', '101341.649000', '101341.652000', '101341.654000', '101341.657000', '101341.659000', '101341.662000', '101341.664000', '101341.667000', '101341.670000', '101341.672000', '101341.675000', '101341.677000', '101341.680000', '101341.683000', '101341.685000', '101341.688000', '101356.659000', '101356.663000', '101356.665000', '101356.668000', '101356.671000', '101356.673000', '101356.676000', '101356.679000', '101356.681000', '101356.684000', '101356.687000', '101356.690000', '101356.694000', '101356.697000', '101356.699000', '101356.702000', '101356.705000', '101356.708000', '101356.711000', '101356.714000', '101356.716000', '101356.720000', '101356.723000', '101356.726000', '101356.730000', '101356.732000', '101356.742000', '101356.745000', '101356.748000', '101356.750000', '101356.753000', '101356.756000', '101356.759000'], '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': [9015, 13356, 9579, 10294, 12667, 10801, 14276, 8727, 14384, 8487, 13005, 9009, 10515, 7622, 8502, 10796, 7691, 13020, 9629, 11669, 7164, 11147, 7992, 8514, 8989, 8265, 9780, 7769, 12989, 7934, 11523, 9504, 10967, 7279, 9068, 7078, 8397, 10973, 9339, 13408, 8864, 14035, 10324, 12134, 8860, 12930, 8160, 8434, 12998, 7851, 13241, 9343, 11502, 8660, 8854, 10061, 8137, 12908, 9891, 11246, 6676, 8519, 6750, 7632, 10531, 8119, 11920, 6837, 10993, 7291, 9902, 8219, 8222, 10250, 7813, 13323, 10823, 12241, 7309, 11682, 8125, 8474, 10497, 8939, 12979, 7711, 13001, 8836, 11986, 8630, 12222, 8245, 8547, 8477, 8209, 14881, 10664, 14881, 9516, 12919, 7058, 10220, 7944, 8158, 6539, 7993, 10280, 7778, 12409, 9881, 11373, 7853, 11574, 7473, 9756, 8133, 8404, 6495, 7951, 10496, 7966, 13956, 10432, 12496, 7985, 12302, 7391, 12053, 8832, 7379, 6639, 8776, 13052, 10811, 10200, 9034, 6860, 8099, 10518, 8861, 11614, 7014, 12161, 7271, 10078, 7884, 7719, 6640, 7770, 9654, 7964, 12603, 9887, 14195, 9412, 11920, 7266, 11635, 7457, 11580, 8275, 14362, 8964, 10256, 7979, 8479, 7035, 8403, 8637, 12235, 10746, 9438, 7433, 7866, 9041, 7854, 15392, 10171, 13987, 10269, 11670, 10172, 9281, 15913, 8981, 13984, 8467, 11699, 9054, 8963, 10198, 8644, 12487, 8888, 11909, 8382, 10482, 7801, 8882, 7932, 7756, 6827, 7574, 8499, 7889, 10220, 8143, 11760, 9187, 11712, 10630, 10745, 7279, 11302, 8116, 10580, 7907, 12194, 7960, 9201, 7002, 8185, 7778, 7644, 11791, 9884, 14560, 8212, 13362, 10342, 12679, 9293, 14447, 9318, 10492, 8226, 8503, 10206, 8641, 9253, 8105, 10288, 7118, 11388, 8453, 10682, 8060, 11423, 8458, 11509, 10479, 13123, 9618, 13014, 8834, 11465, 9181, 9487, 7520, 8180, 11739, 8523, 15694, 11940, 13917, 9231, 12187, 9147, 9643, 11383, 9747, 14963, 7672, 13122, 7347, 11208, 8031, 8620, 6722, 7963, 10858, 7631, 11956, 9630, 11197, 6978, 10263, 7760, 7917, 9128, 8244, 11645, 7804, 12246, 8499, 11001, 8211, 8774, 7259, 8161, 11296, 8208, 13526, 10544, 13467, 8810, 11365, 8134, 8555, 9421, 7959, 11689, 8298, 13814, 7858, 12197, 9020, 11186, 8009, 8797, 6732, 7804, 8938, 8177, 9920, 7996, 12049, 8354, 12322, 10514, 13813, 8723, 11817, 7785, 11619, 8372, 10157, 7477, 8418, 7356, 8195, 10391, 9000, 10505, 8167, 14003, 9199, 12848, 10801, 12251, 8097, 11824, 6986, 10501, 7643, 10202, 7784, 8556, 6932, 7991, 9402, 8383, 9721, 7931, 12239, 8379, 12255, 10631, 12426, 8128, 12216, 8224, 11662, 8442, 10789, 7920, 8489, 6916, 7816, 9632, 8323, 9992, 7875, 12470, 8311, 12072, 10608, 11653, 7938, 11805, 8044, 9634, 7928, 8393, 7398, 8497, 11201, 8036, 12267, 9842, 11514, 9056, 11801, 7494, 9921, 8031, 8687, 7206, 8197, 9522, 8148, 12528, 9968, 13336, 8857, 11938, 8635, 11805, 8698, 10293, 7245, 8242, 11109, 7990, 12851, 10049, 11541, 7956, 8973, 8029, 8178, 13860, 9903, 13126, 7709, 12467, 7293, 10348, 8174, 8278, 8300, 7852, 13979, 8412, 12352, 9481, 11218, 8158, 8473, 8139, 7761, 15237, 10250, 13434, 7107, 11399, 7730, 8080, 10239, 7957, 11834, 7026, 11904, 7573, 10845, 7670, 10777, 7778, 8845, 7947, 7883, 11687, 9382, 13029, 8475, 12531, 8158, 10896, 8307, 8626, 10474, 8020, 13522, 7625, 12077, 8618, 9049, 6612, 8110, 9932, 7315, 12251, 9946, 11093, 8269, 11798, 7609, 10668, 8057, 8210, 6820, 7744, 10686, 8282, 14902, 11056, 14110, 8086, 12005, 8637, 9242, 12048, 9993, 14322, 8685, 13932, 8742, 13007, 8686, 11415, 7787, 8744, 6527, 7803, 8926, 8216, 10152, 8046, 12762, 8811, 11483, 9865, 11538, 8137, 9758, 7677, 8204, 9091, 8096, 7215, 7931, 12110, 7688, 12400, 10414, 12200, 7925, 11865, 8147, 11889, 8503, 12526, 7945, 8970, 7430, 8322, 10881, 9180, 12200, 8478, 13583, 8278, 13288, 10757, 12509, 8604, 12324, 7599, 10988, 8189, 10147, 7945, 8586, 7480, 8025, 6578, 7729, 7984, 8150, 7435, 7874, 9091, 7897, 10806, 9624, 13829, 9982, 12971, 9730, 12155, 9134, 11879, 8718, 11908, 7964, 8778, 10195, 8486, 15579, 10496, 13350, 8103, 12643, 7801, 9602, 7806, 8041, 9420, 7978, 12511, 8040, 11860, 8310, 9844, 7677, 8170, 6631, 7841, 9334, 8646, 10596, 7832, 12178, 8002, 11630, 8189, 11308, 8028, 8582, 8987, 8329, 15088, 10401, 13109, 7964, 12413, 8314, 8882, 8912, 8206, 13975, 7119, 11472, 6797, 8438, 7948, 7728, 8381, 7810, 12251, 8324, 11561, 10466, 11468, 7733, 9978, 8168, 7986, 11833, 10077, 15370, 8687, 13494, 8686, 12277, 9351, 9631, 7541, 8341, 11777, 7907, 12939, 10048, 12399, 7942, 11252, 8253, 8444, 9888, 8600, 13915, 8717, 12877, 7621, 11691, 8413, 8829, 6843, 8068, 12426, 7591, 12312, 10038, 11050, 7994, 8949, 7563, 8047, 12914, 10030, 11761, 8397, 12149, 8193, 8561, 9066, 8395, 14360, 9176, 12861, 9265, 11807, 8911, 8782, 11408, 9531, 15415, 8014, 13014, 7551, 11698, 8406, 9052, 8045, 8323, 14837, 8652, 13149, 7755, 11689, 8150, 8360, 9945, 7439, 12262, 6818, 10192, 7526, 8335, 6649, 8082, 11778, 7901, 11238, 8246, 11324, 8267, 8568, 8627, 7947, 14128, 10115, 12525, 7974, 10476, 8038, 8419, 15644, 11101, 13651, 7944, 11410, 8057, 8796, 15117, 10005, 12839, 7183, 9085, 6477, 7774, 11549, 8668, 11359, 7000, 10954, 7776, 9701, 8322, 8500, 9260, 8145, 15320, 9771, 13709, 10170, 14331, 9831, 9356, 9899, 8473, 15470, 10443, 13404, 7784, 12808, 9214, 9160, 9356, 8597, 13633, 8271, 12848, 6792, 10226, 7520, 8902, 7267, 8176, 8678, 7664, 12355, 9915, 11668, 10114, 11285, 8509, 10049, 10980, 10394, 12268, 8914, 14926, 11683, 14339, 8444, 12337, 8416, 12027, 10954, 9706, 7877, 8485, 12097, 7491, 12918, 10368, 12081, 7046, 10554, 7748, 8093, 8456, 7860, 9437, 7807, 12920, 8311, 11757, 9983, 11650, 8179, 9982, 7638, 7994, 10400, 8820, 14336, 8926, 12796, 9519, 11845, 8744, 9664, 7504, 8460, 10685, 7585, 12885, 9222, 12046, 9043], 'WindowCenter': [3882.0, 3896.0, 3863.0, 3871.0, 3880.0, 3859.0, 3878.0, 3833.0, 3865.0, 3822.0, 3855.0, 3831.0, 3844.0, 3812.0, 3823.0, 3842.0, 3813.0, 3861.0, 3835.0, 3854.0, 3800.0, 3854.0, 3822.0, 3832.0, 3831.0, 3824.0, 3843.0, 3824.0, 3864.0, 3822.0, 3855.0, 3843.0, 3856.0, 3812.0, 3834.0, 3813.0, 3834.0, 3854.0, 3835.0, 3865.0, 3835.0, 3864.0, 3842.0, 3855.0, 3834.0, 3854.0, 3821.0, 3822.0, 3852.0, 3812.0, 3853.0, 3832.0, 3854.0, 3819.0, 3822.0, 3831.0, 3811.0, 3851.0, 3832.0, 3841.0, 3800.0, 3821.0, 3790.0, 3811.0, 3841.0, 3821.0, 3854.0, 3813.0, 3853.0, 3812.0, 3847.0, 3850.0, 3837.0, 3870.0, 3826.0, 3864.0, 3844.0, 3854.0, 3802.0, 3841.0, 3809.0, 3822.0, 3842.0, 3833.0, 3853.0, 3812.0, 3852.0, 3833.0, 3853.0, 3822.0, 3843.0, 3810.0, 3821.0, 3811.0, 3822.0, 3862.0, 3843.0, 3863.0, 3830.0, 3840.0, 3799.0, 3829.0, 3809.0, 3810.0, 3787.0, 3810.0, 3828.0, 3812.0, 3852.0, 3834.0, 3841.0, 3813.0, 3843.0, 3811.0, 3832.0, 3812.0, 3820.0, 3789.0, 3823.0, 3842.0, 3823.0, 3861.0, 3841.0, 3851.0, 3811.0, 3852.0, 3799.0, 3853.0, 3831.0, 3824.0, 3802.0, 3822.0, 3853.0, 3843.0, 3831.0, 3833.0, 3801.0, 3824.0, 3842.0, 3834.0, 3843.0, 3803.0, 3853.0, 3813.0, 3833.0, 3812.0, 3812.0, 3802.0, 3812.0, 3831.0, 3825.0, 3854.0, 3842.0, 3865.0, 3835.0, 3855.0, 3815.0, 3856.0, 3813.0, 3856.0, 3824.0, 3877.0, 3832.0, 3841.0, 3812.0, 3822.0, 3812.0, 3835.0, 3834.0, 3856.0, 3845.0, 3834.0, 3800.0, 3812.0, 3820.0, 3811.0, 3852.0, 3829.0, 3852.0, 3820.0, 3832.0, 3819.0, 3809.0, 3850.0, 3807.0, 3838.0, 3795.0, 3826.0, 3795.0, 3806.0, 3805.0, 3796.0, 3827.0, 3807.0, 3826.0, 3796.0, 3816.0, 3797.0, 3806.0, 3797.0, 3798.0, 3787.0, 3800.0, 3821.0, 3813.0, 3832.0, 3823.0, 3855.0, 3835.0, 3853.0, 3845.0, 3844.0, 3815.0, 3855.0, 3825.0, 3845.0, 3825.0, 3856.0, 3825.0, 3835.0, 3804.0, 3825.0, 3813.0, 3814.0, 3856.0, 3846.0, 3866.0, 3823.0, 3855.0, 3844.0, 3854.0, 3823.0, 3866.0, 3822.0, 3833.0, 3810.0, 3810.0, 3830.0, 3821.0, 3820.0, 3811.0, 3830.0, 3800.0, 3841.0, 3822.0, 3843.0, 3824.0, 3854.0, 3834.0, 3856.0, 3858.0, 3866.0, 3847.0, 3868.0, 3836.0, 3856.0, 3835.0, 3844.0, 3814.0, 3825.0, 3855.0, 3834.0, 3874.0, 3855.0, 3865.0, 3834.0, 3852.0, 3832.0, 3832.0, 3842.0, 3820.0, 3852.0, 3800.0, 3849.0, 3799.0, 3840.0, 3808.0, 3819.0, 3788.0, 3809.0, 3843.0, 3821.0, 3842.0, 3833.0, 3842.0, 3801.0, 3832.0, 3811.0, 3811.0, 3821.0, 3822.0, 3843.0, 3812.0, 3852.0, 3822.0, 3841.0, 3822.0, 3821.0, 3801.0, 3824.0, 3842.0, 3823.0, 3853.0, 3843.0, 3853.0, 3822.0, 3843.0, 3810.0, 3821.0, 3820.0, 3811.0, 3841.0, 3822.0, 3852.0, 3811.0, 3840.0, 3821.0, 3842.0, 3810.0, 3821.0, 3801.0, 3812.0, 3822.0, 3822.0, 3831.0, 3824.0, 3853.0, 3823.0, 3853.0, 3845.0, 3865.0, 3823.0, 3852.0, 3811.0, 3843.0, 3822.0, 3842.0, 3801.0, 3822.0, 3801.0, 3821.0, 3832.0, 3822.0, 3839.0, 3822.0, 3851.0, 3818.0, 3848.0, 3842.0, 3840.0, 3810.0, 3840.0, 3800.0, 3830.0, 3798.0, 3831.0, 3800.0, 3819.0, 3800.0, 3811.0, 3820.0, 3821.0, 3832.0, 3812.0, 3852.0, 3821.0, 3842.0, 3841.0, 3852.0, 3812.0, 3842.0, 3822.0, 3842.0, 3811.0, 3842.0, 3811.0, 3820.0, 3799.0, 3811.0, 3819.0, 3811.0, 3831.0, 3811.0, 3840.0, 3821.0, 3841.0, 3843.0, 3841.0, 3811.0, 3841.0, 3809.0, 3832.0, 3811.0, 3809.0, 3800.0, 3822.0, 3840.0, 3811.0, 3840.0, 3832.0, 3842.0, 3822.0, 3842.0, 3812.0, 3831.0, 3812.0, 3822.0, 3812.0, 3823.0, 3833.0, 3822.0, 3853.0, 3844.0, 3863.0, 3833.0, 3852.0, 3823.0, 3854.0, 3822.0, 3842.0, 3800.0, 3821.0, 3843.0, 3810.0, 3852.0, 3832.0, 3842.0, 3811.0, 3822.0, 3810.0, 3822.0, 3852.0, 3831.0, 3852.0, 3811.0, 3852.0, 3800.0, 3831.0, 3810.0, 3821.0, 3810.0, 3812.0, 3853.0, 3822.0, 3853.0, 3832.0, 3842.0, 3810.0, 3810.0, 3809.0, 3811.0, 3861.0, 3830.0, 3852.0, 3789.0, 3841.0, 3797.0, 3808.0, 3829.0, 3810.0, 3839.0, 3800.0, 3840.0, 3810.0, 3842.0, 3813.0, 3844.0, 3811.0, 3835.0, 3813.0, 3824.0, 3842.0, 3832.0, 3854.0, 3822.0, 3854.0, 3812.0, 3842.0, 3811.0, 3822.0, 3830.0, 3811.0, 3852.0, 3811.0, 3842.0, 3811.0, 3822.0, 3789.0, 3811.0, 3830.0, 3801.0, 3841.0, 3833.0, 3842.0, 3823.0, 3855.0, 3812.0, 3845.0, 3822.0, 3824.0, 3802.0, 3825.0, 3845.0, 3825.0, 3876.0, 3854.0, 3865.0, 3813.0, 3854.0, 3822.0, 3833.0, 3843.0, 3832.0, 3851.0, 3821.0, 3852.0, 3811.0, 3851.0, 3810.0, 3841.0, 3799.0, 3810.0, 3787.0, 3811.0, 3820.0, 3823.0, 3833.0, 3824.0, 3852.0, 3834.0, 3844.0, 3833.0, 3854.0, 3813.0, 3834.0, 3812.0, 3822.0, 3822.0, 3823.0, 3813.0, 3822.0, 3852.0, 3812.0, 3854.0, 3845.0, 3853.0, 3825.0, 3855.0, 3824.0, 3855.0, 3822.0, 3855.0, 3813.0, 3823.0, 3800.0, 3823.0, 3841.0, 3834.0, 3841.0, 3823.0, 3853.0, 3821.0, 3852.0, 3841.0, 3841.0, 3821.0, 3840.0, 3800.0, 3830.0, 3810.0, 3830.0, 3810.0, 3821.0, 3800.0, 3810.0, 3790.0, 3813.0, 3812.0, 3824.0, 3812.0, 3823.0, 3834.0, 3824.0, 3845.0, 3846.0, 3866.0, 3846.0, 3866.0, 3835.0, 3855.0, 3835.0, 3856.0, 3824.0, 3854.0, 3812.0, 3824.0, 3833.0, 3821.0, 3863.0, 3843.0, 3851.0, 3812.0, 3852.0, 3812.0, 3832.0, 3800.0, 3812.0, 3822.0, 3812.0, 3852.0, 3813.0, 3842.0, 3822.0, 3832.0, 3810.0, 3823.0, 3802.0, 3822.0, 3832.0, 3825.0, 3844.0, 3814.0, 3854.0, 3823.0, 3854.0, 3823.0, 3845.0, 3813.0, 3824.0, 3822.0, 3823.0, 3863.0, 3833.0, 3853.0, 3812.0, 3853.0, 3812.0, 3823.0, 3822.0, 3821.0, 3853.0, 3800.0, 3841.0, 3800.0, 3822.0, 3811.0, 3814.0, 3823.0, 3813.0, 3854.0, 3824.0, 3856.0, 3857.0, 3856.0, 3814.0, 3843.0, 3823.0, 3825.0, 3844.0, 3835.0, 3866.0, 3823.0, 3854.0, 3823.0, 3854.0, 3823.0, 3833.0, 3810.0, 3822.0, 3839.0, 3811.0, 3850.0, 3831.0, 3853.0, 3811.0, 3842.0, 3810.0, 3812.0, 3831.0, 3821.0, 3850.0, 3820.0, 3852.0, 3810.0, 3842.0, 3810.0, 3820.0, 3787.0, 3810.0, 3840.0, 3809.0, 3840.0, 3832.0, 3842.0, 3811.0, 3820.0, 3799.0, 3810.0, 3852.0, 3833.0, 3842.0, 3812.0, 3843.0, 3810.0, 3823.0, 3821.0, 3823.0, 3864.0, 3834.0, 3853.0, 3822.0, 3843.0, 3821.0, 3823.0, 3842.0, 3820.0, 3862.0, 3809.0, 3851.0, 3798.0, 3841.0, 3810.0, 3822.0, 3810.0, 3810.0, 3850.0, 3820.0, 3850.0, 3812.0, 3842.0, 3800.0, 3810.0, 3818.0, 3799.0, 3840.0, 3790.0, 3831.0, 3812.0, 3824.0, 3802.0, 3823.0, 3855.0, 3825.0, 3855.0, 3823.0, 3856.0, 3824.0, 3837.0, 3824.0, 3826.0, 3865.0, 3844.0, 3856.0, 3824.0, 3845.0, 3824.0, 3825.0, 3877.0, 3845.0, 3866.0, 3813.0, 3843.0, 3812.0, 3823.0, 3851.0, 3830.0, 3842.0, 3791.0, 3820.0, 3789.0, 3812.0, 3843.0, 3822.0, 3843.0, 3803.0, 3856.0, 3824.0, 3846.0, 3826.0, 3837.0, 3835.0, 3825.0, 3878.0, 3845.0, 3868.0, 3845.0, 3867.0, 3834.0, 3834.0, 3832.0, 3823.0, 3864.0, 3833.0, 3852.0, 3801.0, 3852.0, 3821.0, 3822.0, 3821.0, 3822.0, 3852.0, 3811.0, 3850.0, 3790.0, 3831.0, 3812.0, 3822.0, 3813.0, 3825.0, 3824.0, 3824.0, 3866.0, 3847.0, 3858.0, 3848.0, 3858.0, 3837.0, 3848.0, 3847.0, 3848.0, 3868.0, 3839.0, 3881.0, 3869.0, 3877.0, 3825.0, 3857.0, 3825.0, 3856.0, 3845.0, 3834.0, 3812.0, 3824.0, 3841.0, 3802.0, 3853.0, 3833.0, 3843.0, 3799.0, 3833.0, 3800.0, 3810.0, 3809.0, 3812.0, 3820.0, 3812.0, 3852.0, 3821.0, 3853.0, 3833.0, 3854.0, 3822.0, 3833.0, 3812.0, 3813.0, 3842.0, 3823.0, 3864.0, 3822.0, 3854.0, 3831.0, 3844.0, 3822.0, 3834.0, 3799.0, 3812.0, 3831.0, 3812.0, 3853.0, 3833.0, 3851.0, 3823.0], 'WindowWidth': [8696.0, 8706.0, 8654.0, 8661.0, 8669.0, 8640.0, 8661.0, 8594.0, 8638.0, 8577.0, 8623.0, 8587.0, 8608.0, 8563.0, 8578.0, 8601.0, 8566.0, 8626.0, 8597.0, 8622.0, 8546.0, 8621.0, 8576.0, 8592.0, 8587.0, 8582.0, 8606.0, 8582.0, 8635.0, 8580.0, 8625.0, 8608.0, 8626.0, 8566.0, 8598.0, 8567.0, 8597.0, 8622.0, 8600.0, 8640.0, 8599.0, 8637.0, 8604.0, 8624.0, 8594.0, 8625.0, 8573.0, 8578.0, 8617.0, 8563.0, 8620.0, 8590.0, 8622.0, 8569.0, 8576.0, 8586.0, 8560.0, 8613.0, 8589.0, 8600.0, 8544.0, 8572.0, 8530.0, 8561.0, 8600.0, 8578.0, 8624.0, 8569.0, 8622.0, 8566.0, 8619.0, 8630.0, 8607.0, 8657.0, 8590.0, 8634.0, 8607.0, 8619.0, 8548.0, 8600.0, 8554.0, 8576.0, 8601.0, 8592.0, 8619.0, 8563.0, 8616.0, 8592.0, 8619.0, 8575.0, 8604.0, 8557.0, 8573.0, 8557.0, 8576.0, 8630.0, 8605.0, 8631.0, 8582.0, 8596.0, 8541.0, 8581.0, 8553.0, 8557.0, 8523.0, 8558.0, 8579.0, 8564.0, 8616.0, 8594.0, 8600.0, 8565.0, 8605.0, 8562.0, 8590.0, 8562.0, 8573.0, 8529.0, 8580.0, 8600.0, 8578.0, 8628.0, 8601.0, 8614.0, 8560.0, 8614.0, 8543.0, 8620.0, 8587.0, 8585.0, 8549.0, 8575.0, 8618.0, 8606.0, 8587.0, 8591.0, 8549.0, 8582.0, 8602.0, 8594.0, 8604.0, 8553.0, 8618.0, 8565.0, 8591.0, 8562.0, 8564.0, 8548.0, 8565.0, 8588.0, 8584.0, 8622.0, 8605.0, 8639.0, 8598.0, 8623.0, 8573.0, 8629.0, 8568.0, 8627.0, 8584.0, 8658.0, 8590.0, 8600.0, 8562.0, 8577.0, 8566.0, 8600.0, 8596.0, 8629.0, 8610.0, 8593.0, 8541.0, 8559.0, 8566.0, 8557.0, 8613.0, 8577.0, 8615.0, 8567.0, 8586.0, 8563.0, 8551.0, 8606.0, 8544.0, 8585.0, 8525.0, 8569.0, 8523.0, 8541.0, 8537.0, 8528.0, 8569.0, 8542.0, 8566.0, 8530.0, 8556.0, 8532.0, 8545.0, 8532.0, 8536.0, 8520.0, 8542.0, 8571.0, 8563.0, 8587.0, 8579.0, 8621.0, 8596.0, 8618.0, 8611.0, 8608.0, 8570.0, 8622.0, 8583.0, 8610.0, 8585.0, 8627.0, 8585.0, 8597.0, 8555.0, 8584.0, 8565.0, 8570.0, 8626.0, 8613.0, 8641.0, 8578.0, 8622.0, 8607.0, 8621.0, 8577.0, 8640.0, 8573.0, 8589.0, 8555.0, 8556.0, 8581.0, 8569.0, 8566.0, 8557.0, 8582.0, 8544.0, 8599.0, 8577.0, 8606.0, 8584.0, 8621.0, 8598.0, 8627.0, 8636.0, 8642.0, 8619.0, 8646.0, 8600.0, 8628.0, 8597.0, 8610.0, 8569.0, 8584.0, 8625.0, 8596.0, 8651.0, 8625.0, 8638.0, 8593.0, 8617.0, 8587.0, 8589.0, 8599.0, 8570.0, 8614.0, 8541.0, 8606.0, 8539.0, 8595.0, 8551.0, 8567.0, 8525.0, 8553.0, 8602.0, 8575.0, 8600.0, 8590.0, 8600.0, 8548.0, 8589.0, 8559.0, 8559.0, 8570.0, 8575.0, 8603.0, 8561.0, 8615.0, 8575.0, 8600.0, 8576.0, 8575.0, 8548.0, 8582.0, 8603.0, 8577.0, 8617.0, 8604.0, 8618.0, 8574.0, 8603.0, 8557.0, 8573.0, 8569.0, 8559.0, 8599.0, 8574.0, 8613.0, 8558.0, 8597.0, 8572.0, 8601.0, 8559.0, 8573.0, 8546.0, 8563.0, 8575.0, 8578.0, 8588.0, 8582.0, 8619.0, 8579.0, 8618.0, 8609.0, 8636.0, 8579.0, 8615.0, 8560.0, 8605.0, 8576.0, 8602.0, 8547.0, 8576.0, 8547.0, 8575.0, 8588.0, 8576.0, 8595.0, 8574.0, 8612.0, 8566.0, 8605.0, 8601.0, 8595.0, 8556.0, 8594.0, 8542.0, 8583.0, 8539.0, 8585.0, 8543.0, 8569.0, 8543.0, 8559.0, 8569.0, 8573.0, 8588.0, 8562.0, 8614.0, 8574.0, 8600.0, 8600.0, 8614.0, 8561.0, 8601.0, 8574.0, 8602.0, 8559.0, 8601.0, 8557.0, 8568.0, 8541.0, 8558.0, 8566.0, 8557.0, 8583.0, 8559.0, 8596.0, 8573.0, 8599.0, 8603.0, 8598.0, 8560.0, 8598.0, 8555.0, 8588.0, 8558.0, 8555.0, 8542.0, 8574.0, 8595.0, 8560.0, 8596.0, 8589.0, 8600.0, 8576.0, 8602.0, 8561.0, 8587.0, 8563.0, 8576.0, 8562.0, 8580.0, 8591.0, 8577.0, 8619.0, 8608.0, 8632.0, 8592.0, 8615.0, 8578.0, 8619.0, 8576.0, 8602.0, 8544.0, 8574.0, 8604.0, 8558.0, 8615.0, 8589.0, 8604.0, 8561.0, 8576.0, 8555.0, 8575.0, 8615.0, 8585.0, 8615.0, 8559.0, 8615.0, 8543.0, 8586.0, 8556.0, 8573.0, 8558.0, 8563.0, 8616.0, 8575.0, 8618.0, 8588.0, 8602.0, 8555.0, 8555.0, 8552.0, 8558.0, 8626.0, 8582.0, 8613.0, 8526.0, 8596.0, 8533.0, 8550.0, 8576.0, 8554.0, 8593.0, 8543.0, 8596.0, 8556.0, 8602.0, 8566.0, 8606.0, 8559.0, 8596.0, 8565.0, 8581.0, 8603.0, 8589.0, 8620.0, 8577.0, 8620.0, 8562.0, 8601.0, 8559.0, 8575.0, 8584.0, 8559.0, 8613.0, 8558.0, 8599.0, 8556.0, 8574.0, 8527.0, 8557.0, 8582.0, 8547.0, 8599.0, 8591.0, 8602.0, 8578.0, 8622.0, 8564.0, 8611.0, 8577.0, 8582.0, 8551.0, 8586.0, 8610.0, 8586.0, 8654.0, 8622.0, 8638.0, 8566.0, 8621.0, 8574.0, 8591.0, 8603.0, 8587.0, 8614.0, 8570.0, 8614.0, 8558.0, 8610.0, 8554.0, 8597.0, 8540.0, 8555.0, 8523.0, 8559.0, 8570.0, 8580.0, 8590.0, 8583.0, 8616.0, 8595.0, 8607.0, 8591.0, 8621.0, 8565.0, 8593.0, 8562.0, 8577.0, 8575.0, 8577.0, 8564.0, 8578.0, 8616.0, 8566.0, 8621.0, 8611.0, 8619.0, 8584.0, 8623.0, 8582.0, 8623.0, 8577.0, 8625.0, 8565.0, 8578.0, 8545.0, 8578.0, 8600.0, 8593.0, 8600.0, 8576.0, 8617.0, 8572.0, 8613.0, 8599.0, 8598.0, 8571.0, 8595.0, 8541.0, 8581.0, 8555.0, 8582.0, 8556.0, 8571.0, 8543.0, 8557.0, 8531.0, 8565.0, 8563.0, 8580.0, 8563.0, 8580.0, 8594.0, 8583.0, 8609.0, 8615.0, 8641.0, 8614.0, 8638.0, 8598.0, 8624.0, 8598.0, 8626.0, 8582.0, 8623.0, 8561.0, 8580.0, 8589.0, 8573.0, 8634.0, 8604.0, 8612.0, 8561.0, 8614.0, 8560.0, 8589.0, 8542.0, 8562.0, 8575.0, 8562.0, 8613.0, 8564.0, 8601.0, 8574.0, 8588.0, 8559.0, 8579.0, 8548.0, 8577.0, 8589.0, 8583.0, 8607.0, 8569.0, 8621.0, 8580.0, 8621.0, 8579.0, 8609.0, 8564.0, 8581.0, 8575.0, 8577.0, 8631.0, 8590.0, 8616.0, 8560.0, 8617.0, 8561.0, 8576.0, 8572.0, 8572.0, 8616.0, 8543.0, 8599.0, 8545.0, 8576.0, 8560.0, 8567.0, 8579.0, 8567.0, 8621.0, 8583.0, 8626.0, 8631.0, 8626.0, 8568.0, 8609.0, 8578.0, 8582.0, 8608.0, 8596.0, 8639.0, 8577.0, 8619.0, 8577.0, 8621.0, 8576.0, 8591.0, 8557.0, 8575.0, 8595.0, 8558.0, 8609.0, 8584.0, 8615.0, 8559.0, 8601.0, 8555.0, 8560.0, 8583.0, 8572.0, 8610.0, 8569.0, 8612.0, 8556.0, 8598.0, 8554.0, 8568.0, 8521.0, 8556.0, 8595.0, 8554.0, 8595.0, 8586.0, 8600.0, 8557.0, 8570.0, 8540.0, 8558.0, 8613.0, 8590.0, 8601.0, 8560.0, 8602.0, 8555.0, 8578.0, 8571.0, 8578.0, 8635.0, 8593.0, 8617.0, 8575.0, 8605.0, 8570.0, 8576.0, 8600.0, 8569.0, 8628.0, 8554.0, 8609.0, 8537.0, 8597.0, 8555.0, 8573.0, 8554.0, 8555.0, 8610.0, 8568.0, 8608.0, 8560.0, 8601.0, 8540.0, 8557.0, 8564.0, 8541.0, 8594.0, 8530.0, 8585.0, 8561.0, 8580.0, 8548.0, 8580.0, 8622.0, 8585.0, 8624.0, 8581.0, 8628.0, 8582.0, 8602.0, 8581.0, 8587.0, 8637.0, 8609.0, 8627.0, 8580.0, 8611.0, 8580.0, 8585.0, 8655.0, 8610.0, 8639.0, 8563.0, 8605.0, 8559.0, 8575.0, 8612.0, 8582.0, 8599.0, 8531.0, 8568.0, 8526.0, 8562.0, 8602.0, 8576.0, 8604.0, 8555.0, 8627.0, 8583.0, 8615.0, 8588.0, 8604.0, 8599.0, 8586.0, 8660.0, 8611.0, 8646.0, 8610.0, 8644.0, 8594.0, 8593.0, 8587.0, 8577.0, 8635.0, 8590.0, 8615.0, 8544.0, 8613.0, 8571.0, 8575.0, 8569.0, 8573.0, 8613.0, 8558.0, 8608.0, 8530.0, 8584.0, 8561.0, 8576.0, 8564.0, 8584.0, 8582.0, 8585.0, 8640.0, 8618.0, 8631.0, 8620.0, 8634.0, 8604.0, 8620.0, 8617.0, 8621.0, 8647.0, 8609.0, 8668.0, 8650.0, 8659.0, 8584.0, 8629.0, 8584.0, 8628.0, 8610.0, 8594.0, 8562.0, 8580.0, 8599.0, 8548.0, 8615.0, 8590.0, 8602.0, 8539.0, 8588.0, 8542.0, 8555.0, 8554.0, 8560.0, 8570.0, 8564.0, 8615.0, 8576.0, 8617.0, 8591.0, 8619.0, 8575.0, 8591.0, 8561.0, 8565.0, 8601.0, 8578.0, 8634.0, 8576.0, 8618.0, 8587.0, 8606.0, 8573.0, 8593.0, 8540.0, 8562.0, 8583.0, 8559.0, 8613.0, 8590.0, 8613.0, 8578.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.006815508083140878</td></tr>
<tr><td colspan=3>aqi</td><td>0.02421824815242495</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.147126836103986</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3061773733988427</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0959592483121394</td></tr>
<tr><td colspan=3>efc</td><td>0.4428</td></tr>
<tr><td colspan=3>fber</td><td>6895.6621</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08448202808409495</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>19</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.1939953810623556</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.474794267902611</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.444080759910392</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.65245393676057</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3278481070368713</td></tr>
<tr><td colspan=3>gcor</td><td>0.00791976</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014993913471698761</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02315770834684372</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>866</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.570478636170504</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>29.1331</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.4099</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.4886</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309451.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>635.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>283.3212</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7944</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>471.3955</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3038.5469</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3298.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67093.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>764.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4012.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>923.6788</td></tr>
<tr><td colspan=3>tsnr</td><td>41.42002914263867</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>