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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0085_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-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-04_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-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0085/figures/sub-0085_ses-01_task-social_acq-mb8_run-04_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-0085/ses-01/func/sub-0085_ses-01_task-social_acq-mb8_run-04_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>bf443ba0568a416e6ae56620c854e012</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>22:15:24.465000</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.99672, 0.0737048, 0.0334294, -0.0770434, 0.990599, 0.113036]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.108354</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4170, -7780, -7204, 618, -4, -321, 152, 9]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.803</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>257f20a9-4eed-44cf-af47-8275d71a5b56||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.674125909805298, -0.20670177042484283, 0.06691629439592361, 118.68367767333984], [-0.19774459302425385, 2.657705783843994, 0.31115010380744934, -89.28997802734375], [0.08968855440616608, -0.3032675087451935, 2.6811766624450684, -53.45760726928711], [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': ['221524.465000', '221524.925000', '221525.385000', '221525.845000', '221526.305000', '221526.765000', '221527.225000', '221527.685000', '221528.145000', '221528.605000', '221529.065000', '221529.525000', '221529.985000', '221530.445000', '221530.905000', '221531.365000', '221531.825000', '221532.285000', '221532.745000', '221533.205000', '221533.665000', '221534.125000', '221534.585000', '221535.045000', '221535.505000', '221535.965000', '221536.425000', '221536.885000', '221537.345000', '221537.805000', '221538.265000', '221538.725000', '221539.185000', '221539.645000', '221540.105000', '221540.565000', '221541.025000', '221541.485000', '221541.945000', '221542.405000', '221542.865000', '221543.325000', '221543.785000', '221544.245000', '221544.705000', '221545.165000', '221545.625000', '221546.085000', '221546.545000', '221547.005000', '221547.465000', '221547.925000', '221548.385000', '221548.845000', '221549.305000', '221549.765000', '221550.225000', '221550.685000', '221551.145000', '221551.605000', '221552.065000', '221552.525000', '221552.985000', '221553.445000', '221553.905000', '221554.365000', '221554.825000', '221555.285000', '221555.745000', '221556.205000', '221556.665000', '221557.125000', '221557.585000', '221558.045000', '221558.505000', '221558.965000', '221559.425000', '221559.885000', '221600.345000', '221600.805000', '221601.265000', '221601.725000', '221602.185000', '221602.645000', '221603.105000', '221603.565000', '221604.025000', '221604.485000', '221604.945000', '221605.405000', '221605.865000', '221606.325000', '221606.785000', '221607.245000', '221607.705000', '221608.165000', '221608.625000', '221609.085000', '221609.545000', '221610.005000', '221610.465000', '221610.925000', '221611.385000', '221611.845000', '221612.305000', '221612.765000', '221613.225000', '221613.685000', '221614.145000', '221614.605000', '221615.065000', '221615.525000', '221615.985000', '221616.445000', '221616.905000', '221617.365000', '221617.825000', '221618.285000', '221618.745000', '221619.205000', '221619.665000', '221620.125000', '221620.585000', '221621.045000', '221621.505000', '221621.965000', '221622.425000', '221622.885000', '221623.345000', '221623.805000', '221624.265000', '221624.725000', '221625.185000', '221625.645000', '221626.105000', '221626.565000', '221627.025000', '221627.485000', '221627.945000', '221628.405000', '221628.865000', '221629.325000', '221629.785000', '221630.245000', '221630.705000', '221631.165000', '221631.625000', '221632.085000', '221632.545000', '221633.005000', '221633.465000', '221633.925000', '221634.385000', '221634.845000', '221635.305000', '221635.765000', '221636.225000', '221636.685000', '221637.145000', '221637.605000', '221638.065000', '221638.525000', '221638.985000', '221639.445000', '221639.905000', '221640.365000', '221640.825000', '221641.285000', '221641.745000', '221642.205000', '221642.665000', '221643.125000', '221643.585000', '221644.045000', '221644.505000', '221644.965000', '221645.425000', '221645.885000', '221646.345000', '221646.805000', '221647.265000', '221647.725000', '221648.185000', '221648.645000', '221649.105000', '221649.565000', '221650.025000', '221650.485000', '221650.945000', '221651.405000', '221651.865000', '221652.325000', '221652.785000', '221653.245000', '221653.705000', '221654.165000', '221654.625000', '221655.085000', '221655.545000', '221656.005000', '221656.465000', '221656.925000', '221657.385000', '221657.845000', '221658.305000', '221658.765000', '221659.225000', '221659.685000', '221700.145000', '221700.605000', '221701.065000', '221701.525000', '221701.985000', '221702.445000', '221702.905000', '221703.365000', '221703.825000', '221704.285000', '221704.745000', '221705.205000', '221705.665000', '221706.125000', '221706.585000', '221707.045000', '221707.505000', '221707.965000', '221708.425000', '221708.885000', '221709.345000', '221709.805000', '221710.265000', '221710.725000', '221711.185000', '221711.645000', '221712.105000', '221712.565000', '221713.025000', '221713.485000', '221713.945000', '221714.405000', '221714.865000', '221715.325000', '221715.785000', '221716.245000', '221716.705000', '221717.165000', '221717.625000', '221718.085000', '221718.545000', '221719.005000', '221719.465000', '221719.925000', '221720.385000', '221720.845000', '221721.305000', '221721.765000', '221722.225000', '221722.685000', '221723.145000', '221723.605000', '221724.065000', '221724.525000', '221724.985000', '221725.445000', '221725.905000', '221726.365000', '221726.825000', '221727.285000', '221727.745000', '221728.205000', '221728.665000', '221729.125000', '221729.585000', '221730.045000', '221730.505000', '221730.965000', '221731.425000', '221731.885000', '221732.345000', '221732.805000', '221733.265000', '221733.725000', '221734.185000', '221734.645000', '221735.105000', '221735.565000', '221736.025000', '221736.485000', '221736.945000', '221737.405000', '221737.865000', '221738.325000', '221738.785000', '221739.245000', '221739.705000', '221740.165000', '221740.625000', '221741.085000', '221741.545000', '221742.005000', '221742.465000', '221742.925000', '221743.385000', '221743.845000', '221744.305000', '221744.765000', '221745.225000', '221745.685000', '221746.145000', '221746.605000', '221747.065000', '221747.525000', '221747.985000', '221748.445000', '221748.905000', '221749.365000', '221749.825000', '221750.285000', '221750.745000', '221751.205000', '221751.665000', '221752.125000', '221752.585000', '221753.045000', '221753.505000', '221753.965000', '221754.425000', '221754.885000', '221755.345000', '221755.805000', '221756.265000', '221756.725000', '221757.185000', '221757.645000', '221758.105000', '221758.565000', '221759.025000', '221759.485000', '221759.945000', '221800.405000', '221800.865000', '221801.325000', '221801.785000', '221802.245000', '221802.705000', '221803.165000', '221803.625000', '221804.085000', '221804.545000', '221805.005000', '221805.465000', '221805.925000', '221806.385000', '221806.845000', '221807.305000', '221807.765000', '221808.225000', '221808.685000', '221809.145000', '221809.605000', '221810.065000', '221810.525000', '221810.985000', '221811.445000', '221811.905000', '221812.365000', '221812.825000', '221813.285000', '221813.745000', '221814.205000', '221814.665000', '221815.125000', '221815.585000', '221816.045000', '221816.505000', '221816.965000', '221817.425000', '221817.885000', '221818.345000', '221818.805000', '221819.265000', '221819.725000', '221820.185000', '221820.645000', '221821.105000', '221821.565000', '221822.025000', '221822.485000', '221822.945000', '221823.405000', '221823.865000', '221824.325000', '221824.785000', '221825.245000', '221825.705000', '221826.165000', '221826.625000', '221827.085000', '221827.545000', '221828.005000', '221828.465000', '221828.925000', '221829.385000', '221829.845000', '221830.305000', '221830.765000', '221831.225000', '221831.685000', '221832.145000', '221832.605000', '221833.065000', '221833.525000', '221833.985000', '221834.445000', '221834.905000', '221835.365000', '221835.825000', '221836.285000', '221836.745000', '221837.205000', '221837.665000', '221838.125000', '221838.585000', '221839.045000', '221839.505000', '221839.965000', '221840.425000', '221840.885000', '221841.345000', '221841.805000', '221842.265000', '221842.725000', '221843.185000', '221843.645000', '221844.105000', '221844.565000', '221845.025000', '221845.485000', '221845.945000', '221846.405000', '221846.865000', '221847.325000', '221847.785000', '221848.245000', '221848.705000', '221849.165000', '221849.625000', '221850.085000', '221850.545000', '221851.005000', '221851.465000', '221851.925000', '221852.385000', '221852.845000', '221853.305000', '221853.765000', '221854.225000', '221854.685000', '221855.145000', '221855.605000', '221856.065000', '221856.525000', '221856.985000', '221857.445000', '221857.905000', '221858.365000', '221858.825000', '221859.285000', '221859.745000', '221900.205000', '221900.665000', '221901.125000', '221901.585000', '221902.045000', '221902.505000', '221902.965000', '221903.425000', '221903.885000', '221904.345000', '221904.805000', '221905.265000', '221905.725000', '221906.185000', '221906.645000', '221907.105000', '221907.565000', '221908.025000', '221908.485000', '221908.945000', '221909.405000', '221909.865000', '221910.325000', '221910.785000', '221911.245000', '221911.705000', '221912.165000', '221912.625000', '221913.085000', '221913.545000', '221914.005000', '221914.465000', '221914.925000', '221915.385000', '221915.845000', '221916.305000', '221916.765000', '221917.225000', '221917.685000', '221918.145000', '221918.605000', '221919.065000', '221919.525000', '221919.985000', '221920.445000', '221920.905000', '221921.365000', '221921.825000', '221922.285000', '221922.745000', '221923.205000', '221923.665000', '221924.125000', '221924.585000', '221925.045000', '221925.505000', '221925.965000', '221926.425000', '221926.885000', '221927.345000', '221927.805000', '221928.265000', '221928.725000', '221929.185000', '221929.645000', '221930.105000', '221930.565000', '221931.025000', '221931.485000', '221931.945000', '221932.405000', '221932.865000', '221933.325000', '221933.785000', '221934.245000', '221934.705000', '221935.165000', '221935.625000', '221936.085000', '221936.545000', '221937.005000', '221937.465000', '221937.925000', '221938.385000', '221938.845000', '221939.305000', '221939.765000', '221940.225000', '221940.685000', '221941.145000', '221941.605000', '221942.065000', '221942.525000', '221942.985000', '221943.445000', '221943.905000', '221944.365000', '221944.825000', '221945.285000', '221945.745000', '221946.205000', '221946.665000', '221947.125000', '221947.585000', '221948.045000', '221948.505000', '221948.965000', '221949.425000', '221949.885000', '221950.345000', '221950.805000', '221951.265000', '221951.725000', '221952.185000', '221952.645000', '221953.105000', '221953.565000', '221954.025000', '221954.485000', '221954.945000', '221955.405000', '221955.865000', '221956.325000', '221956.785000', '221957.245000', '221957.705000', '221958.165000', '221958.625000', '221959.085000', '221959.545000', '222000.005000', '222000.465000', '222000.925000', '222001.385000', '222001.845000', '222002.305000', '222002.765000', '222003.225000', '222003.685000', '222004.145000', '222004.605000', '222005.065000', '222005.525000', '222005.985000', '222006.445000', '222006.905000', '222007.365000', '222007.825000', '222008.285000', '222008.745000', '222009.205000', '222009.665000', '222010.125000', '222010.585000', '222011.045000', '222011.505000', '222011.965000', '222012.425000', '222012.885000', '222013.345000', '222013.805000', '222014.265000', '222014.725000', '222015.185000', '222015.645000', '222016.105000', '222016.565000', '222017.025000', '222017.485000', '222017.945000', '222018.405000', '222018.865000', '222019.325000', '222019.785000', '222020.245000', '222020.705000', '222021.165000', '222021.625000', '222022.085000', '222022.545000', '222023.005000', '222023.465000', '222023.925000', '222024.385000', '222024.845000', '222025.305000', '222025.765000', '222026.225000', '222026.685000', '222027.145000', '222027.605000', '222028.065000', '222028.525000', '222028.985000', '222029.445000', '222029.905000', '222030.365000', '222030.825000', '222031.285000', '222031.745000', '222032.205000', '222032.665000', '222033.125000', '222033.585000', '222034.045000', '222034.505000', '222034.965000', '222035.425000', '222035.885000', '222036.345000', '222036.805000', '222037.265000', '222037.725000', '222038.185000', '222038.645000', '222039.105000', '222039.565000', '222040.025000', '222040.485000', '222040.945000', '222041.405000', '222041.865000', '222042.325000', '222042.785000', '222043.245000', '222043.705000', '222044.165000', '222044.625000', '222045.085000', '222045.545000', '222046.005000', '222046.465000', '222046.925000', '222047.385000', '222047.845000', '222048.305000', '222048.765000', '222049.225000', '222049.685000', '222050.145000', '222050.605000', '222051.065000', '222051.525000', '222051.985000', '222052.445000', '222052.905000', '222053.365000', '222053.825000', '222054.285000', '222054.745000', '222055.205000', '222055.665000', '222056.125000', '222056.585000', '222057.045000', '222057.505000', '222057.965000', '222058.425000', '222058.885000', '222059.345000', '222059.805000', '222100.265000', '222100.725000', '222101.185000', '222101.645000', '222102.105000', '222102.565000', '222103.025000', '222103.485000', '222103.945000', '222104.405000', '222104.865000', '222105.325000', '222105.785000', '222106.245000', '222106.705000', '222107.165000', '222107.625000', '222108.085000', '222108.545000', '222109.005000', '222109.465000', '222109.925000', '222110.385000', '222110.845000', '222111.305000', '222111.765000', '222112.225000', '222112.685000', '222113.145000', '222113.605000', '222114.065000', '222114.525000', '222114.985000', '222115.445000', '222115.905000', '222116.365000', '222116.825000', '222117.285000', '222117.745000', '222118.205000', '222118.665000', '222119.125000', '222119.585000', '222120.045000', '222120.505000', '222120.965000', '222121.425000', '222121.885000', '222122.345000', '222122.805000', '222123.265000', '222123.725000', '222124.185000', '222124.645000', '222125.105000', '222125.565000', '222126.025000', '222126.485000', '222126.945000', '222127.405000', '222127.865000', '222128.325000', '222128.785000', '222129.245000', '222129.705000', '222130.165000', '222130.625000', '222131.085000', '222131.545000', '222132.005000', '222132.465000', '222132.925000', '222133.385000', '222133.845000', '222134.305000', '222134.765000', '222135.225000', '222135.685000', '222136.145000', '222136.605000', '222137.065000', '222137.525000', '222137.985000', '222138.445000', '222138.905000', '222139.365000', '222139.825000', '222140.285000', '222140.745000', '222141.205000', '222141.665000', '222142.125000', '222142.585000', '222143.045000', '222143.505000', '222143.965000', '222144.425000', '222144.885000', '222145.345000', '222145.805000', '222146.265000', '222146.725000', '222147.185000', '222147.645000', '222148.105000', '222148.565000', '222149.025000', '222149.485000', '222149.945000', '222150.405000', '222150.865000', '222151.325000', '222151.785000', '222152.245000', '222152.705000', '222153.165000', '222153.625000', '222154.085000', '222154.545000', '222155.005000', '222155.465000', '222155.925000', '222156.385000', '222156.845000', '222157.305000', '222157.765000', '222158.225000', '222158.685000', '222159.145000', '222159.605000', '222200.065000', '222200.525000', '222200.985000', '222201.445000', '222201.905000', '222202.365000', '222202.825000', '222203.285000', '222203.745000', '222204.205000', '222204.665000', '222205.125000'], 'ContentTime': ['221549.399000', '221549.402000', '221549.404000', '221549.407000', '221549.410000', '221549.412000', '221549.415000', '221549.417000', '221549.420000', '221549.422000', '221549.425000', '221549.427000', '221549.430000', '221549.432000', '221549.435000', '221549.437000', '221549.440000', '221549.442000', '221549.445000', '221549.448000', '221549.450000', '221549.453000', '221549.455000', '221549.458000', '221549.460000', '221549.463000', '221549.465000', '221549.468000', '221549.471000', '221549.473000', '221549.476000', '221549.478000', '221549.481000', '221549.483000', '221549.486000', '221549.488000', '221549.491000', '221549.493000', '221549.496000', '221549.498000', '221549.501000', '221549.503000', '221549.506000', '221549.508000', '221549.511000', '221549.514000', '221549.516000', '221549.519000', '221549.521000', '221549.524000', '221549.527000', '221609.356000', '221609.358000', '221609.361000', '221609.363000', '221609.366000', '221609.369000', '221609.371000', '221609.374000', '221609.376000', '221609.379000', '221609.381000', '221609.384000', '221609.386000', '221609.389000', '221609.391000', '221609.394000', '221609.406000', '221609.408000', '221609.411000', '221609.413000', '221609.416000', '221609.419000', '221609.421000', '221609.424000', '221609.426000', '221609.429000', '221609.431000', '221609.434000', '221609.436000', '221609.439000', '221609.441000', '221609.444000', '221609.446000', '221609.449000', '221609.452000', '221609.454000', '221609.457000', '221609.459000', '221609.462000', '221609.464000', '221609.467000', '221609.469000', '221609.472000', '221629.355000', '221629.358000', '221629.361000', '221629.363000', '221629.366000', '221629.395000', '221629.398000', '221629.400000', '221629.408000', '221629.411000', '221629.413000', '221629.416000', '221629.418000', '221629.421000', '221629.423000', '221629.426000', '221629.429000', '221629.431000', '221629.434000', '221629.436000', '221629.439000', '221629.441000', '221629.444000', '221629.446000', '221629.449000', '221629.451000', '221629.454000', '221629.457000', '221629.459000', '221629.462000', '221629.465000', '221629.467000', '221629.470000', '221629.472000', '221629.475000', '221629.477000', '221629.480000', '221629.483000', '221629.485000', '221629.488000', '221629.490000', '221629.493000', '221629.495000', '221629.498000', '221649.355000', '221649.358000', '221649.361000', '221649.363000', '221649.366000', '221649.369000', '221649.371000', '221649.374000', '221649.376000', '221649.379000', '221649.381000', '221649.384000', '221649.387000', '221649.389000', '221649.392000', '221649.394000', '221649.397000', '221649.399000', '221649.402000', '221649.405000', '221649.407000', '221649.410000', '221649.412000', '221649.415000', '221649.417000', '221649.420000', '221649.422000', '221649.425000', '221649.428000', '221649.430000', '221649.433000', '221649.435000', '221649.438000', '221649.440000', '221649.443000', '221649.446000', '221649.448000', '221649.457000', '221649.460000', '221649.462000', '221649.465000', '221649.468000', '221649.470000', '221709.356000', '221709.358000', '221709.361000', '221709.363000', '221709.366000', '221709.369000', '221709.371000', '221709.374000', '221709.376000', '221709.379000', '221709.381000', '221709.384000', '221709.386000', '221709.389000', '221709.391000', '221709.394000', '221709.403000', '221709.406000', '221709.408000', '221709.411000', '221709.413000', '221709.416000', '221709.426000', '221709.429000', '221709.431000', '221709.434000', '221709.436000', '221709.439000', '221709.441000', '221709.444000', '221709.446000', '221709.449000', '221709.452000', '221709.454000', '221709.457000', '221709.459000', '221709.462000', '221709.464000', '221709.467000', '221709.469000', '221709.472000', '221709.475000', '221709.477000', '221709.480000', '221729.355000', '221729.358000', '221729.361000', '221729.363000', '221729.366000', '221729.369000', '221729.371000', '221729.374000', '221729.376000', '221729.379000', '221729.381000', '221729.384000', '221729.386000', '221729.389000', '221729.391000', '221729.394000', '221729.397000', '221729.399000', '221729.402000', '221729.404000', '221729.407000', '221729.409000', '221729.412000', '221729.414000', '221729.417000', '221729.420000', '221729.422000', '221729.425000', '221729.427000', '221729.430000', '221729.432000', '221729.435000', '221729.438000', '221729.440000', '221729.443000', '221729.445000', '221729.448000', '221729.450000', '221729.453000', '221729.455000', '221729.458000', '221729.461000', '221729.463000', '221749.355000', '221749.358000', '221749.361000', '221749.363000', '221749.366000', '221749.368000', '221749.371000', '221749.374000', '221749.376000', '221749.379000', '221749.382000', '221749.384000', '221749.387000', '221749.389000', '221749.392000', '221749.394000', '221749.397000', '221749.400000', '221749.402000', '221749.405000', '221749.407000', '221749.410000', '221749.413000', '221749.415000', '221749.418000', '221749.420000', '221749.423000', '221749.425000', '221749.428000', '221749.430000', '221749.433000', '221749.436000', '221749.438000', '221749.441000', '221749.443000', '221749.446000', '221749.448000', '221749.451000', '221749.453000', '221749.456000', '221749.458000', '221749.461000', '221749.464000', '221749.466000', '221809.355000', '221809.357000', '221809.360000', '221809.362000', '221809.365000', '221809.368000', '221809.370000', '221809.373000', '221809.375000', '221809.378000', '221809.380000', '221809.383000', '221809.385000', '221809.388000', '221809.391000', '221809.393000', '221809.396000', '221809.398000', '221809.401000', '221809.403000', '221809.406000', '221809.408000', '221809.411000', '221809.414000', '221809.416000', '221809.419000', '221809.421000', '221809.424000', '221809.426000', '221809.429000', '221809.432000', '221809.434000', '221809.437000', '221809.439000', '221809.442000', '221809.444000', '221809.447000', '221809.449000', '221809.452000', '221809.455000', '221809.457000', '221809.460000', '221809.462000', '221829.355000', '221829.358000', '221829.361000', '221829.363000', '221829.366000', '221829.368000', '221829.371000', '221829.374000', '221829.376000', '221829.379000', '221829.381000', '221829.384000', '221829.387000', '221829.389000', '221829.392000', '221829.394000', '221829.397000', '221829.400000', '221829.402000', '221829.405000', '221829.407000', '221829.410000', '221829.412000', '221829.415000', '221829.418000', '221829.420000', '221829.423000', '221829.425000', '221829.428000', '221829.431000', '221829.433000', '221829.436000', '221829.438000', '221829.441000', '221829.443000', '221829.446000', '221829.449000', '221829.451000', '221829.454000', '221829.456000', '221829.459000', '221829.461000', '221829.464000', '221829.466000', '221849.355000', '221849.365000', '221849.368000', '221849.370000', '221849.373000', '221849.375000', '221849.378000', '221849.380000', '221849.383000', '221849.386000', '221849.388000', '221849.417000', '221849.420000', '221849.422000', '221849.425000', '221849.427000', '221849.430000', '221849.433000', '221849.435000', '221849.438000', '221849.440000', '221849.443000', '221849.445000', '221849.448000', '221849.451000', '221849.453000', '221849.456000', '221849.458000', '221849.461000', '221849.463000', '221849.466000', '221849.468000', '221849.471000', '221849.474000', '221849.476000', '221849.479000', '221849.481000', '221849.484000', '221849.486000', '221849.489000', '221849.492000', '221849.494000', '221849.497000', '221909.356000', '221909.358000', '221909.361000', '221909.364000', '221909.367000', '221909.369000', '221909.372000', '221909.375000', '221909.377000', '221909.380000', '221909.382000', '221909.385000', '221909.387000', '221909.390000', '221909.392000', '221909.395000', '221909.398000', '221909.400000', '221909.403000', '221909.405000', '221909.408000', '221909.410000', '221909.413000', '221909.416000', '221909.418000', '221909.421000', '221909.423000', '221909.426000', '221909.429000', '221909.431000', '221909.437000', '221909.439000', '221909.442000', '221909.444000', '221909.447000', '221909.450000', '221909.452000', '221909.455000', '221909.457000', '221909.460000', '221909.462000', '221909.465000', '221909.468000', '221909.470000', '221929.356000', '221929.358000', '221929.361000', '221929.363000', '221929.366000', '221929.369000', '221929.371000', '221929.374000', '221929.376000', '221929.379000', '221929.382000', '221929.384000', '221929.387000', '221929.389000', '221929.392000', '221929.394000', '221929.397000', '221929.400000', '221929.402000', '221929.405000', '221929.407000', '221929.410000', '221929.412000', '221929.415000', '221929.417000', '221929.420000', '221929.423000', '221929.425000', '221929.428000', '221929.430000', '221929.433000', '221929.435000', '221929.438000', '221929.440000', '221929.443000', '221929.446000', '221929.448000', '221929.451000', '221929.453000', '221929.456000', '221929.458000', '221929.461000', '221929.464000', '221949.355000', '221949.358000', '221949.361000', '221949.363000', '221949.366000', '221949.368000', '221949.371000', '221949.374000', '221949.376000', '221949.379000', '221949.382000', '221949.384000', '221949.387000', '221949.389000', '221949.392000', '221949.394000', '221949.397000', '221949.400000', '221949.402000', '221949.405000', '221949.407000', '221949.410000', '221949.412000', '221949.415000', '221949.418000', '221949.420000', '221949.423000', '221949.425000', '221949.428000', '221949.430000', '221949.433000', '221949.435000', '221949.438000', '221949.441000', '221949.443000', '221949.446000', '221949.448000', '221949.451000', '221949.453000', '221949.456000', '221949.463000', '221949.465000', '221949.468000', '221949.470000', '222009.356000', '222009.359000', '222009.361000', '222009.364000', '222009.366000', '222009.369000', '222009.371000', '222009.374000', '222009.376000', '222009.379000', '222009.382000', '222009.384000', '222009.387000', '222009.389000', '222009.392000', '222009.394000', '222009.397000', '222009.399000', '222009.402000', '222009.404000', '222009.407000', '222009.410000', '222009.412000', '222009.415000', '222009.417000', '222009.420000', '222009.422000', '222009.425000', '222009.427000', '222009.430000', '222009.433000', '222009.435000', '222009.438000', '222009.440000', '222009.443000', '222009.445000', '222009.461000', '222009.463000', '222009.466000', '222009.468000', '222009.471000', '222009.474000', '222009.476000', '222029.355000', '222029.357000', '222029.360000', '222029.363000', '222029.365000', '222029.368000', '222029.370000', '222029.373000', '222029.375000', '222029.378000', '222029.381000', '222029.383000', '222029.386000', '222029.389000', '222029.391000', '222029.394000', '222029.396000', '222029.399000', '222029.402000', '222029.405000', '222029.407000', '222029.410000', '222029.413000', '222029.415000', '222029.418000', '222029.420000', '222029.423000', '222029.426000', '222029.428000', '222029.431000', '222029.433000', '222029.436000', '222029.439000', '222029.450000', '222029.453000', '222029.456000', '222029.458000', '222029.461000', '222029.464000', '222029.466000', '222029.469000', '222029.471000', '222029.474000', '222049.355000', '222049.358000', '222049.361000', '222049.363000', '222049.366000', '222049.369000', '222049.371000', '222049.374000', '222049.376000', '222049.379000', '222049.382000', '222049.384000', '222049.387000', '222049.389000', '222049.392000', '222049.394000', '222049.397000', '222049.400000', '222049.402000', '222049.405000', '222049.407000', '222049.410000', '222049.412000', '222049.415000', '222049.418000', '222049.420000', '222049.423000', '222049.425000', '222049.428000', '222049.431000', '222049.433000', '222049.436000', '222049.438000', '222049.441000', '222049.443000', '222049.446000', '222049.449000', '222049.451000', '222049.454000', '222049.456000', '222049.459000', '222049.461000', '222049.464000', '222049.466000', '222109.356000', '222109.359000', '222109.361000', '222109.364000', '222109.366000', '222109.369000', '222109.372000', '222109.374000', '222109.377000', '222109.379000', '222109.382000', '222109.384000', '222109.387000', '222109.389000', '222109.392000', '222109.395000', '222109.397000', '222109.400000', '222109.402000', '222109.405000', '222109.407000', '222109.410000', '222109.412000', '222109.415000', '222109.418000', '222109.420000', '222109.423000', '222109.426000', '222109.428000', '222109.431000', '222109.433000', '222109.436000', '222109.438000', '222109.441000', '222109.444000', '222109.446000', '222109.449000', '222109.451000', '222109.454000', '222109.456000', '222109.459000', '222109.461000', '222109.464000', '222129.356000', '222129.358000', '222129.361000', '222129.364000', '222129.366000', '222129.369000', '222129.371000', '222129.374000', '222129.376000', '222129.380000', '222129.383000', '222129.386000', '222129.388000', '222129.391000', '222129.393000', '222129.396000', '222129.398000', '222129.401000', '222129.403000', '222129.406000', '222129.409000', '222129.411000', '222129.414000', '222129.416000', '222129.419000', '222129.421000', '222129.424000', '222129.426000', '222129.429000', '222129.431000', '222129.434000', '222129.437000', '222129.439000', '222129.442000', '222129.444000', '222129.447000', '222129.450000', '222129.452000', '222129.455000', '222129.457000', '222129.460000', '222129.463000', '222129.465000', '222129.468000', '222149.355000', '222149.358000', '222149.361000', '222149.364000', '222149.366000', '222149.369000', '222149.371000', '222149.374000', '222149.377000', '222149.379000', '222149.382000', '222149.384000', '222149.387000', '222149.389000', '222149.392000', '222149.399000', '222149.401000', '222149.404000', '222149.406000', '222149.410000', '222149.413000', '222149.415000', '222149.418000', '222149.420000', '222149.423000', '222149.425000', '222149.428000', '222149.430000', '222149.433000', '222149.435000', '222149.438000', '222149.441000', '222149.445000', '222149.448000', '222149.450000', '222149.453000', '222149.456000', '222149.458000', '222149.461000', '222149.463000', '222149.466000', '222149.469000', '222149.471000', '222206.855000', '222206.858000', '222206.861000', '222206.863000', '222206.867000', '222206.870000', '222206.873000', '222206.875000', '222206.878000', '222206.881000', '222206.884000', '222206.887000', '222206.889000', '222206.892000', '222206.895000', '222206.898000', '222206.900000', '222206.903000', '222206.915000', '222206.917000', '222206.920000', '222206.923000', '222206.926000', '222206.929000', '222206.932000', '222206.939000', '222206.942000', '222206.945000', '222206.948000', '222206.952000', '222206.955000', '222206.957000', '222206.960000', '222206.963000', '222206.966000', '222206.969000', '222206.971000', '222206.974000', '222206.978000'], 'InstanceCreationTime': ['221549.399000', '221549.402000', '221549.404000', '221549.407000', '221549.410000', '221549.412000', '221549.415000', '221549.417000', '221549.420000', '221549.422000', '221549.425000', '221549.427000', '221549.430000', '221549.432000', '221549.435000', '221549.437000', '221549.440000', '221549.442000', '221549.445000', '221549.448000', '221549.450000', '221549.453000', '221549.455000', '221549.458000', '221549.460000', '221549.463000', '221549.465000', '221549.468000', '221549.471000', '221549.473000', '221549.476000', '221549.478000', '221549.481000', '221549.483000', '221549.486000', '221549.488000', '221549.491000', '221549.493000', '221549.496000', '221549.498000', '221549.501000', '221549.503000', '221549.506000', '221549.508000', '221549.511000', '221549.514000', '221549.516000', '221549.519000', '221549.521000', '221549.524000', '221549.527000', '221609.356000', '221609.358000', '221609.361000', '221609.363000', '221609.366000', '221609.369000', '221609.371000', '221609.374000', '221609.376000', '221609.379000', '221609.381000', '221609.384000', '221609.386000', '221609.389000', '221609.391000', '221609.394000', '221609.406000', '221609.408000', '221609.411000', '221609.413000', '221609.416000', '221609.419000', '221609.421000', '221609.424000', '221609.426000', '221609.429000', '221609.431000', '221609.434000', '221609.436000', '221609.439000', '221609.441000', '221609.444000', '221609.446000', '221609.449000', '221609.452000', '221609.454000', '221609.457000', '221609.459000', '221609.462000', '221609.464000', '221609.467000', '221609.469000', '221609.472000', '221629.355000', '221629.358000', '221629.361000', '221629.363000', '221629.366000', '221629.395000', '221629.398000', '221629.400000', '221629.408000', '221629.411000', '221629.413000', '221629.416000', '221629.418000', '221629.421000', '221629.423000', '221629.426000', '221629.429000', '221629.431000', '221629.434000', '221629.436000', '221629.439000', '221629.441000', '221629.444000', '221629.446000', '221629.449000', '221629.451000', '221629.454000', '221629.457000', '221629.459000', '221629.462000', '221629.465000', '221629.467000', '221629.470000', '221629.472000', '221629.475000', '221629.477000', '221629.480000', '221629.483000', '221629.485000', '221629.488000', '221629.490000', '221629.493000', '221629.495000', '221629.498000', '221649.355000', '221649.358000', '221649.361000', '221649.363000', '221649.366000', '221649.369000', '221649.371000', '221649.374000', '221649.376000', '221649.379000', '221649.381000', '221649.384000', '221649.387000', '221649.389000', '221649.392000', '221649.394000', '221649.397000', '221649.399000', '221649.402000', '221649.405000', '221649.407000', '221649.410000', '221649.412000', '221649.415000', '221649.417000', '221649.420000', '221649.422000', '221649.425000', '221649.428000', '221649.430000', '221649.433000', '221649.435000', '221649.438000', '221649.440000', '221649.443000', '221649.446000', '221649.448000', '221649.457000', '221649.460000', '221649.462000', '221649.465000', '221649.468000', '221649.470000', '221709.356000', '221709.358000', '221709.361000', '221709.363000', '221709.366000', '221709.369000', '221709.371000', '221709.374000', '221709.376000', '221709.379000', '221709.381000', '221709.384000', '221709.386000', '221709.389000', '221709.391000', '221709.394000', '221709.403000', '221709.406000', '221709.408000', '221709.411000', '221709.413000', '221709.416000', '221709.426000', '221709.429000', '221709.431000', '221709.434000', '221709.436000', '221709.439000', '221709.441000', '221709.444000', '221709.446000', '221709.449000', '221709.452000', '221709.454000', '221709.457000', '221709.459000', '221709.462000', '221709.464000', '221709.467000', '221709.469000', '221709.472000', '221709.475000', '221709.477000', '221709.480000', '221729.355000', '221729.358000', '221729.361000', '221729.363000', '221729.366000', '221729.369000', '221729.371000', '221729.374000', '221729.376000', '221729.379000', '221729.381000', '221729.384000', '221729.386000', '221729.389000', '221729.391000', '221729.394000', '221729.397000', '221729.399000', '221729.402000', '221729.404000', '221729.407000', '221729.409000', '221729.412000', '221729.414000', '221729.417000', '221729.420000', '221729.422000', '221729.425000', '221729.427000', '221729.430000', '221729.432000', '221729.435000', '221729.438000', '221729.440000', '221729.443000', '221729.445000', '221729.448000', '221729.450000', '221729.453000', '221729.455000', '221729.458000', '221729.461000', '221729.463000', '221749.355000', '221749.358000', '221749.361000', '221749.363000', '221749.366000', '221749.368000', '221749.371000', '221749.374000', '221749.376000', '221749.379000', '221749.382000', '221749.384000', '221749.387000', '221749.389000', '221749.392000', '221749.394000', '221749.397000', '221749.400000', '221749.402000', '221749.405000', '221749.407000', '221749.410000', '221749.413000', '221749.415000', '221749.418000', '221749.420000', '221749.423000', '221749.425000', '221749.428000', '221749.430000', '221749.433000', '221749.436000', '221749.438000', '221749.441000', '221749.443000', '221749.446000', '221749.448000', '221749.451000', '221749.453000', '221749.456000', '221749.458000', '221749.461000', '221749.464000', '221749.466000', '221809.355000', '221809.357000', '221809.360000', '221809.362000', '221809.365000', '221809.368000', '221809.370000', '221809.373000', '221809.375000', '221809.378000', '221809.380000', '221809.383000', '221809.385000', '221809.388000', '221809.391000', '221809.393000', '221809.396000', '221809.398000', '221809.401000', '221809.403000', '221809.406000', '221809.408000', '221809.411000', '221809.414000', '221809.416000', '221809.419000', '221809.421000', '221809.424000', '221809.426000', '221809.429000', '221809.432000', '221809.434000', '221809.437000', '221809.439000', '221809.442000', '221809.444000', '221809.447000', '221809.449000', '221809.452000', '221809.455000', '221809.457000', '221809.460000', '221809.462000', '221829.355000', '221829.358000', '221829.361000', '221829.363000', '221829.366000', '221829.368000', '221829.371000', '221829.374000', '221829.376000', '221829.379000', '221829.381000', '221829.384000', '221829.387000', '221829.389000', '221829.392000', '221829.394000', '221829.397000', '221829.400000', '221829.402000', '221829.405000', '221829.407000', '221829.410000', '221829.412000', '221829.415000', '221829.418000', '221829.420000', '221829.423000', '221829.425000', '221829.428000', '221829.431000', '221829.433000', '221829.436000', '221829.438000', '221829.441000', '221829.443000', '221829.446000', '221829.449000', '221829.451000', '221829.454000', '221829.456000', '221829.459000', '221829.461000', '221829.464000', '221829.466000', '221849.355000', '221849.365000', '221849.368000', '221849.370000', '221849.373000', '221849.375000', '221849.378000', '221849.380000', '221849.383000', '221849.386000', '221849.388000', '221849.417000', '221849.420000', '221849.422000', '221849.425000', '221849.427000', '221849.430000', '221849.433000', '221849.435000', '221849.438000', '221849.440000', '221849.443000', '221849.445000', '221849.448000', '221849.451000', '221849.453000', '221849.456000', '221849.458000', '221849.461000', '221849.463000', '221849.466000', '221849.468000', '221849.471000', '221849.474000', '221849.476000', '221849.479000', '221849.481000', '221849.484000', '221849.486000', '221849.489000', '221849.492000', '221849.494000', '221849.497000', '221909.356000', '221909.358000', '221909.361000', '221909.364000', '221909.367000', '221909.369000', '221909.372000', '221909.375000', '221909.377000', '221909.380000', '221909.382000', '221909.385000', '221909.387000', '221909.390000', '221909.392000', '221909.395000', '221909.398000', '221909.400000', '221909.403000', '221909.405000', '221909.408000', '221909.410000', '221909.413000', '221909.416000', '221909.418000', '221909.421000', '221909.423000', '221909.426000', '221909.429000', '221909.431000', '221909.437000', '221909.439000', '221909.442000', '221909.444000', '221909.447000', '221909.450000', '221909.452000', '221909.455000', '221909.457000', '221909.460000', '221909.462000', '221909.465000', '221909.468000', '221909.470000', '221929.356000', '221929.358000', '221929.361000', '221929.363000', '221929.366000', '221929.369000', '221929.371000', '221929.374000', '221929.376000', '221929.379000', '221929.382000', '221929.384000', '221929.387000', '221929.389000', '221929.392000', '221929.394000', '221929.397000', '221929.400000', '221929.402000', '221929.405000', '221929.407000', '221929.410000', '221929.412000', '221929.415000', '221929.417000', '221929.420000', '221929.423000', '221929.425000', '221929.428000', '221929.430000', '221929.433000', '221929.435000', '221929.438000', '221929.440000', '221929.443000', '221929.446000', '221929.448000', '221929.451000', '221929.453000', '221929.456000', '221929.458000', '221929.461000', '221929.464000', '221949.355000', '221949.358000', '221949.361000', '221949.363000', '221949.366000', '221949.368000', '221949.371000', '221949.374000', '221949.376000', '221949.379000', '221949.382000', '221949.384000', '221949.387000', '221949.389000', '221949.392000', '221949.394000', '221949.397000', '221949.400000', '221949.402000', '221949.405000', '221949.407000', '221949.410000', '221949.412000', '221949.415000', '221949.418000', '221949.420000', '221949.423000', '221949.425000', '221949.428000', '221949.430000', '221949.433000', '221949.435000', '221949.438000', '221949.441000', '221949.443000', '221949.446000', '221949.448000', '221949.451000', '221949.453000', '221949.456000', '221949.463000', '221949.465000', '221949.468000', '221949.470000', '222009.356000', '222009.359000', '222009.361000', '222009.364000', '222009.366000', '222009.369000', '222009.371000', '222009.374000', '222009.376000', '222009.379000', '222009.382000', '222009.384000', '222009.387000', '222009.389000', '222009.392000', '222009.394000', '222009.397000', '222009.399000', '222009.402000', '222009.404000', '222009.407000', '222009.410000', '222009.412000', '222009.415000', '222009.417000', '222009.420000', '222009.422000', '222009.425000', '222009.427000', '222009.430000', '222009.433000', '222009.435000', '222009.438000', '222009.440000', '222009.443000', '222009.445000', '222009.461000', '222009.463000', '222009.466000', '222009.468000', '222009.471000', '222009.474000', '222009.476000', '222029.355000', '222029.357000', '222029.360000', '222029.363000', '222029.365000', '222029.368000', '222029.370000', '222029.373000', '222029.375000', '222029.378000', '222029.381000', '222029.383000', '222029.386000', '222029.389000', '222029.391000', '222029.394000', '222029.396000', '222029.399000', '222029.402000', '222029.405000', '222029.407000', '222029.410000', '222029.413000', '222029.415000', '222029.418000', '222029.420000', '222029.423000', '222029.426000', '222029.428000', '222029.431000', '222029.433000', '222029.436000', '222029.439000', '222029.450000', '222029.453000', '222029.456000', '222029.458000', '222029.461000', '222029.464000', '222029.466000', '222029.469000', '222029.471000', '222029.474000', '222049.355000', '222049.358000', '222049.361000', '222049.363000', '222049.366000', '222049.369000', '222049.371000', '222049.374000', '222049.376000', '222049.379000', '222049.382000', '222049.384000', '222049.387000', '222049.389000', '222049.392000', '222049.394000', '222049.397000', '222049.400000', '222049.402000', '222049.405000', '222049.407000', '222049.410000', '222049.412000', '222049.415000', '222049.418000', '222049.420000', '222049.423000', '222049.425000', '222049.428000', '222049.431000', '222049.433000', '222049.436000', '222049.438000', '222049.441000', '222049.443000', '222049.446000', '222049.449000', '222049.451000', '222049.454000', '222049.456000', '222049.459000', '222049.461000', '222049.464000', '222049.466000', '222109.356000', '222109.359000', '222109.361000', '222109.364000', '222109.366000', '222109.369000', '222109.372000', '222109.374000', '222109.377000', '222109.379000', '222109.382000', '222109.384000', '222109.387000', '222109.389000', '222109.392000', '222109.395000', '222109.397000', '222109.400000', '222109.402000', '222109.405000', '222109.407000', '222109.410000', '222109.412000', '222109.415000', '222109.418000', '222109.420000', '222109.423000', '222109.426000', '222109.428000', '222109.431000', '222109.433000', '222109.436000', '222109.438000', '222109.441000', '222109.444000', '222109.446000', '222109.449000', '222109.451000', '222109.454000', '222109.456000', '222109.459000', '222109.461000', '222109.464000', '222129.356000', '222129.358000', '222129.361000', '222129.364000', '222129.366000', '222129.369000', '222129.371000', '222129.374000', '222129.376000', '222129.380000', '222129.383000', '222129.386000', '222129.388000', '222129.391000', '222129.393000', '222129.396000', '222129.398000', '222129.401000', '222129.403000', '222129.406000', '222129.409000', '222129.411000', '222129.414000', '222129.416000', '222129.419000', '222129.421000', '222129.424000', '222129.426000', '222129.429000', '222129.431000', '222129.434000', '222129.437000', '222129.439000', '222129.442000', '222129.444000', '222129.447000', '222129.450000', '222129.452000', '222129.455000', '222129.457000', '222129.460000', '222129.463000', '222129.465000', '222129.468000', '222149.355000', '222149.358000', '222149.361000', '222149.364000', '222149.366000', '222149.369000', '222149.371000', '222149.374000', '222149.377000', '222149.379000', '222149.382000', '222149.384000', '222149.387000', '222149.389000', '222149.392000', '222149.399000', '222149.401000', '222149.404000', '222149.406000', '222149.410000', '222149.413000', '222149.415000', '222149.418000', '222149.420000', '222149.423000', '222149.425000', '222149.428000', '222149.430000', '222149.433000', '222149.435000', '222149.438000', '222149.441000', '222149.445000', '222149.448000', '222149.450000', '222149.453000', '222149.456000', '222149.458000', '222149.461000', '222149.463000', '222149.466000', '222149.469000', '222149.471000', '222206.855000', '222206.858000', '222206.861000', '222206.863000', '222206.867000', '222206.870000', '222206.873000', '222206.875000', '222206.878000', '222206.881000', '222206.884000', '222206.887000', '222206.889000', '222206.892000', '222206.895000', '222206.898000', '222206.900000', '222206.903000', '222206.915000', '222206.917000', '222206.920000', '222206.923000', '222206.926000', '222206.929000', '222206.932000', '222206.939000', '222206.942000', '222206.945000', '222206.948000', '222206.952000', '222206.955000', '222206.957000', '222206.960000', '222206.963000', '222206.966000', '222206.969000', '222206.971000', '222206.974000', '222206.978000'], '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': [10297, 9821, 16227, 9804, 13412, 9760, 10339, 9779, 9475, 9733, 9660, 9392, 12321, 9200, 9855, 9570, 9792, 9891, 9834, 9806, 9791, 9974, 9484, 15217, 11016, 13870, 9445, 9580, 9685, 9309, 16020, 10157, 17684, 9707, 12105, 9891, 9173, 9546, 9658, 9447, 9348, 9965, 9699, 9773, 9781, 9776, 9605, 9782, 9724, 9240, 9450, 9328, 9348, 10141, 9773, 9747, 9624, 9799, 9465, 9617, 10929, 9568, 9621, 9848, 9829, 10369, 9525, 10211, 9147, 11861, 9413, 9636, 9784, 9490, 9807, 9616, 14549, 10633, 15571, 9329, 10424, 9774, 9282, 9336, 9568, 14577, 10834, 15471, 9395, 9342, 9726, 9583, 8819, 13088, 9045, 9699, 9414, 9202, 9441, 9152, 9503, 9737, 9725, 9349, 10292, 9082, 10511, 8877, 13687, 9323, 9545, 9603, 9466, 12727, 9281, 18214, 10180, 11443, 9562, 9419, 8975, 9112, 12944, 9030, 9093, 9379, 9549, 9002, 10122, 9207, 9437, 9610, 9658, 9946, 8713, 9295, 8835, 10385, 8916, 9531, 9461, 9663, 9542, 9278, 9303, 9246, 9787, 8980, 9925, 8952, 9963, 8730, 14496, 8917, 10190, 9093, 9396, 9456, 9408, 15308, 10409, 13651, 9097, 10056, 8792, 9320, 8722, 12651, 9342, 9112, 9762, 8978, 9024, 9108, 16350, 10452, 10457, 9076, 9136, 9134, 11430, 18153, 14305, 15126, 8756, 10779, 8830, 12121, 12518, 15320, 9596, 9175, 9493, 9125, 12394, 11108, 20454, 15546, 14779, 8659, 9282, 8900, 9195, 8731, 12439, 16800, 11372, 12835, 9260, 10072, 8971, 14330, 8673, 9881, 9032, 9233, 8670, 11533, 13948, 15673, 9103, 9261, 9476, 9273, 16783, 16017, 20369, 17273, 18277, 10305, 11289, 10380, 9948, 9951, 10098, 10653, 9206, 9658, 9911, 10171, 9849, 10089, 9844, 14454, 10202, 11348, 10161, 9955, 10340, 10142, 10259, 17559, 12119, 18590, 10212, 10279, 9880, 10178, 10285, 10903, 10101, 13220, 10720, 10159, 9800, 9416, 9331, 8828, 8863, 9572, 10143, 10095, 9849, 9627, 16255, 10892, 15916, 11842, 15468, 15821, 12079, 16774, 10550, 12479, 9647, 8744, 9078, 9668, 9175, 9287, 9474, 9070, 10443, 12648, 13717, 13090, 9361, 12261, 9360, 10388, 9277, 9456, 8793, 9554, 10272, 9251, 11608, 9511, 9522, 9279, 9432, 9247, 9664, 9382, 9519, 8841, 9339, 8762, 9420, 9798, 9227, 10203, 8972, 12689, 9076, 9643, 8983, 9057, 9168, 9557, 12993, 9297, 12139, 9293, 11990, 9082, 9608, 9483, 9501, 14042, 11891, 14323, 9460, 9780, 9460, 10964, 9376, 10032, 9333, 13753, 9807, 14413, 9041, 10100, 9226, 9509, 9607, 9674, 10143, 9496, 10767, 9234, 9288, 9266, 9587, 9396, 9596, 10165, 9393, 10475, 9611, 9542, 9426, 9468, 9203, 9527, 9860, 9332, 9732, 9530, 10150, 9573, 9576, 9464, 11314, 9551, 9521, 9553, 9567, 9968, 9463, 12048, 9554, 11075, 9417, 9529, 9350, 9507, 11916, 9724, 18331, 9308, 9592, 9213, 9386, 9394, 10051, 9500, 10978, 14082, 9456, 11672, 9156, 10547, 9199, 16408, 12479, 10177, 9350, 9787, 9288, 9273, 14305, 10519, 17874, 9501, 11470, 9192, 9790, 9306, 10594, 8940, 15581, 9006, 9527, 9048, 9443, 9312, 9384, 10309, 9304, 11901, 9312, 9460, 9170, 9108, 9232, 9844, 9087, 9106, 9297, 9733, 9261, 9540, 9385, 9336, 9244, 10470, 10411, 9586, 9457, 9299, 9820, 9400, 14025, 9333, 9670, 9311, 9910, 9462, 10142, 9362, 10135, 9037, 9337, 9435, 9419, 9845, 9469, 10951, 9363, 10122, 9220, 9738, 9418, 9773, 9374, 12107, 9317, 9334, 9195, 9314, 9281, 9721, 9320, 10684, 9250, 9319, 9295, 9501, 11787, 9167, 11502, 9360, 9324, 9100, 9610, 9424, 9509, 9961, 9345, 9474, 9240, 10215, 9578, 9950, 9648, 9878, 9425, 9910, 10053, 9375, 9973, 9469, 10456, 9370, 9495, 9505, 9326, 9427, 9648, 9551, 9702, 9343, 9425, 9476, 9354, 9589, 9268, 10988, 9183, 9656, 9341, 11622, 9213, 18012, 11540, 13475, 9034, 13554, 10910, 18075, 10044, 11363, 8863, 8197, 8948, 9596, 9094, 16140, 11336, 13962, 8699, 9122, 9410, 9383, 11096, 12190, 11085, 8819, 8201, 9230, 13019, 9270, 10492, 8996, 8350, 9064, 8227, 9094, 9560, 9104, 8856, 8735, 8452, 9049, 9458, 8968, 11341, 8818, 8613, 8899, 9176, 8759, 8278, 8669, 8047, 8225, 8985, 9698, 8643, 9990, 9240, 10723, 9222, 8721, 9001, 10278, 9145, 17709, 14191, 17114, 8985, 9193, 8714, 9157, 8878, 10962, 8650, 9302, 8329, 9102, 8369, 9356, 8419, 8938, 8740, 9027, 8437, 9113, 13120, 9391, 11308, 8993, 8703, 9082, 10472, 9150, 16533, 9053, 9694, 8869, 9265, 14844, 9109, 17392, 10636, 11818, 8551, 9360, 9037, 12511, 10453, 9009, 8363, 9015, 10113, 9075, 13880, 9234, 8690, 8900, 8915, 8558, 9192, 8447, 9422, 10225, 9136, 9687, 9016, 8611, 8925, 8468, 8945, 10274, 8904, 8677, 8226, 9017, 8924, 9053, 8747, 9353, 8477, 8944, 8235, 9118, 8220, 9233, 10043, 8918, 8105, 8712, 8432, 8948, 12336, 9305, 9839, 8885, 9230, 8563, 12477, 15366, 11807, 16627, 8995, 12368, 9034, 13470, 10334, 13742, 9192, 8927, 8712, 9131, 9120, 9113, 8787, 9195, 8806, 9325, 8821, 9335, 10454, 9195, 8750, 9131, 9301, 9562, 9064, 18346, 14339, 10998, 8592, 9337, 9634, 9087, 9321, 9454, 10068, 9138, 15796, 8711, 9519, 8738, 9225, 8566, 9316, 15739, 9359, 9862, 8969, 9457, 8862, 16451, 8811, 9598, 8464, 9082, 9096, 9422, 8905, 15934, 17497, 13260, 8582, 9287, 10507, 9138, 9300, 8890, 9016, 8424, 8856, 9293, 8600, 9415, 8564, 9016, 9433, 8806, 11179, 12592, 8994, 12677, 9173, 10336, 9160, 12788, 8899, 16739, 8720, 9092, 9212, 9329, 8771, 9076, 14714, 9311, 15597, 9263, 10637, 9437, 9696, 9352, 19658, 14200, 18479, 10280, 11873, 8493, 9440, 9056, 9173, 8855, 9306, 8180, 8889, 9793, 8728, 9529, 9183, 9522, 8602, 9103, 8877, 9147, 9101, 9196, 9049, 9452, 10239, 9421, 14083, 9133, 9284, 9216, 9407, 13807, 9354, 12238, 9724, 13847, 9220, 10001, 9148, 9303, 8634, 9483, 8958, 9791, 9258, 10358, 10241, 10388, 10241, 10948, 11046, 10908, 9928, 9971, 12062, 10381, 9583, 9906, 9759, 9395, 9688, 11280, 15833, 15376], 'WindowCenter': [4197.0, 4167.0, 4214.0, 4139.0, 4166.0, 4135.0, 4123.0, 4124.0, 4122.0, 4126.0, 4126.0, 4115.0, 4156.0, 4125.0, 4124.0, 4123.0, 4121.0, 4133.0, 4133.0, 4134.0, 4136.0, 4138.0, 4138.0, 4190.0, 4148.0, 4178.0, 4124.0, 4122.0, 4110.0, 4100.0, 4161.0, 4121.0, 4172.0, 4111.0, 4130.0, 4109.0, 4098.0, 4109.0, 4108.0, 4097.0, 4098.0, 4108.0, 4124.0, 4134.0, 4122.0, 4121.0, 4120.0, 4110.0, 4112.0, 4110.0, 4123.0, 4124.0, 4112.0, 4123.0, 4121.0, 4111.0, 4108.0, 4121.0, 4110.0, 4122.0, 4132.0, 4122.0, 4111.0, 4120.0, 4122.0, 4119.0, 4125.0, 4132.0, 4122.0, 4143.0, 4112.0, 4122.0, 4122.0, 4123.0, 4122.0, 4136.0, 4163.0, 4134.0, 4174.0, 4111.0, 4121.0, 4121.0, 4111.0, 4112.0, 4122.0, 4163.0, 4131.0, 4160.0, 4111.0, 4098.0, 4122.0, 4123.0, 4113.0, 4152.0, 4126.0, 4124.0, 4110.0, 4109.0, 4111.0, 4124.0, 4135.0, 4123.0, 4122.0, 4123.0, 4120.0, 4125.0, 4146.0, 4114.0, 4165.0, 4112.0, 4122.0, 4110.0, 4111.0, 4153.0, 4111.0, 4183.0, 4119.0, 4130.0, 4109.0, 4110.0, 4097.0, 4097.0, 4139.0, 4098.0, 4087.0, 4109.0, 4121.0, 4098.0, 4120.0, 4109.0, 4110.0, 4107.0, 4108.0, 4106.0, 4098.0, 4110.0, 4100.0, 4121.0, 4100.0, 4109.0, 4109.0, 4111.0, 4110.0, 4122.0, 4109.0, 4112.0, 4119.0, 4110.0, 4108.0, 4112.0, 4122.0, 4102.0, 4162.0, 4112.0, 4121.0, 4099.0, 4109.0, 4110.0, 4112.0, 4171.0, 4133.0, 4163.0, 4111.0, 4118.0, 4111.0, 4121.0, 4101.0, 4152.0, 4109.0, 4109.0, 4119.0, 4123.0, 4123.0, 4113.0, 4184.0, 4134.0, 4119.0, 4099.0, 4112.0, 4111.0, 4141.0, 4182.0, 4162.0, 4148.0, 4088.0, 4117.0, 4099.0, 4139.0, 4139.0, 4171.0, 4106.0, 4096.0, 4108.0, 4123.0, 4139.0, 4128.0, 4181.0, 4171.0, 4147.0, 4086.0, 4094.0, 4096.0, 4109.0, 4097.0, 4140.0, 4169.0, 4127.0, 4126.0, 4097.0, 4107.0, 4096.0, 4160.0, 4097.0, 4104.0, 4097.0, 4098.0, 4086.0, 4128.0, 4148.0, 4159.0, 4086.0, 4097.0, 4096.0, 4112.0, 4172.0, 4174.0, 4197.0, 4172.0, 4167.0, 4107.0, 4114.0, 4104.0, 4104.0, 4105.0, 4105.0, 4118.0, 4110.0, 4121.0, 4119.0, 4120.0, 4120.0, 4130.0, 4109.0, 4149.0, 4107.0, 4116.0, 4107.0, 4106.0, 4104.0, 4104.0, 4105.0, 4157.0, 4125.0, 4167.0, 4105.0, 4103.0, 4104.0, 4102.0, 4130.0, 4130.0, 4132.0, 4163.0, 4146.0, 4130.0, 4133.0, 4110.0, 4111.0, 4111.0, 4114.0, 4127.0, 4147.0, 4149.0, 4136.0, 4125.0, 4173.0, 4121.0, 4162.0, 4129.0, 4151.0, 4149.0, 4132.0, 4162.0, 4094.0, 4103.0, 4073.0, 4060.0, 4071.0, 4081.0, 4082.0, 4082.0, 4096.0, 4098.0, 4108.0, 4139.0, 4140.0, 4138.0, 4087.0, 4114.0, 4084.0, 4092.0, 4084.0, 4084.0, 4074.0, 4097.0, 4094.0, 4086.0, 4115.0, 4096.0, 4094.0, 4095.0, 4094.0, 4094.0, 4109.0, 4110.0, 4122.0, 4124.0, 4125.0, 4112.0, 4124.0, 4123.0, 4111.0, 4133.0, 4113.0, 4155.0, 4112.0, 4122.0, 4112.0, 4113.0, 4110.0, 4120.0, 4150.0, 4111.0, 4142.0, 4110.0, 4141.0, 4101.0, 4123.0, 4112.0, 4124.0, 4161.0, 4142.0, 4160.0, 4108.0, 4107.0, 4110.0, 4118.0, 4109.0, 4119.0, 4112.0, 4162.0, 4122.0, 4161.0, 4097.0, 4118.0, 4097.0, 4108.0, 4107.0, 4109.0, 4118.0, 4120.0, 4131.0, 4110.0, 4110.0, 4110.0, 4110.0, 4097.0, 4107.0, 4119.0, 4110.0, 4129.0, 4121.0, 4122.0, 4111.0, 4121.0, 4122.0, 4124.0, 4121.0, 4122.0, 4121.0, 4122.0, 4130.0, 4121.0, 4134.0, 4124.0, 4145.0, 4124.0, 4122.0, 4120.0, 4122.0, 4120.0, 4133.0, 4152.0, 4124.0, 4143.0, 4110.0, 4121.0, 4109.0, 4123.0, 4140.0, 4122.0, 4193.0, 4121.0, 4119.0, 4122.0, 4110.0, 4122.0, 4134.0, 4122.0, 4145.0, 4174.0, 4123.0, 4130.0, 4110.0, 4131.0, 4111.0, 4173.0, 4152.0, 4118.0, 4110.0, 4122.0, 4110.0, 4110.0, 4160.0, 4119.0, 4169.0, 4109.0, 4125.0, 4109.0, 4107.0, 4111.0, 4131.0, 4097.0, 4158.0, 4097.0, 4104.0, 4094.0, 4106.0, 4095.0, 4095.0, 4118.0, 4108.0, 4125.0, 4097.0, 4104.0, 4097.0, 4096.0, 4120.0, 4118.0, 4109.0, 4097.0, 4110.0, 4108.0, 4109.0, 4119.0, 4108.0, 4120.0, 4110.0, 4132.0, 4130.0, 4122.0, 4106.0, 4121.0, 4130.0, 4109.0, 4162.0, 4111.0, 4109.0, 4108.0, 4117.0, 4118.0, 4130.0, 4110.0, 4121.0, 4098.0, 4107.0, 4097.0, 4108.0, 4106.0, 4118.0, 4129.0, 4109.0, 4119.0, 4110.0, 4118.0, 4121.0, 4131.0, 4121.0, 4151.0, 4121.0, 4108.0, 4109.0, 4108.0, 4122.0, 4122.0, 4109.0, 4130.0, 4108.0, 4107.0, 4097.0, 4107.0, 4139.0, 4097.0, 4126.0, 4097.0, 4096.0, 4096.0, 4105.0, 4109.0, 4119.0, 4117.0, 4108.0, 4107.0, 4108.0, 4106.0, 4108.0, 4119.0, 4118.0, 4120.0, 4110.0, 4120.0, 4117.0, 4109.0, 4119.0, 4133.0, 4131.0, 4123.0, 4119.0, 4120.0, 4109.0, 4119.0, 4131.0, 4120.0, 4134.0, 4120.0, 4122.0, 4120.0, 4134.0, 4121.0, 4122.0, 4143.0, 4122.0, 4121.0, 4122.0, 4142.0, 4123.0, 4195.0, 4169.0, 4176.0, 4113.0, 4137.0, 4116.0, 4169.0, 4107.0, 4116.0, 4096.0, 4085.0, 4097.0, 4108.0, 4098.0, 4171.0, 4130.0, 4148.0, 4084.0, 4095.0, 4096.0, 4096.0, 4114.0, 4127.0, 4102.0, 4082.0, 4085.0, 4095.0, 4134.0, 4095.0, 4103.0, 4084.0, 4071.0, 4096.0, 4084.0, 4096.0, 4096.0, 4096.0, 4084.0, 4085.0, 4073.0, 4098.0, 4106.0, 4096.0, 4117.0, 4096.0, 4110.0, 4110.0, 4108.0, 4099.0, 4087.0, 4100.0, 4088.0, 4101.0, 4111.0, 4122.0, 4124.0, 4133.0, 4123.0, 4142.0, 4122.0, 4101.0, 4112.0, 4121.0, 4123.0, 4183.0, 4164.0, 4172.0, 4100.0, 4107.0, 4097.0, 4109.0, 4098.0, 4130.0, 4086.0, 4097.0, 4099.0, 4110.0, 4100.0, 4121.0, 4099.0, 4111.0, 4099.0, 4111.0, 4113.0, 4122.0, 4164.0, 4124.0, 4141.0, 4112.0, 4100.0, 4125.0, 4133.0, 4112.0, 4183.0, 4099.0, 4109.0, 4097.0, 4109.0, 4161.0, 4099.0, 4170.0, 4118.0, 4127.0, 4086.0, 4109.0, 4096.0, 4140.0, 4117.0, 4096.0, 4074.0, 4109.0, 4118.0, 4097.0, 4149.0, 4108.0, 4084.0, 4095.0, 4085.0, 4085.0, 4096.0, 4085.0, 4110.0, 4118.0, 4108.0, 4095.0, 4095.0, 4085.0, 4111.0, 4098.0, 4097.0, 4120.0, 4109.0, 4097.0, 4088.0, 4109.0, 4113.0, 4124.0, 4111.0, 4122.0, 4101.0, 4109.0, 4099.0, 4123.0, 4099.0, 4121.0, 4135.0, 4113.0, 4101.0, 4114.0, 4115.0, 4127.0, 4166.0, 4136.0, 4135.0, 4113.0, 4121.0, 4114.0, 4164.0, 4175.0, 4144.0, 4171.0, 4098.0, 4140.0, 4112.0, 4150.0, 4120.0, 4149.0, 4095.0, 4097.0, 4098.0, 4108.0, 4097.0, 4099.0, 4086.0, 4098.0, 4095.0, 4111.0, 4098.0, 4110.0, 4118.0, 4097.0, 4098.0, 4125.0, 4137.0, 4122.0, 4096.0, 4181.0, 4161.0, 4133.0, 4100.0, 4107.0, 4109.0, 4098.0, 4107.0, 4121.0, 4134.0, 4110.0, 4174.0, 4099.0, 4110.0, 4098.0, 4108.0, 4099.0, 4111.0, 4160.0, 4099.0, 4094.0, 4097.0, 4108.0, 4097.0, 4158.0, 4097.0, 4095.0, 4086.0, 4099.0, 4098.0, 4110.0, 4097.0, 4172.0, 4183.0, 4151.0, 4099.0, 4110.0, 4117.0, 4095.0, 4096.0, 4084.0, 4098.0, 4087.0, 4099.0, 4109.0, 4098.0, 4110.0, 4099.0, 4113.0, 4107.0, 4098.0, 4130.0, 4139.0, 4099.0, 4137.0, 4097.0, 4107.0, 4110.0, 4152.0, 4097.0, 4159.0, 4075.0, 4097.0, 4098.0, 4097.0, 4073.0, 4085.0, 4147.0, 4096.0, 4146.0, 4097.0, 4121.0, 4137.0, 4123.0, 4098.0, 4166.0, 4136.0, 4166.0, 4106.0, 4127.0, 4099.0, 4108.0, 4097.0, 4097.0, 4096.0, 4108.0, 4100.0, 4113.0, 4121.0, 4112.0, 4122.0, 4109.0, 4108.0, 4085.0, 4099.0, 4099.0, 4110.0, 4098.0, 4111.0, 4100.0, 4124.0, 4132.0, 4109.0, 4149.0, 4096.0, 4096.0, 4097.0, 4097.0, 4136.0, 4097.0, 4140.0, 4109.0, 4138.0, 4097.0, 4096.0, 4098.0, 4110.0, 4098.0, 4106.0, 4109.0, 4134.0, 4134.0, 4135.0, 4132.0, 4134.0, 4133.0, 4143.0, 4155.0, 4159.0, 4149.0, 4138.0, 4169.0, 4135.0, 4139.0, 4139.0, 4127.0, 4113.0, 4110.0, 4132.0, 4164.0, 4163.0], 'WindowWidth': [9328.0, 9268.0, 9321.0, 9209.0, 9239.0, 9195.0, 9173.0, 9175.0, 9168.0, 9182.0, 9183.0, 9165.0, 9221.0, 9180.0, 9174.0, 9172.0, 9167.0, 9186.0, 9186.0, 9188.0, 9196.0, 9201.0, 9203.0, 9276.0, 9216.0, 9255.0, 9175.0, 9168.0, 9147.0, 9134.0, 9219.0, 9165.0, 9237.0, 9152.0, 9172.0, 9143.0, 9130.0, 9146.0, 9143.0, 9127.0, 9129.0, 9142.0, 9177.0, 9189.0, 9168.0, 9165.0, 9165.0, 9147.0, 9155.0, 9147.0, 9170.0, 9176.0, 9155.0, 9171.0, 9164.0, 9152.0, 9144.0, 9165.0, 9148.0, 9169.0, 9182.0, 9168.0, 9153.0, 9163.0, 9168.0, 9160.0, 9178.0, 9185.0, 9172.0, 9200.0, 9158.0, 9169.0, 9169.0, 9170.0, 9170.0, 9195.0, 9227.0, 9189.0, 9240.0, 9154.0, 9165.0, 9166.0, 9153.0, 9156.0, 9169.0, 9226.0, 9181.0, 9217.0, 9151.0, 9131.0, 9169.0, 9177.0, 9162.0, 9210.0, 9184.0, 9177.0, 9151.0, 9150.0, 9152.0, 9179.0, 9193.0, 9174.0, 9169.0, 9172.0, 9164.0, 9178.0, 9208.0, 9161.0, 9231.0, 9155.0, 9169.0, 9147.0, 9153.0, 9212.0, 9152.0, 9254.0, 9159.0, 9176.0, 9144.0, 9149.0, 9128.0, 9129.0, 9187.0, 9130.0, 9113.0, 9147.0, 9169.0, 9132.0, 9163.0, 9148.0, 9148.0, 9141.0, 9144.0, 9136.0, 9131.0, 9152.0, 9136.0, 9167.0, 9137.0, 9147.0, 9146.0, 9151.0, 9152.0, 9172.0, 9149.0, 9155.0, 9161.0, 9151.0, 9145.0, 9158.0, 9172.0, 9144.0, 9225.0, 9156.0, 9165.0, 9133.0, 9147.0, 9148.0, 9155.0, 9232.0, 9186.0, 9225.0, 9151.0, 9158.0, 9155.0, 9168.0, 9140.0, 9209.0, 9147.0, 9147.0, 9159.0, 9174.0, 9175.0, 9159.0, 9259.0, 9189.0, 9161.0, 9134.0, 9155.0, 9153.0, 9191.0, 9251.0, 9222.0, 9197.0, 9116.0, 9151.0, 9134.0, 9188.0, 9186.0, 9233.0, 9138.0, 9125.0, 9142.0, 9174.0, 9187.0, 9171.0, 9252.0, 9233.0, 9195.0, 9113.0, 9120.0, 9124.0, 9150.0, 9129.0, 9189.0, 9229.0, 9169.0, 9163.0, 9126.0, 9144.0, 9126.0, 9216.0, 9128.0, 9132.0, 9127.0, 9131.0, 9111.0, 9171.0, 9198.0, 9215.0, 9112.0, 9127.0, 9125.0, 9157.0, 9238.0, 9246.0, 9291.0, 9243.0, 9222.0, 9141.0, 9146.0, 9132.0, 9133.0, 9135.0, 9134.0, 9159.0, 9151.0, 9172.0, 9164.0, 9167.0, 9165.0, 9181.0, 9147.0, 9202.0, 9142.0, 9153.0, 9141.0, 9139.0, 9133.0, 9133.0, 9134.0, 9212.0, 9163.0, 9225.0, 9135.0, 9129.0, 9133.0, 9130.0, 9182.0, 9180.0, 9185.0, 9232.0, 9212.0, 9183.0, 9188.0, 9154.0, 9156.0, 9157.0, 9165.0, 9185.0, 9214.0, 9221.0, 9198.0, 9180.0, 9238.0, 9166.0, 9224.0, 9172.0, 9207.0, 9199.0, 9180.0, 9219.0, 9115.0, 9124.0, 9084.0, 9062.0, 9080.0, 9093.0, 9098.0, 9098.0, 9125.0, 9130.0, 9145.0, 9187.0, 9189.0, 9181.0, 9112.0, 9143.0, 9102.0, 9109.0, 9104.0, 9103.0, 9087.0, 9126.0, 9117.0, 9109.0, 9147.0, 9125.0, 9118.0, 9122.0, 9118.0, 9120.0, 9147.0, 9150.0, 9173.0, 9177.0, 9181.0, 9158.0, 9177.0, 9171.0, 9155.0, 9186.0, 9161.0, 9219.0, 9158.0, 9171.0, 9158.0, 9160.0, 9151.0, 9166.0, 9205.0, 9153.0, 9194.0, 9151.0, 9193.0, 9140.0, 9173.0, 9155.0, 9174.0, 9220.0, 9194.0, 9215.0, 9144.0, 9142.0, 9150.0, 9158.0, 9148.0, 9162.0, 9157.0, 9224.0, 9171.0, 9220.0, 9131.0, 9158.0, 9127.0, 9144.0, 9141.0, 9148.0, 9159.0, 9165.0, 9182.0, 9154.0, 9153.0, 9149.0, 9150.0, 9130.0, 9143.0, 9162.0, 9152.0, 9177.0, 9169.0, 9169.0, 9154.0, 9167.0, 9170.0, 9177.0, 9169.0, 9172.0, 9167.0, 9171.0, 9178.0, 9169.0, 9192.0, 9177.0, 9208.0, 9178.0, 9174.0, 9167.0, 9170.0, 9167.0, 9189.0, 9213.0, 9178.0, 9201.0, 9152.0, 9168.0, 9150.0, 9174.0, 9193.0, 9172.0, 9273.0, 9171.0, 9164.0, 9173.0, 9151.0, 9174.0, 9194.0, 9174.0, 9210.0, 9243.0, 9174.0, 9179.0, 9150.0, 9181.0, 9156.0, 9244.0, 9210.0, 9162.0, 9155.0, 9172.0, 9151.0, 9153.0, 9219.0, 9163.0, 9230.0, 9147.0, 9166.0, 9149.0, 9141.0, 9155.0, 9184.0, 9133.0, 9215.0, 9128.0, 9135.0, 9121.0, 9139.0, 9122.0, 9125.0, 9160.0, 9146.0, 9166.0, 9129.0, 9135.0, 9129.0, 9130.0, 9167.0, 9160.0, 9151.0, 9131.0, 9152.0, 9147.0, 9151.0, 9162.0, 9148.0, 9169.0, 9153.0, 9188.0, 9179.0, 9173.0, 9141.0, 9169.0, 9182.0, 9151.0, 9225.0, 9157.0, 9149.0, 9149.0, 9157.0, 9162.0, 9181.0, 9152.0, 9169.0, 9132.0, 9144.0, 9128.0, 9146.0, 9141.0, 9162.0, 9177.0, 9152.0, 9162.0, 9153.0, 9159.0, 9173.0, 9185.0, 9170.0, 9211.0, 9170.0, 9148.0, 9152.0, 9148.0, 9174.0, 9173.0, 9151.0, 9179.0, 9146.0, 9145.0, 9128.0, 9145.0, 9188.0, 9131.0, 9168.0, 9129.0, 9126.0, 9127.0, 9139.0, 9149.0, 9163.0, 9158.0, 9146.0, 9142.0, 9144.0, 9138.0, 9148.0, 9164.0, 9163.0, 9166.0, 9153.0, 9165.0, 9159.0, 9151.0, 9165.0, 9189.0, 9185.0, 9177.0, 9165.0, 9167.0, 9148.0, 9165.0, 9186.0, 9167.0, 9192.0, 9169.0, 9172.0, 9167.0, 9193.0, 9173.0, 9174.0, 9205.0, 9175.0, 9171.0, 9172.0, 9199.0, 9175.0, 9282.0, 9250.0, 9253.0, 9162.0, 9181.0, 9149.0, 9229.0, 9140.0, 9150.0, 9126.0, 9107.0, 9127.0, 9146.0, 9134.0, 9236.0, 9178.0, 9197.0, 9107.0, 9119.0, 9124.0, 9124.0, 9147.0, 9167.0, 9125.0, 9100.0, 9109.0, 9124.0, 9172.0, 9123.0, 9129.0, 9104.0, 9083.0, 9126.0, 9108.0, 9125.0, 9125.0, 9126.0, 9106.0, 9109.0, 9090.0, 9131.0, 9140.0, 9126.0, 9152.0, 9125.0, 9154.0, 9154.0, 9147.0, 9137.0, 9116.0, 9140.0, 9120.0, 9141.0, 9157.0, 9171.0, 9180.0, 9191.0, 9175.0, 9198.0, 9171.0, 9139.0, 9156.0, 9167.0, 9176.0, 9258.0, 9232.0, 9237.0, 9136.0, 9143.0, 9130.0, 9147.0, 9132.0, 9177.0, 9112.0, 9127.0, 9136.0, 9154.0, 9138.0, 9169.0, 9138.0, 9154.0, 9134.0, 9155.0, 9162.0, 9174.0, 9230.0, 9180.0, 9196.0, 9159.0, 9139.0, 9179.0, 9187.0, 9156.0, 9257.0, 9136.0, 9147.0, 9127.0, 9148.0, 9220.0, 9136.0, 9233.0, 9157.0, 9165.0, 9112.0, 9148.0, 9125.0, 9189.0, 9154.0, 9125.0, 9092.0, 9148.0, 9159.0, 9129.0, 9200.0, 9144.0, 9106.0, 9123.0, 9107.0, 9107.0, 9123.0, 9108.0, 9150.0, 9158.0, 9144.0, 9122.0, 9124.0, 9106.0, 9153.0, 9132.0, 9129.0, 9164.0, 9149.0, 9128.0, 9117.0, 9147.0, 9162.0, 9176.0, 9154.0, 9173.0, 9139.0, 9147.0, 9133.0, 9176.0, 9138.0, 9170.0, 9194.0, 9159.0, 9141.0, 9163.0, 9168.0, 9185.0, 9236.0, 9198.0, 9190.0, 9160.0, 9168.0, 9166.0, 9232.0, 9247.0, 9202.0, 9236.0, 9132.0, 9190.0, 9157.0, 9205.0, 9163.0, 9199.0, 9121.0, 9126.0, 9133.0, 9145.0, 9128.0, 9134.0, 9113.0, 9129.0, 9124.0, 9154.0, 9133.0, 9152.0, 9160.0, 9129.0, 9130.0, 9182.0, 9202.0, 9169.0, 9124.0, 9250.0, 9221.0, 9186.0, 9137.0, 9141.0, 9147.0, 9130.0, 9142.0, 9167.0, 9190.0, 9152.0, 9245.0, 9134.0, 9150.0, 9130.0, 9144.0, 9137.0, 9154.0, 9217.0, 9132.0, 9119.0, 9128.0, 9142.0, 9126.0, 9211.0, 9126.0, 9120.0, 9111.0, 9134.0, 9133.0, 9151.0, 9131.0, 9239.0, 9254.0, 9209.0, 9136.0, 9151.0, 9153.0, 9122.0, 9122.0, 9105.0, 9130.0, 9113.0, 9132.0, 9147.0, 9131.0, 9151.0, 9133.0, 9161.0, 9143.0, 9129.0, 9175.0, 9186.0, 9132.0, 9180.0, 9126.0, 9139.0, 9150.0, 9208.0, 9128.0, 9214.0, 9093.0, 9127.0, 9130.0, 9126.0, 9089.0, 9106.0, 9193.0, 9123.0, 9191.0, 9125.0, 9168.0, 9203.0, 9177.0, 9131.0, 9219.0, 9176.0, 9218.0, 9136.0, 9166.0, 9137.0, 9145.0, 9129.0, 9128.0, 9123.0, 9145.0, 9136.0, 9160.0, 9168.0, 9158.0, 9169.0, 9145.0, 9143.0, 9107.0, 9133.0, 9134.0, 9150.0, 9132.0, 9152.0, 9135.0, 9174.0, 9185.0, 9148.0, 9201.0, 9125.0, 9124.0, 9127.0, 9126.0, 9176.0, 9125.0, 9188.0, 9144.0, 9183.0, 9125.0, 9122.0, 9128.0, 9149.0, 9131.0, 9139.0, 9150.0, 9193.0, 9195.0, 9192.0, 9184.0, 9188.0, 9186.0, 9198.0, 9221.0, 9234.0, 9221.0, 9202.0, 9244.0, 9192.0, 9203.0, 9206.0, 9183.0, 9156.0, 9146.0, 9182.0, 9225.0, 9223.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.005053505747126437</td></tr>
<tr><td colspan=3>aqi</td><td>0.04078422689655173</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.97109934853853</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.217387854683544</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0449158481818164</td></tr>
<tr><td colspan=3>efc</td><td>0.473</td></tr>
<tr><td colspan=3>fber</td><td>5828.085</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1384311970197638</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>154</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.701149425287355</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.43718218681842</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3117551267016445</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.696461844802249</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.303329588951365</td></tr>
<tr><td colspan=3>gcor</td><td>0.00738576</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012394349090754986</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028045950457453728</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.7728833160781483</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>27.0745</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>40.9522</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.4606</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>46.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302528.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>837.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>352.574</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9427</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>591.5167</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3318.6639</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3483.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74016.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1124.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4463.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>923.1604</td></tr>
<tr><td colspan=3>tsnr</td><td>28.520775244454853</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>