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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_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-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-03_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-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-01_task-social_acq-mb8_run-03_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-01/func/sub-0130_ses-01_task-social_acq-mb8_run-03_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>73eacfd75d17c1aa67da8551e226401a</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>21:34:34.962500</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.995098, -0.0442965, 0.0884185, 0.0544151, 0.991813, -0.115525]</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-03_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.08258</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4255, -7737, -7303, 310, -195, 24, -109, 75]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.42</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ef958ce6-205f-4840-a9e8-131acb05a468||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.6697752475738525, 0.1459917575120926, 0.2229585498571396, 97.43636322021484], [0.11884413659572601, 2.660961627960205, -0.32337987422943115, -102.14352416992188], [0.23722034692764282, 0.3099460005760193, 2.6712758541107178, -124.54203796386719], [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': ['213434.962500', '213435.422500', '213435.882500', '213436.342500', '213436.802500', '213437.262500', '213437.722500', '213438.182500', '213438.642500', '213439.102500', '213439.562500', '213440.022500', '213440.482500', '213440.942500', '213441.402500', '213441.862500', '213442.322500', '213442.782500', '213443.242500', '213443.702500', '213444.162500', '213444.622500', '213445.082500', '213445.542500', '213446.002500', '213446.462500', '213446.922500', '213447.382500', '213447.842500', '213448.302500', '213448.762500', '213449.222500', '213449.682500', '213450.142500', '213450.602500', '213451.062500', '213451.522500', '213451.982500', '213452.442500', '213452.902500', '213453.362500', '213453.822500', '213454.282500', '213454.742500', '213455.202500', '213455.662500', '213456.122500', '213456.582500', '213457.042500', '213457.502500', '213457.962500', '213458.422500', '213458.882500', '213459.342500', '213459.802500', '213500.262500', '213500.722500', '213501.182500', '213501.642500', '213502.102500', '213502.562500', '213503.022500', '213503.482500', '213503.942500', '213504.402500', '213504.862500', '213505.322500', '213505.782500', '213506.242500', '213506.702500', '213507.162500', '213507.622500', '213508.082500', '213508.542500', '213509.002500', '213509.462500', '213509.922500', '213510.382500', '213510.842500', '213511.302500', '213511.762500', '213512.222500', '213512.682500', '213513.142500', '213513.602500', '213514.062500', '213514.522500', '213514.982500', '213515.442500', '213515.902500', '213516.362500', '213516.822500', '213517.282500', '213517.742500', '213518.202500', '213518.662500', '213519.122500', '213519.582500', '213520.042500', '213520.502500', '213520.962500', '213521.422500', '213521.882500', '213522.342500', '213522.802500', '213523.262500', '213523.722500', '213524.182500', '213524.642500', '213525.102500', '213525.562500', '213526.022500', '213526.482500', '213526.942500', '213527.402500', '213527.862500', '213528.322500', '213528.782500', '213529.242500', '213529.702500', '213530.162500', '213530.622500', '213531.082500', '213531.542500', '213532.002500', '213532.462500', '213532.922500', '213533.382500', '213533.842500', '213534.302500', '213534.762500', '213535.222500', '213535.682500', '213536.142500', '213536.602500', '213537.062500', '213537.522500', '213537.982500', '213538.442500', '213538.902500', '213539.362500', '213539.822500', '213540.282500', '213540.742500', '213541.202500', '213541.662500', '213542.122500', '213542.582500', '213543.042500', '213543.502500', '213543.962500', '213544.422500', '213544.882500', '213545.342500', '213545.802500', '213546.262500', '213546.722500', '213547.182500', '213547.642500', '213548.102500', '213548.562500', '213549.022500', '213549.482500', '213549.942500', '213550.402500', '213550.862500', '213551.322500', '213551.782500', '213552.242500', '213552.702500', '213553.162500', '213553.622500', '213554.082500', '213554.542500', '213555.002500', '213555.462500', '213555.922500', '213556.382500', '213556.842500', '213557.302500', '213557.762500', '213558.222500', '213558.682500', '213559.142500', '213559.602500', '213600.062500', '213600.522500', '213600.982500', '213601.442500', '213601.902500', '213602.362500', '213602.822500', '213603.282500', '213603.742500', '213604.202500', '213604.662500', '213605.122500', '213605.582500', '213606.042500', '213606.502500', '213606.962500', '213607.422500', '213607.882500', '213608.342500', '213608.802500', '213609.262500', '213609.722500', '213610.182500', '213610.642500', '213611.102500', '213611.562500', '213612.022500', '213612.482500', '213612.942500', '213613.402500', '213613.862500', '213614.322500', '213614.782500', '213615.242500', '213615.702500', '213616.162500', '213616.622500', '213617.082500', '213617.542500', '213618.002500', '213618.462500', '213618.922500', '213619.382500', '213619.842500', '213620.302500', '213620.762500', '213621.222500', '213621.682500', '213622.142500', '213622.602500', '213623.062500', '213623.522500', '213623.982500', '213624.442500', '213624.902500', '213625.362500', '213625.822500', '213626.282500', '213626.742500', '213627.202500', '213627.662500', '213628.122500', '213628.582500', '213629.042500', '213629.502500', '213629.962500', '213630.422500', '213630.882500', '213631.342500', '213631.802500', '213632.262500', '213632.722500', '213633.182500', '213633.642500', '213634.102500', '213634.562500', '213635.022500', '213635.482500', '213635.942500', '213636.402500', '213636.862500', '213637.322500', '213637.782500', '213638.242500', '213638.702500', '213639.162500', '213639.622500', '213640.082500', '213640.542500', '213641.002500', '213641.462500', '213641.922500', '213642.382500', '213642.842500', '213643.302500', '213643.762500', '213644.222500', '213644.682500', '213645.142500', '213645.602500', '213646.062500', '213646.522500', '213646.982500', '213647.442500', '213647.902500', '213648.362500', '213648.822500', '213649.282500', '213649.742500', '213650.202500', '213650.662500', '213651.122500', '213651.582500', '213652.042500', '213652.502500', '213652.962500', '213653.422500', '213653.882500', '213654.342500', '213654.802500', '213655.262500', '213655.722500', '213656.182500', '213656.642500', '213657.102500', '213657.562500', '213658.022500', '213658.482500', '213658.942500', '213659.402500', '213659.862500', '213700.322500', '213700.782500', '213701.242500', '213701.702500', '213702.162500', '213702.622500', '213703.082500', '213703.542500', '213704.002500', '213704.462500', '213704.922500', '213705.382500', '213705.842500', '213706.302500', '213706.762500', '213707.222500', '213707.682500', '213708.142500', '213708.602500', '213709.062500', '213709.522500', '213709.982500', '213710.442500', '213710.902500', '213711.362500', '213711.822500', '213712.282500', '213712.742500', '213713.202500', '213713.662500', '213714.122500', '213714.582500', '213715.042500', '213715.502500', '213715.962500', '213716.422500', '213716.882500', '213717.342500', '213717.802500', '213718.262500', '213718.722500', '213719.182500', '213719.642500', '213720.102500', '213720.562500', '213721.022500', '213721.482500', '213721.942500', '213722.402500', '213722.862500', '213723.322500', '213723.782500', '213724.242500', '213724.702500', '213725.162500', '213725.622500', '213726.082500', '213726.542500', '213727.002500', '213727.462500', '213727.922500', '213728.382500', '213728.842500', '213729.302500', '213729.762500', '213730.222500', '213730.682500', '213731.142500', '213731.602500', '213732.062500', '213732.522500', '213732.982500', '213733.442500', '213733.902500', '213734.362500', '213734.822500', '213735.282500', '213735.742500', '213736.202500', '213736.662500', '213737.122500', '213737.582500', '213738.042500', '213738.502500', '213738.962500', '213739.422500', '213739.882500', '213740.342500', '213740.802500', '213741.262500', '213741.722500', '213742.182500', '213742.642500', '213743.102500', '213743.562500', '213744.022500', '213744.482500', '213744.942500', '213745.402500', '213745.862500', '213746.322500', '213746.782500', '213747.242500', '213747.702500', '213748.162500', '213748.622500', '213749.082500', '213749.542500', '213750.002500', '213750.462500', '213750.922500', '213751.382500', '213751.842500', '213752.302500', '213752.762500', '213753.222500', '213753.682500', '213754.142500', '213754.602500', '213755.062500', '213755.522500', '213755.982500', '213756.442500', '213756.902500', '213757.362500', '213757.822500', '213758.282500', '213758.742500', '213759.202500', '213759.662500', '213800.122500', '213800.582500', '213801.042500', '213801.502500', '213801.962500', '213802.422500', '213802.882500', '213803.342500', '213803.802500', '213804.262500', '213804.722500', '213805.182500', '213805.642500', '213806.102500', '213806.562500', '213807.022500', '213807.482500', '213807.942500', '213808.402500', '213808.862500', '213809.322500', '213809.782500', '213810.242500', '213810.702500', '213811.162500', '213811.622500', '213812.082500', '213812.542500', '213813.002500', '213813.462500', '213813.922500', '213814.382500', '213814.842500', '213815.302500', '213815.762500', '213816.222500', '213816.682500', '213817.142500', '213817.602500', '213818.062500', '213818.522500', '213818.982500', '213819.442500', '213819.902500', '213820.362500', '213820.822500', '213821.282500', '213821.742500', '213822.202500', '213822.662500', '213823.122500', '213823.582500', '213824.042500', '213824.502500', '213824.962500', '213825.422500', '213825.882500', '213826.342500', '213826.802500', '213827.262500', '213827.722500', '213828.182500', '213828.642500', '213829.102500', '213829.562500', '213830.022500', '213830.482500', '213830.942500', '213831.402500', '213831.862500', '213832.322500', '213832.782500', '213833.242500', '213833.702500', '213834.162500', '213834.622500', '213835.082500', '213835.542500', '213836.002500', '213836.462500', '213836.922500', '213837.382500', '213837.842500', '213838.302500', '213838.762500', '213839.222500', '213839.682500', '213840.142500', '213840.602500', '213841.062500', '213841.522500', '213841.982500', '213842.442500', '213842.902500', '213843.362500', '213843.822500', '213844.282500', '213844.742500', '213845.202500', '213845.662500', '213846.122500', '213846.582500', '213847.042500', '213847.502500', '213847.962500', '213848.422500', '213848.882500', '213849.342500', '213849.802500', '213850.262500', '213850.722500', '213851.182500', '213851.642500', '213852.102500', '213852.562500', '213853.022500', '213853.482500', '213853.942500', '213854.402500', '213854.862500', '213855.322500', '213855.782500', '213856.242500', '213856.702500', '213857.162500', '213857.622500', '213858.082500', '213858.542500', '213859.002500', '213859.462500', '213859.922500', '213900.382500', '213900.842500', '213901.302500', '213901.762500', '213902.222500', '213902.682500', '213903.142500', '213903.602500', '213904.062500', '213904.522500', '213904.982500', '213905.442500', '213905.902500', '213906.362500', '213906.822500', '213907.282500', '213907.742500', '213908.202500', '213908.662500', '213909.122500', '213909.582500', '213910.042500', '213910.502500', '213910.962500', '213911.422500', '213911.882500', '213912.342500', '213912.802500', '213913.262500', '213913.722500', '213914.182500', '213914.642500', '213915.102500', '213915.562500', '213916.022500', '213916.482500', '213916.942500', '213917.402500', '213917.862500', '213918.322500', '213918.782500', '213919.242500', '213919.702500', '213920.162500', '213920.622500', '213921.082500', '213921.542500', '213922.002500', '213922.462500', '213922.922500', '213923.382500', '213923.842500', '213924.302500', '213924.762500', '213925.222500', '213925.682500', '213926.142500', '213926.602500', '213927.062500', '213927.522500', '213927.982500', '213928.442500', '213928.902500', '213929.362500', '213929.822500', '213930.282500', '213930.742500', '213931.202500', '213931.662500', '213932.122500', '213932.582500', '213933.042500', '213933.502500', '213933.962500', '213934.422500', '213934.882500', '213935.342500', '213935.802500', '213936.262500', '213936.722500', '213937.182500', '213937.642500', '213938.102500', '213938.562500', '213939.022500', '213939.482500', '213939.942500', '213940.402500', '213940.862500', '213941.322500', '213941.782500', '213942.242500', '213942.702500', '213943.162500', '213943.622500', '213944.082500', '213944.542500', '213945.002500', '213945.462500', '213945.922500', '213946.382500', '213946.842500', '213947.302500', '213947.762500', '213948.222500', '213948.682500', '213949.142500', '213949.602500', '213950.062500', '213950.522500', '213950.982500', '213951.442500', '213951.902500', '213952.362500', '213952.822500', '213953.282500', '213953.742500', '213954.202500', '213954.662500', '213955.122500', '213955.582500', '213956.042500', '213956.502500', '213956.962500', '213957.422500', '213957.882500', '213958.342500', '213958.802500', '213959.262500', '213959.722500', '214000.182500', '214000.642500', '214001.102500', '214001.562500', '214002.022500', '214002.482500', '214002.942500', '214003.402500', '214003.862500', '214004.322500', '214004.782500', '214005.242500', '214005.702500', '214006.162500', '214006.622500', '214007.082500', '214007.542500', '214008.002500', '214008.462500', '214008.922500', '214009.382500', '214009.842500', '214010.302500', '214010.762500', '214011.222500', '214011.682500', '214012.142500', '214012.602500', '214013.062500', '214013.522500', '214013.982500', '214014.442500', '214014.902500', '214015.362500', '214015.822500', '214016.282500', '214016.742500', '214017.202500', '214017.662500', '214018.122500', '214018.582500', '214019.042500', '214019.502500', '214019.962500', '214020.422500', '214020.882500', '214021.342500', '214021.802500', '214022.262500', '214022.722500', '214023.182500', '214023.642500', '214024.102500', '214024.562500', '214025.022500', '214025.482500', '214025.942500', '214026.402500', '214026.862500', '214027.322500', '214027.782500', '214028.242500', '214028.702500', '214029.162500', '214029.622500', '214030.082500', '214030.542500', '214031.002500', '214031.462500', '214031.922500', '214032.382500', '214032.842500', '214033.302500', '214033.762500', '214034.222500', '214034.682500', '214035.142500', '214035.602500', '214036.062500', '214036.522500', '214036.982500', '214037.442500', '214037.902500', '214038.362500', '214038.822500', '214039.282500', '214039.742500', '214040.202500', '214040.662500', '214041.122500', '214041.582500', '214042.042500', '214042.502500', '214042.962500', '214043.422500', '214043.882500', '214044.342500', '214044.802500', '214045.262500', '214045.722500', '214046.182500', '214046.642500', '214047.102500', '214047.562500', '214048.022500', '214048.482500', '214048.942500', '214049.402500', '214049.862500', '214050.322500', '214050.782500', '214051.242500', '214051.702500', '214052.162500', '214052.622500', '214053.082500', '214053.542500', '214054.002500', '214054.462500', '214054.922500', '214055.382500', '214055.842500', '214056.302500', '214056.762500', '214057.222500', '214057.682500', '214058.142500', '214058.602500', '214059.062500', '214059.522500', '214059.982500', '214100.442500', '214100.902500', '214101.362500', '214101.822500', '214102.282500', '214102.742500', '214103.202500', '214103.662500', '214104.122500', '214104.582500', '214105.042500', '214105.502500', '214105.962500', '214106.422500', '214106.882500', '214107.342500', '214107.802500', '214108.262500', '214108.722500', '214109.182500', '214109.642500', '214110.102500', '214110.562500', '214111.022500', '214111.482500', '214111.942500', '214112.402500', '214112.862500', '214113.322500', '214113.782500', '214114.242500', '214114.702500', '214115.162500', '214115.622500'], 'ContentTime': ['213442.828000', '213442.831000', '213442.834000', '213442.836000', '213442.839000', '213442.841000', '213442.849000', '213442.852000', '213442.855000', '213442.857000', '213442.860000', '213442.863000', '213442.865000', '213442.868000', '213442.870000', '213502.794000', '213502.797000', '213502.800000', '213502.802000', '213502.805000', '213502.807000', '213502.810000', '213502.822000', '213502.832000', '213502.835000', '213502.837000', '213502.840000', '213502.842000', '213502.845000', '213502.847000', '213502.850000', '213502.853000', '213502.855000', '213502.858000', '213502.860000', '213502.863000', '213502.865000', '213502.868000', '213502.870000', '213502.873000', '213502.875000', '213502.878000', '213502.881000', '213502.883000', '213502.886000', '213502.888000', '213502.891000', '213502.897000', '213502.900000', '213502.902000', '213502.905000', '213502.908000', '213502.910000', '213502.913000', '213502.915000', '213502.918000', '213502.920000', '213502.923000', '213522.794000', '213522.797000', '213522.800000', '213522.802000', '213522.805000', '213522.807000', '213522.810000', '213522.812000', '213522.815000', '213522.818000', '213522.820000', '213522.823000', '213522.825000', '213522.828000', '213522.830000', '213522.833000', '213522.835000', '213522.838000', '213522.841000', '213522.843000', '213522.846000', '213522.849000', '213522.851000', '213522.854000', '213522.856000', '213522.859000', '213522.862000', '213522.864000', '213522.867000', '213522.869000', '213522.872000', '213522.875000', '213522.877000', '213522.880000', '213522.883000', '213522.885000', '213522.888000', '213522.890000', '213522.893000', '213522.895000', '213522.911000', '213522.914000', '213522.916000', '213522.919000', '213542.794000', '213542.797000', '213542.800000', '213542.802000', '213542.805000', '213542.808000', '213542.810000', '213542.813000', '213542.815000', '213542.818000', '213542.821000', '213542.823000', '213542.826000', '213542.828000', '213542.831000', '213542.833000', '213542.836000', '213542.839000', '213542.841000', '213542.844000', '213542.846000', '213542.849000', '213542.851000', '213542.854000', '213542.857000', '213542.859000', '213542.862000', '213542.864000', '213542.867000', '213542.870000', '213542.872000', '213542.875000', '213542.877000', '213542.880000', '213542.882000', '213542.885000', '213542.887000', '213542.890000', '213542.893000', '213542.895000', '213542.898000', '213542.900000', '213542.903000', '213602.793000', '213602.796000', '213602.799000', '213602.801000', '213602.804000', '213602.806000', '213602.809000', '213602.812000', '213602.814000', '213602.817000', '213602.819000', '213602.822000', '213602.825000', '213602.827000', '213602.830000', '213602.832000', '213602.835000', '213602.837000', '213602.840000', '213602.843000', '213602.845000', '213602.848000', '213602.850000', '213602.853000', '213602.856000', '213602.858000', '213602.867000', '213602.870000', '213602.872000', '213602.875000', '213602.877000', '213602.880000', '213602.883000', '213602.885000', '213602.888000', '213602.890000', '213602.893000', '213602.895000', '213602.898000', '213602.901000', '213602.903000', '213602.906000', '213602.908000', '213602.911000', '213622.795000', '213622.797000', '213622.800000', '213622.803000', '213622.805000', '213622.808000', '213622.810000', '213622.813000', '213622.815000', '213622.818000', '213622.821000', '213622.823000', '213622.826000', '213622.828000', '213622.831000', '213622.833000', '213622.836000', '213622.839000', '213622.841000', '213622.844000', '213622.846000', '213622.849000', '213622.852000', '213622.854000', '213622.857000', '213622.859000', '213622.862000', '213622.865000', '213622.867000', '213622.870000', '213622.872000', '213622.875000', '213622.878000', '213622.880000', '213622.883000', '213622.885000', '213622.888000', '213622.890000', '213622.893000', '213622.896000', '213622.898000', '213622.901000', '213622.903000', '213642.794000', '213642.797000', '213642.800000', '213642.802000', '213642.807000', '213642.809000', '213642.812000', '213642.814000', '213642.817000', '213642.820000', '213642.822000', '213642.825000', '213642.828000', '213642.831000', '213642.834000', '213642.836000', '213642.839000', '213642.841000', '213642.844000', '213642.846000', '213642.849000', '213642.852000', '213642.854000', '213642.857000', '213642.859000', '213642.862000', '213642.865000', '213642.867000', '213642.870000', '213642.872000', '213642.875000', '213642.878000', '213642.880000', '213642.883000', '213642.886000', '213642.888000', '213642.891000', '213642.893000', '213642.896000', '213642.899000', '213642.901000', '213642.904000', '213642.906000', '213702.794000', '213702.797000', '213702.800000', '213702.802000', '213702.805000', '213702.808000', '213702.810000', '213702.813000', '213702.815000', '213702.818000', '213702.820000', '213702.823000', '213702.826000', '213702.828000', '213702.831000', '213702.833000', '213702.836000', '213702.838000', '213702.841000', '213702.844000', '213702.846000', '213702.849000', '213702.851000', '213702.854000', '213702.856000', '213702.859000', '213702.861000', '213702.864000', '213702.867000', '213702.869000', '213702.872000', '213702.874000', '213702.877000', '213702.879000', '213702.882000', '213702.885000', '213702.921000', '213702.923000', '213702.926000', '213702.928000', '213702.931000', '213702.934000', '213702.936000', '213702.939000', '213722.794000', '213722.797000', '213722.806000', '213722.809000', '213722.811000', '213722.814000', '213722.817000', '213722.819000', '213722.822000', '213722.825000', '213722.828000', '213722.830000', '213722.833000', '213722.836000', '213722.838000', '213722.841000', '213722.843000', '213722.846000', '213722.849000', '213722.851000', '213722.854000', '213722.856000', '213722.859000', '213722.862000', '213722.864000', '213722.867000', '213722.869000', '213722.872000', '213722.875000', '213722.877000', '213722.880000', '213722.882000', '213722.885000', '213722.888000', '213722.890000', '213722.893000', '213722.896000', '213722.898000', '213722.901000', '213722.903000', '213722.906000', '213722.908000', '213722.911000', '213742.794000', '213742.797000', '213742.800000', '213742.802000', '213742.805000', '213742.808000', '213742.810000', '213742.813000', '213742.816000', '213742.818000', '213742.821000', '213742.823000', '213742.826000', '213742.828000', '213742.831000', '213742.834000', '213742.836000', '213742.839000', '213742.841000', '213742.844000', '213742.847000', '213742.849000', '213742.852000', '213742.854000', '213742.857000', '213742.860000', '213742.862000', '213742.865000', '213742.867000', '213742.870000', '213742.872000', '213742.875000', '213742.878000', '213742.880000', '213742.883000', '213742.885000', '213742.888000', '213742.891000', '213742.893000', '213742.896000', '213742.898000', '213742.901000', '213742.903000', '213742.906000', '213802.795000', '213802.798000', '213802.811000', '213802.814000', '213802.816000', '213802.819000', '213802.821000', '213802.824000', '213802.836000', '213802.839000', '213802.842000', '213802.844000', '213802.847000', '213802.849000', '213802.852000', '213802.855000', '213802.857000', '213802.860000', '213802.864000', '213802.866000', '213802.869000', '213802.872000', '213802.874000', '213802.877000', '213802.880000', '213802.882000', '213802.885000', '213802.888000', '213802.890000', '213802.893000', '213802.895000', '213802.898000', '213802.901000', '213802.903000', '213802.906000', '213802.909000', '213802.911000', '213802.914000', '213802.917000', '213802.919000', '213802.922000', '213802.925000', '213802.927000', '213822.793000', '213822.796000', '213822.799000', '213822.801000', '213822.804000', '213822.807000', '213822.809000', '213822.812000', '213822.814000', '213822.817000', '213822.820000', '213822.822000', '213822.825000', '213822.827000', '213822.830000', '213822.832000', '213822.835000', '213822.838000', '213822.840000', '213822.843000', '213822.846000', '213822.848000', '213822.851000', '213822.853000', '213822.856000', '213822.858000', '213822.861000', '213822.863000', '213822.866000', '213822.869000', '213822.871000', '213822.874000', '213822.876000', '213822.879000', '213822.882000', '213822.884000', '213822.887000', '213822.889000', '213822.892000', '213822.894000', '213822.897000', '213822.900000', '213822.902000', '213822.905000', '213842.794000', '213842.797000', '213842.800000', '213842.803000', '213842.805000', '213842.808000', '213842.810000', '213842.813000', '213842.815000', '213842.818000', '213842.821000', '213842.823000', '213842.826000', '213842.828000', '213842.831000', '213842.834000', '213842.836000', '213842.849000', '213842.852000', '213842.854000', '213842.857000', '213842.859000', '213842.862000', '213842.865000', '213842.867000', '213842.870000', '213842.872000', '213842.875000', '213842.877000', '213842.880000', '213842.883000', '213842.885000', '213842.888000', '213842.890000', '213842.893000', '213842.896000', '213842.898000', '213842.901000', '213842.903000', '213842.906000', '213842.909000', '213842.911000', '213842.914000', '213902.795000', '213902.798000', '213902.800000', '213902.803000', '213902.805000', '213902.808000', '213902.811000', '213902.813000', '213902.816000', '213902.818000', '213902.821000', '213902.823000', '213902.826000', '213902.829000', '213902.841000', '213902.844000', '213902.847000', '213902.849000', '213902.852000', '213902.854000', '213902.857000', '213902.859000', '213902.862000', '213902.865000', '213902.867000', '213902.870000', '213902.872000', '213902.875000', '213902.878000', '213902.880000', '213902.883000', '213902.885000', '213902.888000', '213902.891000', '213902.893000', '213902.896000', '213902.898000', '213902.901000', '213902.903000', '213902.906000', '213902.909000', '213902.911000', '213902.914000', '213902.916000', '213922.794000', '213922.797000', '213922.800000', '213922.803000', '213922.805000', '213922.808000', '213922.810000', '213922.813000', '213922.815000', '213922.818000', '213922.820000', '213922.823000', '213922.826000', '213922.828000', '213922.831000', '213922.833000', '213922.836000', '213922.839000', '213922.841000', '213922.844000', '213922.846000', '213922.849000', '213922.852000', '213922.854000', '213922.857000', '213922.859000', '213922.862000', '213922.864000', '213922.867000', '213922.870000', '213922.872000', '213922.875000', '213922.877000', '213922.880000', '213922.883000', '213922.885000', '213922.888000', '213922.890000', '213922.893000', '213922.895000', '213922.898000', '213922.901000', '213922.904000', '213942.795000', '213942.797000', '213942.800000', '213942.803000', '213942.805000', '213942.808000', '213942.810000', '213942.813000', '213942.816000', '213942.818000', '213942.821000', '213942.823000', '213942.826000', '213942.828000', '213942.831000', '213942.834000', '213942.836000', '213942.839000', '213942.841000', '213942.844000', '213942.847000', '213942.849000', '213942.852000', '213942.854000', '213942.857000', '213942.860000', '213942.862000', '213942.865000', '213942.867000', '213942.870000', '213942.873000', '213942.875000', '213942.878000', '213942.881000', '213942.883000', '213942.886000', '213942.888000', '213942.891000', '213942.894000', '213942.896000', '213942.899000', '213942.901000', '213942.904000', '213942.907000', '214002.795000', '214002.797000', '214002.800000', '214002.803000', '214002.805000', '214002.808000', '214002.823000', '214002.825000', '214002.828000', '214002.831000', '214002.833000', '214002.836000', '214002.838000', '214002.841000', '214002.844000', '214002.846000', '214002.849000', '214002.851000', '214002.854000', '214002.857000', '214002.859000', '214002.862000', '214002.865000', '214002.867000', '214002.870000', '214002.872000', '214002.875000', '214002.878000', '214002.880000', '214002.883000', '214002.886000', '214002.888000', '214002.891000', '214002.893000', '214002.896000', '214002.898000', '214002.901000', '214002.904000', '214002.906000', '214002.909000', '214002.911000', '214002.914000', '214002.935000', '214022.795000', '214022.798000', '214022.800000', '214022.803000', '214022.805000', '214022.808000', '214022.810000', '214022.813000', '214022.816000', '214022.818000', '214022.821000', '214022.823000', '214022.826000', '214022.829000', '214022.831000', '214022.834000', '214022.837000', '214022.839000', '214022.842000', '214022.844000', '214022.847000', '214022.850000', '214022.852000', '214022.855000', '214022.857000', '214022.860000', '214022.862000', '214022.865000', '214022.868000', '214022.870000', '214022.873000', '214022.875000', '214022.878000', '214022.881000', '214022.883000', '214022.886000', '214022.888000', '214022.891000', '214022.893000', '214022.896000', '214022.899000', '214022.901000', '214022.904000', '214022.906000', '214042.794000', '214042.796000', '214042.799000', '214042.802000', '214042.804000', '214042.807000', '214042.809000', '214042.812000', '214042.815000', '214042.817000', '214042.820000', '214042.822000', '214042.826000', '214042.829000', '214042.832000', '214042.834000', '214042.837000', '214042.839000', '214042.842000', '214042.845000', '214042.847000', '214042.850000', '214042.853000', '214042.855000', '214042.858000', '214042.860000', '214042.863000', '214042.866000', '214042.868000', '214042.871000', '214042.873000', '214042.876000', '214042.879000', '214042.881000', '214042.884000', '214042.886000', '214042.889000', '214042.891000', '214042.894000', '214042.897000', '214042.899000', '214042.902000', '214042.905000', '214102.794000', '214102.797000', '214102.800000', '214102.802000', '214102.805000', '214102.808000', '214102.810000', '214102.813000', '214102.815000', '214102.818000', '214102.820000', '214102.823000', '214102.826000', '214102.828000', '214102.831000', '214102.833000', '214102.836000', '214102.839000', '214102.841000', '214102.844000', '214102.846000', '214102.849000', '214102.851000', '214102.854000', '214102.857000', '214102.859000', '214102.862000', '214102.864000', '214102.867000', '214102.869000', '214102.872000', '214102.875000', '214102.877000', '214102.880000', '214102.882000', '214102.885000', '214102.888000', '214102.890000', '214102.893000', '214102.895000', '214102.898000', '214102.901000', '214102.903000', '214102.906000', '214116.933000', '214116.936000', '214116.939000', '214116.942000', '214116.945000', '214116.947000', '214116.950000', '214116.953000', '214116.956000', '214116.958000', '214116.961000', '214116.964000', '214116.967000', '214116.970000', '214116.973000', '214116.976000', '214116.979000', '214116.982000', '214116.984000', '214116.993000', '214116.997000', '214117.001000', '214117.003000', '214117.006000', '214117.009000', '214117.011000', '214117.014000', '214117.017000', '214117.019000', '214117.023000', '214117.028000'], 'InstanceCreationTime': ['213442.828000', '213442.831000', '213442.834000', '213442.836000', '213442.839000', '213442.841000', '213442.849000', '213442.852000', '213442.855000', '213442.857000', '213442.860000', '213442.863000', '213442.865000', '213442.868000', '213442.870000', '213502.794000', '213502.797000', '213502.800000', '213502.802000', '213502.805000', '213502.807000', '213502.810000', '213502.822000', '213502.832000', '213502.835000', '213502.837000', '213502.840000', '213502.842000', '213502.845000', '213502.847000', '213502.850000', '213502.853000', '213502.855000', '213502.858000', '213502.860000', '213502.863000', '213502.865000', '213502.868000', '213502.870000', '213502.873000', '213502.875000', '213502.878000', '213502.881000', '213502.883000', '213502.886000', '213502.888000', '213502.891000', '213502.897000', '213502.900000', '213502.902000', '213502.905000', '213502.908000', '213502.910000', '213502.913000', '213502.915000', '213502.918000', '213502.920000', '213502.923000', '213522.794000', '213522.797000', '213522.800000', '213522.802000', '213522.805000', '213522.807000', '213522.810000', '213522.812000', '213522.815000', '213522.818000', '213522.820000', '213522.823000', '213522.825000', '213522.828000', '213522.830000', '213522.833000', '213522.835000', '213522.838000', '213522.841000', '213522.843000', '213522.846000', '213522.849000', '213522.851000', '213522.854000', '213522.856000', '213522.859000', '213522.862000', '213522.864000', '213522.867000', '213522.869000', '213522.872000', '213522.875000', '213522.877000', '213522.880000', '213522.883000', '213522.885000', '213522.888000', '213522.890000', '213522.893000', '213522.895000', '213522.911000', '213522.914000', '213522.916000', '213522.919000', '213542.794000', '213542.797000', '213542.800000', '213542.802000', '213542.805000', '213542.808000', '213542.810000', '213542.813000', '213542.815000', '213542.818000', '213542.821000', '213542.823000', '213542.826000', '213542.828000', '213542.831000', '213542.833000', '213542.836000', '213542.839000', '213542.841000', '213542.844000', '213542.846000', '213542.849000', '213542.851000', '213542.854000', '213542.857000', '213542.859000', '213542.862000', '213542.864000', '213542.867000', '213542.870000', '213542.872000', '213542.875000', '213542.877000', '213542.880000', '213542.882000', '213542.885000', '213542.887000', '213542.890000', '213542.893000', '213542.895000', '213542.898000', '213542.900000', '213542.903000', '213602.793000', '213602.796000', '213602.799000', '213602.801000', '213602.804000', '213602.806000', '213602.809000', '213602.812000', '213602.814000', '213602.817000', '213602.819000', '213602.822000', '213602.825000', '213602.827000', '213602.830000', '213602.832000', '213602.835000', '213602.837000', '213602.840000', '213602.843000', '213602.845000', '213602.848000', '213602.850000', '213602.853000', '213602.856000', '213602.858000', '213602.867000', '213602.870000', '213602.872000', '213602.875000', '213602.877000', '213602.880000', '213602.883000', '213602.885000', '213602.888000', '213602.890000', '213602.893000', '213602.895000', '213602.898000', '213602.901000', '213602.903000', '213602.906000', '213602.908000', '213602.911000', '213622.795000', '213622.797000', '213622.800000', '213622.803000', '213622.805000', '213622.808000', '213622.810000', '213622.813000', '213622.815000', '213622.818000', '213622.821000', '213622.823000', '213622.826000', '213622.828000', '213622.831000', '213622.833000', '213622.836000', '213622.839000', '213622.841000', '213622.844000', '213622.846000', '213622.849000', '213622.852000', '213622.854000', '213622.857000', '213622.859000', '213622.862000', '213622.865000', '213622.867000', '213622.870000', '213622.872000', '213622.875000', '213622.878000', '213622.880000', '213622.883000', '213622.885000', '213622.888000', '213622.890000', '213622.893000', '213622.896000', '213622.898000', '213622.901000', '213622.903000', '213642.794000', '213642.797000', '213642.800000', '213642.802000', '213642.807000', '213642.809000', '213642.812000', '213642.814000', '213642.817000', '213642.820000', '213642.822000', '213642.825000', '213642.828000', '213642.831000', '213642.834000', '213642.836000', '213642.839000', '213642.841000', '213642.844000', '213642.846000', '213642.849000', '213642.852000', '213642.854000', '213642.857000', '213642.859000', '213642.862000', '213642.865000', '213642.867000', '213642.870000', '213642.872000', '213642.875000', '213642.878000', '213642.880000', '213642.883000', '213642.886000', '213642.888000', '213642.891000', '213642.893000', '213642.896000', '213642.899000', '213642.901000', '213642.904000', '213642.906000', '213702.794000', '213702.797000', '213702.800000', '213702.802000', '213702.805000', '213702.808000', '213702.810000', '213702.813000', '213702.815000', '213702.818000', '213702.820000', '213702.823000', '213702.826000', '213702.828000', '213702.831000', '213702.833000', '213702.836000', '213702.838000', '213702.841000', '213702.844000', '213702.846000', '213702.849000', '213702.851000', '213702.854000', '213702.856000', '213702.859000', '213702.861000', '213702.864000', '213702.867000', '213702.869000', '213702.872000', '213702.874000', '213702.877000', '213702.879000', '213702.882000', '213702.885000', '213702.921000', '213702.923000', '213702.926000', '213702.928000', '213702.931000', '213702.934000', '213702.936000', '213702.939000', '213722.794000', '213722.797000', '213722.806000', '213722.809000', '213722.811000', '213722.814000', '213722.817000', '213722.819000', '213722.822000', '213722.825000', '213722.828000', '213722.830000', '213722.833000', '213722.836000', '213722.838000', '213722.841000', '213722.843000', '213722.846000', '213722.849000', '213722.851000', '213722.854000', '213722.856000', '213722.859000', '213722.862000', '213722.864000', '213722.867000', '213722.869000', '213722.872000', '213722.875000', '213722.877000', '213722.880000', '213722.882000', '213722.885000', '213722.888000', '213722.890000', '213722.893000', '213722.896000', '213722.898000', '213722.901000', '213722.903000', '213722.906000', '213722.908000', '213722.911000', '213742.794000', '213742.797000', '213742.800000', '213742.802000', '213742.805000', '213742.808000', '213742.810000', '213742.813000', '213742.816000', '213742.818000', '213742.821000', '213742.823000', '213742.826000', '213742.828000', '213742.831000', '213742.834000', '213742.836000', '213742.839000', '213742.841000', '213742.844000', '213742.847000', '213742.849000', '213742.852000', '213742.854000', '213742.857000', '213742.860000', '213742.862000', '213742.865000', '213742.867000', '213742.870000', '213742.872000', '213742.875000', '213742.878000', '213742.880000', '213742.883000', '213742.885000', '213742.888000', '213742.891000', '213742.893000', '213742.896000', '213742.898000', '213742.901000', '213742.903000', '213742.906000', '213802.795000', '213802.798000', '213802.811000', '213802.814000', '213802.816000', '213802.819000', '213802.821000', '213802.824000', '213802.836000', '213802.839000', '213802.842000', '213802.844000', '213802.847000', '213802.849000', '213802.852000', '213802.855000', '213802.857000', '213802.860000', '213802.864000', '213802.866000', '213802.869000', '213802.872000', '213802.874000', '213802.877000', '213802.880000', '213802.882000', '213802.885000', '213802.888000', '213802.890000', '213802.893000', '213802.895000', '213802.898000', '213802.901000', '213802.903000', '213802.906000', '213802.909000', '213802.911000', '213802.914000', '213802.917000', '213802.919000', '213802.922000', '213802.925000', '213802.927000', '213822.793000', '213822.796000', '213822.799000', '213822.801000', '213822.804000', '213822.807000', '213822.809000', '213822.812000', '213822.814000', '213822.817000', '213822.820000', '213822.822000', '213822.825000', '213822.827000', '213822.830000', '213822.832000', '213822.835000', '213822.838000', '213822.840000', '213822.843000', '213822.846000', '213822.848000', '213822.851000', '213822.853000', '213822.856000', '213822.858000', '213822.861000', '213822.863000', '213822.866000', '213822.869000', '213822.871000', '213822.874000', '213822.876000', '213822.879000', '213822.882000', '213822.884000', '213822.887000', '213822.889000', '213822.892000', '213822.894000', '213822.897000', '213822.900000', '213822.902000', '213822.905000', '213842.794000', '213842.797000', '213842.800000', '213842.803000', '213842.805000', '213842.808000', '213842.810000', '213842.813000', '213842.815000', '213842.818000', '213842.821000', '213842.823000', '213842.826000', '213842.828000', '213842.831000', '213842.834000', '213842.836000', '213842.849000', '213842.852000', '213842.854000', '213842.857000', '213842.859000', '213842.862000', '213842.865000', '213842.867000', '213842.870000', '213842.872000', '213842.875000', '213842.877000', '213842.880000', '213842.883000', '213842.885000', '213842.888000', '213842.890000', '213842.893000', '213842.896000', '213842.898000', '213842.901000', '213842.903000', '213842.906000', '213842.909000', '213842.911000', '213842.914000', '213902.795000', '213902.798000', '213902.800000', '213902.803000', '213902.805000', '213902.808000', '213902.811000', '213902.813000', '213902.816000', '213902.818000', '213902.821000', '213902.823000', '213902.826000', '213902.829000', '213902.841000', '213902.844000', '213902.847000', '213902.849000', '213902.852000', '213902.854000', '213902.857000', '213902.859000', '213902.862000', '213902.865000', '213902.867000', '213902.870000', '213902.872000', '213902.875000', '213902.878000', '213902.880000', '213902.883000', '213902.885000', '213902.888000', '213902.891000', '213902.893000', '213902.896000', '213902.898000', '213902.901000', '213902.903000', '213902.906000', '213902.909000', '213902.911000', '213902.914000', '213902.916000', '213922.794000', '213922.797000', '213922.800000', '213922.803000', '213922.805000', '213922.808000', '213922.810000', '213922.813000', '213922.815000', '213922.818000', '213922.820000', '213922.823000', '213922.826000', '213922.828000', '213922.831000', '213922.833000', '213922.836000', '213922.839000', '213922.841000', '213922.844000', '213922.846000', '213922.849000', '213922.852000', '213922.854000', '213922.857000', '213922.859000', '213922.862000', '213922.864000', '213922.867000', '213922.870000', '213922.872000', '213922.875000', '213922.877000', '213922.880000', '213922.883000', '213922.885000', '213922.888000', '213922.890000', '213922.893000', '213922.895000', '213922.898000', '213922.901000', '213922.904000', '213942.795000', '213942.797000', '213942.800000', '213942.803000', '213942.805000', '213942.808000', '213942.810000', '213942.813000', '213942.816000', '213942.818000', '213942.821000', '213942.823000', '213942.826000', '213942.828000', '213942.831000', '213942.834000', '213942.836000', '213942.839000', '213942.841000', '213942.844000', '213942.847000', '213942.849000', '213942.852000', '213942.854000', '213942.857000', '213942.860000', '213942.862000', '213942.865000', '213942.867000', '213942.870000', '213942.873000', '213942.875000', '213942.878000', '213942.881000', '213942.883000', '213942.886000', '213942.888000', '213942.891000', '213942.894000', '213942.896000', '213942.899000', '213942.901000', '213942.904000', '213942.907000', '214002.795000', '214002.797000', '214002.800000', '214002.803000', '214002.805000', '214002.808000', '214002.823000', '214002.825000', '214002.828000', '214002.831000', '214002.833000', '214002.836000', '214002.838000', '214002.841000', '214002.844000', '214002.846000', '214002.849000', '214002.851000', '214002.854000', '214002.857000', '214002.859000', '214002.862000', '214002.865000', '214002.867000', '214002.870000', '214002.872000', '214002.875000', '214002.878000', '214002.880000', '214002.883000', '214002.886000', '214002.888000', '214002.891000', '214002.893000', '214002.896000', '214002.898000', '214002.901000', '214002.904000', '214002.906000', '214002.909000', '214002.911000', '214002.914000', '214002.935000', '214022.795000', '214022.798000', '214022.800000', '214022.803000', '214022.805000', '214022.808000', '214022.810000', '214022.813000', '214022.816000', '214022.818000', '214022.821000', '214022.823000', '214022.826000', '214022.829000', '214022.831000', '214022.834000', '214022.837000', '214022.839000', '214022.842000', '214022.844000', '214022.847000', '214022.850000', '214022.852000', '214022.855000', '214022.857000', '214022.860000', '214022.862000', '214022.865000', '214022.868000', '214022.870000', '214022.873000', '214022.875000', '214022.878000', '214022.881000', '214022.883000', '214022.886000', '214022.888000', '214022.891000', '214022.893000', '214022.896000', '214022.899000', '214022.901000', '214022.904000', '214022.906000', '214042.794000', '214042.796000', '214042.799000', '214042.802000', '214042.804000', '214042.807000', '214042.809000', '214042.812000', '214042.815000', '214042.817000', '214042.820000', '214042.822000', '214042.826000', '214042.829000', '214042.832000', '214042.834000', '214042.837000', '214042.839000', '214042.842000', '214042.845000', '214042.847000', '214042.850000', '214042.853000', '214042.855000', '214042.858000', '214042.860000', '214042.863000', '214042.866000', '214042.868000', '214042.871000', '214042.873000', '214042.876000', '214042.879000', '214042.881000', '214042.884000', '214042.886000', '214042.889000', '214042.891000', '214042.894000', '214042.897000', '214042.899000', '214042.902000', '214042.905000', '214102.794000', '214102.797000', '214102.800000', '214102.802000', '214102.805000', '214102.808000', '214102.810000', '214102.813000', '214102.815000', '214102.818000', '214102.820000', '214102.823000', '214102.826000', '214102.828000', '214102.831000', '214102.833000', '214102.836000', '214102.839000', '214102.841000', '214102.844000', '214102.846000', '214102.849000', '214102.851000', '214102.854000', '214102.857000', '214102.859000', '214102.862000', '214102.864000', '214102.867000', '214102.869000', '214102.872000', '214102.875000', '214102.877000', '214102.880000', '214102.882000', '214102.885000', '214102.888000', '214102.890000', '214102.893000', '214102.895000', '214102.898000', '214102.901000', '214102.903000', '214102.906000', '214116.933000', '214116.936000', '214116.939000', '214116.942000', '214116.945000', '214116.947000', '214116.950000', '214116.953000', '214116.956000', '214116.958000', '214116.961000', '214116.964000', '214116.967000', '214116.970000', '214116.973000', '214116.976000', '214116.979000', '214116.982000', '214116.984000', '214116.993000', '214116.997000', '214117.001000', '214117.003000', '214117.006000', '214117.009000', '214117.011000', '214117.014000', '214117.017000', '214117.019000', '214117.023000', '214117.028000'], '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': [6725, 7934, 6759, 6825, 6033, 6959, 6227, 8336, 6131, 6331, 6116, 6107, 6125, 7489, 10000, 7077, 8653, 6205, 8271, 6322, 8616, 6283, 7427, 6426, 6420, 6681, 7746, 6613, 7329, 6705, 7122, 6532, 6238, 8317, 6229, 10262, 5923, 9950, 5943, 11083, 6702, 8777, 6150, 8314, 5969, 9350, 5781, 8542, 5886, 6205, 6115, 6306, 5888, 6547, 8157, 6308, 7855, 6345, 7376, 6182, 8290, 6329, 7344, 6384, 7293, 6522, 7930, 6699, 6498, 5999, 6559, 6003, 6609, 6033, 5983, 5885, 6208, 5799, 6519, 6105, 7733, 6074, 6584, 6006, 7320, 5820, 10418, 6083, 9308, 5912, 8265, 9442, 9018, 9337, 7972, 7792, 6260, 6726, 5876, 6532, 6065, 6254, 7046, 6214, 7747, 6300, 8775, 7391, 8255, 6604, 7935, 6363, 9515, 6120, 7589, 5952, 6322, 6252, 6249, 9549, 6601, 8624, 6585, 8379, 6464, 8280, 6439, 7190, 6313, 6325, 5957, 7278, 6098, 6150, 6162, 6134, 5917, 7558, 7067, 6301, 6459, 6284, 9402, 6789, 9167, 8060, 8223, 6678, 8251, 6358, 10003, 6297, 7886, 6077, 6601, 5953, 7532, 6180, 6446, 7306, 6504, 9236, 7215, 8181, 6518, 7766, 6560, 9351, 6168, 6721, 6045, 5947, 6163, 6969, 7888, 6513, 8561, 6333, 8342, 6179, 8252, 6612, 7505, 6465, 6517, 6037, 7353, 9415, 6541, 8610, 6408, 7342, 6412, 7887, 5986, 6390, 6438, 6379, 8962, 6424, 9028, 6533, 8373, 6526, 7138, 6098, 8130, 7077, 6347, 8584, 6677, 8471, 6567, 7521, 6149, 6031, 6123, 6294, 7898, 6555, 7946, 6249, 8419, 6601, 6449, 5997, 6069, 6846, 6033, 10208, 10499, 9162, 9325, 6525, 7472, 6001, 8017, 9027, 6217, 9229, 6324, 7464, 6288, 6463, 6206, 6297, 8398, 6267, 8582, 6686, 7815, 6118, 6843, 6051, 7017, 9299, 8189, 8622, 6275, 8038, 6393, 8546, 6934, 6913, 8442, 6143, 7711, 6267, 7013, 6307, 6276, 8193, 6516, 6983, 5887, 6619, 5882, 6398, 8231, 6328, 8037, 6491, 6451, 6248, 6216, 8347, 6231, 8369, 6757, 7197, 6274, 6493, 6288, 7246, 9210, 8429, 8900, 6181, 6990, 5840, 6880, 9262, 7367, 7779, 6102, 6476, 6443, 6202, 7078, 6266, 6569, 6224, 6865, 6041, 6750, 6681, 6228, 9081, 6623, 8386, 6473, 6894, 6225, 6285, 8864, 6216, 7884, 6189, 8545, 6204, 9774, 6855, 7843, 9234, 6119, 9472, 6188, 8668, 6174, 6420, 8587, 6510, 8936, 6065, 8010, 6020, 6463, 8242, 6181, 8138, 6263, 8237, 6053, 6711, 8422, 6532, 8531, 6111, 6806, 6083, 7065, 6453, 5969, 6119, 7450, 5923, 8019, 6095, 7512, 6146, 10064, 9621, 9196, 8256, 6380, 7996, 6110, 8876, 8546, 6385, 8790, 6205, 9405, 5889, 6651, 6126, 6179, 7801, 6241, 8443, 6453, 7296, 6249, 6427, 8606, 6214, 8992, 7549, 8366, 6220, 6558, 6328, 6810, 9483, 7615, 8452, 6443, 7735, 6338, 7498, 5987, 8455, 9560, 6570, 8856, 6354, 7450, 6002, 7208, 6144, 6624, 9100, 6365, 7795, 6360, 8336, 6246, 6401, 5827, 6513, 8875, 6506, 7913, 6304, 6284, 5979, 6297, 8801, 6888, 7790, 6548, 6226, 6157, 6362, 9619, 6462, 8215, 6411, 6585, 6138, 6840, 6069, 7045, 6298, 6402, 8603, 6289, 7344, 7017, 8932, 9122, 8606, 7119, 10090, 6432, 10299, 7636, 6908, 8924, 6312, 7959, 5942, 6946, 6315, 6340, 7899, 6343, 7083, 6129, 8311, 6015, 7622, 6856, 6488, 9472, 6376, 8809, 6283, 7128, 6089, 6450, 8714, 6078, 8769, 7136, 7614, 6213, 6629, 5947, 6628, 9447, 6200, 8366, 6276, 7553, 6442, 8389, 5940, 6297, 7253, 6492, 7784, 6628, 7968, 6430, 6547, 6080, 6171, 9027, 6493, 7551, 6532, 6662, 6278, 6885, 6941, 6349, 8656, 6455, 7635, 6604, 7078, 6214, 6538, 7329, 6468, 8555, 6271, 7482, 6015, 6717, 6394, 6499, 8764, 6345, 8604, 6221, 8435, 6217, 9576, 6219, 7897, 8145, 6347, 9878, 6343, 9650, 7047, 7696, 8804, 6095, 8519, 6332, 8004, 5734, 6389, 7914, 6467, 7197, 6071, 7232, 8144, 6419, 7658, 6233, 7831, 6147, 6452, 9917, 6478, 7908, 6325, 8049, 6571, 7940, 6551, 9429, 6056, 9510, 6619, 6331, 8875, 6579, 8927, 6261, 8354, 6518, 6988, 6499, 7160, 6102, 8036, 7773, 6446, 9371, 6354, 8392, 6088, 6819, 6103, 6502, 8928, 6485, 9087, 7390, 8441, 6377, 6827, 8872, 6401, 8860, 6440, 7204, 6206, 6521, 7977, 6442, 8914, 7295, 8479, 6451, 6955, 6476, 6427, 9066, 6406, 8444, 6282, 6988, 6730, 6527, 7966, 6361, 7294, 6097, 6703, 9022, 6347, 8108, 6271, 6452, 6243, 6249, 9187, 6411, 8441, 6293, 9648, 5953, 6948, 6710, 6126, 6459, 6011, 6304, 7024, 6108, 8545, 6286, 7712, 12192, 9025, 8273, 6439, 8281, 6228, 10327, 6239, 7419, 8851, 6214, 9274, 6278, 9353, 6055, 6869, 8329, 6280, 8753, 6550, 8943, 6120, 6649, 7462, 6377, 8750, 6292, 8178, 6058, 6331, 8424, 6216, 7093, 6108, 6893, 6535, 6598, 8502, 6261, 7271, 6346, 6789, 8571, 6990, 7858, 6503, 6627, 6866, 6383, 8403, 6557, 6991, 6142, 6602, 8535, 6469, 7876, 6371, 7294, 5896, 6511, 8795, 6852, 8026, 6062, 6715, 9089, 6401, 8089, 6258, 7945, 5674, 6235, 8797, 6357, 7622, 6126, 7157, 6752, 5986, 7784, 6270, 7477, 5992, 9743, 6452, 8269, 8584, 6273, 9230, 6270, 10215, 6835, 7234, 8904, 6505, 7920, 6125, 8332, 5990, 6567, 8866, 6172, 8028, 6151, 8277, 5831, 6424, 8035, 6362, 7638, 6039, 7933, 5966, 6368, 8245, 6481, 8064, 5748, 8256, 8484, 6364, 8568, 5989, 7036, 6436, 6330, 8001, 6407, 7179, 6162, 6680, 6403, 6692, 8188, 6548, 9127, 6161, 6517, 8841, 6341, 10092, 6064, 7381, 7436, 6327, 8875, 6147, 9283, 6046, 6401, 9143, 6277, 8472, 5789, 6503, 8500, 6286, 6721, 6126, 6874, 6598, 7039, 5768, 6686, 6375, 6722, 6816, 7264, 6730, 7202, 8352, 6110, 8427, 6643, 10253, 6475, 10151, 6490, 7532, 8347, 6306, 9860, 6091, 7545, 6184, 6373, 8106, 6414, 9086, 5964, 6980, 6451, 6296, 8472, 6295, 8152, 6226, 6610, 6826, 6071, 8615], 'WindowCenter': [3776.0, 3784.0, 3759.0, 3747.0, 3735.0, 3746.0, 3734.0, 3766.0, 3723.0, 3735.0, 3723.0, 3734.0, 3721.0, 3744.0, 3774.0, 3744.0, 3763.0, 3722.0, 3752.0, 3732.0, 3762.0, 3732.0, 3742.0, 3733.0, 3720.0, 3732.0, 3752.0, 3745.0, 3754.0, 3745.0, 3743.0, 3746.0, 3747.0, 3778.0, 3735.0, 3788.0, 3723.0, 3776.0, 3721.0, 3786.0, 3732.0, 3764.0, 3722.0, 3752.0, 3719.0, 3763.0, 3710.0, 3752.0, 3708.0, 3708.0, 3709.0, 3719.0, 3709.0, 3720.0, 3740.0, 3720.0, 3739.0, 3719.0, 3740.0, 3720.0, 3750.0, 3734.0, 3741.0, 3731.0, 3742.0, 3733.0, 3753.0, 3732.0, 3733.0, 3722.0, 3733.0, 3733.0, 3744.0, 3722.0, 3734.0, 3724.0, 3736.0, 3724.0, 3745.0, 3735.0, 3768.0, 3736.0, 3748.0, 3735.0, 3758.0, 3725.0, 3788.0, 3735.0, 3777.0, 3724.0, 3767.0, 3775.0, 3765.0, 3764.0, 3753.0, 3742.0, 3720.0, 3731.0, 3710.0, 3733.0, 3721.0, 3733.0, 3731.0, 3722.0, 3741.0, 3732.0, 3763.0, 3743.0, 3753.0, 3732.0, 3753.0, 3719.0, 3762.0, 3720.0, 3741.0, 3719.0, 3730.0, 3719.0, 3720.0, 3761.0, 3731.0, 3751.0, 3733.0, 3751.0, 3721.0, 3752.0, 3731.0, 3731.0, 3720.0, 3720.0, 3720.0, 3742.0, 3720.0, 3721.0, 3721.0, 3721.0, 3710.0, 3753.0, 3743.0, 3734.0, 3721.0, 3732.0, 3763.0, 3733.0, 3762.0, 3754.0, 3752.0, 3732.0, 3752.0, 3720.0, 3763.0, 3721.0, 3753.0, 3720.0, 3731.0, 3720.0, 3754.0, 3720.0, 3732.0, 3740.0, 3720.0, 3762.0, 3742.0, 3752.0, 3720.0, 3740.0, 3731.0, 3765.0, 3720.0, 3731.0, 3708.0, 3719.0, 3719.0, 3730.0, 3751.0, 3732.0, 3750.0, 3720.0, 3750.0, 3720.0, 3751.0, 3730.0, 3741.0, 3719.0, 3720.0, 3718.0, 3740.0, 3761.0, 3720.0, 3751.0, 3719.0, 3740.0, 3720.0, 3752.0, 3719.0, 3722.0, 3720.0, 3721.0, 3750.0, 3720.0, 3763.0, 3721.0, 3752.0, 3719.0, 3729.0, 3707.0, 3752.0, 3731.0, 3721.0, 3750.0, 3730.0, 3739.0, 3731.0, 3742.0, 3719.0, 3721.0, 3719.0, 3720.0, 3741.0, 3721.0, 3753.0, 3733.0, 3764.0, 3745.0, 3734.0, 3735.0, 3734.0, 3746.0, 3735.0, 3789.0, 3788.0, 3791.0, 3777.0, 3733.0, 3743.0, 3722.0, 3754.0, 3763.0, 3721.0, 3761.0, 3718.0, 3742.0, 3732.0, 3732.0, 3720.0, 3732.0, 3752.0, 3732.0, 3763.0, 3733.0, 3742.0, 3721.0, 3732.0, 3719.0, 3731.0, 3763.0, 3753.0, 3752.0, 3719.0, 3740.0, 3718.0, 3750.0, 3729.0, 3730.0, 3738.0, 3707.0, 3740.0, 3716.0, 3728.0, 3716.0, 3719.0, 3739.0, 3719.0, 3729.0, 3708.0, 3730.0, 3710.0, 3731.0, 3738.0, 3718.0, 3739.0, 3719.0, 3721.0, 3719.0, 3708.0, 3740.0, 3720.0, 3751.0, 3733.0, 3731.0, 3719.0, 3722.0, 3720.0, 3742.0, 3761.0, 3754.0, 3752.0, 3707.0, 3730.0, 3696.0, 3729.0, 3750.0, 3728.0, 3739.0, 3706.0, 3720.0, 3717.0, 3720.0, 3730.0, 3721.0, 3730.0, 3721.0, 3733.0, 3721.0, 3746.0, 3732.0, 3721.0, 3762.0, 3733.0, 3753.0, 3720.0, 3732.0, 3719.0, 3721.0, 3763.0, 3722.0, 3752.0, 3720.0, 3763.0, 3719.0, 3775.0, 3731.0, 3752.0, 3751.0, 3710.0, 3760.0, 3707.0, 3751.0, 3708.0, 3719.0, 3749.0, 3718.0, 3748.0, 3708.0, 3740.0, 3707.0, 3717.0, 3736.0, 3708.0, 3738.0, 3718.0, 3740.0, 3707.0, 3719.0, 3738.0, 3721.0, 3749.0, 3709.0, 3729.0, 3709.0, 3741.0, 3720.0, 3721.0, 3721.0, 3756.0, 3734.0, 3768.0, 3722.0, 3755.0, 3724.0, 3776.0, 3765.0, 3765.0, 3753.0, 3721.0, 3741.0, 3710.0, 3762.0, 3751.0, 3721.0, 3749.0, 3708.0, 3762.0, 3710.0, 3731.0, 3708.0, 3719.0, 3739.0, 3731.0, 3751.0, 3720.0, 3741.0, 3720.0, 3722.0, 3751.0, 3720.0, 3751.0, 3741.0, 3752.0, 3709.0, 3720.0, 3718.0, 3719.0, 3760.0, 3753.0, 3751.0, 3719.0, 3740.0, 3718.0, 3740.0, 3719.0, 3751.0, 3761.0, 3731.0, 3749.0, 3718.0, 3730.0, 3709.0, 3730.0, 3708.0, 3729.0, 3749.0, 3718.0, 3727.0, 3719.0, 3750.0, 3718.0, 3718.0, 3695.0, 3720.0, 3749.0, 3718.0, 3739.0, 3707.0, 3719.0, 3708.0, 3719.0, 3750.0, 3730.0, 3740.0, 3718.0, 3709.0, 3709.0, 3731.0, 3763.0, 3732.0, 3751.0, 3721.0, 3731.0, 3733.0, 3743.0, 3722.0, 3745.0, 3733.0, 3734.0, 3752.0, 3732.0, 3742.0, 3743.0, 3762.0, 3765.0, 3754.0, 3742.0, 3774.0, 3721.0, 3763.0, 3739.0, 3730.0, 3749.0, 3707.0, 3739.0, 3706.0, 3727.0, 3716.0, 3717.0, 3738.0, 3719.0, 3729.0, 3708.0, 3751.0, 3708.0, 3741.0, 3718.0, 3719.0, 3760.0, 3719.0, 3750.0, 3720.0, 3732.0, 3709.0, 3719.0, 3751.0, 3720.0, 3751.0, 3730.0, 3740.0, 3709.0, 3720.0, 3708.0, 3731.0, 3761.0, 3721.0, 3750.0, 3720.0, 3740.0, 3719.0, 3753.0, 3709.0, 3722.0, 3730.0, 3721.0, 3740.0, 3730.0, 3740.0, 3720.0, 3721.0, 3709.0, 3721.0, 3752.0, 3721.0, 3740.0, 3720.0, 3731.0, 3719.0, 3731.0, 3731.0, 3732.0, 3752.0, 3721.0, 3741.0, 3732.0, 3733.0, 3722.0, 3732.0, 3742.0, 3721.0, 3763.0, 3732.0, 3742.0, 3721.0, 3733.0, 3732.0, 3734.0, 3765.0, 3733.0, 3764.0, 3723.0, 3753.0, 3721.0, 3775.0, 3722.0, 3754.0, 3742.0, 3722.0, 3761.0, 3719.0, 3763.0, 3729.0, 3741.0, 3750.0, 3708.0, 3749.0, 3708.0, 3740.0, 3697.0, 3719.0, 3739.0, 3719.0, 3730.0, 3721.0, 3742.0, 3752.0, 3722.0, 3740.0, 3709.0, 3741.0, 3720.0, 3732.0, 3774.0, 3722.0, 3752.0, 3722.0, 3753.0, 3734.0, 3753.0, 3734.0, 3765.0, 3721.0, 3765.0, 3731.0, 3722.0, 3752.0, 3732.0, 3751.0, 3721.0, 3753.0, 3733.0, 3732.0, 3722.0, 3732.0, 3721.0, 3753.0, 3753.0, 3732.0, 3762.0, 3720.0, 3752.0, 3722.0, 3733.0, 3710.0, 3721.0, 3750.0, 3719.0, 3751.0, 3742.0, 3752.0, 3720.0, 3719.0, 3749.0, 3718.0, 3750.0, 3720.0, 3730.0, 3707.0, 3719.0, 3740.0, 3720.0, 3750.0, 3741.0, 3751.0, 3718.0, 3730.0, 3719.0, 3718.0, 3750.0, 3720.0, 3739.0, 3707.0, 3730.0, 3718.0, 3719.0, 3739.0, 3719.0, 3729.0, 3709.0, 3730.0, 3750.0, 3721.0, 3740.0, 3719.0, 3720.0, 3720.0, 3721.0, 3761.0, 3734.0, 3753.0, 3733.0, 3776.0, 3722.0, 3744.0, 3734.0, 3723.0, 3733.0, 3722.0, 3733.0, 3747.0, 3736.0, 3780.0, 3747.0, 3758.0, 3798.0, 3765.0, 3754.0, 3722.0, 3753.0, 3721.0, 3774.0, 3721.0, 3742.0, 3751.0, 3710.0, 3750.0, 3719.0, 3763.0, 3709.0, 3731.0, 3739.0, 3720.0, 3739.0, 3718.0, 3751.0, 3709.0, 3720.0, 3728.0, 3719.0, 3739.0, 3708.0, 3740.0, 3707.0, 3719.0, 3739.0, 3707.0, 3729.0, 3706.0, 3730.0, 3720.0, 3731.0, 3750.0, 3719.0, 3729.0, 3720.0, 3732.0, 3751.0, 3730.0, 3740.0, 3718.0, 3719.0, 3718.0, 3720.0, 3751.0, 3720.0, 3731.0, 3708.0, 3731.0, 3751.0, 3721.0, 3741.0, 3720.0, 3741.0, 3710.0, 3721.0, 3751.0, 3732.0, 3752.0, 3710.0, 3731.0, 3762.0, 3721.0, 3754.0, 3721.0, 3754.0, 3711.0, 3720.0, 3752.0, 3721.0, 3741.0, 3720.0, 3742.0, 3731.0, 3723.0, 3741.0, 3722.0, 3743.0, 3721.0, 3775.0, 3721.0, 3754.0, 3751.0, 3720.0, 3762.0, 3718.0, 3772.0, 3718.0, 3729.0, 3749.0, 3718.0, 3739.0, 3708.0, 3739.0, 3708.0, 3718.0, 3748.0, 3707.0, 3738.0, 3706.0, 3739.0, 3697.0, 3718.0, 3739.0, 3718.0, 3727.0, 3708.0, 3740.0, 3707.0, 3718.0, 3737.0, 3718.0, 3740.0, 3698.0, 3739.0, 3739.0, 3720.0, 3739.0, 3708.0, 3728.0, 3706.0, 3718.0, 3739.0, 3718.0, 3729.0, 3708.0, 3731.0, 3721.0, 3731.0, 3752.0, 3721.0, 3763.0, 3720.0, 3723.0, 3751.0, 3721.0, 3773.0, 3710.0, 3742.0, 3728.0, 3719.0, 3750.0, 3709.0, 3762.0, 3710.0, 3720.0, 3750.0, 3721.0, 3752.0, 3708.0, 3721.0, 3751.0, 3721.0, 3730.0, 3708.0, 3731.0, 3730.0, 3731.0, 3709.0, 3733.0, 3722.0, 3733.0, 3733.0, 3756.0, 3745.0, 3756.0, 3755.0, 3723.0, 3754.0, 3734.0, 3777.0, 3734.0, 3776.0, 3732.0, 3744.0, 3752.0, 3721.0, 3763.0, 3710.0, 3741.0, 3709.0, 3720.0, 3740.0, 3721.0, 3763.0, 3710.0, 3732.0, 3708.0, 3718.0, 3740.0, 3721.0, 3740.0, 3709.0, 3719.0, 3718.0, 3708.0, 3750.0], 'WindowWidth': [8504.0, 8507.0, 8466.0, 8444.0, 8424.0, 8439.0, 8419.0, 8463.0, 8403.0, 8421.0, 8403.0, 8419.0, 8398.0, 8432.0, 8471.0, 8433.0, 8453.0, 8400.0, 8437.0, 8414.0, 8452.0, 8414.0, 8425.0, 8415.0, 8394.0, 8413.0, 8440.0, 8436.0, 8444.0, 8436.0, 8431.0, 8440.0, 8445.0, 8485.0, 8425.0, 8496.0, 8403.0, 8476.0, 8398.0, 8488.0, 8412.0, 8458.0, 8398.0, 8438.0, 8391.0, 8453.0, 8379.0, 8436.0, 8373.0, 8375.0, 8375.0, 8388.0, 8377.0, 8393.0, 8420.0, 8392.0, 8415.0, 8391.0, 8418.0, 8395.0, 8432.0, 8420.0, 8423.0, 8411.0, 8424.0, 8419.0, 8443.0, 8413.0, 8416.0, 8399.0, 8416.0, 8417.0, 8431.0, 8403.0, 8420.0, 8407.0, 8426.0, 8407.0, 8438.0, 8426.0, 8471.0, 8426.0, 8444.0, 8425.0, 8459.0, 8412.0, 8497.0, 8423.0, 8482.0, 8405.0, 8465.0, 8473.0, 8459.0, 8457.0, 8442.0, 8423.0, 8393.0, 8407.0, 8381.0, 8414.0, 8396.0, 8415.0, 8408.0, 8399.0, 8424.0, 8414.0, 8455.0, 8431.0, 8442.0, 8412.0, 8441.0, 8392.0, 8452.0, 8392.0, 8423.0, 8391.0, 8408.0, 8390.0, 8393.0, 8448.0, 8410.0, 8435.0, 8413.0, 8435.0, 8395.0, 8438.0, 8410.0, 8408.0, 8392.0, 8394.0, 8394.0, 8425.0, 8395.0, 8397.0, 8397.0, 8397.0, 8381.0, 8441.0, 8427.0, 8420.0, 8395.0, 8413.0, 8453.0, 8414.0, 8452.0, 8444.0, 8438.0, 8412.0, 8436.0, 8395.0, 8454.0, 8396.0, 8441.0, 8392.0, 8409.0, 8395.0, 8442.0, 8393.0, 8412.0, 8418.0, 8393.0, 8451.0, 8424.0, 8436.0, 8393.0, 8417.0, 8408.0, 8458.0, 8395.0, 8409.0, 8374.0, 8390.0, 8390.0, 8406.0, 8434.0, 8412.0, 8433.0, 8395.0, 8432.0, 8397.0, 8435.0, 8408.0, 8424.0, 8389.0, 8393.0, 8388.0, 8420.0, 8447.0, 8393.0, 8433.0, 8392.0, 8418.0, 8393.0, 8439.0, 8392.0, 8398.0, 8392.0, 8394.0, 8432.0, 8394.0, 8451.0, 8398.0, 8436.0, 8390.0, 8404.0, 8372.0, 8436.0, 8407.0, 8395.0, 8430.0, 8404.0, 8414.0, 8409.0, 8425.0, 8391.0, 8396.0, 8390.0, 8393.0, 8420.0, 8396.0, 8440.0, 8418.0, 8457.0, 8435.0, 8418.0, 8422.0, 8421.0, 8440.0, 8425.0, 8500.0, 8494.0, 8506.0, 8478.0, 8415.0, 8427.0, 8397.0, 8442.0, 8451.0, 8396.0, 8446.0, 8389.0, 8425.0, 8411.0, 8413.0, 8394.0, 8412.0, 8437.0, 8412.0, 8456.0, 8415.0, 8425.0, 8395.0, 8412.0, 8390.0, 8409.0, 8452.0, 8439.0, 8436.0, 8388.0, 8418.0, 8385.0, 8429.0, 8400.0, 8404.0, 8412.0, 8371.0, 8416.0, 8382.0, 8401.0, 8381.0, 8388.0, 8414.0, 8387.0, 8401.0, 8374.0, 8404.0, 8379.0, 8408.0, 8412.0, 8387.0, 8415.0, 8387.0, 8393.0, 8387.0, 8375.0, 8417.0, 8392.0, 8435.0, 8412.0, 8409.0, 8390.0, 8397.0, 8392.0, 8424.0, 8448.0, 8440.0, 8436.0, 8370.0, 8402.0, 8354.0, 8401.0, 8428.0, 8400.0, 8414.0, 8365.0, 8390.0, 8383.0, 8391.0, 8405.0, 8394.0, 8406.0, 8396.0, 8415.0, 8396.0, 8435.0, 8411.0, 8398.0, 8453.0, 8416.0, 8441.0, 8392.0, 8412.0, 8390.0, 8397.0, 8455.0, 8401.0, 8438.0, 8397.0, 8455.0, 8392.0, 8471.0, 8409.0, 8436.0, 8432.0, 8377.0, 8443.0, 8368.0, 8432.0, 8373.0, 8390.0, 8427.0, 8387.0, 8425.0, 8373.0, 8417.0, 8368.0, 8382.0, 8405.0, 8372.0, 8409.0, 8386.0, 8416.0, 8369.0, 8389.0, 8411.0, 8393.0, 8428.0, 8377.0, 8403.0, 8374.0, 8424.0, 8393.0, 8397.0, 8398.0, 8450.0, 8420.0, 8468.0, 8401.0, 8448.0, 8403.0, 8476.0, 8459.0, 8459.0, 8437.0, 8394.0, 8420.0, 8379.0, 8449.0, 8431.0, 8394.0, 8428.0, 8374.0, 8448.0, 8379.0, 8406.0, 8372.0, 8389.0, 8416.0, 8411.0, 8435.0, 8394.0, 8422.0, 8392.0, 8397.0, 8432.0, 8393.0, 8434.0, 8421.0, 8436.0, 8376.0, 8392.0, 8387.0, 8389.0, 8444.0, 8442.0, 8434.0, 8390.0, 8416.0, 8387.0, 8420.0, 8389.0, 8434.0, 8446.0, 8407.0, 8427.0, 8387.0, 8403.0, 8376.0, 8404.0, 8371.0, 8402.0, 8427.0, 8386.0, 8395.0, 8389.0, 8431.0, 8385.0, 8387.0, 8352.0, 8389.0, 8428.0, 8387.0, 8414.0, 8370.0, 8386.0, 8373.0, 8390.0, 8429.0, 8404.0, 8416.0, 8385.0, 8374.0, 8375.0, 8410.0, 8451.0, 8410.0, 8433.0, 8396.0, 8409.0, 8416.0, 8431.0, 8401.0, 8435.0, 8416.0, 8420.0, 8439.0, 8412.0, 8424.0, 8429.0, 8452.0, 8459.0, 8442.0, 8426.0, 8467.0, 8393.0, 8451.0, 8413.0, 8403.0, 8425.0, 8369.0, 8412.0, 8366.0, 8396.0, 8381.0, 8384.0, 8410.0, 8388.0, 8402.0, 8373.0, 8432.0, 8374.0, 8421.0, 8387.0, 8389.0, 8443.0, 8390.0, 8430.0, 8390.0, 8408.0, 8374.0, 8389.0, 8431.0, 8392.0, 8433.0, 8406.0, 8416.0, 8374.0, 8390.0, 8372.0, 8408.0, 8446.0, 8393.0, 8431.0, 8390.0, 8415.0, 8388.0, 8437.0, 8375.0, 8395.0, 8404.0, 8396.0, 8416.0, 8405.0, 8418.0, 8389.0, 8395.0, 8376.0, 8395.0, 8435.0, 8396.0, 8419.0, 8391.0, 8406.0, 8389.0, 8409.0, 8406.0, 8412.0, 8437.0, 8395.0, 8420.0, 8410.0, 8413.0, 8396.0, 8411.0, 8421.0, 8396.0, 8453.0, 8413.0, 8426.0, 8397.0, 8414.0, 8412.0, 8416.0, 8458.0, 8415.0, 8456.0, 8401.0, 8441.0, 8399.0, 8473.0, 8398.0, 8444.0, 8423.0, 8396.0, 8446.0, 8389.0, 8451.0, 8400.0, 8421.0, 8428.0, 8374.0, 8426.0, 8370.0, 8416.0, 8356.0, 8389.0, 8413.0, 8387.0, 8403.0, 8393.0, 8424.0, 8435.0, 8397.0, 8416.0, 8377.0, 8421.0, 8393.0, 8412.0, 8470.0, 8398.0, 8437.0, 8397.0, 8439.0, 8417.0, 8440.0, 8416.0, 8459.0, 8396.0, 8456.0, 8408.0, 8398.0, 8436.0, 8409.0, 8432.0, 8394.0, 8440.0, 8416.0, 8411.0, 8397.0, 8411.0, 8395.0, 8439.0, 8439.0, 8410.0, 8450.0, 8393.0, 8437.0, 8397.0, 8413.0, 8377.0, 8394.0, 8431.0, 8391.0, 8433.0, 8423.0, 8436.0, 8389.0, 8389.0, 8425.0, 8386.0, 8430.0, 8391.0, 8405.0, 8371.0, 8390.0, 8416.0, 8391.0, 8431.0, 8419.0, 8432.0, 8385.0, 8401.0, 8389.0, 8386.0, 8428.0, 8389.0, 8413.0, 8368.0, 8403.0, 8385.0, 8389.0, 8412.0, 8387.0, 8402.0, 8373.0, 8405.0, 8429.0, 8395.0, 8416.0, 8389.0, 8391.0, 8391.0, 8396.0, 8447.0, 8417.0, 8440.0, 8415.0, 8474.0, 8398.0, 8431.0, 8416.0, 8400.0, 8413.0, 8399.0, 8417.0, 8439.0, 8423.0, 8489.0, 8442.0, 8454.0, 8508.0, 8461.0, 8442.0, 8397.0, 8440.0, 8394.0, 8468.0, 8395.0, 8423.0, 8434.0, 8377.0, 8430.0, 8388.0, 8452.0, 8376.0, 8407.0, 8412.0, 8389.0, 8413.0, 8385.0, 8431.0, 8375.0, 8390.0, 8396.0, 8387.0, 8410.0, 8371.0, 8415.0, 8369.0, 8387.0, 8412.0, 8370.0, 8399.0, 8368.0, 8404.0, 8390.0, 8409.0, 8429.0, 8388.0, 8402.0, 8390.0, 8409.0, 8431.0, 8404.0, 8415.0, 8384.0, 8387.0, 8386.0, 8390.0, 8432.0, 8391.0, 8405.0, 8371.0, 8408.0, 8432.0, 8396.0, 8419.0, 8392.0, 8420.0, 8378.0, 8394.0, 8432.0, 8411.0, 8435.0, 8379.0, 8408.0, 8450.0, 8394.0, 8444.0, 8394.0, 8442.0, 8383.0, 8393.0, 8438.0, 8395.0, 8422.0, 8394.0, 8426.0, 8407.0, 8400.0, 8423.0, 8398.0, 8429.0, 8395.0, 8472.0, 8396.0, 8443.0, 8435.0, 8392.0, 8448.0, 8387.0, 8463.0, 8386.0, 8402.0, 8428.0, 8384.0, 8412.0, 8373.0, 8415.0, 8371.0, 8384.0, 8423.0, 8368.0, 8409.0, 8367.0, 8414.0, 8356.0, 8384.0, 8411.0, 8385.0, 8396.0, 8372.0, 8417.0, 8370.0, 8387.0, 8409.0, 8384.0, 8414.0, 8358.0, 8414.0, 8412.0, 8389.0, 8412.0, 8370.0, 8398.0, 8364.0, 8385.0, 8413.0, 8386.0, 8401.0, 8373.0, 8408.0, 8392.0, 8409.0, 8436.0, 8397.0, 8453.0, 8393.0, 8399.0, 8433.0, 8393.0, 8465.0, 8377.0, 8424.0, 8398.0, 8389.0, 8430.0, 8377.0, 8447.0, 8377.0, 8390.0, 8428.0, 8392.0, 8436.0, 8372.0, 8393.0, 8431.0, 8393.0, 8404.0, 8374.0, 8407.0, 8405.0, 8408.0, 8379.0, 8413.0, 8398.0, 8415.0, 8417.0, 8451.0, 8435.0, 8449.0, 8447.0, 8403.0, 8444.0, 8418.0, 8477.0, 8416.0, 8476.0, 8411.0, 8429.0, 8436.0, 8393.0, 8451.0, 8378.0, 8420.0, 8372.0, 8390.0, 8415.0, 8393.0, 8450.0, 8378.0, 8408.0, 8370.0, 8385.0, 8416.0, 8394.0, 8416.0, 8375.0, 8388.0, 8383.0, 8373.0, 8430.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.0009462528735632184</td></tr>
<tr><td colspan=3>aqi</td><td>0.024217007586206894</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.879519252968954</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1922211689413118</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.003305547019563</td></tr>
<tr><td colspan=3>efc</td><td>0.4469</td></tr>
<tr><td colspan=3>fber</td><td>6094.5679</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10212173993830587</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>48</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.517241379310345</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5150936452649533</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4604919413373008</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.710133480839928</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3746555136176304</td></tr>
<tr><td colspan=3>gcor</td><td>0.00922056</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015872156247496605</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020572764798998833</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.7214025286967507</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>28.6109</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.773</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.925</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309784.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>644.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>271.9001</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9599</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>466.7692</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2992.7445</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3235.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>66760.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>851.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3906.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>869.2894</td></tr>
<tr><td colspan=3>tsnr</td><td>41.00086163403466</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>