<?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-0115_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0115_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0115_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0115_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0115_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0115_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-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0115/ses-03/func/sub-0115_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>0115cf8548d3619bdd251e9a775c6862</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>20:20:13.327500</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.997473, -0.0194454, -0.0683349, 0.00940126, 0.989484, -0.144339]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0808722</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4226, -7694, -7314, 192, -144, -79, -115, 101]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>234.828</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>281f51d2-1147-4edc-a12d-40ec1eb7c9cb||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.676146984100342, 0.025222893804311752, -0.1901421695947647, 111.4565200805664], [0.05217048525810242, 2.654712438583374, -0.3869946300983429, -97.7342758178711], [-0.18333765864372253, 0.38724976778030396, 2.6653480529785156, -99.50725555419922], [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': ['202013.327500', '202013.787500', '202014.247500', '202014.707500', '202015.167500', '202015.627500', '202016.087500', '202016.547500', '202017.007500', '202017.467500', '202017.927500', '202018.387500', '202018.847500', '202019.307500', '202019.767500', '202020.227500', '202020.687500', '202021.147500', '202021.607500', '202022.067500', '202022.527500', '202022.987500', '202023.447500', '202023.907500', '202024.367500', '202024.827500', '202025.287500', '202025.747500', '202026.207500', '202026.667500', '202027.127500', '202027.587500', '202028.047500', '202028.507500', '202028.967500', '202029.427500', '202029.887500', '202030.347500', '202030.807500', '202031.267500', '202031.727500', '202032.187500', '202032.647500', '202033.107500', '202033.567500', '202034.027500', '202034.487500', '202034.947500', '202035.407500', '202035.867500', '202036.327500', '202036.787500', '202037.247500', '202037.707500', '202038.167500', '202038.627500', '202039.087500', '202039.547500', '202040.007500', '202040.467500', '202040.927500', '202041.387500', '202041.847500', '202042.307500', '202042.767500', '202043.227500', '202043.687500', '202044.147500', '202044.607500', '202045.067500', '202045.527500', '202045.987500', '202046.447500', '202046.907500', '202047.367500', '202047.827500', '202048.287500', '202048.747500', '202049.207500', '202049.667500', '202050.127500', '202050.587500', '202051.047500', '202051.507500', '202051.967500', '202052.427500', '202052.887500', '202053.347500', '202053.807500', '202054.267500', '202054.727500', '202055.187500', '202055.647500', '202056.107500', '202056.567500', '202057.027500', '202057.487500', '202057.947500', '202058.407500', '202058.867500', '202059.327500', '202059.787500', '202100.247500', '202100.707500', '202101.167500', '202101.627500', '202102.087500', '202102.547500', '202103.007500', '202103.467500', '202103.927500', '202104.387500', '202104.847500', '202105.307500', '202105.767500', '202106.227500', '202106.687500', '202107.147500', '202107.607500', '202108.067500', '202108.527500', '202108.987500', '202109.447500', '202109.907500', '202110.367500', '202110.827500', '202111.287500', '202111.747500', '202112.207500', '202112.667500', '202113.127500', '202113.587500', '202114.047500', '202114.507500', '202114.967500', '202115.427500', '202115.887500', '202116.347500', '202116.807500', '202117.267500', '202117.727500', '202118.187500', '202118.647500', '202119.107500', '202119.567500', '202120.027500', '202120.487500', '202120.947500', '202121.407500', '202121.867500', '202122.327500', '202122.787500', '202123.247500', '202123.707500', '202124.167500', '202124.627500', '202125.087500', '202125.547500', '202126.007500', '202126.467500', '202126.927500', '202127.387500', '202127.847500', '202128.307500', '202128.767500', '202129.227500', '202129.687500', '202130.147500', '202130.607500', '202131.067500', '202131.527500', '202131.987500', '202132.447500', '202132.907500', '202133.367500', '202133.827500', '202134.287500', '202134.747500', '202135.207500', '202135.667500', '202136.127500', '202136.587500', '202137.047500', '202137.507500', '202137.967500', '202138.427500', '202138.887500', '202139.347500', '202139.807500', '202140.267500', '202140.727500', '202141.187500', '202141.647500', '202142.107500', '202142.567500', '202143.027500', '202143.487500', '202143.947500', '202144.407500', '202144.867500', '202145.327500', '202145.787500', '202146.247500', '202146.707500', '202147.167500', '202147.627500', '202148.087500', '202148.547500', '202149.007500', '202149.467500', '202149.927500', '202150.387500', '202150.847500', '202151.307500', '202151.767500', '202152.227500', '202152.687500', '202153.147500', '202153.607500', '202154.067500', '202154.527500', '202154.987500', '202155.447500', '202155.907500', '202156.367500', '202156.827500', '202157.287500', '202157.747500', '202158.207500', '202158.667500', '202159.127500', '202159.587500', '202200.047500', '202200.507500', '202200.967500', '202201.427500', '202201.887500', '202202.347500', '202202.807500', '202203.267500', '202203.727500', '202204.187500', '202204.647500', '202205.107500', '202205.567500', '202206.027500', '202206.487500', '202206.947500', '202207.407500', '202207.867500', '202208.327500', '202208.787500', '202209.247500', '202209.707500', '202210.167500', '202210.627500', '202211.087500', '202211.547500', '202212.007500', '202212.467500', '202212.927500', '202213.387500', '202213.847500', '202214.307500', '202214.767500', '202215.227500', '202215.687500', '202216.147500', '202216.607500', '202217.067500', '202217.527500', '202217.987500', '202218.447500', '202218.907500', '202219.367500', '202219.827500', '202220.287500', '202220.747500', '202221.207500', '202221.667500', '202222.127500', '202222.587500', '202223.047500', '202223.507500', '202223.967500', '202224.427500', '202224.887500', '202225.347500', '202225.807500', '202226.267500', '202226.727500', '202227.187500', '202227.647500', '202228.107500', '202228.567500', '202229.027500', '202229.487500', '202229.947500', '202230.407500', '202230.867500', '202231.327500', '202231.787500', '202232.247500', '202232.707500', '202233.167500', '202233.627500', '202234.087500', '202234.547500', '202235.007500', '202235.467500', '202235.927500', '202236.387500', '202236.847500', '202237.307500', '202237.767500', '202238.227500', '202238.687500', '202239.147500', '202239.607500', '202240.067500', '202240.527500', '202240.987500', '202241.447500', '202241.907500', '202242.367500', '202242.827500', '202243.287500', '202243.747500', '202244.207500', '202244.667500', '202245.127500', '202245.587500', '202246.047500', '202246.507500', '202246.967500', '202247.427500', '202247.887500', '202248.347500', '202248.807500', '202249.267500', '202249.727500', '202250.187500', '202250.647500', '202251.107500', '202251.567500', '202252.027500', '202252.487500', '202252.947500', '202253.407500', '202253.867500', '202254.327500', '202254.787500', '202255.247500', '202255.707500', '202256.167500', '202256.627500', '202257.087500', '202257.547500', '202258.007500', '202258.467500', '202258.927500', '202259.387500', '202259.847500', '202300.307500', '202300.767500', '202301.227500', '202301.687500', '202302.147500', '202302.607500', '202303.067500', '202303.527500', '202303.987500', '202304.447500', '202304.907500', '202305.367500', '202305.827500', '202306.287500', '202306.747500', '202307.207500', '202307.667500', '202308.127500', '202308.587500', '202309.047500', '202309.507500', '202309.967500', '202310.427500', '202310.887500', '202311.347500', '202311.807500', '202312.267500', '202312.727500', '202313.187500', '202313.647500', '202314.107500', '202314.567500', '202315.027500', '202315.487500', '202315.947500', '202316.407500', '202316.867500', '202317.327500', '202317.787500', '202318.247500', '202318.707500', '202319.167500', '202319.627500', '202320.087500', '202320.547500', '202321.007500', '202321.467500', '202321.927500', '202322.387500', '202322.847500', '202323.307500', '202323.767500', '202324.227500', '202324.687500', '202325.147500', '202325.607500', '202326.067500', '202326.527500', '202326.987500', '202327.447500', '202327.907500', '202328.367500', '202328.827500', '202329.287500', '202329.747500', '202330.207500', '202330.667500', '202331.127500', '202331.587500', '202332.047500', '202332.507500', '202332.967500', '202333.427500', '202333.887500', '202334.347500', '202334.807500', '202335.267500', '202335.727500', '202336.187500', '202336.647500', '202337.107500', '202337.567500', '202338.027500', '202338.487500', '202338.947500', '202339.407500', '202339.867500', '202340.327500', '202340.787500', '202341.247500', '202341.707500', '202342.167500', '202342.627500', '202343.087500', '202343.547500', '202344.007500', '202344.467500', '202344.927500', '202345.387500', '202345.847500', '202346.307500', '202346.767500', '202347.227500', '202347.687500', '202348.147500', '202348.607500', '202349.067500', '202349.527500', '202349.987500', '202350.447500', '202350.907500', '202351.367500', '202351.827500', '202352.287500', '202352.747500', '202353.207500', '202353.667500', '202354.127500', '202354.587500', '202355.047500', '202355.507500', '202355.967500', '202356.427500', '202356.887500', '202357.347500', '202357.807500', '202358.267500', '202358.727500', '202359.187500', '202359.647500', '202400.107500', '202400.567500', '202401.027500', '202401.487500', '202401.947500', '202402.407500', '202402.867500', '202403.327500', '202403.787500', '202404.247500', '202404.707500', '202405.167500', '202405.627500', '202406.087500', '202406.547500', '202407.007500', '202407.467500', '202407.927500', '202408.387500', '202408.847500', '202409.307500', '202409.767500', '202410.227500', '202410.687500', '202411.147500', '202411.607500', '202412.067500', '202412.527500', '202412.987500', '202413.447500', '202413.907500', '202414.367500', '202414.827500', '202415.287500', '202415.747500', '202416.207500', '202416.667500', '202417.127500', '202417.587500', '202418.047500', '202418.507500', '202418.967500', '202419.427500', '202419.887500', '202420.347500', '202420.807500', '202421.267500', '202421.727500', '202422.187500', '202422.647500', '202423.107500', '202423.567500', '202424.027500', '202424.487500', '202424.947500', '202425.407500', '202425.867500', '202426.327500', '202426.787500', '202427.247500', '202427.707500', '202428.167500', '202428.627500', '202429.087500', '202429.547500', '202430.007500', '202430.467500', '202430.927500', '202431.387500', '202431.847500', '202432.307500', '202432.767500', '202433.227500', '202433.687500', '202434.147500', '202434.607500', '202435.067500', '202435.527500', '202435.987500', '202436.447500', '202436.907500', '202437.367500', '202437.827500', '202438.287500', '202438.747500', '202439.207500', '202439.667500', '202440.127500', '202440.587500', '202441.047500', '202441.507500', '202441.967500', '202442.427500', '202442.887500', '202443.347500', '202443.807500', '202444.267500', '202444.727500', '202445.187500', '202445.647500', '202446.107500', '202446.567500', '202447.027500', '202447.487500', '202447.947500', '202448.407500', '202448.867500', '202449.327500', '202449.787500', '202450.247500', '202450.707500', '202451.167500', '202451.627500', '202452.087500', '202452.547500', '202453.007500', '202453.467500', '202453.927500', '202454.387500', '202454.847500', '202455.307500', '202455.767500', '202456.227500', '202456.687500', '202457.147500', '202457.607500', '202458.067500', '202458.527500', '202458.987500', '202459.447500', '202459.907500', '202500.367500', '202500.827500', '202501.287500', '202501.747500', '202502.207500', '202502.667500', '202503.127500', '202503.587500', '202504.047500', '202504.507500', '202504.967500', '202505.427500', '202505.887500', '202506.347500', '202506.807500', '202507.267500', '202507.727500', '202508.187500', '202508.647500', '202509.107500', '202509.567500', '202510.027500', '202510.487500', '202510.947500', '202511.407500', '202511.867500', '202512.327500', '202512.787500', '202513.247500', '202513.707500', '202514.167500', '202514.627500', '202515.087500', '202515.547500', '202516.007500', '202516.467500', '202516.927500', '202517.387500', '202517.847500', '202518.307500', '202518.767500', '202519.227500', '202519.687500', '202520.147500', '202520.607500', '202521.067500', '202521.527500', '202521.987500', '202522.447500', '202522.907500', '202523.367500', '202523.827500', '202524.287500', '202524.747500', '202525.207500', '202525.667500', '202526.127500', '202526.587500', '202527.047500', '202527.507500', '202527.967500', '202528.427500', '202528.887500', '202529.347500', '202529.807500', '202530.267500', '202530.727500', '202531.187500', '202531.647500', '202532.107500', '202532.567500', '202533.027500', '202533.487500', '202533.947500', '202534.407500', '202534.867500', '202535.327500', '202535.787500', '202536.247500', '202536.707500', '202537.167500', '202537.627500', '202538.087500', '202538.547500', '202539.007500', '202539.467500', '202539.927500', '202540.387500', '202540.847500', '202541.307500', '202541.767500', '202542.227500', '202542.687500', '202543.147500', '202543.607500', '202544.067500', '202544.527500', '202544.987500', '202545.447500', '202545.907500', '202546.367500', '202546.827500', '202547.287500', '202547.747500', '202548.207500', '202548.667500', '202549.127500', '202549.587500', '202550.047500', '202550.507500', '202550.967500', '202551.427500', '202551.887500', '202552.347500', '202552.807500', '202553.267500', '202553.727500', '202554.187500', '202554.647500', '202555.107500', '202555.567500', '202556.027500', '202556.487500', '202556.947500', '202557.407500', '202557.867500', '202558.327500', '202558.787500', '202559.247500', '202559.707500', '202600.167500', '202600.627500', '202601.087500', '202601.547500', '202602.007500', '202602.467500', '202602.927500', '202603.387500', '202603.847500', '202604.307500', '202604.767500', '202605.227500', '202605.687500', '202606.147500', '202606.607500', '202607.067500', '202607.527500', '202607.987500', '202608.447500', '202608.907500', '202609.367500', '202609.827500', '202610.287500', '202610.747500', '202611.207500', '202611.667500', '202612.127500', '202612.587500', '202613.047500', '202613.507500', '202613.967500', '202614.427500', '202614.887500', '202615.347500', '202615.807500', '202616.267500', '202616.727500', '202617.187500', '202617.647500', '202618.107500', '202618.567500', '202619.027500', '202619.487500', '202619.947500', '202620.407500', '202620.867500', '202621.327500', '202621.787500', '202622.247500', '202622.707500', '202623.167500', '202623.627500', '202624.087500', '202624.547500', '202625.007500', '202625.467500', '202625.927500', '202626.387500', '202626.847500', '202627.307500', '202627.767500', '202628.227500', '202628.687500', '202629.147500', '202629.607500', '202630.067500', '202630.527500', '202630.987500', '202631.447500', '202631.907500', '202632.367500', '202632.827500', '202633.287500', '202633.747500', '202634.207500', '202634.667500', '202635.127500', '202635.587500', '202636.047500', '202636.507500', '202636.967500', '202637.427500', '202637.887500', '202638.347500', '202638.807500', '202639.267500', '202639.727500', '202640.187500', '202640.647500', '202641.107500', '202641.567500', '202642.027500', '202642.487500', '202642.947500', '202643.407500', '202643.867500', '202644.327500', '202644.787500', '202645.247500', '202645.707500', '202646.167500', '202646.627500', '202647.087500', '202647.547500', '202648.007500', '202648.467500', '202648.927500', '202649.387500', '202649.847500', '202650.307500', '202650.767500', '202651.227500', '202651.687500', '202652.147500', '202652.607500', '202653.067500', '202653.527500', '202653.987500'], 'ContentTime': ['202039.840000', '202039.843000', '202039.846000', '202039.849000', '202039.851000', '202039.854000', '202039.857000', '202039.859000', '202039.862000', '202039.864000', '202039.867000', '202039.870000', '202039.872000', '202039.875000', '202039.877000', '202039.880000', '202039.889000', '202039.891000', '202039.894000', '202039.896000', '202039.899000', '202039.901000', '202039.904000', '202039.907000', '202039.909000', '202039.912000', '202039.914000', '202039.917000', '202039.920000', '202039.922000', '202039.925000', '202039.927000', '202039.930000', '202039.932000', '202039.935000', '202039.938000', '202039.940000', '202039.943000', '202039.945000', '202039.948000', '202039.951000', '202039.953000', '202039.956000', '202039.959000', '202039.961000', '202039.964000', '202039.966000', '202039.969000', '202039.972000', '202039.974000', '202039.977000', '202039.979000', '202039.982000', '202039.985000', '202059.812000', '202059.814000', '202059.817000', '202059.820000', '202059.823000', '202059.825000', '202059.828000', '202059.833000', '202059.835000', '202059.838000', '202059.840000', '202059.843000', '202059.845000', '202059.848000', '202059.851000', '202059.853000', '202059.856000', '202059.859000', '202059.861000', '202059.864000', '202059.866000', '202059.869000', '202059.871000', '202059.874000', '202059.877000', '202059.879000', '202059.882000', '202059.884000', '202059.887000', '202059.889000', '202059.892000', '202059.895000', '202059.897000', '202059.900000', '202059.902000', '202059.905000', '202059.908000', '202059.910000', '202059.913000', '202059.915000', '202059.918000', '202059.920000', '202059.923000', '202059.925000', '202119.848000', '202119.851000', '202119.853000', '202119.856000', '202119.859000', '202119.861000', '202119.864000', '202119.866000', '202119.869000', '202119.871000', '202119.874000', '202119.877000', '202119.879000', '202119.882000', '202119.884000', '202119.887000', '202119.889000', '202119.892000', '202119.895000', '202119.897000', '202119.900000', '202119.902000', '202119.905000', '202119.907000', '202119.910000', '202119.912000', '202119.915000', '202119.918000', '202119.920000', '202119.923000', '202119.925000', '202119.928000', '202119.936000', '202119.939000', '202119.941000', '202119.944000', '202119.946000', '202119.949000', '202119.951000', '202119.954000', '202119.956000', '202119.959000', '202119.962000', '202139.811000', '202139.814000', '202139.817000', '202139.819000', '202139.822000', '202139.825000', '202139.827000', '202139.830000', '202139.833000', '202139.835000', '202139.838000', '202139.842000', '202139.845000', '202139.848000', '202139.850000', '202139.853000', '202139.855000', '202139.858000', '202139.860000', '202139.863000', '202139.866000', '202139.868000', '202139.871000', '202139.874000', '202139.876000', '202139.879000', '202139.881000', '202139.884000', '202139.886000', '202139.889000', '202139.892000', '202139.894000', '202139.897000', '202139.899000', '202139.902000', '202139.905000', '202139.907000', '202139.910000', '202139.913000', '202139.915000', '202139.918000', '202139.920000', '202139.923000', '202139.926000', '202159.810000', '202159.813000', '202159.816000', '202159.818000', '202159.821000', '202159.823000', '202159.836000', '202159.839000', '202159.842000', '202159.844000', '202159.847000', '202159.850000', '202159.852000', '202159.855000', '202159.857000', '202159.860000', '202159.863000', '202159.865000', '202159.868000', '202159.870000', '202159.873000', '202159.875000', '202159.878000', '202159.880000', '202159.883000', '202159.886000', '202159.888000', '202159.891000', '202159.893000', '202159.896000', '202159.899000', '202159.901000', '202159.904000', '202159.906000', '202159.909000', '202159.911000', '202159.914000', '202159.916000', '202159.919000', '202159.922000', '202159.924000', '202159.927000', '202159.929000', '202219.811000', '202219.813000', '202219.816000', '202219.819000', '202219.822000', '202219.824000', '202219.827000', '202219.829000', '202219.832000', '202219.835000', '202219.837000', '202219.840000', '202219.843000', '202219.845000', '202219.848000', '202219.850000', '202219.853000', '202219.855000', '202219.858000', '202219.861000', '202219.864000', '202219.867000', '202219.869000', '202219.872000', '202219.874000', '202219.877000', '202219.880000', '202219.882000', '202219.885000', '202219.888000', '202219.890000', '202219.893000', '202219.895000', '202219.898000', '202219.901000', '202219.903000', '202219.906000', '202219.908000', '202219.911000', '202219.914000', '202219.916000', '202219.919000', '202219.922000', '202239.811000', '202239.813000', '202239.816000', '202239.819000', '202239.821000', '202239.824000', '202239.826000', '202239.829000', '202239.832000', '202239.834000', '202239.837000', '202239.840000', '202239.842000', '202239.845000', '202239.848000', '202239.850000', '202239.853000', '202239.855000', '202239.858000', '202239.861000', '202239.863000', '202239.866000', '202239.868000', '202239.871000', '202239.874000', '202239.876000', '202239.879000', '202239.881000', '202239.884000', '202239.887000', '202239.889000', '202239.892000', '202239.894000', '202239.897000', '202239.899000', '202239.902000', '202239.905000', '202239.907000', '202239.910000', '202239.912000', '202239.941000', '202239.944000', '202239.946000', '202239.949000', '202259.810000', '202259.813000', '202259.816000', '202259.818000', '202259.821000', '202259.824000', '202259.826000', '202259.829000', '202259.832000', '202259.834000', '202259.837000', '202259.840000', '202259.842000', '202259.845000', '202259.847000', '202259.850000', '202259.853000', '202259.855000', '202259.858000', '202259.860000', '202259.863000', '202259.866000', '202259.868000', '202259.871000', '202259.873000', '202259.876000', '202259.879000', '202259.881000', '202259.884000', '202259.886000', '202259.889000', '202259.892000', '202259.894000', '202259.897000', '202259.899000', '202259.902000', '202259.905000', '202259.907000', '202259.910000', '202259.912000', '202259.915000', '202259.918000', '202259.920000', '202319.811000', '202319.814000', '202319.817000', '202319.819000', '202319.822000', '202319.825000', '202319.827000', '202319.830000', '202319.832000', '202319.835000', '202319.838000', '202319.840000', '202319.843000', '202319.845000', '202319.848000', '202319.850000', '202319.853000', '202319.856000', '202319.858000', '202319.861000', '202319.863000', '202319.866000', '202319.868000', '202319.871000', '202319.874000', '202319.876000', '202319.879000', '202319.881000', '202319.884000', '202319.887000', '202319.889000', '202319.892000', '202319.894000', '202319.897000', '202319.899000', '202319.902000', '202319.905000', '202319.907000', '202319.910000', '202319.912000', '202319.915000', '202319.918000', '202319.920000', '202319.923000', '202339.812000', '202339.867000', '202339.870000', '202339.872000', '202339.875000', '202339.878000', '202339.880000', '202339.883000', '202339.886000', '202339.888000', '202339.891000', '202339.893000', '202339.896000', '202339.898000', '202339.901000', '202339.904000', '202339.907000', '202339.909000', '202339.912000', '202339.915000', '202339.917000', '202339.920000', '202339.922000', '202339.925000', '202339.928000', '202339.930000', '202339.933000', '202339.935000', '202339.938000', '202339.940000', '202339.943000', '202339.946000', '202339.948000', '202339.951000', '202339.953000', '202339.956000', '202339.959000', '202339.961000', '202339.964000', '202339.966000', '202339.970000', '202339.972000', '202339.975000', '202359.811000', '202359.821000', '202359.824000', '202359.826000', '202359.829000', '202359.831000', '202359.834000', '202359.837000', '202359.839000', '202359.842000', '202359.844000', '202359.847000', '202359.849000', '202359.852000', '202359.854000', '202359.857000', '202359.860000', '202359.862000', '202359.865000', '202359.867000', '202359.870000', '202359.872000', '202359.875000', '202359.878000', '202359.880000', '202359.883000', '202359.886000', '202359.888000', '202359.891000', '202359.893000', '202359.896000', '202359.898000', '202359.901000', '202359.904000', '202359.906000', '202359.909000', '202359.911000', '202359.914000', '202359.917000', '202359.919000', '202359.922000', '202359.924000', '202359.927000', '202359.930000', '202419.811000', '202419.834000', '202419.836000', '202419.839000', '202419.842000', '202419.844000', '202419.847000', '202419.849000', '202419.852000', '202419.854000', '202419.857000', '202419.860000', '202419.862000', '202419.865000', '202419.867000', '202419.870000', '202419.873000', '202419.875000', '202419.878000', '202419.880000', '202419.883000', '202419.895000', '202419.898000', '202419.901000', '202419.903000', '202419.906000', '202419.909000', '202419.911000', '202419.914000', '202419.916000', '202419.919000', '202419.922000', '202419.924000', '202419.927000', '202419.930000', '202419.932000', '202419.935000', '202419.937000', '202419.940000', '202419.943000', '202419.945000', '202419.948000', '202419.951000', '202439.810000', '202439.842000', '202439.845000', '202439.847000', '202439.868000', '202439.871000', '202439.874000', '202439.876000', '202439.879000', '202439.881000', '202439.884000', '202439.887000', '202439.889000', '202439.892000', '202439.894000', '202439.897000', '202439.900000', '202439.902000', '202439.905000', '202439.907000', '202439.910000', '202439.913000', '202439.915000', '202439.918000', '202439.921000', '202439.923000', '202439.926000', '202439.928000', '202439.931000', '202439.934000', '202439.936000', '202439.939000', '202439.941000', '202439.944000', '202439.947000', '202439.949000', '202439.952000', '202439.954000', '202439.957000', '202439.959000', '202439.962000', '202439.965000', '202439.967000', '202439.970000', '202459.810000', '202459.847000', '202459.849000', '202459.852000', '202459.855000', '202459.857000', '202459.860000', '202459.862000', '202459.865000', '202459.867000', '202459.870000', '202459.873000', '202459.875000', '202459.878000', '202459.880000', '202459.883000', '202459.886000', '202459.888000', '202459.891000', '202459.894000', '202459.897000', '202459.899000', '202459.902000', '202459.914000', '202459.916000', '202459.919000', '202459.921000', '202459.924000', '202459.927000', '202459.929000', '202459.932000', '202459.935000', '202459.937000', '202459.940000', '202459.944000', '202459.947000', '202459.949000', '202459.952000', '202459.954000', '202459.957000', '202459.960000', '202459.962000', '202459.965000', '202519.811000', '202519.835000', '202519.837000', '202519.840000', '202519.843000', '202519.845000', '202519.848000', '202519.851000', '202519.853000', '202519.856000', '202519.858000', '202519.861000', '202519.864000', '202519.866000', '202519.869000', '202519.871000', '202519.874000', '202519.877000', '202519.879000', '202519.882000', '202519.885000', '202519.887000', '202519.890000', '202519.892000', '202519.895000', '202519.898000', '202519.900000', '202519.903000', '202519.905000', '202519.908000', '202519.911000', '202519.913000', '202519.916000', '202519.919000', '202519.921000', '202519.924000', '202519.926000', '202519.929000', '202519.932000', '202519.934000', '202519.937000', '202519.939000', '202519.942000', '202519.945000', '202539.812000', '202539.823000', '202539.826000', '202539.828000', '202539.831000', '202539.834000', '202539.836000', '202539.839000', '202539.841000', '202539.844000', '202539.846000', '202539.849000', '202539.852000', '202539.854000', '202539.857000', '202539.859000', '202539.862000', '202539.865000', '202539.867000', '202539.870000', '202539.872000', '202539.875000', '202539.877000', '202539.880000', '202539.883000', '202539.885000', '202539.888000', '202539.890000', '202539.893000', '202539.896000', '202539.898000', '202539.901000', '202539.913000', '202539.916000', '202539.918000', '202539.921000', '202539.924000', '202539.926000', '202539.929000', '202539.931000', '202539.934000', '202539.937000', '202539.939000', '202559.812000', '202559.863000', '202559.865000', '202559.868000', '202559.870000', '202559.873000', '202559.876000', '202559.878000', '202559.881000', '202559.883000', '202559.886000', '202559.888000', '202559.891000', '202559.894000', '202559.896000', '202559.899000', '202559.901000', '202559.904000', '202559.907000', '202559.909000', '202559.912000', '202559.914000', '202559.917000', '202559.919000', '202559.922000', '202559.925000', '202559.927000', '202559.930000', '202559.932000', '202559.935000', '202559.938000', '202559.940000', '202559.943000', '202559.945000', '202559.948000', '202559.951000', '202559.953000', '202559.956000', '202559.958000', '202559.961000', '202559.963000', '202559.966000', '202559.969000', '202559.971000', '202619.812000', '202619.852000', '202619.854000', '202619.857000', '202619.859000', '202619.862000', '202619.865000', '202619.867000', '202619.870000', '202619.872000', '202619.875000', '202619.877000', '202619.880000', '202619.883000', '202619.885000', '202619.888000', '202619.891000', '202619.893000', '202619.896000', '202619.902000', '202619.904000', '202619.907000', '202619.910000', '202619.912000', '202619.916000', '202619.919000', '202619.922000', '202619.924000', '202619.927000', '202619.930000', '202619.932000', '202619.935000', '202619.938000', '202619.940000', '202619.943000', '202619.945000', '202619.948000', '202619.950000', '202619.953000', '202619.956000', '202619.958000', '202619.961000', '202619.963000', '202639.810000', '202639.850000', '202639.853000', '202639.856000', '202639.858000', '202639.861000', '202639.863000', '202639.866000', '202639.868000', '202639.871000', '202639.874000', '202639.876000', '202639.879000', '202639.881000', '202639.884000', '202639.887000', '202639.889000', '202639.892000', '202639.894000', '202639.897000', '202639.900000', '202639.902000', '202639.905000', '202639.908000', '202639.910000', '202639.913000', '202639.915000', '202639.918000', '202639.921000', '202639.924000', '202639.926000', '202639.929000', '202639.932000', '202639.934000', '202639.937000', '202639.939000', '202639.942000', '202639.945000', '202639.947000', '202639.950000', '202639.952000', '202639.955000', '202639.958000', '202639.960000', '202655.809000', '202655.839000', '202655.842000', '202655.844000', '202655.847000', '202655.850000', '202655.853000', '202655.855000', '202655.858000', '202655.861000', '202655.864000', '202655.867000', '202655.870000', '202655.873000', '202655.877000', '202655.879000', '202655.882000', '202655.885000', '202655.888000', '202655.890000', '202655.893000', '202655.896000', '202655.898000', '202655.901000', '202655.904000', '202655.906000', '202655.909000', '202655.912000', '202655.915000', '202655.917000', '202655.920000', '202655.923000', '202655.925000', '202655.929000', '202655.932000'], 'InstanceCreationTime': ['202039.840000', '202039.843000', '202039.846000', '202039.849000', '202039.851000', '202039.854000', '202039.857000', '202039.859000', '202039.862000', '202039.864000', '202039.867000', '202039.870000', '202039.872000', '202039.875000', '202039.877000', '202039.880000', '202039.889000', '202039.891000', '202039.894000', '202039.896000', '202039.899000', '202039.901000', '202039.904000', '202039.907000', '202039.909000', '202039.912000', '202039.914000', '202039.917000', '202039.920000', '202039.922000', '202039.925000', '202039.927000', '202039.930000', '202039.932000', '202039.935000', '202039.938000', '202039.940000', '202039.943000', '202039.945000', '202039.948000', '202039.951000', '202039.953000', '202039.956000', '202039.959000', '202039.961000', '202039.964000', '202039.966000', '202039.969000', '202039.972000', '202039.974000', '202039.977000', '202039.979000', '202039.982000', '202039.985000', '202059.812000', '202059.814000', '202059.817000', '202059.820000', '202059.823000', '202059.825000', '202059.828000', '202059.833000', '202059.835000', '202059.838000', '202059.840000', '202059.843000', '202059.845000', '202059.848000', '202059.851000', '202059.853000', '202059.856000', '202059.859000', '202059.861000', '202059.864000', '202059.866000', '202059.869000', '202059.871000', '202059.874000', '202059.877000', '202059.879000', '202059.882000', '202059.884000', '202059.887000', '202059.889000', '202059.892000', '202059.895000', '202059.897000', '202059.900000', '202059.902000', '202059.905000', '202059.908000', '202059.910000', '202059.913000', '202059.915000', '202059.918000', '202059.920000', '202059.923000', '202059.925000', '202119.848000', '202119.851000', '202119.853000', '202119.856000', '202119.859000', '202119.861000', '202119.864000', '202119.866000', '202119.869000', '202119.871000', '202119.874000', '202119.877000', '202119.879000', '202119.882000', '202119.884000', '202119.887000', '202119.889000', '202119.892000', '202119.895000', '202119.897000', '202119.900000', '202119.902000', '202119.905000', '202119.907000', '202119.910000', '202119.912000', '202119.915000', '202119.918000', '202119.920000', '202119.923000', '202119.925000', '202119.928000', '202119.936000', '202119.939000', '202119.941000', '202119.944000', '202119.946000', '202119.949000', '202119.951000', '202119.954000', '202119.956000', '202119.959000', '202119.962000', '202139.811000', '202139.814000', '202139.817000', '202139.819000', '202139.822000', '202139.825000', '202139.827000', '202139.830000', '202139.833000', '202139.835000', '202139.838000', '202139.842000', '202139.845000', '202139.848000', '202139.850000', '202139.853000', '202139.855000', '202139.858000', '202139.860000', '202139.863000', '202139.866000', '202139.868000', '202139.871000', '202139.874000', '202139.876000', '202139.879000', '202139.881000', '202139.884000', '202139.886000', '202139.889000', '202139.892000', '202139.894000', '202139.897000', '202139.899000', '202139.902000', '202139.905000', '202139.907000', '202139.910000', '202139.913000', '202139.915000', '202139.918000', '202139.920000', '202139.923000', '202139.926000', '202159.810000', '202159.813000', '202159.816000', '202159.818000', '202159.821000', '202159.823000', '202159.836000', '202159.839000', '202159.842000', '202159.844000', '202159.847000', '202159.850000', '202159.852000', '202159.855000', '202159.857000', '202159.860000', '202159.863000', '202159.865000', '202159.868000', '202159.870000', '202159.873000', '202159.875000', '202159.878000', '202159.880000', '202159.883000', '202159.886000', '202159.888000', '202159.891000', '202159.893000', '202159.896000', '202159.899000', '202159.901000', '202159.904000', '202159.906000', '202159.909000', '202159.911000', '202159.914000', '202159.916000', '202159.919000', '202159.922000', '202159.924000', '202159.927000', '202159.929000', '202219.811000', '202219.813000', '202219.816000', '202219.819000', '202219.822000', '202219.824000', '202219.827000', '202219.829000', '202219.832000', '202219.835000', '202219.837000', '202219.840000', '202219.843000', '202219.845000', '202219.848000', '202219.850000', '202219.853000', '202219.855000', '202219.858000', '202219.861000', '202219.864000', '202219.867000', '202219.869000', '202219.872000', '202219.874000', '202219.877000', '202219.880000', '202219.882000', '202219.885000', '202219.888000', '202219.890000', '202219.893000', '202219.895000', '202219.898000', '202219.901000', '202219.903000', '202219.906000', '202219.908000', '202219.911000', '202219.914000', '202219.916000', '202219.919000', '202219.922000', '202239.811000', '202239.813000', '202239.816000', '202239.819000', '202239.821000', '202239.824000', '202239.826000', '202239.829000', '202239.832000', '202239.834000', '202239.837000', '202239.840000', '202239.842000', '202239.845000', '202239.848000', '202239.850000', '202239.853000', '202239.855000', '202239.858000', '202239.861000', '202239.863000', '202239.866000', '202239.868000', '202239.871000', '202239.874000', '202239.876000', '202239.879000', '202239.881000', '202239.884000', '202239.887000', '202239.889000', '202239.892000', '202239.894000', '202239.897000', '202239.899000', '202239.902000', '202239.905000', '202239.907000', '202239.910000', '202239.912000', '202239.941000', '202239.944000', '202239.946000', '202239.949000', '202259.810000', '202259.813000', '202259.816000', '202259.818000', '202259.821000', '202259.824000', '202259.826000', '202259.829000', '202259.832000', '202259.834000', '202259.837000', '202259.840000', '202259.842000', '202259.845000', '202259.847000', '202259.850000', '202259.853000', '202259.855000', '202259.858000', '202259.860000', '202259.863000', '202259.866000', '202259.868000', '202259.871000', '202259.873000', '202259.876000', '202259.879000', '202259.881000', '202259.884000', '202259.886000', '202259.889000', '202259.892000', '202259.894000', '202259.897000', '202259.899000', '202259.902000', '202259.905000', '202259.907000', '202259.910000', '202259.912000', '202259.915000', '202259.918000', '202259.920000', '202319.811000', '202319.814000', '202319.817000', '202319.819000', '202319.822000', '202319.825000', '202319.827000', '202319.830000', '202319.832000', '202319.835000', '202319.838000', '202319.840000', '202319.843000', '202319.845000', '202319.848000', '202319.850000', '202319.853000', '202319.856000', '202319.858000', '202319.861000', '202319.863000', '202319.866000', '202319.868000', '202319.871000', '202319.874000', '202319.876000', '202319.879000', '202319.881000', '202319.884000', '202319.887000', '202319.889000', '202319.892000', '202319.894000', '202319.897000', '202319.899000', '202319.902000', '202319.905000', '202319.907000', '202319.910000', '202319.912000', '202319.915000', '202319.918000', '202319.920000', '202319.923000', '202339.812000', '202339.867000', '202339.870000', '202339.872000', '202339.875000', '202339.878000', '202339.880000', '202339.883000', '202339.886000', '202339.888000', '202339.891000', '202339.893000', '202339.896000', '202339.898000', '202339.901000', '202339.904000', '202339.907000', '202339.909000', '202339.912000', '202339.915000', '202339.917000', '202339.920000', '202339.922000', '202339.925000', '202339.928000', '202339.930000', '202339.933000', '202339.935000', '202339.938000', '202339.940000', '202339.943000', '202339.946000', '202339.948000', '202339.951000', '202339.953000', '202339.956000', '202339.959000', '202339.961000', '202339.964000', '202339.966000', '202339.970000', '202339.972000', '202339.975000', '202359.811000', '202359.821000', '202359.824000', '202359.826000', '202359.829000', '202359.831000', '202359.834000', '202359.837000', '202359.839000', '202359.842000', '202359.844000', '202359.847000', '202359.849000', '202359.852000', '202359.854000', '202359.857000', '202359.860000', '202359.862000', '202359.865000', '202359.867000', '202359.870000', '202359.872000', '202359.875000', '202359.878000', '202359.880000', '202359.883000', '202359.886000', '202359.888000', '202359.891000', '202359.893000', '202359.896000', '202359.898000', '202359.901000', '202359.904000', '202359.906000', '202359.909000', '202359.911000', '202359.914000', '202359.917000', '202359.919000', '202359.922000', '202359.924000', '202359.927000', '202359.930000', '202419.811000', '202419.834000', '202419.836000', '202419.839000', '202419.842000', '202419.844000', '202419.847000', '202419.849000', '202419.852000', '202419.854000', '202419.857000', '202419.860000', '202419.862000', '202419.865000', '202419.867000', '202419.870000', '202419.873000', '202419.875000', '202419.878000', '202419.880000', '202419.883000', '202419.895000', '202419.898000', '202419.901000', '202419.903000', '202419.906000', '202419.909000', '202419.911000', '202419.914000', '202419.916000', '202419.919000', '202419.922000', '202419.924000', '202419.927000', '202419.930000', '202419.932000', '202419.935000', '202419.937000', '202419.940000', '202419.943000', '202419.945000', '202419.948000', '202419.951000', '202439.810000', '202439.842000', '202439.845000', '202439.847000', '202439.868000', '202439.871000', '202439.874000', '202439.876000', '202439.879000', '202439.881000', '202439.884000', '202439.887000', '202439.889000', '202439.892000', '202439.894000', '202439.897000', '202439.900000', '202439.902000', '202439.905000', '202439.907000', '202439.910000', '202439.913000', '202439.915000', '202439.918000', '202439.921000', '202439.923000', '202439.926000', '202439.928000', '202439.931000', '202439.934000', '202439.936000', '202439.939000', '202439.941000', '202439.944000', '202439.947000', '202439.949000', '202439.952000', '202439.954000', '202439.957000', '202439.959000', '202439.962000', '202439.965000', '202439.967000', '202439.970000', '202459.810000', '202459.847000', '202459.849000', '202459.852000', '202459.855000', '202459.857000', '202459.860000', '202459.862000', '202459.865000', '202459.867000', '202459.870000', '202459.873000', '202459.875000', '202459.878000', '202459.880000', '202459.883000', '202459.886000', '202459.888000', '202459.891000', '202459.894000', '202459.897000', '202459.899000', '202459.902000', '202459.914000', '202459.916000', '202459.919000', '202459.921000', '202459.924000', '202459.927000', '202459.929000', '202459.932000', '202459.935000', '202459.937000', '202459.940000', '202459.944000', '202459.947000', '202459.949000', '202459.952000', '202459.954000', '202459.957000', '202459.960000', '202459.962000', '202459.965000', '202519.811000', '202519.835000', '202519.837000', '202519.840000', '202519.843000', '202519.845000', '202519.848000', '202519.851000', '202519.853000', '202519.856000', '202519.858000', '202519.861000', '202519.864000', '202519.866000', '202519.869000', '202519.871000', '202519.874000', '202519.877000', '202519.879000', '202519.882000', '202519.885000', '202519.887000', '202519.890000', '202519.892000', '202519.895000', '202519.898000', '202519.900000', '202519.903000', '202519.905000', '202519.908000', '202519.911000', '202519.913000', '202519.916000', '202519.919000', '202519.921000', '202519.924000', '202519.926000', '202519.929000', '202519.932000', '202519.934000', '202519.937000', '202519.939000', '202519.942000', '202519.945000', '202539.812000', '202539.823000', '202539.826000', '202539.828000', '202539.831000', '202539.834000', '202539.836000', '202539.839000', '202539.841000', '202539.844000', '202539.846000', '202539.849000', '202539.852000', '202539.854000', '202539.857000', '202539.859000', '202539.862000', '202539.865000', '202539.867000', '202539.870000', '202539.872000', '202539.875000', '202539.877000', '202539.880000', '202539.883000', '202539.885000', '202539.888000', '202539.890000', '202539.893000', '202539.896000', '202539.898000', '202539.901000', '202539.913000', '202539.916000', '202539.918000', '202539.921000', '202539.924000', '202539.926000', '202539.929000', '202539.931000', '202539.934000', '202539.937000', '202539.939000', '202559.812000', '202559.863000', '202559.865000', '202559.868000', '202559.870000', '202559.873000', '202559.876000', '202559.878000', '202559.881000', '202559.883000', '202559.886000', '202559.888000', '202559.891000', '202559.894000', '202559.896000', '202559.899000', '202559.901000', '202559.904000', '202559.907000', '202559.909000', '202559.912000', '202559.914000', '202559.917000', '202559.919000', '202559.922000', '202559.925000', '202559.927000', '202559.930000', '202559.932000', '202559.935000', '202559.938000', '202559.940000', '202559.943000', '202559.945000', '202559.948000', '202559.951000', '202559.953000', '202559.956000', '202559.958000', '202559.961000', '202559.963000', '202559.966000', '202559.969000', '202559.971000', '202619.812000', '202619.852000', '202619.854000', '202619.857000', '202619.859000', '202619.862000', '202619.865000', '202619.867000', '202619.870000', '202619.872000', '202619.875000', '202619.877000', '202619.880000', '202619.883000', '202619.885000', '202619.888000', '202619.891000', '202619.893000', '202619.896000', '202619.902000', '202619.904000', '202619.907000', '202619.910000', '202619.912000', '202619.916000', '202619.919000', '202619.922000', '202619.924000', '202619.927000', '202619.930000', '202619.932000', '202619.935000', '202619.938000', '202619.940000', '202619.943000', '202619.945000', '202619.948000', '202619.950000', '202619.953000', '202619.956000', '202619.958000', '202619.961000', '202619.963000', '202639.810000', '202639.850000', '202639.853000', '202639.856000', '202639.858000', '202639.861000', '202639.863000', '202639.866000', '202639.868000', '202639.871000', '202639.874000', '202639.876000', '202639.879000', '202639.881000', '202639.884000', '202639.887000', '202639.889000', '202639.892000', '202639.894000', '202639.897000', '202639.900000', '202639.902000', '202639.905000', '202639.908000', '202639.910000', '202639.913000', '202639.915000', '202639.918000', '202639.921000', '202639.924000', '202639.926000', '202639.929000', '202639.932000', '202639.934000', '202639.937000', '202639.939000', '202639.942000', '202639.945000', '202639.947000', '202639.950000', '202639.952000', '202639.955000', '202639.958000', '202639.960000', '202655.809000', '202655.839000', '202655.842000', '202655.844000', '202655.847000', '202655.850000', '202655.853000', '202655.855000', '202655.858000', '202655.861000', '202655.864000', '202655.867000', '202655.870000', '202655.873000', '202655.877000', '202655.879000', '202655.882000', '202655.885000', '202655.888000', '202655.890000', '202655.893000', '202655.896000', '202655.898000', '202655.901000', '202655.904000', '202655.906000', '202655.909000', '202655.912000', '202655.915000', '202655.917000', '202655.920000', '202655.923000', '202655.925000', '202655.929000', '202655.932000'], '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': [7953, 14972, 7418, 11057, 7301, 10433, 7442, 13722, 8183, 12634, 7408, 10275, 7763, 10751, 7328, 14646, 8827, 11075, 7626, 8924, 7034, 9075, 7066, 11185, 6927, 8070, 7531, 9683, 7274, 12009, 8227, 8595, 11955, 6994, 11337, 7536, 11613, 8412, 14476, 11974, 11706, 9359, 12114, 8853, 14541, 9710, 14427, 10273, 10475, 8163, 10527, 7746, 11410, 8454, 8697, 8020, 7695, 7775, 10191, 7842, 12454, 9921, 8038, 8176, 7599, 8088, 7809, 8301, 8936, 10156, 7200, 8188, 6973, 9029, 6910, 12634, 7248, 10681, 7067, 9729, 7379, 12026, 8874, 14282, 8365, 12250, 8510, 14553, 11517, 12615, 10250, 9410, 8704, 8553, 8181, 8028, 8729, 7424, 8016, 7757, 9904, 7385, 13900, 7962, 9949, 7556, 9616, 7408, 13533, 7453, 10193, 7414, 8353, 8400, 8366, 9851, 9428, 7319, 8592, 7407, 8253, 7415, 9147, 7791, 10088, 7095, 8338, 8110, 8829, 8164, 13671, 7325, 12114, 7886, 12876, 8522, 14783, 10437, 12178, 7809, 12752, 7785, 14360, 10611, 12165, 8252, 11607, 7710, 13263, 10413, 10733, 8448, 7564, 8070, 7499, 8859, 7481, 8735, 7208, 8629, 7364, 12436, 7418, 12477, 7489, 12153, 7491, 13798, 8846, 15406, 7867, 10613, 7294, 9840, 7446, 11858, 9205, 15066, 8415, 12896, 7747, 13410, 8947, 14037, 9476, 8011, 8079, 7493, 7880, 7491, 10608, 7254, 9941, 7477, 10868, 7564, 9715, 8743, 7576, 8208, 6919, 12763, 9399, 16015, 10761, 13339, 7639, 10015, 7867, 11655, 7969, 13981, 10627, 13396, 8185, 9291, 7820, 9853, 8061, 10553, 9465, 7594, 7814, 7586, 7842, 7636, 12230, 7253, 11477, 7289, 8621, 7577, 9764, 7234, 13674, 8872, 12925, 7515, 10784, 7546, 12654, 9245, 14154, 9425, 10121, 8246, 10240, 8262, 11425, 11050, 8907, 8771, 7569, 8437, 7757, 8916, 7857, 9425, 7380, 8131, 7527, 9087, 7337, 11933, 6910, 9276, 7003, 10008, 7297, 13970, 7768, 11817, 7316, 11016, 7440, 12836, 9448, 12204, 7777, 7794, 8131, 9001, 9232, 9701, 10922, 7614, 9020, 7329, 9568, 7987, 14246, 8497, 12322, 7134, 10326, 7273, 12585, 7896, 14950, 7375, 9895, 7128, 9314, 7502, 11195, 7601, 11258, 7411, 9530, 7148, 10862, 7970, 13751, 7940, 11860, 7834, 11649, 8444, 10183, 8251, 7456, 7370, 7778, 8542, 7439, 12668, 8000, 9793, 7879, 11532, 8214, 15495, 9500, 11896, 7155, 11038, 8052, 12843, 8898, 13530, 7308, 10399, 7368, 11621, 8546, 14685, 8700, 12616, 7570, 12337, 7826, 12981, 9865, 13049, 7635, 11403, 7723, 12213, 8823, 15202, 10927, 12075, 8904, 10222, 8068, 12911, 8301, 13481, 8655, 10603, 7814, 10912, 8008, 13430, 10093, 14489, 9589, 11621, 7984, 12220, 7896, 13309, 9267, 10874, 7803, 8781, 7979, 8063, 7904, 7334, 10830, 8108, 7456, 7869, 7082, 9339, 7557, 14946, 10556, 14307, 7521, 11837, 7594, 12892, 9351, 14218, 7711, 9778, 7030, 8370, 7454, 9635, 9095, 10591, 7396, 8559, 7366, 8339, 8759, 8932, 9391, 8474, 11847, 8273, 12937, 8506, 13605, 9132, 12396, 7687, 10738, 7702, 11064, 8179, 13679, 9127, 11893, 7913, 11267, 7457, 11739, 8187, 13604, 9207, 12187, 7241, 10643, 7417, 11085, 7504, 12797, 9937, 14972, 8222, 10814, 7610, 8921, 7677, 9193, 10371, 7208, 8991, 6949, 9491, 7031, 13324, 7822, 12704, 7432, 9605, 7882, 10339, 8073, 14400, 9383, 12282, 7436, 11422, 7736, 11326, 8921, 8360, 7963, 7233, 7815, 7195, 9188, 6995, 13902, 7192, 12042, 7177, 11600, 7244, 13101, 9424, 15613, 12000, 9077, 7464, 7440, 7520, 7671, 8205, 8488, 8258, 12389, 9162, 12728, 9327, 9771, 7608, 11071, 7647, 12975, 8039, 14041, 10841, 12783, 9649, 7356, 7617, 7268, 7819, 6998, 11791, 7082, 11121, 7134, 13042, 8335, 14651, 9721, 11051, 7664, 9533, 7481, 10791, 7889, 10863, 9014, 7809, 7884, 7822, 7717, 7235, 11644, 7095, 9197, 6912, 9553, 7693, 12090, 8574, 13299, 7140, 11984, 7454, 12587, 8046, 13489, 10292, 14940, 8849, 10404, 7704, 7696, 7530, 7669, 8531, 7508, 8402, 6987, 8530, 7241, 10367, 7798, 14144, 9241, 12967, 7550, 11577, 7318, 12413, 8858, 13179, 7624, 7682, 7713, 7923, 7655, 8047, 8808, 7129, 7717, 6925, 8553, 6939, 13779, 7072, 10990, 7284, 10542, 7647, 13007, 9574, 13392, 7080, 12330, 7838, 13322, 9940, 13612, 8501, 10637, 7904, 10818, 7678, 10512, 9629, 7456, 7557, 7077, 8947, 7019, 14327, 7270, 10576, 7314, 10720, 7159, 13093, 9945, 15020, 9165, 11987, 7767, 11476, 7994, 13670, 9574, 14668, 11502, 13624, 8342, 11261, 7888, 11119, 8344, 12955, 9757, 12157, 8500, 7317, 7279, 7493, 7628, 6939, 11505, 7403, 10684, 7193, 12876, 9186, 14196, 10043, 8240, 8422, 7596, 7903, 9175, 12335, 7533, 8641, 7190, 8059, 7321, 9298, 8732, 13680, 7283, 9595, 7252, 8655, 7287, 10411, 7693, 12539, 7079, 9049, 7014, 8979, 6970, 9875, 7514, 12921, 7290, 10813, 7289, 10984, 7367, 12641, 9655, 14535, 9150, 12291, 8011, 11921, 7972, 13232, 9521, 11105, 7767, 10190, 7797, 12071, 8001, 10987, 8857, 7578, 7411, 7449, 7506, 7476, 9959, 7211, 9985, 6877, 8485, 7360, 10107, 7915, 13713, 8165, 12916, 7325, 12715, 8314, 14009, 10273, 13861, 7706, 12312, 7545, 12532, 8523, 14178, 10196, 13152, 7422, 10094, 7645, 10016, 7991, 10786, 9030, 7798, 7853, 7525, 8015, 7424, 8625, 9628, 11413, 7308, 8459, 6981, 9384, 7183, 13498, 8026, 12590, 7063, 10492, 7118, 12510, 9246, 15156, 8203, 12103, 7679, 11723, 8148, 10682, 9527, 7573, 7504, 7490, 8010, 7463, 13145, 7170, 10485, 7059, 9958, 7135, 13621, 9346, 13509, 7245, 12400, 7862, 14254, 10353, 8512, 7887, 7567, 7749, 7210, 12484, 7189, 11720, 7104, 10268, 7371, 12708, 9650, 14388, 8219, 9707, 8258, 8986, 10661, 7965, 9877, 7018, 8594, 7184, 11457, 7731, 13529, 7426, 11528, 7131, 12409, 9171, 15365, 8650, 11483, 8215, 10768, 8381, 9799, 8938, 7384, 7827, 7468, 8145, 7224, 13125, 8530, 13024, 7346, 10707, 7356, 10737, 9003, 9944, 8129, 7021, 8919, 7692, 13660, 10011, 8355, 12919, 9911, 13932, 9981, 7071, 8387, 7098], 'WindowCenter': [4156.0, 4211.0, 4114.0, 4151.0, 4097.0, 4137.0, 4095.0, 4156.0, 4105.0, 4145.0, 4083.0, 4122.0, 4081.0, 4122.0, 4081.0, 4153.0, 4102.0, 4121.0, 4081.0, 4099.0, 4070.0, 4100.0, 4071.0, 4132.0, 4071.0, 4090.0, 4090.0, 4111.0, 4081.0, 4143.0, 4104.0, 4115.0, 4146.0, 4085.0, 4146.0, 4095.0, 4145.0, 4105.0, 4166.0, 4147.0, 4146.0, 4114.0, 4133.0, 4102.0, 4152.0, 4111.0, 4141.0, 4111.0, 4109.0, 4089.0, 4109.0, 4079.0, 4120.0, 4091.0, 4101.0, 4091.0, 4079.0, 4091.0, 4122.0, 4092.0, 4143.0, 4125.0, 4092.0, 4103.0, 4091.0, 4092.0, 4092.0, 4103.0, 4103.0, 4124.0, 4083.0, 4103.0, 4072.0, 4113.0, 4084.0, 4145.0, 4084.0, 4135.0, 4083.0, 4113.0, 4084.0, 4145.0, 4116.0, 4166.0, 4105.0, 4144.0, 4104.0, 4165.0, 4135.0, 4146.0, 4124.0, 4113.0, 4103.0, 4102.0, 4093.0, 4092.0, 4102.0, 4081.0, 4090.0, 4080.0, 4111.0, 4081.0, 4143.0, 4091.0, 4110.0, 4080.0, 4110.0, 4070.0, 4141.0, 4071.0, 4110.0, 4069.0, 4089.0, 4089.0, 4088.0, 4098.0, 4100.0, 4068.0, 4088.0, 4067.0, 4088.0, 4068.0, 4099.0, 4080.0, 4112.0, 4070.0, 4089.0, 4091.0, 4101.0, 4092.0, 4154.0, 4082.0, 4133.0, 4093.0, 4143.0, 4103.0, 4153.0, 4124.0, 4132.0, 4081.0, 4141.0, 4081.0, 4141.0, 4124.0, 4131.0, 4091.0, 4120.0, 4080.0, 4141.0, 4122.0, 4121.0, 4090.0, 4079.0, 4080.0, 4069.0, 4101.0, 4081.0, 4102.0, 4081.0, 4101.0, 4081.0, 4143.0, 4082.0, 4143.0, 4081.0, 4131.0, 4081.0, 4153.0, 4102.0, 4164.0, 4091.0, 4121.0, 4080.0, 4110.0, 4081.0, 4131.0, 4112.0, 4152.0, 4092.0, 4131.0, 4080.0, 4140.0, 4100.0, 4140.0, 4100.0, 4079.0, 4079.0, 4068.0, 4079.0, 4080.0, 4122.0, 4081.0, 4112.0, 4081.0, 4122.0, 4093.0, 4114.0, 4104.0, 4093.0, 4105.0, 4083.0, 4144.0, 4114.0, 4165.0, 4134.0, 4143.0, 4082.0, 4123.0, 4093.0, 4132.0, 4093.0, 4153.0, 4124.0, 4144.0, 4092.0, 4101.0, 4080.0, 4110.0, 4081.0, 4121.0, 4112.0, 4080.0, 4081.0, 4080.0, 4080.0, 4081.0, 4132.0, 4071.0, 4121.0, 4070.0, 4089.0, 4079.0, 4110.0, 4070.0, 4141.0, 4102.0, 4142.0, 4070.0, 4121.0, 4081.0, 4141.0, 4102.0, 4153.0, 4103.0, 4112.0, 4092.0, 4110.0, 4091.0, 4122.0, 4123.0, 4101.0, 4090.0, 4080.0, 4090.0, 4079.0, 4100.0, 4080.0, 4100.0, 4070.0, 4080.0, 4080.0, 4100.0, 4070.0, 4132.0, 4070.0, 4100.0, 4070.0, 4110.0, 4071.0, 4153.0, 4082.0, 4132.0, 4071.0, 4121.0, 4071.0, 4131.0, 4114.0, 4132.0, 4082.0, 4081.0, 4091.0, 4102.0, 4102.0, 4113.0, 4123.0, 4082.0, 4102.0, 4071.0, 4112.0, 4081.0, 4154.0, 4092.0, 4132.0, 4071.0, 4110.0, 4070.0, 4132.0, 4091.0, 4154.0, 4081.0, 4112.0, 4071.0, 4101.0, 4082.0, 4122.0, 4082.0, 4122.0, 4082.0, 4111.0, 4071.0, 4122.0, 4092.0, 4153.0, 4093.0, 4133.0, 4093.0, 4132.0, 4103.0, 4124.0, 4104.0, 4084.0, 4084.0, 4095.0, 4105.0, 4096.0, 4158.0, 4095.0, 4125.0, 4095.0, 4135.0, 4105.0, 4166.0, 4115.0, 4135.0, 4073.0, 4123.0, 4093.0, 4144.0, 4115.0, 4144.0, 4083.0, 4112.0, 4082.0, 4122.0, 4103.0, 4153.0, 4103.0, 4132.0, 4081.0, 4131.0, 4081.0, 4130.0, 4113.0, 4131.0, 4070.0, 4120.0, 4069.0, 4130.0, 4101.0, 4140.0, 4122.0, 4131.0, 4101.0, 4110.0, 4080.0, 4131.0, 4091.0, 4141.0, 4091.0, 4110.0, 4081.0, 4120.0, 4080.0, 4141.0, 4111.0, 4141.0, 4100.0, 4120.0, 4078.0, 4118.0, 4079.0, 4130.0, 4101.0, 4120.0, 4080.0, 4089.0, 4080.0, 4090.0, 4091.0, 4082.0, 4134.0, 4105.0, 4085.0, 4106.0, 4085.0, 4115.0, 4096.0, 4167.0, 4137.0, 4157.0, 4084.0, 4134.0, 4083.0, 4133.0, 4102.0, 4143.0, 4081.0, 4100.0, 4059.0, 4079.0, 4069.0, 4100.0, 4090.0, 4111.0, 4069.0, 4089.0, 4057.0, 4079.0, 4088.0, 4089.0, 4089.0, 4079.0, 4120.0, 4089.0, 4129.0, 4089.0, 4129.0, 4100.0, 4119.0, 4069.0, 4108.0, 4079.0, 4120.0, 4091.0, 4141.0, 4102.0, 4132.0, 4092.0, 4121.0, 4081.0, 4132.0, 4092.0, 4142.0, 4103.0, 4133.0, 4083.0, 4122.0, 4082.0, 4132.0, 4082.0, 4143.0, 4113.0, 4154.0, 4093.0, 4123.0, 4082.0, 4102.0, 4093.0, 4113.0, 4126.0, 4084.0, 4114.0, 4083.0, 4114.0, 4084.0, 4155.0, 4094.0, 4145.0, 4083.0, 4112.0, 4092.0, 4122.0, 4093.0, 4154.0, 4114.0, 4144.0, 4083.0, 4132.0, 4083.0, 4133.0, 4103.0, 4093.0, 4093.0, 4083.0, 4092.0, 4083.0, 4115.0, 4083.0, 4156.0, 4084.0, 4145.0, 4084.0, 4133.0, 4084.0, 4154.0, 4115.0, 4165.0, 4147.0, 4115.0, 4084.0, 4083.0, 4093.0, 4093.0, 4104.0, 4104.0, 4105.0, 4145.0, 4115.0, 4145.0, 4115.0, 4124.0, 4082.0, 4132.0, 4081.0, 4142.0, 4093.0, 4154.0, 4134.0, 4144.0, 4113.0, 4082.0, 4081.0, 4081.0, 4081.0, 4072.0, 4145.0, 4084.0, 4135.0, 4084.0, 4155.0, 4106.0, 4166.0, 4127.0, 4146.0, 4095.0, 4114.0, 4084.0, 4135.0, 4095.0, 4136.0, 4116.0, 4095.0, 4094.0, 4093.0, 4094.0, 4083.0, 4147.0, 4084.0, 4114.0, 4073.0, 4113.0, 4094.0, 4144.0, 4105.0, 4156.0, 4084.0, 4144.0, 4083.0, 4144.0, 4094.0, 4154.0, 4125.0, 4155.0, 4104.0, 4123.0, 4082.0, 4081.0, 4082.0, 4082.0, 4104.0, 4083.0, 4104.0, 4084.0, 4104.0, 4094.0, 4124.0, 4095.0, 4168.0, 4116.0, 4155.0, 4095.0, 4145.0, 4095.0, 4145.0, 4117.0, 4156.0, 4095.0, 4095.0, 4095.0, 4105.0, 4095.0, 4106.0, 4116.0, 4086.0, 4096.0, 4085.0, 4116.0, 4085.0, 4168.0, 4086.0, 4136.0, 4096.0, 4136.0, 4096.0, 4156.0, 4128.0, 4157.0, 4086.0, 4156.0, 4096.0, 4156.0, 4127.0, 4167.0, 4116.0, 4135.0, 4105.0, 4136.0, 4095.0, 4135.0, 4127.0, 4095.0, 4095.0, 4085.0, 4116.0, 4086.0, 4169.0, 4096.0, 4136.0, 4096.0, 4136.0, 4085.0, 4156.0, 4126.0, 4166.0, 4115.0, 4146.0, 4095.0, 4134.0, 4093.0, 4154.0, 4115.0, 4154.0, 4135.0, 4154.0, 4092.0, 4122.0, 4081.0, 4121.0, 4091.0, 4142.0, 4112.0, 4133.0, 4092.0, 4081.0, 4081.0, 4082.0, 4082.0, 4084.0, 4135.0, 4085.0, 4124.0, 4084.0, 4145.0, 4116.0, 4157.0, 4127.0, 4105.0, 4104.0, 4094.0, 4094.0, 4114.0, 4147.0, 4094.0, 4104.0, 4073.0, 4093.0, 4083.0, 4114.0, 4104.0, 4156.0, 4083.0, 4113.0, 4083.0, 4092.0, 4082.0, 4123.0, 4082.0, 4144.0, 4072.0, 4102.0, 4071.0, 4101.0, 4072.0, 4113.0, 4083.0, 4145.0, 4084.0, 4134.0, 4083.0, 4123.0, 4084.0, 4145.0, 4116.0, 4156.0, 4116.0, 4146.0, 4094.0, 4134.0, 4094.0, 4144.0, 4116.0, 4134.0, 4084.0, 4123.0, 4083.0, 4145.0, 4094.0, 4124.0, 4115.0, 4094.0, 4084.0, 4084.0, 4084.0, 4085.0, 4127.0, 4086.0, 4127.0, 4076.0, 4105.0, 4096.0, 4126.0, 4107.0, 4169.0, 4107.0, 4157.0, 4086.0, 4157.0, 4107.0, 4156.0, 4127.0, 4156.0, 4095.0, 4145.0, 4094.0, 4144.0, 4105.0, 4155.0, 4126.0, 4155.0, 4084.0, 4123.0, 4094.0, 4124.0, 4106.0, 4135.0, 4116.0, 4095.0, 4106.0, 4096.0, 4107.0, 4096.0, 4117.0, 4127.0, 4148.0, 4086.0, 4106.0, 4085.0, 4116.0, 4086.0, 4157.0, 4096.0, 4147.0, 4085.0, 4125.0, 4085.0, 4146.0, 4116.0, 4167.0, 4106.0, 4146.0, 4095.0, 4146.0, 4106.0, 4136.0, 4127.0, 4096.0, 4085.0, 4085.0, 4095.0, 4085.0, 4158.0, 4086.0, 4136.0, 4085.0, 4125.0, 4085.0, 4156.0, 4116.0, 4156.0, 4084.0, 4145.0, 4096.0, 4156.0, 4127.0, 4105.0, 4095.0, 4094.0, 4095.0, 4085.0, 4147.0, 4086.0, 4147.0, 4085.0, 4125.0, 4096.0, 4145.0, 4128.0, 4167.0, 4106.0, 4115.0, 4105.0, 4104.0, 4136.0, 4094.0, 4125.0, 4084.0, 4103.0, 4073.0, 4134.0, 4095.0, 4156.0, 4084.0, 4134.0, 4084.0, 4144.0, 4115.0, 4166.0, 4105.0, 4135.0, 4104.0, 4133.0, 4104.0, 4124.0, 4104.0, 4082.0, 4094.0, 4083.0, 4094.0, 4084.0, 4156.0, 4116.0, 4156.0, 4085.0, 4135.0, 4096.0, 4136.0, 4116.0, 4127.0, 4107.0, 4087.0, 4117.0, 4097.0, 4168.0, 4138.0, 4118.0, 4160.0, 4139.0, 4170.0, 4139.0, 4097.0, 4106.0, 4087.0], 'WindowWidth': [9265.0, 9325.0, 9180.0, 9220.0, 9145.0, 9192.0, 9137.0, 9216.0, 9148.0, 9198.0, 9115.0, 9163.0, 9108.0, 9162.0, 9108.0, 9206.0, 9135.0, 9160.0, 9106.0, 9128.0, 9090.0, 9131.0, 9096.0, 9176.0, 9095.0, 9119.0, 9120.0, 9147.0, 9109.0, 9193.0, 9144.0, 9159.0, 9203.0, 9121.0, 9202.0, 9132.0, 9198.0, 9147.0, 9227.0, 9204.0, 9200.0, 9155.0, 9178.0, 9134.0, 9203.0, 9147.0, 9185.0, 9145.0, 9138.0, 9113.0, 9138.0, 9102.0, 9155.0, 9121.0, 9132.0, 9120.0, 9103.0, 9121.0, 9162.0, 9125.0, 9190.0, 9172.0, 9123.0, 9137.0, 9121.0, 9124.0, 9123.0, 9138.0, 9140.0, 9167.0, 9114.0, 9139.0, 9097.0, 9153.0, 9115.0, 9198.0, 9116.0, 9184.0, 9115.0, 9152.0, 9118.0, 9196.0, 9161.0, 9226.0, 9146.0, 9196.0, 9142.0, 9224.0, 9185.0, 9200.0, 9170.0, 9153.0, 9138.0, 9138.0, 9126.0, 9123.0, 9136.0, 9108.0, 9118.0, 9105.0, 9147.0, 9106.0, 9190.0, 9119.0, 9143.0, 9103.0, 9143.0, 9090.0, 9186.0, 9091.0, 9143.0, 9089.0, 9111.0, 9112.0, 9111.0, 9121.0, 9128.0, 9085.0, 9111.0, 9082.0, 9111.0, 9083.0, 9126.0, 9102.0, 9146.0, 9090.0, 9115.0, 9121.0, 9132.0, 9123.0, 9206.0, 9111.0, 9178.0, 9125.0, 9191.0, 9140.0, 9205.0, 9167.0, 9176.0, 9107.0, 9186.0, 9107.0, 9185.0, 9167.0, 9171.0, 9118.0, 9156.0, 9105.0, 9185.0, 9162.0, 9157.0, 9116.0, 9100.0, 9103.0, 9089.0, 9134.0, 9107.0, 9135.0, 9107.0, 9134.0, 9109.0, 9190.0, 9109.0, 9190.0, 9108.0, 9172.0, 9108.0, 9204.0, 9136.0, 9221.0, 9121.0, 9160.0, 9104.0, 9142.0, 9106.0, 9171.0, 9149.0, 9202.0, 9122.0, 9172.0, 9103.0, 9182.0, 9129.0, 9181.0, 9130.0, 9101.0, 9101.0, 9084.0, 9102.0, 9103.0, 9160.0, 9107.0, 9148.0, 9109.0, 9163.0, 9126.0, 9154.0, 9144.0, 9127.0, 9144.0, 9114.0, 9195.0, 9156.0, 9226.0, 9182.0, 9192.0, 9111.0, 9165.0, 9125.0, 9175.0, 9125.0, 9204.0, 9168.0, 9193.0, 9123.0, 9132.0, 9104.0, 9142.0, 9105.0, 9157.0, 9149.0, 9104.0, 9105.0, 9104.0, 9104.0, 9105.0, 9173.0, 9091.0, 9159.0, 9091.0, 9114.0, 9101.0, 9141.0, 9091.0, 9183.0, 9133.0, 9186.0, 9091.0, 9156.0, 9106.0, 9185.0, 9135.0, 9204.0, 9138.0, 9148.0, 9121.0, 9143.0, 9120.0, 9159.0, 9163.0, 9132.0, 9117.0, 9102.0, 9116.0, 9101.0, 9130.0, 9104.0, 9129.0, 9091.0, 9102.0, 9103.0, 9130.0, 9090.0, 9173.0, 9091.0, 9129.0, 9089.0, 9143.0, 9093.0, 9203.0, 9108.0, 9174.0, 9092.0, 9159.0, 9094.0, 9171.0, 9153.0, 9174.0, 9107.0, 9105.0, 9119.0, 9135.0, 9135.0, 9149.0, 9165.0, 9109.0, 9133.0, 9093.0, 9148.0, 9107.0, 9207.0, 9122.0, 9174.0, 9092.0, 9141.0, 9089.0, 9173.0, 9120.0, 9208.0, 9107.0, 9147.0, 9092.0, 9132.0, 9109.0, 9160.0, 9108.0, 9160.0, 9108.0, 9145.0, 9094.0, 9159.0, 9124.0, 9204.0, 9124.0, 9177.0, 9124.0, 9175.0, 9140.0, 9166.0, 9142.0, 9115.0, 9116.0, 9132.0, 9145.0, 9134.0, 9218.0, 9133.0, 9170.0, 9131.0, 9182.0, 9143.0, 9226.0, 9157.0, 9183.0, 9098.0, 9162.0, 9125.0, 9192.0, 9158.0, 9193.0, 9112.0, 9148.0, 9108.0, 9160.0, 9137.0, 9203.0, 9137.0, 9174.0, 9104.0, 9168.0, 9104.0, 9167.0, 9148.0, 9168.0, 9089.0, 9153.0, 9086.0, 9167.0, 9131.0, 9181.0, 9161.0, 9170.0, 9131.0, 9141.0, 9103.0, 9171.0, 9119.0, 9183.0, 9118.0, 9142.0, 9105.0, 9154.0, 9103.0, 9181.0, 9145.0, 9184.0, 9128.0, 9154.0, 9097.0, 9148.0, 9100.0, 9168.0, 9131.0, 9155.0, 9103.0, 9112.0, 9102.0, 9117.0, 9119.0, 9110.0, 9182.0, 9145.0, 9119.0, 9148.0, 9120.0, 9158.0, 9134.0, 9230.0, 9191.0, 9214.0, 9116.0, 9178.0, 9111.0, 9176.0, 9134.0, 9189.0, 9104.0, 9126.0, 9073.0, 9098.0, 9086.0, 9127.0, 9113.0, 9143.0, 9085.0, 9111.0, 9067.0, 9098.0, 9109.0, 9112.0, 9111.0, 9099.0, 9153.0, 9112.0, 9163.0, 9112.0, 9162.0, 9128.0, 9150.0, 9085.0, 9136.0, 9100.0, 9153.0, 9119.0, 9183.0, 9133.0, 9172.0, 9120.0, 9157.0, 9106.0, 9172.0, 9122.0, 9186.0, 9139.0, 9175.0, 9112.0, 9161.0, 9110.0, 9175.0, 9111.0, 9189.0, 9150.0, 9206.0, 9125.0, 9164.0, 9109.0, 9137.0, 9127.0, 9152.0, 9173.0, 9116.0, 9155.0, 9114.0, 9154.0, 9115.0, 9210.0, 9129.0, 9196.0, 9113.0, 9149.0, 9124.0, 9162.0, 9125.0, 9205.0, 9154.0, 9194.0, 9112.0, 9176.0, 9112.0, 9178.0, 9139.0, 9126.0, 9127.0, 9114.0, 9124.0, 9116.0, 9159.0, 9113.0, 9215.0, 9118.0, 9197.0, 9116.0, 9179.0, 9116.0, 9208.0, 9158.0, 9222.0, 9203.0, 9157.0, 9118.0, 9115.0, 9126.0, 9125.0, 9143.0, 9141.0, 9145.0, 9199.0, 9158.0, 9196.0, 9156.0, 9167.0, 9111.0, 9175.0, 9108.0, 9189.0, 9124.0, 9205.0, 9181.0, 9194.0, 9152.0, 9111.0, 9108.0, 9108.0, 9108.0, 9099.0, 9198.0, 9117.0, 9183.0, 9118.0, 9211.0, 9150.0, 9227.0, 9179.0, 9201.0, 9133.0, 9156.0, 9117.0, 9183.0, 9132.0, 9186.0, 9160.0, 9133.0, 9131.0, 9127.0, 9129.0, 9114.0, 9203.0, 9118.0, 9154.0, 9099.0, 9150.0, 9128.0, 9194.0, 9145.0, 9212.0, 9117.0, 9194.0, 9115.0, 9193.0, 9128.0, 9206.0, 9171.0, 9211.0, 9140.0, 9164.0, 9109.0, 9105.0, 9110.0, 9111.0, 9141.0, 9114.0, 9142.0, 9118.0, 9142.0, 9131.0, 9170.0, 9135.0, 9232.0, 9162.0, 9212.0, 9132.0, 9198.0, 9134.0, 9198.0, 9165.0, 9214.0, 9134.0, 9132.0, 9132.0, 9146.0, 9134.0, 9149.0, 9162.0, 9124.0, 9136.0, 9120.0, 9160.0, 9122.0, 9234.0, 9123.0, 9189.0, 9135.0, 9186.0, 9137.0, 9214.0, 9181.0, 9216.0, 9123.0, 9213.0, 9135.0, 9215.0, 9180.0, 9230.0, 9162.0, 9185.0, 9146.0, 9187.0, 9134.0, 9186.0, 9177.0, 9134.0, 9135.0, 9122.0, 9163.0, 9123.0, 9236.0, 9137.0, 9189.0, 9136.0, 9187.0, 9122.0, 9213.0, 9173.0, 9227.0, 9158.0, 9200.0, 9131.0, 9180.0, 9127.0, 9208.0, 9157.0, 9207.0, 9184.0, 9207.0, 9123.0, 9160.0, 9105.0, 9156.0, 9118.0, 9186.0, 9148.0, 9176.0, 9120.0, 9106.0, 9106.0, 9108.0, 9109.0, 9114.0, 9184.0, 9118.0, 9168.0, 9118.0, 9197.0, 9161.0, 9215.0, 9176.0, 9145.0, 9142.0, 9127.0, 9129.0, 9155.0, 9202.0, 9128.0, 9142.0, 9101.0, 9126.0, 9112.0, 9154.0, 9139.0, 9213.0, 9112.0, 9150.0, 9111.0, 9121.0, 9109.0, 9163.0, 9110.0, 9192.0, 9095.0, 9135.0, 9095.0, 9133.0, 9095.0, 9150.0, 9112.0, 9195.0, 9114.0, 9181.0, 9114.0, 9164.0, 9116.0, 9194.0, 9160.0, 9213.0, 9159.0, 9199.0, 9129.0, 9179.0, 9129.0, 9194.0, 9159.0, 9181.0, 9114.0, 9165.0, 9113.0, 9195.0, 9129.0, 9168.0, 9156.0, 9130.0, 9116.0, 9114.0, 9116.0, 9118.0, 9175.0, 9122.0, 9176.0, 9109.0, 9145.0, 9136.0, 9174.0, 9151.0, 9233.0, 9152.0, 9215.0, 9123.0, 9214.0, 9150.0, 9213.0, 9176.0, 9211.0, 9132.0, 9195.0, 9128.0, 9192.0, 9144.0, 9207.0, 9173.0, 9210.0, 9116.0, 9166.0, 9128.0, 9169.0, 9148.0, 9185.0, 9162.0, 9133.0, 9148.0, 9136.0, 9151.0, 9136.0, 9164.0, 9176.0, 9207.0, 9122.0, 9148.0, 9120.0, 9160.0, 9121.0, 9217.0, 9134.0, 9201.0, 9119.0, 9169.0, 9120.0, 9199.0, 9162.0, 9231.0, 9148.0, 9201.0, 9133.0, 9201.0, 9149.0, 9187.0, 9176.0, 9133.0, 9119.0, 9118.0, 9133.0, 9119.0, 9219.0, 9121.0, 9187.0, 9118.0, 9171.0, 9119.0, 9212.0, 9160.0, 9213.0, 9117.0, 9196.0, 9136.0, 9213.0, 9177.0, 9145.0, 9132.0, 9129.0, 9131.0, 9118.0, 9202.0, 9121.0, 9202.0, 9120.0, 9171.0, 9134.0, 9197.0, 9180.0, 9229.0, 9148.0, 9157.0, 9145.0, 9143.0, 9188.0, 9130.0, 9171.0, 9116.0, 9140.0, 9101.0, 9182.0, 9132.0, 9212.0, 9117.0, 9180.0, 9115.0, 9194.0, 9160.0, 9225.0, 9143.0, 9183.0, 9143.0, 9179.0, 9141.0, 9167.0, 9142.0, 9113.0, 9129.0, 9113.0, 9129.0, 9117.0, 9212.0, 9161.0, 9215.0, 9119.0, 9185.0, 9135.0, 9188.0, 9164.0, 9178.0, 9152.0, 9127.0, 9164.0, 9138.0, 9233.0, 9195.0, 9170.0, 9225.0, 9197.0, 9239.0, 9198.0, 9141.0, 9149.0, 9125.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.00020308045977011495</td></tr>
<tr><td colspan=3>aqi</td><td>0.014688123448275862</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.12587981659382</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1682500469390111</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0000419457307246</td></tr>
<tr><td colspan=3>efc</td><td>0.492</td></tr>
<tr><td colspan=3>fber</td><td>3589.5142</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07798069597675382</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.3448275862068966</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.513818996636503</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5910732109512735</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6196613920878598</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3307223868703764</td></tr>
<tr><td colspan=3>gcor</td><td>0.00755082</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0016271400963887572</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021056221798062325</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.8673935062431806</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>30.6712</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.8096</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>191.0229</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296634.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>856.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>375.1523</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5995</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>554.1821</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3287.8201</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3430.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79910.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1137.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4354.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>886.8967</td></tr>
<tr><td colspan=3>tsnr</td><td>44.22737527580466</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>