<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0130_ses-04_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-04_subject-0130_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0130_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0130_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0130_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-04_subject-0130_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-04_subject-0130_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0130_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0130/ses-04/func/sub-0130_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d2247e683357c5141f0b990bc123c5b0</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>19:20:21.702500</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.997385, 0.00603919, 0.0720166, -0.000696295, 0.997259, -0.0739851]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0890505</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4231, -7758, -7223, 301, -195, 17, -52, 88]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.202</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f286b7c6-9bbe-4823-9356-e727c78ee44f||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.6759114265441895, -0.0018681081710383296, 0.19511836767196655, 108.96206665039062], [-0.016202693805098534, 2.6755733489990234, -0.19910204410552979, -97.02413177490234], [0.19321538507938385, 0.19849662482738495, 2.685570240020752, -85.24185180664062], [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': ['192021.702500', '192022.162500', '192022.622500', '192023.082500', '192023.542500', '192024.002500', '192024.462500', '192024.922500', '192025.382500', '192025.842500', '192026.302500', '192026.762500', '192027.222500', '192027.682500', '192028.142500', '192028.602500', '192029.062500', '192029.522500', '192029.982500', '192030.442500', '192030.902500', '192031.362500', '192031.822500', '192032.282500', '192032.742500', '192033.202500', '192033.662500', '192034.122500', '192034.582500', '192035.042500', '192035.502500', '192035.962500', '192036.422500', '192036.882500', '192037.342500', '192037.802500', '192038.262500', '192038.722500', '192039.182500', '192039.642500', '192040.102500', '192040.562500', '192041.022500', '192041.482500', '192041.942500', '192042.402500', '192042.862500', '192043.322500', '192043.782500', '192044.242500', '192044.702500', '192045.162500', '192045.622500', '192046.082500', '192046.542500', '192047.002500', '192047.462500', '192047.922500', '192048.382500', '192048.842500', '192049.302500', '192049.762500', '192050.222500', '192050.682500', '192051.142500', '192051.602500', '192052.062500', '192052.522500', '192052.982500', '192053.442500', '192053.902500', '192054.362500', '192054.822500', '192055.282500', '192055.742500', '192056.202500', '192056.662500', '192057.122500', '192057.582500', '192058.042500', '192058.502500', '192058.962500', '192059.422500', '192059.882500', '192100.342500', '192100.802500', '192101.262500', '192101.722500', '192102.182500', '192102.642500', '192103.102500', '192103.562500', '192104.022500', '192104.482500', '192104.942500', '192105.402500', '192105.862500', '192106.322500', '192106.782500', '192107.242500', '192107.702500', '192108.162500', '192108.622500', '192109.082500', '192109.542500', '192110.002500', '192110.462500', '192110.922500', '192111.382500', '192111.842500', '192112.302500', '192112.762500', '192113.222500', '192113.682500', '192114.142500', '192114.602500', '192115.062500', '192115.522500', '192115.982500', '192116.442500', '192116.902500', '192117.362500', '192117.822500', '192118.282500', '192118.742500', '192119.202500', '192119.662500', '192120.122500', '192120.582500', '192121.042500', '192121.502500', '192121.962500', '192122.422500', '192122.882500', '192123.342500', '192123.802500', '192124.262500', '192124.722500', '192125.182500', '192125.642500', '192126.102500', '192126.562500', '192127.022500', '192127.482500', '192127.942500', '192128.402500', '192128.862500', '192129.322500', '192129.782500', '192130.242500', '192130.702500', '192131.162500', '192131.622500', '192132.082500', '192132.542500', '192133.002500', '192133.462500', '192133.922500', '192134.382500', '192134.842500', '192135.302500', '192135.762500', '192136.222500', '192136.682500', '192137.142500', '192137.602500', '192138.062500', '192138.522500', '192138.982500', '192139.442500', '192139.902500', '192140.362500', '192140.822500', '192141.282500', '192141.742500', '192142.202500', '192142.662500', '192143.122500', '192143.582500', '192144.042500', '192144.502500', '192144.962500', '192145.422500', '192145.882500', '192146.342500', '192146.802500', '192147.262500', '192147.722500', '192148.182500', '192148.642500', '192149.102500', '192149.562500', '192150.022500', '192150.482500', '192150.942500', '192151.402500', '192151.862500', '192152.322500', '192152.782500', '192153.242500', '192153.702500', '192154.162500', '192154.622500', '192155.082500', '192155.542500', '192156.002500', '192156.462500', '192156.922500', '192157.382500', '192157.842500', '192158.302500', '192158.762500', '192159.222500', '192159.682500', '192200.142500', '192200.602500', '192201.062500', '192201.522500', '192201.982500', '192202.442500', '192202.902500', '192203.362500', '192203.822500', '192204.282500', '192204.742500', '192205.202500', '192205.662500', '192206.122500', '192206.582500', '192207.042500', '192207.502500', '192207.962500', '192208.422500', '192208.882500', '192209.342500', '192209.802500', '192210.262500', '192210.722500', '192211.182500', '192211.642500', '192212.102500', '192212.562500', '192213.022500', '192213.482500', '192213.942500', '192214.402500', '192214.862500', '192215.322500', '192215.782500', '192216.242500', '192216.702500', '192217.162500', '192217.622500', '192218.082500', '192218.542500', '192219.002500', '192219.462500', '192219.922500', '192220.382500', '192220.842500', '192221.302500', '192221.762500', '192222.222500', '192222.682500', '192223.142500', '192223.602500', '192224.062500', '192224.522500', '192224.982500', '192225.442500', '192225.902500', '192226.362500', '192226.822500', '192227.282500', '192227.742500', '192228.202500', '192228.662500', '192229.122500', '192229.582500', '192230.042500', '192230.502500', '192230.962500', '192231.422500', '192231.882500', '192232.342500', '192232.802500', '192233.262500', '192233.722500', '192234.182500', '192234.642500', '192235.102500', '192235.562500', '192236.022500', '192236.482500', '192236.942500', '192237.402500', '192237.862500', '192238.322500', '192238.782500', '192239.242500', '192239.702500', '192240.162500', '192240.622500', '192241.082500', '192241.542500', '192242.002500', '192242.462500', '192242.922500', '192243.382500', '192243.842500', '192244.302500', '192244.762500', '192245.222500', '192245.682500', '192246.142500', '192246.602500', '192247.062500', '192247.522500', '192247.982500', '192248.442500', '192248.902500', '192249.362500', '192249.822500', '192250.282500', '192250.742500', '192251.202500', '192251.662500', '192252.122500', '192252.582500', '192253.042500', '192253.502500', '192253.962500', '192254.422500', '192254.882500', '192255.342500', '192255.802500', '192256.262500', '192256.722500', '192257.182500', '192257.642500', '192258.102500', '192258.562500', '192259.022500', '192259.482500', '192259.942500', '192300.402500', '192300.862500', '192301.322500', '192301.782500', '192302.242500', '192302.702500', '192303.162500', '192303.622500', '192304.082500', '192304.542500', '192305.002500', '192305.462500', '192305.922500', '192306.382500', '192306.842500', '192307.302500', '192307.762500', '192308.222500', '192308.682500', '192309.142500', '192309.602500', '192310.062500', '192310.522500', '192310.982500', '192311.442500', '192311.902500', '192312.362500', '192312.822500', '192313.282500', '192313.742500', '192314.202500', '192314.662500', '192315.122500', '192315.582500', '192316.042500', '192316.502500', '192316.962500', '192317.422500', '192317.882500', '192318.342500', '192318.802500', '192319.262500', '192319.722500', '192320.182500', '192320.642500', '192321.102500', '192321.562500', '192322.022500', '192322.482500', '192322.942500', '192323.402500', '192323.862500', '192324.322500', '192324.782500', '192325.242500', '192325.702500', '192326.162500', '192326.622500', '192327.082500', '192327.542500', '192328.002500', '192328.462500', '192328.922500', '192329.382500', '192329.842500', '192330.302500', '192330.762500', '192331.222500', '192331.682500', '192332.142500', '192332.602500', '192333.062500', '192333.522500', '192333.982500', '192334.442500', '192334.902500', '192335.362500', '192335.822500', '192336.282500', '192336.742500', '192337.202500', '192337.662500', '192338.122500', '192338.582500', '192339.042500', '192339.502500', '192339.962500', '192340.422500', '192340.882500', '192341.342500', '192341.802500', '192342.262500', '192342.722500', '192343.182500', '192343.642500', '192344.102500', '192344.562500', '192345.022500', '192345.482500', '192345.942500', '192346.402500', '192346.862500', '192347.322500', '192347.782500', '192348.242500', '192348.702500', '192349.162500', '192349.622500', '192350.082500', '192350.542500', '192351.002500', '192351.462500', '192351.922500', '192352.382500', '192352.842500', '192353.302500', '192353.762500', '192354.222500', '192354.682500', '192355.142500', '192355.602500', '192356.062500', '192356.522500', '192356.982500', '192357.442500', '192357.902500', '192358.362500', '192358.822500', '192359.282500', '192359.742500', '192400.202500', '192400.662500', '192401.122500', '192401.582500', '192402.042500', '192402.502500', '192402.962500', '192403.422500', '192403.882500', '192404.342500', '192404.802500', '192405.262500', '192405.722500', '192406.182500', '192406.642500', '192407.102500', '192407.562500', '192408.022500', '192408.482500', '192408.942500', '192409.402500', '192409.862500', '192410.322500', '192410.782500', '192411.242500', '192411.702500', '192412.162500', '192412.622500', '192413.082500', '192413.542500', '192414.002500', '192414.462500', '192414.922500', '192415.382500', '192415.842500', '192416.302500', '192416.762500', '192417.222500', '192417.682500', '192418.142500', '192418.602500', '192419.062500', '192419.522500', '192419.982500', '192420.442500', '192420.902500', '192421.362500', '192421.822500', '192422.282500', '192422.742500', '192423.202500', '192423.662500', '192424.122500', '192424.582500', '192425.042500', '192425.502500', '192425.962500', '192426.422500', '192426.882500', '192427.342500', '192427.802500', '192428.262500', '192428.722500', '192429.182500', '192429.642500', '192430.102500', '192430.562500', '192431.022500', '192431.482500', '192431.942500', '192432.402500', '192432.862500', '192433.322500', '192433.782500', '192434.242500', '192434.702500', '192435.162500', '192435.622500', '192436.082500', '192436.542500', '192437.002500', '192437.462500', '192437.922500', '192438.382500', '192438.842500', '192439.302500', '192439.762500', '192440.222500', '192440.682500', '192441.142500', '192441.602500', '192442.062500', '192442.522500', '192442.982500', '192443.442500', '192443.902500', '192444.362500', '192444.822500', '192445.282500', '192445.742500', '192446.202500', '192446.662500', '192447.122500', '192447.582500', '192448.042500', '192448.502500', '192448.962500', '192449.422500', '192449.882500', '192450.342500', '192450.802500', '192451.262500', '192451.722500', '192452.182500', '192452.642500', '192453.102500', '192453.562500', '192454.022500', '192454.482500', '192454.942500', '192455.402500', '192455.862500', '192456.322500', '192456.782500', '192457.242500', '192457.702500', '192458.162500', '192458.622500', '192459.082500', '192459.542500', '192500.002500', '192500.462500', '192500.922500', '192501.382500', '192501.842500', '192502.302500', '192502.762500', '192503.222500', '192503.682500', '192504.142500', '192504.602500', '192505.062500', '192505.522500', '192505.982500', '192506.442500', '192506.902500', '192507.362500', '192507.822500', '192508.282500', '192508.742500', '192509.202500', '192509.662500', '192510.122500', '192510.582500', '192511.042500', '192511.502500', '192511.962500', '192512.422500', '192512.882500', '192513.342500', '192513.802500', '192514.262500', '192514.722500', '192515.182500', '192515.642500', '192516.102500', '192516.562500', '192517.022500', '192517.482500', '192517.942500', '192518.402500', '192518.862500', '192519.322500', '192519.782500', '192520.242500', '192520.702500', '192521.162500', '192521.622500', '192522.082500', '192522.542500', '192523.002500', '192523.462500', '192523.922500', '192524.382500', '192524.842500', '192525.302500', '192525.762500', '192526.222500', '192526.682500', '192527.142500', '192527.602500', '192528.062500', '192528.522500', '192528.982500', '192529.442500', '192529.902500', '192530.362500', '192530.822500', '192531.282500', '192531.742500', '192532.202500', '192532.662500', '192533.122500', '192533.582500', '192534.042500', '192534.502500', '192534.962500', '192535.422500', '192535.882500', '192536.342500', '192536.802500', '192537.262500', '192537.722500', '192538.182500', '192538.642500', '192539.102500', '192539.562500', '192540.022500', '192540.482500', '192540.942500', '192541.402500', '192541.862500', '192542.322500', '192542.782500', '192543.242500', '192543.702500', '192544.162500', '192544.622500', '192545.082500', '192545.542500', '192546.002500', '192546.462500', '192546.922500', '192547.382500', '192547.842500', '192548.302500', '192548.762500', '192549.222500', '192549.682500', '192550.142500', '192550.602500', '192551.062500', '192551.522500', '192551.982500', '192552.442500', '192552.902500', '192553.362500', '192553.822500', '192554.282500', '192554.742500', '192555.202500', '192555.662500', '192556.122500', '192556.582500', '192557.042500', '192557.502500', '192557.962500', '192558.422500', '192558.882500', '192559.342500', '192559.802500', '192600.262500', '192600.722500', '192601.182500', '192601.642500', '192602.102500', '192602.562500', '192603.022500', '192603.482500', '192603.942500', '192604.402500', '192604.862500', '192605.322500', '192605.782500', '192606.242500', '192606.702500', '192607.162500', '192607.622500', '192608.082500', '192608.542500', '192609.002500', '192609.462500', '192609.922500', '192610.382500', '192610.842500', '192611.302500', '192611.762500', '192612.222500', '192612.682500', '192613.142500', '192613.602500', '192614.062500', '192614.522500', '192614.982500', '192615.442500', '192615.902500', '192616.362500', '192616.822500', '192617.282500', '192617.742500', '192618.202500', '192618.662500', '192619.122500', '192619.582500', '192620.042500', '192620.502500', '192620.962500', '192621.422500', '192621.882500', '192622.342500', '192622.802500', '192623.262500', '192623.722500', '192624.182500', '192624.642500', '192625.102500', '192625.562500', '192626.022500', '192626.482500', '192626.942500', '192627.402500', '192627.862500', '192628.322500', '192628.782500', '192629.242500', '192629.702500', '192630.162500', '192630.622500', '192631.082500', '192631.542500', '192632.002500', '192632.462500', '192632.922500', '192633.382500', '192633.842500', '192634.302500', '192634.762500', '192635.222500', '192635.682500', '192636.142500', '192636.602500', '192637.062500', '192637.522500', '192637.982500', '192638.442500', '192638.902500', '192639.362500', '192639.822500', '192640.282500', '192640.742500', '192641.202500', '192641.662500', '192642.122500', '192642.582500', '192643.042500', '192643.502500', '192643.962500', '192644.422500', '192644.882500', '192645.342500', '192645.802500', '192646.262500', '192646.722500', '192647.182500', '192647.642500', '192648.102500', '192648.562500', '192649.022500', '192649.482500', '192649.942500', '192650.402500', '192650.862500', '192651.322500', '192651.782500', '192652.242500', '192652.702500', '192653.162500', '192653.622500', '192654.082500', '192654.542500', '192655.002500', '192655.462500', '192655.922500', '192656.382500', '192656.842500', '192657.302500', '192657.762500', '192658.222500', '192658.682500', '192659.142500', '192659.602500', '192700.062500', '192700.522500', '192700.982500', '192701.442500', '192701.902500', '192702.362500'], 'ContentTime': ['192048.462000', '192048.466000', '192048.469000', '192048.472000', '192048.474000', '192048.477000', '192048.480000', '192048.482000', '192048.485000', '192048.487000', '192048.490000', '192048.492000', '192048.495000', '192048.497000', '192048.505000', '192048.508000', '192048.510000', '192048.513000', '192048.516000', '192048.518000', '192048.521000', '192048.523000', '192048.526000', '192048.529000', '192048.531000', '192048.534000', '192048.536000', '192048.539000', '192048.541000', '192048.544000', '192048.546000', '192048.549000', '192048.552000', '192048.554000', '192048.557000', '192048.559000', '192048.562000', '192048.564000', '192048.567000', '192048.570000', '192048.572000', '192048.575000', '192048.577000', '192048.580000', '192048.582000', '192048.585000', '192048.587000', '192048.590000', '192048.593000', '192048.596000', '192048.599000', '192048.602000', '192048.604000', '192048.607000', '192048.609000', '192108.439000', '192108.442000', '192108.445000', '192108.448000', '192108.450000', '192108.453000', '192108.456000', '192108.458000', '192108.461000', '192108.463000', '192108.466000', '192108.469000', '192108.471000', '192108.474000', '192108.476000', '192108.479000', '192108.481000', '192108.484000', '192108.487000', '192108.489000', '192108.492000', '192108.494000', '192108.497000', '192108.500000', '192108.502000', '192108.505000', '192108.507000', '192108.510000', '192108.512000', '192108.515000', '192108.518000', '192108.520000', '192108.523000', '192108.525000', '192108.528000', '192108.531000', '192108.533000', '192108.536000', '192108.538000', '192108.541000', '192108.543000', '192108.546000', '192108.548000', '192128.432000', '192128.435000', '192128.438000', '192128.440000', '192128.443000', '192128.446000', '192128.448000', '192128.451000', '192128.453000', '192128.456000', '192128.458000', '192128.461000', '192128.464000', '192128.466000', '192128.469000', '192128.471000', '192128.474000', '192128.477000', '192128.479000', '192128.482000', '192128.484000', '192128.487000', '192128.489000', '192128.492000', '192128.494000', '192128.497000', '192128.500000', '192128.502000', '192128.505000', '192128.507000', '192128.518000', '192128.520000', '192128.523000', '192128.525000', '192128.528000', '192128.531000', '192128.533000', '192128.536000', '192128.539000', '192128.541000', '192128.544000', '192128.546000', '192128.549000', '192128.551000', '192148.432000', '192148.435000', '192148.438000', '192148.440000', '192148.443000', '192148.446000', '192148.448000', '192148.451000', '192148.453000', '192148.456000', '192148.458000', '192148.461000', '192148.465000', '192148.468000', '192148.470000', '192148.473000', '192148.476000', '192148.478000', '192148.481000', '192148.483000', '192148.486000', '192148.489000', '192148.491000', '192148.494000', '192148.496000', '192148.499000', '192148.501000', '192148.504000', '192148.507000', '192148.509000', '192148.512000', '192148.514000', '192148.517000', '192148.520000', '192148.523000', '192148.525000', '192148.528000', '192148.531000', '192148.533000', '192148.536000', '192148.538000', '192148.541000', '192148.544000', '192148.546000', '192208.433000', '192208.435000', '192208.438000', '192208.441000', '192208.443000', '192208.446000', '192208.448000', '192208.451000', '192208.453000', '192208.456000', '192208.459000', '192208.461000', '192208.464000', '192208.466000', '192208.469000', '192208.472000', '192208.474000', '192208.477000', '192208.479000', '192208.482000', '192208.485000', '192208.487000', '192208.490000', '192208.492000', '192208.495000', '192208.497000', '192208.500000', '192208.503000', '192208.505000', '192208.508000', '192208.510000', '192208.513000', '192208.515000', '192208.518000', '192208.521000', '192208.523000', '192208.529000', '192208.531000', '192208.534000', '192208.537000', '192208.539000', '192208.542000', '192208.544000', '192228.433000', '192228.435000', '192228.438000', '192228.441000', '192228.443000', '192228.446000', '192228.448000', '192228.451000', '192228.454000', '192228.456000', '192228.459000', '192228.461000', '192228.464000', '192228.467000', '192228.469000', '192228.472000', '192228.475000', '192228.481000', '192228.484000', '192228.486000', '192228.489000', '192228.492000', '192228.494000', '192228.497000', '192228.499000', '192228.502000', '192228.505000', '192228.507000', '192228.510000', '192228.512000', '192228.515000', '192228.517000', '192228.520000', '192228.523000', '192228.525000', '192228.528000', '192228.531000', '192228.533000', '192228.536000', '192228.538000', '192228.541000', '192228.543000', '192228.546000', '192248.433000', '192248.435000', '192248.445000', '192248.448000', '192248.450000', '192248.453000', '192248.455000', '192248.458000', '192248.460000', '192248.463000', '192248.486000', '192248.489000', '192248.491000', '192248.494000', '192248.497000', '192248.499000', '192248.502000', '192248.504000', '192248.507000', '192248.510000', '192248.512000', '192248.515000', '192248.517000', '192248.520000', '192248.523000', '192248.525000', '192248.528000', '192248.531000', '192248.533000', '192248.536000', '192248.538000', '192248.541000', '192248.543000', '192248.546000', '192248.549000', '192248.551000', '192248.554000', '192248.556000', '192248.559000', '192248.561000', '192248.564000', '192248.567000', '192248.569000', '192248.572000', '192308.431000', '192308.434000', '192308.437000', '192308.439000', '192308.442000', '192308.445000', '192308.447000', '192308.450000', '192308.453000', '192308.456000', '192308.459000', '192308.462000', '192308.464000', '192308.467000', '192308.470000', '192308.472000', '192308.475000', '192308.477000', '192308.480000', '192308.483000', '192308.485000', '192308.488000', '192308.490000', '192308.493000', '192308.496000', '192308.498000', '192308.502000', '192308.504000', '192308.507000', '192308.510000', '192308.512000', '192308.515000', '192308.517000', '192308.520000', '192308.523000', '192308.525000', '192308.528000', '192308.531000', '192308.533000', '192308.536000', '192308.538000', '192308.541000', '192308.544000', '192328.432000', '192328.435000', '192328.437000', '192328.440000', '192328.442000', '192328.445000', '192328.447000', '192328.450000', '192328.453000', '192328.455000', '192328.458000', '192328.460000', '192328.463000', '192328.466000', '192328.468000', '192328.471000', '192328.473000', '192328.476000', '192328.479000', '192328.481000', '192328.484000', '192328.486000', '192328.489000', '192328.492000', '192328.494000', '192328.497000', '192328.499000', '192328.502000', '192328.504000', '192328.507000', '192328.510000', '192328.512000', '192328.515000', '192328.517000', '192328.520000', '192328.523000', '192328.525000', '192328.528000', '192328.530000', '192328.533000', '192328.536000', '192328.538000', '192328.541000', '192328.543000', '192348.432000', '192348.435000', '192348.438000', '192348.440000', '192348.443000', '192348.446000', '192348.448000', '192348.451000', '192348.453000', '192348.456000', '192348.459000', '192348.461000', '192348.464000', '192348.467000', '192348.469000', '192348.473000', '192348.476000', '192348.479000', '192348.481000', '192348.484000', '192348.486000', '192348.489000', '192348.492000', '192348.494000', '192348.497000', '192348.499000', '192348.502000', '192348.505000', '192348.507000', '192348.510000', '192348.512000', '192348.515000', '192348.518000', '192348.520000', '192348.523000', '192348.525000', '192348.528000', '192348.531000', '192348.533000', '192348.536000', '192348.538000', '192348.541000', '192348.544000', '192408.432000', '192408.435000', '192408.438000', '192408.440000', '192408.443000', '192408.445000', '192408.448000', '192408.451000', '192408.453000', '192408.456000', '192408.458000', '192408.461000', '192408.464000', '192408.466000', '192408.469000', '192408.471000', '192408.474000', '192408.477000', '192408.479000', '192408.482000', '192408.484000', '192408.487000', '192408.490000', '192408.492000', '192408.495000', '192408.497000', '192408.500000', '192408.503000', '192408.505000', '192408.508000', '192408.510000', '192408.513000', '192408.516000', '192408.518000', '192408.521000', '192408.560000', '192408.562000', '192408.565000', '192408.568000', '192408.570000', '192408.573000', '192408.575000', '192408.578000', '192408.581000', '192428.432000', '192428.435000', '192428.438000', '192428.440000', '192428.443000', '192428.446000', '192428.448000', '192428.451000', '192428.454000', '192428.457000', '192428.459000', '192428.462000', '192428.464000', '192428.467000', '192428.470000', '192428.472000', '192428.475000', '192428.478000', '192428.481000', '192428.483000', '192428.486000', '192428.489000', '192428.491000', '192428.494000', '192428.497000', '192428.499000', '192428.502000', '192428.504000', '192428.507000', '192428.510000', '192428.512000', '192428.515000', '192428.517000', '192428.520000', '192428.522000', '192428.525000', '192428.528000', '192428.530000', '192428.533000', '192428.535000', '192428.538000', '192428.541000', '192428.544000', '192448.433000', '192448.436000', '192448.438000', '192448.441000', '192448.443000', '192448.446000', '192448.449000', '192448.451000', '192448.454000', '192448.456000', '192448.459000', '192448.461000', '192448.464000', '192448.467000', '192448.469000', '192448.472000', '192448.475000', '192448.477000', '192448.480000', '192448.482000', '192448.485000', '192448.488000', '192448.490000', '192448.493000', '192448.495000', '192448.498000', '192448.501000', '192448.503000', '192448.506000', '192448.508000', '192448.511000', '192448.514000', '192448.516000', '192448.519000', '192448.522000', '192448.524000', '192448.527000', '192448.529000', '192448.532000', '192448.534000', '192448.537000', '192448.540000', '192448.542000', '192448.545000', '192508.433000', '192508.435000', '192508.438000', '192508.441000', '192508.443000', '192508.446000', '192508.448000', '192508.451000', '192508.454000', '192508.456000', '192508.459000', '192508.461000', '192508.464000', '192508.467000', '192508.471000', '192508.474000', '192508.476000', '192508.479000', '192508.482000', '192508.484000', '192508.487000', '192508.489000', '192508.492000', '192508.495000', '192508.497000', '192508.500000', '192508.502000', '192508.505000', '192508.508000', '192508.510000', '192508.513000', '192508.515000', '192508.518000', '192508.521000', '192508.523000', '192508.526000', '192508.528000', '192508.531000', '192508.534000', '192508.536000', '192508.539000', '192508.541000', '192508.544000', '192528.432000', '192528.435000', '192528.437000', '192528.440000', '192528.442000', '192528.445000', '192528.448000', '192528.450000', '192528.453000', '192528.455000', '192528.458000', '192528.460000', '192528.463000', '192528.466000', '192528.468000', '192528.471000', '192528.473000', '192528.476000', '192528.478000', '192528.481000', '192528.484000', '192528.486000', '192528.489000', '192528.491000', '192528.494000', '192528.496000', '192528.499000', '192528.502000', '192528.504000', '192528.507000', '192528.509000', '192528.512000', '192528.515000', '192528.517000', '192528.520000', '192528.522000', '192528.525000', '192528.528000', '192528.530000', '192528.533000', '192528.535000', '192528.538000', '192528.541000', '192528.543000', '192548.431000', '192548.434000', '192548.444000', '192548.446000', '192548.449000', '192548.452000', '192548.454000', '192548.457000', '192548.459000', '192548.462000', '192548.465000', '192548.467000', '192548.470000', '192548.472000', '192548.475000', '192548.478000', '192548.480000', '192548.483000', '192548.485000', '192548.488000', '192548.491000', '192548.493000', '192548.496000', '192548.498000', '192548.501000', '192548.504000', '192548.506000', '192548.509000', '192548.511000', '192548.514000', '192548.517000', '192548.519000', '192548.522000', '192548.525000', '192548.528000', '192548.531000', '192548.533000', '192548.536000', '192548.539000', '192548.541000', '192548.544000', '192548.547000', '192548.549000', '192608.432000', '192608.435000', '192608.438000', '192608.441000', '192608.443000', '192608.446000', '192608.450000', '192608.453000', '192608.456000', '192608.458000', '192608.461000', '192608.464000', '192608.466000', '192608.469000', '192608.471000', '192608.474000', '192608.477000', '192608.479000', '192608.482000', '192608.485000', '192608.487000', '192608.490000', '192608.492000', '192608.495000', '192608.498000', '192608.500000', '192608.503000', '192608.506000', '192608.508000', '192608.511000', '192608.514000', '192608.516000', '192608.519000', '192608.522000', '192608.524000', '192608.527000', '192608.530000', '192608.532000', '192608.535000', '192608.538000', '192608.540000', '192608.543000', '192608.546000', '192608.548000', '192628.433000', '192628.435000', '192628.438000', '192628.440000', '192628.443000', '192628.446000', '192628.448000', '192628.451000', '192628.454000', '192628.456000', '192628.459000', '192628.461000', '192628.464000', '192628.467000', '192628.469000', '192628.472000', '192628.474000', '192628.477000', '192628.480000', '192628.482000', '192628.485000', '192628.487000', '192628.490000', '192628.493000', '192628.495000', '192628.498000', '192628.501000', '192628.503000', '192628.506000', '192628.508000', '192628.511000', '192628.514000', '192628.516000', '192628.519000', '192628.521000', '192628.524000', '192628.527000', '192628.529000', '192628.532000', '192628.534000', '192628.537000', '192628.540000', '192628.542000', '192648.433000', '192648.436000', '192648.438000', '192648.441000', '192648.443000', '192648.446000', '192648.449000', '192648.451000', '192648.454000', '192648.456000', '192648.459000', '192648.462000', '192648.464000', '192648.467000', '192648.469000', '192648.472000', '192648.475000', '192648.477000', '192648.480000', '192648.482000', '192648.485000', '192648.488000', '192648.490000', '192648.493000', '192648.496000', '192648.498000', '192648.501000', '192648.503000', '192648.506000', '192648.508000', '192648.511000', '192648.514000', '192648.516000', '192648.519000', '192648.522000', '192648.524000', '192648.527000', '192648.529000', '192648.532000', '192648.535000', '192648.537000', '192648.540000', '192648.542000', '192648.545000', '192703.978000', '192703.981000', '192703.984000', '192703.987000', '192703.990000', '192703.992000', '192703.995000', '192703.998000', '192704.000000', '192704.003000', '192704.006000', '192704.009000', '192704.011000', '192704.031000', '192704.034000', '192704.037000', '192704.040000', '192704.042000', '192704.045000', '192704.048000', '192704.051000', '192704.054000', '192704.056000', '192704.061000', '192704.065000', '192704.068000', '192704.071000', '192704.074000', '192704.077000', '192704.079000', '192704.082000', '192704.084000', '192704.087000', '192704.090000'], 'InstanceCreationTime': ['192048.462000', '192048.466000', '192048.469000', '192048.472000', '192048.474000', '192048.477000', '192048.480000', '192048.482000', '192048.485000', '192048.487000', '192048.490000', '192048.492000', '192048.495000', '192048.497000', '192048.505000', '192048.508000', '192048.510000', '192048.513000', '192048.516000', '192048.518000', '192048.521000', '192048.523000', '192048.526000', '192048.529000', '192048.531000', '192048.534000', '192048.536000', '192048.539000', '192048.541000', '192048.544000', '192048.546000', '192048.549000', '192048.552000', '192048.554000', '192048.557000', '192048.559000', '192048.562000', '192048.564000', '192048.567000', '192048.570000', '192048.572000', '192048.575000', '192048.577000', '192048.580000', '192048.582000', '192048.585000', '192048.587000', '192048.590000', '192048.593000', '192048.596000', '192048.599000', '192048.602000', '192048.604000', '192048.607000', '192048.609000', '192108.439000', '192108.442000', '192108.445000', '192108.448000', '192108.450000', '192108.453000', '192108.456000', '192108.458000', '192108.461000', '192108.463000', '192108.466000', '192108.469000', '192108.471000', '192108.474000', '192108.476000', '192108.479000', '192108.481000', '192108.484000', '192108.487000', '192108.489000', '192108.492000', '192108.494000', '192108.497000', '192108.500000', '192108.502000', '192108.505000', '192108.507000', '192108.510000', '192108.512000', '192108.515000', '192108.518000', '192108.520000', '192108.523000', '192108.525000', '192108.528000', '192108.531000', '192108.533000', '192108.536000', '192108.538000', '192108.541000', '192108.543000', '192108.546000', '192108.548000', '192128.432000', '192128.435000', '192128.438000', '192128.440000', '192128.443000', '192128.446000', '192128.448000', '192128.451000', '192128.453000', '192128.456000', '192128.458000', '192128.461000', '192128.464000', '192128.466000', '192128.469000', '192128.471000', '192128.474000', '192128.477000', '192128.479000', '192128.482000', '192128.484000', '192128.487000', '192128.489000', '192128.492000', '192128.494000', '192128.497000', '192128.500000', '192128.502000', '192128.505000', '192128.507000', '192128.518000', '192128.520000', '192128.523000', '192128.525000', '192128.528000', '192128.531000', '192128.533000', '192128.536000', '192128.539000', '192128.541000', '192128.544000', '192128.546000', '192128.549000', '192128.551000', '192148.432000', '192148.435000', '192148.438000', '192148.440000', '192148.443000', '192148.446000', '192148.448000', '192148.451000', '192148.453000', '192148.456000', '192148.458000', '192148.461000', '192148.465000', '192148.468000', '192148.470000', '192148.473000', '192148.476000', '192148.478000', '192148.481000', '192148.483000', '192148.486000', '192148.489000', '192148.491000', '192148.494000', '192148.496000', '192148.499000', '192148.501000', '192148.504000', '192148.507000', '192148.509000', '192148.512000', '192148.514000', '192148.517000', '192148.520000', '192148.523000', '192148.525000', '192148.528000', '192148.531000', '192148.533000', '192148.536000', '192148.538000', '192148.541000', '192148.544000', '192148.546000', '192208.433000', '192208.435000', '192208.438000', '192208.441000', '192208.443000', '192208.446000', '192208.448000', '192208.451000', '192208.453000', '192208.456000', '192208.459000', '192208.461000', '192208.464000', '192208.466000', '192208.469000', '192208.472000', '192208.474000', '192208.477000', '192208.479000', '192208.482000', '192208.485000', '192208.487000', '192208.490000', '192208.492000', '192208.495000', '192208.497000', '192208.500000', '192208.503000', '192208.505000', '192208.508000', '192208.510000', '192208.513000', '192208.515000', '192208.518000', '192208.521000', '192208.523000', '192208.529000', '192208.531000', '192208.534000', '192208.537000', '192208.539000', '192208.542000', '192208.544000', '192228.433000', '192228.435000', '192228.438000', '192228.441000', '192228.443000', '192228.446000', '192228.448000', '192228.451000', '192228.454000', '192228.456000', '192228.459000', '192228.461000', '192228.464000', '192228.467000', '192228.469000', '192228.472000', '192228.475000', '192228.481000', '192228.484000', '192228.486000', '192228.489000', '192228.492000', '192228.494000', '192228.497000', '192228.499000', '192228.502000', '192228.505000', '192228.507000', '192228.510000', '192228.512000', '192228.515000', '192228.517000', '192228.520000', '192228.523000', '192228.525000', '192228.528000', '192228.531000', '192228.533000', '192228.536000', '192228.538000', '192228.541000', '192228.543000', '192228.546000', '192248.433000', '192248.435000', '192248.445000', '192248.448000', '192248.450000', '192248.453000', '192248.455000', '192248.458000', '192248.460000', '192248.463000', '192248.486000', '192248.489000', '192248.491000', '192248.494000', '192248.497000', '192248.499000', '192248.502000', '192248.504000', '192248.507000', '192248.510000', '192248.512000', '192248.515000', '192248.517000', '192248.520000', '192248.523000', '192248.525000', '192248.528000', '192248.531000', '192248.533000', '192248.536000', '192248.538000', '192248.541000', '192248.543000', '192248.546000', '192248.549000', '192248.551000', '192248.554000', '192248.556000', '192248.559000', '192248.561000', '192248.564000', '192248.567000', '192248.569000', '192248.572000', '192308.431000', '192308.434000', '192308.437000', '192308.439000', '192308.442000', '192308.445000', '192308.447000', '192308.450000', '192308.453000', '192308.456000', '192308.459000', '192308.462000', '192308.464000', '192308.467000', '192308.470000', '192308.472000', '192308.475000', '192308.477000', '192308.480000', '192308.483000', '192308.485000', '192308.488000', '192308.490000', '192308.493000', '192308.496000', '192308.498000', '192308.502000', '192308.504000', '192308.507000', '192308.510000', '192308.512000', '192308.515000', '192308.517000', '192308.520000', '192308.523000', '192308.525000', '192308.528000', '192308.531000', '192308.533000', '192308.536000', '192308.538000', '192308.541000', '192308.544000', '192328.432000', '192328.435000', '192328.437000', '192328.440000', '192328.442000', '192328.445000', '192328.447000', '192328.450000', '192328.453000', '192328.455000', '192328.458000', '192328.460000', '192328.463000', '192328.466000', '192328.468000', '192328.471000', '192328.473000', '192328.476000', '192328.479000', '192328.481000', '192328.484000', '192328.486000', '192328.489000', '192328.492000', '192328.494000', '192328.497000', '192328.499000', '192328.502000', '192328.504000', '192328.507000', '192328.510000', '192328.512000', '192328.515000', '192328.517000', '192328.520000', '192328.523000', '192328.525000', '192328.528000', '192328.530000', '192328.533000', '192328.536000', '192328.538000', '192328.541000', '192328.543000', '192348.432000', '192348.435000', '192348.438000', '192348.440000', '192348.443000', '192348.446000', '192348.448000', '192348.451000', '192348.453000', '192348.456000', '192348.459000', '192348.461000', '192348.464000', '192348.467000', '192348.469000', '192348.473000', '192348.476000', '192348.479000', '192348.481000', '192348.484000', '192348.486000', '192348.489000', '192348.492000', '192348.494000', '192348.497000', '192348.499000', '192348.502000', '192348.505000', '192348.507000', '192348.510000', '192348.512000', '192348.515000', '192348.518000', '192348.520000', '192348.523000', '192348.525000', '192348.528000', '192348.531000', '192348.533000', '192348.536000', '192348.538000', '192348.541000', '192348.544000', '192408.432000', '192408.435000', '192408.438000', '192408.440000', '192408.443000', '192408.445000', '192408.448000', '192408.451000', '192408.453000', '192408.456000', '192408.458000', '192408.461000', '192408.464000', '192408.466000', '192408.469000', '192408.471000', '192408.474000', '192408.477000', '192408.479000', '192408.482000', '192408.484000', '192408.487000', '192408.490000', '192408.492000', '192408.495000', '192408.497000', '192408.500000', '192408.503000', '192408.505000', '192408.508000', '192408.510000', '192408.513000', '192408.516000', '192408.518000', '192408.521000', '192408.560000', '192408.562000', '192408.565000', '192408.568000', '192408.570000', '192408.573000', '192408.575000', '192408.578000', '192408.581000', '192428.432000', '192428.435000', '192428.438000', '192428.440000', '192428.443000', '192428.446000', '192428.448000', '192428.451000', '192428.454000', '192428.457000', '192428.459000', '192428.462000', '192428.464000', '192428.467000', '192428.470000', '192428.472000', '192428.475000', '192428.478000', '192428.481000', '192428.483000', '192428.486000', '192428.489000', '192428.491000', '192428.494000', '192428.497000', '192428.499000', '192428.502000', '192428.504000', '192428.507000', '192428.510000', '192428.512000', '192428.515000', '192428.517000', '192428.520000', '192428.522000', '192428.525000', '192428.528000', '192428.530000', '192428.533000', '192428.535000', '192428.538000', '192428.541000', '192428.544000', '192448.433000', '192448.436000', '192448.438000', '192448.441000', '192448.443000', '192448.446000', '192448.449000', '192448.451000', '192448.454000', '192448.456000', '192448.459000', '192448.461000', '192448.464000', '192448.467000', '192448.469000', '192448.472000', '192448.475000', '192448.477000', '192448.480000', '192448.482000', '192448.485000', '192448.488000', '192448.490000', '192448.493000', '192448.495000', '192448.498000', '192448.501000', '192448.503000', '192448.506000', '192448.508000', '192448.511000', '192448.514000', '192448.516000', '192448.519000', '192448.522000', '192448.524000', '192448.527000', '192448.529000', '192448.532000', '192448.534000', '192448.537000', '192448.540000', '192448.542000', '192448.545000', '192508.433000', '192508.435000', '192508.438000', '192508.441000', '192508.443000', '192508.446000', '192508.448000', '192508.451000', '192508.454000', '192508.456000', '192508.459000', '192508.461000', '192508.464000', '192508.467000', '192508.471000', '192508.474000', '192508.476000', '192508.479000', '192508.482000', '192508.484000', '192508.487000', '192508.489000', '192508.492000', '192508.495000', '192508.497000', '192508.500000', '192508.502000', '192508.505000', '192508.508000', '192508.510000', '192508.513000', '192508.515000', '192508.518000', '192508.521000', '192508.523000', '192508.526000', '192508.528000', '192508.531000', '192508.534000', '192508.536000', '192508.539000', '192508.541000', '192508.544000', '192528.432000', '192528.435000', '192528.437000', '192528.440000', '192528.442000', '192528.445000', '192528.448000', '192528.450000', '192528.453000', '192528.455000', '192528.458000', '192528.460000', '192528.463000', '192528.466000', '192528.468000', '192528.471000', '192528.473000', '192528.476000', '192528.478000', '192528.481000', '192528.484000', '192528.486000', '192528.489000', '192528.491000', '192528.494000', '192528.496000', '192528.499000', '192528.502000', '192528.504000', '192528.507000', '192528.509000', '192528.512000', '192528.515000', '192528.517000', '192528.520000', '192528.522000', '192528.525000', '192528.528000', '192528.530000', '192528.533000', '192528.535000', '192528.538000', '192528.541000', '192528.543000', '192548.431000', '192548.434000', '192548.444000', '192548.446000', '192548.449000', '192548.452000', '192548.454000', '192548.457000', '192548.459000', '192548.462000', '192548.465000', '192548.467000', '192548.470000', '192548.472000', '192548.475000', '192548.478000', '192548.480000', '192548.483000', '192548.485000', '192548.488000', '192548.491000', '192548.493000', '192548.496000', '192548.498000', '192548.501000', '192548.504000', '192548.506000', '192548.509000', '192548.511000', '192548.514000', '192548.517000', '192548.519000', '192548.522000', '192548.525000', '192548.528000', '192548.531000', '192548.533000', '192548.536000', '192548.539000', '192548.541000', '192548.544000', '192548.547000', '192548.549000', '192608.432000', '192608.435000', '192608.438000', '192608.441000', '192608.443000', '192608.446000', '192608.450000', '192608.453000', '192608.456000', '192608.458000', '192608.461000', '192608.464000', '192608.466000', '192608.469000', '192608.471000', '192608.474000', '192608.477000', '192608.479000', '192608.482000', '192608.485000', '192608.487000', '192608.490000', '192608.492000', '192608.495000', '192608.498000', '192608.500000', '192608.503000', '192608.506000', '192608.508000', '192608.511000', '192608.514000', '192608.516000', '192608.519000', '192608.522000', '192608.524000', '192608.527000', '192608.530000', '192608.532000', '192608.535000', '192608.538000', '192608.540000', '192608.543000', '192608.546000', '192608.548000', '192628.433000', '192628.435000', '192628.438000', '192628.440000', '192628.443000', '192628.446000', '192628.448000', '192628.451000', '192628.454000', '192628.456000', '192628.459000', '192628.461000', '192628.464000', '192628.467000', '192628.469000', '192628.472000', '192628.474000', '192628.477000', '192628.480000', '192628.482000', '192628.485000', '192628.487000', '192628.490000', '192628.493000', '192628.495000', '192628.498000', '192628.501000', '192628.503000', '192628.506000', '192628.508000', '192628.511000', '192628.514000', '192628.516000', '192628.519000', '192628.521000', '192628.524000', '192628.527000', '192628.529000', '192628.532000', '192628.534000', '192628.537000', '192628.540000', '192628.542000', '192648.433000', '192648.436000', '192648.438000', '192648.441000', '192648.443000', '192648.446000', '192648.449000', '192648.451000', '192648.454000', '192648.456000', '192648.459000', '192648.462000', '192648.464000', '192648.467000', '192648.469000', '192648.472000', '192648.475000', '192648.477000', '192648.480000', '192648.482000', '192648.485000', '192648.488000', '192648.490000', '192648.493000', '192648.496000', '192648.498000', '192648.501000', '192648.503000', '192648.506000', '192648.508000', '192648.511000', '192648.514000', '192648.516000', '192648.519000', '192648.522000', '192648.524000', '192648.527000', '192648.529000', '192648.532000', '192648.535000', '192648.537000', '192648.540000', '192648.542000', '192648.545000', '192703.978000', '192703.981000', '192703.984000', '192703.987000', '192703.990000', '192703.992000', '192703.995000', '192703.998000', '192704.000000', '192704.003000', '192704.006000', '192704.009000', '192704.011000', '192704.031000', '192704.034000', '192704.037000', '192704.040000', '192704.042000', '192704.045000', '192704.048000', '192704.051000', '192704.054000', '192704.056000', '192704.061000', '192704.065000', '192704.068000', '192704.071000', '192704.074000', '192704.077000', '192704.079000', '192704.082000', '192704.084000', '192704.087000', '192704.090000'], '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': [7788, 11048, 7255, 9046, 6898, 7804, 6932, 7241, 7312, 6838, 9425, 6698, 9650, 6530, 9460, 6538, 8174, 6757, 7500, 10219, 7446, 11217, 6643, 10381, 6892, 8971, 7034, 6973, 6991, 6915, 10415, 6555, 9312, 7674, 10676, 6824, 7571, 13829, 6270, 12234, 8124, 9083, 6632, 7595, 12101, 6650, 10251, 7689, 9080, 6876, 7226, 10982, 6587, 9617, 6500, 8046, 6845, 6627, 11493, 6592, 9255, 6382, 7748, 7248, 6784, 10734, 6472, 10083, 6450, 8138, 7895, 6473, 9920, 7182, 9233, 6566, 7864, 9802, 7083, 10471, 6812, 10100, 7454, 7492, 6952, 7311, 6448, 7078, 10918, 7046, 10308, 6589, 9227, 6642, 8122, 7487, 7649, 12295, 6901, 11112, 6706, 10418, 7910, 8633, 6782, 6942, 11473, 6459, 10459, 6842, 9397, 7260, 7351, 7807, 6648, 9649, 6673, 9698, 7585, 9868, 6655, 7719, 9952, 6622, 10063, 6620, 8944, 7095, 8359, 6943, 7940, 8646, 7387, 11275, 6531, 10146, 6810, 10162, 7582, 8357, 8375, 6707, 11781, 6494, 10313, 7297, 9410, 6482, 7666, 8503, 6788, 10253, 6422, 9080, 6896, 8123, 7146, 7190, 8735, 6677, 9529, 6543, 10075, 6642, 8888, 7252, 8678, 7011, 6724, 12968, 6538, 10534, 7366, 10567, 6691, 8368, 6979, 7230, 11655, 6742, 11632, 6920, 10400, 6610, 8227, 7801, 6960, 10868, 6622, 10230, 6673, 8926, 7402, 8077, 6959, 7053, 12977, 6732, 10245, 7298, 11891, 7286, 8133, 6841, 6839, 10377, 6527, 9950, 7909, 10324, 6446, 7651, 8849, 6691, 11152, 6535, 9655, 8160, 9598, 6580, 7015, 9610, 6698, 10215, 6875, 10160, 6814, 8540, 6467, 7233, 11595, 6691, 10770, 6890, 10232, 6638, 7974, 7197, 7756, 9445, 6872, 11326, 6640, 10395, 6972, 9339, 6725, 8259, 6915, 7688, 10118, 7079, 12223, 6635, 10844, 7092, 9040, 7321, 8198, 8434, 6796, 12476, 6555, 10615, 7366, 10296, 7311, 7252, 9334, 6865, 10527, 6727, 9924, 7829, 8813, 6584, 6963, 11106, 6730, 10481, 7139, 9399, 6631, 7806, 6929, 6642, 9602, 6511, 8858, 7188, 8170, 6931, 7771, 10383, 7099, 11502, 7064, 10356, 6795, 8611, 7426, 7593, 7086, 7554, 9001, 7756, 12317, 7787, 13373, 7294, 11317, 7088, 9734, 7685, 10629, 9509, 7266, 12480, 6546, 11435, 7383, 11220, 6998, 9575, 6707, 8162, 10174, 8520, 13713, 6733, 11364, 7287, 9663, 7590, 8595, 6513, 7296, 6747, 6962, 10534, 7152, 11304, 6798, 10636, 6886, 9727, 7787, 10380, 6622, 7329, 6732, 6745, 10402, 6724, 9481, 6956, 9938, 6882, 8096, 6998, 7081, 9262, 6921, 11098, 6917, 10447, 6967, 8895, 7443, 9033, 8194, 6909, 11989, 6568, 10392, 6753, 9418, 6818, 8211, 6951, 7877, 9847, 7227, 11641, 6599, 10968, 6775, 9987, 7768, 11219, 9892, 7126, 12265, 6580, 10795, 6816, 9697, 6968, 8311, 6554, 7181, 10973, 6558, 10925, 6788, 10467, 7061, 8632, 6689, 7576, 6747, 7349, 11185, 6603, 10560, 7033, 9351, 7585, 8409, 6713, 7066, 11442, 6862, 10833, 7615, 11418, 7168, 8018, 6708, 7051, 11665, 6676, 10071, 7362, 9519, 6580, 7946, 7385, 7201, 7791, 6787, 11080, 6724, 10062, 7698, 10165, 6794, 7983, 6564, 7012, 12063, 6710, 11193, 7047, 10130, 6755, 7972, 7485, 8258, 11258, 6911, 12123, 6746, 10857, 7172, 9540, 7615, 9298, 9453, 6759, 12816, 6655, 11340, 7278, 10235, 6584, 7956, 6816, 6907, 11702, 6625, 10686, 7040, 8685, 6691, 7225, 10653, 6723, 11044, 6739, 10291, 6931, 7826, 6718, 6995, 10347, 6816, 10505, 7116, 9689, 6907, 8325, 7448, 7938, 6882, 6902, 12105, 6743, 10869, 7274, 10283, 7451, 8795, 11157, 6636, 11902, 6558, 10732, 7297, 10063, 6587, 6854, 11315, 7225, 13685, 6567, 11578, 6786, 12216, 7546, 10077, 6758, 8133, 6843, 7377, 7109, 8012, 9960, 6929, 11469, 6738, 11095, 6704, 10096, 8482, 11227, 6812, 7129, 7513, 6781, 12876, 6852, 11635, 7143, 9637, 6757, 7832, 7197, 7502, 11972, 6829, 11750, 6810, 10491, 7146, 8559, 7345, 7466, 10466, 6855, 11226, 6828, 10138, 7554, 8984, 6549, 7352, 6618, 6947, 11476, 6827, 11199, 7017, 10151, 6740, 7894, 7204, 8813, 9260, 6941, 13027, 6747, 11084, 7408, 11341, 6705, 8047, 6690, 7581, 10970, 7033, 12057, 6686, 11397, 6974, 9235, 7454, 9820, 6651, 7083, 10157, 6972, 12310, 7382, 11537, 7149, 9333, 6622, 7409, 8574, 7262, 13030, 6794, 12063, 7084, 9887, 7751, 9580, 6875, 7028, 10612, 6889, 10895, 6863, 10493, 6734, 9627, 7251, 7298, 7026, 6984, 12878, 6702, 11488, 7297, 9586, 6681, 7552, 7397, 7038, 9451, 6909, 11295, 6550, 10603, 6965, 10025, 6709, 7772, 6707, 7522, 10313, 7084, 12466, 6784, 11399, 6966, 9452, 7905, 9651, 6697, 7105, 9440, 6925, 11493, 6810, 11606, 6882, 9017, 6690, 7391, 6620, 6871, 12825, 7238, 12391, 6762, 10759, 7201, 8206, 7489, 7311, 7066, 6952, 11722, 6778, 10956, 6855, 9507, 7049, 7996, 6712, 7042, 11712, 6735, 10700, 6933, 9740, 6740, 7792, 6528, 6869, 10863, 6623, 10047, 7060, 8491, 6611, 7471, 6641, 6740, 11304, 6869, 10503, 6941, 9718, 6721, 7831, 7348, 7543, 12450, 6840, 12751, 7082, 10259, 7405, 9319, 7522, 8612, 10365, 7359, 13828, 6887, 11719, 6414, 10558, 7423, 10252, 7181, 7700, 6726, 8535, 7399, 10899, 6961, 9128, 6995, 7560, 12592, 10705, 12137, 6837, 11401, 6650, 10936, 6763, 11089, 6555, 9856, 7186, 8020, 6946, 7545, 9293, 8331, 12675, 6862, 12703, 6462, 11192, 6540, 10837, 6939, 8513, 6555, 7827, 7212, 7600, 10548, 7055, 12257, 6815, 11396, 6810, 10899, 6671, 9135, 6672, 7655, 7216, 7526, 7766, 7038, 9814, 6683, 10411, 6626, 9738, 6849, 8556, 6708, 7559, 9013, 7170, 12742, 6904, 11244, 6904, 9636, 6956, 7939, 7490, 8014, 9553, 6919, 12281, 6722, 10883, 7279, 10940, 6893, 7793, 6926, 7198, 11660, 6937, 11508, 7044, 11006, 7266, 8305, 6879, 8046, 7391, 8198, 9044, 7151, 12322, 6952, 11086, 6877, 11784, 6881, 8669, 6742, 7497, 7084, 7814, 11771, 6974, 12211, 7125, 11070, 6669, 9820, 6968, 8079, 6729, 7512, 7637, 7262, 13059], 'WindowCenter': [3923.0, 3950.0, 3905.0, 3914.0, 3882.0, 3891.0, 3880.0, 3892.0, 3879.0, 3882.0, 3911.0, 3880.0, 3912.0, 3872.0, 3912.0, 3870.0, 3903.0, 3880.0, 3892.0, 3924.0, 3892.0, 3921.0, 3881.0, 3922.0, 3893.0, 3914.0, 3894.0, 3894.0, 3893.0, 3893.0, 3924.0, 3883.0, 3925.0, 3905.0, 3934.0, 3882.0, 3904.0, 3944.0, 3871.0, 3933.0, 3902.0, 3911.0, 3880.0, 3892.0, 3931.0, 3881.0, 3922.0, 3890.0, 3900.0, 3868.0, 3878.0, 3920.0, 3868.0, 3909.0, 3868.0, 3891.0, 3879.0, 3881.0, 3931.0, 3881.0, 3911.0, 3869.0, 3891.0, 3889.0, 3881.0, 3922.0, 3870.0, 3922.0, 3869.0, 3891.0, 3890.0, 3872.0, 3922.0, 3880.0, 3912.0, 3880.0, 3904.0, 3922.0, 3893.0, 3922.0, 3893.0, 3923.0, 3893.0, 3894.0, 3892.0, 3903.0, 3883.0, 3893.0, 3935.0, 3894.0, 3923.0, 3882.0, 3913.0, 3881.0, 3903.0, 3893.0, 3903.0, 3934.0, 3892.0, 3933.0, 3882.0, 3935.0, 3903.0, 3913.0, 3881.0, 3892.0, 3933.0, 3870.0, 3921.0, 3881.0, 3913.0, 3891.0, 3892.0, 3890.0, 3881.0, 3911.0, 3881.0, 3912.0, 3891.0, 3923.0, 3881.0, 3891.0, 3910.0, 3880.0, 3911.0, 3880.0, 3901.0, 3882.0, 3902.0, 3880.0, 3902.0, 3901.0, 3893.0, 3933.0, 3871.0, 3922.0, 3881.0, 3922.0, 3892.0, 3902.0, 3900.0, 3880.0, 3932.0, 3871.0, 3922.0, 3891.0, 3913.0, 3870.0, 3892.0, 3900.0, 3882.0, 3921.0, 3871.0, 3911.0, 3881.0, 3901.0, 3882.0, 3893.0, 3913.0, 3883.0, 3924.0, 3884.0, 3924.0, 3882.0, 3914.0, 3894.0, 3914.0, 3894.0, 3883.0, 3945.0, 3883.0, 3934.0, 3893.0, 3935.0, 3882.0, 3903.0, 3881.0, 3892.0, 3934.0, 3883.0, 3934.0, 3881.0, 3922.0, 3880.0, 3902.0, 3891.0, 3881.0, 3922.0, 3880.0, 3922.0, 3880.0, 3913.0, 3891.0, 3902.0, 3880.0, 3881.0, 3931.0, 3881.0, 3921.0, 3880.0, 3933.0, 3880.0, 3890.0, 3869.0, 3869.0, 3909.0, 3869.0, 3910.0, 3890.0, 3912.0, 3868.0, 3891.0, 3899.0, 3869.0, 3919.0, 3869.0, 3910.0, 3890.0, 3910.0, 3867.0, 3879.0, 3909.0, 3869.0, 3909.0, 3870.0, 3910.0, 3868.0, 3900.0, 3868.0, 3879.0, 3920.0, 3869.0, 3920.0, 3879.0, 3910.0, 3868.0, 3890.0, 3879.0, 3891.0, 3911.0, 3881.0, 3921.0, 3869.0, 3920.0, 3880.0, 3911.0, 3880.0, 3901.0, 3879.0, 3891.0, 3921.0, 3880.0, 3931.0, 3880.0, 3921.0, 3881.0, 3911.0, 3880.0, 3901.0, 3899.0, 3880.0, 3931.0, 3869.0, 3921.0, 3880.0, 3921.0, 3879.0, 3880.0, 3900.0, 3869.0, 3909.0, 3869.0, 3910.0, 3891.0, 3902.0, 3868.0, 3880.0, 3920.0, 3869.0, 3920.0, 3880.0, 3900.0, 3868.0, 3889.0, 3868.0, 3880.0, 3911.0, 3870.0, 3900.0, 3879.0, 3901.0, 3880.0, 3893.0, 3923.0, 3882.0, 3933.0, 3882.0, 3922.0, 3883.0, 3912.0, 3891.0, 3892.0, 3881.0, 3903.0, 3913.0, 3905.0, 3946.0, 3906.0, 3956.0, 3893.0, 3934.0, 3882.0, 3913.0, 3891.0, 3923.0, 3911.0, 3892.0, 3932.0, 3871.0, 3934.0, 3881.0, 3922.0, 3880.0, 3911.0, 3869.0, 3900.0, 3910.0, 3900.0, 3931.0, 3869.0, 3919.0, 3879.0, 3910.0, 3878.0, 3900.0, 3857.0, 3878.0, 3868.0, 3880.0, 3920.0, 3880.0, 3920.0, 3869.0, 3909.0, 3878.0, 3911.0, 3890.0, 3910.0, 3868.0, 3879.0, 3867.0, 3869.0, 3920.0, 3869.0, 3910.0, 3879.0, 3910.0, 3879.0, 3890.0, 3882.0, 3881.0, 3911.0, 3881.0, 3921.0, 3879.0, 3921.0, 3880.0, 3912.0, 3890.0, 3912.0, 3890.0, 3881.0, 3931.0, 3870.0, 3911.0, 3870.0, 3912.0, 3870.0, 3901.0, 3879.0, 3902.0, 3911.0, 3891.0, 3921.0, 3870.0, 3921.0, 3881.0, 3912.0, 3890.0, 3922.0, 3910.0, 3880.0, 3921.0, 3870.0, 3921.0, 3870.0, 3911.0, 3879.0, 3900.0, 3869.0, 3880.0, 3920.0, 3869.0, 3921.0, 3870.0, 3910.0, 3879.0, 3900.0, 3868.0, 3890.0, 3869.0, 3891.0, 3921.0, 3870.0, 3921.0, 3880.0, 3913.0, 3891.0, 3903.0, 3870.0, 3881.0, 3921.0, 3881.0, 3922.0, 3891.0, 3922.0, 3879.0, 3890.0, 3868.0, 3880.0, 3921.0, 3869.0, 3910.0, 3879.0, 3910.0, 3869.0, 3891.0, 3880.0, 3892.0, 3890.0, 3881.0, 3921.0, 3881.0, 3912.0, 3891.0, 3923.0, 3869.0, 3890.0, 3869.0, 3881.0, 3932.0, 3871.0, 3921.0, 3880.0, 3910.0, 3868.0, 3891.0, 3880.0, 3901.0, 3920.0, 3880.0, 3931.0, 3869.0, 3920.0, 3880.0, 3911.0, 3889.0, 3911.0, 3910.0, 3869.0, 3930.0, 3869.0, 3921.0, 3880.0, 3910.0, 3867.0, 3889.0, 3866.0, 3879.0, 3920.0, 3868.0, 3909.0, 3867.0, 3888.0, 3867.0, 3877.0, 3909.0, 3868.0, 3920.0, 3868.0, 3909.0, 3867.0, 3878.0, 3868.0, 3879.0, 3910.0, 3869.0, 3909.0, 3879.0, 3910.0, 3880.0, 3901.0, 3881.0, 3891.0, 3880.0, 3880.0, 3931.0, 3870.0, 3921.0, 3881.0, 3922.0, 3880.0, 3901.0, 3921.0, 3869.0, 3920.0, 3870.0, 3921.0, 3880.0, 3912.0, 3870.0, 3882.0, 3934.0, 3891.0, 3942.0, 3881.0, 3933.0, 3881.0, 3932.0, 3891.0, 3910.0, 3869.0, 3890.0, 3869.0, 3891.0, 3880.0, 3891.0, 3912.0, 3881.0, 3932.0, 3869.0, 3921.0, 3881.0, 3911.0, 3901.0, 3921.0, 3869.0, 3880.0, 3880.0, 3880.0, 3932.0, 3869.0, 3920.0, 3879.0, 3910.0, 3869.0, 3891.0, 3879.0, 3880.0, 3921.0, 3870.0, 3921.0, 3869.0, 3910.0, 3879.0, 3901.0, 3880.0, 3880.0, 3910.0, 3870.0, 3921.0, 3870.0, 3921.0, 3891.0, 3901.0, 3871.0, 3892.0, 3870.0, 3881.0, 3921.0, 3882.0, 3922.0, 3880.0, 3911.0, 3881.0, 3902.0, 3881.0, 3913.0, 3912.0, 3882.0, 3943.0, 3881.0, 3922.0, 3881.0, 3923.0, 3870.0, 3891.0, 3880.0, 3891.0, 3922.0, 3880.0, 3932.0, 3870.0, 3920.0, 3880.0, 3912.0, 3881.0, 3912.0, 3869.0, 3880.0, 3910.0, 3880.0, 3931.0, 3879.0, 3920.0, 3868.0, 3899.0, 3868.0, 3879.0, 3889.0, 3878.0, 3929.0, 3868.0, 3918.0, 3867.0, 3909.0, 3878.0, 3909.0, 3867.0, 3867.0, 3908.0, 3878.0, 3919.0, 3868.0, 3908.0, 3867.0, 3898.0, 3866.0, 3867.0, 3866.0, 3867.0, 3919.0, 3868.0, 3920.0, 3878.0, 3898.0, 3867.0, 3879.0, 3879.0, 3879.0, 3899.0, 3869.0, 3920.0, 3870.0, 3920.0, 3879.0, 3910.0, 3869.0, 3890.0, 3869.0, 3890.0, 3910.0, 3880.0, 3931.0, 3870.0, 3920.0, 3879.0, 3910.0, 3889.0, 3911.0, 3868.0, 3879.0, 3897.0, 3879.0, 3920.0, 3869.0, 3922.0, 3868.0, 3899.0, 3867.0, 3879.0, 3869.0, 3869.0, 3931.0, 3879.0, 3920.0, 3868.0, 3909.0, 3877.0, 3889.0, 3878.0, 3879.0, 3867.0, 3868.0, 3919.0, 3868.0, 3919.0, 3868.0, 3910.0, 3868.0, 3889.0, 3868.0, 3868.0, 3920.0, 3868.0, 3909.0, 3879.0, 3910.0, 3868.0, 3890.0, 3868.0, 3869.0, 3921.0, 3869.0, 3910.0, 3880.0, 3899.0, 3868.0, 3880.0, 3868.0, 3881.0, 3921.0, 3881.0, 3921.0, 3880.0, 3911.0, 3869.0, 3891.0, 3880.0, 3891.0, 3932.0, 3870.0, 3932.0, 3880.0, 3911.0, 3891.0, 3912.0, 3890.0, 3901.0, 3912.0, 3893.0, 3942.0, 3880.0, 3932.0, 3883.0, 3934.0, 3893.0, 3924.0, 3881.0, 3891.0, 3882.0, 3914.0, 3893.0, 3935.0, 3882.0, 3913.0, 3882.0, 3904.0, 3945.0, 3923.0, 3930.0, 3870.0, 3921.0, 3881.0, 3933.0, 3881.0, 3933.0, 3871.0, 3912.0, 3880.0, 3891.0, 3880.0, 3890.0, 3900.0, 3890.0, 3931.0, 3870.0, 3931.0, 3869.0, 3922.0, 3870.0, 3922.0, 3879.0, 3900.0, 3858.0, 3890.0, 3879.0, 3890.0, 3910.0, 3880.0, 3920.0, 3869.0, 3920.0, 3870.0, 3920.0, 3869.0, 3900.0, 3868.0, 3890.0, 3879.0, 3892.0, 3879.0, 3879.0, 3910.0, 3869.0, 3920.0, 3869.0, 3910.0, 3868.0, 3900.0, 3869.0, 3879.0, 3899.0, 3880.0, 3931.0, 3869.0, 3921.0, 3879.0, 3899.0, 3879.0, 3891.0, 3879.0, 3890.0, 3899.0, 3880.0, 3921.0, 3869.0, 3921.0, 3880.0, 3921.0, 3868.0, 3880.0, 3868.0, 3879.0, 3920.0, 3879.0, 3919.0, 3868.0, 3909.0, 3878.0, 3889.0, 3869.0, 3890.0, 3891.0, 3902.0, 3900.0, 3880.0, 3932.0, 3880.0, 3921.0, 3870.0, 3921.0, 3869.0, 3901.0, 3868.0, 3880.0, 3879.0, 3891.0, 3920.0, 3879.0, 3931.0, 3880.0, 3921.0, 3869.0, 3911.0, 3879.0, 3891.0, 3868.0, 3891.0, 3890.0, 3891.0, 3932.0], 'WindowWidth': [8790.0, 8814.0, 8748.0, 8754.0, 8709.0, 8719.0, 8704.0, 8721.0, 8701.0, 8707.0, 8743.0, 8704.0, 8748.0, 8696.0, 8748.0, 8690.0, 8737.0, 8703.0, 8722.0, 8767.0, 8723.0, 8760.0, 8706.0, 8760.0, 8726.0, 8757.0, 8729.0, 8730.0, 8724.0, 8726.0, 8767.0, 8714.0, 8770.0, 8745.0, 8782.0, 8710.0, 8740.0, 8794.0, 8695.0, 8780.0, 8735.0, 8747.0, 8702.0, 8721.0, 8771.0, 8705.0, 8761.0, 8716.0, 8730.0, 8684.0, 8700.0, 8755.0, 8685.0, 8741.0, 8683.0, 8719.0, 8702.0, 8706.0, 8772.0, 8706.0, 8745.0, 8688.0, 8720.0, 8714.0, 8706.0, 8761.0, 8692.0, 8763.0, 8689.0, 8720.0, 8714.0, 8696.0, 8762.0, 8705.0, 8750.0, 8704.0, 8742.0, 8763.0, 8726.0, 8764.0, 8729.0, 8766.0, 8725.0, 8729.0, 8722.0, 8741.0, 8715.0, 8729.0, 8784.0, 8731.0, 8766.0, 8711.0, 8753.0, 8709.0, 8742.0, 8727.0, 8740.0, 8780.0, 8724.0, 8779.0, 8711.0, 8784.0, 8738.0, 8751.0, 8706.0, 8723.0, 8777.0, 8692.0, 8759.0, 8708.0, 8752.0, 8720.0, 8723.0, 8718.0, 8706.0, 8745.0, 8706.0, 8748.0, 8720.0, 8764.0, 8706.0, 8719.0, 8743.0, 8705.0, 8745.0, 8703.0, 8732.0, 8708.0, 8735.0, 8703.0, 8736.0, 8734.0, 8725.0, 8777.0, 8695.0, 8763.0, 8707.0, 8764.0, 8721.0, 8735.0, 8731.0, 8705.0, 8776.0, 8694.0, 8762.0, 8722.0, 8752.0, 8689.0, 8722.0, 8729.0, 8708.0, 8761.0, 8693.0, 8746.0, 8706.0, 8732.0, 8710.0, 8727.0, 8752.0, 8714.0, 8769.0, 8716.0, 8768.0, 8712.0, 8756.0, 8729.0, 8755.0, 8728.0, 8713.0, 8798.0, 8713.0, 8782.0, 8728.0, 8785.0, 8709.0, 8738.0, 8705.0, 8724.0, 8782.0, 8712.0, 8782.0, 8707.0, 8763.0, 8704.0, 8737.0, 8721.0, 8706.0, 8761.0, 8705.0, 8759.0, 8705.0, 8750.0, 8719.0, 8736.0, 8704.0, 8706.0, 8773.0, 8706.0, 8759.0, 8704.0, 8778.0, 8702.0, 8715.0, 8686.0, 8687.0, 8739.0, 8688.0, 8743.0, 8715.0, 8746.0, 8685.0, 8717.0, 8724.0, 8685.0, 8753.0, 8687.0, 8742.0, 8715.0, 8742.0, 8681.0, 8699.0, 8738.0, 8687.0, 8741.0, 8690.0, 8742.0, 8684.0, 8727.0, 8682.0, 8701.0, 8756.0, 8688.0, 8755.0, 8700.0, 8742.0, 8685.0, 8717.0, 8700.0, 8718.0, 8744.0, 8704.0, 8757.0, 8689.0, 8757.0, 8703.0, 8745.0, 8703.0, 8732.0, 8702.0, 8720.0, 8758.0, 8704.0, 8772.0, 8702.0, 8756.0, 8704.0, 8745.0, 8703.0, 8732.0, 8728.0, 8703.0, 8770.0, 8687.0, 8758.0, 8702.0, 8758.0, 8700.0, 8704.0, 8727.0, 8686.0, 8738.0, 8686.0, 8743.0, 8717.0, 8733.0, 8684.0, 8702.0, 8754.0, 8688.0, 8755.0, 8701.0, 8730.0, 8683.0, 8713.0, 8684.0, 8705.0, 8743.0, 8691.0, 8729.0, 8702.0, 8731.0, 8704.0, 8724.0, 8762.0, 8710.0, 8777.0, 8708.0, 8761.0, 8714.0, 8750.0, 8719.0, 8724.0, 8707.0, 8739.0, 8752.0, 8745.0, 8803.0, 8750.0, 8816.0, 8727.0, 8782.0, 8709.0, 8752.0, 8720.0, 8766.0, 8746.0, 8721.0, 8774.0, 8695.0, 8779.0, 8705.0, 8763.0, 8703.0, 8743.0, 8685.0, 8729.0, 8741.0, 8728.0, 8769.0, 8685.0, 8752.0, 8701.0, 8742.0, 8697.0, 8728.0, 8668.0, 8697.0, 8684.0, 8704.0, 8755.0, 8702.0, 8756.0, 8686.0, 8739.0, 8698.0, 8745.0, 8714.0, 8743.0, 8682.0, 8699.0, 8680.0, 8687.0, 8755.0, 8688.0, 8741.0, 8700.0, 8742.0, 8701.0, 8717.0, 8708.0, 8707.0, 8743.0, 8704.0, 8757.0, 8701.0, 8756.0, 8704.0, 8747.0, 8717.0, 8748.0, 8715.0, 8705.0, 8771.0, 8690.0, 8743.0, 8689.0, 8748.0, 8689.0, 8731.0, 8701.0, 8734.0, 8745.0, 8719.0, 8758.0, 8690.0, 8757.0, 8706.0, 8747.0, 8714.0, 8760.0, 8741.0, 8702.0, 8757.0, 8688.0, 8756.0, 8688.0, 8745.0, 8700.0, 8730.0, 8686.0, 8701.0, 8753.0, 8688.0, 8758.0, 8690.0, 8742.0, 8700.0, 8727.0, 8683.0, 8716.0, 8686.0, 8718.0, 8759.0, 8690.0, 8758.0, 8704.0, 8751.0, 8720.0, 8737.0, 8688.0, 8707.0, 8759.0, 8706.0, 8761.0, 8717.0, 8762.0, 8699.0, 8715.0, 8683.0, 8703.0, 8757.0, 8688.0, 8741.0, 8699.0, 8742.0, 8688.0, 8718.0, 8701.0, 8722.0, 8717.0, 8705.0, 8759.0, 8708.0, 8747.0, 8719.0, 8763.0, 8686.0, 8716.0, 8685.0, 8705.0, 8773.0, 8692.0, 8755.0, 8700.0, 8742.0, 8684.0, 8717.0, 8703.0, 8731.0, 8754.0, 8702.0, 8769.0, 8686.0, 8755.0, 8703.0, 8744.0, 8713.0, 8745.0, 8741.0, 8685.0, 8768.0, 8686.0, 8756.0, 8700.0, 8740.0, 8680.0, 8710.0, 8677.0, 8697.0, 8752.0, 8683.0, 8737.0, 8680.0, 8709.0, 8678.0, 8693.0, 8736.0, 8683.0, 8752.0, 8684.0, 8737.0, 8678.0, 8694.0, 8682.0, 8698.0, 8739.0, 8686.0, 8739.0, 8700.0, 8741.0, 8704.0, 8733.0, 8706.0, 8719.0, 8703.0, 8704.0, 8771.0, 8688.0, 8757.0, 8705.0, 8762.0, 8701.0, 8731.0, 8755.0, 8687.0, 8753.0, 8688.0, 8757.0, 8701.0, 8747.0, 8687.0, 8709.0, 8780.0, 8721.0, 8790.0, 8707.0, 8778.0, 8709.0, 8776.0, 8719.0, 8742.0, 8686.0, 8713.0, 8685.0, 8718.0, 8702.0, 8718.0, 8746.0, 8704.0, 8772.0, 8688.0, 8756.0, 8705.0, 8744.0, 8731.0, 8759.0, 8684.0, 8701.0, 8700.0, 8703.0, 8773.0, 8688.0, 8754.0, 8699.0, 8741.0, 8685.0, 8718.0, 8699.0, 8703.0, 8757.0, 8690.0, 8756.0, 8688.0, 8741.0, 8700.0, 8730.0, 8701.0, 8703.0, 8742.0, 8688.0, 8756.0, 8689.0, 8757.0, 8717.0, 8732.0, 8691.0, 8720.0, 8690.0, 8707.0, 8758.0, 8708.0, 8759.0, 8703.0, 8744.0, 8705.0, 8736.0, 8705.0, 8750.0, 8746.0, 8707.0, 8789.0, 8707.0, 8761.0, 8705.0, 8763.0, 8687.0, 8717.0, 8702.0, 8719.0, 8759.0, 8702.0, 8772.0, 8688.0, 8754.0, 8703.0, 8748.0, 8706.0, 8748.0, 8684.0, 8702.0, 8740.0, 8703.0, 8769.0, 8700.0, 8753.0, 8683.0, 8725.0, 8682.0, 8699.0, 8712.0, 8695.0, 8765.0, 8681.0, 8747.0, 8679.0, 8737.0, 8695.0, 8738.0, 8678.0, 8680.0, 8733.0, 8696.0, 8749.0, 8683.0, 8734.0, 8679.0, 8721.0, 8676.0, 8679.0, 8676.0, 8680.0, 8750.0, 8681.0, 8751.0, 8694.0, 8721.0, 8679.0, 8698.0, 8699.0, 8700.0, 8724.0, 8685.0, 8753.0, 8689.0, 8755.0, 8700.0, 8743.0, 8684.0, 8715.0, 8685.0, 8716.0, 8740.0, 8702.0, 8770.0, 8688.0, 8753.0, 8698.0, 8743.0, 8713.0, 8743.0, 8682.0, 8699.0, 8721.0, 8698.0, 8753.0, 8686.0, 8758.0, 8684.0, 8725.0, 8680.0, 8698.0, 8684.0, 8685.0, 8769.0, 8699.0, 8753.0, 8681.0, 8736.0, 8693.0, 8710.0, 8694.0, 8698.0, 8679.0, 8683.0, 8750.0, 8682.0, 8751.0, 8683.0, 8740.0, 8682.0, 8713.0, 8681.0, 8684.0, 8753.0, 8684.0, 8738.0, 8699.0, 8742.0, 8683.0, 8713.0, 8682.0, 8687.0, 8755.0, 8688.0, 8741.0, 8701.0, 8724.0, 8683.0, 8703.0, 8684.0, 8706.0, 8758.0, 8705.0, 8756.0, 8703.0, 8743.0, 8686.0, 8719.0, 8702.0, 8720.0, 8773.0, 8690.0, 8772.0, 8703.0, 8743.0, 8717.0, 8746.0, 8714.0, 8732.0, 8745.0, 8722.0, 8786.0, 8704.0, 8774.0, 8713.0, 8781.0, 8726.0, 8765.0, 8706.0, 8718.0, 8711.0, 8755.0, 8726.0, 8784.0, 8709.0, 8753.0, 8709.0, 8741.0, 8798.0, 8766.0, 8768.0, 8689.0, 8757.0, 8708.0, 8776.0, 8708.0, 8779.0, 8694.0, 8748.0, 8703.0, 8717.0, 8702.0, 8716.0, 8728.0, 8715.0, 8768.0, 8689.0, 8768.0, 8687.0, 8758.0, 8690.0, 8760.0, 8700.0, 8727.0, 8669.0, 8715.0, 8700.0, 8716.0, 8741.0, 8701.0, 8753.0, 8687.0, 8755.0, 8688.0, 8752.0, 8684.0, 8727.0, 8683.0, 8715.0, 8697.0, 8720.0, 8697.0, 8700.0, 8739.0, 8687.0, 8753.0, 8687.0, 8741.0, 8683.0, 8728.0, 8685.0, 8699.0, 8725.0, 8701.0, 8769.0, 8685.0, 8754.0, 8698.0, 8723.0, 8699.0, 8717.0, 8700.0, 8716.0, 8725.0, 8700.0, 8756.0, 8687.0, 8755.0, 8701.0, 8759.0, 8683.0, 8700.0, 8682.0, 8699.0, 8754.0, 8701.0, 8750.0, 8684.0, 8737.0, 8697.0, 8712.0, 8685.0, 8717.0, 8719.0, 8736.0, 8729.0, 8702.0, 8771.0, 8704.0, 8757.0, 8690.0, 8757.0, 8685.0, 8730.0, 8683.0, 8702.0, 8700.0, 8717.0, 8756.0, 8700.0, 8770.0, 8703.0, 8757.0, 8688.0, 8743.0, 8700.0, 8717.0, 8683.0, 8720.0, 8717.0, 8719.0, 8773.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.0005129885057471265</td></tr>
<tr><td colspan=3>aqi</td><td>0.01865844068965517</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.4046929626237</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2560050259263527</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0047784318527033</td></tr>
<tr><td colspan=3>efc</td><td>0.4482</td></tr>
<tr><td colspan=3>fber</td><td>6780.5869</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07787598455955363</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>8</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9195402298850575</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4663954970349304</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4318851238375223</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6511754822455966</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.316125885021671</td></tr>
<tr><td colspan=3>gcor</td><td>0.00580588</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017795410007238388</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019125107675790787</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.637539477535998</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.1269</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.0964</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.5055</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308864.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>711.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>303.7998</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8876</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>488.2594</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3131.648</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3383.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67680.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>838.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4123.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>930.0174</td></tr>
<tr><td colspan=3>tsnr</td><td>45.36206459719688</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>