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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0094_suffix-bold_task-alignvideo" 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-0094/figures/sub-0094_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0094/figures/sub-0094_ses-04_task-alignvideo_acq-mb8_run-01_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-0094/figures/sub-0094_ses-04_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0094/figures/sub-0094_ses-04_task-alignvideo_acq-mb8_run-01_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-0094/ses-04/func/sub-0094_ses-04_task-alignvideo_acq-mb8_run-01_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>cdcf2fdf40b299c510b5f037a8b62064</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:39:52.402500</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.999064, -0.0130932, 0.0412164, 0.0172644, 0.99458, -0.102531]</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-01_task-alignvideo_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.106899</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4251, -7862, -7213, 634, -42, -269, 295, 83]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.029</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ced323f3-050f-4a11-bdd1-42b19b0b7428||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.6804168224334717, 0.046319060027599335, 0.10705658793449402, 106.29269409179688], [0.03512817248702049, 2.6683852672576904, -0.2784958779811859, -97.84304809570312], [0.11058070510625839, 0.27508309483528137, 2.6834640502929688, -78.1512222290039], [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, 862]</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], 'AcquisitionTime': ['193952.402500', '193952.862500', '193953.322500', '193953.782500', '193954.242500', '193954.702500', '193955.162500', '193955.622500', '193956.082500', '193956.542500', '193957.002500', '193957.462500', '193957.922500', '193958.382500', '193958.842500', '193959.302500', '193959.762500', '194000.222500', '194000.682500', '194001.142500', '194001.602500', '194002.062500', '194002.522500', '194002.982500', '194003.442500', '194003.902500', '194004.362500', '194004.822500', '194005.282500', '194005.742500', '194006.202500', '194006.662500', '194007.122500', '194007.582500', '194008.042500', '194008.502500', '194008.962500', '194009.422500', '194009.882500', '194010.342500', '194010.802500', '194011.262500', '194011.722500', '194012.182500', '194012.642500', '194013.102500', '194013.562500', '194014.022500', '194014.482500', '194014.942500', '194015.402500', '194015.862500', '194016.322500', '194016.782500', '194017.242500', '194017.702500', '194018.162500', '194018.622500', '194019.082500', '194019.542500', '194020.002500', '194020.462500', '194020.922500', '194021.382500', '194021.842500', '194022.302500', '194022.762500', '194023.222500', '194023.682500', '194024.142500', '194024.602500', '194025.062500', '194025.522500', '194025.982500', '194026.442500', '194026.902500', '194027.362500', '194027.822500', '194028.282500', '194028.742500', '194029.202500', '194029.662500', '194030.122500', '194030.582500', '194031.042500', '194031.502500', '194031.962500', '194032.422500', '194032.882500', '194033.342500', '194033.802500', '194034.262500', '194034.722500', '194035.182500', '194035.642500', '194036.102500', '194036.562500', '194037.022500', '194037.482500', '194037.942500', '194038.402500', '194038.862500', '194039.322500', '194039.782500', '194040.242500', '194040.702500', '194041.162500', '194041.622500', '194042.082500', '194042.542500', '194043.002500', '194043.462500', '194043.922500', '194044.382500', '194044.842500', '194045.302500', '194045.762500', '194046.222500', '194046.682500', '194047.142500', '194047.602500', '194048.062500', '194048.522500', '194048.982500', '194049.442500', '194049.902500', '194050.362500', '194050.822500', '194051.282500', '194051.742500', '194052.202500', '194052.662500', '194053.122500', '194053.582500', '194054.042500', '194054.502500', '194054.962500', '194055.422500', '194055.882500', '194056.342500', '194056.802500', '194057.262500', '194057.722500', '194058.182500', '194058.642500', '194059.102500', '194059.562500', '194100.022500', '194100.482500', '194100.942500', '194101.402500', '194101.862500', '194102.322500', '194102.782500', '194103.242500', '194103.702500', '194104.162500', '194104.622500', '194105.082500', '194105.542500', '194106.002500', '194106.462500', '194106.922500', '194107.382500', '194107.842500', '194108.302500', '194108.762500', '194109.222500', '194109.682500', '194110.142500', '194110.602500', '194111.062500', '194111.522500', '194111.982500', '194112.442500', '194112.902500', '194113.362500', '194113.822500', '194114.282500', '194114.742500', '194115.202500', '194115.662500', '194116.122500', '194116.582500', '194117.042500', '194117.502500', '194117.962500', '194118.422500', '194118.882500', '194119.342500', '194119.802500', '194120.262500', '194120.722500', '194121.182500', '194121.642500', '194122.102500', '194122.562500', '194123.022500', '194123.482500', '194123.942500', '194124.402500', '194124.862500', '194125.322500', '194125.782500', '194126.242500', '194126.702500', '194127.162500', '194127.622500', '194128.082500', '194128.542500', '194129.002500', '194129.462500', '194129.922500', '194130.382500', '194130.842500', '194131.302500', '194131.762500', '194132.222500', '194132.682500', '194133.142500', '194133.602500', '194134.062500', '194134.522500', '194134.982500', '194135.442500', '194135.902500', '194136.362500', '194136.822500', '194137.282500', '194137.742500', '194138.202500', '194138.662500', '194139.122500', '194139.582500', '194140.042500', '194140.502500', '194140.962500', '194141.422500', '194141.882500', '194142.342500', '194142.802500', '194143.262500', '194143.722500', '194144.182500', '194144.642500', '194145.102500', '194145.562500', '194146.022500', '194146.482500', '194146.942500', '194147.402500', '194147.862500', '194148.322500', '194148.782500', '194149.242500', '194149.702500', '194150.162500', '194150.622500', '194151.082500', '194151.542500', '194152.002500', '194152.462500', '194152.922500', '194153.382500', '194153.842500', '194154.302500', '194154.762500', '194155.222500', '194155.682500', '194156.142500', '194156.602500', '194157.062500', '194157.522500', '194157.982500', '194158.442500', '194158.902500', '194159.362500', '194159.822500', '194200.282500', '194200.742500', '194201.202500', '194201.662500', '194202.122500', '194202.582500', '194203.042500', '194203.502500', '194203.962500', '194204.422500', '194204.882500', '194205.342500', '194205.802500', '194206.262500', '194206.722500', '194207.182500', '194207.642500', '194208.102500', '194208.562500', '194209.022500', '194209.482500', '194209.942500', '194210.402500', '194210.862500', '194211.322500', '194211.782500', '194212.242500', '194212.702500', '194213.162500', '194213.622500', '194214.082500', '194214.542500', '194215.002500', '194215.462500', '194215.922500', '194216.382500', '194216.842500', '194217.302500', '194217.762500', '194218.222500', '194218.682500', '194219.142500', '194219.602500', '194220.062500', '194220.522500', '194220.982500', '194221.442500', '194221.902500', '194222.362500', '194222.822500', '194223.282500', '194223.742500', '194224.202500', '194224.662500', '194225.122500', '194225.582500', '194226.042500', '194226.502500', '194226.962500', '194227.422500', '194227.882500', '194228.342500', '194228.802500', '194229.262500', '194229.722500', '194230.182500', '194230.642500', '194231.102500', '194231.562500', '194232.022500', '194232.482500', '194232.942500', '194233.402500', '194233.862500', '194234.322500', '194234.782500', '194235.242500', '194235.702500', '194236.162500', '194236.622500', '194237.082500', '194237.542500', '194238.002500', '194238.462500', '194238.922500', '194239.382500', '194239.842500', '194240.302500', '194240.762500', '194241.222500', '194241.682500', '194242.142500', '194242.602500', '194243.062500', '194243.522500', '194243.982500', '194244.442500', '194244.902500', '194245.362500', '194245.822500', '194246.282500', '194246.742500', '194247.202500', '194247.662500', '194248.122500', '194248.582500', '194249.042500', '194249.502500', '194249.962500', '194250.422500', '194250.882500', '194251.342500', '194251.802500', '194252.262500', '194252.722500', '194253.182500', '194253.642500', '194254.102500', '194254.562500', '194255.022500', '194255.482500', '194255.942500', '194256.402500', '194256.862500', '194257.322500', '194257.782500', '194258.242500', '194258.702500', '194259.162500', '194259.622500', '194300.082500', '194300.542500', '194301.002500', '194301.462500', '194301.922500', '194302.382500', '194302.842500', '194303.302500', '194303.762500', '194304.222500', '194304.682500', '194305.142500', '194305.602500', '194306.062500', '194306.522500', '194306.982500', '194307.442500', '194307.902500', '194308.362500', '194308.822500', '194309.282500', '194309.742500', '194310.202500', '194310.662500', '194311.122500', '194311.582500', '194312.042500', '194312.502500', '194312.962500', '194313.422500', '194313.882500', '194314.342500', '194314.802500', '194315.262500', '194315.722500', '194316.182500', '194316.642500', '194317.102500', '194317.562500', '194318.022500', '194318.482500', '194318.942500', '194319.402500', '194319.862500', '194320.322500', '194320.782500', '194321.242500', '194321.702500', '194322.162500', '194322.622500', '194323.082500', '194323.542500', '194324.002500', '194324.462500', '194324.922500', '194325.382500', '194325.842500', '194326.302500', '194326.762500', '194327.222500', '194327.682500', '194328.142500', '194328.602500', '194329.062500', '194329.522500', '194329.982500', '194330.442500', '194330.902500', '194331.362500', '194331.822500', '194332.282500', '194332.742500', '194333.202500', '194333.662500', '194334.122500', '194334.582500', '194335.042500', '194335.502500', '194335.962500', '194336.422500', '194336.882500', '194337.342500', '194337.802500', '194338.262500', '194338.722500', '194339.182500', '194339.642500', '194340.102500', '194340.562500', '194341.022500', '194341.482500', '194341.942500', '194342.402500', '194342.862500', '194343.322500', '194343.782500', '194344.242500', '194344.702500', '194345.162500', '194345.622500', '194346.082500', '194346.542500', '194347.002500', '194347.462500', '194347.922500', '194348.382500', '194348.842500', '194349.302500', '194349.762500', '194350.222500', '194350.682500', '194351.142500', '194351.602500', '194352.062500', '194352.522500', '194352.982500', '194353.442500', '194353.902500', '194354.362500', '194354.822500', '194355.282500', '194355.742500', '194356.202500', '194356.662500', '194357.122500', '194357.582500', '194358.042500', '194358.502500', '194358.962500', '194359.422500', '194359.882500', '194400.342500', '194400.802500', '194401.262500', '194401.722500', '194402.182500', '194402.642500', '194403.102500', '194403.562500', '194404.022500', '194404.482500', '194404.942500', '194405.402500', '194405.862500', '194406.322500', '194406.782500', '194407.242500', '194407.702500', '194408.162500', '194408.622500', '194409.082500', '194409.542500', '194410.002500', '194410.462500', '194410.922500', '194411.382500', '194411.842500', '194412.302500', '194412.762500', '194413.222500', '194413.682500', '194414.142500', '194414.602500', '194415.062500', '194415.522500', '194415.982500', '194416.442500', '194416.902500', '194417.362500', '194417.822500', '194418.282500', '194418.742500', '194419.202500', '194419.662500', '194420.122500', '194420.582500', '194421.042500', '194421.502500', '194421.962500', '194422.422500', '194422.882500', '194423.342500', '194423.802500', '194424.262500', '194424.722500', '194425.182500', '194425.642500', '194426.102500', '194426.562500', '194427.022500', '194427.482500', '194427.942500', '194428.402500', '194428.862500', '194429.322500', '194429.782500', '194430.242500', '194430.702500', '194431.162500', '194431.622500', '194432.082500', '194432.542500', '194433.002500', '194433.462500', '194433.922500', '194434.382500', '194434.842500', '194435.302500', '194435.762500', '194436.222500', '194436.682500', '194437.142500', '194437.602500', '194438.062500', '194438.522500', '194438.982500', '194439.442500', '194439.902500', '194440.362500', '194440.822500', '194441.282500', '194441.742500', '194442.202500', '194442.662500', '194443.122500', '194443.582500', '194444.042500', '194444.502500', '194444.962500', '194445.422500', '194445.882500', '194446.342500', '194446.802500', '194447.262500', '194447.722500', '194448.182500', '194448.642500', '194449.102500', '194449.562500', '194450.022500', '194450.482500', '194450.942500', '194451.402500', '194451.862500', '194452.322500', '194452.782500', '194453.242500', '194453.702500', '194454.162500', '194454.622500', '194455.082500', '194455.542500', '194456.002500', '194456.462500', '194456.922500', '194457.382500', '194457.842500', '194458.302500', '194458.762500', '194459.222500', '194459.682500', '194500.142500', '194500.602500', '194501.062500', '194501.522500', '194501.982500', '194502.442500', '194502.902500', '194503.362500', '194503.822500', '194504.282500', '194504.742500', '194505.202500', '194505.662500', '194506.122500', '194506.582500', '194507.042500', '194507.502500', '194507.962500', '194508.422500', '194508.882500', '194509.342500', '194509.802500', '194510.262500', '194510.722500', '194511.182500', '194511.642500', '194512.102500', '194512.562500', '194513.022500', '194513.482500', '194513.942500', '194514.402500', '194514.862500', '194515.322500', '194515.782500', '194516.242500', '194516.702500', '194517.162500', '194517.622500', '194518.082500', '194518.542500', '194519.002500', '194519.462500', '194519.922500', '194520.382500', '194520.842500', '194521.302500', '194521.762500', '194522.222500', '194522.682500', '194523.142500', '194523.602500', '194524.062500', '194524.522500', '194524.982500', '194525.442500', '194525.902500', '194526.362500', '194526.822500', '194527.282500', '194527.742500', '194528.202500', '194528.662500', '194529.122500', '194529.582500', '194530.042500', '194530.502500', '194530.962500', '194531.422500', '194531.882500', '194532.342500', '194532.802500', '194533.262500', '194533.722500', '194534.182500', '194534.642500', '194535.102500', '194535.562500', '194536.022500', '194536.482500', '194536.942500', '194537.402500', '194537.862500', '194538.322500', '194538.782500', '194539.242500', '194539.702500', '194540.162500', '194540.622500', '194541.082500', '194541.542500', '194542.002500', '194542.462500', '194542.922500', '194543.382500', '194543.842500', '194544.302500', '194544.762500', '194545.222500', '194545.682500', '194546.142500', '194546.602500', '194547.062500', '194547.522500', '194547.982500', '194548.442500', '194548.902500', '194549.362500', '194549.822500', '194550.282500', '194550.742500', '194551.202500', '194551.662500', '194552.122500', '194552.582500', '194553.042500', '194553.502500', '194553.962500', '194554.422500', '194554.882500', '194555.342500', '194555.802500', '194556.262500', '194556.722500', '194557.182500', '194557.642500', '194558.102500', '194558.562500', '194559.022500', '194559.482500', '194559.942500', '194600.402500', '194600.862500', '194601.322500', '194601.782500', '194602.242500', '194602.702500', '194603.162500', '194603.622500', '194604.082500', '194604.542500', '194605.002500', '194605.462500', '194605.922500', '194606.382500', '194606.842500', '194607.302500', '194607.762500', '194608.222500', '194608.682500', '194609.142500', '194609.602500', '194610.062500', '194610.522500', '194610.982500', '194611.442500', '194611.902500', '194612.362500', '194612.822500', '194613.282500', '194613.742500', '194614.202500', '194614.662500', '194615.122500', '194615.582500', '194616.042500', '194616.502500', '194616.962500', '194617.422500', '194617.882500', '194618.342500', '194618.802500', '194619.262500', '194619.722500', '194620.182500', '194620.642500', '194621.102500', '194621.562500', '194622.022500', '194622.482500', '194622.942500', '194623.402500', '194623.862500', '194624.322500', '194624.782500', '194625.242500', '194625.702500', '194626.162500', '194626.622500', '194627.082500', '194627.542500', '194628.002500', '194628.462500'], 'ContentTime': ['194007.853000', '194007.856000', '194007.859000', '194007.861000', '194007.864000', '194007.867000', '194007.869000', '194007.872000', '194007.874000', '194007.877000', '194007.880000', '194007.908000', '194007.911000', '194007.914000', '194007.917000', '194007.919000', '194007.922000', '194007.924000', '194007.927000', '194007.932000', '194007.934000', '194007.937000', '194007.940000', '194007.942000', '194007.945000', '194007.947000', '194007.950000', '194007.953000', '194007.955000', '194007.958000', '194007.960000', '194007.963000', '194027.818000', '194027.820000', '194027.823000', '194027.825000', '194027.828000', '194027.831000', '194027.833000', '194027.836000', '194027.838000', '194027.841000', '194027.844000', '194027.846000', '194027.854000', '194027.856000', '194027.859000', '194027.862000', '194027.864000', '194027.867000', '194027.869000', '194027.872000', '194027.874000', '194027.877000', '194027.880000', '194027.882000', '194027.885000', '194027.887000', '194027.890000', '194027.893000', '194027.895000', '194027.898000', '194027.900000', '194027.903000', '194027.905000', '194027.908000', '194027.911000', '194027.913000', '194027.916000', '194027.918000', '194027.921000', '194027.924000', '194027.926000', '194027.929000', '194027.932000', '194047.818000', '194047.820000', '194047.823000', '194047.826000', '194047.828000', '194047.831000', '194047.833000', '194047.836000', '194047.852000', '194047.861000', '194047.864000', '194047.866000', '194047.869000', '194047.871000', '194047.874000', '194047.877000', '194047.879000', '194047.882000', '194047.884000', '194047.887000', '194047.889000', '194047.892000', '194047.895000', '194047.897000', '194047.900000', '194047.902000', '194047.905000', '194047.908000', '194047.910000', '194047.913000', '194047.915000', '194047.918000', '194047.920000', '194047.923000', '194047.926000', '194047.928000', '194047.931000', '194047.933000', '194047.936000', '194047.938000', '194047.941000', '194047.944000', '194047.946000', '194047.949000', '194107.816000', '194107.819000', '194107.822000', '194107.825000', '194107.827000', '194107.830000', '194107.832000', '194107.835000', '194107.838000', '194107.840000', '194107.843000', '194107.846000', '194107.848000', '194107.851000', '194107.854000', '194107.856000', '194107.859000', '194107.861000', '194107.864000', '194107.867000', '194107.869000', '194107.872000', '194107.874000', '194107.877000', '194107.880000', '194107.882000', '194107.885000', '194107.887000', '194107.890000', '194107.893000', '194107.895000', '194107.898000', '194107.900000', '194107.903000', '194107.906000', '194107.908000', '194107.911000', '194107.914000', '194107.916000', '194107.919000', '194107.922000', '194107.924000', '194107.927000', '194127.818000', '194127.821000', '194127.823000', '194127.826000', '194127.829000', '194127.831000', '194127.834000', '194127.837000', '194127.840000', '194127.842000', '194127.845000', '194127.847000', '194127.850000', '194127.852000', '194127.855000', '194127.858000', '194127.860000', '194127.863000', '194127.865000', '194127.868000', '194127.871000', '194127.873000', '194127.876000', '194127.878000', '194127.881000', '194127.884000', '194127.886000', '194127.889000', '194127.892000', '194127.894000', '194127.897000', '194127.899000', '194127.902000', '194127.904000', '194127.907000', '194127.910000', '194127.912000', '194127.915000', '194127.917000', '194127.920000', '194127.923000', '194127.925000', '194127.928000', '194127.930000', '194147.817000', '194147.820000', '194147.823000', '194147.825000', '194147.828000', '194147.831000', '194147.833000', '194147.836000', '194147.838000', '194147.841000', '194147.844000', '194147.846000', '194147.849000', '194147.851000', '194147.854000', '194147.857000', '194147.859000', '194147.862000', '194147.864000', '194147.867000', '194147.870000', '194147.872000', '194147.875000', '194147.877000', '194147.880000', '194147.882000', '194147.885000', '194147.888000', '194147.890000', '194147.893000', '194147.895000', '194147.898000', '194147.901000', '194147.903000', '194147.906000', '194147.909000', '194147.911000', '194147.914000', '194147.917000', '194147.919000', '194147.922000', '194147.924000', '194147.927000', '194207.817000', '194207.820000', '194207.823000', '194207.826000', '194207.828000', '194207.831000', '194207.833000', '194207.836000', '194207.839000', '194207.841000', '194207.844000', '194207.846000', '194207.849000', '194207.852000', '194207.854000', '194207.857000', '194207.860000', '194207.862000', '194207.865000', '194207.867000', '194207.870000', '194207.873000', '194207.875000', '194207.878000', '194207.881000', '194207.883000', '194207.886000', '194207.888000', '194207.891000', '194207.894000', '194207.896000', '194207.899000', '194207.901000', '194207.904000', '194207.907000', '194207.909000', '194207.912000', '194207.915000', '194207.917000', '194207.920000', '194207.922000', '194207.925000', '194207.927000', '194207.930000', '194227.817000', '194227.820000', '194227.823000', '194227.826000', '194227.848000', '194227.851000', '194227.853000', '194227.856000', '194227.858000', '194227.861000', '194227.864000', '194227.866000', '194227.869000', '194227.871000', '194227.874000', '194227.877000', '194227.879000', '194227.882000', '194227.884000', '194227.887000', '194227.890000', '194227.892000', '194227.895000', '194227.897000', '194227.900000', '194227.903000', '194227.905000', '194227.908000', '194227.911000', '194227.913000', '194227.916000', '194227.918000', '194227.921000', '194227.924000', '194227.926000', '194227.929000', '194227.931000', '194227.934000', '194227.937000', '194227.939000', '194227.942000', '194227.944000', '194227.947000', '194247.817000', '194247.820000', '194247.824000', '194247.827000', '194247.829000', '194247.832000', '194247.835000', '194247.837000', '194247.840000', '194247.843000', '194247.845000', '194247.848000', '194247.851000', '194247.853000', '194247.856000', '194247.858000', '194247.861000', '194247.864000', '194247.866000', '194247.869000', '194247.871000', '194247.874000', '194247.877000', '194247.879000', '194247.882000', '194247.885000', '194247.887000', '194247.890000', '194247.892000', '194247.895000', '194247.898000', '194247.900000', '194247.903000', '194247.906000', '194247.908000', '194247.911000', '194247.913000', '194247.916000', '194247.919000', '194247.921000', '194247.924000', '194247.926000', '194247.929000', '194247.932000', '194307.817000', '194307.820000', '194307.823000', '194307.826000', '194307.828000', '194307.831000', '194307.834000', '194307.836000', '194307.839000', '194307.841000', '194307.844000', '194307.846000', '194307.849000', '194307.852000', '194307.854000', '194307.857000', '194307.860000', '194307.862000', '194307.865000', '194307.867000', '194307.870000', '194307.873000', '194307.875000', '194307.878000', '194307.880000', '194307.883000', '194307.886000', '194307.888000', '194307.891000', '194307.893000', '194307.896000', '194307.899000', '194307.901000', '194307.904000', '194307.906000', '194307.909000', '194307.912000', '194307.914000', '194307.917000', '194307.919000', '194307.922000', '194307.925000', '194307.927000', '194327.817000', '194327.820000', '194327.822000', '194327.825000', '194327.828000', '194327.830000', '194327.833000', '194327.836000', '194327.838000', '194327.841000', '194327.843000', '194327.846000', '194327.849000', '194327.851000', '194327.854000', '194327.861000', '194327.864000', '194327.867000', '194327.869000', '194327.872000', '194327.874000', '194327.877000', '194327.880000', '194327.882000', '194327.885000', '194327.887000', '194327.890000', '194327.893000', '194327.895000', '194327.898000', '194327.900000', '194327.903000', '194327.906000', '194327.908000', '194327.911000', '194327.913000', '194327.916000', '194327.919000', '194327.921000', '194327.924000', '194327.926000', '194327.929000', '194327.932000', '194327.934000', '194347.817000', '194347.820000', '194347.823000', '194347.826000', '194347.828000', '194347.831000', '194347.833000', '194347.836000', '194347.839000', '194347.841000', '194347.844000', '194347.847000', '194347.849000', '194347.852000', '194347.855000', '194347.857000', '194347.860000', '194347.862000', '194347.865000', '194347.868000', '194347.870000', '194347.873000', '194347.875000', '194347.878000', '194347.881000', '194347.883000', '194347.886000', '194347.888000', '194347.891000', '194347.902000', '194347.905000', '194347.907000', '194347.910000', '194347.912000', '194347.915000', '194347.918000', '194347.920000', '194347.923000', '194347.925000', '194347.928000', '194347.931000', '194347.933000', '194347.936000', '194407.817000', '194407.820000', '194407.823000', '194407.826000', '194407.828000', '194407.831000', '194407.833000', '194407.836000', '194407.839000', '194407.841000', '194407.844000', '194407.847000', '194407.849000', '194407.852000', '194407.855000', '194407.857000', '194407.860000', '194407.864000', '194407.866000', '194407.869000', '194407.872000', '194407.874000', '194407.877000', '194407.880000', '194407.882000', '194407.885000', '194407.887000', '194407.890000', '194407.893000', '194407.895000', '194407.898000', '194407.900000', '194407.903000', '194407.906000', '194407.908000', '194407.911000', '194407.914000', '194407.916000', '194407.919000', '194407.922000', '194407.924000', '194407.927000', '194407.929000', '194407.932000', '194427.818000', '194427.820000', '194427.823000', '194427.826000', '194427.828000', '194427.831000', '194427.834000', '194427.836000', '194427.839000', '194427.841000', '194427.844000', '194427.847000', '194427.849000', '194427.852000', '194427.854000', '194427.857000', '194427.860000', '194427.862000', '194427.865000', '194427.867000', '194427.870000', '194427.872000', '194427.875000', '194427.878000', '194427.880000', '194427.883000', '194427.885000', '194427.888000', '194427.891000', '194427.893000', '194427.896000', '194427.898000', '194427.901000', '194427.904000', '194427.906000', '194427.909000', '194427.912000', '194427.914000', '194427.917000', '194427.919000', '194427.922000', '194427.925000', '194427.927000', '194447.817000', '194447.820000', '194447.823000', '194447.826000', '194447.828000', '194447.831000', '194447.834000', '194447.836000', '194447.839000', '194447.842000', '194447.844000', '194447.847000', '194447.850000', '194447.852000', '194447.855000', '194447.857000', '194447.860000', '194447.862000', '194447.865000', '194447.868000', '194447.870000', '194447.873000', '194447.875000', '194447.878000', '194447.881000', '194447.883000', '194447.886000', '194447.888000', '194447.891000', '194447.894000', '194447.896000', '194447.899000', '194447.901000', '194447.904000', '194447.907000', '194447.909000', '194447.912000', '194447.914000', '194447.917000', '194447.920000', '194447.922000', '194447.925000', '194447.927000', '194507.818000', '194507.820000', '194507.823000', '194507.826000', '194507.828000', '194507.831000', '194507.833000', '194507.836000', '194507.839000', '194507.841000', '194507.844000', '194507.846000', '194507.849000', '194507.852000', '194507.854000', '194507.857000', '194507.860000', '194507.862000', '194507.865000', '194507.867000', '194507.870000', '194507.873000', '194507.875000', '194507.878000', '194507.881000', '194507.883000', '194507.886000', '194507.888000', '194507.891000', '194507.894000', '194507.896000', '194507.899000', '194507.901000', '194507.904000', '194507.907000', '194507.909000', '194507.912000', '194507.915000', '194507.917000', '194507.920000', '194507.922000', '194507.925000', '194507.928000', '194507.930000', '194527.818000', '194527.820000', '194527.823000', '194527.826000', '194527.828000', '194527.831000', '194527.833000', '194527.836000', '194527.839000', '194527.841000', '194527.844000', '194527.847000', '194527.849000', '194527.852000', '194527.857000', '194527.860000', '194527.862000', '194527.865000', '194527.868000', '194527.870000', '194527.873000', '194527.875000', '194527.878000', '194527.881000', '194527.883000', '194527.886000', '194527.889000', '194527.891000', '194527.894000', '194527.896000', '194527.899000', '194527.903000', '194527.905000', '194527.908000', '194527.911000', '194527.913000', '194527.916000', '194527.919000', '194527.921000', '194527.924000', '194527.927000', '194527.929000', '194527.932000', '194547.817000', '194547.819000', '194547.822000', '194547.825000', '194547.827000', '194547.830000', '194547.832000', '194547.835000', '194547.838000', '194547.840000', '194547.843000', '194547.846000', '194547.848000', '194547.851000', '194547.853000', '194547.856000', '194547.859000', '194547.861000', '194547.864000', '194547.866000', '194547.869000', '194547.872000', '194547.874000', '194547.877000', '194547.880000', '194547.882000', '194547.885000', '194547.887000', '194547.890000', '194547.893000', '194547.895000', '194547.898000', '194547.900000', '194547.903000', '194547.906000', '194547.908000', '194547.911000', '194547.913000', '194547.916000', '194547.919000', '194547.921000', '194547.924000', '194547.926000', '194547.929000', '194607.817000', '194607.820000', '194607.823000', '194607.826000', '194607.828000', '194607.831000', '194607.833000', '194607.836000', '194607.839000', '194607.841000', '194607.844000', '194607.846000', '194607.849000', '194607.852000', '194607.854000', '194607.857000', '194607.859000', '194607.862000', '194607.865000', '194607.867000', '194607.870000', '194607.873000', '194607.875000', '194607.878000', '194607.881000', '194607.884000', '194607.886000', '194607.889000', '194607.891000', '194607.894000', '194607.897000', '194607.899000', '194607.902000', '194607.904000', '194607.907000', '194607.910000', '194607.912000', '194607.915000', '194607.917000', '194607.920000', '194607.923000', '194607.925000', '194607.928000', '194627.818000', '194627.820000', '194627.823000', '194627.826000', '194627.828000', '194627.831000', '194627.834000', '194627.836000', '194627.839000', '194627.841000', '194627.844000', '194627.847000', '194627.849000', '194627.852000', '194627.855000', '194627.857000', '194627.860000', '194627.862000', '194627.865000', '194627.868000', '194627.870000', '194627.873000', '194627.875000', '194627.878000', '194627.881000', '194627.883000', '194627.886000', '194627.889000', '194627.891000', '194627.894000', '194627.896000', '194627.899000', '194627.901000', '194627.904000', '194627.907000', '194627.909000', '194627.912000', '194627.915000', '194627.917000', '194627.920000', '194627.922000', '194627.925000', '194627.928000', '194627.930000', '194629.933000', '194629.936000', '194629.941000', '194629.945000'], 'InstanceCreationTime': ['194007.853000', '194007.856000', '194007.859000', '194007.861000', '194007.864000', '194007.867000', '194007.869000', '194007.872000', '194007.874000', '194007.877000', '194007.880000', '194007.908000', '194007.911000', '194007.914000', '194007.917000', '194007.919000', '194007.922000', '194007.924000', '194007.927000', '194007.932000', '194007.934000', '194007.937000', '194007.940000', '194007.942000', '194007.945000', '194007.947000', '194007.950000', '194007.953000', '194007.955000', '194007.958000', '194007.960000', '194007.963000', '194027.818000', '194027.820000', '194027.823000', '194027.825000', '194027.828000', '194027.831000', '194027.833000', '194027.836000', '194027.838000', '194027.841000', '194027.844000', '194027.846000', '194027.854000', '194027.856000', '194027.859000', '194027.862000', '194027.864000', '194027.867000', '194027.869000', '194027.872000', '194027.874000', '194027.877000', '194027.880000', '194027.882000', '194027.885000', '194027.887000', '194027.890000', '194027.893000', '194027.895000', '194027.898000', '194027.900000', '194027.903000', '194027.905000', '194027.908000', '194027.911000', '194027.913000', '194027.916000', '194027.918000', '194027.921000', '194027.924000', '194027.926000', '194027.929000', '194027.932000', '194047.818000', '194047.820000', '194047.823000', '194047.826000', '194047.828000', '194047.831000', '194047.833000', '194047.836000', '194047.852000', '194047.861000', '194047.864000', '194047.866000', '194047.869000', '194047.871000', '194047.874000', '194047.877000', '194047.879000', '194047.882000', '194047.884000', '194047.887000', '194047.889000', '194047.892000', '194047.895000', '194047.897000', '194047.900000', '194047.902000', '194047.905000', '194047.908000', '194047.910000', '194047.913000', '194047.915000', '194047.918000', '194047.920000', '194047.923000', '194047.926000', '194047.928000', '194047.931000', '194047.933000', '194047.936000', '194047.938000', '194047.941000', '194047.944000', '194047.946000', '194047.949000', '194107.816000', '194107.819000', '194107.822000', '194107.825000', '194107.827000', '194107.830000', '194107.832000', '194107.835000', '194107.838000', '194107.840000', '194107.843000', '194107.846000', '194107.848000', '194107.851000', '194107.854000', '194107.856000', '194107.859000', '194107.861000', '194107.864000', '194107.867000', '194107.869000', '194107.872000', '194107.874000', '194107.877000', '194107.880000', '194107.882000', '194107.885000', '194107.887000', '194107.890000', '194107.893000', '194107.895000', '194107.898000', '194107.900000', '194107.903000', '194107.906000', '194107.908000', '194107.911000', '194107.914000', '194107.916000', '194107.919000', '194107.922000', '194107.924000', '194107.927000', '194127.818000', '194127.821000', '194127.823000', '194127.826000', '194127.829000', '194127.831000', '194127.834000', '194127.837000', '194127.840000', '194127.842000', '194127.845000', '194127.847000', '194127.850000', '194127.852000', '194127.855000', '194127.858000', '194127.860000', '194127.863000', '194127.865000', '194127.868000', '194127.871000', '194127.873000', '194127.876000', '194127.878000', '194127.881000', '194127.884000', '194127.886000', '194127.889000', '194127.892000', '194127.894000', '194127.897000', '194127.899000', '194127.902000', '194127.904000', '194127.907000', '194127.910000', '194127.912000', '194127.915000', '194127.917000', '194127.920000', '194127.923000', '194127.925000', '194127.928000', '194127.930000', '194147.817000', '194147.820000', '194147.823000', '194147.825000', '194147.828000', '194147.831000', '194147.833000', '194147.836000', '194147.838000', '194147.841000', '194147.844000', '194147.846000', '194147.849000', '194147.851000', '194147.854000', '194147.857000', '194147.859000', '194147.862000', '194147.864000', '194147.867000', '194147.870000', '194147.872000', '194147.875000', '194147.877000', '194147.880000', '194147.882000', '194147.885000', '194147.888000', '194147.890000', '194147.893000', '194147.895000', '194147.898000', '194147.901000', '194147.903000', '194147.906000', '194147.909000', '194147.911000', '194147.914000', '194147.917000', '194147.919000', '194147.922000', '194147.924000', '194147.927000', '194207.817000', '194207.820000', '194207.823000', '194207.826000', '194207.828000', '194207.831000', '194207.833000', '194207.836000', '194207.839000', '194207.841000', '194207.844000', '194207.846000', '194207.849000', '194207.852000', '194207.854000', '194207.857000', '194207.860000', '194207.862000', '194207.865000', '194207.867000', '194207.870000', '194207.873000', '194207.875000', '194207.878000', '194207.881000', '194207.883000', '194207.886000', '194207.888000', '194207.891000', '194207.894000', '194207.896000', '194207.899000', '194207.901000', '194207.904000', '194207.907000', '194207.909000', '194207.912000', '194207.915000', '194207.917000', '194207.920000', '194207.922000', '194207.925000', '194207.927000', '194207.930000', '194227.817000', '194227.820000', '194227.823000', '194227.826000', '194227.848000', '194227.851000', '194227.853000', '194227.856000', '194227.858000', '194227.861000', '194227.864000', '194227.866000', '194227.869000', '194227.871000', '194227.874000', '194227.877000', '194227.879000', '194227.882000', '194227.884000', '194227.887000', '194227.890000', '194227.892000', '194227.895000', '194227.897000', '194227.900000', '194227.903000', '194227.905000', '194227.908000', '194227.911000', '194227.913000', '194227.916000', '194227.918000', '194227.921000', '194227.924000', '194227.926000', '194227.929000', '194227.931000', '194227.934000', '194227.937000', '194227.939000', '194227.942000', '194227.944000', '194227.947000', '194247.817000', '194247.820000', '194247.824000', '194247.827000', '194247.829000', '194247.832000', '194247.835000', '194247.837000', '194247.840000', '194247.843000', '194247.845000', '194247.848000', '194247.851000', '194247.853000', '194247.856000', '194247.858000', '194247.861000', '194247.864000', '194247.866000', '194247.869000', '194247.871000', '194247.874000', '194247.877000', '194247.879000', '194247.882000', '194247.885000', '194247.887000', '194247.890000', '194247.892000', '194247.895000', '194247.898000', '194247.900000', '194247.903000', '194247.906000', '194247.908000', '194247.911000', '194247.913000', '194247.916000', '194247.919000', '194247.921000', '194247.924000', '194247.926000', '194247.929000', '194247.932000', '194307.817000', '194307.820000', '194307.823000', '194307.826000', '194307.828000', '194307.831000', '194307.834000', '194307.836000', '194307.839000', '194307.841000', '194307.844000', '194307.846000', '194307.849000', '194307.852000', '194307.854000', '194307.857000', '194307.860000', '194307.862000', '194307.865000', '194307.867000', '194307.870000', '194307.873000', '194307.875000', '194307.878000', '194307.880000', '194307.883000', '194307.886000', '194307.888000', '194307.891000', '194307.893000', '194307.896000', '194307.899000', '194307.901000', '194307.904000', '194307.906000', '194307.909000', '194307.912000', '194307.914000', '194307.917000', '194307.919000', '194307.922000', '194307.925000', '194307.927000', '194327.817000', '194327.820000', '194327.822000', '194327.825000', '194327.828000', '194327.830000', '194327.833000', '194327.836000', '194327.838000', '194327.841000', '194327.843000', '194327.846000', '194327.849000', '194327.851000', '194327.854000', '194327.861000', '194327.864000', '194327.867000', '194327.869000', '194327.872000', '194327.874000', '194327.877000', '194327.880000', '194327.882000', '194327.885000', '194327.887000', '194327.890000', '194327.893000', '194327.895000', '194327.898000', '194327.900000', '194327.903000', '194327.906000', '194327.908000', '194327.911000', '194327.913000', '194327.916000', '194327.919000', '194327.921000', '194327.924000', '194327.926000', '194327.929000', '194327.932000', '194327.934000', '194347.817000', '194347.820000', '194347.823000', '194347.826000', '194347.828000', '194347.831000', '194347.833000', '194347.836000', '194347.839000', '194347.841000', '194347.844000', '194347.847000', '194347.849000', '194347.852000', '194347.855000', '194347.857000', '194347.860000', '194347.862000', '194347.865000', '194347.868000', '194347.870000', '194347.873000', '194347.875000', '194347.878000', '194347.881000', '194347.883000', '194347.886000', '194347.888000', '194347.891000', '194347.902000', '194347.905000', '194347.907000', '194347.910000', '194347.912000', '194347.915000', '194347.918000', '194347.920000', '194347.923000', '194347.925000', '194347.928000', '194347.931000', '194347.933000', '194347.936000', '194407.817000', '194407.820000', '194407.823000', '194407.826000', '194407.828000', '194407.831000', '194407.833000', '194407.836000', '194407.839000', '194407.841000', '194407.844000', '194407.847000', '194407.849000', '194407.852000', '194407.855000', '194407.857000', '194407.860000', '194407.864000', '194407.866000', '194407.869000', '194407.872000', '194407.874000', '194407.877000', '194407.880000', '194407.882000', '194407.885000', '194407.887000', '194407.890000', '194407.893000', '194407.895000', '194407.898000', '194407.900000', '194407.903000', '194407.906000', '194407.908000', '194407.911000', '194407.914000', '194407.916000', '194407.919000', '194407.922000', '194407.924000', '194407.927000', '194407.929000', '194407.932000', '194427.818000', '194427.820000', '194427.823000', '194427.826000', '194427.828000', '194427.831000', '194427.834000', '194427.836000', '194427.839000', '194427.841000', '194427.844000', '194427.847000', '194427.849000', '194427.852000', '194427.854000', '194427.857000', '194427.860000', '194427.862000', '194427.865000', '194427.867000', '194427.870000', '194427.872000', '194427.875000', '194427.878000', '194427.880000', '194427.883000', '194427.885000', '194427.888000', '194427.891000', '194427.893000', '194427.896000', '194427.898000', '194427.901000', '194427.904000', '194427.906000', '194427.909000', '194427.912000', '194427.914000', '194427.917000', '194427.919000', '194427.922000', '194427.925000', '194427.927000', '194447.817000', '194447.820000', '194447.823000', '194447.826000', '194447.828000', '194447.831000', '194447.834000', '194447.836000', '194447.839000', '194447.842000', '194447.844000', '194447.847000', '194447.850000', '194447.852000', '194447.855000', '194447.857000', '194447.860000', '194447.862000', '194447.865000', '194447.868000', '194447.870000', '194447.873000', '194447.875000', '194447.878000', '194447.881000', '194447.883000', '194447.886000', '194447.888000', '194447.891000', '194447.894000', '194447.896000', '194447.899000', '194447.901000', '194447.904000', '194447.907000', '194447.909000', '194447.912000', '194447.914000', '194447.917000', '194447.920000', '194447.922000', '194447.925000', '194447.927000', '194507.818000', '194507.820000', '194507.823000', '194507.826000', '194507.828000', '194507.831000', '194507.833000', '194507.836000', '194507.839000', '194507.841000', '194507.844000', '194507.846000', '194507.849000', '194507.852000', '194507.854000', '194507.857000', '194507.860000', '194507.862000', '194507.865000', '194507.867000', '194507.870000', '194507.873000', '194507.875000', '194507.878000', '194507.881000', '194507.883000', '194507.886000', '194507.888000', '194507.891000', '194507.894000', '194507.896000', '194507.899000', '194507.901000', '194507.904000', '194507.907000', '194507.909000', '194507.912000', '194507.915000', '194507.917000', '194507.920000', '194507.922000', '194507.925000', '194507.928000', '194507.930000', '194527.818000', '194527.820000', '194527.823000', '194527.826000', '194527.828000', '194527.831000', '194527.833000', '194527.836000', '194527.839000', '194527.841000', '194527.844000', '194527.847000', '194527.849000', '194527.852000', '194527.857000', '194527.860000', '194527.862000', '194527.865000', '194527.868000', '194527.870000', '194527.873000', '194527.875000', '194527.878000', '194527.881000', '194527.883000', '194527.886000', '194527.889000', '194527.891000', '194527.894000', '194527.896000', '194527.899000', '194527.903000', '194527.905000', '194527.908000', '194527.911000', '194527.913000', '194527.916000', '194527.919000', '194527.921000', '194527.924000', '194527.927000', '194527.929000', '194527.932000', '194547.817000', '194547.819000', '194547.822000', '194547.825000', '194547.827000', '194547.830000', '194547.832000', '194547.835000', '194547.838000', '194547.840000', '194547.843000', '194547.846000', '194547.848000', '194547.851000', '194547.853000', '194547.856000', '194547.859000', '194547.861000', '194547.864000', '194547.866000', '194547.869000', '194547.872000', '194547.874000', '194547.877000', '194547.880000', '194547.882000', '194547.885000', '194547.887000', '194547.890000', '194547.893000', '194547.895000', '194547.898000', '194547.900000', '194547.903000', '194547.906000', '194547.908000', '194547.911000', '194547.913000', '194547.916000', '194547.919000', '194547.921000', '194547.924000', '194547.926000', '194547.929000', '194607.817000', '194607.820000', '194607.823000', '194607.826000', '194607.828000', '194607.831000', '194607.833000', '194607.836000', '194607.839000', '194607.841000', '194607.844000', '194607.846000', '194607.849000', '194607.852000', '194607.854000', '194607.857000', '194607.859000', '194607.862000', '194607.865000', '194607.867000', '194607.870000', '194607.873000', '194607.875000', '194607.878000', '194607.881000', '194607.884000', '194607.886000', '194607.889000', '194607.891000', '194607.894000', '194607.897000', '194607.899000', '194607.902000', '194607.904000', '194607.907000', '194607.910000', '194607.912000', '194607.915000', '194607.917000', '194607.920000', '194607.923000', '194607.925000', '194607.928000', '194627.818000', '194627.820000', '194627.823000', '194627.826000', '194627.828000', '194627.831000', '194627.834000', '194627.836000', '194627.839000', '194627.841000', '194627.844000', '194627.847000', '194627.849000', '194627.852000', '194627.855000', '194627.857000', '194627.860000', '194627.862000', '194627.865000', '194627.868000', '194627.870000', '194627.873000', '194627.875000', '194627.878000', '194627.881000', '194627.883000', '194627.886000', '194627.889000', '194627.891000', '194627.894000', '194627.896000', '194627.899000', '194627.901000', '194627.904000', '194627.907000', '194627.909000', '194627.912000', '194627.915000', '194627.917000', '194627.920000', '194627.922000', '194627.925000', '194627.928000', '194627.930000', '194629.933000', '194629.936000', '194629.941000', '194629.945000'], '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], 'LargestImagePixelValue': [8846, 8032, 8235, 7507, 7896, 7892, 7273, 7593, 7426, 7540, 7197, 7965, 7524, 7279, 7799, 7074, 7907, 7049, 8001, 7519, 9100, 7512, 8258, 7552, 7093, 7713, 7942, 7589, 6949, 7432, 7828, 7994, 7618, 8232, 7257, 7608, 7752, 7757, 8137, 7621, 7509, 7432, 7826, 7124, 7872, 7880, 7829, 7495, 7806, 7676, 8022, 7856, 7834, 7431, 7097, 7155, 7525, 7109, 7362, 7600, 7572, 7730, 7933, 10537, 7531, 10242, 7531, 7750, 7382, 7470, 7514, 7146, 7312, 7403, 7814, 7046, 7913, 7040, 7067, 7410, 7209, 7805, 7397, 7187, 7707, 8025, 9858, 8141, 10321, 7456, 7020, 7882, 7513, 8094, 8089, 7611, 9620, 8045, 8419, 7768, 7987, 8254, 10239, 7648, 7945, 7334, 7509, 8989, 7618, 7245, 7442, 8353, 7014, 7813, 8082, 8450, 7566, 7489, 7953, 7881, 7531, 8015, 7409, 8074, 7468, 8099, 7490, 7829, 7247, 7214, 7899, 7355, 7908, 7490, 7795, 7363, 8134, 7474, 7914, 7881, 7093, 8210, 7419, 8048, 7356, 7760, 7919, 7001, 8068, 7049, 7871, 7819, 8247, 8337, 7642, 8185, 7595, 8192, 7720, 8329, 7398, 7070, 7970, 7204, 8082, 7592, 8328, 7040, 8145, 7215, 8075, 7513, 7618, 8100, 7046, 8016, 7115, 7210, 6972, 7350, 7264, 7070, 7579, 7948, 8927, 7252, 7301, 7251, 7725, 7486, 7183, 8026, 8107, 7842, 7610, 7056, 7523, 8192, 7953, 7874, 7929, 7149, 8266, 7786, 7901, 7575, 7974, 7662, 7272, 7794, 7497, 8109, 7588, 8308, 7440, 8318, 7106, 7827, 7842, 7698, 7504, 7383, 7850, 7324, 7721, 7243, 7500, 7133, 7914, 7073, 7766, 7552, 7926, 7560, 7948, 7659, 7881, 7748, 7699, 7603, 7668, 7223, 7228, 7775, 7317, 7561, 7374, 7841, 6984, 8100, 7511, 7636, 7728, 8050, 7525, 7206, 7899, 7833, 7520, 7646, 7588, 7338, 7671, 7210, 7869, 7269, 7888, 7556, 7955, 7561, 8098, 7985, 7427, 7900, 7685, 7415, 7487, 7925, 7397, 7644, 7062, 7839, 7194, 7768, 7662, 7188, 7765, 7796, 7763, 7569, 7708, 7714, 7690, 7447, 7660, 7711, 7461, 7425, 7529, 7287, 7743, 7109, 8169, 7058, 8025, 7081, 7388, 7461, 7205, 7972, 7273, 7764, 7187, 8469, 8092, 7175, 7073, 7211, 7048, 7116, 7566, 7385, 8129, 7981, 7982, 7593, 8345, 7531, 7753, 7533, 7260, 7887, 7153, 7954, 7129, 7499, 7191, 7458, 7642, 8124, 7309, 7866, 7616, 7928, 7956, 8056, 7719, 7746, 7354, 7197, 7704, 7306, 7957, 7090, 7791, 7464, 7832, 7255, 7686, 7092, 7927, 7302, 7748, 7485, 7934, 7559, 7891, 8019, 7675, 7582, 7909, 7918, 7092, 7393, 7466, 8216, 7442, 8315, 7776, 7854, 7865, 7782, 7563, 7833, 7664, 7489, 7509, 7347, 7590, 7313, 7380, 7191, 7366, 7529, 7727, 7431, 7532, 7416, 8031, 7323, 8055, 7345, 8059, 7498, 8067, 7682, 8367, 7974, 7426, 7443, 8069, 7941, 7701, 7485, 7331, 8033, 7152, 8266, 7202, 8013, 7847, 7906, 7913, 7838, 7335, 7342, 7882, 7288, 7452, 7662, 7851, 7314, 7543, 7040, 7581, 7937, 7811, 7434, 7683, 7980, 7403, 7043, 7951, 7336, 7614, 7203, 7485, 7182, 7600, 7116, 7590, 7482, 7772, 7258, 8132, 7305, 8000, 7460, 8027, 7403, 7969, 7649, 7694, 7599, 7913, 7335, 7382, 7740, 7467, 7375, 7043, 7566, 7208, 7592, 7260, 8148, 7688, 7812, 7472, 8038, 7240, 8158, 7197, 7537, 8083, 7764, 7691, 7448, 8255, 7280, 7051, 7492, 8248, 7591, 7714, 7016, 7882, 8296, 7850, 7540, 7967, 7055, 7650, 7394, 7691, 7568, 6989, 7925, 7058, 7830, 7770, 7980, 7593, 7914, 7576, 7811, 7493, 7504, 7688, 7011, 7490, 7558, 7610, 7467, 7868, 7556, 7775, 7327, 7464, 7365, 7405, 7514, 7016, 7883, 7083, 7883, 7342, 7922, 7308, 8319, 7303, 7856, 7174, 7458, 7792, 7265, 7543, 7022, 8036, 7055, 8163, 7471, 7868, 7066, 7842, 7685, 7508, 7494, 7906, 8027, 7041, 8416, 7176, 8210, 7137, 7695, 7777, 7415, 7860, 7596, 8161, 7076, 8103, 7243, 7076, 7495, 7394, 8034, 7093, 8336, 7823, 8211, 7553, 7103, 7987, 8004, 7361, 7575, 7115, 7553, 7206, 7533, 7856, 7636, 8014, 9012, 7656, 9044, 7841, 7602, 7286, 7664, 8607, 7438, 7985, 7048, 7677, 7991, 7685, 7767, 7327, 7792, 7757, 7672, 7349, 7688, 7392, 7633, 8242, 8190, 7371, 7234, 7688, 7740, 7755, 6997, 7312, 7136, 7987, 7857, 7897, 9261, 8124, 7705, 7283, 8069, 7284, 7760, 7803, 7556, 8084, 7557, 7506, 7805, 7477, 7488, 7301, 7680, 7485, 8497, 7264, 7872, 7732, 7714, 8110, 7459, 7173, 7715, 7659, 7514, 7242, 7778, 7862, 7434, 7742, 7348, 8038, 7236, 6976, 8159, 7061, 7899, 7533, 7226, 7849, 7388, 7666, 8058, 8106, 8073, 7425, 6947, 7636, 7984, 7558, 7553, 8227, 8014, 7967, 7018, 7536, 7018, 7642, 7123, 9044, 7755, 7581, 6948, 7078, 6963, 8050, 7502, 6961, 8014, 8428, 7833, 8885, 7809, 8424, 7283, 7752, 7261, 7643, 7768, 7551, 8145, 7628, 6999, 7086, 7441, 7019, 7810, 7463, 7757, 7406, 7744, 7834, 7906, 7542, 7874, 7457, 7868, 7076, 7685, 7030, 7809, 7067, 7316, 7633, 7354, 7457, 7331, 7876, 7811, 7762, 7739, 7986, 8073, 7862, 7816, 8199, 7734, 7983, 7167, 7843, 7168, 7814, 7700, 7629, 7616, 7343, 7934, 7777, 7929, 7752, 8268, 8148, 8251, 7740, 7869, 7859, 8147, 7304, 8085, 7102, 7974, 7039, 7269, 7934, 7913, 7940, 7624, 8281, 8274, 8245, 7795, 8305, 7392, 7526, 7744, 7623, 7631, 7921, 7860, 8262, 7888, 7844, 7751, 7145, 7155, 7717, 7201, 7813, 7847, 7866, 7634, 7955, 7672, 7891, 7555, 7057, 8006, 7051, 7644, 7299, 7547, 7020, 7450, 6918, 7689, 6993, 7202, 7227, 7509, 7394, 8032, 7850, 7391, 7910, 8988, 8107, 8170, 8037, 6958, 8055, 7473, 7915, 7608, 7819, 7523, 7814, 7082, 7554, 7424, 7189, 7251, 7083, 7220, 7258, 7048, 7550, 7044, 7358, 7054, 7419, 7149, 7773, 7464, 7688, 7132, 7935, 7277], 'WindowCenter': [4248.0, 4213.0, 4209.0, 4199.0, 4195.0, 4193.0, 4169.0, 4181.0, 4169.0, 4166.0, 4181.0, 4194.0, 4183.0, 4172.0, 4180.0, 4155.0, 4181.0, 4156.0, 4182.0, 4170.0, 4193.0, 4188.0, 4195.0, 4184.0, 4185.0, 4187.0, 4182.0, 4182.0, 4166.0, 4179.0, 4180.0, 4190.0, 4180.0, 4194.0, 4183.0, 4176.0, 4178.0, 4166.0, 4180.0, 4170.0, 4167.0, 4167.0, 4177.0, 4169.0, 4181.0, 4182.0, 4179.0, 4167.0, 4169.0, 4170.0, 4185.0, 4194.0, 4185.0, 4176.0, 4159.0, 4164.0, 4183.0, 4183.0, 4190.0, 4186.0, 4190.0, 4194.0, 4192.0, 4214.0, 4168.0, 4203.0, 4166.0, 4169.0, 4153.0, 4154.0, 4141.0, 4147.0, 4162.0, 4153.0, 4161.0, 4156.0, 4165.0, 4166.0, 4167.0, 4192.0, 4181.0, 4180.0, 4166.0, 4175.0, 4187.0, 4191.0, 4214.0, 4191.0, 4210.0, 4174.0, 4175.0, 4196.0, 4183.0, 4181.0, 4182.0, 4180.0, 4203.0, 4172.0, 4170.0, 4160.0, 4158.0, 4158.0, 4185.0, 4154.0, 4169.0, 4169.0, 4152.0, 4175.0, 4171.0, 4177.0, 4172.0, 4181.0, 4164.0, 4189.0, 4184.0, 4193.0, 4191.0, 4188.0, 4197.0, 4198.0, 4186.0, 4194.0, 4174.0, 4199.0, 4175.0, 4184.0, 4172.0, 4184.0, 4185.0, 4175.0, 4186.0, 4175.0, 4184.0, 4171.0, 4183.0, 4190.0, 4182.0, 4175.0, 4179.0, 4181.0, 4162.0, 4181.0, 4173.0, 4183.0, 4168.0, 4173.0, 4183.0, 4158.0, 4181.0, 4160.0, 4180.0, 4173.0, 4194.0, 4179.0, 4168.0, 4168.0, 4168.0, 4195.0, 4171.0, 4180.0, 4160.0, 4145.0, 4166.0, 4145.0, 4169.0, 4158.0, 4169.0, 4148.0, 4167.0, 4156.0, 4170.0, 4171.0, 4171.0, 4181.0, 4159.0, 4181.0, 4165.0, 4178.0, 4166.0, 4169.0, 4164.0, 4170.0, 4166.0, 4169.0, 4177.0, 4174.0, 4170.0, 4162.0, 4167.0, 4163.0, 4174.0, 4187.0, 4186.0, 4187.0, 4173.0, 4161.0, 4160.0, 4169.0, 4173.0, 4170.0, 4170.0, 4149.0, 4169.0, 4159.0, 4167.0, 4172.0, 4170.0, 4173.0, 4160.0, 4171.0, 4168.0, 4172.0, 4172.0, 4178.0, 4162.0, 4171.0, 4161.0, 4159.0, 4171.0, 4159.0, 4161.0, 4158.0, 4168.0, 4157.0, 4157.0, 4145.0, 4159.0, 4147.0, 4169.0, 4161.0, 4171.0, 4170.0, 4171.0, 4168.0, 4169.0, 4172.0, 4171.0, 4169.0, 4166.0, 4169.0, 4172.0, 4174.0, 4171.0, 4183.0, 4174.0, 4185.0, 4175.0, 4184.0, 4168.0, 4184.0, 4173.0, 4185.0, 4184.0, 4184.0, 4174.0, 4173.0, 4183.0, 4171.0, 4175.0, 4171.0, 4171.0, 4169.0, 4173.0, 4173.0, 4183.0, 4168.0, 4170.0, 4171.0, 4185.0, 4166.0, 4178.0, 4170.0, 4170.0, 4178.0, 4170.0, 4174.0, 4168.0, 4183.0, 4159.0, 4174.0, 4160.0, 4174.0, 4163.0, 4171.0, 4172.0, 4159.0, 4168.0, 4171.0, 4171.0, 4168.0, 4169.0, 4174.0, 4169.0, 4167.0, 4169.0, 4171.0, 4168.0, 4170.0, 4172.0, 4155.0, 4171.0, 4160.0, 4181.0, 4159.0, 4181.0, 4160.0, 4162.0, 4160.0, 4156.0, 4167.0, 4164.0, 4146.0, 4143.0, 4164.0, 4175.0, 4170.0, 4168.0, 4179.0, 4173.0, 4171.0, 4172.0, 4169.0, 4183.0, 4184.0, 4186.0, 4187.0, 4185.0, 4186.0, 4173.0, 4176.0, 4173.0, 4183.0, 4164.0, 4182.0, 4161.0, 4164.0, 4161.0, 4167.0, 4173.0, 4180.0, 4172.0, 4180.0, 4170.0, 4176.0, 4177.0, 4178.0, 4181.0, 4167.0, 4173.0, 4170.0, 4182.0, 4172.0, 4166.0, 4146.0, 4168.0, 4156.0, 4166.0, 4156.0, 4172.0, 4161.0, 4177.0, 4170.0, 4169.0, 4159.0, 4169.0, 4170.0, 4178.0, 4179.0, 4171.0, 4171.0, 4181.0, 4179.0, 4157.0, 4171.0, 4172.0, 4194.0, 4167.0, 4181.0, 4171.0, 4176.0, 4180.0, 4170.0, 4169.0, 4169.0, 4167.0, 4158.0, 4157.0, 4157.0, 4154.0, 4153.0, 4153.0, 4146.0, 4156.0, 4157.0, 4154.0, 4157.0, 4165.0, 4158.0, 4169.0, 4157.0, 4166.0, 4154.0, 4169.0, 4159.0, 4175.0, 4170.0, 4179.0, 4168.0, 4158.0, 4171.0, 4170.0, 4171.0, 4165.0, 4172.0, 4169.0, 4165.0, 4159.0, 4179.0, 4153.0, 4167.0, 4169.0, 4180.0, 4181.0, 4170.0, 4170.0, 4170.0, 4182.0, 4170.0, 4164.0, 4168.0, 4170.0, 4160.0, 4170.0, 4158.0, 4170.0, 4169.0, 4169.0, 4158.0, 4168.0, 4168.0, 4154.0, 4146.0, 4165.0, 4156.0, 4169.0, 4170.0, 4167.0, 4155.0, 4167.0, 4172.0, 4179.0, 4172.0, 4179.0, 4171.0, 4170.0, 4165.0, 4181.0, 4167.0, 4176.0, 4171.0, 4180.0, 4170.0, 4171.0, 4171.0, 4166.0, 4170.0, 4170.0, 4168.0, 4171.0, 4174.0, 4161.0, 4172.0, 4172.0, 4184.0, 4168.0, 4183.0, 4173.0, 4173.0, 4171.0, 4181.0, 4171.0, 4177.0, 4160.0, 4170.0, 4170.0, 4146.0, 4166.0, 4153.0, 4178.0, 4169.0, 4169.0, 4177.0, 4187.0, 4165.0, 4164.0, 4165.0, 4181.0, 4181.0, 4184.0, 4173.0, 4182.0, 4161.0, 4172.0, 4172.0, 4173.0, 4171.0, 4155.0, 4169.0, 4158.0, 4170.0, 4169.0, 4171.0, 4165.0, 4170.0, 4167.0, 4170.0, 4172.0, 4160.0, 4172.0, 4160.0, 4170.0, 4180.0, 4183.0, 4172.0, 4185.0, 4182.0, 4173.0, 4173.0, 4173.0, 4174.0, 4173.0, 4170.0, 4162.0, 4183.0, 4162.0, 4171.0, 4170.0, 4182.0, 4171.0, 4177.0, 4166.0, 4181.0, 4161.0, 4159.0, 4171.0, 4160.0, 4171.0, 4159.0, 4173.0, 4159.0, 4181.0, 4155.0, 4170.0, 4160.0, 4167.0, 4169.0, 4159.0, 4159.0, 4168.0, 4171.0, 4160.0, 4180.0, 4160.0, 4180.0, 4159.0, 4166.0, 4171.0, 4157.0, 4168.0, 4168.0, 4180.0, 4157.0, 4169.0, 4159.0, 4155.0, 4159.0, 4157.0, 4168.0, 4159.0, 4181.0, 4171.0, 4167.0, 4166.0, 4161.0, 4174.0, 4166.0, 4173.0, 4194.0, 4184.0, 4193.0, 4181.0, 4179.0, 4177.0, 4175.0, 4178.0, 4187.0, 4174.0, 4178.0, 4168.0, 4181.0, 4175.0, 4160.0, 4167.0, 4158.0, 4155.0, 4147.0, 4166.0, 4181.0, 4177.0, 4188.0, 4175.0, 4183.0, 4172.0, 4170.0, 4170.0, 4171.0, 4172.0, 4170.0, 4182.0, 4167.0, 4159.0, 4155.0, 4156.0, 4165.0, 4167.0, 4172.0, 4176.0, 4161.0, 4170.0, 4171.0, 4197.0, 4195.0, 4172.0, 4173.0, 4159.0, 4187.0, 4161.0, 4159.0, 4152.0, 4159.0, 4167.0, 4159.0, 4169.0, 4186.0, 4173.0, 4169.0, 4171.0, 4172.0, 4169.0, 4195.0, 4178.0, 4185.0, 4188.0, 4187.0, 4184.0, 4162.0, 4161.0, 4173.0, 4171.0, 4162.0, 4161.0, 4160.0, 4160.0, 4157.0, 4166.0, 4169.0, 4171.0, 4145.0, 4136.0, 4151.0, 4156.0, 4164.0, 4176.0, 4185.0, 4176.0, 4170.0, 4181.0, 4189.0, 4184.0, 4178.0, 4173.0, 4171.0, 4174.0, 4186.0, 4175.0, 4166.0, 4179.0, 4165.0, 4170.0, 4173.0, 4167.0, 4157.0, 4169.0, 4158.0, 4175.0, 4185.0, 4197.0, 4174.0, 4163.0, 4163.0, 4179.0, 4172.0, 4171.0, 4194.0, 4193.0, 4169.0, 4181.0, 4169.0, 4181.0, 4177.0, 4171.0, 4168.0, 4173.0, 4173.0, 4160.0, 4169.0, 4161.0, 4162.0, 4164.0, 4162.0, 4157.0, 4168.0, 4154.0, 4169.0, 4159.0, 4170.0, 4170.0, 4178.0, 4169.0, 4166.0, 4159.0, 4169.0, 4164.0, 4168.0, 4156.0, 4165.0, 4157.0, 4162.0, 4163.0, 4167.0, 4168.0, 4172.0, 4174.0, 4172.0, 4175.0, 4174.0, 4174.0, 4174.0, 4183.0, 4167.0, 4175.0, 4167.0, 4175.0, 4156.0, 4178.0, 4157.0, 4169.0, 4167.0, 4166.0, 4172.0, 4175.0, 4162.0, 4167.0, 4167.0, 4175.0, 4185.0, 4178.0, 4184.0, 4167.0, 4179.0, 4177.0, 4179.0, 4172.0, 4178.0, 4163.0, 4182.0, 4175.0, 4173.0, 4167.0, 4186.0, 4181.0, 4168.0, 4190.0, 4179.0, 4198.0, 4201.0, 4214.0, 4187.0, 4199.0, 4195.0, 4198.0, 4185.0, 4189.0, 4199.0, 4191.0, 4195.0, 4180.0, 4196.0, 4179.0, 4188.0, 4176.0, 4179.0, 4178.0, 4186.0, 4174.0, 4171.0, 4184.0, 4175.0, 4183.0, 4174.0, 4161.0, 4178.0, 4153.0, 4164.0, 4152.0, 4165.0, 4152.0, 4162.0, 4153.0, 4163.0, 4156.0, 4179.0, 4163.0, 4165.0, 4185.0, 4190.0, 4194.0, 4172.0, 4185.0, 4193.0, 4175.0, 4184.0, 4174.0, 4162.0, 4181.0, 4169.0, 4183.0, 4171.0, 4165.0, 4168.0, 4180.0, 4157.0, 4155.0, 4152.0, 4153.0, 4164.0, 4188.0, 4174.0, 4154.0, 4161.0, 4190.0, 4168.0, 4177.0, 4178.0, 4180.0, 4166.0, 4204.0, 4234.0, 4217.0, 4198.0, 4192.0, 4193.0], 'WindowWidth': [9431.0, 9369.0, 9354.0, 9340.0, 9328.0, 9321.0, 9281.0, 9294.0, 9275.0, 9269.0, 9301.0, 9317.0, 9300.0, 9284.0, 9292.0, 9252.0, 9291.0, 9254.0, 9293.0, 9274.0, 9308.0, 9310.0, 9317.0, 9303.0, 9308.0, 9307.0, 9295.0, 9294.0, 9271.0, 9291.0, 9295.0, 9307.0, 9295.0, 9317.0, 9301.0, 9284.0, 9288.0, 9268.0, 9292.0, 9276.0, 9271.0, 9269.0, 9285.0, 9278.0, 9296.0, 9296.0, 9290.0, 9272.0, 9276.0, 9275.0, 9299.0, 9316.0, 9304.0, 9290.0, 9259.0, 9270.0, 9297.0, 9300.0, 9316.0, 9309.0, 9309.0, 9317.0, 9314.0, 9345.0, 9273.0, 9324.0, 9267.0, 9272.0, 9242.0, 9243.0, 9223.0, 9237.0, 9261.0, 9243.0, 9257.0, 9253.0, 9263.0, 9269.0, 9274.0, 9317.0, 9300.0, 9296.0, 9267.0, 9284.0, 9302.0, 9311.0, 9342.0, 9310.0, 9335.0, 9287.0, 9289.0, 9322.0, 9299.0, 9293.0, 9297.0, 9290.0, 9325.0, 9276.0, 9271.0, 9254.0, 9251.0, 9249.0, 9288.0, 9246.0, 9272.0, 9271.0, 9242.0, 9274.0, 9279.0, 9286.0, 9280.0, 9292.0, 9270.0, 9312.0, 9302.0, 9314.0, 9317.0, 9310.0, 9323.0, 9324.0, 9306.0, 9315.0, 9289.0, 9328.0, 9290.0, 9301.0, 9281.0, 9300.0, 9303.0, 9289.0, 9306.0, 9290.0, 9303.0, 9281.0, 9298.0, 9319.0, 9298.0, 9288.0, 9287.0, 9291.0, 9266.0, 9291.0, 9283.0, 9296.0, 9274.0, 9281.0, 9296.0, 9258.0, 9291.0, 9262.0, 9289.0, 9282.0, 9315.0, 9290.0, 9268.0, 9269.0, 9268.0, 9316.0, 9277.0, 9286.0, 9258.0, 9233.0, 9262.0, 9232.0, 9269.0, 9252.0, 9269.0, 9238.0, 9263.0, 9251.0, 9274.0, 9278.0, 9277.0, 9292.0, 9260.0, 9292.0, 9270.0, 9292.0, 9270.0, 9273.0, 9266.0, 9276.0, 9269.0, 9270.0, 9279.0, 9287.0, 9274.0, 9260.0, 9266.0, 9267.0, 9284.0, 9305.0, 9301.0, 9301.0, 9281.0, 9261.0, 9258.0, 9268.0, 9278.0, 9272.0, 9272.0, 9242.0, 9269.0, 9255.0, 9266.0, 9277.0, 9272.0, 9279.0, 9258.0, 9276.0, 9270.0, 9278.0, 9278.0, 9283.0, 9263.0, 9275.0, 9260.0, 9256.0, 9272.0, 9256.0, 9261.0, 9252.0, 9265.0, 9251.0, 9250.0, 9230.0, 9255.0, 9236.0, 9270.0, 9262.0, 9277.0, 9274.0, 9276.0, 9271.0, 9273.0, 9276.0, 9276.0, 9273.0, 9266.0, 9273.0, 9278.0, 9284.0, 9276.0, 9297.0, 9287.0, 9303.0, 9290.0, 9301.0, 9273.0, 9299.0, 9284.0, 9302.0, 9300.0, 9299.0, 9284.0, 9280.0, 9297.0, 9278.0, 9286.0, 9278.0, 9277.0, 9272.0, 9282.0, 9280.0, 9295.0, 9271.0, 9275.0, 9279.0, 9300.0, 9268.0, 9285.0, 9274.0, 9276.0, 9286.0, 9276.0, 9284.0, 9270.0, 9296.0, 9258.0, 9284.0, 9262.0, 9283.0, 9271.0, 9279.0, 9277.0, 9256.0, 9268.0, 9274.0, 9274.0, 9270.0, 9273.0, 9282.0, 9274.0, 9268.0, 9274.0, 9278.0, 9271.0, 9275.0, 9279.0, 9250.0, 9277.0, 9259.0, 9289.0, 9258.0, 9290.0, 9259.0, 9263.0, 9257.0, 9250.0, 9266.0, 9265.0, 9231.0, 9227.0, 9258.0, 9286.0, 9282.0, 9276.0, 9294.0, 9288.0, 9280.0, 9281.0, 9275.0, 9298.0, 9300.0, 9305.0, 9306.0, 9300.0, 9304.0, 9282.0, 9289.0, 9283.0, 9295.0, 9268.0, 9293.0, 9263.0, 9267.0, 9259.0, 9269.0, 9281.0, 9288.0, 9281.0, 9290.0, 9275.0, 9280.0, 9284.0, 9288.0, 9294.0, 9272.0, 9284.0, 9277.0, 9296.0, 9280.0, 9264.0, 9236.0, 9269.0, 9248.0, 9264.0, 9250.0, 9278.0, 9265.0, 9285.0, 9273.0, 9272.0, 9258.0, 9273.0, 9276.0, 9284.0, 9288.0, 9278.0, 9280.0, 9292.0, 9290.0, 9256.0, 9279.0, 9281.0, 9314.0, 9270.0, 9292.0, 9277.0, 9282.0, 9288.0, 9274.0, 9273.0, 9272.0, 9268.0, 9253.0, 9254.0, 9253.0, 9246.0, 9243.0, 9246.0, 9236.0, 9251.0, 9250.0, 9245.0, 9250.0, 9262.0, 9254.0, 9271.0, 9253.0, 9264.0, 9248.0, 9273.0, 9258.0, 9277.0, 9274.0, 9285.0, 9271.0, 9258.0, 9279.0, 9274.0, 9276.0, 9264.0, 9280.0, 9273.0, 9265.0, 9258.0, 9284.0, 9245.0, 9268.0, 9272.0, 9290.0, 9290.0, 9275.0, 9276.0, 9276.0, 9294.0, 9275.0, 9265.0, 9270.0, 9275.0, 9262.0, 9274.0, 9256.0, 9272.0, 9269.0, 9270.0, 9254.0, 9269.0, 9268.0, 9247.0, 9236.0, 9263.0, 9253.0, 9274.0, 9275.0, 9269.0, 9252.0, 9270.0, 9282.0, 9291.0, 9281.0, 9288.0, 9279.0, 9276.0, 9265.0, 9291.0, 9270.0, 9281.0, 9278.0, 9288.0, 9274.0, 9277.0, 9279.0, 9267.0, 9276.0, 9274.0, 9274.0, 9277.0, 9284.0, 9265.0, 9282.0, 9282.0, 9299.0, 9273.0, 9299.0, 9284.0, 9284.0, 9280.0, 9293.0, 9279.0, 9283.0, 9263.0, 9274.0, 9271.0, 9232.0, 9264.0, 9242.0, 9286.0, 9276.0, 9278.0, 9289.0, 9300.0, 9267.0, 9262.0, 9269.0, 9295.0, 9294.0, 9299.0, 9282.0, 9292.0, 9265.0, 9278.0, 9281.0, 9280.0, 9277.0, 9250.0, 9271.0, 9254.0, 9273.0, 9271.0, 9276.0, 9263.0, 9272.0, 9268.0, 9273.0, 9278.0, 9261.0, 9280.0, 9259.0, 9275.0, 9290.0, 9298.0, 9282.0, 9301.0, 9297.0, 9284.0, 9286.0, 9284.0, 9288.0, 9282.0, 9278.0, 9266.0, 9298.0, 9265.0, 9278.0, 9276.0, 9294.0, 9278.0, 9283.0, 9267.0, 9292.0, 9264.0, 9258.0, 9276.0, 9260.0, 9277.0, 9259.0, 9281.0, 9258.0, 9288.0, 9249.0, 9274.0, 9260.0, 9267.0, 9270.0, 9258.0, 9259.0, 9267.0, 9277.0, 9260.0, 9287.0, 9260.0, 9287.0, 9260.0, 9267.0, 9276.0, 9254.0, 9270.0, 9270.0, 9287.0, 9255.0, 9273.0, 9258.0, 9251.0, 9258.0, 9254.0, 9270.0, 9258.0, 9289.0, 9278.0, 9264.0, 9265.0, 9259.0, 9279.0, 9265.0, 9283.0, 9320.0, 9306.0, 9319.0, 9297.0, 9293.0, 9285.0, 9287.0, 9287.0, 9296.0, 9282.0, 9283.0, 9271.0, 9295.0, 9286.0, 9256.0, 9261.0, 9251.0, 9244.0, 9239.0, 9264.0, 9290.0, 9290.0, 9308.0, 9289.0, 9298.0, 9279.0, 9275.0, 9275.0, 9276.0, 9278.0, 9275.0, 9290.0, 9263.0, 9254.0, 9246.0, 9248.0, 9264.0, 9271.0, 9284.0, 9286.0, 9260.0, 9273.0, 9275.0, 9322.0, 9315.0, 9279.0, 9280.0, 9256.0, 9304.0, 9260.0, 9256.0, 9241.0, 9255.0, 9263.0, 9255.0, 9273.0, 9303.0, 9282.0, 9274.0, 9278.0, 9280.0, 9275.0, 9313.0, 9297.0, 9303.0, 9310.0, 9308.0, 9298.0, 9265.0, 9263.0, 9281.0, 9276.0, 9264.0, 9260.0, 9255.0, 9256.0, 9250.0, 9264.0, 9274.0, 9275.0, 9226.0, 9216.0, 9234.0, 9252.0, 9262.0, 9282.0, 9305.0, 9285.0, 9280.0, 9297.0, 9306.0, 9302.0, 9287.0, 9283.0, 9277.0, 9283.0, 9304.0, 9282.0, 9265.0, 9285.0, 9262.0, 9275.0, 9284.0, 9268.0, 9251.0, 9269.0, 9254.0, 9273.0, 9302.0, 9325.0, 9286.0, 9267.0, 9268.0, 9288.0, 9281.0, 9281.0, 9318.0, 9313.0, 9274.0, 9288.0, 9272.0, 9292.0, 9290.0, 9274.0, 9270.0, 9280.0, 9280.0, 9258.0, 9268.0, 9260.0, 9264.0, 9268.0, 9264.0, 9254.0, 9268.0, 9248.0, 9270.0, 9258.0, 9274.0, 9274.0, 9286.0, 9270.0, 9266.0, 9258.0, 9274.0, 9268.0, 9271.0, 9251.0, 9264.0, 9252.0, 9263.0, 9264.0, 9269.0, 9271.0, 9281.0, 9283.0, 9279.0, 9283.0, 9284.0, 9284.0, 9283.0, 9294.0, 9268.0, 9281.0, 9269.0, 9287.0, 9253.0, 9285.0, 9256.0, 9275.0, 9268.0, 9267.0, 9277.0, 9286.0, 9256.0, 9269.0, 9269.0, 9286.0, 9300.0, 9285.0, 9297.0, 9269.0, 9288.0, 9281.0, 9289.0, 9279.0, 9286.0, 9267.0, 9294.0, 9286.0, 9283.0, 9270.0, 9301.0, 9290.0, 9272.0, 9307.0, 9288.0, 9322.0, 9333.0, 9357.0, 9310.0, 9329.0, 9322.0, 9328.0, 9306.0, 9306.0, 9326.0, 9309.0, 9318.0, 9293.0, 9323.0, 9298.0, 9314.0, 9287.0, 9293.0, 9289.0, 9304.0, 9277.0, 9277.0, 9298.0, 9285.0, 9294.0, 9284.0, 9263.0, 9284.0, 9246.0, 9264.0, 9245.0, 9263.0, 9245.0, 9257.0, 9249.0, 9262.0, 9256.0, 9291.0, 9266.0, 9268.0, 9306.0, 9309.0, 9317.0, 9282.0, 9304.0, 9311.0, 9278.0, 9295.0, 9276.0, 9265.0, 9291.0, 9272.0, 9294.0, 9275.0, 9266.0, 9270.0, 9292.0, 9258.0, 9247.0, 9244.0, 9248.0, 9264.0, 9318.0, 9281.0, 9246.0, 9258.0, 9312.0, 9276.0, 9289.0, 9291.0, 9300.0, 9272.0, 9338.0, 9403.0, 9366.0, 9332.0, 9318.0, 9321.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.002173774680603949</td></tr>
<tr><td colspan=3>aqi</td><td>0.024485235423925666</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.8161009808954</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2228070431860463</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0453832428837213</td></tr>
<tr><td colspan=3>efc</td><td>0.4622</td></tr>
<tr><td colspan=3>fber</td><td>6548.4155</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1486800299624043</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>172</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>19.97677119628339</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4980257487330513</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.482784758987617</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.730599934897424</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.280692552314113</td></tr>
<tr><td colspan=3>gcor</td><td>0.00868844</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017785614356398582</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02933972142636776</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>861</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.9350303162937155</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>26.8561</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.3754</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.8392</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305444.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>895.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>383.4624</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3269</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>569.1555</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3431.8742</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3600.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71100.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1255.5</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4522.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>914.8531</td></tr>
<tr><td colspan=3>tsnr</td><td>38.193871915340424</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>